@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: rem(32);
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25rem;
}

sup {
  top: -0.5rem;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35rem 0.75rem 0.625rem;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  font-weight: 600;
  margin-bottom: 0.25rem;
  padding: 0;
}

label {
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

input,
select {
  display: block;
  font-family: "Inter";
  font-size: 1rem;
}

input,
textarea,
select {
  background-color: white;
  border: 1px solid #F0EEED;
  box-shadow: inset 0 1px 0.1875rem rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Inter";
  font-size: 1rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  transition: border-color 300ms ease-in-out;
  width: 100%;
}
input:hover,
textarea:hover,
select:hover {
  border-color: shade(#F0EEED, 20%);
}
input:focus,
textarea:focus,
select:focus {
  border-color: #3F0D0C;
  box-shadow: inset 0 1px 0.1875rem rgba(0, 0, 0, 0.06), 0 0 0.3125rem rgba(42, 9, 8, 0.7);
  outline: none;
}
input:disabled,
textarea:disabled,
select:disabled {
  background-color: shade(white, 5%);
  cursor: not-allowed;
}
input:disabled:hover,
textarea:disabled:hover,
select:disabled:hover {
  border: 1px solid #F0EEED;
}

textarea {
  resize: vertical;
}

[type=search] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

[type=checkbox],
[type=radio] {
  display: inline;
  margin-right: 0.25rem;
}

[type=file] {
  margin-bottom: 0.5rem;
  width: 100%;
}

select {
  margin-bottom: 1.5rem;
  max-width: 100%;
  width: auto;
}

._form select {
  width: 100%;
}
._form button {
  margin-top: 1rem;
}

.site-inner .gform_wrapper {
  margin: 0;
}
.site-inner .gform_wrapper ul {
  margin-left: 0 !important;
}
.site-inner .gform_wrapper ul li {
  list-style-type: none !important;
  padding: 0 !important;
}
.site-inner .gform_wrapper ul li:first-child {
  margin-top: 0;
}
.site-inner .gform_wrapper ul li input,
.site-inner .gform_wrapper ul li select {
  width: 100% !important;
}
.site-inner .gform_wrapper .gform_footer {
  padding-bottom: 0 !important;
}
.site-inner .gform_wrapper .gform_footer input {
  margin-bottom: 0 !important;
}

#tinymce ul,
.site-inner ul {
  list-style-type: none;
  margin: 0;
  margin-bottom: 1.75rem;
  padding: 0;
}
#tinymce ul li,
.site-inner ul li {
  list-style-type: none;
  margin-bottom: 0.625rem;
  padding-left: 1.5rem;
  position: relative;
}
#tinymce ul li:before,
.site-inner ul li:before {
  background-color: #555;
  border-radius: 50%;
  content: "";
  height: 0.5rem;
  left: 0.25rem;
  position: absolute;
  top: 0.5rem;
  width: 0.5rem;
}
#tinymce ul li ul,
.site-inner ul li ul {
  margin-bottom: 0;
  margin-top: 0.5rem;
}

#tinymce ol,
.site-inner ol {
  margin: 0;
  margin-bottom: 1.5rem;
  margin-left: 0;
  padding: 0;
}
#tinymce ol li,
.site-inner ol li {
  margin-bottom: 0.75rem;
  margin-left: 1.5rem;
  position: relative;
}
#tinymce ol li ol,
.site-inner ol li ol {
  margin-bottom: 0;
  margin-top: 0.5rem;
}

dl {
  margin-bottom: 1.5rem;
}
dl dt {
  margin-top: 0.5rem;
}
dl dd {
  margin: 0;
}

dl,
ol,
ul,
p {
  margin-bottom: 1.5rem;
}

table {
  border-collapse: collapse;
  margin: 0.5rem 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid shade(#F0EEED, 25%);
  font-weight: 600;
  padding: 0.5rem 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #F0EEED;
  padding: 0.5rem 0;
}

tr,
td,
th {
  vertical-align: middle;
}

html {
  font-size: 90%;
  scroll-behavior: smooth;
}
@media screen and (min-width: 56.25rem) {
  html {
    font-size: 1rem;
  }
}

html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

:target {
  scroll-margin-top: 2rem;
}

body {
  color: #555;
  font-family: "Inter";
  line-height: 1.5;
  background-color: white;
}
body *::-moz-selection {
  background-color: #3F0D0C;
  color: white;
}
body *::selection {
  background-color: #3F0D0C;
  color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #111;
  font-family: "Playfair Display", serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 1rem;
}

h1,
#heading-one {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 3.625rem;
  font-size: clamp(40px, 4vw, 3.625rem);
  text-transform: uppercase;
}

h2,
#post-title {
  font-family: "Playfair Display", serif;
  font-size: 2.875rem;
  font-size: clamp(36px, 4vw, 2.875rem);
  text-transform: uppercase;
}

h3 {
  font-size: 2.375rem;
  text-transform: uppercase;
}

h4 {
  font-size: 1.875rem;
}

h5 {
  font-size: 1.75rem;
}

h6 {
  font-size: 1.375rem;
}

p {
  margin: 0 0 1.5rem;
}

a {
  color: #b69955;
  text-decoration: none;
  transition: all 300ms ease-in-out;
}
a:active, a:focus, a:hover {
  color: #736032;
}

hr {
  border-bottom: 1px solid #F0EEED;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5rem 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

blockquote {
  border-left: 0.5rem solid #b69955;
  color: #3F0D0C;
  margin: 4% 5% 4% 0;
  padding: 0 0 0 2rem;
  position: relative;
}
blockquote > *:last-child {
  margin-bottom: 0;
}

code {
  background: #F0EEED;
  border: 1px solid #F0EEED;
  color: #555;
  padding: 0.125rem 0.25rem;
}

.wp-caption .wp-caption-text {
  font-size: 0.75rem;
  letter-spacing: 1px;
  line-height: 1.2;
  margin: 0.625rem 0;
  text-transform: uppercase;
}

.base-font {
  font-family: "Inter";
}

.heading-font {
  font-family: "Playfair Display", serif;
}

.uppercase {
  text-transform: uppercase;
}

.normalcase {
  text-transform: none;
}

.lowercase {
  text-transform: lowercase;
}

.small {
  font-size: 0.875em;
}

.large {
  font-size: 1.125em;
}

.light-weight {
  font-weight: 300;
}

.normal-weight,
.font-normal {
  font-weight: 400;
}

.bold-weight,
.font-bold {
  font-weight: 700;
}

.no-bottom-margin {
  display: block;
  margin-bottom: -0.5rem;
}

.aligncenter {
  display: block;
  margin: 0 auto 1.5rem;
  text-align: center;
}

.alignleft {
  margin: 0 1.5rem 1.5rem 0;
}

.alignright {
  margin: 0 0 1.5rem 1.5rem;
}

.text-blue {
  color: #205883;
}

.text-tan {
  color: #b69955;
}

.text-burgundy {
  color: #3F0D0C;
}

.text-dark-gray {
  color: #111;
}

.text-medium-gray {
  color: #555;
}

.text-light-gray {
  color: #F0EEED;
}

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

#tinymce {
  background-color: #F0EEED;
}

._form button,
input[type=button],
input[type=reset],
input[type=submit],
.blue-button a,
.blue-button button,
.primary-button a,
.primary-button button,
.medium-gray-button a,
.medium-gray-button button,
.dark-gray-button a,
.dark-gray-button button,
.white-button a,
.white-button button,
.tan-button a,
.tan-button button,
.burgundy-button a,
.burgundy-button button,
.blue-button.fake-button > span,
.primary-button.fake-button > span,
.medium-gray-button.fake-button > span,
.dark-gray-button.fake-button > span,
.white-button.fake-button > span,
.tan-button.fake-button > span,
.burgundy-button.fake-button > span {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #555;
  border: 2px solid transparent;
  color: white !important;
  cursor: pointer;
  display: inline-block;
  font-family: "Inter";
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  padding: 1rem 2.125rem;
  text-align: center;
  text-decoration: none;
  transition: all 300ms ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  vertical-align: middle;
}
._form button:hover, ._form button:focus,
input[type=button]:hover,
input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=submit]:hover,
input[type=submit]:focus,
.blue-button a:hover,
.blue-button a:focus,
.blue-button button:hover,
.blue-button button:focus,
.primary-button a:hover,
.primary-button a:focus,
.primary-button button:hover,
.primary-button button:focus,
.medium-gray-button a:hover,
.medium-gray-button a:focus,
.medium-gray-button button:hover,
.medium-gray-button button:focus,
.dark-gray-button a:hover,
.dark-gray-button a:focus,
.dark-gray-button button:hover,
.dark-gray-button button:focus,
.white-button a:hover,
.white-button a:focus,
.white-button button:hover,
.white-button button:focus,
.tan-button a:hover,
.tan-button a:focus,
.tan-button button:hover,
.tan-button button:focus,
.burgundy-button a:hover,
.burgundy-button a:focus,
.burgundy-button button:hover,
.burgundy-button button:focus,
.blue-button.fake-button > span:hover,
.blue-button.fake-button > span:focus,
.primary-button.fake-button > span:hover,
.primary-button.fake-button > span:focus,
.medium-gray-button.fake-button > span:hover,
.medium-gray-button.fake-button > span:focus,
.dark-gray-button.fake-button > span:hover,
.dark-gray-button.fake-button > span:focus,
.white-button.fake-button > span:hover,
.white-button.fake-button > span:focus,
.tan-button.fake-button > span:hover,
.tan-button.fake-button > span:focus,
.burgundy-button.fake-button > span:hover,
.burgundy-button.fake-button > span:focus {
  background-color: transparent;
  border-color: #555;
  color: #555 !important;
}
._form button:disabled,
input[type=button]:disabled,
input[type=reset]:disabled,
input[type=submit]:disabled,
.blue-button a:disabled,
.blue-button button:disabled,
.primary-button a:disabled,
.primary-button button:disabled,
.medium-gray-button a:disabled,
.medium-gray-button button:disabled,
.dark-gray-button a:disabled,
.dark-gray-button button:disabled,
.white-button a:disabled,
.white-button button:disabled,
.tan-button a:disabled,
.tan-button button:disabled,
.burgundy-button a:disabled,
.burgundy-button button:disabled,
.blue-button.fake-button > span:disabled,
.primary-button.fake-button > span:disabled,
.medium-gray-button.fake-button > span:disabled,
.dark-gray-button.fake-button > span:disabled,
.white-button.fake-button > span:disabled,
.tan-button.fake-button > span:disabled,
.burgundy-button.fake-button > span:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
._form button:disabled:hover,
input[type=button]:disabled:hover,
input[type=reset]:disabled:hover,
input[type=submit]:disabled:hover,
.blue-button a:disabled:hover,
.blue-button button:disabled:hover,
.primary-button a:disabled:hover,
.primary-button button:disabled:hover,
.medium-gray-button a:disabled:hover,
.medium-gray-button button:disabled:hover,
.dark-gray-button a:disabled:hover,
.dark-gray-button button:disabled:hover,
.white-button a:disabled:hover,
.white-button button:disabled:hover,
.tan-button a:disabled:hover,
.tan-button button:disabled:hover,
.burgundy-button a:disabled:hover,
.burgundy-button button:disabled:hover,
.blue-button.fake-button > span:disabled:hover,
.primary-button.fake-button > span:disabled:hover,
.medium-gray-button.fake-button > span:disabled:hover,
.dark-gray-button.fake-button > span:disabled:hover,
.white-button.fake-button > span:disabled:hover,
.tan-button.fake-button > span:disabled:hover,
.burgundy-button.fake-button > span:disabled:hover {
  background-color: transparent;
}

.small-button {
  display: inline-block;
}
.small-button a {
  font-size: 0.875rem;
  padding: 0.8125rem 1.5rem;
}

.blue-button a,
.blue-button input[type=submit],
.blue-button button,
.blue-button.fake-button > span {
  background-color: #205883;
}
.blue-button a:hover, .blue-button a:focus,
.blue-button input[type=submit]:hover,
.blue-button input[type=submit]:focus,
.blue-button button:hover,
.blue-button button:focus,
.blue-button.fake-button > span:hover,
.blue-button.fake-button > span:focus {
  border-color: #205883;
  color: #205883 !important;
  outline: none;
}

.medium-gray-button a,
.medium-gray-button input[type=submit],
.medium-gray-button button,
.medium-gray-button.fake-button > span {
  background-color: #555;
}
.medium-gray-button a:hover, .medium-gray-button a:focus,
.medium-gray-button input[type=submit]:hover,
.medium-gray-button input[type=submit]:focus,
.medium-gray-button button:hover,
.medium-gray-button button:focus,
.medium-gray-button.fake-button > span:hover,
.medium-gray-button.fake-button > span:focus {
  border-color: #555;
  color: #555 !important;
  outline: none;
}

.dark-gray-button a,
.dark-gray-button input[type=submit],
.dark-gray-button button,
.dark-gray-button.fake-button > span,
.primary-button a,
.primary-button input[type=submit],
.primary-button button,
.primary-button.fake-button > span {
  background-color: #111;
}
.dark-gray-button a:hover, .dark-gray-button a:focus,
.dark-gray-button input[type=submit]:hover,
.dark-gray-button input[type=submit]:focus,
.dark-gray-button button:hover,
.dark-gray-button button:focus,
.dark-gray-button.fake-button > span:hover,
.dark-gray-button.fake-button > span:focus,
.primary-button a:hover,
.primary-button a:focus,
.primary-button input[type=submit]:hover,
.primary-button input[type=submit]:focus,
.primary-button button:hover,
.primary-button button:focus,
.primary-button.fake-button > span:hover,
.primary-button.fake-button > span:focus {
  border-color: #111;
  color: #111 !important;
  outline: none;
}

.white-button a,
.white-button input[type=submit],
.white-button button,
.white-button.fake-button > span {
  background-color: white;
  color: #111 !important;
}
.white-button a:hover, .white-button a:focus,
.white-button input[type=submit]:hover,
.white-button input[type=submit]:focus,
.white-button button:hover,
.white-button button:focus,
.white-button.fake-button > span:hover,
.white-button.fake-button > span:focus {
  border-color: white;
  color: white !important;
  outline: none;
}
.white-button a:hover,
.white-button input[type=submit]:hover,
.white-button button:hover,
.white-button.fake-button > span:hover {
  background-color: transparent;
}

.tan-button a,
.tan-button input[type=submit],
.tan-button button,
.tan-button.fake-button > span {
  background-color: #b69955;
}
.tan-button a:hover, .tan-button a:focus,
.tan-button input[type=submit]:hover,
.tan-button input[type=submit]:focus,
.tan-button button:hover,
.tan-button button:focus,
.tan-button.fake-button > span:hover,
.tan-button.fake-button > span:focus {
  border-color: #b69955;
  color: #b69955 !important;
  outline: none;
}

.burgundy-button a,
.burgundy-button input[type=submit],
.burgundy-button button,
.burgundy-button.fake-button > span {
  background-color: #3F0D0C;
}
.burgundy-button a:hover, .burgundy-button a:focus,
.burgundy-button input[type=submit]:hover,
.burgundy-button input[type=submit]:focus,
.burgundy-button button:hover,
.burgundy-button button:focus,
.burgundy-button.fake-button > span:hover,
.burgundy-button.fake-button > span:focus {
  border-color: #3F0D0C;
  color: #3F0D0C !important;
  outline: none;
}

.blue-button,
.primary-button,
.medium-gray-button,
.dark-gray-button,
.white-button,
.tan-button,
.burgundy-button {
  display: inline-block;
}

/* ## Site Containers
--------------------------------------------- */
.wrap,
.tribe_event_series {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

@media (min-width: 900px) {
  .site-inner .wrap {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.site-inner .wrap .archIntroText {
  margin-bottom: 3.5rem;
}

.single-post .post,
.single-post .jump-table-content,
.single-staff .site-inner,
.single-tribe_venue .site-inner,
.single-tribe_organizer .site-inner,
.blog .site-inner,
.archive .site-inner,
.search .site-inner,
.single-tribe_event_series .site-inner,
.page-template-default .site-inner {
  margin-bottom: 64px;
  margin-top: 64px;
}
@media (min-width: 900px) {
  .single-post .post,
  .single-post .jump-table-content,
  .single-staff .site-inner,
  .single-tribe_venue .site-inner,
  .single-tribe_organizer .site-inner,
  .blog .site-inner,
  .archive .site-inner,
  .search .site-inner,
  .single-tribe_event_series .site-inner,
  .page-template-default .site-inner {
    margin-bottom: 6.25rem;
    margin-top: 6.25rem;
  }
}

.single-tribe_events .site-inner {
  margin-top: 64px;
}
@media (min-width: 900px) {
  .single-tribe_events .site-inner {
    margin-top: 6.25rem;
  }
}

/* ## Column Widths and Positions
--------------------------------------------- */
/* ## Column Widths and Positions
--------------------------------------------- */
.content,
.sidebar-primary,
.full-width .content {
  width: 100%;
}

@media (min-width: 900px) {
  .content-sidebar-wrap {
    display: flex;
    gap: 2rem;
    justify-content: space-between;
  }
  .content-sidebar-wrap .content {
    width: 66.6666666667%;
  }
  .full-width-content .content-sidebar-wrap .content {
    width: 100%;
  }
  .content-sidebar-wrap .sidebar-primary {
    width: 33.3333333333%;
  }
}
/**
* Avatar
*/
.avatar {
  float: left;
}

.alignleft .avatar,
.author-box .avatar {
  margin-right: 1.5rem;
}

.alignright .avatar {
  margin-left: 1.5rem;
}

/**
* Media
*/
a.aligncenter img {
  display: block;
  margin: 0 auto;
}

a.alignnone {
  display: inline-block;
}

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

.alignright {
  float: right;
  text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%;
}

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 1.5rem;
}

img.alignnone,
.alignnone {
  display: block;
  margin-bottom: 1.5rem;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 1.5rem 1.5rem 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 1.5rem 1.5rem;
}

.wp-caption-text {
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.2rem;
  margin-bottom: 1.5rem;
  text-align: center;
}

.entry-content p.wp-caption-text {
  margin-bottom: 0;
}

/**
* Objects
*/
embed,
iframe,
img,
object,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
}

.featured-content img,
.gallery img {
  width: auto;
}

/**
* Entry Content
*/
.entry-content code {
  background-color: #333;
  color: #ddd;
}

/**
* Entry Meta
*/
.entry-comments-link::before {
  content: "—";
  margin: 0 1.5rem 0 0.75rem;
}

/**
* Password Protected
**/
.post-password-form {
  margin: 4rem 0;
  text-align: center;
}
.post-password-form label {
  text-align: left;
}
.post-password-form input[type=submit] {
  padding: 0.85rem 3.5rem;
}

/**
* Gallery
*
* We aren't going to use Neat for this gallery due to the possible number of gallery columns
* that don't easily break into 12.
*
*/
.gallery {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(2, 1fr);
}
.gallery br {
  clear: none !important;
}

.gallery-item {
  margin: 0 !important;
  transition: transform 300ms ease-in-out;
}
.gallery-item:hover {
  transform: scale(1.01);
}
.gallery-item a {
  display: block;
}
.gallery-item img {
  aspect-ratio: 1/1;
  border: none !important;
  border-radius: 0.5rem;
  display: block;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

#gallery-1 .gallery-item {
  width: 100% !important;
}

.gallery-icon {
  margin: 0;
}

.gallery-columns-1 .gallery-item {
  width: 100% !important;
}

@media (min-width: 640px) {
  .gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
  }
}
@supports (padding: max(0px)) {
  .site-container {
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
  }
}
/**
 * Components
 */
body {
  position: relative;
  overflow-x: hidden;
}
body.locked {
  overflow: hidden;
}

.site-container {
  height: 100%;
  position: relative;
  right: 0;
  transition: all 500ms ease-in-out;
  width: 100%;
}
.site-container.move-left {
  right: 285px;
}

.mobile-menu {
  box-sizing: border-box;
  padding: 30px;
  background-color: #111;
  height: 100%;
  overflow: auto;
  position: fixed;
  right: -300px;
  top: 0;
  width: 300px;
  z-index: 2000;
  transition: all 500ms ease-in-out;
  font-size: 16px;
}
.mobile-menu.move-in {
  right: 0;
}
.admin-bar .mobile-menu {
  margin-top: 32px;
}
@media (max-width: 782px) {
  .admin-bar .mobile-menu {
    margin-top: 46px;
  }
}
.mobile-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.mobile-menu .menu > li {
  margin-left: 0;
}
.mobile-menu .menu > li:before {
  content: none;
}
.mobile-menu .menu > li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.mobile-menu .menu > li > a {
  font-family: "Inter";
  font-weight: 600;
  color: white;
  display: block;
  margin-bottom: 20px;
  line-height: 1rem;
  text-transform: uppercase;
}
.mobile-menu .menu > li.menu-item-has-children {
  position: relative;
}
.mobile-menu .menu > li.menu-item-has-children:after {
  transition: all 500ms ease-in-out;
  background-image: url(./images/arrow-white.svg?40d3468f5c70e8708b53765e3932a9f7);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  cursor: pointer;
  height: 26px;
  position: absolute;
  right: -5px;
  top: -3px;
  transform: rotate(0);
  width: 26px;
}
.mobile-menu .menu > li.menu-item-has-children.active:after {
  transform: rotate(90deg);
}
.mobile-menu .menu > li.menu-item-has-children .sub-menu {
  padding-left: 10px;
  display: none;
  margin-bottom: 22px;
  margin-top: -10px;
}
.mobile-menu .menu > li.menu-item-has-children .sub-menu li {
  margin-left: 0;
}
.mobile-menu .menu > li.menu-item-has-children .sub-menu li:before {
  content: none;
}
.mobile-menu .menu > li.menu-item-has-children .sub-menu li:first-child {
  margin-top: 0;
}
.mobile-menu .menu > li.menu-item-has-children .sub-menu li:last-child {
  margin-bottom: 0;
}
.mobile-menu .menu > li.menu-item-has-children .sub-menu a {
  color: #F0EEED;
  font-family: "Playfair Display", serif;
}
.mobile-menu .icon-close-container {
  position: absolute;
  width: 28px;
  height: 28px;
  top: 16px;
  right: 14px;
  cursor: pointer;
  z-index: 99999;
  transition: all ease-in-out 300ms;
}
.mobile-menu .icon-close-container:hover svg {
  fill: #b69955;
}
.mobile-menu .icon-close {
  width: 28px;
  height: 28px;
}
.mobile-menu .icon-close svg {
  fill: #555;
}

.mobile-menu-search {
  margin-top: 30px;
}
.mobile-menu-search input[type=submit] {
  display: none !important;
}

.mobile-menu-icon {
  cursor: pointer;
  height: 20px;
  position: relative;
  transition: 300ms ease-in-out;
  width: 30px;
  z-index: 310;
}
@media (min-width: 900px) {
  .mobile-menu-icon {
    display: none;
  }
}

.mobile-menu-icon span {
  background: white;
  border-radius: 2px;
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  transform: rotate(0deg);
  transition: 150ms ease-in-out;
  width: 100%;
}

.mobile-menu-icon span:nth-child(1) {
  top: 0px;
}

.mobile-menu-icon span:nth-child(2),
.mobile-menu-icon span:nth-child(3) {
  top: 8px;
}

.mobile-menu-icon span:nth-child(4) {
  top: 16px;
}

.site-container.move-left .mobile-menu-icon span:nth-child(1) {
  left: 50%;
  width: 0%;
}

.site-container.move-left .mobile-menu-icon span:nth-child(2) {
  transform: rotate(45deg);
}

.site-container.move-left .mobile-menu-icon span:nth-child(3) {
  transform: rotate(-45deg);
}

.site-container.move-left .mobile-menu-icon span:nth-child(4) {
  left: 50%;
  width: 0%;
}

#wpadminbar {
  position: fixed !important;
}

.alert-bar {
  background: #3F0D0C;
  color: white;
  padding: 1rem 0;
  text-align: center;
  position: relative;
  z-index: 200;
}
.alert-bar .alert-text p {
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: 0;
}
.alert-bar .alert-button a {
  font-size: 0.75rem;
  margin: 0.5rem 0 0.5rem 1rem;
  padding: 0.5rem 1rem 0.4rem 1rem;
}

.site-header {
  background-color: transparent;
  position: relative;
  right: 0;
  top: 0;
  transition: all 500ms ease-in-out;
  width: 100%;
  z-index: 900;
  opacity: 1;
  /* Title Area */
}
.no-banner .site-header, .single-staff .site-header {
  background-color: #111;
}
.site-header > .wrap {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: center;
  position: relative;
}
.site-header .title-area {
  padding: 1rem 0;
}
.site-header .title-area .site-title {
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 0;
}
.site-header .title-area .site-title a {
  color: #111;
}
.site-header .title-area .site-title a:focus,
.site-header .title-area .site-title a:hover {
  color: #555;
}
.site-header .title-area .site-description {
  font-family: "Inter";
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0;
}
.header-image .site-header .title-area .site-description,
.header-image .site-header .title-area .site-title {
  display: block;
  font-size: 1rem;
  text-indent: -624.9375rem;
}
.header-image .site-header .title-area .site-title > a {
  background-color: transparent;
  background-image: url(./images/logo.png?842f7b976ba678de0071c89a3a78fdf1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  float: left;
  transition: opacity 300ms ease-in-out;
  height: 80px;
  width: 98px;
}
@media (min-width: 900px) {
  .header-image .site-header .title-area .site-title > a {
    height: 130px;
    width: 160px;
  }
}
.header-image .site-header .title-area .site-title > a:before {
  background-image: url(./images/logo.png?842f7b976ba678de0071c89a3a78fdf1);
  content: "";
}
.site-header .header-right {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.top-icon-section {
  margin-left: auto;
}
@media (min-width: 900px) {
  .top-icon-section {
    margin-left: 0;
  }
}
.top-icon-section .searchWrap {
  align-items: center;
  display: flex;
  align-items: center;
}
.top-icon-section .phoneIcon,
.top-icon-section .searchIcon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 18px;
  opacity: 0.7;
  transition: all 300ms ease-in-out;
  width: 18px;
}
.top-icon-section .phoneIcon svg,
.top-icon-section .searchIcon svg {
  fill: transparent;
  height: 18px;
  stroke: white;
  width: 18px;
}
.top-icon-section .phoneIcon:hover,
.top-icon-section .searchIcon:hover {
  cursor: pointer;
  opacity: 1;
}

.header-nav-wrap {
  display: none;
}
@media (min-width: 900px) {
  .header-nav-wrap {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
  }
}

.header-nav-wrap .menu {
  clear: both;
  font-family: "Inter";
  font-size: 1rem;
  line-height: 1;
  margin: 0;
  padding: 0;
  width: 100%;
}
.header-nav-wrap .menu .menu-item {
  display: inline-block;
  font-size: 1rem;
  margin-bottom: 0;
  position: relative;
  text-align: left;
}
.header-nav-wrap .menu .menu-item:after {
  content: "";
  height: 1.25rem;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
}
.header-nav-wrap .menu .menu-item > a {
  color: #bbb;
  color: rgba(255, 255, 255, 0.7);
  display: block;
  padding: 1rem 0.4rem;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .header-nav-wrap .menu .menu-item > a {
    padding: 1rem 0.8rem;
  }
}
.header-nav-wrap .menu .menu-item a:hover,
.header-nav-wrap .menu .menu-item a:focus, .header-nav-wrap .menu .menu-item.current-menu-item > a, .header-nav-wrap .menu .menu-item.current-menu-ancestor > a, .header-nav-wrap .menu .menu-item.current-menu-parent > a, .header-nav-wrap .menu .menu-item.menu-item-has-children.menu-item-hover > a {
  color: white;
}
.header-nav-wrap .menu .menu-item:hover > .sub-menu, .header-nav-wrap .menu .menu-item:focus > .sub-menu {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.header-nav-wrap .menu .menu-item:last-child > a, .header-nav-wrap .menu .menu-item.last > a {
  padding-right: 0;
}
.header-nav-wrap .menu .menu-item .sub-menu {
  background: white;
  margin: 0.625rem 0 0 -0.9375rem;
  opacity: 0;
  padding: 1.875rem 1.875rem;
  position: absolute;
  top: 250%;
  transition: all 500ms ease-in-out;
  visibility: hidden;
  width: 12.5rem;
  z-index: 100;
}
.header-nav-wrap .menu .menu-item .sub-menu li {
  display: block;
  margin: 0;
}
.header-nav-wrap .menu .menu-item .sub-menu li:after {
  display: none;
}
.header-nav-wrap .menu .menu-item .sub-menu li a {
  color: rgba(85, 85, 85, 0.7);
  font-size: 0.875rem;
  padding: 0 0 1rem 0;
  position: relative;
}
.header-nav-wrap .menu .menu-item .sub-menu li a:after {
  display: none;
}
.header-nav-wrap .menu .menu-item .sub-menu li a:hover {
  color: #111;
}
.header-nav-wrap .menu .menu-item .sub-menu li.current-menu-item > a, .header-nav-wrap .menu .menu-item .sub-menu li.current-menu-item > a:hover, .header-nav-wrap .menu .menu-item .sub-menu li.current-menu-item > a:focus {
  color: #111;
}
.header-nav-wrap .menu .menu-item .sub-menu li:last-child a {
  padding: 0;
}
.header-nav-wrap .menu .menu-item .sub-menu .sub-menu {
  margin: -2.5625rem 0 0 12.4375rem;
}
.header-nav-wrap .menu .menu-item .sub-menu.edge {
  left: auto;
  right: 0;
}
.header-nav-wrap .menu .menu-item.nav-button a {
  background: white;
  color: #111 !important;
  border: 2px solid transparent;
  display: inline-block;
  font-family: "Inter";
  font-size: 0.875rem;
  padding: 0.625rem 1.125rem;
  font-weight: 500;
  line-height: 1;
  margin-left: 1rem;
}
.header-nav-wrap .menu .menu-item.nav-button a:hover {
  background-color: transparent;
  border-color: white;
  color: white !important;
}

.secondary-nav-wrap {
  align-items: center;
  display: flex;
  gap: 1.5rem;
}
.secondary-nav-wrap .menu {
  font-size: 0.75rem;
}
.secondary-nav-wrap .menu a {
  color: #555;
  text-decoration: underline;
}
.secondary-nav-wrap .menu a:hover {
  text-decoration: none;
}
.secondary-nav-wrap .switcher.notranslate .option {
  position: absolute;
}

.home-hero-outer,
.page-hero-wrap {
  position: relative;
  margin-top: -109px;
}
@media (min-width: 900px) {
  .home-hero-outer,
  .page-hero-wrap {
    margin-top: -162px;
  }
}

.banner-slider {
  display: block;
  width: 100%;
}
@media (min-width: 900px) {
  .banner-slider.small-height-banner .banner_slide {
    min-height: 21.875rem;
  }
}
@media (min-width: 900px) {
  .banner-slider.medium-height-banner .banner_slide {
    min-height: 34.375rem;
  }
}
@media (min-width: 900px) {
  .banner-slider.large-height-banner .banner_slide {
    min-height: 46.875rem;
  }
}
@media (min-width: 900px) {
  .banner-slider.full-screen-height-banner .banner_slide {
    min-height: 34.375rem;
    height: 100vh;
  }
  .show-alert-bar .banner-slider.full-screen-height-banner .banner_slide {
    height: calc(100vh - 71px);
  }
}
.banner-slider.hide_banner_image .banner_slide {
  border-bottom: 0.0625rem solid #eee;
}
.banner-slider.hide_banner_image .banner_slide > .wrap {
  padding: 5em 0;
}

.home-hero-outer .wrap {
  max-width: 1000px;
}

.banner_slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex !important;
  align-items: center;
  box-sizing: border-box;
  padding-top: 80px;
}
@media (min-width: 900px) {
  .banner_slide {
    padding-top: 100px;
  }
}
.banner_slide .banner_bg_image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.banner_slide > .wrap {
  position: relative;
  padding: 5rem 0;
}
@media (min-width: 900px) {
  .banner_slide > .wrap {
    padding: 7rem 0;
  }
}
.banner_slide .banner_content {
  width: 100%;
  z-index: 10;
  position: relative;
}
.banner_slide .banner_title {
  line-height: 1;
}
.banner_slide .banner_subtitle,
.banner_slide .banner_title,
.banner_slide #heading-one {
  margin-bottom: 0;
  text-align: center;
}
.banner_slide .banner_subtitle {
  font-size: 1.25rem;
  margin-top: 1.5rem;
}
.banner_slide .banner_subtitle a {
  color: white;
}
.banner_slide .banner_subtitle a:hover {
  color: white;
}
.banner_slide .button-wrap {
  gap: 1rem;
  justify-content: center;
  margin-top: 1.5rem;
}
.banner_slide.light-text {
  background-color: #111;
}
.banner_slide.light-text .banner_subtitle,
.banner_slide.light-text .banner_title {
  color: white !important;
}
.banner_slide.dark-text {
  background-color: white;
}
.banner_slide.dark-text .banner_subtitle,
.banner_slide.dark-text .banner_title {
  color: #111 !important;
}
.banner_slide.video-slide video {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
  width: auto;
}
@media (max-width: 56.25rem) {
  .banner_slide.video-slide video {
    display: none;
  }
}
.banner_slide.video-slide.slick-current video {
  visibility: visible;
}
.banner_slide .overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.banner_slide .overlay:after {
  background: linear-gradient(rgba(0, 0, 0, 0.8), transparent 35%);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.banner_slide .overlay.dark-overlay {
  background-color: rgba(0, 0, 0, 0.7);
}
.banner_slide .overlay.light-overlay {
  background-color: rgba(241, 250, 249, 0.7);
}
.banner_slide.has-image .banner_content {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
}
@media (min-width: 900px) {
  .banner_slide.has-image .banner_content {
    flex-direction: row;
    gap: 4rem;
  }
}
.banner_slide.has-image .banner_image {
  max-width: 20rem;
}
@media (min-width: 1200px) {
  .banner_slide.has-image .banner_image {
    max-width: 32.5rem;
  }
}
@media (min-width: 900px) {
  .banner_slide.has-image .banner_title,
  .banner_slide.has-image .banner_subtitle {
    text-align: left;
  }
}
@media (min-width: 900px) {
  .banner_slide.has-image .button-wrap {
    justify-content: flex-start;
  }
}

/**
 * Entries
 */
.entry {
  position: relative;
}

.entry-footer {
  border-top: 1px solid #F0EEED;
  padding-top: 1.5rem;
}

.entry-title a {
  color: #555;
}
.entry-title a:hover, .entry-title a:focus {
  color: #b69955;
}

/**
 * Entry Meta
 */
.entry-meta {
  color: #555;
  font-size: 1rem;
  margin-bottom: 0;
}
.entry-meta span,
.entry-meta time {
  margin-right: 0.3125rem;
}
.entry-meta span:last-child,
.entry-meta time:last-child {
  margin-right: 0;
}
.entry-meta a {
  color: #b69955;
}
.entry-meta a:hover, .entry-meta a:focus {
  color: #736032;
}

.entry-terms {
  display: block;
  padding-bottom: 0.3125rem;
}
.entry-terms:last-child {
  padding-bottom: 0;
}
.entry-terms span,
.entry-terms time,
.entry-terms a {
  margin-right: 0;
}

.breadcrumb {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.breadcrumb span:not(.breadcrumb-link-wrap) {
  padding: 0 0.25rem;
}

.sidebar {
  font-size: 1rem;
  margin-top: 2rem;
}
@media (min-width: 900px) {
  .sidebar {
    margin-top: 0;
  }
}
.sidebar ul {
  line-height: 1.2rem;
}
.sidebar li {
  margin-bottom: 1rem !important;
  padding-left: 0 !important;
}
.sidebar li:before {
  display: none;
}
.sidebar li a {
  color: #888;
}
.sidebar li a:hover {
  color: #111;
}
.sidebar p:last-child,
.sidebar ul > li:last-child {
  margin-bottom: 0;
}
.sidebar .widget {
  background-color: white;
  margin-bottom: 2rem;
}
@media (min-width: 900px) {
  .sidebar .widget {
    margin-bottom: 3rem;
    padding: 0 0 0 2rem;
  }
}

.comment {
  position: relative;
}
.comment > article {
  background-color: white;
  border: 1px solid #F0EEED;
  border-color: #F0EEED;
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
}
.comment .comment {
  margin-top: 1.5rem;
  padding-bottom: 0;
}
.comment .comment:last-child {
  margin-bottom: 0;
}

.comment-header {
  background-color: #F0EEED;
  border-bottom: 1px solid #F0EEED;
  border-color: #F0EEED;
  clear: both;
  min-height: 4.6875rem;
  padding: 0.5rem;
  position: relative;
}
.comment-header .comment-author {
  margin-right: 0.5rem;
  font-style: italic;
}
@media (min-width: 900px) {
  .comment-header .comment-author {
    margin-left: 1.5rem;
  }
}
.comment-header p {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.comment-header .comment-edit-link {
  margin-left: 0.3125rem;
}
.comment-header .says {
  display: none;
}

.comment .avatar {
  border: 1px solid #F0EEED;
  border-color: white;
  border-width: 0.25rem;
  border-radius: 100%;
  margin-right: 0.5rem;
}
@media (min-width: 900px) {
  .comment .avatar {
    left: -1.5rem;
    top: 0.9375rem;
    position: absolute;
    width: 3rem;
  }
}

.comment .children {
  border-left: 1px dashed #F0EEED;
  padding-left: 1.5rem;
}
.comment .children header {
  padding-left: 0.5rem;
}
.comment .children .avatar {
  left: -3.125rem;
}

.comment-content,
.comment-reply {
  clear: both;
  padding: 0.5rem;
}

.pagination {
  clear: both;
  display: block;
  margin-bottom: 1.5rem;
  margin-top: 2rem;
  text-align: center;
}
@media (min-width: 900px) {
  .pagination {
    margin-top: 3rem;
  }
}
.pagination li,
.pagination .pagination-next,
.pagination .pagination-previous {
  background: white;
  border: 1px solid #F0EEED;
  border-radius: 0.5rem;
  display: inline-block;
  padding: 0 !important;
  transition: all 300ms ease-in-out;
}
.pagination li::before,
.pagination .pagination-next::before,
.pagination .pagination-previous::before {
  display: none;
}
.pagination li a,
.pagination .pagination-next a,
.pagination .pagination-previous a {
  color: #555;
  display: inline-block;
  padding: 0.5rem 1.5rem;
}
.pagination li.active, .pagination li:hover, .pagination li:focus,
.pagination .pagination-next.active,
.pagination .pagination-next:hover,
.pagination .pagination-next:focus,
.pagination .pagination-previous.active,
.pagination .pagination-previous:hover,
.pagination .pagination-previous:focus {
  background: #3F0D0C;
}
.pagination li.active a, .pagination li:hover a, .pagination li:focus a,
.pagination .pagination-next.active a,
.pagination .pagination-next:hover a,
.pagination .pagination-next:focus a,
.pagination .pagination-previous.active a,
.pagination .pagination-previous:hover a,
.pagination .pagination-previous:focus a {
  color: white;
}
.pagination li:hover, .pagination li:focus,
.pagination .pagination-next:hover,
.pagination .pagination-next:focus,
.pagination .pagination-previous:hover,
.pagination .pagination-previous:focus {
  border: 1px solid #F0EEED;
  border-color: #3F0D0C;
}
.pagination li:hover a, .pagination li:focus a,
.pagination .pagination-next:hover a,
.pagination .pagination-next:focus a,
.pagination .pagination-previous:hover a,
.pagination .pagination-previous:focus a {
  color: white;
}
.pagination li.pagination-omission,
.pagination .pagination-next.pagination-omission,
.pagination .pagination-previous.pagination-omission {
  border: 0px;
}
.pagination li.pagination-omission.active, .pagination li.pagination-omission:hover, .pagination li.pagination-omission:focus,
.pagination .pagination-next.pagination-omission.active,
.pagination .pagination-next.pagination-omission:hover,
.pagination .pagination-next.pagination-omission:focus,
.pagination .pagination-previous.pagination-omission.active,
.pagination .pagination-previous.pagination-omission:hover,
.pagination .pagination-previous.pagination-omission:focus {
  background: transparent;
}

.site-footer {
  background-color: #111;
  color: #bbb;
  font-size: 0.875rem;
  line-height: 1.5;
  padding-bottom: 2rem;
  text-align: center;
}
.site-footer .footer-creds {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-top: 2rem;
}
@media (min-width: 900px) {
  .site-footer .footer-creds {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
}
.site-footer .footer-right {
  text-transform: uppercase;
}
.site-footer .footer-right a {
  color: #bbb;
  font-weight: bold;
}
.site-footer .footer-right a:hover {
  color: #b69955;
}
.site-footer p {
  margin-bottom: 0;
}

.call-to-action.footer-cta {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #111;
  display: block;
  padding: 7.5rem 0;
  position: relative;
  width: 100%;
}
.call-to-action.footer-cta .wrap {
  position: relative;
  z-index: 100;
}
.call-to-action.footer-cta .cta-content {
  color: white;
}
.call-to-action.footer-cta .cta-content p {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
.call-to-action.footer-cta .cta-content p:last-of-type {
  font-size: 1rem;
}
.call-to-action.footer-cta.img-bg {
  position: relative;
}
.call-to-action.footer-cta.img-bg:before {
  transition: all ease-in-out 300ms;
  background-color: rgba(17, 17, 17, 0.7);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.call-to-action.footer-cta.img-bg .wrap {
  position: relative;
  z-index: 100;
}
.call-to-action.footer-cta.video-bg {
  position: relative;
  overflow: hidden;
}
.call-to-action.footer-cta.video-bg:before {
  transition: all ease-in-out 300ms;
  background-color: rgba(17, 17, 17, 0.7);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.call-to-action.footer-cta.video-bg .wrap {
  position: relative;
  z-index: 100;
}
@media (min-width: 900px) {
  .call-to-action.footer-cta.video-bg {
    position: relative;
  }
  .call-to-action.footer-cta.video-bg:before {
    transition: all ease-in-out 300ms;
    background-color: rgba(17, 17, 17, 0);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .call-to-action.footer-cta.video-bg .wrap {
    position: relative;
    z-index: 100;
  }
}
.call-to-action.footer-cta.video-bg .autoplay-video {
  bottom: 0;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
@media (min-width: 900px) {
  .call-to-action.footer-cta.video-bg .autoplay-video {
    display: block;
  }
}

.error404 .site-inner {
  display: inline-block;
  width: 100%;
}
.error404 .content {
  background-color: white;
}
.error404 .section-404 {
  padding: 64px 0;
  text-align: center;
}
@media (min-width: 900px) {
  .error404 .section-404 {
    padding: 6.25rem 0;
  }
}
.error404 .section-404 input {
  margin-left: auto;
  margin-right: auto;
  max-width: 31.25rem;
  text-align: center;
}

.header-search-box {
  transition: all 300ms ease-in-out;
  display: none;
  background-color: #3F0D0C;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.header-search-box:before {
  content: "";
  background-color: #3F0D0C;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.header-search-box:after {
  content: "";
  background-color: #3F0D0C;
  position: absolute;
  top: 0;
  right: 50%;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.header-search-box .inner-wrap {
  align-items: center;
  display: flex;
  height: 100%;
}
.header-search-box.search-is-open {
  display: block;
}
.header-search-box.search-is-open label {
  text-indent: -624.9375rem;
  display: inline-block;
  height: 0;
  color: white;
}
.header-search-box.search-is-open input {
  background: transparent;
  color: white;
  border: none;
  box-shadow: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  width: 80%;
  border-radius: 0;
  border-bottom: 2px solid #fff;
  padding-left: 0;
}
.header-search-box.search-is-open input::-moz-placeholder {
  color: white;
  opacity: 0.5;
}
.header-search-box.search-is-open input::placeholder {
  color: white;
  opacity: 0.5;
}
.header-search-box.search-is-open input[type=submit] {
  display: none;
}
.header-search-box.search-is-open .header-search-box__close-search {
  align-items: center;
  display: flex;
  height: auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5rem;
  cursor: pointer;
  opacity: 0.7;
  transition: all 300ms ease-in-out;
}
.header-search-box.search-is-open .header-search-box__close-search:hover {
  opacity: 1;
}

.footer-widgets {
  background-color: #F0EEED;
  color: #111;
  padding: 3rem 0;
  position: relative;
}
@media (min-width: 900px) {
  .footer-widgets {
    padding: 6rem 0 4rem;
  }
}
.footer-widgets > .wrap {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .footer-widgets > .wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 900px) {
  .footer-widgets > .wrap {
    grid-template-columns: repeat(4, 1fr);
  }
}
.footer-widgets .widget-title.widgettitle {
  color: #111;
  font-size: 1.5rem;
}
.footer-widgets .widget_ns_footer_contact .footer-logo {
  margin-bottom: 0.5rem;
  max-width: 18.75rem;
}
.footer-widgets .widget_ns_footer_contact .get-directions {
  margin-top: -0.5rem;
}
.footer-widgets .widget_ns_footer_contact .email {
  word-break: break-word;
}
.footer-widgets .widget_ns_footer_contact p {
  margin-bottom: 0.5rem;
}
.footer-widgets ul.menu {
  margin-top: 0;
  margin-bottom: 0.5rem;
  padding: 0;
}
.footer-widgets ul.menu ul.sub-menu {
  display: none;
}
.footer-widgets li {
  list-style-type: none;
}
.footer-widgets .menu-item {
  margin-bottom: 0.25rem;
}
.footer-widgets .menu-item a {
  color: #555;
  position: relative;
  transition: color 300ms ease-in-out;
  font-size: 14px;
}
@media (min-width: 900px) {
  .footer-widgets .menu-item a {
    font-size: 0.875rem;
  }
}
.footer-widgets .menu-item a:hover {
  color: #b69955;
}
.footer-widgets .email-phone a {
  color: #b69955;
}
.footer-widgets .email-phone a:hover {
  text-decoration: underline;
}
.footer-widgets .widget_media_image img {
  display: block;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.625rem;
  margin-top: 1rem;
}
.social-links a {
  display: inline-flex;
}
.social-links svg {
  color: #555;
  transition: all 300ms ease-in-out;
}
.social-links svg:hover {
  color: #b69955;
}

.skipLink {
  height: 1px;
  left: -62.5rem;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -62.5rem;
  width: 1px;
}

a.skipLink:active,
a.skipLink:focus,
a.skipLink:hover {
  background-color: white;
  height: auto;
  left: 0;
  overflow: visible;
  padding: 0.625rem 1.25rem;
  top: 0;
  width: auto;
  z-index: 1000000;
}

.slick-slider {
  background: url(./images/loader.gif?2d71a480b9237b3e585bd7f049f9487d);
}
.slick-slider:not(.slick-initialized) {
  display: none !important;
}

.slick-slider .slick-list {
  opacity: 0;
  position: absolute;
}

.slick-slider.slick-initialized {
  background: none;
}

.slick-slider.slick-initialized .slick-list {
  opacity: 1;
  position: relative;
  transition: opacity 0.2s ease-in;
}

.ns-slider-arrows-wrap {
  position: relative;
}
.ns-slider-arrows-wrap .left-arrow,
.ns-slider-arrows-wrap .right-arrow {
  transition: all 300ms ease-in-out;
  align-items: center;
  display: flex;
  opacity: 0.5;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 100;
}
.ns-slider-arrows-wrap .left-arrow.slick-hidden,
.ns-slider-arrows-wrap .right-arrow.slick-hidden {
  display: none !important;
}
.ns-slider-arrows-wrap .left-arrow svg,
.ns-slider-arrows-wrap .right-arrow svg {
  fill: #111;
}
@media (min-width: 900px) {
  .ns-slider-arrows-wrap .left-arrow svg,
  .ns-slider-arrows-wrap .right-arrow svg {
    height: 2rem;
    width: auto;
  }
}
.ns-slider-arrows-wrap .left-arrow:hover,
.ns-slider-arrows-wrap .right-arrow:hover {
  cursor: pointer;
  opacity: 1;
}
.ns-slider-arrows-wrap.arrows-white .left-arrow svg,
.ns-slider-arrows-wrap.arrows-white .right-arrow svg,
.ns-slider-arrows-wrap .light-text .left-arrow svg,
.ns-slider-arrows-wrap .light-text .right-arrow svg {
  fill: white;
}
.ns-slider-arrows-wrap .dark-text .left-arrow svg,
.ns-slider-arrows-wrap .dark-text .right-arrow svg {
  fill: #111;
}
.ns-slider-arrows-wrap .left-arrow {
  left: 0;
  transform: translateX(-50%);
}
@media (min-width: 900px) {
  .ns-slider-arrows-wrap .left-arrow {
    transform: translateX(-100%);
  }
}
.ns-slider-arrows-wrap .left-arrow svg {
  transform: rotate(180deg);
}
.ns-slider-arrows-wrap .right-arrow {
  right: 0;
  transform: translateX(50%);
}
@media (min-width: 900px) {
  .ns-slider-arrows-wrap .right-arrow {
    transform: translateX(100%);
  }
}
.ns-slider-arrows-wrap.banner-slider-outer .left-arrow, .ns-slider-arrows-wrap.cta-slider-wrap .left-arrow {
  left: 0;
  transform: translateX(0);
}
.ns-slider-arrows-wrap.banner-slider-outer .left-arrow svg, .ns-slider-arrows-wrap.cta-slider-wrap .left-arrow svg {
  transform: rotate(180deg);
}
.ns-slider-arrows-wrap.banner-slider-outer .right-arrow, .ns-slider-arrows-wrap.cta-slider-wrap .right-arrow {
  right: 0;
  transform: translateX(0);
}

.one23grid .story,
.one2grid .story {
  padding: 0 !important;
  width: 100%;
}

.story {
  display: block;
  margin-top: 0.125rem;
}
.story .story-img {
  height: 15.625rem;
  margin-bottom: 1.25rem;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.story .story-img::before {
  background-color: #3F0D0C;
  content: "";
  display: block;
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity ease-in-out 300ms;
}
.story .story-img:hover::before {
  opacity: 0.5;
}
.story .story-date {
  font-size: 0.9375rem;
}
.story .story-title {
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.story .story-title a {
  color: #111;
}
.story .story-title a:hover {
  color: #b69955;
}
.story .story-cats {
  margin-bottom: 1rem;
}
.story .story-cats span {
  border-right: 1px solid #555;
  padding-right: 0.3rem;
}
.story .story-cats span:last-child {
  border: none;
  padding-right: 0;
}
.story .story-blurb-content {
  color: #555;
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
}
.story .read-more {
  font-size: 0.875rem;
  font-weight: 500;
}

.post-template-default.single .site-inner .wrap {
  max-width: 40.625rem;
}
.post-template-default.single .post .entry-footer {
  font-weight: bold;
}

@media (min-width: 900px) {
  .locations-list .story .story-img {
    height: 18.75rem;
  }
}

.search-form {
  margin-bottom: 1.5rem;
}

.search .entry-header {
  margin-bottom: 1rem;
}
.search .entry-header .entry-title {
  padding-top: 0;
  font-size: 2.25rem;
  margin-bottom: 0.2rem;
}
.search .entry-header .entry-title a {
  color: #111;
}
.search .entry-header h2:before,
.search .entry-header h2:after {
  display: none;
}
.search .entry-meta .entry-time {
  text-transform: uppercase;
  font-size: 0.875rem;
  color: #777;
}
.search article {
  background-color: #F0EEED;
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.search article .entry-content {
  margin-bottom: 0;
}
.search article:last-of-type {
  margin-bottom: 0;
}
.search .search-result-footer {
  margin-top: 1rem;
}

.filter-ribbon {
  background: #555;
  padding: 1.5rem;
}
@media (min-width: 900px) {
  .filter-ribbon {
    padding: 2rem;
  }
}
.filter-ribbon .upper {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (min-width: 900px) {
  .filter-ribbon .upper {
    flex-direction: row;
    gap: 1.5rem;
  }
}
.filter-ribbon .facetwp-facet {
  margin-bottom: 0;
  width: 100%;
}
.filter-ribbon .facetwp-facet .facetwp-input-wrap {
  width: 100%;
}
.filter-ribbon .facetwp-facet *:focus {
  outline: none;
}
.filter-ribbon .facetwp-facet .fs-wrap {
  width: 100%;
}
.filter-ribbon .facetwp-facet input {
  overflow: hidden;
  padding: 0.5rem 0.75rem;
}
.filter-ribbon .facetwp-facet input,
.filter-ribbon .facetwp-facet button,
.filter-ribbon .facetwp-facet .fs-label-wrap {
  align-items: center;
  display: flex;
  min-height: 2.75rem;
}
.filter-ribbon .facetwp-facet .fs-search input {
  min-height: unset;
  color: #111;
}
.filter-ribbon .facetwp-facet input,
.filter-ribbon .facetwp-facet .fs-label-wrap {
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  box-shadow: none;
  color: white;
  margin-bottom: 0;
  min-width: auto !important;
  width: 100%;
}
.filter-ribbon .facetwp-facet input::-moz-placeholder, .filter-ribbon .facetwp-facet .fs-label-wrap::-moz-placeholder {
  color: white;
}
.filter-ribbon .facetwp-facet input::placeholder,
.filter-ribbon .facetwp-facet .fs-label-wrap::placeholder {
  color: white;
}
.filter-ribbon .facetwp-facet input .fs-arrow,
.filter-ribbon .facetwp-facet .fs-label-wrap .fs-arrow {
  border-top-color: white;
}
.filter-ribbon .facetwp-facet.facetwp-type-search .facetwp-icon {
  display: none;
}
.filter-ribbon .facetwp-facet.facetwp-type-search input::-moz-placeholder {
  color: white;
}
.filter-ribbon .facetwp-facet.facetwp-type-search input::placeholder {
  color: white;
}
.filter-ribbon .facetwp-facet.facetwp-facet-reset button {
  background-color: white;
  border: none;
  font-size: 1rem;
  justify-content: center;
  transition: opacity ease-in-out 300ms;
  width: 100%;
  color: #111 !important;
}
.filter-ribbon .facetwp-facet.facetwp-facet-reset button:hover {
  opacity: 0.8;
}
.filter-ribbon .facetwp-facet.facetwp-type-proximity {
  display: flex;
}
.filter-ribbon .facetwp-facet.facetwp-type-proximity input {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.filter-ribbon .facetwp-facet.facetwp-type-proximity select {
  margin-bottom: 0 !important;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border: none;
  cursor: pointer;
  padding-left: 0.25rem;
}
.filter-ribbon .facetwp-icon.locate-me {
  opacity: 1;
  transition: opacity ease-in-out 300ms;
}
.filter-ribbon .facetwp-icon.locate-me::before {
  background-image: url(./images/locate.png?39dae22c8bf1a692d4758f5df7ec47d6) !important;
}
.filter-ribbon .facetwp-icon.locate-me:hover {
  opacity: 0.8;
}
.filter-ribbon .facetwp-selections {
  color: white;
  text-align: center;
}
.filter-ribbon .facetwp-selections > ul,
.filter-ribbon .facetwp-selections li {
  margin: 0;
}
.filter-ribbon .facetwp-selections > ul {
  padding-top: 0.75rem;
}
@media (min-width: 900px) {
  .filter-ribbon .facetwp-selections > ul {
    padding-top: 1.5rem;
  }
}
.filter-ribbon .facetwp-selections li {
  padding-left: 0;
}
.filter-ribbon .facetwp-selections li::before {
  display: none;
}
.filter-ribbon .facetwp-selections .facetwp-selection-label {
  font-weight: bold;
}
.filter-ribbon .facetwp-selections .facetwp-selection-value {
  background-image: url(./images/icon-close-white.png?05a28ba4c2e3cf9ff9597bfad093af8c);
}

.post-type-archive-testimonial .testimonial {
  background-color: #111;
  padding: 4rem;
}
.post-type-archive-testimonial .testimonial-archive-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 900px) {
  .post-type-archive-testimonial .testimonial-archive-list {
    gap: 3rem;
  }
}

/**
 * Sections
 */
.accordion-row {
  transition: all 300ms ease-in-out;
}
.accordion-row:hover, .accordion-row.active-ar {
  border-color: #ccc;
}
.accordion-row:hover .ac-row-title, .accordion-row.active-ar .ac-row-title {
  color: #3F0D0C;
}
.accordion-row:hover .ac-row-toggle:before, .accordion-row:hover .ac-row-toggle:after, .accordion-row.active-ar .ac-row-toggle:before, .accordion-row.active-ar .ac-row-toggle:after {
  background: #3F0D0C;
}

.accordion-row-header {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

.ac-row-title {
  font-size: 16px;
  font-weight: bold;
  max-width: 84%;
  transition: all 300ms ease-in-out;
  color: #555;
  text-transform: none;
}

.ac-row-toggle {
  position: relative;
}
.ac-row-toggle:before, .ac-row-toggle:after {
  background: #555;
  content: "";
  display: block;
  height: 0.1875rem;
  position: absolute;
  top: -0.125rem;
  transition: all 300ms ease-in-out;
  width: 0.875rem;
}
.ac-row-toggle:before {
  right: 0.9375rem;
  transform: rotate(45deg);
}
.ac-row-toggle:after {
  right: 0.4375rem;
  transform: rotate(-45deg);
}
.active-ar .ac-row-toggle:before {
  transform: rotate(-45deg);
}
.active-ar .ac-row-toggle:after {
  transform: rotate(45deg);
}

.accordion-row-content {
  display: none;
  overflow: hidden;
}

.accordions-columns-wrap.one2gridlarge {
  gap: 0.5rem;
}
@media (min-width: 900px) {
  .accordions-columns-wrap.one2gridlarge {
    gap: 2rem;
  }
}

.page-section-stories {
  overflow: hidden;
}
.page-section-stories .blog-feed-slider {
  position: relative;
}
@media (min-width: 640px) {
  .page-section-stories .blog-feed-slider {
    margin-left: -1.5rem;
    width: calc(100% + 3rem);
  }
}
.page-section-stories .story {
  padding: 0 1.5rem;
}

#flexible-section-repeater .content-section .content-section-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 900px) {
  #flexible-section-repeater .content-section .content-section-wrap {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
  }
  #flexible-section-repeater .content-section .content-section-wrap.fifty-fifty, #flexible-section-repeater .content-section .content-section-wrap.thirty-seventy, #flexible-section-repeater .content-section .content-section-wrap.seventy-thirty {
    gap: 4rem;
  }
}
@media (min-width: 900px) {
  #flexible-section-repeater .content-section .content-section-wrap.va-center {
    align-items: center;
  }
}
#flexible-section-repeater .content-section .content-section-wrap.full-width > div {
  width: 100%;
}
@media (min-width: 900px) {
  #flexible-section-repeater .content-section .content-section-wrap.fifty-fifty > div {
    width: calc(50% - 2rem);
  }
}
@media (min-width: 900px) {
  #flexible-section-repeater .content-section .content-section-wrap.thirty-three > div {
    width: calc(33.33% - 1.34rem);
  }
}
@media (min-width: 900px) {
  #flexible-section-repeater .content-section .content-section-wrap.twenty-five > div {
    width: calc(25% - 1.5rem);
  }
}
@media (min-width: 900px) {
  #flexible-section-repeater .content-section .content-section-wrap.thirty-seventy > div:first-of-type {
    width: calc(30% - 2rem);
  }
}
@media (min-width: 900px) {
  #flexible-section-repeater .content-section .content-section-wrap.thirty-seventy > div:last-of-type {
    width: calc(70% - 2rem);
  }
}
@media (min-width: 900px) {
  #flexible-section-repeater .content-section .content-section-wrap.seventy-thirty > div:first-of-type {
    width: calc(70% - 2rem);
  }
}
@media (min-width: 900px) {
  #flexible-section-repeater .content-section .content-section-wrap.seventy-thirty > div:last-of-type {
    width: calc(30% - 2rem);
  }
}

.cta-section {
  position: relative;
}
.cta-section .cta-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-color: #111;
}
.cta-section .cta-slide .wrap {
  width: 80%;
}
.cta-section .cta-slide .cta-content {
  padding: 10rem 0;
  position: relative;
  z-index: 100;
  color: white;
  text-align: center;
}
.cta-section .cta-slide .cta-content p:last-child {
  margin-bottom: 0;
}
.cta-section .cta-slide.content-left .cta-content {
  float: left;
}
@media (min-width: 640px) {
  .cta-section .cta-slide.content-left .cta-content {
    width: 50%;
    text-align: left;
  }
}
.cta-section .cta-slide.content-right .cta-content {
  float: right;
}
@media (min-width: 900px) {
  .cta-section .cta-slide.content-right .cta-content {
    width: 50%;
    text-align: right;
  }
}
.cta-section .cta-slide .cta-content-wrap {
  background: #111;
  background: rgba(0, 0, 0, 0.6);
  padding: 2rem;
}
@media (min-width: 900px) {
  .cta-section .cta-slide .cta-content-wrap {
    background: none;
    padding: 0;
  }
}
.cta-section .cta-slide .cta-overlay {
  background-color: #111;
  opacity: 0.6;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.fifty-fifty-section {
  background: #F0EEED;
  position: relative;
}
.fifty-fifty-section > .wrap {
  display: flex;
  flex-direction: column;
}
@media (min-width: 900px) {
  .fifty-fifty-section > .wrap {
    flex-direction: row;
  }
  .fifty-fifty-section > .wrap.content-right {
    flex-direction: row-reverse;
  }
}
.fifty-fifty-section .item {
  width: 100%;
}
@media (min-width: 900px) {
  .fifty-fifty-section .item {
    width: 50%;
  }
}
.fifty-fifty-section .item.content-section {
  padding: 4rem 0;
}
.fifty-fifty-section .item.content-section p {
  font-size: 1rem;
}
@media (min-width: 900px) {
  .fifty-fifty-section .item.content-section {
    padding: 6rem 0;
  }
}
@media (min-width: 900px) {
  .fifty-fifty-section .item.left .content-section__inner {
    padding-right: 6rem;
  }
}
@media (min-width: 900px) {
  .fifty-fifty-section .item.right .content-section__inner {
    padding-left: 6rem;
  }
}
.fifty-fifty-section .item.image {
  background-color: black;
  height: 25rem;
  position: relative;
}
@media (min-width: 900px) {
  .fifty-fifty-section .item.image {
    display: block;
    height: 100%;
    position: absolute;
    width: 50%;
  }
  .fifty-fifty-section .item.image.left {
    left: 50%;
  }
  .fifty-fifty-section .item.image.right {
    right: 50%;
  }
}
.fifty-fifty-section .item.image .bg {
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100.1%;
}
.fifty-fifty-section .item.image .bg.has-content-over {
  opacity: 0.5;
}
.fifty-fifty-section .item.image .image-blurb-wrap {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (min-width: 900px) {
  .fifty-fifty-section .item.image .image-blurb-wrap {
    max-width: 37.5rem;
  }
}
.fifty-fifty-section .item.image .image-blurb-wrap .image-blurb-inner-wrap {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
.fifty-fifty-section .item.image .image-blurb-wrap .image-blurb-content {
  color: white;
  font-size: 1.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 900px) {
  .fifty-fifty-section .item.image .image-blurb-wrap .image-blurb-content {
    padding-left: 4rem;
  }
}
@media (min-width: 1400px) {
  .fifty-fifty-section .item.image .image-blurb-wrap .image-blurb-content {
    padding-right: 0;
  }
}
.fifty-fifty-section .item.image .image-blurb-wrap.content-right {
  left: auto;
  right: 0;
}
@media (min-width: 900px) {
  .fifty-fifty-section .item.image .image-blurb-wrap.content-right .image-blurb-content {
    padding-left: 1.5rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1400px) {
  .fifty-fifty-section .item.image .image-blurb-wrap.content-right .image-blurb-content {
    padding-left: 0;
  }
}
.fifty-fifty-section .item.image .video-bg-overlay {
  background: #111;
  inset: 0;
  opacity: 0.7;
  position: absolute;
}
.fifty-fifty-section .item.image .arve {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
}
.fifty-fifty-section .item.image .arve .arve-embed {
  height: 100%;
  opacity: 0;
}
.fifty-fifty-section .item.image a {
  display: block;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 250;
}
.fifty-fifty-section .item.image .play-button {
  border: 0.125rem solid white;
  border-radius: 50%;
  height: 5rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 300ms ease-in-out;
  width: 5rem;
  z-index: 200;
}
.fifty-fifty-section .item.image .play-button:after {
  border-color: transparent transparent transparent white;
  border-style: solid;
  border-width: 0.75rem 0 0.75rem 1.25rem;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-40%, -50%);
  transition: all 300ms ease-in-out;
  width: 0;
  z-index: 200;
}
.fifty-fifty-section .item.image:hover .play-button {
  height: 6.875rem;
  width: 6.875rem;
}
.fifty-fifty-section .item.image:hover .play-button:after {
  border-width: 1.0625rem 0 1.0625rem 1.5625rem;
}

@media (min-width: 900px) {
  .icon-blurb-section .icon-blurb-grid {
    row-gap: 3rem;
  }
}
.icon-blurb-section .icon-blurb-grid .blurb .inner-blurb {
  transition: all 300ms ease-in-out;
}
.icon-blurb-section .icon-blurb-grid .blurb .inner-blurb .blurb-image-wrap {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
  min-height: 6.25rem;
}
.icon-blurb-section .icon-blurb-grid .blurb .inner-blurb .blurb-image-wrap .blurb-image {
  width: 6.25rem;
}
.icon-blurb-section .icon-blurb-grid .blurb .inner-blurb .blurb-title {
  color: #111;
  font-size: 1.375rem;
  line-height: 1;
}
.icon-blurb-section .icon-blurb-grid .blurb .inner-blurb .blurb-text {
  color: #555;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.icon-blurb-section .icon-blurb-grid .blurb .inner-blurb .blurb-link-wrap {
  margin-top: 1rem;
}
.icon-blurb-section .icon-blurb-grid .blurb .micro-accordion-wrap {
  position: relative;
}
.icon-blurb-section .icon-blurb-grid .blurb .micro-accordion-title {
  font-size: 0.875rem;
}
.icon-blurb-section .icon-blurb-grid .blurb .micro-accordion-content {
  left: 0;
  max-height: 0px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: calc(100% + 0.5rem);
  transition: max-height 300ms ease-in-out;
  z-index: 100;
}
.icon-blurb-section .icon-blurb-grid .blurb .micro-accordion-content.is-open {
  max-height: 62.5rem;
}
.icon-blurb-section .icon-blurb-grid .blurb .micro-accordion-inner-content {
  background-color: white;
  border: 1px solid #F0EEED;
  line-height: 148%;
  padding: 0.75rem 0.5rem;
}
.icon-blurb-section .icon-blurb-grid .blurb .micro-accordion-inner-content p,
.icon-blurb-section .icon-blurb-grid .blurb .micro-accordion-inner-content ul,
.icon-blurb-section .icon-blurb-grid .blurb .micro-accordion-inner-content ol,
.icon-blurb-section .icon-blurb-grid .blurb .micro-accordion-inner-content li {
  margin-bottom: 0;
}
.icon-blurb-section .icon-blurb-grid .blurb .micro-accordion-inner-content ul,
.icon-blurb-section .icon-blurb-grid .blurb .micro-accordion-inner-content ol {
  list-style: none;
}
.icon-blurb-section .icon-blurb-grid .blurb .micro-accordion-inner-content ul li,
.icon-blurb-section .icon-blurb-grid .blurb .micro-accordion-inner-content ol li {
  padding-left: 0;
}
.icon-blurb-section .icon-blurb-grid .blurb .micro-accordion-inner-content ul li::before,
.icon-blurb-section .icon-blurb-grid .blurb .micro-accordion-inner-content ol li::before {
  display: none;
}

.boxes-section {
  position: relative;
}
.boxes-section .boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
}
.boxes-section .box {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
  position: relative;
}
@media (min-width: 25rem) {
  .boxes-section .box {
    min-width: 12.5rem;
  }
}
@media (min-width: 1200px) {
  .boxes-section .box {
    padding: 4rem 3.5rem;
  }
}
.boxes-section .box.box-type-icon {
  align-items: center;
  text-align: center;
}
.boxes-section .box.linked:not(.has-button):hover {
  transform: scale(1.05);
}
.boxes-section .icon-wrap img {
  height: auto;
  max-width: 6.75rem;
}
@media (min-width: 900px) {
  .boxes-section .box-title {
    font-size: 2.5rem;
  }
}
.boxes-section .fake-link {
  font-size: 0.875rem;
}
.boxes-section .button-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1.125rem;
  align-items: center;
}

.section-title {
  margin: 0 0 0.5rem;
  line-height: 1;
  transition: all 300ms ease-in-out;
}

.section-sub-title {
  font-size: 1.25rem;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.bg-blue .section-title,
.bg-blue .section-sub-title,
.bg-light-blue .section-title,
.bg-light-blue .section-sub-title,
.bg-dark-gray .section-title,
.bg-dark-gray .section-sub-title,
.bg-medium-gray .section-title,
.bg-medium-gray .section-sub-title,
.bg-tan .section-title,
.bg-tan .section-sub-title,
.bg-burgundy .section-title,
.bg-burgundy .section-sub-title {
  color: white;
}
.bg-blue ul li,
.bg-light-blue ul li,
.bg-dark-gray ul li,
.bg-medium-gray ul li,
.bg-tan ul li,
.bg-burgundy ul li {
  color: white !important;
}
.bg-blue ul li::before,
.bg-light-blue ul li::before,
.bg-dark-gray ul li::before,
.bg-medium-gray ul li::before,
.bg-tan ul li::before,
.bg-burgundy ul li::before {
  background-color: white !important;
}
.bg-blue ol li,
.bg-light-blue ol li,
.bg-dark-gray ol li,
.bg-medium-gray ol li,
.bg-tan ol li,
.bg-burgundy ol li {
  color: white !important;
}

@media (min-width: 900px) {
  .tiles .tile-blocks {
    display: flex;
  }
  .tiles .tile-blocks.tiles-2 .tile-block {
    width: 50%;
  }
  .tiles .tile-blocks.tiles-3 .tile-block {
    width: 33.33%;
  }
  .tiles .tile-blocks.tiles-4 .tile-block {
    width: 25%;
  }
}
.tiles .tile-blocks .tile-block {
  padding: 4.5rem 3rem;
  position: relative;
}
@media (min-width: 900px) {
  .tiles .tile-blocks .tile-block {
    padding: 4.6875rem 3rem;
  }
}
.tiles .tile-blocks .tile-block .tile-block-excerpt {
  position: relative;
  z-index: 100;
}
.tiles .tile-blocks .tile-block.has-image {
  background-color: black;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.tiles .tile-blocks .tile-block.has-image:before {
  transition: all ease-in-out 300ms;
  background-color: rgba(17, 17, 17, 0.5);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.tiles .tile-blocks .tile-block.has-image .wrap {
  position: relative;
  z-index: 100;
}
.tiles .tile-blocks .tile-block.bg-white, .tiles .tile-blocks .tile-block.bg-none {
  border: 1px solid #F0EEED;
}

.ribbon-cta-section .ribbon-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 3rem;
  text-align: center;
}
@media (min-width: 900px) {
  .ribbon-cta-section .ribbon-content {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media (min-width: 900px) {
  .ribbon-cta-section.contained .ribbon-content {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
.ribbon-cta-section .ribbon-text {
  display: block;
}
@media (min-width: 900px) {
  .ribbon-cta-section .ribbon-text {
    max-width: 70%;
  }
}
.ribbon-cta-section .top-text,
.ribbon-cta-section .bottom-text {
  color: white;
  line-height: 1;
  margin-bottom: 0;
}
@media (min-width: 900px) {
  .ribbon-cta-section .top-text {
    font-size: 2.25rem;
  }
}
.ribbon-cta-section .bottom-text {
  font-size: 1.5rem;
  margin-top: 0.75rem;
  font-weight: 300;
}

.gallery-section .gallery-img-wrap {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.gallery-section .gallery-img-wrap .gallery-img {
  height: 100%;
  position: absolute;
  transition: all 800ms ease-in-out;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.gallery-section .gallery-img-wrap .gallery-img:before {
  background: #111;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 300ms ease-in-out;
  width: 100%;
  z-index: 5;
}
.gallery-section .gallery-img-wrap:hover .gallery-img {
  transform: scale(1.07);
}
.gallery-section .gallery-img-wrap:hover .gallery-img:before {
  opacity: 0.6;
}
.gallery-section .gallery-img-wrap .gallery-caption {
  background: white;
  bottom: 5%;
  color: #666;
  font-size: 0.5625rem;
  font-weight: 600;
  left: 5%;
  max-width: 90%;
  padding: 0.5rem 0.7rem;
  position: absolute;
  text-align: left;
}
.gallery-section .single-gallery-grid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.gallery-section .single-gallery-grid .gallery-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  overflow: hidden;
}
.gallery-section .single-gallery-grid .gallery-img-wrap {
  flex-basis: 48%;
  flex-grow: 1;
  height: 12.5rem;
}
@media (min-width: 640px) {
  .gallery-section .single-gallery-grid .gallery-img-wrap {
    height: 18.75rem;
  }
}
@media (min-width: 900px) {
  .gallery-section .single-gallery-grid.four-images .gallery-img-wrap {
    flex-basis: 15%;
  }
  .gallery-section .single-gallery-grid.four-images .gallery-img-wrap:nth-child(2), .gallery-section .single-gallery-grid.four-images .gallery-img-wrap:nth-child(5), .gallery-section .single-gallery-grid.four-images .gallery-img-wrap:nth-child(12), .gallery-section .single-gallery-grid.four-images .gallery-img-wrap:nth-child(14) {
    flex-basis: 23%;
  }
  .gallery-section .single-gallery-grid.four-images .gallery-img-wrap:nth-child(4), .gallery-section .single-gallery-grid.four-images .gallery-img-wrap:nth-child(6), .gallery-section .single-gallery-grid.four-images .gallery-img-wrap:nth-child(11), .gallery-section .single-gallery-grid.four-images .gallery-img-wrap:nth-child(13) {
    flex-basis: 36%;
  }
  .gallery-section .single-gallery-grid.three-images .gallery-img-wrap {
    flex-basis: 31%;
  }
}
@media (min-width: 900px) and (min-width: 900px) {
  .gallery-section .single-gallery-grid.three-images .gallery-img-wrap {
    height: 21.875rem;
  }
}
@media (min-width: 900px) {
  .gallery-section .single-gallery-grid.three-images .gallery-img-wrap:nth-child(2), .gallery-section .single-gallery-grid.three-images .gallery-img-wrap:nth-child(4), .gallery-section .single-gallery-grid.three-images .gallery-img-wrap:nth-child(9) {
    flex-basis: 43%;
  }
  .gallery-section .single-gallery-grid.three-images .gallery-img-wrap:nth-child(3), .gallery-section .single-gallery-grid.three-images .gallery-img-wrap:nth-child(5), .gallery-section .single-gallery-grid.three-images .gallery-img-wrap:nth-child(7) {
    flex-basis: 21%;
  }
}
.gallery-section .gallery-button {
  margin-top: 2.5rem;
}

.attachments-section .attachment_icon {
  align-items: center;
  background-color: #b69955;
  display: flex;
  height: 3rem;
  justify-content: center;
  width: 3rem;
}
.attachments-section .attachment_icon svg {
  max-width: 1.5rem;
}
.attachments-section .attachment_title {
  color: #555;
  transition: all ease-in-out 300ms;
}
.attachments-section a.attachment:hover .attachment_title {
  color: #b69955;
}
.attachments-section .one2grid {
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 900px) {
  .attachments-section .one2grid {
    flex-direction: row;
  }
  .attachments-section .one2grid .mobile-divider {
    display: none;
  }
}

.juicerFeedSection .sectionHeader {
  margin-bottom: 2rem;
}
.juicerFeedSection .sectionHeader *:last-child {
  margin-bottom: 0;
}
.juicerFeedSection li:before {
  display: none;
}
.juicerFeedSection .juicer-feed.slider .referral {
  margin-bottom: 0.625rem;
}
.juicerFeedSection .juicer-feed.slider .referral a {
  color: black !important;
}
.juicerFeedSection .juicer-feed.slider .slick-prev {
  left: 1px;
}
.juicerFeedSection .juicer-feed.slider .slick-prev:before {
  display: block;
}
.juicerFeedSection .juicer-feed.slider .slick-next {
  right: 1px;
}
.juicerFeedSection .juicer-feed.slider .slick-next:before {
  display: block;
}

.logos-section .logos-slider {
  position: relative;
}
.logos-section .logos-slider .logo-slide {
  padding: 0 1.5rem;
}
.logos-section .logos-cloud .logos-slides {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}
.logos-section .logos-cloud .logos-slides img {
  display: block;
  max-height: 3rem;
}
@media (min-width: 900px) {
  .logos-section .logos-cloud .logos-slides img {
    max-height: 4rem;
  }
}
.logos-section .logo-link img {
  transition: all 300ms ease-in-out;
}
.logos-section .logo-link:hover img {
  opacity: 0.6;
}

.testimonials-section.dark-background {
  background-color: #1f1f1f !important;
}
.testimonials-section .section-header {
  margin-bottom: 3rem;
}
.testimonials-section .testimonials-slider {
  position: relative;
}
@media (min-width: 640px) {
  .testimonials-section .testimonials-slider {
    margin-left: -1.5rem;
    width: calc(100% + 3rem);
  }
}
.testimonials-section .testimonials-slider .slick-track {
  display: flex;
}
.testimonials-section .testimonial {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  background: #111;
  padding: 3rem;
  margin: 0 1.5rem;
  height: auto;
  border-radius: 0.5rem;
}
.testimonials-section .testimonial .testimonial-text {
  font-style: italic;
  line-height: 2;
}
.testimonials-section .testimonial .testimonial-title-avatar {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  margin-top: auto;
}
.testimonials-section .testimonial .testimonial-title-avatar .media-wrap {
  -webkit-clip-path: circle(50% at 50% 50%);
          clip-path: circle(50% at 50% 50%);
  width: 70px;
}
.testimonials-section .testimonial .testimonial-title-avatar .testimonial-title-wrap {
  display: flex;
  flex-direction: column;
}

.form-cta-section {
  position: relative;
}
.form-cta-section .wrap {
  width: 90%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-color: #111;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 900px) {
  .form-cta-section .wrap {
    flex-direction: row;
  }
}
.form-cta-section .form-cta-content-wrap {
  position: relative;
  z-index: 100;
  color: white;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2.5rem;
}
@media (min-width: 900px) {
  .form-cta-section .form-cta-content-wrap {
    padding: 6.25rem 64px;
    width: 50%;
  }
}
.form-cta-section .form-cta-content-wrap .form-cta-content p:last-child {
  margin-bottom: 0;
}
.form-cta-section .form-cta-content-wrap .form-cta-icon-list {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 1rem;
  color: white;
}
.form-cta-section .form-cta-content-wrap .form-cta-icon-list .item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.form-cta-section .form-cta-content-wrap .form-cta-icon-list .item .icon {
  width: 30px;
}
.form-cta-section .form-cta-content-wrap .form-cta-icon-list .item .title {
  font-size: 1.125rem;
  transition: all 300ms ease-in-out;
}
.form-cta-section .form-cta-content-wrap .form-cta-icon-list .item:hover .title {
  color: white;
}
.form-cta-section .form-cta-form-wrap {
  background: #F0EEED;
  padding: 2.5rem;
  position: relative;
  z-index: 100;
  border-radius: 0.5rem;
  box-shadow: 0px 2px 14px 2px rgba(0, 0, 0, 0.3);
  bottom: -30px;
}
@media (min-width: 900px) {
  .form-cta-section .form-cta-form-wrap {
    padding: 64px;
    width: 45%;
    top: -40px;
    right: -40px;
  }
}
@media (min-width: 1200px) {
  .form-cta-section .form-cta-form-wrap {
    width: 38%;
  }
}
.form-cta-section .form-cta-form-wrap .form-cta-form {
  position: relative;
  z-index: 100;
}
.form-cta-section .form-cta-form-wrap .form-cta-form p:last-child {
  margin-bottom: 0;
}
.form-cta-section .form-cta-bg-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.form-cta-section .form-cta-overlay {
  background-color: #111;
  opacity: 0.8;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.content-destinations-section {
  position: relative;
  margin-top: 0 !important;
}
.content-destinations-section .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 4rem;
}
@media (min-width: 900px) {
  .content-destinations-section .wrap {
    flex-direction: row;
    align-items: center;
    gap: 2rem;
  }
}
.content-destinations-section .content {
  margin-top: 64px;
}
@media (min-width: 900px) {
  .content-destinations-section .content {
    margin-top: 0;
    width: 40%;
  }
}
.content-destinations-section .content p:last-child {
  margin-bottom: 0;
}
.content-destinations-section .destinations {
  position: relative;
  z-index: 100;
  gap: 2rem;
  width: 100%;
}
@media (min-width: 900px) {
  .content-destinations-section .destinations {
    width: 50%;
    margin-top: -50px;
  }
}
.content-destinations-section .destinations .destination {
  display: flex;
  align-items: end;
  justify-content: center;
  position: relative;
  height: 200px;
  padding: 2rem;
  transition: all 300ms ease-in-out;
  flex: unset;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media (min-width: 640px) {
  .content-destinations-section .destinations .destination {
    flex: 1;
    max-width: 100%;
    flex-basis: calc(50% - 1rem);
    height: 350px;
  }
}
.content-destinations-section .destinations .destination .destination-title {
  color: white;
  font-size: 1.5rem;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  transform: translateY(0);
  transition: all 300ms ease-in-out;
}
.content-destinations-section .destinations .destination .destination-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -1;
}
.content-destinations-section .destinations .destination::after {
  content: "";
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent 60%);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  transition: all 500ms ease-in-out;
}
.content-destinations-section .destinations .destination.linked:hover .destination-title {
  transform: translateY(-2rem);
}
.content-destinations-section .destinations .destination.linked:hover::after {
  background-color: rgba(0, 0, 0, 0.5);
}

/**
* Utilities
*/
.bbr {
  border-radius: 0.5rem;
}

.bbrtl {
  border-top-left-radius: 0.5rem;
}

.bbrtr {
  border-top-right-radius: 0.5rem;
}

.bbrbr {
  border-bottom-right-radius: 0.5rem;
}

.bbrbl {
  border-bottom-right-radius: 0.5rem;
}

.br50 {
  border-radius: 50%;
}

.base-border {
  border: 1px solid #F0EEED;
}

.base-border-top {
  border-top: 1px solid #F0EEED;
}

.base-border-bottom {
  border-bottom: 1px solid #F0EEED;
}

.base-border-left {
  border-left: 1px solid #F0EEED;
}

.base-border-right {
  border-right: 1px solid #F0EEED;
}

.bg-dark-gray {
  background-color: #111 !important;
}

.bg-light-gray {
  background-color: #F0EEED !important;
}

.bg-medium-gray {
  background-color: #555 !important;
}

.bg-blue {
  background-color: #205883 !important;
}

.bg-tan {
  background-color: #b69955 !important;
}

.bg-burgundy {
  background-color: #3F0D0C !important;
}

.bg-white {
  background-color: white !important;
}

.grayscale {
  filter: grayscale(100%);
}

.f14 {
  font-size: 0.875rem;
}

.f16 {
  font-size: 1rem;
}

.f18 {
  font-size: 1.125rem;
}

.f20 {
  font-size: 1.25rem;
}

.f22 {
  font-size: 1.375rem;
}

.f24 {
  font-size: 1.5rem;
}

.f26 {
  font-size: 1.625rem;
}

.f28 {
  font-size: 1.75rem;
}

.f30 {
  font-size: 1.875rem;
}

.f32 {
  font-size: 2rem;
}

.f34 {
  font-size: 2.125rem;
}

.f36 {
  font-size: 2.25rem;
}

.f38 {
  font-size: 2.375rem;
}

.f40 {
  font-size: 2.5rem;
}

.f42 {
  font-size: 2.625rem;
}

.f44 {
  font-size: 2.75rem;
}

.f46 {
  font-size: 2.875rem;
}

.f48 {
  font-size: 3rem;
}

.f60 {
  font-size: 3.75rem;
}

.f90 {
  font-size: 5.625rem;
}

.fwb {
  font-weight: bold;
}

.onegrid {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.one24grid {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 640px) {
  .one24grid {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.one24grid > div,
.one24grid > a {
  flex: 1;
  width: 100%;
}
@media (min-width: 640px) {
  .one24grid > div,
  .one24grid > a {
    max-width: calc(50% - 1rem);
    flex-basis: calc(50% - 1rem);
  }
}
@media (min-width: 900px) {
  .one24grid > div,
  .one24grid > a {
    max-width: calc(25% - 1.5rem);
    flex-basis: calc(25% - 1.5rem);
  }
}

.one23grid {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 640px) {
  .one23grid {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.one23grid > div,
.one23grid > a {
  flex: 1;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 640px) {
  .one23grid > div,
  .one23grid > a {
    max-width: calc(50% - 1rem);
    flex-basis: calc(50% - 2rem);
  }
}
@media (min-width: 900px) {
  .one23grid > div,
  .one23grid > a {
    max-width: calc(33% - 1rem);
    flex-basis: calc(33% - 2rem);
  }
}

.one3grid {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 640px) {
  .one3grid {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.one3grid > div,
.one3grid > a {
  flex: 1;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 640px) {
  .one3grid > div,
  .one3grid > a {
    max-width: calc(33% - 1rem);
    flex-basis: calc(33% - 2rem);
  }
}

.one2grid {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 640px) {
  .one2grid {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4rem;
    justify-content: center;
  }
}
.one2grid > div,
.one2grid > a {
  flex: 1;
  width: 100%;
}
@media (min-width: 640px) {
  .one2grid > div,
  .one2grid > a {
    max-width: calc(50% - 2rem);
    flex-basis: calc(50% - 2rem);
  }
}

.one2gridlarge {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 900px) {
  .one2gridlarge {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.one2gridlarge > div,
.one2gridlarge > a {
  flex: 1;
  width: 100%;
}
@media (min-width: 900px) {
  .one2gridlarge > div,
  .one2gridlarge > a {
    max-width: calc(50% - 1rem);
    flex-basis: calc(50% - 1rem);
  }
}

.mb0 {
  margin-bottom: 0;
}

.fcmt0 > *:first-child {
  margin-top: 0;
}

.lcmb0 > *:last-child {
  margin-bottom: 0;
}

.lotmb0:last-of-type {
  margin-bottom: 0;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.smallmt {
  margin-top: 0.5rem;
}

.basemt {
  margin-top: 1.5rem;
}

.basemt2 {
  margin-top: 3rem;
}

.basemt3 {
  margin-top: 4.5rem;
}

.sectionmt {
  margin-top: 64px;
}
@media (min-width: 900px) {
  .sectionmt {
    margin-top: 6.25rem;
  }
}

.mt-8 {
  margin-top: 2rem;
}

.smallml {
  margin-left: 0.5rem;
}

.baseml {
  margin-left: 1.5rem;
}

.baseml2 {
  margin-left: 3rem;
}

.baseml3 {
  margin-left: 4.5rem;
}

.sectionml {
  margin-left: 64px;
}
@media (min-width: 900px) {
  .sectionml {
    margin-left: 6.25rem;
  }
}

.smallmr {
  margin-right: 0.5rem;
}

.basemr {
  margin-right: 1.5rem;
}

.basemr2 {
  margin-right: 3rem;
}

.basemr3 {
  margin-right: 4.5rem;
}

.sectionmr {
  margin-right: 64px;
}
@media (min-width: 900px) {
  .sectionmr {
    margin-right: 6.25rem;
  }
}

.smallmb {
  margin-bottom: 0.5rem;
}

.basemb {
  margin-bottom: 1.5rem;
}

.basemb2 {
  margin-bottom: 3rem;
}

.basemb3 {
  margin-bottom: 4.5rem;
}

.sectionmb {
  margin-bottom: 64px;
}
@media (min-width: 900px) {
  .sectionmb {
    margin-bottom: 6.25rem;
  }
}

.smallpt {
  padding-top: 0.5rem;
}

.basept {
  padding-top: 1.5rem;
}

.basept2 {
  padding-top: 3rem;
}

.basept3 {
  padding-top: 4.5rem;
}

.sectionpt {
  padding-top: 64px;
}
@media (min-width: 900px) {
  .sectionpt {
    padding-top: 6.25rem;
  }
}

.smallpr {
  padding-right: 0.5rem;
}

.basepr {
  padding-right: 1.5rem;
}

.basepr2 {
  padding-right: 3rem;
}

.basepr3 {
  padding-right: 4.5rem;
}

.sectionpr {
  padding-right: 64px;
}
@media (min-width: 900px) {
  .sectionpr {
    padding-right: 6.25rem;
  }
}

.smallpl {
  padding-left: 0.5rem;
}

.basepl {
  padding-left: 1.5rem;
}

.basepl2 {
  padding-left: 3rem;
}

.basepl3 {
  padding-left: 4.5rem;
}

.sectionpl {
  padding-left: 64px;
}
@media (min-width: 900px) {
  .sectionpl {
    padding-left: 6.25rem;
  }
}

.smallpb {
  padding-bottom: 0.5rem;
}

.basepb {
  padding-bottom: 1.5rem;
}

.basepb2 {
  padding-bottom: 3rem;
}

.basepb3 {
  padding-bottom: 4.5rem;
}

.sectionpb {
  padding-bottom: 64px;
}
@media (min-width: 900px) {
  .sectionpb {
    padding-bottom: 6.25rem;
  }
}

.smallpa {
  padding: 0.5rem;
}

.basepa {
  padding: 1.5rem;
}

.basepa2 {
  padding: 3rem;
}

.basepa3 {
  padding: 4.5rem;
}

.sectionpa {
  padding: 64px;
}
@media (min-width: 900px) {
  .sectionpa {
    padding: 6.25rem;
  }
}

.text-blue {
  color: #205883;
}

.text-tan {
  color: #b69955;
}

.text-burgundy {
  color: #3F0D0C;
}

.text-dark-gray {
  color: #111;
}

.text-medium-gray {
  color: #555;
}

.text-light-gray {
  color: #F0EEED;
}

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

.lh1 {
  line-height: 1;
}

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

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.text-is-light h1,
.text-is-light h2,
.text-is-light h3,
.text-is-light h4,
.text-is-light h5,
.text-is-light h6,
.text-is-light p,
.text-is-light a {
  color: white;
}
.text-is-light a {
  text-transform: uppercase;
}
.text-is-light a:hover {
  text-decoration: underline;
}

.text-is-dark h1,
.text-is-dark h2,
.text-is-dark h3,
.text-is-dark h4,
.text-is-dark h5,
.text-is-dark h6 {
  color: #111;
}
.text-is-dark p {
  color: #555;
}
.text-is-dark a {
  text-transform: uppercase;
  color: #b69955;
}
.text-is-dark a:hover {
  text-decoration: underline;
}

.leading-normal {
  line-height: 150%;
}

a.arrow-link,
div.fake-arrow-link {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  cursor: pointer;
  color: #b69955;
  transition: all ease-in-out 300ms;
}
a.arrow-link:after,
div.fake-arrow-link:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23C6A47E' class='w-6 h-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M4.5 12h15m0 0l-6.75-6.75M19.5 12l-6.75 6.75' /%3E%3C/svg%3E%0A");
  background-size: contain;
  width: 1.25rem;
  height: 1.25rem;
  display: block;
  transition: all ease-in-out 300ms;
}
a.arrow-link:hover,
div.fake-arrow-link:hover {
  gap: 0.625rem;
  color: #b69955;
}
a.arrow-link:hover:after,
div.fake-arrow-link:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23C6A47E' class='w-6 h-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M4.5 12h15m0 0l-6.75-6.75M19.5 12l-6.75 6.75' /%3E%3C/svg%3E%0A");
}

.w100,
.w-full {
  width: 100%;
}

.max-width-1200 {
  max-width: 75rem;
}

.max-width-960 {
  max-width: 60rem;
}

.max-width-760 {
  max-width: 47.5rem;
}

.h-1 {
  height: 1px;
}

.h-full {
  height: 100%;
}

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

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

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

.gap-4 {
  gap: 1rem;
}

.flex-wrap {
  flex-wrap: wrap;
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.no-repeat {
  background-repeat: no-repeat;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.lotdn:last-of-type {
  display: none;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-30 {
  opacity: 0.3;
}

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