@charset "UTF-8";
/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

:root {
  --ae-icon-circle-color: #fff;
  --ae-icon-path-color: #000; }

.svg-arrow-left-dims {
  width: 100px;
  height: 100px; }

.svg-arrow-right-dims {
  width: 100px;
  height: 100px; }

.svg-chevron-down-dims {
  width: 1792px;
  height: 1792px; }

.svg-chevron-down-dark-dims {
  width: 448px;
  height: 282px; }

.svg-chevron-down-darkgrey-dims {
  width: 448px;
  height: 282px; }

.svg-chevron-down-green-dims {
  width: 171.5px;
  height: 100px; }

.svg-chevron-down-grey-dims {
  width: 448px;
  height: 282px; }

.svg-chevron-down-r-dims {
  width: 171.48px;
  height: 100px; }

.svg-chevron-down-w-dims {
  width: 171.48px;
  height: 100px; }

.svg-chevron-left-dims {
  width: 320px;
  height: 512px; }

.svg-chevron-right-dims {
  width: 320px;
  height: 512px; }

.svg-chevron-right-w-dims {
  width: 320px;
  height: 512px; }

.svg-chevron-up-dims {
  width: 998px;
  height: 582px; }

.svg-icon-accessibility-dims {
  width: 44.09px;
  height: 44.02px; }

.svg-icon-accessibility-w-dims {
  width: 44.1px;
  height: 44px; }

.svg-icon-asn-arrow-dims {
  width: 8.27px;
  height: 15.01px; }

.svg-icon-asn-close-dims {
  width: 40px;
  height: 40px; }

.svg-icon-asn-close-bold-dims {
  width: 1792px;
  height: 1792px; }

.svg-icon-asn-envelope-dims {
  width: 1792px;
  height: 1792px; }

.svg-icon-asn-pinterest-dims {
  width: 579.148px;
  height: 579.148px; }

.svg-icon-asn-search-dims {
  width: 1792px;
  height: 1792px; }

.svg-icon-attention-dims {
  width: 310.29px;
  height: 310.29px; }

.svg-icon-camera-dims {
  width: 64.55px;
  height: 64.55px; }

.svg-icon-comment-dims {
  width: 512px;
  height: 512px; }

.svg-icon-comments-dims {
  width: 576px;
  height: 512px; }

.svg-icon-enlarge-dims {
  width: 525.15px;
  height: 525.15px; }

.svg-icon-envelope-share-dims {
  width: 1792px;
  height: 1792px; }

.svg-icon-envelope-share-w-dims {
  width: 1792px;
  height: 1792px; }

.svg-icon-facebook-dims {
  width: 430.1px;
  height: 430.1px; }

.svg-icon-facebook-share-dims {
  width: 310px;
  height: 310px; }

.svg-icon-facebook-w-dims {
  width: 14.41px;
  height: 26.65px; }

.svg-icon-gallery-type-dims {
  width: 30px;
  height: 28px; }

.svg-icon-globe-dims {
  width: 438.5px;
  height: 438.5px; }

.svg-icon-instagram-dims {
  width: 448px;
  height: 512px; }

.svg-icon-link-dims {
  width: 420.47px;
  height: 420.47px; }

.svg-icon-linkedin-dims {
  width: 438.5px;
  height: 438.5px; }

.svg-icon-ok-arrow-big-dims {
  width: 53.5px;
  height: 56.63px; }

.svg-icon-ok-mail-dims {
  width: 50.19px;
  height: 49.4px; }

.svg-icon-ok-play-dims {
  width: 25.14px;
  height: 32px; }

.svg-icon-ok-play-w-dims {
  width: 25.1px;
  height: 32px; }

.svg-icon-ossc-angle-left-dims {
  width: 100px;
  height: 100px; }

.svg-icon-ossc-angle-right-dims {
  width: 100px;
  height: 100px; }

.svg-icon-phone-dims {
  width: 348.077px;
  height: 348.077px; }

.svg-icon-pinterest-dims {
  width: 486.4px;
  height: 486.4px; }

.svg-icon-pinterest-w-dims {
  width: 486.4px;
  height: 486.4px; }

.svg-icon-right-arrow-dims {
  width: 30px;
  height: 29.98px; }

.svg-icon-rss-dims {
  width: 486.4px;
  height: 486.4px; }

.svg-icon-share-dims {
  width: 448px;
  height: 512px; }

.svg-icon-share-square-dims {
  width: 448px;
  height: 512px; }

.svg-icon-smartphone-hand-dims {
  width: 512px;
  height: 512px; }

.svg-icon-smartphone-play-dims {
  width: 512px;
  height: 512px; }

.svg-icon-smartphone-video-dims {
  width: 307.2px;
  height: 512px; }

.svg-icon-snapchat-dims {
  width: 512px;
  height: 512px; }

.svg-icon-spotify-dims {
  width: 496px;
  height: 512px; }

.svg-icon-standard-type-dims {
  width: 30px;
  height: 35px; }

.svg-icon-sur-cogs-dims {
  width: 640px;
  height: 512px; }

.svg-icon-sur-mail-dims {
  width: 511.6px;
  height: 511.6px; }

.svg-icon-sur-smartphone-dims {
  width: 35px;
  height: 35px; }

.svg-icon-tick-dims {
  width: 191.67px;
  height: 191.67px; }

.svg-icon-tiktok-dims {
  width: 2000px;
  height: 2000px; }

.svg-icon-twitter-dims {
  width: 512px;
  height: 512px; }

.svg-icon-twitter-share-dims {
  width: 512px;
  height: 512px; }

.svg-icon-twitter-w-dims {
  width: 512px;
  height: 512px; }

.svg-icon-user-dims {
  width: 448px;
  height: 512px; }

.svg-icon-vero-dims {
  width: 31.4px;
  height: 27.2px; }

.svg-icon-video-dims {
  width: 200px;
  height: 200px; }

.svg-icon-video-type-dims {
  width: 30px;
  height: 30px; }

.svg-icon-vimeo-dims {
  width: 438.5px;
  height: 438.5px; }

.svg-icon-whatsapp-share-dims {
  width: 35px;
  height: 35px; }

.svg-icon-whatsapp-share-w-dims {
  width: 35px;
  height: 35px; }

.svg-icon-youtube-dims {
  width: 511.6px;
  height: 511.6px; }

.svg-logo-asn-dims {
  width: 140.71px;
  height: 95.76px; }

.svg-logo-asn-white-dims {
  width: 140.71px;
  height: 95.76px; }

.svg-logo-dewtour-dims {
  width: 196.36px;
  height: 94.52px; }

.svg-logo-snowboarder-dims {
  width: 252px;
  height: 143px; }

.svg-logo-snowboarder-wb-dims {
  width: 252px;
  height: 143px; }

.svg-logo-surfer-dims {
  width: 89px;
  height: 30px; }

.svg-logo-surfer-white-dims {
  width: 89px;
  height: 30px; }

.svg-logo-twskate-dims {
  width: 150px;
  height: 34px; }

.svg-more-vertical-dims {
  width: 60px;
  height: 60px; }

.svg-preloader-dims {
  width: 456.8px;
  height: 456.8px; }

.svg-preloader-green-dims {
  width: 456.8px;
  height: 456.8px; }

.svg-preloader-grey-dims {
  width: 456.8px;
  height: 456.8px; }

.svg-preloader-red-dims {
  width: 456.8px;
  height: 456.8px; }

h1,
.h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0; }
  h1 a,
  .h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    color: inherit; }

h1,
.h1 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.2; }

h2 {
  font-size: 26px;
  font-size: 1.625rem; }

h3 {
  font-size: 20px;
  font-size: 1.25rem; }

h4 {
  font-size: 18px;
  font-size: 1.125rem; }

h5 {
  font-size: 17px;
  font-size: 1.0625rem; }

h6 {
  font-size: 16px;
  font-size: 1rem; }

img {
  max-width: 100%;
  height: auto; }

figure {
  margin: 0;
  position: relative; }

a {
  color: #000;
  text-decoration: none;
  transition: color 0.1s linear; }

iframe {
  max-width: 100%; }

ul {
  list-style-type: none; }

dl dt {
  margin-bottom: 5px; }

dl dfn {
  font-style: normal; }

dl dd {
  margin-bottom: 10px; }

pre {
  white-space: normal;
  margin: 15px 0; }

p {
  margin: 0 0 0.75em; }

button,
input[type="button"],
input[type="submit"] {
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  background-color: #000;
  border-radius: 3px;
  border: none;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  line-height: 1;
  padding: 12px 16px;
  white-space: nowrap;
  transition: all 0.2s; }
  button:hover,
  input[type="button"]:hover,
  input[type="submit"]:hover {
    color: #fff;
    background-color: #000; }

.button {
  font-size: 12px;
  font-size: 0.75rem;
  display: inline-block;
  min-width: 200px;
  background-color: #b1d6f8;
  border-radius: 3px;
  border: none;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px 11px;
  white-space: nowrap;
  transition: all 0.2s; }
  .button:hover {
    color: #fff;
    background-color: #659ed3; }

.embed-container {
  width: 100%; }

/**
 * Global Media Hub styles
 */
body.page-template-page-dewtour-media-hub {
  padding-top: 50px;
  background-color: #fff; }
  @media (min-width: 768px) {
    body.page-template-page-dewtour-media-hub {
      padding-top: 30px; } }
  @media (min-width: 1024px) {
    body.page-template-page-dewtour-media-hub {
      padding-top: 0; } }
  body.page-template-page-dewtour-media-hub.logged-in {
    padding-top: 82px; }
    @media (min-width: 768px) {
      body.page-template-page-dewtour-media-hub.logged-in {
        padding-top: 62px; } }
    @media (min-width: 1024px) {
      body.page-template-page-dewtour-media-hub.logged-in {
        padding-top: 0; } }
  body.page-template-page-dewtour-media-hub.is-menu-open {
    height: auto; }
  body.page-template-page-dewtour-media-hub .site-header {
    position: fixed; }
  body.page-template-page-dewtour-media-hub.logged-in .site-header {
    top: 32px; }

.media-hub__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px; }

.tab-component {
  list-style: none;
  display: flex;
  border: solid 1px #76bc4b;
  color: #76bc4b; }
  .media-hub__main .tab-component {
    border-color: #0b6c3b;
    color: #0b6c3b; }
  .tab-component__tab-toggle {
    width: 50%;
    flex-grow: 1;
    font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    padding: 8px;
    border-right: solid 1px #76bc4b;
    cursor: pointer; }
    @media (min-width: 1024px) {
      .tab-component__tab-toggle {
        font-size: 12px; } }
    .tab-component__tab-toggle:last-child {
      border-right: none; }
    .media-hub__main .tab-component__tab-toggle {
      border-color: #0b6c3b; }
    .tab-component__tab-toggle.active-tab {
      background-color: #76bc4b;
      color: #fff; }
      .media-hub__main .tab-component__tab-toggle.active-tab {
        background-color: #0b6c3b; }
  .tab-component__tab-content {
    display: none; }
    .tab-component__tab-content.active-tab-content {
      display: block; }

.logout-bar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  z-index: 1000;
  height: 32px;
  background: #1d2327;
  padding: 0 15px; }
  @media (max-width: 1023px) {
    .logout-bar {
      position: fixed;
      top: 0;
      left: 0; } }
  @media (min-width: 783px) {
    .admin-bar .logout-bar {
      display: none; } }
  .logout-bar a {
    display: inline-flex;
    align-items: center;
    font-size: 15px;
    color: #fff;
    transition: color .3s ease; }
    .logout-bar a:hover {
      color: #76bc4b;
      transition: color .3s ease; }
      .logout-bar a:hover .icon-logout {
        fill: #76bc4b;
        transition: fill .3s ease; }
  .logout-bar span {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    flex-shrink: 0; }
  .logout-bar .icon-logout {
    flex-shrink: 0;
    max-height: 18px;
    fill: #fff;
    margin-right: 10px;
    transition: fill .3s ease; }

.press-kit .tab-component__tab-toggle {
  font-size: 15px; }
  @media (min-width: 1024px) {
    .press-kit .tab-component__tab-toggle {
      font-size: 16px; } }
  @media (min-width: 1551px) {
    .press-kit .tab-component__tab-toggle {
      font-size: 21px; } }

.press-kit__header .tab-component {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .press-kit__header .tab-component {
      margin-bottom: 50px; } }

.press-kit__list-item {
  font-family: "Open Sans", Arial, sans-serif;
  background-color: #fff;
  padding: 15px 30px;
  margin-bottom: 10px; }
  .press-kit__list-item .press-kit-date {
    font-weight: 700;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .press-kit__list-item .press-kit-date {
        font-size: 15px; } }
  .press-kit__list-item .press-kit-title {
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .press-kit__list-item .press-kit-title {
        font-size: 14px; } }
  .press-kit__list-item a {
    color: #000; }

.daily-schedules__header {
  margin-bottom: 30px; }
  .daily-schedules__header .tab-component {
    border-color: #0b6c3b; }
  .daily-schedules__header .tab-component__tab-toggle {
    font-size: 15px;
    border-color: #0b6c3b;
    color: #0b6c3b; }
    @media (min-width: 1024px) {
      .daily-schedules__header .tab-component__tab-toggle {
        font-size: 16px; } }
    @media (min-width: 1551px) {
      .daily-schedules__header .tab-component__tab-toggle {
        font-size: 21px; } }
    .daily-schedules__header .tab-component__tab-toggle.active-tab {
      background-color: #0b6c3b;
      color: #fff; }

.daily-schedules__list-wrapper {
  overflow: auto;
  padding-bottom: 5px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .daily-schedules__list-wrapper {
      max-width: 90%; } }
  .daily-schedules__list-wrapper::-webkit-scrollbar {
    height: 10px; }
  .daily-schedules__list-wrapper::-webkit-scrollbar-track {
    border: solid 1px #c5c5c5;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
    background: #eee; }
  .daily-schedules__list-wrapper::-webkit-scrollbar-thumb {
    background-color: #0b6c3b;
    outline: 1px solid #063e22; }
  .daily-schedules__list-wrapper .daily-schedules__list.daily-schedules__list {
    margin-bottom: 5px;
    border: none;
    max-width: 100%; }
    .daily-schedules__list-wrapper .daily-schedules__list.daily-schedules__list .tab-component__tab-toggle {
      font-size: 12px;
      flex-basis: 80px;
      flex-shrink: 0;
      border-top: solid 1px #0b6c3b;
      border-bottom: solid 1px #0b6c3b; }
      .daily-schedules__list-wrapper .daily-schedules__list.daily-schedules__list .tab-component__tab-toggle:first-child {
        border-left: solid 1px #0b6c3b; }
      .daily-schedules__list-wrapper .daily-schedules__list.daily-schedules__list .tab-component__tab-toggle:last-child {
        border-right: solid 1px #0b6c3b; }
      @media (min-width: 1024px) {
        .daily-schedules__list-wrapper .daily-schedules__list.daily-schedules__list .tab-component__tab-toggle {
          font-size: 13px; } }
      @media (min-width: 1551px) {
        .daily-schedules__list-wrapper .daily-schedules__list.daily-schedules__list .tab-component__tab-toggle {
          font-size: 15px; } }

.schedule-day {
  background-color: #fff;
  padding: 25px;
  margin-bottom: 50px; }
  @media (min-width: 1024px) {
    .schedule-day {
      padding: 40px 50px; } }
  .schedule-day__title {
    font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 5px; }
    @media (min-width: 1024px) {
      .schedule-day__title {
        font-size: 21px; } }
    @media (min-width: 1551px) {
      .schedule-day__title {
        font-size: 24px;
        margin-bottom: 10px; } }
  .schedule-day__date {
    font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    color: #76bc4b;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px; }
    @media (min-width: 1024px) {
      .schedule-day__date {
        font-size: 30px; } }
    @media (min-width: 1551px) {
      .schedule-day__date {
        font-size: 36px; } }
  .schedule-day__details {
    font-size: 15px;
    text-align: center;
    margin-bottom: 25px; }
    @media (min-width: 1551px) {
      .schedule-day__details {
        font-size: 16px; } }

.schedule-day__table {
  font-size: 14px;
  width: auto;
  margin: 0 auto 15px; }
  @media (min-width: 1024px) {
    .schedule-day__table {
      font-size: 15px; } }
  @media (min-width: 1551px) {
    .schedule-day__table {
      font-size: 16px; } }
  .schedule-day__table td {
    padding-bottom: 7px; }
    .schedule-day__table td.table-time {
      width: 1px;
      white-space: nowrap;
      padding-right: 20px;
      font-weight: 600; }
  .schedule-day__table tfoot td {
    padding-top: 10px; }

.download-schedules__title {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 21px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px; }
  @media (min-width: 1024px) {
    .download-schedules__title {
      font-size: 23px; } }
  @media (min-width: 1551px) {
    .download-schedules__title {
      font-size: 24px; } }

.download-schedules__list {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  list-style: none;
  padding: 25px 25px 0; }
  @media (min-width: 1024px) {
    .download-schedules__list {
      padding: 35px 35px 0; } }

.download-schedules .list-item {
  width: 50%;
  min-width: 100px;
  margin-bottom: 25px; }
  @media (min-width: 768px) {
    .download-schedules .list-item {
      width: 20%; } }
  @media (min-width: 1551px) {
    .download-schedules .list-item {
      margin-bottom: 35px; } }
  .download-schedules .list-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 13px;
    font-weight: 700;
    color: #000; }

.download-schedules .list-item__icon {
  width: 48px;
  margin-bottom: 20px; }

.livestream-schedule__title {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  color: #76bc4b;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 5px; }
  @media (min-width: 768px) {
    .livestream-schedule__title {
      font-size: 30px; } }
  @media (min-width: 1551px) {
    .livestream-schedule__title {
      font-size: 36px; } }

.livestream-schedule__details {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  margin-bottom: 30px;
  text-align: center; }
  @media (min-width: 768px) {
    .livestream-schedule__details {
      font-size: 16px;
      margin-bottom: 45px; } }

.livestream-schedule__content {
  background-color: #fff;
  padding: 25px;
  margin-bottom: 50px; }
  @media (min-width: 1024px) {
    .livestream-schedule__content {
      padding: 40px 50px; } }

@media (min-width: 1270px) {
  .livestream-schedule__table {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-break-inside: avoid;
         break-inside: avoid; } }

.livestream-schedule__day {
  margin-bottom: 25px;
  page-break-inside: avoid; }
  @media (min-width: 768px) {
    .livestream-schedule__day:nth-child(odd) {
      margin-right: 40px; } }

.livestream-schedule__day-title {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #0b6c3b;
  text-transform: uppercase;
  margin-bottom: 7px; }
  @media (min-width: 768px) {
    .livestream-schedule__day-title {
      font-size: 18px; } }

.livestream-schedule__list-item {
  display: flex;
  margin-bottom: 10px;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  line-height: 1; }
  .livestream-schedule__list-item .livestream-time {
    width: 110px;
    flex-shrink: 0;
    margin-right: 5%;
    font-weight: 600; }

.livestream-locations__title, .broadcast-schedule__title {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #252525;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px; }

.livestream-locations__table, .broadcast-schedule__table {
  background-color: #fff;
  padding: 25px;
  margin-bottom: 50px; }
  @media (min-width: 1024px) {
    .livestream-locations__table, .broadcast-schedule__table {
      padding: 40px 50px 20px; } }

.livestream-locations__list {
  display: flex;
  flex-wrap: wrap; }

.livestream-locations__list-item {
  font-size: 14px;
  width: calc(50% - 25px);
  margin-bottom: 18px; }
  .livestream-locations__list-item:nth-child(odd) {
    margin-right: 50px; }
  .livestream-locations__list-item a {
    color: #252525; }
  .livestream-locations__list-item p {
    margin-bottom: 2px; }
  .livestream-locations__list-item .locations__title {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #0b6c3b;
    text-transform: uppercase;
    margin-bottom: 5px; }
    @media (min-width: 768px) {
      .livestream-locations__list-item .locations__title {
        font-size: 16px; } }

.broadcast-schedule__subtitle {
  text-align: center;
  font-size: 14px;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .broadcast-schedule__subtitle {
      font-size: 16px; } }
  @media (min-width: 1024px) {
    .broadcast-schedule__subtitle {
      font-size: 18px;
      margin-bottom: 40px; } }

.broadcast-schedule__table-item {
  max-width: 600px;
  margin: 0 auto 20px; }

.broadcast-schedule__table-title {
  color: #76bc4b;
  text-transform: uppercase;
  margin-bottom: 7px; }

.broadcast-schedule__table-list {
  margin-bottom: 10px; }
  .broadcast-schedule__table-list .broadcast-list__item {
    font-size: 14px;
    margin-bottom: 5px; }
    @media (min-width: 768px) {
      .broadcast-schedule__table-list .broadcast-list__item {
        font-size: 16px; } }
  .broadcast-schedule__table-list .broadcast-time {
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 600; }

.competitions__list-header {
  border-bottom: solid 1px #cacaca;
  display: flex;
  justify-content: space-between; }

.header__competition-title,
.header__competition-download {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #0b6c3b;
  text-transform: uppercase; }

.header__competition-download {
  width: 90px;
  text-align: center; }
  @media (min-width: 768px) {
    .header__competition-download {
      width: 120px; } }
  @media (min-width: 1551px) {
    .header__competition-download {
      width: 150px; } }

.competitions__list-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 13px; }
  @media (max-width: 767px) {
    .competitions__list-item {
      align-items: baseline; } }
  .competitions__list-item.list-spacer {
    padding: 10px 0; }

.competitions__list .competition-title {
  font-size: 14px;
  width: 100%;
  padding-right: 5px; }
  @media (min-width: 768px) {
    .competitions__list .competition-title {
      font-size: 15px; } }
  @media (min-width: 1551px) {
    .competitions__list .competition-title {
      font-size: 16px; } }

.competitions__list .competition-links {
  display: flex;
  justify-content: space-between;
  width: 90px;
  flex-shrink: 0;
  font-size: 14px; }
  @media (max-width: 767px) {
    .competitions__list .competition-links {
      flex-direction: column;
      align-items: center;
      justify-content: center; } }
  @media (min-width: 768px) {
    .competitions__list .competition-links {
      width: 120px; } }
  @media (min-width: 1551px) {
    .competitions__list .competition-links {
      width: 150px; } }
  .competitions__list .competition-links a {
    color: #76bc4b; }
  .competitions__list .competition-links span {
    color: #a1a1a1;
    cursor: no-drop; }

.competitions__list-header {
  padding-bottom: 10px;
  margin-bottom: 15px; }

/**
 * Main content column
 */
.media-hub__content {
  width: 100%;
  min-height: 100vh;
  background: #f6f5f5;
  display: none; }
  @media (min-width: 768px) {
    .media-hub__content {
      display: block;
      width: calc(100% - 335px); } }
  @media (min-width: 1024px) {
    .media-hub__content {
      width: calc(100% - 400px - 140px); } }
  @media (min-width: 1551px) {
    .media-hub__content {
      width: calc(100% - 550px - 200px); } }

.media-hub__header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 42px 10% 20px; }
  @media (max-width: 767px) {
    .media-hub__header {
      display: none; } }

.header-logo {
  max-width: 120px;
  height: 55px;
  margin-right: 45px; }
  @media (min-width: 1024px) {
    .header-logo {
      max-width: 160px;
      height: 80px; } }

.header-title {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 26px;
  text-transform: uppercase; }
  @media (min-width: 1024px) {
    .header-title {
      font-size: 30px; } }
  @media (min-width: 1551px) {
    .header-title {
      font-size: 36px; } }
  .header-title span {
    display: block;
    font-size: 18px; }

.media-hub__ticker {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  color: #fff;
  overflow: hidden;
  padding: 0 25px;
  background-color: #252525; }
  .media-hub__ticker .marquee {
    overflow: hidden; }
  .media-hub__ticker .marquee-content-items {
    width: 20000px;
    margin: 0;
    height: 100%;
    position: relative;
    box-sizing: border-box; }
    .media-hub__ticker .marquee-content-items li {
      font-size: 14px;
      font-size: 0.875rem;
      display: inline-block;
      color: #fff;
      line-height: 36px;
      margin-right: 40px; }
      @media (min-width: 1024px) {
        .media-hub__ticker .marquee-content-items li {
          line-height: 54px; } }
      .media-hub__ticker .marquee-content-items li a {
        padding: 0 5px; }
  .media-hub__ticker .js-marquee {
    display: flex; }
    .media-hub__ticker .js-marquee li {
      display: inline-flex;
      color: #fff; }

.media-hub__main {
  padding: 50px 8%; }
  .media-hub__main .tab-component {
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 768px) {
      .media-hub__main .tab-component {
        max-width: 90%; } }

.main-content__tab {
  display: none; }
  .main-content__tab.active-section {
    display: block; }

.content-section__header {
  text-align: center;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .content-section__header {
      margin-bottom: 50px; } }

.content-section__title {
  display: inline-block;
  margin: 0 auto;
  padding: 11px 15%;
  background-color: #0b6c3b;
  color: #fff;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase; }
  @media (min-width: 1551px) {
    .content-section__title {
      font-size: 20px; } }

.content-section__main {
  background-color: #fff;
  padding: 25px; }

/**
 * Right side navigation
 */
.media-hub__side_nav {
  display: none;
  width: 140px;
  min-height: 100vh;
  background: #fff;
  box-shadow: -1px 0 3px rgba(0, 0, 0, 0.04); }
  @media (min-width: 768px) and (max-width: 1023px) {
    .media-hub__side_nav {
      display: block;
      position: fixed;
      left: -100%;
      transition: left .25s; } }
  @media (min-width: 1024px) {
    .media-hub__side_nav {
      display: block; } }
  @media (min-width: 1551px) {
    .media-hub__side_nav {
      width: 200px; } }
  .media-hub__side_nav.active-nav {
    display: block;
    width: 100%;
    max-height: 100vh;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 80px;
    z-index: 100; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .media-hub__side_nav.active-nav {
        width: 200px;
        left: 0;
        transition: left .25s; } }
    @media (max-width: 1023px) {
      .logged-in .media-hub__side_nav.active-nav {
        padding-top: 112px; } }

.side_nav__logo {
  display: none;
  width: 80px;
  margin: 30px auto 25px; }
  @media (min-width: 1024px) {
    .side_nav__logo {
      display: block; } }
  @media (min-width: 1551px) {
    .side_nav__logo {
      width: auto; } }

.side_nav__title {
  display: none;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 45px; }
  @media (min-width: 1024px) {
    .side_nav__title {
      display: block;
      font-size: 22px; } }
  @media (min-width: 1551px) {
    .side_nav__title {
      font-size: 28px; } }

.side_nav-list {
  margin-bottom: 130px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .side_nav-list {
      margin-bottom: 80px; } }
  @media (min-width: 1024px) and (max-width: 1551px) {
    .side_nav-list {
      padding-right: 10px;
      padding-left: 10px;
      margin-bottom: 110px; } }
  @media (max-width: 767px) {
    .side_nav-list {
      display: flex;
      flex-wrap: wrap;
      margin: 0 auto 25px;
      border-bottom: solid 1px #d8d8d8;
      width: calc(100% - 60px); } }

.side_nav-list__item {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 35px;
  cursor: pointer;
  transition: all .3s; }
  @media (max-width: 767px) {
    .side_nav-list__item {
      width: 50%;
      margin-bottom: 20px; } }
  .side_nav-list__item:hover {
    color: #76bc4b;
    transition: all .3s; }
    .side_nav-list__item:hover .nav-list__icon {
      fill: #76bc4b;
      transition: all .3s; }
  .side_nav-list__item.active-nav {
    color: #0b6c3b; }
    .side_nav-list__item.active-nav .nav-list__icon {
      fill: #0b6c3b; }
    @media (max-width: 767px) {
      .side_nav-list__item.active-nav + .active-nav {
        color: initial; } }
    @media (max-width: 767px) {
      .side_nav-list__item.active-nav + .active-nav .nav-list__icon {
        fill: initial; } }
  .side_nav-list__item a {
    color: #000; }

.nav-list__icon {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto 10px;
  transition: all .3s; }
  @media (min-width: 768px) {
    .nav-list__icon {
      width: 45px;
      height: 45px; } }
  @media (min-width: 1024px) {
    .nav-list__icon {
      width: 50px;
      height: 50px; } }
  @media (min-width: 1551px) {
    .nav-list__icon {
      width: 65px;
      height: 65px; } }

.side_nav-footer {
  word-break: break-word;
  padding-right: 5px;
  padding-left: 5px; }

.side_nav-footer__title {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px; }

.side_nav-footer__contact {
  font-size: 13px;
  text-align: center;
  margin-bottom: 25px; }
  .side_nav-footer__contact a {
    display: block;
    color: #000; }

/**
 * Left sidebar
 */
.media-hub__sidebar {
  width: 100%;
  min-height: 100vh;
  background: #0b6c3b;
  padding: 5px 0 20px; }
  @media (min-width: 768px) {
    .media-hub__sidebar {
      width: 335px;
      padding: 40px 0; } }
  @media (min-width: 1024px) {
    .media-hub__sidebar {
      width: 400px; } }
  @media (min-width: 1551px) {
    .media-hub__sidebar {
      width: 550px; } }

.sidebar-logo {
  display: block;
  max-width: 65%;
  margin: 0 auto; }
  @media (min-width: 1024px) {
    .sidebar-logo {
      max-width: 300px; } }

.sidebar-title {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px; }

.sidebar-tabs {
  width: 90%;
  margin: 25px auto 20px; }

.sidebar-video .responsive-video {
  height: 0;
  padding-bottom: 56.25%;
  position: relative; }
  .sidebar-video .responsive-video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

.sidebar-video .jwplayer .jw-display .jw-icon {
  width: 50px !important;
  height: 50px !important;
  background-color: #76bc4b; }
  .sidebar-video .jwplayer .jw-display .jw-icon .jw-svg-icon {
    width: 30px;
    height: 30px;
    line-height: 30px; }

.video-playlist__item {
  display: none; }
  .video-playlist__item.active-video {
    display: block; }

.video-playlist__now_playing {
  display: flex;
  align-items: baseline;
  padding: 20px;
  margin-bottom: 30px;
  background-color: #252525;
  max-height: 265px;
  overflow-y: auto; }
  .video-playlist__now_playing::-webkit-scrollbar {
    width: 9px; }
  .video-playlist__now_playing::-webkit-scrollbar-track {
    border: solid 1px #9f9f9f;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
    background: #eee; }
  .video-playlist__now_playing::-webkit-scrollbar-thumb {
    background-color: #76bc4b;
    outline: 1px solid #5e9a3a; }
  @media (max-width: 1023px) {
    .video-playlist__now_playing {
      flex-direction: column; } }

.now_playing__label {
  min-width: 85px;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.8;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin-right: 20px;
  background-color: #76bc4b; }
  @media (max-width: 1023px) {
    .now_playing__label {
      margin-bottom: 15px; } }

.now_playing__details {
  color: #fff; }
  .now_playing__details .video-title {
    font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: uppercase; }
  .now_playing__details .video-subtitle {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 10px; }
  .now_playing__details .video-description {
    font-size: 12px; }
  .now_playing__details .video-download-link {
    font-size: 12px;
    margin-top: 20px; }
  .now_playing__details .video__today_schedule {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px; }
  .now_playing__details .video__event_livestreamed {
    margin-top: 15px; }

.video-playlist__view_more {
  display: block;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-align: right;
  text-transform: uppercase;
  color: #fff; }
  .video-playlist__view_more:hover {
    color: #fff;
    text-decoration: underline; }

.sidebar-section__title {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px; }

.in_line__list-item {
  display: flex;
  align-content: center;
  background-color: #fff;
  margin-bottom: 10px;
  cursor: pointer;
  filter: brightness(1);
  transition: filter .3s ease-in; }
  .in_line__list-item:hover {
    filter: brightness(1.15);
    transition: filter .3s ease-in; }
  .in_line__list-item .list-item__img {
    width: 116px;
    position: relative; }
    .in_line__list-item .list-item__img::after {
      content: '';
      display: block;
      width: 25px;
      height: 25px;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      background-image: url("../images/dewtour-media-hub/icon-play.svg"); }
    .in_line__list-item .list-item__img img {
      display: block; }
  .in_line__list-item .list-item__text {
    width: calc(100% - 116px);
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 12px; }
    .in_line__list-item .list-item__text .item-date {
      font-weight: 600;
      margin-bottom: 0; }
    .in_line__list-item .list-item__text .item-title {
      margin-bottom: 0; }
      @media (max-width: 1023px) {
        .in_line__list-item .list-item__text .item-title {
          display: block;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          max-height: 72px;
          text-overflow: ellipsis; } }

.sidebar-press_conferences,
.sidebar-interviews,
.sidebar-b_rolls {
  padding: 0 20px;
  margin-bottom: 30px; }

.press_conferences-list {
  list-style: none; }

.interviews-list,
.b_rolls-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none; }
  .interviews-list .video-playlist__thumb,
  .b_rolls-list .video-playlist__thumb {
    width: 100%; }
    @media (min-width: 1551px) {
      .interviews-list .video-playlist__thumb,
      .b_rolls-list .video-playlist__thumb {
        width: calc(50% - 5px); } }
    @media (min-width: 1551px) {
      .interviews-list .video-playlist__thumb:nth-child(odd),
      .b_rolls-list .video-playlist__thumb:nth-child(odd) {
        margin-right: 10px; } }

.video-playlist__thumb.active-thumb .list-item__img:after {
  content: 'Now Playing';
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(118, 188, 75, 0.5);
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase; }

blockquote:not([class*="instagram"]):not(.twitter-tweet) {
  margin: 0 0 20px;
  padding: 20px 0;
  width: 100%;
  border-top: 1px solid #b1d6f8;
  border-bottom: 1px solid #b1d6f8; }
  blockquote:not([class*="instagram"]):not(.twitter-tweet) p {
    font-size: 15px;
    font-size: 0.9375rem;
    font-style: italic;
    margin: 10px 0;
    text-align: center; }

.breadcrumbs {
  font-size: 11px;
  font-size: 0.6875rem;
  list-style-type: none;
  display: flex;
  color: #171719;
  line-height: 1.5;
  padding: 20px;
  margin-bottom: 10px; }
  @media (max-width: 767px) {
    .breadcrumbs {
      display: none; } }
  .breadcrumbs__item {
    margin: 0 7px; }
    .breadcrumbs__item:first-child {
      margin-left: 0; }
    .breadcrumbs__item a {
      color: inherit; }
  .category-paddle-sports .breadcrumbs {
    display: flex; }

.post-byline {
  color: #171719;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 16px; }
  .post-byline__date {
    display: inline-block;
    padding-right: 11px;
    border-right: 1px solid #000;
    margin-right: 5px; }
  .post-byline__author {
    margin-right: 5px; }
    .post-byline__author a {
      color: #171719;
      text-decoration: none; }
    @media (max-width: 767px) {
      .post-byline__author-socials {
        line-height: 1.5; } }
    .post-byline__author-socials .social-share__item {
      margin-right: 7px; }
    .post-byline__author-socials svg {
      width: 14px;
      height: 14px;
      fill: #000;
      transition: all 0.2s; }

.dropdown {
  position: relative; }
  .dropdown-menu {
    display: none;
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000; }

.ami-fluid-video-wrapper {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }
  .ami-fluid-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .ami-fluid-video-wrapper .video-container-parent {
    position: static; }

.fb-video {
  margin-bottom: 10px; }

.twitter-tweet {
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 768px) {
  .single-format-video .js-video-placeholder {
    background: #e6e6e6 url("../images/icons/logo-asn.svg") no-repeat center;
    background-size: 175px 40px;
    position: static;
    padding: 0; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .single-format-video .js-video-placeholder {
    margin: 0 0 20px;
    padding: 0; } }

@media (max-width: 767px) {
  iframe[data-src*="dailymotion.com"] {
    width: 100% !important;
    height: 53.4vw !important; } }

@media (max-width: 767px) {
  .jwplayer {
    width: 100% !important;
    height: 53.4vw !important; } }

.jwplayer .jw-display .jw-icon {
  width: 60px !important;
  height: 60px !important;
  line-height: 60px !important;
  background: #b1d6f8;
  border-radius: 50%; }
  @media (min-width: 768px) {
    .jwplayer .jw-display .jw-icon {
      width: 100px !important;
      height: 100px !important;
      line-height: 100px !important; } }
  .jwplayer .jw-display .jw-icon .jw-svg-icon {
    width: 60px;
    height: 60px;
    line-height: 60px; }
    @media (max-width: 1023px) {
      .jwplayer .jw-display .jw-icon .jw-svg-icon {
        width: 30px;
        height: 30px;
        line-height: 30px; } }

@media (min-width: 768px) {
  .jwplayer.jw-flag-floating .jw-wrapper {
    top: 80px !important;
    right: auto !important;
    bottom: auto !important;
    left: 10px !important;
    -webkit-animation: none !important;
            animation: none !important; } }

.admin-bar .jwplayer.jw-flag-floating .jw-wrapper {
  top: 110px !important; }

.jwplayer.jw-flag-floating .jw-wrapper .jw-display .jw-icon {
  width: 40px !important;
  height: 40px !important;
  line-height: 40px !important;
  background: #b1d6f8;
  border-radius: 50%; }
  @media (min-width: 768px) {
    .jwplayer.jw-flag-floating .jw-wrapper .jw-display .jw-icon {
      width: 50px !important;
      height: 50px !important;
      line-height: 50px !important; } }

.jwplayer.jw-flag-floating .jw-display .jw-svg-icon {
  width: 30px;
  height: 30px;
  line-height: 30px; }

@media (min-width: 1024px) {
  .gallery-fullscreen .jw-flag-floating .jw-wrapper {
    position: static !important; } }

.link-related {
  border-top: 2px solid #171719;
  border-bottom: 2px solid #171719;
  padding: 15px 0;
  margin: 20px 0; }
  @media (min-width: 768px) {
    .link-related {
      padding: 20px 0;
      margin: 25px 0; } }
  .link-related a.link-related__link {
    font-size: 19px;
    font-size: 1.1875rem;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700 !important;
    line-height: 1.31;
    text-transform: uppercase;
    border: none !important;
    color: #171719; }
    @media (max-width: 767px) {
      .link-related a.link-related__link {
        font-size: 17px;
        font-size: 1.0625rem; } }
  .link-related__title, .link-related__subtitle {
    display: block; }
  .link-related__title {
    color: #171719;
    font-size: 17px;
    font-size: 1.0625rem; }
  .link-related__subtitle {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.3;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 200;
    text-transform: none;
    color: #171719;
    margin-top: 3px; }
    @media (max-width: 767px) {
      .link-related__subtitle {
        display: none; } }
  @media (min-width: 768px) {
    .link-related__with-thumb {
      padding: 15px 0 20px; } }
  .link-related__with-thumb a.link-related__link {
    display: flex;
    align-items: center;
    color: #171719; }
  .link-related__with-thumb .link-related__image {
    display: block;
    width: 120px;
    flex-shrink: 0;
    margin-right: 10px;
    position: relative; }
    @media (max-width: 767px) {
      .link-related__with-thumb .link-related__image {
        margin-top: 4px; } }
    .link-related__with-thumb .link-related__image img {
      margin: 0 !important; }
    .link-related__with-thumb .link-related__image .icon-play {
      width: 28px;
      height: 28px;
      fill: #fff;
      position: absolute;
      top: 0;
      right: 0;
      padding: 7px; }

.styled-link, .post-content__body a,
.fs-gallery__body .ami-gallery-item .caption-slide a,
.fs-gallery__body .fs-gallery__right-col .caption-slide .gallery-item-caption a,
.list-gallery .ami-gallery-item .gallery-item__caption a,
.error-page__subheader-subtitle a,
.post-content-sponsored a, .fs-gallery__body .fs-gallery__right-col .caption-slide .gallery-item__caption a {
  color: inherit;
  font-weight: 700;
  text-decoration: none;
  border-bottom: solid 2px #659ed3;
  transition: color 0.15s; }
  .styled-link:hover, .post-content__body a:hover,
  .fs-gallery__body .ami-gallery-item .caption-slide a:hover,
  .fs-gallery__body .fs-gallery__right-col .caption-slide .gallery-item-caption a:hover,
  .list-gallery .ami-gallery-item .gallery-item__caption a:hover,
  .error-page__subheader-subtitle a:hover,
  .post-content-sponsored a:hover, .fs-gallery__body .fs-gallery__right-col .caption-slide .gallery-item__caption a:hover {
    color: #000; }

.load-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background-color: #000;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 0 10px; }
  .load-more svg {
    width: 28px;
    height: 28px;
    fill: #fff;
    margin: 0 5px; }
  .load-more:hover {
    background: #000;
    color: #fff; }

#menu-trigger,
#submenu-trigger {
  width: 28px;
  height: 24px;
  transform: rotate(0deg);
  transition: 0.2s ease-in-out;
  position: relative;
  cursor: pointer;
  z-index: 50; }
  #menu-trigger span,
  #submenu-trigger span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #171719;
    border-radius: 2px;
    left: 0;
    transform: rotate(0deg);
    transition: transform 0.2s ease-in-out, background 0s; }
  #menu-trigger span:nth-child(1),
  #submenu-trigger span:nth-child(1) {
    top: 0; }
  #menu-trigger span:nth-child(2),
  #submenu-trigger span:nth-child(2) {
    top: 8px; }
  #menu-trigger span:nth-child(3),
  #submenu-trigger span:nth-child(3) {
    top: 16px; }
  body.is-menu-open #menu-trigger span:nth-child(1), body.is-menu-open
  #submenu-trigger span:nth-child(1) {
    transform: rotate(-135deg);
    top: 8px; }
  body.is-menu-open #menu-trigger span:nth-child(2), body.is-menu-open
  #submenu-trigger span:nth-child(2) {
    width: 0%;
    opacity: 0; }
  body.is-menu-open #menu-trigger span:nth-child(3), body.is-menu-open
  #submenu-trigger span:nth-child(3) {
    transform: rotate(135deg);
    top: 8px; }
  @media (min-width: 768px) {
    #menu-trigger,
    #submenu-trigger {
      width: 22px;
      height: 20px; }
      #menu-trigger span,
      #submenu-trigger span {
        height: 4px; }
      #menu-trigger span:nth-child(2),
      #submenu-trigger span:nth-child(2) {
        top: 7px; }
      #menu-trigger span:nth-child(3),
      #submenu-trigger span:nth-child(3) {
        top: 14px; } }

.nav-links {
  display: flex;
  justify-content: space-between;
  margin-top: 25px; }
  @media (max-width: 767px) {
    .nav-links {
      margin-bottom: 35px; } }
  .nav-links__button a {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    width: 140px;
    background: #000;
    color: #fff;
    padding: 9px;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase; }

.newsletter {
  margin-bottom: 40px; }
  .newsletter-title {
    font-weight: 700;
    margin-bottom: 0; }
  .newsletter-subtitle {
    line-height: 1.5;
    margin-bottom: 15px; }
  .newsletter-form {
    display: flex;
    justify-content: space-between; }
    .post-content .newsletter-form,
    .subscribe-callout .newsletter-form {
      flex-wrap: wrap; }
    .newsletter-form__input {
      flex-grow: 1;
      min-width: 0;
      background-color: #fff;
      border: 1px solid #d8d8d8;
      border-radius: 3px;
      box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
      padding: 8px;
      margin-right: 10px;
      margin-bottom: 0;
      transition: border-color 0.2s; }
      .newsletter-form__input:hover {
        border-color: #bfbfbf; }
      @media (max-width: 767px) {
        .post-content .newsletter-form__input {
          width: 100%;
          margin: 0 0 20px; } }
    .newsletter-form__submit {
      text-transform: uppercase;
      font-weight: 400; }
      @media (max-width: 767px) {
        .post-content .newsletter-form__submit {
          width: 100%; } }
  .newsletter-legal {
    width: 100%;
    font-size: 11px;
    font-size: 0.6875rem;
    text-align: center;
    margin: 15px 0 0; }
    .newsletter-legal a {
      text-decoration: underline; }

.photo-credit {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #9e9e9e;
  line-height: 1;
  text-align: right;
  margin-top: 5px; }
  .photo-credit a {
    color: #9e9e9e; }

.podcast-link__itunes,
.podcast-link__googleplay {
  border: none !important; }

.podcast-link__itunes {
  margin: 0 15px 20px 0 !important; }

.podcast-link__googleplay {
  display: inline-block;
  margin: 5px 0 15px; }
  .podcast-link__googleplay img {
    display: inline-block;
    margin: 0 !important; }

.post-flag {
  display: block;
  margin: 0 0 7px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.75;
  text-transform: capitalize;
  color: #171719; }
  .post-flag__partnered-post {
    display: inline-block;
    background: #e1e1e1;
    color: #171719;
    padding: 1px 10px 0;
    vertical-align: top; }

.post-credit {
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #ebebeb; }
  @media (max-width: 767px) {
    .post-credit {
      align-items: center; } }
  .post-credit__logo {
    flex-shrink: 0;
    max-width: 100px; }
    .post-credit__logo img {
      margin: 0 !important; }
  .post-credit__meta {
    width: calc(100% - 100px);
    font-size: 14px;
    font-size: 0.875rem;
    display: block;
    float: left;
    margin: 0;
    padding-left: 25px; }
    .post-credit__meta a {
      color: #9e9e9e; }

.lazyload-anchor {
  display: block;
  width: 200px;
  height: 40px;
  margin: 0 auto 40px;
  cursor: pointer; }
  @media (min-width: 768px) {
    .lazyload-anchor {
      height: 85px;
      padding-top: 35px;
      margin-bottom: 50px; } }
  .lazyload-anchor.loading:before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background: url("../images/icons/preloader.svg") no-repeat;
    background-size: cover;
    margin: 0 auto;
    -webkit-animation: spinning 2s linear infinite;
            animation: spinning 2s linear infinite; }
  .lazyload-anchor.loading button {
    visibility: hidden;
    transition: none; }

@-webkit-keyframes spinning {
  from {
    transform: rotate(0); }
  to {
    transform: rotate(360deg); } }

@keyframes spinning {
  from {
    transform: rotate(0); }
  to {
    transform: rotate(360deg); } }

.sharedaddy__wrapper {
  margin-bottom: 18px; }

.sharedaddy .sd-title {
  display: none !important; }

.sharedaddy .sd-content ul {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
  line-height: 0; }

.sharedaddy .sd-social-icon .sd-content ul li {
  display: inline-block;
  margin: 0 10px 0 0;
  line-height: 1; }
  .sharedaddy .sd-social-icon .sd-content ul li.share-end {
    display: none; }
  .sharedaddy .sd-social-icon .sd-content ul li[class*="share-"] a.sd-button {
    display: block;
    border-radius: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    background: transparent;
    background-size: contain !important;
    font-size: 0;
    transition: transform 0.3s; }
    .sharedaddy .sd-social-icon .sd-content ul li[class*="share-"] a.sd-button:before {
      display: none !important; }
    .sharedaddy .sd-social-icon .sd-content ul li[class*="share-"] a.sd-button:hover {
      opacity: 1; }
  .sharedaddy .sd-social-icon .sd-content ul li[class*="share-"].share-twitter a.sd-button {
    background: #9e9e9e url("../images/icons/icon-twitter-w.svg") no-repeat 50%;
    background-size: 20px !important; }
  .sharedaddy .sd-social-icon .sd-content ul li[class*="share-"].share-facebook a.sd-button {
    background: #9e9e9e url("../images/icons/icon-facebook-w.svg") no-repeat 50%;
    background-size: 11px !important; }
  .sharedaddy .sd-social-icon .sd-content ul li[class*="share-"].share-pinterest a.sd-button {
    background: #eb3b55 url("../images/icons/icon-pinterest-w.svg") no-repeat 50%;
    background-size: 20px !important; }
  .sharedaddy .sd-social-icon .sd-content ul li[class*="share-"].share-jetpack-whatsapp a.sd-button {
    background: #43d854 url("../images/icons/icon-whatsapp-share-w.svg") no-repeat 50%;
    background-size: 22px !important; }
  .sharedaddy .sd-social-icon .sd-content ul li[class*="share-"].share-email a.sd-button {
    background: #36aec0 url("../images/icons/icon-envelope-share-w.svg") no-repeat 50%;
    background-size: 20px !important; }

.shareprints {
  display: flex;
  flex-wrap: wrap; }
  .shareprints .jwplayer {
    width: 100% !important;
    height: 0 !important;
    padding-top: 56.25%;
    margin-bottom: 15px; }
  .shareprints .jwplayer.jw-flag-aspect-mode {
    height: 0 !important; }
  .shareprints iframe {
    display: block;
    margin: 0 auto; }
  .shareprints .shareprint_article_video {
    width: 100%;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 20px; }
  .shareprints .shareprint_article_image {
    width: 145px;
    margin: 0 10px 15px 0; }
    .shareprints .shareprint_article_image img {
      margin: 0; }
  .shareprints .shareprint_article h4 {
    font-size: 18px;
    font-size: 1.125rem;
    text-align: center; }
  .shareprints .shareprint_article p {
    display: none; }

.social-icon {
  display: inline-flex;
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 50%;
  margin: 0 10px 15px 0;
  cursor: pointer; }
  .social-icon svg {
    width: 18px;
    height: 18px;
    fill: #222;
    margin: auto; }
  .site-footer .social-icon:first-child {
    margin-left: 0; }
  .sidebar .social-icon {
    width: 19px;
    height: 19px;
    margin: 0; }
    .sidebar .social-icon svg {
      fill: #9e9e9e; }
    .sidebar .social-icon:hover svg {
      fill: #222; }

.post-tags {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 20px; }
  .post-tags__list {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0; }
    .post-tags__list-item {
      display: inline-block;
      line-height: 1.5;
      background-color: #9e9e9e;
      border-radius: 5px;
      padding: 2px 10px;
      margin-right: 10px;
      margin-bottom: 10px; }
      .post-tags__list-item a {
        color: #fff; }
        .post-tags__list-item a:before {
          content: "#"; }
        .post-tags__list-item a:hover {
          color: #fff;
          background-color: #9e9e9e; }

.title-styled, .newsletter-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 20px 0;
  margin-bottom: 0;
  position: relative; }
  .title-styled:before, .newsletter-title:before {
    content: "";
    width: 40px;
    height: 4px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0; }
  .category .title-styled, .category .newsletter-title {
    padding: 15px 0; }

.l-main__sidebar .widget_media_image {
  margin-bottom: 40px; }
  @media (max-width: 1023px) {
    .l-main__sidebar .widget_media_image {
      display: none; } }

.widget_media_image img {
  display: block;
  max-width: 300px !important;
  margin-right: auto;
  margin-left: auto; }

@media (max-width: 1023px) {
  #site-content .widget_media_image,
  .page-content .widget_media_image {
    margin: 0 auto 45px; } }

.post-content .widget_media_image {
  margin: 40px auto; }

#site-content .promo-widget-mobile,
.page-content .promo-widget-mobile {
  margin: 30px auto 50px; }

.tag .promo-widget-mobile {
  margin: 25px auto 40px; }

.post-content .promo-widget-mobile {
  margin-top: 50px; }
  @media (min-width: 768px) {
    .post-content .promo-widget-mobile {
      margin-top: 60px; } }

@media (min-width: 768px) {
  .promo-widget-mobile .latest-video__widget {
    display: none; } }

.latest-video__widget {
  padding: 10px 0;
  border-top: 2px solid #ebebeb; }
  .l-main__sidebar .latest-video__widget.widget {
    margin-bottom: 0; }

.latest-video__flag {
  font-size: 19px;
  font-size: 1.1875rem;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 13px; }

.latest-video__img {
  position: relative; }

.latest-video__title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #333;
  margin: 12px 0 2px; }
  .latest-video__title:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("../images/icons/icon-video-type.svg");
    background-size: 16px 16px;
    margin-right: 3px;
    position: relative;
    top: 3px; }

.latest-video__more {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block; }

@font-face {
  font-family: "Archivo Black";
  src: url("../fonts/ArchivoBlack-Regular.woff2") format("woff2"), url("../fonts/ArchivoBlack-Regular.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-Regular.woff2") format("woff2"), url("../fonts/Oswald-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Titillium Web";
  src: url("../fonts/TitilliumWeb-Bold.woff2") format("woff2"), url("../fonts/TitilliumWeb-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Titillium Web";
  src: url("../fonts/TitilliumWeb-Regular.woff2") format("woff2"), url("../fonts/TitilliumWeb-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

.sticky-top {
  display: flex;
  flex-direction: column; }
  @media (min-width: 1024px) {
    .sticky-top .ad-container {
      position: -webkit-sticky !important;
      position: sticky !important;
      top: 80px !important; } }
  .admin-bar .sticky-top .ad-container {
    top: 121px !important; }

.sticky-bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%; }
  @media (min-width: 1024px) {
    .sticky-bottom .ad-container {
      position: -webkit-sticky !important;
      position: sticky !important;
      top: auto !important;
      bottom: 10px !important; } }
  .sticky-bottom .ad-container .dfp-wrapper.dfp-wrapper {
    margin-bottom: 0; }

.featured-template-sticky {
  height: auto; }

.dfp-oop {
  position: absolute; }

.dfp-tag-mobile_box {
  margin: 35px auto 25px !important;
  display: flex;
  justify-content: center; }
  @media (min-width: 768px) {
    .dfp-tag-mobile_box {
      display: none; } }

.dfp-gallery-inslide {
  margin-top: 25px; }

.dfp-wrapper {
  text-align: center;
  position: relative;
  width: 100%;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff; }
  @media (min-width: 768px) {
    .dfp-wrapper {
      display: flex;
      align-items: center;
      justify-content: center; } }
  .dfp-wrapper .dfp-container {
    display: inline-block;
    min-width: 150px;
    padding: 22px 0 15px;
    border-top: 2px solid #ebebeb;
    border-bottom: 2px solid #ebebeb;
    position: relative; }
    @media (min-width: 768px) {
      .dfp-wrapper .dfp-container {
        padding: 15px 0 20px;
        min-width: 100%;
        max-width: 970px;
        flex: 0 0 auto; } }
    .dfp-wrapper .dfp-container:before {
      content: "Advertisement";
      width: 100%;
      font-size: 8px;
      font-size: 0.5rem;
      color: #a3a3a3;
      font-weight: 400;
      line-height: 1;
      text-transform: uppercase;
      position: absolute;
      top: 7px;
      left: 0;
      text-align: center; }
      @media (min-width: 768px) {
        .dfp-wrapper .dfp-container:before {
          top: auto;
          right: 0;
          bottom: 5px;
          left: auto;
          text-align: right; } }
  .dfp-wrapper[data-slot*="leader"] .dfp-container {
    display: block; }
    .post-content .dfp-wrapper[data-slot*="leader"] .dfp-container {
      display: inline-block; }
    .dfp-wrapper[data-slot*="leader"] .dfp-container:before {
      right: 8px; }
    .post-content .ad-slot.banner .dfp-wrapper[data-slot*="leader"] .dfp-container {
      display: block; }
  .list-gallery_wrapper .dfp-wrapper {
    margin-top: 25px; }
  @media (max-width: 1023px) {
    .dfp-wrapper {
      width: 100% !important;
      margin-bottom: 30px; } }
  @media (min-width: 1024px) {
    .dfp-wrapper {
      margin-bottom: 40px; } }
  .dfp-wrapper[data-slot*="leader"] {
    margin-bottom: 40px; }
  .dfp-wrapper[data-slot="leader1"] {
    padding-top: 0;
    margin: 0 auto; }
    .dfp-wrapper[data-slot="leader1"] .dfp-container {
      padding-top: 0;
      border-top: none; }
    .post-featured-template .dfp-wrapper[data-slot="leader1"] {
      padding-top: 15px; }
  .dfp-wrapper[data-slot="mb-top"] {
    margin-bottom: 10px; }
  .post-content .dfp-wrapper {
    margin-bottom: 20px; }
  @media (max-width: 767px) {
    .ami-gallery-item .dfp-wrapper {
      margin-top: 25px; } }
  .ad-slot.banner .dfp-wrapper {
    margin-bottom: 0; }

.dfp-container {
  text-align: center; }
  @media (max-width: 767px) {
    .dfp-container {
      margin-left: auto !important;
      margin-right: auto !important; } }

@media (max-width: 767px) {
  .dfp-slot > div {
    text-align: center; } }

@media (min-width: 768px) {
  .inline-leader {
    margin-bottom: 48px; } }

.inline-leader .dfp-wrapper {
  display: flex;
  justify-content: center; }
  .inline-leader .dfp-wrapper .dfp-container {
    width: auto;
    min-width: 150px;
    flex-grow: 0; }

body.tag .dfp-wrapper,
body.tax-topic .dfp-wrapper,
body.author .dfp-wrapper,
body.date .dfp-wrapper,
body.page-template-page-search .dfp-wrapper,
body.page-template-page-sweeps .dfp-wrapper,
body.term-post-format-video .dfp-wrapper {
  width: 100%;
  margin-bottom: 30px; }
  @media (min-width: 1024px) {
    body.tag .dfp-wrapper,
    body.tax-topic .dfp-wrapper,
    body.author .dfp-wrapper,
    body.date .dfp-wrapper,
    body.page-template-page-search .dfp-wrapper,
    body.page-template-page-sweeps .dfp-wrapper,
    body.term-post-format-video .dfp-wrapper {
      margin-bottom: 40px; } }

.suppress-ads .dfp-wrapper,
.suppress-ads [class*="ad-container"] {
  display: none !important; }

@media (min-width: 768px) {
  div[data-slot='rr1'] {
    display: flex;
    align-items: baseline;
    justify-content: center;
    min-height: 250px; } }

@media (max-width: 767px) {
  div[data-slot='mb1'] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 270px; } }

div[data-slot='leader-inline1'],
div[data-slot='leader1'] {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 270px; }

*,
*:before,
*:after {
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

@media (max-width: 1023px) {
  html {
    max-width: 100vw;
    overflow-x: hidden; } }

html.is-menu-open {
  margin: 0;
  height: 100%;
  overflow: hidden; }

body {
  color: #171719;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  min-height: 100vh;
  padding-top: 70px; }
  @media (max-width: 1023px) {
    body {
      overflow-x: hidden; } }
  body.smoking-warning-active {
    padding-top: 260px; }
    @media (min-width: 1024px) and (max-width: 1459px) {
      body.smoking-warning-active {
        padding-top: 290px; } }
    @media (min-width: 1460px) {
      body.smoking-warning-active {
        padding-top: 340px; } }
  body.gallery-fullscreen, body.overflow-hidden {
    overflow-y: hidden; }
  body.is-menu-open {
    margin: 0;
    height: 100vh;
    overflow: hidden; }

#wpadminbar {
  z-index: 9999999; }

.cf, .post-body p,
.clearfix {
  *zoom: 1; }

.cf::before, .post-body p::before,
.cf::after,
.post-body p::after,
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table; }


.cf::after,
.post-body p::after,
.clearfix::after {
  clear: both; }

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

@media (min-width: 768px) and (max-width: 1024px) {
  .tablet-hidden {
    display: none !important; } }

@media (min-width: 1024px) {
  .desktop-hidden {
    display: none !important; } }

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

@media (min-width: 1024px) {
  .tablet-only {
    display: none !important; } }

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

@media (max-width: 1023px) {
  .desktop-only {
    display: none !important; } }

.display-none {
  display: none !important; }

.bg-image {
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.hidden-except-readers,
.seo-heading {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

@media (min-width: 768px) {
  .bordered-section.bordered-section {
    margin-bottom: 60px;
    padding-bottom: 25px;
    border-bottom: 2px solid #ebebeb; } }

@media (max-width: 1023px) {
  .bordered-section.bordered-section:last-child {
    border-bottom: none;
    margin-bottom: 0; } }

@media (min-width: 1024px) {
  .bordered-section__desk.bordered-section__desk {
    margin-bottom: 60px;
    padding-bottom: 25px;
    border-bottom: 2px solid #ebebeb; } }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 20px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  display: block !important;
  max-width: 100%;
  text-align: left;
  margin: 0 0 20px; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto; }

.wp-caption-text {
  font-size: 16px;
  font-size: 1rem;
  color: #9e9e9e;
  font-style: italic;
  line-height: 1.8;
  padding-top: 6px;
  margin: 0; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

#TakeoverBackground {
  background-position: center 70px !important; }
  .admin-bar #TakeoverBackground {
    background-position: center 102px !important; }

#PageContainer {
  background-color: #fff; }
  @media (min-width: 1024px) {
    #PageContainer {
      width: 970px;
      margin-right: auto;
      margin-left: auto; } }

#page-box {
  max-width: 970px;
  margin: 0 auto;
  background: #fff; }
  @media (max-width: 1023px) {
    #page-box {
      padding: 10px; } }

.page-content {
  background: #fff;
  padding: 10px; }

.l-page-wrapper {
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
  position: relative;
  padding: 0; }

.l-main {
  display: flex;
  flex-wrap: wrap;
  margin: 0; }

.l-main__sidebar {
  width: 300px;
  display: flex;
  flex-direction: column; }
  .single .l-main__sidebar {
    width: 320px;
    padding-top: 20px;
    padding-right: 20px; }
  @media (max-width: 1023px) {
    .l-main__sidebar {
      width: 100%;
      order: 2; } }
  .l-main__sidebar .widget {
    margin-bottom: 40px; }
  .l-main__sidebar .ad-container .dfp-wrapper,
  .l-main__sidebar .ad-container__non-sticky .dfp-wrapper {
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .l-main__sidebar .ad-container .dfp-wrapper,
      .l-main__sidebar .ad-container__non-sticky .dfp-wrapper {
        margin-right: -10px;
        margin-left: -10px; } }
    @media (min-width: 1024px) {
      .l-main__sidebar .ad-container .dfp-wrapper,
      .l-main__sidebar .ad-container__non-sticky .dfp-wrapper {
        margin-bottom: 40px; } }
  .l-main__sidebar .ad-container .dfp-container,
  .l-main__sidebar .ad-container__non-sticky .dfp-container {
    text-align: left; }
  body.admin-bar .l-main__sidebar .ad-container.sticky.sticky-top, body.admin-bar
  .l-main__sidebar .ad-container__non-sticky.sticky.sticky-top {
    padding-top: 32px; }
  body.sticky-header .l-main__sidebar .ad-container.sticky.sticky-top, body.sticky-header
  .l-main__sidebar .ad-container__non-sticky.sticky.sticky-top {
    padding-top: 60px; }
  body.sticky-header.admin-bar .l-main__sidebar .ad-container.sticky.sticky-top, body.sticky-header.admin-bar
  .l-main__sidebar .ad-container__non-sticky.sticky.sticky-top {
    padding-top: 92px; }
  .l-main__sidebar .ad-container__sticky-wrapper,
  .l-main__sidebar .ad-container__non-sticky__sticky-wrapper {
    height: 100%;
    flex: 1; }

.l-main__main-col {
  width: 100%;
  flex-grow: 1; }
  @media (min-width: 1024px) {
    .l-main__main-col {
      width: calc(100% - 300px);
      padding-right: 25px; }
      .single .l-main__main-col {
        width: calc(100% - 320px);
        padding: 20px; }
      .l-main__main-col.category-featured__article {
        width: 100%;
        padding-right: 0;
        flex: 1 0 auto; } }

.post-content-container {
  position: relative; }

#site-content {
  background: #fff; }
  @media (min-width: 1024px) {
    #site-content {
      padding: 20px; } }

.two-in-row,
.three-in-row,
.four-in-row {
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 768px) {
    .two-in-row,
    .three-in-row,
    .four-in-row {
      margin-right: -8px;
      margin-left: -8px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .two-in-row,
    .three-in-row,
    .four-in-row {
      margin-bottom: 40px;
      border-bottom: 2px solid #ebebeb; } }
  .two-in-row .lazyload-anchor,
  .three-in-row .lazyload-anchor,
  .four-in-row .lazyload-anchor {
    width: 100%;
    text-align: center;
    padding-top: 0;
    margin-bottom: 50px; }

@media (min-width: 768px) {
  .two-in-row > * {
    width: calc(50% - 16px);
    margin: 0 8px; } }

@media (min-width: 768px) {
  .three-in-row > * {
    width: calc(33.33% - 16px);
    margin: 0 8px; } }

.four-in-row > * {
  width: calc(50% - 16px);
  margin: 0 8px; }
  @media (min-width: 768px) {
    .four-in-row > * {
      width: calc(25% - 16px);
      margin: 0 8px; } }

@media (min-width: 768px) {
  .content-area {
    padding: 10px; } }

.article-featured {
  width: 100%;
  display: flex;
  position: relative;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .article-featured {
      flex-direction: column; } }
  @media (min-width: 768px) {
    .article-featured {
      align-items: center; } }
  @media (min-width: 1024px) {
    .article-featured {
      display: flex;
      position: relative;
      margin-bottom: 40px;
      padding-bottom: 40px;
      border-bottom: 2px solid #ebebeb; } }
  .article-featured__figure {
    flex-shrink: 0;
    margin: 0;
    overflow: hidden; }
    @media (min-width: 768px) {
      .article-featured__figure {
        width: 66.3%;
        margin: 0 35px 0 0; } }
    .article-featured__figure .embed-vimeo,
    .article-featured__figure .embed-youtube {
      height: 0;
      padding-bottom: 56.25%;
      position: relative; }
      .article-featured__figure .embed-vimeo iframe,
      .article-featured__figure .embed-youtube iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
  .article-featured .ok-thumb {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative; }
    .article-featured .ok-thumb img {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
  .article-featured .icon-play {
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
    height: 42px;
    padding: 11px;
    fill: #fff;
    background: #000; }
  .article-featured__posted {
    font-size: 12px;
    font-size: 0.75rem;
    color: #171719; }
  .article-featured__text {
    color: #171719;
    margin-top: 17px; }
    @media (min-width: 768px) {
      .article-featured__text {
        margin-top: 25px; } }
    @media (min-width: 1024px) {
      .article-featured__text {
        width: 35%;
        padding-right: 24px;
        margin-top: 0; }
        .home .article-featured__text {
          width: 100%;
          padding-right: 0; } }
    @media (max-width: 767px) {
      .article-featured__text .post-flag {
        margin-bottom: 9px; } }
  .article-featured__title {
    font-size: 18px;
    font-size: 1.125rem;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: inherit;
    line-height: 1.22;
    margin-bottom: 18px; }
    @media (min-width: 768px) {
      .article-featured__title {
        font-size: 22px;
        font-size: 1.375rem; } }
  .article-featured__subtitle {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 10px; }
  @media (min-width: 768px) {
    .article-featured .article__figure {
      width: 65.8%;
      height: 350px; } }
  .article-featured .article__title {
    font-size: 30px;
    font-size: 1.875rem; }
  .article-featured .article:empty {
    display: none; }
  @media (max-width: 767px) {
    .article-featured .article {
      margin-top: 5px; } }
  @media (min-width: 768px) {
    .article-featured .article {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.5; } }
  @media (min-width: 1024px) {
    .article-featured .article__text {
      align-self: center; } }

.article {
  color: #171719;
  text-decoration: none;
  margin-bottom: 40px;
  transition: all 0.75s;
  display: flex; }
  @media (max-width: 767px) {
    .article {
      flex-direction: column;
      border-bottom: solid 1px #ebebeb;
      margin-bottom: 30px;
      padding-bottom: 15px; } }
  @media (min-width: 768px) {
    .article {
      padding-bottom: 40px;
      margin-bottom: 40px;
      border-bottom: 2px solid #ebebeb; } }
  @media (min-width: 1024px) {
    .article {
      display: flex; } }
  .article:hover img {
    transform: scale(1.01);
    transition: all 0.75s; }
  @media (min-width: 768px) {
    .l-col__one-third .article {
      padding-bottom: 10px; } }
  @media (min-width: 1024px) {
    .l-col__one-third .article {
      border-bottom: none; } }
  .three-in-row .article,
  .two-in-row .article {
    flex-wrap: wrap;
    flex-direction: column;
    overflow: hidden; }
    @media (max-width: 767px) {
      .three-in-row .article,
      .two-in-row .article {
        width: 100%;
        padding-bottom: 15px; } }
    @media (min-width: 768px) {
      .three-in-row .article,
      .two-in-row .article {
        border-bottom: none;
        padding-bottom: 0; } }
    @media (min-width: 1024px) {
      .three-in-row .article,
      .two-in-row .article {
        margin-bottom: 0; } }
  .article__text {
    width: 100%; }
    @media (max-width: 1023px) {
      .article__text {
        margin-top: 7px; } }
    .article__text .post-flag {
      margin-bottom: 7px; }
  .article__title {
    color: #171719;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.4;
    margin-bottom: 15px;
    transition: color 0.15s; }
    .article__title a {
      color: inherit; }
    .article__title:hover {
      color: #171719; }
  .article__subtitle {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 12px; }
    .article__subtitle:empty {
      display: none; }
  .article__meta {
    font-size: 12px;
    font-size: 0.75rem;
    color: #000;
    margin-bottom: 0.75em; }
    .article-list .article__meta {
      margin-bottom: 0; }
    .article__meta > a {
      display: flex;
      align-items: center; }
    .author .article__meta {
      display: none; }
    .article__meta img {
      width: 21px;
      height: 21px;
      margin-right: 8px; }
  .article__figure {
    width: calc(100% + 20px);
    height: auto;
    position: relative;
    margin: 0;
    width: 100%;
    overflow: hidden;
    z-index: 2; }
    @media (max-width: 767px) {
      .article__figure {
        margin-bottom: 10px; } }
    @media (min-width: 768px) {
      .article__figure {
        flex-shrink: 0;
        width: 282px;
        margin: 0 25px 0 0; } }
    @media (min-width: 1024px) {
      .article__figure {
        width: 300px; } }
    .two-in-row .article__figure,
    .three-in-row .article__figure {
      margin-bottom: 10px;
      width: 100%;
      flex-direction: column; }
      @media (min-width: 768px) {
        .two-in-row .article__figure,
        .three-in-row .article__figure {
          margin-bottom: 16px;
          margin-right: 0; } }
    .article__figure-image {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      transition: all 0.75s; }
  .article .ok-thumb {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative; }
    .article .ok-thumb img {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
  .article .icon-play {
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
    height: 42px;
    padding: 11px;
    fill: #fff;
    background: #b1d6f8; }
  @media (min-width: 1024px) {
    .article-list {
      margin-bottom: 40px;
      padding-bottom: 25px;
      border-bottom: 2px solid #ebebeb; } }
  @media (min-width: 1024px) {
    .article-list .article:last-child {
      border-bottom: none;
      margin-bottom: 0; } }

.fancybox-caption__body {
  text-align: left; }
  @media (min-width: 768px) {
    .fancybox-caption__body {
      padding: 0 10px; } }
  .fancybox-caption__body .fancy-photo-credit {
    font-size: 11px;
    font-size: 0.6875rem;
    display: block;
    margin-bottom: 2px;
    text-align: right; }
    .fancybox-caption__body .fancy-photo-credit:empty + .fancy-photo-caption {
      text-align: center; }
  .fancybox-caption__body .fancy-photo-caption {
    padding: 2px 5px 0; }

.l-col__one-fourth .article,
.l-col__one-third .article {
  position: relative; }
  @media (max-width: 767px) {
    .l-col__one-fourth .article,
    .l-col__one-third .article {
      padding-top: 0; } }
  @media (min-width: 768px) {
    .l-col__one-fourth .article,
    .l-col__one-third .article {
      display: flex;
      flex-direction: column; } }
  @media (min-width: 1024px) {
    .l-col__one-fourth .article,
    .l-col__one-third .article {
      display: block; } }
  .l-col__one-fourth .article__text,
  .l-col__one-third .article__text {
    margin-top: 7px; }
    .article__no-image .l-col__one-fourth .article__text, .article__no-image
    .l-col__one-third .article__text {
      margin-top: 0; }
  @media (min-width: 768px) {
    .l-col__one-fourth .article__figure,
    .l-col__one-third .article__figure {
      width: 100%;
      height: auto; } }

@media (min-width: 1024px) {
  .l-col .article__text,
  .l-main__main-col .article__text {
    flex-grow: 1;
    padding-left: 0; } }

.post-comments__icon {
  fill: #fff;
  text-align: center;
  margin: 0 auto;
  background-color: #000;
  border-radius: 100%;
  display: inline-block;
  width: 50px;
  height: 50px; }
  .post-comments__icon-container {
    text-align: center;
    margin-bottom: 13px; }
  .post-comments__icon .icon {
    width: 27px;
    height: 45px; }

.post-comments__title {
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #171719;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px; }
  @media (min-width: 768px) {
    .post-comments__title {
      font-size: 25px;
      font-size: 1.5625rem; } }

.post-comments__subtitle {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #171719;
  text-align: center;
  margin-top: 7px; }

.post-comments__header {
  border-bottom: solid 2px #000;
  margin-top: 33px; }
  .post-comments__header span {
    font-size: 17px;
    font-size: 1.0625rem;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    background: #000;
    padding: 2px 10px 0;
    line-height: 1; }

@media (max-width: 1023px) {
  .spot-im-conversation-module {
    min-height: 255px !important;
    margin-bottom: 15px; } }

@media (max-width: 767px) {
  .spot-im-registration-module .sprg_google {
    display: none !important; } }

.post-title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .post-header__featured .post-title {
      font-size: 40px;
      font-size: 2.5rem; } }

.post-subtitle {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px; }

@media (min-width: 768px) {
  .post-content {
    padding: 0 10px 10px; } }

@media (min-width: 1024px) {
  .post-content {
    padding: 0 40px 40px; } }

.post-content .photo-credit {
  margin-bottom: 0; }

.post-content .advertorial-message {
  font-size: 16px;
  font-size: 1rem;
  background: #f7f7f7;
  padding: 15px;
  line-height: 1.5; }

.post-content .wp-caption-wrap {
  position: relative; }

.post-content .wp-caption-text,
.post-content .video-caption {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8em;
  color: #9e9e9e;
  padding-top: 6px;
  margin: 0; }

.post-content .jwplayer {
  max-width: 100%;
  margin-bottom: 20px; }

.post-content__bottom {
  margin-top: 60px; }

.post-content .fb-post {
  margin-bottom: 20px; }

.post-share {
  display: flex;
  justify-content: space-between; }
  .post-share .sharedaddy__wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    flex-grow: 1; }
  .post-share .dfp-logo {
    width: auto;
    padding: 0;
    border: none; }
    .post-share .dfp-logo:before {
      display: none; }

.post-footer {
  border-bottom: 2px solid #ebebeb;
  padding-bottom: 40px;
  margin-bottom: 60px; }

.fancy {
  display: block;
  position: relative; }
  @media (min-width: 1024px) {
    .fancy:after {
      content: "";
      position: absolute;
      top: 10px;
      right: 10px;
      display: block;
      width: 25px;
      height: 25px;
      background: url("../images/icons/icon-enlarge.svg") no-repeat; } }
  .single-format-gallery .post-hero__figure .fancy:after {
    display: none; }

iframe[src*="megaphone"] {
  margin: 15px auto 0; }
  iframe[src*="megaphone"] + a {
    display: block;
    margin-bottom: 10px;
    border: none; }
    iframe[src*="megaphone"] + a > img {
      margin-top: 5px; }

.post-body h1,
.post-body h2,
.post-body h3,
.post-body h4,
.post-body h5,
.post-body h6,
.fs-gallery__body .ami-gallery-item .caption-slide h1,
.fs-gallery__body .ami-gallery-item .caption-slide h2,
.fs-gallery__body .ami-gallery-item .caption-slide h3,
.fs-gallery__body .ami-gallery-item .caption-slide h4,
.fs-gallery__body .ami-gallery-item .caption-slide h5,
.fs-gallery__body .ami-gallery-item .caption-slide h6,
.fs-gallery__body .fs-gallery__right-col .caption-slide .gallery-item-caption h1,
.fs-gallery__body .fs-gallery__right-col .caption-slide .gallery-item-caption h2,
.fs-gallery__body .fs-gallery__right-col .caption-slide .gallery-item-caption h3,
.fs-gallery__body .fs-gallery__right-col .caption-slide .gallery-item-caption h4,
.fs-gallery__body .fs-gallery__right-col .caption-slide .gallery-item-caption h5,
.fs-gallery__body .fs-gallery__right-col .caption-slide .gallery-item-caption h6,
.list-gallery .ami-gallery-item .gallery-item__caption h1,
.list-gallery .ami-gallery-item .gallery-item__caption h2,
.list-gallery .ami-gallery-item .gallery-item__caption h3,
.list-gallery .ami-gallery-item .gallery-item__caption h4,
.list-gallery .ami-gallery-item .gallery-item__caption h5,
.list-gallery .ami-gallery-item .gallery-item__caption h6,
.error-page__subheader-subtitle h1,
.error-page__subheader-subtitle h2,
.error-page__subheader-subtitle h3,
.error-page__subheader-subtitle h4,
.error-page__subheader-subtitle h5,
.error-page__subheader-subtitle h6,
.post-content-sponsored h1,
.post-content-sponsored h2,
.post-content-sponsored h3,
.post-content-sponsored h4,
.post-content-sponsored h5,
.post-content-sponsored h6 {
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 16px; }

.post-body a:not([class]),
.fs-gallery__body .ami-gallery-item .caption-slide a:not([class]),
.fs-gallery__body .fs-gallery__right-col .caption-slide .gallery-item-caption a:not([class]),
.list-gallery .ami-gallery-item .gallery-item__caption a:not([class]),
.error-page__subheader-subtitle a:not([class]),
.post-content-sponsored a:not([class]) {
  color: #9e9e9e; }

.post-body p,
.fs-gallery__body .ami-gallery-item .caption-slide p,
.fs-gallery__body .fs-gallery__right-col .caption-slide .gallery-item-caption p,
.list-gallery .ami-gallery-item .gallery-item__caption p,
.error-page__subheader-subtitle p,
.post-content-sponsored p {
  line-height: 1.8;
  margin-bottom: 20px; }

.post-body ol,
.post-body ul,
.fs-gallery__body .ami-gallery-item .caption-slide ol,
.fs-gallery__body .ami-gallery-item .caption-slide ul,
.fs-gallery__body .fs-gallery__right-col .caption-slide .gallery-item-caption ol,
.fs-gallery__body .fs-gallery__right-col .caption-slide .gallery-item-caption ul,
.list-gallery .ami-gallery-item .gallery-item__caption ol,
.list-gallery .ami-gallery-item .gallery-item__caption ul,
.error-page__subheader-subtitle ol,
.error-page__subheader-subtitle ul,
.post-content-sponsored ol,
.post-content-sponsored ul {
  margin: 8px 0;
  padding-left: 16px; }

.post-body ul,
.fs-gallery__body .ami-gallery-item .caption-slide ul,
.fs-gallery__body .fs-gallery__right-col .caption-slide .gallery-item-caption ul,
.list-gallery .ami-gallery-item .gallery-item__caption ul,
.error-page__subheader-subtitle ul,
.post-content-sponsored ul {
  list-style-type: disc; }

.post-body dl,
.fs-gallery__body .ami-gallery-item .caption-slide dl,
.fs-gallery__body .fs-gallery__right-col .caption-slide .gallery-item-caption dl,
.list-gallery .ami-gallery-item .gallery-item__caption dl,
.error-page__subheader-subtitle dl,
.post-content-sponsored dl {
  margin-bottom: 0.75em; }

.post-body dt,
.fs-gallery__body .ami-gallery-item .caption-slide dt,
.fs-gallery__body .fs-gallery__right-col .caption-slide .gallery-item-caption dt,
.list-gallery .ami-gallery-item .gallery-item__caption dt,
.error-page__subheader-subtitle dt,
.post-content-sponsored dt {
  display: block;
  font-weight: 700;
  margin-top: 0.75em; }

.post-body dd,
.fs-gallery__body .ami-gallery-item .caption-slide dd,
.fs-gallery__body .fs-gallery__right-col .caption-slide .gallery-item-caption dd,
.list-gallery .ami-gallery-item .gallery-item__caption dd,
.error-page__subheader-subtitle dd,
.post-content-sponsored dd {
  display: block;
  margin: 0; }

.post-body img,
.fs-gallery__body .ami-gallery-item .caption-slide img,
.fs-gallery__body .fs-gallery__right-col .caption-slide .gallery-item-caption img,
.list-gallery .ami-gallery-item .gallery-item__caption img,
.error-page__subheader-subtitle img,
.post-content-sponsored img {
  margin-top: 25px;
  display: block; }

.post-body .alignnone,
.fs-gallery__body .ami-gallery-item .caption-slide .alignnone,
.fs-gallery__body .fs-gallery__right-col .caption-slide .gallery-item-caption .alignnone,
.list-gallery .ami-gallery-item .gallery-item__caption .alignnone,
.error-page__subheader-subtitle .alignnone,
.post-content-sponsored .alignnone {
  margin-right: auto;
  margin-left: auto; }

.post-body figure img,
.fs-gallery__body .ami-gallery-item .caption-slide figure img,
.fs-gallery__body .fs-gallery__right-col .caption-slide .gallery-item-caption figure img,
.list-gallery .ami-gallery-item .gallery-item__caption figure img,
.error-page__subheader-subtitle figure img,
.post-content-sponsored figure img {
  width: 100%; }

.post-body p img {
  margin-top: 0; }

@media (max-width: 767px) {
  .post-content-video__header-container {
    margin-bottom: 20px; } }

@media (min-width: 768px) {
  .post-content-video__header-container {
    display: flex;
    flex-direction: column-reverse; }
    .post-content-video__header-container .jwplayer.jwplayer {
      min-width: 100%;
      max-width: 100%;
      height: 0 !important;
      padding-bottom: 56.6%;
      margin-bottom: 20px; } }

.post-content-video__header-container .jw-video-square {
  padding-bottom: 0;
  height: auto; }
  @media (min-width: 1024px) {
    .post-content-video__header-container .jw-video-square {
      max-width: 610px; } }
  .post-content-video__header-container .jw-video-square .jwplayer.jwplayer {
    min-width: 100%;
    max-width: 100%;
    height: 0 !important;
    padding-bottom: 100%;
    margin-bottom: 5px; }

.post-hero__figure {
  line-height: 0; }
  .post-hero__figure .wp-caption-text {
    margin: 0 0 20px; }

.parallax-hero {
  width: 100%; }
  .parallax-hero__figure {
    width: 100%;
    display: flex;
    flex-direction: column;
    line-height: 0;
    margin: 0;
    position: relative;
    top: 0; }
    .parallax-hero__figure img {
      width: 100%; }
      @media (min-width: 768px) {
        .parallax-hero__figure img {
          height: 100%;
          -o-object-fit: contain;
             object-fit: contain; } }
      @media (min-width: 1024px) {
        .parallax-hero__figure img {
          position: absolute;
          margin-left: 50%;
          top: 0;
          transform: translate(-50%);
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: 0 0;
             object-position: 0 0;
          will-change: transform; } }
    .parallax-hero__figure .wp-caption-text {
      width: 100%;
      max-width: 970px;
      padding: 0 10px;
      margin: 3px auto 0; }
      @media (min-width: 768px) {
        .parallax-hero__figure .wp-caption-text {
          padding: 0 20px; } }
  .parallax-hero__image-container {
    width: 100%;
    flex-grow: 1; }
    @media (min-width: 1024px) {
      .parallax-hero__image-container {
        height: 0;
        padding-bottom: 56.6%;
        overflow: hidden;
        position: relative; } }

.post-header {
  padding-bottom: 20px;
  border-bottom: 2px solid #ebebeb;
  margin-bottom: 20px; }
  .post-header__wrapper {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .post-header__wrapper {
        padding: 10px 10px 0; } }
    @media (min-width: 1024px) {
      .post-header__wrapper {
        padding: 20px 25px 0; } }
    .post-content .post-header__wrapper {
      padding: 0; }
  .post-header__full-width {
    max-width: 100%; }
  .post-header__featured {
    height: auto;
    padding: 0 10px;
    margin-top: 30px; }
    @media (min-width: 768px) {
      .post-header__featured {
        padding: 0 20px; } }
    .post-header__featured .post-header {
      margin-bottom: 20px; }
    .post-header__featured .sharedaddy__wrapper {
      margin-bottom: 12px; }

@media (min-width: 1024px) {
  .post-header.gallery-fullscreen {
    display: none; } }

.post-header__gallery {
  background: #b1d6f8; }
  @media (max-width: 1023px) {
    .post-header__gallery {
      display: none; } }
  .post-header__gallery .post-header__hero {
    position: relative;
    margin-bottom: 24px; }
    .post-header__gallery .post-header__hero img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      mix-blend-mode: multiply; }
  .post-header__gallery .gallery-open-btn {
    display: flex;
    align-items: center;
    border: 2px solid #fff;
    color: #fff;
    font-size: 36px;
    font-size: 2.25rem;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    padding: 28px 50px;
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.25s;
    cursor: pointer; }
    .post-header__gallery .gallery-open-btn:hover {
      background: #fff;
      color: #b1d6f8; }
      .post-header__gallery .gallery-open-btn:hover .icon-camera {
        fill: currentColor;
        transition: all 0.25s; }
    .post-header__gallery .gallery-open-btn .icon-camera {
      width: 55px;
      height: 55px;
      margin-left: 15px;
      fill: #fff;
      transition: all 0.25s; }

.subscribe-callout {
  margin-bottom: 40px;
  padding: 35px 40px 16px;
  background-color: #969696;
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) {
    .subscribe-callout {
      padding: 35px 70px 16px 70px;
      display: flex; } }
  .subscribe-callout__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
    .subscribe-callout__bg img {
      min-width: 100%;
      min-height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .subscribe-callout__text {
    width: 100%;
    max-width: 550px;
    text-align: center;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
    z-index: 5; }
    .subscribe-callout__text h2 {
      font-size: 24px;
      font-size: 1.5rem;
      margin-bottom: 25px;
      color: #fff;
      -webkit-font-smoothing: antialiased; }
    .subscribe-callout__text p {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.8;
      margin-bottom: 16px; }
  .subscribe-callout .asn-logo {
    width: 52px;
    height: 35px;
    fill: #fff;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .subscribe-callout .asn-logo {
        margin-bottom: 3px; } }
  @media (max-width: 767px) {
    .subscribe-callout form input[type="text"] {
      width: 100%;
      margin: 0 0 20px; } }
  .subscribe-callout form input[type="submit"] {
    text-transform: none;
    font-weight: 700;
    border-radius: 3px;
    padding: 12px 22px;
    letter-spacing: 0.3px;
    -webkit-font-smoothing: antialiased; }
    @media (max-width: 767px) {
      .subscribe-callout form input[type="submit"] {
        width: 100%; } }
  .subscribe-callout .newsletter-signup__success {
    color: #fff; }
  .subscribe-callout .newsletter-legal {
    width: 100%;
    font-size: 11px;
    font-size: 0.6875rem;
    color: #fff;
    margin-top: 25px; }
    .subscribe-callout .newsletter-legal a {
      color: #fff; }

.fs-gallery__comments {
  position: absolute;
  bottom: 20px;
  left: 15px;
  z-index: 2; }
  .fs-gallery__comments-icon {
    display: inline-block;
    background: #fff;
    border: 1px solid #fff;
    width: 50px;
    height: 50px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    transition: all 0.15s; }
    .fs-gallery__comments-icon:hover {
      background: #fff; }
    .fs-gallery__comments-icon svg {
      width: 24px;
      height: 21px;
      fill: #b1d6f8; }

.fs-gallery__comments-popup {
  width: 335px;
  height: 0;
  background: #fff;
  border-radius: 3px;
  position: absolute;
  left: calc(100% + 15px);
  bottom: 0; }
  .fs-gallery__comments-popup__body {
    height: 0; }
  .fs-gallery__comments.opened .fs-gallery__comments-popup {
    height: auto;
    min-height: 300px;
    max-height: calc(100vh - 200px);
    border: 1px solid #b1d6f8;
    padding: 3px; }
    .fs-gallery__comments.opened .fs-gallery__comments-popup:before, .fs-gallery__comments.opened .fs-gallery__comments-popup:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 10px 10px 0;
      position: absolute;
      bottom: 14px; }
    .fs-gallery__comments.opened .fs-gallery__comments-popup:before {
      border-color: transparent;
      border-right-color: inherit;
      right: 100%;
      z-index: 0; }
    .fs-gallery__comments.opened .fs-gallery__comments-popup:after {
      border-color: transparent #fff transparent transparent;
      right: calc(100% - 1px);
      z-index: 2; }
    .fs-gallery__comments.opened .fs-gallery__comments-popup__body {
      height: auto;
      max-height: calc( 100vh - 206px);
      overflow-y: auto; }

.contact-form {
  width: 100%;
  max-width: 445px;
  margin: 0 auto; }
  .contact-form__wrapper {
    background-color: #fff;
    border: 20px solid #eeeded;
    padding: 15px; }
  .contact-form__title {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 24px 0px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e3e3e3; }
  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    font-size: 16px;
    font-size: 1rem;
    display: block;
    width: 100%;
    background: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
    padding: 8px;
    margin-bottom: 20px; }
  .contact-form select {
    display: block;
    color: #757575;
    line-height: 1.3;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    border: 1px solid #d8d8d8;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: url(../images/icons/chevron-down-grey.svg) #fff;
    background-repeat: no-repeat, repeat;
    background-position: right 14px top 50%, 0 0;
    background-size: 14px auto, 100%; }
  .contact-form textarea {
    height: 110px; }
  .contact-form__group {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media (min-width: 768px) {
      .contact-form__group .contact-form__group-item {
        width: calc(50% - 10px); } }
  .contact-form__messaging {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 20px;
    color: red;
    padding: 0 20px;
    margin-top: 10px; }
  .contact-form__success {
    display: none;
    text-align: center;
    padding: 20px; }
    @media (min-width: 768px) {
      .contact-form__success {
        padding: 20px 70px; } }
    .contact-form__success h3 {
      font-size: 26px;
      font-size: 1.625rem;
      margin-bottom: 18px; }
      .contact-form__success h3 svg {
        width: 23px;
        height: 23px;
        fill: #01cc00;
        position: relative;
        top: 2px;
        margin-right: 6px; }
    .contact-form__success .newsletter-success-home-link {
      margin-top: 38px; }
    .contact-form__success a {
      color: #4971ac; }
  .contact-form button[type="submit"] {
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase; }

.countdown {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  background: #000;
  padding: 9px 15px 6px;
  text-align: center; }
  @media (max-width: 767px) {
    .countdown {
      flex-grow: 1;
      padding: 11px 10px 7px; } }
  .countdown__text {
    font-size: 12px;
    font-size: 0.75rem;
    font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 75px;
    line-height: 1.2;
    color: #7ac143;
    text-align: right;
    text-transform: uppercase;
    padding-right: 13px; }
    @media (max-width: 767px) {
      .countdown__text {
        width: auto;
        font-size: 17px;
        font-size: 1.0625rem;
        padding-right: 25px; } }
  .countdown__delimiter {
    display: block;
    padding: 8px 8px 0;
    font-size: 20px;
    font-size: 1.25rem;
    color: #fff;
    font-weight: 700; }
  .countdown__label {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    margin: 0; }
  .countdown__value {
    display: block;
    min-width: 24px;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    color: #d03139; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 9999999; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
  opacity: 0; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
  opacity: 1; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable="true"] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%; }

.fancybox-image {
  z-index: 99999; }

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

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button--zoom,
.fancybox-button--play {
  display: none !important; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: #000;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

/* Caption */
.fancybox-caption {
  visibility: visible;
  opacity: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 5px 0 10px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }
  .fancybox-caption.visible {
    opacity: 1;
    transition: opacity 0.3s ease; }
  .fancybox-caption.empty {
    background: transparent; }
  .fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg); } }

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; }
  @supports (padding: 0px) {
    .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px; } } }

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

.category-paddle-sports .filters-list {
  display: block; }

.filters-list__list {
  padding: 10px 0;
  min-height: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  background: #f2f2f2;
  text-align: center;
  cursor: default; }
  @media (max-width: 767px) {
    .filters-list__list {
      display: flex;
      overflow: auto; } }

.filters-list__item, .filters-list__paddle-item {
  font-size: 12px;
  font-size: 0.75rem;
  display: inline-block;
  margin: 5px 12px 0;
  padding: 0 7px 2px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  color: #171719;
  cursor: pointer;
  border-bottom: 4px solid transparent;
  transition: all 0.3s; }
  @media (max-width: 767px) {
    .filters-list__item, .filters-list__paddle-item {
      flex-shrink: 0;
      margin: 20px; } }
  .filters-list__item:hover, .filters-list__paddle-item:hover {
    border-bottom: 4px solid #333;
    transition: all 0.3s; }
  .filters-list__item.is-active, .filters-list__paddle-item.is-active {
    border-bottom: 4px solid #333; }

.filters-with-buttons {
  display: block; }
  .filters-with-buttons .filters-list__list {
    min-height: 0;
    padding: 0;
    background: transparent; }
    @media (min-width: 768px) {
      .filters-with-buttons .filters-list__list {
        justify-content: space-between; } }
  .filters-with-buttons .list-item__logo {
    max-width: 130px;
    max-height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 2;
    transition: transform 0.4s; }
    @media (min-width: 768px) {
      .filters-with-buttons .list-item__logo {
        max-width: 170px;
        max-height: 50px; } }
  .filters-with-buttons .filters-list__paddle-item {
    width: 48%;
    height: 0;
    padding-bottom: 25%;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    position: relative;
    border: none;
    margin: 0 1% 10px; }
    @media (min-width: 768px) {
      .filters-with-buttons .filters-list__paddle-item {
        width: 33%;
        padding-bottom: 16%;
        margin: 0; } }
    .filters-with-buttons .filters-list__paddle-item:after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      background: #171719;
      opacity: 0;
      transition: opacity 0.2s; }
    .filters-with-buttons .filters-list__paddle-item:hover:after {
      opacity: 0.2;
      transition: opacity 0.2s; }
    .filters-with-buttons .filters-list__paddle-item:hover .list-item__logo {
      transform: scale(1.03);
      transition: transform 0.4s; }
  .filters-with-buttons .canoe-kayak__item {
    background-image: url("../images/asn/canoe-kayak-category.jpg"); }
  .filters-with-buttons .sup__item {
    background-image: url("../images/asn/sup-category.jpg"); }
  .filters-with-buttons .kayak-fish__item {
    background-image: url("../images/asn/kayak-fish-category.jpg"); }
  .filters-with-buttons .paddling-safety__item {
    background-image: url("../images/asn/paddling-safety-category.jpg"); }

.filtering__body .hidden-category {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all .2s ease; }

.filmstrip-slider__main,
.filmstrip-slider__nav {
  position: relative;
  min-height: 100px;
  margin-bottom: 8px;
  overflow: hidden; }
  .filmstrip-slider__main .slick-track,
  .filmstrip-slider__nav .slick-track {
    display: flex; }
  .filmstrip-slider__main .slick-slide,
  .filmstrip-slider__nav .slick-slide {
    display: block;
    height: 100%; }
    .filmstrip-slider__main .slick-slide img,
    .filmstrip-slider__nav .slick-slide img {
      margin: 0;
      min-width: 100%; }

.filmstrip-slider__wrapper {
  margin-left: -10px;
  margin-right: -10px; }
  @media (min-width: 768px) {
    .filmstrip-slider__wrapper {
      margin-left: -25px;
      margin-right: -25px; } }

.filmstrip-slider__main {
  opacity: 0;
  max-height: 500px;
  transition: opacity 0.5s ease; }
  .filmstrip-slider__main.slick-initialized {
    opacity: 1;
    transition: opacity 0.5s ease;
    max-height: none; }
  .filmstrip-slider__main .slick-slide[data-fancybox]:after {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url("../images/icons/icon-enlarge.svg");
    background-size: cover;
    opacity: 0.8;
    transition: opacity 0.3s; }
    @media (min-width: 768px) {
      .filmstrip-slider__main .slick-slide[data-fancybox]:after {
        width: 30px;
        height: 30px; } }
  .filmstrip-slider__main .slick-slide[data-fancybox]:hover:after {
    opacity: 1;
    transition: opacity 0.3s; }
  .filmstrip-slider__main .slick-slide a {
    outline: none;
    min-height: 200px;
    background: #e1e1e1 url("../images/icons/logo-dewtour.svg") no-repeat center;
    background-size: 20%;
    display: block; }
    @media (min-width: 768px) {
      .filmstrip-slider__main .slick-slide a {
        min-height: 300px; } }
  .filmstrip-slider__main img {
    display: block; }
    .filmstrip-slider__main img[src*="data:image/gif;base64"] {
      display: none; }
  .filmstrip-slider__main iframe {
    display: block; }
  .filmstrip-slider__main .ami-gallery-item__placeholder {
    display: none;
    width: 100%;
    height: 300px;
    justify-content: center;
    align-items: center;
    background: #e1e1e1;
    padding: 50px; }
    @media (min-width: 768px) {
      .filmstrip-slider__main .ami-gallery-item__placeholder {
        height: 500px; } }
    .filmstrip-slider__main .ami-gallery-item__placeholder.hidden {
      display: none; }
  .filmstrip-slider__main .gallery-item__caption-title,
  .filmstrip-slider__main .gallery-item__caption {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.21;
    font-weight: 400;
    margin: 12px 25px 0; }
  @media (min-width: 768px) {
    .filmstrip-slider__main .photo-credit {
      margin-right: 28px; } }
  .filmstrip-slider__main .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: block;
    background: none;
    z-index: 1;
    outline: none;
    padding: 10px;
    cursor: pointer; }
    .filmstrip-slider__main .slick-arrow.slick-disabled {
      visibility: hidden; }
    @media (min-width: 768px) {
      .filmstrip-slider__main .slick-arrow {
        background: rgba(255, 255, 255, 0.8);
        width: 40px;
        height: 40px;
        border-radius: 50%; } }
    @media (min-width: 768px) {
      .filmstrip-slider__main .slick-arrow:hover {
        background: #fff; } }
    .filmstrip-slider__main .slick-arrow svg {
      width: 26px;
      height: 34px;
      fill: #fff;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto; }
      @media (min-width: 768px) {
        .filmstrip-slider__main .slick-arrow svg {
          fill: #333; } }
    .filmstrip-slider__main .slick-arrow.slick-next {
      right: 0;
      padding-left: 20px; }
      @media (min-width: 768px) {
        .filmstrip-slider__main .slick-arrow.slick-next {
          right: 10px;
          padding-left: 0; } }
    .filmstrip-slider__main .slick-arrow.slick-prev {
      left: 0;
      padding-left: 20px; }
      @media (min-width: 768px) {
        .filmstrip-slider__main .slick-arrow.slick-prev {
          left: 10px;
          padding-left: 0; } }
      .filmstrip-slider__main .slick-arrow.slick-prev svg {
        transform: rotate(180deg); }

.filmstrip-slider__nav {
  margin: 25px auto;
  padding: 0 24px;
  opacity: 0;
  max-height: 100px;
  transition: opacity 0.5s ease; }
  .filmstrip-slider__nav.slick-initialized {
    opacity: 1;
    max-height: none;
    transition: opacity 0.5s ease; }
  .filmstrip-slider__nav .slick-slide {
    width: 33.33%;
    height: 108px;
    padding: 0 4px;
    overflow: hidden;
    position: relative;
    outline: none;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.2s; }
    .filmstrip-slider__nav .slick-slide.slick-current {
      opacity: 1; }
    .filmstrip-slider__nav .slick-slide.thumb-video:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      width: 40px;
      height: 40px;
      background: rgba(255, 255, 255, 0.8);
      border-radius: 50%;
      z-index: 1; }
    .filmstrip-slider__nav .slick-slide.thumb-video:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      width: 14px;
      height: 17px;
      background: url(../images/icons/icon-ok-play.svg) no-repeat;
      transform: translateX(1px);
      z-index: 2; }
    @media (max-width: 767px) {
      .filmstrip-slider__nav .slick-slide {
        margin: 0 5px;
        height: 90px; } }
    .filmstrip-slider__nav .slick-slide img {
      width: calc(100% - 8px);
      height: 100%;
      position: absolute;
      top: 0;
      left: 4px;
      -o-object-fit: cover;
         object-fit: cover; }
      @media (max-width: 767px) {
        .filmstrip-slider__nav .slick-slide img {
          border-radius: 10px; } }
  .filmstrip-slider__nav .slick-list {
    margin-left: -1px; }
  .filmstrip-slider__nav .slick-arrow {
    background: #fff;
    width: 24px;
    height: 108px;
    padding: 0;
    margin: 0;
    border-radius: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    z-index: 1;
    outline: none;
    cursor: pointer; }
    .filmstrip-slider__nav .slick-arrow.slick-disabled {
      opacity: 0.2; }
    .filmstrip-slider__nav .slick-arrow svg {
      width: 17px;
      height: 17px;
      filter: none; }
      @media (min-width: 768px) {
        .filmstrip-slider__nav .slick-arrow svg {
          width: 22px;
          height: 22px; } }
    .filmstrip-slider__nav .slick-arrow.slick-next {
      right: 0; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .filmstrip-slider__nav .slick-arrow.slick-next {
          right: 5px; } }
    .filmstrip-slider__nav .slick-arrow.slick-prev {
      left: 0; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .filmstrip-slider__nav .slick-arrow.slick-prev {
          left: 5px; } }
      .filmstrip-slider__nav .slick-arrow.slick-prev svg {
        transform: rotate(180deg); }

@media (min-width: 1024px) {
  .gallery-page__fs-gallery__wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 30000000;
    background: #fff; } }

.gallery-fullscreen .gallery-page__fs-gallery__wrapper.active {
  display: block; }

.gallery-open-btn {
  display: flex;
  align-items: center;
  border: 2px solid #fff;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: 34px;
  font-size: 2.125rem;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  padding: 28px 50px;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.25s;
  cursor: pointer; }
  @media (max-width: 1023px) {
    .gallery-open-btn {
      display: none; } }
  .gallery-open-btn:hover {
    background: #fff;
    color: #171719; }
    .gallery-open-btn:hover .icon-camera {
      fill: #171719;
      transition: all 0.25s; }
  .gallery-open-btn .icon-camera {
    width: 55px;
    height: 55px;
    margin-left: 15px;
    fill: #fff;
    transition: all 0.25s; }

.fs-gallery__leaderboard {
  height: 115px;
  background-color: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 1023px) {
    .fs-gallery__leaderboard {
      display: none; } }

.fs-gallery__header {
  width: 100%;
  height: 40px;
  display: flex;
  color: #fff;
  background: #171719; }
  @media (max-width: 1023px) {
    .fs-gallery__header {
      display: none; } }
  .fs-gallery__header-topic {
    color: #fff; }
  .fs-gallery__header__tag {
    flex-shrink: 0;
    min-width: 200px;
    line-height: 40px;
    text-transform: uppercase;
    padding: 0 15px; }
  .fs-gallery__header__gallery-title {
    flex-grow: 1;
    display: inline-block;
    padding: 0 15px 0;
    margin-right: 160px;
    line-height: 40px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .fs-gallery__header__close-btn {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    border-left: 2px solid #fff;
    cursor: pointer;
    font-size: 50px;
    font-size: 3.125rem;
    color: #fff; }

@media (min-width: 1024px) {
  .fs-gallery__body {
    height: calc(100% - 155px);
    position: relative;
    overflow: hidden; } }

.fs-gallery__body .slick-arrow {
  background: #171719;
  width: 50px;
  height: 50px;
  border: none;
  outline: none;
  position: absolute;
  top: calc(50% - 25px);
  bottom: auto;
  z-index: 10; }
  @media (max-width: 1023px) {
    .fs-gallery__body .slick-arrow {
      display: none; } }
  @media (min-width: 1024px) {
    .fs-gallery__body .slick-arrow:hover {
      background: #fff !important; }
      .fs-gallery__body .slick-arrow:hover .icon {
        fill: #171719; } }
  .fs-gallery__body .slick-arrow.slick-prev {
    left: 20px; }
  .fs-gallery__body .slick-arrow.slick-next {
    right: 20px; }
  .fs-gallery__body .slick-arrow.slick-disabled {
    visibility: hidden; }
  .fs-gallery__body .slick-arrow .icon-arrow-prev {
    width: 20px;
    height: 27px;
    fill: #fff;
    transform: rotate(180deg); }
  .fs-gallery__body .slick-arrow .icon-arrow-next {
    width: 20px;
    height: 27px;
    fill: #fff; }

.fs-gallery__body .slick-back-to-intro__btn {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: none;
  height: 40px;
  padding: 0 60px;
  position: absolute;
  left: 100px;
  bottom: 35px;
  border: solid 2px;
  line-height: 1.71;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer; }
  @media (min-width: 1024px) {
    .fs-gallery__body .slick-back-to-intro__btn:hover {
      color: #fff !important; } }
  @media (max-width: 1023px) {
    .fs-gallery__body .slick-back-to-intro__btn {
      display: none; } }

@media (min-width: 1024px) {
  .fs-gallery__body .fs-gallery__main {
    width: calc(100% - 375px);
    height: 100%;
    float: left;
    position: relative;
    background: #f5f5f5; } }

@media (min-width: 1024px) {
  .fs-gallery__body .fs-gallery__main .fs-gallery__slick,
  .fs-gallery__body .fs-gallery__main .slick-list,
  .fs-gallery__body .fs-gallery__main .slick-track {
    height: 100%; } }

.fs-gallery__body .fs-gallery__main .gallery-counter {
  display: none; }

@media (max-width: 1023px) {
  .fs-gallery__body .ami-gallery-item {
    margin-top: 30px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .fs-gallery__body .ami-gallery-item {
    margin-top: 40px; } }

@media (min-width: 1024px) {
  .fs-gallery__body .ami-gallery-item {
    float: left;
    outline: none;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    background: #f5f5f5; } }

.fs-gallery__body .ami-gallery-item__placeholder {
  display: none; }

.fs-gallery__body .ami-gallery-item .processed-height {
  max-height: calc(100% - 50px); }

.fs-gallery__body .ami-gallery-item .gallery-item__caption-title.gallery-item__caption-title {
  font-size: 16px;
  font-size: 1rem; }
  @media (max-width: 1023px) {
    .fs-gallery__body .ami-gallery-item .gallery-item__caption-title.gallery-item__caption-title {
      margin: 10px auto 5px;
      word-break: break-word; } }

@media (min-width: 1024px) {
  .fs-gallery__body .ami-gallery-item .dfp-tag-gallery-inline {
    position: absolute;
    bottom: 0; } }

@media (min-width: 1024px) {
  .fs-gallery__body .ami-gallery-item.ami-gallery-item-embed {
    display: block;
    display: grid;
    grid-template-columns: 100%;
    justify-items: center;
    padding: 15px 0 0;
    overflow-y: auto; } }

@media (min-width: 1024px) {
  .fs-gallery__body .ami-gallery-item.ami-gallery-item-embed.ami-video-type-jw {
    display: flex;
    justify-content: center; } }

@media (min-width: 1024px) {
  .fs-gallery__body .ami-gallery-item.ami-gallery-item-embed.ami-video-type-jw .jwplayer {
    width: 80% !important;
    height: 0 !important;
    padding-bottom: 45%; } }

.fs-gallery__body .ami-gallery-item.ami-gallery-item-embed iframe {
  margin-right: auto !important;
  margin-left: auto !important; }
  @media (min-width: 1024px) {
    .fs-gallery__body .ami-gallery-item.ami-gallery-item-embed iframe {
      margin-bottom: 20px !important; } }

@media (min-width: 1024px) {
  .fs-gallery__body .ami-gallery-item.ami-gallery-item-embed .twitter-tweet {
    padding-bottom: 20px; } }

@media (min-width: 1024px) {
  .fs-gallery__body .ami-gallery-item.ami-gallery-item-embed .embed-youtube {
    width: 80%;
    height: 0;
    padding-bottom: 45.1%;
    position: relative; } }

@media (min-width: 1024px) {
  .fs-gallery__body .ami-gallery-item.ami-gallery-item-embed .embed-youtube iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0; } }

.fs-gallery__body .ami-gallery-item.ami-gallery-item-embed .caption-slide {
  display: block;
  width: 100%;
  text-align: right; }
  @media (max-width: 1023px) {
    .fs-gallery__body .ami-gallery-item.ami-gallery-item-embed .caption-slide {
      margin-top: 5px; } }
  @media (min-width: 1024px) {
    .fs-gallery__body .ami-gallery-item.ami-gallery-item-embed .caption-slide {
      padding-right: 65px; } }
  .fs-gallery__body .ami-gallery-item.ami-gallery-item-embed .caption-slide .gallery-item__caption {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.35;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: initial;
    font-weight: 400;
    text-align: left; }
    @media (max-width: 1023px) {
      .fs-gallery__body .ami-gallery-item.ami-gallery-item-embed .caption-slide .gallery-item__caption {
        font-size: 16px;
        font-size: 1rem; } }
    .fs-gallery__body .ami-gallery-item.ami-gallery-item-embed .caption-slide .gallery-item__caption-title {
      text-align: left; }
      @media (max-width: 1023px) {
        .fs-gallery__body .ami-gallery-item.ami-gallery-item-embed .caption-slide .gallery-item__caption-title {
          margin-top: 7px; } }
      @media (min-width: 1024px) {
        .fs-gallery__body .ami-gallery-item.ami-gallery-item-embed .caption-slide .gallery-item__caption-title {
          display: none; } }
    @media (min-width: 1024px) {
      .fs-gallery__body .ami-gallery-item.ami-gallery-item-embed .caption-slide .gallery-item__caption {
        display: none; } }
  .fs-gallery__body .ami-gallery-item.ami-gallery-item-embed .caption-slide .photo-credit {
    display: block;
    position: relative; }
    @media (max-width: 1023px) {
      .fs-gallery__body .ami-gallery-item.ami-gallery-item-embed .caption-slide .photo-credit {
        margin-top: -20px;
        padding: 8px 5px 5px 0;
        display: inline-block; } }

.fs-gallery__body .ami-gallery-item .instagram-placeholder {
  max-width: 300px !important; }

.fs-gallery__body .ami-gallery-item .videoWrapper-container {
  width: 100%;
  max-width: calc(100vh - 100px); }

.fs-gallery__body .ami-gallery-item .videoWrapper iframe {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto; }

.fs-gallery__body .ami-gallery-item .video.jw {
  max-width: 100vh;
  width: 100%; }

@media (min-width: 1024px) {
  .fs-gallery__body .ami-gallery-item.ami-video-type-vimeo .videoWrapper {
    padding-bottom: 0;
    height: inherit; } }

@media (min-width: 1024px) {
  .fs-gallery__body .ami-gallery-item.ami-video-type-vimeo .videoWrapper iframe {
    position: relative; } }

.fs-gallery__body .ami-gallery-item .vinecontainer {
  width: 100%;
  height: 80%; }
  @media (min-width: 1024px) {
    .fs-gallery__body .ami-gallery-item .vinecontainer {
      padding-top: 0; } }
  .fs-gallery__body .ami-gallery-item .vinecontainer iframe {
    left: 0;
    right: 0;
    margin: auto; }

.fs-gallery__body .ami-gallery-item .video.aol .fmvps-wrapper > div {
  max-width: calc(100vh - 300px); }

.fs-gallery__body .ami-gallery-item .fb_iframe_widget {
  display: block;
  text-align: center; }
  .fs-gallery__body .ami-gallery-item .fb_iframe_widget > span {
    max-width: 100%; }

.fs-gallery__body .ami-gallery-item__figure {
  margin: 0;
  position: relative;
  display: flex; }
  @media (max-width: 1023px) {
    .fs-gallery__body .ami-gallery-item__figure {
      margin-bottom: 0;
      width: 100%;
      display: block; } }
  @media (max-width: 767px) {
    .fs-gallery__body .ami-gallery-item__figure {
      display: block;
      min-width: 100%;
      width: auto; } }
  @media (min-width: 1024px) {
    .fs-gallery__body .ami-gallery-item__figure {
      height: 100%;
      flex-direction: column;
      justify-content: center; } }

.fs-gallery__body .ami-gallery-item img {
  display: block;
  margin: auto; }
  @media (max-width: 767px) {
    .fs-gallery__body .ami-gallery-item img {
      min-width: 100%;
      width: auto;
      height: 0; } }
  @media (min-width: 1024px) {
    .fs-gallery__body .ami-gallery-item img {
      max-height: calc(100vh - 185px);
      min-width: 100%;
      height: 100%;
      width: auto;
      -o-object-fit: contain;
         object-fit: contain; } }
  @media (min-width: 1024px) {
    .fs-gallery__body .ami-gallery-item img[src*="data:image/gif;base64"] {
      display: none; } }
  .fs-gallery__body .ami-gallery-item img.visible {
    height: auto; }

.fs-gallery__body .ami-gallery-item .gallery-photo-credit {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #707072;
  background: rgba(255, 255, 255, 0.8);
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 7px 20px; }

.fs-gallery__body .ami-gallery-item .photo-credit {
  margin: 0;
  padding: 10px; }

@media (max-width: 1023px) {
  .fs-gallery__body .ami-gallery-item .caption-slide {
    padding: 0; } }

@media (min-width: 1024px) {
  .fs-gallery__body .ami-gallery-item .caption-slide {
    padding: 0 20px; } }

.fs-gallery__body .ami-gallery-item .caption-slide .gallery-photo-credit,
.fs-gallery__body .ami-gallery-item .caption-slide .photo-credit {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  text-align: right;
  position: static;
  padding: 0;
  margin-bottom: 7px; }

.fs-gallery__body .ami-gallery-item .caption-slide .gallery-item__caption {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.36;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: initial;
  font-weight: 400;
  text-align: left; }
  @media (max-width: 1023px) {
    .fs-gallery__body .ami-gallery-item .caption-slide .gallery-item__caption {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.7; } }

.fs-gallery__body .fs-gallery__right-col {
  width: 375px;
  height: 100%;
  float: left;
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 20px;
  position: relative; }
  @media (max-width: 1023px) {
    .fs-gallery__body .fs-gallery__right-col {
      display: none; } }
  .fs-gallery__body .fs-gallery__right-col__top {
    flex-shrink: 0;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px; }
  .fs-gallery__body .fs-gallery__right-col .fs-gallery__slide-caption {
    flex-grow: 1;
    margin-bottom: 20px; }
  .fs-gallery__body .fs-gallery__right-col .fs-gallery__slide-counter {
    color: #171719;
    line-height: 1.35; }
  .fs-gallery__body .fs-gallery__right-col .fs-gallery__slide-name {
    margin-left: 5px;
    word-break: break-word; }
  .fs-gallery__body .fs-gallery__right-col .fs-gallery__sponsored-by {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 20px 0; }
    .fs-gallery__body .fs-gallery__right-col .fs-gallery__sponsored-by a {
      display: flex;
      align-items: center;
      border-bottom: none; }
    .fs-gallery__body .fs-gallery__right-col .fs-gallery__sponsored-by .sponsored-by {
      font-size: 11px;
      font-size: 0.6875rem;
      color: #171719;
      letter-spacing: 0.88px;
      text-transform: uppercase; }
    .fs-gallery__body .fs-gallery__right-col .fs-gallery__sponsored-by .sponsored-by__logo {
      max-width: 140px;
      max-height: 40px;
      width: auto;
      height: auto;
      margin-left: 7px; }
  .fs-gallery__body .fs-gallery__right-col .caption-slide {
    float: left;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
    position: relative;
    color: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    outline: none; }
    .fs-gallery__body .fs-gallery__right-col .caption-slide .gallery-item__caption {
      font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 19px;
      font-size: 1.1875rem;
      line-height: 1.36;
      color: #171719;
      overflow-wrap: break-word; }
      .fs-gallery__body .fs-gallery__right-col .caption-slide .gallery-item__caption-title {
        margin-bottom: 10px; }
        @media (max-width: 1023px) {
          .fs-gallery__body .fs-gallery__right-col .caption-slide .gallery-item__caption-title {
            margin-top: 7px; } }
      .fs-gallery__body .fs-gallery__right-col .caption-slide .gallery-item__caption a {
        color: inherit; }
        .fs-gallery__body .fs-gallery__right-col .caption-slide .gallery-item__caption a:hover {
          color: inherit; }
  .fs-gallery__body .fs-gallery__right-col ::-webkit-scrollbar {
    width: 5px;
    height: 15px;
    border-radius: 10px; }
  .fs-gallery__body .fs-gallery__right-col ::-webkit-scrollbar-track-piece {
    background-color: #fff;
    border-radius: 10px; }
  .fs-gallery__body .fs-gallery__right-col ::-webkit-scrollbar-thumb:vertical {
    height: 30px;
    background-color: #171719;
    border-radius: 10px; }
  .fs-gallery__body .fs-gallery__right-col .fs-gallery__right-ads {
    flex-shrink: 0;
    padding: 0 0 20px;
    margin: 0 10px;
    text-align: center;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: flex-end; }

.ami-video-type-instagram .instagram-placeholder,
.ami-video-type-instagram .instagram-media-registered,
.ami-video-type-instagram .instagram-media {
  width: 98% !important;
  margin: 3px auto 10px !important; }
  @media (max-width: 767px) {
    .ami-video-type-instagram .instagram-placeholder,
    .ami-video-type-instagram .instagram-media-registered,
    .ami-video-type-instagram .instagram-media {
      width: calc(100vw - 40px) !important; } }

.ami-image-type .ami-gallery-item__placeholder {
  height: 210px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e1e1e1;
  padding: 50px; }
  @media (min-width: 768px) {
    .ami-image-type .ami-gallery-item__placeholder {
      height: 350px;
      padding: 0; } }
  @media (min-width: 1024px) {
    .ami-image-type .ami-gallery-item__placeholder {
      width: calc(100vw - 375px);
      min-height: calc(100vh - 155px);
      display: none !important; } }
  .ami-image-type .ami-gallery-item__placeholder.hidden {
    display: none; }
  .ami-image-type .ami-gallery-item__placeholder svg {
    fill: #707072;
    width: 175px;
    height: 40px; }

.gallery__last-slide .fs-gallery__right-col__top,
.gallery__last-slide .fs-gallery__slide-counter,
.gallery__last-slide .gallery-item__caption {
  opacity: 0; }

.last-posts-slide {
  display: flex !important;
  height: 100%; }
  @media (max-width: 767px) {
    .last-posts-slide {
      display: none !important; } }
  .last-posts-slide .posts-grid {
    flex-grow: 1;
    max-width: 70%;
    display: flex;
    flex-wrap: wrap;
    margin: auto; }
    @media (max-width: 1400px) {
      .last-posts-slide .posts-grid {
        max-width: 63%; } }
  .last-posts-slide .article {
    width: 50%;
    display: block;
    padding: 0 10px;
    border: none;
    margin-bottom: 20px; }
    .last-posts-slide .article__container {
      display: block; }
    .last-posts-slide .article__figure {
      width: 100%;
      margin-bottom: 10px; }
    .last-posts-slide .article__title {
      font-size: 18px;
      font-size: 1.125rem;
      color: #171719;
      margin-bottom: 0; }
      @media (max-width: 1400px) {
        .last-posts-slide .article__title {
          font-size: 16px;
          font-size: 1rem;
          max-height: 41px;
          line-height: 1.2;
          overflow: hidden; } }
      .last-posts-slide .article__title a:hover {
        text-decoration: none; }
    .last-posts-slide .article .post-flag,
    .last-posts-slide .article .article__subtitle,
    .last-posts-slide .article .article__meta {
      display: none; }

.list-gallery_wrapper {
  margin-bottom: 35px; }

.list-gallery .ami-gallery-item {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .list-gallery .ami-gallery-item {
      margin-bottom: 40px; } }
  @media (min-width: 1024px) {
    .list-gallery .ami-gallery-item {
      margin-bottom: 60px; } }
  .list-gallery .ami-gallery-item[data-item-number="1"] .gallery-item__figure .ami-gallery-item__placeholder, .list-gallery .ami-gallery-item[data-item-number="2"] .gallery-item__figure .ami-gallery-item__placeholder {
    display: none; }
  .list-gallery .ami-gallery-item[data-item-number="1"] .gallery-item__figure img, .list-gallery .ami-gallery-item[data-item-number="2"] .gallery-item__figure img {
    height: auto; }

.list-gallery .caption-slide {
  padding: 15px 0; }
  .list-gallery .caption-slide .photo-credit {
    display: block;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    text-align: right;
    position: static;
    padding: 0;
    margin: 10px 0 7px; }

.list-gallery .ami-gallery-item .gallery-item__figure {
  margin: 15px 0 0; }
  @media (max-width: 767px) {
    .list-gallery .ami-gallery-item .gallery-item__figure {
      min-width: 100%; } }
  .list-gallery .ami-gallery-item .gallery-item__figure img {
    height: 0;
    display: block;
    margin: 0 auto;
    width: auto; }
    .post-featured-template .list-gallery .ami-gallery-item .gallery-item__figure img {
      width: 100%; }
    @media (max-width: 767px) {
      .list-gallery .ami-gallery-item .gallery-item__figure img {
        min-width: 100%;
        width: auto; } }
    .list-gallery .ami-gallery-item .gallery-item__figure img.visible {
      height: auto; }

.list-gallery .ami-gallery-item .gallery-item__caption {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: initial;
  font-weight: 400; }
  @media (min-width: 1024px) {
    .list-gallery .ami-gallery-item .gallery-item__caption {
      text-align: left; } }
  .list-gallery .ami-gallery-item .gallery-item__caption-title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.8;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 5px; }

.list-gallery .ami-gallery-item.ami-gallery-item-embed {
  flex-direction: column; }
  .list-gallery .ami-gallery-item.ami-gallery-item-embed .caption-slide {
    display: block;
    margin-top: 0; }
    .list-gallery .ami-gallery-item.ami-gallery-item-embed .caption-slide .photo-credit {
      display: block;
      position: relative;
      text-align: right;
      padding-right: 0; }
      @media (max-width: 1023px) {
        .list-gallery .ami-gallery-item.ami-gallery-item-embed .caption-slide .photo-credit {
          padding-left: 0; } }

.list-gallery .ami-gallery-item .facebook-frame {
  text-align: center; }

.list-gallery .ami-gallery-item .fb_iframe_widget {
  display: block;
  text-align: center; }
  .list-gallery .ami-gallery-item .fb_iframe_widget > span {
    max-width: 100%; }

.list-gallery .ami-gallery-item__placeholder {
  height: 210px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e1e1e1; }
  @media (min-width: 768px) {
    .list-gallery .ami-gallery-item__placeholder {
      height: 350px; } }
  .list-gallery .ami-gallery-item__placeholder.hidden {
    display: none; }
  .list-gallery .ami-gallery-item__placeholder svg {
    fill: #707072;
    width: 225px;
    height: 80px; }

.single-format-gallery .post-header {
  margin-bottom: 25px;
  max-width: 630px; }
  .post-featured-template.single-format-gallery .post-header {
    max-width: 100%; }
  .single-format-gallery .post-header.post-header__full-width {
    max-width: 100%; }

.single-format-gallery .post-hero__figure {
  margin: 0 0 10px; }

@media (min-width: 768px) and (max-width: 1023px) {
  .single-format-gallery .post-content {
    margin-top: 20px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .single-format-gallery .post-content > p {
    padding: 0 170px; } }

@media (max-width: 1023px) {
  .single-format-gallery .l-main__sidebar {
    display: none; } }

.presented-by {
  width: 100%;
  padding: 10px 20px 20px; }
  .presented-by__title {
    font-size: 18px;
    font-size: 1.125rem;
    color: #707072;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    position: relative; }
    .presented-by__title:before {
      content: "";
      width: calc(100% - 40px);
      height: 1px;
      background-color: #b5b6b6;
      position: absolute;
      top: 50%;
      left: 20px;
      z-index: 1; }
    .presented-by__title span {
      display: inline-block;
      background: #fff;
      padding: 0 10px;
      position: relative;
      z-index: 2; }
  .presented-by__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center; }
    .presented-by__list a {
      display: inline-block;
      max-width: 30%;
      margin: 0 10px 20px; }
      @media (min-width: 768px) {
        .presented-by__list a {
          max-width: 15%;
          margin: 0 20px 20px; } }

.related-articles {
  margin: 36px -20px; }
  @media (min-width: 768px) {
    .related-articles {
      margin: 36px 0; } }
  .related-articles__title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    color: #fff;
    text-transform: uppercase;
    padding: 11px 14px 8px; }
    @media (max-width: 1023px) {
      .related-articles__title {
        padding: 14px 14px 3px; } }
    .related-articles__title a {
      color: inherit; }
  .related-articles__list {
    list-style-type: none;
    padding: 15px;
    margin: 0;
    border: 2px solid; }
    @media (max-width: 1023px) {
      .related-articles__list {
        background: #b1d6f8;
        border: none;
        padding-top: 0; } }
    .related-articles__list-item:not(:last-child) {
      margin-bottom: 20px; }
  @media (min-width: 1024px) {
    .related-articles .related-articles__list {
      background-color: transparent !important; } }
  .related-articles__name {
    color: #171719; }
    @media (max-width: 1023px) {
      .related-articles__name {
        font-size: 25px;
        font-size: 1.5625rem;
        line-height: 34px;
        color: #fff; } }
  @media (max-width: 1023px) {
    .related-articles .related-articles__name:hover {
      color: #fff !important; } }
  .related-articles__posted {
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
    color: #707072;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    margin-top: 3px; }
    @media (max-width: 1023px) {
      .related-articles__posted {
        color: #fff; } }

.related-posts {
  padding: 40px 0;
  border-top: 2px solid #ebebeb;
  margin: 40px 0; }
  .related-posts__title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.2;
    padding: 20px 0;
    position: relative; }
    .related-posts__title:before {
      content: "";
      display: block;
      width: 40px;
      height: 4px;
      background: #000;
      position: absolute;
      top: 0;
      left: 0; }

.post-featured-template .related-posts {
  padding-left: 0;
  padding-right: 0; }

.post-featured-template .related-posts__slider .article {
  width: 100%;
  border-bottom: none;
  padding-bottom: 0;
  margin: 0; }

.related-posts__slider {
  width: 100%;
  padding: 15px 20px 0; }

.related-posts .slick-slide {
  padding: 0 8px; }

.related-posts .slick-arrow {
  position: absolute;
  top: 27%;
  right: 0;
  margin: auto 0;
  display: flex;
  width: 20px;
  height: 30px;
  background: none;
  padding: 0;
  z-index: 1;
  outline: none; }
  @media (max-width: 767px) {
    .related-posts .slick-arrow {
      top: 33%; } }
  @media (max-width: 480px) {
    .related-posts .slick-arrow {
      top: 23%; } }
  .related-posts .slick-arrow svg {
    width: 20px;
    height: 30px;
    color: #171719;
    margin: auto; }
  .related-posts .slick-arrow.slick-next {
    right: 0; }
  .related-posts .slick-arrow.slick-prev {
    left: 0; }

.related-posts .slick-dots {
  display: flex;
  justify-content: center; }
  @media (min-width: 768px) {
    .related-posts .slick-dots {
      position: absolute;
      top: -30px;
      right: 0; } }
  .related-posts .slick-dots li {
    line-height: 0; }
    .related-posts .slick-dots li.slick-active button {
      background: #171719; }
    .related-posts .slick-dots li:only-child {
      display: none; }
  .related-posts .slick-dots button {
    width: 14px;
    height: 14px;
    background: transparent;
    font-size: 0;
    border-radius: 50%;
    border: 1px solid #171719;
    padding: 0;
    margin: 0 3px;
    outline: none; }
    .related-posts .slick-dots button:hover {
      background: #171719; }

.shop {
  background: #000;
  padding: 20px;
  margin-bottom: 30px; }
  .shop .title-styled, .shop .newsletter-title {
    color: #fff; }
  .shop__item {
    display: block;
    margin-bottom: 16px; }
    .shop__item-image {
      width: 100%;
      height: auto;
      margin-bottom: 12px; }
    .shop__item-flag {
      display: block;
      font-size: 14px;
      font-size: 0.875rem;
      color: #c2c3c3;
      text-transform: uppercase;
      margin-bottom: 2px; }
    .shop__item-name {
      font-size: 18px;
      font-size: 1.125rem;
      color: #fff;
      font-weight: 700;
      line-height: 1.4;
      margin-bottom: 10px; }
    .shop__item-price {
      display: block;
      font-size: 14px;
      font-size: 0.875rem;
      margin-bottom: 2px;
      text-transform: uppercase;
      color: #7ac143; }
  .shop__view-all {
    display: block;
    font-size: 28px;
    font-size: 1.75rem;
    background: #7ac143;
    color: #fff;
    margin: 20px -20px -20px;
    padding: 20px 0;
    text-align: center;
    text-transform: uppercase;
    border: 20px solid #64a432; }
    .shop__view-all:hover {
      color: #fff; }

.buy-now-widget {
  margin: 20px 0; }
  .buy-now-widget h2 {
    margin: 5px 0 8px; }

.buy-now-btn {
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  min-width: 140px;
  background-color: #659ed3;
  border-radius: 3px;
  border: none;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  line-height: 1;
  padding: 12px 16px;
  white-space: nowrap;
  text-align: center;
  transition: all 0.2s; }
  .buy-now-btn:hover {
    color: #fff;
    background-color: #3478b7;
    text-decoration: none; }

.sidebar .widget,
.l-main__sidebar .widget {
  margin-bottom: 40px; }

.follow-us {
  display: flex;
  justify-content: space-between; }
  .follow-us a {
    width: auto;
    height: auto;
    margin: 5px 0 0; }
    .follow-us a svg {
      fill: #9e9e9e; }

@media (max-width: 767px) {
  .tag .l-main__sidebar,
  .category .l-main__sidebar {
    display: none; } }

.most-read__article {
  display: flex;
  padding: 15px 0;
  border-top: 1px solid #ebebeb; }
  .most-read__article:last-child {
    border-bottom: 1px solid #ebebeb; }
  .most-read__article:hover .most-read__article-number {
    color: #9e9e9e; }
  .most-read__article-number {
    display: block;
    width: 35px;
    flex-shrink: 0;
    font-size: 37px;
    font-size: 2.3125rem;
    font-weight: 700;
    line-height: 1;
    color: #ddd;
    transition: color 0.15s ease-out; }
  .most-read__article-flag {
    display: none; }
  .most-read__article-title {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.4;
    color: #171719; }
    .most-read__article-title:hover {
      color: #171719; }

.mobile-navigation {
  display: none;
  position: absolute;
  top: 70px;
  right: 0;
  left: 0;
  z-index: 99998;
  overflow: auto;
  height: calc(100vh - 70px);
  background-color: #fff; }
  @media (min-width: 1024px) {
    .mobile-navigation {
      display: none; } }
  @media (max-width: 1023px) {
    .mobile-navigation.opened {
      display: block; } }
  .mobile-navigation > ul > li {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 0 20px 13px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .mobile-navigation > ul > li {
        width: 48%;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 25px; } }
    .mobile-navigation > ul > li > a {
      font-size: 20px;
      font-size: 1.25rem;
      font-weight: 700;
      display: block;
      margin-bottom: 5px; }
  .mobile-navigation__social {
    padding: 0 10px 10px; }
    @media (min-width: 768px) {
      .mobile-navigation__social {
        display: flex;
        margin-top: 30px; } }
    .mobile-navigation__social-title {
      width: 100%;
      text-align: center; }
    .mobile-navigation__social a {
      width: 50px;
      height: 50px;
      background: #000;
      margin: 10px; }
      .mobile-navigation__social a svg {
        width: 26px;
        height: 28px;
        fill: #fff; }
    .mobile-navigation__social .socials-dummy-element {
      width: 50px;
      height: 50px;
      margin: 10px; }
  .mobile-navigation .socials-row {
    display: flex;
    justify-content: space-around; }

.site-footer__widget {
  flex: 1 100%; }
  @media (max-width: 767px) {
    .site-footer__widget {
      padding: 20px; } }
  @media (min-width: 768px) {
    .site-footer__widget {
      flex: 1 50%; } }
  @media (min-width: 1024px) {
    .site-footer__widget {
      flex: 1 1; }
      .site-footer__widget:nth-child(1) {
        display: flex;
        flex: 1 50%; }
      .site-footer__widget:nth-child(2) {
        flex: 1 39%;
        padding: 0 0 5px 20px; } }
  @media (max-width: 767px) {
    .site-footer__widget:nth-child(2) {
      padding-top: 40px; } }
  @media (max-width: 767px) {
    .site-footer__widget:not(:last-child) {
      border-bottom: 1px solid #333; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .site-footer__widget:not(:last-child) {
      margin-bottom: 15px; } }
  .site-footer__widget.socials-cover__widget {
    display: flex; }
  .site-footer__widget-list {
    background: #222;
    color: #f2f2f2;
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 768px) {
      .site-footer__widget-list {
        padding: 16px 15px 10px; } }
  .site-footer__widget-title {
    width: 100%;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
    color: #f2f2f2;
    text-transform: uppercase;
    margin-bottom: 20px; }

.site-footer__social-wrapper {
  width: 60%;
  margin-right: 5%; }
  @media (max-width: 767px) {
    .site-footer__social-wrapper {
      max-width: 180px; } }
  @media (min-width: 768px) {
    .site-footer__social-wrapper {
      width: 52%; } }
  @media (min-width: 1024px) {
    .site-footer__social-wrapper {
      width: 38%; } }

.site-footer__subscribe {
  display: flex;
  flex-wrap: wrap; }
  .site-footer__subscribe-list {
    flex-grow: 1;
    padding-right: 11%; }
    .site-footer__subscribe-list a {
      display: block;
      color: #f2f2f2;
      position: relative;
      margin-bottom: 30px; }
      .site-footer__subscribe-list a:last-child {
        margin-bottom: 20px; }
      .site-footer__subscribe-list a:before {
        content: "";
        display: flex;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background: #f2f2f2;
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -7px;
        transition: all 0.2s; }
      .site-footer__subscribe-list a:after {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        background: url("../images/icons/chevron-right.svg") no-repeat 50%;
        background-size: contain;
        margin: -5px auto auto;
        position: absolute;
        top: 50%;
        right: 2px; }
      .site-footer__subscribe-list a:hover {
        color: #f2f2f2; }
        .site-footer__subscribe-list a:hover:before {
          background: #659ed3; }

.site-footer__cover {
  width: 40%;
  flex-grow: 0; }
  @media (max-width: 767px) {
    .site-footer__cover {
      display: flex;
      align-items: flex-end;
      margin-bottom: 15px; } }
  @media (min-width: 768px) {
    .site-footer__cover {
      width: 179px; } }
  .site-footer__cover figure {
    margin: 0; }
  .site-footer__cover .photo-credit {
    display: none; }
  .site-footer__cover img {
    display: block; }

.site-footer__newsletter-text {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 12px;
  padding-right: 5px; }

@media (min-width: 768px) {
  .site-footer__newsletter form {
    text-align: right; } }

.site-footer__newsletter-submit {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  background-color: #fafafa;
  color: #222;
  padding: 7px 16px;
  margin-bottom: 12px;
  border-radius: 3px;
  position: relative;
  overflow: hidden; }
  @media (max-width: 767px) {
    .site-footer__newsletter-submit {
      float: right; } }
  @media (min-width: 1024px) {
    .site-footer__newsletter-submit {
      float: right;
      margin-bottom: 0; } }
  @media all and (min-width: 1300px) {
    .site-footer__newsletter-submit:after {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      pointer-events: none;
      background-image: radial-gradient(circle, #585858 10%, transparent 10.01%);
      background-repeat: no-repeat;
      background-position: 50%;
      transform: scale(10, 10);
      opacity: 0;
      transition: transform 0.3s, opacity 1s; } }
  .site-footer__newsletter-submit:active:after {
    transform: scale(0, 0);
    opacity: 0.3;
    transition: 0s; }
  .site-footer__newsletter-submit:hover {
    background-color: #efefef;
    color: #222; }

.site-footer__bottom {
  background: #f2f2f2;
  padding: 12px 15px;
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 1023px) {
    .site-footer__bottom {
      text-align: center;
      padding: 100px 16px 40px; } }

.site-footer__network {
  padding-top: 15px;
  position: relative; }
  .site-footer__network-button {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    background-color: #fafafa;
    color: #222;
    padding: 12px 36px 12px 24px;
    border: 1px solid #ccc;
    background-image: url("../images/icons/more-vertical.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) 50%;
    background-size: 13px 13px;
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    outline: none; }
    .site-footer__network-button:hover {
      background-color: #f1f1f1;
      color: #222; }
    @media all and (min-width: 1300px) {
      .site-footer__network-button:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        pointer-events: none;
        background-image: radial-gradient(circle, #585858 10%, transparent 10.01%);
        background-repeat: no-repeat;
        background-position: 50%;
        transform: scale(10, 10);
        opacity: 0;
        transition: transform 0.3s, opacity 1s; } }
    .site-footer__network-button:active:after {
      transform: scale(0, 0);
      opacity: 0.3;
      transition: 0s; }
  .site-footer__network-list {
    display: none;
    list-style-type: none;
    background: #f2f2f2;
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    padding: 8px 0;
    margin: 0;
    position: absolute;
    right: 0;
    bottom: calc(100% - 5px); }
    .site-footer__network-list a {
      display: block;
      color: #222;
      line-height: 1.5;
      padding: 3px 18px;
      white-space: nowrap; }
      .site-footer__network-list a:hover {
        background: #f5f5f5; }

.site-footer__links {
  flex-grow: 1; }

.site-footer__menu {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  @media (max-width: 1023px) {
    .site-footer__menu + .site-footer__menu {
      margin-top: 15px; } }
  .site-footer__menu li {
    display: inline-block;
    margin-right: 5px; }
    @media (min-width: 768px) {
      .site-footer__menu li {
        margin-bottom: 5px; } }
    .site-footer__menu li a {
      font-size: 14px;
      font-size: 0.875rem;
      display: inline-block;
      line-height: 1;
      color: #222;
      text-transform: uppercase;
      padding: 5px 0; }
      .site-footer__menu li a:hover {
        color: #000; }

.site-footer .ot-sdk-show-settings {
  font-size: 14px;
  font-size: 0.875rem;
  display: none;
  line-height: 1;
  color: #222;
  text-transform: uppercase;
  padding: 5px 0;
  margin: 15px 0;
  cursor: pointer; }
  .site-footer .ot-sdk-show-settings:hover {
    color: #000; }
  @media (min-width: 1024px) {
    .site-footer .ot-sdk-show-settings {
      margin-top: 0; } }
  .beyond-bib .site-footer .ot-sdk-show-settings {
    font-size: 10px;
    font-size: 0.625rem; }

.site-footer__copyright {
  width: 100%;
  color: #222;
  line-height: 1.5;
  font-size: 14px;
  font-size: 0.875rem; }
  @media (max-width: 1023px) {
    .site-footer__copyright {
      margin-top: 15px; } }
  @media (min-width: 1024px) {
    .site-footer__copyright {
      font-size: 12px;
      font-size: 0.75rem; } }
  .site-footer__copyright p {
    margin: 0; }
    @media (min-width: 1024px) {
      .site-footer__copyright p {
        font-size: 12px;
        font-size: 0.75rem; } }

#mb-sticky {
  padding-bottom: 0;
  position: fixed;
  bottom: 0;
  z-index: 9999;
  width: auto;
  min-width: 340px;
  left: 50%;
  transform: translateX(-50%);
  background: #e5e5e5; }
  #mb-sticky:after {
    content: "+";
    color: #707072;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 20px;
    transform: rotate(45deg);
    position: absolute;
    top: 2px;
    right: 7px;
    cursor: pointer;
    transition: all 0.15s; }
    #mb-sticky:after:hover {
      color: #000; }

.site-header {
  position: fixed;
  z-index: 3000005;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 70px;
  background-color: #fff; }
  @media (min-width: 783px) {
    .admin-bar .site-header {
      top: 32px; } }
  .site-header .header-content {
    max-width: 970px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative; }
  .site-header .header-logo-nav {
    padding: 0 15px;
    display: flex;
    align-items: center; }
  .site-header .site-header__logo {
    display: block;
    font-size: 16px;
    font-size: 1rem;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.3;
    text-decoration: none;
    color: #171719; }
    @media screen and (min-width: 821px) {
      .site-header .site-header__logo {
        font-size: 20px;
        font-size: 1.25rem; } }
    .site-header .site-header__logo a {
      display: flex;
      align-items: center; }
  @media screen and (max-width: 819px) {
    .site-header .site-branding {
      width: 81%;
      margin-left: 15px;
      flex-shrink: 0; } }
  .site-header .site-logo {
    width: 50px;
    height: 26px;
    fill: #171719;
    margin-right: 7px; }
  .site-header .extended-menu-btn {
    margin-left: 3px; }
    @media screen and (min-width: 820px) {
      .site-header .extended-menu-btn {
        display: none;
        margin-left: 0; } }
  .site-header .main-navigation {
    margin-left: 20px; }
  .site-header.fixed .extended-menu-btn {
    display: block; }
  .site-header.fixed .site-branding {
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
  .site-header.fixed .main-nav__list {
    display: none; }
  .site-header .header-tools {
    display: flex;
    align-items: center;
    margin-right: 15px; }
  .site-header .search-social-header {
    display: flex;
    align-items: center; }
    .site-header .search-social-header .search-trigger {
      display: flex;
      padding: 6px 0;
      cursor: pointer;
      margin-top: -2px; }
      @media (min-width: 768px) {
        .site-header .search-social-header .search-trigger {
          border-right: 2px solid #ebebeb;
          margin: 0 4px 0 0;
          padding-right: 10px; } }
      .site-header .search-social-header .search-trigger.active .search-icon {
        display: none; }
      .site-header .search-social-header .search-trigger.active .close-icon {
        display: block; }
      .site-header .search-social-header .search-trigger svg {
        width: 26px;
        height: 26px;
        fill: #171719; }
        @media (min-width: 768px) {
          .site-header .search-social-header .search-trigger svg {
            width: 19px;
            height: 19px; } }
      .site-header .search-social-header .search-trigger .close-icon {
        display: none;
        fill: #171719; }
    .site-header .search-social-header .social-box {
      display: none; }
      @media (min-width: 768px) {
        .site-header .search-social-header .social-box {
          display: flex; } }
      .site-header .search-social-header .social-box > .social-icon {
        width: 20px;
        height: 20px;
        margin: 0 2px; }
      .site-header .search-social-header .social-box .social-more__btn {
        padding-left: 3px;
        display: flex;
        align-items: center;
        cursor: pointer; }
        .site-header .search-social-header .social-box .social-more__btn svg {
          width: 18px;
          height: 18px; }
      .site-header .search-social-header .social-box .social-more__dropdown {
        position: absolute;
        z-index: 99999;
        top: 70px;
        right: 0;
        display: none;
        width: auto;
        background-color: #fff;
        padding: 0 5px; }
        .site-header .search-social-header .social-box .social-more__dropdown .hidden-except-readers {
          display: block !important; }
        .site-header .search-social-header .social-box .social-more__dropdown a {
          display: flex;
          align-items: center;
          justify-content: flex-start; }
          .site-header .search-social-header .social-box .social-more__dropdown a .hidden-except-readers {
            font-size: 15px;
            font-size: 0.9375rem;
            color: #171719;
            position: static;
            width: auto;
            height: auto;
            overflow: auto;
            order: 2; }
        .site-header .search-social-header .social-box .social-more__dropdown .social-icon {
          width: auto;
          height: auto;
          margin-bottom: 6px;
          background: transparent; }
          .site-header .search-social-header .social-box .social-more__dropdown .social-icon svg {
            width: 16px;
            height: 16px;
            display: inline-block;
            margin: 0 10px 5px 0; }
    .site-header .search-social-header .icon-accessibility__link {
      display: flex;
      margin-right: 5px; }
      .site-header .search-social-header .icon-accessibility__link .icon-accessibility__icon {
        width: 20px;
        height: 20px;
        --ae-icon-circle-color: #000;
        --ae-icon-path-color: #fff; }
  .site-header .search-box {
    position: absolute;
    z-index: 99999;
    top: 100%;
    right: 0;
    display: none;
    width: 100%;
    padding: 15px 20px;
    background-color: #fff; }
    .site-header .search-box.active {
      display: block; }
    .site-header .search-box form {
      position: relative; }
    .site-header .search-box input {
      font-size: 16px;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      margin-bottom: 0;
      padding: 5px 35px 5px 10px;
      border: 0;
      border-bottom: 2px solid #ebebeb;
      border-radius: 0;
      box-shadow: none;
      display: block;
      width: 100%;
      outline: none;
      box-sizing: border-box; }
    .site-header .search-box button[type="submit"] {
      background: transparent;
      position: absolute;
      top: 0;
      right: 0;
      width: 30px;
      height: 30px;
      padding: 0; }
      .site-header .search-box button[type="submit"] .icon-search {
        width: 19px;
        height: 19px; }

.smoking-warning {
  width: 100%;
  background: #fff;
  padding-top: 2px; }
  .smoking-warning__title {
    text-align: center;
    margin: 0 auto;
    padding: 13px;
    border: solid 12px #000; }
    @media (min-width: 768px) {
      .smoking-warning__title {
        padding: 25px 10px; } }
    @media (min-width: 1024px) {
      .smoking-warning__title {
        padding: 10px; } }
    .smoking-warning__title p {
      font-size: 21px;
      font-weight: 700;
      line-height: 1.1;
      margin: 0 auto; }
      @media (min-width: 375px) {
        .smoking-warning__title p {
          font-size: 24px; } }
      @media (min-width: 768px) {
        .smoking-warning__title p {
          font-size: 32px; } }
      @media (min-width: 1024px) and (max-width: 1459px) {
        .smoking-warning__title p {
          font-size: 45px; } }
      @media (min-width: 1460px) {
        .smoking-warning__title p {
          font-size: 62px;
          max-width: 90%; } }
  .smoking-warning__details {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 13px 10px; }
    @media (min-width: 768px) {
      .smoking-warning__details {
        font-size: 13px; } }
    @media (min-width: 1024px) {
      .smoking-warning__details {
        font-size: 16px; } }

.main-nav__list {
  display: none; }
  @media screen and (min-width: 820px) {
    .main-nav__list {
      display: flex; } }
  .main-nav__list li {
    position: relative; }
    .main-nav__list li a {
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 2;
      position: relative;
      height: 30px;
      margin: 20px 0;
      padding: 0 8px;
      color: #333; }
    .main-nav__list li:hover:before {
      position: absolute;
      right: 8px;
      bottom: 0;
      left: 8px;
      height: 3px;
      content: "";
      background-color: #ebebeb; }

.main-nav {
  list-style: none;
  margin: 0; }
  .main-nav ul {
    list-style-type: none; }
  @media (min-width: 768px) {
    .main-nav {
      flex-grow: 1;
      display: flex; }
      .main-nav > .main-nav__item > .main-nav__item-link {
        display: inline-block;
        font-size: 12px;
        font-size: 0.75rem;
        position: relative;
        padding: 0 10px;
        height: 60px;
        color: #171719;
        letter-spacing: 1px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 60px;
        transition: color 0s; }
        .main-nav > .main-nav__item > .main-nav__item-link:hover {
          color: #171719; }
      .main-nav > .main-nav__item.extended > .main-nav__item-link {
        display: none; }
      .main-nav > .main-nav__item.extended > .sub-menu {
        display: flex;
        width: 100%;
        list-style-type: none;
        background: #000;
        padding: 0 40px 10px;
        margin: 0;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: -1;
        opacity: 0;
        visibility: hidden;
        transition: padding 0.2s, opacity 0.2s; } }
    @media (min-width: 768px) and (min-width: 1024px) {
      .main-nav > .main-nav__item.extended > .sub-menu {
        max-width: 970px;
        left: 50%;
        transform: translateX(-50%); } }
  @media (min-width: 768px) {
        .main-nav > .main-nav__item.extended > .sub-menu > li {
          flex: 1 1; }
          .main-nav > .main-nav__item.extended > .sub-menu > li.image {
            flex: 1.3 1;
            padding-right: 40px; }
          .main-nav > .main-nav__item.extended > .sub-menu > li ul {
            list-style-type: none;
            padding: 0;
            margin: 0; }
          .main-nav > .main-nav__item.extended > .sub-menu > li a {
            display: inline-block;
            color: #fff;
            line-height: 1.25; }
          .main-nav > .main-nav__item.extended > .sub-menu > li > a {
            color: #659ed3;
            padding-bottom: 0.5em; } }
  @media (max-width: 767px) {
    .main-nav {
      width: 100%;
      padding: 10px; }
      .main-nav .main-nav__item {
        padding: 5px 0; }
        .main-nav .main-nav__item.extended > .sub-menu {
          background: #333;
          margin: 0 -5px;
          padding: 0 5px; }
          .main-nav .main-nav__item.extended > .sub-menu > li {
            border-top: 1px solid #404040; }
            .main-nav .main-nav__item.extended > .sub-menu > li > ul {
              padding-left: 10px; }
        .main-nav .main-nav__item.image {
          display: none; }
        .main-nav .main-nav__item .main-nav__item-link {
          display: inline-block;
          font-size: 18px;
          font-size: 1.125rem;
          color: #d8d8d8;
          letter-spacing: 1px;
          font-weight: 400;
          line-height: 2.1;
          text-transform: uppercase; }
          .main-nav .main-nav__item .main-nav__item-link:hover {
            color: #d8d8d8; }
      .main-nav > .main-nav__item > .main-nav__item-link {
        color: #659ed3;
        font-weight: 700; } }

.nav__sub-menu {
  display: none; }
  .nav__sub-menu.opened {
    display: block; }
  .nav__sub-menu .sub-menu__list {
    display: none;
    position: absolute;
    z-index: 999999;
    top: 100%;
    right: 0;
    left: 0;
    align-items: stretch;
    justify-content: space-around;
    margin: 0;
    padding: 3px 0 0;
    list-style: none;
    background-color: #fff; }
    @media (min-width: 1024px) {
      .nav__sub-menu .sub-menu__list {
        display: flex; } }
    .nav__sub-menu .sub-menu__list:before {
      position: absolute;
      top: 0;
      left: 20px;
      width: calc(100% - 40px);
      content: "";
      border-top: 2px solid #ebebeb; }
    .nav__sub-menu .sub-menu__list > li {
      font-size: 14px;
      font-size: 0.875rem;
      padding: 0 20px 13px; }
      @media (min-width: 768px) {
        .nav__sub-menu .sub-menu__list > li {
          padding: 20px; } }
      .nav__sub-menu .sub-menu__list > li:last-of-type {
        flex: 1; }
        .nav__sub-menu .sub-menu__list > li:last-of-type ul {
          display: flex;
          flex-wrap: wrap; }
          .nav__sub-menu .sub-menu__list > li:last-of-type ul li {
            width: 50%; }
      .nav__sub-menu .sub-menu__list > li > a {
        font-weight: 700;
        color: #171719;
        padding: 0; }
        @media (max-width: 767px) {
          .nav__sub-menu .sub-menu__list > li > a {
            font-size: 20px;
            font-size: 1.25rem;
            text-transform: uppercase; } }
      .nav__sub-menu .sub-menu__list > li ul {
        width: 100%;
        display: block;
        padding-left: 0; }
        .nav__sub-menu .sub-menu__list > li ul li {
          font-size: 12.9px;
          font-size: 0.80625rem;
          padding: 0; }
          .nav__sub-menu .sub-menu__list > li ul li a {
            color: #171719; }
            @media (max-width: 767px) {
              .nav__sub-menu .sub-menu__list > li ul li a {
                font-size: 18px;
                font-size: 1.125rem;
                line-height: 2.15;
                text-transform: uppercase;
                padding-left: 16px; } }

/* Slick slider common styles */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ""; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

.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; }

.slider__cat-videos {
  padding: 0 40px;
  position: relative; }
  @media (max-width: 767px) {
    .slider__cat-videos {
      padding: 0 10px; } }
  @media (min-width: 768px) {
    .slider__cat-videos__item {
      padding: 0 10px; } }
  .slider__cat-videos .slick-list {
    overflow: hidden; }
  .slider__cat-videos .slick-track {
    display: flex; }
  .slider__cat-videos .slick-slide {
    display: block;
    height: 100%;
    outline: none; }
  .slider__cat-videos .slick-arrow {
    position: absolute;
    top: 25%;
    right: 0;
    margin: auto 0;
    display: block;
    width: 40px;
    height: 40px;
    background: none;
    padding: 0;
    z-index: 1;
    outline: none; }
    @media (max-width: 767px) {
      .slider__cat-videos .slick-arrow {
        width: 25px;
        height: 25px;
        top: 30%; } }
    .slider__cat-videos .slick-arrow svg {
      width: 30px;
      height: 30px;
      color: #333;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto; }
      @media (max-width: 767px) {
        .slider__cat-videos .slick-arrow svg {
          width: 25px;
          height: 25px;
          color: #fff; } }
    .slider__cat-videos .slick-arrow.slick-next {
      right: 0; }
    .slider__cat-videos .slick-arrow.slick-prev {
      left: 0; }
    .slider__cat-videos .slick-arrow.slick-disabled {
      opacity: 0.2; }
    @media (max-width: 767px) {
      .slider__cat-videos .slick-arrow.slick-next {
        right: 5px; }
      .slider__cat-videos .slick-arrow.slick-prev {
        left: 5px; } }
  .slider__cat-videos .slick .slick-disabled {
    opacity: 0.2;
    pointer-events: none; }
  .slider__cat-videos .article {
    margin-bottom: 0 !important; }
    .slider__cat-videos .article .post-flag,
    .slider__cat-videos .article .article__subtitle,
    .slider__cat-videos .article .article__meta {
      display: none; }
    .slider__cat-videos .article__title {
      margin-bottom: 0; }

.slider-featured {
  background: #f7f7f7;
  padding: 20px 0;
  margin-top: 20px;
  position: relative; }
  @media (max-width: 767px) {
    .slider-featured {
      padding-bottom: 60px;
      margin: 20px -20px 0; } }
  .slider-featured:before, .slider-featured:after {
    content: "";
    display: block;
    background: #f7f7f7;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0; }
  .slider-featured:before {
    left: 100%; }
  .slider-featured:after {
    right: 100%; }
  .slider-featured__item {
    display: block;
    position: relative;
    height: 0;
    padding-top: 100%; }
  .slider-featured__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0; }
  .slider-featured__title {
    display: block;
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 40px 20px 20px;
    margin-bottom: 0;
    text-align: left;
    background: rgba(0, 0, 0, 0.7);
    background: linear-gradient(180deg, rgba(125, 185, 232, 0) 0, rgba(10, 15, 19, 0) 0, rgba(0, 0, 0, 0.85) 99%, rgba(0, 0, 0, 0.75)); }

.slider-slick {
  position: relative; }
  @media (min-width: 768px) {
    .slider-slick {
      padding: 0 40px 0 47px; } }
  .slider-slick .slick-list {
    overflow: hidden; }
  .slider-slick .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    margin-right: 10px; }
    @media (max-width: 767px) {
      .slider-slick .slick-slide {
        margin-right: 0; } }
  .slider-slick .slick-arrow {
    background: transparent;
    width: 35px;
    height: 55px;
    text-align: center;
    border: none;
    border-radius: 0;
    outline: none;
    padding: 0;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2; }
    @media (max-width: 767px) {
      .slider-slick .slick-arrow {
        background: #000; } }
    .slider-slick .slick-arrow svg {
      position: absolute;
      width: 18px;
      height: 29px;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      color: #000; }
      @media (max-width: 767px) {
        .slider-slick .slick-arrow svg {
          color: #fff; } }
    .slider-slick .slick-arrow.slick-prev {
      left: 0; }
    .slider-slick .slick-arrow.slick-next {
      right: 0; }
  .slider-slick .slick-dots {
    height: 14px;
    position: absolute;
    top: -45px;
    right: 0; }
    @media (max-width: 767px) {
      .slider-slick .slick-dots {
        margin-top: 15px;
        top: auto;
        right: auto;
        left: 20px; } }
    .slider-slick .slick-dots li {
      display: inline-block;
      list-style: none;
      border-radius: 50%;
      text-indent: -9999px;
      border: 1px solid #000;
      width: 14px;
      height: 14px;
      margin-right: 5px;
      cursor: pointer; }
      .slider-slick .slick-dots li.slick-active {
        background: #000; }
      .slider-slick .slick-dots li:only-child {
        display: none; }

.slider-hero-hp {
  min-height: 200px;
  position: relative; }
  @media (min-width: 768px) {
    .slider-hero-hp {
      padding-bottom: 30px;
      border-bottom: 1px solid #707072;
      margin-bottom: 24px; } }
  .slider-hero-hp:hover .slick-arrow {
    opacity: 1; }
  .slider-hero-hp .slick-list {
    overflow: hidden; }
  .slider-hero-hp .slick-track {
    display: flex; }
  .slider-hero-hp .slick-slide {
    display: block;
    height: 100%;
    outline: none; }
  .slider-hero-hp .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    display: block;
    width: 30px;
    height: 30px;
    background: none;
    z-index: 1;
    outline: none; }
    @media (min-width: 1024px) {
      .slider-hero-hp .slick-arrow {
        opacity: 0; } }
    .slider-hero-hp .slick-arrow svg {
      width: 30px;
      height: 30px;
      color: #fff;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto; }
    .slider-hero-hp .slick-arrow.slick-next {
      right: 0; }
      .slider-hero-hp .slick-arrow.slick-next svg {
        filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.6)); }
    .slider-hero-hp .slick-arrow.slick-prev {
      left: 0; }
      .slider-hero-hp .slick-arrow.slick-prev svg {
        filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.6)); }

.post-slider__main,
.post-slider__nav {
  position: relative;
  min-height: 100px;
  margin-bottom: 8px;
  overflow: hidden; }
  .post-slider__main .slick-track,
  .post-slider__nav .slick-track {
    display: flex; }
  .post-slider__main .slick-slide,
  .post-slider__nav .slick-slide {
    display: block;
    height: 100%;
    position: relative; }
    .post-slider__main .slick-slide img,
    .post-slider__nav .slick-slide img {
      margin: 0;
      width: 100%; }
  .post-slider__main .slick-arrow,
  .post-slider__nav .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    display: block;
    width: 40px;
    height: 40px;
    background: none;
    z-index: 1;
    outline: none; }
    .post-slider__main .slick-arrow svg,
    .post-slider__nav .slick-arrow svg {
      width: 25px;
      height: 25px;
      fill: #fff;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto; }
    .post-slider__main .slick-arrow.slick-next,
    .post-slider__nav .slick-arrow.slick-next {
      right: 0; }
      .post-slider__main .slick-arrow.slick-next svg,
      .post-slider__nav .slick-arrow.slick-next svg {
        filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.6)); }
    .post-slider__main .slick-arrow.slick-prev,
    .post-slider__nav .slick-arrow.slick-prev {
      left: 0; }
      .post-slider__main .slick-arrow.slick-prev svg,
      .post-slider__nav .slick-arrow.slick-prev svg {
        transform: rotate(180deg);
        filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.6)); }

.post-slider__nav {
  margin-bottom: 20px;
  padding: 0 28px; }
  .post-slider__nav .slick-slide {
    width: 33.33%;
    height: 108px;
    padding: 0 4px;
    overflow: hidden;
    position: relative; }
    .post-slider__nav .slick-slide img {
      width: calc(100% - 8px);
      height: 100%;
      position: absolute;
      top: 0;
      left: 4px;
      -o-object-fit: cover;
         object-fit: cover; }
  .post-slider__nav .slick-arrow {
    background: #171719;
    width: 24px;
    height: 108px;
    padding: 0;
    margin: 0; }
    .post-slider__nav .slick-arrow svg {
      width: 22px;
      height: 22px;
      filter: none !important; }
    .post-slider__nav .slick-arrow.slick-next {
      border-radius: 0 3px 3px 0; }
    .post-slider__nav .slick-arrow.slick-prev {
      border-radius: 3px 0 0 3px; }

.post-slider__main .slick-slide[data-fancybox]:after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: url("../images/icons/icon-enlarge.svg");
  background-size: cover;
  opacity: 0.8;
  transition: opacity 0.3s; }
  @media (min-width: 768px) {
    .post-slider__main .slick-slide[data-fancybox]:after {
      width: 30px;
      height: 30px; } }

.post-slider__main .slick-slide[data-fancybox]:hover:after {
  opacity: 1;
  transition: opacity 0.3s; }

.slider-video-post {
  min-height: 100px;
  padding: 0 35px;
  position: relative; }
  .slider-video-post__wrapper {
    padding: 10px 0; }
  .slider-video-post__title {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 12px;
    position: relative; }
    .slider-video-post__title:before {
      content: "";
      display: block;
      width: 100%;
      height: 5px;
      background: #707072;
      position: absolute;
      top: calc(50% - 3px);
      left: 0;
      z-index: 0; }
    .slider-video-post__title span {
      display: inline-block;
      background: #fff;
      padding: 0 20px 0 10px;
      position: relative;
      text-transform: uppercase; }
  .slider-video-post .slick-list {
    overflow: hidden; }
  .slider-video-post .slick-track {
    display: flex; }
  .slider-video-post .slick-slide {
    display: block;
    height: 100%; }
    .slider-video-post .slick-slide img {
      margin: 0; }
  .slider-video-post .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    display: block;
    width: 30px;
    height: 30px;
    background: none;
    z-index: 1;
    outline: none; }
    .slider-video-post .slick-arrow svg {
      width: 30px;
      height: 30px;
      color: #707072;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto; }
    .slider-video-post .slick-arrow.slick-next {
      right: 0; }
    .slider-video-post .slick-arrow.slick-prev {
      left: 0; }
  .slider-video-post .article {
    padding: 0 10px;
    margin: 0;
    border: none; }
    .slider-video-post .article__figure {
      width: 100%;
      margin: 0 0 10px; }
    .slider-video-post .article .post-flag,
    .slider-video-post .article .icon-play, .slider-video-post .article__subtitle, .slider-video-post .article__meta, .slider-video-post .article__read-more {
      display: none; }
    .slider-video-post .article__title {
      font-size: 10.4px;
      font-size: 0.65rem;
      line-height: 1.2;
      margin: 0;
      max-height: 55px;
      overflow: hidden; }

.jw-related-shelf-container {
  padding-bottom: 10px !important;
  margin-bottom: 35px !important;
  border-bottom: solid 1px #e6e6e6 !important; }
  .jw-related-shelf-container .jw-related-more {
    font-size: 20px !important;
    font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #171719;
    text-transform: uppercase;
    line-height: 1.35;
    margin: 5px 0 10px 38px !important; }
  .jw-related-shelf-container .jw-related-control {
    background: #000;
    opacity: 0.8 !important;
    height: 100% !important; }
    @media (min-width: 768px) {
      .jw-related-shelf-container .jw-related-control {
        max-height: 81px; } }
    @media (min-width: 1024px) {
      .jw-related-shelf-container .jw-related-control {
        max-height: 88px; } }
    .jw-related-shelf-container .jw-related-control:hover {
      opacity: 1 !important; }
    .jw-related-shelf-container .jw-related-control.jw-off {
      opacity: 0.4 !important; }
    .jw-related-shelf-container .jw-related-control svg {
      fill: #fff !important; }
  .jw-related-shelf-container .jw-related-shelf-item-title {
    font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 17px !important;
    font-weight: 700 !important;
    line-height: 1.33 !important; }
  .jw-related-shelf-container .jw-related-shelf-item-contents,
  .jw-related-shelf-container .jw-related-shelf-item-title {
    height: auto !important;
    max-height: 70px; }
  .jw-related-shelf-container .jw-related-shelf-item-contents {
    margin-top: 15px !important; }

.jw-shelf-widget {
  display: flex !important; }

.active-thumbnail .jw-related-shelf-item-image:before {
  background: rgba(23, 23, 25, 0.6) !important;
  opacity: 1 !important; }

.active-thumbnail .jw-related-shelf-item-image:after {
  display: flex !important;
  align-items: center;
  justify-content: center;
  content: "Watching" !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  color: #fff;
  font-weight: 700;
  z-index: 2; }

.sponsored-banner {
  width: 100%;
  margin: 0;
  position: relative;
  margin-bottom: 20px; }
  .sponsored-banner__bg-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0; }
  .sponsored-banner__wrap {
    display: flex; }
  .sponsored-banner__text {
    background: #fff;
    display: inline-block;
    z-index: 5;
    margin: 40px auto;
    padding: 20px 25px;
    max-width: calc(100% - 40px); }
    @media (min-width: 768px) {
      .sponsored-banner__text {
        padding: 15px 20px 20px; } }
    @media (min-width: 1024px) {
      .sponsored-banner__text {
        max-width: calc(100% - 300px); } }
    .sponsored-banner__text-title {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1.1;
      margin: 0;
      text-align: center; }
      @media (min-width: 768px) {
        .sponsored-banner__text-title {
          font-size: 24px;
          font-size: 1.5rem; } }
  .sponsored-banner__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 7px; }
    @media (min-width: 768px) {
      .sponsored-banner__logo {
        margin-top: 13px; } }
    .sponsored-banner__logo img {
      display: block;
      max-width: 160px;
      max-height: 40px;
      width: auto;
      height: auto; }
      @media (min-width: 768px) {
        .sponsored-banner__logo img {
          max-width: 170px;
          max-height: 70px; } }
    .sponsored-banner__logo-sponsored {
      font-size: 10px;
      font-size: 0.625rem;
      text-transform: uppercase;
      padding-right: 13px;
      color: #707072; }
      @media (min-width: 768px) {
        .sponsored-banner__logo-sponsored {
          font-size: 16px;
          font-size: 1rem; } }

.ticker {
  display: inline-block;
  width: calc(100% - 60px);
  overflow: hidden;
  box-sizing: border-box;
  height: 100%;
  position: relative;
  cursor: pointer; }
  .ticker__container {
    display: flex;
    background: #474747;
    max-width: 970px;
    margin: 0 auto; }
  .ticker__inner {
    display: flex;
    align-items: center;
    padding-right: 10px;
    overflow: hidden;
    min-height: 58px; }
    .show-webcast-status .ticker__inner {
      margin-right: -9989px;
      padding-right: 9999px;
      background-color: #474747; }
  .ticker__link {
    display: inline-flex;
    margin: 0 10px; }
    .ticker__link svg {
      width: 36px;
      height: 36px;
      fill: #707072;
      margin: auto; }
  .ticker .marquee-content-items {
    width: 20000px;
    padding: 5px;
    margin: 0;
    height: 100%;
    position: relative;
    box-sizing: border-box; }
    .ticker .marquee-content-items li {
      font-size: 14px;
      font-size: 0.875rem;
      display: inline-block;
      color: #fff;
      line-height: 49px;
      margin-right: 40px; }
      .ticker .marquee-content-items li a {
        padding: 0 5px; }
  .ticker .js-marquee {
    display: flex; }
    .ticker .js-marquee li {
      display: inline-flex;
      color: #fff; }

.cast-status {
  font-size: 10px;
  font-size: 0.625rem;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #c2c3c3;
  padding: 5px 10px 8px;
  background-color: #171719;
  text-align: center; }
  @media (min-width: 768px) {
    .cast-status {
      margin-left: -9989px;
      padding-left: 9999px; } }

.cast-status-display {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1;
  display: block;
  margin-top: 2px;
  padding: 5px;
  border-radius: 5px; }
  .cast-status-display a {
    color: #fff; }
    .cast-status-display a:hover {
      color: #fff; }
  .cast-status-display.off {
    background-color: #707072; }
  .cast-status-display.on {
    background-color: #d03139; }

.cast-local-time {
  padding: 5px 15px 8px;
  text-transform: uppercase;
  text-align: center;
  background-color: #333; }
  .cast-local-time .cast-label {
    font-size: 10px;
    font-size: 0.625rem;
    font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
    color: #c2c3c3; }
  .cast-local-time .cast-clock-display {
    font-size: 18px;
    font-size: 1.125rem;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 1;
    margin-top: 7px;
    color: #fff; }

.cast-dew-twitter {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  line-height: 1; }
  .cast-dew-twitter a {
    font-size: 26px;
    font-size: 1.625rem;
    font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.trending {
  width: 100%;
  background: #f2f2f2;
  padding: 30px 0;
  margin: 0; }
  .trending__title {
    color: #979797;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1.5em; }
  .trending__list {
    display: flex;
    flex-wrap: wrap; }
  .trending .article {
    display: block;
    width: 25%;
    padding: 0 10px;
    margin-bottom: 0;
    color: #171719;
    border: none; }
    .trending .article__figure {
      width: 100%;
      height: 125px;
      margin-bottom: 8px; }
    .trending .article__title {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.5; }
    .trending .article__subtitle, .trending .article__meta {
      display: none; }

.error404 .site-header__leaderboard {
  display: none; }

.error404 [data-slot="mb-sticky"] {
  display: none; }

.error404 .l-page-wrapper {
  background: url("../images/404.png") no-repeat 50%;
  background-size: contain; }
  @media (max-width: 767px) {
    .error404 .l-page-wrapper {
      background-position-y: 10%; } }

.error-page__content {
  max-width: 470px;
  padding: 100px 0 150px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .error-page__content {
      padding: 120px 0 200px; } }
  .error-page__content .error-page__form {
    position: relative; }
    .error-page__content .error-page__form-input {
      width: 100%;
      font-size: 21px;
      font-size: 1.3125rem;
      background: #ebebeb;
      color: #171719;
      border: 1px solid #c4c4c4;
      border-radius: 3px;
      padding: 11px 15px 11px 60px; }
      @media (max-width: 767px) {
        .error-page__content .error-page__form-input {
          font-size: 16px;
          font-size: 1rem;
          padding: 8px 8px 8px 40px; } }
      .error-page__content .error-page__form-input::-webkit-input-placeholder {
        color: #818181; }
      .error-page__content .error-page__form-input::-moz-placeholder {
        color: #818181; }
      .error-page__content .error-page__form-input:-moz-placeholder {
        color: #818181; }
      .error-page__content .error-page__form-input:-ms-input-placeholder {
        color: #818181; }
    .error-page__content .error-page__form-submit {
      display: inline-flex;
      width: 56px;
      height: 48px;
      padding: 0;
      background: transparent !important;
      border: none;
      text-align: center;
      position: absolute;
      top: 0;
      left: 0; }
      @media (max-width: 767px) {
        .error-page__content .error-page__form-submit {
          width: 40px;
          height: 36px; } }
      .error-page__content .error-page__form-submit svg {
        fill: #171719;
        width: 19px;
        height: 19px;
        margin: auto; }

.error-page__title {
  max-width: 400px;
  color: #333;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.3;
  text-align: center;
  margin: 0 auto 64px; }
  @media (max-width: 767px) {
    .error-page__title {
      margin-bottom: 40px; } }

.error-page__subtitle {
  color: #333;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 56px; }
  @media (max-width: 767px) {
    .error-page__subtitle {
      margin-bottom: 32px; } }

.about__header {
  background: #c12020;
  color: #fff;
  text-align: center;
  padding: 40px 16px;
  margin: 0 -10px 30px; }
  @media (min-width: 768px) {
    .about__header {
      padding: 40px 120px;
      margin-bottom: 60px; } }
  @media (min-width: 1024px) {
    .about__header {
      margin: 0 0 60px; } }
  .about__header .about__title {
    color: #fff; }
  .about__header p {
    line-height: 1.6; }
    @media (min-width: 768px) {
      .about__header p {
        font-size: 19px;
        font-size: 1.1875rem; } }

.about__title {
  font-size: 56px;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 0.75em; }
  @media (min-width: 768px) {
    .about__title {
      font-size: 96px;
      font-size: 6rem; } }
  .about__title small {
    font-size: 18px;
    font-size: 1.125rem;
    display: block;
    color: #999; }

.about__connect {
  list-style-type: none;
  display: flex;
  justify-content: space-around;
  padding: 0;
  margin: 40px 0 80px; }
  .about__connect-item:hover .social-icon {
    transform: scale(0.75); }
    .about__connect-item:hover .social-icon svg {
      fill: #171719; }
  .about__connect .social-icon {
    width: 75px;
    height: 75px;
    background: #e8e8e8;
    margin: 0;
    transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    @media (min-width: 768px) {
      .about__connect .social-icon {
        width: 140px;
        height: 140px; } }
    .about__connect .social-icon svg {
      width: 30px;
      height: 30px;
      fill: #fff; }
      @media (min-width: 768px) {
        .about__connect .social-icon svg {
          width: 55px;
          height: 55px; } }

.about__content {
  background: #222;
  color: #fff;
  text-align: center;
  padding: 40px 16px;
  margin: 0 -10px 30px; }
  @media (min-width: 768px) {
    .about__content {
      font-size: 19px;
      font-size: 1.1875rem;
      padding: 40px 120px; } }
  @media (min-width: 1024px) {
    .about__content {
      margin: 0 0 60px; } }
  .about__content iframe {
    margin-bottom: 15px; }

.team {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 40px 0 60px; }
  .team-member {
    width: 50%;
    height: 48vw;
    border: 1px solid #fff;
    overflow: hidden;
    position: relative; }
    @media (min-width: 768px) {
      .team-member {
        width: 33.33%;
        height: 32vw; } }
    @media (min-width: 1024px) {
      .team-member {
        width: 25%;
        height: 240px; } }
    .team-member:hover .team-member__content {
      top: 0;
      padding-top: 20px; }
      .team-member:hover .team-member__content hr {
        opacity: 1; }
    .team-member__content {
      background: rgba(240, 240, 240, 0.95);
      padding: 0 16px 40px;
      position: absolute;
      top: calc(100% - 50px);
      left: 0;
      right: 0;
      bottom: 0;
      transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1); }
      @media (max-width: 480px) {
        .team-member__content {
          top: calc(100% - 44px); } }
      .team-member__content hr {
        border-top: 1px solid #d2d2d2;
        border-bottom: 1px solid #eeeded;
        margin: 24px 0;
        transition: all 0.3s 0.2s;
        opacity: 0; }
    .team-member__title {
      font-size: 22px;
      font-size: 1.375rem;
      font-weight: 700;
      text-transform: none;
      text-align: center;
      padding: 6px 0 15px; }
      @media (max-width: 480px) {
        .team-member__title {
          font-size: 18px;
          font-size: 1.125rem; } }
      .team-member__title-link {
        display: block;
        margin-bottom: 7px; }
        .team-member__title-link:hover {
          color: inherit; }
      .team-member__title-position {
        font-size: 0.8em; }
      .team-member__title svg {
        display: block;
        width: 14px;
        height: 8px;
        fill: #bbb;
        margin: 0 auto 2px; }
    .team-member__socials {
      text-align: center; }
      .team-member__socials .social-icon {
        width: 30px;
        height: 30px;
        line-height: 30px;
        background: #454545;
        margin: 2px; }
        .team-member__socials .social-icon svg {
          width: 14px;
          height: 14px;
          fill: #fff; }

.page-template-page-archive .page-title, .page-template-page-archive .tag__title, .page-template-page-archive .page-id-16819 .l-main__main-col h1, .page-id-16819 .l-main__main-col .page-template-page-archive h1 {
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 30px; }

.archive.date .dfp-wrapper {
  display: none; }

@media (min-width: 768px) {
  .archive.date .l-main__main-col {
    padding-left: 10px;
    padding-right: 10px; } }

@media (min-width: 1024px) {
  .archive.date .l-main__main-col {
    padding-left: 20px;
    padding-right: 20px; } }

.archive.date .breadcrumbs-list {
  margin: 10px 0; }
  @media (min-width: 1024px) {
    .archive.date .breadcrumbs-list {
      margin-top: 30px; } }

.archive.date .date-header__content,
.archive.date h1 {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 700;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 15px;
  text-align: center; }
  @media (min-width: 1024px) {
    .archive.date .date-header__content,
    .archive.date h1 {
      font-size: 30px;
      font-size: 1.875rem; } }

.archive.date .date-header__content {
  display: block;
  margin-bottom: 20px; }
  .archive.date .date-header__content span {
    vertical-align: text-bottom; }

.archive.date h1 {
  display: inline-block; }

.archive.date .article {
  margin-bottom: 30px;
  padding-bottom: 15px; }
  @media (min-width: 768px) {
    .archive.date .article {
      margin-bottom: 35px;
      padding-bottom: 35px; } }

.month-calendar #wp-calendar {
  width: 100%;
  margin: 0 auto;
  background: #424242;
  color: #fff;
  position: relative; }
  .month-calendar #wp-calendar a {
    color: #fff; }
  .month-calendar #wp-calendar caption {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    padding: 10px 0;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
    background: #353535; }
    @media (min-width: 768px) {
      .month-calendar #wp-calendar caption {
        font-size: 20px;
        font-size: 1.25rem;
        padding: 12px 0;
        border-bottom: solid 2px #4e4e4e; } }
  .month-calendar #wp-calendar thead {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-size: 1rem; }
    @media (min-width: 768px) {
      .month-calendar #wp-calendar thead {
        font-size: 18px;
        font-size: 1.125rem; } }
    .month-calendar #wp-calendar thead th {
      width: calc(100% / 7);
      font-weight: 400;
      text-align: center;
      padding: 10px 0; }
  .month-calendar #wp-calendar tbody tr td {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 3;
    color: #636363;
    text-align: center;
    background: #353535;
    border: solid 2px #4e4e4e; }
    .month-calendar #wp-calendar tbody tr td:first-child {
      border-left: none; }
    .month-calendar #wp-calendar tbody tr td:last-child {
      border-right: none; }
    .month-calendar #wp-calendar tbody tr td.pad {
      background: none; }
    .month-calendar #wp-calendar tbody tr td a {
      color: #fff;
      display: block;
      transition: all 0.3s; }
      .month-calendar #wp-calendar tbody tr td a:hover {
        background: #354a63;
        transition: all 0.2s; }
  .month-calendar #wp-calendar tfoot {
    line-height: 0; }
    .month-calendar #wp-calendar tfoot #prev,
    .month-calendar #wp-calendar tfoot #next {
      position: absolute;
      top: 0; }
      .month-calendar #wp-calendar tfoot #prev a,
      .month-calendar #wp-calendar tfoot #next a {
        font-size: 15px;
        font-size: 0.9375rem;
        display: block;
        padding: 22px 15px;
        background: #353535; }
        @media (min-width: 768px) {
          .month-calendar #wp-calendar tfoot #prev a,
          .month-calendar #wp-calendar tfoot #next a {
            font-size: 16px;
            font-size: 1rem;
            padding: 27px; } }
        .month-calendar #wp-calendar tfoot #prev a:hover,
        .month-calendar #wp-calendar tfoot #next a:hover {
          background: #354a63;
          transition: all 0.2s; }
    .month-calendar #wp-calendar tfoot #prev {
      left: 0; }
    .month-calendar #wp-calendar tfoot #next {
      right: 0; }

.month-calendar .wp-calendar-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: #4e4e4e;
  margin: 0 auto 70px; }
  .month-calendar .wp-calendar-nav .wp-calendar-nav-prev,
  .month-calendar .wp-calendar-nav .wp-calendar-nav-next {
    width: calc(100% / 3.5); }
    @media (min-width: 768px) {
      .month-calendar .wp-calendar-nav .wp-calendar-nav-prev,
      .month-calendar .wp-calendar-nav .wp-calendar-nav-next {
        width: calc(100% / 7); } }
    .month-calendar .wp-calendar-nav .wp-calendar-nav-prev a,
    .month-calendar .wp-calendar-nav .wp-calendar-nav-next a {
      font-size: 15px;
      font-weight: 600;
      display: block;
      padding: 10px 0;
      background: #353535;
      color: #fff;
      text-transform: uppercase;
      text-align: center;
      transition: all 0.2s; }
      @media (min-width: 768px) {
        .month-calendar .wp-calendar-nav .wp-calendar-nav-prev a,
        .month-calendar .wp-calendar-nav .wp-calendar-nav-next a {
          font-size: 16px;
          font-weight: 600;
          padding: 15px 25px; } }
      .month-calendar .wp-calendar-nav .wp-calendar-nav-prev a:hover,
      .month-calendar .wp-calendar-nav .wp-calendar-nav-next a:hover {
        background: #354a63;
        transition: all 0.2s; }
  .month-calendar .wp-calendar-nav .wp-calendar-nav-prev {
    border-right: none; }
  .month-calendar .wp-calendar-nav .wp-calendar-nav-next {
    border-left: solid 2px #4e4e4e;
    border-right: none; }

#calendar-archive {
  width: 100%;
  list-style: none;
  margin: 25px 0 50px; }
  @media (min-width: 768px) and (max-width: 1024px) {
    #calendar-archive {
      margin-top: 0; } }
  @media (min-width: 1024px) {
    #calendar-archive {
      margin-top: 30px; } }
  #calendar-archive li {
    width: 100%;
    position: relative;
    overflow: hidden; }
    @media (max-width: 767px) {
      #calendar-archive li:first-child .year {
        margin-top: 0; } }
    @media (min-width: 1024px) {
      #calendar-archive li:last-child span {
        border-bottom: none; } }
  #calendar-archive .year {
    width: 100%;
    margin-top: 20px;
    color: #fff;
    font-weight: 700;
    background: #171719;
    border-bottom: 1px #f1f1f1 solid; }
    @media (min-width: 1024px) {
      #calendar-archive .year {
        width: 7.6%;
        margin-top: 0; } }
  #calendar-archive span {
    font-size: 18px;
    font-size: 1.125rem;
    display: block;
    float: left;
    width: 25%;
    line-height: 38px;
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: center;
    border-right: 2px solid #fff;
    border-bottom: 1px solid #fff;
    background: #2f2f34; }
    @media (max-width: 1023px) {
      #calendar-archive span {
        font-weight: 700; } }
    @media (min-width: 1024px) {
      #calendar-archive span {
        width: 7.7%; } }
  #calendar-archive a {
    color: #fff;
    transition: all 0.2s; }
    @media (min-width: 1024px) {
      #calendar-archive a:last-child span {
        border-right: none; } }
    #calendar-archive a:hover span {
      background: #285b8b;
      transition: all 0.2s; }
  #calendar-archive .current_date {
    color: #fff;
    background-color: #3478b7; }
  #calendar-archive .emptymonth {
    color: #a2a2a2;
    background: #6f6f6f; }
    @media (min-width: 1024px) {
      #calendar-archive .emptymonth:last-child {
        border-right: none; } }

@media (min-width: 1024px) {
  .author #page-box {
    padding: 0 20px; } }

@media (max-width: 767px) {
  .author #page-box {
    padding-top: 0; } }

.author__title {
  padding-bottom: 15px;
  border-bottom: 2px solid #ebebeb;
  margin: 0 0 20px; }

@media (min-width: 768px) {
  .author-info__wrapper {
    padding-top: 20px; } }

@media (min-width: 768px) {
  .author-info__content {
    display: flex; } }

.author-info__photo {
  margin-right: 25px; }
  @media (max-width: 767px) {
    .author-info__photo {
      width: 100%;
      text-align: center;
      margin: 0 0 15px; } }
  .author-info__photo-placeholder {
    display: inline-block;
    width: 150px;
    height: 150px;
    background: url("../images/placeholder-author.jpg") no-repeat 50%;
    background-size: contain; }
  .author-info__photo img {
    max-width: 213px;
    height: auto; }
    @media (max-width: 480px) {
      .author-info__photo img {
        display: block;
        max-width: 100%; } }

.author-info__summary {
  flex-grow: 1; }
  .author-info__summary-text {
    font-size: 14px;
    font-size: 0.875rem; }

.author__results {
  display: block;
  line-height: 1.75em;
  margin: 0 0 30px;
  padding: 0 0 15px;
  color: #9e9e9e;
  border-bottom: 2px solid #ebebeb; }
  @media (min-width: 768px) {
    .author__results {
      font-size: 12px;
      font-size: 0.75rem; } }

.author .social-share {
  margin-bottom: 12px; }
  .author .social-share__item {
    display: inline-block;
    margin-right: 10px; }
    .author .social-share__item svg {
      width: 14px;
      height: 14px;
      fill: #000; }

@media (min-width: 1024px) {
  .category #site-content {
    padding: 20px 20px 0; } }

.category .tag__title {
  font-size: 40px;
  font-size: 2.5rem;
  margin: 7px 0 28px 0;
  padding-bottom: 20px;
  border-bottom: 2px solid #ebebeb; }
  .category .tag__title.no-borders {
    border: none;
    padding-bottom: 0;
    margin-bottom: 21px; }
    .category .tag__title.no-borders + img {
      border-bottom: solid 1px #e6e6e6;
      padding-bottom: 15px;
      margin-bottom: 20px; }

@media (max-width: 1023px) {
  .category .article-featured {
    padding-bottom: 15px;
    border-bottom: 2px solid #ebebeb; } }

@media (min-width: 1024px) {
  .category .article-featured__figure {
    width: 68%; } }

.category .article-featured__text {
  padding-right: 0; }

@media (min-width: 1024px) {
  .category .article__figure {
    width: 300px; } }

@media (min-width: 1024px) {
  .category .category__articles-list .article:last-of-type {
    border-bottom: none;
    padding-bottom: 0; } }

.category .subscribe-callout {
  margin-bottom: 40px;
  padding-bottom: 25px;
  border-bottom: 2px solid #ebebeb; }

@media (min-width: 1024px) {
  .category .three-in-row {
    margin-bottom: 30px; } }

@media (max-width: 767px) {
  .latest-section .article:nth-of-type(2) {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 20px; } }

.page-contact__container {
  padding-bottom: 22px; }
  @media (min-width: 768px) {
    .page-contact__container {
      padding: 10px 20px 22px; } }

.page-contact__top {
  margin: 10px 0 30px; }
  .page-contact__top h1 {
    font-size: 22px;
    font-size: 1.375rem;
    text-transform: uppercase;
    margin-bottom: 12px; }

.page-contact__body {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px; }

.page-contact__form {
  width: 100%;
  margin-bottom: 16px; }
  @media (max-width: 480px) {
    .page-contact__form {
      width: calc(100% + 4px);
      margin: 0 -2px 40px; } }
  @media (min-width: 768px) {
    .page-contact__form {
      width: 60%;
      margin-bottom: 0; } }

.page-contact__info {
  width: 100%; }
  @media (min-width: 768px) {
    .page-contact__info {
      width: 36%;
      margin-left: 4%; } }
  .page-contact__info a {
    color: #4971ac; }
  .page-contact__info .section-title {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 30px 0 15px; }
    .page-contact__info .section-title:first-child {
      margin-top: 0; }
  .page-contact__info .advertising {
    text-transform: uppercase; }

@media (min-width: 1024px) {
  .home .two-in-row .article,
  .home .three-in-row .article {
    margin-bottom: 25px;
    padding-bottom: 25px; } }

@media (min-width: 768px) {
  .editors-picks-module {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    flex: 1 0 auto; } }

@media (max-width: 767px) {
  .editors-picks-module .article:last-of-type {
    border-bottom: none;
    padding-bottom: 0; } }

@media (min-width: 1024px) {
  .video-module {
    border-bottom: none;
    margin-bottom: 0; } }

.video-module .title-styled, .video-module .newsletter-title {
  width: calc(100% - 126px);
  display: inline-block;
  padding-right: 20px; }
  @media (min-width: 1024px) {
    .video-module .title-styled, .video-module .newsletter-title {
      width: 450px; } }

.video-module .youtube-counter-widget {
  display: inline-block; }

@media (min-width: 768px) {
  .video-module .post-flag,
  .video-module .article__subtitle,
  .video-module .article__meta {
    display: none; } }

@media (max-width: 1023px) {
  .video-module__player {
    width: 100%; } }

@media (min-width: 1024px) {
  .video-module__player {
    width: calc(100% - 325px); } }

.video-module__player .article {
  flex-direction: column; }
  @media (min-width: 768px) {
    .video-module__player .article {
      margin: 0 25px 0 0;
      padding-bottom: 0; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .video-module__player .article {
      border-bottom: none;
      margin-right: 0; } }
  .video-module__player .article__figure {
    width: 100%; }
  .video-module__player .article__text {
    margin-top: 15px; }

.video-module__player .ok-thumb:before, .video-module__player .ok-thumb:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; }

.video-module__player .ok-thumb:before {
  width: 60px;
  height: 60px;
  background: #fff;
  z-index: 1;
  border-radius: 50%;
  transition: all 0.2s;
  opacity: 0.95; }
  @media (min-width: 768px) {
    .video-module__player .ok-thumb:before {
      width: 70px;
      height: 70px; } }

.video-module__player .ok-thumb:after {
  width: 30px;
  height: 30px;
  background: url("../images/icons/icon-ok-play.svg") center no-repeat;
  z-index: 2;
  transform: translateX(4px); }
  @media (min-width: 768px) {
    .video-module__player .ok-thumb:after {
      width: 35px;
      height: 35px;
      transform: translateX(3px); } }

.video-module__player .ok-thumb:hover:before {
  opacity: 1;
  transform: scale(1.03);
  transition: all 0.2s; }

@media (min-width: 768px) {
  .video-module__playlist {
    width: 100%; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .video-module__playlist {
    display: flex;
    margin-top: 10px; } }

@media (min-width: 1024px) {
  .video-module__playlist {
    width: 300px; } }

@media (min-width: 768px) {
  .video-module__playlist .article {
    padding-bottom: 35px;
    border-bottom: 1px solid #ebebeb; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .video-module__playlist .article {
    width: 32%;
    flex-direction: column;
    margin-right: 2%;
    border-bottom: none;
    margin-bottom: 0; } }

@media (min-width: 1024px) {
  .video-module__playlist .article {
    flex-direction: row;
    margin-bottom: 25px; } }

@media (max-width: 1023px) {
  .video-module__playlist .article:last-of-type {
    border-bottom: none; } }

@media (max-width: 767px) {
  .video-module__playlist .article .ok-thumb:before, .video-module__playlist .article .ok-thumb:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }
  .video-module__playlist .article .ok-thumb:before {
    width: 60px;
    height: 60px;
    background: #fff;
    z-index: 1;
    border-radius: 50%;
    transition: all 0.2s;
    opacity: 0.95; }
  .video-module__playlist .article .ok-thumb:after {
    width: 30px;
    height: 30px;
    background: url("../images/icons/icon-ok-play.svg") center no-repeat;
    z-index: 2;
    transform: translateX(4px); } }

@media (min-width: 768px) {
  .video-module__playlist .article__figure {
    width: 145px;
    margin-right: 15px;
    margin-bottom: 0; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .video-module__playlist .article__figure {
    width: 100%; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .video-module__playlist .article__text {
    margin-top: 15px; } }

@media (min-width: 1024px) {
  .video-module__playlist .article__text {
    width: calc(100% - 160px); } }

@media (min-width: 768px) {
  .video-module__playlist .article__title {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 200;
    line-height: 1.42; } }

.video-module .latest-articles-hp {
  border: none;
  padding-top: 0;
  margin-bottom: 0; }

@media (min-width: 768px) {
  .travel-module {
    padding-bottom: 0; } }

.article-grid-column {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 2px solid #ebebeb; }
  .article-grid-column:last-of-type {
    border-bottom: none;
    margin-bottom: 0; }
  .article-grid-column .column-left {
    width: calc(100% - 325px);
    margin-right: 25px; }
    .article-grid-column .column-left .article {
      padding-bottom: 0; }
  .article-grid-column .column-right {
    width: 300px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5; }
    .article-grid-column .column-right img {
      display: block;
      margin-bottom: 30px;
      max-height: 40px;
      width: auto; }

.our-network-mobile {
  padding-bottom: 30px; }
  .our-network-mobile .network-item .network-name {
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    padding: 10px;
    background: #ebebeb; }
    .our-network-mobile .network-item .network-name img {
      width: auto;
      height: auto;
      max-height: 30px; }
  .our-network-mobile .network-item .article {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.42;
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb; }
    .our-network-mobile .network-item .article:last-child {
      border-bottom: none; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .our-network-mobile .network-item .article a {
        display: flex;
        align-items: center;
        width: 100%; } }
    .our-network-mobile .network-item .article .article__figure {
      width: 100px; }
      @media (max-width: 767px) {
        .our-network-mobile .network-item .article .article__figure {
          display: none; } }

.newsletter-signup {
  display: flex;
  flex-wrap: wrap;
  padding: 45px 30px; }
  @media (min-width: 768px) {
    .newsletter-signup {
      padding: 45px 60px; } }
  .newsletter-signup__left {
    width: 100%;
    padding-right: 40px; }
    @media (min-width: 768px) {
      .newsletter-signup__left {
        width: 50%; } }
    .newsletter-signup__left h1 {
      font-size: 26px;
      font-size: 1.625rem;
      margin-bottom: 5px; }
  .newsletter-signup__right {
    width: 100%;
    padding-bottom: 20px; }
    @media (min-width: 768px) {
      .newsletter-signup__right {
        width: 50%; } }
    .newsletter-signup__right .newsletter-form-information input {
      display: block;
      width: 100%;
      margin-top: 1em;
      padding: 4px 5px;
      border: 1px solid #d8d8d8;
      border-radius: 3px; }
      .newsletter-signup__right .newsletter-form-information input:first-child {
        margin-top: 0; }
  .newsletter-signup__text ul {
    list-style-type: disc;
    padding-left: 20px;
    margin: 0 0 0.75em; }
  .newsletter-signup .newsletter-form {
    display: block; }
  .newsletter-signup__messaging {
    color: red;
    padding-bottom: 5px; }
  .newsletter-signup__success {
    display: none;
    text-align: center;
    padding: 0 70px; }
    .l-main__sidebar .newsletter-signup__success {
      padding: 0; }
    .newsletter-signup__success h3 {
      font-size: 26px;
      font-size: 1.625rem;
      margin-bottom: 18px; }
      .newsletter-signup__success h3 svg {
        width: 23px;
        height: 23px;
        fill: #01cc00;
        position: relative;
        top: 2px;
        margin-right: 6px; }
    .newsletter-signup__success .newsletter-success-home-link {
      margin-top: 38px; }
  .newsletter-signup .newsletter-form-extra-lists {
    margin: 15px 0; }
    .newsletter-signup .newsletter-form-extra-lists .newsletter-form-fieldset {
      display: flex;
      align-items: center;
      margin: 10px 0; }
      .newsletter-signup .newsletter-form-extra-lists .newsletter-form-fieldset input {
        margin-right: 10px; }
      .newsletter-signup .newsletter-form-extra-lists .newsletter-form-fieldset label {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.2; }

.page-header .page-title, .page-header .tag__title, .page-header .page-id-16819 .l-main__main-col h1, .page-id-16819 .l-main__main-col .page-header h1 {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0.4em 0; }

.post-featured-template {
  overflow-x: hidden; }
  .post-featured-template #PageContainer {
    width: 100%; }
  .post-featured-template .post-header__wrapper {
    display: none; }
  .post-featured-template .parallax-hero .video-hero {
    height: 0;
    padding-bottom: 56.6%;
    overflow: hidden;
    width: 100%;
    position: relative; }
    .post-featured-template .parallax-hero .video-hero iframe,
    .post-featured-template .parallax-hero .video-hero .jwplayer {
      width: 100% !important;
      height: 100% !important;
      position: absolute;
      top: 0;
      left: 0; }
  .post-featured-template .site-header__top,
  .post-featured-template .site-header__content-inner,
  .post-featured-template #page-box,
  .post-featured-template .l-page-wrapper,
  .post-featured-template .parallax-hero__figure .wp-caption-text {
    max-width: 1260px; }
  .post-featured-template .l-main.featured .l-main__main-col {
    padding-top: 0; }
  .post-featured-template .l-main__main-col .l-main__main-col {
    flex-grow: 0; }
    @media (min-width: 1024px) {
      .post-featured-template .l-main__main-col .l-main__main-col {
        width: calc(100% - 300px);
        padding-right: 100px;
        padding-left: 0; } }
  .post-featured-template .l-main__main-col .l-main__sidebar {
    width: 300px;
    padding-right: 0; }
  .post-featured-template .ad-slot.banner {
    min-width: 300px;
    background-color: #f7f7f7;
    width: 100%;
    margin: 2em 0;
    position: relative;
    z-index: 2; }
    .post-featured-template .ad-slot.banner:before, .post-featured-template .ad-slot.banner:after {
      content: "";
      width: 100vw;
      height: 100%;
      position: absolute;
      top: 0;
      background: #f7f7f7;
      z-index: -1; }
    .post-featured-template .ad-slot.banner:before {
      left: -50vw; }
    .post-featured-template .ad-slot.banner:after {
      right: -50vw; }
  .post-featured-template .post-footer {
    max-width: 820px; }
    .post-featured-template .post-footer:empty {
      display: none; }
  .post-featured-template.single-format-gallery .post-header__featured .dfp-wrapper {
    margin-bottom: 50px; }

@media (min-width: 768px) {
  body.page-template-page-search .l-page-wrapper {
    padding: 20px; } }

body.page-template-page-search .search-header {
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid #d8d8d8; }

body.page-template-page-search form[role="search"] {
  width: 100%;
  margin-bottom: 15px;
  position: relative; }
  body.page-template-page-search form[role="search"] input[type="search"] {
    font-size: 21px;
    font-size: 1.3125rem;
    width: 100%;
    background: #f2f2f2;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: none;
    font-weight: 400;
    box-sizing: border-box;
    outline: none;
    padding: 10px 75px 10px 10px; }
    @media (max-width: 767px) {
      body.page-template-page-search form[role="search"] input[type="search"] {
        font-size: 16px;
        font-size: 1rem;
        background: #fff;
        padding: 8px 40px 8px 8px;
        border-radius: 3px; } }
  body.page-template-page-search form[role="search"] button[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    background: 0 0;
    color: #222;
    background: none;
    padding: 12px 28px 8px; }
    @media (max-width: 767px) {
      body.page-template-page-search form[role="search"] button[type="submit"] {
        padding: 6px 11px 5px; } }
    body.page-template-page-search form[role="search"] button[type="submit"] svg {
      width: 19px;
      height: 22px; }
      @media (max-width: 767px) {
        body.page-template-page-search form[role="search"] button[type="submit"] svg {
          fill: #9e9e9e; } }

body.page-template-page-search .filter-limitto {
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  width: 100%;
  text-align: right;
  font-family: sans-serif;
  margin-bottom: 10px; }
  @media (max-width: 767px) {
    body.page-template-page-search .filter-limitto {
      font-size: 11px;
      font-size: 0.6875rem; } }

body.page-template-page-search .search-count {
  color: #333;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 2px solid #ebebeb; }
  @media (max-width: 767px) {
    body.page-template-page-search .search-count {
      font-weight: 700; } }

@media (max-width: 767px) {
  body.page-template-page-search .article {
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #d8d8d8; } }

body.page-template-page-search .article__text {
  display: flex;
  flex-direction: column; }

body.page-template-page-search .article__title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
  margin-bottom: 14px; }

body.page-template-page-search .article__subtitle {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
  text-transform: none;
  order: 3;
  letter-spacing: 0; }

body.page-template-page-search .article__meta {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #9e9e9e;
  order: 2;
  margin-bottom: 12px; }

body.page-template-page-search .lazyload-anchor {
  width: 100%;
  margin-bottom: 30px;
  background-size: 60px;
  background-position: center; }

body.page-template-page-search .nothing-found {
  border-top: 1px solid #d8d8d8;
  padding-top: 40px;
  margin-bottom: 0; }

.single-sweep .post-body label {
  display: block;
  margin-bottom: 3px;
  position: relative; }
  .single-sweep .post-body label.checkbox, .single-sweep .post-body label.checkbox-multiple {
    padding-left: 25px;
    position: relative; }

.single-sweep .post-body input {
  font-size: 17px;
  font-size: 1.0625rem;
  padding: 7px 10px 7px;
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.2);
  border: solid 2px #171719;
  width: 100%;
  color: #171719;
  outline: none; }
  .single-sweep .post-body input[type="submit"] {
    width: auto;
    background: #171719;
    color: #fff; }
  .single-sweep .post-body input[type="checkbox"] {
    display: inline-block;
    width: auto;
    margin-right: 15px;
    position: absolute;
    top: 5px;
    left: 0; }
  .single-sweep .post-body input[type="radio"] {
    display: inline-block;
    width: auto;
    margin-right: 10px; }
  .single-sweep .post-body input[name="date"] {
    width: auto; }
  .single-sweep .post-body input[type="email"], .single-sweep .post-body input[type="text"] {
    margin-bottom: 0; }

.single-sweep .post-body select {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #444;
  line-height: 1.3;
  padding: 10px 10px 7px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #aaa;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  background-image: url("../images/icons/chevron-down.svg"), linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
  background-repeat: no-repeat, repeat;
  background-position: right 14px top 50%, 0 0;
  background-size: 14px auto, 100%; }

.single-sweep .post-body .contact-submit {
  margin: 20px 0; }

@media (max-width: 767px) {
  .single-sweep article {
    margin-bottom: 30px; } }

.single-sweep .grunion-field-wrap {
  margin-bottom: 15px; }

.sweep-rules {
  margin: 20px 0; }
  .sweep-rules.open .sweep-rules__open {
    color: #171719;
    pointer-events: none; }
  .sweep-rules__open {
    display: block;
    color: #9e9e9e;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 20px;
    transition: all 0.2s; }
    .sweep-rules__open:hover {
      color: #171719; }
  .sweep-rules__content {
    display: none; }
  .sweep-rules__close {
    display: inline-block;
    min-width: 0;
    background: #171719; }
    .sweep-rules__close:hover {
      background: #171719; }

@media (max-width: 1023px) {
  .tag #page-box {
    padding-top: 0; } }

@media (min-width: 1024px) {
  .tag #site-content {
    padding: 20px 20px 0; } }

@media (min-width: 768px) {
  .tag .l-page-wrapper {
    padding: 20px; } }

.tag__video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 30px;
  position: relative; }
  @media (min-width: 1024px) {
    .tag__video-wrapper {
      width: calc(100% - 40px);
      margin: 0 auto 30px; } }
  .tag__video .jwplayer,
  .tag__video iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0; }

.tag__featured {
  max-width: 100%;
  height: auto;
  margin-bottom: 30px; }

.tag__content {
  background: #fff; }
  @media (min-width: 1024px) {
    .tag__content {
      padding-right: 20px; } }

.tag__title {
  text-transform: capitalize;
  margin: 0 0 10px; }
  @media (min-width: 1024px) {
    .tag__title {
      font-size: 40px;
      font-size: 2.5rem; } }

.tag__count {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 21px;
  color: #171719;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 15px;
  margin-bottom: 30px; }
  @media (min-width: 1024px) {
    .tag__count {
      color: #9e9e9e; } }
  .tag__count-popular {
    margin-bottom: 16px; }
    .tag__count-popular a {
      color: #171719;
      text-transform: capitalize; }
      .tag__count-popular a:hover {
        color: #171719; }

.tag .article {
  padding-bottom: 16px;
  margin-bottom: 16px; }
  .tag .article__meta {
    display: none; }

.tag .load-more__section {
  text-align: center;
  margin-bottom: 55px; }

.tag .load-more__button {
  min-width: 200px;
  text-transform: uppercase; }

.tag .three-in-row {
  margin: 0; }
  @media (min-width: 1024px) {
    .tag .three-in-row {
      padding: 0 12px; } }
  .tag .three-in-row .article {
    display: block;
    padding-bottom: 0;
    margin-bottom: 30px;
    border: none; }
    .tag .three-in-row .article__figure {
      margin-right: 0;
      width: 100%;
      height: auto; }

@media (min-width: 1024px) {
  .tax-team #page-box,
  .tax-athlete #page-box {
    padding: 10px; } }

.team-header {
  margin-bottom: 32px; }
  @media (min-width: 1024px) {
    .team-header {
      display: flex; } }
  .team-header__heading {
    align-items: center;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .team-header__heading {
        display: flex;
        justify-content: space-between; } }
    .team-header__heading .post-share {
      flex-shrink: 0; }
  .team-header__content {
    flex-grow: 1; }
  .team-header .tab-content {
    height: 240px;
    border: 2px solid #c2c3c3;
    padding: 8px 15px;
    overflow: auto; }
    .team-header .tab-content.athlete-news {
      height: auto; }
    .team-header .tab-content.team-riders {
      height: auto;
      min-height: 240px; }

.team-logo {
  flex-shrink: 0;
  width: 100%;
  height: auto; }
  .team-logo img {
    width: 100%; }
  @media (min-width: 768px) {
    .team-logo {
      width: 320px;
      margin-right: 20px; } }

.team-title {
  display: flex;
  align-items: center;
  font-size: 32px;
  font-size: 2rem;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0px; }
  @media (min-width: 768px) {
    .team-title {
      font-size: 40px;
      font-size: 2.5rem;
      margin-bottom: 0px; } }
  @media (max-width: 767px) {
    .team-title {
      flex-wrap: wrap;
      margin-top: 20px; } }
  .team-title__logo {
    font-size: 0;
    display: inline-block;
    width: 40px;
    margin-right: 10px; }
    .team-title__logo img {
      width: 100%;
      height: auto; }
    @media (max-width: 767px) {
      .team-title__logo {
        width: 50px; } }
  .team-title .flag-icon {
    height: 26px;
    top: 1px;
    margin-right: 10px; }
    @media (min-width: 768px) {
      .team-title .flag-icon {
        height: 33px;
        top: 2px; } }
    .team-title .flag-icon.flag-icon-ru {
      width: 82px;
      height: 38px; }

.team-socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-image: url("../images/dewtour/socials-bg.jpg");
  padding: 5px 5px 0;
  margin-bottom: 15px; }
  .team-socials__title {
    font-size: 25px;
    font-size: 1.5625rem;
    font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 40px;
    text-transform: uppercase;
    white-space: nowrap; }
  .team-socials .social-icon {
    width: 40px;
    height: 40px;
    background: #333;
    margin: 0 3px 5px; }
    .team-socials .social-icon svg {
      fill: #fff; }
    .team-socials .social-icon:hover {
      background: #333; }
      .team-socials .social-icon:hover svg {
        fill: #fff; }

.team-tabs {
  display: flex; }
  .team-tabs .tab-title {
    width: 50%;
    font-size: 16px;
    font-size: 1rem;
    color: #707072;
    font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 5px solid transparent;
    padding: 0 0 10px;
    cursor: pointer;
    transition: border-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.2s; }
    .team-tabs .tab-title.selected {
      color: #000;
      border-color: #7ac143; }
    .team-tabs .tab-title:hover {
      color: #000; }

.team-riders {
  display: flex;
  align-items: flex-start;
  justify-content: left;
  flex-wrap: wrap; }
  @media (max-width: 1023px) {
    .team-riders {
      justify-content: flex-start;
      height: auto;
      flex-wrap: wrap; } }

.team-rider {
  width: calc(50% - 15px);
  overflow: hidden;
  margin-bottom: 20px; }
  @media (min-width: 1024px) {
    .team-rider {
      width: calc(25% - 5px); } }
  .team-rider img {
    width: 100%; }
  .tax-team .team-rider {
    margin-right: 15px; }
    @media (min-width: 1024px) {
      .tax-team .team-rider {
        width: calc(33% - 10px);
        flex-shrink: 0; } }
    @media (max-width: 1023px) {
      .tax-team .team-rider:nth-child(2n) {
        margin-right: 0; } }
    @media (min-width: 1024px) {
      .tax-team .team-rider:nth-child(3n) {
        margin-right: 0; } }
  .team-rider:hover .team-rider__text {
    transform: translateY(-40px); }
  .team-rider__photo {
    display: block;
    width: 100%;
    padding-bottom: 100%;
    margin-bottom: 10px;
    position: relative; }
    .team-rider__photo img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
  .team-rider__text {
    position: relative;
    padding-top: 10px;
    background: #fff;
    margin: 0 0 -40px;
    transition: transform 0.2s ease-in-out;
    z-index: 2; }
  .team-rider__title {
    color: #171719;
    margin-bottom: 10px; }
  .team-rider__read-more {
    font-size: 13px;
    font-size: 0.8125rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    background: #7ac143;
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px; }
    .team-rider__read-more svg {
      width: 20px;
      height: 20px;
      border: 1px solid #fff;
      border-radius: 50%;
      padding: 3px;
      margin-left: 10px;
      fill: #fff; }
    .team-rider__read-more:hover {
      background: #7ac143;
      color: #fff; }
      .team-rider__read-more:hover svg {
        fill: #fff; }

.team-about {
  display: none;
  color: #707072; }
  .team-about p {
    margin-bottom: 10px; }

.team-section__title, .latest-news__title,
.events-history__title {
  width: 100%;
  text-transform: uppercase;
  font-size: 32px;
  font-size: 2rem;
  text-align: center;
  margin: 32px 0 16px;
  position: relative; }
  .team-section__title:before, .latest-news__title:before,
  .events-history__title:before {
    content: "";
    background-color: #b5b6b6;
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 15px;
    left: 0;
    z-index: 1; }
  .team-section__title strong, .latest-news__title strong, .events-history__title strong {
    display: block;
    font-size: 24px;
    font-size: 1.5rem;
    font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700; }
  .team-section__title span, .latest-news__title span, .events-history__title span {
    display: inline-block;
    font-size: 32px;
    font-size: 2rem;
    color: #7ac143;
    font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    padding: 0 10px;
    background: #fff;
    position: relative;
    z-index: 2; }

.tax-athlete .athlete-news {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .tax-athlete .athlete-news .article {
      display: flex;
      flex-direction: row;
      overflow: visible;
      margin-bottom: 10px;
      padding-bottom: 10px;
      border-bottom: 1px solid #c2c3c3; }
      .tax-athlete .athlete-news .article:last-child {
        border: none;
        margin-bottom: 0; }
      .tax-athlete .athlete-news .article__figure {
        width: 35%;
        margin-right: 10px; }
      .tax-athlete .athlete-news .article__title {
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: 400; }
      .tax-athlete .athlete-news .article__text {
        width: calc(65% - 10px);
        transform: none !important;
        padding: 0;
        margin: 0; }
      .tax-athlete .athlete-news .article .post-flag, .tax-athlete .athlete-news .article__meta, .tax-athlete .athlete-news .article__read-more {
        display: none; } }
  @media (min-width: 768px) {
    .tax-athlete .athlete-news .article {
      width: calc(50% - 5px);
      margin-bottom: 0; } }

.athlete-bio {
  display: none; }
  .athlete-bio p {
    margin-bottom: 10px; }

.athlete-specs {
  margin-bottom: 10px; }
  .athlete-specs p {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.8;
    margin-bottom: 0; }

body {
  background-color: #c2c3c3;
  overflow-x: hidden;
  padding-top: 94px; }
  @media (min-width: 768px) {
    body {
      padding-top: 153px; } }
  @media (min-width: 1024px) {
    body {
      padding-top: 208px; } }

@media (max-width: 1023px) {
  body.countdown-active {
    padding-top: 150px; } }

@media (max-width: 767px) {
  body.active-ticker {
    padding-top: 152px; } }

a {
  color: #7ac143; }
  a:hover {
    color: #5c9132; }

button,
input[type="button"] {
  background-color: #7ac143;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.02em;
  padding: 10px 16px; }
  button:hover,
  input[type="button"]:hover {
    color: #fff;
    background-color: #5c9132; }

input[type="submit"] {
  font-size: 19px;
  font-size: 1.1875rem;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif; }

[data-slot="mb-top"] {
  background: #171719; }
  [data-slot="mb-top"] .dfp-slot {
    border: none; }

body.page-template-page-search .dfp-wrapper {
  margin-bottom: 0; }

@media (min-width: 1024px) {
  .dfp-wrapper .dfp-container {
    max-width: 1100px; } }

blockquote:not([class*="instagram"]):not(.twitter-tweet) {
  border-top: 1px solid #7ac143;
  border-bottom: 1px solid #7ac143; }

.post-byline {
  color: #c2c3c3; }
  .post-byline__author a {
    color: #c2c3c3 !important; }
  .post-byline__date {
    border-color: #c2c3c3; }

@media (min-width: 768px) and (max-width: 1023px) {
  .breadcrumbs {
    padding: 20px 10px; } }

.fancybox-can-zoomIn .fancybox-content {
  pointer-events: none; }

.load-more {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  min-width: 200px;
  height: 37px;
  line-height: 35px;
  color: #7ac143;
  border: 1px solid #7ac143;
  border-radius: 0;
  background-color: #fff; }
  .load-more svg {
    display: none; }
  .load-more:hover {
    background-color: #fff;
    color: #5c9132;
    border-color: #5c9132; }
    .load-more:hover svg {
      fill: #5c9132; }

.link-related {
  border-color: #7ac143; }
  .link-related__title {
    color: #7ac143; }
  .link-related a.link-related__link {
    color: #7ac143; }
  .link-related__with-thumb a.link-related__link {
    color: #7ac143; }

.post-flag {
  line-height: 1; }

.lazyload-anchor.loading:before {
  background: url("../images/icons/preloader-green.svg") no-repeat; }

.social-icon {
  width: 50px;
  height: 50px;
  background: transparent; }
  .site-footer .social-icon {
    border: 1px solid #707072; }
  .social-icon svg {
    fill: #707072; }
  .social-icon:hover {
    background: #7ac143; }
    .social-icon:hover svg {
      fill: #171719; }
  .social-icon.vero-icon svg {
    width: 20px;
    height: 17px; }

.post-tags {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 20px; }
  .post-tags__list-item {
    background-color: transparent;
    padding: 0;
    margin: 0 5px 0 0; }
    .post-tags__list-item a {
      color: #7ac143; }
      .post-tags__list-item a:before {
        content: "#"; }
      .post-tags__list-item a:hover {
        color: #5c9132;
        background-color: transparent; }

.post-footer:empty {
  display: none; }

.title-styled, .newsletter-title {
  font-size: 28px;
  font-size: 1.75rem;
  font-family: "Archivo Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding: 0;
  margin-bottom: 16px; }
  .title-styled:before, .newsletter-title:before {
    display: none; }

.title-styled__loud {
  position: relative;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 13px; }
  .title-styled__loud:before {
    content: "";
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 23px;
    background-color: #b5b6b6;
    z-index: 1; }
  @media (min-width: 768px) {
    .title-styled__loud {
      display: none; } }
  .title-styled__loud span:first-of-type {
    font-size: 20px;
    font-size: 1.25rem;
    font-family: "Archivo Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 800;
    line-height: 1;
    display: block; }
  .title-styled__loud span:last-of-type {
    font-size: 50px;
    font-size: 3.125rem;
    font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #7ac143;
    display: inline-block;
    background: #fff;
    z-index: 1;
    position: relative;
    padding: 0 10px; }

.embed-youtube,
.embed-vimeo {
  height: 0;
  padding-bottom: 56.25%;
  position: relative; }
  .embed-youtube iframe,
  .embed-vimeo iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

.jwplayer.jw-flag-floating .jw-wrapper {
  top: 110px !important; }
  .admin-bar .jwplayer.jw-flag-floating .jw-wrapper {
    top: 142px !important; }

@media (min-width: 1024px) {
  #PageContainer {
    padding-top: 58px; } }

@media (min-width: 1221px) {
  #PageContainer {
    width: 1100px; } }

#page-box,
.l-page-wrapper {
  max-width: 1100px; }

@media (min-width: 1024px) {
  .l-main__main-col {
    padding-right: 20px; } }

@media (min-width: 1024px) {
  .single .l-main__main-col {
    padding-right: 20px; } }

@media (min-width: 1024px) {
  .l-main__main-col.category-featured__article {
    width: calc(100% - 300px);
    padding-right: 20px; } }

.two-in-row,
.three-in-row {
  align-items: flex-start; }

@media (min-width: 768px) {
  .article {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #c2c3c3; } }

@media (max-width: 767px) {
  .article {
    margin-bottom: 16px;
    padding-bottom: 16px; } }

.article .icon-play {
  display: none !important; }

@media (min-width: 768px) {
  .article__figure {
    width: 35%;
    margin-right: 15px; } }

.article .post-flag {
  color: #707072;
  text-transform: uppercase; }

.article__title {
  font-size: 16px;
  font-size: 1rem; }
  .article__title a {
    color: inherit; }

.article__subtitle {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #707072; }

.article__meta {
  display: flex; }
  .article__meta a {
    color: #b5b6b6; }
    .article__meta a:hover {
      color: #b5b6b6; }
  .article__meta .time-since {
    color: #b5b6b6; }
    .article__meta .time-since:empty {
      display: none; }
    .article__meta .time-since:before {
      content: "·";
      margin: 0 7px; }

.article__read-more {
  display: none; }

.category:not(.home) .article,
.home .two-in-row .article,
.home .three-in-row .article,
.tax-team .article,
.athlete-news .article {
  display: block;
  overflow: hidden;
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .category:not(.home) .article,
    .home .two-in-row .article,
    .home .three-in-row .article,
    .tax-team .article,
    .athlete-news .article {
      margin-bottom: 24px; } }
  @media (min-width: 1024px) {
    .category:not(.home) .article:hover .article__text,
    .home .two-in-row .article:hover .article__text,
    .home .three-in-row .article:hover .article__text,
    .tax-team .article:hover .article__text,
    .athlete-news .article:hover .article__text {
      transform: translateY(-40px); } }
  .category:not(.home) .article__figure,
  .home .two-in-row .article__figure,
  .home .three-in-row .article__figure,
  .tax-team .article__figure,
  .athlete-news .article__figure {
    width: 100%;
    margin-bottom: 0; }
  .category:not(.home) .article .post-flag,
  .home .two-in-row .article .post-flag,
  .home .three-in-row .article .post-flag,
  .tax-team .article .post-flag,
  .athlete-news .article .post-flag {
    line-height: 1.75; }
  .category:not(.home) .article__title,
  .home .two-in-row .article__title,
  .home .three-in-row .article__title,
  .tax-team .article__title,
  .athlete-news .article__title {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 10px; }
  .category:not(.home) .article__text,
  .home .two-in-row .article__text,
  .home .three-in-row .article__text,
  .tax-team .article__text,
  .athlete-news .article__text {
    position: relative;
    padding-top: 10px;
    background: #fff;
    margin: 0;
    transition: transform 0.2s ease-in-out;
    z-index: 2; }
    @media (min-width: 1024px) {
      .category:not(.home) .article__text,
      .home .two-in-row .article__text,
      .home .three-in-row .article__text,
      .tax-team .article__text,
      .athlete-news .article__text {
        margin-bottom: -40px; } }
  .category:not(.home) .article__meta,
  .home .two-in-row .article__meta,
  .home .three-in-row .article__meta,
  .tax-team .article__meta,
  .athlete-news .article__meta {
    margin-bottom: 10px; }
  .category:not(.home) .article__read-more,
  .home .two-in-row .article__read-more,
  .home .three-in-row .article__read-more,
  .tax-team .article__read-more,
  .athlete-news .article__read-more {
    font-size: 13px;
    font-size: 0.8125rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    background: #7ac143;
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px; }
    @media (max-width: 1023px) {
      .category:not(.home) .article__read-more,
      .home .two-in-row .article__read-more,
      .home .three-in-row .article__read-more,
      .tax-team .article__read-more,
      .athlete-news .article__read-more {
        display: none; } }
    .category:not(.home) .article__read-more svg,
    .home .two-in-row .article__read-more svg,
    .home .three-in-row .article__read-more svg,
    .tax-team .article__read-more svg,
    .athlete-news .article__read-more svg {
      width: 20px;
      height: 20px;
      border: 1px solid #fff;
      border-radius: 50%;
      padding: 3px;
      margin-left: 10px;
      fill: #fff; }
    .category:not(.home) .article__read-more:hover,
    .home .two-in-row .article__read-more:hover,
    .home .three-in-row .article__read-more:hover,
    .tax-team .article__read-more:hover,
    .athlete-news .article__read-more:hover {
      background: #7ac143;
      color: #fff; }
      .category:not(.home) .article__read-more:hover svg,
      .home .two-in-row .article__read-more:hover svg,
      .home .three-in-row .article__read-more:hover svg,
      .tax-team .article__read-more:hover svg,
      .athlete-news .article__read-more:hover svg {
        fill: #fff; }

.article-featured .post-flag {
  line-height: 1.75; }

.article-featured .article__meta {
  color: #b5b6b6; }
  .article-featured .article__meta a {
    color: #b5b6b6; }
    .article-featured .article__meta a:hover {
      color: #b5b6b6; }

.category:not(.home) .article-featured .post-flag {
  display: none; }

.category:not(.home) .article-featured__figure {
  width: 100%; }

.category:not(.home) .article-featured__text {
  width: 100%;
  background: #000;
  padding: 16px; }
  @media (max-width: 767px) {
    .category:not(.home) .article-featured__text {
      margin-top: 0; } }

.category:not(.home) .article-featured__title {
  color: #fff;
  margin: 0;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .category:not(.home) .article-featured__title {
      font-size: 1.4rem; } }
  .category:not(.home) .article-featured__title a {
    color: inherit; }

.category:not(.home) .article-featured .article__subtitle {
  display: none; }

.category:not(.home) .article-featured .article__meta {
  display: none; }

.home .article-featured {
  display: flex;
  padding-bottom: 0;
  margin-bottom: 0;
  border: none; }
  .home .article-featured__figure {
    width: 100%; }
    @media (min-width: 768px) {
      .home .article-featured__figure {
        width: 66%;
        margin-right: 20px; } }
  .home .article-featured__title {
    line-height: 1.4;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .home .article-featured__title {
        font-size: 22px;
        font-size: 1.375rem; } }
  .home .article-featured__text {
    width: 100%; }
    @media (max-width: 767px) {
      .home .article-featured__text {
        margin-top: 10px; } }
    @media (min-width: 768px) {
      .home .article-featured__text {
        width: 34%;
        padding-right: 20px; } }

.article-list {
  padding-bottom: 0;
  border: none;
  margin-bottom: 20px; }
  @media (min-width: 1024px) {
    .article-list {
      margin-bottom: 40px; } }

.subscribe-callout {
  padding: 160px 16px 22px; }
  .subscribe-callout .newsletter-legal {
    margin: 12px 0 0; }
  .subscribe-callout form input[type="submit"] {
    font-size: 16px;
    font-size: 1rem;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #171719; }
  .subscribe-callout .newsletter-signup__messaging {
    font-size: 13px;
    font-size: 0.8125rem;
    position: absolute;
    bottom: 175px;
    background: #e61515;
    color: #fff !important;
    padding: 0 15px;
    line-height: 1.6;
    border-radius: 2px; }
    @media (min-width: 768px) {
      .subscribe-callout .newsletter-signup__messaging {
        font-size: 14px;
        font-size: 0.875rem;
        bottom: 100px; } }

.post-header {
  border-bottom: none;
  padding-bottom: 5px; }

.post-title {
  text-transform: uppercase;
  margin-bottom: 10px; }

.post-byline {
  font-size: 13px;
  font-size: 0.8125rem; }
  .post-byline__author, .post-byline__date {
    color: #c2c3c3; }
    .post-byline__author a, .post-byline__date a {
      color: #c2c3c3; }
  .post-byline__date {
    border-right-color: #c2c3c3; }

#page-box article.l-main__main-col .post-share .sharedaddy__wrapper {
  margin-bottom: 22px; }

#page-box article.l-main__main-col div.post-body p:empty {
  display: none; }

#page-box article.l-main__main-col div.post-body > figure:first-child img {
  margin-top: 0px; }

#page-box article.l-main__main-col div.post-body > p:empty + figure img {
  margin-top: 0; }

.post-share .sharedaddy__wrapper {
  margin-bottom: 10px; }
  .post-share .sharedaddy__wrapper .sd-social-icon .sd-content ul li[class*="share-"] {
    margin-right: 5px; }
    .post-share .sharedaddy__wrapper .sd-social-icon .sd-content ul li[class*="share-"].share-twitter a.sd-button.sd-button {
      background-color: #55aeeb; }
    .post-share .sharedaddy__wrapper .sd-social-icon .sd-content ul li[class*="share-"].share-facebook a.sd-button.sd-button {
      background-color: #395a97; }
    .post-share .sharedaddy__wrapper .sd-social-icon .sd-content ul li[class*="share-"] a.sd-button.sd-button {
      width: 32px;
      height: 32px; }

.post-content .wp-caption-text {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.92;
  padding: 8px 0;
  border-bottom: 1px solid #c2c3c3; }

@media (min-width: 768px) {
  .post-content-video__header-container {
    flex-direction: column; } }

.post-template-default .post-subtitle {
  font-size: 0.9em;
  line-height: 1.95em;
  margin-bottom: 10px;
  color: #7ac143; }

.post-template-default .post-header__wrapper {
  margin-bottom: 0px; }

.post-template-default .post-header {
  margin-bottom: 10px; }

.post-template-default .post-share .sharedaddy__wrapper {
  margin-bottom: 20px; }

.post-body p {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.92;
  margin-bottom: 7px; }
  .post-body p a:not([class]) {
    color: #7ac143; }
    .post-body p a:not([class]):hover {
      color: #5c9132; }

.post-body h3 {
  font-size: 19px;
  font-size: 1.1875rem; }

.slider-hero-hp .article {
  display: none; }
  .slider-hero-hp .article:first-of-type {
    display: flex; }

.slider-hero-hp.slick-initialized article {
  display: flex; }

.slider-hero-hp .slick-arrow {
  opacity: 1; }
  @media (max-width: 767px) {
    .slider-hero-hp .slick-arrow {
      top: 23%;
      bottom: auto; } }

@-webkit-keyframes slideNavDown {
  0% {
    transform: translateY(-100%); }
  100% {
    transform: translateY(0); } }

@keyframes slideNavDown {
  0% {
    transform: translateY(-100%); }
  100% {
    transform: translateY(0); } }

.site-header {
  height: auto;
  position: absolute;
  background-color: #171719;
  box-shadow: 0 5px 5px rgba(23, 23, 25, 0.2); }
  @media (min-width: 1024px) {
    .site-header {
      height: 208px; } }
  @media (min-width: 1024px) {
    .site-header .header-logo-nav {
      padding-left: 0; } }
  .site-header .header-content {
    max-width: 1100px;
    height: 50px; }
    @media (min-width: 1024px) {
      .site-header .header-content {
        height: 120px;
        padding: 25px 0; } }
  .site-header .site-logo {
    width: 138px;
    height: 67px;
    position: relative;
    top: -8px; }
    @media (max-width: 1023px) {
      .site-header .site-logo {
        width: 83px;
        height: 40px;
        margin-right: 0;
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%); } }
  @media (max-width: 1023px) {
    .site-header .extended-menu-btn {
      display: block; } }
  @media (min-width: 1024px) {
    .site-header .extended-menu-btn {
      display: none; } }
  .site-header.fixed {
    position: fixed;
    -webkit-animation: slideNavDown 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 1;
            animation: slideNavDown 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 1; }
    @media (min-width: 1024px) {
      .site-header.fixed {
        height: 44px; } }
    @media (min-width: 1024px) {
      .site-header.fixed .header-content,
      .site-header.fixed .event-tabs {
        display: none; } }
    @media (max-width: 1023px) {
      .site-header.fixed .countdown {
        display: none; } }
    .site-header.fixed .bottom-nav__logo {
      display: inline-block; }
    .site-header.fixed .bottom-nav__list-wrapper {
      padding-left: 88px; }
      .site-header.fixed .bottom-nav__list-wrapper:before {
        content: "";
        width: 50vw;
        height: 44px;
        background: #171719;
        position: absolute;
        top: 0;
        right: calc(100% - 88px); }
      @media (max-width: 1120px) {
        .site-header.fixed .bottom-nav__list-wrapper {
          padding-left: 98px; }
          .site-header.fixed .bottom-nav__list-wrapper:before {
            right: calc(100% - 98px); } }
    .site-header.fixed .bottom-nav__list-title {
      display: inline-block; }
      .category-snow .site-header.fixed .bottom-nav__list-title {
        color: #171719; }
    @media (min-width: 1024px) {
      .site-header.fixed .site-branding {
        position: relative;
        left: auto;
        transform: none; } }
    @media (min-width: 1024px) {
      .site-header.fixed .main-nav__list {
        display: flex; } }
  .site-header .header-tools {
    margin-right: 0; }
    @media (max-width: 767px) {
      .site-header .header-tools {
        height: 100%; } }
    .site-header .header-tools .icon-accessibility__link {
      margin-right: 5px; }
      @media (max-width: 1023px) {
        .site-header .header-tools .icon-accessibility__link {
          display: none; } }
      .site-header .header-tools .icon-accessibility__link .icon-accessibility__icon {
        width: 19px;
        height: 19px;
        margin-top: 2px;
        --ae-icon-circle-color: #000;
        --ae-icon-path-color: #707072; }
      .site-header .header-tools .icon-accessibility__link:hover .icon-accessibility__icon {
        --ae-icon-path-color: #7ac143; }
  @media (min-width: 1024px) {
    .site-header .search-social-header {
      position: relative; } }
  .site-header .search-box {
    background: #171719;
    padding: 10px 13px;
    border: none;
    overflow: hidden;
    transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
    @media (min-width: 1024px) {
      .site-header .search-box {
        display: block;
        width: 0;
        background: transparent;
        padding: 0;
        top: 0;
        right: 44px; }
        .site-header .search-box.active {
          width: 192px; } }
    .site-header .search-box input {
      background-color: #fff;
      border: 1px solid #c2c3c3;
      border-radius: 18px; }
    .site-header .search-box button[type="submit"] {
      width: 34px;
      height: 36px; }
      .site-header .search-box button[type="submit"] .icon-search {
        fill: #333; }
  @media (max-width: 1023px) {
    .site-header .search-social-header {
      height: 100%; } }
  @media (max-width: 1023px) {
    .site-header .search-social-header .social-box {
      display: none !important; } }
  .site-header .search-social-header .social-box > .social-icon {
    background: transparent;
    margin: 0 9px; }
    .site-header .search-social-header .social-box > .social-icon svg {
      width: 19px;
      height: 19px;
      fill: #707072; }
    .site-header .search-social-header .social-box > .social-icon:hover svg {
      fill: #7ac143; }
    .site-header .search-social-header .social-box > .social-icon.tiktok-icon svg {
      width: 17px;
      height: 17px; }
  .site-header .search-social-header .search-trigger {
    order: 3;
    border-right: none;
    padding-left: 7px;
    margin-right: 10px; }
    @media (max-width: 1023px) {
      .site-header .search-social-header .search-trigger {
        margin-top: 0;
        margin-right: 15px; } }
    .site-header .search-social-header .search-trigger .search-icon,
    .site-header .search-social-header .search-trigger .close-icon {
      width: 19px;
      height: 19px;
      fill: #707072; }
      .site-header .search-social-header .search-trigger .search-icon:hover,
      .site-header .search-social-header .search-trigger .close-icon:hover {
        fill: #5c9132; }
      @media (max-width: 1023px) {
        .site-header .search-social-header .search-trigger .search-icon,
        .site-header .search-social-header .search-trigger .close-icon {
          width: 24px;
          height: 24px;
          fill: #fff; } }
  @media (max-width: 1023px) {
    .site-header .main-nav__list {
      display: none; } }
  @media screen and (min-width: 820px) {
    .site-header .main-nav__list,
    .site-header .bottom-nav__list {
      align-items: center; } }
  .site-header .main-nav__list > li > a:hover,
  .site-header .bottom-nav__list > li > a:hover {
    color: #7ac143; }
  .site-header .main-nav__list .menu-item:hover:before,
  .site-header .bottom-nav__list .menu-item:hover:before {
    display: none; }
  .site-header .main-nav__list .menu-item a,
  .site-header .bottom-nav__list .menu-item a {
    font-size: 16px;
    font-size: 1rem;
    font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #707072;
    text-transform: uppercase;
    padding: 21px 10px;
    height: auto; }
  .site-header .main-nav__list .menu-item.menu-item-has-children > a:after,
  .site-header .bottom-nav__list .menu-item.menu-item-has-children > a:after {
    content: "";
    display: inline-block;
    background: url("../images/icons/chevron-down-darkgrey.svg") no-repeat;
    width: 9px;
    height: 10px;
    margin-left: 6px; }
  .site-header .main-nav__list .menu-item.menu-item-has-children:hover > a:after,
  .site-header .bottom-nav__list .menu-item.menu-item-has-children:hover > a:after {
    background: url("../images/icons/chevron-down-green.svg") no-repeat; }
  .site-header .main-nav__list .menu-item.menu-item-has-children:hover > .sub-menu,
  .site-header .bottom-nav__list .menu-item.menu-item-has-children:hover > .sub-menu {
    display: block; }
  .site-header .main-nav__list .menu-item.menu-item-has-children a,
  .site-header .bottom-nav__list .menu-item.menu-item-has-children a {
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 0; }
  .site-header .main-nav__list .sub-menu,
  .site-header .bottom-nav__list .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999999;
    padding: 0;
    background-color: #fff; }
    .site-header .main-nav__list .sub-menu li,
    .site-header .bottom-nav__list .sub-menu li {
      white-space: nowrap;
      margin-right: 0;
      border-bottom: 1px solid #c2c3c3; }
      .site-header .main-nav__list .sub-menu li:hover,
      .site-header .bottom-nav__list .sub-menu li:hover {
        background: #7ac143; }
      .site-header .main-nav__list .sub-menu li a,
      .site-header .bottom-nav__list .sub-menu li a {
        width: 100%;
        font-size: 13px;
        font-size: 0.8125rem;
        font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
        line-height: 1.2;
        color: #171719;
        padding: 10px 15px;
        transition: color 0s; }
        .site-header .main-nav__list .sub-menu li a:hover,
        .site-header .bottom-nav__list .sub-menu li a:hover {
          color: #fff; }
  .site-header .main-nav__list > li:last-child > a {
    color: #7ac143; }
  .site-header .bottom-nav {
    background: #7ac143;
    position: relative; }
    @media (max-width: 1023px) {
      .site-header .bottom-nav {
        display: none; } }
    .site-header .bottom-nav.snow-tab-active {
      background: #fff; }
      .site-header .bottom-nav.snow-tab-active .bottom-nav__list-title {
        color: #707072; }
      .site-header .bottom-nav.snow-tab-active .bottom-nav__list .menu-item:hover a:before {
        background: #707072; }
      .site-header .bottom-nav.snow-tab-active .bottom-nav__list .menu-item.menu-item.menu-item-has-children > a:after {
        background: url(../images/icons/chevron-down-dark.svg) no-repeat !important; }
      .site-header .bottom-nav.snow-tab-active .bottom-nav__list .menu-item a {
        color: #707072; }
      .site-header .bottom-nav.snow-tab-active .bottom-nav__list .sub-menu li {
        white-space: nowrap;
        margin-right: 0;
        border-bottom: 1px solid #c2c3c3; }
        .site-header .bottom-nav.snow-tab-active .bottom-nav__list .sub-menu li:hover {
          background: #7ac143; }
        .site-header .bottom-nav.snow-tab-active .bottom-nav__list .sub-menu li a:hover {
          color: #fff; }
    .site-header .bottom-nav__logo {
      display: none;
      line-height: 0;
      position: absolute;
      top: 0;
      left: calc(50% - 550px);
      z-index: 2; }
      @media (max-width: 1120px) {
        .site-header .bottom-nav__logo {
          left: 10px; } }
      .site-header .bottom-nav__logo svg {
        width: 82px;
        height: 37px; }
    .site-header .bottom-nav__list {
      display: flex;
      position: relative; }
      .site-header .bottom-nav__list-wrapper {
        display: flex;
        max-width: 1100px;
        margin: 0 auto;
        position: relative; }
      .site-header .bottom-nav__list-title {
        display: none;
        font-size: 30px;
        font-size: 1.875rem;
        font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 400;
        color: #fff;
        line-height: 44px;
        text-transform: uppercase;
        padding: 0 16px; }
      .site-header .bottom-nav__list > li {
        padding: 10px 5px;
        margin-right: 10px; }
        .site-header .bottom-nav__list > li > a {
          position: relative; }
          .site-header .bottom-nav__list > li > a:before {
            content: "";
            display: block;
            width: 100%;
            height: 2px;
            background: transparent;
            position: absolute;
            top: 100%;
            left: 0;
            transition: all 0.1s; }
          .site-header .bottom-nav__list > li > a:hover {
            color: #fff; }
            .site-header .bottom-nav__list > li > a:hover:before {
              background: #fff; }
      .site-header .bottom-nav__list .menu-item {
        position: relative; }
        .site-header .bottom-nav__list .menu-item.menu-item-has-children > a:after {
          background: url("../images/icons/chevron-down-w.svg") no-repeat !important;
          height: 8px; }
        .site-header .bottom-nav__list .menu-item a {
          font-size: 13px;
          font-size: 0.8125rem;
          font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
          color: #fff;
          padding: 0; }
  @media (max-width: 1023px) {
    .site-header .site-header__logo a {
      justify-content: center; } }
  .site-header .mobile-navigation {
    background: #232326;
    top: 50px;
    height: calc(100vh - 50px);
    padding-bottom: 80px; }
    @media (min-width: 768px) {
      .site-header .mobile-navigation.opened {
        display: flex;
        flex-direction: column;
        justify-content: flex-start; } }
    .site-header .mobile-navigation li {
      padding: 0; }
      .site-header .mobile-navigation li a {
        font-size: 16px;
        font-size: 1rem;
        font-weight: 400;
        color: #c2c3c3;
        line-height: 35px;
        text-transform: uppercase;
        letter-spacing: 1px;
        padding: 5px 10px;
        margin: 0; }
      .site-header .mobile-navigation li.menu-item-has-children > a {
        padding-right: 10px; }
        .site-header .mobile-navigation li.menu-item-has-children > a:after {
          content: "";
          display: inline-block;
          background: url("../images/icons/chevron-down-w.svg") no-repeat;
          float: right;
          background-position: 100% 50%;
          width: 9px;
          height: 35px;
          transition: all 0.2s; }
      .site-header .mobile-navigation li.menu-item-has-children > .sub-menu {
        display: none; }
      .site-header .mobile-navigation li.menu-item-has-children.active > a:after {
        transform: rotate(180deg); }
      .site-header .mobile-navigation li.menu-item-has-children.active > .sub-menu {
        display: block; }
    .site-header .mobile-navigation > ul > li {
      border-bottom: 1px solid #333; }
      @media (min-width: 768px) {
        .site-header .mobile-navigation > ul > li {
          display: block;
          width: 100%;
          margin-bottom: 0; } }
      .site-header .mobile-navigation > ul > li > a {
        font-size: 16px;
        font-size: 1rem;
        font-weight: 700;
        color: #fff; }
      .site-header .mobile-navigation > ul > li:last-child > a {
        color: #7ac143; }
    .site-header .mobile-navigation__social {
      display: none; }
  .site-header #menu-trigger span {
    background: #fff; }

.site-header .mobile-navigation > .bottom-mobile-nav__list {
  background: #7ac143;
  display: none; }
  .site-header .mobile-navigation > .bottom-mobile-nav__list.active {
    display: block; }
  .site-header .mobile-navigation > .bottom-mobile-nav__list > li {
    border-top: 1px solid #568a2e;
    border-bottom: 1px solid #95ce69; }
    .site-header .mobile-navigation > .bottom-mobile-nav__list > li:first-child {
      border-top: none; }
    .site-header .mobile-navigation > .bottom-mobile-nav__list > li:last-child > a {
      color: #fff; }
    .site-header .mobile-navigation > .bottom-mobile-nav__list > li .sub-menu {
      background: #629d34; }
      .site-header .mobile-navigation > .bottom-mobile-nav__list > li .sub-menu li {
        border-top: 1px solid #568a2e;
        border-bottom: 1px solid #95ce69; }
        .site-header .mobile-navigation > .bottom-mobile-nav__list > li .sub-menu li:last-child {
          border-bottom: none; }
      .site-header .mobile-navigation > .bottom-mobile-nav__list > li .sub-menu a {
        color: #fff;
        line-height: 45px;
        padding-left: 20px; }
  .site-header .mobile-navigation > .bottom-mobile-nav__list.snow {
    background: #fff; }
    .site-header .mobile-navigation > .bottom-mobile-nav__list.snow li.menu-item {
      border-top: 1px solid #9b9d9d;
      border-bottom: 1px solid #b5b6b6; }
      .site-header .mobile-navigation > .bottom-mobile-nav__list.snow li.menu-item:first-child {
        border-top: none; }
      .site-header .mobile-navigation > .bottom-mobile-nav__list.snow li.menu-item:last-child > a {
        color: #707072; }
      .site-header .mobile-navigation > .bottom-mobile-nav__list.snow li.menu-item.menu-item-has-children a:after {
        background-image: url("../images/icons/chevron-down-darkgrey.svg"); }
      .site-header .mobile-navigation > .bottom-mobile-nav__list.snow li.menu-item .sub-menu {
        background: #c2c3c3; }
        .site-header .mobile-navigation > .bottom-mobile-nav__list.snow li.menu-item .sub-menu a {
          color: #707072; }
      .site-header .mobile-navigation > .bottom-mobile-nav__list.snow li.menu-item a {
        color: #707072; }

.event-tabs {
  max-width: 1100px;
  height: 44px;
  margin: 0 auto;
  display: flex; }

.event-tab {
  width: 50%;
  display: flex;
  align-items: center;
  padding: 0 10px;
  color: #707072;
  position: relative; }
  @media (max-width: 767px) {
    .event-tab.is-active {
      width: 100%; }
    .event-tab:not(.is-active) {
      display: none !important; }
    .mobile-navigation .event-tab {
      display: flex; }
    body.is-menu-open .event-tab {
      width: 50% !important;
      display: flex !important; } }
  .event-tab:before {
    content: "";
    display: block;
    width: 50vw;
    height: 44px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
    @media (max-width: 767px) {
      .event-tab:before {
        width: 100%; } }
  .event-tab.tab-skate {
    color: #fff; }
    @media (min-width: 768px) {
      .event-tab.tab-skate {
        padding-left: 5px; } }
    @media (min-width: 1221px) {
      .event-tab.tab-skate {
        padding-left: 0; } }
    .event-tab.tab-skate:before {
      background-color: #7ac143; }
  @media (max-width: 767px) {
    .event-tab.tab-snow {
      background: #fff; } }
  @media (min-width: 1024px) {
    .event-tab.tab-snow:hover {
      background-image: linear-gradient(to bottom, #fff 30%, #dae3e5); } }
  @media (min-width: 1024px) {
    .event-tab.tab-snow:hover:before {
      background-image: linear-gradient(to bottom, #fff 30%, #dae3e5); } }
  .event-tab__name,
  .event-tab .event-tab__heading {
    display: block;
    flex-grow: 1;
    color: inherit;
    font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    text-transform: uppercase; }
    .event-tab__name:hover,
    .event-tab .event-tab__heading:hover {
      color: inherit; }
      @media (min-width: 768px) {
        .event-tab__name:hover,
        .event-tab .event-tab__heading:hover {
          text-decoration: underline; } }
  .event-tab__location {
    font-size: 13px;
    font-size: 0.8125rem; }
  .event-tab.tab-skate:before {
    left: auto;
    right: 0; }

.presented-by__title {
  font-family: "Archivo Black", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.site-footer__social-wrapper {
  width: 100%;
  margin-right: 0; }
  @media (max-width: 767px) {
    .site-footer__social-wrapper {
      max-width: none;
      text-align: center; } }

@media (max-width: 767px) {
  .site-footer__widget {
    text-align: center; } }

@media (min-width: 1024px) {
  .site-footer__widget:nth-child(2) {
    flex: 1 22%; } }

.site-footer__widget-list {
  background: #171719;
  padding: 20px; }

.site-footer__widget-title {
  font-family: "Archivo Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 17px; }

.site-footer__newsletter-text {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.33;
  margin-bottom: 18px; }

.site-footer__newsletter-submit {
  float: none;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  background-color: #7ac143;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 5px 15px; }
  .site-footer__newsletter-submit:hover {
    color: #fff;
    background-color: #5c9132; }

.site-footer__bottom {
  background: #fff; }

.site-footer__menu li {
  line-height: 1; }
  .site-footer__menu li a {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 0; }

.site-footer .ot-sdk-show-settings {
  font-size: 12px;
  font-size: 0.75rem; }

.site-footer__network-list {
  font-size: 14px;
  font-size: 0.875rem;
  background: #fff; }

.site-footer__network-button {
  font-size: 14px;
  font-size: 0.875rem; }

.sidebar .social-icon:hover {
  background: none; }
  .sidebar .social-icon:hover svg {
    fill: #7ac143; }

.widget {
  text-align: center; }
  .l-main__sidebar .widget {
    margin-bottom: 25px; }
  .widget-title {
    font-size: 22px;
    font-size: 1.375rem;
    font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1.2;
    padding: 0;
    margin: 0;
    border-bottom: 5px solid #7ac143; }
  .widget-body {
    text-align: left;
    padding: 10px;
    border: 5px solid #c2c3c3; }
  .widget .title-styled, .widget .newsletter-title {
    text-align: left; }

.most-read {
  text-align: center; }
  .most-read .title-styled, .most-read .newsletter-title {
    font-family: "Archivo Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.8;
    display: inline-block;
    padding: 0 5px;
    margin: 0;
    border-bottom: 5px solid #7ac143; }
  .most-read__list {
    text-align: left;
    padding: 20px;
    border: 5px solid #c2c3c3; }
  .most-read__article {
    display: block;
    padding: 0 0 15px;
    margin-bottom: 15px;
    border-bottom: 2px solid #707072;
    border-top: none; }
    .most-read__article:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }
    .most-read__article-number {
      display: none; }
    .most-read__article-flag {
      display: block;
      font-size: 12px;
      font-size: 0.75rem;
      color: #707072;
      line-height: 1;
      text-transform: uppercase;
      margin-bottom: 7px; }
    .most-read__article-title {
      line-height: 1.3; }

.post-content .wp-caption-text,
.post-content .video-caption {
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: normal; }

.post-body a:not([class]),
.fs-gallery__body .ami-gallery-item .caption-slide a:not([class]),
.fs-gallery__body .fs-gallery__right-col .caption-slide .gallery-item-caption a:not([class]),
.list-gallery .ami-gallery-item .gallery-item__caption a:not([class]),
.error-page__subheader-subtitle a:not([class]),
.post-content-sponsored a:not([class]) {
  color: #7ac143; }
  .post-body a:not([class]):hover,
  .fs-gallery__body .ami-gallery-item .caption-slide a:not([class]):hover,
  .fs-gallery__body .fs-gallery__right-col .caption-slide .gallery-item-caption a:not([class]):hover,
  .list-gallery .ami-gallery-item .gallery-item__caption a:not([class]):hover,
  .error-page__subheader-subtitle a:not([class]):hover,
  .post-content-sponsored a:not([class]):hover {
    color: #5c9132; }

.post-header {
  padding-bottom: 0;
  border-bottom: none; }
  .post-header__featured .dfp-wrapper {
    margin-bottom: 20px; }

.related-posts {
  padding: 20px 10px;
  margin: 0;
  overflow-x: hidden; }
  @media (min-width: 1024px) {
    .related-posts {
      padding: 20px; } }
  .related-posts__title {
    display: inline-block;
    font-size: 26px;
    font-size: 1.625rem;
    font-family: "Archivo Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 800;
    margin: 5px 0 8px;
    padding: 0 10px 0 0;
    letter-spacing: -1px;
    text-transform: uppercase; }
    .related-posts__title:before {
      display: none; }
  .related-posts .article {
    display: block; }
    .related-posts .article__figure {
      width: 100%;
      margin: 0 0 15px; }

.shop__view-all {
  font-family: "Archivo Black", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.buy-now-btn {
  background-color: #7ac143; }
  .buy-now-btn:hover {
    background-color: #5c9132; }

.slider-video-post__title {
  font-family: "Archivo Black", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.slider-video-post .article__title {
  max-height: 60px; }

.single-format-gallery .fs-gallery__header__close-btn {
  font-size: 48px;
  font-size: 3rem;
  line-height: 40px; }

.single-format-gallery .fs-gallery__slide-counter {
  font-size: 18px;
  font-size: 1.125rem; }

.fs-gallery__body .ami-gallery-item .caption-slide .gallery-item__caption {
  font-size: 14px;
  font-size: 0.875rem; }

.fs-gallery__body .fs-gallery__right-col .caption-slide .gallery-item__caption {
  font-size: 12px;
  font-size: 0.75rem; }
  .gallery-fullscreen .fs-gallery__body .fs-gallery__right-col .caption-slide .gallery-item__caption {
    font-size: 16px;
    font-size: 1rem; }

.gallery-open-btn {
  font-size: 24px;
  font-size: 1.5rem;
  padding: 20px 40px;
  background: rgba(0, 0, 0, 0.8); }
  .gallery-open-btn .icon-camera {
    width: 52px;
    height: 52px; }

@media (min-width: 1024px) {
  .fs-gallery__header__gallery-title {
    font-size: 18px;
    font-size: 1.125rem; } }

.team-section__title strong, .latest-news__title strong, .events-history__title strong {
  font-family: "Archivo Black", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.ticker__container {
  max-width: 1100px; }

.widget-weather #aw3nmx {
  padding: 13px 12px 11px !important; }

.widget-weather #aw2EUj {
  font-size: 14px !important; }

.widget-weather .aw2cVH {
  letter-spacing: 0.2px; }

.widget-weather .aw1WS4 {
  margin-bottom: 3px !important; }

.widget-weather .aw1JZe {
  font-size: 30px !important; }

.widget-weather .aw2awh {
  font-size: 12px !important; }

.widget-weather .aw1Z2r {
  max-height: 30px !important; }

.widget-weather .aw3Xje img {
  max-width: 120px !important; }

@media (min-width: 1024px) {
  .page-template-default #page-box, .page-template-page-wide #page-box, .page-template-page-wide-blank #page-box, .page-template-page-sidebar #page-box {
    padding: 0 10px; } }

@media (min-width: 1024px) {
  .page-template-default #page-box .site-footer, .page-template-page-wide #page-box .site-footer, .page-template-page-wide-blank #page-box .site-footer, .page-template-page-sidebar #page-box .site-footer {
    margin: 0 -10px; } }

@media (max-width: 1023px) {
  .page-template-default #page-box .site-footer, .page-template-page-wide #page-box .site-footer, .page-template-page-wide-blank #page-box .site-footer, .page-template-page-sidebar #page-box .site-footer {
    margin: 0 -10px; } }

@media (max-width: 767px) {
  .page-template-default #page-box .site-footer, .page-template-page-wide #page-box .site-footer, .page-template-page-wide-blank #page-box .site-footer, .page-template-page-sidebar #page-box .site-footer {
    margin: 0 -10px; } }

.page-template-default .page-title, .page-template-default .tag__title, .page-template-default .page-id-16819 .l-main__main-col h1, .page-id-16819 .l-main__main-col .page-template-default h1, .page-template-page-wide .page-title, .page-template-page-wide .tag__title, .page-template-page-wide .page-id-16819 .l-main__main-col h1, .page-id-16819 .l-main__main-col .page-template-page-wide h1, .page-template-page-wide-blank .page-title, .page-template-page-wide-blank .tag__title, .page-template-page-wide-blank .page-id-16819 .l-main__main-col h1, .page-id-16819 .l-main__main-col .page-template-page-wide-blank h1, .page-template-page-sidebar .page-title, .page-template-page-sidebar .tag__title, .page-template-page-sidebar .page-id-16819 .l-main__main-col h1, .page-id-16819 .l-main__main-col .page-template-page-sidebar h1 {
  margin: 12px 0;
  letter-spacing: -1px; }
  @media (max-width: 767px) {
    .page-template-default .page-title, .page-template-default .tag__title, .page-template-default .page-id-16819 .l-main__main-col h1, .page-id-16819 .l-main__main-col .page-template-default h1, .page-template-page-wide .page-title, .page-template-page-wide .tag__title, .page-template-page-wide .page-id-16819 .l-main__main-col h1, .page-id-16819 .l-main__main-col .page-template-page-wide h1, .page-template-page-wide-blank .page-title, .page-template-page-wide-blank .tag__title, .page-template-page-wide-blank .page-id-16819 .l-main__main-col h1, .page-id-16819 .l-main__main-col .page-template-page-wide-blank h1, .page-template-page-sidebar .page-title, .page-template-page-sidebar .tag__title, .page-template-page-sidebar .page-id-16819 .l-main__main-col h1, .page-id-16819 .l-main__main-col .page-template-page-sidebar h1 {
      order: 1; } }
  @media (min-width: 768px) {
    .page-template-default .page-title, .page-template-default .tag__title, .page-template-default .page-id-16819 .l-main__main-col h1, .page-id-16819 .l-main__main-col .page-template-default h1, .page-template-page-wide .page-title, .page-template-page-wide .tag__title, .page-template-page-wide .page-id-16819 .l-main__main-col h1, .page-id-16819 .l-main__main-col .page-template-page-wide h1, .page-template-page-wide-blank .page-title, .page-template-page-wide-blank .tag__title, .page-template-page-wide-blank .page-id-16819 .l-main__main-col h1, .page-id-16819 .l-main__main-col .page-template-page-wide-blank h1, .page-template-page-sidebar .page-title, .page-template-page-sidebar .tag__title, .page-template-page-sidebar .page-id-16819 .l-main__main-col h1, .page-id-16819 .l-main__main-col .page-template-page-sidebar h1 {
      font-size: 37px;
      font-size: 2.3125rem; } }

@media (max-width: 767px) {
  .page-template-default .page-header, .page-template-page-wide .page-header, .page-template-page-wide-blank .page-header, .page-template-page-sidebar .page-header {
    display: flex;
    flex-wrap: wrap; } }

@media (max-width: 767px) {
  .page-template-default .page-header .post-share, .page-template-page-wide .page-header .post-share, .page-template-page-wide-blank .page-header .post-share, .page-template-page-sidebar .page-header .post-share {
    order: 2;
    margin-left: 0;
    margin-bottom: 10px; } }

@media (min-width: 768px) {
  .page-template-default .page-header .post-share, .page-template-page-wide .page-header .post-share, .page-template-page-wide-blank .page-header .post-share, .page-template-page-sidebar .page-header .post-share {
    margin: 0 0 0 40px; } }

.page-template-default .sharedaddy .sd-social-icon .sd-content ul li, .page-template-page-wide .sharedaddy .sd-social-icon .sd-content ul li, .page-template-page-wide-blank .sharedaddy .sd-social-icon .sd-content ul li, .page-template-page-sidebar .sharedaddy .sd-social-icon .sd-content ul li {
  vertical-align: top; }
  @media (max-width: 767px) {
    .page-template-default .sharedaddy .sd-social-icon .sd-content ul li, .page-template-page-wide .sharedaddy .sd-social-icon .sd-content ul li, .page-template-page-wide-blank .sharedaddy .sd-social-icon .sd-content ul li, .page-template-page-sidebar .sharedaddy .sd-social-icon .sd-content ul li {
      padding-left: 0; } }

@media (min-width: 768px) {
  .page-header {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center; }
    .page-header .post-share {
      flex-shrink: 0;
      margin: 0 0 0 10px; }
      .page-header .post-share .sharedaddy__wrapper {
        margin-bottom: 0; }
    .page-header .sharedaddy .sd-content ul {
      line-height: 0; } }
  @media (min-width: 768px) and (min-width: 1024px) {
    .page-header .page-title, .page-header .tag__title, .page-header .page-id-16819 .l-main__main-col h1, .page-id-16819 .l-main__main-col .page-header h1 {
      font-size: 37px;
      font-size: 2.3125rem; } }

.page-title, .tag__title, .page-id-16819 .l-main__main-col h1 {
  font-family: "Archivo Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 32px;
  font-size: 2rem; }
  .page-title__styled, .tag__title {
    width: 100%;
    margin: 12px 0;
    position: relative; }
    .page-title__styled:before, .tag__title:before {
      content: "";
      background-color: #b5b6b6;
      width: 100%;
      height: 5px;
      position: absolute;
      top: calc(72% - 3px);
      left: 0;
      z-index: 1; }
    .page-title__styled span, .tag__title span {
      display: inline-block;
      padding-right: 12px;
      background: #fff;
      position: relative;
      z-index: 2; }

.page-content ul {
  list-style-type: disc;
  margin: 1em 0;
  padding-left: 2em; }

.category .post-flag {
  margin: 0; }
  @media (max-width: 767px) {
    .category .post-flag {
      margin-bottom: 7px; } }

.page .l-page-wrapper hr {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.2em 0;
  border-bottom: 1px solid #c2c3c3 !important; }

.page .l-page-wrapper p {
  font-size: 0.8em;
  line-height: 1.95em; }

.page .l-page-wrapper .fancy {
  text-align: center; }

.page .l-page-wrapper td {
  border-bottom: 1px solid #c2c3c3;
  padding: 0.8em 0; }
  .page .l-page-wrapper td.day {
    padding-left: 10px; }

.page .l-page-wrapper th {
  padding: 0.6em 0;
  border-bottom: 1px solid #929292;
  text-align: left; }

.about__header {
  background: #222;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0; }

.about__title {
  font-family: "Archivo Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0; }
  .about__title small {
    color: #171719; }

.about__connect .social-icon {
  background: #454545; }

.page-template-page-about .about__connect .about__connect-item:hover .social-icon svg {
  fill: #ffffff; }

.page-template-page-about .about__connect .social-icon:hover svg {
  fill: #ffffff; }

@media (min-width: 1024px) {
  .page-template-page-archive .l-page-wrapper {
    padding: 0 20px; } }

.page-template-page-archive .page-title, .page-template-page-archive .tag__title, .page-template-page-archive .page-id-16819 .l-main__main-col h1, .page-id-16819 .l-main__main-col .page-template-page-archive h1 {
  font-size: 41px;
  font-size: 2.5625rem; }
  @media (max-width: 767px) {
    .page-template-page-archive .page-title, .page-template-page-archive .tag__title, .page-template-page-archive .page-id-16819 .l-main__main-col h1, .page-id-16819 .l-main__main-col .page-template-page-archive h1 {
      font-size: 30px;
      font-size: 1.875rem; } }

.archive .tag__description p {
  font-size: 13px;
  font-size: 0.8125rem; }

.archive .tag__description h1 {
  font-family: "Archivo Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700; }

.archive .featured-video .embed-youtube {
  margin-bottom: 10px; }

@media (min-width: 1024px) {
  .author #page-box {
    padding: 0; } }

@media (min-width: 1024px) {
  .author .l-page-wrapper {
    padding: 0 10px; } }

@media (max-width: 767px) {
  .author-info__photo {
    text-align: left; }
    .author-info__photo img {
      width: 100%;
      margin-bottom: 10px; }
    .author-info__photo-placeholder {
      width: 100%;
      height: calc(100vw - 20px); } }

.author__title {
  font-family: "Archivo Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  border: none;
  padding-bottom: 0;
  margin-bottom: 10px; }

.author .social-share__item svg {
  width: 16px;
  height: 16px;
  fill: #7ac143; }

.author .social-share__item:hover svg {
  fill: #5c9132; }

.author__results {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Archivo Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #171719;
  margin: 10px 0 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid #c2c3c3; }

.author .article__meta, .author .article__read-more {
  display: none; }

.author .article .post-flag {
  color: #7ac143;
  font-weight: 700; }
  .author .article .post-flag:hover {
    color: #5c9132; }

.author .article__title {
  font-family: "Archivo Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin: 0; }

.author .article__subtitle {
  line-height: 1.2; }

@media (min-width: 1024px) {
  .category #site-content {
    padding: 10px 10px 0; } }

.category .tag__title {
  margin: 0 0 0.3em;
  padding: 0;
  border: none;
  font-family: "Archivo Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 37px;
  font-size: 2.3125rem;
  font-weight: 800;
  letter-spacing: -1px; }
  @media (max-width: 1023px) {
    .category .tag__title {
      font-size: 26px;
      font-size: 1.625rem; } }

.category .l-main__main-col .category-featured__article {
  padding-right: 0; }

.category .subscribe-callout {
  border: none;
  padding-bottom: 22px; }

.category__articles-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; }
  .category__articles-list .title-styled, .category__articles-list .newsletter-title {
    display: none; }
  .category__articles-list .article {
    width: 100%; }
    @media (min-width: 768px) {
      .category__articles-list .article {
        width: calc(50% - 8px); } }
    @media (min-width: 1024px) {
      .category__articles-list .article {
        width: calc(33.3% - 10px); } }

.cat-videos__section {
  position: relative;
  margin: 16px 0 38px;
  padding: 38px 0 16px;
  border: 5px solid #c2c3c3; }
  @media (max-width: 767px) {
    .cat-videos__section {
      padding: 32px 0 10px;
      margin: 16px 0 24px; } }

.cat-videos__title {
  display: inline-block;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  position: absolute;
  top: -10px;
  left: -10px;
  margin: 0;
  padding: 5px;
  letter-spacing: 0.04em;
  color: #fff;
  background-color: #7ac143; }
  @media (min-width: 768px) {
    .cat-videos__title {
      font-size: 21px;
      font-size: 1.3125rem; } }
  .cat-videos__title:after {
    content: "";
    height: 0;
    width: 0;
    border-top: 5px solid #629d34;
    border-left: 5px solid transparent;
    position: absolute;
    top: 100%;
    left: 0; }

.cat-videos__view-all {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  position: absolute;
  top: 5px;
  right: 10px; }
  @media (min-width: 768px) {
    .cat-videos__view-all {
      top: 10px;
      right: 50px; } }

.cat-videos__articles {
  margin-top: 16px; }

.page-contact__top h1 {
  font-size: 41px;
  font-size: 2.5625rem;
  font-family: "Archivo Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .page-contact__top h1 {
      font-size: 30px;
      font-size: 1.875rem; } }

.page-contact__info .section-title:first-child {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Archivo Black", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.page-contact__info a {
  color: #7ac143; }
  .page-contact__info a:hover {
    color: #5c9132; }

.post-featured-template #PageContainer {
  padding-top: 0; }

@media (min-width: 1024px) {
  .post-featured-template .parallax-hero__image-container {
    height: calc(100vh - 208px);
    margin-top: -40px; } }

.post-featured-template .post-body p {
  font-size: 18px;
  font-size: 1.125rem; }

.post-featured-template .dfp-wrapper[data-slot*="leader"] {
  background: transparent; }

@media (min-width: 1024px) {
  .home #site-content {
    padding: 20px 20px 0; } }

@media (min-width: 1024px) {
  .home #site-content .featured-riders-module {
    margin: 0 -20px 40px; } }

.home .lazyload-anchor {
  margin: 35px 0 8px; }

.home .show-more__wrapper {
  text-align: center;
  padding-top: 35px; }

.home .dfp-wrapper[data-slot*="leader"] {
  margin-bottom: 20px; }

.home .title-styled, .home .newsletter-title {
  padding: 0; }

@media (min-width: 768px) {
  .home .shop {
    margin-left: -10px;
    margin-right: -10px; } }

@media (min-width: 1024px) {
  .home .shop {
    margin-left: -20px;
    margin-right: -20px; } }

@media (max-width: 767px) {
  .home .subscribe-callout__module {
    display: none; } }

@media (max-width: 767px) {
  .home .l-main__sidebar {
    display: flex; } }

@media (min-width: 1024px) {
  .home .l-main__sidebar .widget-weather__wrapper {
    margin-top: 43px; } }

.top-featured-video__inner {
  position: relative;
  padding-bottom: 56.2%;
  height: 0;
  margin-bottom: 25px; }

.top-featured-video iframe,
.top-featured-video .jwplayer {
  position: absolute;
  width: 100% !important;
  height: 100% !important; }

.top-featured-video .feature-video-text {
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.4;
  font-weight: 800;
  text-transform: uppercase;
  background: #000;
  margin-top: -25px;
  margin-bottom: 25px;
  color: #fff;
  padding: 8px 10px; }
  @media (min-width: 768px) {
    .top-featured-video .feature-video-text {
      font-size: 26px;
      font-size: 1.625rem; } }
  .top-featured-video .feature-video-text a {
    color: #fff; }

.video-module__player .article .post-flag, .video-module__player .article__subtitle, .video-module__player .article__meta {
  display: none; }

.video-module__playlist .article {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #c2c3c3; }
  .video-module__playlist .article:last-child {
    border: none;
    padding-bottom: 0; }
  @media (min-width: 1024px) {
    .video-module__playlist .article__figure {
      height: 0;
      width: 0;
      overflow: hidden;
      margin-right: 0; } }
  .video-module__playlist .article .post-flag {
    display: block;
    line-height: 1.75;
    margin-bottom: 7px; }
  .video-module__playlist .article__text {
    width: 100%; }
  .video-module__playlist .article__title {
    margin-bottom: 0; }
    .video-module__playlist .article__title:hover {
      color: #707072; }

.features-module .article {
  border-bottom: 1px solid #707072; }
  @media (min-width: 1024px) {
    .features-module .article {
      margin-bottom: 40px;
      padding-bottom: 40px; }
      .features-module .article:last-child {
        padding-bottom: 0;
        border: none; } }

@media (min-width: 768px) {
  .featured-riders-module {
    background: #22492c;
    padding: 20px 20px 0; } }

.featured-riders-module .title-styled, .featured-riders-module .newsletter-title {
  color: #fff;
  padding: 0; }

@media (max-width: 767px) {
  .featured-riders-module .four-in-row {
    background: #22492c;
    padding: 20px 20px 0; } }

.featured-rider {
  margin-bottom: 24px; }
  .featured-rider__photo {
    display: block;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 13px; }
    .featured-rider__photo img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      transition: all 0.5s; }
    .featured-rider__photo:hover img {
      transform: scale(1.01); }
  .featured-rider__discipline {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    color: #7ac143;
    text-transform: uppercase;
    margin-bottom: 2px; }
  .featured-rider__name {
    font-size: 22px;
    font-size: 1.375rem;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 10px;
    text-transform: uppercase; }

.latest-news-module {
  margin-bottom: 0; }
  .latest-news-module .sidebar {
    padding-top: 35px; }
    @media (min-width: 1024px) {
      .latest-news-module .sidebar {
        padding-top: 9px; } }

@media (min-width: 1024px) {
  .art-module {
    margin-bottom: 55px; } }

.newsletter-signup__left h1 {
  font-size: 35px;
  font-size: 2.1875rem;
  font-family: "Archivo Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 30px; }

.newsletter-signup__text {
  color: #707072; }

.newsletter-signup .newsletter-form-extra-lists {
  color: #707072; }

.newsletter-signup__button {
  text-align: center; }
  .newsletter-signup__button input[type="submit"] {
    min-width: 150px; }

body.page-template-page-search form[role="search"] {
  margin-bottom: 12px; }
  body.page-template-page-search form[role="search"] input[type="search"] {
    background: #fff;
    border-radius: 3px;
    border: 1px solid #a8aaaa;
    border-bottom: 5px solid #b5b6b6; }
  body.page-template-page-search form[role="search"] button[type="submit"] svg {
    fill: #7ac143; }

body.page-template-page-search .search-count {
  font-family: "Archivo Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #707072;
  border-bottom: 1px solid #c2c3c3; }

@media (min-width: 768px) {
  body.page-template-page-search .search-results {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    body.page-template-page-search .search-results .article {
      width: calc(50% - 10px);
      padding-bottom: 0;
      margin-bottom: 24px;
      border: none;
      display: block; }
      body.page-template-page-search .search-results .article__subtitle, body.page-template-page-search .search-results .article__meta, body.page-template-page-search .search-results .article__read-more {
        display: none; }
      body.page-template-page-search .search-results .article__figure {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px; } }

.sweep-rules__open {
  color: #7ac143; }
  .sweep-rules__open:hover {
    color: #5c9132; }

@media (max-width: 767px) {
  .tag .dfp-wrapper {
    margin-bottom: 10px; } }

@media (min-width: 1024px) {
  .tag .l-page-wrapper {
    padding: 0 10px; } }

.tag .l-page-wrapper .tag__featured {
  margin-bottom: 0px; }

@media (max-width: 767px) {
  .tag .l-page-wrapper .tag__title {
    margin: 0px 0 12px;
    font-size: 25.6pxpx;
    font-size: 1.6pxrem; } }

@media (min-width: 1024px) {
  .tag__title {
    font-size: 40px;
    font-size: 2.5rem; } }

@media (min-width: 1024px) {
  .tag-featured-header .tag__title {
    width: calc(100% - 40px);
    margin: 0 20px; } }

.tag-featured-header .tag__description {
  font-size: 13px;
  font-size: 0.8125rem;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e4e2;
  margin-bottom: 30px; }
  .tag-featured-header .tag__description p:last-child {
    margin-bottom: 0; }
  @media (min-width: 1024px) {
    .tag-featured-header .tag__description {
      padding: 15px 20px 35px; } }
  .tag-featured-header .tag__description button,
  .tag-featured-header .tag__description .button {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 8px 15px; }

.tag__count {
  font-size: 16px;
  font-size: 1rem;
  color: #171719;
  padding-bottom: 10px;
  border-bottom: 1px solid #c2c3c3; }
  .tag__count-popular a {
    color: #7ac143; }
    .tag__count-popular a:hover {
      color: #5c9132; }

.tag .article__meta, .tag .article__read-more {
  display: none; }

.tag .article .post-flag {
  color: #7ac143;
  font-weight: 700; }
  .tag .article .post-flag:hover {
    color: #5c9132; }

.tag .article__title {
  margin-bottom: 0; }

.tag .article-subtitle {
  line-height: 1.2; }

.tag .sidebar {
  padding-top: 20px; }

body.page-id-17491 {
  padding-top: 0px; }

.page-id-17491 .content-wrapper p {
  margin: 0; }
  .page-id-17491 .content-wrapper p:empty {
    display: none; }

.page-id-17491 .content-wrapper .section {
  width: 100%;
  margin: -6px 0px; }

.page-id-17491 .content-wrapper img {
  width: 100%; }

.page-id-17491 .content-wrapper .section-form img {
  width: auto; }

@media (min-width: 1024px) {
  .page-id-42890 .page-header .post-share {
    margin: -13px 0 0 10px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .page-id-42890 .page-header .post-share {
    margin: -18px 0 0 10px; } }

@media (min-width: 1024px) {
  .page-id-42463 .page-header .post-share {
    margin: -20px 0 0 10px; } }

@media (min-width: 768px) {
  .page-id-42463 .page-header .post-share {
    margin: -20px 0 0 10px; } }

@media (min-width: 1024px) {
  .page-id-16692 .page-header .post-share {
    margin: 11px 0 0 10px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .page-id-16692 .page-header .post-share {
    margin: -2px 0 0 10px; } }

.page-template-page-wide-blank.page-id-16819 .page-header .post-share {
  margin: 15px 0 0 40px; }

.page-id-16819 .l-page-wrapper {
  padding: 10px; }
  .page-id-16819 .l-page-wrapper h1 {
    margin: 0 0 0.6em; }
  .page-id-16819 .l-page-wrapper h2 {
    font-weight: 400;
    font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .page-id-16819 .l-page-wrapper ul {
    font-size: 12px;
    line-height: 1.7em;
    margin: 1em 0;
    padding-left: 2em;
    list-style-type: disc; }
  .page-id-16819 .l-page-wrapper li {
    font-size: 0.95em !important; }
  .page-id-16819 .l-page-wrapper #pagewrap > section {
    margin-right: 0px; }

.page-id-16819 .l-main__sidebar,
.page-id-16819 .page-title,
.page-id-16819 .tag__title,
.page-id-16819 .l-main__main-col h1 {
  display: none; }

.page-id-16819 .l-main__main-col {
  padding: 0; }
  .page-id-16819 .l-main__main-col h2 {
    font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.page-id-22598 .l-page-wrapper button,
.page-id-21726 .l-page-wrapper button,
.page-id-27467 .l-page-wrapper button {
  margin-bottom: 12px; }

.page-id-22598 .l-page-wrapper .section-header,
.page-id-21726 .l-page-wrapper .section-header,
.page-id-27467 .l-page-wrapper .section-header {
  margin-bottom: 10px;
  position: relative; }
  .page-id-22598 .l-page-wrapper .section-header:before,
  .page-id-21726 .l-page-wrapper .section-header:before,
  .page-id-27467 .l-page-wrapper .section-header:before {
    content: "";
    background-color: #b5b6b6;
    width: 100%;
    height: 5px;
    position: absolute;
    top: calc(72% - 3px);
    left: 0; }
  .page-id-22598 .l-page-wrapper .section-header .section-title,
  .page-id-21726 .l-page-wrapper .section-header .section-title,
  .page-id-27467 .l-page-wrapper .section-header .section-title {
    position: relative;
    background: #fff; }

.page-id-26207 .l-page-wrapper {
  overflow-x: auto; }

.page-id-18784 h1 {
  visibility: hidden; }
  @media (max-width: 767px) {
    .page-id-18784 h1 {
      display: none; } }
  @media (max-width: 1023px) {
    .page-id-18784 h1 {
      display: none; } }

#page-box .lt-950 div.aw-widget-36hour-inner div.aw-more-block {
  width: 100% !important; }

#page-box .lt-950 div.aw-widget-36hour-inner div.aw-more-block .aw-more-content:empty {
  display: none; }

.page-id-20357 .l-page-wrapper a img.aligncenter {
  width: 100%; }

.page-id-24172 .l-page-wrapper h2 {
  font-weight: 400;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.page-id-17405 .l-page-wrapper ul,
.page-id-5477 .l-page-wrapper ul,
.page-id-24172 .l-page-wrapper ul,
.page-id-29222 .l-page-wrapper ul {
  margin: 1em 0;
  padding-left: 2em;
  list-style-type: disc; }
  .page-id-17405 .l-page-wrapper ul li,
  .page-id-5477 .l-page-wrapper ul li,
  .page-id-24172 .l-page-wrapper ul li,
  .page-id-29222 .l-page-wrapper ul li {
    font-size: 0.8em;
    line-height: 1.95em; }

.page-id-29222 .l-page-wrapper table {
  font-size: 12px;
  margin-left: 20px; }

.page-id-29222 .l-page-wrapper h3 {
  margin: 0.8em 0 0.4em; }

.page-id-29222 .l-page-wrapper th,
.page-id-29222 .l-page-wrapper td {
  border-bottom: 0px solid #929292;
  padding: 0.6em 0; }

.page-id-29222 .l-page-wrapper button {
  font-size: 1em; }

.page-id-22431 .l-page-wrapper table {
  width: 100%; }

.page-id-22431 .l-page-wrapper td:first-of-type {
  padding-left: 10px; }

.page-id-22431 .l-page-wrapper td.day {
  text-transform: uppercase;
  font-weight: bold;
  background-color: #101010;
  color: #ffffff;
  padding-left: 10px;
  font-size: 1.25em; }

.page-id-19473 .l-page-wrapper iframe,
.page-id-25203 .l-page-wrapper iframe {
  width: 100%;
  height: 607px; }
  @media (max-width: 1080px) {
    .page-id-19473 .l-page-wrapper iframe,
    .page-id-25203 .l-page-wrapper iframe {
      height: 56.25vw; } }

@media (min-width: 1024px) {
  .category-press-box .l-page-wrapper {
    padding: 0 10px; } }

.category-press-box .page-title, .category-press-box .tag__title, .category-press-box .page-id-16819 .l-main__main-col h1, .page-id-16819 .l-main__main-col .category-press-box h1 {
  margin: 12px 0; }

.category-press-box h2 {
  font-size: 25px;
  font-size: 1.5625rem; }

.category-press-box .l-main {
  font-size: 15px;
  font-size: 0.9375rem; }

@media (max-width: 767px) {
  .category-press-box .l-main__sidebar {
    display: block; } }

.press-box__articles {
  list-style-type: none;
  padding: 10px 0 0;
  margin: 0 0 30px; }
  .press-box__articles li {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #c2c3c3; }
    .press-box__articles li a {
      color: #171719; }
      .press-box__articles li a:hover {
        color: black; }
    .press-box__articles li p {
      margin-bottom: 0; }
    .press-box__articles li .press-kit-date {
      font-weight: 700; }

.press-box__article {
  text-align: center;
  margin-bottom: 16px; }
  @media (max-width: 767px) {
    .press-box__article {
      width: 100%; } }
  .press-box__article-image {
    display: block;
    position: relative; }
  .press-box__article-play {
    display: inline-block;
    width: 70px;
    height: 70px;
    border: 5px solid #7ac143;
    border-radius: 50%;
    padding: 15px;
    position: absolute;
    top: calc(50% - 35px);
    left: calc(50% - 35px);
    z-index: 2; }
    .press-box__article-play svg {
      width: 30px;
      height: 30px;
      fill: #7ac143; }
  .press-box__article-title {
    font-size: 13px;
    font-size: 0.8125rem;
    font-family: "Archivo Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.2;
    padding: 11px;
    margin: 0; }
  .press-box__article-download {
    font-size: 13px; }

.press-box__section {
  margin-bottom: 30px; }

.widget-conference .widget-body {
  text-align: center; }

.widget-conference__title {
  font-size: 19px;
  font-size: 1.1875rem;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.8;
  text-transform: uppercase;
  margin-bottom: 12px; }

.widget-conference__date {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.8;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 10px; }

.widget-conference__link {
  font-size: 19px;
  font-size: 1.1875rem;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #d03139; }
  .widget-conference__link:hover {
    color: #d03139; }
  .widget-conference__link svg {
    width: 17px;
    height: 17px;
    border: 1px solid #d03139;
    border-radius: 50%;
    padding: 1.5px;
    margin-left: 12px; }

.widget-logo .widget-body {
  display: flex;
  justify-content: space-between; }

.widget-logo__block {
  width: calc(50% - 5px);
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: center; }
  .widget-logo__block-image {
    display: block;
    margin-bottom: 3px; }
    .widget-logo__block-image img {
      width: 100%;
      height: auto; }
  .widget-logo__block p {
    margin: 0; }
  .widget-logo__block-links {
    text-transform: uppercase; }
    .widget-logo__block-links a {
      margin: 0 3px; }

.widget-media-contact .widget-body {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6; }

.widget-media-contact__link {
  font-size: 19px;
  font-size: 1.1875rem;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase; }
  .widget-media-contact__link svg {
    width: 17px;
    height: 17px;
    border: 1px solid #7ac143;
    border-radius: 50%;
    padding: 1.5px;
    margin-left: 12px; }

@media (min-width: 1024px) {
  .page-id-17256 .l-page-wrapper,
  .page-id-24129 .l-page-wrapper {
    padding: 0 10px; } }

.page-id-17256 .l-main__main-col,
.page-id-24129 .l-main__main-col {
  padding: 0; }

.page-id-17256 .sidebar,
.page-id-24129 .sidebar {
  display: none; }

.page-id-17256 .page-title, .page-id-17256 .tag__title, .page-id-17256 .page-id-16819 .l-main__main-col h1, .page-id-16819 .l-main__main-col .page-id-17256 h1,
.page-id-24129 .page-title,
.page-id-24129 .tag__title,
.page-id-24129 .page-id-16819 .l-main__main-col h1,
.page-id-16819 .l-main__main-col .page-id-24129 h1 {
  margin: 12px 0; }

@media (min-width: 1024px) {
  .page-template-page-dewtour-teams-archive .l-page-wrapper {
    padding: 0 10px; } }

@media (min-width: 1024px) {
  .page-template-page-dewtour-teams-archive h1.page-title, .page-template-page-dewtour-teams-archive h1.tag__title, .page-template-page-dewtour-teams-archive .page-id-16819 .l-main__main-col h1, .page-id-16819 .l-main__main-col .page-template-page-dewtour-teams-archive h1 {
    font-size: 40px;
    font-size: 2.5rem; } }

.page-template-page-dewtour-teams-archive h2.page-title, .page-template-page-dewtour-teams-archive h2.tag__title {
  font-size: 26px;
  font-size: 1.625rem; }

@media (min-width: 768px) {
  .page-template-page-dewtour-teams-archive .three-in-row {
    margin-right: -12px;
    margin-left: -12px; }
    .page-template-page-dewtour-teams-archive .three-in-row > * {
      width: calc(33.33% - 24px);
      margin: 0 12px; } }

.page-template-page-dewtour-teams-archive .page-content {
  padding: 0; }
  .page-template-page-dewtour-teams-archive .page-content .sharedaddy {
    display: none; }

.page-template-page-dewtour-teams-archive .single-team {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .page-template-page-dewtour-teams-archive .single-team {
      margin-bottom: 50px; } }
  .page-template-page-dewtour-teams-archive .single-team h1,
  .page-template-page-dewtour-teams-archive .single-team h2 {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 15px; }
  .page-template-page-dewtour-teams-archive .single-team h2 {
    color: #171719; }
    .page-template-page-dewtour-teams-archive .single-team h2 a {
      color: inherit; }
  .page-template-page-dewtour-teams-archive .single-team h1 {
    color: #707072; }
  .page-template-page-dewtour-teams-archive .single-team img {
    width: 100%; }

@media (min-width: 1024px) {
  .page-template-page-dewtour-riders-archive .l-page-wrapper {
    padding: 0 10px; } }

@media (min-width: 1024px) {
  .page-template-page-dewtour-riders-archive .page-title, .page-template-page-dewtour-riders-archive .tag__title, .page-template-page-dewtour-riders-archive .page-id-16819 .l-main__main-col h1, .page-id-16819 .l-main__main-col .page-template-page-dewtour-riders-archive h1 {
    font-size: 40px;
    font-size: 2.5rem; } }

.page-template-page-dewtour-riders-archive .four-in-row {
  align-items: flex-start; }
  .page-template-page-dewtour-riders-archive .four-in-row > * {
    width: calc(50% - 16px);
    margin-bottom: 24px; }
    @media (min-width: 1024px) {
      .page-template-page-dewtour-riders-archive .four-in-row > * {
        width: calc(25% - 16px); } }

.page-template-page-dewtour-riders-archive .team-rider > a {
  display: block;
  line-height: 0; }

.page-template-page-dewtour-riders-archive .team-rider__text {
  background: #f2f2f2;
  position: relative; }
  @media screen and (max-width: 340px) {
    .page-template-page-dewtour-riders-archive .team-rider__text .flag-icon {
      position: absolute;
      top: -16px;
      left: 0; } }

.page-template-page-dewtour-riders-archive .team-rider__discipline {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  color: #7ac143;
  line-height: 1.75;
  text-transform: uppercase;
  padding: 0 5px 0 10px; }

.page-template-page-dewtour-riders-archive .team-rider__title {
  min-height: 46px;
  display: flex;
  align-items: center;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.05;
  padding: 0 10px;
  margin: 0; }

.page-template-page-dewtour-riders-archive .team-rider__read-more {
  margin-top: 7px; }

.page-template-page-results-skate .content-area,
.page-template-page-results-snow .content-area {
  width: 100%; }
  @media (min-width: 1024px) {
    .page-template-page-results-skate .content-area,
    .page-template-page-results-snow .content-area {
      width: calc(100% - 300px);
      padding-right: 20px; } }
  @media (min-width: 768px) {
    .page-template-page-results-skate .content-area,
    .page-template-page-results-snow .content-area {
      padding-left: 0; } }

.page-template-page-results-skate .results-page,
.page-template-page-results-snow .results-page {
  padding-left: 10px;
  padding-right: 10px; }

.page-template-page-results-skate .page-title, .page-template-page-results-skate .tag__title, .page-template-page-results-skate .page-id-16819 .l-main__main-col h1, .page-id-16819 .l-main__main-col .page-template-page-results-skate h1,
.page-template-page-results-snow .page-title,
.page-template-page-results-snow .tag__title,
.page-template-page-results-snow .page-id-16819 .l-main__main-col h1,
.page-id-16819 .l-main__main-col .page-template-page-results-snow h1 {
  font-size: 30px;
  font-size: 1.875rem; }
  @media (min-width: 768px) {
    .page-template-page-results-skate .page-title, .page-template-page-results-skate .tag__title, .page-template-page-results-skate .page-id-16819 .l-main__main-col h1, .page-id-16819 .l-main__main-col .page-template-page-results-skate h1,
    .page-template-page-results-snow .page-title,
    .page-template-page-results-snow .tag__title,
    .page-template-page-results-snow .page-id-16819 .l-main__main-col h1,
    .page-id-16819 .l-main__main-col .page-template-page-results-snow h1 {
      font-size: 37px;
      font-size: 2.3125rem; } }

.page-template-page-results-skate .tab-container.dew-tabs li,
.page-template-page-results-snow .tab-container.dew-tabs li {
  position: relative;
  display: table-cell;
  float: none;
  width: 1%;
  list-style: none;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  transition: border-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding: 0 0 10px;
  text-align: center;
  letter-spacing: 0;
  color: #707072;
  border-bottom: 5px solid transparent; }
  .page-template-page-results-skate .tab-container.dew-tabs li.selected,
  .page-template-page-results-snow .tab-container.dew-tabs li.selected {
    color: #171719;
    border-bottom-color: #7ac143; }

.page-template-page-results-skate .tab-content,
.page-template-page-results-snow .tab-content {
  border-top: solid 2px #b5b6b6;
  display: none; }
  .page-template-page-results-skate .tab-content .result-box,
  .page-template-page-results-skate .tab-content .leaderboard-result-record,
  .page-template-page-results-snow .tab-content .result-box,
  .page-template-page-results-snow .tab-content .leaderboard-result-record {
    margin-bottom: 20px;
    border: 5px solid #c2c3c3; }
    .page-template-page-results-skate .tab-content .result-box h3,
    .page-template-page-results-skate .tab-content .result-box h4.event-title,
    .page-template-page-results-skate .tab-content .leaderboard-result-record h3,
    .page-template-page-results-skate .tab-content .leaderboard-result-record h4.event-title,
    .page-template-page-results-snow .tab-content .result-box h3,
    .page-template-page-results-snow .tab-content .result-box h4.event-title,
    .page-template-page-results-snow .tab-content .leaderboard-result-record h3,
    .page-template-page-results-snow .tab-content .leaderboard-result-record h4.event-title {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.6;
      margin: -5px -5px 0;
      padding: 5px 10px;
      color: #fff;
      background: #171719; }
      .page-template-page-results-skate .tab-content .result-box h3 .sponsored,
      .page-template-page-results-skate .tab-content .result-box h4.event-title .sponsored,
      .page-template-page-results-skate .tab-content .leaderboard-result-record h3 .sponsored,
      .page-template-page-results-skate .tab-content .leaderboard-result-record h4.event-title .sponsored,
      .page-template-page-results-snow .tab-content .result-box h3 .sponsored,
      .page-template-page-results-snow .tab-content .result-box h4.event-title .sponsored,
      .page-template-page-results-snow .tab-content .leaderboard-result-record h3 .sponsored,
      .page-template-page-results-snow .tab-content .leaderboard-result-record h4.event-title .sponsored {
        padding-left: 10px;
        font-size: 12px;
        font-weight: 400; }
        @media (max-width: 767px) {
          .page-template-page-results-skate .tab-content .result-box h3 .sponsored,
          .page-template-page-results-skate .tab-content .result-box h4.event-title .sponsored,
          .page-template-page-results-skate .tab-content .leaderboard-result-record h3 .sponsored,
          .page-template-page-results-skate .tab-content .leaderboard-result-record h4.event-title .sponsored,
          .page-template-page-results-snow .tab-content .result-box h3 .sponsored,
          .page-template-page-results-snow .tab-content .result-box h4.event-title .sponsored,
          .page-template-page-results-snow .tab-content .leaderboard-result-record h3 .sponsored,
          .page-template-page-results-snow .tab-content .leaderboard-result-record h4.event-title .sponsored {
            display: block;
            padding-left: 0; } }
    .page-template-page-results-skate .tab-content .result-box .results-tbl,
    .page-template-page-results-skate .tab-content .result-box .table-minimal,
    .page-template-page-results-skate .tab-content .leaderboard-result-record .results-tbl,
    .page-template-page-results-skate .tab-content .leaderboard-result-record .table-minimal,
    .page-template-page-results-snow .tab-content .result-box .results-tbl,
    .page-template-page-results-snow .tab-content .result-box .table-minimal,
    .page-template-page-results-snow .tab-content .leaderboard-result-record .results-tbl,
    .page-template-page-results-snow .tab-content .leaderboard-result-record .table-minimal {
      width: calc(100% - 20px);
      margin: 10px;
      font-family: "Titillium Web", sans-serif; }
      .page-template-page-results-skate .tab-content .result-box .results-tbl thead,
      .page-template-page-results-skate .tab-content .result-box .table-minimal thead,
      .page-template-page-results-skate .tab-content .leaderboard-result-record .results-tbl thead,
      .page-template-page-results-skate .tab-content .leaderboard-result-record .table-minimal thead,
      .page-template-page-results-snow .tab-content .result-box .results-tbl thead,
      .page-template-page-results-snow .tab-content .result-box .table-minimal thead,
      .page-template-page-results-snow .tab-content .leaderboard-result-record .results-tbl thead,
      .page-template-page-results-snow .tab-content .leaderboard-result-record .table-minimal thead {
        background: #7ac143;
        color: #fff; }
      .page-template-page-results-skate .tab-content .result-box .results-tbl th,
      .page-template-page-results-skate .tab-content .result-box .table-minimal th,
      .page-template-page-results-skate .tab-content .leaderboard-result-record .results-tbl th,
      .page-template-page-results-skate .tab-content .leaderboard-result-record .table-minimal th,
      .page-template-page-results-snow .tab-content .result-box .results-tbl th,
      .page-template-page-results-snow .tab-content .result-box .table-minimal th,
      .page-template-page-results-snow .tab-content .leaderboard-result-record .results-tbl th,
      .page-template-page-results-snow .tab-content .leaderboard-result-record .table-minimal th {
        display: table-cell;
        font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 13px;
        margin-top: 0;
        margin-bottom: 0;
        padding: 10px 0;
        text-align: left; }
        @media (min-width: 768px) {
          .page-template-page-results-skate .tab-content .result-box .results-tbl th,
          .page-template-page-results-skate .tab-content .result-box .table-minimal th,
          .page-template-page-results-skate .tab-content .leaderboard-result-record .results-tbl th,
          .page-template-page-results-skate .tab-content .leaderboard-result-record .table-minimal th,
          .page-template-page-results-snow .tab-content .result-box .results-tbl th,
          .page-template-page-results-snow .tab-content .result-box .table-minimal th,
          .page-template-page-results-snow .tab-content .leaderboard-result-record .results-tbl th,
          .page-template-page-results-snow .tab-content .leaderboard-result-record .table-minimal th {
            font-size: 16px; } }
        .page-template-page-results-skate .tab-content .result-box .results-tbl th.rank,
        .page-template-page-results-skate .tab-content .result-box .table-minimal th.rank,
        .page-template-page-results-skate .tab-content .leaderboard-result-record .results-tbl th.rank,
        .page-template-page-results-skate .tab-content .leaderboard-result-record .table-minimal th.rank,
        .page-template-page-results-snow .tab-content .result-box .results-tbl th.rank,
        .page-template-page-results-snow .tab-content .result-box .table-minimal th.rank,
        .page-template-page-results-snow .tab-content .leaderboard-result-record .results-tbl th.rank,
        .page-template-page-results-snow .tab-content .leaderboard-result-record .table-minimal th.rank {
          padding-left: 10px;
          max-width: 30px; }
          @media (min-width: 768px) {
            .page-template-page-results-skate .tab-content .result-box .results-tbl th.rank,
            .page-template-page-results-skate .tab-content .result-box .table-minimal th.rank,
            .page-template-page-results-skate .tab-content .leaderboard-result-record .results-tbl th.rank,
            .page-template-page-results-skate .tab-content .leaderboard-result-record .table-minimal th.rank,
            .page-template-page-results-snow .tab-content .result-box .results-tbl th.rank,
            .page-template-page-results-snow .tab-content .result-box .table-minimal th.rank,
            .page-template-page-results-snow .tab-content .leaderboard-result-record .results-tbl th.rank,
            .page-template-page-results-snow .tab-content .leaderboard-result-record .table-minimal th.rank {
              padding-left: 15px; } }
      .page-template-page-results-skate .tab-content .result-box .results-tbl tbody tr:nth-child(even),
      .page-template-page-results-skate .tab-content .result-box .table-minimal tbody tr:nth-child(even),
      .page-template-page-results-skate .tab-content .leaderboard-result-record .results-tbl tbody tr:nth-child(even),
      .page-template-page-results-skate .tab-content .leaderboard-result-record .table-minimal tbody tr:nth-child(even),
      .page-template-page-results-snow .tab-content .result-box .results-tbl tbody tr:nth-child(even),
      .page-template-page-results-snow .tab-content .result-box .table-minimal tbody tr:nth-child(even),
      .page-template-page-results-snow .tab-content .leaderboard-result-record .results-tbl tbody tr:nth-child(even),
      .page-template-page-results-snow .tab-content .leaderboard-result-record .table-minimal tbody tr:nth-child(even) {
        background: #f1f1f1; }
      .page-template-page-results-skate .tab-content .result-box .results-tbl tbody tr:last-of-type td,
      .page-template-page-results-skate .tab-content .result-box .table-minimal tbody tr:last-of-type td,
      .page-template-page-results-skate .tab-content .leaderboard-result-record .results-tbl tbody tr:last-of-type td,
      .page-template-page-results-skate .tab-content .leaderboard-result-record .table-minimal tbody tr:last-of-type td,
      .page-template-page-results-snow .tab-content .result-box .results-tbl tbody tr:last-of-type td,
      .page-template-page-results-snow .tab-content .result-box .table-minimal tbody tr:last-of-type td,
      .page-template-page-results-snow .tab-content .leaderboard-result-record .results-tbl tbody tr:last-of-type td,
      .page-template-page-results-snow .tab-content .leaderboard-result-record .table-minimal tbody tr:last-of-type td {
        border-bottom: none; }
      .page-template-page-results-skate .tab-content .result-box .results-tbl tbody tr.best-tricks-row td:first-of-type,
      .page-template-page-results-skate .tab-content .result-box .table-minimal tbody tr.best-tricks-row td:first-of-type,
      .page-template-page-results-skate .tab-content .leaderboard-result-record .results-tbl tbody tr.best-tricks-row td:first-of-type,
      .page-template-page-results-skate .tab-content .leaderboard-result-record .table-minimal tbody tr.best-tricks-row td:first-of-type,
      .page-template-page-results-snow .tab-content .result-box .results-tbl tbody tr.best-tricks-row td:first-of-type,
      .page-template-page-results-snow .tab-content .result-box .table-minimal tbody tr.best-tricks-row td:first-of-type,
      .page-template-page-results-snow .tab-content .leaderboard-result-record .results-tbl tbody tr.best-tricks-row td:first-of-type,
      .page-template-page-results-snow .tab-content .leaderboard-result-record .table-minimal tbody tr.best-tricks-row td:first-of-type {
        font-size: 12px;
        font-weight: 700;
        text-align: center;
        padding: 5px;
        transform: scale(0.8, 1); }
      .page-template-page-results-skate .tab-content .result-box .results-tbl tbody tr.best-tricks-row td:last-of-type img,
      .page-template-page-results-skate .tab-content .result-box .table-minimal tbody tr.best-tricks-row td:last-of-type img,
      .page-template-page-results-skate .tab-content .leaderboard-result-record .results-tbl tbody tr.best-tricks-row td:last-of-type img,
      .page-template-page-results-skate .tab-content .leaderboard-result-record .table-minimal tbody tr.best-tricks-row td:last-of-type img,
      .page-template-page-results-snow .tab-content .result-box .results-tbl tbody tr.best-tricks-row td:last-of-type img,
      .page-template-page-results-snow .tab-content .result-box .table-minimal tbody tr.best-tricks-row td:last-of-type img,
      .page-template-page-results-snow .tab-content .leaderboard-result-record .results-tbl tbody tr.best-tricks-row td:last-of-type img,
      .page-template-page-results-snow .tab-content .leaderboard-result-record .table-minimal tbody tr.best-tricks-row td:last-of-type img {
        display: block;
        width: 55px; }
      .page-template-page-results-skate .tab-content .result-box .results-tbl tbody td,
      .page-template-page-results-skate .tab-content .result-box .table-minimal tbody td,
      .page-template-page-results-skate .tab-content .leaderboard-result-record .results-tbl tbody td,
      .page-template-page-results-skate .tab-content .leaderboard-result-record .table-minimal tbody td,
      .page-template-page-results-snow .tab-content .result-box .results-tbl tbody td,
      .page-template-page-results-snow .tab-content .result-box .table-minimal tbody td,
      .page-template-page-results-snow .tab-content .leaderboard-result-record .results-tbl tbody td,
      .page-template-page-results-snow .tab-content .leaderboard-result-record .table-minimal tbody td {
        border-bottom: 1px solid #c2c3c3;
        padding: 9px 0; }
        .page-template-page-results-skate .tab-content .result-box .results-tbl tbody td:first-child,
        .page-template-page-results-skate .tab-content .result-box .table-minimal tbody td:first-child,
        .page-template-page-results-skate .tab-content .leaderboard-result-record .results-tbl tbody td:first-child,
        .page-template-page-results-skate .tab-content .leaderboard-result-record .table-minimal tbody td:first-child,
        .page-template-page-results-snow .tab-content .result-box .results-tbl tbody td:first-child,
        .page-template-page-results-snow .tab-content .result-box .table-minimal tbody td:first-child,
        .page-template-page-results-snow .tab-content .leaderboard-result-record .results-tbl tbody td:first-child,
        .page-template-page-results-snow .tab-content .leaderboard-result-record .table-minimal tbody td:first-child {
          width: 30px;
          padding-right: 10px;
          padding-left: 10px; }
          @media (min-width: 768px) {
            .page-template-page-results-skate .tab-content .result-box .results-tbl tbody td:first-child,
            .page-template-page-results-skate .tab-content .result-box .table-minimal tbody td:first-child,
            .page-template-page-results-skate .tab-content .leaderboard-result-record .results-tbl tbody td:first-child,
            .page-template-page-results-skate .tab-content .leaderboard-result-record .table-minimal tbody td:first-child,
            .page-template-page-results-snow .tab-content .result-box .results-tbl tbody td:first-child,
            .page-template-page-results-snow .tab-content .result-box .table-minimal tbody td:first-child,
            .page-template-page-results-snow .tab-content .leaderboard-result-record .results-tbl tbody td:first-child,
            .page-template-page-results-snow .tab-content .leaderboard-result-record .table-minimal tbody td:first-child {
              width: 43px;
              padding-left: 15px; } }
        .page-template-page-results-skate .tab-content .result-box .results-tbl tbody td:last-child,
        .page-template-page-results-skate .tab-content .result-box .table-minimal tbody td:last-child,
        .page-template-page-results-skate .tab-content .leaderboard-result-record .results-tbl tbody td:last-child,
        .page-template-page-results-skate .tab-content .leaderboard-result-record .table-minimal tbody td:last-child,
        .page-template-page-results-snow .tab-content .result-box .results-tbl tbody td:last-child,
        .page-template-page-results-snow .tab-content .result-box .table-minimal tbody td:last-child,
        .page-template-page-results-snow .tab-content .leaderboard-result-record .results-tbl tbody td:last-child,
        .page-template-page-results-snow .tab-content .leaderboard-result-record .table-minimal tbody td:last-child {
          padding-right: 10px; }
          @media (min-width: 768px) {
            .page-template-page-results-skate .tab-content .result-box .results-tbl tbody td:last-child,
            .page-template-page-results-skate .tab-content .result-box .table-minimal tbody td:last-child,
            .page-template-page-results-skate .tab-content .leaderboard-result-record .results-tbl tbody td:last-child,
            .page-template-page-results-skate .tab-content .leaderboard-result-record .table-minimal tbody td:last-child,
            .page-template-page-results-snow .tab-content .result-box .results-tbl tbody td:last-child,
            .page-template-page-results-snow .tab-content .result-box .table-minimal tbody td:last-child,
            .page-template-page-results-snow .tab-content .leaderboard-result-record .results-tbl tbody td:last-child,
            .page-template-page-results-snow .tab-content .leaderboard-result-record .table-minimal tbody td:last-child {
              padding-right: 15px; } }
        .page-template-page-results-skate .tab-content .result-box .results-tbl tbody td.team,
        .page-template-page-results-skate .tab-content .result-box .table-minimal tbody td.team,
        .page-template-page-results-skate .tab-content .leaderboard-result-record .results-tbl tbody td.team,
        .page-template-page-results-skate .tab-content .leaderboard-result-record .table-minimal tbody td.team,
        .page-template-page-results-snow .tab-content .result-box .results-tbl tbody td.team,
        .page-template-page-results-snow .tab-content .result-box .table-minimal tbody td.team,
        .page-template-page-results-snow .tab-content .leaderboard-result-record .results-tbl tbody td.team,
        .page-template-page-results-snow .tab-content .leaderboard-result-record .table-minimal tbody td.team {
          display: table-cell;
          height: 79px;
          margin: 0; }
          .page-template-page-results-skate .tab-content .result-box .results-tbl tbody td.team img,
          .page-template-page-results-skate .tab-content .result-box .table-minimal tbody td.team img,
          .page-template-page-results-skate .tab-content .leaderboard-result-record .results-tbl tbody td.team img,
          .page-template-page-results-skate .tab-content .leaderboard-result-record .table-minimal tbody td.team img,
          .page-template-page-results-snow .tab-content .result-box .results-tbl tbody td.team img,
          .page-template-page-results-snow .tab-content .result-box .table-minimal tbody td.team img,
          .page-template-page-results-snow .tab-content .leaderboard-result-record .results-tbl tbody td.team img,
          .page-template-page-results-snow .tab-content .leaderboard-result-record .table-minimal tbody td.team img {
            max-width: 50px;
            margin-right: 0;
            vertical-align: middle; }
            @media (min-width: 768px) {
              .page-template-page-results-skate .tab-content .result-box .results-tbl tbody td.team img,
              .page-template-page-results-skate .tab-content .result-box .table-minimal tbody td.team img,
              .page-template-page-results-skate .tab-content .leaderboard-result-record .results-tbl tbody td.team img,
              .page-template-page-results-skate .tab-content .leaderboard-result-record .table-minimal tbody td.team img,
              .page-template-page-results-snow .tab-content .result-box .results-tbl tbody td.team img,
              .page-template-page-results-snow .tab-content .result-box .table-minimal tbody td.team img,
              .page-template-page-results-snow .tab-content .leaderboard-result-record .results-tbl tbody td.team img,
              .page-template-page-results-snow .tab-content .leaderboard-result-record .table-minimal tbody td.team img {
                max-width: 60px; } }
      .page-template-page-results-skate .tab-content .result-box .results-tbl .thumb,
      .page-template-page-results-skate .tab-content .result-box .table-minimal .thumb,
      .page-template-page-results-skate .tab-content .leaderboard-result-record .results-tbl .thumb,
      .page-template-page-results-skate .tab-content .leaderboard-result-record .table-minimal .thumb,
      .page-template-page-results-snow .tab-content .result-box .results-tbl .thumb,
      .page-template-page-results-snow .tab-content .result-box .table-minimal .thumb,
      .page-template-page-results-snow .tab-content .leaderboard-result-record .results-tbl .thumb,
      .page-template-page-results-snow .tab-content .leaderboard-result-record .table-minimal .thumb {
        width: 70px;
        text-align: center; }
        .page-template-page-results-skate .tab-content .result-box .results-tbl .thumb img,
        .page-template-page-results-skate .tab-content .result-box .table-minimal .thumb img,
        .page-template-page-results-skate .tab-content .leaderboard-result-record .results-tbl .thumb img,
        .page-template-page-results-skate .tab-content .leaderboard-result-record .table-minimal .thumb img,
        .page-template-page-results-snow .tab-content .result-box .results-tbl .thumb img,
        .page-template-page-results-snow .tab-content .result-box .table-minimal .thumb img,
        .page-template-page-results-snow .tab-content .leaderboard-result-record .results-tbl .thumb img,
        .page-template-page-results-snow .tab-content .leaderboard-result-record .table-minimal .thumb img {
          display: block; }
      @media (max-width: 767px) {
        .page-template-page-results-skate .tab-content .result-box .results-tbl .rider,
        .page-template-page-results-skate .tab-content .result-box .table-minimal .rider,
        .page-template-page-results-skate .tab-content .leaderboard-result-record .results-tbl .rider,
        .page-template-page-results-skate .tab-content .leaderboard-result-record .table-minimal .rider,
        .page-template-page-results-snow .tab-content .result-box .results-tbl .rider,
        .page-template-page-results-snow .tab-content .result-box .table-minimal .rider,
        .page-template-page-results-snow .tab-content .leaderboard-result-record .results-tbl .rider,
        .page-template-page-results-snow .tab-content .leaderboard-result-record .table-minimal .rider {
          font-size: 14px;
          font-size: 0.875rem; } }
      .page-template-page-results-skate .tab-content .result-box .results-tbl .rider a,
      .page-template-page-results-skate .tab-content .result-box .table-minimal .rider a,
      .page-template-page-results-skate .tab-content .leaderboard-result-record .results-tbl .rider a,
      .page-template-page-results-skate .tab-content .leaderboard-result-record .table-minimal .rider a,
      .page-template-page-results-snow .tab-content .result-box .results-tbl .rider a,
      .page-template-page-results-snow .tab-content .result-box .table-minimal .rider a,
      .page-template-page-results-snow .tab-content .leaderboard-result-record .results-tbl .rider a,
      .page-template-page-results-snow .tab-content .leaderboard-result-record .table-minimal .rider a {
        color: #7ac143;
        text-decoration: none;
        transition: color 150ms ease; }
      .page-template-page-results-skate .tab-content .result-box .results-tbl .score,
      .page-template-page-results-skate .tab-content .result-box .table-minimal .score,
      .page-template-page-results-skate .tab-content .leaderboard-result-record .results-tbl .score,
      .page-template-page-results-skate .tab-content .leaderboard-result-record .table-minimal .score,
      .page-template-page-results-snow .tab-content .result-box .results-tbl .score,
      .page-template-page-results-snow .tab-content .result-box .table-minimal .score,
      .page-template-page-results-snow .tab-content .leaderboard-result-record .results-tbl .score,
      .page-template-page-results-snow .tab-content .leaderboard-result-record .table-minimal .score {
        width: 60px;
        text-align: center; }
    .page-template-page-results-skate .tab-content .result-box .table-minimal thead th.rank,
    .page-template-page-results-skate .tab-content .leaderboard-result-record .table-minimal thead th.rank,
    .page-template-page-results-snow .tab-content .result-box .table-minimal thead th.rank,
    .page-template-page-results-snow .tab-content .leaderboard-result-record .table-minimal thead th.rank {
      width: 80px;
      padding-right: 20px; }
      @media (max-width: 767px) {
        .page-template-page-results-skate .tab-content .result-box .table-minimal thead th.rank,
        .page-template-page-results-skate .tab-content .leaderboard-result-record .table-minimal thead th.rank,
        .page-template-page-results-snow .tab-content .result-box .table-minimal thead th.rank,
        .page-template-page-results-snow .tab-content .leaderboard-result-record .table-minimal thead th.rank {
          width: 30px;
          text-indent: -9999px;
          position: relative; }
          .page-template-page-results-skate .tab-content .result-box .table-minimal thead th.rank:after,
          .page-template-page-results-skate .tab-content .leaderboard-result-record .table-minimal thead th.rank:after,
          .page-template-page-results-snow .tab-content .result-box .table-minimal thead th.rank:after,
          .page-template-page-results-snow .tab-content .leaderboard-result-record .table-minimal thead th.rank:after {
            content: "R";
            visibility: visible;
            display: table-cell;
            position: absolute;
            top: 0;
            left: 5px;
            bottom: 0;
            margin: auto;
            background: #7ac143;
            text-indent: 0;
            padding: 10px 0; } }
    .page-template-page-results-skate .tab-content .result-box .table-minimal tbody tr[data-athlete-id] td:nth-of-type(3),
    .page-template-page-results-skate .tab-content .leaderboard-result-record .table-minimal tbody tr[data-athlete-id] td:nth-of-type(3),
    .page-template-page-results-snow .tab-content .result-box .table-minimal tbody tr[data-athlete-id] td:nth-of-type(3),
    .page-template-page-results-snow .tab-content .leaderboard-result-record .table-minimal tbody tr[data-athlete-id] td:nth-of-type(3) {
      color: #7ac143; }
    .page-template-page-results-skate .tab-content .result-box .table-minimal tbody td,
    .page-template-page-results-skate .tab-content .leaderboard-result-record .table-minimal tbody td,
    .page-template-page-results-snow .tab-content .result-box .table-minimal tbody td,
    .page-template-page-results-snow .tab-content .leaderboard-result-record .table-minimal tbody td {
      text-transform: uppercase; }
      @media (max-width: 767px) {
        .page-template-page-results-skate .tab-content .result-box .table-minimal tbody td,
        .page-template-page-results-skate .tab-content .leaderboard-result-record .table-minimal tbody td,
        .page-template-page-results-snow .tab-content .result-box .table-minimal tbody td,
        .page-template-page-results-snow .tab-content .leaderboard-result-record .table-minimal tbody td {
          font-size: 14px; } }
      .page-template-page-results-skate .tab-content .result-box .table-minimal tbody td:first-child, .page-template-page-results-skate .tab-content .result-box .table-minimal tbody td:last-of-type,
      .page-template-page-results-skate .tab-content .leaderboard-result-record .table-minimal tbody td:first-child,
      .page-template-page-results-skate .tab-content .leaderboard-result-record .table-minimal tbody td:last-of-type,
      .page-template-page-results-snow .tab-content .result-box .table-minimal tbody td:first-child,
      .page-template-page-results-snow .tab-content .result-box .table-minimal tbody td:last-of-type,
      .page-template-page-results-snow .tab-content .leaderboard-result-record .table-minimal tbody td:first-child,
      .page-template-page-results-snow .tab-content .leaderboard-result-record .table-minimal tbody td:last-of-type {
        font-size: 16px; }
      .page-template-page-results-skate .tab-content .result-box .table-minimal tbody td:not(.team):nth-of-type(2),
      .page-template-page-results-skate .tab-content .leaderboard-result-record .table-minimal tbody td:not(.team):nth-of-type(2),
      .page-template-page-results-snow .tab-content .result-box .table-minimal tbody td:not(.team):nth-of-type(2),
      .page-template-page-results-snow .tab-content .leaderboard-result-record .table-minimal tbody td:not(.team):nth-of-type(2) {
        width: 75px; }
      .page-template-page-results-skate .tab-content .result-box .table-minimal tbody td.rank,
      .page-template-page-results-skate .tab-content .leaderboard-result-record .table-minimal tbody td.rank,
      .page-template-page-results-snow .tab-content .result-box .table-minimal tbody td.rank,
      .page-template-page-results-snow .tab-content .leaderboard-result-record .table-minimal tbody td.rank {
        width: 30px;
        padding-right: 20px; }
        @media (min-width: 768px) {
          .page-template-page-results-skate .tab-content .result-box .table-minimal tbody td.rank,
          .page-template-page-results-skate .tab-content .leaderboard-result-record .table-minimal tbody td.rank,
          .page-template-page-results-snow .tab-content .result-box .table-minimal tbody td.rank,
          .page-template-page-results-snow .tab-content .leaderboard-result-record .table-minimal tbody td.rank {
            width: 80px; } }
      .page-template-page-results-skate .tab-content .result-box .table-minimal tbody td img,
      .page-template-page-results-skate .tab-content .leaderboard-result-record .table-minimal tbody td img,
      .page-template-page-results-snow .tab-content .result-box .table-minimal tbody td img,
      .page-template-page-results-snow .tab-content .leaderboard-result-record .table-minimal tbody td img {
        display: block;
        max-width: 60px; }
    .page-template-page-results-skate .tab-content .result-box .rider-avatar a,
    .page-template-page-results-skate .tab-content .leaderboard-result-record .rider-avatar a,
    .page-template-page-results-snow .tab-content .result-box .rider-avatar a,
    .page-template-page-results-snow .tab-content .leaderboard-result-record .rider-avatar a {
      display: block;
      width: 60px;
      height: 60px;
      overflow: hidden; }

.page-template-page-results-skate .most-read .title-styled, .page-template-page-results-skate .most-read .newsletter-title,
.page-template-page-results-snow .most-read .title-styled,
.page-template-page-results-snow .most-read .newsletter-title {
  padding: 0 5px 10px;
  border-bottom: 5px solid #7ac143;
  line-height: 1; }

.most-read__article-title:hover {
  color: #909090; }

@media (min-width: 1024px) {
  .page-template-page-dewtour-live #page-box {
    padding: 0 10px; } }

.page-template-page-dewtour-live #page-box .page-header {
  align-items: flex-start; }

@media (min-width: 1024px) {
  .page-template-page-dewtour-live .l-main__main-col {
    width: calc(100% - 350px);
    padding-right: 10px; }
  .page-template-page-dewtour-live .l-main__sidebar {
    width: 350px; } }

.page-template-page-dewtour-live .iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative; }
  .page-template-page-dewtour-live .iframe-container iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.page-template-page-dewtour-live .page-content .sharedaddy {
  display: none; }

.page-template-page-dewtour-live .results-tabs {
  position: relative; }
  .page-template-page-dewtour-live .results-tabs .locations-tabs__inner ul.tabs {
    max-width: 90%;
    border: solid 1px #006c38;
    margin: 5px auto 0; }
    .page-template-page-dewtour-live .results-tabs .locations-tabs__inner ul.tabs li {
      border-bottom: none;
      padding: 5px;
      font-size: 14px;
      color: #006c38; }
      .page-template-page-dewtour-live .results-tabs .locations-tabs__inner ul.tabs li.selected {
        color: #fff;
        background-color: #006c38;
        border: none; }
  .page-template-page-dewtour-live .results-tabs .locations-tabs__inner .tab-location {
    height: 100%; }
  .page-template-page-dewtour-live .results-tabs .locations-tabs__inner .result-record {
    margin-bottom: 10px; }
    .page-template-page-dewtour-live .results-tabs .locations-tabs__inner .result-record:last-child {
      margin-bottom: 0; }
    .page-template-page-dewtour-live .results-tabs .locations-tabs__inner .result-record.overall thead {
      background-color: #000; }
      .page-template-page-dewtour-live .results-tabs .locations-tabs__inner .result-record.overall thead th.total, .page-template-page-dewtour-live .results-tabs .locations-tabs__inner .result-record.overall thead th.athlete {
        text-transform: uppercase; }
      .page-template-page-dewtour-live .results-tabs .locations-tabs__inner .result-record.overall thead th:last-of-type {
        color: #7ac143; }
  .page-template-page-dewtour-live .results-tabs .results-table__wrapper::-webkit-scrollbar {
    height: 8px; }
  .page-template-page-dewtour-live .results-tabs .results-table__wrapper::-webkit-scrollbar-track {
    background: #ccc;
    border-radius: 0; }
  .page-template-page-dewtour-live .results-tabs .results-table__wrapper::-webkit-scrollbar-thumb {
    background: #7ac143;
    border-radius: 0; }
  .page-template-page-dewtour-live .results-tabs.sport-type-skate .locations-tabs__inner {
    height: calc(100% - 10px); }
    .page-template-page-dewtour-live .results-tabs.sport-type-skate .locations-tabs__inner .tab-location {
      height: calc(100% - 25px);
      overflow-x: auto; }

.page-template-page-dewtour-live .tabs {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex; }
  .page-template-page-dewtour-live .tabs li {
    flex: 1;
    color: #707072;
    font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
    padding: 0 0 10px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    border-bottom: 5px solid transparent;
    transition: border-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .page-template-page-dewtour-live .tabs li.selected {
      border-color: #7ac143; }

.page-template-page-dewtour-live .tab-content {
  height: 506px;
  background-color: #f2f2f2;
  padding: 10px 0 0;
  text-align: left;
  overflow-x: hidden;
  overflow-y: auto; }
  .page-template-page-dewtour-live .tab-content#ScoresResults {
    padding-bottom: 50px;
    background-color: #f2f2f2; }
  .page-template-page-dewtour-live .tab-content .event-title {
    font-size: 16px;
    line-height: 1.3;
    text-transform: uppercase;
    padding: 5px 5px 0;
    margin: 0; }
  .page-template-page-dewtour-live .tab-content .event-heat {
    font-weight: 600;
    padding: 0 5px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 5px; }
  .page-template-page-dewtour-live .tab-content .event-round {
    display: block;
    font-size: 0.85em;
    line-height: 1;
    padding: 5px;
    text-transform: uppercase; }
  .page-template-page-dewtour-live .tab-content .overall-leaderboard__title {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    padding: 0 5px; }
  .page-template-page-dewtour-live .tab-content .empty-results {
    text-align: center;
    padding: 5px 5px 15px;
    margin-bottom: 0; }
  .page-template-page-dewtour-live .tab-content .locations-tabs__inner .tabs li {
    font-size: 16px; }
    .page-template-page-dewtour-live .tab-content .locations-tabs__inner .tabs li.selected {
      border-bottom: solid 4px #7ac143; }
  .page-template-page-dewtour-live .tab-content table {
    width: calc(100% - 10px);
    margin: 0 5px 10px;
    font-size: 0.65em; }
    .page-template-page-dewtour-live .tab-content table thead {
      background-color: #7ac143;
      color: #fff; }
      .page-template-page-dewtour-live .tab-content table thead tr {
        vertical-align: middle; }
      .page-template-page-dewtour-live .tab-content table thead th {
        padding: 10px 5px;
        border-bottom: none; }
        .page-template-page-dewtour-live .tab-content table thead th:last-child {
          padding-right: 5px;
          text-align: right; }
    .page-template-page-dewtour-live .tab-content table tbody {
      background-color: #fff; }
      .page-template-page-dewtour-live .tab-content table tbody tr {
        vertical-align: middle;
        border-bottom: 1px solid #c2c3c3; }
      .page-template-page-dewtour-live .tab-content table tbody td {
        padding: 10px 5px;
        border-bottom: 1px solid #c2c3c3; }
        .page-template-page-dewtour-live .tab-content table tbody td:first-of-type {
          width: 15px; }
        .page-template-page-dewtour-live .tab-content table tbody td:nth-of-type(2) {
          width: 67%;
          line-height: 1.2; }
        .page-template-page-dewtour-live .tab-content table tbody td.score-comb, .page-template-page-dewtour-live .tab-content table tbody td.score {
          color: #7ac143;
          font-size: 14px;
          font-weight: 600;
          padding-right: 5px;
          text-align: right; }
        .page-template-page-dewtour-live .tab-content table tbody td.discarded {
          color: #969698; }

.page-template-page-dewtour-live .full-results-container {
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 50px;
  padding: 10px 0;
  background-color: #171719; }
  .page-template-page-dewtour-live .full-results-container a {
    display: inline-block;
    background-color: #7ac143;
    color: #fff;
    font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    line-height: 30px;
    text-transform: uppercase;
    padding: 0 15px;
    margin: 0 auto;
    border-radius: 5px; }

.page-template-page-dewtour-live .eo-events {
  padding: 5px; }
  .page-template-page-dewtour-live .eo-events li {
    font-size: 0.8em;
    line-height: 1.6; }
    .page-template-page-dewtour-live .eo-events li.date {
      font-size: 1.1em;
      font-weight: 700;
      margin: 10px 0;
      text-transform: uppercase;
      border-bottom: 3px solid #b0b1b1; }
    .page-template-page-dewtour-live .eo-events li a {
      color: #171719; }

.loud-title {
  position: relative;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1em; }
  .loud-title:before {
    content: "";
    background-color: #b5b6b6;
    width: 100%;
    height: 5px;
    left: 0;
    position: absolute;
    bottom: 15px;
    z-index: 1; }
  .loud-title span {
    display: block;
    font-family: "Archivo Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.5em;
    font-weight: 700; }
  .loud-title b {
    position: relative;
    display: inline-block;
    font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2em;
    font-weight: 400;
    background-color: #fff;
    color: #7ac143;
    padding: 0 10px;
    z-index: 2; }

.tax-athlete .jwplayer {
  width: 100% !important;
  padding-bottom: 56.25%; }
  .tax-athlete .jwplayer.jw-flag-aspect-mode {
    height: 0 !important; }

#pattern .col-group > div {
  line-height: 1; }

@media (min-width: 50em) {
  #pattern > div:first-child {
    display: flex;
    justify-content: space-between; }
    #pattern > div:first-child > div {
      width: 32%;
      padding-right: 0px !important; }
      #pattern > div:first-child > div img {
        width: 100%; }
  #pattern .col-group {
    overflow: hidden; }
    #pattern .col-group > div {
      float: left;
      width: 33.3%; }
      #pattern .col-group > div img {
        width: 100%; } }

@media (max-width: 50em) {
  #pattern > div > div {
    width: 50%;
    padding-right: 10px; }
    #pattern > div > div img {
      width: 100%; }
  #pattern .col-group {
    overflow: hidden; }
    #pattern .col-group > div {
      float: left;
      width: 50%; }
      #pattern .col-group > div img {
        width: 100%; } }

@media (max-width: 580px) {
  #pattern > div > div {
    padding-right: 0px !important;
    width: 100%; }
  #pattern .col-group > div {
    width: 100%;
    padding: 1em 0; } }

.beyond-bib {
  background: #000;
  padding-top: 54px; }
  @media (min-width: 1024px) {
    .beyond-bib {
      padding-top: 72px; } }
  .beyond-bib .content-wrapper {
    position: relative; }
  .beyond-bib .sharedaddy__wrapper {
    background: #000;
    text-align: center;
    padding: 40px 0 70px;
    margin: 0 auto; }
  .beyond-bib .fancy:after {
    display: none; }
  .beyond-bib__logo {
    width: 50vw;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (min-width: 1024px) {
      .beyond-bib__logo {
        width: 522px; } }
    .beyond-bib__logo-self {
      height: 20px;
      width: auto; }
    .beyond-bib__logo-toyota {
      height: 50px;
      width: auto; }
      @media (min-width: 1024px) {
        .beyond-bib__logo-toyota {
          height: 64px; } }
  .beyond-bib__header {
    width: 100%;
    height: 54px;
    background: #000;
    padding: 0 15px !important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100; }
    @media (min-width: 768px) {
      .beyond-bib__header {
        height: 75px; } }
    @media (min-width: 1024px) {
      .beyond-bib__header {
        height: 90px; } }
    @media (min-width: 1024px) {
      .customize-support .beyond-bib__header {
        top: 32px; } }
    .beyond-bib__header .wrapper {
      max-width: 970px;
      height: 100%;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .beyond-bib__header a {
      font-size: 12px;
      font-size: 0.75rem;
      letter-spacing: 0.1em;
      white-space: nowrap; }
  @media (max-width: 1023px) {
    .beyond-bib__menu-container {
      display: none;
      width: 100%;
      background: #000;
      padding: 10px 0;
      position: absolute;
      top: 54px;
      left: 0;
      z-index: 100; } }
  .beyond-bib__menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex; }
    @media (max-width: 1023px) {
      .beyond-bib__menu {
        flex-direction: column;
        text-align: center; } }
    .beyond-bib__menu a {
      color: #fff; }
    .beyond-bib__menu > li {
      padding: 0;
      position: relative; }
      @media (max-width: 1023px) {
        .beyond-bib__menu > li {
          border-bottom: 1px solid #333; } }
      .beyond-bib__menu > li:hover > .sub-menu {
        display: block; }
      .beyond-bib__menu > li > a {
        display: inline-block;
        padding: 10px;
        font-family: "Montserrat", "Open Sans", Arial, sans-serif;
        transition: all 0.3s; }
        .beyond-bib__menu > li > a:hover {
          color: #fff;
          background: #d61921; }
        @media (max-width: 1023px) {
          .beyond-bib__menu > li > a {
            display: block;
            font-size: 16px;
            font-size: 1rem;
            padding: 15px;
            margin: 2px 5px; }
            .beyond-bib__menu > li > a:hover {
              color: #d61921;
              background: transparent; } }
      .beyond-bib__menu > li .sub-menu {
        display: none;
        background: #171719;
        padding: 7px 10px 5px;
        position: absolute;
        top: 100%;
        left: 0; }
        @media (max-width: 1023px) {
          .beyond-bib__menu > li .sub-menu {
            position: static;
            text-align: left; } }
        .beyond-bib__menu > li .sub-menu li {
          padding: 0 !important; }
        .beyond-bib__menu > li .sub-menu a {
          padding: 0; }
          .beyond-bib__menu > li .sub-menu a:hover {
            color: #d61921 !important;
            text-decoration: underline; }
          @media (max-width: 1023px) {
            .beyond-bib__menu > li .sub-menu a {
              display: block;
              font-size: 14px;
              font-size: 0.875rem;
              padding: 5px 10px; } }
  .beyond-bib #beyond-bib__menu-trigger {
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    border-radius: 4px;
    background: #fff;
    padding: 5px 35px 5px 10px;
    margin: 0 0 0 auto;
    cursor: pointer;
    position: relative; }
    .beyond-bib #beyond-bib__menu-trigger strong {
      color: #000;
      font-size: 16px;
      font-weight: 700; }
    .beyond-bib #beyond-bib__menu-trigger span {
      display: block;
      width: 18px;
      height: 2px;
      background: #000;
      position: absolute;
      top: 50%;
      right: 10px; }
      .beyond-bib #beyond-bib__menu-trigger span:before, .beyond-bib #beyond-bib__menu-trigger span:after {
        content: "";
        display: block;
        width: 18px;
        height: 2px;
        background: #000;
        position: absolute; }
      .beyond-bib #beyond-bib__menu-trigger span:before {
        top: -4px; }
      .beyond-bib #beyond-bib__menu-trigger span:after {
        top: 4px; }
  .beyond-bib .site-footer {
    background: #171719; }
    .beyond-bib .site-footer__widget-list, .beyond-bib .site-footer__bottom {
      max-width: 970px;
      margin: 0 auto; }
    .beyond-bib .site-footer__bottom {
      position: relative; }
      .beyond-bib .site-footer__bottom:before {
        content: "";
        display: block;
        background: #fff;
        width: 200vw;
        height: 100%;
        position: absolute;
        top: 0;
        left: -50vw; }
      @media (max-width: 767px) {
        .beyond-bib .site-footer__bottom {
          padding-top: 15px; } }
      .beyond-bib .site-footer__bottom > * {
        position: relative; }
    .beyond-bib .site-footer__widget-list {
      padding-bottom: 0; }
    .beyond-bib .site-footer .socials-cover__widget {
      flex-wrap: wrap; }
    .beyond-bib .site-footer__dewtour {
      width: 100%;
      margin-bottom: 15px; }
      @media (max-width: 767px) {
        .beyond-bib .site-footer__dewtour {
          display: flex;
          flex-wrap: wrap;
          justify-content: center; } }
      .beyond-bib .site-footer__dewtour p {
        line-height: 1; }
      .beyond-bib .site-footer__dewtour a {
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
        margin-right: 7px; }
        @media (max-width: 767px) {
          .beyond-bib .site-footer__dewtour a {
            margin: 0 0.4em 1em; } }
        .beyond-bib .site-footer__dewtour a:hover {
          color: #7ac143; }
    .beyond-bib .site-footer .ot-sdk-show-settings {
      display: inline-block;
      line-height: 1;
      color: #222;
      text-transform: uppercase;
      margin-bottom: 10px; }
    @media (min-width: 1024px) {
      .beyond-bib .site-footer__widget:nth-child(2) {
        width: 35%; } }
    @media (min-width: 768px) {
      .beyond-bib .site-footer__bottom {
        padding: 12px 15px; } }
    .beyond-bib .site-footer__bottom-wrapper {
      background: #fff; }
  .beyond-bib__subheader {
    background: #171719;
    text-align: center;
    padding-top: 25px; }
    .beyond-bib__subheader a {
      display: inline-block;
      width: 310px;
      padding: 5px 0 30px;
      position: relative; }
      .beyond-bib__subheader a:before {
        content: "";
        display: block;
        background-color: #d61921;
        height: 3px;
        width: 30px;
        position: absolute;
        bottom: 15px;
        left: calc(50% - 15px); }
    .beyond-bib__subheader i {
      display: block;
      font-family: "Times New Roman", serif;
      color: #ffffff;
      font-size: 10px;
      font-size: 0.625rem;
      letter-spacing: 0.1em;
      margin: 0 auto 15px; }
    .beyond-bib__subheader > img {
      width: 139px;
      padding: 0 0 20px 0; }
  .beyond-bib__hero {
    background: url("../images/dewtour/btb/btb-bkg.jpg") no-repeat center center fixed;
    background-size: cover;
    padding: 80px 0 15px;
    margin-bottom: 40px; }
    @media (min-width: 1024px) {
      .beyond-bib__hero {
        margin-bottom: 110px; } }
    .beyond-bib__hero-content {
      width: 100%;
      max-width: 1010px;
      color: #fff;
      font-family: "Open Sans", Arial, sans-serif;
      line-height: 2;
      font-weight: 200;
      text-align: center;
      padding: 0 20px;
      margin: 50px auto 0; }
      @media (min-width: 768px) {
        .beyond-bib__hero-content {
          margin-top: 100px; } }
      .beyond-bib__hero-content img {
        margin-bottom: 10px; }
      .beyond-bib__hero-content p {
        margin-bottom: 0.6em; }
    .beyond-bib__hero-bottom {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding-top: 45px;
      position: relative; }
      .beyond-bib__hero-bottom:before {
        content: "";
        display: block;
        width: 80px;
        height: 5px;
        background: #d61921;
        position: absolute;
        top: 20px;
        left: calc(50% - 40px); }
      .beyond-bib__hero-bottom i {
        font-family: "Times New Roman", serif;
        font-size: 10px;
        letter-spacing: 0.1em; }
    .beyond-bib__hero-scroll {
      position: relative;
      top: 35px; }
  .beyond-bib-block {
    max-width: 1150px;
    padding: 0 20px;
    margin: 0 auto 40px; }
    .beyond-bib-block__title {
      color: #fff;
      text-align: center;
      text-transform: uppercase;
      margin-bottom: 1em; }
  .beyond-bib-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px; }
  @media (max-width: 767px) {
    .beyond-bib-slider {
      display: block;
      margin: 0; } }
  .beyond-bib-slider .slick-dots {
    list-style-type: none;
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0; }
    .beyond-bib-slider .slick-dots li {
      margin: 0 7px; }
      .beyond-bib-slider .slick-dots li button {
        width: 16px;
        height: 16px;
        font-size: 0;
        padding: 0;
        background: transparent;
        border: 2px solid #fff;
        border-radius: 50%;
        outline: none; }
      .beyond-bib-slider .slick-dots li.slick-active button {
        background: #fff; }
  .beyond-bib-item {
    width: 50%;
    padding: 0 8px;
    margin-bottom: 28px; }
    @media (max-width: 767px) {
      .beyond-bib-item {
        width: 100%; } }
    @media (min-width: 768px) {
      .beyond-bib-item {
        width: 33.33%; } }
    .beyond-bib-item__image {
      display: block;
      line-height: 0;
      margin-bottom: 1rem;
      position: relative; }
      .beyond-bib-item__image:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background: #f00;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        transition: opacity 0.2s;
        opacity: 0; }
      .beyond-bib-item__image:hover:before {
        opacity: 0.5; }
      .beyond-bib-item__image img {
        width: 100%;
        height: auto; }
    .beyond-bib-item__button {
      display: block;
      width: 100%;
      background: #000;
      color: #fff;
      font-family: "Montserrat", "Open Sans", Arial, sans-serif;
      font-size: 10px;
      font-weight: 600;
      border: 3px solid #d61921;
      letter-spacing: 0.1em;
      text-align: center;
      padding: 15px; }
      .beyond-bib-item__button:hover {
        background: #d61921;
        color: #fff; }

.page-id-19706 .wrapper {
  width: 100% !important; }

.page-id-19706 #slide2 {
  height: auto !important; }

@media (max-width: 767px) {
  .page-id-19706 #adonepage .slide .content-wrapper .wrapper {
    padding: 30px 20px 40px !important; } }

@media (min-width: 768px) {
  .page-id-19711 #slide2 {
    background: url(https://cdn.dewtour.com/uploads/2016/11/Chloe-Kim-Beyond-The-Bid-Snowboard.jpg) no-repeat center center fixed; } }

@media (min-width: 768px) {
  .page-id-31231 #slide2 {
    background: url(https://cdn.dewtour.com/uploads/2019/02/amy-purdy-dewtour-2000x1250.jpg) no-repeat center center fixed; } }

@media (min-width: 768px) {
  .page-id-19715 #slide2 {
    background: url(https://cdn.dewtour.com/uploads/2017/12/btb-brolinv4-1920x1250.jpg) no-repeat center center fixed; } }

.page-id-19715 #slide5 {
  height: auto !important; }

@media (min-width: 768px) {
  .page-id-25320 #slide2 {
    background: url(https://cdn.dewtour.com/uploads/2017/12/btb-elena-hight.jpg) no-repeat center center fixed; } }

@media (min-width: 768px) {
  .page-id-25320 .cbp-so-section .cbp-so-side-left {
    width: 67% !important; }
  .page-id-25320 .cbp-so-section .cbp-so-side-right {
    width: 32.13% !important; }
  .page-id-25320 .col-group > div {
    width: 49% !important; } }

@media (min-width: 768px) {
  .page-id-25317 #slide2 {
    background: url(https://cdn.dewtour.com/uploads/2017/12/btb-gus-kenworthy.jpg) no-repeat center center fixed; } }

@media (min-width: 768px) {
  .page-id-25317 .cbp-so-section .cbp-so-side-left {
    width: 67% !important; }
  .page-id-25317 .cbp-so-section .cbp-so-side-right {
    width: 32% !important; }
  .page-id-25317 .col-group > div {
    width: 49% !important; } }

.page-template-page-dewtour-amsearch {
  padding-top: 50px; }
  @media (min-width: 768px) {
    .page-template-page-dewtour-amsearch {
      padding-top: 126px; } }
  @media (min-width: 1024px) {
    .page-template-page-dewtour-amsearch {
      padding-top: 154px; } }
  .page-template-page-dewtour-amsearch #PageContainer {
    background: #000;
    padding-top: 0; }
  .page-template-page-dewtour-amsearch #page-box {
    background: #000; }
    @media (min-width: 1024px) {
      .page-template-page-dewtour-amsearch #page-box {
        padding: 0 10px; } }
  @media (min-width: 1024px) {
    .page-template-page-dewtour-amsearch .site-header {
      height: auto; } }
  .page-template-page-dewtour-amsearch .site-header .header-content {
    height: 50px; }
    @media (min-width: 1024px) {
      .page-template-page-dewtour-amsearch .site-header .header-content {
        height: 68px;
        padding: 5px 0; } }
  .page-template-page-dewtour-amsearch .site-header .site-logo {
    height: 45px;
    top: -3px; }
  .page-template-page-dewtour-amsearch .site-header .main-nav__list .menu-item.menu-item-has-children a {
    padding: 10px; }
  .page-template-page-dewtour-amsearch .event-tabs,
  .page-template-page-dewtour-amsearch .bottom-nav,
  .page-template-page-dewtour-amsearch .ticker__container {
    display: none; }
  .page-template-page-dewtour-amsearch .l-main {
    padding: 50px 0; }
    @media (min-width: 1024px) {
      .page-template-page-dewtour-amsearch .l-main {
        padding: 75px 0; } }
    .page-template-page-dewtour-amsearch .l-main h2 {
      font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 400;
      text-transform: uppercase;
      color: #7ac143;
      margin: 20px 0 15px; }
    .page-template-page-dewtour-amsearch .l-main ul {
      list-style-type: none;
      padding: 0; }
      .page-template-page-dewtour-amsearch .l-main ul li {
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 1.95; }
  .page-template-page-dewtour-amsearch .sharedaddy .sd-content ul li[class*="share-"] a.sd-button.sd-button {
    width: 44px !important;
    height: 44px !important; }

.amsearch-banner {
  width: 100%;
  height: 55px;
  background: #7ac143;
  padding-left: 10px; }
  @media (min-width: 768px) {
    .amsearch-banner {
      height: 86px; } }
  .amsearch-banner .l-page-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .amsearch-banner .tws-logo-img {
    line-height: 0; }

@media (min-width: 1024px) {
  .amsearch-nav {
    padding-left: 50px; } }

.amsearch-nav ul {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0; }

.amsearch-nav li {
  margin: 0 30px; }

.amsearch-nav a {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.1em;
  line-height: 33px; }

.amsearch-sidebar {
  color: #fff; }
  .amsearch-sidebar ul {
    margin-bottom: 30px; }

.amsearch-content {
  color: #fff; }
  .amsearch-content h1 {
    color: #fff;
    font-family: "Archivo Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    margin-bottom: 21px; }
  .amsearch-content .country p:empty {
    display: none; }
  .amsearch-content .skaterContainer {
    margin-left: 0;
    margin-right: 0; }
    .amsearch-content .skaterContainer .fluid-width-video-wrapper {
      padding: 0 !important;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    .amsearch-content .skaterContainer iframe {
      width: 100%;
      height: 100%; }
  .amsearch-content .to-top svg {
    width: 10px;
    height: 10px;
    fill: #7ac143; }
  .amsearch-content .to-top:hover svg {
    fill: #5c9132; }
  .amsearch-content .amsearch-country-list {
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 768px) {
      .amsearch-content .amsearch-country-list li {
        width: 50%;
        padding-right: 15px; } }
  .amsearch-content .amsearch-rules ul,
  .amsearch-content .amsearch-about ul {
    list-style-type: disc;
    padding-left: 2em;
    margin: 1em 0; }
  .amsearch-content .amsearch-rules ul li {
    font-size: 14px;
    font-size: 0.875rem; }

.page-template-page-dewtour-live .sidebar--hidden .l-main__main-col {
  padding-right: 0; }

.page-template-page-dewtour-live .sidebar--hidden .l-main__sidebar {
  display: none; }

@media (max-width: 767px) and (orientation: portrait) {
  .page-template-page-dewtour-live .sticky-mobile-video {
    position: fixed !important;
    top: 94px !important;
    left: 0;
    z-index: 2000;
    width: 100%;
    height: 0; } }

@media (max-width: 349px) and (orientation: portrait) {
  .page-template-page-dewtour-live .sticky-mobile-video {
    top: 0 !important; } }

@media (max-width: 767px) and (orientation: portrait) {
  .page-template-page-dewtour-live .sticky-mobile-video > div {
    position: absolute;
    top: 0;
    width: 100%; } }

@media (min-width: 350px) and (max-width: 767px) and (orientation: portrait) {
  .page-template-page-dewtour-live.active-ticker .sticky-mobile-video {
    top: 152px !important; } }

.page-template-page-dewtour-live .iframe-container__wrapper {
  background: #b5b6b6 url("../images/icons/icon-video.svg") no-repeat center;
  background-size: 15%; }

.page-template-page-dewtour-live .results-tabs {
  margin-top: 40px; }
  @media (min-width: 1024px) {
    .page-template-page-dewtour-live .results-tabs {
      margin-top: 0; } }
  .page-template-page-dewtour-live .results-tabs__inner {
    position: relative;
    padding-bottom: 50px; }
  .page-template-page-dewtour-live .results-tabs li {
    font-size: 18px;
    line-height: 16px;
    color: #777;
    padding-bottom: 6px; }
    .page-template-page-dewtour-live .results-tabs li.selected {
      color: #000; }
  .page-template-page-dewtour-live .results-tabs #ScoresResults,
  .page-template-page-dewtour-live .results-tabs #Leaderboard,
  .page-template-page-dewtour-live .results-tabs #Schedule {
    padding: 10px 5px 0;
    border: none;
    border-top: solid 5px #d8d8d8; }
    .page-template-page-dewtour-live .results-tabs #ScoresResults .event-title,
    .page-template-page-dewtour-live .results-tabs #Leaderboard .event-title,
    .page-template-page-dewtour-live .results-tabs #Schedule .event-title {
      font-family: Arial, sans-serif;
      padding: 5px 5px 3px; }
    .page-template-page-dewtour-live .results-tabs #ScoresResults .section-name,
    .page-template-page-dewtour-live .results-tabs #Leaderboard .section-name,
    .page-template-page-dewtour-live .results-tabs #Schedule .section-name {
      font-family: "Montserrat", "Open Sans", Arial, sans-serif;
      font-size: 14px;
      font-weight: 700;
      line-height: 1;
      padding: 0 5px 5px;
      text-transform: uppercase; }
    .page-template-page-dewtour-live .results-tabs #ScoresResults table.table__one-run th.athlete,
    .page-template-page-dewtour-live .results-tabs #Leaderboard table.table__one-run th.athlete,
    .page-template-page-dewtour-live .results-tabs #Schedule table.table__one-run th.athlete {
      text-align: left;
      padding-left: 6px; }
    .page-template-page-dewtour-live .results-tabs #ScoresResults td,
    .page-template-page-dewtour-live .results-tabs #ScoresResults th,
    .page-template-page-dewtour-live .results-tabs #Leaderboard td,
    .page-template-page-dewtour-live .results-tabs #Leaderboard th,
    .page-template-page-dewtour-live .results-tabs #Schedule td,
    .page-template-page-dewtour-live .results-tabs #Schedule th {
      text-align: center; }
    .page-template-page-dewtour-live .results-tabs #ScoresResults th,
    .page-template-page-dewtour-live .results-tabs #Leaderboard th,
    .page-template-page-dewtour-live .results-tabs #Schedule th {
      font-size: 11px;
      font-weight: 400;
      margin-top: 0;
      margin-bottom: 0; }
      .page-template-page-dewtour-live .results-tabs #ScoresResults th.athlete,
      .page-template-page-dewtour-live .results-tabs #Leaderboard th.athlete,
      .page-template-page-dewtour-live .results-tabs #Schedule th.athlete {
        text-align: left; }
      .page-template-page-dewtour-live .results-tabs #ScoresResults th.team,
      .page-template-page-dewtour-live .results-tabs #Leaderboard th.team,
      .page-template-page-dewtour-live .results-tabs #Schedule th.team {
        padding-left: 0; }
      .page-template-page-dewtour-live .results-tabs #ScoresResults th.team + .page-template-page-dewtour-live .results-tabs #ScoresResults th.athlete,
      .page-template-page-dewtour-live .results-tabs #Leaderboard th.team + .page-template-page-dewtour-live .results-tabs #ScoresResults th.athlete,
      .page-template-page-dewtour-live .results-tabs #Schedule th.team + .page-template-page-dewtour-live .results-tabs #ScoresResults th.athlete, .page-template-page-dewtour-live .results-tabs #ScoresResults th.team +
      .page-template-page-dewtour-live .results-tabs #Leaderboard th.athlete,
      .page-template-page-dewtour-live .results-tabs #Leaderboard th.team +
      .page-template-page-dewtour-live .results-tabs #Leaderboard th.athlete,
      .page-template-page-dewtour-live .results-tabs #Schedule th.team +
      .page-template-page-dewtour-live .results-tabs #Leaderboard th.athlete, .page-template-page-dewtour-live .results-tabs #ScoresResults th.team +
      .page-template-page-dewtour-live .results-tabs #Schedule th.athlete,
      .page-template-page-dewtour-live .results-tabs #Leaderboard th.team +
      .page-template-page-dewtour-live .results-tabs #Schedule th.athlete,
      .page-template-page-dewtour-live .results-tabs #Schedule th.team +
      .page-template-page-dewtour-live .results-tabs #Schedule th.athlete {
        text-align: center; }
    .page-template-page-dewtour-live .results-tabs #ScoresResults td,
    .page-template-page-dewtour-live .results-tabs #Leaderboard td,
    .page-template-page-dewtour-live .results-tabs #Schedule td {
      font-family: Arial, sans-serif;
      font-size: 13px;
      border-bottom: none; }
      .page-template-page-dewtour-live .results-tabs #ScoresResults td.score-comb,
      .page-template-page-dewtour-live .results-tabs #Leaderboard td.score-comb,
      .page-template-page-dewtour-live .results-tabs #Schedule td.score-comb {
        font-size: 14px; }
      .page-template-page-dewtour-live .results-tabs #ScoresResults td.team,
      .page-template-page-dewtour-live .results-tabs #Leaderboard td.team,
      .page-template-page-dewtour-live .results-tabs #Schedule td.team {
        display: table-cell; }
      .page-template-page-dewtour-live .results-tabs #ScoresResults td.best,
      .page-template-page-dewtour-live .results-tabs #Leaderboard td.best,
      .page-template-page-dewtour-live .results-tabs #Schedule td.best {
        color: #7ac143;
        font-weight: 700; }
      .page-template-page-dewtour-live .results-tabs #ScoresResults td tr,
      .page-template-page-dewtour-live .results-tabs #Leaderboard td tr,
      .page-template-page-dewtour-live .results-tabs #Schedule td tr {
        border-bottom: none; }
    .page-template-page-dewtour-live .results-tabs #ScoresResults .sponsored,
    .page-template-page-dewtour-live .results-tabs #Leaderboard .sponsored,
    .page-template-page-dewtour-live .results-tabs #Schedule .sponsored {
      display: block;
      text-transform: none;
      font-size: 11px;
      font-weight: 400;
      margin: 1px 0; }
    .page-template-page-dewtour-live .results-tabs #ScoresResults .team,
    .page-template-page-dewtour-live .results-tabs #Leaderboard .team,
    .page-template-page-dewtour-live .results-tabs #Schedule .team {
      margin: 0; }
      .page-template-page-dewtour-live .results-tabs #ScoresResults .team img,
      .page-template-page-dewtour-live .results-tabs #Leaderboard .team img,
      .page-template-page-dewtour-live .results-tabs #Schedule .team img {
        display: block;
        max-width: 60px;
        margin-right: 0; }
  .page-template-page-dewtour-live .results-tabs #ScoresResults thead {
    background: #d5d5d5;
    color: #3d3d3d; }
    .page-template-page-dewtour-live .results-tabs #ScoresResults thead th {
      padding-right: 3px;
      font-weight: 600; }
      .page-template-page-dewtour-live .results-tabs #ScoresResults thead th.rank {
        padding-left: 5px; }
      .page-template-page-dewtour-live .results-tabs #ScoresResults thead th.team {
        display: block; }
  .page-template-page-dewtour-live .results-tabs #ScoresResults tbody td {
    text-transform: capitalize; }
    .page-template-page-dewtour-live .results-tabs #ScoresResults tbody td:nth-of-type(2) {
      width: 85%;
      text-align: left;
      font-weight: 600; }
    .page-template-page-dewtour-live .results-tabs #ScoresResults tbody td.athlete {
      text-align: left;
      padding-left: 7px; }
    .page-template-page-dewtour-live .results-tabs #ScoresResults tbody td.team {
      width: 60px;
      height: 72px;
      text-align: center; }
      .page-template-page-dewtour-live .results-tabs #ScoresResults tbody td.team img {
        max-width: 50px; }
  .page-template-page-dewtour-live .results-tabs #ScoresResults table table {
    width: 100%;
    margin: 0; }
    .page-template-page-dewtour-live .results-tabs #ScoresResults table table td {
      padding: 5px 0; }
  .page-template-page-dewtour-live .results-tabs #Leaderboard th.rank {
    width: 45px; }
  .page-template-page-dewtour-live .results-tabs #Leaderboard th.athlete {
    text-align: left; }
  .page-template-page-dewtour-live .results-tabs #Leaderboard th:nth-of-type(2) {
    width: 67%; }
  .page-template-page-dewtour-live .results-tabs #Leaderboard tbody tr {
    border-bottom: 2px solid #e9e9e9; }
  .page-template-page-dewtour-live .results-tabs #Leaderboard tbody td {
    border-bottom: none;
    text-align: center;
    text-transform: capitalize; }
    .page-template-page-dewtour-live .results-tabs #Leaderboard tbody td:first-of-type {
      width: 45px; }
    .page-template-page-dewtour-live .results-tabs #Leaderboard tbody td:nth-of-type(2) {
      text-align: left; }
    .page-template-page-dewtour-live .results-tabs #Leaderboard tbody td:last-child {
      font-weight: 700;
      color: #7ac143; }
    .page-template-page-dewtour-live .results-tabs #Leaderboard tbody td.team {
      padding: 0;
      height: 72px; }
      .page-template-page-dewtour-live .results-tabs #Leaderboard tbody td.team img {
        max-width: 60px; }
  .page-template-page-dewtour-live .results-tabs #Schedule {
    padding: 15px; }
    .page-template-page-dewtour-live .results-tabs #Schedule h1,
    .page-template-page-dewtour-live .results-tabs #Schedule h2,
    .page-template-page-dewtour-live .results-tabs #Schedule h3,
    .page-template-page-dewtour-live .results-tabs #Schedule h4,
    .page-template-page-dewtour-live .results-tabs #Schedule h5 {
      font-weight: 700;
      margin: 15px 0 10px;
      padding-bottom: 3px;
      text-transform: uppercase;
      border-bottom: 3px solid #b0b1b1; }
      .page-template-page-dewtour-live .results-tabs #Schedule h1:first-child,
      .page-template-page-dewtour-live .results-tabs #Schedule h2:first-child,
      .page-template-page-dewtour-live .results-tabs #Schedule h3:first-child,
      .page-template-page-dewtour-live .results-tabs #Schedule h4:first-child,
      .page-template-page-dewtour-live .results-tabs #Schedule h5:first-child {
        margin-top: 0; }
    .page-template-page-dewtour-live .results-tabs #Schedule h1 {
      font-size: 22px; }
    .page-template-page-dewtour-live .results-tabs #Schedule h2 {
      font-size: 20px; }
    .page-template-page-dewtour-live .results-tabs #Schedule h3 {
      font-size: 18px; }
    .page-template-page-dewtour-live .results-tabs #Schedule h4 {
      font-size: 16px; }
    .page-template-page-dewtour-live .results-tabs #Schedule h5 {
      font-size: 14px; }
    .page-template-page-dewtour-live .results-tabs #Schedule p {
      line-height: 1.5;
      margin-bottom: 0; }

.page-template-page-dewtour-live .tab-content::-webkit-scrollbar {
  width: 8px;
  height: 8px; }

.page-template-page-dewtour-live .tab-content::-webkit-scrollbar-track {
  background: #ccc;
  border-radius: 0; }

.page-template-page-dewtour-live .tab-content::-webkit-scrollbar-thumb {
  background: #7ac143;
  border-radius: 0; }

.page-template-page-dewtour-live .tab-content table {
  margin-top: 3px; }

.page-template-page-dewtour-live .auto-refresh__message {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-style: italic;
  line-height: 1.3;
  margin-top: 10px; }
  .page-template-page-dewtour-live .auto-refresh__message .refresh-message__icon {
    max-width: 20px;
    margin: 0 10px; }

.schedules-widget .tabs {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex; }
  .schedules-widget .tabs li {
    flex: 1;
    color: #707072;
    font-family: "Archivo Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.2;
    padding: 0 0 5px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    border-bottom: 5px solid transparent;
    transition: border-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .schedules-widget .tabs li.selected {
      border-color: #7ac143;
      color: #000; }

.schedules-widget .tab-content {
  height: 350px;
  border: 5px solid #c2c3c3;
  position: relative;
  display: none;
  padding-bottom: 55px; }
  @media (min-width: 1024px) {
    .schedules-widget .tab-content {
      height: 400px; } }
  .schedules-widget .tab-content.selected {
    display: block; }
  .schedules-widget .tab-content__description {
    padding: 15px;
    text-align: left;
    height: 100%;
    overflow-y: auto; }
  .schedules-widget .tab-content h1,
  .schedules-widget .tab-content h2,
  .schedules-widget .tab-content h3,
  .schedules-widget .tab-content h4,
  .schedules-widget .tab-content h5 {
    font-weight: 700;
    margin: 15px 0 10px;
    padding-bottom: 3px;
    text-transform: uppercase;
    border-bottom: 3px solid #b0b1b1; }
    .schedules-widget .tab-content h1:first-child,
    .schedules-widget .tab-content h2:first-child,
    .schedules-widget .tab-content h3:first-child,
    .schedules-widget .tab-content h4:first-child,
    .schedules-widget .tab-content h5:first-child {
      margin-top: 0; }
  .schedules-widget .tab-content h1 {
    font-size: 22px; }
  .schedules-widget .tab-content h2 {
    font-size: 20px; }
  .schedules-widget .tab-content h3 {
    font-size: 18px; }
  .schedules-widget .tab-content h4 {
    font-size: 16px; }
  .schedules-widget .tab-content h5 {
    font-size: 14px; }
  .schedules-widget .tab-content p {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 0; }

.schedules-widget .full-schedule__wrapper {
  width: 100%;
  text-align: center;
  padding: 10px 0;
  background-color: #171719;
  position: absolute;
  bottom: 0; }
  .schedules-widget .full-schedule__wrapper a {
    display: inline-block;
    background-color: #7ac143;
    color: #fff;
    font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    text-transform: uppercase;
    padding: 0 15px;
    margin: 0 auto; }

@media (max-width: 767px) {
  .category-how-to .filters-list {
    display: block; } }

@media (max-width: 767px) {
  .category-how-to .filters-list__list {
    margin-top: 30px;
    flex-direction: column; } }

@media (max-width: 767px) {
  .category-how-to .filters-list__item {
    margin: 10px 20px; } }

.how-to__body {
  margin-bottom: 20px; }
  .how-to__body .category__articles-list > div[data-category],
  .how-to__body .category__articles-list .loaded-posts-wrapper .acticle {
    width: 100%; }
    @media (min-width: 768px) {
      .how-to__body .category__articles-list > div[data-category],
      .how-to__body .category__articles-list .loaded-posts-wrapper .acticle {
        width: calc(50% - 20px);
        margin: 0 10px; } }
  .how-to__body .category__articles-list > div[data-category]:not(.loaded-posts-wrapper) article {
    width: 100%; }
  .how-to__body .category__articles-list .loaded-posts-wrapper.loaded-posts-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
  .how-to__body .category__articles-list .load-more__wrapper.load-more__wrapper {
    width: 100%;
    margin-top: 25px;
    text-align: center; }
  .how-to__body div.how-to-widget__wrapper.how-to-widget__wrapper {
    width: 100%; }

@media (min-width: 768px) {
  body[class*='category-how-to'] .category__articles-list .article {
    margin-bottom: 24px; } }

@media (min-width: 768px) {
  body[class*='category-how-to'] .loaded-posts-wrapper .article {
    width: calc(50% - 20px);
    margin: 0 10px 24px; } }

.stompsessions-featured__video {
  width: 100%;
  padding-bottom: 56.25%;
  margin-bottom: 10px;
  position: relative; }
  .stompsessions-featured__video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.stompsessions-featured .article__subtitle a {
  color: #c12020;
  text-decoration: underline; }

div .stompsessions-widget {
  width: 100%;
  color: #222;
  border-top: solid 2px #ebebeb;
  border-bottom: solid 2px #ebebeb;
  margin-top: 0;
  margin-bottom: 30px;
  padding: 30px 0 13px; }
  @media (min-width: 768px) {
    div .stompsessions-widget {
      margin-bottom: 40px;
      padding: 30px 0; } }
  @media (max-width: 767px) {
    .category__articles-list div .stompsessions-widget {
      margin-bottom: 30px; } }
  @media (min-width: 768px) {
    .category__articles-list div .stompsessions-widget {
      margin-top: 25px; } }
  div .stompsessions-widget__title {
    font-size: 19px;
    font-size: 1.1875rem;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    margin-bottom: 25px; }
    @media (min-width: 768px) {
      div .stompsessions-widget__title {
        font-size: 21px;
        font-size: 1.3125rem;
        margin-bottom: 30px;
        padding: 0 5px; } }
  div .stompsessions-widget .widget-list__item {
    display: flex;
    margin: 15px 0; }
    @media (min-width: 768px) {
      div .stompsessions-widget .widget-list__item {
        margin: 25px 0; } }
    @media (max-width: 767px) {
      div .stompsessions-widget .widget-list__item:last-of-type {
        margin-bottom: 10px; } }
    @media (min-width: 768px) {
      div .stompsessions-widget .widget-list__item:last-of-type {
        margin-bottom: 0; } }
  div .stompsessions-widget .widget-item__content {
    display: flex;
    align-items: center;
    color: #707072; }
  div .stompsessions-widget .widget-item__icon {
    width: 60px;
    flex-shrink: 0;
    margin-top: 3px;
    margin-right: 20px;
    text-align: center; }
    @media (min-width: 768px) {
      div .stompsessions-widget .widget-item__icon {
        margin-right: 25px; } }
  div .stompsessions-widget .widget-item__title {
    font-size: 18px;
    font-size: 1.125rem;
    color: #171719;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 5px; }
  div .stompsessions-widget .widget-item__subtitle {
    font-size: 13px;
    font-size: 0.8125rem;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.6;
    color: #171719;
    margin-bottom: 0.75em; }
    @media (min-width: 768px) {
      div .stompsessions-widget .widget-item__subtitle {
        line-height: 1.4; } }
  div .stompsessions-widget .icon-smartphone-video {
    width: 45px;
    height: 65px;
    fill: #25c1db; }
  div .stompsessions-widget .icon-smartphone-play {
    width: 55px;
    height: 65px;
    fill: #25c1db; }
  div .stompsessions-widget .icon-smartphone-hand {
    stroke: #25c1db;
    stroke-width: 6px;
    width: 54px;
    height: 58px;
    fill: #25c1db; }

.howto-lazyloaded__section.bordered-section {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0; }

.post-content .post-body .stompsessions-widget {
  margin-top: 30px;
  padding-top: 40px; }
  @media (min-width: 768px) {
    .post-content .post-body .stompsessions-widget {
      margin-top: 40px; } }
  .post-content .post-body .stompsessions-widget__title {
    font-size: 21px;
    font-size: 1.3125rem;
    margin-bottom: 25px; }
    @media (min-width: 768px) {
      .post-content .post-body .stompsessions-widget__title {
        margin-bottom: 30px; } }
  .post-content .post-body .stompsessions-widget .widget-item__title {
    font-size: 20px;
    font-size: 1.25rem;
    color: #171719;
    margin-bottom: 5px; }
    .post-content .post-body .stompsessions-widget .widget-item__title a {
      color: inherit;
      text-decoration: none; }
  .post-content .post-body .stompsessions-widget .widget-item__subtitle {
    font-size: 15px;
    font-size: 0.9375rem;
    color: #171719; }

#page-box p.stompsessions-notice {
  background: #f3f3f3;
  padding: 15px;
  font-size: 14px;
  margin-top: 20px; }

@media (min-width: 768px) {
  .page-template-page-dewtour-event-name #page-box {
    padding-top: 20px; } }

@media (min-width: 1024px) {
  .page-template-page-dewtour-event-name #page-box {
    padding: 20px 25px 0; } }

.page-template-page-dewtour-event-name #page-box .page-header .page-title, .page-template-page-dewtour-event-name #page-box .page-header .tag__title, .page-template-page-dewtour-event-name #page-box .page-header .page-id-16819 .l-main__main-col h1, .page-id-16819 .l-main__main-col .page-template-page-dewtour-event-name #page-box .page-header h1 {
  display: flex;
  flex-wrap: wrap;
  letter-spacing: 0; }
  .page-template-page-dewtour-event-name #page-box .page-header .page-title .sponsored, .page-template-page-dewtour-event-name #page-box .page-header .tag__title .sponsored, .page-template-page-dewtour-event-name #page-box .page-header .page-id-16819 .l-main__main-col h1 .sponsored, .page-id-16819 .l-main__main-col .page-template-page-dewtour-event-name #page-box .page-header h1 .sponsored {
    font-size: 14px;
    font-size: 0.875rem;
    color: #7ac143;
    order: -1;
    background: none; }

.page-template-page-dewtour-event-name #page-box .page-header .post-share {
  margin: 11px 0 0 10px; }
  .page-template-page-dewtour-event-name #page-box .page-header .post-share .sd-sharing {
    margin-bottom: 0; }

.page-template-page-dewtour-event-name .slider-video-post__wrapper {
  margin: 30px 0; }

.related-videos__wrapper {
  margin: 30px 0 15px; }

.related-videos__header {
  display: flex;
  margin-bottom: 15px; }

.related-videos__row {
  display: flex;
  gap: 3.333%; }
  @media (max-width: 767px) {
    .related-videos__row {
      flex-direction: column; } }
  .related-videos__row .article {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .related-videos__row .article {
        width: 30%;
        border-bottom: none;
        margin-bottom: 0; } }
    .related-videos__row .article__figure {
      width: 100%;
      margin-bottom: 20px; }
    .related-videos__row .article__meta {
      margin-bottom: 0; }
  .related-videos__row article:last-of-type {
    border-bottom: none; }

.related-videos__title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  text-transform: capitalize;
  width: 100%;
  position: relative; }
  .related-videos__title:before {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background: #b5b6b6;
    position: absolute;
    top: calc(50% - 3px);
    left: 0;
    z-index: 0; }
  .related-videos__title span {
    display: inline-block;
    background: #fff;
    padding-right: 20px;
    position: relative;
    text-transform: uppercase; }

.related-videos__all-link {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: 10px; }

.team-section__wrapper {
  margin-bottom: 80px; }

.slider__event-riders,
.slider_events-history {
  padding: 0 35px;
  margin-bottom: 24px; }
  .slider__event-riders .slick-arrow,
  .slider_events-history .slick-arrow {
    padding: 0;
    background: none;
    outline: none !important;
    position: absolute;
    top: calc(50% - 15px); }
    .slider__event-riders .slick-arrow svg,
    .slider_events-history .slick-arrow svg {
      width: 30px;
      height: 30px;
      color: #707072; }
  .slider__event-riders .slick-prev,
  .slider_events-history .slick-prev {
    left: 0;
    transform: rotate(180deg); }
  .slider__event-riders .slick-next,
  .slider_events-history .slick-next {
    right: 0; }

.event-rider {
  display: block;
  position: relative;
  padding: 0 8px; }
  .event-rider__photo {
    display: block;
    width: 150px;
    height: 150px;
    background: #eee;
    border-radius: 50%;
    margin: 0 auto 10px; }
    .event-rider__photo img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      border-radius: 50%; }
  .event-rider__name {
    font-size: 16px;
    font-size: 1rem;
    display: block;
    color: #171719;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    transition: all 0.2s; }
  .event-rider__score {
    display: inline-block;
    color: #7ac143;
    position: absolute;
    top: 0;
    left: 10px; }
  .event-rider__place {
    font-size: 14px;
    font-size: 0.875rem;
    display: block;
    color: #7ac143;
    font-weight: 700;
    margin-top: 10px; }

a.event-rider:hover .event-rider__name {
  color: #7ac143; }

.latest-news__wrapper {
  margin-bottom: 75px; }
  .latest-news__wrapper .article__meta {
    margin-bottom: 0; }
  .latest-news__wrapper article:last-of-type {
    border-bottom: none;
    margin-bottom: 30px; }
  .latest-news__wrapper .l-main__main-col .dfp-wrapper {
    margin-bottom: 0; }

.events-other {
  padding: 30px 35px;
  margin: 0 -10px 24px; }
  @media (min-width: 768px) {
    .events-other {
      display: flex;
      align-items: center;
      padding: 45px 30px;
      margin: 0 0 30px; } }
  @media (min-width: 1024px) {
    .events-other {
      padding: 55px 65px; } }
  .events-other__title {
    flex-grow: 1;
    color: #fff;
    text-shadow: 0 0 3px #000;
    text-align: center;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .events-other__title {
        padding: 0 15px;
        margin-bottom: 20px; } }

@media (min-width: 768px) {
  .slider-vertical__events {
    width: 40%;
    flex-shrink: 0; } }

.slider-vertical__events .slick-arrow {
  padding: 0;
  background: none;
  outline: none !important;
  position: absolute;
  top: calc(50% - 15px);
  z-index: 2; }
  .slider-vertical__events .slick-arrow svg {
    width: 24px;
    height: 36px;
    color: #fff;
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.2)); }

.slider-vertical__events .slick-prev {
  left: -30px;
  transform: rotate(180deg); }
  @media (min-width: 768px) {
    .slider-vertical__events .slick-prev {
      transform: rotate(-90deg);
      top: -35px;
      left: calc(50% - 15px); } }

.slider-vertical__events .slick-next {
  right: -30px; }
  @media (min-width: 768px) {
    .slider-vertical__events .slick-next {
      transform: rotate(90deg);
      top: auto;
      right: auto;
      bottom: -35px;
      left: calc(50% - 15px); } }

.slider-vertical__event {
  display: block;
  width: 100%;
  background: #fff;
  color: #171719;
  border: 1px solid #fff; }
  @media (min-width: 768px) {
    .slider-vertical__event {
      display: flex;
      height: 150px;
      margin: 3px 0; } }
  .slider-vertical__event:hover {
    color: #7ac143; }
  .slider-vertical__event img {
    width: 100%;
    height: calc((100vw - 60px) * 0.5625); }
    @media (min-width: 768px) {
      .slider-vertical__event img {
        flex-shrink: 0;
        width: 50%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; } }
  .slider-vertical__event-content {
    padding: 20px 15px; }
    @media (min-width: 768px) {
      .slider-vertical__event-content {
        padding: 15px 20px; } }
  .slider-vertical__event-title {
    margin: 0;
    transition: color 0.2s; }

.events-history {
  margin-bottom: 80px; }

.slider__events-history {
  padding: 0 35px;
  margin-bottom: 24px; }
  .slider__events-history .slick-arrow {
    padding: 0;
    background: none;
    outline: none !important;
    position: absolute;
    top: calc(50% - 15px); }
    .slider__events-history .slick-arrow svg {
      width: 30px;
      height: 30px;
      color: #707072; }
  .slider__events-history .slick-prev {
    left: 0;
    transform: rotate(180deg); }
  .slider__events-history .slick-next {
    right: 0; }
  .slider__events-history .slick-slide {
    padding: 0 8px; }
    @media (max-width: 480px) {
      .slider__events-history .slick-slide {
        padding: 0; } }

.events-history__slide {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative; }
  .events-history__slide:hover .events-history__slide-title {
    padding-top: 25px;
    padding-bottom: 25px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 30%, white); }
  .events-history__slide-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0; }
  .events-history__slide-title {
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 30%, white);
    color: #171719;
    padding: 15px;
    margin: 0;
    transition: all 0.2s ease-in;
    position: absolute;
    bottom: 0;
    left: 0; }

.flag-icon-background, .flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat; }

.flag-icon {
  position: relative;
  display: inline-block;
  width: 1.33333em;
  line-height: 1em; }
  .flag-icon:before {
    content: "\00a0"; }
  .flag-icon.flag-icon-squared {
    width: 1em; }

.flag-icon-ad {
  background-image: url(../images/flags/ad.svg); }

.flag-icon-ae {
  background-image: url(../images/flags/ae.svg); }

.flag-icon-af {
  background-image: url(../images/flags/af.svg); }

.flag-icon-ag {
  background-image: url(../images/flags/ag.svg); }

.flag-icon-ai {
  background-image: url(../images/flags/ai.svg); }

.flag-icon-al {
  background-image: url(../images/flags/al.svg); }

.flag-icon-am {
  background-image: url(../images/flags/am.svg); }

.flag-icon-ao {
  background-image: url(../images/flags/ao.svg); }

.flag-icon-aq {
  background-image: url(../images/flags/aq.svg); }

.flag-icon-ar {
  background-image: url(../images/flags/ar.svg); }

.flag-icon-as {
  background-image: url(../images/flags/as.svg); }

.flag-icon-at {
  background-image: url(../images/flags/at.svg); }

.flag-icon-au {
  background-image: url(../images/flags/au.svg); }

.flag-icon-aw {
  background-image: url(../images/flags/aw.svg); }

.flag-icon-ax {
  background-image: url(../images/flags/ax.svg); }

.flag-icon-az {
  background-image: url(../images/flags/az.svg); }

.flag-icon-ba {
  background-image: url(../images/flags/ba.svg); }

.flag-icon-bb {
  background-image: url(../images/flags/bb.svg); }

.flag-icon-bd {
  background-image: url(../images/flags/bd.svg); }

.flag-icon-be {
  background-image: url(../images/flags/be.svg); }

.flag-icon-bf {
  background-image: url(../images/flags/bf.svg); }

.flag-icon-bg {
  background-image: url(../images/flags/bg.svg); }

.flag-icon-bh {
  background-image: url(../images/flags/bh.svg); }

.flag-icon-bi {
  background-image: url(../images/flags/bi.svg); }

.flag-icon-bj {
  background-image: url(../images/flags/bj.svg); }

.flag-icon-bl {
  background-image: url(../images/flags/bl.svg); }

.flag-icon-bm {
  background-image: url(../images/flags/bm.svg); }

.flag-icon-bn {
  background-image: url(../images/flags/bn.svg); }

.flag-icon-bo {
  background-image: url(../images/flags/bo.svg); }

.flag-icon-bq {
  background-image: url(../images/flags/bq.svg); }

.flag-icon-br {
  background-image: url(../images/flags/br.svg); }

.flag-icon-bs {
  background-image: url(../images/flags/bs.svg); }

.flag-icon-bt {
  background-image: url(../images/flags/bt.svg); }

.flag-icon-bv {
  background-image: url(../images/flags/bv.svg); }

.flag-icon-bw {
  background-image: url(../images/flags/bw.svg); }

.flag-icon-by {
  background-image: url(../images/flags/by.svg); }

.flag-icon-bz {
  background-image: url(../images/flags/bz.svg); }

.flag-icon-ca {
  background-image: url(../images/flags/ca.svg); }

.flag-icon-cc {
  background-image: url(../images/flags/cc.svg); }

.flag-icon-cd {
  background-image: url(../images/flags/cd.svg); }

.flag-icon-cf {
  background-image: url(../images/flags/cf.svg); }

.flag-icon-cg {
  background-image: url(../images/flags/cg.svg); }

.flag-icon-ch {
  background-image: url(../images/flags/ch.svg); }

.flag-icon-ci {
  background-image: url(../images/flags/ci.svg); }

.flag-icon-ck {
  background-image: url(../images/flags/ck.svg); }

.flag-icon-cl {
  background-image: url(../images/flags/cl.svg); }

.flag-icon-cm {
  background-image: url(../images/flags/cm.svg); }

.flag-icon-cn {
  background-image: url(../images/flags/cn.svg); }

.flag-icon-co {
  background-image: url(../images/flags/co.svg); }

.flag-icon-cr {
  background-image: url(../images/flags/cr.svg); }

.flag-icon-cu {
  background-image: url(../images/flags/cu.svg); }

.flag-icon-cv {
  background-image: url(../images/flags/cv.svg); }

.flag-icon-cw {
  background-image: url(../images/flags/cw.svg); }

.flag-icon-cx {
  background-image: url(../images/flags/cx.svg); }

.flag-icon-cy {
  background-image: url(../images/flags/cy.svg); }

.flag-icon-cz {
  background-image: url(../images/flags/cz.svg); }

.flag-icon-de {
  background-image: url(../images/flags/de.svg); }

.flag-icon-dj {
  background-image: url(../images/flags/dj.svg); }

.flag-icon-dk {
  background-image: url(../images/flags/dk.svg); }

.flag-icon-dm {
  background-image: url(../images/flags/dm.svg); }

.flag-icon-do {
  background-image: url(../images/flags/do.svg); }

.flag-icon-dz {
  background-image: url(../images/flags/dz.svg); }

.flag-icon-ec {
  background-image: url(../images/flags/ec.svg); }

.flag-icon-ee {
  background-image: url(../images/flags/ee.svg); }

.flag-icon-eg {
  background-image: url(../images/flags/eg.svg); }

.flag-icon-eh {
  background-image: url(../images/flags/eh.svg); }

.flag-icon-er {
  background-image: url(../images/flags/er.svg); }

.flag-icon-es {
  background-image: url(../images/flags/es.svg); }

.flag-icon-et {
  background-image: url(../images/flags/et.svg); }

.flag-icon-fi {
  background-image: url(../images/flags/fi.svg); }

.flag-icon-fj {
  background-image: url(../images/flags/fj.svg); }

.flag-icon-fk {
  background-image: url(../images/flags/fk.svg); }

.flag-icon-fm {
  background-image: url(../images/flags/fm.svg); }

.flag-icon-fo {
  background-image: url(../images/flags/fo.svg); }

.flag-icon-fr {
  background-image: url(../images/flags/fr.svg); }

.flag-icon-ga {
  background-image: url(../images/flags/ga.svg); }

.flag-icon-gb {
  background-image: url(../images/flags/gb.svg); }

.flag-icon-gd {
  background-image: url(../images/flags/gd.svg); }

.flag-icon-ge {
  background-image: url(../images/flags/ge.svg); }

.flag-icon-gf {
  background-image: url(../images/flags/gf.svg); }

.flag-icon-gg {
  background-image: url(../images/flags/gg.svg); }

.flag-icon-gh {
  background-image: url(../images/flags/gh.svg); }

.flag-icon-gi {
  background-image: url(../images/flags/gi.svg); }

.flag-icon-gl {
  background-image: url(../images/flags/gl.svg); }

.flag-icon-gm {
  background-image: url(../images/flags/gm.svg); }

.flag-icon-gn {
  background-image: url(../images/flags/gn.svg); }

.flag-icon-gp {
  background-image: url(../images/flags/gp.svg); }

.flag-icon-gq {
  background-image: url(../images/flags/gq.svg); }

.flag-icon-gr {
  background-image: url(../images/flags/gr.svg); }

.flag-icon-gs {
  background-image: url(../images/flags/gs.svg); }

.flag-icon-gt {
  background-image: url(../images/flags/gt.svg); }

.flag-icon-gu {
  background-image: url(../images/flags/gu.svg); }

.flag-icon-gw {
  background-image: url(../images/flags/gw.svg); }

.flag-icon-gy {
  background-image: url(../images/flags/gy.svg); }

.flag-icon-hk {
  background-image: url(../images/flags/hk.svg); }

.flag-icon-hm {
  background-image: url(../images/flags/hm.svg); }

.flag-icon-hn {
  background-image: url(../images/flags/hn.svg); }

.flag-icon-hr {
  background-image: url(../images/flags/hr.svg); }

.flag-icon-ht {
  background-image: url(../images/flags/ht.svg); }

.flag-icon-hu {
  background-image: url(../images/flags/hu.svg); }

.flag-icon-id {
  background-image: url(../images/flags/id.svg); }

.flag-icon-ie {
  background-image: url(../images/flags/ie.svg); }

.flag-icon-il {
  background-image: url(../images/flags/il.svg); }

.flag-icon-im {
  background-image: url(../images/flags/im.svg); }

.flag-icon-in {
  background-image: url(../images/flags/in.svg); }

.flag-icon-io {
  background-image: url(../images/flags/io.svg); }

.flag-icon-iq {
  background-image: url(../images/flags/iq.svg); }

.flag-icon-ir {
  background-image: url(../images/flags/ir.svg); }

.flag-icon-is {
  background-image: url(../images/flags/is.svg); }

.flag-icon-it {
  background-image: url(../images/flags/it.svg); }

.flag-icon-je {
  background-image: url(../images/flags/je.svg); }

.flag-icon-jm {
  background-image: url(../images/flags/jm.svg); }

.flag-icon-jo {
  background-image: url(../images/flags/jo.svg); }

.flag-icon-jp {
  background-image: url(../images/flags/jp.svg); }

.flag-icon-ke {
  background-image: url(../images/flags/ke.svg); }

.flag-icon-kg {
  background-image: url(../images/flags/kg.svg); }

.flag-icon-kh {
  background-image: url(../images/flags/kh.svg); }

.flag-icon-ki {
  background-image: url(../images/flags/ki.svg); }

.flag-icon-km {
  background-image: url(../images/flags/km.svg); }

.flag-icon-kn {
  background-image: url(../images/flags/kn.svg); }

.flag-icon-kp {
  background-image: url(../images/flags/kp.svg); }

.flag-icon-kr {
  background-image: url(../images/flags/kr.svg); }

.flag-icon-kw {
  background-image: url(../images/flags/kw.svg); }

.flag-icon-ky {
  background-image: url(../images/flags/ky.svg); }

.flag-icon-kz {
  background-image: url(../images/flags/kz.svg); }

.flag-icon-la {
  background-image: url(../images/flags/la.svg); }

.flag-icon-lb {
  background-image: url(../images/flags/lb.svg); }

.flag-icon-lc {
  background-image: url(../images/flags/lc.svg); }

.flag-icon-li {
  background-image: url(../images/flags/li.svg); }

.flag-icon-lk {
  background-image: url(../images/flags/lk.svg); }

.flag-icon-lr {
  background-image: url(../images/flags/lr.svg); }

.flag-icon-ls {
  background-image: url(../images/flags/ls.svg); }

.flag-icon-lt {
  background-image: url(../images/flags/lt.svg); }

.flag-icon-lu {
  background-image: url(../images/flags/lu.svg); }

.flag-icon-lv {
  background-image: url(../images/flags/lv.svg); }

.flag-icon-ly {
  background-image: url(../images/flags/ly.svg); }

.flag-icon-ma {
  background-image: url(../images/flags/ma.svg); }

.flag-icon-mc {
  background-image: url(../images/flags/mc.svg); }

.flag-icon-md {
  background-image: url(../images/flags/md.svg); }

.flag-icon-me {
  background-image: url(../images/flags/me.svg); }

.flag-icon-mf {
  background-image: url(../images/flags/mf.svg); }

.flag-icon-mg {
  background-image: url(../images/flags/mg.svg); }

.flag-icon-mh {
  background-image: url(../images/flags/mh.svg); }

.flag-icon-mk {
  background-image: url(../images/flags/mk.svg); }

.flag-icon-ml {
  background-image: url(../images/flags/ml.svg); }

.flag-icon-mm {
  background-image: url(../images/flags/mm.svg); }

.flag-icon-mn {
  background-image: url(../images/flags/mn.svg); }

.flag-icon-mo {
  background-image: url(../images/flags/mo.svg); }

.flag-icon-mp {
  background-image: url(../images/flags/mp.svg); }

.flag-icon-mq {
  background-image: url(../images/flags/mq.svg); }

.flag-icon-mr {
  background-image: url(../images/flags/mr.svg); }

.flag-icon-ms {
  background-image: url(../images/flags/ms.svg); }

.flag-icon-mt {
  background-image: url(../images/flags/mt.svg); }

.flag-icon-mu {
  background-image: url(../images/flags/mu.svg); }

.flag-icon-mv {
  background-image: url(../images/flags/mv.svg); }

.flag-icon-mw {
  background-image: url(../images/flags/mw.svg); }

.flag-icon-mx {
  background-image: url(../images/flags/mx.svg); }

.flag-icon-my {
  background-image: url(../images/flags/my.svg); }

.flag-icon-mz {
  background-image: url(../images/flags/mz.svg); }

.flag-icon-na {
  background-image: url(../images/flags/na.svg); }

.flag-icon-nc {
  background-image: url(../images/flags/nc.svg); }

.flag-icon-ne {
  background-image: url(../images/flags/ne.svg); }

.flag-icon-nf {
  background-image: url(../images/flags/nf.svg); }

.flag-icon-ng {
  background-image: url(../images/flags/ng.svg); }

.flag-icon-ni {
  background-image: url(../images/flags/ni.svg); }

.flag-icon-nl {
  background-image: url(../images/flags/nl.svg); }

.flag-icon-no {
  background-image: url(../images/flags/no.svg); }

.flag-icon-np {
  background-image: url(../images/flags/np.svg); }

.flag-icon-nr {
  background-image: url(../images/flags/nr.svg); }

.flag-icon-nu {
  background-image: url(../images/flags/nu.svg); }

.flag-icon-nz {
  background-image: url(../images/flags/nz.svg); }

.flag-icon-om {
  background-image: url(../images/flags/om.svg); }

.flag-icon-pa {
  background-image: url(../images/flags/pa.svg); }

.flag-icon-pe {
  background-image: url(../images/flags/pe.svg); }

.flag-icon-pf {
  background-image: url(../images/flags/pf.svg); }

.flag-icon-pg {
  background-image: url(../images/flags/pg.svg); }

.flag-icon-ph {
  background-image: url(../images/flags/ph.svg); }

.flag-icon-pk {
  background-image: url(../images/flags/pk.svg); }

.flag-icon-pl {
  background-image: url(../images/flags/pl.svg); }

.flag-icon-pm {
  background-image: url(../images/flags/pm.svg); }

.flag-icon-pn {
  background-image: url(../images/flags/pn.svg); }

.flag-icon-pr {
  background-image: url(../images/flags/pr.svg); }

.flag-icon-ps {
  background-image: url(../images/flags/ps.svg); }

.flag-icon-pt {
  background-image: url(../images/flags/pt.svg); }

.flag-icon-pw {
  background-image: url(../images/flags/pw.svg); }

.flag-icon-py {
  background-image: url(../images/flags/py.svg); }

.flag-icon-qa {
  background-image: url(../images/flags/qa.svg); }

.flag-icon-re {
  background-image: url(../images/flags/re.svg); }

.flag-icon-ro {
  background-image: url(../images/flags/ro.svg); }

.flag-icon-rs {
  background-image: url(../images/flags/rs.svg); }

.flag-icon-ru {
  background-image: url(../images/flags/ru.svg); }

.flag-icon-rw {
  background-image: url(../images/flags/rw.svg); }

.flag-icon-sa {
  background-image: url(../images/flags/sa.svg); }

.flag-icon-sb {
  background-image: url(../images/flags/sb.svg); }

.flag-icon-sc {
  background-image: url(../images/flags/sc.svg); }

.flag-icon-sd {
  background-image: url(../images/flags/sd.svg); }

.flag-icon-se {
  background-image: url(../images/flags/se.svg); }

.flag-icon-sg {
  background-image: url(../images/flags/sg.svg); }

.flag-icon-sh {
  background-image: url(../images/flags/sh.svg); }

.flag-icon-si {
  background-image: url(../images/flags/si.svg); }

.flag-icon-sj {
  background-image: url(../images/flags/sj.svg); }

.flag-icon-sk {
  background-image: url(../images/flags/sk.svg); }

.flag-icon-sl {
  background-image: url(../images/flags/sl.svg); }

.flag-icon-sm {
  background-image: url(../images/flags/sm.svg); }

.flag-icon-sn {
  background-image: url(../images/flags/sn.svg); }

.flag-icon-so {
  background-image: url(../images/flags/so.svg); }

.flag-icon-sr {
  background-image: url(../images/flags/sr.svg); }

.flag-icon-ss {
  background-image: url(../images/flags/ss.svg); }

.flag-icon-st {
  background-image: url(../images/flags/st.svg); }

.flag-icon-sv {
  background-image: url(../images/flags/sv.svg); }

.flag-icon-sx {
  background-image: url(../images/flags/sx.svg); }

.flag-icon-sy {
  background-image: url(../images/flags/sy.svg); }

.flag-icon-sz {
  background-image: url(../images/flags/sz.svg); }

.flag-icon-tc {
  background-image: url(../images/flags/tc.svg); }

.flag-icon-td {
  background-image: url(../images/flags/td.svg); }

.flag-icon-tf {
  background-image: url(../images/flags/tf.svg); }

.flag-icon-tg {
  background-image: url(../images/flags/tg.svg); }

.flag-icon-th {
  background-image: url(../images/flags/th.svg); }

.flag-icon-tj {
  background-image: url(../images/flags/tj.svg); }

.flag-icon-tk {
  background-image: url(../images/flags/tk.svg); }

.flag-icon-tl {
  background-image: url(../images/flags/tl.svg); }

.flag-icon-tm {
  background-image: url(../images/flags/tm.svg); }

.flag-icon-tn {
  background-image: url(../images/flags/tn.svg); }

.flag-icon-to {
  background-image: url(../images/flags/to.svg); }

.flag-icon-tr {
  background-image: url(../images/flags/tr.svg); }

.flag-icon-tt {
  background-image: url(../images/flags/tt.svg); }

.flag-icon-tv {
  background-image: url(../images/flags/tv.svg); }

.flag-icon-tw {
  background-image: url(../images/flags/tw.svg); }

.flag-icon-tz {
  background-image: url(../images/flags/tz.svg); }

.flag-icon-ua {
  background-image: url(../images/flags/ua.svg); }

.flag-icon-ug {
  background-image: url(../images/flags/ug.svg); }

.flag-icon-um {
  background-image: url(../images/flags/um.svg); }

.flag-icon-us {
  background-image: url(../images/flags/us.svg); }

.flag-icon-uy {
  background-image: url(../images/flags/uy.svg); }

.flag-icon-uz {
  background-image: url(../images/flags/uz.svg); }

.flag-icon-va {
  background-image: url(../images/flags/va.svg); }

.flag-icon-vc {
  background-image: url(../images/flags/vc.svg); }

.flag-icon-ve {
  background-image: url(../images/flags/ve.svg); }

.flag-icon-vg {
  background-image: url(../images/flags/vg.svg); }

.flag-icon-vi {
  background-image: url(../images/flags/vi.svg); }

.flag-icon-vn {
  background-image: url(../images/flags/vn.svg); }

.flag-icon-vu {
  background-image: url(../images/flags/vu.svg); }

.flag-icon-wf {
  background-image: url(../images/flags/wf.svg); }

.flag-icon-ws {
  background-image: url(../images/flags/ws.svg); }

.flag-icon-ye {
  background-image: url(../images/flags/ye.svg); }

.flag-icon-yt {
  background-image: url(../images/flags/yt.svg); }

.flag-icon-za {
  background-image: url(../images/flags/za.svg); }

.flag-icon-zm {
  background-image: url(../images/flags/zm.svg); }

.flag-icon-zw {
  background-image: url(../images/flags/zw.svg); }

.flag-icon-es-ca {
  background-image: url(../images/flags/es-ca.svg); }

.flag-icon-eu {
  background-image: url(../images/flags/eu.svg); }

.flag-icon-gb-eng {
  background-image: url(../images/flags/gb-eng.svg); }

.flag-icon-gb-nir {
  background-image: url(../images/flags/gb-nir.svg); }

.flag-icon-gb-sct {
  background-image: url(../images/flags/gb-sct.svg); }

.flag-icon-gb-wls {
  background-image: url(../images/flags/gb-wls.svg); }

.flag-icon-un {
  background-image: url(../images/flags/un.svg); }

.flag-icon-xk {
  background-image: url(../images/flags/xk.svg); }

.site-header .site-logo {
  fill: red; }
