.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-spnsrs {
  position: relative;
}
.chco-spnsrs__heading,
.chco-spnsrs__promo {
  position: relative;
  width: 920px;
  margin: 0 auto;
}
.chco-spnsrs--mbl .chco-spnsrs__heading,
.chco-spnsrs--mbl .chco-spnsrs__promo {
  width: 320px;
}
.chco-spnsrs__heading-img,
.chco-spnsrs__promo-img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.chco-spnsrs__heading-txt,
.chco-spnsrs__promo-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  margin: 0;
  color: #fff;
}
.chco-spnsrs__heading-txt {
  font-family: 'futura-pt', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  font-size: 3.5em;
  line-height: 0.30952380952381em;
  letter-spacing: 0.2em;
}
.chco-spnsrs--mbl .chco-spnsrs__heading-txt {
  font-size: 2em;
  line-height: 0.541666666666667em;
  letter-spacing: 0.2em;
}
.chco-spnsrs__promo {
  margin: 55px auto 100px;
  text-align: center;
}
.chco-spnsrs__promo-copy {
  margin: 0;
  color: #fff;
  font-family: 'futura-pt', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.166666666666667em;
  line-height: 3.285714285714286em;
  letter-spacing: 0.2em;
}
.chco-spnsrs--mbl .chco-spnsrs__promo-copy {
  margin: -10px auto 17px;
  font-size: 1.166666666666667em;
  line-height: 1.642857142857143em;
  letter-spacing: 0.2em;
}
.chco-spnsrs--mbl .chco-spnsrs__promo {
  width: 280px;
  margin: 20px auto;
}
.chco-spnsrs__promo:hover .chco-spnsrs__promo-img {
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}
.chco-spnsrs__promo-txt {
  width: 100%;
}
.chco-spnsrs__promo-heading {
  margin: 0 auto;
  padding-bottom: 55px;
  color: #fff;
  font-family: 'futura-pt', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  font-size: 2.666666666666667em;
  line-height: 0.46875em;
  letter-spacing: 0.2em;
}
.chco-spnsrs__promoTwo .chco-spnsrs__promo-heading {
  padding-bottom: 5px;
}
.chco-spnsrs--mbl .chco-spnsrs__promo-heading {
  font-size: 2em;
  line-height: 1.333333333333333em;
  letter-spacing: 0.2em;
  padding-bottom: 15px;
}
.chco-spnsrs__item {
  position: relative;
  width: 920px;
  margin: 0 auto;
  padding: 44px 0;
  background-color: #e6e5dc;
  border-bottom: 1px solid #fff;
  text-align: center;
}
.chco-spnsrs--mbl .chco-spnsrs__item {
  width: 320px;
  padding: 20px 0 42px;
}
.chco-spnsrs__item:hover .chco-spnsrs__item-img {
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
}
.chco-spnsrs__item-img-wrapper,
.chco-spnsrs__item-txt {
  display: inline-block;
  vertical-align: middle;
}
.chco-spnsrs__item-img-wrapper {
  width: 46.5%;
}
.chco-spnsrs--mbl .chco-spnsrs__item-img-wrapper {
  width: 100%;
}
.chco-spnsrs__item-txt {
  width: 49.25%;
  padding-right: 4.25%;
}
.chco-spnsrs--mbl .chco-spnsrs__item-txt {
  width: 100%;
  padding-right: 0;
}
.chco-spnsrs__item-img {
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.chco-spnsrs--mbl .chco-spnsrs__item-img {
  padding: 0 0 15px;
}
.chco-spnsrs__item-heading {
  font-family: 'futura-pt', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.777777777777778em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.chco-spnsrs--mbl .chco-spnsrs__item-heading {
  font-size: 1.25em;
  line-height: 1.666666666666667em;
  letter-spacing: 0.2em;
}
.chco-spnsrs__item-copy {
  width: 416px;
  margin: 0 auto 20px;
  font-family: 'futura-pt', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.333333333333333em;
  line-height: 1.8125em;
  letter-spacing: 0.1em;
}
.chco-spnsrs--mbl .chco-spnsrs__item-copy {
  width: 280px;
  margin: 0 auto 8px;
  font-size: 1.083333333333333em;
  line-height: 1.846153846153846em;
  letter-spacing: 0.1em;
}
