@import url('../../structure/features/ks-cs-hero.css');

:root { 
  --rgb-ks-cs-hero-color-1: 1,35,62;
  --rgb-ks-cs-hero-opacity-1: 0.88;
}

/*
==============================================
Box Background Option
==============================================
*/
.ks-cs-hero.ks-cs-hero-solid .content-slider-content-wrapper:before {
  background: rgba(var(--rgb-ks-cs-hero-color-1), var(--rgb-ks-cs-hero-opacity-1));
}
.ks-cs-hero .content-slide:after {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+33,0.75+88,0.85+100 */
  background: linear-gradient(to bottom, rgba(var(--rgb-ks-cs-hero-color-1),0) 0%,rgba(var(--rgb-ks-cs-hero-color-1),0) 23%,rgba(var(--rgb-ks-cs-hero-color-1),var(--rgb-ks-cs-hero-opacity-1)) 68%,rgba(var(--rgb-ks-cs-hero-color-1),var(--rgb-ks-cs-hero-opacity-1)) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
/* temp-files */

.billboard-section, .billboard-sticky {
      display: block !important;
}
/*
==============================================
Model 5 Styles Line 141
==============================================
*/

.ks-cs-hero .content-slider-cta {
  font-family: var(--font-1);
  font-size: 14px;
  color: var(--white);
  font-weight: 400;
  line-height: 31px;
  text-transform: uppercase;
  padding: 0px 30px !important;
  border: 1px solid var(--white);
  background: transparent;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ks-cs-hero .content-slider-cta:before {
  display: none;
}
.ks-cs-hero .content-slider-cta:hover {
  text-decoration: none;
  color: var(--light);
  border-color: var(--light);
}
.ks-cs-hero .content-slider-heading-wrapper h3 {
  color: var(--white);
  text-transform: none !important;
  font-weight: 300 !important;
  text-transform: uppercase !important;
  font-size: 35px !important;
}
.ks-cs-hero .content-slider-copy {
  color: var(--white);
  font-size: 21px;
  line-height: 28px;
  font-weight: 300;
  text-align: left;
}
.ks-cs-hero-model-3 .slick-prev:hover:before, .ks-cs-hero-model-3 .slick-next:hover:before {
    color: var(--light);
}
.ks-cs-hero-model-3 .ks-cs-hero-col-3 .content-slider-copy-wrapper:before {
  background: var(--light);
}
.ks-cs-hero-col-1 .content-slider-heading-wrapper:after, .ks-cs-hero-col-2 .content-slider-heading-wrapper:after {
  content: "";
  display: block;
  position: relative;
  height: 5px;
  width: 45px;
  border-top: 1px solid var(--light);
  border-bottom: 1px solid var(--light);
  background: transparent;
}

/*
==============================================
One Column Slider
==============================================
*/


/*
==============================================
Two Column Slider
==============================================
*/
.ks-cs-hero-col-2 .content-slider-copy-wrapper:before {
  border-top: 1px solid var(--light);
  border-bottom: 1px solid var(--light);
  background: transparent;
  height: 5px;
}
.ks-cs-hero-col-2 .content-slider-cta {
  display: block;
}
.ks-cs-hero-col-2 .content-slider-cta {
  margin-top: 6px;
}
/*
==============================================
Three Column Slider
==============================================
*/
.ks-cs-hero-col-3 .content-slider-copy-wrapper:before {
  border-left: 1px solid var(--light);
  border-right: 1px solid var(--light);
  background: transparent;
  width: 5px;
}
.ks-cs-hero .slick-prev:before, .ks-cs-hero .slick-next:before {
  color: var(--white);
}
.ks-cs-hero .slick-prev:hover:before, .ks-cs-hero .slick-next:hover:before {
    color: var(--light) !important;
}
.ks-hero-body .copy-section {
  margin-top: 0;
}

/*
==============================================
Responsive Meia Queries NEW
==============================================
*/

/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
  /* .ks-cs-hero-col-3 .content-slider-copy-wrapper:before {
    border-left: 1px solid var(--light);
    border-right: 1px solid var(--light);
    background: transparent;
    width: 5px;
  } */
}


/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {
  .ks-cs-hero-col-1 .content-slider-copy-wrapper:before, .ks-cs-hero-col-2 .content-slider-copy-wrapper:before, .ks-cs-hero-col-3 .content-slider-copy-wrapper:before {
    background: transparent;
  }
  .ks-cs-hero-col-3 .content-slider-heading-wrapper:after {
    content: "";
    display: block;
    position: relative;
    height: 5px;
    width: 45px;
    border-top: 1px solid var(--light);
    border-bottom: 1px solid var(--light);
    background: transparent;
  }
  .ks-cs-hero-col-2 .content-slider-cta, .ks-cs-hero-col-3 .content-slider-cta {
    margin-top: 6px;
  }
  /* Temp File delete me*/
  .home .billboard-section, .billboard-sticky {
      position: relative !important;
    }
    /* .ks-cs-hero-col-3 .content-slider-copy-wrapper:before {
      border-top: 1px solid var(--light);
      border-bottom: 1px solid var(--light);
      border-right: none;
      border-left: none;
      background: transparent;
      height: 5px;
      width: 45px;
    } */
    /* .ks-cs-hero-col-3 .content-slider-cta {
      margin-top: 3px;
    } */


}


/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
  .ks-cs-hero-col-1 .content-slider-copy-wrapper:before, .ks-cs-hero-col-2 .content-slider-copy-wrapper:before, .ks-cs-hero-col-3 .content-slider-copy-wrapper:before {
    background: transparent;
  }
  .ks-cs-hero-col-1 .content-slider-copy, .ks-cs-hero-col-2 .content-slider-copy, .ks-cs-hero-col-3 .content-slider-copy {
    font-size: 16px;
    line-height: 20px;
  }
  .ks-cs-hero-col-3 .content-slider-heading-wrapper .content-slider-heading {
    padding-right: 0px;
  } 
  .ks-cs-hero-col-1 .content-slider-copy-wrapper, .ks-cs-hero-col-2 .content-slider-copy-wrapper, .ks-cs-hero-col-3 .content-slider-copy-wrapper {
    padding-bottom: 20px;;
  }
  .ks-cs-hero-col-1 .content-slider-cta, .ks-cs-hero-col-2 .content-slider-cta, .ks-cs-hero-col-3 .content-slider-cta {
    margin-top: 6px !important;
  }
}


/* Extra small landscape devices (most landscape phones, >=480px and <= 767 and landscape) mobile-l */
@media only screen and (min-width: 480px) and (max-width: 767px) and (orientation: landscape) {
  .ks-cs-hero-col-1 .content-slider-copy, .ks-cs-hero-col-2 .content-slider-copy, .ks-cs-hero-col-3 .content-slider-copy {
    font-size: 16px;
    line-height: 20px;
  }
  .ks-cs-hero-col-2 .content-slider-cta, .ks-cs-hero-col-3 .content-slider-cta {
    margin-top: 4px !important;
  }
}

/* IE only */
@media screen\0 {

}
