/* ----------- Color Variables --------- */
/* Looking for the color variables? They have been moved to the inline-styles file in the _includes folder, and pull variables from the site-settings folder in the _data folder.  */

/* Tailwind */
/* ! tailwindcss v3.3.6 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
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.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-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.
*/
::-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 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.\!container {
  width: 100% !important;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {
  .\!container {
    max-width: 640px !important;
  }
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .\!container {
    max-width: 768px !important;
  }
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .\!container {
    max-width: 1024px !important;
  }
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .\!container {
    max-width: 1280px !important;
  }
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .\!container {
    max-width: 1536px !important;
  }
  .container {
    max-width: 1536px;
  }
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.-top-12 {
  top: -3rem;
}
.-top-2 {
  top: -0.5rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-4 {
  bottom: 1rem;
}
.bottom-6 {
  bottom: 1.5rem;
}
.bottom-8 {
  bottom: 2rem;
}
.left-0 {
  left: 0px;
}
.left-\[5\%\] {
  left: 5%;
}
.left-side {
  left: var(--side-gap);
}
.right-0 {
  right: 0px;
}
.right-4 {
  right: 1rem;
}
.right-\[5\%\] {
  right: 5%;
}
.right-side {
  right: var(--side-gap);
}
.top-0 {
  top: 0px;
}
.top-12 {
  top: 3rem;
}
.top-4 {
  top: 1rem;
}
.-z-10 {
  z-index: -10;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.z-\[500\] {
  z-index: 500;
}
.z-\[999\] {
  z-index: 999;
}
.-order-1 {
  order: -1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-5 {
  grid-column: span 5 / span 5;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-span-7 {
  grid-column: span 7 / span 7;
}
.row-span-2 {
  grid-row: span 2 / span 2;
}
.m-0 {
  margin: 0px;
}
.m-\[0\.5rem\] {
  margin: 0.5rem;
}
.m-\[6px\] {
  margin: 6px;
}
.-mx-small {
  margin-left: calc(var(--small-padding) * -1);
  margin-right: calc(var(--small-padding) * -1);
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.\!mb-0 {
  margin-bottom: 0px !important;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-32 {
  margin-bottom: 8rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[\.5em\] {
  margin-bottom: .5em;
}
.mb-\[60px\] {
  margin-bottom: 60px;
}
.mb-small {
  margin-bottom: var(--small-padding);
}
.mb-vert {
  margin-bottom: var(--vert-gap);
}
.ml-8 {
  margin-left: 2rem;
}
.ml-\[15px\] {
  margin-left: 15px;
}
.ml-auto {
  margin-left: auto;
}
.ml-side {
  margin-left: var(--side-gap);
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-auto {
  margin-right: auto;
}
.mr-side {
  margin-right: var(--side-gap);
}
.mt-0 {
  margin-top: 0px;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-auto {
  margin-top: auto;
}
.mt-vert {
  margin-top: var(--vert-gap);
}
.block {
  display: block;
}
.\!inline-block {
  display: inline-block !important;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.\!hidden {
  display: none !important;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.h-16 {
  height: 4rem;
}
.h-6 {
  height: 1.5rem;
}
.h-\[50vh\] {
  height: 50vh;
}
.h-full {
  height: 100%;
}
.max-h-\[90vh\] {
  max-height: 90vh;
}
.min-h-\[50vh\] {
  min-height: 50vh;
}
.min-h-full {
  min-height: 100%;
}
.w-16 {
  width: 4rem;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-32 {
  width: 8rem;
}
.w-4\/5 {
  width: 80%;
}
.w-6 {
  width: 1.5rem;
}
.w-\[80\%\] {
  width: 80%;
}
.w-\[calc\(40vw_-_var\(--side-gap\)\)\] {
  width: calc(40vw - var(--side-gap));
}
.w-\[initial\] {
  width: initial;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-min {
  width: -moz-min-content;
  width: min-content;
}
.w-screen {
  width: 100vw;
}
.min-w-min {
  min-width: -moz-min-content;
  min-width: min-content;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-\[40rem\] {
  max-width: 40rem;
}
.max-w-\[\] {
  max-width: ;
}
.max-w-full {
  max-width: 100%;
}
.max-w-screen-md {
  max-width: 768px;
}
.max-w-screen-sm {
  max-width: 640px;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.resize-none {
  resize: none;
}
.resize {
  resize: both;
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-stretch {
  justify-content: stretch;
}
.gap-0 {
  gap: 0px;
}
.gap-12 {
  gap: 3rem;
}
.gap-16 {
  gap: 4rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[0\.5rem\] {
  gap: 0.5rem;
}
.gap-\[12px\] {
  gap: 12px;
}
.gap-x-16 {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-1 {
  row-gap: 0.25rem;
}
.gap-y-12 {
  row-gap: 3rem;
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-scroll {
  overflow: scroll;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-full {
  border-radius: 9999px;
}
.\!border-0 {
  border-width: 0px !important;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-r {
  border-right-width: 1px;
}
.border-r-0 {
  border-right-width: 0px;
}
.border-solid {
  border-style: solid;
}
.\!border-gray-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(156 163 175 / var(--tw-border-opacity)) !important;
}
.border-\[\#87897D\] {
  --tw-border-opacity: 1;
  border-color: rgb(135 137 125 / var(--tw-border-opacity));
}
.border-\[\#C1C4B3\] {
  --tw-border-opacity: 1;
  border-color: rgb(193 196 179 / var(--tw-border-opacity));
}
.border-\[currentcolor\] {
  border-color: currentcolor;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-inherit {
  background-color: inherit;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.p-0 {
  padding: 0px;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[15px\] {
  padding: 15px;
}
.p-small {
  padding: var(--small-padding);
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-side {
  padding-left: var(--side-gap);
  padding-right: var(--side-gap);
}
.px-small {
  padding-left: var(--small-padding);
  padding-right: var(--small-padding);
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-vert {
  padding-top: var(--vert-gap);
  padding-bottom: var(--vert-gap);
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-\[100\%\] {
  padding-bottom: 100%;
}
.pb-small {
  padding-bottom: var(--small-padding);
}
.pt-0 {
  padding-top: 0px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-\[0px\] {
  font-size: 0px;
}
.text-sm {
  font-size: 0.875rem;;
  line-height: 1.2;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.leading-\[1\.7\] {
  line-height: 1.7;
}
.underline {
  text-decoration-line: underline;
}
.mix-blend-multiply {
  mix-blend-mode: multiply;
}
.shadow-black {
  --tw-shadow-color: #000;
  --tw-shadow: var(--tw-shadow-colored);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-500 {
  transition-duration: 500ms;
}

@source inline("slick-dots, slick-nav, .slick-next, .slick-prev, .slick-slide, .slick-list, .slick-track, .slick-active, .slick-initialized, .slick-arrow");

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

img{ max-width: 100%; height:auto;}

img.bg-cover-image{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

html {
  scroll-padding-top: 107px;
}

body{
  font-family:  var(--body-font-family);
  max-width: 100vw;
  overflow-X: hidden;
  /* Set padding equal to height of fixed header */
  scroll-padding-top: 107px;
  background-color: #f0f0f0;
}

body.locked{
  overflow-y:hidden;
}



h3,h4,h5,h6,.small-heading {
  font-size: 1rem;
  text-transform: uppercase;
  font-family: var(--heading-font-sans-family);
  font-optical-sizing: auto;
  text-wrap: balance;
}





h1, h2,.heading,.h2  {
  font-family: var(--heading-font-serif-family);
  font-weight: 300;
  line-height: 1.2;
  text-wrap: balance;
  text-transform: none;
}

h2,.heading,.h2 {
  font-size: 1.5rem;
}

h3, .small-heading {
font-family: var(--heading-font-sans-family);
font-size: 1rem;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.03656rem;
text-transform: uppercase;
}

h1,
h2,
h3{
  margin-top:0.5em;
  margin-bottom:0.5em;
}

p {
  margin-bottom: 1rem;
}

h1:last-child,
h2:last-child,
h3:last-child,
p:last-child{
  margin-bottom:0;
}

.sub-heading {
  font-size: 1.2rem;
  font-family: var(--heading-font-sans-family);
  font-weight: 500;
  letter-spacing: 0.10em; 
  text-transform: uppercase;
}

.large-heading {
  font-size: 2rem;
}


p,li {
  font-size: 0.9rem;
  line-height: 150%;
  font-weight:300;
}

body ul{
  list-style: disc;
  margin-left: 1rem;
}

html body .bg-base{
  background-color: var(--bg-color);
  color: var(--text-color);
  border-color: var(--bg-color);
}

  #animated-text {
    display: inline-block;
    white-space: pre-wrap;
  }
  #animated-text .char {
    opacity: 0;
    display: inline-block;
  }
  #animated-text.animate .char {
    animation: fadeIn 0.3s ease forwards;
    animation-delay: var(--delay);
  }
  @keyframes fadeIn {
    to { opacity: 1; }
  }


/* form */

label {
  margin-bottom: 2rem;
}

input, textarea {
  display: block;
  width: 100%;
  border-bottom: 1px solid;
  background: transparent;
  padding-bottom: 10px;
  margin-bottom: 30px;
  resize: none;
  border-radius: 0
}

input[type="submit"]{
  border: 1px solid;
  padding: 10px 20px
}

input:focus, input:focus-within,
textarea:focus, textarea:focus-within{
  outline: none;
}

.contact-form label {
  display: inline-block;
  margin-bottom: .5rem;
  font-weight: 800;
  font-family:   var(--heading-font-sans-family);
  letter-spacing: 3px;
}

.contact-form input, .contact-form textarea {
  border: 2px solid var(--text-color);
  padding: 2rem 4rem;
  margin-bottom: 0;
}

.contact-form input[type="submit"] {
  padding: 1rem 2rem;
  font-family: var(--heading-font-sans-family);
}

.heading-lg {
  font-size: 2.0rem;
}

.heading-sm {
  font-size: 1.2rem;
}

hr {
  border: none;
  border-bottom: 2px solid #C1C4B3;
  margin: 2rem 0;
}

section,header,footer{
    padding: var(--vert-gap) var(--side-gap);
    background-size: cover;
    background-position: center;
    color: var(--text-color);
    background-color: var(--bg-color);
}
header{
    padding: 0 var(--side-gap)
}

header a,header .unlinked {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;  
}

header a:hover, header .unlinked:hover {
  opacity: .6;
}

#header{
  z-index: 1000;

}

header {
    background-color: transparent;
}

footer * {
  border-color: initial;
}

footer .main-link {
font-size: 0.9rem;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: uppercase;
}
footer h3{
  font-size: 1.3rem;
}


footer .heading-md{
  color: #61625A;
  font-family: inherit;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2.32px;
  text-transform: uppercase;
}



footer .footer-generic, footer .footer-generic p{
color: #87897D;
font-size: 12px;
font-style: normal;
font-weight: 400;
letter-spacing: 0.54px;
}



@media (max-width: 768px ) {
  footer .footer-generic, footer .footer-generic p, footer .main-link, .footer .location p{
    font-size: .9rem;
    line-height: 1;
    font-weight: 400;
  }
  footer .footer-generic, footer .main-link,  footer .footer-generic, footer .location p{
    padding-top:.5rem;
    padding-bottom: .5rem;
    display: block;
  }
}


.standard-padding{
    padding: var(--vert-gap) var(--side-gap);
}

.max-width{ 
    max-width: var(--max-width);
    margin-right: auto;
    margin-left: auto;
}

.color-set{
    color: var(--text-color);
    background-color: var(--bg-color);
}

.color-set.button-featured{
    color: var(--text-color);
    background-color: var(--bg-color);
    border: 0px;
}

/* extra for editor */


[class*='button']{
  font-family: var(--heading-font-sans-family);
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  padding: 1em 4em;
  text-decoration: none;
  color: inherit;
  border: 1px solid;
  display:inline-block;
  opacity: 1;
  margin-top: 0.5rem;
  line-height: 0.8;
}


a.button:hover {
  opacity:0.5;
}

/* .shadow-hover{
  display: block;
  transition: box-shadow .5s;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.shadow-hover:hover{
  box-shadow: 5px 5px 5px #61625a, -5px 5px 5px #61625a;
} */

/* blog content */

.blog-content h1 {
  font-size: 2.5rem;
}
.blog-content h2 {
  font-size: 2rem;
}
.blog-content h3 {
  font-size: 1.5rem;
}

.blog-content ul,
.blog-content ol {
  margin-bottom: 1rem;
}

.blog-content img {
  margin: 1rem 0;
}

.blog-3-col-grid .Square {
aspect-ratio: 1;
position: relative;
}
.blog-3-col-grid .Tall.Portrait {
aspect-ratio: 9/16;
position: relative;
}
.blog-3-col-grid .Extra.Tall {
aspect-ratio: 9/25;
position: relative;
}
.blog-3-col-grid .Portrait:not(.Tall) {
aspect-ratio: 4/5;
position: relative;
}
.blog-3-col-grid .Wide.Landscape {
aspect-ratio: 16/9;
position: relative;
}
.blog-3-col-grid .Landscape:not(.Wide) {
  aspect-ratio: 5/4;
  position: relative;
  }


.blog-3-col-grid > .flex-1 > :not(.Original) > img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  }


/* floating images */

.float-images-right img{
float: right
}
.float-images-left img{
    float: left
    }

    .post-content > * {
        clear: both;
    }




    /* header nav */

    .drop-finder:hover .drop-down {
        display: block;
    }

    /* footer styles */
    .footer-grid-col p {
      margin-bottom: 0;
    }

/* custom grid */


.col-w-2{grid-column:span 2;}
.col-w-3{grid-column:span 3;}
.col-w-4{grid-column:span 4;}
.col-w-5{grid-column:span 5;}
.col-w-6{grid-column:span 6;}


/* mobile */

@media (max-width: 768px) {
    .mob-col-w-1{grid-column:span 1;}
    .mob-col-w-2{grid-column:span 2;}
    .mob-col-w-3{grid-column:span 3;}
    .mob-col-w-4{grid-column:span 4;}
    .mob-col-w-5{grid-column:span 5;}
    .mob-col-w-6{grid-column:span 6;}

    .heading-md {
      font-size: 1.3rem;
}

    .heading-lg {
      font-size: 1.6rem;
    }
    p {
      font-size: 0.9rem;
    }
    section {
      padding: 10%;
    }

  }

.col-h-2{grid-row: span 2 ;}
.col-h-3{grid-row: span 3 ;}
.col-h-4{grid-row: span 4 ;}
.col-h-5{grid-row: span 5 ;}
.col-h-6{grid-row: span 6 ;}
.col-h-7{grid-row: span 7 ;}


/* burger menu */

/* this is where you style the button if you want to add more space between the spans than add padding to this div but make sure you also add it to the top and bottom active classes on there top/bottom or else your cross wont line up*/

.burger-button {
  position: absolute;
  top: 3rem;
  left: var(--side-gap);
  z-index: 901;
  padding: 8px;
  border: 0px;
  margin-top: 0;
  }
  /*this is where you can change the color of the buttons*/
  .burger-button span{
    width: 40px;
    border: 1px solid var(--text-color);
    background-color: var(--text-color);
    display: block;
    border-radius: 22px;
    transition: 2s;
  }
/* burger button active color */
  /* .burger-button.active span{
    border-color: green;
    background-color:#383;
  } */
  
  .burger-top, .burger-bottom{
    position: absolute;
  }
  
  .burger-top{
    top: -2px;
  }
  
  .burger-bottom{
    bottom: -2px;
  }
  /* make sure this has the same top as the burger button has padding*/
  .burger-button.active .burger-top{
    position: absolute;
    top: 8px;
    transform: rotateZ(45deg);
  }
  
  .burger-button.active .burger-middle{
  /*   transform: rotateZ(270deg); */
    border-color: rgba(0,0,0,0);
    background-color:rgba(0,0,0,0);
  }
  
  /* make sure this has the same bottom as the burger button has padding*/
  
  .burger-button.active .burger-bottom{
    position: absolute;
    bottom: 8px;
    transform: rotateZ(-45deg);
  }
  
  .burger-menu {
    position: fixed;
    top: 5rem;
    padding:6rem 5% 5%;
    left:100vw;
    right: -100vw;
    bottom: 0vh;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
    z-index: 801;
    transition:1s;
    overflow: scroll;
  }
  .burger-menu .sub-menu{
    transition: all .5s;
  }
  .burger-menu.active,.burger-menu .sub-menu.active{
    left:0;
    right:0;
  }

  .burger-menu .main-link{
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 0.5rem;
  padding: 0% 1rem;
  display: flex;
  gap: 1rem;
  }

  .burger-menu .main-link svg, .burger-menu .go-back svg{
    display: inline-block;
  }

  .burger-menu .go-back{
    display: flex;
    gap:1rem;
  }

  .burger-menu .sub-menu{
    position: fixed;
    top: 5rem;
    bottom: 0vh;
    padding:6rem 5% 5%;
    left:100vw;
    right: -100vw;
  }

  .burger-menu a {
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 300;
    display:block;
    padding:5px 15px;
    /* text-align:center; */
    white-space:nowrap;
  }
  

/* accordian */
.accordion-parent p{
   font-size: 0.9rem;
}
.drop-sec{
    overflow: hidden;
    height: calc(var(--true-height) + var(--small-padding));
    /* transition: max-height 2s; */
   }

   .drop-sec.collapsed {
    height: 0;
   }

   
   .expandButton{
    border: 1px solid var(--text-color);
    border-bottom: 0 solid;
    padding: var(--small-padding);
    display: flex;
    justify-content: space-between;
   }

   .drop-sec{
     padding-left: var(--small-padding);
     padding-right: var(--small-padding);
     border-left: 1px solid var(--text-color);
     border-right: 1px solid var(--text-color);
     border-top: 0 solid;
     transition: padding-top var(--animation-speed), padding-bottom var(--animation-speed), border var(--animation-speed), height var(--animation-speed);
    }
    
    .accordion-parent > :last-child .drop-sec{
        border-bottom:  1px solid var(--text-color);
    }

    .drop-sec:not(.collapsed){
      padding-bottom: var(--small-padding);
   }

   .expandButton span::after{
    content: "+";
   }
   .expandButton.open span::after{
    content: "-";
   }

   /* ticket banner */

   
.tickerBanner{
    --bannerBlockLength: 280px;
    --bannerBlockTime: 2s;
  overflow-x: hidden;
  display: flex;
  flex-direction: row-reverse;
  text-align: center;
  }
  
  
  .tickerBanner > * {
    display: inline-block;
    padding: 1vw;
    flex-shrink: 0;
    position: relative;
  }
  /* for pause on hover works but is very jumpy */
  /* .tickerBanner.active:hover > *{
    animation-play-state: paused;
  } */

  .tickerBanner.active > * {
    animation: ticker 2s infinite linear;
    animation-duration: var(--bannerBlockTime), 2s;
  } 
  
  @keyframes ticker {
      from {left:0}
      to   {left:var(--bannerBlockLength)}
  }


  /* slider */

  /* split banner slider */

.split-banner-slider.left .slide {
          width: 80%;
          height: 80%;
          top: 10%;
          left: -90%;transition: all 0.5s ease;
      }

      .split-banner-slider.left .slide.active {
          left: 0;
          top:0;
          width: 100%;
          height: 100%;
      }
        .split-banner-slider.right .slide {
          width: 80%;
          height: 80%;
          top: 10%;
          left: 110%;
          transition: all 0.5s ease;
      }

      .split-banner-slider.right .slide.active {
          left: 0;
          top:0;
          width: 100%;
          height: 100%;
      }


      .line {
        transition: all 0.3s ease;
        display: block;
        background-color: var(--text-color);
        transition: all 0.4s ease;
        opacity: .3;
        height: 4px;
        width: 28px;
        border-radius: 100rem;
      }
      .line.filledIn {
        opacity: 1;
      
      }

  /* slick-slider */

  body .slick-prev, body .slick-next {
    top: initial;
    bottom: -90px;
    z-index: 99;
    height: 50px;
    width: 50px;
  }
  body .slick-prev {
  left: var(--max-width-side-padding);
  }
  body .slick-next {
  right: var(--max-width-side-padding);
  }

  body .slick-next::before, body .slick-prev::before{
    font-family: inherit;
    color: var(--text-color);
    font-size: 50px;
    content: '';
  }

.slick-nav {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: 3rem;
  position: relative;
  gap:1rem;
}

  .slick-nav .slick-prev,
  .slick-nav .slick-next {
    top: unset;
    bottom: unset;
    left: unset;
    right: unset;
    position: relative;
    z-index: 99;
    height: 15px;
    width: 15px;
  }

  .slick-nav .slick-dots {
    order: 2;
    margin: 0;
    position: relative;
    bottom:unset;
    width: auto;
  }
    .slick-nav .slick-dots li {
    width: 15px;
    height: 15px;
    top: -2px;
  }

  .slick-nav .slick-next {
    order: 3;
    margin-left: -7px;
  }


  
.slick-nav .slick-dots li button::before  {
  color: transparent;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 20%;
  display: inline-block;
  height: 10px;
  width: 10px;
  transform: rotate(45deg);
}

.slick-nav .slick-dots li.slick-active button::before {
  color: transparent;
  background-color: white;
}


  @media (max-width: 768px ) {
  body .slick-prev, body .slick-next {
    bottom: -60px;
    height: 15px;
    width: 15px;
    }

  body .slick-prev svg, body .slick-next svg {
    width: 15px;
    height: 15px;
  }
      .slick-nav .slick-dots li {
    width: 8px;
    height: 8px;
    } 

  }

  .star-aligner img {
    float: left;
  }
  .star-aligner > * {
    clear: both;
  }
  .text-box > * {
    clear: both;
  }
  /* horizontal scroll section */

  .no-scrollbar::-webkit-scrollbar {
    display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.no-scrollbar {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}


/* tour dialog */


dialog {
  margin: auto;
  border: none;
  padding: 0;
  max-width: 90vw;
  max-height: 90vh;
}


.placeholder\:text-inherit::-moz-placeholder {
  color: inherit;
}


.placeholder\:text-inherit::placeholder {
  color: inherit;
}


.hover\:opacity-80:hover {
  opacity: 0.8;
}


.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}


@media (min-width: 640px) {
  .sm\:w-1\/2 {
    width: 50%;
  }
  .sm\:p-12 {
    padding: 3rem;
  }
  .sm\:text-center {
    text-align: center;
  }
}


@media (min-width: 768px) {
  .md\:order-1 {
    order: 1;
  }
  .md\:order-2 {
    order: 2;
  }
  .md\:order-3 {
    order: 3;
  }
  .md\:order-4 {
    order: 4;
  }
  .md\:order-\[0\] {
    order: 0;
  }
  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .md\:mb-0 {
    margin-bottom: 0px;
  }
  .md\:\!block {
    display: block !important;
  }
  .md\:block {
    display: block;
  }
  .md\:grid {
    display: grid;
  }
  .md\:max-h-\[50vh\] {
    max-height: 50vh;
  }
  .md\:min-h-\[25vw\] {
    min-height: 25vw;
  }
  .md\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
  .md\:overflow-auto {
    overflow: auto;
  }
  .md\:bg-fixed {
    background-attachment: fixed;
  }
  .md\:text-center {
    text-align: center;
  }
  .md\:text-xl\/\[1\.7\] {
    font-size: 1.25rem;
    line-height: 1.7;
  }
}


@media (min-width: 1024px) {
  .lg\:relative {
    position: relative;
  }
  .lg\:order-2 {
    order: 2;
  }
  .lg\:\!hidden {
    display: none !important;
  }
  .lg\:w-\[120\%\] {
    width: 120%;
  }
  .lg\:w-full {
    width: 100%;
  }
  .lg\:max-w-\[120\%\] {
    max-width: 120%;
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:border-4 {
    border-width: 4px;
  }
  .lg\:p-32 {
    padding: 8rem;
  }
}


@media (min-width: 1280px) {
  .xl\:static {
    position: static;
  }
  .xl\:left-side {
    left: var(--side-gap);
  }
  .xl\:right-side {
    right: var(--side-gap);
  }
  .xl\:flex {
    display: flex;
  }
  .xl\:hidden {
    display: none;
  }
  .xl\:\!bg-transparent {
    background-color: transparent !important;
  }
}