@import url('https://fonts.googleapis.com/css2?family=Koh+Santepheap:wght@400;700&family=Open+Sans:wght@300;400;700&display=swap');

/*!
Theme Name: Abbey Labs
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Custom theme for Abbey Labs
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: abbeylabs
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Abbey Labs is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/**
 * The line above injects the WordPress file header. It needs to be first,
 * before this comment.
 */

/**
 * This injects custom `@font-face` rules.
 */

/**
 * Custom `@font-face` rules
 *
 * These will be added immediately before Tailwind’s `base` layer.
 */

/**
 * This injects Tailwind's base styles and any base styles registered by
 * plugins, then adds custom base styles.
 */

/*! tailwindcss v3.0.15 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Open Sans, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

/**
	 * This uses the background and foreground colors declared in the
	 * `theme.json` file and is applied both to the frontend and in the block
	 * editor.
	*/

body{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity));
  font-family: Open Sans, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

html body#tinymce{
  padding: 1rem !important;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

h1{
  font-size: 35px;
  line-height: 47px;
  font-family: Koh Santepheap, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 700;
}

@media (min-width: 640px){
  h1{
    font-size: 58px;
    line-height: 78px;
  }
}

h1 {
  /* text-al-dark-green */
}

h2{
  font-size: 25px;
  line-height: 33px;
  font-family: Koh Santepheap, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 700;
}

@media (min-width: 640px){
  h2{
    font-size: 35px;
    line-height: 47px;
  }
}

h2 {
  /* text-al-dark-green */
}

h3{
  font-size: 20px;
  line-height: 32px;
  font-family: Koh Santepheap, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 700;
}

@media (min-width: 640px){
  h3{
    font-size: 25px;
    line-height: 33px;
  }
}

h3 {
  /* text-al-dark-green */
}

h4{
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  /* text-al-grey */
}

h5{
  font-size: 18px;
  line-height: 35px;
  font-weight: 700;
  text-transform: uppercase;
  /* text-al-grey */
}

h6{
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  /* text-al-grey */
}

input, textarea, select{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(112 112 112 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 15px;
}

iframe{
  max-width: 100%;
}

.entry-content p, body#tinymce p{
  line-height: 2;
}

.container-layout{
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
  max-width: 1400px;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 1024px){
  .container-layout{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.container-content{
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
  max-width: 1240px;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 1024px){
  .container-content{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.container-text{
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
  max-width: 1083px;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 1024px){
  .container-text{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

/**
	ICONS
	search: hero - search
	arrows: hero - arrow-sm-right
	chevrons: hero
	map-pin: svg
	person: svg
	paper plane: svg
	phone: svg
	asteroid ship: svg
	envelope: svg
	animals: svg
	gift: svg
	*/

*, ::before, ::after{
  --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:  ;
}

/**
 * Custom styles to immediately follow Tailwind’s `base` layer
 *
 * “Add things like base typography styles [or] opinionated global resets.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-base-styles
 */

/**
 * This injects Tailwind's component classes and any component classes
 * registered by plugins, then adds custom component classes.
 */

.admin-bar::before{
  position: fixed;
  z-index: 2147483647;
  bottom: 0;
  right: 0;
  padding: .3333333em .5em;
  font-size: 12px;
  line-height: 1;
  font-family: sans-serif;
  background-color: #000;
  color: #fff;
  box-shadow: 0 0 0 1px #fff;
  content: 'screen: _';
}

@media (min-width: 475px){
  .admin-bar::before{
    content: 'screen: xs';
  }
}

@media (min-width: 640px){
  .admin-bar::before{
    content: 'screen: sm';
  }
}

@media (min-width: 768px){
  .admin-bar::before{
    content: 'screen: md';
  }
}

@media (min-width: 1024px){
  .admin-bar::before{
    content: 'screen: lg';
  }
}

@media (min-width: 1280px){
  .admin-bar::before{
    content: 'screen: xl';
  }
}

@media (min-width: 1536px){
  .admin-bar::before{
    content: 'screen: 2xl';
  }
}

/**
	 * Post title styles
	 *
	 * These will be applied to all headings with an `entry-title` class on the
	 * frontend and to the post heading in the block editor.
	 *
	 * The supplied styles are meant to match the default `h1` classes from
	 * Tailwind Typography.
	 */

.entry-title{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  max-width: 1240px;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}

.entry-title-invert{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  max-width: 1240px;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/**
	 * Post content styles (via Tailwind Typography)
	 *
	 * These will be applied to all content blocks with an `entry-content` class on
	 * the frontend and within the block editor.
	 *
	 * For details on how to customize Tailwind Typography via its modifier
	 * classes, please see:
	 *
	 * https://tailwindcss.com/docs/typography-plugin
	 */

.entry-content{
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.entry-content :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;
}

.entry-content :where(a):not(:where([class~="not-prose"] *)){
}

.entry-content :where(strong):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.entry-content :where(ol):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
  padding-left: 1.625em;
}

.entry-content :where(ol[type="A"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.entry-content :where(ol[type="a"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.entry-content :where(ol[type="A" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.entry-content :where(ol[type="a" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.entry-content :where(ol[type="I"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.entry-content :where(ol[type="i"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.entry-content :where(ol[type="I" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.entry-content :where(ol[type="i" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.entry-content :where(ol[type="1"]):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
}

.entry-content :where(ul):not(:where([class~="not-prose"] *)){
  list-style-type: disc;
  padding-left: 1.625em;
}

.entry-content :where(ol > li):not(:where([class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.entry-content :where(ul > li):not(:where([class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}

.entry-content :where(hr):not(:where([class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.entry-content :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;
}

.entry-content :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before{
  content: open-quote;
}

.entry-content :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after{
  content: close-quote;
}

.entry-content :where(h1):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  margin-top: 0;
  margin-bottom: 0.5em;
}

.entry-content :where(h1 strong):not(:where([class~="not-prose"] *)){
  font-weight: 900;
}

.entry-content :where(h2):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  margin-top: 2em;
  margin-bottom: 0.5em;
}

.entry-content :where(h2 strong):not(:where([class~="not-prose"] *)){
  font-weight: 800;
}

.entry-content :where(h3):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  margin-top: 1.6em;
  margin-bottom: 0.5em;
}

.entry-content :where(h3 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
}

.entry-content :where(h4):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-minor-headings);
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

.entry-content :where(h4 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
}

.entry-content :where(figure > *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.entry-content :where(figcaption):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.entry-content :where(code):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.entry-content :where(code):not(:where([class~="not-prose"] *))::before{
  content: "`";
}

.entry-content :where(code):not(:where([class~="not-prose"] *))::after{
  content: "`";
}

.entry-content :where(a code):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-links);
}

.entry-content :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;
}

.entry-content :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;
}

.entry-content :where(pre code):not(:where([class~="not-prose"] *))::before{
  content: none;
}

.entry-content :where(pre code):not(:where([class~="not-prose"] *))::after{
  content: none;
}

.entry-content :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;
}

.entry-content :where(thead):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.entry-content :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;
}

.entry-content :where(tbody tr):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.entry-content :where(tbody tr:last-child):not(:where([class~="not-prose"] *)){
  border-bottom-width: 0;
}

.entry-content :where(tbody td):not(:where([class~="not-prose"] *)){
  vertical-align: baseline;
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.entry-content{
  --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;
}

.entry-content :where(p):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 2em;
}

.entry-content :where(img):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.entry-content :where(video):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.entry-content :where(figure):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.entry-content :where(h2 code):not(:where([class~="not-prose"] *)){
  font-size: 0.875em;
}

.entry-content :where(h3 code):not(:where([class~="not-prose"] *)){
  font-size: 0.9em;
}

.entry-content :where(li):not(:where([class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.entry-content :where(ol > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}

.entry-content :where(ul > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}

.entry-content > :where(ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.entry-content > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}

.entry-content > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.entry-content > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}

.entry-content > :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.entry-content :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.entry-content :where(hr + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.entry-content :where(h2 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.entry-content :where(h3 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.entry-content :where(h4 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.entry-content :where(thead th:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}

.entry-content :where(thead th:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}

.entry-content :where(tbody td:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}

.entry-content :where(tbody td:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}

.entry-content > :where(:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.entry-content > :where(:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}

.entry-content :where(ol, ul):not(:where([class~="not-prose"] *)){
  box-sizing: border-box;
}

.entry-content :where(h5):not(:where([class~="not-prose"] *)){
  margin-bottom: 0.5em;
  color: var(--tw-prose-minor-headings);
}

.entry-content :where(h6):not(:where([class~="not-prose"] *)){
  margin-bottom: 0.5em;
  color: var(--tw-prose-minor-headings);
}

.entry-content :where(p a, li a, td a, blockquote a):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-links);
}

.entry-content :where(a:hover):not(:where([class~="not-prose"] *)){
  text-decoration: underline;
}

.entry-content{
  --tw-prose-body: #6b6b6b;
  --tw-prose-headings: #145629;
  --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: #145629;
  --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;
  --tw-prose-minor-headings: #707070;
  max-width: none;
}

.entry-content :is(:where(a):not(:where([class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(20 86 41 / var(--tw-text-opacity));
}

.entry-content-invert{
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.entry-content-invert :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;
}

.entry-content-invert :where(a):not(:where([class~="not-prose"] *)){
}

.entry-content-invert :where(strong):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.entry-content-invert :where(ol):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
  padding-left: 1.625em;
}

.entry-content-invert :where(ol[type="A"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.entry-content-invert :where(ol[type="a"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.entry-content-invert :where(ol[type="A" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.entry-content-invert :where(ol[type="a" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.entry-content-invert :where(ol[type="I"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.entry-content-invert :where(ol[type="i"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.entry-content-invert :where(ol[type="I" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.entry-content-invert :where(ol[type="i" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.entry-content-invert :where(ol[type="1"]):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
}

.entry-content-invert :where(ul):not(:where([class~="not-prose"] *)){
  list-style-type: disc;
  padding-left: 1.625em;
}

.entry-content-invert :where(ol > li):not(:where([class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.entry-content-invert :where(ul > li):not(:where([class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}

.entry-content-invert :where(hr):not(:where([class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.entry-content-invert :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;
}

.entry-content-invert :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before{
  content: open-quote;
}

.entry-content-invert :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after{
  content: close-quote;
}

.entry-content-invert :where(h1):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  margin-top: 0;
  margin-bottom: 0.5em;
}

.entry-content-invert :where(h1 strong):not(:where([class~="not-prose"] *)){
  font-weight: 900;
}

.entry-content-invert :where(h2):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  margin-top: 2em;
  margin-bottom: 0.5em;
}

.entry-content-invert :where(h2 strong):not(:where([class~="not-prose"] *)){
  font-weight: 800;
}

.entry-content-invert :where(h3):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  margin-top: 1.6em;
  margin-bottom: 0.5em;
}

.entry-content-invert :where(h3 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
}

.entry-content-invert :where(h4):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-minor-headings);
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

.entry-content-invert :where(h4 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
}

.entry-content-invert :where(figure > *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.entry-content-invert :where(figcaption):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.entry-content-invert :where(code):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.entry-content-invert :where(code):not(:where([class~="not-prose"] *))::before{
  content: "`";
}

.entry-content-invert :where(code):not(:where([class~="not-prose"] *))::after{
  content: "`";
}

.entry-content-invert :where(a code):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-links);
}

.entry-content-invert :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;
}

.entry-content-invert :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;
}

.entry-content-invert :where(pre code):not(:where([class~="not-prose"] *))::before{
  content: none;
}

.entry-content-invert :where(pre code):not(:where([class~="not-prose"] *))::after{
  content: none;
}

.entry-content-invert :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;
}

.entry-content-invert :where(thead):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.entry-content-invert :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;
}

.entry-content-invert :where(tbody tr):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.entry-content-invert :where(tbody tr:last-child):not(:where([class~="not-prose"] *)){
  border-bottom-width: 0;
}

.entry-content-invert :where(tbody td):not(:where([class~="not-prose"] *)){
  vertical-align: baseline;
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.entry-content-invert{
  --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;
}

.entry-content-invert :where(p):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 2em;
}

.entry-content-invert :where(img):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.entry-content-invert :where(video):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.entry-content-invert :where(figure):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.entry-content-invert :where(h2 code):not(:where([class~="not-prose"] *)){
  font-size: 0.875em;
}

.entry-content-invert :where(h3 code):not(:where([class~="not-prose"] *)){
  font-size: 0.9em;
}

.entry-content-invert :where(li):not(:where([class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.entry-content-invert :where(ol > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}

.entry-content-invert :where(ul > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}

.entry-content-invert > :where(ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.entry-content-invert > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}

.entry-content-invert > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.entry-content-invert > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}

.entry-content-invert > :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.entry-content-invert :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.entry-content-invert :where(hr + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.entry-content-invert :where(h2 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.entry-content-invert :where(h3 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.entry-content-invert :where(h4 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.entry-content-invert :where(thead th:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}

.entry-content-invert :where(thead th:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}

.entry-content-invert :where(tbody td:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}

.entry-content-invert :where(tbody td:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}

.entry-content-invert > :where(:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.entry-content-invert > :where(:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}

.entry-content-invert :where(ol, ul):not(:where([class~="not-prose"] *)){
  box-sizing: border-box;
}

.entry-content-invert :where(h5):not(:where([class~="not-prose"] *)){
  margin-bottom: 0.5em;
  color: var(--tw-prose-minor-headings);
}

.entry-content-invert :where(h6):not(:where([class~="not-prose"] *)){
  margin-bottom: 0.5em;
  color: var(--tw-prose-minor-headings);
}

.entry-content-invert :where(p a, li a, td a, blockquote a):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-links);
}

.entry-content-invert :where(a:hover):not(:where([class~="not-prose"] *)){
  text-decoration: underline;
}

.entry-content-invert{
  --tw-prose-body: #fff;
  --tw-prose-headings: #fff;
  --tw-prose-lead: #fff;
  --tw-prose-links: #fff;
  --tw-prose-bold: #fff;
  --tw-prose-counters: #fff;
  --tw-prose-bullets: #fff;
  --tw-prose-hr: #fff;
  --tw-prose-quotes: #fff;
  --tw-prose-quote-borders: #fff;
  --tw-prose-captions: #fff;
  --tw-prose-code: #fff;
  --tw-prose-pre-code: #fff;
  --tw-prose-pre-bg: #fff;
  --tw-prose-th-borders: #fff;
  --tw-prose-td-borders: #fff;
  --tw-prose-minor-headings: #fff;
  --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;
  max-width: none;
}

.entry-content-invert :is(:where(a):not(:where([class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(20 86 41 / var(--tw-text-opacity));
}

/* Content width from the `theme.json` file */

.entry-content > *{
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
}

/* Wide width from the `theme.json` file */

.entry-content > .alignwide{
  max-width: 60rem;
}

/* Full width */

.entry-content > .alignfull{
  max-width: none;
}

#masthead{
  position: relative;
  top: 0px;
  z-index: 100;
  --tw-shadow: 0 3px 16px rgba(0, 0, 0, 0.16);
  --tw-shadow-colored: 0 3px 16px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px){
  #masthead{
    position: -webkit-sticky;
    position: sticky;
  }
}

#masthead{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(20 86 41 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  body.admin-bar #masthead{
    top: 32px;
  }
}

@media (max-width: 782px) {
  body #masthead{
    position: relative;
  }

  body #masthead{
    top: 0px;
  }
}

#header{
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
  max-width: 1677px;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 1024px){
  #header{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

#header{
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 22px;
  padding-bottom: 22px;
}

@media (min-width: 1280px){
  #header{
    display: flex;
  }
}

#header #logo{
  grid-column: span 3 / span 3;
}

#header #search{
  order: 2;
  justify-self: end;
}

@media (min-width: 1280px){
  #header #search{
    order: 3;
  }
}

#header #logo, #header #search{
  flex-shrink: 0;
}

#header .custom-logo{
  max-height: 55px;
  width: auto;
}

#header #site-navigation{
  order: 3;
  grid-column: span 4 / span 4;
  flex-grow: 1;
}

@media (min-width: 1280px){
  #header #site-navigation{
    order: 2;
  }

  #primary-menu{
    display: flex;
  }

  #primary-menu{
    flex-wrap: wrap;
  }

  #primary-menu{
    justify-content: center;
  }

  #primary-menu > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

#primary-menu a{
  display: block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-weight: 700;
}

#primary-menu a:hover{
  --tw-text-opacity: 1;
  color: rgb(69 167 53 / var(--tw-text-opacity));
}

#primary-menu li{
  position: relative;
}

#primary-menu li.current_menu_item a, #primary-menu li.current_page_ancestor a{
  --tw-text-opacity: 1;
  color: rgb(255 169 21 / var(--tw-text-opacity));
}

#primary-menu > li > ul {
  transform: translate3d(0, 0, 0);
  padding-left: 1rem;
}

@media (min-width: 1280px){
  #primary-menu > li > ul{
    position: absolute;
  }

  #primary-menu > li > ul{
    top: 100%;
  }

  #primary-menu > li > ul{
    left: 0px;
  }

  #primary-menu > li > ul{
    z-index: 50;
  }

  #primary-menu > li > ul{
    width: 200px;
  }

  #primary-menu > li > ul{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  #primary-menu > li > ul{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  #primary-menu > li > ul{
    padding-left: 0px;
  }

  #primary-menu > li > ul{
    --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);
  }
}

.search-form{
  display: flex;
}

main#primary{
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
  max-width: 1400px;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 1024px){
  main#primary{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.banner-shape-wrapper{
  pointer-events: none;
  position: absolute;
  z-index: 20;
  overflow: hidden;
  top: 45%;
  bottom: 0px;
  left: -60%;
  right: 0px;
}

@media (min-width: 768px){
  .banner-shape-wrapper{
    top: 25%;
  }

  .banner-shape-wrapper{
    left: -5%;
  }
}

.banner-shape{
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  height: 200%;
  width: 100%;
  --tw-text-opacity: 1;
  color: rgb(20 86 41 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .banner-shape{
    height: 150%;
  }
}

/**
 * Custom styles to immediately follow Tailwind’s `components` layer
 *
 * “Add more opinionated, complex classes like buttons, form controls, alerts,
 * etc; the sort of pre-built components you often see in other frameworks that
 * you might need to override with utility classes.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-components
 */

/**
 * This injects Tailwind's utility classes and any utility classes registered
 * by plugins, then adds custom utility classes.
 */

.pointer-events-none{
  pointer-events: none;
}

.pointer-events-auto{
  pointer-events: auto;
}

.visible{
  visibility: visible;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: -webkit-sticky;
  position: sticky;
}

.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.top-\[-3\%\]{
  top: -3%;
}

.-left-\[11\%\]{
  left: -11%;
}

.-right-8{
  right: -2rem;
}

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

.top-0{
  top: 0px;
}

.left-0{
  left: 0px;
}

.z-0{
  z-index: 0;
}

.z-20{
  z-index: 20;
}

.z-40{
  z-index: 40;
}

.z-10{
  z-index: 10;
}

.z-50{
  z-index: 50;
}

.z-\[200\]{
  z-index: 200;
}

.order-2{
  order: 2;
}

.order-1{
  order: 1;
}

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

.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mt-4{
  margin-top: 1rem;
}

.mr-1{
  margin-right: 0.25rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.mt-12{
  margin-top: 3rem;
}

.mb-5{
  margin-bottom: 1.25rem;
}

.mt-6{
  margin-top: 1.5rem;
}

.mr-4{
  margin-right: 1rem;
}

.mt-3{
  margin-top: 0.75rem;
}

.mr-3{
  margin-right: 0.75rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.ml-1{
  margin-left: 0.25rem;
}

.ml-2{
  margin-left: 0.5rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

.ml-4{
  margin-left: 1rem;
}

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

.mb-16{
  margin-bottom: 4rem;
}

.mb-8{
  margin-bottom: 2rem;
}

.mr-2{
  margin-right: 0.5rem;
}

.mb-1{
  margin-bottom: 0.25rem;
}

.mb-20{
  margin-bottom: 5rem;
}

.mb-12{
  margin-bottom: 3rem;
}

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

.box-border{
  box-sizing: border-box;
}

.box-content{
  box-sizing: content-box;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.inline-flex{
  display: inline-flex;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

.aspect-\[4\/3\]{
  aspect-ratio: 4 / 3;
}

.aspect-square{
  aspect-ratio: 1 / 1;
}

.aspect-\[394\/287\]{
  aspect-ratio: 394 / 287;
}

.h-full{
  height: 100%;
}

.h-\[147px\]{
  height: 147px;
}

.h-\[300px\]{
  height: 300px;
}

.h-\[73px\]{
  height: 73px;
}

.h-12{
  height: 3rem;
}

.h-6{
  height: 1.5rem;
}

.h-10{
  height: 2.5rem;
}

.h-3{
  height: 0.75rem;
}

.h-\[30px\]{
  height: 30px;
}

.h-\[105\%\]{
  height: 105%;
}

.h-8{
  height: 2rem;
}

.h-5{
  height: 1.25rem;
}

.max-h-\[50vw\]{
  max-height: 50vw;
}

.max-h-\[80vh\]{
  max-height: 80vh;
}

.max-h-\[650px\]{
  max-height: 650px;
}

.min-h-full{
  min-height: 100%;
}

.w-full{
  width: 100%;
}

.w-\[70\%\]{
  width: 70%;
}

.w-\[147px\]{
  width: 147px;
}

.w-1\/5{
  width: 20%;
}

.w-20{
  width: 5rem;
}

.w-\[73px\]{
  width: 73px;
}

.w-12{
  width: 3rem;
}

.w-6{
  width: 1.5rem;
}

.w-10{
  width: 2.5rem;
}

.w-3{
  width: 0.75rem;
}

.w-\[30px\]{
  width: 30px;
}

.w-4\/5{
  width: 80%;
}

.w-8{
  width: 2rem;
}

.w-auto{
  width: auto;
}

.w-40{
  width: 10rem;
}

.w-32{
  width: 8rem;
}

.w-5{
  width: 1.25rem;
}

.w-60{
  width: 15rem;
}

.min-w-0{
  min-width: 0px;
}

.max-w-\[725px\]{
  max-width: 725px;
}

.max-w-\[692\.5px\]{
  max-width: 692.5px;
}

.max-w-\[260px\]{
  max-width: 260px;
}

.max-w-\[600px\]{
  max-width: 600px;
}

.max-w-2xl{
  max-width: 42rem;
}

.max-w-\[834px\]{
  max-width: 834px;
}

.max-w-\[1000px\]{
  max-width: 1000px;
}

.max-w-\[969px\]{
  max-width: 969px;
}

.flex-shrink-0{
  flex-shrink: 0;
}

.flex-grow{
  flex-grow: 1;
}

.origin-center{
  transform-origin: center;
}

.rotate-90{
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-default{
  cursor: default;
}

.cursor-pointer{
  cursor: pointer;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flex-row{
  flex-direction: row;
}

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

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

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

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

.content-around{
  align-content: space-around;
}

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

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

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

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

.gap-12{
  gap: 3rem;
}

.gap-4{
  gap: 1rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-\[15px\]{
  gap: 15px;
}

.gap-8{
  gap: 2rem;
}

.gap-\[60px\]{
  gap: 60px;
}

.gap-6{
  gap: 1.5rem;
}

.gap-x-16{
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

.gap-y-12{
  row-gap: 3rem;
}

.gap-x-24{
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}

.gap-y-24{
  row-gap: 6rem;
}

.gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-y-2{
  row-gap: 0.5rem;
}

.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-y-4{
  row-gap: 1rem;
}

.gap-y-8{
  row-gap: 2rem;
}

.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-current > :not([hidden]) ~ :not([hidden]){
  border-color: currentColor;
}

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

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

.overflow-hidden{
  overflow: hidden;
}

.whitespace-nowrap{
  white-space: nowrap;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-\[30px\]{
  border-radius: 30px;
}

.rounded-md{
  border-radius: 0.375rem;
}

.rounded-lg{
  border-radius: 0.5rem;
}

.border-2{
  border-width: 2px;
}

.border-0{
  border-width: 0px;
}

.border{
  border-width: 1px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-t{
  border-top-width: 1px;
}

.border-al-grey{
  --tw-border-opacity: 1;
  border-color: rgb(112 112 112 / var(--tw-border-opacity));
}

.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-current{
  border-color: currentColor;
}

.border-al-dark-green{
  --tw-border-opacity: 1;
  border-color: rgb(20 86 41 / var(--tw-border-opacity));
}

.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-al-light-yellow{
  --tw-bg-opacity: 1;
  background-color: rgb(255 242 219 / var(--tw-bg-opacity));
}

.bg-al-yellow{
  --tw-bg-opacity: 1;
  background-color: rgb(255 169 21 / var(--tw-bg-opacity));
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-al-dark-green{
  --tw-bg-opacity: 1;
  background-color: rgb(20 86 41 / var(--tw-bg-opacity));
}

.bg-transparent{
  background-color: transparent;
}

.bg-\[\#F5F5F5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}

.bg-opacity-80{
  --tw-bg-opacity: 0.8;
}

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

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

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

.stroke-2{
  stroke-width: 2;
}

.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.p-8{
  padding: 2rem;
}

.p-4{
  padding: 1rem;
}

.p-3{
  padding: 0.75rem;
}

.p-2\.5{
  padding: 0.625rem;
}

.p-2{
  padding: 0.5rem;
}

.p-\[10\%\]{
  padding: 10%;
}

.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-32{
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.pt-12{
  padding-top: 3rem;
}

.pb-12{
  padding-bottom: 3rem;
}

.pb-5{
  padding-bottom: 1.25rem;
}

.pb-16{
  padding-bottom: 4rem;
}

.pl-8{
  padding-left: 2rem;
}

.pr-4{
  padding-right: 1rem;
}

.pt-\[100px\]{
  padding-top: 100px;
}

.pb-\[88px\]{
  padding-bottom: 88px;
}

.pb-32{
  padding-bottom: 8rem;
}

.pb-40{
  padding-bottom: 10rem;
}

.pt-1{
  padding-top: 0.25rem;
}

.pt-16{
  padding-top: 4rem;
}

.pb-8{
  padding-bottom: 2rem;
}

.pt-24{
  padding-top: 6rem;
}

.pt-2{
  padding-top: 0.5rem;
}

.pb-2{
  padding-bottom: 0.5rem;
}

.pb-1{
  padding-bottom: 0.25rem;
}

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

.align-bottom{
  vertical-align: bottom;
}

.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-\[15px\]{
  font-size: 15px;
}

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

.uppercase{
  text-transform: uppercase;
}

.italic{
  font-style: italic;
}

.tracking-wide{
  letter-spacing: 0.025em;
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-al-yellow{
  --tw-text-opacity: 1;
  color: rgb(255 169 21 / var(--tw-text-opacity));
}

.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-al-dark-green{
  --tw-text-opacity: 1;
  color: rgb(20 86 41 / var(--tw-text-opacity));
}

.text-al-green{
  --tw-text-opacity: 1;
  color: rgb(36 131 50 / var(--tw-text-opacity));
}

.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-al-grey{
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity));
}

.opacity-70{
  opacity: 0.7;
}

.opacity-0{
  opacity: 0;
}

.opacity-100{
  opacity: 1;
}

.mix-blend-multiply{
  mix-blend-mode: multiply;
}

.shadow-button{
  --tw-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  --tw-shadow-colored: 0 3px 6px 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-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.brightness-0{
  --tw-brightness: brightness(0);
  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);
}

.invert{
  --tw-invert: invert(100%);
  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);
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition-colors{
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

[x-cloak]{
  display: none;
}

.button{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-bg-opacity: 1;
  background-color: rgb(255 169 21 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(69 167 53 / var(--tw-bg-opacity));
}

.button{
  display: inline-block;
  border-radius: 9999px;
  padding-left: 63px;
  padding-right: 63px;
  padding-top: 19px;
  padding-bottom: 19px;
  cursor: pointer;
  border-width: 0px;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.button:hover{
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
}

.button-small{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.split-bg{
  position: relative;
  overflow-y: hidden;
}

.split-bg::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
  z-index: 0;
  display: block;
  height: 50%;
  --tw-bg-opacity: 1;
  background-color: rgb(20 86 41 / var(--tw-bg-opacity));
}

.split-bg-al-dark-green::after{
  --tw-bg-opacity: 1;
  background-color: rgb(20 86 41 / var(--tw-bg-opacity));
}

.screen-reader-text, .sr-only{
  position: absolute;
  left: -10000px;
  top: auto;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.gform_fields{
  display: grid !important;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
}

.gform_validation_errors{
  border-width: 1px !important;
  padding: 1rem !important;
}

.gform_validation_errors h2{
  line-height: 2;
}

.field_description_below .gfield_description{
  padding-top: 0.25rem !important;
}

.gform_footer{
  display: flex;
  align-items: center;
  gap: 1rem;
}

.gfield{
  grid-column: span 12 / span 12;
  margin: 0px !important;
  width: 100% !important;
  max-width: none !important;
  padding: 0px !important;
}

.gfield_error{
  margin-bottom: 0px !important;
  border-width: 0px !important;
  background-color: transparent !important;
}

.gfield_visibility_hidden{
  display: none;
}

@media (min-width: 640px){
  .gf_left_half, .gf_right_half{
    grid-column: span 6 / span 6;
  }

  .gf_left_third, .gf_middle_third, .gf_right_third{
    grid-column: span 4 / span 4;
  }
}

@media (min-width: 475px){
  .gf_first_quarter, .gf_second_quarter, .gf_third_quarter, .gf_fourth_quarter{
    grid-column: span 6 / span 6;
  }
}

@media (min-width: 640px){
  .gf_first_quarter, .gf_second_quarter, .gf_third_quarter, .gf_fourth_quarter{
    grid-column: span 3 / span 3;
  }
}

blockquote{
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
  padding: 2.5rem !important;
  padding-bottom: 0.5rem !important;
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
  border-radius: 30px !important;
  border-width: 0px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity)) !important;
  font-weight: 700 !important;
  font-style: normal !important;
}

@media (min-width: 768px){
  blockquote{
    font-size: 25px !important;
  }
}

@media (min-width: 1024px){
  blockquote{
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  blockquote{
    padding-left: 107px !important;
    padding-right: 107px !important;
  }

  blockquote{
    padding-top: 86px !important;
  }

  blockquote{
    padding-bottom: 36px !important;
  }
}

.wpsl-search{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(112 112 112 / var(--tw-border-opacity));
  background-color: transparent !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 1rem !important;
}

#wpsl-search-wrap div{
  float: none !important;
  margin-right: 0px !important;
}

#wpsl-search-wrap div label{
  float: none !important;
  margin-right: 0px !important;
}

.wpsl-input label, #wpsl-radius label, #wpsl-category label{
  width: auto !important;
}

#wpsl-search-wrap > form{
  display: flex;
  align-items: center;
  gap: 2rem;
}

#wpsl-search-wrap > form > .wpsl-input, #wpsl-search-wrap #wpsl-radius, #wpsl-search-wrap #wpsl-results{
  margin-bottom: 0px !important;
  flex-shrink: 0;
  display: flex !important;
  align-items: center;
  gap: 1rem;
}

#wpsl-search-wrap .wpsl-select-wrap{
  margin-bottom: 0px !important;
  flex-shrink: 0;
  display: flex !important;
  align-items: center;
  gap: 2rem;
}

#wpsl-search-wrap > form > .wpsl-input:first-child{
  flex-grow: 1;
}

#wpsl-search-wrap .wpsl-input input{
  flex-grow: 1;
}

.wpsl-dropdown{
  width: 120px !important;
}

#wpsl-search-btn{
  margin-right: 0px !important;
}

/**
 * Custom styles to immediately follow Tailwind’s `utilities` layer
 *
 * Add your own utility classes to this theme. Complex utility classes should
 * be added using Tailwind’s plugin system:
 *
 * https://tailwindcss.com/docs/plugins#adding-utilities
 */

.focus-within\:border-al-dark-green:focus-within{
  --tw-border-opacity: 1;
  border-color: rgb(20 86 41 / var(--tw-border-opacity));
}

.focus-within\:border-al-light-green:focus-within{
  --tw-border-opacity: 1;
  border-color: rgb(69 167 53 / var(--tw-border-opacity));
}

.hover\:bg-al-green:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(36 131 50 / var(--tw-bg-opacity));
}

.hover\:text-al-light-green:hover{
  --tw-text-opacity: 1;
  color: rgb(69 167 53 / var(--tw-text-opacity));
}

.hover\:text-al-yellow:hover{
  --tw-text-opacity: 1;
  color: rgb(255 169 21 / var(--tw-text-opacity));
}

.hover\:text-al-green:hover{
  --tw-text-opacity: 1;
  color: rgb(36 131 50 / var(--tw-text-opacity));
}

.hover\:underline:hover{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.group:hover .group-hover\:bg-al-green{
  --tw-bg-opacity: 1;
  background-color: rgb(36 131 50 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:text-al-light-green{
  --tw-text-opacity: 1;
  color: rgb(69 167 53 / var(--tw-text-opacity));
}

.peer:checked ~ .peer-checked\:border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.peer:checked ~ .peer-checked\:bg-al-dark-green{
  --tw-bg-opacity: 1;
  background-color: rgb(20 86 41 / var(--tw-bg-opacity));
}

.peer:checked ~ .peer-checked\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 475px){
  .xs\:columns-2{
    -moz-columns: 2;
         columns: 2;
  }

  .xs\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 640px){
  .sm\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .sm\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .sm\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .sm\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .sm\:mb-0{
    margin-bottom: 0px;
  }

  .sm\:grid{
    display: grid;
  }

  .sm\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:gap-\[22px\]{
    gap: 22px;
  }

  .sm\:gap-12{
    gap: 3rem;
  }
}

@media (min-width: 768px){
  .md\:container-layout{
    margin-left: auto;
    margin-right: auto;
  }

  .md\:container-layout{
    box-sizing: content-box;
  }

  .md\:container-layout{
    max-width: 1400px;
  }

  .md\:container-layout{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  @media (min-width: 1024px){
    .md\:container-layout{
      padding-left: 4rem;
      padding-right: 4rem;
    }
  }

  .md\:top-\[2\%\]{
    top: 2%;
  }

  .md\:order-1{
    order: 1;
  }

  .md\:order-2{
    order: 2;
  }

  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .md\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:mb-0{
    margin-bottom: 0px;
  }

  .md\:mt-\[2em\]{
    margin-top: 2em;
  }

  .md\:mt-\[75px\]{
    margin-top: 75px;
  }

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

  .md\:h-\[150\%\]{
    height: 150%;
  }

  .md\:w-\[80\%\]{
    width: 80%;
  }

  .md\:w-1\/5{
    width: 20%;
  }

  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:gap-16{
    gap: 4rem;
  }

  .md\:rounded-full{
    border-radius: 9999px;
  }

  .md\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:pt-24{
    padding-top: 6rem;
  }

  .md\:pb-12{
    padding-bottom: 3rem;
  }

  .md\:pb-60{
    padding-bottom: 15rem;
  }

  .md\:button-large{
    padding-left: 63px;
    padding-right: 63px;
  }

  .md\:button-large{
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .md\:last\:hidden:last-child{
    display: none;
  }
}

@media (min-width: 1024px){
  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .lg\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .lg\:grid{
    display: grid;
  }

  .lg\:h-\[60px\]{
    height: 60px;
  }

  .lg\:max-h-screen{
    max-height: 100vh;
  }

  .lg\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .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\:gap-0{
    gap: 0px;
  }

  .lg\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  .lg\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:py-\[137px\]{
    padding-top: 137px;
    padding-bottom: 137px;
  }

  .lg\:pt-\[22rem\]{
    padding-top: 22rem;
  }

  .lg\:pb-16{
    padding-bottom: 4rem;
  }

  .lg\:pt-\[15px\]{
    padding-top: 15px;
  }

  .lg\:pb-\[156px\]{
    padding-bottom: 156px;
  }

  .lg\:pt-\[19rem\]{
    padding-top: 19rem;
  }

  .lg\:pr-\[60px\]{
    padding-right: 60px;
  }

  .lg\:pb-\[7rem\]{
    padding-bottom: 7rem;
  }

  .lg\:pt-\[10rem\]{
    padding-top: 10rem;
  }

  .lg\:pb-\[5rem\]{
    padding-bottom: 5rem;
  }

  .lg\:pt-48{
    padding-top: 12rem;
  }

  .lg\:pb-96{
    padding-bottom: 24rem;
  }

  .lg\:split-bg{
    position: relative;
  }

  .lg\:split-bg{
    overflow-y: hidden;
  }

  .lg\:split-bg::after {
    content: '';
  }

  .lg\:split-bg::after{
    position: absolute;
  }

  .lg\:split-bg::after{
    top: 50%;
  }

  .lg\:split-bg::after{
    left: 0px;
  }

  .lg\:split-bg::after{
    right: 0px;
  }

  .lg\:split-bg::after{
    z-index: 0;
  }

  .lg\:split-bg::after{
    display: block;
  }

  .lg\:split-bg::after{
    height: 50%;
  }

  .lg\:split-bg::after{
    --tw-bg-opacity: 1;
    background-color: rgb(20 86 41 / var(--tw-bg-opacity));
  }

  .lg\:split-bg-al-light-yellow::after{
    --tw-bg-opacity: 1;
    background-color: rgb(255 242 219 / var(--tw-bg-opacity));
  }
}

@media (min-width: 1280px){
  .xl\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .xl\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .xl\:mb-0{
    margin-bottom: 0px;
  }

  .xl\:grid{
    display: grid;
  }

  .xl\:hidden{
    display: none;
  }

  .xl\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:gap-8{
    gap: 2rem;
  }

  .xl\:gap-x-\[122px\]{
    -moz-column-gap: 122px;
         column-gap: 122px;
  }

  .xl\:gap-y-\[77px\]{
    row-gap: 77px;
  }

  .xl\:last\:block:last-child{
    display: block;
  }
}

@media (min-width: 1536px){
  .\32xl\:mr-0{
    margin-right: 0px;
  }

  .\32xl\:\!flex{
    display: flex !important;
  }

  .\32xl\:\!hidden{
    display: none !important;
  }
}

/* Product video CSS */
.video-container {
  overflow:hidden;
	position:relative;
	padding-bottom:56.25%;
	padding-top:0px;
  margin-top: 60px;
	height:0;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}