@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/*! Flickity v2.1.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: 0;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: #fff;
  cursor: pointer;
}

.flickity-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}

.flickity-button-icon {
  fill: #333;
}

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/*! Lity - v2.3.1 - 2018-04-20
* http://sorgalla.com/lity/
* Copyright (c) 2015-2018 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

.lity-loading .lity-content, .lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

@font-face {
  font-family: "magazines";
  src: url("../eot/magazines9154.eot");
  src: url("../eot/magazines9154.eot#iefix") format("embedded-opentype"), url("../woff2/magazines9154.woff2") format("woff2"), url("../woff/magazines9154.woff") format("woff"), url("../ttf/magazines9154.ttf") format("truetype"), url("../svg/magazines9154.svg#magazines") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'magazines';
    src: url('../magazine/font/magazines.svg?20240214#magazines') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "magazines";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-search:before {
  content: "\e800";
}

/* '' */
.icon-arrow-circled:before {
  content: "\e801";
}

/* '' */
.icon-asset-1:before {
  content: "\e802";
}

/* '' */
.icon-arrow-right:before {
  content: "\e826";
}

/* '' */
.icon-forum:before {
  content: "\e804";
}

/* '' */
.icon-refresh:before {
  content: "\e805";
}

/* '' */
.icon-search-1:before {
  content: "\e806";
}

/* '' */
.icon-arrow-down:before {
  content: "\e824";
}

/* '' */
.icon-arrow-up:before {
  content: "\e823";
}

/* '' */
.icon-arrow-left:before {
  content: "\e825";
}

/* '' */
.icon-close:before {
  content: "\e808";
}

/* '' */
.icon-download:before {
  content: "\e809";
}

/* '' */
.icon-play:before {
  content: "\e80a";
}

/* '' */
.icon-volume:before {
  content: "\e80b";
}

/* '' */
.icon-pause:before {
  content: "\e80c";
}

/* '' */
.icon-stop:before {
  content: "\e80d";
}

/* '' */
.icon-more:before {
  content: "\e810";
}

/* '' */
.icon-fb-logo-box:before {
  content: "\e811";
}

/* '' */
.icon-play-arrow:before {
  content: "\e812";
}

/* '' */
.icon-icon-pause:before {
  content: "\e813";
}

/* '' */
.icon-ffw-arrow:before {
  content: "\e814";
}

/* '' */
.icon-rewind-arrow:before {
  content: "\e815";
}

/* '' */
.icon-icon-info:before {
  content: "\e816";
}

/* '' */
.icon-icon-share:before {
  content: "\e817";
}

/* '' */
.icon-video-replay:before {
  content: "\e81c";
}

/* '' */
.icon-photo:before {
  content: "\e821";
}

/* '' */
.icon-check-circle:before {
  content: "\e831";
}

/* '' */
.icon-add-circle:before {
  content: "\e832";
}

/* '' */
.icon-spin6:before {
  content: "\e839";
}

/* '' */
.icon-menu:before {
  content: "\f008";
}

/* '' */
.icon-twitter:before {
  content: "\f799";
}

/* '' */
.icon-facebook:before {
  content: "\f09a";
}

/* '' */
.icon-pinterest-circled:before {
  content: "\f0d2";
}

/* '' */
.icon-gplus:before {
  content: "\f0d5";
}

/* '' */
.icon-youtube-play:before {
  content: "\f16a";
}

/* '' */
.icon-instagram:before {
  content: "\f16d";
}

/* '' */
.icon-fa-play:before {
  content: "\e80a";
}

/* '' */
.icon-volume:before {
  content: "\e80b";
}

/* '' */
.icon-fa-pause:before {
  content: "\e80c";
}

/* '' */
.icon-fa-stop:before {
  content: "\e80d";
}

/* '' */
.icon-up-open-mini:before {
  content: "\e823";
  margin-right: 7px;
}

/*
   Animation example, for spinners
*/
.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/*!
 * SlickNav Responsive Mobile Menu v1.0.10
 * (c) 2016 Josh Cope
 * licensed under MIT
 */
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}

.slicknav_menu {
  *zoom: 1;
}

.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
}

.slicknav_menu .slicknav_icon {
  float: left;
  width: 1.125em;
  height: 0.875em;
  margin: 0.188em 0 0 0.438em;
}

.slicknav_menu .slicknav_icon:before {
  background: transparent;
  width: 1.125em;
  height: 0.875em;
  display: block;
  content: "";
  position: absolute;
}

.slicknav_menu .slicknav_no-text {
  margin: 0;
}

.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.slicknav_menu:before {
  content: " ";
  display: table;
}

.slicknav_menu:after {
  content: " ";
  display: table;
  clear: both;
}

.slicknav_nav {
  clear: both;
}

.slicknav_nav ul {
  display: block;
}

.slicknav_nav li {
  display: block;
}

.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}

.slicknav_nav .slicknav_item {
  cursor: pointer;
}

.slicknav_nav .slicknav_item a {
  display: inline;
}

.slicknav_nav .slicknav_row {
  display: block;
}

.slicknav_nav a {
  display: block;
}

.slicknav_nav .slicknav_parent-link a {
  display: inline;
}

.slicknav_brand {
  float: left;
}

.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  background: #4c4c4c;
  padding: 5px;
}

.slicknav_menu * {
  box-sizing: border-box;
}

.slicknav_menu .slicknav_menutxt {
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 3px #000;
}

.slicknav_menu .slicknav_icon-bar {
  background-color: #fff;
}

.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #222;
}

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden;
}

.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 0 0 20px;
}

.slicknav_nav .slicknav_row {
  padding: 5px 0px;
}

.slicknav_nav .slicknav_row:hover {
  color: #2f4f8e;
}

.slicknav_nav a {
  padding: 5px 0px;
  margin: 2px 5px;
  text-decoration: none;
}

.slicknav_nav a:hover {
  color: #2f4f8e;
}

.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}

.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0;
}

.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}

.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px;
}

/* Slick Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after, .slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../gif/ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  margin-bottom: 0;
  overflow: hidden;
  z-index: 5;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "magazines";
  font-size: 24px;
  line-height: 1;
  color: #717683;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.caro.wide .slick-prev {
  left: 30px;
}

.caro.wide .slick-next {
  right: 30px;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\e825";
}
[dir=rtl] .slick-prev:before {
  content: "\e826";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\e826";
}
[dir=rtl] .slick-next:before {
  content: "\e825";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.amp-medium-audio .amp-jump-back,
.amp-medium-audio .amp-jump-forward,
.amp-medium-audio .amp-mute,
.amp-medium-audio .amp-volume,
.amp-medium-audio .amp-share,
.amp-medium-audio .amp-settings,
.amp-medium-audio .amp-fullscreen,
.amp-medium-audio .amp-poster,
.amp-medium-audio .amp-title,
.amp-medium-audio .amp-pause-overlay,
.amp-medium-audio .amp-airplay,
.amp-medium-audio .amp-chromecast {
  display: none;
}

.amp-medium-audio {
  height: 55px;
}

.amp-medium-audio .amp-controls {
  height: 100%;
  background-color: #46484C;
}

.amp-medium-audio .amp-playpause {
  border-radius: 50%;
  background: #fff;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  color: #46484C;
}

.amp-medium-audio .amp-progress {
  margin: 0 0 0 4.2em;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: calc(100% - 11em);
}

.amp-medium-audio .amp-time-display {
  position: absolute;
  right: 0;
  margin: 0em 1.5em 0em 0.75em;
}

/* Backwards compatibility */
.akamai-medium-audio .amp-jump-back,
.akamai-medium-audio .amp-jump-forward,
.akamai-medium-audio .amp-mute,
.akamai-medium-audio .amp-volume,
.akamai-medium-audio .amp-share,
.akamai-medium-audio .amp-settings,
.akamai-medium-audio .amp-fullscreen,
.akamai-medium-audio .amp-poster,
.akamai-medium-audio .amp-title,
.akamai-medium-audio .amp-pause-overlay,
.akamai-medium-audio .amp-airplay,
.akamai-medium-audio .amp-chromecast {
  display: none;
}

.akamai-medium-audio {
  height: 55px;
  position: relative;
}

.akamai-medium-audio .amp-controls {
  height: 100%;
  background-color: #46484C;
}

.akamai-medium-audio .amp-playpause {
  border-radius: 50%;
  background: #fff;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  color: #46484C;
}

.akamai-medium-audio .amp-progress {
  margin: 0 0 0 4.2em;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 100%;
  width: calc(100% - 13.5em);
}

.akamai-medium-audio .amp-time-display {
  position: absolute;
  right: 0;
  margin: 0em 1.5em 0em 0.75em;
}

/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */
/* 

 * Site specific fonts used:
 * 
 * font-family: 'Source Sans Pro', sans-serif;
 * font-family: 'Montserrat', sans-serif;
*/
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #2c2e32;
  height: 100%;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 500;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e7e6e7;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* Default anchor styles */
a {
  text-decoration: none;
  border: none;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #086FAA;
}
a:hover {
  text-decoration: underline;
}
a:focus {
  border: 2px solid #2f4f8e;
  box-sizing: border-box;
  text-decoration: underline;
}

.highlight {
  color: #2f4f8e;
}

.highlight.positive {
  color: #fee377;
}

strong.highlight {
  font-weight: normal;
}

.highlight.this-week {
  line-height: 1.1rem;
  display: block;
  margin-bottom: 5px;
}

.warning {
  color: #2f4f8e;
}

/* Buttons */
a.btn, button, input.btn {
  text-align: center;
  text-decoration: none;
  background-color: #2f4f8e;
  color: #fff;
  display: block;
  font-weight: 500;
  font-size: 18px;
  font-weight: 600;
  padding: 12px 2.25rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  border: none;
  margin-bottom: 10px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 2rem;
  white-space: nowrap;
}

a.btn.squared {
  border-radius: 0;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-transform: none;
  font-size: 1.2rem;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  padding-top: 15px;
  padding-bottom: 15px;
  text-overflow: ellipsis;
}

a.btn.reverse {
  background-color: #fff;
  color: #2f4f8e;
}

a.btn span, button span {
  padding-left: 10px;
  font-size: 1.2em;
}

.btn.small-rounded {
  padding: 0.5rem 1.5rem;
  border-radius: 20px;
  line-height: 1.2em;
}

a.btn:not(.squared):hover, button:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

a.btn.squared:hover {
  background-color: #2c2e32;
  color: #fff;
}

.btn.secondary {
  background-color: #717683;
}

.btn.btn-full-width {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.btn.btn-full-width .icon-arrow-right {
  margin-left: auto;
}
.btn.btn-full-width.center {
  display: block;
  text-align: center;
}

.btn-group .btn {
  display: inline-block;
  width: auto;
  margin-right: 20px;
}

.tag.btn {
  padding: 0rem 1rem;
  font-size: 0.7rem;
  margin-bottom: 0px;
  width: auto;
  background-color: #717683;
}

.sponsored-tag.btn {
  background: #2f4f8e;
  color: white;
  padding: 5px 10px;
  border-radius: 2px;
  margin-right: 1rem;
  font-weight: 700;
  font-size: 0.8rem;
}

.gray {
  color: #717683;
}

.prev-next {
  margin-bottom: 15px;
}

.prev-next .btn {
  margin: 0 15px;
}

.prev-next .btn.secondary:hover {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.print-document {
  float: right;
  margin-top: 10px;
  margin-left: 20px;
}

/* typography */
/* position */
.right {
  text-align: right;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.flex-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.story-image img {
  width: 100%;
}
.story-image figcaption {
  color: #717683;
  font-style: italic;
  padding: 0.25rem 0 0.5rem 0;
  position: relative;
  font-size: 0.9rem;
  min-height: 50px;
}
.story-image figcaption .btn {
  font-style: normal;
  display: block;
  margin-bottom: 10px;
}
.story-image figcaption:after {
  content: "";
  height: 1px;
  background-color: #e7e6e7;
  width: 100%;
  position: relative;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  clear: both;
  display: table;
}
.story-image figcaption.has-buy-cta {
  min-height: 40px;
}
.story-image a {
  overflow: hidden;
}
.story-image a.video::before {
  z-index: 1;
}
.story-image a img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.story-image a:hover img {
  transform: scale(1.05);
}

/* utility */
.clear {
  clear: both;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

figure {
  margin: 30px 0;
}

.has-vertical-divider {
  text-align: right;
}

.is-vertical-divider {
  display: inline-block;
  border-left: 1px solid #e7e6e7;
  height: 100%;
  padding: 0px 16%;
  text-align: center;
}

.has-vertical-divider .social-menu {
  display: inline-block;
  vertical-align: top;
}

/* Add Margins/Padding */
.margin-top {
  margin-top: 1em;
}

.margin-bottom {
  margin-bottom: 1em;
}

.margin-bottom-large {
  margin-bottom: 40px;
}

.no-margin-top {
  margin-top: 0;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.padding-top {
  padding-top: 1em;
}

.padding-bottom {
  padding-bottom: 1em;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-bottom,
.wrapper.no-padding-bottom {
  padding-bottom: 0 !important;
}

.padding-left {
  padding-left: 1em;
}

.padding-left-x2 {
  padding-left: 2rem;
}

.padding-right {
  padding-right: 1em;
}

.border-top {
  border-top: 1px solid #e7e6e7;
}

.border-bottom {
  border-top: 1px solid #e7e6e7;
}

/* typography */
h1, h2.style-as-h1 {
  font-size: 1.7rem;
  line-height: 1.1em;
}

h1 span {
  font-size: 1.75rem;
  display: block;
  line-height: 1.5em;
  margin: 0;
}

h1.home-h1 {
  margin: 0;
  line-height: 0.9em;
}
h1.home-h1 span {
  opacity: 0;
  z-index: 0;
  position: absolute;
  max-height: 1px;
  margin: 0;
}

h1.epi-title {
  margin-top: 0;
  font-size: 1.7rem;
  font-weight: 300;
}

.numbered-page-title {
  border-top: 1px solid #e7e6e7;
  padding-top: 15px;
  margin: 30px 0;
}
.numbered-page-title h2.style-as-h1 {
  font-size: 2.25rem;
}

h2, h1.style-as-h2 {
  font-size: 1.2rem;
  line-height: 1em;
  font-weight: 600;
  border-bottom: 1px solid #e7e6e7;
  color: #717683;
  padding-bottom: 10px;
  margin-bottom: 2rem;
}

h2.no-underline {
  border-bottom: 0;
}

h2 span {
  padding-bottom: 8px;
}

h2.style-as-h1 {
  text-transform: none;
  color: #2c2e32;
}

h2.blocked-header {
  font-size: 1.5rem;
  color: #2f4f8e;
  text-transform: none;
  border-top: 1px solid #e7e6e7;
  padding: 15px 0;
  font-weight: 600;
}

h3 {
  font-size: 2.5rem;
  line-height: 0.9em;
  font-weight: 300;
  margin-bottom: 15px;
  margin-top: 15px;
}

h2 em, h3 em {
  font-style: normal;
  font-weight: 600;
  display: block;
  font-size: 0.5em;
}

h3 a:not(.tag) {
  color: #2c2e32;
}

h3 a:not(.tag):hover {
  color: #2f4f8e;
}

.cam-description h3 {
  font-size: 44px;
}

.single-article h3 {
  font-weight: normal;
  color: #717683;
  line-height: 1.2em;
  margin-top: 1rem;
}

h4 {
  font-size: 1.25rem;
  font-weight: 300;
}

.single-article h4 {
  font-size: 28px;
  font-weight: bold;
  margin: 0;
}

h5 {
  font-size: 1.4rem;
  margin: 0 0 5px 0;
}

p {
  display: block;
  -webkit-margin-before: 0.75em;
  -webkit-margin-after: 0.75em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

.single-article p {
  line-height: 1.72;
}

.single-article article a:not(.btn):not(.jssocials-share-link):link,
.single-article article a:not(.btn):not(.jssocials-share-link):visited {
  color: #086FAA;
  text-decoration: underline;
}
.single-article article a:not(.btn):not(.jssocials-share-link):link:hover,
.single-article article a:not(.btn):not(.jssocials-share-link):visited:hover {
  color: #000;
}

.single-article article .content ul {
  margin-left: 0;
  padding-left: 16px;
}

.audio-article .amp-slider .amp-value {
  background-color: #2f4f8e;
}

.single-article-recommendation.mobile-viewable h2#RecoArticles {
  margin-bottom: 0;
  padding: 10px 5vw;
}
.single-article-recommendation.mobile-viewable .article-list {
  max-height: inherit !important;
}
.single-article-recommendation.mobile-viewable .article-list .article-item {
  display: block !important;
  margin-bottom: 0px !important;
  border-bottom: 1px solid #e7e6e7;
}
.single-article-recommendation.mobile-viewable .article-list .article-item:first-of-type {
  display: none !important;
}
.single-article-recommendation.mobile-viewable .article-list .article-item strong {
  min-height: inherit !important;
}
.single-article-recommendation.mobile-viewable .article-list .reco-link {
  min-height: 0 !important;
}
.single-article-recommendation.mobile-viewable .article-list .reco-thumb {
  left: 5vw !important;
  top: 10px !important;
}

.single-article.has-right-col-layout h3 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #2c2e32;
}
.single-article.has-right-col-layout .page-title {
  border-bottom: 1px solid #e7e6e7;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.single-article.has-right-col-layout .page-title h3 {
  font-style: italic;
  font-size: 1.4rem;
  font-weight: 300;
}
.single-article.has-right-col-layout .by-line {
  margin-bottom: 10px;
  font-size: 0.95rem;
}
.single-article.has-right-col-layout .social-menu ul .addthis_share_button, .single-article.has-right-col-layout .social-menu ul .addthis_button_compact {
  margin-left: 0;
}
.single-article.has-right-col-layout .story-image figcaption {
  margin-left: 0;
  margin-right: 0;
}
.single-article.has-right-col-layout .is-newsletter.has-promo {
  background-color: #e7e6e7;
}
.single-article.has-right-col-layout .is-newsletter.has-promo h2, .single-article.has-right-col-layout .is-newsletter.has-promo h3 {
  font-style: normal;
  font-weight: 300;
  font-size: 2rem;
}
.single-article .show-more {
  padding-bottom: 40px;
  margin-top: -100px;
  max-width: 738px;
}
.single-article article:first-of-type {
  margin-bottom: 30px;
  padding-top: 20px;
}
.single-article #article-wrap-inner .side-bar {
  padding: 0;
}
.single-article .slick-slider {
  width: 100%;
}
.single-article h1,
.single-article h2.style-as-h1 {
  border-bottom: none;
  margin: 0;
  padding-bottom: 0;
  line-height: 1;
  line-height: 0.9;
  margin-top: 0;
}
.single-article .by-line {
  font-size: 18px;
  padding: 0;
  margin-bottom: 30px;
}
.single-article .paginated-article h1 {
  margin-bottom: 10px;
}
.single-article .paginated-article .by-line {
  margin-bottom: 20px;
}

.by-line {
  color: #717683;
}
.by-line span {
  display: block;
}
.by-line .date {
  font-weight: 300;
  font-size: 0.9em;
}
.by-line .author {
  color: #2c2e32;
  font-weight: 600;
}

.no-border-bottom {
  border-bottom: none;
}

.product-promo {
  background: #4a4d53;
  background: linear-gradient(180deg, #4a4d53 0%, #31343a 50%);
}
.product-promo .lazy {
  background-size: cover;
  padding-top: 27.5%;
}
.product-promo h3 {
  color: #fff !important;
  font-size: 1.8rem;
  border-bottom: 1px solid #595d60;
  margin: 20px 0.5em 10px 0.5em;
}
.product-promo p {
  font-size: 0.9rem;
  margin: 5px -0.5em;
  padding: 0 20px;
  color: #fff;
}
.product-promo p a:not(.btn) {
  font-weight: bold;
  text-decoration: underline;
  color: #fff !important;
}
.product-promo p .btn {
  margin-top: 20px;
}

.read-next-article {
  margin-top: 15px;
}

.in-article-promo {
  border: 1px solid #e7e6e7;
  padding: 20px;
  background-color: #f6f5f6;
}
.in-article-promo h3 {
  margin: 0;
  font-size: 2.25rem !important;
  font-weight: 300 !important;
}
.in-article-promo p {
  margin: 5px 0;
}

/* ==========================================================================
   Global styles
   ========================================================================== */
body {
  background-color: #fff;
}

/* masthead / nav */
.masthead {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.masthead .logo {
  max-width: 100%;
  width: 150px;
  height: auto;
  padding-top: 4px;
}
.masthead .logo img {
  width: auto;
  height: 28px;
}

.masthead .logo a:after {
  background-color: transparent;
  width: 0;
}

.search-bar.fixed-bar {
  padding-bottom: 16px;
}

.fixed-bar.is_stuck {
  background-color: rgba(255, 255, 255, 0.95);
  max-width: 100%;
  width: 100% !important;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  padding: 0;
}

.fixed-subscribe {
  display: none;
  justify-content: flex-end;
}

.fixed-subscribe .btn {
  margin-bottom: 0;
}

.fixed-bar.is_stuck .fixed-subscribe {
  display: flex;
  max-width: 330px !important;
  text-align: right;
}

.fixed-bar > .row {
  padding: 14px 0;
}

.fixed-bar.is_stuck > .row {
  max-width: 1170px;
  margin: 0 auto;
  max-height: inherit;
}

.fixed-progress {
  position: absolute;
  bottom: 0;
  display: none;
}

.fixed-bar.is_stuck .fixed-progress {
  display: block;
}

.fixed-bar.is_stuck .fixed-progress span {
  width: 100%;
  height: 6px;
  background-color: #2f4f8e;
  display: block;
  transform: translateX(-100%);
}

.main-menu {
  display: none;
}

.main-menu a:after {
  background-color: #2f4f8e;
}

.toggle-menu {
  float: left;
  text-align: center;
  font-size: 1.25em;
  padding-top: 5px;
}

.toggle-menu:hover {
  color: #6d6e72;
}

.toggle-menu:after {
  background-color: transparent !important;
  width: 0;
}

.toggle-menu:hover:after {
  background-color: transparent;
  width: 0;
}

.toggle-menu .icon-close {
  font-size: 0.7em;
  margin-right: 7px;
}

.slicknav_menu {
  margin-top: 0px;
  background-color: transparent;
  padding: 0;
  text-align: left;
  font-weight: 600;
}

.slicknav_menu .slicknav_nav {
  margin-top: 15px;
  padding: 15px 0 0 0;
  border-bottom: 1px solid #e7e6e7;
}

.slicknav_open .slicknav_arrow {
  color: #2f4f8e;
}

.slicknav_menu .slicknav_btn {
  display: none;
}

.slicknav_menu .icon-arrow-down {
  display: none;
}

.slicknav_nav > li > a {
  border-top: 1px solid #e7e6e7;
  margin: 0;
}

.slicknav_nav li li a {
  margin: 0;
}

.slicknav_nav .search-bar, .slicknav_nav #cludo_search_form_mobile, .slicknav_nav .cludo_search_form {
  padding: 0 0 3px 0 !important;
}
.slicknav_nav .search-bar input, .slicknav_nav #cludo_search_form_mobile input, .slicknav_nav .cludo_search_form input {
  border: 0;
}
.slicknav_nav .search-bar .row, .slicknav_nav #cludo_search_form_mobile .row, .slicknav_nav .cludo_search_form .row {
  border-top: 1px solid #e7e6e7;
}
.slicknav_nav .search-bar .row > div:first-of-type, .slicknav_nav #cludo_search_form_mobile .row > div:first-of-type, .slicknav_nav .cludo_search_form .row > div:first-of-type {
  display: none;
}
.slicknav_nav .search-bar button, .slicknav_nav #cludo_search_form_mobile button, .slicknav_nav .cludo_search_form button {
  background-color: transparent;
  color: #717683;
  border-radius: 0;
  padding-bottom: 0;
}
.slicknav_nav .search-bar button:hover, .slicknav_nav #cludo_search_form_mobile button:hover, .slicknav_nav .cludo_search_form button:hover {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.slicknav_nav .search-bar .cludo-categories, .slicknav_nav #cludo_search_form_mobile .cludo-categories, .slicknav_nav .cludo_search_form .cludo-categories {
  display: none;
}
.slicknav_nav .mobile-subscribe {
  float: none;
  border-top: 1px solid #e7e6e7;
  padding-top: 10px;
}
.slicknav_nav .mobile-subscribe .btn {
  background-color: #2f4f8e;
  color: #fff;
  font-size: 0.8rem;
  border-radius: 30px;
  display: inline-block;
  padding: 2px 15px;
  margin-top: 2px;
}
.slicknav_nav .mobile-subscribe .subscribe-cover {
  padding-left: 0;
  padding-right: 0;
}
.slicknav_nav .mobile-subscribe .subscribe-cover a {
  padding-bottom: 0;
  margin-bottom: 0;
}
.slicknav_nav .mobile-subscribe .subscribe-text {
  color: #2c2e32;
  padding-bottom: 15px;
}
.slicknav_nav .mobile-subscribe .subscribe-text br {
  display: none;
}
.slicknav_nav .mobile-subscribe .subscribe-text strong {
  line-height: 1.2em;
  display: block;
  font-size: 1rem;
}
.slicknav_nav .mobile-subscribe .subscribe-text .btn {
  margin-top: 5px;
  margin-bottom: 0;
}
.slicknav_nav .mobile-subscribe .subscribe-text a {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
.slicknav_nav .mobile-subscribe .subscribe-text a:not(.btn) {
  line-height: 1em;
}
.slicknav_nav .social-links {
  border-top: 1px solid #e7e6e7;
}
.slicknav_nav .social-links ul {
  text-align: center;
}
.slicknav_nav .social-links ul li {
  display: inline-block;
}
.slicknav_nav .social-links ul li a {
  color: #717683;
  font-size: 1rem;
  margin-right: 5px;
}

.slicknav_nav .slicknav_arrow {
  float: right;
  font-family: "magazines";
}

.main-nav .slicknav_menu li a {
  color: #2c2e32;
}

.main-nav .slicknav_menu li li a {
  color: #717683;
  font-size: 0.8rem;
}

.main-nav .slicknav_menu li a:hover {
  color: #2f4f8e;
}

.slicknav_menu .slicknav_collapsed .slicknav_arrow {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slicknav_menu .slicknav_open .slicknav_arrow {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.main-nav .slicknav_menu li {
  padding: 0;
  font-size: 1.15rem;
}

.masthead .wrapper {
  position: relative;
}

.drop-down-menu:not(.mobile-only-drop) {
  padding-top: 20px;
}

.drop-down-menu:not(.mobile-only-drop) > ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding-left: 0;
  -webkit-transition: none;
  transition: none;
}
.drop-down-menu:not(.mobile-only-drop) > ul > li > a {
  padding-bottom: 10px;
}
.drop-down-menu:not(.mobile-only-drop) > ul > li > ul:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 60px;
  height: 6px;
  top: -7px;
  background-color: #2f4f8e;
  left: -1px;
}

.drop-down-menu li {
  color: #fff;
  display: inline-block;
  float: left;
  margin: 0 2px 0 0;
  padding: 12px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}

.drop-down-menu:not(.mobile-only-drop) li a {
  text-decoration: none;
  display: block;
}

.drop-down-menu:not(.mobile-only-drop) li a:hover, .drop-down-menu:not(.mobile-only-drop) li a:focus {
  color: #2f4f8e;
}

.drop-down-menu:not(.mobile-only-drop) > ul > li > a {
  font-weight: 600;
}

.drop-down-menu:not(.mobile-only-drop) .icon-arrow-down {
  font-size: 0.35rem;
  position: relative;
  top: -2px;
}

.drop-down-menu:not(.mobile-only-drop) li:hover, .drop-down-menu:not(.mobile-only-drop) li:focus {
  background: #fff;
  cursor: pointer;
}

.drop-down-menu:not(.mobile-only-drop) li li:hover, .drop-down-menu:not(.mobile-only-drop) li li:focus {
  background-color: #2f4f8e;
}
.drop-down-menu:not(.mobile-only-drop) li li:hover a, .drop-down-menu:not(.mobile-only-drop) li li:focus a {
  color: #fff;
}

.drop-down-menu:not(.mobile-only-drop) ul li ul {
  background: #fff;
  visibility: hidden;
  opacity: 0;
  float: left;
  min-width: 100%;
  position: absolute;
  margin-top: 0;
  left: 0;
  z-index: 999;
  border: 1px solid #e7e6e7;
}

@media (hover) {
  .drop-down-menu:not(.mobile-only-drop) ul li:hover > ul,
.drop-down-menu:not(.mobile-only-drop) ul li ul:hover, .drop-down-menu:not(.mobile-only-drop) ul li:focus > ul,
.drop-down-menu:not(.mobile-only-drop) ul li ul:focus, .drop-down-menu:not(.mobile-only-drop) ul a:focus + ul, .drop-down-menu:not(.mobile-only-drop) ul:focus-within {
    visibility: visible;
    opacity: 1;
  }
}
.drop-down-menu:not(.mobile-only-drop) ul li ul li {
  clear: both;
  padding: 5px 18px 5px 18px;
  border-bottom: 1px solid #e7e6e7;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: none;
  white-space: nowrap;
}

.drop-down-menu:after {
  content: "";
  display: table;
  clear: both;
}

.drop-down-menu:not(.mobile-only-drop).sub-nav li {
  text-transform: none;
}
.drop-down-menu:not(.mobile-only-drop).sub-nav.tert-nav {
  border-top: 1px solid #e7e6e7;
  border-bottom: 1px solid #e7e6e7;
  display: block !important;
  padding-top: 15px !important;
}
.drop-down-menu:not(.mobile-only-drop).sub-nav.quad-nav {
  display: block !important;
  border-bottom: 1px solid #e7e6e7 !important;
}
.drop-down-menu:not(.mobile-only-drop).sub-nav.quad-nav .icon-arrow-down {
  font-size: 8px !important;
}
.drop-down-menu:not(.mobile-only-drop).sub-nav.quad-nav small {
  font-size: 0.75em;
}
.drop-down-menu:not(.mobile-only-drop).sub-nav.quad-nav strong a {
  color: #2f4f8e;
}
.drop-down-menu:not(.mobile-only-drop).sub-nav.quad-nav.drop-down-menu > ul > li > ul {
  right: 0;
  left: auto;
  margin-top: 6px;
}
.drop-down-menu:not(.mobile-only-drop).sub-nav.quad-nav.drop-down-menu > ul > li > ul:before {
  right: 0;
  left: auto;
  width: 100%;
}

.drop-down-menu.mobile-only-drop .open-mobile-drop {
  display: block;
  position: relative;
  top: -8px;
  margin-left: 5px;
  cursor: pointer;
}
.drop-down-menu.mobile-only-drop .open-mobile-drop span {
  display: block;
  background-color: #2f4f8e;
  color: #fff;
  line-height: 1em;
  padding: 10px 5px;
}
.drop-down-menu.mobile-only-drop .open-mobile-drop span:before {
  width: 2em;
}
.drop-down-menu.mobile-only-drop .mobile-secondary-nav li {
  border-top: 1px solid #e7e6e7;
  padding-top: 8px;
}
.drop-down-menu.mobile-only-drop .mobile-secondary-nav.mobile-open {
  display: block !important;
}

.bread-container {
  color: #717683;
}
.bread-container li a, .bread-container li.active a, .bread-container li a.active {
  color: #717683;
  font-size: 1rem;
}
.bread-container h1 span a {
  font-size: 1.75rem;
}

.masthead .utility {
  display: none;
}

.utility {
  background-color: #2c2e32;
  color: #fff;
}

.utility .wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
}

.utility .btn {
  margin-bottom: 0;
}

.utility .social-links {
  padding-top: 3px;
}

.utility .social-links a {
  display: inline-block;
  opacity: 0.7;
  color: #fff;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  text-transform: uppercase;
}

.utility .social-links .icon-forum:before {
  padding-right: 5px;
}

.utility .social-links .icon-forum:after {
  content: "forums";
  font-weight: bold;
  border-right: 1px solid #6d6e72;
  padding-right: 20px;
  font-size: 0.8rem;
}

.utility .social-links li:first-of-type a strong {
  font-size: 0.8em;
}

.utility a:hover {
  opacity: 1;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.utility .social-links ul, .utility .social-links li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.utility .social-links li {
  display: inline-block;
}

.main-nav ul, .main-nav li, .sub-nav ul, .sub-nav li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.main-nav li {
  display: block;
  padding-right: 20px;
  padding-top: 6px;
}

.sub-nav li {
  display: block;
  padding-right: 15px;
}

.main-nav li a, .sub-nav li a {
  color: #2c2e32;
  display: block;
  font-size: 0.88rem;
}
.main-nav li a span, .sub-nav li a span {
  padding-left: 3px;
}

.main-nav li.active > a, .sub-nav a.active, .sub-nav li.active > a {
  color: #2f4f8e;
  text-decoration: underline;
}
.main-nav li.active > a:hover, .sub-nav a.active:hover, .sub-nav li.active > a:hover {
  color: #2f4f8e;
}

.bread-container a {
  font-size: 0.9rem;
}
.bread-container.sub-nav a.active {
  color: #717683;
}

.bkg-dark .main-nav li.active > a, .bkg-dark .sub-nav a.active, .bkg-dark .sub-nav li.active > a {
  color: #ababab;
}
.bkg-dark .main-nav li.active > a:hover, .bkg-dark .sub-nav a.active:hover, .bkg-dark .sub-nav li.active > a:hover {
  color: #fff;
}

.page-header {
  background-color: #fff;
  padding-top: 10px;
  z-index: 7;
}
.page-header h1 a:link,
.page-header h1 a:visited, .page-header h2 a:link,
.page-header h2 a:visited {
  color: #2f4f8e;
}
.page-header h1 strong a:link,
.page-header h1 strong a:visited, .page-header h2 strong a:link,
.page-header h2 strong a:visited {
  color: #2c2e32;
}
.page-header.is_stuck .wrapper .sub-nav {
  padding-top: 10px;
  padding-bottom: 10px;
}

h1 a:link,
h1 a:visited {
  color: #717683;
}

h1 strong a:link,
h1 strong a:visited {
  color: #2c2e32;
}

.page-header {
  z-index: 110;
}
.page-header.is_stuck {
  padding-bottom: 0;
}

.page-header .wrapper {
  padding-bottom: 0px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.page-header .wrapper h1, .page-header .wrapper h2 {
  font-weight: 600;
  border-bottom: 0;
  font-size: 2rem;
  display: inline-block;
  padding-bottom: 0px;
  line-height: 1em;
  color: #717683;
  margin: 0;
  width: 100%;
  text-transform: none;
  color: #2f4f8e;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.page-header .wrapper h1 strong, .page-header .wrapper h2 strong {
  font-weight: 600;
}
.page-header .wrapper h1.subhead {
  margin-top: 20px !important;
  color: #2f4f8e;
  font-size: 2rem;
}
.page-header .wrapper h1.style-as-h2 {
  border-bottom: 1px solid #e7e6e7;
  margin: 10px 0 20px 0;
  padding-bottom: 10px;
  font-size: 2rem;
}
.page-header .wrapper li h1 span, .page-header .wrapper li h2 span {
  font-size: 2rem;
  display: inline-block;
  margin: 0;
}
.page-header .wrapper li h1 span a, .page-header .wrapper li h2 span a {
  font-size: 1.5rem;
  line-height: 1em;
}
.page-header .wrapper h1 strong, .page-header .wrapper h2 strong {
  color: #2f4f8e;
}
.page-header .wrapper .drop-down-menu .icon-arrow-down {
  top: -5px;
}
.page-header .wrapper .sub-nav {
  font-weight: 700;
  padding-top: 0;
  margin-bottom: 0;
  display: block;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.page-header .wrapper .sub-nav > ul {
  display: inline-block;
}
.page-header .wrapper .sub-nav li a {
  display: inline-block;
}
.page-header .wrapper .sub-nav li a span {
  font-size: 8px;
}
.page-header .wrapper .sub-nav li:not(.active) a {
  color: #717683;
}
.page-header .wrapper .sub-nav ul ul a:hover {
  color: #fff;
}
.page-header .wrapper .sub-nav.tert-nav {
  margin-top: 10px;
}
.page-header .wrapper .sub-nav.tert-nav li a span {
  font-size: 5.6px;
}
.page-header .wrapper .sub-nav h1 a:visited, .page-header .wrapper .sub-nav h1 a:link {
  color: #2f4f8e;
}
.page-header .wrapper a:hover, .page-header .wrapper .active:not(li) a {
  color: #2f4f8e;
}

.grid-item .new-episode.content {
  background-color: #f6f5f6;
  box-sizing: border-box;
}
.grid-item .new-episode.content p, .grid-item .new-episode.content h3 {
  margin: 5px 30px 0 30px !important;
  font-weight: bold;
}
.grid-item .new-episode.content p:first-of-type {
  margin-top: 20px !important;
}
.grid-item .new-episode.content p:last-of-type {
  font-size: 0.9em;
}
.grid-item .new-episode.content h3 {
  font-size: 1.25rem !important;
}

.motv-ref .col-xs-12 {
  padding-bottom: 2rem;
  padding-top: 0;
}
.motv-ref .col-xs-12 img {
  width: 100%;
}

.editorial-detail .page-header {
  border-bottom: 1px solid #e7e6e7;
}
.editorial-detail .page-header .wrapper .sub-nav {
  border-bottom: 0;
}
.editorial-detail article {
  margin-bottom: 15px;
}
.editorial-detail .is-newsletter.in-read, .editorial-detail .advertisement.after-article, .editorial-detail .article-related-videos {
  margin-top: 0px;
  margin-bottom: 30px;
}
.editorial-detail .grid.default-grid .grid-item {
  margin-bottom: 0;
}

.editorial-detail-single #MainContent_TertiaryMenuControl_MagazinePanel .toggle-in-page {
  display: none;
}
.editorial-detail-single h2 .icon-arrow-down {
  font-size: 0.9rem;
  position: relative;
  padding: 0 10px;
  top: -4px;
  color: #2c2e32;
}

span.number {
  color: #2f4f8e;
  padding: 0 0 10px 0;
  display: block;
  width: 100%;
  font-size: 1.1rem;
  font-weight: 700;
  box-sizing: border-box;
}

.featured-article {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.featured-article .content {
  padding-top: 30px;
}
.featured-article .row {
  min-height: 300px;
}
.featured-article h3 {
  font-size: 1.9rem;
  margin-top: 15px;
}
.featured-article.wrapper img, .featured-article.wrapper .video {
  width: 100%;
  height: auto;
}

#MainNav_MainNavigationControl_magazineMainNavPanel > .search-bar {
  display: none;
}

.search-bar {
  padding-bottom: 25px;
  z-index: 500;
}

.search-bar .row {
  margin: 0;
}

.search-bar .row > div {
  padding: 0;
  position: relative;
  z-index: 100;
}

.search-bar button {
  border-radius: 0rem 2.5rem 2.5rem 0rem;
  text-align: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}

.search-bar .select-styled {
  border-radius: 2.5rem 0rem 0rem 2.5rem;
  text-align: center;
  padding: 12px;
  border-right: 0;
}

.search-bar button, .search-bar .select, .search-bar input {
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.search-bar .icon-search {
  font-size: 1.25rem;
}

.video-grid.has-scenes .grid-item h3 {
  min-height: 50px;
}

.has-scenes .select {
  height: 50px;
  padding: 10px;
}
.has-scenes .select:after {
  display: none;
}
.has-scenes .select-styled {
  background-color: white;
  font-weight: bold;
  line-height: 0;
  padding: 25px;
  text-transform: uppercase;
}
.has-scenes .select-styled:after {
  display: none;
}

.cat-grid > div {
  padding-bottom: 15px;
  font-weight: 600;
  font-size: 0.9rem;
}

.region-grid {
  max-width: 80%;
  display: inline-block;
  margin: 50px auto !important;
  text-align: left;
}
.region-grid > div {
  border-right: 1px solid #e7e7e7;
  padding-left: 2rem;
}
.region-grid a {
  display: block;
  padding: 10px 0;
}

.search-related {
  text-align: left;
  padding-top: 30px;
}
.search-related h2 {
  padding-bottom: 10px !important;
}
.search-related li {
  border-bottom: 1px solid #e7e6e7;
  padding: 5px 0 !important;
}

.search_autocomplete {
  margin: 0;
  padding: 0;
}
.search_autocomplete li {
  border-bottom: 1px solid #e7e6e7;
  background-color: #fff;
  margin: 0;
  padding: 5px 10px;
  font-size: 0.9rem;
  cursor: pointer;
  list-style-type: none;
}
.search_autocomplete li:hover {
  background-color: #eee;
}

#cludo-search-results {
  padding-left: 0;
}
#cludo-search-results b, #cludo-search-results .cludo-tag-site {
  color: #2f4f8e !important;
}
#cludo-search-results button {
  background-color: #2f4f8e !important;
}

#cludo-404-results {
  padding-bottom: 30px;
}
#cludo-404-results ul, #cludo-404-results li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#cludo-404-results .cludo-result-item {
  border-bottom: 1px solid #e7e6e7;
  padding-bottom: 20px;
}
#cludo-404-results .cludo-results h3 {
  margin-top: 50px;
}
#cludo-404-results h4 {
  font-size: 1.5rem;
  font-weight: 600;
  text-decoration: none;
}
#cludo-404-results a.cludo-result-item-path {
  color: #2f4f8e;
}

#cludo-404 .powered-by, .powered-by-cludo {
  display: none !important;
}

.cludo-byline-date {
  color: #717683 !important;
}

.related-video-list {
  position: absolute;
  top: 0;
  color: #fff;
  background-color: rgba(46, 49, 54, 0.9);
  z-index: 1;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 25px;
  overflow: hidden;
}
.related-video-list .row {
  background-color: transparent !important;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.related-video-list .row > div {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.related-video-list h2 {
  text-transform: none;
  border-bottom: 0;
  margin: 0;
  padding: 0;
  font-size: 1.75rem;
  font-weight: 600;
}
.related-video-list .icon-video-replay {
  display: block;
  font-size: 4rem;
  font-size: 6vw;
  padding-bottom: 5px;
}
.related-video-list .current-video-title {
  padding-left: 15px;
  font-weight: 600;
  font-size: 1.3rem;
}
.related-video-list .col-sm-9 {
  margin-top: auto;
}
.related-video-list .replay {
  display: block;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
}
.related-video-list .current-video {
  border-right: 1px solid #fff;
}
.related-video-list .related-video-item img {
  width: 100%;
}
.related-video-list .related-video-item .video {
  max-height: 60%;
  display: block;
}
.related-video-list .related-video-item .video:before {
  background-color: rgba(0, 0, 0, 0.3);
}
.related-video-list .related-also {
  padding-top: 3%;
}
.related-video-list .related-also h3 {
  font-size: 1.25rem;
  font-weight: 600;
}
.related-video-list a {
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.4em;
}
.related-video-list a:hover {
  color: #2f4f8e;
}
.related-video-list .countdown {
  width: 0%;
  height: 5px;
  background-color: #2f4f8e;
  -webkit-transition: width 0s linear;
  -moz-transition: width 0s linear;
  -o-transition: width 0s linear;
  transition: width 0s linear;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.related-video-list .countdown.active {
  width: 100%;
  -webkit-transition: width 0s linear;
  -moz-transition: width 0s linear;
  -o-transition: width 0s linear;
  transition: width 0s linear;
}

.inline-video-feature .related-video-list .related-video-title {
  display: none;
}

#MainContent_ShowVideoPlayerControl_magVideoPlayerPanel .related-video-item {
  padding-right: 15px;
}

#inline-player.full-video, #inline-player2.full-video {
  margin: 0 auto 30px auto;
}

.full-video-small .current-video-title h2, .is-fixed.is_stuck .current-video-title h2, .home-sidebar-video .current-video-title h2 {
  font-size: 1.5rem;
}
.full-video-small .current-video-title .video-label, .is-fixed.is_stuck .current-video-title .video-label, .home-sidebar-video .current-video-title .video-label {
  display: none;
}
.full-video-small .related-video-list .replay, .is-fixed.is_stuck .related-video-list .replay, .home-sidebar-video .related-video-list .replay {
  font-size: 0.9rem;
}
.full-video-small .related-video-list .replay .icon-video-replay, .is-fixed.is_stuck .related-video-list .replay .icon-video-replay, .home-sidebar-video .related-video-list .replay .icon-video-replay {
  font-size: 1.5rem;
}
.full-video-small .related-video-list, .is-fixed.is_stuck .related-video-list, .home-sidebar-video .related-video-list {
  top: 0;
}
.full-video-small .related-video-list .related-also, .full-video-small .related-video-list .related-listings, .is-fixed.is_stuck .related-video-list .related-also, .is-fixed.is_stuck .related-video-list .related-listings, .home-sidebar-video .related-video-list .related-also, .home-sidebar-video .related-video-list .related-listings {
  display: none !important;
}
.full-video-small .close, .is-fixed.is_stuck .close, .home-sidebar-video .close {
  display: inline-block;
  background-color: #2c2e32 !important;
  color: #fff !important;
  z-index: 10;
}

/* footer */
footer {
  font-size: 1rem;
}
footer ul, footer ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer .footer-links ul li {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 2rem;
}
footer .social-links li {
  display: inline-block;
  font-size: 1.25rem;
  padding: 10px 5px;
}
footer h2 {
  margin-top: 25px;
  margin-bottom: 15px;
  color: #2c2e32;
  text-transform: uppercase;
}
footer a {
  color: #086FAA;
}
footer .social-links a {
  color: #717683;
}

.disclaimer-text {
  background-color: #2c2e32;
  color: #fff;
  font-size: 0.9rem;
}
.disclaimer-text a {
  opacity: 0.7;
  color: #fff;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.disclaimer-text a:hover {
  opacity: 1;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.disclaimer-text ul, .disclaimer-text ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.disclaimer-text ul li {
  display: inline-block;
  padding-right: 20px;
}
.disclaimer-text .copyright {
  opacity: 0.7;
}
.disclaimer-text .wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}
.disclaimer-text .privacy-links {
  padding-bottom: 15px;
}

/* ==========================================================================
   General styles
   ========================================================================== */
/* Main container */
.content-container {
  position: relative;
  min-height: calc(100vh - 400px);
}
.content-container.editorial-detail {
  background-color: #f6f5f6;
}

.reverse {
  color: #fff;
}

.reverse-bkg {
  background-color: #2c2e32;
}

.wrapper {
  margin: 0 auto;
  padding: 20px 5vw;
  max-width: 1296px;
}

.wrapper.main-nav {
  padding-bottom: 10px;
  padding-top: 10px;
}

.full-width {
  width: 100vw;
  position: relative;
  left: 50vw;
  right: 50vw;
  margin-left: -50vw;
  margin-right: -50vw;
}
.full-width.break-up {
  padding-top: 0px;
  padding-bottom: 20px;
  background: linear-gradient(180deg, #f4f5f6 0%, white 6%);
}
.full-width.bkg-dark {
  background-color: #2c2e32;
  color: #fff;
  padding-bottom: 60px;
}
.full-width.bkg-dark.page-header {
  padding-bottom: 0;
}
.full-width.bkg-dark .social-menu ul,
.full-width.bkg-dark .social-menu .jssocials-shares {
  margin-left: -1rem;
  flex-wrap: nowrap;
  flex-direction: row;
  padding-bottom: 5px;
}
.full-width.bkg-dark .social-menu ul .jssocials-share,
.full-width.bkg-dark .social-menu .jssocials-shares .jssocials-share {
  margin-right: 15px;
}
.full-width.bkg-dark.gray {
  color: #e7e6e7 !important;
}
.full-width.bkg-dark .cat-container {
  color: #868d9b;
  padding-bottom: 5px;
}
.full-width.bkg-dark .cat-container a {
  color: #868d9b;
}
.full-width.bkg-dark .cat-container a:hover {
  color: #fff;
}
.full-width.bkg-dark .video-container p {
  min-height: 50px;
}
.full-width.bkg-dark .social-menu ul .addthis_share_button, .full-width.bkg-dark .social-menu ul .addthis_button_compact, .full-width.bkg-dark .social-menu ul .jssocials-share-link, .full-width.bkg-dark .social-menu .jssocials-shares .addthis_share_button, .full-width.bkg-dark .social-menu .jssocials-shares .addthis_button_compact, .full-width.bkg-dark .social-menu .jssocials-shares .jssocials-share-link {
  background-color: transparent;
}

.full-video, .frame-video, .full-audio {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  background-size: cover;
  background-position: center center;
  clear: both;
}
.full-video .frame-video:not(.full-video-small), .frame-video .frame-video:not(.full-video-small), .full-audio .frame-video:not(.full-video-small) {
  top: 0 !important;
}
.full-video iframe, .frame-video iframe, .full-audio iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background-size: cover;
}
.full-video .close, .frame-video .close, .full-audio .close {
  display: none;
}
.full-video .frame-video.is_stuck, .frame-video .frame-video.is_stuck, .full-audio .frame-video.is_stuck {
  top: auto;
  bottom: 20px !important;
  right: 20px !important;
  max-width: 320px;
}
.full-video a, .frame-video a, .full-audio a {
  cursor: pointer;
}

.full-audio {
  background-color: transparent !important;
  padding-bottom: 5.5%;
}
.full-audio .lazy-play .icon-play {
  display: none;
}
.full-audio .lazy-play a, .full-audio .lazy-play .play-container {
  height: 100%;
}
.full-audio iframe {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.lazy-play {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
}
.lazy-play a, .lazy-play .play-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.2);
  font-size: 40px;
  cursor: pointer;
}

.related-video-container h5.related-video-title {
  font-size: 1.2rem;
  font-weight: 600;
}
.related-video-container .video-container {
  margin-left: 0;
}

.has-feature .feature-item {
  position: relative;
  background-position: center center;
  background-size: cover;
}
.has-feature h3 {
  margin-top: 0;
}
.has-feature .content {
  padding: 10%;
  position: relative;
  z-index: 1;
}
.has-feature .row {
  margin-left: 0;
  margin-right: 0;
}
.has-feature .is-tall .content {
  padding: 23% 0;
}
.has-feature .is-tall.is-video-feature .content {
  padding: 28.125%;
}

.has-feature.reverse h3 {
  font-weight: 600;
  margin: 0;
}
.has-feature.reverse h3 a {
  color: #fff;
}
.has-feature.reverse p {
  color: #fff;
  margin: 10px 0;
}
.has-feature.reverse .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.has-feature.has-overlay .content {
  background-color: rgba(50, 52, 57, 0.9);
  color: #fff;
  padding: 40px 30px 30px 45px;
  position: relative;
}
.has-feature.has-overlay .content:before {
  content: "";
  position: absolute;
  left: 26px;
  top: 42px;
  height: calc(100% - 70px);
  width: 4px;
  background-color: #2f4f8e;
}
.has-feature.has-overlay .icon-arrow-right {
  color: #fff;
  display: inline-block;
  border-radius: 50%;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
  box-shadow: inset 0px 0px 0px 2px #fff;
  float: left;
  margin-right: 10px;
  height: 48px;
  width: 48px;
  padding-left: 3px;
  line-height: 48px;
  text-align: center;
  position: relative;
  top: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.has-feature.has-overlay a:hover .icon-arrow-right {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.has-feature.has-overlay a strong {
  color: #a9afbf;
}
.has-feature.has-overlay a p {
  margin: 0;
  line-height: 50px;
}
.has-feature.has-overlay .feature-item {
  padding: 50% 0 4% 0;
}
.has-feature.has-overlay h3 {
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.has-feature.has-col .row > div {
  padding: 0;
  margin: 0;
  position: relative;
}
.has-feature.has-col .row img {
  width: 100%;
  height: auto;
}
.has-feature.has-col .row a.video {
  display: block;
}
.has-feature.has-col .row .reverse-bkg {
  padding: 45px;
}
.has-feature.has-col .row .addthis_inline_share_toolbox a {
  opacity: 0.3;
}
.has-feature.has-col .row .addthis_inline_share_toolbox a:hover {
  opacity: 1;
}
.has-feature.has-col .row h3 {
  font-size: 2.25rem;
}

.style-addthis a.at-share-btn {
  border: 2px solid #717683;
  border-radius: 40px !important;
  text-align: center;
}
.style-addthis a.at-share-btn .at-icon-wrapper {
  height: 40px !important;
  width: 40px !important;
  line-height: 40px !important;
}
.style-addthis a.at-share-btn svg {
  height: 32px !important;
  width: 32px !important;
  fill: #717683 !important;
}

.has-feature .cam-list {
  padding-top: 30px;
}

.has-feature .cam-list img {
  display: block;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.has-feature .cam-list .cam-item:not(.active) {
  opacity: 0.5;
}

.has-feature .cam-list .cam-item.active {
  opacity: 1;
}

.has-feature .cam-list .cam-item.active img {
  border: 6px solid #2f4f8e;
}

.has-feature.has-col .row > div {
  padding: 0;
  margin: 0;
  position: relative;
}
.has-feature.has-col .row img {
  width: 100%;
  height: auto;
}
.has-feature.has-col .row .feature-content {
  padding: 80px 30px 30px 30px;
  color: white;
}
.has-feature.has-col .row p {
  font-size: 1.2rem;
  line-height: 1.4em;
}
.has-feature.has-col .row .addthis_inline_share_toolbox a {
  opacity: 0.6;
}
.has-feature.has-col .row .addthis_inline_share_toolbox a:hover {
  opacity: 1;
}
.has-feature.has-col .row h4 {
  font-size: 1.85rem;
  line-height: 1.1em;
  margin: 0 0 15px 0;
}

.has-schedule .schedule-list {
  background-color: #2c2e32;
  padding: 25px 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.has-schedule .schedule-list .schedule-item {
  display: inline-block;
  float: left;
  padding-right: 25px;
  line-height: 1.1rem;
  max-width: 150px;
  border-right: 1px solid #6d6e72;
  margin-right: 25px;
}
.has-schedule .schedule-list .schedule-item:last-of-type {
  border-right: 0;
}
.has-schedule .schedule-list .label {
  color: #a9afbf;
  font-size: 0.8rem;
  text-transform: uppercase;
}
.has-schedule .schedule-list .schedule-item:first-of-type .label {
  font-weight: normal;
  font-size: 1rem;
}
.has-schedule .schedule-list .time {
  font-weight: 700;
  font-size: 1.75rem;
  padding-top: 4px;
}
.has-schedule .schedule-list .schedule-item:first-of-type .time {
  font-size: 1.25rem;
  padding-top: 0;
}
.has-schedule .schedule-list .timezone {
  padding-top: 2px;
  color: #717683;
  font-size: 0.8rem;
  font-weight: 600;
}

.feat-article {
  background-color: #f6f5f6;
  border: 1px solid #e7e6e7;
  padding: 0 !important;
  margin-top: 30px;
}
.feat-article h3 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 30px;
}
.feat-article img {
  width: 100%;
}
.feat-article div.col-sm-4 {
  position: relative;
  padding-right: 30px;
}
.feat-article div.col-sm-4 .article-content {
  height: 100%;
}
.feat-article .author-name {
  font-size: 0.9rem;
}
.feat-article .trim {
  font-size: 1rem;
}
.feat-article .btn {
  margin-top: 30px;
}
.feat-article .tag.btn {
  position: relative;
  left: -2rem;
  font-weight: 400;
  margin-top: 50px;
  border-radius: 0px 30px 30px 0px;
  padding: 0.25rem 4rem 0.25rem 2rem;
  font-size: 0.9rem;
  cursor: pointer;
  width: auto !important;
}

.inline-video-feature {
  background-color: #f6f5f6;
  border: 1px solid #e7e6e7;
  padding: 0 !important;
  margin-bottom: 15px;
}
.inline-video-feature img {
  width: 100%;
}
.inline-video-feature div.col-sm-4 {
  position: relative;
}
.inline-video-feature div.col-sm-4 .article-content {
  height: 100%;
}
.inline-video-feature h2 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.inline-video-feature .trim {
  font-size: 1rem;
}
.inline-video-feature .btn {
  margin-top: 30px;
}
.inline-video-feature .tag.btn {
  position: relative;
  left: -2rem;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 15px;
  border-radius: 0px 30px 30px 0px;
  padding: 0.25rem 4rem 0.25rem 2rem;
  font-size: 0.9rem;
  cursor: pointer;
}
.inline-video-feature .tag.btn:hover {
  transform: scale(1);
  padding-left: 3rem;
}

/* Related Articles */
.side-bar .article-list-container {
  background-color: rgba(246, 245, 246, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.side-bar.related-articles {
  background-color: #fff;
  padding: 20px;
}

.sponsor-container a {
  display: block;
  opacity: 1;
  -webkit-transition: 500ms ease opacity;
  transition: 500ms ease opacity;
}
.sponsor-container a:hover {
  opacity: 0.6;
}

.sponsor-container {
  text-align: center;
  margin-bottom: 2rem;
}

.sponsored-by {
  display: block;
  color: #717683;
  font-weight: 600;
}

.side-bar.related-articles {
  bottom: 0;
  left: 0;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
  width: 100%;
  z-index: 6;
}
.side-bar.related-articles.is_stuck {
  top: auto !important;
  bottom: 0;
}
.side-bar.related-articles .fade-out-mask {
  display: none;
}

.sponsored-article .side-bar.related-articles {
  position: static;
}

.sidebar-ad-unit {
  text-align: center;
}

.side-bar.related-articles {
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 100;
}

.close-ad {
  position: absolute;
  top: 10px;
  right: 10px;
}

.sidebar-ad-unit iframe,
.sidebar-ad-unit iframe img {
  max-width: 100%;
}

.is-mobile-pager {
  opacity: 1;
  -webkit-transition: 500ms ease opacity;
  transition: 500ms ease opacity;
}
.is-mobile-pager.hide {
  opacity: 0;
}

.side-bar .article-list-container {
  position: relative;
  display: none;
}

.article-list-container .article-list:not(.rail-caro) .article-item a {
  color: #2c2e32;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
}
.article-list-container .article-list:not(.rail-caro) .article-item a span {
  display: block;
  font-weight: 300;
  color: #717683;
  margin-bottom: 5px;
  font-size: 0.9em;
}

.article-list-container .active a {
  color: #2c2e32;
}

.article-list-container .active a:before {
  content: "Currently Reading";
  display: block;
  color: #2f4f8e;
  text-transform: uppercase;
  font-size: 0.68rem;
  font-weight: 300;
  margin-bottom: 0.39rem;
}

.article-list-container:before {
  content: "";
  height: 80px;
  width: 100%;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  pointer-events: none;
}

.article-list-container:after {
  content: "";
  height: 40px;
  width: 100%;
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.article-list-container:before,
.article-list-container:after {
  display: none;
}

.article-list:not(.in-page-articles) {
  max-height: 20vh;
  overflow-y: hidden;
  overflow-x: visible;
  padding: 0;
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
}

.article-list.in-page-articles.four-up {
  padding: 0;
  border-left: 12px solid #2f4f8e;
}
.article-list.in-page-articles.four-up h2 {
  background-color: #2f4f8e;
  color: #fff;
  font-size: 1.2rem;
  display: inline-block;
  padding: 20px 50px 20px 30px;
  margin: 0;
}
.article-list.in-page-articles.four-up .reco-thumb {
  float: left;
  padding-top: 4px;
}
.article-list.in-page-articles.four-up .reco-thumb a {
  display: block;
  width: 80px;
  height: 80px;
  overflow: hidden;
  text-align: center;
}
.article-list.in-page-articles.four-up .reco-thumb img {
  display: inline-block;
  height: 100%;
  width: auto !important;
  max-width: 200%;
  transform: translateX(-50%);
  margin-left: 50%;
}
.article-list.in-page-articles.four-up .reco-link {
  display: block;
  padding-left: 100px;
  min-height: 100px;
  height: 100%;
  border-bottom: 1px solid #e7e6e7;
  font-size: 1.1rem;
  line-height: 1.2em;
  padding-bottom: 20px;
  position: relative;
}
.article-list.in-page-articles.four-up .reco-link strong {
  color: #2c2e32;
}
.article-list.in-page-articles.four-up .reco-link:hover strong {
  color: #2f4f8e;
}
.article-list.in-page-articles.four-up .author-date {
  display: none;
}
.article-list.in-page-articles.four-up .cta {
  display: block;
  position: absolute;
  bottom: 10px;
}
.article-list.in-page-articles.four-up .article-item:nth-of-type(n+3) .reco-link {
  border-bottom: 0;
  margin-bottom: 0;
}
.article-list.in-page-articles.four-up .has-article-list {
  background-color: #f4f4f4;
  padding: 30px 30px 15px 30px;
}
.article-list.in-page-articles.four-up .article-item {
  position: relative;
  box-sizing: border-box;
  padding-bottom: 10px;
}

@media only screen and (max-width: 1023px) {
  .article-list.in-page-articles.four-up {
    border-left: 0;
    margin-left: -5vw;
    margin-right: -5vw;
  }
  .article-list.in-page-articles.four-up h2 {
    display: block;
    padding: 15px 15px;
    font-size: 1.1rem;
  }
  .article-list.in-page-articles.four-up h2:after {
    top: 26px;
  }
  .article-list.in-page-articles.four-up .has-article-list {
    margin-top: 0;
    padding: 15px;
  }
  .article-list.in-page-articles.four-up .has-article-list .reco-thumb {
    max-width: 120px;
    padding-top: 0;
  }
  .article-list.in-page-articles.four-up .has-article-list .reco-link {
    border-bottom: 0;
    padding-left: 20px;
    font-size: 0.9rem;
  }
  .article-list.in-page-articles.four-up .has-article-list .reco-link strong {
    font-size: 1.1rem;
    margin-top: 10px;
    display: block;
  }
  .article-list.in-page-articles.four-up .has-article-list .article-item {
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
  }
  .article-list.in-page-articles.four-up .has-article-list .article-item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 15px;
    width: calc(100% - 30px);
    height: 1px;
    background-color: #e7e6e7;
  }
}
.article-list.in-page-articles.two-up {
  background-color: #f4f4f4;
  padding: 0;
  margin-top: 0;
  overflow: hidden;
}
.article-list.in-page-articles.two-up h2 {
  background-color: #2f4f8e;
  padding: 30px 30px 130px 30px;
  position: relative;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  font-size: 1.6rem;
}
.article-list.in-page-articles.two-up h2 span {
  background-color: #2f4f8e;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-right: 10px;
}
.article-list.in-page-articles.two-up h2:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 42px;
  margin-left: 30px;
  z-index: 0;
  background-color: #fff;
  height: 1px;
  width: calc(100% - 60px);
  display: block;
}
.article-list.in-page-articles.two-up .has-article-list {
  margin-top: -130px;
  padding: 30px;
  max-width: inherit;
}
.article-list.in-page-articles.two-up .reco-link {
  color: #2c2e32;
}
.article-list.in-page-articles.two-up .reco-link strong {
  display: block;
  font-size: 1.4rem;
  margin: 10px 0;
  font-weight: 500;
}
.article-list.in-page-articles.two-up .reco-link .author-date {
  display: none;
}
.article-list.in-page-articles.two-up .reco-link .cta {
  color: #2f4f8e;
  text-decoration: underline;
  display: block;
}

@media only screen and (max-width: 1023px) {
  .article-list.in-page-articles.two-up h2 {
    padding: 15px 15px;
    font-size: 1.1rem;
  }
  .article-list.in-page-articles.two-up h2:after {
    top: 26px;
  }
  .article-list.in-page-articles.two-up .has-article-list {
    margin-top: 0;
    padding: 15px;
  }
  .article-list.in-page-articles.two-up .has-article-list .reco-thumb {
    max-width: 120px;
  }
  .article-list.in-page-articles.two-up .has-article-list .reco-link {
    padding-left: 20px;
    font-size: 0.9rem;
  }
  .article-list.in-page-articles.two-up .has-article-list .reco-link strong {
    font-size: 1.1rem;
    margin-top: 0px;
  }
  .article-list.in-page-articles.two-up .has-article-list .article-item {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.article-list:not(.rail-caro):not(.in-page-articles) .article-item {
  padding: 15px 25px;
  position: relative;
  height: 86px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.article-list:not(.rail-caro):not(.in-page-articles) .article-item:not(.top-reco) .reco-thumb {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 80px;
  padding: 10px 0;
}
.article-list:not(.rail-caro):not(.in-page-articles) .article-item:not(.top-reco) .reco-link {
  margin-left: 100px;
  display: block;
  min-height: 60px;
}
.article-list:not(.rail-caro):not(.in-page-articles) .article-item:not(.top-reco) .reco-link strong {
  line-height: 1em !important;
  min-height: 65px;
  display: block;
}

.article-list:not(.rail-caro) .article-item.active {
  background-color: transparent;
  color: #fff;
}
.article-list:not(.rail-caro) .article-item.active:before, .article-list:not(.rail-caro) .article-item.active:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 1px;
}
.article-list:not(.rail-caro) .article-item.active:after {
  right: 0;
}
.article-list:not(.rail-caro) .article-item.active:before {
  left: 0;
}

.article-list:not(.rail-caro):not(.in-page-articles) .article-item:not(.active) {
  display: none;
}

.article-list:not(.rail-caro) .article-item .progress-container {
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  padding: 0px;
  width: 100%;
  right: 0px;
  height: 100%;
  width: calc(100% - 5px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.article-list:not(.rail-caro) .article-item.active .progress-container {
  opacity: 1;
}

.article-list:not(.rail-caro) .article-item .progress-container .progress-bar {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.article-list:not(.rail-caro) .article-item .progress-container .progress-bar .percentage {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #f6f5f6;
  width: 100%;
  height: 5px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  will-change: transform;
}

.article-list:not(.rail-caro) .article-item .progress-container .progress-bar.is-mobile .percentage {
  height: 5px;
  background-color: #f6f5f6;
}

.stick-to-bottom.fade-out-mask {
  pointer-events: none;
}
.stick-to-bottom.fade-out-mask:after {
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 240, 240, 0)), to(white));
  background: linear-gradient(to bottom, rgba(240, 240, 240, 0) 0%, white 100%);
  content: "";
  display: block;
  width: 100%;
  height: 90px;
  pointer-events: none;
}

.rail-caro {
  position: relative;
  padding-top: 20px !important;
}
.rail-caro button {
  background-color: #2f4f8e;
  color: #fff;
  left: 0;
  border-radius: 0;
  padding: 20px 5px;
  height: auto;
  top: 30%;
}
.rail-caro button:before {
  color: #fff;
  font-size: 15px;
}
.rail-caro button:hover {
  background-color: #fff;
}
.rail-caro button:hover:before {
  color: #2f4f8e;
}
.rail-caro .article-item {
  position: relative;
}
.rail-caro .timer {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 0%;
  height: 8px;
  background-color: #2f4f8e;
}
.rail-caro .is-active .timer {
  width: 100% !important;
  transition: all 5s linear;
  /* can only be full seconds, used for carousel auto timer */
  position: absolute;
}
.rail-caro .slick-dots {
  position: absolute;
  top: 0px;
  left: -5px;
  bottom: auto;
  width: 100%;
  width: calc(100% + 10px);
  display: flex;
}
.rail-caro .slick-dots li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}
.rail-caro .slick-dots li button {
  display: block;
  position: relative;
  width: 100%;
  background-color: #2f4f8e;
  height: 6px !important;
  padding: 0 !important;
  opacity: 0.4;
}
.rail-caro .slick-dots li button:before {
  content: "";
  height: auto !important;
  width: auto !important;
}
.rail-caro .slick-dots li.slick-active button {
  opacity: 1;
}
.rail-caro .slick-next {
  left: auto;
  right: 0;
}
.rail-caro .reco-link {
  background-color: #f6f5f6;
  border: 1px solid #e7e6e7;
  padding: 20px;
  display: block;
  font-size: 1rem;
  line-height: 1.2em;
}
.rail-caro .reco-link strong {
  display: block;
  min-height: 55px;
}
.rail-caro .reco-link .author-date {
  display: block;
  color: #717683;
}

.advertisement.after-article {
  text-align: center;
  max-width: 91.66666667%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.social-menu {
  position: relative;
}
.social-menu:after {
  width: 1px;
  background-color: #e7e6e7;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.social-menu ul,
.social-menu .jssocials-shares {
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
}
.social-menu ul li,
.social-menu .jssocials-shares li {
  margin-right: 0.5rem;
}
.social-menu ul .addthis_share_button,
.social-menu ul .addthis_button_compact,
.social-menu ul .jssocials-share-link,
.social-menu .jssocials-shares .addthis_share_button,
.social-menu .jssocials-shares .addthis_button_compact,
.social-menu .jssocials-shares .jssocials-share-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0.5rem;
  -webkit-transition: 0.3s ease background-color;
  transition: 0.3s ease background-color;
  width: 50px;
  border: 2px solid #717683;
  border-radius: 40px;
  color: #717683;
}
.social-menu ul a:hover,
.social-menu .jssocials-shares a:hover {
  background-color: #2f4f8e;
  border-color: #2f4f8e;
  color: #fff;
}
.social-menu ul.social-menu-inline ul,
.social-menu .jssocials-shares.social-menu-inline ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.social-menu ul.social-menu-inline li:not(:last-child),
.social-menu .jssocials-shares.social-menu-inline li:not(:last-child) {
  margin-right: 1rem;
}
.social-menu ul.social-menu-inline .addthis_share_button,
.social-menu ul.social-menu-inline .addthis_button_compact,
.social-menu .jssocials-shares.social-menu-inline .addthis_share_button,
.social-menu .jssocials-shares.social-menu-inline .addthis_button_compact {
  margin-bottom: 0;
}

.has-vertical-divider .social-menu ul {
  flex-direction: column;
}

.caro-item .social-menu-inline {
  margin-bottom: 2rem;
}

.grid.default-grid nav ul,
.grid.default-grid nav ul li,
nav.sidebar-nav ul,
nav.sidebar-nav ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.grid.default-grid nav ul,
nav.sidebar-nav ul {
  margin-bottom: 25px;
}

.grid.default-grid nav ul li,
nav.sidebar-nav ul li {
  position: relative;
  font-size: 1rem;
  font-weight: 600;
}

.grid.default-grid nav ul li a,
nav.sidebar-nav ul li a {
  color: #2c2e32;
  display: block;
  padding: 8px 0 8px 15px;
  border-bottom: 1px solid #e7e6e7;
}

nav.sidebar-nav ul li a {
  padding-left: 0;
}

.grid.default-grid nav ul li a:hover,
nav.sidebar-nav ul li a:hover {
  color: #2f4f8e;
}

.grid.default-grid nav ul li:before {
  content: "";
  height: 3px;
  width: 3px;
  display: block;
  position: absolute;
  left: 0;
  top: 18px;
  border-radius: 50%;
  border: 2px solid #2f4f8e;
}

nav.sidebar-nav ul li.active:before {
  border-color: #2f4f8e;
}

.has-grid.has-scenes .grid .feat-img-sm {
  margin-bottom: 0;
}
.has-grid.has-scenes .grid h3 {
  font-size: 24px;
  margin-top: 14px;
}
.has-grid.has-scenes .grid-item {
  min-height: auto;
}
.has-grid.has-scenes .content p {
  margin-bottom: 0;
}

.audiojs audio {
  position: absolute;
  left: -1px;
}

.audiojs {
  width: 460px;
  height: 36px;
  background: #404040;
  overflow: hidden;
  font-family: monospace;
  font-size: 12px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #444), color-stop(0.5, #555), color-stop(0.51, #444), color-stop(1, #444));
  background-image: -moz-linear-gradient(center top, #444 0%, #555 50%, #444 51%, #444 100%);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}

.audiojs .play-pause {
  width: 25px;
  height: 40px;
  padding: 4px 6px;
  margin: 0px;
  float: left;
  overflow: hidden;
  border-right: 1px solid #000;
}

.audiojs p {
  display: none;
  width: 25px;
  height: 40px;
  margin: 0px;
  cursor: pointer;
}

.audiojs .play {
  display: block;
}

.audiojs .scrubber {
  position: relative;
  float: left;
  width: 280px;
  background: #5a5a5a;
  height: 14px;
  margin: 10px;
  border-top: 1px solid #3f3f3f;
  border-left: 0px;
  border-bottom: 0px;
  overflow: hidden;
}

.audiojs .progress {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 14px;
  width: 0px;
  background: #ccc;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ccc), color-stop(0.5, #ddd), color-stop(0.51, #ccc), color-stop(1, #ccc));
  background-image: -moz-linear-gradient(center top, #ccc 0%, #ddd 50%, #ccc 51%, #ccc 100%);
}

.audiojs .loaded {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 14px;
  width: 0px;
  background: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222), color-stop(0.5, #333), color-stop(0.51, #222), color-stop(1, #222));
  background-image: -moz-linear-gradient(center top, #222 0%, #333 50%, #222 51%, #222 100%);
}

.audiojs .time {
  float: left;
  height: 36px;
  line-height: 36px;
  margin: 0px 0px 0px 6px;
  padding: 0px 6px 0px 12px;
  border-left: 1px solid #000;
  color: #ddd;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}

.audiojs .time em {
  padding: 0px 2px 0px 0px;
  color: #f9f9f9;
  font-style: normal;
}

.audiojs .time strong {
  padding: 0px 0px 0px 2px;
  font-weight: normal;
}

.audiojs .error-message {
  float: left;
  display: none;
  margin: 0px 10px;
  height: 36px;
  width: 400px;
  overflow: hidden;
  line-height: 36px;
  white-space: nowrap;
  color: #fff;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -icab-text-overflow: ellipsis;
  -khtml-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
}

.audiojs .error-message a {
  color: #eee;
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px solid #999;
  white-space: wrap;
}

.audiojs .play {
  background: url("") -2px -1px no-repeat;
}

.audiojs .loading {
  background: url("") -2px -31px no-repeat;
}

.audiojs .error {
  background: url("") -2px -61px no-repeat;
}

.audiojs .pause {
  background: url("") -2px -91px no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2) {
  .audiojs .play, .audiojs .loading, .audiojs .error, .audiojs .pause {
    background-image: url("");
    -webkit-background-size: 30px 120px;
    -moz-background-size: 30px 120px;
    -o-background-size: 30px 120px;
    background-size: 30px 120px;
  }
}
.playing .play, .playing .loading, .playing .error {
  display: none;
}

.playing .pause {
  display: block;
}

.loading .play, .loading .pause, .loading .error {
  display: none;
}

.loading .loading {
  display: block;
}

.error .time, .error .play, .error .pause, .error .scrubber, .error .loading {
  display: none;
}

.error .error {
  display: block;
}

.error .play-pause p {
  cursor: auto;
}

.error .error-message {
  display: block;
}

.audio-article {
  padding-bottom: 30px;
}
.audio-article .audiojs {
  width: 100%;
  background: rgba(50, 52, 57, 0.9);
  font-family: "Source Sans Pro";
  font-size: 0.8rem;
  padding: 10px 0;
  color: #fff;
  box-shadow: none;
}
.audio-article .audiojs .time {
  border-left: 0;
  padding-left: 0;
  margin-left: 0;
}
.audio-article .audiojs .play-pause {
  border-right: 0;
  padding: 4px 5px 4px 15px;
  width: 30px;
}
.audio-article .audiojs .play-pause .icon-fa-play {
  margin-right: -2px;
}
.audio-article .audiojs .play, .audio-article .audiojs .pause {
  position: relative;
  border-radius: 50%;
  background: #fff;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
}
.audio-article .audiojs .play span, .audio-article .audiojs .pause span {
  color: rgba(50, 52, 57, 0.9);
}
.audio-article .audiojs .scrubber {
  width: calc(100% - 155px);
  box-sizing: border-box;
  margin-top: 14px;
}
.audio-article .audiojs .scrubber, .audio-article .audiojs .progress, .audio-article .audiojs .loaded {
  height: 8px;
  background-image: none;
  border: none;
}
.audio-article .audiojs .loaded {
  background: rgba(50, 52, 57, 0.9);
}
.audio-article .audiojs .progress {
  background: #2f4f8e;
}

.js .audio-article audio {
  display: none;
}

.audio-articles .wrapper {
  background-color: #2f4f8e;
  color: #fff;
  padding: 15px 30px;
  box-sizing: border-box;
  text-align: left;
  position: relative;
}
.audio-articles .show-promo {
  padding: 40px;
}
.audio-articles h3 {
  text-transform: uppercase;
  margin: 0;
  line-height: 1em;
  font-size: 1.8rem;
}
.audio-articles .audio-cta {
  margin-top: 20px;
  margin-bottom: 10px;
}
.audio-articles .btn {
  color: #717683;
  background-color: #fff;
}
.audio-articles .btn:hover {
  color: #2f4f8e;
}

.lg-pull-quote {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.25;
  margin: 2rem 0;
  padding-left: 5rem;
  padding-top: 2rem;
  position: relative;
}
.lg-pull-quote:before {
  color: #e7e6e7;
  content: "“";
  font-size: 14rem;
  line-height: 0.1;
  left: 0;
  position: absolute;
  -webkit-transform: translateY(230%) translateX(-10%);
  transform: translateY(230%) translateX(-10%);
  z-index: 0;
}
.lg-pull-quote span {
  position: relative;
  z-index: 1;
}

[class^=placeholder-] {
  border-radius: 2px;
  position: relative;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dee0e5+0,eff2f9+100 */
  background: #dee0e5;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#dee0e5), to(#fbfcfe));
  background: linear-gradient(to right, #dee0e5 0%, #fbfcfe 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#dee0e5", endColorstr="#fbfcfe",GradientType=1 );
  /* IE6-9 */
}

[class^=placeholder-]:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eff2f9+0,dee0e5+100 */
  background: #dee0e5;
  -webkit-animation-name: animateGradient;
  animation-name: animateGradient;
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.1, -0.6, 0.2, 0);
  animation-timing-function: cubic-bezier(0.1, -0.6, 0.2, 0);
  z-index: 1;
}

.placeholder-story-title {
  height: 43px;
  margin-top: 2rem;
  margin-bottom: 10px;
}

.placeholder-story-byline {
  height: 25px;
  margin-bottom: 10px;
  max-width: 50%;
}

.placeholder-story-image {
  padding-bottom: 58%;
  margin-bottom: 40px;
}

.placeholder-subhead {
  height: 32px;
  margin-bottom: 1rem;
  max-width: 50%;
}

.placeholder-content {
  height: 1rem;
  margin-bottom: 1rem;
}

.placeholder-content:last-child {
  max-width: 50%;
  margin-bottom: 2rem;
}

@-webkit-keyframes animateGradient {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes animateGradient {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
article.trimmed {
  position: relative;
}

article.trimmed .content {
  max-height: 900px;
  overflow: hidden;
  -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}

article.trimmed.full-length .content {
  overflow: hidden;
  -webkit-transition: max-height 1s ease-in-out;
  transition: max-height 1s ease-in-out;
  max-height: 20000vh;
}

article.trimmed .content:after {
  content: "";
  position: absolute;
  height: 250px;
  width: 100%;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 60%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 60%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 60%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

article.trimmed.full-length .content:after {
  background: transparent;
  height: 0;
}

article:before {
  opacity: 0;
  -webkit-transition: 500ms ease opacity;
  transition: 500ms ease opacity;
}

article .placeholder {
  opacity: 0;
  -webkit-transition: 250ms ease opacity;
  transition: 250ms ease opacity;
  max-width: 728px;
}

/* iPads (portrait) ----------- */
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  /* Styles */
  article .placeholder {
    min-height: 100vh;
  }
}
article.loading {
  position: relative;
}
article.loading:before {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 2;
  opacity: 1;
}
article.loading:after {
  content: "\e839";
  width: 50px;
  height: 50px;
  color: #2f4f8e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "magazines";
  font-size: 2rem;
  position: absolute;
  top: 20%;
  left: 50%;
  -webkit-transform: rotate(0deg) translate(-50%, -50%);
  transform: rotate(0deg) translate(-50%, -50%);
  z-index: 3;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -moz-animation: loader-rotate 2s infinite linear;
  -o-animation: loader-rotate 2s infinite linear;
  -webkit-animation: loader-rotate 2s infinite linear;
  animation: loader-rotate 2s infinite linear;
}
@-webkit-keyframes loader-rotate {
  0% {
    -webkit-transform: rotate(0deg) translate(-50%, -50%);
    transform: rotate(0deg) translate(-50%, -50%);
  }
  100% {
    -webkit-transform: rotate(360deg) translate(-50%, -50%);
    transform: rotate(360deg) translate(-50%, -50%);
  }
}
@keyframes loader-rotate {
  0% {
    -webkit-transform: rotate(0deg) translate(-50%, -50%);
    transform: rotate(0deg) translate(-50%, -50%);
  }
  100% {
    -webkit-transform: rotate(360deg) translate(-50%, -50%);
    transform: rotate(360deg) translate(-50%, -50%);
  }
}
article.loading .placeholder {
  opacity: 1;
}

article .size-full {
  display: block;
  width: 100%;
  height: auto;
}

.pagination {
  position: relative;
  z-index: 10;
  padding-top: 30px;
}
.pagination ul, .pagination li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.pagination ul {
  padding-bottom: 30px;
}
.pagination li {
  display: inline-block;
}
.pagination li a {
  display: block;
  border: 1px solid #e7e6e7;
  color: #717683;
  line-height: 1.6em;
  height: 2rem;
  min-width: 2rem;
  text-align: center;
}
.pagination li a.disabled {
  opacity: 0.2;
  cursor: default;
}
.pagination li a:hover {
  background-color: #e7e6e7;
}
.pagination li.active a {
  background-color: #2f4f8e;
  color: #fff;
  border: 1px solid #2f4f8e;
}
.pagination li:first-of-type a, .pagination li:last-of-type a {
  background-color: #717683;
  color: #fff;
}
.pagination li:first-of-type span:before, .pagination li:last-of-type span:before {
  font-size: 0.9rem;
}

.show-more {
  padding: 25px 0 50px 0;
}

.pager-wrap {
  display: none;
}

.article-pagination {
  display: none;
  position: fixed;
  bottom: 0;
  max-width: 100%;
  width: 100%;
  z-index: 6;
}
.article-pagination:before {
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 240, 240, 0)), to(white));
  background: linear-gradient(to bottom, rgba(240, 240, 240, 0) 0%, white 100%);
  width: 100%;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 150px;
  pointer-events: none;
}

.mobile-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
}

.article-pagination ul, .article-pagination li {
  margin: 0;
  padding: 0;
}

.article-pagination li {
  display: inline-block;
  padding: 0 0.25rem;
}

.article-pagination .active a {
  color: #898e9b;
  font-size: 3rem;
  font-weight: bold;
}

.search-details {
  font-weight: 900;
}

.search-result {
  margin-bottom: 2rem;
}
.search-result h3 {
  margin-bottom: 0;
}
.search-result-featured a {
  overflow: hidden;
  display: block;
}
.search-result-featured a.video:before {
  width: 50px;
  height: 50px;
  font-size: 1rem;
  line-height: 45px;
  z-index: 1;
}
.search-result-featured a img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.search-result-featured a:hover img {
  transform: scale(1.05);
}

.search-result-title {
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search-result-content {
  padding-left: 1rem;
}

.search-result-show-more {
  margin-bottom: 2rem;
}

.ad-wrapper, .full-width-container {
  background-color: #f6f5f6;
  border: 1px solid #e7e6e7;
  text-align: center;
  padding: 10px 0;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 112px;
}
.ad-wrapper .home-video-promo, .full-width-container .home-video-promo {
  text-align: left;
}

.advertisement-label, .ad-label {
  text-align: left;
  font-size: 0.9rem;
  line-height: 1em;
  padding-bottom: 5px;
}

.ad-wrapper.full-width {
  position: relative;
  padding-top: 25px;
}
.ad-wrapper.full-width .advertisement-label, .ad-wrapper.full-width .ad-label {
  position: absolute;
  left: 50%;
  top: 5px;
  transform: translateX(-50%);
}

.mobile-only-ad, .in-page-ad, .center {
  text-align: center;
}
.mobile-only-ad .ad-label, .mobile-only-ad .advertisement-label, .in-page-ad .ad-label, .in-page-ad .advertisement-label, .center .ad-label, .center .advertisement-label {
  text-align: center;
}

.in-page-ad {
  margin: 20px 0;
  min-height: 100px;
}

.grid-item .ad-wrapper {
  padding-top: 10%;
  padding-bottom: 10%;
}

.grid-item .content .article-link {
  display: block;
  overflow: hidden;
  height: 0px;
  padding-bottom: 66.66%;
  background-color: #e7e6e7;
  box-sizing: border-box;
  position: relative;
}
.grid-item .content .article-link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -moz-box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.1);
}

.video-grid .grid-item .content .article-link {
  padding-bottom: 56.25%;
}

.free-label {
  position: absolute;
  z-index: 10;
  color: #fff;
  top: -10px;
  left: -42px;
  padding: 0;
  text-align: center;
  width: 120px;
  height: 55px;
  line-height: 70px;
  box-sizing: border-box;
  transform: rotate(-45deg);
  -webkit-backface-visibility: hidden;
}
.free-label:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50px 50px 50px;
  border-color: transparent transparent #2f4f8e transparent !important;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
}

a:visited .free-label::before {
  border-color: initial;
}

.grid-item:not(.is-sidebar) {
  overflow: hidden;
}

.ad-float-right-md {
  float: none;
  text-align: center;
  margin-top: 1rem;
}

#teads {
  display: none;
}

.exposed-ad-hdr, .exposed-ad-ftr {
  background-color: #e7e6e7;
  text-align: center;
  padding: 2px 5px;
  font-size: 0.8rem;
}

.exposed-ad {
  min-height: 350px;
  height: 70vh;
  position: relative;
  background-color: #f6f5f6;
}
.exposed-ad .clipper {
  clip: rect(auto, auto, auto, auto);
  height: 100%;
  width: 100%;
  position: absolute;
  padding-left: 50%;
}
.exposed-ad .clipped-ad {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
}
.exposed-ad .clipped-ad > div {
  transform: translateX(-50%);
}

.mini-promo {
  border: 1px solid #e7e6e7;
  background-color: #f9f9f9;
  min-height: 80px;
  line-height: 1em;
  margin-bottom: 25px;
  margin-top: 25px;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mini-promo .has-cta {
  padding-right: 0;
}

.mini-promo .has-head {
  padding: 8px 0 8px 15px;
}

.mini-promo strong {
  font-size: 1rem;
}

.mini-promo .is-date {
  display: block;
  padding-top: 5px;
  font-size: 0.9rem;
}

.mini-promo .has-img {
  vertical-align: bottom;
  position: relative;
}

.mini-promo .has-img a {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  display: block;
}

.mini-promo .has-img img {
  width: auto;
  height: 105px;
  margin-left: -30px;
}

.mini-promo .has-cta a {
  display: block;
  height: 100%;
  width: 100%;
  color: #fff;
  background-color: #2f4f8e;
  line-height: 80px;
  left: 0;
  top: 0;
}

.mini-promo .has-cta a:hover {
  -webkit-transform: scale(1.15, 1);
  transform: scale(1.15, 1);
}

.custom-promo {
  padding: 0 0 30px 0;
  position: relative;
}
.custom-promo h2 {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.custom-promo .promo-container {
  padding: 10px 0;
}

#motv-promo {
  background-color: #f6f5f6;
  border: 1px solid #e7e6e7;
  padding: 10px 0;
}
#motv-promo h2 {
  font-size: 1.5rem;
  font-weight: normal;
  border: 0;
  margin: 10px 0 0 0;
  color: #2c2e32;
}
#motv-promo p {
  margin: 0;
  display: block !important;
}
#motv-promo .has-cta {
  align-self: flex-end;
  text-align: right;
  padding-top: 15px;
}
#motv-promo .logo-container {
  max-width: 160px;
}

.back-cta {
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #e7e6e7;
  text-align: right;
  font-weight: bold;
}
.back-cta a {
  color: #2f4f8e;
}
.back-cta span {
  font-size: 0.7em;
  position: relative;
  top: -1px;
}

.video-h1 {
  text-transform: none;
  color: #2c2e32;
  font-size: 2.5rem;
  line-height: 1.1em;
  border-bottom: none;
  margin: 20px 0 0 0;
  padding-bottom: 0;
  line-height: 1;
  line-height: 0.9;
}

@media only screen and (min-width: 1279px) {
  #motv-promo {
    line-height: 0.8em;
  }
  #motv-promo h2 {
    margin: 0;
    line-height: 0.8em;
  }
  #motv-promo .has-cta {
    padding-top: 0;
  }
}
#motv-intro .content {
  border-top: 1px solid #e7e6e7;
  text-align: center;
  padding: 40px 0 0 0;
  margin-top: 40px;
}
#motv-intro .content h2 {
  border: 0;
  margin: 20px 0 10px 0;
  font-weight: normal;
  font-size: 2.25rem;
  color: #2c2e32;
}
#motv-intro .content p {
  margin: 0;
}

.has-promo {
  padding: 0;
}
.has-promo h2, .has-promo h3 {
  font-size: 2.5rem;
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: 300;
  border-bottom: 0;
  color: #2c2e32;
  padding-bottom: 0;
  line-height: 0.9em;
}
.has-promo h2 em, .has-promo h3 em {
  font-weight: 300;
}
.has-promo p {
  font-weight: 300;
  font-size: 1rem;
}
.has-promo .btn {
  margin-bottom: 0;
}
.has-promo.is-magazine-sub .narrow.wrapper {
  padding-bottom: 0;
}
.has-promo.is-magazine-sub .narrow.wrapper .has-cover {
  text-align: right;
}
.has-promo.is-magazine-sub .narrow.wrapper .has-cover img {
  width: 100%;
  max-width: 380px;
  height: 308px;
  object-fit: cover;
  object-position: 0 0;
}

.is-newsletter h3 {
  margin-top: 0px;
  color: #303135;
  margin-bottom: 5px;
  font-weight: 300;
  line-height: 1.2em;
}
.is-newsletter h3 em {
  line-height: 1em;
  text-transform: none;
}
.is-newsletter p {
  margin: 0 0 30px 0;
}
.is-newsletter.in-read {
  margin: 15px auto;
  padding: 0;
  background-color: #fff;
  border: 0;
}
.is-newsletter.in-read .wrapper {
  padding: 2rem;
}
.is-newsletter .wrapper.narrow {
  display: inline-block;
}

.article-related-videos {
  margin: 15px auto;
  padding: 0 20px;
  max-width: 100%;
}
.article-related-videos .wrapper {
  padding: 2rem;
}

#video-list {
  position: relative;
  overflow: hidden;
}
#video-list .list-seasons {
  position: absolute;
  z-index: 110;
  top: 0;
  left: 15px;
}
#video-list .list-seasons .select {
  padding: 0px 15px;
  height: 26px;
}
#video-list .list-seasons .select:after {
  background: none !important;
}
#video-list .list-seasons .select-styled {
  padding: 6px 40px 6px 25px;
  color: #fff;
  border: 0;
  background-color: #3e3f43;
  border-radius: 20px;
  right: inherit;
  bottom: inherit;
}
#video-list .list-seasons .select-options {
  border-top: 5px solid #2f4f8e;
  top: 40px;
}
#video-list a {
  color: #fff;
}
#video-list .active-item {
  background: #6a6a6a;
  background: linear-gradient(90deg, rgba(55, 58, 65, 0) 0%, #373a41 80%);
}
#video-list .active-item .video:after {
  content: "";
  width: 3px;
  background-color: #2f4f8e;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 10;
}
#video-list .rail-video-list {
  position: absolute;
  left: 0;
  top: 0;
  max-height: 100%;
  overflow-y: scroll;
  width: 100%;
  padding-top: 35px;
  padding-left: 1rem;
  box-sizing: border-box;
}
#video-list .rail-video-list strong {
  display: inline-block;
  padding-left: 1rem;
}
#video-list.has-seasons .rail-video-list {
  padding-top: 45px;
}
#video-list.has-seasons .rail-header {
  padding-bottom: 15px;
}
#video-list.has-seasons:not(.single-season) .rail-header strong {
  display: none;
}
#video-list.has-seasons.single-season strong {
  display: inline-block;
  padding-top: 5px;
}
#video-list.has-seasons .rail-header #video-count {
  padding-top: 5px;
  display: inline-block;
}
#video-list .rail-header {
  padding-bottom: 10px;
  padding-left: 1rem;
  position: absolute;
  box-sizing: border-box;
  left: 0;
  top: 0;
  z-index: 100;
  background-color: #2c2e32;
  width: 100%;
}
#video-list .rail-header strong {
  font-weight: 400;
}
#video-list .rail-header #video-count {
  color: #ababab;
}
#video-list .related-video-item {
  position: relative;
  border-bottom: 1px solid #3c3f43;
  min-height: 102px;
  padding: 10px 0;
  box-sizing: border-box;
}
#video-list .related-video-item:first-of-type {
  border-top: 1px solid #3c3f43;
}
#video-list .related-video-item .video {
  position: absolute;
  left: 0;
  top: 10px;
  width: 120px;
  padding: 0;
}
#video-list .related-video-item .video:before {
  background-color: transparent !important;
}
#video-list .related-video-item .related-video-title {
  display: block;
  margin-left: 140px;
  font-size: 0.9rem;
  font-weight: 600;
  padding-right: 15px;
}
#video-list .epi-label {
  color: #717683;
}
#video-list #video-count {
  float: right;
}
#video-list .select-styled:before {
  right: 8px;
  background: transparent url(../png/icon-arrow-drop-white.png) no-repeat left center !important;
}
#video-list .select-styled.active:before {
  background: transparent url(../png/icon-arrow-close-white.png) no-repeat left center !important;
}
#video-list .select-styled:hover {
  background-color: #717683;
}

#full-playlist-feature {
  padding-bottom: 30px;
}
#full-playlist-feature .video-container {
  padding-right: 30px;
}
#full-playlist-feature .video-desc {
  line-height: 1.72rem;
  display: block;
  max-height: 5.75rem;
  overflow: hidden;
}
#full-playlist-feature .video-desc a {
  color: inherit;
  text-decoration: underline;
}
#full-playlist-feature .video-desc.show-all {
  max-height: inherit;
  overflow: auto;
}
#full-playlist-feature .more-desc {
  color: #fff;
  text-decoration: underline;
  display: inline-block;
  margin-top: 10px;
}
#full-playlist-feature h1, #full-playlist-feature h2 {
  font-weight: 300;
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.2em;
  border: 0;
  padding: 0;
}
#full-playlist-feature h1 a, #full-playlist-feature h2 a {
  color: #fff;
}
#full-playlist-feature h3 {
  font-weight: 300;
  font-size: 1.8rem;
  margin: 25px 0;
}

.home-video-promo h3 {
  margin-top: 0;
  font-size: 2.5rem;
}
.home-video-promo .video-content {
  position: relative;
  padding-bottom: 25px;
}
.home-video-promo .addthis_inline_share_toolbox {
  position: absolute;
  bottom: 0;
}
.home-video-promo .video-container {
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.home-sidebar-video h2 {
  margin-bottom: 20px;
}
.home-sidebar-video h3 {
  margin-top: 20px !important;
  margin-bottom: 15px !important;
}
.home-sidebar-video .is-fixed.is_stuck {
  z-index: 10 !important;
}

.watch-video-promo {
  position: relative;
}
.watch-video-promo .watch-promo-container {
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center center;
  min-height: 44vw;
}
.watch-video-promo .content {
  background-color: rgba(44, 46, 50, 0.9);
  color: #fff;
  position: absolute;
  bottom: 0;
  max-width: 100%;
  width: 100%;
  padding: 30px 30px 30px 50px;
  box-sizing: border-box;
}
.watch-video-promo .content:before {
  content: "";
  position: absolute;
  height: calc(100% - 60px);
  width: 5px;
  left: 20px;
  background-color: #2f4f8e;
}
.watch-video-promo .content .video {
  position: absolute;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid #fff;
  color: #fff;
}
.watch-video-promo .content .video:before {
  font-size: 16px;
}
.watch-video-promo .content p {
  color: #e7e6e7;
}
.watch-video-promo .content p:first-of-type {
  margin: 0;
}
.watch-video-promo .content a {
  color: #fff;
}
.watch-video-promo .content h3 {
  margin: 0;
  font-weight: 600;
}
.watch-video-promo .content .cta-container {
  padding-left: 55px;
  margin-top: 10px;
  position: relative;
}
.watch-video-promo .content .cta-container a {
  color: #fff;
}
.watch-video-promo .content .cta-container p, .watch-video-promo .content .cta-container h4 {
  margin: 5px 0;
}
.watch-video-promo .content .cta-container h4 {
  font-weight: 600;
}

.online-exclusive-promo {
  width: 100vw;
  position: relative;
  left: 50vw;
  right: 50vw;
  margin-left: -50vw;
  margin-right: -50vw;
}
.online-exclusive-promo .caro.wide {
  padding: 0;
  opacity: 1 !important;
}
.online-exclusive-promo .caro.wide.online-exclusive {
  background-color: #c8c8c8;
}
.online-exclusive-promo .caro.wide .caro-item, .online-exclusive-promo .caro.wide .slick-slide {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: 80% 35%;
  background-repeat: no-repeat;
}
.online-exclusive-promo .caro.wide .content {
  margin: 0 auto;
  margin-left: 100px;
  width: 1170px;
  max-width: calc(100% - 100px);
  box-sizing: border-box;
  padding-left: 0;
  position: relative;
}
.online-exclusive-promo .caro.wide h3 {
  margin-top: -15px;
  font-weight: 900;
  font-size: 3.1rem;
}
.online-exclusive-promo .caro.wide .video {
  position: absolute;
  left: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 3px solid #fff;
  color: #fff;
}
.online-exclusive-promo .caro.wide .cta-container {
  padding-left: 90px;
  max-width: 320px;
}
.online-exclusive-promo .caro.wide .cta-container a {
  color: #fff;
}
.online-exclusive-promo .caro.wide .cta-container .label {
  color: #fff;
}
.online-exclusive-promo .caro.wide .cta-container p, .online-exclusive-promo .caro.wide .cta-container h4 {
  margin: 5px 0;
}
.online-exclusive-promo .caro.wide .cta-container h4 {
  font-weight: 600;
  font-size: 1.4rem;
}
.online-exclusive-promo .caro.wide .slick-arrow {
  background-color: rgba(200, 200, 200, 0.7);
  height: 50px;
  width: 50px;
}
.online-exclusive-promo .caro.wide .slick-arrow:hover {
  background-color: #c8c8c8;
}
.online-exclusive-promo .caro.wide .slick-arrow:before {
  color: #fff;
  font-size: 18px;
}

.watch-feature {
  width: 100%;
  display: block;
  min-height: 50%;
  color: #fff;
  position: relative;
  background-size: cover;
}
.watch-feature h3 {
  font-size: 2rem;
  margin-bottom: 0;
}
.watch-feature p {
  margin: 10px 0;
}
.watch-feature .btn {
  margin-top: 15px;
}
.watch-feature .content {
  position: relative;
  z-index: 5;
  padding: 30% 30px 30px 30px;
}
.watch-feature:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0.6) 100%);
}

.intro-text .intro-content {
  background-color: #f6f5f6;
  border: 1px solid #e7e6e7;
  padding: 30px 50px;
}
.intro-text .intro-content h2 {
  border-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  padding-bottom: 0;
}

.lity {
  background-color: rgba(241, 243, 242, 0.95);
  z-index: 5147483647;
}

.lity-content:after {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modal-wrapper {
  background-color: white;
  border: 2px solid #e7e6e7;
  border-radius: 2px;
  max-width: 800px;
  overflow-y: auto;
}
.modal-wrapper .newsletter-form label {
  font-weight: bold;
  font-size: 28px;
}
.modal-wrapper .is-message {
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 1rem;
  text-align: center;
}
.modal-wrapper .has-signup-field:not(.has-checkbox) label {
  font-weight: bold;
  font-size: 28px;
}
.modal-wrapper .has-signup-field.has-checkbox label {
  margin-bottom: 0;
}
.modal-wrapper .has-signup-field .select {
  height: 45px;
}
.modal-wrapper .has-signup-field .select:after {
  display: none;
}
.modal-wrapper .has-signup-field .select-styled {
  border: 1px solid #e7e6e7;
  background-color: #fff;
}
.modal-wrapper .has-signup-field .select-options {
  left: 0px;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
}
.modal-wrapper .modal-header,
.modal-wrapper .modal-body,
.modal-wrapper .modal-footer {
  padding: 2rem;
}
.modal-wrapper .modal-header,
.modal-wrapper .modal-footer {
  background-color: #f6f5f6;
}

#currentSubscribers {
  width: 520px;
  max-width: 100%;
  text-align: center;
  background-color: #fff;
}
#currentSubscribers h4 {
  color: #2f4f8e;
  font-weight: 800;
  margin: 0;
  font-size: 1.75rem;
}
#currentSubscribers h5 {
  color: #2c2e32;
  font-size: 1.5rem;
  margin-bottom: 15px;
}
#currentSubscribers .btn {
  color: #fff !important;
}
#currentSubscribers .subscrberHead {
  background-color: #2c2e32;
  padding: 20px 5%;
}
#currentSubscribers .lity-close {
  color: #fff;
  left: 20px;
  display: inline-block;
}
#currentSubscribers p {
  font-size: 1rem;
}
#currentSubscribers .subscrberText {
  max-width: 80%;
  margin: 0 auto;
  background-color: #fff;
}
#currentSubscribers .subscriberNew {
  padding: 30px 0;
  border-top: 1px solid #e7e6e7;
}
#currentSubscribers button.lity-close:before {
  color: #fff;
}

p.epi-details {
  margin-bottom: 0;
}

.epi-title {
  margin-top: 0;
}

#authContent {
  position: relative;
}
#authContent p.epi-details {
  margin-bottom: 0;
}
#authContent .epi-title {
  margin-top: 0;
}

body.premium.anon form {
  position: relative;
}

body.anon .video.is-premium:not(.is-free):before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='38px' height='48px'%3E%3Cpath fill-rule='evenodd' opacity='0.6' fill='rgb(255, 255, 255)' d='M32.464,18.367 L32.464,14.834 C32.464,7.533 26.899,1.241 19.651,0.882 C11.903,0.497 5.478,6.728 5.478,14.440 L5.478,18.367 L3.046,18.367 C1.764,18.367 0.725,19.412 0.725,20.702 L0.725,45.058 C0.725,46.347 1.764,47.393 3.046,47.393 L34.897,47.393 C36.178,47.393 37.217,46.347 37.217,45.058 L37.217,20.702 C37.217,19.412 36.178,18.367 34.897,18.367 L32.464,18.367 ZM9.046,14.440 C9.046,8.934 13.499,4.454 18.971,4.454 C24.444,4.454 28.897,8.934 28.897,14.440 L28.897,18.367 L9.046,18.367 L9.046,14.440 Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  border-radius: 0;
}
body.anon .hide-anon {
  display: none !important;
}

body.auth .free-label, body.auth .hide-auth {
  display: none !important;
}

body.free #authOverlay {
  display: none !important;
}

body.benefits .content-container .wrapper, body.special .content-container .wrapper {
  padding: 0 !important;
  max-width: 100% !important;
}
body.benefits .content-container .wrapper .content, body.special .content-container .wrapper .content {
  padding: 0 !important;
}
body.benefits h1, body.special h1 {
  display: none;
}

body.benefits-embed .feature.full-bleed {
  margin-top: 0;
}

[v-cloak] {
  display: none;
}

.auth-icon {
  position: relative;
  background-color: #2f4f8e;
  padding: 5px;
  line-height: 2em;
  border-radius: 30px;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  top: 9px;
  margin-right: 5px;
}
.auth-icon svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#username {
  display: inline-block;
}
#username a {
  display: inline-block;
  text-transform: none !important;
}
#username li {
  padding-right: 0;
  font-size: 0.9rem;
  text-align: left;
}
#username li li a {
  color: #2c2e32;
}
#username li li a:hover {
  color: #fff;
}

.login {
  color: #2c2e32;
  padding-bottom: 80px;
}
.login h2.large {
  font-size: 2.5rem;
  border-bottom: 0;
  font-weight: normal;
  color: #2c2e32;
  margin-top: 20px;
  line-height: 1.1em;
}
.login a {
  text-decoration: underline;
}
.login .row {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 10px;
}
.login label {
  margin-bottom: 0;
  text-align: left;
  color: #717683;
}
.login input {
  color: #2c2e32;
  padding: 0 0 10px 0;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #e7e6e7;
  box-sizing: border-box;
}
.login input:focus {
  border: 2px solid #2f4f8e;
}

.login-container {
  border: 8px solid #e7e6e7;
  padding: 20px 50px !important;
  background-color: transparent;
  box-sizing: border-box;
}
.login-container:first-of-type {
  margin-right: 10px;
}
.login-container:last-of-type {
  margin-left: 10px;
}

.premium-caro {
  position: relative;
}
.premium-caro h3 {
  line-height: 1.25em;
}
.premium-caro h3.show-title {
  margin-bottom: -15px !important;
}
.premium-caro .active-item {
  background: #6a6a6a;
  background: linear-gradient(90deg, rgba(55, 58, 65, 0) 0%, #373a41 80%);
}
.premium-caro .active-item .video:after {
  content: "";
  width: 3px;
  background-color: #2f4f8e;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 10;
}
.premium-caro .rail-video-list {
  max-height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.premium-caro .rail-video-list strong {
  display: inline-block;
  padding-left: 1rem;
}
.premium-caro .slick-slide {
  margin: 0 1rem;
}
.premium-caro .slick-list {
  margin: 0 -1rem;
}
.premium-caro .slick-arrow {
  z-index: 10;
  background-color: #2f4f8e;
  color: #fff;
  opacity: 1;
  padding: 20px 8px;
  height: auto;
  top: 28%;
  border-radius: 0;
  color: #fff;
}
.premium-caro .slick-arrow.slick-prev {
  left: 0;
}
.premium-caro .slick-arrow.slick-prev:before {
  margin-left: -8px;
}
.premium-caro .slick-arrow.slick-next {
  right: 0;
}
.premium-caro .slick-arrow.slick-next:before {
  margin-left: -6px;
}
.premium-caro .has-listing {
  margin: 0 -1rem;
}
.premium-caro .slick-track {
  padding-top: 15px;
  min-height: 375px;
}
.premium-caro .slick-track .grid-item.active .content:before {
  content: "";
  position: absolute;
  left: 0;
  z-index: 10;
  height: 5px;
  top: 0;
  width: 100%;
  background-color: #2f4f8e;
}
.premium-caro .rail-header {
  padding-bottom: 10px;
  padding-left: 1rem;
  position: absolute;
  box-sizing: border-box;
  left: 0;
  top: 0;
  z-index: 100;
  background-color: #2c2e32;
  width: 100%;
}
.premium-caro .rail-header strong {
  font-weight: 400;
}
.premium-caro .rail-header #video-count {
  color: #ababab;
}
.premium-caro .related-video-item {
  position: relative;
  border-bottom: 1px solid #3c3f43;
  min-height: 102px;
  padding: 10px 0;
  box-sizing: border-box;
}
.premium-caro .related-video-item:first-of-type {
  border-top: 1px solid #3c3f43;
}
.premium-caro .related-video-item .video {
  position: absolute;
  left: 0;
  top: 10px;
  width: 120px;
  padding: 0;
}
.premium-caro .related-video-item .video:before {
  background-color: transparent !important;
}
.premium-caro .related-video-item .related-video-title {
  display: block;
  margin-left: 140px;
  font-size: 0.9rem;
  font-weight: 600;
  padding-right: 15px;
}
.premium-caro .article-content {
  min-height: 180px;
}
.premium-caro .article-content h3 {
  min-height: auto !important;
}
.premium-caro #video-count {
  float: right;
}

.premium-caro {
  position: relative;
}
.premium-caro .rail-video-list {
  top: 0;
  max-height: 100%;
  width: 100%;
  padding-top: 0;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  #video-list-caro .caro-video-prev, #video-list-caro .caro-video-next {
    display: none !important;
  }
  #video-list-caro .grid-item {
    width: 300px !important;
  }
}
.caro-video-list .video-container {
  margin: 0;
}

#video-list-caro {
  position: relative;
  overflow: visible;
  margin-bottom: -80px;
}
#video-list-caro .caro-video-prev, #video-list-caro .caro-video-next {
  position: absolute;
  left: -34px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 0;
  z-index: 10;
  color: #fff;
  padding: 20px 6px;
  width: auto;
}
#video-list-caro .caro-video-prev span, #video-list-caro .caro-video-next span {
  padding: 0;
  font-size: 1rem;
}
#video-list-caro .caro-video-next {
  left: auto;
  right: -34px;
}
#video-list-caro .content {
  overflow: hidden;
  min-height: 350px;
}
#video-list-caro a.is-free + .article-content + .sr-only + .article-hover h3 {
  margin-top: 0;
}
#video-list-caro a.is-free + .article-content + .sr-only + .article-hover h3:first-of-type {
  margin-top: -45px;
}

article {
  position: relative;
}

#authOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: #fff;
}
#authOverlay .continue-reading {
  position: relative;
  padding: 0 0 20px 0;
  margin: 0 auto;
}
#authOverlay .continue-reading strong {
  display: inline-block;
  position: relative;
  background-color: #fff;
  z-index: 5;
  padding: 0 10px;
}
#authOverlay .continue-reading:before {
  content: "";
  border-top: 1px solid #e7e6e7;
  border-bottom: 1px solid #e7e6e7;
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 0;
}

#authOverlay .overlay-container:before {
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
  width: 100%;
  height: 20vh;
  left: 0;
  top: -20vh;
  position: absolute;
}

#authOverlay ul li, .video-placeholder ul li {
  list-style-type: none;
  position: relative;
  display: inline-block;
}
#authOverlay ul li:before, .video-placeholder ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: #2f4f8e;
  position: absolute;
  left: -15px;
  top: 0.6rem;
}
#authOverlay .overlay-container, .video-placeholder .overlay-container {
  max-width: 100%;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  padding: 50px;
  position: relative;
}
#authOverlay h2, .video-placeholder h2 {
  font-size: 1.75rem;
  font-weight: normal;
  border: 0;
  color: #fff;
  margin: 30px 0;
  padding: 0;
}
#authOverlay h3, .video-placeholder h3 {
  font-size: 1.6rem;
  display: inline-block;
  border-bottom: 1px solid #e7e6e7;
  padding-top: 10px;
  padding-bottom: 20px;
}
#authOverlay a:not(.btn), .video-placeholder a:not(.btn) {
  color: #2f4f8e;
}
#authOverlay a:not(.btn):hover, .video-placeholder a:not(.btn):hover {
  text-decoration: underline;
}

.video-placeholder .line-items {
  margin: 0 auto;
}
.video-placeholder .overlay-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0;
  background: rgba(50, 52, 57, 0.9);
}
.video-placeholder .overlay-container .content {
  width: 100%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#editorial-gallery-promo {
  margin: 30px 0;
}

.lity-container {
  overflow-y: auto;
}
.lity-container .lity-inline .lity-close {
  margin-top: 70px;
}

#editorial-gallery {
  padding-top: 30px;
}
#editorial-gallery img {
  width: 100%;
  height: auto;
}
#editorial-gallery .has-ad {
  padding-left: 40px;
  box-sizing: border-box;
}
#editorial-gallery .has-ad span.label {
  position: absolute;
  top: 10px;
  font-size: 0.8rem;
}

.gallery-caro {
  position: relative;
}
.gallery-caro .slick-arrow {
  background-color: #2f4f8e;
  height: 40px;
  width: 40px;
}
.gallery-caro .slick-arrow:before {
  color: #fff;
}
.gallery-caro .slick-next:before, .gallery-caro .slick-prev:before {
  font-size: 16px !important;
}
.gallery-caro .custom_paging {
  position: absolute;
  top: -30px;
  margin: 0;
  padding: 0;
}
.gallery-caro .custom_paging li {
  display: none;
  margin: 0;
  padding: 0;
}
.gallery-caro .custom_paging li:before {
  content: "Photo ";
}
.gallery-caro .custom_paging li.slick-active {
  display: block;
  font-weight: bold;
}

.lity-inline .lity-close {
  top: 10px;
}

.gallery-link {
  position: relative;
  display: block;
  clear: both;
}
.gallery-link .icon-photo {
  font-size: 1.25rem;
  margin-left: -20px;
  margin-right: 5px;
}
.gallery-link .icon-arrow-right {
  margin-left: 5px;
}
.gallery-link .photo-gallery-hover {
  opacity: 0;
  position: absolute;
  top: 20px;
  left: 20px;
  text-align: center;
  text-decoration: none;
  background-color: #2f4f8e;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.9rem;
  padding: 0.5rem 2.75rem 0.5rem 1.75rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  border: none;
  margin-bottom: 10px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 2rem;
  white-space: nowrap;
}
.gallery-link .photo-gallery-mobile {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #fff;
}
.gallery-link .photo-gallery-mobile .icon-photo {
  margin-left: 0;
}
.gallery-link .photo-gallery-mobile .icon-photo:before {
  font-size: 2rem;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.2);
}
.gallery-link .photo-gallery-mobile .icon-photo:after {
  content: "GALLERY";
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  position: relative;
  top: -5px;
}
.gallery-link:hover .photo-gallery-hover {
  opacity: 1;
}

.promo-gallery-item a {
  overflow: hidden;
  max-height: 85%;
  display: block;
}
.promo-gallery-item a.gallery-link {
  max-height: 100%;
}

.image-overlay-container {
  position: relative;
}
.image-overlay-container .is-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  -moz-box-shadow: inset 0 0 60px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 60px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 60px rgba(0, 0, 0, 0.1);
}

.newsletter-promo {
  text-align: left;
  padding: 30px;
}
.newsletter-promo h3 {
  font-weight: 300;
  font-size: 2rem !important;
  margin-bottom: 15px !important;
}

.newsletter-signup .has-signup-field:not(.has-checkbox) label {
  font-weight: bold;
  font-size: 28px;
}

.has-checkbox input,
.has-checkbox label {
  display: inline-block;
  width: auto;
}

.parsley-errors-list.filled {
  list-style-type: none;
  padding-left: 0;
  margin: 0.25rem 0;
  color: #f30101;
}

label {
  margin-bottom: 20px;
  display: block;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

input, textarea {
  font-family: "Source Sans Pro", sans-serif;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  padding: 12px 15px;
  border: 1px solid #e7e6e7;
  color: #1c1918;
  font-size: 0.9em;
  outline: none;
}

input[type=radio], input[type=checkbbox] {
  width: auto;
}

.styled-checkbox, .styled-radio {
  display: none;
}

.styled-checkbox + label, .styled-radio + label {
  background-color: #eee;
  border: 2px solid #999;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
}

.styled-checkbox + label:active, .styled-checkbox:checked + label:active, .styled-radio + label:active, .styled-radio:checked + label:active {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.styled-checkbox:checked + label, .styled-radio:checked + label {
  background-color: #eee;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #333;
}

.styled-checkbox:checked + label:after, .styled-radio:checked + label:after {
  content: "✕";
  font-size: 16px;
  position: absolute;
  top: -3px;
  left: 3px;
  color: #333;
}

.disclaimer {
  font-size: 0.9rem;
}

.form-grid {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.form-grid label {
  margin-bottom: 0;
}

select {
  font-family: "Source Sans Pro", sans-serif;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 17px;
  border: none;
  color: #1c1918;
  font-size: 0.9em;
  outline: none;
  -webkit-appearance: none;
}

select.not-styled {
  background: #eee url(../png/icon-arrow-drop.png) no-repeat 90% center !important;
  border-radius: 50px;
  font-weight: 600;
}
select.not-styled.search-options {
  border-radius: 2.5rem 0rem 0rem 2.5rem;
  text-align-last: center;
  display: block;
  font-weight: 400;
  background-color: #f6f5f6;
  border: 1px solid #e7e6e7;
  padding: 15px;
  font-size: 0.9em;
  font-family: "Source Sans Pro", sans-serif;
  border-right: 0;
}
select.not-styled.search-options:focus {
  border: 2px solid #2f4f8e;
}

select.transparent {
  background-color: transparent;
  padding: 12px;
}

.season-drop {
  max-width: 250px;
}

.label-inline label {
  display: inline-block;
  padding-right: 20px;
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  text-align: left;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #2c2e32;
  width: 100%;
  height: 40px;
  padding: 12px 20px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.select:after {
  content: "";
  position: absolute;
  background: -moz-linear-gradient(left, rgba(240, 240, 240, 0) 0%, #f0f0f0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(240, 240, 240, 0) 0%, #f0f0f0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(240, 240, 240, 0) 0%, #f0f0f0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  width: 20%;
  height: 100%;
  right: 0;
  top: 0;
}

.select-styled {
  position: absolute;
  white-space: nowrap;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 8px 15px;
  font-weight: bold;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #f6f5f6;
  border: 1px solid #e7e6e7;
}

.has-filter.no-gradient .select {
  height: 57px;
}
.has-filter.no-gradient .select-styled {
  background-color: white;
  font-weight: 600;
  padding: 16px;
}

.filter-container {
  padding-top: 15px;
  display: flex;
  flex-wrap: wrap;
}
.filter-container h1 {
  margin: 10px 0 30px 0;
  position: relative;
  bottom: -1px;
  z-index: 1;
}
.filter-container .has-filter {
  min-width: 200px;
}
.filter-container .has-head {
  padding-right: 25px;
}

.has-filter.no-gradient .select:after {
  content: none;
}

.select-styled:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.select-styled:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 15;
  width: 20px;
  background: url("../png/icon-arrow-drop.png") no-repeat;
  background-position: 0% 50%;
}

.select-styled.active:before {
  background: url("../png/icon-arrow-close.png") no-repeat;
  z-index: 15;
  background-position: 0% 50%;
}

.select-styled:hover {
  background-color: #fff;
}

.select-styled:active, .select-styled.active {
  background-color: #fff;
}

.select-styled:active:after, .select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #fff transparent;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0px;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  min-width: 200px;
  -webkit-box-shadow: 3px 3px 9px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 3px 3px 9px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 3px 3px 9px 0px rgba(0, 0, 0, 0.25);
}

.select-options li {
  margin: 0;
  padding: 8px 20px;
  border-top: 1px solid #333;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  border-top: 1px solid #e7e6e7;
  background-color: #fff;
  font-size: 0.8em;
}

.select-options li:hover {
  color: #fff;
  background: #2f4f8e;
}

.select-options li[rel=hide] {
  display: none;
}

a.video {
  position: relative;
  display: inline-block;
  max-width: 100%;
  padding: 3px;
  color: #086CA6;
}

a.video:before {
  content: "";
  background-color: rgba(30, 30, 30, 0.6);
  font-family: "magazines";
  content: "\e80a";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 40px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 50%;
  padding-left: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  z-index: 1;
}

a.video:after {
  width: 0;
  background-color: transparent;
}

a.video:hover:before {
  -webkit-transform: scale(1.25) translate(-40%, -40%);
  transform: scale(1.25) translate(-40%, -40%);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

a.video {
  overflow: hidden;
}
a.video:hover img {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: scale(1.05);
}

video {
  max-width: 100%;
}

.video-item {
  position: relative;
}
.video-item .content {
  position: absolute;
  padding: 50px;
  width: 100%;
  box-sizing: border-box;
  bottom: 0;
  left: 0;
  color: #fff;
  z-index: 5;
}
.video-item .content h3 {
  font-size: 4vw;
  margin-top: 15px;
}
.video-item .content h3 a, .video-item a {
  color: #fff;
}
.video-item .video.overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
}
.video-item video {
  width: 100%;
  height: auto;
}

.current-issue-cover {
  text-align: center;
}

.is-sponsored {
  border-left: 6px solid #2f4f8e;
  padding-left: 12px;
}

.special-promo {
  background-color: #2c2e32;
  color: #fff;
  min-height: 225px;
}
.special-promo h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 2.25rem;
}
.special-promo .row:not(.no-border) {
  padding-left: 35px;
  border-left: 5px solid #2f4f8e;
}
.special-promo .btn {
  margin-bottom: 0;
}
.special-promo .btn.small-rounded {
  float: right;
}
.special-promo .toggle-promo {
  color: #fff;
}
.special-promo .toggle-promo:hover {
  color: #2f4f8e;
}
.special-promo p {
  margin-top: 10px;
}
.special-promo .war-mode-caro {
  display: none;
}
.special-promo .war-mode-caro.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.special-promo .war-mode-caro .wrapper {
  padding-bottom: 10px;
}
.special-promo .war-mode-caro.slick-initialized {
  display: block;
}
.special-promo .war-mode-caro .slick-list {
  position: relative;
  z-index: 1;
}
.special-promo .war-mode-caro .slick-dots {
  bottom: auto;
  position: relative;
}
.special-promo .war-mode-caro .slick-dots li button:before {
  color: #fff;
  font-size: 30px;
  opacity: 1;
}
.special-promo .war-mode-caro .slick-dots li.slick-active button:before {
  color: #2f4f8e;
  opacity: 1;
}
.special-promo .war-mode-caro .no-image {
  padding-left: 50px;
}
.special-promo .war-mode-caro strong, .special-promo .war-mode-caro p {
  font-size: 1rem;
}
.special-promo .war-mode-caro .slick-list {
  border-left: 1px solid #444;
  border-right: 1px solid #444;
}
.special-promo .war-mode-caro .toggle-promo {
  padding-right: 25px;
}
.special-promo .war-mode-caro .has-img img {
  display: block;
  padding-left: 25px;
  box-sizing: border-box;
}
.special-promo .war-mode-caro .slick-arrow {
  background-color: #2f4f8e;
  border-radius: 0;
  height: auto;
  padding: 30px 6px;
}
.special-promo .war-mode-caro .slick-arrow.slick-prev {
  left: -10px;
  left: calc(1vw - 32px);
}
.special-promo .war-mode-caro .slick-arrow.slick-next {
  right: -10px;
  right: calc(1vw - 32px);
}
.special-promo .war-mode-caro .slick-arrow:before {
  color: #fff;
  margin-left: -7px;
  font-size: 12px;
  position: absolute;
  transform: translate(50%, -50%);
}

@media (max-width: 1350px) {
  .special-promo {
    min-height: 180px;
    padding-bottom: 10px;
  }
  .special-promo h3 {
    font-size: 1.25rem;
  }
  .special-promo .war-mode-caro .caro-item {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .special-promo .war-mode-caro .slick-list {
    border: 0;
  }
  .special-promo .war-mode-caro .slick-dots {
    bottom: -15px;
  }
  .special-promo .war-mode-caro .toggle-promo {
    padding-right: 0;
  }
  .special-promo .war-mode-caro .has-img img {
    padding-left: 0;
  }
  .special-promo .war-mode-caro .btn:hover {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .special-promo strong.highlight, .special-promo p {
    display: none;
  }
}
.inline-ad {
  text-align: center;
  margin-bottom: 25px;
}

.complete {
  display: none;
}

.more-js {
  color: #2f4f8e;
  cursor: pointer;
}

a.to-top {
  position: fixed;
  bottom: 80px;
  right: 5vw;
  z-index: 500;
  background-color: #2f4f8e;
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 0.5rem;
  display: none;
}

.fixed-ad {
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 1000;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.fixed-ad .ad-label {
  background-color: #2c2e32;
  color: #fff;
  float: left;
  display: inline-block;
  padding: 2px 10px;
}
.fixed-ad .close-fixed-ad {
  background-color: #2c2e32;
  color: #fff;
  float: right;
  font-size: 0.5rem;
  padding: 2px;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 16px;
  position: absolute;
  top: 15px;
  right: -10px;
  z-index: 5;
  border-radius: 50%;
  display: inline-block;
}

.akamai-branding.akamai-overlay {
  display: none !important;
}

.full-video:not(.full-video-small) {
  bottom: auto !important;
}

.video .video-container {
  padding-bottom: 56.25%;
  position: relative;
}

.video-container {
  background-size: cover;
}

.video-container #akamai-media-player {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

button.amp-share.amp-icon.amp-control {
  visibility: hidden;
}

/* Move ima ad overlay static banner above the amp player control bar*/
/*.akamai-android .amp-ad-overlaymode .amp-ad-container {
    height:85%
}*/
/*.akamai-android .amp-idle.amp-ad-overlaymode .amp-ad-container {
    z-index: -1;
}*/
/* Control bar does not show up during ad banner*/
.akamai-android .amp-ad-overlaymode .amp-ad-container {
  max-height: 80px;
  bottom: 0;
}

.akamai-iphone .amp-ad-overlaymode .amp-ad-container {
  max-height: 80px;
  bottom: 0;
}

.akamai-ipad .amp-ad-overlaymode .amp-ad-container {
  max-height: 80px;
  bottom: 0;
}

/*Control bar is not resizing properly*/
@media (max-width: 640px) {
  .amp-ui {
    font: normal normal normal 13px/1 Arial !important;
  }
}
/*iOS Mobile - amp player shows masks and rounded corners*/
button.amp-control {
  border-radius: unset !important;
}

/*move the mute button and AD timer*/
.amp-ad-component.amp-ad-time {
  padding-right: 4em;
}

.amp-unmute.amp-component.amp-icon.amp-button.amp-bg.amp-hover {
  margin-top: 2em;
}

/*Video to popout when not in view*/
.full-video-small {
  position: fixed !important;
  bottom: 20px;
  right: 20px;
  width: 320px;
  max-width: 65vw;
  height: 180px;
  padding-bottom: 0;
  z-index: 999;
}

.close {
  display: none;
}

.pinned-title {
  display: none;
}

.full-video-small .close {
  position: relative;
  top: -2rem;
  display: inline-block;
  float: right;
  width: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  cursor: pointer;
  border-radius: 0.25rem;
  background-color: lightgray;
}

.full-video-small .pinned-title {
  position: relative;
  top: -2rem;
  display: inline-block;
  line-height: 1.5rem;
  text-align: center;
  color: #666;
  background-color: transparent;
}

/*removes the time stamp during ads*/
.amp-ad-break .amp-time-display {
  display: none;
}

.is-left-rail.side-bar {
  width: 360px;
  max-width: 360px;
}

.podcast-container {
  background-repeat: no-repeat;
  background-position: right 100px;
}

.podcast-listing .player-container .player.akamai-player {
  display: block;
}
.podcast-listing .player-container .amp-pause-overlay {
  display: none;
}
.podcast-listing .player-container .amp-progress {
  overflow: hidden;
}
.podcast-listing .player-container .akamai-player:after {
  position: relative;
}
.podcast-listing .podcast-item {
  position: relative;
  border-bottom: 1px solid #e7e6e7;
  padding: 30px 0;
}
.podcast-listing .podcast-item p:first-of-type {
  margin: 0;
}
.podcast-listing .podcast-item.audio .player {
  position: relative;
}
.podcast-listing .podcast-item.audio .player:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  width: 100%;
}
.podcast-listing h3 {
  font-weight: normal;
  margin: 0 0 10px 0;
  font-size: 2rem;
  line-height: 1.25em;
}
.podcast-listing .divider {
  color: #717683;
}
.podcast-listing .icon-microphone {
  font-size: 2.5rem;
  position: relative;
  top: 0.5rem;
}
.podcast-listing .toggle-play {
  float: left;
  height: 100%;
  padding-right: 10px;
}
.podcast-listing .toggle-play a {
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #2f4f8e;
  border-radius: 50%;
}
.podcast-listing .toggle-play a:hover {
  background-color: #fff;
}
.podcast-listing .toggle-play a span.icon-play:before {
  margin-left: 8px;
}
.podcast-listing .watch-now .icon-play {
  padding-right: 4px;
}
.podcast-listing .watch-now .icon-play:before {
  border-radius: 50%;
  border: 1px solid #fff;
  text-align: center;
  height: 30px;
  font-size: 18px;
  padding-left: 4px;
  width: 30px;
  line-height: 30px;
  box-sizing: border-box;
}
.podcast-listing .video .player {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  width: 100%;
}
.podcast-listing .video .player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.podcast-listing .player {
  padding: 15px 0;
}
.podcast-listing .color-palette {
  display: none;
  visibility: hidden;
}
.podcast-listing .color-palette .primary {
  background-color: #2f4f8e;
}
.podcast-listing .color-palette .secondary {
  background-color: #717683;
}
.podcast-listing a.skip-backward, .podcast-listing a.skip-forward {
  text-align: center;
  position: relative;
  display: inline-block;
  min-width: 80px;
  font-size: 0.9rem;
}
.podcast-listing a.skip-backward span, .podcast-listing a.skip-forward span {
  position: absolute;
  transform: translate(-50%, -25%);
  font-size: 30px;
}
.podcast-listing a.skip-backward span:before, .podcast-listing a.skip-forward span:before {
  margin-left: 0;
}
.podcast-listing a.skip-backward .icon-rewind:before, .podcast-listing a.skip-forward .icon-rewind:before {
  margin-left: -10px;
}
.podcast-listing #video-AudioArticles .podcast-item h3 {
  line-height: 1.2em;
}
.podcast-listing #video-AudioArticles .podcast-item .player-control p:first-of-type {
  text-transform: uppercase;
}
.podcast-listing #video-AudioArticles .podcast-item .meta-data {
  color: #717683;
  font-size: 0.9rem;
}
.podcast-listing #video-AudioArticles .podcast-item h5 {
  text-transform: none;
  color: #fff;
  margin-left: 0.5em;
}
.podcast-listing #video-AudioArticles .podcast-item h5 a {
  color: #2f4f8e;
}

.podcast-listing .video .player {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  width: 100%;
}
.podcast-listing .video .player.audio {
  padding-bottom: 35px;
  padding-top: 35px;
}

.podcast-listing .video .player:not(.audio) iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.has-episodes {
  line-height: 1.2em;
}
.has-episodes .row {
  margin-left: 0;
  position: relative;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.has-episodes .row:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 15;
  width: 0px;
  height: 100%;
  background-color: #2f4f8e;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.has-episodes .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 15;
}
.has-episodes .btn.tag {
  margin-left: 10px;
}
.has-episodes .content {
  padding-left: 20px;
  padding-right: 10%;
}
.has-episodes .media {
  padding: 20px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  overflow: hidden;
}
.has-episodes .media img {
  width: 100%;
  height: auto;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.has-episodes .is-episode {
  border: 1px solid #e7e6e7;
  background-color: #f6f5f6;
  margin-bottom: 25px;
}
.has-episodes .is-episode h4 {
  font-weight: bold;
  font-size: 36px;
  color: white;
  margin-bottom: 0px;
}
.has-episodes .is-episode .tag {
  margin-bottom: 32px;
}
.has-episodes .is-episode .btn {
  font-weight: bold;
}
.has-episodes .is-podcast .media {
  min-height: 215px;
  background-position: top center;
  background-repeat: no-repeat;
}
.has-episodes .is-podcast p {
  opacity: 1;
}
.has-episodes .is-podcast .tag {
  color: #2f4f8e;
  display: block;
  text-transform: uppercase;
  font-size: 1.2rem;
}
.has-episodes h2 {
  border: 0;
  color: #2c2e32;
  font-size: 2.25rem;
  font-weight: normal;
  margin: 20px 0 0 0;
  padding-bottom: 0;
}
.has-episodes h3 {
  font-size: 1.75rem;
  line-height: 1.15em;
  margin-bottom: 5px;
  margin-top: 0;
}
.has-episodes h3 + p {
  margin-top: 0;
}
.has-episodes h4 {
  font-size: 2rem;
  max-width: 80%;
  line-height: 1.1em;
  margin-bottom: 10px;
}
.has-episodes p {
  font-size: 1.1rem;
  line-height: 1.4em;
  color: #717683;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.has-episodes p:first-of-type {
  opacity: 1;
  margin: 15px 0 0 0;
}
.has-episodes .icon-lock, .has-episodes .icon-play {
  font-size: 12px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-right: 6px;
}
.has-episodes .icon-lock:before {
  margin-left: -8px;
}
.has-episodes .icon-play:before {
  margin-left: 5px;
}
.has-episodes .icon-microphone {
  font-size: 32px;
  position: relative;
  top: 6px;
}
.has-episodes .cta {
  color: #2f4f8e;
  font-size: 1.1rem;
}
.has-episodes .cta span.icon-arrow-right {
  color: #2c2e32;
  border: 2px solid #2c2e32;
  border-radius: 30px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 15px;
  display: inline-block;
  margin-right: 4px;
}
.has-episodes .cta span.icon-arrow-right:before {
  padding-left: 2px;
}
.has-episodes .video.is-premium:not(.is-free):before {
  display: block;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 20px;
  width: 100%;
  width: calc(100% - 40px) !important;
  height: 100%;
  height: calc(100% - 40px) !important;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.has-episodes .row:not(.no-hover):hover {
  transform: scale(1.05);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}
.has-episodes .row:not(.no-hover):hover .media {
  padding: 0px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.has-episodes .row:not(.no-hover):hover p {
  opacity: 1;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.has-episodes .row:not(.no-hover):hover:before {
  width: 10px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.has-episodes .row:not(.no-hover):hover .video.is-premium:not(.is-free):before {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 0;
  width: 100% !important;
  height: 100% !important;
}
.has-episodes .row.no-hover .media img {
  border-left: 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.has-episodes .row.no-hover p {
  opacity: 1;
}
.has-episodes .row.no-hover h5 {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
}
.has-episodes .row.no-hover strong {
  color: #fff;
}
.has-episodes .row.no-hover p:nth-of-type(n+4), .has-episodes .row.no-hover h5 {
  max-height: 0;
  overflow: hidden;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.has-episodes .episode-toggle {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #717683;
  transform: rotate(45deg);
}
.has-episodes .row:not(.open) p:nth-of-type(n+4), .has-episodes .row:not(.open) h5 {
  margin: 0;
}
.has-episodes .row.open {
  padding-bottom: 60px;
  background: -moz-linear-gradient(left, #19334d 5%, #299a8e 25%, #19334d 55%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #19334d 5%, #299a8e 25%, #19334d 55%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #19334d 5%, #299a8e 25%, #19334d 55%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.has-episodes .row.open p:nth-of-type(n+4), .has-episodes .row.open h5 {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  max-height: 160px;
}
.has-episodes .row.open .episode-toggle {
  transform: rotate(0deg);
}
.has-episodes .row.open .media img {
  position: relative;
  border-left: 10px solid #2f4f8e;
  margin-left: -10px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media only screen and (max-width: 999px) {
  .has-episodes p:first-of-type {
    margin: -15px 0 0 0;
  }
}
@media only screen and (min-width: 1296px) {
  .has-episodes .is-episode .bottom-cta {
    padding-bottom: 70px;
    position: relative;
  }
  .has-episodes .is-episode .bottom-cta .move-bottom {
    position: absolute;
    bottom: 15px;
  }
}
.hasInfo.active {
  color: #2f4f8e;
}

.info-container {
  position: relative;
  color: #2c2e32;
  padding-top: 20px;
  margin-bottom: 20px;
}
.info-container:before {
  border-bottom: 15px solid #f6f5f6;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 50px;
  top: 5px;
  width: 0;
}
.info-container .info-container-inner {
  background-color: #f6f5f6;
  padding: 20px;
}

.has-carousel {
  background-size: cover;
}

.caro.wide {
  padding: 0;
  background-color: transparent;
}
.caro.wide .caro-item, .caro.wide .slick-slide {
  background-position: center center;
  background-size: cover;
  width: 1296px;
  max-width: 100%;
  opacity: 0.15;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #2c2e32;
}
.caro.wide .content {
  color: #fff;
  padding: 145px 50px 145px 45%;
  max-width: 45%;
}
.caro.wide.feature {
  padding-bottom: 0px;
}
.caro.wide.feature .caro-item {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.caro.wide.feature .content {
  padding-left: 50px;
}
.caro.wide.feature .slick-prev {
  left: 50%;
  left: calc(50% - 648px);
  right: auto;
  transform: translate(-100%, -50%) !important;
}
.caro.wide.feature .slick-next {
  right: 50%;
  right: calc(50% - 648px);
  transform: translate(100%, -50%) !important;
}
.caro.wide.feature .slick-prev, .caro.wide.feature .slick-next {
  top: 50%;
  background-color: #2f4f8e;
  height: auto;
  border-radius: 0;
  padding: 33px 15px;
  width: 40px;
}
.caro.wide.feature .slick-prev:before, .caro.wide.feature .slick-next:before {
  color: #fff;
  font-size: 0.9rem;
}
.caro.wide h3 {
  color: #fff;
  font-size: 3.5rem;
  text-transform: none;
  letter-spacing: 0.025em;
  margin-top: 15px;
  font-weight: 300;
}
.caro.wide h3 a {
  color: #fff;
}
.caro.wide h3 a:hover {
  text-decoration: none;
  color: #e7e6e7;
}
.caro.wide .label {
  color: #2f4f8e;
}
.caro.wide .slick-current {
  opacity: 1;
}
.caro.wide .slick-current .caro-item {
  opacity: 1;
}
.caro.wide .btn {
  margin-top: 10px;
}

.caro.info {
  background-color: transparent;
  background-size: cover;
  padding: 0;
}
.caro.info .caro-item {
  opacity: 1;
  background-color: transparent;
  padding: 50px 0;
}
.caro.info .content {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: rgba(33, 33, 33, 0.45);
  margin: 0 auto;
  padding: 85px 40px 85px 45%;
}
.caro.info .host-img {
  position: absolute;
  bottom: 0;
  left: 30%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 45%;
  z-index: 1;
}
.caro.info .slick-prev, .caro.info .slick-next {
  top: 50%;
  background-color: #fff;
  height: auto;
  border-radius: 0;
  padding: 33px 15px;
  width: 40px;
}
.caro.info .slick-prev:before, .caro.info .slick-next:before {
  color: #2f4f8e;
  font-size: 0.9rem;
}
.caro.info .slick-prev {
  left: 0;
}
.caro.info .slick-next {
  right: 0;
}
.caro.info .slick-slide {
  background-color: transparent;
}
.caro.info button {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
  margin-top: -30px;
}

.caro.in-read, .caro.in-page-gallery {
  border-bottom: 1px solid #e7e6e7;
  display: none;
  margin-bottom: 2rem;
  width: 100%;
}
.caro.in-read.sync-images, .caro.in-page-gallery.sync-images {
  margin-bottom: 15px;
}
.caro.in-read.sync-images img, .caro.in-page-gallery.sync-images img {
  width: 100%;
}
.caro.in-read.sync-images .slick-slide, .caro.in-page-gallery.sync-images .slick-slide {
  max-height: 70vh;
}
.caro.in-read.sync-content, .caro.in-page-gallery.sync-content {
  padding-bottom: 30px;
}
.caro.in-read.slick-initialized, .caro.in-page-gallery.slick-initialized {
  display: block;
}
.caro.in-read .slick-prev, .caro.in-read .slick-next, .caro.in-page-gallery .slick-prev, .caro.in-page-gallery .slick-next {
  height: 60px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
}
.caro.in-read .slick-prev:before, .caro.in-read .slick-next:before, .caro.in-page-gallery .slick-prev:before, .caro.in-page-gallery .slick-next:before {
  color: rgba(200, 200, 200, 0.65);
  font-size: 3rem;
  text-shadow: 0px 2px #999;
}
.caro.in-read .slick-prev, .caro.in-page-gallery .slick-prev {
  left: 1rem;
}
.caro.in-read .slick-next, .caro.in-page-gallery .slick-next {
  right: 1rem;
}
.caro.in-read .slick-dots, .caro.in-page-gallery .slick-dots {
  position: static;
  padding: 8px 0;
}
.caro.in-read .slick-dots li button, .caro.in-page-gallery .slick-dots li button {
  width: auto;
  height: auto;
  padding-bottom: 0;
}
.caro.in-read .slick-dots li button:before, .caro.in-page-gallery .slick-dots li button:before {
  width: 1rem;
  display: block;
  content: "";
  background: #717683;
  border-radius: 1rem;
  height: 8px;
  width: 16px;
  opacity: 1;
}
.caro.in-read .slick-dots li.slick-active button:before, .caro.in-page-gallery .slick-dots li.slick-active button:before {
  background: #2f4f8e;
}

.caro.in-read .slick-slide {
  text-align: left;
}
.caro.in-read .slick-slide img {
  display: inline-block;
  max-height: 80vh;
  margin-bottom: 10px;
}

.has-full-gallery .closed {
  opacity: 0 !important;
}
.has-full-gallery .caro-item {
  position: relative;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: none;
}
.has-full-gallery .caro-item > img {
  width: auto;
  max-width: 100vw;
  height: auto;
}
.has-full-gallery .caro-item .addthis_inline_share_toolbox {
  text-align: right;
}
.has-full-gallery .slick-current {
  padding-top: 0px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.has-full-gallery .slick-current .description {
  opacity: 1;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.has-full-gallery .description {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 !important;
  z-index: 10;
  opacity: 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.has-full-gallery .description .info {
  background-color: #f6f5f6;
  color: #717683;
  font-size: 0.8rem;
  line-height: 1.4em;
  padding: 20px 45px;
}
.has-full-gallery .description .info-head {
  padding: 0;
}
.has-full-gallery .description .info-head h3 {
  padding: 20px 20px 15px 20px;
  margin: 0;
  font-size: 1.8rem;
  font-weight: 300;
}
.has-full-gallery .description .info-close {
  color: #fff;
  text-align: center;
  line-height: 70px;
}

.has-full-gallery-controls .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}
.has-full-gallery-controls .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.has-full-gallery-controls .slick-prev {
  left: -50px;
}
.has-full-gallery-controls .slick-next {
  right: -50px;
}
.has-full-gallery-controls .caro-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0.3;
  outline: none;
  padding: 0 15px;
  box-sizing: border-box;
}
.has-full-gallery-controls .caro-item:hover {
  cursor: pointer;
}
.has-full-gallery-controls .slick-current {
  opacity: 1;
}
.has-full-gallery-controls .slick-current .th-container {
  border: 6px solid #2f4f8e;
}
.has-full-gallery-controls .pagingInfo {
  padding: 10px;
  color: #717683;
  font-size: 0.8rem;
  display: block;
  text-align: center;
}
.has-full-gallery-controls .th-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  max-width: 100%;
  overflow: hidden;
}
.caro.full-gallery {
  padding-bottom: 0;
  margin-bottom: 0;
}
.caro.full-gallery .content {
  padding: 150px 50px 50px 50px;
  max-width: 100%;
  opacity: 0;
}
.caro.full-gallery .content.padding-left {
  padding: 100px 40px 100px 45%;
  max-width: 45%;
}
.caro.full-gallery .slick-current .content {
  opacity: 1;
}
.caro.full-gallery h3 {
  font-weight: 400;
}
.caro.full-gallery p {
  font-size: 0.9rem;
}
.caro.full-gallery p.enlarge {
  font-size: 1.2rem;
}
.caro.full-gallery .cta-link {
  margin-top: 8%;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  margin-left: -5px;
}
.caro.full-gallery .cta-link .icon-microphone {
  font-size: 3rem;
  position: relative;
  top: 10px;
}
.caro.full-gallery .cta-link:hover {
  color: #2f4f8e;
}
.caro.full-gallery .slick-prev, .caro.full-gallery .slick-next {
  background-color: #2f4f8e;
  border-radius: 0;
  padding: 20px;
  top: calc(50% - 20px);
}
.caro.full-gallery .slick-prev:before, .caro.full-gallery .slick-next:before {
  position: relative;
  color: #fff;
  top: -12px;
  left: -5px;
}
.caro.full-gallery .slick-prev:before {
  left: -7px;
}
.caro.full-gallery .slick-prev {
  left: 0;
}
.caro.full-gallery .slick-next {
  right: 0;
}

.has-logos {
  overflow-x: hidden;
}
.has-logos .wrapper {
  padding-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e7e6e7;
}
.has-logos .caro.multi {
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}
.has-logos .caro.multi .slick-prev {
  left: 0;
  right: auto;
}
.has-logos .caro.multi .slick-next {
  right: 0;
}
.has-logos .caro.multi .slick-prev, .has-logos .caro.multi .slick-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #2f4f8e;
  height: auto;
  border-radius: 0;
  padding: 33px 15px;
  width: 40px;
}
.has-logos .caro.multi .slick-prev:before, .has-logos .caro.multi .slick-next:before {
  color: #fff;
  font-size: 0.9rem;
}
.has-logos .flickity-button.previous {
  left: -1vw;
}
.has-logos .flickity-button.next {
  right: -1vw;
}
.has-logos .caro-item {
  width: 100%;
  text-align: center;
  min-height: 100%;
}
.has-logos .caro-item a {
  display: inline-block;
}
.has-logos h3 {
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: none;
}
.has-logos .slick-track {
  align-items: center;
  display: flex;
}
.has-logos img {
  mix-blend-mode: multiply;
}
.has-logos .slick-list {
  margin: 0 30px;
}

.flickity-button, .flickity-button:hover {
  background-color: transparent;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.7;
}

.flickity-button:hover {
  opacity: 1;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flickity-button-icon {
  fill: white;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.has-logos .flickity-button-icon {
  fill: rgba(0, 0, 0, 0.3);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.load-more .btn, .btn.full-gray {
  margin-bottom: 0;
  width: 100%;
  background-color: #2f4f8e;
  color: #fff;
  font-weight: 600;
  text-transform: none;
  padding-top: 1rem 1.75rem;
}

.load-more a span {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  display: inline-block;
  padding: 0 5px;
  opacity: 0;
}

.load-more a.loading span {
  transform-origin: center center;
  animation: spin 2s cubic-bezier(0.8, 0, 0.2, 1) infinite;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.lity a:link, .lity a:visited {
  color: #2f4f8e;
}

#currentSubscribers {
  width: 520px;
  max-width: 100%;
  text-align: center;
  background-color: #fff;
}
#currentSubscribers h4 {
  color: #2f4f8e;
  font-weight: 800;
  margin: 0;
  font-size: 1.75rem;
}
#currentSubscribers h5 {
  color: #2c2e32;
  font-size: 1.5rem;
  margin-bottom: 15px;
}
#currentSubscribers .btn {
  color: #fff !important;
}
#currentSubscribers .subscrberHead {
  background-color: #2c2e32;
  padding: 20px 5%;
}
#currentSubscribers .lity-close {
  color: #fff;
  left: 20px;
}
#currentSubscribers p {
  font-size: 1rem;
}
#currentSubscribers .subscrberText {
  max-width: 80%;
  margin: 0 auto;
  background-color: #fff;
}
#currentSubscribers .subscriberNew {
  padding: 30px 0;
  border-top: 1px solid #e7e6e7;
}
#currentSubscribers button.lity-close:before {
  color: #fff;
}

.consent-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 30px;
  background-color: #f7f5f6;
  font-size: 0.75rem;
  z-index: 1000;
  box-sizing: border-box;
}
.consent-popup a {
  color: #2f4f8e;
  text-decoration: underline;
}
.consent-popup .consent-close {
  text-decoration: none;
  position: relative;
  top: 10px;
}
.consent-popup .consent-close span {
  padding-left: 5px;
  font-size: 1rem;
  color: #2c2e32;
  position: relative;
  top: 1px;
}
.consent-popup .consent-close {
  float: right;
}

a.lity-close, button.lity-close {
  position: absolute;
  height: 32px;
  right: 10px;
  top: 10px;
  width: 32px;
  border-radius: 0;
}
a.lity-close:before, button.lity-close:before {
  border-radius: 0;
  display: block;
  content: "\e808";
  font-family: "magazines";
  font-size: 1rem;
  color: #2c2e32;
  text-shadow: none;
}

.social-lb .lity-container {
  background: white;
  padding: 1rem;
  width: 80%;
  max-width: 500px;
  border-radius: 4px;
}

.social-lb .jssocials-shares {
  display: grid;
  /* grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr; */
  grid-template-columns: repeat(6, 1fr);
}

.sponsor-feature {
  margin-bottom: 24px;
}
.sponsor-feature .feat-content a:link {
  color: #2f4f8e;
}

.has-map {
  text-align: center;
}
.has-map select {
  max-width: 300px;
}

.forecast-map {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 30px 0;
  padding: 0 5%;
  box-sizing: border-box;
}
.forecast-map path, .forecast-map circle {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.forecast-map path:hover, .forecast-map circle:hover {
  stroke-linejoin: round;
  fill: #2f4f8e !important;
  cursor: pointer;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.mag-promo-rail {
  padding-top: 30px;
  margin-left: 0;
  margin-right: 0;
}
.mag-promo-rail p {
  margin: 0 0 5px 0;
  font-size: 0.9rem;
}
.mag-promo-rail h5 {
  font-size: 1.8rem;
  font-weight: normal;
}
.mag-promo-rail .promo-cta {
  padding-top: 15px;
  border-top: 1px solid #e3e2e3;
  margin-bottom: 30px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .map-container {
    padding-top: 65%;
    position: relative;
  }
  .map-container .forecast-map {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 90%;
  }
}
.has-cams .is-cam {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e7e6e7;
}
.has-cams .is-cam .cam-video {
  line-height: 0;
}
.has-cams .is-cam .cam-description {
  padding-left: 14px;
  position: relative;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/* Fontello custom icons */
/* ==========================================================================
    MISC
========================================================================= */
.arrow-right:before {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #2f4f8e;
  content: "";
  height: 0;
  width: 0;
}

.arrow-left {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #2f4f8e;
  content: "";
  height: 0;
  width: 0;
}

.primary {
  color: #2f4f8e;
}

[data-tooltip] {
  display: block;
  position: relative;
}
[data-tooltip]:after {
  /* height: 32px; */
  background: white;
  border-radius: 4px;
  bottom: 100%;
  -webkit-box-shadow: 0px 1px 1px rgba(50, 52, 57, 0.2);
  box-shadow: 0px 1px 1px rgba(50, 52, 57, 0.2);
  color: #323439;
  content: attr(data-tooltip);
  display: none;
  font-size: 1rem;
  font-weight: bold;
  left: 50%;
  max-width: 250px;
  overflow: hidden;
  padding: 8px 16px;
  position: absolute;
  text-align: center;
  text-overflow: ellipsis;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
[data-tooltip]:before {
  /* border-left: 10px solid transparent; */
  /* border-right: 10px solid transparent; */
  /* border-top: 10px solid white; */
  background: white;
  bottom: 100%;
  -webkit-box-shadow: 1px 1px 1px rgba(50, 52, 57, 0.2);
  box-shadow: 1px 1px 1px rgba(50, 52, 57, 0.2);
  content: "";
  display: none;
  height: 0;
  height: 10px;
  left: 50%;
  position: absolute;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translate(-50%, calc(-100% - 5px)) rotate(45deg);
  transform: translate(-50%, calc(-100% - 5px)) rotate(45deg);
  width: 0;
  width: 10px;
  z-index: 1;
}
[data-tooltip]:hover:after {
  display: block;
}
[data-tooltip]:hover:before {
  display: block;
}

.has-inner-shadow {
  position: relative;
  display: block;
}
.has-inner-shadow:after {
  -webkit-box-shadow: inset 0px 0px 30px rgba(231, 230, 231, 0.9);
  box-shadow: inset 0px 0px 30px rgba(231, 230, 231, 0.9);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

section.has-grid + .ad-wrapper {
  margin-top: 20px;
}

.js .clamped {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 500ms ease opacity;
  transition: 500ms ease opacity;
}
.js .clamped.ready {
  visibility: visible;
  opacity: 1;
}

.hidden-lg {
  display: none;
}

.coffee-content {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
  background-size: cover;
  background-position: 100% 50%;
}
.coffee-content .btn {
  margin-left: 10px;
  margin-right: 10px;
  max-width: calc(100% - 20px);
}

.special-content {
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  text-align: left;
}
.special-content h1 {
  font-size: 5rem;
  line-height: 0.9em;
  margin-bottom: 10px;
  margin-top: 0;
}
.special-content .price {
  margin-top: 80px;
}

.overview-feat .bkg-right, .overview-feat .bkg-left {
  background-size: contain;
  background-position: left center;
}
.overview-feat .bkg-right {
  background-position: right center;
}
.overview-feat .row {
  border-bottom: #e7e6e7 1px solid;
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 30px;
}
.overview-feat h2 {
  font-size: 2.25rem;
  color: #2c2e32;
  padding-bottom: 15px;
}
.overview-feat h3 {
  font-size: 2.2rem;
  margin-top: 30px;
}
.overview-feat .bonus-offer {
  text-align: center;
}
.overview-feat .bonus-offer h2 {
  border: none;
  color: #2c2e32;
  margin: 0;
  font-size: 2rem;
}
.overview-feat .bonus-offer h3 {
  font-size: 3.5rem;
  font-weight: 600;
  margin-bottom: 30px;
}

.special-content {
  padding-bottom: 0;
}

.video-search {
  position: relative;
}
.video-search input {
  border-radius: 30px 0px 0px 30px;
  padding-left: 40px;
}
.video-search button {
  background-color: transparent;
  color: #fff;
  background-color: #2f4f8e;
  position: absolute;
  right: 0px;
  top: 50%;
  border-radius: 0px 30px 30px 0px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.video-search-results-container .four-wide.no-offset .grid-item p {
  display: block;
}

.video-feature {
  min-width: 95%;
}
.video-feature .tag {
  margin-top: 20px;
}
.video-feature h3 {
  font-size: 2.5rem !important;
  font-weight: 300 !important;
}

.feature-grid-item .video-feature .tag {
  margin-top: 0;
}

.video-feature-content .content {
  text-align: right;
}
.video-feature-content .content .ad-wrapper {
  padding: 10%;
  display: inline-block;
}

.video-feature-share {
  max-width: 50px !important;
  min-width: 5%;
  text-align: right;
}
.video-feature-share.right {
  max-width: 100% !important;
}

#MainContent_magazineVideoListingPanel .video-feature-share, .has-feature .video-feature-share {
  max-width: 95px !important;
}
#MainContent_magazineVideoListingPanel .video-feature-share ul, .has-feature .video-feature-share ul {
  border-right: 0;
  padding-right: 0;
  border-left: 1px solid #e7e6e7;
  padding-left: 22px;
  margin-left: 8px;
}

.video-cat-drop .select {
  max-width: 320px;
  height: 46px;
}
.video-cat-drop .select .select-styled {
  padding: 10px 15px;
}
.video-cat-drop .select:after {
  display: none;
}

.video-results-head {
  font-weight: 600;
}

button.search-videos {
  width: auto !important;
}

.four-wide.has-offset .grid-item, .four-wide.has-offset .col-xs-12, .four-wide.no-offset .grid-item, .four-wide.no-offset .col-xs-12, .flex-grid .grid-item, .flex-grid .col-xs-12 {
  position: relative;
}
.four-wide.has-offset .grid-item h3, .four-wide.has-offset .col-xs-12 h3, .four-wide.no-offset .grid-item h3, .four-wide.no-offset .col-xs-12 h3, .flex-grid .grid-item h3, .flex-grid .col-xs-12 h3 {
  font-size: 1.2rem;
  margin-bottom: 0px;
  min-height: 47px;
  margin-top: 10px;
}
.four-wide.has-offset .grid-item p, .four-wide.has-offset .col-xs-12 p, .four-wide.no-offset .grid-item p, .four-wide.no-offset .col-xs-12 p, .flex-grid .grid-item p, .flex-grid .col-xs-12 p {
  display: none;
}
.four-wide.has-offset .grid-item .tag.btn, .four-wide.has-offset .col-xs-12 .tag.btn, .four-wide.no-offset .grid-item .tag.btn, .four-wide.no-offset .col-xs-12 .tag.btn, .flex-grid .grid-item .tag.btn, .flex-grid .col-xs-12 .tag.btn {
  position: absolute;
  left: 0;
  z-index: 10;
  margin-top: -21px;
  transform: translateY(-50%);
  font-weight: 400;
  border-radius: 0px 30px 30px 0px;
  padding: 0.25rem 4rem 0.25rem 20px;
  font-size: 0.9rem;
  cursor: pointer;
}
.four-wide.has-offset .feature-grid-item h3, .four-wide.no-offset .feature-grid-item h3, .flex-grid .feature-grid-item h3 {
  min-height: inherit;
  font-size: 1.5rem !important;
}
.four-wide.has-offset .feature-grid-item p, .four-wide.no-offset .feature-grid-item p, .flex-grid .feature-grid-item p {
  display: block !important;
}
.four-wide.has-offset.related-news, .four-wide.no-offset.related-news, .flex-grid.related-news {
  padding-bottom: 10px;
}
.four-wide.has-offset.related-news h3, .four-wide.no-offset.related-news h3, .flex-grid.related-news h3 {
  font-weight: 600;
}
.four-wide.has-offset.top-listing, .four-wide.no-offset.top-listing, .flex-grid.top-listing {
  counter-reset: toplisting;
  position: relative;
}
.four-wide.has-offset.top-listing .grid-item:before, .four-wide.no-offset.top-listing .grid-item:before, .flex-grid.top-listing .grid-item:before {
  counter-increment: toplisting;
  /* Increment the value of section counter by 1 */
  content: counter(toplisting);
  /* Display counter value in default style (decimal) */
  position: absolute;
  top: 1rem;
  left: 2rem;
  height: 40px;
  width: 40px;
  font-size: 1.1rem;
  text-align: center;
  font-weight: bold;
  line-height: 40px;
  background-color: #2f4f8e;
  color: #fff;
  border-radius: 30px;
  z-index: 10;
}

@media only screen and (min-width: 1000px) {
  .four-wide.has-offset.top-listing .grid-item:first-of-type h3, .four-wide.no-offset.top-listing .grid-item:first-of-type h3, .flex-grid.top-listing .grid-item:first-of-type h3 {
    font-size: 2.75rem;
    line-height: 1em;
    margin-bottom: 15px;
  }
  .four-wide.has-offset.top-listing .grid-item:first-of-type p.clamp-me, .four-wide.no-offset.top-listing .grid-item:first-of-type p.clamp-me, .flex-grid.top-listing .grid-item:first-of-type p.clamp-me {
    font-size: 1.5rem;
    font-style: italic;
  }
  .four-wide.has-offset.top-listing .grid-item:first-of-type:before, .four-wide.no-offset.top-listing .grid-item:first-of-type:before, .flex-grid.top-listing .grid-item:first-of-type:before {
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 2rem;
  }
  .four-wide.has-offset.top-listing .is-sidebar, .four-wide.no-offset.top-listing .is-sidebar, .flex-grid.top-listing .is-sidebar {
    padding-top: 0;
  }
}
.grid.default-grid h3, .flex-grid h3 {
  font-weight: 600;
}
.grid.default-grid .article-content, .flex-grid .article-content {
  border: 1px solid #e7e6e7;
  padding: 20px;
  background-color: #f9f9f9;
  font-size: 1rem;
}
.grid.default-grid.video-grid .grid-item, .flex-grid.video-grid .grid-item {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.grid.default-grid.video-grid .grid-item .article-content strong, .grid.default-grid.video-grid .grid-item .article-content h3, .grid.default-grid.video-grid .grid-item .tag.btn, .flex-grid.video-grid .grid-item .article-content strong, .flex-grid.video-grid .grid-item .article-content h3, .flex-grid.video-grid .grid-item .tag.btn {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1;
}
.grid.default-grid.video-grid .grid-item:hover, .grid.default-grid.video-grid .grid-item:focus-within, .flex-grid.video-grid .grid-item:hover, .flex-grid.video-grid .grid-item:focus-within {
  position: relative;
  z-index: 10;
  transform: scale(1.1);
  overflow: visible;
}
.grid.default-grid.video-grid .grid-item:hover p:first-of-type, .grid.default-grid.video-grid .grid-item:focus-within p:first-of-type, .flex-grid.video-grid .grid-item:hover p:first-of-type, .flex-grid.video-grid .grid-item:focus-within p:first-of-type {
  display: block;
  font-size: 0.9rem;
  line-height: 1.2em;
}
.grid.default-grid.video-grid .grid-item:hover .article-content strong, .grid.default-grid.video-grid .grid-item:hover .article-content h3, .grid.default-grid.video-grid .grid-item:hover .tag.btn, .grid.default-grid.video-grid .grid-item:focus-within .article-content strong, .grid.default-grid.video-grid .grid-item:focus-within .article-content h3, .grid.default-grid.video-grid .grid-item:focus-within .tag.btn, .flex-grid.video-grid .grid-item:hover .article-content strong, .flex-grid.video-grid .grid-item:hover .article-content h3, .flex-grid.video-grid .grid-item:hover .tag.btn, .flex-grid.video-grid .grid-item:focus-within .article-content strong, .flex-grid.video-grid .grid-item:focus-within .article-content h3, .flex-grid.video-grid .grid-item:focus-within .tag.btn {
  opacity: 0;
}
.grid.default-grid.video-grid .grid-item:hover .article-hover, .grid.default-grid.video-grid .grid-item:focus-within .article-hover, .flex-grid.video-grid .grid-item:hover .article-hover, .flex-grid.video-grid .grid-item:focus-within .article-hover {
  opacity: 1;
  z-index: 10;
  display: block;
}
.grid.default-grid .article-hover, .flex-grid .article-hover {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  background-color: rgba(39, 41, 44, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  box-sizing: border-box;
  padding: 30px 20px;
  color: #fff;
  z-index: 0;
  font-size: 1rem;
  display: none;
}
.grid.default-grid .article-hover .center, .flex-grid .article-hover .center {
  margin-bottom: 10px;
}
.grid.default-grid .article-hover .hover-top, .flex-grid .article-hover .hover-top {
  min-height: 162px;
}
.grid.default-grid .article-hover a, .grid.default-grid .article-hover .gray, .flex-grid .article-hover a, .flex-grid .article-hover .gray {
  color: #fff;
}
.grid.default-grid .article-hover .gray + h3, .flex-grid .article-hover .gray + h3 {
  margin-bottom: 0;
}
.grid.default-grid .article-hover a.video, .flex-grid .article-hover a.video {
  display: block;
  width: 100%;
  height: 120px;
}
.grid.default-grid .article-hover a.video:before, .flex-grid .article-hover a.video:before {
  background-color: #fff;
  color: #2f4f8e;
}
.grid.default-grid .article-hover .btn, .flex-grid .article-hover .btn {
  font-size: 0.9rem;
  padding: 6px 20px;
  display: block;
  width: 100%;
  text-align: center;
}
.grid.default-grid.premium-content .grid-item:not(.is-sidebar), .flex-grid.premium-content .grid-item:not(.is-sidebar) {
  overflow: visible;
}
.grid.default-grid p:first-of-type, .flex-grid p:first-of-type {
  margin-top: 0;
  min-height: 26px;
}
.grid.default-grid .author-name, .flex-grid .author-name {
  font-size: 0.9rem;
  margin: 0;
}

.flex-grid .is-sidebar {
  padding-top: 1rem;
}

.grid.default-grid.four-wide.recommended-grid .grid-item:nth-of-type(-n+2), .read-next-reco-feature {
  color: #fff;
  margin-bottom: 0;
  min-height: 200px;
  overflow: hidden;
}
.grid.default-grid.four-wide.recommended-grid .grid-item:nth-of-type(-n+2) p, .read-next-reco-feature p {
  display: none !important;
  margin: 10px 0;
}
.grid.default-grid.four-wide.recommended-grid .grid-item:nth-of-type(-n+2) p:first-of-type, .read-next-reco-feature p:first-of-type {
  display: block !important;
}
.grid.default-grid.four-wide.recommended-grid .grid-item:nth-of-type(-n+2) h3, .read-next-reco-feature h3 {
  font-weight: 800;
  font-size: 1.4rem;
  min-height: auto;
  margin: 10px 0;
}
.grid.default-grid.four-wide.recommended-grid .grid-item:nth-of-type(-n+2) a, .read-next-reco-feature a {
  color: #fff;
}
.grid.default-grid.four-wide.recommended-grid .grid-item:nth-of-type(-n+2) .article-link, .read-next-reco-feature .article-link {
  position: absolute;
  z-index: 0;
  margin: -30px;
  width: 100%;
  color: #086CA6;
}
.grid.default-grid.four-wide.recommended-grid .grid-item:nth-of-type(-n+2) .article-link:before, .read-next-reco-feature .article-link:before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0.6) 100%);
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 0;
  border: 0;
}
.grid.default-grid.four-wide.recommended-grid .grid-item:nth-of-type(-n+2) .article-link img, .read-next-reco-feature .article-link img {
  width: 100%;
}
.grid.default-grid.four-wide.recommended-grid .grid-item:nth-of-type(-n+2) .btn, .grid.default-grid.four-wide.recommended-grid .grid-item:nth-of-type(-n+2) h3, .grid.default-grid.four-wide.recommended-grid .grid-item:nth-of-type(-n+2) p, .read-next-reco-feature .btn, .read-next-reco-feature h3, .read-next-reco-feature p {
  position: relative;
  z-index: 1;
}
.grid.default-grid.four-wide.recommended-grid .grid-item:nth-of-type(-n+2) .tag.btn, .read-next-reco-feature .tag.btn {
  margin-top: 10%;
  width: auto;
  display: inline-block;
}
.grid.default-grid.four-wide.recommended-grid .grid-item:nth-of-type(-n+2) .content, .read-next-reco-feature .content {
  padding: 30px 30px 0 30px;
}

.read-next-reco-feature {
  min-height: 5%;
  overflow: hidden;
}
.read-next-reco-feature a {
  color: #fff !important;
}
.read-next-reco-feature .content {
  padding: 20px 30% 30px 30px !important;
}
.read-next-reco-feature h3 {
  font-size: 2rem !important;
}
.read-next-reco-feature .tag.btn {
  margin-top: 40%;
}

#article-wrap.one-article .in-article-subscribe {
  padding: 30px 0;
  margin: 30px 0;
  border-top: 1px solid #e7e6e7;
  border-bottom: 1px solid #e7e6e7;
}
#article-wrap.one-article .in-article-subscribe .row {
  margin-left: -0.5rem;
}
#article-wrap.one-article .in-article-subscribe h3 {
  color: #717683 !important;
  margin: 0;
  font-weight: 400;
}
#article-wrap.one-article .in-article-subscribe h4 {
  font-size: 2.5rem;
  line-height: 1em;
  font-weight: 300;
  letter-spacing: 0.015em;
}
#article-wrap.one-article .in-article-subscribe h5 {
  color: #2c2e32;
  margin-bottom: 20px;
  font-weight: 400;
}

.recommendation-set h2 {
  text-transform: none;
}

.toggle-search {
  display: none;
}

.has-right-subscribe .subscribe-text {
  line-height: 1.2em;
  font-size: 1rem;
  padding-top: 8px;
  padding-right: 15px;
  text-align: right;
}
.has-right-subscribe .subscribe-text a {
  color: #086FAA;
}
.has-right-subscribe .subscribe-cover {
  position: relative;
}
.has-right-subscribe .subscribe-cover a {
  display: block;
  position: absolute;
  right: -30px;
  bottom: 0;
  padding: 0;
  margin: 0;
}
.has-right-subscribe .subscribe-cover a img {
  max-width: 135px;
  width: 135px;
  height: 120px;
  object-fit: cover;
  object-position: 0 0;
}
.has-right-subscribe .subscribe-cta {
  font-size: 0.9rem;
  line-height: 1.2em;
  padding-bottom: 8px;
  text-align: right;
}

a.mobile-subscribe {
  background-color: #2f4f8e;
  color: #fff;
  font-size: 0.8rem;
  border-radius: 30px;
  display: inline-block;
  padding: 2px 15px;
  margin-top: 2px;
}

.has-poll p {
  margin: 10px 0;
}

.poll-results > div {
  width: 100% !important;
  box-sizing: border-box;
}
.poll-results > div div.OPP-choiceBar > div {
  display: inline-block;
}
.poll-results > div {
  border: 10px solid #e7e6e7;
}
.poll-results .OPP-choiceBar {
  height: 10px !important;
}
.poll-results .OPP-choiceBar div {
  border: 0 !important;
}
.poll-results .OPP-choiceBar > div:first-of-type {
  background-color: #2f4f8e !important;
}
.poll-results .OPP-choiceBar > div:last-of-type {
  background-color: #6d6e72 !important;
}
.poll-results #OPP-div-around-poll {
  box-shadow: none !important;
  background-color: #333 !important;
  border-radius: 0 !important;
  background: #383535;
  background: linear-gradient(180deg, #64676b 0%, #2e3035 100%);
  line-height: 1.4em !important;
}
.poll-results #OPP-div-around-poll button {
  background-color: #fff;
  color: #2f4f8e;
  padding: 5px 10px !important;
}

[id^=OPP-poll-id] {
  width: 100% !important;
}

.OPP-div-around-poll {
  background-color: #f6f5f6 !important;
  border: 1px solid #e7e6e7 !important;
  border-radius: 0px !important;
  padding: 15px 30px !important;
}

#OPP-poll-question-text {
  font-weight: 600 !important;
  font-size: 1.2rem !important;
}

.OPP-poll-choice-text {
  font-size: 1rem !important;
}

#OPP-poll-vote button {
  color: #fff !important;
  font-size: 15px !important;
  display: inline-block !important;
  padding: 12px 2.25rem !important;
  font-weight: bold !important;
}

.vs-label {
  font-weight: bold;
  font-size: 1.1rem;
}

.four-wide.no-offset .feature-grid-item.poll-item {
  border-bottom: 1px solid #e7e6e7 !important;
  margin-bottom: 5px !important;
  padding-bottom: 15px !important;
}

.OPP-powered-by-div {
  display: none !important;
}

.whats-inside {
  font-size: 1.25rem;
  margin-bottom: 20px;
  color: #717683;
}
.whats-inside strong {
  color: #2c2e32;
}

.more-inside .row {
  border-top: 1px solid #e7e6e7;
  padding-top: 30px;
  margin-top: 20px;
}
.more-inside .row > div:first-of-type {
  padding-left: 0;
}
.more-inside .row > div:last-of-type {
  padding-left: 10px;
}
.more-inside .row h3 {
  margin-top: 0;
}

.species-list {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
  margin-top: 30px;
}
.species-list a {
  color: #2c2e32 !important;
  display: block;
}
.species-list a:hover {
  color: #2f4f8e !important;
}
.species-list .species-label {
  background-color: #f9f9f9;
  padding: 5px 10px;
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  border: 1px solid #e7e6e7;
  margin-bottom: 30px;
}
.species-list img {
  display: block;
  width: 100%;
  height: auto;
}
.species-list:after {
  content: "";
  flex: auto;
}

.forecast-teaser {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
  padding-bottom: 30px;
  margin-bottom: 30px;
  max-width: inherit !important;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
  min-height: 220px;
}
.forecast-teaser:after {
  content: "";
  width: calc(100% - 2rem);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 1rem;
  background-color: #e7e6e7;
}
.forecast-teaser p {
  font-size: 0.95rem;
}
.forecast-teaser a h3:hover {
  color: #2f4f8e;
  text-decoration: none !important;
}
.forecast-teaser h3 {
  margin-top: 0;
}
.forecast-teaser a.read-more {
  display: inline;
}
.forecast-teaser .by-line {
  position: absolute;
  bottom: 20px;
  color: #2c2e32;
}
.forecast-teaser p[data-link], .forecast-teaser .trim-me {
  position: relative;
}
.forecast-teaser .trim-me {
  margin-bottom: -15px;
}

.read-more-clamp {
  position: absolute;
  background: white;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 25%);
  padding-left: 40px;
  bottom: 0;
  right: 0;
  font-size: 0.9em;
}
.read-more-clamp:before {
  content: "... ";
}

.clamp-me {
  position: relative;
}
.clamp-me .show-more {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
  padding: 0 0 0 5px;
}

#sub-modal-container, #newsletter-modal-container {
  max-width: 100%;
  width: 900px;
  padding: 0;
  overflow: hidden;
}
#sub-modal-container #newsletter-content-container, #sub-modal-container #sub-modal-container, #sub-modal-container #sub-content-container, #newsletter-modal-container #newsletter-content-container, #newsletter-modal-container #sub-modal-container, #newsletter-modal-container #sub-content-container {
  padding: 50px 40px;
}
#sub-modal-container .btn, #newsletter-modal-container .btn {
  color: #fff;
}
#sub-modal-container #sub-logo-container img, #newsletter-modal-container #sub-logo-container img {
  border-bottom: 1px solid #e7e6e7;
  display: inline-block;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
#sub-modal-container #sub-head-container, #newsletter-modal-container #sub-head-container {
  font-size: 3rem !important;
  font-weight: normal;
  margin: 0;
  color: #2c2e32;
  max-width: 400px;
  display: block;
  border: 0;
}
#sub-modal-container #sub-intro-container, #newsletter-modal-container #sub-intro-container {
  color: #717683;
  margin: 30px 0 5px 0;
}
#sub-modal-container #sub-discalimer-container, #newsletter-modal-container #sub-discalimer-container {
  color: #717683;
}
#sub-modal-container #sub-close-container, #newsletter-modal-container #sub-close-container {
  position: relative;
  width: auto;
  right: auto;
  top: auto;
  color: #717683;
  text-shadow: none;
  font-size: 1rem;
  font-weight: normal;
  margin: 0 auto;
}
#sub-modal-container #sub-close-container:before, #newsletter-modal-container #sub-close-container:before {
  display: none;
}
#sub-modal-container .bkg-modal, #newsletter-modal-container .bkg-modal {
  background-image: url("../jpg/bkg_modal-default.jpg");
  background-size: cover;
  background-position: center center;
  min-height: 230px;
}

@media only screen and (max-width: 767px) {
  .mobile-viewable, .mobile-only {
    display: block !important;
  }

  #sub-modal-container #sub-head-container {
    font-size: 2rem !important;
  }

  .has-feature.reverse h3 {
    font-size: 1.75rem;
  }
}
@media (pointer: coarse) {
  .drop-down-menu.sub-nav.tert-nav a:hover, .drop-down-menu.sub-nav.tert-nav a:focus, .drop-down-menu.sub-nav.tert-nav a:focus-within {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
}
#region-map {
  max-width: 100%;
}

#region-map g:hover {
  cursor: pointer;
}

#region-map g:hover path {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  fill: #8fd3fe;
}

#region-map g:hover text {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  fill: #294885;
}

.region-map-list h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 2.5rem;
  line-height: 1em;
  font-weight: 300;
}

.featured-report .label {
  color: #717683;
  font-size: 0.9rem;
  margin-bottom: 10px;
}
.featured-report h3 {
  color: #717683 !important;
  font-size: 1.4rem !important;
}

/* products caro */
.buy-issue h2 {
  margin-bottom: 30px;
}
.buy-issue h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2.5rem;
  line-height: 1em;
  font-weight: 300;
}
.buy-issue .has-icon {
  max-width: 230px;
}
.buy-issue p {
  font-size: 0.95rem;
}

.has-prods-container {
  margin-top: 0;
  padding-top: 0 !important;
  margin-bottom: 0;
  padding-bottom: 0 !important;
}
.has-prods-container h2 {
  margin-bottom: 30px;
}

.has-prods {
  font-size: 0.9rem;
}
.has-prods .caro-item, .has-prods .grid-item {
  border: 1px solid #e7e6e7;
  color: #2f2c2c;
  margin: 0;
  line-height: 1em;
  font-family: "Source Sans Pro";
  color: #2f2c2c;
  box-sizing: border-box;
}
.has-prods .caro-item img, .has-prods .grid-item img {
  width: auto !important;
  height: auto;
  display: block;
  margin: 0 auto;
}
.has-prods .caro-item a, .has-prods .grid-item a {
  color: #2f2c2c;
  background-color: #fff;
  min-height: 440px;
  padding: 15px;
  display: block;
  position: relative;
}
.has-prods .caro-item:not(.advertisement), .has-prods .grid-item:not(.advertisement) {
  background-color: transparent;
}
.has-prods .caro-item .content, .has-prods .grid-item .content {
  border-top: 1px solid #e7e6e7;
  min-height: 75px;
  position: absolute;
  padding: 20px 0 0 0;
  bottom: 0;
}
.has-prods .caro-item .price, .has-prods .grid-item .price {
  font-size: 1.9em;
  font-weight: 700;
  color: #514f4f;
}
.has-prods .caro-item .price sup, .has-prods .grid-item .price sup {
  font-size: 0.5em;
}
.has-prods .caro-item .content p, .has-prods .grid-item .content p {
  text-transform: uppercase;
  font-size: 0.9rem;
}
.has-prods .caro-item .content h2, .has-prods .grid-item .content h2 {
  font-weight: 800;
  font-size: 1.1em;
  text-transform: uppercase;
}
.has-prods .caro-item a.background-link:hover span, .has-prods .grid-item a.background-link:hover span {
  right: 0;
}
.has-prods .caro-item .btn, .has-prods .grid-item .btn {
  float: right;
  padding: 8px 15px;
}
.has-prods .caro-item .btn:hover, .has-prods .grid-item .btn:hover {
  color: #fff;
}
.has-prods .caro-item .has-cta, .has-prods .grid-item .has-cta {
  width: calc(100% - 30px);
  box-sizing: border-box;
}
.has-prods .btn:hover {
  background-color: #2f4f8e;
}
.has-prods h6 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9rem;
  margin: 10px 0 5px 0;
}
.has-prods p {
  margin: 5px 0;
  font-size: 0.9rem;
}
.has-prods .description {
  min-height: 75px;
}
.has-prods .disclaimer {
  color: #2f2c2c;
  font-size: 0.7em;
  margin-top: 10px;
}
.has-prods .point-of-sale {
  color: #2f2c2c;
  position: absolute;
  bottom: 82px;
  font-weight: bold;
}
.has-prods .rating span {
  color: #2f4f8e;
  font-size: 0.8em;
}
.has-prods.has-mags .caro-item, .has-prods.has-mags .grid-item {
  height: auto;
  max-height: inherit;
  border: 0;
  margin-bottom: 0 !important;
}
.has-prods.has-mags .caro-item a.main-link, .has-prods.has-mags .grid-item a.main-link {
  padding: 0;
  min-height: inherit !important;
  max-height: inherit !important;
  border: 0;
  overflow: hidden;
}
.has-prods.has-mags .caro-item h3, .has-prods.has-mags .caro-item h4, .has-prods.has-mags .grid-item h3, .has-prods.has-mags .grid-item h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 0.8em;
  margin: 0 0 10px 0;
}
.has-prods.has-mags .caro-item p, .has-prods.has-mags .grid-item p {
  text-transform: none;
  line-height: 1.4em;
}
.has-prods.has-mags .caro-item img, .has-prods.has-mags .grid-item img {
  width: 100% !important;
}
.has-prods.has-mags .caro-item .main-link .btn, .has-prods.has-mags .grid-item .main-link .btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  padding: 15px 20px;
  float: none;
  color: #2f4f8e;
  background-color: #fff;
  width: auto;
  transform: translateX(-60%);
  white-space: nowrap;
  font-size: 15px;
  margin: 15px;
  border-radius: 50px;
  text-align: center;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.has-prods.has-mags .caro-item .main-link .btn:hover, .has-prods.has-mags .grid-item .main-link .btn:hover {
  color: #fff;
  background-color: #2f4f8e;
}
.has-prods.has-mags .caro-item .main-link .btn:hover, .has-prods.has-mags .grid-item .main-link .btn:hover {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.has-prods.has-mags .caro-item .content, .has-prods.has-mags .grid-item .content {
  position: absolute;
  height: 100%;
  bottom: -100%;
  bottom: calc(-100% + 5px);
  z-index: 5;
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
  background-color: rgba(50, 52, 57, 0.9);
  color: #fff;
  border: 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.has-prods.has-mags .caro-item .mobile-links .btn, .has-prods.has-mags .grid-item .mobile-links .btn {
  float: none;
  height: auto;
  min-height: inherit;
  background-color: #2f4f8e;
  color: #fff;
  text-transform: none;
  padding: 0.8rem 1.25rem;
  margin-top: 5px;
  margin-bottom: 20px;
}
.has-prods.has-mags .caro-item .mobile-links h6, .has-prods.has-mags .grid-item .mobile-links h6 {
  min-height: 35px;
  display: none;
}
.has-prods.five-wide {
  align-items: start;
}
.has-prods.five-wide .grid-item {
  margin: 0;
}
.has-prods.has-video-promo .slick-track {
  max-height: 80vw;
}
.has-prods.has-video-promo .caro-item {
  max-width: inherit;
  margin: 0 1px 0 0;
}
.has-prods.has-video-promo .caro-item .content {
  padding: 30px;
}
.has-prods.has-video-promo .caro-item .content p:nth-of-type(2) {
  margin-bottom: 15px;
  margin-top: 0;
}
.has-prods.has-video-promo .caro-item .main-link .btn {
  width: auto !important;
  left: 15px;
  bottom: 15px;
}

#full-width-promo {
  color: #fff;
  background-size: cover;
  background-position: center center;
  padding: 8vw 0 5vw 0;
}
#full-width-promo a {
  color: #fff;
}
#full-width-promo a.btn {
  margin-top: 15px;
}
#full-width-promo p {
  margin: 10px 0;
}
#full-width-promo .promo-content {
  min-height: 250px;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 1024px) {
  #full-width-promo .promo-content {
    padding-right: 60%;
  }
}
@media only screen and (max-width: 1023px) {
  #full-width-promo {
    position: relative;
  }
  #full-width-promo:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.25);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
/* ketch iframe  */
.tp-iframe {
  padding: 30px;
  background: #eee;
  border: 2px dotted #ccc;
}

.tp-iframe a.btn {
  background-color: #09779F;
  color: #fff;
  padding: 7px 20px;
  display: inline-block;
}

.tp-iframe a.btn-gray {
  background-color: #777;
}

.sr-only:not(:focus):not(:active), .jssocials-share-label:not(:focus):not(:active), .slick-autoplay-toggle-button:not(:focus):not(:active), .slick-sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  color: #2c2e32 !important;
}

.fresh-tips {
  text-align: center;
  background-color: #f6f5f6;
  display: block;
  padding: 60px 40px 30px 40px;
  width: 100%;
  box-sizing: border-box;
  margin: 30px 0;
  position: relative;
}
.fresh-tips .tip-container-head {
  position: absolute;
  font-weight: bold;
  left: 50%;
  transform: translateX(-50%);
  top: -10px;
  background-color: #2f4f8e;
  color: #fff;
  padding: 8px 30px;
  display: inline-block;
  font-size: 0.9rem;
}
.fresh-tips p {
  font-size: 1.2rem;
  line-height: 1.8em;
  font-style: italic;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   ========================================================================== */
@media only screen and (max-width: 767px) {
  .mobile-viewable {
    display: block !important;
  }

  .related-video-list .related-video-title, .related-video-list .current-video-title {
    display: none !important;
  }
  .related-video-list .icon-video-replay {
    display: inline-block;
  }
  .related-video-list .current-video {
    border-right: 0;
  }

  .recommendation-set .btn:not(.tag) {
    width: 100%;
    display: block;
    background-color: #e7e6e7;
    color: #2c2e32;
    text-transform: none;
    padding: 5px;
  }
  .recommendation-set .grid-item:not(:nth-of-type(-n+2)) .tag, .recommendation-set .grid:not(.recommended-grid) .grid-item .tag {
    display: inline-block;
    background-color: transparent;
    color: #2f4f8e;
    text-transform: none;
    text-align: left;
    padding: 0;
  }

  #region-map {
    display: none;
  }

  .consent-popup {
    line-height: 1.2em;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .consent-popup .consent-close {
    position: relative;
    padding-top: 20px;
    border-left: 1px solid #e7e6e7;
    padding-left: 20px;
  }
  .consent-popup .consent-close span {
    position: absolute;
    top: 0px;
    left: 50%;
    -webkit-transform: translateX(calc(-50% + 10px));
    transform: translateX(calc(-50% + 10px));
  }

  .custom-promo .mobile-viewable {
    display: block !important;
  }
  .custom-promo .tablet-viewable, .custom-promo .desktop-viewable {
    display: none;
  }

  footer .footer-links {
    text-align: left;
  }
  footer .footer-links ul {
    display: flex;
    flex-wrap: wrap;
  }
  footer .footer-links ul li {
    width: 50%;
    float: left;
    flex-grow: 1;
    line-height: 1.2em;
    padding-bottom: 10px;
  }

  .online-exclusive-promo .caro.wide .slick-prev, .online-exclusive-promo .caro.wide .slick-next {
    top: 45vw;
  }
  .online-exclusive-promo .caro.wide .caro-img {
    padding-top: 90vw;
    background-position: 90% 25%;
    background-size: cover;
  }
  .online-exclusive-promo .caro.wide .content {
    margin: 0;
    padding: 30px;
    width: 100%;
    min-width: 100% !important;
    max-width: auto;
    position: relative;
    z-index: 10;
  }
  .online-exclusive-promo .caro.wide .content > p:first-of-type {
    display: none;
  }
  .online-exclusive-promo .caro.wide .video {
    left: 30px;
  }

  .watch-video-promo .watch-img {
    background-size: cover;
    background-position: 30% 30%;
    position: relative;
    padding-top: 80vw;
    width: 100%;
    z-index: 0;
  }
  .watch-video-promo .content {
    position: relative;
  }

  .full-audio {
    padding-bottom: 15%;
  }

  .overview-feat .bkg-right, .overview-feat .bkg-left {
    background-position: bottom center;
  }
  .overview-feat h2 {
    font-size: 1.5rem;
  }
  .overview-feat h3 {
    font-size: 1.75rem;
  }
  .overview-feat .bonus-offer h2 {
    font-size: 1.25rem;
  }
  .overview-feat .bonus-offer h3 {
    font-size: 2.25rem;
  }

  .jssocials-shares .jssocials-share {
    display: inline-block !important;
    width: auto;
    max-width: 33.333%;
  }

  #full-playlist-feature .video-container .full-video {
    margin-left: -5vw;
    margin-right: -5vw;
  }
  #full-playlist-feature .has-content {
    padding-top: 3em;
  }

  #authContent .epi-title {
    font-size: 1.75rem;
  }

  .season-drop {
    max-width: inherit;
  }
}
@media only screen and (max-width: 999px) {
  #MainContent_magazineVideoListingPanel .video-feature-share, .has-feature .video-feature-share {
    max-width: 100% !important;
    padding-top: 30px;
  }
  #MainContent_magazineVideoListingPanel .video-feature-share .addthis_share, .has-feature .video-feature-share .addthis_share {
    padding-left: 0;
  }

  .caro.info .content {
    background-color: transparent !important;
  }

  .forecast-teaser .by-line {
    position: relative;
    bottom: auto;
  }

  .caro.wide.feature .caro-item, .caro.wide.feature .slick-slide {
    background-position: 75% 50%;
    vertical-align: bottom;
    text-align: center;
  }
  .caro.wide.feature .content {
    padding: 45vw 15px 5vw 15px;
    margin: 0 auto;
    max-width: 70%;
  }
  .caro.wide.feature .content .btn {
    width: auto;
    display: inline-block;
  }
  .caro.wide.feature .content h3 {
    font-size: 2rem;
  }
  .caro.wide.feature .content p {
    display: none;
  }

  .hide-mobile {
    display: none !important;
  }

  .home-video-promo h3 {
    margin-top: 20px;
    font-size: 1.8rem;
  }

  .buy-issue h3 {
    margin-top: 20px;
    font-size: 1.8rem;
  }
  .buy-issue p {
    display: none;
  }

  #editorial-gallery {
    padding-top: 50px;
  }
  #editorial-gallery .has-ad {
    padding-bottom: 30px;
  }

  .is-magazine-sub .has-cover {
    display: none;
  }

  form > .ad-wrapper:first-of-type {
    padding-top: 68px;
  }

  .has-videos .caro-item, .has-mags .caro-item, .has-podcasts .caro-item, .has-video-promo .caro-item, .caro.single .caro-item {
    max-width: 280px !important;
    margin: 0;
  }

  #MainNav_MainNavigationControl_magazineMainNavPanel {
    background-color: #fff;
    border-bottom: 1px solid #e7e6e7;
    z-index: 9990;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    overflow-y: scroll;
  }

  .slicknav_menu .social-links {
    text-align: center;
  }

  .has-right-subscribe {
    display: none;
  }

  .masthead .logo {
    margin-left: 40px;
  }

  .hidden-sm {
    display: none !important;
  }

  .hidden-lg {
    display: block !important;
  }

  .main-menu {
    margin-top: 30px;
  }

  .sub-nav {
    display: none;
  }

  .sub-nav li {
    margin: 0 0 10px 0;
    padding-right: 0;
    display: block;
    float: none;
  }

  .sub-nav.drop-down-menu ul li ul {
    min-width: 100%;
    top: inherit;
    left: inherit;
    border-bottom: 0;
    margin-top: 10px;
  }
  .sub-nav.drop-down-menu ul li ul.open {
    display: block;
    position: relative;
    visibility: visible;
    opacity: 1;
  }
  .sub-nav.drop-down-menu ul li ul.closed {
    display: none !important;
  }

  .sub-nav.drop-down-menu ul li ul li {
    margin-bottom: 0;
  }

  .sub-nav a:after {
    background-color: transparent !important;
    width: 0;
  }

  .drop-down-menu.sub-nav.tert-nav ul {
    display: block;
    max-width: 100%;
    overflow-y: hidden;
    overflow-x: visible;
    white-space: nowrap;
  }
  .drop-down-menu.sub-nav.tert-nav ul .icon-arrow-down {
    display: none;
  }
  .drop-down-menu.sub-nav.tert-nav ul li {
    display: inline-block;
    padding-right: 20px;
  }

  #video-list-caro .caro-video-prev, #video-list-caro .caro-video-next {
    left: 0px;
    width: auto;
  }
  #video-list-caro .caro-video-next {
    left: auto;
    right: 0;
  }

  .page-header .toggle-in-page {
    background-color: #2f4f8e;
    color: #fff;
    padding: 10px 5vw;
    margin-top: 25px;
  }
  .page-header .toggle-in-page:hover {
    background-color: #2f4f8e !important;
    color: #fff !important;
  }
  .page-header .toggle-in-page span {
    float: right;
    transform: rotate(90deg);
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .page-header .toggle-in-page span.open {
    transform: rotate(-90deg);
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .page-header .sub-nav .active a:before {
    bottom: auto;
    top: -2px;
    left: -5vw;
    border-top: 10px solid transparent;
    border-right: 0;
    border-bottom: 10px solid transparent;
  }

  .utility {
    text-align: center;
  }

  .utility .has-subscribe a {
    margin-bottom: 10px;
  }

  .utility .social-links {
    padding-top: 15px;
  }

  .main-nav .main {
    display: none;
  }

  .video-item a.video:before, .video-item .content p {
    display: none;
  }

  .has-promo input {
    margin-bottom: 20px;
  }

  .caro.info .content {
    padding: 40px;
    max-width: 60%;
  }
  .caro.info .host-img {
    display: none !important;
  }

  .has-feature.reverse .overlay {
    background-color: rgba(50, 52, 57, 0.9);
  }

  .has-schedule .schedule-list {
    display: block;
  }
  .has-schedule .schedule-list .schedule-item {
    display: block;
    float: none;
    padding-right: 0;
    max-width: 100%;
    border-right: none;
    margin-right: 0;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #6d6e72;
  }
  .has-schedule .schedule-list .schedule-item:last-of-type {
    border-bottom: 0;
  }

  .center-mobile {
    text-align: center;
  }

  .region-grid > div:nth-of-type(2n-2) {
    border-right: none;
  }

  .caro.in-read .slick-slide img {
    max-height: 550px;
  }

  #editorial-gallery .has-ad {
    padding-left: 0;
  }
  #editorial-gallery .has-ad span.label {
    position: relative !important;
    top: auto !important;
  }

  .gallery-link .photo-gallery-hover {
    opacity: 1;
  }

  #editorial-gallery-promo h4 {
    font-size: 1rem;
  }
  #editorial-gallery-promo .gallery-promo-link {
    font-size: 0.9rem;
  }

  .story-image {
    margin-left: -5vw;
    margin-right: -5vw;
  }
  .story-image figcaption {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .story-image figcaption:after {
    width: 90%;
    left: 5vw;
  }

  .social-menu li {
    display: inline-block;
  }

  .toggle-search {
    display: inline-block;
    float: right;
    font-size: 1.5rem;
  }

  a.mobile-subscribe {
    display: inline-block;
    float: right;
    margin-left: 2px;
  }

  .addthis_share {
    display: block !important;
  }
  .addthis_share li {
    display: inline-block;
    float: left;
    margin-left: 0.5rem;
  }

  #reveal {
    margin-left: -5vw;
    margin-right: -5vw;
  }

  .feat-article .article-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .feat-article .tag.btn {
    width: auto !important;
    display: inline-block;
  }

  #video-list {
    position: relative;
    overflow: hidden;
    min-height: 400px;
    padding-left: 0;
    padding-right: 0;
    margin-left: -1rem;
    margin-right: -1rem;
  }
  #video-list .rail-video-list {
    position: absolute;
    top: 0;
    max-height: 100%;
    overflow-y: scroll;
    width: 100%;
    padding-top: 35px;
    box-sizing: border-box;
  }

  #full-playlist-feature .video-container {
    padding-bottom: 30px !important;
  }

  #video-list .rail-video-list {
    position: relative !important;
  }

  body.anon .has-episodes .row:not(.no-hover):hover {
    transform: none;
  }
  body.anon .has-episodes .row:not(.no-hover):hover:before {
    display: none;
  }
  body.anon .has-episodes .row:not(.no-hover):hover .video.is-premium:not(.is-free):before {
    box-sizing: border-box;
    margin: 20px !important;
    width: calc(100% - 40px) !important;
    height: calc(100% - 40px) !important;
  }
  body.anon .has-episodes .row {
    margin-left: 0;
    margin-right: 0;
  }
  body.anon .has-episodes .row .col-xs-12 {
    padding: 20px 1rem !important;
  }
  body.anon .has-episodes .video.is-premium:not(.is-free) .media {
    padding: 0 !important;
    margin: 0 !important;
  }
  body.anon .has-episodes .video.is-premium:not(.is-free):before {
    margin: 20px !important;
    width: calc(100% - 40px) !important;
    height: calc(100% - 40px) !important;
  }

  #authOverlay .overlay-container h2, .video-placeholder .overlay-container h2 {
    font-size: 1.25rem;
    line-height: 1.3em;
    margin: 15px 30px;
  }
  #authOverlay .overlay-container .icon-lock svg, .video-placeholder .overlay-container .icon-lock svg {
    transform: scale(0.5);
  }
  #authOverlay .overlay-container .btn, .video-placeholder .overlay-container .btn {
    display: inline-block;
    width: auto;
  }

  .drop-down-menu.sub-nav.quad-nav small {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 1023px) {
  .has-ad {
    text-align: center;
  }

  .wrapper .video-container {
    padding-left: 0;
    padding-right: 0;
  }

  .flex-center-mobile-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .rail-container .one-article #MainContent_article_list_left {
    display: none;
  }

  .has-promo.is-magazine-sub .narrow.wrapper {
    padding-bottom: 60px;
  }
  .has-promo.is-magazine-sub .narrow.wrapper h2, .has-promo.is-magazine-sub .narrow.wrapper h3 {
    margin-top: 0;
  }

  #MainContent_magPromoRightRail {
    display: none;
  }

  .grid.default-grid.video-grid .grid-item .hover-anon .center, .flex-grid.video-grid .grid-item .hover-anon .center {
    line-height: 1.2em;
  }
  .grid.default-grid.video-grid .grid-item .hover-anon .btn, .flex-grid.video-grid .grid-item .hover-anon .btn {
    white-space: pre-wrap;
    line-height: 1em;
    margin-top: 20px;
    display: block;
  }
  .grid.default-grid.video-grid .grid-item:hover h3, .grid.default-grid.video-grid .grid-item:focus-within h3, .flex-grid.video-grid .grid-item:hover h3, .flex-grid.video-grid .grid-item:focus-within h3 {
    opacity: 1 !important;
  }
  .grid.default-grid.video-grid .grid-item:has(.content > a > span) .article-hover, .flex-grid.video-grid .grid-item:has(.content > a > span) .article-hover {
    display: none !important;
  }
  .grid.default-grid.video-grid .grid-item:has(.content > a > span) .gray, .flex-grid.video-grid .grid-item:has(.content > a > span) .gray {
    opacity: 1;
  }
}
@media only screen and (max-width: 1199px) {
  .coffee-content {
    position: relative;
  }
  .coffee-content:not(.special-content) .coffee-content:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(50, 52, 57, 0.9);
    position: absolute;
    top: 0;
    left: 0;
  }
  .coffee-content .col-xs-12 {
    position: relative;
    z-index: 5;
  }
}
@media only screen and (max-width: 1329px) {
  .has-right-subscribe .subscribe-text strong, .has-right-subscribe .subscribe-text a {
    display: none;
  }

  .online-exclusive-promo .caro.wide .content {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .caro.wide.feature .slick-prev {
    left: 0;
    transform: translateY(-50%) !important;
  }
  .caro.wide.feature .slick-next {
    right: 0;
    transform: translateY(-50%) !important;
  }
  .caro.wide.feature .slick-prev, .caro.wide.feature .slick-next {
    top: 50%;
    background-color: #2f4f8e;
    height: auto;
    border-radius: 0;
    padding: 33px 15px;
    width: auto;
  }
  .caro.wide.feature .slick-prev:before, .caro.wide.feature .slick-next:before {
    color: #fff;
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .custom-promo .tablet-viewable {
    display: block !important;
  }
  .custom-promo .mobile-viewable, .custom-promo .desktop-viewable {
    display: none;
  }
}
@media only screen and (min-width: 480px) {
  .has-logos .caro .caro-item {
    width: 50%;
  }

  .grid.default-grid.four-wide.recommended-grid .grid-item:nth-of-type(-n+2) {
    min-height: 300px;
  }
  .grid.default-grid.four-wide.recommended-grid .grid-item:nth-of-type(-n+2) .tag.btn {
    margin-top: 25%;
  }
}
@media only screen and (min-width: 768px) {
  #inline-player.full-video, #inline-player2.full-video {
    width: 600px;
    height: 337.5px;
    padding-bottom: 0;
  }

  .mobile-viewable, .desktop-viewable, .mobile-only {
    display: none;
  }

  .online-exclusive-promo .caro.wide .content {
    background-color: transparent !important;
  }
  .online-exclusive-promo .caro.wide .caro-img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-position: 90% 25%;
    background-size: cover;
  }

  .online-exclusive-video-header h3 {
    font-size: 2rem;
  }

  .watch-video-promo .watch-img {
    background-size: cover;
    background-position: 30% 30%;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
  }
  .watch-video-promo .content {
    bottom: 50px;
    right: 19px;
    max-width: 100%;
    width: 768px;
  }

  .mobile-only-ad {
    display: none;
  }
}
@media only screen and (min-width: 1000px) {
  .drop-down-menu.mobile-only-drop .open-mobile-drop {
    display: none !important;
  }

  .has-promo .row .col-lg-6:last-of-type {
    padding-left: 20px;
  }

  .has-prods.has-mags .caro-item a.main-link:hover .content, .has-prods.has-mags .grid-item a.main-link:hover .content, .has-prods.has-mags .caro-item a.main-link:focus-within .content, .has-prods.has-mags .grid-item a.main-link:focus-within .content {
    bottom: 0%;
  }

  a.mobile-subscribe {
    display: none !important;
  }

  .page-header a.icon-arrow-down {
    display: none !important;
  }

  .product-promo .lazy {
    padding-top: 25%;
  }

  .audio-articles .wrapper:not(.show-promo) {
    padding-left: 100px;
  }
  .audio-articles .wrapper:not(.show-promo):before {
    content: "\e80b";
    position: absolute;
    left: 30px;
    font-family: "magazines";
    color: #717683;
    background-color: #fff;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 22px;
  }
  .audio-articles .audio-cta {
    position: absolute;
    top: 50%;
    margin-top: 5px;
    transform: translateY(-50%);
    right: 30px;
  }

  .social-menu ul,
.social-menu .jssocials-shares {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .story-image {
    margin-left: -30px;
    margin-right: -30px;
  }
  .story-image figcaption .btn {
    float: right;
    margin-left: 15px;
    margin-bottom: 5px;
    display: inline-block;
  }

  .single-article #article-wrap-inner .story-image {
    margin-left: auto;
    margin-right: auto;
  }

  .masthead {
    text-align: center;
  }
  .masthead .utility {
    display: block;
  }
  .masthead .utility .has-subscribe {
    text-align: left;
  }

  #MainNav_MainNavigationControl_magazineMainNavPanel > .search-bar {
    display: block;
  }

  .social-menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style-type: none;
  }

  .col-md.podcast-listing {
    padding-left: 50px;
  }
  .col-md.podcast-listing h4 {
    margin-top: 0;
    max-width: 80%;
  }

  .main-nav {
    text-align: left;
  }

  .sub-nav {
    text-align: left;
  }

  .toggle-in-page {
    display: none;
  }

  .main-nav li, .sub-nav li {
    display: inline-block;
  }

  .main-menu, .sub-nav {
    display: block;
  }

  .toggle-menu {
    display: none;
  }

  .utility .social-links {
    text-align: right;
  }

  .utility .social-links a {
    margin-right: 10px;
  }

  .wrapper {
    padding: 20px 1vw;
  }

  .wrapper.narrow {
    padding: 30px 15vw;
  }

  .wrapper.main-nav {
    padding-bottom: 0px;
  }

  .slicknav_menu {
    display: none;
  }

  h1, h2.style-as-h1 {
    font-size: 44px;
    font-weight: bold;
  }

  a.btn, button {
    display: inline-block;
    width: auto;
  }

  .masthead {
    display: block;
  }

  .video-item .content {
    width: 42%;
  }

  .has-logos .caro .caro-item {
    width: 33.3333%;
  }

  .featured-article .row {
    position: relative;
  }
  .featured-article .content {
    padding-left: 15px;
    padding-top: 0px;
  }

  .has-feature.has-overlay .feature-item {
    padding: 24% 0 4% 50%;
  }

  .region-grid > div:nth-of-type(4n-4) {
    border-right: none;
  }

  .main.drop-down-menu {
    border-top: 1px solid #e7e6e7;
    padding-top: 20px;
  }

  .feat-article .author-name {
    position: absolute;
    bottom: 0;
  }
}
.podcast-listing .skip-backward, .podcast-listing .skip-forward {
  width: 60px;
}
.podcast-listing .icon-rewind, .podcast-listing .icon-forward {
  font-size: 2rem;
  margin-top: -10px;
  margin-left: -8px;
}
.podcast-listing .skip-backward, .podcast-listing .skip-forward,
.podcast-listing .time {
  padding-top: 30px;
}

@media only screen and (min-width: 1024px) {
  .caro.wide .caro-item, .caro.wide .slick-slide {
    height: 580px;
  }

  .mobile-viewable, .tablet-viewable {
    display: none;
  }

  .four-wide.has-offset .feature-grid-item, .four-wide.no-offset .feature-grid-item {
    grid-column: 1/span 2;
  }
  .four-wide.has-offset .feature-grid-item h3, .four-wide.no-offset .feature-grid-item h3 {
    min-height: inherit;
    font-size: 2rem !important;
  }

  .single-article #article-wrap-inner {
    padding-bottom: 0;
    padding-bottom: 20px !important;
  }
  .single-article #article-wrap-inner .story-image {
    margin-left: auto;
    margin-right: auto;
  }

  #article-wrap.has-right-col-layout .content, #article-wrap.has-right-col-layout #article-wrap-inner .content {
    padding: 0;
  }
  #article-wrap.one-article .rail-container {
    display: flex;
    flex-flow: column nowrap;
    height: 100%;
  }
  #article-wrap.one-article .right-rail-fixed-parent {
    position: relative;
    flex: 1;
    flex-grow: 1;
  }
  #article-wrap.one-article [data-src]::before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  #article-wrap.one-article .article-list:after {
    content: "";
    padding-bottom: 0 !important;
  }
  #article-wrap.one-article #article-wrap-inner {
    padding-bottom: 0;
  }
  #article-wrap.one-article article .row:not(.podcast-item):not(.has-article-list) {
    margin-left: 0;
  }
  #article-wrap.one-article article .podcast-item {
    border-bottom: 1px solid #e7e6e7;
    padding-bottom: 20px;
  }
  #article-wrap .rail-container {
    height: 100%;
  }
  #article-wrap .right-rail-fixed-parent {
    height: 100%;
  }

  article .side-bar.is-sidebar {
    padding-left: 0;
    padding-right: inherit;
  }

  .article-list:not(.rail-caro) .article-item .progress-container .progress-bar .percentage {
    background: #f6f5f6;
    height: 100%;
    width: 100%;
  }

  .padding-left-x2-md {
    padding-left: 1rem;
  }

  .padding-right-x2-md {
    padding-right: 1rem;
  }

  #search-results-container-cludo {
    margin-left: -0.75rem;
  }

  .sidebar-ad-unit {
    display: block;
    min-width: 300px;
    height: auto;
  }
  .sidebar-ad-unit img {
    max-width: 100%;
    height: auto;
  }

  .single-article article .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 100%;
    overflow: hidden;
  }

  article .content,
#article-wrap-inner .content {
    max-width: 840px;
    padding: 30px;
    background-color: #fff;
    position: relative;
  }

  .single-article article .is-sidebar {
    flex-basis: 52px;
  }

  .mobile-pager {
    display: none;
  }

  .side-bar {
    width: auto;
  }

  .social-menu ul {
    padding: 0 5vw;
  }

  .side-bar.related-articles {
    position: static;
  }
  .side-bar.related-articles .fade-out-mask {
    display: block;
  }
  .side-bar.related-articles .article-list-container {
    background-color: #fff;
    display: block;
  }

  .article-list {
    overflow-y: hidden;
    padding: 40px 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .article-list:after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
  .article-list:hover {
    overflow-y: scroll;
  }

  .one-article .side-bar h2 {
    margin-top: 30px;
    margin-bottom: 0;
    text-transform: none;
    font-weight: 600;
    font-size: 1.5rem;
    color: #2f4f8e;
  }
  .one-article .side-bar .article-list {
    overflow-y: auto !important;
    max-height: 100%;
    padding-top: 0;
  }
  .one-article .side-bar .article-list #article-list {
    padding: 0;
  }
  .one-article .side-bar .article-list:not(.rail-caro) .article-item {
    padding: 5px 0px;
    line-height: 1em;
  }
  .one-article .side-bar .article-list:not(.rail-caro) .article-item strong {
    line-height: 1.4em;
  }
  .one-article .side-bar .article-list:not(.rail-caro) .article-item span {
    font-size: 0.85rem;
    color: #717683;
    display: block;
  }
  .one-article .side-bar .article-list:not(.rail-caro) .article-item .progress-container {
    display: none;
  }
  .one-article .side-bar .article-list:not(.rail-caro) .article-item.active {
    display: none;
  }

  .article-list:not(.rail-caro):not(.in-page-articles) .article-item {
    -webkit-box-sizing: initial;
    box-sizing: initial;
    height: auto;
    border-bottom: 1px solid #e7e6e7;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6f5f6+0,f6f5f6+89,f2f1f2+100 */
    background-color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f6f5f6", endColorstr="#f2f1f2",GradientType=0 );
    /* IE6-9 */
  }
  .article-list:not(.rail-caro):not(.in-page-articles) .article-item.active:after {
    display: none;
  }
  .article-list:not(.rail-caro):not(.in-page-articles) .article-item.active:before {
    background-color: #2f4f8e;
    width: 10px;
    z-index: 1;
  }
  .article-list:not(.rail-caro):not(.in-page-articles) .article-item:not(.active) {
    display: block;
  }

  .article-list-container {
    background-color: #fff;
  }
  .article-list-container:before, .article-list-container:after {
    display: block;
  }
  .article-list-container .article-list:not(.rail-caro) .article-item a {
    color: #343434;
    font-size: 1rem;
    height: 40px;
  }
  .article-list-container .active {
    background-color: #fff;
  }
  .article-list-container .active a {
    color: #343434;
  }

  .article-list-container .active a:before {
    display: none;
  }

  .has-site-logo {
    flex: 0 1 auto;
  }

  .col-lg.has-site-logo {
    flex: 0 1 auto;
  }

  .side-bar.related-articles {
    max-width: 340px;
    min-width: 340px;
  }

  .masthead .logo {
    width: auto;
  }
  .masthead .logo img {
    width: auto;
    height: 50px;
    max-width: 300px;
  }

  #article-wrap .side-bar {
    max-width: 340px;
    padding: 20px;
    display: block !important;
  }
  #article-wrap .side-bar .close-ad {
    display: none;
  }

  .social-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-right: 1px solid #e7e6e7;
    padding-right: 25px;
    text-align: right;
  }
  .social-menu ul li {
    margin-right: 0;
  }
  .social-menu.social-menu-inline ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .social-menu.social-menu-inline li:not(:last-child) {
    margin-right: 1rem;
  }
  .social-menu.social-menu-inline .addthis_share_button,
.social-menu.social-menu-inline .addthis_button_compact {
    margin-bottom: 0;
  }

  .grid-item.has-ad.is-sidebar {
    grid-row: span 3;
  }

  .lg-pull-quote {
    font-size: 3rem;
  }
  .lg-pull-quote:before {
    font-size: 36rem;
    line-height: 0.1;
  }

  .has-logos .caro .caro-item {
    width: 25%;
  }

  .main-nav li {
    padding-right: 30px;
  }

  footer {
    text-align: left;
  }
  footer .footer-links {
    padding-left: 80px;
  }
  footer .footer-links ul li {
    width: 100%;
  }
  footer .footer-links .two-col ul li {
    width: 50%;
    float: left;
  }
  footer .footer-links .col-md-6, footer .footer-links .col-lg-6 {
    padding-right: 30px;
    padding-bottom: 30px;
  }
  footer .social-links {
    border-right: 1px solid #e7e6e7;
  }
  footer .social-links ul {
    margin-top: 25px;
  }
  footer .social-links a {
    font-size: 1.75rem;
  }
  footer .wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
  footer h2 {
    margin-top: -15px;
    margin-bottom: 15px;
  }
  footer .col {
    padding-top: 75px;
    padding-bottom: 30px;
  }

  .featured-article .content {
    position: absolute;
    bottom: -15px;
  }

  .video-feature-content .content {
    position: relative;
    bottom: inherit;
  }

  .video-container {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .video-container .related-video-list .related-video-item .video {
    max-height: 80%;
  }

  .is-fixed .video-container {
    margin-left: 0;
    margin-right: 0;
  }

  .ad-float-right-md {
    float: right;
    margin-left: 1rem;
    margin-top: 0;
    text-align: left;
  }

  .custom-promo .desktop-viewable {
    display: block !important;
  }
  .custom-promo .mobile-viewable, .custom-promo .tablet-viewable {
    display: none;
  }

  .grid.default-grid.four-wide.recommended-grid .grid-item:nth-of-type(-n+2) {
    min-height: 300px;
  }
  .grid.default-grid.four-wide.recommended-grid .grid-item:nth-of-type(-n+2) .tag.btn {
    margin-top: 20%;
  }
  .grid.default-grid.four-wide.recommended-grid .grid-item:nth-of-type(-n+2) h3 {
    font-size: 2rem;
  }

  .watch-feature h3 {
    font-size: 3rem;
  }
  .watch-feature .content {
    padding: 22% 50px 50px 50px;
  }

  #MainContent_ShowAbout_ShowAboutPanel_Mag {
    margin-top: -50px;
  }

  #article-wrap.one-article article .is-newsletter.in-read .row {
    margin-left: -0.5rem;
  }
}
@media only screen and (min-width: 1296px) {
  .drop-down-menu {
    padding-top: 0px;
  }

  .has-feature.has-col .addthis_inline_share_toolbox {
    position: absolute;
    bottom: 45px;
  }

  .col-lg-8.padding-left-x2 {
    padding-left: 2rem;
  }

  .has-cams .is-cam .cam-description .content {
    position: absolute;
    bottom: 0;
  }
  .has-cams .is-cam .btn {
    margin-top: 12px;
  }

  .online-exclusive-promo .caro.wide .caro-item, .online-exclusive-promo .caro.wide .slick-slide {
    min-height: 31.5vw;
  }
  .online-exclusive-promo .caro.wide .content {
    margin-left: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (min-width: 1300px) {
  .four-wide.has-offset .feature-grid-item, .four-wide.no-offset .feature-grid-item {
    grid-column: 1/span 3;
  }

  .four-wide.has-offset.has-sidebar .grid-item:nth-of-type(14n+2) p, .four-wide.has-offset.has-sidebar .grid-item:nth-of-type(14n+8) p {
    display: block;
  }
  .four-wide.has-offset.has-sidebar .grid-item:nth-of-type(14n+2) h3, .four-wide.has-offset.has-sidebar .grid-item:nth-of-type(14n+8) h3 {
    font-size: 2.25rem;
    line-height: 1em;
    margin-top: 20px;
  }

  .four-wide.has-offset.has-related .grid-item:nth-of-type(1) p {
    display: block;
  }
  .four-wide.has-offset.has-related .grid-item:nth-of-type(1) h3 {
    font-size: 2.25rem;
    line-height: 1em;
    margin-top: 20px;
  }

  .video-item .content h3 {
    font-size: 3.5rem;
  }

  .wrapper.narrow {
    padding: 30px 22vw;
  }

  .content-container {
    position: relative;
    min-height: calc(80vh - 350px);
  }
}
@media only screen and (min-width: 1660px) {
  .watch-video-promo .watch-promo-container {
    min-height: 30vw;
  }
  .watch-video-promo .content {
    max-width: 100%;
    width: 50%;
  }
}
@media only screen and (min-width: 1920px) {
  .related-video-list .icon-video-replay {
    font-size: 5rem;
  }

  .content-container {
    min-height: auto;
  }
}
.lity-inline .lity-container {
  max-width: 100%;
  background-color: #fff;
  padding: 0px;
}

#modal-gallery {
  position: fixed;
  bottom: -100vh;
  left: 0;
  z-index: 10000;
  height: 100vh;
  max-height: 100%;
  width: 100vw;
  padding: 30px 25px;
  background-color: #000;
  color: #fff;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
#modal-gallery.opened {
  bottom: 0;
  display: block !important;
}
#modal-gallery .has-ad {
  max-width: 400px;
  min-width: 400px;
  padding-bottom: 30px;
}
#modal-gallery .has-main-image {
  min-height: calc(100vh - 200px);
  padding: 0 50px 0 50px;
  text-align: center;
}
#modal-gallery .has-main-image img {
  max-height: 100%;
  width: auto !important;
  max-width: 100%;
  display: inline-block;
  object-fit: contain;
}
#modal-gallery #modal-counter {
  position: relative;
  top: -15px;
  padding-left: 1vw;
}
#modal-gallery .tray-container {
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 30px 2vw;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.9);
  border-top: 1px solid #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-height: 200px;
}
#modal-gallery .tray-container.closed {
  bottom: -200px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#modal-gallery .tray-container.closed .icon-arrow-down:before {
  content: "\e823";
}
#modal-gallery .tray-container h2 {
  color: #fff;
  font-size: 1.15rem;
  border: 0;
  padding: 0;
  margin: 0;
}
#modal-gallery .tray-container p {
  font-size: 0.9rem;
}
#modal-gallery .tray-container p, #modal-gallery .tray-container h2 {
  padding: 0 5px;
}
#modal-gallery .tray-container .gal-item {
  padding: 0 5px;
  cursor: pointer;
}
#modal-gallery .tray-container .gal-item img {
  border: 1px solid #000;
  display: inline-block;
}
#modal-gallery .tray-container .current-gal img {
  border: 1px solid #666;
}
#modal-gallery .tray-container .tray-toggle {
  position: absolute;
  top: -39px;
  font-size: 0.9rem;
  z-index: 10;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-bottom: 1px solid #000;
  display: inline-block;
  width: 80px;
  padding: 5px 20px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.9);
  font-size: 10px;
  height: 40px;
  border-radius: 4px 4px 0 0;
  margin-left: 5px;
  box-sizing: border-box;
  cursor: pointer;
}
#modal-gallery .tray-container .tray-toggle span {
  margin-left: -4px;
}
#modal-gallery .close-gallery {
  position: absolute;
  top: -10px;
  right: 2vw;
  cursor: pointer;
}
#modal-gallery .gal-prev {
  margin-left: -40px;
}
#modal-gallery .gal-prev, #modal-gallery .gal-next, #modal-gallery .gal-set {
  position: absolute;
  width: 40px;
  text-align: center;
  height: 80px;
  line-height: 80px;
  top: 50%;
  color: #fff;
  background-color: #2f4f8e;
}
#modal-gallery .gal-prev.disabled, #modal-gallery .gal-next.disabled, #modal-gallery .gal-set.disabled {
  opacity: 0.4;
}
#modal-gallery .gal-prev:not(.disabled):hover, #modal-gallery .gal-next:not(.disabled):hover, #modal-gallery .gal-set:not(.disabled):hover {
  background-color: #fff;
  color: #2f4f8e;
}
#modal-gallery .img-wrapper {
  position: relative;
}
#modal-gallery .gal-set {
  width: 120px;
  right: 0;
  line-height: 1.4em;
  text-align: left;
  padding: 18px 0 0 15px;
  box-sizing: border-box;
  font-size: 0.9rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#modal-gallery .gal-set .icon-arrow-right {
  position: absolute;
  right: 10px;
  top: 35%;
  transform: translate-y(-50%);
}
#modal-gallery .gal-next.disabled {
  display: none;
}
#modal-gallery .gal-set.disabled {
  right: -200px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (max-width: 767px) {
  #modal-gallery .has-main-image {
    padding: 0;
    min-height: auto;
  }
  #modal-gallery .tray-container {
    width: 100%;
    bottom: auto;
    left: auto;
    min-height: auto;
    border-top: none;
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 80px;
  }
  #modal-gallery .tray-container.closed {
    bottom: auto !important;
  }
  #modal-gallery .tray-container .tray-toggle {
    display: none;
  }
  #modal-gallery .close-gallery {
    top: 0px;
  }
  #modal-gallery .gal-prev, #modal-gallery .gal-next {
    display: none;
  }
  #modal-gallery .caro.gallery {
    position: absolute;
    bottom: 15px;
    width: 100%;
  }
  #modal-gallery .caro.gallery .slick-list {
    padding: 0 20% 0 0 !important;
  }
}
@media only screen and (min-width: 768px) {
  #modal-gallery .tray-container {
    position: absolute;
  }
  #modal-gallery .image-container {
    position: relative;
  }
  #modal-gallery .has-main-image {
    min-height: calc(100vh - 200px);
    padding: 0 100px 0 50px;
  }
  #modal-gallery .has-main-image img {
    height: 100%;
  }
}
.has-video .highlight {
  color: #fff;
}

.caro.wide .label {
  text-transform: uppercase;
  color: #fff;
}

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.col-xs, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-offset-0, .col-xs-offset-1, .col-xs-offset-10, .col-xs-offset-11, .col-xs-offset-12, .col-xs-offset-2, .col-xs-offset-3, .col-xs-offset-4, .col-xs-offset-5, .col-xs-offset-6, .col-xs-offset-7, .col-xs-offset-8, .col-xs-offset-9 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (min-width: 1000px) {
  .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-offset-0, .col-sm-offset-1, .col-sm-offset-10, .col-sm-offset-11, .col-sm-offset-12, .col-sm-offset-2, .col-sm-offset-3, .col-sm-offset-4, .col-sm-offset-5, .col-sm-offset-6, .col-sm-offset-7, .col-sm-offset-8, .col-sm-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 1296px) {
  .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-offset-0, .col-md-offset-1, .col-md-offset-10, .col-md-offset-11, .col-md-offset-12, .col-md-offset-2, .col-md-offset-3, .col-md-offset-4, .col-md-offset-5, .col-md-offset-6, .col-md-offset-7, .col-md-offset-8, .col-md-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 1200px) {
  .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-offset-0, .col-lg-offset-1, .col-lg-offset-10, .col-lg-offset-11, .col-lg-offset-12, .col-lg-offset-2, .col-lg-offset-3, .col-lg-offset-4, .col-lg-offset-5, .col-lg-offset-6, .col-lg-offset-7, .col-lg-offset-8, .col-lg-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@supports (display: grid) {
  .grid {
    display: -ms-grid;
    display: grid;
    grid-auto-flow: dense;
    -ms-grid-columns: 1fr;
    -ms-grid-rows: 1fr;
    grid-gap: 2rem;
  }

  .grid.four-wide, .grid.five-wide {
    grid-gap: 2rem;
  }

  .grid.offset {
    -ms-grid-columns: 1fr;
    grid-template-columns: minmax(300px, 1fr);
  }

  .grid:not(.has-mags) .grid-item:not(.is-sidebar) {
    width: auto;
    float: none;
    background-color: #fff;
  }

  .grid.default-grid.four-wide .grid-item, .grid.default-grid.five-wide .grid-item {
    min-height: auto;
  }

  .grid .grid-item {
    width: auto;
    float: none;
  }

  .grid.default-grid.four-wide .grid-item, .grid.default-grid.five-wide .grid-item {
    min-height: auto;
  }

  .grid.grid-small .grid-item {
    min-height: 220px;
  }

  .grid .grid-item.has-ad, .grid .grid-item.is-sidebar {
    min-height: auto;
  }

  .grid.default-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: minmax(300px, 1fr);
  }

  .grid.grid-small {
    grid-template-columns: minmax(240px, 1fr);
  }

  .grid.default-grid.five-wide {
    -ms-grid-columns: 1fr, 1fr;
    grid-template-columns: minmax(120px, 1fr) minmax(120px, 1fr);
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }

  .clearfix:after {
    clear: both;
  }

  .grid .grid-item {
    width: 100%;
    margin-bottom: 25px;
  }

  .grid.has-sidebar .is-sidebar {
    min-height: 600px;
  }

  .grid.offset .grid-item:nth-child(4n-7) {
    width: 100%;
  }

  .grid.offset .grid-item:nth-child(4n) {
    width: 100%;
  }

  .clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }

  .clearfix:after {
    clear: both;
  }
}
.grid.offset .grid-item:not(.has-ad) {
  position: relative;
  overflow: hidden;
  background-color: #2c2e32;
}

.grid.offset .grid-item:not(.has-ad):after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #323439 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #323439 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #323439 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.grid-item .content {
  position: relative;
  z-index: 1;
  margin-top: auto;
}

.grid-item.is-wide .content {
  height: 100%;
}

.offset .grid-item .content {
  position: absolute;
  bottom: 0;
  z-index: 5;
  color: #fff;
  max-width: 540px;
  padding: 30px;
  margin-top: auto;
}

.grid.offset .feat-img {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.default-grid .article-link.video, .flex-grid .article-link.video {
  display: block;
}
.default-grid .article-link.video:before, .flex-grid .article-link.video:before {
  z-index: 10;
}

.grid.offset .article-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.grid.offset .grid-item:hover .feat-img {
  transform: scale(1.05);
}

.grid.offset h3 {
  color: #fff;
  text-transform: none;
  font-weight: 700;
  font-size: 2rem;
  margin: 20px 0 0 0;
  max-width: 500px;
  line-height: 1em;
}

.grid.offset h3 a, .grid.offset .content a {
  color: #fff;
}

.grid.default-grid .feat-img-sm, .flex-grid .feat-img-sm {
  width: auto;
  height: 100%;
  background-position: center center;
  background-size: cover;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%) scale(1);
  left: 50%;
  max-width: 120%;
}

.grid.default-grid .video-feature a, .flex-grid .video-feature a {
  display: block;
}
.grid.default-grid .video-feature a.video, .flex-grid .video-feature a.video {
  border: 0;
  padding: 0;
}
.grid.default-grid .video-feature a:hover img, .flex-grid .video-feature a:hover img {
  transform: translateY(0%) translateX(-50%) scale(1.1);
}
.grid.default-grid .video-feature a img, .flex-grid .video-feature a img {
  position: relative;
  z-index: 0;
  transform: translateY(0%) translateX(-50%) scale(1);
}
.grid.default-grid .video-feature .feat-img-sm, .flex-grid .video-feature .feat-img-sm {
  height: auto;
  width: 100%;
}

.grid.grid-small .feat-img-sm {
  margin-bottom: 15px;
}

.grid.default-grid .feat-img-sm a, .has-cols .feat-img-sm a, .flex-grid .feat-img-sm a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.grid.default-grid a:hover .feat-img-sm, .flex-grid a:hover .feat-img-sm {
  transform: translateY(-50%) translateX(-50%) scale(1.1);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid.default-grid h3, .flex-grid h3 {
  margin-top: 20px;
  line-height: 1.1em;
  min-height: 50px;
  display: block;
}

.grid.default-grid h3 a, .flex-grid h3 a {
  display: block;
}

.grid.default-grid.grid-small h3 {
  min-height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.grid.default-grid.grid-small h3 a {
  font-size: 1rem;
  line-height: 1.2em;
}

.grid.default-grid.grid-small p {
  font-size: 0.9rem;
  line-height: 1.2em;
}

.grid.default-grid .grid-item, .flex-grid .grid-item {
  margin-bottom: 2rem;
}

.grid.grid-small .grid-item {
  margin-bottom: 0px;
}

.grid.default-grid.four-wide .grid-item {
  margin-bottom: 0;
}
.grid.default-grid.four-wide h3 {
  font-size: 1.2rem;
  margin: 5px 0;
}
.grid.default-grid.four-wide.recommended-grid .grid-item:nth-of-type(1) p:first-of-type, .grid.default-grid.four-wide.recommended-grid .grid-item:nth-of-type(2) p:first-of-type {
  color: #fff;
}

.has-grid .center .btn {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .grid.default-grid.four-wide p {
    display: none !important;
  }

  .grid.default-grid.four-wide h3 {
    min-height: auto;
  }
}
@media only screen and (max-width: 1023px) {
  #MainContent_recommendedArticlesSection .grid.default-grid.four-wide .grid-item:nth-last-child(1), #MainContent_recommendedArticlesSection .grid.default-grid.four-wide .grid-item:nth-last-child(2) {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  @supports (display: grid) {
    .grid {
      display: -ms-grid;
      display: grid;
      grid-auto-flow: dense;
      -ms-grid-columns: 1fr 1fr;
      -ms-grid-rows: 1fr;
      grid-gap: 2rem;
    }

    .grid.offset {
      -ms-grid-columns: 1fr, 1fr;
      grid-template-columns: minmax(300px, 1fr) minmax(300px, 1fr);
    }

    .grid .grid-item {
      width: auto;
      float: none;
    }

    .grid.video-grid .grid-item {
      min-height: auto;
    }
    .grid.video-grid .grid-item h3 {
      font-size: 1.5rem;
    }

    .grid .grid-item.is-wide {
      min-height: auto;
      border-bottom: 1px solid #e7e6e7;
    }

    .grid .grid-item.is-wide.no-border {
      border-bottom: none;
    }

    .grid.default-grid {
      -ms-grid-columns: 1fr, 1fr;
      grid-template-columns: minmax(300px, 1fr) minmax(300px, 1fr);
    }

    .grid.default-grid.four-wide {
      -ms-grid-columns: 1fr, 1fr;
      grid-template-columns: minmax(300px, 1fr) minmax(300px, 1fr);
    }
    .grid.default-grid.four-wide .grid-item {
      margin-bottom: 0;
    }

    .grid.default-grid.five-wide {
      -ms-grid-columns: 1fr, 1fr, 1fr;
      grid-template-columns: minmax(230px, 1fr) minmax(230px, 1fr) minmax(230px, 1fr);
    }

    .grid.default-grid.four-wide .is-sidebar {
      -ms-grid-rows: 12;
      grid-row: span 12;
      grid-column: 2;
    }

    .grid.default-grid.four-wide.recommended-grid .grid-item:nth-of-type(1), .grid.default-grid.four-wide.recommended-grid .grid-item:nth-of-type(2) {
      grid-column: 1/span 2;
    }

    .grid.default-grid .is-sidebar {
      -ms-grid-rows: 2;
      grid-row: span 2;
      grid-column: 2;
      min-height: auto;
    }

    .grid.default-grid .is-sidebar.span-three {
      -ms-grid-rows: 3;
      grid-row: span 3;
    }

    .grid.grid-small {
      grid-template-columns: minmax(240px, 1fr);
    }
  }
  .is-sidebar .ad-wrapper:first-of-type {
    min-height: 320px;
  }

  .grid.default-grid.four-wide.recommended-grid .grid-item:nth-of-type(1), .grid.default-grid.four-wide.recommended-grid .grid-item:nth-of-type(2) {
    grid-column: 1/span 2;
  }
}
@media all and (-ms-high-contrast: none) and (min-width: 768px), (-ms-high-contrast: active) and (min-width: 768px) {
  /* IE10+ CSS styles go here */
  .clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }

  .clearfix:after {
    clear: both;
  }

  .grid .grid-item {
    float: left;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 25px;
  }

  .grid.has-sidebar .is-sidebar {
    float: right;
    min-height: 875px;
  }

  .grid.default-grid .is-sidebar.span-three {
    min-height: 1400px;
  }

  .grid.wide-grid .is-sidebar.span-three {
    min-height: auto;
  }

  .grid .grid-item.is-wide {
    width: 64.6666%;
    min-height: auto;
  }

  .grid .grid-item.is-wide .by-line {
    position: relative;
  }
}
@media only screen and (min-width: 1024px) {
  @supports (display: grid) {
    .grid {
      display: -ms-grid;
      display: grid;
      grid-auto-flow: dense;
      -ms-grid-columns: 1fr 1fr 1fr;
      -ms-grid-rows: 1fr;
      grid-gap: 2rem;
    }

    .grid.offset {
      -ms-grid-columns: 1fr, 1fr, 1fr;
      grid-template-columns: minmax(300px, 1fr) minmax(300px, 1fr) minmax(300px, 1fr);
    }

    .grid .grid-item {
      width: auto;
      float: none;
    }

    .grid .grid-item.is-wide {
      grid-column: span 2;
    }

    .grid.offset .grid-item:nth-child(4n-7) {
      -ms-grid-rows: 2;
      grid-column: span 2;
      width: auto;
    }

    .grid.offset .grid-item:nth-child(4n) {
      -ms-grid-rows: 2;
      grid-column: span 2;
      width: auto;
    }

    .grid.default-grid:not(.two-col):not(.grid-small):not(.four-wide):not(.five-wide) {
      -ms-grid-columns: 1fr, 1fr, 1fr;
      grid-template-columns: minmax(300px, 1fr) minmax(300px, 1fr) minmax(300px, 1fr);
    }

    .grid.default-grid.grid-small {
      -ms-grid-columns: 1fr, 1fr, 1fr;
      grid-template-columns: minmax(240px, 1fr) minmax(240px, 1fr) minmax(240px, 1fr);
    }

    .grid.default-grid.four-wide {
      -ms-grid-columns: 1fr, 1fr, 1fr;
      grid-template-columns: minmax(220px, 1fr) minmax(220px, 1fr) minmax(220px, 1fr);
    }
    .grid.default-grid.four-wide h3 {
      font-size: 1.5rem;
    }

    .grid.default-grid.four-wide .is-sidebar {
      -ms-grid-rows: 9;
      grid-row: span 9;
      grid-column: 3;
    }

    .grid.default-grid.four-wide.recommended-grid .grid-item:nth-of-type(1) {
      grid-column: 1/span 2;
    }

    .grid.default-grid.four-wide.recommended-grid .grid-item:nth-of-type(2) {
      grid-column: 3/span 2;
    }

    .grid.default-grid .is-sidebar {
      -ms-grid-rows: 2;
      grid-row: span 2;
      grid-column: 3;
      min-height: auto;
    }

    .grid.default-grid .is-sidebar.span-three {
      -ms-grid-rows: 3;
      grid-row: span 3;
    }
  }
}
@media all and (-ms-high-contrast: none) and (min-width: 1024px), (-ms-high-contrast: active) and (min-width: 1024px) {
  /* IE10+ CSS styles go here */
  .clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }

  .clearfix:after {
    clear: both;
  }

  .grid .grid-item {
    float: left;
    width: 31.333%;
    min-height: 450px;
    margin-bottom: 25px;
  }

  .grid.has-sidebar .is-sidebar {
    float: right;
  }

  .grid.offset .grid-item:nth-child(4n-7) {
    width: 64.666666%;
  }

  .grid.offset .grid-item:nth-child(4n) {
    width: 64.666666%;
  }
}
@media only screen and (min-width: 1296px) {
  .grid-item.is-wide .by-line {
    position: absolute;
    bottom: 5px;
  }

  .grid.default-grid.four-wide .is-sidebar {
    -ms-grid-rows: 6;
    grid-row: span 6;
    grid-column: 4;
  }

  .grid.default-grid.four-wide {
    -ms-grid-columns: 1fr, 1fr, 1fr, 1fr;
    grid-template-columns: minmax(238px, 1fr) minmax(238px, 1fr) minmax(238px, 1fr) minmax(238px, 1fr);
  }
  .grid.default-grid.four-wide h3 {
    font-size: 1.15rem;
    line-height: 1.2em;
  }
  .grid.default-grid.four-wide.has-offset.has-sidebar:not(.no-offset) .grid-item:nth-of-type(14n+2) {
    grid-column: 1/span 2;
    -ms-grid-rows: 2;
    grid-row: span 2;
  }
  .grid.default-grid.four-wide.has-offset.has-sidebar:not(.no-offset) .grid-item:nth-of-type(14n+8) {
    grid-column: 2/span 2;
    -ms-grid-rows: 2;
    grid-row: span 2;
  }
  .grid.default-grid.four-wide.has-offset.has-sidebar:not(.no-offset) .grid-item:nth-of-type(14n+2), .grid.default-grid.four-wide.has-offset.has-sidebar:not(.no-offset) .grid-item:nth-of-type(14n+8) {
    position: relative;
  }
  .grid.default-grid.four-wide.has-offset.has-sidebar:not(.no-offset) .grid-item:nth-of-type(14n+2) .article-content, .grid.default-grid.four-wide.has-offset.has-sidebar:not(.no-offset) .grid-item:nth-of-type(14n+8) .article-content {
    min-height: 218px;
  }
  .grid.default-grid.four-wide.has-offset.has-sidebar:not(.no-offset) .grid-item:nth-of-type(14n+2) .site-name, .grid.default-grid.four-wide.has-offset.has-sidebar:not(.no-offset) .grid-item:nth-of-type(14n+8) .site-name {
    position: absolute;
    bottom: 20px;
  }
  .grid.default-grid.four-wide.has-offset.has-sidebar:not(.no-offset) .grid-item:nth-of-type(14n+2) h3, .grid.default-grid.four-wide.has-offset.has-sidebar:not(.no-offset) .grid-item:nth-of-type(14n+8) h3 {
    font-size: 1.8rem;
    margin-top: 20px;
    line-height: 1.2em;
  }
  .grid.default-grid.four-wide.has-offset.has-sidebar:not(.no-offset) .grid-item:nth-of-type(14n+2) p:first-of-type, .grid.default-grid.four-wide.has-offset.has-sidebar:not(.no-offset) .grid-item:nth-of-type(14n+8) p:first-of-type {
    min-height: 94px;
  }
  .grid.default-grid.four-wide.has-sidebar.no-offset .is-sidebar {
    -ms-grid-rows: 6;
    grid-row: span 6;
  }
  .grid.default-grid.four-wide.has-offset.has-related .grid-item:nth-of-type(1) {
    grid-column: 1/span 2;
    -ms-grid-rows: 2;
    grid-row: span 2;
  }

  .grid.default-grid.five-wide {
    -ms-grid-columns: 1fr, 1fr, 1fr, 1fr, 1fr;
    grid-template-columns: minmax(238px, 1fr) minmax(238px, 1fr) minmax(238px, 1fr) minmax(238px, 1fr) minmax(238px, 1fr);
  }
}
.has-recipe-info {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f6f5f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  padding: 20px;
  margin-bottom: 30px;
}
.has-recipe-info .icon-info {
  font-size: 2rem;
}
.has-recipe-info div:not(:last-of-type) {
  margin-right: 20px;
}
.has-recipe-info .property {
  color: #717683;
}

ul.ingredients,
ul.has-directions {
  list-style-type: none;
  padding-left: 0;
}
ul.ingredients .need:before,
ul.has-directions .need:before {
  display: block;
  content: "\e832";
  font-family: "magazines";
  color: #717683;
}
ul.ingredients .need.checked:before,
ul.has-directions .need.checked:before {
  color: #2f4f8e;
  content: "\e831";
}
ul.ingredients .step-indicator,
ul.has-directions .step-indicator {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #717683;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 37px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 37px;
  -webkit-transition: 500ms ease background-color;
  transition: 500ms ease background-color;
}
ul.ingredients .step-indicator.checked,
ul.has-directions .step-indicator.checked {
  background-color: #2f4f8e;
}
ul.ingredients .need:link:hover,
ul.ingredients .step-indicator:link:hover,
ul.has-directions .need:link:hover,
ul.has-directions .step-indicator:link:hover {
  text-decoration: none;
}

ul.ingredients {
  color: #2c2e32;
  display: grid;
  grid-template-columns: 100%;
  margin-top: 40px;
}
ul.ingredients br {
  display: none;
}
ul.ingredients .ingredient {
  font-size: 20px;
  margin-bottom: 40px;
  position: relative;
  padding-left: 45px;
  margin-right: 20px;
}
ul.ingredients .ingredient:before {
  font-size: 37px;
  margin-right: 20px;
  position: absolute;
  left: 0;
  top: 2px;
  display: block;
  content: "\e832";
  font-family: "magazines";
  color: #717683;
}
ul.ingredients .ingredient.checked:before {
  color: #2f4f8e;
  content: "\e831";
}
ul.ingredients .ingredient .need {
  margin-right: 20px;
}
ul.ingredients .ingredient .need:before {
  font-size: 37px;
  display: block;
}
ul.ingredients .ingredient .need:hover:before {
  color: #2f4f8e;
}

ul.has-directions .is-direction,
ul.has-directions li,
.instructions ol .is-direction,
.instructions ol li {
  margin-bottom: 20px;
}
ul.has-directions .is-direction.checked:before,
ul.has-directions li.checked:before,
.instructions ol .is-direction.checked:before,
.instructions ol li.checked:before {
  font-family: "magazines";
  content: "\e831";
  color: #2f4f8e;
  background-color: transparent;
  font-size: 37px;
}
ul.has-directions a.step-indicator,
.instructions ol a.step-indicator {
  color: white;
}
ul.has-directions .step-content,
.instructions ol .step-content {
  margin-left: 20px;
  padding-top: 10px;
}

.instructions ol {
  counter-reset: someCounter;
  padding-left: 0;
  list-style-type: none;
}

.instructions ol li {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 4rem;
  position: relative;
}

.instructions ol li:before {
  content: counter(someCounter);
  counter-increment: someCounter;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #717683;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 37px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 37px;
  -webkit-transition: 500ms ease background-color;
  transition: 500ms ease background-color;
  margin-right: 20px;
  position: absolute;
  left: 0;
}

@media screen and (min-width: 900px) {
  ul.ingredients {
    grid-template-columns: 50% 50%;
  }
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  a[href]:after {
    content: none !important;
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  #MainNav_MainNavigationControl_magazineMainNavPanel, .ad-wrapper, .has-logos.has-carousel, .is-magazine-sub, .is-newsletter.has-promo, #FooterNavigation_magazineFooterPanel, .page-header, .is-mobile-pager, .is-newsletter, .recommendation-set, .lastest-articles, .social-menu, .print-document, .has-promo, .full-video-small, #reveal, #JSPlaceHolder_videowrapper {
    display: none !important;
  }

  article, div, main, .content-container, body, html {
    height: auto !important;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}
