/*!***************************************************************************************************************************************************************************************************************!*\
  !*** 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 ***!
  \***************************************************************************************************************************************************************************************************************/
:root {
  --site-max-width: 1260px;
  --site-max-width-medium: 1100px;
  --site-max-width-narrow: 900px;
  --site-gutter-desktop: 3rem;
  --site-gutter-tablet: 2rem;
  --site-gutter-mobile: 1.5rem;
  --surface-default: #FFFFFF;
  --surface-inverse: #222222;
  --surface-alt-1: #EEEEEE;
  --surface-alt-2: #DDDDDD;
  --color-default: #222222;
  --color-inverse: #FFFFFF;
  --color-primary: #2f5d50;
  --color-secondary: #BD623F;
  --color-tertiary: #7a4e2d;
}

/**
 * Self-hosted Archivo SemiExpanded Medium
 * Path is relative to the compiled CSS output (assets/css/main.css)
 */
@font-face {
  font-family: "Archivo";
  src: url("../fonts/Archivo SemiExpanded Medium.ttf") format("truetype");
  font-weight: 500;
  font-stretch: 112.5%;
  font-style: normal;
  font-display: block;
}
/*-----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 */
}

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

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

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

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

.button,
.site-search__submit {
  display: inline-block;
  cursor: pointer;
  padding: 1rem 2rem;
  letter-spacing: 0.05rem;
  background-color: #BD623F;
  color: #EFE3D3;
  border-radius: 6px;
  -webkit-transition-duration: 0.2s;
  /* Safari */
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  text-decoration: none !important;
}

/*-----Forms-----*/
.gform_wrapper {
  margin: 0 !important;
}
.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", sans-serif;
  display: block !important;
  padding: 0.5rem 1rem !important;
  width: 100% !important;
  border: none;
  font-size: 0.875rem !important;
  line-height: 1 !important;
  height: auto;
  background: rgba(239, 227, 211, 0.3);
}
.gform_wrapper .gform_fields > li:first-of-type input:not([type=submit]) {
  margin-top: 0 !important;
}
.gform_wrapper .gfield--type-text label,
.gform_wrapper .gfield--type-email label,
.gform_wrapper .gfield--type-phone label,
.gform_wrapper .gfield--type-textarea label {
  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;
}
.gform_wrapper .gfield_checkbox label,
.gform_wrapper .gfield--type-select label {
  display: initial !important;
}
.gform_wrapper textarea {
  margin-bottom: 0;
  height: 100px !important;
}
.gform_wrapper .gform_footer {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.gform_wrapper .button {
  margin-top: 15px !important;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem;
  background: #BD623F !important;
  color: #EFE3D3 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.025rem !important;
  font-stretch: 125% !important;
  font-weight: 400;
  font-family: "Archivo", sans-serif;
  -webkit-appearance: none !important;
}
.gform_wrapper .button:hover {
  background: var(--surface-default);
  color: var(--default);
  cursor: pointer;
}
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text] {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

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

@media (max-width: 768px) {
  .gform_wrapper .button {
    width: auto !important;
  }
}
.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--full {
  max-width: none;
  padding-inline: 0;
}
.site-container--wide {
  max-width: 1400px;
}

.site-section {
  padding: 75px 0;
}
.site-section.no-top-padding {
  padding-top: 0;
}
.site-section.no-bottom-padding {
  padding-bottom: 0;
}
.site-section.light-top-padding {
  padding-top: 40px;
}
.site-section.light-bottom-padding {
  padding-bottom: 40px;
}
.site-section.extra-top-padding {
  padding-top: 100px;
}
.site-section.extra-bottom-padding {
  padding-bottom: 100px;
}

@media (max-width: 1024px) {
  :root {
    --header-height: 100px;
  }
}
@media (min-width: 1025px) {
  :root {
    --header-height: 150px;
  }
}

.hi-header {
  background: #EFE3D3;
  width: 100%;
}
.hi-header__inner {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-inline: auto;
  border-bottom: 1px solid #E5D8CA;
}
.hi-header__nav .menu {
  display: flex;
  column-gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.hi-header__nav .menu li {
  position: relative;
  display: flex;
  column-gap: 0.5rem;
  align-items: center;
}
.hi-header__nav .menu li a {
  display: block;
}
.hi-header__nav .menu li .caret-wrapper {
  display: inline-flex;
  background-color: transparent;
  cursor: pointer;
}
.hi-header__nav .menu > li > a {
  color: var(--surface-default);
  padding: 0.5rem 0 0.5rem 1rem;
}
.hi-header__nav .sub-menu {
  background-color: var(--surface-default);
}
.hi-header__nav .sub-menu a {
  color: var(--default);
}
.hi-header__toggle {
  display: none;
  z-index: 2;
  cursor: pointer;
  border: none !important;
  background: none;
  padding: 0.25rem;
}
.hi-header__toggle span {
  display: block;
  width: 30px;
  height: 2px;
  background-color: var(--surface-default);
  border-radius: 15px;
  margin: 5px 0;
}
.hi-header ul {
  list-style: none;
}
.hi-header a:hover {
  text-decoration: none;
}
.hi-header a, .hi-header .sub-menu, .hi-header .caret-wrapper, .hi-header svg, .hi-header path, .hi-header .hi-header__toggle span {
  transition: all 0.25s ease;
}

@media (min-width: 1025px) {
  .hi-header__nav .menu {
    justify-content: flex-end;
    width: auto;
  }
  .hi-header__nav .menu li {
    position: relative;
    column-gap: 0.5rem;
    align-items: center;
  }
  .hi-header__nav .menu > li:hover .sub-menu {
    display: block;
  }
  .hi-header__nav .menu-item-has-children:hover .caret-wrapper svg path {
    fill: var(--surface-default);
  }
  .hi-header .custom-logo {
    height: 38px;
  }
  .hi-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: 1024px) {
  .hi-header {
    overflow: hidden;
  }
  .hi-header__nav {
    position: fixed;
    width: 100%;
    transform: translateX(-200%);
    background-color: var(--default);
    top: 0;
    left: 0;
    padding: 0;
    min-height: 100vh;
    transition: all 0.2s ease-out;
  }
  .hi-header__nav .menu {
    padding: 100px 0;
    display: block;
  }
  .hi-header__nav .menu li {
    padding-bottom: 1.25rem;
    display: block;
  }
  .hi-header__nav .menu li a {
    min-width: 8rem;
    padding-left: 1.5rem;
    display: inline-block;
    margin-bottom: 0.5rem;
  }
  .hi-header__nav .menu li svg {
    cursor: pointer;
  }
  .hi-header__nav .menu li .sub-menu {
    position: relative;
    max-height: 0;
    overflow: hidden;
    top: 0;
    padding: 0 0 0 1.5rem;
  }
  .hi-header__nav .menu li .sub-menu li:last-of-type {
    padding-bottom: 0;
  }
  .hi-header__nav .menu li .sub-menu li a {
    padding-left: 0;
    font-size: 17px;
    margin: 0;
  }
  .hi-header__nav .menu li:hover svg {
    transform: none;
  }
  .hi-header__nav .menu-item-has-children:hover > a {
    pointer-events: none;
  }
  .hi-header__toggle {
    display: block;
    position: relative;
  }
  .hi-header__toggle.nav-open span {
    transition: all 0.25s ease;
    position: relative;
    right: 0;
  }
  .hi-header__toggle.nav-open span:first-of-type {
    transform: translateY(4px) rotate(45deg);
  }
  .hi-header__toggle.nav-open span:nth-of-type(2) {
    display: none;
  }
  .hi-header__toggle.nav-open span:last-of-type {
    transform: translateY(-3px) rotate(-45deg);
  }
  .hi-header.nav-open .hi-header__nav {
    transform: translateX(0);
    transition: all 0.3s ease-out;
  }
}
.hi-footer {
  padding: 3rem 0;
  background: #2f5d50;
  color: #EFE3D3;
  font-size: 0.75rem;
}
.hi-footer__inner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-bottom: 1.5rem;
}
.hi-footer__terms {
  margin-top: 0.5rem;
}
.hi-footer__logo {
  height: 1rem;
  margin-bottom: 0.5rem;
}
.hi-footer__bottom {
  padding-top: 1.5rem;
  border-top: 1px solid rgba(229, 216, 202, 0.25);
}
.hi-footer h4 {
  font-stretch: 125%;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.025em;
}
.hi-footer .gform_wrapper .gform_fields {
  row-gap: 0.5rem;
}
.hi-footer .gform_wrapper * {
  font-size: 0.825rem;
  color: #EFE3D3 !important;
  font-family: "Archivo", sans-serif !important;
}
.hi-footer .gform_wrapper ::-webkit-input-placeholder {
  color: rgba(239, 227, 211, 0.75) !important;
}
.hi-footer .gform_wrapper ::-moz-placeholder {
  color: rgba(239, 227, 211, 0.75) !important;
}
.hi-footer .gform_wrapper :-ms-input-placeholder {
  color: rgba(239, 227, 211, 0.75) !important;
}
.hi-footer .gform_wrapper ::placeholder {
  color: rgba(239, 227, 211, 0.75) !important;
}

@media (min-width: 769px) {
  .hi-footer__inner {
    flex-direction: row;
    gap: 4rem;
  }
  .hi-footer__left {
    width: 50%;
  }
  .hi-footer__right {
    text-align: right;
    width: calc(50% - 4rem);
  }
}
.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;
}
.page-template-page-coming-soon .hi-header {
  display: none;
}

.coming-soon {
  padding: 4rem 0;
}
.coming-soon__heading {
  color: #BD623F;
  font-stretch: 125%;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.3em;
  margin-bottom: 2.5rem;
}
.coming-soon__logo {
  max-height: 80px;
  margin: 0 auto 2.5rem;
}
.coming-soon .site-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
}
.coming-soon .button {
  place-self: center;
}

body {
  font-family: "Archivo", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  color: var(--default);
  background: #EFE3D3;
}

h1, h2, h3 {
  font-family: "Archivo", sans-serif;
}

.hi-body {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  line-height: 1.6;
}
.hi-body--small {
  font-size: 0.825rem;
}

p {
  margin-bottom: 1rem;
}
