body {
  /* position: fixed; */
  width: 100%;
}

.promo {
  font-family: "trade-gothic-next", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.promo h2 {
  font-size: 28px;
  letter-spacing: normal;
  color: #C2A652;
  text-transform: none;
  margin-bottom: 1.5rem;
}

.promo h3 {
  font-size: 19px;
  letter-spacing: normal;
  margin-bottom: 1.5rem;
  margin-top: 2rem;
}

.promo p, .promo ul li {
  font-size: 15px;
  line-height: 24px;
}

.promo a:not(.button) {
  color: #C2A652;
  text-decoration: none;
  font-weight: 700;
}

.promo a.social-link:not(.button) {
  color: #fff;
}

.promo a:not(.button):hover {
  color: #231f20;
  text-decoration: none;
}

.promo ul:last-of-type {
  margin-bottom: 0;
}
.promo ul:last-of-type li {
  margin-bottom: 0.5rem;
}
.promo ul:last-of-type li:last-of-type {
  margin-bottom: 0;
}

.promo hr {
  width: 80%;
  max-width: 340px;
  background: #231F20;
  height: 1px;
  border: none;
  margin: 0 auto;
}

.promo strong, .promo a.button, .promo .button, .promo h3, .promo h1, .promo h2 {
  font-family: "trade-gothic-next", sans-serif;
  font-weight: 700;
  font-style: normal;
}

img.cp-logo {
  display: block;
  width: 100%;
  height: auto;
  max-width: 320px;
  margin: 0 auto 2rem;
}

.promo a.button, .promo .button {
  background: #C2A652;
  border-radius: 5px;
  border: none;
  color: #fff;
  letter-spacing: normal;
  font-size: 15px;
  line-height: 15px;
  text-transform: none;
  padding: 11px 20px 15px;
}

.conductors-hero {
  overflow: hidden;
}
.conductors-hero .hero-panel .image {
  height: 25vh;
  position: relative;
}
.conductors-hero .hero-panel .image img {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.conductors-hero.interior {
  min-height: 100px;
}
.conductors-hero.interior .hero-panel {
  flex: 0 0 auto;
  width: 30%;
}
.conductors-hero.interior .hero-panel:nth-child(4n+2), .conductors-hero.interior .hero-panel:nth-child(4n+3) {
  width: 20%;
}
.conductors-hero.interior .hero-panel .image {
  height: 130px;
}

.sign-up-holder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: scroll;
}

.sign-up-content {
  height: 100%;
  position: relative;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  left: 0;
  top: 0;
}
.sign-up-content .signup-box {
  max-width: 400px;
  background: #fff;
  display: block;
  padding: 1rem;
  width: 100%;
}

.sign-up-form {
  height: 100vh;
  position: relative;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: column;
  left: 0;
  top: 0;
}
.sign-up-form .form {
  max-width: 500px;
  background: #fff;
  display: block;
}

.promo .gform_wrapper.gravity-theme .gform_footer {
  justify-content: center;
  padding-bottom: 0;
}
.promo .gform_wrapper.gravity-theme .gfield input {
  background: #F6F6F3;
  border: none;
  border-right: 2px solid #939598;
  border-bottom: 2px solid #939598;
  color: #808285;
  padding: 8px 8px 10px;
}
.promo .gform_wrapper.gravity-theme .gfield input::placeholder {
  opacity: 1;
  color: #808285;
}

.carousel-inner {
  padding: 1em;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner .carousel-item {
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out !important;
}
.carousel-inner.photo-carousel {
  background: #000;
}
.carousel-inner.photo-carousel .carousel-item {
  background: #000;
}

.card {
  margin: 0;
  border: none;
  background: #000;
}
.card p {
  color: #fff;
}
.card img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 56.25vw;
  object-fit: cover;
}

.carousel-control-prev,
.carousel-control-next {
  background-color: #e1e1e1;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
.carousel-control-prev span,
.carousel-control-next span {
  background: transparent;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  margin-left: 5px;
}

.carousel-control-next {
  left: auto;
  right: 15px;
}
.carousel-control-next span {
  transform: translate(-50%, -50%) rotate(-135deg);
}

@media (max-width: 767px) {
  .carousel-inner .carousel-item > div {
    display: none;
  }

  .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}
.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {
  .conductors-hero {
    height: auto;
    min-height: 25px;
  }

  .sign-up-content, .sign-up-holder {
    height: 100%;
  }

  .carousel-inner .carousel-item-end.active,
.carousel-inner .carousel-item-next {
    transform: translateX(33.3333%);
  }

  .carousel-inner .carousel-item-start.active,
.carousel-inner .carousel-item-prev {
    transform: translateX(-33.3333%);
  }

  .carousel-inner .explore.carousel-item-end.active,
.carousel-inner .explore.carousel-item-next {
    transform: translateX(50%);
  }

  .carousel-inner .explore.carousel-item-start.active,
.carousel-inner .explore.carousel-item-prev {
    transform: translateX(-50%);
  }
}
.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start,
.carousel-inner .explore.carousel-item-end,
.carousel-inner .explore.carousel-item-start {
  transform: translateX(0);
}

@media screen and (min-width: 768px) {
  .conductors-hero.interior .hero-panel .image {
    height: 350px;
  }
}
@media screen and (min-width: 992px) {
  .sign-up-content .signup-box {
    padding: 1.5rem;
  }

  .conductors-hero .hero-panel {
    flex: 0 0 auto;
  }
  .conductors-hero .hero-panel .image {
    height: 30vh;
  }
}
@media screen and (min-width: 2200px) {
  .conductors-hero .hero-panel {
    flex: 0 0 auto;
  }
  .conductors-hero.interior .hero-panel .image {
    height: 500px;
  }
}

/*# sourceMappingURL=conductors.css.map */
