/*!***************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/scss/main.scss ***!
  \***************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
:root {
  --site-max-width: 1280px;
  --site-max-width-medium: 1160px;
  --site-max-width-narrow: 850px;
  --site-max-width-x-narrow: 750px;
  --site-gutter-desktop: 1.5rem;
  --site-gutter-tablet: 2rem;
  --site-gutter-mobile: 1.25rem;
  --surface-default: #FFFFFF;
  --surface-inverse: #222222;
  --surface-alt-1: #EEEEEE;
  --surface-alt-2: #DDDDDD;
  --color-default: #222222;
  --color-inverse: #FFFFFF;
  --color-primary: goldenrod;
  --color-secondary: maroon;
  --color-tertiary: gray;
}

/* Archivo Variable — self-hosted */
/* Paths are relative to the compiled CSS output at assets/css/main.css */
/* Latin (U+0000-00FF, U+0131, U+0152-0153, etc.) */
@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-display: swap;
  src: url("../fonts/archivo-latin-standard-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Archivo";
  font-style: italic;
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-display: swap;
  src: url("../fonts/archivo-latin-standard-italic.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Latin Extended (U+0100-02BA, U+02BD-02C5, etc.) */
@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-display: swap;
  src: url("../fonts/archivo-latin-ext-standard-normal.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Archivo";
  font-style: italic;
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-display: swap;
  src: url("../fonts/archivo-latin-ext-standard-italic.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/*-----Helpers-----*/
.background-image {
  background-position: center;
  background-size: cover;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.unstyled {
  list-style-type: none;
  padding-left: 0;
}

.flex-center {
  display: flex;
  justify-content: center; /* horizontal (main axis) */
  align-items: center; /* vertical (cross axis) */
}

.flex-between {
  display: flex;
  justify-content: space-between; /* horizontal spacing */
  align-items: center; /* vertical alignment */
}

.flex-middle {
  display: flex;
  align-items: center; /* vertical alignment */
}

.flex-start {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1rem;
}

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.items-end {
  align-items: flex-end;
}

.hi-stack {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.hi-stack.hi-stack--lg {
  gap: 2rem;
}
.hi-stack.hi-stack--sm {
  gap: 0.5rem;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (min-width: 1025px) {
  .hide-md-up {
    display: none !important;
  }
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-----Fix Flash of Unstyled Text-----*/
.wf-loading {
  opacity: 0;
}

.wf-active {
  -webkit-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in;
  opacity: 1;
}

.wf-inactive {
  opacity: 1;
}

.alignnone {
  margin-bottom: 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.sticky {
  display: block;
}

.gallery-caption {
  display: block;
}

.bypostauthor {
  display: block;
}

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
}

h1, h2, h3, h4, h5, p, ul {
  margin-top: 0;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
}

body {
  font-family: "Archivo", Georgia, serif;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #2a1f15;
  background: #e5d8ca;
}

p {
  text-wrap: pretty;
}

h1, h2, h3 {
  font-family: "Archivo", ui-sans-serif, system-ui, sans-serif;
  font-stretch: 125%;
  line-height: 1;
  text-wrap: balance;
}

h4 {
  line-height: 1.25;
  text-wrap: balance;
}

.hi-heading {
  font-stretch: 125%;
}
.hi-heading--md {
  font-size: clamp(1.25rem, 2vw, 1.875rem);
  font-weight: 800;
}
.hi-heading--lg {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 800;
}
.hi-heading--xl {
  font-size: clamp(2rem, 5.5vw, 3.5rem);
  color: #2f5d50;
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 0.95;
}
.hi-heading--xxl {
  font-size: clamp(2rem, 5.5vw, 4.5rem);
  color: #2f5d50;
  font-weight: 800;
  letter-spacing: -0.025em;
}
.hi-heading--3 {
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  color: #2f5d50;
}
.hi-heading--4 {
  letter-spacing: 0.02em;
  font-weight: 500;
}
.hi-heading span, .hi-heading i {
  display: block;
}
.hi-heading em {
  display: inline-block;
  font-style: italic;
  color: #2f5d50;
  position: relative;
  isolation: isolate;
}
.hi-heading em::after {
  content: "";
  position: absolute;
  bottom: -0.08em;
  left: 0;
  width: 100%;
  height: 0.3em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 14' preserveAspectRatio='none'%3E%3Cpath d='M2 9 Q 75 1 150 7 T 298 6' fill='none' stroke='%23bd623f' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: -1;
  pointer-events: none;
}

.hi-body {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 300;
  text-wrap: balance;
}
.hi-body p {
  text-wrap: balance;
}
.hi-body--small {
  font-size: 0.825rem;
}
.hi-body--medium {
  font-size: 1.125rem;
  line-height: 1.625;
}
.hi-body--large {
  font-size: 1.25rem;
}
.hi-body p:last-of-type {
  margin-bottom: 0;
}

p {
  margin-bottom: 1rem;
}

ul {
  padding-left: 1rem;
}
ul li {
  padding-left: 0.25rem;
}

.hi-wave {
  display: inline-block;
  position: relative;
  isolation: isolate;
}
.hi-wave::after {
  content: "";
  position: absolute;
  bottom: -0.08em;
  left: 0;
  width: 100%;
  height: 0.3em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 14' preserveAspectRatio='none'%3E%3Cpath d='M2 9 Q 75 1 150 7 T 298 6' fill='none' stroke='%23bd623f' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: -1;
  pointer-events: none;
}

.hi-eyebrow {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  font-weight: 600;
  color: #2f5d50;
  margin: 0;
}
.hi-eyebrow.hi-eyebrow--centered {
  justify-content: center;
}
.hi-eyebrow:not(.hi-eyebrow--plain)::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #bd623f;
  flex-shrink: 0;
}

.hi-overlay-pill {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.625rem;
  letter-spacing: 0.2em;
  line-height: 1;
  font-weight: 600;
  background: #bd623f;
  padding: 0.5rem 0.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 999px;
}

@media (max-width: 768px) {
  .hi-body--large, .hi-body {
    font-size: 1rem;
  }
}
.accordion {
  padding-left: 0;
  list-style: none;
  border-top: 1px solid #e5e5e5;
}

.accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

/* Thumb */
.accordion-thumb {
  margin: 0;
  padding: 0.8rem 0;
  cursor: pointer;
  font-weight: normal;
}

.accordion-thumb::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 7px;
  float: right;
  height: 7px;
  width: 7px;
  margin-right: 1rem;
  margin-left: 0.5rem;
  vertical-align: middle;
  border-right: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

/* Panel */
.accordion-panel {
  margin: 0;
  padding-bottom: 0.8rem;
  display: none;
}

/* Active */
.accordion-item.is-active .accordion-thumb::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

[data-accordion-trigger] {
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 100%;
  text-align: left;
}
[data-accordion-trigger] svg {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  transition: transform 0.3s ease;
}

[data-accordion-item].is-open [data-accordion-trigger] svg {
  transform: rotate(45deg);
}

.button,
.site-search__submit {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  padding: 1.25rem 2rem;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  color: #ffffff;
  background: #bd623f;
  font-size: 1rem;
  font-family: "Archivo", Georgia, serif;
  font-weight: 500;
  border-radius: 0.375rem;
  -webkit-transition-duration: 0.2s;
  /* Safari */
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.button:hover,
.site-search__submit:hover {
  text-decoration: none;
  background: rgba(189, 98, 63, 0.9) !important;
}

.button.button--arrow::after {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-color: currentColor;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6' stroke='black' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  vertical-align: middle;
  -webkit-transition-duration: 0.3s;
  /* Safari */
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.button.button--arrow:hover::after {
  transform: translateX(5px);
}

.hi-button-group {
  display: flex;
  gap: 2rem;
}
@media (max-width: 768px) {
  .hi-button-group {
    flex-direction: column;
    gap: 1rem;
  }
}

.hi-card {
  box-shadow: 0 16px 40px -30px rgba(42, 31, 21, 0.5);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.8);
}
.hi-card__inner {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 1025px) {
  .hi-card__inner {
    padding: 2rem;
  }
}

/*-----Forms-----*/
.gform_wrapper.gform-theme {
  --gf-form-gap-y: 1.5rem;
}

.gform_wrapper {
  margin: 0 !important;
  text-align: left;
}
.gform_wrapper li {
  list-style-type: none;
  padding-right: 0 !important;
}
.gform_wrapper .gfield,
.gform_wrapper .ginput_container {
  margin: 0 !important;
}
.gform_wrapper textarea, .gform_wrapper input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
  font-family: "Archivo", Georgia, serif;
  display: block !important;
  padding: 10px !important;
  width: 100% !important;
  text-align: left;
  border: 1px solid #c6af93 !important;
  border-radius: 0.375rem !important;
}
.gform_wrapper label {
  font-weight: 600;
}
.gform_wrapper .gform_fields > li:first-of-type input:not([type=submit]) {
  margin-top: 0 !important;
}
.gform_wrapper .gfield_checkbox label,
.gform_wrapper .gfield--type-select label {
  display: initial !important;
}
.gform_wrapper textarea {
  margin-bottom: 0;
}
.gform_wrapper .gform_footer {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.gform_wrapper .gform_footer .button {
  margin-top: 1.25rem !important;
  display: block;
  cursor: pointer;
  text-decoration: none;
  padding: 1.25rem 2rem !important;
  letter-spacing: 0.035em !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  background: #bd623f !important;
  font-size: 1rem !important;
  font-family: "Archivo", Georgia, serif;
  font-weight: 500;
  border-radius: 0.375rem !important;
  width: 100% !important;
  -webkit-transition-duration: 0.2s;
  /* Safari */
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.gform_wrapper .gform_footer .button:hover {
  text-decoration: none;
  background: rgba(189, 98, 63, 0.9) !important;
}
@media (max-width: 768px) {
  .gform_wrapper .gform_footer .button {
    width: auto !important;
  }
}
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text] {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.gform_wrapper .hi-checkbox-pills .gfield_checkbox {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 0.5rem !important;
  padding: 0;
  margin: 0;
}
.gform_wrapper .hi-checkbox-pills .gchoice {
  position: relative;
  display: block !important;
  flex: 1;
}
.gform_wrapper .hi-checkbox-pills input[type=checkbox] {
  position: absolute !important;
  opacity: 0 !important;
  width: 1px !important;
  height: 1px !important;
  pointer-events: none;
  margin: 0 !important;
}
.gform_wrapper .hi-checkbox-pills .gchoice label {
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 0.75rem 1rem;
  border-radius: 0.375rem;
  border: 1px solid #c6af93;
  background: #e5d8ca;
  color: #2a1f15;
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  user-select: none;
  margin: 0;
  font-weight: 400 !important;
}
.gform_wrapper .hi-checkbox-pills input[type=checkbox]:checked + label {
  background: #2f5d50 !important;
  color: #ffffff !important;
  border-color: #2f5d50 !important;
}
.gform_wrapper .hi-checkbox-pills input[type=checkbox]:focus-visible + label {
  outline: 2px solid #2f5d50;
  outline-offset: 2px;
}

.gform_confirmation_message * {
  font: 400 45px/43px "Archivo", Georgia, serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-default) !important;
}

section:not(:last-of-type) {
  border-bottom: 1px solid rgba(198, 175, 147, 0.75);
}

.site-container {
  width: 100%;
  max-width: var(--site-max-width);
  margin-inline: auto;
  padding-inline: var(--site-gutter-desktop);
}
@media (max-width: 1024px) {
  .site-container {
    padding-inline: var(--site-gutter-tablet);
  }
}
@media (max-width: 560px) {
  .site-container {
    padding-inline: var(--site-gutter-mobile);
  }
}
.site-container--medium {
  max-width: var(--site-max-width-medium);
}
.site-container--narrow {
  max-width: var(--site-max-width-narrow);
}
.site-container--x-narrow {
  max-width: var(--site-max-width-x-narrow);
}
.site-container--full {
  max-width: none;
  padding-inline: 0;
}
.site-container--wide {
  max-width: 1400px;
}

.site-section {
  padding: 3rem 0;
}
.site-section.no-top-padding {
  padding-top: 0;
}
.site-section.no-bottom-padding {
  padding-bottom: 0;
}
.site-section.light-top-padding {
  padding-top: 1.5rem;
}
.site-section.light-bottom-padding {
  padding-bottom: 1.5rem;
}
.site-section.extra-top-padding {
  padding-top: 4rem;
}
.site-section.extra-bottom-padding {
  padding-bottom: 4rem;
}

@media (min-width: 1025px) {
  .site-section {
    padding: 5rem 0 7rem;
  }
  .site-section.light-top-padding {
    padding-top: 2.5rem;
  }
  .site-section.light-bottom-padding {
    padding-bottom: 2.5rem;
  }
  .site-section.extra-top-padding {
    padding-top: 6rem;
  }
  .site-section.extra-bottom-padding {
    padding-bottom: 8rem;
  }
}
@media (max-width: 1024px) {
  :root {
    --header-height: 4rem;
  }
}
@media (min-width: 1025px) {
  :root {
    --header-height: 4.875rem;
  }
}

.header {
  background: #2f5d50;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  padding: 1rem 0;
}
.header__shim {
  height: var(--header-height);
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-inline: auto;
}
.header__nav .menu {
  display: flex;
  column-gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.header__nav .menu li {
  position: relative;
  display: flex;
  column-gap: 0.5rem;
  align-items: center;
}
.header__nav .menu li a {
  display: block;
}
.header__nav .menu li .caret-wrapper {
  display: inline-flex;
  background-color: transparent;
  cursor: pointer;
}
.header__nav .menu > li > a {
  color: var(--surface-default);
  padding: 0.5rem 0 0.5rem 1rem;
}
.header__nav .sub-menu {
  background-color: var(--surface-default);
}
.header__nav .sub-menu a {
  color: var(--color-default);
}
.header__phone {
  font-size: 0.875rem;
  color: #e5d8ca;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}
.header__links {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.5rem;
}
.header__links svg {
  max-height: 1rem;
  max-width: 1rem;
}
.header__toggle {
  display: none;
  z-index: 2;
  cursor: pointer;
  border: none !important;
  background: none;
}
.header__toggle span {
  display: block;
  width: 1rem;
  height: 2px;
  background-color: #e5d8ca;
  border-radius: 15px;
  margin: 5px 0;
}
.header ul {
  list-style: none;
}
.header a {
  line-height: 1;
}
.header a:hover {
  text-decoration: none;
}
.header a, .header .sub-menu, .header .caret-wrapper, .header svg, .header path, .header .header__toggle span {
  transition: all 0.25s ease;
}
.header .button {
  padding: 0.75rem 1rem;
  background: #bd623f;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  letter-spacing: 0.025em;
  font-weight: 500;
}

@media (min-width: 769px) {
  .header {
    padding: 1.25rem 2rem;
  }
  .header__nav {
    display: none;
  }
  .header__nav .menu {
    justify-content: flex-end;
    width: auto;
  }
  .header__nav .menu li {
    position: relative;
    column-gap: 0.5rem;
    align-items: center;
  }
  .header__nav .menu > li:hover .sub-menu {
    display: block;
  }
  .header__nav .menu-item-has-children:hover .caret-wrapper svg path {
    fill: var(--surface-default);
  }
  .header .custom-logo {
    height: 1.5rem;
    width: auto;
  }
  .header .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 14rem;
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.35);
  }
}
@media (max-width: 768px) {
  .header {
    overflow: hidden;
  }
  .header__nav {
    position: fixed;
    width: 100%;
    transform: translateX(-200%);
    background-color: #2f5d50;
    top: 0;
    left: 0;
    padding: 0;
    min-height: 100vh;
    transition: all 0.2s ease-out;
  }
  .header__nav .menu {
    padding: 100px 0 0;
    display: block;
  }
  .header__nav .menu li {
    padding-bottom: 1.25rem;
    display: block;
  }
  .header__nav .menu li a {
    min-width: 8rem;
    padding-left: 1.5rem;
    display: inline-block;
    margin-bottom: 0.5rem;
  }
  .header__nav .menu li svg {
    cursor: pointer;
  }
  .header__nav .menu li .sub-menu {
    position: relative;
    max-height: 0;
    overflow: hidden;
    top: 0;
    padding: 0 0 0 1.5rem;
  }
  .header__nav .menu li .sub-menu li:last-of-type {
    padding-bottom: 0;
  }
  .header__nav .menu li .sub-menu li a {
    padding-left: 0;
    font-size: 17px;
    margin: 0;
  }
  .header__nav .menu li:hover svg {
    transform: none;
  }
  .header__nav .menu-item-has-children:hover > a {
    pointer-events: none;
  }
  .header__toggle {
    display: block;
    position: relative;
  }
  .header__toggle.nav-open span {
    transition: all 0.25s ease;
    position: relative;
    right: 0;
  }
  .header__toggle.nav-open span:first-of-type {
    transform: translateY(4px) rotate(45deg);
  }
  .header__toggle.nav-open span:nth-of-type(2) {
    display: none;
  }
  .header__toggle.nav-open span:last-of-type {
    transform: translateY(-3px) rotate(-45deg);
  }
  .header .custom-logo {
    max-width: 10rem;
  }
  .header.nav-open .header__nav {
    transform: translateX(0);
    transition: all 0.3s ease-out;
  }
}
@media (min-width: 769px) {
  .header__cta--mobile {
    display: none;
  }
}
@media (max-width: 768px) {
  .header__cta--desktop {
    display: none;
  }
  .header__cta--mobile.button {
    padding: 0.625rem 1rem;
    font-size: 0.75rem;
  }
  .header__phone--mobile {
    margin-left: 1.5rem;
    color: #ffffff;
    font-size: 1.125rem;
  }
  .header__phone:not(.header__phone--mobile) {
    display: none;
  }
}

.hi-footer {
  padding: 0;
  background: #2f5d50;
  color: #e5d8ca;
  font-size: 0.75rem;
}
.hi-footer__inner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 3rem 0;
}
.hi-footer__about {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.hi-footer__about h4 {
  font-size: 1.125rem;
}
.hi-footer__about .custom-logo-link {
  max-width: 180px;
  height: auto;
}
.hi-footer__contact {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.hi-footer__contact h4 {
  font-size: 1.125rem;
}
.hi-footer__contact a {
  text-decoration: none;
}
.hi-footer__contact a:hover {
  text-decoration: underline;
}
.hi-footer__optout {
  padding: 2rem;
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.05);
}
.hi-footer__optout p {
  font-size: 0.875rem;
}
.hi-footer__optout .gform_wrapper .gform_fields {
  row-gap: 0.75rem !important;
}
.hi-footer__optout .gform_wrapper input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
  background: rgba(255, 255, 255, 0.075) !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
}
.hi-footer__optout .gform_wrapper input:not([type=submit]):not([type=checkbox]):not([type=radio])::placeholder {
  color: rgba(229, 216, 202, 0.5) !important;
}
.hi-footer__optout .gform_wrapper .button {
  place-self: start;
  width: auto !important;
  font-size: 0.875rem !important;
  padding: 0.75rem 2rem !important;
}
.hi-footer__optout h4 {
  font-size: 1.25rem;
}
.hi-footer__terms {
  margin-top: 0.5rem;
}
.hi-footer__logo {
  height: 1rem;
  margin-bottom: 0.5rem;
}
.hi-footer__phone-link, .hi-footer__cta-link, .hi-footer__pharmacy-link {
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
.hi-footer__phone-link svg, .hi-footer__cta-link svg, .hi-footer__pharmacy-link svg {
  width: 1rem;
  height: auto;
  flex-shrink: 0;
}
.hi-footer__cta-link, .hi-footer__pharmacy-link {
  text-decoration: underline;
}
.hi-footer__social {
  margin-top: 1rem;
  display: flex;
  gap: 0.625rem;
}
.hi-footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.075);
  color: #e5d8ca;
  transition: background-color 0.2s ease;
}
.hi-footer__social-link svg {
  max-height: 1rem;
  height: auto;
  width: 1rem;
}
.hi-footer__social-link:hover {
  background: rgba(255, 255, 255, 0.125);
}
.hi-footer__social-icon {
  width: 1.125rem;
  height: 1.125rem;
}
.hi-footer__bottom {
  padding: 1.25rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(229, 216, 202, 0.5);
}
.hi-footer__bottom * {
  margin-bottom: 0;
}
.hi-footer__bottom .site-container {
  display: flex;
  justify-content: space-between;
}
.hi-footer__bottom p:last-of-type {
  display: flex;
  gap: 2rem;
}
.hi-footer h4 {
  font-stretch: 100%;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.025em;
}
.hi-footer .gform_wrapper .gform_fields {
  row-gap: 0.5rem;
}
.hi-footer .gform_wrapper * {
  font-size: 0.825rem;
  color: #ffffff !important;
  font-family: "Archivo", Georgia, serif !important;
}
.hi-footer .gform_wrapper ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.75) !important;
}
.hi-footer .gform_wrapper ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.75) !important;
}
.hi-footer .gform_wrapper :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.75) !important;
}
.hi-footer .gform_wrapper ::placeholder {
  color: rgba(255, 255, 255, 0.75) !important;
}

@media (min-width: 769px) {
  .hi-footer__inner {
    flex-direction: row;
    gap: 3rem;
    padding: 4rem 0;
  }
  .hi-footer__inner > * {
    width: calc(50% - 2rem);
  }
  .hi-footer__about .custom-logo-link {
    max-width: 100%;
  }
  .hi-footer__bottom p:last-of-type {
    justify-content: end;
  }
}
.site-search {
  display: flex;
}
.site-search__field {
  line-height: 1;
  -webkit-appearance: none;
  padding: 5px 10px;
  border: 1px solid #ddd;
  height: 38px;
  border-radius: 0;
  width: calc(100% - 110px);
  font-size: 18px;
}
.site-search__result {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 15px 0;
  border-bottom: 2px solid var(--surface-default) 2;
  text-decoration: none !important;
  -webkit-transition-duration: 0.2s;
  /* Safari */
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.site-search__result h2 {
  font-size: 20px;
}
.site-search__result p {
  font-size: 15px;
}
.site-search__result * {
  text-decoration: none !important;
  margin: 0;
}
