

/* MISCALLENEOUS */

html {scroll-behavior: smooth;}

a{
    transition:color .25s ease-out,color .25s ease-out;
}

h1,h2{
    font-family: "Rajdhani", sans-serif;
    letter-spacing: -1px;
    text-transform: uppercase;
}

.sub-title{
    display: block;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

img.stretch{width:100%!important}
.iphone-block,.no-display{display:none}

.show-on-print{
	display:none;
}

.grid-container.fluid{
    padding:40px;
}

.button{
    text-transform: uppercase;
    align-content: center;
}

.label.md {
    border-radius: 4px;
    border:solid 1px #fff;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.label.lg {
    border-radius: 4px;
    border:solid 1px #fff;
    padding: 1rem 1.125rem;
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.tabs{
    border-bottom: solid thin silver;
}

.tabs-title>a {
    font-size: 1rem;
}
.tabs-title>a:focus, .tabs-title>a[aria-selected=true] {
    background:#0d2c6c;
    color:#f2f3f4;
}

.list-element__title {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 1.5rem 0;
}

.zoom-container {
	overflow: hidden;
}
.zoom {
	position: relative;
	float: inherit;
	background: none;
	transition: transform .5s;
}
.zoom:hover {
	z-index: 100;
	-ms-transform: scale(1.10);
	-webkit-transform: scale(1.10);
	transform: scale(1.10);
}
img.zoom{
	width: 100%;
}

#success-script {
    padding: 20px;
    position:absolute;
    top:30%;
    z-index:1001;
    width:100%;
}
.boxes .window {
	background: rgba(215, 1, 3, 0.9);    
	color:white;
    margin: 0 auto;
    text-align:center;
    z-index: 9999;
    width:75%;
}
.boxes #dialog {
    padding: 60px;
}
.boxes #dialog a {
    font-size: 18px;
    font-weight:bold;
    color:#fdda01;
    text-transform: uppercase;
}

.uparrow {
    background-color: rgba(56,32,21,0.7);
    cursor: pointer;
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 10%;
    right:1%;
    z-index: 3000;
    display: none;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;   
}
.uparrow .arrow{
    position: relative;
    top: 24px;
    left: 20px;
    transform: rotate(44deg); /* IE */
    -webkit-transform: rotate(45deg);
    border: solid #fff;
    border-width: 4px 0 0 4px;
    display: inline-block;
    padding: 7px;
    box-shadow: 0px 0px 0px transparent;
}

.nav-overlay{
    background: rgba(0, 0, 0, .2);
    width: 100%;
    height: 100%;
}

.dark-overlay{
    background: rgba(0, 0, 0, .75);
    width: 100%;
}

.light-overlay{
    background: rgba(255, 255, 255, .85);
    width: 100%;
    height: 100%;
}

.dark-bg{
    background-color:#111;
    color: #fff;
}

.dark-bg a{
    color: #fff;
}

.dark-gradient-bg{
    background: linear-gradient(180deg, rgba(17, 17, 17, 0.00) 50%, rgba(17, 17, 17, 0.40) 100%), radial-gradient(71.5% 116.87% at 48.59% -28.01%, rgba(255, 255, 255, 0.00) 0%, rgba(0, 0, 0, 0.20) 100%), #222;
    background-blend-mode: normal, screen, normal;
    color: #fff;
}

.dark-gradient-bg a{
    color: #fff;
}

.light-bg{
    background-color:#f4f5fa;
    color: #111;
}

.white-txt{
    color: #f4f5fa;
}

.red-txt{
    color: #ed1c24;
}

.dark-txt{
    color: #111;
}
.br-4{
    border-radius:4px;
}

.card-title{
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1.125rem;
    color:#111;
}

.card-title a{
    color:#111;
}

.card-pre-title{
font-size: 36px;
font-weight: 300;
line-height: 150%;
text-transform: uppercase;
}

.card-sub-title{
    font-size:1.25rem;
    font-weight: 600;
    line-height: 100%;
}
.card{
    height: 100%;
}

.shadow{
    box-shadow: 0px 4px 12px 0px rgba(33, 55, 73, 0.18);
}

.p-6{
    padding: 6px;
}

.p-12{
    padding: 12px;
}
.p-20{
    padding: 20px;
}

.p-40{
    padding: 40px;
}

.p-60{
    padding: 60px;
}

.p-80{
    padding: 80px 40px;
    overflow: hidden;
}

.mb-20{
    margin-bottom: 20px;
}

.gap-6{
    gap:6px;
}
.gap-20{
    gap:20px;
}

.gap-40{
    gap:40px;
}

.min-600{
    min-height: 600px;
}

.min-480{
    min-height: 480px;
}
.border-red{
    border-left: 4px solid #D31A22;
    padding:0 0 0 20px;
}

.border-gold{
    border-left: 4px solid #FDAF17;
    padding:0 0 0 20px;
}

.remodal h3{
    font-size: 1.5rem;
}

/* ICONS */

.icon{
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}

.ico-phone_in_talk,
.ico-info,
.ico-task_alt,
.ico-call-dark,
.ico-send,
.ico-phone_in_talk use,
.ico-info use,
.ico-task_alt use,
.ico-call-dark use,
.ico-send,
.ico-locale_atm,
.ico-phone_iphone,
.ico-download
{
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}
.ico-location_on-dark {
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}
.ico-call-light,
.ico-call-light use,
.ico-map,
.ico-menu,
.ico-location_on-light,
.ico-search,
.ico-imagesmode
{
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}
.ico-arrow_forward_ios
{
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	color:#ff0000;
}
.ico-facebook,
.ico-linkedin,
.ico-youtube,
.ico-instagram,
.ico-facebook use,
.ico-linkedin use,
.ico-youtube use,
.ico-instagram use
{
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	transition: fill 0.3s ease;	
}

.ico-grey{
	fill:#5f6368;
}
.ico-white{
	fill:#ffffff;
}
.fadeoff img{
	opacity: 1;
    transition: 0.4s all;	
}
.fadeoff:hover img{
	opacity: 0.6;
}

@-webkit-keyframes fadeinout {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
  @keyframes fadeinout {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }

/* HEADER */
.header-container{
    display: flex;
    flex-direction: column;
}

.logo-contain{
    padding:0 20px;
}

.location-dropdown .dropdown-pane{
    width:320px;
    z-index: 2000;
}

.location-dropdown .location-link{
    font-size:.95rem;
    margin-bottom: .5rem;
}

.header-container .button{
    margin-bottom: 0;
}

.top-header{
    padding:12px 20px;
    border-bottom: #dbdcdc thin solid;
}

.nav-bar{
    /* padding:2px; */
    position: relative;
    justify-content: center;
}
.social-icons.menu{
    padding:0 6px;
    gap: 6px;
}
.social-icons.menu a{
 padding: .625rem;
 border-radius: 4px;
}
.social-icons .facebook{
    background-color:#3B5998;
}
.social-icons .instagram{
    background-color:#000;
}

.navigation .dropdown.menu>li>a{
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 1rem 1rem;;
}
.navigation .dropdown.menu>li.is-dropdown-submenu-parent>a::after{
    right: 1px;
}
li.schedule-service{
    background-color:#FDAF17;
}

/* HEADER SEARCH FORM */
#Form_StandAloneForm{
    display: flex;
}

#Form_StandAloneForm fieldset{
    width:100%;
}

#Masthead_Section #Form_StandAloneForm fieldset{
    max-width:160px;
}

#Form_StandAloneForm input{
    margin: 0;
    border: 0;
    border-radius: 0;
    font-size: 0.95rem;
}

#Masthead_Section #Form_StandAloneForm input{
    background-color: rgba(0,0,0,0.5);
    border: none;
}

#Form_StandAloneForm .btn-toolbar .action {
    padding: 0.72rem 1rem;
    border-radius: 0;
}
#Form_StandAloneForm .btn-toolbar{
    margin: 0;
}
#Form_StandAloneForm_search_Holder{
    margin: 0;
}

/* FLEXSLIDER */

/* FLEXSLIDE TYPOGRAPY */

.fs-slide__overlay h1
{
	font-size:4.75rem;
    margin-bottom: 1rem;
}
.fs-slide__overlay h2
{
	font-size:4rem;	
    margin-bottom: 1rem;
}
.fs-slide__overlay h3
{
	font-size:3rem;
    margin-bottom:1rem;	
}
.fs-slide__overlay h4
{
	font-size:2.25rem;
    margin-bottom:1rem;	
}
.fs-slide__overlay h5
{
	font-size:1.5rem;
    margin-bottom:1rem;	
}
.fs-slide__overlay h6
{
	font-size:1.25rem;
    margin-bottom:1rem;	
}

/* .slideshow .flexslider{
    overflow: hidden;
}
.slideshow .flexslider {
    border: none;
    border-radius: 0;
    width: 100%;
    overflow: hidden;
    margin: 0;
}
.slide-overlay {
    background: rgba(0, 0, 0, .3);
    height: 100%;
    width: 100%;
}
.slide-img{
    background-position:center;background-size:cover;
    height: 700px;
}
.slide-bgvideo {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 700px;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 1;

}
.slide-bgvideo video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    background: black;
    z-index: 0;
}
.vid-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    overflow: hidden;
    width:99%;
    z-index: 2;
} */

/* HERO SECTION */

.hero-section {
    background: url("https://images.pexels.com/photos/3137064/pexels-photo-3137064.jpeg") 100% no-repeat;
    background-size: cover;
    background-position: center center;
}

.min-height-hero {
  min-height: 700px;
}

/* INNER PAGES */

.default-banner-background{
	background-image:url('/_resources/themes/base-foundation-theme/images/default-banner-d.jpg'); 
	background-position:center center; 
	background-repeat:no-repeat; 
	background-size:cover;	
}
.page-banner {
    margin: 0 0 5px 0;
    min-height: 150px;
    padding: 30px;
}
.page-banner img {
    margin: 0 auto;
    height: auto;
    width: 100%;
}

.title-bar{
    background-image: url(/_resources/themes/base-foundation-theme/images/default-banner-bg.jpg);
    background-size: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #222;
}
.title-bar .grid-container{
    padding:30px;
}

.title-content h1{
    font-size: 2rem;
    font-weight: 600;
    text-transform: uppercase;
    color:#fff;
    margin-bottom: .5rem;
}
.title-bar .breadcrumbs{
    display: inline-block;
    /* background: rgba(18, 22, 34, .6);
    padding: 16px; */
    color:#fff;
    margin:0;
    font-size: 1rem;
}

.breadcrumbs a{
    color:#ed1c24;
}

/* FEATURE SECTION */

.feature-panel .card-content{
    max-width: 768px;
}

.feature-panel h1{
    font-size:4rem;
}

.feature-panel .card-section{
    min-height: 360px;
}

/* CARD SECTION */

.card-panel .card-section{
    min-height: 306px;
}
.card-panel h3{
    font-size: 1.365rem;
}

/* MANUFACTURER CTA */

.manufacturer-cta h2{
    font-size: 4rem;
    color:#FDAF17;
}
.manufacturer-cta h3{
    color:#FDAF17;
}
.border-gold{
    border-left: 4px solid #FDAF17;
    padding: 0 0 0 20px;
}



/* WELCOME SECTION */

.panel-bg{
    background-image: url(/_resources/themes/base-foundation-theme/images/panel-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    background-attachment: fixed;
}

/* BRAND SECTION */

.brand-section{
    overflow: hidden;
}

.slick-slide .card{
    margin-bottom: 0;
}


/* PROMO SECTION */

.carousel-container{
    position: relative;
    display: flex;
    height: 100%;
    width: 100%;
}
.promo-carousel{
	display: flex;
    height: 100%;
    width: 100%;
}
.promo-carousel .slick-list,
.promo-carousel .slick-track,
.promo-carousel .slick-slide,
.promo-carousel .slick-slide > div {
    display: flex;
    height: 100%;
    width: 100%;
    margin: 0;
    border-radius: 6px;
}
.arrow-container{
    display: flex;
    position: absolute;
    display: flex;
    justify-content: end;
    width: 100%;
    gap: 12px;
    bottom: 0;
    padding: 32px;
}
.promo-bg{
    width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.promo-grad{
    width: 100%;
    height: 100%;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 85%);
	background: -webkit-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 85%);
	background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 85%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.promo-summary, .promo-summary a{
	color: #fff;
}
.promo-summary>h3{
    font-size: 1.75rem;
}

.disclaimer{
    font-size: .75rem;
    font-style: italic;
}

/* QUOTEFORM SECTION */

.quoteform-section{
    color: #fff;
}
.quoteform-section-content{
    padding: 24px;
}

/* RIBBON CTA */

.ribbon-cta h2{
    font-size: 3.5rem;
}



/* FOOTER SECTION */

.footer h3{
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: 1rem 0;
    border-bottom: solid 1px #f7f7f7;
    margin-bottom: 30px;
}


.footer-top{
    min-height: 400px;
    padding: 48px 20px;
}

.footer-logo{
    display: inline-block;
    background-color: #fff;
    padding: 12px;
}
  
  /* .cell.footer-link{
    display: inline-flex;
  }
  .cell.footer-link a{
    line-height: 2;
  } */

  #Form_SubscribeForm{
    position: relative;
  }
  #Form_SubscribeForm_Consent_Holder{
    display: flex;
    gap: 4px;
  }
  #Form_SubscribeForm_action_SendSubscribeForm{
    position: absolute;
    top: 0;
    right: 0;
  }
  #Form_SubscribeForm_Email{
    background-color: transparent;
  }

/* ELEMENTAL BLOCKS */

.element:not(:last-of-type) {
    padding-bottom: 2rem;
}

/* INVENTORY PAGES */

.lv_item, .location{
    font-size: .875rem;
} 


/* MEDIA QUERIES */
  
  @media only screen and (max-width: 1440px) {
    .header-container{
        padding: 6px;
    }
    .header-container .grid-x{
        gap: 2px;
    }
    .hide-logo{
        display: none;
    }
    .nav-bar{
        justify-content: left;
    }
    .social-icons.menu {
        padding: 0;
    }
      .hero-container {
          max-width: 1280px;
          padding: 12px;
        }
        .mfg-card-bg {
        background-size: 1190px;
        min-height: 240px;
        }
        .mfg-card-bg img {
        top: 10%;
        left: 0;
        }
  }
  
  @media only screen and (max-width: 1280px) {
      .mega-menu > ul > li a{
          padding: 1rem 1rem;
      }
  }
  
  @media only screen and (max-width: 1024px) {
      .header-container{
        display: flex;
        padding: 12px;
        gap:16px;
      }

      #Form_StandAloneForm input{
        border-top: solid thin gray;
        border-left: solid thin gray;
        border-bottom: solid thin gray;
    }

    .grid-container.fluid{
        padding:20px;
    }

    .hero-section {
        background:#fff !important;
    }

    .min-height-hero {
        min-height: 300px;
    }
      
      .hero-content h1 {
          font-size: 2rem;
      }
      .panel-content h2{
          font-size: 2rem;
      }
      .mfg-card-bg {
        background-size: cover;
        min-height: 260px;
        }

        .mfg-card-bg img {
        top: 10%;
        left: 30%;
        }
  }

  @media only screen and (max-width: 960px) {
    /* FLEXSLIDER TYPOGRAPHY */
    .fs-slide__overlay h1
{
	font-size:2.5rem;
    margin-bottom: 1rem;
}
.fs-slide__overlay h2
{
	font-size:1.875rem;	
    margin-bottom: 1rem;
}
.fs-slide__overlay h3
{
	font-size:1.5rem;
    margin-bottom:1rem;	
}
.fs-slide__overlay h4
{
	font-size:1.25rem;
    margin-bottom:1rem;	
}
.fs-slide__overlay h5
{
	font-size:1.25rem;
    margin-bottom:1rem;	
}
.fs-slide__overlay h6
{
	font-size:1rem;
    margin-bottom:1rem;	
}

    .mfg-card-bg {
      min-height: 260px;
      }

      .mfg-card-bg img {
      top: 0;
      left: 30%;
      }
}
  
  @media only screen and (max-width: 640px) {
    .p-80, .p-60{
        padding: 40px 20px;
    }
    .p-40{
        padding: 40px 20px;
    }
    .min-600, .min-480{
        min-height: auto;
    }
    .grid-container.fluid{
        padding:10px;
    }
    .title-content h1{
        font-size: 1.25rem;
    }
    .card-section-contain{
        margin-bottom: 0;
    }
    .card-section-contain .grid-container{
        position: initial;
        padding: 6px;
    }
    .card-section-contain .flex-container{
        flex-direction: column;
    }
    .arrow-container{
        padding: 24px;
    }
    .manufacturer-cta h2{
    font-size: 2rem;
    }
    /* .footer .grid-x{
          gap: 32px;
    } */
  }

  @media only screen and (max-width: 460px) {
    .p-80, .p-60{
        padding: 20px;
    }
      .mfg-card-bg {
        min-height: 260px;
        }
      .mfg-card-bg img {
        top: 10%;
        left: 0;
        }
        .arrow-container{
            padding: 20px;
            justify-content: space-between;
        }
        .promo-summary{
            margin-bottom: 20px;
        }
  }