.fixedCarouselHeight {
  height: 367px;
}
.carousel {
  border: 4px solid #42695f;
  margin-top: 30px;
}
.carousel:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  content: "";
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  display: inline-block;
  box-shadow: 10px 10px 0 #42695f;
  transform: translate3d(0, 0, 0);
}
.carousel .layout__region--first-above {
  flex: 1 0 0;
}
@media screen and (max-width: 991px) {
  .carousel .layout__region--first-above {
    flex: 0 1 50%;
  }
}
@media screen and (max-width: 450px) {
  .carousel .layout__region--first-above {
    flex: 0 1 100%;
  }
}
.carousel .layout__region--second-above {
  flex: 0 0 385px;
}
@media screen and (max-width: 991px) {
  .carousel .layout__region--second-above {
    flex: 0 1 50%;
  }
}
@media screen and (max-width: 450px) {
  .carousel .layout__region--second-above {
    flex: 0 1 100%;
  }
}
.carousel .img-responsive {
  float: right;
  width: 350px;
  height: 310px;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-position: top;
}
@media screen and (max-width: 991px) {
  .carousel .img-responsive {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 450px) {
  .carousel .field.field--name-body.field--type-text-with-summary.field--label-hidden.field--item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 450px) {
  .carousel .field.field--name-node-title.field--type-ds.field--label-hidden.field--item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.carousel .right-above {
  padding-left: 0px !important;
}
@media screen and (max-width: 991px) {
  .carousel .left-above {
    padding-right: 0px !important;
  }
}
@media screen and (max-width: 450px) {
  .layout--twocol-bricks {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .layout--twocol-bricks {
    margin: 0px !important;
  }
}
@media screen and (max-width: 767px) {
  .carousel-indicators {
    bottom: 0px;
    margin-bottom: 0px !important;
  }
}
.carousel-control.right {
  background-image: none;
}
.carousel-control.left {
  background-image: none;
}
body.path-frontpage .region .field--name-field-content .carousel .layout--twocol-bricks {
  border: 0;
  margin-top: 0px;
}
.carousel .field .btn_medium {
  display: block;
  margin: 20px 0 0;
}
.carousel .img-responsive {
  margin-bottom: 30px;
}
.no-img {
  background-image: url("../images/alert-logo.jpg");
  float: right;
  width: 350px;
  height: 310px;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-position: top;
}
@media screen and (max-width: 991px) {
  .no-img {
    width: 100%;
    height: 100%;
    background-size: contain;
  }
}
@media screen and (max-width: 450px) {
  .no-img {
    height: 100%;
    padding-bottom: 65%;
    background-size: 100% auto;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .glyphicon-chevron-left {
    margin-left: -28px !important;
  }
}
@media screen and (max-width: 767px) {
  .glyphicon-chevron-right {
    margin-right: -28px !important;
  }
}
