/**
       *
       * 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
   ========================================================================== */
@tailwind components;
@tailwind utilities;
/* purgecss start ignore */
/*** Variables ***/
/*** Structure ***/
body {
  margin: 0;
}

.maxw {
  width: 100%;
}

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

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

::placeholder,
div,
input,
li,
p,
span,
ul {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 400;
  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: canada-type-gibson, sans-serif;
}

a {
  font-weight: 400;
  text-decoration: none;
  color: var(--color-primary);
}
a:hover {
  color: var(--color-tertiary);
}
a.alt-link-color {
  color: var(--color-secondary);
}
a.alt-link-color:hover {
  color: var(--color-quaternary);
}

.gibson {
  font-family: canada-type-gibson, sans-serif;
}

.hoss {
  font-family: hoss-sharp, sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: hoss-sharp, sans-serif;
  position: relative;
  color: var(--color-primary);
  font-weight: bold;
  line-height: 120%;
  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: 42px;
}

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

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

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

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

h5, .h5 {
  font-size: 18px;
  margin-bottom: 16px;
  line-height: 120%;
  color: var(--color-site-black);
  font-weight: normal;
}

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

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

.filter-white, .home-services .home-services-list .home-service-list-item a .home-service-list-item-inner img {
  filter: var(--filter-color-white);
}

.filter-blue, .home-services .home-services-list .home-service-list-item a:hover .home-service-list-item-inner img {
  filter: var(--filter-color-blue);
}

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

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

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

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 span, .text-white a, .text-white li, .text-white div {
  color: white;
}

.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-primary) !important;
  border-radius: 4px;
  margin-bottom: 8px;
  color: var(--color-primary) !important;
  font-weight: 900;
}
.frm_fields_container input::placeholder, .frm_fields_container textarea::placeholder, .frm_fields_container select::placeholder {
  color: var(--color-primary) !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;
}
@media screen and (min-width: 1000px) {
  .frm_fields_container .frm6 {
    max-width: 48%;
  }
}

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

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

.btn, .frm_fields_container .frm_submit button, .wp-block-button__link {
  font-size: 16px;
  display: inline-block;
  min-width: 120px;
  padding: 14.5px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  line-height: 100%;
}
.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.bigBtn, .frm_fields_container .frm_submit button.bigBtn, .bigBtn.wp-block-button__link {
  font-size: 20px;
}
.btn.blueBtn, .frm_fields_container .frm_submit button.blueBtn, .blueBtn.wp-block-button__link {
  background: var(--color-primary);
  color: white !important;
}
.btn.blueBtn:hover, .frm_fields_container .frm_submit button.blueBtn:hover, .blueBtn.wp-block-button__link:hover {
  background: var(--color-site-black);
}
.btn.redBtn, .redBtn.wp-block-button__link, .frm_fields_container .frm_submit button {
  background: var(--color-tertiary);
  color: white;
}
.btn.redBtn:hover, .redBtn.wp-block-button__link:hover, .frm_fields_container .frm_submit button:hover {
  background: var(--color-site-black);
}
.btn.redBtn.altHover:hover, .redBtn.altHover.wp-block-button__link:hover, .frm_fields_container .frm_submit button.altHover:hover {
  background: white;
  color: var(--color-site-black);
}
.btn.redBtn.blueBtn, .redBtn.blueBtn.wp-block-button__link, .frm_fields_container .frm_submit button.blueBtn {
  background: var(--color-primary);
  color: white !important;
}
.btn.redBtn.blueBtn:hover, .redBtn.blueBtn.wp-block-button__link:hover, .frm_fields_container .frm_submit button.blueBtn:hover {
  background: var(--color-site-black);
}
@media screen and (min-width: 1000px) {
  .btn.phoneBtn, .frm_fields_container .frm_submit button.phoneBtn, .phoneBtn.wp-block-button__link {
    color: white;
    text-transform: none;
    background: none !important;
  }
  .btn.phoneBtn span, .frm_fields_container .frm_submit button.phoneBtn span, .phoneBtn.wp-block-button__link span {
    color: var(--color-secondary);
  }
  .btn.phoneBtn.text-blue, .frm_fields_container .frm_submit button.phoneBtn.text-blue, .phoneBtn.text-blue.wp-block-button__link {
    color: var(--color-primary);
  }
  .btn.phoneBtn.text-blue span, .frm_fields_container .frm_submit button.phoneBtn.text-blue span, .phoneBtn.text-blue.wp-block-button__link span {
    color: var(--color-primary);
  }
}
@media screen and (max-width: 1000px) {
  .btn.phoneBtn, .frm_fields_container .frm_submit button.phoneBtn, .phoneBtn.wp-block-button__link {
    padding: 10px 8px !important;
  }
}
.btn.whiteBtn, .frm_fields_container .frm_submit button.whiteBtn, .whiteBtn.wp-block-button__link {
  background: white;
  color: var(--color-site-black);
}
.btn.whiteBtn:hover, .frm_fields_container .frm_submit button.whiteBtn:hover, .whiteBtn.wp-block-button__link:hover {
  color: white;
}

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

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

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

.img-box-shadow img {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

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

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

.page-id-29 .wp-block-columns {
  gap: 0;
  text-align: center;
}
.page-id-29 .wp-block-columns .btn, .page-id-29 .wp-block-columns .frm_fields_container .frm_submit button, .frm_fields_container .frm_submit .page-id-29 .wp-block-columns button, .page-id-29 .wp-block-columns .wp-block-button__link {
  margin-top: 10px;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.overlay.home-club-overlay, .overlay.services-locations-overlay {
  background-color: rgba(6, 58, 98, 0.82);
}
.overlay.blue-overlay {
  background-image: linear-gradient(to bottom, #042035, rgba(28, 79, 116, 0.81));
  opacity: 0.92;
}

.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: disc;
  padding-left: 25px;
  margin: 10px 0;
}
ul li::marker {
  color: var(--color-tertiary);
}

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 {
  left: 50%;
  transform: translateX(-50%);
}

.center-y {
  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%;
  background: var(--color-primary);
  color: white;
  padding: 17px 20px;
  font-size: 24px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.accordionItem .accordionTitle:after {
  content: url(/wp-content/uploads/icon_minus_lt_blue.svg);
  transform: rotate(90deg);
  position: absolute;
  right: 20px;
  line-height: 0;
  transition: transform 0.4s;
}
.accordionItem .accordionTitle:before {
  content: url(/wp-content/uploads/icon_minus_lt_blue.svg);
  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: 1000px;
  opacity: 1;
  padding: 10px 20px;
}

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

img {
  max-width: 100%;
}

.border-top-6px {
  border-top: 6px solid var(--color-primary);
}

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

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

.first-p-mt-0 p:first-of-type {
  margin-top: 0;
}

.bg-darkblue ul li::marker {
  color: white !important;
}

/*** Universal Sections ***/
.bg-wood {
  background: url("/wp-content/uploads/wood_texture.jpg") center/cover;
}

.service-area-only {
  display: none;
}

.page-template-template-service-area .service-area-only {
  display: block;
  padding-left: 0;
}

.page-id-29 .service-area-only {
  display: none;
}

/* Service Area */
.home-service-area-text li {
  margin-bottom: 10px;
}
.home-service-area-text li a:hover {
  text-decoration: underline;
}

/* Testimonials */
.testimonials-section .testimonial-bg-main {
  clip-path: polygon(0 0%, 100% 7%, 100% 100%, 0% 100%);
}
.testimonials-section .overlay {
  clip-path: polygon(0 0%, 100% 7%, 100% 100%, 0% 100%);
  background-color: rgba(13, 11, 11, 0.6);
}
.testimonials-section .testimonial-top-border {
  background: var(--color-tertiary);
  clip-path: polygon(0 0%, 100% 68%, 100% 100%, 0% 47%);
  height: 60px;
}
.testimonials-section .testimonial-top-border.bg-wood {
  background: url("/wp-content/uploads/wood_texture.jpg") center/cover;
  clip-path: polygon(0 0%, 100% 0%, 100% 68%, 0% 0%);
}
.testimonials-section .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  display: block;
}
.testimonials-section .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets .swiper-pagination-bullet {
  background: white;
  opacity: 1;
}
.testimonials-section .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color-primary);
}

.excess-bg-white .bg-wood {
  background: white !important;
}

/* Reputation */
.reputation-section .reputation-top-border {
  background: var(--color-tertiary);
  clip-path: polygon(0 65%, 100% 0, 100% 60%, 0% 100%);
  height: 60px;
}
.reputation-section .reputation-top-border.bg-grey {
  background: var(--color-site-grey);
  clip-path: polygon(0 0%, 100% 0%, 0% 65%);
}

.no-top-border .reputation-top-border {
  display: none;
}

/*** Glide ***/
.glide__bullets {
  bottom: -10px;
}
.glide__bullets .glide__bullet {
  background: white;
  border: none !important;
  margin: 0 6px;
}
.glide__bullets .glide__bullet.glide__bullet--active {
  background: var(--color-secondary);
}
.glide__bullets.alt-colors .glide__bullet {
  background: var(--color-primary);
}
.glide__bullets.alt-colors .glide__bullet.glide__bullet--active {
  background: var(--color-tertiary);
}

.glide__arrows {
  width: 200px;
  max-width: 115px;
}
.glide__arrows .glide__arrow {
  padding: 0;
  border: none;
}

/*** Hero ***/
/*** Header ***/
header#masthead {
  position: fixed;
  width: 100%;
  z-index: 99;
}
header#masthead .headerLogo {
  line-height: 0;
}
header#masthead .headerLogo img {
  max-width: 240px;
}
header#masthead .headerLogo .sticky-logo {
  display: none;
}
@media screen and (min-width: 1000px) {
  header#masthead.customSticky {
    max-width: 100%;
    background: white;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  }
  header#masthead.customSticky .headerMain {
    padding: 3px 20px;
  }
  header#masthead.customSticky .headerMain .header-contact {
    gap: 10px;
  }
  header#masthead.customSticky .headerMain .header-contact .header-emergency {
    color: var(--color-site-black);
  }
  header#masthead.customSticky .headerMain .headerScheduleLink {
    padding-top: 11px !important;
    padding-bottom: 11px !important;
  }
  header#masthead.customSticky .headerMain .headerLogo img {
    max-width: 204px;
  }
  header#masthead.customSticky .headerMain .headerLogo .passive-logo {
    display: none;
  }
  header#masthead.customSticky .headerMain .headerLogo .sticky-logo {
    display: block;
  }
  header#masthead.customSticky .headerMain .headerLogo .sticky-logo img {
    max-width: 150px;
  }
  header#masthead.customSticky .headerMain #primary-menu a {
    color: var(--color-primary);
  }
  header#masthead.customSticky .headerMain #primary-menu li:hover > a {
    color: var(--color-site-black);
  }
  header#masthead.customSticky .headerMain .headerRight a {
    padding: 5px;
  }
  header#masthead.customSticky .headerMain .headerRight .header-contact {
    margin-bottom: 0;
  }
  header#masthead.customSticky .headerMain .headerRight .header-contact a {
    padding: 0;
  }
  header#masthead.customSticky .headerMain .headerRight .header-phone a {
    color: var(--color-primary) !important;
  }
  header#masthead.customSticky .headerMain .headerRight .header-phone a span {
    color: var(--color-site-black) !important;
  }
  header#masthead.customSticky .headerMain .headerRight .header-book a {
    color: var(--color-primary);
  }
  header#masthead.customSticky .headerMain .headerRight .header-book a:after {
    filter: var(--filter-color-blue);
  }
}
@media screen and (max-width: 1280px) {
  header#masthead .headerSchedule {
    display: none;
  }
}
header#masthead nav#site-navigation, header#masthead .headerCall {
  display: inline-block;
}

.headerRight .header-phone a span {
  font-size: inherit;
}
.headerRight .header-phone a:hover {
  color: var(--color-secondary) !important;
}
.headerRight .header-book a {
  background: none !important;
  text-transform: none;
}
.headerRight .header-book a:after {
  content: url("/wp-content/uploads/icon_caret_ltblue.svg");
  margin-left: 6px;
  vertical-align: middle;
}
.headerRight .header-book a:hover {
  color: var(--color-secondary);
}

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: normal;
  display: inline-block;
  color: var(--color-site-white);
  letter-spacing: 0.03em;
  line-height: 24px;
  transition: none;
  width: 100%;
}
ul#primary-menu li a:hover {
  color: var(--color-secondary);
}
@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: white;
  border: 1px solid var(--color-primary);
  margin: 0;
  text-align: left;
  padding: 8px 3px;
  min-width: 250px;
}
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 !important;
  font-weight: 600 !important;
  color: var(--color-primary) !important;
}
ul#primary-menu li ul.sub-menu li a:hover {
  color: var(--color-site-black) !important;
}
ul#primary-menu li ul.sub-menu .sub-menu {
  display: none !important;
}
ul#primary-menu li:nth-last-child(1) .sub-menu, ul#primary-menu li:nth-last-child(2) .sub-menu, ul#primary-menu li:nth-last-child(3) .sub-menu, ul#primary-menu li:nth-last-child(4) .sub-menu {
  left: unset;
  right: 0;
}
ul#primary-menu li.menu-item-has-children:hover .sub-menu {
  display: block;
}

.menu-item-5232 .sub-menu {
  min-width: 270px !important;
}

/*** Home ***/
.home-hero .home-hero-image-overlay {
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
  height: 85%;
}
.home-hero .home-hero-inner {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 16% 100%);
  max-width: 65%;
}
.home-hero .home-hero-image {
  max-width: 48%;
}
.home-hero .home-hero-bottom-border {
  background: var(--color-tertiary);
  clip-path: polygon(0 60%, 100% 0, 100% 80%, 0% 100%);
  height: 60px;
}

.home-services {
  background: url("/wp-content/uploads/wood_texture.jpg") center/cover;
}
.home-services .home-services-left h2 {
  margin-top: -12px;
}
.home-services .home-services-list {
  gap: 13px;
}
.home-services .home-services-list .home-service-list-item {
  padding: 4px;
  max-width: 222px;
}
.home-services .home-services-list .home-service-list-item a .home-service-list-item-inner {
  min-height: 130px;
}
.home-services .home-services-list .home-service-list-item a:hover .home-service-list-item-inner {
  background: var(--color-secondary);
}
.home-services .home-services-list .home-service-list-item a:hover .home-service-list-item-inner h3 {
  color: var(--color-primary);
}

.home-cta {
  background: url("/wp-content/uploads/wood_texture.jpg") center/cover;
}
.home-cta .home-cta-inner {
  padding: 9px;
}
.home-cta .home-cta-inner .home-cta-content {
  border: 2px solid white;
}
.home-cta .home-cta-inner .home-cta-content .home-cta-image {
  line-height: 0;
}
.home-cta .home-cta-inner .red-angle-border {
  background: var(--color-tertiary);
  position: absolute;
  width: 160px;
  height: 110px;
}
.home-cta .home-cta-inner .red-angle-border.red-angle-border-top {
  clip-path: polygon(0 0, 100% 0, 0% 100%);
  top: 0;
  left: 0;
}
.home-cta .home-cta-inner .red-angle-border.red-angle-border-bottom {
  clip-path: polygon(100% 0, 100% 100%, 0% 100%);
  bottom: 0;
  right: 0;
}

.home-about {
  background: url("/wp-content/uploads/wood_texture.jpg") center/cover;
}

.home-coupons .home-coupon-item {
  max-width: 360px;
  width: 100%;
}

.home-service-area .home-service-area-left {
  height: 425px;
}
.home-service-area .home-service-area-right h2 {
  color: var(--color-secondary);
}
.home-service-area .home-service-area-right ul {
  column-count: 2;
  text-align: left;
  max-width: 400px;
  margin: 0 auto;
  gap: 0;
  padding: 0;
  list-style: url("/wp-content/uploads/icon_star_lt_blue_sm.svg");
}
.home-service-area .home-service-area-right ul li {
  list-style-position: inside;
  font-family: hoss-sharp;
}

/*** Blog ***/
.blog-right {
  min-height: 170px;
  display: flex;
  align-items: center;
}

.blog-image-container {
  max-width: 300px;
  width: 100%;
  height: 210px;
  margin-right: 24px;
}

.paginationNavigation ul {
  padding: 0;
  margin: 0;
}
.paginationNavigation ul li {
  display: inline-block;
  margin: 0 4px;
}
.paginationNavigation ul li a {
  background: var(--color-primary);
  color: var(--color-site-white) !important;
  display: flex;
  width: 33px;
  height: 33px;
  justify-content: center;
  align-items: center;
}
.paginationNavigation ul li a:hover {
  background: var(--color-secondary);
}
.paginationNavigation ul li.active a {
  background: var(--color-tertiary);
}
.paginationNavigation .postsLink a {
  width: 80px !important;
}

/*** Services Page ***/
.services-only {
  display: none;
}

.services-intro .intro-section .intro-inner {
  max-width: 1000px;
}
.services-intro .intro-section .intro-inner .intro-left {
  max-width: 475px;
}
.services-intro .intro-section .intro-inner .intro-left h1 + p strong {
  margin-top: -24px;
  display: block;
  font-size: 24px;
  color: var(--color-primary);
  font-weight: 500;
}
.services-intro .intro-section .intro-inner .intro-left .services-only {
  display: inline-block;
}
.services-intro .intro-section .intro-right {
  border-top: 55px solid var(--color-primary);
}
.services-intro .intro-section .intro-right .intro-right-coupon {
  border: 1px solid var(--color-primary);
  border-top: 5px solid var(--color-tertiary);
}
.services-intro .intro-section .intro-right .intro-right-coupon p:empty {
  display: none;
}

.services-list .services-list-items .menu {
  max-width: 515px;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.services-list .services-list-items .menu li {
  background: white;
  color: var(--color-primary);
  padding: 9px 21px;
  min-width: 140px;
  list-style: none;
}
.services-list .red-angle-border {
  background: var(--color-tertiary);
  position: absolute;
  width: 160px;
  height: 110px;
}
.services-list .red-angle-border.red-angle-border-top {
  clip-path: polygon(0 0, 100% 0, 0% 100%);
  top: 0;
  left: 0;
}
.services-list .red-angle-border.red-angle-border-bottom {
  clip-path: polygon(100% 0, 100% 100%, 0% 100%);
  bottom: 0;
  right: 0;
}

.services-cta .services-cta-left {
  clip-path: polygon(0% 0%, 80% 0%, 100% 100%, 0 100%);
}
.services-cta .services-cta-watermark {
  opacity: 0.15;
}

.services-content .services-content-right {
  max-width: 420px;
}
.services-content .services-content-right .sidebar-coupon .sidebar-top-star img {
  position: relative;
  z-index: 10;
  padding: 0 10px;
  background: var(--color-primary);
  max-width: 50px;
}
.services-content .services-content-right .sidebar-coupon .sidebar-top-content {
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  margin-top: -23px;
}
.services-content .services-content-right .sidebar-coupon .sidebar-top-content h2 {
  margin-bottom: 5px;
  color: var(--color-secondary);
}
.services-content .services-content-right .sidebar-coupon .sidebar-top-content p {
  font-size: 24px;
  margin-top: 0;
}
.services-content .services-content-right .sidebar-coupon .sidebar-top-content a {
  padding-bottom: 0;
}
.services-content .services-content-right .sidebar-locations ul {
  column-count: 2;
  text-align: left;
  max-width: 320px;
  margin: 0 auto;
  list-style: url("/wp-content/uploads/icon_star_lt_blue_sm.svg");
}
.services-content .services-content-right .sidebar-locations ul li {
  margin-bottom: 6px;
}
.services-content .services-content-right .sidebar-locations ul li a:hover {
  color: var(--color-secondary);
}
.services-content .services-content-right .services-content-bottom a.btn, .services-content .services-content-right .services-content-bottom a.wp-block-button__link {
  text-align: left;
}

.wpsp-faq__wrap .wp-block-wpsp-faq-child {
  margin-bottom: 0 !important;
}
.wpsp-faq__wrap .wp-block-wpsp-faq-child .wpsp-faq-child__wrapper .wpsp-faq-item {
  background: none !important;
  border: none !important;
  border-bottom: 1px solid var(--color-primary) !important;
  outline: none !important;
}
.wpsp-faq__wrap .wp-block-wpsp-faq-child .wpsp-faq-child__wrapper .wpsp-faq-item .wpsp-faq-questions .wpsp-faq-icon-wrap {
  display: none !important;
}
.wpsp-faq__wrap .wp-block-wpsp-faq-child .wpsp-faq-child__wrapper .wpsp-faq-item .wpsp-faq-questions .wpsp-question {
  font-size: 20px;
  font-weight: bold;
  color: var(--color-primary);
  padding-right: 35px;
}
.wpsp-faq__wrap .wp-block-wpsp-faq-child .wpsp-faq-child__wrapper .wpsp-faq-item .wpsp-faq-questions:after {
  content: "";
  background: var(--color-primary);
  width: 16px;
  height: 2px;
  top: 24px;
  transform: rotate(90deg);
  position: absolute;
  right: 20px;
  line-height: 0;
  transition: transform 0.4s;
}
.wpsp-faq__wrap .wp-block-wpsp-faq-child .wpsp-faq-child__wrapper .wpsp-faq-item .wpsp-faq-questions:before {
  content: "";
  background: var(--color-primary);
  width: 16px;
  height: 2px;
  top: 24px;
  position: absolute;
  right: 20px;
  line-height: 0;
  transition: transform 0.4s;
}
.wpsp-faq__wrap .wp-block-wpsp-faq-child .wpsp-faq-child__wrapper .wpsp-faq-item .wpsp-faq-content {
  padding-left: 20px;
}
.wpsp-faq__wrap .wp-block-wpsp-faq-child .wpsp-faq-child__wrapper .wpsp-faq-item.wpsp-faq-item-active .wpsp-faq-questions:after {
  transform: rotate(180deg);
}
.wpsp-faq__wrap .wp-block-wpsp-faq-child:last-of-type .wpsp-faq-item {
  border-bottom: none !important;
}

/*** About Page ***/
.about-hiring .about-hiring-left {
  clip-path: polygon(0% 0%, 80% 0%, 100% 100%, 0 100%);
}
.about-hiring .about-hiring-watermark {
  opacity: 0.15;
}

.about-content .about-content-right h2 {
  color: var(--color-secondary);
}
.about-content .about-content-right ul {
  column-count: 2;
  text-align: left;
  max-width: 320px;
  margin: 0 auto;
  list-style: url("/wp-content/uploads/icon_star_lt_blue_sm.svg");
}

/*** Contact Page ***/
.contactlocationPhone {
  font-family: hoss-sharp;
  font-size: 18px !important;
}
.contactlocationPhone img {
  max-width: 30px;
  padding: 0;
  margin-right: 4px;
}
@media screen and (max-width: 1000px) {
  .contactlocationPhone {
    font-size: 18px !important;
  }
  .contactlocationPhone .contactPhoneIcon {
    max-width: 24px;
    padding: 0;
    margin-right: 6px;
  }
}

/* Schedule Service Page */
.page-id-115 .hero .requestBtn {
  visibility: hidden;
}

/*** Emergency Services / PPC ***/
@media screen and (min-width: 1000px) {
  .page-template-template-emergency-services-new header {
    background: white;
  }
  .page-template-template-emergency-services-new header #primary-menu > li a {
    color: var(--color-primary);
  }
  .page-template-template-emergency-services-new header .headerLogo .sticky-logo {
    display: block !important;
  }
  .page-template-template-emergency-services-new header .headerLogo .passive-logo {
    display: none;
  }
  .page-template-template-emergency-services-new header .header-contact a {
    color: var(--color-primary);
  }
  .page-template-template-emergency-services-new header .header-contact a span {
    color: var(--color-site-black);
  }
  .page-template-template-emergency-services-new header .header-contact .header-book a {
    transition: none;
  }
  .page-template-template-emergency-services-new header .header-contact .header-book a:after {
    filter: var(--filter-color-blue);
  }
  .page-template-template-emergency-services-new header .header-contact .header-book a:hover {
    color: var(--color-site-black) !important;
  }
  .page-template-template-emergency-services-new header .header-contact .header-book a:hover:after {
    filter: var(--filter-color-black) !important;
  }
}
.page-template-template-emergency-services-new .ppc-hero ul li::marker {
  color: var(--color-secondary);
}

/*** PPPC ***/
.ppc-template ul li::marker {
  color: var(--color-site-black);
}
.ppc-template .ppc-header .phoneBtn {
  font-size: 24px;
  color: var(--color-quaternary);
}
.ppc-template .ppc-header .phoneBtn span {
  color: white;
  font-size: 24px;
  text-transform: uppercase;
}
.ppc-template .ppc-main .phoneBtn {
  font-size: 20px;
  background: var(--color-tertiary) !important;
  margin-top: 16px;
}
@media (max-width: 1000px) {
  .ppc-template .ppc-main .phoneBtn {
    max-width: 280px;
  }
}
.ppc-template .ppc-main .phoneBtn span {
  color: white;
  font-size: 20px;
  text-transform: uppercase;
}
.ppc-template .ppc-main .phoneBtn.mt-0 {
  margin-top: 0;
}
.ppc-template .ppc-main .ppc-hero h2 {
  font-size: 38px;
}
@media (max-width: 1000px) {
  .ppc-template .ppc-main .ppc-hero h2 {
    font-size: 32px;
  }
}
.ppc-template .ppc-main .ppc-hero h3 {
  color: var(--color-quaternary);
}
.ppc-template .ppc-main .ppc-coupons .glide__arrow {
  max-width: 35px;
  width: 100%;
  box-shadow: none;
}
.ppc-template .ppc-main .ppc-reviews .ppc-reviews-star:before {
  content: "";
  background: var(--color-primary);
  height: 2px;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.ppc-template .ppc-main .ppc-reviews .swiper-pagination-bullet {
  background: var(--color-site-black) !important;
}
.ppc-template .ppc-main .ppc-reviews .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color-tertiary) !important;
}

.ppc-image-split .ppc-image-split-top {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 60%);
}
.ppc-image-split .ppc-image-split-top:before {
  content: "";
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  clip-path: polygon(0 0, 100% 0%, 100% 100%);
}
.ppc-image-split .ppc-image-split-right:before {
  content: "";
  background-image: linear-gradient(to left, #042035 0%, rgba(28, 79, 116, 0) 100%);
  position: absolute;
  right: 100%;
  top: 0;
  width: 250px;
  height: 100%;
}

.ppc-guarantees-sidebar .guarantees-glide-item p {
  margin-top: 0;
}
.ppc-guarantees-sidebar .guarantees-glide-item p img {
  max-width: 50px;
  margin: 0 auto;
  display: block;
}
.ppc-guarantees-sidebar .guarantees-glide-item h4 {
  color: var(--color-secondary);
}
.ppc-guarantees-sidebar .glide__bullets .glide__bullet {
  background: var(--color-primary);
}
.ppc-guarantees-sidebar .glide__bullets .glide__bullet.glide__bullet--active {
  background: var(--color-tertiary);
}

@media (min-width: 1000px) {
  .ppc-cta .ppc-cta-spacer:before {
    content: "";
    background: var(--color-tertiary);
    position: absolute;
    left: -10px;
    top: -10px;
    width: 215px;
    height: 145px;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 0 100%);
  }
  .ppc-cta .ppc-cta-spacer:after {
    content: "";
    background: var(--color-tertiary);
    position: absolute;
    right: -10px;
    bottom: -10px;
    width: 215px;
    height: 145px;
    z-index: -1;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
  }
}

.ppc-service-area {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 94%);
}
.ppc-service-area ul {
  column-count: 2;
  text-align: left;
  margin: 24px auto 0;
  gap: 0;
  padding: 0;
  list-style: url("/wp-content/uploads/icon_star_lt_blue_sm.svg");
}
.ppc-service-area ul li {
  list-style-position: inside;
  font-family: hoss-sharp;
  margin-bottom: 8px;
}
.ppc-service-area ul li::marker {
  color: white !important;
}
.ppc-service-area .ppc-service-area-background-image:before {
  content: "";
  background-image: linear-gradient(to right, #042035 0%, rgba(28, 79, 116, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 250px;
  height: 100%;
}
@media (max-width: 1000px) {
  .ppc-service-area .ppc-service-area-background-image:before {
    width: 100%;
    height: 125px;
    bottom: 0;
    top: unset;
    background-image: linear-gradient(to top, #042035 0%, rgba(28, 79, 116, 0) 100%);
  }
}

.ppc-footer-line {
  background: var(--color-tertiary);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 100%;
  clip-path: polygon(0 0, 100% 67%, 100% 100%, 0 74%);
}

.ppc-footer h3 {
  color: var(--color-site-black);
}
.ppc-footer .blueBtn {
  background: var(--color-primary) !important;
}
.ppc-footer .blueBtn span {
  color: white;
  text-transform: uppercase;
}
.ppc-footer .ppc-footer-bottom * {
  font-size: 10px;
}

@media (max-width: 1000px) {
  .ppc-header .mobile-ppc-header-phone a {
    background: none !important;
    color: var(--color-site-black) !important;
    font-size: 20px !important;
    max-width: 100%;
    width: 100%;
  }
  .ppc-header .mobile-ppc-header-phone a span {
    font-size: 20px !important;
  }
}
/*** Default Page ***/
.hero a.phoneBtn:hover {
  color: var(--color-secondary);
}

.interior-hero .hero-bottom-border {
  background: var(--color-tertiary);
  clip-path: polygon(0 60%, 100% 0, 100% 80%, 0% 100%);
  height: 60px;
  bottom: -1px;
}
.interior-hero .hero-bottom-border.bg-white {
  background: white;
  clip-path: polygon(0 100%, 100% 80%, 100% 100%);
  bottom: 0;
  bottom: -1px;
}

/*** Financing ***/
.financing-steps .financing-step {
  max-width: 330px;
}

.financing-bottom-content h3 {
  color: var(--color-site-black);
}

/*** Coupons Page ***/
.coupons-page .coupon-item .coupon-image {
  display: none;
}
.coupons-page .coupon-item:nth-of-type(1) .coupon-image, .coupons-page .coupon-item:nth-of-type(2) .coupon-image {
  display: block;
}

/*** 404 Error Page ***/
.errorAnchor {
  background-color: var(--color-secondary);
  color: var(--color-primary);
  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-primary);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
}
.errorAnchor:hover {
  background: var(--color-primary);
  color: white !important;
}
.errorAnchor:hover .errorText {
  color: White;
}

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

/*** Footer ***/
footer {
  clip-path: polygon(0 0%, 100% 12%, 100% 100%, 0% 100%);
  background: url("/wp-content/uploads/wood_texture.jpg") center/cover;
}
footer .address-col .footer-addresses .footer-address {
  padding-left: 30px;
  position: relative;
}
footer .address-col .footer-addresses .footer-address:before {
  content: url("/wp-content/uploads/icon_pin_red.svg");
  position: absolute;
  left: 0;
}
footer .address-col .footer-addresses a {
  font-weight: 500;
}
footer .address-col .footer-addresses a * {
  font-weight: 500;
  font-style: normal;
}
footer .address-col .location-address a {
  font-family: hoss-sharp;
}
footer .address-col .location-address a:hover {
  color: var(--color-site-black);
}
footer .book-col .footer-emergency {
  color: var(--color-site-black);
  font-family: hoss-sharp;
}
footer .footer-location-pin {
  margin: 0 13px 0 5px;
}
footer .bottom-bar {
  border-top: 1px solid var(--color-primary);
}
footer .footer-top-border {
  background: var(--color-tertiary);
  clip-path: polygon(0 0%, 100% 76%, 100% 100%, 0% 53%);
  height: 60px;
}
footer .footer-top-border.bg-white {
  background: white;
  clip-path: polygon(0 0%, 100% 0%, 100% 76%, 0% 0%);
}

/*** Media Queries ***/
@media screen and (min-width: 1024px) {
  .mobileOnly {
    display: none !important;
  }
  .social_media-wrapper {
    margin: 0 0 16px 0 !important;
  }
  .social-links .social_media-wrapper .social_media-item .social-link {
    height: 30px !important;
    width: 30px !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: 32px;
  }
  h1, .h1 {
    font-size: 28px;
  }
  h2, .h2 {
    font-size: 24px;
  }
  h3, .h3 {
    font-size: 20px;
  }
  h4, .h4 {
    font-size: 16px;
  }
  h5, .h5 {
    font-size: 16px;
  }
  .home .page-title {
    font-size: 32px;
  }
  .home h1, .home .h1 {
    font-size: 32px;
  }
  .home h2, .home .h2 {
    font-size: 24px;
  }
  .home h3, .home .h3 {
    font-size: 20px;
  }
  .home h4, .home .h4 {
    font-size: 16px;
  }
  .home h5, .home .h5 {
    font-size: 16px;
  }
  /*** Universal ***/
  .btn, .frm_fields_container .frm_submit button, .wp-block-button__link {
    font-size: 16px;
    padding: 10px 8px;
    max-width: 220px;
    text-transform: uppercase;
  }
  .btn.bigBtn, .frm_fields_container .frm_submit button.bigBtn, .bigBtn.wp-block-button__link {
    font-size: 16px;
  }
  .btn.requestBtn, .frm_fields_container .frm_submit button.requestBtn, .requestBtn.wp-block-button__link {
    max-width: 120px;
    width: 100%;
  }
  .accordionItem .accordionTitle {
    padding: 18px 46px 18px 12px;
    font-size: 18px;
    border-radius: 0;
  }
  .servicesBottom {
    justify-content: center !important;
  }
  .servicesBottom .servicesSidebar .sidebarGuaranteesInner {
    max-width: 340px;
  }
  /*** Heaer ***/
  html[lang=en-US] {
    margin: 0 !important;
  }
  div#wpadminbar {
    display: none;
  }
  header .headerLogo.logo {
    line-height: 0;
    max-width: 175px;
  }
  header .headerLogo.logo * {
    line-height: 0;
  }
  header .headerLogo.logo img {
    width: 100%;
  }
  header .headerMainInner {
    padding: 8px;
  }
  header .headerMainInner ul#primary-menu li {
    display: block;
  }
  header .headerMainInner ul#primary-menu a {
    font-size: 16px;
    padding: 10px;
    color: var(--color-primary);
    font-weight: 600;
  }
  header .headerMainInner ul#primary-menu a:after {
    display: none !important;
  }
  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 .menu-item {
    padding: 0 16px;
  }
  header .headerMainInner ul#primary-menu .menu-item:last-of-type {
    line-height: 0;
  }
  header .headerMainInner ul#primary-menu .menu-item:last-of-type a {
    border-bottom: none;
  }
  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: -10px 0 0 0;
    position: relative;
    background: none;
  }
  header .headerMainInner ul#primary-menu ul.sub-menu a {
    padding-left: 35px !important;
    color: var(--color-site-black) !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-main-navigation-menu-container {
    display: none;
    background: white;
    position: fixed;
    width: 100vw;
    left: 0;
    top: 130px;
    max-height: calc(100vh - 130px);
    overflow-y: scroll;
    text-align: left;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  }
  header .headerMainInner .menu-main-navigation-menu-container a {
    background: none;
  }
  header .headerMainInner .mobileOnly.blueBtn {
    max-width: 160px;
    margin: 12px auto 20px !important;
  }
  header .headerMainInner .mobileOnly.blueBtn a {
    color: white !important;
  }
  header .headerMainInner .closeMenu {
    padding: 0 !important;
    background: var(--color-site-grey);
    text-align: center;
  }
  header .headerMainInner .closeMenu a {
    font-weight: 500 !important;
    text-transform: uppercase;
    font-size: 16px !important;
    padding: 8px !important;
    color: var(--color-site-black) !important;
  }
  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.customSticky {
    border-top-width: 0;
    background: var(--color-site-white);
  }
  header.customSticky .headerMainInner {
    padding: 2px 8px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  }
  header.customSticky .headerMainInner .headerLogo img {
    max-width: 133px !important;
  }
  header.customSticky .headerMainInner .headerRight {
    line-height: 0;
  }
  header.customSticky .headerMainInner .headerRight .menuIsOpen {
    line-height: 0;
  }
  header.customSticky .headerMainInner .passive-logo {
    display: none;
  }
  header.customSticky .headerMainInner .sticky-logo {
    display: block !important;
  }
  header.customSticky .headerMainInner .menu-main-navigation-menu-container {
    top: 115px;
    max-height: calc(100vh - 115px);
  }
  .admin-bar header#masthead {
    top: 0;
    z-index: 999999;
  }
  .toggled .menu-main-navigation-menu-container {
    display: block !important;
  }
  .toggledMainMenu header .headerMainInner {
    background: white;
    padding: 8px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  }
  .toggledMainMenu header .headerMainInner .passive-logo {
    display: none;
  }
  .toggledMainMenu header .headerMainInner .sticky-logo {
    display: block !important;
  }
  .menu-item-has-children .sub-menu {
    display: none !important;
  }
  li:not(.menu-item-has-children) .plusMinus {
    display: none;
  }
  iframe {
    max-width: 100%;
    width: 100%;
  }
  li:not(.menu-item-has-children) .plusMinus {
    display: none;
  }
  .menuMobileBtn {
    margin: 0 auto !important;
    margin-bottom: 23px !important;
    padding: 0 !important;
    max-width: 120px !important;
  }
  .menuMobileBtn a {
    max-width: 120px;
    color: var(--color-primary) !important;
    padding: 7px !important;
    font-weight: bold !important;
  }
  /*** Universal Sections ***/
  .interior-hero .hero-bottom-border {
    height: 60px;
    clip-path: polygon(0 70%, 100% 0, 100% 45%, 0% 100%);
  }
  .interior-hero .hero-bottom-border.bg-white {
    clip-path: polygon(0 100%, 100% 44%, 100% 100%);
  }
  .intro-section .intro-left p:first-of-type {
    margin-top: 0;
  }
  .intro-section .intro-right {
    width: 100%;
    margin: 0 auto 16px;
  }
  .intro-section .intro-right .intro-image-mobile {
    height: 240px;
    width: 100%;
  }
  .reputation-section .mobile-border-container {
    margin-top: -15px;
  }
  .reputation-section .mobile-border-container .reputation-top-border {
    height: 30px;
  }
  .reputation-section .mobile-border-container .reputation-top-border.bg-blue {
    clip-path: polygon(100% 55%, 100% 100%, 0% 100%);
    background-color: var(--color-primary);
  }
  .reputation-section .reputation-section-inner {
    padding: 40px 0 30px;
    max-width: 250px;
    margin: 0 auto;
  }
  .reputation-section .reputation-section-inner .reputation-carousel {
    max-width: 250px;
  }
  .reputation-section .reputation-section-inner .reputation-carousel .reputation-item-inner {
    max-width: 250px;
    width: 100%;
  }
  /* Glide */
  .testimonials-section .testimonial-carousel .glide__arrows {
    display: flex;
    justify-content: center;
    max-width: 100%;
    width: 100%;
    position: relative;
    transform: none;
    top: 0;
    left: 0;
    margin-top: 10px;
  }
  .testimonials-section .testimonial-carousel .glide__arrows .glide__arrow {
    position: relative;
    display: inline-block;
    left: 0;
    right: 0;
    top: 0;
    transform: none;
    max-width: 17px;
    margin: 0 12px;
  }
  /* Testimonial */
  .testimonials-section .testimonial-bg-main, .testimonials-section .overlay {
    clip-path: polygon(0 0%, 100% 2%, 100% 100%, 0% 100%);
  }
  .testimonials-section .testimonial-top-border {
    height: 40px;
  }
  .testimonials-section .testimonial-button a {
    max-width: 140px;
    width: 100%;
  }
  /*** Home Page ***/
  .home-hero {
    padding-top: 0;
  }
  .home-hero .home-hero-inner {
    clip-path: none;
    max-width: 100%;
    padding-top: 135px;
    padding-bottom: 38px;
  }
  .home-hero .home-hero-image {
    max-width: 100%;
    height: 200px;
  }
  .home-hero .mobile-border-container .home-hero-bottom-border {
    height: 40px;
  }
  .home-services .home-service-list-item {
    max-width: 100% !important;
  }
  .home-services .home-service-list-item .home-service-list-item-inner {
    min-height: 30px !important;
  }
  .home-services .home-service-list-item .home-service-list-item-inner .home-service-list-item-content {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 13px 8px;
  }
  .home-services .home-service-list-item .home-service-list-item-inner .home-service-list-item-content img {
    margin: 0;
    max-height: 24px;
  }
  .home-services .home-service-list-item .home-service-list-item-inner .home-service-list-item-content h3 {
    flex: 1;
    text-align: left;
    padding-left: 8px;
  }
  .home-services .home-service-list-item .home-service-list-item-inner .home-service-list-item-content .arrow-right {
    line-height: 0;
  }
  .home-cta .home-cta-inner {
    padding: 0;
  }
  .home-cta .home-cta-inner .red-angle-border {
    display: none;
  }
  .home-cta .home-cta-inner .home-cta-content {
    padding: 16px;
    background: none;
  }
  .home-cta .home-cta-inner .home-cta-content .home-cta-image {
    display: none;
  }
  .home-cta .home-cta-inner .home-cta-content .home-cta-text h2 {
    color: var(--color-primary);
  }
  .home-cta .home-cta-inner .home-cta-content .home-cta-text p {
    color: var(--color-site-black);
  }
  .home-about h2 {
    text-align: center;
  }
  .home-about a.btn, .home-about a.wp-block-button__link {
    margin: 0 auto;
    display: block;
    max-width: 120px;
  }
  .home-coupons .home-coupon-list {
    border-top: 2px solid var(--color-primary);
  }
  .home-coupons .home-coupon-list .home-coupon-item {
    display: none;
  }
  .home-coupons .home-coupon-list .home-coupon-item:nth-of-type(2) {
    display: block;
  }
  .home-coupons .home-coupon-list .home-coupon-item .home-coupon-item-inner {
    padding-bottom: 6px;
  }
  .home-coupons .home-coupons-footer {
    border-bottom: 2px solid var(--color-primary);
    margin: 0;
    padding-bottom: 16px;
  }
  .home-service-area .home-service-area-inner {
    padding: 0 0 20px 0;
    background: url("/wp-content/uploads/dna_truck.jpg") center/cover;
  }
  .home-service-area .home-service-area-inner .home-service-area-right {
    background: none;
    top: 0;
    transform: none;
    padding: 0 16px;
  }
  .home-service-area .home-service-area-inner .home-service-area-right ul {
    max-width: 360px;
    gap: 0px;
  }
  .home-service-area .home-service-area-inner .overlay {
    background-color: rgba(13, 11, 11, 0.7);
  }
  /*** Services Page Tempkate ***/
  .services-intro .intro-left h1 + p strong {
    margin-top: -10px !important;
  }
  .services-list .services-list-inner {
    padding: 0;
  }
  .services-list .services-list-inner .red-angle-border {
    display: none;
  }
  .services-list .services-list-inner .services-list-items li a {
    font-family: hoss-sharp;
    font-weight: bold;
  }
  .services-list .services-list-inner .services-list-content .services-list-items ul {
    display: block;
  }
  .services-list .services-list-inner .services-list-content .services-list-items ul li {
    max-width: 240px;
    width: 100%;
    margin: 0 auto 8px;
  }
  .services-side-bar-item .sidebar-top-content h2 {
    color: var(--color-secondary);
  }
  .services-content-right-inner {
    margin: 0 -4px;
  }
  .services-cta {
    margin-bottom: 40px;
  }
  .services-cta .services-cta-left {
    height: 200px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 80%);
  }
  .services-cta .services-cta-right {
    padding: 20px;
  }
  .services-cta .services-cta-right h2 {
    text-align: center;
  }
  .services-cta .services-cta-right a.btn, .services-cta .services-cta-right a.wp-block-button__link {
    margin: 16px auto;
    display: block;
  }
  .services-cta .services-cta-right .services-cta-watermark {
    max-width: 115px;
    margin-left: -10px;
    margin-top: -20px;
  }
  /*** About Page ***/
  .about-hiring .about-hiring-left {
    height: 200px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 80%);
  }
  .about-hiring .about-hiring-right {
    padding: 20px;
    text-align: center;
  }
  .about-hiring .about-hiring-right .about-hiring-watermark {
    max-width: 120px;
    margin-left: 15px;
    margin-top: -30px;
  }
  .about-reputation {
    padding-bottom: 0 !important;
  }
  .about-reputation .reputation-section {
    display: flex;
    flex-wrap: wrap;
  }
  .about-reputation .reputation-section * {
    flex: 1 100%;
  }
  .about-reputation .reputation-section .reputation-section-inner {
    order: 1;
  }
  .about-reputation .reputation-section .mobileImage {
    order: 2;
    line-height: 0;
  }
  /*** Financing Page ***/
  .financing-intro .intro-right {
    margin-bottom: 0;
  }
  /*** Blog Page ***/
  .blogLeft > article {
    border-radius: 0 !important;
  }
  /*** 404 Error Page ***/
  .errorLink .errorAnchor {
    width: 100%;
    height: 70px;
    max-width: 280px;
    margin: 0 auto 16px;
  }
  .errorLink .errorAnchor .errorText {
    font-size: 24px;
  }
  .active .load-more {
    display: none;
  }
  .active .load-less {
    display: inline-block;
  }
  .active .errorAnchor {
    display: block;
  }
  /*** Financing ***/
  .financing-steps .financing-step {
    max-width: 100%;
    background: var(--color-primary);
  }
  .financing-steps .financing-step .financing-step-inner {
    max-width: 330px;
    margin: 0 auto;
  }
  /*** Footer ***/
  footer {
    clip-path: none;
  }
  footer .footer-top-border {
    height: 30px !important;
    clip-path: polygon(0 0%, 100% 67%, 100% 100%, 0% 53%);
    top: -9px;
  }
  footer .footer-top-border.bg-wood {
    background: url(/wp-content/uploads/wood_texture.jpg) center/cover;
    clip-path: polygon(0 48%, 100% 100%, 0% 100%);
  }
  footer .footer-head .footer-col {
    width: 100%;
  }
  footer .footer-head .footer-col.logo-col {
    margin: 0 auto;
    max-width: 285px;
  }
  footer .footer-head .footer-col.book-col {
    margin: 16px 0;
  }
  footer .footer-head .footer-col.book-col .footer-emergency {
    font-weight: 700;
    color: var(--color-site-black);
    margin-bottom: 12px;
  }
  footer .footer-head .footer-col.address-col {
    margin-top: 20px;
  }
  footer .footer-head .footer-col.address-col .footer-address {
    max-width: 250px;
    margin: 0 auto 25px;
  }
  footer .footer-head .footer-col.social-col {
    margin-bottom: 24px;
  }
  footer .footer-head .footer-col.social-col .social_media-wrapper {
    justify-content: center !important;
    margin-bottom: 12px;
  }
  footer .bottom-bar {
    text-align: center;
  }
  footer .bottom-bar .bottom-bar-left-item {
    display: block;
    width: 100%;
  }
  footer .bottom-bar .terms-privacy {
    display: block;
    width: 100%;
  }
  footer .bottom-bar .terms-privacy span {
    display: inline-block;
  }
  footer .bottom-bar .terms-privacy a {
    display: inline-block;
  }
  footer .bottom-bar .terms-privacy a.terms-link {
    width: 104px;
  }
}
/* purgecss end ignore */
.admin-bar #header-desktop {
  position: fixed;
  top: 32px;
  z-index: 1000;
  width: 100%;
}

@media (min-width: 1025px) {
  #app {
    margin-top: initial;
  }
}

#header-band {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 32px;
  background-color: transparent;
  padding-top: 32px;
  margin-bottom: 16px;
}
.home #header-band {
  display: none;
}

#page-wrapper {
  margin-top: 63px;
  position: relative;
}
@media (min-width: 1025px) {
  #page-wrapper {
    margin-top: 141px;
  }
}

#content-wrapper {
  display: grid;
  grid-template-columns: 100%;
}
@media (min-width: 1025px) {
  #content-wrapper.has-sidebar {
    grid-template-columns: auto 358px;
    grid-column-gap: 5%;
  }
}
#content-wrapper.has-sidebar .main-sidebar {
  display: none;
}
@media (min-width: 1025px) {
  #content-wrapper.has-sidebar .main-sidebar {
    display: block;
  }
}
#content-wrapper .main-sidebar {
  display: none;
  margin-left: 1em;
}

.row-full, .alignfull {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}

.has-sidebar .main .alignfull {
  width: auto;
  margin-left: auto;
  margin-top: auto;
  left: auto;
}

.container {
  margin: auto;
}

/* ==========================================================================
   Bring in Site specific Styles
   ========================================================================== */
/*! purgecss start ignore */
/* ===========================  Bring in Tailwind  ========================== */
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.bottom-0{
  bottom: 0px;
}
.left-0{
  left: 0px;
}
.right-0{
  right: 0px;
}
.top-0{
  top: 0px;
}
.z-10{
  z-index: 10;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.order-3{
  order: 3;
}
.m-0{
  margin: 0px;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-14{
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.-mb-3{
  margin-bottom: -0.75rem;
}
.-mb-9{
  margin-bottom: -2.25rem;
}
.-mt-3{
  margin-top: -0.75rem;
}
.-mt-4{
  margin-top: -1rem;
}
.-mt-5{
  margin-top: -1.25rem;
}
.-mt-\[85px\]{
  margin-top: -85px;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-10{
  margin-left: 2.5rem;
}
.ml-6{
  margin-left: 1.5rem;
}
.ml-auto{
  margin-left: auto;
}
.mr-0{
  margin-right: 0px;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-6{
  margin-right: 1.5rem;
}
.mt-0{
  margin-top: 0px;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-20{
  margin-top: 5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-7{
  margin-top: 1.75rem;
}
.mt-8{
  margin-top: 2rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.size-full{
  width: 100%;
  height: 100%;
}
.h-full{
  height: 100%;
}
.w-\[35px\]{
  width: 35px;
}
.w-\[65\%\]{
  width: 65%;
}
.w-full{
  width: 100%;
}
.max-w-1000{
  max-width: 1000px;
}
.max-w-1050{
  max-width: 1050px;
}
.max-w-1100{
  max-width: 1100px;
}
.max-w-1200{
  max-width: 1200px;
}
.max-w-1250{
  max-width: 1250px;
}
.max-w-1400{
  max-width: 1400px;
}
.max-w-150{
  max-width: 150px;
}
.max-w-200{
  max-width: 200px;
}
.max-w-350{
  max-width: 350px;
}
.max-w-400{
  max-width: 400px;
}
.max-w-450{
  max-width: 450px;
}
.max-w-50{
  max-width: 50px;
}
.max-w-500{
  max-width: 500px;
}
.max-w-550{
  max-width: 550px;
}
.max-w-600{
  max-width: 600px;
}
.max-w-650{
  max-width: 650px;
}
.max-w-750{
  max-width: 750px;
}
.max-w-800{
  max-width: 800px;
}
.max-w-\[135px\]{
  max-width: 135px;
}
.max-w-\[180px\]{
  max-width: 180px;
}
.max-w-\[230px\]{
  max-width: 230px;
}
.max-w-\[370px\]{
  max-width: 370px;
}
.max-w-\[570px\]{
  max-width: 570px;
}
.max-w-\[710px\]{
  max-width: 710px;
}
.max-w-\[920px\]{
  max-width: 920px;
}
.flex-1{
  flex: 1 1 0%;
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.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-2{
  gap: 0.5rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-7{
  gap: 1.75rem;
}
.gap-8{
  gap: 2rem;
}
.overflow-hidden{
  overflow: hidden;
}
.rounded-16{
  border-radius: 16px;
}
.rounded-36{
  border-radius: 36px;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-4{
  border-width: 4px;
}
.border-\[4px\]{
  border-width: 4px;
}
.border-solid{
  border-style: solid;
}
.border-none{
  border-style: none;
}
.border-blue{
  border-color: var(--color-primary);
}
.border-white{
  border-color: var(--color-site-white);
}
.bg-\[\#f6f8fa\]{
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 250 / var(--tw-bg-opacity, 1));
}
.bg-blue{
  background-color: var(--color-primary);
}
.bg-darkblue{
  background-color: var(--color-darkblue);
}
.bg-grey{
  background-color: var(--color-site-grey);
}
.bg-lightblue{
  background-color: var(--color-secondary);
}
.bg-red{
  background-color: var(--color-tertiary);
}
.bg-white{
  background-color: var(--color-site-white);
}
.bg-yellow{
  background-color: var(--color-quaternary);
}
.bg-none{
  background-image: none;
}
.p-0{
  padding: 0px;
}
.p-1{
  padding: 0.25rem;
}
.p-2{
  padding: 0.5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-32{
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[1px\]{
  padding-top: 1px;
  padding-bottom: 1px;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-44{
  padding-bottom: 11rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pl-16{
  padding-left: 4rem;
}
.pl-4{
  padding-left: 1rem;
}
.pr-10{
  padding-right: 2.5rem;
}
.pr-12{
  padding-right: 3rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-16{
  padding-top: 4rem;
}
.pt-32{
  padding-top: 8rem;
}
.pt-36{
  padding-top: 9rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-8{
  padding-top: 2rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-10{
  font-size: 10px;
}
.text-12{
  font-size: 12px;
}
.text-16{
  font-size: 16px;
}
.text-20{
  font-size: 20px;
}
.text-24{
  font-size: 24px;
}
.text-32{
  font-size: 32px;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.leading-none{
  line-height: 1;
}
.text-black{
  color: var(--color-site-black);
}
.text-blue{
  color: var(--color-primary);
}
.text-darkblue{
  color: var(--color-darkblue);
}
.text-lightblue{
  color: var(--color-secondary);
}
.text-white{
  color: var(--color-site-white);
}
.opacity-\[\.34\]{
  opacity: .34;
}
/**
       *
       * 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: #1c4f74;
  --color-secondary: #b4e8fe;
  --color-tertiary: #a20e0e;
  --color-quaternary: #ffcf24;
  --color-darkblue: #042035;
  --color-site-black: #1E1E1E;
  --color-site-grey: #eeeded;
  --color-site-white: #ffffff;
  --color-black: #000000;
  --color-grey: #cccccc;
  --color-white: #ffffff;
  --color-smoke: #f5f5f5;
  --filter-color-primary: brightness(0) saturate(100%) invert(27%) sepia(14%) saturate(2520%) hue-rotate(163deg) brightness(91%) contrast(91%);
  --filter-color-blue: brightness(0) saturate(100%) invert(27%) sepia(14%) saturate(2520%) hue-rotate(163deg) brightness(91%) contrast(91%);
  --filter-color-secondary: brightness(0) saturate(100%) invert(97%) sepia(98%) saturate(7464%) hue-rotate(170deg) brightness(101%) contrast(99%);
  --filter-color-lightblue: brightness(0) saturate(100%) invert(97%) sepia(98%) saturate(7464%) hue-rotate(170deg) brightness(101%) contrast(99%);
  --filter-color-tertiary: brightness(0) saturate(100%) invert(13%) sepia(81%) saturate(4267%) hue-rotate(353deg) brightness(82%) contrast(101%);
  --filter-color-red: brightness(0) saturate(100%) invert(13%) sepia(81%) saturate(4267%) hue-rotate(353deg) brightness(82%) contrast(101%);
  --filter-color-quaternary: brightness(0) saturate(100%) invert(82%) sepia(71%) saturate(911%) hue-rotate(333deg) brightness(100%) contrast(103%);
  --filter-color-yellow: brightness(0) saturate(100%) invert(82%) sepia(71%) saturate(911%) hue-rotate(333deg) brightness(100%) contrast(103%);
  --filter-color-site-black: brightness(0) saturate(100%) invert(5%) sepia(82%) saturate(820%) hue-rotate(323deg) brightness(105%) contrast(82%);
  --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%);
}

/*** Contact Page ***/
@media screen and (min-width: 767px) {
  .contactTop h2 {
    font-size: 36px;
  }
  .contactTop .contactLeftTop p {
    font-size: 24px;
    margin: 0 0 10px;
  }
  .contactTop .contactLeft {
    padding-right: 20px;
  }
  .contactTop .contactRight {
    padding-left: 20px;
  }
}
.contactTop img.contactPhoneIcon {
  vertical-align: middle;
}
.contactTop .contactLocationAddress p {
  margin: 11px 0 2px;
}
.contactTop .social_media-wrapper {
  margin: 0 !important;
}
.contactTop .contactLeftInner,
.contactTop .contactRightInner {
  border: 1px solid #013271;
  padding: 40px 40px;
}
.contactTop label {
  display: none;
}
.contactTop h3.frm_form_title {
  display: none;
}

@media screen and (max-width: 1024px) {
  .contactTop {
    flex-wrap: wrap;
  }
  .contactTop .contactLeft {
    order: 2;
  }
  .contactTop .contactLocations {
    flex-wrap: wrap;
  }
  .contactTop .social-link {
    max-width: 34px;
    max-height: 34px;
  }
  .contactTop a.social_media-item {
    margin: 0 13px 0 0 !important;
  }
  .contactTop a.social_media-item:last-of-type {
    margin: 0 !important;
  }
  .contactTop .contactRightInner {
    margin-bottom: 20px;
  }
  .contactTop .contactLeftInner,
  .contactTop .contactRightInner {
    padding: 25px 20px;
  }
  .contactTop h2 {
    margin-bottom: 10px;
  }
  .contactTop .contactLeftTop p {
    margin: 0 0 10px 0;
  }
  .contactTop .contactLocation:first-of-type {
    margin-bottom: 24px;
  }
}
.home-posts-wrapper {
  margin-bottom: 32px;
}
@media (min-width: 1025px) {
  .home-posts-wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(250px, 1fr));
    grid-gap: 10px;
  }
}
.home-posts-wrapper .home-post {
  display: flex;
  flex-direction: column;
  justify-content: unset;
  align-content: center;
  align-items: center;
  border: 2px solid var(--color-primary);
  background: var(--color-white);
  padding: 1em;
}
.home-posts-wrapper .home-post .post-thumbnail img {
  max-height: 300px;
  width: auto;
}
.home-posts-wrapper .home-post a,
.home-posts-wrapper .home-post h3 {
  text-align: center;
  text-decoration: none;
}
.home-posts-wrapper .post-thumbnail {
  text-align: center;
  margin-bottom: 1em;
}

.home-posts-wrapper {
  margin-bottom: 32px;
}
@media (min-width: 1025px) {
  .home-posts-wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(250px, 1fr));
    grid-gap: 10px;
  }
}
.home-posts-wrapper .home-post {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  border: 1px solid var(--color-primary);
  background: var(--color-grey);
  padding: 1em;
}
.home-posts-wrapper .home-post .post-thumbnail img {
  max-height: 100px;
  width: auto;
}
.home-posts-wrapper .home-post a,
.home-posts-wrapper .home-post h3 {
  text-align: center;
  text-decoration: none;
}
.home-posts-wrapper .post-thumbnail {
  text-align: center;
  margin-bottom: 1em;
}

.paginationNavigation li a,
.paginationNavigation li a:hover,
.paginationNavigation li.active a,
.paginationNavigation li.disabled {
  color: var(--white);
  text-decoration: none;
}

.paginationNavigation li {
  display: inline;
}

.paginationNavigation li a,
.paginationNavigation li a:hover,
.paginationNavigation li.active a,
.paginationNavigation li.disabled {
  background-color: var(--primary);
  border-radius: 3px;
  cursor: pointer;
  padding: 4px 8px;
}
@media only screen and (min-width: 1024px) {
  .paginationNavigation li a,
  .paginationNavigation li a:hover,
  .paginationNavigation li.active a,
  .paginationNavigation li.disabled {
    padding: 12px;
    padding: 0.75rem;
  }
}

.paginationNavigation li a:hover,
.paginationNavigation li.active a {
  background-color: var(--secondary);
}

aside.sidebar h2 {
  color: var(--white);
  text-align: center;
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 1em;
}
aside.sidebar p {
  text-align: center;
  font-size: 1rem;
  line-height: 22px;
  max-width: 317px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1024px) {
  aside.sidebar {
    margin-left: 72px;
  }
}
aside.sidebar .wp-block-cover {
  height: 245px;
  min-height: 245px;
  border-radius: 48px;
  margin-top: 24px;
}
aside.sidebar .wp-block-cover > span {
  border-radius: 48px;
}
aside.sidebar .wp-block-cover > span::before {
  display: none;
}
@media only screen and (min-width: 1024px) {
  aside.sidebar .wp-block-cover > span {
    padding: 49px 38px 49px 34px;
    border-radius: 48px;
  }
}
aside.sidebar > section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--secondary);
  border-radius: 48px;
  color: var(--white);
  margin-top: 1rem;
  padding: 49px 38px 49px 34px;
}
@media only screen and (max-width: 1024px) {
  aside.sidebar > section {
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 16px;
  }
}
aside.sidebar > section p:not(:last-of-type) {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1024px) {
  aside.sidebar > section {
    padding: 49px 38px 49px 34px;
  }
}

.single-post .breadcrumb_last {
  display: none;
}

.archive .pageHeader .col1 .title,
.blog .pageHeader .col1 .title,
.blogPage .pageHeader .col1 .title,
.page-template-template-page-with-sidebar .pageHeader .col1 .title {
  font-size: 24px;
}
@media only screen and (min-width: 1024px) {
  .archive .pageHeader .col1 .title,
  .blog .pageHeader .col1 .title,
  .blogPage .pageHeader .col1 .title,
  .page-template-template-page-with-sidebar .pageHeader .col1 .title {
    font-size: 36px;
  }
}
.archive .container,
.blog .container,
.blogPage .container,
.page-template-template-page-with-sidebar .container {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .archive .container,
  .blog .container,
  .blogPage .container,
  .page-template-template-page-with-sidebar .container {
    flex-direction: row;
    justify-content: space-between;
  }
  .archive main,
  .blog main,
  .blogPage main,
  .page-template-template-page-with-sidebar main {
    width: 70%;
  }
  .archive aside.sidebar,
  .blog aside.sidebar,
  .blogPage aside.sidebar,
  .page-template-template-page-with-sidebar aside.sidebar {
    width: 20%;
  }
}
.archive article,
.blog article,
.blogPage article,
.page-template-template-page-with-sidebar article {
  border: 1px solid #1a4975;
  margin-bottom: 1.5rem;
  display: flex;
}
.archive article .innerWrapper,
.blog article .innerWrapper,
.blogPage article .innerWrapper,
.page-template-template-page-with-sidebar article .innerWrapper {
  background-position: left center;
  background-size: 300px 100%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: space-between;
}
.archive article .innerWrapper .col1,
.blog article .innerWrapper .col1,
.blogPage article .innerWrapper .col1,
.page-template-template-page-with-sidebar article .innerWrapper .col1 {
  height: 214px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: var(--secondary);
}
@media only screen and (min-width: 1024px) {
  .archive article .innerWrapper .col1,
  .blog article .innerWrapper .col1,
  .blogPage article .innerWrapper .col1,
  .page-template-template-page-with-sidebar article .innerWrapper .col1 {
    height: 100%;
    width: 300px;
    border-top-right-radius: unset;
  }
}
.archive article .innerWrapper .col2,
.blog article .innerWrapper .col2,
.blogPage article .innerWrapper .col2,
.page-template-template-page-with-sidebar article .innerWrapper .col2 {
  margin: 1rem 1.5rem;
}
@media only screen and (min-width: 1024px) {
  .archive article .innerWrapper .col2,
  .blog article .innerWrapper .col2,
  .blogPage article .innerWrapper .col2,
  .page-template-template-page-with-sidebar article .innerWrapper .col2 {
    width: 372px;
    margin: 1rem 1.5rem 1rem 0;
  }
}
.archive article .innerWrapper .col2 h2.entry-title,
.blog article .innerWrapper .col2 h2.entry-title,
.blogPage article .innerWrapper .col2 h2.entry-title,
.page-template-template-page-with-sidebar article .innerWrapper .col2 h2.entry-title {
  line-height: 32px;
}
.archive .entry-title a,
.blog .entry-title a,
.blogPage .entry-title a,
.page-template-template-page-with-sidebar .entry-title a {
  text-decoration: none;
  color: var(--secondary);
}
.archive .entry-title a:hover,
.blog .entry-title a:hover,
.blogPage .entry-title a:hover,
.page-template-template-page-with-sidebar .entry-title a:hover {
  color: var(--accent);
}
.archive .entry-summary p:last-of-type,
.blog .entry-summary p:last-of-type,
.blogPage .entry-summary p:last-of-type,
.page-template-template-page-with-sidebar .entry-summary p:last-of-type {
  margin: 0;
}
.archive time,
.blog time,
.blogPage time,
.page-template-template-page-with-sidebar time {
  font-size: 10px;
}
.archive .excerpt-more,
.blog .excerpt-more,
.blogPage .excerpt-more,
.page-template-template-page-with-sidebar .excerpt-more {
  white-space: nowrap;
  font-weight: bold;
  text-decoration: none;
  color: var(--secondary);
}
.archive .excerpt-more:hover,
.blog .excerpt-more:hover,
.blogPage .excerpt-more:hover,
.page-template-template-page-with-sidebar .excerpt-more:hover {
  color: var(--accent);
}
@media only screen and (max-width: 1024px) {
  .archive .postlink,
  .blog .postlink,
  .blogPage .postlink,
  .page-template-template-page-with-sidebar .postlink {
    display: none;
  }
}

.categorySwitcherMobile {
  display: flex;
  margin-bottom: 1rem;
}
.categorySwitcherMobile h2 {
  color: var(--white);
  text-align: center;
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 1em;
}

.categorySwitcher {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--secondary);
  border-radius: 48px;
}
@media only screen and (min-width: 1024px) {
  .categorySwitcher {
    display: flex;
  }
}
.categorySwitcher select {
  min-width: 80%;
  display: inline-block;
  padding: 0.5em 3.5em 0.5em 1em;
  margin: 0;
  box-sizing: border-box;
  background-color: var(--color-site-white);
  background-image: linear-gradient(45deg, transparent 50%, white 50%), linear-gradient(135deg, white 50%, transparent 50%), linear-gradient(to right, var(--color-primary), var(--color-primary));
  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;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.5em;
  font-family: mundial, sans-serif;
  /* reset */
  appearance: none;
}

/* =========================================================
Comments
 ========================================================= */
main ol.comment-list {
  list-style: none !important;
  margin: 0 0 1em;
  padding: 0;
  text-indent: 0;
}
main ol.comment-list li {
  list-style: none !important;
  margin: 0 0 1em;
}
main ol.comment-list li.comment {
  border-bottom: 1px solid #ddd;
  padding: 1em;
}
main ol.comment-list li.comment div.vcard {
  font-weight: 14px;
}
main ol.comment-list li.comment div.vcard img.avatar {
  border: 5px solid #ccc;
  float: right;
  margin: 0 0 20px 20px;
}
main ol.comment-list li.comment div.comment-meta {
  font-size: 11px;
}
main ol.comment-list li.comment div.comment-meta a {
  color: #ccc;
}
main ol.comment-list li.comment p {
  font-size: 12px;
}
main ol.comment-list li.comment ul {
  font-size: 12px;
  list-style: none;
  margin: 0 0 0 20px;
}
main ol.comment-list li.comment div.reply {
  font-size: 11px;
}
main ol.comment-list li.comment div.reply a {
  font-weight: bold;
}
main ol.comment-list li.comment ul.children {
  list-style: none;
  margin: 12px;
  text-indent: 0;
}
main ol.comment-list li.comment ul.children li.depth-2 {
  border-left: 5px solid #ccc;
  margin: 0 0 10px 10px;
}
main ol.comment-list li.comment ul.children li.depth-3 {
  border-left: 5px solid #bbb;
  margin: 0 0 10px 10px;
}
main ol.comment-list li.comment ul.children li.depth-4 {
  border-left: 5px solid #aaa;
  margin: 0 0 10px 10px;
}
main ol.comment-list li.even {
  background: #fff;
}
main ol.comment-list li.odd {
  background: #f6f6f6;
}
main ol.comment-list li.parent {
  border-left: 5px solid #ddd;
}
main ol.comment-list footer {
  background-color: transparent;
}

body.single-post #app .container {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  body.single-post #app .container {
    flex-direction: row;
  }
  body.single-post #app .container main.main {
    width: 750px;
  }
  body.single-post #app .container aside.sidebar {
    width: 490px;
  }
}

/* ==========================================================================
   These styles are provided to work with the index and single post templates provided.
   You can use these to assist in adapting the page lauouts into your theme
   ========================================================================== */

@media (min-width: 1024px){
  .laptop\:absolute{
    position: absolute;
  }
  .laptop\:order-1{
    order: 1;
  }
  .laptop\:order-2{
    order: 2;
  }
  .laptop\:order-3{
    order: 3;
  }
  .laptop\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .laptop\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .laptop\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .laptop\:-ml-16{
    margin-left: -4rem;
  }
  .laptop\:-mt-16{
    margin-top: -4rem;
  }
  .laptop\:-mt-36{
    margin-top: -9rem;
  }
  .laptop\:-mt-6{
    margin-top: -1.5rem;
  }
  .laptop\:-mt-8{
    margin-top: -2rem;
  }
  .laptop\:-mt-9{
    margin-top: -2.25rem;
  }
  .laptop\:mb-0{
    margin-bottom: 0px;
  }
  .laptop\:mb-1{
    margin-bottom: 0.25rem;
  }
  .laptop\:mb-10{
    margin-bottom: 2.5rem;
  }
  .laptop\:mb-16{
    margin-bottom: 4rem;
  }
  .laptop\:mb-20{
    margin-bottom: 5rem;
  }
  .laptop\:ml-5{
    margin-left: 1.25rem;
  }
  .laptop\:ml-auto{
    margin-left: auto;
  }
  .laptop\:mr-10{
    margin-right: 2.5rem;
  }
  .laptop\:mr-6{
    margin-right: 1.5rem;
  }
  .laptop\:mt-0{
    margin-top: 0px;
  }
  .laptop\:mt-12{
    margin-top: 3rem;
  }
  .laptop\:mt-5{
    margin-top: 1.25rem;
  }
  .laptop\:mt-6{
    margin-top: 1.5rem;
  }
  .laptop\:mt-8{
    margin-top: 2rem;
  }
  .laptop\:block{
    display: block;
  }
  .laptop\:inline-block{
    display: inline-block;
  }
  .laptop\:flex{
    display: flex;
  }
  .laptop\:max-w-1\/2{
    max-width: 50%;
  }
  .laptop\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .laptop\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .laptop\:items-center{
    align-items: center;
  }
  .laptop\:justify-between{
    justify-content: space-between;
  }
  .laptop\:rounded-36{
    border-radius: 36px;
  }
  .laptop\:border-solid{
    border-style: solid;
  }
  .laptop\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .laptop\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .laptop\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .laptop\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .laptop\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .laptop\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .laptop\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .laptop\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .laptop\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .laptop\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .laptop\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .laptop\:pb-10{
    padding-bottom: 2.5rem;
  }
  .laptop\:pb-12{
    padding-bottom: 3rem;
  }
  .laptop\:pb-16{
    padding-bottom: 4rem;
  }
  .laptop\:pb-20{
    padding-bottom: 5rem;
  }
  .laptop\:pb-24{
    padding-bottom: 6rem;
  }
  .laptop\:pb-4{
    padding-bottom: 1rem;
  }
  .laptop\:pl-1\.5{
    padding-left: 0.375rem;
  }
  .laptop\:pl-10{
    padding-left: 2.5rem;
  }
  .laptop\:pl-2{
    padding-left: 0.5rem;
  }
  .laptop\:pl-4{
    padding-left: 1rem;
  }
  .laptop\:pl-5{
    padding-left: 1.25rem;
  }
  .laptop\:pl-6{
    padding-left: 1.5rem;
  }
  .laptop\:pl-9{
    padding-left: 2.25rem;
  }
  .laptop\:pr-10{
    padding-right: 2.5rem;
  }
  .laptop\:pr-2{
    padding-right: 0.5rem;
  }
  .laptop\:pr-3{
    padding-right: 0.75rem;
  }
  .laptop\:pr-4{
    padding-right: 1rem;
  }
  .laptop\:pr-5{
    padding-right: 1.25rem;
  }
  .laptop\:pr-6{
    padding-right: 1.5rem;
  }
  .laptop\:pr-9{
    padding-right: 2.25rem;
  }
  .laptop\:pt-0{
    padding-top: 0px;
  }
  .laptop\:pt-10{
    padding-top: 2.5rem;
  }
  .laptop\:pt-12{
    padding-top: 3rem;
  }
  .laptop\:pt-20{
    padding-top: 5rem;
  }
  .laptop\:pt-40{
    padding-top: 10rem;
  }
  .laptop\:pt-44{
    padding-top: 11rem;
  }
  .laptop\:pt-6{
    padding-top: 1.5rem;
  }
  .laptop\:text-left{
    text-align: left;
  }
  .laptop\:text-center{
    text-align: center;
  }
  .laptop\:text-right{
    text-align: right;
  }
  .laptop\:text-20{
    font-size: 20px;
  }
  .laptop\:text-24{
    font-size: 24px;
  }
  .laptop\:text-white{
    color: var(--color-site-white);
  }
}

@media (min-width: 1280px){
  .desktop\:flex{
    display: flex;
  }
  .desktop\:grid{
    display: grid;
  }
  .lg\:block{
    display: block;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:w-1\/3{
    width: 33.333333%;
  }
  .lg\:w-2\/3{
    width: 66.666667%;
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:pb-0{
    padding-bottom: 0px;
  }
}

@media (max-width: 1024px){
  .mob\:order-2{
    order: 2;
  }
  .mob\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .mob\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .mob\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
  .mob\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .mob\:-mb-20{
    margin-bottom: -5rem;
  }
  .mob\:-mb-24{
    margin-bottom: -6rem;
  }
  .mob\:-mt-6{
    margin-top: -1.5rem;
  }
  .mob\:-mt-9{
    margin-top: -2.25rem;
  }
  .mob\:mb-10{
    margin-bottom: 2.5rem;
  }
  .mob\:mb-4{
    margin-bottom: 1rem;
  }
  .mob\:mb-5{
    margin-bottom: 1.25rem;
  }
  .mob\:mb-7{
    margin-bottom: 1.75rem;
  }
  .mob\:mt-0{
    margin-top: 0px;
  }
  .mob\:mt-12{
    margin-top: 3rem;
  }
  .mob\:mt-2{
    margin-top: 0.5rem;
  }
  .mob\:mt-7{
    margin-top: 1.75rem;
  }
  .mob\:flex{
    display: flex;
  }
  .mob\:w-full{
    width: 100%;
  }
  .mob\:max-w-100{
    max-width: 100px;
  }
  .mob\:max-w-150{
    max-width: 150px;
  }
  .mob\:max-w-\[140px\]{
    max-width: 140px;
  }
  .mob\:flex-wrap{
    flex-wrap: wrap;
  }
  .mob\:justify-center{
    justify-content: center;
  }
  .mob\:gap-3{
    gap: 0.75rem;
  }
  .mob\:p-6{
    padding: 1.5rem;
  }
  .mob\:p-8{
    padding: 2rem;
  }
  .mob\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .mob\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .mob\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .mob\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .mob\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .mob\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .mob\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .mob\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .mob\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .mob\:pb-10{
    padding-bottom: 2.5rem;
  }
  .mob\:pb-16{
    padding-bottom: 4rem;
  }
  .mob\:pb-20{
    padding-bottom: 5rem;
  }
  .mob\:pb-4{
    padding-bottom: 1rem;
  }
  .mob\:pb-5{
    padding-bottom: 1.25rem;
  }
  .mob\:pb-7{
    padding-bottom: 1.75rem;
  }
  .mob\:pt-2{
    padding-top: 0.5rem;
  }
  .mob\:pt-32{
    padding-top: 8rem;
  }
  .mob\:pt-36{
    padding-top: 9rem;
  }
  .mob\:pt-6{
    padding-top: 1.5rem;
  }
}

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