@import url(http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic);
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: visible;
  overflow-wrap: break-word;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.responsive-image-fix {
  overflow: hidden;
}
.responsive-image-fix img {
  width: 100.5%;
  max-width: 100.5%;
}
.transistion-fix {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.image-transistion-fix {
  background-color: rgba(255, 255, 255, 0.01);
}
.fill-parent {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
}
.vertically-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.inline-image-wrapper {
  position: relative;
  background-color: rgba(255, 255, 255, 0.01);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.inline-image-wrapper .icon-wrapper {
  pointer-events: none;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.9);
  height: 4.4em;
  width: 4.4em;
  height: 6.4em;
  width: 6.4em;
}
.inline-image-wrapper .icon-wrapper .gelicon,
.inline-image-wrapper .icon-wrapper .sg-share-tools-control-toggle .sg-share-tools-control-toggle-icon {
  font-size: 2.2em;
  line-height: 2em;
  margin-top: 0em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
}
.inline-image-wrapper .icon-wrapper .gelicon,
.inline-image-wrapper .icon-wrapper .sg-share-tools-control-toggle .sg-share-tools-control-toggle-icon {
  font-size: 2.4em;
  line-height: 2.66666667em;
  margin-top: 0em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
  letter-spacing: -0.2px;
}
.inline-image-wrapper .pointer {
  display: none;
}
.inline-image-wrapper:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.inline-image-wrapper:hover .icon-wrapper {
  background-color: white;
}
.inline-image-wrapper:hover .icon-wrapper .gelicon,
.inline-image-wrapper:hover .icon-wrapper .sg-share-tools-control-toggle .sg-share-tools-control-toggle-icon {
  color: #000000;
}
.reset-font-size {
  font-size: 1.0em;
}
.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.clear-margin-bottom {
  margin-bottom: 0em;
}
.clear-margin-top {
  margin-top: 0em;
}
.vertical-margins-match-gutter {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
@media   (min-width: 600px)   {
  .vertical-margins-match-gutter {
    margin-top: 1.6em;
  }
}
@media   (min-width: 600px)   {
  .vertical-margins-match-gutter {
    margin-bottom: 1.6em;
  }
}
.margin-top-match-gutter,
#story-page .mid-unit {
  margin-top: 0.8em;
}
@media   (min-width: 600px)   {
  .margin-top-match-gutter,
  #story-page .mid-unit {
    margin-top: 1.6em;
  }
}
.margin-right-match-gutter {
  margin-right: 8px;
}
@media   (min-width: 600px)   {
  .margin-right-match-gutter {
    margin-right: 16px;
  }
}
.margin-left-match-gutter {
  margin-left: 8px;
}
@media   (min-width: 600px)   {
  .margin-left-match-gutter {
    margin-left: 16px;
  }
}
.margin-bottom-match-gutter {
  margin-bottom: 0.8em;
}
@media   (min-width: 600px)   {
  .margin-bottom-match-gutter {
    margin-bottom: 1.6em;
  }
}
.padding-top-match-gutter {
  padding-top: 0.8em;
}
@media   (min-width: 600px)   {
  .padding-top-match-gutter {
    padding-top: 1.6em;
  }
}
.padding-bottom-match-gutter {
  padding-bottom: 0.8em;
}
@media   (min-width: 600px)   {
  .padding-bottom-match-gutter {
    padding-bottom: 1.6em;
  }
}
.padded-box-with-copy {
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 0.8em;
}
@media   (min-width: 600px)   {
  .padded-box-with-copy {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media   (min-width: 600px)   {
  .padded-box-with-copy {
    padding-bottom: 1.6em;
  }
}
.horizontal-gutter-margin {
  margin-left: 8px;
  margin-right: 8px;
}
.icon,
.icon-sections {
  top: 0.3em;
  position: absolute;
  left: 50%;
}
.icon-sections {
  overflow: hidden;
  background-image: url("../../img/shared/shared-sprite-mobile.png");
  background-repeat: no-repeat;
  background-position: -118px -112px;
  width: 12px;
  height: 11px;
  margin-left: -6px;
}
@media only screen and (-webkit-min-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), only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx)  {
  .icon-sections {
    background-image: url("../../img/shared/shared-sprite-mobile@2x.png");
    background-size: 356px 174px;
  }
}
.icon-arrow {
  top: 0.3em;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  margin-top: -7px;
  top: 50%;
}
.icon-arrow-large {
  top: 0.3em;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  margin-top: -7px;
  top: 50%;
  margin-left: -13px;
  margin-top: -16px;
}
.icon-arrow-right-small {
  top: 0.3em;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  margin-top: -7px;
  top: 50%;
  overflow: hidden;
  background-image: url("../../img/shared/shared-sprite-mobile.png");
  background-repeat: no-repeat;
  background-position: -206px -160px;
  width: 14px;
  height: 14px;
}
@media only screen and (-webkit-min-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), only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx)  {
  .icon-arrow-right-small {
    background-image: url("../../img/shared/shared-sprite-mobile@2x.png");
    background-size: 356px 174px;
  }
}
.icon-arrow-left-small {
  top: 0.3em;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  margin-top: -7px;
  top: 50%;
  overflow: hidden;
  background-image: url("../../img/shared/shared-sprite-mobile.png");
  background-repeat: no-repeat;
  background-position: -165px -160px;
  width: 14px;
  height: 14px;
}
@media only screen and (-webkit-min-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), only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx)  {
  .icon-arrow-left-small {
    background-image: url("../../img/shared/shared-sprite-mobile@2x.png");
    background-size: 356px 174px;
  }
}
.icon-arrow-right-large {
  top: 0.3em;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  margin-top: -7px;
  top: 50%;
  margin-left: -13px;
  margin-top: -16px;
  overflow: hidden;
  background-image: url("../../img/shared/shared-sprite-mobile.png");
  background-repeat: no-repeat;
  background-position: -208px -108px;
  width: 25px;
  height: 32px;
}
@media only screen and (-webkit-min-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), only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx)  {
  .icon-arrow-right-large {
    background-image: url("../../img/shared/shared-sprite-mobile@2x.png");
    background-size: 356px 174px;
  }
}
.icon-arrow-left-large {
  top: 0.3em;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  margin-top: -7px;
  top: 50%;
  margin-left: -13px;
  margin-top: -16px;
  overflow: hidden;
  background-image: url("../../img/shared/shared-sprite-mobile.png");
  background-repeat: no-repeat;
  background-position: -151px -109px;
  width: 25px;
  height: 32px;
}
@media only screen and (-webkit-min-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), only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx)  {
  .icon-arrow-left-large {
    background-image: url("../../img/shared/shared-sprite-mobile@2x.png");
    background-size: 356px 174px;
  }
}
.icon-arrow-right-large-hover {
  top: 0.3em;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  margin-top: -7px;
  top: 50%;
  margin-left: -13px;
  margin-top: -16px;
  overflow: hidden;
  background-image: url("../../img/shared/shared-sprite-mobile.png");
  background-repeat: no-repeat;
  background-position: -208px -108px;
  width: 25px;
  height: 32px;
  background-position: -328px -109px;
}
@media only screen and (-webkit-min-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), only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx)  {
  .icon-arrow-right-large-hover {
    background-image: url("../../img/shared/shared-sprite-mobile@2x.png");
    background-size: 356px 174px;
  }
}
.icon-arrow-left-large-hover {
  top: 0.3em;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  margin-top: -7px;
  top: 50%;
  margin-left: -13px;
  margin-top: -16px;
  overflow: hidden;
  background-image: url("../../img/shared/shared-sprite-mobile.png");
  background-repeat: no-repeat;
  background-position: -151px -109px;
  width: 25px;
  height: 32px;
  background-position: -270px -109px;
}
@media only screen and (-webkit-min-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), only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx)  {
  .icon-arrow-left-large-hover {
    background-image: url("../../img/shared/shared-sprite-mobile@2x.png");
    background-size: 356px 174px;
  }
}
.icon-arrow-right-small-hover {
  top: 0.3em;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  margin-top: -7px;
  top: 50%;
  overflow: hidden;
  background-image: url("../../img/shared/shared-sprite-mobile.png");
  background-repeat: no-repeat;
  background-position: -206px -160px;
  width: 14px;
  height: 14px;
  background-position: -325px -160px;
}
@media only screen and (-webkit-min-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), only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx)  {
  .icon-arrow-right-small-hover {
    background-image: url("../../img/shared/shared-sprite-mobile@2x.png");
    background-size: 356px 174px;
  }
}
.icon-arrow-left-small-hover {
  top: 0.3em;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  margin-top: -7px;
  top: 50%;
  overflow: hidden;
  background-image: url("../../img/shared/shared-sprite-mobile.png");
  background-repeat: no-repeat;
  background-position: -165px -160px;
  width: 14px;
  height: 14px;
  background-position: -285px -160px;
}
@media only screen and (-webkit-min-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), only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx)  {
  .icon-arrow-left-small-hover {
    background-image: url("../../img/shared/shared-sprite-mobile@2x.png");
    background-size: 356px 174px;
  }
}
.line-after-clear:after {
  content: '';
  width: 0;
  height: 0;
  background: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.responsive-box__content {
  position: relative;
}
.responsive-box--landscape .responsive-box__content {
  padding-top: 56.25%;
}
.responsive-box--portrait-narrow .responsive-box__content {
  padding-top: 144.58%;
}
.responsive-box--portrait-wide .responsive-box__content {
  padding-top: 125%;
}
.responsive-box__content__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  height: auto;
  width: 100%;
}
.responsive-box,
.responsive-box__content,
.responsive-box__content__inner {
  overflow: hidden;
}
.visually-hidden {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
body {
  overflow: hidden;
}
h1 {
  font-weight: normal;
  color: #333333;
}
@media  (min-width: 300px) and (max-width: 599px)  {
  h1 {
    font-size: 2.4em;
    line-height: 1em;
    margin-top: 0.5em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
    letter-spacing: -0.2px;
  }
}
@media   (min-width: 600px) and (max-width: 767px)  {
  h1 {
    font-size: 4em;
    line-height: 1em;
    margin-top: 0.25em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
    letter-spacing: -0.2px;
  }
}
@media   (min-width: 768px) and (max-width: 1007px)  {
  h1 {
    font-size: 4.8em;
    line-height: 1em;
    margin-top: 0.25em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
    letter-spacing: -0.2px;
  }
}
@media  (min-width: 1008px)   {
  h1 {
    font-size: 5.2em;
    line-height: 1em;
    margin-top: 0.25em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
    letter-spacing: -0.2px;
  }
}
@media  (min-width: 300px) and (max-width: 599px)  {
  h2 {
    font-size: 2.4em;
    line-height: 1.16666667em;
    margin-top: 1.16666667em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
    letter-spacing: -0.2px;
  }
}
@media   (min-width: 600px) and (max-width: 1007px)  {
  h2 {
    font-size: 3.2em;
    line-height: 1.125em;
    margin-top: 1.125em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
    letter-spacing: -0.2px;
  }
}
@media  (min-width: 1008px)   {
  h2 {
    font-size: 3.2em;
    line-height: 1.125em;
    margin-top: 1.125em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
    letter-spacing: -0.2px;
  }
}
@media  (min-width: 300px) and (max-width: 599px)  {
  h3 {
    font-size: 1.8em;
    line-height: 1.11111111em;
    margin-top: 0.55555556em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
  }
}
@media   (min-width: 600px)   {
  h3 {
    font-size: 2.4em;
    line-height: 1.16666667em;
    margin-top: 0.58333333em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
    letter-spacing: -0.2px;
  }
}
@media  (min-width: 300px) and (max-width: 599px)  {
  h4 {
    font-size: 1.6em;
    line-height: 1.25em;
    margin-top: 0.625em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
  }
}
@media   (min-width: 600px) and (max-width: 1007px)  {
  h4 {
    font-size: 1.4em;
    line-height: 1.42857143em;
    margin-top: 0.71428571em;
    margin-bottom: 0;
  }
}
@media  (min-width: 1008px)   {
  h4 {
    font-size: 1.4em;
    line-height: 1.28571429em;
    margin-top: 0.64285714em;
    margin-bottom: 0;
  }
}
@media  (min-width: 300px) and (max-width: 599px)  {
  p {
    font-size: 1.6em;
    line-height: 1.5em;
    margin-top: 1.5em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
  }
}
@media   (min-width: 600px) and (max-width: 1007px)  {
  p {
    font-size: 1.8em;
    line-height: 1.55555556em;
    margin-top: 1.55555556em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
  }
}
@media  (min-width: 1008px)   {
  p {
    font-size: 1.8em;
    line-height: 1.55555556em;
    margin-top: 1.55555556em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
  }
}
@media  (min-width: 300px) and (max-width: 599px)  {
  p.timestamp,
  span.timestamp,
  ul.timestamp {
    font-size: 1.3em;
    line-height: 1.23076923em;
    margin-top: 0.61538462em;
    margin-bottom: 0;
  }
}
@media   (min-width: 600px) and (max-width: 1007px)  {
  p.timestamp,
  span.timestamp,
  ul.timestamp {
    font-size: 1.6em;
    line-height: 1.25em;
    margin-top: 0.625em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
  }
}
@media  (min-width: 1008px)   {
  p.timestamp,
  span.timestamp,
  ul.timestamp {
    font-size: 1.3em;
    line-height: 1.23076923em;
    margin-top: 0.61538462em;
    margin-bottom: 0;
  }
}
@media  (min-width: 300px) and (max-width: 599px)  {
  p.small-header,
  span.small-header,
  ul.small-header {
    font-size: 1.2em;
    line-height: 1em;
    margin-top: 0.5em;
    margin-bottom: 0;
  }
}
@media   (min-width: 600px)   {
  p.small-header,
  span.small-header,
  ul.small-header {
    font-size: 1.2em;
    line-height: 1.33333333em;
    margin-top: 0.66666667em;
    margin-bottom: 0;
  }
}
@media  (min-width: 300px) and (max-width: 599px)  {
  p.img-caption,
  span.img-caption,
  ul.img-caption {
    font-size: 1.2em;
    line-height: 1em;
    margin-top: 0.5em;
    margin-bottom: 0;
  }
}
@media   (min-width: 600px) and (max-width: 1007px)  {
  p.img-caption,
  span.img-caption,
  ul.img-caption {
    font-size: 1.6em;
    line-height: 1.25em;
    margin-top: 0.625em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
  }
}
@media  (min-width: 1008px)   {
  p.img-caption,
  span.img-caption,
  ul.img-caption {
    font-size: 1.3em;
    line-height: 1.23076923em;
    margin-top: 0.61538462em;
    margin-bottom: 0;
  }
}
p.introduction,
span.introduction,
ul.introduction {
  font-family: 'curiousSans-Bold', Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  font-size: 2em;
  line-height: 1.4em;
  margin-top: 0em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
}
@media  (min-width: 300px) and (max-width: 599px)  {
  p.index-body,
  span.index-body,
  ul.index-body {
    font-size: 1.4em;
    line-height: 1.14285714em;
    margin-top: 0.57142857em;
    margin-bottom: 0;
  }
}
@media   (min-width: 600px)   {
  p.index-body,
  span.index-body,
  ul.index-body {
    font-size: 1.6em;
    line-height: 1.125em;
    margin-top: 0.5625em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
  }
}
@media  (min-width: 300px) and (max-width: 599px)  {
  p.index-sub-text,
  span.index-sub-text,
  ul.index-sub-text {
    font-size: 1.3em;
    line-height: 1.23076923em;
    margin-top: 1.23076923em;
    margin-bottom: 0;
  }
}
@media   (min-width: 600px) and (max-width: 1007px)  {
  p.index-sub-text,
  span.index-sub-text,
  ul.index-sub-text {
    font-size: 1.4em;
    line-height: 1.14285714em;
    margin-top: 1.14285714em;
    margin-bottom: 0;
  }
}
@media  (min-width: 1008px)   {
  p.index-sub-text,
  span.index-sub-text,
  ul.index-sub-text {
    font-size: 1.3em;
    line-height: 1.23076923em;
    margin-top: 1.23076923em;
    margin-bottom: 0;
  }
}
@media  (min-width: 300px) and (max-width: 599px)  {
  p.index-title,
  span.index-title,
  ul.index-title {
    font-size: 1.6em;
    line-height: 1.25em;
    margin-top: 0.625em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
  }
}
@media   (min-width: 600px) and (max-width: 1007px)  {
  p.index-title,
  span.index-title,
  ul.index-title {
    font-size: 1.4em;
    line-height: 1.42857143em;
    margin-top: 0.71428571em;
    margin-bottom: 0;
  }
}
@media  (min-width: 1008px)   {
  p.index-title,
  span.index-title,
  ul.index-title {
    font-size: 1.4em;
    line-height: 1.28571429em;
    margin-top: 0.64285714em;
    margin-bottom: 0;
  }
}
@media  (min-width: 300px) and (max-width: 599px)  {
  p.headline,
  span.headline,
  ul.headline {
    font-size: 1.8em;
    line-height: 1.11111111em;
    margin-top: 0.55555556em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
  }
}
@media   (min-width: 600px)   {
  p.headline,
  span.headline,
  ul.headline {
    font-size: 2.4em;
    line-height: 1.16666667em;
    margin-top: 0.58333333em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
    letter-spacing: -0.2px;
  }
}
@media  (min-width: 300px) and (max-width: 599px)  {
  p.sub-header,
  span.sub-header,
  ul.sub-header {
    font-size: 2.4em;
    line-height: 1.16666667em;
    margin-top: 1.16666667em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
    letter-spacing: -0.2px;
  }
}
@media   (min-width: 600px) and (max-width: 1007px)  {
  p.sub-header,
  span.sub-header,
  ul.sub-header {
    font-size: 3.2em;
    line-height: 1.125em;
    margin-top: 1.125em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
    letter-spacing: -0.2px;
  }
}
@media  (min-width: 1008px)   {
  p.sub-header,
  span.sub-header,
  ul.sub-header {
    font-size: 3.2em;
    line-height: 1.125em;
    margin-top: 1.125em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
    letter-spacing: -0.2px;
  }
}
@media  (min-width: 300px) and (max-width: 599px)  {
  p.article-body,
  span.article-body,
  ul.article-body {
    font-size: 1.6em;
    line-height: 1.5em;
    margin-top: 1.5em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
  }
}
@media   (min-width: 600px) and (max-width: 1007px)  {
  p.article-body,
  span.article-body,
  ul.article-body {
    font-size: 1.8em;
    line-height: 1.55555556em;
    margin-top: 1.55555556em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
  }
}
@media  (min-width: 1008px)   {
  p.article-body,
  span.article-body,
  ul.article-body {
    font-size: 1.8em;
    line-height: 1.55555556em;
    margin-top: 1.55555556em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
  }
}
img.responsive,
img.responsive-banner,
.responsive-hero {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
img.responsive.portrait {
  width: 55%;
  margin-left: auto;
  margin-right: auto;
}
@media  (min-width: 300px) and (max-width: 599px)  and (orientation: portrait) {
  img.responsive.portrait {
    width: 100%;
  }
}
figure {
  margin: 0;
  padding: 0;
}
a {
  color: #333333;
  text-decoration: none;
  font-weight: bold;
}
a[rel="publisher"] {
  display: none;
}
a.responsive-image-wrapper {
  display: block;
  background-color: #e3e3e0;
}
a.replace-image {
  display: none;
}
ul {
  margin-left: 8px;
  padding: 0;
}
li {
  list-style-position: inside;
  list-style-type: disc;
}
li li {
  font-size: 1.0em;
}
dd,
dl {
  padding: 0;
}
dd {
  margin-left: 0;
}
@media  (min-width: 300px) and (max-width: 599px)  {
  dd {
    font-size: 1.2em;
    line-height: 1em;
    margin-top: 0.5em;
    margin-bottom: 0;
  }
}
@media   (min-width: 600px) and (max-width: 1007px)  {
  dd {
    font-size: 1.6em;
    line-height: 1.25em;
    margin-top: 0.625em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
  }
}
@media  (min-width: 1008px)   {
  dd {
    font-size: 1.3em;
    line-height: 1.23076923em;
    margin-top: 0.61538462em;
    margin-bottom: 0;
  }
}
.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}
#orb-header li,
.orb-footer-inner li,
#blq-global li {
  list-style-type: none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.row,
.gel-two-column-layout .primary-content,
.gel-two-column-layout .secondary-content,
.article-index .primary-content,
.article-index .secondary-content,
.primary-content .related-stories,
.more-amazing-stories-list,
#article .article-content.standard .primary-content,
#article .article-content.standard .secondary-content,
#story-page.standard .primary-content,
#story-page.standard .secondary-content,
#story-page #gallery-list-wrapper,
#story-page #episode-list-wrapper,
#story-page #story-content.standard .primary-content,
#story-page #story-content.standard .secondary-content,
.best-of-lab-container-vertical,
#story-page-container .article-content.standard .primary-content,
#story-page-container .article-content.standard .secondary-content {
  display: block;
  width: 100%;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  *zoom: 1;
}
.row:before,
.row:after,
.gel-two-column-layout .primary-content:before,
.gel-two-column-layout .primary-content:after,
.gel-two-column-layout .secondary-content:before,
.gel-two-column-layout .secondary-content:after,
.article-index .primary-content:before,
.article-index .primary-content:after,
.article-index .secondary-content:before,
.article-index .secondary-content:after,
.primary-content .related-stories:before,
.primary-content .related-stories:after,
.more-amazing-stories-list:before,
.more-amazing-stories-list:after,
#article .article-content.standard .primary-content:before,
#article .article-content.standard .primary-content:after,
#article .article-content.standard .secondary-content:before,
#article .article-content.standard .secondary-content:after,
#story-page.standard .primary-content:before,
#story-page.standard .primary-content:after,
#story-page.standard .secondary-content:before,
#story-page.standard .secondary-content:after,
#story-page #gallery-list-wrapper:before,
#story-page #gallery-list-wrapper:after,
#story-page #episode-list-wrapper:before,
#story-page #episode-list-wrapper:after,
#story-page #story-content.standard .primary-content:before,
#story-page #story-content.standard .primary-content:after,
#story-page #story-content.standard .secondary-content:before,
#story-page #story-content.standard .secondary-content:after,
.best-of-lab-container-vertical:before,
.best-of-lab-container-vertical:after,
#story-page-container .article-content.standard .primary-content:before,
#story-page-container .article-content.standard .primary-content:after,
#story-page-container .article-content.standard .secondary-content:before,
#story-page-container .article-content.standard .secondary-content:after {
  content: "";
  display: table;
}
.row:after,
.gel-two-column-layout .primary-content:after,
.gel-two-column-layout .secondary-content:after,
.article-index .primary-content:after,
.article-index .secondary-content:after,
.primary-content .related-stories:after,
.more-amazing-stories-list:after,
#article .article-content.standard .primary-content:after,
#article .article-content.standard .secondary-content:after,
#story-page.standard .primary-content:after,
#story-page.standard .secondary-content:after,
#story-page #gallery-list-wrapper:after,
#story-page #episode-list-wrapper:after,
#story-page #story-content.standard .primary-content:after,
#story-page #story-content.standard .secondary-content:after,
.best-of-lab-container-vertical:after,
#story-page-container .article-content.standard .primary-content:after,
#story-page-container .article-content.standard .secondary-content:after {
  clear: both;
}
@media only screen  {
  .remove-column-lining {
    margin-left: 0;
    margin-right: 0;
  }
}
.remove-column-lining-mixin {
  margin-left: 0;
  margin-right: 0;
}
.orb-wrapper,
.site-brand {
  padding: 0;
  margin-right: 4px;
  margin-left: 4px;
}
@media  (min-width: 400px)    {
  .orb-wrapper,
  .site-brand {
    margin-right: 12px;
    margin-left: 12px;
  }
}
@media   (min-width: 600px)   {
  .orb-wrapper,
  .site-brand {
    margin-right: 8px;
    margin-left: 8px;
  }
}
@media  (min-width: 1008px)   {
  .orb-wrapper,
  .site-brand {
    max-width: 992px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media only screen  {
  .outdent-from-orb {
    margin-right: -4px;
    margin-left: -4px;
  }
}
@media only screen  and  (min-width: 400px) and (max-width: 599px)  {
  .outdent-from-orb {
    margin-right: -12px;
    margin-left: -12px;
  }
}
@media only screen  and   (min-width: 600px) and (max-width: 1007px)  {
  .outdent-from-orb {
    margin-right: -8px;
    margin-left: -8px;
  }
}
@media only screen  and  (min-width: 1008px)   {
  .outdent-from-orb {
    margin-right: 8px;
    margin-left: 8px;
  }
}
.outdent-from-orb-up-to-reflow {
  *zoom: 1;
}
@media only screen  {
  .outdent-from-orb-up-to-reflow {
    margin-right: -4px;
    margin-left: -4px;
  }
}
@media only screen  and  (min-width: 400px) and (max-width: 599px)  {
  .outdent-from-orb-up-to-reflow {
    margin-right: -12px;
    margin-left: -12px;
  }
}
@media only screen  and   (min-width: 600px) and (max-width: 1007px)  {
  .outdent-from-orb-up-to-reflow {
    margin-right: -8px;
    margin-left: -8px;
  }
}
@media only screen  and  (min-width: 1008px)   {
  .outdent-from-orb-up-to-reflow {
    margin-right: 8px;
    margin-left: 8px;
  }
}
@media only screen  {
  .outdent-from-orb-up-to-reflow {
    margin-right: -4px;
    margin-left: -4px;
  }
}
@media only screen  and  (min-width: 400px) and (max-width: 599px)  {
  .outdent-from-orb-up-to-reflow {
    margin-right: -12px;
    margin-left: -12px;
  }
}
@media only screen  and   (min-width: 600px) and (max-width: 1007px)  {
  .outdent-from-orb-up-to-reflow {
    margin-right: -8px;
    margin-left: -8px;
  }
}
@media only screen  and  (min-width: 1008px)   {
  .outdent-from-orb-up-to-reflow {
    margin-right: 8px;
    margin-left: 8px;
  }
}
@media  (min-width: 1008px)   {
  .outdent-from-orb-up-to-reflow {
    margin-right: 8px;
    margin-left: 8px;
  }
}
.outdent-from-orb-up-to-reflow:before,
.outdent-from-orb-up-to-reflow:after {
  content: "";
  display: table;
}
.outdent-from-orb-up-to-reflow:after {
  clear: both;
}
@media only screen  {
  .indent-to-orb {
    margin-right: 4px;
    margin-left: 4px;
  }
}
@media only screen  and  (min-width: 400px) and (max-width: 599px)  {
  .indent-to-orb {
    margin-right: 12px;
    margin-left: 12px;
  }
}
@media only screen  and   (min-width: 600px) and (max-width: 1007px)  {
  .indent-to-orb {
    margin-right: 8px;
    margin-left: 8px;
  }
}
@media only screen  and  (min-width: 1008px)   {
  .indent-to-orb {
    margin-right: 0;
    margin-left: 0;
  }
}
/* THIRD PARTY */
.grid-holder {
  opacity: 0.3;
  overflow: hidden;
  display: block;
  background-color: white;
  top: 0;
  position: absolute;
  width: 100%;
  z-index: 10;
}
.grid-holder .grid-wrapper {
  display: none;
}
.grid-holder .baseline {
  display: none;
}
#gel-icons .gelicon-hover .gelicon,
#gel-icons .gelicon-hover .sg-share-tools-control-toggle .sg-share-tools-control-toggle-icon {
  color: #000000;
}
#gel-icons .map-badge:before {
  font-size: 1.4em ;
  margin-top: 2px;
  background-color: #fcae42;
  padding: 0.5em 0.6em;
  color: white;
}
@font-face {
  font-family: 'gelicons-core';
  src: url('../../fonts/gelicons-core.eot');
  src: url('../../fonts/gelicons-core.eot?#iefix') format('embedded-opentype'), url('../../fonts/gelicons-core.ttf') format('truetype'), url('../../fonts/gelicons-core.woff') format('woff'), url('../../fonts/gelicons-core.svg#gelicons-core') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gelicons-media';
  src: url('../../fonts/gelicons-media.eot');
  src: url('../../fonts/gelicons-media.eot?#iefix') format('embedded-opentype'), url('../../fonts/gelicons-media.ttf') format('truetype'), url('../../fonts/gelicons-media.woff') format('woff'), url('../../fonts/gelicons-media.svg#gelicons-media') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gelicons-social';
  src: url('../../fonts/gelicons-social.eot');
  src: url('../../fonts/gelicons-social.eot?#iefix') format('embedded-opentype'), url('../../fonts/gelicons-social.ttf') format('truetype'), url('../../fonts/gelicons-social.woff') format('woff'), url('../../fonts/gelicons-social.svg#gelicons-social') format('svg');
  font-weight: normal;
  font-style: normal;
}
.gelicon,
.sg-share-tools-control-toggle .sg-share-tools-control-toggle-icon {
  font-family: 'gelicons-core';
}
.gelicon,
.gelicon:before,
.sg-share-tools-control-toggle .sg-share-tools-control-toggle-icon,
.sg-share-tools-control-toggle .sg-share-tools-control-toggle-icon:before {
  speak: none;
  font-style: normal!important;
  font-weight: normal!important;
  text-decoration: none!important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.gelicon--leading:before {
  margin-right: 8px;
}
.gelicon--trailing:before {
  margin-left: 8px;
}
/* Set font on all icons (need to do this as Opera doesn't fallback per Glyph) */
/* On the icon, not :before as IE7 hack injects the icon into the element instead of a pseudo element */
.gelicon--iplayer,
.gelicon--iplayer-radio,
.gelicon--previous,
.gelicon--up,
.gelicon--down,
.gelicon--next,
.gelicon--tobottom,
.gelicon--totop,
.gelicon--zoomin,
.gelicon--zoomout,
.gelicon--search,
.gelicon--print,
.gelicon--print-invert,
.gelicon--yes,
.gelicon--no,
.gelicon--add,
.gelicon--help,
.gelicon--info,
.gelicon--alert,
.gelicon--expires,
.gelicon--duration,
.gelicon--alarm,
.gelicon--countdown,
.gelicon--grid,
.gelicon--chapters,
.gelicon--list,
.gelicon--listthumb,
.gelicon--lock,
.gelicon--unlock,
.gelicon--home,
.gelicon--new,
.gelicon--vocab,
.gelicon--degraded,
.gelicon--calendar-mini,
.gelicon--calendar,
.gelicon--mail,
.gelicon--location,
.gelicon--load,
.gelicon--settings,
.gelicon--embed,
.gelicon--external,
.gelicon--traffic,
.gelicon--refresh,
.gelicon--link,
.gelicon--point,
.gelicon--upload,
.gelicon--download,
.gelicon--finder,
.gelicon--stations,
.gelicon--untitled,
.gelicon--untitled-2,
.gelicon--quote,
.gelicon--calendar-30,
.gelicon--download-desktop,
.gelicon--map,
.gelicon--previous-alternative,
.gelicon--next-alternative,
#gel-icons .map-badge,
#fullsized_footer.open #fullsize_footer_toggle_symbol,
#fullsized_footer_toggle_wrapper #fullsize_footer_toggle_symbol,
.promo-unit .promo-unit-layout-event .promo-unit-location,
.selectivity-multiple-selected-item-remove,
.selectivity-input {
  font-family: 'gelicons-core' !important;
}
/* Begin Icons */
.gelicon--iplayer:before {
  content: "\e000";
}
.gelicon--iplayer-radio:before {
  content: "\e001";
}
.gelicon--previous:before {
  content: "\e002";
}
.gelicon--up:before,
#fullsized_footer_toggle_wrapper #fullsize_footer_toggle_symbol:before {
  content: "\e003";
}
.gelicon--down:before,
#fullsized_footer.open #fullsize_footer_toggle_symbol:before,
.selectivity-input:before {
  content: "\e004";
}
.gelicon--next:before {
  content: "\e005";
}
.gelicon--tobottom:before {
  content: "\e006";
}
.gelicon--totop:before {
  content: "\e007";
}
.gelicon--zoomin:before {
  content: "\e008";
}
.gelicon--zoomout:before {
  content: "\e00a";
}
.gelicon--search:before {
  content: "\e009";
}
.gelicon--print:before {
  content: "\e00b";
}
.gelicon--print-invert:before {
  content: "\e00c";
}
.gelicon--yes:before {
  content: "\e00d";
}
.gelicon--no:before,
.selectivity-multiple-selected-item-remove:before {
  content: "\e00e";
}
.gelicon--add:before {
  content: "\e00f";
}
.gelicon--help:before {
  content: "\e010";
}
.gelicon--info:before {
  content: "\e011";
}
.gelicon--alert:before {
  content: "\e012";
}
.gelicon--expires:before {
  content: "\e013";
}
.gelicon--duration:before {
  content: "\e014";
}
.gelicon--alarm:before {
  content: "\e015";
}
.gelicon--countdown:before {
  content: "\e016";
}
.gelicon--grid:before {
  content: "\e017";
}
.gelicon--chapters:before {
  content: "\e018";
}
.gelicon--list:before {
  content: "\e019";
}
.gelicon--listthumb:before {
  content: "\e01a";
}
.gelicon--lock:before {
  content: "\e01b";
}
.gelicon--unlock:before {
  content: "\e01c";
}
.gelicon--home:before {
  content: "\e01d";
}
.gelicon--new:before {
  content: "\e01e";
}
.gelicon--vocab:before {
  content: "\e01f";
}
.gelicon--degraded:before {
  content: "\e020";
}
.gelicon--calendar-mini:before {
  content: "\e021";
}
.gelicon--calendar:before {
  content: "\e022";
}
.gelicon--mail:before {
  content: "\e023";
}
.gelicon--location:before {
  content: "\e024";
}
.gelicon--load:before {
  content: "\e025";
}
.gelicon--settings:before {
  content: "\e026";
}
.gelicon--embed:before {
  content: "\e027";
}
.gelicon--external:before {
  content: "\e028";
}
.gelicon--traffic:before {
  content: "\e029";
}
.gelicon--refresh:before {
  content: "\e02a";
}
.gelicon--link:before {
  content: "\e02b";
}
.gelicon--point:before {
  content: "\e02c";
}
.gelicon--upload:before {
  content: "\e02d";
}
.gelicon--download:before {
  content: "\e02e";
}
.gelicon--finder:before {
  content: "\e02f";
}
.gelicon--stations:before {
  content: "\e030";
}
.gelicon--untitled:before {
  content: "\42";
}
.gelicon--untitled-2:before {
  content: "\43";
}
.gelicon--quote:before {
  content: "\22";
}
.gelicon--playlister-add:before {
  content: "\e031";
}
.gelicon--calendar-30:before {
  content: "\e032";
}
.gelicon--download-desktop:before {
  content: "\e033";
}
.gelicon--map:before,
#gel-icons .map-badge:before,
.promo-unit .promo-unit-layout-event .promo-unit-location:before {
  content: "\e034";
}
.gelicon--previous-alternative:before {
  content: "\e035";
}
.gelicon--next-alternative:before {
  content: "\e036";
}
/* Media icons */
.gelicon--live,
.gelicon--subtitles,
.gelicon--ws,
.gelicon--sd,
.gelicon--hd,
.gelicon--bsl,
.gelicon--ad,
.gelicon--3d,
.gelicon--tv,
.gelicon--radio,
.gelicon--mobile,
.gelicon--desktop,
.gelicon--game,
.gelicon--tablet,
.gelicon--quiz,
.gelicon--guidance,
.gelicon--record,
.gelicon--listen,
.gelicon--play,
.gelicon--pause,
.gelicon--rewind,
.gelicon--forward,
.gelicon--restart,
.gelicon--image,
.gelicon--document,
.gelicon--slideshow,
.gelicon--activity,
.gelicon--360,
.gelicon--podcast,
.gelicon--newsletter,
.gelicon--rss,
.gelicon--fullscreen,
.gelicon--expand,
.gelicon--popout,
.gelicon--mute,
.gelicon--music-on,
.gelicon--music-off,
.gelicon--windows,
.gelicon--apple,
.gelicon--youtube {
  font-family: 'gelicons-media' !important;
}
/* Begin Icons */
.gelicon--live:before {
  content: "\e100";
}
.gelicon--subtitles:before {
  content: "\e101";
}
.gelicon--ws:before {
  content: "\e102";
}
.gelicon--sd:before {
  content: "\e103";
}
.gelicon--hd:before {
  content: "\e104";
}
.gelicon--bsl:before {
  content: "\e105";
}
.gelicon--ad:before {
  content: "\e106";
}
.gelicon--3d:before {
  content: "\e107";
}
.gelicon--tv:before {
  content: "\e108";
}
.gelicon--radio:before {
  content: "\e109";
}
.gelicon--mobile:before {
  content: "\e10a";
}
.gelicon--desktop:before {
  content: "\e10b";
}
.gelicon--game:before {
  content: "\e10c";
}
.gelicon--tablet:before {
  content: "\e10d";
}
.gelicon--quiz:before {
  content: "\e10e";
}
.gelicon--guidance:before {
  content: "\e10f";
}
.gelicon--record:before {
  content: "\e110";
}
.gelicon--listen:before {
  content: "\e111";
}
.gelicon--play:before,
.gelicon--youtube:before {
  content: "\e112";
}
.gelicon--pause:before {
  content: "\e113";
}
.gelicon--rewind:before {
  content: "\e114";
}
.gelicon--forward:before {
  content: "\e115";
}
.gelicon--restart:before {
  content: "\e116";
}
.gelicon--image:before {
  content: "\e117";
}
.gelicon--document:before {
  content: "\e118";
}
.gelicon--slideshow:before {
  content: "\e119";
}
.gelicon--activity:before {
  content: "\e11a";
}
.gelicon--360:before {
  content: "\e11b";
}
.gelicon--podcast:before {
  content: "\e11c";
}
.gelicon--newsletter:before {
  content: "\e11d";
}
.gelicon--rss:before {
  content: "\e11e";
}
.gelicon--fullscreen:before {
  content: "\e11f";
}
.gelicon--expand:before {
  content: "\e120";
}
.gelicon--popout:before {
  content: "\e121";
}
.gelicon--mute:before {
  content: "\e122";
}
.gelicon--music-on:before {
  content: "\e123";
}
.gelicon--music-off:before {
  content: "\e124";
}
.gelicon--windows:before {
  content: "\e125";
}
.gelicon--apple:before {
  content: "\e126";
}
/* Social Icons */
.gelicon--share,
.gelicon--recommend,
.gelicon--comments,
.gelicon--blog,
.gelicon--smiley,
.gelicon--love,
.gelicon--twitter,
.gelicon--facebook,
.gelicon--google-plus,
.gelicon--google,
.gelicon--spotify,
.gelicon--pinterest,
.gelicon--tumblr,
.gelicon--stumbleupon,
.gelicon--linkedin,
.gelicon--reddit,
.gelicon--digg,
.gelicon--instagram,
.gelicon--whatsapp {
  font-family: 'gelicons-social' !important;
}
/* GEL */
.gelicon--share:before {
  content: "\e200";
}
.gelicon--recommend:before {
  content: "\e201";
}
.gelicon--comments:before {
  content: "\e202";
}
.gelicon--blog:before {
  content: "\e203";
}
.gelicon--smiley:before {
  content: "\e204";
}
.gelicon--love:before {
  content: "\e205";
}
/* THIRD PARTY */
.gelicon--twitter:before {
  content: "\e300";
}
.gelicon--facebook:before {
  content: "\e301";
}
.gelicon--google-plus:before {
  content: "\e302";
}
.gelicon--google:before {
  content: "\e303";
}
.gelicon--spotify:before {
  content: "\e304";
}
.gelicon--pinterest:before {
  content: "\e305";
}
.gelicon--tumblr:before {
  content: "\e306";
}
.gelicon--stumbleupon:before {
  content: "\e307";
}
.gelicon--linkedin:before {
  content: "\e308";
}
.gelicon--reddit:before {
  content: "\e309";
}
.gelicon--digg:before {
  content: "\e30a";
}
.gelicon--instagram:before {
  content: "\e30b";
}
.gelicon--whatsapp:before {
  content: "\e600";
}
.gelicon--rotate-clockwise {
  -webkit-transform: rotate(clockwise);
  -moz-transform: rotate(clockwise);
  -ms-transform: rotate(clockwise);
  -o-transform: rotate(clockwise);
  -webkit-animation-name: clockwise;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: clockwise;
  -moz-animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  animation-name: clockwise;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.gelicon--rotate-anticlockwise {
  -webkit-transform: rotate(anticlockwise);
  -moz-transform: rotate(anticlockwise);
  -ms-transform: rotate(anticlockwise);
  -o-transform: rotate(anticlockwise);
  -webkit-animation-name: anticlockwise;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: anticlockwise;
  -moz-animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  animation-name: anticlockwise;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
/*Rotation Animations*/
@-webkit-keyframes clockwise {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes clockwise {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@keyframes clockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes anticlockwise {
  from {
    -webkit-transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes anticlockwise {
  from {
    -moz-transform: rotate(360deg);
  }
  to {
    -moz-transform: rotate(0deg);
  }
}
@keyframes anticlockwise {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
#icon-wrapper .setup {
  display: block;
  position: relative;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.9);
}
#icon-wrapper .icon-wrapper-background {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.9);
}
#icon-wrapper .icon-wrapper-background-brand {
  background-color: #000000;
}
#icon-wrapper .icon-wrapper-inverse {
  background-color: white;
}
#icon-wrapper .icon-wrapper-inverse-hover {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.9);
}
#details-overlay .wrapper {
  margin-right: 16px;
  position: relative;
  z-index: 1000;
}
#details-overlay .controller {
  float: left;
  line-height: 26px;
  position: relative;
  padding: 0 8px;
  font-size: 1em;
  font-family: arial, sans-serif;
  font-weight: bold;
  margin-top: 24px;
  cursor: pointer;
}
#details-overlay .controller .arrow {
  overflow: hidden;
  background-image: url("../../img/shared/shared-sprite-mobile.png");
  background-repeat: no-repeat;
  background-position: -130px -86px;
  width: 14px;
  height: 10px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  *vertical-align: middle;
}
@media only screen and (-webkit-min-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), only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx)  {
  #details-overlay .controller .arrow {
    background-image: url("../../img/shared/shared-sprite-mobile@2x.png");
    background-size: 356px 174px;
  }
}
#details-overlay .controller .arrow.small {
  overflow: hidden;
  background-image: url("../../img/shared/shared-sprite-mobile.png");
  background-repeat: no-repeat;
  background-position: -100px -112px;
  width: 13px;
  height: 10px;
}
@media only screen and (-webkit-min-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), only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx)  {
  #details-overlay .controller .arrow.small {
    background-image: url("../../img/shared/shared-sprite-mobile@2x.png");
    background-size: 356px 174px;
  }
}
#details-overlay .controller:hover {
  background: #E5E5E5;
}
#details-overlay .controller a:hover {
  cursor: pointer;
}
#details-overlay .controller-expanded {
  background: #E5E5E5;
}
#details-overlay .controller-expanded .arrow {
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  /*filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1.5);*/
}
#details-overlay .content {
  background-color: #E5E5E5;
  cursor: auto;
  padding: 14px 14px;
  position: absolute;
  top: 50px;
  left: 0px;
  z-index: 1000;
  width: 280px;
}
#details-overlay .content-collapsed {
  display: none;
}
#details-overlay .content-expanded {
  display: block;
}
#details-overlay .ie-fallback .arrow {
  overflow: hidden;
  background-image: url("../../img/shared/shared-sprite-mobile.png");
  background-repeat: no-repeat;
  background-position: -181px -132px;
}
@media only screen and (-webkit-min-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), only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx)  {
  #details-overlay .ie-fallback .arrow {
    background-image: url("../../img/shared/shared-sprite-mobile@2x.png");
    background-size: 356px 174px;
  }
}
#details-overlay .ie6-fallback {
  padding-top: 4px;
  height: 20px;
}
#details-overlay .no-js-fallback .arrow {
  overflow: hidden;
  background-image: url("../../img/shared/shared-sprite-mobile.png");
  background-repeat: no-repeat;
  background-position: -181px -132px;
}
@media only screen and (-webkit-min-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), only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx)  {
  #details-overlay .no-js-fallback .arrow {
    background-image: url("../../img/shared/shared-sprite-mobile@2x.png");
    background-size: 356px 174px;
  }
}
#details-overlay .no-js-fallback .arrow {
  display: none;
}
#details-overlay .no-js-fallback:hover {
  background: transparent;
}
/* default implementation of details overlay */
.details-overlay {
  margin-right: 16px;
  position: relative;
  z-index: 1000;
}
.details-overlay .details-overlay-content {
  background-color: #E5E5E5;
  cursor: auto;
  padding: 14px 14px;
  position: absolute;
  top: 50px;
  left: 0px;
  z-index: 1000;
  width: 280px;
}
.details-overlay-expanded .details-overlay-content {
  display: block;
}
.details-overlay-collapsed .details-overlay-content {
  display: none;
}
.details-overlay .details-overlay-controller {
  float: left;
  line-height: 26px;
  position: relative;
  padding: 0 8px;
  font-size: 1em;
  font-family: arial, sans-serif;
  font-weight: bold;
  margin-top: 24px;
  cursor: pointer;
}
.details-overlay .details-overlay-controller .arrow {
  overflow: hidden;
  background-image: url("../../img/shared/shared-sprite-mobile.png");
  background-repeat: no-repeat;
  background-position: -130px -86px;
  width: 14px;
  height: 10px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  *vertical-align: middle;
}
@media only screen and (-webkit-min-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), only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx)  {
  .details-overlay .details-overlay-controller .arrow {
    background-image: url("../../img/shared/shared-sprite-mobile@2x.png");
    background-size: 356px 174px;
  }
}
.details-overlay .details-overlay-controller .arrow.small {
  overflow: hidden;
  background-image: url("../../img/shared/shared-sprite-mobile.png");
  background-repeat: no-repeat;
  background-position: -100px -112px;
  width: 13px;
  height: 10px;
}
@media only screen and (-webkit-min-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), only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx)  {
  .details-overlay .details-overlay-controller .arrow.small {
    background-image: url("../../img/shared/shared-sprite-mobile@2x.png");
    background-size: 356px 174px;
  }
}
.details-overlay .details-overlay-controller:hover {
  background: #E5E5E5;
}
.details-overlay .details-overlay-controller a:hover {
  cursor: pointer;
}
.details-overlay-expanded .details-overlay-controller {
  background: #E5E5E5;
}
.details-overlay-expanded .details-overlay-controller .arrow {
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  /*filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1.5);*/
}
body.browser-ver-ie6 .details-overlay-expanded .arrow,
body.browser-ver-ie7 .details-overlay-expanded .arrow,
body.browser-ver-ie8 .details-overlay-expanded .arrow {
  overflow: hidden;
  background-image: url("../../img/shared/shared-sprite-mobile.png");
  background-repeat: no-repeat;
  background-position: -181px -132px;
}
@media only screen and (-webkit-min-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), only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx)  {
  body.browser-ver-ie6 .details-overlay-expanded .arrow,
  body.browser-ver-ie7 .details-overlay-expanded .arrow,
  body.browser-ver-ie8 .details-overlay-expanded .arrow {
    background-image: url("../../img/shared/shared-sprite-mobile@2x.png");
    background-size: 356px 174px;
  }
}
.browser-ver-ie6 .details-overlay-controller {
  padding-top: 4px;
  height: 20px;
}
.no-js .details-overlay-controller .arrow {
  overflow: hidden;
  background-image: url("../../img/shared/shared-sprite-mobile.png");
  background-repeat: no-repeat;
  background-position: -181px -132px;
}
@media only screen and (-webkit-min-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), only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx)  {
  .no-js .details-overlay-controller .arrow {
    background-image: url("../../img/shared/shared-sprite-mobile@2x.png");
    background-size: 356px 174px;
  }
}
.no-js .details-overlay-controller .arrow {
  display: none;
}
.no-js .details-overlay-controller:hover {
  background: transparent;
}
#divisions .container {
  display: block;
  width: 100%;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  *zoom: 1;
  padding: 0!important;
  margin: 0;
  list-style: none;
}
#divisions .container:before,
#divisions .container:after {
  content: "";
  display: table;
}
#divisions .container:after {
  clear: both;
}
.divisions-container {
  display: block;
  width: 100%;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  *zoom: 1;
  padding: 0!important;
  margin: 0;
  list-style: none;
}
.divisions-container:before,
.divisions-container:after {
  content: "";
  display: table;
}
.divisions-container:after {
  clear: both;
}
@media only screen  {
  .division-two-up {
    width: 50%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen  {
  .division-two-up:nth-child(odd) {
    clear: both;
  }
}
@media only screen  {
  .division-two-up:nth-child(even) {
    clear: none;
  }
}
@media only screen  {
  .division-three-up {
    width: 33.33333333%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen  {
  .division-three-up {
    clear: none;
  }
}
@media only screen  {
  .division-three-up:nth-child(3n +1) {
    clear: both;
  }
}
@media only screen  {
  .division-four-up {
    width: 25%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen  {
  .division-four-up {
    clear: none;
  }
  .division-four-up:nth-child(4n +1) {
    clear: both;
  }
}
#navigation {
  /*

  setup methods

  */
  /*

  vertical list method

  */
  /*
  horizontal list method  for larger displays
  */
  /*

  disable horizontal list method  used for TV pages

  */
  /*

  overlay for mobile layout

  */
  /*

 bottom navigation

 */
}
#headed-section .callout-box .section-header {
  background-color: #000000;
  border-bottom: 2px solid white;
}
#headed-section .callout-box .section-title {
  color: white;
  padding: 16px;
  font-size: 1.8em;
  line-height: 1.33333333em;
  margin-top: 0.33333333em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
}
#headed-section .callout-box .headed-section-content {
  display: inline-block;
  padding: 16px;
  padding-top: 0;
  background-color: #efefef;
}
/* mixins */
.primary-header {
  margin-top: 2.4em;
}
.primary-header h1,
.primary-header .primary-heading {
  font-weight: normal;
}
@media  (min-width: 300px) and (max-width: 599px)  {
  .primary-header h1,
  .primary-header .primary-heading {
    font-size: 2.4em;
    line-height: 1em;
    margin-top: 0.5em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
    letter-spacing: -0.2px;
  }
}
@media   (min-width: 600px) and (max-width: 767px)  {
  .primary-header h1,
  .primary-header .primary-heading {
    font-size: 4em;
    line-height: 1em;
    margin-top: 0.25em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
    letter-spacing: -0.2px;
  }
}
@media   (min-width: 768px) and (max-width: 1007px)  {
  .primary-header h1,
  .primary-header .primary-heading {
    font-size: 4.8em;
    line-height: 1em;
    margin-top: 0.25em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
    letter-spacing: -0.2px;
  }
}
@media  (min-width: 1008px)   {
  .primary-header h1,
  .primary-header .primary-heading {
    font-size: 5.2em;
    line-height: 1em;
    margin-top: 0.25em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
    letter-spacing: -0.2px;
  }
}
.primary-header h1,
.primary-header .primary-heading {
  font-family: 'curiousSans-Bold', Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
}
.primary-header.primary-header-with-context {
  margin-top: 1.6em;
}
.primary-header .primary-heading {
  position: relative;
}
.primary-header-with-context {
  margin-top: 2.4em;
}
.primary-header-with-context h1,
.primary-header-with-context .primary-heading {
  font-weight: normal;
}
@media  (min-width: 300px) and (max-width: 599px)  {
  .primary-header-with-context h1,
  .primary-header-with-context .primary-heading {
    font-size: 2.4em;
    line-height: 1em;
    margin-top: 0.5em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
    letter-spacing: -0.2px;
  }
}
@media   (min-width: 600px) and (max-width: 767px)  {
  .primary-header-with-context h1,
  .primary-header-with-context .primary-heading {
    font-size: 4em;
    line-height: 1em;
    margin-top: 0.25em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
    letter-spacing: -0.2px;
  }
}
@media   (min-width: 768px) and (max-width: 1007px)  {
  .primary-header-with-context h1,
  .primary-header-with-context .primary-heading {
    font-size: 4.8em;
    line-height: 1em;
    margin-top: 0.25em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
    letter-spacing: -0.2px;
  }
}
@media  (min-width: 1008px)   {
  .primary-header-with-context h1,
  .primary-header-with-context .primary-heading {
    font-size: 5.2em;
    line-height: 1em;
    margin-top: 0.25em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
    letter-spacing: -0.2px;
  }
}
.primary-header-with-context h1,
.primary-header-with-context .primary-heading {
  font-family: 'curiousSans-Bold', Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
}
.primary-header-with-context.primary-header-with-context {
  margin-top: 1.6em;
}
.primary-header-with-context .primary-heading {
  position: relative;
}
.primary-header-with-context h1,
.primary-header-with-context .primary-heading {
  font-weight: normal;
}
@media  (min-width: 300px) and (max-width: 599px)  {
  .primary-header-with-context h1,
  .primary-header-with-context .primary-heading {
    font-size: 2.4em;
    line-height: 1em;
    margin-top: 0.5em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
    letter-spacing: -0.2px;
  }
}
@media   (min-width: 600px) and (max-width: 767px)  {
  .primary-header-with-context h1,
  .primary-header-with-context .primary-heading {
    font-size: 4em;
    line-height: 1em;
    margin-top: 0.25em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
    letter-spacing: -0.2px;
  }
}
@media   (min-width: 768px) and (max-width: 1007px)  {
  .primary-header-with-context h1,
  .primary-header-with-context .primary-heading {
    font-size: 4.8em;
    line-height: 1em;
    margin-top: 0.25em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
    letter-spacing: -0.2px;
  }
}
@media  (min-width: 1008px)   {
  .primary-header-with-context h1,
  .primary-header-with-context .primary-heading {
    font-size: 5.2em;
    line-height: 1em;
    margin-top: 0.25em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
    letter-spacing: -0.2px;
  }
}
.primary-header-with-context .context-heading-list {
  margin-top: 0.8em;
}
@media   (min-width: 600px)   {
  .primary-header-with-context .context-heading-list {
    margin-top: 1.6em;
  }
}
.primary-header-with-context .context-heading {
  border-bottom: 2px solid #000000;
}
@media  (min-width: 300px) and (max-width: 599px)  {
  .primary-header-with-context .context-heading {
    font-size: 1.6em;
    line-height: 1.25em;
    margin-top: 0em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
  }
}
@media   (min-width: 600px) and (max-width: 1007px)  {
  .primary-header-with-context .context-heading {
    font-size: 1.4em;
    line-height: 1.42857143em;
    margin-top: 0em;
    margin-bottom: 0;
  }
}
@media  (min-width: 1008px)   {
  .primary-header-with-context .context-heading {
    font-size: 1.4em;
    line-height: 1.28571429em;
    margin-top: 0em;
    margin-bottom: 0;
  }
}
/* mixins */
@media   (min-width: 600px)   {
  #article-list .secondary-column-events .promo-unit-wrapper .date-list {
    font-size: 9px;
  }
  #article-list .secondary-column-events .promo-unit-wrapper .promo-unit-copy-lining {
    padding: 2.4em;
    min-height: inherit;
  }
  #article-list .secondary-column-events .promo-unit-wrapper .promo-unit-event-type {
    margin-bottom: 2em;
  }
  #article-list .secondary-column-events .promo-unit-wrapper .promo-unit-event-type a {
    font-size: 1.6em;
    line-height: 1.25em;
    margin-top: 0em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
  }
  #article-list .secondary-column-events .promo-unit-wrapper .promo-unit-title {
    font-size: 3em;
    line-height: 1.2em;
    margin-top: 0em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
    letter-spacing: -0.2px;
  }
  #article-list .secondary-column-events .promo-unit-wrapper .promo-unit-location:before {
    font-size: 1.4em ;
  }
  #article-list .secondary-column-events .promo-unit-wrapper .promo-unit-location p {
    padding-left: 36px ;
    font-size: 1.6em;
    line-height: 1.25em;
    margin-top: 0em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
  }
}
@media only screen  {
  .article-list .promo-unit,
  .article-list .bbccom_standard_slot {
    display: block;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media only screen  and   (min-width: 600px)   {
  .article-list .promo-unit,
  .article-list .bbccom_standard_slot {
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media only screen  {
  .article-list .promo-unit,
  .article-list .bbccom_standard_slot {
    display: block;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media only screen  and   (min-width: 600px)   {
  .article-list .promo-unit,
  .article-list .bbccom_standard_slot {
    margin-left: 8px;
    margin-right: 8px;
  }
}
.article-list .bbccom_standard_slot.bbccom_visible {
  margin-top: 1.6em;
}
@media only screen  {
  .article-list.article-list-major .promo-unit-wrapper {
    clear: both;
  }
}
@media only screen  {
  .article-list.article-list-major .promo-unit-wrapper {
    width: 100%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media   (min-width: 600px)   {
  .article-list.article-list-major .promo-unit-wrapper .icon-wrapper {
    height: 6.4em;
    width: 6.4em;
  }
  .article-list.article-list-major .promo-unit-wrapper .icon-wrapper .gelicon,
  .article-list.article-list-major .promo-unit-wrapper .icon-wrapper .sg-share-tools-control-toggle .sg-share-tools-control-toggle-icon {
    font-size: 2.4em;
    line-height: 2.66666667em;
    margin-top: 0em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
    letter-spacing: -0.2px;
  }
}
.article-list.article-list-major .promo-unit-lining {
  padding-bottom: 16px;
  border-bottom: solid 0.1em #d5d5d5;
  overflow: hidden;
}
@media only screen  {
  .article-list.article-list-primary .promo-unit-wrapper {
    clear: both;
  }
}
@media only screen  {
  .article-list.article-list-primary .promo-unit-wrapper {
    width: 100%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media  (min-width: 400px)    {
  .article-list.article-list-primary .promo-unit-wrapper {
    width: 50%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media  (min-width: 400px)    {
  .article-list.article-list-primary .promo-unit-wrapper:nth-child(odd) {
    clear: both;
  }
}
@media  (min-width: 400px)    {
  .article-list.article-list-primary .promo-unit-wrapper:nth-child(even) {
    clear: none;
  }
}
@media   (min-width: 600px)   {
  .article-list.article-list-primary .promo-unit-wrapper .icon-wrapper {
    height: 4.4em;
    width: 4.4em;
  }
  .article-list.article-list-primary .promo-unit-wrapper .icon-wrapper .gelicon,
  .article-list.article-list-primary .promo-unit-wrapper .icon-wrapper .sg-share-tools-control-toggle .sg-share-tools-control-toggle-icon {
    font-size: 2.2em;
    line-height: 2em;
    margin-top: 0em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
  }
}
@media only screen  {
  .article-list.article-list-secondary .promo-unit-wrapper {
    clear: both;
  }
}
@media only screen  {
  .article-list.article-list-secondary .promo-unit-wrapper {
    width: 100%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media  (min-width: 300px)  {
  .article-list.article-list-secondary .promo-unit-wrapper {
    width: 50%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media  (min-width: 300px)  {
  .article-list.article-list-secondary .promo-unit-wrapper:nth-child(odd) {
    clear: both;
  }
}
@media  (min-width: 300px)  {
  .article-list.article-list-secondary .promo-unit-wrapper:nth-child(even) {
    clear: none;
  }
}
@media  (min-width: 400px) and (max-width: 599px)  {
  .article-list.article-list-secondary .promo-unit-wrapper {
    clear: both;
  }
}
@media  (min-width: 400px) and (max-width: 599px)  {
  .article-list.article-list-secondary .promo-unit-wrapper {
    width: 100%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media  (min-width: 1008px)   {
  .article-list.article-list-secondary .promo-unit-wrapper {
    clear: both;
  }
}
@media  (min-width: 1008px)   {
  .article-list.article-list-secondary .promo-unit-wrapper {
    width: 100%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media  (min-width: 300px) and (max-width: 599px)  {
  .article-list.article-list-secondary .promo-unit-wrapper .icon-wrapper {
    height: 4.4em;
    width: 4.4em;
  }
  .article-list.article-list-secondary .promo-unit-wrapper .icon-wrapper .gelicon,
  .article-list.article-list-secondary .promo-unit-wrapper .icon-wrapper .sg-share-tools-control-toggle .sg-share-tools-control-toggle-icon {
    font-size: 2.2em;
    line-height: 2em;
    margin-top: 0em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
  }
}
@media   (min-width: 600px)   {
  .article-list.article-list-secondary .promo-unit-wrapper .icon-wrapper {
    height: 6.4em;
    width: 6.4em;
  }
  .article-list.article-list-secondary .promo-unit-wrapper .icon-wrapper .gelicon,
  .article-list.article-list-secondary .promo-unit-wrapper .icon-wrapper .sg-share-tools-control-toggle .sg-share-tools-control-toggle-icon {
    font-size: 2.4em;
    line-height: 2.66666667em;
    margin-top: 0em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
    letter-spacing: -0.2px;
  }
}
@media only screen  {
  .article-list.article-list-grid .promo-unit-wrapper {
    clear: both;
  }
}
@media only screen  {
  .article-list.article-list-grid .promo-unit-wrapper {
    width: 100%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media  (min-width: 400px)    {
  .article-list.article-list-grid .promo-unit-wrapper {
    width: 50%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media  (min-width: 400px)    {
  .article-list.article-list-grid .promo-unit-wrapper:nth-child(odd) {
    clear: both;
  }
}
@media  (min-width: 400px)    {
  .article-list.article-list-grid .promo-unit-wrapper:nth-child(even) {
    clear: none;
  }
}
@media   (min-width: 600px)   {
  .article-list.article-list-grid .promo-unit-wrapper .icon-wrapper {
    height: 4.4em;
    width: 4.4em;
  }
  .article-list.article-list-grid .promo-unit-wrapper .icon-wrapper .gelicon,
  .article-list.article-list-grid .promo-unit-wrapper .icon-wrapper .sg-share-tools-control-toggle .sg-share-tools-control-toggle-icon {
    font-size: 2.2em;
    line-height: 2em;
    margin-top: 0em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
  }
}
@media  (min-width: 400px)    {
  .article-list.article-list-grid.with-advert .promo-unit-wrapper:nth-child(n+3) {
    width: 50%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media  (min-width: 400px)    {
  .article-list.article-list-grid.with-advert .promo-unit-wrapper:nth-child(n+3):nth-child(odd) {
    clear: none;
  }
}
@media  (min-width: 400px)    {
  .article-list.article-list-grid.with-advert .promo-unit-wrapper:nth-child(n+3):nth-child(even) {
    clear: both;
  }
}
@media  (min-width: 400px)    {
  .article-list.article-list-grid.with-advert .promo-unit-wrapper:nth-child(3) {
    clear: both;
  }
}
@media  (min-width: 400px)    {
  .article-list.article-list-grid.with-advert .promo-unit-wrapper:nth-child(3) {
    width: 100%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen  {
  .article-list.article-list-grid-with-hero .promo-unit-wrapper {
    clear: both;
  }
}
@media only screen  {
  .article-list.article-list-grid-with-hero .promo-unit-wrapper {
    width: 100%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media  (min-width: 400px)    {
  .article-list.article-list-grid-with-hero .promo-unit-wrapper {
    clear: both;
  }
}
@media  (min-width: 400px)    {
  .article-list.article-list-grid-with-hero .promo-unit-wrapper {
    width: 100%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media  (min-width: 400px)    {
  .article-list.article-list-grid-with-hero .promo-unit-wrapper:nth-child(n+2) {
    width: 50%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media  (min-width: 400px)    {
  .article-list.article-list-grid-with-hero .promo-unit-wrapper:nth-child(n+2):nth-child(odd) {
    clear: none;
  }
}
@media  (min-width: 400px)    {
  .article-list.article-list-grid-with-hero .promo-unit-wrapper:nth-child(n+2):nth-child(even) {
    clear: both;
  }
}
@media   (min-width: 600px)   {
  .article-list.article-list-grid-with-hero .promo-unit-wrapper:nth-child(n+2) .icon-wrapper {
    height: 4.4em;
    width: 4.4em;
  }
  .article-list.article-list-grid-with-hero .promo-unit-wrapper:nth-child(n+2) .icon-wrapper .gelicon,
  .article-list.article-list-grid-with-hero .promo-unit-wrapper:nth-child(n+2) .icon-wrapper .sg-share-tools-control-toggle .sg-share-tools-control-toggle-icon {
    font-size: 2.2em;
    line-height: 2em;
    margin-top: 0em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
  }
}
@media   (min-width: 600px)   {
  .article-list.article-list-grid-with-hero .promo-unit-wrapper:first-child .icon-wrapper {
    height: 6.4em;
    width: 6.4em;
  }
  .article-list.article-list-grid-with-hero .promo-unit-wrapper:first-child .icon-wrapper .gelicon,
  .article-list.article-list-grid-with-hero .promo-unit-wrapper:first-child .icon-wrapper .sg-share-tools-control-toggle .sg-share-tools-control-toggle-icon {
    font-size: 2.4em;
    line-height: 2.66666667em;
    margin-top: 0em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
    letter-spacing: -0.2px;
  }
}
.article-list.article-list-grid-with-hero.with-advert .promo-unit-wrapper {
  /* tablet layout  */
}
@media  (min-width: 400px)    {
  .article-list.article-list-grid-with-hero.with-advert .promo-unit-wrapper {
    clear: both;
  }
}
@media  (min-width: 400px)    {
  .article-list.article-list-grid-with-hero.with-advert .promo-unit-wrapper {
    width: 100%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media  (min-width: 400px) and (max-width: 599px)  {
  .article-list.article-list-grid-with-hero.with-advert .promo-unit-wrapper:nth-child(n+3) {
    width: 50%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media  (min-width: 400px) and (max-width: 599px)  {
  .article-list.article-list-grid-with-hero.with-advert .promo-unit-wrapper:nth-child(n+3):nth-child(odd) {
    clear: both;
  }
}
@media  (min-width: 400px) and (max-width: 599px)  {
  .article-list.article-list-grid-with-hero.with-advert .promo-unit-wrapper:nth-child(n+3):nth-child(even) {
    clear: none;
  }
}
.article-list.article-list-grid-with-hero.with-advert .promo-unit-wrapper:nth-child(n+2).advert {
  height: auto;
}
@media   (min-width: 600px) and (max-width: 1007px)  {
  .article-list.article-list-grid-with-hero.with-advert .promo-unit-wrapper:nth-child(n+2) {
    width: 50%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media   (min-width: 600px) and (max-width: 1007px)  {
  .article-list.article-list-grid-with-hero.with-advert .promo-unit-wrapper:nth-child(n+2):nth-child(odd) {
    clear: both;
  }
}
@media   (min-width: 600px) and (max-width: 1007px)  {
  .article-list.article-list-grid-with-hero.with-advert .promo-unit-wrapper:nth-child(n+2):nth-child(even) {
    clear: none;
  }
}
@media   (min-width: 600px) and (max-width: 1007px)  {
  .article-list.article-list-grid-with-hero.with-advert .promo-unit-wrapper:nth-child(n+2) {
    height: 364px;
    clear: none !important;
  }
}
@media  (min-width: 400px)    {
  .article-list.article-list-index .promo-unit-wrapper .promo-unit {
    margin-top: 0.8em;
  }
}
@media  (min-width: 400px)    and   (min-width: 600px)   {
  .article-list.article-list-index .promo-unit-wrapper .promo-unit {
    margin-top: 1.6em;
  }
}
@media  (min-width: 400px)    {
  .article-list.article-list-index .promo-unit-wrapper .promo-unit .promo-unit-header {
    margin-top: 0em;
  }
}
@media  (min-width: 400px)    {
  .article-list.article-list-index .promo-unit-wrapper .promo-unit .promo-unit-lining {
    margin-left: 0;
    margin-right: 0;
  }
}
.article-list.article-list-index .promo-unit-wrapper .promo-unit .promo-unit-image {
  min-height: 1px;
}
@media  (min-width: 400px)    {
  .article-list.article-list-index .promo-unit-wrapper .promo-unit .promo-unit-image {
    width: 33.33333333%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media  (min-width: 400px)    {
  .article-list.article-list-index .promo-unit-wrapper .promo-unit .promo-unit-copy {
    width: 66.66666667%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media  (min-width: 400px)    {
  .article-list.article-list-index .promo-unit-wrapper .promo-unit .promo-unit-image-lining,
  .article-list.article-list-index .promo-unit-wrapper .promo-unit .promo-unit-copy-lining {
    display: block;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media  (min-width: 400px)    and   (min-width: 600px)   {
  .article-list.article-list-index .promo-unit-wrapper .promo-unit .promo-unit-image-lining,
  .article-list.article-list-index .promo-unit-wrapper .promo-unit .promo-unit-copy-lining {
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media  (min-width: 400px)    {
  .article-list.article-list-index .promo-unit-wrapper .promo-unit img {
    margin-top: 0em;
  }
}
@media  (min-width: 300px) and (max-width: 599px)  {
  .article-list.article-list-single-column-primary-with-hero .promo-unit-wrapper {
    clear: both;
  }
}
@media  (min-width: 300px) and (max-width: 599px)  {
  .article-list.article-list-single-column-primary-with-hero .promo-unit-wrapper {
    width: 100%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media   (min-width: 600px) and (max-width: 767px)  {
  .article-list.article-list-single-column-primary-with-hero .promo-unit-wrapper:nth-child(n+2) {
    width: 50%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media   (min-width: 600px) and (max-width: 767px)  {
  .article-list.article-list-single-column-primary-with-hero .promo-unit-wrapper:nth-child(n+2):nth-child(odd) {
    clear: none;
  }
}
@media   (min-width: 600px) and (max-width: 767px)  {
  .article-list.article-list-single-column-primary-with-hero .promo-unit-wrapper:nth-child(n+2):nth-child(even) {
    clear: both;
  }
}
@media   (max-width: 1007px)  {
  .article-list.article-list-single-column-primary-with-hero .promo-unit-wrapper:nth-child(n+2).advert {
    clear: both;
  }
}
@media   (max-width: 1007px)  {
  .article-list.article-list-single-column-primary-with-hero .promo-unit-wrapper:nth-child(n+2).advert {
    width: 100%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media   (min-width: 768px)   {
  .article-list.article-list-single-column-primary-with-hero .promo-unit-wrapper {
    width: 33.33333333%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media   (min-width: 768px)   {
  .article-list.article-list-single-column-primary-with-hero .promo-unit-wrapper {
    clear: none;
  }
}
@media   (min-width: 768px)   {
  .article-list.article-list-single-column-primary-with-hero .promo-unit-wrapper:nth-child(3n +1) {
    clear: both;
  }
}
.article-list.article-list-single-column-primary-with-hero .promo-unit-wrapper .icon-wrapper {
  height: 6.4em;
  width: 6.4em;
}
.article-list.article-list-single-column-primary-with-hero .promo-unit-wrapper .icon-wrapper .gelicon,
.article-list.article-list-single-column-primary-with-hero .promo-unit-wrapper .icon-wrapper .sg-share-tools-control-toggle .sg-share-tools-control-toggle-icon {
  font-size: 2.4em;
  line-height: 2.66666667em;
  margin-top: 0em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
  letter-spacing: -0.2px;
}
@media   (min-width: 600px) and (max-width: 1007px)  {
  .article-list.article-list-single-column-primary .promo-unit-wrapper {
    width: 50%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media   (min-width: 600px) and (max-width: 1007px)  {
  .article-list.article-list-single-column-primary .promo-unit-wrapper:nth-child(odd) {
    clear: both;
  }
}
@media   (min-width: 600px) and (max-width: 1007px)  {
  .article-list.article-list-single-column-primary .promo-unit-wrapper:nth-child(even) {
    clear: none;
  }
}
@media  (min-width: 1008px)   {
  .article-list.article-list-single-column-primary .promo-unit-wrapper {
    width: 33.33333333%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media  (min-width: 1008px)   {
  .article-list.article-list-single-column-primary .promo-unit-wrapper {
    clear: none;
  }
}
@media  (min-width: 1008px)   {
  .article-list.article-list-single-column-primary .promo-unit-wrapper:nth-child(3n +1) {
    clear: both;
  }
}
.article-list.article-list-single-column-primary .promo-unit-wrapper .icon-wrapper {
  height: 6.4em;
  width: 6.4em;
}
.article-list.article-list-single-column-primary .promo-unit-wrapper .icon-wrapper .gelicon,
.article-list.article-list-single-column-primary .promo-unit-wrapper .icon-wrapper .sg-share-tools-control-toggle .sg-share-tools-control-toggle-icon {
  font-size: 2.4em;
  line-height: 2.66666667em;
  margin-top: 0em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
  letter-spacing: -0.2px;
}
@media  (min-width: 300px) and (max-width: 599px)  {
  .article-list-primary-column-events .promo-unit-wrapper {
    clear: both;
  }
}
@media  (min-width: 300px) and (max-width: 599px)  {
  .article-list-primary-column-events .promo-unit-wrapper {
    width: 100%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media   (min-width: 600px)   {
  .article-list-primary-column-events .promo-unit-wrapper {
    width: 50%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen  {
  .article-list-primary-column-events .promo-unit-wrapper:nth-child(3n+1) {
    clear: both;
  }
}
@media only screen  {
  .article-list-primary-column-events .promo-unit-wrapper:nth-child(3n+1) {
    width: 100%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media   (min-width: 600px)   {
  .article-list-primary-column-events .promo-unit-wrapper:nth-child(3n+1) .promo-unit-layout-event .date-list {
    font-size: 9px;
  }
  .article-list-primary-column-events .promo-unit-wrapper:nth-child(3n+1) .promo-unit-layout-event .promo-unit-copy-lining {
    padding: 2.4em;
    min-height: inherit;
  }
  .article-list-primary-column-events .promo-unit-wrapper:nth-child(3n+1) .promo-unit-layout-event .promo-unit-event-type {
    margin-bottom: 2em;
  }
  .article-list-primary-column-events .promo-unit-wrapper:nth-child(3n+1) .promo-unit-layout-event .promo-unit-event-type a {
    font-size: 1.6em;
    line-height: 1.25em;
    margin-top: 0em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
  }
  .article-list-primary-column-events .promo-unit-wrapper:nth-child(3n+1) .promo-unit-layout-event .promo-unit-title {
    font-size: 3em;
    line-height: 1.2em;
    margin-top: 0em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
    letter-spacing: -0.2px;
  }
  .article-list-primary-column-events .promo-unit-wrapper:nth-child(3n+1) .promo-unit-layout-event .promo-unit-location:before {
    font-size: 1.4em ;
  }
  .article-list-primary-column-events .promo-unit-wrapper:nth-child(3n+1) .promo-unit-layout-event .promo-unit-location p {
    padding-left: 36px ;
    font-size: 1.6em;
    line-height: 1.25em;
    margin-top: 0em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
  }
}
@media   (min-width: 600px)   {
  .article-list-primary-column-events .promo-unit-wrapper:nth-child(3n+1) .promo-unit-layout-event .promo-unit-header {
    width: 54.16666667%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media   (min-width: 600px)   {
  .article-list-primary-column-events .promo-unit-wrapper:nth-child(3n+1) .promo-unit-layout-event .promo-unit-location {
    width: 45.83333333%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media   (min-width: 600px)   {
  .article-list-primary-column-events .promo-unit-wrapper:nth-child(3n+1) .promo-unit-layout-event .promo-unit-location {
    margin-top: 0em;
  }
}
@media   (min-width: 600px)   {
  .article-list-secondary-column-events .promo-unit-wrapper .date-list {
    font-size: 9px;
  }
  .article-list-secondary-column-events .promo-unit-wrapper .promo-unit-copy-lining {
    padding: 2.4em;
    min-height: inherit;
  }
  .article-list-secondary-column-events .promo-unit-wrapper .promo-unit-event-type {
    margin-bottom: 2em;
  }
  .article-list-secondary-column-events .promo-unit-wrapper .promo-unit-event-type a {
    font-size: 1.6em;
    line-height: 1.25em;
    margin-top: 0em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
  }
  .article-list-secondary-column-events .promo-unit-wrapper .promo-unit-title {
    font-size: 3em;
    line-height: 1.2em;
    margin-top: 0em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
    letter-spacing: -0.2px;
  }
  .article-list-secondary-column-events .promo-unit-wrapper .promo-unit-location:before {
    font-size: 1.4em ;
  }
  .article-list-secondary-column-events .promo-unit-wrapper .promo-unit-location p {
    padding-left: 36px ;
    font-size: 1.6em;
    line-height: 1.25em;
    margin-top: 0em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
  }
}
#link-box .setStyleForButton {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#link-box .setTextStyleForButton {
  padding: 0;
  display: block;
  text-align: center;
  width: 100%;
  font-size: 2em;
  line-height: 2.4em;
  margin-top: 0em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
  font-family: 'curiousSans-Bold', Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
}
#load-more .unbranded {
  background-color: #e2e3e5;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
#load-more .unbranded:hover {
  background-color: #d5d6d9;
}
#load-more .unbranded #load-more-label,
#load-more .unbranded .gelicon,
#load-more .unbranded .sg-share-tools-control-toggle .sg-share-tools-control-toggle-icon {
  color: #666666;
}
#orb-modules {
  -webkit-font-smoothing: antialiased;
}
.weather-icon {
  background-image: url('../../img/shared/weather_icon_sprites.png');
}
@media  (min-width: 1008px)   {
  .gel-two-column-layout .primary-content {
    width: 62.5%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media  (min-width: 1008px)   {
  .gel-two-column-layout .secondary-content {
    width: 37.5%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen  {
  .gel-two-column-layout .column-lining {
    display: block;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media only screen  and   (min-width: 600px)   {
  .gel-two-column-layout .column-lining {
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media only screen  {
  .gel-two-column-layout .column-lining {
    display: block;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media only screen  and   (min-width: 600px)   {
  .gel-two-column-layout .column-lining {
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media only screen  {
  .basic-layout {
    display: block;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media only screen  and   (min-width: 600px)   {
  .basic-layout {
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media only screen  {
  .basic-layout {
    display: block;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media only screen  and   (min-width: 600px)   {
  .basic-layout {
    margin-left: 8px;
    margin-right: 8px;
  }
}
#story .no-js #story-content #custom-embed-content,
#story .no-js #story-content .inline-youtube,
#story .no-js #story-content .inline-magnify {
  display: none;
}
#native .group_1_2 .hero-unit .primary-header-wrapper {
  top: 4em;
}
#native .group_1_2 .hero-unit .context-heading-list {
  width: 60%;
  margin: 0 20%;
}
#native .group_3_and_up #story-content p.introduction {
  font-size: 2.6em;
  line-height: 1.23076923em;
  margin-top: 0em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
  letter-spacing: -0.2px;
}
#native .group_3_and_up #story-content .context-heading {
  font-size: 2em;
  line-height: 1.2em;
  margin-top: 1.2em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
}
#native .group_3_and_up .hero-unit h1.primary-heading {
  font-size: 4em;
  line-height: 1.2em;
  margin-top: 0.3em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
  letter-spacing: -0.2px;
}
#native .group_3_and_up .context-heading {
  font-size: 2.4em;
  line-height: 1.16666667em;
  margin-top: 1.16666667em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
  letter-spacing: -0.2px;
}
#native .group_3_and_up .container-index .promo-unit-lining,
#native .group_3_and_up .container-index #bbccom_mpu_1_2_3 .bbccom_advert,
#native .group_3_and_up .container-index #bbccom_mpu_4 .bbccom_advert {
  min-height: 436px;
  padding-bottom: 0;
}
#native .group_3_and_up .container-index .article-list .promo-unit .promo-unit-title {
  font-size: 2.6em;
  line-height: 1.15384615em;
  margin-top: 1.15384615em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
  letter-spacing: -0.2px;
}
#native .group_3_and_up .container-index .article-list .promo-unit .promo-unit-summary {
  font-size: 1.8em;
  line-height: 1.11111111em;
  margin-top: 0.55555556em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
}
#native .group_5 .hero-unit .secondary-header-wrapper {
  bottom: 6.4em;
}
#native .group_5 .hero-unit .primary-header-wrapper {
  top: 14.8em;
}
#native .group_5 .hero-unit h1.primary-heading {
  font-size: 5.2em;
  line-height: 1.15384615em;
  margin-top: 0.57692308em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
  letter-spacing: -0.2px;
}
#native .group_5 .hero-unit p.introduction {
  font-size: 2.4em;
  line-height: 1.16666667em;
  margin-top: 1.16666667em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
  letter-spacing: -0.2px;
}
#native .sponsorAdSlot .bbccom_advert#bbccom_sponsor_section {
  width: 280px !important;
  padding-bottom: 0px;
}
#native .sponsorAdSlot .bbccom_advert#bbccom_sponsor_section > div {
  width: 88px;
  right: 8px;
  top: 8px;
  margin: 0px 0px 0px 0px !important;
  position: absolute;
}
#native .sponsorAdSlot .bbccom_text {
  width: 164px !important;
}
#native .article-list .promo-unit {
  margin-bottom: 1.6em;
}
#native .article-list .promo-unit .promo-unit-lining {
  background-color: #fff;
}
#native .article-list .promo-unit .promo-unit-summary {
  display: block;
  padding-top: 12px;
  border-top: 1px solid #e5e5e5;
}
#native .article-list .promo-unit .promo-unit-image {
  border-bottom: none;
}
#native .article-list .promo-unit .promo-unit-lining {
  border-bottom: 4px solid #e5e5e5;
}
@media only screen  {
  #native .article-list .link-box-list {
    display: none;
  }
}
#homepage-three-column {
  /*
    Responsive & Fixed width
  */
}
#homepage-three-column-simple {
  /*
    Responsive & Fixed width
  */
}
#homepage-two-column {
  /*
    Responsive & Fixed width
  */
}
#homepage-two-column-split {
  /*
    Responsive & Fixed width
  */
}
#promo-index {
  /*
  layout for all style sheets
  */
}
.gelicon,
.sg-share-tools-control-toggle .sg-share-tools-control-toggle-icon {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  display: block;
  text-align: center;
  font-style: normal;
  color: white;
  font-size: 1.6em;
  line-height: 2em;
  margin-top: 0em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
}
.gel-icon-wrapper {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  top: initial;
  bottom: 0;
  margin-top: 0;
  position: absolute;
  left: 0;
  right: initial;
  margin-left: 0;
}
.site-brand {
  position: relative;
}
@media only screen  {
  .site-brand-lining {
    display: block;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media only screen  and   (min-width: 600px)   {
  .site-brand-lining {
    margin-left: 8px;
    margin-right: 8px;
  }
}
#branding {
  display: block;
  position: absolute;
  width: 100%;
}
#branding-top {
  overflow: hidden;
}
@media  (min-width: 300px)  {
  .site-brand-lining #sections-nav-button {
    width: 80px;
    height: 3.8em;
  }
  .site-brand-lining #sections-nav-button.active {
    height: 4.6em;
  }
  .site-brand-lining #sections-nav-button .icon-sections {
    top: 1.4em;
  }
  .site-brand-lining #sections-nav-button .icon-sections {
    left: 18px;
  }
  .site-brand-lining #sections-nav-button .title-sections {
    font-family: 'curiousSans-Bold', Arial, sans-serif;
    font-weight: normal;
    letter-spacing: 0px;
    top: 0.8em;
    font-size: 1.5em;
    line-height: 1em;
    margin-top: 1em;
    margin-bottom: 0;
    color: white;
    position: absolute;
    left: 33px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media  (min-width: 300px) and (max-width: 599px)  {
  .site-brand-lining {
    height: 4.2em;
    padding-top: 12px;
  }
  .site-brand-lining #brand {
    background-position: 0 -52px;
    height: 36px;
  }
}
@media   (min-width: 600px)   {
  .site-brand-lining {
    height: 5.6em;
    padding-top: 16px;
    border-bottom: none;
  }
  .site-brand-lining #brand {
    position: absolute;
    bottom: -6px;
    background-position: 0 0;
    height: 52px;
  }
  #sections-nav-button {
    display: none;
  }
}
.site-brand-lining {
  padding-top: 0.8em;
}
@media   (min-width: 600px)   {
  .site-brand-lining {
    padding-top: 1.6em;
  }
}
.topbar {
  background-color: #000000;
  position: relative;
}
.topbar-inner {
  padding: 0;
  margin-right: 4px;
  margin-left: 4px;
  *zoom: 1;
}
@media  (min-width: 400px)    {
  .topbar-inner {
    margin-right: 12px;
    margin-left: 12px;
  }
}
@media   (min-width: 600px)   {
  .topbar-inner {
    margin-right: 8px;
    margin-left: 8px;
  }
}
@media  (min-width: 1008px)   {
  .topbar-inner {
    max-width: 992px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media  (min-width: 400px)    {
  .topbar-inner {
    margin-right: 12px;
    margin-left: 12px;
  }
}
@media   (min-width: 600px)   {
  .topbar-inner {
    margin-right: 8px;
    margin-left: 8px;
  }
}
@media  (min-width: 1008px)   {
  .topbar-inner {
    max-width: 992px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media  (min-width: 1280px)   {
  .topbar-inner {
    max-width: 1264px;
  }
}
.topbar-inner:before,
.topbar-inner:after {
  content: "";
  display: table;
}
.topbar-inner:after {
  clear: both;
}
.topbar-lining {
  position: relative;
}
@media only screen  {
  .topbar-lining {
    display: block;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media only screen  and   (min-width: 600px)   {
  .topbar-lining {
    margin-left: 8px;
    margin-right: 8px;
  }
}
.topbar-logo {
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-image: url("../../img/wwfuture/sprite-mobile.png");
  background-repeat: no-repeat;
  background-position: 0 -121px;
  width: 102px;
  height: 48px;
}
@media only screen and (-webkit-min-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), only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx)  {
  .topbar-logo {
    background-image: url("../../img/wwfuture/sprite-mobile@2x.png");
    background-size: 210px 169px;
  }
}
.topbar-menu-desktop {
  display: none;
}
.topbar-menu-bar .topbar-menu-desktop {
  display: block;
  overflow: hidden;
}
.topbar-menu-bar .topbar-menu {
  top: 0;
  left: 222px;
  position: absolute;
}
.topbar-menu-bar .topbar-menu-list,
.topbar-menu-bar .topbar-menu-list-item {
  margin: 0;
  padding: 0;
}
.topbar-menu-bar .topbar-menu-list-item {
  list-style-type: none;
  float: left;
  margin-left: 30px;
}
.topbar-menu-bar .topbar-menu-list-item:first-child {
  margin-left: 0;
}
.topbar-menu-bar .topbar-menu-link {
  font-size: 1.4em;
  line-height: 1.07142857em;
  margin-top: 1.07142857em;
  margin-bottom: 0;
  margin: 0;
  line-height: 48px;
  color: #ffffff;
  display: block;
  white-space: nowrap;
}
@media   (min-width: 768px)   {
  .topbar-menu-desktop {
    display: block;
    overflow: hidden;
  }
  .topbar-menu {
    top: 0;
    left: 222px;
    position: absolute;
  }
  .topbar-menu-list,
  .topbar-menu-list-item {
    margin: 0;
    padding: 0;
  }
  .topbar-menu-list-item {
    list-style-type: none;
    float: left;
    margin-left: 30px;
  }
  .topbar-menu-list-item:first-child {
    margin-left: 0;
  }
  .topbar-menu-link {
    font-size: 1.4em;
    line-height: 1.07142857em;
    margin-top: 1.07142857em;
    margin-bottom: 0;
    margin: 0;
    line-height: 48px;
    color: #ffffff;
    display: block;
    white-space: nowrap;
  }
}
.topbar-menu-mobile {
  display: none;
}
.topbar-menu-mobile-wrapper {
  padding: 0;
  margin-right: 4px;
  margin-left: 4px;
  *zoom: 1;
}
@media  (min-width: 400px)    {
  .topbar-menu-mobile-wrapper {
    margin-right: 12px;
    margin-left: 12px;
  }
}
@media   (min-width: 600px)   {
  .topbar-menu-mobile-wrapper {
    margin-right: 8px;
    margin-left: 8px;
  }
}
@media  (min-width: 1008px)   {
  .topbar-menu-mobile-wrapper {
    max-width: 992px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media  (min-width: 400px)    {
  .topbar-menu-mobile-wrapper {
    margin-right: 12px;
    margin-left: 12px;
  }
}
@media   (min-width: 600px)   {
  .topbar-menu-mobile-wrapper {
    margin-right: 8px;
    margin-left: 8px;
  }
}
@media  (min-width: 1008px)   {
  .topbar-menu-mobile-wrapper {
    max-width: 992px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media  (min-width: 1280px)   {
  .topbar-menu-mobile-wrapper {
    max-width: 1264px;
  }
}
.topbar-menu-mobile-wrapper:before,
.topbar-menu-mobile-wrapper:after {
  content: "";
  display: table;
}
.topbar-menu-mobile-wrapper:after {
  clear: both;
}
@media only screen  {
  .topbar-menu-mobile-lining {
    display: block;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media only screen  and   (min-width: 600px)   {
  .topbar-menu-mobile-lining {
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media   (max-width: 767px)  {
  .topbar-menu-mobile {
    position: relative;
    display: block;
    background: #333333;
  }
  .topbar-menu-mobile-panel {
    display: none;
  }
  .no-js .topbar-menu-noscript .topbar-menu-mobile-panel {
    display: block;
  }
  .topbar-menu {
    width: 100%;
    overflow: hidden;
  }
  .topbar-menu-list {
    margin: 0;
    padding: 0;
  }
  .topbar-menu-list-item {
    list-style-type: none;
    border-top: 0.5px solid;
    border-color: #ffffff;
    border-color: rgba(255, 255, 255, 0.2);
    padding-top: 12px;
    padding-bottom: 11px;
  }
  .topbar-menu-list-item:first-child {
    border-top: 0 none;
  }
  .topbar-menu-link {
    font-size: 1.7em;
    line-height: 1.29411765em;
    margin-top: 1.29411765em;
    letter-spacing: -0.1px;
    margin-top: 0;
    margin-bottom: 0;
    color: #ffffff;
    display: block;
  }
}
@media   (min-width: 768px)   {
  .topbar-menu-toggle {
    display: none;
  }
}
.topbar-menu-toggle {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  height: 48px;
  padding: 0 16px;
  position: absolute;
  right: 0;
  top: -48px;
}
.topbar-menu-toggle:hover,
.topbar-menu-mobile.is-active .topbar-menu-toggle {
  background: #333333;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.topbar-menu-toggle-text {
  display: table-cell;
  color: #ffffff;
  font-family: 'curiousSans-Bold', Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  font-size: 1.8em;
  line-height: 1.66666667em;
  margin-top: 1.66666667em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
  line-height: 48px;
  margin: 0;
}
.topbar-menu-toggle-icon {
  color: #ffffff;
  display: table-cell;
  vertical-align: middle;
  padding-left: 16px;
}
.topbar-menu-toggle-icon-svg {
  width: 28px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
}
.bbccom_slot {
  display: none;
}
.bbccom_slot.bbccom_visible {
  display: block;
}
#leaderboard {
  padding: 0;
  margin-right: 4px;
  margin-left: 4px;
  background-color: #e8e8e8;
}
@media  (min-width: 400px)    {
  #leaderboard {
    margin-right: 12px;
    margin-left: 12px;
  }
}
@media   (min-width: 600px)   {
  #leaderboard {
    margin-right: 8px;
    margin-left: 8px;
  }
}
@media  (min-width: 1008px)   {
  #leaderboard {
    max-width: 992px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media  (min-width: 400px)    {
  #leaderboard {
    margin-right: 12px;
    margin-left: 12px;
  }
}
@media   (min-width: 600px)   {
  #leaderboard {
    margin-right: 8px;
    margin-left: 8px;
  }
}
@media  (min-width: 1008px)   {
  #leaderboard {
    max-width: 992px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media only screen  {
  #leaderboard-lining {
    display: block;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media only screen  and   (min-width: 600px)   {
  #leaderboard-lining {
    margin-left: 8px;
    margin-right: 8px;
  }
}
.bbccom_text {
  color: #505050;
  font-size: 11px!important;
  line-height: 1.0em!important;
  margin-right: 8px;
}
.ad-slot .bbccom_advert.bbccom_display_none {
  margin: 0!important;
}
.mpu-wrapper .bbccom_advert {
  padding-top: 0.8em;
  background: none;
  text-align: center;
}
.mpu-wrapper .bbccom_slot.bbccom_visible {
  background: #e8e8e8;
  margin-top: 1.6em;
}
@media only screen  {
  .mpu-wrapper .bbccom_slot.bbccom_visible {
    display: block;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media only screen  and   (min-width: 600px)   {
  .mpu-wrapper .bbccom_slot.bbccom_visible {
    margin-left: 8px;
    margin-right: 8px;
  }
}
.mpu-wrapper .bbccom_slot.bbccom_visible.bbccom_display_none {
  margin: 0;
}
#bbccom_leaderboard_1_2_3_4 {
  width: 100%;
  max-width: 100%;
  margin: 0;
  background-color: rgba(51, 51, 51, 0.9);
}
#bbccom_leaderboard_1_2_3_4 .bbccom_text {
  color: #d9d9d9 !important;
}
#bbccom_responsive_box_1_1_2_3_4,
#bbccom_responsive_box_2_1_2_3_4 {
  background-color: transparent;
}
#bbccom_responsive_box_1_1_2_3_4 a.bbccom_text,
#bbccom_responsive_box_2_1_2_3_4 a.bbccom_text {
  display: none;
}
.bbccom_adsense_slot.bbccom_visible {
  padding: 8px;
  padding-top: 0;
  background: none;
}
#bbccom_adsense_mpu {
  text-align: left;
  overflow: hidden;
  font-size: 10px;
  background: transparent;
  padding-top: 0 !important;
  background: white;
}
#bbccom_adsense_mpu ul {
  padding: 16px;
  padding-top: 0;
}
#bbccom_adsense_mpu li {
  padding-top: 16px;
  width: 100%;
}
#bbccom_adsense_mpu h3 {
  font-size: 2.4em;
  line-height: 2em;
  margin-top: 0em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
  letter-spacing: -0.2px;
  background: #e8e8e8;
  padding: 0;
  padding-left: 8px;
}
#bbccom_adsense_mpu p {
  font-size: 1.4em;
  line-height: 1.14285714em;
  margin-top: 0.28571429em;
  margin-bottom: 0;
}
#bbccom_promo_feature_responsive_1_2_3_4.bbccom_visible {
  margin-top: 1.6em;
}
@media only screen  {
  #bbccom_promo_feature_responsive_1_2_3_4.bbccom_visible {
    display: block;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media only screen  and   (min-width: 600px)   {
  #bbccom_promo_feature_responsive_1_2_3_4.bbccom_visible {
    margin-left: 8px;
    margin-right: 8px;
  }
}
#bbccom_promo_feature_responsive_1_2_3_4.bbccom_display_none {
  margin: 0;
}
/*

    parallax-wrapper

     */
#bbccom_parallax_1_2_3_4.bbccom_parallax_1_2_3_4.bbccom_visible {
  padding: 16px !important;
  padding-top: 4px;
  margin-top: 3.2em;
  margin-bottom: 1.6em;
}
.standalone-parallax-wrapper {
  padding: 0;
  margin-right: 4px;
  margin-left: 4px;
}
@media  (min-width: 400px)    {
  .standalone-parallax-wrapper {
    margin-right: 12px;
    margin-left: 12px;
  }
}
@media   (min-width: 600px)   {
  .standalone-parallax-wrapper {
    margin-right: 8px;
    margin-left: 8px;
  }
}
@media  (min-width: 1008px)   {
  .standalone-parallax-wrapper {
    max-width: 992px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media  (min-width: 400px)    {
  .standalone-parallax-wrapper {
    margin-right: 12px;
    margin-left: 12px;
  }
}
@media   (min-width: 600px)   {
  .standalone-parallax-wrapper {
    margin-right: 8px;
    margin-left: 8px;
  }
}
@media  (min-width: 1008px)   {
  .standalone-parallax-wrapper {
    max-width: 992px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 8px;
    padding-right: 8px;
  }
}
.parallax-slot-wrapper {
  max-width: 1008px;
  margin: 0 auto;
}
@media only screen  {
  .parallax-slot-wrapper {
    display: block;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media only screen  and   (min-width: 600px)   {
  .parallax-slot-wrapper {
    margin-left: 8px;
    margin-right: 8px;
  }
}
.parallax-slot-wrapper #bbccom_parallax.bbccom_advert {
  display: block;
  width: auto;
  overflow: hidden;
}
/*

      Sponsor slot

      */
#bbccom_sponsor_section {
  padding-top: 0;
}
.bbccom_sponsor_section_slot {
  position: relative;
}
.bbccom_sponsor_section_slot .bbccom_advert#bbccom_sponsor_section {
  width: 220px !important;
  padding-bottom: 0px;
  position: relative;
  background-color: rgba(51, 51, 51, 0.5);
  height: 48px !important;
}
.bbccom_sponsor_section_slot .bbccom_advert#bbccom_sponsor_section .bbccom_text {
  width: 104px;
  padding-left: 8px;
  line-height: 16px!important;
  color: #f0f0f0!important;
  float: left;
  padding-right: 8px;
}
.bbccom_sponsor_section_slot .bbccom_advert#bbccom_sponsor_section > div {
  width: 88px;
  right: 8px;
  top: 8px;
  margin: 0px 0px 0px 0px !important;
  position: absolute;
}
.bbccom_sponsor_section_slot #sponsor_section_ad_container {
  width: 88px;
  right: 8px;
  top: 8px;
  margin: 0px !important;
  position: absolute;
}
#bbccom_sponsor_section {
  pointer-events: all;
}
#bbccom_sponsor_section_1_2_3.bbccom_visible,
#bbccom_sponsor_section_1_2_3_4.bbccom_visible {
  margin-top: 0.8em;
  background-color: #e8e8e8;
  padding: 8px;
}
@media only screen  {
  #bbccom_sponsor_section_1_2_3.bbccom_visible,
  #bbccom_sponsor_section_1_2_3_4.bbccom_visible {
    display: block;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media only screen  and   (min-width: 600px)   {
  #bbccom_sponsor_section_1_2_3.bbccom_visible,
  #bbccom_sponsor_section_1_2_3_4.bbccom_visible {
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media   (min-width: 600px)   {
  #bbccom_sponsor_section_1_2_3.bbccom_visible,
  #bbccom_sponsor_section_1_2_3_4.bbccom_visible {
    margin-top: 1.6em;
  }
}
#bbccom_sponsor_section_1_2_3.bbccom_visible .bbccom_advert,
#bbccom_sponsor_section_1_2_3_4.bbccom_visible .bbccom_advert {
  margin-left: auto;
  margin-right: auto;
}
#bbccom_sponsor_section_fake ins {
  display: none;
}
#bbccom_sponsor_section_fake {
  background-color: transparent!important;
  color: #f0f0f0!important;
  font: bold 11px/16px helvetica, arial, sans-serif !important;
}
#bbccom_sponsor_section_fake .bbccom_advert {
  margin-left: auto;
  margin-right: auto;
}
#bbccom_sponsor_section_fake .bbccom_text {
  width: 125px !important;
  background-color: transparent;
  background-image: none;
  padding-left: 0px;
  padding-right: 8px;
  display: table;
  float: left;
  letter-spacing: 0!important;
  margin-bottom: 5px!important;
  margin-top: 8px!important;
  padding-top: 0!important;
  text-decoration: none!important;
  text-transform: uppercase!important;
  text-align: right !important;
}
#bbccom_sponsor_section_fake .partner-name {
  text-align: left;
  width: 130px !important;
  position: relative !important;
  right: auto !important;
  top: auto !important;
  float: left;
  margin-bottom: 5px !important;
  margin-top: 8px !important;
  clear: right;
}
.sponsor-attribution {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 8px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px!important;
  margin-top: 8px!important;
  max-width: 280px;
  background-color: rgba(51, 51, 51, 0.5);
  font: bold 11px/16px helvetica, arial, sans-serif !important;
}
.sponsor-attribution__sponsor-link {
  flex: 1 0 125px;
  display: block;
  text-align: right;
  text-transform: uppercase;
  color: #f0f0f0;
  padding-right: 8px;
}
.sponsor-attribution__partner-name {
  flex: 1 0 115px;
  display: block;
  text-align: center;
  color: #f0f0f0;
  font: bold 11px/14px helvetica, arial, sans-serif !important;
}
@media  (min-width: 1008px)   {
  #story-content #bbccom_sponsor_section_fake.slot-visible-1_2_3,
  .hero-unit #bbccom_sponsor_section_fake.slot-visible-1_2_3 {
    display: none;
  }
}
@media   (max-width: 1007px)  {
  #story-content #bbccom_sponsor_section_fake.slot-visible-4,
  .hero-unit #bbccom_sponsor_section_fake.slot-visible-4 {
    display: none;
  }
}
@media  (min-width: 1008px)   {
  #story-content #bbccom_sponsor_section_fake.slot-visible-1_2_3_4,
  .hero-unit #bbccom_sponsor_section_fake.slot-visible-1_2_3_4 {
    display: block;
  }
}
@media  (min-width: 1008px)   {
  #story-content .sponsor-attribution.slot-visible-1_2_3,
  .hero-unit .sponsor-attribution.slot-visible-1_2_3 {
    display: none;
  }
}
@media   (max-width: 1007px)  {
  #story-content .sponsor-attribution.slot-visible-4,
  .hero-unit .sponsor-attribution.slot-visible-4 {
    display: none;
  }
}
@media  (min-width: 1008px)   {
  #story-content .sponsor-attribution.slot-visible-1_2_3_4,
  .hero-unit .sponsor-attribution.slot-visible-1_2_3_4 {
    display: flex;
  }
}
body.bbccom_sponsor_section #story-content #bbccom_sponsor_section_fake,
body.bbccom_sponsor_section .hero-unit #bbccom_sponsor_section_fake,
body.bbccom_sponsor_section #story-content .sponsor-attribution,
body.bbccom_sponsor_section .hero-unit .sponsor-attribution {
  display: none;
}
/* temporary media queries to fix issue with removing ads */
@media  (min-width: 300px) and (max-width: 599px)  {
  #bbccom_mpu_3_4 {
    display: none;
  }
}
@media   (max-width: 1007px)  {
  #bbccom_sponsor_section_4 {
    display: none;
  }
}
@media  (min-width: 1008px)   {
  #bbccom_sponsor_section_1_2_3 {
    display: none;
  }
}
@media only screen  {
  .share--article .share-item-lining {
    display: block;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media only screen  and   (min-width: 600px)   {
  .share--article .share-item-lining {
    margin-left: 8px;
    margin-right: 8px;
  }
}
.share--article .share-item {
  margin-top: 0.8em;
}
@media   (min-width: 600px)   {
  .share--article .share-item {
    margin-top: 1.6em;
  }
}
.share--article .share-item-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.share--article {
  display: block;
  width: 100%;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  *zoom: 1;
  padding: 0!important;
  margin: 0;
  list-style: none;
}
.share--article:before,
.share--article:after {
  content: "";
  display: table;
}
.share--article:after {
  clear: both;
}
@media  (min-width: 300px)  {
  .share--article .share-item {
    width: 33.33333333%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media  (min-width: 300px)  {
  .share--article .share-item {
    clear: none;
  }
}
@media  (min-width: 300px)  {
  .share--article .share-item:nth-child(3n +1) {
    clear: both;
  }
}
@media  (min-width: 500px)    {
  .share--article.share--desktop {
    display: block;
  }
  .share--article.share--mobile {
    display: none;
  }
}
@media  (min-width: 300px)  {
  .share--gallery .share-item {
    clear: both;
  }
}
@media  (min-width: 300px)  {
  .share--gallery .share-item {
    width: 100%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media   (min-width: 600px) and (max-width: 1007px)  {
  .share--gallery .share-item .share-icon-wrapper {
    margin-right: 16px;
  }
}
@media   (min-width: 600px) and (max-width: 1007px)  and   (min-width: 600px) and (max-width: 1007px)  {
  .share--gallery .share-item {
    width: 50%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media   (min-width: 600px) and (max-width: 1007px)  and   (min-width: 600px) and (max-width: 1007px)  {
  .share--gallery .share-item:nth-child(odd) {
    clear: both;
  }
}
@media   (min-width: 600px) and (max-width: 1007px)  and   (min-width: 600px) and (max-width: 1007px)  {
  .share--gallery .share-item:nth-child(even) {
    clear: none;
  }
}
.share--gallery a.share-button .share-icon-wrapper--social {
  margin-right: 24px;
}
@media  (min-width: 400px) and (max-width: 599px)  {
  .share--gallery a.share-button .share-icon-wrapper--social {
    margin-right: 48px;
  }
}
@media   (min-width: 768px) and (max-width: 1007px)  {
  .share--gallery a.share-button .share-icon-wrapper--social {
    margin-right: 32px;
  }
}
@media  (min-width: 500px)    {
  .share--gallery.share--desktop {
    display: table-cell;
    width: auto;
  }
  .share--gallery.share--mobile {
    display: none;
  }
}
.headed-section .section-header {
  padding: 0;
}
@media only screen  {
  .headed-section .section-header {
    display: block;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media only screen  and   (min-width: 600px)   {
  .headed-section .section-header {
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media only screen  {
  .headed-section .section-body-lining {
    display: block;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media only screen  and   (min-width: 600px)   {
  .headed-section .section-body-lining {
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media only screen  {
  .headed-section .headed-section-content-box {
    display: block;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media only screen  and   (min-width: 600px)   {
  .headed-section .headed-section-content-box {
    margin-left: 8px;
    margin-right: 8px;
  }
}
.headed-section .section-title {
  font-family: 'curiousSans-Bold', Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
}
@media   (min-width: 600px)   {
  .headed-section.headed-section-with-image .section-title {
    font-size: 2.2em;
    line-height: 1em;
    margin-top: 0em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
  }
}
@media  (min-width: 300px) and (max-width: 599px)  {
  .headed-section.headed-section-with-image .section-header {
    padding-top: 0.4em;
    padding-bottom: 0.4em;
  }
}
@media only screen  {
  .component-group .component-lining {
    display: block;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media only screen  and   (min-width: 600px)   {
  .component-group .component-lining {
    margin-left: 8px;
    margin-right: 8px;
  }
}
.component-group {
  display: block;
  width: 100%;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  *zoom: 1;
}
.component-group:before,
.component-group:after {
  content: "";
  display: table;
}
.component-group:after {
  clear: both;
}
@media   (min-width: 600px)   {
  .component-group .component-primary {
    width: 66.66666667%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media   (min-width: 600px)   {
  .component-group .component-secondary {
    width: 33.33333333%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.gallery {
  margin-top: 0.8em;
}
@media   (min-width: 600px)   {
  .gallery {
    margin-top: 1.6em;
  }
}
@media only screen  {
  .gallery {
    display: block;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media only screen  and   (min-width: 600px)   {
  .gallery {
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media  (min-width: 300px) and (max-width: 599px)  {
  .caption-text {
    font-size: 1.4em;
    line-height: 1.14285714em;
    margin-top: 0.57142857em;
    margin-bottom: 0;
  }
}
@media   (min-width: 600px)   {
  .caption-text {
    font-size: 1.6em;
    line-height: 1.125em;
    margin-top: 0.5625em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
  }
}
@media   (max-width: 1007px)  {
  .media-asset {
    margin-right: -4px;
    margin-left: -4px;
  }
}
@media   (max-width: 1007px)  and  (min-width: 400px) and (max-width: 599px)  {
  .media-asset {
    margin-right: -12px;
    margin-left: -12px;
  }
}
@media   (max-width: 1007px)  and   (min-width: 600px) and (max-width: 1007px)  {
  .media-asset {
    margin-right: -8px;
    margin-left: -8px;
  }
}
@media   (max-width: 1007px)  and  (min-width: 1008px)   {
  .media-asset {
    margin-right: 8px;
    margin-left: 8px;
  }
}
@media only screen  {
  .media-asset .media-lining {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen  {
  .media-asset .media-lining {
    margin-left: 0;
    margin-right: 0;
  }
}
@media  (min-width: 1008px)   {
  .media-asset .media-lining {
    display: block;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media  (min-width: 1008px)   and   (min-width: 600px)   {
  .media-asset .media-lining {
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media   (max-width: 1007px)  {
  .media-asset .media-caption {
    display: block;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media   (max-width: 1007px)  and   (min-width: 600px)   {
  .media-asset .media-caption {
    margin-left: 8px;
    margin-right: 8px;
  }
}
.media-with-introduction {
  *zoom: 1;
}
.media-with-introduction:before,
.media-with-introduction:after {
  content: "";
  display: table;
}
.media-with-introduction:after {
  clear: both;
}
@media  (min-width: 300px) and (max-width: 599px)  {
  .media-with-introduction .media {
    margin-right: -4px;
    margin-left: -4px;
  }
}
@media  (min-width: 300px) and (max-width: 599px)  and  (min-width: 400px) and (max-width: 599px)  {
  .media-with-introduction .media {
    margin-right: -12px;
    margin-left: -12px;
  }
}
@media  (min-width: 300px) and (max-width: 599px)  and   (min-width: 600px) and (max-width: 1007px)  {
  .media-with-introduction .media {
    margin-right: -8px;
    margin-left: -8px;
  }
}
@media  (min-width: 300px) and (max-width: 599px)  and  (min-width: 1008px)   {
  .media-with-introduction .media {
    margin-right: 8px;
    margin-left: 8px;
  }
}
@media  (min-width: 300px) and (max-width: 599px)  {
  .media-with-introduction .media-caption {
    display: block;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media  (min-width: 300px) and (max-width: 599px)  and   (min-width: 600px)   {
  .media-with-introduction .media-caption {
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media   (min-width: 600px)   {
  .media-with-introduction .media-caption {
    margin-left: 0;
    margin-right: 0;
  }
}
.media-with-introduction .media-lining {
  overflow: hidden;
}
@media   (min-width: 600px)   {
  .media-with-introduction .media-lining {
    display: block;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media   (min-width: 600px)   and   (min-width: 600px)   {
  .media-with-introduction .media-lining {
    margin-left: 8px;
    margin-right: 8px;
  }
}
.iframe-video-player,
#story-page .inline-youtube,
#story-page .inline-magnify {
  position: relative;
  padding-bottom: 56.25%;
}
.iframe-video-player iframe,
.iframe-video-player .BrightcoveExperience,
#story-page .inline-youtube iframe,
#story-page .inline-youtube .BrightcoveExperience,
#story-page .inline-magnify iframe,
#story-page .inline-magnify .BrightcoveExperience {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pagination-control {
  margin-top: 0.8em;
}
@media   (min-width: 600px)   {
  .pagination-control {
    margin-top: 1.6em;
  }
}
@media  (min-width: 300px) and (max-width: 599px)  {
  .pagination-control .number {
    display: block;
  }
  .pagination-control .number.zone-2 {
    display: none;
  }
}
@media   (min-width: 600px)   {
  .pagination-control .number {
    display: block;
  }
}
@media only screen  {
  .article-index-with-copy .primary-header,
  .article-index-with-copy .native-header,
  .article-index-with-copy .introduction-wrapper,
  .article-index-with-copy h4,
  .article-index-with-copy .body-content,
  .article-index-with-copy figure {
    display: block;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media only screen  and   (min-width: 600px)   {
  .article-index-with-copy .primary-header,
  .article-index-with-copy .native-header,
  .article-index-with-copy .introduction-wrapper,
  .article-index-with-copy h4,
  .article-index-with-copy .body-content,
  .article-index-with-copy figure {
    margin-left: 8px;
    margin-right: 8px;
  }
}
.article-index-with-copy figure {
  margin-top: 0.8em;
}
@media   (min-width: 600px)   {
  .article-index-with-copy figure {
    margin-top: 1.6em;
  }
}
@media  (min-width: 1008px)   {
  .article-index .primary-content {
    width: 62.5%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media  (min-width: 1008px)   {
  .article-index .secondary-content {
    width: 37.5%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen  {
  .article-index .column-lining {
    display: block;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media only screen  and   (min-width: 600px)   {
  .article-index .column-lining {
    margin-left: 8px;
    margin-right: 8px;
  }
}
.article-index .headed-section-index .section-title {
  text-transform: uppercase;
}
@media  (min-width: 300px) and (max-width: 599px)  {
  .article-index .headed-section-index .section-title {
    font-size: 1.6em;
    line-height: 1.25em;
    margin-top: 0em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
  }
}
@media   (min-width: 600px) and (max-width: 1007px)  {
  .article-index .headed-section-index .section-title {
    font-size: 1.4em;
    line-height: 1.42857143em;
    margin-top: 0em;
    margin-bottom: 0;
  }
}
@media  (min-width: 1008px)   {
  .article-index .headed-section-index .section-title {
    font-size: 1.4em;
    line-height: 1.28571429em;
    margin-top: 0em;
    margin-bottom: 0;
  }
}
.context-heading {
  font-family: 'curiousSans-Bold', Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  font-weight: normal!important;
}
@media only screen  {
  .user-notice .user-notice-lining {
    display: block;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media only screen  and   (min-width: 600px)   {
  .user-notice .user-notice-lining {
    margin-left: 8px;
    margin-right: 8px;
  }
}
.seperated-list.context-heading-sublist.context-heading-sublist-destination {
  padding-right: 3px;
}
.seperated-list.context-heading-sublist.context-heading-sublist-destination li.seperated-list-item {
  border-right: none;
  padding-right: 0px;
  margin-right: 0px;
}
.seperated-list.context-heading-sublist.context-heading-sublist-destination li.seperated-list-item + li.seperated-list-item::before {
  margin-left: 8px;
  margin-right: 8px;
  display: inline-block;
  content: url('../../../img/shared/small-arrow-right.png');
  vertical-align: middle;
}
@media only screen  {
  .multi-column-container-two {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media only screen  {
  .multi-column-container-three {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media only screen  {
  .multi-column-container-four {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
}
@media   (min-width: 600px)   {
  .multi-column-container-primary-responsive {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
}
@media  (min-width: 400px) and (max-width: 599px)  {
  .multi-column-container-primary-responsive {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
.multi-column-container {
  -webkit-column-rule: 1px solid #d5d5d5;
  -moz-column-rule: 1px solid #d5d5d5;
  column-rule: 1px solid #d5d5d5;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
  -moz-column-fill: balance;
  column-fill: balance;
}
.multi-column-container p,
.multi-column-container .nested-list,
.multi-column-container .nested-list > li:first-child {
  margin-top: 0;
}
ul.nested-list ul {
  margin-left: 8px;
}
@media   (min-width: 600px)   {
  ul.nested-list ul {
    margin-left: 16px;
  }
}
@media   (min-width: 600px)   {
  ul.nested-list {
    font-size: 2em;
  }
}
.content-box-first {
  margin-top: 0.8em;
}
@media   (min-width: 600px)   {
  .content-box-first {
    margin-top: 1.6em;
  }
}
@media   (min-width: 600px)   {
  .content-box,
  .headed-section .headed-section-content-box,
  .headed-section .headed-section-content-box {
    padding-top: 1.6em;
    padding-bottom: 1.6em;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.inline-image-wrapper {
  position: relative;
  background-color: rgba(255, 255, 255, 0.01);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.inline-image-wrapper .icon-wrapper {
  pointer-events: none;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.9);
  height: 4.4em;
  width: 4.4em;
  height: 6.4em;
  width: 6.4em;
}
.inline-image-wrapper .icon-wrapper .gelicon,
.inline-image-wrapper .icon-wrapper .sg-share-tools-control-toggle .sg-share-tools-control-toggle-icon {
  font-size: 2.2em;
  line-height: 2em;
  margin-top: 0em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
}
.inline-image-wrapper .icon-wrapper .gelicon,
.inline-image-wrapper .icon-wrapper .sg-share-tools-control-toggle .sg-share-tools-control-toggle-icon {
  font-size: 2.4em;
  line-height: 2.66666667em;
  margin-top: 0em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
  letter-spacing: -0.2px;
}
.inline-image-wrapper .pointer {
  display: none;
}
.inline-image-wrapper:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.inline-image-wrapper:hover .icon-wrapper {
  background-color: white;
}
.inline-image-wrapper:hover .icon-wrapper .gelicon,
.inline-image-wrapper:hover .icon-wrapper .sg-share-tools-control-toggle .sg-share-tools-control-toggle-icon {
  color: #000000;
}
.inline-media .inline-image-wrapper .icon-wrapper {
  top: 0;
  bottom: initial;
  margin-top: 0;
  position: absolute;
  left: auto;
  right: 0;
  margin-left: 0;
  height: 3.2em;
  width: 3.2em;
}
.inline-media .inline-image-wrapper .icon-wrapper .gelicon,
.inline-media .inline-image-wrapper .icon-wrapper .sg-share-tools-control-toggle .sg-share-tools-control-toggle-icon {
  font-size: 1.6em;
  line-height: 2em;
  margin-top: 0em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
}
@media   (min-width: 600px)   {
  .inline-media .inline-image-wrapper .icon-wrapper {
    height: 4.4em;
    width: 4.4em;
  }
  .inline-media .inline-image-wrapper .icon-wrapper .gelicon,
  .inline-media .inline-image-wrapper .icon-wrapper .sg-share-tools-control-toggle .sg-share-tools-control-toggle-icon {
    font-size: 2.2em;
    line-height: 2em;
    margin-top: 0em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
  }
}
blockquote {
  margin: 0;
  margin-top: 3.2em;
}
blockquote:before {
  font-size: 4em;
  line-height: 1em;
  margin-top: 1em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
  letter-spacing: -0.2px;
  font-family: 'gelicons-core' !important;
  content: "\22";
}
blockquote p,
blockquote span {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 2.4em;
  line-height: 1.33333333em;
  margin-top: 1.33333333em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
  letter-spacing: -0.2px;
}
blockquote p blockquote p,
blockquote span blockquote p,
blockquote p blockquote span,
blockquote span blockquote span {
  margin: 0;
  padding: 0;
  margin-top: 0.4em;
}
.most-popular {
  *zoom: 1;
  margin-top: 0.8em;
  background: #000000;
}
.most-popular:before,
.most-popular:after {
  content: "";
  display: table;
}
.most-popular:after {
  clear: both;
}
@media only screen  {
  .most-popular {
    display: block;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media only screen  and   (min-width: 600px)   {
  .most-popular {
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media only screen  {
  .most-popular .most-popular-item-rank-wrapper {
    width: 20.83333333%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen  {
  .most-popular .most-popular-item-title-wrapper {
    width: 79.16666667%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.most-popular .most-popular-image-wrapper {
  display: block;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.most-popular .most-popular-image-overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ff000000', GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#ff000000',GradientType=0);
}
.most-popular .most-popular-image {
  position: absolute;
  top: 0;
  width: 100%;
}
.most-popular .most-popular-items {
  margin: 0;
  padding: 0;
  margin-top: -7.2em;
}
.most-popular .most-popular-item-rank-wrapper,
.most-popular .most-popular-item-title-wrapper {
  height: 62px;
}
.most-popular .most-popular-item-title,
.most-popular .most-popular-item-rank {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.most-popular .most-popular-item {
  overflow: hidden;
  width: 100%;
  float: left;
  position: relative;
  list-style: none;
}
.most-popular .most-popular-item:after {
  content: '';
  width: 100%;
  height: 1px;
  background: white;
  position: absolute;
  left: 0;
  top: 0;
}
.most-popular .most-popular-item:after {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
  opacity: 0.4;
  bottom: 0;
  top: inherit;
}
.most-popular .most-popular-item .most-popular-image {
  display: none;
}
.most-popular .most-popular-item-lining {
  position: relative;
  *zoom: 1;
  display: block;
  padding: 12px 16px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.most-popular .most-popular-item-lining:before,
.most-popular .most-popular-item-lining:after {
  content: "";
  display: table;
}
.most-popular .most-popular-item-lining:after {
  clear: both;
}
.most-popular .most-popular-item-lining:hover {
  background-color: #000000;
}
.most-popular .most-popular-item-title,
.most-popular .most-popular-item-rank-wrapper {
  float: left;
}
.most-popular .most-popular-item-title {
  font-weight: normal;
  vertical-align: top;
  font-size: 1.8em;
  line-height: 1.33333333em;
  margin-top: 0em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
}
.most-popular .most-popular-item-rank-wrapper {
  text-align: right;
}
.most-popular .most-popular-item-rank {
  display: block;
  font-weight: bold;
  padding-right: 8px;
  font-size: 3.2em;
  line-height: 1em;
  margin-top: 0em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
  letter-spacing: -0.2px;
}
.most-popular .most-popular-item-rank,
.most-popular .most-popular-item-title {
  color: white;
  margin-top: 0;
}
@media only screen  {
  .most-popular.most-popular-with-images .most-popular-item-title-wrapper {
    width: 79.16666667%;
    display: inline;
    float: right;
    margin-left: 0;
    margin-right: 0;
  }
}
.most-popular.most-popular-with-images .most-popular-image-wrapper {
  display: none;
}
.most-popular.most-popular-with-images .most-popular-item-rank-wrapper,
.most-popular.most-popular-with-images .most-popular-item-title-wrapper {
  height: 96px;
}
.most-popular.most-popular-with-images .most-popular-item:after {
  content: '';
  width: 0;
  height: 0;
  background: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.most-popular.most-popular-with-images .most-popular-item .most-popular-image {
  display: block;
}
.most-popular.most-popular-with-images .most-popular-item:first-child .most-popular-image-overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  opacity: 1;
  background: -webkit-linear-gradient(bottom, #333333 0%, rgba(51, 51, 51, 0) 100%);
  background: -moz-linear-gradient(bottom, #333333 0%, rgba(51, 51, 51, 0) 100%);
  background: -ms-linear-gradient(bottom, #333333 0%, rgba(51, 51, 51, 0) 100%);
  background: -o-linear-gradient(bottom, #333333 0%, rgba(51, 51, 51, 0) 100%);
  background: linear-gradient(bottom, #333333 0%, rgba(51, 51, 51, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00333333', endColorstr='#ff333333', GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00333333',endColorstr='#ff333333',GradientType=0);
}
.most-popular.most-popular-with-images .most-popular-item:first-child .most-popular-item-lining {
  z-index: 3;
  background-color: transparent;
}
.most-popular.most-popular-with-images .most-popular-item:first-child:hover .most-popular-item-lining {
  background-color: transparent;
}
.most-popular.most-popular-with-images .most-popular-item:first-child:hover .most-popular-image-overlay {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.most-popular.most-popular-with-images .most-popular-item:first-child {
  padding-top: 60px;
}
@media   (min-width: 768px) and (max-width: 1007px)  {
  .most-popular.most-popular-with-images .most-popular-item:first-child {
    padding-top: 108px;
  }
}
@media  (min-width: 1008px)   {
  .most-popular.most-popular-with-images .most-popular-item:first-child {
    padding-top: 140px;
  }
}
.most-popular.most-popular-with-images .most-popular-items {
  margin-top: 0;
}
.most-popular.most-popular-with-images .most-popular-item-rank {
  font-size: 4.2em;
  line-height: 1em;
  margin-top: 0em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
  letter-spacing: -0.2px;
}
@media  (min-width: 300px) and (max-width: 599px)  {
  .most-popular.most-popular-with-images .most-popular-item-title {
    font-size: 1.8em;
    line-height: 1.11111111em;
    margin-top: 0em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
  }
}
@media   (min-width: 600px)   {
  .most-popular.most-popular-with-images .most-popular-item-title {
    font-size: 2.4em;
    line-height: 1.16666667em;
    margin-top: 0em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
    letter-spacing: -0.2px;
  }
}
@media  (min-width: 1008px)   {
  .most-popular.most-popular-with-images .most-popular-item-title {
    font-size: 2.4em;
    line-height: 1.33333333em;
    margin-top: 0em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
    letter-spacing: -0.2px;
  }
}
.most-popular.most-popular-with-images .most-popular-item-rank-wrapper {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  text-align: center;
}
.most-popular.most-popular-with-images .most-popular-item-title {
  padding-left: 24px;
  padding-right: 16px;
}
.most-popular.most-popular-with-images .most-popular-item-lining {
  padding: 0;
}
.most-popular.most-popular-with-images .most-popular-item-autos .most-popular-item-lining,
.most-popular.most-popular-with-images .most-popular-item-autos .most-popular-item-rank-wrapper {
  background-color: rgba(194, 154, 88, 0.7);
}
.most-popular.most-popular-with-images .most-popular-item-autos .most-popular-item-lining,
.most-popular.most-popular-with-images .most-popular-item-autos .most-popular-item-rank-wrapper {
  background-color: rgba(194, 154, 88, 0.7);
}
.most-popular.most-popular-with-images .most-popular-item-autos:hover .most-popular-item-lining {
  background-color: rgba(194, 154, 88, 0.55);
}
.most-popular.most-popular-with-images .most-popular-item-capital .most-popular-item-lining,
.most-popular.most-popular-with-images .most-popular-item-capital .most-popular-item-rank-wrapper {
  background-color: rgba(6, 68, 115, 0.7);
}
.most-popular.most-popular-with-images .most-popular-item-capital .most-popular-item-lining,
.most-popular.most-popular-with-images .most-popular-item-capital .most-popular-item-rank-wrapper {
  background-color: rgba(6, 68, 115, 0.7);
}
.most-popular.most-popular-with-images .most-popular-item-capital:hover .most-popular-item-lining {
  background-color: rgba(6, 68, 115, 0.55);
}
.most-popular.most-popular-with-images .most-popular-item-culture .most-popular-item-lining,
.most-popular.most-popular-with-images .most-popular-item-culture .most-popular-item-rank-wrapper {
  background-color: rgba(54, 46, 103, 0.7);
}
.most-popular.most-popular-with-images .most-popular-item-culture .most-popular-item-lining,
.most-popular.most-popular-with-images .most-popular-item-culture .most-popular-item-rank-wrapper {
  background-color: rgba(54, 46, 103, 0.7);
}
.most-popular.most-popular-with-images .most-popular-item-culture:hover .most-popular-item-lining {
  background-color: rgba(54, 46, 103, 0.55);
}
.most-popular.most-popular-with-images .most-popular-item-earth .most-popular-item-lining,
.most-popular.most-popular-with-images .most-popular-item-earth .most-popular-item-rank-wrapper {
  background-color: rgba(0, 142, 155, 0.7);
}
.most-popular.most-popular-with-images .most-popular-item-earth .most-popular-item-lining,
.most-popular.most-popular-with-images .most-popular-item-earth .most-popular-item-rank-wrapper {
  background-color: rgba(0, 142, 155, 0.7);
}
.most-popular.most-popular-with-images .most-popular-item-earth:hover .most-popular-item-lining {
  background-color: rgba(0, 142, 155, 0.55);
}
.most-popular.most-popular-with-images .most-popular-item-future .most-popular-item-lining,
.most-popular.most-popular-with-images .most-popular-item-future .most-popular-item-rank-wrapper {
  background-color: rgba(0, 0, 0, 0.7);
}
.most-popular.most-popular-with-images .most-popular-item-future .most-popular-item-lining,
.most-popular.most-popular-with-images .most-popular-item-future .most-popular-item-rank-wrapper {
  background-color: rgba(0, 0, 0, 0.7);
}
.most-popular.most-popular-with-images .most-popular-item-future:hover .most-popular-item-lining {
  background-color: rgba(0, 0, 0, 0.55);
}
.most-popular.most-popular-with-images .most-popular-item-travel .most-popular-item-lining,
.most-popular.most-popular-with-images .most-popular-item-travel .most-popular-item-rank-wrapper {
  background-color: rgba(88, 158, 80, 0.7);
}
.most-popular.most-popular-with-images .most-popular-item-travel .most-popular-item-lining,
.most-popular.most-popular-with-images .most-popular-item-travel .most-popular-item-rank-wrapper {
  background-color: rgba(88, 158, 80, 0.7);
}
.most-popular.most-popular-with-images .most-popular-item-travel:hover .most-popular-item-lining {
  background-color: rgba(88, 158, 80, 0.55);
}
#jquery-fullsizable {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 999;
}
#jquery-fullsizable .icon-wrapper {
  height: 6.4em;
  width: 6.4em;
  position: absolute;
  display: block;
  margin-top: -2.5em;
  top: 50%;
}
#jquery-fullsizable .icon-wrapper .gelicon,
#jquery-fullsizable .icon-wrapper .sg-share-tools-control-toggle .sg-share-tools-control-toggle-icon {
  font-size: 2.4em;
  line-height: 2.66666667em;
  margin-top: 0em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
  letter-spacing: -0.2px;
}
#jquery-fullsizable .icon-wrapper .slideshow-icon {
  top: 0.75em;
}
@media  (min-width: 300px) and (max-width: 599px)  {
  #jquery-fullsizable .icon-wrapper .slideshow-icon {
    top: 1.25em;
  }
}
#jquery-fullsizable.fullsized_spinner {
  background-image: url(data:image/gif;base64,R0lGODlhEAAQAPIAAAAAAP///zw8PLy8vP///5ycnHx8fGxsbCH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAEAAQAAADMwi63P4wyklrE2MIOggZnAdOmGYJRbExwroUmcG2LmDEwnHQLVsYOd2mBzkYDAdKa+dIAAAh+QQACgABACwAAAAAEAAQAAADNAi63P5OjCEgG4QMu7DmikRxQlFUYDEZIGBMRVsaqHwctXXf7WEYB4Ag1xjihkMZsiUkKhIAIfkEAAoAAgAsAAAAABAAEAAAAzYIujIjK8pByJDMlFYvBoVjHA70GU7xSUJhmKtwHPAKzLO9HMaoKwJZ7Rf8AYPDDzKpZBqfvwQAIfkEAAoAAwAsAAAAABAAEAAAAzMIumIlK8oyhpHsnFZfhYumCYUhDAQxRIdhHBGqRoKw0R8DYlJd8z0fMDgsGo/IpHI5TAAAIfkEAAoABAAsAAAAABAAEAAAAzIIunInK0rnZBTwGPNMgQwmdsNgXGJUlIWEuR5oWUIpz8pAEAMe6TwfwyYsGo/IpFKSAAAh+QQACgAFACwAAAAAEAAQAAADMwi6IMKQORfjdOe82p4wGccc4CEuQradylesojEMBgsUc2G7sDX3lQGBMLAJibufbSlKAAAh+QQACgAGACwAAAAAEAAQAAADMgi63P7wCRHZnFVdmgHu2nFwlWCI3WGc3TSWhUFGxTAUkGCbtgENBMJAEJsxgMLWzpEAACH5BAAKAAcALAAAAAAQABAAAAMyCLrc/jDKSatlQtScKdceCAjDII7HcQ4EMTCpyrCuUBjCYRgHVtqlAiB1YhiCnlsRkAAAOwAAAAAAAAAAAA==);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#jquery-fullsizable #fullsized_image_holder img {
  display: block;
  margin: 0 auto;
}
.slideshow-icon {
  font-weight: normal;
  color: white;
}
#fullsized_go_prev .slideshow-icon,
#fullsized_go_next .slideshow-icon,
#fullsized_close,
#fullsized_fullscreen {
  position: absolute;
  top: 50%;
  display: block;
}
#fullsized_go_prev .slideshow-icon,
#fullsized_go_next .slideshow-icon {
  font-size: 4em;
  line-height: 1em;
  margin-top: 0em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
  letter-spacing: -0.2px;
  margin-top: -0.5em;
}
@media  (min-width: 300px) and (max-width: 599px)  {
  #fullsized_go_prev .slideshow-icon,
  #fullsized_go_next .slideshow-icon {
    font-size: 2em;
    line-height: 1em;
    margin-top: 0em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
  }
}
#fullsized_go_prev {
  left: 0;
}
#fullsized_go_prev .slideshow-icon {
  left: 0.25em;
}
#fullsized_go_next {
  right: 0;
}
#fullsized_go_next .slideshow-icon {
  right: 0.25em;
}
#fullsized_close,
#fullsized_fullscreen {
  font-size: 2.4em;
  line-height: 1em;
  margin-top: 0em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
  letter-spacing: -0.2px;
  top: 0.5em;
}
@media  (min-width: 300px) and (max-width: 599px)  {
  #fullsized_close,
  #fullsized_fullscreen {
    font-size: 1.6em;
    line-height: 1em;
    margin-top: 0em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
  }
}
#fullsized_close {
  right: 0.5em;
}
#fullsized_fullscreen {
  right: 2em;
}
#fullsized_footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#fullsized_footer.open #fullsized_footer_overlay {
  display: block;
}
#fullsized_footer_overlay,
#fullsized_footer_toggle_wrapper {
  background: rgba(0, 0, 0, 0.7);
}
#fullsized_footer_overlay {
  display: none;
  width: 100%;
  padding-bottom: 0.8em;
}
@media   (min-width: 600px)   {
  #fullsized_footer_overlay {
    padding-bottom: 1.6em;
  }
}
#fullsized_footer_toggle_wrapper {
  display: none;
  position: absolute;
  z-index: 1000;
  top: -40px;
  right: 0;
  color: white;
  font-size: 1.4em;
  height: 40px;
}
#fullsized_footer_toggle_wrapper #fullsize_footer_toggle_text,
#fullsized_footer_toggle_wrapper #fullsize_footer_toggle_symbol {
  display: inline-block;
  height: 40px;
  line-height: 40px;
}
#fullsized_footer_toggle_wrapper #fullsize_footer_toggle_text {
  padding-left: 20px;
}
#fullsized_footer_toggle_wrapper #fullsize_footer_toggle_symbol:before {
  margin-top: 2px;
  padding-left: 0.5em;
  padding-right: 20px;
  color: white;
}
#fullsized_footer_lining {
  margin: 0 15px;
  *zoom: 1;
}
#fullsized_footer_lining:before,
#fullsized_footer_lining:after {
  content: "";
  display: table;
}
#fullsized_footer_lining:after {
  clear: both;
}
@media  (min-width: 1008px)   {
  #fullsized_share_tools {
    width: 41.66666667%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
#fullsized_caption_wrapper {
  margin-top: 2em;
  color: white;
}
@media  (min-width: 1008px)   {
  #fullsized_caption_wrapper {
    width: 91.66666667%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media  (min-width: 300px) and (max-width: 599px)  {
  #fullsized_caption_wrapper {
    margin-top: 1.6em;
  }
}
#fullsized_caption_wrapper span.fullsized_caption_title {
  float: left;
  font-size: 2.2em;
}
#fullsized_caption_wrapper span.fullsized_caption {
  float: left;
  clear: left;
  margin-top: 0.8em;
  font-size: 1.6em;
  line-height: 1.25em;
  margin-top: 0.625em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
}
#fullsized_caption_wrapper span.fullsized_caption a {
  color: white;
  text-decoration: underline;
}
#fullsized_caption_wrapper span.fullsized_caption a:hover {
  color: #c0c0c0;
  text-decoration: none;
}
@media only screen  {
  #fullsized_caption_lining {
    display: block;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media only screen  and   (min-width: 600px)   {
  #fullsized_caption_lining {
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media  (min-width: 300px) and (max-width: 599px)  {
  #fullsized_share_tools,
  #fullsized_caption_wrapper {
    width: 100%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
#fullsized_share_tools_wrapper {
  *zoom: 1;
}
#fullsized_share_tools_wrapper:before,
#fullsized_share_tools_wrapper:after {
  content: "";
  display: table;
}
#fullsized_share_tools_wrapper:after {
  clear: both;
}
@media  (min-width: 300px) and (max-width: 599px)  {
  .caption-text {
    font-size: 1.4em;
    line-height: 1.14285714em;
    margin-top: 0.57142857em;
    margin-bottom: 0;
  }
}
@media   (min-width: 600px)   {
  .caption-text {
    font-size: 1.6em;
    line-height: 1.125em;
    margin-top: 0.5625em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
  }
}
.article-list-related-stories {
  margin-top: 1.6em;
}
.article-list-related-stories .promo-unit .promo-unit-lining {
  background: white;
  overflow: hidden;
}
@media only screen  {
  .article-list-related-stories .promo-unit .context-heading-list {
    display: none;
  }
  .article-list-related-stories .promo-unit .promo-unit-title {
    padding-top: 0;
    margin-top: 0;
  }
}
@media only screen  {
  .article-list-related-stories .promo-unit .promo-unit-summary {
    display: none;
  }
}
@media only screen  {
  .article-list-related-stories .promo-unit .promo-unit-summary {
    display: none;
  }
}
@media only screen  {
  .article-list-related-stories .promo-unit .link-box-list {
    display: none;
  }
}
.article-list-related-stories .promo-unit .promo-unit-lining {
  background: #f1f1ef;
  overflow: hidden;
}
@media only screen  {
  .article-list-related-stories .promo-unit .promo-unit-image {
    border-bottom: 4px solid #000000;
  }
}
@media only screen  {
  .primary-content .related-stories {
    width: 100%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen  {
  .primary-content .related-stories {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen  {
  .primary-content .related-stories {
    margin-left: 0;
    margin-right: 0;
  }
}
@media   (min-width: 600px) and (max-width: 1007px)  {
  .primary-content .related-stories .article-list .promo-unit-wrapper {
    width: 50%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media   (min-width: 600px) and (max-width: 1007px)  {
  .primary-content .related-stories .article-list .promo-unit-wrapper:nth-child(odd) {
    clear: both;
  }
}
@media   (min-width: 600px) and (max-width: 1007px)  {
  .primary-content .related-stories .article-list .promo-unit-wrapper:nth-child(even) {
    clear: none;
  }
}
@media  (min-width: 1008px)   {
  .primary-content .related-stories .article-list .promo-unit-wrapper {
    width: 33.33333333%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media  (min-width: 1008px)   {
  .primary-content .related-stories .article-list .promo-unit-wrapper {
    clear: none;
  }
}
@media  (min-width: 1008px)   {
  .primary-content .related-stories .article-list .promo-unit-wrapper:nth-child(3n +1) {
    clear: both;
  }
}
.primary-content .related-stories .article-list .promo-unit-wrapper .promo-unit-lining {
  background: white;
  overflow: hidden;
}
@media only screen  {
  .primary-content .related-stories .article-list .promo-unit-wrapper .context-heading-list {
    display: none;
  }
  .primary-content .related-stories .article-list .promo-unit-wrapper .promo-unit-title {
    padding-top: 0;
    margin-top: 0;
  }
}
@media only screen  {
  .primary-content .related-stories .article-list .promo-unit-wrapper .promo-unit-summary {
    display: none;
  }
}
@media only screen  {
  .primary-content .related-stories .article-list .promo-unit-wrapper .promo-unit-summary {
    display: none;
  }
}
@media only screen  {
  .primary-content .related-stories .article-list .promo-unit-wrapper .link-box-list {
    display: none;
  }
}
@media only screen  {
  .primary-content .related-stories .article-list .promo-unit-wrapper .link-box-list {
    display: none;
  }
}
.primary-content .related-stories .article-list .promo-unit-wrapper .promo-unit-lining {
  background: white;
  overflow: hidden;
}
@media   (min-width: 600px)   {
  .primary-content .related-stories .article-list .promo-unit-wrapper .promo-unit-copy-lining {
    min-height: 6em;
  }
}
.secondary-content .article-list-related-stories .promo-unit {
  margin-top: 0px !important;
}
@media only screen  {
  .more-amazing-stories-list {
    width: 100%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen  {
  .more-amazing-stories-list {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen  {
  .more-amazing-stories-list {
    margin-left: 0;
    margin-right: 0;
  }
}
@media   (min-width: 600px) and (max-width: 1007px)  {
  .more-amazing-stories-list .article-list .promo-unit-wrapper {
    width: 50%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media   (min-width: 600px) and (max-width: 1007px)  {
  .more-amazing-stories-list .article-list .promo-unit-wrapper:nth-child(odd) {
    clear: both;
  }
}
@media   (min-width: 600px) and (max-width: 1007px)  {
  .more-amazing-stories-list .article-list .promo-unit-wrapper:nth-child(even) {
    clear: none;
  }
}
@media  (min-width: 1008px)   {
  .more-amazing-stories-list .article-list .promo-unit-wrapper {
    width: 33.33333333%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media  (min-width: 1008px)   {
  .more-amazing-stories-list .article-list .promo-unit-wrapper {
    clear: none;
  }
}
@media  (min-width: 1008px)   {
  .more-amazing-stories-list .article-list .promo-unit-wrapper:nth-child(3n +1) {
    clear: both;
  }
}
.more-amazing-stories-list .article-list .promo-unit-wrapper .promo-unit-lining {
  background: white;
  overflow: hidden;
}
@media only screen  {
  .more-amazing-stories-list .article-list .promo-unit-wrapper .context-heading-list {
    display: none;
  }
  .more-amazing-stories-list .article-list .promo-unit-wrapper .promo-unit-title {
    padding-top: 0;
    margin-top: 0;
  }
}
@media only screen  {
  .more-amazing-stories-list .article-list .promo-unit-wrapper .promo-unit-summary {
    display: none;
  }
}
@media only screen  {
  .more-amazing-stories-list .article-list .promo-unit-wrapper .promo-unit-summary {
    display: none;
  }
}
@media only screen  {
  .more-amazing-stories-list .article-list .promo-unit-wrapper .link-box-list {
    display: none;
  }
}
@media only screen  {
  .more-amazing-stories-list .article-list .promo-unit-wrapper .link-box-list {
    display: none;
  }
}
.more-amazing-stories-list .article-list .promo-unit-wrapper .promo-unit-lining {
  background: white;
  overflow: hidden;
}
@media   (min-width: 600px)   {
  .more-amazing-stories-list .article-list .promo-unit-wrapper .promo-unit-copy-lining {
    min-height: 6em;
  }
}
.load-more-button {
  margin-top: 2.4em;
}
@media only screen  {
  .load-more-button {
    display: block;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media only screen  and   (min-width: 600px)   {
  .load-more-button {
    margin-left: 8px;
    margin-right: 8px;
  }
}
.load-more-button {
  background-color: #000000;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.load-more-button:hover {
  background-color: #1a1a1a;
}
.load-more-button .load-more-lining {
  display: block;
  width: 240px;
  margin-left: auto;
  margin-right: auto;
}
.load-more-button span {
  display: inline-block;
}
.load-more-button #load-more-label {
  font-size: 2em;
  line-height: 0.75em;
  margin-top: 0.75em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
  color: white;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 25px;
}
.load-more-button .gelicon,
.load-more-button .sg-share-tools-control-toggle .sg-share-tools-control-toggle-icon {
  position: relative;
  font-size: 2.5em;
  top: .15em;
}
.gallery-lead .gallery-lead-image {
  background: #e2e2e2;
  padding-top: 56.6%;
  position: relative;
}
.gallery-lead .gallery-lead-image .inline-image-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#follow-us {
  display: block;
  width: 100%;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  *zoom: 1;
}
#follow-us:before,
#follow-us:after {
  content: "";
  display: table;
}
#follow-us:after {
  clear: both;
}
#follow-us #follow-us-items {
  margin: 0;
}
@media  (min-width: 300px)  {
  #follow-us #follow-us-items {
    width: 100%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
#follow-us .follow-us-item {
  list-style-type: none;
  margin-top: 1.6em;
}
@media only screen  {
  #follow-us .follow-us-item {
    width: 50%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
#follow-us .follow-us-item a {
  position: relative;
  display: block;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
#follow-us .follow-us-item.follow-us-item-facebook a {
  background: #3c5a98;
}
#follow-us .follow-us-item.follow-us-item-facebook a:hover {
  background: #354f86;
}
#follow-us .follow-us-item.follow-us-item-twitter a {
  background: #00bbf2;
}
#follow-us .follow-us-item.follow-us-item-twitter a:hover {
  background: #00a7d9;
}
#follow-us .follow-us-item.follow-us-item-youtube a {
  background: #e52d27;
}
#follow-us .follow-us-item.follow-us-item-youtube a:hover {
  background: #d8201a;
}
#follow-us .follow-us-item.follow-us-item-youtube a .icon {
  margin-left: -0.3em;
}
#follow-us .follow-us-item.follow-us-item-pinterest a {
  background: #e52d27;
}
#follow-us .follow-us-item.follow-us-item-pinterest a:hover {
  background: #d8201a;
}
#follow-us .follow-us-item.follow-us-item-instagram a {
  background: #517fa4;
}
#follow-us .follow-us-item.follow-us-item-instagram a:hover {
  background: #497293;
}
#follow-us .follow-us-item.follow-us-item-linkedin a {
  background: #0078b4;
}
#follow-us .follow-us-item.follow-us-item-linkedin a:hover {
  background: #00679b;
}
#follow-us .follow-us-item.follow-us-item-tumblr a {
  background: #35465c;
}
#follow-us .follow-us-item.follow-us-item-tumblr a:hover {
  background: #2c3a4c;
}
#follow-us .follow-us-item-text {
  position: absolute;
  width: 96px;
  bottom: 16px;
  left: 50%;
  margin-left: -48px;
  text-align: center;
  color: white;
  font-size: 1.7em;
  line-height: 1.17647059em;
  margin-top: 0em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
}
@media  (min-width: 300px) and (max-width: 599px)  {
  #follow-us .follow-us-item-text {
    bottom: 16px;
  }
}
@media only screen  {
  #follow-us .follow-us-item-lining {
    display: block;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media only screen  and   (min-width: 600px)   {
  #follow-us .follow-us-item-lining {
    margin-left: 8px;
    margin-right: 8px;
  }
}
#follow-us .icon-wrapper {
  position: absolute;
  bottom: 50%;
  left: 50%;
}
#follow-us .icon {
  font-size: 2.5em;
  margin-left: -0.5em;
  top: auto;
  bottom: 0;
  color: white;
}
@media   (max-width: 1007px)  {
  #follow-us .icon {
    font-size: 3em;
  }
}
#follow-us .follow-us-item a {
  padding-top: 70%;
}
.destination-link {
  display: none;
}
@media   (min-width: 600px)   {
  .destination-link {
    display: block;
  }
}
.destination-link a {
  display: inline-block;
}
.destination-link .destination-link-lining {
  display: inline-block;
  position: relative;
  *zoom: 1;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.9);
}
.destination-link .destination-link-lining:before,
.destination-link .destination-link-lining:after {
  content: "";
  display: table;
}
.destination-link .destination-link-lining:after {
  clear: both;
}
.destination-link .destination-link-lining span#destination-name,
.destination-link .destination-link-lining span#arrow-icon {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  color: white;
}
.destination-link .destination-link-lining:hover {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
}
.destination-link .destination-link-lining:hover span#destination-name,
.destination-link .destination-link-lining:hover span#arrow-icon {
  color: black;
}
.destination-link span {
  display: block;
  float: left;
  line-height: 15px;
}
.destination-link span#map-icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 25px;
  background-color: #FAA124;
}
.destination-link span#map-icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.destination-link span#destination-name {
  font-size: 1.6em;
  line-height: 0.9375em;
  margin-top: 0.9375em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
  font-family: 'curiousSans-Bold', Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: 35px;
  margin-right: 25px;
  max-width: 200px;
}
.destination-link span#arrow-icon {
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 25px;
}
.destination-link span#arrow-icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-unit {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  overflow: hidden;
  position: relative;
  max-width: inherit;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
  /*
       minor
        */
  /*
         header wrapper
        */
  /*
         primary header
        */
  /*
        intro
        */
  /*
        overlay
        */
  /* icons */
  /*
        advertising
        */
}
@media only screen  {
  .hero-unit .hero-unit-lining {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen  {
  .hero-unit .hero-unit-lining {
    margin-left: 0;
    margin-right: 0;
  }
}
.hero-unit .hero-unit-overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  pointer-events: none;
}
.hero-unit .hero-unit-image-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  background: #000000;
}
.hero-unit .sponsor-attribution {
  left: -50%;
}
.hero-unit.hero-unit-minor .hero-unit-header-wrapper {
  padding-top: 0;
}
@media  (min-width: 300px) and (max-width: 599px)  {
  .hero-unit.hero-unit-minor .hero-unit-header-wrapper {
    height: 12.4em;
  }
}
@media   (min-width: 600px) and (max-width: 767px)  {
  .hero-unit.hero-unit-minor .hero-unit-header-wrapper {
    height: 23.2em;
  }
}
@media   (min-width: 768px) and (max-width: 1007px)  {
  .hero-unit.hero-unit-minor .hero-unit-header-wrapper {
    height: 24.8em;
  }
}
@media  (min-width: 1008px)   {
  .hero-unit.hero-unit-minor .hero-unit-header-wrapper {
    height: 32em;
  }
}
.hero-unit.hero-unit-minor .hero-unit-image-overlay-1 {
  padding-top: 100%;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000', GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#80000000',GradientType=0);
}
.hero-unit.hero-unit-minor .primary-header-wrapper {
  bottom: 6.4em;
}
@media   (min-width: 600px) and (max-width: 1007px)  {
  .hero-unit.hero-unit-minor .primary-header-wrapper {
    bottom: 2.4em;
  }
}
@media  (min-width: 300px) and (max-width: 599px)  {
  .hero-unit.hero-unit-minor .primary-header-wrapper {
    bottom: 1.6em;
  }
}
.hero-unit.hero-unit-small .hero-unit-header-wrapper {
  padding-top: 56.25%;
}
@media  (min-width: 961px)   {
  .hero-unit.hero-unit-small .hero-unit-header-wrapper {
    padding-top: 35%;
  }
  .hero-unit.hero-unit-small .hero-unit-header-wrapper .secondary-header-wrapper {
    display: none;
  }
  .hero-unit.hero-unit-small .hero-unit-header-wrapper .hero-unit-image-overlay-1 {
    padding-top: 10.5%;
    padding-bottom: 7%;
  }
  .hero-unit.hero-unit-small .hero-unit-header-wrapper .hero-unit-image-overlay-2 {
    padding-top: 17.5%;
  }
}
@media  (min-width: 1281px)   {
  .hero-unit.hero-unit-small .hero-unit-header-wrapper {
    padding-top: 30%;
  }
  .hero-unit.hero-unit-small .hero-unit-header-wrapper .hero-unit-image-overlay-1 {
    padding-top: 9%;
    padding-bottom: 6%;
  }
  .hero-unit.hero-unit-small .hero-unit-header-wrapper .hero-unit-image-overlay-2 {
    padding-top: 15%;
  }
}
.hero-unit.hero-unit-promo-container {
  /*
          .hero-unit-image-overlay-1{
            .linear-gradient(bottom,@color-brand,fade(@color-brand,50%));
          }

          .hero-unit-image-overlay-2{
            background-color:@color-brand;
          }
          */
}
.hero-unit.hero-unit-promo-container .hero-unit-image-overlay-2 {
  background: none;
  background-color: #333333;
}
@media  (min-width: 1008px)   {
  .hero-unit.hero-unit-promo-container {
    height: 500px !important;
  }
  .hero-unit.hero-unit-promo-container .hero-unit-image-overlay-1 {
    padding-top: 500px;
    padding-bottom: 0px;
  }
  .hero-unit.hero-unit-promo-container .hero-unit-image-overlay-2 {
    padding-top: 0px;
  }
  .hero-unit.hero-unit-promo-container .hero-unit-image-overlay-1 {
    background: none;
    background-color: rgba(51, 51, 51, 0.65);
  }
}
@media   (min-width: 768px) and (max-width: 1007px)  {
  .hero-unit.hero-unit-promo-container {
    height: 580px !important;
  }
  .hero-unit.hero-unit-promo-container .hero-unit-image-overlay-1 {
    padding-top: 406px;
    padding-bottom: 0px;
  }
  .hero-unit.hero-unit-promo-container .hero-unit-image-overlay-2 {
    padding-top: 174px;
  }
}
@media   (min-width: 600px) and (max-width: 767px)  {
  .hero-unit.hero-unit-promo-container {
    height: 542px !important;
  }
  .hero-unit.hero-unit-promo-container .hero-unit-image-overlay-1 {
    padding-top: 379.4px;
    padding-bottom: 0px;
  }
  .hero-unit.hero-unit-promo-container .hero-unit-image-overlay-2 {
    padding-top: 162.6px;
  }
}
@media   (max-width: 1007px)  {
  .hero-unit.hero-unit-promo-container .hero-unit-image-overlay-1 {
    background: -webkit-linear-gradient(bottom, #333333 0%, rgba(51, 51, 51, 0.5) 100%);
    background: -moz-linear-gradient(bottom, #333333 0%, rgba(51, 51, 51, 0.5) 100%);
    background: -ms-linear-gradient(bottom, #333333 0%, rgba(51, 51, 51, 0.5) 100%);
    background: -o-linear-gradient(bottom, #333333 0%, rgba(51, 51, 51, 0.5) 100%);
    background: linear-gradient(bottom, #333333 0%, rgba(51, 51, 51, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80333333', endColorstr='#ff333333', GradientType=0);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80333333',endColorstr='#ff333333',GradientType=0);
  }
}
@media  (min-width: 500px) and (max-width: 599px)  {
  .hero-unit.hero-unit-promo-container {
    height: 1410px !important;
  }
  .hero-unit.hero-unit-promo-container .hero-unit-image-overlay-1 {
    padding-top: 141px;
    padding-bottom: 0px;
  }
  .hero-unit.hero-unit-promo-container .hero-unit-image-overlay-2 {
    padding-top: 1269px;
  }
}
@media  (min-width: 400px) and (max-width: 499px)  {
  .hero-unit.hero-unit-promo-container {
    height: 1208px !important;
  }
  .hero-unit.hero-unit-promo-container .hero-unit-image-overlay-1 {
    padding-top: 120.8px;
    padding-bottom: 0px;
  }
  .hero-unit.hero-unit-promo-container .hero-unit-image-overlay-2 {
    padding-top: 1087.2px;
  }
}
@media  (min-width: 300px) and (max-width: 399px)  {
  .hero-unit.hero-unit-promo-container {
    height: 998px !important;
  }
  .hero-unit.hero-unit-promo-container .hero-unit-image-overlay-1 {
    padding-top: 99.8px;
    padding-bottom: 0px;
  }
  .hero-unit.hero-unit-promo-container .hero-unit-image-overlay-2 {
    padding-top: 898.2px;
  }
}
.hero-unit .hero-unit-header-wrapper {
  padding: 0;
  margin-right: 4px;
  margin-left: 4px;
  position: relative;
  z-index: 2;
  background: transparent;
  color: white;
  pointer-events: none;
  padding-top: 56.25%;
}
@media  (min-width: 400px)    {
  .hero-unit .hero-unit-header-wrapper {
    margin-right: 12px;
    margin-left: 12px;
  }
}
@media   (min-width: 600px)   {
  .hero-unit .hero-unit-header-wrapper {
    margin-right: 8px;
    margin-left: 8px;
  }
}
@media  (min-width: 1008px)   {
  .hero-unit .hero-unit-header-wrapper {
    max-width: 992px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media  (min-width: 400px)    {
  .hero-unit .hero-unit-header-wrapper {
    margin-right: 12px;
    margin-left: 12px;
  }
}
@media   (min-width: 600px)   {
  .hero-unit .hero-unit-header-wrapper {
    margin-right: 8px;
    margin-left: 8px;
  }
}
@media  (min-width: 1008px)   {
  .hero-unit .hero-unit-header-wrapper {
    max-width: 992px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 8px;
    padding-right: 8px;
  }
}
.hero-unit .hero-unit-header-wrapper h1 {
  color: white;
}
@media  (min-width: 961px)   {
  .hero-unit .hero-unit-header-wrapper {
    padding-top: 40%;
  }
}
@media  (min-width: 1281px)   {
  .hero-unit .hero-unit-header-wrapper {
    padding-top: 37.5%;
  }
}
@media   (max-width: 1007px)  {
  .hero-unit.hero-unit-video .hero-unit-header-wrapper {
    margin-left: -4px;
  }
}
@media only screen  {
  .hero-unit .primary-header {
    display: block;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media only screen  and   (min-width: 600px)   {
  .hero-unit .primary-header {
    margin-left: 8px;
    margin-right: 8px;
  }
}
.hero-unit .primary-heading:before {
  background: white;
}
.hero-unit .primary-header-wrapper {
  position: absolute;
  height: auto;
  z-index: 4;
}
@media   (min-width: 400px) and (max-width: 1007px)  {
  .hero-unit .primary-header-wrapper {
    width: 66.66666667%;
  }
}
@media  (min-width: 1008px)   {
  .hero-unit .primary-header-wrapper {
    width: 75%;
  }
}
@media  (min-width: 300px) and (max-width: 599px)  {
  .hero-unit .primary-header-wrapper {
    bottom: 1.6em;
  }
}
@media   (min-width: 600px) and (max-width: 767px)  {
  .hero-unit .primary-header-wrapper {
    bottom: 2.4em;
  }
}
@media   (min-width: 768px) and (max-width: 1007px)  {
  .hero-unit .primary-header-wrapper {
    bottom: 3.2em;
  }
}
@media  (min-width: 1008px)   {
  .hero-unit .primary-header-wrapper {
    bottom: 5.6em;
  }
}
.hero-unit .primary-header-wrapper .icon-wrapper,
.hero-unit .primary-header-wrapper .context-heading-list {
  display: inline-block;
}
.hero-unit .primary-header-wrapper .icon-wrapper.icon-wrapper-calendar,
.hero-unit .primary-header-wrapper .context-heading-list.icon-wrapper-calendar {
  display: none;
}
.hero-unit .primary-header-wrapper .icon-wrapper {
  margin-right: 8px;
}
.hero-unit .primary-header-wrapper .context-heading a {
  pointer-events: all;
  color: white;
}
.hero-unit p.introduction {
  margin-top: 0;
  font-family: 'curiousSans-Bold', Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
}
@media   (min-width: 600px)   {
  .hero-unit p.introduction {
    font-size: 2em;
    line-height: 1.2em;
    margin-top: 0em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
  }
}
.hero-unit .introduction-wrapper {
  margin-top: 1.6em;
}
@media   (max-width: 767px)  {
  .hero-unit .introduction-wrapper {
    display: none;
  }
}
.hero-unit .hero-unit-image-overlay-1,
.hero-unit .hero-unit-image-overlay-2 {
  pointer-events: none;
  position: relative;
}
.hero-unit .hero-unit-image-overlay-3 {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  background: #000;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
}
.hero-unit .hero-unit-overlay.soften .hero-unit-image-overlay-3 {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.hero-unit .hero-unit-image-overlay-1 {
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=0);
}
.hero-unit .hero-unit-image-overlay-2 {
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#cc000000',GradientType=0);
}
.hero-unit .hero-unit-image-overlay-1 {
  padding-top: 16.875%;
  padding-bottom: 11.25%;
}
.hero-unit .hero-unit-image-overlay-2 {
  padding-top: 28.125%;
}
@media  (min-width: 961px)   {
  .hero-unit .hero-unit-image-overlay-1 {
    padding-top: 12%;
    padding-bottom: 8%;
  }
  .hero-unit .hero-unit-image-overlay-2 {
    padding-top: 20%;
  }
}
@media  (min-width: 1281px)   {
  .hero-unit .hero-unit-image-overlay-1 {
    padding-top: 11.25%;
    padding-bottom: 7.5%;
  }
  .hero-unit .hero-unit-image-overlay-2 {
    padding-top: 18.75%;
  }
}
@media  (min-width: 300px) and (max-width: 599px)  {
  .hero-unit .hero-unit-image-overlay-1 {
    padding-top: 16.875%;
    padding-bottom: 5.625%;
  }
  .hero-unit .hero-unit-image-overlay-2 {
    padding-top: 33.75%;
  }
}
.hero-unit .icon-wrapper {
  display: block;
  position: relative;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.9);
  height: 3.2em;
  width: 3.2em;
}
.hero-unit .icon-wrapper .gelicon,
.hero-unit .icon-wrapper .sg-share-tools-control-toggle .sg-share-tools-control-toggle-icon {
  font-size: 1.6em;
  line-height: 2em;
  margin-top: 0em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
}
.hero-unit .hero-video-icon .icon-wrapper-play,
.hero-unit .hero-video-icon .icon-wrapper-listen {
  height: 6.4em;
  width: 6.4em;
  position: absolute;
  bottom: 0;
}
.hero-unit .hero-video-icon .icon-wrapper-play .gelicon,
.hero-unit .hero-video-icon .icon-wrapper-listen .gelicon,
.hero-unit .hero-video-icon .icon-wrapper-play .sg-share-tools-control-toggle .sg-share-tools-control-toggle-icon,
.hero-unit .hero-video-icon .icon-wrapper-listen .sg-share-tools-control-toggle .sg-share-tools-control-toggle-icon {
  font-size: 2.4em;
  line-height: 2.66666667em;
  margin-top: 0em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
  letter-spacing: -0.2px;
}
@media   (min-width: 768px)   {
  .hero-unit .hero-video-icon .icon-wrapper-play,
  .hero-unit .hero-video-icon .icon-wrapper-listen {
    height: 10.4em;
    width: 10.4em;
  }
  .hero-unit .hero-video-icon .icon-wrapper-play .gelicon,
  .hero-unit .hero-video-icon .icon-wrapper-listen .gelicon,
  .hero-unit .hero-video-icon .icon-wrapper-play .sg-share-tools-control-toggle .sg-share-tools-control-toggle-icon,
  .hero-unit .hero-video-icon .icon-wrapper-listen .sg-share-tools-control-toggle .sg-share-tools-control-toggle-icon {
    font-size: 4em;
    line-height: 2.6em;
    margin-top: 0em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
    letter-spacing: -0.2px;
  }
}
@media  (min-width: 1008px)   {
  .hero-unit .hero-video-icon .icon-wrapper-play,
  .hero-unit .hero-video-icon .icon-wrapper-listen {
    bottom: 3.2em !important;
  }
}
.hero-unit .hero-video-icon .gelicon,
.hero-unit .hero-video-icon .sg-share-tools-control-toggle .sg-share-tools-control-toggle-icon {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
}
.hero-unit .hero-video-icon.active .gelicon,
.hero-unit .hero-video-icon.active .sg-share-tools-control-toggle .sg-share-tools-control-toggle-icon {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  opacity: 1;
}
.hero-unit #play-video {
  pointer-events: none;
}
.hero-unit #play-video.active {
  pointer-events: all;
}
.hero-unit #play-video:hover .icon-wrapper {
  background-color: white;
}
.hero-unit #play-video:hover .icon-wrapper .gelicon,
.hero-unit #play-video:hover .icon-wrapper .sg-share-tools-control-toggle .sg-share-tools-control-toggle-icon {
  color: #000000;
}
.hero-unit .secondary-header-wrapper {
  pointer-events: auto;
  position: absolute;
  bottom: 6em;
  right: 16px;
}
@media   (min-width: 600px) and (max-width: 1007px)  {
  .hero-unit .secondary-header-wrapper {
    bottom: 3.2em;
    right: 24px;
  }
}
.hero-unit .secondary-header-wrapper .calendar-event {
  display: none;
}
@media   (min-width: 600px)   {
  .hero-unit .secondary-header-wrapper .calendar-event {
    display: block;
    margin-top: 2.5em;
    float: right;
  }
}
.hero-unit .date-list {
  display: none;
  position: absolute;
  right: 0;
  bottom: 2.6em;
}
@media   (min-width: 600px)   {
  .hero-unit .date-list {
    display: block;
  }
}
@media   (min-width: 600px) and (max-width: 1007px)  {
  .hero-unit .date-list {
    bottom: 0;
    right: -8px;
  }
}
.hero-unit #hero-unit-video {
  position: absolute;
  width: 100%;
  top: 0;
}
.introduction {
  font-family: 'curiousSans-Bold', Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  font-size: 2em;
  line-height: 1.4em;
  margin-top: 0em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
}
@font-face {
  font-family: "curiousSans-Bold";
  src: url('../../fonts/curious/CuriousSans-Bold.eot');
  src: url('../../fonts/curious/CuriousSans-Bold.eot?#iefix') format('embedded-opentype'), url('../../fonts/curious/CuriousSans-Bold.woff') format('woff'), url('../../fonts/curious/CuriousSans-Bold.ttf') format('truetype'), url('../../fonts/curious/CuriousSans-Bold.svg#') format('svg');
  font-weight: "normal";
  font-style: "normal";
}
.calendar-event {
  color: #ffffff;
  font-size: 14px;
  font-family: 'curiousSans-Bold', Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  text-transform: uppercase;
  border-radius: 8px;
  width: 115px;
  position: relative;
}
.calendar-event .calendar-pin {
  width: 12px;
  height: 16px;
  position: absolute;
  overflow: hidden;
  background-image: url("../../../img/shared/shared-sprite.png");
  background-repeat: no-repeat;
  background-position: -610px -138px;
}
.calendar-event .calendar-pin.left {
  left: 9px;
  top: -6px;
}
.calendar-event .calendar-pin.right {
  right: 9px;
  top: -6px;
}
.calendar-event .calendar-header {
  height: 35px;
  background: #db3737;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
  border-bottom: 2px solid #c13333;
}
.calendar-event .calendar-header .calendar-month {
  width: 50%;
  line-height: 37px;
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.calendar-event .calendar-header .calendar-month.left {
  border-right: 1px solid #c13333;
}
.calendar-event .calendar-body {
  font-size: 28px;
  height: 65px;
  background: rgba(216, 216, 216, 0.5);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  overflow: hidden;
}
.calendar-event .calendar-body span {
  width: 100%;
  line-height: 65px;
  display: block;
  text-align: center;
}
.calendar-event.single-month .calendar-month {
  width: 100%;
}
.calendar-event.single-month .calendar-month.left {
  display: none;
}
@media  (min-width: 1008px)   {
  .best-of-list .article-list {
    margin-top: 1.6em;
  }
  .best-of-list .article-list .promo-unit {
    margin-top: 0;
  }
  .best-of-list .article-list .promo-unit .promo-unit-copy .promo-unit-copy-lining {
    height: auto;
    margin-bottom: 4em;
    position: relative;
  }
  .best-of-list .article-list .promo-unit .promo-unit-copy .promo-unit-copy-lining:after {
    content: '';
    width: 70%;
    height: 2px;
    background: #ebebeb;
    position: absolute;
    left: 0;
    top: 0;
  }
  .best-of-list .article-list .promo-unit .promo-unit-copy .promo-unit-copy-lining:after {
    top: auto;
    bottom: -2em;
    left: 15%;
  }
  .best-of-list .article-list .promo-unit-wrapper:last-child .promo-unit-copy-lining {
    margin-bottom: 1.6em;
  }
  .best-of-list .article-list .promo-unit-wrapper:last-child .promo-unit-copy-lining:after {
    width: 0;
  }
}
.best-of-list .promo-unit .promo-unit-lining {
  background: white;
  overflow: hidden;
}
@media only screen  {
  .best-of-list .promo-unit .context-heading-list {
    display: none;
  }
  .best-of-list .promo-unit .promo-unit-title {
    padding-top: 0;
    margin-top: 0;
  }
}
@media only screen  {
  .best-of-list .promo-unit .promo-unit-summary {
    display: none;
  }
}
@media only screen  {
  .best-of-list .promo-unit .promo-unit-summary {
    display: none;
  }
}
@media only screen  {
  .best-of-list .promo-unit .link-box-list {
    display: none;
  }
}
.best-of-list .promo-unit .promo-unit-lining {
  background: white;
  overflow: hidden;
}
@media only screen  {
  .best-of-list .promo-unit .promo-unit-image {
    border-bottom: 4px solid #000000;
  }
}
@media  (min-width: 1008px)   {
  .single-column .primary-content .best-of-list .article-list {
    margin-top: 0;
  }
  .single-column .primary-content .best-of-list .article-list .promo-unit {
    margin-top: 1.6em;
  }
  .single-column .primary-content .best-of-list .article-list .promo-unit-copy-lining {
    height: auto;
    margin-top: 1.6em;
  }
  .single-column .primary-content .best-of-list .article-list .promo-unit-copy-lining:after {
    background: transparent;
  }
}
@media  (min-width: 1008px)   {
  .single-column .primary-content .best-of-list .article-list .promo-unit-wrapper {
    width: 33.33333333%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media  (min-width: 1008px)   {
  .single-column .primary-content .best-of-list .article-list .promo-unit-wrapper {
    clear: none;
  }
}
@media  (min-width: 1008px)   {
  .single-column .primary-content .best-of-list .article-list .promo-unit-wrapper:nth-child(3n +1) {
    clear: both;
  }
}
@media  (min-width: 1008px)   {
  .single-column .primary-content .best-of-list .article-list .promo-unit-wrapper .promo-unit-wrapper {
    width: 33.33333333%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media  (min-width: 1008px)   {
  .single-column .primary-content .best-of-list .article-list .promo-unit-wrapper .promo-unit-wrapper {
    clear: none;
  }
}
@media  (min-width: 1008px)   {
  .single-column .primary-content .best-of-list .article-list .promo-unit-wrapper .promo-unit-wrapper:nth-child(3n +1) {
    clear: both;
  }
}
/* best of */
@media   (min-width: 600px) and (max-width: 1007px)  {
  .best-of-list .promo-unit-wrapper:nth-child(n+2) {
    width: 50%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media   (min-width: 600px) and (max-width: 1007px)  {
  .best-of-list .promo-unit-wrapper:nth-child(n+2):nth-child(odd) {
    clear: none;
  }
}
@media   (min-width: 600px) and (max-width: 1007px)  {
  .best-of-list .promo-unit-wrapper:nth-child(n+2):nth-child(even) {
    clear: both;
  }
}
@media   (min-width: 600px) and (max-width: 1007px)  {
  .best-of-list .promo-unit-wrapper:nth-child(n+2) .promo-unit {
    margin-top: 0.8em;
  }
}
@media   (min-width: 600px) and (max-width: 1007px)  and   (min-width: 600px)   {
  .best-of-list .promo-unit-wrapper:nth-child(n+2) .promo-unit {
    margin-top: 1.6em;
  }
}
.promo-unit {
  margin-top: 1.6em;
  padding-bottom: 0;
}
.promo-unit .context-heading-list,
.promo-unit .link-box-list {
  display: block;
}
.promo-unit .source-attribution-author {
  display: inline-block;
}
.promo-unit .promo-unit-lining {
  overflow: hidden;
}
.promo-unit .promo-unit-lining {
  background: white;
  overflow: hidden;
}
.promo-unit .promo-unit-layout-standard {
  float: left;
  width: 100%;
}
.promo-unit .promo-unit-layout-standard .promo-unit-header {
  margin-top: 1.6em;
}
.promo-unit .promo-unit-layout-standard .promo-unit-image {
  padding-top: 56.2%;
  background: #e2e2e2;
  position: relative;
}
.promo-unit .promo-unit-layout-standard .promo-unit-image .promo-unit-image-lining {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
}
.promo-unit .promo-unit-layout-standard .promo-unit-image .icon-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 4.4em;
  width: 4.4em;
  height: 6.4em;
  width: 6.4em;
}
.promo-unit .promo-unit-layout-standard .promo-unit-image .icon-wrapper .gelicon,
.promo-unit .promo-unit-layout-standard .promo-unit-image .icon-wrapper .sg-share-tools-control-toggle .sg-share-tools-control-toggle-icon {
  font-size: 2.2em;
  line-height: 2em;
  margin-top: 0em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
}
.promo-unit .promo-unit-layout-standard .promo-unit-image .icon-wrapper .gelicon,
.promo-unit .promo-unit-layout-standard .promo-unit-image .icon-wrapper .sg-share-tools-control-toggle .sg-share-tools-control-toggle-icon {
  font-size: 2.4em;
  line-height: 2.66666667em;
  margin-top: 0em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
  letter-spacing: -0.2px;
}
.promo-unit .promo-unit-layout-standard .promo-unit-copy-lining {
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 0.8em;
}
@media   (min-width: 600px)   {
  .promo-unit .promo-unit-layout-standard .promo-unit-copy-lining {
    margin-bottom: 1.6em;
  }
}
.promo-unit .promo-unit-layout-standard .promo-unit-title {
  color: #333333;
  font-weight: normal;
  line-height: 1.0em;
  position: relative;
  padding-top: 0.33em;
  margin-top: 0.25em;
}
@media  (min-width: 300px) and (max-width: 599px)  {
  .promo-unit .promo-unit-layout-standard .promo-unit-title {
    padding-top: 0.5em;
    margin-top: 0.5em;
  }
}
.promo-unit .promo-unit-layout-standard .promo-unit-summary {
  color: #666666;
  margin-top: 0.5em;
  font-size: 1.4em;
  line-height: 1.07142857em;
  margin-top: 1.07142857em;
  margin-bottom: 0;
}
@media  (min-width: 300px) and (max-width: 599px)  {
  .promo-unit .promo-unit-layout-standard .promo-unit-header-with-context .context-heading {
    font-size: 1.6em;
    line-height: 1.25em;
    margin-top: 0em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
  }
}
@media   (min-width: 600px) and (max-width: 1007px)  {
  .promo-unit .promo-unit-layout-standard .promo-unit-header-with-context .context-heading {
    font-size: 1.4em;
    line-height: 1.42857143em;
    margin-top: 0em;
    margin-bottom: 0;
  }
}
@media  (min-width: 1008px)   {
  .promo-unit .promo-unit-layout-standard .promo-unit-header-with-context .context-heading {
    font-size: 1.4em;
    line-height: 1.28571429em;
    margin-top: 0em;
    margin-bottom: 0;
  }
}
.promo-unit .promo-unit-layout-standard .seperated-list.context-heading-list .seperated-list-item {
  border: none;
}
.promo-unit .promo-unit-layout-standard .promo-unit-header-with-context ul.seperated-list.context-heading-list {
  position: relative;
}
.promo-unit .promo-unit-layout-standard .promo-unit-header-with-context ul.seperated-list.context-heading-list:after {
  content: '';
  width: 32px;
  height: 2px;
  background: #333333;
  position: absolute;
  left: 0;
  top: 0;
}
.promo-unit .promo-unit-layout-standard .promo-unit-header-with-context ul.seperated-list.context-heading-list:after {
  bottom: -10px;
  top: inherit;
}
.promo-unit .promo-unit-layout-standard .link-box-list .link-box-list-item {
  margin-right: 18px;
}
.promo-unit .promo-unit-layout-standard .link-box-list .pointer {
  display: block;
  position: absolute;
  right: -10px;
  top: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 0 13px 10px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.promo-unit .promo-unit-layout-event {
  font-family: 'curiousSans-Bold', Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  text-transform: uppercase;
}
.promo-unit .promo-unit-layout-event .promo-unit-image {
  position: relative;
}
.promo-unit .promo-unit-layout-event .inline-image-wrapper .icon-wrapper-calendar {
  display: none;
}
.promo-unit .promo-unit-layout-event .date-list {
  pointer-events: none;
  font-size: 7px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 100%;
}
.promo-unit .promo-unit-layout-event .promo-unit-copy-lining {
  padding: 1.6em;
  min-height: 16em;
  background: #000000;
  position: relative;
  *zoom: 1;
}
.promo-unit .promo-unit-layout-event .promo-unit-copy-lining:before,
.promo-unit .promo-unit-layout-event .promo-unit-copy-lining:after {
  content: "";
  display: table;
}
.promo-unit .promo-unit-layout-event .promo-unit-copy-lining:after {
  clear: both;
}
.promo-unit .promo-unit-layout-event .promo-unit-event-type a,
.promo-unit .promo-unit-layout-event .promo-unit-location p {
  color: #999999;
}
.promo-unit .promo-unit-layout-event .promo-unit-title {
  color: #fff;
}
.promo-unit .promo-unit-layout-event .promo-unit-event-type {
  border-bottom: 1px solid #333333;
  padding-bottom: 0.8em;
  margin-bottom: 1em;
}
.promo-unit .promo-unit-layout-event .promo-unit-event-type a {
  font-size: 1.3em;
  line-height: 1em;
  margin-top: 0em;
  margin-bottom: 0;
}
.promo-unit .promo-unit-layout-event .promo-unit-title {
  font-size: 2.2em;
  line-height: 1.27272727em;
  margin-top: 0em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
  padding-right: 20%;
  min-height: 2.2em;
}
.promo-unit .promo-unit-layout-event .promo-unit-location {
  margin-top: 1.2em;
}
.promo-unit .promo-unit-layout-event .promo-unit-location:before {
  font-size: 1.4em ;
  margin-top: 2px;
  background-color: #fcae42;
  padding: 0.5em 0.6em;
  color: white;
}
.promo-unit .promo-unit-layout-event .promo-unit-location:before {
  position: absolute;
  font-size: 1em ;
}
.promo-unit .promo-unit-layout-event .promo-unit-location p {
  float: left;
  padding-left: 28px ;
  font-family: 'curiousSans-Bold', Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  font-size: 1.2em;
  line-height: 1.33333333em;
  margin-top: 0em;
  margin-bottom: 0;
}
.promo-unit .promo-unit-layout-alternative .promo-unit-image {
  padding-top: 40%;
  background: #e2e2e2;
  position: relative;
}
.promo-unit .promo-unit-layout-alternative .promo-unit-image .promo-unit-image-lining {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
}
.promo-unit .promo-unit-layout-alternative .promo-unit-image-wrapper {
  position: relative;
}
.promo-unit .promo-unit-layout-alternative .promo-unit-header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.9);
  font-family: 'curiousSans-Bold', Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
}
.promo-unit .promo-unit-layout-alternative .promo-unit-image-wrapper img.responsive {
  background-color: rgba(255, 255, 255, 0.01);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.promo-unit .promo-unit-layout-alternative .promo-unit-image-wrapper:hover img.responsive {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.promo-unit .promo-unit-layout-alternative .promo-unit-header-lining {
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 1.6em;
  margin-bottom: 1.2em;
}
.promo-unit .promo-unit-layout-alternative .promo-unit-title {
  color: white;
  line-height: 1.0em;
  position: relative;
  font-weight: normal;
}
@media  (min-width: 300px) and (max-width: 599px)  {
  .promo-unit .promo-unit-layout-alternative .promo-unit-title {
    padding-top: 0.5em;
    margin-top: 0.5em;
  }
}
@media only screen  {
  .promo-unit .promo-unit-layout-alternative .promo-unit-summary {
    display: none;
  }
}
@media only screen  {
  .promo-unit .promo-unit-layout-alternative .promo-unit-summary {
    display: none;
  }
}
@media   (min-width: 600px)   {
  .promo-unit .promo-unit-layout-alternative .promo-unit-summary {
    display: block;
  }
}
@media   (min-width: 600px)   {
  .promo-unit .promo-unit-layout-alternative .promo-unit-summary {
    display: block;
  }
}
.promo-unit .promo-unit-layout-alternative p.promo-unit-summary {
  font-size: 1.8em;
  line-height: 1.22222222em;
  margin-top: 0.61111111em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
}
.promo-unit .promo-unit-layout-alternative .promo-unit-copy {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  color: white;
  font-family: 'curiousSans-Bold', Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#cc000000',GradientType=0);
}
.promo-unit .promo-unit-layout-alternative .promo-unit-copy .promo-unit-copy-lining {
  width: 90%;
}
.promo-unit .promo-unit-layout-alternative .promo-unit-copy-lining {
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 1.6em;
}
.promo-unit.large .promo-unit-lining {
  background: white;
  overflow: hidden;
}
@media only screen  {
  .promo-unit.large .context-heading-list {
    display: none;
  }
  .promo-unit.large .promo-unit-title {
    padding-top: 0;
    margin-top: 0;
  }
}
@media only screen  {
  .promo-unit.large .promo-unit-summary {
    display: none;
  }
}
@media only screen  {
  .promo-unit.large .promo-unit-summary {
    display: none;
  }
}
@media only screen  {
  .promo-unit.large .link-box-list {
    display: none;
  }
}
.promo-unit.large .inline-image-wrapper .pointer {
  display: block;
  position: absolute;
  bottom: 0;
  right: 25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 7.5px 8px 7.5px;
  border-color: transparent transparent white transparent;
}
@media   (min-width: 600px)   {
  .promo-unit.large .inline-image-wrapper .pointer {
    right: 50px;
  }
}
@media   (min-width: 600px)   {
  .promo-unit.large .promo-unit-summary {
    display: block;
  }
}
@media   (min-width: 600px)   {
  .promo-unit.large .promo-unit-summary {
    display: block;
  }
}
@media   (min-width: 600px)   {
  .promo-unit.large .link-box-list {
    display: block;
  }
}
.promo-unit.secondary-branded .promo-unit-lining {
  background: white;
  overflow: hidden;
}
@media only screen  {
  .promo-unit.secondary-branded .context-heading-list {
    display: none;
  }
  .promo-unit.secondary-branded .promo-unit-title {
    padding-top: 0;
    margin-top: 0;
  }
}
@media only screen  {
  .promo-unit.secondary-branded .promo-unit-summary {
    display: none;
  }
}
@media only screen  {
  .promo-unit.secondary-branded .promo-unit-summary {
    display: none;
  }
}
@media only screen  {
  .promo-unit.secondary-branded .link-box-list {
    display: none;
  }
}
.promo-unit.secondary-branded .promo-unit-lining {
  background: white;
  overflow: hidden;
}
@media only screen  {
  .promo-unit.secondary-branded .promo-unit-image {
    border-bottom: 4px solid #000000;
  }
}
.promo-unit.secondary-unbranded .promo-unit-lining {
  background: white;
  overflow: hidden;
}
@media only screen  {
  .promo-unit.secondary-unbranded .context-heading-list {
    display: none;
  }
  .promo-unit.secondary-unbranded .promo-unit-title {
    padding-top: 0;
    margin-top: 0;
  }
}
@media only screen  {
  .promo-unit.secondary-unbranded .promo-unit-summary {
    display: none;
  }
}
@media only screen  {
  .promo-unit.secondary-unbranded .promo-unit-summary {
    display: none;
  }
}
@media only screen  {
  .promo-unit.secondary-unbranded .link-box-list {
    display: none;
  }
}
@media only screen  {
  .promo-unit.secondary-unbranded .link-box-list {
    display: none;
  }
}
.promo-unit.secondary-unbranded .promo-unit-lining {
  background: white;
  overflow: hidden;
}
@media   (min-width: 600px)   {
  .promo-unit.secondary-unbranded .promo-unit-copy-lining {
    min-height: 6em;
  }
}
@media only screen  {
  .promo-unit.around-the-bbc .promo-unit-summary {
    display: none;
  }
}
@media only screen  {
  .promo-unit.around-the-bbc .promo-unit-summary {
    display: none;
  }
}
@media only screen  {
  .promo-unit.around-the-bbc .link-box-list {
    display: none;
  }
}
.promo-unit.around-the-bbc .promo-unit-lining {
  background: white;
  overflow: hidden;
}
@media   (min-width: 600px)   {
  .promo-unit.around-the-bbc .promo-unit-copy-lining {
    min-height: 80px;
  }
}
@media only screen  {
  .promo-unit.alternative-without-summary .promo-unit-summary {
    display: none;
  }
}
@media only screen  {
  .promo-unit.alternative-without-summary .promo-unit-summary {
    display: none;
  }
}
.promo-unit.error .promo-unit-summary {
  display: block !important;
}
.weather-module {
  margin-top: 2.4em;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  border: 2px solid #ebe7e8;
}
@media only screen  {
  .weather-module {
    display: block;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media only screen  and   (min-width: 600px)   {
  .weather-module {
    margin-left: 8px;
    margin-right: 8px;
  }
}
.weather-module:hover {
  border: 2px solid #dedbdf;
}
.weather-module span,
.weather-module p,
.weather-module a {
  font-weight: normal;
}
.weather-module span.weather-icon {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.weather-module .today-forecast {
  position: relative;
  padding-top: 56.25%;
  text-align: center;
  color: #a7a9ab;
}
.weather-module .today-forecast span#settings-button {
  position: absolute;
  top: 10px;
  right: 10px;
  border: 2px solid #ebe7e8;
}
.weather-module .today-forecast span#settings-button:hover {
  border: 2px solid #dedbdf;
}
.weather-module .today-forecast .today-forecast-lining {
  position: absolute;
  top: 50%;
  height: 120px;
  margin-top: -60px;
  width: 100%;
}
.weather-module .today-forecast p.temperature {
  font-size: 60px;
  margin: 0;
  line-height: 1em;
}
.weather-module .today-forecast p.temperature > * {
  display: inline-block;
  vertical-align: bottom;
}
.weather-module .today-forecast p.temperature .centigrade,
.weather-module .today-forecast p.temperature .fahrenheit {
  line-height: 57px;
}
.weather-module .today-forecast p.temperature .centigrade.hidden,
.weather-module .today-forecast p.temperature .fahrenheit.hidden {
  display: none;
}
.weather-module .today-forecast p.temperature .centigrade > .units,
.weather-module .today-forecast p.temperature .fahrenheit > .units {
  font-size: 46px;
}
.weather-module .today-forecast p.location-name,
.weather-module .today-forecast p.country-name {
  margin: 0;
}
.weather-module .today-forecast p.location-name {
  margin-top: 6px;
  font-size: 22px;
}
.weather-module .today-forecast p.country-name {
  font-size: 16px;
  color: #bbbdc0;
}
.weather-module .four-day-forecast {
  border-top: 1px solid #ebe7e8;
  background-color: #f5f5f6;
}
.weather-module .four-day-forecast ul.forecast-list {
  margin: 0px;
  width: 100%;
  padding-top: 20px;
  display: table;
  table-layout: fixed;
  /* optional */
}
.weather-module .four-day-forecast ul.forecast-list li {
  display: table-cell;
  width: auto;
  text-align: center;
  list-style-type: none;
  list-style-position: inside;
}
.weather-module .four-day-forecast ul.forecast-list li span.day-name {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  display: block;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  color: #a7a9ab;
}
.weather-module .four-day-forecast ul.forecast-list li span.weather-icon {
  margin: 0 auto;
  margin-bottom: 10px;
}
.weather-icon.wi-toggle-centigrade {
  background-position: 0px -1986px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-toggle-fahrenheit {
  background-position: 0px -1535px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-0-s {
  background-position: 0px -28px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 33px;
  height: 33px;
}
.weather-icon.wi-0-m {
  background-position: 0px -1576px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-0-l {
  background-position: 0px -2576px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 57px;
  height: 57px;
}
.weather-icon.wi-0-xl {
  background-position: 0px -6910px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 81px;
  height: 81px;
}
.weather-icon.wi-toggle-centigrade {
  background-position: 0px -1986px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-toggle-fahrenheit {
  background-position: 0px -1535px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-1-s {
  background-position: 0px 0px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 27px;
  height: 28px;
}
.weather-icon.wi-1-m {
  background-position: 0px -2355px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 40px;
  height: 41px;
}
.weather-icon.wi-1-l {
  background-position: 0px -4172px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 57px;
  height: 57px;
}
.weather-icon.wi-1-xl {
  background-position: 0px -6748px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 80px;
  height: 81px;
}
.weather-icon.wi-toggle-centigrade {
  background-position: 0px -1986px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-toggle-fahrenheit {
  background-position: 0px -1535px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-2-s {
  background-position: 0px -523px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 33px;
  height: 33px;
}
.weather-icon.wi-2-m {
  background-position: 0px -1084px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-2-l {
  background-position: 0px -2690px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 57px;
  height: 57px;
}
.weather-icon.wi-2-xl {
  background-position: 0px -5614px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 81px;
  height: 81px;
}
.weather-icon.wi-toggle-centigrade {
  background-position: 0px -1986px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-toggle-fahrenheit {
  background-position: 0px -1535px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-3-s {
  background-position: 0px -985px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 33px;
  height: 33px;
}
.weather-icon.wi-3-m {
  background-position: 0px -2273px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-3-l {
  background-position: 0px -3887px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 57px;
  height: 57px;
}
.weather-icon.wi-3-xl {
  background-position: 0px -5695px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 81px;
  height: 81px;
}
.weather-icon.wi-toggle-centigrade {
  background-position: 0px -1986px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-toggle-fahrenheit {
  background-position: 0px -1535px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-4-s {
  background-position: 0px -754px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 33px;
  height: 33px;
}
.weather-icon.wi-4-m {
  background-position: 0px -1822px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-4-l {
  background-position: 0px -3146px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 57px;
  height: 57px;
}
.weather-icon.wi-4-xl {
  background-position: 0px -5209px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 81px;
  height: 81px;
}
.weather-icon.wi-toggle-centigrade {
  background-position: 0px -1986px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-toggle-fahrenheit {
  background-position: 0px -1535px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-5-s {
  background-position: 0px -589px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 33px;
  height: 33px;
}
.weather-icon.wi-5-m {
  background-position: 0px -1371px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-5-l {
  background-position: 0px -4001px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 57px;
  height: 57px;
}
.weather-icon.wi-5-xl {
  background-position: 0px -5533px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 81px;
  height: 81px;
}
.weather-icon.wi-toggle-centigrade {
  background-position: 0px -1986px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-toggle-fahrenheit {
  background-position: 0px -1535px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-6-s {
  background-position: 0px -457px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 33px;
  height: 33px;
}
.weather-icon.wi-6-m {
  background-position: 0px -2437px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-6-l {
  background-position: 0px -2918px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 57px;
  height: 57px;
}
.weather-icon.wi-6-xl {
  background-position: 0px -5857px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 81px;
  height: 81px;
}
.weather-icon.wi-toggle-centigrade {
  background-position: 0px -1986px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-toggle-fahrenheit {
  background-position: 0px -1535px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-7-s {
  background-position: 0px -325px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 33px;
  height: 33px;
}
.weather-icon.wi-7-m {
  background-position: 0px -1781px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-7-l {
  background-position: 0px -3545px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 57px;
  height: 57px;
}
.weather-icon.wi-7-xl {
  background-position: 0px -6181px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 81px;
  height: 81px;
}
.weather-icon.wi-toggle-centigrade {
  background-position: 0px -1986px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-toggle-fahrenheit {
  background-position: 0px -1535px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-8-s {
  background-position: 0px -193px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 33px;
  height: 33px;
}
.weather-icon.wi-8-m {
  background-position: 0px -1125px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-8-l {
  background-position: 0px -3773px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 57px;
  height: 57px;
}
.weather-icon.wi-8-xl {
  background-position: 0px -6505px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 81px;
  height: 81px;
}
.weather-icon.wi-toggle-centigrade {
  background-position: 0px -1986px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-toggle-fahrenheit {
  background-position: 0px -1535px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-9-s {
  background-position: 0px -61px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 33px;
  height: 33px;
}
.weather-icon.wi-9-m {
  background-position: 0px -1248px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 40px;
  height: 41px;
}
.weather-icon.wi-9-l {
  background-position: 0px -2804px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 57px;
  height: 57px;
}
.weather-icon.wi-9-xl {
  background-position: 0px -6829px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 81px;
  height: 81px;
}
.weather-icon.wi-toggle-centigrade {
  background-position: 0px -1986px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-toggle-fahrenheit {
  background-position: 0px -1535px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-10-s {
  background-position: 0px -94px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 32px;
  height: 33px;
}
.weather-icon.wi-10-m {
  background-position: 0px -2109px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 40px;
  height: 41px;
}
.weather-icon.wi-10-l {
  background-position: 0px -3317px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 57px;
  height: 57px;
}
.weather-icon.wi-10-xl {
  background-position: 0px -6667px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 81px;
  height: 81px;
}
.weather-icon.wi-toggle-centigrade {
  background-position: 0px -1986px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-toggle-fahrenheit {
  background-position: 0px -1535px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-11-s {
  background-position: 0px -127px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 33px;
  height: 33px;
}
.weather-icon.wi-11-m {
  background-position: 0px -1453px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-11-l {
  background-position: 0px -3488px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 57px;
  height: 57px;
}
.weather-icon.wi-11-xl {
  background-position: 0px -6586px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 81px;
  height: 81px;
}
.weather-icon.wi-toggle-centigrade {
  background-position: 0px -1986px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-toggle-fahrenheit {
  background-position: 0px -1535px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-12-s {
  background-position: 0px -160px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 33px;
  height: 33px;
}
.weather-icon.wi-12-m {
  background-position: 0px -1699px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-12-l {
  background-position: 0px -2861px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 57px;
  height: 57px;
}
.weather-icon.wi-12-xl {
  background-position: 0px -6424px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 81px;
  height: 81px;
}
.weather-icon.wi-toggle-centigrade {
  background-position: 0px -1986px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-toggle-fahrenheit {
  background-position: 0px -1535px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-13-s {
  background-position: 0px -226px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 33px;
  height: 33px;
}
.weather-icon.wi-13-m {
  background-position: 0px -2232px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-13-l {
  background-position: 0px -4286px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 57px;
  height: 57px;
}
.weather-icon.wi-13-xl {
  background-position: 0px -6343px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 81px;
  height: 81px;
}
.weather-icon.wi-toggle-centigrade {
  background-position: 0px -1986px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-toggle-fahrenheit {
  background-position: 0px -1535px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-14-s {
  background-position: 0px -259px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 33px;
  height: 33px;
}
.weather-icon.wi-14-m {
  background-position: 0px -1207px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-14-l {
  background-position: 0px -3089px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 57px;
  height: 57px;
}
.weather-icon.wi-14-xl {
  background-position: 0px -6262px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 81px;
  height: 81px;
}
.weather-icon.wi-toggle-centigrade {
  background-position: 0px -1986px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-toggle-fahrenheit {
  background-position: 0px -1535px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-15-s {
  background-position: 0px -292px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 33px;
  height: 33px;
}
.weather-icon.wi-15-m {
  background-position: 0px -1330px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-15-l {
  background-position: 0px -3944px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 57px;
  height: 57px;
}
.weather-icon.wi-15-xl {
  background-position: 0px -4400px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 80px;
  height: 80px;
}
.weather-icon.wi-toggle-centigrade {
  background-position: 0px -1986px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-toggle-fahrenheit {
  background-position: 0px -1535px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-16-s {
  background-position: 0px -358px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 33px;
  height: 33px;
}
.weather-icon.wi-16-m {
  background-position: 0px -1658px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-16-l {
  background-position: 0px -2633px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 57px;
  height: 57px;
}
.weather-icon.wi-16-xl {
  background-position: 0px -6019px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 81px;
  height: 81px;
}
.weather-icon.wi-toggle-centigrade {
  background-position: 0px -1986px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-toggle-fahrenheit {
  background-position: 0px -1535px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-17-s {
  background-position: 0px -391px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 33px;
  height: 33px;
}
.weather-icon.wi-17-m {
  background-position: 0px -1904px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-17-l {
  background-position: 0px -3260px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 57px;
  height: 57px;
}
.weather-icon.wi-17-xl {
  background-position: 0px -5938px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 81px;
  height: 81px;
}
.weather-icon.wi-toggle-centigrade {
  background-position: 0px -1986px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-toggle-fahrenheit {
  background-position: 0px -1535px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-18-s {
  background-position: 0px -424px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 33px;
  height: 33px;
}
.weather-icon.wi-18-m {
  background-position: 0px -2027px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-18-l {
  background-position: 0px -3602px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 57px;
  height: 57px;
}
.weather-icon.wi-18-xl {
  background-position: 0px -5776px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 81px;
  height: 81px;
}
.weather-icon.wi-toggle-centigrade {
  background-position: 0px -1986px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-toggle-fahrenheit {
  background-position: 0px -1535px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-19-s {
  background-position: 0px -490px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 33px;
  height: 33px;
}
.weather-icon.wi-19-m {
  background-position: 0px -2314px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-19-l {
  background-position: 0px -4229px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 57px;
  height: 57px;
}
.weather-icon.wi-19-xl {
  background-position: 0px -4480px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 81px;
  height: 81px;
}
.weather-icon.wi-toggle-centigrade {
  background-position: 0px -1986px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-toggle-fahrenheit {
  background-position: 0px -1535px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-20-s {
  background-position: 0px -556px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 33px;
  height: 33px;
}
.weather-icon.wi-20-m {
  background-position: 0px -1166px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-20-l {
  background-position: 0px -3032px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 57px;
  height: 57px;
}
.weather-icon.wi-20-xl {
  background-position: 0px -5452px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 81px;
  height: 81px;
}
.weather-icon.wi-toggle-centigrade {
  background-position: 0px -1986px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-toggle-fahrenheit {
  background-position: 0px -1535px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-21-s {
  background-position: 0px -622px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 33px;
  height: 33px;
}
.weather-icon.wi-21-m {
  background-position: 0px -1289px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-21-l {
  background-position: 0px -3374px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 57px;
  height: 57px;
}
.weather-icon.wi-21-xl {
  background-position: 0px -5371px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 81px;
  height: 81px;
}
.weather-icon.wi-toggle-centigrade {
  background-position: 0px -1986px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-toggle-fahrenheit {
  background-position: 0px -1535px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-22-s {
  background-position: 0px -655px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 33px;
  height: 33px;
}
.weather-icon.wi-22-m {
  background-position: 0px -1412px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-22-l {
  background-position: 0px -3716px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 57px;
  height: 57px;
}
.weather-icon.wi-22-xl {
  background-position: 0px -5290px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 81px;
  height: 81px;
}
.weather-icon.wi-toggle-centigrade {
  background-position: 0px -1986px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-toggle-fahrenheit {
  background-position: 0px -1535px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-23-s {
  background-position: 0px -688px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 33px;
  height: 33px;
}
.weather-icon.wi-23-m {
  background-position: 0px -1494px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-23-l {
  background-position: 0px -4058px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 57px;
  height: 57px;
}
.weather-icon.wi-23-xl {
  background-position: 0px -6991px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 81px;
  height: 81px;
}
.weather-icon.wi-toggle-centigrade {
  background-position: 0px -1986px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-toggle-fahrenheit {
  background-position: 0px -1535px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-24-s {
  background-position: 0px -721px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 33px;
  height: 33px;
}
.weather-icon.wi-24-m {
  background-position: 0px -1617px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-24-l {
  background-position: 0px -2519px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 57px;
  height: 57px;
}
.weather-icon.wi-24-xl {
  background-position: 0px -5128px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 81px;
  height: 81px;
}
.weather-icon.wi-toggle-centigrade {
  background-position: 0px -1986px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-toggle-fahrenheit {
  background-position: 0px -1535px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-25-s {
  background-position: 0px -787px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 33px;
  height: 33px;
}
.weather-icon.wi-25-m {
  background-position: 0px -1740px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-25-l {
  background-position: 0px -2747px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 57px;
  height: 57px;
}
.weather-icon.wi-25-xl {
  background-position: 0px -5047px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 81px;
  height: 81px;
}
.weather-icon.wi-toggle-centigrade {
  background-position: 0px -1986px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-toggle-fahrenheit {
  background-position: 0px -1535px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-26-s {
  background-position: 0px -820px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 33px;
  height: 33px;
}
.weather-icon.wi-26-m {
  background-position: 0px -1863px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-26-l {
  background-position: 0px -2975px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 57px;
  height: 57px;
}
.weather-icon.wi-26-xl {
  background-position: 0px -4966px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 81px;
  height: 81px;
}
.weather-icon.wi-toggle-centigrade {
  background-position: 0px -1986px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-toggle-fahrenheit {
  background-position: 0px -1535px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-27-s {
  background-position: 0px -853px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 33px;
  height: 33px;
}
.weather-icon.wi-27-m {
  background-position: 0px -1945px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-27-l {
  background-position: 0px -3203px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 57px;
  height: 57px;
}
.weather-icon.wi-27-xl {
  background-position: 0px -4804px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 81px;
  height: 81px;
}
.weather-icon.wi-toggle-centigrade {
  background-position: 0px -1986px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-toggle-fahrenheit {
  background-position: 0px -1535px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-28-s {
  background-position: 0px -919px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 33px;
  height: 33px;
}
.weather-icon.wi-28-m {
  background-position: 0px -2068px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-28-l {
  background-position: 0px -3431px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 57px;
  height: 57px;
}
.weather-icon.wi-28-xl {
  background-position: 0px -4723px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 81px;
  height: 81px;
}
.weather-icon.wi-toggle-centigrade {
  background-position: 0px -1986px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-toggle-fahrenheit {
  background-position: 0px -1535px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-29-s {
  background-position: 0px -952px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 33px;
  height: 33px;
}
.weather-icon.wi-29-m {
  background-position: 0px -2191px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-29-l {
  background-position: 0px -3659px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 57px;
  height: 57px;
}
.weather-icon.wi-29-xl {
  background-position: 0px -4642px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 81px;
  height: 81px;
}
.weather-icon.wi-toggle-centigrade {
  background-position: 0px -1986px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-toggle-fahrenheit {
  background-position: 0px -1535px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-30-s {
  background-position: 0px -1051px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 33px;
  height: 33px;
}
.weather-icon.wi-30-m {
  background-position: 0px -2396px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-30-l {
  background-position: 0px -4115px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 57px;
  height: 57px;
}
.weather-icon.wi-30-xl {
  background-position: 0px -6100px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 81px;
  height: 81px;
}
.weather-icon.wi-toggle-centigrade {
  background-position: 0px -1986px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-toggle-fahrenheit {
  background-position: 0px -1535px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-31-s {
  background-position: 0px -1018px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 33px;
  height: 33px;
}
.weather-icon.wi-31-m {
  background-position: 0px -2478px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-31-l {
  background-position: 0px -4343px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 57px;
  height: 57px;
}
.weather-icon.wi-31-xl {
  background-position: 0px -4561px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 81px;
  height: 81px;
}
.weather-icon.wi-toggle-centigrade {
  background-position: 0px -1986px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-toggle-fahrenheit {
  background-position: 0px -1535px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-32-s {
  background-position: 0px -886px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 33px;
  height: 33px;
}
.weather-icon.wi-32-m {
  background-position: 0px -2150px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.wi-32-l {
  background-position: 0px -3830px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 57px;
  height: 57px;
}
.weather-icon.wi-32-xl {
  background-position: 0px -4885px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 81px;
  height: 81px;
}
.weather-icon.responsive.wi-toggle-centigrade {
  background-position: 0px -1986px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.responsive.wi-toggle-fahrenheit {
  background-position: 0px -1535px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.responsive.wi-0 {
  background-position: 0px -1576px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
@media  (min-width: 400px)    {
  .weather-icon.responsive.wi-0 {
    background-position: 0px -2576px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 57px;
    height: 57px;
  }
}
@media   (min-width: 600px)   {
  .weather-icon.responsive.wi-0 {
    background-position: 0px -6910px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 81px;
    height: 81px;
  }
}
.weather-icon.responsive.wi-toggle-centigrade {
  background-position: 0px -1986px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.responsive.wi-toggle-fahrenheit {
  background-position: 0px -1535px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.responsive.wi-1 {
  background-position: 0px -2355px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 40px;
  height: 41px;
}
@media  (min-width: 400px)    {
  .weather-icon.responsive.wi-1 {
    background-position: 0px -4172px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 57px;
    height: 57px;
  }
}
@media   (min-width: 600px)   {
  .weather-icon.responsive.wi-1 {
    background-position: 0px -6748px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 80px;
    height: 81px;
  }
}
.weather-icon.responsive.wi-toggle-centigrade {
  background-position: 0px -1986px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.responsive.wi-toggle-fahrenheit {
  background-position: 0px -1535px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.responsive.wi-2 {
  background-position: 0px -1084px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
@media  (min-width: 400px)    {
  .weather-icon.responsive.wi-2 {
    background-position: 0px -2690px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 57px;
    height: 57px;
  }
}
@media   (min-width: 600px)   {
  .weather-icon.responsive.wi-2 {
    background-position: 0px -5614px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 81px;
    height: 81px;
  }
}
.weather-icon.responsive.wi-toggle-centigrade {
  background-position: 0px -1986px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.responsive.wi-toggle-fahrenheit {
  background-position: 0px -1535px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.responsive.wi-3 {
  background-position: 0px -2273px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
@media  (min-width: 400px)    {
  .weather-icon.responsive.wi-3 {
    background-position: 0px -3887px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 57px;
    height: 57px;
  }
}
@media   (min-width: 600px)   {
  .weather-icon.responsive.wi-3 {
    background-position: 0px -5695px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 81px;
    height: 81px;
  }
}
.weather-icon.responsive.wi-toggle-centigrade {
  background-position: 0px -1986px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.responsive.wi-toggle-fahrenheit {
  background-position: 0px -1535px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.responsive.wi-4 {
  background-position: 0px -1822px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
@media  (min-width: 400px)    {
  .weather-icon.responsive.wi-4 {
    background-position: 0px -3146px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 57px;
    height: 57px;
  }
}
@media   (min-width: 600px)   {
  .weather-icon.responsive.wi-4 {
    background-position: 0px -5209px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 81px;
    height: 81px;
  }
}
.weather-icon.responsive.wi-toggle-centigrade {
  background-position: 0px -1986px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.responsive.wi-toggle-fahrenheit {
  background-position: 0px -1535px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.responsive.wi-5 {
  background-position: 0px -1371px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
@media  (min-width: 400px)    {
  .weather-icon.responsive.wi-5 {
    background-position: 0px -4001px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 57px;
    height: 57px;
  }
}
@media   (min-width: 600px)   {
  .weather-icon.responsive.wi-5 {
    background-position: 0px -5533px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 81px;
    height: 81px;
  }
}
.weather-icon.responsive.wi-toggle-centigrade {
  background-position: 0px -1986px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.responsive.wi-toggle-fahrenheit {
  background-position: 0px -1535px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.responsive.wi-6 {
  background-position: 0px -2437px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
@media  (min-width: 400px)    {
  .weather-icon.responsive.wi-6 {
    background-position: 0px -2918px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 57px;
    height: 57px;
  }
}
@media   (min-width: 600px)   {
  .weather-icon.responsive.wi-6 {
    background-position: 0px -5857px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 81px;
    height: 81px;
  }
}
.weather-icon.responsive.wi-toggle-centigrade {
  background-position: 0px -1986px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.responsive.wi-toggle-fahrenheit {
  background-position: 0px -1535px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.responsive.wi-7 {
  background-position: 0px -1781px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
@media  (min-width: 400px)    {
  .weather-icon.responsive.wi-7 {
    background-position: 0px -3545px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 57px;
    height: 57px;
  }
}
@media   (min-width: 600px)   {
  .weather-icon.responsive.wi-7 {
    background-position: 0px -6181px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 81px;
    height: 81px;
  }
}
.weather-icon.responsive.wi-toggle-centigrade {
  background-position: 0px -1986px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.responsive.wi-toggle-fahrenheit {
  background-position: 0px -1535px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.responsive.wi-8 {
  background-position: 0px -1125px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
@media  (min-width: 400px)    {
  .weather-icon.responsive.wi-8 {
    background-position: 0px -3773px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 57px;
    height: 57px;
  }
}
@media   (min-width: 600px)   {
  .weather-icon.responsive.wi-8 {
    background-position: 0px -6505px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 81px;
    height: 81px;
  }
}
.weather-icon.responsive.wi-toggle-centigrade {
  background-position: 0px -1986px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.responsive.wi-toggle-fahrenheit {
  background-position: 0px -1535px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.responsive.wi-9 {
  background-position: 0px -1248px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 40px;
  height: 41px;
}
@media  (min-width: 400px)    {
  .weather-icon.responsive.wi-9 {
    background-position: 0px -2804px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 57px;
    height: 57px;
  }
}
@media   (min-width: 600px)   {
  .weather-icon.responsive.wi-9 {
    background-position: 0px -6829px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 81px;
    height: 81px;
  }
}
.weather-icon.responsive.wi-toggle-centigrade {
  background-position: 0px -1986px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.responsive.wi-toggle-fahrenheit {
  background-position: 0px -1535px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.responsive.wi-10 {
  background-position: 0px -2109px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 40px;
  height: 41px;
}
@media  (min-width: 400px)    {
  .weather-icon.responsive.wi-10 {
    background-position: 0px -3317px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 57px;
    height: 57px;
  }
}
@media   (min-width: 600px)   {
  .weather-icon.responsive.wi-10 {
    background-position: 0px -6667px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 81px;
    height: 81px;
  }
}
.weather-icon.responsive.wi-toggle-centigrade {
  background-position: 0px -1986px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.responsive.wi-toggle-fahrenheit {
  background-position: 0px -1535px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.responsive.wi-11 {
  background-position: 0px -1453px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
@media  (min-width: 400px)    {
  .weather-icon.responsive.wi-11 {
    background-position: 0px -3488px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 57px;
    height: 57px;
  }
}
@media   (min-width: 600px)   {
  .weather-icon.responsive.wi-11 {
    background-position: 0px -6586px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 81px;
    height: 81px;
  }
}
.weather-icon.responsive.wi-toggle-centigrade {
  background-position: 0px -1986px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.responsive.wi-toggle-fahrenheit {
  background-position: 0px -1535px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.responsive.wi-12 {
  background-position: 0px -1699px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
@media  (min-width: 400px)    {
  .weather-icon.responsive.wi-12 {
    background-position: 0px -2861px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 57px;
    height: 57px;
  }
}
@media   (min-width: 600px)   {
  .weather-icon.responsive.wi-12 {
    background-position: 0px -6424px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 81px;
    height: 81px;
  }
}
.weather-icon.responsive.wi-toggle-centigrade {
  background-position: 0px -1986px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.responsive.wi-toggle-fahrenheit {
  background-position: 0px -1535px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.responsive.wi-13 {
  background-position: 0px -2232px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
@media  (min-width: 400px)    {
  .weather-icon.responsive.wi-13 {
    background-position: 0px -4286px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 57px;
    height: 57px;
  }
}
@media   (min-width: 600px)   {
  .weather-icon.responsive.wi-13 {
    background-position: 0px -6343px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 81px;
    height: 81px;
  }
}
.weather-icon.responsive.wi-toggle-centigrade {
  background-position: 0px -1986px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.responsive.wi-toggle-fahrenheit {
  background-position: 0px -1535px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.responsive.wi-14 {
  background-position: 0px -1207px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
@media  (min-width: 400px)    {
  .weather-icon.responsive.wi-14 {
    background-position: 0px -3089px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 57px;
    height: 57px;
  }
}
@media   (min-width: 600px)   {
  .weather-icon.responsive.wi-14 {
    background-position: 0px -6262px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 81px;
    height: 81px;
  }
}
.weather-icon.responsive.wi-toggle-centigrade {
  background-position: 0px -1986px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.responsive.wi-toggle-fahrenheit {
  background-position: 0px -1535px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.responsive.wi-15 {
  background-position: 0px -1330px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
@media  (min-width: 400px)    {
  .weather-icon.responsive.wi-15 {
    background-position: 0px -3944px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 57px;
    height: 57px;
  }
}
@media   (min-width: 600px)   {
  .weather-icon.responsive.wi-15 {
    background-position: 0px -4400px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 80px;
    height: 80px;
  }
}
.weather-icon.responsive.wi-toggle-centigrade {
  background-position: 0px -1986px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.responsive.wi-toggle-fahrenheit {
  background-position: 0px -1535px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.responsive.wi-16 {
  background-position: 0px -1658px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
@media  (min-width: 400px)    {
  .weather-icon.responsive.wi-16 {
    background-position: 0px -2633px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 57px;
    height: 57px;
  }
}
@media   (min-width: 600px)   {
  .weather-icon.responsive.wi-16 {
    background-position: 0px -6019px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 81px;
    height: 81px;
  }
}
.weather-icon.responsive.wi-toggle-centigrade {
  background-position: 0px -1986px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.responsive.wi-toggle-fahrenheit {
  background-position: 0px -1535px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.responsive.wi-17 {
  background-position: 0px -1904px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
@media  (min-width: 400px)    {
  .weather-icon.responsive.wi-17 {
    background-position: 0px -3260px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 57px;
    height: 57px;
  }
}
@media   (min-width: 600px)   {
  .weather-icon.responsive.wi-17 {
    background-position: 0px -5938px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 81px;
    height: 81px;
  }
}
.weather-icon.responsive.wi-toggle-centigrade {
  background-position: 0px -1986px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.responsive.wi-toggle-fahrenheit {
  background-position: 0px -1535px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.responsive.wi-18 {
  background-position: 0px -2027px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
@media  (min-width: 400px)    {
  .weather-icon.responsive.wi-18 {
    background-position: 0px -3602px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 57px;
    height: 57px;
  }
}
@media   (min-width: 600px)   {
  .weather-icon.responsive.wi-18 {
    background-position: 0px -5776px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 81px;
    height: 81px;
  }
}
.weather-icon.responsive.wi-toggle-centigrade {
  background-position: 0px -1986px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.responsive.wi-toggle-fahrenheit {
  background-position: 0px -1535px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.responsive.wi-19 {
  background-position: 0px -2314px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
@media  (min-width: 400px)    {
  .weather-icon.responsive.wi-19 {
    background-position: 0px -4229px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 57px;
    height: 57px;
  }
}
@media   (min-width: 600px)   {
  .weather-icon.responsive.wi-19 {
    background-position: 0px -4480px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 81px;
    height: 81px;
  }
}
.weather-icon.responsive.wi-toggle-centigrade {
  background-position: 0px -1986px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.responsive.wi-toggle-fahrenheit {
  background-position: 0px -1535px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.responsive.wi-20 {
  background-position: 0px -1166px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
@media  (min-width: 400px)    {
  .weather-icon.responsive.wi-20 {
    background-position: 0px -3032px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 57px;
    height: 57px;
  }
}
@media   (min-width: 600px)   {
  .weather-icon.responsive.wi-20 {
    background-position: 0px -5452px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 81px;
    height: 81px;
  }
}
.weather-icon.responsive.wi-toggle-centigrade {
  background-position: 0px -1986px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.responsive.wi-toggle-fahrenheit {
  background-position: 0px -1535px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.responsive.wi-21 {
  background-position: 0px -1289px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
@media  (min-width: 400px)    {
  .weather-icon.responsive.wi-21 {
    background-position: 0px -3374px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 57px;
    height: 57px;
  }
}
@media   (min-width: 600px)   {
  .weather-icon.responsive.wi-21 {
    background-position: 0px -5371px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 81px;
    height: 81px;
  }
}
.weather-icon.responsive.wi-toggle-centigrade {
  background-position: 0px -1986px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.responsive.wi-toggle-fahrenheit {
  background-position: 0px -1535px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.responsive.wi-22 {
  background-position: 0px -1412px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
@media  (min-width: 400px)    {
  .weather-icon.responsive.wi-22 {
    background-position: 0px -3716px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 57px;
    height: 57px;
  }
}
@media   (min-width: 600px)   {
  .weather-icon.responsive.wi-22 {
    background-position: 0px -5290px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 81px;
    height: 81px;
  }
}
.weather-icon.responsive.wi-toggle-centigrade {
  background-position: 0px -1986px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.responsive.wi-toggle-fahrenheit {
  background-position: 0px -1535px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.responsive.wi-23 {
  background-position: 0px -1494px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
@media  (min-width: 400px)    {
  .weather-icon.responsive.wi-23 {
    background-position: 0px -4058px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 57px;
    height: 57px;
  }
}
@media   (min-width: 600px)   {
  .weather-icon.responsive.wi-23 {
    background-position: 0px -6991px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 81px;
    height: 81px;
  }
}
.weather-icon.responsive.wi-toggle-centigrade {
  background-position: 0px -1986px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.responsive.wi-toggle-fahrenheit {
  background-position: 0px -1535px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.responsive.wi-24 {
  background-position: 0px -1617px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
@media  (min-width: 400px)    {
  .weather-icon.responsive.wi-24 {
    background-position: 0px -2519px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 57px;
    height: 57px;
  }
}
@media   (min-width: 600px)   {
  .weather-icon.responsive.wi-24 {
    background-position: 0px -5128px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 81px;
    height: 81px;
  }
}
.weather-icon.responsive.wi-toggle-centigrade {
  background-position: 0px -1986px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.responsive.wi-toggle-fahrenheit {
  background-position: 0px -1535px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.responsive.wi-25 {
  background-position: 0px -1740px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
@media  (min-width: 400px)    {
  .weather-icon.responsive.wi-25 {
    background-position: 0px -2747px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 57px;
    height: 57px;
  }
}
@media   (min-width: 600px)   {
  .weather-icon.responsive.wi-25 {
    background-position: 0px -5047px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 81px;
    height: 81px;
  }
}
.weather-icon.responsive.wi-toggle-centigrade {
  background-position: 0px -1986px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.responsive.wi-toggle-fahrenheit {
  background-position: 0px -1535px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.responsive.wi-26 {
  background-position: 0px -1863px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
@media  (min-width: 400px)    {
  .weather-icon.responsive.wi-26 {
    background-position: 0px -2975px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 57px;
    height: 57px;
  }
}
@media   (min-width: 600px)   {
  .weather-icon.responsive.wi-26 {
    background-position: 0px -4966px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 81px;
    height: 81px;
  }
}
.weather-icon.responsive.wi-toggle-centigrade {
  background-position: 0px -1986px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.responsive.wi-toggle-fahrenheit {
  background-position: 0px -1535px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.responsive.wi-27 {
  background-position: 0px -1945px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
@media  (min-width: 400px)    {
  .weather-icon.responsive.wi-27 {
    background-position: 0px -3203px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 57px;
    height: 57px;
  }
}
@media   (min-width: 600px)   {
  .weather-icon.responsive.wi-27 {
    background-position: 0px -4804px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 81px;
    height: 81px;
  }
}
.weather-icon.responsive.wi-toggle-centigrade {
  background-position: 0px -1986px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.responsive.wi-toggle-fahrenheit {
  background-position: 0px -1535px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.responsive.wi-28 {
  background-position: 0px -2068px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
@media  (min-width: 400px)    {
  .weather-icon.responsive.wi-28 {
    background-position: 0px -3431px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 57px;
    height: 57px;
  }
}
@media   (min-width: 600px)   {
  .weather-icon.responsive.wi-28 {
    background-position: 0px -4723px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 81px;
    height: 81px;
  }
}
.weather-icon.responsive.wi-toggle-centigrade {
  background-position: 0px -1986px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.responsive.wi-toggle-fahrenheit {
  background-position: 0px -1535px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.responsive.wi-29 {
  background-position: 0px -2191px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
@media  (min-width: 400px)    {
  .weather-icon.responsive.wi-29 {
    background-position: 0px -3659px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 57px;
    height: 57px;
  }
}
@media   (min-width: 600px)   {
  .weather-icon.responsive.wi-29 {
    background-position: 0px -4642px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 81px;
    height: 81px;
  }
}
.weather-icon.responsive.wi-toggle-centigrade {
  background-position: 0px -1986px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.responsive.wi-toggle-fahrenheit {
  background-position: 0px -1535px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.responsive.wi-30 {
  background-position: 0px -2396px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
@media  (min-width: 400px)    {
  .weather-icon.responsive.wi-30 {
    background-position: 0px -4115px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 57px;
    height: 57px;
  }
}
@media   (min-width: 600px)   {
  .weather-icon.responsive.wi-30 {
    background-position: 0px -6100px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 81px;
    height: 81px;
  }
}
.weather-icon.responsive.wi-toggle-centigrade {
  background-position: 0px -1986px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.responsive.wi-toggle-fahrenheit {
  background-position: 0px -1535px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.responsive.wi-31 {
  background-position: 0px -2478px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
@media  (min-width: 400px)    {
  .weather-icon.responsive.wi-31 {
    background-position: 0px -4343px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 57px;
    height: 57px;
  }
}
@media   (min-width: 600px)   {
  .weather-icon.responsive.wi-31 {
    background-position: 0px -4561px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 81px;
    height: 81px;
  }
}
.weather-icon.responsive.wi-toggle-centigrade {
  background-position: 0px -1986px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.responsive.wi-toggle-fahrenheit {
  background-position: 0px -1535px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
.weather-icon.responsive.wi-32 {
  background-position: 0px -2150px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
}
@media  (min-width: 400px)    {
  .weather-icon.responsive.wi-32 {
    background-position: 0px -3830px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 57px;
    height: 57px;
  }
}
@media   (min-width: 600px)   {
  .weather-icon.responsive.wi-32 {
    background-position: 0px -4885px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 81px;
    height: 81px;
  }
}
.ib-gallery {
  position: relative;
}
.ib-gallery .ib-gallery-wrapper {
  background-color: #f1f1ee;
}
.ib-gallery .slide-wrapper {
  position: relative;
}
.ib-gallery .slide-wrapper #selected-image-nav-prev,
.ib-gallery .slide-wrapper #selected-image-nav-next {
  display: none;
  z-index: 2;
  position: absolute;
  top: 50%;
  bottom: initial;
  margin-top: -19px;
  height: 3.8em;
  width: 3.8em;
  background-color: #000000;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.ib-gallery .slide-wrapper #selected-image-nav-prev .gelicon,
.ib-gallery .slide-wrapper #selected-image-nav-next .gelicon,
.ib-gallery .slide-wrapper #selected-image-nav-prev .sg-share-tools-control-toggle .sg-share-tools-control-toggle-icon,
.ib-gallery .slide-wrapper #selected-image-nav-next .sg-share-tools-control-toggle .sg-share-tools-control-toggle-icon {
  font-size: 1.9em;
  line-height: 2em;
  margin-top: 0em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
}
@media   (min-width: 600px)   {
  .ib-gallery .slide-wrapper #selected-image-nav-prev,
  .ib-gallery .slide-wrapper #selected-image-nav-next {
    position: absolute;
    top: 50%;
    bottom: initial;
    margin-top: -22px;
    height: 4.4em;
    width: 4.4em;
  }
  .ib-gallery .slide-wrapper #selected-image-nav-prev .gelicon,
  .ib-gallery .slide-wrapper #selected-image-nav-next .gelicon,
  .ib-gallery .slide-wrapper #selected-image-nav-prev .sg-share-tools-control-toggle .sg-share-tools-control-toggle-icon,
  .ib-gallery .slide-wrapper #selected-image-nav-next .sg-share-tools-control-toggle .sg-share-tools-control-toggle-icon {
    font-size: 2.2em;
    line-height: 2em;
    margin-top: 0em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
  }
}
.ib-gallery .slide-wrapper #selected-image-nav-prev:hover,
.ib-gallery .slide-wrapper #selected-image-nav-next:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.ib-gallery .slide-wrapper #selected-image-nav-prev:hover #selected-image-fullscreen,
.ib-gallery .slide-wrapper #selected-image-nav-next:hover #selected-image-fullscreen {
  background-color: white;
}
.ib-gallery .slide-wrapper #selected-image-nav-prev:hover #selected-image-fullscreen .gelicon,
.ib-gallery .slide-wrapper #selected-image-nav-next:hover #selected-image-fullscreen .gelicon,
.ib-gallery .slide-wrapper #selected-image-nav-prev:hover #selected-image-fullscreen .sg-share-tools-control-toggle .sg-share-tools-control-toggle-icon,
.ib-gallery .slide-wrapper #selected-image-nav-next:hover #selected-image-fullscreen .sg-share-tools-control-toggle .sg-share-tools-control-toggle-icon {
  color: #000000;
}
.ib-gallery .slide-wrapper #selected-image-nav-prev {
  position: absolute;
  left: 0;
  right: initial;
  margin-left: 0;
}
.ib-gallery .slide-wrapper #selected-image-nav-next {
  position: absolute;
  left: auto;
  right: 0;
  margin-left: 0;
}
.ib-gallery .selected-image-wrapper {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.ib-gallery .selected-image-wrapper img.selected-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  display: block;
  background-color: rgba(255, 255, 255, 0.01);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.ib-gallery .selected-image-wrapper img.selected-image.portrait {
  width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.ib-gallery .selected-image-wrapper .icon-wrapper {
  pointer-events: none;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.9);
  height: 3.2em;
  width: 3.2em;
}
.ib-gallery .selected-image-wrapper .icon-wrapper .gelicon,
.ib-gallery .selected-image-wrapper .icon-wrapper .sg-share-tools-control-toggle .sg-share-tools-control-toggle-icon {
  font-size: 1.6em;
  line-height: 2em;
  margin-top: 0em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
}
@media   (min-width: 600px)   {
  .ib-gallery .selected-image-wrapper .icon-wrapper {
    height: 4.4em;
    width: 4.4em;
  }
  .ib-gallery .selected-image-wrapper .icon-wrapper .gelicon,
  .ib-gallery .selected-image-wrapper .icon-wrapper .sg-share-tools-control-toggle .sg-share-tools-control-toggle-icon {
    font-size: 2.2em;
    line-height: 2em;
    margin-top: 0em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
  }
}
.ib-gallery .selected-image-wrapper #selected-image-fullscreen {
  top: 0;
  bottom: initial;
  margin-top: 0;
  position: absolute;
  left: auto;
  right: 0;
  margin-left: 0;
}
.ib-gallery .selected-image-wrapper:hover img.selected-image {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.ib-gallery .selected-image-wrapper:hover #selected-image-fullscreen {
  background-color: white;
}
.ib-gallery .selected-image-wrapper:hover #selected-image-fullscreen .gelicon,
.ib-gallery .selected-image-wrapper:hover #selected-image-fullscreen .sg-share-tools-control-toggle .sg-share-tools-control-toggle-icon {
  color: #000000;
}
.ib-gallery .ib-gallery-thumbnail-carousel {
  display: none;
  list-style-type: none;
}
.ib-gallery .ib-gallery-thumbnail-carousel .icon-wrapper {
  display: none;
}
.ib-gallery .no-js {
  display: block;
}
.ib-gallery .elastislide-wrapper {
  box-sizing: border-box;
  padding: 10px 35px;
  display: block;
  background-color: #d7d7d5;
  position: relative;
}
.ib-gallery .elastislide-wrapper .elastislide-carousel {
  overflow: hidden;
  position: relative;
}
.ib-gallery .elastislide-wrapper .elastislide-carousel ul {
  position: relative;
  display: block;
  list-style-type: none;
  white-space: nowrap;
  margin: 0px 0px;
}
.ib-gallery .elastislide-wrapper .elastislide-carousel ul li {
  height: 100%;
  max-height: 75px !important;
  display: inline-block !important;
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
  margin: 0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media   (min-width: 600px)   {
  .ib-gallery .elastislide-wrapper .elastislide-carousel ul li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.ib-gallery .elastislide-wrapper .elastislide-carousel ul li > a {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin-top: 1px;
  margin-bottom: 1px;
}
.ib-gallery .elastislide-wrapper .elastislide-carousel ul li img {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}
.ib-gallery .elastislide-wrapper .elastislide-carousel ul li.selected > a {
  border: 2px solid #ffffff;
  margin-top: 0px;
  margin-bottom: 0px;
}
.ib-gallery .elastislide-wrapper #elastislide-prev,
.ib-gallery .elastislide-wrapper #elastislide-next {
  z-index: 2;
  top: 0;
  bottom: 0;
  padding-left: 8px;
  padding-right: 8px;
  width: 13px;
  cursor: pointer;
  background-color: #808284;
}
.ib-gallery .elastislide-wrapper #elastislide-prev:hover,
.ib-gallery .elastislide-wrapper #elastislide-next:hover {
  background-color: #bbbdc0;
}
.ib-gallery .elastislide-wrapper #elastislide-prev.disabled,
.ib-gallery .elastislide-wrapper #elastislide-next.disabled {
  background-color: #808284;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  filter: alpha(opacity=20);
  opacity: 0.2;
  cursor: auto;
  pointer-events: none;
}
.ib-gallery .elastislide-wrapper #elastislide-prev div.gelicon,
.ib-gallery .elastislide-wrapper #elastislide-next div.gelicon,
.ib-gallery .elastislide-wrapper #elastislide-prev div.sg-share-tools-control-toggle .sg-share-tools-control-toggle-icon,
.ib-gallery .elastislide-wrapper #elastislide-next div.sg-share-tools-control-toggle .sg-share-tools-control-toggle-icon {
  position: absolute;
  top: 50%;
  margin-top: -16px;
}
.ib-gallery .elastislide-wrapper #elastislide-prev {
  position: absolute;
  left: 0;
  right: initial;
  margin-left: 0;
}
.ib-gallery .elastislide-wrapper #elastislide-next {
  position: absolute;
  left: auto;
  right: 0;
  margin-left: 0;
}
.ib-gallery .selected-image-caption-wrapper {
  display: none;
  padding: 10px 10px;
  min-height: 92px;
  box-sizing: border-box;
}
.ib-gallery .selected-image-caption-wrapper h2.selected-image-caption-title {
  font-family: 'curiousSans-Bold', Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  font-size: 2.4em;
  line-height: 0.625em;
  margin-top: 0.625em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
  letter-spacing: -0.2px;
  line-height: 1.0em;
  margin-top: 0;
}
.ib-gallery .selected-image-caption-wrapper p.selected-image-caption {
  font-size: 1.4em;
  line-height: 1.07142857em;
  margin-top: 1.07142857em;
  margin-bottom: 0;
  line-height: 1.0em;
  margin: 10px 0px 0px 0px;
  padding: 0px;
}
@media   (min-width: 600px)   {
  .ib-gallery .selected-image-caption-wrapper {
    padding: 20px 20px;
  }
  .ib-gallery .selected-image-caption-wrapper h2.selected-image-caption-title {
    font-family: 'curiousSans-Bold', Arial, sans-serif;
    font-weight: normal;
    letter-spacing: 0px;
    font-size: 2.8em;
    line-height: 0.53571429em;
    margin-top: 0.53571429em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
    letter-spacing: -0.2px;
    line-height: 1.0em;
    margin-top: 0;
  }
  .ib-gallery .selected-image-caption-wrapper p.selected-image-caption {
    font-size: 1.5em;
    line-height: 1em;
    margin-top: 1em;
    margin-bottom: 0;
    line-height: 1.0em;
  }
}
.ib-gallery .ad-slot-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  display: none;
}
.ib-gallery .ad-slot-overlay > p {
  text-align: center;
  margin: 0px 0px 0px 0px;
  color: white;
}
.ib-gallery .ad-slot-overlay .close-gallery {
  font-size: 2.4em;
  line-height: 1em;
  margin-top: 0em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
  letter-spacing: -0.2px;
  position: absolute;
  display: block;
  top: 0.5em;
  right: 0.5em;
}
.ib-gallery .ad-slot-overlay .close-gallery:hover {
  color: #808284;
}
@media  (min-width: 300px) and (max-width: 599px)  {
  .ib-gallery .ad-slot-overlay .close-gallery {
    font-size: 1.6em;
    line-height: 1em;
    margin-top: 0em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
  }
}
.ib-gallery .ad-slot-overlay .mpu-wrapper .bbccom_slot {
  background: rgba(0, 0, 0, 0);
}
.ib-gallery .ad-slot-overlay .mpu-wrapper .bbccom_slot .bbccom_text {
  width: 100%;
  float: left;
  text-align: center !important;
}
.headed-section-twitter-feed .section-title:after {
  content: "\e300";
  font-family: 'gelicons-social' !important;
  font-size: 0.9em;
  padding-left: 24px;
  color: #00bbf2;
}
.twitter-feed {
  margin-top: 1.2em;
}
@media only screen  {
  .twitter-feed {
    display: block;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media only screen  and   (min-width: 600px)   {
  .twitter-feed {
    margin-left: 8px;
    margin-right: 8px;
  }
}
.twitter-feed .twitter-feed-posts {
  margin: 8px;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 0;
}
.twitter-feed .twitter-feed-post {
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  padding-left: 8px;
  padding-right: 8px;
}
@media  (min-width: 1008px)   {
  .twitter-feed .twitter-feed-post {
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.twitter-feed .twitter-feed-post-entry p {
  color: #666666;
  font-size: 1.8em;
  line-height: 1.33333333em;
  margin-top: 0.66666667em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
}
.twitter-feed .twitter-feed-post-entry p a {
  color: #00bbf2;
}
.twitter-feed .twitter-feed-post-entry p a.twitter-hash {
  color: #666666;
}
.twitter-feed .twitter-feed-post-details p {
  color: #808080;
  font-size: 1.8em;
  line-height: 1.11111111em;
  margin-top: 1.11111111em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
}
.twitter-feed .twitter-feed-post-details p a {
  color: #808080;
}
.responsive-banner {
  position: relative;
}
.responsive-banner a {
  display: block;
}
.responsive-banner__image-wrapper--mobile {
  display: block;
}
.responsive-banner__image-wrapper--tablet,
.responsive-banner__image-wrapper--desktop {
  display: none;
}
@media   (min-width: 400px) and (max-width: 1007px)  {
  .responsive-banner__image-wrapper--tablet {
    display: block;
  }
  .responsive-banner__image-wrapper--mobile,
  .responsive-banner__image-wrapper--desktop {
    display: none;
  }
}
@media  (min-width: 1008px)   {
  .responsive-banner__image-wrapper--desktop {
    display: block;
    overflow: auto;
  }
  .responsive-banner__image-wrapper--mobile,
  .responsive-banner__image-wrapper--tablet {
    display: none;
  }
}
.responsive-banner__image--full {
  width: 100%;
}
.responsive-banner__image--left {
  float: left;
}
.responsive-banner__image--right {
  float: right;
}
.responsive-banner.horizontal-britain {
  background-color: #2384c6;
}
@media  (min-width: 1008px)   {
  .responsive-banner.horizontal-britain {
    padding-bottom: 5px;
  }
  .responsive-banner.horizontal-britain .responsive-banner__image-wrapper--desktop:after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0px;
    width: 100%;
    height: 5px;
    background: -webkit-linear-gradient(left, #2384c6 0%, #d33a47 100%);
    background: -moz-linear-gradient(left, #2384c6 0%, #d33a47 100%);
    background: -ms-linear-gradient(left, #2384c6 0%, #d33a47 100%);
    background: -o-linear-gradient(left, #2384c6 0%, #d33a47 100%);
    background: linear-gradient(left, #2384c6 0%, #d33a47 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2384c6', endColorstr='#ffd33a47', GradientType=1);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2384c6',endColorstr='#ffd33a47',GradientType=1);
  }
}
.promo-module-lining {
  position: relative;
  overflow: hidden;
}
.promo-module-image {
  position: absolute;
  top: 50%;
  left: 50%;
}
.promo-module-image img {
  height: 500px;
  width: 888px;
  max-width: none;
  margin-top: -250px;
  margin-left: -444px;
}
.promo-module-copy {
  position: relative;
  width: 100%;
  min-height: 120px;
  margin-bottom: 6.4em;
}
.promo-module-overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(LEFT, rgba(51, 51, 51, 0.9) 0%, rgba(51, 51, 51, 0.1) 100%);
  background: -moz-linear-gradient(LEFT, rgba(51, 51, 51, 0.9) 0%, rgba(51, 51, 51, 0.1) 100%);
  background: -ms-linear-gradient(LEFT, rgba(51, 51, 51, 0.9) 0%, rgba(51, 51, 51, 0.1) 100%);
  background: -o-linear-gradient(LEFT, rgba(51, 51, 51, 0.9) 0%, rgba(51, 51, 51, 0.1) 100%);
  background: linear-gradient(LEFT, rgba(51, 51, 51, 0.9) 0%, rgba(51, 51, 51, 0.1) 100%);
}
/*
         Sponsor slot
       */
.promo-module {
  background-color: #000000;
}
.promo-module #bbccom_sponsor_section_fake {
  display: block;
  position: absolute;
  bottom: 24px;
  z-index: 6;
  left: 50%;
}
.promo-module #bbccom_sponsor_section_fake #bbccom_sponsor_section {
  left: -50%;
}
.promo-module #bbccom_sponsor_section_fake .inline-image-wrapper {
  width: 88px;
  height: 31px;
  overflow: hidden;
}
/*
      Type styles
      */
.promo-module-title {
  color: #ffffff;
  font-family: 'curiousSans-Bold', Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  position: relative;
}
.promo-module-title:after {
  content: '';
  width: 90%;
  height: 1px;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 0;
  top: 0;
}
.promo-module-title:after {
  top: inherit;
  bottom: -12px;
}
.promo-module-summary {
  display: block;
  color: #ffffff;
  position: relative;
}
.promo-module-summary p {
  font-size: 1.4em;
  line-height: 1.28571429em;
  margin-top: 1.92857143em;
  margin-bottom: 0;
}
.promo-module-summary a {
  color: #ffffff;
  text-decoration: underline;
}
.promo-module-summary a:hover {
  text-decoration: none;
}
.promo-module-copy-lining {
  padding: 16px;
  /* Link box styles */
}
.promo-module-copy-lining .link-box {
  margin-top: 1.6em;
  background-color: #e5b865;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 16px;
}
.promo-module-copy-lining .link-box:hover {
  background-color: #dea439;
}
.promo-module-copy-lining .link-box .link-text {
  display: table-cell;
  font-size: 1.8em;
  line-height: 1em;
  margin-top: 0em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
  font-weight: normal;
}
.promo-module-copy-lining .pointer {
  display: table-cell;
  padding-left: 8px;
}
.promo-module-copy-lining .pointer:after {
  font-family: 'gelicons-core' !important;
  content: "\e005";
  font-size: 1.75em;
  font-weight: normal;
  color: #9e8351;
}
@media  (min-width: 400px)    {
  .promo-module-image img {
    height: 440px;
    width: 782px;
    margin-top: -220px;
    margin-left: -391px;
  }
}
@media   (min-width: 600px)   {
  /*
    Type styles
    */
  .promo-module-title {
    font-size: 3.6em;
    line-height: 1.22222222em;
    margin-top: 0em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
    letter-spacing: -0.2px;
  }
  .promo-module-summary {
    display: block;
  }
  .promo-module-copy-lining {
    padding: 36px;
  }
  .promo-module-image img {
    height: 454px;
    width: 808px;
    margin-top: -227px;
    margin-left: -404px;
  }
}
@media   (min-width: 768px)   {
  .promo-module-copy {
    width: 70%;
    margin-bottom: 0em;
  }
  .promo-module-summary p {
    font-size: 1.8em;
    line-height: 1.33333333em;
    margin-top: 2em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
  }
  .promo-module #bbccom_sponsor_section_fake {
    right: 36px;
    left: inherit;
    top: 36px;
  }
  .promo-module #bbccom_sponsor_section_fake #bbccom_sponsor_section {
    left: inherit;
  }
  .promo-module-copy-lining .link-box {
    display: inline-table;
  }
  .promo-module-image img {
    height: 530px;
    width: 942px;
    margin-top: -265px;
    margin-left: -471px;
  }
}
@media  (min-width: 1008px)   {
  .promo-module-copy {
    width: 60%;
  }
  .promo-module-image {
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
  }
  .promo-module-image img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-left: 0px;
  }
}
.search-results-status {
  display: block;
}
@media only screen  {
  .search-results-status {
    display: block;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media only screen  and   (min-width: 600px)   {
  .search-results-status {
    margin-left: 8px;
    margin-right: 8px;
  }
}
.search-results-status h3,
.search-results-status a,
.search-results-status b {
  color: #333333;
}
.search-results-status h3 {
  font-family: 'curiousSans-Bold', Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
}
.search-results-status h3.status {
  font-family: 'curiousSans-Bold', Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
}
.search-results-status h3.status span.branded {
  color: #000000;
}
.search-results-status .onward-journey-wrapper {
  margin-top: 2.3em;
  padding-top: 2.3em;
  border-top: 1px solid #dadada;
}
.search-results-status .onward-journey-wrapper h3 {
  margin-top: 0px;
  font-size: 3.2em;
}
.search-results-status .onward-journey-wrapper ul {
  margin-left: 0px;
  margin-right: 0px;
  font-size: 16px;
}
.search-results-status .onward-journey-wrapper ul li {
  margin-top: 5px;
  list-style-type: none;
}
.search-results-status .onward-journey-wrapper ul li a:hover {
  text-decoration: underline;
}
.selectivity-clearfix {
  clear: both;
}
.selectivity-input {
  display: inline-block;
  width: 100%;
}
.selectivity-input select {
  display: none;
}
.selectivity-placeholder {
  color: #333;
}
.selectivity-single-select,
.selectivity-multiple-input-container,
.selectivity-results-container {
  font-family: 'curiousSans-Bold', Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  color: #444;
}
input.selectivity-multiple-input::-webkit-input-placeholder {
  color: #333333;
}
input.selectivity-multiple-input:-moz-placeholder {
  /* FF 4-18 */
  color: #333333;
}
input.selectivity-multiple-input::-moz-placeholder {
  /* FF 19+ */
  color: #333333;
}
input.selectivity-multiple-input:-ms-input-placeholder {
  /* IE 10+ */
  color: #333333;
}
/**
 * Backdrop
 */
.selectivity-backdrop {
  background: transparent;
  position: fixed;
  z-index: 9998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/**
 * Dropdown
 */
.selectivity-dropdown {
  background: #fff;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.15), 0 10px 16px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 9999;
}
.selectivity-search-input-container {
  border-bottom: 1px solid #eee;
}
.selectivity-error,
.selectivity-loading,
.selectivity-search-input-container,
.selectivity-result-label {
  padding: 8px;
}
.selectivity-search-input {
  background: transparent;
  border: 0;
  outline: 0;
  width: 100%;
}
.selectivity-results-container {
  max-height: 28em;
  overflow: auto;
  position: relative;
}
.selectivity-load-more,
.selectivity-result-item {
  cursor: pointer;
  line-height: 1.5em;
  padding: 8px 16px;
}
.selectivity-result-children .selectivity-result-item {
  padding-left: 17px;
}
.selectivity-load-more.highlight,
.selectivity-result-item.highlight {
  background: #1a1a1a;
  color: #fff;
}
/**
 * Multi-selection input
 */
.selectivity-multiple-input-container {
  background: #fff;
  cursor: pointer;
  max-height: 10em;
  overflow: auto;
  padding: 5px 56px 5px 8px;
}
.selectivity-multiple-input,
input[type='text'].selectivity-multiple-input {
  background-color: transparent;
  border: none;
  float: left;
  max-width: 100%;
  outline: 0;
  padding: 0;
}
.selectivity-multiple-input:focus,
input[type='text'].selectivity-multiple-input:focus {
  background-color: transparent;
  box-shadow: none;
  outline: none;
}
.selectivity-multiple-input::-ms-clear {
  display: none;
}
.selectivity-multiple-input.selectivity-width-detector {
  position: absolute;
  top: -10000px;
  left: 0;
  white-space: pre;
}
.selectivity-multiple-selected-item {
  font-size: 0.7em;
  background: #1a1a1a;
  border-radius: 4px;
  color: #fff;
  cursor: default;
  float: left;
  padding: 1px 4px;
  margin: 3px 8px 0 0;
  padding-right: 8px;
  position: relative;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.selectivity-multiple-selected-item-remove {
  color: #fff;
  cursor: pointer;
  padding: 5px;
  font-size: 0.6em;
}
/**
 * Single-selection input
 */
.selectivity-single-select {
  background: #fff;
  cursor: pointer;
  padding: 5px 40px 5px 8px;
  position: relative;
  box-sizing: content-box;
}
.selectivity-single-select-input {
  opacity: 0;
}
.selectivity-single-result-container {
  position: absolute;
  top: 8px;
  right: 15px;
  left: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.selectivity-caret {
  position: absolute;
  right: 5px;
  top: 0.7em;
}
.selectivity-input {
  position: relative;
}
.selectivity-input:before {
  z-index: 1;
  background-color: #c9c9cb;
  color: #ffffff;
  font-size: 1.14285714em;
  line-height: 1em;
  margin-top: 0em;
  margin-bottom: 0;
  padding: 1.25em;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
label,
select,
input {
  font-family: 'curiousSans-Bold', Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
}
label,
select {
  font-size: 2.2em;
  line-height: 2.90909091em;
  margin-top: 0em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
  display: inline-block;
}
label {
  float: left;
  padding-right: 20px;
}
select {
  background: #fff;
  border: 0;
  border-radius: 0;
}
.form-control-element {
  display: inline-block;
}
input[type="submit"] {
  font-size: 2.4em;
  line-height: 2.66666667em;
  margin-top: 0em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
  letter-spacing: -0.2px;
  padding: 0em 1.5em;
  border: none;
  color: #fff;
  background-color: #999999;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
input[type="submit"]:hover {
  background-color: #808080;
}
.options-list {
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 0.8em;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  overflow: hidden;
}
@media   (min-width: 600px)   {
  .options-list {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media   (min-width: 600px)   {
  .options-list {
    padding-bottom: 1.6em;
  }
}
.options-list .link-box-list-item {
  width: 100%;
  margin: 0;
}
.options-list .link-box {
  margin-top: 0;
}
.options-list.closed {
  padding-bottom: 0;
  height: 0;
}
.news-feed-module .headed-section-news-feed {
  margin-top: 0px;
}
.news-feed-module .headed-section-lining {
  border: 1px solid #ccc;
  padding: 10px;
}
.news-feed-module .headed-section-lining .section-header {
  margin-left: 0px;
  margin-right: 0px;
}
.news-feed-module .headed-section-lining .section-header .section-title-wrapper {
  overflow: hidden;
}
.news-feed-module .feed-promo-image {
  display: inline-block;
  float: left;
  width: 70px;
  height: 35px;
  background-color: #999999;
}
.news-feed-module .feed-promo-image img {
  width: 70px;
  height: 35px;
}
.news-feed-module .section-title {
  line-height: 35px;
  display: inline-block;
  float: left;
  padding-left: 10px;
}
.news-feed-module .article-list {
  display: block;
  width: 100%;
}
.news-feed-module .news-feed-item-wrapper {
  float: left;
  width: 100%;
}
@media  (min-width: 300px) and (max-width: 399px)  {
  .news-feed-module .section-title {
    font-size: 18px;
  }
}
@media  (min-width: 400px)    {
  .news-feed-module .news-feed-item-wrapper {
    width: 50%;
  }
  .news-feed-module .news-feed-item-wrapper:nth-child(odd) {
    clear: left;
  }
}
.news-feed-module .news-feed-item {
  margin-top: 0;
}
.news-feed-module .news-feed-item .news-feed-item-lining {
  overflow: hidden;
}
.news-feed-module .news-feed-item .news-feed-item-image {
  padding-top: 0;
  min-height: 10px;
}
@media only screen  {
  .news-feed-module .news-feed-item .news-feed-item-image {
    width: 41.66666667%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.news-feed-module .news-feed-item .news-feed-item-image .news-feed-item-lining {
  position: static;
}
@media only screen  {
  .news-feed-module .news-feed-item .news-feed-item-copy {
    width: 58.33333333%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.news-feed-module .news-feed-item .news-feed-item-copy .news-feed-item-copy-lining {
  padding-left: 10px;
  padding-right: 10px;
}
.news-feed-module .news-feed-item .news-feed-item-title {
  font-size: 1em;
  line-height: 1.2em;
  margin-top: 0em;
  margin-bottom: 0;
  font-weight: normal;
  color: #333333;
}
.news-feed-module .news-feed-item .news-feed-item-copy .news-feed-item-lining:after {
  display: none;
}
.sg-spinner-svg {
  height: 32px;
  width: 32px;
  animation: sg-spinner-rotate 0.8s infinite linear;
  display: inline-block;
}
.sg-spinner-svg-circle {
  stroke: #fff;
  fill: none;
  stroke-dasharray: 140% 70%;
}
@keyframes sg-spinner-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.sg-start-overlay {
  position: absolute;
  background: #333333;
  color: #eeeeee;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.no-js .sg-start-overlay {
  z-index: -1;
}
.sg-start-overlay-loader {
  margin-top: 200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  position: absolute;
  display: inline-block;
  text-align: center;
}
.sg-start-overlay-loader-text {
  white-space: nowrap;
  color: inherit;
  font-family: 'curiousSans-Bold', Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  font-size: 2.2em;
  line-height: 1.36363636em;
  margin-top: 1.36363636em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
  line-height: 1;
  margin-top: 25px;
  display: block;
}
.sg-transition-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  display: none;
  z-index: 2;
}
.sg-transition-overlay:before {
  background: #111111;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  filter: alpha(opacity=70);
  opacity: 0.7;
  position: absolute;
  left: 0;
  top: 0;
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
}
.sg-transition-overlay-loader {
  display: inline-block;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%);
}
.no-js .sg-transition-overlay {
  display: none;
}
.sg-splash {
  position: relative;
  text-align: center;
  color: #ffffff;
}
.sg-splash-inner {
  display: table;
  height: 100%;
  position: relative;
  width: 100%;
}
.sg-splash-content-inner {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}
.sg-splash-footer {
  width: 100%;
  display: table;
  height: 1px;
  overflow: hidden;
  text-align: left;
}
.sg-splash-primary {
  margin-top: 6em;
  margin-bottom: 1.6em;
}
.sg-splash-secondary {
  display: none;
}
@media   (min-width: 768px) and (max-width: 1007px)  {
  .sg-splash-wrapper {
    padding: 0 4px;
  }
}
@media   (min-width: 768px)   {
  .sg-splash {
    text-align: left;
  }
  .sg-splash-wrapper {
    display: table;
    width: 100%;
  }
  .sg-splash-primary,
  .sg-splash-secondary {
    display: table-cell;
    vertical-align: top;
    padding-top: 8em;
    margin-bottom: 0;
  }
  .sg-splash-primary {
    width: 100%;
    padding-bottom: 6em;
  }
}
@media   (min-width: 768px)   and only screen  {
  .sg-splash-column-lining {
    display: block;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media   (min-width: 768px)   and only screen  and   (min-width: 600px)   {
  .sg-splash-column-lining {
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media  (min-width: 1008px)   {
  .sg-splash {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .sg-splash-wrapper {
    padding: 0 4px;
  }
  .sg-splash-content {
    display: table;
    height: 100%;
    width: 100%;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -ms-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
  }
  .sg-splash-content.is-invisible {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
  }
  .sg-splash-primary {
    padding: 0;
    padding-top: 12em;
  }
  .sg-splash-secondary {
    display: block;
    padding-top: 10em;
    margin-bottom: 5em;
  }
  .sg-splash-footer {
    display: table-row;
  }
  .no-js .sg-splash {
    position: relative;
  }
}
.sg-splash-secondary-content {
  margin-bottom: 5em;
}
.sg-splash-start {
  background-color: #000000;
  border: none;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  display: inline-block;
  padding: 0 21px 0 25px;
  margin-bottom: 12em;
  color: inherit;
  display: none;
}
.sg-splash-start:hover {
  background-color: #1a1a1a;
}
.sg-splash-start-label {
  display: inline-block;
  font-family: 'curiousSans-Bold', Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  font-size: 2.2em;
  line-height: 1.54545455em;
  margin-top: 0em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
  margin: 17px 23px 16px 0;
}
.sg-splash-start-icon.gelicon,
.sg-splash-start-icon.sg-share-tools-control-toggle .sg-share-tools-control-toggle-icon {
  position: relative;
  font-size: 2.3em;
  top: .15em;
  display: inline-block;
}
@media  (min-width: 1008px)   {
  .sg-splash-start {
    display: inline-block;
  }
}
.no-js .sg-splash-start {
  display: none;
}
.sg-splash-scroll {
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  margin-top: 3em;
}
.sg-splash-scroll-text {
  color: inherit;
  font-weight: bold;
  font-size: 1.4em;
  line-height: 1.71428571em;
  margin-top: 0em;
  margin-bottom: 0;
  display: block;
  margin-bottom: 0.2em;
}
.sg-splash-scroll-icon.gelicon,
.sg-splash-scroll-icon.sg-share-tools-control-toggle .sg-share-tools-control-toggle-icon {
  position: relative;
  font-size: 1.8em;
  display: inline-block;
}
@media   (min-width: 768px)   {
  .sg-splash-scroll {
    margin-top: 0;
  }
  .sg-splash-scroll-icon.gelicon,
  .sg-splash-scroll-icon.sg-share-tools-control-toggle .sg-share-tools-control-toggle-icon {
    display: none;
  }
}
@media  (min-width: 1008px)   {
  .sg-splash-scroll {
    display: none;
  }
}
.sg-splash-attribution {
  margin: 0 auto;
  margin-bottom: 3.2em;
  color: inherit;
}
.sg-splash-author,
.sg-splash-date {
  display: block;
}
.sg-splash-author {
  font-weight: bold;
  font-size: 1.6em;
  line-height: 1.5em;
  margin-top: 0em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
  margin-bottom: 3px;
}
.sg-splash-date {
  font-size: 1.4em;
  line-height: 1.5em;
  margin-top: 0em;
  margin-bottom: 0;
}
@media   (min-width: 768px)   {
  .sg-splash-attribution {
    margin-bottom: 2.6em;
  }
  .sg-splash-author,
  .sg-splash-date {
    font-size: 1.8em;
    line-height: 1.88888889em;
    margin-top: 0em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
  }
}
@media  (min-width: 1008px)   {
  .sg-splash-author,
  .sg-splash-date {
    display: inline-block;
  }
  .sg-splash-author {
    margin-right: 37px;
  }
}
.sg-splash-background {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  background-color: #333333;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}
.sg-splash-background:before {
  background: #000000;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
  opacity: 0.4;
  position: absolute;
  left: 0;
  top: 0;
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
}
.sg-splash-title {
  font-family: 'curiousSans-Bold', Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  color: inherit;
  font-size: 3.2em;
  line-height: 1.25em;
  margin-top: 0em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
  letter-spacing: -0.2px;
  margin: 0 auto 18px;
  max-width: 480px;
}
@media   (min-width: 768px)   {
  .sg-splash-title {
    font-size: 4.2em;
    line-height: 1.14285714em;
    margin-top: 0em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
    letter-spacing: -0.2px;
    max-width: 600px;
    margin: 0 0 20px;
  }
}
@media  (min-width: 1008px)   {
  .sg-splash-title {
    font-size: 5em;
    line-height: 1.28em;
    margin-top: 0em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
    letter-spacing: -0.2px;
    margin-bottom: 10px;
  }
}
@media  (min-width: 1280px)   {
  .sg-splash-title {
    max-width: 760px;
  }
}
.sg-splash-intro {
  font-family: 'curiousSans-Bold', Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  position: relative;
  font-size: 1.7em;
  line-height: 1.41176471em;
  margin-top: 0em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
  margin: 0 auto 30px;
  max-width: 600px;
  color: inherit;
  padding: 0;
  padding-top: 32px;
}
.sg-splash-intro:before {
  content: '';
  width: 50px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
}
.sg-splash-intro:before {
  left: 50%;
  transform: translateX(-50%);
  margin-left: auto;
  margin-right: auto;
}
@media   (min-width: 768px)   {
  .sg-splash-intro {
    font-size: 2.2em;
    line-height: 1.27272727em;
    margin-top: 0em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
    margin: 0 0 30px;
  }
  .sg-splash-intro:before {
    content: '';
    width: 50px;
    height: 2px;
    background: #000000;
    position: absolute;
    left: 0;
    top: 0;
  }
  .sg-splash-intro:before {
    left: 0;
    transform: none;
    margin-left: 0;
    margin-right: 0;
  }
}
@media  (min-width: 1008px)   {
  .sg-splash-intro {
    font-size: 2.2em;
    line-height: 1.36363636em;
    margin-top: 0em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
    margin: 0 0 38px;
  }
  .sg-splash-intro:before {
    content: '';
    width: 50px;
    height: 4px;
    background: #000000;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media  (min-width: 1280px)   {
  .sg-splash-intro {
    max-width: 760px;
  }
  .sg-splash-intro:before {
    content: '';
    width: 60px;
    height: 4px;
    background: #000000;
    position: absolute;
    left: 0;
    top: 0;
  }
}
.sg-slide-content,
.sg-slide-content-wrap {
  position: relative;
}
.sg-slides-item {
  background: #ffffff;
  overflow: hidden;
}
.sg-slides-item.is-first-content-slide {
  padding-top: 20px;
}
@media  (min-width: 1008px)   {
  .sg-slides,
  .sg-slides-item {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
  }
  .sg-slides-item.is-first-content-slide {
    padding-top: 0;
  }
}
/*
        1.

        Removes flash of all slides showing before they are hidden with JS on desktop.

        Non-critical functionality - purely for initial page load.
        Orb changes will not break it - the only downside is flash of all slides on page load.
        Cannot use no-js CSS class on body tag because it is removed after page loads, so flash of slides problem not solved.
    */
.orb-js [data-sg-slide]:not(.is-current) {
  display: none;
  /* [1] */
}
.sg-slide {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}
.sg-slide .gelicon,
.sg-slide blockquote,
.sg-slide p,
.sg-slide .sg-share-tools-control-toggle .sg-share-tools-control-toggle-icon {
  color: inherit;
}
.sg-slide-white {
  color: #ffffff;
  background: #333333;
}
.sg-slide-black {
  color: #333333;
  background: #eaeaea;
}
.sg-slide-inner {
  padding-left: 8px;
  padding-right: 8px;
}
.sg-slide-inner-lining {
  padding-left: 8px;
  padding-right: 8px;
}
@media   (max-width: 1007px)  {
  .sg-slide {
    display: block;
    padding-bottom: 20px;
  }
  .sg-slide-inner {
    padding-top: 1.6em;
    padding-bottom: 1.6em;
  }
  .sg-slide-white,
  .sg-slide-black {
    color: #333333;
    background: transparent;
  }
}
@media   (min-width: 768px) and (max-width: 1007px)  {
  .sg-slide-inner {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 3.2em;
    padding-bottom: 3.2em;
  }
  .sg-slide-inner-lining {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media  (min-width: 1008px)   {
  .sg-slide {
    overflow: hidden;
  }
  .sg-slide-inner {
    padding: 75px 85px 105px;
  }
  .sg-slide-inner-lining {
    margin: 0;
  }
  .sg-slide-content-wrap {
    display: table-cell;
  }
}
.no-js .sg-slides,
.no-js .sg-slides-item {
  position: relative;
}
.no-js .sg-slides-item {
  float: left;
}
.no-js .sg-slide {
  display: block;
  float: left;
  margin-bottom: 8em;
}
@media  (min-width: 1008px)   {
  .no-js .sg-slides-item {
    background: transparent;
  }
  .no-js .sg-slide-content-wrap {
    display: block;
    float: left;
    width: 50%;
  }
  .no-js .sg-slide-content {
    display: block;
    width: 100%;
  }
}
.sg-slide-overlay-content {
  max-width: 600px;
}
.sg-slide-overlay-content p {
  font-family: 'curiousSans-Bold', Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  font-size: 2em;
  line-height: 1.4em;
  margin-top: 1.4em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
}
.sg-slide-overlay-content p:first-child {
  margin-top: 0;
}
@media   (min-width: 768px) and (max-width: 1007px)  {
  .sg-slide-overlay-top-right .sg-slide-content-wrap,
  .sg-slide-overlay-bottom-right .sg-slide-content-wrap,
  .sg-slide-overlay-top-left .sg-slide-content-wrap,
  .sg-slide-overlay-bottom-left .sg-slide-content-wrap {
    display: block;
  }
  .sg-slide-overlay-content {
    max-width: 650px;
  }
  .sg-slide-overlay-content p {
    font-size: 3.2em;
    line-height: 1.375em;
    margin-top: 1.375em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
    letter-spacing: -0.2px;
  }
  .sg-slide-overlay-content p:first-child {
    margin-top: 0;
  }
}
@media   (max-width: 1007px)  {
  .sg-slide-overlay-top-right .sg-slide-content-wrap,
  .sg-slide-overlay-bottom-right .sg-slide-content-wrap,
  .sg-slide-overlay-top-left .sg-slide-content-wrap,
  .sg-slide-overlay-bottom-left .sg-slide-content-wrap {
    background: #f9f9f9;
  }
}
@media  (min-width: 1008px)   {
  .sg-slide-overlay-content-wrap {
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -ms-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
  }
  .sg-slide-overlay-content-wrap.is-invisible {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
  }
  .sg-slide-overlay-top-right.sg-slide-white .sg-slide-background-image:after,
  .sg-slide-overlay-bottom-right.sg-slide-white .sg-slide-background-image:after,
  .sg-slide-overlay-top-left.sg-slide-white .sg-slide-background-image:after,
  .sg-slide-overlay-bottom-left.sg-slide-white .sg-slide-background-image:after {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40);
    opacity: 0.4;
    position: absolute;
    left: 0;
    top: 0;
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
  }
  .sg-slide-overlay-top-right.sg-slide-white .sg-slide-background-image:after,
  .sg-slide-overlay-bottom-right.sg-slide-white .sg-slide-background-image:after {
    background: -webkit-linear-gradient(left, rgba(17, 17, 17, 0) 50%, #111111 100%);
    background: -moz-linear-gradient(left, rgba(17, 17, 17, 0) 50%, #111111 100%);
    background: -ms-linear-gradient(left, rgba(17, 17, 17, 0) 50%, #111111 100%);
    background: -o-linear-gradient(left, rgba(17, 17, 17, 0) 50%, #111111 100%);
    background: linear-gradient(left, rgba(17, 17, 17, 0) 50%, #111111 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00111111', endColorstr='#ff111111', GradientType=1);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00111111',endColorstr='#ff111111',GradientType=1);
  }
  .sg-slide-overlay-top-left.sg-slide-white .sg-slide-background-image:after,
  .sg-slide-overlay-bottom-left.sg-slide-white .sg-slide-background-image:after {
    background: -webkit-linear-gradient(right, rgba(17, 17, 17, 0) 50%, #111111 100%);
    background: -moz-linear-gradient(right, rgba(17, 17, 17, 0) 50%, #111111 100%);
    background: -ms-linear-gradient(right, rgba(17, 17, 17, 0) 50%, #111111 100%);
    background: -o-linear-gradient(right, rgba(17, 17, 17, 0) 50%, #111111 100%);
    background: linear-gradient(right, rgba(17, 17, 17, 0) 50%, #111111 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff111111', endColorstr='#00111111', GradientType=1);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff111111',endColorstr='#00111111',GradientType=1);
  }
  .sg-slide-overlay-top-right .sg-slide-content,
  .sg-slide-overlay-bottom-right .sg-slide-content {
    text-align: right;
  }
  .sg-slide-overlay-top-left .sg-slide-content,
  .sg-slide-overlay-bottom-left .sg-slide-content {
    text-align: left;
  }
  .sg-slide-overlay-bottom-left .sg-slide-content-wrap,
  .sg-slide-overlay-bottom-right .sg-slide-content-wrap {
    vertical-align: bottom;
  }
  .sg-slide-overlay-top-left .sg-slide-content-wrap,
  .sg-slide-overlay-top-right .sg-slide-content-wrap {
    vertical-align: top;
  }
  .sg-slide-overlay-top-left .sg-slide-overlay-content,
  .sg-slide-overlay-bottom-left .sg-slide-overlay-content {
    float: left;
  }
  .sg-slide-overlay-top-right .sg-slide-overlay-content,
  .sg-slide-overlay-bottom-right .sg-slide-overlay-content {
    float: right;
  }
  .sg-slide-overlay-content {
    max-width: 440px;
    padding: 75px 75px 105px;
  }
  .sg-slide-overlay-content p {
    font-size: 3.2em;
    line-height: 1.3125em;
    margin-top: 1.3125em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
    letter-spacing: -0.2px;
  }
  .sg-slide-overlay-content p:first-child {
    margin-top: 0;
  }
  .is-sg-info-animation-allowed .sg-slide-overlay-content-holder {
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -ms-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
  }
  .is-sg-info-closed .sg-slide-overlay-content-holder {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
  }
}
@media  (min-width: 1200px)   {
  .sg-slide-overlay-content-wrap .sg-slide-content {
    padding: 0;
    margin-right: 4px;
    margin-left: 4px;
    *zoom: 1;
    margin: 0 auto;
  }
  .sg-slide-overlay-content-wrap .sg-slide-content:before,
  .sg-slide-overlay-content-wrap .sg-slide-content:after {
    content: "";
    display: table;
  }
  .sg-slide-overlay-content-wrap .sg-slide-content:after {
    clear: both;
  }
  .sg-slide-overlay-content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media  (min-width: 1200px)   and  (min-width: 400px)    {
  .sg-slide-overlay-content-wrap .sg-slide-content {
    margin-right: 12px;
    margin-left: 12px;
  }
}
@media  (min-width: 1200px)   and   (min-width: 600px)   {
  .sg-slide-overlay-content-wrap .sg-slide-content {
    margin-right: 8px;
    margin-left: 8px;
  }
}
@media  (min-width: 1200px)   and  (min-width: 1008px)   {
  .sg-slide-overlay-content-wrap .sg-slide-content {
    max-width: 992px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media  (min-width: 1200px)   and  (min-width: 400px)    {
  .sg-slide-overlay-content-wrap .sg-slide-content {
    margin-right: 12px;
    margin-left: 12px;
  }
}
@media  (min-width: 1200px)   and   (min-width: 600px)   {
  .sg-slide-overlay-content-wrap .sg-slide-content {
    margin-right: 8px;
    margin-left: 8px;
  }
}
@media  (min-width: 1200px)   and  (min-width: 1008px)   {
  .sg-slide-overlay-content-wrap .sg-slide-content {
    max-width: 992px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media  (min-width: 1200px)   and  (min-width: 1280px)   {
  .sg-slide-overlay-content-wrap .sg-slide-content {
    max-width: 1264px;
  }
}
@media  (min-width: 1280px)   {
  .sg-slide-overlay-content-wrap .sg-slide-content {
    max-width: 100%;
    padding: 0;
  }
  .sg-slide-overlay-content {
    padding: 75px 75px 105px;
  }
}
@media  (min-width: 1400px)   {
  .sg-slide-overlay-content-wrap .sg-slide-content {
    padding: 0;
    margin-right: 4px;
    margin-left: 4px;
    *zoom: 1;
  }
  .sg-slide-overlay-content-wrap .sg-slide-content:before,
  .sg-slide-overlay-content-wrap .sg-slide-content:after {
    content: "";
    display: table;
  }
  .sg-slide-overlay-content-wrap .sg-slide-content:after {
    clear: both;
  }
  .sg-slide-overlay-content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media  (min-width: 1400px)   and  (min-width: 400px)    {
  .sg-slide-overlay-content-wrap .sg-slide-content {
    margin-right: 12px;
    margin-left: 12px;
  }
}
@media  (min-width: 1400px)   and   (min-width: 600px)   {
  .sg-slide-overlay-content-wrap .sg-slide-content {
    margin-right: 8px;
    margin-left: 8px;
  }
}
@media  (min-width: 1400px)   and  (min-width: 1008px)   {
  .sg-slide-overlay-content-wrap .sg-slide-content {
    max-width: 992px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media  (min-width: 1400px)   and  (min-width: 400px)    {
  .sg-slide-overlay-content-wrap .sg-slide-content {
    margin-right: 12px;
    margin-left: 12px;
  }
}
@media  (min-width: 1400px)   and   (min-width: 600px)   {
  .sg-slide-overlay-content-wrap .sg-slide-content {
    margin-right: 8px;
    margin-left: 8px;
  }
}
@media  (min-width: 1400px)   and  (min-width: 1008px)   {
  .sg-slide-overlay-content-wrap .sg-slide-content {
    max-width: 992px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media  (min-width: 1400px)   and  (min-width: 1280px)   {
  .sg-slide-overlay-content-wrap .sg-slide-content {
    max-width: 1264px;
  }
}
.sg-slide-overlay-content blockquote {
  margin: 0;
}
.sg-slide-overlay-content blockquote:before {
  font-size: 28px;
  line-height: 1;
}
.sg-slide-overlay-content blockquote p,
.sg-slide-overlay-content blockquote span {
  font-size: 2.2em;
  line-height: 1.36363636em;
  margin-top: 1.36363636em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
  margin: 0;
  padding: 0;
  font-family: Georgia, serif;
  font-style: italic;
}
.sg-slide-overlay-content blockquote p,
.sg-slide-overlay-content blockquote p:first-child {
  margin-top: 0.6em;
}
@media   (min-width: 768px)   {
  .sg-slide-overlay-content blockquote:before {
    font-size: 50px;
  }
  .sg-slide-overlay-content blockquote p,
  .sg-slide-overlay-content blockquote span {
    font-size: 3.2em;
    line-height: 1.375em;
    margin-top: 1.375em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
    letter-spacing: -0.2px;
    margin: 0;
    padding: 0;
  }
  .sg-slide-overlay-content blockquote p,
  .sg-slide-overlay-content blockquote p:first-child {
    margin-top: 0.8em;
  }
}
@media  (min-width: 1008px)   {
  .sg-slide-overlay-content blockquote:before {
    font-size: 40px;
  }
  .sg-slide-overlay-content blockquote p,
  .sg-slide-overlay-content blockquote span {
    font-size: 3.6em;
    line-height: 1.33333333em;
    margin-top: 1.33333333em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
    letter-spacing: -0.2px;
    margin: 0;
    padding: 0;
  }
  .sg-slide-overlay-content blockquote p,
  .sg-slide-overlay-content blockquote p:first-child {
    margin-top: 0.4em;
  }
}
.sg-slide-inline-image-wrapper {
  background: #eaeaea;
}
.sg-slide-inline-image--portrait .sg-slide-inline-image-responsive-box {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.sg-slide-inline-image {
  display: none;
}
.sg-slide-inline-image .caption-wrapper {
  display: none;
}
.sg-slide-inline-image img {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
}
.sg-slide-inline-image img.is-lazy-loaded {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
}
@media   (max-width: 1007px)  {
  .sg-slide-inline-image {
    display: block;
  }
}
@media   (max-width: 599px)  {
  .sg-slide-inline-image {
    display: block;
  }
  .sg-slide-inline-image .caption-text {
    font-size: 1.4em;
    line-height: 1.42857143em;
    margin-top: 1.42857143em;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media  (min-width: 1008px)   {
  .no-js .sg-slide-inline-image {
    display: block;
    float: left;
    width: 50%;
  }
}
.sg-slide-video {
  width: 100%;
}
.sg-slide-video-wrapper {
  width: 100%;
}
.sg-slide-video-caption {
  background: #f9f9f9;
  display: block;
  padding-top: 1.6em;
  padding-bottom: 1.6em;
  padding-left: 8px;
  padding-right: 8px;
}
.sg-slide-video-caption-lining {
  padding-left: 8px;
  padding-right: 8px;
}
.sg-slide-video-caption .caption-title {
  font-family: 'curiousSans-Bold', Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  font-size: 2em;
  line-height: 1.4em;
  margin-top: 0em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
}
.sg-slide-video-caption p {
  font-size: 1.4em;
  line-height: 1.42857143em;
  margin-top: 0em;
  margin-bottom: 0;
  margin-top: 0.85714286em;
  word-wrap: break-word;
}
@media   (min-width: 768px)   {
  .sg-slide-video-caption {
    padding-top: 3.2em;
    padding-bottom: 3.2em;
    padding-left: 16px;
    padding-right: 16px;
  }
  .sg-slide-video-caption-lining {
    padding-left: 16px;
    padding-right: 16px;
  }
  .sg-slide-video-caption .caption-title {
    font-size: 3.6em;
    line-height: 1.16666667em;
    margin-top: 0em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
    letter-spacing: -0.2px;
  }
  .sg-slide-video-caption p {
    font-size: 2em;
    line-height: 1.4em;
    margin-top: 0em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
    margin-top: 1em;
  }
}
@media  (min-width: 1008px)   {
  .sg-slide-video {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    max-width: 782px;
    margin-left: auto;
    margin-right: auto;
  }
  .sg-slide-video-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
  }
  .sg-slide-video-only.sg-slide-white .sg-slide-video-caption {
    background: #111111;
  }
  .sg-slide-video-only.sg-slide-black .sg-slide-video-caption {
    background: #f9f9f9;
  }
  .sg-slide-video-caption {
    padding-top: 1.6em;
    padding-bottom: 1.6em;
    padding-left: 8px;
    padding-right: 8px;
  }
  .sg-slide-video-caption-lining {
    padding-left: 8px;
    padding-right: 8px;
  }
  .sg-slide-video-caption .caption-title {
    font-size: 2.6em;
    line-height: 1.23076923em;
    margin-top: 0em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
    letter-spacing: -0.2px;
  }
  .sg-slide-video-caption p {
    font-size: 1.6em;
    line-height: 1.5em;
    margin-top: 0em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
    margin-top: 0.625em;
  }
}
@media  (min-width: 1200px)   {
  .sg-slide-video {
    max-width: 850px;
  }
}
@media  (min-width: 1280px)   {
  .sg-slide-video {
    max-width: 950px;
  }
}
@media  (min-width: 1400px)   {
  .sg-slide-video {
    max-width: 1000px;
  }
}
.sg-ambient-video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.sg-ambient-video.hidden {
  display: none;
}
@media   (max-width: 1007px)  {
  display: none;
}
.sg-slide-background-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.sg-slide-background {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.sg-slide-background-image {
  background-repeat: no-repeat;
  z-index: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.sg-slide-background-landscape .sg-slide-background-image {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
}
.sg-slide-background-portrait {
  max-width: 100%;
  overflow: hidden;
}
.sg-slide-background-portrait .sg-slide-background-image {
  background-size: contain;
  height: 100%;
  width: auto;
  max-width: 100%;
  background-position: center center;
}
@media   (max-width: 1007px)  {
  .sg-slide-background-wrapper {
    display: none;
  }
}
@media  (min-width: 1008px)   {
  .sg-slide-background-portrait {
    position: relative;
  }
  .sg-slide-text-left .sg-slide-background-portrait {
    left: 240px;
  }
  .is-sg-info-animation-allowed .sg-slide-text-left .sg-slide-background-portrait {
    -webkit-transition: left 0.4s;
    -moz-transition: left 0.4s;
    -ms-transition: left 0.4s;
    -o-transition: left 0.4s;
  }
  .is-sg-info-closed .sg-slide-text-left .sg-slide-background-portrait {
    left: 0;
  }
  .sg-slide-text-right .sg-slide-background-portrait {
    right: 240px;
  }
  .is-sg-info-animation-allowed .sg-slide-text-right .sg-slide-background-portrait {
    -webkit-transition: right 0.4s;
    -moz-transition: right 0.4s;
    -ms-transition: right 0.4s;
    -o-transition: right 0.4s;
  }
  .is-sg-info-closed .sg-slide-text-right .sg-slide-background-portrait {
    right: 0;
  }
}
.no-js .sg-slide-background-wrapper {
  display: none;
}
.sg-slide-sidebar-title {
  font-family: 'curiousSans-Bold', Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  font-size: 2.4em;
  line-height: 1.16666667em;
  margin-top: 0em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
  letter-spacing: -0.2px;
}
.sg-slide-sidebar-inner p,
.sg-slide-sidebar-inner ul,
.sg-slide-sidebar-inner ol {
  font-size: 1.4em;
  line-height: 1.42857143em;
  margin-top: 0em;
  margin-bottom: 0;
  margin-top: 0.85714286em;
  word-wrap: break-word;
}
.sg-slide-sidebar-inner ul,
.sg-slide-sidebar-inner ol {
  padding-left: 0;
  margin-left: 0;
}
.sg-slide-sidebar-inner li {
  list-style-type: none;
  position: relative;
  padding-left: 1.4em;
}
.sg-slide-sidebar-inner li:before {
  content: " ";
  position: absolute;
  left: 0;
}
.sg-slide-sidebar-inner ul li:before {
  margin-top: -2.5px;
  width: 5px;
  top: 10px;
  height: 5px;
  border-radius: 100%;
  background: #333333;
}
.sg-slide-sidebar-inner ol {
  counter-reset: li;
}
.sg-slide-sidebar-inner ol li:before {
  content: counter(li) ". ";
  counter-increment: li;
}
.sg-slide-sidebar-inner a {
  color: #000000;
}
.sg-slide-sidebar-inner a:hover {
  border-bottom: 1px solid #d5d5d5;
}
@media   (min-width: 768px) and (max-width: 1007px)  {
  .sg-slide-sidebar-content p,
  .sg-slide-sidebar-content ul,
  .sg-slide-sidebar-content ol {
    font-size: 2em;
    line-height: 1.4em;
    margin-top: 0em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
    margin-top: 1em;
  }
  .sg-slide-sidebar-content ul li:before {
    top: 14px;
  }
}
@media   (max-width: 1007px)  {
  .sg-slide-sidebar-inner {
    background: #f9f9f9;
  }
}
@media   (min-width: 768px)   {
  .sg-slide-sidebar-title {
    font-size: 3.6em;
    line-height: 1.16666667em;
    margin-top: 0em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
    letter-spacing: -0.2px;
  }
}
@media  (min-width: 1008px)   {
  .sg-slide-sidebar-title {
    position: relative;
    padding-bottom: 1em;
  }
  .sg-slide-sidebar-title:before {
    content: '';
    width: 50px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    top: auto;
    bottom: 0;
    left: auto;
    right: auto;
  }
}
@media   (max-width: 1007px)  {
  .sg-slide-sidebar-inner {
    max-width: none;
  }
}
@media  (min-width: 1008px)   {
  .sg-slide-sidebar-title {
    color: #ffffff;
    margin: 0;
  }
  .sg-slide-sidebar-content {
    display: block;
    width: 480px;
    background-color: #111111;
    background-color: rgba(17, 17, 17, 0.8);
    padding: 0;
    height: 100%;
    position: absolute;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -ms-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
  }
  .sg-slide-sidebar-content.is-invisible {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
  }
  .sg-slide-text-left .sg-slide-sidebar-content {
    left: 0;
  }
  .is-sg-info-closed .sg-slide-text-left .sg-slide-sidebar-content {
    left: -100%;
  }
  .is-sg-info-animation-allowed .sg-slide-text-left .sg-slide-sidebar-content {
    -webkit-transition: left 0.4s;
    -moz-transition: left 0.4s;
    -ms-transition: left 0.4s;
    -o-transition: left 0.4s;
  }
  .sg-slide-text-right .sg-slide-sidebar-content {
    right: 0;
  }
  .is-sg-info-closed .sg-slide-text-right .sg-slide-sidebar-content {
    right: -100%;
  }
  .is-sg-info-animation-allowed .sg-slide-text-right .sg-slide-sidebar-content {
    -webkit-transition: right 0.4s;
    -moz-transition: right 0.4s;
    -ms-transition: right 0.4s;
    -o-transition: right 0.4s;
  }
  .sg-slide-sidebar-content p,
  .sg-slide-sidebar-content ul,
  .sg-slide-sidebar-content ol {
    font-size: 1.6em;
    line-height: 1.5em;
    margin-top: 0em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
    margin-top: 1.75em;
  }
  .sg-slide-sidebar-content ul li:before {
    background: #ffffff;
    top: 12px;
  }
  .sg-slide-sidebar-content a {
    color: #ffffff;
  }
  .sg-slide-sidebar-content p,
  .sg-slide-sidebar-content li,
  .sg-slide-sidebar-content blockquote:before {
    color: #ffffff;
  }
  .sg-slide-sidebar-content blockquote {
    margin-top: 4em;
  }
  .sg-slide-text-right .sg-slide-sidebar-content {
    float: right;
  }
  .sg-slide-text-left .sg-slide-content-wrap,
  .sg-slide-text-right .sg-slide-content-wrap {
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
  }
  .sg-slide-sidebar-inner {
    display: block;
    position: absolute;
    padding: 0;
    margin: 40px 20px 40px 40px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    overflow-y: auto;
  }
  .sg-slide-sidebar-inner::-webkit-scrollbar {
    width: 6px;
    background: transparent;
    border-radius: 3px;
  }
  .sg-slide-sidebar-inner::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: transparent;
  }
  .sg-slide-sidebar-inner::-webkit-scrollbar-thumb {
    background: #707070;
    border-radius: 3px;
  }
  .sg-slide-sidebar-inner-lining {
    padding: 0;
    margin-right: 20px;
  }
}
.sg-slide-sidebar-inner blockquote {
  margin-top: 1.2em;
}
.sg-slide-sidebar-inner blockquote:before {
  font-size: 28px;
  line-height: 1;
}
.sg-slide-sidebar-inner blockquote p,
.sg-slide-sidebar-inner blockquote span {
  font-size: 2.2em;
  line-height: 1.36363636em;
  margin-top: 1.36363636em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
  margin: 0;
  padding: 0;
  font-family: Georgia, serif;
  font-style: italic;
}
.sg-slide-sidebar-inner blockquote p,
.sg-slide-sidebar-inner blockquote p:first-child {
  margin-top: 0.6em;
}
@media   (min-width: 768px)   {
  .sg-slide-sidebar-inner blockquote {
    margin-top: 2em;
  }
  .sg-slide-sidebar-inner blockquote:before {
    font-size: 50px;
  }
  .sg-slide-sidebar-inner blockquote p,
  .sg-slide-sidebar-inner blockquote span {
    font-size: 3.2em;
    line-height: 1.375em;
    margin-top: 1.375em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
    letter-spacing: -0.2px;
    margin: 0;
    padding: 0;
  }
  .sg-slide-sidebar-inner blockquote p,
  .sg-slide-sidebar-inner blockquote p:first-child {
    margin-top: 0.8em;
  }
}
@media  (min-width: 1008px)   {
  .sg-slide-sidebar-inner blockquote {
    margin-top: 2.8em;
  }
  .sg-slide-sidebar-inner blockquote:before {
    font-size: 32px;
  }
  .sg-slide-sidebar-inner blockquote p,
  .sg-slide-sidebar-inner blockquote span {
    font-size: 2.4em;
    line-height: 1.33333333em;
    margin-top: 1.33333333em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
    letter-spacing: -0.2px;
    margin: 0;
    padding: 0;
  }
  .sg-slide-sidebar-inner blockquote p,
  .sg-slide-sidebar-inner blockquote p:first-child {
    margin-top: 0.4em;
  }
}
.share--gallery .share-item {
  display: block;
  overflow: visible;
  margin-bottom: 0.8em;
}
.share--gallery a.share-button {
  display: block;
  overflow: visible;
  padding-right: 24px;
  text-indent: 0;
}
.share--gallery a.share-button .share-icon-wrapper--social {
  margin-left: 16px;
}
.share--gallery .share-item-text {
  font-size: 1.8em;
  line-height: 1.22222222em;
  margin-top: 0em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
  font-family: 'curiousSans-Bold', Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  vertical-align: middle;
}
.sg-share-tools {
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 1000;
}
.sg-share-tools.is-ready {
  display: block;
}
.sg-share-tools-content {
  background-color: #3a3a3a;
  background-color: rgba(58, 58, 58, 0.97);
  padding-top: 1.6em;
  padding-bottom: 0.8em;
  vertical-align: middle;
  width: 100%;
}
.sg-share-tools-control-close {
  display: none;
}
.sg-share-tools-title {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
@media   (max-width: 1007px)  {
  .sg-share-tools-content {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    bottom: 100%;
    position: absolute;
  }
  .sg-share-tools-content {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    display: block;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
  }
  .sg-share-tools.is-opened .sg-share-tools-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
.sg-share-tools-controls {
  background: #000000;
  color: white;
  text-align: center;
  position: relative;
  z-index: 2;
}
.sg-share-tools-control {
  background: transparent;
  border: none;
  margin: 0;
  min-height: 46px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
  width: 100%;
}
.sg-share-tools-control-label {
  font-size: 1.8em;
  line-height: 2.5em;
  margin-top: 0em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
  font-family: 'curiousSans-Bold', Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  font-weight: bold;
  vertical-align: middle;
}
.sg-share-tools-control-label--hidden {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
}
.sg-share-tools-control-share {
  font-size: 2.4em;
  line-height: 1.41666667em;
  margin-top: 0em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
  letter-spacing: -0.2px;
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
}
.sg-share-tools-control-toggle {
  color: inherit;
  position: absolute;
  right: 16px;
  text-indent: 0;
  top: 0;
}
.sg-share-tools-control-toggle .sg-share-tools-control-toggle-icon {
  font-size: 1em;
  line-height: 4.5em;
  margin-top: 0em;
  margin-bottom: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-animation-name: 180deg;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: 180deg;
  -moz-animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  animation-name: 180deg;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.sg-share-tools-control-toggle .sg-share-tools-control-toggle-icon:before {
  content: "\e02c";
}
.sg-share-tools.is-opened .sg-share-tools-control-toggle .sg-share-tools-control-toggle-icon {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  -webkit-animation-name: 0;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: 0;
  -moz-animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  animation-name: 0;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@media  (min-width: 1008px)   {
  .share--gallery .share-item {
    display: inline-block;
    float: none;
    margin-left: 10px;
    margin-bottom: 0;
    width: auto;
  }
  .share--gallery a.share-button {
    padding-right: 0;
  }
  .share--gallery a.share-button .share-item-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
  }
  .share--gallery a.share-button .share-icon-wrapper--social {
    margin-left: 0;
    margin-right: 0;
  }
  .share--gallery a.share-button .share-icon-wrapper--external {
    display: none;
  }
  .sg-share-tools {
    color: #ffffff;
    bottom: 0;
    left: auto;
    position: absolute;
    right: 0;
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -ms-transition: color 0.5s;
    -o-transition: color 0.5s;
    width: auto;
    overflow: hidden;
  }
  .sg-theme--dark .sg-share-tools {
    color: #333333;
  }
  .sg-theme--light .sg-share-tools {
    color: #ffffff;
  }
  .sg-share-tools-controls {
    -webkit-transition: opacity 0.6s, transform 0.6s;
    -moz-transition: opacity 0.6s, transform 0.6s;
    -ms-transition: opacity 0.6s, transform 0.6s;
    -o-transition: opacity 0.6s, transform 0.6s;
    background: transparent;
    color: inherit;
    display: inline-block;
    width: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 1;
  }
  .sg-share-tools.is-opened .sg-share-tools-controls {
    opacity: 0;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    z-index: -1;
  }
  .sg-share-tools-content {
    background: transparent;
    display: inline-block;
    float: right;
    padding-bottom: 0;
    padding-top: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    right: -100%;
    -webkit-transition: right 0.4s;
    -moz-transition: right 0.4s;
    -ms-transition: right 0.4s;
    -o-transition: right 0.4s;
  }
  .sg-share-tools.is-opened .sg-share-tools-content {
    right: 0px;
  }
  .sg-share-tools-control {
    min-height: 45px;
    position: static;
  }
  .sg-share-tools-control-toggle {
    display: none;
  }
  .sg-share-tools-content-wrapper {
    display: table;
  }
  .sg-share-tools-control-close {
    display: table-cell;
  }
  .sg-share-tools-control-share {
    font-size: 3.2em;
    line-height: 1.40625em;
    margin-top: 0em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
    letter-spacing: -0.2px;
  }
  .sg-share-tools-control-close-button {
    position: static;
    vertical-align: middle;
    background: transparent;
    border: none;
  }
  .sg-share-tools-control-close-icon {
    font-size: 1.7em;
    line-height: 2.64705882em;
    margin-top: 0em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
    color: inherit;
    margin: 0;
    padding: 0;
  }
  .sg-share-tools-control-close-button-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
  }
}
.sg-progress {
  position: absolute;
  left: 0;
  font-size: 1.8em;
  line-height: 3.55555556em;
  margin-top: 0em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
  line-height: 1;
  bottom: 0;
  font-family: 'curiousSans-Bold', Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  z-index: 2;
  display: none;
  line-height: 45px;
}
.sg-theme--dark .sg-progress {
  color: #333333;
}
.sg-theme--light .sg-progress {
  color: #ffffff;
}
.sg-progress-total:before {
  content: '/ ';
}
@media  (min-width: 1008px)   {
  .sg-progress.is-active {
    display: inline-block;
  }
}
.sg-related-galleries .sg-related-galleries-wrapper {
  background-color: #333333;
}
.sg-related-galleries .sg-related-galleries-heading {
  font-family: 'curiousSans-Bold', Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  font-size: 2.8em;
  line-height: 1.21428571em;
  margin-top: 1.21428571em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
  letter-spacing: -0.2px;
  color: white;
  padding-top: 0.75em;
  margin-top: 0;
  margin-bottom: 18px;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
}
.sg-related-galleries .sg-related-galleries-content {
  display: table;
  width: 100%;
}
.sg-related-galleries .sg-related-galleries-promo-group-1.sg-related-galleries-promo-group--ads-enabled {
  display: table-header-group;
}
.sg-related-galleries .promo-unit {
  font-family: 'curiousSans-Bold', Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  margin: 0 16px 16px;
}
.sg-related-galleries .promo-unit .promo-unit-lining {
  background: white;
  overflow: hidden;
}
@media only screen  {
  .sg-related-galleries .promo-unit .context-heading-list {
    display: none;
  }
  .sg-related-galleries .promo-unit .promo-unit-title {
    padding-top: 0;
    margin-top: 0;
  }
}
@media only screen  {
  .sg-related-galleries .promo-unit .promo-unit-summary {
    display: none;
  }
}
@media only screen  {
  .sg-related-galleries .promo-unit .promo-unit-summary {
    display: none;
  }
}
@media only screen  {
  .sg-related-galleries .promo-unit .link-box-list {
    display: none;
  }
}
@media only screen  {
  .sg-related-galleries .promo-unit .link-box-list {
    display: none;
  }
}
.sg-related-galleries .promo-unit .promo-unit-lining {
  background: white;
  overflow: hidden;
}
.sg-related-galleries .promo-unit .promo-unit-lining {
  background: transparent;
}
.sg-related-galleries .promo-unit .promo-unit-copy-lining {
  padding-left: 0;
  padding-right: 0;
}
.sg-related-galleries .promo-unit .promo-unit-image {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.2);
}
.sg-related-galleries .promo-unit img {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
}
.sg-related-galleries .promo-unit img.is-lazy-loaded {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
}
.sg-related-galleries .promo-unit .promo-unit-title {
  font-family: 'curiousSans-Bold', Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  font-size: 2.2em;
  line-height: 1.27272727em;
  margin-top: 1.27272727em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
  color: white;
  padding-top: 0;
  margin-top: 0;
}
.sg-related-galleries .promo-unit .promo-unit-summary {
  margin-top: 0;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.2;
}
.sg-related-galleries .promo-unit .responsive-image-wrapper {
  padding-top: 56.25%;
  background-color: transparent;
  position: relative;
  background-color: rgba(255, 255, 255, 0.01);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.sg-related-galleries .promo-unit .responsive-image-wrapper .icon-wrapper {
  pointer-events: none;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.9);
  height: 4.4em;
  width: 4.4em;
  height: 6.4em;
  width: 6.4em;
}
.sg-related-galleries .promo-unit .responsive-image-wrapper .icon-wrapper .gelicon,
.sg-related-galleries .promo-unit .responsive-image-wrapper .icon-wrapper .sg-share-tools-control-toggle .sg-share-tools-control-toggle-icon {
  font-size: 2.2em;
  line-height: 2em;
  margin-top: 0em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
}
.sg-related-galleries .promo-unit .responsive-image-wrapper .icon-wrapper .gelicon,
.sg-related-galleries .promo-unit .responsive-image-wrapper .icon-wrapper .sg-share-tools-control-toggle .sg-share-tools-control-toggle-icon {
  font-size: 2.4em;
  line-height: 2.66666667em;
  margin-top: 0em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
  letter-spacing: -0.2px;
}
.sg-related-galleries .promo-unit .responsive-image-wrapper .pointer {
  display: none;
}
.sg-related-galleries .promo-unit .responsive-image-wrapper:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.sg-related-galleries .promo-unit .responsive-image-wrapper:hover .icon-wrapper {
  background-color: white;
}
.sg-related-galleries .promo-unit .responsive-image-wrapper:hover .icon-wrapper .gelicon,
.sg-related-galleries .promo-unit .responsive-image-wrapper:hover .icon-wrapper .sg-share-tools-control-toggle .sg-share-tools-control-toggle-icon {
  color: #000000;
}
.sg-related-galleries .promo-unit .responsive-image-wrapper .icon-wrapper {
  pointer-events: none;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.9);
  height: 4.4em;
  width: 4.4em;
  height: 6.4em;
  width: 6.4em;
}
.sg-related-galleries .promo-unit .responsive-image-wrapper .icon-wrapper .gelicon,
.sg-related-galleries .promo-unit .responsive-image-wrapper .icon-wrapper .sg-share-tools-control-toggle .sg-share-tools-control-toggle-icon {
  font-size: 2.2em;
  line-height: 2em;
  margin-top: 0em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
}
.sg-related-galleries .promo-unit .responsive-image-wrapper .icon-wrapper .gelicon,
.sg-related-galleries .promo-unit .responsive-image-wrapper .icon-wrapper .sg-share-tools-control-toggle .sg-share-tools-control-toggle-icon {
  font-size: 2.4em;
  line-height: 2.66666667em;
  margin-top: 0em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
  letter-spacing: -0.2px;
}
.sg-related-galleries .promo-unit .responsive-image-wrapper .pointer {
  display: none;
}
.sg-related-galleries .promo-unit .responsive-image-wrapper:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.sg-related-galleries .promo-unit .responsive-image-wrapper:hover .icon-wrapper {
  background-color: white;
}
.sg-related-galleries .promo-unit .responsive-image-wrapper:hover .icon-wrapper .gelicon,
.sg-related-galleries .promo-unit .responsive-image-wrapper:hover .icon-wrapper .sg-share-tools-control-toggle .sg-share-tools-control-toggle-icon {
  color: #000000;
}
@media   (min-width: 600px) and (max-width: 1007px)  {
  .sg-related-galleries .promo-unit .promo-unit-layout-standard .promo-unit-copy-lining {
    margin-bottom: 10px;
  }
}
@media   (min-width: 768px) and (max-width: 1007px)  {
  .sg-related-galleries .sg-related-galleries-heading {
    font-size: 4.2em;
    line-height: 1.23809524em;
    margin-top: 1.23809524em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
    letter-spacing: -0.2px;
    padding-left: 32px;
    padding-right: 32px;
    margin-bottom: 32px;
    margin-top: 0;
  }
  .sg-related-galleries .promo-unit {
    margin: 32px;
    margin: 0 32px 24px;
  }
  .sg-related-galleries .promo-unit .promo-unit-title {
    font-size: 3.2em;
    line-height: 1.1875em;
    margin-top: 1.1875em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
    letter-spacing: -0.2px;
    margin-top: 0;
  }
}
@media  (min-width: 1008px)   {
  .sg-related-galleries .sg-related-galleries-wrapper {
    float: left;
    width: 100%;
  }
  .sg-related-galleries .sg-related-galleries-heading {
    font-size: 3.2em;
    line-height: 1.125em;
    margin-top: 1.125em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
    letter-spacing: -0.2px;
    margin-top: 0;
    margin-bottom: 24px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .sg-related-galleries .sg-related-galleries-content {
    display: block;
  }
  .sg-related-galleries .sg-related-galleries-content .sg-related-galleries-promo-group {
    display: inline;
    font-size: 0;
  }
  .sg-related-galleries .sg-related-galleries-content .sg-related-galleries-ad-slot {
    margin-top: -65px;
    min-height: 600px;
  }
  .sg-related-galleries .sg-related-galleries-content .promo-unit-wrapper {
    width: 29.16666667%;
    display: inline;
    float: none;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
    vertical-align: top;
    font-size: 10px;
  }
  .sg-related-galleries .sg-related-galleries-content .promo-unit {
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media  (min-width: 1008px)   and  (min-width: 1008px)   {
  .sg-related-galleries .sg-related-galleries-heading {
    width: 93.75%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media  (min-width: 1008px)   and  (min-width: 1008px)   {
  .sg-related-galleries .sg-related-galleries-heading {
    margin-left: 6.25%;
  }
}
@media  (min-width: 1008px)   and  (min-width: 1008px)   {
  .sg-related-galleries .sg-related-galleries-content {
    width: 93.75%;
    display: inline;
    float: right;
    margin-left: 0;
    margin-right: 0;
  }
}
@media  (min-width: 1008px)   and  (min-width: 1008px)   {
  .sg-related-galleries .sg-related-galleries-content {
    margin-left: 6.25%;
  }
}
@media  (min-width: 1008px)   and  (min-width: 1008px)   {
  .sg-related-galleries .sg-related-galleries-content .sg-related-galleries-ad-slot {
    margin-left: 58.33333333%;
  }
}
@media  (min-width: 1008px)   and  (min-width: 1008px)   {
  .sg-related-galleries .sg-related-galleries-content .sg-related-galleries-ad-slot {
    width: 41.66666667%;
    display: inline;
    float: right;
    margin-left: 0;
    margin-right: 0;
  }
}
.no-js .sg-related-galleries-ad-slot {
  display: none;
}
@media  (min-width: 1008px)   {
  .sg-end-slate {
    background-color: #333333;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .sg-end-slate .sg-end-slate-adslots-item {
    margin-top: 40px;
  }
}
.sg-end-slate-inner {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -ms-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
}
.sg-end-slate-inner.is-invisible {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
}
.sg-ad-slot {
  clear: both;
}
.sg-ad-slot .mpu-wrapper .bbccom_slot.bbccom_visible {
  background: transparent;
}
.sg-ad-slot--desktop {
  display: none;
}
@media  (min-width: 1008px)   {
  .sg-ad-slot--desktop {
    display: block;
  }
}
@media  (min-width: 1008px)   {
  .sg-ad-slot--mobile {
    display: none;
  }
}
@media   (max-width: 1007px)  {
  .sg-ad-slot--mobile .mpu-wrapper .bbccom_slot.bbccom_visible {
    margin-top: 0;
    padding: 12px 0;
  }
  .sg-ad-slot--mobile .bbccom_text {
    color: #8f8f8f !important;
  }
}
.sg-ad-slot--splash-desktop .bbccom_text {
  color: #ffffff !important;
}
.sg-ad-slot--splash-desktop .mpu-wrapper .bbccom_slot.bbccom_visible {
  padding: 8px 20px;
  background-color: #0a0a0a;
  background-color: rgba(10, 10, 10, 0.6);
}
@media   (max-width: 1007px)  {
  .sg-ad-slot--interstitial-mobile {
    background: #f9f9f9;
  }
}
.sg-ad-slot--end-slate .mpu-wrapper .bbccom_slot.bbccom_visible {
  margin-top: 0;
  padding: 10px 0;
  margin-bottom: 24px;
}
@media   (min-width: 768px) and (max-width: 1007px)  {
  .sg-ad-slot--end-slate .mpu-wrapper .bbccom_slot.bbccom_visible {
    margin-bottom: 40px;
  }
}
.sg-ad-slot--end-slate .bbccom_text {
  color: #8f8f8f !important;
}
@media   (max-width: 1007px)  {
  .sg-ad-slot--end-slate {
    background: #4c4c4c;
  }
}
.sg-slide-nav-button {
  background: transparent;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 3.4em;
  line-height: 1em;
  margin-top: 0em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
  letter-spacing: -0.2px;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  z-index: 2;
}
.sg-slide-nav-button.is-inactive {
  display: none;
}
.sg-slide-nav-button.is-active {
  display: inline-block;
}
.sg-theme--dark .sg-slide-nav-button {
  color: #333333;
}
.sg-theme--light .sg-slide-nav-button {
  color: #ffffff;
}
button.sg-slide-nav-button {
  padding: 0;
}
.sg-slide-nav-button-prev {
  left: 0;
}
.sg-slide-nav-button-next {
  right: 0;
}
.sg-slide-nav-button-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
@media   (max-width: 1007px)  {
  .sg-slide-nav-button,
  .sg-slide-nav-button.is-active,
  .sg-slide-nav-button.is-inactive {
    display: none;
  }
}
.sg-info-button {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 3.2em;
  line-height: 1em;
  margin-top: 0em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
  letter-spacing: -0.2px;
  line-height: 1;
  font-family: 'curiousSans-Bold', Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  z-index: 2;
  display: none;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
  color: #000000;
}
.sg-info-button:after {
  width: 0.9em;
  height: 0.9em;
  top: 0.05em;
  left: 0.05em;
  background-color: #fff;
  border-radius: 50%;
  content: " ";
  display: block;
  position: absolute;
  z-index: -1;
}
.sg-info-button:hover {
  color: #1a1a1a;
}
.sg-theme--dark.is-sg-info-closed .sg-info-button {
  color: #333333;
}
.sg-theme--dark.is-sg-info-closed .sg-info-button:hover {
  color: #4d4d4d;
}
.sg-theme--dark.is-sg-info-closed .sg-info-button:after {
  display: none;
}
.sg-theme--light.is-sg-info-closed .sg-info-button {
  color: #ffffff;
}
.sg-theme--light.is-sg-info-closed .sg-info-button:hover {
  color: #e6e6e6;
}
.sg-theme--light.is-sg-info-closed .sg-info-button:after {
  display: none;
}
.sg-info-button-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
@media  (min-width: 1008px)   {
  .sg-info-button.is-visible {
    display: inline-block;
  }
}
.sg-controls {
  left: 20px;
  right: 20px;
  top: 20px;
  bottom: 20px;
  position: absolute;
  margin-left: 0;
  margin-right: 0;
}
.no-js .sg-controls {
  display: none;
}
@media  (min-width: 1008px)   {
  .sg-controls.is-invisible {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
  }
  .sg-slide-layout--sidebar-right .sg-controls {
    margin-right: 480px;
  }
  .sg-slide-layout--sidebar-right.is-sg-info-closed .sg-controls {
    margin-right: 0;
  }
  .sg-slide-layout--sidebar-right.is-sg-info-animation-allowed .sg-controls {
    -webkit-transition: margin-right 0.4s;
    -moz-transition: margin-right 0.4s;
    -ms-transition: margin-right 0.4s;
    -o-transition: margin-right 0.4s;
  }
  .sg-slide-layout--sidebar-left .sg-controls {
    margin-left: 480px;
  }
  .sg-slide-layout--sidebar-left.is-sg-info-closed .sg-controls {
    margin-left: 0;
  }
  .sg-slide-layout--sidebar-left.is-sg-info-animation-allowed .sg-controls {
    -webkit-transition: margin-left 0.4s;
    -moz-transition: margin-left 0.4s;
    -ms-transition: margin-left 0.4s;
    -o-transition: margin-left 0.4s;
  }
}
#article #extra-footer,
#story-page-container #extra-footer {
  background: #f1f1ef;
}
#article #extra-footer .promo-unit .promo-unit-lining,
#story-page-container #extra-footer .promo-unit .promo-unit-lining {
  background: white;
  overflow: hidden;
}
#article .article-list.article-list-more-amazing-stories .promo-unit-wrapper .promo-unit-lining,
#story-page-container .article-list.article-list-more-amazing-stories .promo-unit-wrapper .promo-unit-lining {
  background: #f1f1ef;
  overflow: hidden;
}
#article .article-content,
#story-page-container .article-content {
  position: relative;
  background: white;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
}
@media  (min-width: 1008px)   {
  #article .article-content,
  #story-page-container .article-content {
    margin-top: -3.2em;
  }
}
@media  (min-width: 1008px)   {
  #article .article-content.standard .primary-content,
  #story-page-container .article-content.standard .primary-content {
    width: 62.5%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media  (min-width: 1008px)   {
  #article .article-content.standard .secondary-content,
  #story-page-container .article-content.standard .secondary-content {
    width: 37.5%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen  {
  #article .article-content.standard .column-lining,
  #story-page-container .article-content.standard .column-lining {
    display: block;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media only screen  and   (min-width: 600px)   {
  #article .article-content.standard .column-lining,
  #story-page-container .article-content.standard .column-lining {
    margin-left: 8px;
    margin-right: 8px;
  }
}
#article .article-content .article-list .promo-unit-wrapper .promo-unit-lining,
#story-page-container .article-content .article-list .promo-unit-wrapper .promo-unit-lining {
  background: #f1f1ef;
  overflow: hidden;
}
#article .article-content .best-of-module .promo-unit-wrapper .promo-unit-lining,
#story-page-container .article-content .best-of-module .promo-unit-wrapper .promo-unit-lining {
  background: white;
  overflow: hidden;
}
@media only screen  {
  #article .article-content .responsive-banner,
  #story-page-container .article-content .responsive-banner {
    margin-right: -4px;
    margin-left: -4px;
  }
}
@media only screen  and  (min-width: 400px) and (max-width: 599px)  {
  #article .article-content .responsive-banner,
  #story-page-container .article-content .responsive-banner {
    margin-right: -12px;
    margin-left: -12px;
  }
}
@media only screen  and   (min-width: 600px) and (max-width: 1007px)  {
  #article .article-content .responsive-banner,
  #story-page-container .article-content .responsive-banner {
    margin-right: -8px;
    margin-left: -8px;
  }
}
@media only screen  and  (min-width: 1008px)   {
  #article .article-content .responsive-banner,
  #story-page-container .article-content .responsive-banner {
    margin-right: 8px;
    margin-left: 8px;
  }
}
@media only screen  {
  #article .article-content .responsive-banner,
  #story-page-container .article-content .responsive-banner {
    margin-right: -4px;
    margin-left: -4px;
  }
}
@media only screen  and  (min-width: 400px) and (max-width: 599px)  {
  #article .article-content .responsive-banner,
  #story-page-container .article-content .responsive-banner {
    margin-right: -12px;
    margin-left: -12px;
  }
}
@media only screen  and   (min-width: 600px) and (max-width: 1007px)  {
  #article .article-content .responsive-banner,
  #story-page-container .article-content .responsive-banner {
    margin-right: -8px;
    margin-left: -8px;
  }
}
@media only screen  and  (min-width: 1008px)   {
  #article .article-content .responsive-banner,
  #story-page-container .article-content .responsive-banner {
    margin-right: 8px;
    margin-left: 8px;
  }
}
@media  (min-width: 1008px)   {
  #article .article-content .responsive-banner,
  #story-page-container .article-content .responsive-banner {
    margin-top: 0.8em;
  }
}
@media  (min-width: 1008px)   and   (min-width: 600px)   {
  #article .article-content .responsive-banner,
  #story-page-container .article-content .responsive-banner {
    margin-top: 1.6em;
  }
}
@media only screen  {
  #story-page .top-unit,
  #story-page .mid-unit,
  #story-page .bottom-unit {
    display: block;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media only screen  and   (min-width: 600px)   {
  #story-page .top-unit,
  #story-page .mid-unit,
  #story-page .bottom-unit {
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media  (min-width: 300px) and (max-width: 599px)  {
  #story-page .body-content li {
    font-size: 1.4em;
    line-height: 1.14285714em;
    margin-top: 0.57142857em;
    margin-bottom: 0;
  }
}
@media   (min-width: 600px)   {
  #story-page .body-content li {
    font-size: 1.6em;
    line-height: 1.125em;
    margin-top: 0.5625em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
  }
}
#story-page .body-content p > a {
  color: #000000;
}
#story-page .body-content p > a:hover {
  border-bottom: 1px solid #d5d5d5;
}
#story-page {
  max-width: none;
}
#story-page .bottom-unit blockquote p,
#story-page .bottom-unit blockquote span {
  margin: 0;
  padding: 0;
  margin-top: 0.4em;
}
@media only screen  {
  #story-page .single-column {
    width: 100%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
#story-page .single-column iframe {
  width: 100%!important;
}
#share-tools-top {
  margin-top: 0.8em;
}
@media   (min-width: 600px)   {
  #share-tools-top {
    margin-top: 1.6em;
  }
}
#share-tools-top {
  margin-top: 0.8em;
}
@media   (min-width: 600px)   {
  #share-tools-top {
    margin-top: 1.6em;
  }
}
#partner-promo {
  margin-top: 0.8em;
}
@media   (min-width: 600px)   {
  #partner-promo {
    margin-top: 1.6em;
  }
}
@media   (min-width: 600px)   and   (min-width: 600px)   {
  #partner-promo {
    display: block;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media   (min-width: 600px)   and   (min-width: 600px)   and   (min-width: 600px)   {
  #partner-promo {
    margin-left: 8px;
    margin-right: 8px;
  }
}
.promo-module-wrapper {
  margin-top: 2.8em;
  padding: 0;
  margin-right: 4px;
  margin-left: 4px;
}
@media  (min-width: 400px)    {
  .promo-module-wrapper {
    margin-right: 12px;
    margin-left: 12px;
  }
}
@media   (min-width: 600px)   {
  .promo-module-wrapper {
    margin-right: 8px;
    margin-left: 8px;
  }
}
@media  (min-width: 1008px)   {
  .promo-module-wrapper {
    max-width: 992px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media  (min-width: 400px)    {
  .promo-module-wrapper {
    margin-right: 12px;
    margin-left: 12px;
  }
}
@media   (min-width: 600px)   {
  .promo-module-wrapper {
    margin-right: 8px;
    margin-left: 8px;
  }
}
@media  (min-width: 1008px)   {
  .promo-module-wrapper {
    max-width: 992px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media only screen  {
  .promo-module {
    display: block;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media only screen  and   (min-width: 600px)   {
  .promo-module {
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media   (min-width: 600px) and (max-width: 1007px)  {
  #story-page .bottom-unit {
    margin-left: 0;
    margin-right: 0;
  }
}
@media   (min-width: 600px) and (max-width: 1007px)  {
  #story-page .bottom-unit p {
    margin-right: 8.33333333%;
  }
}
@media   (min-width: 600px) and (max-width: 1007px)  {
  #story-page .bottom-unit p {
    display: block;
    padding-left: 4px;
    padding-right: 4px;
  }
}
@media   (min-width: 600px) and (max-width: 1007px)  and   (min-width: 600px)   {
  #story-page .bottom-unit p {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media   (min-width: 768px) and (max-width: 1007px)  {
  #story-page .bottom-unit .mpu-wrapper {
    float: right;
    margin-left: 8px;
  }
}
@media   (min-width: 600px) and (max-width: 1007px)  {
  #story-page .bottom-unit .mpu-wrapper {
    margin-bottom: 0.8em;
  }
}
@media   (min-width: 600px) and (max-width: 1007px)  and   (min-width: 600px)   {
  #story-page .bottom-unit .mpu-wrapper {
    margin-bottom: 1.6em;
  }
}
@media   (max-width: 767px)  {
  #story-page .bottom-unit .ad-slot.mpu {
    margin-left: 0;
    margin-right: 0;
  }
}
@media   (min-width: 600px) and (max-width: 1007px)  {
  #story-page .introduction-wrapper {
    margin-right: 8.33333333%;
  }
}
#story-page {
  /* set lining columns */
}
@media  (min-width: 1008px)   {
  #story-page.standard .primary-content {
    width: 62.5%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media  (min-width: 1008px)   {
  #story-page.standard .secondary-content {
    width: 37.5%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen  {
  #story-page.standard .column-lining {
    display: block;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media only screen  and   (min-width: 600px)   {
  #story-page.standard .column-lining {
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media only screen  {
  #story-page .mid-unit {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen  {
  #story-page .mid-unit {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen  {
  #story-page #custom-embed,
  #story-page .introduction {
    display: block;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media only screen  and   (min-width: 600px)   {
  #story-page #custom-embed,
  #story-page .introduction {
    margin-left: 8px;
    margin-right: 8px;
  }
}
#story-page .inline-youtube,
#story-page .inline-magnify {
  margin-top: 0.8em;
}
@media   (min-width: 600px)   {
  #story-page .inline-youtube,
  #story-page .inline-magnify {
    margin-top: 1.6em;
  }
}
@media   (min-width: 600px) and (max-width: 1007px)  {
  #story-page .single-column .bottom-unit p,
  #story-page .single-column .bottom-unit .body-content ul {
    margin-right: 4.16666667%;
  }
}
@media  (min-width: 1008px)   {
  #story-page .single-column .bottom-unit p,
  #story-page .single-column .bottom-unit .body-content ul {
    margin-right: 12.5%;
  }
}
#story-page .infographic {
  margin-top: 1.6em;
}
@media   (min-width: 600px) and (max-width: 1007px)  {
  #story-page .infographic {
    display: block;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media   (min-width: 600px) and (max-width: 1007px)  and   (min-width: 600px)   {
  #story-page .infographic {
    margin-left: 8px;
    margin-right: 8px;
  }
}
#story-page .infographic iframe {
  border: none;
}
#story-page #video-lead-wrapper,
#story-page #lead-gallery-wrapper {
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
}
@media  (min-width: 1008px)   {
  #story-page #video-lead-wrapper,
  #story-page #lead-gallery-wrapper {
    margin-top: 0.8em;
  }
}
@media  (min-width: 1008px)   and   (min-width: 600px)   {
  #story-page #video-lead-wrapper,
  #story-page #lead-gallery-wrapper {
    margin-top: 1.6em;
  }
}
#story-page #video-lead-wrapper.disabled,
#story-page #lead-gallery-wrapper.disabled {
  margin-top: 0;
}
@media only screen  {
  #story-page #video-lead-wrapper,
  #story-page #lead-gallery-wrapper {
    margin-right: -4px;
    margin-left: -4px;
  }
}
@media only screen  and  (min-width: 400px) and (max-width: 599px)  {
  #story-page #video-lead-wrapper,
  #story-page #lead-gallery-wrapper {
    margin-right: -12px;
    margin-left: -12px;
  }
}
@media only screen  and   (min-width: 600px) and (max-width: 1007px)  {
  #story-page #video-lead-wrapper,
  #story-page #lead-gallery-wrapper {
    margin-right: -8px;
    margin-left: -8px;
  }
}
@media only screen  and  (min-width: 1008px)   {
  #story-page #video-lead-wrapper,
  #story-page #lead-gallery-wrapper {
    margin-right: 8px;
    margin-left: 8px;
  }
}
@media only screen  {
  #story-page #video-lead-wrapper,
  #story-page #lead-gallery-wrapper {
    margin-right: -4px;
    margin-left: -4px;
  }
}
@media only screen  and  (min-width: 400px) and (max-width: 599px)  {
  #story-page #video-lead-wrapper,
  #story-page #lead-gallery-wrapper {
    margin-right: -12px;
    margin-left: -12px;
  }
}
@media only screen  and   (min-width: 600px) and (max-width: 1007px)  {
  #story-page #video-lead-wrapper,
  #story-page #lead-gallery-wrapper {
    margin-right: -8px;
    margin-left: -8px;
  }
}
@media only screen  and  (min-width: 1008px)   {
  #story-page #video-lead-wrapper,
  #story-page #lead-gallery-wrapper {
    margin-right: 8px;
    margin-left: 8px;
  }
}
@media only screen  {
  #story-page .top-unit {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen  {
  #story-page .top-unit {
    margin-left: 0;
    margin-right: 0;
  }
}
#story-page .top-unit .primary-header {
  margin-bottom: 1.6em;
}
@media only screen  {
  #story-page .top-unit .primary-header {
    display: block;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media only screen  and   (min-width: 600px)   {
  #story-page .top-unit .primary-header {
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media   (min-width: 600px)   {
  #story-page .top-unit .primary-header {
    margin-bottom: 4.8em;
  }
}
#story-page .top-unit .byline {
  margin-top: 2.4em;
}
#story-page .top-unit .byline .byline-heading {
  display: block;
  position: relative;
}
#story-page .top-unit .byline .byline-heading:before {
  content: '';
  width: 32px;
  height: 2px;
  background: #333333;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen  {
  #story-page .top-unit .byline .byline-heading {
    display: block;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media only screen  and   (min-width: 600px)   {
  #story-page .top-unit .byline .byline-heading {
    margin-left: 8px;
    margin-right: 8px;
  }
}
#story-page .top-unit .byline .source-attribution {
  position: relative;
  padding-top: 1em;
  font-weight: bold;
}
@media only screen  {
  #story-page .top-unit .byline .source-attribution {
    display: block;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media only screen  and   (min-width: 600px)   {
  #story-page .top-unit .byline .source-attribution {
    margin-left: 8px;
    margin-right: 8px;
  }
}
#story-page .top-unit .byline .publication-date {
  position: relative;
  font-weight: normal;
  margin-top: 0.4em;
}
@media only screen  {
  #story-page .top-unit .byline .publication-date {
    display: block;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media only screen  and   (min-width: 600px)   {
  #story-page .top-unit .byline .publication-date {
    margin-left: 8px;
    margin-right: 8px;
  }
}
#story-page #gallery-lead-wrapper #gallery-lead-asset .gallery-lead-image {
  display: none;
}
#story-page #gallery-lead-wrapper #gallery-lead-asset .gallery-lead-image:first-child {
  display: block;
}
#story-page #gallery-lead-wrapper #gallery-lead-asset .gallery-lead-image:first-child .inline-image-wrapper .icon-wrapper {
  top: 0;
  bottom: initial;
  margin-top: 0;
  position: absolute;
  left: auto;
  right: 0;
  margin-left: 0;
  height: 3.2em;
  width: 3.2em;
}
#story-page #gallery-lead-wrapper #gallery-lead-asset .gallery-lead-image:first-child .inline-image-wrapper .icon-wrapper .gelicon,
#story-page #gallery-lead-wrapper #gallery-lead-asset .gallery-lead-image:first-child .inline-image-wrapper .icon-wrapper .sg-share-tools-control-toggle .sg-share-tools-control-toggle-icon {
  font-size: 1.6em;
  line-height: 2em;
  margin-top: 0em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
}
@media   (min-width: 600px)   {
  #story-page #gallery-lead-wrapper #gallery-lead-asset .gallery-lead-image:first-child .inline-image-wrapper .icon-wrapper {
    height: 4.4em;
    width: 4.4em;
  }
  #story-page #gallery-lead-wrapper #gallery-lead-asset .gallery-lead-image:first-child .inline-image-wrapper .icon-wrapper .gelicon,
  #story-page #gallery-lead-wrapper #gallery-lead-asset .gallery-lead-image:first-child .inline-image-wrapper .icon-wrapper .sg-share-tools-control-toggle .sg-share-tools-control-toggle-icon {
    font-size: 2.2em;
    line-height: 2em;
    margin-top: 0em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
  }
}
@media   (min-width: 600px)   {
  #story-page .bottom-unit {
    margin-left: 0;
    margin-right: 0;
  }
}
@media   (max-width: 767px)  {
  #story-page .bottom-unit .ad-slot.mpu {
    display: block;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media   (max-width: 767px)  and   (min-width: 600px)   {
  #story-page .bottom-unit .ad-slot.mpu {
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media   (min-width: 600px) and (max-width: 1007px)  {
  #story-page .bottom-unit p,
  #story-page .bottom-unit .body-content li {
    margin-right: 0;
  }
}
@media   (min-width: 600px)   {
  #story-page .bottom-unit p,
  #story-page .bottom-unit .body-content li {
    display: block;
    padding-left: 4px;
    padding-right: 4px;
  }
}
@media   (min-width: 600px)   and   (min-width: 600px)   {
  #story-page .bottom-unit p,
  #story-page .bottom-unit .body-content li {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media  (min-width: 1008px)   {
  #story-page .bottom-unit p,
  #story-page .bottom-unit .body-content li {
    margin-right: 3.33333333%;
  }
}
@media   (min-width: 600px) and (max-width: 1007px)  {
  #story-page .bottom-unit p {
    margin-left: 12.5%;
  }
}
@media  (min-width: 1008px)   {
  #story-page .bottom-unit p {
    margin-left: 13.33333333%;
  }
}
#story-page .bottom-unit ul {
  margin: 0;
}
#story-page .bottom-unit .body-content li {
  list-style-position: outside;
  display: list-item !important;
  padding: 0;
}
@media  (min-width: 300px) and (max-width: 599px)  {
  #story-page .bottom-unit .body-content li {
    font-size: 1.6em;
    line-height: 1.5em;
    margin-top: 1.5em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
  }
}
@media   (min-width: 600px) and (max-width: 1007px)  {
  #story-page .bottom-unit .body-content li {
    font-size: 1.8em;
    line-height: 1.55555556em;
    margin-top: 1.55555556em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
  }
}
@media  (min-width: 1008px)   {
  #story-page .bottom-unit .body-content li {
    font-size: 1.8em;
    line-height: 1.55555556em;
    margin-top: 1.55555556em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
  }
}
@media only screen  {
  #story-page .bottom-unit .body-content li {
    display: block;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media only screen  and   (min-width: 600px)   {
  #story-page .bottom-unit .body-content li {
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media  (min-width: 300px) and (max-width: 599px)  {
  #story-page .bottom-unit .body-content ul {
    margin-left: 4.16666667%;
  }
}
@media   (min-width: 600px) and (max-width: 1007px)  {
  #story-page .bottom-unit .body-content ul {
    margin-left: 16.66666667%;
  }
}
@media  (min-width: 1008px)   {
  #story-page .bottom-unit .body-content ul {
    margin-left: 20%;
  }
}
#story-page .bottom-unit .body-content .news-feed-module ul.article-list {
  margin-left: 0px;
  margin-right: 0px;
}
#story-page .bottom-unit .body-content .news-feed-module ul.article-list li.news-feed-item-wrapper {
  margin-top: 1em;
  margin-left: 0px;
  margin-right: 0px;
  list-style: none;
  display: inline !important;
}
#story-page .bottom-unit p.caption-text {
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
}
@media only screen  {
  #story-page .bottom-unit p.caption-text {
    width: 100%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
#story-page .bottom-unit .inline-media {
  *zoom: 1;
}
#story-page .bottom-unit .inline-media:before,
#story-page .bottom-unit .inline-media:after {
  content: "";
  display: table;
}
#story-page .bottom-unit .inline-media:after {
  clear: both;
}
#story-page .bottom-unit .inline-media:before {
  clear: both;
}
@media   (min-width: 600px)   {
  #story-page .bottom-unit .inline-media {
    display: block;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media   (min-width: 600px)   and   (min-width: 600px)   {
  #story-page .bottom-unit .inline-media {
    margin-left: 8px;
    margin-right: 8px;
  }
}
#story-page .bottom-unit .inline-media .ib-gallery {
  position: relative;
}
#story-page .bottom-unit .inline-media .ib-gallery .ib-gallery-wrapper {
  background-color: #f1f1ee;
}
#story-page .bottom-unit .inline-media .ib-gallery .slide-wrapper {
  position: relative;
}
#story-page .bottom-unit .inline-media .ib-gallery .slide-wrapper #selected-image-nav-prev,
#story-page .bottom-unit .inline-media .ib-gallery .slide-wrapper #selected-image-nav-next {
  display: none;
  z-index: 2;
  position: absolute;
  top: 50%;
  bottom: initial;
  margin-top: -19px;
  height: 3.8em;
  width: 3.8em;
  background-color: #000000;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  filter: alpha(opacity=90);
  opacity: 0.9;
}
#story-page .bottom-unit .inline-media .ib-gallery .slide-wrapper #selected-image-nav-prev .gelicon,
#story-page .bottom-unit .inline-media .ib-gallery .slide-wrapper #selected-image-nav-next .gelicon,
#story-page .bottom-unit .inline-media .ib-gallery .slide-wrapper #selected-image-nav-prev .sg-share-tools-control-toggle .sg-share-tools-control-toggle-icon,
#story-page .bottom-unit .inline-media .ib-gallery .slide-wrapper #selected-image-nav-next .sg-share-tools-control-toggle .sg-share-tools-control-toggle-icon {
  font-size: 1.9em;
  line-height: 2em;
  margin-top: 0em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
}
@media   (min-width: 600px)   {
  #story-page .bottom-unit .inline-media .ib-gallery .slide-wrapper #selected-image-nav-prev,
  #story-page .bottom-unit .inline-media .ib-gallery .slide-wrapper #selected-image-nav-next {
    position: absolute;
    top: 50%;
    bottom: initial;
    margin-top: -22px;
    height: 4.4em;
    width: 4.4em;
  }
  #story-page .bottom-unit .inline-media .ib-gallery .slide-wrapper #selected-image-nav-prev .gelicon,
  #story-page .bottom-unit .inline-media .ib-gallery .slide-wrapper #selected-image-nav-next .gelicon,
  #story-page .bottom-unit .inline-media .ib-gallery .slide-wrapper #selected-image-nav-prev .sg-share-tools-control-toggle .sg-share-tools-control-toggle-icon,
  #story-page .bottom-unit .inline-media .ib-gallery .slide-wrapper #selected-image-nav-next .sg-share-tools-control-toggle .sg-share-tools-control-toggle-icon {
    font-size: 2.2em;
    line-height: 2em;
    margin-top: 0em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
  }
}
#story-page .bottom-unit .inline-media .ib-gallery .slide-wrapper #selected-image-nav-prev:hover,
#story-page .bottom-unit .inline-media .ib-gallery .slide-wrapper #selected-image-nav-next:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
#story-page .bottom-unit .inline-media .ib-gallery .slide-wrapper #selected-image-nav-prev:hover #selected-image-fullscreen,
#story-page .bottom-unit .inline-media .ib-gallery .slide-wrapper #selected-image-nav-next:hover #selected-image-fullscreen {
  background-color: white;
}
#story-page .bottom-unit .inline-media .ib-gallery .slide-wrapper #selected-image-nav-prev:hover #selected-image-fullscreen .gelicon,
#story-page .bottom-unit .inline-media .ib-gallery .slide-wrapper #selected-image-nav-next:hover #selected-image-fullscreen .gelicon,
#story-page .bottom-unit .inline-media .ib-gallery .slide-wrapper #selected-image-nav-prev:hover #selected-image-fullscreen .sg-share-tools-control-toggle .sg-share-tools-control-toggle-icon,
#story-page .bottom-unit .inline-media .ib-gallery .slide-wrapper #selected-image-nav-next:hover #selected-image-fullscreen .sg-share-tools-control-toggle .sg-share-tools-control-toggle-icon {
  color: #000000;
}
#story-page .bottom-unit .inline-media .ib-gallery .slide-wrapper #selected-image-nav-prev {
  position: absolute;
  left: 0;
  right: initial;
  margin-left: 0;
}
#story-page .bottom-unit .inline-media .ib-gallery .slide-wrapper #selected-image-nav-next {
  position: absolute;
  left: auto;
  right: 0;
  margin-left: 0;
}
#story-page .bottom-unit .inline-media .ib-gallery .selected-image-wrapper {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
#story-page .bottom-unit .inline-media .ib-gallery .selected-image-wrapper img.selected-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  display: block;
  background-color: rgba(255, 255, 255, 0.01);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
#story-page .bottom-unit .inline-media .ib-gallery .selected-image-wrapper img.selected-image.portrait {
  width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#story-page .bottom-unit .inline-media .ib-gallery .selected-image-wrapper .icon-wrapper {
  pointer-events: none;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.9);
  height: 3.2em;
  width: 3.2em;
}
#story-page .bottom-unit .inline-media .ib-gallery .selected-image-wrapper .icon-wrapper .gelicon,
#story-page .bottom-unit .inline-media .ib-gallery .selected-image-wrapper .icon-wrapper .sg-share-tools-control-toggle .sg-share-tools-control-toggle-icon {
  font-size: 1.6em;
  line-height: 2em;
  margin-top: 0em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
}
@media   (min-width: 600px)   {
  #story-page .bottom-unit .inline-media .ib-gallery .selected-image-wrapper .icon-wrapper {
    height: 4.4em;
    width: 4.4em;
  }
  #story-page .bottom-unit .inline-media .ib-gallery .selected-image-wrapper .icon-wrapper .gelicon,
  #story-page .bottom-unit .inline-media .ib-gallery .selected-image-wrapper .icon-wrapper .sg-share-tools-control-toggle .sg-share-tools-control-toggle-icon {
    font-size: 2.2em;
    line-height: 2em;
    margin-top: 0em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
  }
}
#story-page .bottom-unit .inline-media .ib-gallery .selected-image-wrapper #selected-image-fullscreen {
  top: 0;
  bottom: initial;
  margin-top: 0;
  position: absolute;
  left: auto;
  right: 0;
  margin-left: 0;
}
#story-page .bottom-unit .inline-media .ib-gallery .selected-image-wrapper:hover img.selected-image {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  filter: alpha(opacity=90);
  opacity: 0.9;
}
#story-page .bottom-unit .inline-media .ib-gallery .selected-image-wrapper:hover #selected-image-fullscreen {
  background-color: white;
}
#story-page .bottom-unit .inline-media .ib-gallery .selected-image-wrapper:hover #selected-image-fullscreen .gelicon,
#story-page .bottom-unit .inline-media .ib-gallery .selected-image-wrapper:hover #selected-image-fullscreen .sg-share-tools-control-toggle .sg-share-tools-control-toggle-icon {
  color: #000000;
}
#story-page .bottom-unit .inline-media .ib-gallery .ib-gallery-thumbnail-carousel {
  display: none;
  list-style-type: none;
}
#story-page .bottom-unit .inline-media .ib-gallery .ib-gallery-thumbnail-carousel .icon-wrapper {
  display: none;
}
#story-page .bottom-unit .inline-media .ib-gallery .no-js {
  display: block;
}
#story-page .bottom-unit .inline-media .ib-gallery .elastislide-wrapper {
  box-sizing: border-box;
  padding: 10px 35px;
  display: block;
  background-color: #d7d7d5;
  position: relative;
}
#story-page .bottom-unit .inline-media .ib-gallery .elastislide-wrapper .elastislide-carousel {
  overflow: hidden;
  position: relative;
}
#story-page .bottom-unit .inline-media .ib-gallery .elastislide-wrapper .elastislide-carousel ul {
  position: relative;
  display: block;
  list-style-type: none;
  white-space: nowrap;
  margin: 0px 0px;
}
#story-page .bottom-unit .inline-media .ib-gallery .elastislide-wrapper .elastislide-carousel ul li {
  height: 100%;
  max-height: 75px !important;
  display: inline-block !important;
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
  margin: 0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media   (min-width: 600px)   {
  #story-page .bottom-unit .inline-media .ib-gallery .elastislide-wrapper .elastislide-carousel ul li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#story-page .bottom-unit .inline-media .ib-gallery .elastislide-wrapper .elastislide-carousel ul li > a {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin-top: 1px;
  margin-bottom: 1px;
}
#story-page .bottom-unit .inline-media .ib-gallery .elastislide-wrapper .elastislide-carousel ul li img {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}
#story-page .bottom-unit .inline-media .ib-gallery .elastislide-wrapper .elastislide-carousel ul li.selected > a {
  border: 2px solid #ffffff;
  margin-top: 0px;
  margin-bottom: 0px;
}
#story-page .bottom-unit .inline-media .ib-gallery .elastislide-wrapper #elastislide-prev,
#story-page .bottom-unit .inline-media .ib-gallery .elastislide-wrapper #elastislide-next {
  z-index: 2;
  top: 0;
  bottom: 0;
  padding-left: 8px;
  padding-right: 8px;
  width: 13px;
  cursor: pointer;
  background-color: #808284;
}
#story-page .bottom-unit .inline-media .ib-gallery .elastislide-wrapper #elastislide-prev:hover,
#story-page .bottom-unit .inline-media .ib-gallery .elastislide-wrapper #elastislide-next:hover {
  background-color: #bbbdc0;
}
#story-page .bottom-unit .inline-media .ib-gallery .elastislide-wrapper #elastislide-prev.disabled,
#story-page .bottom-unit .inline-media .ib-gallery .elastislide-wrapper #elastislide-next.disabled {
  background-color: #808284;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  filter: alpha(opacity=20);
  opacity: 0.2;
  cursor: auto;
  pointer-events: none;
}
#story-page .bottom-unit .inline-media .ib-gallery .elastislide-wrapper #elastislide-prev div.gelicon,
#story-page .bottom-unit .inline-media .ib-gallery .elastislide-wrapper #elastislide-next div.gelicon,
#story-page .bottom-unit .inline-media .ib-gallery .elastislide-wrapper #elastislide-prev div.sg-share-tools-control-toggle .sg-share-tools-control-toggle-icon,
#story-page .bottom-unit .inline-media .ib-gallery .elastislide-wrapper #elastislide-next div.sg-share-tools-control-toggle .sg-share-tools-control-toggle-icon {
  position: absolute;
  top: 50%;
  margin-top: -16px;
}
#story-page .bottom-unit .inline-media .ib-gallery .elastislide-wrapper #elastislide-prev {
  position: absolute;
  left: 0;
  right: initial;
  margin-left: 0;
}
#story-page .bottom-unit .inline-media .ib-gallery .elastislide-wrapper #elastislide-next {
  position: absolute;
  left: auto;
  right: 0;
  margin-left: 0;
}
#story-page .bottom-unit .inline-media .ib-gallery .selected-image-caption-wrapper {
  display: none;
  padding: 10px 10px;
  min-height: 92px;
  box-sizing: border-box;
}
#story-page .bottom-unit .inline-media .ib-gallery .selected-image-caption-wrapper h2.selected-image-caption-title {
  font-family: 'curiousSans-Bold', Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  font-size: 2.4em;
  line-height: 0.625em;
  margin-top: 0.625em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
  letter-spacing: -0.2px;
  line-height: 1.0em;
  margin-top: 0;
}
#story-page .bottom-unit .inline-media .ib-gallery .selected-image-caption-wrapper p.selected-image-caption {
  font-size: 1.4em;
  line-height: 1.07142857em;
  margin-top: 1.07142857em;
  margin-bottom: 0;
  line-height: 1.0em;
  margin: 10px 0px 0px 0px;
  padding: 0px;
}
@media   (min-width: 600px)   {
  #story-page .bottom-unit .inline-media .ib-gallery .selected-image-caption-wrapper {
    padding: 20px 20px;
  }
  #story-page .bottom-unit .inline-media .ib-gallery .selected-image-caption-wrapper h2.selected-image-caption-title {
    font-family: 'curiousSans-Bold', Arial, sans-serif;
    font-weight: normal;
    letter-spacing: 0px;
    font-size: 2.8em;
    line-height: 0.53571429em;
    margin-top: 0.53571429em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
    letter-spacing: -0.2px;
    line-height: 1.0em;
    margin-top: 0;
  }
  #story-page .bottom-unit .inline-media .ib-gallery .selected-image-caption-wrapper p.selected-image-caption {
    font-size: 1.5em;
    line-height: 1em;
    margin-top: 1em;
    margin-bottom: 0;
    line-height: 1.0em;
  }
}
#story-page .bottom-unit .inline-media .ib-gallery .ad-slot-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  display: none;
}
#story-page .bottom-unit .inline-media .ib-gallery .ad-slot-overlay > p {
  text-align: center;
  margin: 0px 0px 0px 0px;
  color: white;
}
#story-page .bottom-unit .inline-media .ib-gallery .ad-slot-overlay .close-gallery {
  font-size: 2.4em;
  line-height: 1em;
  margin-top: 0em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
  letter-spacing: -0.2px;
  position: absolute;
  display: block;
  top: 0.5em;
  right: 0.5em;
}
#story-page .bottom-unit .inline-media .ib-gallery .ad-slot-overlay .close-gallery:hover {
  color: #808284;
}
@media  (min-width: 300px) and (max-width: 599px)  {
  #story-page .bottom-unit .inline-media .ib-gallery .ad-slot-overlay .close-gallery {
    font-size: 1.6em;
    line-height: 1em;
    margin-top: 0em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
  }
}
#story-page .bottom-unit .inline-media .ib-gallery .ad-slot-overlay .mpu-wrapper .bbccom_slot {
  background: rgba(0, 0, 0, 0);
}
#story-page .bottom-unit .inline-media .ib-gallery .ad-slot-overlay .mpu-wrapper .bbccom_slot .bbccom_text {
  width: 100%;
  float: left;
  text-align: center !important;
}
#story-page .bottom-unit .inline-media.inline-gallery {
  height: 0px;
  overflow: hidden;
}
@media   (min-width: 600px) and (max-width: 1007px)  {
  #story-page .bottom-unit blockquote {
    width: 37.5%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media  (min-width: 1008px)   {
  #story-page .bottom-unit blockquote {
    width: 46.66666667%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media   (min-width: 600px)   {
  #story-page .bottom-unit blockquote {
    display: block;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media   (min-width: 600px)   and   (min-width: 600px)   {
  #story-page .bottom-unit blockquote {
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media   (min-width: 600px)   {
  #story-page .bottom-unit blockquote p {
    padding: 0 24px 48px 0;
  }
}
#story-page .bottom-unit .byline {
  margin-top: 2.4em;
}
#story-page .bottom-unit .byline .byline-heading {
  display: block;
  position: relative;
}
#story-page .bottom-unit .byline .byline-heading:before {
  content: '';
  width: 32px;
  height: 2px;
  background: #333333;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen  {
  #story-page .bottom-unit .byline .byline-heading {
    display: block;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media only screen  and   (min-width: 600px)   {
  #story-page .bottom-unit .byline .byline-heading {
    margin-left: 8px;
    margin-right: 8px;
  }
}
#story-page .bottom-unit .byline .source-attribution {
  position: relative;
  padding-top: 1em;
  font-weight: bold;
}
@media only screen  {
  #story-page .bottom-unit .byline .source-attribution {
    display: block;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media only screen  and   (min-width: 600px)   {
  #story-page .bottom-unit .byline .source-attribution {
    margin-left: 8px;
    margin-right: 8px;
  }
}
#story-page .bottom-unit .byline .source-attribution .partner-attribution {
  font-weight: normal;
  font-size: 1.4em;
}
#story-page .bottom-unit .byline .source-attribution .partner-attribution a {
  font-weight: bold;
}
#story-page .bottom-unit .byline .source-attribution .partner-attribution a:hover {
  text-decoration: underline;
}
#story-page .bottom-unit .byline .publication-date {
  position: relative;
  font-weight: normal;
  margin-top: 0.4em;
}
@media only screen  {
  #story-page .bottom-unit .byline .publication-date {
    display: block;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media only screen  and   (min-width: 600px)   {
  #story-page .bottom-unit .byline .publication-date {
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media   (min-width: 600px) and (max-width: 1007px)  {
  #story-page .bottom-unit .byline {
    margin-left: 12.5%;
  }
}
@media  (min-width: 1008px)   {
  #story-page .bottom-unit .byline {
    margin-left: 13.33333333%;
  }
}
#story-page .introduction-wrapper {
  margin-right: 0;
}
@media only screen  {
  #story-page #gallery-list-wrapper {
    width: 100%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen  {
  #story-page #gallery-list-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen  {
  #story-page #gallery-list-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen  {
  #story-page #gallery-list-wrapper .inline-media.inline-image {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen  {
  #story-page #gallery-list-wrapper .inline-media.inline-image {
    margin-left: 0;
    margin-right: 0;
  }
}
#story-page #gallery-list-wrapper .inline-media.inline-image p.caption-text.caption-title {
  font-family: 'curiousSans-Bold', Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  font-size: 1.8em;
  margin-bottom: 5px;
}
@media   (min-width: 600px)   {
  #story-page #gallery-list-wrapper .inline-media.inline-image p.caption-text.caption-title {
    font-size: 40px;
    margin-bottom: 8px;
  }
}
@media only screen  {
  #story-page #episode-list-wrapper {
    width: 100%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen  {
  #story-page #episode-list-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen  {
  #story-page #episode-list-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}
@media   (min-width: 600px) and (max-width: 1007px)  {
  #story-page #episode-list-wrapper .article-list .promo-unit-wrapper {
    width: 50%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media   (min-width: 600px) and (max-width: 1007px)  {
  #story-page #episode-list-wrapper .article-list .promo-unit-wrapper:nth-child(odd) {
    clear: both;
  }
}
@media   (min-width: 600px) and (max-width: 1007px)  {
  #story-page #episode-list-wrapper .article-list .promo-unit-wrapper:nth-child(even) {
    clear: none;
  }
}
@media  (min-width: 1008px)   {
  #story-page #episode-list-wrapper .article-list .promo-unit-wrapper {
    width: 33.33333333%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media  (min-width: 1008px)   {
  #story-page #episode-list-wrapper .article-list .promo-unit-wrapper {
    clear: none;
  }
}
@media  (min-width: 1008px)   {
  #story-page #episode-list-wrapper .article-list .promo-unit-wrapper:nth-child(3n +1) {
    clear: both;
  }
}
#story-page #episode-list-wrapper .article-list .promo-unit-wrapper .promo-unit-lining {
  background: white;
  overflow: hidden;
}
@media only screen  {
  #story-page #episode-list-wrapper .article-list .promo-unit-wrapper .context-heading-list {
    display: none;
  }
  #story-page #episode-list-wrapper .article-list .promo-unit-wrapper .promo-unit-title {
    padding-top: 0;
    margin-top: 0;
  }
}
@media only screen  {
  #story-page #episode-list-wrapper .article-list .promo-unit-wrapper .promo-unit-summary {
    display: none;
  }
}
@media only screen  {
  #story-page #episode-list-wrapper .article-list .promo-unit-wrapper .promo-unit-summary {
    display: none;
  }
}
@media only screen  {
  #story-page #episode-list-wrapper .article-list .promo-unit-wrapper .link-box-list {
    display: none;
  }
}
#story-page #episode-list-wrapper .article-list .promo-unit-wrapper .promo-unit-lining {
  background: white;
  overflow: hidden;
}
@media only screen  {
  #story-page #episode-list-wrapper .article-list .promo-unit-wrapper .promo-unit-image {
    border-bottom: 4px solid #000000;
  }
}
#story-page #story-content {
  position: relative;
  background: white;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
}
@media  (min-width: 1008px)   {
  #story-page #story-content.standard .primary-content {
    width: 62.5%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media  (min-width: 1008px)   {
  #story-page #story-content.standard .secondary-content {
    width: 37.5%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen  {
  #story-page #story-content.standard .column-lining {
    display: block;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media only screen  and   (min-width: 600px)   {
  #story-page #story-content.standard .column-lining {
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media  (min-width: 1008px)   {
  #story-page #story-content {
    margin-top: -3.2em;
  }
}
#page {
  width: 100%;
}
#nav-branding {
  position: relative;
}
#nav-branding-wrapper {
  position: absolute;
  z-index: 1000;
  width: 100%;
}
@media   (min-width: 600px)   {
  #nav-bottom,
  #nav-top {
    margin-right: 4px;
    margin-left: 4px;
    background: transparent;
    max-width: 1024px !important;
    padding: 0;
    height: 6.6em;
    overflow: hidden;
    margin-top: -1.6em;
  }
  #nav-bottom .navigation-wrapper,
  #nav-top .navigation-wrapper {
    background-color: rgba(51, 51, 51, 0.8);
    margin-top: 1.6em;
  }
  #nav-bottom .navigation-list,
  #nav-top .navigation-list {
    position: relative;
    vertical-align: top;
    border-bottom: 0.4em solid #000000;
    margin: 0;
  }
  #nav-bottom .navigation-list:after,
  #nav-top .navigation-list:after {
    content: '';
    width: 100%;
    height: 4px;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0;
    top: 0;
  }
  #nav-bottom .navigation-list:after,
  #nav-top .navigation-list:after {
    top: 46px;
  }
  #nav-bottom li,
  #nav-top li {
    float: left;
    padding: 0;
    margin: 0;
    border-bottom: 0.4em solid transparent;
    border-top: none;
    display: inline-block;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    margin-bottom: 2.4em;
  }
  #nav-bottom li.first .navigation-link,
  #nav-top li.first .navigation-link {
    padding-left: 16px;
  }
  #nav-bottom li.featured.featured-native.last,
  #nav-top li.featured.featured-native.last {
    width: 245px;
    margin-left: 10px;
  }
  #nav-bottom li.last,
  #nav-top li.last {
    border-right: none;
  }
  #nav-bottom .navigation-link,
  #nav-top .navigation-link {
    padding-left: 8px;
    padding-right: 8px;
    width: auto;
  }
  #nav-bottom .navigation-link:hover,
  #nav-top .navigation-link:hover {
    background-color: #000000;
  }
  #nav-bottom .navigation-link div,
  #nav-top .navigation-link div {
    font-size: 1.4em;
    line-height: 3.28571429em;
    margin-top: 0em;
    margin-bottom: 0;
    font-weight: bold;
  }
  #nav-bottom .featured,
  #nav-top .featured {
    padding: 0;
    margin-top: -1.6em;
  }
  #nav-bottom .featured .navigation-link,
  #nav-top .featured .navigation-link {
    height: 66px;
    padding-left: 8px;
    padding-right: 8px;
  }
  #nav-bottom .featured .navigation-link div,
  #nav-top .featured .navigation-link div {
    display: block;
  }
  #nav-bottom .featured .navigation-link div.line1,
  #nav-top .featured .navigation-link div.line1 {
    text-transform: uppercase;
    font-size: 1.2em;
    line-height: 1.83333333em;
    margin-top: 0.45833333em;
    margin-bottom: 0;
  }
  #nav-bottom .featured .navigation-link div.line2,
  #nav-top .featured .navigation-link div.line2 {
    font-size: 1.4em;
    line-height: 2em;
    margin-top: 0em;
    margin-bottom: 0;
  }
  #nav-bottom .featured.featured-1 .navigation-link,
  #nav-top .featured.featured-1 .navigation-link {
    background-color: #d12b2d;
  }
  #nav-bottom .featured.featured-1 .navigation-link:hover,
  #nav-top .featured.featured-1 .navigation-link:hover {
    background-color: #dc5355;
  }
  #nav-bottom .featured.featured-1 .navigation-link:hover a,
  #nav-top .featured.featured-1 .navigation-link:hover a {
    background-color: #d12b2d;
  }
  #nav-bottom .featured.featured-2 .navigation-link,
  #nav-top .featured.featured-2 .navigation-link {
    background-color: #492d8f;
  }
  #nav-bottom .featured.featured-2 .navigation-link:hover,
  #nav-top .featured.featured-2 .navigation-link:hover {
    background-color: #5d39b6;
  }
  #nav-bottom .featured.featured-2 .navigation-link:hover a,
  #nav-top .featured.featured-2 .navigation-link:hover a {
    background-color: #492d8f;
  }
  #nav-bottom .featured.featured-3 .navigation-link,
  #nav-top .featured.featured-3 .navigation-link {
    background-color: #2e2e2e;
  }
  #nav-bottom .featured.featured-3 .navigation-link:hover,
  #nav-top .featured.featured-3 .navigation-link:hover {
    background-color: #474747;
  }
  #nav-bottom .featured.featured-3 .navigation-link:hover a,
  #nav-top .featured.featured-3 .navigation-link:hover a {
    background-color: #2e2e2e;
  }
  #nav-bottom .featured.featured-native .navigation-link,
  #nav-top .featured.featured-native .navigation-link {
    background-color: #f5f5f7;
  }
  #nav-bottom .featured.featured-native .navigation-link:hover,
  #nav-top .featured.featured-native .navigation-link:hover {
    background-color: #e7e7ec;
  }
  #nav-bottom .featured.featured-native .navigation-link:hover a,
  #nav-top .featured.featured-native .navigation-link:hover a {
    background-color: #f5f5f7;
  }
  #nav-bottom .featured.featured-native .navigation-link div,
  #nav-top .featured.featured-native .navigation-link div {
    font-weight: bold;
    color: #333333;
  }
  #nav-bottom .featured.featured-native .navigation-link .line1,
  #nav-top .featured.featured-native .navigation-link .line1,
  #nav-bottom .featured.featured-native .navigation-link .line2,
  #nav-top .featured.featured-native .navigation-link .line2 {
    font-weight: 400;
    font-family: 'Lora', serif;
    font-style: normal;
    font-weight: 700;
  }
}
@media   (min-width: 600px)   and  (min-width: 400px)    {
  #nav-bottom,
  #nav-top {
    margin-right: 12px;
    margin-left: 12px;
  }
}
@media   (min-width: 600px)   and   (min-width: 600px)   {
  #nav-bottom,
  #nav-top {
    margin-right: 8px;
    margin-left: 8px;
  }
}
@media   (min-width: 600px)   and  (min-width: 1008px)   {
  #nav-bottom,
  #nav-top {
    max-width: 992px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media   (min-width: 600px)   and  (min-width: 400px)    {
  #nav-bottom,
  #nav-top {
    margin-right: 12px;
    margin-left: 12px;
  }
}
@media   (min-width: 600px)   and   (min-width: 600px)   {
  #nav-bottom,
  #nav-top {
    margin-right: 8px;
    margin-left: 8px;
  }
}
@media   (min-width: 600px)   and  (min-width: 1008px)   {
  #nav-bottom,
  #nav-top {
    max-width: 992px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media   (min-width: 600px)   and   (min-width: 600px)   {
  #nav-bottom .navigation-link,
  #nav-top .navigation-link {
    padding-left: 16px;
    padding-right: 16px;
  }
}
#nav-top {
  margin-top: -4px;
}
#nav-top.overlay-enabled {
  display: block;
  background: #000000;
}
@media   (min-width: 600px)   {
  #nav-top {
    display: block;
    position: inherit;
  }
}
#nav-top .navigation-link .line2 {
  margin-top: 1em;
}
#nav-bottom {
  display: none;
  height: auto;
}
@media only screen  {
  .column-lining {
    display: block;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media only screen  and   (min-width: 600px)   {
  .column-lining {
    margin-left: 8px;
    margin-right: 8px;
  }
}
.page-container-wrapper {
  *zoom: 1;
}
.page-container-wrapper:before,
.page-container-wrapper:after {
  content: "";
  display: table;
}
.page-container-wrapper:after {
  clear: both;
}
.page-component-wrapper {
  padding: 0;
  margin-right: 4px;
  margin-left: 4px;
  *zoom: 1;
}
@media  (min-width: 400px)    {
  .page-component-wrapper {
    margin-right: 12px;
    margin-left: 12px;
  }
}
@media   (min-width: 600px)   {
  .page-component-wrapper {
    margin-right: 8px;
    margin-left: 8px;
  }
}
@media  (min-width: 1008px)   {
  .page-component-wrapper {
    max-width: 992px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media  (min-width: 400px)    {
  .page-component-wrapper {
    margin-right: 12px;
    margin-left: 12px;
  }
}
@media   (min-width: 600px)   {
  .page-component-wrapper {
    margin-right: 8px;
    margin-left: 8px;
  }
}
@media  (min-width: 1008px)   {
  .page-component-wrapper {
    max-width: 992px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 8px;
    padding-right: 8px;
  }
}
.page-component-wrapper:before,
.page-component-wrapper:after {
  content: "";
  display: table;
}
.page-component-wrapper:after {
  clear: both;
}
@media  (min-width: 1280px)   {
  .b-pw-1280 .page-component-wrapper {
    padding: 0;
    margin-right: 4px;
    margin-left: 4px;
    *zoom: 1;
  }
  .b-pw-1280 .page-component-wrapper:before,
  .b-pw-1280 .page-component-wrapper:after {
    content: "";
    display: table;
  }
  .b-pw-1280 .page-component-wrapper:after {
    clear: both;
  }
}
@media  (min-width: 1280px)   and  (min-width: 400px)    {
  .b-pw-1280 .page-component-wrapper {
    margin-right: 12px;
    margin-left: 12px;
  }
}
@media  (min-width: 1280px)   and   (min-width: 600px)   {
  .b-pw-1280 .page-component-wrapper {
    margin-right: 8px;
    margin-left: 8px;
  }
}
@media  (min-width: 1280px)   and  (min-width: 1008px)   {
  .b-pw-1280 .page-component-wrapper {
    max-width: 992px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media  (min-width: 1280px)   and  (min-width: 400px)    {
  .b-pw-1280 .page-component-wrapper {
    margin-right: 12px;
    margin-left: 12px;
  }
}
@media  (min-width: 1280px)   and   (min-width: 600px)   {
  .b-pw-1280 .page-component-wrapper {
    margin-right: 8px;
    margin-left: 8px;
  }
}
@media  (min-width: 1280px)   and  (min-width: 1008px)   {
  .b-pw-1280 .page-component-wrapper {
    max-width: 992px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media  (min-width: 1280px)   and  (min-width: 1280px)   {
  .b-pw-1280 .page-component-wrapper {
    max-width: 1264px;
  }
}
.page-content {
  position: relative;
  margin-bottom: 3.2em;
}
@media  (min-width: 1008px)   {
  .page-content {
    margin-top: -3.2em;
  }
}
.page-secondary-content {
  margin-bottom: 3.2em;
}
#page {
  margin-bottom: 0;
}
#extra-footer {
  background: #ffffff;
  margin-top: 5.6em;
  padding-top: 1.6em;
  padding-bottom: 4.8em;
}
@media only screen  {
  #extra-footer .promo-unit .promo-unit-summary {
    display: none;
  }
}
@media only screen  {
  #extra-footer .promo-unit .promo-unit-summary {
    display: none;
  }
}
@media only screen  {
  #extra-footer .promo-unit .link-box-list {
    display: none;
  }
}
#extra-footer .promo-unit .promo-unit-lining {
  background: #f4f4f2;
  overflow: hidden;
}
@media   (min-width: 600px)   {
  #extra-footer .promo-unit .promo-unit-copy-lining {
    min-height: 80px;
  }
}
@media  (min-width: 1008px)   {
  .article-list-single-column .promo-unit-wrapper {
    width: 33.33333333%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media  (min-width: 1008px)   {
  .article-list-single-column .promo-unit-wrapper {
    clear: none;
  }
}
@media  (min-width: 1008px)   {
  .article-list-single-column .promo-unit-wrapper:nth-child(3n +1) {
    clear: both;
  }
}
@media   (min-width: 600px) and (max-width: 1007px)  {
  .article-list-single-column .promo-unit-wrapper {
    width: 50%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media   (min-width: 600px) and (max-width: 1007px)  {
  .article-list-single-column .promo-unit-wrapper:nth-child(odd) {
    clear: both;
  }
}
@media   (min-width: 600px) and (max-width: 1007px)  {
  .article-list-single-column .promo-unit-wrapper:nth-child(even) {
    clear: none;
  }
}
@media   (min-width: 600px)   {
  .article-list-single-column-split .promo-unit-wrapper {
    width: 50%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media   (min-width: 600px)   {
  .article-list-single-column-split .promo-unit-wrapper:nth-child(odd) {
    clear: both;
  }
}
@media   (min-width: 600px)   {
  .article-list-single-column-split .promo-unit-wrapper:nth-child(even) {
    clear: none;
  }
}
@media only screen  {
  .article-list-simple .promo-unit .context-heading-list {
    display: none;
  }
  .article-list-simple .promo-unit .promo-unit-title {
    padding-top: 0;
    margin-top: 0;
  }
}
@media only screen  {
  .article-list-simple .promo-unit .link-box-list {
    display: none;
  }
}
@media only screen  {
  .article-list-simple .promo-unit .promo-unit-summary {
    display: none;
  }
}
@media only screen  {
  .article-list-simple .promo-unit .promo-unit-summary {
    display: none;
  }
}
body {
  max-width: 100%;
  margin: 0;
}
.native {
  /* adslots */
  /*

         Promo Module

         */
  /*

         Hero unit

         */
}
.native #page,
.native #story-page #story-content,
.native .container-index .page-content {
  background-color: #f5f5f7;
}
.native #share-tools-top,
.native #story-page .byline,
.native #follow-us,
.native #best-of-secondary,
.native #more-amazing-stories-primary,
.native #best-of-primary {
  display: none;
}
.native .bbccom_sponsor_section_slot .bbccom_advert#bbccom_sponsor_section {
  width: 280px !important;
  padding-bottom: 0px;
}
.native .bbccom_sponsor_section_slot .bbccom_advert#bbccom_sponsor_section > div {
  width: 88px;
  right: 8px;
  top: 8px;
  margin: 0px 0px 0px 0px !important;
  position: absolute;
}
.native .bbccom_sponsor_section_slot .bbccom_text {
  width: 164px !important;
}
.native #bbccom_sponsor_section_1_2_3 {
  background: #fff;
}
.native #bbccom_sponsor_section_4 {
  left: -50%;
}
.native .article-content #bbccom_sponsor_section_fake,
.native.container-index .page-content #bbccom_sponsor_section_fake,
.native .article-content .bbccom_sponsor_section_slot,
.native.container-index .page-content .bbccom_sponsor_section_slot {
  width: 100%;
  margin-top: 0.8em;
}
@media   (min-width: 600px)   {
  .native .article-content #bbccom_sponsor_section_fake,
  .native.container-index .page-content #bbccom_sponsor_section_fake,
  .native .article-content .bbccom_sponsor_section_slot,
  .native.container-index .page-content .bbccom_sponsor_section_slot {
    margin-top: 1.6em;
  }
}
@media  (min-width: 1008px)   {
  .native .article-content #bbccom_sponsor_section_fake,
  .native.container-index .page-content #bbccom_sponsor_section_fake,
  .native .article-content .bbccom_sponsor_section_slot,
  .native.container-index .page-content .bbccom_sponsor_section_slot {
    display: none;
  }
}
@media   (max-width: 1007px)  {
  .native .hero-unit .sponsor-attribution {
    display: none;
  }
}
.native #story-content p,
.native .container-index .page-content p {
  font-family: 'Lora', serif;
  font-style: italic;
  font-weight: 400;
}
.native #story-content h2.section-title,
.native .container-index .page-content h2.section-title,
.native #story-content h3,
.native .container-index .page-content h3 {
  font-family: 'Lora', serif;
  font-style: italic;
  font-weight: 400;
}
.native #story-content .bbccom_slot,
.native .container-index .page-content .bbccom_slot {
  background-color: white;
}
.native #story-content .article-list .promo-unit,
.native .container-index .page-content .article-list .promo-unit {
  margin-bottom: 1.6em;
}
.native #story-content .article-list .promo-unit .promo-unit-lining,
.native .container-index .page-content .article-list .promo-unit .promo-unit-lining {
  background-color: #fff;
}
.native #story-content .article-list .promo-unit .promo-unit-summary,
.native .container-index .page-content .article-list .promo-unit .promo-unit-summary {
  display: block;
  padding-top: 12px;
  border-top: 1px solid #e5e5e5;
}
.native #story-content .article-list .promo-unit .promo-unit-image,
.native .container-index .page-content .article-list .promo-unit .promo-unit-image {
  border-bottom: none;
}
.native #story-content .article-list .promo-unit .promo-unit-lining,
.native .container-index .page-content .article-list .promo-unit .promo-unit-lining {
  border-bottom: 4px solid #e5e5e5;
}
@media only screen  {
  .native #story-content .article-list .link-box-list,
  .native .container-index .page-content .article-list .link-box-list {
    display: none;
  }
}
.native #story-content #bbccom_sponsor_section_1_2_3,
.native .container-index .page-content #bbccom_sponsor_section_1_2_3,
.native #story-content #bbccom_sponsor_section_1_2_3_4,
.native .container-index .page-content #bbccom_sponsor_section_1_2_3_4 {
  background-color: transparent;
}
.native #story-content #bbccom_sponsor_section_1_2_3.bbccom_visible,
.native .container-index .page-content #bbccom_sponsor_section_1_2_3.bbccom_visible,
.native #story-content #bbccom_sponsor_section_1_2_3_4.bbccom_visible,
.native .container-index .page-content #bbccom_sponsor_section_1_2_3_4.bbccom_visible {
  padding: 0px;
}
@media only screen  {
  .native .container-index .article-list .promo-unit .context-heading-list {
    display: none;
  }
  .native .container-index .article-list .promo-unit .promo-unit-title {
    padding-top: 0;
    margin-top: 0;
  }
}
.native .container-index .article-list .promo-unit .promo-unit-summary {
  padding-bottom: 1.6em;
}
.native #story-content h1.primary-heading {
  font-weight: 400;
  font-family: 'Lora', serif;
  font-style: normal;
  font-weight: 700;
}
.native #story-content .context-heading {
  font-family: 'Lora', serif;
  font-style: italic;
  font-weight: 400;
}
.native #story-content p.introduction {
  color: #000;
}
@media   (min-width: 600px)   {
  .native #story-content p.introduction {
    font-size: 2.6em;
    line-height: 1.23076923em;
    margin-top: 0em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
    letter-spacing: -0.2px;
  }
}
.native #story-content .context-heading {
  border: none;
}
.native #story-content .context-heading-list {
  padding-bottom: 1.6em;
  border-bottom: 1px solid #b3b3b3;
}
.native #story-content p.introduction {
  padding-bottom: 24px;
  border-bottom: 1px solid #b3b3b3;
}
.native #story-content .caption-wrapper {
  background-color: #fff;
}
.native #story-content #share-tools-bottom .section-header {
  padding-top: 2.4em;
  border-top: 1px solid #cccccc;
}
.native #extra-footer {
  background-color: #fff;
}
.native #extra-footer .promo-unit-lining {
  background-color: #f5f5f7;
}
.native .promo-module .promo-module-title {
  font-weight: 400;
  font-family: 'Lora', serif;
}
.native .promo-module .promo-module-summary {
  font-weight: 400;
  font-family: 'Lora', serif;
}
.native .promo-module .link-text {
  font-weight: 400;
  font-family: 'Lora', serif;
}
.native .hero-unit {
  /*
          postioning

          */
  /* overlay */
}
.native .hero-unit .primary-header-wrapper,
.native .hero-unit .secondary-header-wrapper,
.native .hero-unit .context-heading-list {
  text-align: center;
}
.native .hero-unit h1.primary-heading {
  font-weight: 400;
  font-family: 'Lora', serif;
  font-style: normal;
  font-weight: 700;
}
.native .hero-unit .context-heading,
.native .hero-unit p.introduction {
  font-family: 'Lora', serif;
  font-style: italic;
  font-weight: 400;
  border: none;
}
.native .hero-unit p.introduction {
  font-size: 2em;
  line-height: 1.2em;
  margin-top: 1.2em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
}
.native .hero-unit .context-heading-list {
  padding-bottom: 1.8em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
.native .hero-unit .icon-wrapper-info {
  display: none;
}
.native .hero-unit .context-heading-list {
  width: 40%;
  margin: 0 30%;
}
.native .hero-unit .primary-header-wrapper {
  width: 80%;
  margin: 0 10%;
  top: 13.2em;
}
.native .hero-unit .introduction-wrapper {
  position: relative;
  width: 100%;
  margin: 0;
  margin-top: 2.4em;
}
.native .hero-unit .introduction-wrapper:before {
  top: -24px;
  left: 25%;
}
@media (min-width: 1007px) and (max-width: 1080px) {
  .native .hero-unit .introduction-wrapper {
    display: none;
  }
}
.native .hero-unit .secondary-header-wrapper {
  width: 300px;
  left: 50%;
  bottom: 5.2em;
}
.native .hero-unit .hero-unit-image-overlay-1 {
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.15) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.15) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.15) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.15) 100%);
  background: linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.15) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#26000000', GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#26000000',GradientType=0);
}
.native .hero-unit .hero-unit-image-overlay-2 {
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.15) 100%);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.15) 100%);
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.15) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.15) 100%);
  background: linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.15) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#26000000', endColorstr='#cc000000', GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#26000000',endColorstr='#cc000000',GradientType=0);
}
@media  (min-width: 300px) and (max-width: 599px)  {
  .native .hero-unit .primary-header-wrapper {
    top: 4em;
  }
  .native .hero-unit .context-heading-list {
    width: 60%;
    margin: 0 20%;
  }
}
@media   (min-width: 768px)   {
  .native #story-content p.introduction {
    font-size: 2.6em;
    line-height: 1.23076923em;
    margin-top: 0em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
    letter-spacing: -0.2px;
  }
  .native #story-content .context-heading {
    font-size: 2em;
    line-height: 1.2em;
    margin-top: 1.2em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
  }
  .native .hero-unit h1.primary-heading {
    font-size: 4em;
    line-height: 1.2em;
    margin-top: 0.3em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
    letter-spacing: -0.2px;
  }
  .native .context-heading {
    font-size: 2.4em;
    line-height: 1.16666667em;
    margin-top: 1.16666667em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
    letter-spacing: -0.2px;
  }
  .native .container-index .promo-unit-lining,
  .native .container-index #bbccom_mpu_1_2_3 .bbccom_advert,
  .native .container-index #bbccom_mpu_4 .bbccom_advert {
    min-height: 436px;
    padding-bottom: 0;
  }
  .native .container-index .article-list .promo-unit .promo-unit-title {
    font-size: 2.6em;
    line-height: 1.15384615em;
    margin-top: 1.15384615em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
    letter-spacing: -0.2px;
  }
  .native .container-index .article-list .promo-unit .promo-unit-summary {
    font-size: 1.8em;
    line-height: 1.11111111em;
    margin-top: 0.55555556em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
  }
}
@media  (min-width: 1200px)   {
  .native .hero-unit .secondary-header-wrapper {
    bottom: 6.4em;
  }
  .native .hero-unit .primary-header-wrapper {
    top: 14.8em;
  }
  .native .hero-unit h1.primary-heading {
    font-size: 5.2em;
    line-height: 1.15384615em;
    margin-top: 0.57692308em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
    letter-spacing: -0.2px;
  }
  .native .hero-unit p.introduction {
    font-size: 2.4em;
    line-height: 1.16666667em;
    margin-top: 1.16666667em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
    letter-spacing: -0.2px;
  }
}
.error-page {
  padding: 0;
  margin-right: 4px;
  margin-left: 4px;
}
@media  (min-width: 400px)    {
  .error-page {
    margin-right: 12px;
    margin-left: 12px;
  }
}
@media   (min-width: 600px)   {
  .error-page {
    margin-right: 8px;
    margin-left: 8px;
  }
}
@media  (min-width: 1008px)   {
  .error-page {
    max-width: 992px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media  (min-width: 400px)    {
  .error-page {
    margin-right: 12px;
    margin-left: 12px;
  }
}
@media   (min-width: 600px)   {
  .error-page {
    margin-right: 8px;
    margin-left: 8px;
  }
}
@media  (min-width: 1008px)   {
  .error-page {
    max-width: 992px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media  (min-width: 300px) and (max-width: 599px)  {
  .error-page li {
    font-size: 1.6em;
    line-height: 1.25em;
    margin-top: 0.625em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
  }
}
@media   (min-width: 600px) and (max-width: 1007px)  {
  .error-page li {
    font-size: 1.4em;
    line-height: 1.42857143em;
    margin-top: 0.71428571em;
    margin-bottom: 0;
  }
}
@media  (min-width: 1008px)   {
  .error-page li {
    font-size: 1.4em;
    line-height: 1.28571429em;
    margin-top: 0.64285714em;
    margin-bottom: 0;
  }
}
#homepage-two-column .primary-content .promo-unit-wrapper .promo-unit-lining {
  background: white;
  overflow: hidden;
}
@media only screen  {
  #homepage-two-column .primary-content .promo-unit-wrapper .context-heading-list {
    display: none;
  }
  #homepage-two-column .primary-content .promo-unit-wrapper .promo-unit-title {
    padding-top: 0;
    margin-top: 0;
  }
}
@media only screen  {
  #homepage-two-column .primary-content .promo-unit-wrapper .promo-unit-summary {
    display: none;
  }
}
@media only screen  {
  #homepage-two-column .primary-content .promo-unit-wrapper .promo-unit-summary {
    display: none;
  }
}
@media only screen  {
  #homepage-two-column .primary-content .promo-unit-wrapper .link-box-list {
    display: none;
  }
}
#homepage-two-column .primary-content .promo-unit-wrapper .inline-image-wrapper .pointer {
  display: block;
  position: absolute;
  bottom: 0;
  right: 25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 7.5px 8px 7.5px;
  border-color: transparent transparent white transparent;
}
@media   (min-width: 600px)   {
  #homepage-two-column .primary-content .promo-unit-wrapper .inline-image-wrapper .pointer {
    right: 50px;
  }
}
@media   (min-width: 600px)   {
  #homepage-two-column .primary-content .promo-unit-wrapper .promo-unit-summary {
    display: block;
  }
}
@media   (min-width: 600px)   {
  #homepage-two-column .primary-content .promo-unit-wrapper .promo-unit-summary {
    display: block;
  }
}
@media   (min-width: 600px)   {
  #homepage-two-column .primary-content .promo-unit-wrapper .link-box-list {
    display: block;
  }
}
@media   (min-width: 600px)   {
  #homepage-two-column .promo-group-2-wrapper .article-list-group-2,
  #homepage-two-column .promo-group-2-wrapper .headed-section-most-popular {
    width: 50%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media   (min-width: 600px)   {
  #homepage-two-column .promo-group-2-wrapper .article-list-group-2:nth-child(odd),
  #homepage-two-column .promo-group-2-wrapper .headed-section-most-popular:nth-child(odd) {
    clear: both;
  }
}
@media   (min-width: 600px)   {
  #homepage-two-column .promo-group-2-wrapper .article-list-group-2:nth-child(even),
  #homepage-two-column .promo-group-2-wrapper .headed-section-most-popular:nth-child(even) {
    clear: none;
  }
}
#homepage-two-column .promo-group-2-wrapper .headed-section-most-popular {
  margin-top: 1.6em;
}
@media   (min-width: 600px)   {
  #homepage-two-column .promo-group-3-wrapper {
    clear: both;
  }
}
@media   (min-width: 600px)   {
  #homepage-two-column .promo-group-3-wrapper {
    width: 100%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
#homepage-three-column {
  /* first group with 3 items */
  /* 2 groups to contain lists , follow us and most popular */
  /* group containing list and best of */
  /* paginated more items */
}
@media only screen  {
  #homepage-three-column .promo-unit .promo-unit-summary {
    display: none;
  }
}
@media only screen  {
  #homepage-three-column .promo-unit .promo-unit-summary {
    display: none;
  }
}
@media only screen  {
  #homepage-three-column .promo-unit .link-box-list {
    display: none;
  }
}
@media only screen  {
  #homepage-three-column .promo-unit .promo-unit-copy-lining {
    min-height: 8em;
  }
}
@media only screen  {
  #homepage-three-column .article-list-best-of .promo-unit .promo-unit-copy-lining {
    min-height: 5em;
  }
}
#homepage-three-column .article-list-group-1 .promo-unit-wrapper {
  /* advert displayed at group 3 */
}
@media   (min-width: 600px) and (max-width: 1007px)  {
  #homepage-three-column .article-list-group-1 .promo-unit-wrapper {
    width: 50%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media   (min-width: 600px) and (max-width: 1007px)  {
  #homepage-three-column .article-list-group-1 .promo-unit-wrapper:nth-child(odd) {
    clear: both;
  }
}
@media   (min-width: 600px) and (max-width: 1007px)  {
  #homepage-three-column .article-list-group-1 .promo-unit-wrapper:nth-child(even) {
    clear: none;
  }
}
@media  (min-width: 1008px)   {
  #homepage-three-column .article-list-group-1 .promo-unit-wrapper {
    width: 33.33333333%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media  (min-width: 1008px)   {
  #homepage-three-column .article-list-group-1 .promo-unit-wrapper {
    clear: none;
  }
}
@media  (min-width: 1008px)   {
  #homepage-three-column .article-list-group-1 .promo-unit-wrapper:nth-child(3n +1) {
    clear: both;
  }
}
@media   (max-width: 1007px)  {
  #homepage-three-column .article-list-group-1 .promo-unit-wrapper:nth-child(3) {
    clear: both;
  }
}
@media   (max-width: 1007px)  {
  #homepage-three-column .article-list-group-1 .promo-unit-wrapper:nth-child(3) {
    width: 100%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media   (min-width: 600px) and (max-width: 1007px)  {
  #homepage-three-column .promo-group-2-wrapper,
  #homepage-three-column .promo-group-3-wrapper {
    width: 50%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media   (min-width: 600px) and (max-width: 1007px)  {
  #homepage-three-column .promo-group-2-wrapper:nth-child(odd),
  #homepage-three-column .promo-group-3-wrapper:nth-child(odd) {
    clear: both;
  }
}
@media   (min-width: 600px) and (max-width: 1007px)  {
  #homepage-three-column .promo-group-2-wrapper:nth-child(even),
  #homepage-three-column .promo-group-3-wrapper:nth-child(even) {
    clear: none;
  }
}
@media  (min-width: 1008px)   {
  #homepage-three-column .promo-group-2-wrapper,
  #homepage-three-column .promo-group-3-wrapper {
    width: 33.33333333%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media  (min-width: 1008px)   {
  #homepage-three-column .promo-group-2-wrapper,
  #homepage-three-column .promo-group-3-wrapper {
    clear: none;
  }
}
@media  (min-width: 1008px)   {
  #homepage-three-column .promo-group-2-wrapper:nth-child(3n +1),
  #homepage-three-column .promo-group-3-wrapper:nth-child(3n +1) {
    clear: both;
  }
}
@media  (min-width: 1008px)   {
  #homepage-three-column .promo-group-4-wrapper {
    width: 33.33333333%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media  (min-width: 1008px)   {
  #homepage-three-column .promo-group-4-wrapper {
    clear: none;
  }
}
@media  (min-width: 1008px)   {
  #homepage-three-column .promo-group-4-wrapper:nth-child(3n +1) {
    clear: both;
  }
}
@media   (min-width: 600px) and (max-width: 1007px)  {
  #homepage-three-column .promo-group-4-wrapper .promo-unit-wrapper {
    width: 50%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media   (min-width: 600px) and (max-width: 1007px)  {
  #homepage-three-column .promo-group-4-wrapper .promo-unit-wrapper:nth-child(odd) {
    clear: both;
  }
}
@media   (min-width: 600px) and (max-width: 1007px)  {
  #homepage-three-column .promo-group-4-wrapper .promo-unit-wrapper:nth-child(even) {
    clear: none;
  }
}
@media   (max-width: 1007px)  {
  #homepage-three-column .promo-group-4-wrapper .bbccom_adsense_slot {
    clear: both;
  }
}
@media   (max-width: 1007px)  {
  #homepage-three-column .promo-group-4-wrapper .bbccom_adsense_slot {
    width: 100%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media  (min-width: 1008px)   {
  #homepage-three-column #more-stories-wrapper.article-list .promo-unit-wrapper {
    width: 33.33333333%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media  (min-width: 1008px)   {
  #homepage-three-column #more-stories-wrapper.article-list .promo-unit-wrapper {
    clear: none;
  }
}
@media  (min-width: 1008px)   {
  #homepage-three-column #more-stories-wrapper.article-list .promo-unit-wrapper:nth-child(3n +1) {
    clear: both;
  }
}
@media   (min-width: 600px) and (max-width: 1007px)  {
  #homepage-three-column #more-stories-wrapper.article-list .promo-unit-wrapper {
    width: 50%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media   (min-width: 600px) and (max-width: 1007px)  {
  #homepage-three-column #more-stories-wrapper.article-list .promo-unit-wrapper:nth-child(odd) {
    clear: both;
  }
}
@media   (min-width: 600px) and (max-width: 1007px)  {
  #homepage-three-column #more-stories-wrapper.article-list .promo-unit-wrapper:nth-child(even) {
    clear: none;
  }
}
@media only screen  {
  #homepage-three-column-simple .promo-unit .promo-unit-summary {
    display: none;
  }
}
@media only screen  {
  #homepage-three-column-simple .promo-unit .promo-unit-summary {
    display: none;
  }
}
@media only screen  {
  #homepage-three-column-simple .promo-unit .link-box-list {
    display: none;
  }
}
@media only screen  {
  #homepage-three-column-simple .promo-unit .promo-unit-copy-lining {
    min-height: 9em;
  }
}
@media  (min-width: 1008px)   {
  #homepage-three-column-simple .article-list-group-1 .promo-unit-wrapper,
  #homepage-three-column-simple #more-stories-wrapper .promo-unit-wrapper {
    width: 33.33333333%;
    display: inline;
    float: right;
    margin-left: 0;
    margin-right: 0;
  }
}
@media  (min-width: 1008px)   {
  #homepage-three-column-simple .article-list-group-1 .promo-unit-wrapper,
  #homepage-three-column-simple #more-stories-wrapper .promo-unit-wrapper {
    clear: none;
  }
}
@media   (min-width: 600px) and (max-width: 1007px)  {
  #homepage-three-column-simple .article-list-group-1 .promo-unit-wrapper,
  #homepage-three-column-simple #more-stories-wrapper .promo-unit-wrapper {
    width: 50%;
    display: inline;
    float: right;
    margin-left: 0;
    margin-right: 0;
  }
}
@media  (min-width: 300px) and (max-width: 599px)  {
  #homepage-three-column-simple .article-list-group-1 .promo-unit-wrapper.advert,
  #homepage-three-column-simple #more-stories-wrapper .promo-unit-wrapper.advert {
    *zoom: 1;
  }
  #homepage-three-column-simple .article-list-group-1 .promo-unit-wrapper.advert:before,
  #homepage-three-column-simple #more-stories-wrapper .promo-unit-wrapper.advert:before,
  #homepage-three-column-simple .article-list-group-1 .promo-unit-wrapper.advert:after,
  #homepage-three-column-simple #more-stories-wrapper .promo-unit-wrapper.advert:after {
    content: "";
    display: table;
  }
  #homepage-three-column-simple .article-list-group-1 .promo-unit-wrapper.advert:after,
  #homepage-three-column-simple #more-stories-wrapper .promo-unit-wrapper.advert:after {
    clear: both;
  }
}
#homepage-three-column-simple #bbccom_adsense_mpu,
#homepage-three-column-simple .ad-slot.mpu_bottom,
#homepage-three-column-simple #bbccom_promo_feature_responsive_1_2_3_4 {
  margin-top: 1.6em;
}
@media only screen  {
  #homepage-three-column-simple #bbccom_adsense_mpu,
  #homepage-three-column-simple .ad-slot.mpu_bottom,
  #homepage-three-column-simple #bbccom_promo_feature_responsive_1_2_3_4 {
    display: block;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media only screen  and   (min-width: 600px)   {
  #homepage-three-column-simple #bbccom_adsense_mpu,
  #homepage-three-column-simple .ad-slot.mpu_bottom,
  #homepage-three-column-simple #bbccom_promo_feature_responsive_1_2_3_4 {
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media only screen  {
  #homepage-three-column-simple #bbccom_adsense_mpu,
  #homepage-three-column-simple .ad-slot.mpu_bottom,
  #homepage-three-column-simple #bbccom_promo_feature_responsive_1_2_3_4 {
    display: block;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media only screen  and   (min-width: 600px)   {
  #homepage-three-column-simple #bbccom_adsense_mpu,
  #homepage-three-column-simple .ad-slot.mpu_bottom,
  #homepage-three-column-simple #bbccom_promo_feature_responsive_1_2_3_4 {
    margin-left: 8px;
    margin-right: 8px;
  }
}
#homepage-two-column-split .headed-section-filter .section-title {
  font-size: 2.6em;
  line-height: 1em;
  margin-top: 0em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
  letter-spacing: -0.2px;
  text-align: center;
}
#homepage-two-column-split .page-content .promo-unit-title {
  padding-top: 0;
}
#homepage-two-column-split #bbccom_sponsor_section_1_2_3.bbccom_visible {
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
}
#homepage-two-column-split #bbccom_mpu_1_2.bbccom_visible,
#homepage-two-column-split #bbccom_mpu_3_4.bbccom_visible,
#homepage-two-column-split #bbccom_mpu_1_2_3.bbccom_visible,
#homepage-two-column-split #bbccom_mpu_4.bbccom_visible {
  margin-top: 1.6em;
}
@media only screen  {
  #homepage-two-column-split #bbccom_mpu_1_2.bbccom_visible,
  #homepage-two-column-split #bbccom_mpu_3_4.bbccom_visible,
  #homepage-two-column-split #bbccom_mpu_1_2_3.bbccom_visible,
  #homepage-two-column-split #bbccom_mpu_4.bbccom_visible {
    display: block;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media only screen  and   (min-width: 600px)   {
  #homepage-two-column-split #bbccom_mpu_1_2.bbccom_visible,
  #homepage-two-column-split #bbccom_mpu_3_4.bbccom_visible,
  #homepage-two-column-split #bbccom_mpu_1_2_3.bbccom_visible,
  #homepage-two-column-split #bbccom_mpu_4.bbccom_visible {
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media only screen  {
  #homepage-two-column-split #bbccom_mpu_1_2.bbccom_visible,
  #homepage-two-column-split #bbccom_mpu_3_4.bbccom_visible,
  #homepage-two-column-split #bbccom_mpu_1_2_3.bbccom_visible,
  #homepage-two-column-split #bbccom_mpu_4.bbccom_visible {
    display: block;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media only screen  and   (min-width: 600px)   {
  #homepage-two-column-split #bbccom_mpu_1_2.bbccom_visible,
  #homepage-two-column-split #bbccom_mpu_3_4.bbccom_visible,
  #homepage-two-column-split #bbccom_mpu_1_2_3.bbccom_visible,
  #homepage-two-column-split #bbccom_mpu_4.bbccom_visible {
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media   (min-width: 600px)   {
  #homepage-two-column-split .promo-group-1-wrapper,
  #homepage-two-column-split .promo-group-2-wrapper {
    width: 50%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media   (min-width: 600px)   {
  #homepage-two-column-split .promo-group-1-wrapper:nth-child(odd),
  #homepage-two-column-split .promo-group-2-wrapper:nth-child(odd) {
    clear: both;
  }
}
@media   (min-width: 600px)   {
  #homepage-two-column-split .promo-group-1-wrapper:nth-child(even),
  #homepage-two-column-split .promo-group-2-wrapper:nth-child(even) {
    clear: none;
  }
}
#homepage-two-column-split .promo-group-2-wrapper .headed-section-most-popular {
  margin-top: 1.6em;
}
@media   (min-width: 600px)   {
  #homepage-two-column-split .promo-group-3-wrapper .article-list .promo-unit-wrapper,
  #homepage-two-column-split .promo-group-4-wrapper .article-list .promo-unit-wrapper {
    width: 50%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media   (min-width: 600px)   {
  #homepage-two-column-split .promo-group-3-wrapper .article-list .promo-unit-wrapper:nth-child(odd),
  #homepage-two-column-split .promo-group-4-wrapper .article-list .promo-unit-wrapper:nth-child(odd) {
    clear: both;
  }
}
@media   (min-width: 600px)   {
  #homepage-two-column-split .promo-group-3-wrapper .article-list .promo-unit-wrapper:nth-child(even),
  #homepage-two-column-split .promo-group-4-wrapper .article-list .promo-unit-wrapper:nth-child(even) {
    clear: none;
  }
}
.promo-index-container {
  background-color: #f1f1ee;
}
.promo-index {
  /* All lists */
}
@media   (min-width: 600px)   {
  .promo-index .article-list .promo-unit-copy-lining {
    min-height: 80px;
  }
}
.promo-index .promo-collection {
  background: #f1f1ee;
  z-index: 2;
  position: relative;
}
@media  (min-width: 1008px)   {
  .promo-index .promo-collection {
    margin-top: -3.2em;
  }
}
@media  (min-width: 300px) and (max-width: 599px)  {
  .promo-index .article-list-promo-index-default .promo-unit-wrapper {
    clear: both;
  }
}
@media  (min-width: 300px) and (max-width: 599px)  {
  .promo-index .article-list-promo-index-default .promo-unit-wrapper {
    width: 100%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media   (min-width: 600px) and (max-width: 1007px)  {
  .promo-index .article-list-promo-index-default .promo-unit-wrapper {
    width: 50%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media  (min-width: 1008px)   {
  .promo-index .article-list-promo-index-default .promo-unit-wrapper {
    width: 33.33333333%;
    display: inline;
    float: right;
    margin-left: 0;
    margin-right: 0;
  }
}
@media  (min-width: 1008px)   {
  .promo-index .article-list-promo-index-default .promo-unit-wrapper {
    clear: none;
  }
}
@media  (min-width: 300px) and (max-width: 599px)  {
  .promo-index .article-list-promo-index-default .promo-unit-wrapper.advert {
    *zoom: 1;
  }
  .promo-index .article-list-promo-index-default .promo-unit-wrapper.advert:before,
  .promo-index .article-list-promo-index-default .promo-unit-wrapper.advert:after {
    content: "";
    display: table;
  }
  .promo-index .article-list-promo-index-default .promo-unit-wrapper.advert:after {
    clear: both;
  }
}
.promo-index #bbccom_adsense_mpu {
  margin-top: 1.6em;
}
@media only screen  {
  .promo-index #bbccom_adsense_mpu {
    display: block;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media only screen  and   (min-width: 600px)   {
  .promo-index #bbccom_adsense_mpu {
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media only screen  {
  .promo-index #bbccom_adsense_mpu {
    display: block;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media only screen  and   (min-width: 600px)   {
  .promo-index #bbccom_adsense_mpu {
    margin-left: 8px;
    margin-right: 8px;
  }
}
#collection-index .primary-header {
  margin-top: 2em;
}
@media only screen  {
  #collection-index .primary-header {
    display: block;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media only screen  and   (min-width: 600px)   {
  #collection-index .primary-header {
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media only screen  {
  #collection-index .primary-header {
    display: block;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media only screen  and   (min-width: 600px)   {
  #collection-index .primary-header {
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media   (min-width: 600px)   {
  #collection-index .primary-header h1 {
    font-size: 4.8em;
    line-height: 1em;
    margin-top: 0em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
    letter-spacing: -0.2px;
  }
}
.sg-container {
  position: relative;
  background: #333333;
}
.sg-main {
  position: relative;
  z-index: 1;
  height: 100vh;
}
@media  (min-width: 1280px)   {
  .b-pw-1280 .sg-container .page-component-wrapper {
    padding: 0;
    margin-right: 4px;
    margin-left: 4px;
    *zoom: 1;
  }
  .b-pw-1280 .sg-container .page-component-wrapper:before,
  .b-pw-1280 .sg-container .page-component-wrapper:after {
    content: "";
    display: table;
  }
  .b-pw-1280 .sg-container .page-component-wrapper:after {
    clear: both;
  }
}
@media  (min-width: 1280px)   and  (min-width: 400px)    {
  .b-pw-1280 .sg-container .page-component-wrapper {
    margin-right: 12px;
    margin-left: 12px;
  }
}
@media  (min-width: 1280px)   and   (min-width: 600px)   {
  .b-pw-1280 .sg-container .page-component-wrapper {
    margin-right: 8px;
    margin-left: 8px;
  }
}
@media  (min-width: 1280px)   and  (min-width: 1008px)   {
  .b-pw-1280 .sg-container .page-component-wrapper {
    max-width: 992px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media  (min-width: 1280px)   and  (min-width: 400px)    {
  .b-pw-1280 .sg-container .page-component-wrapper {
    margin-right: 12px;
    margin-left: 12px;
  }
}
@media  (min-width: 1280px)   and   (min-width: 600px)   {
  .b-pw-1280 .sg-container .page-component-wrapper {
    margin-right: 8px;
    margin-left: 8px;
  }
}
@media  (min-width: 1280px)   and  (min-width: 1008px)   {
  .b-pw-1280 .sg-container .page-component-wrapper {
    max-width: 992px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media  (min-width: 1280px)   and  (min-width: 1280px)   {
  .b-pw-1280 .sg-container .page-component-wrapper {
    max-width: 1264px;
  }
}
.partner-promo {
  display: block;
  background-color: #f1f1ef;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  *zoom: 1;
}
.partner-promo:before,
.partner-promo:after {
  content: "";
  display: table;
}
.partner-promo:after {
  clear: both;
}
.partner-promo .partner-promo-wrapper {
  margin: 10px 10px;
  *zoom: 1;
}
.partner-promo .partner-promo-wrapper:before,
.partner-promo .partner-promo-wrapper:after {
  content: "";
  display: table;
}
.partner-promo .partner-promo-wrapper:after {
  clear: both;
}
.partner-promo:hover {
  background-color: #e5e5e1;
}
.partner-promo span.title {
  font-size: 2.2em;
}
.partner-promo span.title img {
  vertical-align: middle;
  width: 88px;
  margin-left: 10px;
}
.partner-promo .description p {
  margin: 0px !important;
  margin-top: 10px !important;
  padding: 0px !important;
  font-size: 1.4em;
  font-weight: normal !important;
}
.partner-promo .partner-promo-left {
  display: inline-block;
}
@media   (min-width: 600px)   {
  .partner-promo .partner-promo-left {
    width: 70.83333333%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.partner-promo .partner-promo-right {
  display: none;
}
.partner-promo .partner-promo-right img {
  width: 100%;
  height: auto;
}
@media   (min-width: 600px)   {
  .partner-promo .partner-promo-right {
    width: 29.16666667%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media   (min-width: 600px)   {
  .partner-promo .partner-promo-left .left-wrapper {
    margin: 10px 10px;
  }
  .partner-promo .partner-promo-right {
    display: inline-block;
  }
}
.horizontal-partner-module {
  background-color: #f1f1ef;
}
.horizontal-partner-module * {
  display: block;
  box-sizing: border-box;
}
.horizontal-partner-module--text .horizontal-partner-module__wrapper {
  overflow: auto;
}
.horizontal-partner-module--text .horizontal-partner-module__body {
  z-index: 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 8px;
}
.horizontal-partner-module--text .horizontal-partner-module__body .body__promo-image {
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.horizontal-partner-module--text .horizontal-partner-module__body .body__promo-image img {
  min-width: 100%;
  height: 100%;
  width: auto;
}
.horizontal-partner-module--text .horizontal-partner-module__body .body__copy {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 15px 10px 15px 10px;
  width: 100%;
}
.horizontal-partner-module--text .horizontal-partner-module__body .body__copy *,
.horizontal-partner-module--text .horizontal-partner-module__body .body__copy p > a {
  color: #ffffff !important;
}
.horizontal-partner-module--text .horizontal-partner-module__body .body__copy p > a {
  text-decoration: underline;
}
.horizontal-partner-module--text .horizontal-partner-module__body .body__copy p > a:hover {
  text-decoration: none;
  border-bottom: none !important;
}
.horizontal-partner-module--text .horizontal-partner-module__body .body__copy h1 {
  border-bottom: 1px solid white;
}
@media   (min-width: 600px)   {
  .horizontal-partner-module--text .horizontal-partner-module__body .body__copy {
    width: 70%;
    float: right;
  }
  .horizontal-partner-module--text .horizontal-partner-module__body .body__copy .copy__partner-logo {
    position: absolute;
    left: 25px;
    top: 15px;
  }
  .horizontal-partner-module--text .horizontal-partner-module__body .body__promo-image img {
    width: 100%;
    height: auto;
    min-height: 100%;
  }
}
.horizontal-partner-module--video {
  border-bottom: 4px solid #c7c7c7;
}
.horizontal-partner-module--video .body__copy h1 {
  border-bottom: 1px solid #333333;
}
.horizontal-partner-module__wrapper {
  margin-left: 8px;
  margin-right: 8px;
}
.horizontal-partner-module__advertisement {
  float: right;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  font: bold 11px/11px helvetica, arial, sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: right;
}
.horizontal-partner-module__body {
  clear: both;
}
.horizontal-partner-module__body .body__video {
  width: 100%;
}
.horizontal-partner-module__body .body__promo-image {
  width: 100%;
}
.horizontal-partner-module__body .body__promo-image img {
  width: 100%;
  height: auto;
}
.horizontal-partner-module__body .body__copy {
  padding: 15px 5px 15px 5px;
}
.horizontal-partner-module__body .body__copy * {
  display: inline-block;
}
.horizontal-partner-module__body .body__copy h1 {
  max-width: 70%;
  margin-top: 13px;
  padding-bottom: 6px;
  font-size: 2.5em;
  font-family: 'curiousSans-Bold', Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
}
.horizontal-partner-module__body .body__copy .copy__partner-logo {
  width: 88px;
  height: 31px;
  float: right;
}
.horizontal-partner-module__body .body__copy .copy__partner-logo .img {
  width: 100%;
  height: auto;
}
.horizontal-partner-module__body .body__copy .copy__body {
  width: 100%;
}
.horizontal-partner-module__body .body__copy .copy__body p {
  font-size: 1.4em;
  line-height: 1.07142857em;
  margin-top: 1.07142857em;
  margin-bottom: 0;
  line-height: 1.2em;
  margin: 0px !important;
  margin-top: 16px !important;
  padding: 0px !important;
}
.horizontal-partner-module__body .body__copy .copy__body .body__more-info-link {
  font-size: 1.4em;
  line-height: 1.07142857em;
  margin-top: 1.07142857em;
  margin-bottom: 0;
  line-height: 1.2em;
  font-weight: bold;
  text-decoration: underline;
}
.horizontal-partner-module__body .body__copy .copy__body .body__more-info-link:hover {
  text-decoration: none;
}
@media  (min-width: 400px)    {
  .horizontal-partner-module__body .body__copy {
    padding: 10px 10px 18px 10px;
  }
  .horizontal-partner-module__body .body__copy .copy__body {
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .horizontal-partner-module__body .body__copy .copy__body p {
    font-size: 1.6em;
    line-height: 0.9375em;
    margin-top: 0.9375em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
    line-height: 1.2em;
    margin-top: 10px !important;
  }
  .horizontal-partner-module__body .body__copy .copy__body .body__more-info-link {
    font-size: 1.6em;
    line-height: 0.9375em;
    margin-top: 0.9375em;
    margin-bottom: 0;
    letter-spacing: -0.1px;
    line-height: 1.2em;
  }
}
#story-page .callout-box {
  margin-top: 1.55em;
}
@media  (max-width: 499px)    {
  #story-page .callout-box {
    display: block;
  }
}
@media  (min-width: 500px)    {
  #story-page .callout-box {
    display: inline-block;
    max-width: 275px;
    float: left;
    margin: 1.55em 1.55em 1.55em 0;
  }
}
#story-page .callout-box .content {
  background-color: #1a1a1a;
  border-radius: 5px;
  float: inherit;
  max-width: inherit;
  color: #fbfbfb;
}
#story-page .callout-box .content .callout-box-head {
  border-radius: 5px;
  background-color: #000000;
  padding: 9px 15px 9px 15px;
}
#story-page .callout-box .content .callout-box-head a {
  color: white;
}
#story-page .callout-box .content .callout-box-head p {
  margin: 0;
  padding: 0;
}
#story-page .callout-box .content .callout-box-head .callout-box-title {
  font-weight: bold;
  font-size: 1.6em;
}
@media  (min-width: 300px)  {
  #story-page .callout-box .content .callout-box-head .callout-box-title {
    font-size: 2em;
  }
}
#story-page .callout-box .content .callout-box-head .callout-box-subtitle {
  line-height: 1.3em;
  font-size: 1.44em;
}
@media  (min-width: 300px)  {
  #story-page .callout-box .content .callout-box-head .callout-box-subtitle {
    font-size: 1.8em;
  }
}
#story-page .callout-box .content .callout-box-body {
  font-size: 1.12em;
  padding: 15px;
  padding-top: 6px;
  line-height: 1.3em;
}
#story-page .callout-box .content .callout-box-body a {
  color: white;
}
@media  (min-width: 300px)  {
  #story-page .callout-box .content .callout-box-body {
    font-size: 1.4em;
  }
}
#story-page .callout-box .content .callout-box-body * {
  font-size: inherit;
  padding: 0;
  line-height: inherit;
}
#story-page .callout-box .content .callout-box-body > *:last-child {
  margin-bottom: 0;
}
#story-page .callout-box .content .callout-box-body p {
  margin: 0 0 0.5em;
}
#story-page .callout-box .content .callout-box-body li {
  list-style-type: none;
  font-size: inherit;
  line-height: inherit;
  list-style-position: inside;
  margin: 0.5em 0 0.5em 0;
}
#story-page .callout-box .content .callout-box-body ol,
#story-page .callout-box .content .callout-box-body ul {
  padding: 0;
  margin: 0;
}
#story-page .callout-box .content .callout-box-body ol > li:before,
#story-page .callout-box .content .callout-box-body ul > li:before {
  display: inline-block;
  font-weight: bold;
  text-align: left;
}
#story-page .callout-box .content .callout-box-body ol {
  counter-reset: item;
}
#story-page .callout-box .content .callout-box-body ol > li {
  counter-increment: item;
}
#story-page .callout-box .content .callout-box-body ol > li:before {
  width: 1em;
  content: counter(item) ".";
}
#story-page .callout-box .content .callout-box-body ul > li:before {
  width: 0.7em;
  content: "\2022";
}
@media  (min-width: 1008px)   {
  .best-of-lab-container-vertical {
    width: 37.5%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.best-of-irregular-images {
  margin-top: 1.6em;
}
.best-of-irregular-images .promo-unit-wrapper {
  margin-bottom: 16px;
}
.best-of-irregular-images .promo-unit-wrapper .promo-unit-image {
  background-color: rgba(255, 255, 255, 0.01);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.best-of-irregular-images .promo-unit-wrapper:hover .promo-unit-image {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.best-of-irregular-images .promo-unit .promo-unit-lining {
  background: white;
  overflow: hidden;
}
@media only screen  {
  .best-of-irregular-images .promo-unit .context-heading-list {
    display: none;
  }
  .best-of-irregular-images .promo-unit .promo-unit-title {
    padding-top: 0;
    margin-top: 0;
  }
}
@media only screen  {
  .best-of-irregular-images .promo-unit .promo-unit-summary {
    display: none;
  }
}
@media only screen  {
  .best-of-irregular-images .promo-unit .promo-unit-summary {
    display: none;
  }
}
@media only screen  {
  .best-of-irregular-images .promo-unit .link-box-list {
    display: none;
  }
}
.best-of-irregular-images .promo-unit .icon-wrapper {
  display: none;
}
.best-of-irregular-images .promo-unit .context-heading-list .context-heading {
  display: block;
  font-size: 1.6em;
  line-height: 1.125em;
  margin-top: 0em;
  margin-bottom: 0;
  letter-spacing: -0.1px;
  margin-bottom: 8px;
}
.best-of-irregular-images .promo-unit .seperated-list.context-heading-list:after,
.best-of-irregular-images .promo-unit .link-box-list {
  display: none;
}
.best-of-irregular-images .promo-unit .promo-unit-lining {
  position: relative;
}
.best-of-irregular-images .promo-unit .promo-unit-lining .promo-unit-image {
  border-bottom: none;
}
.best-of-irregular-images .promo-unit .promo-unit-lining .promo-unit-title {
  color: #fff;
}
.best-of-irregular-images .promo-unit .promo-unit-lining .promo-unit-copy {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.best-of-irregular-images .promo-unit .promo-unit-lining .promo-unit-copy .promo-unit-copy-lining {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.best-of-irregular-images .promo-unit .promo-unit-lining .promo-unit-copy .promo-unit-header a {
  display: block;
  padding: 56.2% 16px 16px 16px;
}
.best-of-irregular-images .promo-unit .promo-unit-lining .promo-unit-overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ff000000', GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#ff000000',GradientType=0);
}
@media   (min-width: 768px)   {
  .single-column .primary-content .best-of-list .best-of-irregular-images .article-list {
    margin-top: 0;
  }
  .single-column .primary-content .best-of-list .best-of-irregular-images .article-list .promo-unit {
    margin-top: 1.6em;
  }
  .single-column .primary-content .best-of-list .best-of-irregular-images .article-list .promo-unit-copy-lining {
    height: auto;
    margin-top: 1.6em;
  }
  .single-column .primary-content .best-of-list .best-of-irregular-images .article-list .promo-unit-copy-lining:after {
    background: transparent;
  }
}
@media  (min-width: 300px)  {
  .single-column .primary-content .best-of-list .best-of-irregular-images .article-list .irregular-promo-unit-wrapper .promo-unit-wrapper {
    clear: both;
  }
}
@media  (min-width: 300px)  {
  .single-column .primary-content .best-of-list .best-of-irregular-images .article-list .irregular-promo-unit-wrapper .promo-unit-wrapper {
    width: 100%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media   (min-width: 600px) and (max-width: 767px)  {
  .single-column .primary-content .best-of-list .best-of-irregular-images .article-list .irregular-promo-unit-wrapper .promo-unit-wrapper {
    width: 50%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media   (min-width: 600px) and (max-width: 767px)  {
  .single-column .primary-content .best-of-list .best-of-irregular-images .article-list .irregular-promo-unit-wrapper .promo-unit-wrapper:nth-child(odd) {
    clear: both;
  }
}
@media   (min-width: 600px) and (max-width: 767px)  {
  .single-column .primary-content .best-of-list .best-of-irregular-images .article-list .irregular-promo-unit-wrapper .promo-unit-wrapper:nth-child(even) {
    clear: none;
  }
}
@media  (min-width: 1008px)   {
  .single-column .primary-content .best-of-list .best-of-irregular-images .article-list .irregular-promo-unit-wrapper .promo-unit-wrapper {
    clear: both;
  }
}
@media  (min-width: 1008px)   {
  .single-column .primary-content .best-of-list .best-of-irregular-images .article-list .irregular-promo-unit-wrapper .promo-unit-wrapper {
    width: 100%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media  (min-width: 300px)  {
  .single-column .primary-content .best-of-list .best-of-irregular-images .article-list .irregular-promo-unit-wrapper .promo-unit-wrapper .promo-unit-wrapper {
    clear: both;
  }
}
@media  (min-width: 300px)  {
  .single-column .primary-content .best-of-list .best-of-irregular-images .article-list .irregular-promo-unit-wrapper .promo-unit-wrapper .promo-unit-wrapper {
    width: 100%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media   (min-width: 600px) and (max-width: 767px)  {
  .single-column .primary-content .best-of-list .best-of-irregular-images .article-list .irregular-promo-unit-wrapper .promo-unit-wrapper .promo-unit-wrapper {
    width: 50%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media   (min-width: 600px) and (max-width: 767px)  {
  .single-column .primary-content .best-of-list .best-of-irregular-images .article-list .irregular-promo-unit-wrapper .promo-unit-wrapper .promo-unit-wrapper:nth-child(odd) {
    clear: both;
  }
}
@media   (min-width: 600px) and (max-width: 767px)  {
  .single-column .primary-content .best-of-list .best-of-irregular-images .article-list .irregular-promo-unit-wrapper .promo-unit-wrapper .promo-unit-wrapper:nth-child(even) {
    clear: none;
  }
}
@media  (min-width: 1008px)   {
  .single-column .primary-content .best-of-list .best-of-irregular-images .article-list .irregular-promo-unit-wrapper .promo-unit-wrapper .promo-unit-wrapper {
    clear: both;
  }
}
@media  (min-width: 1008px)   {
  .single-column .primary-content .best-of-list .best-of-irregular-images .article-list .irregular-promo-unit-wrapper .promo-unit-wrapper .promo-unit-wrapper {
    width: 100%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.single-column .primary-content .best-of-list .best-of-irregular-images .article-list .irregular-promo-unit-wrapper .promo-unit {
  margin-top: 0;
}
.single-column .primary-content .best-of-list .best-of-irregular-images .article-list .irregular-promo-unit-wrapper .promo-unit .promo-unit-image {
  border-bottom: none;
}
.single-column .primary-content .best-of-list .best-of-irregular-images .article-list .irregular-promo-unit-wrapper .promo-unit .promo-unit-copy .promo-unit-header a {
  padding-top: 120%;
}
@media   (min-width: 768px)   {
  .single-column .primary-content .best-of-list .best-of-irregular-images .article-list .irregular-promo-unit-wrapper-first {
    width: 29.16666667%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media   (min-width: 600px) and (max-width: 767px)  {
  .single-column .primary-content .best-of-list .best-of-irregular-images .article-list .irregular-promo-unit-wrapper-first .promo-unit-wrapper {
    width: 100%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media   (min-width: 768px)   {
  .single-column .primary-content .best-of-list .best-of-irregular-images .article-list .irregular-promo-unit-wrapper-first .promo-unit-image {
    padding-top: 120%;
  }
  .single-column .primary-content .best-of-list .best-of-irregular-images .article-list .irregular-promo-unit-wrapper-first .responsive.landscape {
    margin-left: -60%;
    max-width: 225%;
    width: 225%;
  }
}
@media   (min-width: 768px)   {
  .single-column .primary-content .best-of-list .best-of-irregular-images .article-list .irregular-promo-unit-wrapper-middle {
    width: 29.16666667%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media   (min-width: 768px)   {
  .single-column .primary-content .best-of-list .best-of-irregular-images .article-list .irregular-promo-unit-wrapper-middle .promo-unit-image {
    padding-top: 56.87%;
  }
}
@media   (min-width: 768px)   {
  .single-column .primary-content .best-of-list .best-of-irregular-images .article-list .irregular-promo-unit-wrapper-last {
    width: 41.66666667%;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media   (min-width: 768px)   {
  .single-column .primary-content .best-of-list .best-of-irregular-images .article-list .irregular-promo-unit-wrapper-last .promo-unit-image {
    padding-top: 82.2%;
  }
  .single-column .primary-content .best-of-list .best-of-irregular-images .article-list .irregular-promo-unit-wrapper-last .responsive.landscape {
    margin-left: -25%;
    max-width: 155%;
    width: 155%;
  }
}
