

/* MISCALLENEOUS */

html {scroll-behavior: smooth;}

.HomePage .grid-padding-x>.cell{
    padding-left:.75rem;
    padding-right:.75rem;
}

.HomePage .grid-padding-y>.cell{
    padding-top:.75rem;
    padding-bottom:.75rem;
}

.HomePage .grid-container.fluid{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.HomePage .callout{
    margin: 0;
}

.main{
    padding:20px 0 40px 0;
}

a{
    transition:color .25s ease-out,color .25s ease-out;
}

img.stretch{width:100%!important}
.iphone-block,.no-display{display:none}

.show-on-print{
	display:none;
}

h1, h2{
   font-weight: 700;
    text-transform: uppercase;
    line-height: 1.125;
}

.grid-container{
    max-width: 96rem;
}

.grid-container.fluid{
    padding-right: 0.325rem;
    padding-left: 0.325rem;
}

.button{
    border-radius: 100px;
}

.button.btn-gradient-dark{
    border: 1px #00418E;
    background: radial-gradient(568.73% 126.26% at 12.92% 100%, #002A5B 0%, #00418E 100%);
    /* box-shadow: -4px 4px 12px 0px rgba(0, 42, 91, 0.30); */
}

.button.btn-gradient-light{
    color:#00418E;
    border: 2px solid #FFF;
    background: radial-gradient(568.73% 126.26% at 12.92% 100%, #E0E8F1 0%, #FFF 100%);
    /* box-shadow: -4px 4px 12px 0px rgba(0, 42, 91, 0.40); */
}

/* Bounce/Shimmy Animation Class */
.btn-shimmy {
  animation: btn-shimmy 1s ease-in-out infinite;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-duration: 3s; /* animation cycle every 3 seconds */
}

/* Keyframes for subtle bounce/shimmy */
@keyframes btn-shimmy {
  0%, 90%, 100% {
    transform: translateY(0);
  }
  93% {
    transform: translateY(-4px);
  }
  96% {
    transform: translateY(3px);
  }
  98% {
    transform: translateY(-2px);
  }
}

/* Pulse Animation Class */
.btn-pulse {
  animation: btn-pulse 3s ease-in-out infinite;
}

/* Keyframes for pulse effect */
@keyframes btn-pulse {
  0%, 90%, 100% {
    transform: scale(1);
  }
  93% {
    transform: scale(1.05);
  }
  96% {
    transform: scale(0.97);
  }
  98% {
    transform: scale(1.02);
  }
}


.chat-height{
    max-height: 60vh;
}
.chat-height iframe{
    max-height: 60vh;
    border:solid thin #24a5e9;
}

.shoppingcart-fixed {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 500
}

.shoppingcart-fixed>a {
    display: flex;
    gap: 6px;
    width: 120px;
    padding: 10px 70px 10px 10px;
    position: absolute;
    top: 96px;
    right: -52px;
    background: #24a5e9;
    border-radius: 5px 0 0 5px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3)
}

.shoppingcart-fixed>a span {
    display: block;
    position: absolute;
    top: 6px;
    right: 64px;
    height: 24px;
    width: 24px;
    line-height: 1;
    margin: 0;
    text-align: center;
    font-size: 14px;
    color: #FFF
}


/* button class for userform */
.action{
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    padding: 1.125em 1.125em;
    border: 0;
    border-radius: 100px;
    background-color: #00418e;
    color: #fff;
    transition: background-color .25s ease-out, color .25s ease-out;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    cursor: pointer;
}


.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;
}

.sub-header{
    font-size:1.55rem;
    font-weight: 300;
    line-height: 2.125rem;
    text-transform: uppercase;
}

.logo-hero svg{
    margin-bottom: 1rem;
}

.tagline{
    font-size:1.875rem;
    font-weight: 600;
    line-height: 2.125rem;

}

.fs-24{
    font-size:24px;
}

.fs-36{
    font-size:36px;
}

.fs-48{
    font-size:48px;
}

.tabs{
    border-bottom: solid thin silver;
}

.tabs-title>a {
    font-size: 1rem;
}


.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: yellow;
    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;
}

.card{
    /* height: 100%; */
    background: #E6EDF4;
}
.card p:not(:last-of-type) {
    margin-bottom: 0.25rem;
}

.card img{
    /* aspect-ratio:1/1;
    object-fit: scale-down; */
    width: 100%;
    height: 100%;
}

.card-title{
    font-size: 1.325rem;
    font-weight: 600;
    line-height: 1.25;
    /* text-transform: uppercase; */
    margin-bottom: 1rem;
}

.card-subtitle{
    font-size: 1.125rem;
    font-weight: 400;
    margin-bottom: 1rem;
    line-height: 1.25;
    display: block;
}

.card-content{
    min-height: 140px;
}

.sub_page_grid .card img{
    aspect-ratio:3/2;
    object-fit: scale-down;

}


.nav-overlay{
    background: rgba(0, 0, 0, .2);
    width: 100%;
    height: 100%;
}

.dark-overlay{
    background: rgba(0, 0, 0, .2);
    width: 100%;
    height: 100%;
}

.blue-overlay{
    background: rgba(0, 65, 142, .75);
    width: 100%;
    height: 100%;
}
.light-overlay{
    background: rgba(255, 255, 255, .85);
    width: 100%;
    height: 100%;
}
.dark-bg{
    background-color:#111;
    color: #fff;
}
.blue-bg{
    background-color:#00418e;
    color: #fff;
}
.dark-bg a, .blue-bg a{
    color: #fff;
}
.light-bg{
    background-color:#f4f5fa;
    color: #111;
}
.white-txt{
    color: #f4f5fa;
}
.dark-txt{
    color: #111;
}
.blue-txt{
    color: #00418e;
}
.aqua-txt{
    color:#24C7ED;
}

/* .shadow{
    box-shadow: 0px 4px 12px 0px rgba(33, 55, 73, 0.18);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
} */

.br-6{
    border-radius: 6px;
}

.br-12{
    border-radius: 12px;
}

.br-20{
    border-radius:20px;
}

.p-6{
    padding: 6px;
}
.p-12{
    padding: 12px;
}
.p-20{
    padding: 20px;
}
.p-40{
    padding: 40px;
}
.p-60{
    padding: 60px;
}
.p-80{
    padding: 80px;
    overflow: hidden;
}
.gap-6{
    gap:6px;
}
.gap-20{
    gap:20px;
}
.gap-40{
    gap:40px;
}
.min-640{
    min-height: 660px;
}
.min-540{
    min-height: 540px;
}

tbody th, tbody td{
    border: solid thin gray;
}

thead th, thead td, tfoot th, tfoot td{
    border: solid thin gray;
}

/* set v3 recaptcha badge to bottom left side */
 .grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
}
.grecaptcha-badge:hover {
  width: 256px !important;
}

/* Optional: lift it above sticky footers/cookie bars */
.has-sticky-footer .grecaptcha-badge,
.has-cookie-banner .grecaptcha-badge {
  bottom: 72px !important;
}


/* 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;
}

.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;
}

.nav-bar{
    /* padding:2px; */
    position: relative;
    justify-content: center;
}
.social-icons.menu{
    padding:0 6px;
    gap: 6px;
}
.social-icons.menu a{
 padding: .5rem;
 border-radius: 50px;
}
.social-icons .facebook{
    background-color:#3B5998;
}
.social-icons .instagram{
    background-color:#000;
}

.social-icons .youtube{
    background-color:#FF0000;
}

.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;
}


/* 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{
    justify-content: center;
    width: 100%;
}
.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;
} */

.fs-slide__overlay{
    width: 100%;
    justify-content: center;
}

.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; */
    background-color: #00418e;
  }
.hero-section .grid-container{
    max-width: 64rem;
}
  .hero-content{
    color: #fff;
    min-height: 60vh;
    padding: 24px;
  }
  .hero-logo{
    margin-bottom: 2rem;
  }
  .hero-content h1{
    font-size: 2.5rem;
    line-height: 1.125;
    font-weight: 600;
    text-transform: uppercase;
  }
  .hero-content span{
    display: block;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.75;
  }

/* 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{
    margin-bottom:1rem;
}

.title-bar .grid-container{
    padding:0;
    border-bottom:#00418e solid 1px;
}
.home-button{
    padding: 1rem;
    line-height: 1;
    margin-right: .25rem;
    border: solid 1px #00418e;
    border-bottom: none;
}

.home-button:hover{
    background:#EBF0F6;
}
.breadcrumbs{
    color: #00418e;
    margin: 0;
    display: flex;
    align-items:center;
}

.breadcrumbs a{
    color:#26A4EA;
    display: flex;
    padding:0 .75rem;
}

.breadcrumb-title{
    margin:0;
    padding:0 .75rem;
    font-size: initial;
    line-height: unset;
    text-transform: capitalize;
    display: flex;
}

/* HOME PAGE CARD SECTION */

/* .card-panel h2{
    font-size: 2.25rem;
    font-weight: 600;
    text-transform: uppercase;
} */

.card-box{
    display: flex;
    padding: 40px;
    min-height: 285px;
    flex-direction: column;
    /* align-items: flex-start; */
    /* gap: 10px; */
    flex: 1 0 0;
    align-self: stretch;
    border: 1px solid #26A4EA;
    background: rgba(0, 65, 142, 0.80);
    backdrop-filter: blur(10px);
}

/* WELCOME SECTION */

.multiply-bg{
    background-size:contain;
    background-position:top;
    background-attachment: scroll;
    background-blend-mode: multiply;
    background-repeat: no-repeat;
}



/* BRAND SECTION */

.brand-section{
    overflow: hidden;
}

/* SECONDARY SECTION */

.secondary-panel h3{
    font-size: 2.25rem;
    font-weight: 600;
    text-transform: uppercase;
}

/* FEATURES SECTION */

.feature-panel{
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #00418e;
}

/* FaqS SECTION */

.accordion-content{
     background-color: none;
     color: #111;
}
.accordion-title{
    border-bottom: solid thin gray;
}
.accordion-title h4{
    margin: 0 0 0 2.75rem;
    font-size: 1.25rem;
}

.accordion-title:hover, .accordion-title:focus{
    background-color: none;
}

.Faq-img{
    height:100%;
    object-fit: cover;
    margin-bottom: 1rem;
}

.Faq-section .accordion{
    background: none;
}

.Faq-section .accordion-item:first-child>:first-child{
    border-radius: 0;
}

.Faq-section :last-child:not(.is-active)>.accordion-title{
    border-radius:0;
}

.Faq-section .accordion-content{
     background-color: #EBF0F6;
}

.Faq-section .accordion-item{
    border-bottom: solid 1px #00418E;
}

.Faq-section .accordion-title{
    border:none;
    padding:1.5rem;
}
.Faq-section .accordion-content{
    border:none;
}
.Faq-section  .accordion-title:hover, .accordion-title:focus{
    background-color: #EBF0F6;
}
.Faq-section  .accordion-title h4{
    margin: 0 0 0 2.75rem;
    font-size: 1.25rem;
}

.accordion-title:before{
    left: 1rem;
    top:31%;
    content: url('/_resources/themes/base-foundation-theme/svg/plus-blue.svg');
}

.is-active>.accordion-title::before{
    content: url('/_resources/themes/base-foundation-theme/svg/minus-blue.svg');
}

/* 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;
}

/* BLOG SECTION */

.blog-section .card img{
    aspect-ratio: 4 / 3;
    object-fit: cover;
    height: auto;
}

/* QUOTEFORM SECTION */
.remodal h3{
    font-size: 24px;
    font-weight: 600;
}
.quoteform-section{
    color: #fff;
}
.quoteform-section-content{
    padding: 24px;
}

/* BLOG SECTION & BLOG PAGES*/

.gradient-overlay{
    background-color: linear-gradient(180deg, rgba(38, 164, 234, 1) -19.44%, rgba(0, 65, 142,1) 90.28%);
}

/* CTA SECTION */
.cta-section{
    background: url("/_resources/themes/base-foundation-theme/images/water-bg.png") 100% no-repeat;
    background-size: cover;
    background-position: center top;
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-color:rgba(0, 65, 142,1) ;
}

.cta-section-inner{
    border: 1px solid #fff;
}

/* STORE PAGES */

.sub_page_grid .card-section{
    justify-items: center;
    padding: 2rem;
}

.sub_page_grid .card-title{
    font-size: 2.25rem;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

.active {
    background: #c3eaff !important;
    color: #00418e;
    box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.25);
}

/* PRODUCT INFO PAGES */

.info-section .even{
    flex-direction: row-reverse;
}

.info-rows{
    padding: 2rem 0;
}

.container-760{
    padding: 20px;
    width: 100%;
    max-width: 760px;
    justify-self: center;
}

.container-1536{
    padding: 20px;
    width: 100%;
    max-width: 1536px;
    justify-self: center;
}

.container-760{
    padding: 20px;
    width: 100%;
    max-width: 760px;
    justify-self: center;
}

.info-image img{
    width: 100%;
    object-fit: contain;
    max-height: 560px;
}

.odd .info-image img{
    border-radius:6px 0 0 6px;
}

.even .info-image img{
    border-radius:0 6px 6px 0;
}

img.section-image-1-2 {
    border-radius: 6px !important;
}

.info-cards h4{
    font-size: 1.25rem;
    font-weight: 600;
}

/* YOUTUBE PAGE */



/* CHILD GRID */
.child-grid{
    padding-bottom:2rem;
}

.contact-form-section{
 padding-bottom:2rem;
}

/* FOOTER SECTION */

.footer h3{
    font-size: 1.125rem;
    font-weight: 600;
    padding: 1rem 0;
    border-bottom: solid 1px #fff;
}


.footer-top{
    min-height: 400px;
    padding: 48px 20px;
}

.footer-top .logo-contain{
    padding:1rem 0;
}

  .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_Consent_Holder label{
    color: #E6EDF4;
  }
  #Form_SubscribeForm_action_SendSubscribeForm{
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 6px;
  }
  #Form_SubscribeForm_Email{
    background-color: transparent;
  }

.read-more input {
  display: none;
}

.read-more .more {
  display: none;
}

/* Button text */
.read-more .btn::after {
    font-size: 1rem;
    font-weight: 500;
    content: "Read More";
    color: blue;
    cursor: pointer;
    display: inline-block;
}

/* Show more text when checked */
.read-more input:checked ~ .content .more {
  display: inline;
}

/* Toggle button text */
.read-more input:checked ~ .btn::after {
  content: "Read Less";
}

/* Optional: make entire label clickable area cleaner */
.read-more .toggle {
  cursor: pointer;
  display: block;
}

span.content{
    font-weight: 400;
    font-size: 1rem;
}

/* 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;
    }

      .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%;
        }

        .chat-height{
            max-height: auto;
            min-height: 60vh;
        }
        .chat-height iframe{
            max-height: auto;
            min-height: 60vh;
        }
  }

  @media only screen and (max-width: 960px) {

    .mfg-card-bg {
      min-height: 260px;
      }

      .mfg-card-bg img {
      top: 0;
      left: 30%;
      }

      .btn-w-224{
        min-width: auto;
        }
}

  @media only screen and (max-width: 640px) {
    .p-80{
        padding: 40px 20px;
    }
    .p-60{
        padding: 40px 20px;
    }
    .p-40{
        padding: 40px 20px;
    }
    .min-640, .min-540{
        min-height: auto;
    }
    .card-box{
        padding: 20px;
    }
    .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;
    }
    /* .footer .grid-x{
          gap: 32px;
    } */
  }

  @media only screen and (max-width: 460px) {

      .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;
        }
  }
