@charset "UTF-8";

/* Application Breakpoints */

/*$screen-xs:                             480px;      // mobile landscape
$screen-sm:                             768px;      // tablet
$screen-md:                             992px;      // small desktop / labtop
$screen-lg:                             1200px;     // normal desktop
$screen-xl:                             1600px;     //
$screen-hd:                             1920px;     // full hd
$screen-xxl:                            2560px;     // imac screen*/

.hero .slideshow__nav,
._c-modal .slideshow__nav,
.article__copy.drop-cap > p:first-child::after,
._c-modal ._c-modal__close {
  content: "";
  display: block;
  clear: both;
}

.hero {
  padding-left: 0;
  padding-right: 0;
  min-height: 0;
  -webkit-animation: fadeIn 1s ease-in;
          animation: fadeIn 1s ease-in;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.hero__imageContainer {
  background-color: #262626;
  position: relative;
}

.hero__imageContainer img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.hero--singleImage,
.hero--doubleImage,
.hero--singleVideo {
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
  margin: auto;
  position: absolute;
  left: 496px;
  margin-left: -331px;
}

@media (min-width: 992px) {
  .hero--singleImage,
  .hero--doubleImage,
  .hero--singleVideo {
    left: 50%;
  }
}

@media (min-width: 1024px) {
  .hero--singleImage,
  .hero--doubleImage,
  .hero--singleVideo {
    margin-left: -347px;
  }
}

@media (min-width: 1200px) {
  .hero--singleImage,
  .hero--doubleImage,
  .hero--singleVideo {
    margin-left: -435px;
  }
}

.hero--singleImage > .container,
.hero--doubleImage > .container,
.hero--singleVideo > .container {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  left: calc(-1*(330px)/2);
  width: calc(662px);
}

@media (min-width: 1024px) {
  .hero--singleImage > .container,
  .hero--doubleImage > .container,
  .hero--singleVideo > .container {
    left: calc(-1*(330px)/2);
    width: calc(694px);
  }
}

@media (min-width: 1200px) {
  .hero--singleImage > .container,
  .hero--doubleImage > .container,
  .hero--singleVideo > .container {
    left: calc(-1*(330px)/2);
    width: calc(870px);
  }
}

.hero--singleVideo {
  z-index: 1;
}

.hero--singleVideo .hero-video.youtube {
  height: calc(662px / 16 * 9);
}

@media (min-width: 1024px) {
  .hero--singleVideo .hero-video.youtube {
    height: calc(694px / 16 * 9);
  }
}

@media (min-width: 1200px) {
  .hero--singleVideo .hero-video.youtube {
    height: calc(870px / 16 * 9);
  }
}

.hero.hero--imageAndVideo,
.hero--multipleImages {
  width: 100%;
}

.hero.hero--imageAndVideo {
  padding-top: 30.50847%;
  position: relative;
  overflow: hidden;
}

.hero.hero--imageAndVideo .slideshow,
.hero.hero--imageAndVideo .hero-video {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.hero.hero--imageAndVideo .slideshow {
  right: 0;
  width: 45.76271%;
}

.hero.hero--imageAndVideo .hero-video {
  left: 0;
  width: 54.23729%;
}

@media (min-width: 1200px) {
  .hero.hero--imageAndVideo {
    padding-top: 20.93023%;
  }

  .hero.hero--imageAndVideo .slideshow {
    width: 62.7907%;
  }

  .hero.hero--imageAndVideo .hero-video {
    width: 37.2093%;
  }
}

.hero-video.youtube {
  width: 100%;
  height: 100%;
}

.hero-video.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero--wideImage {
  background-color: #000000;
  position: relative;
}

.hero--wideVideo {
  background-color: #000000;
  overflow: hidden;
  position: relative;
}

.hero--wideVideo .hero__heading {
  text-shadow: none;
}

.hero__video-container {
  height: 100%;
  left: 0;
  opacity: 0.4;
  position: absolute;
  top: 0;
  width: 100%;
}

.hero__video-player {
  height: auto;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}

.hero__video-frame {
  max-height: 640px;
  width: 100%;
}

.hero__video-frame::before {
  content: '';
  display: block;
  padding-top: 39.52569%;
}

.hero__playbutton-container {
  position: relative;
  top: 50%;
}

.hero__playbutton {
  border: 1px solid #FFFFFF;
  border-radius: 9999px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  height: 40px;
  letter-spacing: 1px;
  line-height: 40px;
  padding: 0 25px;
  text-transform: uppercase;
  transition: transform .2s, background-color .2s, border-color .2s;
}

.hero__playbutton:hover {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #000000;
}

.hero__frame {
  width: 100%;
  max-height: 640px;
  position: relative;
  opacity: 0.6;
  overflow: hidden;
}

.hero__frame::before {
  content: '';
  display: block;
  padding-top: 39.52569%;
}

.hero__frame-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
}

.hero__frame-image:not(.csn-parallax) {
  top: 50%;
  left: -50%;
  transform: translate(50%, -50%);
}

.hero__content {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
}

.hero__content.hero__slide-out {
  right: 100%;
  transition: all 1.5s ease;
}

.hero__content .container {
  height: 100%;
}

.hero__content::before {
  content: '';
  display: block;
  position: absolute;
  background-color: #000000;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.hero__header-container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.hero__heading {
  width: 90%;
  color: #FFFFFF;
  font-size: 57.33089px;
  font-weight: 600;
  line-height: 1em;
}

@media (min-width: 1200px) {
  .hero__heading {
    font-size: 68.79707px;
  }
}

.hero__subheading {
  width: 50%;
  color: #FFFFFF;
  margin-top: 1em;
  font-size: 27.648px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.3;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

@media (min-width: 1200px) {
  .hero__subheading {
    font-size: 31.25px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.2;
  }
}

.hero__action {
  content: url("https://editorial.csnstatic.com/desktop/images/shared/arrow-down-shape.png");
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-animation: bounce 1.5s linear;
          animation: bounce 1.5s linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
  0% {
    transform: translate3d(0, 0, 0);
  }

  30% {
    transform: translate3d(0, -15px, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounce {
  0% {
    transform: translate3d(0, 0, 0);
  }

  30% {
    transform: translate3d(0, -15px, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

#fullhero_video {
  height: auto;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  width: auto;
}

#fullhero_video video {
  height: 100%;
}

@media (min-width: 1200px) {
  #fullhero_video video {
    height: auto;
  }
}

.fullherovideo--wrap {
  align-items: center;
  display: flex;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-align-items: center;
}

.fullherovideo--wrap-show {
  pointer-events: auto;
  z-index: 10000001;
}

.fullherovideo--wrap-show .fullherovideo__inner {
  opacity: 1;
  transition: opacity 1.7s ease-in-out;
}

.fullherovideo--wrap-hide {
  z-index: -1;
}

.fullherovideo--wrap-hide .fullherovideo__inner {
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}

.fullherovideo__inner {
  background: #000000;
  height: 100%;
  margin: 0 auto;
  opacity: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.fullherovideo__action-close {
  color: #FFFFFF;
  cursor: pointer;
  padding: 0;
  position: absolute;
  left: 15px;
  top: 15px;
  width: 50px;
  height: 50px;
}

.fullherovideo__action-close::before {
  color: #FFFFFF;
  content: "";
  font-family: "csnicons";
  font-style: normal;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  font-size: 50px;
  line-height: 50px;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* a11y */

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */

.swiper-wp8-horizontal {
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  touch-action: pan-x;
}

.hero .slideshow {
  position: relative;
  overflow: hidden;
}

.hero .slideshow__container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
}

.hero .slideshow__slide {
  position: relative;
  width: 100%;
  min-height: 0;
  padding: 0;
}

.hero .slideshow__slide::before {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  display: block;
  width: 44px;
  height: 44px;
  color: #FFFFFF;
  font-family: "csnicons";
  font-size: 30px;
  line-height: 44px;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  text-align: center;
  text-shadow: 2px 2px 5px #000000;
}

.hero .slideshow__slide:hover:before {
  opacity: 1;
}

.hero .slideshow__image {
  width: 100%;
  background: #000000;
  cursor: pointer;
}

.hero .slideshow__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  text-indent: 100%;
  cursor: pointer;
  opacity: 1;
  z-index: 3;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.hero .slideshow__nav:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 44px;
  height: 44px;
  text-align: center;
  text-indent: 0;
  font-family: "csnicons";
  color: #FFFFFF;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
  line-height: 44px;
  font-size: 18px;
}

.hero .slideshow__nav--next,
.hero .slideshow__nav--prev {
  background: rgba(51, 51, 51, 0.8);
  border-radius: 0px;
  text-indent: -9999px;
}

.hero .slideshow__nav--next:hover:not([data-is-disabled="true"]),
.hero .slideshow__nav--prev:hover:not([data-is-disabled="true"]) {
  background: rgba(66, 66, 66, 0.7);
}

.hero .slideshow__nav--next:hover:not([data-is-disabled="true"]):before,
.hero .slideshow__nav--prev:hover:not([data-is-disabled="true"]):before {
  color: #FFFFFF;
}

.hero .slideshow__nav--next[data-is-disabled="true"]:before,
.hero .slideshow__nav--prev[data-is-disabled="true"]:before {
  opacity: 0.3;
}

.hero .slideshow__nav--next:before,
.hero .slideshow__nav--prev:before {
  position: absolute;
  top: 1px;
  color: #FFFFFF;
}

.hero .slideshow__nav--next {
  right: 0;
}

.hero .slideshow__nav--next:before {
  content: "";
  left: 2px;
}

.hero .slideshow__nav--prev {
  left: 0px;
}

.hero .slideshow__nav--prev:before {
  content: "";
  left: -2px;
}

.hero .slideshow__view-photos {
  line-height: 31px;
  font-size: 13px;
  padding: 0 20px;
  /*@if (map-get($options, $key) == true ) {
    }*/
  border-radius: 9999px;
  border-color: #F1F1F1;
  background-color: #F1F1F1;
  color: #333333;
  position: absolute;
  right: 35px;
  bottom: 30px;
  z-index: 3;
  font-weight: 600;
}

.hero .slideshow__view-photos:hover,
.hero .slideshow__view-photos:active,
.hero .slideshow__view-photos:focus,
.hero .slideshow__view-photos:visited {
  background-color: rgba(241, 241, 241, 0.7);
  border-color: rgba(241, 241, 241, 0);
  color: #333333;
  text-decoration: none;
}

.hero .slideshow--gallery-multiple-images {
  padding-top: calc(33.33333% - 1px);
}

.hero .slideshow--gallery-multiple-images .slideshow__slide {
  width: 50%;
}

.hero .slideshow--double-image {
  padding-top: calc(66.66667% - 1px);
}

.hero .slideshow--double-image .slideshow__view-photos {
  display: none;
}

.hero .slideshow--double-image .slideshow__nav {
  opacity: 0;
  transition: opacity .3s;
}

.hero .slideshow--double-image:hover .slideshow__nav {
  opacity: 1;
}

.hero .slideshow--image-video {
  padding-top: 30.50847%;
}

.hero .slideshow--image-video .slideshow__slide {
  width: 100%;
}

@media (min-width: 1200px) {
  .hero .slideshow--image-video {
    padding-top: 20.93023%;
  }

  .hero .slideshow--image-video .slideshow__slide {
    width: 50%;
  }

  .hero .slideshow--gallery-multiple-images {
    padding-top: 22.22222%;
  }

  .hero .slideshow--gallery-multiple-images .slideshow__slide {
    width: 33.33333%;
  }
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* a11y */

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */

.swiper-wp8-horizontal {
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  touch-action: pan-x;
}

._c-modal .slideshow {
  background-color: black;
  width: 100%;
  border-radius: 6px;
  -webkit-animation-duration: .666s;
          animation-duration: .666s;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

._c-modal .slideshow__slide.lazyStatusLoadingClass {
  background-image: url("https://editorial.csnstatic.com/desktop/images/shared/spinner-light.svg");
  background-size: 200px 200px;
  background-position: center;
  background-repeat: no-repeat;
}

._c-modal .slideshow__image {
  width: 100%;
  border-radius: 6px;
}

._c-modal .slideshow__nav {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  width: 30px;
  height: 30px;
  text-indent: 100%;
  cursor: pointer;
  opacity: 1;
  z-index: 3;
}

._c-modal .slideshow__nav:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  text-indent: 0;
  font-family: "csnicons";
  color: #FFFFFF;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
  line-height: 30px;
  font-size: 18px;
}

._c-modal .slideshow__nav--next,
._c-modal .slideshow__nav--prev {
  background: rgba(0, 0, 0, 0.8);
  padding: 22px;
  border-radius: 0px;
  text-indent: -9999px;
}

._c-modal .slideshow__nav--next:hover:not([data-is-disabled="true"]),
._c-modal .slideshow__nav--prev:hover:not([data-is-disabled="true"]) {
  background: rgba(66, 66, 66, 0.8);
}

._c-modal .slideshow__nav--next:hover:not([data-is-disabled="true"]):before,
._c-modal .slideshow__nav--prev:hover:not([data-is-disabled="true"]):before {
  color: #FFFFFF;
}

._c-modal .slideshow__nav--next[data-is-disabled="true"]:before,
._c-modal .slideshow__nav--prev[data-is-disabled="true"]:before {
  opacity: 0.3;
}

._c-modal .slideshow__nav--next:before,
._c-modal .slideshow__nav--prev:before {
  position: absolute;
  top: 8px;
  color: #FFFFFF;
}

._c-modal .slideshow__nav--next {
  right: 0px;
}

._c-modal .slideshow__nav--next:before {
  content: "";
  left: 2px;
}

._c-modal .slideshow__nav--prev {
  left: 0px;
}

._c-modal .slideshow__nav--prev:before {
  content: "";
  left: -2px;
}

._c-modal .slideshow__pagination {
  color: #FFFFFF;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  border-bottom-right-radius: 6px;
  padding: 5px;
  z-index: 1;
}

._c-modal .slideshow .swiper-slide {
  opacity: 1;
  transition: opacity 0.300s;
}

._c-modal .slideshow .swiper-transition .swiper-slide {
  transition: opacity 0s;
  opacity: 0;
}

/* Application Breakpoints */

/*$screen-xs:                             480px;      // mobile landscape
$screen-sm:                             768px;      // tablet
$screen-md:                             992px;      // small desktop / labtop
$screen-lg:                             1200px;     // normal desktop
$screen-xl:                             1600px;     //
$screen-hd:                             1920px;     // full hd
$screen-xxl:                            2560px;     // imac screen*/

.hero .slideshow__nav,
._c-modal .slideshow__nav,
.article__copy.drop-cap > p:first-child::after,
._c-modal ._c-modal__close {
  content: "";
  display: block;
  clear: both;
}

.article-type:not(.article-type--wideimage):not(.article-type--widevideo) {
  font-size: 0;
}

.article-type:not(.article-type--wideimage):not(.article-type--widevideo) .article {
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
  margin: auto;
  position: relative;
  left: 50%;
  margin-left: -331px;
}

.article-type:not(.article-type--wideimage):not(.article-type--widevideo) .article.narrow {
  margin-left: -264.8px;
}

.article-type:not(.article-type--wideimage):not(.article-type--widevideo) .article.narrow .container {
  width: 500px;
}

@media (min-width: 1024px) {
  .article-type:not(.article-type--wideimage):not(.article-type--widevideo) .article {
    margin-left: -347px;
  }
}

@media (min-width: 1200px) {
  .article-type:not(.article-type--wideimage):not(.article-type--widevideo) .article {
    margin-left: -435px;
  }
}

.article-type:not(.article-type--wideimage):not(.article-type--widevideo) .article .container {
  position: relative;
  left: calc(-1*(330px)/2);
  width: calc(662px);
}

@media (min-width: 1024px) {
  .article-type:not(.article-type--wideimage):not(.article-type--widevideo) .article .container {
    left: calc(-1*(330px)/2);
    width: calc(694px);
  }
}

@media (min-width: 1200px) {
  .article-type:not(.article-type--wideimage):not(.article-type--widevideo) .article .container {
    left: calc(-1*(330px)/2);
    width: calc(870px);
  }
}

.article-type.article-type--wideimage .article .container,
.article-type.article-type--widevideo .article .container {
  width: calc(662px);
}

@media (min-width: 1024px) {
  .article-type.article-type--wideimage .article .container,
  .article-type.article-type--widevideo .article .container {
    width: calc(694px);
  }
}

@media (min-width: 1200px) {
  .article-type.article-type--wideimage .article .container,
  .article-type.article-type--widevideo .article .container {
    width: calc(870px);
  }
}

.article-type.article-type--wideimage .article__subheading,
.article-type.article-type--widevideo .article__subheading {
  margin-top: 0px;
}

.article {
  padding-top: 30px;
}

@media (min-width: 1200px) {
  .article {
    padding-top: 45px;
  }
}

.article .cf:after {
  content: "";
  display: block;
  clear: both;
}

.article .pos-r {
  position: relative;
}

.article__heading {
  font-size: 39.81312px;
  font-weight: 300;
  letter-spacing: -.005em;
  line-height: 1.2;
  color: #000000;
}

@media (min-width: 1200px) {
  .article__heading {
    font-size: 48.82812px;
    font-weight: 300;
    line-height: 1.1;
  }
}

.article__heading.narrow {
  font-family: 'Roboto Slab', serif;
  font-weight: bold;
  font-size: 38px;
}

.article__subheading {
  font-size: 27.648px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.3;
  margin-top: 0.5em;
}

@media (min-width: 1200px) {
  .article__subheading {
    font-size: 31.25px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.2;
  }
}

.article__subheading.narrow {
  clear: both;
  margin-top: 3em;
}

@media (min-width: 1200px) {
  .article__subheading {
    margin-top: 1em;
  }
}

.article__summary {
  color: #999999;
}

.article__summary p {
  margin-top: 1.25em;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6;
}

@media (min-width: 1200px) {
  .article__summary p {
    font-size: 26px;
    font-weight: 300;
    line-height: 1.5em;
  }
}

.article__summary > div {
  margin: 0;
}

.article__copy.narrow .container > h1,
.article__copy.narrow .container > h2,
.article__copy.narrow .container > h3,
.article__copy.narrow .container > h4,
.article__copy.narrow .container > h5,
.article__copy.narrow .container > h6 {
  font-family: 'Roboto Slab', serif;
  font-weight: bold;
}

.article__copy .container {
  color: #666666;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6;
}

.article__copy .container-fluid {
  padding: 0;
}

.article__copy .container > h1 {
  color: #000000;
}

.article__copy .container > h2,
.article__copy .container > h3,
.article__copy .container > h4,
.article__copy .container > h5,
.article__copy .container > h6 {
  color: #333333;
}

.article__copy .container > h1,
.article__copy .container > h2,
.article__copy .container > h3,
.article__copy .container > h4,
.article__copy .container > h5,
.article__copy .container > h6 {
  margin-top: 40px;
}

.article__copy .container > h1 {
  font-size: 39.81312px;
  font-weight: 300;
  letter-spacing: -.005em;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .article__copy .container > h1 {
    font-size: 48.82812px;
    font-weight: 300;
    line-height: 1.1;
  }
}

.article__copy .container > h2 {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
}

.article__copy .container > h3 {
  font-size: 23.04px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.3;
}

@media (min-width: 1200px) {
  .article__copy .container > h3 {
    font-size: 25px;
    letter-spacing: 0;
    line-height: 1.3;
  }
}

.article__copy .container > h4 {
  font-size: 19.2px;
  font-weight: 600;
  letter-spacing: .005em;
  line-height: 1.3;
}

@media (min-width: 1200px) {
  .article__copy .container > h4 {
    font-size: 20px;
    letter-spacing: .005em;
    line-height: 1.3;
  }
}

.article__copy .container > h5 {
  font-size: 19.2px;
  font-weight: 600;
  letter-spacing: .005em;
  line-height: 1.3;
}

@media (min-width: 1200px) {
  .article__copy .container > h5 {
    font-size: 20px;
    letter-spacing: .005em;
    line-height: 1.3;
  }
}

.article__copy .container > h6 {
  font-size: 19.2px;
  font-weight: 600;
  letter-spacing: .005em;
  line-height: 1.3;
}

@media (min-width: 1200px) {
  .article__copy .container > h6 {
    font-size: 20px;
    letter-spacing: .005em;
    line-height: 1.3;
  }
}

.article__copy .container > p {
  margin-top: 1.25em;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6;
}

.article__copy .container > div {
  margin: 0;
}

.article__copy .container ul {
  list-style-type: disc;
  margin-bottom: 0;
  padding-left: 1.5em;
}

.article__copy .container ul li {
  display: list-item;
}

.article__copy .container strong,
.article__copy .container b {
  color: #333333;
}

.article__copy .container a strong,
.article__copy .container a b {
  color: inherit;
}

.article__copy .container .teads-inread,
.article__copy .container .brightcove,
.article__copy .container .spec-module {
  margin-top: 1.25em !important;
  font-size: 20px;
}

.article__copy .container .embed {
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
}

.article__copy .container .embed-youtube,
.article__copy .container .embed-vimeo {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.article__copy .container .embed-facebook,
.article__copy .container .embed-twitter,
.article__copy .container .embed-instagram,
.article__copy .container .embed-tableau {
  max-width: 500px;
}

.article__copy .container .embed-qualtrics {
  position: relative;
  padding-bottom: 100%;
  padding-top: 25px;
  height: 0;
}

.article__img {
  width: 100%;
  margin-top: 1.25em;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6;
}

.article__img--wide {
  position: absolute;
  top: 50%;
  left: -50%;
  transform: translate(50%, -50%);
  width: 100%;
  max-width: 100%;
}

.article__img-frame {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 1.25em;
}

.article__img-frame::before {
  content: '';
  display: block;
  padding-top: 56.25%;
}

.article__img-frame--wide {
  height: calc((100vw * (0.39526)) - 155px);
  max-height: 450px;
  min-height: 250px;
}

.article__img-frame__paralalx-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.article__img-frame .article__img {
  margin-top: 0;
}

.article__img-caption {
  font-size: 13px;
  line-height: normal;
  margin: 7px auto;
  text-align: center;
  color: #424242;
}

.article__type {
  line-height: 31px;
  font-size: 13px;
  padding: 0 20px;
  color: #FFFFFF;
  display: inline-block;
  float: left;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
  border-radius: 4px;
}

@media (min-width: 1200px) {
  .article__type {
    margin-bottom: 30px;
  }
}

.article__type--with-modal {
  cursor: pointer;
}

.article__type--with-modal::after {
  color: #FFFFFF;
  content: "";
  font-family: "csnicons";
  font-size: 14px;
  margin-left: 3px;
}

.article__date {
  font-size: 13px;
  display: inline-block;
  float: left;
  padding: 0 25px;
  line-height: 31px;
  color: #999999;
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  .article__date {
    margin-bottom: 30px;
  }
}

.article__dateAndTypeContainer {
  float: left;
}

.article__share--top {
  float: right;
  margin-bottom: 5px;
}

.article__share--top.narrow {
  float: left;
  margin-top: 30px;
}

@media (min-width: 1200px) {
  .article__share--top {
    margin-bottom: 20px;
  }
}

.article__share--top .share-social__link {
  margin-top: -7.5px;
}

.article__share--bottom {
  margin-top: 35px;
}

.article__pricing {
  margin-top: 1em;
  display: inline-block;
}

.article__pricing-label {
  cursor: pointer;
  color: #999999;
  font-size: 13px;
}

.article__pricing-label:hover,
.article__pricing-label:active,
.article__pricing-label:focus {
  text-decoration: underline;
}

.article__pricing-price {
  font-size: 27.648px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.3;
}

@media (min-width: 1200px) {
  .article__pricing-price {
    font-size: 31.25px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.2;
  }
}

.article__quote {
  font-size: 25px;
  font-weight: 400;
  line-height: 40px;
  padding: 12px 8%;
  color: #666666;
  margin: 1.25rem 5% 0 5%;
  font-style: italic;
  border-top: 1px #efefef solid;
  border-bottom: 1px #efefef solid;
}

.article__quote:before,
.article__quote:before {
  margin-left: -.5em;
}

.article__quote:before,
.article__quote:after {
  position: absolute;
  color: #007CC2;
  font-size: 4rem;
  width: 4rem;
  content: '“';
}

.article__authors {
  border-radius: 6px;
  border: solid 1px #CCCCCC;
  padding: 31px 40px;
  margin-top: 35px;
}

.article__meta {
  float: right;
}

.article-type--singleimage .article::before,
.article-type--doubleimage .article::before,
.article-type--video .article::before {
  content: '';
  display: block;
  padding-top: 56.25%;
}

.article-type--singleimage ._c-modal .slideshow__nav,
.article-type--doubleimage ._c-modal .slideshow__nav,
.article-type--video ._c-modal .slideshow__nav {
  display: none;
}

.article-type--video .article::before {
  padding-top: 56.25%;
}

.article-type--singleimage .article,
.article-type--doubleimage .article {
  z-index: 1;
  pointer-events: none;
}

.article-type--singleimage .article::before,
.article-type--doubleimage .article::before {
  padding-top: 66.66667%;
}

.article-type--singleimage .article > *,
.article-type--doubleimage .article > * {
  pointer-events: auto;
}

.article-type--singleimage .article header,
.article-type--doubleimage .article header {
  position: relative;
}

.article-type--singleimage .article__heading,
.article-type--doubleimage .article__heading {
  position: absolute;
  transform: translateY(-100%);
  padding: 150px 30px 25px 30px;
  color: #FFFFFF;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(252, 252, 252, 0) 1%, rgba(0, 0, 0, 0.85) 100%);
  top: -96px;
  pointer-events: none;
}

@media (min-width: 1200px) {
  .article-type--singleimage .article__heading,
  .article-type--doubleimage .article__heading {
    top: -126px;
  }
}

.article-type--singleimage .article__subheading,
.article-type--doubleimage .article__subheading {
  margin-top: 0;
}

.article-type--singleimage .article__pricing,
.article-type--doubleimage .article__pricing {
  margin-bottom: 31px;
}

.article.review .drop-cap > p:first-child:first-letter {
  color: #4CC8E8;
}

.article.sponsored .drop-cap > p:first-child:first-letter {
  color: #87D200;
}

.article.car-advice .drop-cap > p:first-child:first-letter,
.article.riding-advice .drop-cap > p:first-child:first-letter {
  color: #5C9B1C;
}

.article.video .drop-cap > p:first-child:first-letter {
  color: #FF8A2A;
}

.article.news .drop-cap > p:first-child:first-letter {
  color: #EE3C27;
}

.article.comparison .drop-cap > p:first-child:first-letter {
  color: purple;
}

.article.feature .drop-cap > p:first-child:first-letter {
  color: #E6176F;
}

.article.motoracing .drop-cap > p:first-child:first-letter {
  color: #424242;
}

.article__copy.drop-cap > p:first-child:first-letter {
  color: inherit;
  float: left;
  font-size: 5.2em;
  font-weight: 300;
  line-height: .75;
  margin-right: .1em;
  margin-top: .09em;
  text-transform: capitalize;
}

/* Application Breakpoints */

/*$screen-xs:                             480px;      // mobile landscape
$screen-sm:                             768px;      // tablet
$screen-md:                             992px;      // small desktop / labtop
$screen-lg:                             1200px;     // normal desktop
$screen-xl:                             1600px;     //
$screen-hd:                             1920px;     // full hd
$screen-xxl:                            2560px;     // imac screen*/

.hero .slideshow__nav,
._c-modal .slideshow__nav,
.article__copy.drop-cap > p:first-child::after,
._c-modal ._c-modal__close {
  content: "";
  display: block;
  clear: both;
}

.article-disclaimer {
  font-size: 12px;
  color: #CCCCCC;
}

.article-disclaimer__heading {
  font-weight: bold;
}

/* Application Breakpoints */

/*$screen-xs:                             480px;      // mobile landscape
$screen-sm:                             768px;      // tablet
$screen-md:                             992px;      // small desktop / labtop
$screen-lg:                             1200px;     // normal desktop
$screen-xl:                             1600px;     //
$screen-hd:                             1920px;     // full hd
$screen-xxl:                            2560px;     // imac screen*/

.hero .slideshow__nav,
._c-modal .slideshow__nav,
.article__copy.drop-cap > p:first-child::after,
._c-modal ._c-modal__close {
  content: "";
  display: block;
  clear: both;
}

.wrapper--aside {
  display: inline-block;
  vertical-align: top;
  position: relative;
  left: 50%;
  margin-left: -150px;
}

.aside {
  width: 300px;
}

.article-type--multipleimages .wrapper--aside,
.article-type--imagesandvideo .wrapper--aside {
  padding-top: 30px;
  margin-top: -30px;
}

@media (min-width: 1200px) {
  .article-type--multipleimages .wrapper--aside,
  .article-type--imagesandvideo .wrapper--aside {
    margin-top: -45px;
    padding-top: 45px;
  }
}

.article-type--multipleimages .wrapper--aside .aside,
.article-type--imagesandvideo .wrapper--aside .aside {
  padding-top: 30px;
}

@media (min-width: 1200px) {
  .article-type--multipleimages .wrapper--aside .aside,
  .article-type--imagesandvideo .wrapper--aside .aside {
    padding-top: 45px;
  }
}

.article-type--singleimage .wrapper--aside,
.article-type--doubleimage .wrapper--aside,
.article-type--video .wrapper--aside {
  margin-top: -30px;
}

@media (min-width: 1200px) {
  .article-type--singleimage .wrapper--aside,
  .article-type--doubleimage .wrapper--aside,
  .article-type--video .wrapper--aside {
    margin-top: -45px;
  }
}

.article-type--singleimage .wrapper--aside .aside,
.article-type--doubleimage .wrapper--aside .aside,
.article-type--video .wrapper--aside .aside {
  padding-top: 30px;
}

@media (min-width: 1200px) {
  .article-type--singleimage .wrapper--aside .aside,
  .article-type--doubleimage .wrapper--aside .aside,
  .article-type--video .wrapper--aside .aside {
    padding-top: 45px;
  }
}

.author {
  font-size: 0;
}

.author__image {
  display: inline-block;
}

.author__image img {
  border-radius: 9999px;
  width: 100px;
  height: 100px;
}

.author__details {
  display: inline-block;
  margin-left: 22px;
  min-width: 165px;
  vertical-align: middle;
}

.author__description {
  font-size: 13px;
  color: #000000;
}

.author__name {
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}

.author__title {
  font-size: 13px;
  line-height: 24px;
  margin-top: -3px;
  color: #999999;
}

.author__links {
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
  line-height: 31px;
  font-size: 13px;
  padding: 0 20px;
  /*@if (map-get($options, $key) == true ) {
    }*/
  line-height: 27px;
  font-size: 13px;
  padding: 0 15px;
  font-weight: 600;
  border-width: 1px;
  border-style: solid;
  border-radius: 9999px;
  border-color: #007CC2;
  color: #007CC2;
}

.author__links:visited {
  color: #007CC2;
  text-decoration: none;
}

.author__links:hover,
.author__links:active,
.author__links:focus {
  background-color: rgba(0, 124, 194, 0.7);
  border-color: rgba(0, 124, 194, 0);
  color: #FFFFFF;
  text-decoration: none;
}

.author + .author {
  margin-top: 30px;
  border-top: 1px solid #CCCCCC;
  padding-top: 30px;
}

.ltm {
  margin: 30px auto 0px auto;
  border: 1px solid #CCCCCC;
  border-radius: 6px;
  float: left;
  font-size: 0;
  display: flex;
  width: 100%;
  align-items: center;
  background-color: #FCFCFC;
  padding: 15px;
}

@media (min-width: 1200px) {
  .ltm {
    margin: 45px auto 0px auto;
    padding: 10px 25px;
  }
}

.ltm__item {
  display: flex;
  align-self: stretch;
}

.ltm__item:first-child .ltm__itemcontent {
  padding: 0 7px 0 0;
}

.ltm__item:first-child:nth-last-child(1) {
  width: 100%;
}

.ltm__item:first-child:nth-last-child(2) {
  width: 66%;
}

.ltm__item:first-child:nth-last-child(3) {
  width: 40%;
}

.ltm__item:nth-child(2):nth-last-child(1) {
  width: 34%;
}

.ltm__item:nth-child(2):nth-last-child(2),
.ltm__item:nth-child(3):nth-last-child(1) {
  width: 30%;
}

.ltm__item:nth-child(2):nth-last-child(2) .ltm__itemcontent {
  margin: auto;
  padding: 0 7px;
}

.ltm__item:nth-child(2):nth-last-child(1) .ltm__itemcontent,
.ltm__item:nth-child(3):nth-last-child(1) .ltm__itemcontent {
  margin: auto 0 auto auto;
}

.ltm__item:nth-child(2):nth-last-child(1) .ltm__itemcontent,
.ltm__item:nth-child(3):nth-last-child(1) .ltm__itemcontent {
  padding: 0 0 0 7px;
}

.ltm__itemcontent {
  display: inline-block;
  margin: auto 0;
}

.ltm__heading {
  font-size: 12.8px;
  color: #828282;
}

@media (min-width: 1200px) {
  .ltm__heading {
    font-size: 16px;
  }
}

.ltm__value {
  font-size: 16px;
  color: #424242;
  font-weight: 400;
}

@media (min-width: 1200px) {
  .ltm__value {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.6;
  }
}

.article__table table {
  width: 100%;
  margin-top: 1.25em;
  background-color: #fff;
  border-collapse: collapse;
  color: #898989;
}

.article__table table thead {
  font-weight: bold;
  color: #000000;
}

.article__table table thead th {
  vertical-align: bottom;
}

.article__table table th,
.article__table table td {
  padding: 10px;
  vertical-align: top;
}

.article__table table th:first-child,
.article__table table td:first-child {
  padding-left: 25px;
}

.article__table table tbody tr:nth-of-type(odd) {
  background-color: rgba(241, 241, 241, 0.31);
}

.article__table table th,
.article__table table td,
.article__table table thead th,
.article__table table tbody + tbody {
  border: 0;
}

.wp-block-table {
  margin-top: 20px;
  overflow-x: auto;
}

.wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.wp-block-table table th,
.wp-block-table table td {
  padding: 10px;
  vertical-align: top;
}

.wp-block-table table th:first-child,
.wp-block-table table td:first-child {
  padding-left: 25px;
}

.wp-block-table table tbody tr:nth-of-type(odd) {
  background-color: rgba(241, 241, 241, 0.31);
}

.wp-block-table table th,
.wp-block-table table td,
.wp-block-table table thead th,
.wp-block-table table tbody + tbody {
  border: 0;
}

/* Application Breakpoints */

/*$screen-xs:                             480px;      // mobile landscape
$screen-sm:                             768px;      // tablet
$screen-md:                             992px;      // small desktop / labtop
$screen-lg:                             1200px;     // normal desktop
$screen-xl:                             1600px;     //
$screen-hd:                             1920px;     // full hd
$screen-xxl:                            2560px;     // imac screen*/

.hero .slideshow__nav,
._c-modal .slideshow__nav,
.article__copy.drop-cap > p:first-child::after,
._c-modal ._c-modal__close {
  content: "";
  display: block;
  clear: both;
}

.display-tag {
  margin-top: 30px;
}

.display-tag__link {
  float: left;
  line-height: 31px;
  font-size: 13px;
  padding: 0 20px;
  /*@if (map-get($options, $key) == true ) {
    }*/
  line-height: 23px;
  font-size: 13px;
  padding: 0 15px;
  font-weight: 600;
  border-width: 1px;
  border-style: solid;
  border-radius: 9999px;
  border-color: #007CC2;
  color: #007CC2;
  line-height: 27px;
  cursor: pointer;
  transition: .3s;
  margin-right: 7px;
  margin-bottom: 7px;
}

.display-tag__link:before,
.display-tag__link:after {
  display: table;
  content: " ";
}

.display-tag__link:after {
  clear: both;
}

.display-tag__link:visited {
  color: #007CC2;
  text-decoration: none;
}

.display-tag__link:hover,
.display-tag__link:active,
.display-tag__link:focus {
  background-color: rgba(0, 124, 194, 0.7);
  border-color: rgba(0, 124, 194, 0);
  color: #FFFFFF;
  text-decoration: none;
}

.display-tag__link:visited {
  color: #007CC2;
  text-decoration: none;
}

.display-tag__link:hover,
.display-tag__link:active,
.display-tag__link:focus {
  background-color: #007CC2;
  border-color: #007CC2;
  color: #FFFFFF;
  text-decoration: none;
}

.display-tag__link:hover::after,
.display-tag__link:active::after,
.display-tag__link:focus::after {
  color: #FFFFFF;
}

.display-tag__inline-block {
  display: inline-block;
}

.share-social {
  float: left;
  font-size: 0;
}

.share-social__link {
  width: 45px;
  height: 45px;
  display: inline-block;
  border-radius: 9999px;
  position: relative;
  margin-right: 15px;
  float: right;
}

.share-social__link:first-child {
  margin-right: auto;
}

.share-social__link--facebook {
  background-color: #3B5998;
  color: #FFFFFF;
  font-size: 23px;
}

.share-social__link--facebook:hover,
.share-social__link--facebook:visited,
.share-social__link--facebook:active,
.share-social__link--facebook:focus {
  color: #FFFFFF;
  opacity: 0.66;
}

.share-social__link--facebook .share-social__link-icon::before {
  content: "";
}

.share-social__link--twitter {
  background-color: #1DA1F2;
  color: #FFFFFF;
  font-size: 23px;
}

.share-social__link--twitter:hover,
.share-social__link--twitter:visited,
.share-social__link--twitter:active,
.share-social__link--twitter:focus {
  color: #FFFFFF;
  opacity: 0.66;
}

.share-social__link--twitter .share-social__link-icon::before {
  content: "";
}

.share-social__link--google-plus {
  background-color: #D34836;
  color: #FFFFFF;
  font-size: 23px;
}

.share-social__link--google-plus:hover,
.share-social__link--google-plus:visited,
.share-social__link--google-plus:active,
.share-social__link--google-plus:focus {
  color: #FFFFFF;
  opacity: 0.66;
}

.share-social__link--google-plus .share-social__link-icon::before {
  content: "";
}

.share-social__link--tumblr {
  background-color: #35465C;
  color: #FFFFFF;
  font-size: 23px;
}

.share-social__link--tumblr:hover,
.share-social__link--tumblr:visited,
.share-social__link--tumblr:active,
.share-social__link--tumblr:focus {
  color: #FFFFFF;
  opacity: 0.66;
}

.share-social__link--tumblr .share-social__link-icon::before {
  content: "";
}

.share-social__link--pinterest {
  background-color: #BD081C;
  color: #FFFFFF;
  font-size: 23px;
}

.share-social__link--pinterest:hover,
.share-social__link--pinterest:visited,
.share-social__link--pinterest:active {
  color: #FFFFFF;
  opacity: 0.66;
}

.share-social__link--pinterest .share-social__link-icon::before {
  content: "";
}

.share-social__link--reddit {
  background-color: #FF4500;
  color: #FFFFFF;
  font-size: 23px;
}

.share-social__link--reddit:hover,
.share-social__link--reddit:visited,
.share-social__link--reddit:active,
.share-social__link--reddit:focus {
  color: #FFFFFF;
  opacity: 0.66;
}

.share-social__link--reddit .share-social__link-icon::before {
  content: "";
}

.share-social__link--email {
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #000000;
  font-size: 23px;
}

.share-social__link--email:hover,
.share-social__link--email:visited,
.share-social__link--email:active,
.share-social__link--email:focus {
  color: #000000;
  opacity: 0.66;
}

.share-social__link--email .share-social__link-icon::before {
  content: "";
}

.share-social__link--sms {
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #000000;
  font-size: 23px;
}

.share-social__link--sms:hover,
.share-social__link--sms:visited,
.share-social__link--sms:active,
.share-social__link--sms:focus {
  color: #000000;
  opacity: 0.66;
}

.share-social__link--sms .share-social__link-icon::before {
  content: "";
}

.share-social__link-icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.share-social__link-text {
  display: none;
}

._c-modal {
  /* dimensions: spanning the background from edge to edge */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  /* z-index needs to be >= elements on the site. */
  /* position: centering content */
  text-align: center;
  /* styling */
  cursor: pointer;
  background-color: #333;
  /* IE8 "hack" for nested _c-modals */
  background-color: rgba(0, 0, 0, 0.8);
}

._c-modal[data-is-active="false"] {
  display: none;
}

._c-modal.loading {
  background-image: url("https://editorial.csnstatic.com/desktop/images/shared/spinner-light.svg");
  background-size: 200px 200px;
  background-position: center;
  background-repeat: no-repeat;
}

._c-modal ._c-modal__close {
  /* position: centering vertical and horizontal */
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
  width: 72px;
  height: 72px;
  border-radius: 36px;
  border: 0;
  background-color: transparent;
  outline: 0;
  cursor: pointer;
  font-size: 0;
}

._c-modal ._c-modal__close:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  text-indent: 0;
  font-family: "csnicons";
  content: "";
  text-indent: 0;
  color: #FFFFFF;
  line-height: 66px;
  font-size: 25px;
}

._c-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  max-width: calc(100vw - 80px);
}

.csn-modal {
  background-color: #FFFFFF;
  border-radius: 6px;
  width: calc(100vw - 160px);
  max-height: calc(100vh - 160px);
  padding: 80px;
  text-align: center;
  -webkit-animation-duration: .666s;
          animation-duration: .666s;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media (min-width: 1200px) {
  .csn-modal {
    width: calc(75vw - 160px);
  }
}

.csn-modal__content {
  overflow: auto;
  max-height: calc(100vh - 320px);
}

/* Application Breakpoints */

/*$screen-xs:                             480px;      // mobile landscape
$screen-sm:                             768px;      // tablet
$screen-md:                             992px;      // small desktop / labtop
$screen-lg:                             1200px;     // normal desktop
$screen-xl:                             1600px;     //
$screen-hd:                             1920px;     // full hd
$screen-xxl:                            2560px;     // imac screen*/

.hero .slideshow__nav,
._c-modal .slideshow__nav,
.article__copy.drop-cap > p:first-child::after,
._c-modal ._c-modal__close {
  content: "";
  display: block;
  clear: both;
}

.more-articles {
  background: #FFFFFF;
  border-top: solid 1px #CCCCCC;
  padding-top: 10px;
  padding-bottom: 15px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
  transform: translateY(100%);
  transition: transform .333s, padding-top .3s;
}

.more-articles.active.ready {
  transform: translateY(87px);
}

.more-articles .container {
  position: relative;
}

.more-articles__frame {
  width: calc(100% - 70px);
  min-height: 67px;
  margin-left: 0;
  font-size: 0;
}

.more-articles__frame.loading {
  background-image: url("https://editorial.csnstatic.com/desktop/images/shared/spinner-dark.svg");
  background-size: 200px 200px;
  background-position: center;
  background-repeat: no-repeat;
}

.more-articles__top-container {
  width: calc(100% - 70px);
}

.more-articles__filters,
.more-articles__links {
  margin-bottom: 15px;
  display: inline-block;
}

.more-articles__filter,
.more-articles__link {
  display: inline-block;
  text-align: center;
  margin-right: 25px;
}

.more-articles__link {
  font-size: 13px;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
}

.more-articles__link:hover,
.more-articles__link:active,
.more-articles__link:focus {
  text-decoration: none;
}

.more-articles__filter {
  line-height: 31px;
  font-size: 13px;
  padding: 0 20px;
  /*@if (map-get($options, $key) == true ) {
    }*/
  line-height: 27px;
  font-size: 13px;
  padding: 0 15px;
  font-weight: 600;
  border-width: 1px;
  border-style: solid;
  border-radius: 9999px;
  border-color: #007CC2;
  color: #007CC2;
  cursor: pointer;
}

.more-articles__filter:visited {
  color: #007CC2;
  text-decoration: none;
}

.more-articles__filter:hover,
.more-articles__filter:active,
.more-articles__filter:focus {
  background-color: rgba(0, 124, 194, 0.7);
  border-color: rgba(0, 124, 194, 0);
  color: #FFFFFF;
  text-decoration: none;
}

.more-articles__filter--active {
  line-height: 31px;
  font-size: 13px;
  padding: 0 20px;
  /*@if (map-get($options, $key) == true ) {
    }*/
  line-height: 27px;
  font-size: 13px;
  padding: 0 15px;
  font-weight: 600;
  border-color: #007CC2;
  background-color: #007CC2;
  color: #FFFFFF;
  cursor: default;
}

.more-articles__filter--active:visited {
  color: #FFFFFF;
  text-decoration: none;
}

.more-articles__filter--active:hover,
.more-articles__filter--active:active,
.more-articles__filter--active:focus {
  background-color: rgba(0, 124, 194, 0.7);
  border-color: rgba(0, 124, 194, 0);
  color: #FFFFFF;
  text-decoration: none;
}

.more-articles__filter--active:visited {
  color: #007CC2;
  text-decoration: none;
}

.more-articles__filter--active:hover,
.more-articles__filter--active:active,
.more-articles__filter--active:focus {
  background-color: #007CC2;
  border-color: #007CC2;
  color: #FFFFFF;
  text-decoration: none;
}

.more-articles__filter--last {
  border: none;
  padding-left: 0;
  padding-right: 0;
}

.more-articles__filter--last:hover,
.more-articles__filter--last:active,
.more-articles__filter--last:focus,
.more-articles__filter--last:visited {
  background-color: transparent;
  border-color: transparent;
  color: #007CC2;
  text-decoration: underline;
}

.more-articles__nav {
  position: absolute;
  top: 0;
  right: 15px;
  width: 85px;
  font-size: 0;
  z-index: 1;
  background-color: #FFFFFF;
  height: 100%;
  padding-left: 15px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, white 10px);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.more-articles__nav-button {
  padding: 0;
}

.more-articles__nav-button::before {
  content: '';
  font-family: "csnicons";
  font-size: 14px;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: solid 1px #999999;
  color: #262626;
}

.more-articles__nav-button--prev {
  margin-right: 5px;
}

.more-articles__nav-button--prev::before {
  content: "";
}

.more-articles__nav-button--prev[disabled]::before {
  opacity: 0.5;
}

.more-articles__nav-button--next {
  margin-left: 5px;
}

.more-articles__nav-button--next::before {
  content: "";
}

.more-articles__nav-button--next[disabled]::before {
  opacity: 0.5;
}

.more-articles__button {
  line-height: 31px;
  font-size: 13px;
  padding: 0 20px;
  /*@if (map-get($options, $key) == true ) {
    }*/
}

.more-articles__button--show-hide {
  color: #007CC2;
  padding: 0;
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
}

.more-articles.active.ready.show {
  padding-top: 10px;
  transform: translateY(0);
}

/* Application Breakpoints */

/*$screen-xs:                             480px;      // mobile landscape
$screen-sm:                             768px;      // tablet
$screen-md:                             992px;      // small desktop / labtop
$screen-lg:                             1200px;     // normal desktop
$screen-xl:                             1600px;     //
$screen-hd:                             1920px;     // full hd
$screen-xxl:                            2560px;     // imac screen*/

.hero .slideshow__nav,
._c-modal .slideshow__nav,
.article__copy.drop-cap > p:first-child::after,
._c-modal ._c-modal__close {
  content: "";
  display: block;
  clear: both;
}

.more-article {
  white-space: normal;
  background-color: #FFFFFF;
}

.more-article ~ .more-article {
  display: none;
}

.more-article:hover .more-article__content {
  opacity: 0.7;
  transition: .3s;
}

.more-article__content {
  width: calc(100% - 100px);
  padding: 0 20px;
  display: inline-block;
  vertical-align: middle;
}

.more-article__image {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
}

.more-article__image img {
  max-width: 100%;
}

.more-article__title {
  font-size: 14px;
  line-height: 18px;
  max-height: 36px;
  margin-bottom: 4px;
  overflow: hidden;
  position: relative;
  top: 0;
  bottom: 0;
}

.more-article__title > *:first-child {
  float: right;
  width: 100%;
  margin-left: -5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #000000;
}

.more-article__title::before {
  content: "";
  float: left;
  width: 5px;
  height: 36px;
}

.more-article__title::after {
  content: "\02026";
  color: #000000;
  box-sizing: content-box;
  float: right;
  position: relative;
  top: -18px;
  left: 100%;
  width: 25%;
  margin-left: -25%;
  padding-right: 5px;
  text-align: center;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white 33%, white);
}

.more-article__link {
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
}

.more-article__banner {
  font-size: 12.8px;
  height: 21px;
  line-height: 21px;
  text-align: center;
  display: inline-block;
  border-radius: 4px;
  margin-bottom: 5px;
  padding: 0 12px;
}

.more-article__banner--Sponsored {
  background-color: #6CBA3D;
  color: #FFFFFF;
  float: right;
}

.more-article__banner--Promoted {
  background-color: #4CC8E8;
  color: #FFFFFF;
  float: right;
}

.research-widget {
  border-top: 1px solid #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
  margin-top: 20px;
  padding: 18px;
}

.research-widget-title {
  font-size: 22px;
  margin-top: 0 !important;
  margin-bottom: 10px;
}

.research-widget .research-link {
  flex-basis: 0;
  flex-grow: 1;
  text-decoration: none !important;
  margin-right: 10px;
}

.research-widget .research-link-container {
  display: flex;
}

.research-widget .research-link-type {
  font-size: 12px;
  font-weight: 600;
}

.research-widget .research-link-type.type-profilepage {
  color: #007cc2;
}

.research-widget .research-link-type.type-ownerreviews {
  color: #5d9b1b;
}

.research-widget .research-link-type.type-editorial {
  color: #ED3C28;
}

.research-widget .research-link-title {
  font-size: 18px;
  font-weight: 600;
  color: #424242;
  line-height: 1.2;
  height: 65px;
}

.research-widget .research-link-action {
  font-size: 14px;
  font-weight: normal;
  color: #007cc2;
}

footer {
  padding-bottom: 50px;
}

footer .container .row {
  padding: 0;
  float: none;
}
/* Application Breakpoints */

/*$screen-xs:                             480px;      // mobile landscape
$screen-sm:                             768px;      // tablet
$screen-md:                             992px;      // small desktop / labtop
$screen-lg:                             1200px;     // normal desktop
$screen-xl:                             1600px;     //
$screen-hd:                             1920px;     // full hd
$screen-xxl:                            2560px;     // imac screen*/

/* Application Breakpoints */

/*$screen-xs:                             480px;      // mobile landscape
$screen-sm:                             768px;      // tablet
$screen-md:                             992px;      // small desktop / labtop
$screen-lg:                             1200px;     // normal desktop
$screen-xl:                             1600px;     //
$screen-hd:                             1920px;     // full hd
$screen-xxl:                            2560px;     // imac screen*/

.expert-ratings {
  font-family: "Open Sans", Arial;
  margin-bottom: 30px;
}

.expert-ratings__heading {
  text-align: center;
  font-size: 31.25px;
  line-height: 1em;
  font-weight: 300;
  color: #000000;
  margin-top: -5px;
}

.expert-ratings__subheading {
  font-size: 20px;
  line-height: 1em;
  color: #007CC2;
  margin-bottom: 17px;
}

.expert-ratings__meter-label {
  font-size: 16px;
  line-height: 24px;
  margin-top: 8px;
}

.expert-ratings__meter-label:first-of-type {
  margin-top: 0;
}

.expert-ratings__meter {
  width: 100%;
  height: 15px;
  border: none;
  background: none;
  background-color: rgba(204, 204, 204, 0.59);
  border-radius: 100px;
}

.expert-ratings__meter::-webkit-meter-bar {
  background: none;
  background-color: rgba(204, 204, 204, 0.59);
  border-radius: 100px;
}

.expert-ratings__meter:-moz-meter-optimum::-moz-meter-bar {
  background: rgba(0, 124, 194, 0.59);
  border-radius: 100px;
}

.expert-ratings__meter::-webkit-meter-optimum-value {
  border-radius: 100px;
  background: rgba(0, 124, 194, 0.59);
}

.expert-ratings__meter > div {
  opacity: 0.5;
  border-radius: 100px;
  background: #007CC2;
  border: none;
  height: inherit;
}

.expert-ratings__overall-rating-graph {
  text-align: center;
  padding: 25px 0 30px 0;
  height: 175px;
}

.expert-ratings__overall-rating-graph .overall-rating-graph__maxValueStroke {
  stroke: #CCCCCC;
}

.expert-ratings__overall-rating-graph .overall-rating-graph__valueStroke {
  stroke: #007CC2;
  stroke-linecap: round;
}

.expert-ratings__overall-rating-graph .overall-rating-graph__text {
  font-size: 58px !important;
  font-weight: 600;
  text-align: center;
  color: #000000;
}

.pros-and-cons {
  font-size: 16px;
}

.pros-and-cons__con {
  border-top: 1px solid #CCCCCC;
  margin-top: 15px;
}

.pros-and-cons__pro-heading {
  color: #5C9B1C;
}

.pros-and-cons__con-heading {
  color: #EE3C27;
  margin-top: 10px;
}

.pros-and-cons__pro-list {
  padding-left: 15px;
}

.pros-and-cons__con-list {
  padding-left: 15px;
}

.pros-and-cons__pro-list-item {
  margin-top: 13px;
}

.pros-and-cons__pro-list-item::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  margin-left: -15px;
  border-radius: 9999px;
  background-color: #5C9B1C;
  vertical-align: middle;
}

.pros-and-cons__con-list-item {
  margin-top: 13px;
}

.pros-and-cons__con-list-item::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  margin-left: -15px;
  border-radius: 9999px;
  background-color: #EE3C27;
  vertical-align: middle;
}

.expert-ratings + .pros-and-cons .pros-and-cons__pro {
  border-top: 1px solid #CCCCCC;
}

.expert-ratings + .pros-and-cons .pros-and-cons__pro-heading {
  margin-top: 10px;
}

.editors-ratings {
  border-radius: 6px;
  border: solid 1px #CCCCCC;
  padding: 30px 35px;
  max-width: 300px;
  margin-bottom: 35px;
}
#disqus_thread {
  margin-top: 35px;
  margin-bottom: 15px;
}
