@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: .6; }

.flickity-button:disabled {
  opacity: .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: .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 .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .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 .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .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 .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: -o-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease, -o-transform .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("/magazine/font/magazines.eot?20357955");
  src: url("/magazine/font/magazines.eot?20357955#iefix") format("embedded-opentype"), url("/magazine/font/magazines.woff2?20357955") format("woff2"), url("/magazine/font/magazines.woff?20357955") format("woff"), url("/magazine/font/magazines.ttf?20357955") format("truetype"), url("/magazine/font/magazines.svg?20357955#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?20357955#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: .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: .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-arrow-left:before {
  content: '\e802'; }

/* '' */
.icon-arrow-right:before {
  content: '\e803'; }

/* '' */
.icon-forum:before {
  content: '\e804'; }

/* '' */
.icon-refresh:before {
  content: '\e805'; }

/* '' */
.icon-search-1:before {
  content: '\e806'; }

/* '' */
.icon-arrow-down:before {
  content: '\e807'; }

/* '' */
.icon-close:before {
  content: '\e808'; }

/* '' */
.icon-menu:before {
  content: '\f008'; }

/* '' */
.icon-twitter:before {
  content: '\f099'; }

/* '' */
.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-play:before {
  content: '\E812'; }

.icon-pause:before {
  content: '\E813'; }

.icon-rewind:before {
  content: '\E815'; }

.icon-forward:before {
  content: '\E814'; }

.icon-info:before {
  content: '\E816'; }

.icon-share:before {
  content: '\E817';
  font-size: .9rem; }

.icon-download:before {
  content: '\E809'; }

.icon-spin6:before {
  content: '\e839'; }

/* '' */
/*
   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 10px;
  margin: 2px 5px; }

.slicknav_nav .slicknav_row:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #fff; }

.slicknav_nav a {
  padding: 5px 10px;
  margin: 2px 5px;
  text-decoration: none;
  color: #fff; }

.slicknav_nav a:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #222; }

.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: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/img/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: #878c99;
    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: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

/* 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; }

/*! 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: #323439;
  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 .3s;
  -webkit-transition: all .3s;
  transition: all .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: #323439; }

a:hover {
  color: #9d2227; }

.highlight {
  color: #9d2227; }

strong.highlight {
  font-weight: normal; }

.warning {
  color: #9d2227; }

/* Buttons */
a.btn, button, input.btn {
  text-align: center;
  text-decoration: none;
  background-color: #9d2227;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: .9rem;
  padding: .5rem 1.75rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  border: none;
  margin-bottom: 10px;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 2rem;
  white-space: nowrap; }

a.btn span, button span {
  padding-left: 10px;
  font-size: 1.2em; }

.btn.small-rounded {
  padding: .25rem 1rem;
  border-radius: .2rem; }

a.btn:hover, button:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.btn.secondary {
  background-color: #878c99; }

.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-group .btn {
  display: inline-block;
  width: auto;
  margin-right: 20px; }

.tag.btn {
  padding: 0rem 1rem;
  font-size: .7rem;
  margin-bottom: 0px; }

.sponsored-tag.btn {
  background: #f39b01;
  color: white;
  padding: 5px 10px;
  border-radius: 2px;
  margin-right: 1rem;
  font-weight: 700;
  font-size: .8rem; }

/* 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 {
  border-bottom: 1px solid #e7e6e7; }
  .story-image figcaption {
    color: #878c99;
    font-style: italic;
    padding: 1rem 0; }
  .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 .3s;
      transition: all .3s; }
    .story-image a:hover img {
      transform: scale(1.05); }

/* utility */
.clear {
  clear: both; }

figure {
  margin: 40px 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; }

.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.25rem;
  text-transform: uppercase;
  display: block;
  line-height: 1.5em; }

h2 {
  font-size: 1.25rem;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 800;
  border-bottom: 1px solid #e7e6e7;
  padding-bottom: 10px;
  margin-bottom: 40px; }

h2 span {
  border-bottom: 1px solid #9d2227;
  padding-bottom: 8px; }

h2.style-as-h1 {
  text-transform: none; }

h3 {
  font-size: 1.875rem;
  line-height: .85em;
  margin-bottom: 15px; }

h3 em {
  font-style: normal;
  display: block;
  font-size: .5em; }

h3 a:not(.tag) {
  color: #323439; }

h3 a:not(.tag):hover {
  color: #9d2227; }

.cam-description h3 {
  font-size: 44px; }

h4 {
  font-size: 1.25rem;
  font-weight: 300; }

.single-article h4 {
  font-size: 28px;
  font-weight: bold;
  margin: 0; }

h5 {
  font-size: 1.1rem;
  margin: 0;
  color: #9d2227; }

p {
  display: block;
  -webkit-margin-before: .75em;
  -webkit-margin-after: .75em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px; }

.single-article p {
  line-height: 1.72; }

.single-article article a:link,
.single-article article a:visited {
  color: #9d2227; }
  .single-article article a:link:hover,
  .single-article article a:visited:hover {
    text-decoration: underline; }

.single-article .show-more {
  padding-bottom: 20px; }
.single-article article:not(:first-of-type) {
  margin-top: 25px; }
.single-article #article-wrap-inner {
  padding-bottom: 100px; }
.single-article h1,
.single-article h2.style-as-h1 {
  border-bottom: none;
  margin: 0;
  padding-bottom: 0;
  line-height: 1;
  line-height: .9;
  margin-top: 0; }
.single-article .by-line {
  font-size: 18px;
  padding: 20px 0; }

.by-line {
  color: #878c99; }

.no-border-bottom {
  border-bottom: none; }

/* ==========================================================================
   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: 200px;
  height: auto; }

.masthead .logo a:after {
  background-color: transparent;
  width: 0; }

.main-menu {
  display: none; }

.main-menu a:after {
  background-color: #9d2227; }

.toggle-menu {
  float: right;
  font-size: 2em; }

.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: .7em;
  margin-right: 7px; }

.slicknav_menu {
  margin-top: 15px;
  background-color: transparent;
  border-bottom: 1px solid #e7e6e7;
  padding: 15px 0 0 0;
  text-align: left; }

.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 {
  background-color: #e7e6e7;
  border-radius: 5px; }

.slicknav_menu a:hover {
  background-color: #f6f5f6; }

.slicknav_nav .slicknav_arrow {
  float: right;
  font-family: 'magazines'; }

.main-nav .slicknav_menu li a {
  color: #323439; }

.slicknav_menu .slicknav_collapsed .slicknav_arrow {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .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 .3s;
  -webkit-transition: all .3s;
  transition: all .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 {
  padding-top: 20px; }

.drop-down-menu ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  -webkit-transition: none;
  transition: none; }

.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 li a {
  text-decoration: none;
  display: block; }

.drop-down-menu li a:hover {
  color: #9d2227; }

.drop-down-menu > ul > li > a {
  font-weight: 600; }

.drop-down-menu .icon-arrow-down {
  font-size: .35rem;
  position: relative;
  top: -2px; }

.drop-down-menu li:hover {
  background: #fff;
  cursor: pointer; }

.drop-down-menu ul li ul {
  background: #fff;
  visibility: hidden;
  opacity: 0;
  float: left;
  min-width: 150px;
  position: absolute;
  margin-top: 0;
  left: 0;
  z-index: 999;
  border: 1px solid #e7e6e7; }

.drop-down-menu ul li:hover > ul,
.drop-down-menu ul li ul:hover {
  visibility: visible;
  opacity: 1; }

.drop-down-menu 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; }

.utility {
  background-color: #323439;
  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: .7;
  color: #fff;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  text-transform: uppercase; }

.utility .social-links a.forum {
  border-right: 1px solid #6d6e72;
  padding-right: 20px; }

.utility .social-links li:first-of-type a strong {
  font-size: .8em; }

.utility a:hover {
  opacity: 1;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .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 {
  text-align: center; }

.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: #323439;
  display: block;
  font-size: .8rem; }

.main-nav li.active > a, .sub-nav a.active {
  color: #9d2227; }

.page-header {
  background-color: #fff;
  z-index: 7; }
  .page-header h1 a:link,
  .page-header h1 a:visited {
    color: #878c99; }
  .page-header h1 strong a:link,
  .page-header h1 strong a:visited {
    color: #323439; }

h1 a:link,
h1 a:visited {
  color: #878c99; }

h1 strong a:link,
h1 strong a:visited {
  color: #323439; }

.page-header .wrapper {
  padding-top: 0px;
  padding-bottom: 0px;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }
  .page-header .wrapper h1 {
    text-transform: uppercase;
    font-weight: 800;
    border-bottom: 1px solid #e7e6e7 !important;
    padding-bottom: 0px;
    line-height: 1em;
    color: #878c99;
    margin: 0;
    width: 100%;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden; }
  .page-header .wrapper h1 span {
    font-size: 2rem;
    display: inline-block;
    border-bottom: 1px solid #9d2227; }
  .page-header .wrapper h1 strong {
    color: #323439; }
  .page-header .wrapper .sub-nav {
    font-weight: 700;
    border-bottom: 1px solid #e7e6e7;
    padding-top: 20px;
    padding-bottom: 20px;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden; }
  .page-header .wrapper a:hover, .page-header .wrapper .active a {
    color: #9d2227; }

.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: 2.6rem;
    margin-top: 15px; }

.search-bar {
  padding-bottom: 25px; }

.search-bar .row {
  margin: 0;
  max-height: 50px; }

.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; }

.search_autocomplete {
  margin: 0;
  padding: 0; }
  .search_autocomplete li {
    border-bottom: 1px solid #e7e6e7;
    background-color: #fff;
    margin: 0;
    padding: 5px 10px;
    font-size: .9rem;
    cursor: pointer;
    list-style-type: none; }
    .search_autocomplete li:hover {
      background-color: #eee; }

#cludo-404 .powered-by {
  display: none; }

/* footer */
footer {
  font-size: 1rem;
  text-align: center; }
  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; }
  footer a {
    color: #878c99; }

.disclaimer-text {
  background-color: #323439;
  color: #fff;
  font-size: .9rem;
  text-align: center; }
  .disclaimer-text a {
    opacity: .7;
    color: #fff;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .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 .3s;
    -webkit-transition: all .3s;
    transition: all .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: .7; }
  .disclaimer-text .wrapper {
    padding-top: 60px;
    padding-bottom: 60px; }

/* ==========================================================================
   General styles
   ========================================================================== */
/* Main container */
.content-container {
  position: relative;
  min-height: calc(100vh - 320px); }

.reverse {
  color: #fff; }

.reverse-bkg {
  background-color: #323439; }

.wrapper {
  margin: 0 auto;
  padding: 20px 5vw;
  max-width: 1170px; }

.wrapper.search-bar, .wrapper.main-nav {
  padding-bottom: 25px; }

.full-width {
  width: 100vw;
  position: relative;
  left: 50vw;
  right: 50vw;
  margin-left: -50vw;
  margin-right: -50vw; }

.full-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  background-size: cover;
  background-position: center center; }
  .full-video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 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 a {
  color: #fff; }
.has-feature.reverse p {
  color: #a9afbf; }
.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: 45px;
  height: calc(100% - 80px);
  width: 4px;
  background-color: #9d2227; }
.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 .3s;
  -webkit-transition: all .3s;
  transition: all .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 .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }
.has-feature.has-overlay a strong {
  color: #9d2227; }
.has-feature.has-overlay a p {
  margin: 0; }
.has-feature.has-overlay .feature-item {
  padding: 50% 0 4% 0; }
.has-feature.has-overlay h3 {
  font-weight: 600;
  margin-bottom: 10px; }

.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 .reverse-bkg {
  padding: 45px; }
.has-feature.has-col .row .addthis_inline_share_toolbox a {
  opacity: .3; }
.has-feature.has-col .row .addthis_inline_share_toolbox a:hover {
  opacity: 1; }
.has-feature.has-col .row h3 {
  font-size: 2.25rem; }

.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: .5; }

.has-feature .cam-list .cam-item.active {
  opacity: 1; }

.has-feature .cam-list .cam-item.active img {
  border: 6px solid #9d2227; }

.has-feature.has-col .row {
  background-color: #323439; }
  .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 {
    position: absolute;
    bottom: 45px;
    left: 45px; }
  .has-feature.has-col .row .addthis_inline_share_toolbox a {
    opacity: .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: #323439;
  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: .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: #878c99;
    font-size: .8rem;
    font-weight: 600; }

/* Related Articles */
.side-bar .article-list-container {
  background-color: rgba(246, 245, 246, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.sponsor-container a {
  display: block;
  opacity: 1;
  -webkit-transition: 500ms ease opacity;
  transition: 500ms ease opacity; }
  .sponsor-container a:hover {
    opacity: .6; }

.sponsor-container {
  text-align: center;
  margin-bottom: 2rem; }

.sponsored-by {
  display: block;
  color: #878c99;
  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 {
  overflow: hidden;
  display: none; }

.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; }

.article-list-container {
  position: relative; }

.article-list-container .article-item a {
  color: #323439;
  display: inline-block;
  font-weight: bold;
  line-height: 1; }

.article-list-container .active a {
  color: #323439; }

.article-list-container .active a:before {
  content: 'Currently Reading';
  display: block;
  color: #9d2227;
  text-transform: uppercase;
  font-size: .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;
  background: linear-gradient(to bottom, #f0f0f0 0%, rgba(240, 240, 240, 0.738) 19%, rgba(240, 240, 240, 0.541) 34%, rgba(240, 240, 240, 0.382) 47%, rgba(240, 240, 240, 0.278) 56.5%, rgba(240, 240, 240, 0.194) 65%, rgba(240, 240, 240, 0.126) 73%, rgba(240, 240, 240, 0.075) 80.2%, rgba(240, 240, 240, 0.042) 86.1%, rgba(240, 240, 240, 0.021) 91%, rgba(240, 240, 240, 0.008) 95.2%, rgba(240, 240, 240, 0.002) 98.2%, rgba(240, 240, 240, 0) 100%); }

.article-list-container:after {
  content: '';
  height: 40px;
  width: 100%;
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(240, 240, 240, 0) 0%, #f0f0f0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(240, 240, 240, 0) 0%, #f0f0f0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(240, 240, 240, 0) 0%, #f0f0f0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

.article-list-container:before,
.article-list-container:after {
  display: none; }

.article-list {
  max-height: 20vh;
  overflow-y: hidden;
  overflow-x: visible;
  padding: 0;
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%; }

.article-item {
  padding: 15px 25px;
  position: relative;
  height: 86px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.article-item.active {
  background-color: transparent;
  color: #fff; }
  .article-item.active:before, .article-item.active:after {
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 1px; }
  .article-item.active:after {
    right: 0; }
  .article-item.active:before {
    left: 0; }

.article-item:not(.active) {
  display: none; }

.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-item.active .progress-container {
  opacity: 1; }

.article-item .progress-container .progress-bar {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%; }

.article-item .progress-container .progress-bar .percentage {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #9d2227;
  width: 100%;
  height: 5px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  will-change: transform; }

.article-item .progress-container .progress-bar.is-mobile .percentage {
  height: 5px;
  background-color: #9d2227; }

.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; }

.advertisement.after-article {
  text-align: center;
  max-width: 91.66666667%;
  margin-top: 15px;
  margin-bottom: 15px; }

.social-menu ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column; }
  .social-menu ul li {
    margin-right: .5rem; }
  .social-menu ul .addthis_share_button,
  .social-menu ul .addthis_button_compact {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #878c99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 36px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: .5rem;
    margin-left: auto;
    -webkit-transition: .3s ease background-color;
    transition: .3s ease background-color;
    width: 36px; }
  .social-menu ul a:hover {
    background-color: #9d2227; }
  .social-menu ul a:after {
    color: white;
    display: block;
    font-family: "magazines";
    margin-bottom: -2px;
    font-size: 1rem; }
  .social-menu ul a[data-service="facebook"]:after {
    content: '\f09a'; }
  .social-menu ul a[data-service="twitter"]:after {
    content: '\f099'; }
  .social-menu ul a.addthis_button_compact:after {
    content: '\E810';
    font-size: .25rem; }
  .social-menu ul.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) {
    margin-right: 1rem; }
  .social-menu ul.social-menu-inline .addthis_share_button,
  .social-menu ul.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: #323439;
  display: block;
  padding: 8px 0 8px 15px;
  border-bottom: 1px solid #e7e6e7; }

nav.sidebar-nav ul li a {
  padding-left: 1.25rem; }

.grid.default-grid nav ul li a:hover,
nav.sidebar-nav ul li a:hover {
  color: #9d2227; }

.grid.default-grid nav ul li:before,
nav.sidebar-nav ul li:before {
  content: '';
  height: 3px;
  width: 3px;
  display: block;
  position: absolute;
  left: 0;
  top: 18px;
  border-radius: 50%;
  border: 2px solid #9d2227; }

nav.sidebar-nav ul li:before {
  border-color: #6d6e72;
  height: 8px;
  width: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

nav.sidebar-nav ul li.active:before {
  border-color: #9d2227; }

.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; }

.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: '\201C';
    font-size: 14rem;
    line-height: .1;
    left: 0;
    position: absolute;
    -webkit-transform: translateY(230%) translateX(-10%);
    transform: translateY(230%) translateX(-10%);
    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: 2000vh; }

article.trimmed .content:after {
  content: '';
  position: absolute;
  height: 150px;
  width: 100%;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(240, 240, 240, 0) 0%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(240, 240, 240, 0) 0%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(240, 240, 240, 0) 0%, 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; }

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: #9d2227;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'magazines';
    font-size: 2rem;
    position: absolute;
    top: 20%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear; }
  article.loading .placeholder {
    opacity: 1; }

article .size-full {
  display: block;
  width: 100%;
  height: auto; }

@-webkit-keyframes spin {
  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 spin {
  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%); } }
.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 .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 .3s;
  transition: all .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; }

.grid-item .ad-wrapper {
  padding-top: 10%;
  padding-bottom: 10%; }

.ad-float-right-md {
  float: none;
  text-align: center;
  margin-top: 1rem; }

.mini-promo {
  background-color: #323439;
  color: #fff;
  min-height: 100px;
  line-height: 1em;
  margin-bottom: 25px; }

.mini-promo a {
  color: #fff; }

.mini-promo .has-head {
  padding: 15px 0; }

.mini-promo strong {
  font-size: 1.4rem; }

.mini-promo .is-date {
  display: block;
  padding-top: 5px; }

.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: 85px;
  margin-left: -8px; }

.mini-promo .has-cta a {
  display: block;
  height: 100%;
  width: 100%;
  color: #fff;
  background-color: #9d2227;
  line-height: 100px;
  left: 0;
  top: 0; }

.mini-promo .has-cta a:hover {
  -webkit-transform: scale(1.15, 1);
  transform: scale(1.15, 1); }

.has-promo {
  padding: 20px 0; }
  .has-promo h3 {
    font-size: 2.5rem;
    margin-top: 30px;
    margin-bottom: 0; }

.is-newsletter h3 {
  margin-top: 0px; }
.is-newsletter.in-read {
  margin: 15px auto;
  padding: 0;
  max-width: 728px; }
  .is-newsletter.in-read .wrapper {
    padding: 2rem; }
.is-newsletter .wrapper.narrow {
  display: inline-block; }

.lity {
  background-color: rgba(0, 0, 0, 0.9); }

.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; }
  .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; }

.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: .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: .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: '\2715';
  font-size: 16px;
  position: absolute;
  top: -3px;
  left: 3px;
  color: #333; }

.disclaimer {
  font-size: .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: .9em;
  outline: none;
  -webkit-appearance: none; }

select.not-styled {
  background: #eee url(/magazine/img/icon-arrow-drop.png) no-repeat 90% center;
  border-radius: 50px;
  font-weight: 600; }

select.transparent {
  background-color: transparent;
  padding: 12px; }

.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: #323439;
  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;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .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("/magazine/img/icon-arrow-drop.png") no-repeat;
  background-position: 0% 50%; }

.select-styled.active:before {
  background: url("/magazine/img/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: 25px;
  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: .8em; }

.select-options li:hover {
  color: #333;
  background: #fff; }

.select-options li[rel="hide"] {
  display: none; }

a.video {
  position: relative;
  display: inline-block;
  max-width: 100%; }

a.video:before {
  content: '';
  font-family: 'magazines';
  content: '\e803';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 40px;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 4px solid #fff;
  border-radius: 50%;
  padding-left: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 80px;
  height: 80px;
  line-height: 75px;
  text-align: center; }

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 .3s;
  -webkit-transition: all .3s;
  transition: all .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 .3s;
    -webkit-transition: all .3s;
    transition: all .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 #9d2227;
  padding-left: 12px; }

.special-promo {
  background-color: #323439;
  color: #fff; }
  .special-promo h3 {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 2.25rem; }
  .special-promo .row {
    padding-left: 35px;
    border-left: 5px solid #9d2227; }
  .special-promo .btn {
    margin-bottom: 0; }
  .special-promo .toggle-promo {
    color: #fff; }
  .special-promo .toggle-promo:hover {
    color: #9d2227; }

.inline-ad {
  text-align: center;
  margin-bottom: 25px; }

.complete {
  display: none; }

.more-js {
  color: #9d2227;
  cursor: pointer; }

.podcast-listing .podcast-item {
  position: relative;
  border-top: 1px solid transparent;
  padding: 30px 0; }
  .podcast-listing .podcast-item:nth-child(n+3) {
    border-top-color: #e7e6e7; }
  .podcast-listing .podcast-item a:hover {
    color: #9d2227; }
  .podcast-listing .podcast-item .toolbar a:not(:last-child) {
    margin-right: 20px; }
  .podcast-listing .podcast-item p:first-of-type {
    margin: 0;
    color: #878c99; }
  .podcast-listing .podcast-item.active a.listen-now {
    color: #9d2227; }
  .podcast-listing .podcast-item.active h3 {
    color: #9d2227; }
.podcast-listing h3 {
  font-weight: 700;
  margin: 0 0 10px 0; }
.podcast-listing .skip-backward {
  color: #878c99;
  display: inline-block;
  margin-right: 30px;
  text-align: center;
  width: 40px; }
  .podcast-listing .skip-backward .icon-rewind {
    position: absolute;
    left: 0; }
.podcast-listing .skip-forward {
  color: #878c99;
  display: inline-block;
  margin-left: 30px;
  text-align: center;
  width: 40px; }
  .podcast-listing .skip-forward .icon-forward {
    position: absolute;
    left: 0;
    margin-left: -5px; }
.podcast-listing .time {
  color: #878c99;
  font-weight: 300; }
.podcast-listing .icon-microphone {
  font-size: 2.5rem;
  position: relative;
  top: 0.5rem; }
.podcast-listing .toggle-play {
  float: left;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 3rem; }
  .podcast-listing .toggle-play a {
    display: block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    color: #878c99;
    border-radius: 50%;
    display: flex;
    align-items: center; }
    .podcast-listing .toggle-play a:hover {
      background-color: #fff; }
    .podcast-listing .toggle-play a span.icon-play:before {
      margin-left: 8px; }
.podcast-listing .color-palette {
  display: none;
  visibility: hidden; }
  .podcast-listing .color-palette .primary {
    background-color: #9d2227; }
  .podcast-listing .color-palette .secondary {
    background-color: #878c99; }

.podcast-listing .video .player {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  width: 100%; }

.podcast-listing .video .player 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 .3s;
    -webkit-transition: all .3s;
    transition: all .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: 5;
      width: 0px;
      height: 100%;
      background-color: #9d2227;
      -moz-transition: all .3s;
      -webkit-transition: all .3s;
      transition: all .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: 5; }
  .has-episodes .btn.tag {
    margin-left: 10px; }
  .has-episodes .content {
    padding-left: 20px;
    padding-right: 10%; }
  .has-episodes .media {
    padding: 10px;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden; }
  .has-episodes .media img {
    width: 100%;
    height: auto;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden; }
  .has-episodes .is-episode {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4c4f56+0,868b98+51,898e9b+100 */
    background: #4c4f56;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #4c4f56 0%, #868b98 51%, #898e9b 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #4c4f56 0%, #868b98 51%, #898e9b 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #4c4f56 0%, #868b98 51%, #898e9b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4f56', endColorstr='#898e9b',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
    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: 250px;
    background-position: top center;
    background-repeat: no-repeat; }
  .has-episodes .is-podcast p {
    opacity: 1; }
  .has-episodes .is-podcast .tag {
    color: #9d2227;
    display: block;
    text-transform: uppercase;
    font-size: 1.2rem; }
  .has-episodes h3 {
    font-size: 1.5rem; }
  .has-episodes h4 {
    font-size: 2rem;
    max-width: 80%;
    line-height: 1.1em;
    margin-bottom: 10px; }
  .has-episodes p {
    font-size: .9rem;
    color: #878c99;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden; }
  .has-episodes p:first-of-type {
    opacity: 1; }
  .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 {
    text-transform: uppercase; }
  .has-episodes .row:not(.no-hover):hover {
    transform: scale(1.05);
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -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);
    will-change: transform; }
    .has-episodes .row:not(.no-hover):hover .media {
      padding: 0px;
      -moz-transition: all .3s;
      -webkit-transition: all .3s;
      transition: all .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 .3s;
      -webkit-transition: all .3s;
      transition: all .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 .3s;
      -webkit-transition: all .3s;
      transition: all .3s;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      backface-visibility: hidden; }
  .has-episodes .row.no-hover .media img {
    border-left: 0;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .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: .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 .3s;
    -webkit-transition: all .3s;
    transition: all .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: #878c99;
    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 .3s;
      -webkit-transition: all .3s;
      transition: all .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 #9d2227;
      margin-left: -10px;
      -moz-transition: all .3s;
      -webkit-transition: all .3s;
      transition: all .3s;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      backface-visibility: hidden; }

.hasInfo.active {
  color: #9d2227; }

.info-container {
  position: relative;
  color: #323439;
  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: 40px 0;
  background-color: #323439; }
  .caro.wide .caro-item {
    background-position: center center;
    background-size: cover;
    width: 1170px;
    max-width: 100%;
    min-height: 100%;
    opacity: .03;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #323439; }
  .caro.wide .content {
    color: #fff;
    padding: 80px 40px 80px 45%;
    max-width: 45%; }
  .caro.wide h3 {
    color: #fff;
    font-size: 2.5rem;
    letter-spacing: .025em;
    margin-top: 15px; }
  .caro.wide h3 a {
    color: #fff; }
  .caro.wide .label {
    text-transform: uppercase;
    color: #9d2227; }
  .caro.wide .slick-current {
    opacity: 1;
    -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); }
  .caro.wide .btn {
    margin-top: 10%; }

.caro.info {
  background-color: transparent;
  background-size: cover;
  padding: 0; }
  .caro.info .caro-item {
    opacity: 1;
    background-color: transparent;
    padding: 80px 0; }
  .caro.info .content {
    padding-top: 45px;
    padding-bottom: 45px;
    background-color: #323439;
    margin: 0 auto;
    max-width: 35%; }
  .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 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-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(250, 250, 250, 0.65);
      font-size: 3rem; }
  .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: 5px 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: #878c99;
      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: #9d2227; }

.has-full-gallery .closed {
  opacity: 0 !important; }
.has-full-gallery .caro-item {
  position: relative;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .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 .3s;
  -webkit-transition: all .3s;
  transition: all .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 .3s;
    -webkit-transition: all .3s;
    transition: all .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 .3s;
  -webkit-transition: all .3s;
  transition: all .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: #878c99;
    font-size: .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: .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 #9d2227; }
.has-full-gallery-controls .pagingInfo {
  padding: 10px;
  color: #878c99;
  font-size: .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: .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: #9d2227; }
  .caro.full-gallery .slick-prev, .caro.full-gallery .slick-next {
    background-color: #9d2227;
    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 {
  margin-bottom: 50px; }
  .has-logos .caro {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto; }
  .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: 2.5rem;
    margin-top: 15px;
    margin-bottom: 45px; }
  .has-logos .slick-track {
    align-items: center;
    display: flex; }

.flickity-button, .flickity-button:hover {
  background-color: transparent;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: .7; }

.flickity-button:hover {
  opacity: 1;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

.flickity-button-icon {
  fill: white;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .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 .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

.load-more .btn {
  margin-bottom: 0; }

.load-more a span {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  display: inline-block;
  padding: 0 5px; }

.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: #9d2227; }

.lightbox.consent {
  padding: 60px;
  background: white;
  max-width: 800px;
  position: relative;
  overflow: auto; }
  .lightbox.consent .ptc-header {
    font-weight: bold; }
  .lightbox.consent a:link,
  .lightbox.consent a:visited {
    color: #9d2227; }
  .lightbox.consent ul {
    list-style-type: none;
    padding-left: 0; }
    .lightbox.consent ul li {
      margin-bottom: 1rem; }
  .lightbox.consent h1 {
    font-weight: 900;
    border-bottom: 2px solid #e7e6e7;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 0; }

a.lity-close, button.lity-close {
  position: absolute;
  background-color: #9d2227;
  height: 32px;
  right: 10px;
  top: 10px;
  color: #fff;
  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: .8rem;
    color: #fff; }

.sponsor-feature {
  margin-bottom: 24px; }
  .sponsor-feature .feat-content a:link {
    color: #9d2227; }

.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 .3s;
    -webkit-transition: all .3s;
    transition: all .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: #9d2227 !important;
    cursor: pointer;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden; }

@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 #9d2227;
  content: '';
  height: 0;
  width: 0; }

.arrow-left {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #9d2227;
  content: '';
  height: 0;
  width: 0; }

.primary {
  color: #9d2227; }

[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; }

.js .clamped {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 500ms ease opacity;
  transition: 500ms ease opacity; }
  .js .clamped.ready {
    visibility: visible;
    opacity: 1; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   ========================================================================== */
@media only screen and (max-width: 899px) {
  .hidden-sm {
    display: none !important; }

  .main-menu {
    margin-top: 30px; }

  .sub-nav {
    display: none; }

  .sub-nav li {
    margin: 0 0 20px 0; }

  .sub-nav a:after {
    background-color: transparent !important;
    width: 0; }

  .page-header .toggle-in-page {
    background-color: #9d2227;
    color: #fff;
    display: block;
    padding: 25px 5vw; }
    .page-header .toggle-in-page span {
      float: right;
      transform: rotate(90deg);
      -moz-transition: all .3s;
      -webkit-transition: all .3s;
      transition: all .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 .3s;
      -webkit-transition: all .3s;
      transition: all .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; }

  .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; } }
@media only screen and (max-width: 1023px) {
  .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; } }
@media only screen and (min-width: 480px) {
  .has-logos .caro .caro-item {
    width: 50%; } }
@media only screen and (min-width: 900px) {
  .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 !important; }

  .toggle-menu {
    display: none; }

  .utility .social-links {
    text-align: right; }

  .utility .social-links a {
    margin-left: 10px; }

  .wrapper {
    padding: 20px 1vw; }

  .wrapper.narrow {
    padding: 30px 15vw; }

  .wrapper.main-nav, .wrapper.search-bar {
    padding-bottom: 25px; }

  .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-col .addthis_inline_share_toolbox {
    position: absolute;
    bottom: 45px; }

  .has-feature.has-overlay .feature-item {
    padding: 24% 0 4% 50%; } }
.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) {
  #article-wrap {
    display: grid;
    grid-template-columns: 300px auto; }

  .article-item .progress-container .progress-bar .percentage {
    background: #c4c4c4;
    height: 100%;
    width: 100%; }

  .padding-left-x2-md {
    padding-left: 2rem; }

  .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; }
    .single-article article .row:before {
      display: block;
      content: ''; }

  article .content,
  #article-wrap-inner .content {
    max-width: 728px; }

  .single-article article .is-sidebar {
    flex-basis: 52px; }

  .article-pagination {
    display: block; }

  .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: #f6f5f6;
      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; }

  .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: #f6f5f6;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#f6f5f6), color-stop(89%, #f6f5f6), to(#f2f1f2));
    background: linear-gradient(to bottom, #f6f5f6 0%, #f6f5f6 89%, #f2f1f2 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f5f6', endColorstr='#f2f1f2',GradientType=0 );
    /* IE6-9 */ }
    .article-item.active:after {
      display: none; }
    .article-item.active:before {
      background-color: #9d2227;
      width: 5px;
      z-index: 1; }
    .article-item:not(.active) {
      display: block; }

  .article-list-container {
    background-color: #f6f5f6; }
    .article-list-container:before, .article-list-container:after {
      display: block; }
    .article-list-container .article-item a {
      color: #343434;
      font-size: 1rem;
      height: 40px; }
    .article-list-container .active {
      background-color: #f0f0f0; }
      .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: 300px;
    min-width: 300px; }

  .masthead .logo {
    width: auto; }

  #article-wrap .side-bar {
    max-width: 300px; }

  .social-menu ul {
    list-style-type: none;
    margin: 0;
    padding-left: 0;
    padding: 0;
    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: .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; }

  .disclaimer-text .copyright {
    text-align: right; }

  .featured-article .content {
    position: absolute;
    bottom: -15px; }

  .ad-float-right-md {
    float: right;
    margin-left: 1rem;
    margin-top: 0;
    text-align: left; } }
@media only screen and (min-width: 1200px) {
  .drop-down-menu {
    padding-left: 20px;
    padding-top: 0px; }

  .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; } }
@media only screen and (min-width: 1300px) {
  .video-item .content h3 {
    font-size: 3.5rem; }

  .wrapper.narrow {
    padding: 30px 25vw; } }
.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: -.5rem;
  margin-left: -.5rem; }

.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: .5rem;
  padding-left: .5rem; }

.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: 899px) {
  .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: .5rem;
    padding-left: .5rem; }

  .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: 1200px) {
  .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: .5rem;
    padding-left: .5rem; }

  .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: .5rem;
    padding-left: .5rem; }

  .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: 25px; }

  .grid.offset {
    -ms-grid-columns: 1fr;
    grid-template-columns: minmax(300px, 1fr); }

  .grid .grid-item {
    width: auto;
    float: none;
    min-height: 460px; }

  .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); } }
@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%;
    min-height: 450px;
    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 {
  position: relative;
  overflow: hidden; }

.grid.offset .grid-item:not(.has-ad):after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  background: -moz-linear-gradient(top, transparent 0%, #323439 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 0%, #323439 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, transparent 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 .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

.grid.offset .article-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2; }

.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 {
  color: #fff; }

.grid.default-grid .feat-img-sm {
  width: 100%;
  padding-top: 60%;
  background-position: center center;
  background-size: cover;
  margin-bottom: 20px;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative; }

.grid.default-grid .feat-img-sm a, .has-cols .feat-img-sm a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block; }

.grid.default-grid .feat-img-sm:hover {
  transform: scale(1.05);
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

.grid.default-grid h3 {
  margin-top: 20px; }

@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: 25px; }

    .grid.offset {
      -ms-grid-columns: 1fr, 1fr;
      grid-template-columns: minmax(300px, 1fr) minmax(300px, 1fr); }

    .grid .grid-item {
      width: auto;
      float: none;
      min-height: 460px; }

    .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.default-grid {
      -ms-grid-columns: 1fr, 1fr;
      grid-template-columns: minmax(300px, 1fr) minmax(300px, 1fr); }

    .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; } }
  .is-sidebar .ad-wrapper:first-of-type {
    min-height: 320px; } }
@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;
    min-height: 500px; }

  .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: 25px; }

    .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;
      min-height: 460px; }

    .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 {
      -ms-grid-columns: 1fr, 1fr, 1fr;
      grid-template-columns: minmax(300px, 1fr) minmax(300px, 1fr) minmax(300px, 1fr); }

    .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: 1200px) {
  .grid-item.is-wide .by-line {
    position: absolute;
    bottom: 5px; } }
@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: ""; }

  pre {
    white-space: pre-wrap !important; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /*
   * 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; } }
