@charset "UTF-8";
[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}
input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}
::-webkit-date-and-time-value{
  min-height: 1.5em;
}
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}
select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}
[multiple]{
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          color-adjust: unset;
}
[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
[type='checkbox']{
  border-radius: 0px;
}
[type='radio']{
  border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
[type='file']:focus{
  outline: 1px auto -webkit-focus-ring-color;
}
*, ::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-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-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:  ;
}
.prose{
  color: var(--tw-prose-body);
  max-width: none;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.prose :where(hr):not(:where([class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before{
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after{
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 3rem;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.15;
  font-family: Great Fores, system-ui, sans-serif;
}
.prose :where(h1 strong):not(:where([class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25rem;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.15;
  font-family: Great Fores, system-ui, sans-serif;
}
.prose :where(h2 strong):not(:where([class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 1.5rem;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.15;
  font-family: Great Fores, system-ui, sans-serif;
}
.prose :where(h3 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
  font-family: Great Fores, system-ui, sans-serif;
  font-size: 1.25rem;
}
.prose :where(h4 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(figure > *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose :where(code):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"] *))::before{
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"] *))::after{
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::before{
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::after{
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)){
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"] *)){
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"] *)){
  vertical-align: top;
}
.prose{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(p):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(video):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(figure):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(li):not(:where([class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(hr + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}
.prose :where(h5):not(:where([class~="not-prose"] *)){
  font-family: Great Fores, system-ui, sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
}
.prose :where(h6):not(:where([class~="not-prose"] *)){
  font-family: Great Fores, system-ui, sans-serif;
  font-weight: 600;
  font-size: 1rem;
}
.prose-brand{
  --tw-prose-links: #76ACA9;
  --tw-prose-captions: #4D4D4F;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-links: #927149;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-hr: #4D4D4F;
  --tw-prose-invert-quote-borders: #4D4D4F;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-td-borders: #4D4D4F;
}
.static{
  position: static;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.top-0{
  top: 0px;
}
.bottom-0{
  bottom: 0px;
}
.left-0{
  left: 0px;
}
.right-0{
  right: 0px;
}
.left-2{
  left: 0.5rem;
}
.bottom-2{
  bottom: 0.5rem;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.-m-4{
  margin: -1rem;
}
.m-0{
  margin: 0px;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}
.-mx-4{
  margin-left: -1rem;
  margin-right: -1rem;
}
.mt-0{
  margin-top: 0px;
}
.mb-8{
  margin-bottom: 2rem;
}
.mt-8{
  margin-top: 2rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mt-12{
  margin-top: 3rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.ml-4{
  margin-left: 1rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.block{
  display: block;
}
.flex{
  display: flex;
}
.grid{
  display: grid;
}
.h-\[308px\]{
  height: 308px;
}
.h-full{
  height: 100%;
}
.h-6{
  height: 1.5rem;
}
.max-h-\[308px\]{
  max-height: 308px;
}
.min-h-\[120px\]{
  min-height: 120px;
}
.min-h-\[56px\]{
  min-height: 56px;
}
.min-h-\[60px\]{
  min-height: 60px;
}
.min-h-\[308px\]{
  min-height: 308px;
}
.\!w-auto{
  width: auto !important;
}
.w-full{
  width: 100%;
}
.w-6{
  width: 1.5rem;
}
.max-w-none{
  max-width: none;
}
.max-w-7xl{
  max-width: 80rem;
}
.max-w-5xl{
  max-width: 64rem;
}
.max-w-prose{
  max-width: 65ch;
}
.max-w-4xl{
  max-width: 56rem;
}
.shrink-0{
  flex-shrink: 0;
}
.cursor-pointer{
  cursor: pointer;
}
.list-none{
  list-style-type: none;
}
.flex-col{
  flex-direction: column;
}
.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;
}
.gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-10{
  row-gap: 2.5rem;
}
.gap-x-3{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-md{
  border-radius: 0.375rem;
}
.border-2{
  border-width: 2px;
}
.border-0{
  border-width: 0px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-dashed{
  border-style: dashed;
}
.border-blue-300{
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
}
.border-primary-700{
  --tw-border-opacity: 1;
  border-color: rgb(0 75 85 / var(--tw-border-opacity));
}
.border-secondary-700{
  --tw-border-opacity: 1;
  border-color: rgb(77 69 50 / var(--tw-border-opacity));
}
.border-tertiary-50{
  --tw-border-opacity: 1;
  border-color: rgb(243 243 243 / var(--tw-border-opacity));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-transparent{
  border-color: transparent;
}
.bg-tertiary-50{
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-primary-700{
  --tw-bg-opacity: 1;
  background-color: rgb(0 75 85 / var(--tw-bg-opacity));
}
.bg-secondary-700{
  --tw-bg-opacity: 1;
  background-color: rgb(77 69 50 / var(--tw-bg-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-transparent{
  background-color: transparent;
}
.bg-black\/60{
  background-color: rgb(0 0 0 / 0.6);
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.\!bg-white{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-l{
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.from-white{
  --tw-gradient-from: #fff;
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-transparent{
  --tw-gradient-to: transparent;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-4{
  padding: 1rem;
}
.p-6{
  padding: 1.5rem;
}
.p-0{
  padding: 0px;
}
.p-8{
  padding: 2rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pr-20{
  padding-right: 5rem;
}
.pl-20{
  padding-left: 5rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-16{
  padding-top: 4rem;
}
.text-center{
  text-align: center;
}
.font-secondary{
  font-family: Great Fores, system-ui, sans-serif;
}
.\!text-sm{
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-5xl{
  font-size: 3rem;
  line-height: 1;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.uppercase{
  text-transform: uppercase;
}
.capitalize{
  text-transform: capitalize;
}
.italic{
  font-style: italic;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.text-tertiary-700{
  --tw-text-opacity: 1;
  color: rgb(77 77 79 / var(--tw-text-opacity));
}
.text-primary-700{
  --tw-text-opacity: 1;
  color: rgb(0 75 85 / var(--tw-text-opacity));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-primary-500\/80{
  color: rgb(118 172 169 / 0.8);
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-primary-500{
  --tw-text-opacity: 1;
  color: rgb(118 172 169 / var(--tw-text-opacity));
}
.text-tertiary-500{
  --tw-text-opacity: 1;
  color: rgb(147 149 152 / var(--tw-text-opacity));
}
.underline{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[rgba\(0\2c 0\2c 0\2c 0\.15\)_0_0_10px\]{
  --tw-shadow: rgba(0,0,0,0.15) 0 0 10px;
  --tw-shadow-colored: 0 0 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[rgba\(0\2c 0\2c 0\2c 0\.15\)_0_7px_10px\]{
  --tw-shadow: rgba(0,0,0,0.15) 0 7px 10px;
  --tw-shadow-colored: 0 7px 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline{
  outline-style: solid;
}
.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);
} /*!
Theme Name: Chimera Framework
Theme URI: http://www.navigatormm.com/chimera
Description: The Chimera framework, a starter Wordpress theme for designers.
Tags:  two-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, featured-images, microformats, sticky-post, theme-options, translation-ready, accessibility-ready
Author: Navigator Multimedia
Author URI: http://www.navigatormm.com
Version: 2.4.8

License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
.color-primary {
  color: #054047;
}

.color-secondary {
  color: #927149;
}

.color-tertiary {
  color: #f3f3f3;
}

.color-link {
  color: #054047;
}

.color-dark {
  color: #000;
}

.color-light {
  color: #fff;
}

.color-summit {
  color: #939598;
}

.color-soil-brown {
  color: #4D4532;
}

.bg-primary {
  background-color: #054047;
}

.bg-secondary {
  background-color: #927149;
}

.bg-tertiary {
  background-color: #f3f3f3;
}

.bg-quarternary {
  background-color: #C3772E;
}

.bg-dark {
  background-color: #000;
}

.bg-light {
  background-color: #fff;
}

.bg-warm-sand {
  background-color: #BCB49E;
}

@font-face {
  font-family: "Great Forest";
  src: url("../fonts/GreatForestv2-Simplified.woff") format("woff"), url("../fonts/GreatForestv2-Simplified.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.font-primary {
  font-family: "Open Sans", sans-serif !important;
}

.font-secondary {
  font-family: "Great Forest", sans-serif !important;
}

.font-100 {
  font-weight: 100 !important;
}

.font-200 {
  font-weight: 200 !important;
}

.font-300 {
  font-weight: 300 !important;
}

.font-400 {
  font-weight: 400 !important;
}

.font-500 {
  font-weight: 500 !important;
}

.font-600 {
  font-weight: 600 !important;
}

.font-700 {
  font-weight: 700 !important;
}

.font-800 {
  font-weight: 800 !important;
}

.font-bold {
  font-weight: bold !important;
}

.font-normal {
  font-weight: normal !important;
}

.font-light {
  font-weight: lighter !important;
}

.font-italic {
  font-style: italic !important;
}

.font-uppercase {
  text-transform: uppercase !important;
}

.font-sentence {
  text-transform: none !important;
}

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

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

.text-right {
  text-align: right !important;
}

@media (min-width: 1500px) {
  .container {
    width: 1400px;
    max-width: 1400px;
  }
}
.transition, .ajax-scroll-loading-icon, .container-footer .copyright a, .btn, .comments-area .form-submit .submit, .btn-group .btn, .navbar-default .navbar-toggle .icon-bar, .navbar-default .navbar-toggle, a {
  transition: 0.25s all ease;
}

.full-width-image {
  width: 100%;
  max-width: 100%;
}

.padding-none, .padding .no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.padding-none-top {
  padding-top: 0 !important;
}
.padding-none-bottom {
  padding-bottom: 0 !important;
}

.margin-none, .margin .no-margin {
  margin: 0 !important;
}
.margin-none-top {
  margin-top: 0 !important;
}
.margin-none-bottom {
  margin-bottom: 0 !important;
}

.title {
  margin-top: 0 !important;
}
.title-primary, .hero-wrapper .hero-caption .hero-title, #chimera-framework-slide-show .carousel-caption p, h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Great Forest", sans-serif;
  font-weight: 500;
}
.title-secondary, .hero-wrapper .hero-caption .hero-text, h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
}

.d-flex {
  display: flex !important;
}
.d-flex-row {
  flex-direction: row;
}
.d-flex-column {
  flex-direction: column;
}
.d-flex-responsive {
  flex-direction: column;
}
@media (min-width: 992px) {
  .d-flex-responsive {
    flex-direction: row;
  }
}
.d-flex-inline {
  display: inline-flex !important;
}

.width-80 {
  width: 100%;
}
@media (min-width: 992px) {
  .width-80 {
    width: 80%;
  }
}

.width-75 {
  width: 100%;
}
@media (min-width: 992px) {
  .width-75 {
    width: 75%;
  }
}

.width-50 {
  width: 100%;
}
@media (min-width: 992px) {
  .width-50 {
    width: 50%;
  }
}

.width-33 {
  width: 100%;
}
@media (min-width: 992px) {
  .width-33 {
    width: 33.33%;
  }
}

.width-25 {
  width: 100%;
}
@media (min-width: 992px) {
  .width-25 {
    width: 25%;
  }
}

.width-20 {
  width: 100%;
}
@media (min-width: 992px) {
  .width-20 {
    width: 20%;
  }
}

.width-16 {
  width: 100%;
}
@media (min-width: 992px) {
  .width-16 {
    width: 16.66%;
  }
}

.width-8 {
  width: 100%;
}
@media (min-width: 992px) {
  .width-8 {
    width: 8.33%;
  }
}

.justify-space-between {
  justify-content: space-between;
}
.justify-space-around {
  justify-content: space-around;
}
.justify-center {
  justify-content: center;
}
.justify-flex-start {
  justify-content: flex-start;
}
.justify-flex-end {
  justify-content: flex-end;
}

.align-center {
  align-items: center;
}
.align-flex-start {
  align-items: flex-start;
}
.align-flex-end {
  align-items: flex-end;
}
.align-stretch {
  align-items: stretch;
}

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

.d-block {
  display: block;
}

.pointer {
  cursor: pointer;
}

html {
  font-size: 16px;
  -ms-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

body {
  background-color: #fff;
}

::-moz-selection {
  background-color: #054047;
  color: #fff;
}

::selection {
  background-color: #054047;
  color: #fff;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  display: block;
  margin: 30px 0;
  line-height: 1.5;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  display: block;
  margin-top: 5px;
  line-height: inherit;
  font-size: 50%;
}

h1, .h1 {
  font-size: 30px;
  font-size: 1.875rem;
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media (min-width: 1500px) {
  h1, .h1 {
    font-size: 48px;
    font-size: 3rem;
  }
}

h2, .h2 {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

h3, .h3 {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

h4, .h4 {
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media (min-width: 1500px) {
  h4, .h4 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

h5, .h5 {
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 1200px) {
  h5, .h5 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (min-width: 1500px) {
  h5, .h5 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

h6, .h6 {
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 1200px) {
  h6, .h6 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

p, ul, ol, pre, table, blockquote {
  margin-top: 15px;
  margin-bottom: 15px;
}

blockquote > :first-child {
  margin-top: 0;
}
blockquote > :last-child {
  margin-bottom: 0;
}

ul ul, ol ol, ul ol, ol ul {
  margin-top: 0;
  margin-bottom: 0;
}

hr {
  margin: 30px 0;
  border: none;
  height: 1px;
  color: #333;
  background-color: #333;
}

b, strong, em, small, code {
  line-height: 1;
}

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}

sub {
  top: 0.4em;
}

a {
  color: #054047;
  text-decoration: none;
}
a:hover, a:focus {
  color: #021517;
  text-decoration: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

.p-t-0 {
  padding-top: 0 !important;
}

.p-b-0 {
  padding-bottom: 0 !important;
}

.mega-menu-toggle a {
  cursor: pointer;
}
.mega-menu-toggle a::after {
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  display: inline-block;
  margin-left: 10px;
}
@media (min-width: 768px) {
  .mega-menu-toggle a::after {
    margin-left: 3px;
  }
}
@media (min-width: 992px) {
  .mega-menu-toggle a::after {
    margin-left: 10px;
  }
}
@media (min-width: 1200px) {
  .mega-menu-toggle a::after {
    margin-left: 15px;
  }
}

.navbar-desktop {
  z-index: 500;
  position: fixed;
  top: 0;
}
.navbar-desktop .navbar-inner {
  padding: 0 15px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

#mobile-menu-collapse {
  z-index: 500;
  position: relative;
}

.navbar-mobile {
  position: relative;
  z-index: 500;
  background-color: #054047 !important;
}

.navbar-default {
  min-height: auto;
  margin: 0;
  background-color: rgba(5, 64, 71, 0.7);
  border: 0;
  border-radius: 0;
  width: 100%;
}
.navbar-default .navbar-brand {
  height: auto;
  color: #fff;
  width: 100%;
  max-width: 130px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .navbar-default .navbar-brand {
    padding: 10px 15px 10px 0;
  }
}
@media (min-width: 992px) {
  .navbar-default .navbar-brand {
    max-width: 175px;
  }
}
@media (min-width: 1200px) {
  .navbar-default .navbar-brand {
    max-width: 250px;
  }
}
.navbar-default .navbar-brand img {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .navbar-default .navbar-brand img {
    max-width: 120px;
  }
}
.navbar-default .navbar-nav > li > a {
  padding: 15px;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav > li > a {
    padding: 19px 10px;
    font-size: 12px;
    font-size: 0.75rem;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .navbar-default .navbar-nav > li > a {
    padding: 19px 15px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.6);
}
.navbar-default .navbar-nav > li.menu-item-home a {
  padding: 19px 10px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.6);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  border-color: none;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.6);
}
.navbar-default .navbar-nav > .open.active > a, .navbar-default .navbar-nav > .open.active > a:hover, .navbar-default .navbar-nav > .open.active > a:focus {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.6);
}
.navbar-default .navbar-nav > .open > .dropdown-menu {
  padding: 0 15px;
  border: 0;
  border-radius: 0;
  background-color: #054047;
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav > .open > .dropdown-menu {
    width: 240px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
    background-color: #fff;
  }
}
.navbar-default .navbar-nav > .open > .dropdown-menu > .active > a, .navbar-default .navbar-nav > .open > .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav > .open > .dropdown-menu > .active > a:hover {
  color: #10c9df;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > .dropdown-menu > li > a {
  padding: 6px 10px;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav > .open > .dropdown-menu > li > a {
    padding: 10px 5px;
    color: #000;
    font-size: 14px;
    font-size: 0.875rem;
    text-align: left;
  }
}
.navbar-default .navbar-nav > .open > .dropdown-menu > li > a:hover, .navbar-default .navbar-nav > .open > .dropdown-menu > li > a:focus {
  background-color: transparent;
  color: #054047;
}
.navbar-default .navbar-nav > .open .divider {
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
  overflow: hidden;
}
.navbar-default .navbar-toggle {
  width: 70px;
  height: 70px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent !important;
}
.navbar-default .navbar-toggle .icon-bar {
  width: 30px;
  height: 2px;
  margin: -1px 0 0 -15px;
  position: absolute;
  left: 50%;
  background-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar:nth-child(1) {
  transform: rotate3D(0, 0, 1, 45deg);
  transform-origin: 50% 50%;
}
.navbar-default .navbar-toggle .icon-bar:nth-child(2) {
  opacity: 0;
}
.navbar-default .navbar-toggle .icon-bar:nth-child(3) {
  transform: rotate3D(0, 0, 1, -45deg);
  transform-origin: 50% 50%;
}
.navbar-default .navbar-toggle.collapsed .icon-bar {
  transform: none;
}
.navbar-default .navbar-toggle.collapsed .icon-bar:nth-child(1) {
  top: 38%;
}
.navbar-default .navbar-toggle.collapsed .icon-bar:nth-child(2) {
  top: 50%;
  opacity: 1;
}
.navbar-default .navbar-toggle.collapsed .icon-bar:nth-child(3) {
  top: 62%;
}
.navbar-default .navbar-collapse {
  border: 0;
  background-color: transparent;
  box-shadow: none;
  margin-top: 0;
}
@media (min-width: 768px) {
  .navbar-default .navbar-collapse {
    padding: 0;
    background-color: transparent;
  }
}
.navbar-default .navbar-collapse ul {
  margin-top: 0;
}

#mobile-menu .menu-item-home a {
  padding: 15px !important;
}

.form-control {
  height: 46px;
  font-size: 16px;
  font-size: 1rem;
}
.form-control:focus {
  border-color: #054047;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(5, 64, 71, 0.6);
}

.btn, .comments-area .form-submit .submit, .btn-group .btn {
  padding: 15px 30px;
  border: 0;
  border-radius: 0;
  color: #fff;
  line-height: 1;
  font-size: 16px;
  font-size: 1rem;
  text-shadow: none;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}
.btn:hover, .comments-area .form-submit .submit:hover, .btn:focus, .comments-area .form-submit .submit:focus, .btn:active, .comments-area .form-submit .submit:active {
  color: #fff;
}
.btn-xs, .btn-group-xs > .btn, .comments-area .form-submit .btn-group-xs > .submit {
  padding: 5px 10px;
  font-size: 12px;
  font-size: 0.75rem;
}
.btn-sm, .btn-group-sm > .btn, .comments-area .form-submit .btn-group-sm > .submit {
  padding: 10px 20px;
  font-size: 14px;
  font-size: 0.875rem;
}
.btn-lg, .btn-group-lg > .btn, .comments-area .form-submit .btn-group-lg > .submit {
  padding: 20px 40px;
  font-size: 18px;
  font-size: 1.125rem;
}
.btn .fa, .comments-area .form-submit .submit .fa, .btn .fas, .comments-area .form-submit .submit .fas, .btn .fab, .comments-area .form-submit .submit .fab {
  margin: 0 0 0 7px;
}

.btn-red {
  background-color: #f44336;
}
.btn-red:hover, .btn-red:focus, .btn-red:active, .btn-red.active.focus, .btn-red.active:focus, .btn-red.active:hover, .btn-red:active.focus, .btn-red:active:focus, .btn-red:active:hover {
  background-color: #ea1c0d;
}

.btn-blue, .btn-primary, .comments-area .form-submit .submit, .btn-group .btn-primary {
  background-color: #054047;
}
.btn-blue:hover, .btn-primary:hover, .comments-area .form-submit .submit:hover, .btn-blue:focus, .btn-primary:focus, .comments-area .form-submit .submit:focus, .btn-blue:active, .btn-primary:active, .comments-area .form-submit .submit:active, .btn-blue.active.focus, .active.focus.btn-primary, .comments-area .form-submit .active.focus.submit, .btn-blue.active:focus, .btn-blue.active:hover, .btn-blue:active.focus, .btn-blue:active:focus, .btn-blue:active:hover {
  background-color: #021517;
}

.btn-deep-blue {
  background-color: #004B55;
}
.btn-deep-blue:hover, .btn-deep-blue:focus, .btn-deep-blue:active, .btn-deep-blue.active.focus, .btn-deep-blue.active:focus, .btn-deep-blue.active:hover, .btn-deep-blue:active.focus, .btn-deep-blue:active:focus, .btn-deep-blue:active:hover {
  background-color: #001e22;
}

.btn-shore {
  background-color: #76ACA9;
}
.btn-shore:hover, .btn-shore:focus, .btn-shore:active, .btn-shore.active.focus, .btn-shore.active:focus, .btn-shore.active:hover, .btn-shore:active.focus, .btn-shore:active:focus, .btn-shore:active:hover {
  background-color: #5a9592;
}

.btn-orange {
  background-color: #C3772E;
}
.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active.focus, .btn-orange.active:focus, .btn-orange.active:hover, .btn-orange:active.focus, .btn-orange:active:focus, .btn-orange:active:hover {
  background-color: #9a5e24;
}

.btn-light-gray, .btn-default, .btn-group .btn-default {
  background-color: #f3f3f3;
}
.btn-light-gray:hover, .btn-default:hover, .btn-light-gray:focus, .btn-default:focus, .btn-light-gray:active, .btn-default:active, .btn-light-gray.active.focus, .active.focus.btn-default, .btn-light-gray.active:focus, .btn-light-gray.active:hover, .btn-light-gray:active.focus, .btn-light-gray:active:focus, .btn-light-gray:active:hover {
  background-color: #dadada;
}

.btn-black {
  background-color: #000;
}
.btn-black:hover, .btn-black:focus, .btn-black:active, .btn-black.active.focus, .btn-black.active:focus, .btn-black.active:hover, .btn-black:active.focus, .btn-black:active:focus, .btn-black:active:hover {
  background-color: black;
}

.btn-white, .btn-tertiary {
  background-color: #fff;
}
.btn-white:hover, .btn-tertiary:hover, .btn-white:focus, .btn-tertiary:focus, .btn-white:active, .btn-tertiary:active, .btn-white.active.focus, .active.focus.btn-tertiary, .btn-white.active:focus, .btn-white.active:hover, .btn-white:active.focus, .btn-white:active:focus, .btn-white:active:hover {
  background-color: #e6e6e6;
}

.btn-brown, .btn-secondary, .btn-group .btn-secondary {
  background-color: #927149;
}
.btn-brown:hover, .btn-secondary:hover, .btn-brown:focus, .btn-secondary:focus, .btn-brown:active, .btn-secondary:active, .btn-brown.active.focus, .active.focus.btn-secondary, .btn-brown.active:focus, .btn-brown.active:hover, .btn-brown:active.focus, .btn-brown:active:focus, .btn-brown:active:hover {
  background-color: #705738;
}

.btn-soil-brown {
  background-color: #4D4532;
}
.btn-soil-brown:hover, .btn-soil-brown:focus, .btn-soil-brown:active, .btn-soil-brown.active.focus, .btn-soil-brown.active:focus, .btn-soil-brown.active:hover, .btn-soil-brown:active.focus, .btn-soil-brown:active:focus, .btn-soil-brown:active:hover {
  background-color: #2e291e;
}

.btn-summit {
  background-color: #939598;
}
.btn-summit:hover, .btn-summit:focus, .btn-summit:active, .btn-summit.active.focus, .btn-summit.active:focus, .btn-summit.active:hover, .btn-summit:active.focus, .btn-summit:active:focus, .btn-summit:active:hover {
  background-color: #797b7f;
}

.btn-warm-sand {
  background-color: #BCB49E;
}
.btn-warm-sand:hover, .btn-warm-sand:focus, .btn-warm-sand:active, .btn-warm-sand.active.focus, .btn-warm-sand.active:focus, .btn-warm-sand.active:hover, .btn-warm-sand:active.focus, .btn-warm-sand:active:focus, .btn-warm-sand:active:hover {
  background-color: #a79d80;
}

.btn-tertiary {
  color: #004B55;
}
.btn-tertiary:hover, .btn-tertiary:focus, .btn-tertiary:active, .btn-tertiary.active.focus, .btn-tertiary.active:focus, .btn-tertiary.active:hover, .btn-tertiary:active.focus, .btn-tertiary:active:focus, .btn-tertiary:active:hover {
  background-color: #004B55;
  color: #fff;
}

.btn-default, .btn-group .btn-default {
  color: #555;
}

.btn-outline, .btn-outline-brown, .btn-outline-white {
  background-color: transparent;
  border: 1px solid #054047;
  color: #054047;
}
.btn-outline:hover, .btn-outline-brown:hover, .btn-outline-white:hover, .btn-outline:focus, .btn-outline-brown:focus, .btn-outline-white:focus, .btn-outline:active, .btn-outline-brown:active, .btn-outline-white:active, .btn-outline.active.focus, .active.focus.btn-outline-brown, .active.focus.btn-outline-white, .btn-outline.active:focus, .btn-outline.active:hover, .btn-outline:active.focus, .btn-outline:active:focus, .btn-outline:active:hover {
  color: #fff;
  background-color: #054047;
}

.btn-outline-white {
  border-color: #fff;
  color: #fff;
  white-space: normal;
  word-break: break-word;
  line-height: 1.3em;
}
.btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white:active, .btn-outline-white.active.focus, .btn-outline-white.active:focus, .btn-outline-white.active:hover, .btn-outline-white:active.focus, .btn-outline-white:active:focus, .btn-outline-white:active:hover {
  color: #054047;
  background-color: #fff;
}

.btn-outline-brown {
  border-color: #927149;
  color: #927149;
}
.btn-outline-brown:hover, .btn-outline-brown:focus, .btn-outline-brown:active, .btn-outline-brown.active.focus, .btn-outline-brown.active:focus, .btn-outline-brown.active:hover, .btn-outline-brown:active.focus, .btn-outline-brown:active:focus, .btn-outline-brown:active:hover {
  color: #fff;
  background-color: #927149;
}

.btn-link {
  color: #054047;
}
.btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link.active.focus, .btn-link.active:focus, .btn-link.active:hover, .btn-link:active.focus, .btn-link:active:focus, .btn-link:active:hover {
  color: #054047;
}

.cv-verification {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.cv-verification.active {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cv-verification .cv-form {
  max-width: 900px;
  margin: 30px;
  background-color: rgba(5, 64, 71, 0.9);
  padding: 50px 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .cv-verification .cv-form {
    padding: 90px 60px;
  }
}
.cv-verification .cv-form h1 {
  margin: 0 0 20px;
  color: #fff;
  font-size: 24px;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1019607843);
  line-height: 1.25em;
}
@media (min-width: 768px) {
  .cv-verification .cv-form h1 {
    font-size: 40px;
  }
}
.cv-verification .cv-form p {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.64px;
  line-height: 18px;
  color: #fff;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cv-verification .cv-form p {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 26px;
  }
}
.cv-verification .cv-form p a {
  color: #fff;
  text-decoration: underline;
}
.cv-verification .cv-form .btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 60px;
}
.cv-verification .cv-form .btns .btn, .cv-verification .cv-form .btns .comments-area .form-submit .submit, .comments-area .form-submit .cv-verification .cv-form .btns .submit {
  margin: 0 0 15px;
  border-radius: 4px;
  text-transform: uppercase;
  padding: 11px 30px 10px;
  font-size: 14px;
  letter-spacing: 0.56px;
  font-weight: 600;
  width: 100%;
}
@media (min-width: 768px) {
  .cv-verification .cv-form .btns .btn, .cv-verification .cv-form .btns .comments-area .form-submit .submit, .comments-area .form-submit .cv-verification .cv-form .btns .submit {
    margin: 0 15px 15px;
    width: auto;
  }
}
.cv-verification .cv-form .btns .btn.btn-left, .cv-verification .cv-form .btns .comments-area .form-submit .btn-left.submit, .comments-area .form-submit .cv-verification .cv-form .btns .btn-left.submit {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.cv-verification .cv-form .btns .btn.btn-left:hover, .cv-verification .cv-form .btns .comments-area .form-submit .btn-left.submit:hover, .comments-area .form-submit .cv-verification .cv-form .btns .btn-left.submit:hover, .cv-verification .cv-form .btns .btn.btn-left:focus, .cv-verification .cv-form .btns .comments-area .form-submit .btn-left.submit:focus, .comments-area .form-submit .cv-verification .cv-form .btns .btn-left.submit:focus, .cv-verification .cv-form .btns .btn.btn-left:active, .cv-verification .cv-form .btns .comments-area .form-submit .btn-left.submit:active, .comments-area .form-submit .cv-verification .cv-form .btns .btn-left.submit:active {
  background-color: #000;
}
.cv-verification .cv-form .btns .btn.btn-right, .cv-verification .cv-form .btns .comments-area .form-submit .btn-right.submit, .comments-area .form-submit .cv-verification .cv-form .btns .btn-right.submit {
  background-color: #fff;
  color: #000;
}
.cv-verification .cv-form .btns .btn.btn-right:hover, .cv-verification .cv-form .btns .comments-area .form-submit .btn-right.submit:hover, .comments-area .form-submit .cv-verification .cv-form .btns .btn-right.submit:hover, .cv-verification .cv-form .btns .btn.btn-right:focus, .cv-verification .cv-form .btns .comments-area .form-submit .btn-right.submit:focus, .comments-area .form-submit .cv-verification .cv-form .btns .btn-right.submit:focus, .cv-verification .cv-form .btns .btn.btn-right:active, .cv-verification .cv-form .btns .comments-area .form-submit .btn-right.submit:active, .comments-area .form-submit .cv-verification .cv-form .btns .btn-right.submit:active {
  background-color: rgba(255, 255, 255, 0.5);
}

.container-header {
  overflow: hidden;
}

.alert-banner-wrapper {
  background-color: #927149;
  padding: 0;
  position: relative;
  z-index: 5000;
  width: 100%;
  top: 0;
}
@media (min-width: 768px) {
  .alert-banner-wrapper {
    position: fixed;
  }
}
.alert-banner-wrapper .alert-banner-container {
  text-align: center;
  width: 100%;
  padding-right: 60px;
  color: #fff;
}
.alert-banner-wrapper .alert-banner-container .alert-banner-link {
  width: 100%;
  padding: 15px;
  text-align: center;
  display: block;
}
@media (min-width: 1200px) {
  .alert-banner-wrapper .alert-banner-container {
    padding-right: 15px;
  }
}
.alert-banner-wrapper .alert-banner-container a {
  font-size: 11px;
  color: #fff;
}
@media (min-width: 768px) {
  .alert-banner-wrapper .alert-banner-container a {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .alert-banner-wrapper .alert-banner-container a {
    font-size: 16px;
  }
}
.alert-banner-wrapper .alert-banner-container em {
  display: none;
  font-style: normal !important;
}
@media (min-width: 992px) {
  .alert-banner-wrapper .alert-banner-container em {
    display: inline-block;
  }
}
.alert-banner-wrapper .alert-banner-container .alert-close {
  width: 30px;
  height: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 500px;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.25s ease;
  position: absolute;
  color: #fff;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  cursor: pointer;
}
.alert-banner-wrapper .alert-banner-container .alert-close .fa {
  transition: all 0.25s ease;
  transform: none;
}
.alert-banner-wrapper .alert-banner-container .alert-close:hover .fa, .alert-banner-wrapper .alert-banner-container .alert-close:focus .fa, .alert-banner-wrapper .alert-banner-container .alert-close:active .fa {
  transform: rotate(90deg);
}

#notice-bar-cookie {
  padding: 15px;
  position: fixed;
  z-index: 999999;
  bottom: 0px;
  background: white;
  box-shadow: 0px 0px 12px -8px #000000;
}
@media (min-width: 992px) {
  #notice-bar-cookie {
    padding: 30px;
  }
}

.mega-menu-toggle {
  cursor: pointer;
}
.mega-menu-toggle a {
  pointer-events: none;
  cursor: pointer;
}
.mega-menu-toggle:hover a, .mega-menu-toggle:focus a, .mega-menu-toggle:active a, .mega-menu-toggle.active a {
  background-color: transparent !important;
  color: rgba(255, 255, 255, 0.6) !important;
  padding: 19px 15px;
}

.mega-menu-wrapper {
  width: 100%;
  position: absolute;
  height: auto;
  min-height: 400px;
  display: block;
  z-index: 550;
  background-color: #fff;
  transform: translateY(-110%);
  transition: transform 0.45s ease-out;
}
@media (min-width: 992px) {
  .mega-menu-wrapper {
    position: fixed;
    z-index: 450;
  }
}
.mega-menu-wrapper.toggled {
  transform: translateY(0);
}
.mega-menu-wrapper .mega-menu-close {
  cursor: pointer;
  width: 25px;
  height: 25px;
  background-color: #fff;
  border: 1px solid #054047;
  color: #054047;
  transition: all 0.25s ease;
  border-radius: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 500;
}
.mega-menu-wrapper .mega-menu-close .fa {
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 16px;
  transition: all 0.25s ease;
  transform: none;
}
.mega-menu-wrapper .mega-menu-close:hover .fa, .mega-menu-wrapper .mega-menu-close:focus .fa, .mega-menu-wrapper .mega-menu-close:active .fa, .mega-menu-wrapper .mega-menu-close.active .fa {
  transform: rotate(90deg);
}
.mega-menu-wrapper .mega-menu-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media (min-width: 992px) {
  .mega-menu-wrapper .mega-menu-inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}
.mega-menu-wrapper .mega-menu-inner .mega-menu-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 250px;
  display: block;
  position: relative;
}
@media (min-width: 992px) {
  .mega-menu-wrapper .mega-menu-inner .mega-menu-image {
    width: 25%;
    min-height: 400px;
    height: 100%;
    position: absolute;
  }
}
.mega-menu-wrapper .mega-menu-inner .mega-menu-items {
  width: 100%;
  position: relative;
  padding: 15px 0 30px 0;
}
@media (min-width: 992px) {
  .mega-menu-wrapper .mega-menu-inner .mega-menu-items {
    left: 25%;
    width: 75%;
    padding: 45px 0;
  }
}
.mega-menu-wrapper .mega-menu-inner .mega-menu-items .mega-menu-items-inner {
  padding: 0 15px;
}

.mega-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.mega-menu li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 33.33%;
  padding: 15px;
  margin-bottom: 0px;
  color: #8a8a8a;
  transition: all 0.25s ease;
  cursor: pointer;
}
@media (min-width: 768px) {
  .mega-menu li {
    width: 20%;
  }
}
@media (min-width: 992px) {
  .mega-menu li {
    margin-bottom: 30px;
  }
}
.mega-menu li::before {
  display: none;
}
.mega-menu li:hover, .mega-menu li:focus, .mega-menu li.active, .mega-menu li .toggled {
  color: #927149;
}
.mega-menu li:hover a, .mega-menu li:focus a, .mega-menu li.active a, .mega-menu li .toggled a {
  color: #927149;
}
.mega-menu li:hover a.fai::before, .mega-menu li:focus a.fai::before, .mega-menu li.active a.fai::before, .mega-menu li .toggled a.fai::before {
  background-position: center bottom;
}
.mega-menu li a {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 200;
  text-align: center;
  color: #8a8a8a;
  transition: all 0.25s ease;
  font-size: 14px;
  cursor: pointer;
}
.mega-menu li a::before {
  font-weight: 900;
  font-family: "Font Awesome 6 Pro";
  font-size: 24px;
  margin-bottom: 15px;
  display: block;
  text-align: center;
}
@media (min-width: 992px) {
  .mega-menu li a::before {
    font-size: 36px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .mega-menu li a::before {
    font-size: 40px;
  }
}
.mega-menu li a.fai::before {
  content: "";
  display: block;
  width: 100%;
  height: 24px;
  margin: 0 auto 15px;
  background: no-repeat center top;
  background-size: 24px auto;
}
@media (min-width: 992px) {
  .mega-menu li a.fai::before {
    height: 36px;
    background-size: 36px auto;
  }
}
@media (min-width: 1200px) {
  .mega-menu li a.fai::before {
    height: 40px;
    background-size: 40px auto;
  }
}
.mega-menu li a.fai-hand-holding-butterfly::before {
  background-image: url(../images/fai-hand-holding-butterfly.png);
}
.mega-menu li a.fai-tent-with-sparkles::before {
  background-image: url(../images/fai-tent-with-sparkles.png);
}
.mega-menu li a.fai-sustainability::before {
  background-image: url(../images/fai-sustainability.png);
}
@media (min-width: 768px) {
  .mega-menu li a {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .mega-menu li a {
    font-size: 16px;
  }
}
@media (min-width: 1500px) {
  .mega-menu li a {
    font-size: 18px;
  }
}
@media screen and (min-width: 1750px) {
  .mega-menu li a {
    font-size: 20px;
  }
}
.mega-menu .menu-item-has-children.toggled::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 30px 15px;
  border-color: transparent transparent #927149 transparent;
  transform: translateY(165%);
}
@media (min-width: 992px) {
  .mega-menu .menu-item-has-children.toggled::after {
    transform: translateY(220%);
  }
}
.mega-menu .menu-item-has-children .sub-menu {
  background-color: #927149;
  list-style-type: none;
  padding: 20px 15px;
  display: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  right: 0;
  position: absolute;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .mega-menu .menu-item-has-children .sub-menu {
    padding: 15px;
  }
}
.mega-menu .menu-item-has-children .sub-menu.toggled {
  display: flex;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .mega-menu .menu-item-has-children .sub-menu.toggled {
    margin-top: 15px;
  }
}
@media (min-width: 1200px) {
  .mega-menu .menu-item-has-children .sub-menu.toggled {
    margin-top: 20px;
  }
}
.mega-menu .menu-item-has-children .sub-menu li {
  margin-bottom: 0;
  cursor: default;
  padding: 5px 15px;
}
.mega-menu .menu-item-has-children .sub-menu a {
  color: #fff;
  text-align: center;
  font-size: 14px;
}
.mega-menu .menu-item-has-children .sub-menu a::before {
  display: none !important;
}
.mega-menu .menu-item-has-children .sub-menu a:hover, .mega-menu .menu-item-has-children .sub-menu a:focus, .mega-menu .menu-item-has-children .sub-menu a:active, .mega-menu .menu-item-has-children .sub-menu a.active {
  color: rgba(255, 255, 255, 0.75);
}

.custom-hr {
  width: 185px;
  height: 12px;
  background-image: url("../images/custom-hr.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 40px auto;
  display: block;
  position: relative;
}

.nds-input-container {
  background: #054047;
  padding: 15px;
  display: flex;
  align-items: center;
}
.nds-input-container label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0;
  font-weight: 700;
  width: 100%;
  margin-right: 15px;
}
.nds-input-container label input {
  width: 100%;
  min-width: 250px;
  padding: 5px 15px;
  font-size: 22px;
  font-weight: normal;
}

.nds-search-results .flex-grid-container {
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: 100%;
}
.nds-search-results .flex-grid-container .flex-grid-item {
  width: 100%;
  padding: 15px;
}
@media (min-width: 992px) {
  .nds-search-results .flex-grid-container .flex-grid-item {
    width: 33.3%;
  }
}
.nds-search-results .flex-grid-container .flex-grid-item .item-thumbnail {
  min-height: 150px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.nds-search-results .flex-grid-container .flex-grid-item .wp-post-image {
  width: 100%;
}
.nds-search-results .flex-grid-container .flex-grid-item .card-title {
  font-family: "Great Forest", sans-serif;
  font-size: 18px;
}

.section {
  padding: 30px 15px;
  margin: 30px auto;
  width: 100%;
}
@media (min-width: 992px) {
  .section {
    padding: 45px 15px;
    margin: 45px auto;
  }
}
@media (min-width: 1200px) {
  .section-lg {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1500px) {
  .section-lg {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.section .section-inner {
  max-width: 1400px;
  display: block;
  margin: 0 auto;
  position: relative;
}
.section-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 500px;
}
.section-image .section-inner {
  min-height: 500px;
}
.section .section-image-text {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.intro-inner {
  width: 100%;
  max-width: 732px;
  display: block;
  margin: 0 auto;
  padding: 0 15px;
}

.item-pack .item {
  padding: 0 15px;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .item-pack .item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .item-pack .item {
    width: 25%;
    margin-bottom: 0;
  }
}
.item-pack .item .item-inner {
  width: 100%;
  display: block;
  position: relative;
  transition: all 0.5s ease;
  background-color: #fff;
  border: 1px solid #d2d2d2;
}
.item-pack .item .item-inner .item-img {
  display: block;
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.item-pack .item .item-inner .item-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 200px;
  display: block;
}
.item-pack .item .item-inner .item-title {
  padding: 0 20px;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  display: inline-block;
  margin: 20px 0 15px 0;
  font-size: 24px;
  font-size: 1.5rem;
}
.item-pack .item .item-inner .item-date {
  margin-top: 0;
  margin-bottom: 15px;
  padding: 0 20px;
}
.item-pack .item .item-inner .item-description {
  padding: 0 20px;
  margin-top: 0;
}
.item-pack .item .item-inner .item-description .btn, .item-pack .item .item-inner .item-description .comments-area .form-submit .submit, .comments-area .form-submit .item-pack .item .item-inner .item-description .submit {
  margin-top: 15px;
  display: block;
}
.item-pack .item .item-inner .category-list {
  padding: 0 20px;
  margin-top: 15px;
  margin-bottom: 20px;
}
.item-pack .item .item-inner .category-list .category-list-item {
  font-size: 12px;
  color: gray;
  padding: 0 5px 3px 0;
}
.item-pack-packages-home {
  margin-top: 30px;
}
.item-pack-packages-home .item {
  padding: 0 15px;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .item-pack-packages-home .item {
    width: 33.3%;
    margin-bottom: 0;
  }
}
.item-pack-packages-home .item .item-inner {
  width: 100%;
  display: block;
  position: relative;
  transition: all 0.5s ease;
  background-color: #fff;
  border: 1px solid #d2d2d2;
}
.item-pack-packages-home .item .item-inner .item-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 200px;
  display: block;
}
.item-pack-packages-home .item .item-inner .item-title {
  padding: 20px;
  width: 100%;
  display: inline-block;
  margin: 0;
  font-size: 18px;
}
.item-pack-packages-home .item .item-inner .item-description {
  padding: 0 20px;
  margin-top: 0;
}
.item-pack-packages-home .item .item-inner .item-description .btn, .item-pack-packages-home .item .item-inner .item-description .comments-area .form-submit .submit, .comments-area .form-submit .item-pack-packages-home .item .item-inner .item-description .submit {
  margin-top: 30px;
  display: block;
}
.item-pack-packages-home .item .toggled {
  display: block;
}
.item-pack-packages-home .item .item-community {
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .item-pack-packages-home .item .item-community {
    font-size: 16px;
  }
}
.item-pack-packages .item {
  margin-bottom: 30px;
}
.item-pack-packages .item-inner {
  position: relative;
  width: 100%;
  padding-top: 0 !important;
  transition: transform 0.8s ease;
}
.item-pack-packages .item-title {
  font-size: 18px;
}
.item-pack-packages .item-community {
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .item-pack-packages .item-community {
    font-size: 16px;
  }
}
.item-pack-packages .item-description {
  padding: 0 20px;
  margin-top: 0;
}
.item-pack-packages .item-description .btn, .item-pack-packages .item-description .comments-area .form-submit .submit, .comments-area .form-submit .item-pack-packages .item-description .submit {
  margin-top: 30px;
  display: block;
}

@media (min-width: 992px) {
  .post-type-archive-kr_package .item-pack .item {
    width: 33.33333%;
  }
}
.post-type-archive-kr_package .section-inner {
  padding: 0 15px;
}

.intro-section-container h2 {
  color: #004B55;
  text-transform: none;
  font-weight: 500;
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: 0.6px;
}

.container-content-home.three-pack-overlay {
  position: relative;
  margin-bottom: 60px;
  z-index: 100;
}
.container-content-home.three-pack-overlay .pack-container {
  position: relative;
  z-index: 10;
  margin-top: -30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
  padding: 0 15px 35px;
}
@media (min-width: 768px) {
  .container-content-home.three-pack-overlay .pack-container {
    flex-direction: row;
    align-items: center;
    padding: 0 0 60px;
  }
}
.container-content-home.three-pack-overlay .pack-container .pack-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  background-color: #fff;
  padding: 15px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1019607843);
}
@media (min-width: 768px) {
  .container-content-home.three-pack-overlay .pack-container .pack-item {
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    max-width: 350px;
  }
}
.container-content-home.three-pack-overlay .pack-container .pack-item:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
}
.container-content-home.three-pack-overlay .pack-container .pack-item img {
  max-width: 50px;
  margin-right: 30px;
}
@media (min-width: 768px) {
  .container-content-home.three-pack-overlay .pack-container .pack-item img {
    margin: 0 auto;
    max-width: 105px;
  }
}
.container-content-home.three-pack-overlay .pack-container .pack-item h2 {
  margin: 0;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.4px;
  font-weight: 400;
  font-family: "Great Forest", sans-serif;
  color: #004B55;
}
@media (min-width: 768px) {
  .container-content-home.three-pack-overlay .pack-container .pack-item h2 {
    margin: 20px 0 0;
  }
}
.container-content-home.explore {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .container-content-home.explore {
    margin-bottom: 60px;
  }
}
.container-content-home.explore .explore-container {
  position: relative;
}
.container-content-home.explore .explore-container .full-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 20rem;
  margin-bottom: 20rem;
}
@media (min-width: 1200px) {
  .container-content-home.explore .explore-container .full-image {
    bottom: 0;
    right: 60%;
    height: 100%;
    margin-bottom: 0;
  }
}
.container-content-home.explore .explore-container .full-image .outer-image .inner-image img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.container-content-home.explore .explore-container .text-section {
  padding: 30px 15px;
}
@media (min-width: 1200px) {
  .container-content-home.explore .explore-container .text-section {
    margin-left: 40%;
    padding: 30px;
  }
}
.container-content-home.explore .explore-container .text-section h2 {
  color: #004B55;
  text-transform: none;
  font-weight: 500;
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: 0.6px;
}
.container-content-home.four-pack-map .item-pack .item {
  margin: 0;
  gap: 15px;
}
.container-content-home.four-pack-map .item-pack .item .item-inner {
  padding-top: 23% !important;
  border: none !important;
}
@media (min-width: 768px) {
  .container-content-home.four-pack-map .item-pack .item .item-inner {
    height: 70vh;
    max-height: 470px;
    padding: 0 !important;
  }
}
.container-content-home.four-pack-map .item-pack .item .item-inner::after {
  content: "";
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.4));
}
.container-content-home.four-pack-map .item-pack .item .item-inner:hover::after {
  top: 0;
  background: rgba(0, 0, 0, 0.1);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.55));
}
.container-content-home.four-pack-map .item-pack .item .item-inner h5 {
  z-index: 1;
  background-color: transparent !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.container-content-home.our-communities {
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.container-content-home.our-communities .map-content-container {
  position: relative;
}
.container-content-home.our-communities .communities-map {
  width: 1800px;
  height: 700px;
  background: url(../images/community-map.svg) center no-repeat;
  background-size: 100% auto;
  margin: 0 0 0;
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1200px) {
  .container-content-home.our-communities .communities-map {
    left: 35%;
  }
}
.container-content-home.our-communities .communities-map::before, .container-content-home.our-communities .communities-map::after {
  content: "";
  display: block;
  width: 15%;
  position: absolute;
  top: 0;
  bottom: 0;
  pointer-events: none;
}
.container-content-home.our-communities .communities-map::before {
  left: 0;
  background: #fff;
  background: linear-gradient(90deg, #fff, transparent);
}
.container-content-home.our-communities .communities-map::after {
  right: 0;
  background: transparent;
  background: linear-gradient(90deg, transparent, #fff);
}
.container-content-home.our-communities .communities-map-overflow {
  position: relative;
  overflow-x: hidden;
  min-height: 700px;
}
.container-content-home.our-communities .communities-map .pin {
  width: 18px;
  height: 25px;
  position: absolute;
  background: url(../images/community-marker.svg) no-repeat center bottom;
  background-size: 100% auto;
  font-weight: 500;
}
.container-content-home.our-communities .communities-map .pin:hover {
  font-weight: bold;
  cursor: pointer;
}
.container-content-home.our-communities .communities-map .pin span {
  display: inline-block;
  padding: 0;
  position: absolute;
  bottom: -5px;
  left: 100%;
  white-space: nowrap;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0;
  text-shadow: 0 0 2px #fff;
}
.container-content-home.our-communities .communities-map .pin-right span {
  left: auto;
  right: 100%;
}
.container-content-home.our-communities .communities-map .pin.active {
  background-position-y: top;
  font-weight: bold;
}
.container-content-home.our-communities .communities-map .pin.active span {
  bottom: -6px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}
.container-content-home.our-communities .communities-map .pin-golden {
  top: 25.85%;
  left: 45.55%;
}
.container-content-home.our-communities .communities-map .pin-revelstoke {
  top: 34.75%;
  left: 36.55%;
}
.container-content-home.our-communities .communities-map .pin-radium-hot-springs {
  top: 46.25%;
  left: 51.75%;
}
.container-content-home.our-communities .communities-map .pin-invermere {
  top: 49.85%;
  left: 52.4%;
}
.container-content-home.our-communities .communities-map .pin-panorama {
  top: 51.25%;
  left: 50.9%;
}
.container-content-home.our-communities .communities-map .pin-nakusp {
  top: 57.4%;
  left: 39.35%;
}
.container-content-home.our-communities .communities-map .pin-canal-flats {
  top: 60.2%;
  left: 53.9%;
}
.container-content-home.our-communities .communities-map .pin-new-denver-slocan-valley {
  top: 64.5%;
  left: 42.25%;
}
.container-content-home.our-communities .communities-map .pin-elkford {
  top: 64%;
  left: 60.2%;
}
.container-content-home.our-communities .communities-map .pin-kaslo {
  top: 67%;
  left: 46%;
}
.container-content-home.our-communities .communities-map .pin-sparwood {
  top: 72.6%;
  left: 60.6%;
}
.container-content-home.our-communities .communities-map .pin-kimberley {
  top: 74.4%;
  left: 52.5%;
}
.container-content-home.our-communities .communities-map .pin-nelson {
  top: 79.1%;
  left: 43.15%;
}
.container-content-home.our-communities .communities-map .pin-cranbrook {
  top: 78.9%;
  left: 54.2%;
}
.container-content-home.our-communities .communities-map .pin-fernie {
  top: 78.9%;
  left: 59.45%;
}
.container-content-home.our-communities .communities-map .pin-castlegar {
  top: 84.1%;
  left: 40.45%;
}
.container-content-home.our-communities .communities-map .pin-trail {
  top: 90.85%;
  left: 40.05%;
}
.container-content-home.our-communities .communities-map .pin-creston {
  top: 90.8%;
  left: 48.95%;
}
.container-content-home.our-communities .communities-map .pin-rossland {
  top: 93.05%;
  left: 39.45%;
}
.container-content-home.our-communities .communities-content {
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin: -60px 0 30px;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .container-content-home.our-communities .communities-content {
    margin: -60px 30px 30px;
  }
}
@media (min-width: 1200px) {
  .container-content-home.our-communities .communities-content {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5%;
    left: 50%;
    margin: 0;
  }
}
.container-content-home.our-communities .carousel-control {
  background: transparent;
  color: #004B55;
}
.container-content-home.our-communities .carousel-control.left {
  left: -15px;
}
@media (min-width: 768px) {
  .container-content-home.our-communities .carousel-control.left {
    left: -60px;
  }
}
@media (min-width: 992px) {
  .container-content-home.our-communities .carousel-control.left {
    left: calc(-15% + 60px);
  }
}
.container-content-home.our-communities .carousel-control.right {
  right: -15px;
}
@media (min-width: 768px) {
  .container-content-home.our-communities .carousel-control.right {
    right: -60px;
  }
}
@media (min-width: 992px) {
  .container-content-home.our-communities .carousel-control.right {
    right: calc(-15% + 60px);
  }
}
.container-content-home.our-communities .carousel-control .glyphicon {
  font-size: 24px;
}
.container-content-home.our-communities .carousel .item {
  padding: 30px;
}
@media (min-width: 1200px) {
  .container-content-home.our-communities .carousel .item-inner {
    display: flex;
    flex-flow: column;
    justify-content: center;
    min-height: 700px;
  }
}
.container-content-home.our-communities .community-card {
  display: flex;
  flex-flow: column;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) {
  .container-content-home.our-communities .community-card {
    flex-flow: row;
  }
}
.container-content-home.our-communities .community-card > * {
  flex: 1;
}
.container-content-home.our-communities .community-card-images {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  min-height: 225px;
}
.container-content-home.our-communities .community-card-images img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}
.container-content-home.our-communities .community-card-images > * {
  position: relative;
}
.container-content-home.our-communities .community-card-images > *:nth-child(1) {
  grid-column: span 2;
  grid-row: span 2;
}
@media (min-width: 1200px) {
  .container-content-home.our-communities .community-card-images {
    grid-template-rows: repeat(3, 1fr);
  }
  .container-content-home.our-communities .community-card-images > *:nth-child(1) {
    grid-column: span 3;
    grid-row: span 3;
  }
  .container-content-home.our-communities .community-card-images > *:nth-child(3) {
    grid-column: span 2;
  }
}
.container-content-home.our-communities .community-card-content {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.container-content-home.our-communities .community-card-content .text-container {
  padding: 30px;
}
.container-content-home.our-communities .community-card-title {
  margin: 0;
  display: flex;
  align-items: center;
  font-weight: 500;
}
@media (min-width: 992px) {
  .container-content-home.our-communities .community-card-title {
    font-size: 30px;
    font-size: 1.875rem;
    letter-spacing: 0.75px;
    line-height: 30px;
  }
}
.container-content-home.our-communities .community-card-title i {
  font-size: 30px;
  font-size: 1.875rem;
  color: #004B55;
  margin-right: 15px;
}
.container-content-home.our-communities .community-card .card-btns {
  width: 100%;
}
.container-content-home.our-communities .community-card .card-btns a {
  width: 100%;
}
.container-content-home.bg-image-cta .section-inner .outer-container {
  padding: 0 15px;
}
.container-content-home.bg-image-cta .section-inner .inner-container {
  position: relative;
  background-color: #4D4532;
}
.container-content-home.bg-image-cta .section-inner .section-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
}
.container-content-home.bg-image-cta .section-inner .section-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4), transparent);
}
@media (min-width: 768px) {
  .container-content-home.bg-image-cta .section-inner .section-bg::after {
    right: 40%;
    background: rgba(0, 0, 0, 0.4);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4), transparent);
  }
}
.container-content-home.bg-image-cta .section-inner .text-container {
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 90px 15px 15px;
}
@media (min-width: 768px) {
  .container-content-home.bg-image-cta .section-inner .text-container {
    max-width: 550px;
    padding: 90px 30px;
  }
}
@media (min-width: 992px) {
  .container-content-home.bg-image-cta .section-inner .text-container {
    padding: 120px 60px;
  }
}
.container-content-home.bg-image-cta .section-inner .text-container h2 {
  margin: 0 0 15px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  font-family: "Great Forest", sans-serif;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1019607843);
}
@media (min-width: 768px) {
  .container-content-home.bg-image-cta .section-inner .text-container h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.container-content-home.bg-image-cta .section-inner .text-container p {
  font-size: 17px;
  font-size: 1.0625rem;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1019607843);
}
.container-content-home.bg-image-cta .section-inner .text-container .btn, .container-content-home.bg-image-cta .section-inner .text-container .comments-area .form-submit .submit, .comments-area .form-submit .container-content-home.bg-image-cta .section-inner .text-container .submit {
  margin-top: 15px;
}
.container-content-home.blog-slider {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 30px 0 90px;
}
.container-content-home.blog-slider .headline-flex {
  padding: 0 15px;
}
@media (min-width: 1200px) {
  .container-content-home.blog-slider .container-fluid-offset {
    margin-left: calc((100% - 1400px) / 2);
  }
}
.container-content-home.blog-slider .activities {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.container-content-home.blog-slider .activities-carousel {
  width: 100%;
}
.container-content-home.blog-slider .activities-carousel-item {
  padding: 15px 30px 15px 0;
  max-width: 250px;
}
@media (min-width: 768px) {
  .container-content-home.blog-slider .activities-carousel-item {
    max-width: 470px;
  }
}
.container-content-home.blog-slider .activities #blog-carousel {
  margin-right: -15px;
}
.container-content-home.blog-slider .activities .slick-arrow {
  width: 8%;
  min-width: 50px;
  margin: 0;
  padding: 0;
  border: 0;
  position: absolute;
  z-index: 30;
  top: 0;
  bottom: 0;
  outline: none;
}
.container-content-home.blog-slider .activities .slick-arrow .fa, .container-content-home.blog-slider .activities .slick-arrow .fas, .container-content-home.blog-slider .activities .slick-arrow .fab {
  color: #4D4532;
  font-size: 25px;
  font-size: 1.5625rem;
}
@media (min-width: 992px) {
  .container-content-home.blog-slider .activities .slick-arrow {
    width: 12%;
  }
}
.container-content-home.blog-slider .activities .slick-arrow.slick-next {
  height: 100%;
  top: 50%;
  right: 0;
  background: transparent;
  background: linear-gradient(90deg, transparent, #F3F3F3);
  opacity: 0.8;
}
.container-content-home.blog-slider .activities .slick-arrow.slick-next:before {
  display: none !important;
}
.container-content-home.blog-slider .activities .slick-arrow.slick-next:hover {
  opacity: 1;
}
.container-content-home.blog-slider .activities .slick-arrow.slick-prev {
  display: none !important;
}
.container-content-home.visual-stories .title {
  margin: 15px 0;
  font-family: "Great Forest", sans-serif;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.3px;
}
@media (min-width: 768px) {
  .container-content-home.visual-stories .title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.container-content-home.visual-stories .cr-padding {
  padding-top: 45px;
  padding-bottom: 0;
}
.container-content-home .headline-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-between;
  align-items: baseline;
}
.container-content-home .headline-flex .title {
  margin: 15px 0;
  font-family: "Great Forest", sans-serif;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.24px;
}
@media (min-width: 768px) {
  .container-content-home .headline-flex .title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.intro-section-callouts .item-pack .item .item-inner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 90%;
  width: 100%;
  display: block;
  position: relative;
  transition: all 0.5s ease;
  background-color: #000;
  background-blend-mode: normal;
}
.intro-section-callouts .item-pack .item .item-inner .item-title {
  background-color: #4d4532;
  padding: 12px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: background-color 0.25s ease;
}
.intro-section-callouts .item-pack .item .item-inner:hover .item-title, .intro-section-callouts .item-pack .item .item-inner:focus .item-title, .intro-section-callouts .item-pack .item .item-inner:active .item-title, .intro-section-callouts .item-pack .item .item-inner.active .item-title {
  background-color: rgba(77, 69, 50, 0.7);
}

.item-pack-packages {
  margin-top: 60px;
  margin-left: -15px;
  margin-right: -15px;
}

.packages-header-title, .header-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-direction: column;
}
.packages-header-title .sub-title, .header-title .sub-title {
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}
@media (min-width: 768px) {
  .packages-header-title, .header-title {
    flex-direction: row;
    align-items: flex-end;
  }
}

.breadcrumbs {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .breadcrumbs {
    margin-top: 0;
  }
}
.breadcrumbs .fa {
  margin: 0 10px;
}

.filter-bar .section-inner {
  padding: 15px;
  flex-direction: column;
  max-width: 1370px;
}
@media (min-width: 768px) {
  .filter-bar .section-inner {
    flex-direction: row;
  }
}
.filter-bar .filter-title {
  font-size: 18px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .filter-bar .filter-title {
    font-size: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .filter-bar .filter-title {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .filter-bar .filter-title {
    font-size: 20px;
  }
}
.filter-bar .filter {
  padding: 5px;
  color: #333333;
  font-size: 14px;
  border: 0;
}
@media (min-width: 768px) {
  .filter-bar .filter {
    font-size: 16px;
    min-width: 175px;
  }
}
.filter-bar .filter:first-child {
  margin-right: 15px;
}

.event-filters {
  padding: 15px;
}
.event-filters .filter-inputs {
  flex-direction: column;
}
@media (min-width: 992px) {
  .event-filters .filter-inputs {
    flex-direction: row;
  }
}
.event-filters .filter {
  width: 100%;
}
.event-filters .filter select, .event-filters .filter input {
  border-radius: 0 !important;
}
.event-filters .filter label {
  color: #fff;
}

.event-nav {
  flex-wrap: wrap;
  justify-content: space-between;
}

.title-date {
  order: 1;
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (min-width: 992px) {
  .title-date {
    width: auto;
    order: 2;
  }
}
.title-date .dropdown a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.title-date .dropdown a .fa {
  font-size: 14px;
  margin-left: 5px;
  margin-right: 5px;
}
@media (min-width: 992px) {
  .title-date .dropdown a .fa {
    font-size: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.title-date .dropdown .dropdown-menu {
  font-family: "Open Sans", sans-serif !important;
  font-size: 18px;
}
.title-date .dropdown .dropdown-menu li {
  padding: 5px 15px;
  cursor: pointer;
}
.title-date .dropdown .dropdown-menu li:hover, .title-date .dropdown .dropdown-menu li:focus, .title-date .dropdown .dropdown-menu li:active, .title-date .dropdown .dropdown-menu li.active {
  background-color: #927149;
  color: #fff;
}

.event-nav-title {
  order: 1;
  margin-bottom: 15px;
  font-size: 14px;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .event-nav-title {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .event-nav-title {
    order: 2;
    margin-bottom: 0;
    font-size: 18px;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .event-nav-title {
    font-size: 22px;
  }
}

.prev-date, .next-date {
  min-width: 100px;
  width: 48.5%;
}
.prev-date a, .next-date a {
  cursor: pointer;
  font-size: 12px;
}
@media (min-width: 768px) {
  .prev-date a, .next-date a {
    font-size: 14px;
  }
  .prev-date, .next-date {
    min-width: 200px;
  }
}
@media (min-width: 992px) {
  .prev-date, .next-date {
    width: auto;
    margin-right: 0;
  }
}

.prev-date {
  order: 2;
}
@media (min-width: 992px) {
  .prev-date {
    order: 1;
    margin-right: 0;
  }
}

.next-date {
  order: 3;
}

.event-nav-prev {
  display: none;
  background-color: #054047 !important;
}
.event-nav-prev:hover, .event-nav-prev:focus, .event-nav-prev:active, .event-nav-prev.active {
  background-color: #000;
}
.event-nav-prev .fa {
  margin-left: 0;
  margin-right: 5px;
}
.event-nav-prev.active {
  display: flex;
}

.dropdown-years {
  max-width: 80px;
  min-width: 80px;
}

.event-item {
  width: 100%;
  border: 1px solid #cdcdcd;
  padding: 10px;
  margin-bottom: 30px;
  display: block;
  background-color: #fff;
  transition: all 0.25s ease;
}
.event-item:hover, .event-item:focus, .event-item:active, .event-item.active {
  background-color: #f3f3f3;
}
.event-item .event-item-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.event-item .event-item-inner .event-date {
  text-align: center;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 10%;
}
@media (min-width: 992px) {
  .event-item .event-item-inner .event-date {
    display: flex;
  }
}
.event-item .event-item-inner .event-date .event-month {
  text-transform: uppercase;
  color: #927149;
  font-size: 30px;
  font-weight: bold;
  margin: 0;
}
.event-item .event-item-inner .event-date .event-day-text {
  text-transform: uppercase;
  color: #747474;
  font-weight: bold;
  font-size: 18px;
  margin-top: -5px;
  margin-bottom: -5px;
}
.event-item .event-item-inner .event-date .event-day {
  font-size: 26px;
  margin: 0;
  font-weight: bold;
}
.event-item .event-item-inner .event-content {
  width: 80%;
}
.event-item .event-item-inner .event-content .event-title {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #054047;
}
.event-item .event-item-inner .event-content .event-start-date-mobile {
  display: block;
}
@media (min-width: 992px) {
  .event-item .event-item-inner .event-content .event-start-date-mobile {
    display: none;
  }
}
.event-item .event-item-inner .event-arrow-icon {
  width: 5%;
  text-align: center;
}
.event-item .event-item-inner .event-arrow-icon .fa {
  color: #927149;
  font-size: 30px;
}

.event-filter-error-message {
  text-align: center;
  font-size: 30px;
}

.crowdriff {
  margin-bottom: 30px;
}

.home-social {
  background-image: url("../images/img-social-bg-texture.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 300;
}
.home-social .hashtag {
  color: #927149;
}
.home-social .hashtag:hover, .home-social .hashtag:focus, .home-social .hashtag:active {
  color: #b89770;
}
.home-social .social-media {
  margin-bottom: 30px;
}

.packages-header-image, .archive-header-image {
  min-height: 450px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .packages-header-image, .archive-header-image {
    min-height: 600px;
  }
}

.partner-map {
  height: 450px;
}

.tax-kr_partner_category .container-header-image, .post-type-archive-kr_roadtrip .container-header-image {
  margin: 0 !important;
}
.tax-kr_partner_category .navbar-default, .post-type-archive-kr_roadtrip .navbar-default {
  background-color: #054047;
}
.tax-kr_partner_category .main-content, .post-type-archive-kr_roadtrip .main-content {
  margin-bottom: 0 !important;
}
.tax-kr_partner_category .road-trip-title, .post-type-archive-kr_roadtrip .road-trip-title {
  cursor: pointer;
}

.google-map {
  position: relative;
  width: 100%;
}
.google-map.hidden {
  display: none;
}

.gmap-container {
  width: 100%;
  position: relative;
  display: block;
}
.gmap-container .google-map-object {
  width: 100%;
  height: 100%;
  position: fixed !important;
  top: 0;
  z-index: 0;
}
@media (min-width: 992px) {
  .gmap-container .google-map-object {
    width: 70%;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .gmap-container .google-map-object {
    width: 77%;
  }
}
@media (min-width: 1500px) {
  .gmap-container .google-map-object {
    width: 81%;
  }
}
@media only screen and (min-width: 2000px) {
  .gmap-container .google-map-object {
    width: 100%;
  }
}

.google-map-category {
  margin: 30pxx 0 0;
}
.google-map-category li {
  border-bottom: 1px solid #054047;
  list-style: none;
}
.google-map-category ul {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .google-map-category ul {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.google-map-category ul li {
  border: 0;
}
.google-map-category ul input[type=checkbox] {
  display: none;
}
.google-map-category ul input[type=checkbox]:checked + label::before {
  border-color: #927149;
  background: #927149;
}
.google-map-category ul input[type=checkbox]:checked + label::after {
  display: block;
}
.google-map-category ul label {
  display: block;
  margin: 0;
  padding: 5px 0;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1;
  position: relative;
  font-weight: normal;
}
.google-map-category ul label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
  border: 2px solid #054047;
  position: relative;
  float: left;
  outline: 0;
}
.google-map-category ul label::after {
  content: "✔";
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  top: 5px;
  left: 0;
  color: #fff;
  font-size: 14px;
  font-family: "Font Awesome 6 Pro";
  text-align: center;
}

.map-icon-label {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 24px;
}

.marker-info {
  min-width: 200px;
  padding: 10px;
  text-align: center;
}
.marker-info > * {
  margin: 10px 0;
}
.marker-info > *:first-child {
  margin-top: 0;
}
.marker-info > *:last-child {
  margin-bottom: 0;
}
.marker-info-logo {
  max-width: 200px !important;
  height: auto !important;
  max-height: 100px !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.marker-info-title {
  font-size: 16px;
  font-size: 1rem;
  text-transform: normal;
}
.marker-info-buttons {
  margin-top: 20px;
}

.gm-ui-hover-effect {
  border-radius: 500px;
  top: 15px;
  right: 15px;
  left: unset;
  bottom: unset;
  font-size: 18px;
}

.mobile-hide-sidebar-btn {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  background-color: #927149;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  padding: 15px;
  display: block;
  z-index: 50000;
  color: #fff;
  cursor: pointer;
}
@media (min-width: 768px) {
  .mobile-hide-sidebar-btn {
    display: none;
  }
}

.map-sidebar {
  position: relative;
  width: 100%;
  left: 0;
  background-color: #fff;
  z-index: 400;
  transition: transform 0.5s ease;
}
@media (min-width: 768px) {
  .map-sidebar {
    max-width: 450px;
    margin-top: 0;
  }
}
.map-sidebar .map-sidebar-inner .map-sidebar-header {
  padding: 30px;
}
.map-sidebar .map-sidebar-inner .map-sidebar-header .title {
  margin-bottom: 15px;
}
.map-sidebar .map-sidebar-inner .sidebar-listing {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  background-color: #fff;
  transition: all 0.25s ease;
}
.map-sidebar .map-sidebar-inner .sidebar-listing .listing-number {
  border-radius: 500px;
  background-color: #054047;
  min-width: 30px;
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 300;
}
.map-sidebar .map-sidebar-inner .sidebar-listing .listing-contact {
  width: 100%;
  margin-left: 15px;
  margin-right: 15px;
}
.map-sidebar .map-sidebar-inner .sidebar-listing .listing-contact .listing-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #927149;
  font-size: 18px;
  margin-bottom: 5px;
  margin-top: 0;
}
.map-sidebar .map-sidebar-inner .sidebar-listing .listing-contact .listing-address {
  font-size: 16px;
  margin: 0;
}
.map-sidebar .map-sidebar-inner .sidebar-listing .fa {
  color: #054047;
  font-size: 30px;
}
.map-sidebar .map-sidebar-inner .sidebar-listing:hover, .map-sidebar .map-sidebar-inner .sidebar-listing:focus, .map-sidebar .map-sidebar-inner .sidebar-listing:active {
  background-color: #f3f3f3;
}

.tax-kr_partner_category .map-sidebar, .tax-kr_partner_category .gmap-container {
  min-height: 800px;
}

.partner-social-media {
  margin-top: 15px;
}
.partner-social-media .btn-social {
  font-size: 22px;
  margin-right: 10px;
}
.partner-social-media .btn-social[href*="www.tripadvisor"] i {
  vertical-align: -3px;
}
.partner-social-media .btn-social[href*="www.tripadvisor"] i::before {
  content: " ";
  display: block;
  width: 25px;
  height: 22px;
  background-image: url("/wp-content/themes/chimera-framework/images/icon_tripadvisor.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.partner-social-media .img-icon:hover img {
  filter: brightness(0.1);
}

.post-type-archive-kr_roadtrip .map-sidebar-inner {
  height: 100%;
  overflow-y: scroll;
}
.post-type-archive-kr_roadtrip .road-trip-tooltip-item {
  display: inline-block;
  margin: 0;
  text-align: center;
}
.post-type-archive-kr_roadtrip .map-title {
  margin-bottom: 10px;
  text-align: center;
}
.post-type-archive-kr_roadtrip .map-phone, .post-type-archive-kr_roadtrip .map-link, .post-type-archive-kr_roadtrip .map-address, .post-type-archive-kr_roadtrip .map-city, .post-type-archive-kr_roadtrip .map-province {
  display: block;
  text-align: center;
}
.post-type-archive-kr_roadtrip .map-phone {
  margin-top: 10px;
}
.post-type-archive-kr_roadtrip .map-item-btn {
  display: block;
  text-align: center;
  margin-top: 10px;
}
.post-type-archive-kr_roadtrip .gmap-information {
  padding: 15px;
}
.post-type-archive-kr_roadtrip .gm-style-iw {
  padding: 0 !important;
}
.post-type-archive-kr_roadtrip .gm-style-iw-d {
  overflow: hidden !important;
}

.single-kr_package .google-map-object {
  height: 350px;
}

@media (min-width: 992px) {
  .single-kr_partner .item-pack-packages-home .item {
    width: 50%;
    margin-bottom: 30px;
  }
}

.single-kr_partner .section-header-logo, .single-kr_event .section-header-logo, .single-kr_roadtrip .section-header-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-kr_partner .section-header-logo .partner-logo, .single-kr_event .section-header-logo .partner-logo, .single-kr_roadtrip .section-header-logo .partner-logo {
  width: 100%;
  max-width: 250px;
  max-height: 250px;
}
.single-kr_partner .detail-description, .single-kr_event .detail-description, .single-kr_roadtrip .detail-description {
  margin-top: 30px;
}
.single-kr_partner .detail-description table, .single-kr_event .detail-description table, .single-kr_roadtrip .detail-description table {
  margin-left: -15px;
  border-spacing: 15px;
  border-collapse: separate !important;
}
.single-kr_partner .detail-description table td, .single-kr_event .detail-description table td, .single-kr_roadtrip .detail-description table td {
  width: 50%;
  vertical-align: top;
}
.single-kr_partner .partner-details, .single-kr_event .partner-details, .single-kr_roadtrip .partner-details {
  border: 1px solid #f3f3f3;
  padding: 30px;
}
.single-kr_partner .partner-details .partner-details-inner h1, .single-kr_partner .partner-details .partner-details-inner h2, .single-kr_partner .partner-details .partner-details-inner h3, .single-kr_partner .partner-details .partner-details-inner h4, .single-kr_partner .partner-details .partner-details-inner h5, .single-kr_event .partner-details .partner-details-inner h1, .single-kr_event .partner-details .partner-details-inner h2, .single-kr_event .partner-details .partner-details-inner h3, .single-kr_event .partner-details .partner-details-inner h4, .single-kr_event .partner-details .partner-details-inner h5, .single-kr_roadtrip .partner-details .partner-details-inner h1, .single-kr_roadtrip .partner-details .partner-details-inner h2, .single-kr_roadtrip .partner-details .partner-details-inner h3, .single-kr_roadtrip .partner-details .partner-details-inner h4, .single-kr_roadtrip .partner-details .partner-details-inner h5 {
  margin-bottom: 15px;
  margin-top: 0;
  color: #054047;
}
.single-kr_partner .partner-details .partner-details-inner .contact-info-group, .single-kr_event .partner-details .partner-details-inner .contact-info-group, .single-kr_roadtrip .partner-details .partner-details-inner .contact-info-group {
  margin-bottom: 30px;
}
.single-kr_partner .partner-details .partner-details-inner .contact-info-item, .single-kr_event .partner-details .partner-details-inner .contact-info-item, .single-kr_roadtrip .partner-details .partner-details-inner .contact-info-item {
  margin: 0;
}
.single-kr_partner .partner-details .partner-details-inner .contact-info-item a, .single-kr_event .partner-details .partner-details-inner .contact-info-item a, .single-kr_roadtrip .partner-details .partner-details-inner .contact-info-item a {
  cursor: pointer;
}
.single-kr_partner .partner-details .partner-details-inner .contact-info-item .fa, .single-kr_event .partner-details .partner-details-inner .contact-info-item .fa, .single-kr_roadtrip .partner-details .partner-details-inner .contact-info-item .fa {
  width: 25px;
  margin-right: 5px;
  text-align: center;
}
.single-kr_partner .partner-details .partner-details-inner .sidebar-info-group, .single-kr_event .partner-details .partner-details-inner .sidebar-info-group, .single-kr_roadtrip .partner-details .partner-details-inner .sidebar-info-group {
  margin-bottom: 30px;
}
.single-kr_partner .partner-details .partner-details-inner .sidebar-info-group h1, .single-kr_partner .partner-details .partner-details-inner .sidebar-info-group h2, .single-kr_partner .partner-details .partner-details-inner .sidebar-info-group h3, .single-kr_partner .partner-details .partner-details-inner .sidebar-info-group h4, .single-kr_partner .partner-details .partner-details-inner .sidebar-info-group h5, .single-kr_event .partner-details .partner-details-inner .sidebar-info-group h1, .single-kr_event .partner-details .partner-details-inner .sidebar-info-group h2, .single-kr_event .partner-details .partner-details-inner .sidebar-info-group h3, .single-kr_event .partner-details .partner-details-inner .sidebar-info-group h4, .single-kr_event .partner-details .partner-details-inner .sidebar-info-group h5, .single-kr_roadtrip .partner-details .partner-details-inner .sidebar-info-group h1, .single-kr_roadtrip .partner-details .partner-details-inner .sidebar-info-group h2, .single-kr_roadtrip .partner-details .partner-details-inner .sidebar-info-group h3, .single-kr_roadtrip .partner-details .partner-details-inner .sidebar-info-group h4, .single-kr_roadtrip .partner-details .partner-details-inner .sidebar-info-group h5 {
  margin-top: 30px;
}
.single-kr_partner .partner-details .partner-details-inner .google-map-object, .single-kr_event .partner-details .partner-details-inner .google-map-object, .single-kr_roadtrip .partner-details .partner-details-inner .google-map-object {
  height: 350px;
}

.tour-toggle {
  display: block;
  margin-bottom: 5px;
  cursor: pointer;
}
.tour-toggle:last-child {
  margin-bottom: 0;
}

#photoTourModal, #photoModal, #a11yModal {
  padding-right: 0 !important;
}
#photoTourModal .modal-dialog, #photoModal .modal-dialog, #a11yModal .modal-dialog {
  width: 100%;
  max-width: 750px;
  position: relative;
}
#photoTourModal .modal-dialog .modal-content, #photoModal .modal-dialog .modal-content, #a11yModal .modal-dialog .modal-content {
  height: auto !important;
}
#photoTourModal .modal-dialog .modal-close, #photoModal .modal-dialog .modal-close, #a11yModal .modal-dialog .modal-close {
  cursor: pointer;
  background-color: #927149;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 15px;
  right: 15px;
  transition: all 0.25s ease;
  -webkit-appearance: none;
  border-radius: 500px;
  border: 1px solid #fff;
  z-index: 5000;
}
@media (min-width: 992px) {
  #photoTourModal .modal-dialog .modal-close, #photoModal .modal-dialog .modal-close, #a11yModal .modal-dialog .modal-close {
    top: -12px;
    right: -12px;
  }
}
#photoTourModal .modal-dialog .modal-close .fa, #photoModal .modal-dialog .modal-close .fa, #a11yModal .modal-dialog .modal-close .fa {
  font-size: 14px;
  transition: all 0.25s ease;
}
#photoTourModal .modal-dialog .modal-close:hover, #photoTourModal .modal-dialog .modal-close:focus, #photoTourModal .modal-dialog .modal-close:active, #photoModal .modal-dialog .modal-close:hover, #photoModal .modal-dialog .modal-close:focus, #photoModal .modal-dialog .modal-close:active, #a11yModal .modal-dialog .modal-close:hover, #a11yModal .modal-dialog .modal-close:focus, #a11yModal .modal-dialog .modal-close:active {
  background-color: #5f4a30;
}
#photoTourModal .modal-dialog .modal-close:hover .fa, #photoTourModal .modal-dialog .modal-close:focus .fa, #photoTourModal .modal-dialog .modal-close:active .fa, #photoModal .modal-dialog .modal-close:hover .fa, #photoModal .modal-dialog .modal-close:focus .fa, #photoModal .modal-dialog .modal-close:active .fa, #a11yModal .modal-dialog .modal-close:hover .fa, #a11yModal .modal-dialog .modal-close:focus .fa, #a11yModal .modal-dialog .modal-close:active .fa {
  transform: rotate(45deg);
}
#photoTourModal .modal-dialog .tour-title, #photoModal .modal-dialog .tour-title, #a11yModal .modal-dialog .tour-title {
  font-size: 18px;
  padding: 0 15px;
}
@media (min-width: 992px) {
  #photoTourModal .modal-dialog .tour-title, #photoModal .modal-dialog .tour-title, #a11yModal .modal-dialog .tour-title {
    font-size: 24px;
  }
}
#photoTourModal .modal-dialog .photo-tour-wrapper, #photoModal .modal-dialog .photo-tour-wrapper, #a11yModal .modal-dialog .photo-tour-wrapper {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  width: 100%;
}
#photoTourModal .modal-dialog .photo-tour-wrapper iframe, #photoModal .modal-dialog .photo-tour-wrapper iframe, #a11yModal .modal-dialog .photo-tour-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: -1px;
  top: 0;
  border: 0 !important;
}

#a11yModal .modal-content {
  padding: 30px;
}
#a11yModal .modal-content h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Great Forest", sans-serif;
}

.accordion .ui-accordion-header-icon {
  display: none;
}
.accordion .ui-accordion-content {
  border-color: #fff;
  background-color: #fff;
  font-family: "Open Sans", sans-serif;
  padding: 5px 10px 10px !important;
}
@media (min-width: 768px) {
  .accordion .ui-accordion-content {
    padding: 5px 40px 20px 15px !important;
  }
}
.accordion .acc-toggle {
  padding: 20px 15px 17.5px 15px !important;
  border-color: #000;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
  border-radius: 0;
  border-width: 2px;
  background: #fff !important;
  color: #927149;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 22px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .accordion .acc-toggle {
    padding: 20px 35px 17.5px 15px !important;
  }
}
.accordion .acc-toggle i {
  margin-left: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  float: right;
  color: #054047;
}
@media (min-width: 768px) {
  .accordion .acc-toggle i {
    margin-left: 30px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.accordion:last-child {
  border-bottom: 2px solid #000;
}

.single-kr_roadtrip #photoTourModal .item {
  width: 100%;
  height: auto;
}
.single-kr_roadtrip #photoTourModal .item .carousel-caption {
  font-size: 20px;
  text-shadow: 0 0px 3px black;
  font-weight: bold;
  bottom: 0;
  left: 50%;
  right: unset;
  transform: translateX(-50%);
  padding: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 15px;
  margin: 0;
}
.single-kr_roadtrip #photoTourModal .item img {
  width: 100%;
  height: auto;
  display: block;
}

.single-kr_partner #photoModal .item {
  width: 100%;
  height: auto;
}
.single-kr_partner #photoModal .item .carousel-caption {
  font-size: 20px;
  text-shadow: 0 0px 3px black;
  font-weight: bold;
  bottom: 0;
  left: 50%;
  right: unset;
  transform: translateX(-50%);
  padding: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 15px;
  margin: 0;
}
.single-kr_partner #photoModal .item img {
  width: 100%;
  height: auto;
  display: block;
}

.nds-advanced-search-form-container {
  position: relative;
  z-index: 50 !important;
}

.ui-autocomplete {
  z-index: 6500 !important;
}

.single-kr_event .google-map-object {
  width: 100%;
  height: 450px;
  margin-top: 30px;
}
.single-kr_event .google-map-controls {
  margin-top: 30px;
  margin-bottom: 30px;
}
.single-kr_event .adp-text {
  padding: 5px 15px;
}
.single-kr_event .adp-marker2 {
  padding: 5px;
}

.sub-heading {
  font-size: 14px;
}

.road-trip-detail-container {
  display: block;
  height: 100%;
  position: absolute;
  overflow-y: scroll;
  z-index: 550;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  transition: transform 0.35s ease-out;
  background-color: #fff;
}
.road-trip-detail-container.toggled {
  transform: translateX(0);
}
.road-trip-detail-container .road-trip-detail-inner {
  position: relative;
}
.road-trip-detail-container .close-btn {
  border-radius: 500px;
  background-color: #054047;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.25s ease;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.road-trip-detail-container .close-btn .fa {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  transition: all 0.25s ease;
  transform: rotate(0);
}
.road-trip-detail-container .close-btn:hover, .road-trip-detail-container .close-btn:focus, .road-trip-detail-container .close-btn:active {
  background-color: #927149;
}
.road-trip-detail-container .close-btn:hover .fa, .road-trip-detail-container .close-btn:focus .fa, .road-trip-detail-container .close-btn:active .fa {
  transform: rotate(90deg);
}
.road-trip-detail-container .road-trip-detail-header {
  padding: 30px;
}

.back-to-top-btn {
  position: fixed;
  border-radius: 500px;
  bottom: 30px;
  right: 30px;
  z-index: 5000;
  width: 30px;
  height: 30px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.75);
  background-color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  transition: all 0.25s ease;
  opacity: 0;
}
@media (min-width: 992px) {
  .back-to-top-btn {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }
}
.back-to-top-btn:hover, .back-to-top-btn:focus, .back-to-top-btn:active {
  background-color: rgba(0, 0, 0, 0.5);
  color: rgba(0, 0, 0, 0.9);
}

.social-media.alt .btn-social {
  border: 1px solid #054047;
  color: #054047;
}

.social-media {
  margin: 15px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .social-media {
    margin: 0;
  }
}
.social-media li {
  margin: 0 2px;
  padding: 0;
}
@media (min-width: 768px) {
  .social-media li {
    margin: 0 5px;
  }
}
@media (min-width: 992px) {
  .social-media li {
    margin: 0 10px;
  }
}
.social-media .btn-social {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  line-height: 0;
  padding: 0;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 500px;
  background-color: transparent;
  font-size: 14px;
}
@media (min-width: 768px) {
  .social-media .btn-social {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .social-media .btn-social {
    width: 70px;
    height: 70px;
    font-size: 24px;
  }
}
.social-media .btn-social:hover, .social-media .btn-social:focus, .social-media .btn-social:active, .social-media .btn-social.active {
  background-color: #fff;
  color: #054047;
}
.social-media .btn-social .fa, .social-media .btn-social .fab, .social-media .btn-social .fas {
  margin: 0 !important;
}

.container-header-image {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .container-header-image {
    min-height: 65px;
    margin-bottom: 60px;
  }
}
.container-header-image img {
  width: 100%;
}

.icon-link-pack {
  margin-bottom: 150px;
}
@media (min-width: 768px) {
  .icon-link-pack {
    margin-bottom: 200px;
  }
}
@media (min-width: 992px) {
  .icon-link-pack {
    margin-bottom: 250px;
  }
}

#chimera-framework-slide-show.carousel {
  background: #000;
}
#chimera-framework-slide-show.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
#chimera-framework-slide-show.carousel-fade .carousel-inner .active {
  opacity: 1;
}
#chimera-framework-slide-show.carousel-fade .carousel-inner .active.left,
#chimera-framework-slide-show.carousel-fade .carousel-inner .active.right {
  left: 0;
  z-index: 1;
  opacity: 0;
}
#chimera-framework-slide-show.carousel-fade .carousel-inner .next.left,
#chimera-framework-slide-show.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
#chimera-framework-slide-show.carousel-fade .carousel-inner .carousel-control {
  z-index: 2;
}
#chimera-framework-slide-show.carousel-fade .carousel-inner img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
#chimera-framework-slide-show .carousel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.25);
}
#chimera-framework-slide-show .carousel-caption {
  padding: 60px 30px;
  position: relative;
  z-index: 30;
  color: #fff;
  left: 0;
  bottom: unset;
  text-align: left;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  #chimera-framework-slide-show .carousel-caption {
    padding: 40px 100px;
    position: absolute;
    top: 50%;
    bottom: unset;
    transform: translateY(-50%);
  }
}
#chimera-framework-slide-show .carousel-caption p {
  margin: 15px 0;
  font-size: 30px;
  font-size: 1.875rem;
}
@media (min-width: 992px) {
  #chimera-framework-slide-show .carousel-caption p {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 46px;
    max-width: 600px;
  }
}
#chimera-framework-slide-show .carousel-control {
  transition: opacity 0.2s ease-in-out;
  max-width: 100px;
}

.video-header-container {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  min-height: 450px;
  z-index: 250;
  background-color: transparent;
}
@media (min-width: 768px) {
  .video-header-container {
    margin-top: -60px;
  }
}
.video-header-container .video-overlay {
  z-index: 150;
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 450px;
  top: 0;
  left: 0;
}
.video-header-container .youtube-video {
  position: absolute;
  width: 100%;
  min-width: 830px;
  height: 100%;
  min-height: 450px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  background-color: transparent;
}
.video-header-container .video-still {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
}
.video-header-container .carousel-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: unset;
  right: unset;
  margin: 0;
  padding: 0;
  width: 100%;
  transform: translate(-50%, -50%);
  z-index: 450;
  text-shadow: none;
  opacity: 0;
  animation: fadeInOut 31s infinite;
}
.video-header-container .carousel-caption .carousel-caption-inner {
  text-align: center;
  padding: 0 30px;
}
.video-header-container .carousel-caption .carousel-caption-inner span {
  display: block;
}
.video-header-container .carousel-caption .carousel-caption-inner .video-large-title {
  margin-bottom: 0px;
  margin-top: 0;
  font-size: 36.3px;
  font-size: 2.26875rem;
}
@media (min-width: 992px) {
  .video-header-container .carousel-caption .carousel-caption-inner .video-large-title {
    font-size: 72px;
    font-size: 4.5rem;
  }
}
.video-header-container .carousel-caption .carousel-caption-inner .video-small-title {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 31.09px;
  font-size: 1.943125rem;
}
@media (min-width: 992px) {
  .video-header-container .carousel-caption .carousel-caption-inner .video-small-title {
    font-size: 61.66px;
    font-size: 3.85375rem;
  }
}

.hero-wrapper {
  min-height: 150px;
  position: relative;
  z-index: 10;
  background: #222;
}
@media (min-width: 768px) {
  .hero-wrapper {
    height: 650px;
  }
}
.hero-wrapper .hero-overlay {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
}
.hero-wrapper.hero-position-left .hero-caption {
  left: 0;
  text-align: left;
}
.hero-wrapper.hero-position-right .hero-caption {
  right: 0;
  text-align: right;
}
.hero-wrapper.hero-position-center .hero-caption {
  left: 0;
  right: 0;
  text-align: center;
}
.hero-wrapper.hero-position-bottom .hero-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .hero-wrapper.hero-position-bottom .hero-caption {
    top: auto;
    bottom: 15px;
    transform: none;
  }
}
.hero-wrapper.hero-position-bottom .hero-overlay {
  background: rgba(0, 0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
}
.hero-wrapper .hero-link {
  position: absolute;
  z-index: 40;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.hero-wrapper .hero-caption {
  padding: 60px 30px;
  position: relative;
  z-index: 30;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  .hero-wrapper .hero-caption {
    padding: 40px 100px;
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
  }
}
.hero-wrapper .hero-caption .hero-title {
  margin: 15px 0;
  font-size: 30px;
  font-size: 1.875rem;
}
@media (min-width: 992px) {
  .hero-wrapper .hero-caption .hero-title {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 46px;
    max-width: 600px;
  }
}
.hero-wrapper .hero-caption .hero-text {
  margin: 15px 0;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media (min-width: 992px) {
  .hero-wrapper .hero-caption .hero-text {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.hero-wrapper .hero-caption .hero-buttons {
  margin: 20px 0 15px;
}
.hero-wrapper .hero-caption .hero-buttons .btn, .hero-wrapper .hero-caption .hero-buttons .comments-area .form-submit .submit, .comments-area .form-submit .hero-wrapper .hero-caption .hero-buttons .submit {
  margin: 5px;
  display: block;
}
@media (min-width: 380px) {
  .hero-wrapper .hero-caption .hero-buttons .btn, .hero-wrapper .hero-caption .hero-buttons .comments-area .form-submit .submit, .comments-area .form-submit .hero-wrapper .hero-caption .hero-buttons .submit {
    display: inline-block;
  }
}
.hero-wrapper .hero-bg {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.hero-wrapper .hero-bg .hero-image {
  width: 100%;
  height: 100%;
  display: block;
  background-position: center top;
  background-size: cover;
}
.hero-wrapper .hero-bg .hero-video {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .hero-wrapper .hero-bg .hero-video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.container-content {
  padding: 60px 0;
}

.wpcf7-form .input-group .form-control {
  border: 0;
}

.wpcf7-form .input-group p {
  margin: 0;
}

.wpcf7-form .input-group .wpcf7-form-control-wrap {
  display: block;
  overflow: hidden;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 0 3px 3px 0;
}

.wpcf7-form .input-group .wpcf7-not-valid-tip {
  display: inline-block;
  width: 100%;
  padding: 4px 12px;
  border-top: 1px solid #eee;
  font-size: 11px;
  font-size: 0.6875rem;
}

.google-maps {
  margin: 15px;
}
@media (min-width: 768px) {
  .google-maps {
    margin: 15px 0;
  }
}

.google-maps iframe {
  max-width: 100%;
}

@media (min-width: 768px) {
  .post-small .content,
  .post-medium .content {
    padding: 15px;
  }
  .post-small .content p,
  .post-medium .content p {
    margin: 0 0 15px 0;
  }
}
.post {
  margin: 0;
  padding: 0;
  border: 1px solid #d9d9d9;
}
@media (min-width: 768px) {
  .post {
    margin-bottom: 30px;
  }
}
.post .image {
  margin: 0;
  padding: 0;
}
.post .content {
  padding: 15px;
}
.post .p-summary {
  overflow: hidden;
  height: 68px;
  margin: 16px 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
}
.post .meta {
  margin: 0 0 16px 0;
  color: #95a5a5;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .post .meta {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.post .meta span {
  margin-right: 5px;
}
.post .meta a {
  color: #7e8c8d;
}
.post .meta.list-inline > li {
  display: block;
  padding: 5px 10px;
}
@media (min-width: 768px) {
  .post .meta.list-inline > li {
    display: inline-block;
    padding: 0 10px 0 0;
  }
}
.post footer {
  padding: 0 15px;
  background-color: #ecf0f1;
  color: #95a5a5;
  font-size: 12px;
  font-size: 0.75rem;
}
.post footer ul {
  padding: 10px 0;
  margin: 0 0 0 0;
}
.post footer a {
  color: #7e8c8d;
}

.single .post {
  border: 0;
}

.post-share {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .post-share {
    padding: 0 30px;
  }
}
.post-share .title {
  font-weight: bold;
}
.post-share a {
  display: block;
  width: 15px;
}

.post-author {
  margin: 15px 0;
  padding: 15px 0;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
@media (min-width: 768px) {
  .post-author {
    padding: 30px 0;
  }
}
.post-author .avatar {
  border-radius: 100%;
}
.post-author .media-heading {
  text-transform: capitalize;
}
.post-author .meta {
  margin-bottom: 10px;
  color: #95a5a5;
  font-size: 12px;
  font-size: 0.75rem;
}
.post-author .meta span {
  margin-right: 5px;
}

.comments-area {
  margin-bottom: 15px;
}
.comments-area .comments-title {
  margin: 0;
  padding: 30px 0;
  border-bottom: 1px solid #d9d9d9;
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: capitalize;
}
.comments-area .children {
  list-style: none;
}
.comments-area .comment-author {
  margin-bottom: 10px;
}
.comments-area time {
  margin-top: 8px;
  color: #428bca;
}
.comments-area .comment-text {
  word-wrap: break-word;
}
.comments-area .commentmeta {
  margin-top: 5px;
  text-align: right;
}
.comments-area .comment-edit-link,
.comments-area .comment-reply-link {
  margin-right: 8px;
  font-size: 16px;
  font-size: 1rem;
}
.container-pager {
  padding-top: 30px;
}
.container-pager li {
  overflow: hidden;
  width: 120px;
}

.gallery {
  margin: 0;
  padding: 0;
}

.gallery-item {
  margin: 0;
  padding: 1px;
}
@media (min-width: 768px) {
  .gallery-item {
    position: relative;
  }
  .gallery-item figure {
    position: relative;
    overflow: hidden;
    margin: 0;
  }
  .gallery-item figure img {
    position: relative;
    display: block;
    max-width: 100%;
    cursor: pointer;
    transition: transform 0.4s;
  }
  .gallery-item figcaption {
    position: absolute;
    top: 0;
    top: auto;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100px;
    padding: 20px;
    color: #fff;
    background: #101010;
    cursor: pointer;
    opacity: 0;
    transform: translateY(100%);
    transition: transform 0.4s, opacity 0.1s 0.3s;
  }
}

.gallery-caption {
  display: none;
}

@media (min-width: 768px) {
  #content .gallery-item.yes-caption figure:hover img {
    transform: translateY(-50px);
  }
  #content .gallery-item.yes-caption figure:hover figcaption {
    opacity: 1;
    transform: translateY(0px);
    transition: transform 0.4s, opacity 0.1s;
  }
}
.modal-header {
  min-height: 20px;
  border-bottom: none;
  padding: 0 5px;
}

.modal-body {
  padding: 0;
}

.modal-content {
  position: relative;
  overflow: auto;
  height: 100vh;
  border-radius: 0;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .modal-content {
    height: auto;
    margin: 10% 0 0 0;
  }
}
.modal-content .close-modal {
  padding: 15px;
}

.modal-dialog {
  height: 100vh;
  margin: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    height: auto;
    margin: 10px auto;
  }
}
.modal-dialog img {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.modal-dialog .caption {
  min-height: 20px;
  padding-top: 10px;
  margin: 0 15px 15px 15px;
  color: #000000;
  text-align: center;
}
@media (min-width: 768px) {
  .modal-dialog .caption {
    margin: 0 0 7px 0;
  }
}
.modal-dialog .caption p {
  margin: 0 0 0 0;
}
.modal-dialog .controls-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left;
}

.controls {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  color: #ffffff;
  font-size: 40px;
  font-size: 2.5rem;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=50);
  opacity: 0.5;
  transition-delay: 0s;
}
.controls.next {
  right: 0;
  left: auto;
}
.controls:hover, .controls:focus {
  color: #ffffff;
  outline: 0;
}
.controls .icon-prev,
.controls .icon-next,
.controls .glyphicon-chevron-left,
.controls .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.controls .icon-prev,
.controls .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.controls .icon-next,
.controls .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.controls .icon-prev,
.controls .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}

.youtube-play-list {
  background-color: #222;
}

.youtube-info {
  padding: 15px;
  border-bottom: 1px solid #333;
  color: #fff;
}
.youtube-info h2 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-size: 1.125rem;
}
.youtube-info a {
  color: #ccc;
  font-size: 12px;
  font-size: 0.75rem;
}

.youtube-play-list-wrapper {
  height: 388px;
  overflow: auto;
}

.youtube-thumbnails {
  overflow: hidden;
  border-bottom: 1px solid #333;
  padding: 10px 15px 10px 15px;
  margin: 0 0 0 0;
}
.youtube-thumbnails p {
  margin: 0;
  padding: 0;
  color: #ccc;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}

.facebook-feed,
.google-plus-feed,
.twitter-feed,
.pinterest-feed {
  margin: 0 0 15px;
  background: #fff;
}
@media (min-width: 768px) {
  .facebook-feed,
  .google-plus-feed,
  .twitter-feed,
  .pinterest-feed {
    margin-bottom: 30px;
  }
}
.facebook-feed .media.header,
.google-plus-feed .media.header,
.twitter-feed .media.header,
.pinterest-feed .media.header {
  border-bottom: 1px solid #ecf0f1;
  padding: 16px;
}
.facebook-feed .feed-content,
.google-plus-feed .feed-content,
.twitter-feed .feed-content,
.pinterest-feed .feed-content {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 410px;
}
.facebook-feed .post,
.facebook-feed .tweet,
.google-plus-feed .post,
.google-plus-feed .tweet,
.twitter-feed .post,
.twitter-feed .tweet,
.pinterest-feed .post,
.pinterest-feed .tweet {
  border-bottom: 1px solid #ecf0f1;
  padding: 24px 16px 16px;
  margin: 0 0 0 0;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
}
.facebook-feed .post:last-child,
.facebook-feed .tweet:last-child,
.google-plus-feed .post:last-child,
.google-plus-feed .tweet:last-child,
.twitter-feed .post:last-child,
.twitter-feed .tweet:last-child,
.pinterest-feed .post:last-child,
.pinterest-feed .tweet:last-child {
  border-bottom: none;
}
.facebook-feed .post .media.header,
.facebook-feed .tweet .media.header,
.google-plus-feed .post .media.header,
.google-plus-feed .tweet .media.header,
.twitter-feed .post .media.header,
.twitter-feed .tweet .media.header,
.pinterest-feed .post .media.header,
.pinterest-feed .tweet .media.header {
  border-bottom: none;
  padding: 0 0 0 0;
}
.facebook-feed .attachment-content,
.google-plus-feed .attachment-content,
.twitter-feed .attachment-content,
.pinterest-feed .attachment-content {
  margin-top: 8px;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 14px;
}

.facebook-feed {
  max-width: 500px;
  margin: 0 auto;
}
.facebook-feed .content-wrapper {
  padding-top: 15px;
}
.facebook-feed a {
  color: #222;
}
.facebook-feed .site-link {
  color: #009cff;
}
.facebook-feed .post-image-link {
  width: 100%;
  height: 240px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0;
}
.facebook-feed .post-name {
  margin: 15px 0 5px 0;
  overflow: hidden;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 22px;
  word-wrap: break-word;
}
.facebook-feed .post-name-video {
  margin: 0 0 5px 0;
  overflow: hidden;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 22px;
  word-wrap: break-word;
}
.facebook-feed .post-description {
  margin: 5px 0;
  font-size: 14px;
  font-size: 0.875rem;
}
.facebook-feed .post-description-video {
  margin: 5px 0;
  font-size: 12px;
  font-size: 0.75rem;
}
.facebook-feed .post-url {
  color: #ccc;
  text-transform: uppercase;
}

.twitter-feed .user-name {
  color: #292f33;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}
.twitter-feed .screen-name {
  color: #9197a3;
  font-size: 12px;
  font-size: 0.75rem;
}
.twitter-feed .tweet-text {
  margin-top: 5px;
  font-size: 12px;
  font-size: 0.75rem;
}
.twitter-feed .retweeted {
  margin: 5px 0;
  color: #707070;
  font-size: 12px;
  font-size: 0.75rem;
}
.twitter-feed .retweeted a {
  color: #707070;
}
.twitter-feed .tweet:hover .intent {
  visibility: visible;
}
.twitter-feed .intent {
  margin: 0;
  visibility: hidden;
}
.twitter-feed .intent .intent a {
  color: #999;
}
.twitter-feed .intent .intent a:hover {
  color: #0084b4;
}

.pinterest-feed .columns {
  margin-top: 15px;
  -webkit-column-count: 2;
  -webkit-column-gap: 5px;
  -webkit-column-fill: auto;
  -moz-column-count: 2;
  -moz-column-gap: 5px;
  -moz-column-fill: auto;
  column-count: 2;
  column-gap: 5px;
  column-fill: auto;
}
@media (min-width: 768px) {
  .pinterest-feed .columns {
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media (min-width: 992px) {
  .pinterest-feed .columns {
    -moz-column-count: 4;
    column-count: 4;
  }
}
.pinterest-feed figure {
  display: inline-block;
  column-break-inside: avoid;
  border: 1px solid #ecf0f1;
  margin: 0 0 15px 0;
  padding: 5px;
  background: #ffffff;
  line-height: 18px;
}
.pinterest-feed figure img {
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 5px;
}
.pinterest-feed figure figcaption {
  font-size: 12px;
  font-size: 0.75rem;
}
.pinterest-feed .pinterest-button {
  display: block;
  height: 31px;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin: 10px 10px 0;
  color: #746d6a;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  text-shadow: 0 1px #fff;
  text-decoration: none;
}

.container-footer {
  background-image: url("../images/img-footer-bg-texture.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 250;
}
@media (min-width: 768px) {
  .container-footer .footer-newsletter {
    padding-top: 30px;
    padding-bottom: 60px;
    border-bottom: 1px solid #fff;
  }
}
.container-footer .footer-newsletter h2.h3 {
  font-size: 19px;
  font-size: 1.1875rem;
}
.container-footer .footer-newsletter .footer-form {
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .container-footer .footer-newsletter .footer-form {
    flex-wrap: nowrap;
  }
}
.container-footer .footer-newsletter .footer-form h2 {
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .container-footer .footer-newsletter .footer-form h2 {
    width: auto;
    white-space: nowrap;
    margin-right: 30px;
    margin-bottom: 0px;
    margin-top: 0;
    text-align: left;
  }
}
.container-footer .footer-newsletter .footer-form .form-group {
  width: 100%;
  max-width: 400px;
  text-align: center;
  margin: 15px auto;
}
@media (min-width: 768px) {
  .container-footer .footer-newsletter .footer-form .form-group {
    margin: 0 15px 0 0;
    max-width: 100%;
  }
}
.container-footer .footer-newsletter .footer-form .form-group .form-control {
  border-radius: 0;
  background-color: transparent;
  border: 2px solid #fff;
  height: auto;
  padding: 10.5px 15px;
  font-size: 18px;
}
.container-footer .footer-newsletter .footer-form .form-group .form-control:focus {
  background-color: #fff;
  color: #054047;
  box-shadow: none;
}
.container-footer .footer-newsletter .footer-form .form-btn {
  padding-bottom: 60px;
  border-bottom: 1px solid #fff;
  margin-right: auto;
}
@media (min-width: 768px) {
  .container-footer .footer-newsletter .footer-form .form-btn {
    width: auto;
    padding-bottom: 0;
    border-bottom: 0;
    margin-right: 0;
  }
}
.container-footer .footer-newsletter .footer-form ::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
  font-size: 18px;
}
.container-footer .footer-newsletter .footer-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
  font-size: 18px;
}
.container-footer .footer-newsletter .footer-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
  font-size: 18px;
}
.container-footer .footer-newsletter .footer-form ::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
  font-size: 18px;
}
.container-footer .footer-cols {
  width: 100%;
  margin-top: 60px;
}
.container-footer .footer-cols .footer-col:nth-child(1) {
  order: 3;
}
@media (min-width: 992px) {
  .container-footer .footer-cols .footer-col:nth-child(1) {
    order: 1;
  }
}
.container-footer .footer-cols .footer-col:nth-child(2) {
  order: 1;
}
@media (min-width: 992px) {
  .container-footer .footer-cols .footer-col:nth-child(2) {
    order: 2;
  }
}
.container-footer .footer-cols .footer-col:nth-child(3) {
  order: 2;
}
@media (min-width: 992px) {
  .container-footer .footer-cols .footer-col:nth-child(3) {
    order: 3;
  }
}
.container-footer .footer-cols .footer-col:nth-child(4) {
  order: 4;
}
.container-footer .footer-cols .footer-col {
  width: 100%;
  margin: 30px auto;
}
@media (min-width: 992px) {
  .container-footer .footer-cols .footer-col {
    max-width: 25%;
    margin: 0;
    padding: 0 15px;
  }
  .container-footer .footer-cols .footer-col:first-child {
    padding-left: 0;
  }
  .container-footer .footer-cols .footer-col:last-child {
    padding-right: 0;
  }
}
.container-footer .footer-cols .footer-col .footer-about-link {
  margin-top: 0;
  margin-bottom: 15px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media (min-width: 992px) {
  .container-footer .footer-cols .footer-col .footer-about-link {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
  }
}
.container-footer .footer-cols .footer-col .footer-logo {
  width: 100%;
  display: inline-block;
}
.container-footer .footer-cols .footer-col .footer-logo img {
  width: 100%;
  max-width: 262px;
  display: block;
  margin: 0 auto 0 auto;
}
@media (min-width: 992px) {
  .container-footer .footer-cols .footer-col .footer-logo img {
    margin: 8px 0 0px 0;
  }
}
.container-footer .footer-cols .footer-col a {
  color: #fff;
  opacity: 1;
  transition: all 0.25s ease;
}
.container-footer .footer-cols .footer-col a:hover, .container-footer .footer-cols .footer-col a:focus, .container-footer .footer-cols .footer-col a:active, .container-footer .footer-cols .footer-col a.active {
  opacity: 0.7;
}
.container-footer .footer-cols .footer-col a, .container-footer .footer-cols .footer-col p {
  font-size: 18px;
  color: #fff;
}
.container-footer .footer-cols .footer-col h4 {
  font-size: 24px;
}
@media (min-width: 992px) {
  .container-footer .footer-cols .footer-col h4 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .container-footer .footer-cols .footer-col h4 {
    font-size: 24px;
  }
}
.container-footer .footer-cols .footer-col h4 a {
  font-size: 22px !important;
}
@media (min-width: 992px) {
  .container-footer .footer-cols .footer-col h4 a {
    font-size: 18px !important;
  }
}
@media (min-width: 1200px) {
  .container-footer .footer-cols .footer-col h4 a {
    font-size: 24px !important;
  }
}
.container-footer .footer-cols .footer-col a, .container-footer .footer-cols .footer-col p, .container-footer .footer-cols .footer-col h4 {
  text-align: center;
}
@media (min-width: 992px) {
  .container-footer .footer-cols .footer-col a, .container-footer .footer-cols .footer-col p, .container-footer .footer-cols .footer-col h4 {
    text-align: left;
  }
  .container-footer .footer-cols .footer-col.footer-menu {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .container-footer .footer-cols .footer-col.footer-menu {
    padding-left: 45px;
  }
}
@media (min-width: 1500px) {
  .container-footer .footer-cols .footer-col.footer-menu {
    padding-left: 60px;
  }
}
.container-footer .footer-cols .footer-col .footer-nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media (min-width: 992px) {
  .container-footer .footer-cols .footer-col .footer-nav {
    text-align: left;
  }
}
.container-footer .footer-cols .footer-col .footer-nav li {
  padding: 0;
  margin: 0;
  width: 100%;
}
.container-footer .footer-cols .footer-col .footer-nav li a {
  padding: 5px 0;
  display: block;
}
.container-footer .footer-cols .footer-col .footer-nav li:first-child a {
  padding-top: 0;
}
.container-footer .footer-cols .footer-col .affiliate-logo-container {
  margin-bottom: 30px;
  display: block;
}
.container-footer .footer-cols .footer-col .affiliate-logo {
  display: block;
  margin: 0 auto 30px auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 267px;
  max-height: 170px;
}
.container-footer .footer-cols .footer-col .affiliate-logo:last-child {
  margin-bottom: 0;
}
.container-footer .footer-cols .footer-col .social-media {
  text-align: center;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .container-footer .footer-cols .footer-col .social-media {
    text-align: left;
  }
  .container-footer .footer-cols .footer-col .social-media li:first-child {
    margin-left: 0;
  }
  .container-footer .footer-cols .footer-col .social-media li:first-child .btn-social {
    padding-left: 0;
  }
}
.container-footer .footer-cols .footer-col .social-media .btn-social {
  border: 0;
  width: auto;
  height: auto;
  font-size: 16px;
  background-color: transparent !important;
}
@media (min-width: 992px) {
  .container-footer .footer-cols .footer-col .social-media .btn-social {
    font-size: 18px;
  }
}
.container-footer .footer-cols .footer-col .brochure-image {
  margin: 30px auto 0 auto;
  display: block;
  width: 100%;
  max-width: 320px;
}
.container-footer .copyright {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  color: #fff;
  width: 100%;
  display: block;
  margin-top: 60px;
}
.container-footer .copyright a {
  color: #fff;
  text-decoration: none;
  opacity: 1;
}
.container-footer .copyright a:hover, .container-footer .copyright a:focus {
  opacity: 0.7;
  text-decoration: none;
}

#show-map {
  position: relative;
  cursor: pointer;
  min-height: 350px;
  background-image: url("../images/view-map.png");
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#show-map::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(5, 64, 71, 0.45);
}
#show-map.hidden {
  visibility: hidden;
}
#show-map .btn, #show-map .comments-area .form-submit .submit, .comments-area .form-submit #show-map .submit {
  position: relative;
}

.ajax-scroll-loading-icon {
  margin: 15px 0 0;
  color: #927149;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  visibility: hidden;
  opacity: 0;
}
.ajax-scroll-loading-icon.active {
  visibility: visible;
  opacity: 1;
}

.page-template-tp-home .container-header-image {
  margin-bottom: 0;
}

.page-template-tp-indigenous .container-header-image, .page-template-tp-sustainability .container-header-image {
  margin-bottom: 30px;
}
.page-template-tp-indigenous .container-header-image .hero-wrapper, .page-template-tp-sustainability .container-header-image .hero-wrapper {
  min-height: 260px;
}
@media (min-width: 768px) {
  .page-template-tp-indigenous .container-header-image .hero-wrapper, .page-template-tp-sustainability .container-header-image .hero-wrapper {
    height: 700px;
  }
}
.page-template-tp-indigenous .container-header-image .hero-wrapper .hero-caption, .page-template-tp-sustainability .container-header-image .hero-wrapper .hero-caption {
  padding: 60px 30px 15px;
}
@media (min-width: 768px) {
  .page-template-tp-indigenous .container-header-image .hero-wrapper .hero-caption, .page-template-tp-sustainability .container-header-image .hero-wrapper .hero-caption {
    padding: 60px 30px;
  }
  .page-template-tp-indigenous .container-header-image .hero-wrapper .hero-caption .hero-title, .page-template-tp-sustainability .container-header-image .hero-wrapper .hero-caption .hero-title {
    font-size: 44px;
    font-size: 2.75rem;
  }
}
.page-template-tp-indigenous .container-header-image .hero-wrapper .hero-overlay, .page-template-tp-sustainability .container-header-image .hero-wrapper .hero-overlay {
  background: rgba(0, 0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
.page-template-tp-indigenous .google-map-object, .page-template-tp-sustainability .google-map-object {
  height: 450px;
}

.indigenous-experiences {
  padding: 0;
}
@media (min-width: 768px) {
  .indigenous-experiences {
    padding: 60px 0;
  }
  .indigenous-experiences p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.indigenous-experiences.main-cta .item-pack .item {
  width: 100%;
  padding: 0;
}
.indigenous-experiences.main-cta .item-pack .item .item-inner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 195px;
  width: 100%;
  display: block;
  position: relative;
  transition: all 0.5s ease;
  background-color: #000;
  background-blend-mode: normal;
}
@media (min-width: 768px) {
  .indigenous-experiences.main-cta .item-pack .item .item-inner {
    height: 449px;
  }
}
.indigenous-experiences.main-cta .item-pack .item .item-inner .item-title {
  background-color: rgba(5, 64, 71, 0.7);
  padding: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: background-color 0.25s ease;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .indigenous-experiences.main-cta .item-pack .item .item-inner .item-title {
    font-size: 16px;
    font-size: 1rem;
  }
}
.indigenous-experiences.main-cta .item-pack .item .item-inner:hover .item-title, .indigenous-experiences.main-cta .item-pack .item .item-inner:focus .item-title, .indigenous-experiences.main-cta .item-pack .item .item-inner:active .item-title, .indigenous-experiences.main-cta .item-pack .item .item-inner.active .item-title {
  background-color: #054047;
}
.indigenous-experiences.full-cta p {
  color: #054047;
  font-style: italic;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .indigenous-experiences.full-cta p {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.indigenous-experiences.three-pack a {
  color: #fff;
}
.indigenous-experiences.three-pack a:hover .icon i, .indigenous-experiences.three-pack a:focus .icon i {
  opacity: 1;
}
.indigenous-experiences.three-pack a:hover .icon.image-icon img, .indigenous-experiences.three-pack a:focus .icon.image-icon img {
  opacity: 1;
}
.indigenous-experiences.three-pack .item {
  background-image: url("../images/img-social-bg-texture.jpg");
  background-position: center;
  padding: 75px 30px 45px;
  margin: 15px 0;
}
.indigenous-experiences.three-pack .item .icon i {
  font-size: 65px;
  font-size: 4.0625rem;
  opacity: 0.5;
}
.indigenous-experiences.three-pack .item .icon.image-icon img {
  max-width: 81px;
  opacity: 0.5;
}
@media (min-width: 1200px) {
  .indigenous-experiences.three-pack .item h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (min-width: 1500px) {
  .indigenous-experiences.three-pack .item h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.indigenous-experiences.full-bg .inner-container {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 30px 0;
  z-index: -1;
}
.indigenous-experiences.full-bg .inner-container::before {
  content: "";
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .indigenous-experiences.full-bg .inner-container {
    padding: 150px 45px;
  }
}
.indigenous-experiences.full-bg .inner-container .container {
  position: relative;
}
.indigenous-experiences.full-bg .inner-container p {
  font-family: "Open Sans", sans-serif;
  text-transform: none;
  font-weight: 400;
  font-style: italic;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 30px;
}
@media (min-width: 768px) {
  .indigenous-experiences.full-bg .inner-container p {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 38px;
  }
}
.indigenous-experiences.affect-change {
  padding-top: 30px;
  padding-bottom: 0;
}
.indigenous-experiences.affect-change .inner-container {
  padding: 0 15px;
}
.indigenous-experiences.affect-change .ac-title {
  margin: 0 0 75px;
}
.indigenous-experiences.affect-change .row {
  display: flex;
  flex-wrap: wrap;
}
.indigenous-experiences.affect-change .row::before, .indigenous-experiences.affect-change .row::after {
  display: none;
}
.indigenous-experiences.affect-change .inner-bg {
  min-height: 280px;
  background-size: cover;
  background-position: center;
}
.indigenous-experiences.affect-change .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .indigenous-experiences.affect-change .text-container {
    min-height: 550px;
  }
}
.indigenous-experiences.affect-change .text-content {
  padding: 15px;
}
@media (min-width: 768px) {
  .indigenous-experiences.affect-change .text-content {
    padding: 15px 30px;
  }
}
.indigenous-experiences.affect-change .text-content h2, .indigenous-experiences.affect-change .text-content h3 {
  margin-top: 15px;
}
.indigenous-experiences.affect-change .text-content h2, .indigenous-experiences.affect-change .text-content h3, .indigenous-experiences.affect-change .text-content p {
  font-size: 22px;
  font-size: 1.375rem;
}
@media (min-width: 768px) {
  .indigenous-experiences.affect-change .text-content h2, .indigenous-experiences.affect-change .text-content h3, .indigenous-experiences.affect-change .text-content p {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.iframe-container {
  position: relative;
}
.iframe-container .iframe-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background-color: rgba(5, 64, 71, 0.7);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.iframe-container .iframe-overlay:hover {
  cursor: pointer;
  background-color: rgba(5, 64, 71, 0.95);
}
.iframe-container .iframe-overlay .overlay-text {
  padding: 0 15px;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Great Forest", sans-serif;
}

img.alignleft,
img.aligncenter,
img.alignright,
img.alignnone {
  margin-bottom: 15px;
}

img[class*=wp-image],
img.size-thumbnail,
img.size-medium,
img.size-large,
img.size-full {
  display: block;
  height: auto;
  max-width: 100%;
}

article[id*=post] img[style*=width] {
  display: block !important;
  height: auto !important;
  max-width: 100% !important;
}

.alignleft {
  float: left;
  margin-right: 30px;
}

.alignright {
  float: right;
  margin-left: 30px;
}

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

table.aligncenter {
  display: table;
}

.wp-caption {
  max-width: 100%;
  margin-bottom: 15px;
  text-align: left;
}

.wp-caption-text {
  margin: 6px 0;
  font-style: italic;
  line-height: 16px;
}

.widget {
  margin: 0 0 15px;
  background: #ffffff;
  -webkit-hyphens: auto;
          hyphens: auto;
  word-wrap: break-word;
}
@media (min-width: 768px) {
  .widget {
    margin-bottom: 30px;
  }
}
.widget .widget-title {
  margin: 0 0 30px;
  padding: 0;
}
.widget ul, .widget ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.widget li {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #d9d9d9;
}
.widget li:last-child {
  border-bottom: 0;
}

.widget_meta ul > li > a,
.widget_recent_entries ul > li > a,
.widget_archive ul > li > a,
.widget_categories ul > li > a,
.widget_nav_menu ul > li > a,
.widget_pages ul > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.widget_rss li {
  background: #fff;
  border-bottom: 1px solid #f7f7f7;
  padding: 24px 16px 16px 16px;
}
.widget_rss .rsswidget {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 24px;
}
.widget_rss .rss-date {
  display: block;
  color: #a2a2a2;
  font-size: 14px;
  font-size: 0.875rem;
}
.widget_rss .rssSummary {
  overflow: hidden;
  height: 68px;
  margin: 16px 0;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
}
.widget_rss cite {
  color: #a2a2a2;
  font-size: 13px;
  font-size: 0.8125rem;
}

.widget_calendar {
  font-size: 10px;
  font-size: 0.625rem;
}
@media (min-width: 768px) {
  .widget_calendar {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.widget_calendar table {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.widget_calendar caption {
  padding: 0 16px 16px 16px;
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: right;
}
.widget_calendar thead {
  font-size: 10px;
  font-size: 0.625rem;
}
.widget_calendar thead th {
  border-bottom: none;
  padding-bottom: 10px;
  vertical-align: bottom;
  text-align: center;
}
.widget_calendar tbody {
  color: #aaa;
}
.widget_calendar tbody td {
  background: #f5f5f5;
  border: 1px solid #fff;
  padding: 8px;
  text-align: center;
}
.widget_calendar tbody td:hover {
  background: #fff;
}
.widget_calendar tbody .pad:hover {
  background: #f5f5f5;
}
.widget_calendar tfoot #next {
  padding: 16px 16px 16px 16px;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  text-align: right;
}
.widget_calendar tfoot #prev {
  padding: 16px 16px 16px 16px;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
}

.widget_recent_comments {
  font-size: 14px;
  font-size: 0.875rem;
}
.widget_recent_comments li {
  border-bottom: 1px solid #f7f7f7;
  padding: 24px 16px 16px 16px;
  background: #fff;
}
.widget_recent_comments a {
  font-weight: bold;
}
.widget_recent_comments .comment-author-link {
  color: #a2a2a2;
}

.widget_recent_entries .recent-post {
  border-bottom: 1px solid #f7f7f7;
  padding: 24px 16px 16px 16px;
  background: #fff;
}
.widget_recent_entries .recent-post .post-title {
  padding: 0;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 24px;
}
.widget_recent_entries .recent-post .post-date {
  display: block;
  color: #a2a2a2;
  font-size: 14px;
  font-size: 0.875rem;
}

.widget_search {
  padding: 15px;
}
.widget_search form {
  padding: 0;
  background: #fff;
}
.widget_search .search-submit {
  display: none;
}
.widget_search label {
  display: block;
}

.widget_tag_cloud .tagcloud {
  background: #fff;
  border-bottom: 1px solid #f7f7f7;
  padding: 16px;
}

html {
  scroll-behavior: smooth;
}

body{
  font-family: brandon-grotesque, system-ui, sans-serif;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.has-primary-50-color {
  color: #FFFFFF;
}

.has-primary-50-background-color {
  background-color: #FFFFFF;
}

.has-primary-500-color {
  color: #76ACA9;
}

.has-primary-500-background-color {
  background-color: #76ACA9;
}

.has-primary-700-color {
  color: #004B55;
}

.has-primary-700-background-color {
  background-color: #004B55;
}

.has-secondary-300-color {
  color: #BCB49E;
}

.has-secondary-300-background-color {
  background-color: #BCB49E;
}

.has-secondary-500-color {
  color: #927149;
}

.has-secondary-500-background-color {
  background-color: #927149;
}

.has-secondary-700-color {
  color: #4D4532;
}

.has-secondary-700-background-color {
  background-color: #4D4532;
}

.has-tertiary-50-color {
  color: #F3F3F3;
}

.has-tertiary-50-background-color {
  background-color: #F3F3F3;
}

.has-tertiary-500-color {
  color: #939598;
}

.has-tertiary-500-background-color {
  background-color: #939598;
}

.has-tertiary-700-color {
  color: #4D4D4F;
}

.has-tertiary-700-background-color {
  background-color: #4D4D4F;
}

.has-black-color {
  color: #000;
}

.has-black-background-color {
  background-color: #000;
}

.has-white-color {
  color: #fff;
}

.has-white-background-color {
  background-color: #fff;
}

.admin-bar #header {
  top: 0;
}
@media (min-width: 601px) {
  .admin-bar #header {
    top: 46px;
  }
}
@media (min-width: 783px) {
  .admin-bar #header {
    top: 32px;
  }
}

.alignwide {
  width: auto;
}

.alignfull {
  width: auto;
}

.wp-block-table.alignwide, .wp-block-table.alignfull {
  width: 100vw !important;
}

.offscreen-slider {
  width: calc((100vw - 1280px) / 2 + 1000px);
}
@media only screen and (max-width: 640px) {
  .offscreen-slider {
    width: 100%;
  }
}

.wpforms-container input[type=radio] {
  -webkit-appearance: radio !important;
  -moz-appearance: radio !important;
  appearance: radio !important;
}

.wpforms-container input[type=checkbox] {
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  appearance: checkbox !important;
}

.wpforms-container input[type=radio]:checked:before,
.wpforms-container input[type=radio]:before,
.wpforms-container input[type=checkbox]:checked:before,
.wpforms-container input[type=checkbox]:before,
.wpforms-container input[type=radio]:checked:after,
.wpforms-container input[type=radio]:after,
.wpforms-container input[type=checkbox]:checked:after,
.wpforms-container input[type=checkbox]:after {
  display: none !important;
}

.wpforms-container {
  padding-bottom: 60px;
}
.wpforms-container.wpforms-container-full {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding-bottom: 30px;
}
.wpforms-container.wpforms-container-full .wpforms-form {
  padding: 10px 30px 30px;
  background-color: lightgrey;
  border-radius: 20px;
}
.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field {
  padding: 20px 0 10px;
}
.wpforms-container.wpforms-container-full .wpforms-form input[type=text],
.wpforms-container.wpforms-container-full .wpforms-form input[type=tel],
.wpforms-container.wpforms-container-full .wpforms-form input[type=email],
.wpforms-container.wpforms-container-full .wpforms-form input[type=number],
.wpforms-container.wpforms-container-full .wpforms-form select,
.wpforms-container.wpforms-container-full .wpforms-form textarea {
  border: 0;
  border-bottom: 2px solid blue;
  font-size: 17px;
  letter-spacing: 0.85px;
}
.wpforms-container.wpforms-container-full .wpforms-form input[type=text]:hover, .wpforms-container.wpforms-container-full .wpforms-form input[type=text]:focus, .wpforms-container.wpforms-container-full .wpforms-form input[type=text]:active,
.wpforms-container.wpforms-container-full .wpforms-form input[type=tel]:hover,
.wpforms-container.wpforms-container-full .wpforms-form input[type=tel]:focus,
.wpforms-container.wpforms-container-full .wpforms-form input[type=tel]:active,
.wpforms-container.wpforms-container-full .wpforms-form input[type=email]:hover,
.wpforms-container.wpforms-container-full .wpforms-form input[type=email]:focus,
.wpforms-container.wpforms-container-full .wpforms-form input[type=email]:active,
.wpforms-container.wpforms-container-full .wpforms-form input[type=number]:hover,
.wpforms-container.wpforms-container-full .wpforms-form input[type=number]:focus,
.wpforms-container.wpforms-container-full .wpforms-form input[type=number]:active,
.wpforms-container.wpforms-container-full .wpforms-form select:hover,
.wpforms-container.wpforms-container-full .wpforms-form select:focus,
.wpforms-container.wpforms-container-full .wpforms-form select:active,
.wpforms-container.wpforms-container-full .wpforms-form textarea:hover,
.wpforms-container.wpforms-container-full .wpforms-form textarea:focus,
.wpforms-container.wpforms-container-full .wpforms-form textarea:active {
  border: 0;
  border-bottom: 2px solid red;
}
.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-label-inline {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.8px;
}
.wpforms-container.wpforms-container-full .wpforms-form .wpforms-submit-container {
  clear: unset;
}
.wpforms-container.wpforms-container-full .wpforms-form button[type=submit] {
  text-transform: uppercase;
  font-size: 17px;
  border-radius: 10px;
  background-color: red;
  font-weight: bold;
  color: #fff;
  letter-spacing: 1.5px;
}
.wpforms-container.wpforms-container-full .wpforms-form button[type=submit]:hover, .wpforms-container.wpforms-container-full .wpforms-form button[type=submit]:focus, .wpforms-container.wpforms-container-full .wpforms-form button[type=submit]:active {
  background-color: blue;
}
.wpforms-container .wpforms-field-html {
  font-size: 16px;
}
.wpforms-container .wpforms-field-html h2 {
  font-size: 30px;
  letter-spacing: 0.75px;
}
@media only screen and (max-width: 900px) {
  .wpforms-container .wpforms-field-html h2 {
    font-size: 22px;
  }
}
.wpforms-container .wpforms-field-html p {
  font-size: 17px;
  letter-spacing: 0.17px;
}
.wpforms-container .wpforms-field-html i {
  margin-right: 10px;
}
.wpforms-container .wpforms-field-html small {
  font-size: 14px;
}

.swiper-custom-controls .swiper-pagination {
  position: relative !important;
  display: inline-block !important;
  padding: 0 15px 5px !important;
  top: unset !important;
  left: unset !important;
  right: unset !important;
  bottom: unset !important;
  width: auto !important;
}
.swiper-custom-controls .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid #2F7C95;
  margin: 0 2px !important;
  background-color: transparent !important;
}
.swiper-custom-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #2F7C95 !important;
}

.single-post .container-header-image {
  display: none;
}
.single-post .styled-post-content h1, .single-post .styled-post-content h2, .single-post .styled-post-content h3 {
  font-family: "Great Forest";
}
.hover\:border-primary-500:hover{
  --tw-border-opacity: 1;
  border-color: rgb(118 172 169 / var(--tw-border-opacity));
}
.hover\:border-secondary-500:hover{
  --tw-border-opacity: 1;
  border-color: rgb(146 113 73 / var(--tw-border-opacity));
}
.hover\:border-primary-700:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 75 85 / var(--tw-border-opacity));
}
.hover\:bg-primary-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(118 172 169 / var(--tw-bg-opacity));
}
.hover\:bg-secondary-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(146 113 73 / var(--tw-bg-opacity));
}
.hover\:bg-tertiary-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(147 149 152 / var(--tw-bg-opacity));
}
.hover\:bg-primary-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 75 85 / var(--tw-bg-opacity));
}
.hover\:bg-tertiary-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(77 77 79 / var(--tw-bg-opacity));
}
.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:bg-tertiary-500\/10:hover{
  background-color: rgb(147 149 152 / 0.1);
}
.hover\:text-primary-500:hover{
  --tw-text-opacity: 1;
  color: rgb(118 172 169 / var(--tw-text-opacity));
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.hover\:text-primary-700:hover{
  --tw-text-opacity: 1;
  color: rgb(0 75 85 / var(--tw-text-opacity));
}
.hover\:shadow-md:hover{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.dark .dark\:prose-invert{
  --tw-prose-body: var(--tw-prose-invert-body);
  --tw-prose-headings: var(--tw-prose-invert-headings);
  --tw-prose-lead: var(--tw-prose-invert-lead);
  --tw-prose-links: var(--tw-prose-invert-links);
  --tw-prose-bold: var(--tw-prose-invert-bold);
  --tw-prose-counters: var(--tw-prose-invert-counters);
  --tw-prose-bullets: var(--tw-prose-invert-bullets);
  --tw-prose-hr: var(--tw-prose-invert-hr);
  --tw-prose-quotes: var(--tw-prose-invert-quotes);
  --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);
  --tw-prose-captions: var(--tw-prose-invert-captions);
  --tw-prose-code: var(--tw-prose-invert-code);
  --tw-prose-pre-code: var(--tw-prose-invert-pre-code);
  --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);
  --tw-prose-th-borders: var(--tw-prose-invert-th-borders);
  --tw-prose-td-borders: var(--tw-prose-invert-td-borders);
}
@media (min-width: 640px){
  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:pt-36{
    padding-top: 9rem;
  }
}
@media (min-width: 768px){
  .md\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .md\:mb-16{
    margin-bottom: 4rem;
  }
  .md\:mb-12{
    margin-bottom: 3rem;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:items-end{
    align-items: flex-end;
  }
  .md\:gap-x-16{
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
  .md\:p-8{
    padding: 2rem;
  }
  .md\:p-12{
    padding: 3rem;
  }
  .md\:pb-10{
    padding-bottom: 2.5rem;
  }
  .md\:\!text-xl{
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }
}
@media (min-width: 1024px){
  .lg\:max-w-none{
    max-width: none;
  }
  .lg\:max-w-7xl{
    max-width: 80rem;
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:prose-lg{
    font-size: 1.125rem;
    line-height: 1.7777778;
  }
  .lg\:prose-lg :where(p):not(:where([class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }
  .lg\:prose-lg :where([class~="lead"]):not(:where([class~="not-prose"] *)){
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }
  .lg\:prose-lg :where(blockquote):not(:where([class~="not-prose"] *)){
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-left: 1em;
  }
  .lg\:prose-lg :where(h1):not(:where([class~="not-prose"] *)){
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }
  .lg\:prose-lg :where(h2):not(:where([class~="not-prose"] *)){
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }
  .lg\:prose-lg :where(h3):not(:where([class~="not-prose"] *)){
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }
  .lg\:prose-lg :where(h4):not(:where([class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }
  .lg\:prose-lg :where(img):not(:where([class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .lg\:prose-lg :where(video):not(:where([class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .lg\:prose-lg :where(figure):not(:where([class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .lg\:prose-lg :where(figure > *):not(:where([class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  .lg\:prose-lg :where(figcaption):not(:where([class~="not-prose"] *)){
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }
  .lg\:prose-lg :where(code):not(:where([class~="not-prose"] *)){
    font-size: 0.8888889em;
  }
  .lg\:prose-lg :where(h2 code):not(:where([class~="not-prose"] *)){
    font-size: 0.8666667em;
  }
  .lg\:prose-lg :where(h3 code):not(:where([class~="not-prose"] *)){
    font-size: 0.875em;
  }
  .lg\:prose-lg :where(pre):not(:where([class~="not-prose"] *)){
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
  }
  .lg\:prose-lg :where(ol):not(:where([class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.5555556em;
  }
  .lg\:prose-lg :where(ul):not(:where([class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.5555556em;
  }
  .lg\:prose-lg :where(li):not(:where([class~="not-prose"] *)){
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }
  .lg\:prose-lg :where(ol > li):not(:where([class~="not-prose"] *)){
    padding-left: 0.4444444em;
  }
  .lg\:prose-lg :where(ul > li):not(:where([class~="not-prose"] *)){
    padding-left: 0.4444444em;
  }
  .lg\:prose-lg :where(.lg\:prose-lg > ul > li p):not(:where([class~="not-prose"] *)){
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }
  .lg\:prose-lg :where(.lg\:prose-lg > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }
  .lg\:prose-lg :where(.lg\:prose-lg > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
    margin-bottom: 1.3333333em;
  }
  .lg\:prose-lg :where(.lg\:prose-lg > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }
  .lg\:prose-lg :where(.lg\:prose-lg > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
    margin-bottom: 1.3333333em;
  }
  .lg\:prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }
  .lg\:prose-lg :where(hr):not(:where([class~="not-prose"] *)){
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }
  .lg\:prose-lg :where(hr + *):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }
  .lg\:prose-lg :where(h2 + *):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }
  .lg\:prose-lg :where(h3 + *):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }
  .lg\:prose-lg :where(h4 + *):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }
  .lg\:prose-lg :where(table):not(:where([class~="not-prose"] *)){
    font-size: 0.8888889em;
    line-height: 1.5;
  }
  .lg\:prose-lg :where(thead th):not(:where([class~="not-prose"] *)){
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }
  .lg\:prose-lg :where(thead th:first-child):not(:where([class~="not-prose"] *)){
    padding-left: 0;
  }
  .lg\:prose-lg :where(thead th:last-child):not(:where([class~="not-prose"] *)){
    padding-right: 0;
  }
  .lg\:prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)){
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }
  .lg\:prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){
    padding-left: 0;
  }
  .lg\:prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){
    padding-right: 0;
  }
  .lg\:prose-lg :where(.lg\:prose-lg > :first-child):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }
  .lg\:prose-lg :where(.lg\:prose-lg > :last-child):not(:where([class~="not-prose"] *)){
    margin-bottom: 0;
  }
  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:\!text-\[20px\]{
    font-size: 20px !important;
  }
  .lg\:\!leading-8{
    line-height: 2rem !important;
  }
}
@media (min-width: 1280px){
  .xl\:text-9xl{
    font-size: 8rem;
    line-height: 1;
  }
  .xl\:text-8xl{
    font-size: 6rem;
    line-height: 1;
  }
  .xl\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }
  .xl\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
  .xl\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .xl\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .xl\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
