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

@font-face {
    font-family:'komika_axisregular';
    src:url('fonts/KOMIKAX_-webfont.eot');
    src:url('fonts/KOMIKAX_-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/KOMIKAX_-webfont.woff2') format('woff2'),
         url('fonts/KOMIKAX_-webfont.woff') format('woff'),
         url('fonts/KOMIKAX_-webfont.ttf') format('truetype'),
         url('fonts/KOMIKAX_-webfont.svg#komika_axisregular') format('svg');
    font-weight:normal;
    font-style:normal;

}

* {
  --base-font:"Poppins";
  --heading-font:"komika_axisregular";

  --color-accent:#b7df18;
  
  --text-link:#9ae39f;
  --text-link-hover:#149e7e;
  
  --color-white:#ffffff;
  --color-black:#000000;
  --color-red:#dc0000;
  --color-gray:#cecece;
  --color-navy:#32468e;
  --color-dark-blue:#2b3d82;
  --color-dark-blue2:#285197;
  --color-blue:#00aae0;
  --color-light-blue:#72d0f0;
  --color-lighter-blue:#d1ebf9;
  --color-green:#8dac4b;
  --color-dark-green:#485922;
  --color-dark-orange:#c25c0e;
  --color-yellow:#dbad14;
}

/*! 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-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;font-weight:500;line-height:18px;color:var(--color-black);}
a, a:active {text-decoration:none;color:var(--color-black);transition:color 0.2s, background-color 0.2s;}
a:hover {color:var(--color-accent);}

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

/* Subheading */
.subheading {color:var(--color-white);font-size:1.25rem;line-height:1.5em;margin:2rem 0 2.5rem 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;color:var(--color-navy);}
.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:99950;;}
#header:before {content:'';z-index:0;pointer-events: none;position:absolute;top:0;left:0;right:0;height: 6rem;opacity:0.75;background: var(--color-black); background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);transition: all 0.3s;}
#header.fixed:before {background-color: rgba(0, 0, 0, 0.80);}
#logo img, #footer-logo img {display:block;width:20rem;height:auto;}
#footer-logo img {width: 150px;}

/* ----- [ HERO ] ----- */
#hero .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 .sizer {padding-bottom: 36%;}
.single-post #hero .sizer {padding-bottom: 26%;}
#hero .caption {position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;padding: 0;z-index: 5;}

/* Slider */
#hero.has-slider {background:url('images/bg/bg-hero.png') no-repeat;background-position: center;background-size: cover;}
#hero.has-slider .slide {padding: 8rem 0;}

/* ----- [ NAV ] ----- */
#nav.open, #nav {display:block;}
#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 .as-btn > a {font-weight: bold;color: var(--color-black);}
#nav .as-btn:hover > a {color: var(--color-black);}

/* 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-navy);;text-align:left;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:0.85rem;;font-size:15px;color:var(--color-white);text-transform:initial;}

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

/* Hover/Active */
#nav ul li.current-menu-ancestor.as-btn > a, 
#nav ul li.current-menu-item.as-btn > a, 
#nav ul li:hover.as-btn > a {color:var(--color-black);}

#nav ul li.current-menu-ancestor.as-btn:before, 
#nav ul li.current-menu-item.as-btn:before {opacity: 0;}

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

/* ----- [ FOOTER ] ----- */
#footer {padding: 4rem 0 0 0;}
#footer ul {list-style:none;margin:0;padding:0;;}
#footer ul li {margin: 0 0 1.5rem 0;}
#footer .contact .item {margin: 0 0 1.5rem 0;line-height: 1.5em;}

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

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

/* --- ( LOWER ) --- */
#footer .lower {margin:3rem 0 0 0;background-color: var(--color-dark-blue);padding: 0.5rem 0;font-size: 90%;}
#footer .lower .link {display: inline-block;margin: 0 1rem 0 0;}

/* ------------------------------------------ */
/* ---------- [ PRIMARY LAYOUT ] ------------ */
/* ------------------------------------------ */
/* Layout */
.w-max, .w-full, .w-content, .w-full-half, .w-extra {margin:0 auto;}
.w-max, .w-full, .w-content, .w-full-half, .w-extra, .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-extra {width:100%;max-width:1260px;}.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%}

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

/* 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 ] ----- */
#nav .as-btn, .button, .gform_footer {display:inline-block;position:relative;margin:0;padding:1.25rem 3.5rem;border:0 none;font-size:15px;line-height:1em;color:var(--color-white);font-weight:bold;cursor:pointer;transition:background 0.2s, border 0.2s, color 0.2s;}
#nav .as-btn > a, .button span, .gform_footer > input[type="submit"] {position:relative;z-index:5;}

.gform_footer:before, #nav .as-btn:before, .button:before {z-index:0;content:'';position:absolute;top:4px;left:1px;right:-1px;bottom:-6px;background:#000;mask-image:url("images/buttons/mask.svg");mask-repeat:no-repeat;mask-position:center;mask-size:contain;-webkit-mask-image:url("images/buttons/mask.svg");-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;transition:all 0.15s;}
.gform_footer:after, #nav .as-btn:after, .button:after {z-index:1;content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:#fff;mask-image:url("images/buttons/mask.svg");mask-repeat:no-repeat;mask-position:center;mask-size:contain;-webkit-mask-image:url("images/buttons/mask.svg");-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;transition:all 0.15s;}

#nav .as-btn, .button.small {padding: 1.25rem 2.5rem;}
#nav .as-btn:before, .button.small:before {mask-image:url("images/buttons/mask-small.svg");mask-repeat:no-repeat;mask-position:center;mask-size:contain;-webkit-mask-image:url("images/buttons/mask-small.svg");-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;transition:all 0.3s;}
#nav .as-btn:after, .button.small:after {mask-image:url("images/buttons/mask-small.svg");mask-repeat:no-repeat;mask-position:center;mask-size:contain;-webkit-mask-image:url("images/buttons/mask-small.svg");-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;}

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

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

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

/* Styles */
.button.primary {color:var(--color-black);}
#nav .as-btn:after, .button.primary:after {background: #C5D330; background: -webkit-linear-gradient(270deg, rgba(197, 211, 48, 1) 0%, rgba(168, 235, 0, 1) 50%, rgba(197, 211, 48, 1) 100%); background: -moz-linear-gradient(270deg, rgba(197, 211, 48, 1) 0%, rgba(168, 235, 0, 1) 50%, rgba(197, 211, 48, 1) 100%); background: linear-gradient(270deg, rgba(197, 211, 48, 1) 0%, rgba(168, 235, 0, 1) 50%, rgba(197, 211, 48, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#C5D330", endColorstr="#C5D330", GradientType=0);background-size:200% 100%;transition: all 1s;}
#nav .as-btn:hover:after, .button.primary:hover:after {background-position: 150% 0;}
#nav .as-btn:hover:before, .button.primary:hover:before {top:0px;left:0px;right:0px;bottom:0px;opacity: 0;}

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

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

.gform_footer {display: block;text-align: center;width: 250px;;padding: 0;margin: 0 auto;}
.gform_footer > input[type="submit"] {display:block;text-align:center;margin: 0;padding: 0;border: 0 none;color:var(--color-black);background-color: transparent;width: 100%;;padding:1.25rem 3.5rem;}
.gform_footer:after, .gform_footer:after {background:#C5D330;background:-webkit-linear-gradient(90deg, rgba(197, 211, 48, 1) 0%, rgba(168, 235, 0, 1) 100%);background:-moz-linear-gradient(90deg, rgba(197, 211, 48, 1) 0%, rgba(168, 235, 0, 1) 100%);background:linear-gradient(90deg, rgba(197, 211, 48, 1) 0%, rgba(168, 235, 0, 1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#C5D330", endColorstr="#A8EB00", GradientType=1);}
.gform_footer:hover:before, .gform_footer:hover:before {top:0px;left:0px;right:0px;bottom:0px;opacity: 0;}

/* Buttons */
.btns {margin:1.5rem 0 0 0;}
.btns a {margin:0 0.5rem 0 0;}
.btns a:last-child {margin: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:1.25em;}
.with-ico.phone {background:url('images/icons/phone.svg') no-repeat left center;background-size:1.25em;}
.with-ico.address {background:url('images/icons/address.svg') no-repeat left 0.25rem;background-size:1.25em;}

.with-ico.alt {padding-left: 2.5rem;}
.with-ico.alt.email {background:url('images/icons/email-alt.png') no-repeat left top;background-size:1.5em;}
.with-ico.alt.phone {background:url('images/icons/phone-alt.png') no-repeat left top;background-size:1.5em;}
.with-ico.alt.address {background:url('images/icons/address-alt.png') no-repeat left top;background-size:1.5em;}

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

/* ----  [ STANDARD ] ---- */
/* Put Any Overriding Styles Here */

/* ----  [ TWO COLUMN ] ---- */
/* Put Any Overriding Styles Here */

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

/* Height Content / Extra Padding */
.content-image.wide.height-padding .img.no-slider .image, .content-image.wide.height-extra-padding .img.no-slider .image, .content-image.wide.height-content .img.no-slider .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;}

/* Slider */
.content-image .has-slider .slide {margin: 0 0.25rem;}

/* ---- [ HIDE/SHOW ] ---- */
.hideshow.layout .item {margin:0 0 1rem 0;background-color: #fefefe;position: relative;}
.hideshow.layout .item:after {content:'';position: absolute;bottom: 0;left: 0;width:0;height: 0.65rem;transition: all 1s;background: #9AC331; background: -webkit-linear-gradient(90deg, rgba(154, 195, 49, 1) 0%, rgba(78, 214, 195, 1) 100%); background: -moz-linear-gradient(90deg, rgba(154, 195, 49, 1) 0%, rgba(78, 214, 195, 1) 100%); background: linear-gradient(90deg, rgba(154, 195, 49, 1) 0%, rgba(78, 214, 195, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9AC331", endColorstr="#4ED6C3", GradientType=1);}
.hideshow.layout .item .title {padding:1.5rem 4rem 1.5rem 2rem;cursor:pointer;transition:all 0.3s;position:relative;color: var(--color-navy);font-weight:500;font-size: 1.15rem;line-height: 1.5em;}
.hideshow.layout .item .title:after {content:'';background:transparent url('images/icons/chevron-down.svg') no-repeat center;width:2rem;height:2rem;background-size:contain;position:absolute;top:1rem;right:1rem;transition:transform 0.3s;}
.hideshow.layout .item .txt {display:none;padding:0 2rem 2rem 2rem;color:var(--color-black);}
.hideshow.layout .item.active {margin: 0 0 2rem 0;}
.hideshow.layout .item.active:after {width: 100%;}
.hideshow.layout .item.active .title:after {transform:rotate(180deg);}

/* ---- [ TESTIMONIALS ] ---- */
.testimonials.layout .testimonial {background:url('images/bg/bg-quote.png') no-repeat center;background-size:contain;margin: 0 2rem;position: relative;transition: all 0.3s;top: 0;}
.testimonials.layout .sizer {padding-bottom: 100%;}
.testimonials.layout .inner {top:48%;left:50%;transform: translate(-50%,-50%);position: absolute;width: 90%;color:var(--color-white);}
.testimonials.layout blockquote {font-size:1rem;line-height: 1em;}
.testimonials.layout .person {padding-left: 6rem;line-height: 1.5em;padding-right: 4rem;}
.testimonials.layout .testimonial.slick-current {top: -3rem;}
.testimonials.layout .slick-list {overflow: visible;overflow-x: clip;}

/* ---- [ BUCKETS -- TYPE:ICON ] ---- */
.buckets.layout.type-icon .bucket {text-align:center;}
.buckets.layout.type-icon .bucket .ico {margin:0 auto 1rem auto;}
.buckets.layout.type-icon .bucket .ico img {display:block;height:9rem;width:auto;margin:0 auto;}

/* ---- [ BUCKETS -- TYPE:BOXED ] ---- */
.buckets.layout.type-boxed .bucket {}

/* ---- [ BUCKETS -- TYPE:STEPS ] ---- */
.buckets.layout.type-steps .bucket {text-align:center;position: relative;}
.buckets.layout.type-steps .bucket .ico {margin:0 auto 1rem auto;position: relative;}
.buckets.layout.type-steps .bucket .ico h3 {color:var(--color-navy);position: absolute;top: 50%;left:65%;transform: translate(-50%,-50%);padding: 0rem 0.25rem 0.25rem 0.25rem;line-height: 1em;text-stroke:1px white;-webkit-text-stroke:1px white;}
.buckets.layout.type-steps .bucket .ico img {display:block;height:9rem;width:auto;margin:0 auto;position: relative;left: -5%;}
.buckets.layout.type-steps .bucket .arrow {position:absolute;top: 0;bottom: 0;right:-3rem;display: block;height: 100%;width: auto;pointer-events: none;}
.buckets.layout.type-steps .bucket:last-child .arrow {display: none;}

/* ---- [ BUCKETS -- TYPE:FLIP ] ---- */
.buckets.layout.type-flip .bucket {text-align:center;position: relative;background:url('images/bg/bg-gradient.png') no-repeat bottom center;background-size:cover;padding: 3rem 2rem;cursor: pointer;overflow: hidden;transition: all 0.3s;}
.buckets.layout.type-flip .bucket .ico {height: 10rem;width: auto;display: block;margin: 2rem auto;transition: all 0.3s;}
.buckets.layout.type-flip .bucket .arrow {width: 1.5rem;height: auto;display: block;;position: absolute;bottom: 0.5rem;right: 0.5rem;transform: rotate(-45deg);transition: opacity 0.3s;}
.buckets.layout.type-flip .bucket .hover {position:absolute;height:100%;top:100%;left:0;right:0;bottom:0;background-color: rgba(255,255,255,0.9);z-index: 5;padding: 2rem;transition: all 0.3s;}
.buckets.layout.type-flip .bucket h3 {font-size: 1.5rem;}
.buckets.layout.type-flip .bucket .hover h3 {margin: 0 0 1rem 0;}
.buckets.layout.type-flip .bucket .hover .text p {font-size: 0.9rem}

.buckets.layout.type-flip .bucket:hover {transform: scale(1.15);}
.buckets.layout.type-flip .bucket:hover .hover {top:0%;}
.buckets.layout.type-flip .bucket:hover h3.base {opacity: 0;}
.buckets.layout.type-flip .bucket:hover .ico {transform: scale(2) translate(20%,10%);;}
.buckets.layout.type-flip .bucket:hover .arrow {opacity: 0;}

/* ---- [ PAGE BUCKETS -- SLIDER ] ---- */
.page-buckets.layout.type-slider .as-slider .slick-list {overflow: visible;}
.page-buckets.layout.type-slider a {position:relative;transform:scale(1.125);}
.page-buckets.layout.type-slider a .inner {display:block;height:14vw;clip-path: polygon(15% 0, 100% 0, 85% 100%, 0% 100%);position: relative;background:#fff;background:url('images/bg/bg-light-blue.png') no-repeat center;text-align: center;}
.page-buckets.layout.type-slider a .inner h2 {position: relative;left:1.5rem;padding: 0 2rem;}
.page-buckets.layout.type-slider a .inner .img {display: block;width: 75%;height: auto;position: absolute;left: 50%;bottom:0;;transform:translateX(-50%);}
.page-buckets.layout.type-slider a:before {content:'';clip-path: polygon(15% 0, 100% 0, 85% 100%, 0% 100%);background:#000;position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;transition: all 0.3s;}
.page-buckets.layout.type-slider a:hover:before {background-color: var(--color-accent);}
.page-buckets.layout.type-slider a.n-1 .inner .img {bottom: -2rem;left:45%;}
.page-buckets.layout.type-slider a.n-2 .inner .img {bottom: -1rem;}
.page-buckets.layout.type-slider a.n-3 .inner .img {bottom: -2rem;left:45%;}
.page-buckets.layout.type-slider a.n-4 .inner .img {bottom: -1rem;}
.page-buckets.layout.type-slider .inner .img {filter:drop-shadow(2px 4px 6px black);}

/* ---- [ PAGE BUCKETS -- GRID ] ---- */
.page-buckets.layout.type-grid .flex-buckets {row-gap:2rem;}
.page-buckets.layout.type-grid a {position:relative;}
.page-buckets.layout.type-grid a:before {content:'';position:absolute;top:-4px;left:-4px;right:-4px;bottom:-4px;z-index:0;background:#000;transition: all 0.3s;}
.page-buckets.layout.type-grid a .img {position:absolute;bottom:-3.25rem;height:17rem;width:100%;height:auto;transform:scale(1);}
.page-buckets.layout.type-grid a h2 {padding:0.5rem 0;color:var(--color-black);display:block;text-align:center;position:relative;}
.page-buckets.layout.type-grid a .inner {height:19rem;background:#fff;background:url('images/bg/bg-light-blue.png') no-repeat center;}
.page-buckets.layout.type-grid a.n-2 .inner, .page-buckets.layout.type-grid a.n-3 .inner, .page-buckets.layout.type-grid a.n-4 .inner {height:18rem;}

/* Angles -- TOP */
.page-buckets.layout.type-grid a.n-0 {width:53.5%;left:2rem;}
.page-buckets.layout.type-grid a.n-0 .inner {clip-path: polygon(0 0,100% 0,90% 100%,0 100%);}
.page-buckets.layout.type-grid a.n-0:before {clip-path: polygon(0 0,100% 0,90% 100%,0 100%);padding-right:2rem;}
.page-buckets.layout.type-grid a.n-0 .img {width:93%;}

.page-buckets.layout.type-grid a.n-1 {width:44%;right:2rem;}
.page-buckets.layout.type-grid a.n-1 .inner {clip-path: polygon(12% 0, 100% 0, 100% 100%, 0% 100%);}
.page-buckets.layout.type-grid a.n-1:before {clip-path: polygon(12% 0, 100% 0, 100% 100%, 0% 100%);}
.page-buckets.layout.type-grid a.n-1 .img {width:85%;right:2rem;bottom:-4.6rem;}
.page-buckets.layout.type-grid a.n-1 h2 {right:-2rem;}

/* Angles -- BOTTOM */
.page-buckets.layout.type-grid a.n-2 {width:32%;left:2rem;}
.page-buckets.layout.type-grid a.n-2 .inner {clip-path: polygon(0 0,100% 0,82% 100%,0 100%);}
.page-buckets.layout.type-grid a.n-2:before {clip-path: polygon(0 0,100% 0,82% 100%,0 100%);}
.page-buckets.layout.type-grid a.n-2 .img {left:-1rem;width:95%;}

.page-buckets.layout.type-grid a.n-3 {width:36%;left:-0.25rem;}
.page-buckets.layout.type-grid a.n-3 .inner {clip-path: polygon(15% 0, 100% 0, 85% 100%, 0% 100%);}
.page-buckets.layout.type-grid a.n-3:before {clip-path: polygon(15% 0, 100% 0, 85% 100%, 0% 100%);}
.page-buckets.layout.type-grid a.n-3 .img {width:85%;right:10%;bottom:-3rem;}
.page-buckets.layout.type-grid a.n-3 h2 {right:-1.75rem;}

.page-buckets.layout.type-grid a.n-4 {width:32%;right:2rem;}
.page-buckets.layout.type-grid a.n-4 .inner {clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);}
.page-buckets.layout.type-grid a.n-4:before {clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);}
.page-buckets.layout.type-grid a.n-4 .img {width:95%;right:0;}
.page-buckets.layout.type-grid a.n-4 h2 {right:-2rem;}

/* HOVER */
.page-buckets.layout.type-grid a:hover:before {background-color: var(--color-accent);}

/* ---- [ BLOG ] ---- */
/* ---- [ HEADER ] ---- */
#hero .back-to:after {content:'';background-color:var(--color-dark-blue2);position:absolute;top:0;left:0;right:2rem;bottom:0;z-index:0;}
#hero .back-to:before {content:'';background-color:var(--color-dark-blue2);position:absolute;top:0;left:0;right:0;bottom:0;transform: skew(-10deg);border-radius: 5px;}
#hero .back-to {position:absolute;left:0;bottom:2rem;padding:1rem;padding-left:calc((100vw - 1200px) / 2);color:var(--color-white);display: flex;align-items: center;justify-content: start;column-gap: 1rem;}
#hero .back-to i {transition: all 0.3s;}
#hero .back-to:hover i {transform: translateX(-1rem);}
#hero .back-to:hover {color:var(--color-accent);}
#hero .as-slider:not(.slick-initialized) > div {display: none;}
#hero .as-slider:not(.slick-initialized) > div:first-child {display: block;}

/* ---- [ POSTINGS ] ---- */
.posting.pages.layout .bucket {text-align: left;}
.posting.pages.layout .bucket .meta {color:var(--color-black);;font-size: 0.9rem;margin: 0 0 0.5rem 0;}
.posting.pages.layout .bucket h3 {text-transform: initial;}
.posting.pages.layout .list .bucket .meta {margin: 1rem 0;}

/* ---- [ PAGE NAVI ] ---- */
.wp-pagenavi {text-align: center;display: block;width: 100%;display: flex;align-items: center;justify-content: center;column-gap: 0.5rem;}
.wp-pagenavi span.pages {display: none;}
.wp-pagenavi span, .wp-pagenavi a {color:var(--color-navy);;background:var(--color-lighter-blue);padding: 0.5rem;width: 2.5rem;height: 2.5rem;text-align: center;line-height: 1.75em;position: relative;border-radius: 2px;text-transform: uppercase;font-size:0.9rem;}
.wp-pagenavi a.previouspostslink {width: auto;padding: 0.5rem 2rem 0.5rem 3rem;display:flex;align-items:center;column-gap:1rem;}
.wp-pagenavi a.nextpostslink {width: auto;padding: 0.5rem 3rem 0.5rem 2rem;}
.wp-pagenavi a.previouspostslink i {position:absolute;top:50%;transform:translateY(-50%);left:1rem;}
.wp-pagenavi a.nextpostslink i {position:absolute;top:50%;transform:translateY(-50%);right:1rem;}
.wp-pagenavi .current, .wp-pagenavi a:hover {background-color:var(--color-navy);color:var(--color-lighter-blue);}

/* ---- [ TEAM ] ---- */
.team.layout .flex-buckets {align-items:start;justify-content:center;row-gap:1rem;}
.team.layout .person {padding:1rem 1rem 2rem 1rem;position:relative;text-align: center;}
.team.layout .person .image.square:before {content:'';background: url('images/bg/bg-team.png') no-repeat center;position:absolute;top:25%;left:0;right:0;bottom:0;}
.team.layout .person .image.square > img {object-position: top center;}
.team.layout .person:hover {color:var(--color-black);}
.team.layout .person h3 {font-size:1.25rem;margin:1rem 0 0.5rem 0;}
.team.layout .person.no-image h3 {margin-top: 0;}
.team.layout .person.no-image:before {top: 0;}
.team.layout .person .position {min-height: 2lh;line-height: 1.5em;}
.team.layout .secondary {align-items:stretch;row-gap:2rem;}

/* Frame */
.team.layout .person:before {content:'';position: absolute;top:18%;left: 0;right: 0;bottom: 0;background-color: #fff;}
.team.layout .person.secondary:before {top: 14%;}
.team.layout .person .arrow.t {background-color: #000; width: 50%;height: 5rem;position: absolute;z-index: 1;clip-path: polygon(0 0, 100% 100%, 100% 0);top:18%;right:0;pointer-events: none;}
.team.layout .person .arrow.b {background-color: #000; width: 50%;height: 5rem;position: absolute;z-index: 1;clip-path: polygon(0 0, 0% 100%, 100% 0);bottom:23%;left:0;pointer-events: none;}

.team.layout .person.no-image {overflow: hidden;}
.team.layout .person.no-image .arrow.t {top:-38%;}
.team.layout .person.no-image .arrow.b {bottom:-50%;left:-25%}

/* Colors */
/* Blue */
.team.layout .person:nth-child(6n + 1) .arrow.t,
.team.layout .person:nth-child(6n + 1) .arrow.b,
.team.layout .person:nth-child(6n + 5) .arrow.t,
.team.layout .person:nth-child(6n + 5) .arrow.b {background-color: #1091cb;}

/* Green */
.team.layout .person:nth-child(6n + 2) .arrow.t,
.team.layout .person:nth-child(6n + 2) .arrow.b,
.team.layout .person:nth-child(6n + 6) .arrow.t,
.team.layout .person:nth-child(6n + 6) .arrow.b {background-color: #78b833;}

/* Orange */
.team.layout .person:nth-child(6n + 3) .arrow.t,
.team.layout .person:nth-child(6n + 3) .arrow.b,
.team.layout .person:nth-child(6n + 4) .arrow.t,
.team.layout .person:nth-child(6n + 4) .arrow.b {background-color: #f69327;}

/* ---- [ STANDOUT -- LIST ] ---- */
.standout.type-list {background: #2385bf url('images/bg/bg-blue.png') no-repeat center;}
.standout.type-list .txt {padding:6rem;padding-left:calc((100vw - 1200px) / 2);}
.standout.type-list .items .item {display: flex;align-items: center;column-gap: 2rem;margin: 0 0 4rem 0;font-size:1.25rem;line-height: 1.5em;}
.standout.type-list .items .item:last-child {margin: 0;}
.standout.type-list .items .item img.ico {display: block;width: 6rem;height: auto;}
.standout.type-list .img img {position:absolute;top:0;left:0;right:0;bottom:0;width: 100%;height: 100%;object-fit: cover;object-position: center;;}

/* ---- [ STANDOUT -- CHECKLIST ] ---- */
.standout.type-checklist .main {display: block;width: 100%;height: auto;}
.standout.type-checklist .caption {position: absolute;top:52%;transform: translateY(-50%);right: 4rem;width: 40%;}
.standout.type-checklist .img {position: relative;top:-4rem;left: 3rem;}
.standout.type-checklist .items .item {display: flex;align-items: center;column-gap: 2rem;margin: 0 0 2rem 0;font-size: 1.25rem;line-height: 1.5em;position: relative;;}
.standout.type-checklist .items .item:last-child {margin: 0;}
.standout.type-checklist .items .item img.ico {display: block;width: 3rem;height: auto;flex-grow:0;flex-shrink: 0;}
.standout.type-checklist .items .item:nth-child(even) {left: 2rem;}
.standout.type-checklist .inner {position:absolute;top:0;left:0;right:0;bottom:0;}

/* ---- [ CONTACT ] ---- */
.contact.layout .logo {width: 80%;height:auto;display:block;;}
.contact.layout .item {line-height: 1.5em;margin: 2rem 0;}
.contact.layout .item .title {margin: 0 0 0.5rem 0;}
.contact.layout .item a {font-weight: bold;}
.contact.layout .box {padding: 3rem;position: relative;}
.contact.layout .box:before {content:'';background-color: var(--color-black);padding: 3rem;z-index: 0;position:absolute;top:30%;;left:-0.5rem;right:1rem;bottom:-8px;transform: skew(-0.8deg) rotate(0.5deg);;border-radius: 5px;clip-path: polygon(0 0, 100% 0, 100% 98%, 0% 100%);}
.contact.layout .box:after {content:'';background-color: #a4def2;background-image:url('images/bg/bg-form.png');background-repeat:no-repeat;padding: 3rem;z-index: 0;position:absolute;top:0;left:0;right:0;bottom:0;transform: skew(-0.5deg);border-radius: 5px;}

/* ---- [ CTA ] ---- */
.cta.type-complimentary-design .arrow {width: 3rem;height: auto;display: block;position: absolute;top:-1rem;left:65%;transform: translateX(-50%);}

/* ---- [ SHORTCODES -- TITLE BAR ] ---- */
.title-bar {display:flex;align-items:center;justify-content:center;text-align:left;column-gap:1.5rem;margin:1rem auto;}
.title-bar h3 {margin:0;color:var(--color-navy);}
.title-bar .ico {width:12rem;height:auto;display:block;}

/* ---- [ 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}
.slick-vertical .slick-slide {border: 0 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;}
.slick-prev {left:1rem;}
.slick-next {right:1rem;}

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

/* --- ( CONTENT IMAGE) --- */
.content-image.with-slider .slick-arrow {transform:translate(-50%,0);bottom: -5rem;top: auto;left:50%;right: auto;}
.content-image.with-slider .slick-arrow svg {width: 2.5rem;height: auto;;}
.content-image.with-slider .slick-arrow svg path {fill:#2674b2;}
.content-image.with-slider .slick-arrow:hover svg path {fill:#000;}
.content-image.with-slider .slick-arrow.slick-prev {left:46%;}
.content-image.with-slider .slick-arrow.slick-next {left:53%;}
.content-image.with-slider .slick-list {overflow: visible;overflow-x: clip;}
.content-image.with-slider .image {position: relative;background-color: #fff;overflow: visible;}
.content-image.with-slider .image:before {content:'';background:url('images/bg/frame.svg');background-size: 100%;background-repeat: no-repeat;position:absolute;top:-2rem;left:0;right:0;height: 3rem;}
.content-image.with-slider .image:after {content:'';background:url('images/bg/frame.svg');background-size: 100%;background-repeat: no-repeat;position:absolute;left:0;right:0;bottom:-2rem;height: 3rem;background-position: bottom;}
.content-image.with-slider .image img {padding: 1rem;filter: drop-shadow(0 4px 8px rgba(0,0,0,0.5));z-index: 5;}

/* --- ( HERO SLIDER ) --- */
#hero.has-slider .controls {position: absolute;top:50%;transform: translateY(-50%);right: 1rem;padding: 1rem 0;}
#hero.has-slider .slick-arrow {transform:translate(0,0);left: 0;right:0;}
#hero.has-slider .slick-arrow svg {display: block;width: 100%;height: auto;;transform: scale(1.1);}
#hero.has-slider .slick-arrow svg path {fill:var(--color-white);}
#hero.has-slider .slick-arrow:hover svg path {fill:var(--color-light-blue);}
#hero.has-slider .slick-arrow.slick-prev {top:0;}
#hero.has-slider .slick-arrow.slick-next {top:auto;bottom:0;}
#hero.has-slider ul.slick-dots {display: block;margin: 0;}
#hero.has-slider .slick-dots li {display: block;margin: 0.5rem 0;}
#hero.has-slider .slick-dots li button {background-color: var(--color-light-blue);transform:scale(0.7);transition: transform 0.3s, color 0.3s;}
#hero.has-slider .slick-dots li.slick-active button {background-color: var(--color-white);transform: scale(1);}

/* --- ( PAGE BUCKETS ) --- */
.page-buckets.layout .slick-arrow {top:-2rem;bottom:-2rem;transform: translate(0);z-index: 5;;display: flex;align-items: center;width: 8rem;;}
.page-buckets.layout .slick-arrow.slick-prev {padding:0 0 0 1rem;justify-content: start;left: 0;background: #ffffff; background: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); background: -moz-linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#FFFFFF", GradientType=0);}
.page-buckets.layout .slick-arrow.slick-next {padding:0 1rem 0 0;justify-content: end;right: 0;background: #ffffff; background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#FFFFFF", GradientType=1);}
.page-buckets.layout .slick-arrow svg {display: block;width: 1rem;height: auto;;}

/* --- ( TESTIMONIALS ) --- */
.testimonials.layout .slick-arrow svg {height: 3rem;width: auto;display: block;;}
.testimonials.layout .slick-arrow svg path {fill:var(--color-black);transition: fill 0.3s;}
.testimonials.layout .slick-arrow:hover svg path {fill:var(--color-accent);}
.testimonials.layout .slick-prev {left: -3rem;}
.testimonials.layout .slick-next {right: -3rem;}

/* ------------------------------------------ */
/* ---------- [ 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 */
.bordered {border: 4px solid var(--color-black);}
.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);}
.text hr {border:0;border-bottom:1px solid #d1ebf9;margin: 1.5rem auto;}

/* 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 {margin: 2rem 0 2rem 1rem;padding: 0;list-style: none;}
.single-post .text ul li {background:url('images/icons/li-green.svg') no-repeat left 0.25rem;background-size: 1rem;padding: 0 0 0 2rem;margin: 0 0 1rem 0;}

.single-post .text ol {list-style: none; padding-left: 0;margin-left: 0;counter-reset: item; }
.single-post .text ol > li {counter-increment: item;position: relative;padding-left: 2.4em;margin: 0 0 1rem 0;}
.single-post .text ol > li::before {content: counter(item) ".";position: absolute;left: 0;top: -0.1rem;  display: inline-flex;align-items: center;justify-content: center;color: #90bd6c;background: #d9e9b7;font-weight: bold;width:1rem;height:1rem;padding: 0.35em;line-height: 1; }

section.section:not(.bg-pastel-blue) .text ul {margin: 2rem 0 2rem 1rem;padding: 0;list-style: none;}
section.section:not(.bg-pastel-blue) .text ul li {background:url('images/icons/li.svg') no-repeat left 0.25rem;background-size: 1rem;padding: 0 0 0 2rem;margin: 0 0 1rem 0;}

.buckets.layout.type-boxed .text ul {margin: 2rem 0 2rem 1rem;padding: 0;list-style: none;}
.buckets.layout.type-boxed .text ul li {background:url('images/icons/checkmark.svg') no-repeat left 0.25rem;background-size: 1rem;padding: 0 0 0 2rem;margin: 0 0 1rem 0;}

/* ---------- [ 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.half-plus {width:100%;padding-bottom:65%;}
.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.contain > img {object-fit:contain;}
.img.zoom  {overflow: hidden;}
.img.zoom > img, .image.zoom > img {transition: all 0.3s;transform: scale(1);}
a:hover .img.zoom > img, .image.zoom:hover > img {transform: scale(1.1);}

/* Alignment */
.image > img.obj-c-t, .image > img.obj-center-top {object-position:center top;}
.image > img.obj-c-c, .image > img.obj-center-center {object-position:center center;}
.image > img.obj-c-b, .image > img.obj-center-bottom {object-position:center bottom;}
.image > img.obj-l-t, .image > img.obj-left-top {object-position:left top;}
.image > img.obj-l-c, .image > img.obj-left-center {object-position:left center;}
.image > img.obj-l-b, .image > img.obj-left-bottom {object-position:left bottom;}
.image > img.obj-r-t, .image > img.obj-right-top {object-position:right top;}
.image > img.obj-r-c, .image > img.obj-right-center {object-position:right center;}
.image > img.obj-r-b, .image > img.obj-right-bottom {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:var(--color-gray);}
.bg-navy {background-color:var(--color-navy);;}
.bg-black {background-color:var(--color-black);}
.bg-blue {background-color:var(--color-blue);}
.bg-green {background-color:var(--color-green);}
.bg-accent {background-color:var(--color-accent);}
.bg-dark-green {background-color:var(--color-dark-green);}
.bg-dark-orange {background-color:var(--color-dark-orange);}
.bg-yellow {background-color:var(--color-yellow);}
.bg-light-blue {background-color:var(--color-lighter-blue);}

/* Overrides */
.page-id-153 #sections section[data-section="steps"]:before {content:'';position:absolute;top:0;left:0;right:0;z-index: 0;pointer-events: none;background-color: #fff;height: 5rem;background: #FFFFFF; background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#FFFFFF", GradientType=0);}
.page-id-156 #sections section[data-section="packaging-types"] {background-position: center -56%!important;background-repeat: no-repeat;}
.line.one {display:block;position:absolute;top:60%;left:0;right:0;z-index:-1;padding:0 18rem;transform:rotate(169deg);}
.line.two {display:block;position:absolute;top:43%;left:0;right:0;z-index:-1;padding:0 18rem;transform:rotate(169deg);}

/* 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-navy);}
.text .txt-blue, .txt-blue {color:var(--color-blue);}
.text .txt-green, .txt-green {color:var(--color-green);}
.text .txt-accent, .txt-accent {color:var(--color-accent);}
.text .txt-dark-green, .txt-dark-green {color:var(--color-dark-green);}
.text .txt-dark-orange, .txt-dark-orange {color:var(--color-dark-orange);}
.text .txt-yellow, .txt-yellow {color:var(--color-yellow);}

/* Styles */
.txt-normal {font-family:var(--base-font);}
.txt-heading {font-family:var(--heading-font);}
.txt-bold {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%;}

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

/* ------------------------------------------ */
/* --------------- [ FORMS ] ---------------- */
/* ------------------------------------------ */
/* General */
.gform_confirmation_wrapper {line-height:2em;}
.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 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: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:0.5%;}
.gform_wrapper .gform_body .gfield--width-half.last {padding-left:0.5%;}
.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%;}

/* 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:var(--color-black);border:0 none;transition:border 0.2s;border-radius: 3px;}
.gform_wrapper .gform_body .gfield select {-webkit-appearance:none;cursor:pointer;padding:12px;background: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;}

/* 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:block;font-size:14px;margin:0 0 1rem 0;display: none;}
.gform_wrapper .gform_validation_errors {margin:0 0 1em 0;padding:8px;background:var(--color-red);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:var(--color-red);}
.gform_wrapper .gform_body fieldset.gfield .gfield_description.validation_message {margin-top:8px;}
.gform_wrapper .gform_body .gfield_error input::placeholder {color:var(--color-red);}
.gform_wrapper .gform_body .gfield_error label {color:var(--color-red);}
.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:var(--color-red);}

/* 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;z-index: 5;position: relative;right: 1rem;top:-0.15rem;}

/* ---------- [ OVERRIDES ] ---------- */
.ani {will-change:auto;transition:all 0.3s;}
.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;display: block;}
.mm-img {width:100%;min-width:100%;max-width:100%;height:auto;}

/* ---------- [ 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:var(--color-black);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;}

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

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