.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.gh-executive-director-header .intro {
  font-size: 20px;
  line-height: 36px;
}
@media (max-width: 1279px) {
  .gh-executive-director-header .intro {
    text-indent: 25px;
  }
}
.gh-executive-director-header .visual-author {
  height: 200px;
  width: auto;
  position: relative;
  right: -125px;
  max-width: none;
  top: -121px;
  margin-bottom: -121px;
  display: block;
}
@media (min-width: 768px) {
  .gh-executive-director-header .visual-author {
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .gh-executive-director-header .visual-author {
    height: 533px;
    width: 835px;
    position: relative;
    bottom: 0;
    top: auto;
    right: auto;
    left: -300px;
    max-width: none;
    margin: 0;
  }
}
@media (min-width: 1280px) {
  .gh-executive-director-header .visual-author {
    left: -230px;
  }
}
@media (min-width: 1600px) {
  .gh-executive-director-header .visual-author {
    left: -100px;
  }
}
.gh-executive-director-header .quote {
  position: absolute;
  height: 18px;
  top: 0;
  left: -5px;
}
@media (min-width: 992px) {
  .gh-executive-director-header .quote {
    left: -20px;
    height: 24px;
  }
}
@media (min-width: 1280px) {
  .gh-executive-director-header .quote {
    left: -45px;
  }
}
.gh-executive-director-header .quote.quote-closing {
  left: auto;
  top: auto;
  bottom: 3px;
  margin-left: 10px;
}
@media (min-width: 992px) {
  .gh-executive-director-header .quote.quote-closing {
    bottom: -15px;
    right: 0;
    margin-left: 0;
  }
}
@media (min-width: 1280px) {
  .gh-executive-director-header .quote.quote-closing {
    right: -30px;
  }
}
.gh-executive-director-header .animation-1 {
  position: absolute;
  top: 100px;
  right: -400px;
  height: 135px;
}
@media (max-width: 1279px) {
  .gh-executive-director-header .animation-1 {
    display: none;
  }
}
.gh-executive-director-header .animation-2 {
  position: absolute;
  top: 350px;
  left: -300px;
  height: 157px;
}
@media (max-width: 1279px) {
  .gh-executive-director-header .animation-2 {
    display: none;
  }
}

.header-intro .read-more {
  position: relative;
  z-index: 100;
}

.pepper-line {
  position: relative;
  width: 200%;
  margin-left: -100%;
  /*&:before {
      @media (min-width: 1280px) {
          content: "";
          position: absolute;
          top: 132px;
          left: -100vw;
          width: 100vw;
          height: 1px;
          background: #1D1D1B;
          display: block;
          z-index: 100;
      }
  }*/
}
.pepper-line svg {
  width: 100%;
  height: auto;
}

.pepper-2-line {
  position: relative;
  width: 200%;
  margin-left: -100%;
  /*&:before {
      @media (min-width: 1280px) {
          content: "";
          position: absolute;
          top: 97px;
          left: -100vw;
          width: 100vw;
          height: 1px;
          background: #1D1D1B;
          display: block;
          z-index: 100;
      }
  }*/
}
.pepper-2-line svg {
  width: 100%;
  height: auto;
}

.apple-line {
  position: relative;
  width: 200%;
  margin-right: -100%;
  /*&:before {
      @media (min-width: 1280px) {
          content: "";
          position: absolute;
          top: 119px;
          right: -100vw;
          width: 100vw;
          height: 1px;
          background: #1D1D1B;
          display: block;
          z-index: 100;
      }
  }*/
}
@media (min-width: 992px) {
  .apple-line {
    margin-top: 70px;
  }
}

.gh-explore .explore-icon {
  display: block;
  margin: 0 auto 10px;
  height: 75px;
}
.gh-explore .stretched-link {
  color: #000;
}
.gh-explore .stretched-link:hover {
  color: #b20933;
  text-decoration: none;
}

.gh-executive-director-photos-carousel {
  padding-left: 40px;
  padding-right: 40px;
}
@media (min-width: 992px) {
  .gh-executive-director-photos-carousel {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.gh-executive-director-photos-carousel .owl-item {
  width: 300px !important;
  margin-left: 5px;
  margin-right: 5px;
}
.gh-executive-director-photos-carousel .photo-visual {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.gh-executive-director-photos-carousel .owl-buttons > div:hover {
  background-color: transparent;
}
.gh-executive-director-photos-carousel .owl-buttons .owl-prev {
  background-image: url(../../img/angle-left.svg);
  background-size: 10px;
}
@media (max-width: 991px) {
  .gh-executive-director-photos-carousel .owl-buttons .owl-prev {
    left: -7px;
  }
}
.gh-executive-director-photos-carousel .owl-buttons .owl-next {
  background-image: url(../../img/angle-right.svg);
  background-size: 10px;
}
@media (max-width: 991px) {
  .gh-executive-director-photos-carousel .owl-buttons .owl-next {
    right: -7px;
  }
}

.gh-videos:hover a {
  text-decoration: none;
}
.gh-videos .col-video {
  margin-bottom: 100px;
}
@media (min-width: 992px) {
  .gh-videos .col-video {
    margin-bottom: 0;
  }
}
.gh-videos .col-video:last-child {
  margin-bottom: 0;
}
.gh-videos .col-video:hover .gh-thumb img {
  transform: scale(1.1);
}
.gh-videos .video-item {
  border: 1px solid #eee;
  height: 100%;
}
.gh-videos .video-visual {
  height: 170px;
  width: 100%;
  object-fit: cover;
}
.gh-videos .video-text {
  color: #000;
}
.gh-videos .video-text:hover {
  color: #b20933;
}
.gh-videos .col-content {
  height: calc(100% - 116px);
}
.gh-videos .col-10 {
  position: static;
}

@media (min-width: 992px) {
  .gh-headlines .headlines-container {
    margin-top: 160px;
  }
}
.gh-headlines .owl-item {
  overflow: hidden;
}
.gh-headlines .gh-executive-director-headline-visual-wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  .gh-headlines .gh-executive-director-headline-visual-wrapper {
    position: absolute;
    top: -120px;
    right: -130px;
    z-index: 100;
    width: calc(100% + 110px);
    height: 370px;
  }
}
.gh-headlines .gh-executive-director-headline-visual-wrapper .owl-item {
  width: 100% !important;
  max-width: 1000px;
  height: 370px;
}
.gh-headlines .gh-executive-director-headline-visual-wrapper .headline-visual {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gh-headlines .headlines-citation {
  position: relative;
}
.gh-headlines .headlines-citation .quote {
  position: absolute;
  top: 0;
  left: -45px;
  height: 24px;
}
.gh-headlines .headlines-citation .quote.quote-closing {
  left: auto;
  right: -30px;
  top: auto;
  bottom: -15px;
}
@media (min-width: 992px) {
  .gh-headlines .col-text {
    padding-left: 210px !important;
  }
}
.gh-headlines .owl-controls {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .gh-headlines .owl-controls {
    height: 50px;
    width: 300px;
    margin: -115px 0 0 35px;
  }
}
@media (min-width: 1280px) {
  .gh-headlines .owl-controls {
    width: 400px;
  }
}
.gh-headlines .owl-controls .owl-pagination {
  display: flex;
  position: absolute;
  width: 400px;
  justify-content: center;
}
.gh-headlines .owl-controls .owl-page {
  width: 15px;
  height: 15px;
  border: 1px solid #707070;
  border-radius: 50%;
  margin: 0 5px;
}
.gh-headlines .owl-controls .owl-page.active {
  background: #B20933;
  border: 1px solid #B20933;
}
.gh-headlines .owl-buttons {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.gh-headlines .owl-buttons > div {
  position: static;
  height: 36px;
  width: 19px;
  margin: 0;
  top: 0;
  background-size: 10px;
}
.gh-headlines .owl-buttons > div:hover {
  background-color: transparent;
}
.gh-headlines .owl-buttons .owl-prev {
  background-image: url(../../img/angle-left.svg);
}
.gh-headlines .owl-buttons .owl-next {
  background-image: url(../../img/angle-right.svg);
}

.gh-twitter .col-tweet {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .gh-twitter .col-tweet {
    margin-bottom: 0;
  }
}
/*# sourceMappingURL=executive-director.css.map */
