.expanding-quote {
  -webkit-transition: all .8s ease;
  transition: all .8s ease
}
.expanding-quote__inner-wrapper::before {
  background: rgba(0,0,0,.09);
  content: "";
  position: absolute;
  top: 0;
  width: 83.33333333%;
  height: 685px;
  right: 0
}
.expanding-quote__wrapper {
  z-index: 1
}
.expanding-quote__text {
  font-family: var(--font-urw-regular)
}
.expanding-quote__author-image-wrapper {
  width: 260px;
  min-height: 260px;
  margin-left: auto;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end
}
.expanding-quote__author-image {
  padding-left: 0;
  padding-right: var(--sm-1)
}
.expanding-quote__author-img {
  height: 173px;
  width: 152px
}
.expanding-quote__button {
  -webkit-transition: all .8s ease;
  transition: all .8s ease
}
.expanding-quote__author-image {
  z-index: 2;
  text-align: center
}
.expanding-quote__background-image {
  top: 0;
  left: 0;
  z-index: 1;
  right: 15px
}
.expanding-quote__background-image img {
  height: 100%;
  width: 100%
}
.expanding-quote__read-more {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
  opacity: 0
}
.expanding-quote .expanded {
  max-height: 60rem!important;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
  padding-top: var(--sm-1);
  opacity: 1
}
.expanding-quote .expanded p {
  margin-bottom: var(--sm-1)
}
.expanding-quote .expanded p:last-child {
  margin-bottom: 0
}
.expanding-quote__button .distilled-cta__inner {
  -webkit-transform: unset!important;
  -ms-transform: unset!important;
  transform: unset!important;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  position: unset!important
}
@media (min-width:768px) {
  .expanding-quote__inner-wrapper::before {
    height: 292px
  }
  .expanding-quote--right .expanding-quote__inner-wrapper::before {
    right: unset;
    left: 0
  }
  .expanding-quote--right .expanding-quote__author-image-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding-left: var(--md-1);
    padding-right: 0
  }
  .expanding-quote--right .expanding-quote__author {
    padding-left: 60px
  }
}
@media (min-width:992px) {
  .expanding-quote--right .expanding-quote__author {
    padding-left: 75px
  }
}
@media (min-width:1200px) {
  .expanding-quote__author-img {
    height: 230px;
    width: 200px
  }
  .expanding-quote--right .expanding-quote__author {
    padding-left: 80px
  }
}
@media (min-width:1400px) {
  .expanding-quote__author-image-wrapper {
    width: 407px;
    min-height: 407px
  }
  .expanding-quote__author-img {
    height: 261px;
    width: 234px
  }
}
@media (width <= 992px) {
  .expanding-quote [data-distilled-parallax] {
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none!important;
    -ms-transform: none!important;
    transform: none!important
  }
}