/**
       *
       * Outputs css custom properties with a prefix into :root
       *
       * @param string $css_variables  css custom property name and value
       * @param string $prefix  Default "witsage" prefix added to each custom property
**/
/* ==========================================================================
   Theming
   Mostly CSS custom properties that are used in later stylesheets
   ========================================================================== */
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.top-0 {
  top: 0px;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.m-0 {
  margin: 0px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mt-0 {
  margin-top: 0px;
}
.-mb-4 {
  margin-bottom: -1rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.-mt-3 {
  margin-top: -0.75rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.-mb-28 {
  margin-bottom: -7rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mt-5 {
  margin-top: 1.25rem;
}
.-mt-2 {
  margin-top: -0.5rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.ml-auto {
  margin-left: auto;
}
.mt-2 {
  margin-top: 0.5rem;
}
.-ml-14 {
  margin-left: -3.5rem;
}
.mr-auto {
  margin-right: auto;
}
.-mt-1 {
  margin-top: -0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mt-12 {
  margin-top: 3rem;
}
.-mt-32 {
  margin-top: -8rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-28 {
  margin-top: 7rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mb-32 {
  margin-bottom: 8rem;
}
.-mt-24 {
  margin-top: -6rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mr-12 {
  margin-right: 3rem;
}
.-mt-16 {
  margin-top: -4rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.-mb-7 {
  margin-bottom: -1.75rem;
}
.-mb-3 {
  margin-bottom: -0.75rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.hidden {
  display: none;
}
.h-full {
  height: 100%;
}
.h-auto {
  height: auto;
}
.w-full {
  width: 100%;
}
.max-w-850 {
  max-width: 850px;
}
.max-w-300 {
  max-width: 300px;
}
.max-w-350 {
  max-width: 350px;
}
.max-w-1100 {
  max-width: 1100px;
}
.max-w-\[285px\] {
  max-width: 285px;
}
.max-w-\[332px\] {
  max-width: 332px;
}
.max-w-1200 {
  max-width: 1200px;
}
.max-w-25 {
  max-width: 25px;
}
.max-w-250 {
  max-width: 250px;
}
.max-w-650 {
  max-width: 650px;
}
.max-w-1250 {
  max-width: 1250px;
}
.max-w-500 {
  max-width: 500px;
}
.max-w-750 {
  max-width: 750px;
}
.max-w-550 {
  max-width: 550px;
}
.max-w-450 {
  max-width: 450px;
}
.max-w-200 {
  max-width: 200px;
}
.max-w-1300 {
  max-width: 1300px;
}
.max-w-900 {
  max-width: 900px;
}
.max-w-800 {
  max-width: 800px;
}
.max-w-1050 {
  max-width: 1050px;
}
.max-w-150 {
  max-width: 150px;
}
.max-w-600 {
  max-width: 600px;
}
.max-w-700 {
  max-width: 700px;
}
.max-w-400 {
  max-width: 400px;
}
.max-w-100 {
  max-width: 100px;
}
.max-w-1000 {
  max-width: 1000px;
}
.flex-1 {
  flex: 1 1 0%;
}
.cursor-pointer {
  cursor: pointer;
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-3 {
  gap: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-4 {
  border-top-width: 4px;
}
.border-solid {
  border-style: solid;
}
.border-none {
  border-style: none;
}
.border-blue {
  border-color: var(--color-primary);
}
.border-purple {
  border-color: var(--color-tertiary);
}
.border-b-purple {
  border-bottom-color: var(--color-tertiary);
}
.border-t-purple {
  border-top-color: var(--color-tertiary);
}
.bg-black {
  background-color: var(--color-site-black);
}
.bg-grey {
  background-color: var(--color-site-grey);
}
.bg-smoke {
  background-color: var(--color-smoke);
}
.bg-white {
  background-color: var(--color-site-white);
}
.bg-purple {
  background-color: var(--color-tertiary);
}
.bg-none {
  background-image: none;
}
.p-5 {
  padding: 1.25rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-0 {
  padding: 0px;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-28 {
  padding-top: 7rem;
}
.pb-32 {
  padding-bottom: 8rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pl-9 {
  padding-left: 2.25rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pt-9 {
  padding-top: 2.25rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pb-7 {
  padding-bottom: 1.75rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pt-24 {
  padding-top: 6rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-24 {
  font-size: 24px;
}
.text-18 {
  font-size: 18px;
}
.text-20 {
  font-size: 20px;
}
.text-12 {
  font-size: 12px;
}
.text-10 {
  font-size: 10px;
}
.text-16 {
  font-size: 16px;
}
.font-normal {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.font-bold {
  font-weight: 700;
}
.font-black {
  font-weight: 900;
}
.text-black {
  color: var(--color-site-black);
}
.text-blue {
  color: var(--color-primary);
}
.text-white {
  color: var(--color-site-white);
}
.text-darkblue {
  color: var(--color-secondary);
}
/* purgecss start ignore */
/*** Variables ***/
/*** Structure ***/
body {
  margin: 0;
}

/*** Typography ***/
* {
  font-variant-numeric: lining-nums !important;
}

::placeholder, div, input, li, p, span, ul, button {
  font-family: greycliff-cf, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: var(--color-site-black);
  line-height: 140%;
}

p {
  margin-bottom: 16px;
}
p:last-of-type {
  margin-bottom: 0;
}

span {
  font-weight: inherit;
  color: inherit;
}

::placeholder {
  font-family: greycliff-cf, sans-serif;
}

a {
  font-weight: 800;
  text-decoration: none;
  color: var(--color-secondary);
}
a:hover {
  color: var(--color-tertiary);
}

.greycliff {
  font-family: greycliff-cf, sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: greycliff-cf, sans-serif;
  position: relative;
  color: var(--color-tertiary);
  font-weight: 800;
  line-height: 105%;
  margin-top: 0;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span {
  font-size: inherit;
}
h1.text-white,
h2.text-white,
h3.text-white,
h4.text-white,
h5.text-white {
  color: white;
}

.page-title {
  font-size: 50px;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 32px;
  margin-bottom: 16px;
}

h3, .h3 {
  font-size: 20px;
  margin-bottom: 16px;
}

h4, .h4 {
  font-size: 18px;
  margin-bottom: 16px;
  font-weight: normal;
}

h5, .h5 {
  font-size: 16px;
  margin-bottom: 16px;
  line-height: 120%;
  font-weight: normal;
}

.home .page-title, .home .hero-title {
  font-size: 42px;
}
.home h1, .home .h1 {
  font-size: 40px;
}
.home h2, .home .h2 {
  font-size: 36px;
}
.home h3, .home .h3 {
  font-size: 24px;
  line-height: 120%;
}
.home h4, .home .h4 {
  font-size: 20px;
}
.home h5, .home .h5 {
  font-size: 20px;
}

.filter-white {
  filter: var(--filter-color-white);
}

.filter-black {
  filter: var(--filter-color-site-black);
}

.filter-blue {
  filter: var(--filter-color-blue);
}

.filter-darkblue {
  filter: var(--filter-color-darkblue);
}

.filter-purple {
  filter: var(--filter-color-purple);
}

strong {
  font-weight: bold;
}

.text-18 p {
  font-size: 18px;
}

.text-24 p,
.text-24 span,
.laptop\:text-24 p,
.laptop\:text-24 span {
  font-size: 24px;
}

.text-32 p,
.text-32 span,
.laptop\:text-32 p,
.laptop\:text-32 span {
  font-size: 32px;
}

.text-16 p,
.laptop\:text-16 p {
  font-size: 16px;
}

.leading-normal p {
  line-height: 1.5;
}

.font-normal {
  font-weight: 400 !important;
}

.font-medium span,
.font-medium p {
  font-weight: 500;
}

.text-20 p {
  font-size: 20px;
  line-height: 28px;
}

.text-white p, .text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white span, .text-white a, .text-white li, .text-white div {
  color: white;
}

.z-1000 {
  z-index: 1000;
}

.text-black h2,
.text-black h3,
.text-black li,
.text-black span,
.text-black p {
  color: var(--color-site-black);
}

.text-10 div, .text-10 span {
  font-size: 10px;
}

.leading-0 {
  line-height: 0;
}

/*** Universal ***/
*,
::before,
::after {
  box-sizing: border-box;
}

.frm_fields_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.frm_fields_container input, .frm_fields_container textarea, .frm_fields_container select {
  background-color: var(--color-site-white) !important;
  border: 1px solid var(--color-secondary) !important;
  border-radius: 4px;
  margin-bottom: 8px;
  color: var(--color-secondary) !important;
  font-weight: 900;
}
.frm_fields_container input::placeholder, .frm_fields_container textarea::placeholder, .frm_fields_container select::placeholder {
  color: var(--color-secondary) !important;
}
.frm_fields_container input option, .frm_fields_container textarea option, .frm_fields_container select option {
  font-weight: bold;
}
.frm_fields_container .frm_submit {
  margin: 8px auto 0;
}
.frm_fields_container .frm_submit button {
  cursor: pointer;
}
.frm_fields_container .frm_submit a {
  display: none;
}
.frm_fields_container .frm6 {
  max-width: 48%;
}
.frm_fields_container .frm_radio {
  display: inline-block;
  margin-right: 15px;
}
.frm_fields_container .frm_radio label {
  display: flex;
  align-items: center;
  gap: 4px;
}

.frm_error_style {
  color: var(--color-site-black);
  font-size: 12px;
  margin-bottom: 8px;
}

.frm_error {
  margin-top: -5px;
  margin-bottom: 12px;
  color: red;
}

.frm_form_field {
  flex: 1 100%;
  margin-bottom: 9px;
}

.frm_form_field.frm_half {
  flex: 1 50%;
  max-width: 49%;
}

legend {
  display: none;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

iframe {
  max-width: 100%;
}

div,
section {
  position: relative;
}

* {
  transition: background 0.4s, color 0.4s, border-color 0.4s, filter 0.4s, opacity 0.4s, max-width 0.4s, max-height 0.4s, border 0.4s, padding 0.4s;
}

*:focus {
  outline: none;
}

img.iconImage {
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
}

.OSX .btn, .OSX .frm_fields_container .frm_submit button, .frm_fields_container .frm_submit .OSX button, .OSX .wp-block-button__link {
  padding: 14px 17px 16px;
}
.OSX header#masthead .header-phone a {
  padding: 9px 17px 11px;
}

.blue-shadow {
  box-shadow: 4px 4px 0px 0px var(--color-primary);
}
.blue-shadow.gradient-shadow {
  box-shadow: 4px 4px 0px 0px linear-gradient(#1a94ff 0%, #0043e5 100%);
}
.blue-shadow.wide-shadow {
  box-shadow: 6px 6px 0px 0px var(--color-primary);
}
.blue-shadow.wide-shadow.gradient-shadow {
  box-shadow: 6px 6px 0px 0px linear-gradient(#1a94ff 0%, #0043e5 100%);
}
.blue-shadow.extra-wide-shadow {
  box-shadow: 8px 8px 0px 0px var(--color-primary);
}
.blue-shadow.extra-wide-shadow.gradient-shadow {
  box-shadow: 8px 8px 0px 0px linear-gradient(#1a94ff 0%, #0043e5 100%);
}

.yellow-gradient, .btn.blueBtn, .blueBtn.wp-block-button__link, .frm_fields_container .frm_submit button {
  background-image: linear-gradient(#ffbf0b 0%, #ffd766 100%);
}

.blue-gradient, .btn.purpleBtn, .frm_fields_container .frm_submit button.purpleBtn, .purpleBtn.wp-block-button__link {
  background-image: linear-gradient(#1a94ff 0%, #0043e5 100%);
}
.blue-gradient.reverse, .reverse.btn.purpleBtn, .frm_fields_container .frm_submit button.reverse.purpleBtn, .reverse.purpleBtn.wp-block-button__link {
  background-image: linear-gradient(#0043e5 0%, #1a94ff 100%);
}

.purple-gradient, .accordionItem .accordionTitle {
  background-image: linear-gradient(-180deg, #8a00e5 0%, #5200c6 100%);
}

.btn, .frm_fields_container .frm_submit button, .wp-block-button__link {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  min-width: 150px;
  padding: 16px 17px 14px;
  border-radius: 80px;
  text-align: center;
  border: none;
  line-height: 100%;
  color: white !important;
  position: relative;
  margin-top: 16px;
  transition: none;
}
.btn img.iconImage, .frm_fields_container .frm_submit button img.iconImage, .wp-block-button__link img.iconImage {
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
  max-height: 14px;
}
.btn.big-btn, .frm_fields_container .frm_submit button.big-btn, .big-btn.wp-block-button__link {
  min-width: 150px;
  padding: 16px 17px 14px;
}
.btn.blueBtn, .blueBtn.wp-block-button__link, .frm_fields_container .frm_submit button {
  border-radius: 80px;
  color: var(--color-site-black) !important;
}
.btn.blueBtn:hover, .blueBtn.wp-block-button__link:hover, .frm_fields_container .frm_submit button:hover {
  background: #ffbf0b;
}
.btn.purpleBtn, .frm_fields_container .frm_submit button.purpleBtn, .purpleBtn.wp-block-button__link {
  border-radius: 80px;
  color: white !important;
}
.btn.purpleBtn:hover, .frm_fields_container .frm_submit button.purpleBtn:hover, .purpleBtn.wp-block-button__link:hover {
  background: var(--color-secondary);
}

.ghostBtn:hover {
  background: white;
  color: var(--color-secondary);
}

.social-icons-container {
  display: flex;
  justify-content: center;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.social-icons-container .social-media-account {
  width: 32px;
  height: 32px;
  position: relative;
  display: flex;
}
.social-icons-container .social-media-account img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.social-icons-container .social-media-account img.passive-icon {
  opacity: 1;
}
.social-icons-container .social-media-account:hover .passive-icon {
  opacity: 0;
}

.rounded-6 {
  border-radius: 6px;
}

.rounded-8 {
  border-radius: 8px !important;
}

.rounded-14 {
  border-radius: 14px;
}

.rounded-16 {
  border-radius: 16px;
}

.rounded-20 {
  border-radius: 20px;
}

.rounded-24 {
  border-radius: 24px;
}

.rounded-40 {
  border-radius: 40px;
}

.align-text-top {
  vertical-align: text-top !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.overlay.home-hero-overlay {
  background-color: rgba(6, 58, 98, 0.82);
}

.hoverIcon,
.passiveIcon {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.hoverIcon {
  z-index: 2;
  opacity: 0 !important;
}

.hoverSet:hover .hoverIcon,
.hoverSetOuterContainer:hover .hoverIcon {
  opacity: 1 !important;
}

.hoverSet.iconImages {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px;
}

.container {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.flexHalf {
  flex: 1 50%;
}

.flexThird {
  flex: 1 33%;
}

.flexFull {
  flex: 1 100%;
}

ul {
  list-style: none;
  padding-left: 0;
  margin: 10px 0;
}
ul li {
  color: var(--color-secondary);
}

.page-top ul li, footer ul li {
  margin-bottom: 16px;
  list-style: none;
  padding-left: 25px;
  background: url("/wp-content/uploads/bullet_star_blue.svg") no-repeat 0 1px;
}

form input,
form select {
  height: 40px !important;
}
form input,
form select,
form textarea {
  background-color: var(--color-site-white);
  border: 1px solid var(--color-site-black) !important;
  border-radius: 0;
  padding: 8px 10px 4px;
  width: 100%;
}
form input::placeholder,
form select::placeholder,
form textarea::placeholder {
  color: var(--color-site-black) !important;
}
form label {
  display: block;
  text-align: left;
}
form .frm_verify {
  display: none;
}

.labelHide label {
  display: none !important;
}

img.alignright {
  float: right;
}

img.alignleft {
  float: left;
}

.se-widget-button {
  cursor: pointer;
}

.center-x, ul#primary-menu > li:hover > a:before {
  left: 50%;
  transform: translateX(-50%);
}

.center-y, .about-links .about-links-inner a:after {
  top: 50%;
  transform: translateY(-50%);
}

.center-xy {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.accordionItem {
  margin-bottom: 16px;
}
.accordionItem .accordionTitle {
  cursor: pointer;
  line-height: 130%;
  color: white;
  padding: 17px 48px 17px 15px;
  border-radius: 4px;
  font-size: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.accordionItem .accordionTitle:after {
  content: "";
  background: white;
  width: 22px;
  height: 4px;
  transform: rotate(90deg);
  position: absolute;
  right: 20px;
  line-height: 0;
  transition: transform 0.4s;
}
.accordionItem .accordionTitle:before {
  content: "";
  background: white;
  width: 22px;
  height: 4px;
  position: absolute;
  right: 20px;
  line-height: 0;
  transition: transform 0.4s;
}
.accordionItem .accordionContent {
  max-height: 0;
  opacity: 0;
  padding: 0 20px;
  overflow: hidden;
}
.accordionItem .accordionContent p:first-of-type {
  margin-top: 0;
}
.accordionItem.active .accordionTitle:after {
  transform: rotate(180deg);
}
.accordionItem.active .accordionContent {
  max-height: 1800px;
  opacity: 1;
  padding: 10px 20px;
}
.accordionItem:last-of-type {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.bg-none {
  background: none !important;
}

img {
  max-width: 100%;
}

.border-b-solid {
  border-bottom-style: solid;
}

.border-t-solid {
  border-top-style: solid;
}

.border-l-solid {
  border-left-style: solid;
}

.border-r-solid {
  border-right-style: solid;
}

.border-b-12 {
  border-bottom-width: 12px;
}

.columns-2 {
  column-count: 2;
}

.yellow-bg {
  background-image: linear-gradient(#ffbf0b 0%, #ffd766 100%);
}

/*** Universal Sections ***/
/* Hero */
.hero .hero-coupon .hero-image {
  border-radius: 20px 0 0 20px;
  object-fit: cover;
}
.hero .hero-coupon a {
  padding: 12px 24px 10px;
}
.hero .hero-coupon h2 {
  font-size: 42px;
  margin-bottom: 10px;
}
.hero .hero-coupon h3 {
  margin-bottom: 6px;
}
.hero .hero-btn a {
  padding: 12px 12px 10px;
}
.hero .hero-btn a.requestBtn {
  min-width: 140px;
}
.hero .hero-coupon-arrow {
  max-width: 63px;
  width: 100%;
  position: absolute;
  right: 20px;
  bottom: 70px;
}

@media screen and (max-width: 1000px) {
  .interior-hero .hero-coupon-arrow {
    bottom: 40px;
  }
}

/* Hiring */
.hiring-section .hiring-right img {
  max-width: 92px;
}

/* Service Area */
.service-area-section ul {
  display: flex;
  flex-wrap: wrap;
}
.service-area-section ul li {
  flex: 1 25%;
}

/* Testimonials */
@media screen and (min-width: 1024px) {
  .testimonials-extra-padding .kitteh {
    margin-top: 70px;
  }
  .testimonials-extra-padding h2 {
    margin-bottom: 32px;
  }
}

/*** Glide ***/
.glide__bullets .glide__bullet {
  background: var(--color-site-black);
  border: none !important;
  margin: 0 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  padding: 0;
}
.glide__bullets .glide__bullet.glide__bullet--active {
  background: var(--color-primary);
}
.glide__bullets.glide__bullets .glide__bullet {
  background: var(--color-site-white);
}
.glide__bullets.glide__bullets .glide__bullet.glide__bullet--active {
  background: var(--color-primary);
}
.glide__bullets.glide__bullets.dark-bullets .glide__bullet {
  background: var(--color-site-black);
}
.glide__bullets.glide__bullets.dark-bullets .glide__bullet.glide__bullet--active {
  background: var(--color-primary);
}

.glide__arrows {
  width: 200px;
  max-width: 115px;
  margin: 16px auto 0;
  text-align: center;
}
.glide__arrows .glide__arrow {
  padding: 0;
  border: none;
  background: none;
  margin: 0 6px;
}

/*** Curves and Clips ***/
@media screen and (max-width: 1024px) {
  .has-coupon .clip-left {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 26% 100%, 0 92%);
  }
}

.clip-left {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 23% 100%, 0 93%);
}
@media screen and (max-width: 1024px) {
  .clip-left {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 26% 100%, 0 88%);
  }
}
.clip-left + .curve, .clip-left .curve {
  background: url("/wp-content/uploads/curve_desktop_left.png") center/100% 100%;
  position: absolute;
  width: 100%;
  height: 86px;
  bottom: -40px;
}
@media screen and (max-width: 1024px) {
  .clip-left + .curve, .clip-left .curve {
    background: url("/wp-content/uploads/curve_mobile_left.png") center/100% 100%;
    bottom: -30px;
  }
  .clip-left.home-clip {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 26% 100%, 0 95%);
  }
}
.clip-left.home-clip + .curve, .clip-left.home-clip .curve {
  background: url("/wp-content/uploads/home-purple-curve.png") center/100% 100%;
  position: absolute;
  width: 100%;
  height: 86px;
  bottom: -40px;
}
@media screen and (max-width: 1024px) {
  .clip-left.home-clip + .curve, .clip-left.home-clip .curve {
    background: url("/wp-content/uploads/home-purple-curve.png") center/100% 100%;
    bottom: -30px;
  }
}

.clip-right.bottom-clip {
  clip-path: polygon(0 0, 100% 0%, 100% 93%, 60% 100%, 0 100%);
}
@media screen and (max-width: 1024px) {
  .clip-right.bottom-clip {
    clip-path: polygon(0 0, 100% 0, 100% 93%, 60% 100%, 0 100%);
  }
}
.clip-right.bottom-clip + .curve, .clip-right.bottom-clip .curve {
  background: url("/wp-content/uploads/curve_desktop_right.png") center/100% 100%;
  position: absolute;
  width: 100%;
  height: 86px;
  bottom: -40px;
}
@media screen and (max-width: 1024px) {
  .clip-right.bottom-clip + .curve, .clip-right.bottom-clip .curve {
    background: url("/wp-content/uploads/curve_mobile_right.png") center/100% 100%;
    bottom: -30px;
  }
}
.clip-right.top-clip {
  clip-path: polygon(100% 0, 100% 100%, 0% 100%, 0 6%, 25% 12%, 66% 13%);
}
@media screen and (max-width: 1024px) {
  .clip-right.top-clip {
    clip-path: polygon(100% 0, 100% 100%, 0% 100%, 0 6%, 25% 9%, 66% 7%);
  }
}
.clip-right.top-clip + .curve, .clip-right.top-clip .curve {
  background: url("/wp-content/uploads/curve_desktop_right.png") center/100% 100%;
  position: absolute;
  width: 100%;
  height: 86px;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .clip-right.top-clip + .curve, .clip-right.top-clip .curve {
    background: url("/wp-content/uploads/curve_mobile_right.png") center/100% 100%;
    bottom: -30px;
  }
}

.top-clip-container {
  margin-top: -60px;
  padding-top: 100px;
  z-index: 999;
}

.home-join .clip-left {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 23% 100%, 0 88%);
}

.home-reviews .home-reviews-inner .testimonials-section {
  padding-top: 80px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 6%, 50% 13%);
}
.home-reviews .home-reviews-inner:before {
  content: "";
  background: url(/wp-content/uploads/curve_desktop_right.png) center/100% 100%;
  position: absolute;
  width: 100%;
  height: 86px;
  top: 0;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .home-reviews .home-reviews-inner .testimonials-section {
    clip-path: unset;
    padding-top: 0;
  }
  .home-reviews .home-reviews-inner:before {
    background: none;
  }
  .home-guarantees .guarantees-left-image {
    height: 100%;
  }
  .home-guarantees .guarantees-left-image .guarantees-left-image-inner {
    clip-path: polygon(0 0, 100% 0, 100% 78%, 43% 100%, 0 88%);
  }
  .home-guarantees .guarantees-left-image:after {
    content: "";
    background: url(/wp-content/uploads/curve_mobile_right.png) center/100% 100%;
    position: absolute;
    width: 100%;
    height: 86px;
    bottom: -20px;
    left: 0;
    z-index: 10;
  }
}

.services-cta .clip-right.bottom-clip {
  clip-path: polygon(0 0, 100% 0%, 100% 89%, 60% 100%, 0 100%);
}

/*** Header ***/
header#masthead {
  position: fixed;
  width: 100%;
  z-index: 9999;
}
header#masthead .headerLogo {
  line-height: 0;
}
header#masthead .headerLogo img {
  max-width: 240px;
}
header#masthead .headerLogo img.stickyLogo {
  display: none;
}
header#masthead .header-phone a {
  margin: 0;
  padding: 11px 17px 9px;
  font-size: 16px;
  min-width: 120px;
}
@media screen and (min-width: 1000px) {
  header#masthead.customSticky {
    max-width: 100%;
    background: var(--color-smoke);
  }
  header#masthead.customSticky .headerMain {
    padding: 6px 20px;
  }
  header#masthead.customSticky .headerMain #site-navigation #primary-menu li a {
    color: var(--color-site-black);
  }
  header#masthead.customSticky .headerMain #site-navigation #primary-menu li:hover a {
    color: var(--color-tertiary);
  }
  header#masthead.customSticky .headerMain #site-navigation #primary-menu li:hover a:before {
    display: none;
  }
  header#masthead.customSticky .headerMain .headerScheduleLink {
    padding-top: 11px !important;
    padding-bottom: 11px !important;
  }
  header#masthead.customSticky .headerMain .headerLogo img.passiveLogo {
    display: none;
  }
  header#masthead.customSticky .headerMain .headerLogo img.stickyLogo {
    display: block;
  }
}
@media screen and (max-width: 1280px) {
  header#masthead .headerSchedule {
    display: none;
  }
}
header#masthead nav#site-navigation, header#masthead .headerCall {
  display: inline-block;
}

ul#primary-menu > li:hover > a {
  position: relative;
}
ul#primary-menu > li:hover > a:before {
  content: "" !important;
  width: 90%;
  height: 2px;
  position: absolute;
  bottom: -1px;
  background: var(--color-primary);
}
ul#primary-menu li {
  display: inline-block;
  position: relative;
  margin: 0;
}
ul#primary-menu li a {
  font-size: 16px;
  border: 1px solid transparent;
  border-radius: 15px 15px 0 0;
  padding: 4px 10px;
  margin: 0;
  font-weight: 800;
  display: inline-block;
  color: var(--color-site-white);
  letter-spacing: 0.03em;
  line-height: 24px;
  transition: none;
  width: 100%;
}
@media screen and (max-width: 1350px) {
  ul#primary-menu li a {
    font-size: 14px;
  }
}
ul#primary-menu li ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  background: var(--color-site-grey);
  margin: 0;
  text-align: left;
  padding: 8px 3px;
  min-width: 280px;
}
ul#primary-menu li ul.sub-menu li {
  display: block !important;
}
ul#primary-menu li ul.sub-menu li a {
  margin: 0 !important;
  padding: 6px 15px 6px 25px !important;
  color: var(--color-site-black) !important;
  font-weight: bold !important;
  background: url("/wp-content/uploads/bullet_star_blue.svg") 3% 49%/10px no-repeat;
}
ul#primary-menu li ul.sub-menu li a:hover {
  padding: 6px 13px 6px 25px !important;
  color: var(--color-tertiary) !important;
  background: url("/wp-content/uploads/bullet_star_purple.svg") 3% 49%/10px no-repeat;
}
ul#primary-menu li ul.sub-menu .sub-menu {
  display: none !important;
}
ul#primary-menu li:nth-last-child(1) .sub-menu {
  left: unset;
  right: 0;
  border-radius: 8px 0 8px 8px;
}
ul#primary-menu li:nth-last-child(2) .sub-menu {
  left: unset;
  right: 0;
  border-radius: 8px 0 8px 8px;
}
ul#primary-menu li.menu-item-has-children:hover .sub-menu {
  display: block;
}

/*** Universal Hero Settings ***/
.hero-book-btn .desktopOnly {
  min-width: 180px;
}

/*** Home ***/
.home-about .home-about-top {
  transform: translateY(-20px);
}

.home-services .home-service-item {
  max-width: 335px;
}
.home-services .home-service-item .service-hover-arrow {
  max-width: 0;
}
.home-services .home-service-item:hover .service-hover-arrow {
  max-width: 38px;
}
.home-services .home-services-bot .home-services-bot-inner h2 {
  margin-bottom: 8px;
}
.home-services .home-services-bot .home-services-bot-inner h5 {
  margin: 0;
}
.home-services .home-services-bot .home-services-bot-inner .service-hover-arrow {
  transition: margin 0.3s;
}
.home-services .home-services-bot .home-services-bot-inner .service-hover-arrow-mobile.mobileOnly {
  display: inline-block;
  max-width: 16px;
  width: 100%;
  vertical-align: top;
  margin-left: 8px;
}
.home-services .home-services-bot .home-services-bot-inner:hover .service-hover-arrow {
  margin-right: -8px;
}

.home-guarantees .guarantees-item {
  align-self: stretch;
  height: auto;
}
.home-guarantees .guarantees-item .guarantees-item-inner {
  height: 100%;
}
.home-guarantees .guarantees-item .guarantees-item-inner .guarantees-item-content {
  height: 100%;
}
.home-guarantees .guarantees-left-image-inner {
  height: 226px;
}

.home-team .team-left {
  height: 450px;
}

.home-awards .home-award-item-inner img {
  max-width: 170px;
  max-height: 130px;
}

/*** Services Page ***/
.services-list ul, .submenu-list ul {
  column-count: 2;
  list-style-position: inside;
}
.services-tip .services-tip-image img {
  border-radius: 50%;
  top: -110px;
  max-width: 90px;
}
.services-tip .services-tip-items ul {
  column-count: 2;
  gap: 60px;
}
.services-tip .services-tip-items ul li {
  list-style: numbers;
  color: black;
  background: none;
  padding-left: 5px;
}

.services-guarantees .guarantee-item {
  height: auto;
  align-self: stretch;
}
.services-guarantees .guarantee-item .guarantee-item-inner, .services-guarantees .guarantee-item .guarantee-item-content {
  height: 100%;
}

.services-faq .services-faq-right .wpsp-faq-child__outer-wrap .wpsp-faq-item {
  background: none;
  border: none;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #d6d6d6;
}
.services-faq .services-faq-right .wpsp-faq-child__outer-wrap .wpsp-faq-item .wpsp-faq-questions {
  padding: 0 0 0 25px;
  background: url(/wp-content/uploads/bullet_star_blue.svg) no-repeat;
  background-position: 0 3px;
}
.services-faq .services-faq-right .wpsp-faq-child__outer-wrap .wpsp-faq-item .wpsp-faq-questions .wpsp-question {
  font-weight: bold;
  font-size: 20px;
  padding-right: 48px;
}
.services-faq .services-faq-right .wpsp-faq-child__outer-wrap .wpsp-faq-item .wpsp-faq-questions .wpsp-faq-icon-wrap {
  display: none;
}
.services-faq .services-faq-right .wpsp-faq-child__outer-wrap .wpsp-faq-item .wpsp-faq-questions:after {
  content: "";
  background: var(--color-primary);
  width: 18px;
  height: 4px;
  top: 12px;
  transform: rotate(90deg);
  position: absolute;
  right: 20px;
  line-height: 0;
  transition: transform 0.4s;
}
.services-faq .services-faq-right .wpsp-faq-child__outer-wrap .wpsp-faq-item .wpsp-faq-questions:before {
  content: "";
  background: var(--color-primary);
  width: 18px;
  height: 4px;
  top: 12px;
  position: absolute;
  right: 20px;
  line-height: 0;
  transition: transform 0.4s;
}
.services-faq .services-faq-right .wpsp-faq-child__outer-wrap .wpsp-faq-item:focus {
  outline: none !important;
}
.services-faq .services-faq-right .wpsp-faq-child__outer-wrap .wpsp-faq-item.wpsp-faq-item-active .wpsp-faq-questions:after {
  transform: none;
}
.services-faq .services-faq-right .wpsp-faq-child__outer-wrap:last-of-type .wpsp-faq-item {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.services-blog-items .services-blog-content div a {
  display: none;
}

.radon-section .radon-bottom .radon-item .radon-item-inner {
  height: 100%;
}

/*** Contact Page ***/
.contactSocial .social-icons-container {
  justify-content: flex-start;
}

/*** About Page ***/
.about-main-intro h3 {
  color: var(--color-site-black);
}

.about-owner h3 {
  color: var(--color-site-black);
}

.about-cat h3 {
  color: var(--color-site-black);
}

.about-links {
  background: url("/wp-content/uploads/star_bg_filtered.jpg") center/cover;
}
.about-links .about-links-inner a:after {
  content: "";
  background: url("/wp-content/uploads/arrow_circle_white.svg") center/cover;
  position: absolute;
  width: 24px;
  height: 24px;
  right: 0;
  margin-right: 16px;
  transition: margin 0.4s;
}
.about-links .about-links-inner a:hover:after {
  margin-right: 10px;
}

/*** Membership Page ***/
.membership-intro .intro-section-inner {
  gap: 100px;
}
.membership-intro .intro-section-inner .intro-left {
  max-width: 270px;
}
.membership-intro .intro-section-inner .intro-left img {
  max-width: 270px;
  width: 100%;
}
.membership-intro .intro-section-inner .intro-right {
  max-width: 550px;
}

.mem-add-bene .mem-add-bene-left h2 {
  color: var(--color-tertiary);
}
.mem-add-bene .mem-add-bene-left li {
  background-size: 10px;
  background-position: 0 5px;
  padding-left: 16px;
}

/*** Products Page ***/
.products-section .product-item img {
  max-height: 200px;
}

/*** Default Page ***/
/* Checklist Page */
.checklist-gap {
  gap: 60px !important;
}

.checlist-form-column form {
  padding: 20px;
  background: var(--color-smoke);
}

/*** Error 404 Page ***/
.errorAnchor {
  background-color: var(--color-primary);
  color: var(--color-site-white);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  cursor: pointer;
  position: relative;
  border-radius: 14px;
  box-shadow: none;
}
.errorAnchor .errorText {
  font-size: 24px;
  line-height: 100%;
  font-weight: bold;
  color: var(--color-site-white);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
}
.errorAnchor:hover {
  background: var(--color-secondary);
  color: white !important;
}
.errorAnchor:hover .errorText {
  color: White;
}

.backBtn {
  cursor: pointer;
  max-width: 300px;
  text-transform: none;
}

/*** Price Comparison ***/
.price-comparison-iframe iframe {
  max-width: 100%;
  width: 100%;
  border: 0;
  height: 550px;
}
@media screen and (max-width: 767px) {
  .price-comparison-iframe iframe {
    max-height: 50vw;
  }
}

.price-comparison-award-item img {
  max-height: 100px;
  max-width: 150px;
  margin: 0 auto;
}

.price-comparison-cta-bg {
  z-index: -1;
  top: 8px;
  left: 8px;
}

/*** Blog / Expert Tips ***/
.sidebar-cats #cats-picker {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  background-color: var(--color-site-white);
  background-image: linear-gradient(45deg, #0000 50%, var(--color-primary) 50%), linear-gradient(135deg, var(--color-primary) 50%, #0000 50%), linear-gradient(to right, var(--color-secondary), var(--color-secondary));
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  border: none;
  box-sizing: border-box;
  display: inline-block;
  font-size: 16px;
  line-height: 1.5em;
  margin: 0;
  min-width: 100%;
  padding: 0.5em 3.5em 0.5em 1em;
}

/*** Footer ***/
footer .btn, footer .frm_fields_container .frm_submit button, .frm_fields_container .frm_submit footer button, footer .wp-block-button__link {
  width: 200px;
}
footer .hiring-col img {
  max-width: 97px;
}

/*** Media Queries ***/
@media screen and (min-width: 1024px) {
  .mobileOnly {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  /*** Structure ***/
  .desktopOnly {
    display: none !important;
  }

  .flexHalf,
.flexThird {
    flex: 1 100%;
    padding: 0;
  }

  .hoverSet.iconImages {
    width: 13px;
    height: 13px;
    margin-right: 7px;
    vertical-align: middle;
  }

  img {
    max-width: 100%;
  }

  /*** Typography ***/
  .page-title {
    font-size: 40px;
  }

  h1, .h1 {
    font-size: 32px;
  }

  h2, .h2 {
    font-size: 24px;
  }

  h3, .h3 {
    font-size: 20px;
  }

  h4, .h4 {
    font-size: 18px;
  }

  h5, .h5 {
    font-size: 16px;
  }

  .home .page-title {
    font-size: 40px;
  }
  .home h1, .home .h1 {
    font-size: 40px;
  }
  .home h2, .home .h2 {
    font-size: 32px;
  }
  .home h3, .home .h3 {
    font-size: 20px;
  }
  .home h4, .home .h4 {
    font-size: 20px;
  }
  .home h5, .home .h5 {
    font-size: 16px;
  }

  /*** Universal ***/
  /* Glide */
  .glide__arrows {
    margin-top: 4px;
    margin-bottom: 10px;
  }

  .testimonials-section .testimonials-kitteh {
    max-width: 230px;
  }

  body:not(.home) .testimonials-section-inner {
    padding-bottom: 60px;
  }

  /* Hiring */
  .hiring-right-inner p:first-of-type {
    margin: 0 0 6px 0;
  }

  /* Service Area */
  .service-area-section .sa-kitteh {
    max-width: 200px;
  }

  /*** Heaer ***/
  html[lang=en-US] {
    margin: 0 !important;
  }

  div#wpadminbar {
    display: none;
  }

  header .headerLogo.logo {
    line-height: 0;
    max-width: 209px;
  }
  header .headerLogo.logo * {
    line-height: 0;
  }
  header .headerLogo.logo img {
    width: 100%;
  }
  header .headerMainInner {
    padding: 8px;
  }
  header .headerMainInner ul#primary-menu li {
    display: block;
    padding: 0 16px 0 26px;
  }
  header .headerMainInner ul#primary-menu li a {
    font-size: 16px;
    padding: 10px 10px 10px 0;
    color: var(--color-site-white);
    font-weight: 600;
  }
  header .headerMainInner ul#primary-menu li a:before {
    display: none;
  }
  header .headerMainInner ul#primary-menu li:last-of-type {
    line-height: 0;
  }
  header .headerMainInner ul#primary-menu li:last-of-type a {
    border-bottom: none;
  }
  header .headerMainInner ul#primary-menu li.blueBtn {
    max-width: 140px;
    margin: 0 auto 24px;
    padding: 7px;
  }
  header .headerMainInner ul#primary-menu li.blueBtn a {
    padding: 0;
  }
  header .headerMainInner ul#primary-menu li.mobile-menu-button a {
    border-radius: 18px;
    background-image: linear-gradient(#ffd766 0%, #ffbf0b 100%);
    color: var(--color-site-black);
    max-width: 133px;
    height: 36px;
    display: block;
    margin: 0 auto 24px;
    text-align: center;
    padding: 7px;
  }
  header .headerMainInner ul#primary-menu .btn.greenBtn, header .headerMainInner ul#primary-menu .frm_fields_container .frm_submit button.greenBtn, .frm_fields_container .frm_submit header .headerMainInner ul#primary-menu button.greenBtn, header .headerMainInner ul#primary-menu .wp-block-button__link {
    margin: 0 auto;
    font-size: 16px;
    max-width: 120px;
    padding: 0;
    height: 40px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
  header .headerMainInner ul#primary-menu .activeMenu a {
    color: white !important;
  }
  header .headerMainInner ul#primary-menu .activeMenu > a {
    display: inline-block;
    width: auto;
    border-bottom: 1px solid var(--color-primary);
    padding: 10px 0 2px;
  }
  header .headerMainInner ul#primary-menu .activeMenu.menu-item-has-children .sub-menu {
    display: block !important;
  }
  header .headerMainInner ul#primary-menu .activeMenu .minus {
    display: block !important;
  }
  header .headerMainInner ul#primary-menu .activeMenu .plus {
    display: none;
  }
  header .headerMainInner ul#primary-menu ul.sub-menu {
    column-count: 1;
    width: 100%;
    padding: 0;
    box-shadow: none;
    margin: 0;
    position: relative;
    background: none;
    background: var(--color-site-black);
  }
  header .headerMainInner ul#primary-menu ul.sub-menu a {
    padding-left: 25px !important;
  }
  header .headerMainInner ul#primary-menu ul.sub-menu li {
    border: none !important;
    padding: 0;
  }
  header .headerMainInner ul#primary-menu .minus {
    display: none;
  }
  header .headerMainInner .activeMenu .fa-plus {
    display: none;
  }
  header .headerMainInner .activeMenu .fa-minus {
    display: block;
  }
  header .headerMainInner .menu-primary-menu-container {
    display: none;
    background: var(--color-site-black);
    position: fixed;
    width: 100vw;
    left: 0;
    top: 71px;
    max-height: calc(100vh - 71px);
    overflow-y: scroll;
    text-align: left;
    border-bottom: 4px solid var(--color-tertiary);
  }
  header .headerMainInner .menu-primary-menu-container a {
    background: none;
  }
  header .headerMainInner .closeMenu {
    text-align: center;
  }
  header .headerMainInner .closeMenu a {
    font-weight: bold;
  }
  header .headerMainInner .plusMinus {
    height: 22px;
    width: 22px;
    top: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .headerMainInner .plusMinus span {
    width: 100%;
    height: 100%;
  }
  header .headerMainInner .plusMinus span img {
    width: 100%;
    height: 100%;
  }
  header .headerMainInner .plusMinus .fa-minus {
    display: none;
  }
  header .headerMainInner .menu-item-has-children .sub-menu {
    display: none !important;
  }
  header .headerMainInner .activeMenu .fa-plus {
    display: none;
  }
  header .headerMainInner .activeMenu .fa-minus {
    display: block;
  }
  header .headerMainInner .activeMenu .minus {
    display: block !important;
  }
  header .headerMainInner .activeMenu .plus {
    display: none;
  }
  header .headerMainInner .activeMenu.menu-item-has-children .sub-menu {
    display: block !important;
  }
  header .headerRight img {
    max-width: 32px;
    width: 100%;
  }
  header.customSticky {
    border-top-width: 0;
    background: var(--color-smoke);
  }
  header.customSticky .headerMainInner {
    padding: 11px 8px;
  }
  header.customSticky .headerMainInner .headerLogo img {
    max-width: 145px !important;
  }
  header.customSticky .headerMainInner .headerRight {
    line-height: 0;
  }
  header.customSticky .headerMainInner .headerRight .menuIsOpen {
    line-height: 0;
  }
  header.customSticky .headerMainInner .menu-primary-menu-container {
    top: 64px;
    max-height: calc(100vh - 64px);
  }
  header.customSticky .headerMainInner .headerLogo img.passiveLogo {
    display: none;
  }
  header.customSticky .headerMainInner .headerLogo img.stickyLogo {
    display: block !important;
  }

  .admin-bar header#masthead {
    top: 0;
    z-index: 999999;
  }

  .toggled .menu-primary-menu-container {
    display: block !important;
  }

  .toggledMainMenu header .headerMainInner {
    background: var(--color-site-black);
    padding: 8px;
  }
  .toggledMainMenu header .headerMainInner .menuIsClosed {
    display: block !important;
  }
  .toggledMainMenu header .headerMainInner .menuIsOpen {
    display: none;
  }
  .toggledMainMenu header .headerMainInner .headerLogo img {
    max-width: 145px !important;
    width: 100%;
  }
  .toggledMainMenu header .headerMainInner .headerLogo img.passiveLogo {
    display: block;
  }
  .toggledMainMenu header .headerMainInner .headerLogo img.stickyLogo {
    display: none !important;
  }

  .menu-item-has-children .sub-menu {
    display: none !important;
  }

  li:not(.menu-item-has-children) .plusMinus {
    display: none;
  }

  /*** Home ***/
  .home-hero .hero-coupon .hero-image {
    border-radius: 20px 20px 0 0;
    object-position: 50% 35%;
    height: 160px;
    width: 100%;
  }
  .home-hero .hero-coupon a {
    padding: 12px 24px 10px;
  }
  .home-hero .hero-coupon h2 {
    font-size: 36px;
    margin-bottom: 0;
  }
  .home-hero .hero-coupon h3 {
    margin-bottom: 0;
  }
  .home-hero .hero-coupon-arrow {
    max-width: 51px;
    bottom: 40px;
  }

  .home-about .home-about-top {
    max-width: 325px;
    margin: 0 auto;
  }
  .home-about .home-about-top .glide__arrows {
    margin-top: 20px;
    margin-bottom: -5px;
  }
  .home-about .home-about-bottom .home-about-text h1 {
    margin-bottom: 16px;
  }

  .home-services {
    background: var(--color-site-black) !important;
  }
  .home-services .home-service-item .service-icon-image {
    max-width: 33px;
  }

  .home-team .team-left {
    height: 190px;
  }

  .home-join p {
    text-align: left;
  }
  .home-join p a.btn, .home-join p a.wp-block-button__link {
    margin: 16px auto 0;
    display: block;
    max-width: 140px;
  }

  .home-above-awards .clip-left {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 27% 100%, 0 82%);
  }

  .home-checklist h2 {
    font-size: 24px;
  }

  /*** About ***/
  .about-owner .about-image {
    height: 180px;
  }
  .about-owner .about-image img {
    clip: rect(0px, 1000px, 180px, 0px);
    position: absolute;
  }

  /*** Services ***/
  .services-menu-dropdown {
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    background-color: transparent;
    background-image: linear-gradient(45deg, #0000 50%, var(--color-primary) 50%), linear-gradient(135deg, var(--color-primary) 50%, #0000 50%);
    background-image: url("/wp-content/uploads/arrow_carrot_blue.svg");
    background-size: 14px;
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
    background-repeat: no-repeat;
    color: white;
    border: 1px solid var(--color-smoke);
    box-sizing: border-box;
    display: inline-block;
    font-size: 16px;
    line-height: 1.5em;
    margin: 0;
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    padding: 0.5em 3.5em 0.5em 1em;
    display: block;
  }
  .services-menu-dropdown option {
    color: var(--color-site-black);
  }

  .services-tip .services-tip-image img {
    top: -70px;
  }
  .services-tip .services-tip-items {
    max-height: 0;
    opacity: 0;
  }
  .services-tip .services-tip-items ul {
    column-count: 1;
  }
  .services-tip.active .plus {
    display: none;
  }
  .services-tip.active .minus {
    display: block;
  }
  .services-tip.active .services-tip-items {
    max-height: 2000px;
    opacity: 1;
  }

  /*** Membership ***/
  .membership-page .intro-left {
    max-width: 200px !important;
    margin: 0 auto 16px;
  }

  /*** Blog ***/
  .blog-left .blog-post .blog-post-inner {
    display: block;
  }
  .blog-left .blog-post .blog-post-inner .blog-post-image {
    height: 160px;
    max-width: 100%;
  }
  .blog-left .blog-post .blog-post-inner .blog-post-content {
    padding: 8px 16px;
  }

  /*** 404 Error Page ***/
  .errorLink .errorAnchor {
    margin-bottom: 16px;
    max-width: 100%;
    width: 100%;
  }

  .error-load-more-container .less {
    display: none;
  }
  .error-load-more-container a {
    margin-top: 0;
  }

  .active .errorAnchor {
    display: flex;
  }
  .active .error-load-more-container .more {
    display: none;
  }
  .active .error-load-more-container .less {
    display: inline-block;
  }

  /*** Footer ***/
  footer .footer-col {
    width: 100%;
  }
  footer .footer-col .footer-col-inner {
    margin-left: auto;
    margin-right: auto;
  }
  footer .footer-col .footer-col-inner .btn, footer .footer-col .footer-col-inner .frm_fields_container .frm_submit button, .frm_fields_container .frm_submit footer .footer-col .footer-col-inner button, footer .footer-col .footer-col-inner .wp-block-button__link {
    width: 140px;
  }
  footer .footer-col .logo-col img {
    max-width: 290px;
    margin: 0 auto;
  }
  footer .footer-col .location-col strong {
    display: block;
  }
}
/* purgecss end ignore */
.maxw1440 {
  max-width: 1440px;
}

.maxw1350 {
  max-width: 1350px;
}

.maxw1300 {
  max-width: 1300px;
}

.maxw1200 {
  max-width: 1200px;
}

.maxw1150 {
  max-width: 1150px;
}

.maxw1100 {
  max-width: 1100px;
}

.maxw1050 {
  max-width: 1050px;
}

.maxw1000 {
  max-width: 1000px;
}

.maxw900 {
  max-width: 900px;
}

.maxw850 {
  max-width: 850px;
}

.maxw800 {
  max-width: 800px;
}

.maxw750 {
  max-width: 750px;
}

.maxw700 {
  max-width: 700px;
}

.maxw650 {
  max-width: 650px;
}

.maxw600 {
  max-width: 600px;
}

.maxw550 {
  max-width: 550px;
}

.maxw500 {
  max-width: 500px;
}

.maxw450 {
  max-width: 450px;
}

.maxw400 {
  max-width: 400px;
}

.maxw350 {
  max-width: 350px;
}

.maxw300 {
  max-width: 300px;
}

.maxw250 {
  max-width: 250px;
}

.maxw200 {
  max-width: 200px;
}

.maxw150 {
  max-width: 150px;
}

.maxw100 {
  max-width: 100px;
}

.maxw50 {
  max-width: 50px;
}

/* ==========================================================================
   Bring in Site specific Styles
   ========================================================================== */
/*! purgecss start ignore */
/**
       *
       * Outputs css custom properties with a prefix into :root
       *
       * @param string $css_variables  css custom property name and value
       * @param string $prefix  Default "witsage" prefix added to each custom property
**/
/* ===========================  Theme  ========================== */
:root {
  --color-primary: #1a94ff;
  --color-secondary: #0043e5;
  --color-tertiary: #5200c6;
  --color-site-black: #222222;
  --color-site-grey: #f4f4f4;
  --color-site-white: #ffffff;
  --color-black: #000000;
  --color-grey: #cccccc;
  --color-white: #ffffff;
  --color-smoke: #f4f4f4;
  --filter-color-primary: brightness(0) invert(53%) sepia(42%) saturate(6334%) hue-rotate(191deg) brightness(103%) contrast(103%);
  --filter-color-blue: brightness(0) invert(53%) sepia(42%) saturate(6334%) hue-rotate(191deg) brightness(103%) contrast(103%);
  --filter-color-secondary: brightness(0) saturate(100%) invert(13%) sepia(76%) saturate(4771%) hue-rotate(222deg) brightness(108%) contrast(109%);
  --filter-color-darkblue: brightness(0) saturate(100%) invert(13%) sepia(76%) saturate(4771%) hue-rotate(222deg) brightness(108%) contrast(109%);
  --filter-color-tertiary: brightness(0) saturate(100%) invert(14%) sepia(100%) saturate(4816%) hue-rotate(266deg) brightness(72%) contrast(127%);
  --filter-color-purple: brightness(0) saturate(100%) invert(16%) sepia(72%) saturate(5728%) hue-rotate(265deg) brightness(71%) contrast(130%);
  --filter-color-site-black: brightness(0) saturate(100%) invert(0%) sepia(9%) saturate(0%) hue-rotate(224deg) brightness(89%) contrast(73%);
  --filter-color-site-grey: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(4427%) hue-rotate(330deg) brightness(118%) contrast(86%);
  --filter-color-site-white: brightness(0) saturate(100%) invert(100%);
  --filter-color-black: brightness(0) saturate(100%);
  --filter-color-white: brightness(0) saturate(100%) invert(100%);
  --filter-color-grey: brightness(0) saturate(100%) invert(98%) sepia(0%) saturate(485%) hue-rotate(134deg) brightness(88%) contrast(83%);
}
.hover\:text-white:hover {
  color: var(--color-site-white);
}
@media (min-width: 1024px) {
  .laptop\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .laptop\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .laptop\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .laptop\:mr-2 {
    margin-right: 0.5rem;
  }
  .laptop\:mb-20 {
    margin-bottom: 5rem;
  }
  .laptop\:mt-10 {
    margin-top: 2.5rem;
  }
  .laptop\:mt-20 {
    margin-top: 5rem;
  }
  .laptop\:mb-5 {
    margin-bottom: 1.25rem;
  }
  .laptop\:-mt-10 {
    margin-top: -2.5rem;
  }
  .laptop\:ml-16 {
    margin-left: 4rem;
  }
  .laptop\:mt-16 {
    margin-top: 4rem;
  }
  .laptop\:mt-8 {
    margin-top: 2rem;
  }
  .laptop\:mt-24 {
    margin-top: 6rem;
  }
  .laptop\:mb-16 {
    margin-bottom: 4rem;
  }
  .laptop\:mt-6 {
    margin-top: 1.5rem;
  }
  .laptop\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .laptop\:mt-32 {
    margin-top: 8rem;
  }
  .laptop\:mb-44 {
    margin-bottom: 11rem;
  }
  .laptop\:mb-12 {
    margin-bottom: 3rem;
  }
  .laptop\:mt-0 {
    margin-top: 0px;
  }
  .laptop\:mr-10 {
    margin-right: 2.5rem;
  }
  .laptop\:flex {
    display: flex;
  }
  .laptop\:grid {
    display: grid;
  }
  .laptop\:max-w-1\/2 {
    max-width: 50%;
  }
  .laptop\:max-w-350 {
    max-width: 350px;
  }
  .laptop\:flex-wrap {
    flex-wrap: wrap;
  }
  .laptop\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .laptop\:items-center {
    align-items: center;
  }
  .laptop\:justify-between {
    justify-content: space-between;
  }
  .laptop\:gap-12 {
    gap: 3rem;
  }
  .laptop\:gap-10 {
    gap: 2.5rem;
  }
  .laptop\:border {
    border-width: 1px;
  }
  .laptop\:border-b-2 {
    border-bottom-width: 2px;
  }
  .laptop\:border-l {
    border-left-width: 1px;
  }
  .laptop\:border-solid {
    border-style: solid;
  }
  .laptop\:border-purple {
    border-color: var(--color-tertiary);
  }
  .laptop\:border-b-blue {
    border-bottom-color: var(--color-primary);
  }
  .laptop\:border-l-white {
    border-left-color: var(--color-site-white);
  }
  .laptop\:p-6 {
    padding: 1.5rem;
  }
  .laptop\:p-2 {
    padding: 0.5rem;
  }
  .laptop\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .laptop\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .laptop\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .laptop\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .laptop\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .laptop\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .laptop\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .laptop\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .laptop\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .laptop\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .laptop\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .laptop\:pb-10 {
    padding-bottom: 2.5rem;
  }
  .laptop\:pt-11 {
    padding-top: 2.75rem;
  }
  .laptop\:pb-6 {
    padding-bottom: 1.5rem;
  }
  .laptop\:pl-5 {
    padding-left: 1.25rem;
  }
  .laptop\:pt-44 {
    padding-top: 11rem;
  }
  .laptop\:pb-40 {
    padding-bottom: 10rem;
  }
  .laptop\:pb-12 {
    padding-bottom: 3rem;
  }
  .laptop\:pr-4 {
    padding-right: 1rem;
  }
  .laptop\:pt-20 {
    padding-top: 5rem;
  }
  .laptop\:pb-7 {
    padding-bottom: 1.75rem;
  }
  .laptop\:pl-7 {
    padding-left: 1.75rem;
  }
  .laptop\:pr-11 {
    padding-right: 2.75rem;
  }
  .laptop\:pl-4 {
    padding-left: 1rem;
  }
  .laptop\:pt-6 {
    padding-top: 1.5rem;
  }
  .laptop\:pb-4 {
    padding-bottom: 1rem;
  }
  .laptop\:pl-3 {
    padding-left: 0.75rem;
  }
  .laptop\:pt-10 {
    padding-top: 2.5rem;
  }
  .laptop\:pb-3 {
    padding-bottom: 0.75rem;
  }
  .laptop\:pb-20 {
    padding-bottom: 5rem;
  }
  .laptop\:pl-6 {
    padding-left: 1.5rem;
  }
  .laptop\:pt-16 {
    padding-top: 4rem;
  }
  .laptop\:pb-8 {
    padding-bottom: 2rem;
  }
  .laptop\:pr-6 {
    padding-right: 1.5rem;
  }
  .laptop\:pr-2 {
    padding-right: 0.5rem;
  }
  .laptop\:pl-9 {
    padding-left: 2.25rem;
  }
  .laptop\:pt-2 {
    padding-top: 0.5rem;
  }
  .laptop\:pr-7 {
    padding-right: 1.75rem;
  }
  .laptop\:pl-10 {
    padding-left: 2.5rem;
  }
  .laptop\:text-center {
    text-align: center;
  }
  .laptop\:text-24 {
    font-size: 24px;
  }
}
@media (min-width: 1280px) {
  .desktop\:grid {
    display: grid;
  }
}
@media (max-width: 1024px) {
  .mob\:absolute {
    position: absolute;
  }
  .mob\:order-2 {
    order: 2;
  }
  .mob\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .mob\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .mob\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .mob\:mb-5 {
    margin-bottom: 1.25rem;
  }
  .mob\:mb-16 {
    margin-bottom: 4rem;
  }
  .mob\:mb-1 {
    margin-bottom: 0.25rem;
  }
  .mob\:mt-4 {
    margin-top: 1rem;
  }
  .mob\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .mob\:mt-2 {
    margin-top: 0.5rem;
  }
  .mob\:mb-4 {
    margin-bottom: 1rem;
  }
  .mob\:mt-10 {
    margin-top: 2.5rem;
  }
  .mob\:mb-20 {
    margin-bottom: 5rem;
  }
  .mob\:-mt-16 {
    margin-top: -4rem;
  }
  .mob\:mt-20 {
    margin-top: 5rem;
  }
  .mob\:mr-3 {
    margin-right: 0.75rem;
  }
  .mob\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .mob\:mr-2 {
    margin-right: 0.5rem;
  }
  .mob\:mb-0 {
    margin-bottom: 0px;
  }
  .mob\:mt-0 {
    margin-top: 0px;
  }
  .mob\:mt-7 {
    margin-top: 1.75rem;
  }
  .mob\:mt-6 {
    margin-top: 1.5rem;
  }
  .mob\:mb-3 {
    margin-bottom: 0.75rem;
  }
  .mob\:flex {
    display: flex;
  }
  .mob\:hidden {
    display: none;
  }
  .mob\:max-w-150 {
    max-width: 150px;
  }
  .mob\:max-w-250 {
    max-width: 250px;
  }
  .mob\:max-w-200 {
    max-width: 200px;
  }
  .mob\:max-w-300 {
    max-width: 300px;
  }
  .mob\:flex-wrap {
    flex-wrap: wrap;
  }
  .mob\:justify-center {
    justify-content: center;
  }
  .mob\:gap-4 {
    gap: 1rem;
  }
  .mob\:bg-black {
    background-color: var(--color-site-black);
  }
  .mob\:p-6 {
    padding: 1.5rem;
  }
  .mob\:p-4 {
    padding: 1rem;
  }
  .mob\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .mob\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .mob\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .mob\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .mob\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .mob\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .mob\:pb-1 {
    padding-bottom: 0.25rem;
  }
  .mob\:pb-10 {
    padding-bottom: 2.5rem;
  }
  .mob\:pl-4 {
    padding-left: 1rem;
  }
  .mob\:pr-5 {
    padding-right: 1.25rem;
  }
  .mob\:pb-8 {
    padding-bottom: 2rem;
  }
  .mob\:pt-10 {
    padding-top: 2.5rem;
  }
  .mob\:pt-16 {
    padding-top: 4rem;
  }
  .mob\:pl-9 {
    padding-left: 2.25rem;
  }
  .mob\:pt-20 {
    padding-top: 5rem;
  }
  .mob\:pb-48 {
    padding-bottom: 12rem;
  }
  .mob\:pt-5 {
    padding-top: 1.25rem;
  }
  .mob\:pr-3 {
    padding-right: 0.75rem;
  }
  .mob\:pl-2 {
    padding-left: 0.5rem;
  }
  .mob\:pb-3 {
    padding-bottom: 0.75rem;
  }
  .mob\:pr-6 {
    padding-right: 1.5rem;
  }
  .mob\:pb-28 {
    padding-bottom: 7rem;
  }
  .mob\:text-left {
    text-align: left;
  }
  .mob\:text-center {
    text-align: center;
  }
  .mob\:first-of-type\:mb-4:first-of-type {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1280px) {
  .lg\:block {
    display: block;
  }
}

/*# sourceMappingURL=app.css.map*/