/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 20 2025 | 08:01:21 */
.marquee-bar {
 top: -10px !important;
}
.marquee-bar>ul li:last-child {
 text-align-last: right !important;
}
.marquee-bar>ul li:first-child {
 text-align-last: left !important;
}
 .hero .layout-container {
    display: none;
}

.header-brand:after, .header-brand:before {
 content: none;
}

.hero:before {
  transform: none;
}
.hero--basic {
    padding-bottom: 10px !important;
}
.site-layout__content-wrapper:first-child {
   /* margin-top: -10px !important;*/
}

.header-brand {
 margin-top:10px;
  }
html.scrolled .header-brand {
    --logo-transform: translateX(-65%) scale(1);
    --header-triangle-active: 1;
}
    .header-brand a {
        position: fixed;
        transform: none !important;
 }
.main-nav:before {
 transform: translateX(-58%) !important;
background: linear-gradient(90deg,#ff6c08,#f6c400) !important;
    }
html.scrolled .main-nav{
transform: translateY(0%) !important;
padding-top: 0px !important;
background: linear-gradient(90deg,#ff6c08,#f6c400) !important;
min-height:118px !important;
}
html.scrolled .main-nav:before {
background: linear-gradient(90deg,#ff6c08,#f6c400) !important;
display: block; min-height:118px !important;
}

.top_gap {margin-top:200px !important;}

@media screen and (max-width: 520px) {
.hero__logo {
display: none !important;
}
	.top_gap {margin-top:20px !important;}
}
@media only screen and (min-width: 988px) {
#anchor-promo_banner-1{
/*padding-top: calc(24px* 3);*/
    }
	
}
@media screen and (max-width: 1024px) {
.marquee-bar {
     top: 0px !important; 
}
}

.promo-banner__images img {
 height: auto !important; 
}
@media screen and (min-width: 1290px) {
    .nav-trigger {
        padding: 5px !important;
       
    }
}
.building-block {
padding-top: 2px !important;
 padding-bottom: 2px !important;   
}

.section-intro [role=doc-subtitle] {
    margin-bottom: 8px !important; 
}


@media screen and (min-width: 1164px) {
    .main-nav {
     padding-top: 10px !important;
    }
}
#anchor-two_column_block-1.building-block {
	margin-bottom: 5px!important; 
}

.wysiwyg-content p {
	font-size:20px!important; 
}
.wysiwyg-content h2:not(:first-child) {
	
    color: #ff6c08!important;
    font-family: roboto_condensed, Impact, "Franklin Gothic Bold", sans-serif;
    display: block;
    text-transform: uppercase;	font-size:22px!important;
	
}

.wysiwyg-content h3 {
    font-size: 18px!important;
    color: #fff!important; margin-top: 10px !important;
    display: block;text-transform: uppercase;font-family: proxima_semibold, "Open Sans", Arial, sans-serif;
	
}

@media only screen and (min-width: 732px) {
    .section-intro+.background-container {
        margin-top: 4px!important; 
    }
}
@media screen and (min-width: 1164px) {
    .hero {
        padding-bottom:2px!important; 
        margin-bottom: 10px;
    }
}
/* slider css */


*, *:before, *:after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}



.caption, .slick-slide::before, .slick-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slick-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.main-slider {
  position: relative;
  width: 100%;
 /* height: 38vw;*/
  min-height: 8vw;
 /* margin-bottom: 50px;*/
  opacity: 0;
  visibility: hidden;
  transition: all 1.2s ease; background-color:#232323;
}
.main-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}

.slick-slide {
  position: relative;
  /*height: 38vw;*/
}
.slick-slide::before {
 /* background-color: #232323;
  opacity: 0.3;*/
  z-index: 1;
}
.slick-slide video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}
.slick-slide iframe {
  position: relative;
  pointer-events: none;
}
.slick-slide figure {
  position: relative;
  height: 100%;
}
.slick-slide .slide-image {
  opacity: 0;
  height: 100%;
  background-size: cover;
  background-position: top center;
  transition: all 0.8s ease;
}
.slick-slide .slide-image.show {
  opacity: 1;
}
.slick-slide .image-entity {
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.slick-slide .loading {
  position: absolute;
  top: 44%;
  left: 0;
  width: 100%;
}
.slick-slide .slide-media {
  -webkit-animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
          animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.slick-slide.slick-active {
  z-index: 1;
}
.slick-slide.slick-active .slide-media {
  -webkit-animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
          animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.slick-slide.slick-active .caption {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
}

.caption {
  position: absolute;
  top: 44%;
  left: 5%;
  text-align: center;
  padding: 20px;
  border: 3px solid;
  color: #fff;
  margin: 0;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.02em;
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease;
  transform: translateY(100px);
}

.slick-dots {
  text-align: center;
  padding-top: 15px; 
  position: absolute;
  bottom: 0;
  transform: translate(-50%, -50%);
  left: 50%;
}
.slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px;
}
.slick-dots li button {
  width: 16px;
  height: 16px;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #000;
  box-shadow: 0 0 0 0 transparent;
  vertical-align: middle;
  color: #000;
  background-color: #000;
  transition: all 0.3s ease;
  opacity: 0.4;
  border-color: #fff;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover {
  opacity: 1;
}
.slick-dots li.slick-active button {
  border-color: #2d3042;
  box-shadow: 0 0 0 2px #fff;
  opacity: 1;
}


@-webkit-keyframes slideIn {
  from {
    filter: blur(15px);
  }
  to {
    filter: blur(0);
  }
}

@keyframes slideIn {
  from {
    filter: blur(15px);
  }
  to {
    filter: blur(0);
  }
}
@-webkit-keyframes slideOut {
  from {
    filter: blur(0);
  }
  to {
    filter: blur(15px);
  }
}
@keyframes slideOut {
  from {
    filter: blur(0);
  }
  to {
    filter: blur(15px);
  }
}





    .slick-prev {
      top: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%); position:absolute; z-index:999;
   cursor: pointer;
   width: 20px;
    height: 20px;
    padding: 0;
    font-size: 0;
    background: url("https://armorallimagecdn.imgix.net/wp-content/uploads/2025/03/previous.png") 0
    0 / 80% no-repeat;
		border:none !important;
 }
     .slick-prev:before {
      content: '';
      font-size: 16px;
      line-height: 1;
      opacity: .75;
      }
   

    .slick-next {
      top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); position:absolute; z-index:999;
	 right: 0;
   cursor: pointer;
   width: 20px;
    height: 20px;
    padding: 0;
    font-size: 0;
  background: url("https://armorallimagecdn.imgix.net/wp-content/uploads/2025/03/next-1.png") 0 0 / 80% no-repeat;
		border:none !important;
   }
      .slick-next:before {
       
        content: '';
        font-size: 16px;
        line-height: 1;
        opacity: .75;
      }
 
.slick-prev:hover, .slick-next:hover {
  opacity: 1 !important;

}
 .button.slick-prev.slick-arrow {
 border-width:0px !important;
     border-style:none;
    border-color: transparent;
    border-image: none;
 }
  .button.slick-next.slick-arrow {
 border-width:0px !important;
     border-style:none;
    border-color: transparent;
    border-image: none;
 }	
	
@media screen and (min-width: 1280px) {
    .slide_t {
        display:none;
    }
	.slide_m {
        display:none;
    }
	.slide_d {display:block;}
}
	
@media screen and (max-width: 1279px) {
    .slide_d {
        display:none;
    }
	.slide_m {
        display:none;
    }
	.slide_t {display:block;}
}
@media screen and (max-width: 760px) {
    .slide_d {
        display:none;
    }
	.slide_t {
        display:none;
    }
	.slide_m {display:block;}
}



