/*
 Theme Name:   Texas Healthcare Partners
 Theme URI:    https://txphealthcare.com/
 Description:  Custom theme based on Tailwind for Texas Healthcare Partners.
 Author:       Ryan - Tech Critic
 Author URI:   https://tech-critic.com
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  txphealthcare
*/

/*
 ! tailwindcss v3.0.2 | 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: currentColor;
  /* 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: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-transform: translateX(var(--tw-translate-x)) translateY(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-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
}

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

@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: 1280px) {
  .container {
    max-width: 1280px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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;
}

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

.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;
}

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

.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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

.top-0 {
  top: 0px;
}

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

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

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

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

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

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

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

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

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

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

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

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

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

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

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

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

.ml-10 {
  margin-left: 2.5rem;
}

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-full {
  height: 100%;
}

.w-full {
  width: 100%;
}

.w-2\/6 {
  width: 33.333333%;
}

.w-4\/6 {
  width: 66.666667%;
}

.w-1\/3 {
  width: 33.333333%;
}

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

.w-2\/3 {
  width: 66.666667%;
}

.max-w-max {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.max-w-6xl {
  max-width: 72rem;
}

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

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

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

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

.-translate-y-2\/4 {
  --tw-translate-y: -50%;
  transform: var(--tw-transform);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-4 {
  gap: 1rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-3 {
  gap: 0.75rem;
}

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

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

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

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

.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)));
}

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

.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)));
}

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

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

.border {
  border-width: 1px;
}

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

.border-downriver {
  --tw-border-opacity: 1;
  border-color: rgb(8 24 68 / var(--tw-border-opacity));
}

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

.border-opacity-25 {
  --tw-border-opacity: 0.25;
}

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

.bg-downriver {
  --tw-bg-opacity: 1;
  background-color: rgb(8 24 68 / var(--tw-bg-opacity));
}

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

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

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

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

.bg-lightblue {
  --tw-bg-opacity: 1;
  background-color: rgb(5 62 103 / var(--tw-bg-opacity));
}

.bg-\[\#003362\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 51 98 / var(--tw-bg-opacity));
}

.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}

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

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

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

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

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

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

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

.p-3 {
  padding: 0.75rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-4 {
  padding: 1rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-12 {
  padding: 3rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-24 {
  padding-bottom: 6rem;
}

.pt-0 {
  padding-top: 0px;
}

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

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

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

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

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

.font-body {
  font-family: Open Sans, sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-tight {
  line-height: 1.25;
}

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

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

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

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

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-downriver {
  --tw-text-opacity: 1;
  color: rgb(8 24 68 / var(--tw-text-opacity));
}

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

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

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

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

.text-mine-shaft {
  --tw-text-opacity: 1;
  color: rgb(56 56 56 / var(--tw-text-opacity));
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.shadow-lg {
  --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);
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-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);
}

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

.delay-75 {
  transition-delay: 75ms;
}

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

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

body {
  line-height: 1.8;
}

a:hover, .footer-form input.wpcf7-submit:hover {
  transition: 0.3s ease all;
  color: #081744;
  text-decoration: none !important;
  opacity: .90;
}

embed, iframe, object {
  width: 100%;
  max-width: 100%;
}

/* Home Slider */

.home-slider__content-box {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-size: 3.5rem;
  font-weight: 600;
  text-shadow: rgb(0 0 0 / 25%) 5px 5px 0px;
}

.home-slider__img {
  background-repeat: no-repeat;
  text-align: center;
  margin: 0 auto;
  background-position: center top;
  background-size: contain;
}

.home-slider .slider-2351 {
  flex-direction: row-reverse;
}

.slider-2351 .home-slider__content-box {
  font-size: 2.75rem;
  font-weight: 300;
  text-align: left;
}

.home-slider .row.slider-2351 {
  padding: 0px 0rem 10px 10rem;
}

.home-slider__content-box, .slider-2351 .home-slider__content-box p {
  margin-bottom: 10px;
}

.home-slider__img img {
  max-height: 700px;
  margin: 0 auto;
}

.footer-bar ul li {
  text-indent: -20px;
}

.footer-bar ul li a {
  color: #c3c3c3;
  position: relative;
  top: -5px;
  font-size: 14px !important;
}

.footer-bar ul li i, .footer-bar ul li a {
  color: #1e1e1e;
}

.footer-bar ul li i {
  margin-right: 10px;
  font-size: 1rem;
  width:10px;
}

.all-video-testimonials__excerpt {
  line-height: 1.6;
}

.all-video-testimonials .slick-slide .row {
  display: flex !important;
}

.all-video-testimonials .slick-slide {
  display: flex;
  padding-bottom: 1rem;
}

.all-video-testimonials .slick-prev:before, .all-video-testimonials .slick-next:before {
  color: #081744;
  opacity: 1;
}

.all-video-testimonials .slick-arrow {
  position: absolute;
  top: 20rem;
  left: 8rem;
  z-index: 1;
}

.all-video-testimonials .slick-arrow.slick-p {
  left: 5rem;
}

.all-video-testimonials .slick-arrow ion-icon {
  color: #fff;
  font-size: 1.75rem;
  border: 1px solid #fff;
  padding: 5px;
  cursor: pointer;
}

.all-video-testimonials .slick-arrow ion-icon:hover {
  background: #081744;
}

.form-col .wpcf7 {
  background: #f8f8f8;
  padding: 1rem 2rem;
  border-radius: 10px;
  border: 1px solid #222222;
  box-shadow: 0px 0px 0px 9px rgba(221,221,221,0.82);
}

.form-col .wpcf7 label {
  font-weight: bold;
  margin-right: 0rem;
  margin-top: 1rem;
  line-height: 1.6;
}

.form-col .wpcf7 .wpcf7-form-control-wrap .wpcf7-list-item {
  display: block;
  margin-left: 0;
  margin-bottom: 5px;
}

.form-col .wpcf7 .wpcf7-list-item-label {
  position: relative;
  top: 0px;
  left: 10px;
  font-weight: normal;
}

.form-col .wpcf7-form-control.wpcf7-radio {
  display: block;
  margin-bottom: 1rem;
  margin-top: .5rem;
}

.form-col .wpcf7-submit {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.15rem;
  height: auto;
  width: 100%;
}

.form-col .trx_mscf_next, .form-col .trx_mscf_prev {
  width: 100%;
  background: #081744;
  color: #fff;
  text-transform: capitalize;
  font-size: 1.25rem;
  font-weight: 600;
  padding: .5rem 0;
  border: 1px solid #081744;
}

.form-col .trx_mscf_prev {
  margin-bottom: .5rem;
  font-size: 1rem;
  background: #5a5a5a;
  border-color: #5a5a5a;
}

.form-col .trx_mscf_next:hover, .form-col .trx_mscf_prev:hover {
  background: transparent;
  color: #081744;
}

/* .form-col .wpcf7 input[type="text"], .form-col .wpcf7 input[type="email"], .form-col .wpcf7 select, .form-col .wpcf7 input {
  height: 3.45em;
  background: #ececec;
  font-size: 14px;
  border-radius:0;
  color: #222222;
  width: 100%;
  padding: 10px;
} */

.form-col .wpcf7 textarea {
  width: 100%;
  padding: 10px;
  background: #ececec;
  font-size: 14px;
}

.wpcf7 p {
  margin-bottom: 0.5375em;
  line-height: 1.8;
}

.header-cta i:hover {
	color:#fff;
}

.all-services-homepage .all-services-homepage__service-image {
  padding-bottom: 85%;
  background-size: cover;
  background-repeat: no-repeat;
}

.all-services-homepage .all-services-homepage__service-title {
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  color: #626262;
  padding: 0 .5rem;
}

.all-services-homepage a:hover .all-services-homepage__service-title {
  color: #081744;
  position: relative;
}

.all-services-homepage a:hover .all-services-homepage__service-title:after {
  border-bottom: 1px solid #081744;
  content: '';
  width: 25%;
  height: 100%;
  display: block;
  margin: 10px auto;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  text-align: center;
}

.homepage-testimonials .slider-container .strong-content .testimonial.t-slide:before {
  background: url(../images/testimonials-comma.jpg) #0a1745;
  content: '';
  display: block;
  height: calc(100% + 2rem);
  width: 12rem;
  position: absolute;
  left: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 69% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 69% 100%, 0% 100%);
  top: -1.5rem;
  z-index: 99;
  padding: 1rem;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: 30% 50%;
}

/* .homepage-testimonials .slider-container .strong-content:after {
    content: '';
    display: block;
    background-image: url(testimonials-comma.jpg);
    top: 60%;
    left: 2%;
    width: 100px;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 99;
    transform: translateY(-50%);
} */

.homepage-testimonials .strong-view .testimonial.t-slide {
  padding-left: 12rem;
  width: 100% !important;
  max-width: 100%;
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
  padding-right: 5rem;
}

.homepage-testimonials .strong-view .testimonial.t-slide .testimonial-content {
  font-size: 1.25rem;
  text-align: center;
  line-height: 1.6;
}

.homepage-testimonials .strong-view .testimonial.t-slide:after {
  content: '';
  border: 1px solid #898989;
  width: calc(100% - 10rem);
  height: calc(100% + 4rem);
  position: absolute;
  display: block;
  max-width: 100%;
  top: -2.5rem;
  left: 8rem;
  transform: skew(-15deg, 0deg);
  z-index: -1;
}

.homepage-testimonials .strong-view .testimonial .testimonial-inner{
  padding: 0;
}

.homepage-testimonials .strong-view .testimonial .testimonial-inner .testimonial-name {
  text-align: center;
  font-weight: bold;
  color: #081844;
  font-style: italic;
  margin-top: 1rem;
  font-size: 1.10rem;
}

.strong-view.wpmtst-simple .wpmtst-testimonial-content p:first-of-type {
  max-height: 150px;
  overflow-y: auto;
  padding:0 .75rem
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: darkgrey;
}

::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.all-team-members .all-team-members__single-member {
  text-align: center;
}

.all-team-members .slick-slide {
  padding: 1rem;
}

.all-team-members__member-image {
  padding-bottom: 95%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.all-team-members h2, .all-team-members h3 {
  color: #ffffff;
  font-weight: 600;
}

.all-team-members h2 {
  margin-top:1rem;
}

.all-team-members h3 {
}

.all-team-members .splide__arrow--prev {
  left: -3em;
}

.all-team-members .splide__arrow--next {
  right: -3em;
}

.all-team-members__member-image:hover {
  opacity: .85;
}

.all-team-members__single-member:hover h2, .all-team-members__single-member:hover h3 {
  opacity: .65;
}

.footer-phone-num:hover {
  color: #ffffff !important;
}

.pain_page__related-posts li a {
  height: 85px;
  display: flex;
  align-items: center;
  border: 1px solid #dddddd;
  border-top: 0;
  line-height: 1.4;
}

/* .pain_page__div.col.col-span-2:nth-child(5n), .pain_page__div.col.col-span-2:nth-child(5n-1) {
    grid-column: span 3 / span 3;
} */

.resources-page .featured-article h2, .featured-article__post-title, .featured-article__post a {
  color: #fff !important;
}

.resources-page__single-post-date span {
  position: relative;
  width: 100%;
}

.resources-page__single-post-date span:after {
  content: "";
  display: inline-block;
  width: 70%;
  height: 1px;
  background: #cccccc;
  position: absolute;
  margin-left: 1rem;
  bottom: 10px;
}

/* Pagination */

.pagination {
  clear:both;
  position:relative;
  font-size:1rem;
  /* Pagination text size */
  line-height:1.5;
  display: inline-block;
  margin-top: 2rem;
}

.pagination span, .pagination a {
  display:inline-block;
  margin: 2px 2px 2px 0;
  padding:.5em 1em;
  text-decoration:none;
  width:auto;
  color:#fff;
  /* Pagination text color */
  background: #555;
  /* Pagination non-active background color */
  transition: background .15s ease-in-out;
}

.pagination a:hover{
  color:#fff !important;
  background: #081744;
  /* Pagination background on hover */
}

.pagination .current {
  padding: .5em 1em;
  background: #808080;
  color: #fff;
}

.single-post__content h2, .single-post__content h2 strong, .single-post__content h3 strong {
  color: #222;
  letter-spacing: 0;
}

.single-post__content h2, .single-post__content h2 strong {
  font-size: 1.15rem;
  margin-bottom: 5px;
  font-weight: bold;
}

.single-post .single-post__content p {
  margin-bottom: 1.15em;
}

.single-post__content ol {
  list-style: decimal;
  margin: 0 0 2.15em 1.655em;
}

.single-post__content ul {
  list-style: disc;
  margin: 0 0 2.15em 1.655em;
}

.left-col__locations-left ul li, .left-col__locations-right ul li {
  margin-bottom: 10px;
}

.left-col__locations-left ul, .left-col__locations-right ul {
  margin-left: 25px;
}

.left-col__locations-left ul li i, .left-col__locations-right ul li i {
  margin-right: 15px;
}

.left-col__locations-left ul li, .left-col__locations-right ul li {
  margin-bottom: 10px;
  text-indent: -15px;
}

.contact-frm-pg .wpcf7 input {
  margin-top:0.5em;
}

.contact-frm-pg .wpcf7 input[type="submit"] {
  width:100%;
}

.contact-frm-pg .wpcf7 input, .contact-frm-pg .wpcf7 select {
  height: 3.45em;
  border-radius: 0;
}

.contact-frm-pg .wpcf7 input, .contact-frm-pg .wpcf7 select, .contact-frm-pg .wpcf7 textarea {
  background: #f4f4f4;
  border-color: #ececec;
  width: 100%;
  margin-bottom: 5px;
  padding: 10px 15px;
  border-width: 1px;
  border-style: solid
}

.contact-frm-pg .wpcf7 input.wpcf7-submit {
  background-color: #081844;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 600;
  border: 1px solid #081844;
  color: #ffffff;
}

.contact-frm-pg .wpcf7 input.wpcf7-submit:hover {
  background: transparent;
  color: #081844;
}

.wpcf7-spinner {
  display: none;
}

/* Events */

.page-template-template-layout-content-sidebar .offset, .post-type-archive-tribe_events .offset {
  max-width: 90%;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  padding:0;
}

.tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__day-date {
  background: #e3e4e5
}

.tribe-events-calendar-month__day-date-daynum {
  font-size: 14px;
  font-weight: 400;
}

.tribe-common .tribe-common-c-btn, .tribe-common a.tribe-common-c-btn {
  background-color: #081844;
  border: 1px solid #081844;
}

.sidebar-event-register form{
  background:#b7b7b7;
  padding:20px 30px;
}

.sidebar-event-register h3{
  font-size:1.35rem;
  font-weight:bold;
  margin-bottom:1rem;
}

.sidebar-event-register label{
  font-size:.75rem;
  margin-top:.5rem;
  color:#081844
}

.sidebar-event-register input{
  height:2.25em;
  border:1px solid #333;
  padding:0 2%;
  margin-bottom: 15px;
  width: 100%;
}

.sidebar-event-register input.wpcf7-submit{
  width:100%;
  background:#081844;
  height:auto;
  text-transform:uppercase;
  padding:3%;
  font-size:1rem;
  border-radius:0;
  border: 1px solid #081844;
  color: #ffffff;
}

.sidebar-event-register input.wpcf7-submit:hover, .tribe-common .tribe-common-c-btn:hover, .tribe-common a.tribe-common-c-btn:hover{
  background: transparent;
  color: #081844;
}

#tribe-events-pg-template {
  padding-top: 0;
}

/* Single Pain Treatment Page */

.related-page__heading {
  margin-bottom: 3rem;
}

.related-page__heading h2 {
  letter-spacing: 0.025em;
  background-color: #fff;
  z-index: 2;
  position: relative;
}

.related-page__heading h2:after {
  border-top: 1px solid #ddd;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left:0;
  z-index: -1;
}

.related-page__heading h2 span {
  background: #ffffff;
  z-index: 2;
  padding-right: 10px;
}

.related-page__single-post {
  margin-bottom: 2em;
}

.related__single-post-image {
  background-size: cover;
  background-position: center top;
}

.related-page__single-post a {
  margin: 0;
  background: #081844;
  color:#ffffff;
  transition: 0.3s ease all
}

.related__single-post-title {
  font-size: 1rem;
  color: #fff;
  font-weight: 600;
  height: 65px;
  display: flex;
  align-items: center;
}

.related-page__single-post a::after {
  border: 1px solid #fff;
  content: '';
  display: block;
  position: absolute;
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  left: .5rem;
  top: .5rem;
  z-index: 1;
}

.related__single-post__box {
  padding: 15px;
  z-index:2;
}

.related__single-post-date, .related__single-post-read-more {
  font-size:14px;
  text-decoration:none;
}

.related__single-post-read-more ion-icon {
  position: relative;
  top: 2px;
  right:0;
  transition: 0.3s ease all;
}

.related-page__single-post a:hover {
  opacity: 1;
  color: #ffffff !important;
  background-color: #1e1e1e;
}

.related-page__single-post a:hover .related__single-post-read-more {
  text-decoration:underline;
}

.related-page__single-post a:hover .related__single-post-read-more ion-icon {
  right: -10px;
}

.b-bul li p {
  margin: 0;
}

.prose h2 {
  margin-bottom: 0;
  margin-top: 1em;
}

.prose p {
  margin: 1em 0;
}

.pain_page__div.col:nth-child(5n-1), .pain_page__div.col:nth-child(5n+5) {
  grid-column: span 3 / span 3;
}

.wpcf7-form .fieldset-cf7mls .cf7mls-btns button#cf7mls-next-btn-cf7mls_step-1 {
  display: block;
  width: 100%;
  background: #081744;
}

form.cf7mls input.wpcf7-form-control.wpcf7-submit {
  background-color: #081744;
  color: #ffffff;
  margin-bottom: 5px;
  padding: 15px;
}

div[id^="wpcf7-f25"] button.cf7mls_back {
  color: #081744;
  display: block;
  width: 100%;
  margin: 0;
  float: none;
}

#footer-locations h3 {
  background: #081844;
  padding: 10px 20px;
  border-radius: 5px;
  margin-bottom: 0.5rem;
  color: #ffffff;
}

.ui-accordion .ui-accordion-header .ui-icon {
  display: none;
}

#footer-locations h3::after {
  content: '\f078';
  float: right;
  font-family: 'Font Awesome 5 Pro';
}

#footer-locations h3.ui-state-active {
  background-color: #000000;
  margin-bottom: 0px;
}

#footer-locations h3.ui-state-active::after {
  transform: rotate(180deg);
}

#footer-locations ul {
  margin-bottom: 0.5rem;
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#footer-locations ul li {
  text-indent: -15px;
  margin-left: 40px;
}

#footer-locations ul li i {
  margin-right: 15px;
}

#tribe-events, #tribe-events-pg-template, .tribe-events-pg-template {
  padding: 0;
}

.tribe-events-page-title {
  font-size: 26px;
}

#tribe-bar-form.tribe-bar-collapse #tribe-bar-collapse-toggle {
  background: #666666;
  color: #ffffff;
}

.book-appointment-popup .wpcf7 label{
  color:#ffffff;
  margin-top:10px;
  font-size:14px;
}

.book-appointment-popup .wpcf7 input, .book-appointment-popup .wpcf7 textarea, .book-appointment-popup .wpcf7 select{
  margin-top:5px;
  border-radius:0;
  background:transparent;
  padding:20px;
  border-color:#ddd;
  font-size:14px
}

.book-appointment-popup .content select{
  background:transparent;
  color:#ffffff;
  padding:0 20px;
  height:3em
}

.book-appointment-popup .content select option {
  color:#000;
}

.book-appointment-popup{
  display:none;
  position:fixed;
  top:0;
  left:0;
  z-index:100000;
  width:100%;
  height:100%;
}

.book-appointment-popup .overlay{
  background:rgba(0,0,0,0.75);
  width:100%;
  height:100%;
}

.book-appointment-popup .popup{
  max-width:600px;
  margin:0 auto;
  padding:5vw 1vw;
}

.book-appointment-popup .header{
  background:#fff;
  padding:10px 20px;
}

.book-appointment-popup .header .headline{
  font-size:125%;
  margin:0;
  display:inline-block;
  text-transform:capitalize;
  line-height:1.1;
  letter-spacing:0.05em;
  padding:10px 0px 5px;
}

.book-appointment-popup .header .close-popup{
  display:block;
  text-align:right;
  float:right;
}

.book-appointment-popup .header .close-popup i{
  display:block;
  color:#081844;
  font-size:20px;
  cursor:pointer;
  transition:0.3s all ease;
}

.book-appointment-popup .content{
  background:#081844;
  padding: 2em 0em;
  text-align: center;
}

.book-appointment-popup .content input{
  height:3em;
  color:#ffffff;
}

.book-appointment-popup .content textarea, .book-appointment-popup .content input::-webkit-input-placeholder, .book-appointment-popup .content textarea::-webkit-input-placeholder{
  color:#fff;
}

.book-appointment-popup .content input:active, .book-appointment-popup .content input:focus, .book-appointment-popup .content textarea:active, .book-appointment-popup .content textarea:focus{
  border-color:#fff;
}

.book-appointment-popup .content input.wpcf7-submit{
  background-color:#ffffff;
  height:auto;
  padding:10px 3em;
  font-weight:600;
  color:#1d364c;
  width: 100%;
  font-size: 1.15rem;
}

.book-appointment-popup .content input.wpcf7-submit:hover{
  background:transparent;
  color:#ffffff;
}

.book-appointment-popup form .col-6, .book-appointment-popup form .col{
  padding:0 5px;
  background:transparent;
}

.head-quote-scr{
  transform:rotate(270deg);
  white-space:nowrap;
  position:fixed;
  right:0;
  top:49.5%;
  padding:0;
  text-transform:uppercase;
  letter-spacing:1px;
  height:auto;
  margin-right:-8rem;
  z-index:11111;
}

.head-quote-scr a{
  color:#fff !important;
  font-size:.85rem !important;
  text-transform:uppercase;
  padding:15px;
  background:#081844;
  box-shadow:-2px 7px 8px #888585;
  letter-spacing:0.25em;
  font-weight:bold
}

.head-quote-scr a:hover{
  cursor:pointer;
  color:#fff !important;
  background:#263f55
}

.book-appointment-popup .content input[type="radio"] {
  margin-right:10px;
}

.book-appointment-popup .content button {
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
  padding: .5rem;
  border: 1px solid #fefefe;
}

.book-appointment-popup .content button:hover {
  background-color: transparent;
  color:#ffffff;
}

.book-appointment-popup .content .wpcf7 p {
  color: #ffffff;
}

.popup-appt-buttons {
  list-style: none;
  margin: 0;
  text-align: center;
}

.popup-appt-buttons li {
  display: inline-block;
  margin: 0 5px;
}

.popup-appt-buttons li a {
  background: #fff;
  padding: .35em 2em;
  border: 5px;
}

.book-appointment-popup .content h3 {
  color: #fff;
  font-size: 1.25rem;
  font-weight: normal;
}

.book-appointment-popup .content a.call-num {
  color: #ffffff !important;
  font-size: 2rem !important;
  padding: .5em 0em;
  display: block;
  line-height: 1;
}

.book-appointment-popup .content a.call-num:hover {
  text-decoration: underline !important;
}

/* Landing Page */

/* .cta-lp {
  background-image: url(../images/contact-shape1-bluu.svg) #0a1745;
  background-position: right bottom;
} */

.lp-form-col .wpcf7 {
  background: #f8f8f8;
  padding: 2rem 2rem;
  border-radius: 10px;
}

.lp-form-col .wpcf7 label {
  font-weight: bold;
  margin-right: 0rem;
  margin-top: 1rem;
  line-height: 1.6;
}

.lp-form-col .wpcf7 .wpcf7-form-control-wrap .wpcf7-list-item {
  display: block;
  margin-left: 0;
  margin-bottom: 5px;
}

.lp-form-col .wpcf7 .wpcf7-list-item-label {
  position: relative;
  top: 0px;
  left: 10px;
  font-weight: normal;
}

.lp-form-col .wpcf7-form-control.wpcf7-radio {
  display: block;
  margin-bottom: 1rem;
  margin-top: .5rem;
}

.lp-form-col .wpcf7-submit {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.15rem;
  height: auto;
  width: 100%;
}

.lp-form-col .trx_mscf_next, .lp-form-col .trx_mscf_prev {
  width: 100%;
  background: #081744;
  color: #fff;
  text-transform: capitalize;
  font-size: 1.25rem;
  font-weight: 600;
  padding: .5rem 0;
  border: 1px solid #081744;
}

.lp-form-col .trx_mscf_prev {
  margin-bottom: .5rem;
  font-size: 1rem;
  background: #5a5a5a;
  border-color: #5a5a5a;
}

.lp-form-col .trx_mscf_next:hover, .lp-form-col .trx_mscf_prev:hover {
  background: transparent;
  color: #081744;
}

.lp-form-col .wpcf7 input[type="text"], .lp-form-col .wpcf7 input[type="email"], .lp-form-col .wpcf7 select, .lp-form-col .wpcf7 input {
  height: 4em;
  background: #ececec;
  font-size: 14px;
  border-radius:10px;
  color: #222222;
  width: 100%;
  padding: 10px;
  border: 1px solid #CECECE;
}

.lp-form-col .wpcf7 input[type="submit"] {
  background-color: #00CEBE;
  color: #ffffff;
  font-size: 20px;
  margin-top: 15px;
  text-transform: uppercase;
  /* -webkit-box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.2); */
}

.lp-form-col .wpcf7 textarea {
  width: 100%;
  padding: 10px;
  background: #ececec;
  font-size: 14px;
  border-radius:10px;
  height: 10rem;
  border: 1px solid #CECECE;
}

.landing-page-form > div input, .landing-page-form > div textarea {
  background: #f1f1f1;
  display: inline-block;
  border: 1px solid #0818440d;
  border-radius: 5px;
  text-align: left;
  width: 100%;
}

.landing-page-form input, .landing-page-form textarea {
  font-size: 12px;
  color: #000;
  padding: 15px;
  background: transparent;
}

.submission {
  background-color: #081844;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 600;
  border-radius: 5px;
  width: 100%;
  padding: 10px;
  border: 1px solid #081844;
  color: #ffffff;
}

.max-width-custom {
  max-width: 1100px;
  margin:0 auto;
}

.wrong-diagnosis .sub-tag {
  padding: 0 12em;
}

.reasons-box {
  /* box-shadow: 5px 5px 10px #c4c4c4; */
  padding: 1em 3em;
  border-radius: 10px;
  min-height: 340px;
  border: 1px solid #C8C8C8;
  text-align: center;
}

.reasons-box:hover {
  box-shadow: 5px 5px 10px #c4c4c4;
  background-color: #f2faff94;
  border:1px solid #f2faff94;
}

.reasons-box img {
  margin: 0 auto 20px auto;
  width: 90px;
}

.st-seperator-wht-left, .st-seperator-wht-right {
  background-color: #ffffff45;
  height: 2px;
  width: 42px;
  flex: none;
}

.st-seperator-wht-center {
  color: #ffffff;
  margin: 0 15px;
  -webkit-animation: rotateAnimation 6s linear infinite;
          animation: rotateAnimation 6s linear infinite;
}

.st-seperator {
  width: 130px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 25px;
}

.st-seperator .st-seperator-left, .st-seperator .st-seperator-right {
  background-color: #08184445;
  height: 2px;
  width: 42px;
  flex: none;
}

.st-seperator .st-seperator-center {
  margin: 0 15px;
  -webkit-animation: rotateAnimation 6s linear infinite;
          animation: rotateAnimation 6s linear infinite;
}

.vet-box {
  color: #081844;
  fill: #081844;
  border: 1px solid #00336221;
  /* background-color: #0818440d; */
  text-align: center;
  padding: 2.5rem 1rem;
  height: auto;
  width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 7px;
  box-shadow: 0px 3px 8px 0px #fbfbfb;
  font-size: 26px;
  font-weight: 600;
}

.vet-box:hover {
  border: 1px solid #fff;
  background-color: #ffffff;
  box-shadow: 10px 10px 20px 4px rgb(221 221 221 / 82%);
}

.vet-box p {
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 600;
}

.vet-box img {
  width: 90px;
  height: 80px;
}

img.box-num {
  width: 40px;
  position: absolute;
  top: -1em;
  left: 10em;
  right: 0;
}

@media (min-width: 1280px) {
}

@media only screen and (max-width: 1490px) {
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
    font-size: 16px;
  }

  .home-slider .row.slider-2351 {
    padding-left:4rem;
  }

  .slider-2351 .home-slider__content-box {
    font-size:2rem;
  }

  .homepage-testimonials .strong-view .testimonial.t-slide:after {
    left: 7.5rem
  }
}

@media only screen and (max-width: 1290px) {
  .site-logo {
    max-width: 185px;
  }

  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item {
    margin-right: 10px;
  }

  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 5px 0px 5px;
    font-size: 15px;
  }
}

@media only screen and (max-width: 1024px) {
  .pain_page__div.col:nth-child(5n-1), .pain_page__div.col:nth-child(5n+5) {
    grid-column: span 1 / span 1;
  }
}

@media only screen and (min-width: 980px) {
  .homepage-testimonials .slider-container .wpmslider-viewport {
    height: 16rem !important;
  }
}

@media only screen and (max-width: 979px) {
  .home-slider .row.slider-2351 {
    padding-left: 1rem;
    padding-bottom: 0;
  }

  .reasons-box {
    padding: 2em 2em;
    min-height: 100%;
  }

  .reasons-box img {
    width: 100px;
  }

  .lp-form-col .wpcf7 {
    padding: 1rem;
  }

  .lp-form-col .wpcf7 input[type="submit"] {
    font-size: 14px;
  }

  .wrong-diagnosis .sub-tag {
    padding: 0;
  }

  .vet-box {
    background-color: #ffffff;
  }
}

@media only screen and (max-width: 767px) {
  .home-slider .row.slider-2351 .home-slider__img {
    position: relative;
    top: 10px;
  }

  .homepage-testimonials .strong-view .testimonial.t-slide {
    padding: 1rem;
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
    border: 1px solid #aeaeae;
  }

  .homepage-testimonials .strong-view .testimonial.t-slide .testimonial-content {
    font-size: 1rem;
  }

  .homepage-testimonials .slider-container .strong-content .testimonial.t-slide:before, .homepage-testimonials .strong-view .testimonial.t-slide:after {
    content: none;
  }

  .pagination .current, .pagination span, .pagination a {
    padding: 0.75em;
  }

  .form-col .wpcf7 {
    padding: 1rem;
  }

  .head-quote-scr {
    margin-right: -6.25rem;
  }

  .head-quote-scr a {
    padding: 10px;
    font-size: .65rem !important;
  }

  .popup-appt-buttons li a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 480px) {
  .home-slider__content-box, .slider-2351 .home-slider__content-box {
    font-size: 1rem;
  }
}

.hover\:bg-downriver:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(8 24 68 / var(--tw-bg-opacity));
}

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

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

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

.hover\:text-downriver:hover {
  --tw-text-opacity: 1;
  color: rgb(8 24 68 / var(--tw-text-opacity));
}

.hover\:text-dovegray:hover {
  --tw-text-opacity: 1;
  color: rgb(98 98 98 / var(--tw-text-opacity));
}

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

.hover\:no-underline:hover {
  text-decoration: none;
}

.hover\:opacity-90:hover {
  opacity: 0.9;
}

.hover\:shadow-2xl:hover {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
  .md\:w-1\/4 {
    width: 25%;
  }

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

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

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

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

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

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

  .lg\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

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

  .lg\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

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

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

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-8\/12 {
    width: 66.666667%;
  }

  .lg\:w-4\/12 {
    width: 33.333333%;
  }

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

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-6\/12 {
    width: 50%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

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

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

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

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

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

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

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

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

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-3 {
    gap: 0.75rem;
  }

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

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

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

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

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

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

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

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

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

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

  .lg\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

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

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

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

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

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

  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

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

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

  .lg\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:pr-12 {
    padding-right: 3rem;
  }

  .lg\:pb-56 {
    padding-bottom: 14rem;
  }

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

  @media (min-width: 1024px) {
    .lg\:lg\:text-left {
      text-align: left;
    }
  }

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

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

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

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

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

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

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

  .lg\:leading-loose {
    line-height: 2;
  }
}

@media (min-width: 1280px) {
  .xl\:mb-16 {
    margin-bottom: 4rem;
  }

  .xl\:w-2\/5 {
    width: 40%;
  }

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

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

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

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

  .xl\:gap-10 {
    gap: 2.5rem;
  }

  .xl\:p-8 {
    padding: 2rem;
  }

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

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

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

  .xl\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .xl\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:pr-16 {
    padding-right: 4rem;
  }

  .xl\:pb-80 {
    padding-bottom: 20rem;
  }

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

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

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

  .xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

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

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

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

  .xl\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }
}

@media (min-width: 1536px) {
  .\32xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .\32xl\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

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

  .\32xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

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

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

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