
.csi-banner-custom .header-links {
  justify-content: flex-end;
  gap: 1rem;
  display: flex;
  padding-top: .5rem;
}
.fdic-wrapper a {
  text-decoration: none;
}
.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: #000;
}
.fdic-wrapper .fdic-notice svg {
  width: auto;
  height: 15.74px;
  margin-right: .75em;
  display: block;
}
.csi-banner-custom .csi-logo {
  width: 220px;
}
.csi-banner-custom .csi-ib {
  position: relative;
  top: unset;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  gap: 1rem;
  padding-right: 0;
}
.csi-banner-custom .csi-ib select#ibDropdown {
  max-width: 225px;
  margin-bottom: 0;
}
.csi-banner-custom .csi-ib .csi-btn {
  margin-bottom: 0;
}
.csi-banner-custom #csiMenuWrapper .section-inner {
  margin-bottom: 0 !important;
  width: 100%;
}
.csi-banner-custom .nav-wrapper {
  box-shadow: 0 4px 16px 0 rgba(0, 12, 23, 0.60); 
  margin-block: 1.5rem .5rem;
}
.csi-banner-custom .header-links a{
  font-family: 'Poppins';
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration: none;
  color: #003057;
}
.csi-banner-custom .header-links a:hover, .csi-banner-custom .header-links a:focus {
  text-decoration: underline;
  color: #003057;
}
.csi-header {
  position: relative;
}
.csi-banner-custom .csi-carousel {
  margin-top: -.5rem;
}
.csi-banner-custom .carousel-item {
  position: relative;
  min-height: 575px;
  height: 60vh;
  background: #003057;
}
.csi-banner-custom .carousel-item .carousel-caption .csi-container1500 {
  display: flex;
  align-items: center;
  height: 100%;
}
.csi-banner-custom .carousel-caption {
  position: relative;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  transform: none;
  height: 100%;
}
.csi-banner-custom .carousel-caption .carousel-image-wrapper {
  position: absolute;
  right: 10%;
  height: 100%;
  width: 100%;
  display: flex;
  max-height: 500px;
  justify-content: flex-end;
}
.csi-banner-custom .carousel-caption .carousel-image-wrapper .carousel-image {
  position: relative;
  border-radius: 10px;
  border: 11px solid white;
  height: 100%;
  width: 100%;
  max-width: 800px;
  max-height: 100%;
  transform: rotate(2.52deg);
}
.csi-banner-custom .carousel-caption .carousel-image-wrapper .carousel-image:before {
  position: absolute;
  content: "";
  border-radius: 10px;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 39%, rgba(0, 0, 0, 0.70) 90.38%); 
  height: 105%;
  width: 100%;
  top: -12px;
  left: -.75rem;
}
.csi-banner-custom .carousel-caption h2, .csi-banner-custom .carousel-caption p {
  color: white;
}
.csi-banner-custom .carousel-caption h2 {
  color: #FFF;
  text-shadow: 0 4px 9px rgba(0, 12, 23, 0.60);
  font-family: Poppins;
  font-size: 3.75rem;
  font-weight: 500;
  max-width: 800px;
  text-align: left;
  line-height: normal;
}
.csi-banner-custom .carousel-caption h2.accent-text {
  font-family: 'Smoothy';
  font-size: 5.375rem;
  font-weight: 300;
}
.csi-banner-custom .carousel-indicators {
  background-color: transparent;
  bottom: 18%;
}
#csiMenuWrapper .primary-menu a {
  font-family: 'Poppins';
  font-size: 1.125rem;
  font-weight: 700;
}
#csiMenuWrapper ul.primary-menu {
  flex-wrap: nowrap;
}
@media(max-width: 992px) {
  .csi-banner-custom .carousel-caption h2 {
    font-size: 2.5rem;
  }
  .csi-banner-custom .carousel-caption h2.accent-text {
    font-size: 4rem;
  }
  .csi-banner-custom .nav-wrapper {
    /* box-shadow: none; */
    padding-block: .5rem;
  }
  #csiMenuWrapper .nav-toggle {
    position: relative;
  }
}