@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;
  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: 'networks';
  src: url("/network/font/networks.eot?52753823");
  src: url("/network/font/networks.eot?52753823#iefix") format("embedded-opentype"), url("/network/font/networks.woff2?52753823") format("woff2"), url("/network/font/networks.woff?52753823") format("woff"), url("/network/font/networks.ttf?52753823") format("truetype"), url("/network/font/networks.svg?52753823#networks") 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: 'networks';
    src: url('../font/networks.svg?52753823#networks') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "networks";
  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-play:before {
  content: '\e800'; }

/* '' */
.icon-search:before {
  content: '\e801'; }

/* '' */
.icon-arrow-circled:before {
  content: '\e802'; }

/* '' */
.icon-arrow-left:before {
  content: '\e803'; }

/* '' */
.icon-forum:before {
  content: '\e804'; }

/* '' */
.icon-refresh:before {
  content: '\e805'; }

/* '' */
.icon-search-1:before {
  content: '\e806'; }

/* '' */
.icon-export:before {
  content: '\e807'; }

/* '' */
.icon-close:before {
  content: '\e808'; }

/* '' */
.icon-arrow-right:before {
  content: '\e809'; }

/* '' */
.icon-microphone:before {
  content: '\e80a'; }

/* '' */
.icon-info:before {
  content: '\e810'; }

/* '' */
.icon-lock:before {
  content: '\e811'; }

/* '' */
.icon-forward:before {
  content: '\e813'; }

/* '' */
.icon-rewind:before {
  content: '\e814'; }

/* '' */
.icon-download:before {
  content: '\e815'; }

/* '' */
.icon-spin5:before {
  content: '\e838'; }

/* '' */
.icon-menu:before {
  content: '\f008'; }

/* '' */
.icon-pause:before {
  content: '\f00e'; }

/* '' */
.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-video-replay:before {
  content: '\e81c'; }

/* '' */
.icon-volume:before {
  content: '\e80b'; }

/* '' */
/*!
 * 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: "networks";
    font-size: 24px;
    line-height: 1;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.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; }

.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: 20px; }

  .grid.offset {
    -ms-grid-columns: 1fr;
    grid-template-columns: minmax(300px, 1fr); }

  .grid .grid-item {
    width: auto;
    float: none;
    min-height: 250px; }

  .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: 280px;
    margin-bottom: 20px; }

  .clearfix:before,
  .clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }

  .clearfix:after {
    clear: both; } }
.grid.offset .grid-item {
  position: relative;
  overflow: hidden; }

.grid-item .content {
  position: relative;
  z-index: 1;
  margin-top: auto; }

.grid.default-grid .feat-img-sm {
  width: 100%;
  padding-top: 60%;
  background-position: center center;
  background-size: cover;
  margin-bottom: 20px;
  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 h3 {
  margin-top: 16px; }

.grid-item.last {
  grid-column: 1; }

@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: 20px; }

    .grid .grid-item {
      width: auto;
      float: none;
      min-height: 250px; }

    .grid.default-grid {
      -ms-grid-columns: 1fr, 1fr;
      grid-template-columns: minmax(300px, 1fr) minmax(300px, 1fr); }

    .grid.default-grid .is-sidebar {
      min-height: auto; }

    .grid.default-grid .is-sidebar.span-three {
      -ms-grid-rows: 3;
      grid-row: span 3; }

    .grid.default-grid .grid-item.content {
      -ms-grid-columns: 2;
      grid-column: span 2; }

    .grid-item.last {
      grid-column: 3; } } }
@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: 20px; }

  .grid.has-sidebar .is-sidebar {
    float: right;
    min-height: 875px; }

  .grid.default-grid .is-sidebar.span-three {
    min-height: 1400px; } }
@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: 20px; }

    .grid .grid-item {
      width: auto;
      float: none;
      min-height: 250px; }

    .grid.default-grid, .grid.hff-grid {
      -ms-grid-columns: 1fr, 1fr, 1fr;
      grid-template-columns: minmax(300px, 1fr) minmax(300px, 1fr) minmax(300px, 1fr); }

    .grid.content-grid {
      -ms-grid-columns: auto, auto, 300px;
      grid-template-columns: auto auto 300px; }

    .grid.content-grid.block-content {
      -ms-grid-columns: auto, auto, 400px;
      grid-template-columns: auto auto 400px; }

    .grid.default-grid .is-sidebar {
      -ms-grid-rows: 2;
      grid-column: 3;
      min-height: auto; }

    .grid.default-grid .is-sidebar.span-three {
      -ms-grid-rows: 3;
      grid-row: span 3; }

    .content-grid .is-sidebar {
      padding-top: 74px;
      position: relative; }

    .grid-item.last {
      grid-column: 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.3333%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 20px; }

  .grid.has-sidebar .is-sidebar {
    float: right; }

  .grid .grid-item.content {
    width: 48%; } }
@media only screen and (min-width: 1366px) {
  @supports (display: grid) {
    .grid {
      display: -ms-grid;
      display: grid;
      grid-auto-flow: dense;
      -ms-grid-columns: 1fr 1fr 1fr 1fr;
      -ms-grid-rows: 1fr;
      grid-gap: 20px; }

    .grid .grid-item {
      width: auto;
      float: none;
      min-height: 250px; }

    .grid.default-grid:not(.content-grid):not(.hff-grid) {
      -ms-grid-columns: 1fr, 1fr, 1fr, 1fr;
      grid-template-columns: minmax(300px, 1fr) minmax(300px, 1fr) minmax(300px, 1fr) minmax(300px, 1fr); }

    .grid-item.last {
      grid-column: 4; } } }
@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: 23%;
    margin-bottom: 20px; }

  .grid .grid-item.content {
    width: 66%; } }
/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */
/* 

 * Site specific fonts used:
 * 
 * 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 {
  height: 100%; }

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 400;
  background-color: #13161f;
  color: #fff; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  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;
  box-sizing: border-box;
  color: #ffffff; }

a:hover {
  color: #74b338; }

a.more {
  color: #909fae;
  text-decoration: underline; }

a.more:hover {
  color: #74b338; }

.btn-group .btn {
  display: inline-block;
  width: auto; }

.highlight {
  color: #91cae4; }

strong.highlight {
  font-weight: normal; }

.warning {
  color: #91cae4;
  text-transform: uppercase; }

/* Buttons */
a.btn, button, input[type="submit"] {
  text-align: center;
  text-decoration: none;
  background-color: #74b338;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: .9rem;
  padding: .75rem 1.75rem;
  width: 100%;
  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;
  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, input[type="submit"]:hover {
  background-color: #4a7720; }

.btn-clear {
  background-color: transparent;
  padding: 6px 0;
  color: #fff; }

.btn-clear:hover {
  background-color: transparent;
  color: #74b338; }

.btn.transparent {
  position: relative;
  background-color: transparent;
  border: 2px solid #fff; }

.btn.transparent:hover {
  background-color: #fff;
  color: #74b338; }

.btn.transparent.blue {
  -webkit-box-shadow: 3px 3px 19px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 3px 3px 19px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 3px 3px 19px 0px rgba(0, 0, 0, 0.25);
  border: 2px solid #7e9cc0;
  color: #7e9cc0;
  font-size: .8rem; }

.btn.transparent.blue:hover {
  background-color: #13161f;
  color: #fff; }

.btn.secondary {
  background-color: #909fae; }

.tag.btn {
  padding: .5rem .75rem;
  line-height: 1em;
  font-size: .9rem;
  margin-bottom: 0px; }

span.tag {
  text-align: center;
  text-decoration: none;
  background-color: #74b338;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  box-sizing: border-box;
  white-space: nowrap;
  padding: .5rem .75rem;
  line-height: 1em;
  font-size: .9rem;
  margin-bottom: 0px; }

#MainContent_HostList_Network.has-content h4 {
  margin-top: .75em; }
#MainContent_HostList_Network.has-content p:not(:first-of-type) img {
  margin-top: 50px; }

/* typography */
/* position */
.right {
  text-align: right; }

.left {
  text-align: left; }

.center {
  text-align: center; }

/* utility */
.clear {
  clear: both; }

figure {
  margin: 40px 0; }

/* Add Margins/Padding */
.margin-top {
  margin-top: 1em; }

.margin-bottom {
  margin-bottom: 1em; }

.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 {
  padding-bottom: 0 !important; }

.padding-left {
  padding-left: 1em; }

.padding-right {
  padding-right: 1em; }

.border-top {
  border-top: 1px solid #1e2331; }

.border-bottom {
  border-top: 1px solid #1e2331; }

/* typography */
h1 {
  font-size: 1.7rem;
  line-height: 1.1em; }

h1 span {
  font-size: 1.25rem;
  text-transform: uppercase;
  display: block;
  line-height: 1.5em; }

h1.home-h1 {
  margin: 0; }
  h1.home-h1 span {
    opacity: 0;
    z-index: 0;
    position: absolute; }

h2:not(.underline) {
  font-size: 1.65rem;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 800;
  border-left: 4px solid #74b338;
  padding-left: 15px;
  margin-bottom: 40px; }

h2:not(.underline) span {
  color: #909fae;
  font-weight: 300; }

h2:not(.underline) span strong {
  font-weight: 700; }

h2.underline {
  font-size: 1.15rem;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 500;
  border-bottom: 1px solid #1e2331;
  padding-bottom: 10px;
  margin-bottom: 40px; }

h2.underline span {
  border-bottom: 3px solid #74b338;
  padding-bottom: 7px; }

h3 {
  font-size: 1.15rem;
  line-height: .85em;
  margin-bottom: 15px; }

h3 em {
  font-style: normal;
  display: block;
  font-size: .5em; }

h3 a:not(.tag) {
  color: #fff; }

h3 a:not(.tag):hover {
  color: #74b338; }

h4 {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.1em; }

h5 {
  font-weight: normal;
  margin: 1em 0;
  text-transform: uppercase;
  color: #909fae;
  font-size: 1.2rem; }

p {
  display: block;
  -webkit-margin-before: .75em;
  -webkit-margin-after: .75em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px; }

.by-line {
  color: #909fae; }

/* ==========================================================================
   Global styles
   ========================================================================== */
/* masthead / nav */
.masthead {
  position: relative;
  width: 100%;
  box-sizing: border-box; }

.masthead .logo {
  max-width: 100%;
  width: 200px;
  height: auto;
  border-right: 2px solid #1e2331; }

.masthead .logo a:after {
  background-color: transparent;
  width: 0; }

.main-menu {
  display: none; }

.main-menu a:after {
  background-color: #74b338; }

.toggle-menu {
  float: right;
  font-size: 2em;
  padding-top: 15px; }

.toggle-menu:hover {
  color: #232835; }

.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 {
  background-color: transparent;
  border-bottom: 1px solid #1e2331;
  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 #1e2331;
  margin: 0; }

.slicknav_nav li li a {
  padding-left: 25px; }

.slicknav_menu a:hover {
  background-color: #15273e; }

.slicknav_nav .slicknav_arrow {
  float: right;
  font-family: 'networks'; }

.main-nav {
  background-color: #080b10; }

.main-nav .slicknav_menu li a {
  color: #fff; }

.main-nav .slicknav_menu li a:hover {
  background-color: transparent;
  color: #909fae; }

.slicknav_menu .slicknav_collapsed .slicknav_arrow {
  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 {
  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;
  padding-top: 14px;
  padding-bottom: 14px; }

.wrapper.no-padding {
  padding-top: 0;
  padding-bottom: 0; }

.drop-down-menu ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  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: #f2f2f2; }

.drop-down-menu > ul > li > a {
  padding: 12px 0;
  letter-spacing: .05em;
  font-weight: 600;
  position: relative; }

.drop-down-menu > ul > li > a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0px;
  height: 4px;
  background-color: #74b338;
  -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; }

.drop-down-menu > ul > li:hover > a:before, .drop-down-menu > ul > li.active > a:before {
  width: 25px;
  -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; }

.drop-down-menu li:hover {
  cursor: pointer; }

.drop-down-menu ul li ul {
  background: #080b10;
  visibility: hidden;
  opacity: 0;
  float: left;
  min-width: 150px;
  position: absolute;
  padding: 20px;
  margin-top: 0;
  left: 0;
  z-index: 999; }

.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 0 5px 18px;
  width: 100%;
  box-sizing: border-box;
  text-transform: none; }

.utility {
  background-color: #13161f;
  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: .3;
  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 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; }

.plus-teaser {
  display: inline-block;
  padding-right: 50px;
  position: relative;
  text-align: left; }
  .plus-teaser a {
    color: #74b338; }
    .plus-teaser a:hover {
      color: #fff; }
  .plus-teaser h4 {
    font-weight: 700;
    font-size: 1.5rem;
    margin: 5px 0; }
  .plus-teaser p {
    margin: 0; }
  .plus-teaser strong {
    color: #74b338; }
  .plus-teaser .play-now {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    background-color: #fff;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    color: #909fae; }
    .plus-teaser .play-now:hover {
      color: #74b338; }

.main-nav {
  text-align: center; }

.main-nav input {
  background-color: transparent; }

.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; }

.main-nav li:last-of-type {
  padding-right: 0; }

.sub-nav li {
  display: block;
  padding-right: 15px; }

.main-nav li a {
  color: #fff;
  display: block;
  font-size: .9rem; }

.main-nav li li a {
  font-size: .9rem;
  color: #909fae; }

.main-nav li.active > a, .sub-nav a.active {
  color: #74b338;
  position: relative; }

.page-header {
  background-color: #080b10;
  z-index: 50; }
  .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 h1 {
    font-weight: 800;
    padding: 15px 0;
    line-height: 1em;
    color: #fff;
    margin: 0;
    font-size: 1.4rem; }
  .page-header .sub-nav {
    text-transform: uppercase;
    font-size: .8rem;
    font-weight: 600;
    background-color: #d6dae1;
    padding: 20px 0;
    position: relative; }
    .page-header .sub-nav a {
      color: #080b10; }
    .page-header .sub-nav a:hover, .page-header .sub-nav .active a {
      color: #74b338; }
    .page-header .sub-nav .active a:before {
      content: '';
      position: absolute;
      bottom: -25px;
      left: calc(50% - 10px);
      width: 0px;
      height: 0px;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 8px solid #080b10; }

.featured-article {
  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; }

.partner-grid > div {
  padding-bottom: 20px; }

.has-content .cam-list > div {
  padding-bottom: 40px; }
.has-content .cam-list .video {
  display: block;
  padding-right: 40px; }
.has-content .cam-list img {
  display: block;
  width: 100%;
  height: auto; }
.has-content .cam-list h4 {
  margin: 10px 0; }
.has-content .cam-list p {
  font-size: .9rem; }

.has-search {
  padding-top: 25px;
  margin-top: 25px;
  border-top: 1px solid #1e2331; }

.has-search button {
  font-size: 1.5rem; }

.alpha-nav {
  margin: 0 -1rem;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  font-size: .9rem; }
  .alpha-nav li {
    list-style-type: none;
    border-right: 1px solid #4b596a;
    text-align: center;
    flex: 1 1 auto;
    line-height: 1rem;
    margin: 0 0 25px 0; }
  .alpha-nav li:last-of-type {
    border-right: 0; }
  .alpha-nav a {
    color: #909fae; }
  .alpha-nav .active a {
    color: #fff;
    border-bottom: 2px solid #74b338; }
  .alpha-nav a:hover {
    color: #fff; }

.filter-container {
  padding-top: 15px;
  display: flex;
  flex-wrap: wrap; }
  .filter-container h2 {
    margin: 10px 0 30px 0; }
  .filter-container .has-filter {
    min-width: 200px; }
  .filter-container .has-head {
    padding-right: 25px; }
  .filter-container .select-options {
    background-color: #d6dae1;
    color: #13161f; }

/* footer */
footer {
  font-size: 1rem;
  text-align: left; }
  footer ul, footer ul li {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  footer .promoted-links {
    margin-top: 10px;
    padding-top: 25px;
    border-top: 1px solid #4b596a;
    line-height: 2em;
    font-size: .9rem;
    text-transform: uppercase;
    font-weight: 600; }
  footer .footer-links ul {
    margin-top: 25px; }
  footer .footer-links ul li {
    width: 100%;
    box-sizing: border-box;
    line-height: 2rem;
    font-size: .7rem; }
  footer .social-links {
    margin-left: -5px; }
    footer .social-links li {
      display: inline-block;
      font-size: 1rem;
      padding: 10px 4px; }
  footer h2 {
    margin-top: 25px;
    margin-bottom: 15px; }
  footer h5 {
    border-bottom: 1px solid #4b596a;
    padding-bottom: 10px; }
  footer a {
    color: #909fae; }
  footer a:hover {
    color: #fff; }
  footer .provider-search {
    padding: 35px 0;
    border-bottom: 1px solid #4b596a;
    align-items: center;
    text-align: left; }
    footer .provider-search button, footer .provider-search input {
      padding: 15px 20px;
      margin-bottom: 0; }
    footer .provider-search div:first-of-type {
      color: #74b338;
      font-size: 1.4rem;
      font-weight: 700; }
  footer .privacy-links ul {
    border-top: 1px solid #4b596a;
    padding-top: 25px;
    text-transform: uppercase; }
  footer .footer-nav {
    padding: 30px 0 100px 0; }
  footer .copyright {
    color: #4b596a;
    font-size: .7rem;
    padding-top: 40px; }

.disclaimer-text {
  background-color: #13161f;
  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 .wrapper {
    padding-top: 60px;
    padding-bottom: 60px; }

.has-content p {
  font-size: 1rem;
  color: #909fae;
  line-height: 2em;
  max-width: 95%;
  margin-bottom: 1em; }
.has-content h2 {
  margin-bottom: 25px; }
.has-content h3 {
  font-size: 1.5rem;
  margin-top: 0; }
.has-content h4 {
  font-size: 2.25rem;
  font-weight: 300;
  margin-bottom: .75em; }
.has-content .divider {
  padding: 0 6px; }

/* ==========================================================================
   General styles
   ========================================================================== */
/* Main container */
.content-container {
  position: relative;
  min-height: calc(100vh - 320px); }

.reverse {
  color: #fff; }

.positive {
  background: #d6dae1 url("/network/img/odc/bkg_positive.jpg") repeat top center;
  color: #080b10; }
  .positive.narrow .wrapper {
    max-width: 900px; }
  .positive h1, .positive h2, .positive h3, .positive h4, .positive h5 {
    color: #080b10; }
  .positive h5 {
    text-transform: none;
    font-weight: 600;
    margin-bottom: 0; }
  .positive hr {
    border-top: 1px solid #080b10; }
  .positive input[type="text"], .positive .select-styled {
    background-color: #fff;
    color: #080b10;
    margin-bottom: 10px; }
  .positive input[type="text"] {
    border-color: #999; }
  .positive .has-content a {
    color: #74b338;
    text-decoration: underline; }
  .positive .has-content p, .positive .has-content li {
    color: #080b10;
    font-size: .9rem; }
  .positive .has-content ol.alpha {
    list-style-type: lower-alpha; }
  .positive .has-content ol.roman {
    list-style-type: lower-roman; }
  .positive .has-content ol:not(.alpha):not(.roman) {
    list-style: none;
    counter-reset: li; }
    .positive .has-content ol:not(.alpha):not(.roman) > li {
      counter-increment: li; }
      .positive .has-content ol:not(.alpha):not(.roman) > li:before {
        content: counter(li);
        color: #74b338;
        display: inline-block;
        font-weight: bold;
        width: 1.5em;
        margin-left: -1.5em; }

.reverse-bkg {
  background-color: #13161f; }

.wrapper {
  margin: 0 auto;
  padding: 30px 5vw;
  max-width: 1266px; }

.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; }
  .full-video .close {
    display: none; }

.bkg-dark {
  background-color: #080b10; }

.addthis_inline_share_toolbox.contrast .at-share-btn {
  background-color: #080b10 !important; }

.is-header {
  position: relative;
  min-height: 26px; }
  .is-header .addthis_inline_share_toolbox {
    position: absolute;
    right: .5em;
    bottom: 0; }

.sweeps img {
  width: 100%;
  height: auto; }

.search-related {
  text-align: left;
  padding-top: 30px; }
  .search-related h2 {
    padding-bottom: 10px !important; }
  .search-related li {
    border-bottom: 1px solid #1e2331;
    padding: 5px 0 !important; }

#cludo-search-results .search-result-count {
  color: #909fae; }
  #cludo-search-results .search-result-count b {
    color: #fff; }
#cludo-search-results .search-results-item {
  border-bottom: 1px solid #4b596a;
  padding-bottom: 20px; }
  #cludo-search-results .search-results-item h2:not(.underline) {
    border-left: 0; }
  #cludo-search-results .search-results-item a {
    color: #74b338; }
  #cludo-search-results .search-results-item p {
    font-size: .9rem;
    color: #909fae; }

.cludo-page-navigation .active {
  color: #74b338; }

#cludo-404-results {
  padding-bottom: 30px; }
  #cludo-404-results ul, #cludo-404-results li {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  #cludo-404-results .cludo-result-item {
    border-bottom: 1px solid #4b596a;
    padding-bottom: 20px; }
  #cludo-404-results .cludo-results h3 {
    margin-top: 50px; }
  #cludo-404-results h4 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #080b10;
    text-decoration: none; }

.powered-by-cludo, .powered-by {
  display: none !important; }

.related-video-list {
  position: absolute;
  color: #fff;
  background-color: rgba(46, 49, 54, 0.9);
  z-index: 1;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 25px;
  overflow: hidden; }
  .related-video-list .row {
    background-color: transparent !important;
    margin-right: -.5rem;
    margin-left: -.5rem; }
    .related-video-list .row > div {
      padding-right: .5rem;
      padding-left: .5rem; }
    .related-video-list .row .col-xs {
      padding-left: 25px !important;
      padding-right: 25px !important; }
  .related-video-list h2 {
    text-transform: none;
    border-left: 0;
    margin: 0;
    margin-left: 0 !important;
    padding: 0;
    font-size: 1.75rem;
    font-weight: 600; }
  .related-video-list .icon-video-replay {
    display: block;
    font-size: 4rem;
    font-size: 6vw;
    padding-bottom: 5px; }
  .related-video-list .current-video-title {
    padding-left: 15px;
    font-weight: 600;
    font-size: 1.3rem; }
  .related-video-list .col-sm-9 {
    margin-top: auto; }
  .related-video-list .replay {
    display: block;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 600; }
  .related-video-list .current-video {
    border-right: 1px solid #fff; }
  .related-video-list .related-video-item .video {
    max-height: 60%; }
    .related-video-list .related-video-item .video:before {
      background-color: rgba(0, 0, 0, 0.3); }
  .related-video-list .related-also {
    padding-top: 30px; }
    .related-video-list .related-also h3 {
      font-size: 1.25rem;
      font-weight: 600; }
  .related-video-list a {
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.4em; }
    .related-video-list a:hover {
      color: #74b338; }

#MainContent_ShowVideoPlayerControl_magVideoPlayerPanel .related-video-item {
  padding-right: 15px; }

.full-video-small .current-video-title h2 {
  font-size: 1.5rem; }
.full-video-small .current-video-title .video-label {
  display: none; }
.full-video-small .related-video-list .replay {
  font-size: .9rem; }
  .full-video-small .related-video-list .replay .icon-video-replay {
    font-size: 1.5rem; }
.full-video-small .related-video-list .related-also, .full-video-small .related-video-list .related-listings {
  display: none !important; }
.full-video-small .close {
  display: inline-block; }

.channel-search button {
  padding: 14px 25px;
  margin-bottom: 0;
  max-width: 100%; }
.channel-search .row {
  margin-bottom: 15px; }
.channel-search h3 {
  font-size: 1.25rem;
  text-align: right; }

.channel-results {
  padding-bottom: 30px; }
  .channel-results table {
    width: 100%; }
    .channel-results table th, .channel-results table td {
      text-align: left;
      padding: 10px 0;
      border: 0;
      margin: 0; }
    .channel-results table th {
      border-bottom: #ccc 1px solid; }

.has-feature .feature-item {
  position: relative;
  background-position: center center;
  background-size: cover; }
.has-feature a.video.locked, .has-feature a.video.overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0; }
.has-feature h2 {
  font-size: 1.6rem;
  margin: 5px 0 10px 0;
  margin-left: -20px; }
.has-feature h3 {
  margin-top: 0; }
.has-feature .content {
  padding: 10%;
  position: relative;
  z-index: 1; }
.has-feature .content.no-content {
  padding-top: 45%;
  box-sizing: border-box;
  max-height: 700px; }
.has-feature .row:not(.cam-list) {
  margin-left: 0;
  margin-right: 0; }
.has-feature .btn {
  margin-top: 5%; }
.has-feature p {
  color: #909fae;
  margin: 0 0 15px 0; }
.has-feature .cam-list {
  padding-top: 30px; }
  .has-feature .cam-list img {
    display: block;
    margin-bottom: 10px;
    box-sizing: border-box; }
  .has-feature .cam-list .cam-item {
    padding-bottom: 20px; }
  .has-feature .cam-list .cam-item:not(.active) {
    opacity: .5; }
    .has-feature .cam-list .cam-item:not(.active) img {
      -webkit-box-shadow: 3px 3px 19px 0px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 3px 3px 19px 0px rgba(0, 0, 0, 0.25);
      box-shadow: 3px 3px 19px 0px rgba(0, 0, 0, 0.25); }
  .has-feature .cam-list .cam-item.active {
    opacity: 1; }
    .has-feature .cam-list .cam-item.active img {
      border: 2px solid #91cae4; }

.has-feature.has-overlay .content {
  background-color: rgba(19, 22, 31, 0.8);
  color: #fff;
  padding: 40px 30px 50px 45px;
  position: relative; }
.has-feature.has-overlay .icon-arrow-right {
  color: #fff;
  display: inline-block;
  border-radius: 50%;
  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;
  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 {
  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 p {
  margin: 0;
  font-weight: 300; }
.has-feature.has-overlay .feature-item {
  padding: 50% 0 4% 0; }
.has-feature.has-overlay h2 {
  font-size: 1.6rem;
  margin-bottom: 6px;
  margin-left: -20px; }

.has-feature.has-col .row {
  background-color: #15273e; }
  .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; }
  .has-feature.has-col .row p {
    font-size: .8rem;
    line-height: 1.4em; }
  .has-feature.has-col .row .addthis_inline_share_toolbox {
    position: absolute;
    top: 10px;
    right: 8px; }
  .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; }

/* mini */
.mini-schedule {
  padding: 15px 0;
  position: relative;
  font-size: .8em;
  text-transform: uppercase; }
  .mini-schedule .wrapper {
    background-color: #080b10;
    box-sizing: border-box;
    padding-top: 12px;
    padding-bottom: 12px; }
  .mini-schedule > .wrapper > div {
    padding: 0 15px; }
  .mini-schedule a {
    color: #909fae; }
  .mini-schedule a.active {
    color: #fff; }
  .mini-schedule .slick-prev, .mini-schedule .slick-next {
    background-color: #232835; }
  .mini-schedule .slick-prev {
    border-radius: 0 3rem 3rem 0;
    padding: 36px 36px 36px 0px;
    left: calc(-1vw - 15px); }
  .mini-schedule .slick-next {
    border-radius: 3rem 0 0 3rem;
    padding: 36px 36px 36px 0px;
    right: calc(-1vw - 15px); }
  .mini-schedule .slick-prev:before, .mini-schedule .slick-next:before {
    position: relative;
    top: -8px;
    font-size: 1rem;
    color: #fff; }
  .mini-schedule .slick-prev:before {
    left: 12px; }
  .mini-schedule .slick-next:before {
    left: 16px; }
  .mini-schedule .slick-disabled {
    opacity: .25; }
  .mini-schedule .tabgroup > div {
    outline: none; }
  .mini-schedule .schedule-days ul, .mini-schedule .schedule-days li {
    margin: 0;
    padding: 0 10px;
    display: inline-block;
    list-style-type: none; }
  .mini-schedule .schedule-days a:hover {
    color: #fff; }
  .mini-schedule .show-time {
    float: left;
    margin-left: 3px;
    /* fix for carousel showing on certain characters */
    color: #909fae; }
  .mini-schedule .show-title {
    position: relative;
    font-size: .75rem;
    color: #fff;
    margin-left: 90px;
    padding-right: 40px;
    line-height: 1.2em; }
  .mini-schedule .show-title:after {
    content: '';
    position: absolute;
    left: -15px;
    top: 0;
    height: 80px;
    border-right: 1px solid #1e2331; }
  .mini-schedule .show-time strong {
    color: #fff;
    font-weight: 700;
    line-height: 1em;
    font-size: 1.65rem;
    display: block; }

.js .schedule-carousel,
.js .caro.wide,
.js .caro.wide .content {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear; }

.js .schedule-carousel.slick-initialized,
.js .caro.wide.slick-initialized,
.js .caro.wide.slick-initialized .content {
  visibility: visible;
  opacity: 1; }

.has-schedule .schedule-list {
  background-color: #080b10;
  padding: 15px 0;
  display: flex;
  flex-wrap: wrap;
  color: #f2f2f2;
  font-size: .8rem; }
  .has-schedule .schedule-list .schedule-carousel.wrapper {
    padding: 0 45px;
    box-sizing: border-box;
    max-width: 100%; }
  .has-schedule .schedule-list .slick-dots {
    box-sizing: border-box;
    max-width: 100%;
    left: 0; }
  .has-schedule .schedule-list .slick-dots li button:before {
    color: #909fae;
    font-size: 30px; }
  .has-schedule .schedule-list .schedule-head {
    padding: 0 68px; }
  .has-schedule .schedule-list .schedule-item {
    border-right: 1px solid #1e2331;
    padding: 0 40px 0 20px;
    box-sizing: border-box; }
  .has-schedule .schedule-list .schedule-item:last-of-type {
    border-right: 0; }
  .has-schedule .schedule-list .label {
    color: #f2f2f2;
    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 .day {
    font-weight: 600;
    color: #f2f2f2; }
  .has-schedule .schedule-list strong {
    display: inline-block;
    padding-right: 8px; }
  .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: #909fae;
    font-size: .8rem;
    font-weight: 600; }
  .has-schedule .schedule-list .slick-prev {
    left: 0; }
  .has-schedule .schedule-list .slick-next {
    right: 0; }
  .has-schedule .schedule-list p {
    color: #f2f2f2; }

.content-list .row {
  padding-bottom: 35px; }
.content-list .has-desc {
  padding-left: 25px; }
  .content-list .has-desc p {
    line-height: 1.6em;
    font-size: .9rem; }
  .content-list .has-desc h4 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 2rem; }
  .content-list .has-desc h5 {
    margin-top: -10px;
    font-weight: normal;
    text-transform: uppercase;
    color: #909fae; }
  .content-list .has-desc a {
    color: #74b338; }
.content-list h2.underline {
  margin-bottom: 35px; }

/* Related Articles */
.side-bar {
  background-color: #f0f0f0; }

.side-bar.related-articles {
  padding-left: 0;
  padding-right: 0; }

.article-list-container {
  position: relative; }

.article-list-container a {
  color: #343434; }

.article-list-container .active a {
  color: #fff; }

.article-list-container:before {
  content: '';
  height: 40px;
  width: 100%;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(top, #f0f0f0 0%, rgba(240, 240, 240, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f0f0f0 0%, rgba(240, 240, 240, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f0f0f0 0%, rgba(240, 240, 240, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

.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 {
  max-height: 60vh;
  overflow-y: scroll;
  overflow-x: visible;
  padding: 40px 0; }

.article-item {
  padding: 15px 25px;
  position: relative; }

.article-item.active {
  background-color: #74b338;
  color: #fff; }

.article-item .progress-container {
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  padding: 5px;
  width: 15px;
  right: 0px;
  height: 100%;
  background: #fff;
  box-sizing: border-box; }

.article-item.active .progress-container {
  opacity: 1; }

.article-item .progress-container .progress-bar {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #ed7a26; }

.article-item .progress-container .progress-bar .percentage {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #c4c4c4;
  width: 100%; }

article.trimmed {
  position: relative; }

article.trimmed .content {
  max-height: 200vh;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1); }

article.trimmed.full-length .content {
  overflow: hidden;
  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; }

.show-more {
  padding: 25px 0 50px 0; }

.article-pagination {
  position: fixed;
  bottom: 0;
  padding: 15px 0;
  z-index: 10;
  background: #fff;
  width: 100%; }

.article-pagination ul, .article-pagination li {
  margin: 0;
  padding: 0; }

.article-pagination li {
  display: inline-block; }

.ad-wrapper, .full-width-container {
  background-color: #15273e;
  text-align: center;
  padding: 18px 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 112px; }

.ad-wrapper.bkg-clear {
  background-color: transparent; }

.inline-ad {
  text-align: center;
  margin-bottom: 25px; }

.grid-item .ad-wrapper {
  padding-top: 10%;
  padding-bottom: 10%; }

.fixed-ad {
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 1000;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .fixed-ad .ad-label {
    background-color: #13161f;
    color: #fff;
    float: left;
    display: inline-block;
    padding: 2px 10px; }
  .fixed-ad .close-fixed-ad {
    background-color: #13161f;
    color: #fff;
    float: right;
    font-size: .5rem;
    padding: 2px;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 16px;
    position: absolute;
    top: 15px;
    right: -10px;
    z-index: 5;
    border-radius: 50%;
    display: inline-block; }

.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: #74b338;
      -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 {
    background-color: #15273e;
    margin-bottom: 25px; }
  .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: #74b338;
    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: #909fae;
    -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.048);
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -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 19px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 3px 3px 19px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 3px 3px 19px 0px rgba(0, 0, 0, 0.25); }
    .has-episodes .row:not(.no-hover):hover.is-episode {
      background: -moz-linear-gradient(left, #299a8e 0%, #19334d 50%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #299a8e 0%, #19334d 50%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, #299a8e 0%, #19334d 50%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
    .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: #909fae;
    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%, #19334c 25%, #19334d 55%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #19334d 5%, #19334c 25%, #19334d 55%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #19334d 5%, #19334c 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 #74b338;
      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; }

.default-grid.quartered h3 {
  margin-bottom: 0;
  margin-top: 10px;
  line-height: 1.25em; }
.default-grid.quartered .feat-img-sm {
  margin-bottom: 10px; }
.default-grid.quartered .by-line {
  font-size: .7rem;
  margin-top: 0; }
.default-grid.quartered .has-ad {
  text-align: center; }

.grid-item .more-info {
  float: right;
  opacity: .5; }
.grid-item:hover .more-info {
  opacity: 1; }
.grid-item .article-link.has-info {
  padding: 40px 30px 30px 30px;
  box-sizing: border-box;
  color: #f2f2f2;
  font-size: .7rem;
  line-height: 1.4em;
  opacity: 0;
  overflow: hidden;
  background: -moz-linear-gradient(bottom left, rgba(41, 154, 142, 0.9) 20%, rgba(40, 61, 114, 0.9) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(bottom left, rgba(41, 154, 142, 0.9) 20%, rgba(40, 61, 114, 0.9) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom left, rgba(41, 154, 142, 0.9) 20%, rgba(40, 61, 114, 0.9) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .grid-item .article-link.has-info h5 {
    color: #fff;
    font-weight: 600;
    font-size: .9rem; }
.grid-item:hover .article-link.has-info {
  opacity: 1; }

.mini-promo {
  background-color: #13161f;
  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: #74b338;
  line-height: 100px;
  left: 0;
  top: 0; }

.mini-promo .has-cta a:hover {
  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 {
  margin-top: 40px; }
  .is-newsletter h3 {
    position: relative;
    font-size: 1.6rem;
    padding-bottom: 30px;
    margin-bottom: 30px; }
  .is-newsletter h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    margin: 0 auto;
    background-color: #74b338; }

.lity a:link, .lity a:visited {
  color: #74b338; }

.lity-opened {
  max-width: 100%; }

.lity-container {
  position: relative;
  font-size: .9em; }
  .lity-container .lity-close {
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    background-color: #74b338;
    height: 32px;
    right: 10px;
    top: 10px;
    width: 32px;
    border-radius: 0; }
    .lity-container .lity-close:before {
      display: block;
      content: '\E808';
      font-family: 'networks';
      font-size: .8rem;
      color: #fff; }
  .lity-container .lightbox#consent {
    padding: 60px;
    background: white;
    max-width: 800px;
    position: relative;
    color: #13161f;
    overflow: auto; }
    .lity-container .lightbox#consent .ptc-header {
      font-weight: bold; }
  .lity-container ul {
    list-style-type: none;
    padding-left: 0; }
    .lity-container ul li {
      margin-bottom: 1rem; }
  .lity-container h1 {
    font-weight: 900;
    font-size: 44px;
    border-bottom: 2px solid #1e2331;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 0; }
  .lity-container a:link, .lity-container a:visited {
    color: #74b338; }

.consent-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 30px;
  background-color: #080b10;
  font-size: .75rem;
  z-index: 10;
  box-sizing: border-box; }
  .consent-popup a {
    color: #74b338;
    text-decoration: underline; }
  .consent-popup .consent-close {
    text-decoration: none;
    position: relative;
    top: 10px; }
    .consent-popup .consent-close span {
      padding-left: 5px;
      font-size: 1rem;
      color: #ffffff;
      position: relative;
      top: 1px; }
  .consent-popup .consent-close {
    float: right; }

.modal-wrapper {
  background-color: #13161f;
  border: 2px solid #1e2331;
  border-radius: 2px;
  max-width: 800px;
  overflow-y: auto; }
  .modal-wrapper .newsletter-form label {
    font-weight: bold;
    font-size: 18px; }
  .modal-wrapper .is-message {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 1rem;
    text-align: center; }
  .modal-wrapper .has-signup-field:not(.has-checkbox) label {
    font-weight: bold;
    font-size: 18px; }
  .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 #1e2331;
    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: #15273e; }

.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; }

.modal-body select {
  width: 100%;
  box-sizing: border-box;
  padding: 12px;
  border: none;
  color: #ffffff;
  font-size: .9em;
  outline: none;
  -webkit-appearance: none;
  background-color: #232835;
  border: 1px solid #3e4356; }

label {
  margin-bottom: 20px;
  display: block; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

input, textarea {
  width: 100%;
  box-sizing: border-box;
  background-color: #4b596a;
  padding: 12px 15px;
  border: 1px solid #3e4356;
  color: #f2f2f2;
  font-size: .9em;
  outline: none; }

input:focus, textarea:focus {
  color: #f2f2f2; }

input[type="radio"], input[type="checkbbox"] {
  width: auto; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #909fae; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #909fae; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #909fae; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #909fae; }

.styled-checkbox, .styled-radio {
  display: none; }

.styled-checkbox + label, .styled-radio + label {
  background-color: #eee;
  border: 2px solid #999;
  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 {
  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;
  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 {
  align-items: center;
  margin-bottom: 15px; }

.form-grid label {
  margin-bottom: 0; }

select {
  width: 100%;
  box-sizing: border-box;
  padding: 17px;
  border: none;
  color: #1c1918;
  font-size: .9em;
  outline: none;
  -webkit-appearance: none; }

.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: #080b10;
  width: 100%;
  height: 40px;
  padding: 12px 20px;
  max-width: 100%;
  box-sizing: border-box; }

.select:after {
  content: '';
  position: absolute;
  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;
  color: #7e9cc0;
  font-size: .8rem;
  line-height: 1.5em;
  text-transform: uppercase;
  background-color: transparent;
  border: 2px solid #7e9cc0;
  font-weight: 600; }

.select-styled:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10; }

.select-styled:before {
  content: '';
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  z-index: 15;
  width: 20px;
  background: url("/network/img/odc/drop-arrow.svg") no-repeat;
  background-position: 0% 50%; }

.select-styled.active:before {
  background: url("/network/img/odc/drop-arrow.svg") 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: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  min-width: 180px;
  max-height: 300px;
  overflow: scroll;
  background-color: #f2f2f2;
  font-weight: 600;
  text-transform: uppercase; }

.select-options li {
  margin: 0;
  padding: 8px 20px;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  font-size: .8em; }

.select-options li:hover {
  color: #74b338; }

.select-options li[rel="hide"] {
  display: none; }

a.video {
  position: relative;
  display: inline-block; }

a.video:before {
  font-family: 'networks';
  content: '\e800';
  background-color: rgba(19, 22, 31, 0.8);
  position: absolute;
  top: 50%;
  left: 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;
  box-sizing: border-box;
  width: 80px;
  height: 80px;
  line-height: 75px;
  text-align: center; }

a.video.locked:before {
  content: '\e811';
  font-size: 30px; }

a.video:after {
  width: 0;
  background-color: transparent; }

a.video:hover:before {
  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; }

video {
  max-width: 100%; }

.video-item {
  position: relative; }
  .video-item .content {
    position: absolute;
    padding: 50px;
    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; }

.is-sponsored {
  border-left: 6px solid #74b338;
  padding-left: 12px; }

.sponsor-feature {
  padding-bottom: 30px; }
  .sponsor-feature h4 {
    margin-top: 0; }
  .sponsor-feature h5 {
    margin-bottom: 5px; }
  .sponsor-feature p {
    font-size: .9rem; }

.sponsor-list {
  padding-bottom: 30px; }
  .sponsor-list > div {
    padding-bottom: 20px; }

.special-promo {
  background-color: #080b10;
  color: #fff; }
  .special-promo.no-border .wrapper {
    padding-top: 10px;
    padding-bottom: 10px; }
  .special-promo.no-border .toggle-promo {
    padding-top: 6px;
    display: inline-block; }
  .special-promo.no-border span a {
    color: #74b338; }
  .special-promo.has-ad .wrapper {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    background: #080b10 url(/network/img/sc/bkg_warmode.jpg) no-repeat top center;
    background-size: cover; }
  .special-promo h3 {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 2.25rem; }
  .special-promo:not(.no-border) .row {
    padding-left: 35px;
    border-left: 5px solid #74b338; }
  .special-promo .btn {
    margin-bottom: 0; }
  .special-promo .toggle-promo {
    color: #fff; }
  .special-promo .toggle-promo:hover {
    color: #74b338; }

.video-caro {
  padding: 40px 0;
  background-color: #13161f; }
  .video-caro .caro-item {
    background-position: center center;
    background-size: cover;
    margin: 0 18px;
    width: 1040px;
    height: auto !important;
    max-width: 100%;
    min-height: 100%;
    opacity: .5;
    box-sizing: border-box;
    background-color: #13161f; }
    .video-caro .caro-item .video-promo .video-bkg {
      background: #13161f url(/network/img/bkg_shadow.png) no-repeat bottom center;
      padding: 0 0 65px 0; }
    .video-caro .caro-item .video-detail {
      position: relative;
      z-index: 100;
      margin-top: -40px;
      text-transform: uppercase; }
      .video-caro .caro-item .video-detail h4 {
        text-transform: uppercase;
        font-size: 1.8rem;
        margin: 0; }
      .video-caro .caro-item .video-detail p {
        margin: 0; }
      .video-caro .caro-item .video-detail .highlight {
        color: #74b338; }
  .video-caro .slick-active {
    opacity: 1; }
    .video-caro .slick-active button:before {
      -webkit-box-shadow: 3px 3px 19px 0px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 3px 3px 19px 0px rgba(0, 0, 0, 0.25);
      box-shadow: 3px 3px 19px 0px rgba(0, 0, 0, 0.25); }
  .video-caro .slick-active .content {
    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; }
  .video-caro .slick-active .btn {
    opacity: 1; }
  .video-caro .btn {
    margin-top: 2%; }
  .video-caro .slick-dots {
    bottom: 0px; }
  .video-caro .slick-dots li button:before {
    color: #909fae;
    font-size: 2.5rem;
    opacity: .9; }
  .video-caro .slick-dots li.slick-active button:before {
    color: #74b338; }

.has-carousel {
  background-size: cover; }

.caro.wide, .caro.full-gallery {
  padding: 40px 0;
  background-color: #13161f; }
  .caro.wide .caro-item, .caro.full-gallery .caro-item {
    background-position: center center;
    background-size: cover;
    width: 1266px;
    max-width: 100%;
    min-height: 100%;
    opacity: .1;
    box-sizing: border-box;
    background-color: #13161f; }
  .caro.wide .content, .caro.full-gallery .content {
    color: #fff;
    padding: 80px 40px 80px 45%;
    max-width: 45%;
    -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; }
  .caro.wide h3, .caro.full-gallery h3 {
    color: #fff;
    font-size: 2.5rem;
    letter-spacing: .025em;
    margin-top: 15px; }
  .caro.wide h3 a, .caro.full-gallery h3 a {
    color: #fff; }
  .caro.wide .label, .caro.full-gallery .label {
    text-transform: uppercase;
    color: #74b338; }
  .caro.wide .slick-active, .caro.full-gallery .slick-active {
    opacity: 1; }
  .caro.wide .slick-active .content, .caro.full-gallery .slick-active .content {
    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; }
  .caro.wide .slick-active .btn, .caro.full-gallery .slick-active .btn {
    opacity: 1; }
  .caro.wide .btn, .caro.full-gallery .btn {
    margin-top: 2%; }
  .caro.wide .slick-dots, .caro.full-gallery .slick-dots {
    bottom: 15px; }
  .caro.wide .slick-dots li button:before, .caro.full-gallery .slick-dots li button:before {
    color: #909fae;
    font-size: 2.5rem;
    opacity: .9; }
  .caro.wide .slick-dots li.slick-active button:before, .caro.full-gallery .slick-dots li.slick-active button:before {
    color: #74b338; }

.caro.has-gallery .caro-item {
  padding-right: 20px; }
.caro.has-gallery .slick-disabled {
  opacity: 0; }
.caro.has-gallery .slick-prev, .caro.has-gallery .slick-next {
  height: 100%;
  background-color: rgba(19, 22, 31, 0.8);
  padding: 0 10px;
  box-sizing: border-box;
  display: inline-block;
  min-width: 50px;
  text-align: center; }
.caro.has-gallery .slick-prev:before, .caro.has-gallery .slick-next:before {
  font-size: 3rem;
  background: -webkit-linear-gradient(#eee, #666);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  cursor: pointer;
  -webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5));
  opacity: 1; }
.caro.has-gallery .slick-prev {
  left: 0px; }
.caro.has-gallery .slick-next {
  right: 0px; }

.has-full-gallery .closed {
  opacity: 0 !important; }
.has-full-gallery .caro-item {
  position: relative;
  max-width: 100vw;
  padding-top: 35px;
  -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;
    height: 650px;
    max-height: 650px;
    max-width: 100vw;
    height: auto; }
  .has-full-gallery .caro-item .addthis_inline_share_toolbox {
    text-align: right; }
  .has-full-gallery .caro-item .at-share-btn {
    background-color: #080b10 !important; }
.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 {
  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: #15273e;
    color: #909fae;
    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 {
      background-color: #1f89db;
      padding: 20px 20px 15px 20px;
      margin: 0;
      font-size: 1.8rem;
      font-weight: 300; }
  .has-full-gallery .description .info-close {
    background-color: #080b10;
    color: #fff;
    text-align: center;
    line-height: 70px; }

.has-full-gallery-controls .caro-item {
  opacity: .3;
  outline: none;
  padding: 5px; }
.has-full-gallery-controls .slick-current {
  opacity: 1; }
  .has-full-gallery-controls .slick-current .th-container {
    border: 2px solid #91cae4; }
.has-full-gallery-controls .pagingInfo {
  padding: 10px;
  color: #909fae;
  font-size: .8rem;
  display: block;
  text-align: center; }
.has-full-gallery-controls .th-container {
  box-sizing: border-box;
  position: relative;
  text-align: center;
  max-width: 100%;
  padding-top: 60%;
  overflow: hidden; }
  .has-full-gallery-controls .th-container img {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    max-width: 100%; }

.caro.wide.feature, .caro.full-gallery {
  padding-bottom: 0;
  margin-bottom: 0; }
  .caro.wide.feature .content, .caro.full-gallery .content {
    padding: 150px 50px 50px 50px;
    max-width: 100%;
    opacity: 0; }
  .caro.wide.feature .slick-current .content, .caro.full-gallery .slick-current .content {
    opacity: 1; }
  .caro.wide.feature h3, .caro.full-gallery h3 {
    font-weight: 400; }
  .caro.wide.feature p, .caro.full-gallery p {
    font-size: .9rem; }
  .caro.wide.feature p.enlarge, .caro.full-gallery p.enlarge {
    font-size: 1.2rem; }
  .caro.wide.feature .content:not(.narrow) .branded, .caro.full-gallery .content:not(.narrow) .branded {
    padding-bottom: 30px; }
  .caro.wide.feature .has-narrow-content, .caro.full-gallery .has-narrow-content {
    background-position: 100% center; }
  .caro.wide.feature .content.narrow, .caro.full-gallery .content.narrow {
    padding: 50px;
    position: relative;
    z-index: 1; }
  .caro.wide.feature .content.narrow *, .caro.full-gallery .content.narrow * {
    position: relative;
    z-index: 1; }
  .caro.wide.feature .content.narrow:before, .caro.full-gallery .content.narrow:before {
    content: '';
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: -moz-linear-gradient(top, transparent 20%, rgba(0, 0, 0, 0.6) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, transparent 20%, rgba(0, 0, 0, 0.6) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.6) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .caro.wide.feature .align-right .content, .caro.full-gallery .align-right .content {
    text-align: right; }
  .caro.wide.feature .cta-link, .caro.full-gallery .cta-link {
    margin-top: 8%;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    margin-left: -5px; }
    .caro.wide.feature .cta-link .icon-microphone, .caro.full-gallery .cta-link .icon-microphone {
      font-size: 3rem;
      position: relative;
      top: 10px; }
  .caro.wide.feature .cta-link:hover, .caro.full-gallery .cta-link:hover {
    color: #74b338; }
  .caro.wide.feature .slick-prev, .caro.wide.feature .slick-next, .caro.full-gallery .slick-prev, .caro.full-gallery .slick-next {
    background-color: #74b338;
    border-radius: 0;
    padding: 20px;
    top: calc(50% - 20px); }
  .caro.wide.feature .slick-prev:before, .caro.wide.feature .slick-next:before, .caro.full-gallery .slick-prev:before, .caro.full-gallery .slick-next:before {
    position: relative;
    color: #fff;
    top: -12px;
    left: -5px; }
  .caro.wide.feature .slick-prev:before, .caro.full-gallery .slick-prev:before {
    left: -7px; }
  .caro.wide.feature .slick-prev, .caro.full-gallery .slick-prev {
    left: 0; }
  .caro.wide.feature .slick-next, .caro.full-gallery .slick-next {
    right: 0; }

.caro.hff-promo {
  padding-top: 0; }
  .caro.hff-promo .slick-arrow {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    color: #fff;
    padding: 25px; }
  .caro.hff-promo .slick-prev {
    left: 0; }
    .caro.hff-promo .slick-prev:before {
      margin-left: -10px; }
  .caro.hff-promo .slick-next {
    right: 0; }
    .caro.hff-promo .slick-next:before {
      margin-left: -5px; }
  .caro.hff-promo .slick-disabled {
    opacity: 0; }

.hff-counter {
  padding: 50px 0; }
  .hff-counter .counter {
    font-weight: 600;
    font-size: 2.5rem;
    margin: 15px 0 10px 0; }
  .hff-counter .hff-label {
    text-transform: uppercase;
    color: #909fae;
    font-size: .8rem; }

.hff-map {
  margin-left: -50px; }

.hff-social span {
  padding-right: 10px;
  position: relative;
  top: -2px; }
.hff-social .btn {
  margin-right: 20px; }

@media all and (-ms-high-contrast: none) {
  .caro.wide.feature .content.narrow, .caro.full-gallery .content.narrow {
    max-width: 33.33333%; } }
.caro.caps-feature {
  text-transform: uppercase; }

.caro.no-dots .slick-dots {
  display: none !important; }

.caro.two-col {
  background: transparent url(/network/img/bkg_shadow.png) no-repeat bottom center;
  padding-bottom: 60px; }
  .caro.two-col .row > div {
    padding: 0;
    background-position: center center;
    background-size: cover; }
  .caro.two-col h3 {
    font-weight: 400;
    font-size: 2rem; }
  .caro.two-col p {
    font-size: .9rem; }
  .caro.two-col p.enlarge {
    font-size: 1.2rem; }
  .caro.two-col .content {
    background-color: #15273e;
    margin-right: -20px;
    padding: 70px 50px 50px 50px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box; }
  .caro.two-col .btn {
    margin-top: 10%;
    opacity: 0; }
  .caro.two-col .caro-item {
    width: 1024px;
    margin: 0 25px;
    height: 100% !important; }
  .caro.two-col .slick-prev, .caro.two-col .slick-next {
    border-radius: 0;
    top: calc(50% - 50px);
    font-size: 2rem;
    padding: 30px 20px; }
  .caro.two-col .slick-prev {
    left: 1vw; }
  .caro.two-col .slick-next {
    right: calc(1vw + 1rem); }
  .caro.two-col .slick-prev:before, .caro.two-col .slick-next:before {
    color: #reverseColor;
    opacity: 1; }

.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: #15273e;
    margin: 0 auto;
    max-width: 35%; }
  .caro.info .host-img {
    position: absolute;
    bottom: 0;
    left: 22%;
    transform: translateX(-50%);
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 45%;
    z-index: 1; }

.dual-caro, .single-caro {
  position: relative;
  overflow: hidden; }
  .dual-caro h2, .single-caro h2 {
    position: absolute;
    top: 15px;
    margin-bottom: 0;
    z-index: 11; }
  .dual-caro .btn.blue, .single-caro .btn.blue {
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 20;
    width: auto; }
  .dual-caro > .wrapper, .single-caro > .wrapper {
    position: relative; }
  .dual-caro .slick-prev, .dual-caro .slick-next, .single-caro .slick-prev, .single-caro .slick-next {
    padding: 0 3rem;
    top: 50%;
    transform: translateY(-25%);
    opacity: 1;
    overflow: visible !important;
    height: auto; }
  .dual-caro .slick-prev:before, .dual-caro .slick-next:before, .single-caro .slick-prev:before, .single-caro .slick-next:before {
    font-size: 4rem;
    line-height: 4rem;
    overflow: auto;
    background: -webkit-linear-gradient(#eee, #666);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    cursor: pointer;
    -webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5));
    opacity: 1; }
  .dual-caro .slick-prev:before:hover, .dual-caro .slick-next:before:hover, .single-caro .slick-prev:before:hover, .single-caro .slick-next:before:hover {
    background: -webkit-linear-gradient(#fff, #fff); }
  .dual-caro .multi, .single-caro .multi {
    padding-top: 35px;
    background-size: cover;
    background-position: top center;
    position: relative;
    z-index: 10; }
    .dual-caro .multi img, .single-caro .multi img {
      -webkit-filter: drop-shadow(5px 5px 8px #000);
      filter: drop-shadow(5px 5px 8px #000); }
    .dual-caro .multi .caro-item, .dual-caro .multi a, .single-caro .multi .caro-item, .single-caro .multi a {
      outline: none; }
    .dual-caro .multi .caro-item:not(.slick-active), .single-caro .multi .caro-item:not(.slick-active) {
      opacity: .3; }
    .dual-caro .multi .slick-prev, .single-caro .multi .slick-prev {
      left: calc(5vw - 2.5rem); }
    .dual-caro .multi .slick-next, .single-caro .multi .slick-next {
      right: 5vw; }
    .dual-caro .multi a, .single-caro .multi a {
      position: relative;
      display: block; }
    .dual-caro .multi .personality-name, .single-caro .multi .personality-name {
      position: absolute;
      left: 75%;
      top: 20%;
      font-size: .9rem;
      white-space: nowrap;
      z-index: 10;
      font-style: italic;
      color: #fff;
      border-bottom: 2px solid #516b8a;
      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; }
    .dual-caro .multi a:hover .personality-name, .single-caro .multi a:hover .personality-name {
      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; }
    .dual-caro .multi a:before, .single-caro .multi a:before {
      content: '';
      position: absolute;
      height: 100%;
      width: 100%;
      left: 0;
      z-index: 1;
      background: -moz-linear-gradient(top, rgba(19, 22, 31, 0) 0%, rgba(19, 22, 31, 0) 50%, rgba(19, 22, 31, 0.5) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(19, 22, 31, 0) 0%, rgba(19, 22, 31, 0) 50%, rgba(19, 22, 31, 0.5) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(19, 22, 31, 0) 0%, rgba(19, 22, 31, 0) 50%, rgba(19, 22, 31, 0.5) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .dual-caro .inactive, .single-caro .inactive {
    filter: blur(10px); }
  .dual-caro .info.overlay, .single-caro .info.overlay {
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100vw;
    z-index: 15;
    height: 100%;
    background: radial-gradient(circle at bottom center, #14606c 20%, rgba(24, 36, 61, 0.3) 100%); }
    .dual-caro .info.overlay .close-overlay, .single-caro .info.overlay .close-overlay {
      float: right;
      margin-right: -30px;
      margin-top: -30px;
      color: #fff;
      position: relative;
      z-index: 125; }
    .dual-caro .info.overlay .slick-list, .dual-caro .info.overlay .slick-track, .single-caro .info.overlay .slick-list, .single-caro .info.overlay .slick-track {
      height: 100%;
      width: 100vw; }
    .dual-caro .info.overlay .slick-prev, .single-caro .info.overlay .slick-prev {
      left: calc(5vw - 2.5rem); }
    .dual-caro .info.overlay .slick-next, .single-caro .info.overlay .slick-next {
      right: 5vw; }
    .dual-caro .info.overlay .caro-item, .single-caro .info.overlay .caro-item {
      height: 100%;
      background: transparent url(../img/bkg_shadow.png) no-repeat bottom center;
      padding: 150px 0 75px 0;
      width: 1170px;
      max-width: 100%;
      box-shadow: none; }
    .dual-caro .info.overlay .content, .single-caro .info.overlay .content {
      height: 100%;
      width: 100vw !important;
      box-sizing: border-box;
      max-width: 1170px;
      padding: 80px 10% 40px 10%;
      color: #bed5de;
      -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; }
    .dual-caro .info.overlay h3, .single-caro .info.overlay h3 {
      font-weight: 700;
      font-size: 1.5rem;
      border-left: 4px solid #74b338;
      padding-left: 15px;
      margin-left: -20px; }
    .dual-caro .info.overlay p, .single-caro .info.overlay p {
      font-size: .9rem; }
    .dual-caro .info.overlay p.enlarge, .single-caro .info.overlay p.enlarge {
      font-size: 1.2rem; }
    .dual-caro .info.overlay .btn, .single-caro .info.overlay .btn {
      margin-top: 10%; }

.single-caro {
  height: 100%; }
  .single-caro .info.overlay {
    margin: 0 auto;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    top: auto;
    width: 100vw;
    z-index: 15;
    height: auto;
    background: transparent; }
    .single-caro .info.overlay .btn {
      margin-top: 10px; }
  .single-caro .caro-item {
    padding-top: 110px !important; }

.has-days {
  background-color: #d6dae1; }
  .has-days .wrapper {
    padding-top: 0;
    padding-bottom: 0; }
  .has-days li {
    margin: 0;
    border: 0; }
  .has-days a {
    color: #13161f;
    line-height: 1.6em;
    display: block;
    width: 100%;
    padding: 15px 0; }
    .has-days a:hover, .has-days a.active {
      background-color: #74b338;
      color: #fff; }
    .has-days a strong {
      display: block;
      font-size: 1.6rem; }

.has-show-times {
  padding: 0 20px; }
  .has-show-times .show-item {
    border-bottom: 1px solid #1e2331; }
    .has-show-times .show-item h2 {
      font-size: 1.4rem;
      margin: 40px 0 10px 0; }
      .has-show-times .show-item h2 span {
        font-size: 1.1rem; }
    .has-show-times .show-item h3 {
      font-size: 1.4rem;
      margin: 20px 0 10px 0;
      color: #fff; }
    .has-show-times .show-item .show-desc {
      color: #909fae; }
      .has-show-times .show-item .show-desc p {
        font-size: .8rem;
        line-height: 1.4em; }
    .has-show-times .show-item .show-cta {
      padding: 20px 40px 20px 0;
      position: relative; }
      .has-show-times .show-item .show-cta .show-toggle {
        position: absolute;
        right: 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; }
    .has-show-times .show-item .show-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;
      text-align: center; }
    .has-show-times .show-item .btn.transparent.blue {
      background-color: transparent; }
      .has-show-times .show-item .btn.transparent.blue:hover {
        background-color: #74b338;
        border-color: #74b338; }
    .has-show-times .show-item:not(.open) .show-toggle {
      transform: rotate(45deg);
      -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-show-times .show-item:not(.open) .show-desc p {
      display: none; }
    .has-show-times .show-item:not(.open) .show-img {
      flex: 0 !important;
      -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-show-times .show-item.open {
      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+ */ }

.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); } }
.block-detail {
  background: transparent url("/network/img/odc/bkg-program-block-01.jpg") no-repeat top center;
  background-size: 100% auto; }
  .block-detail h5 {
    margin-top: -15px;
    margin-bottom: 30px; }
  .block-detail .block-feature-img {
    padding-right: 20px; }
    .block-detail .block-feature-img img {
      border: 5px solid #91cae4;
      display: inline-block;
      box-sizing: border-box; }
  .block-detail .block-feature-content h4 {
    margin-top: 0; }
  .block-detail .block-content {
    background-color: #15273e;
    padding: 25px;
    margin-top: 40px; }
    .block-detail .block-content strong {
      color: #fff;
      min-width: 90px;
      display: inline-block; }
  .block-detail .is-sidebar h2.underline {
    border-color: #909fae;
    margin-top: 40px; }

.is-sidebar:not(.left-sidebar) .is-fixed.is_stuck {
  padding-top: 30px; }

.left-sidebar h2 {
  margin-top: 40px; }

.is-sidebar .sidebar-nav {
  margin: 0;
  padding: 0;
  max-width: 300px; }
  .is-sidebar .sidebar-nav li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 1rem;
    border-bottom: 1px solid #909fae; }
    .is-sidebar .sidebar-nav li a {
      display: block;
      padding: 9px 0 9px 20px;
      color: #909fae;
      position: relative;
      box-sizing: border-box; }
      .is-sidebar .sidebar-nav li a:hover {
        color: #fff; }
        .is-sidebar .sidebar-nav li a:hover:before {
          left: 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; }
      .is-sidebar .sidebar-nav li a:before {
        content: '>';
        position: absolute;
        font-size: .8rem;
        left: 4px;
        font-weight: bold;
        color: #74b338;
        -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; }

.related-inline {
  line-height: 1.8em; }
  .related-inline a {
    color: #74b338; }

.rep-list {
  border-top: 1px solid #1e2331;
  padding-bottom: 30px; }
  .rep-list .rep-item > div {
    font-size: .9rem; }

.complete {
  display: none; }

.more-js {
  cursor: pointer; }

.audiojs audio {
  position: absolute;
  left: -1px; }

.audiojs {
  width: 460px;
  height: 36px;
  background: #404040;
  overflow: hidden;
  font-family: monospace;
  font-size: 12px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #444), color-stop(0.5, #555), color-stop(0.51, #444), color-stop(1, #444));
  background-image: -moz-linear-gradient(center top, #444 0%, #555 50%, #444 51%, #444 100%);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3); }

.audiojs .play-pause {
  width: 25px;
  height: 40px;
  padding: 4px 6px;
  margin: 0px;
  float: left;
  overflow: hidden;
  border-right: 1px solid #000; }

.audiojs p {
  display: none;
  width: 25px;
  height: 40px;
  margin: 0px;
  cursor: pointer; }

.audiojs .play {
  display: block; }

.audiojs .scrubber {
  position: relative;
  float: left;
  width: 280px;
  background: #5a5a5a;
  height: 14px;
  margin: 10px;
  border-top: 1px solid #3f3f3f;
  border-left: 0px;
  border-bottom: 0px;
  overflow: hidden; }

.audiojs .progress {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 14px;
  width: 0px;
  background: #ccc;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ccc), color-stop(0.5, #ddd), color-stop(0.51, #ccc), color-stop(1, #ccc));
  background-image: -moz-linear-gradient(center top, #ccc 0%, #ddd 50%, #ccc 51%, #ccc 100%); }

.audiojs .loaded {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 14px;
  width: 0px;
  background: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222), color-stop(0.5, #333), color-stop(0.51, #222), color-stop(1, #222));
  background-image: -moz-linear-gradient(center top, #222 0%, #333 50%, #222 51%, #222 100%); }

.audiojs .time {
  float: left;
  height: 36px;
  line-height: 36px;
  margin: 0px 0px 0px 6px;
  padding: 0px 6px 0px 12px;
  border-left: 1px solid #000;
  color: #ddd;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5); }

.audiojs .time em {
  padding: 0px 2px 0px 0px;
  color: #f9f9f9;
  font-style: normal; }

.audiojs .time strong {
  padding: 0px 0px 0px 2px;
  font-weight: normal; }

.audiojs .error-message {
  float: left;
  display: none;
  margin: 0px 10px;
  height: 36px;
  width: 400px;
  overflow: hidden;
  line-height: 36px;
  white-space: nowrap;
  color: #fff;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -icab-text-overflow: ellipsis;
  -khtml-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis; }

.audiojs .error-message a {
  color: #eee;
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px solid #999;
  white-space: wrap; }

.audiojs .play {
  background: url("") -2px -1px no-repeat; }

.audiojs .loading {
  background: url("") -2px -31px no-repeat; }

.audiojs .error {
  background: url("") -2px -61px no-repeat; }

.audiojs .pause {
  background: url("") -2px -91px no-repeat; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2) {
  .audiojs .play, .audiojs .loading, .audiojs .error, .audiojs .pause {
    background-image: url("");
    -webkit-background-size: 30px 120px;
    -moz-background-size: 30px 120px;
    -o-background-size: 30px 120px;
    background-size: 30px 120px; } }
.playing .play, .playing .loading, .playing .error {
  display: none; }

.playing .pause {
  display: block; }

.loading .play, .loading .pause, .loading .error {
  display: none; }

.loading .loading {
  display: block; }

.error .time, .error .play, .error .pause, .error .scrubber, .error .loading {
  display: none; }

.error .error {
  display: block; }

.error .play-pause p {
  cursor: auto; }

.error .error-message {
  display: block; }

.podcast-list .audiojs {
  width: 100%;
  background: #15273e;
  font-family: 'Source Sans Pro';
  font-size: .8rem;
  padding: 14px 0;
  color: #fff;
  box-shadow: none; }
  .podcast-list .audiojs .time {
    border-left: 0;
    padding-left: 0;
    margin-left: 0; }
  .podcast-list .audiojs .play-pause {
    border-right: 0;
    padding: 0px 5px 4px 15px;
    width: 36px; }
    .podcast-list .audiojs .play-pause .icon-play {
      margin-right: -4px; }
  .podcast-list .audiojs .play, .podcast-list .audiojs .pause {
    position: relative;
    border-radius: 50%;
    background: #fff;
    height: 36px;
    width: 36px;
    text-align: center;
    line-height: 36px; }
    .podcast-list .audiojs .play span, .podcast-list .audiojs .pause span {
      color: #080b10; }
  .podcast-list .audiojs .scrubber {
    width: calc(100% - 155px);
    background: #13161f;
    box-sizing: border-box;
    margin-top: 14px; }
  .podcast-list .audiojs .scrubber, .podcast-list .audiojs .progress, .podcast-list .audiojs .loaded {
    height: 8px;
    background-image: none;
    border: none; }
  .podcast-list .audiojs .progress {
    background: #74b338; }
  .podcast-list .audiojs .loaded {
    background: #1e2331; }

.js .podcast-list audio {
  display: none; }

.audio-articles .wrapper {
  padding: 15px 30px;
  background-color: #74b338;
  color: #fff;
  box-sizing: border-box;
  text-align: left;
  position: relative; }
.audio-articles .show-promo {
  padding: 40px; }
.audio-articles h3 {
  text-transform: uppercase;
  margin: 0;
  line-height: 1em;
  font-size: 1.8rem; }
.audio-articles .audio-cta {
  margin-top: 20px;
  margin-bottom: 10px; }
.audio-articles .btn {
  color: #080b10;
  background-color: #fff; }
.audio-articles .btn:hover {
  color: #fff; }

.podcast-container {
  background-repeat: no-repeat;
  background-position: right 100px; }

.podcast-listing .podcast-item {
  position: relative;
  border-bottom: 1px solid #1e2331;
  padding: 30px 0; }
  .podcast-listing .podcast-item p:first-of-type {
    margin: 0; }
  .podcast-listing .podcast-item.audio .player {
    position: relative; }
    .podcast-listing .podcast-item.audio .player:before {
      content: '';
      position: absolute;
      z-index: 0;
      top: 50%;
      height: 1px;
      width: 100%;
      background-color: #1e2331; }
.podcast-listing h3 {
  font-weight: normal;
  margin: 0 0 10px 0; }
.podcast-listing .divider {
  color: #909fae; }
.podcast-listing .icon-microphone {
  font-size: 2.5rem;
  position: relative;
  top: 0.5rem; }
.podcast-listing .toggle-play {
  float: left;
  height: 100%;
  padding-right: 10px; }
  .podcast-listing .toggle-play a {
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: #080b10;
    background-color: #74b338;
    border-radius: 50%; }
    .podcast-listing .toggle-play a:hover {
      background-color: #fff; }
    .podcast-listing .toggle-play a span.icon-play:before {
      margin-left: 8px; }
.podcast-listing .watch-now .icon-play {
  padding-right: 4px; }
  .podcast-listing .watch-now .icon-play:before {
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
    height: 30px;
    font-size: 18px;
    padding-left: 4px;
    width: 30px;
    line-height: 30px;
    box-sizing: border-box; }
.podcast-listing .video .player {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  width: 100%; }
  .podcast-listing .video .player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.podcast-listing .player {
  padding: 15px 0; }
.podcast-listing .color-palette {
  display: none;
  visibility: hidden; }
  .podcast-listing .color-palette .primary {
    background-color: #74b338; }
  .podcast-listing .color-palette .secondary {
    background-color: #909fae; }
.podcast-listing a.skip-backward, .podcast-listing a.skip-forward {
  text-align: center;
  position: relative;
  display: inline-block;
  min-width: 80px;
  font-size: .9rem; }
  .podcast-listing a.skip-backward span, .podcast-listing a.skip-forward span {
    position: absolute;
    transform: translate(-50%, -25%);
    font-size: 30px; }
    .podcast-listing a.skip-backward span:before, .podcast-listing a.skip-forward span:before {
      margin-left: 0; }
  .podcast-listing a.skip-backward .icon-rewind:before, .podcast-listing a.skip-forward .icon-rewind:before {
    margin-left: -10px; }
.podcast-listing #video-AudioArticles .podcast-item h3 {
  line-height: 1.2em; }
.podcast-listing #video-AudioArticles .podcast-item .player-control p:first-of-type {
  text-transform: uppercase; }
.podcast-listing #video-AudioArticles .podcast-item .meta-data {
  color: #909fae;
  font-size: .9rem; }
.podcast-listing #video-AudioArticles .podcast-item h5 {
  text-transform: none;
  color: #fff;
  margin-left: .5em; }
  .podcast-listing #video-AudioArticles .podcast-item h5 a {
    color: #74b338; }
.podcast-listing nav.tabs {
  margin-top: -52px;
  margin-bottom: 15px; }

.in-page-tabs {
  border-bottom: 1px solid #909fae;
  padding-bottom: 4px; }
  .in-page-tabs a {
    color: #909fae;
    position: relative;
    padding: 0 0 5px 0; }
    .in-page-tabs a:hover {
      color: #fff; }
  .in-page-tabs .active a {
    color: #74b338;
    border-bottom: 3px solid #74b338; }
  .in-page-tabs ul, .in-page-tabs li {
    padding: 0;
    margin: 0;
    list-style-type: none; }
  .in-page-tabs li {
    display: inline-block;
    float: left;
    margin-right: 30px; }
  .in-page-tabs:after {
    content: '';
    display: table;
    clear: both; }

[data-tooltip] {
  display: inline-block;
  position: inherit; }
  [data-tooltip]:after {
    background: -moz-linear-gradient(left, #299a8e 0%, #19334d 50%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #299a8e 0%, #19334d 50%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #299a8e 0%, #19334d 50%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    box-sizing: border-box;
    border-radius: 4px;
    margin-top: 1rem;
    box-shadow: 0px 1px 1px rgba(19, 22, 31, 0.2);
    color: #fff;
    content: attr(data-tooltip);
    display: none;
    font-size: .8rem;
    left: 50%;
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    padding: 8px 16px;
    position: absolute;
    text-align: center;
    text-overflow: ellipsis;
    transform: translate(-50%, -50%);
    z-index: 2; }
  [data-tooltip]:before {
    background: #15273e;
    margin-top: 2rem;
    margin-left: 0.75rem;
    box-shadow: 1px 1px 1px rgba(19, 22, 31, 0.2);
    content: '';
    display: none;
    height: 0;
    height: 10px;
    position: absolute;
    transform-origin: center;
    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; }

#accordion, #accordion li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  padding-right: 50px;
  font-size: .8rem; }

#accordion {
  margin-bottom: 30px; }
  #accordion li.accordion-toggle {
    border-top: 1px solid #ccc;
    padding-top: 15px; }
  #accordion .accordion-toggle {
    margin-top: 15px;
    cursor: pointer; }
  #accordion li.accordion-toggle:before {
    font-family: 'networks';
    content: '\e808';
    position: absolute;
    right: 0px;
    top: 10px;
    color: #080b10;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    padding-top: 4px;
    font-size: 1rem;
    box-sizing: border-box;
    transform: rotate(45deg);
    -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; }
  #accordion li.accordion-toggle.active:before {
    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; }
  #accordion .accordion-content {
    position: relative;
    display: none;
    font-size: .9em;
    line-height: 2em;
    padding-left: 20px !important; }
  #accordion .accordion-toggle.active:after {
    content: 'A:';
    font-weight: bold;
    color: #74b338;
    position: absolute;
    left: 0px;
    bottom: -37px; }
  #accordion .accordion-content.default {
    display: block; }

/* ==========================================================================
   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 */
.sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   ========================================================================== */
@media only screen and (max-width: 767px) {
  .related-video-list .related-video-title, .related-video-list .current-video-title {
    display: none !important; }
  .related-video-list .icon-video-replay {
    display: inline-block; }
  .related-video-list .current-video {
    border-right: 0; }

  .channel-results table td {
    display: block;
    padding: 0; }
  .channel-results table td:nth-of-type(1):before {
    content: 'Provider: ';
    font-size: 10px;
    display: block;
    font-weight: normal; }
  .channel-results table td:nth-of-type(2):before {
    content: 'Available: ';
    font-size: 10px;
    display: block; }
  .channel-results table td:nth-of-type(3):before {
    content: 'Take Action: ';
    font-size: 10px;
    display: block; }
  .channel-results table tr {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    display: block; }
  .channel-results table th {
    display: none; }

  .hidden-sm {
    display: none !important; }

  .alpha-nav {
    display: block;
    padding-left: 1rem; }
    .alpha-nav li {
      display: inline-block;
      padding: 0 10px 0 8px; }

  .caro.wide.feature .content.padding-left > p:not(.highlight) {
    display: none; } }
@media only screen and (max-width: 899px) {
  .plus-teaser {
    display: block;
    border-bottom: #1e2331 1px solid;
    padding-bottom: 10px;
    margin-bottom: 10px; }
    .plus-teaser h4 {
      font-size: 1.2rem; }

  .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: #74b338;
    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-left: 10px solid #080b10;
    border-right: 0;
    border-bottom: 10px solid transparent; }

  .utility {
    text-align: center; }

  .utility .has-subscribe a {
    margin-bottom: 10px; }

  .main-nav .main {
    display: none; }

  .video-item a.video:before, .video-item .content p {
    display: none; }

  .has-promo input {
    margin-bottom: 20px; }

  .caro.info .content {
    padding: 40px;
    max-width: 60%; }
  .caro.info .host-img {
    display: none !important; }

  .has-feature.reverse .overlay {
    background-color: rgba(19, 22, 31, 0.8); }

  .content-list .has-desc {
    padding-top: 20px;
    padding-left: .5rem; }

  .block-detail .block-feature-content h4 {
    margin-top: 20px; }

  .dual-caro h2, .single-caro h2 {
    display: none; }

  .caro.two-col .caro-item {
    height: auto !important; }
  .caro.two-col .row > div:last-of-type {
    min-height: 40vw; } }
@media only screen and (max-width: 1023px) {
  .center-mobile {
    text-align: center; }

  .dual-caro .info.overlay .slick-next, .single-caro .info.overlay .slick-next {
    right: .5rem; }
  .dual-caro .info.overlay .slick-prev, .single-caro .info.overlay .slick-prev {
    left: 0; }
  .dual-caro .info.overlay .slick-next, .dual-caro .info.overlay .slick-prev, .single-caro .info.overlay .slick-next, .single-caro .info.overlay .slick-prev {
    padding: 30px 20px;
    top: 50%; }
  .dual-caro .info.overlay .slick-next:before, .dual-caro .info.overlay .slick-prev:before, .single-caro .info.overlay .slick-next:before, .single-caro .info.overlay .slick-prev:before {
    font-size: 1.5rem; } }
@media only screen and (min-width: 480px) {
  .has-logos .caro .caro-item {
    width: 50%; } }
@media only screen and (min-width: 768px) {
  .has-full-gallery .caro.full-gallery .caro-item {
    width: auto; }
  .has-full-gallery .description {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10; }
    .has-full-gallery .description .info-head h3 {
      display: inline-block; }
  .has-full-gallery .slick-current > img {
    padding-bottom: 70px; }

  .tabs li {
    margin-right: 80px; } }
@media only screen and (min-width: 900px) {
  .audio-articles .wrapper:not(.show-promo) {
    padding-left: 100px; }
    .audio-articles .wrapper:not(.show-promo):before {
      content: '\e80b';
      position: absolute;
      left: 30px;
      font-family: 'networks';
      color: #74b338;
      background-color: #fff;
      border-radius: 50%;
      height: 50px;
      width: 50px;
      line-height: 50px;
      text-align: center;
      font-size: 22px; }
  .audio-articles .audio-cta {
    position: absolute;
    top: 50%;
    margin-top: 5px;
    transform: translateY(-50%);
    right: 30px; }

  footer {
    text-align: left; }

  .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; }

  .has-search {
    padding-top: 8px;
    margin-top: 0;
    border-top: none; }

  .wrapper {
    padding: 30px 1vw; }

  .wrapper.narrow {
    padding: 30px 15vw; }

  .slicknav_menu {
    display: none; }

  h1 {
    font-size: 3.75rem; }

  a.btn, button, input[type="submit"] {
    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: 30% 0 4% 50%;
    position: relative; }

  .dual-caro .info.overlay .content, .single-caro .info.overlay .content {
    padding: 80px 120px 80px 40%; }
  .dual-caro .info.overlay .host-img, .single-caro .info.overlay .host-img {
    left: 22%;
    transform: translateX(-50%); }

  .video-caro:not(.full-gallery) .caro-item, .video-caro:not(.full-gallery) .row {
    height: 100%;
    max-height: 100%;
    position: relative; }
  .video-caro .content {
    position: relative;
    min-height: 100%; }
  .video-caro .content.padding-left {
    padding: 100px 40px 100px 45%;
    max-width: 90%; }
  .video-caro .row {
    margin-left: 0;
    margin-right: 0; }
  .video-caro .has-narrow-content {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
  .video-caro .content.narrow {
    box-sizing: border-box;
    padding: 50px; }
    .video-caro .content.narrow h3 {
      font-size: 2rem;
      font-weight: 600;
      line-height: 1em; }
  .video-caro .presented {
    display: block;
    color: #909fae; }
  .video-caro .content:not(.narrow) .branded {
    padding-bottom: 0;
    position: absolute;
    top: 30px;
    right: 30px; }

  .caro.wide.feature:not(.full-gallery) .caro-item, .caro.wide.feature:not(.full-gallery) .row, .caro.full-gallery:not(.full-gallery) .caro-item, .caro.full-gallery:not(.full-gallery) .row {
    height: 100%;
    max-height: 100%;
    position: relative; }
  .caro.wide.feature .content, .caro.full-gallery .content {
    position: relative;
    min-height: 100%; }
  .caro.wide.feature .content.padding-left, .caro.full-gallery .content.padding-left {
    padding: 100px 40px 100px 45%;
    max-width: 90%; }
  .caro.wide.feature .row, .caro.full-gallery .row {
    margin-left: 0;
    margin-right: 0; }
  .caro.wide.feature .has-narrow-content, .caro.full-gallery .has-narrow-content {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
  .caro.wide.feature .content.narrow, .caro.full-gallery .content.narrow {
    box-sizing: border-box;
    padding: 50px; }
    .caro.wide.feature .content.narrow h3, .caro.full-gallery .content.narrow h3 {
      font-size: 2rem;
      font-weight: 600;
      line-height: 1em; }
  .caro.wide.feature .presented, .caro.full-gallery .presented {
    display: block;
    color: #909fae; }
  .caro.wide.feature .content:not(.narrow) .branded, .caro.full-gallery .content:not(.narrow) .branded {
    padding-bottom: 0;
    position: absolute;
    top: 30px;
    right: 30px; }

  .has-show-times {
    padding: 0; }
    .has-show-times .show-item {
      max-height: 190px;
      overflow: hidden; }
      .has-show-times .show-item h2 {
        margin: 40px 0 10px 0; }
      .has-show-times .show-item h3 {
        margin: 40px 0 10px 0; }
      .has-show-times .show-item .show-cta {
        padding: 40px 40px 20px 0; }
      .has-show-times .show-item .show-title {
        padding-bottom: 20px; }

  .sponsor-feature .feat-content {
    padding-left: 30px; }

  .podcast-listing {
    padding-left: 40px; }
    .podcast-listing h4 {
      margin-top: 0;
      max-width: 80%; }

  .caro.wide.feature .content, .caro.full-gallery .content {
    padding: 150px 35% 50px 50px; }
  .caro.wide.feature .align-right .content, .caro.full-gallery .align-right .content {
    padding: 150px 50px 50px 35%; } }
@media only screen and (min-width: 1024px) {
  .caro.wide.feature .caro-item {
    min-height: 550px; }
    .caro.wide.feature .caro-item .content {
      min-height: 100%;
      box-sizing: border-box; }

  .modal-wrapper .newsletter-form label {
    font-size: 28px; }
  .modal-wrapper .is-message {
    font-size: 28px; }
  .modal-wrapper .has-signup-field:not(.has-checkbox) label {
    font-size: 28px; }

  .has-logos .caro .caro-item {
    width: 25%; }

  .main-nav li {
    padding-right: 30px; }

  .main-nav li a {
    font-size: 1rem; }

  footer .promoted-links {
    font-size: 1rem; }
  footer .quick-links {
    padding-right: 20px; }
  footer .footer-links {
    padding-left: 60px; }
  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; }
  footer .social-links ul {
    margin-top: 25px; }
  footer .social-links a {
    font-size: 1rem; }
  footer .privacy-links ul li {
    display: inline-block;
    float: left;
    width: auto;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #1e2331; }
  footer .privacy-links ul li:last-of-type {
    padding-right: 0;
    margin-right: 0;
    border-right: none; }
  footer .wrapper {
    padding-top: 0;
    padding-bottom: 0; }
  footer h2 {
    margin-top: -15px;
    margin-bottom: 15px; }
  footer .col {
    padding-top: 63px;
    padding-bottom: 30px; }

  .featured-article .content {
    position: absolute;
    bottom: -15px; }

  .video-container .related-video-list .related-video-item .video {
    max-height: 80%; }

  .block-detail .is-sidebar {
    padding: 0 45px 0 35px; }
  .block-detail .block-content {
    padding: 45px 0 45px 45px; } }
@media only screen and (min-width: 1366px) {
  .main-nav li {
    padding-right: 50px; }

  .drop-down-menu {
    padding-left: 20px;
    padding-top: 0px; }

  .caro.wide.feature .slick-prev, .caro.wide.feature .slick-next, .caro.full-gallery .slick-prev, .caro.full-gallery .slick-next {
    padding: 40px 20px; }
  .caro.wide.feature .slick-prev:hover, .caro.wide.feature .slick-next:hover, .caro.full-gallery .slick-prev:hover, .caro.full-gallery .slick-next:hover {
    padding: 40px 30px; }
  .caro.wide.feature .slick-prev, .caro.full-gallery .slick-prev {
    left: calc(50vw - 673px); }
  .caro.wide.feature .slick-next, .caro.full-gallery .slick-next {
    right: calc(50vw - 673px); }
  .caro.wide.feature .content, .caro.full-gallery .content {
    padding: 150px 55% 50px 50px; }
  .caro.wide.feature .align-right .content, .caro.full-gallery .align-right .content {
    padding: 150px 50px 50px 45%; }

  .caro.wide.two-col .slick-prev, .caro.wide.two-col .slick-next, .video-caro .slick-prev, .video-caro .slick-next {
    padding: 4rem 40px;
    top: calc(50% - 3rem); }
  .caro.wide.two-col .slick-prev:before, .caro.wide.two-col .slick-next:before, .video-caro .slick-prev:before, .video-caro .slick-next:before {
    font-size: 3.25rem;
    background: -webkit-linear-gradient(#eee, #666);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    cursor: pointer; }
  .caro.wide.two-col .slick-prev:before:hover, .caro.wide.two-col .slick-next:before:hover, .video-caro .slick-prev:before:hover, .video-caro .slick-next:before:hover {
    background: -webkit-linear-gradient(#fff, #999); }
  .caro.wide.two-col .slick-prev, .video-caro .slick-prev {
    left: calc(50vw - 623px - 1.75rem); }
  .caro.wide.two-col .slick-next, .video-caro .slick-next {
    right: calc(50vw - 623px); }

  .dual-caro .info.overlay .content, .single-caro .info.overlay .content {
    padding: 80px 160px 80px 400px; }
  .dual-caro .info.overlay .host-img, .single-caro .info.overlay .host-img {
    transform: translateX(-40%); }

  .dual-caro .info.overlay .close-overlay, .single-caro .info.overlay .close-overlay {
    margin-top: -50px;
    margin-right: -120px; }

  .has-episodes p {
    opacity: 0; }
  .has-episodes .cta {
    position: absolute;
    bottom: 25px; } }
@media only screen and (min-width: 1300px) {
  .video-item .content h3 {
    font-size: 3.5rem; }

  .wrapper.narrow {
    padding: 30px 25vw; } }
@media only screen and (min-width: 1920px) {
  .dual-caro .info.overlay .host-img, .single-caro .info.overlay .host-img {
    transform: translateX(-15%); }

  .related-video-list .icon-video-replay {
    font-size: 5rem; } }
@media only screen and (min-width: 2220px) {
  .dual-caro .info.overlay .host-img, .single-caro .info.overlay .host-img {
    transform: translateX(15%); } }
@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; } }
