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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

.svg-angle-left-dims {
  width: 98.15px;
  height: 98.15px; }

.svg-angle-right-dims {
  width: 98.15px;
  height: 98.15px; }

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

.svg-icon-accessibility-dims {
  width: 63.57px;
  height: 63.66px; }

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

.svg-icon-cross-dims {
  width: 54px;
  height: 54px; }

.svg-icon-expand-dims {
  width: 88.78px;
  height: 85.95px; }

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

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

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

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

.svg-icon-googleplus-b-dims {
  width: 448px;
  height: 448px; }

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

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

.svg-icon-lifeandstyle-dims {
  width: 179.42px;
  height: 117.82px; }

.svg-icon-lifeandstyle-two-dims {
  width: 179.42px;
  height: 117.82px; }

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

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

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

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

.svg-icon-signin-dims {
  width: 23px;
  height: 26px; }

.svg-icon-signout-dims {
  width: 20px;
  height: 17px; }

.svg-icon-tumblr-dims {
  width: 352px;
  height: 352px; }

.svg-icon-tumblr-b-dims {
  width: 352px;
  height: 352px; }

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

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

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

.svg-icon-user-dims {
  width: 23px;
  height: 26px; }

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

.svg-logo-closerweekly-dims {
  width: 90px;
  height: 45px; }

.svg-logo-closerweekly-footer-dims {
  width: 1175.68px;
  height: 358.42px; }

.svg-logo-intouch-dims {
  width: 423.8px;
  height: 106.6px; }

.svg-logo-intouch-footer-dims {
  width: 350px;
  height: 101px; }

.svg-logo-j14-dims {
  width: 310.73px;
  height: 81.1px; }

.svg-logo-j14-footer-dims {
  width: 310.73px;
  height: 81.1px; }

.svg-logo-lifeandstyle-dims {
  width: 544.2px;
  height: 144.4px; }

.svg-logo-lifeandstyle-footer-dims {
  width: 544.2px;
  height: 144.42px; }

.svg-logo-sm-closer-dims {
  width: 425px;
  height: 158px; }

.svg-logo-sm-intouch-dims {
  width: 423.8px;
  height: 106.6px; }

.svg-logo-sm-j14-dims {
  width: 310.7px;
  height: 81.1px; }

.svg-logo-sm-lifeandstyle-dims {
  width: 544.2px;
  height: 144.4px; }

.svg-logo-tag-registered-dims {
  width: 265.31px;
  height: 259.19px; }

/* This stylesheet generated by Transfonter (https://transfonter.org) */
@font-face {
  font-family: 'Roboto Slab';
  src: url("../fonts/RobotoSlab-Bold.woff2") format("woff2"), url("../fonts/RobotoSlab-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Roboto Slab';
  src: url("../fonts/RobotoSlab-Regular.woff2") format("woff2"), url("../fonts/RobotoSlab-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

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

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

.ad-leaderboard {
  padding-bottom: 15px; }
  .ad-leaderboard.sticked .dfp-slot {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: #fff; }
    body.admin-bar .ad-leaderboard.sticked .dfp-slot {
      top: 32px; }

.dfp-slot:not(:empty) {
  text-align: center;
  margin-bottom: 30px; }
  .dfp-slot:not(:empty)#leader1 {
    margin-bottom: 0; }

#acq-mb-sticky,
#mb-sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 9999;
  margin-bottom: 0;
  background: #f2f2f2; }
  #acq-mb-sticky > div:first-child,
  #mb-sticky > div:first-child {
    padding-top: 7px;
    padding-bottom: 3px; }

@media (min-width: 768px) {
  #rr1 {
    display: flex;
    align-items: baseline;
    justify-content: center;
    min-height: 250px !important; } }

@media (max-width: 767px) {
  .dfp-slot[id^='mb']:not(#mb-sticky) {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column !important;
    min-height: 84vw !important; } }

#leader-inline1,
#leader1 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 84vw !important; }
  @media (min-width: 768px) {
    #leader-inline1,
    #leader1 {
      min-height: 270px !important; } }
  @media (max-width: 767px) {
    #leader-inline1:empty,
    #leader1:empty {
      background: #f6f6f6; } }

@keyframes slide-in-left {
  0% {
    transform: translateX(-1000px);
    opacity: 0; }
  100% {
    width: auto;
    height: auto;
    transform: translateX(0);
    opacity: 1; } }

@keyframes slide-out-bck-left {
  0% {
    transform: translateX(0);
    opacity: 1; }
  100% {
    transform: translateX(-1000px);
    opacity: 0; } }

.article__item {
  border-bottom: 1px solid #eee;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .article__item-content {
      display: flex;
      justify-content: space-between; } }
  .article__item-text {
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .article__item-text {
        width: calc(50% - 15px);
        flex-shrink: 0;
        order: 1; } }
    @media (min-width: 1024px) {
      .article__item-text {
        width: calc(41.7% - 15px); } }
  .article__item-date {
    font-size: 11px;
    font-size: 0.6875rem;
    display: block;
    color: #111;
    margin-top: 2px;
    margin-bottom: 15px; }
  .article__item-title {
    font-size: 28px;
    font-size: 1.75rem;
    margin-top: 0; }
  .article__item-thumbnail {
    display: block;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .article__item-thumbnail {
        width: calc(50% - 15px);
        flex-shrink: 0;
        order: 2; } }
    @media (min-width: 1024px) {
      .article__item-thumbnail {
        width: calc(58.3% - 15px); } }
  .article__item-excerpt {
    line-height: 1.5;
    margin-bottom: 15px; }
    .article__item-excerpt p:last-child {
      margin-bottom: 0; }
  .article__item-figure {
    margin: 0; }
    .article__item-figure .icon-play {
      width: 25px;
      height: 32px;
      fill: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -16px 0 0 -12px; }

.breadcrumbs {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 15px 0; }
  .breadcrumbs a {
    color: #111; }

.button {
  font-size: 12px;
  font-size: 0.75rem;
  display: inline-block;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 25px;
  white-space: nowrap;
  padding: 6px 12px;
  outline: none; }
  .button__primary {
    color: #fff;
    background-color: #FF0264; }
    .button__primary:hover, .button__primary:focus, .button__primary:active {
      color: #FFF;
      background-color: #ce0050; }
    @media (min-width: 0) and (max-width: 1023px) {
      .button__primary {
        display: block; } }
  .button__load-more {
    color: #000;
    border: 2px solid #000;
    padding: 7px 13px; }
    .button__load-more:hover, .button__load-more:focus, .button__load-more:active {
      color: #FFF; }

.month-calendar #wp-calendar {
  width: 100%;
  margin: 0 auto;
  background: #233142;
  color: #fff;
  position: relative; }
  .month-calendar #wp-calendar a {
    color: #fff; }
  .month-calendar #wp-calendar caption {
    font-size: 16px;
    font-size: 1rem;
    padding: 13px 0;
    text-align: center;
    text-transform: uppercase;
    background: #233142; }
    @media (min-width: 768px) {
      .month-calendar #wp-calendar caption {
        font-size: 20px;
        font-size: 1.25rem;
        padding: 16px 0;
        border-bottom: solid 2px #2c3d53; } }
  .month-calendar #wp-calendar thead {
    font-size: 16px;
    font-size: 1rem; }
    @media (min-width: 768px) {
      .month-calendar #wp-calendar thead {
        font-size: 20px;
        font-size: 1.25rem; } }
    .month-calendar #wp-calendar thead th {
      width: calc(100% / 7);
      font-weight: 400;
      text-align: center;
      padding: 10px 0; }
      @media (min-width: 768px) {
        .month-calendar #wp-calendar thead th {
          padding: 15px 0; } }
  .month-calendar #wp-calendar tbody tr td {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 2.5;
    color: #888;
    text-align: center;
    background: #2c3d53;
    border: solid 2px #233142; }
    .month-calendar #wp-calendar tbody tr td:first-child {
      border-left: none; }
    .month-calendar #wp-calendar tbody tr td:last-child {
      border-right: none; }
    .month-calendar #wp-calendar tbody tr td.pad {
      background: none; }
    .month-calendar #wp-calendar tbody tr td a {
      color: #fff;
      display: block;
      transition: all .3s; }
      .month-calendar #wp-calendar tbody tr td a:hover {
        background: #354a63;
        transition: all .2s; }
  .month-calendar #wp-calendar tfoot {
    line-height: 0; }
    .month-calendar #wp-calendar tfoot #prev,
    .month-calendar #wp-calendar tfoot #next {
      position: absolute;
      top: 0; }
      .month-calendar #wp-calendar tfoot #prev a,
      .month-calendar #wp-calendar tfoot #next a {
        font-size: 15px;
        font-size: 0.9375rem;
        display: block;
        padding: 22px 15px;
        background: #2c3d53; }
        @media (min-width: 768px) {
          .month-calendar #wp-calendar tfoot #prev a,
          .month-calendar #wp-calendar tfoot #next a {
            font-size: 16px;
            font-size: 1rem;
            padding: 28px; } }
        .month-calendar #wp-calendar tfoot #prev a:hover,
        .month-calendar #wp-calendar tfoot #next a:hover {
          background: #354a63;
          transition: all .2s; }
    .month-calendar #wp-calendar tfoot #prev {
      left: 0; }
    .month-calendar #wp-calendar tfoot #next {
      right: 0; }

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

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

.embed-youtube,
.ami-fluid-video-wrapper,
.ami-video-placeholder {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }
  @media (max-width: 767px) {
    .embed-youtube,
    .ami-fluid-video-wrapper,
    .ami-video-placeholder {
      padding-top: 25px; } }
  .embed-youtube iframe,
  .ami-fluid-video-wrapper iframe,
  .ami-video-placeholder iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .embed-youtube .jwplayer,
  .ami-fluid-video-wrapper .jwplayer,
  .ami-video-placeholder .jwplayer {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0; }
    .embed-youtube .jwplayer.sticky-mobile-video,
    .ami-fluid-video-wrapper .jwplayer.sticky-mobile-video,
    .ami-video-placeholder .jwplayer.sticky-mobile-video {
      height: auto !important; }
  @media (max-width: 767px) {
    .embed-youtube .jw-flag-floating .jw-wrapper,
    .ami-fluid-video-wrapper .jw-flag-floating .jw-wrapper,
    .ami-video-placeholder .jw-flag-floating .jw-wrapper {
      margin-top: 0 !important;
      max-width: 100% !important; } }
  .embed-youtube > div[id^='jwplayer']:first-child:empty,
  .ami-fluid-video-wrapper > div[id^='jwplayer']:first-child:empty,
  .ami-video-placeholder > div[id^='jwplayer']:first-child:empty {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #e6e6e6 url("../images/icons/icon-video.svg") no-repeat center;
    background-size: 150px; }
  .embed-youtube .jwplayer:not(:empty),
  .embed-youtube iframe[src],
  .ami-fluid-video-wrapper .jwplayer:not(:empty),
  .ami-fluid-video-wrapper iframe[src],
  .ami-video-placeholder .jwplayer:not(:empty),
  .ami-video-placeholder iframe[src] {
    z-index: 10; }
    .embed-youtube .jwplayer:not(:empty).jw-flag-floating,
    .embed-youtube iframe[src].jw-flag-floating,
    .ami-fluid-video-wrapper .jwplayer:not(:empty).jw-flag-floating,
    .ami-fluid-video-wrapper iframe[src].jw-flag-floating,
    .ami-video-placeholder .jwplayer:not(:empty).jw-flag-floating,
    .ami-video-placeholder iframe[src].jw-flag-floating {
      z-index: 50; }

.fb-embed-wrapper {
  position: relative; }

.fb-video {
  margin-bottom: 10px; }
  .fb-video:not([fb-xfbml-state="rendered"]) {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
    background: #e6e6e6 url("../images/icons/icon-video.svg") no-repeat center;
    background-size: 150px; }
  .fb-video iframe[src] {
    z-index: 10; }

.l-grid__main iframe[data-src][class*='optanon']:not([src]) {
  background: #e6e6e6 url("../images/icons/icon-video.svg") no-repeat center;
  background-size: 150px; }

.video-placeholder__optanon_error.video-placeholder__optanon_error {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #a7a7a7;
  margin-bottom: 0; }
  .video-placeholder__optanon_error.video-placeholder__optanon_error a {
    display: inline !important;
    color: #FF0264; }

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

.single-format-video .js-video-placeholder {
  margin: 0 0 15px;
  position: relative;
  height: 0;
  padding-bottom: 56.6%; }
  .single-format-video .js-video-placeholder iframe {
    position: absolute;
    width: 100%;
    height: 100%; }
  @media (min-width: 768px) {
    .single-format-video .js-video-placeholder {
      background: #e6e6e6 url("../images/icons/icon-video.svg") no-repeat center;
      background-size: 150px; } }

.js-sticky-video, .js-absolute {
  position: fixed !important;
  top: 10px;
  left: 10px;
  width: 300px;
  height: 169px;
  padding: 0;
  z-index: 4;
  box-shadow: 0px 1px 3px 0px rgba(17, 17, 17, 0.5); }
  .sticky-header .js-sticky-video, .sticky-header .js-absolute {
    top: 85px; }
    @media (min-width: 768px) {
      .sticky-header .js-sticky-video video[title="Advertisement"], .sticky-header .js-absolute video[title="Advertisement"] {
        top: 85px !important; } }
  @media (min-width: 768px) {
    .js-sticky-video video[title="Advertisement"], .js-absolute video[title="Advertisement"] {
      position: fixed !important;
      top: 10px !important;
      left: 10px !important;
      margin: 0 !important;
      width: 300px !important;
      height: 169px !important; } }
  .js-sticky-video .jw-plugin-googima div, .js-absolute .jw-plugin-googima div {
    font-size: 9px !important; }

.js-absolute {
  position: absolute !important;
  top: auto !important;
  bottom: 0 !important;
  z-index: 4; }
  .admin-bar .js-absolute {
    top: auto !important; }
  @media (min-width: 768px) {
    .js-absolute video[title="Advertisement"] {
      position: absolute !important;
      top: 0 !important;
      left: 0 !important; } }

@media (max-width: 767px) {
  .sticky-mobile-video {
    position: fixed !important;
    top: 0 !important;
    z-index: 2000;
    width: 100%; } }

.sticky-mobile-video div.jw-aspect {
  display: block !important;
  padding-top: 56.25%; }

.link-related {
  border-top: 5px solid #FF0264;
  border-bottom: 5px solid #FF0264;
  padding: 15px 0;
  margin: 20px 0; }
  @media (min-width: 768px) {
    .link-related {
      padding: 20px 0;
      margin: 25px 0; } }
  .link-related a.link-related__link {
    font-size: 20px;
    font-size: 1.25rem;
    color: #111;
    border: none !important; }
    .link-related a.link-related__link:hover {
      text-decoration: none; }
  .link-related__title, .link-related__subtitle {
    display: block; }
  .link-related__title {
    font-size: 24px;
    font-size: 1.5rem;
    color: #111;
    font-family: "Roboto Slab", serif;
    line-height: 1.2;
    text-transform: uppercase; }
  .link-related__subtitle {
    line-height: 1.3;
    font-weight: 300;
    text-transform: none;
    color: #111;
    margin-top: 5px; }
    @media (max-width: 767px) {
      .link-related__subtitle {
        display: none; } }
  @media (min-width: 768px) {
    .link-related__with-thumb {
      padding: 15px 0 20px; } }
  .link-related__with-thumb a.link-related__link {
    display: flex;
    align-items: center;
    color: #111; }
  .link-related__with-thumb .link-related__image {
    display: block;
    width: 120px;
    flex-shrink: 0;
    margin-right: 10px;
    position: relative; }
    @media (max-width: 767px) {
      .link-related__with-thumb .link-related__image {
        margin-top: 4px; } }
    .link-related__with-thumb .link-related__image img {
      margin: 0 !important; }
  .link-related .video-icon,
  .link-related .gallery-icon {
    display: none; }

.site-link, .post-byline__author a, .post-content a, .post-similar__item a, .fs-gallery__body .ami-gallery-item .caption-slide a, .fs-gallery__body .fs-gallery__right-col .caption-slide .gallery-item__caption a, .list-gallery .ami-gallery-item .gallery-item__caption a, .listicle .ami-gallery-item .gallery-item__caption a {
  color: #FF0264;
  text-decoration: none; }
  .site-link:hover, .post-byline__author a:hover, .post-content a:hover, .post-similar__item a:hover, .fs-gallery__body .ami-gallery-item .caption-slide a:hover, .fs-gallery__body .fs-gallery__right-col .caption-slide .gallery-item__caption a:hover, .list-gallery .ami-gallery-item .gallery-item__caption a:hover, .listicle .ami-gallery-item .gallery-item__caption a:hover {
    text-decoration: underline; }

#menu-trigger {
  width: 23px;
  height: 21px;
  margin: 0 10px;
  transform: rotate(0deg);
  transition: .15s ease-in-out;
  position: relative;
  cursor: pointer;
  z-index: 50; }
  @media (min-width: 768px) {
    #menu-trigger {
      display: none; } }
  #menu-trigger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .3s ease-in-out; }
  #menu-trigger span:nth-child(1) {
    top: 3px; }
  #menu-trigger span:nth-child(2) {
    top: 11px; }
  #menu-trigger span:nth-child(3) {
    top: 19px; }
  #menu-trigger.opened span:nth-child(1) {
    transform: rotate(-135deg);
    top: 10px; }
  #menu-trigger.opened span:nth-child(2) {
    width: 0%;
    opacity: 0; }
  #menu-trigger.opened span:nth-child(3) {
    transform: rotate(135deg);
    top: 10px; }

.pagination {
  text-align: center; }

.nav-links {
  display: inline-flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 4px; }

.page-numbers {
  font-size: 16px;
  font-size: 1rem;
  display: block;
  min-width: 40px;
  color: #FF0264;
  line-height: 2.15;
  text-align: center;
  border: 1px solid #FF0264;
  padding: 0 12px;
  margin: 0 2px 4px;
  transition: background-color 0.15s; }
  .page-numbers:hover {
    color: #FFF;
    background-color: #FF0264; }
  .page-numbers.dots {
    color: #999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }
  .page-numbers.current {
    color: #fff;
    background: #FF0264; }

.photo-credit,
.wp-caption-text {
  font-size: 12px;
  font-size: 0.75rem;
  background-color: rgba(0, 0, 0, 0.3);
  color: #eee;
  line-height: 1.2em;
  text-align: right;
  padding: 5px;
  margin: 0;
  position: absolute;
  bottom: 10px;
  right: 10px; }
  .photo-credit .credit,
  .wp-caption-text .credit {
    display: block; }

.wp-caption-text {
  padding: 0; }
  .wp-caption-text .credit {
    padding: 5px; }
    .wp-caption-text .credit:empty {
      display: none; }

.post-meta .sharedaddy {
  margin-right: 40px; }

.post-meta .no-comments .sharedaddy {
  margin-right: 0; }

.sharedaddy .sd-social-icon .sd-content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: 0 !important; }
  .sharedaddy .sd-social-icon .sd-content ul li {
    display: inline-block;
    padding: 0;
    margin: 0 5px 0 0; }
    .sharedaddy .sd-social-icon .sd-content ul li:last-child {
      margin-right: 0; }
    .sharedaddy .sd-social-icon .sd-content ul li a.sd-button,
    .sharedaddy .sd-social-icon .sd-content ul li a.sd-button:hover {
      font-size: 12px;
      font-size: 0.75rem;
      display: inline-block;
      color: #fff;
      width: 40px;
      height: 40px;
      line-height: 35px;
      text-align: center;
      border-radius: 20px;
      padding: 0;
      margin: 0 !important;
      cursor: pointer; }
      .sharedaddy .sd-social-icon .sd-content ul li a.sd-button:before,
      .sharedaddy .sd-social-icon .sd-content ul li a.sd-button:hover:before {
        display: inline-block;
        color: #FFF;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font: normal 18px/1 'Genericons';
        vertical-align: middle; }
      .sharedaddy .sd-social-icon .sd-content ul li a.sd-button.share-facebook,
      .sharedaddy .sd-social-icon .sd-content ul li a.sd-button:hover.share-facebook {
        background: #3b5998; }
        .sharedaddy .sd-social-icon .sd-content ul li a.sd-button.share-facebook:before,
        .sharedaddy .sd-social-icon .sd-content ul li a.sd-button:hover.share-facebook:before {
          content: '\f204'; }
      .sharedaddy .sd-social-icon .sd-content ul li a.sd-button.share-twitter,
      .sharedaddy .sd-social-icon .sd-content ul li a.sd-button:hover.share-twitter {
        background: #00acee; }
        .sharedaddy .sd-social-icon .sd-content ul li a.sd-button.share-twitter:before,
        .sharedaddy .sd-social-icon .sd-content ul li a.sd-button:hover.share-twitter:before {
          content: '\f202'; }
      .sharedaddy .sd-social-icon .sd-content ul li a.sd-button.share-pinterest,
      .sharedaddy .sd-social-icon .sd-content ul li a.sd-button:hover.share-pinterest {
        background: #DE0000; }
        .sharedaddy .sd-social-icon .sd-content ul li a.sd-button.share-pinterest:before,
        .sharedaddy .sd-social-icon .sd-content ul li a.sd-button:hover.share-pinterest:before {
          content: '\f209'; }
    .sharedaddy .sd-social-icon .sd-content ul li a.sd-button:hover {
      opacity: .9; }
    .sharedaddy .sd-social-icon .sd-content ul li .sharing-screen-reader-text {
      clip: rect(1px, 1px, 1px, 1px);
      position: absolute;
      height: 1px;
      width: 1px;
      overflow: hidden; }

.share-alt .sharedaddy {
  text-align: left;
  margin-bottom: 30px !important; }
  .share-alt .sharedaddy .sd-social-icon .sd-content ul {
    justify-content: flex-start; }
    .share-alt .sharedaddy .sd-social-icon .sd-content ul li a.sd-button,
    .share-alt .sharedaddy .sd-social-icon .sd-content ul li a.sd-button:hover {
      width: 85px;
      line-height: 1;
      padding: 9px 2px; }
      .share-alt .sharedaddy .sd-social-icon .sd-content ul li a.sd-button:before,
      .share-alt .sharedaddy .sd-social-icon .sd-content ul li a.sd-button:hover:before {
        font: normal 14px/1 'Genericons';
        vertical-align: top;
        position: relative;
        top: 4px; }
      .share-alt .sharedaddy .sd-social-icon .sd-content ul li a.sd-button:after,
      .share-alt .sharedaddy .sd-social-icon .sd-content ul li a.sd-button:hover:after {
        font-size: 12px;
        font-size: 0.75rem;
        content: '';
        display: inline-block;
        width: calc(100% - 25px);
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 0.1em;
        line-height: 22px;
        margin: 0 auto; }
      .share-alt .sharedaddy .sd-social-icon .sd-content ul li a.sd-button.share-facebook,
      .share-alt .sharedaddy .sd-social-icon .sd-content ul li a.sd-button:hover.share-facebook {
        background: #3b5998; }
        .share-alt .sharedaddy .sd-social-icon .sd-content ul li a.sd-button.share-facebook:after,
        .share-alt .sharedaddy .sd-social-icon .sd-content ul li a.sd-button:hover.share-facebook:after {
          content: 'Share'; }
      .share-alt .sharedaddy .sd-social-icon .sd-content ul li a.sd-button.share-twitter,
      .share-alt .sharedaddy .sd-social-icon .sd-content ul li a.sd-button:hover.share-twitter {
        background: #00acee; }
        .share-alt .sharedaddy .sd-social-icon .sd-content ul li a.sd-button.share-twitter:after,
        .share-alt .sharedaddy .sd-social-icon .sd-content ul li a.sd-button:hover.share-twitter:after {
          content: 'Tweet'; }
      .share-alt .sharedaddy .sd-social-icon .sd-content ul li a.sd-button.share-pinterest,
      .share-alt .sharedaddy .sd-social-icon .sd-content ul li a.sd-button:hover.share-pinterest {
        background: #DE0000; }
        .share-alt .sharedaddy .sd-social-icon .sd-content ul li a.sd-button.share-pinterest:after,
        .share-alt .sharedaddy .sd-social-icon .sd-content ul li a.sd-button:hover.share-pinterest:after {
          content: 'Pin It'; }

/* Comment Icon */
.comment-icon {
  display: inline-block;
  background: #c3c5c7;
  width: 40px;
  height: 40px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  bottom: 2px;
  right: 0; }
  .comment-icon svg {
    width: 20px;
    height: 20px; }
  .comment-icon:hover {
    opacity: 0.9; }
  .share-alt .comment-icon {
    display: none; }

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

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

.dfp-oop {
  position: absolute; }

.dfp-tag-mobile_box {
  margin: 35px auto 25px !important;
  display: flex;
  justify-content: center; }
  @media (min-width: 768px) {
    .dfp-tag-mobile_box {
      display: none; } }
  .inline-articles__three-in-row .dfp-tag-mobile_box {
    margin-bottom: 37px !important; }
  .ok-exclusive__slider-block + .post-related .l-main__main-col > .dfp-tag-mobile_box,
  .sign-up-section + .post-related .l-main__main-col .dfp-tag-mobile_box {
    margin: 0 auto 37px !important; }

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

.list-gallery_wrapper .dfp-container {
  margin-top: 25px; }

body.category div[id^='dfp-tag-leader-inline'],
body.home div[id^='dfp-tag-leader-inline'] {
  margin-top: 40px;
  margin-bottom: 40px; }

.dfp-container > div:first-child:only-child:after,
.gallery-inline-leader-ad > div:first-child:only-child:after,
.gallery-inline-sidebar-ad > div:first-child:only-child:after,
.advertisement.inline > div:first-child:only-child:after,
#slideshow-leader > div:first-child:only-child:after,
#slideshow-box > div:first-child:only-child:after {
  content: 'Advertisement';
  font-size: 10px;
  text-align: right;
  display: block;
  color: #bbb;
  line-height: 1;
  max-width: 970px;
  padding-right: 0;
  margin: 7px auto 0; }
  @media (max-width: 767px) {
    .dfp-container > div:first-child:only-child:after,
    .gallery-inline-leader-ad > div:first-child:only-child:after,
    .gallery-inline-sidebar-ad > div:first-child:only-child:after,
    .advertisement.inline > div:first-child:only-child:after,
    #slideshow-leader > div:first-child:only-child:after,
    #slideshow-box > div:first-child:only-child:after {
      width: 100%;
      max-width: 320px; } }

.dfp-container[id*="rr"] > div:first-child:after, .dfp-container#slideshow-box > div:first-child:after,
.gallery-inline-leader-ad[id*="rr"] > div:first-child:after,
.gallery-inline-leader-ad#slideshow-box > div:first-child:after,
.gallery-inline-sidebar-ad[id*="rr"] > div:first-child:after,
.gallery-inline-sidebar-ad#slideshow-box > div:first-child:after,
.advertisement.inline[id*="rr"] > div:first-child:after,
.advertisement.inline#slideshow-box > div:first-child:after,
#slideshow-leader[id*="rr"] > div:first-child:after,
#slideshow-leader#slideshow-box > div:first-child:after,
#slideshow-box[id*="rr"] > div:first-child:after,
#slideshow-box#slideshow-box > div:first-child:after {
  max-width: 300px; }

#slideshow-leader > div:first-child:after {
  margin-top: 4px; }

@media (max-width: 767px) {
  div[id*="leader-inline"] {
    display: none !important; } }

div[id*="leader-inline"] > div:first-child {
  display: inline-block; }

#blockbuster {
  margin-bottom: 0; }
  #blockbuster > div {
    margin-bottom: 30px; }
    #blockbuster > div:empty {
      margin-bottom: 0; }
      #blockbuster > div:empty:after {
        display: none; }

.views-video-shared-placeholder-__placeholder:after {
  content: 'Advertisement';
  font-size: 10px;
  text-align: right;
  display: block;
  color: #bbb;
  line-height: 1;
  max-width: 970px;
  padding-right: 0;
  margin: 7px auto 0; }
  @media (max-width: 767px) {
    .views-video-shared-placeholder-__placeholder:after {
      max-width: 320px; } }

@media (max-width: 767px) {
  #spotim-specific {
    min-height: 300px; } }

@media (max-width: 767px) {
  div[id^='zergnet-widget'] {
    min-height: 900px; } }

@media (max-width: 767px) {
  div[id^='zergnet-widget']:empty {
    background: #f6f6f6; } }

@media (max-width: 767px) {
  .ds_cpp {
    min-height: 300px; } }

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

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

body {
  color: #111;
  font-family: "Montserrat", sans-serif;
  min-height: 100vh; }
  @media (max-width: 1023px) {
    body {
      overflow-x: hidden; } }
  body.gallery-fullscreen, body.overflow-hidden {
    overflow-y: hidden; }

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

figure {
  position: relative; }

a {
  text-decoration: none; }

iframe {
  max-width: 100%; }

b,
strong {
  font-weight: 700; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 11px; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit; }

h1, h2, h3 {
  margin-top: 22px; }

h4, h5, h6 {
  margin-top: 11px; }

h1 {
  font-size: 32px;
  font-size: 2rem; }
  @media (min-width: 1024px) {
    h1 {
      font-size: 36px;
      font-size: 2.25rem; } }

h2 {
  font-size: 28px;
  font-size: 1.75rem; }

h3 {
  font-size: 27px;
  font-size: 1.6875rem; }

h4 {
  font-size: 23px;
  font-size: 1.4375rem; }

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

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

.cf, #lazyload-anchor,
.clearfix {
  *zoom: 1; }

.cf::before, #lazyload-anchor::before,
.cf::after,
#lazyload-anchor::after,
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table; }


.cf::after,
#lazyload-anchor::after,
.clearfix::after {
  clear: both; }

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

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

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

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

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

.optanon-toggle-display.optanon-toggle-display {
  display: none; }

div.ratio-based-placeholder {
  display: block;
  width: 100%;
  height: 0;
  background: #f0f0f0;
  position: relative;
  overflow: hidden; }
  div.ratio-based-placeholder img {
    width: 100%; }

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

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

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

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

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

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

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

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

.wp-caption {
  display: table;
  max-width: 100%;
  text-align: center;
  position: relative; }

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

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

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

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

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

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

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

.ob-widget:not(:empty) {
  margin-bottom: 20px; }

.l-container {
  max-width: 1170px;
  min-height: calc(100vh - 499px);
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto; }

.l-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media (min-width: 1024px) {
    .l-grid .l-grid__main {
      width: calc(100% - 345px); } }

.l-grid__main {
  width: 100%;
  height: 100%;
  position: relative; }

.l-grid__sidebar {
  width: 330px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  @media (max-width: 1023px) {
    .l-grid__sidebar {
      display: none; } }
  .l-grid__sidebar .ad-container {
    padding: 15px 0; }
    .l-grid__sidebar .ad-container .dfp-container {
      text-align: center; }
    body.sticky-header .l-grid__sidebar .ad-container.sticky {
      padding-top: 60px; }
      @media (min-width: 1221px) {
        body.sticky-header .l-grid__sidebar .ad-container.sticky {
          padding-top: 92px; } }
    .l-grid__sidebar .ad-container__sticky-wrapper {
      height: 100%;
      flex: 1; }
      .l-grid__sidebar .ad-container__sticky-wrapper .ad-container {
        padding-bottom: 0; }
      .l-grid__sidebar .ad-container__sticky-wrapper .dfp-slot {
        margin-bottom: 0; }
  .l-grid__sidebar #custom_html-3 {
    text-align: center; }

.post-header-gallery {
  margin-bottom: 20px; }
  .post-header-gallery__bg {
    width: 100%;
    height: 100%;
    background: #ce0050;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .82; }
    @media (max-width: 1023px) {
      .post-header-gallery__bg {
        display: none; } }
  .post-header-gallery__hero {
    margin: 0 -20px; }
    @media (min-width: 768px) {
      .post-header-gallery__hero {
        margin: 0; } }
  .post-header-gallery__hero-source {
    display: block;
    width: 100%;
    height: auto; }
  .post-header-gallery .gallery-open-btn {
    font-size: 38px;
    font-size: 2.375rem;
    display: block;
    width: 400px;
    height: 82px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    border: solid 3px #fff;
    text-align: center;
    line-height: 82px;
    color: #fff;
    text-decoration: none;
    transition: all .25s;
    cursor: pointer; }
    @media (max-width: 1023px) {
      .post-header-gallery .gallery-open-btn {
        display: none; } }
    .post-header-gallery .gallery-open-btn:hover {
      background: #fff;
      color: #FF0264;
      transition: all .25s; }
      .post-header-gallery .gallery-open-btn:hover .icon {
        fill: #FF0264;
        transition: all .25s; }
    .post-header-gallery .gallery-open-btn .icon {
      fill: #fff;
      width: 37px;
      height: 37px;
      position: relative;
      top: 3px;
      margin-left: 5px;
      transition: all .25s; }

.post-header-video {
  margin-bottom: 22px; }
  .post-header-video .l-container {
    padding: 0; }

.post-header__subtitle {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 11px; }

.post-flag {
  color: #ce0050;
  font-style: italic; }
  .post-flag:after {
    content: ": "; }

.post-meta {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5;
  margin-bottom: 15px;
  position: relative; }
  @media (min-width: 768px) {
    .post-meta {
      display: flex;
      justify-content: space-between; } }
  .post-meta .sd-sharing {
    margin-bottom: 0; }

.post-hero {
  margin: 0 0 15px; }

.post-content p {
  line-height: 1.5;
  margin-bottom: 16px; }

.post-content ul,
.post-content ol {
  line-height: 1.5;
  margin-left: 18px;
  margin-bottom: 16px; }

.post-content .caption {
  text-align: center;
  margin-top: 10px; }

.post-content .jwplayer {
  width: 100% !important;
  height: auto !important;
  margin-bottom: 16px; }
  .post-content .jwplayer .jw-aspect {
    display: block !important;
    padding-top: 56.25%; }

.post-content p .alignnone {
  margin-right: 0;
  margin-bottom: 0; }

.post-content p + .caption {
  margin-top: -6px; }

.post-content a,
.post-content p {
  word-break: break-word; }

.post-content figure {
  display: block;
  max-width: 100%; }

.post-content .instagram-media {
  width: 100% !important;
  max-width: none !important;
  margin: 0 0 15px !important; }

.post-content iframe + .ad-slot {
  margin-top: 30px; }

.post-content a[href*="itunes.apple.com/us/podcast"] {
  margin-top: 5px; }

.post-content a[href*="playmusic.app.goo.gl"] img {
  display: block;
  margin: 2px 0 10px; }

.post-similar__title {
  margin-top: 22px;
  margin-bottom: 11px; }

.post-similar__item {
  margin-bottom: 16px; }
  .post-similar__item a .post-flag {
    color: inherit;
    font-style: inherit; }

.post-newsletter {
  background-color: #f2f2f2;
  border: 2px solid #FF0264;
  border-radius: 8px;
  padding: 20px;
  margin-top: 30px;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .post-newsletter {
      display: flex;
      align-items: center; }
      .post-newsletter > * {
        width: 50%; } }
  .post-newsletter__title {
    font-size: 21px;
    font-size: 1.3125rem;
    color: #000;
    display: block;
    text-align: center;
    font-weight: 700; }
    @media (max-width: 767px) {
      .post-newsletter__title {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1.7;
        margin-bottom: 15px; } }
  .post-newsletter__button {
    font-size: 16px;
    font-size: 1rem;
    display: block;
    background-color: #FF0264;
    color: #FFF;
    text-align: center;
    line-height: 2.15; }
    .post-newsletter__button:hover {
      background-color: #ce0050; }

@media (min-width: 768px) {
  .post-related {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; } }

.post-related__item {
  background-color: #FF0264;
  border-radius: 4px;
  margin-bottom: 30px; }
  .post-related__item:hover {
    background-color: #ce0050; }
  @media (min-width: 768px) {
    .post-related__item {
      width: calc(50% - 15px); } }

.post-related__image {
  display: block;
  border-radius: 4px 4px 0 0;
  text-align: center;
  height: 0;
  padding-bottom: 56%;
  overflow: hidden; }
  .post-related__image img {
    border-radius: 4px 4px 0 0;
    max-width: 100%;
    height: auto; }
    @media (min-width: 768px) {
      .post-related__image img {
        width: 100%;
        max-width: none; } }

.post-related__title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 26px;
  display: block;
  color: #FFF;
  border-radius: 0 0 4px 4px;
  text-align: center;
  padding: 15px; }
  .post-related__title a {
    color: inherit; }
  .post-related__title .post-flag {
    color: #712e4f;
    font-weight: 700; }

.recirc-widget {
  max-width: 80vw;
  position: fixed;
  z-index: 999;
  bottom: 220px;
  left: 5px;
  display: flex;
  align-items: center;
  opacity: 0;
  transform: scale3d(0.3, 0.3, 0.3); }
  @media (min-width: 768px) {
    .recirc-widget {
      max-width: 450px; } }
  @media (min-width: 768px) {
    .recirc-widget {
      bottom: 20%; } }
  .recirc-widget.opened {
    animation: slide-in-left 1s cubic-bezier(0.23, 1, 0.32, 1) both; }
  .recirc-widget.removed {
    animation: slide-out-bck-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both; }
  .recirc-widget__img-close {
    position: relative; }
  .recirc-widget__img {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden;
    padding: 4px;
    background-color: #111;
    box-shadow: 0 0 8px #444;
    position: relative;
    z-index: 1; }
    @media (min-width: 768px) {
      .recirc-widget__img {
        width: 70px;
        height: 70px; } }
    .recirc-widget__img .ratio-based-placeholder {
      padding-bottom: 0 !important;
      height: 100%; }
    .recirc-widget__img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      border-radius: 50%; }
  .recirc-widget__text {
    display: flex;
    width: 0;
    height: 0;
    transform: translateX(-100px);
    margin-left: -30px; }
    .opened .recirc-widget__text {
      animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
      animation-delay: 1s; }
  .recirc-widget__title {
    width: 100%;
    display: flex;
    align-items: center;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    color: #fff;
    margin-bottom: 0;
    padding: 10px 15px 10px 40px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #111;
    box-shadow: 0 1px 5px #444;
    transition: all 0.5s ease; }
    @media (min-width: 768px) {
      .recirc-widget__title {
        font-size: 14px; } }
    .collapsed .recirc-widget__title {
      width: 0;
      margin-left: 8px;
      margin-right: 8px;
      padding-left: 0;
      transition: all 0.5s ease; }
    .recirc-widget__title a,
    .recirc-widget__title span {
      display: block;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      max-height: 2.1em;
      text-overflow: ellipsis;
      color: inherit;
      word-break: break-all; }
  .recirc-widget__toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 25px;
    margin-left: 2px;
    border-radius: 5px;
    background-color: #111;
    box-shadow: 1px 1px 3px #444;
    cursor: pointer;
    transition: background-color 0.2s; }
    .recirc-widget__toggle:hover {
      background-color: #404040;
      transition: background-color 0.2s; }
    .recirc-widget__toggle svg {
      width: 20px;
      height: 20px;
      transform: rotate(90deg);
      fill: #fff;
      margin-left: -1px; }
    .collapsed .recirc-widget__toggle svg {
      transform: rotate(-90deg); }
  .recirc-widget__close {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 2;
    top: -5px;
    right: -3px;
    border-radius: 50%;
    overflow: hidden;
    height: 17px;
    width: 17px;
    background-color: #f4f4f4;
    border: solid 1px #f7f7f7;
    box-shadow: 0 0 3px #444;
    cursor: pointer;
    transition: box-shadow 0.5s ease; }
    .recirc-widget__close:hover {
      background-color: #fff;
      box-shadow: 0 0 3px #000;
      transition: box-shadow 0.5s ease; }
    .recirc-widget__close svg {
      width: 9px;
      height: 9px; }

.gallery-header {
  margin-bottom: 15px; }
  .gallery-header__bg {
    width: 100%;
    height: 100%;
    background: #ce0050;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .82; }
    @media (max-width: 1023px) {
      .gallery-header__bg {
        display: none; } }
  .gallery-header__hero {
    margin: 0 -15px; }
    @media (min-width: 768px) {
      .gallery-header__hero {
        margin: 0; } }
    .gallery-header__hero img {
      display: block; }
  .gallery-header__hero-source {
    display: block;
    width: 100%;
    height: auto; }
  .gallery-header .gallery-open-btn {
    font-size: 38px;
    font-size: 2.375rem;
    display: block;
    width: 400px;
    height: 82px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    border: solid 3px #fff;
    text-align: center;
    line-height: 82px;
    color: #fff;
    text-decoration: none;
    transition: all .25s;
    cursor: pointer; }
    @media (max-width: 1023px) {
      .gallery-header .gallery-open-btn {
        display: none; } }
    .gallery-header .gallery-open-btn:hover {
      background: #fff;
      color: #FF0264;
      transition: all .25s; }
      .gallery-header .gallery-open-btn:hover .icon {
        fill: #FF0264;
        transition: all .25s; }
    .gallery-header .gallery-open-btn .icon {
      fill: #fff;
      width: 37px;
      height: 37px;
      position: relative;
      top: 3px;
      margin-left: 5px;
      transition: all .25s; }

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

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

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

.fs-gallery__header {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 35px;
  padding-right: 22px; }
  @media (max-width: 1023px) {
    .fs-gallery__header {
      display: none; } }
  .fs-gallery__header__site-logo {
    height: 26px; }
  .fs-gallery__header .logo {
    width: 100px;
    height: 26px; }
    .fs-gallery__header .logo svg {
      fill: #000 !important; }
  .fs-gallery__header__gallery-title {
    font-size: 18px;
    font-size: 1.125rem;
    display: inline-block;
    font-family: "Roboto Slab", serif;
    font-weight: 400;
    max-width: calc(100% - 300px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 30px;
    margin-right: auto; }
  .fs-gallery__header__close-btn {
    width: 16px;
    height: 16px;
    border: none;
    cursor: pointer; }
    .fs-gallery__header__close-btn .icon-cross {
      width: 16px;
      height: 16px; }

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

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

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

@media (min-width: 1024px) {
  .fs-gallery__body .fs-gallery__main {
    width: calc(100% - 330px);
    position: relative; } }

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

.fs-gallery__body .fs-gallery__main .slide-count {
  font-size: 12px;
  font-size: 0.75rem;
  text-align: right;
  margin-bottom: 5px; }

@media (max-width: 1023px) {
  .fs-gallery__body .ami-gallery-item {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px; }
    .fs-gallery__body .ami-gallery-item:first-child {
      margin-top: 20px; } }

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

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

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

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

@media (min-width: 1024px) {
  .fs-gallery__body .ami-gallery-item .dfp-container:empty,
  .fs-gallery__body .ami-gallery-item #leader-inline1:empty,
  .fs-gallery__body .ami-gallery-item #leader1:empty {
    display: none; } }

.fs-gallery__body .ami-gallery-item.landscape-slide .ami-gallery-item__figure {
  width: 100%;
  height: 100%; }

.fs-gallery__body .ami-gallery-item.landscape-slide img {
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.fs-gallery__body .ami-gallery-item.ami-gallery-item-embed {
  flex-direction: column; }
  .fs-gallery__body .ami-gallery-item.ami-gallery-item-embed .credit-embed {
    width: 100%;
    text-align: right; }
  .fs-gallery__body .ami-gallery-item.ami-gallery-item-embed .photo-credit {
    display: inline-block;
    position: static;
    margin: 10px 0; }
  @media (max-width: 1023px) {
    .fs-gallery__body .ami-gallery-item.ami-gallery-item-embed .caption-slide {
      margin-top: 5px; } }
  .fs-gallery__body .ami-gallery-item.ami-gallery-item-embed .caption-slide .gallery-item__caption {
    line-height: 1.5;
    text-align: left; }
    @media (min-width: 1024px) {
      .fs-gallery__body .ami-gallery-item.ami-gallery-item-embed .caption-slide .gallery-item__caption {
        display: none; } }
  @media (min-width: 1024px) {
    .fs-gallery__body .ami-gallery-item.ami-gallery-item-embed .caption-slide .sharedaddy {
      display: none; } }

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

@media (min-width: 1024px) {
  .fs-gallery__body .ami-gallery-item .ratio-based-placeholder {
    display: flex;
    align-items: center;
    height: 100%;
    padding-bottom: 0 !important; } }

@media (min-width: 1024px) {
  .fs-gallery__body .ami-gallery-item .ratio-based-placeholder img {
    width: auto;
    height: auto; } }

.fs-gallery__body .ami-gallery-item .gallery-embed-wrapper {
  overflow: auto; }
  .fs-gallery__body .ami-gallery-item .gallery-embed-wrapper.embed-type-video {
    width: 90%;
    display: flex;
    justify-content: center; }
    .fs-gallery__body .ami-gallery-item .gallery-embed-wrapper.embed-type-video .gallery-embed-inner {
      width: 100%;
      padding-right: 0; }
  .fs-gallery__body .ami-gallery-item .gallery-embed-wrapper::-webkit-scrollbar {
    width: 5px;
    height: 15px;
    border-radius: 10px; }
  .fs-gallery__body .ami-gallery-item .gallery-embed-wrapper::-webkit-scrollbar-track-piece {
    background-color: #eaeaea;
    border-radius: 10px; }
  .fs-gallery__body .ami-gallery-item .gallery-embed-wrapper::-webkit-scrollbar-thumb:vertical {
    height: 30px;
    background-color: #111;
    border-radius: 10px; }

.fs-gallery__body .ami-gallery-item .gallery-embed-inner {
  padding-right: 15px; }
  .fs-gallery__body .ami-gallery-item .gallery-embed-inner .twitter-tweet {
    margin-right: -15px; }

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

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

.fs-gallery__body .ami-gallery-item .gallery-jw-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }

.fs-gallery__body .ami-gallery-item .gallery-embed-jw {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding-right: 0; }

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

.fs-gallery__body .ami-gallery-item .jwplayer {
  width: 100% !important;
  height: 0 !important;
  padding-bottom: 56.25%; }

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

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

.fs-gallery__body .ami-gallery-item .twitter-tweet {
  overflow: auto; }
  .fs-gallery__body .ami-gallery-item .twitter-tweet::-webkit-scrollbar {
    width: 5px;
    height: 15px;
    border-radius: 10px; }
  .fs-gallery__body .ami-gallery-item .twitter-tweet::-webkit-scrollbar-track-piece {
    background-color: #eaeaea;
    border-radius: 10px; }
  .fs-gallery__body .ami-gallery-item .twitter-tweet::-webkit-scrollbar-thumb:vertical {
    height: 30px;
    background-color: #111;
    border-radius: 10px; }

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

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

.fs-gallery__body .ami-gallery-item .fb_iframe_widget > span {
  max-width: 100%; }

.fs-gallery__body .ami-gallery-item__figure {
  width: 100%;
  margin: 0;
  position: relative;
  display: inline-block; }
  @media (max-width: 1023px) {
    .fs-gallery__body .ami-gallery-item__figure {
      margin-bottom: 10px; } }
  @media (max-width: 767px) {
    .fs-gallery__body .ami-gallery-item__figure {
      display: block;
      min-width: 100%;
      width: auto;
      margin-right: -20px;
      margin-left: -20px; } }
  @media (min-width: 1024px) {
    .fs-gallery__body .ami-gallery-item__figure {
      min-height: 100%; } }

.fs-gallery__body .ami-gallery-item img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: auto; }
  @media (max-width: 767px) {
    .fs-gallery__body .ami-gallery-item img {
      min-width: 100%;
      height: auto; } }
  @media (min-width: 1024px) {
    .fs-gallery__body .ami-gallery-item img {
      max-height: calc(100vh - 155px); } }
  .fs-gallery__body .ami-gallery-item img.visible {
    width: auto;
    height: auto; }

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

.fs-gallery__body .ami-gallery-item .caption-slide {
  text-align: left;
  display: flex;
  justify-content: space-between; }
  @media (min-width: 1024px) {
    .fs-gallery__body .ami-gallery-item .caption-slide {
      display: none; } }
  .fs-gallery__body .ami-gallery-item .caption-slide .sharedaddy {
    margin-left: 15px;
    flex-shrink: 0; }
    .fs-gallery__body .ami-gallery-item .caption-slide .sharedaddy .sd-social-icon .sd-content ul {
      flex-direction: column; }
      .fs-gallery__body .ami-gallery-item .caption-slide .sharedaddy .sd-social-icon .sd-content ul li {
        margin-bottom: 5px; }
  @media (max-width: 1023px) {
    .fs-gallery__body .ami-gallery-item .caption-slide .gallery-photo-credit,
    .fs-gallery__body .ami-gallery-item .caption-slide .photo-credit {
      display: none; } }

@media (max-width: 1023px) {
  .fs-gallery__body .ami-gallery-item#taboola-endcard-slide {
    display: none; } }

.fs-gallery__body .ami-gallery-item#taboola-endcard-slide:after {
  content: '';
  display: block;
  width: calc(100vw - 330px);
  height: 100%;
  background: rgba(230, 230, 232, 0.9);
  position: absolute;
  z-index: 0; }

.fs-gallery__body .ami-gallery-item#taboola-endcard-slide .ami-endcard-wrapper {
  width: 100%;
  max-width: 650px;
  z-index: 5;
  position: relative; }
  @media (min-width: 1221px) {
    .fs-gallery__body .ami-gallery-item#taboola-endcard-slide .ami-endcard-wrapper {
      max-width: 775px; } }

.fs-gallery__body .fs-gallery__right-col {
  width: 330px;
  background: rgba(206, 0, 80, 0.9);
  position: relative; }
  @media (max-width: 1023px) {
    .fs-gallery__body .fs-gallery__right-col {
      display: none; } }
  .fs-gallery__body .fs-gallery__right-col__top {
    margin: 13px 20px 0 20px;
    padding-bottom: 10px; }
  .fs-gallery__body .fs-gallery__right-col .fs-gallery__slide-caption {
    height: calc(100% - 355px);
    border-top: solid 2px #fff;
    border-bottom: solid 2px #fff;
    margin: 0 20px 20px;
    padding-top: 10px;
    line-height: 1.5; }
  .fs-gallery__body .fs-gallery__right-col .fs-gallery__slide-counter {
    font-size: 40px;
    font-size: 2.5rem;
    color: #fff;
    font-weight: 700;
    line-height: 1; }
  .fs-gallery__body .fs-gallery__right-col .fs-gallery__sponsored-by {
    float: right; }
    .fs-gallery__body .fs-gallery__right-col .fs-gallery__sponsored-by a {
      border-bottom: none; }
    .fs-gallery__body .fs-gallery__right-col .fs-gallery__sponsored-by .sponsored-by {
      font-size: 11px;
      font-size: 0.6875rem;
      color: #fff;
      letter-spacing: .88px;
      text-transform: uppercase;
      position: relative;
      top: 3px; }
    .fs-gallery__body .fs-gallery__right-col .fs-gallery__sponsored-by .sponsored-by__logo {
      max-width: 140px;
      max-height: 40px;
      width: auto;
      height: auto;
      float: right;
      margin-top: 10px; }
  .fs-gallery__body .fs-gallery__right-col .caption-slide {
    display: flex;
    flex-direction: column;
    margin-top: 5px;
    margin-right: 20px;
    padding: 0;
    position: relative;
    color: #fff;
    float: left;
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100vh - 550px);
    outline: none; }
    .fs-gallery__body .fs-gallery__right-col .caption-slide .gallery-item__caption-title {
      font-size: 25px;
      font-size: 1.5625rem;
      margin-top: 0;
      margin-right: 20px; }
    .fs-gallery__body .fs-gallery__right-col .caption-slide .gallery-item__caption {
      line-height: 1.5;
      margin-right: 20px;
      overflow-wrap: break-word; }
      .fs-gallery__body .fs-gallery__right-col .caption-slide .gallery-item__caption h2, .fs-gallery__body .fs-gallery__right-col .caption-slide .gallery-item__caption h3, .fs-gallery__body .fs-gallery__right-col .caption-slide .gallery-item__caption h4, .fs-gallery__body .fs-gallery__right-col .caption-slide .gallery-item__caption h5, .fs-gallery__body .fs-gallery__right-col .caption-slide .gallery-item__caption h6 {
        margin-bottom: 11px; }
      .fs-gallery__body .fs-gallery__right-col .caption-slide .gallery-item__caption a {
        color: #fff; }
  .fs-gallery__body .fs-gallery__right-col ::-webkit-scrollbar {
    width: 5px;
    height: 15px;
    border-radius: 10px; }
  .fs-gallery__body .fs-gallery__right-col ::-webkit-scrollbar-track-piece {
    background-color: #fff;
    border-radius: 10px; }
  .fs-gallery__body .fs-gallery__right-col ::-webkit-scrollbar-thumb:vertical {
    height: 30px;
    background-color: #111;
    border-radius: 10px; }
  .fs-gallery__body .fs-gallery__right-col .fs-gallery__right-ads {
    padding: 0 0 20px;
    margin: 0 10px;
    text-align: center; }

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

.ami-image-type .ami-gallery-item__placeholder {
  height: 210px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e1e1e1;
  padding: 50px; }
  @media (min-width: 768px) {
    .ami-image-type .ami-gallery-item__placeholder {
      height: 350px;
      padding: 0; } }
  @media (min-width: 1024px) {
    .ami-image-type .ami-gallery-item__placeholder {
      width: calc(100vw - 330px);
      min-height: calc(100vh - 120px); } }
  .ami-image-type .ami-gallery-item__placeholder.hidden {
    display: none; }
  .ami-image-type .ami-gallery-item__placeholder .icon {
    fill: #888;
    width: 170px;
    height: 150px; }

.list-gallery .ami-gallery-item {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px; }
  .list-gallery .ami-gallery-item[data-item-number="1"] .gallery-item__figure .ami-gallery-item__placeholder, .list-gallery .ami-gallery-item[data-item-number="2"] .gallery-item__figure .ami-gallery-item__placeholder {
    display: none; }
  .list-gallery .ami-gallery-item[data-item-number="1"] .gallery-item__figure img, .list-gallery .ami-gallery-item[data-item-number="2"] .gallery-item__figure img {
    height: auto; }

.list-gallery .caption-slide {
  display: flex;
  justify-content: space-between;
  padding-top: 10px; }
  .list-gallery .caption-slide h1, .list-gallery .caption-slide h2, .list-gallery .caption-slide h3, .list-gallery .caption-slide h4, .list-gallery .caption-slide h5, .list-gallery .caption-slide h6 {
    margin-top: 0; }
  .list-gallery .caption-slide p {
    margin: 10px 0; }
  .list-gallery .caption-slide .sharedaddy {
    display: flex;
    margin-left: 5px;
    flex-shrink: 0;
    position: relative; }
    @media (max-width: 767px) {
      .list-gallery .caption-slide .sharedaddy {
        flex-direction: column; }
        .list-gallery .caption-slide .sharedaddy .sd-social-icon .sd-content ul {
          flex-direction: column; } }
    .list-gallery .caption-slide .sharedaddy .sd-social-icon .sd-content ul li {
      margin-bottom: 5px; }
      @media (max-width: 767px) {
        .list-gallery .caption-slide .sharedaddy .sd-social-icon .sd-content ul li:last-child {
          margin-bottom: 0; } }
    .list-gallery .caption-slide .sharedaddy .comment-icon {
      background-image: url("../images/icons/comment.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 20px;
      position: relative;
      bottom: 0;
      order: 2; }
      @media (max-width: 767px) {
        .list-gallery .caption-slide .sharedaddy .comment-icon {
          margin-left: 5px; } }
  .list-gallery .caption-slide.credit-embed {
    position: relative;
    padding-top: 40px; }
    .list-gallery .caption-slide.credit-embed .photo-credit {
      top: 0;
      bottom: auto;
      right: 0; }

.list-gallery .slide-count {
  font-size: 12px;
  font-size: 0.75rem;
  text-align: right;
  margin-bottom: 5px; }

.list-gallery .ami-gallery-item .gallery-item__figure {
  margin: 15px 0 0; }
  @media (max-width: 767px) {
    .list-gallery .ami-gallery-item .gallery-item__figure {
      min-width: 100%;
      margin-left: -20px;
      margin-right: -20px; } }
  .list-gallery .ami-gallery-item .gallery-item__figure img {
    display: block;
    margin: 0 auto;
    width: auto; }
    @media (max-width: 767px) {
      .list-gallery .ami-gallery-item .gallery-item__figure img {
        min-width: 100%;
        width: auto; } }

.list-gallery .ami-gallery-item .gallery-item__caption {
  line-height: 1.5; }

.list-gallery .ami-gallery-item .instagram-media {
  width: 100% !important;
  max-width: none !important; }

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

.list-gallery .ami-gallery-item .fb_iframe_widget {
  width: 100%; }
  .list-gallery .ami-gallery-item .fb_iframe_widget > span {
    max-width: 100%;
    width: 100% !important; }
    .list-gallery .ami-gallery-item .fb_iframe_widget > span iframe {
      width: 100% !important; }

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

.listicle-slide {
  margin: 0; }
  .listicle-slide__inner {
    margin-bottom: 15px;
    text-align: center;
    position: relative; }
    .listicle-slide__inner img {
      border-radius: 4px; }
  .listicle-slide .jwplayer {
    width: 100% !important;
    height: auto !important; }
    .listicle-slide .jwplayer .jw-aspect {
      display: block !important;
      padding-top: 56.25%; }
  .listicle-slide iframe {
    margin: 0 auto !important; }

.listicle-count {
  text-align: center;
  line-height: 1.5; }
  .listicle-count span {
    font-size: 24px;
    font-size: 1.5rem; }

.listicle-nav {
  display: block;
  height: 50px;
  width: 50px;
  line-height: 55px;
  background-color: #FF0264;
  text-align: center;
  border-radius: 50%;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 2; }
  .listicle-nav:hover {
    background-color: #ce0050; }
  .listicle-nav.is-disabled {
    opacity: 0.5;
    pointer-events: none; }
  .listicle-nav svg {
    width: 25px;
    height: 25px;
    fill: #fff; }
  .listicle-nav__next {
    right: 0; }
  .listicle-nav__prev {
    left: 0; }

.listicle-caption {
  margin-bottom: 15px; }
  .listicle-caption__content {
    background: #f5f5f5;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 0; }
    .listicle-caption__content h2 {
      margin-top: 0; }

.listicle-credit {
  font-size: 10px;
  font-size: 0.625rem;
  display: block;
  color: #555;
  line-height: 1.5;
  text-align: right;
  padding-top: 5px; }

.listicle .caption-slide {
  display: flex;
  justify-content: space-between;
  padding-top: 10px; }
  .listicle .caption-slide h1, .listicle .caption-slide h2, .listicle .caption-slide h3, .listicle .caption-slide h4, .listicle .caption-slide h5, .listicle .caption-slide h6 {
    margin-top: 0; }
  .listicle .caption-slide p {
    margin: 10px 0; }
  .listicle .caption-slide .sharedaddy {
    margin-left: 15px; }
    .listicle .caption-slide .sharedaddy .sd-social-icon .sd-content ul li {
      margin-bottom: 5px; }

.listicle .slide-count {
  font-size: 12px;
  font-size: 0.75rem;
  text-align: right;
  margin-bottom: 5px; }

.listicle .ami-gallery-item .gallery-item__figure {
  margin: 15px 0 0; }

.listicle .ami-gallery-item__placeholder {
  height: 210px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e1e1e1; }
  @media (min-width: 768px) {
    .listicle .ami-gallery-item__placeholder {
      height: 350px; } }
  .listicle .ami-gallery-item__placeholder.hidden {
    display: none; }
  .listicle .ami-gallery-item__placeholder .icon {
    fill: #888;
    width: 170px;
    height: 150px; }

body.listicle-type .ad-leaderboard .dfp-slot {
  margin-bottom: auto; }

body.listicle-type .post-header__title {
  font-size: 29px;
  font-size: 1.8125rem; }

body.listicle-type .post-content p {
  font-size: 13px;
  font-size: 0.8125rem; }

body.listicle-type .caption-slide h2 {
  font-size: 23px;
  font-size: 1.4375rem; }

body.listicle-type .caption-slide p,
body.listicle-type .caption-slide .gallery-item__caption {
  font-size: 13px;
  font-size: 0.8125rem; }

.send-scoop__container {
  display: none;
  width: 90%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 90px auto;
  z-index: 3000010;
  box-shadow: 0px 0px 20px 0px #000;
  transition: all .3s; }
  @media (min-width: 768px) {
    .send-scoop__container {
      width: 580px;
      margin: 40px auto; } }
  .send-scoop__container .page-wrapper {
    padding: 15px 15px 25px;
    background: #FF0264; }
    @media (min-width: 768px) {
      .send-scoop__container .page-wrapper {
        padding: 20px 20px 45px; } }
    @media (min-width: 1024px) {
      .send-scoop__container .page-wrapper {
        padding: 30px 35px 45px; } }
  .send-scoop__container.visible {
    display: block; }

.send-scoop__close-btn {
  position: absolute;
  z-index: 20;
  width: 20px;
  height: 20px;
  top: 5px;
  right: 3px;
  cursor: pointer;
  transition: opacity .25s; }
  @media (min-width: 768px) {
    .send-scoop__close-btn {
      right: 30px;
      top: 35px;
      width: 18px;
      height: 18px; } }
  @media (min-width: 1024px) {
    .send-scoop__close-btn {
      top: 42px; } }
  @media (min-width: 1024px) {
    .send-scoop__close-btn:hover {
      opacity: .9;
      transition: opacity .25s; } }
  .send-scoop__close-btn:before {
    top: 6px;
    right: 0;
    width: 18px;
    height: 3px;
    background: #fff;
    content: '';
    position: absolute;
    display: block;
    transform: rotate(45deg); }
    @media (min-width: 768px) {
      .send-scoop__close-btn:before {
        width: 25px;
        height: 4px; } }
  .send-scoop__close-btn:after {
    top: 6px;
    right: 0;
    width: 18px;
    height: 3px;
    background: #fff;
    content: '';
    position: absolute;
    display: block;
    transform: rotate(-45deg); }
    @media (min-width: 768px) {
      .send-scoop__close-btn:after {
        width: 25px;
        height: 4px; } }

.send-scoop__title {
  font-size: 28px;
  font-size: 1.75rem;
  font-family: "Roboto Slab", serif;
  color: #FFF;
  border-bottom: solid 2px #fff;
  padding-bottom: 35px;
  margin-top: 7px;
  margin-bottom: 40px; }

.send-scoop__subtitle {
  font-size: 16px;
  font-size: 1rem;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  border-bottom: solid 2px #fff;
  padding-bottom: 35px;
  margin-top: 7px;
  margin-bottom: 40px; }
  .send-scoop__subtitle a {
    color: #fff;
    text-decoration: underline; }

.send-scoop__form input,
.send-scoop__form textarea {
  font-size: 16px;
  font-size: 1rem;
  background: rgba(255, 255, 255, 0.2);
  border: solid 2px #fff;
  width: 100%;
  color: #fff;
  padding: 10px;
  margin-bottom: 18px;
  outline: none; }
  @media (min-width: 1024px) {
    .send-scoop__form input,
    .send-scoop__form textarea {
      padding-top: 12px;
      padding-bottom: 13px; } }
  .send-scoop__form input::-moz-placeholder, .send-scoop__form textarea::-moz-placeholder {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-style: italic; }
  .send-scoop__form input::placeholder,
  .send-scoop__form textarea::placeholder {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-style: italic; }
  .send-scoop__form input.error,
  .send-scoop__form textarea.error {
    border-color: #d63031; }

@media (min-width: 1024px) {
  .send-scoop__form textarea {
    min-height: 280px;
    margin-bottom: 14px; } }

.send-scoop__form .field-container,
.send-scoop__form .sender-msg {
  position: relative; }
  .send-scoop__form .field-container .input-error,
  .send-scoop__form .sender-msg .input-error {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.2;
    color: white;
    position: absolute;
    top: -12px;
    right: 0;
    background: #d63031;
    padding: 0 10px; }

.send-scoop__form .success {
  font-size: 25px;
  font-size: 1.5625rem;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  color: white;
  margin-top: 20px; }
  @media (min-width: 768px) {
    .send-scoop__form .success {
      font-size: 33px;
      font-size: 2.0625rem;
      margin-top: 40px; } }

.send-scoop__submit {
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
  background: #fff;
  color: #FF0264;
  border-radius: 30px;
  border: none;
  letter-spacing: 0.1em;
  padding: 15px 0;
  margin-top: 30px;
  outline: none;
  transition: opacity .25s; }
  @media (min-width: 1024px) {
    .send-scoop__submit:hover {
      opacity: .9;
      transition: opacity .25s; } }

.site-footer {
  font-size: 14px;
  font-size: 0.875rem;
  background: #111;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 120px;
  margin-top: 30px; }
  .site-footer__inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 768px) {
      .site-footer__inner {
        padding-right: 0; } }
  .site-footer__left {
    width: 100%; }
    @media (min-width: 768px) {
      .site-footer__left {
        width: calc(41.7% - 15px); } }
    @media (min-width: 1024px) {
      .site-footer__left {
        width: 33.3%; } }
    .site-footer__left__inner {
      position: relative; }
  .site-footer__logo {
    display: block; }
    .site-footer__logo svg {
      width: 100%; }
      @media (min-width: 768px) {
        .site-footer__logo svg {
          width: 300px;
          height: 80px; } }
      @media (min-width: 1024px) {
        .site-footer__logo svg {
          width: 360px;
          height: 96px; } }
  .site-footer__social {
    margin: 15px 0 8px; }
    .site-footer__social__heading {
      font-size: 20px;
      font-size: 1.25rem;
      font-family: "Roboto Slab", serif;
      text-transform: uppercase;
      margin-right: 12px; }
    .site-footer__social__list {
      display: inline-flex;
      list-style-type: none; }
      .site-footer__social__list li:not(:last-child) .site-footer__social__link {
        margin-right: 15px; }
    .site-footer__social__link {
      display: inline-block;
      width: 21px;
      height: 21px;
      border-radius: 4px; }
      .site-footer__social__link svg {
        width: 21px;
        height: 21px;
        fill: #fff; }
  .site-footer__newsletter-link {
    margin-bottom: 12px; }
    @media (max-width: 767px) {
      .site-footer__newsletter-link {
        width: calc(100% - 75px);
        margin-bottom: 18px; } }
    .site-footer__newsletter-link a {
      color: #FFF; }
  @media (max-width: 767px) {
    .site-footer__notification {
      border-top: 1px solid #fff;
      padding-top: 14px; } }
  .site-footer__notification-text {
    font-size: 9px;
    line-height: 1.5;
    margin-bottom: 9px; }
  .site-footer__right {
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 768px) {
      .site-footer__right {
        width: calc(58.3% - 15px); } }
    @media (min-width: 1024px) {
      .site-footer__right {
        width: 60%; } }
  .site-footer__menu {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 11px; }
    @media (min-width: 768px) {
      .site-footer__menu {
        width: 33.3%; } }
    .site-footer__menu .optanon-toggle-display {
      cursor: pointer; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .site-footer__menu .optanon-toggle-display {
          font-size: 12px;
          font-size: 0.75rem; } }
  .site-footer__heading {
    font-size: 24px;
    font-size: 1.5rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 1.1;
    margin-top: 12px;
    margin-bottom: 11px; }
  .site-footer__links__list {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .site-footer__links__list li {
      line-height: 1;
      margin-bottom: 7.5px; }
    .site-footer__links__list a {
      color: #FFF;
      line-height: 1.5; }
      @media (min-width: 768px) {
        .site-footer__links__list a {
          font-size: 10px;
          font-size: 0.625rem; } }
  .site-footer__cta {
    width: 100%;
    padding: 0 15px;
    text-align: center; }
    @media (min-width: 768px) {
      .site-footer__cta {
        width: 33.3%; } }
    @media (max-width: 767px) {
      .site-footer__cta__inner {
        width: 66.7%;
        margin: 0 auto; } }
    .site-footer__cta img {
      display: inline-block;
      width: 80%;
      margin-bottom: 5px; }
    .site-footer__cta-link {
      font-size: 11px;
      font-size: 0.6875rem;
      display: block;
      border-radius: 16px;
      color: #fff;
      border: 2px solid #ffffff;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      text-align: center;
      padding: 7px 3px;
      white-space: nowrap; }
      .site-footer__cta-link:hover, .site-footer__cta-link:focus, .site-footer__cta-link:active {
        color: #ce0050;
        background-color: #FFF; }
      @media (min-width: 1024px) {
        .site-footer__cta-link {
          font-size: 13px;
          font-size: 0.8125rem; } }
      .site-footer__cta-link + .site-footer__cta-link {
        margin-top: 11px; }
        @media (min-width: 1024px) {
          .site-footer__cta-link + .site-footer__cta-link {
            margin-top: 5px; } }

.site-header {
  margin-bottom: 15px; }
  .site-header__top {
    background: #111; }
    .site-header__top__inner {
      max-width: 1170px;
      padding-left: 10px;
      padding-right: 15px;
      margin-left: auto;
      margin-right: auto;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .site-header__top__inner a {
        font-size: 10px;
        font-size: 0.625rem;
        display: inline-block;
        color: #FFF;
        padding: 6px 10px;
        line-height: 14px; }
        .site-header__top__inner a:hover {
          background: #FF0264; }
  .site-header__content {
    width: 100%;
    min-height: 58px;
    background: #FF0264;
    position: relative;
    display: flex;
    align-items: stretch; }
    @media (min-width: 1024px) {
      .site-header__content {
        z-index: 12500; } }
    @media (min-width: 768px) {
      .site-header__content.fixed {
        position: fixed; } }
    .site-header__content.fade-out {
      opacity: 0;
      transition: all .3s; }
    .site-header__content__inner {
      max-width: 1170px;
      padding-left: 15px;
      padding-right: 15px;
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      display: flex;
      align-items: center; }
      @media (max-width: 767px) {
        .site-header__content__inner {
          flex-wrap: wrap; } }
    @media (max-width: 767px) {
      .site-header__content__left {
        width: 100%;
        height: 58px;
        display: flex;
        justify-content: space-between;
        align-items: center; } }
  .site-header__logo {
    display: inline-block;
    margin: 2px 15px 1px 0;
    height: 42px; }
    .site-header__logo .logo {
      width: 158px;
      height: 42px; }
    @media (min-width: 768px) {
      .site-header__logo {
        margin: 0 19px 0 0;
        height: 37px; }
        .site-header__logo .logo {
          width: 140px;
          height: 37px; } }
  .site-header__main-nav {
    width: 100%;
    position: relative; }
    @media (max-width: 767px) {
      .site-header__main-nav {
        display: none;
        background: #FF0264; } }
    .site-header__main-nav__inner {
      border-top: solid 1px #fff; }
      @media (min-width: 768px) {
        .site-header__main-nav__inner {
          border: none;
          display: flex;
          justify-content: space-between;
          align-items: center;
          flex-wrap: wrap; } }
    .site-header__main-nav__list {
      list-style: none;
      padding-left: 0;
      margin: 0; }
      @media (min-width: 768px) {
        .site-header__main-nav__list {
          display: flex;
          flex-wrap: wrap; } }
      .site-header__main-nav__list li {
        font-size: 16px;
        font-size: 1rem;
        padding: 12px 30px 11px 0; }
        @media (min-width: 768px) {
          .site-header__main-nav__list li {
            font-size: 10px;
            font-size: 0.625rem;
            padding: 18px 5px 15px 5px; } }
        @media (min-width: 768px) and (max-width: 1023px) {
          .site-header__main-nav__list li {
            display: none; } }
        @media (min-width: 1024px) {
          .site-header__main-nav__list li {
            font-size: 12px;
            font-size: 0.75rem;
            padding-right: 20px;
            color: #111; } }
        @media (min-width: 768px) and (max-width: 1023px) {
          .site-header__main-nav__list li:nth-child(1), .site-header__main-nav__list li:nth-child(2), .site-header__main-nav__list li:nth-child(3), .site-header__main-nav__list li:nth-child(4) {
            display: block; } }
      .site-header__main-nav__list a {
        color: #FFF;
        text-transform: uppercase;
        text-decoration: none;
        transition: all .25s; }
  @media (min-width: 768px) {
    .site-header__mobile-nav {
      display: none; } }
  .site-header__social-toggle {
    display: block;
    font-size: 16px;
    font-size: 1rem;
    padding: 12px 30px 15px 0;
    color: #FFF;
    text-transform: uppercase;
    white-space: nowrap;
    margin-left: auto; }
    @media (min-width: 768px) {
      .site-header__social-toggle {
        display: inline-block;
        font-size: 10px;
        font-size: 0.625rem;
        padding: 19px 5px; } }
    @media (min-width: 1024px) {
      .site-header__social-toggle {
        padding-right: 15px; } }
  .site-header__social {
    display: flex;
    list-style-type: none;
    margin: 5px 0 15px; }
    @media (min-width: 768px) {
      .site-header__social {
        display: none;
        min-width: 160px;
        justify-content: center;
        background: #FF0264;
        border: 1px solid rgba(0, 0, 0, 0.15);
        padding: 5px;
        margin: 0;
        position: absolute;
        border-radius: 4px;
        top: calc(100% + 9px);
        right: 0; }
        .site-header__social:before {
          content: '';
          border-color: transparent transparent #FF0264 transparent;
          border-style: solid;
          border-width: 10px;
          position: absolute;
          top: -20px;
          right: 10px; } }
    .site-header__social.visible {
      display: inline-flex; }
    .site-header__social__link {
      display: inline-block;
      width: 27px;
      height: 27px;
      margin-right: 15px;
      border-radius: 4px; }
      .site-header__social__link svg {
        width: 27px;
        height: 27px;
        fill: #fff; }
      @media (min-width: 768px) {
        .site-header__social__link {
          margin: 0 5px; } }
      .site-header__social__link.icon-pinterest {
        margin-right: 12px; }
      .site-header__social__link.icon-tumblr {
        margin-right: 10px; }
    .site-header__social .icon-accessibility__icon {
      width: 27px;
      height: 27px;
      fill: #fff; }

.login-and-socials {
  display: flex;
  align-items: stretch; }
  .login-and-socials .header-mylo {
    display: flex;
    align-items: center;
    margin-top: 3px;
    margin-right: 5px;
    opacity: 0;
    transition: opacity .2s; }
    .login-and-socials .header-mylo:hover .header-mylo__dropdown {
      visibility: visible;
      opacity: 1;
      transition: all 0.2s ease; }
    .login-and-socials .header-mylo .header-mylo__dropdown-js {
      visibility: visible;
      opacity: 1;
      transition: all 0.2s ease; }
    .login-and-socials .header-mylo.visible {
      opacity: 1;
      transition: opacity .2s; }
    .login-and-socials .header-mylo svg {
      fill: #fff;
      width: 17px;
      height: 17px;
      margin-right: 5px; }
    .login-and-socials .header-mylo__label,
    .login-and-socials .header-mylo a {
      display: flex;
      align-items: center;
      font-size: 14px;
      color: #fff;
      text-transform: uppercase;
      cursor: pointer;
      padding-right: 10px;
      border-right: solid 1px #fff; }
      @media screen and (max-width: 1055px) {
        .login-and-socials .header-mylo__label,
        .login-and-socials .header-mylo a {
          font-size: 11px; } }
      @media (max-width: 767px) {
        .login-and-socials .header-mylo__label,
        .login-and-socials .header-mylo a {
          display: none; } }
    @media (max-width: 1023px) {
      .login-and-socials .header-mylo__label {
        display: none; } }
    @media (max-width: 1023px) {
      .login-and-socials .header-mylo__dropdown {
        display: flex; } }
    @media (min-width: 1024px) {
      .login-and-socials .header-mylo__dropdown {
        min-width: 130px;
        position: absolute;
        top: 67px;
        right: 120px;
        padding: 10px 20px;
        z-index: 10;
        background: #FF0264;
        border-radius: 4px;
        visibility: hidden;
        opacity: 0;
        transition: all 0.2s ease;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); } }
    @media screen and (max-width: 1055px) {
      .login-and-socials .header-mylo__dropdown {
        top: 64px;
        right: 90px; } }
    .login-and-socials .header-mylo__dropdown::after {
      content: '';
      display: none;
      position: absolute;
      top: -8px;
      right: 18px;
      transform: translateX(-50%);
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 10px 10px 10px;
      border-color: transparent transparent #FF0264 transparent;
      transition: all 0.2s ease; }
      @media (min-width: 1024px) {
        .login-and-socials .header-mylo__dropdown::after {
          display: block; } }
    .login-and-socials .header-mylo__dropdown a {
      display: block;
      text-transform: uppercase;
      color: #fff;
      margin: 0 10px 0 0;
      padding-right: 0;
      transition: color .2s ease;
      border: none;
      text-align: center; }
      @media (min-width: 1024px) {
        .login-and-socials .header-mylo__dropdown a {
          margin: 10px auto; } }
      .login-and-socials .header-mylo__dropdown a:hover {
        color: #000;
        transition: color .2s ease; }
      .login-and-socials .header-mylo__dropdown a:last-child {
        margin-right: 0; }
      @media (min-width: 1024px) {
        .login-and-socials .header-mylo__dropdown a .icon {
          display: none; } }
      @media (max-width: 1023px) {
        .login-and-socials .header-mylo__dropdown a span {
          display: none; } }

.login-and-mobile-nav {
  display: flex; }

.header-mylo__mobile {
  opacity: 0;
  transition: opacity .2s; }
  .header-mylo__mobile.visible {
    opacity: 1;
    transition: opacity .2s; }
  .header-mylo__mobile .mylo-signin__mobile {
    background: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ff0264;
    border-bottom: solid 3px #cb145b;
    border-radius: 4px;
    padding: 3px 6px;
    margin-right: 16px; }
  .header-mylo__mobile .header-mylo__account,
  .header-mylo__mobile .header-mylo__sign-out {
    margin-right: 10px; }
    .header-mylo__mobile .header-mylo__account span,
    .header-mylo__mobile .header-mylo__sign-out span {
      display: none; }
  .header-mylo__mobile .header-mylo__account {
    margin-right: 15px; }
  .header-mylo__mobile .header-mylo__sign-out .icon {
    position: relative;
    top: 1px; }
  .header-mylo__mobile .header-mylo__label {
    display: none; }
  .header-mylo__mobile .icon {
    display: block;
    max-width: 24px;
    max-height: 22px;
    fill: #fff; }
  .header-mylo__mobile .header-mylo__dropdown {
    display: flex; }

.error404 .l-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 300px; }
  @media (min-width: 768px) {
    .error404 .l-container {
      min-height: calc(100vh - 499px); } }

.error404 .error-page__subheader-title {
  line-height: 1.4; }
  .error404 .error-page__subheader-title a {
    color: #FF0264; }

.accessibility-statement__post {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 750px; }

.accessibility-statement__wrapper {
  margin-top: 30px; }
  .accessibility-statement__wrapper .entry-title {
    font-size: 31px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 25px; }

.ae-body {
  margin-bottom: 50px; }
  .ae-body .ae-bordered-block {
    border-top: solid 2px #0364A0;
    border-bottom: solid 2px #0364A0;
    padding: 25px 0 20px;
    margin-bottom: 20px; }
  .ae-body p {
    line-height: 22px;
    margin: 18px 0 20px;
    font-size: 18px; }
  .ae-body b {
    font-weight: 700; }
  .ae-body a {
    color: #0364A0 !important; }
  .ae-body img {
    height: initial; }
  .ae-body .ae-subtitle {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 600;
    color: #0364A0;
    margin-top: 23px;
    text-align: center;
    text-transform: none; }
  .ae-body .ae-align-center {
    text-align: center; }
  .ae-body .ae-align-left {
    text-align: left; }
  .ae-body .ae-hr {
    background: #0364A0;
    height: 2px;
    border: none;
    margin: 20px 0; }
  .ae-body .ae-h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-top: 25px;
    color: #0364A0;
    text-align: center; }
  .ae-body .centered-img {
    display: block;
    margin: 0 auto; }
  .ae-body .color-blue {
    color: #0364A0; }
  .ae-body .feedback {
    color: #0364A0;
    text-decoration: underline; }
  .ae-body .feature-list-item__img {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    text-align: center;
    margin-right: 10px; }
    .ae-body .feature-list-item__img img {
      display: inline-block;
      vertical-align: middle; }
  .ae-body .feature-list-item__text {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0; }
  .ae-body .padding-10 {
    padding: 10px 0; }
  .ae-body .padding-20 {
    padding: 20px 0; }
  .ae-body .paragraph-2 {
    margin-bottom: 25px; }
  .ae-body .paragraph-3 {
    padding: 10px 0; }
  .ae-body .paragraph-10 {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 25px; }
  .ae-body .paragraph-14 {
    margin-bottom: 25px; }
  .ae-body .paragraph-20 {
    padding-bottom: 5px; }
  .ae-body .h3-tools {
    text-align: left;
    margin-top: 45px; }

.ae-toggle-container {
  padding: 0 20px;
  border: solid 2px #0364A0;
  border-radius: 5px;
  margin-top: 30px; }

.ae-toggle-inner {
  border: solid 2px #d9534f;
  margin-bottom: 20px;
  padding: 0 20px;
  border-radius: 5px; }
  .ae-toggle-inner p {
    display: inline-block;
    vertical-align: middle; }
  .ae-toggle-inner #audioeye_activate_msg {
    margin-right: 15px;
    background: #b0e0ff;
    padding: 10px 20px; }

.ae-toggle-inner.active {
  border: solid 2px #84c02f; }
  .ae-toggle-inner.active #audioeye_activate_btn {
    background: #7dc314;
    box-shadow: inset 0 5px 7px rgba(0, 0, 0, 0.125);
    transition: all 0.2s ease-out; }

#audioeye_activate_status {
  margin-right: 20px; }

#audioeye_activate_btn {
  display: inline-block;
  background: #93d23b;
  border: solid 2px #85bf2f;
  outline: 0;
  padding: 10px 15px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s ease-out;
  box-shadow: inset 0 -4px 5px rgba(0, 0, 0, 0.125);
  border-radius: 5px; }
  #audioeye_activate_btn:hover {
    background: #8bca35;
    transition: all 0.2s ease-out; }

.archive .tag-page__title {
  font-size: 32px;
  font-size: 2rem;
  margin-top: 22px;
  margin-bottom: 11px; }
  @media (min-width: 1024px) {
    .archive .tag-page__title {
      font-size: 36px;
      font-size: 2.25rem; } }

@media (min-width: 768px) {
  .archive .article__item-thumbnail {
    width: 37%;
    order: 1; } }

@media (min-width: 768px) {
  .archive .article__item-text {
    width: calc(63% - 30px); } }

.title-wrapper {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .title-wrapper {
      flex-direction: column;
      margin-bottom: 10px; } }
  .title-wrapper .last-updated {
    display: flex;
    align-items: center;
    gap: 10px; }

.author-info__wrapper {
  margin-top: 15px;
  margin-bottom: 25px; }
  @media (min-width: 768px) {
    .author-info__wrapper {
      margin-top: 30px;
      margin-bottom: 15px; } }

.author-info__block-title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  margin: 0;
  padding-bottom: 10px; }
  @media (max-width: 1023px) {
    .author-info__block-title {
      font-size: 22px;
      font-size: 1.375rem;
      line-height: 1.3; } }

.author-info__summary-photo-block,
.author-info__expirience,
.author-info__education,
.author-info__work-history {
  font-size: 16px;
  font-size: 1rem;
  background: #fff;
  padding: 20px;
  margin-bottom: 5px;
  font-weight: 300;
  line-height: 1.47;
  border-bottom: solid 1px #e6e6e6; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .author-info__summary-photo-block,
    .author-info__expirience,
    .author-info__education,
    .author-info__work-history {
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 1023px) {
    .author-info__summary-photo-block,
    .author-info__expirience,
    .author-info__education,
    .author-info__work-history {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1024px) {
    .author-info__summary-photo-block,
    .author-info__expirience,
    .author-info__education,
    .author-info__work-history {
      padding: 10px 0 15px 0;
      margin-bottom: 10px; } }
  .author-info__summary-photo-block p,
  .author-info__summary-photo-block ul,
  .author-info__expirience p,
  .author-info__expirience ul,
  .author-info__education p,
  .author-info__education ul,
  .author-info__work-history p,
  .author-info__work-history ul {
    margin: 0 0 16px;
    font-weight: 300; }
  .author-info__summary-photo-block + .article__item,
  .author-info__expirience + .article__item,
  .author-info__education + .article__item,
  .author-info__work-history + .article__item {
    margin-top: 30px; }

.author-info__expirience ul,
.author-info__expirience ol,
.author-info__education ul,
.author-info__education ol,
.author-info__work-history ul,
.author-info__work-history ol {
  padding-left: 20px; }

@media (max-width: 767px) {
  .author-info__summary-photo-block {
    display: flex;
    flex-direction: column;
    padding-top: 0; } }

.author-info__photo {
  padding: 0;
  line-height: 0;
  text-align: center;
  float: left; }
  @media (max-width: 767px) {
    .author-info__photo {
      margin: 10px 0 20px; } }
  .author-info__photo img {
    width: auto;
    max-width: 220px;
    min-width: 96px;
    margin-right: 20px; }
    .author-info__photo img.avatar-default {
      display: none; }
    @media (min-width: 768px) {
      .author-info__photo img {
        margin-bottom: 0; } }

.author-info__summary:only-child {
  vertical-align: top; }

.author-info__summary-text {
  margin-top: 20px;
  padding-bottom: 0; }
  @media (min-width: 768px) {
    .author-info__summary-text {
      padding-right: 25px; } }

.social-share__list {
  list-style: none;
  margin: 15px 0;
  padding-left: 0; }
  @media (min-width: 768px) {
    .social-share__list {
      margin: 0; } }
  .social-share__list-item {
    display: inline-block;
    margin-right: 5px; }
    .social-share__list-item:last-child {
      margin-right: 0; }
    .social-share__list-item .share-facebook,
    .social-share__list-item .share-twitter,
    .social-share__list-item .share-linkedin,
    .social-share__list-item .share-email {
      display: block;
      text-indent: -9999px;
      width: 50px;
      height: 35px;
      position: relative; }
      .social-share__list-item .share-facebook:hover,
      .social-share__list-item .share-twitter:hover,
      .social-share__list-item .share-linkedin:hover,
      .social-share__list-item .share-email:hover {
        opacity: .9; }
    .social-share__list-item .share-facebook {
      background: #3b5999; }
      .social-share__list-item .share-facebook:after {
        content: '';
        background: url("../images/icons/icon-facebook-w.svg") no-repeat;
        background-size: cover;
        width: 10px;
        height: 18px;
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto; }
    .social-share__list-item .share-twitter {
      background: #00aced; }
      .social-share__list-item .share-twitter:after {
        content: '';
        background: url("../images/icons/icon-twitter-w.svg") no-repeat;
        background-size: contain;
        width: 19px;
        height: 19px;
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto; }
    .social-share__list-item .share-linkedin {
      background: #0078b5; }
      .social-share__list-item .share-linkedin:after {
        content: '';
        background: url("../images/icons/icon-linkedin-w.svg") no-repeat;
        background-size: contain;
        width: 17px;
        height: 19px;
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto; }

.home .article__item-date {
  text-align: right; }

.newsletter {
  margin-bottom: 60px; }
  .newsletter-form-heading {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2;
    margin: 20px 0; }
  .newsletter-form-information .newsletter-form-fieldset {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .newsletter-form-information .newsletter-form-fieldset input {
      width: 100%;
      display: block;
      font-size: 17px;
      font-size: 1.0625rem;
      background: #f6f6f6;
      border: none;
      line-height: 1.4;
      padding: 12px 22px;
      margin-bottom: 20px;
      transition: border-color 0.2s; }
      .newsletter-form-information .newsletter-form-fieldset input:hover {
        border-color: #bfbfbf; }
      @media (min-width: 768px) {
        .newsletter-form-information .newsletter-form-fieldset input {
          width: calc(50% - 10px); } }
  .newsletter-form-extra-lists-fieldset {
    display: flex; }
  .newsletter-form-extra-lists input {
    width: 20px;
    font-weight: 300;
    margin-bottom: 15px; }
  .newsletter-form-submit button {
    font-size: 18px;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: .3px;
    background-color: #000000;
    color: #fff;
    text-transform: uppercase;
    border: none;
    outline: 0;
    padding: 12px 40px;
    cursor: pointer; }

.newsletter-signup__success {
  display: none;
  text-align: center;
  padding: 0 70px; }
  .newsletter-signup__success h3 {
    font-size: 26px;
    font-size: 1.625rem;
    margin-bottom: 18px; }
  .newsletter-signup__success .newsletter-success-home-link {
    margin: 30px 0; }
    .newsletter-signup__success .newsletter-success-home-link a {
      color: #FF0264; }

@media (min-width: 768px) {
  .page-newsletter .post-content {
    max-width: 440px; } }

.page-newsletter .post-content h2 {
  font-size: 30px;
  font-size: 1.875rem; }

.newsletter-form__checkboxes {
  margin-top: 30px;
  margin-bottom: 27px; }

.newsletter-form__checkbox {
  margin-bottom: 13px; }
  .newsletter-form__checkbox input[type="checkbox"] {
    display: none; }
    .newsletter-form__checkbox input[type="checkbox"] + label:before {
      background-color: transparent; }
    .newsletter-form__checkbox input[type="checkbox"]:checked + label:before {
      background-color: #ce0050; }
  .newsletter-form__checkbox label {
    font-size: 18px;
    font-size: 1.125rem;
    display: inline-block;
    line-height: 20px;
    position: relative;
    padding-left: 27px;
    cursor: pointer; }
    .newsletter-form__checkbox label:before, .newsletter-form__checkbox label:after {
      content: "";
      display: block;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      position: absolute;
      top: 0;
      left: 0; }
    .newsletter-form__checkbox label:before {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCI+PHBhdGggZD0iTTcuNjI5LDE0LjU2NmMwLjEyNSwwLjEyNSwwLjI5MSwwLjE4OCwwLjQ1NiwwLjE4OGMwLjE2NCwwLDAuMzI5LTAuMDYyLDAuNDU2LTAuMTg4bDguMjE5LTguMjIxYzAuMjUyLTAuMjUyLDAuMjUyLTAuNjU5LDAtMC45MTFjLTAuMjUyLTAuMjUyLTAuNjU5LTAuMjUyLTAuOTExLDBsLTcuNzY0LDcuNzYzTDQuMTUyLDkuMjY3Yy0wLjI1Mi0wLjI1MS0wLjY2LTAuMjUxLTAuOTExLDBjLTAuMjUyLDAuMjUyLTAuMjUyLDAuNjYsMCwwLjkxMUw3LjYyOSwxNC41NjZ6IiBzdHlsZT0ic3Ryb2tlOiB3aGl0ZTtmaWxsOndoaXRlOyI+PC9wYXRoPjwvc3ZnPg==");
      background-position: 50%;
      background-repeat: no-repeat;
      background-size: 18px;
      z-index: 1; }
    .newsletter-form__checkbox label:after {
      border: 1px solid #111;
      z-index: 0; }

.newsletter-form__input-group {
  display: flex;
  margin-bottom: 20px; }

.newsletter-form__email {
  font-size: 14px;
  font-size: 0.875rem;
  flex-grow: 1;
  display: inline-block;
  color: #555;
  line-height: 18px;
  border: 2px solid #ce0050;
  padding: 6px 12px;
  margin: 0; }
  .newsletter-form__email:focus, .newsletter-form__email:active {
    border-color: #66afe9; }

.newsletter-form__submit {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  color: #fff;
  background: #ce0050;
  line-height: 18px;
  white-space: nowrap;
  border: none;
  padding: 6px 12px;
  margin: 0; }
  .newsletter-form__submit:hover, .newsletter-form__submit:focus, .newsletter-form__submit:active {
    background: #a50040; }

.newsletter-form__privacy {
  font-size: 9px;
  font-size: 0.5625rem;
  line-height: 12px;
  margin-bottom: 10px; }
  .newsletter-form__privacy label {
    display: inline;
    margin-left: 5px; }
  .newsletter-form__privacy a {
    color: #111;
    text-decoration: underline; }
    .newsletter-form__privacy a:hover {
      color: #111;
      opacity: 0.8; }

.newsletter-form .newsletter-form__link {
  font-size: 14px;
  font-size: 0.875rem;
  color: #ce0050;
  text-decoration: underline; }

.archive-sweeps .archive-sweeps__title {
  font-size: 32px;
  font-size: 2rem; }
  @media (min-width: 1024px) {
    .archive-sweeps .archive-sweeps__title {
      font-size: 36px;
      font-size: 2.25rem; } }

.archive-sweeps .article__item.expired .article__item-figure:before {
  content: "Expired";
  color: #fff;
  background: rgba(206, 0, 80, 0.8);
  font-size: 12px;
  padding: 5px 10px;
  position: absolute; }

@media (min-width: 768px) {
  .archive-sweeps .article__item-thumbnail {
    width: 37%;
    order: 1; } }

@media (min-width: 768px) {
  .archive-sweeps .article__item-text {
    width: calc(63% - 30px); } }

.single-sweep #sweep-deactivated h2 {
  padding: 5px 0 10px; }
  @media (min-width: 1024px) {
    .single-sweep #sweep-deactivated h2 {
      padding: 0 0 20px; } }

.single-sweep #sweep-deactivated p {
  padding-bottom: 15px; }

.single-sweep .contact-form label {
  display: block;
  margin-bottom: 3px; }
  .single-sweep .contact-form label span {
    color: #aaa;
    font-weight: 400;
    margin-left: 4px; }
  .single-sweep .contact-form label.checkbox {
    display: flex;
    align-items: center;
    margin-bottom: 10px; }
    .single-sweep .contact-form label.checkbox input[type="checkbox"] {
      width: 15px;
      height: 15px;
      margin: 0 5px 0 0; }

.single-sweep .contact-form input[type="text"],
.single-sweep .contact-form input[type="email"],
.single-sweep .contact-form input[type="url"],
.single-sweep .contact-form input[type="submit"],
.single-sweep .contact-form button[type="submit"],
.single-sweep .contact-form textarea {
  width: 100%;
  max-width: none;
  font-size: 16px;
  font-size: 1rem;
  padding: 7px 10px 7px;
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.2);
  border: solid 2px #111;
  color: #111;
  outline: none; }

.single-sweep .contact-form textarea {
  height: 100px; }

.single-sweep .contact-form input[type="submit"],
.single-sweep .contact-form button[type="submit"] {
  width: auto;
  background: #111;
  color: #fff; }

.single-sweep .contact-form .sweep-terms-conditions {
  max-height: 150px;
  font-size: 10px;
  margin-bottom: 20px;
  overflow-y: scroll; }

.single-sweep .sweep-terms-conditions-template.hidden {
  display: none; }

.page-title__date {
  margin: 0 0 25px; }

.page-template-page-archive #content-wrapper {
  margin: 80px auto 30px; }
  @media (min-width: 768px) {
    .page-template-page-archive #content-wrapper {
      margin: 100px auto 50px; } }

.page-template-page-archive #calendar-archive {
  width: 100%;
  list-style: none;
  margin: 0 0 70px; }
  .page-template-page-archive #calendar-archive li {
    width: 100%;
    position: relative;
    overflow: hidden; }
    @media (max-width: 767px) {
      .page-template-page-archive #calendar-archive li:first-child .year {
        margin-top: 0; } }
    @media (min-width: 1024px) {
      .page-template-page-archive #calendar-archive li:last-child span {
        border-bottom: none; } }
  .page-template-page-archive #calendar-archive .year {
    width: 100%;
    margin-top: 20px;
    color: #fff;
    font-weight: 700;
    background: #233142;
    border-bottom: 1px solid #F1F1F1; }
    @media (min-width: 768px) {
      .page-template-page-archive #calendar-archive .year {
        width: 7.6%;
        margin-top: 0; } }
  .page-template-page-archive #calendar-archive span {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400;
    display: block;
    float: left;
    width: 25%;
    line-height: 38px;
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: center;
    border-right: 2px solid #fff;
    border-bottom: 1px solid #fff;
    background: #2c3d53; }
    @media (min-width: 768px) {
      .page-template-page-archive #calendar-archive span {
        width: 7.7%; } }
  .page-template-page-archive #calendar-archive a {
    color: #fff;
    transition: all .2s; }
    @media (min-width: 1024px) {
      .page-template-page-archive #calendar-archive a:last-child span {
        border-right: none; } }
    .page-template-page-archive #calendar-archive a:hover span {
      background: #354a63;
      transition: all .2s; }
  .page-template-page-archive #calendar-archive .current_date {
    color: #fff;
    background-color: #ce0050; }
  .page-template-page-archive #calendar-archive .emptymonth {
    color: gray; }
    @media (min-width: 1024px) {
      .page-template-page-archive #calendar-archive .emptymonth:last-child {
        border-right: none; } }

/**
 * Header
 */
@media (min-width: 768px) {
  .site-header__top__inner a {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.3; } }

@media (min-width: 1024px) {
  .site-header__top__inner a {
    font-size: 14px;
    font-size: 0.875rem; } }

.site-header__logo .logo {
  width: 161px;
  height: 42px; }
  @media (min-width: 768px) {
    .site-header__logo .logo {
      width: 100px;
      height: 26px; } }
  @media (min-width: 1024px) {
    .site-header__logo .logo {
      width: 142px;
      height: 37px; } }

@media (min-width: 768px) {
  .site-header__main-nav__list li {
    font-size: 11px;
    font-size: 0.6875rem; } }

@media screen and (min-width: 1055px) {
  .site-header__main-nav__list li {
    font-size: 14px;
    font-size: 0.875rem; } }

@media (min-width: 768px) {
  .site-header__social-toggle {
    font-size: 11px;
    font-size: 0.6875rem;
    margin-top: 3px; } }

@media screen and (min-width: 1055px) {
  .site-header__social-toggle {
    font-size: 14px;
    font-size: 0.875rem; } }

/**
 * Footer
 */
@media (min-width: 768px) {
  .site-footer__logo svg {
    width: 283px;
    height: 74px; } }

@media (min-width: 1024px) {
  .site-footer__logo svg {
    width: 360px;
    height: 94px; } }

.site-footer__links__list a {
  font-size: 14px;
  font-size: 0.875rem; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .site-footer__links__list a {
      font-size: 12px;
      font-size: 0.75rem; } }

@media (min-width: 1024px) {
  .site-footer__cta-link {
    font-size: 13px;
    font-size: 0.8125rem; } }

.button__primary {
  border: 2px solid #FF0264;
  line-height: 1.4; }

/**
 * Home page/Tag page/Author page
 */
.article__item {
  border: none;
  background: #f2f2f2;
  padding: 15px; }

/**
 * Single post
 */
.post-flag {
  color: #FF0264; }

.post-content a {
  color: #FF0264; }
  .post-content a:hover {
    color: #ce0050; }

.post-related__item {
  background: #f2f2f2; }
  .post-related__item:hover {
    background: #f2f2f2; }
  .post-related__item .post-related__title {
    color: #111; }
  .post-related__item .post-flag {
    font-family: "Roboto Slab", serif;
    font-weight: 700;
    color: #FF0264; }
