/*
Theme Name:Everlasting Valve
Author:David Taylor Digital
Theme URI:https://www.davidtaylordigital.com
Description:DTD Template
Version:6.4
*/

* {
    --color-white:#fff;
    --color-black:#000;
    --color-near-black:#232323;
    --color-light-blue:#d9dfe2;
    --color-blue:#20438f;
    --color-red:#e22c3a;
    --color-red-dark:#b12c36;
    --color-grey: #ddd;
    --color-mid-grey: #f6f6f6;
    --color-dark-grey: #707070;
    --font-size: 1.15rem;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b, strong{font-weight:bolder}code, kbd, samp{font-family:monospace, monospace;font-size:1em}small{font-size:80%}sub, sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button, input, optgroup, select, textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button, input{overflow:visible}button, select{text-transform:none}button, [type="button"], [type="reset"], [type="submit"]{-webkit-appearance:button}button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"], [type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

/* Reset */
* {box-sizing:border-box;outline:none;}
p {line-height:1.75em;margin:0 0 1rem 0;padding:0;color:inherit;}
h1, h2, h3, h4, h5, h6 {margin:0;padding:0;font-weight:normal;}
input, select, textarea, input:focus, select:focus, textarea:focus {outline:none;}
::placeholder {}
::selection {background:var(--color-blue);color:#fff;}
::-moz-selection {background:var(--color-blue);color:#fff;}

/* Global */
body {font-family:'DM Sans', sans-serif;font-size:16px;line-height:18px;color:var(--color-blue);}
a, a:active {text-decoration:none;color:var(--color-blue);transition:color 0.2s, background-color 0.2s;}
a:hover {color:var(--color-red);}

/* ----- [ HEADINGS ] ----- */
h1, h2, h3, h4, h5, h6 {font-family:'DM Sans', serif;margin:0 0 18px 0;font-weight:bold;line-height:1.25em;color:var(--color-blue);}
h1 {font-size:3rem;color: var(--color-blue);}
.home h1 {font-size:3rem;color: var(--color-white);}
h1 strong {color:var(--color-red);}
.subheading {font-size: 1.25rem;line-height: 1.5em;}
.single-post .subheading {margin: 0 auto 2rem auto;}
h2 {font-size:2.25rem;}
.title.layout h2 {margin: 0;}
h3 {font-size:1.5rem;}
h4 {font-size:22px;}
h5 {font-size:20px;}
h6 {font-size:18px;}

/* Lined */
.txt h2.lined {position: relative;padding: 0 0 1rem 0;}
.txt h2.lined:after {content:'';position:absolute;background-color: #ccc;height: 1px;width: 220%;bottom: 0;right:100%;left:0;}

/* Adjust Spacing */
.single-post .text h2, .single-post .text h3, .single-post .text h4, .single-post .text h5, .single-post .text h6 {margin:1.5rem 0 1rem 0;}
.txt h2, .txt h3, .txt h4, .txt h5, .txt h6 {margin:1.5rem 0 1rem 0;}
.txt h2:first-of-type, .txt h3:first-of-type, .txt h4:first-of-type, .txt h5:first-of-type, .txt h6:first-of-type {margin-top:0;}
.text h2.no-margin, .text h3.no-margin, .text h4.no-margin, .text h5.no-margin, .text h6.no-margin {margin:0;}

/* Adjust Color */
.bg-dark h2, .bg-dark h3, .bg-dark h4, .bg-dark h5, .bg-dark h6 {color:#fff;}

/* ------------------------------------------ */
/* ------------- [ STRUCTURE ] -------------- *./
/* ------------------------------------------ */
/* ----- [ HEADER ] ----- */
#header {padding:1rem 0;position: fixed;top:0;left:0;right:0;z-index: 99990;border-bottom:1px solid transparent;transition: all 0.3s;background-color: rgba(0, 42, 135,0.8);}
#footer-logo img, #logo img {display:block;width:288px;height:auto;transition: all 0.3s;}
#logo img {display:block;width:244px;height:auto;transition: all 0.3s;}
.hsizer {height: 137px;}
.hsizer {display: none;}

body.home:not(.scrolled) #header {background-color: transparent;padding: 1rem 0 0 0;}
.scrolled #header {background-color: rgba(0, 42, 135,0.8);}
.scrolled #header #logo img {filter: invert(1) brightness(10);}

/* ----- [ HERO ] ----- */
#hero.no-image h1 {display: block;text-align: center;padding: 4rem 0 0 0;color:#002a87;}
#hero.no-image h1 {text-align: left;color:#002a87;}
#hero.type-default {padding: 4rem 0;}
.page-id-6735 #hero.type-default h1 {display: none;}
#hero.type-video {padding: 4rem 0;}

/* -- Slider -- */
#hero.type-slider .has-slider .slide {height: 600px;}
#hero.type-slider .bg {position:absolute;top:0;left:0;right:0;bottom:0;z-index: 0;width: 100%;height: 100%;object-fit: cover;object-position: center;}
#hero.type-slider .caption {position:absolute;top:0;left:0;right:0;bottom:0;z-index: 0;padding: 12rem 0;}
#hero.type-slider .slick-dots {position:absolute;left:50%;bottom:25%;width: 1264px;margin: 0 auto;transform: translateX(-50%);text-align: left;}

/* -- Video -- */
#hero.type-video video {width: 100%;height: auto;display: block;}

/* -- FULL -- */
#hero.type-full .bg {height: 500px;}
#hero.type-full .bg img {width: 100%;height: 100%;object-fit: cover;object-position: center;;}
#hero.type-full .caption {position: absolute;top:60%;left:50%;transform:translate(-50%,-50%);width: 1264px;margin: 0 auto;text-align: left;}
#hero.type-full .caption h1 {color:#fff;text-shadow: 0 0 5px rgba(0,0,0,0.5);border-bottom: 4px solid var(--color-red);display: inline-block;}

/* -- BASIC -- */
#hero.type-basic.no-image {padding: 6rem 0 0 0;}
#hero.type-basic.no-image .caption {position:relative;top:auto;left:auto;right:auto;bottom:auto;transform:translate(0,0);margin: 0 auto 2rem auto;}
.single-product #hero.type-basic.no-image .caption {display: none;}
#hero.type-basic.no-image .caption h1 {color:#002a87;border-bottom: 4px solid var(--color-red);display: inline-block;}

/* -- FULL -- */
#hero.type-.no-image {padding: 6rem 0 0 0;}
#hero.type-.no-image .caption {position:relative;top:auto;left:auto;right:auto;bottom:auto;transform:translate(0,0);margin: 0 auto 2rem auto;}
#hero.type-.no-image .caption h1 {color:#002a87;border-bottom: 4px solid var(--color-red);display: inline-block;}

/* -- FULL -- */
.single-casestudies #hero.no-image {padding: 6rem 0 0 0;}
.single-casestudies #hero.no-image .caption {position:relative;top:auto;left:auto;right:auto;bottom:auto;transform:translate(0,0);margin: 0 auto 2rem auto;}
.single-casestudies #hero.no-image .caption h1 {color:#002a87;border-bottom: 4px solid var(--color-red);display: inline-block;}

/* ----- [ NAV ] ----- */
/* Translate */
.a.ico.gtranslate img  {position: relative;z-index: 1;margin-left: 1rem;}
.a.ico.gtranslate .gtranslate_wrapper  {position:absolute;right:0;top:0;z-index: 5;}
.a.ico.gtranslate .gtranslate_wrapper select {width: 27px;opacity:0;cursor:pointer;}

/* -- ( Upper ) -- */
#nav .upper, #nav .lower {display:flex;align-items:center;justify-content:end;transition: all 0.3s;}
#nav .upper .pipe {margin:0 1rem;}
#nav .upper a {font-size:var(--font-size);line-height:1em;}

/* -- ( Main ) -- */
#nav {position:relative;}
#nav.open, #nav {display:block;}
#nav #menu-primary {margin: 0 1.5rem 0 0;}
#nav ul {list-style:none;margin:0;padding:0;font-size:0;}
#nav ul li {display:inline-block;position:relative;margin:0 0 0 0.75rem;font-size:1rem;vertical-align:middle;}
#nav ul li a {display:block;font-weight:600;color:var(--color-white);font-size:1rem;padding:1.6875rem 0.65rem 1.75rem 0.65rem;}
#nav ul li.blank > a {pointer-events: none;cursor: context-menu;}
#nav ul li:first-child {margin: 0;}
/*#nav ul li.menu-item-has-children {padding:0 0.25rem 0 0;}
#nav ul li.menu-item-has-children.blank > a {pointer-events: none;}
#nav ul li.menu-item-has-children:after {position:absolute;padding:0;right:0;top:1.65rem;z-index:1000;content:"\f0d7";-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;font-family:"FontAwesome";font-weight:900;}
#nav ul li:before {content:'';position: absolute;bottom:0;left:0;right:0;height:4px;background:var(--color-red);border-radius: 1px;opacity: 0;transition: opacity 0.3s;}*/

#nav .tel {color:var(--color-white);}
#nav .tel svg path {transition: all 0.3s;}
#nav .tel:hover {color:var(--color-red);}
#nav .tel:hover svg path {fill:var(--color-red);}

/* Dropdown */
#nav ul li:hover ul {opacity:1;transform:scaleY(1);}
#nav ul ul {display:block;position:absolute;top:90%;overflow:hidden;z-index:9999;margin:0;padding:0;border-radius:5px;background:var(--color-white);text-align:left;width:230px;opacity:0;transform-origin:top center;transform:scaleY(0);box-shadow: 0 0 5px #707070; transition:opacity 0.2s, transform 0.2s;}
#nav ul ul li {display:block;float:none;margin:0;padding:0;}
#nav ul ul li a {line-height:1em;height:auto;margin:0;padding:0.75rem 0.75rem 0.65rem 0.75rem;font-size:15px;color:#000000;text-transform:initial;}

/* Hover/Active */
.single-events #nav ul li#menu-item-214 > a, 
.single-casestudies #nav ul li#menu-item-3386 > a, 
.single-post #nav ul li#menu-item-3386 > a, 
#nav ul li.current-menu-ancestor > a, 
#nav ul li.current-menu-item > a, 
#nav ul li:hover > a {color:var(--color-red);}

#nav ul li.current-menu-ancestor:before, 
#nav ul li.current-menu-item:before, 
#nav ul li:hover:before {opacity: 1;}

/* Dropdown Hover/Active */
#nav ul ul li.current-menu-item > a, 
#nav ul ul li:hover > a {background:var(--color-red);color:#ffffff;}

/* ---- [ NAV ADDITIONAL ] ---- */
.searcher {position:relative;margin-left: 1.5rem;background-color: #20438f;padding: 0.5rem;cursor: pointer;transition: all 0.3s;}
.searcher:hover {background-color: var(--color-red);}
.searcher svg {display: block;height: 1rem;width: auto;;}
.searcher svg path {fill:#fff;}
#search-bar {display: none;text-align: center;position: absolute;top:115%;z-index: 99999;;right: 0;width: 300px;}
#search-bar form {position:relative;margin-bottom:.5em;}
#search-bar input[type="search"] {font-family:'DM Sans';max-width:400px;width:100%;height:30px;border:1px solid #707070;padding-left:10px;font-size:12px;font-weight:600;box-shadow:0 0 2px #404040;}
#search-bar input[type="search"]:hover, .searcher input[type="search"]:focus {box-shadow:inset 0 0 7px #014A8A;}
#search-bar input[type="submit"] {position:absolute;top:6px;right:12px;width:16px;height:16px;background-position:center center;background-repeat:no-repeat;background-image:url(images/search-icon.png);background-size:contain;display:block;background-color:transparent;text-indent:-9999em;border:0;}

.quote-cart {position:relative;margin-left: 1rem;background-color: #20438f;padding: 0.5rem;cursor: pointer;transition: all 0.3s;}
.quote-cart i {color:#fff;}
.quote-icon {position: relative;}

.quote-cart-count {
    position: absolute;
    top: -8px;
    right: -10px;
    background:var(--color-red);;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    min-width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
}
.quote-summary {display:flex;align-items:center;justify-content:end;column-gap:0.5rem;font-weight:bold;}
.quote-summary a {font-weight:normal;}
.page-id-6684 .gform_heading {display:none;}

/* Scrolled */
.scrolled #logo img {width: 160px;}
.scrolled #header {padding:0;border-bottom:1px solid var(--color-blue);}
.scrolled #header .upper {display: none;}
.scrolled #header #nav:after {opacity: 0;}

/* ----- [ FOOTER ] ----- */
#footer {background: var(--color-grey) url('images/bg-footer.png') no-repeat center;background-size:cover;;padding: 3rem 0 0 0;}
#footer .lower {margin:4rem auto 0 auto;padding: 1rem 0 1rem 0;font-size: 0.85rem;color:#4c535c;border-top:1px solid #4c535c;}
#footer .lower a {color:#4c535c;}
#footer ul {list-style: none;margin: 0;padding: 0;font-weight: 600;margin:0;}
#footer ul ul {display: none;}
#footer ul#menu-compliance {display: flex;align-items: center;justify-content: start;column-gap: 1rem;}
#footer .address {margin:0 0 1rem 0;color:var(--color-black);line-height: 1.5em;}
#footer .contact {line-height: 1.5em;text-align: left;}

/* Certs */
#footer .certs {display: flex;align-items: center;justify-content: center;}
#footer .certs img {display: block;width: 100%;height: auto;;padding: 0 1rem;}

/* ---- [ SOCIAL MEDIA ] ---- */
.social {margin: 2rem 0 0 0;}
.social a {color:var(--color-blue);font-size: 1.5rem;display: inline-block;vertical-align: middle;margin: 0 1rem 0 0;}
.social a:hover {color:var(--color-red);}

/* ------------------------------------------ */
/* ---------- [ PRIMARY LAYOUT ] ------------ */
/* ------------------------------------------ */
/* Layout */
#cmplz-document, .w-max, .w-full, .w-content, .w-full-half {margin:0 auto;}
#cmplz-document, .w-max, .w-full, .w-content, .w-full-half, .w-0, .w-1, .w-2, .w-3, .w-4, .w-5, .w-6, .w-7, .w-8, .w-9, .w-10 , .w-11 , .w-12 , .w-13 , .w-14 , .w-15 , .w-16 , .w-17 , .w-18 , .w-19 , .w-20 , .w-21 , .w-22 , .w-23 , .w-24 , .w-25 , .w-26 , .w-27 , .w-28 , .w-29 , .w-30 , .w-31 , .w-32 , .w-33 , .w-34 , .w-35 , .w-36 , .w-37 , .w-38 , .w-39 , .w-40 , .w-41 , .w-42 , .w-43 , .w-44 , .w-45 , .w-46 , .w-47 , .w-48 , .w-49 , .w-50 , .w-51 , .w-52 , .w-53 , .w-54 , .w-55 , .w-56 , .w-57 , .w-58 , .w-59 , .w-60 , .w-61 , .w-62 , .w-63 , .w-64 , .w-65 , .w-66 , .w-67 , .w-68 , .w-69 , .w-70 , .w-71 , .w-72 , .w-73 , .w-74 , .w-75 , .w-76 , .w-77 , .w-78 , .w-79 , .w-80 , .w-81 , .w-82 , .w-83 , .w-84 , .w-85 , .w-86 , .w-87 , .w-88 , .w-89 , .w-90 , .w-91 , .w-92 , .w-93 , .w-94 , .w-95 , .w-96 , .w-97 , .w-98 , .w-99 , .w-100{box-sizing:border-box;}
.w-max {width:100%;}#cmplz-document, .w-full {width:100%;max-width:1264px;}.w-full-half {width:100%;max-width:600px;margin:0;}.w-content {width:100%;max-width:1000px;}
.w-0 {display:none;}.w-1 {width:1%;}.w-2 {width:2%;}.w-3 {width:3%;}.w-4 {width:4%;}.w-5 {width:5%;}.w-6 {width:6%;} .w-7 {width:7%;}.w-8 {width:8%;}.w-9 {width:9%;}.w-10 {width:10%;}.w-11 {width:11%;}.w-12 {width:12%;}.w-13 {width:13%;}.w-14 {width:14%;}.w-15 {width:15%;}.w-16 {width:16%;}.w-17 {width:17%;}.w-18 {width:18%;}.w-19 {width:19%;}.w-20 {width:20%;}.w-21 {width:21%;}.w-22 {width:22%;}.w-23 {width:23%;}.w-24 {width:24%;}.w-25 {width:25%;}.w-26 {width:26%;}.w-27 {width:27%;}.w-28 {width:28%;}.w-29 {width:29%;}.w-30 {width:30%;}.w-31 {width:31%;}.w-32 {width:32%;}.w-33 {width:33.3333333%;}.w-34 {width:34%;}.w-35 {width:35%;}.w-36 {width:36%;}.w-37 {width:37%;}.w-38 {width:38%;}.w-39 {width:39%;}.w-40 {width:40%;}.w-41 {width:41%;}.w-42 {width:42%;}.w-43 {width:43%;}.w-44 {width:44%;}.w-45 {width:45%;}.w-46 {width:46%;}.w-47 {width:47%;}.w-48 {width:48%;}.w-49 {width:49%;}.w-50 {width:50%;}.w-51 {width:51%;}.w-52 {width:52%;}.w-53 {width:53%;}.w-54 {width:54%;}.w-55 {width:55%;}.w-56 {width:56%;}.w-57 {width:57%;}.w-58 {width:58%;}.w-59 {width:59%;}.w-60 {width:60%;}.w-61 {width:61%;}.w-62 {width:62%;}.w-63 {width:63%;}.w-64 {width:64%;}.w-65 {width:65%;}.w-66 {width:66.6666666%;}.w-67 {width:67%;}.w-68 {width:68%;}.w-69 {width:69%;}.w-70 {width:70%;}.w-71 {width:71%;}.w-72 {width:72%;}.w-73 {width:73%;}.w-74 {width:74%;}.w-75 {width:75%;}.w-76 {width:76%;}.w-77 {width:77%;}.w-78 {width:78%;}.w-79 {width:79%;}.w-80 {width:80%;}.w-81 {width:81%;}.w-82 {width:82%;}.w-83 {width:83%;}.w-84 {width:84%;}.w-85 {width:85%;}.w-86 {width:86%;}.w-87 {width:87%;}.w-88 {width:88%;}.w-89 {width:89%;}.w-90 {width:90%;}.w-91 {width:91%;}.w-92 {width:92%;}.w-93 {width:93%;}.w-94 {width:94%;}.w-95 {width:95%;}.w-96 {width:96%;}.w-97 {width:97%;}.w-98 {width:98%;}.w-99 {width:99.999999999%;}.w-100 {width:100%;}
.flex-w-1 {width:100%}.flex-w-2 {width:48.5%}.flex-w-3 {width:31.33333333333%}.flex-w-4 {width:22.75%}.flex-w-5 {width:17.6%}.flex-w-6 {width:14.16666666666667%}
#cmplz-document {padding: 4rem 0;}

/* Pre-Defined */
.flex-buckets {display:flex;flex-wrap:wrap;justify-content:space-between;align-items:stretch;}
.flex-centered {display:flex;flex-wrap:wrap;justify-content:center;align-items:center;}
.flex-space {display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start}
.flex-spaced {display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}
.height-abs .flex-spaced {align-items:stretch;}

/* Flex */
.fl-gap {column-gap:3%;row-gap:3rem;justify-content:start;}
.flex {display:flex;}
.flex-col {flex-direction:column;}
.flex-row {flex-direction:row;}
.flex-wrap {flex-wrap:wrap;}
.flex-jstart {justify-content:flex-start;}
.flex-center {justify-content:center;}
.flex-jend {justify-content:flex-end;}
.flex-start {align-items:flex-start;}
.flex-middle {align-items:center;}
.flex-end {align-items:flex-end;}

/* Flex Spacing */
.flex-per-1 {column-gap:0;}
.flex-per-2 {column-gap:3%;}
.flex-per-3 {column-gap:3%;}
.flex-per-4 {column-gap:3%;}
.flex-per-5 {column-gap:3%;}
.flex-per-6 {column-gap:3%;}

/* Order/Spacing */
.fl-1 {order:1;}.fl-2 {order:2;}.fl-3 {order:3;}.fl-4 {order:4;}.fl-5 {order:5;}.fl-6 {order:6;}.fl-7 {order:7;}.fl-8 {order:8;}

/* Spacer */
.spacer-e {display:none;}
.spacer-empty {height:0;}
.spacer {width:1px;height:16px;}
.spacer-0 {height:8px;}
.spacer-1 {height:22.62px;}
.spacer-2 {height:31.99px;}
.spacer-3 {height:45.23px;}
.spacer-4 {height:63.96px;}
.spacer-5 {height:90.44px;}
.spacer-6 {height:127.88px;}
.spacer-7 {height:180.83px;}
.spacer-8 {height:255.69px;}

/* ----- [ BUTTONS ] ----- */
.ele-btn > a.elementor-button, .button, .gform_footer > input[type="submit"] {display:inline-block;position:relative;margin:0;padding:0.75rem 2rem 0.75rem 2rem;font-weight:600;border:0 none;font-size:var(--font-size);line-height:1em;color:#ffffff;cursor:pointer;transition:background 0.2s, border 0.2s, color 0.2s;}
.button .btn-txt {top:0.05rem;position: relative;}

/* -- ( Icon ) -- */
.button.has-ico {position:relative;}
.button.has-ico .ico {position:absolute;top:0.75rem;transition:all 0.3s;}
.button.has-ico .ico svg {display:block;height:1rem;width:auto;}
.button.has-ico .ico svg path {fill:#fff;}

/* Left */
.button.has-ico.ico-left {padding-left:4rem;}
.button.has-ico.ico-left .ico {left:2.5rem;}
.button.has-ico.ico-left:hover .ico {transform:translateX(-0.5rem);}

/* Right */
.button.has-ico.ico-right {padding-right:4rem;}
.button.has-ico.ico-right .ico {right:2rem;}
.button.has-ico.ico-right.extra {padding-right: 5rem;}
.button.has-ico.ico-right.extra .ico {right: 3rem;}
.button.has-ico.ico-right:hover .ico {transform:translateX(0.5rem);}

/* With Ico */
.with-ico.base {display: flex;align-items: center;justify-content: start;column-gap:0.5rem;}
.with-ico svg {display: block;width: 1rem;height:auto;}
.with-ico img {display: block;width: 1rem;height:auto;}

.with-ico.abs {position: relative;padding: 0 0 0 1.5rem;}
.with-ico.abs img {position: absolute;top: 0;left: 0;}

.with-ico.tel svg path {fill:#fff;}

/* Styles */
.button.basic {display:flex;align-items:left;text-align:center;padding:0;font-size:14px;color:var(--color-white);width:100%;align-items:center;justify-content:start;column-gap:0.5rem;}
.button.basic .icon svg {display:block;height:1rem;}
.button.basic .icon svg path {fill: #fff;}

.button.primary {background:var(--color-red);color:var(--color-white);border-bottom:2px solid var(--color-red-dark);}
li.product.type-product:hover .button.primary, .hoverable:hover .button.primary, .button.primary.active, .button.primary:hover {background:var(--color-blue);color:var(--color-white);border-color:var(--color-blue);}

li.product.type-product:hover .button.primary.alt, .hoverable:hover .button.primary.alt, .button.primary.alt.active, .button.primary.alt:hover {background:var(--color-white);color:var(--color-red);border-color:var(--color-white);}

.button.secondary {background:var(--color-blue);color:var(--color-white);border-bottom:2px solid var(--color-blue);}
li.product.type-product:hover .button.secondary, .hoverable:hover .button.secondary, .button.secondary.active, .button.secondary:hover {background:var(--color-black);color:var(--color-white);border-color:var(--color-black);}

#wrapper .elementor-cta--skin-classic .elementor-cta__button.elementor-button, #wrapper .elementor-cta--skin-classic .elementor-cta__button.elementor-button {display:inline-block;position:relative;margin:0;padding:0.75rem 4rem 0.75rem 4rem;font-weight:600;border:0 none;font-size:var(--font-size);line-height:1em;color:#ffffff;cursor:pointer;transition:background 0.2s, border 0.2s, color 0.2s;background:var(--color-red);color:var(--color-white);border-bottom:2px solid var(--color-red-dark);}
#wrapper .elementor-cta--skin-classic .elementor-cta__button.elementor-button:hover {background:var(--color-blue);color:var(--color-white);border-color:var(--color-blue);}

.ele-btn > a.elementor-button {padding:0.75rem 3rem;}
.ele-btn > a.elementor-button:hover {background:var(--color-blue);color:var(--color-white);border-color:var(--color-blue);}

.button.secondary {background:var(--color-blue);color:var(--color-white);border-bottom:2px solid var(--color-blue);}
.button.secondary.active, .button.secondary:hover {background:var(--color-black);color:var(--color-white);border-color:var(--color-black);}

.button.tertiary {background:var(--color-light-blue);color:var(--color-blue);border-bottom:2px solid var(--color-light-blue);}
.button.tertiary .ico svg path {fill:var(--color-blue);}
.button.tertiary.active, .button.tertiary:hover {background:var(--color-red);color:var(--color-white);border-color:var(--color-red);}
.button.tertiary.active .ico svg path, .button.tertiary:hover .ico svg path {fill:var(--color-white);}

.gform_footer > input[type="submit"] {background:var(--color-red);color:var(--color-white);border-bottom:2px solid var(--color-red-dark);}
.gform_footer > input[type="submit"]:hover {background:var(--color-blue);color:var(--color-white);}

.modal .gform_footer > input[type="submit"] {background:var(--color-red);color:var(--color-white);border-bottom:2px solid var(--color-red-dark);}
.modal .gform_footer > input[type="submit"]:hover {background:var(--color-black);color:var(--color-white);border-color: black;}

/* Tabs */
.e-n-tabs .e-n-tabs-heading {margin: 0 auto 2rem auto;}
.e-n-tabs .e-n-tabs-heading button {cursor:pointer;}

/* Buttons */
.btns {margin:2rem 0 0 0;}
.btns.flex-buckets {justify-content: start;align-items: start;gap: 1rem;}
.btns a {margin:0 0.5rem 0 0;}
.buttons.layout .btns a {margin: 0.5rem;}
.btns a:last-child {margin:0;}

/* ------------------------------------------ */
/* -------------- [ TEMPLATES ] ------------- */
/* ------------------------------------------ */
#sections {position: relative;z-index: 101;;}
.section {position:relative;overflow:visible;z-index: 100;}
.layout {position:relative;z-index:100;}

/* Override */
.home #sections {top: -6rem;margin-bottom: -6rem;}
section[data-section="engineering-your-uptime"] {z-index: 99;;}

/* ---- [ BUCKETS ] ---- */
.buckets.layout.type-icon .bucket {padding:0;background: #e1e1e1; background: -webkit-linear-gradient(124deg, rgba(224, 224, 224, 0.9) 0%, rgba(243, 243, 243, 0.9) 100%); background: -moz-linear-gradient(124deg, rgba(224, 224, 224, 0.9) 0%, rgba(243, 243, 243, 0.9) 100%); background: linear-gradient(124deg, rgba(224, 224, 224, 0.9) 0%, rgba(243, 243, 243, 0.9) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#E0E0E0", endColorstr="#F3F3F3", GradientType=0);}
.buckets.layout.type-icon .bucket:after {content:'';background-color: #ececec;height: 4px;width: 100%;position: absolute;bottom: -0.5rem;left: 0;right: 0;;}
.buckets.layout.type-icon .title-bar {display: flex;align-items: center;justify-content: start;column-gap: 2rem;padding: 0 1rem;}
.buckets.layout.type-icon .title-bar .ico {box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.25);position:relative;top:-0.25rem;display:inline-block;background: #1378BC; background: -webkit-linear-gradient(180deg, rgba(19, 120, 188, 1) 0%, rgba(24, 99, 170, 1) 100%); background: -moz-linear-gradient(180deg, rgba(19, 120, 188, 1) 0%, rgba(24, 99, 170, 1) 100%); background: linear-gradient(180deg, rgba(19, 120, 188, 1) 0%, rgba(24, 99, 170, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1378BC", endColorstr="#1863AA", GradientType=0);}
.buckets.layout.type-icon .title-bar .image.square.contain {width: 5rem;height: 5rem;}
.buckets.layout.type-icon .title-bar .image.square.contain img {display: block;width: 100%;height: 100%;object-fit: contain;object-position: center;;padding: 1rem;}
.buckets.layout.type-icon h2 {font-size:1.5rem;}
.buckets.layout.type-icon .text {padding: 2rem 2rem 6rem 2rem;}
.buckets.layout.type-icon .button {position: absolute;bottom:2rem;left:0;padding-left:2rem;}

/* ---- [ RICH TABS ] ---- */
.rich-tabs.layout .controls {text-align: center;margin-bottom: 4rem;}
.rich-tabs.layout .bucket {background-color: #f9fafa;}
.rich-tabs.layout .bucket.active {background-color: #f1f1f1;}
.rich-tabs.layout .bucket .inner {padding: 2rem;}
.rich-tabs.layout .bucket .inner {padding: 2rem;}

/* ---- [ TABULAR ] ---- */
.tabular {display:none;}
.tabular .item img {display:block;margin:0 auto;}
.tabular .item {padding:1em;border:1px solid #333;margin:0 0 2em 0;}
.tabular .item h3 {font-size:28px;display:block;text-align:center;margin:0 0 8px 0;}
.tabular .text {margin-top:12px;}
.tabular .text p {font-size:16px;}
.tab-controls {margin-top:2em;}
.tab-controls a {display:inline-block;font-size:16px;padding:16px 32px;border-radius:5px;background:#20438f;color:#fff;margin:8px;}
.tab-controls a:hover, .tab-controls a.active {background:#e22c3a;}
.tabular h4 {padding:8px;border:1px solid #000;margin:0 0 8px 0;}

/* ---- [ CONTENT AND IMAGE ] ---- */
.listing .item {display: flex;align-items: center;justify-content: start;margin: 0 0 1rem 0;}
.listing .item img {display: block;width: 3.5rem;height: auto;margin: 0 1rem 0 0;;}
.listing .item .txt {line-height: 1.25em;}

/* ----  [ LOGOS ] ---- */
.logos.layout {row-gap: 6rem;justify-content: center;}
.max-width .logos.layout.w-full.wm-full {width: 100%;max-width: 100%;}
.max-width .logos.layout .title-bar {max-width: 1264px;margin: 0 auto;}
.logos.layout .item {width: 20%;height: 5rem;padding: 1rem 2rem;}
.logos.layout .item img {display: block;width: 100%;height: 100%;object-fit: contain;object-position: center;;}

/* ---- [ LATEST ] ---- */
.latest.layout .post.excerpt {margin: 0 0 5rem 0;position: relative;}
.latest.layout .post.excerpt:last-child {margin: 0;}
.latest.layout .post.excerpt .inner {padding: 1rem;position: relative;z-index: 5;;}
.latest.layout .post.excerpt .meta {color:var(--color-grey);font-size: var(--font-size);margin: 0 0 0.25rem 0;}
.latest.layout .post.excerpt img {display: block;position:absolute;top:0;left:0;right:0;bottom:0;width: 100%;height: 100%;object-fit: cover;object-position: center;opacity: 0;;}
.latest.layout .post.excerpt .btn.readmore {padding: 0;display: flex;align-items: center;justify-content: start;column-gap: 1rem;color:rgba(0,200,255,1);margin: 1rem 0 0 0;font-size: var(--font-size);}
.latest.layout .post.excerpt .overlay {position:absolute;top:0;left:0;right:0;bottom:0;background-color: rgba(0,200,255,0.85);opacity: 0;transition: opacity 0.3s;}

.latest.layout .post.excerpt:hover .overlay {opacity: 1;}
.latest.layout .post.excerpt:hover img {opacity: 1;}
.latest.layout .post.excerpt:hover .meta, .latest.layout .post.excerpt:hover .btn.readmore {color:var(--color-white);}

/* ---- [ Aggregate ] ---- */
.aggregate.layout .post.excerpt {margin:0;position: relative;}
.aggregate.layout .post.excerpt .inner {padding: 1rem;position: relative;z-index: 5;;}
.aggregate.layout .post.excerpt .meta {color:var(--color-dark-grey);font-size: var(--font-size);margin: 0 0 0.25rem 0;}
.aggregate.layout .post.excerpt img {display: block;position:absolute;top:0;left:0;right:0;bottom:0;width: 100%;height: 100%;object-fit: cover;object-position: center;opacity: 0;;}
.aggregate.layout .post.excerpt .btn.readmore {padding: 0;display: flex;align-items: center;justify-content: start;column-gap: 1rem;color:rgba(0,200,255,1);margin: 1rem 0 0 0;font-size: var(--font-size);}
.aggregate.layout .post.excerpt .overlay {position:absolute;top:0;left:0;right:0;bottom:0;background-color: rgba(1, 74, 138,0.85);opacity: 0;transition: opacity 0.3s;}

.aggregate.layout .post.excerpt:hover .overlay {opacity: 1;}
.aggregate.layout .post.excerpt:hover img {opacity: 1;}
.aggregate.layout .post.excerpt:hover h3, .aggregate.layout .post.excerpt:hover .meta, .aggregate.layout .post.excerpt:hover .text, .aggregate.layout .post.excerpt:hover .btn.readmore {color:var(--color-white);}

/* ---- [ BLOG ] ---- */
.toc {display: none;}
.takeaways {background-color: #d9dfe2;padding: 2rem;color: #000;border-radius: 5px;margin: 0 0 1.5rem 0;}
.single-post .takeaways h2 {margin: 0 0 1rem 0;}
.single-post .takeaways ul {margin-bottom: 0;}

/* --- ( NAVI ) --- */
.wp-pagenavi {text-align: center;display: flex;align-items: center;justify-content: center;margin:4rem auto 0 auto;column-gap: 0.5rem;}
.wp-pagenavi .pages {display: none;}
.wp-pagenavi span,
.wp-pagenavi a {color:#151315;text-align:center;line-height:2.5rem;width: 2.5rem;height: 2.5rem;border:0 none;}
.wp-pagenavi .first, .wp-pagenavi .last {width: auto;padding: 0 0.5rem;}
.wp-pagenavi .first:hover, .wp-pagenavi .last:hover,
.wp-pagenavi .current, .wp-pagenavi a.page:hover {color:var(--color-white);background-color:var(--color-blue);}

/* ----  [ CONTENT/MEDIA + MEDIA/CONTENT ] ---- */
.content-image .sizer {display:none;float:right;margin:0 0 0 1rem;width:33%;}
.content-image.alt .sizer {float:left;margin:0 1rem 0 0;}

/* Wide */
.content-image.base.wide .txt {padding-left:calc((100vw - 1264px) / 2);}
.content-image.alt.wide .txt {padding-right:calc((100vw - 1264px) / 2);}

/* Height Content / Extra Padding */
.content-image.wide.height-padding .img .image, .content-image.wide.height-extra-padding .img .image, .content-image.wide.height-content .img .image {position:absolute;top:0;left:0;bottom:0;right:0;}
.content-image.wide.height-padding .txt  {padding-top:2rem;padding-bottom:2rem;}
.content-image.wide.height-extra-padding .txt {padding-top:4rem;padding-bottom:4rem;}

/* ---- [ CONTACT ] ---- */
.contact.layout address {font-style: normal;line-height: 1.5em;margin: 0 0 2rem 0;}
.contact.layout .meta {font-style: normal;line-height: 1.5em;margin: 0 0 2rem 0;}
.contact.layout .l {border-right:4px solid var(--color-grey);}

/* ---- [ GALLERY SLIDER ] ---- */
.gallery.slider.layout .slide img {filter: grayscale(100%);transition: all 0.3s;transform: scale(1);}
.gallery.slider.layout .slide:hover img {filter: grayscale(0);transform: scale(0.90);}

/* ---- [ GALLERY GRID ] ---- */
.gallery.grid {justify-content: start;}
.gallery.grid .item {padding: 1rem;}
.gallery.grid .item img {transform: scale(1.15);transition: all 0.3s;}
.gallery.grid .item:hover img {transform: scale(1);}

/* ---- [ RAQ ] ---- */
.raq.layout .controls {display: flex;align-items: center;justify-content: center;gap: 1rem;flex-wrap: wrap;}

/* ---- [ BOILER RFQ ] ---- */
#rfq .filters {display: flex;justify-content: space-between;align-items: center;}
#rfq .filters select, #rfq .filters .reset {width:18%;padding:8px;}
#rfq .filters .reset {border:0 none;background:#20438f;color:#fff;text-align: center;line-height:1em;padding:10px;cursor:pointer;}
#rfq .results {text-align: center;}
#rfq .results .part {position:relative;display:none;padding:8px;}
#rfq .results .part img {width:300px;height:auto;display:block;margin:0 auto 1rem auto;}
#rfq .results .part.final {display:block;margin:1rem 0 0 0;cursor:pointer;}
#rfq .results .part.final.selected, #rfq .results .part.selected {display:none;pointer-events:none;opacity:0.25;}
#rfq .results .part.selected button {display: none;}
#rfq .filters option:disabled {color:#ccc;}
#rfq .results .part.final .inner {padding:1rem 1rem 2rem 1rem;background:#20438f;color:#fff;border-radius:3px;display:inline-block;cursor:pointer;transition:background 0.2s;text-align: left;}
#rfq .results .part.final:hover .inner {background:#1D003E;}
#rfq .results .part.final b {display:block;margin:0 0 5px 0;}
#rfq .results .part.final  .inner:after {content:'Add To Quote +';position:absolute;bottom:0px;left:0;right:0;font-size:14px;background:#dc0000;padding:4px 4px 3px 4px;line-height:1em;text-align: center;}
#rfq h3 {margin:0 auto 1rem auto;text-align:center;font-size:28px;}

/* ---- [ PAGE BUCKETS ] ---- */
/* --- ( Default ) --- */
.pgs.buckets.layout .bucket {height: 25rem;text-align: center;display: flex;align-items: center;justify-content: center;;overflow: hidden;}
.pgs.buckets.layout .bucket img {position:absolute;top:0;left:0;right:0;bottom:0;z-index: 0;width: 100%;height: 100%;object-fit: cover;object-position: center;;transition: all 0.3s;}
.pgs.buckets.layout .bucket .overlay {position:absolute;top:0;left:0;right:0;bottom:0;z-index: 0;opacity:0.85;;}
.pgs.buckets.layout .bucket .overlay.blue {background-color: rgba(0,200,255,1);}
.pgs.buckets.layout .bucket .overlay.red {background-color: rgba(226,44,58,1);}
.pgs.buckets.layout .bucket:hover img {transform: scale(1.1);}
.pgs.buckets.layout .bucket .learnmore {display:inline-block;color:var(--color-white);font-size: 1rem;border-bottom:2px solid var(--color-white);font-weight: 600;}
.pgs.sibling.buckets.layout .txt p {font-size: 1rem;}

/* --- ( New ) --- */
.pgs.buckets.layout.type-hover .overlay {opacity:1;z-index:1;position:absolute;top:auto;left:0;height:30%;right:0;bottom:0;transition: all 0.3s;background: #20438F; background: -webkit-linear-gradient(0deg, rgba(32, 67, 143, 1) 0%, rgba(32, 67, 143, 0) 83%); background: -moz-linear-gradient(0deg, rgba(32, 67, 143, 1) 0%, rgba(32, 67, 143, 0) 83%); background: linear-gradient(0deg, rgba(32, 67, 143, 1) 0%, rgba(32, 67, 143, 0) 83%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#20438F", endColorstr="#20438F", GradientType=0);}
.pgs.buckets.layout.type-hover .txt {position:absolute;top:0;left:0;right:0;bottom:0;padding: 7rem 2rem 2rem 2rem;z-index: 10;text-align: left;color: #fff;opacity: 0;transition: opacity 0.3s;}
.pgs.buckets.layout.type-hover .title {position: absolute;bottom: 0;left: 0;text-align: left;z-index: 5;color:#fff;padding:1rem 0;transition: all 0.3s;}
.pgs.buckets.layout.type-hover .title h2 {color:#fff;border-left:4px solid var(--color-red);padding: 0.5rem 1rem 0.5rem 1rem;}
.pgs.buckets.layout.type-hover .arrow {position: absolute;bottom: 1rem;right: 1rem;z-index: 5;border: 1px solid #fff;padding: 0.5rem;opacity: 0;transition: all 0.3s;}
.pgs.buckets.layout.type-hover .arrow svg {display: block;width: 1rem;height: auto;;}
.pgs.buckets.layout.type-hover .arrow svg path {fill: #fff;}

.pgs.buckets.layout.type-hover .bucket:hover .overlay {background-color: rgba(32, 67, 143,0.85);height: 100%;}
.pgs.buckets.layout.type-hover .bucket:hover .title {bottom:75%;left:0;background-color: #18377a;padding: 0;}
.pgs.buckets.layout.type-hover .bucket:hover .txt {opacity: 1;}
.pgs.buckets.layout.type-hover .bucket:hover .arrow {opacity: 1;}

/* ---- [ OFFSET SLIDER ] ---- */
.offset.slider.layout .as-slider {padding-left:calc((100vw - 1230px) / 2);}
.offset.slider.layout .as-slider .image {position: relative;z-index: 1;;}
.offset.slider.layout .as-slider .slide {padding: 0 0.5rem;position: relative;}
.offset.slider.layout .as-slider .slide:before {pointer-events:none;content:'';z-index:2;opacity:0.5;position:absolute;top:0;left:0.5rem;right:0.5rem;bottom:0;background: #000000; background: -webkit-linear-gradient(2deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%); background: -moz-linear-gradient(2deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%); background: linear-gradient(2deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);}
.offset.slider.layout .as-slider .slide h3 {position: absolute;bottom:0 ;left: 0.5rem;font-size: 1.25rem;color:#fff;border-left:4px solid var(--color-red);padding: 0.5rem 1rem 0.5rem 1rem;z-index: 5;;transition: all 0.3s;}
.offset.slider.layout .as-slider .slide:hover h3 {bottom:75%;background-color: var(--color-blue);}

/* ---- [ HIDE/SHOW ] ---- */
.hideshow.layout .group .flex-buckets {margin: 0 0 2rem 0;}
.hideshow.layout .item {margin:0 0 1rem 0;border:1px solid var(--color-blue);}
.hideshow.layout .item .title {padding:1.15rem 2rem 1rem 1rem;;cursor:pointer;transition:all 0.3s;position:relative;background-color:var(--color-blue);;color:var(--color-white);font-size: 1.15rem;line-height: 1.25em;}
.hideshow.layout .item .title:after {content:'';background:transparent url('images/chevron-down.svg') no-repeat center;width:1rem;height:1rem;background-size:contain;position:absolute;top:1rem;right:1rem;transition:transform 0.3s;}
.hideshow.layout .item .txt {display:none;padding:1rem;}
.hideshow.layout .item.active .title {background: #002a87;}
.hideshow.layout .item.active {border-color: #002a87;}
.hideshow.layout .item.active .title:after {transform:rotate(180deg);}
.hideshow.layout .item.first .txt {display: block;}

/* ---- [ SPECS ] ---- */
.specs.layout .item {font-size: 1.5rem;line-height: 1.25em;margin: 0 0 1rem 0;text-align: left;}
.specs.layout .item .label {font-weight:bold;width:25%;color:rgba(0,200,255,.65);display:inline-block;vertical-align: middle;}
.specs.layout .item .value {width:70%;color:var(--color-white);display:inline-block;vertical-align: middle;}

/* ---- [ TESTIMONIALS ] ---- */
.testimonials.layout.type-default .slide {margin: 0 1rem;}
.testimonials.layout.type-default .slide .inner {height: 20rem;display: flex;align-items: center;justify-content: center;padding: 1rem;font-style: italic;color:var(--color-white);font-size:var(--font-size);}
.testimonials.layout.type-default blockquote {margin: 0;padding: 0;}
.testimonials.layout.type-default .name {line-height: 1.25em;}
.testimonials.layout.type-default img {display: block;position:absolute;top:0;left:0;right:0;bottom:0;width: 100%;height: 100%;object-fit: cover;object-position: center;;}
.testimonials.layout.type-default .overlay {opacity: 0.65;position:absolute;top:0;left:0;right:0;bottom:0;z-index: 0;}
.testimonials.layout.type-default .slide:nth-child(even) .overlay {background-color: rgba(0,200,255,1);}
.testimonials.layout.type-default .slide:nth-child(odd) .overlay {background-color: rgba(226,44,58,1);}

/* Box */
.testimonials.layout.type-box .box {width: 48%;position: relative;bottom:-60px;}
.testimonials.layout.type-box .box .quote {display: block;width: 4rem;height: auto;margin: 0 0 2rem 0;}
.testimonials.layout.type-box .box .inner {background-color: #002a87;text-align: left;padding: 2rem;}
.testimonials.layout.type-box .box h2 {color:#fff;}
.testimonials.layout.type-box .box blockquote {margin: 0;padding: 0;}
.testimonials.layout.type-box .box .name {color:#00c8ff;margin: 1.5rem 0 0 0;}
.testimonials.layout.type-box .box .text {color:#fff;}
.testimonials.layout.type-box .controls {display: flex;align-items: center;justify-content: space-between;}

/* ---- [ STANDOUT ] ---- */
.standout.layout.type-list .item {display: flex;align-items: start;justify-content: start;column-gap: 4rem;margin: 0 0 4rem 0;}
.standout.layout.type-list .item .ico {width: 4rem;}
.standout.layout.type-list .item .ico img {display: block;width: 100%;height: auto;;}
.standout.layout.type-list .item .num {font-size: 4rem;line-height: 1em;font-weight: bold;}
.standout.layout.type-list .item .subtitle {font-size: 1.25rem;font-weight: 600;}
.standout.layout.type-list .l h2 {position: relative;padding: 0 0 1rem 0;}
.standout.layout.type-list .l h2:after {content:'';position:absolute;background-color: #fff;height: 1px;width: 220%;bottom: 0;right:0;left:-100%;}

/* ---- [ SLICK SLIDER ] ---- */
.slick-slider {position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list, .slick-slider .slick-track{-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after, .slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}

/* Arrows */
.slick-arrow {position:absolute;top:50%;transform:translateY(-50%);z-index:3000;color:#fff;cursor:pointer;transition:all 0.2s;}
.slick-arrow svg {display: block;height: 1rem;width: auto;;}
.slick-arrow svg path {fill:rgba(0,200,255,0.75);}
.slick-arrow:hover svg path {fill:rgba(0,200,255,1);}
.slick-prev {left:0;}
.slick-next {right:0;}

/* Dots */
.layout ul.slick-dots, .has-slider ul.slick-dots {display:block;list-style:none;margin:2rem auto 0 auto;padding:0;text-align:center;font-size:0;}
.layout ul.slick-dots li, .has-slider ul.slick-dots li {display:inline-block;margin:0 0.5rem 0 0;}
.layout ul.slick-dots li button, .has-slider ul.slick-dots li button {display:block;width:1rem;height:0.2rem;border:0 none;background:#1c5f9d;cursor:pointer;}
.layout ul.slick-dots li.slick-active button, .has-slider ul.slick-dots li.slick-active button {background:#00c8ff;}


/* Hero */
#hero .slick-arrow {background-color: rgba(255,255,255,0.5);padding: 1rem;}
#hero .slick-arrow svg polygon {fill:var(--color-blue);transition: fill 0.3s;}
#hero .slick-arrow.slick-prev {clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);padding-right: 1.5rem;}
#hero .slick-arrow.slick-next {clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);padding-left: 1.5rem;}
#hero .slick-arrow:hover {background-color: var(--color-red);}
#hero .slick-arrow:hover svg polygon {fill:var(--color-white);}

/* Testimonials */
.testimonials.layout.type-default .slick-arrow {top:45%;}
.testimonials.layout.type-default .slick-arrow.slick-prev {left:-2rem;}
.testimonials.layout.type-default .slick-arrow.slick-next {right:-2rem;}
.testimonials.layout.type-default .slick-arrow svg {height: 3rem;}

/* Gallery */
.gallery.slider.layout .slick-arrow {top:45%;}
.gallery.slider.layout .slick-arrow.slick-prev {left:1rem;}
.gallery.slider.layout .slick-arrow.slick-next {right:1rem;}
.gallery.slider.layout .slick-arrow svg {height: 3rem;}

/* Offset */
.offset.slider.layout .controls {display: flex;align-items: center;justify-content: end;column-gap: 1rem;}
.offset.slider.layout .slick-arrow {position:relative;top:auto;left:auto;right:auto;bottom:auto;transform:translate(0,0);}
.offset.slider.layout .slick-arrow.slick-prev, .offset.slider.layout .slick-arrow.slick-next {position:relative;top:auto;left:auto;right:auto;bottom:auto;transform:translate(0,0);}
.offset.slider.layout .slick-arrow svg {height: 1rem;}
.offset.slider.layout .slick-arrow svg polygon {fill:var(--color-blue);transition: fill 0.3s;}
.offset.slider.layout .slick-arrow:hover svg polygon {fill:var(--color-red);}

/* Logos Alt */
.logos.layout.alt .controls {display: flex;align-items: center;justify-content: end;column-gap: 1rem;}
.logos.layout.alt .slick-arrow {position:relative;top:auto;left:auto;right:auto;bottom:auto;transform:translate(0,0);}
.logos.layout.alt .slick-arrow.slick-prev, .logos.layout.alt .slick-arrow.slick-next {position:relative;top:auto;left:auto;right:auto;bottom:auto;transform:translate(0,0);}
.logos.layout.alt .slick-arrow svg {height: 1rem;}
.logos.layout.alt .slick-arrow svg polygon {fill:var(--color-blue);transition: fill 0.3s;}
.logos.layout.alt .slick-arrow:hover svg polygon {fill:var(--color-red);}

/* Testimonials Box */
.testimonials.layout.type-box .controls {display: flex;align-items: center;justify-content: space-between;background-color: var(--color-red);padding: 1rem 2rem;}
.testimonials.layout.type-box .controls .arrows {display: flex;align-items: center;justify-content: start;column-gap: 1rem;}
.testimonials.layout.type-box .slick-dots {margin: 0;}
.testimonials.layout.type-box .slick-arrow {position:relative;top:auto;left:auto;right:auto;bottom:auto;transform:translate(0,0);}
.testimonials.layout.type-box .slick-arrow.slick-prev, .testimonials.layout.type-box .slick-arrow.slick-next {position:relative;top:auto;left:auto;right:auto;bottom:auto;transform:translate(0,0);}
.testimonials.layout.type-box .slick-arrow svg {height: 1rem;}
.testimonials.layout.type-box .slick-arrow svg polygon {fill:var(--color-white);transition: fill 0.3s;}
.testimonials.layout.type-box .slick-arrow:hover svg polygon {fill:var(--color-blue);}
.testimonials.layout.type-box ul.slick-dots li button {display:block;width:1rem;height:0.2rem;border:0 none;background:rgba(255,255,255,0.55);cursor:pointer;}
.testimonials.layout.type-box ul.slick-dots li.slick-active button {background:#fff;}


/* ------------------------------------------ */
/* ---------- [ LAYOUT (OTHERS) ] ----------- */
/* ------------------------------------------ */
/* Centering */
.v-center {position:absolute;top:50%;transform:translateY(-50%);}
.h-center {position:absolute;left:50%;transform:translateX(-50%);}
.all-center {position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);}

/* CSS Columns */
ul.columns {margin:0;padding:0;}
ul.columns li {list-style-position:inside;-webkit-column-break-inside:avoid;page-break-inside:avoid;break-inside:avoid;}
.w-two-col, .w-three-col, .w-four-col, .w-five-col, .w-six-col {column-gap:50px;}
.w-two-col {column-count:2;}
.w-three-col {column-count:3;}
.w-four-col {column-count:4;}
.w-five-col {column-count:5;}
.w-six-col {column-count:6;}

/* Old Style Columns */
.container {position:relative;}
.constrain {position:relative;width:100%;height:100%;overflow:hidden;}
.outer-col {position:relative;font-size:0;vertical-align:top;}
.col {font-size:16px;vertical-align:top;}

/* Border */
.border-t {border-top:1px solid #000000;}
.border-b {border-bottom:1px solid #000000;}
.border-r {border-right:1px solid #000000;}
.border-l {border-left:1px solid #000000;}
.divider {width:100%;height:2px;background-color: var(--color-grey);}

/* Row */
.row {margin-bottom:2%;}
.row:last-child {margin-bottom:0;}
.unrow {margin-bottom:-2%;}

/* Layout Padding/Margin */
.w-pad-dtb {padding-top:4em;padding-bottom:4em;}
.w-pad-dlr {padding-right:4em;padding-left:4em;}
.w-pad-dtop {padding-top:4em;}
.w-pad-dbottom {padding-bottom:4em;}
.w-pad-dleft {padding-left:4em;}
.w-pad-dright {padding-right:4em;}
.w-pad-tb {padding-top:2em;padding-bottom:2em;}
.w-pad-lr {padding-right:2em;padding-left:2em;}
.w-pad-top {padding-top:2em;}
.w-pad-bottom {padding-bottom:2em;}
.w-pad-left {padding-left:2em;}
.w-pad-right {padding-right:2em;}
.w-pad-htb {padding-top:1em;padding-bottom:1em;}
.w-pad-hlr {padding-right:1em;padding-left:1em;}
.w-pad-htop {padding-top:1em;}
.w-pad-hbottom {padding-bottom:1em;}
.w-pad-hleft {padding-left:1em;}
.w-pad-hright {padding-right:1em;}
.w-margin-dtb {margin-top:4em;margin-bottom:4em;}
.w-margin-dlr {margin-right:4em;margin-left:4em;}
.w-margin-dtop {margin-top:4em;}
.w-margin-dbottom {margin-bottom:4em;}
.w-margin-dleft {margin-left:4em;}
.w-margin-dright {margin-right:4em;}
.w-margin-tb {margin-top:2em;margin-bottom:2em;}
.w-margin-lr {margin-right:2em;margin-left:2em;}
.w-margin-top {margin-top:2em;}
.w-margin-bottom {margin-bottom:2em;}
.w-margin-left {margin-left:2em;}
.w-margin-right {margin-right:2em;}
.w-margin-htb {margin-top:1em;margin-bottom:1em;}
.w-margin-hlr {margin-right:1em;margin-left:1em;}
.w-margin-htop {margin-top:1em;}
.w-margin-hbottom {margin-bottom:1em;}
.w-margin-hleft {margin-left:1em;}
.w-margin-hright {margin-right:1em;}
.gutter-dtb {margin-top:32px;margin-bottom:32px;}
.gutter-dlr {margin-right:32px;margin-left:32px;}
.gutter-dtop {margin-top:32px;}
.gutter-dleft {margin-left:32px;}
.gutter-dright {margin-right:32px;}
.gutter-dbottom {margin-bottom:32px;}
.gutter-tb {margin-top:16px;margin-bottom:16px;}
.gutter-lr {margin-right:16px;margin-left:16px;}
.gutter-top {margin-top:16px;}
.gutter-left {margin-left:16px;}
.gutter-right {margin-right:16px;}
.gutter-bottom {margin-bottom:16px;}
.gutter-htb {margin-top:8px;margin-bottom:8px;}
.gutter-hlr {margin-right:8px;margin-left:8px;}
.gutter-htop {margin-top:8px;}
.gutter-hleft {margin-left:8px;}
.gutter-hright {margin-right:8px;}
.gutter-hbottom {margin-bottom:8px;}
.m-auto {margin-right:auto;margin-left:auto;}
.m-right {margin-right:0;margin-left:auto;}

/* Spacing Reversal */
.unpush {margin-bottom:-2em;}
.unbucket {margin-bottom:-4em;}

/* Layout Align */
.table {display:table;}
.table-cell {display:table-cell;table-layout:fixed;}
.text table {display:table;border-collapse:collapse;width:100%;table-layout:fixed;}
.text table th, .text table td {padding:8px;border:1px solid #000;line-height:1.5em;text-align:center;}
.text table tr th, .text table td.blue {background:#20438f;color:#fff;}
.text table td.has_inner, .text table tr th.has_inner {margin:0;padding:8px 0 0 0;}
.text table td.has_inner span, .text table tr th.has_inner span {padding:0 8px;}
.text table table {margin:0;padding:0;border-collapse:collapse;}
.text table table td {border:0 none;}
.text table p {font-size:15px;color:#000;line-height:1.5em;margin:0;}
.text table .empty {background:transparent!important;border:0 none;}
.text table table td {width:33.3333%;}
.left table, .right table {width:auto;}

.elementor-element table {display:table;border-collapse:collapse;width:100%;table-layout:fixed;}
.elementor-element table th, .elementor-element table td {padding:8px;border:1px solid #000;line-height:1.5em;elementor-element-align:center;}
.elementor-element table tr th, .elementor-element table td.blue {background:#20438f;color:#fff;}
.elementor-element table td.has_inner, .elementor-element table tr th.has_inner {margin:0;padding:8px 0 0 0;}
.elementor-element table td.has_inner span, .elementor-element table tr th.has_inner span {padding:0 8px;}
.elementor-element table table {margin:0;padding:0;border-collapse:collapse;}
.elementor-element table table td {border:0 none;}
.elementor-element table p {font-size:15px;color:#000;line-height:1.5em;margin:0;}
.elementor-element table .empty {background:transparent!important;border:0 none;}
.elementor-element table table td {width:33.3333%;}

.left table, .right table {width:auto;}
.v-top {vertical-align:top;}
.v-mid {vertical-align:middle;}
.v-bot {vertical-align:bottom;}
.left-wrap, .left {float:left;}
.right-wrap, .right {float:right;}
.left-wrap, .right-wrap {width:48%;}
.left-wrap {clear:both;}
.collapse, .inline {display:inline-block;}
.block {display:block;}
.t-left {text-align:left;}
.t-right {text-align:right;}
.t-center {text-align:center;}
.aligncenter {float:none;clear:both;margin-right:auto;margin-left:auto;max-width:100%;height:auto;width:100%;height:auto;}
.alignright {float:right;margin:0 0 1em 1em;max-width:100%;height:auto;}
.alignleft {float:left;margin:0 1em 1em 0;max-width:100%;height:auto;}
.alignnone {max-width:100%;height:auto;}

/* Abs */
.pos-reset {position:relative;top:auto;left:auto;right:auto;bottom:auto;transform:translate(0,0);}
.pos-top-lr {position:absolute;top:0;left:0;right:0;}
.pos-bottom-lr {position:absolute;bottom:0;left:0;right:0;}

/* Text */
.text {color:#000000;} /* Base Color */
.text p {color:inherit;font-size:var(--font-size);}
.text p:last-child {margin:0;padding:0;}
.text ol, .text ul {margin:0 0 1rem 1rem;padding:0 0 0 18px;}
.text ol li, .text ul li {line-height:1.5em;margin:0 0 0.15em 0;}
.text iframe {display:block;}
.elementor-element {color:#000000;} /* Base Color */
.elementor-element p {color:inherit;font-size:var(--font-size);}
.elementor-element p:last-child {margin:0;padding:0;}
.elementor-element ol, .elementor-element ul {margin:1rem 0 1rem 1rem;padding:0 0 0 18px;font-size:var(--font-size);}
.elementor-element ol li, .elementor-element ul li {line-height:1.5em;margin:0 0 0.15em 0;}
.elementor-element iframe {display:block;}
.e-hotspot .e-hotspot__tooltip p {font-size: 14px;margin: 0;line-height: 1em;}
.elementor-widget-hotspot .e-hotspot__tooltip {white-space: unset;padding: 1rem;}
.elementor-widget-hotspot .e-hotspot__tooltip p {margin: 0 0 1rem 0;line-height: 1.5em;}
.elementor-widget-hotspot .e-hotspot__tooltip p:last-child {margin: 0;}

/* Adjustments */
.bg-dark .text, .txt-white {color:#ffffff;}
.bg-light .text, .txt-dark {color:#000000;}
.txt-heading {font-family: 'Source Serif 4',serif;}
.txt-normal {font-family: 'Overpass',serif;}

/* Colors */
.text .txt-black, .txt-black {color:var(--color-black);}
.text .txt-white, .txt-white {color:var(--color-white);}
.text .txt-red, .txt-red {color:var(--color-red);}
.text .txt-blue, .txt-blue {color:var(--color-blue);}

/* Sizes */
.txt-smallest {font-size:0.625rem;line-height: 1.25em;}
.txt-smaller {font-size:0.75rem;line-height: 1.25em;}
.txt-small {font-size:0.875rem;line-height: 1.25em;}
.txt-base {font-size:var(--font-size);line-height: 1.25em;}
.txt-mid {font-size:1.125rem;line-height: 1.25em;}
.txt-midder {font-size:1.25rem;line-height: 1.25em;}
.txt-middest {font-size:1.375rem;line-height: 1.25em;}
.txt-large {font-size:1.5rem;line-height: 1.25em;}
.txt-larger {font-size:1.625rem;line-height: 1.25em;}
.txt-largest {font-size:1.75rem;line-height: 1.25em;}

/* ---------- [ IMAGE ] ---------- */
.image {position:relative;overflow:hidden;}
.image:not(.natural) > img {display:block;position:absolute;top:0;left:0;right:0;width:100%;height:100%;object-fit:cover;object-position:center;}
.image.natural > img {position:relative;width:100%;height:auto;max-width:100%;object-fit:unset;top:auto;left:auto;right:auto;}
.image.shorter {width:100%;padding-bottom:25%;}
.image.short {width:100%;padding-bottom:40%;}
.image.half {width:100%;padding-bottom:50%;}
.image.unsquare {width:100%;padding-bottom:85%;}
.image.square {width:100%;padding-bottom:100%;}
.woocommerce ul.products li.product a img, .image.square.contain > img {width: 100%;height: 100%;object-fit: contain;object-position: center;padding:0.5rem;}
.image.rectangular {width:100%;padding-bottom:111.5%;}
.image.headshot {width:100%;padding-bottom:111.5%;}
.image.tall {width:100%;padding-bottom:125%;}

.woocommerce ul.products li.product a .zoom > img {transition: all 0.3s;transform: scale(1);}
.woocommerce ul.products li.product:hover a .zoom > img {transform: scale(1.05);}

/* Alignment */
.image > .obj-c-t {object-position:center top;}
.image > .obj-c-c {object-position:center center;}
.image > .obj-c-b {object-position:center bottom;}
.image > .obj-l-t {object-position:left top;}
.image > .obj-l-c {object-position:left center;}
.image > .obj-l-b {object-position:left bottom;}
.image > .obj-r-t {object-position:right top;}
.image > .obj-r-c {object-position:right center;}
.image > .obj-r-b {object-position:right bottom;}

/* ---------- [ BG ] ---------- */
.bg {background-repeat:no-repeat;background-size:cover;}
.bg-image {background-position:center;background-size:cover;}
.bg-top {background-position:top center;}
.bg-contain {background-size:contain;}
.lt {background-position:left top;}
.lc {background-position:left center;}
.lb {background-position:left bottom;}
.rt {background-position:right top;}
.rc {background-position:right center;}
.rb {background-position:right bottom;}
.ct {background-position:center top;}
.cc {background-position:center;}
.cb {background-position:center bottom;}

/* Colors */
.bg-white {background-color:var(--color-white);;}
.bg-near-black {background-color:var(--color-near-black);}
.bg-black {background-color:var(--color-black);}
.bg-grey {background-color:var(--color-grey);}
.bg-mid-grey {background-color:var(--color-mid-grey);}
.bg-dark-grey {background-color:var(--color-dark-grey);}
.bg-image.bg-dark:after {content:'';position:absolute;top:0;left:0;right:0;bottom:0;z-index: 1;background-color: rgba(0,0,0,.75);}
.bg-image.bg-dark.overlay-red:after {background-color: rgba(226,44,58,.65);}
.bg-image.bg-dark.overlay-blue:after {background-color: rgba(31, 67, 145, 0.85);}
.overlay-gradient.top.white:after {content:'';position:absolute;top:0;left:0;right:0;bottom:0;z-index: 1;background: #FFFFFF; background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 35%, rgba(255, 255, 255, 0) 100%); background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 35%, rgba(255, 255, 255, 0) 100%); background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 35%, rgba(255, 255, 255, 0) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#FFFFFF", GradientType=0);}
.bg-video:after {content:'';position:absolute;top:0;left:0;right:0;bottom:0;z-index: 1;background-color: rgba(31, 67, 145, .75);}
.bg-vid {position: fixed;right:0;left:0;bottom:15vh;top:15vh;display:block;width: 100%;height: 100%;z-index: 0;object-fit: cover;}

/* ---------- [ Embed ] ---------- */
.embed-outer {position:relative;overflow:hidden;height:0;max-width:100%;padding-bottom:56.25%;} 
.embed-outer video, .embed-outer iframe, .embed-outer object, .embed-outer embed {position:absolute;top:0;left:0;width:100%;height:100%;}
.embed-outer.map {padding-bottom:60%;}

.video.layout .embed-outer {overflow:hidden;border-radius:5px;cursor:pointer;}
.video.layout .embed-outer:before {content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:5rem;height:5rem;background:url('images/play.svg') no-repeat center;background-size:contain;transition:width 0.3s, height 0.3s;pointer-events:none;}
.video.layout .embed-outer:hover:before {width:6rem;height:6rem;}
.video.layout .embed-outer.loaded .video.loader {display:none;}
.video.layout .embed-outer.loaded:before {display:none;}

.video.layout.autoplay {width: 50%;margin:0 auto;}

/* ------------------------------------------ */
/* --------------- [ FORMS ] ---------------- */
/* ------------------------------------------ */
/* General */
.gform_confirmation_wrapper {line-height:2em;}
.gfield--type-honeypot {display: none!important;}
.gform_wrapper .gform_body {margin:0;padding:0;list-style:none;overflow: hidden;text-align: left;}
.gform_wrapper .gform_body fieldset {border:0 none;padding:3rem 1rem 1rem 1rem;background:#eee;border-radius:5px;}
.gform_wrapper .gform_body .gfield, .gform_wrapper .gform_body .ginput_complex .gform-grid-col {display:block;position:relative;margin:0 0 24px 0;padding:0;background:none;}
.gform_wrapper .gform_body .gfield > label, .gform_wrapper .gform_body .gfield > .gfield_label {display:block;margin:0 0 8px 0;font-weight:bold;}
.gform_wrapper .gform_body .gfield .screen-reader-text,  .gform_wrapper .gform_body .gfield .gfield_description {display:block;margin:8px 0;font-size:14px;}
.gform_wrapper .gform_body .gfield.hidden_label > label {display:none;color:#fff;}
.gform_wrapper .gform_body .gfield_html {margin:0;overflow:hidden;clear:both;}
.gform_wrapper .gform_body .gfield_html.desc {padding:1rem 0;line-height:1.5em;text-align:center;font-size:18px;margin:0 auto 1rem auto}
.gform_wrapper .gform_footer {position:relative;margin-top:1em;text-align:left;}
.gform_wrapper .gform_footer img.gform_ajax_spinner {position:absolute;top:50%;transform:translateY(-50%);left:150px;}
.gform_wrapper .gfield_required.gfield_required_asterisk {color:#d30000;margin-left:3px;display:inline-block;}

/* Hidden Label Focus */
.gform_wrapper .gform_body .gfield.hidden_label > label {display:block;position:absolute;top:15px;left:14px;opacity:0;font-size:0px;color:#000;transition:all 0.2s;font-weight:normal;}
.gform_wrapper .gform_body .gfield.focused.hidden_label > label {display:block;top:-9px;left:4px;opacity:1;color:#fff;font-size:10px;font-weight:bold;transition:all 0.2s;background:#1D003E;padding:0 8px;border-radius:2px;}

/* Columns */
.gform_wrapper .gform_body .ginput_complex .gform-grid-col {display:inline-block;}
.gform_wrapper .gform_body .ginput_complex .ginput_full {display:block;}
.gform_wrapper .gform_body .ginput_complex label {display:block;margin:0 0 3px 0;font-size:14px;}
.gform_wrapper .gform_body .gfield--width-half, .gform_wrapper .gform_body .ginput_complex .ginput_left, .gform_wrapper .gform_body .ginput_complex .ginput_right {display:inline-block;width:50%;vertical-align: top;}
.gform_wrapper .gform_body .gfield--width-half.first, .gform_wrapper .gform_body .ginput_complex .ginput_left {padding-right:1%;}
.gform_wrapper .gform_body .gfield--width-half.last,  .gform_wrapper .gform_body .ginput_complex .ginput_right  {padding-left:1%;}
.gform_wrapper .gform_body .gfield--width-third {display:inline-block;width:33.33333333%;}
.gform_wrapper .gform_body .gfield--width-third.first {padding-right:1%;}
.gform_wrapper .gform_body .gfield--width-third.mid {padding-left:1%;padding-right:1%;}
.gform_wrapper .gform_body .gfield--width-third.last {padding-left:1%;}

/* Inputs */
.gform_wrapper .gform_body .gfield input[type="tel"], 
.gform_wrapper .gform_body .gfield input[type="email"], 
.gform_wrapper .gform_body .gfield input[type="text"], 
.gform_wrapper .gform_body .gfield select, 
.gform_wrapper .gform_body .gfield textarea {display:block;margin:0;padding:12px;border:0 none;width:100%;color:#000;border:1px solid #000000;transition:border 0.2s;}
.gform_wrapper .gform_body .gfield select {cursor:pointer;padding:12px 10px;background: url('images/select.png') no-repeat center right;}
.gform_wrapper .gform_body .gfield .gfield_radio, 
.gform_wrapper .gform_body .gfield .gfield_checkbox {margin:0;padding:0;}
.gform_wrapper .gform_body .gfield .gfield_radio input, 
.gform_wrapper .gform_body .gfield .gfield_checkbox input {margin-right:5px;}
.gform_wrapper .gform_body .gfield .gchoice label {cursor:pointer;}

/* iOS Adjustment */
.gform_wrapper select {-webkit-appearance:none;border-radius:0;background:url('images/select.png') no-repeat center right;background-size:auto 25%;}
.ginput_container_select {position:relative;}

/* Adjust */
.gform_wrapper .gform_body .gfield .ginput_container_date {position:relative;}
.gform_wrapper .gform_body .gfield .ginput_container_date input {display:block;width:100%;padding-right:36px;}
.gform_wrapper .gform_body .gfield .ginput_container_date .ui-datepicker-trigger {position:absolute;top:12px;right:8px;cursor:pointer;}
.gform_wrapper .gform_body .gfield .gfield_list_container {width:100%;}
.gform_wrapper .gform_body .gfield .gfield_list_container input {display:block;width:100%;}
.gform_wrapper .gform_body .gfield .ginput_container .gchoice {display:block;width:100%;margin:0 0 5px 0;}
.gform_wrapper .gform_body .gfield .ginput_container .gchoice:last-child {margin:0;}

/* Focus */
.gform_wrapper .gform_body .gfield input[type="tel"]:focus,
.gform_wrapper .gform_body .gfield input[type="email"]:focus,
.gform_wrapper .gform_body .gfield input[type="text"]:focus,
.gform_wrapper .gform_body .gfield textarea:focus, 
.gform_wrapper .gform_body .gfield select:focus {border-color:#014A8A;transition:border 0.2s;}

/* Placeholder */

.gform_wrapper .gform_body .gfield input[type="tel"]::placeholder,
.gform_wrapper .gform_body .gfield input[type="email"]::placeholder,
.gform_wrapper .gform_body .gfield input[type="text"]::placeholder,
.gform_wrapper .gform_body .gfield textarea::placeholder, 
.gform_wrapper .gform_body .gfield select::placeholder {font-family: 'DM Sans',sans-serif;font-size: 16px;}

/* Triplet */
.gform_wrapper .gform_body .gfield.triplet {margin:0 auto 5rem auto;}
.gform_wrapper .triplet .gfield_checkbox {display:flex;align-items:stretch;justify-content:space-between;text-align:Center;}
.gform_wrapper .triplet .gfield_checkbox .gfield-choice-image-wrapper {display:block;width:100%;padding-bottom:100%;position:relative;cursor:pointer;}
.gform_wrapper .triplet .gfield_checkbox .gfield-choice-image-wrapper img {width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;object-fit:contain;object-position:center;}

/* Focused With Hidden Labels */
.gform_wrapper .gform_body .gfield.focused input[type="tel"],
.gform_wrapper .gform_body .gfield.focused input[type="email"],
.gform_wrapper .gform_body .gfield.focused input[type="text"],
.gform_wrapper .gform_body .gfield.focused textarea, 
.gform_wrapper .gform_body .gfield.focused select {padding:12px;}

/* Validation */
.gform_wrapper p.gform_required_legend {display:block;font-size:14px;margin:0 0 1rem 0;display: none;}
.gform_wrapper .gform_validation_errors {margin:0 0 1em 0;padding:8px;background:#d30000;font-size:14px;color:#fff;}
.gform_wrapper .gform_validation_errors h2 {margin:0;font-size:14px;color:#fff;text-align:center;}
.gform_wrapper .gform_body .gfield .gfield_description.validation_message {margin:0;padding:5px;font-size:12px;color:#fff;background:#d30000;}
.gform_wrapper .gform_body fieldset.gfield .gfield_description.validation_message {margin-top:8px;}
.gform_wrapper .gform_body .gfield_error input::placeholder {color:#dc0000;}
.gform_wrapper .gform_body .gfield_error label {color:#dc0000;}
.gform_wrapper .gform_body .gfield_error input[type="tel"],
.gform_wrapper .gform_body .gfield_error input[type="email"],
.gform_wrapper .gform_body .gfield_error input[type="text"],
.gform_wrapper .gform_body .gfield_error textarea, 
.gform_wrapper .gform_body .gfield_error select {border-color:#dc0000;}
.gform_wrapper .range {display:flex;width:88%;align-items:center;justify-content:space-between;position:relative;margin:0 auto;}
.gform_wrapper .range:after {position:absolute;content:'';width:100%;height:1px;border-top:1px dashed #000;z-index:0;}
.gform_wrapper .range span {display:block;background:#fff;position:relative;z-index:5;padding:1rem;}

#field_2_106, #field_2_73, #field_1_4, #field_1_9, #field_1_12 {clear:both;}
.gform_wrapper .gform_body .gfield .ginput_container .gchoice.gchoice_2_42_8, .gform_wrapper .gform_body .gfield .ginput_container .gchoice.gchoice_2_42_9 {margin-left:1.5rem;}
.gfield--type-html.spaced {margin:2rem 0;}

/* ---- [ Repeater ] ---- */
body .gfield_repeater_items .gfield_repeater_item {display: flex;justify-content: space-between;align-items: flex-end;background-image:url('images/products/EMPTY.jpg');flex-wrap: wrap;}
#field_9_1000 {clear:both;padding-top:2rem;}
body .gfield_repeater legend {clear:both;font-family:'Source Serif 4', serif;font-size:30px;display:block;margin:0 auto;position:relative;top:2rem;color:#1D003E;font-weight:bold;}
body .gfield_repeater_items .gfield_repeater_item {margin:0 0 2rem 0;background-size: auto 100%;background-repeat: no-repeat;background-position: center left;padding-left:85px;}
body .gfield_repeater_items .gfield_repeater_item .gfield_repeater_cell {width:28%;}
body .gfield_repeater_items .gfield_repeater_item .gfield_repeater_cell.d input {pointer-events: none;}
body .gfield_repeater_items .gfield_repeater_item .gfield_repeater_cell.d .ginput_container_number input {pointer-events:all;}
body .gfield_repeater_items .gfield_repeater_item .gfield_repeater_cell:nth-child(1) {width:25%;}
body .gfield_repeater_items .gfield_repeater_item .gfield_repeater_cell:nth-child(1) input,  body .gfield_repeater_items .gfield_repeater_item .gfield_repeater_cell:nth-child(2) input {border:0 none;}
body .gfield_repeater_items .gfield_repeater_item .gfield_repeater_cell:nth-child(2) {width:45%;}
body .gfield_repeater_items .gfield_repeater_item .gfield_repeater_cell:nth-child(2) {padding:0 2.5%;}
body .gfield_repeater_items .gfield_repeater_item .gfield_repeater_cell:nth-child(3) {width:15%;}
body .gfield_repeater_items .gfield_repeater_item .gfield_repeater_cell img {width:50px;height:auto;display:block;}
body .gfield_repeater_items .gfield_repeater_item .gfield_repeater_cell.image {width:50px;}
body .gfield_repeater_items .gfield_repeater_item > div.gfield_repeater_buttons {width:15%;}
body .gfield_repeater_items .gfield_repeater_item .gfield {margin:0;}
body .gfield_repeater_items .gfield_repeater_item .gfield_repeater_cell input, body .gfield_repeater_items .gfield_repeater_item button {height:40px;}
body .gform_wrapper .gfield_repeater_buttons {margin:0;display: flex;justify-content: space-between;align-items: end;}
body .gform_wrapper .gfield_repeater_buttons button {background:#014A8A;padding:8px;display:block;width:100%;width:100%;color:#fff;border:0 none;cursor:pointer;}

/* ---- [ SURVEY ] ---- */
.gform_legacy_markup_wrapper table.gsurvey-likert th.gsurvey-likert-choice-label,  table.gsurvey-likert th.gsurvey-likert-choice-label {background:#1D003E!important;}
.gform_legacy_markup_wrapper table.gsurvey-likert td.gsurvey-likert-choice,  table.gsurvey-likert td.gsurvey-likert-choice {background-color:#fff!important;padding:1rem!important;}

/* Adjust */
.has-deg .ginput_container {display:flex;}
.gform_wrapper .gform_body .gfield.has-deg .ginput_container input {width:100%;}
.gform_wrapper .gform_body .gfield.has-deg .ginput_container select {width:25%;}
.has-pressure .ginput_container {display:flex;}
.gform_wrapper .gform_body .gfield.has-pressure .ginput_container input {width:100%;}
.gform_wrapper .gform_body .gfield.has-pressure .ginput_container select {width:25%;}

/* Loader */
.gform_footer {display:flex;align-items:center;justify-content:start;column-gap:1rem;}
.gform-loader {display:block;width:1rem;height:1rem;background:url('images/loader.svg') no-repeat center;background-size:contain;}

/* ---------- [ OVERRIDES ] ---------- */
.ani {will-change:auto;transition:all 0.2s;}
.a {will-change:color, background-color;transition:color 0.2s, background-color 0.2s;}
.hide {display:none;}
.show {display:block;}
.clear {clear:both;}
.rel {position:relative;}
.zup {z-index:100;}
.zupr {z-index:200;}
.o-visible {overflow:visible}
.o-hidden {overflow:hidden;}
.m-img {max-width:100%;height:auto;}
.mm-img {width:100%;min-width:100%;max-width:100%;height:auto;}

/* ---- [ MODAL ] ---- */
#toc-export {padding:2rem;background:var(--color-blue);width:100%;max-width:500px;}
#toc-export .fancybox-button svg path {fill:#fff;}
#export-thanks, #export-thanks p {color: #fff;text-align: center;font-size: 1.15rem;}

/* ---------- [ MOBILE ] ---------- */
.mobile-toggle {display:none;position:fixed;bottom:15px;right:15px;border:0;margin:0;padding:0;background:#222F5D;border-radius:100%;width:50px;height:50px;z-index:100000;}
.mobile-toggle .rel {width:28px;height:24px;}
.mobile-toggle .line {position:absolute;width:28px;height:4px;transition:all 0.2s;border-radius:6px;background:#fff;}
.mobile-toggle .first {top:2px;}
.mobile-toggle .second {top:10px;}
.mobile-toggle .second.hidden {opacity:0;}
.mobile-toggle .third {bottom:2px;}

.mobile-toggle.active .line {transition:all 0.2s;}
.mobile-toggle.active .line.first {opacity:0;}
.mobile-toggle.active .line.second {opacity:1;transform:rotate(45deg);}
.mobile-toggle.active .line.second.hidden {opacity:1;transform:rotate(-45deg);}
.mobile-toggle.active .line.third {opacity:0;}

/* ---------- [ GUIDANT ] ---------- */
#wrapper .wpguidant_front_guide_block {margin:5rem auto 0 auto;background: var(--color-grey) url('https://www.everlastingvalveusa.com/wp-content/themes/ev/images/bg-footer.png') no-repeat center;background-size: cover;}
#wrapper .elementor-shortcode .wpguidant_container h4, #wrapper .elementor-shortcode .wpguidant_container .wpguidantguide_intro h3 {color:#20438f;}
#wrapper .wpguidant_front_guide_block .wpguidantguide_filter_cards_container .wpguidantguide_single_card p {padding: 0 1rem;}
#wrapper .wpguidant_front_guide_block .wpguidantguide_filter {border:0 none;}

#wrapper .wpguidantguide_filter_cards_container .wpguidantguide_single_card {border-color:var(--color-blue);padding:0 0 2rem 0;overflow:hidden;}
#wrapper .wpguidantguide_filter_cards_container .wpguidantguide_single_card.active {border-color:var(--color-red);}
#wrapper .wpguidantguide_filter_cards_container .wpguidantguide_single_card img {margin:0 auto;padding:0;width:100%;object-fit:cover;height:10rem;}
#wrapper .wpguidantguide_filter_cards_container .wpguidantguide_single_card h4 {padding:1rem 0;margin:0 auto;}

#wrapper .wpguidantguide_action_btn {border: 0 none;background:var(--color-red);padding:.75rem 4rem .75rem 4rem;transition:all 0.3s;}
#wrapper .wpguidantguide_action_btn:hover {background:var(--color-blue);}

#wrapper .wpguidantguide_action_btn.wpguidantguide_btn_prev {border: 0 none;background:var(--color-red-dark);padding:.75rem 4rem .75rem 4rem;transition:all 0.3s;color:#fff;}
#wrapper .wpguidantguide_action_btn.wpguidantguide_btn_prev:hover {background:var(--color-black);}
#wrapper .wpguidantguide_filter[data-filter_id="713895"] .wpguidantguide_single_card {width:23%;}

/* ---------- [ reCaptcha ] ---------- */
.captcha {font-size:12px;}
.grecaptcha-badge {visibility:hidden;}
.gform_validation_container {visibility:hidden;}

/* DTD */
.by {display: block;margin: 1rem 0 0 0;font-size: 0.9rem;}
.screen-reader-text {border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal !important;}

/* Translate */
#nav .a.gtranslate {margin-left: 1rem;}
#nav .gtranslate_wrapper  .gt_switcher {margin:0 0 0 auto;}
#nav .gt_float_switcher {display: block;}
#nav .a.ico.gtranslate .gtranslate_wrapper {position:relative;top:auto;left:auto;right:auto;bottom:auto;transform:translate(0,0);}
#nav .gt_float_switcher .gt-selected .gt-current-lang {display: flex;align-items: center;justify-content: center;padding: 5px;border-radius: 3px;font-size: 1rem;}
#nav .a.ico.gtranslate img {margin-left: 0;}
#nav .gt_float_switcher img {width: 24px;;}
#nav .gt_float_switcher .gt_options {position: absolute;background-color: #fff;width: 100%;min-width: 230px;font-size:1rem;}
#nav .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {display: none!important;}

/* ---- [ SHOP ] ---- */
.main-shop #shop-list {padding-top: 0;}
#shop-list .l h3.main-title {font-size: 1.125rem;}
.woof_show_mobile_filter {display: none;}
.woof_container_inner h4 {font-size: 1rem;}
.woof_search_is_going nav.woocommerce-breadcrumb {display: block;}
.woocommerce .woocommerce-breadcrumb {margin: 0 0 2rem 0;color: #767676;font-size: .92em;}
.woocommerce .woocommerce-breadcrumb a {color: #767676;font-size: .92em;}
.woocommerce .woocommerce-breadcrumb a:hover {color: var(--color-red);}
.wc-category-anchor-nav ul {list-style: none;margin: 0;padding: 0;display: flex;align-items: center;justify-content: center;flex-wrap: wrap;gap:1rem;}
.wc-category-anchor-nav ul li a {display: block;background-color: #e22c3a;color:#fff;padding:0.75rem 1rem;border-radius: 0.25rem;}
.wc-category-anchor-nav ul li a:hover {background-color: #20438f;}
#shop-list .woocommerce .products ul, #shop-list .woocommerce ul.products {display: flex;align-items: start;justify-content: start;flex-wrap: wrap;row-gap: 3rem;column-gap: 3%;}
#shop-list .woocommerce .products ul:before, #shop-list .woocommerce ul.products:before {display: none;}
#shop-list .woocommerce .products ul li, #shop-list .woocommerce ul.products li {width: 31.25%;margin: 0;float: none;clear: both;}
#shop-list .woocommerce .products ul li .product-sku {position: absolute;top:1rem;right: 1rem;}
#shop-list .woocommerce ul.products li {padding:0 1rem 0.5rem 1rem;border:1px solid #eee;overflow:hidden;}
#shop-list ul li .product-sku {position:absolute;z-index:5;right:0;top:1rem;font-size:0.75rem;background:#002a87;;color:#fff;padding:0.25rem 0.4rem;}
#shop-list .woocommerce ul.products li.product .woocommerce-loop-product__title {height: 3.5lh;overflow: hidden;}
#wpguidantguide_best_result_container #shop-list .woocommerce ul.products li.product .woocommerce-loop-product__title {height: auto;}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {float: none;clear: both;width: 100%;;}
#shop-list .woof_products_top_panel {width:70%;}
#shop-list .woof_products_top_panel li button {margin:0;padding:0;background:#e22c3a;color:#fff;padding:0.5rem;border:0 none;cursor:pointer;}
#shop-list .woof_products_top_panel li button:hover {background-color: #000;}
#shop-list .woof_products_top_panel li > ul > li:first-child {font-weight:bold;}
#shop-list .woof_products_top_panel li span, .woof_products_top_panel2 li span { background: url(https://www.everlastingvalveusa.com/wp-content/themes/ev/images/icons/ico-no.png); background-size: 14px 14px; background-repeat: no-repeat; background-position: right; }
#yith-ywraq-form .update-list-wrapper input[type="submit"] {padding-left:2rem;padding-right: 2rem;}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {display: none;}
.lower .shipping-timeline, .lower .product_meta {display: none;}
#primary form.cart:has(#yith-wapo-container .yith-wapo-block) {display:flex!important;flex-wrap:wrap;}
#primary form.cart:has(#yith-wapo-container .yith-wapo-block) #yith-wapo-container {order:1;}
#primary form.cart:has(#yith-wapo-container .yith-wapo-block) .quantity {order:2;}
#primary form.cart:has(#yith-wapo-container .yith-wapo-block) .yith-ywraq-add-to-quote {order:3;}
#primary #yith-wapo-container .yith-wapo-block {justify-content:start;column-gap:2%;}
#primary #yith-wapo-container .yith-wapo-block .yith-wapo-addon {width:23.5%;}
#primary .lower {margin-bottom: 2rem;}

.wpguidant_guide.loading .wpguidant_front_guide_block {position:relative;}
.wpguidant_guide.loading .wpguidant_front_guide_block:after {content:'';margin:2rem auto 0 auto;padding:4rem;display:block;background:url('https://www.everlastingvalveusa.com/wp-content/themes/ev/images/loader.svg') no-repeat center;background-size:contain;}

/* Thumbs */
.woocommerce-product-gallery .flex-viewport {border:1px solid #eee;}
.woocommerce div.product div.images .flex-control-thumbs {display:flex;align-items:center;justify-content:start;margin: 0 -0.25rem;}
.woocommerce div.product div.images .flex-control-thumbs li {width:20%;padding:0.25rem;}
.woocommerce div.product div.images .flex-control-thumbs li img {border:1px solid #ccc;}

/* Details */
#main .woocommerce-product-attributes.shop_attributes {margin:padding:0;border-collapse:collapse;border-right:1px dotted rgba(0,0,0,.1);}
#main .woocommerce-product-attributes.shop_attributes tr th {background:#20438f;color:#fff;text-align:left;padding:.25rem 0.5rem;font-size:0.9rem;}
#main .woocommerce-product-attributes.shop_attributes tr td {padding:0.5rem 0.75rem;font-size:0.9rem;}

/* ---- [ PRODUCT IMAGE ] ---- */
#main .product .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {position:relative;padding-bottom:100%;}
#main .product .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img {position:Absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;object-fit:contain;object-position:Center;}
#main .woocommerce div.product div.images .flex-control-thumbs li img {object-fit:contain;}
.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {filter: invert(1)!important;}
#photoswipe-fullscreen-dialog {z-index:999999;}
#photoswipe-fullscreen-dialog .pswp__ui--fit .pswp__top-bar {background:#000;}
#photoswipe-fullscreen-dialog .pswp__bg {background:rgba(255,255,255,0.99);}

/* ---- [ PRODUCT -- ADD TO CART ] ---- */
.woocommerce div.product .product_title {margin: 0;font-size: 2.5rem;}
.woocommerce div.product .shipping-timeline {margin: 0 0 1rem 0;}
.woocommerce div.product form.cart .quantity .qty {padding: 0.55rem 0;}
.woocommerce div.product form.cart .variations tr {display: block;text-align: left;margin: 0 0 1rem 0;}
.woocommerce div.product form.cart .variations th.label {display: block;}
.woocommerce div.product form.cart .variations td.value {display: block;}
.woocommerce div.product form.cart .variations select {appearance: none; background: #fff; cursor: pointer; border: 2px solid rgba(152,152,152,0.34); height: 4rem; font-weight: 700; padding: 0 2rem 0 1.5rem; width: 100%; font-size: 1.0625rem; background: url('images/select.svg') no-repeat; background-size: auto; background-position: 94%; transition: border 0.3s;}
.woocommerce div.product .product_meta > span {font-weight:bold;display: block;margin: 0 0 0.5rem 0;line-height: 1.5em;}
.woocommerce div.product .product_meta > span.posted_in {display: none;}
.woocommerce div.product .product_meta > span span {font-weight: normal;}
.woocommerce div.product .woocommerce-variation-price {font-size: 1.5rem;margin: 0 0 1rem 0;}
.woocommerce ul.products li.product .price {color:#20438f;font-weight: bold;display: none;}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {color: #000;}

/* ---- [ PRODUCT --- RAQ ] ---- */
#main .yith-ywraq-add-to-quote {display:flex;flex-wrap:wrap;align-items:start;gap:1rem;margin:2rem 0;}
#main .yith_ywraq_add_item_product_message  {order:2;display:inline-block;margin:0;color:var(--color-blue);padding:0.25rem;text-align:center;;font-weight:bold;border-bottom:1px solid var(--color-blue);}
#main .yith_ywraq_add_item_browse_message {order:1;flex-shrink:0;width:100%;}
#main .yith_ywraq_add_item_browse_message a {display:inline-block;position:relative;margin:0;padding:0.75rem 4rem 0.75rem 4rem;font-weight:600;border:0 none;font-size:var(--font-size);line-height:1em;color:#ffffff;cursor:pointer;transition:background 0.2s, border 0.2s, color 0.2s;clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);}
#main .yith_ywraq_add_item_browse_message a {background:var(--color-red);color:var(--color-white);border-bottom:2px solid var(--color-red-dark);}
#main .yith_ywraq_add_item_browse_message a:hover {background:var(--color-blue);color:var(--color-white);border-color:var(--color-blue);}
.woocommerce #yith-ywraq-form table.shop_table td {padding:1rem;}
#yith-ywraq-default-form .raq-send-request-row input.button.raq-send-request {padding:0.75rem 3rem;}
#yith-ywraq-form .product-name a {font-weight:bold;font-size:1.5rem;line-height:1em;color:var(--color-red);}
#yith-ywraq-form .product-name ul {margin:1rem 0!important;padding:0;column-count:2;list-style:none;}
#yith-ywraq-form .product-name ul br {display:none;}
#yith-ywraq-form .product-name ul li strong {font-size:1.15rem;color:var(--color-blue);}
#yith-ywraq-form .product-name ul li {margin:0 0 1rem 0;break-inside:avoid;color:#000;}
#wrapper .yith-ywraq-before-table {margin:0 0 2rem 0;}
#wrapper .yith-ywraq-before-table a.button {margin:0 0 2rem 0;padding: 0.75rem 2rem;}
.woocommerce form .form-row label {font-weight: bold;}

.yith-wapo-container {margin: 0 0 2rem 0;}
.yith-wapo-block {display:flex;align-items:start;justify-content:space-between;flex-wrap:wrap;width:100%;flex:1;row-gap:1rem;}
.yith-wapo-block .yith-wapo-addon {width:49%;margin:0 0 1rem 0;margin:0!important;}
.yith-wapo-block div.yith-wapo-addon .options.per-row-1 {width:100%!important;}
.yith-wapo-block .yith-wapo-addon .addon-header {display:block;}
.yith-wapo-block .addon-header h3 {font-weight:bold;margin:0 0 0.5rem 0;}
.yith-wapo-block .options-container select {padding:0.5rem;width:100%;cursor: pointer;}
#main .yith-ywraq-add-to-quote {margin:0;}
#main .yith-ywraq-add-to-quote a {margin:0;}
#wapo-total-price-table {display:none!important;}

/* ---- [ PAGE -- RAQ ] ---- */
#yith-ywrq-table-list th {background:var(--color-blue);color:#fff;}

#yith-ywrq-table-list td.product-remove {width:5%;}
#yith-ywrq-table-list td.product-thumbnail {width:20%;}
#yith-ywrq-table-list td.product-name {width:70%;}
#yith-ywrq-table-list td.product-quantity{width:5%;}

#yith-ywrq-table-list td.product-thumbnail a {width:100%;padding-bottom:100%;position:relative;display:block;border:1px solid #ccc;}
#yith-ywrq-table-list td.product-thumbnail a > img {position:absolute;height:100%;width:100%;object-fit:contain;padding:1rem;}
#yith-ywrq-table-list td.product-quantity input {padding:0.35rem;display:block;width:100%;}

#yith-ywraq-mail-form .form-row .raq-send-request {padding:0.75rem 2rem;margin:0 auto;display:block;}

/* ---- [ PRODUCT -- TEXT ] ---- */
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {color:#20438f;font-weight: bold;}
.woocommerce .single-product .product-type-variable p.price {display: none;}

/* ---- [ BUTTONS -- CART ] ---- */
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link), .woocommerce .woocommerce-message .button, .woocommerce li.product .button, .woocommerce form.cart .button {background-color: #e22c3a;color:#fff;padding: .618em 2rem;border: 0 none;}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):hover, .woocommerce .woocommerce-message .button:hover, .woocommerce li.product .button:hover, .woocommerce form.cart .button:hover {background-color: #000;color:#fff;}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):disabled {opacity: 0.5;}
.woocommerce form.cart .button.disabled {background-color: #e22c3a;}

/* ---- [ CART ] ---- */
.wc-block-cart__empty-cart__title.with-empty-cart-icon:before {}
.wc-block-components-validation-error>p {line-height: 1.25em;}
.woocommerce ul.products li.product .button {font-size: 14px;padding: 0.75rem 1.875rem 0.875rem 1.875rem;width: 100%;display: block;text-align: center;}

/* ---- [ CHECKOUT ] ---- */
#main .wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {background:#e22c3a;color:#fff;border:0 none;}
#main .wc-block-components-checkbox__label {line-height: 1.5em;}
#main .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {background:#e22c3a;color:#fff;margin:0;}
#main .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {margin:0;padding:1rem;line-height:1;text-align:center;}
.wc-block-checkout__terms.wc-block-checkout__terms--with-separator, .wc-block-components-address-card address .wc-block-components-address-card__address-section {line-height: 1.5em;}
.wp-block-woocommerce-checkout-order-summary-totals-block .wc-block-components-totals-wrapper {line-height: 1.5em;}

/* ---- [ ORDER ] ---- */
.text .woocommerce-notice {display:block;text-align:center;font-size:2rem;margin:0 auto 4rem auto;}
.text .woocommerce-order-overview {display:flex;align-items:start;justify-content:center;margin:0;padding:0;}
.text .woocommerce ul.order_details li {margin:0 1rem;}
.woocommerce ul.order_details::after, .woocommerce ul.order_details::before  {display:none;}

.woocommerce table.shop_table {border-collapse:collapse;}
.woocommerce-order-details th {background:#20438f;color:#fff;}

.woocommerce .woocommerce-customer-details address {line-height:1.5em;}
.woocommerce table.shop_table td {color:#20438f;font-weight:bold;}
.woocommerce table.shop_table td a {color:#000;font-weight:normal;}

/* ---- [ NOTICES ] ---- */
.woocommerce-message {border-top-color: #20438f;}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {top:2rem;left:1rem;}
.woocommerce-notices-wrapper .woocommerce-message {position:relative;padding:2rem 1rem 2rem 3rem;}
.woocommerce-notices-wrapper .woocommerce-message a {float:none;clear:both;position:absolute;top:50%;transform:translateY(-50%);right:1rem;}

/* ---- [ MY ACCOUNT ] ---- */
.text .woocommerce-MyAccount-content .woocommerce-orders-table thead th {background:#e22c3a;color:#fff;}
.text .woocommerce-MyAccount-content .woocommerce-orders-table tbody td {color:#000;}
.text .woocommerce-MyAccount-content .woocommerce-orders-table tbody td a {background:#e22c3a;color:#fff;}
.woocommerce-MyAccount-content address {line-height:1.5em;border:1px solid #ccc;padding:1rem;border-radius:5px;}
.woocommerce-MyAccount-content header {position:relative;}
.woocommerce-MyAccount-content header h2 {margin:0 0 3rem 0;}
.woocommerce-MyAccount-content header a {font-size:14px;position:absolute;top:4.5rem;right:0;}
.woocommerce-MyAccount-content .woocommerce-error::before, .woocommerce-MyAccount-content .woocommerce-info::before, .woocommerce-MyAccount-content .woocommerce-message::before {top:1.25rem;}
.woocommerce fieldset {margin:2rem 0 0 0;}
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a, .woocommerce-account .woocommerce-MyAccount-navigation a:hover {color:#20438f;}

/* ---- [ BUTTONS ] ---- */
.wc-block-components-button {cursor: pointer;}
.woocommerce-info {border-color:#20438f;display: flex;align-items: center;justify-content: space-between;}
.woocommerce-info::before {color:#20438f;}
.woocommerce-info .button.wc-forward {margin: 0 0 0 auto;}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {background-color: #e22c3a;color:#fff;}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover {background-color: #20438f;color:#fff;}
.woocommerce-no-products-found .woocommerce-info::before {top:1rem;}
#shop-list .button.product_type_simple {display: none!important;}

/* ---- [ BROCHURE ] ---- */
.brochure a {display:flex;align-items:center;justify-content:center;column-gap:0.5rem;color:#000;}
.brochure a .btn-txt {position:relative;}
.brochure a .btn-txt:after {content:'';position:absolute;bottom:0;left:0;width:0%;height:1px;background:#000;opacity:0;transition:all 0.3s;}
.brochure a:hover .btn-txt:after {background:#20438f;width:100%;opacity:1;}
.brochure a svg {display:block;width:2rem;height:auto;transition:transform 0.3s;}
.brochure a:hover {color:#20438f;}
.brochure a:hover svg {transform:scale(1.05);}
.brochure a:hover svg path {fill:#20438f;}

/* ---- [ WOOCOMMERCE HEADER ] ---- */
.woocommerce-page {position:relative;}
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {position:absolute;top:-2rem;right:0;}
.woocommerce-ordering select {padding:0.25rem 0.75rem 0.25rem 0.5rem;}
.pswp__ui--fit .pswp__caption, .pswp__ui--fit .pswp__top-bar {background-color: #000;}
.pswp__scroll-wrap .pswp__caption__center {text-align:Center;color:#fff;font-size:1.25rem;line-height:1em;padding:1rem ;}
#wrapper .return-to-shop .button {padding: 0.75rem 2rem;}
#wrapper #ywraq-other-form > h3, #wrapper #ywraq-other-form .gform_heading {display: none;}

/* ---- [ WOO PAGINATION ] ---- */
#shop-list .woocommerce-pagination {margin: 2rem auto 0 auto;text-align: center;}
#shop-list .woocommerce nav.woocommerce-pagination ul {border: 0 none;}
#shop-list .woocommerce nav.woocommerce-pagination ul li {border: 0 none;}
#shop-list .woocommerce-pagination .page-numbers {display: flex;align-items: center;justify-content: center;column-gap: 0.5rem;list-style: none;padding: 0;margin: 0;}
#shop-list .woocommerce-pagination .page-numbers .pages {display: none;}
#shop-list .woocommerce-pagination .page-numbers a,#shop-list .woocommerce-pagination .page-numbers span {color: #151315;text-align: center;line-height: 2.5rem;width: 2.5rem;height: 2.5rem;border: 0 none;display: inline-flex;align-items: center;justify-content: center;text-decoration: none;}
#shop-list .woocommerce-pagination .page-numbers .current,#shop-list .woocommerce-pagination .page-numbers a:hover {color: var(--color-white);background-color: var(--color-blue);}
#shop-list .woocommerce-pagination .page-numbers .next,#shop-list .woocommerce-pagination .page-numbers .prev {width: auto;padding: 0 0.5rem;}
#shop-list .woocommerce-pagination .page-numbers .dots {width: auto;cursor: default;}

/* ---- [ SWOOF ] ---- */
#shop-list .filters .woof_container {margin:0 0 1rem 0;padding:0 0 1rem 0;border-bottom:1px solid #ccc;}
#shop-list .woof_list_label .woof_label_term {padding: 0.25rem 0.5rem;height: auto;transition: background 0.3s, border-color 0.3s;background-color: #f2f2f2;}
#shop-list .woof_list_label li .woof_label_term:hover, #shop-list .woof_list_label li .woof_label_term.checked {background-color: #e22c3a;border-color: #e22c3a;}
#woof_html_buffer.woof_info_popup {background-color: #002a87;border:0 none;}
#shop-list .woof-js-hidden {display: none!important;}
#shop-list .woof_label_count {display: none;}

/* ---- [ QUICK VIEW ] ---- */
.hover-preview {position: fixed;z-index: 9999;pointer-events: none;background: #fff;border-radius: 6px;box-shadow: 0 10px 30px rgba(0,0,0,.15);padding: 8px;display: none;}
.hover-preview img {max-width: 260px;height: auto;display: block;}

/* ---- [ NEW WIDGETS ] ---- */

/* ---- [ HERO ] ---- */
#hero.type-slider .has-slider .bg {filter: brightness(0.5);}
#hero.type-slider .has-slider .enhanced-slide {padding:6rem 0 4rem 0;color:var(--color-white);height:760px;}
#hero.type-slider .has-slider .enhanced-slide .hero-badge {background:rgba(255,255,255,0.45);display:inline-block;padding:0.5rem;margin:0 0 0.5rem 0;color:var(--color-blue);font-weight: 700;}
#hero.type-slider .has-slider .enhanced-slide .inner {align-self: center;height: 100%;display: flex;}
#hero.type-slider .has-slider .enhanced-slide .btns {display:flex;align-items:center;justify-content:start;margin:2rem 0;}
#hero.type-slider .has-slider .enhanced-slide .hero-features {display:flex;align-items:center;justify-content:start;column-gap:1rem;}
#hero.type-slider .has-slider .enhanced-slide .hero-features .hero-feature-tile {background: rgba(0, 0, 0, 0.5);color: var(--color-white);font-weight: 700;text-align: center;padding: 0.5rem;width: 25%;;}
#hero.type-slider .has-slider .enhanced-slide .hero-features .tile-icon img {height:2rem;width:auto;margin:0 auto 1rem auto;filter:invert(1);}
#hero.type-slider .has-slider .enhanced-slide .hero-right {background:rgba(255,255,255,0.75);;padding:1rem;}
#hero.type-slider .has-slider .enhanced-slide .hero-right .benefit-item {border:1px solid var(--color-blue);padding:0.5rem;color:var(--color-black);margin:0 0 1rem 0;}
#hero.type-slider .has-slider h2 {font-size: 1.35rem;}
#hero.type-slider .has-slider h3 {font-size: 1.25rem;margin: 0;}

/* ---- [ INFO TABS ] ---- */
.info-tabs .info-header {display:flex;align-items:end;justify-content:space-between;}
.info-tabs .info-header h2 {margin:0;}
.info-tabs .eyebrow {margin:0;letter-spacing:2px;color:var(--color-grey);}
.info-tabs .info-header-right {background:var(--color-blue);color:#fff;padding:0.5rem;}

.info-tabs .tab-nav {margin:2rem 0;}
.info-tabs .tab-nav .slick-arrow svg polygon {fill:#000;}
.info-tabs .tab-nav .slick-prev {left:-3rem;}
.info-tabs .tab-nav .slick-next {right:-3rem;}
.info-tabs .tab-nav .has-slider {background:#eee;;padding:0.5rem 0.5rem 0.5rem 0;}
.info-tabs .tab-nav .has-slider .slide {padding:0 0.5rem;}
.info-tabs .tab-nav .has-slider button.tab-btn {cursor:pointer;display:flex;width:100%;border:0 none;margin:0;align-items:center;justify-content:center;column-gap:0.5rem;padding:1rem;text-align:center;}
.info-tabs .tab-nav .has-slider button.tab-btn .tab-ico img {display:block;height:1rem;}
.info-tabs .tab-nav .has-slider button.tab-btn:hover, .info-tabs .tab-nav .has-slider button.tab-btn.active {background:var(--color-blue);color:var(--color-white);}
.info-tabs .tab-nav .has-slider button.tab-btn:hover img, .info-tabs .tab-nav .has-slider button.tab-btn.active img {filter: invert(1);}
.info-tabs .tab-nav .slide {position:relative;}
.info-tabs .tab-nav .slide .pipe {width:1px;background:var(--color-red);position:absolute;top:0;right:0;bottom:0;}

.info-tabs .tab-panel {display:none;}
.info-tabs .tab-panel.active {display:block;}
.info-tabs .tab-panel .panel-card {border:1px solid var(--color-blue);}
.info-tabs .tab-panel .panel-layout {display:flex;align-items:stretch;justify-content:space-between;flex-wrap: wrap;}
.info-tabs .tab-panel .panel-left {padding:2rem;}
.info-tabs .tab-panel .panel-right {padding:1.5rem;background:var(--color-blue);}

.info-tabs .tab-panel .panel-badge {background:var(--color-blue);color:#fff;padding:0.5rem;margin:0 0 1rem 0;display:inline-block;}
.info-tabs .tab-panel .comparison-grid {display:flex;align-items:start;justify-content:space-between;margin:2rem 0 1rem 0;flex-wrap: wrap;}
.info-tabs .tab-panel .comparison-col {width:33%;margin: 0 0 1rem 0;padding: 0 1rem 1rem 1rem;border-right: 1px solid #dc0000;}
.info-tabs .tab-panel .comparison-col:last-child {border: 0 none;}
.info-tabs .tab-panel .comparison-col li, .info-tabs .tab-panel .comparison-col p {font-size: 16px;}
.info-tabs .tab-panel .comparison-col h4 {font-size:1.25rem;text-align: center;display: flex;align-items: center;justify-content: start;column-gap: 0.5rem;}

.info-tabs .tab-panel .panel-tags .inner {display:flex;align-items:center;justify-content:start;column-gap:0.5rem;margin:0 0 2rem 0;flex-wrap: wrap;}
.info-tabs .tab-panel .panel-tags .panel-tag {color: var(--color-blue);font-weight: 800;white-space: nowrap;}
.info-tabs .tab-panel .panel-tags .divi:last-child {display: none;}

.info-tabs .tab-panel .panel-btns {display:flex;align-items:center;justify-content:start;column-gap:1rem;flex-wrap: wrap;row-gap: 0.5rem;}

.info-tabs .tab-panel .proof-blocks {border-top:1px solid #ccc;margin:1rem 0 0 0;padding:1rem 0 0 0;}
.info-tabs .tab-panel .proof-block {background:var(--color-blue);color:#fff;padding:0.5rem;margin:0 0 0.5rem 0;}

.info-tabs .panel-right .group {border-top:1px solid #ccc;margin-top:1.5rem;padding-top:1rem;}
.info-tabs .panel-right .group:first-child {border: 0 none;margin: 0;padding: 0;}
.info-tabs .panel-right .group .img {height: 3rem;width: auto;;}

/* ---- [ CUSTOM BUCKETS ] ---- */
.buckets-section .buckets-row {display:flex;align-items:stretch;justify-content:center;column-gap:1.5%;margin:0 0 1.5rem 0;flex-wrap: wrap;row-gap: 1rem;}
.buckets-section .buckets-row.row-2 .bucket {width: 48%;}
.buckets-section .buckets-row.row-3 .bucket {width: 32%;}
.buckets-section .buckets-row.row-4 .bucket {width: 24%;}
.buckets-section .buckets-row.row-4 {column-gap: 1%;}
.buckets-section .buckets-row .bucket {padding:1rem;border:1px solid #ccc;box-shadow:0 0 10px 0 rgba(0,0,0,0.15);background-color: #fff;}
.buckets-section .buckets-row .bucket-icon {background:var(--color-blue);display:inline-block;padding:0.5rem;margin:0 0 1rem 0;}
.buckets-section .buckets-row .bucket-icon img {display:block;height:2rem;filter:invert(1);}
.buckets-section .bucket.has-btn {padding-bottom:2rem;}
.buckets-section .bucket.has-btn.has-img {padding:0;padding-bottom:4rem;}
.buckets-section .bucket.has-btn.has-img .inner {padding: 1rem 1rem 0 1rem;}
.buckets-section .bucket.has-btn.has-img .inner h3 {color: var(--color-black);}
.buckets-section .bucket.has-btn.has-img .inner .bucket-content strong {color: var(--color-blue);}
.buckets-section .bucket.has-btn.has-img .image {border-bottom: 2px solid var(--color-red);}
.buckets-section .bucket .btns {position:absolute;bottom:1rem;right:1rem;}
.buckets-section .bucket .btns i {font-size:0.5rem;display:inline-block;vertical-align:middle;}

.buckets-row.style-number .bucket {background:transparent;color:#fff;border: 0 none;box-shadow:unset;padding:0;border-right:1px solid #b7bcc7;padding:2rem;border-top:1px solid #b7bcc7;}
.buckets-row.style-number .bucket:first-child {padding-left:0;border-top:1px solid #b7bcc7;}
.buckets-row.style-number .bucket:last-child {border:0 none;padding-right:0;border-top:1px solid #b7bcc7;}
.buckets-row.style-number .bucket h3 {color:#fff;}
.buckets-row.style-number .bucket p {color:#b7bcc7;}
.buckets-row.style-number .bucket .upper {display:flex;align-items:end;justify-content:start;column-gap:1rem;margin:0 0 2rem 0;}
.buckets-row.style-number .bucket .upper .bucket-number {font-size:4rem;line-height:1em;}
.buckets-row.style-number .bucket .upper .bucket-number-subheading {position:relative;bottom:0.5rem;color:#b7bcc7;font-weight:500;}

.buckets-row.style-number.row-3 {gap:0;}
.buckets-row.style-number.row-3 .bucket {width:33.33333%;}

.buckets-row.style-titled .bucket-label {background:var(--color-blue);color:#fff;text-align:center;padding:0.5rem;margin:0;}
.buckets-row.style-titled .bucket.has-btn {padding-bottom: 5rem;}
.buckets-row.style-titled .btns {left:0;right:0;text-align:center;}

/* ---- [ SALES TOOL ] ---- */
#tco {display: none;}
.ev-metric {color:var(--color-red);font-size:4rem;font-weight:bold;line-height:1em;}
.tco-layout .tco-eyebrow {margin:0;letter-spacing:2px;color:var(--color-grey);}
.tco-layout .tco-tags {display:flex;align-items:Center;justify-content:Start;column-gap:0.5rem;margin:0 0 2rem 0;}
.tco-layout .tco-tags > span {color: #fff;font-weight: 800;margin: 1rem 0;}
.tco-layout .tco-tags > .divi:last-child {display: none;}

.tco-layout .tco-accordion {border:1px solid #ccc;}
.tco-layout .tco-accordion .accordion-item {padding:1rem;border-bottom:1px solid #ccc;}
.tco-layout .tco-accordion .accordion-item:last-child {border:0 none;}
.tco-layout .tco-accordion .accordion-item .accordion-body {display:none;margin:1rem 0 0 0;}
.tco-layout .tco-accordion .accordion-item.active .accordion-body {display:block;}

.tco-layout .tco-accordion button {cursor:pointer;width:100%;margin:0;padding:0;border:0 none;background:transparent;color:var(--color-blue);font-size:1.15rem;font-weight:600;display:flex;align-items:center;justify-content:space-between;}
.tco-layout .tco-accordion button:hover .acc-icon {transform: scale(1.15);}
.tco-layout .tco-accordion button:hover {color:var(--color-red);}
.tco-right {background: var(--color-blue);padding: 32px;box-shadow: 0 10px 30px rgba(0,0,0,0.08);border: 1px solid #e2e8f0;}
.tco-right .textarea-wrapper {display: none;}
#tablepress-12 {border-collapse:collapse;border:0 none;margin:0;}
#tablepress-12 thead td, #tablepress-12 thead th {background:transparent;color:#000;border:0 none;}
#tablepress-12 tbody tr td {border:0 none;}
#tablepress-12 tbody tr td:first-child {font-weight:bold;color:var(--color-blue);font-size:18px;}
#tablepress-12 tbody tr:last-child td {background:var(--color-blue);color:#fff;}

/* ---- [ LEAD CAPTURE ] ---- */
.lead-capture .lead-eyebrow {color:#fff;padding:0;margin:0;letter-spacing:2px;color:var(--color-grey);}
.lead-capture .lead-form-card {padding:1rem;background:#fff;}
.lead-form-card.attached:before {content:'Your TCO Summary has been attached.';background:#dc0000;color:#fff;padding:0.5rem;display:block;margin:0 0 1rem 0;text-align:Center;}

/* ---- [ SALES TOOL CALC ] ---- */
.ev-header {margin-bottom: 32px;}
.ev-header h1 {margin: 0 0 10px;font-size: 40px;line-height: 1.1;color: #0B1B2B;}
.ev-header p {margin: 0;font-size: 16px;color: #64748b;}
.ev-grid {display: grid;grid-template-columns: repeat(2, minmax(0, 1fr));gap: 20px;}
.ev-field label {display: block;margin-bottom: 8px;font-size: 14px;font-weight: 700;color: var(--color-white);;}
.ev-field input {width: 100%;height: 48px;border: 1px solid #cbd5e1;padding: 0 16px;font-size: 15px;outline: none;transition: all 0.2s ease;}
.ev-field input:focus {border-color: #0C4DA2;box-shadow: 0 0 0 4px rgba(12,77,162,0.1);}
.ev-results {margin-top: 32px;display: grid;grid-template-columns: repeat(2, minmax(0, 1fr));gap: 20px;}
.ev-result-box {background: #f8fafc;padding: 20px;border: 1px solid #f8fafc;}
.ev-result-box.total.positive {background-color: green;color:#fff;border-color: green;}
.ev-result-box.total.positive h4, .ev-result-box.total.positive .value {color:#fff;}
.ev-result-box h4 {margin: 0 0 10px;font-size: 13px;text-transform: uppercase;letter-spacing: 0.06em;color: #64748b;}
.ev-result-box .value {font-size: 30px;font-weight: 800;color: #0B1B2B;}
.ev-chart {margin-top: 32px;background: #ffffff;border: 1px solid #e2e8f0;padding: 24px;}
.ev-chart h3 {margin-top: 0;margin-bottom: 20px;color: #0B1B2B;}
.bar-row {margin-bottom: 20px;}
.bar-label {display: flex;justify-content: space-between;margin-bottom: 10px;font-size: 14px;font-weight: 600;color:var(--color-blue);}
.bar-track {width: 100%;height: 28px;background: #e2e8f0;border-radius: 999px;overflow: hidden;}
.bar-fill {height: 100%;border-radius: 999px;}
.bar-current {background: #dc0000;}
.bar-ev {background: #0C4DA2;}
.ev-message {margin-top: 32px;background: #0B1B2B;color: #ffffff;padding: 24px;}
.ev-message h3 {margin-top: 0;margin-bottom: 12px;font-size: 14px;text-transform: uppercase;letter-spacing: 0.08em;color: #cbd5e1;}
.ev-message p {margin: 0;line-height: 1.7;font-size: 18px;}
.ev-buttons {margin-top: 32px;display: flex;flex-wrap: wrap;gap: 16px;}
.ev-btn {border: 0;padding: 14px 24px;font-size: 15px;font-weight: 700;cursor: pointer;transition: all 0.2s ease;}
.ev-btn-primary {background: #0C4DA2;color: #ffffff;}
.ev-btn-primary:hover {background: #093c80;color:#fff;}
.ev-btn-secondary {background: #ffffff;border: 1px solid #cbd5e1;color: #0B1B2B;}
.ev-btn-secondary:hover {background: #f8fafc;}
.textarea-wrapper {margin-top: 32px;}
.textarea-wrapper label {display: block;margin-bottom: 10px;font-weight: 700;}
textarea {width: 100%;min-height: 180px;border: 1px solid #cbd5e1;padding: 16px;resize: vertical;font-size: 14px;font-family: monospace;margin-bottom: 24px;}
@media (max-width: 900px) {.ev-grid,.ev-results {grid-template-columns: 1fr;}
.ev-header h1 {font-size: 32px;}}
.fhide {display: none!important;}
.ywraq-before-form:before {display: none!important;}

/* ---- [ FORM ] ---- */
#input_15_9 {min-height: 100px;height: 100px;}
.lead-form-card .gform_wrapper .gform_heading {display: none;}
.lead-form-card > p:first-child {display: none;}