.alertsBox-c {
  background-color: #3e9fca;
  padding: 1rem 0;
}
@media screen and (max-width: 880px) {
  .alertsBox-c {
    padding: 0.75rem 0;
  }
}
.alertsBox-c .carousel-inner,
.alertsBox-c .item {
  height: unset !important;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: none !important;
}
.alertsBox-c .carousel-caption {
  position: relative;
  text-align: left;
  text-shadow: none;
  margin-left: 15px;
  font-size: 12px;
  padding: 0 !important;
  inset: 0 !important;
}
.alertsBox-c .carousel-caption p {
  max-width: 85%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 !important;
}
.alertsBox-c .carousel-caption a span:first-of-type {
  font-weight: normal;
}
.alertsBox-c .carousel-caption a span.underlined {
  text-decoration: underline !important;
}
@media screen and (max-width: 880px) {
  .alertsBox-c .carousel-caption a {
    margin-left: 0;
  }
}
@media screen and (max-width: 880px) {
  .alertsBox-c .carousel-caption {
    display: flex;
    flex-direction: column;
  }
}
.alertsBox-c a {
  color: #F9DD00;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}
.alertsBox-c .carousel-control {
  width: 20px;
}
.alertsBox-c .carousel-control.right {
  background-image: none !important;
}
.alertsBox-c .carousel-control .glyphicon-chevron-right,
.alertsBox-c .carousel-control .icon-prev,
.alertsBox-c .carousel-control .icon-next {
  margin-top: -11px;
  font-size: 20px;
  color: white;
  margin-right: 0 !important;
}
.alertsBox-c .alert-bar {
  margin-top: 0px !important;
  margin-bottom: 0px;
  padding: 10px 0 !important;
}
.alertsBox-c #alertBar {
  white-space: unset !important;
}
.alertsBox-c .item,
.alertsBox-c .item.active {
  margin: auto 0 !important;
}
@media screen and (max-width: 880px) {
  .alertsBox-c > div > div > div > a > span {
    font-size: 26px !important;
    margin-right: 0;
    margin-top: -14px !important;
  }
  .alertsBox-c > div > div > div > a.right.carousel-control {
    display: block !important;
  }
  .alertsBox-c .item.padded,
  .alertsBox-c .item.active.padded {
    padding: 8.5px 0;
  }
}
@media (min-width: 768px) {
  .pad-left-0 {
    padding-left: 0;
  }
}
#alert-carousel .carousel-caption p,
.alertsBox .item {
  max-height: none;
}
