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

@font-face {
  font-family: 'SohneBreit';
  src: url('fonts/soehne-breit-dreiviertelfett.woff2') format('woff2'),
       url('fonts/soehne-breit-dreiviertelfett.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SohneBreit';
  src: url('fonts/soehne-buch.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

* {
  --base-font: "Inter";
  --heading-font: "SohneBreit";

  --color-text: #000000;
  --color-text-inverse: #ffffff;  
  --color-link: #9ae39f;
  --color-link-hover: #149e7e;

  --color-navy: #141341;
  --color-accent: #e1a527;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-gray: #cecece;
  --color-yellow: #e9b91d;
  --color-light-blue: #e8edf3;
  --color-lighter-blue: #dde9f3;
  --color-lightest-blue: #e9eff4;

  --color-primary: #141341; 

  --color-blue-50: #f4f8fb;
  --color-blue-100: #ecf1f5;
  --color-blue-200: #e9eff4;
  --color-blue-300: #e8edf3;
  --color-blue-400: #dde9f3;
  --color-blue-500: #cad7e3;
  --color-blue-600: #c4dae8;
  --color-blue-700: #c2cfdf;
  --color-blue-800: #bbc8d6;
  --color-blue-900: #b1c2d3;
  --color-blue: #283e7f;
  
  --color-ui-tab: #89a5c1;
  --color-ui-tab-border: #a7bed3;
  --color-ui-tab-accent: #2382cf;
  
  --color-error: #dc0000;
  
  --color-label-bg: #1d003e;
  --color-modal-bg: #152855;
  --color-toggle-bg: #222f5d;
  
  --color-overlay-dark-30: rgba(0, 0, 0, 0.30);
  --color-overlay-dark-35: rgba(0, 0, 0, 0.35);
  --color-overlay-primary-75: rgba(19, 30, 71, 0.75);
  --color-overlay-primary-90: rgba(19, 30, 71, 0.9);
  --color-overlay-primary-95: rgba(19, 30, 71, 0.95);
  --color-overlay-ui: rgba(137, 165, 193, 0.5);  
}

/*! 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}button{margin: 0;padding: 0;background-color: transparent;border: 0 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-accent);color:var(--color-white);}
::-moz-selection {background:var(--color-accent);color:var(--color-white);}

/* Global */
body {font-family:var(--base-font), sans-serif;font-size:16px;line-height:18px;color:var(--color-black);}
body:before {content:'';position:fixed;top:0;left:0;z-index: 555;background-color: rgba(0, 0, 0, 0.75);width: 0%;height: 0;opacity: 0;pointer-events: none;transition: opacity 0.3s;}
body.search-open:before {opacity: 1;width: 100%;height: 100vh;;}
a, a:active {text-decoration:none;color:var(--color-accent);transition:color 0.2s, background-color 0.2s;}
a:hover {color:var(--color-blue);}

/* ----- [ HEADINGS ] ----- */
h1, h2, h3, h4, h5, h6 {font-family:var(--heading-font),sans-serif;margin:0 0 18px 0;font-weight:bold;line-height:1.15em;color:var(--color-accent);}
h1, .h1 {font-size:3rem;color:var(--color-white);}
h2, .h2 {font-size:2rem;color:var(--color-primary);}
h3, .h3 {font-size:1.625rem;color:var(--color-primary);}
h4, .h4 {font-size:1.375rem;color:var(--color-primary);}
h5, .h5 {font-size:1.25rem;color:var(--color-primary);}
h6, .h6 {font-size:1.125rem;color:var(--color-primary);}

/* Subheading */
.subheading {color:var(--color-white);font-size: 1.5rem;line-height: 1.5em;}

/* 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;}

/* Adjust Color */
.bg-dark h2, .bg-dark h3, .bg-dark h4, .bg-dark h5, .bg-dark h6 {color:var(--color-white);}

/* ------------------------------------------ */
/* ------------- [ STRUCTURE ] -------------- *./
/* ------------------------------------------ */
/* ----- [ HEADER ] ----- */
#header {position: fixed;top:0;left:0;right:0;z-index: 9999;}
#header:before {content:'';position:absolute;z-index:0;top:0;left:0;right:0;height:6rem;background: var(--color-black); background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%); background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%); background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#FFFFFF", GradientType=0);pointer-events: none;transition: all 0.3s;}
#header:after {content:'';position:absolute;z-index:0;top:0;left:0;right:0;height:5rem;background-color: rgba(0, 0, 0, 0.45);opacity: 0;transition: all 0.3s;pointer-events: none;}
.scrolled #header:before {opacity: 0;}
.scrolled #header:after {opacity: 1;}
#logo {position: relative;z-index: 5;;}
#logo img {display:block;width:9.375rem;height:auto;}
#footer-logo img {display:block;width:9.375rem;height:auto;filter: invert(1);}

/* ----- [ HERO ] ----- */
/* Slider */
#hero .as-slider .caption {padding: 12rem 0 14rem 0;}
#hero .as-slider .bg {position:absolute;top:0;left:0;right:0;bottom:0;z-index: 0;}
#hero .as-slider .bg img {display: block;width: 100%;height: auto;;}
#hero .as-slider .btns {margin: 3rem 0 0 0;}
#hero .controls {position: absolute;bottom:4rem;left:0;right:0;}
#hero .as-slider h1, #hero .as-slider .h1 {text-transform: uppercase;}
body.home #hero .bg:before {content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-color: rgba(0, 0, 0, 0.35);z-index: 1;}

/* Basic */
body:not(.home) #hero:before {content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-color: rgba(0, 0, 0, 0.45);z-index: 1;}
body.page-id-183 #hero:before {display: none;}
body:not(.home) #hero .hero.bg {height: 31.25rem;}
body:not(.home) #hero .caption {position:absolute;top:50%;left:50%;transform: translate(-50%,-50%);z-index: 5;}

/* ----- [ NAV ] ----- */
#nav.open, #nav {display:block;position: relative;z-index: 5;;}
#nav ul {list-style:none;margin:0;padding:0;font-size:0;}
#nav ul li {display:inline-block;position:relative;margin:0 23px;font-size:1rem;vertical-align:middle;}
#nav ul li a {display:block;color:var(--color-white);text-transform:uppercase;font-weight:normal;font-size:15px;padding:1.5em 0;}
#nav ul#menu-primary > li:after {content:'';position: absolute;bottom:0.75rem;left:0;height:2px;background:var(--color-accent);opacity: 0;width: 0;transition: opacity 0.5s, width 0.5s;}

/* Dropdown */
#nav ul li:hover ul {opacity:1;transform:scaleY(1);}
#nav ul ul {display:block;position:absolute;z-index:9999;margin:0;padding:0;background:var(--color-primary);text-align:center;width:230px;opacity:0;transform-origin:top center;transform:scaleY(0);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:1.1em;height:auto;margin:0;padding:9px;font-size:15px;color:var(--color-white);text-transform:initial;}

/* Hover/Active */
#nav ul#menu-primary > li.current-menu-ancestor:after, 
#nav ul#menu-primary > li.current-menu-item:after, 
#nav ul#menu-primary > li:hover:after {width: 100%;opacity: 1;;}
#nav ul li.current-menu-ancestor > a, 
#nav ul li.current-menu-item > a, 
#nav ul li:hover > a {color:var(--color-accent);}

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

/* ---- [ SEARCH ] ---- */
.search-toggle {margin: 0;padding: 0;border: 0 none;background-color: transparent;cursor: pointer;text-align: center;position: relative;z-index: 5;;}
.search-toggle img {display: block;width:0.85rem;height: auto;transition: transform 0.3s;margin: 0 auto;}
.search-toggle:hover img {transform: scale(1.1);}
#search-bar {display:none;position:fixed;left:0;right:0;top:4rem;text-align:center;margin:0 0 1rem 0;z-index:9999;}
#search-bar {padding:1rem;}
#search-bar form {width:100%;max-width:1200px;margin:0 auto;position:relative;}
#search-bar input[type="search"] {border:0 none;padding:0.75rem 2rem 0.75rem 0.75rem;border-radius:25px;width:100%;}
#search-bar button {border:0 none;padding:0.75rem;background:transparent;position:absolute;right:0;top:0;}
.result {margin: 0 0 2rem 0;padding: 0 0 2rem 0;border-bottom: 1px solid #00C295;}
.result:last-child {margin: 0;padding: 0;border: 0 none;}

/* ----- [ FOOTER ] ----- */
#footer {padding: 3rem 0 0 0;background-color: var(--color-blue-800);}
#footer ul {list-style:none;margin:0;padding:0;;}
#footer ul ul {display: none;}
#footer ul li {margin: 0 0 1rem 0;}

/* Links */
#footer ul li a {display: block;}
#footer a:not(.button) {color:var(--color-black);}

/* Link Hover/Active */
#footer ul li.current-menu-ancestor > a, 
#footer ul li.current-menu-item > a, 
#footer ul li:hover > a,
#footer a:not(.button):hover {color:var(--color-d-blue);}

/* --- ( LOWER ) --- */
#footer .lower {padding: 2rem 0;margin-top:2rem;border-top: 1px solid #000;}
#footer .lower .areas {margin: 1rem 0 0 0;}
#footer .lower .areas li {margin: 0 0 0.5rem 0;}
#footer .lower .item {margin: 0 0 1.5rem 0;}
#footer .lower .item.phone {margin: 0 0 0.5rem 0;}
#footer .lower .service-hours {margin: 1rem 0 0 1.75rem;line-height: 1.5em;}
#footer .logos {margin: 2rem 0 0 0;display: flex;align-items: center;justify-content: start;column-gap: 1.5rem;}
#footer .logos img {width: 8rem;height: auto;display: block;;}
#footer .social a {background-color: var(--color-navy);color:var(--color-white);width: 1.5rem;height: 1.5rem;display: block;text-align: center;border-radius: 5px;line-height: 1.5rem;font-size: 0.85rem;}
#footer .social a:hover {background:var(--color-accent);color: var(--color-navy);}

/* --- ( COPYRIGHT ) --- */
#footer .copyright {padding: 0.5rem 0;font-size: 90%;background-color: #b1c2d3;margin: 2rem 0 0 0;}

/* ------------------------------------------ */
/* ---------- [ PRIMARY LAYOUT ] ------------ */
/* ------------------------------------------ */
/* Layout */
.w-max, .w-full, .w-content, .w-full-half {margin:0 auto;}
.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%;}.w-full {width:100%;max-width:1200px;}.w-full-half {width:100%;max-width:600px;margin:0;}.w-content {width:100%;max-width:var(--color-black);px;}
.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%}
.w-max.wide .flex-w-1 {width:100%}.w-max.wide .flex-w-2 {width:50%}.w-max.wide .flex-w-3 {width:33.33333333333%}.w-max.wide .flex-w-4 {width:25%}.w-max.wide .flex-w-5 {width:20%;}.w-max.wide .flex-w-6 {width:16.66666666666666667%}

/* 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;}
.fl-row-gap {row-gap: 4rem;}
.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;}
.buckets.layout .flex-per-1 {justify-content: center;}
.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%;}
.w-max.wide.flex-per-1, .w-max.wide.flex-per-2, .w-max.wide.flex-per-3, .w-max.wide.flex-per-4, .w-max.wide.flex-per-5, .w-max.wide.flex-per-6 {column-gap: 0;}

/* 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;}

/* Grid */
.grid {display: grid;column-gap:3%;row-gap:3rem;}
.grid-per-2 {grid-template-columns: auto auto;}
.grid-per-3 {grid-template-columns: auto auto auto;}
.grid-per-4 {grid-template-columns: auto auto auto auto;}
.grid-per-5 {grid-template-columns: auto auto auto auto auto;}
.grid-per-6 {grid-template-columns: auto auto auto auto auto auto;}

/* 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 ] ----- */
.button, .gform_footer > input[type="submit"] {display:inline-block;overflow:hidden;position:relative;margin:0;padding:0.75rem 2.5em;border:0 none;border-radius:25px;font-size:15px;line-height:1em;color:var(--color-white);cursor:pointer;transition:background 0.2s, border 0.2s, color 0.2s;font-family: 'SohneBreit';font-weight: bold;}
.button span.btn-txt {position: relative;z-index: 5;}

/* -- ( Icon ) -- */
.button.has-ico {position:relative;}
.button.has-ico .ico {position:absolute;top:0.1rem;bottom:0.1rem;right:0.1rem;width:2.238125rem;background:var(--color-yellow);border-radius:100%;transition: transform 0.3s;display: flex;align-items: center;justify-content: center;}
.button.has-ico .ico:before {position:absolute;top:0;left:0;right:0;bottom:0;background:inherit;z-index: 0;content:'';border-radius: 100%;pointer-events: none;transition: transform 0.3s;}
.button.has-ico .ico svg {width:1rem;height:1rem;object-fit:contain;position: relative;z-index: 3;transition: transform 0.3s;}
.hoverable:hover .button.has-ico .ico:before, .button.has-ico:hover .ico:before {transform: scale(20);}

/* Left */
.button.has-ico.ico-left {padding-left: 4rem;}
.button.has-ico.ico-left .ico {right:auto;left:0.1rem;}
.button.has-ico.ico-left .ico svg {transform: rotate(45deg);}
.hoverable:hover .button.has-ico.ico-left .ico svg, .button.has-ico.ico-left:hover .ico svg {transform: rotate(0);}

/* Right */
.button.has-ico.ico-right {padding-right: 4rem;}
.button.has-ico.ico-right .ico svg {transform: rotate(-45deg);}
.hoverable:hover .button.has-ico.ico-right .ico svg, .button.has-ico.ico-right:hover .ico svg {transform: rotate(0);}

/* Styles */
.button.primary {background:var(--color-accent);color:var(--color-black);}

.button.secondary {background:var(--color-primary);color:var(--color-white);}
.button.secondary .ico {background-color: #344368;}
.button.secondary .ico svg path {fill:var(--color-white);}

.button.tertiary {background:var(--color-accent);border:2px solid var(--color-accent);color:var(--color-white);}

.gform_footer > input[type="submit"] {text-transform: uppercase;background:var(--color-accent);color:var(--color-white);border:2px solid var(--color-accent);}
.gform_footer > input[type="submit"]:hover {background:var(--color-white);color:var(--color-accent);border:2px solid var(--color-accent);}

/* Text Link */
.button.text-link {display: flex;align-items: center;justify-content: start;column-gap: 1rem;padding: 0;color:var(--color-primary);font-family: "SohneBreit",sans-serif;}
.button.text-link svg {display: block;height: 1rem;width: auto;;}
.button.text-link svg path {transition: fill 0.3s;}
.button.text-link:hover {color:var(--color-accent);}
.button.text-link:hover svg path {fill:var(--color-accent);}

/* Buttons */
.btns {margin:1.5rem 0 0 0;}
#hero .btns {margin: 2.5rem 0 0 0;}
.btns a {margin:1rem 1rem 1rem 0;}
.btns a:last-child {margin:0;}
.btns.block {margin: 0;}
.btns.block a {margin: 0 0 1rem 0;}

/* ---- [ ICON Elements ] ---- */
.with-ico {position:relative;padding-left:1.75rem;}
.with-ico.email {background:url('images/icons/email.svg') no-repeat left center;background-size:1em;}
.with-ico.phone {background:url('images/icons/phone.svg') no-repeat left center;background-size:1em;}
.with-ico.address {background:url('images/icons/address.svg') no-repeat left 0.25rem;background-size:1em;}
.with-ico.hours {background:url('images/icons/hours.svg') no-repeat left 0.25rem;background-size:1em;}

.with-ico.contact.email {background:url('images/icons/contact-email.svg') no-repeat left center;background-size:1rem;}
.with-ico.contact.phone {background:url('images/icons/contact-phone.svg') no-repeat left center;background-size:1rem;}
.with-ico.contact.address {background:url('images/icons/contact-address.svg') no-repeat left 0.5rem;background-size:0.75rem;}
.with-ico.contact.fax {background:url('images/icons/contact-fax.svg') no-repeat left 0.25rem;background-size:1rem;}

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

/* ----  [ 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 - 1200px) / 2);}
.content-image.alt.wide .txt {padding-right:calc((100vw - 1200px) / 2);}
.content-image.alt.wide .image {border-radius: 0 0 50px 0;}
.content-image.base.wide .image {border-radius: 0 0 0 50px;}

/* 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;}
.content-image.wide .img img {width: 100%;height: 100%;object-fit: cover;object-position: center;}
section[data-section="telescopic-hydraulic-cylinders"] .content-image.height-extra-padding .txt {padding-top:9rem;padding-bottom: 9rem;}

/* ---- [ SHORTCODES -- LIST ICON ] ---- */
.list-bar {display: flex;align-items: center;justify-content: start;column-gap: 1rem;margin: 1.5rem 0 1rem 0.25rem;}
.list-bar .ico {width: 1.25rem;height: 1.25rem;display: block;position: relative;border-radius: 0;}
.list-bar .ico img {position:absolute;top:0;left:0;right:0;bottom:0;width: 100%;height: 100%;object-fit: contain;object-position: center;;}

/* ---- [ BUCKETS -- GENERAL ] ---- */
.buckets .title-bar {margin-bottom: 3rem;}
.buckets .title {margin: 1.5rem 0 2rem 0;font-weight: 600;color:var(--color-primary);}

/* ---- [ BUCKETS -- SIMPLE ] ---- */
.buckets.type-simple .bucket {background-color: #cad7e3;}
.buckets.type-simple .bucket .inner {padding: 2rem;}
.buckets.type-simple .bucket .inner h3 {margin: 0;}

/* ---- [ BUCKETS -- LINKED ] ---- */
.buckets.type-linked .bucket {background-color: #cad7e3;}
.buckets.type-linked .bucket .inner {padding: 2rem;}
.buckets.type-linked .bucket .inner h3 {margin: 0;}

/* ---- [ BUCKETS -- ICON ] ---- */
.buckets.type-icon .ico img {height: 8rem;width: auto;display: block;}
.buckets.type-icon .bucket {padding: 0 3.5rem;}

/* ---- [ BUCKETS -- LIST ] ---- */
.buckets.type-list .bucket {background-color: #e3edf5;padding: 2rem 6rem 2rem 2rem;display: flex;align-items: center;justify-content: start;column-gap: 4rem;position: relative;}
.buckets.type-list .bucket .ico {width: 12rem;height: auto;flex-shrink: 0;}
.buckets.type-list .bucket:after {content:'';position: absolute;bottom: -0.9rem;left: 7rem;width: 2rem;height: 1rem;background-color: #e3edf5;clip-path: polygon(50% 100%, 0 0, 100% 0);}
.buckets.type-list .bucket:last-child:after {display: none;}

/* Inc */
.buckets.type-list .bucket.n-1, .buckets.type-list .bucket.n-1:after {background-color: #cfe0ec;}
.buckets.type-list .bucket.n-2, .buckets.type-list .bucket.n-2:after {background-color: #c6d7e6;}

/* ---- [ BUCKETS -- STEPS ] ---- */
.buckets.type-steps .num {font-size: 5rem;color:var(--color-light-blue);line-height: 1.25em;margin: 0 0 1.5rem 0;}
.buckets.type-steps img.ico {height: 3rem;width: auto;display: block;position: absolute;bottom: 1rem;left: 0;}
.buckets.type-steps .bucket {padding: 3rem 7rem 2rem 0;}
.buckets.type-steps .step {display: block;position:absolute;width:109%;top:0;left:-20%;right:0;pointer-events: none;}
.buckets.type-steps .step-2 .step {top:auto;bottom:0;width: 95%;left:-13%;pointer-events: none;}

.buckets.type-steps .flex-buckets {gap:0;}
.buckets.type-steps .bucket {padding:2rem 3rem;position:relative;width:33.333333%;}
.buckets.type-steps .bucket .line {height:50%;position:absolute;top:-0.5rem;left:0;right:0;border:2px solid var(--color-navy);border-bottom:0 none;border-radius:25px 25px 0 0;}
.buckets.type-steps .bucket.step-2 .line {border-radius:0 0 25px 25px;bottom:-0.5rem;top:auto;border:2px solid var(--color-navy);border-top:0 none;left:-2px;right:-2px;}

.buckets.type-steps .bucket.step-1 .line:before {content:'';width:4rem;height:100%;position:absolute;top:10%;left:calc(-4rem - 2px);bottom:0;border:2px solid var(--color-navy);border-left:0 none;border-top:0 none;border-radius:0 0 25px 0;}
.buckets.type-steps .bucket.step-3 .line:before {content:'';width:4rem;height:100%;position:absolute;top:10%;right:calc(-4rem - 2px);bottom:0;border:2px solid var(--color-navy);border-right:0 none;border-top:0 none;border-radius:0 0 0 25px;}

.buckets.type-steps .bucket.step-1 .line:after {content:'';width:0.5rem;height:0.75rem;background:var(--color-navy);position:absolute;bottom:-0.5rem;right:-0.33rem;clip-path: polygon(50% 100%, 0 0, 100% 0);}
.buckets.type-steps .bucket.step-2 .line:before {content:'';width:0.5rem;height:0.5rem;background:var(--color-navy);position:absolute;top:0;left:-0.3rem;}
.buckets.type-steps .bucket.step-2 .line:after {content:'';width:0.5rem;height:0.75rem;background:var(--color-navy);position:absolute;top:-0.5rem;right:-0.33rem;clip-path: polygon(50% 0%, 0% 100%, 100% 100%);}
.buckets.type-steps .bucket.step-3 .line:after {content:'';width:0.5rem;height:0.5rem;background:var(--color-navy);position:absolute;bottom:0;left:-0.3rem;}
.buckets.type-steps .bucket.step-3 .inner {content:'';width:0.75rem;height:0.5rem;background:var(--color-navy);position:absolute;bottom:-1.6rem;right:-4.5rem;clip-path: polygon(0 0, 0 100%, 100% 50%);}

/* ---- [ BUCKETS -- HOVER ] ---- */
.buckets.type-hover .inner {background-color: rgba(19, 30, 71,0.9);color:var(--color-white);padding: 1rem;position: absolute;bottom: 2rem;left: 0;transition: all 0.3s;}
.buckets.type-hover .inner h3 {color:var(--color-white);margin: 0;}
.buckets.type-hover .inner .text {transition: all 0.3s;max-height: 0;overflow: hidden;opacity: 0;}
.buckets.type-hover .bucket:hover .inner {background-color: rgba(19, 30, 71,0.75);}
.buckets.type-hover .bucket:hover .inner .text {max-height: 300px;opacity: 1;margin-top: 1rem;}

/* ---- [ PAGE BUCKETS ] ---- */
.buckets.pgs.layout .bucket {background-color: #c2cfdf;}
.buckets.pgs.layout.style-light .bucket {background-color: #cad7e3;}
.buckets.pgs.layout.style-lighter .bucket {background-color: #ecf1f5;}
.buckets.pgs.layout .bucket .inner {padding: 1.5rem;border-top: 1px solid #fff;}
.buckets.pgs.layout .bucket .basic-title {min-height: 2lh;}
.buckets.pgs.layout .bucket {padding: 0 0 3rem 0;position: relative;}
.buckets.pgs.layout .bucket .button {position: absolute;bottom:1.5rem;left:1.5rem;}

/* ---- [ BLOG BUCKETS ] ---- */
.posts.pgs.layout .bucket {background-color: #ecf1f5;position: relative;padding-bottom: 3rem;}
.posts.pgs.layout .bucket .inner {padding: 1.5rem;border-top: 1px solid #fff;}
.posts.pgs.layout .bucket .button {position: absolute;bottom: 1.5rem;left: 1.5rem;}

.wp-pagenavi {text-align:center;margin:3rem auto 0 auto;display:flex;align-items:center;justify-content:center;column-gap:1rem;font-family:var(--heading-font);text-transform:uppercase;font-weight:bold;}
.wp-pagenavi .pages {display:none;}
.wp-pagenavi .previouspostslink {margin:0 2rem 0 0;}
.wp-pagenavi .previouspostslink i {margin:0 1rem 0 0;}
.wp-pagenavi .nextpostslink {margin:0 0 0 2rem;}
.wp-pagenavi .nextpostslink i {margin:0 0 0 1rem;}
.wp-pagenavi .current {background:#c2cfdf;border-radius:100%;width:2rem;height:2rem;line-height:2em;}

/* ---- [ CATALOGUES ] ---- */
.catalogues .flex-buckets {margin: 0 -2rem;}
.catalogues a.file {padding: 0 2rem;}

/* ---- [ TABS ] ---- */
.tabs.layout .tab {background-color: #89a5c1;padding: 1.5rem 0 0 1rem;min-width: 25%;margin: 0 0.25rem; flex: 0 0 25%;transition: flex-basis 0.4s ease;cursor: pointer;height: 40rem;position: relative;}
.tabs.layout .tab:before {content:'';width: 1rem;height: 1rem;background:url('images/icons/tab-arrow.svg') no-repeat center;background-size:contain;position: absolute;top: 1rem;right: 1rem;;transition: opacity 0.3s;}
.tabs.layout .tab h2 {color:var(--color-white);left:0;transition: all 0.3s;position: relative;text-align: right;}
.tabs.layout .tab h2 .extra {font-size:1.85rem;}
.tabs.layout .ios {display:none;position:absolute;top:0;left:0;right:0;bottom:0;}
@supports (writing-mode: sideways-lr) {.tabs.layout .tab h2 {writing-mode: sideways-lr;text-orientation: sideways;transform: none;}}
@supports not (writing-mode: sideways-lr) {.tabs.layout .tab h2 {writing-mode:vertical-lr;transform: scale(-1);}}
.tabs.layout .tab .title-bar {padding: 0 1rem 5rem 0;height: 100%;position: relative;min-width: 7rem;}
.tabs.layout .tab .icon {height: 5rem;width: 5rem;position: absolute;bottom: 1rem;left: 0;object-fit: contain;object-position: center;filter:brightness(1.25) saturate(0.5);}
.tabs.layout .tab.active .icon {filter: unset;}
.tabs.layout .tab.active:before {opacity: 0;}
.tabs.layout .tab .inner {height: 100%;}
.tabs.layout .tab .text {font-size: 1rem;line-height: 1.5em;height: 100%;padding: 0 2rem 0 0;}
.tabs.layout .tab .text .image {position: absolute;bottom: 0;left: 0;right: 0;}

/* Tabs */
.tabs.layout .tab:not(.active) .text {display: none;}
.tabs.layout .tab.active {width: 50%;flex-basis: 50%;background-color: #e9eff4;}
.tabs.layout .tab.active .text {display: block;}
.tabs.layout .tab.active h2 {left: 1rem;color: var(--color-primary);text-align: right;}

/* ---- [ LIST TABS ] ---- */
.list-tabs.layout .flex-buckets {align-items: stretch;}
.list-tabs.layout .l {padding: 2rem 0;}
.list-tabs.layout button {display: block;width:100%;position: relative;text-align: left;padding: 1rem 1rem 1rem 0.25rem;;cursor: pointer;transition: all 0.3s;border-bottom: 1px solid #a7bed3;font-weight: bold;font-size: 1.25rem;}
.list-tabs.layout button:before {content:'';position:absolute;top:0;left:-1000%;bottom:-1px;width: 1000%;background-color: #c4dae8;opacity: 0;transition: all 0.3s;border-bottom: 1px solid #c4dae8;}
.list-tabs.layout button svg {display: block;width: 0.75rem;height: auto;position: absolute;right: 1rem;top: 1.2rem;}
.list-tabs.layout button svg path {transition: fill 0.3s;}
.list-tabs.layout button:hover, .list-tabs.layout button[aria-selected="true"] {background-color: #c4dae8;border-color: #c4dae8;}
.list-tabs.layout button:hover:before, .list-tabs.layout button[aria-selected="true"]:before {opacity: 1;}
.list-tabs.layout button:hover svg path, .list-tabs.layout button[aria-selected="true"] svg path {fill:#2382cf;}
.list-tabs.layout .r .tab {height: 100%;}
.list-tabs.layout .r .image {position:absolute;top:0;left:0;right:0;bottom:0;}
.list-tabs.layout .r .caption {position: absolute;bottom: 0;left: 0;right: 0;padding: 2rem;}
.list-tabs.layout .r .caption p {position: relative;z-index: 5;;}
.list-tabs.layout .r .caption:before {content:'';position: absolute;z-index:0;bottom: 0;left: 0;right: 0;top:-4rem;background: #000000; background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%); background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%); background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#FFFFFF", GradientType=0);}

/* ---- [ LOGOS ] ---- */
.logos.layout .as-slider {margin: 0 -1rem;}
.logos.layout .slick-slide {margin: 0 1rem;}
.logos.layout .as-slider:not(.slick-initialized) .slide {display: none;}
.logos.layout .as-slider:not(.slick-initialized) .slide:first-child {display: block;}
.logos.layout .img {text-align: center;height: 6rem;background-color: var(--color-d-blue);padding: 1.5rem 2rem;border-radius: 0 0 10px 0;}
.logos.layout img {height: 100%;width: 100%;object-fit: contain;filter: invert(1) brightness(15);} 

/* ---- [ HIDE/SHOW ] ---- */
.hideshow.layout .item {margin: 0 0 1rem 0;}
.hideshow.layout .item .title {padding: 1rem 3rem 1rem 1rem;cursor: pointer;transition: all 0.3s;position: relative;background-color: #c4dae8;color:var(--color-primary);font-weight: bold;}
.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: 0 1rem 1rem 1rem;background-color: #e9eff4;color:var(--color-primary);}
.hideshow.layout .item.active .title, .hideshow.layout .item:hover .title {background-color:#e9eff4;color:var(--color-primary);}
.hideshow.layout .item.active .title:after {transform: rotate(180deg);}

/* ---- [ INDUSTRIES ] ---- */
.industries.layout.type-slider .as-slider:not(.slick-initialized) {display: flex;flex-wrap: wrap;column-gap: 1rem;}
.industries.layout.type-slider .as-slider:not(.slick-initialized) .slide {width: 24%;display:none;}
.industries.layout.type-slider .as-slider:not(.slick-initialized) .slide:first-child {width: 24%;display:block;}
.industries.layout.type-slider .as-slider {margin:0 -0.5rem;}
.industries.layout.type-slider .slide {background-color: #e9eff4;margin: 0 0.5rem;}
.industries.layout.type-slider .slide .inner {padding: 1rem;}
.industries.layout.type-slider .slide h3 {min-height: 2lh;}

/* -- ( BUCKETS ) -- */
.industries.layout.type-buckets .flex-buckets {justify-content: center;}
.industries.layout.type-buckets .bucket {background-color: #c2cfdf;position: relative;padding-bottom: 2rem;}
.industries.layout.type-buckets .bucket .inner {padding: 1.5rem;border-top: 1px solid #fff;}
.industries.layout.type-buckets .button {position: absolute;left: 1.5rem;bottom: 1.5rem;}

/* ---- [ PARTS ] ---- */
.parts.layout button {text-transform: uppercase;font-weight: bold;padding: 1rem 2rem;cursor: pointer;border-radius: 0 10px 0 0;position: relative;}
.parts.layout button:first-child {padding-left: 0;}
.parts.layout button:first-child:after {content:'';background-color: #dde9f3;position:absolute;top:0;bottom:0;left:-1000%;width: 1000%;z-index: 0;pointer-events: none;}
.parts.layout button.active {background-color: #dde9f3;}
.parts.layout button:not(.active):before {content:'';position:absolute;top:0.25rem;left:0.1rem;right:0.1rem;bottom:0.25rem;background-color: var(--color-blue-50);z-index: -1;;}
.parts.layout button:not(.active) {color:#89a5c1;}
.parts.layout button:not(.active):first-child:after {background-color: var(--color-blue-50);width:1001%;top:0.25rem;bottom:0.25rem;}
.parts.layout .parts-tabs i {display: none;}
.parts.layout .tab-pane {background-color: #dde9f3;}
.parts.layout .tab-content {padding: 4rem 0 0 0;}

/* ---- [ TESTIMONIALS ] ---- */
.testimonials.layout .as-slider {padding: 0 8rem;}
.testimonials.layout .testimonial blockquote {background-color: rgba(137, 165, 193,0.5);padding: 2rem;margin: 0;margin: 0 0 2rem 0;position: relative;font-weight: bold;font-size:1.25rem;}
.testimonials.layout .testimonial blockquote:after {content:'';position: absolute;bottom: -1.5rem;left: 15%;width: 1.5rem;height: 1.5rem;background-color: rgba(137, 165, 193,0.5);clip-path: polygon(0 0, 100% 100%, 100% 0);}

/* ---- [ CONTACT ] ---- */
.contact.layout .with-ico {line-height: 1.15em;margin: 0.5rem 0;padding-top:0.5rem;padding-bottom: 0.5rem;}
.contact.layout .form {padding: 2rem;border-radius: 0 0 50px 0;}
.contact.layout .location {line-height: 1.5em;}


/* ---- [ 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:var(--color-black);color:var(--color-white);cursor:pointer;transition:all 0.2s;z-index: 5;}
.slick-arrow svg {display: block;width: 2rem;height: auto;;}
.slick-arrow svg polygon, .slick-arrow svg path {fill: var(--color-white);transition: fill 0.3s;}
.slick-arrow:hover svg path {fill: var(--color-accent);}
.slick-prev {left:1rem;}
.slick-next {right:1rem;}

/* Dots */
ul.slick-dots {display:block;list-style:none;margin:0;padding:0;font-size:0;text-align: left;}
ul.slick-dots li {display:inline-block;margin:0 3px;}
ul.slick-dots li button {display:block;width:1.25rem;height:0.1rem;border-radius:100%;border:0 none;background:var(--color-white);cursor:pointer;}
ul.slick-dots li.slick-active button {background:var(--color-accent);}

/* --- ( Logos ) --- */
.logos.layout .slick-prev {left:-3rem;}
.logos.layout .slick-next {right:-3rem;}

/* --- ( INDUSTRIES ) --- */
.industries.layout .slick-arrow svg polygon {fill:var(--color-primary);}
.industries.layout .slick-arrow:hover svg polygon {fill:var(--color-accent);}
.industries.layout .slick-prev {left:-3rem;}
.industries.layout .slick-next {right:-3rem;}

/* --- ( TESTMONIALS ) --- */
.testimonials.layout .slick-arrow {top: 45%;}
.testimonials.layout .slick-arrow svg {width: 1rem;;}
.testimonials.layout .slick-arrow svg polygon {fill:var(--color-white);}
.testimonials.layout .slick-arrow:hover svg polygon {fill:var(--color-accent);}
.testimonials.layout .slick-prev {left:0;}
.testimonials.layout .slick-next {right:0;}

/* ------------------------------------------ */
/* ---------- [ 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 var(--color-black);}
.border-b {border-bottom:1px solid var(--color-black);}
.border-r {border-right:1px solid var(--color-black);}
.border-l {border-left:1px solid var(--color-black);}
.divider {width:100%;height:2px;margin:0 0 1em 0;background:var(--color-black);}
.mini-divider {width:65px;height:2px;margin:0 0 1em 0;background:var(--color-black);}

/* 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;}
.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:var(--color-black);} /* Base Color */
.text p {color:inherit;}
.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;}

.single-post .text ul {list-style: none;margin: 1rem 0 2rem 0;}
.single-post .text ul li {background:url('images/icons/li.svg') no-repeat left 0.45rem;background-size: 0.35rem;padding: 0 0 0 1.5rem;margin: 0 0 1rem 0;}

.single-industries .text ul {list-style: none;margin: 1rem 0 2rem 0;}
.single-industries .text ul li {background:url('images/icons/li-alt.png') no-repeat left 0.25rem;background-size: 1rem;padding: 0 0 0 2rem;margin: 0 0 1rem 0;font-weight: bold;}

/* ---------- [ 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%;}
.image.rectangular {width:100%;padding-bottom:111.5%;}
.image.headshot {width:100%;padding-bottom:111.5%;}
.image.tall {width:100%;padding-bottom:125%;}
.image.pdf {width:100%;padding-bottom:125%;border: 1px solid var(--color-gray);box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);}
.image.contain > img {object-fit: contain;}
.image.zoom > img {transition: transform 0.3s}
.image.zoom:hover > img {transform: scale(1.1);}

/* Alignment */
.image > img.obj-c-t {object-position: center top;}
.image > img.obj-c-c {object-position: center center;}
.image > img.obj-c-b {object-position: center bottom;}
.image > img.obj-l-t {object-position: left top;}
.image > img.obj-l-c {object-position: left center;}
.image > img.obj-l-b {object-position: left bottom;}
.image > img.obj-r-t {object-position: right top;}
.image > img.obj-r-c {object-position: right center;}
.image > img.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;}

/* Overlay */
.overlay {position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0, 0, 0, 0.30);z-index:1;}


/* ---- [ TEXT / BG Styling / Coloring Helpers ] ---- */
/* BG Colors */
.bg-white {background-color:var(--color-white);}
.bg-gray {background-color:#cecece;}
.bg-black {background-color:var(--color-black);}
.bg-navy {background-color:var(--color-primary);}
.bg-light-blue {background-color:var(--color-light-blue);}
.bg-lighter-blue {background-color:var(--color-lighter-blue);}
.bg-lightest-blue {background-color:var(--color-lightest-blue);}
.bg-cta {background:url('images/bg/bg-cta.png') no-repeat center;background-size: cover;}

/* Text Adjustments */
.bg-dark .text, .txt-white {color:var(--color-white);}
.bg-light .text, .txt-dark {color:var(--color-black);}

/* Text Colors */
.text .txt-black, .txt-black {color:var(--color-black);}
.text .txt-white, .txt-white {color:var(--color-white);}
.text .txt-navy, .txt-navy {color:var(--color-primary);}
.text .txt-accented, .txt-accented {color:var(--color-navy);}
.text .txt-accented .b, .txt-accented .b {color:var(--color-blue);}

/* Styles */
.txt-normal {font-family: var(--base-font);}
.txt-semi {font-weight: 500;}
.txt-heading {font-family: var(--heading-font);}
p.txt-standout, .txt-standout {font-size: 1.25rem;line-height: 1.5em;color:var(--color-black);font-weight: bold;}

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

/* ---------- [ 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%;}

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

/* ------------------------------------------ */
/* --------------- [ FORMS ] ---------------- */
/* ------------------------------------------ */
/* General */
.gform_confirmation_wrapper {line-height:2em;}
.form.bg-dark .gform_confirmation_wrapper  {color: var(--color-white);}
.gform_wrapper .gform_body {margin:0;padding:0;list-style:none;}
.gform_wrapper .gform_body fieldset {border:0 none;}
.gform_wrapper .gform_body .gfield {position:relative;margin:0 0 24px 0;padding:0;background:none;}
.gform_wrapper .gform_body .gfield.gfield--type-honeypot {display: none;}
.gform_wrapper .gform_body .gfield > label, .gform_wrapper .gform_body .gfield > .gfield_label {display:block;margin:0 0 1rem 0;}
.gform_wrapper .gform_body .gfield .screen-reader-text,  .gform_wrapper .gform_body .gfield .gfield_description {display:block;margin:1rem 0;font-size:14px;}
.gform_wrapper .gform_body .gfield.hidden_label > label {display:none;color:var(--color-white);}
.form.bg-dark .gform_wrapper .gform_body .gfield > label, .form.bg-dark  .gform_wrapper .gform_body .gfield > .gfield_label {color:var(--color-white);}
.gform_wrapper .gform_body .gfield_html {margin:0;}
.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;}

/* 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:var(--color-black);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:var(--color-white);font-size:10px;font-weight:bold;transition:all 0.2s;background:#1D003E;padding:0 8px;border-radius:2px;z-index:5;}

/* Columns */
.gform_wrapper .gform_body .gfield--width-half {display:inline-block;width:50%;}
.gform_wrapper .gform_body .gfield--width-half.first {padding-right:1%;}
.gform_wrapper .gform_body .gfield--width-half.last {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:0.5%;}
.gform_wrapper .gform_body .gfield--width-third.mid {padding-left:0.5%;padding-right:0.5%;}
.gform_wrapper .gform_body .gfield--width-third.last {padding-left:0.5%;}
.gform_wrapper .gform_body .gfield.double .gfield_radio {display: flex;align-items: center;justify-content: space-between;}

/* 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%;background:#89a5c1;color:var(--color-black);border:1px solid #89a5c1;border-radius:25px;transition:border 0.2s;}
.gform_wrapper .gform_body .gfield select {-webkit-appearance:none;cursor:pointer;padding:12px;background: #89a5c1 url('images/select.svg') no-repeat 99% center;background-size:0.75rem;}
.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;}
.form.bg-dark .gform_wrapper .gform_body .gfield .gchoice label {color:var(--color-white);}

/* iOS Adjustment */
.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:var(--color-accent);transition:border 0.2s;}

/* 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:none;font-size:14px;margin:0 0 1rem 0;}
.gform_wrapper .gform_validation_errors {margin:0 0 1em 0;padding:8px;background:#dc0000;font-size:14px;color:var(--color-white);}
.gform_wrapper .gform_validation_errors ul, .gform_wrapper .gform_validation_errors ul li, .gform_wrapper .gform_validation_errors a {color:var(--color-white);}
.gform_wrapper .gform_validation_errors h2 {margin:0;font-size:14px;color:var(--color-white);text-align:center;}
.gform_wrapper .gform_body .gfield .gfield_description.validation_message {margin:0;padding:5px;font-size:12px;color:var(--color-white);background:#dc0000;}
.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;border-radius: 25px 25px 0 0;}

/* 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;}
.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; }

/* ---------- [ MOBILE ] ---------- */
.mobile-toggle {display:none;position:fixed;top:1rem;right:1rem;border:0;margin:0;padding:0;background:#222F5D;border-radius:100%;width:50px;height:50px;z-index:99999;}
.mobile-toggle .rel {width:28px;height:24px;}
.mobile-toggle .line {position:absolute;width:28px;height:4px;transition:all 0.2s;border-radius:6px;background:var(--color-white);}
.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;}

/* ---- [ MODAL ] ---- */
#raq.modal {background-color: #152855;border-radius: 0 0 50px 0;}
#raq.modal .fancybox-button svg path {fill: var(--color-light-blue);}

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

/* DTD */
.by {text-align:center;}
.by a {font-size:14px;color:var(--color-accent);}