.chco-full-width {
  width: 300%;
  margin-left: -100%;
}
.chco-full-width-inner {
  width: 980px;
  width: 100vw;
  min-width: 980px;
  position: relative;
  margin: 0 auto;
}
.chco-full-link {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.chco-cta-front {
  position: relative;
  z-index: 5;
}
.chco-full-left-arrow,
.chco-full-right-arrow {
  font-family: 'chaco-fontello';
  display: inline-block;
  line-height: 1em !important;
}
.chco-full-left-arrow:before,
.chco-full-right-arrow:before {
  display: inline-block;
}
.chco-full-left-arrow--compressed,
.chco-full-right-arrow--compressed {
  -webkit-transform: scale(1.2, 2.16);
  -ms-transform: scale(1.2, 2.16);
  transform: scale(1.2, 2.16);
}
.chco-full-left-arrow:before {
  content: '\E80d';
}
.chco-full-right-arrow:before {
  content: '\E80c';
}
.chco-txt-cta,
.chco-txt-cta--mbl {
  color: #e5b020;
  font-size: 1em;
  line-height: 1.2em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  .chco-txt-cta,
  .chco-txt-cta--mbl {
    font-size: 0.916666666666667em;
    line-height: 1.2em;
    letter-spacing: 0.2em;
  }
}
.chco-txt-cta:after,
.chco-txt-cta--mbl:after {
  margin-left: 6px;
  content: '>';
}
.chco-txt-cta--mbl {
  font-size: 0.833333333333333em;
  line-height: 1.2em;
  letter-spacing: 0.2em;
}
.chco-cta,
.chco-cta--mbl {
  display: inline-block;
  margin: 0;
  padding: 1.416666666666667em 1.916666666666667em;
  font-size: 1em;
  line-height: 1.2em;
  letter-spacing: 0.2em;
  text-decoration: none;
  text-transform: uppercase;
  background: #e5b020;
  color: #fff;
  cursor: pointer;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 480px) {
  .chco-cta,
  .chco-cta--mbl {
    padding-left: 1.5em;
    padding-right: 1.5em;
    font-size: 0.916666666666667em;
    line-height: 1.2em;
    letter-spacing: 0.2em;
  }
}
.chco-cta:hover,
.chco-cta--mbl:hover,
.chco-cta:active,
.chco-cta--mbl:active {
  color: #fff;
  background: #6a6158;
}
.chco-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  border: 0;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.chco__counter {
  position: absolute;
  left: 0;
  bottom: 2.166666666666667em;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  z-index: 10;
}
.chco__dot {
  display: inline-block;
  height: 1.083333333333333em;
  width: 1.083333333333333em;
  padding: 0;
  margin: 0 0.416666666666667em;
  border: none;
  -webkit-border-radius: 0.833333333333333em;
  border-radius: 0.833333333333333em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.chco__dot:focus {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  outline: 0;
}
.chco__dot:hover {
  cursor: pointer;
}
.chco__dot--active {
  background: #e5b020;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.chco__slider {
  position: relative;
}
.chco__slide {
  position: absolute;
  top: 0;
  left: 50%;
  width: 920px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: opacity 0.5s ease, z-index 0.6s linear;
  transition: opacity 0.5s ease, z-index 0.6s linear;
}
.chco__slide--center {
  text-align: center;
}
.chco__slide--active {
  position: relative;
  z-index: 2;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.chco__slider-prev,
.chco__slider-next {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20.625%;
  z-index: 99;
  background: none;
  color: #35302c;
  font-size: 5em;
  line-height: 1em;
  text-shadow: 0 0 100px rgba(0,0,0,0.5);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
@media (max-width: 1300px) {
  .chco__slider-prev,
  .chco__slider-next {
    color: #fff;
    width: 11.25%;
  }
}
.chco__slider:hover .chco__slider-prev,
.chco__slider:hover .chco__slider-next {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  color: #000;
}
@media (max-width: 1300px) {
  .chco__slider:hover .chco__slider-prev,
  .chco__slider:hover .chco__slider-next {
    color: #fff;
  }
}
.chco__slider:hover .chco__slider-prev:hover,
.chco__slider:hover .chco__slider-next:hover {
  background: none;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.chco__slider-prev:focus,
.chco__slider-next:focus {
  outline: none;
  color: #e5b020;
}
.chco__slider-prev {
  left: 0;
}
.chco__slider-next {
  right: 0;
}
.chco__slider-next:before {
  margin-left: 0.5em;
}
.chco-nowrap {
  white-space: nowrap;
}
#footer {
  border-top: 1px solid #dad9cd;
}
.chco__modal-play {
  cursor: pointer;
}
.chco__overlay {
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.chco__modal--active .chco__overlay {
  height: 100%;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  background: rgba(0,0,0,0.8);
  cursor: pointer;
}
.chco__modal {
  display: none;
  position: fixed;
  z-index: 2001;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.chco__modal--active .chco__modal {
  display: block;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.chco__modal-video {
  position: absolute;
  z-index: 1000;
  width: 75%;
  height: auto;
  top: 50%;
  left: 50%;
  background: rgba(0,0,0,0.7);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1em;
}
@media screen and (max-aspect-ratio: 10/9), screen and (min-aspect-ratio: 16/7) {
  .chco__modal-video {
    font-size: 0.7em;
  }
}
@media screen and (min-aspect-ratio: 16/9) {
  .chco__modal-video {
    height: 75%;
    width: 75%;
  }
}
.chco__video-x {
  z-index: 2000;
  position: absolute;
  right: -1.909090909090909em;
  top: -1.909090909090909em;
  font-family: "chaco-fontello";
  font-size: 4.583333333333333em;
  padding: 10px;
  height: 1.363636363636364em;
  width: 1.363636363636364em;
  color: #fff;
  background: none;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  overflow: visible;
  text-shadow: 0 0 10px rgba(0,0,0,0.2);
  cursor: pointer;
}
.chco__video-x:hover {
  background: transparent;
  color: #fff;
  text-shadow: 0 0 22px rgba(255,255,255,0.5);
}
.chco__video-x:focus {
  outline: 0;
  color: #fff;
  text-shadow: 0 0 22px rgba(255,255,255,0.5);
}
.chco__video-x:before {
  content: "\e80f";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.chco__video-modal,
.chco__modal-embed {
  display: none;
  position: fixed;
  z-index: 2001;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.chco__modal--active .chco__video-modal,
.chco__modal--active .chco__modal-embed {
  display: block;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.chco__embed-responsive {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
}
.chco__embed-responsive .chco__embed-responsive-item,
.chco__embed-responsive .chco__modal-embed {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.chco__modal--active .chco__embed-responsive {
  height: 100%;
}
@media screen and (max-aspect-ratio: 16/9) {
  .chco__embed-responsive.chco__embed-responsive--16by9 {
    padding-bottom: 56.25%;
    z-index: 5;
  }
}
.chco-pro-feats-section {
  position: relative;
  width: auto;
  height: 100%;
  color: #fff;
  text-align: center;
}
.chco-pro-feats-section__bkgr {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 122.44897959183673%;
  max-width: 1600px;
  height: auto;
  z-index: 0;
}
.chco-pro-feats-section__header {
  margin: 1.25em 0 0.5em;
  font-family: 'futura-pt', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 3.333333333333333em;
  line-height: 1.125em;
  letter-spacing: 0.2em;
}
.chco-pro-feats-section__subheader {
  margin: 1.166666666666667em 0 0.333333333333333em;
  font-size: 2em;
  line-height: 1.583333333333333em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fff;
  font-family: 'futura-pt', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
}
.chco-pro-feats-section__copy {
  display: block;
  width: 100%;
  margin: 0 auto;
  font-family: 'futura-pt', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.333333333333333em;
  line-height: 1.625em;
  letter-spacing: 0.1em;
}
.chco-pro-feats-section__item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 363px;
  margin: 8.333333333333334em 0 15.833333333333334em;
}
.chco-pro-feats-section__item .chco-pro-feats-section__copy {
  margin-bottom: 1.666666666666667em;
}
.chco-pro-feats-section__img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.chco-pro-feats-section__icon {
  display: block;
  margin: 0 auto;
  padding-top: 8.333333333333334em;
  min-width: 0;
}
.chco-pro-feats-section__logo {
  display: inline-block;
  margin: 0 1.25em;
  vertical-align: middle;
}
.chco-pro-feats-nav {
  position: fixed;
  left: 100%;
  top: 50%;
  width: 220px;
  height: auto;
  padding: 1.25em 0.833333333333333em;
  z-index: 100;
  background: rgba(102,98,91,0.75);
  -webkit-transform: translate(-44px, -50%);
  -ms-transform: translate(-44px, -50%);
  transform: translate(-44px, -50%);
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
.chco-pro-feats-nav:hover {
  background: #66625b;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
.chco-pro-feats-nav:hover .chco-pro-feats-nav__name {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.chco-pro-feats-nav--inactive {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.75 ease;
  transition: all 0.75 ease;
}
.chco-pro-feats-nav__link {
  white-space: nowrap;
}
.chco-pro-feats-nav__name {
  display: inline;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1em;
  letter-spacing: 0.2em;
  font-family: 'futura-pt', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  line-height: 2.5em;
  cursor: pointer;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
.chco-pro-feats-nav__list--active .chco-pro-feats-nav__name {
  color: #e5b020;
}
.chco-pro-feats-nav__list:hover .chco-pro-feats-nav__name {
  border-bottom: 2px solid #fff;
  -webkit-transition: none;
  transition: none;
  padding-bottom: 0.357142857142857em;
}
.chco-pro-feats-nav__list--active:hover  .chco-pro-feats-nav__name {
  border-bottom: 2px solid #e5b020;
}
.chco-pro-feats-nav__dot {
  display: inline-block;
  height: 1em;
  width: 1em;
  margin: 0 0.666666666666667em;
  border: none;
  -webkit-border-radius: 0.833333333333333em;
  border-radius: 0.833333333333333em;
  text-align: left;
  list-style: none;
  background: #fff;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.chco-pro-feats-nav__dot:focus {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  outline: 0;
}
.chco-pro-feats-nav__dot:hover {
  cursor: pointer;
}
.chco-pro-feats-nav__list--active .chco-pro-feats-nav__dot {
  background: #e5b020;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.chco-pro-feats-nav__counter {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  z-index: 10;
}
.chco-pro-feats-section--intro {
  height: auto;
  background: #fff;
}
.chco-pro-feats-section--intro .chco-pro-feats-section__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 45%;
}
.chco-pro-feats-section--intro .chco-pro-feats-section__header {
  z-index: 10;
  margin: 0 0 0.3em;
  font-size: 5.5em;
  line-height: 1.348484848484848em;
  letter-spacing: 0.2em;
}
@media (max-width: 980px) {
  .chco-pro-feats-section--intro .chco-pro-feats-section__header {
    font-size: 3.666666666666667em;
    line-height: 1.5em;
    letter-spacing: 0.1em;
  }
}
.chco-pro-feats-section--intro .chco-pro-feats-section__copy {
  width: 29.545454545454547em;
  font-size: 1.833333333333333em;
  line-height: 1.454545454545455em;
  letter-spacing: 0.1em;
}
@media (max-width: 980px) {
  .chco-pro-feats-section--intro .chco-pro-feats-section__copy {
    font-size: 1.333333333333333em;
    line-height: 1.625em;
    letter-spacing: 0.1em;
  }
}
.chco-pro-feats-section__bkgr--intro {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: auto;
}
.chco-pro-feats-section--adjust {
  background: #557589;
}
.chco-pro-feats-section .chco-strp-intro,
.chco-pro-feats-section .chco-strp-type__copy,
.chco-pro-feats-section .chco-strp-landing__copy {
  display: none;
}
.chco-pro-feats-section .chco-strp {
  background: transparent;
  padding: 6.25em 0 12.5em;
}
.chco-pro-feats-section .chco-strp-types {
  margin-top: 0;
}
.chco-pro-feats-section--luv {
  background: #6a6158;
}
.chco-pro-feats-section__logo {
  margin-top: 3.333333333333333em;
  padding-bottom: 12.5em;
}
.chco-pro-feats-section__bkgr {
  margin-top: -22%;
}
@media (min-width: 1300px) {
  .chco-pro-feats-section__bkgr {
    width: 1600px;
    margin-top: -285px;
  }
}
.chco-pro-feats-section__subheader {
  margin-top: 41%;
}
@media (min-width: 1300px) {
  .chco-pro-feats-section__subheader {
    margin-top: 532px;
  }
}
.chco-pro-feats-section--dura {
  background: #e5b020;
  padding-bottom: 55%;
}
.chco-pro-feats-section__bkgr {
  margin-top: -11%;
}
@media (min-width: 1200px) {
  .chco-pro-feats-section__bkgr {
    margin-top: -132px;
  }
}
.chco-pro-feats-section--out {
  background: #6b7732;
}
.chco-pro-feats-section--out .chco-pro-feats-section__copy {
  width: 100%;
}
.chco-pro-feats-section--out .chco-pro-feats-section__subheader {
  margin-top: 0.833333333333333em;
}
.chco-pro-feats-section--sandal {
  background: #8d352c;
}
.chco-pro-feats-section--sandal .chco-pro-feats-section__item:hover .chco-pro-feats-section__img {
  -webkit-filter: brightness(85%);
  filter: brightness(85%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.chco-pro-feats-section__item--1 .chco-pro-feats-section__cta {
  margin-top: 1em;
}
.chco-pro-feats-section--sandal .chco-pro-feats-section__icon {
  padding-top: 10.833333333333334em;
}
.chco-pro-feats-section--sandal .chco-pro-feats-section__subheader {
  margin-top: 0.833333333333333em;
}
.chco-pro-feats--animations [slide-up],
.chco-pro-feats--animations [slide-up-offset],
.chco-pro-feats--animations [reveal-left],
.chco-pro-feats--animations [reveal-right],
.chco-pro-feats--animations [zoom-flip],
.chco-pro-feats--animations [zoom-flip-alt] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.chco-pro-feats--animations [slide-up].chco-animation--show,
.chco-pro-feats--animations [slide-up-offset].chco-animation--show,
.chco-pro-feats--animations [reveal-left].chco-animation--show,
.chco-pro-feats--animations [reveal-right].chco-animation--show,
.chco-pro-feats--animations [zoom-flip].chco-animation--show,
.chco-pro-feats--animations [zoom-flip-alt].chco-animation--show {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.chco-pro-feats--animations [slide-up] {
  -webkit-transform: translateY(5em);
  -ms-transform: translateY(5em);
  transform: translateY(5em);
}
.chco-pro-feats--animations [slide-up-offset] {
  -webkit-transform: translateY(8em);
  -ms-transform: translateY(8em);
  transform: translateY(8em);
}
.chco-pro-feats--animations [reveal-left] {
  -webkit-transform: translate(-5em, 2em);
  -ms-transform: translate(-5em, 2em);
  transform: translate(-5em, 2em);
}
.chco-pro-feats--animations [reveal-right] {
  -webkit-transform: translate(5em, 2em);
  -ms-transform: translate(5em, 2em);
  transform: translate(5em, 2em);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.chco-pro-feats--animations [zoom-flip] {
  -webkit-transform: perspective(100) rotateY(-90deg) scale(0.7);
  -ms-transform: perspective(100) rotateY(-90deg) scale(0.7);
  transform: perspective(100) rotateY(-90deg) scale(0.7);
}
.chco-pro-feats--animations [zoom-flip-alt] {
  -webkit-transform: perspective(100) rotateX(90deg) scale(0.7);
  -ms-transform: perspective(100) rotateX(90deg) scale(0.7);
  transform: perspective(100) rotateX(90deg) scale(0.7);
}
.chco-pro-feats--feb .chco-pro-feats-section--intro .chco-pro-feats-section__header {
  font-size: 5em;
  line-height: 1.5em;
  letter-spacing: 0.2em;
}
.chco-pro-feats--feb .chco-pro-feats-section--intro .chco-pro-feats-section__copy {
  font-size: 1.666666666666667em;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}
.chco-pro-feats--feb .chco-strp-cta,
.chco-pro-feats-mbl--feb .chco-strp-cta {
  background: #000;
}
.chco-pro-feats--feb .chco-strp-cta:hover,
.chco-pro-feats-mbl--feb .chco-strp-cta:hover {
  background: #000;
}
.chco-pro-feats--feb .chco-strp-type pre,
.chco-pro-feats-mbl--feb .chco-strp-type pre {
  color: #000;
}
.chco-pro-feats--feb .chco-strp-type__link:hover,
.chco-pro-feats-mbl--feb .chco-strp-type__link:hover {
  background: #4d4d4d !important;
}
.chco-pro-feats-mbl {
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: center;
  color: #fff;
}
.chco-pro-feats-mbl__txt {
  text-align: center;
}
.chco-pro-feats-mbl__header {
  margin: 0.625em 0 0.625em;
  font-family: 'futura-pt', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.666666666666667em;
  line-height: 1.5em;
  letter-spacing: 0.2em;
  color: #fff;
}
.chco-pro-feats-mbl__subheader {
  display: block;
  margin: 0.416666666666667em auto;
  font-family: 'futura-pt', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1em;
  line-height: 2em;
  letter-spacing: 0.2em;
  color: #fff;
  font-family: 'futura-pt', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.chco-pro-feats-mbl__copy {
  display: block;
  margin: 0 auto;
  padding: 0 0 4em;
  font-family: 'futura-pt', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.083333333333333em;
  line-height: 1.692307692307692em;
  letter-spacing: 0.1em;
}
.chco-pro-feats-mbl__bkgr {
  width: 100%;
  height: auto;
  z-index: 0;
}
.chco-pro-feats-mbl__icon {
  display: block;
  margin: 0 auto;
  padding: 5em 0 1.25em;
}
.chco-pro-feats-mbl__logo {
  display: inline-block;
  margin: 0 0.583333333333333em;
  padding-bottom: 5em;
  vertical-align: middle;
}
.chco-pro-feats-mbl__item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.chco-pro-feats-mbl__img {
  display: block;
  width: 290px;
  height: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.chco-pro-feats-mbl--intro .chco-pro-feats-mbl__bkgr {
  position: relative;
  display: block;
  z-index: 0;
  width: 100%;
}
.chco-pro-feats-mbl--intro .chco-pro-feats-mbl__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  left: 53%;
}
.chco-pro-feats-mbl--feb .chco-pro-feats-mbl--intro .chco-pro-feats-mbl__txt {
  width: 100%;
}
.chco-pro-feats-mbl--intro .chco-pro-feats-mbl__copy {
  width: 15.8125em;
  font-size: 1.166666666666667em;
  line-height: 1.714285714285714em;
  letter-spacing: 0.1em;
}
.chco-pro-feats-mbl--feb .chco-pro-feats-mbl--intro .chco-pro-feats-mbl__copy {
  width: 100%;
  font-size: 1em;
  line-height: 2em;
  letter-spacing: 0.1em;
}
.chco-pro-feats-mbl--intro .chco-pro-feats-mbl__header {
  font-size: 2em;
  line-height: 1.333333333333333em;
  letter-spacing: 0.2em;
}
.chco-pro-feats-mbl--feb .chco-pro-feats-mbl--intro .chco-pro-feats-mbl__header {
  margin: 0 0 0.25em;
  font-size: 2.5em;
  line-height: 1.5em;
  letter-spacing: 0.2em;
}
.chco-pro-feats-mbl--adjust {
  background: #557589;
}
.chco-pro-feats-mbl--adjust .chco-pro-feats-mbl__header {
  font-size: 1.666666666666667em;
  line-height: 1.3em;
  letter-spacing: 0.2em;
}
.chco-pro-feats-mbl .chco-strp-intro,
.chco-pro-feats-mbl .chco-strp-type__copy,
.chco-pro-feats-mbl .chco-strp-landing__copy {
  display: none;
}
.chco-pro-feats-mbl .chco-strp {
  background: transparent;
  padding: 0;
}
.chco-pro-feats-mbl .chco-strp-types {
  margin-top: 0;
  padding-bottom: 10.416666666666666em;
}
.chco-pro-feats-mbl--luv {
  background: #6a6158;
}
.chco-pro-feats-mbl--luv .chco-pro-feats-mbl__bkgr {
  position: relative;
  margin-top: -11.25em;
}
.chco-pro-feats-mbl--luv .chco-pro-feats-mbl__subheader {
  margin-top: -4.666666666666667em;
}
.chco-pro-feats-mbl--luv .chco-pro-feats-mbl__copy {
  padding-bottom: 3.833333333333333em;
}
.chco-pro-feats-mbl--dura {
  background: #e5b020;
}
.chco-pro-feats-mbl--dura .chco-pro-feats-mbl__bkgr {
  position: relative;
  height: auto;
  margin-top: -11em;
  padding-bottom: 5em;
}
.chco-pro-feats-mbl--out {
  background: #6b7732;
}
.chco-pro-feats-mbl--sandal {
  background: #8d352c;
}
.chco-pro-feats-mbl--sandal .chco-pro-feats-mbl__item .chco-pro-feats-mbl__copy {
  padding: 0;
}
.chco-pro-feats-mbl__item {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.chco-pro-feats-mbl--sandal .chco-pro-feats-mbl__item:hover .chco-pro-feats-mbl__img {
  filter: brightness(85%);
  -webkit-filter: brightness(85%);
}
.chco-pro-feats-mbl__item:last-child {
  margin-bottom: 2.916666666666667em;
}
.chco-pro-feats-mbl__img {
  padding: 0 0 1.666666666666667em;
}
.chco-pro-feats-mbl__cta {
  margin: 2.083333333333333em 0 5.833333333333333em;
}
