i.fas.fa-stack-2x {
  color: black;
}
.cta-container {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 40px 10%;
}
.cta-container .cta-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.cta-container p {
  margin-bottom: 20px;
}
.cta-container * {
  position: relative;
  z-index: 1;
}
.bx-wrapper .bx-controls-direction .bx-prev,
.bx-wrapper .bx-controls-direction .bx-next {
  text-indent: 0;
}
.bx-wrapper .bx-controls-direction .bx-prev span,
.bx-wrapper .bx-controls-direction .bx-next span {
  top: -50%;
  text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.4);
}
.bx-wrapper .bx-controls-direction .bx-prev span {
  left: -40px;
}
.bx-wrapper .bx-controls-direction .bx-next span {
  right: -12px;
}
.diviner-blocks-carousel-container .carousel-thumb {
  position: relative;
}
.diviner-blocks-carousel-container .carousel-thumb .caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  line-height: 1.8em;
  letter-spacing: .03em;
  color: white;
  padding: 10px 14px;
}
.db-info-container {
  min-height: 400px;
  display: flex;
  flex-direction: row;
}
.db-info-container > * {
  width: 50%;
}
.db-info-container .db-media {
  height: 100%;
  background-color: #ddd;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.db-info-container .column_2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.db-info-container .column_2 h2 {
  margin-bottom: 10px;
}
.is-style-toggled {
  flex-direction: row-reverse;
}
