/* Reset */
* ,*:before,*:after{margin:0;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.clearfix:after{content:" ";visibility:hidden;display:block;height:0;clear:both}
*:focus{outline:none !important;box-shadow:none !important}
@media (prefers-reduced-motion:reduce){
    *,*::before,*::after{animation-duration:0.001s!important;animation-iteration-count:1!important;transition-duration:0.001s!important}
}
body.admin-bar {--ipp-admin-bar-height: 32px;}
@media screen and (max-width: 782px){
    body.admin-bar {--ipp-admin-bar-height: 46px;}
}

/* Global */
html{height:100%;box-sizing:border-box;scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{background:#f4f6f8;color:#585f66;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.6;-webkit-font-smoothing:antialiased;overflow:auto}
.site {min-height:100vh;display:flex;flex-direction:column}
main{flex:1}
.grecaptcha-badge{z-index:99}

/* Typography */
p{margin:0 0 1.5em}
a{color:#69737d;text-decoration:none;-webkit-transition:color 0.2s ease-out;-o-transition:color 0.2s ease-out}
a:hover,a:focus,a:active{color:#c9002c;text-decoration:none;outline:none}
h1,h2,h3,h4,h5,h6{font-weight:300;clear:both;margin-bottom:25px;letter-spacing:-.01em}
h1 { font-size: 2.25rem; text-align: left; }
h2 { font-size: 1.75rem; line-height: 1.5; }
h3 { font-size: 1.25rem; margin: 30px 0 15px; }
h4 { font-size: 1.25rem; margin-bottom: 10px; }
h5 { font-size: 1rem; text-transform: uppercase; margin-bottom: 10px; }
h6 { font-size: 0.9rem; font-weight: 600; margin-bottom: 0; }
textarea:focus,input:focus {color:#7d8791;text-decoration:none;outline:none}
img{vertical-align:middle;max-width:100%;height:auto}
strong { font-weight: bold; }
em, dfn, cite, i {font-style: italic; }
mark {background: #fff9c0; padding: 0 0.2em; }
small {font-size: 0.875em; color: #666; }
abbr, acronym {border-bottom: 1px dotted #666;cursor: help;}
ul, ol {margin-bottom: 1.5em;padding-left: 2rem}
ul li { list-style: disc; }
ol li { list-style: decimal; }
li > ul, li > ol { margin-left: 1.5em; }
blockquote{border-left:4px solid #ccc;padding-left:1rem;margin:1.5rem 0;color:#555;font-style:italic}
code,kbd,tt,var{font-family:Consolas,Monaco,monospace;background:#f4f4f4;padding:0.2em 0.4em;border-radius:4px}
pre{background:#eee;padding:1.6em;font-family:"Courier 10 Pitch",courier,monospace;line-height:1.6;overflow-x:auto}
table{width:100%;border-collapse:collapse;margin-bottom:1.5em}
th,td{border:1px solid #ddd;padding:0.75em;text-align:left}
th{width:15%}
img{max-width:100%;height:auto;vertical-align:middle}
figure{margin:1em 0}
hr{border:0;border-top:1px solid #eee;margin:2rem 0;background-color:#ccc;height:1px}

/* Header */
.top-bar{box-shadow:inset 0 -2px 5px rgb(0 0 0 / .1);animation:fadeInTop 0.5s ease;position:relative}
@keyframes fadeInTop{from{
    opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}
}
.top-bar p{margin-bottom:0}
.top-bar-close{position:absolute;right:1rem;top:.75rem;font-size:1rem;line-height:1;color:inherit}
.top-bar-close:focus{outline:none;box-shadow:none}
#scrollProgressBar{position:fixed;top:0;left:0;height:4px;width:0;background-color:#c9002c;z-index:9999}
body.admin-bar #scrollProgressBar{top:var(--ipp-admin-bar-height)}
body.admin-bar .assistant-overlay{top:var(--ipp-admin-bar-height);height:calc(100vh - var(--ipp-admin-bar-height))}
body.admin-bar .product-assistant{top:var(--ipp-admin-bar-height);height:calc(100vh - var(--ipp-admin-bar-height))}
body.search .site-header{position:absolute;top:0;left:0;width:100%;z-index:1200;background:transparent}
body.search .top-bar{position:absolute;top:0;left:0;width:100%;z-index:1201}
body.search main#primary{padding-top:0}
.site-header .header-inner{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;grid-template-areas:"logo contact" "logo nav";align-items:stretch;width:100%;background:rgba(18,28,39,0.35);}
.site-header .logo-column{grid-area:logo;display:flex;align-items:center;justify-content:space-between;background:rgba(18,28,39,0.75);position:relative;z-index:2;padding:0 50px;}
.site-header .logo-column img{max-height:120px}
.site-header .contact-row{grid-area:contact;display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:2rem;background:rgba(18,28,39,0.75);color:#fff;padding:0 1rem;min-height:60px;position:relative;z-index:2}
.site-header .contact-row .contact-item{color:inherit;text-decoration:none;display:flex;align-items:center;gap:.4rem;white-space:nowrap;font-size:.875rem;cursor:pointer}
.site-header .contact-row .contact-item i{margin-right:.2rem}
.site-header .contact-row .contact-item i{transition:transform .3s}
.site-header .contact-row .contact-item:hover i{transform:scale(1.2)}
.site-header .nav-row{grid-area:nav;display:flex;align-items:center;justify-content:space-between;background:#e8edf1;min-height:60px;margin-left:auto;padding:0 0 0 16px;position:sticky;top:0;z-index:1201}
.site-header .nav-row{padding-right:0 !important;}
body.admin-bar .site-header .nav-row{top:var(--ipp-admin-bar-height)}
.site-header .nav-row nav{flex-grow:1!important;height:100%;display:flex;align-items:stretch;padding:0!important}
.site-header .nav-row .header-cta{margin-left:1rem;margin-right:0;height:100%;display:flex;align-items:center;padding:0 24px}
.site-header .header-cta{background:#fff;color:#12263a;border:none;font-weight:600;text-transform:uppercase;padding:0 1.2rem;height:100%;display:flex;align-items:center;border-radius:0;font-size:.875rem;letter-spacing:.05em;border-left:1px solid #d0d2d4;transition:all 0.3s ease}
.site-header .header-cta i{margin-left:.4rem}
.site-header .header-cta:hover{background:#c9002c;color:#fff}
@media (
    max-width:991px){.site-header .header-cta{display:none!important}
    .site-header .header-inner{grid-template-columns:1fr;grid-template-rows:auto auto auto;grid-template-areas:"logo" "contact" "nav"}
    .site-header .nav-row{width:100%;margin-left:0;padding:.5rem 1rem}
}
@media (max-width:767px){
    .site-header.has-hero{min-height:auto;max-height:none;padding-bottom:2rem}
    .site-header .contact-row{display:none}
    .site-header .nav-row{display:none}
    .site-header .header-inner{background:rgba(18,28,39,0.9)}
    .site-header .logo-column{background:rgba(18,28,39,0.9);padding:2rem 1.25rem 1.75rem !important}
    .site-header .logo-column img{max-height:64px;height:auto}
    .site-header .navbar-toggler{color:#fff}
    .header-hero-content{padding:3rem 1.5rem 2.5rem;text-align:center}
    .header-hero-content .header-title{margin-top:0;margin-bottom:0.75rem}
    .header-hero-content .header-description{margin-bottom:0;border-bottom:none !important;padding-bottom:0 !important}
    .header-hero-content nav.breadcrumbs{display:none}
}
.site-header.has-hero{background-size:cover;background-position:50% 50%;background-repeat:no-repeat;position:relative;display:flex;flex-direction:column;justify-content:flex-end;min-height:500px;max-height:50vh;padding-bottom:0!important;pointer-events:none}
.site-header.has-hero:not(.brand-slider-active){animation:none;will-change:auto}
.site-header{padding-top:0!important}
.site-header.has-hero .site-header-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgb(0 0 0 / .45);mix-blend-mode:multiply;z-index:0;pointer-events:none}
.site-header .logo-column,.site-header .contact-row,.site-header .nav-row,#primary-menu-wrap,.site-header .mobile-header{pointer-events:auto}
.mobile-header{display:flex;align-items:center;justify-content:space-between;background:rgba(18,28,39,0.9);padding:1.75rem 1.25rem 1.5rem;position:relative;z-index:1202}
.mobile-header .navbar-toggler{color:#fff}
.mobile-header .logo{max-height:64px;height:auto;display:block}
@media (min-width:768px){
    .mobile-header{display:none}
}
.header-hero-content{position:relative;z-index:2;color:#fff;margin-top:auto;padding-bottom:2.5rem;pointer-events:auto}
.header-hero-content--standard{text-align:left}
.header-hero-content .header-title{font-size:4rem;font-weight:100;line-height:1.2;margin-bottom:1rem}
.header-hero-content .header-description{font-size:1.25rem;font-weight:300;line-height:1.4;margin-bottom:2.5rem;color:#fff;max-width:800px;border-bottom:1px solid rgb(255 255 255 / .8);padding-bottom:2.5rem}
.brand-header-info .brand-header-logo{max-width:400px;height:auto;margin:0 auto 50px;filter:brightness(0) invert(1)}
#about,#brand-gallery,#technical-properties,#literature,#ancillaries,#faqs{scroll-margin-top:50px}
.brand-header-info .brand-subtitle{font-size:2rem;font-weight:400;margin-bottom:30px;color:#fff;text-shadow:1px 1px 2px rgba(0, 0, 0, 0.4)}
.brand-header-info .brand-description{font-size:1.25rem;font-weight:600;margin:0 auto;color:#fff;max-width:800px;text-shadow:1px 1px 2px rgba(0, 0, 0, 0.4)}
.brand-header-info .brand-description p{margin-bottom:0;}
.breadcrumbs{margin-top:2.5rem;font-size:1rem;color:#fff;display:flex;flex-wrap:wrap;gap:.3rem}
.breadcrumbs i {display: block;top: 5px;position: relative;margin: 0 10px}
.breadcrumbs a{color:#fff;opacity:.8;text-decoration:none;transition:color .2s ease}
.breadcrumbs a:hover{color:#c9002c}

/* Menu */
.site-header .navbar{display:flex;align-items:center;justify-content:space-between;height:100%}
.logo-link{order:1}
.navbar-toggler{order:2;background:#fff0;border:none}
.navbar-collapse{order:3}
.navbar-nav{display:flex;align-items:center;padding-left:0;margin-bottom:0;list-style:none}
.navbar-nav>li{position:relative;list-style:none}
.navbar-nav>li>a,.navbar-nav .sub-menu li a{color:#12263a;padding:15px;text-transform:uppercase;font-size:12px;font-weight:600;white-space:nowrap;transition:color 0.2s ease}
.site-header .nav-row .navbar-nav{height:100%;display:flex;align-items:stretch}
.site-header .nav-row .navbar-nav{height:100%;display:flex;align-items:stretch}
.site-header .nav-row .navbar-nav>li{height:100%;display:flex;align-items:stretch}
.navbar-nav>li>a{display:flex;align-items:center;height:100%;padding:0 15px}
.navbar-nav>li:not(:last-child)::after{content:'';position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:1rem;background:#d0d2d4;display:block}
.navbar-nav .sub-menu{position:absolute;top:100%;left:0;min-width:200px;background:#fff;box-shadow:0 8px 16px rgb(0 0 0 / .08);opacity:0;visibility:hidden;transform:translateY(0);transition:opacity 0.3s ease,transform 0.3s ease,visibility 0.3s;z-index:1000;margin:0;padding:0;pointer-events:auto}
.navbar-nav .sub-menu li{list-style:none;margin-left:0}
.navbar-nav li:hover>.sub-menu{opacity:1;visibility:visible;transform:translateY(0)}
.navbar-nav .sub-menu li a{padding:10px;display:block}
.navbar-nav .sub-menu li a:hover{background-color:#f2f5f7}
.navbar-nav .menu-item-has-children>a::after{content:'\f107';font-family:"Font Awesome 6 Sharp";font-weight:900;margin-left:8px;font-size:12px;color:#586c7d}
.navbar-nav .sub-menu .menu-item-has-children>a::after{content:'\f105';font-family:"Font Awesome 6 Sharp";font-weight:900;margin-left:6px;font-size:12px;color:#586c7d}
.navbar-nav > li.menu-item-has-children {position: relative}
.navbar-nav > li.menu-item-has-children::after {display:none}

/* Change arrow colour on hover and active state */
.navbar-nav .menu-item-has-children>a:hover::after,
.navbar-nav .menu-item-has-children.current-menu-item>a::after,
.navbar-nav .menu-item-has-children.current-menu-ancestor>a::after{color:#c9002c}
.navbar-nav .menu-item-has-children>a:focus::after{color:#8d001f}
@media (max-width:767px){
    .navbar-collapse{display:none!important}
}

/* Mobile Menu */
.navbar-toggler{display:inline-flex;align-items:center;justify-content:center;padding:1rem;background:none;border:none;font-size:1.5rem;cursor:pointer;z-index:99;color:#647b8f}
.navbar-toggler-icon{display:inline-block;width:1.5rem;height:1.5rem;background-size:contain;background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba%280, 0, 0, 0.7%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}
#primary-menu-wrap{position:fixed;top:0;left:0;right:0;bottom:0;height:100dvh;width:100%;background:#fff;z-index:2000;opacity:0;visibility:hidden;transform:translateY(-100%);transition:transform .4s ease,opacity .3s ease,visibility .3s ease;display:flex;flex-direction:column}
body.admin-bar #primary-menu-wrap{top:0;height:100dvh}
#primary-menu-wrap.active{opacity:1;visibility:visible;transform:translateY(0)}
body.mobile-menu-open,html.mobile-menu-open{overflow:hidden;height:100%;touch-action:none}
.mobile-menu-inner{padding:calc(env(safe-area-inset-top) + 0.5rem) 1.25rem 1.25rem;height:100%;display:flex;flex-direction:column}
.mobile-menu-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:0.75rem}
.mobile-logo img{height:40px;display:block}
.close-button{background:none;border:none;font-size:1.5rem;color:#333;cursor:pointer;position:relative;z-index:2200}
.close-menu{position:absolute;top:1rem;right:1rem;z-index:2200;background:none;border:none;color:#333;font-size:1.5rem}
.mobile-menu-nav{flex-grow:1;overflow-y:auto}
.mobile-menu-footer{padding-top:1rem;border-top:1px solid #e1e5ea;display:flex;justify-content:center}
.mobile-contact-row{display:flex;gap:1.25rem;align-items:center;justify-content:center}
.mobile-contact-row .mobile-contact-link{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid #e1e5ea;color:#12263a}
.mobile-contact-row .mobile-contact-link:hover{color:#c9002c;border-color:#c9002c}
.mobile-nav-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem;font-size:1.2rem}
.mobile-nav-list li,.mobile-nav-list ul li{list-style:none}
.mobile-nav-list a{color:#647b8f;font-weight:600;text-transform:uppercase;text-decoration:none;padding:10px 50px 10px 10px;display:block;transition:color .2s ease;font-size:16px}
.mobile-nav-list ul li a{padding:7px 10px;font-weight:400}
.mobile-nav-list a:hover{color:#4b5c6b}
.mobile-nav-list .sub-menu{list-style:none;margin:0 0 0 20px;padding-left:10px;border-left:2px solid #d8e1e8;max-height:0;overflow:hidden;transition:max-height .3s ease}
.submenu-toggle{position:absolute;right:15px;top:10px;background:none;border:none;font-size:1rem;color:#647b8f;cursor:pointer;z-index:10;transition:transform .3s ease}
.submenu-toggle i{pointer-events:none}
.menu-item.show-submenu>.sub-menu{max-height:1000px}
.menu-item.show-submenu>.submenu-toggle i{transform:rotate(180deg)}
.mobile-nav-list a{line-height:1.4}
@media (max-width:480px){
    .mobile-menu-inner{padding:calc(env(safe-area-inset-top) + 0.35rem) 1rem 1rem}
}
.navbar-nav .sub-menu .sub-menu{position:absolute;top:0;left:100%;margin-left:0;min-width:200px;background:#fff;box-shadow:0 8px 16px rgb(0 0 0 / .08);z-index:1001}
.navbar-nav .sub-menu li:hover>.sub-menu{opacity:1;visibility:visible;transform:translateY(0)}
.site-header .navbar-nav .sub-menu,.site-header .navbar-nav .sub-menu .sub-menu{z-index:1200}
.ancillary-filters .form-control,.ancillary-filters .btn{border-radius:0}
.filter-brand-row label.form-check-label{margin-bottom:0 !important;line-height:1;margin-top:4px}
.filter-postcode {flex-grow: inherit !important}
.form-check-input:checked{background-color:#c9002c;border-color:#c9002c}
.ancillary-filters label,.ancillary-filters .form-label{display:block;font-size:0.75rem!important;font-weight:600!important;color:#7d9ab3!important;text-transform:uppercase!important;margin-bottom:0.25rem!important}
.ancillary-archive .ancillary-filters .form-check-label{display:flex;align-items:center;font-size:.9rem!important;font-weight:500!important;text-transform:none!important;color:#647b8f!important;margin:0!important;line-height:1;padding-top:1px}
.ancillary-filters .form-control{border:1px solid #becdd9!important;border-radius:0!important;background-color:#ffffff!important;color:#12263a!important;padding:.5rem 0.75rem!important;font-size:0.9rem!important}
.ancillary-filters .form-select{border:1px solid #becdd9!important;border-radius:0!important;background-color:#ffffff!important;color:#12263a!important;padding:.5rem 0.75rem!important;font-size:0.9rem!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23647b8f' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right .75rem center!important;background-size:.65rem auto!important}
.brand-section-link{display:inline-flex;align-items:center;gap:.3rem;font-weight:400;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;color:#12263a;background:none;border:none;padding:0;margin:0;text-decoration:none;transition:color 0.3s ease}
.brand-section-link i{transition:transform 0.3s ease;font-size:.9rem}
.brand-section-link:hover,.brand-section-link:focus{color:#c9002c}
.brand-section-link:hover i,.brand-section-link:focus i{transform:translateX(4px)}
#ancillaries .ancillary-item{background:none;border:none;padding:0;display:flex;flex-direction:column;align-items:center}
#ancillaries .ancillary-item h3{margin-top:.75rem;font-size:1rem;font-weight:500;min-height:2.4rem}
#ancillaries .row{margin-left:0;margin-right:0}
#ancillaries .row>[class*='col']{padding-left:0;padding-right:0}
.site-header{z-index:1100;position:relative;top:0}
.navbar-nav .sub-menu>.menu-item-has-children{position:relative}
.navbar-nav .sub-menu>.menu-item-has-children:hover::before{content:"";position:absolute;top:1rem;left:100%;width:0;height:0;border-top:6px solid #fff0;border-bottom:6px solid #fff0;border-left:6px solid #fff}
.navbar-nav>li>a{position:relative}
.navbar-nav>li>a::before{content:"";position:absolute;bottom:0;left:0;height:2px;width:0;background:#c9002c;transition:width .3s ease}
.navbar-nav>li>a:hover::before,.navbar-nav>li.current-menu-item>a::before,.navbar-nav>li.current-menu-ancestor>a::before{width:100%}
.navbar-nav>li.current-menu-item>a,.navbar-nav>li.current-menu-ancestor>a{color:#c9002c}
.navbar-nav>li>a:focus{color:#8d001f}
.navbar-nav>li>a:hover{color:#c9002c}
.navbar-nav>li>a:hover{color:#c9002c}

/* Footer Menu */
.site-footer .nav{list-style:none;padding:0;margin:0}
.site-footer .nav>li{margin:0 0 10px;padding:0 5px 10px;border-bottom:1px solid #415161;line-height:1}
.site-footer .nav>li:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}
.site-footer .footer-links{list-style:none;margin:0;padding:0}
.site-footer .footer-links li{position:relative;list-style:none;margin:0 0 10px;padding:0 22px 10px 0;border-bottom:1px solid #415161;line-height:1.2}
.site-footer .footer-links li:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}
.site-footer .footer-links li a{display:block;color:#b8bec4;text-decoration:none;transition:color 0.2s ease;font-size:.875rem}
.site-footer .footer-links li a:hover,.site-footer .footer-links li a:focus{color:#fff;text-decoration:none}
.site-footer .footer-links li a::after{content:'\f105';font-family:"Font Awesome 6 Sharp";font-weight:900;position:absolute;right:0;top:0;line-height:1;color:#b8bec4}
.site-footer .footer-links li a:hover::after,.site-footer .footer-links li a:focus::after{color:#fff}

/* Search Page */
.search-page{background:#f4f6f8}
.search-header{position:relative;background:#0f1b26;background-size:cover;background-position:center;padding:10rem 0 2.5rem}
.search-header::before{content:"";position:absolute;inset:0;background-color:rgb(0 0 0 / .45);z-index:0;pointer-events:none}
.search-header-overlay{position:absolute;inset:0;z-index:0;pointer-events:none}
.search-header > *{position:relative;z-index:2}
.search-brand-strip{padding:2rem 0 0;background:transparent}
.search-brand-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:1rem}
.search-brand-card{display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e1e6ec;min-height:90px;padding:1rem;box-shadow:0 12px 24px rgb(0 0 0 / .12);transition:transform .25s ease,box-shadow .25s ease}
.search-brand-card img{max-height:48px;max-width:100%;filter:grayscale(100%);opacity:.9}
.search-brand-card:hover{transform:translateY(-4px);box-shadow:0 18px 28px rgb(0 0 0 / .18)}
.search-brand-card:hover img{filter:none;opacity:1}
.search-hero{padding:0 0 2rem;background:transparent}
.search-hero-inner{display:flex;align-items:center}
.search-hero-copy{max-width:720px}
.search-kicker{display:inline-block;color:#c9002c;text-transform:uppercase;letter-spacing:.4em;font-size:.75rem;font-weight:700;margin-bottom:1rem}
.search-hero .page-title{font-size:clamp(2rem,3.5vw,3.25rem);color:#fff;margin-bottom:.75rem}
.search-count{color:rgba(255,255,255,.8);font-weight:500;margin-bottom:1.5rem}
.search-form-wrap .search-form{display:flex;flex-wrap:wrap;gap:0}
.search-form-wrap .search-field{flex:1;min-width:260px;border:1px solid #ccd6e0!important;background:#fff!important;color:#12263a!important;padding:.85rem 1rem!important;height:52px;line-height:1.2}
.search-form-wrap .search-submit{background:#c9002c;border:1px solid #c9002c;color:#fff;padding:.85rem 1.5rem;height:52px;text-transform:uppercase;font-weight:600;letter-spacing:.08em}
.search-form-wrap .search-submit:hover,.search-form-wrap .search-submit:focus{background:#8d001f;border-color:#8d001f;color:#fff}
.search-results{padding:1.5rem 0 4rem}
.search-results-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}
.search-result-card{background:#fff;border:1px solid #e4e9ef;box-shadow:0 12px 24px rgb(18 38 58 / .08);display:flex;flex-direction:column;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}
.search-result-card:hover{transform:translateY(-6px);box-shadow:0 18px 32px rgb(18 38 58 / .15)}
.search-card-image{display:block;background:#e9edf2;min-height:180px;overflow:hidden}
.search-card-image img{width:100%;height:100%;object-fit:cover;display:block}
.search-card-placeholder{display:block;width:100%;height:180px;background:linear-gradient(135deg,#d9e0e7 0%,#eef1f5 100%)}
.search-card-body{padding:1.5rem}
.search-card-type{display:inline-block;font-size:.7rem;text-transform:uppercase;letter-spacing:.25em;color:#8a96a3;margin-bottom:.6rem}
.search-card-title{font-size:1.25rem;margin-bottom:.75rem;color:#12263a}
.search-card-title a{color:inherit;text-decoration:none}
.search-card-excerpt{color:#5f6b78;margin-bottom:1.25rem}
.search-card-link{display:inline-flex;align-items:center;gap:.4rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.14em;color:#fff;font-weight:600;background:#c9002c;border:1px solid #c9002c;padding:.65rem 1.1rem;transition:all .25s ease}
.search-card-link:hover,.search-card-link:focus{background:#8d001f;border-color:#8d001f;color:#fff}
@media (max-width: 767px){
    .search-brand-strip{padding:2rem 0 1rem}
    .search-hero{padding:2.5rem 0}
    .search-hero-copy{max-width:100%}
}

/* 404 Page */
body.error404 #masthead{position:absolute;top:0;left:0;width:100%;z-index:1200;background:transparent}
body.error404 .top-bar{position:absolute;top:0;left:0;width:100%;z-index:1201}
body.error404 main#primary{padding-top:0}
.error-404-hero{position:relative;min-height:100vh;display:flex;align-items:center;color:#fff;background:#0f1b26;background-size:cover;background-position:center;background-repeat:no-repeat}
.error-404-hero.is-fallback{background-image:linear-gradient(135deg,#102030 0%,#1f3447 50%,#0b141c 100%)}
.error-404-overlay{position:absolute;inset:0;background:linear-gradient(120deg,rgba(12,22,33,.92) 0%,rgba(12,22,33,.6) 45%,rgba(12,22,33,.85) 100%)}
.error-404-inner{position:relative;z-index:2}
.error-404-content{max-width:900px}
.error-404-eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-size:.85rem;letter-spacing:.3em;text-transform:uppercase;color:#c9002c;font-weight:700}
.error-404-hero .page-title{font-size:clamp(2.25rem,5vw,4rem);line-height:1.1;margin-bottom:1rem;color:#fff}
.error-404-message{font-size:1.125rem;line-height:1.6;max-width:38rem;margin-bottom:2rem;color:rgba(255,255,255,.9)}
.error-404-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}
.ipp-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:#c9002c;color:#fff;border:1px solid #c9002c;padding:.85rem 1.6rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;font-size:.85rem;transition:all .25s ease}
.ipp-btn:hover,.ipp-btn:focus{background:#8d001f;border-color:#8d001f;color:#fff}
.ipp-btn-outline{background:transparent;border-color:#fff;color:#fff}
.ipp-btn-outline:hover,.ipp-btn-outline:focus{background:#fff;color:#12263a}
.error-404-search .search-form{display:flex;gap:0;flex-wrap:wrap;width:100%}
.error-404-search .search-field{flex:1;min-width:320px;border:1px solid rgba(255,255,255,.25)!important;background:rgba(255,255,255,.08)!important;color:#fff!important;padding:.8rem 1rem!important;height:48px;line-height:1.2}
.error-404-search .search-field::placeholder{color:rgba(255,255,255,.6)}
.error-404-search .search-submit{background:#c9002c;border:1px solid #c9002c;color:#fff;padding:.8rem 1.5rem;height:48px;line-height:1.2;text-transform:uppercase;font-weight:600;letter-spacing:.08em}
.error-404-search .search-submit:hover,.error-404-search .search-submit:focus{background:#8d001f;border-color:#8d001f;color:#fff}
@media (max-width: 991px){
    .site-header.has-hero{min-height:auto;max-height:none;padding-bottom:2rem}
    .site-header .contact-row{display:none}
    .site-header .nav-row{display:none}
    .site-header .header-inner{background:rgba(18,28,39,0.9)}
    .site-header .logo-column{display:none}
    .header-hero-content--standard{padding:2.75rem 1.5rem 2.5rem;text-align:left}
    .header-hero-content--standard .header-title{margin-top:0;margin-bottom:0.75rem}
    .header-hero-content--standard .header-description{margin-bottom:0;border-bottom:none !important;padding-bottom:0 !important}
    .header-hero-content--standard nav.breadcrumbs{display:none}
}
/* Utility & Misc */
.mobileOnly{display:none!important}
.mobileHide{display:block!important}
@media (max-width:768px){
	.mobileHide{display:none!important}
	.mobileOnly{display:block!important}
}
.quote{font-size:2.5rem;line-height:1.2;font-style:italic}
.quote-name h3,.quote-name h6{text-align:right}
.quote-name h3{margin:0;padding:0}

/* Gravity Forms */
input,textarea,select{line-height:1;padding:15px;font-size:13px;border:1px solid #cbd7e1;border-radius:0;width:100%;background:#fff;margin:0 0 10px 0;color:#7d8791}
form ul,form ol{list-style:none}
.gform-theme--foundation .gform_fields{column-gap:20px;row-gap:20px}
input[type="submit"]{-webkit-appearance:none;width:auto;padding:15px 30px;background:#eef0f1;border:1px solid #ddd;margin:0;cursor:pointer !important;text-transform:uppercase;font-weight:500}
input[type="checkbox"]{width:auto;margin:6px 6px 0 5px;float:left}
.gfield_required{color:#900}.rc-anchor-light.rc-anchor-normal{background:#eef0f1;border:1px solid #ddd;box-shadow:none;color:#777;border-radius:0}
.ginput_container.ginput_recaptcha{margin:20px 0}
.gform_body label{display:none}
.ginput_container_checkbox label{display:inherit}
#newsletterArea .ginput_container_email input{float:left;position:relative;width:80%;margin:0;border:1px solid rgba(0,0,0,0.1)}
#newsletterArea input[type="submit"]{width:20%;border:none;padding:17px 0 18px;display:inline-block;cursor:pointer;box-shadow:inset 0 0 0 0 #eef0f1;-webkit-transition:all ease 0.5s;-moz-transition:all ease 0.5s;transition:all ease 0.5s}
#newsletterArea input[type="submit"]:hover{box-shadow:inset 200px 0 0 0 #c9002c;color:#fff}
.gfield_description.validation_message{display:none}
.gform_validation_error input[type="submit"]{background:#900;color:#fff}
.gfield_error input,.gfield_error textarea{border-color:#900 !important}
.gform_body input:active,.gform_body input:focus,.gform_body textarea:active,.gform_body textarea:focus{border:1px solid #7d8791}
.validation_error,li#field_1_9,li#field_2_4{display:none}
#gform_1 .gform_footer.top_label{float:right}
.gform_footer.top_label input[type="submit"]{box-shadow:inset 0 0 0 0 #eef0f1;-webkit-transition:all ease 0.5s;-moz-transition:all ease 0.5s;transition:all ease 0.5s}
.gform_footer.top_label input[type="submit"]:hover{box-shadow:inset 200px 0 0 0 #c9002c;color:#fff}

/* Aspect Ratio Container */
.image-wrapper {position:relative;width:100%;padding-bottom:63.49%;overflow:hidden;}
.image-wrapper img {position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;}

/* Hide animated header elements until GSAP animations run. */
body.page-animating .logo-column,
body.page-animating .nav-row,
body.page-animating .contact-row,
body.page-animating .header-hero-content .header-title,
body.page-animating .header-hero-content .header-description,
body.page-animating .header-hero-content nav.breadcrumbs {opacity:0}

/* ===== Footer ===== */
footer.site-footer{background:#12263a;color:#fff;padding:75px 0}
footer.site-footer h4{color:#b8bec4;font-size:14px;font-weight:700;line-height:1.2;margin:0 0 15px;text-transform:uppercase;}
.footer-tagline{color:rgb(255 255 255 / .7);max-width:300px}
.footer-brands{background:#fff;padding:75px 0}
.footer-brand-header{text-align:center;margin:0 0 30px;text-transform:uppercase;font-size:1rem}
.footer-brand-header strong{color:#c9002c;font-weight:600}
.footer-brand-link{display:flex;align-items:center;justify-content:center;flex:0 1 140px}
.footer-brand-logo{height:56px;width:auto;max-width:160px;object-fit:contain;opacity:.9;transition:opacity .2s ease}
.footer-brand-link:hover .footer-brand-logo{opacity:1}
.footer-company-about p{color:#b8bec4;font-size:.875rem;margin-bottom:0}
.footer-contact{color:#b8bec4;font-size:.875rem}
.footer-contact a{color:#b8bec4;text-decoration:none}
.footer-contact a:hover{color:#fff;text-decoration:none}
.footer-contact i{width:18px;text-align:center;margin-right:10px}
.copyright{background:#c9002c;color:#fff;padding:15px 0;line-height:1;font-size:.875rem}
.copyright .nav li{display:inline-block;margin:0 30px 0 0}
.copyright .nav li:last-child{margin:0}
.copyright .nav a,.footer-legal .nav a.nav-link{display:inline-block;font-weight:400;padding:0;color:#fff;text-decoration:none;transition:all 0.3s ease;opacity:.8;font-size:.875rem}
.copyright .nav a:hover,.footer-legal .nav a:hover.nav-link{text-decoration:none;opacity:.9;color:#fff}
.copyright .nav a:focus,.footer-legal .nav a:focus.nav-link{text-decoration:underline;opacity:1;color:#fff}
.footer-copy a{color:#fff}
.footer-copy a:hover{color:#c9002c}
.footer-unveil{clip-path:none;overflow:visible;transition:none}
.footer-unveil.revealed{clip-path:none}

@media (max-width: 767.98px){
    .documents-archive .filter-start-date,.documents-archive .filter-end-date,.documents-archive .filter-search,.documents-archive .filter-type {display: none !important;}
    .documents-archive .list-group-header { display: none; }
    .documents-archive .list-group-item {flex-direction: row !important;align-items: center !important;flex-wrap: nowrap !important;padding: 0.5rem 0.75rem;}
    .documents-archive .list-group-item > div:nth-child(3),.documents-archive .list-group-item > div:nth-child(4) {display: none !important;}
    .documents-archive .list-group-item > div:nth-child(2) {flex: 1 1 auto !important;overflow: hidden !important;text-overflow: ellipsis !important;white-space: nowrap !important;padding-left: 0.5rem;}
    .documents-archive .list-group-item > div:nth-child(1) {flex: 0 0 auto !important;min-width: 40px;}
    .documents-archive .list-group-item > div:nth-child(5) {flex: 0 0 auto !important;width: 60px;}
}
.documents-archive .filters { flex-wrap: nowrap; }
.documents-archive .filters > div { flex: 1 1 0; min-width: 0; }
.documents-archive .filters > .filter-reset {flex: 0 0 auto;margin-left: auto;align-self: center;}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .documents-archive .filter-start-date,.documents-archive .filter-end-date {display: none !important;}
    .documents-archive .list-group-header > div:nth-child(3),.documents-archive .list-group-item > div:nth-child(3) {display: none !important;}
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .documents-archive .filter-start-date,.documents-archive .filter-end-date,.documents-archive .filter-search {display: none !important;}
    .documents-archive .list-group-header > div:nth-child(3),.documents-archive .list-group-header > div:nth-child(4),.documents-archive .list-group-item > div:nth-child(3),.documents-archive .list-group-item > div:nth-child(4) {display: none !important;}
}
.documents-archive.animate-docs .list-group-item{opacity:0;transform:translateY(12px);transition:opacity 0.5s ease,transform 0.5s ease}
.documents-archive.animate-docs .list-group-item.is-visible{opacity:1;transform:translateY(0)}
.image-wrapper img {opacity:0;transition:opacity 0.5s ease;}
.image-wrapper img.lazyloaded {opacity:1;}

/* Lazy load background images */
.lazy-bg {background-size:cover;background-position:center;background-repeat:no-repeat;opacity:0;transition:opacity 0.6s ease-in-out;}
.lazy-bg.lazyloaded {opacity:1;}

/* Responsive Video */
.responsive-video {position:relative;padding-bottom:56.25%; /* 16:9 ratio */height:0;overflow:hidden;max-width:100%;}
.responsive-video iframe,.responsive-video object,.responsive-video embed {position:absolute;top:0;left:0;width:100%;height:100%;}

/* Scroll to Top */
#scrollToTop{position:fixed;bottom:30px;left:30px;z-index:99;background-color:#fff;color:#333;border:none;padding:11.5px 14.25px;font-size:18px;border-radius:8px;cursor:pointer;opacity:0;pointer-events:none;transition:opacity 0.3s ease-in-out;line-height:1;box-shadow:2px 5px 10px rgb(0 0 0 / .3)}
#scrollToTop.show {opacity:0.65;pointer-events:auto;}
#scrollToTop:hover {opacity:1;}

/* Skip Link */
.skip-link {position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden;z-index:100;}
.skip-link:focus {position:absolute;left:16px;top:16px;padding:8px 16px;background:#000;color:#fff;font-weight:bold;text-decoration:none;font-size:1rem;border-radius:4px;box-shadow:0 0 0 3px rgba(255,255,255,0.5);}

/* Cookie Consent */
#cookie-consent-wrapper{position:fixed;border-bottom:#c9002c 6px solid;bottom:20px;left:20px;width:550px;max-width:80vw;background:#12263a;padding:30px;border-radius:0px;box-shadow:3px 5px 15px rgb(0,0,0,0.5);z-index:999}
#cookie-consent-wrapper h3{margin:0 0 15px;font-size:22px;line-height:1;color:#fff}
#cookie-consent-wrapper h3 i{cursor:pointer;margin-right:5px;line-height:1;top:-1px;position:relative;color:rgba(255,255,255,0.5)}
#cookie-consent-wrapper p{margin-bottom:15px;font-size:14px;color:#fff}
#cookie-consent-wrapper label{font-size:14px;color:#fff}
.cookie-btn{background:rgba(255,255,255,0.75);color:#12263a;border:none;padding:15px 20px;border-radius:3px;cursor:pointer;font-weight:600;margin:0;line-height:1;transition:background 0.3s}
.cookie-btn:hover{background:#fff}
.cookie-btn.secondary{background:none;color:#fff;border:1px solid #fff;transition:all 0.3s}
.cookie-btn.secondary:hover{background:rgba(255,255,255,0.75);color:#12263a;border:1px solid #fff}
.cookie-toggle{display:flex;justify-content:space-between;align-items:center;margin:10px 0}
.cookie-toggle label{font-size:14px}
.cookie-switch{width:40px;height:20px;border-radius:10px;position:relative;transition:background 0.3s;cursor:pointer;background:#c9002c}
.cookie-switch::after{content:'';position:absolute;top:2px;left:2px;width:16px;height:16px;background:#12263a;border-radius:50%;transition:transform 0.3s;}
.cookie-switch.checked{background:#fff}
.cookie-switch.checked::after{transform:translateX(20px)}
.cookie-switch.locked{pointer-events:none;opacity:0.5;cursor:not-allowed}
#cookie-preferences-panel .cPolicy a{color:rgba(255,255,255,0.75)}
#cookie-preferences-panel .cPolicy a:hover{color:#fff}
#cookie-preferences-panel{display:none}
@media (max-width:512px){
    #cookie-consent-wrapper {position: absolute;bottom:0px;left:0px;max-width:100vw;border-radius:0px;}
}

/* Product Assistant */
.assistant-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:rgb(0 0 0 / .5);z-index:9980;display:none}
.assistant-overlay.active{display:block}
.product-assistant{position:fixed;top:0;right:-550px;width:550px;max-width:90%;height:100vh;background-color:#fff;z-index:9990;overflow-y:auto;transition:right 0.3s ease;padding:2rem;box-shadow:-2px 0 12px rgb(0 0 0 / .1)}
.product-assistant.open{right:0}
.product-assistant .assistant-close{position:absolute;top:1rem;right:1rem;background:none;border:none;color:#12263a;font-size:1.5rem;cursor:pointer}
.product-assistant h2{margin-top:0;margin-bottom:1rem;font-size:1.5rem;font-weight:600;color:#12263a}
.product-assistant p{margin-bottom:1.5rem;color:#4a4a4a;line-height:1.5}

/* Documents Library */
.list-group{overflow:visible}
.list-group-item{border:none;background:#e8edf1;border-radius:0;padding:15px;color:#647b8f;margin-bottom:2px;text-align:center;position:relative;z-index:0;overflow:visible}
.list-group-item:hover,.list-group-item:focus-within{z-index:5}
.list-group-item:hover{background:#dde5eb;cursor:pointer}
.list-group-item:last-child{margin-bottom:0}
.list-group-item>.d-flex.align-items-center{gap:1rem;flex:1}
.file-icon{min-width:40px;text-align:center;font-size:1.5rem;color:#647b8f}
.document-date,.document-size{width:130px;text-align:center;white-space:nowrap;color:#647b8f;font-size:.9rem}
.document-size{width:90px}
.download-document{width:40px;height:40px;padding:0;display:flex;align-items:center;justify-content:center;border-radius:0!important;font-size:1.2rem;position:relative;cursor:pointer;user-select:none;transition:background-color 0.5s ease,color 0.4s ease;color:#647b8f;border:0;background:#dde5eb;margin:0 auto}
.download-document:hover{color:#e5ebf0;background:#647b8f}
.download-document i{transition:opacity 0.2s ease}
.download-document:disabled{cursor:not-allowed;opacity:.7}
.download-document .spinner-border,.download-document .fa-circle-check{position:absolute;z-index:10;display:none;border-width:.15em}
.download-document .spinner-border{font-size:12px}
.list-group-header{text-align:center;padding:0 15px;margin-bottom:5px}
.list-group-header,#documents-filter-form label{font-size:.75rem;text-transform:uppercase;font-weight:600;color:#7d9ab3}
#documents-filter-form input,#documents-filter-form textarea{padding:10px}
#documents-filter-form select{padding:9px 10px}
#documents-filter-form select::after{padding:10px}
.filters{display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem}
.filter-reset{flex:0 0 auto;background:#dde5eb;line-height:1;height:38px;width:38px;margin-bottom:0;margin-top:17px;transition:all 0.5s ease}
.filter-reset .btn-reset{display:flex;align-items:center;justify-content:center;width:100%;height:100%}
.filter-reset:hover{background:#cbd7e1}
.filter-reset:hover .btn-reset i{color:#fff}
.filter-controls{display:flex;gap:1rem;flex-wrap:wrap;flex:1 1 auto}
.btn-reset i{color:#becdd9;padding:11px}
@keyframes duckiee-spin-reverse {
  to { transform: rotate(-360deg); }
}
.fa-spin-reverse {animation: duckiee-spin-reverse 0.5s linear;}
.btn-reset .fa-spin {animation: duckiee-spin 0.5s linear infinite;}
.document-preview{position:relative;cursor:pointer;display:inline-block;z-index:2}
.document-preview .preview-popup{position:absolute;top:100%;left:50%;transform:translateX(-50%);z-index:2000;background:#fff;border:1px solid #ccc;box-shadow:0 4px 8px rgb(0 0 0 / .2);padding:2px;display:none}
.document-preview .preview-popup img{max-width:300px;max-height:400px;display:block;width:auto;height:auto}
.document-preview:hover .preview-popup,.document-preview:focus .preview-popup{display:block}
.documents-archive .list-group{transition:opacity 0.2s ease,filter 0.2s ease}
.documents-archive .list-group.is-loading{opacity:0.45;filter:grayscale(0.2);pointer-events:none}

.ancillary-archive .ancillary-filters .btn-reset{background-color:#dde5eb;width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:0;transition:background-color 0.5s ease}
.ancillary-archive .ancillary-filters .btn-reset:hover{background-color:#cbd7e1}
.ancillary-archive .ancillary-filters .btn-reset i{color:#becdd9;font-size:1rem}
.ancillary-archive .ancillary-filters .btn-reset:hover i{color:#fff}
.ancillary-filters .form-control::placeholder{color:#9aa5b1}
.ancillary-archive .ancillary-filters{margin-bottom:2rem}

/* Brands single */
.single-brand .brand-usps{display:flex;flex-wrap:wrap;gap:1rem}
.single-brand .brand-usps .usp-item{background-color:#f7f7f7;border-radius:4px;padding:1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1 1 calc(25% - 1rem);max-width:calc(25% - 1rem)}
.single-brand .brand-usps .usp-icon{width:48px;height:48px;margin-bottom:.5rem}
.single-brand .brand-usps .usp-title{font-size:.9rem;font-weight:600;margin-top:0}
.single-brand .ancillary-card,.single-brand .literature-card{background-color:#f7f7f7;padding:1rem;border-radius:4px;height:100%}
.single-brand .ancillary-card .img-fluid,.single-brand .literature-card .img-fluid{max-height:180px;width:100%;object-fit:contain}
.brand-usps-section{height:20vh;display:flex;align-items:center;justify-content:center;overflow:hidden}
.brand-usps-section .usp-slider .swiper-slide,.brand-usps-section .usp-static .col{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:.25rem}
.brand-usps-section .usp-icon{max-height:64px;width:auto;filter:brightness(0) invert(1)}
.brand-usps-section .usp-title{font-size:.9rem;font-weight:600}
.brand-sections .brand-sidebar-sticky{position:sticky;top:30px;overflow-y:auto;background:none;border-radius:0;box-shadow:none;padding:0}
.brand-sidebar-info{box-shadow:0 14px 28px rgb(15 23 32 / .08)}
.brand-sidebar-top{background-color:#12263a;color:#fff;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid rgb(255 255 255 / .1)}
.brand-sidebar-nav .nav-link{display:block;text-decoration:none;padding:.3rem 0;font-weight:600;font-size:.875rem;color:rgb(255 255 255 / .85);transition:color 0.2s ease}
.brand-sidebar-nav .nav-link:hover,.brand-sidebar-nav .nav-link:focus{color:#c9002c;text-decoration:none}
.brand-sidebar-nav ul{list-style:none!important;margin:0;padding:0}
.brand-sidebar-nav li{margin:0}
.brand-sidebar-menu{border:1px solid #e1e5ea;padding:0;background-color:#fff0}
.brand-sidebar-menu ul{list-style:none!important;margin:0;padding:0}
.brand-sidebar-menu li{margin:0}

/* Product Assistant layout */
.product-assistant{display:flex;flex-direction:column;max-height:100vh}
.product-assistant .assistant-form{flex:1 1 auto;display:flex;flex-direction:column}
.product-assistant .board-selector{display:flex;flex-direction:column;flex:1 1 auto}
.product-assistant .board-selector .board-calculator{margin-top:auto}
body.home-slider-active .site-header{position:absolute;top:0;left:0;width:100%;z-index:1000}
body.admin-bar.home-slider-active .site-header{top:var(--ipp-admin-bar-height)}
.home-slider-wrapper{position:relative;min-height:100vh}
.home-slider-wrapper .swiper{height:100vh}
.home-slider-wrapper .swiper-slide{height:100%;background-size:cover;background-position:center center}
.home-slider-wrapper .slide-cta{display:inline-block;background:#fff;color:#12263a;padding:.6rem 1.2rem;font-weight:600;text-transform:uppercase;border:none;border-radius:0;font-size:.875rem;letter-spacing:.05em;transition:all 0.3s ease}
.home-slider-wrapper .slide-cta:hover{background:#c9002c;color:#fff}
.home-slider-thumbs{position:absolute;bottom:20px;left:auto;right:20px;display:flex;justify-content:flex-end;pointer-events:auto;z-index:10;margin:0}
.home-slider-thumbs.swiper-slide{width:100px;height:60px;background-size:cover;background-position:center center;opacity:.5;cursor:pointer;transition:opacity.3s ease,border-color.3s ease;margin:0 4px}
.home-slider-thumbs.swiper-slide-thumb-active,.home-slider-thumbs.swiper-slide-active{opacity:1;border:2px solid #c9002c}
.home-slider-progress{position:absolute;bottom:0;left:0;right:0;height:4px;background:rgba(255,255,255,0.3);overflow:hidden;z-index:10;pointer-events:none}
.home-slider-progress-bar{display:block;width:0;height:100%;background-color:#c9002c;pointer-events:none}
.home-slider-thumbbar{position:absolute;bottom:20px;right:20px;left:auto;display:flex;gap:8px;z-index:10}
.home-slider-thumb{width:200px;height:120px;background-size:cover;background-position:center center;opacity:.5;cursor:pointer;border:2px solid transparent;transition:opacity.3s ease,border-color.3s ease}
.home-slider-thumb.active{opacity:1;border-color:#c9002c}
.swiper-button-next, .swiper-button-prev{color:rgba(255,255,255,0.35);transition:color 0.5s ease;}
.swiper-button-next:hover, .swiper-button-prev:hover{color:rgba(255,255,255,0.75)}
.swiper-pagination-bullet{background:#fff;opacity:1}
.swiper-pagination-bullet-active{background:#c9002c}
.ancillary-archive.animate-ancillaries .ancillary-card-wrap{opacity:0;transform:translateY(12px);transition:opacity 0.5s ease,transform 0.5s ease}
.ancillary-archive.animate-ancillaries .ancillary-card-wrap.is-visible{opacity:1;transform:translateY(0)}
.ancillary-card-logo-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgb(0 0 0 / .5);display:flex;align-items:center;justify-content:center;z-index:1}
.ancillary-card-logo-overlay img{max-width:80%;filter:brightness(0) invert(1)}
.ancillary-archive .size-badge{display:inline-flex;width:80px;height:80px;align-items:center;justify-content:center;background-color:#0d2f4e;color:#fff;font-size:.85rem;letter-spacing:.5px;text-transform:uppercase}
.ancillary-archive .app-divider{color:#c9002c;margin:0 .6rem}
.ancillary-archive .ancillary-cta{background-color:#c9002c;border:0;color:#fff;border-radius:0;padding:.5rem 1rem;text-transform:uppercase;font-size:.9rem;font-weight:600;display:inline-flex;align-items:center;justify-content:center}
.ancillary-archive .ancillary-cta i{transition:transform 0.2s ease-in-out}
.ancillary-archive .ancillary-cta:hover i{transform:translateX(4px)}
.ancillary-card h3,.ancillary-card p{text-align:left}
.ancillary-filters{border:none;padding:0;z-index:99}
.ancillary-filters .brand-logo-wrapper{display:inline-flex;align-items:center;justify-content:center;width:70px;height:40px;border:1px solid #e0e0e0;background-color:#fff;transition:all 0.2s ease-in-out}
.ancillary-filters .brand-logo-filter input:checked+.brand-logo-wrapper{border-color:#c9002c;background-color:#f9e9ec}
.ancillary-filters .brand-logo-wrapper img{max-height:100%;max-width:100%}
.ancillary-filters select.form-select{width:100%}
.btn-red{background-color:#c9002c;color:#fff;border:none;border-radius:0;padding:.5rem 1rem;font-weight:600;text-transform:uppercase;transition:background-color 0.3s ease}
.btn-red:hover,.btn-red:focus{background-color:#922121;color:#fff}
.btn-reset{background:#dde5eb;width:40px;height:40px;border:none;border-radius:0;cursor:pointer;transition:background-color 0.3s ease}
.btn-reset i{color:#647b8f;font-size:1rem}
.btn-reset:hover{background:#cbd7e1}
.card-sizes-section .sizes-list{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:flex-start;margin-bottom:1rem}
.card-sizes-section .size-item{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#12263a;width:70px;height:70px;margin:0}
.card-sizes-section .size-number{font-size:1.8rem;line-height:1;font-weight:700;color:#fff}
.card-sizes-section .size-unit{font-size:.65rem;line-height:1;font-weight:600;color:#fff;margin-top:4px}
.brand-image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgb(0 0 0 / .45);display:flex;align-items:center;justify-content:center;pointer-events:none}
.brand-overlay-logo{max-width:60%;height:auto;filter:brightness(0) invert(1)}
.brand-applications-list{font-size:.95rem;color:#12263a}
.brand-card-footer{margin-top:auto;display:flex;justify-content:flex-end}
.cta-button.d-inline-flex i{margin-left:.5rem;transition:transform .2s ease}
.cta-button.d-inline-flex:hover i{transform:translateX(4px)}
.app-divider{margin:0 .5rem;color:#c9002c;font-weight:700}
.app-item{font-size:.95rem}
.brand-archive-card{background-color:#fff;border:none;border-radius:0;overflow:hidden}
.brand-archive-card .brand-archive-item{min-height:350px}
.cta-button{background-color:#c9002c;color:#fff;padding:.75rem 1.5rem;text-transform:uppercase;font-weight:600;letter-spacing:.02em;border:none;border-radius:0;text-decoration:none;display:inline-block;transition:background-color .2s ease}
.cta-button:hover{background-color:#a80022;color:#fff}
.brand-item-content ul{padding-left:0;list-style:none;margin-bottom:0}
.brand-item-content ul li{display:flex;align-items:center;margin-bottom:.25rem;font-size:.95rem}
.brand-item-content ul li .fa-angle-right{margin-right:.5rem;color:#c9002c}
.brand-gallery{column-count:2;column-gap:1px}
@media (min-width:576px){
    .brand-gallery{column-count:3}
}
@media (min-width:992px){
    .brand-gallery{column-count:4}
}
.brand-gallery .gallery-item{display:block;margin-bottom:1px;break-inside:avoid}
.brand-gallery .gallery-item img{width:100%;height:auto;display:block}
.brand-gallery .gallery-item{position:relative;overflow:hidden}
.brand-gallery .gallery-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:rgb(0 0 0 / .5);color:#fff;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity 0.3s ease;font-size:1.5rem}
.brand-gallery .gallery-item:hover .gallery-overlay{opacity:1}
.brand-sections table tbody tr:hover{background-color:#f5f7fa}
.brand-sections table tbody tr th{font-weight:600;text-align:left}
.brand-sections table tbody tr td{text-align:center}
.brand-sections table thead th{text-align:center}
.brand-sections table thead th:first-child{text-align:left}
.brand-sections table tbody tr:hover td,.brand-sections table tbody tr:hover th{background-color:#f5f7fa}
.faq-brand-filter{display:flex;flex-direction:column;gap:.75rem}
.faq-brand-filter__label{font-size:.8rem;text-transform:uppercase;font-weight:600;color:#7d9ab3}
.faq-brand-filter__list{display:flex;flex-wrap:wrap;gap:.75rem}
.faq-brand-filter__item{border:1px solid #e1e5ea;background:#fff;display:flex;align-items:center;justify-content:center;padding:.35rem .75rem;border-radius:0;min-height:48px;min-width:64px;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}
.faq-brand-filter__item img{max-height:32px;max-width:120px;display:block}
.faq-brand-filter__item .faq-brand-filter__text{font-size:.85rem;font-weight:600;color:#12263a;text-transform:uppercase;letter-spacing:.02em}
.faq-brand-filter__item:hover{border-color:#c9002c;box-shadow:0 3px 10px rgb(0 0 0 / .08);transform:translateY(-1px)}
.faq-brand-filter__item.is-active{border-color:#c9002c;box-shadow:0 0 0 2px rgb(201 0 44 / .15)}
.faq-archive-item.is-hidden{display:none}
.technical-list .technical-row{border-bottom:none;padding-bottom:.5rem}
.technical-list .technical-row:last-child{border-bottom:none}
.technical-list .technical-spec{min-width:30%;font-weight:600;color:#12263a}
.technical-list .technical-detail{color:#12263a}
.technical-list .technical-detail p{margin-bottom:0}
.technical-list .technical-row:hover{background-color:#f0f4f8}
@media (max-width: 640px){
    .technical-list .technical-row{flex-direction:column;gap:.4rem}
    .technical-list .technical-spec{min-width:100%;padding-right:0}
}
.brand-sidebar-nav .nav-link{display:flex;justify-content:flex-start;align-items:center;position:relative;width:100%;padding-right:2.5rem}
.brand-summary .brand-card{position:relative;height:380px;border-radius:0;overflow:hidden;background-color:#000;box-shadow:0 4px 16px rgb(0 0 0 / .1);transition:transform .3s ease,box-shadow .3s ease}
.brand-summary .brand-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px rgb(0 0 0 / .2)}
.brand-summary .brand-card-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;transition:transform .6s ease;z-index:1}
.brand-summary .brand-card:hover .brand-card-bg{transform:scale(1.05)}
.brand-summary .brand-card-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgb(0 0 0 / .55);z-index:2;color:#fff;padding:1.5rem;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;text-align:center}
.brand-summary .brand-card-logo img{max-width:120px;height:auto;filter:brightness(0) invert(1)}
.brand-summary .brand-card-title{font-size:1.5rem;font-weight:600}
.brand-summary .brand-card-subtitle{font-size:1rem;font-weight:300}
.brand-summary .brand-card-description{font-size:.875rem;font-weight:300}
.brand-summary .brand-card-usps{display:flex;justify-content:center;gap:1rem}
.brand-summary .brand-card-usps img{width:36px;height:auto;filter:brightness(0) invert(1)}
.brand-summary .brand-card-button{background-color:#fff0;border:2px solid #fff;color:#fff;padding:.5rem 1rem;border-radius:4px;transition:background-color .2s ease,color .2s ease;text-transform:uppercase;font-size:.875rem}
.brand-summary .brand-card-button:hover{background-color:#fff;color:#000}
.brand-archive-logos{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:2rem}
.brand-archive-logos .brand-logo-item{display:inline-flex;margin-right:0}
.brand-archive-logos .brand-logo-item img{max-width:250px;width:auto;height:60px;object-fit:contain;display:block}
.brand-archive-item .brand-item-image{width:100%;height:100%;min-height:350px;background-size:cover;background-position:center;border-radius:0;position:relative}
.brand-item-image.no-image{background-color:#f5f5f5;display:flex;align-items:center;justify-content:center;min-height:350px;position:relative}
.brand-no-image-logo{max-width:180px;width:100%;height:auto;object-fit:contain}
.brand-archive-item .brand-item-content{background-color:#fff;border:none;border-radius:0;box-shadow:none;height:100%;padding:2rem}
.brand-item-logo-img{max-width:140px;height:auto;filter:none}
.brand-item-title a{color:#12263a;text-decoration:none;transition:color .2s ease}
.brand-item-title a:hover{color:#c9002c;text-decoration:none}
.brand-item-wrapper ul{padding-left:0;list-style:none}
.brand-item-wrapper li span:first-child{color:#c9002c;font-weight:700}
.btn-pill{border-radius:30px;padding:.5rem 1.5rem;font-weight:600}
.decor-corner-lines{position:absolute;bottom:0;right:0;width:120px;height:120px;background-image:linear-gradient(to bottom,transparent 50%,#e5e5e5 50%),linear-gradient(to right,transparent 50%,#e5e5e5 50%);background-size:12px 12px;pointer-events:none}
.brand-sidebar-nav .nav-link .nav-text{flex-grow:1}
.brand-sidebar-nav .nav-link .nav-icon{flex-shrink:0;position:absolute;top:50%;right:1rem;transform:translateY(-50%);margin-left:0}
.brand-sidebar-nav .nav-link .nav-icon i{transition:transform .3s ease}
.brand-sidebar-nav .nav-link:hover i{transform:translateX(4px)}
.brand-literature-slider .card{background:#fff0;border:none;box-shadow:none}
.brand-literature-slider .card img{max-height:none;object-fit:contain}
.brand-literature-slider .card-body{padding:.5rem 0 0;text-align:center}
.brand-literature-slider .card-title{margin-top:.5rem;font-weight:600;color:#12263a}
.ancillary-card{background:none;border:none;border-radius:0;padding:0;text-align:center}
.ancillary-card img{margin-bottom:.5rem}
#brandFaqAccordion .accordion-button,
#faqArchiveAccordion .accordion-button{display:flex;justify-content:space-between;align-items:center;width:100%;text-align:left;padding:.9rem 1rem;border:1px solid #e1e5ea;background-color:#f7f9fc;cursor:pointer;transition:background-color .2s ease,border-color .2s ease}
#faqArchiveAccordion .accordion-button:hover{background-color:#eef3f7;border-color:#d6dde4}
#brandFaqAccordion .faq-toggle-icon,
#faqArchiveAccordion .faq-toggle-icon{margin-left:auto;transition:transform .2s ease}
#brandFaqAccordion .accordion-button::after,
#faqArchiveAccordion .accordion-button::after{display:none!important}
#brandFaqAccordion .accordion-item,
#faqArchiveAccordion .accordion-item{border:none;margin-bottom:.5rem}
#brandFaqAccordion .accordion-header,
#faqArchiveAccordion .accordion-header{margin-bottom:0}
#brandFaqAccordion .accordion-button,
#faqArchiveAccordion .accordion-button{color:#12263a;font-size:.875rem;font-weight:600}
#brandFaqAccordion .accordion-button.collapsed,
#faqArchiveAccordion .accordion-button.collapsed{background-color:#fff;color:#12263a}
#brandFaqAccordion .accordion-body,
#faqArchiveAccordion .accordion-body{background-color:#fff;padding:1rem;border:1px solid #e1e5ea;border-top:none;color:#12263a;display:block;visibility:visible;opacity:1}
.archive-faq .accordion-body p + p{margin-top:.75rem !important}
.archive-faq .accordion-body ul,.archive-faq .accordion-body ol{margin:.75rem 0 .75rem 1.25rem}
.brand-ancillary-card .brand-card-media{width:100%;height:8rem;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:.75rem;flex-shrink:0}
.brand-ancillary-card .brand-card-media img{width:100%;height:100%;margin:0 !important;object-fit:contain;display:block}
.brand-ancillary-card .brand-card-content{width:100%;margin-top:auto;position:relative;z-index:1;display:flex;flex-direction:column;gap:.5rem}
.brand-ancillary-card h3{line-height:1.35;word-break:break-word}
.brand-ancillary-downloads{width:100%;display:flex;flex-direction:column;align-items:flex-end;gap:.35rem;margin-top:.4rem}
.ancillary-download-btn{display:inline-flex;align-items:center;gap:.45rem;text-decoration:none;font-size:.68rem;letter-spacing:.05em;text-transform:uppercase;color:#12263a;border:1px solid #d6dde4;background:#f8fafc;padding:.42rem .55rem;transition:color .2s ease,border-color .2s ease,background-color .2s ease}
.ancillary-download-btn:hover,.ancillary-download-btn:focus{color:#c9002c;border-color:#c9002c;background:#fff}
.ancillary-archive .ancillary-card .ancillary-card-content{height:100%;min-height:200px;display:flex;flex-direction:column;justify-content:flex-start}
.ancillary-archive .ancillary-card .ancillary-card-footer{margin-top:auto;padding-top:.5rem;display:flex;align-items:flex-end;justify-content:space-between;gap:1rem}
.ancillary-archive .ancillary-card .ancillary-card-meta{margin-right:auto}
.ancillary-archive .ancillary-card .ancillary-card-downloads{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.35rem .75rem;margin-left:auto;flex-shrink:0;max-width:60%}
.ancillary-archive .ancillary-card{height:100%}
.ancillary-archive .ancillary-card > .flex{height:100%;align-items:stretch}
.ancillary-archive .ancillary-card .ancillary-card-content{flex:1;min-height:220px}
.ancillary-archive .ancillary-card .ancillary-download-btn{display:inline-flex;align-items:center;gap:.35rem;font-weight:400;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;color:#12263a;background:none;border:none;padding:0;margin:0;text-decoration:none;transition:color .3s ease}
.ancillary-archive .ancillary-card .ancillary-download-btn i{transition:transform .3s ease;font-size:.9rem}
.ancillary-archive .ancillary-card .ancillary-download-btn:hover,.ancillary-archive .ancillary-card .ancillary-download-btn:focus{color:#c9002c}
.ancillary-archive .ancillary-card .ancillary-download-btn:hover i,.ancillary-archive .ancillary-card .ancillary-download-btn:focus i{transform:translateX(4px)}
.accordion p{margin: 0 !important;}
.accordion-collapse{width:100%;overflow:hidden;transition:height .3s ease}
.accordion-collapse.collapse{display:none;height:0}
.accordion-collapse.collapse.show{display:block;height:auto;overflow:hidden}
.accordion-collapse.collapsing{height:0;overflow:hidden;transition:height .3s ease}
#brandFaqAccordion .accordion-item,
#faqArchiveAccordion .accordion-item{height:auto !important}
.brand-sections .brand-main-content>div[id]+div[id]{border-top:1px solid #e1e5ea;padding-top:2rem;margin-top:2rem}
body.single-brand header#masthead,.single-brand-page header#masthead{min-height:75vh}
.brand-header-usps{background-color:rgb(15 23 32 / .45);padding:1.25rem 0;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-top:1px solid rgb(255 255 255 / .12)}
.brand-header-usps .usp-slider,
.brand-header-usps .usp-static{max-width:none;width:100%;margin:0 auto}
.brand-header-usps .usp-static{display:grid;grid-template-columns:repeat(auto-fit,minmax(110px,140px));justify-content:center;gap:.75rem clamp(.75rem,2vw,1.5rem)}
.brand-header-usps .usp-static .usp-item{width:100%;max-width:140px}
.brand-header-usps .swiper-wrapper{align-items:stretch;justify-content:space-evenly}
.brand-header-usps .swiper-slide,
.brand-header-usps .usp-item{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center}
.brand-header-usps .usp-icon{max-height:56px;min-height:56px;width:auto;filter:brightness(0) invert(1)}
.brand-header-usps .usp-title{font-size:.75rem;font-weight:600;color:#fff;text-transform:uppercase;text-align:center;min-height:2.4em;display:flex;align-items:center;justify-content:center;padding:0 .5rem}
.brand-header-usps .usp-title{font-size:.75rem;font-weight:600;color:#fff;text-transform:uppercase;text-align:center}
.brand-header-usps .usp-icon{max-width:64px;max-height:64px;filter:brightness(0) invert(1)}

/* Hide navigation arrows on the USP slider; continuous looping makes them unnecessary */
.brand-header-usps .swiper-button-prev,.brand-header-usps .swiper-button-next {display:none}
.brand-sidebar-menu li::before{display:none!important;content:none!important}
.brand-sidebar-menu .nav-link{display:block;padding:.6rem 1.25rem;font-weight:600;font-size:.875rem;color:#12263a;text-decoration:none;transition:color 0.2s ease}
.brand-sidebar-menu .nav-link:hover,.brand-sidebar-menu .nav-link:focus{color:#c9002c;text-decoration:none;background-color:#f5f7fa}
.brand-sidebar-heading{background:#12263a;color:#fff;font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.75rem 1.25rem;margin:0;margin-bottom:0}
.brand-sidebar-list{background-color:#fff}
.brand-sidebar-menu .nav-link:not(:last-child){border-bottom:1px solid #e1e5ea}
.brand-sidebar-info{background:#fff;display:flex;flex-direction:column}
.brand-sidebar-info .brand-sizes{padding:30px}
.brand-sidebar-info .sizes-list{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1rem}
.brand-sidebar-info h3{margin:0 0 15px;font-size:0.85rem;text-align:center;font-weight:600;color:#12263a;text-transform:uppercase;}
.brand-sidebar-info .size-item{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#12263a;width:90px;height:90px;margin:0;padding: 0 0 7px;}
.brand-sidebar-info .size-number{font-size:2.75rem;line-height:1;font-weight:700;color:#fff;margin-right:0;letter-spacing:-2px}
.brand-sidebar-info .size-unit{font-size:.85rem;line-height:1px; font-weight:700;color:#fff;margin-top:5px;display:inline-block}
.brand-sidebar-info .applications-section{border-top:1px solid #e1e5ea;padding:30px}
.brand-sidebar-info .applications-section ul{margin:0;padding-left:0;list-style:none}
.brand-sidebar-info .applications-section ul li{display:flex;align-items:center;margin-bottom:10px;color:#12263a;font-size:.875rem;font-weight:500}
.brand-sidebar-info .applications-section ul li:last-child{margin-bottom:0}
.brand-sidebar-info .applications-section ul li i{position:relative;top:.5px;color:#c9002c;font-size:.85rem;margin-right:1px}
.brand-sidebar-info .applications-section ul li .text{font-size:1rem;font-weight:400}
.brand-sidebar-menu ul{list-style:none;margin:0;padding:0}
.brand-sidebar-menu li{margin:0}

/* Product Selector */
.board-selector{margin-top:1rem;}
.board-selector .board-selector-main{display:block;}
.board-selector form>.mb-3{background-color:#f8f9fa;border:1px solid #e2e6ea;border-radius:.375rem;padding:1rem;margin-bottom:1rem;}
.board-selector form strong,.board-selector form label{font-weight:600;display:block;margin-bottom:.35rem;text-transform:uppercase;font-size:.75rem;letter-spacing:.04em;color:#7d9ab3;}
.board-selector .form-select,.board-selector .form-control{border:1px solid #becdd9;border-radius:0;background-color:#fff;color:#12263a;padding:.5rem .75rem;font-size:.9rem}
.board-selector .form-select:focus,.board-selector .form-control:focus{border-color:#7d8791;box-shadow:none}
.board-selector .form-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23647b8f' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:.65rem auto;padding-right:2rem}
.board-selector .form-check{margin-bottom:.25rem}.board-selector .form-check-input{margin-right:.5rem}
.board-selector #size-filter-wrapper{display:flex;flex-wrap:wrap;gap:.5rem .75rem}
.board-selector #size-filter-wrapper .col{flex:0 0 auto;width:auto}
.board-selector #size-filter-wrapper .form-check{background:#fff0;border:none;border-radius:0;padding:0}
.board-selector #size-filter-wrapper .form-check-input{margin:0 .5rem 0 0;}
.board-selector #size-filter-wrapper .form-check-label{font-size:.85rem;color:#12263a;white-space:nowrap;}
.board-selector .card{border:none;box-shadow:0 2px 8px rgba(0,0,0,.05);transition:transform .2s,box-shadow .2s;}
.board-selector .card:hover{transform:translateY(-3px);box-shadow:0 6px 16px rgba(0,0,0,.1);}
.board-selector .card-body{padding:1.25rem;}
.board-selector .card-title{font-size:1rem;margin-bottom:.5rem;}
.board-selector .btn{margin-top:auto;}
.board-selector #brand-cards .board-card a{background:#fff;border:1px solid #e2e6ea;border-radius:0;display:flex !important;align-items:center !important;justify-content:center !important;min-height:110px;padding:1rem;transition:box-shadow .2s ease,border-color .2s ease;}
.board-selector #brand-cards .board-card img{display:block;margin:auto;}
.board-selector #brand-cards .board-card{display:flex;}
.board-selector #brand-cards .board-card a{width:100%;height:100%;}
.board-selector #brand-cards .board-card a:hover{border-color:#c9002c;box-shadow:0 8px 16px rgba(0,0,0,.08);}
.board-selector #brand-cards .board-card img{max-height:90px;width:auto;}
.board-selector #board-results-count{font-size:.85rem;color:#7d9ab3;text-transform:uppercase;letter-spacing:.04em;}
.board-selector #board-clear-filters{border-radius:0;text-transform:uppercase;font-size:.7rem;letter-spacing:.05em;}
.board-selector .board-calculator h4{margin-bottom:.5rem;}
.board-selector .board-calculator{border-top:1px solid #e2e6ea;padding-top:1.5rem;margin-top:2rem;}
.board-selector .board-calculator .form-label{font-weight:600;font-size:.8rem;text-transform:uppercase;color:#7d9ab3;letter-spacing:.04em;line-height: 1;margin: 0;}
.board-selector .board-calculator #area-rows{gap:.5rem;}
.board-selector .board-calculator .area-row{margin-top:0;}
.board-selector .board-calculator .area-row > [class^="col-"]{margin-top:0;}
.board-selector .board-calculator .area-row .col-4,.board-selector .board-calculator .area-row .col-2,.board-selector .board-calculator .area-row .col-1{padding-top:0;padding-bottom:0;}
.board-selector .board-calculator .area-remove{padding:.5rem .25rem;}
.board-selector .board-calculator .btn{margin-top:0;}
.board-selector .board-calculator .btn i{margin-right:.5rem;}
.board-selector .board-calculator .area-add i,.board-selector .board-calculator .area-remove i{margin-right:0;}
.board-selector .board-calculator .form-control,.board-selector .board-calculator .form-select{border:1px solid #becdd9;border-radius:0;background-color:#fff;color:#12263a;padding:.5rem .75rem;font-size:.9rem;margin:0}
.board-selector .board-calculator .form-control:focus,.board-selector .board-calculator .form-select:focus{border-color:#7d8791;box-shadow:none}
.board-selector .board-calculator .form-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23647b8f' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:.65rem auto;padding-right:2rem}
.board-selector .board-calculator .btn.area-add,.board-selector .board-calculator .btn.area-remove{margin:0 auto!important;background:#f2f5f7;padding:0;line-height:1;font-size:1rem;font-weight:100;height:42px;border:none;color:#718ba1;border-radius:0}
.board-selector .board-calculator .btn.area-add:hover, .board-selector .board-calculator .btn.area-remove:hover {color:#323e48;background:#e5ebf0}
.board-selector .board-calculator .btn.area-remove:disabled{background:#fafafa;color:#cbd7e1}
.board-selector .board-calculator input[type=number]::-webkit-outer-spin-button,
.board-selector .board-calculator input[type=number]::-webkit-inner-spin-button{ -webkit-appearance:none;margin:0}
.board-selector .board-calculator input[type=number]{ -moz-appearance:textfield; }
.board-selector .form-check{display:flex;align-items:center;}
.board-selector .form-check-label{white-space:inherit;margin-left:.25rem;}
.board-selector .form-check-input{margin-right:0;}
.board-selector #size-filter-wrapper{display:flex;flex-wrap:wrap;gap:.5rem 1rem;}
.board-selector #size-filter-wrapper .form-check{display:flex;align-items:center;margin:0;}
.board-selector #size-filter-wrapper .form-check-label{white-space:nowrap;margin-left:.5rem;margin-bottom:0;letter-spacing:0}
.board-selector #size-filter-wrapper .form-check-input{margin-right:0;}
.board-selector #usp-filter-wrapper .form-check{display:flex;align-items:center;margin-bottom:.25rem;}
@media (min-width: 992px) {
    #secondary .board-selector{display:flex;flex-direction:column;min-height:100vh}
    #secondary .board-selector .board-calculator{margin-top:auto}
}
@media (min-width: 992px) {
    #secondary.widget-area{display:flex;flex-direction:column;min-height:100vh}
    #secondary.widget-area .board-selector{flex:1 1 auto}
}