.csi-header {
  position: absolute;
  width: 100%;
  padding-top: 1rem;
}
.fdic-wrapper .fdic-notice {
	display: flex;
  flex-direction: row;
  width: 100%;
  margin: 0;
  overflow: hidden;
  box-sizing: border-box;
  text-align: left;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-style: italic;
  font-size: .8rem;
  font-weight: 400;
  color: #fff;
}
.fdic-wrapper .fdic-notice svg {
  width: auto;
  height: 15.74px;
  margin-right: .75em;
  display: block;
}
.csi-banner-custom .carousel-item {
  position: relative;
  min-height: 750px;
  height: 60vh;
}
.csi-banner-custom .carousel-item.active {
  display: flex;
  align-items: center;
}
.csi-banner-custom .carousel-item:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.60) 28.86%, rgba(0, 0, 0, 0.00) 100%);
}
.csi-banner-custom .carousel-item:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.60) 11.26%, rgba(0, 0, 0, 0.00) 100%);
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
}
.csi-banner-custom .carousel-caption {
  position: relative;
  left: unset;
  right: unset;
  bottom: unset;
  padding-block: 0;
  text-align: left;
  width: 100%;
  padding-inline: 1rem;
  margin-top: 5rem;
}
.csi-banner-custom .carousel-caption h2, .csi-banner-custom .carousel-caption p {
  color: white;
}
.csi-banner-custom .carousel-caption h2 {
  font-size: 3rem;
  font-weight: 600;
}
.csi-banner-custom .carousel-caption p {
  font-size: 1.25rem;
  font-family: "Azo Sans", sans-serif;
}
.csi-banner-custom .carousel-indicators {
  background-color: transparent;
  bottom: 18%;
}
