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

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

@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.5084745763%;
  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.7627118644%;
}

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

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

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

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

.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: #000;
  position: relative;
}

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

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

.hero__video-container {
  height: 100%;
  left: 0;
  opacity: .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.5256916996%;
}

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

.hero__playbutton {
  border: 1px solid #fff;
  border-radius: 9999px;
  color: #fff;
  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: #fff;
  border-color: #fff;
  color: #000;
}

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

.hero__frame::before {
  content: "";
  display: block;
  padding-top: 39.5256916996%;
}

.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: #000;
  opacity: 0;
  width: 100%;
  height: 100%;
}

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

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

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

.hero__subheading {
  width: 50%;
  color: #fff;
  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,.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%);
  animation: bounce 1.5s linear;
  animation-iteration-count: infinite;
}

@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: #000;
  height: 100%;
  margin: 0 auto;
  opacity: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

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

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

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  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;
}

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

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

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

.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: #fff;
  font-family: "csnicons";
  font-size: 30px;
  line-height: 44px;
  opacity: 0;
  transition: opacity .3s ease-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  text-align: center;
  text-shadow: 2px 2px 5px #000;
}

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

.hero .slideshow__image {
  width: 100%;
  background: #000;
  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: #fff;
  text-shadow: 0 1px 0 rgba(0,0,0,.8);
  line-height: 44px;
  font-size: 18px;
}

.hero .slideshow__nav--next,
.hero .slideshow__nav--prev {
  background: rgba(51,51,51,.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,.7);
}

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

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

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

.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;
  border-radius: 9999px;
  border-color: #f1f1f1;
  background-color: #f1f1f1;
  color: #333;
  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,.7);
  border-color: rgba(241,241,241,0);
  color: #333;
  text-decoration: none;
}

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

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

.hero .slideshow--double-image {
  padding-top: calc(66.6666666667% - 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.5084745763%;
}

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

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

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

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

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

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  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;
}

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

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

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

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

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

._c-modal .slideshow {
  background-color: #000;
  width: 100%;
  border-radius: 6px;
  animation-duration: .666s;
  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: #fff;
  text-shadow: 0 1px 0 rgba(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,.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,.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: #fff;
}

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

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

._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: #fff;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.8);
  border-bottom-right-radius: 6px;
  padding: 5px;
  z-index: 1;
}

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

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

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

.article-type {
  font-size: 0;
}

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

.article-type .article.narrow {
  margin-left: -264.8px;
}

.article-type .article.narrow .container {
  width: 500px;
}

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

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

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

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

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

.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: -0.005em;
  line-height: 1.2;
  color: #000;
}

@media (min-width: 1200px) {
  .article__heading {
    font-size: 48.828125px;
    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: .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: #999;
}

.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: #666;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6;
}

.article__copy .container .has-small-font-size {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}

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

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

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

.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: -0.005em;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .article__copy .container>h1 {
    font-size: 48.828125px;
    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: #333;
}

.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.395256917) - 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__logo {
  background-color: rgba(0,0,0,0);
  background-image: url("https://resource.csnstatic.com/retail/globals/logo/v3/carsales.svg");
  background-repeat: no-repeat;
  background-position: 0;
  float: left;
  width: 100px;
  height: 32px;
}

.article__type {
  line-height: 25px;
  font-size: 11px;
  padding: 0 20px;
  color: #fff;
  font-weight: 600;
  margin: 0px 10px 0px 10px;
  text-transform: uppercase;
  border-radius: 4px;
}

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

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

.article__date {
  font-size: 13px;
  line-height: 31px;
  color: #999;
}

.article__authorName {
  font-size: 13px;
  line-height: 31px;
  color: #999;
}

.article__authorImage {
  margin: 0px 10px 0px 0px;
}

.article__authorImage img {
  border-radius: 25px;
  width: 45px;
}

.article__sponsor-label {
  font-size: 13px;
  line-height: 31px;
  color: #999;
}

.article__sponsor-logo img {
  margin-left: 5px;
  margin-right: 5px;
  height: 31px;
  max-width: 200px;
}

.article__dateAndTypeContainer {
  float: left;
  display: flex;
  align-items: center;
  margin-top: -7.5px;
  min-height: 45px;
}

.article__dateAndTypeContainer.narrowDateAndTypeContainer {
  margin-bottom: 10px;
}

.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: -3.5px;
}

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

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

.article__pricing-label {
  cursor: pointer;
  color: #999;
  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: #666;
  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: -0.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 #ccc;
  padding: 31px 40px;
  margin-top: 35px;
  display: flex;
  flex-direction: column;
}

.article__authors-row-main {
  width: 100%;
  display: flex;
}

.article.narrow .article__authors-row-main {
  flex-direction: column;
}

.article.narrow .article__meet-the-team-container {
  padding-left: 0px !important;
  border-left: unset !important;
  border-top: solid 1px #ccc;
  margin-top: 10px;
  padding-top: 10px;
}

.article__meta {
  float: right;
}

.article__authors-container {
  width: 60%;
}

.article.narrow .article__authors-container {
  width: 100% !important;
}

.article.narrow .article__sponsor-logo img {
  margin-left: 5px;
  margin-right: 5px;
  height: 31px;
  max-width: 150px;
}

.article__meet-the-team-container {
  border-left: solid 1px #ccc;
  padding-left: 20px;
  display: flex;
}

.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.6666666667%;
}

.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: #fff;
  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: -85px;
  pointer-events: none;
}

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

.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;
}

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

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

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

._c-modal ._c-modal__close,
.hero .slideshow__nav,
._c-modal .slideshow__nav,
.article__copy.drop-cap>p:first-child::after {
  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,
.article-type--wideimage .wrapper--aside,
.article-type--widevideo .wrapper--aside {
  padding-top: 30px;
  margin-top: -30px;
}

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

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

@media (min-width: 1200px) {
  .article-type--multipleimages .wrapper--aside .aside,
  .article-type--imagesandvideo .wrapper--aside .aside,
  .article-type--wideimage .wrapper--aside .aside,
  .article-type--widevideo .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 {
  display: flex;
  align-items: center;
  font-size: 0;
}

.author__image {
  display: inline-block;
}

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

.author__montage {
  display: inline-block;
}

.author__montage img {
  width: 100px;
  height: 100px;
}

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

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

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

.author__profile {
  border: solid 1px #ccc;
  border-radius: 9999px;
  font-size: 12.8px;
  padding: 0 10px 0 10px;
  margin: 8px 8px 0 0;
  text-align: center;
}

.author__profile a {
  color: #666;
}

.author__team-link {
  font-size: 16px;
  margin-top: 5px;
  font-weight: 600;
  line-height: 16px;
  color: #000;
}

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

.author__links {
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
  margin-right: 10px;
  line-height: 31px;
  font-size: 13px;
  padding: 0 20px;
  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,.7);
  border-color: rgba(0,124,194,0);
  color: #fff;
  text-decoration: none;
}

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

.ltm {
  margin: 30px auto 0px auto;
  border: 1px solid #ccc;
  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: #000;
}

.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,.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,.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;
}

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

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

.display-tag__link {
  float: left;
  line-height: 31px;
  font-size: 13px;
  padding: 0 20px;
  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,.7);
  border-color: rgba(0,124,194,0);
  color: #fff;
  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: #fff;
  text-decoration: none;
}

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

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

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

.share-social__link {
  width: 35px;
  height: 35px;
  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: #fff;
  font-size: 19px;
}

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

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

.share-social__link--twitter {
  background-color: #1da1f2;
  color: #fff;
  font-size: 19px;
}

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

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

.share-social__link--google-plus {
  background-color: #d34836;
  color: #fff;
  font-size: 19px;
}

.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: #fff;
  opacity: .66;
}

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

.share-social__link--tumblr {
  background-color: #35465c;
  color: #fff;
  font-size: 19px;
}

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

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

.share-social__link--pinterest {
  background-color: #bd081c;
  color: #fff;
  font-size: 19px;
}

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

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

.share-social__link--reddit {
  background-color: #ff4500;
  color: #fff;
  font-size: 19px;
}

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

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

.share-social__link--email {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  font-size: 19px;
}

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

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

.share-social__link--sms {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  font-size: 19px;
}

.share-social__link--sms:hover,
.share-social__link--sms:visited,
.share-social__link--sms:active,
.share-social__link--sms:focus {
  color: #000;
  opacity: .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 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  text-align: center;
  cursor: pointer;
  background-color: #333;
  background-color: rgba(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: fixed;
  right: 0;
  top: 0;
  z-index: 10;
  width: 72px;
  height: 72px;
  border-radius: 36px;
  border: 0;
  background-color: rgba(0,0,0,0);
  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: #fff;
  line-height: 66px;
  font-size: 25px;
}

._c-modal--fullscreen ._c-modal__content {
  border: 0px;
  height: 800px;
  left: 50%;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1000px;
  z-index: 1100;
}

._c-modal--fullscreen iframe {
  height: 100%;
  width: 100%;
  border: 0;
  overflow: hidden;
}

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

.csn-modal {
  background-color: #fff;
  border-radius: 6px;
  width: calc(100vw - 160px);
  max-height: calc(100vh - 160px);
  padding: 80px;
  text-align: center;
  animation-duration: .666s;
  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);
}

.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: #fff;
  border-top: solid 1px #ccc;
  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;
  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,.7);
  border-color: rgba(0,124,194,0);
  color: #fff;
  text-decoration: none;
}

.more-articles__filter--active {
  line-height: 31px;
  font-size: 13px;
  padding: 0 20px;
  line-height: 27px;
  font-size: 13px;
  padding: 0 15px;
  font-weight: 600;
  border-color: #007cc2;
  background-color: #007cc2;
  color: #fff;
  cursor: default;
}

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

.more-articles__filter--active:hover,
.more-articles__filter--active:active,
.more-articles__filter--active:focus {
  background-color: rgba(0,124,194,.7);
  border-color: rgba(0,124,194,0);
  color: #fff;
  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: #fff;
  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: rgba(0,0,0,0);
  border-color: rgba(0,0,0,0);
  color: #007cc2;
  text-decoration: underline;
}

.more-articles__nav {
  position: absolute;
  top: 0;
  right: 15px;
  width: 85px;
  font-size: 0;
  z-index: 1;
  background-color: #fff;
  height: 100%;
  padding-left: 15px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, white 10px);
}

.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 #999;
  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: .5;
}

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

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

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

.more-articles__button {
  line-height: 31px;
  font-size: 13px;
  padding: 0 20px;
}

.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);
}

.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: #fff;
}

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

.more-article:hover .more-article__content {
  opacity: .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: #000;
}

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

.more-article__title::after {
  content: "…";
  color: #000;
  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: #fff;
  float: right;
}

.more-article__banner--Promoted {
  background-color: #4cc8e8;
  color: #fff;
  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;
}

.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;
}

.sign-up-widget-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 8px;
  color: #000 !important;
  text-decoration: none;
}

.sign-up-widget-placeholder:hover,
.sign-up-widget-placeholder:focus,
.sign-up-widget-placeholder:active .sign-up-widget-placeholder:visited {
  color: inherit;
  text-decoration: none;
}

.sign-up-widget-placeholder__header {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 10px;
  text-align: center;
  width: 180px;
  text-decoration: none;
}

.sign-up-widget-placeholder__subtitle {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 15px;
  width: 180px;
  text-align: center;
  text-decoration: none;
}

.sign-up-widget-placeholder__button {
  line-height: 31px;
  font-size: 13px;
  padding: 0 15px;
  font-weight: 600;
  border-color: #007cc2;
  background-color: #007cc2;
  color: #fff;
  border-width: 1px;
  border-style: solid;
  border-radius: 9999px;
  margin-bottom: 15px;
}

.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;
}

.submit-owner-review-widget {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 8px;
  color: #000 !important;
  cursor: pointer;
}

.submit-owner-review-widget__header {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 10px;
  text-align: center;
  text-decoration: none;
}

.submit-owner-review-widget__subtitle {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 15px;
  text-align: center;
  text-decoration: none;
}

.submit-owner-review-widget__button {
  background-color: #007cc2;
  border: 1px solid #007cc2;
  border-radius: 9999px;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  line-height: 31px;
  padding: 0 15px;
  margin-bottom: 15px;
}

.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;
}

.qualtrics-placeholder:has(div):has(.QSI__EmbeddedFeedbackContainer) {
  border-bottom: 1px solid #ccc;
  font-size: 16px;
}

.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;
}

.people-also-ask-widget {
  display: flex;
  flex-direction: column;
  font-size: 12px;
}

.people-also-ask-widget h3 {
  font-size: 26px;
  font-weight: 600;
  margin: 10px 0px;
}

.people-also-ask-widget .people-also-ask-heading {
  font-size: 14px;
  display: flex;
  align-items: center;
  font-weight: 600;
  margin-top: 30px;
}

.people-also-ask-widget h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0px;
}

.people-also-ask-widget .question-tag {
  background-color: #f2f8fc;
  border-radius: 8px;
  color: #007cc2;
  font-weight: 600;
  padding: 4px 8px;
  font-size: 14px;
}

.people-also-ask-widget .questions-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.people-also-ask-widget .questions-container.no-js .question-card {
  flex-grow: 1;
}

.people-also-ask-widget .question-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 24px 30px;
  width: 268px;
  margin: 5px 5px;
  min-height: 250px;
}

.people-also-ask-widget .question-card a {
  font-size: 14px;
  font-weight: normal;
  color: #007cc2;
  margin-top: 10px;
}

.people-also-ask-widget #csn-people-also-ask-carousel .slick-list {
  padding-left: 4px;
}

.people-also-ask-widget #csn-people-also-ask-carousel .slick-slide {
  height: auto;
}

.people-also-ask-widget #csn-people-also-ask-carousel .slick-track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
}

.people-also-ask-widget #csn-people-also-ask-carousel .carousel-arrow.slick-arrow {
  height: 50px;
  width: 50px;
  z-index: 10;
  border: 1px solid #ccc;
  border-radius: 25px;
  background-color: #fff;
}

.people-also-ask-widget #csn-people-also-ask-carousel .carousel-arrow.slick-arrow:before {
  content: "";
  color: #007cc2;
  font-weight: 300;
  border-style: solid;
  border-width: 2px 2px 0 0;
  display: inline-block;
  height: 12px;
  transform: rotate(45deg);
  width: 12px;
  margin-left: -5px;
  margin-top: 2px;
}

.people-also-ask-widget #csn-people-also-ask-carousel .carousel-arrow.slick-arrow.slick-prev:before {
  transform: rotate(-135deg);
  margin-left: 5px;
}

.people-also-ask-widget #csn-people-also-ask-carousel .carousel-arrow.slick-arrow.slick-prev {
  left: -20px;
}

.people-also-ask-widget #csn-people-also-ask-carousel .carousel-arrow.slick-arrow.slick-next {
  right: -20px;
}

.people-also-ask-widget .like-container {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin-top: 10px;
}

.people-also-ask-widget .like-button {
  background: #f7f7f7;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 30px;
  margin-right: 8px;
  width: 30px;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
}

.people-also-ask-widget .like-button:hover,
.people-also-ask-widget .like-button.liked {
  background: #9abf60;
}

.people-also-ask-widget .like-button:hover svg,
.people-also-ask-widget .like-button.liked svg {
  fill: #fff;
  opacity: 1;
}

.people-also-ask-widget .like-button svg {
  opacity: .5;
}

footer {
  padding-bottom: 50px;
}

footer .container .row {
  padding: 0;
  float: none;
}
.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: #000;
  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,.59);
  border-radius: 100px;
}

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

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

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

.expert-ratings__meter>div {
  opacity: .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: #ccc;
}

.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: #000;
}

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

.pros-and-cons__con {
  border-top: 1px solid #ccc;
  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 #ccc;
}

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

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