@charset "utf-8";
/* CSS Document */
.careers-banner {
  background-image: url("../build/images/careers/bg_contact_module.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.blur-bg {
  background-image: url("../build/images/b-intelligent/blur_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.banner-chevron.white {
    color: rgba(255,255,255,1.00);
    border-color: rgba(255,255,255,1.00);
}

.innerTitle{position: absolute;bottom: 0;text-align: center;color: white;background-color: rgba(255,255,255,0.2);padding: 20px;left: 0;right: 0;backdrop-filter: blur(2px);line-height: 1;}

.slide-careers p{opacity: 1; font-family: 'century_regular', Helvetica, Arial, sans-serif; line-height: 1.1}

.customize-controls-circles i{ filter: invert(); opacity: 0.5}
