.split-callout-carousel__cover > div:first-child {
  padding: 2.8rem 0 1.2rem;
}
.split-callout-carousel__cover > div:first-child .split-callout-carousel__label {
  color: #3f000b;
}
.split-callout-carousel__cover > div:first-child .split-callout-carousel__label h4 {
  margin-bottom: 0;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.split-callout-carousel__cover > div:first-child .split-callout-carousel__label.color-dark > h4 {
  color: #3f000b;
}
.split-callout-carousel__cover > div:first-child .split-callout-carousel__label.color-white > h4 {
  color: #ffffff;
}
.split-callout-carousel__cover > div:first-child .split-callout-carousel__header {
  color: #3f000b;
}
@media  screen and (min-width: 992px) {
  .split-callout-carousel__cover > div:first-child .split-callout-carousel__header {
    margin-bottom: 1.5rem;
  }
}
.split-callout-carousel__cover > div:first-child .split-callout-carousel__header h2 {
  font-weight: 900;
  margin-bottom: 0;
  padding: 0 4rem;
}
.split-callout-carousel__cover > div:first-child .split-callout-carousel__header.color-dk-brown > h2 {
  color: #3f000b;
}
.split-callout-carousel__cover > div:first-child .split-callout-carousel__header.color-white > h2 {
  color: #ffffff;
}
.split-callout-carousel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: null;
  flex-flow: row nowrap;
  margin: 0 1rem;
  padding-bottom: 2.8rem;
}
@media  screen and (min-width: 992px) {
  .split-callout-carousel {
    margin: 0 auto;
  }
}
.split-callout-carousel .owl-stage-outer--with-first-item {
  margin: 0 -1rem 0 0;
}
.split-callout-carousel .owl-stage-outer--with-first-item .owl-stage {
  padding-left: 0px !important;
}
.split-callout-carousel .owl-stage-outer--with-middle-item {
  margin: 0 -1rem;
}
.split-callout-carousel .owl-stage-outer--with-middle-item .owl-stage {
  padding-left: 3rem !important;
  padding-right: 1rem !important;
}
.split-callout-carousel .owl-stage-outer--with-last-item {
  margin: 0 0 0 -1rem;
  padding-left: 1rem;
}
.split-callout-carousel .owl-stage-outer--with-last-item .owl-stage {
  padding-left: 4rem !important;
  padding-right: 0 !important;
}
.split-callout-carousel .owl-nav {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: null;
  flex-flow: row nowrap;
}
.split-callout-carousel .owl-nav button.owl-next,
.split-callout-carousel .owl-nav button.owl-prev {
  font-size: 1.6rem;
  width: 3rem;
  height: 3rem;
  background: #ffffff;
  box-shadow: 0px 0px 8.1px 0.9px rgba(1, 1, 1, 0.2);
}
.split-callout-carousel .owl-nav button.owl-next i,
.split-callout-carousel .owl-nav button.owl-prev i {
  color: #003594;
}
.split-callout-carousel .owl-nav button.owl-next {
  margin-left: 1rem;
}
@media  screen and (min-width: 992px) {
  .split-callout-carousel .owl-nav button.owl-next {
    position: absolute;
    top: calc(47%);
    right: -5rem;
  }
}
.split-callout-carousel .owl-nav button.owl-prev {
  margin-right: 1rem;
}
@media  screen and (min-width: 992px) {
  .split-callout-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: calc(47%);
    left: -5rem;
  }
}
.split-callout-carousel .owl-nav button.owl-next {
  transition: background-color 0.3s ease-in-out;
}
.split-callout-carousel .owl-nav button.owl-next:hover:not(.disabled),
.split-callout-carousel .owl-nav button.owl-next:focus:not(.disabled) {
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.6);
}
.split-callout-carousel .owl-nav button.owl-prev {
  transition: background-color 0.3s ease-in-out;
}
.split-callout-carousel .owl-nav button.owl-prev:hover:not(.disabled),
.split-callout-carousel .owl-nav button.owl-prev:focus:not(.disabled) {
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.6);
}
.split-callout-carousel .owl-nav button.owl-next.disabled i,
.split-callout-carousel .owl-nav button.owl-prev.disabled i {
  color: #999999;
}
.split-callout-carousel .medium-callout-item .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: null;
  align-items: null;
  align-content: null;
  flex-flow: row wrap;
}
.split-callout-carousel .medium-callout-item .owl-item.active {
  flex: 1 0 auto;
}
