/*
Theme Name: Brewster Washers
Author: David Taylor Digital
Theme URI: https://www.davidtaylordigital.com
Description: Brewster Washers
Version: 6.4
*/

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

* {
  --base-font: "Quicksand";
  --heading-font: "Poppins";
  --text-base: #000;
  --text-base-invert: #fff;
  
  --text-heading: #0d1942;

  --text-base-link: #1561ac;
  --text-base-link-hover: #0d3a66;

  --text-white: #fff;
  --text-black: #000;
  --text-navy: #0d3a66;
  --text-blue: #1561ac;
  
  --bg-black: #000;
  --bg-white: #fff;
  --bg-navy: #0d3a66;
  --bg-red: #cc0000;
  --bg-blue: #1561ac;
  --bg-light-gray: #e7e7e7;
  --bg-lightest-gray: #fafafa;
  --bg-lighter-blue: #8dafd2;
  --bg-light-blue: #368fe7;
  --bg-gray: #c9c9c9;
}

/* Reset */
* {box-sizing:border-box;outline:none;}
p {line-height:1.5em;margin:0 0 14px 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(--bg-blue);color:#fff;}
::-moz-selection {background:var(--bg-blue);color:#fff;}

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

/* ----- [ HEADINGS ] ----- */
h1, h2, h3, h4, h5, h6 {margin:0 0 18px 0;font-weight:bold;line-height:1.15em;color:#f78f22;}
h1 {font-size: 2rem;color:var(--text-base);}
.home h1 {font-size:3rem;font-style:normal;font-family:serif;font-style:italic;color:var(--text-white);font-weight: normal;line-height: 1.25em;}
.home .subheading {color:var(--text-white);font-size:2rem;line-height: 1.25em;}
h2 {font-size:30px;color:#000;}
h3 {font-size:26px;color:#000;}
h4 {font-size:22px;color:#000;}
h5 {font-size:20px;color:#000;}
h6 {font-size:18px;color:#000;}

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

/* ------------------------------------------ */
/* ------------- [ STRUCTURE ] -------------- *./
/* ------------------------------------------ */
/* ----- [ HEADER ] ----- */
#header {padding: 1rem 0;}
#logo {width: 100%;}
#logo img {display:block;width:100%;height:auto;}
#header address, #footer address {font-style: normal;line-height: 1.5em;text-align: center;font-size:1.15rem;}
#header address .email {display: none;}

/* ----- [ HERO ] ----- */
#hero .bg {position:absolute;top:0;left:0;right:0;bottom:0;z-index: 0;}
.home #hero .bg:after {content:'';position:absolute;top:0;left:0;right:0;bottom:0;z-index: 0;;background:rgba(0, 0, 0, 0.50);}
#hero .caption {padding:2rem 0;text-align: center;position: relative;z-index: 5;}
.home #hero .caption {padding: 12rem 0;text-align: center;position: relative;z-index: 5;}

/* ----- [ NAV ] ----- */
#nav {background-color: var(--bg-navy);}
#nav.open, #nav {display:block;}
#nav ul {list-style:none;margin:0;padding:0;font-size:0;display: flex;align-items: center;}
#nav ul li {display:inline-block;position:relative;margin:0;font-size:1rem;vertical-align:middle;border-right: 1px solid var(--bg-white);flex:1 1 0;}
#nav ul li:last-child {border:0 none;}
#nav ul li a {display:block;font-weight:normal;color:var(--text-white);font-size:1rem;padding:0.75rem;}

/* 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(--bg-blue);text-align:center;width:100%;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.75rem;font-size:15px;color:var(--text-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 {background-color: var(--bg-blue);}

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

/* ----- [ FOOTER ] ----- */
#footer {border-top: 2px solid var(--bg-black);}
#footer .upper {background-color: var(--bg-light-gray);padding: 1rem 0;box-shadow: 0 0 10px rgba(0, 0, 0, 0.30) inset;}
#footer .logos {margin-top:4rem;display: flex;flex-wrap:wrap;align-items: center;justify-content: space-between;row-gap: 1.5rem;}
#footer .logos .item {width: 22%;text-align: center;font-size: 0.85rem;}
.text .disclaimer, #footer .disclaimer {text-align: center;line-height: 1.5em;font-size: 1.15rem;color: var(--text-blue);font-weight: bold;margin: 2rem auto 1rem auto;font-style: italic;}

#footer .lower {padding: 1rem 0;}
#footer .social {display: flex;align-items: center;justify-content: center;column-gap: 1rem;margin:1.5rem auto;}
#footer .social a {background-color: var(--bg-black);width: 2.5rem;height:2.5rem;display: block;border-radius: 100%;text-align: center;line-height: 2.65em;}
#footer .social a i {font-size:1.25rem;color:var(--text-white);}
#footer .social a:hover {background: var(--bg-blue);}

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

/* 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;}
.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:4%;}
.flex-per-3 {column-gap:3.5%;}
.flex-per-4 {column-gap:3.5%;}
.flex-per-5 {column-gap:3.5%;}
.flex-per-6 {column-gap:3.5%;}

/* 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;position:relative;margin:0;padding:0.75rem 2rem;border:0 none;border-radius:25px;font-size:1rem;line-height:1em;color:#ffffff;cursor:pointer;transition:background 0.2s, border 0.2s, color 0.2s;}
.button.larger {font-size:1.15rem;padding: 0.75rem 2rem;}

/* Icon */
.button.has-ico {position:relative;}
.button.has-ico.ico-left .ico {margin-right:0.5rem;}
.button.has-ico.ico-right .ico {margin-left:0.5rem;}

/* Styles */
.button.primary {background:var(--bg-blue);color:var(--text-white);}
.button.primary:hover {background:var(--bg-navy);}

.button.secondary {background:var(--bg-red);color:var(--text-white);}
.button.secondary:hover {background:var(--bg-navy);}

.gform_footer > input[type="submit"] {background:var(--bg-blue);color:var(--text-white);}
.gform_footer > input[type="submit"]:hover {background:var(--bg-navy);}

/* Buttons */
.btns {margin:1.5rem 0 0 0;}
.btns a {margin:0 0.5rem 0 0;}
.btns a:last-child {margin:0;}
.has-buttons {padding-bottom: 6rem;position: relative;}
.has-buttons .btns {position: absolute;left: 0;bottom: 0;right: 0;text-align: center;}

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

/* ---- [ PRODUCT INTRO ] ---- */
.product-intro.layout .l {position: absolute;top: 50%;left:0;z-index: 5;transform: translateY(-50%);}
.product-intro.layout .r {margin: 0 0 0 auto;position: relative;z-index: 0;}
.product-intro.layout .box {background-color: var(--bg-light-gray);padding: 2rem;}

/* ----  [ NEWS ] ---- */
.news.layout .post {margin: 0 0 5rem 0;}

/* ---- [ BUCKETS ] ---- */
.buckets.style-color-blocked > .fl-gap {column-gap: 0;row-gap: 0;}
.buckets.style-color-blocked .bucket {padding: 2rem;}
.buckets.style-color-blocked h3, .buckets.style-color-blocked h3 a {color:#fff;margin: 0;}

/* ----  [ PRODUCTS ] ---- */
.products.layout .product .l {padding: 0 3rem;}
.products.layout h2 a {color:var(--text-base);}
.products.layout h2 a:hover {color:var(--text-base-link);}

.wp-pagenavi {text-align: center;margin:2rem auto;}
.wp-pagenavi a, .wp-pagenavi span {display:inline-block;margin:0 0.5rem;border:0 none;padding:0.5rem;background:var(--bg-blue);color:var(--text-white);;line-height:1em;}
.wp-pagenavi a:hover {background:var(--bg-navy);}
.wp-pagenavi span.current {background:var(--bg-navy);}
.wp-pagenavi .pages {display: none;}

/* ----  [ CONTENT/MEDIA + MEDIA/CONTENT ] ---- */
/* 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 .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;}


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

/* Arrows */
.slick-arrow {position:absolute;top:50%;transform:translateY(-50%);z-index:3000;color:#fff;cursor:pointer;transition:all 0.2s;}
.slick-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:#f78f22;cursor:pointer;}
ul.slick-dots li.slick-active button {background:#000000;}

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

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

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

/* Border */
.border-t {border-top:1px solid #000000;}
.border-b {border-bottom:1px solid #000000;}
.border-r {border-right:1px solid #000000;}
.border-l {border-left:1px solid #000000;}
.divider {width:100%;height:2px;margin:0 0 1em 0;background:#000000;}
.mini-divider {width:65px;height:2px;margin:0 0 1em 0;background:#000000;}

/* 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-layout: fixed;border-collapse: collapse;width: 100%;text-align: left;border:0 none;;border:2px solid var(--bg-gray);margin: 0;padding:0;font-size:0.85rem;}
.table thead {background-color: var(--bg-navy);color:var(--text-white);}
.table th, .table td {padding: 0.75rem;}
.table tr:nth-child(even) td {background-color: var(--bg-lightest-gray);}
.table-cell {display:table-cell;table-layout:fixed;}
.table span.title {display: none;}
.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;}
.alignleft.featured {margin: 0 2rem 1rem 0;}
.alignnone {max-width:100%;height:auto;}

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

/* Text */
.text {color:#000000;} /* Base Color */
.text p {color:inherit;}
.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;}

/* Adjustments */
.bg-dark .text, .txt-white {color:#ffffff;}
.bg-light .text, .txt-dark {color:#000000;}

/* Colors */
.text .txt-black, .txt-black {color:#000;}
.text .txt-white, .txt-white {color:#fff;}

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

/* Weight */
.txt-bold {font-weight: bold;}
.txt-italic {font-style: italic;}
.txt-underline {text-decoration: underline;}

/* ---------- [ 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.taller {width:100%;padding-bottom:165%;}
.image.zoom > img {transition: transform 0.3s;}
.image.zoom:hover > img {transform: scale(1.05);}

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

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

/* Colors */
.bg-white {background-color:#ffffff;}
.bg-gray {background-color:#cecece;}
.bg-black {background-color:#000;}
.bg-blue {background-color: var(--bg-blue);}
.bg-light-blue {background-color: var(--bg-light-blue);}
.bg-lighter-blue {background-color: var(--bg-lighter-blue);}

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

/* ---------- [ Embed ] ---------- */
.embed-outer {position:relative;overflow:hidden;height:0;max-width:100%;padding-bottom:56.25%;} 
.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%;}

/* ------------------------------------------ */
/* --------------- [ 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.gsection {border-top:2px solid var(--bg-gray);margin: 2rem 0 3rem 0;}
.gform_wrapper .gform_body .gfield.gsection:not(.empty) {border-top:2px solid var(--bg-gray);margin: 2rem 0 1rem 0;}
.gform_wrapper .gform_body .gfield .gsection_title {margin: 1rem 0 0 0;}
.gform_wrapper .gform_body .gfield.empty .gsection_title {display: 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(--text-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(--text-base);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(--text-white);font-size:10px;font-weight:bold;transition:all 0.2s;background:var(--bg-navy);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="number"], 
.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(--text-base);border:1px solid var(--bg-black);transition:border 0.2s;}
.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="number"]: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(--bg-light-blue);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;}
.gfield_required {color: #dc0000;margin-left:0.25rem;}
.gform_wrapper .gform_validation_errors {margin:0 0 1em 0;padding:8px;background:#d30000;font-size:14px;color:#fff;}
.gform_wrapper .gform_validation_errors ul, .gform_wrapper .gform_validation_errors ul li, .gform_wrapper .gform_validation_errors a {color:#fff;}
.gform_wrapper .gform_validation_errors h2 {margin:0;font-size:14px;color:#fff;text-align:center;}
.gform_wrapper .gform_body .gfield .gfield_description.validation_message {margin:0;padding:5px;font-size:12px;color:#fff;background:#d30000;}
.gform_wrapper .gform_body fieldset.gfield .gfield_description.validation_message {margin-top:8px;}
.gform_wrapper .gform_body .gfield_error input::placeholder {color:#dc0000;}
.gform_wrapper .gform_body .gfield_error label {color:#dc0000;}
.gform_wrapper .gform_body .gfield_error input[type="number"],
.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;}

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

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

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

/* ---------- [ DATE PICKER ] ---------- */
/*.ui-datepicker{background:#fff;width:216px;height:auto;margin:5px auto 0;font:9pt Arial, sans-serif;-webkit-box-shadow:0 0 10px 0 rgba(0, 0, 0, .5);-moz-box-shadow:0 0 10px 0 rgba(0, 0, 0, .5);box-shadow:0 0 10px 0 rgba(0, 0, 0, .5)}.ui-datepicker a{text-decoration:none}.ui-datepicker table{width:100%;border-collapse:collapse}.ui-datepicker-header{background-color:#666;color:#e0e0e0;font-weight:700;-webkit-box-shadow:inset 0 1px 1px 0 rgba(250, 250, 250, .2);-moz-box-shadow:inset 0 1px 1px 0 rgba(250, 250, 250, .2);box-shadow:inset 0 1px 1px 0 rgba(250, 250, 250, .2);text-shadow:1px -1px 0 #000;filter:dropshadow(color=#000,  offx=1,  offy=-1);line-height:30px;min-height:30px!important;border-width:1px 0 0 0;border-style:solid;border-color:#666}.ui-datepicker-title{text-align:center}.ui-datepicker-title select{margin-top:2.5%}.ui-datepicker-next, .ui-datepicker-prev{display:inline-block;width:30px;height:30px;text-align:center;cursor:pointer;background-image:url(../images/datepicker/arrow.png);background-repeat:no-repeat;line-height:600%;overflow:hidden}.ui-datepicker-prev{float:left;background-position:center -30px}.ui-datepicker-next{float:right;background-position:center 0}.ui-datepicker thead{background:#f7f7f7;background:url(data:image/svg+xml;base64, PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-moz-linear-gradient(top, #f7f7f7 0, #f1f1f1 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #f7f7f7), color-stop(100%, #f1f1f1));background:-webkit-linear-gradient(top, #f7f7f7 0, #f1f1f1 100%);background:-o-linear-gradient(top, #f7f7f7 0, #f1f1f1 100%);background:-ms-linear-gradient(top, #f7f7f7 0, #f1f1f1 100%);background:linear-gradient(to bottom, #f7f7f7 0, #f1f1f1 100%);border-bottom:1px solid #bbb}.ui-datepicker th{text-transform:uppercase;text-align:center;font-size:6pt;padding:5px 0;color:#666;text-shadow:1px 0 0 #fff;filter:dropshadow(color=#fff,  offx=1,  offy=0)}.ui-datepicker tbody td{padding:0;border-top:1px solid #bbb;border-right:1px solid #bbb}.ui-datepicker tbody td:last-child{border-right:0}.ui-datepicker tbody tr{border-bottom:1px solid #bbb}.ui-datepicker tbody tr:last-child{border-bottom:0}.ui-datepicker td a, .ui-datepicker td span{display:inline-block;font-weight:700;text-align:center;width:30px;height:30px;line-height:30px;color:#666;text-shadow:1px 1px 0 #fff;filter:dropshadow(color=#fff,  offx=1,  offy=1)}.ui-datepicker-calendar .ui-state-default{background:#ededed;background:url(data:image/svg+xml;base64, PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-moz-linear-gradient(top, #ededed 0, #dedede 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #ededed), color-stop(100%, #dedede));background:-webkit-linear-gradient(top, #ededed 0, #dedede 100%);background:-o-linear-gradient(top, #ededed 0, #dedede 100%);background:-ms-linear-gradient(top, #ededed 0, #dedede 100%);background:linear-gradient(to bottom, #ededed 0, #dedede 100%);-webkit-box-shadow:inset 1px 1px 0 0 rgba(250, 250, 250, .5);-moz-box-shadow:inset 1px 1px 0 0 rgba(250, 250, 250, .5);box-shadow:inset 1px 1px 0 0 rgba(250, 250, 250, .5)}.ui-datepicker-calendar .ui-state-hover{background:#f7f7f7}.ui-datepicker-calendar .ui-state-active{background:#fff2aa;border:1px solid #c19163;color:#666;-webkit-box-shadow:inset 0 0 10px 0 rgba(0, 0, 0, .1);-moz-box-shadow:inset 0 0 10px 0 rgba(0, 0, 0, .1);box-shadow:inset 0 0 10px 0 rgba(0, 0, 0, .1);text-shadow:0 1px 0 #fff;filter:dropshadow(color=#FFF,  offx=0,  offy=1);position:relative;margin:-1px}.ui-datepicker-unselectable .ui-state-default{background:#f4f4f4;color:#b4b3b3}.ui-datepicker-calendar td:first-child .ui-state-active{width:29px;margin-left:0}.ui-datepicker-calendar td:last-child .ui-state-active{width:29px;margin-right:0}.ui-datepicker-calendar tr:last-child .ui-state-active{height:29px;margin-bottom:0}td.ui-datepicker-unselectable.ui-state-disabled{background-color:#d7d7d7}table.ui-datepicker-calendar{margin:0!important}body div#ui-datepicker-div[style]{z-index:9999!important}*/

/* ---------- [ 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:#f78f22;}