/*!
Theme Name: coxpllc
Theme URI: https://underscoretw.com/
Author: underscoretw.com
Author URI: https://underscoretw.com/
Description: A custom theme based on _tw
Version: 0.1.0
Tested up to: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: coxpllc
Tags:

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

coxpllc is based on _tw https://underscoretw.com/, (C) 2021-2023 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2023 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/

/**
 * 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.4.3 | MIT License | https://tailwindcss.com
*/

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

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

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/**
 * 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 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 {
  overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(12 35 64 / var(--tw-text-opacity));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Barlow", "sans-serif";
}

@media (min-width: 1024px) {
  body {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

/**
 * This injects Tailwind's component classes and any component classes
 * registered by plugins, then adds custom component classes.
 *
 * The `@import-glob` line imports all CSS files from the `components`
 * directory (except for `components.css`, which is imported on the following
 * line). This is meant to simplify the process of integrating styles from
 * JavaScript components or WordPress plugins.
 */

.container {
  width: 100%;
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

.prose-neutral {
  --tw-prose-body: #404040;
  --tw-prose-headings: #171717;
  --tw-prose-lead: #525252;
  --tw-prose-links: #171717;
  --tw-prose-bold: #171717;
  --tw-prose-counters: #737373;
  --tw-prose-bullets: #d4d4d4;
  --tw-prose-hr: #e5e5e5;
  --tw-prose-quotes: #171717;
  --tw-prose-quote-borders: #e5e5e5;
  --tw-prose-captions: #737373;
  --tw-prose-kbd: #171717;
  --tw-prose-kbd-shadows: 23 23 23;
  --tw-prose-code: #171717;
  --tw-prose-pre-code: #e5e5e5;
  --tw-prose-pre-bg: #262626;
  --tw-prose-th-borders: #d4d4d4;
  --tw-prose-td-borders: #e5e5e5;
  --tw-prose-invert-body: #d4d4d4;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #a3a3a3;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #a3a3a3;
  --tw-prose-invert-bullets: #525252;
  --tw-prose-invert-hr: #404040;
  --tw-prose-invert-quotes: #f5f5f5;
  --tw-prose-invert-quote-borders: #404040;
  --tw-prose-invert-captions: #a3a3a3;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d4d4d4;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #525252;
  --tw-prose-invert-td-borders: #404040;
}

.blog-page .entry-header {
  border-bottom-width: 0px;
}

.blog-page .entry-header__meta {
  display: flex;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 165 80 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .blog-page .entry-header__meta {
    font-size: 1rem;
    line-height: 1rem;
  }
}

.blog-page .entry-header__cats {
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 165 80 / var(--tw-border-opacity));
  padding-left: 0.5rem;
}

.blog-page .entry-header__cats a:hover {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}

.blog-page .post {
  margin-bottom: 2.5rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity));
  padding-bottom: 2.5rem;
}

.blog-page .post header .entry-content * {
  max-width: 100%;
}

.blog-page .post header .entry-title {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  text-transform: uppercase;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(12 35 64 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .blog-page .post header .entry-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.blog-page .post .entry-content {
  padding: 0px;
}

.blog-page .post .entry-content * {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  max-width: 100%;
  font-style: normal;
}

.blog-page .post .entry-content__button {
  margin-top: 1.25rem;
  display: inline-block;
  width: auto;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}

.blog-page .post .entry-content__button:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.blog-page .post:first-child {
  padding-top: 1.25rem;
}

@media (min-width: 1024px) {
  .blog-page .post:first-child {
    padding-top: 2.5rem;
  }
}

.blog-page .post:last-of-type {
  margin-bottom: 0px;
  border-width: 0px;
  padding-bottom: 0px;
}

.single .post {
  padding-left: 1rem;
  padding-right: 1rem;
}

.single .post .entry-content {
  padding-top: 0px;
}

.single .post .entry-content > * {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  max-width: 56rem;
}

.single .post .entry-header {
  margin-left: auto;
  margin-right: auto;
  max-width: 56rem;
  border-width: 0px;
  padding-top: 4rem;
}

.single .post .entry-title {
  padding: 0px;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-transform: uppercase;
  font-style: normal;
}

.single .post .entry-meta {
  top: -1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 165 80 / var(--tw-text-opacity));
}

.single .post .entry-meta a:hover {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}

.in-the-news {
  margin-top: 5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.wp-block-button {
  width: 66.666667%;
}

.wp-block-button__link {
  position: relative;
  width: 100%;
  border-radius: 0px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 165 80 / var(--tw-border-opacity));
  background-color: transparent;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(0 165 80 / var(--tw-text-opacity));
}

.wp-block-button__link::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -10;
  height: 100%;
  width: 100%;
  transform-origin: left;
  --tw-scale-x: 0;
  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));
  --tw-bg-opacity: 1;
  background-color: rgb(0 165 80 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.wp-block-button__link:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration: 700ms;
}

.wp-block-button__link:hover::before {
  --tw-scale-x: 1;
  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));
}

.button {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 0px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 165 80 / var(--tw-border-opacity));
  background-color: transparent;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(0 165 80 / var(--tw-text-opacity));
}

.button::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -10;
  height: 100%;
  width: 100%;
  transform-origin: left;
  --tw-scale-x: 0;
  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));
  --tw-bg-opacity: 1;
  background-color: rgb(0 165 80 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.button:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration: 700ms;
}

.button:hover::before {
  --tw-scale-x: 1;
  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));
}

.button--small {
  padding: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.button--medium {
  padding: 1.25rem;
}

.button--large {
  padding: 2rem;
}

#site-navigation {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 100;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-evenly;
  gap: 2.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  #site-navigation {
    height: 100vh;
    justify-content: space-between;
    gap: 0px;
    padding: 3rem;
    padding-bottom: 0.75rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 6rem;
  }
}

@media (min-width: 1536px) {
  #site-navigation {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

#site-navigation {
  height: 100vh;
}

#site-navigation .custom-logo {
  position: relative;
  z-index: 99999 !important;
}

#site-navigation .menu-main-menu-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 1024px) {
  #site-navigation .menu-main-menu-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

#site-navigation .menu-main-menu-container .menu-item .sub-menu {
  position: absolute;
  left: 25rem;
  top: 2rem;
  margin-bottom: 1rem;
  display: grid;
  height: 100%;
  grid-auto-flow: column;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(15, minmax(0, 1fr));
  place-content: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 1.75rem;
  opacity: 0;
  transition-property: none;
}

@media (min-width: 1024px) {
  #site-navigation .menu-main-menu-container .menu-item .sub-menu {
    opacity: 1;
  }
}

@media (min-width: 1536px) {
  #site-navigation .menu-main-menu-container .menu-item .sub-menu {
    row-gap: 0px;
  }
}

#site-navigation .menu-main-menu-container .menu-item .sub-menu {
  width: calc(100% - 25rem);
}

#site-navigation .menu-main-menu-container .menu-item.menu-item-2515 .sub-menu {
}

#site-navigation .menu-main-menu-container .menu-item a {
  position: relative;
  z-index: 10;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  display: inline-block;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 300;
}

@media (min-width: 1280px) {
  #site-navigation .menu-main-menu-container .menu-item a {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1536px) {
  #site-navigation .menu-main-menu-container .menu-item a {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

#site-navigation .menu-main-menu-container .menu-item a:hover + .sub-menu {
  /* @apply opacity-100; */
}

#site-navigation .menu-main-menu-container .menu-item .sub-menu .menu-item a {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.025em;
}

#site-navigation .menu-main-menu-container .menu-item .sub-menu.active {
  z-index: 30;
}

#site-navigation .menu-main-menu-container .menu-item.menu-item-has-children > a {
  position: relative;
}

#site-navigation .menu-main-menu-container .menu-item.menu-item-has-children > a::after {
  content: "";
  left: calc(100% + 20px);
  height: 2px;
  width: calc(
							((100vw * 0.83333) * 1.5 / 4 - 100%) - 10vw -
								(30px * 2)
						);
}

@media (min-width: 1024px) {
  #site-navigation .menu-main-menu-container .menu-item.menu-item-has-children > a::after {
    width: calc(
								((100vw * 0.83333) * 2 / 4 - 100%) - 10vw -
									(30px * 2)
							);
  }
}

@media (min-width: 1280px) {
  #site-navigation .menu-main-menu-container .menu-item.menu-item-has-children > a::after {
    width: calc(
								((100vw * 0.83333) * 1.7 / 4 - 100%) - 10vw -
									(30px * 2)
							);
  }
}

@media (min-width: 1536px) {
  #site-navigation .menu-main-menu-container .menu-item.menu-item-has-children > a::after {
    width: calc(
								((100vw * 0.83333) * 1.5 / 4 - 100%) - 10vw -
									(30px * 2)
							);
  }
}

@media (min-width: 1990px) {
  #site-navigation .menu-main-menu-container .menu-item.menu-item-has-children > a::after {
    width: calc(
								((100vw * 0.83333) * 1.35 / 4 - 100%) - 10vw -
									(30px * 2)
							);
  }
}

#site-navigation .menu-main-menu-container .menu-item.menu-item-has-children > a::after {
  position: absolute;
  top: 50%;
  transform-origin: left;
  --tw-translate-y: 50%;
  --tw-scale-x: 0;
  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));
  --tw-bg-opacity: 1;
  background-color: rgb(0 165 80 / var(--tw-bg-opacity));
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

#site-navigation .menu-main-menu-container .menu-item.menu-item-has-children.active:hover a::after {
  --tw-scale-x: 1;
  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));
}

#site-navigation .menu-main-menu-container .menu-item.menu-item-has-children:hover ~ .nav-footer {
  opacity: 0;
}

#site-navigation .menu-main-menu-container .menu-item.active > a {
  --tw-text-opacity: 1;
  color: rgb(0 165 80 / var(--tw-text-opacity));
}

.nav-footer {
  position: relative;
  bottom: 2.5rem;
  left: 0px;
  z-index: 50;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.5rem;
  transition-duration: 500ms;
}

@media (min-width: 1024px) {
  .nav-footer {
    width: 100%;
  }

  @media (min-width: 1280px) {
    .nav-footer {
      max-width: 1280px;
    }
  }

  .nav-footer {
    margin-bottom: 2.5rem;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav-footer ul li {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
}

.nav-footer ul li svg {
  height: 1.75rem;
  width: 1.75rem;
  fill: #00A550;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.nav-footer ul li svg:hover {
  fill: #0C2340;
}

@media (min-width: 1024px) {
  .nav-footer ul li svg {
    height: 2rem;
    width: 2rem;
  }
}

.nav-footer ul li:first-child {
  margin-left: 0px;
}

.nav-footer-menu {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

@media (min-width: 1024px) {
  .nav-footer-menu {
    flex-direction: row;
    align-items: center;
    gap: 2.5rem;
  }
}

.nav-footer-menu li a {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 300;
}

@media (min-width: 1024px) {
  .nav-footer-menu li a {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.nav-footer.hide {
  opacity: 0;
}

.nav-footer .footer-contact__social ul {
  gap: 1rem;
}

.nav-menu-icon {
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(0 165 80 / var(--tw-text-opacity));
}

.nav-menu-icon:hover {
  --tw-text-opacity: 1;
  color: rgb(63 63 70 / var(--tw-text-opacity));
}

.menu-active .nav-menu-icon {
  --tw-text-opacity: 1;
  color: rgb(0 165 80 / var(--tw-text-opacity));
}

.menu-active .nav-menu-icon:hover {
  --tw-text-opacity: 1;
  color: rgb(63 63 70 / var(--tw-text-opacity));
}

.menu-active.logged-in #site-navigation {
}

html[lang="es"].translated-ltr .menu-item-3050 .sub-menu {
  width: calc(100% - -20rem) !important;
}

/**
 * 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
 */

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

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

.page-title,
.entry-title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  max-width: 40rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  scroll-behavior: smooth;
}

/**
 * Layout styles for centered content areas
 *
 * If you are controlling the width of your content area with styles applied
 * to its container, you can delete the following styles whose selectors begin
 * with `.page-content >` and `.entry-content >`. For more details, please see
 * the following:
 *
 * https://make.wordpress.org/core/2021/06/29/on-layout-and-content-width-in-wordpress-5-8/
 */

.page-content > *,
.entry-content > * {
  /* Content width from the `theme.json` file */
  margin-left: auto;
  margin-right: auto;
  max-width: 40rem;
}

.container {
  padding-left: 1rem;
  padding-right: 1rem;
}

.entry-content > .alignwide {
  /* Wide width from the `theme.json` file */
  max-width: 80rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

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

.alignfull {
  width: 100%;
}

.entry-content > .alignleft {
  float: left;
  margin-right: 2rem;
}

.entry-content > .alignright {
  float: right;
  margin-left: 2rem;
}

.entry-content > .wp-block-group {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 1024px) {
  .entry-content > .wp-block-group {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (min-width: 1280px) {
  .entry-content > .wp-block-group {
    padding-top: 1rem;
  }

  .entry-content > .wp-block-group .wp-block-group {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.entry-content > .wp-block-group.careers .wp-block-group {
  width: 100%;
}

@media (min-width: 1280px) {
  .entry-content > .wp-block-group.careers .wp-block-group {
    max-width: 1280px;
  }
}

.entry-content > .wp-block-group.careers .wp-block-group {
  position: relative;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 1rem;
  padding-right: 1rem;
}

.entry-content > .wp-block-group:first-child {
  padding-top: 0px;
}

.entry-content {
  position: relative;
  padding-top: 1.25rem;
}

@media (min-width: 1024px) {
  .entry-content {
    padding-top: 2.5rem;
  }
}

.home .entry-content {
  padding-top: 0px;
}

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

a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 165 80 / var(--tw-text-opacity));
  transition-duration: 500ms;
}

.font-barlow {
  font-family: "Barlow", "sans-serif";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  text-transform: uppercase;
}

h1,
.h1 {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 768px) {
  h1,
.h1 {
    font-size: 3.75rem;
    line-height: 1;
  }
}

h2,
.h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

@media (min-width: 768px) {
  h2,
.h2 {
    font-size: 3rem;
    line-height: 1;
  }
}

h3,
.h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {
  h3,
.h3 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

h4,
.h4 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {
  h4,
.h4 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

h5,
.h5 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {
  h5,
.h5 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

h6,
.h6 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

body.menu-active {
  overflow: hidden;
}

#masthead {
  position: fixed;
  top: 0px;
  z-index: 99999;
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity));
  background-color: transparent;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media print {
  #masthead {
    position: relative;
  }
}

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

.home #masthead.scrolled {
  --tw-bg-opacity: 1;
  background-color: rgb(44 59 68 / var(--tw-bg-opacity));
}

.home.menu-active .header--search-menu .nav-menu-icon {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .home.menu-active .header--search-menu .nav-menu-icon {
    --tw-text-opacity: 1;
    color: rgb(0 165 80 / var(--tw-text-opacity));
  }
}

body:not(.menu-active).home #masthead .nav-menu-icon:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#content {
  margin-top: 4rem;
}

@media (min-width: 1024px) {
  #content {
    margin-top: 6rem;
  }
}

@media print {
  #content {
    margin-top: 0px;
  }
}

.entry-header {
  border-style: none;
}

.logged-in #masthead {
  top: 2rem;
}

.logged-in .anchor-items {
  top: 9rem;
}

.logged-in #content {
}

.home.logged-in #content, .home #content {
  margin-top: 0px !important;
}

.entry-header {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity));
}

.entry-header .entry-title {
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.75rem;
  padding-bottom: 0.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 165 80 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .entry-header .entry-title {
    padding-top: 5rem;
    padding-bottom: 5rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .entry-header .entry-title {
    font-size: 3rem;
    line-height: 1;
  }
}

.sub-title {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 300;
}

.page-id-33 #search-form, .page-id-2382 #search-form {
  display: none;
}

.facetwp-template {
  width: 100%;
}

.newsroom {
  overflow: hidden;
}

.newsroom__heading a {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.newsroom__heading a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 165 80 / var(--tw-text-opacity));
}

.experience .wp-block-columns {
  gap: 0px;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.experience .wp-block-column {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity));
  padding: 0px;
  padding-bottom: 0px;
}

@media (min-width: 768px) {
  .experience .wp-block-column {
    border-right-width: 1px;
    padding: 2rem;
  }
}

.experience .wp-block-column:first-child {
  border-top-width: 0px;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .experience .wp-block-column:first-child {
    border-top-width: 1px;
  }
}

@media (min-width: 1024px) {
  .experience .wp-block-column:first-child {
    padding-left: 0px;
    padding-bottom: 0px;
  }
}

.experience .wp-block-column:last-child {
  border-right-width: 0px;
  padding-right: 0px;
  padding-top: 2rem;
}

.experience .wp-block-column p {
  margin-bottom: 1.5rem;
  font-weight: 300;
}

.emergency .wp-block-cover {
  min-height: -moz-min-content;
  min-height: min-content;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 1024px) {
  .emergency .wp-block-cover {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.emergency .wp-block-cover__inner-container p {
  font-weight: 600;
  line-height: 1.375;
}

.emergency .wp-block-cover__inner-container p.title {
  margin-bottom: 0.75rem;
  font-size: 1.5rem;
  line-height: 2rem;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .emergency .wp-block-cover__inner-container p.title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.emergency .wp-block-cover__inner-container p a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.emergency .wp-block-cover__inner-container p a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 165 80 / var(--tw-text-opacity));
}

.emergency--email,
	.emergency--cell {
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 1.5;
}

@media (min-width: 1024px) {
  .emergency--email,
	.emergency--cell {
    line-height: 1.625;
  }
}

.practices {
  background-image: url(../theme/assets/img/about-us.jpg);
  margin-bottom: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1280px) {
  .practices {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.practices-page {
  background-image: none;
  padding-bottom: 2.5rem;
}

@media (min-width: 1024px) {
  .practices-page {
    margin-bottom: 3rem;
  }
}

.practices-page .practices-block li a {
  font-weight: 300;
}

.practices-page .practices-block li a svg {
  opacity: 0;
}

.practices-page .practices-block li a:hover svg {
  opacity: 1;
}

.gform-body {
}

.gform_fields {
  gap: 1rem !important;
}

.gform_fields input,
		.gform_fields textarea {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

.gform_fields input {
  height: 3.5rem !important;
}

.gform_footer {
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

.gform_footer .gform_button {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border-radius: 0px !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 165 80 / var(--tw-border-opacity)) !important;
  background-color: transparent;
  padding: 0.75rem !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  --tw-text-opacity: 1;
  color: rgb(0 165 80 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .gform_footer .gform_button {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }
}

.gform_footer .gform_button:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 165 80 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  transition-duration: 700ms;
}

#colophon {
  --tw-bg-opacity: 1;
  background-color: rgb(44 59 68 / var(--tw-bg-opacity));
  padding-top: 2.5rem;
  padding-bottom: 1.25rem;
}

@media print {
  #colophon {
    padding-top: 0px;
  }
}

#colophon .footer {
  margin-bottom: 1.25rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(161 161 170 / var(--tw-border-opacity));
  padding-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  #colophon .footer {
    padding-bottom: 2.5rem;
  }
}

#colophon .footer-contact__social ul {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

#colophon .footer-contact__social ul li svg {
  width: 1.75rem;
  fill: #fff;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#colophon .footer-contact__social ul li svg:hover {
  fill: #00A550;
}

#colophon .footer-contact__locations h6 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

@media print {
  #colophon .footer-contact__locations h6 {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
}

#colophon .footer-contact__locations p {
  margin-bottom: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 1024px) {
  #colophon .footer-contact__locations p {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media print {
  #colophon .footer-contact__locations p {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
}

#colophon .footer-contact__locations a {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 1024px) {
  #colophon .footer-contact__locations a {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media print {
  #colophon .footer-contact__locations a {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
}

#colophon .footer-menu {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

#colophon .footer-bottom__copyright {
  font-size: 1rem;
  line-height: 1.5rem;
}

#colophon .footer-bottom__menu {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1024px) {
  #colophon .footer-bottom__menu {
    margin-right: 0px;
  }
}

::-webkit-scrollbar {
  /* Customize the scrollbar width */
  width: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity));
}

::-webkit-scrollbar-track {
  /* Customize the scrollbar track */
  width: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity));
}

::-webkit-scrollbar-thumb {
  /* Customize the scrollbar thumb */
  width: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 165 80 / var(--tw-bg-opacity));
}

#search-form {
  position: relative;
  display: none;
}

@media (min-width: 1024px) {
  #search-form {
    display: block;
  }
}

#search-form input[type="submit"] {
  position: absolute;
  right: 0px;
  z-index: 30;
  cursor: pointer;
  opacity: 0;
}

#search-form input[type="submit"]:hover + svg {
  --tw-grayscale: grayscale(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);
}

#search-form svg {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
}

.home #search-form {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.home.menu-active #search-form {
  --tw-text-opacity: 1;
  color: rgb(44 59 68 / var(--tw-text-opacity));
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.clear-btn {
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

.clear-btn svg {
  width: 20px;
  height: 20px;
  stroke: #888;
}

.clear-btn:hover svg {
  stroke: #fff;
}

.attorney--info.wp-block-group {
  margin-bottom: 0.5rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity));
}

@media (min-width: 1280px) {
  .attorney--info.wp-block-group {
    margin-bottom: 1.5rem;
  }
}

.attorney--info-title {
  font-size: 3rem;
  line-height: 1;
  font-weight: 500;
}

.attorney--info-subtitle {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}

.attorney--info .wp-block-columns {
  gap: 1rem;
}

@media (min-width: 1024px) {
  .attorney--info .wp-block-columns {
    gap: 4rem;
  }
}

.attorney--info-tagline {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity));
  padding: 1rem;
  font-style: italic;
}

.attorney--info-cols-right {
  padding-bottom: 1rem;
}

.attorney--info-cols-right a {
  -webkit-background-clip: text;
          background-clip: text;
  text-transform: none;
  --tw-text-opacity: 1;
  color: rgb(0 165 80 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.attorney--info-cols-right a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 165 80 / var(--tw-text-opacity));
}

.attorney--info-cols-right .wp-block-button__link:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.attorney--info-cols--contact-info strong {
  font-weight: 600;
}

.attorney--info-cols--contact-info a {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}

.attorney--practice-overview .wp-block-heading {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 500;
}

.attorney--practice-overview h3.wp-block-heading {
  font-size: 1.5rem;
  line-height: 2rem;
}

.attorney--practice-overview p {
  margin-bottom: 0.5rem;
}

.cta-form {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

@media print {
  .cta-form {
    display: none !important;
  }
}

.cta-form.wp-block-group {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .cta-form.wp-block-group {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

@media print {
  .cta-form.wp-block-group {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.cta-form .sub-title {
  font-weight: 400;
}

.single-service.wp-block-group {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.single-service--cols {
  margin-bottom: 2.5rem;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity));
  padding-bottom: 1.25rem;
}

@media (min-width: 1280px) {
  .single-service--cols {
    padding-bottom: 3.5rem;
  }
}

.single-service li {
  margin-bottom: 0.5rem;
}

.single-service li strong {
  font-weight: 600;
}

.single-service li:last-child {
  margin-bottom: 0px;
}

#services-overview {
  flex-wrap: nowrap;
}

#services-overview .cta-form .wp-block-group {
  width: 100%;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

@media (min-width: 1024px) {
  #services-overview .cta-form .wp-block-group {
    width: 80%;
  }
}

#services-overview ul {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  margin-left: 2.5rem;
  list-style-position: inside;
  list-style-type: disc;
  text-indent: -1.5rem;
}

.anchor--sidebar {
  display: none;
  height: 0px;
}

@media (min-width: 1280px) {
  .anchor--sidebar {
    display: block;
    height: auto;
  }
}

.anchor-items {
  position: sticky;
  top: 7rem;
  margin: 0px !important;
  list-style-type: none !important;
  text-indent: 0px !important;
}

.anchor-items li a {
  margin-bottom: 0.75rem;
  display: block;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}

.anchor-items li a:hover,
				.anchor-items li a.active {
  --tw-text-opacity: 1;
  color: rgb(0 165 80 / var(--tw-text-opacity));
}

.navigation.pagination {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  width: 100%;
  justify-content: center;
}

.navigation.pagination .nav-links {
  width: 100%;
  text-align: center;
}

.navigation.pagination .nav-links .page-numbers {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity));
  padding: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-style: normal;
}

@media (min-width: 1024px) {
  .navigation.pagination .nav-links .page-numbers {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 3.5rem;
  }

  .navigation.pagination .nav-links .page-numbers.prev {
    float: left;
  }

  .navigation.pagination .nav-links .page-numbers.next {
    float: right;
  }
}

.navigation.pagination .nav-links .page-numbers.prev,
				.navigation.pagination .nav-links .page-numbers.next {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 50%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
  font-style: normal;
}

@media (min-width: 1024px) {
  .navigation.pagination .nav-links .page-numbers.prev,
				.navigation.pagination .nav-links .page-numbers.next {
    display: inline-block;
    width: auto;
  }
}

.navigation.pagination .nav-links .page-numbers.current,
				.navigation.pagination .nav-links .page-numbers:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.staff__background-title {
  margin-bottom: 2rem !important;
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity));
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
}

.staff .attorney--info-tagline {
  width: auto;
  text-align: left;
}

@media print {
  .staff .attorney--info-tagline {
    padding: 0px;
  }
}

.contact-us__title {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 1024px) {
  .contact-us__title {
    margin-bottom: 2.5rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.contact-us .gform-body input,
			.contact-us .gform-body textarea {
  border-radius: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity));
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(63 63 70 / var(--tw-text-opacity)) !important;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 1024px) {
  .contact-us .gform_fields {
    gap: 3rem !important;
  }
}

.contact-us .gform_footer {
  justify-content: flex-start;
}

.contact-us .gform_footer input[type="submit"] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 165 80 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 165 80 / var(--tw-bg-opacity)) !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 3rem !important;
  padding-right: 3rem !important;
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}

.contact-us .gform_footer input[type="submit"]:hover {
  background-color: transparent !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 165 80 / var(--tw-text-opacity)) !important;
}

.contact-us__locations {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.contact-us__locations .wp-block-heading {
  margin-bottom: 1rem;
}

@media (min-width: 1024px) {
  .contact-us__locations .wp-block-heading {
    margin-bottom: 2.5rem;
  }
}

.contact-us__locations .wp-block-columns {
  gap: 1.5rem;
}

@media (min-width: 1024px) {
  .contact-us__locations .wp-block-columns {
    gap: 4rem;
  }
}

.contact-us__locations .wp-block-columns iframe {
  width: 100%;
}

.contact-us__state-title {
  margin-bottom: 0px !important;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 1024px) {
  .contact-us__state-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.contact-us__state-title a {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}

.contact-us__state-title a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 165 80 / var(--tw-text-opacity));
}

.contact-us__address {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.contact-us__address a {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .contact-us__address a {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }
}

.contact-us__address a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 165 80 / var(--tw-text-opacity));
}

.employement__title {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 1024px) {
  .employement__title {
    font-size: 3rem;
    line-height: 1;
  }
}

.careers {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

@media (min-width: 1024px) {
  .careers {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
}

.careers__link {
  right: 0px;
  font-weight: 500;
}

@media (min-width: 1024px) {
  .careers__link {
    position: absolute;
  }
}

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

.careers__title {
  position: relative;
  display: inline-block;
  padding-bottom: 1.25rem;
}

@media (min-width: 1024px) {
  .careers__title {
    margin-bottom: 1.5rem !important;
    padding-bottom: 2.5rem;
  }
}

.careers__title::after {
  content: "";
  height: 2px;
  width: 5%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 165 80 / var(--tw-bg-opacity));
}

.careers__content {
  padding-bottom: 2.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.careers__subtitle {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  text-transform: none;
}

.careers__video {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem !important;
  max-width: 48rem;
}

@media (min-width: 1024px) {
  .careers__video video {
    height: 24rem;
  }
}

.your-benefits__title {
  position: relative;
  margin-bottom: 1.25rem !important;
  display: inline-block;
  padding-bottom: 1.25rem;
}

@media (min-width: 1024px) {
  .your-benefits__title {
    margin-bottom: 2.5rem !important;
    padding-bottom: 2.5rem;
  }
}

.your-benefits__title::after {
  content: "";
  height: 2px;
  width: 32%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 165 80 / var(--tw-bg-opacity));
}

.your-benefits__list {
  list-style-position: inside;
  list-style-type: disc;
}

@media (min-width: 1024px) {
  .your-benefits__list {
    -moz-columns: 2;
         columns: 2;
  }
}

.view-career-openings {
  margin-top: 2.5rem;
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

@media (min-width: 1024px) {
  .view-career-openings {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
}

.view-career-openings__content {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 1024px) {
  .view-career-openings__content {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.view-career-openings__content a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.featured-post {
  position: relative;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  align-items: center;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity));
  padding-bottom: 2.5rem;
}

@media (min-width: 1024px) {
  .featured-post {
    display: flex;
    gap: 3rem;
  }
}

.featured-post__title {
  position: absolute;
  left: 0px;
  top: 0.5rem;
  height: 100%;
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 165 80 / var(--tw-text-opacity));
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.featured-post__title::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-left-color: rgb(0 165 80 / var(--tw-border-opacity));
}

.featured-post__heading {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .featured-post__heading {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.featured-post__content {
  position: relative;
  flex-basis: 75%;
  padding-left: 2.5rem;
}

@media (min-width: 1024px) {
  .featured-post__content {
    padding-left: 3.5rem;
  }
}

.featured-post__content a.r-more {
  display: inline-block;
  width: auto;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}

.featured-post__content a.r-more:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.featured-post__date {
  margin-top: 2.5rem;
  display: none;
  flex-basis: 25%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  padding: 2.5rem;
  text-align: center;
}

@media (min-width: 1024px) {
  .featured-post__date {
    display: block;
  }
}

.featured-post__date svg {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.75rem;
}

.featured-post__meta .post-categories a {
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity));
}

.featured-post__meta .post-categories a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 165 80 / var(--tw-text-opacity));
}

.featured-post__cont > * {
  margin-bottom: 1.25rem;
}

.featured-post__d {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.featured-post__author {
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}

.clients,
.who-we-are {
  max-width: 64rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1280px) {
  .clients,
.who-we-are {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.clients p, .who-we-are p {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 1024px) {
  .clients p, .who-we-are p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.clients p.clients__request, .who-we-are p.clients__request {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.clients__video, .who-we-are__video {
  max-width: 48rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

@media (min-width: 1024px) {
  .clients__video, .who-we-are__video {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.clients__buttons, .who-we-are__buttons {
  width: auto;
  justify-content: center;
}

@media (min-width: 1024px) {
  .clients__buttons, .who-we-are__buttons {
    margin: 1.25rem !important;
    display: flex;
    flex-wrap: nowrap !important;
  }
}

.clients__buttons .wp-block-button, .who-we-are__buttons .wp-block-button {
  width: auto;
}

.clients__cta, .who-we-are__cta {
  padding-left: 1rem;
  padding-right: 1rem;
}

.veteran-owned {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

@media (min-width: 1024px) {
  .veteran-owned {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}

.veteran-owned .wp-block-heading {
  margin-bottom: 1.25rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 1024px) {
  .veteran-owned .wp-block-heading {
    text-align: left;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.veteran-owned p {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 1024px) {
  .veteran-owned p {
    text-align: left;
  }
}

.veteran-owned img {
  margin-left: auto;
  margin-right: auto;
  max-width: 10rem;
}

@media (min-width: 1024px) {
  .veteran-owned img {
    width: 100% !important;
  }
}

.thank-you {
  padding-left: 1rem;
  padding-right: 1rem;
}

.thank-you__heading {
  margin-top: 0.75rem !important;
  font-weight: 500;
}

.thank-you__subheading {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.thank-you p {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.thank-you__buttons {
  margin-top: 1.25rem !important;
  justify-content: center;
}

@media (min-width: 1024px) {
  .thank-you__buttons {
    flex-wrap: nowrap !important;
  }
}

.thank-you__buttons .wp-block-button {
  width: auto;
}

.team {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100%;
  max-width: 56rem;
}

.team__search {
  width: 100%;
}

.team__search .facetwp-type-search {
  margin-bottom: 1.25rem;
}

.team__search .facetwp-type-search .facetwp-input-wrap {
  width: 100%;
  border-width: 1px;
  border-bottom-width: 2px;
  border-color: rgb(228 228 231 / var(--tw-border-opacity));
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 165 80 / var(--tw-border-opacity));
  padding: 0.75rem;
}

.team__search .facetwp-type-search .facetwp-icon {
  top: 0px;
}

.team__search .facetwp-type-search .facetwp-icon:before {
  width: 35px;
  background-position: 0px 50%;
  background-size: 25px 25px;
}

.team__search .facetwp-type-search input {
  width: 100%;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.team__listings {
  text-align: center;
}

.team__listings .facetwp-type-alpha .facetwp-alpha {
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.facetwp-link[data-id="#"] {
  display: none;
}

.home-cta {
  margin-bottom: 1.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .home-cta {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.search-pg {
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.search-pg .entry-header {
  border-width: 0px;
}

.search-pg .entry-title {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 1024px) {
  .search-pg .entry-title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.search-pg article {
  width: 100%;
}

@media (min-width: 1280px) {
  .search-pg article {
    max-width: 1280px;
  }
}

.search-pg article {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25rem;
  border-bottom-width: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.search-pg-results {
  display: flex;
  width: 100%;
  max-width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  padding-bottom: 2.5rem;
}

.search-pg-results--img {
  flex-basis: 25%;
}

.search-pg-results--img img {
  width: 100%;
}

.search-pg-results .entry-content {
  flex-basis: 75%;
  padding: 0px;
}

.search-pg-results .entry-content p {
  max-width: 100%;
}

.popover {
  position: relative !important;
}

.popover-btn {
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 165 80 / var(--tw-text-opacity));
}

.popover-btn:hover {
  opacity: 0.6;
}

.popover-text {
  position: absolute;
  bottom: 2.5rem;
  z-index: 0;
  display: none;
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
  padding: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 100ms;
  transition-duration: 300ms;
}

.footer-cta-popup {
  position: fixed;
  bottom: 0px;
  left: 50%;
  right: 0.5rem;
  z-index: 50;
  width: 90%;
  --tw-translate-y: 100%;
  --tw-translate-x: -50%;
  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));
  --tw-bg-opacity: 1;
  background-color: rgb(0 165 80 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px) {
  .footer-cta-popup {
    left: auto;
    --tw-translate-x: 0px;
    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));
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .footer-cta-popup {
    width: 100%;
    max-width: 24rem;
  }
}

@media print {
  .footer-cta-popup {
    display: none;
  }
}

.footer-cta-popup.active {
  --tw-translate-y: 0px;
  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));
}

.footer-cta-popup.active button svg {
  display: block;
}

.footer-cta-popup button {
  position: absolute;
  top: -3.5rem;
  left: 50%;
  right: 0px;
  --tw-translate-x: -50%;
  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));
  justify-content: center;
  white-space: nowrap;
  --tw-bg-opacity: 1;
  background-color: rgb(0 165 80 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .footer-cta-popup button {
    left: auto;
    --tw-translate-x: 0px;
    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));
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media print {
  .footer-cta-popup button {
    display: none;
  }

  .footer-cta-popup ul {
    display: none;
  }
}

.footer-cta-popup ul li strong {
  font-weight: 600;
  text-transform: uppercase;
}

.footer-cta-popup ul li {
  margin-bottom: 1.25rem;
}

.footer-cta-popup ul li a {
  display: block;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer-cta-popup ul li a:hover {
  opacity: 0.6;
}

.footer-cta-popup ul li:last-of-type {
  margin-bottom: 0px;
}

.header {
  position: relative;
  z-index: 101;
}

.header--search {
  position: relative;
}

@media print {
  .header--search-menu {
    display: none;
  }
}

.header--search-menu .error-message {
  position: absolute;
  bottom: -1.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.header--search-menu .nav-menu-icon {
  margin-top: 0px;
}

@media print {
  .header--search-menu .gtranslate_wrapper {
    display: none;
  }
}

.header--search-menu .gtranslate_wrapper select {
  border-width: 1px;
  background-color: transparent;
  padding: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-text-opacity: 1;
  color: rgb(159 166 178 / var(--tw-text-opacity));
  /* custom gray color */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg fill='%239fa6b2' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  background-size: 1rem;
  padding-right: 2rem;
  /* room for dropdown arrow */
}

.header--logo .custom-logo {
  position: relative;
  z-index: 99999 !important;
}

@media (min-width: 1024px) {
  .header--logo .custom-logo {
    width: 16rem;
    min-width: 16rem !important;
  }
}

.home .header--logo .custom-logo {
  --tw-brightness: brightness(2);
  --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);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.home.menu-active .custom-logo {
  --tw-brightness: brightness(2);
  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);
}

@media (min-width: 1024px) {
  .home.menu-active .custom-logo {
    --tw-invert: invert(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);
  }
}

.gtranslate_wrapper {
  position: relative;
  margin-top: 0.25rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
}

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

.gt_switcher_wrapper {
  font-style: italic !important;
  /* @media (max-width: theme("screens.md")) {
		@apply mr-10 mt-1;
	} */
}

/* .glink {
	&:hover {
		@apply text-white;
	}
}
a.glink.gt-current-lang {
	@apply text-white !font-semibold;
} */

#post-946 .entry-header {
  display: none;
}

#post-1519 .entry-header {
  display: none;
}

.post-4037 .entry-header .entry-title,
.page-id-4045 .entry-header .entry-title,
.page-id-4050 .entry-header .entry-title {
  padding-bottom: 0px;
}

.post-946 .entry-content,
.post-1519 .entry-content {
  padding-top: 0px;
}

.locations {
  max-width: 64rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.locations p {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 1024px) {
  .locations p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

select {
  border-width: 1px;
  background-color: transparent;
  padding: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-text-opacity: 1;
  color: rgb(159 166 178 / var(--tw-text-opacity));
  /* custom gray color */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg fill='%239fa6b2' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  background-size: 1rem;
  padding-right: 2rem;
  /* room for dropdown arrow */
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

.-left-6 {
  left: -1.5rem;
}

.-top-10 {
  top: -2.5rem;
}

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

.left-0 {
  left: 0px;
}

.left-1 {
  left: 0.25rem;
}

.left-1\/2 {
  left: 50%;
}

.left-auto {
  left: auto;
}

.right-0 {
  right: 0px;
}

.right-12 {
  right: 3rem;
}

.right-14 {
  right: 3.5rem;
}

.right-4 {
  right: 1rem;
}

.top-0 {
  top: 0px;
}

.top-1 {
  top: 0.25rem;
}

.top-1\/2 {
  top: 50%;
}

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

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

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

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

.col-span-12 {
  grid-column: span 12 / span 12;
}

.m-0 {
  margin: 0px;
}

.\!mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

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

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

.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.\!mb-3 {
  margin-bottom: 0.75rem !important;
}

.\!mt-10 {
  margin-top: 2.5rem !important;
}

.\!mt-5 {
  margin-top: 1.25rem !important;
}

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

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

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

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

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

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

.mt-0 {
  margin-top: 0px;
}

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

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

.mt-5 {
  margin-top: 1.25rem;
}

.mt-auto {
  margin-top: auto;
}

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.\!h-0 {
  height: 0px !important;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-20 {
  height: 5rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-9 {
  height: 2.25rem;
}

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.max-h-0 {
  max-height: 0px;
}

.max-h-48 {
  max-height: 12rem;
}

.max-h-52 {
  max-height: 13rem;
}

.max-h-56 {
  max-height: 14rem;
}

.max-h-60 {
  max-height: 15rem;
}

.max-h-72 {
  max-height: 18rem;
}

.min-h-56 {
  min-height: 14rem;
}

.min-h-60 {
  min-height: 15rem;
}

.w-1\/2 {
  width: 50%;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-20 {
  width: 5rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-80 {
  width: 20rem;
}

.w-9 {
  width: 2.25rem;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

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

.max-w-3xl {
  max-width: 48rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-7xl {
  max-width: 80rem;
}

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

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

.max-w-lg {
  max-width: 32rem;
}

.max-w-none {
  max-width: none;
}

.max-w-xs {
  max-width: 20rem;
}

.flex-1 {
  flex: 1 1 0%;
}

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

.basis-1\/4 {
  flex-basis: 25%;
}

.basis-full {
  flex-basis: 100%;
}

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

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  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));
}

.-translate-x-3 {
  --tw-translate-x: -0.75rem;
  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));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  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));
}

.translate-x-0 {
  --tw-translate-x: 0px;
  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));
}

.translate-x-2 {
  --tw-translate-x: 0.5rem;
  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));
}

.rotate-45 {
  --tw-rotate: 45deg;
  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));
}

.scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

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

.cursor-pointer {
  cursor: pointer;
}

.list-outside {
  list-style-position: outside;
}

.list-disc {
  list-style-type: disc;
}

.list-none {
  list-style-type: none;
}

.columns-1 {
  -moz-columns: 1;
       columns: 1;
}

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

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

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

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

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

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

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

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

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

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

.justify-between {
  justify-content: space-between;
}

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

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.gap-y-5 {
  row-gap: 1.25rem;
}

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

.divide-zinc-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-divide-opacity));
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-clip {
  overflow: clip;
}

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

.rounded-sm {
  border-radius: 0.125rem;
}

.border {
  border-width: 1px;
}

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

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

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

.border-r {
  border-right-width: 1px;
}

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

.border-solid {
  border-style: solid;
}

.border-none {
  border-style: none;
}

.border-body {
  --tw-border-opacity: 1;
  border-color: rgb(12 35 64 / var(--tw-border-opacity));
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(0 165 80 / var(--tw-border-opacity));
}

.border-zinc-200 {
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity));
}

.border-zinc-300 {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity));
}

.border-zinc-400 {
  --tw-border-opacity: 1;
  border-color: rgb(161 161 170 / var(--tw-border-opacity));
}

.border-zinc-500 {
  --tw-border-opacity: 1;
  border-color: rgb(113 113 122 / var(--tw-border-opacity));
}

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

.bg-neutral-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

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

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

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

.bg-zinc-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity));
}

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

.fill-primary {
  fill: #00A550;
}

.fill-white {
  fill: #fff;
}

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

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

.object-left {
  -o-object-position: left;
     object-position: left;
}

.object-top {
  -o-object-position: top;
     object-position: top;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.\!px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

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

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

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

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

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

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

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

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

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

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

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

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

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

.pl-0 {
  padding-left: 0px;
}

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

.pl-4 {
  padding-left: 1rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

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

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

.pt-5 {
  padding-top: 1.25rem;
}

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

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

.indent-0 {
  text-indent: 0px;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

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

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

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

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

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

.font-medium {
  font-weight: 500;
}

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

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal-case {
  text-transform: none;
}

.leading-4 {
  line-height: 1rem;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-none {
  line-height: 1;
}

.leading-normal {
  line-height: 1.5;
}

.leading-snug {
  line-height: 1.375;
}

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

.tracking-wider {
  letter-spacing: 0.05em;
}

.\!text-neutral-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(23 23 23 / var(--tw-text-opacity)) !important;
}

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

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

.text-body {
  --tw-text-opacity: 1;
  color: rgb(12 35 64 / var(--tw-text-opacity));
}

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

.text-neutral-900 {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}

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

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

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

.text-zinc-400 {
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity));
}

.text-zinc-500 {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.no-underline {
  text-decoration-line: none;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -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);
}

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

.grayscale {
  --tw-grayscale: grayscale(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-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.content-none {
  --tw-content: none;
  content: var(--tw-content);
}

/**
 * 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
 */

.splide__container{
  box-sizing:border-box;
  position:relative
}

.splide__list{
  backface-visibility:hidden;
  display:flex;
  height:100%;
  margin:0!important;
  padding:0!important
}

.splide.is-initialized:not(.is-active) .splide__list{
  display:block
}

.splide__pagination{
  align-items:center;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  margin:0;
  pointer-events:none
}

.splide__pagination li{
  display:inline-block;
  line-height:1;
  list-style-type:none;
  margin:0;
  pointer-events:auto
}

.splide:not(.is-overflow) .splide__pagination{
  display:none
}

.splide__progress__bar{
  width:0
}

.splide{
  position:relative;
  visibility:hidden
}

.splide.is-initialized,.splide.is-rendered{
  visibility:visible
}

.splide__slide{
  backface-visibility:hidden;
  box-sizing:border-box;
  flex-shrink:0;
  list-style-type:none!important;
  margin:0;
  position:relative
}

.splide__slide img{
  vertical-align:bottom
}

.splide__spinner{
  animation:splide-loading 1s linear infinite;
  border:2px solid #999;
  border-left-color:transparent;
  border-radius:50%;
  bottom:0;
  contain:strict;
  display:inline-block;
  height:20px;
  left:0;
  margin:auto;
  position:absolute;
  right:0;
  top:0;
  width:20px
}

.splide__sr{
  clip:rect(0 0 0 0);
  border:0;
  height:1px;
  margin:-1px;
  overflow:hidden;
  padding:0;
  position:absolute;
  width:1px
}

.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{
  display:none
}

.splide__toggle.is-active .splide__toggle__pause{
  display:inline
}

.splide__track{
  overflow:hidden;
  position:relative;
  z-index:0
}

@keyframes splide-loading{
  0%{
    transform:rotate(0)
  }

  to{
    transform:rotate(1turn)
  }
}

.splide__track--draggable{
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-user-select:none;
       user-select:none
}

.splide__track--fade>.splide__list>.splide__slide{
  margin:0!important;
  opacity:0;
  z-index:0
}

.splide__track--fade>.splide__list>.splide__slide.is-active{
  opacity:1;
  z-index:1
}

.splide--rtl{
  direction:rtl
}

.splide__track--ttb>.splide__list{
  display:block
}

.splide__arrow{
  align-items:center;
  background:#ccc;
  border:0;
  border-radius:50%;
  cursor:pointer;
  display:flex;
  height:2em;
  justify-content:center;
  opacity:.7;
  padding:0;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:2em;
  z-index:1
}

.splide__arrow svg{
  fill:#000;
  height:1.2em;
  width:1.2em
}

.splide__arrow:hover:not(:disabled){
  opacity:.9
}

.splide__arrow:disabled{
  opacity:.3
}

.splide__arrow:focus-visible{
  outline:3px solid #0bf;
  outline-offset:3px
}

.splide__arrow--prev{
  left:1em
}

.splide__arrow--prev svg{
  transform:scaleX(-1)
}

.splide__arrow--next{
  right:1em
}

.splide.is-focus-in .splide__arrow:focus{
  outline:3px solid #0bf;
  outline-offset:3px
}

.splide__pagination{
  bottom:.5em;
  left:0;
  padding:0 1em;
  position:absolute;
  right:0;
  z-index:1
}

.splide__pagination__page{
  background:#ccc;
  border:0;
  border-radius:50%;
  display:inline-block;
  height:8px;
  margin:3px;
  opacity:.7;
  padding:0;
  position:relative;
  transition:transform .2s linear;
  width:8px
}

.splide__pagination__page.is-active{
  background:#fff;
  transform:scale(1.4);
  z-index:1
}

.splide__pagination__page:hover{
  cursor:pointer;
  opacity:.9
}

.splide__pagination__page:focus-visible{
  outline:3px solid #0bf;
  outline-offset:3px
}

.splide.is-focus-in .splide__pagination__page:focus{
  outline:3px solid #0bf;
  outline-offset:3px
}

.splide__progress__bar{
  background:#ccc;
  height:3px
}

.splide__slide{
  -webkit-tap-highlight-color:rgba(0,0,0,0)
}

.splide__slide:focus{
  outline:0
}

@supports(outline-offset:-3px){
  .splide__slide:focus-visible{
    outline:3px solid #0bf;
    outline-offset:-3px
  }
}

@media screen and (-ms-high-contrast:none){
  .splide__slide:focus-visible{
    border:3px solid #0bf
  }
}

@supports(outline-offset:-3px){
  .splide.is-focus-in .splide__slide:focus{
    outline:3px solid #0bf;
    outline-offset:-3px
  }
}

@media screen and (-ms-high-contrast:none){
  .splide.is-focus-in .splide__slide:focus{
    border:3px solid #0bf
  }

  .splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{
    border-color:#0bf
  }
}

.splide__toggle{
  cursor:pointer
}

.splide__toggle:focus-visible{
  outline:3px solid #0bf;
  outline-offset:3px
}

.splide.is-focus-in .splide__toggle:focus{
  outline:3px solid #0bf;
  outline-offset:3px
}

.splide__track--nav>.splide__list>.splide__slide{
  border:3px solid transparent;
  cursor:pointer
}

.splide__track--nav>.splide__list>.splide__slide.is-active{
  border:3px solid #000
}

.splide__arrows--rtl .splide__arrow--prev{
  left:auto;
  right:1em
}

.splide__arrows--rtl .splide__arrow--prev svg{
  transform:scaleX(1)
}

.splide__arrows--rtl .splide__arrow--next{
  left:1em;
  right:auto
}

.splide__arrows--rtl .splide__arrow--next svg{
  transform:scaleX(-1)
}

.splide__arrows--ttb .splide__arrow{
  left:50%;
  transform:translate(-50%)
}

.splide__arrows--ttb .splide__arrow--prev{
  top:1em
}

.splide__arrows--ttb .splide__arrow--prev svg{
  transform:rotate(-90deg)
}

.splide__arrows--ttb .splide__arrow--next{
  bottom:1em;
  top:auto
}

.splide__arrows--ttb .splide__arrow--next svg{
  transform:rotate(90deg)
}

.splide__pagination--ttb{
  bottom:0;
  display:flex;
  flex-direction:column;
  left:auto;
  padding:1em 0;
  right:.5em;
  top:0
}

/* import acf blocks for gutenburg */

.hero {
  display: flex;
  align-items: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  height: calc(100vh - 6rem);
}

.hero__title {
  max-width: 32rem;
}

@media (min-width: 1024px) {
  .hero__title {
    margin-top: 8rem;
  }
}

.hero__title h1 {
  margin: 0px;
  margin-bottom: 1.25rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 400;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .hero__title h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1536px) {
  .hero__title h1 {
    font-size: 3rem;
    line-height: 1;
  }
}

.hero__title p {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 1280px) {
  .hero__title p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.hero__title .scroll {
  display: none;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 1024px) {
  .hero__title .scroll {
    display: flex;
  }
}

.hero__columns {
  padding-left: 1rem;
  padding-right: 1rem;
}

.hero__items {
  display: block;
  padding-top: 1.25rem;
}

@media (min-width: 1024px) {
  .hero__items {
    max-width: 16rem;
  }
}

.hero__items__list {
  margin: 0px;
  list-style-type: none;
  --tw-border-opacity: 1;
  border-color: rgb(161 161 170 / var(--tw-border-opacity));
  padding: 0px;
}

@media (min-width: 1024px) {
  .hero__items__list {
    border-left-width: 1px;
  }
}

.hero__items__list li {
  margin: 0px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(161 161 170 / var(--tw-border-opacity));
  padding-left: 0px;
}

.hero__items__list li a {
  margin: 0px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

@media (min-width: 1024px) {
  .hero__items__list li a {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 2rem;
  }
}

@media (min-width: 1536px) {
  .hero__items__list li a {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.hero__items__list li a p {
  margin: 0px;
  text-transform: uppercase;
  line-height: 1.25rem;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.hero__items__list li a p.blurb {
  --tw-text-opacity: 1;
  color: rgb(0 165 80 / var(--tw-text-opacity));
}

.hero__items__list li a .title {
  height: 100%;
  font-size: 1.5rem;
  line-height: 2rem;
  text-transform: capitalize;
  opacity: 1;
}

@media (min-width: 1024px) {
  .hero__items__list li a .title {
    --tw-translate-y: 2rem;
    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));
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.hero__items__list li a .title span {
  width: 100%;
}

@media (min-width: 1024px) {
  .hero__items__list li a .title span {
    width: auto;
  }
}

.hero__items__list li a .title .arrow {
  right: 0px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 1024px) {
  .hero__items__list li a .title .arrow {
    --tw-translate-x: -2.5rem;
    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));
    opacity: 0;
  }
}

.hero__items__list li a .link {
  display: none;
  height: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 165 80 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

@media (min-width: 1024px) {
  .hero__items__list li a .link {
    display: inline-block;
  }
}

.hero__items__list li a .blurb {
  margin-top: 0px;
  display: none;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 1024px) {
  .hero__items__list li a .blurb {
    display: block;
  }
}

.hero__items__list li a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hero__items__list li a:hover .title {
  --tw-translate-y: 0px;
  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));
  --tw-text-opacity: 1;
  color: rgb(0 165 80 / var(--tw-text-opacity));
}

.hero__items__list li a:hover .title .arrow {
  --tw-translate-x: 0.5rem;
  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));
  opacity: 1;
  transition-duration: 500ms;
}

.hero__items__list li a:hover .blurb {
  opacity: 1;
}

.hero__items__list li a:hover p {
  --tw-text-opacity: 1;
  color: rgb(0 165 80 / var(--tw-text-opacity));
  opacity: 1;
}

.hero__items__list li a:hover p.link {
  --tw-translate-y: 0.5rem;
  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));
}

.hero__items__list li:last-child {
  border-style: none;
}

.hero__blurb-bottom a {
  display: inline-block;
  padding-top: 2.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 400;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .hero__blurb-bottom a {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1536px) {
  .hero__blurb-bottom a {
    padding-top: 5rem;
    font-size: 3rem;
    line-height: 1;
  }
}

.hero__blurb-bottom a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 165 80 / var(--tw-text-opacity));
}

@media screen and (max-height: 767px) {
  .hero {
    min-height: calc(100vh + 16rem);
  }
}

#myVideo {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  margin: 0px;
  aspect-ratio: 16 / 9;
  height: 100%;
  width: 100%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  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));
  -o-object-fit: cover;
     object-fit: cover;
}

.translated-ltr .hero__title {
  margin-top: 1rem;
}

.translated-ltr .hero__title .scroll {
  padding-top: 3rem;
}

.practices ul li a {
  position: relative;
  width: 100%;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(12 35 64 / var(--tw-text-opacity));
  transition-duration: 300ms;
}

.practices ul li a span::after {
  content:'';
  position: absolute;
  left: 0px;
  bottom: -0.5rem;
  z-index: 0;
  height: 2px;
  width: 100%;
  transform-origin: left;
  --tw-scale-x: 0;
  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));
  --tw-bg-opacity: 1;
  background-color: rgb(0 165 80 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.practices ul li a span, .practices ul li a svg {
  z-index: 10;
  --tw-translate-x: 0px;
  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));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.practices ul li a svg {
  --tw-text-opacity: 1;
  color: rgb(0 165 80 / var(--tw-text-opacity));
}

.practices ul li a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 165 80 / var(--tw-text-opacity));
}

.practices ul li a:hover span::after {
  --tw-scale-x: 1;
  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));
}

.practices ul li a:hover svg {
  --tw-translate-x: -0.75rem;
  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));
}

.latest-posts {
  max-width: 20rem;
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 768px) {
  .latest-posts {
    max-width: 100%;
  }
}

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

@media (min-width: 1280px) {
  .latest-posts {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

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

@media (min-width: 1024px) {
  .latest-posts .splide__track {
    overflow: visible;
    transition-property: none;
  }
}

.latest-posts .splide__list {
  align-items: flex-start;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px) {
  .latest-posts .splide__list {
    align-items: stretch;
  }
}

@media (min-width: 1024px) {
  .latest-posts .splide__list {
    transition-property: none;
  }
}

.latest-posts .splide__slide:not(.is-active) {
  height: 0px !important;
}

@media (min-width: 768px) {
  .latest-posts .splide__slide:not(.is-active) {
    height: auto !important;
  }
}

.latest-posts .splide__arrow {
  position: absolute;
  top: 1.5rem;
  background-color: transparent;
}

.latest-posts .splide__arrow svg {
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 165 80 / var(--tw-border-opacity));
  fill: #00A550;
  padding: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  opacity: 1;
}

.latest-posts .splide__arrow svg:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 165 80 / var(--tw-bg-opacity));
  fill: #fff;
}

.latest-posts .splide__arrow--next {
  right: 1rem;
}

.latest-posts .splide__arrow--prev {
  right: 3rem;
  left: auto;
}

.latest-posts__meta {
  gap: 0.75rem;
}

.latest-posts__meta > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  --tw-divide-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-divide-opacity));
}

.latest-posts__meta {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity));
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity));
}

.latest-posts__category {
  padding-left: 0.75rem;
}

.latest-posts__category a:hover {
  --tw-text-opacity: 1;
  color: rgb(12 35 64 / var(--tw-text-opacity));
}

.latest-posts__content {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (min-width: 1024px) {
  .latest-posts__content {
    height: 100%;
    padding: 1rem;
  }
}

.latest-posts__excerpt {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.latest-posts__read-more {
  margin-top: auto;
  font-weight: 600;
}

.latest-posts__read-more svg {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

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

.latest-posts li {
  display: flex;
  flex-direction: column;
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

@media (min-width: 1024px) {
  .latest-posts li {
    border-right-width: 1px;
  }
}

.latest-posts li:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.latest-posts li:hover .latest-posts__title {
  --tw-text-opacity: 1;
  color: rgb(0 165 80 / var(--tw-text-opacity));
}

.latest-posts li:hover .latest-posts__read-more svg {
  --tw-translate-x: 0.5rem;
  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));
}

.accordions {
  width: 100%;
}

.accordions__block__single {
  margin-bottom: 0.75rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(113 113 122 / var(--tw-border-opacity));
  padding-bottom: 0.75rem;
}

@media (min-width: 1024px) {
  .accordions__block__single {
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.accordions__block__single--title {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(12 35 64 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.accordions__block__single--title:hover {
  --tw-text-opacity: 1;
  color: rgb(0 165 80 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .accordions__block__single--title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.accordions__block__single--title svg {
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.accordions__block__single--title svg:hover {
  --tw-text-opacity: 1;
  color: rgb(0 165 80 / var(--tw-text-opacity));
}

@media print {
  .accordions__block__single--title svg {
    display: none;
  }
}

.accordions__block__single--title.active {
  --tw-text-opacity: 1;
  color: rgb(0 165 80 / var(--tw-text-opacity));
}

.accordions__block__single--title.active svg {
  --tw-rotate: 45deg;
  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));
}

.accordions__block__single--content {
  max-height: 0px;
  overflow: hidden;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media print {
  .accordions__block__single--content {
    max-height: 100%;
  }
}

.accordions__block__single--content p {
  margin-bottom: 0px;
}

.accordions__block__single--content ul {
  list-style-position: outside;
  list-style-type: disc;
  padding-left: 1.5rem;
}

.accordions__block__single:last-of-type {
  border-bottom-width: 0px;
}

.news {
  position: relative;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media print {
  .news {
    display: none;
  }
}

.news--heading {
  margin-bottom: 1.5rem;
  font-weight: 500;
}

.news--single {
  border-radius: 0.125rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity));
  padding: 1.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

@media (min-width: 1024px) {
  .news--single {
    margin-bottom: 2.5rem;
  }
}

.news--single:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -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);
}

.news__category a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity));
}

.news__category a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 165 80 / var(--tw-text-opacity));
}

.news__date {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity));
}

.news__title {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 3.5rem;
  font-weight: 500;
  text-transform: uppercase;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.news__read-more {
  margin-top: 1.25rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity));
  padding-top: 1.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.news__excerpt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}

.news__content:hover .news__title {
  --tw-text-opacity: 1;
  color: rgb(0 165 80 / var(--tw-text-opacity));
}

.news__content:hover .news__read-more svg {
  --tw-translate-x: 0.5rem;
  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));
}

.news .splide__arrow {
  position: absolute;
  top: -2.5rem;
  right: 0px;
  left: auto;
  height: 2.25rem;
  width: 2.25rem;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 165 80 / var(--tw-border-opacity));
  background-color: transparent;
  padding: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 165 80 / var(--tw-text-opacity));
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 1024px) {
  .news .splide__arrow {
    height: 2.75rem;
    width: 2.75rem;
  }
}

.news .splide__arrow--prev {
  right: 3rem;
}

@media (min-width: 1024px) {
  .news .splide__arrow--prev {
    right: 3.5rem;
  }
}

.news .splide__arrow svg {
  fill: #00A550;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.news .splide__arrow:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 165 80 / var(--tw-bg-opacity));
}

.news .splide__arrow:hover svg {
  fill: #fff;
}

.related-news {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

@media (min-width: 1280px) {
  .related-news {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.related-news--heading {
  font-weight: 500;
}

.related-news--single {
  text-align: center;
  text-indent: 0px;
}

.related-news--single--title {
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.related-news--single--date {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1rem;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.related-news--single img {
  width: auto;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.related-news--single:hover a > * {
  --tw-text-opacity: 1;
  color: rgb(0 165 80 / var(--tw-text-opacity));
}

.related-news--single:hover img {
}

.related-news--single a {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow: clip;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.related-news--single a:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 165 80 / var(--tw-border-opacity));
}

.related-news--single a:hover img {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
  overflow: hidden;
}

.related-news--single a:hover .related-staff__title, .related-news--single a:hover related-staff__subtitle {
  --tw-text-opacity: 1;
  color: rgb(0 165 80 / var(--tw-text-opacity));
}

.related-news--single img {
  height: auto;
  max-height: 15rem;
  min-height: 15rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.related-news .splide__arrow {
  position: absolute;
  top: -1rem;
  right: 0px;
  left: auto;
  height: 2.25rem;
  width: 2.25rem;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 165 80 / var(--tw-border-opacity));
  background-color: transparent;
  padding: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 165 80 / var(--tw-text-opacity));
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 1024px) {
  .related-news .splide__arrow {
    height: 2.75rem;
    width: 2.75rem;
  }
}

.related-news .splide__arrow--prev {
  right: 3rem;
}

@media (min-width: 1024px) {
  .related-news .splide__arrow--prev {
    right: 3.5rem;
  }
}

.related-news .splide__arrow svg {
  fill: #00A550;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.related-news .splide__arrow:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 165 80 / var(--tw-bg-opacity));
}

.related-news .splide__arrow:hover svg {
  fill: #fff;
}

.related-news .splide__track, .related-news .splide__list {
  width: 100%;
  max-width: 100%;
}

.related-attorneys {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

@media (min-width: 1280px) {
  .related-attorneys {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.related-attorneys--heading {
  font-weight: 500;
}

.related-attorneys--single {
  text-align: center;
  text-indent: 0px;
}

.related-attorneys--single--title {
  margin-top: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 1024px) {
  .related-attorneys--single--title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.related-attorneys--single--subtitle {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1rem;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.related-attorneys--single img {
  width: auto;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.related-attorneys--single:hover a > * {
  --tw-text-opacity: 1;
  color: rgb(0 165 80 / var(--tw-text-opacity));
}

.related-attorneys--single:hover img {
}

.related-attorneys--single a {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow: clip;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.related-attorneys--single a:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 165 80 / var(--tw-border-opacity));
}

.related-attorneys--single a:hover img {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
  overflow: hidden;
}

.related-attorneys--single a:hover .related-staff__title, .related-attorneys--single a:hover related-staff__subtitle {
  --tw-text-opacity: 1;
  color: rgb(0 165 80 / var(--tw-text-opacity));
}

.related-attorneys--single img {
  height: auto;
  max-height: 15rem;
  min-height: 15rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.related-attorneys .splide__arrow {
  position: absolute;
  top: -1rem;
  right: 0px;
  left: auto;
  height: 2.25rem;
  width: 2.25rem;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 165 80 / var(--tw-border-opacity));
  background-color: transparent;
  padding: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 165 80 / var(--tw-text-opacity));
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 1024px) {
  .related-attorneys .splide__arrow {
    height: 2.75rem;
    width: 2.75rem;
  }
}

.related-attorneys .splide__arrow--prev {
  right: 3rem;
}

@media (min-width: 1024px) {
  .related-attorneys .splide__arrow--prev {
    right: 3.5rem;
  }
}

.related-attorneys .splide__arrow svg {
  fill: #00A550;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.related-attorneys .splide__arrow:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 165 80 / var(--tw-bg-opacity));
}

.related-attorneys .splide__arrow:hover svg {
  fill: #fff;
}

.related-attorneys .splide__track, .related-attorneys .splide__list {
  width: 100%;
  max-width: 100%;
}

.attorney {
  position: relative;
}

.attorney--info.wp-block-group {
  margin-bottom: 0px;
  overflow: hidden;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 1024px) {
  .attorney--info.wp-block-group {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.attorney {
  padding-left: 0px !important;
  padding-right: 0px !important;
  width: 100%;
}

.attorney-header {
  width: 100%;
  align-items: center;
  gap: 2.5rem;
}

@media (min-width: 768px) {
  .attorney-header {
    display: flex;
  }
}

.attorney-header a {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}

.attorney-header a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 165 80 / var(--tw-text-opacity));
}

.attorney-header label {
  font-weight: 500;
}

.attorney__img {
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .attorney__img {
    flex-basis: 75%;
  }
}

@media (min-width: 1024px) {
  .attorney__img {
    margin-bottom: 0px;
  }
}

@media (min-width: 1280px) {
  .attorney__img {
    max-width: 28rem;
    flex-basis: 50%;
  }
}

.attorney__img img {
  max-height: 18rem;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}

@media (min-width: 768px) {
  .attorney__img img {
    max-height: 24rem;
    min-height: 24rem;
  }
}

@media (min-width: 1024px) {
  .attorney__img img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}

.attorney__details {
  width: 100%;
}

.attorney__address {
  margin-top: 0.5rem;
}

@media print {
  .attorney__address {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.attorney__title {
  font-weight: 500;
}

@media (min-width: 1024px) {
  .attorney__title {
    margin-left: -0.25rem;
  }
}

@media print {
  .attorney__title {
    margin: 0px;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.attorney__subtitle {
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}

.attorney__contact {
  margin-top: 1.25rem;
  width: 100%;
  align-items: flex-start;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .attorney__contact {
    display: flex;
  }
}

@media (min-width: 1280px) {
  .attorney__contact {
    gap: 2.5rem;
  }

  .attorney__office {
    flex-basis: 33.333333%;
  }
}

@media print {
  .attorney__office {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.attorney__phone {
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  line-height: 1.5;
}

@media (min-width: 1024px) {
  .attorney__phone {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}

@media (min-width: 1280px) {
  .attorney__phone {
    display: flex;
  }
}

@media print {
  .attorney__phone {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.attorney__direct, .attorney__fax {
  margin-bottom: 0.75rem;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  .attorney__direct, .attorney__fax {
    margin-bottom: 0px;
  }
}

.attorney__fax {
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity));
}

@media (min-width: 1280px) {
  .attorney__fax {
    border-left-width: 1px;
    padding-left: 0.75rem;
  }
}

.attorney__email {
  flex-basis: 100%;
}

.attorney__location {
  font-weight: 500;
}

.attorney__mailaddress {
  margin-top: 1.25rem;
}

.attorney__vcard {
  margin-bottom: 1rem;
}

@media (min-width: 1024px) {
  .attorney__vcard {
    margin-bottom: 0px;
  }
}

.attorney__vcard .button {
  margin-top: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 165 80 / var(--tw-text-opacity));
}

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

.attorney__printpdf {
  position: absolute;
  right: 0px;
  top: 0px;
  display: flex;
  gap: 0.25rem;
}

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

.attorney__printpdf svg:hover {
  --tw-text-opacity: 1;
  color: rgb(0 165 80 / var(--tw-text-opacity));
}

.attorneystaff {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity));
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 1.25rem;
}

@media (min-width: 1024px) {
  .attorneystaff {
    margin-bottom: 2.5rem !important;
    padding-bottom: 0px;
  }
}

.attorneystaff__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1.25rem;
}

@media (min-width: 768px) {
  .attorneystaff__info {
    flex-direction: row;
    gap: 2.5rem;
  }
}

.attorneystaff__image {
  width: 100%;
}

.attorneystaff__image:hover {
  --tw-grayscale: grayscale(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);
}

@media (min-width: 768px) {
  .attorneystaff__image {
    width: 33.333333%;
  }
}

.attorneystaff__image img {
  max-height: 14rem;
  min-height: 14rem;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}

@media (min-width: 768px) {
  .attorneystaff__image img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}

@media (min-width: 1024px) {
  .attorneystaff__image img {
    max-height: 20rem;
    min-height: 20rem;
  }
}

.attorneystaff__details {
  height: 100%;
  width: 100%;
}

.attorneystaff__details h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(12 35 64 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .attorneystaff__details h3 {
    margin-bottom: 0.25rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.attorneystaff__details h3 a {
  --tw-text-opacity: 1;
  color: rgb(12 35 64 / var(--tw-text-opacity));
}

.attorneystaff__details h3 a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 165 80 / var(--tw-text-opacity));
}

.attorneystaff__details h4 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .attorneystaff__details h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.attorneystaff__phonemail {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 1024px) {
  .attorneystaff__phonemail {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.attorneystaff__phonemail a {
  display: block;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}

.attorneystaff__phonemail a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 165 80 / var(--tw-text-opacity));
}

.attorneystaff__location {
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(12 35 64 / var(--tw-text-opacity));
}

.attorneystaff:last-of-type {
  border-width: 0px;
}

.attorneystaff__locvcard {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.attorneystaff__vcard {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1 !important;
  color: rgb(23 23 23 / var(--tw-text-opacity)) !important;
}

.attorneystaff__vcard:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(0 165 80 / var(--tw-text-opacity)) !important;
}

.team__tabs {
  margin-bottom: 0.75rem !important;
  display: flex;
  width: 100%;
  text-align: center;
}

@media (min-width: 1024px) {
  .team__tabs {
    margin-bottom: 1.25rem !important;
  }
}

.team__tabs li {
  width: 50%;
  border-right-width: 1px;
}

.team__tabs li a {
  position: relative;
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .team__tabs li a {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

.team__tabs li a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 165 80 / var(--tw-text-opacity));
}

.team__tabs li a.active {
  --tw-text-opacity: 1;
  color: rgb(0 165 80 / var(--tw-text-opacity));
}

.team__tabs li a span {
  position: relative;
}

.team__tabs li a svg {
  position: absolute;
  left: -1.5rem;
  top: 0.25rem;
}

.team__tabs li:last-of-type {
  border-style: none;
}

.team__tabs--location {
  display: flex;
  align-items: center;
  justify-content: center;
}

.team__tabs--location .facetwp-facet {
  margin-bottom: 0px;
}

.team__tabs--location .facetwp-facet select {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.tabs {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tabs > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

.tabs {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  text-align: center;
}

.tabs button {
  padding-left: 3rem;
  padding-right: 3rem;
  font-weight: 500;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .tabs button {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.tabs button.active {
  --tw-text-opacity: 1;
  color: rgb(0 165 80 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-underline-offset: 8px;
}

.tab-content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

@media (min-width: 1024px) {
  .tab-content {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 3rem;
  }
}

.tab-content .profile-card img {
  max-height: 12rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

@media (min-width: 1024px) {
  .tab-content .profile-card img {
    max-height: 18rem;
  }
}

.tab-content .profile-card__info {
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  padding: 0.5rem;
}

@media (min-width: 1024px) {
  .tab-content .profile-card__info {
    padding: 1rem;
  }
}

.tab-content .profile-card__info h3 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.tab-content .profile-card__info h3:hover {
  --tw-text-opacity: 1;
  color: rgb(0 165 80 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .tab-content .profile-card__info h3 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.tab-content .profile-card__info p {
  margin: 0px;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: -0.05em;
}

@media (min-width: 1024px) {
  .tab-content .profile-card__info p {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.related-staff {
  width: 100%;
}

@media (min-width: 1280px) {
  .related-staff {
    max-width: 1280px;
  }
}

.related-staff {
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-left: 1rem;
  padding-right: 1rem;
}

.related-staff__single a {
  display: block;
  overflow: clip;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.related-staff__single a:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 165 80 / var(--tw-border-opacity));
}

.related-staff__single a:hover img {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
  overflow: hidden;
  --tw-grayscale: grayscale(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);
}

.related-staff__single a:hover .related-staff__title, .related-staff__single a:hover related-staff__subtitle {
  --tw-text-opacity: 1;
  color: rgb(0 165 80 / var(--tw-text-opacity));
}

.related-staff__single img {
  max-height: 18rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.related-staff__heading {
  font-weight: 500;
}

.related-staff__details {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  letter-spacing: -0.025em;
}

.related-staff__title, .related-staff__subtitle {
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.related-staff__title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
}

.related-staff__subtitle {
  font-size: 1rem;
  line-height: 1.5rem;
}

.related-staff-sect {
  margin-top: 2.5rem !important;
}

@media print {
  .related-staff-sect {
    margin-top: 8rem !important;
    display: none;
  }
}

.related-staff .splide__arrow {
  position: absolute;
  top: -1rem;
  right: 0px;
  left: auto;
  height: 2.25rem;
  width: 2.25rem;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 165 80 / var(--tw-border-opacity));
  background-color: transparent;
  padding: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 165 80 / var(--tw-text-opacity));
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 1024px) {
  .related-staff .splide__arrow {
    height: 2.75rem;
    width: 2.75rem;
  }
}

.related-staff .splide__arrow--prev {
  right: 3rem;
}

@media (min-width: 1024px) {
  .related-staff .splide__arrow--prev {
    right: 3.5rem;
  }
}

.related-staff .splide__arrow svg {
  fill: #00A550;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.related-staff .splide__arrow:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 165 80 / var(--tw-bg-opacity));
}

.related-staff .splide__arrow:hover svg {
  fill: #fff;
}

.key-contacts__single {
  margin-bottom: 1.25rem;
  display: flex;
  gap: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity));
  padding: 0.75rem;
}

.key-contacts__details a {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}

.key-contacts__details a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 165 80 / var(--tw-text-opacity));
}

.key-contacts__img {
  flex-basis: 25%;
}

.key-contacts__img img {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.key-contacts__img img:hover {
  opacity: 0.8;
}

.key-contacts__title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  text-transform: capitalize;
}

.key-contacts__subtitle {
  font-size: 1rem;
  line-height: 1.5rem;
}

.key-contacts__address {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.key-contacts__address a {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}

.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 165 80 / var(--tw-bg-opacity));
}

.hover\:text-gray-200:hover {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(0 165 80 / var(--tw-text-opacity));
}

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

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

.hover\:grayscale:hover {
  --tw-grayscale: grayscale(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);
}

.prose-a\:text-primary :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(0 165 80 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:flex {
    display: flex;
  }

  .md\:\!h-auto {
    height: auto !important;
  }

  .md\:min-h-96 {
    min-height: 24rem;
  }

  .md\:w-4\/12 {
    width: 33.333333%;
  }

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

  .md\:basis-3\/4 {
    flex-basis: 75%;
  }

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

  .md\:items-stretch {
    align-items: stretch;
  }

  .md\:gap-10 {
    gap: 2.5rem;
  }

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

@media (min-width: 1024px) {
  .lg\:static {
    position: static;
  }

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

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

  .lg\:\!mb-10 {
    margin-bottom: 2.5rem !important;
  }

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

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

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

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

  .lg\:block {
    display: block;
  }

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

  .lg\:flex {
    display: flex;
  }

  .lg\:h-11 {
    height: 2.75rem;
  }

  .lg\:max-h-72 {
    max-height: 18rem;
  }

  .lg\:max-h-80 {
    max-height: 20rem;
  }

  .lg\:max-h-full {
    max-height: 100%;
  }

  .lg\:min-h-80 {
    min-height: 20rem;
  }

  .lg\:w-11 {
    width: 2.75rem;
  }

  .lg\:max-w-\[16rem\] {
    max-width: 16rem;
  }

  .lg\:-translate-x-10 {
    --tw-translate-x: -2.5rem;
    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));
  }

  .lg\:columns-2 {
    -moz-columns: 2;
         columns: 2;
  }

  .lg\:columns-3 {
    -moz-columns: 3;
         columns: 3;
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, 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\:flex-row {
    flex-direction: row;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

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

  .lg\:overflow-visible {
    overflow: visible;
  }

  .lg\:border-l {
    border-left-width: 1px;
  }

  .lg\:border-r {
    border-right-width: 1px;
  }

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

  .lg\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

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

  .lg\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

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

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

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:text-9xl {
    font-size: 8rem;
    line-height: 1;
  }

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

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

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

  .lg\:opacity-0 {
    opacity: 0;
  }
}

@media (min-width: 1280px) {
  .xl\:flex {
    display: flex;
  }

  .xl\:max-w-md {
    max-width: 28rem;
  }

  .xl\:basis-2\/6 {
    flex-basis: 33.333333%;
  }

  .xl\:gap-10 {
    gap: 2.5rem;
  }

  .xl\:border-l {
    border-left-width: 1px;
  }

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

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

  .xl\:pl-3 {
    padding-left: 0.75rem;
  }
}

@media (min-width: 1536px) {
  .\32xl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .\32xl\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .\32xl\:pt-20 {
    padding-top: 5rem;
  }

  .\32xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}

@media print {
  .print\:m-0 {
    margin: 0px;
  }

  .print\:\!mt-32 {
    margin-top: 8rem !important;
  }

  .print\:hidden {
    display: none;
  }

  .print\:max-h-full {
    max-height: 100%;
  }
}
