/* styles.css */
.dropdown-toggle::after {
  display: none;
}

.background-gradient-slider, .okta-feature-slider .slide.active:after {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#000000",GradientType=0 ); /* IE6-9 */
}

.background-gradient-horizontal, .okta-feature-slider .thumbnails {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+40,000000+100&0+40,1+100 */
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#000000",GradientType=1 ); /* IE6-9 */
}

.background-thumbnail, .okta-feature-slider .thumbnail .image-thumb {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: unset;
  background-position: center;
}

@media (max-width: 992px) {
  .feature-slider-container {
    max-width: unset;
    padding-inline: 0;
  }
}
.slider-container {
  position: relative;
}

.okta-feature-slider .slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 620px;
  background-color: #000;
  overflow: hidden;
}

.okta-feature-slider .slide {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 2s;
  height: 0;
  overflow: hidden;
  width: 100%;
}

.okta-feature-slider .slide .image-slide {
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.okta-feature-slider .slide .category {
  color: #F1BC00;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 5px;
}

.okta-feature-slider .slide .info {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
}

.okta-feature-slider .slide .info a {
  color: #FFF;
}

.okta-feature-slider .slide .title {
  color: #FFF;
  font-family: News Cycle;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 114.286% */
  margin-bottom: 10px;
  text-decoration: none;
  cursor: pointer;
  display: block;
}

.okta-feature-slider .slide .thumb-label {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
}

.okta-feature-slider .slide article.label {
  position: absolute;
  color: #fff;
  width: 70%;
  left: 0;
  bottom: 0;
  padding: 0 30px 30px 30px;
  z-index: 2;
}

.okta-feature-slider .slide.active {
  opacity: 1;
  height: inherit;
  overflow: visible;
}

.okta-feature-slider .slide.active:after {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
}

.okta-feature-slider .thumbnails {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 260px;
  padding-right: 30px;
  z-index: 2;
}

.okta-feature-slider .thumbnails .wrap {
  width: 100%;
}

.okta-feature-slider .thumbnail {
  cursor: pointer;
  align-content: center;
  font-size: 12px;
  margin-bottom: 18px;
  color: #fff;
}

.okta-feature-slider .thumbnail:hover .title,
.okta-feature-slider .thumbnail:focus .title {
  text-decoration: underline;
}

.okta-feature-slider .thumbnail .category {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  margin-bottom: 5px;
}

.okta-feature-slider .thumbnail .category a {
  color: #FFF;
}

.okta-feature-slider .thumbnail .title {
  color: #FFF;
  font-family: News Cycle;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

.okta-feature-slider .thumbnail:last-child {
  margin-bottom: 0;
}

.okta-feature-slider .thumbnail .thumb-label {
  width: 160px;
  padding-right: 10px;
}

.okta-feature-slider .thumbnail .image-thumb {
  width: 100px;
  height: 100px;
  opacity: 0.7;
  background-color: #000;
  transition: opacity 2s;
  border-radius: 3px;
  box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.08);
}

.okta-feature-slider .thumbnail.active img,
.okta-feature-slider .thumbnail.active .image-thumb {
  opacity: 1;
}

.gap-15 {
  gap: 15px;
}

@media (max-width: 820px) {
  .okta-feature-slider .thumbnail .thumb-label {
    display: none;
  }
  .okta-feature-slider .thumbnails {
    width: 130px;
  }
  .okta-feature-slider .slide article.label {
    width: 75%;
  }
}
@media (max-width: 468px) {
  .okta-feature-slider .thumbnails {
    position: unset;
    width: 100%;
    padding-right: 0;
    background-color: transparent;
    background-image: unset;
    color: #000;
  }
  .okta-feature-slider .thumbnail {
    display: inline-block;
    margin-top: 10px;
  }
  .okta-feature-slider .thumbnails .wrap {
    text-align: center;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
    display: flex;
    gap: 10px;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .okta-feature-slider .slide article.label {
    width: 100%;
  }
  .feature-slider-container {
    background-color: #000;
  }
  .okta-feature-slider .thumbnail .image-thumb {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 428px) {
  .okta-feature-slider .thumbnail .image-thumb {
    width: 65px;
    height: 65px;
  }
}


/*# sourceMappingURL=okta-slider-cover.css.map */
