.paragraph--type--simple-hero-content-item .right.carousel-control,
.paragraph--type--simple-hero-content-item .left.carousel-control {
  height: 0;
  top: 50%;
}

.paragraph--type--simple-hero-content-item .carousel-indicators {
  width: 30%;
  left: 35%;
  margin-left: 0;
}

.paragraph--type--simple-hero-content-item .carousel-inner {
  height: 100%;
}

.paragraph--type--simple-hero-content-item .carousel-inner .carousel-item {
  height: 100%;
}

.paragraph--type--simple-hero-content-item-text {
  height: 100%;
  position: relative;
}

.paragraph--type--simple-hero-content-item-text .simple-hero-text-column-description {
  position: absolute;
  display: flex;
  align-items: center;
  padding: 0 2%;
  width: 30%;
}




.paragraph--type--simple-hero-content-item-menu {
  height: 100%;
  position: relative;
}

.paragraph--type--simple-hero-content-item-menu .simple-hero-inner-menu-image {
  height: 65%;
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

.paragraph--type--simple-hero-content-item-menu .simple-hero-inner-menu-title {
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  font-family: Roboto;
  padding: 20px;
  text-align: center;
}

.paragraph--type--simple-hero-content-item-menu .simple-hero-inner-menu-description {
  padding: 4% 2%;
}

.paragraph--type--simple-hero-content-item-menu .simple-hero-inner-menu-links {
  padding: 20px 0;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Roboto Condensed';
}

.paragraph--type--simple-hero-content-item-menu .simple-hero-inner-menu-links .field--item {
  margin-bottom: 20px;
  text-transform: uppercase;
}

.paragraph--type--simple-hero-content-item-tri-bck {
  height: 100%;
  position: relative;
}

.paragraph--type--simple-hero-content-item-tri-bck .simple-hero-triangle-image {
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

.paragraph--type--simple-hero-content-item-tri-bck .simple-hero-triangle-title {
  font-size: 36px;
  line-height: 38px;
  padding: 5px 0;
}

.paragraph--type--simple-hero-content-item-tri-bck .simple-hero-triangle-body {
  height: 50%;
  margin-top: 31%;
  padding-left: 12%;
}

.paragraph--type--simple-hero-content-item-tri-bck .simple-hero-triangle-button {
  text-transform: uppercase;
}

.paragraph--type--simple-hero-content-item-tri-bck .simple-hero-triangle-background {
  width: 100%;
  height: 300%;
  position: absolute;
  left: 65%;
  bottom: -100%;
  transform: rotate(30deg);
}

@media (max-width: 996px) {
  .paragraph--type--simple-hero-content-item-tri-bck .simple-hero-triangle-background {
    transform: unset;
    left: 0;
  }
}

.paragraph--type--simple-hero-content-item-links {
  height: 100%;
  position: relative;
}

.paragraph--type--simple-hero-content-item-links .simple-hero-multiple-links-title {
  font-size: 36px;
  margin-bottom: 10px;
  font-family: Roboto;
}

.paragraph--type--simple-hero-content-item-links .simple-hero-mult-links-body {
  width: 30%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 10%;
  padding: 2%;
}

.paragraph--type--simple-hero-content-item-links .simple-hero-multiple-links-description {
  font-size: 16px;
  margin-bottom: 10px;
  font-family: Roboto;
}

.paragraph--type--simple-hero-content-item-links .simple-hero-multiple-links-value {
  font-size: 16px;
  line-height: 20px;
  font-family: Roboto;
}

.paragraph--type--simple-hero-content-item-links .simple-hero-multiple-links-value .field--item {
  padding: 5px 0;
}

.paragraph--type--simple-hero-content-item-links .field--name-field-multiple-links a {
  color: inherit;
  opacity: inherit;
}

.paragraph--type--simple-hero-content-item-menu .field--name-field-multiple-links a {
  color: inherit;
  opacity: inherit;
}

.paragraph--type--simple-hero-content--item .simple-hero-video {
  height: 100%;
}

.paragraph--type--simple-hero-content--item .simple-hero-video .field--name-field-video {
  height: 100%;
}

.paragraph--type--simple-hero-content--item .simple-hero-video .field--name-field-video .video-embed-field-responsive-video {
  height: 100%;
}

.carousel .carousel-indicators {
  bottom: -36px;
}

div .carousel .carousel-indicators li {
  border: 1px solid #106cb8;
}

div .carousel .carousel-indicators li.active {
  background-color: #106cb8;
}
