/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * 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; }

@font-face {
  font-family: 'BrandonGrotesque';
  src: url("../fonts/BrandonGrotesque-Regular.eot#iefix") format("embedded-opentype"), url("../fonts/BrandonGrotesque-Regular.otf") format("opentype"), url("../fonts/BrandonGrotesque-Regular.woff") format("woff"), url("../fonts/BrandonGrotesque-Regular.ttf") format("truetype"), url("../images/BrandonGrotesque-Regular.svg#BrandonGrotesque-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'BrandonGrotesque';
  src: url("../fonts/BrandonGrotesque-Thin.eot#iefix") format("embedded-opentype"), url("../fonts/BrandonGrotesque-Thin.otf") format("opentype"), url("../fonts/BrandonGrotesque-Thin.woff") format("woff"), url("../fonts/BrandonGrotesque-Thin.ttf") format("truetype"), url("../images/BrandonGrotesque-Thin.svg#BrandonGrotesque-Thin") format("svg");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'BrandonGrotesque';
  src: url("../fonts/BrandonGrotesque-Light.eot#iefix") format("embedded-opentype"), url("../fonts/BrandonGrotesque-Light.otf") format("opentype"), url("../fonts/BrandonGrotesque-Light.woff") format("woff"), url("../fonts/BrandonGrotesque-Light.ttf") format("truetype"), url("../images/BrandonGrotesque-Light.svg#BrandonGrotesque-Light") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'BrandonGrotesque';
  src: url("../fonts/BrandonGrotesque-Medium.eot#iefix") format("embedded-opentype"), url("../fonts/BrandonGrotesque-Medium.otf") format("opentype"), url("../fonts/BrandonGrotesque-Medium.woff") format("woff"), url("../fonts/BrandonGrotesque-Medium.ttf") format("truetype"), url("../images/BrandonGrotesque-Medium.svg#BrandonGrotesque-Medium") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'BrandonGrotesque';
  src: url("../fonts/BrandonGrotesque-Bold.eot#iefix") format("embedded-opentype"), url("../fonts/BrandonGrotesque-Bold.otf") format("opentype"), url("../fonts/BrandonGrotesque-Bold.woff") format("woff"), url("../fonts/BrandonGrotesque-Bold.ttf") format("truetype"), url("../images/BrandonGrotesque-Bold.svg#BrandonGrotesque-Bold") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'DidotLTStd';
  src: url("../fonts/30AFE2_0_0.eot");
  src: url("../fonts/30AFE2_0_0.eot#iefix") format("embedded-opentype"), url("../fonts/30AFE2_0_0.woff2") format("woff2"), url("../fonts/30AFE2_0_0.woff") format("woff"), url("../fonts/30AFE2_0_0.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'CircularStd';
  src: url("../fonts/CircularStd-Bold.eot#iefix") format("embedded-opentype"), url("../fonts/CircularStd-Bold.otf") format("opentype"), url("../fonts/CircularStd-Bold.woff") format("woff"), url("../fonts/CircularStd-Bold.ttf") format("truetype"), url("../images/CircularStd-Bold.svg#CircularStd-Bold") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'CircularStd';
  src: url("../fonts/CircularStd-Book.eot#iefix") format("embedded-opentype"), url("../fonts/CircularStd-Book.otf") format("opentype"), url("../fonts/CircularStd-Book.woff") format("woff"), url("../fonts/CircularStd-Book.ttf") format("truetype"), url("../images/CircularStd-Book.svg#CircularStd-Book") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'CircularStd';
  src: url("../fonts/CircularStd-BookItalic.eot#iefix") format("embedded-opentype"), url("../fonts/CircularStd-BookItalic.otf") format("opentype"), url("../fonts/CircularStd-BookItalic.woff") format("woff"), url("../fonts/CircularStd-BookItalic.ttf") format("truetype"), url("../images/CircularStd-BookItalic.svg#CircularStd-BookItalic") format("svg");
  font-weight: 500;
  font-style: italic; }

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

@font-face {
  font-family: 'GT Eesti Pro Disp Trial UBold';
  src: url("../fonts/GTEestiProDispTrialUBold-Italic.eot");
  src: url("../fonts/GTEestiProDispTrialUBold-Italic.eot#iefix") format("embedded-opentype"), url("../fonts/GTEestiProDispTrialUBold-Italic.woff2") format("woff2"), url("../fonts/GTEestiProDispTrialUBold-Italic.woff") format("woff"), url("../fonts/GTEestiProDispTrialUBold-Italic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }

.category-list ul, .news-list-nav ul, .article-filter ul, .article-filter .btn-block ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, dl:after, .news-detail-block .text:after, .articles-block:after, .container-withsidebar:after, .news-articles:after, .articles-list .listing-item.three-up .img-wrap a:after, .series-item:after, .column-block .two-cols:after, .column-block .three-cols:after, .column-block .col:after {
  content: '';
  display: block;
  clear: both; }

.hidden {
  display: none; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

* {
  max-height: 1000000px; }

body {
  color: #444;
  background: #fff;
  font: 16px/1.5 "Garamond", "EB Garamond", "Baskerville", "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

.gm-style img {
  max-width: none; }

@media only screen and (min-width: 1025px) {
  a[href^=tel], a[href^=skype], a[href^=sms] {
    cursor: default;
    pointer-events: none; } }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit;
  color: #000; }

h1, .h1 {
  font-size: 32px; }
  @media (max-width: 767px) {
    h1, .h1 {
      font-size: 24px; } }

h2, .h2 {
  font-size: 27px; }
  @media (max-width: 767px) {
    h2, .h2 {
      font-size: 21px;
      line-height: 1.25;
      letter-spacing: 2px; } }

h3, .h3 {
  font-size: 24px; }
  @media (max-width: 767px) {
    h3, .h3 {
      font-size: 20px; } }

h4, .h4 {
  font-size: 21px; }
  @media (max-width: 767px) {
    h4, .h4 {
      font-size: 18px; } }

h5, .h5 {
  font-size: 17px; }
  @media (max-width: 767px) {
    h5, .h5 {
      font-size: 16px; } }

h6, .h6 {
  font-size: 15px; }
  @media (max-width: 767px) {
    h6, .h6 {
      font-size: 16px; } }

p {
  margin: 0 0 1em; }

a {
  color: #000;
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: none; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #c7c8ca;
  padding: 0.4em 0.7em;
  background: #fff;
  font: 300 14px/1.25 "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
  color: #000;
  width: 100%;
  border-radius: 0;
  height: 42px;
  outline: none;
  box-shadow: none;
  letter-spacing: 0.07em; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #c7c8ca; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #444; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #444; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #444; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #444; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #444; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }
  button:focus,
  input[type='button']:focus,
  input[type='reset']:focus,
  input[type='file']:focus,
  input[type='submit']:focus {
    outline: none; }

ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
  margin: 0 0 1.5em; }

blockquote {
  border-left: 4px solid #999;
  padding-left: .5em;
  margin-left: 1.5em; }

th, td {
  border: 1px solid #999;
  padding: .5em;
  text-align: left;
  vertical-align: top; }

th {
  text-align: center;
  vertical-align: middle; }

ul, ol {
  padding-left: 3em; }

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 3em;
  margin: 0; }

ul {
  list-style-type: disc; }

dl dt {
  float: left;
  clear: left;
  padding-right: .3em;
  font-weight: bold; }

dl dd {
  overflow: hidden; }

pre {
  max-width: 100%; }

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

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px 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 {
  background: #fff;
  max-width: 96%;
  /* Image does not overflow the content area */
  text-align: left; }

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

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

.heading-block {
  background: #fff;
  padding-bottom: 1px;
  position: relative;
  z-index: 2; }
  .heading-block .container {
    max-width: 80%; }
    @media (max-width: 767px) {
      .heading-block .container {
        max-width: 100%; } }

.category-list {
  padding: 40px 0 60px; }
  @media (max-width: 767px) {
    .category-list {
      padding: 20px 0 40px; } }
  .category-list ul {
    font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
    font-weight: 400;
    text-align: center;
    letter-spacing: -4px;
    position: relative; }
    .category-list ul:before {
      content: "";
      position: absolute;
      bottom: -20px;
      left: 50%;
      transform: translateX(-50%);
      background: var(--list-cat-line-bg-color, #fff500);
      height: 1px;
      width: 140px; }
      @media (max-width: 767px) {
        .category-list ul:before {
          bottom: -12px; } }
    .category-list ul li {
      display: inline-block;
      vertical-align: top;
      letter-spacing: 2px; }
      .category-list ul li + li:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 1px;
        height: 12px;
        margin: -4px 10px 0;
        background: #444; }
    .category-list ul a {
      color: #444;
      letter-spacing: 2px;
      text-transform: uppercase;
      font-size: 12px; }
      .category-list ul a:hover {
        color: #000; }

.author-block {
  margin-bottom: 35px; }
  .author-block .img-wrap {
    width: 66px;
    height: 66px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto 10px; }
  .author-block .auth {
    display: block;
    text-align: center;
    font: 18px/1.25 "DidotLTStd", serif;
    color: #000; }
    @media (max-width: 767px) {
      .author-block .auth {
        font-size: 16px; } }

.heading-title {
  text-align: center;
  line-height: 1.2;
  color: #000;
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    .heading-title {
      margin-bottom: 20px; } }
  .heading-title h1 {
    font-size: 36px;
    margin: 0 0 15px;
    font-style: normal;
    font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
    text-transform: uppercase;
    color: #000; }
    @media (max-width: 1023px) {
      .heading-title h1 {
        font-size: 30px; } }
    @media (max-width: 767px) {
      .heading-title h1 {
        font-size: 24px; } }
  .heading-title h2 {
    font-size: 20px;
    font-style: italic;
    font-family: "DidotLTStd", serif;
    max-width: 900px;
    margin: 0 auto 15px;
    font-weight: 400;
    color: #000; }
    @media (max-width: 767px) {
      .heading-title h2 {
        font-size: 16px;
        letter-spacing: 0; } }

.featured-gallery {
  margin-bottom: 25px; }
  @media (max-width: 767px) {
    .featured-gallery {
      margin: 0;
      padding-bottom: 25px;
      background: #fff; } }

@media (max-width: 767px) {
  .featured-slider {
    padding-top: 20px; } }

.featured-slider .slick-arrow {
  position: absolute;
  top: -42px;
  right: 45px;
  border: 1px solid #000;
  border-radius: 50%;
  font-size: 0;
  width: 35px;
  height: 35px;
  background: transparent;
  z-index: 1;
  transition: background 0.3s ease; }
  @media (max-width: 767px) {
    .featured-slider .slick-arrow {
      right: 60px;
      top: -20px; } }
  .featured-slider .slick-arrow:hover {
    background: #000; }
    .featured-slider .slick-arrow:hover:before {
      border-color: #fff #fff transparent transparent; }
  .featured-slider .slick-arrow:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 13px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #000 #000 transparent transparent;
    width: 12px;
    height: 12px;
    transform: rotate(-135deg);
    transition: border-color 0.3s ease; }
  .featured-slider .slick-arrow.slick-next {
    right: 0;
    transform: rotate(180deg); }
    @media (max-width: 767px) {
      .featured-slider .slick-arrow.slick-next {
        right: 15px; } }

.featured-slider .item img {
  width: 100%; }

.featured-slider .image-caption {
  padding: 10px 0;
  font-size: 12px;
  color: #626262; }
  @media (max-width: 767px) {
    .featured-slider .image-caption {
      padding: 10px 15px; } }
  @media (max-width: 767px) {
    .featured-slider .image-caption p {
      margin-bottom: 10px; } }
  .featured-slider .image-caption h3 {
    font-size: 18px;
    line-height: 1;
    font-weight: 400; }

.featured-slider h3 {
  font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
  margin-bottom: 0;
  color: #000; }
  .featured-slider h3 a {
    color: #444; }
    .featured-slider h3 a:hover {
      color: #000; }

.news-detail-block {
  padding: 30px 15px; }
  @media (max-width: 767px) {
    .news-detail-block {
      padding: 0; } }
  @media (max-width: 767px) {
    .news-detail-block .container {
      padding: 0; } }
  .news-detail-block .main-content {
    font-family: 'BrandonGrotesque', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    margin-right: 5%;
    max-width: 800px;
    padding: 0; }
    @media (max-width: 1279px) {
      .news-detail-block .main-content {
        width: 93%;
        margin: 0; } }
    @media (max-width: 767px) {
      .news-detail-block .main-content {
        font-size: 20px;
        line-height: 1.6;
        width: 100%; } }
    .news-detail-block .main-content p {
      font-size: 18px;
      line-height: 1.6; }
      @media (max-width: 767px) {
        .news-detail-block .main-content p {
          font-size: 20px; } }
      .news-detail-block .main-content p.alignfull-width {
        width: 100% !important;
        float: none;
        display: block;
        clear: both; }
        .news-detail-block .main-content p.alignfull-width img.alignfull-width {
          width: 100%;
          height: auto; }
      .news-detail-block .main-content p .btn {
        display: block; }
      .news-detail-block .main-content p span.price-style {
        font-size: 12px !important;
        line-height: 1 !important;
        text-transform: uppercase;
        font-weight: 700; }
        .news-detail-block .main-content p span.price-style a {
          border-bottom: none !important; }
      .news-detail-block .main-content p span.call-to-action-style {
        line-height: 1 !important; }
      .news-detail-block .main-content p span.product-style {
        font-size: 12px !important;
        line-height: 1 !important;
        text-transform: uppercase; }
      .news-detail-block .main-content p span.quotation-style {
        font-size: 30px !important;
        line-height: 1.4 !important; }
        @media (max-width: 767px) {
          .news-detail-block .main-content p span.quotation-style {
            font-size: 24px !important; } }
      .news-detail-block .main-content p .h4 {
        font-size: 16px; }
    .news-detail-block .main-content a:not(.btn) {
      color: #000;
      border-bottom: 1px solid #d1d3d4; }
      .news-detail-block .main-content a:not(.btn):hover {
        border-color: #fff500; }
    .news-detail-block .main-content .article-tags p {
      line-height: 1; }
    .news-detail-block .main-content .fb-post-container {
      width: 600px;
      max-width: 100%;
      margin: 0 auto;
      position: relative; }
      .news-detail-block .main-content .fb-post-container .fb_iframe_widget {
        display: block !important; }
  .news-detail-block .wp-caption {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 1;
    font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif; }
    .news-detail-block .wp-caption img {
      margin-bottom: 5px; }
    .news-detail-block .wp-caption p {
      margin-bottom: 0; }
  .news-detail-block .article-image-credit {
    font: 300 14px/1 "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
    color: #626262; }
    @media (max-width: 767px) {
      .news-detail-block .article-image-credit {
        font-size: 16px; } }
    .news-detail-block .article-image-credit span {
      font-size: 12px !important; }
  .news-detail-block .listing-container + .listing-container {
    margin-top: 45px; }
  .news-detail-block figure {
    display: block;
    margin: 0; }
    .news-detail-block figure img {
      max-width: none;
      width: 100%;
      margin-bottom: 5px; }
  .news-detail-block figcaption {
    display: block;
    font: 300 14px/1.1 "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
    margin-bottom: 5px;
    color: #000; }
  .news-detail-block .wp-caption {
    max-width: 100% !important; }
  .news-detail-block .h4 {
    font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
    font-weight: normal; }
  .news-detail-block .h3, .news-detail-block h3 {
    font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
    text-transform: uppercase;
    font-size: 23px;
    color: #000;
    font-weight: 700;
    letter-spacing: 2px; }
  @media (max-width: 767px) {
    .news-detail-block .text {
      padding: 1px 15px;
      background: #fff; } }
  @media (max-width: 767px) {
    .news-detail-block .text > img, .news-detail-block .text p > img {
      margin-left: -15px;
      margin-right: -15px;
      width: calc( 100% + 30px);
      max-width: none;
      display: block; } }

.main-content p a {
  border-bottom: 1px solid #d1d3d4;
  text-decoration: none;
  color: #000; }
  .main-content p a:hover {
    border-color: #fff500; }

.news-list-wrap .container {
  max-width: 100%; }
  @media (max-width: 767px) {
    .news-list-wrap .container {
      padding: 0; } }

.aside {
  float: left;
  width: 60px;
  margin-right: 50px; }
  @media (max-width: 1199px) {
    .aside {
      margin-right: 10px; } }
  @media (max-width: 767px) {
    .aside {
      float: none;
      width: 100%;
      top: auto !important;
      position: fixed;
      bottom: 0;
      width: 100%;
      left: 0;
      right: 0;
      z-index: 5; } }

.page-info, .gallery-pagination {
  display: block;
  font: italic 38px/0.75 "DidotLTStd", serif;
  padding-top: 4px;
  margin-bottom: 10px;
  font-style: italic;
  color: #000; }
  @media (max-width: 767px) {
    .page-info, .gallery-pagination {
      padding: 4px 10px 0;
      margin-bottom: 8px;
      font-size: 12px; } }

.main-detail-container {
  overflow: hidden; }

.article-tags a {
  border: none !important;
  font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
  text-transform: uppercase;
  font-size: 12px; }
  .article-tags a:hover {
    font-weight: 500; }

.article-tags p em {
  font: italic 14px/1 "DidotLTStd", serif;
  color: #444; }

.img-credit {
  color: #626262;
  display: block;
  font: 300 12px/1 "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
  margin-bottom: 35px; }
  @media (max-width: 767px) {
    .img-credit {
      margin-bottom: 20px; } }

.article-lists {
  margin: 0 -15px;
  letter-spacing: -5px; }
  @media (max-width: 767px) {
    .article-lists {
      margin: 0 -10px; } }
  .article-lists .article-item {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    letter-spacing: 0;
    width: 33.33%;
    margin-bottom: 25px; }
    @media (max-width: 1023px) {
      .article-lists .article-item {
        width: 50%; } }
    @media (max-width: 767px) {
      .article-lists .article-item {
        padding: 0 10px; } }
    @media (max-width: 479px) {
      .article-lists .article-item {
        width: 100%; } }
  .article-lists .img-wrap img {
    max-width: none;
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    object-position: left; }
  .article-lists .img-wrap a:hover {
    opacity: 0.7; }
  .article-lists .title {
    display: block;
    text-align: center;
    padding: 5px 15px;
    font: 12px/14px "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
    text-transform: uppercase; }
    .article-lists .title a {
      border: none; }
      .article-lists .title a:hover {
        color: #999; }

.article-comments {
  margin-bottom: 25px; }
  .article-comments .btn {
    display: block;
    text-align: center; }
  .article-comments .fb-comments {
    display: none; }

.gallery-pagination {
  padding: 22px 0 0 4px;
  margin-bottom: 7px;
  font-size: 20px; }

.content-gallery .slick-arrow {
  position: absolute;
  top: -42px;
  right: 45px;
  border: 1px solid #000;
  border-radius: 50%;
  font-size: 0;
  width: 35px;
  height: 35px;
  background: transparent;
  z-index: 1;
  transition: background 0.3s ease; }
  @media (max-width: 767px) {
    .content-gallery .slick-arrow {
      right: 60px; } }
  .content-gallery .slick-arrow:hover {
    background: #000; }
    .content-gallery .slick-arrow:hover:before {
      border-color: #fff #fff transparent transparent; }
  .content-gallery .slick-arrow:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 13px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #000 #000 transparent transparent;
    width: 12px;
    height: 12px;
    transform: rotate(-135deg);
    transition: border-color 0.3s ease; }
  .content-gallery .slick-arrow.slick-next {
    right: 0;
    transform: rotate(180deg); }
    @media (max-width: 767px) {
      .content-gallery .slick-arrow.slick-next {
        right: 15px; } }

.content-gallery .item img {
  width: 100%; }

.content-gallery .image-caption {
  padding: 10px 15px; }
  @media (max-width: 767px) {
    .content-gallery .image-caption {
      padding: 10px 0; } }

.content-gallery h3 {
  font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
  margin-bottom: 0; }

blockquote,
.blockquote {
  margin: 0;
  padding: 0;
  border: none;
  font: italic 30px/1.5 "DidotLTStd", serif;
  text-align: center;
  color: #000;
  display: block; }
  @media (max-width: 767px) {
    blockquote,
    .blockquote {
      font-size: 20px; } }

.fb_iframe_widget span, .fb_iframe_widget iframe {
  width: 100% !important; }

p iframe {
  margin: 0; }

.gembed-container,
.embed-container {
  position: relative; }
  .gembed-container iframe,
  .gembed-container object,
  .gembed-container embed,
  .embed-container iframe,
  .embed-container object,
  .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }

.jwplayer .gembed-container {
  display: none; }

.manual_spacer .gembed-container iframe,
.manual_spacer .gembed-container object,
.manual_spacer .gembed-container embed, .manual_spacer .gembed-container .jwplayer,
.manual_spacer .embed-container iframe,
.manual_spacer .embed-container object,
.manual_spacer .embed-container embed,
.manual_spacer .embed-container .jwplayer {
  height: auto;
  width: auto; }

img.image-full-width {
  width: 100%;
  max-width: none; }

.wp-video {
  max-width: 100%; }
  .wp-video .wp-video-shortcode {
    max-width: 100%;
    height: auto; }

.jwplayer.jw-state-buffering .jw-display-controls .jw-display-icon-display .jw-icon .jw-svg-icon-buffer {
  display: none; }

div.grazia-featured-image-wrapper {
  padding-bottom: 45px;
  width: 100%; }

@media (min-width: 768px) {
  div.content-gallery figure.gallery-item.grazia-gallery-show-text {
    display: grid;
    grid-template-columns: 48% 49%;
    column-gap: 3%; } }

@media (max-width: 767px) {
  div.content-gallery figure.gallery-item.grazia-gallery-show-text div.grazia-gallery-text {
    display: none; }
  div.content-gallery.slider-expanded figure.gallery-item.grazia-gallery-show-text div.grazia-gallery-text {
    display: block;
    margin: 0.25em;
    margin-bottom: 1.5em; } }

.loading-article {
  background: #fff;
  border-radius: rem-calc(7.2);
  padding: rem-calc(23 40);
  position: relative; }
  .loading-article .loading-title {
    color: #000;
    font-size: rem-calc(32);
    font-weight: bold;
    line-height: rem-calc(41);
    margin: rem-calc(0 0 16);
    opacity: 0.2;
    text-align: center; }
    @media only screen and (max-width: 1024px) {
      .loading-article .loading-title {
        font-size: rem-calc(28); } }
    @media only screen and (max-width: 812px) {
      .loading-article .loading-title {
        font-size: rem-calc(24); } }
  .loading-article .small-loader,
  .loading-article .large-loader {
    height: rem-calc(20);
    margin-bottom: rem-calc(20);
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f0f0f0;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    position: relative; }
    @media only screen and (max-width: 812px) {
      .loading-article .small-loader,
      .loading-article .large-loader {
        height: rem-calc(12); } }
  .loading-article .small-loader {
    height: rem-calc(12);
    left: rem-calc(40);
    position: absolute;
    top: rem-calc(40);
    width: rem-calc(96); }
    @media only screen and (max-width: 812px) {
      .loading-article .small-loader {
        left: auto;
        margin-bottom: rem-calc(25);
        position: relative;
        top: auto; } }

@media only screen and (min-width: 1025px) {
  .next-article-block .container {
    margin-left: 95px; } }

.checkbox-wrap {
  padding-left: 20px; }
  .checkbox-wrap input[type="checkbox"] {
    position: absolute;
    opacity: 0; }
    .checkbox-wrap input[type="checkbox"] + label {
      position: relative;
      cursor: pointer;
      padding: 0; }
    .checkbox-wrap input[type="checkbox"] + label:before {
      content: '';
      margin: -4px 10px 0 -20px;
      display: inline-block;
      vertical-align: middle;
      width: 14px;
      height: 14px;
      background: url("../images/checkbox.png") no-repeat;
      background-size: cover;
      background-position: 0 0;
      transition: background-position 0.3s ease, opacity 0.3s ease; }
    .checkbox-wrap input[type="checkbox"]:hover + label:before {
      opacity: 0.7; }
    .checkbox-wrap input[type="checkbox"]:checked + label:before {
      background-position: 0 -14px; }

.news-list-nav {
  padding: 45px 0 0; }
  @media (max-width: 1024px) {
    .news-list-nav {
      height: 68px; } }
  @media (max-width: 767px) {
    .news-list-nav {
      padding-top: 20px;
      height: 40px; } }
  @media (max-width: 1024px) {
    .news-list-nav .container {
      padding: 0; } }
  .news-list-nav ul {
    border-bottom: 1px solid #d1d3d4;
    text-align: center;
    font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
    text-transform: uppercase; }
    @media (max-width: 1024px) {
      .news-list-nav ul {
        height: 70px;
        white-space: nowrap;
        overflow: auto;
        border-bottom: none;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        overflow: -moz-scrollbars-none; } }
    @media (max-width: 767px) {
      .news-list-nav ul {
        height: 50px; } }
    .news-list-nav ul::-webkit-scrollbar {
      display: none; }
  .news-list-nav li {
    display: inline-block;
    vertical-align: top;
    margin: 0 25px; }
    @media (max-width: 767px) {
      .news-list-nav li {
        margin: 0 15px; } }
    @media (max-width: 479px) {
      .news-list-nav li {
        margin: 0 10px; } }
    .news-list-nav li a {
      display: block;
      position: relative;
      color: #444;
      padding-bottom: 10px;
      font-weight: 400;
      font-size: 15px;
      line-height: 1.5; }
      @media (max-width: 767px) {
        .news-list-nav li a {
          font-size: 14px; } }
      @media (max-width: 479px) {
        .news-list-nav li a {
          font-size: 12px; } }
      .news-list-nav li a:hover {
        color: #000; }
        .news-list-nav li a:hover:before {
          transform: scaleX(1); }
          @media (max-width: 767px) {
            .news-list-nav li a:hover:before {
              transform: scaleX(0); } }
      .news-list-nav li a:before {
        border-bottom: 1px solid #fff500;
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        transform: scaleX(0);
        transition: transform 0.3s ease; }
  .news-list-nav + .manual_spacer .main-ad {
    padding: 0 0 15px; }
    .news-list-nav + .manual_spacer .main-ad iframe {
      margin: 60px 0 0; }
      @media (max-width: 767px) {
        .news-list-nav + .manual_spacer .main-ad iframe {
          margin-top: 30px; } }

.banner + .manual_spacer .main-ad iframe {
  margin-top: 60px; }
  @media (max-width: 767px) {
    .banner + .manual_spacer .main-ad iframe {
      margin-top: 30px; } }

.banner + .manual_spacer .main-ad {
  padding: 0 0 15px; }

.articles-block {
  padding: 45px 0 0;
  position: relative;
  z-index: 1; }
  @media (max-width: 767px) {
    .articles-block {
      padding-top: 20px;
      position: static; } }
  .articles-block.loading {
    padding-bottom: 40px;
    position: relative; }
    .articles-block.loading:before {
      content: "";
      position: absolute;
      left: 50%;
      background: url("../images/ajax-loader.gif") no-repeat;
      width: 32px;
      height: 32px;
      -moz-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: 0; }
  .articles-block.no-padding {
    padding: 0; }

.container-withsidebar {
  margin-right: 300px; }
  @media (max-width: 991px) {
    .container-withsidebar {
      float: none;
      width: 100%; } }

.news-articles .main-content {
  float: left;
  width: 100%;
  padding-right: 30px; }
  @media (max-width: 991px) {
    .news-articles .main-content {
      float: none;
      width: 100%;
      padding-right: 0px; } }
  @media (max-width: 767px) {
    .news-articles .main-content {
      float: none;
      width: 100%;
      padding-right: 0px; } }

.news-articles .sidebar {
  float: right;
  /*width:24%;*/
  text-align: center;
  max-width: 300px;
  width: 300px;
  margin-right: -300px; }
  @media (max-width: 991px) {
    .news-articles .sidebar {
      display: none; } }
  @media (max-width: 767px) {
    .news-articles .sidebar {
      display: none; } }
  .news-articles .sidebar .news-ad {
    display: inline-block;
    vertical-align: top; }
    .news-articles .sidebar .news-ad:hover {
      opacity: 0.7; }
    .news-articles .sidebar .news-ad img {
      width: 100%;
      max-width: none; }

.articles-list {
  margin-bottom: 60px; }
  @media (max-width: 1023px) {
    .articles-list {
      margin-bottom: 40px; } }
  @media (max-width: 1023px) {
    .articles-list {
      margin-bottom: 20px; } }
  .articles-list.full-content .img-wrap {
    width: 100%;
    margin: 0; }
  .articles-list.full-content .text {
    width: 100%;
    text-align: center;
    display: block;
    max-width: 650px;
    margin: 0 auto; }
  .articles-list.full-content .share-wrap {
    float: right;
    position: relative;
    bottom: auto;
    top: 20px; }
    @media (max-width: 767px) {
      .articles-list.full-content .share-wrap {
        top: 14px;
        right: 5px; } }
  .articles-list .listing-item {
    letter-spacing: -4px;
    position: relative; }
    .articles-list .listing-item:not(.three-up) {
      display: flex; }
      @media (max-width: 767px) {
        .articles-list .listing-item:not(.three-up) {
          display: block; } }
    .articles-list .listing-item + .listing-item {
      margin-top: 45px; }
      @media (max-width: 767px) {
        .articles-list .listing-item + .listing-item {
          margin-top: 30px; } }
    .articles-list .listing-item.three-up .img-wrap {
      float: none;
      width: 100%; }
      .articles-list .listing-item.three-up .img-wrap a {
        margin: 0 -15px; }
        @media (max-width: 1023px) {
          .articles-list .listing-item.three-up .img-wrap a {
            margin: 0 -10px; } }
        @media (max-width: 479px) {
          .articles-list .listing-item.three-up .img-wrap a {
            margin: 0 -3px; } }
        .articles-list .listing-item.three-up .img-wrap a .jwplayer {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
      .articles-list .listing-item.three-up .img-wrap .image {
        float: left;
        width: 33.33%;
        padding: 0 15px; }
        @media (max-width: 1023px) {
          .articles-list .listing-item.three-up .img-wrap .image {
            padding: 0 10px; } }
        @media (max-width: 479px) {
          .articles-list .listing-item.three-up .img-wrap .image {
            padding: 0 3px; } }
    .articles-list .listing-item.three-up .share-wrap {
      float: right;
      position: relative;
      bottom: auto;
      top: 20px; }
      @media (max-width: 767px) {
        .articles-list .listing-item.three-up .share-wrap {
          top: 0;
          right: 10px; } }
    .articles-list .listing-item.three-up .text {
      width: 100%;
      text-align: center;
      display: block;
      white-space: normal;
      padding: 15px 40px 0; }
      @media (max-width: 767px) {
        .articles-list .listing-item.three-up .text {
          padding: 15px 30px 0; } }
    .articles-list .listing-item.three-up h2, .articles-list .listing-item.three-up p {
      display: block; }
    .articles-list .listing-item.three-images .img-wrap a {
      padding: 0; }
  .articles-list .img-wrap {
    display: inline-block;
    vertical-align: bottom;
    width: 50%;
    letter-spacing: 0; }
    @media (max-width: 1023px) {
      .articles-list .img-wrap {
        width: 100%; } }
    .articles-list .img-wrap a {
      position: relative;
      display: block;
      transition: opacity 0.3s ease;
      padding-top: 56.25%;
      /* 16:9 */
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
      .articles-list .img-wrap a .jwplayer {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      @media (max-width: 767px) {
        .articles-list .img-wrap a {
          padding-top: 80%;
          /* 5:4 Aspect Ratio */ } }
      .articles-list .img-wrap a:hover {
        opacity: 0.92; }
      .articles-list .img-wrap a.fashion-shoot-iframe {
        padding: 0; }
    .articles-list .img-wrap.artilce_ext_video a {
      padding-top: 0; }
      @media (max-width: 767px) {
        .articles-list .img-wrap.artilce_ext_video a {
          padding-top: 0; } }
      .articles-list .img-wrap.artilce_ext_video a iframe {
        z-index: -1; }
  .articles-list .text {
    white-space: nowrap;
    text-align: center;
    letter-spacing: 0;
    width: 50%;
    padding: 25px 40px 0;
    font: italic 18px/1.2 "DidotLTStd", serif;
    text-align: left;
    color: #000; }
    .articles-list .text:after {
      content: '';
      display: inline-block;
      vertical-align: bottom;
      width: 0;
      min-height: 100%; }
    .articles-list .text > * {
      white-space: normal;
      display: inline-block;
      vertical-align: bottom;
      max-width: 99%; }
    @media (max-width: 1023px) {
      .articles-list .text {
        width: 100%;
        padding-left: 15px; } }
    @media (max-width: 767px) {
      .articles-list .text {
        font-size: 16px;
        padding: 15px 40px 0 15px; } }
    .articles-list .text p {
      margin-bottom: 0; }
    .articles-list .text.has-logo {
      padding-top: 50px;
      position: relative; }
      @media (max-width: 767px) {
        .articles-list .text.has-logo {
          padding-top: 25px; } }
      .articles-list .text.has-logo .logo-wrap {
        position: absolute;
        top: 0;
        left: 30px;
        max-width: 200px; }
        @media (max-width: 1023px) {
          .articles-list .text.has-logo .logo-wrap {
            left: 15px; } }
        @media (max-width: 767px) {
          .articles-list .text.has-logo .logo-wrap {
            position: static;
            margin-bottom: 15px;
            width: 100%;
            display: block; } }
  .articles-list h2 {
    font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
    font-style: normal;
    line-height: 1.2;
    margin-bottom: 10px;
    font-size: 20px;
    text-transform: uppercase; }
    @media (max-width: 479px) {
      .articles-list h2 {
        font-size: 14px; } }
    .articles-list h2 a {
      color: #000; }
      .articles-list h2 a:hover {
        color: #444; }
  .articles-list .share-wrap {
    position: absolute;
    right: 15px;
    bottom: 5px;
    line-height: 1;
    z-index: 9; }
    @media (max-width: 767px) {
      .articles-list .share-wrap {
        position: relative;
        bottom: auto;
        top: 0;
        right: 10px;
        float: right; } }
    .articles-list .share-wrap .icon-open {
      font-size: 25px; }
      @media (max-width: 767px) {
        .articles-list .share-wrap .icon-open {
          margin-right: 5px;
          position: absolute;
          top: 15px;
          right: 0; } }
      .articles-list .share-wrap .icon-open:hover {
        opacity: 0.7; }

.no-facet .articles-list .listing-item.three-up .img-wrap .image img {
  width: 100%; }

@media (max-width: 767px) {
  .listing-container .container {
    padding: 0; } }

.main-ad {
  padding: 0 0 60px;
  text-align: center;
  clear: both; }
  @media (max-width: 1023px) {
    .main-ad {
      padding: 0 0 40px; } }
  @media (max-width: 767px) {
    .main-ad {
      padding: 0 0 20px; } }
  .main-ad a {
    display: block;
    max-width: 728px;
    margin: 0 auto; }
    .main-ad a:hover {
      opacity: 0.7; }
  .main-ad p {
    margin-bottom: 0; }
  .main-ad.ads_above_secondary_tile {
    padding: 20px 0 30px; }
  .main-ad.ads_cats_and_header {
    padding: 45px 0 0; }
    @media (max-width: 767px) {
      .main-ad.ads_cats_and_header {
        padding: 20px 0 0; } }
  .main-ad.ads_cats_and_content {
    padding: 40px 0 0;
    background: #fff;
    position: relative;
    z-index: 1; }
    @media (max-width: 767px) {
      .main-ad.ads_cats_and_content {
        padding: 20px 0 0; } }
  .main-ad.ads_after_banner {
    padding-bottom: 30px; }
  .main-ad.ads_before_first_content {
    padding: 0 0 30px; }
  .main-ad.ads_before_promotional {
    padding-top: 0; }
  .main-ad iframe {
    margin-bottom: 0; }

#ad-above-header-nav {
  padding: 0; }

.header-ad-container .main-ad {
  padding: 0px; }

.sidebar .main-ad {
  padding: 0 0 60px; }
  @media (max-width: 767px) {
    .sidebar .main-ad {
      margin-bottom: 30px; } }
  .sidebar .main-ad iframe {
    margin: 0; }

.promo-first-load {
  background: #fff;
  position: relative;
  z-index: 1;
  padding-top: 0; }

.promo-full-width {
  text-align: center;
  padding-bottom: 60px;
  background: #fff; }
  @media (max-width: 767px) {
    .promo-full-width {
      padding-bottom: 20px; } }
  .promo-full-width .h3 {
    font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
    text-transform: uppercase;
    font-style: normal; }
  .promo-full-width .img-wrap img {
    width: 100%;
    max-width: none; }
  .promo-full-width .img-wrap a {
    display: block;
    position: relative;
    z-index: 1; }
  .promo-full-width .video-wrap {
    position: relative;
    aspect-ratio: 16/9;
    overflow: hidden; }
    @media (max-width: 1199px) {
      .promo-full-width .video-wrap {
        min-height: 576px;
        aspect-ratio: unset; } }
    @media (max-width: 1023px) {
      .promo-full-width .video-wrap {
        min-height: 432px; } }
    @media (max-width: 767px) {
      .promo-full-width .video-wrap {
        min-height: 360px; } }
    @media (max-width: 479px) {
      .promo-full-width .video-wrap {
        min-height: 200px; } }
    .promo-full-width .video-wrap video, .promo-full-width .video-wrap .jwplayer {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      min-width: 100%;
      min-height: 100%;
      background-size: cover; }
  .promo-full-width .promo-desc {
    font-style: italic;
    font-weight: 100;
    font-size: 18px;
    padding: 60px 0 0; }
    @media (max-width: 767px) {
      .promo-full-width .promo-desc {
        padding: 20px 0 0; } }
  .promo-full-width .category-video-player {
    margin: 20px 120px; }

.articles-three {
  padding: 40px 0; }
  .articles-three .news-articles {
    float: none; }
  .articles-three .main-content {
    width: 93%; }
    @media (max-width: 767px) {
      .articles-three .main-content {
        width: 100%; } }
  .articles-three .listing-container {
    float: right;
    width: 80%; }
    @media (max-width: 1023px) {
      .articles-three .listing-container {
        width: 74%; } }
    @media (max-width: 767px) {
      .articles-three .listing-container {
        width: 100%;
        float: none; } }
    .articles-three .listing-container.no-facet {
      float: none;
      width: 100%; }
      @media (max-width: 1023px) {
        .articles-three .listing-container.no-facet {
          width: 100%; } }
      .articles-three .listing-container.no-facet .container {
        padding: 0; }
    .articles-three .listing-container .container {
      max-width: 100%; }
  .articles-three .main-ad {
    margin-left: -25%; }
    @media (max-width: 1023px) {
      .articles-three .main-ad {
        margin-left: -35%; } }
    @media (max-width: 767px) {
      .articles-three .main-ad {
        margin-left: -54%; } }
    @media (max-width: 639px) {
      .articles-three .main-ad {
        margin-left: 0; } }
  .articles-three .promo-full-width {
    margin: 0 -15px 0 -26%; }
    @media (max-width: 1799px) {
      .articles-three .promo-full-width {
        margin-left: -27%; } }
    @media (max-width: 1023px) {
      .articles-three .promo-full-width {
        margin-left: -38%; } }
    @media (max-width: 767px) {
      .articles-three .promo-full-width {
        margin-left: -58%; } }
    @media (max-width: 639px) {
      .articles-three .promo-full-width {
        margin-left: -15px; } }
  .articles-three .promo-desc {
    padding: 20px 15px; }

.article-filter {
  float: left;
  width: 15%;
  font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif; }
  @media (max-width: 1399px) {
    .article-filter {
      width: 18%; } }
  @media (max-width: 1023px) {
    .article-filter {
      width: 24%; } }
  @media (max-width: 767px) {
    .article-filter {
      width: 100%;
      float: none; } }
  .article-filter input[type="checkbox"] {
    position: absolute;
    opacity: 0; }
    .article-filter input[type="checkbox"] + label {
      font-size: 14px;
      line-height: 1; }
      .article-filter input[type="checkbox"] + label:before {
        width: 13px;
        height: 13px; }
    .article-filter input[type="checkbox"]:checked + label:before {
      background-position: 0 -13px; }
  .article-filter .drop {
    display: none;
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .article-filter .drop {
        border-bottom: 1px solid #cacaca; } }
  .article-filter ul {
    max-height: 120px;
    overflow: auto; }
    .article-filter ul li {
      position: relative;
      padding: 0 35px 0 0;
      text-transform: uppercase;
      margin-bottom: 5px; }
      @media (max-width: 1023px) {
        .article-filter ul li {
          margin-bottom: 30px; } }
  .article-filter h2 {
    border-bottom: 1px solid #cacaca;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0 0 10px;
    font-weight: 500; }
    @media (max-width: 1023px) {
      .article-filter h2 {
        letter-spacing: 0;
        font-size: 12px; } }
    @media (max-width: 767px) {
      .article-filter h2 {
        padding-bottom: 20px;
        margin-bottom: 25px; } }
    @media (max-width: 767px) {
      .article-filter h2.open {
        margin: 0;
        border: none; } }
    .article-filter h2.open a:before {
      opacity: 0; }
    @media (max-width: 767px) {
      .article-filter h2.open a .close-shows {
        display: none;
        margin: 0; } }
    @media (max-width: 767px) {
      .article-filter h2.open a .close-button {
        display: block; } }
    .article-filter h2 a {
      display: block;
      padding-right: 22px;
      position: relative; }
      @media (max-width: 767px) {
        .article-filter h2 a {
          padding-right: 100px; } }
      .article-filter h2 a .close-shows {
        display: none; }
        @media (max-width: 767px) {
          .article-filter h2 a .close-shows {
            display: block;
            font-size: 10px;
            position: absolute;
            top: 0;
            right: 0;
            text-transform: none;
            font-weight: 400; } }
      @media (max-width: 767px) {
        .article-filter h2 a .close-button {
          display: none; } }
      .article-filter h2 a:hover {
        color: #444; }
      .article-filter h2 a:before, .article-filter h2 a:after {
        content: "";
        background: #444;
        width: 1px;
        height: 11px;
        position: absolute;
        top: 7px;
        right: 11px;
        transition: opacity 0.3s ease; }
        @media (max-width: 767px) {
          .article-filter h2 a:before, .article-filter h2 a:after {
            top: 3px;
            display: none; } }
      .article-filter h2 a:after {
        transform: rotate(90deg); }
  .article-filter .badge {
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 14px;
    line-height: 1.8;
    color: #444; }
  .article-filter .btn {
    display: block;
    padding: 12px 40px;
    text-align: center;
    margin-bottom: 25px;
    position: relative; }
    .article-filter .btn:hover {
      border-color: #000; }
    .article-filter .btn.btn-close, .article-filter .btn.btn-show {
      display: none;
      border-color: #000; }
      @media (max-width: 767px) {
        .article-filter .btn.btn-close, .article-filter .btn.btn-show {
          display: block; } }
    .article-filter .btn:hover i:before {
      color: #fff; }
    .article-filter .btn i:before {
      transition: color 0.3s ease;
      color: #000; }
  .article-filter .btn-block {
    padding-top: 20px; }
    @media (max-width: 767px) {
      .article-filter .btn-block {
        position: absolute;
        bottom: 15px;
        left: 5px;
        right: 5px;
        padding: 0; } }
    @media (max-width: 767px) {
      .article-filter .btn-block ul {
        letter-spacing: -4px; } }
    .article-filter .btn-block ul li.show-mobile {
      display: none; }
      @media (max-width: 767px) {
        .article-filter .btn-block ul li.show-mobile {
          display: inline-block;
          vertical-align: top; } }
    @media (max-width: 767px) {
      .article-filter .btn-block ul li {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        padding: 0 10px;
        letter-spacing: 0; } }
    .article-filter .btn-block ul li a {
      display: block;
      margin: 0;
      padding: 12px;
      transition: background 0.3s ease, border 0.3s ease, color 0.3s ease; }
      @media (max-width: 767px) {
        .article-filter .btn-block ul li a {
          border-color: #000; } }
      @media (max-width: 767px) {
        .article-filter .btn-block ul li a:hover {
          font-weight: 600; } }
  .article-filter .close-shows {
    font-size: 12px;
    color: #000;
    display: none;
    cursor: pointer;
    margin-bottom: 5px; }
    @media (max-width: 767px) {
      .article-filter .close-shows {
        display: block; } }

@media (max-width: 767px) {
  .sticky-filter.page-template-template-lookbook-finder #header, .sticky-filter.page-template-template-runway-finder #header, .sticky-filter.page-template-template-fashion-shoots-finder #header, .sticky-filter.page-template-template-store-guide #header {
    display: none; } }

@media (max-width: 767px) {
  .sticky-filter .article-filter .btn.btn-show {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 22px 0;
    z-index: 999;
    display: block; } }

.filter-active {
  overflow: hidden; }
  .filter-active .filter-wrap {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background: #fff;
    -webkit-overflow-scrolling: touch; }
  @media (max-width: 767px) {
    .filter-active.sticky-filter .article-filter .btn.btn-show {
      display: none; } }

@media (max-width: 767px) {
  .filter-wrap {
    padding: 20px 15px;
    display: none; } }

@media (max-width: 767px) {
  .filter-wrap .filter-list {
    overflow: auto;
    height: calc(100vh - 155px);
    margin-bottom: 85px; } }

.filter-wrap .btn-show {
  position: relative;
  border-color: #000; }

.filter-wrap .close {
  display: block;
  position: absolute;
  top: 17px;
  right: 12px;
  width: 15px;
  height: 15px;
  z-index: 5; }
  .filter-wrap .close:before, .filter-wrap .close:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #626262;
    transform: rotate(45deg); }
  .filter-wrap .close:after {
    transform: rotate(-45deg); }

.article-series-block {
  padding: 40px 0; }

.manual_spacer + .article-series-block {
  padding-top: 0; }

.series-block-wrap + .series-block-wrap {
  margin-top: 80px; }
  @media (max-width: 767px) {
    .series-block-wrap + .series-block-wrap {
      margin-top: 40px; } }

.series-block-wrap .manual_spacer {
  margin-bottom: -80px; }
  @media (max-width: 767px) {
    .series-block-wrap .manual_spacer {
      margin-bottom: -40px; } }

.series-block-wrap:last-child .manual_spacer {
  margin-bottom: 0; }
  @media (max-width: 767px) {
    .series-block-wrap:last-child .manual_spacer {
      margin-bottom: 0; } }

.series-item {
  display: flex; }
  @media (max-width: 767px) {
    .series-item {
      display: block; } }
  .series-item + .series-item {
    margin-top: 80px; }
    @media (max-width: 767px) {
      .series-item + .series-item {
        margin-top: 40px; } }
  .series-item.alt-series .img-wrap {
    order: 2; }
  .series-item.alt-series .text .text-wrap {
    text-align: left; }
    @media (max-width: 767px) {
      .series-item.alt-series .text .text-wrap {
        text-align: center; } }
  .series-item .img-wrap {
    width: 60%; }
    @media (max-width: 1023px) {
      .series-item .img-wrap {
        width: 55%; } }
    @media (max-width: 767px) {
      .series-item .img-wrap {
        width: 100%;
        margin-bottom: 25px; } }
    .series-item .img-wrap img {
      width: 100%;
      max-width: none; }
    .series-item .img-wrap a:hover {
      opacity: 0.7; }
  .series-item .text {
    width: 40%;
    padding: 0 50px 50px;
    min-height: 100%;
    white-space: nowrap; }
    @media (max-width: 1799px) {
      .series-item .text {
        padding: 0 40px 50px; } }
    @media (max-width: 1023px) {
      .series-item .text {
        width: 45%;
        padding: 0 20px 30px; } }
    @media (max-width: 767px) {
      .series-item .text {
        width: 100%;
        padding: 0 15px; } }
    .series-item .text:after {
      content: "";
      display: inline-block;
      vertical-align: middle;
      min-height: 100%; }
    .series-item .text .logo-wrap {
      max-width: 150px; }
      @media (max-width: 767px) {
        .series-item .text .logo-wrap {
          margin-bottom: 35px; } }
      .series-item .text .logo-wrap a:hover {
        opacity: 0.7; }
    .series-item .text .text-wrap {
      display: inline-block;
      vertical-align: bottom;
      white-space: normal;
      width: 100%;
      text-align: right;
      text-transform: uppercase;
      font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
      letter-spacing: 5px;
      color: #000; }
      @media (max-width: 1799px) {
        .series-item .text .text-wrap {
          letter-spacing: 3px; } }
      @media (max-width: 1199px) {
        .series-item .text .text-wrap {
          letter-spacing: 2px; } }
      @media (max-width: 1023px) {
        .series-item .text .text-wrap {
          font-size: 14px;
          line-height: 1.25; } }
      @media (max-width: 767px) {
        .series-item .text .text-wrap {
          text-align: center; } }
    .series-item .text h2 {
      margin: 0 0 5px;
      line-height: 1.2;
      font-weight: 500; }
    .series-item .text p {
      margin-bottom: 45px; }
      @media (max-width: 1023px) {
        .series-item .text p {
          margin-bottom: 30px; } }

.articles-landing .listing-item .img-wrap {
  width: 50%; }
  @media (max-width: 767px) {
    .articles-landing .listing-item .img-wrap {
      width: 100%; } }

.articles-landing .logo-wrap {
  max-width: 100px; }
  @media (max-width: 767px) {
    .articles-landing .logo-wrap {
      margin-bottom: 25px; } }

.articles-landing .text {
  min-height: 100%;
  white-space: nowrap;
  width: 50%;
  padding: 0 35px 0 25px; }
  @media (max-width: 767px) {
    .articles-landing .text {
      width: 100%;
      padding: 25px 35px 0 0; } }
  .articles-landing .text:after {
    content: "";
    display: inline-block;
    vertical-align: bottom;
    min-height: 100%; }

.articles-landing .text-wrap {
  display: inline-block;
  vertical-align: bottom;
  white-space: normal;
  margin: 0 0 33px; }
  @media (max-width: 767px) {
    .articles-landing .text-wrap {
      margin: 0; } }

.ext-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }
  .ext-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: -1; }

@media (max-width: 767px) {
  .content-gallery {
    position: relative;
    overflow: hidden;
    padding-bottom: 10px;
    transition: margin .4s ease; } }

@media (max-width: 767px) {
  .content-gallery.gallery-loaded .gallery-placeholder {
    opacity: 0; }
  .content-gallery.gallery-loaded .gallery-item {
    opacity: 1; } }

@media (max-width: 767px) {
  .content-gallery.slider-expanded {
    padding-bottom: 0;
    margin: 0 -15px; }
    .content-gallery.slider-expanded .gallery-placeholder {
      padding: 0; }
    .content-gallery.slider-expanded .gallery {
      position: relative; }
    .content-gallery.slider-expanded .gallery-item {
      transform: translate(0, 0) scale(1) !important; }
    .content-gallery.slider-expanded .slide-count {
      display: none; }
    .content-gallery.slider-expanded .slide-toggle {
      opacity: 0; }
      .content-gallery.slider-expanded .slide-toggle.slide-close {
        position: fixed;
        opacity: 1;
        bottom: 15px;
        right: 15px; } }

@media (max-width: 767px) {
  .content-gallery.slider-expanded.slider-viewed .slide-toggle.slide-close {
    opacity: 0; }
  .content-gallery.slider-expanded.slider-viewed.slider-leaving .slide-toggle.slide-close {
    position: absolute;
    bottom: 15px;
    opacity: 1; } }

.content-gallery.slider-expanded.gallery-end .slide-toggle.slide-close, .content-gallery.slider-expanded.gallery-freeze .slide-toggle.slide-close {
  position: absolute; }

@media (max-width: 767px) {
  .content-gallery.slider-expanded.slider-leaving .slide-toggle.slide-close {
    opacity: 0; } }

.content-gallery .gallery-pagination {
  display: block; }
  @media (max-width: 767px) {
    .content-gallery .gallery-pagination {
      display: none; } }

.content-gallery .gallery-placeholder {
  display: none; }
  @media (max-width: 767px) {
    .content-gallery .gallery-placeholder {
      display: block;
      padding-top: 142%;
      background: #ddd;
      position: relative; } }
  .content-gallery .gallery-placeholder .spinner {
    display: none; }
    @media (max-width: 767px) {
      .content-gallery .gallery-placeholder .spinner {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); } }

@media (max-width: 767px) {
  .content-gallery .gallery {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden; } }

@media (max-width: 767px) {
  .content-gallery .gallery-item {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    opacity: 0;
    transform-origin: bottom; }
    .content-gallery .gallery-item:nth-child(1) {
      z-index: 4; }
    .content-gallery .gallery-item:nth-child(2) {
      z-index: 3; }
    .content-gallery .gallery-item:nth-child(3) {
      z-index: 2; } }

@media (max-width: 767px) {
  .content-gallery .slide-count {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 12px;
    line-height: 1;
    padding: 5px;
    border-radius: 2px;
    font-style: normal; } }

@media (max-width: 767px) {
  .content-gallery .slide-toggle {
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: absolute;
    width: 28px;
    height: 28px;
    bottom: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.2);
    z-index: 80;
    border-radius: 50%;
    cursor: pointer;
    font-size: 0;
    padding: 7px 9px; }
    .content-gallery .slide-toggle.slide-close {
      padding: 11px 9px;
      opacity: 0; }
      .content-gallery .slide-toggle.slide-close:before {
        transform: rotate(-45deg); }
    .content-gallery .slide-toggle:before {
      content: "";
      border-width: 2px 2px 0 0;
      border-color: #fff #fff transparent transparent;
      border-style: solid;
      width: 10px;
      height: 10px;
      display: block;
      transform: rotate(135deg); } }

@media (max-width: 767px) {
  .content-gallery .gallery-icon {
    align-self: flex-end; }
    .content-gallery .gallery-icon img {
      margin-bottom: 0;
      transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
      margin-left: initial !important;
      margin-right: initial !important;
      width: initial !important; } }

@keyframes spin {
  0% {
    transform: rotateZ(0) translateZ(0); }
  100% {
    transform: rotateZ(360deg) translateZ(0); } }

.spinner {
  height: 24px;
  width: 5px;
  background-color: #2e2e2e;
  animation: spin ease-in-out .7s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  text-indent: -99999px;
  display: inline-block; }

@media (max-width: 767px) {
  .logged-in .content-gallery.slider-expanded .slide-toggle.slide-close {
    bottom: 58px; } }

.nav-down .content-gallery.slider-expanded .slide-toggle.slide-close {
  bottom: 65px; }

@media (max-width: 767px) {
  .news-detail-block .content-gallery figcaption, .news-detail-block .content-gallery .img-credit {
    display: none; } }

.news-detail-block .content-gallery.slider-expanded figcaption, .news-detail-block .content-gallery.slider-expanded .img-credit {
  display: block;
  padding-left: 15px;
  padding-right: 15px; }

a[class^="addthis_button_"] {
  display: inline-block;
  float: none;
  font-size: 48px;
  height: 60px !important;
  line-height: 60px !important;
  margin: 0 !important;
  overflow: hidden;
  padding: 0 !important;
  position: relative;
  text-align: center;
  text-transform: none;
  transition: opacity 0.3s ease;
  width: 60px !important;
  z-index: 5; }
  @media (max-width: 1099px) {
    a[class^="addthis_button_"] {
      width: 44px !important;
      height: 44px !important;
      line-height: 44px !important; } }
  @media (max-width: 1023px) {
    a[class^="addthis_button_"] {
      width: 40px !important;
      height: 40px !important;
      line-height: 40px !important; } }
  a[class^="addthis_button_"].hide-desktop {
    display: none !important; }
    @media (max-width: 1023px) {
      a[class^="addthis_button_"].hide-desktop {
        display: block !important; } }
  a[class^="addthis_button_"].hide-mobile {
    display: block !important; }
    @media (max-width: 1023px) {
      a[class^="addthis_button_"].hide-mobile {
        display: none !important; } }
  a[class^="addthis_button_"] span, a[class^="addthis_button_"] svg {
    background: transparent !important; }
  a[class^="addthis_button_"]:hover {
    opacity: 0.9; }

.addthis_button_facebook {
  background: #2f6099; }

.addthis_button_twitter {
  background: #25c4f0; }

.addthis_button_sms,
.addthis_button_email_alt {
  background: #ed6462; }
  .addthis_button_sms .icon,
  .addthis_button_email_alt .icon {
    font-size: 16px;
    line-height: 60px;
    color: #fff;
    display: block; }
    @media (max-width: 1099px) {
      .addthis_button_sms .icon,
      .addthis_button_email_alt .icon {
        line-height: 44px; } }
    @media (max-width: 1023px) {
      .addthis_button_sms .icon,
      .addthis_button_email_alt .icon {
        line-height: 40px; } }

.addthis_button_email_alt {
  background: #ffd300; }

.addthis_button_sinaweibo {
  background: #ff9933; }

.addthis_button_stumbleupon {
  background: #fc802c; }

.addthis_button_reddit {
  background: #f1625f; }

.addthis_button_whatsapp {
  background: #40b549; }

.addthis_button_google_plusone_share {
  background: #db4f3f; }

.addthis_button_pinterest_share {
  background: #ca3729; }

/**
 * Added
 */
a.addthis_button_flipboard {
  background: #f52828;
  line-height: 50px !important; }
  @media (max-width: 1099px) {
    a.addthis_button_flipboard {
      line-height: 38px !important; } }
  a.addthis_button_flipboard img {
    vertical-align: middle;
    display: inline-block; }

@media (max-width: 767px) {
  .device-ios .listing-item .addthis_toolbox {
    bottom: 39px; } }

@media (max-width: 767px) {
  .device-android .listing-item .addthis_toolbox {
    bottom: 39px; } }

.listing-item {
  overflow: hidden; }
  .listing-item .open-share .addthis_toolbox {
    transform: translateX(0); }
  .listing-item .addthis_toolbox {
    width: 540px;
    position: absolute;
    bottom: 47px;
    right: -15px;
    transform: translateX(100%);
    transition: transform 0.5s ease; }
    @media (max-width: 1099px) {
      .listing-item .addthis_toolbox {
        width: 400px; } }
    @media (max-width: 1023px) {
      .listing-item .addthis_toolbox {
        width: 246px; } }
    @media (max-width: 767px) {
      .listing-item .addthis_toolbox {
        bottom: 41px;
        position: static;
        margin: -40px -16px 0 0; } }

.hide-desktop {
  display: none !important; }
  @media (max-width: 767px) {
    .hide-desktop {
      display: block !important; } }

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

.share-extend {
  position: relative;
  display: inline-block;
  vertical-align: top; }
  @media (max-width: 1023px) {
    .share-extend {
      display: none; } }
  .share-extend:hover .inner-share {
    top: 100%;
    visibility: visible; }
  .share-extend:hover .share-opener i {
    transform: rotate(45deg); }
  .share-extend .share-opener {
    background-color: #fff;
    border: 1px solid #000;
    display: inline-block;
    vertical-align: top;
    float: none;
    font-size: 20px;
    height: 60px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    text-transform: none;
    width: 60px;
    z-index: 6;
    cursor: pointer; }
    @media (max-width: 1099px) {
      .share-extend .share-opener {
        width: 44px;
        height: 44px; } }
    @media (max-width: 1023px) {
      .share-extend .share-opener {
        width: 40px;
        height: 40px; } }
    .share-extend .share-opener i {
      background: url("../images/plus.svg") no-repeat;
      background-size: contain;
      display: block;
      font-size: 20px;
      height: 23px;
      line-height: 90px;
      margin: 0 auto;
      overflow: hidden;
      padding: 0;
      position: relative;
      text-align: center;
      text-transform: none;
      top: 18px;
      width: 23px;
      z-index: 5;
      transition: transform 0.3s ease-in-out; }
      @media (max-width: 1099px) {
        .share-extend .share-opener i {
          top: 10px;
          line-height: 44px; } }
      @media (max-width: 1023px) {
        .share-extend .share-opener i {
          width: 17px;
          height: 17px;
          top: 10px; } }
  .share-extend .inner-share {
    position: absolute;
    top: -100px;
    left: 0;
    visibility: hidden;
    transition: top 0.3s ease, visibility 0.3s ease;
    z-index: 4; }

@media (max-width: 1023px) {
  .toggle-share {
    width: 42px;
    height: 42px;
    position: absolute;
    top: -42px;
    left: -37px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 50%; } }

@media (max-width: 1023px) {
  .toggle-share:before {
    content: "\e916";
    font-family: 'icomoon';
    font-size: 20px;
    position: absolute;
    top: 6px;
    left: 10px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%); } }

@media (max-width: 1023px) {
  .toggle-share i.x-close {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
    height: 32px;
    opacity: 0;
    visibility: hidden; } }

@media (max-width: 1023px) {
  .toggle-share i.x-close:before, .toggle-share i.x-close:after {
    content: "";
    position: absolute;
    top: 12px;
    left: 11px;
    height: 18px;
    width: 2px;
    background: #fff; } }

@media (max-width: 1023px) {
  .toggle-share i.x-close:before {
    transform: rotate(45deg); } }

@media (max-width: 1023px) {
  .toggle-share i.x-close:after {
    transform: rotate(-45deg); } }

@media (max-width: 1023px) {
  .sharemobile {
    width: 200px;
    position: absolute;
    right: 37px;
    bottom: 0;
    text-align: right;
    z-index: -1;
    height: 42px;
    overflow: hidden; } }

@media (max-width: 1023px) {
  .sharemobile .addthis_toolbox {
    position: absolute;
    top: 0;
    right: -100%;
    background: black;
    transition: right 0.3s linear;
    height: 42px; } }

@media (max-width: 1023px) {
  .sharemobile svg {
    fill: #fff;
    max-width: 24px;
    height: 35px !important; } }

@media (max-width: 1023px) {
  .sharemobile i.icon {
    padding: 0px 5px;
    color: #fff;
    font-size: 14px; } }

@media (max-width: 1023px) {
  .open-sharemobile .toggle-share:before {
    display: none; } }

@media (max-width: 1023px) {
  .open-sharemobile .toggle-share i.x-close {
    opacity: 1;
    visibility: visible; } }

@media (max-width: 1023px) {
  .open-sharemobile .sharemobile .addthis_toolbox {
    right: 0; } }

@media (max-width: 1023px) {
  .articles-block .share-block {
    position: fixed;
    bottom: 15px;
    right: 15px;
    transition: bottom 0.3s linear; } }

.nav-up .articles-block .share-block {
  bottom: -55px; }

@media (max-width: 1023px) {
  .aside .sharemobile a[class^="addthis_button_"] {
    background: none;
    color: #000000;
    max-width: 30px !important;
    float: left;
    display: inline-block !important;
    width: auto !important;
    line-height: 42px; } }

.aside .sharemobile a[class^="addthis_button_"] i.icon {
  line-height: 44px; }

@media (max-width: 1023px) {
  .aside .sharemobile a[class^="addthis_button_"].hide-mobile {
    display: none !important; } }

.inner-detail .share-opened .share-extend .inner-share {
  margin: 0; }

.inner-detail .share-opened .share-extend .share-opener i {
  transform: rotate(45deg); }

.inner-detail .share-opened .share-extend:hover .share-opener i {
  transform: rotate(45deg); }

.inner-detail .share-extend:hover .share-opener i {
  transform: rotate(0); }

.inner-detail .share-extend .share-opener {
  position: absolute;
  right: 0;
  z-index: 9; }

.inner-detail .share-extend .inner-share {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 0;
  width: 420px;
  margin-right: -300px;
  transition: margin 0.4s ease, visibility 0.4s ease;
  visibility: visible; }
  @media (max-width: 1099px) {
    .inner-detail .share-extend .inner-share {
      margin-right: -176px;
      width: 308px; } }
  @media (max-width: 1023px) {
    .inner-detail .share-extend .inner-share {
      margin-right: -200px;
      width: 240px; } }

@media (max-width: 1023px) {
  .inner-detail .addthis_toolbox a {
    float: left;
    width: 20% !important; } }

@media (min-width: 1101px) {
  .addthis_button_comment {
    width: 60px; }
    .addthis_button_comment a {
      font-size: 12px; } }

.home-banner {
  font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
  position: relative;
  overflow: hidden; }
  .home-banner.home .home-logo {
    visibility: hidden;
    opacity: 0; }
  .home-banner.show-title h1 {
    animation-delay: 3s;
    visibility: visible;
    opacity: 1; }
  .home-banner .home-logo {
    max-width: 75%;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.8s ease,visibility 0.8s ease; }
    .home-banner .home-logo img {
      width: 100%;
      max-width: none; }
  .home-banner h1 {
    margin: 0;
    font-size: 36px;
    letter-spacing: 8px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease, visibility 0.8s ease;
    text-transform: uppercase;
    color: #fff; }
    @media (max-width: 767px) {
      .home-banner h1 {
        font-size: 18px;
        letter-spacing: 1px; } }
  .home-banner a {
    white-space: nowrap;
    text-align: center;
    display: block;
    position: relative;
    z-index: 1;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    .home-banner a:after {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 0;
      min-height: 1000px; }
    .home-banner a > * {
      white-space: normal;
      display: inline-block;
      vertical-align: middle;
      max-width: 99%; }
    @media (max-width: 1199px) {
      .home-banner a {
        white-space: nowrap;
        text-align: center; }
        .home-banner a:after {
          content: '';
          display: inline-block;
          vertical-align: middle;
          width: 0;
          min-height: 650px; }
        .home-banner a > * {
          white-space: normal;
          display: inline-block;
          vertical-align: middle;
          max-width: 99%; } }
    @media (max-width: 1023px) {
      .home-banner a {
        white-space: nowrap;
        text-align: center; }
        .home-banner a:after {
          content: '';
          display: inline-block;
          vertical-align: middle;
          width: 0;
          min-height: 600px; }
        .home-banner a > * {
          white-space: normal;
          display: inline-block;
          vertical-align: middle;
          max-width: 99%; } }
    @media (max-width: 767px) {
      .home-banner a {
        white-space: nowrap;
        text-align: center; }
        .home-banner a:after {
          content: '';
          display: inline-block;
          vertical-align: middle;
          width: 0;
          min-height: 300px; }
        .home-banner a > * {
          white-space: normal;
          display: inline-block;
          vertical-align: middle;
          max-width: 99%; } }
    .home-banner a:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      transition: background 0.3s ease; }
    .home-banner a > .banner-video {
      max-width: 100%; }
    .home-banner a > .ext-video {
      max-width: 100%;
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }
  .home-banner .text {
    padding: 15px; }

.banner-video {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  height: 100%;
  z-index: -1; }
  .banner-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%); }
  .banner-video .jwplayer video {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    width: auto;
    height: auto;
    margin: auto;
    background: transparent; }

.home-banner .jwplayer .jw-media video {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  width: auto;
  height: auto;
  margin: auto;
  background: transparent; }

.secondary-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
  z-index: 1; }
  .secondary-banner a {
    display: block;
    position: relative;
    color: #fff; }
    .secondary-banner a:hover:before {
      background: rgba(0, 0, 0, 0.1); }
    .secondary-banner a:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      transition: background 0.3s ease; }
  .secondary-banner .container {
    white-space: nowrap;
    text-align: center; }
    .secondary-banner .container:after {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 0;
      min-height: 760px; }
    .secondary-banner .container > * {
      white-space: normal;
      display: inline-block;
      vertical-align: middle;
      max-width: 99%; }
    @media (max-width: 1199px) {
      .secondary-banner .container {
        white-space: nowrap;
        text-align: center; }
        .secondary-banner .container:after {
          content: '';
          display: inline-block;
          vertical-align: middle;
          width: 0;
          min-height: 650px; }
        .secondary-banner .container > * {
          white-space: normal;
          display: inline-block;
          vertical-align: middle;
          max-width: 99%; } }
    @media (max-width: 1023px) {
      .secondary-banner .container {
        white-space: nowrap;
        text-align: center; }
        .secondary-banner .container:after {
          content: '';
          display: inline-block;
          vertical-align: middle;
          width: 0;
          min-height: 600px; }
        .secondary-banner .container > * {
          white-space: normal;
          display: inline-block;
          vertical-align: middle;
          max-width: 99%; } }
    @media (max-width: 767px) {
      .secondary-banner .container {
        white-space: nowrap;
        text-align: center; }
        .secondary-banner .container:after {
          content: '';
          display: inline-block;
          vertical-align: middle;
          width: 0;
          min-height: 300px; }
        .secondary-banner .container > * {
          white-space: normal;
          display: inline-block;
          vertical-align: middle;
          max-width: 99%; } }
  .secondary-banner .ext-video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
  .secondary-banner .sec-banner-text {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
    padding: 25px; }
  .secondary-banner h2 {
    margin: 0;
    font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
    color: #fff;
    position: relative;
    z-index: 2; }

.banner {
  white-space: nowrap;
  text-align: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
  position: relative;
  z-index: 1; }
  .banner:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    min-height: 500px; }
  .banner > * {
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    max-width: 99%; }
  @media (max-width: 1023px) {
    .banner {
      white-space: nowrap;
      text-align: center; }
      .banner:after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 0;
        min-height: 300px; }
      .banner > * {
        white-space: normal;
        display: inline-block;
        vertical-align: middle;
        max-width: 99%; } }
  @media (max-width: 767px) {
    .banner {
      white-space: nowrap;
      text-align: center; }
      .banner:after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 0;
        min-height: 200px; }
      .banner > * {
        white-space: normal;
        display: inline-block;
        vertical-align: middle;
        max-width: 99%; } }
  .banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    z-index: -1; }
  @media (max-width: 767px) {
    .category-gazette .banner {
      background-size: contain; }
      .category-gazette .banner::before {
        content: none; } }
  .banner h1 {
    font-size: 75px;
    text-transform: uppercase;
    letter-spacing: 8px;
    margin: 0;
    line-height: 1;
    color: #fff; }
    @media (max-width: 1023px) {
      .banner h1 {
        font-size: 60px;
        letter-spacing: 6px; } }
    @media (max-width: 1023px) {
      .banner h1 {
        font-size: 35px;
        letter-spacing: 4px; } }
    .banner h1 a {
      color: #fff; }
      .banner h1 a:hover {
        color: #b3b2b2; }
  .banner .banner-text {
    padding: 20px; }
    .banner .banner-text__no_backgroud h1 {
      color: #000; }
  .banner .video-wrap .jwplayer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    background-size: cover; }
  .banner .video-wrap .banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
    width: 100%; }

@media only screen and (min-width: 1920px) {
  .inner-banner-img {
    aspect-ratio: initial !important; } }

@media only screen and (min-width: 1920px) {
  .inner-banner-video {
    max-height: initial !important; } }

@media (min-height: 800px) and (max-height: 1080px) {
  .inner-banner-img {
    aspect-ratio: initial !important; } }

.inner-banner {
  aspect-ratio: 16/9;
  max-height: 1080px;
  position: relative;
  z-index: 2; }
  .inner-banner img {
    width: 100%;
    height: auto;
    max-height: 1080px;
    object-fit: cover; }
  .inner-banner .banner-text {
    color: #fff;
    text-transform: uppercase;
    font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif; }
  .inner-banner h1 {
    margin: 0;
    font-weight: 900;
    font-size: 38px;
    letter-spacing: 4px; }
    @media (max-width: 767px) {
      .inner-banner h1 {
        font-size: 26px;
        letter-spacing: 1px; } }
  .inner-banner h2 {
    font-weight: 400;
    margin: 0; }
    @media (max-width: 767px) {
      .inner-banner h2 {
        font-size: 18px; } }
  .inner-banner .video-wrap .jwplayer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    background-size: cover; }

.banner-section-heading {
  margin: 0 auto;
  text-align: center;
  max-width: 50%; }
  @media (max-width: 767px) {
    .banner-section-heading {
      max-width: 70%;
      padding: 0;
      margin: 0 auto; } }
  .banner-section-heading h2 {
    font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
    font-size: 38px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    line-height: 1;
    padding: 10px 0; }
    @media (max-width: 767px) {
      .banner-section-heading h2 {
        font-size: 26px;
        margin-bottom: 10px; } }
  .banner-section-heading p {
    font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px; }

.fs-container {
  max-width: 1560px;
  margin: 0 auto; }

.fs-images .item-wrap {
  padding-left: 35px;
  padding-right: 35px;
  opacity: 0; }
  @media (max-width: 1023px) {
    .fs-images .item-wrap {
      padding: 0 15px; } }
  @media (max-width: 767px) {
    .fs-images .item-wrap {
      padding: 0; } }
  .fs-images .item-wrap.active {
    opacity: 1;
    -webkit-transition: opacity 700ms;
    transition: opacity 700ms; }
  .fs-images .item-wrap .video-wrap {
    position: relative;
    padding-bottom: 56.69%;
    height: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    .fs-images .item-wrap .video-wrap iframe, .fs-images .item-wrap .video-wrap video, .fs-images .item-wrap .video-wrap .jwplayer {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .fs-images .item-wrap.landscape-wrap.first {
    padding: 0; }
    .fs-images .item-wrap.landscape-wrap.first .item {
      padding-left: 0;
      padding-right: 0; }
  .fs-images .item-wrap.portrait-wrap .item {
    float: left;
    width: 50%; }
    @media (max-width: 767px) {
      .fs-images .item-wrap.portrait-wrap .item {
        width: 100%; } }
  .fs-images .item-wrap.portrait-wrap:after {
    clear: both;
    display: table;
    content: ''; }
  .fs-images .item-wrap.portrait-wrap .video-wrap {
    padding-bottom: 140%; }

.fs-images .item {
  padding: 0px 35px 40px; }
  @media (max-width: 1023px) {
    .fs-images .item {
      padding: 0 15px 40px; } }
  @media (max-width: 767px) {
    .fs-images .item {
      padding: 0 0 40px; } }
  .fs-images .item .text-wrap {
    text-align: center;
    padding: 15px 20px 0;
    font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
    font-size: 12px; }
    .fs-images .item .text-wrap .item-detail {
      font-size: 16px; }
      @media (max-width: 767px) {
        .fs-images .item .text-wrap .item-detail {
          padding: 15px 20px 0; } }
    .fs-images .item .text-wrap p {
      color: #000;
      margin-bottom: 0; }
    .fs-images .item .text-wrap h1, .fs-images .item .text-wrap h2, .fs-images .item .text-wrap h3, .fs-images .item .text-wrap h4, .fs-images .item .text-wrap h5 {
      font-weight: 700; }
    .fs-images .item .text-wrap.gallery-desc {
      padding: 0;
      text-align: left; }
      @media (max-width: 767px) {
        .fs-images .item .text-wrap.gallery-desc {
          text-align: center; } }
      .fs-images .item .text-wrap.gallery-desc p {
        margin-bottom: 15px; }

.column-block {
  font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
  color: #000;
  margin: 0 0 80px;
  padding: 0 10px; }
  @media (max-width: 767px) {
    .column-block {
      padding: 0;
      margin: 0 0 40px; }
      .page-template-template-icon-homepage .column-block {
        padding-bottom: 0; } }
  .page-template-template-icon-homepage .column-block {
    padding-bottom: 0; }
  .column-block .container {
    max-width: 100%;
    padding: 0 30px; }
    @media (max-width: 1023px) {
      .column-block .container {
        padding: 0 15px; } }
    @media (max-width: 767px) {
      .column-block .container {
        padding: 0; } }
  .column-block .img-wrap a {
    display: block;
    position: relative;
    padding-top: 70%;
    height: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center; }
  .column-block .img-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: -1; }
  .column-block .video-wrap {
    overflow: hidden; }
    .column-block .video-wrap a {
      display: block;
      position: relative;
      padding-top: 70%; }
    .column-block .video-wrap video, .column-block .video-wrap .jwplayer {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: 0;
      min-width: 100%; }
  .column-block .item {
    float: left; }
    @media (max-width: 767px) {
      .column-block .item {
        float: none;
        width: 100%;
        margin-bottom: 15px; } }
  .column-block.two-cols-container .two-cols .item h1 {
    font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
    font-weight: 500;
    text-transform: uppercase; }
  .column-block .two-cols {
    margin: 0 -40px 50px; }
    @media (max-width: 1023px) {
      .column-block .two-cols {
        margin: 0 -15px 30px; } }
    @media (max-width: 767px) {
      .column-block .two-cols {
        margin: 0 -10px 0px; } }
    .column-block .two-cols .item {
      padding: 0 50px;
      width: 50%; }
      @media (max-width: 1023px) {
        .column-block .two-cols .item {
          padding: 0 15px; } }
      @media (max-width: 767px) {
        .column-block .two-cols .item {
          width: 100%;
          padding: 0 10px; } }
      .column-block .two-cols .item h1 {
        font-size: 16px;
        line-height: 20px;
        padding: 10px 0;
        font-family: 'CircularStd';
        font-weight: 500;
        margin: 0.67em 0; }
        @media (max-width: 767px) {
          .column-block .two-cols .item h1 {
            padding: 0 10px;
            margin-bottom: 0; } }
  .column-block .three-cols {
    margin: 0 -30px 40px; }
    @media (max-width: 1023px) {
      .column-block .three-cols {
        margin: 0 -15px 30px; } }
    @media (max-width: 767px) {
      .column-block .three-cols {
        margin: 0 -10px 30px; } }
    .column-block .three-cols .item {
      padding: 0 30px;
      width: 33.33%; }
      @media (max-width: 1023px) {
        .column-block .three-cols .item {
          padding: 0 15px; } }
      @media (max-width: 767px) {
        .column-block .three-cols .item {
          width: 100%;
          padding: 0 10px; } }
      .column-block .three-cols .item .video-wrap a,
      .column-block .three-cols .item .img-wrap a {
        padding-top: 142.857142857%; }
        @media (max-width: 767px) {
          .column-block .three-cols .item .video-wrap a,
          .column-block .three-cols .item .img-wrap a {
            padding-top: 90%; } }
      .column-block .three-cols .item h1 {
        padding: 5px 0;
        font-weight: 500;
        font-size: 16px;
        line-height: 1.2; }
        @media (max-width: 767px) {
          .column-block .three-cols .item h1 {
            padding: 5px; } }
  .column-block .col {
    max-width: 1600px;
    margin: 0 auto 40px;
    text-align: center; }
    @media (max-width: 767px) {
      .column-block .col {
        margin-bottom: 30px; } }
    .column-block .col .item {
      float: none; }
    .column-block .col .video-wrap,
    .column-block .col .img-wrap {
      margin-bottom: 10px; }
      .column-block .col .video-wrap a,
      .column-block .col .img-wrap a {
        padding-top: 56.25%; }
    .column-block .col .text {
      max-width: 550px;
      margin: 0 auto;
      font-size: 18px;
      line-height: 1.2;
      font-weight: 300;
      color: #000; }
    .column-block .col h1 {
      font-weight: 300;
      margin: 0 0 10px; }

.three-columns + .manual_spacer .main-ad {
  padding-bottom: 0; }
  .three-columns + .manual_spacer .main-ad iframe {
    margin-bottom: 60px; }
