@import url('https://use.typekit.net/iaw0gop.css');

@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700&display=swap');

/*!
Theme Name: Lonestar v3
Theme URI: https://underscoretw.com/
Author: The Nick Payne
Author URI: https://underscoretw.com/
Description: A custom theme based on _tw
Version: 1.0.0
Tested up to: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lonestar
Tags:

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

Lonestar v3 is based on _tw https://underscoretw.com/, (C) 2021-2022 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-2022 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.
 */

/* Futura */

/* Jost */

/* Roboto & Montserrat */

/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600&family=Roboto:wght@300;400;500;700&display=swap'); */

/* Open Sans & Montserrat */

/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600&family=Open+Sans:wght@300;400;500;800&display=swap'); */

/* Montserrat only */

/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap'); */

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

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

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

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

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

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

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Jost, sans-serif;
  /* 4 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

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

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

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

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

ol {
  list-style-type: decimal;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}

@media (min-width: 768px) {
  ol {
    -webkit-padding-start: 40px;
            padding-inline-start: 40px
  }
}

ol li {
  margin-bottom: 17px;
}

@media (min-width: 768px) {
  ol li {
    margin-bottom: 22px
  }
}

/**
 * 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: 640px){
  .container{
    max-width: 640px;
  }
}

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

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

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

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

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

/**
 * 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.
 *
 * The `$post-title-selector` variable is replaced by PostCSS. Please see the
 * `postcss.config.js` file for details.
 */

.page-title, .entry-title {
  /*
	@apply mx-auto mb-6 max-w-content text-3xl font-extrabold text-neutral-900;
	*/
}

/**
 * Post content styles (via Tailwind Typography)
 *
 * These will be applied to all containers with the `lonestar-prose` class on the
 * frontend, and within the block editor.
 *
 * The `$prose-selector` variable is replaced by PostCSS. Please see the
 * `postcss.config.js` file for details.
 *
 * For details on how to customize Tailwind Typography via its modifier
 * classes, please see:
 *
 * https://tailwindcss.com/docs/typography-plugin
 */

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

.lonestar-prose :where([class~="lead"]):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.lonestar-prose :where(a):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

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

.lonestar-prose :where(a strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.lonestar-prose :where(blockquote strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.lonestar-prose :where(thead th strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.lonestar-prose :where(ol):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

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

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

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

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

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

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

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

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

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

.lonestar-prose :where(ul):not(:where([class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

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

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

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

.lonestar-prose :where(blockquote):not(:where([class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

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

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

.lonestar-prose :where(h1):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

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

.lonestar-prose :where(h2):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

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

.lonestar-prose :where(h3):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

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

.lonestar-prose :where(h4):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

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

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

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

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

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

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

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

.lonestar-prose :where(a code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.lonestar-prose :where(h1 code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

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

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

.lonestar-prose :where(h4 code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.lonestar-prose :where(blockquote code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.lonestar-prose :where(thead th code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.lonestar-prose :where(pre):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.lonestar-prose :where(pre code):not(:where([class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

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

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

.lonestar-prose :where(table):not(:where([class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

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

.lonestar-prose :where(thead th):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

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

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

.lonestar-prose :where(tbody td):not(:where([class~="not-prose"] *)){
  vertical-align: baseline;
}

.lonestar-prose :where(tfoot):not(:where([class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.lonestar-prose :where(tfoot td):not(:where([class~="not-prose"] *)){
  vertical-align: top;
}

.lonestar-prose{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.lonestar-prose :where(p):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lonestar-prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lonestar-prose-2xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.8333333em;
  margin-bottom: 0.8333333em;
}

.lonestar-prose-2xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.3333333em;
}

.lonestar-prose-2xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.3333333em;
}

.lonestar-prose-2xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.3333333em;
}

.lonestar-prose-2xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.3333333em;
}

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

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

.lonestar-prose{
  --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-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-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;
  max-width: none;
}

.lonestar-prose :is(:where(a):not(:where([class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

/**
 * 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 */
  /* @apply mx-auto max-w-content; */
}

/* width and margin used on posts and pages */

.w-content-standard {
  /* @apply w-standard-percentage lg:w-[90%] max-w-[1300px]; */
  width: 87%;
  max-width: 1300px;
}

@media (min-width: 1024px){
  .w-content-standard{
    width: 90%;
  }
}

/* override standards if we are inside a side-by-side wrapper */

.side-by-side-wrapper-width-override .w-content-standard{
  width: 87%;
  max-width: 1300px;
}

@media (min-width: 1024px){
  .side-by-side-wrapper-width-override .w-content-standard{
    width: 100%;
  }
}

/* single blog entries */

.w-content-wider {
  /* @apply w-standard-percentage lg:w-[90%] max-w-[1300px]; */
  width: 87%;
  max-width: 1450px;
}

@media (min-width: 1024px){
  .w-content-wider{
    width: 90%;
  }
}

.w-content-prose{
  width: 87%;
  max-width: 1150px;
}

@media (min-width: 1024px){
  .w-content-prose{
    width: 90%;
  }
}

.w-content-standard-full-mobile{
  width: 100%;
  max-width: 1300px;
}

@media (min-width: 1024px){
  .w-content-standard-full-mobile{
    width: 87%;
  }
}

/* same as standard but wider than otherwise would be on mobile */

.w-content-standard-mobile-wide{
  width: 91.666667%;
  max-width: 1400px;
}

.pt-content-standard{
  padding-top: 40px;
}

@media (min-width: 1024px) {
  .pt-content-standard{
    padding-top: 60px;
  }
}

/* Footer */

footer h2{
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
  font-weight: 600;
}

@media (min-width: 768px){
  footer h2{
    margin-bottom: 0.5rem;
  }
}

footer .wp-block-search__label{
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  font-weight: 600;
}

footer ul{
  margin-bottom: 1.25rem;
}

footer ul li{
  margin-left: 0.5rem;
  margin-bottom: 0.75rem;
  font-size: 0.9rem;
}

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

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

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

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

.right-\[6\%\]{
  right: 6%;
}

.bottom-\[6\%\]{
  bottom: 6%;
}

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

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

.right-0{
  right: 0px;
}

.bottom-0{
  bottom: 0px;
}

.left-0{
  left: 0px;
}

.top-0{
  top: 0px;
}

.left-\[25px\]{
  left: 25px;
}

.right-\[25px\]{
  right: 25px;
}

.bottom-\[69px\]{
  bottom: 69px;
}

.bottom-\[19px\]{
  bottom: 19px;
}

.top-\[40px\]{
  top: 40px;
}

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

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

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

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

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

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

.float-right{
  float: right;
}

.clear-both{
  clear: both;
}

.\!m-0{
  margin: 0px !important;
}

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

.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}

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

.mb-10{
  margin-bottom: 2.5rem;
}

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

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

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

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

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

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

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

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

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

.mb-\[-5px\]{
  margin-bottom: -5px;
}

.ml-\[-11px\]{
  margin-left: -11px;
}

.mr-\[-24px\]{
  margin-right: -24px;
}

.mb-\[24px\]{
  margin-bottom: 24px;
}

.mb-\[3px\]{
  margin-bottom: 3px;
}

.mb-7{
  margin-bottom: 1.75rem;
}

.mr-\[21px\]{
  margin-right: 21px;
}

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

.mr-\[15px\]{
  margin-right: 15px;
}

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

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

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

.ml-\[33px\]{
  margin-left: 33px;
}

.mb-\[9px\]{
  margin-bottom: 9px;
}

.mb-\[13px\]{
  margin-bottom: 13px;
}

.ml-\[8px\]{
  margin-left: 8px;
}

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

.mb-\[30px\]{
  margin-bottom: 30px;
}

.mb-\[5px\]{
  margin-bottom: 5px;
}

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

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

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

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

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

.mb-\[27px\]{
  margin-bottom: 27px;
}

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

.mb-\[25px\]{
  margin-bottom: 25px;
}

.block{
  display: block;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

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

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

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

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

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

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

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

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

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

.w-full{
  width: 100%;
}

.w-standard-percentage{
  width: 87%;
}

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

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

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

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

.w-3\/4{
  width: 75%;
}

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

.w-10\/12{
  width: 83.333333%;
}

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

.w-auto{
  width: auto;
}

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

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

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

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

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

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

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

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

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

.max-w-wider-max-width{
  max-width: 1450px;
}

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

.grow{
  flex-grow: 1;
}

.translate-y-\[7px\]{
  --tw-translate-y: 7px;
  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));
}

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

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

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

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

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

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

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

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

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

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

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

.gap-16{
  gap: 4rem;
}

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

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

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

.rounded-\[50\%\]{
  border-radius: 50%;
}

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

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

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

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

.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

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

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

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

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

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

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

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

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

.p-8{
  padding: 2rem;
}

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

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

.px-\[30px\]{
  padding-left: 30px;
  padding-right: 30px;
}

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

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

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

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

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

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

.pt-11{
  padding-top: 2.75rem;
}

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

.\!pt-\[34px\]{
  padding-top: 34px !important;
}

.\!pb-\[15px\]{
  padding-bottom: 15px !important;
}

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

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

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

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

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

.pr-\[6\.5\%\]{
  padding-right: 6.5%;
}

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

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

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

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

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

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

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

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

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

.text-base-plus{
  font-size: 1.0625rem;
}

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

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

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

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

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

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

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

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

.uppercase{
  text-transform: uppercase;
}

.lowercase{
  text-transform: lowercase;
}

.italic{
  font-style: italic;
}

.leading-\[120\%\]{
  line-height: 120%;
}

.leading-7{
  line-height: 1.75rem;
}

.leading-\[150\%\]{
  line-height: 150%;
}

.leading-\[1\]{
  line-height: 1;
}

.tracking-\[0\.5px\]{
  letter-spacing: 0.5px;
}

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

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

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

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

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

.drop-shadow{
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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);
}

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

/* Custom components ending in SCSS declared here */

.archive .entry-content p {
  /* @apply text-base leading-6; */
}

.archive .entry-content a {
  /* @apply block mt-2 font-medium underline text-right text-miamiGreenHover; */
}

.archive footer.entry-footer{
  display: flex;
  justify-content: space-between;
}

.contact-form-panel{
  border-radius: 10px;
  border-width: 1px;
  border-style: dotted;
  --tw-border-opacity: 1;
  border-color: rgb(0 132 253 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  padding-left: 34px;
  padding-right: 34px;
  padding-top: 44px;
  padding-bottom: 38px;
}

#contact-us-floater-form {
  /* @apply hidden; */
  -webkit-animation: fadeOutAnimation ease .35s;
          animation: fadeOutAnimation ease .35s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#contact-us-floater-form.form-hidden{
  display: none;
}

#contact-us-floater-form.form-open{
  display: block;
  -webkit-animation: fadeInAnimation ease .35s;
          animation: fadeInAnimation ease .35s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOutAnimation {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOutAnimation {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

footer .column-headline{
  margin-bottom: 0.5rem;
  font-weight: 700;
  text-transform: uppercase;
}

footer a.footer-link{
  margin-bottom: 11px;
  display: block;
  line-height: 130%;
}

/* all gravity forms */

.gform_wrapper {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.gform_wrapper .validation_error{
  display: none !important;
}

.gform_wrapper .gform_fields li.gfield {
  margin-top: 0;
  margin-bottom: 14px;
}

.gform_wrapper .gform_fields li.gfield.gfield_error{
  margin-top: 0 !important;
  border-top-width: 0px !important;
  border-bottom-width: 0px !important;
  background-color: transparent !important;
}

.gform_wrapper .gform_fields li.gfield .ginput_container {
  margin-top: 0;
}

.gform_wrapper .gform_fields li.gfield .ginput_container input, 
	  .gform_wrapper .gform_fields li.gfield .ginput_container textarea{
  margin-top: 0px;
  border-radius: 5px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 132 253 / var(--tw-border-opacity));
  padding-left: 10px !important;
  line-height: 40px;
}

@media (min-width: 1024px){
  .gform_wrapper .gform_fields li.gfield .ginput_container input, 
	  .gform_wrapper .gform_fields li.gfield .ginput_container textarea{
    padding-left: 27px !important;
  }
}

.gform_wrapper .gform_fields li.gfield .gfield_description.validation_message{
  padding-top: 0.25rem !important;
}

.gform_wrapper .gform_footer {
  margin-top: 0;
  padding-top: 0px;
  text-align: left;
}

.gform_wrapper .gform_footer input.gform_button{
  width: auto;
  border-radius: 5px;
  padding-left: 28px;
  padding-right: 55px;
  font-weight: 700;
  line-height: 53px !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background: url("assets/images/white-arrow-right.svg"), #0084FD;
  background-size: 20px;
  background-position-x: 92%;
  background-position-y: center;
  background-repeat: no-repeat;
}

#gform_confirmation_message_1, 
#gform_confirmation_message_2, 
#gform_confirmation_message_3, 
#gform_confirmation_message_4{
  --tw-text-opacity: 1;
  color: rgb(0 132 253 / var(--tw-text-opacity));
}

/* contact us form textarea */

.mini-contact-us-business-challenges textarea.small {
  resize: none;
  overflow: hidden;
  height: 52px;
  min-height: 52px;
  line-height: 160% !important;
  padding-top: 11px;
}

#header-container {
  transition: 0.2s;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 80px;
  align-items: center;
  justify-content: flex-end;
  /* @apply w-standard-percentage lg:w-[90%] max-w-[1300px]; */
  width: 87%;
  max-width: 1300px;
}

@media (min-width: 1024px){
  #header-container{
    width: 90%;
  }
}

.side-by-side-wrapper-width-override #header-container{
  width: 87%;
  max-width: 1300px;
}

@media (min-width: 1024px){
  .side-by-side-wrapper-width-override #header-container{
    width: 100%;
  }
}

@media (min-width: 768px){
  #header-container{
    height: 100px;
  }
}

@media (min-width: 1024px){
  #header-container{
    justify-content: space-between;
  }
}

#header-container.scrolling{
  height: 80px;
}

@media (min-width: 768px){
  #header-container.scrolling{
    height: 80px;
  }
}

#header-container.scrolling #logo-desktop{
  max-height: 48px;
}

@media (min-width: 768px){
  #header-container.scrolling #logo-desktop{
    max-height: 50px;
  }
}

#header-container #logo-desktop{
  margin-top: 6px;
  display: block;
  width: auto;
}

@media (min-width: 768px){
  #header-container #logo-desktop{
    margin-top: auto;
  }
}

#header-container #logo-desktop{
  max-height: 48px;
}

@media (min-width: 768px){
  #header-container #logo-desktop{
    max-height: 58px;
  }
}

#header-container #logo-desktop {
  transition: max-height .4s;
}

/* Header */

nav #menu-header-menu li{
  margin-left: 0px;
  margin-right: 0px;
  border-right-width: 2px;
  --tw-border-opacity: 1;
  border-right-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 132 253 / var(--tw-text-opacity));
  padding: 4px 20px;
}

nav #menu-header-menu li a{
  --tw-text-opacity: 1;
  color: rgb(0 132 253 / var(--tw-text-opacity));
}

nav #menu-header-menu li.current-menu-item a{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

nav #menu-header-menu li:last-of-type{
  border-right-width: 0px;
}

/* Mobile */

#mobile-menu li{
  width: 126px;
  max-width: 126px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(198 198 198 / var(--tw-border-opacity));
  line-height: 54px;
}

#mobile-menu li.current_page_item a{
  --tw-text-opacity: 1;
  color: rgb(30 30 30 / var(--tw-text-opacity));
}

#mobile-menu li a{
  display: block;
  width: 124px;
  font-size: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 132 253 / var(--tw-text-opacity));
}

body.open {
  overflow: hidden;
}

body.open .a-nav-icon span{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

#nav-toggle-mobile{
  position: absolute;
  top: 13px;
  z-index: 150;
  display: flex;
  height: 60px;
  width: 57px;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 132 253 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  #nav-toggle-mobile{
    display: none;
  }
}

#nav-toggle-mobile {
  left: calc(6.5% - 13.5px);
}

/* Animated hamburger menu */

.a-nav-toggle-wrapper.open #nav-toggle-submenu,
body.open #nav-toggle-submenu{
  display: block;
}

.a-nav-icon {
  width: 30px;
  height: 22px;
  position: relative;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
}

.a-nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 132 253 / var(--tw-bg-opacity));
  border-radius: 4px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

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

.a-nav-icon span:nth-child(2),.a-nav-icon span:nth-child(3) {
  top: 9px;
}

.a-nav-icon span:nth-child(4) {
  top: 18px;
}

.a-nav-toggle-wrapper.open .a-nav-icon span:nth-child(1),
body.open .a-nav-icon span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}

.a-nav-toggle-wrapper.open .a-nav-icon span:nth-child(2),
body.open .a-nav-icon span:nth-child(2) {
  transform: rotate(45deg);
}

.a-nav-toggle-wrapper.open .a-nav-icon span:nth-child(3),
body.open .a-nav-icon span:nth-child(3) {
  transform: rotate(-45deg);
}

.a-nav-toggle-wrapper.open .a-nav-icon span:nth-child(4),
body.open .a-nav-icon span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}

/* author, date, etc. */

section.post-single .entry-meta{
  display: flex;
  justify-content: flex-end;
}

section.post-single .entry-meta > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

section.post-single .entry-meta{
  padding-top: 0.5rem;
  padding-bottom: 0.75rem;
  font-size: 0.9rem;
}

@media (min-width: 768px){
  section.post-single .entry-meta{
    font-size: 1rem;
  }
}

section.post-single .entry-meta {
  transform: translateY(-24px);
}

/*
    .vertical-line {
        &.top {
            min-height: 100px;
        }
        &.bottom {
        }
    }
    */

section.post-single .entry-content p:first-of-type {
  margin-top: 8px;
}

section.post-single .entry-content p:last-of-type {
  margin-bottom: 0;
}

section.post-single nav.navigation.post-navigation{
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
}

section.post-single nav.navigation.post-navigation .nav-links .nav-previous{
  float: left;
  width: 100%;
}

@media (min-width: 768px) {
  section.post-single nav.navigation.post-navigation .nav-links .nav-previous{
    width: 47%;
  }
}

section.post-single nav.navigation.post-navigation .nav-links .nav-next{
  float: right;
  width: 100%;
}

@media (min-width: 768px) {
  section.post-single nav.navigation.post-navigation .nav-links .nav-next{
    width: 47%;
  }
}

section.post-single nav.navigation.post-navigation .nav-links a {
  display: flex;
  align-items: flex-start;
  flex-grow: 1;
  padding-top: 5px;
  padding-bottom: 15px;
}

/* standard header classes for non-prose (e.g. goesn't have prose classes) */

html, body{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-family: Jost, sans-serif;
  font-weight: 400;
  line-height: 160%;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

html,body {
  /* letter-spacing: -0.342px; */
  letter-spacing: .1px;
}

html, body{
  font-size: 16px;
}

@media (min-width: 768px) {
  html, body{
    font-size: 17px;
  }
}

@media (min-width: 1024px) {
  html, body{
    font-size: 18px;
  }
}

h1{
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 132 253 / var(--tw-text-opacity));
  font-size: 28px;
  line-height: 120%;
}

@media (min-width: 768px){
  h1{
    font-size: 32px;
  }
}

@media (min-width: 1024px){
  h1{
    font-size: 42px;
    line-height: 135%;
  }
}

h1{
  margin-top: 0px;
  margin-bottom: 1.25rem;
  letter-spacing: -2.2%;
}

/* posts and standard content pages */

.lonestar-prose h1{
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 132 253 / var(--tw-text-opacity));
  font-size: 28px;
  line-height: 1.5;
}

@media (min-width: 768px){
  .lonestar-prose h1{
    font-size: 32px;
    line-height: 32px;
  }
}

@media (min-width: 1024px){
  .lonestar-prose h1{
    font-size: 42px;
    line-height: 1.5;
  }
}

.lonestar-prose h1{
  margin-top: 0.5rem;
  margin-bottom: 0px;
  letter-spacing: -2.2%;
}

h2{
  font-family: futura-pt, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 28px;
}

@media (min-width: 1024px){
  h2{
    font-size: 42px;
    line-height: 53px;
  }
}

h2{
  margin-top: 0px;
  margin-bottom: 1.25rem;
  letter-spacing: -2.2%;
}

.lonestar-prose h2{
  font-family: futura-pt, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 28px;
}

@media (min-width: 1024px){
  .lonestar-prose h2{
    font-size: 42px;
    line-height: 53px;
  }
}

.lonestar-prose h2{
  margin-top: 0.5rem;
  margin-bottom: 0px;
  letter-spacing: -2.2%;
}

h3{
  margin-top: 0px;
  margin-bottom: 0.75rem;
  font-family: futura-pt, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

@media (min-width: 1024px){
  h3{
    font-size: 24px;
    line-height: 36px;
  }
}

.lonestar-prose h3{
  margin-top: 0px;
  margin-bottom: 0.75rem;
  font-family: futura-pt, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
}

@media (min-width: 1024px){
  .lonestar-prose h3{
    font-size: 24px;
    line-height: 36px;
  }
}

h4{
  margin-top: 0px;
  margin-bottom: 0.25rem;
  font-family: futura-pt, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

@media (min-width: 1024px){
  h4{
    font-size: 20px;
    line-height: 30px;
  }
}

.lonestar-prose h4{
  margin-top: 0px;
  margin-bottom: 0.25rem;
  font-family: futura-pt, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

@media (min-width: 1024px){
  .lonestar-prose h4{
    font-size: 20px;
    line-height: 30px;
  }
}

p{
  margin-top: 0px;
  margin-bottom: 0.75rem;
  line-height: 160%;
}

p, 
.lonestar-prose p, 
.p-standard{
  margin-top: 0px;
  margin-bottom: 1rem;
  line-height: 160%;
}

@media (min-width: 768px) {
  p, 
.lonestar-prose p, 
.p-standard{
    font-size: 17px;
  }
}

@media (min-width: 1024px) {
  p, 
.lonestar-prose p, 
.p-standard{
    font-size: 18px;
  }
}

/* Core modules used for drag and drop building */

section.gravity-form .gform_wrapper{
  width: 100%;
}

section.gravity-form .gform_wrapper .ginput_container_text input, 
		section.gravity-form .gform_wrapper .ginput_container_textarea textarea, 
		section.gravity-form .gform_wrapper .ginput_container_email input{
  width: 100%;
  border-width: 1px;
}

section.hero {
}

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

.spacing .spacing-desktop{
  display: none;
}

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

.spacing .spacing-mobile{
  display: block;
}

@media (min-width: 1024px){
  .spacing .spacing-mobile{
    display: none;
  }
}

section.wysiwyg .wysiwyg-content strong{
  font-weight: 700;
}

@media (min-width: 1024px) {
  section.wysiwyg .wysiwyg-content h1, section.wysiwyg .wysiwyg-content h2{
    margin-bottom: 12px;
  }
}

section.wysiwyg .wysiwyg-content h2{
  --tw-text-opacity: 1;
  color: rgb(0 132 253 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  section.wysiwyg .wysiwyg-content h3{
    margin-bottom: 0px;
    padding-top: 0.625rem;
    line-height: 30px;
  }
}

section.wysiwyg .wysiwyg-content figure {
  width: 100% !important;
  max-width: 800px;
}

section.wysiwyg .wysiwyg-content figure img {
  width: auto;
}

section.wysiwyg .wysiwyg-content figure figcaption{
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.25rem;
  width: 95%;
  font-size: 15px;
  font-style: italic;
  line-height: 130%;
}

section.wysiwyg ul {
  list-style: none;
}

/* Remove default bullets */

section.wysiwyg ul li{
  line-height: 20px;
}

@media (min-width: 1024px){
  section.wysiwyg ul li{
    line-height: 25px;
  }
}

section.wysiwyg ul li::before{
  --tw-text-opacity: 1;
  color: rgb(0 132 253 / var(--tw-text-opacity));
  content: "\25E6";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  --tw-translate-y: 5px;
  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: 35px;
  line-height: 33px;
}

@media (min-width: 1024px){
  section.wysiwyg ul li::before{
    line-height: 35px;
  }
}

section.wysiwyg .postscript p{
  font-size: 17px;
  line-height: 180%;
}

@media (min-width: 768px){
  section.wysiwyg .postscript p{
    font-size: 18px;
  }
}

@media (min-width: 1024px){
  section.wysiwyg .postscript p{
    font-size: 19px;
  }
}

section.wysiwyg .postscript a{
  --tw-text-opacity: 1;
  color: rgb(0 132 253 / var(--tw-text-opacity));
}

body.single .body-content h3:nth-of-type(1){
  --tw-text-opacity: 1;
  color: rgb(0 132 253 / var(--tw-text-opacity));
}

body.single .body-content h3:nth-of-type(2), 
	body.single .body-content h3:nth-of-type(3), 
	body.single .body-content h3:nth-of-type(4), 
	body.single .body-content h3:nth-of-type(5), 
	body.single .body-content h3:nth-of-type(6), 
	body.single .body-content h3:nth-of-type(7), 
	body.single .body-content h3:nth-of-type(8), 
	body.single .body-content h3:nth-of-type(9), 
	body.single .body-content h3:nth-of-type(10){
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 35px;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

body.page-template-page-standard-width {
}

@media (min-width: 768px){
  .md\:mt-0{
    margin-top: 0px;
  }

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

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

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

  .md\:ml-5{
    margin-left: 1.25rem;
  }

  .md\:mr-10{
    margin-right: 2.5rem;
  }

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

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

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:grid{
    display: grid;
  }

  .md\:hidden{
    display: none;
  }

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

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

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

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

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

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

  .md\:w-5\/12{
    width: 41.666667%;
  }

  .md\:w-auto{
    width: auto;
  }

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

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

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

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

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

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

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

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

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

  .md\:text-left{
    text-align: left;
  }

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

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

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

@media (min-width: 1024px){
  .lg\:mb-\[44px\]{
    margin-bottom: 44px;
  }

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

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

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

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

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

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

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

  .lg\:mb-\[12px\]{
    margin-bottom: 12px;
  }

  .lg\:mb-\[55px\]{
    margin-bottom: 55px;
  }

  .lg\:ml-\[47px\]{
    margin-left: 47px;
  }

  .lg\:mr-10{
    margin-right: 2.5rem;
  }

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:aspect-auto{
    aspect-ratio: auto;
  }

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

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

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

  .lg\:w-\[65\.5\%\]{
    width: 65.5%;
  }

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

  .lg\:w-standard-percentage{
    width: 87%;
  }

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

  .lg\:w-full{
    width: 100%;
  }

  .lg\:w-\[46\.5\%\]{
    width: 46.5%;
  }

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

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

  .lg\:w-wider-percentage{
    width: 90%;
  }

  .lg\:w-auto{
    width: auto;
  }

  .lg\:max-w-standard-max-width{
    max-width: 1300px;
  }

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

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

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

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

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

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

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

  .lg\:pl-\[71px\]{
    padding-left: 71px;
  }

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

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

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

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

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

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

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

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

  .lg\:text-base{
    font-size: 1rem;
  }

  .lg\:text-sm{
    font-size: 0.9rem;
  }

  .lg\:leading-\[135\%\]{
    line-height: 135%;
  }

  .lg\:leading-\[32px\]{
    line-height: 32px;
  }
}

@media (min-width: 1280px){
  .xl\:w-\[513px\]{
    width: 513px;
  }

  .xl\:min-w-\[513px\]{
    min-width: 513px;
  }

  .xl\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:pr-\[57px\]{
    padding-right: 57px;
  }

  .xl\:text-lg{
    font-size: 1.125rem;
  }
}

@media (min-width: 1265px){
  .lgp\:text-\[42px\]{
    font-size: 42px;
  }
}

@media (min-width: 1024px){
  .lg\:\[\&\>p\]\:leading-\[30px\]>p{
    line-height: 30px;
  }
}
