/*!
Theme Name: Nscaf
Theme URI: https://crowdfavorite.com
Author: CrowdFavorite
Author URI: https://crowdfavorite.com
Description: A custom theme for Nscaf
Version: 1.0.0
Tested up to: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nscaf
Tags:

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

@font-face {
    font-display: auto;

    font-family: "Futura";

    font-weight: 200;

    font-style: normal;

    src: url('../ttf/futura-regular.ttf') format('truetype'),
		url('../woff2/futura-regular.woff2') format('woff2'),
		url('../woff/futura-regular.woff') format('woff');
  }

@font-face {
    font-display: auto;

    font-family: "Futura";

    font-weight: 300;

    font-style: normal;

    src: url('../ttf/futura-regular.ttf') format('truetype'),
		url('../woff2/futura-regular.woff2') format('woff2'),
		url('../woff/futura-regular.woff') format('woff');
  }

@font-face {
    font-display: auto;

    font-family: "Futura";

    font-weight: 400;

    font-style: normal;

    src: url('../ttf/futura-regular.ttf') format('truetype'),
		url('../woff2/futura-regular.woff2') format('woff2'),
		url('../woff/futura-regular.woff') format('woff');
  }

@font-face {
    font-display: auto;

    font-family: "Futura";

    font-weight: 500;

    font-style: normal;

    src: url('../ttf/futura-bold.ttf') format('truetype'),
		url('../woff2/futura-bold.woff2') format('woff2'),
		url('../woff/futura-bold.woff') format('woff');
  }

@font-face {
    font-display: auto;

    font-family: "Futura";

    font-weight: 600;

    font-style: normal;

    src: url('../ttf/futura-bold.ttf') format('truetype'),
		url('../woff2/futura-bold.woff2') format('woff2'),
		url('../woff/futura-bold.woff') format('woff');
  }

@font-face {
    font-display: auto;

    font-family: "Futura";

    font-weight: 700;

    font-style: normal;

    src: url('../ttf/futura-bold.ttf') format('truetype'),
		url('../woff2/futura-bold.woff2') format('woff2'),
		url('../woff/futura-bold.woff') format('woff');
  }

@font-face {
    font-display: auto;

    font-family: "Futura";

    font-weight: 800;

    font-style: normal;

    src: url('../ttf/futura-bold.ttf') format('truetype'),
		url('../woff2/futura-bold.woff2') format('woff2'),
		url('../woff/futura-bold.woff') format('woff');
  }

@font-face {
    font-display: auto;

    font-family: "Futura";

    font-weight: 900;

    font-style: normal;

    src: url('../ttf/futura-bold.ttf') format('truetype'),
		url('../woff2/futura-bold.woff2') format('woff2'),
		url('../woff/futura-bold.woff') format('woff');
  }

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

/*! tailwindcss v3.4.4 | 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

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

[hidden] {
  display: none;
}

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

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

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

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

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

body, html {
  color: var(--wp--preset--color--gray-dark);
  font-size: max(20px, 100vw / 72);
  font-family: var(--wp--preset--font-family--futura);
  line-height: var(--wp--custom--line-height--body);
}

::-webkit-input-placeholder {
  color: var(--wp--preset--color--gray-dark);
}

::-webkit-input-placeholder,
:-ms-input-placeholder,
::placeholder {
  color: var(--wp--preset--color--gray-dark);
}

p {
  padding-bottom: 0.75rem;
  color: var(--wp--preset--color--gray-dark);
}

blockquote p {
  padding-bottom: 0;
}

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

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

.nav-links a,
.button {
  background: var(--wp--preset--color--red);
  color: var(--wp--preset--color--white);
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.2;
  padding: 0.65rem 1.75rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.nav-links a:hover, .button:hover {
  background: var(--wp--preset--color--red);
}

.download-button {
  border: 1px solid var(--wp--preset--color--red);
  background: url('../svg/download.svg') no-repeat 1rem center;
  color: var(--wp--preset--color--red);
  cursor: pointer;
  display: inline-block;
  font-size: 0.8rem;
  line-height: 1.2;
  padding: 0.65rem 1.75rem 0.65rem 2.2rem;
}

.entry-content .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.nav-links a {
  display: inline-block;
}

.is-style-call-to-action .wp-block-button__link,
.cta-button {
  background: var(--wp--preset--color--red);
  color: var(--wp--preset--color--white);
  display: block;
  min-height: 3.6rem;
  padding: 1.15rem 6rem 1.15rem 1.15rem;
  position: relative;
  text-align: right;
  width: 100%;
}

.is-style-call-to-action .wp-block-button__link:after, .cta-button:after {
  bottom: 0;
  background: url('../svg/arrow-narrow-right.svg') no-repeat 0.5rem center;
  background-color: var(--wp--preset--color--gold);
  background-size: contain;
  content: "";
  display: block;
  height: 3.6rem;
  width: 4.8rem;
  position: absolute;
  right: 0;
  top: 0;
}

.is-style-play-video .wp-block-button__link,
.play-video-modal-button {
  background: transparent;
  color: var(--wp--preset--color--red);
  display: inline-block;
  font-size: var(--wp--preset--font-size--small);
  position: relative;
  margin-left: 92px;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 0;
}

.is-style-play-video .wp-block-button__link:before, .play-video-modal-button:before {
  bottom: 0;
  background: url('../svg/play-circle.svg') no-repeat 10px center;
  content: "";
  display: block;
  height: 72px;
  width: 96px;
  position: absolute;
  left: -92px;
  top: -24px;
}

.is-style-play-video .wp-block-button__link:after, .play-video-modal-button:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: red;
  bottom: 0;
}

.wp-block-cover.is-fit img {
  -o-object-fit: none;
     object-fit: none;
}

.entry-content .gform-button {
  margin: 0.5rem;
}

.entry-content .gform_wrapper.gravity-theme .gform_body .gform_fields {
  grid-row-gap: 0;
}

.entry-content .gform_wrapper.gravity-theme .gfield {
  border-bottom: 1px solid var(--wp--preset--color--beige);
}

.entry-content .gform_wrapper.gravity-theme .gform_body.gform-body {
  border: 1px solid var(--wp--preset--color--beige);
}

.entry-content .gform_wrapper.gravity-theme .ginput_container {
  padding: 0;
}

.entry-content .gform_wrapper.gravity-theme .ginput_container.ginput_container_select .gfield_select {
  border-left: 0;
  padding-left: 0.5rem;
}

.entry-content .gform_wrapper.gravity-theme .gfield input.large,
		.entry-content .gform_wrapper.gravity-theme .gfield select.large {
  font-size: 0.8rem;
  height: 2rem;
}

.entry-content .gform_wrapper.gravity-theme .gfield input.large::-webkit-input-placeholder, .entry-content .gform_wrapper.gravity-theme .gfield select.large::-webkit-input-placeholder {
  color: var(--wp--preset--color--gray-dark);
}

.entry-content .gform_wrapper.gravity-theme .gfield input.large::-moz-placeholder, .entry-content .gform_wrapper.gravity-theme .gfield select.large::-moz-placeholder {
  color: var(--wp--preset--color--gray-dark);
}

.entry-content .gform_wrapper.gravity-theme .gfield input.large:-ms-input-placeholder, .entry-content .gform_wrapper.gravity-theme .gfield select.large:-ms-input-placeholder {
  color: var(--wp--preset--color--gray-dark);
}

.entry-content .gform_wrapper.gravity-theme .gfield input.large::-ms-input-placeholder, .entry-content .gform_wrapper.gravity-theme .gfield select.large::-ms-input-placeholder {
  color: var(--wp--preset--color--gray-dark);
}

.entry-content .gform_wrapper.gravity-theme .gfield input.large::placeholder, .entry-content .gform_wrapper.gravity-theme .gfield select.large::placeholder {
  color: var(--wp--preset--color--gray-dark);
}

.entry-content .gform_wrapper.gravity-theme .ginput_container.ginput_container_select select.gfield_select,
		.entry-content .gform_wrapper.gravity-theme .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
  line-height: 1.4;
  min-height: 2.6rem;
  padding: 0.4em 0.8rem;
}

.entry-content .gform_wrapper.gravity-theme #field_submit.gfield input {
  font-size: 0.9rem;
  line-height: 1.2rem;
  margin: 0.8rem;
}

@media screen and (min-width: 1024px) {
  .entry-content .gform_wrapper.gravity-theme .gform_body .gform_fields {
    grid-column-gap: 0;
  }

  .entry-content .gform_wrapper.gravity-theme .gfield {
    border-bottom: 0;
  }

  .entry-content .gform_wrapper.gravity-theme .gfield input.large,
			.entry-content .gform_wrapper.gravity-theme .gfield select.large {
    height: 2.2rem;
  }

  .entry-content .gform_wrapper.gravity-theme .ginput_container {
    padding: 0.4rem 0.5rem;
  }

  .entry-content .gform_wrapper.gravity-theme .ginput_container.ginput_container_select .gfield_select {
    border-left: 1px solid var(--wp--preset--color--beige);
    padding-left: 1rem;
  }

  .entry-content .gform_wrapper.gravity-theme #field_submit.gfield input {
    -ms-flex-item-align: center;
        align-self: center;
    line-height: 1.2rem;
    margin: 0.35rem;
  }
}

.entry-content input[type="text"]::-webkit-input-placeholder, .entry-content input[type="tel"]::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.75);
}

.entry-content input[type="text"]::-moz-placeholder, .entry-content input[type="tel"]::-moz-placeholder {
  color: rgba(0, 0, 0, 0.75);
}

.entry-content input[type="text"]:-ms-input-placeholder, .entry-content input[type="tel"]:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.75);
}

.entry-content input[type="text"]::-ms-input-placeholder, .entry-content input[type="tel"]::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.75);
}

.entry-content input[type="text"]::placeholder, .entry-content input[type="tel"]::placeholder {
  color: rgba(0, 0, 0, 0.75);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: var(--wp--preset--color--black);
  margin: 1rem 0;
}

h1,
.h1 {
  font-size: var(--wp--preset--font-size--xl);
  font-weight: 600;
  line-height: var(--wp--custom--line-height--heading-1);
}

h2,
.h2 {
  font-size: var(--wp--preset--font-size--l);
  font-weight: 600;
  line-height: var(--wp--custom--line-height--heading-2);
}

h3,
.h3 {
  font-size: var(--wp--preset--font-size--m);
  font-weight: 600;
  line-height: var(--wp--custom--line-height--heading-3);
}

h4,
.h4 {
  font-size: var(--wp--preset--font-size--s);
  font-weight: 300;
  line-height: var(--wp--custom--line-height--heading-4);
}

h5,
.h5 {
  font-size: var(--wp--preset--font-size--xs);
  font-weight: 300;
  line-height: var(--wp--custom--line-height--heading-5);
}

h6,
.h6 {
  font-size: var(--wp--preset--font-size--xxs);
  font-weight: 600;
  line-height: var(--wp--custom--line-height--heading-6);
  letter-spacing: 2px;
  text-transform: uppercase;
}

.font-size--xxl,
.has-xxl-font-size {
  font-size: var(--wp--preset--font-size--xxl);
  font-weight: 600;
  line-height: var(--wp--custom--line-height--headingxxl);
}

.wp-block-image {
  margin-bottom: 0;
}

.is-style-video-player-overlay {
  position: relative;
}

.is-style-video-player-overlay:before {
  background: linear-gradient(225deg,
		rgba(227,24,55,0) 0%,
		rgba(231,58,84,0.4) 51.94%,
		rgba(253,187,48,0.87) 87.35%,
		#FDBB30 100%);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.is-style-decoration-overlay {
  position: relative;
}

.is-style-decoration-overlay img {
  border-radius: 0 0 0 120px;
  width: 100%;
}

.is-style-decoration-overlay:before {
  background: linear-gradient(225deg,
		rgba(227,24,55,0) 0%,
		rgba(231,58,84,0.4) 51.94%,
		rgba(253,187,48,0.87) 87.35%,
		#FDBB30 100%);
  border-radius: 0 0 0 120px;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.is-style-decoration-overlay:after {
  background: url('../svg/decoration-image.svg') no-repeat left bottom;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.is-style-full-width img {
  width: 100%;
}

.in-page-video-image {
  position: relative;
}

.in-page-video-image img {
  width: 100%;
}

.in-page-video-image:before {
  background: linear-gradient(225deg,
		rgba(227,24,55,0) 0%,
		rgba(231,58,84,0.4) 51.94%,
		rgba(253,187,48,0.87) 87.35%,
		#FDBB30 100%);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.in-page-video-image:after {
  background: url('../svg/decoration-video-image.svg') no-repeat left bottom;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.entry-content a {
  color: var(--wp--preset--color--red);
}

.entry-content .button,
	.entry-content .button a,
	.entry-content .cta-button,
	.entry-content .custom-map-link,
	.entry-content .cta-button a {
  color: var(--wp--preset--color--white);
}

.entry-content .arrow-button {
  background: url('../svg/arrow-narrow-small-right.svg') no-repeat right center;
  color: #ce142b;
  display: inline-block;
  font-size: var(--wp--preset--font-size--small);
  padding-right: 35px;
  padding-bottom: 4px;
  position: relative;
}

.entry-content .arrow-button:after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 35px);
  height: 1px;
  background: red;
  bottom: 0;
}

.text-max-width {
  max-width: 37rem;
}

.signup input[type="text"],
	.signup input[type="tel"] {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}

.tns-controls {
  margin-top: 1.5rem;
}

.tns-controls button[data-controls=prev] {
  display: none;
}

.tns-controls button[data-controls=next] {
  padding-right: 2.5rem;
  background: url('../svg/arrow-right.svg') no-repeat center right;
  background-size: contain;
}

.facts-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.facts-slider .tns-slide-active {
  margin-right: 1.5rem;
}

.facts-slider .tns-slide-active + .fact-item {
  opacity: 0.5;
}

.fact-item {
  background: url('../svg/image-pattern.svg') no-repeat center right;
  background-size: cover;
}

.fact-item .read-more {
  background: url('../svg/arrow-right.svg') no-repeat center right;
}

.entry-content .nscaf-tabs {
  max-width: none;
  width: 100%;
}

.entry-content .nscaf-tabs > ul {
  display: block;
  font-size: var(--wp--preset--font-size--small);
  margin-bottom: 4rem;
  padding-left: 4.5rem;
}

.entry-content .nscaf-tabs > ul li {
  display: inline-block;
  padding: 0.8rem 0.8rem 0;
}

.entry-content .nscaf-tabs > ul li:nth-child(1) {
  padding-left: 0;
}

.entry-content .nscaf-tabs > ul li a {
  display: inline-block;
  padding-bottom: 0.6rem;
  color: var(--wp--preset--color--black);
}

.entry-content .nscaf-tabs > ul li.ui-tabs-active a {
  border-bottom: 2px solid var(--wp--preset--color--red);
  color: var(--wp--preset--color--red);
  font-weight: 500;
  margin-bottom: -1px;
}

.entry-content .nscaf-tabs > div {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.updates-section-tab-list a:hover {
  color: var(--wp--preset--color--red);
}

.updates-section-tab-list a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.updates-section-tab-list .read_more:hover {
  color: var(--wp--preset--color--red) !important;
}

.updates-section-tab-list .read_more:hover > .border-b {
  border-bottom-color: var(--wp--preset--color--red) !important;
}

.updates-section-tab-list .read_more:hover svg path {
  fill: var(--wp--preset--color--red);
  stroke: var(--wp--preset--color--red);
}

.page-title {
  margin-top: 0px;
  background-color: var(--wp--preset--color--cream);
}

.page-title.background-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.page-title.background-image::before {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(24%, #FEFBF4), color-stop(100%, rgba(254,251,244,0.00)), to(rgba(254,251,244,0.00)));
  background-image: linear-gradient(90deg, #FEFBF4 24%, rgba(254,251,244,0.00) 100%, rgba(254,251,244,0.00) 100%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.page-title.background-image .entry-page-title::before {
  display: none;
}

.page-title .entry-page-title {
  margin-left: auto;
  margin-right: auto;
  max-width: 63rem;
  padding-bottom: 2rem;
  padding-top: 3rem;
  display: block;
  position: relative;
  z-index: 0;
}

.page-title .entry-page-title::before {
  background: url('../svg/title-background.svg') no-repeat center right;
  background-size: contain;
  content: "";
  height: 100%;
  opacity: 0.1;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

@media (min-width: 768px) {
  .page-title .entry-page-title {
    padding-bottom: 3rem;
    padding-top: 6rem;
  }

  .page-title .entry-page-title::before {
    opacity: 1;
  }
}

/**
 * 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 an `entry-title` class on the
 * frontend and to the post heading in the block editor.
 *
 * The supplied styles are meant to match the default `h1` classes from
 * Tailwind Typography.
 *
 * The `$post-title-selector` variable is replaced by PostCSS. Please see the
 * `postcss.config.js` file for details.
 */

.entry-title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  max-width: 63rem;
}

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

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

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

.entry-content > .alignwide {
  max-width: 100%;
}

/* Full width */

.entry-content > .alignfull {
  max-width: none;
  margin-left: 0px;
  margin-right: 0px;
}

.entry-content .restrictwide {
  max-width: max(1260px, 63rem);
  margin: auto;
}

#breadcrumbs span {
  color: var(--wp--preset--color--red);
}

#breadcrumbs span.breadcrumb_last {
  color: var(--wp--preset--color--black);
}

#breadcrumbs a:hover {
  text-decoration: underline;
}

.is-style-full-width {
  max-width: none;
  margin-left: 0px;
  margin-right: 0px;
}

.is-style-add-left-padding {
  padding-left: 4.5rem;
}

.is-style-add-right-padding {
  padding-right: 4.5rem;
}

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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.right-8 {
  right: 2rem;
}

.top-0 {
  top: 0px;
}

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

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

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

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

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

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

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

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

.m-0 {
  margin: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.size-full {
  width: 100%;
  height: 100%;
}

.h-10 {
  height: 2.5rem;
}

.h-16 {
  height: 4rem;
}

.h-8 {
  height: 2rem;
}

.h-full {
  height: 100%;
}

.w-0 {
  width: 0px;
}

.w-1 {
  width: 0.25rem;
}

.w-36 {
  width: 9rem;
}

.w-44 {
  width: 11rem;
}

.w-80 {
  width: 20rem;
}

.w-full {
  width: 100%;
}

.max-w-content {
  max-width: 63rem;
}

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

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

.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}

.flex-none {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.transform {
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: 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));
}

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

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.items-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-evenly {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

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

.self-center {
  -ms-flex-item-align: center;
      align-self: center;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.border {
  border-width: 1px;
}

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

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

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

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

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

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

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

.border-beige {
  --tw-border-opacity: 1;
  border-color: rgb(214 209 202 / var(--tw-border-opacity));
}

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

.border-gold {
  --tw-border-opacity: 1;
  border-color: rgb(242 178 51 / var(--tw-border-opacity));
}

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

.border-red {
  --tw-border-opacity: 1;
  border-color: rgb(206 20 43 / var(--tw-border-opacity));
}

.border-b-beige {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(214 209 202 / var(--tw-border-opacity));
}

.border-r-beige {
  --tw-border-opacity: 1;
  border-right-color: rgb(214 209 202 / var(--tw-border-opacity));
}

.border-t-beige {
  --tw-border-opacity: 1;
  border-top-color: rgb(214 209 202 / var(--tw-border-opacity));
}

.border-t-gold {
  --tw-border-opacity: 1;
  border-top-color: rgb(242 178 51 / var(--tw-border-opacity));
}

.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}

.bg-cream {
  --tw-bg-opacity: 1;
  background-color: rgb(254 251 244 / var(--tw-bg-opacity));
}

.bg-cream-darker {
  --tw-bg-opacity: 1;
  background-color: rgb(248 243 233 / var(--tw-bg-opacity));
}

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

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-5 {
  padding: 1.25rem;
}

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

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

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

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

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

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

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

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

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

.pb-1\.5 {
  padding-bottom: 0.375rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

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

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

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

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

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

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

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

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

.pr-6 {
  padding-right: 1.5rem;
}

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

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

.pt-1\.5 {
  padding-top: 0.375rem;
}

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

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

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

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

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

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

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

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

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

.text-md {
  font-size: 1.2rem;
  line-height: 1.4rem;
}

.text-sm {
  font-size: 0.9rem;
  line-height: 1rem;
}

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

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

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

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

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

.leading-8 {
  line-height: 2rem;
}

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

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

.text-red-dark {
  --tw-text-opacity: 1;
  color: rgb(193 20 46 / var(--tw-text-opacity));
}

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

.opacity-40 {
  opacity: 0.4;
}

.drop-shadow-base {
  --tw-drop-shadow: drop-shadow(0 0 2px rgba(0, 0, 0, 0.16));
  -webkit-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: 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);
}

select {
  background: url(../svg/dropdown.svg) no-repeat right #ffffff;
  background-position-x: calc(100% - 15px);
  -moz-appearance:none;
  -webkit-appearance:none;
}

hr,
.wp-block-separator {
  border-top: none;
  border-bottom: 1px solid var(--wp--preset--color--beige);
}

.gform_required_legend {
  display: none;
}

.jquery-modal.blocker {
  z-index: 15;
}

.flyout-social-icons a:hover, .social-icons a:hover, .share-buttons a:hover {
  opacity: 0.6;
}

.parent-column-svg-cover {
  background: url('../svg/geometric-shapes-pattern.svg');
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
}

.child-column-svg-cover {
  padding-bottom: 12rem;
}

.entry-content .text-black {
  background-color: var(--wp--preset--color--cream-darker);
  max-width:100%;
}

.state-guide-bottom-form .gform_wrapper {
  text-align: center;
}

.parents-state-page-video-hero .in-page-video-image:after, .types-of-scholl-page-video-hero .in-page-video-image:after {
  background: none;
}

.state-guide-bottom-form .gform_wrapper.gravity-theme .gf_simple_horizontal {
  display: inline;
}

.share-icons-line {
  margin-top: 0.70rem;
  margin-left: 0.5rem;
}

.entry-content .school-choice-roadmap-learning{
  padding-left: 90px;
  padding-right: 90px;
  padding-top: 80px;
}

#error-message-state {
  color: red;
  font-size: 16px;
}

#downloadSnapshotStatesWidget {
  margin-bottom: 0.5rem;
}

#downloadSnapshotStatesWidget .state-dropdown-wrapper {
  margin-top: 0;
}

#downloadSnapshotStatesWidget .state-dropdown-wrapper select, #downloadSnapshotStatesWidget .state-dropdown-wrapper form, #downloadSnapshotStatesWidget .state-dropdown-wrapper .menu-pick-your-state-menu-container {
  width: 100%;
}

#snapshotDownloadButton {
  text-align: center;
  width: 100%;
}

.in-tab-image {
  display: block;
  height: 448px;
  position: relative;
}

.in-tab-image img {
  border-bottom-left-radius: 100px;
  max-width: 100%;
  height: 100%;
}

.in-tab-image-pattern:before {
  background: linear-gradient(225deg, rgba(227,24,55,0) 0%, rgba(231,58,84,0.4) 51.94%, rgba(253,187,48,0.87) 87.35%, #FDBB30 100%);
  bottom: 0;
  border-bottom-left-radius: 100px;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.in-tab-image-pattern:after {
  background: url('../svg/in-tab-image-bg.svg') no-repeat left bottom;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.custom-logo-link img {
  width: 192px;
}

.latest-insight-mobile-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*Events styling*/

.events-main-heading {
  color: #000000;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 36px;
  margin-bottom: 8px;
}

.event-inner-container {
  border-bottom: 1px solid #D6D1CA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-bottom: 25px;
  padding-top: 32px;
}

.event-inner-container .date{
  padding-right: 19px;
  width: 108px;
}

.event-inner-container .date .month {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
}

.event-inner-container .date .day {
  color: #000000;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 44px;
}

.event-inner-container .date .year{
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
}

.event-inner-container .content {
  border-left: 1px solid #D6D1CA;
  padding: 10px 0px 10px 31px;
}

.event-inner-container .content .event-title{
  color: #000000;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom: 16px;
}

.event-inner-container .content .location {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
}

.event-inner-container .content .location img{
  margin-right: 8px;
  margin-top: -3px;
}

.upcoming-events-container {
  margin: 64px 0 64px 0;
}

.past-events-container {
  background: #FEFBF4;
  margin-left: -4.5rem;
  margin-right: -4.5rem;
  padding: 4rem 4.5rem 2.5rem 4.5rem;
}

.event-inner-container.hidden {
  display: none;
}

.older-events {
  background-color: #CE142B;
  cursor: pointer;
  height: 48px;
  margin-bottom: 160px;
  margin-top: 40px;
  max-width: 170px;
  text-align: center;
}

.older-events p {
  color: white;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
  padding: 12px 32px 12px 32px;
}

.ginput_container_email {
  text-tranform: inherit;
}

#gform_fields_75, #gform_fields_32, #gform_32 .gform_footer {
  background: white;
}

#gform_32 .gform_body {
  border-right: 0px;
}

#gform_32 .gform_footer {
  border: 1px solid var(--wp--preset--color--beige);
  border-left: 0px !important;
  padding-right: 7px;
}

#gform_32 .gform_footer input {
  font-size: 18px;
  margin-bottom: 0px;
}

.single-types-of-schools .entry-content .text-black {
  background :var(--wp--preset--color--cream);
}

#gform_32  #input_32_1, #gform_32  #input_32_2 {
  font-size:20px;
  line-height: 24px;
}

.ginput_container_email input {
  text-transform: inherit;
}

.shareBlock {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.sharedGraphicsBtn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 500;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
  line-height: 24px;
}

.sharedGraphicsBtn .downloadIcon {
  margin-right: 8px;
  height: 24px;
  width: 24px;
}

.shareContainer {
  margin-top: 16px;
}

.shareContainer span {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
}

.nscaf-tabs {
  padding-bottom: 4rem;
}

.post-group {
  -webkit-box-shadow: 0 0 0px 5px #ffb71a;
          box-shadow: 0 0 0px 5px #ffb71a;
}

.post-group:hover {
  -webkit-box-shadow: 0 0 0px 5px #ce142b;
          box-shadow: 0 0 0px 5px #ce142b;
}

.styled-list {
  list-style: inherit;
}

.full-width-container {
  max-width: 100% !important;
}

.quote-pattern {
  border: 2px solid #f2b233;
  border-radius: 60px 0 0 0;
  padding: 40px;
}

.quote-pattern::before {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F2B233;
  border-radius: 50px;
  content: url('../svg/quote-mark.svg');
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -35px;
  margin-top: -45px;
  width: 40px;
}

.quote-pattern p {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  padding-bottom: 17px;
}

.quote-pattern cite {
  color: #333333;
  font-style: normal;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.quote-pattern cite::before {
  border-top: 2px solid #CE142B;
  content: "";
  display: inline-block;
  margin: 0 10px 5px 0;
  width: 30px;
}

.gform-theme--orbital .button {
  -webkit-transition: all 0.3s !important;
  background: var(--wp--preset--color--red) !important;
  border-radius: 0px !important;
  color: var(--wp--preset--color--white) !important;
  cursor: pointer !important;
  font-size: 1rem !important;
  font-weight: normal !important;
  line-height: 1.2 !important;
  padding: 0.65rem 1.75rem !important;
  transition: all 0.3s !important;
}

.modified {
  color: black;
}

.post-meta-date {
  font-size: 16px;
  margin-top: 30px;
}

.pagination-posts {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.2rem;
}

.pagination-posts .post-navigation {
  width:100%;
}

.pagination-posts .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pagination-posts .nav-links .nav-previous, .pagination-posts .nav-links .nav-next {
  margin: 0 0.2rem;
}

.pagination-post .nav-links .nav-previous {
  float: left;
}

.pagination-post .nav-links .nav-next {
  float: right;
}

.pagination-posts .nav-links span {
  color: white;
}

.gform-styled .gform_body {
  border-right: 0 !important;
  /*Overwriting default Gravity form styles for general purpose implementation*/
}

.gform-styled .gform_footer {
  border: 1px solid var(--wp--preset--color--beige);
  border-left: 0;
  padding-right: 0.5rem !important;
  /*Overwriting default Gravity form styles for general purpose implementation*/
}

.gform_wrapper .gform-styled .gfield--type-select {
  width: 50%;
}

.gform_wrapper .gform-styled .gfield--type-select select {
  font-size: 0.8rem;
  line-height: 0.96rem;
}

.gform_wrapper .gform-styled .gform_footer input {
  margin-bottom: 0 !important;
  /*Overwriting default Gravity form styles for general purpose implementation*/
}

.highlight-and-share-wrapper a, .highlight-and-share-wrapper a:hover, .highlight-and-share-wrapper a:visited {
  color: #F1B233 !important;
  /*Overwriting default plugin link color*/
}

.single .wp-post-image, .single-post .wp-post-image {
  display: none;
}

.wp-block-image img {
  width: 100%;
}

.pagination-posts .nav-links a {
  text-align: center;
  width: 165px;
}

.single-post article .entry-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 63rem !important;
}

.cvp-live-filter {
  text-align:center;
}

[data-pid="516666"] .pt-cv-href-thumbnail img{
  height:200px;
  width: 200px;
}

#footer_section .footer-signup-widget form .gform_fields .gfield {
  width: 100%;
}

.single-facts p:has(img)  {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#tribe-events-pg-template {
  max-width: 100%;
}

#tribe-events-pg-template a {
  color: inherit;
}

.tribe_events{
  margin: 0 auto;
  max-width: 1048px;
  padding: var(--tec-spacer-8) var(--tec-spacer-4) var(--tec-spacer-4);
}

#tribe-events-content h4 {
  color:	var(--wp--preset--color--gray-light);
  font-weight: 100;
  font-family: var(--wp--preset--font-family--futura);
}

#twitter-logo-social {
  background: #CE142B;
  border-radius: 30px;
  height: 28px;
  padding: 5px;
  width: 28px;
}

#twitter-logo-social img {
  height: 100%;
  width: 100%;
}

/* CSS From Customizer, added by client */

.page-id-503910 #breadcrumbs-section {
  display: none;
}

.ginput_container_email input {
  text-transform: inherit !important;
}

#footer_section .footer-signup-widget form .gform_fields .gfield {
  width: 100%;
}

.in-page-video .wp-video {
  width:100% !important;
}

#gform_confirmation_message_32 {
  text-align: center;
}

.in-tab-image img {
  height: 200px;
}

.highlight-and-share-wrapper a, .highlight-and-share-wrapper a:hover, .highlight-and-share-wrapper a:visited {
  color: #F1B233 !important;
}

.pagination-posts .post-navigation {
  max-width: 63rem !important;
}

.pdfemb-pagescontainer.grab-to-pan-grab {
  width: 100% !important;
}

div.pdfemb-viewer {
  background-color: #ffffff;
  width: auto !important;
}

.pdfemb-pagescontainer {
  background-color: #ffffff !important;
}

div.pdfemb-viewer {
  background-color: #ffffff !important;
}

.pt-cv-colwrap .pt-cv-content a{
  background: url('../svg/arrow-narrow-small-right.svg') no-repeat right center !important;
}

body .gform_wrapper  input[type="text"],
body .gform_wrapper input[type="email"],
body .gform_wrapper  input[type="url"],
body .gform_wrapper  input[type="tel"],
body .gform_wrapper  input[type="number"],
body .gform_wrapper input[type="date"],
body .gform_wrapper textarea,
body .gform_wrapper select {
  border: 1px solid #ccc;
  padding: 10px;
}

.map-state {
  display:none !important
}

.gform-body {
  border:none !important
}

body .gform_wrapper form#gform_77 input[type="text"],
body .gform_wrapper form#gform_77 input[type="email"],
body .gform_wrapper form#gform_77 input[type="url"],
body .gform_wrapper form#gform_77 input[type="tel"],
body .gform_wrapper form#gform_77 input[type="number"],
body .gform_wrapper form#gform_77 input[type="date"],
body .gform_wrapper form#gform_77 textarea,
body .gform_wrapper form#gform_77 select {
  border: 1px solid #ccc;
  padding: 10px;
}

.inline-gravity-form {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inline-gravity-form .gfield {
  margin-right: 10px;
}

.inline-gravity-form .gfield:last-child {
  margin-right: 0;
}

.inline-gravity-form .gfield input[type="text"],
.inline-gravity-form .gfield input[type="email"] {
  padding: 10px;
  width: 200px;
}

.inline-gravity-form .gform_footer {
  margin-left: 10px;
}

.inline-gravity-form .gform_button {
  background-color: #333;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 10px 20px;
}

.inline-gravity-form .gform_separator {
  background-color: #ccc;
  height: 20px;
  margin: 0 10px;
  width: 1px;
}

#usmapbase-11 svg {
  height: 100% !important
}

#usmapbase-10 svg {
  height: 100% !important
}

#input_76_7  select {
  width: 33% !important;
}

#input_85_3 {
  background-color: #fff !important;
}

body .gform_wrapper form#gform_76 select {
  width: 40% !important;
}

.styled-list {
  margin-left: 10% !important
}

#input_78_1 {
  background-color: #fff !important;
}

#input_80_1 {
  background-color: #fff !important;
}

body.author-page #primary {
  margin: 20px;
}

body.author-page #primary article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

body.author-page #primary .post-thumbnail {
  margin-right: 20px;
}

body.author-page #primary .entry-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.sticky-container {
  position: sticky;
  top: 0;
  z-index: 9;
}

.entry-content ul {
  list-style-type: disc !important;
  margin-left: 20px;
}

ul.share-buttons {
  list-style: none !important;
}

#share-graphics ul {
  list-style-type: none !important;
  margin-left:0;
}

ul.border-b-beige {
  margin: 0 !important
}

ul.wp-block-post-template {
  list-style:none !important;
}

input[name="post_password"] {
  border: 1px solid #000;
}

.event-tickets .tribe-tickets__rsvp-wrapper {
  max-width: 100% !important;
}

.tribe-events-pg-template {
  padding: 0 !important;
}

.tribe-block__venue {
  max-width: 100% !important;
}

.tribe-block__venue__name a {
  color: black !important;
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}

#tribe-events-pg-template a {
  color: #ce142b !important;
}

.tribe-common-c-btn {
  background-color: #ce142b !important;
}

.tribe-tickets__rsvp-ar-quantity {
  display:none !important;
}

.tribe-common-form-control-radio__input:checked {
  background-color: #ce142b !important;
  border-color: #ce142b !important;
}

.event-tickets .tribe-tickets__rsvp-actions-success-going-check-icon {
  background-color: #ce142b !important;
}

.page-title .entry-page-title::before {
  opacity: 0.4 !important;
}

.entry-content .nav-links a {
  color: white;
}

.eventheadline {
  margin-bottom: 0 !important;
  margin-top: 0;
}

.eventinfo {
  padding-bottom: 0 !important;
}

.resourcehead {
  margin-bottom: 0;
  margin-top: 5px;
}

.footer-social .size-full {
  height: auto;
}

.search-404 {
  margin:30px auto;
  text-align: center;
}

.search-404 .search-field {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  border-width: 1px;
  font-size: var(--wp--preset--font-size--tiny);
  height: 2.4rem;
  line-height: 1rem;
  outline-offset: 0;
  padding: 0.5rem 1rem;
  width: 30%;
}

.search-404 .search-submit {
  -webkit-transition: all 0.3s;
  background: var(--wp--preset--color--red);
  color: var(--wp--preset--color--white);
  cursor: pointer;
  font-size: 1rem;
  height: 2.5rem;
  line-height: 1.2;
  padding: 0.65rem 1rem;
  transition: all 0.3s;
  width: 15%;
}

/* School Finder layout fixes*/

.entry-content .cfpl-pagination {
  margin-left: 0;
}

.entry-content .cf-product-locator:has(.validation_message) {
  padding-bottom: 6rem;
}

.entry-content .cf-product-locator .cfpl-pagination li {
  list-style: none;
  margin: 0 6px 0 0;
  padding: 0 16px;
}

.entry-content .cf-product-locator .cfpl-pagination li:last-child {
  margin: 0;
}

.entry-content .cf-product-locator .cfpl-pagination li::marker {
  display: none;
}

.entry-content .cf-product-locator .cfpl-response-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.entry-content .cf-product-locator .cfpl-response-form .gform-body {
  width: 100%;
}

.entry-content .cf-product-locator .cfpl-response-form .gform_footer {
  width: 45% !important;
}

.entry-content .cf-product-locator .cfpl-response-form .gform_footer input {
  width: 100%;
}

.entry-content .cf-product-locator .cfpl-response-form .ginput_container_email {
  height: 100%;
}

.entry-content .cf-product-locator .cfpl-response-form .ginput_container_email input {
  height: 100% !important;
  min-height: 100% !important;
}

.entry-content .cf-product-locator .cfpl-response-form .ginput_container {
  border: 1px solid #d6d1ca;
  padding: 0.4rem 0.8rem;
  height: 2.6rem;
  min-height: 2.6rem;
}

.entry-content .cf-product-locator .cfpl-response-form .ginput_container .gfield_select {
  border: 0 !important;
  padding: 0 !important;
  height: 100% !important;
  min-height: 100% !important;
}

.entry-content .cf-product-locator .cfpl-response-form .gform_body:has(.validation_message) {
  margin-bottom: 75px;
  /* Adjust the margin as needed */
}

.entry-content .cf-product-locator .cfpl-response-form .gform_footer input {
  height: 2.6rem;
}

.states-dropdown-mobile {
  display: none !important;
}

.video-embed {
  height: 0;
  /* Required to make padding-bottom work */
  padding-bottom: 56.25%;
  /* 16:9 Aspect Ratio (height/width = 9/16 = 56.25%) */
  position: relative;
  width: 100%;
  /* Adjust to your desired width, e.g., 80% for smaller embeds */
}

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

.search-404 .search-field {
  height: 2.5rem;
  line-height: 1.2;
}

@media (min-width: 600px) and (max-width: 1200px) {
  article, .pagination-posts {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}

@media (max-width: 640px) {
  .single-events .events iframe{
    width: 100%;
  }

  .video-embed iframe {
    width: 100%;
  }

  .share-graphics .gap-5{
    gap: 0rem;
  }

  .col-span-4, .col-span-8 {
    grid-column: auto;
  }

  .latest-insight-mobile-image {
    width: 30%;
  }

  .latest-insight-mobile-content{
    width: 70%;
  }

  .entry-content .nscaf-tabs > div {
    padding: 0rem;
  }

  #primary {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .entry-content .school-choice-roadmap-learning{
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 32px;
    width: 111%;
  }

  .entry-content .text-black {
    margin-left: -1rem;
    margin-right: -1rem;
    max-width: 111%;
    width: 111%;
  }

  .nscaf-tabs .nav-tabs {
    overflow-x: scroll;
    white-space: nowrap;
  }

  .nscaf-tabs .nav-tabs li {
    display: inline-block;
    float: none;
  }

  .entry-content .nscaf-tabs > ul {
    padding-left: 0;
  }

  .older-events {
    display: none;
  }

  .grid-cols-12 {
    grid-template-columns: auto;
  }

  .state-guide-bottom-form .gform_wrapper.gravity-theme .gf_simple_horizontal {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .state-guide-bottom-form .gform_wrapper.gravity-theme .gf_simple_horizontal .gform_body{
    max-width: 100%;
    width: 100%;
  }

  .state-guide-bottom-form .gform_wrapper.gravity-theme .gf_simple_horizontal .gform_body .top_label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .state-guide-bottom-form .gform_wrapper.gravity-theme .gf_simple_horizontal .gform_footer.top_label {
    background: transparent !important;
    border: none !important;
    max-width: 100%;
    margin-top: 25px;
  }

  .state-guide-bottom-form .gform_wrapper.gravity-theme .gf_simple_horizontal .gform_body .top_label .gfield {
    padding-right: 0 !important;
  }

  /*Product locator mobile*/

  .cf-product-locator .cfpl-locations ul {
    padding-right: 0;
  }

  .cf-product-locator .cfpl-content {
    padding-left: 0;
    width: 100%;
  }

  .cf-product-locator .gfield--input-type-email {
    border: 0 !important;
  }

  .cf-product-locator .gfield--type-select {
    border: 0 !important;
  }

  .cf-product-locator .gform_button {
    line-height: 0 !important;
  }

  .entry-content .cf-product-locator:has(.validation_message) {
    padding-bottom: 0;
  }

  .states-dropdown-mobile {
    display: inline-block !important;
  }

  .hide-map {
    display: none !important;
  }

  .search-404 .search-field {
    width: 65%;
  }

  .search-404 .search-submit {
    width: 30%;
  }
}

@media (min-width: 768px) {
  .md-block {
    display: block;
  }

  .md-hidden {
    display: none;
  }
}

@media (min-width: 1200px) {
  .entry-content:not(:has(.align-full.hero-block)) {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
}

@media (min-width:1800px){
  .cf-product-locator{
    max-width: 1150px !important;
    /*Overwriting max width for school finder on large screens*/
  }
}

@media (min-width:1900px) {
  .pagination-posts .nav-links a{
    width: 275px;
  }
}

.flyout-menu-active #flyout-menu {
  display: block;
}

.header_search .search_form_wrapper {
  opacity: 0;
  top: -0.4rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 0px;
  z-index: -1;
}

.header_search .search_form_wrapper input[type="text"] {
  width: 100%;
}

.header_search.active_header_search .search_form_wrapper {
  display: block;
  opacity: 1;
  width: 13rem;
  z-index: 1;
}

#close-menu {
  margin-left: -0.75rem;
}

#flyout-menu .search_form_wrapper {
  left: 0;
  position: relative;
  right: 0;
  width: 100%;
}

#flyout-menu .search_form_wrapper input[type='text'] {
  height: 2.4rem;
  width: 100%;
}

#flyout-menu .header_search_action {
  position: absolute;
  right: 0.75rem;
  top: 0.6rem;
  width: 16px;
}

#flyout-menu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#flyout-menu .state-dropdown-wrapper button {
  display: none;
}

#flyout-menu .state-dropdown-wrapper .menu-pick-your-state-menu-container {
  width: 100%;
}

#flyout-menu .state-dropdown-wrapper .menu-pick-your-state-menu-container select {
  width: 100%;
}

#flyout-menu .state-dropdown-wrapper .menu-states-container {
  width: 100%;
}

#flyout-menu .state-dropdown-wrapper .menu-states-container select {
  font-size: 0.8rem !important;
  /* Overwrite theme default. */
  font-weight: 500;
  height: 2.4rem;
  width: 100%;
}

#flyout-menu p {
  font-weight: 500;
  margin: 0 0 0.4rem;
  padding: 0;
}

#flyout-menu ul.menu a {
  padding: 0.25rem 0;
}

#flyout-menu ul.menu > li {
  margin-bottom: 0.9rem;
}

#flyout-menu ul.menu > li > a {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#flyout-menu ul.menu > li > a:after {
  color: var(--wp--preset--color--red-dark);
  content: "→";
  font-size: 1rem;
  margin-left: 0.75rem;
}

#flyout-menu ul.menu > li.menu-item-has-children > a:after {
  display: none;
}

@media (max-width: 767px) {
  #flyout-menu ul.menu > li.menu-item-has-children > a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0.25rem 1rem 0.25rem 0;
  }

  #flyout-menu ul.menu > li.menu-item-has-children > a:after {
    display: block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid var(--wp--preset--color--red-dark);
    content: "";
  }

  #flyout-menu ul.menu > li.menu-item-has-children.open > a:after {
    border-bottom: 6px solid var(--wp--preset--color--red-dark);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: none;
  }

  #flyout-menu ul.menu > li.menu-item-has-children.open > ul {
    display: block;
  }

  #flyout-menu ul.menu > li.menu-item-has-children > ul {
    display: none;
    margin-bottom: 0.3rem;
  }
}

#flyout-menu ul.menu > li.menu-item-has-children > ul ul {
  margin-left: 0.75rem;
}

#flyout-menu ul.menu > li:last-child > ul {
  margin-bottom: 0;
}

#flyout-menu ul.menu > li:last-child {
  margin-bottom: 0;
}

#flyout-menu .widget_nav_menu:not(:last-child) {
  border-bottom: 1px solid var(--wp--preset--color--beige);
  margin-bottom: 1.6rem;
  padding-bottom: 1.6rem;
}

#flyout-menu .flyout-social-icons .wp-block-column {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  margin: 0 8px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f2b233;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #CE142B;
}

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #CE142B;
          box-shadow: 0 0 1px #CE142B;
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.toggle-header {
  color: #000000;
  font-size: var(  --wp--preset--font-size--xs-tiny );
  font-weight: 300;
  letter-spacing: 0;
  line-height: 16px;
  padding-bottom: 4px;
}

.toggle-text {
  color: #000000;
  //font-family: "Futura PT";
  font-size: var(--wp--preset--font-size--tiny);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
}

.border-t-red{
  --tw-border-opacity: 1;
  border-top-color: #CE142B;
}

@media (max-width: 767px) {
  #header-menu #primary-menu > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

#footer_section h3, #footer_section h2 {
  font-size: var(--wp--preset--font-size--s-tiny);
  letter-spacing: 2px;
  line-height: 1rem;
  margin: 0 0 0.5rem;
  text-transform: uppercase;
}

#footer_section .menu > li {
  line-height: 1rem;
  margin-bottom: 0.3rem;
}

#footer_section .menu a {
  font-size: var(--wp--preset--font-size--tiny);
}

#footer_section .menu a:hover {
  color: var(--wp--preset--color--black);
}

#footer_section .footer-signup-widget h2 {
  font-size: var(--wp--preset--font-size--s);
  letter-spacing: 0;
  text-transform: none;
}

#footer_section .footer-signup-widget .gfield_validation_message {
  background: none;
  border: none;
  padding: 0 0.8rem;
}

#footer_section .footer-signup-widget .gform_submission_error {
  font-size: var(--wp--preset--font-size--s-tiny);
  font-weight: 400;
}

#footer_section .footer-signup-widget form {
  border: 1px solid var(--wp--preset--color--beige);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 20px 0 0 0;
  padding: 0;
  width: 100%;
}

#footer_section .footer-signup-widget form * {
  max-width: 100%;
}

#footer_section .footer-signup-widget form .gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}

#footer_section .footer-signup-widget form .gform_fields .gfield {
  margin: 0;
  padding: 0;
}

#footer_section .footer-signup-widget form .gform_fields .gfield input[type="email"],
					#footer_section .footer-signup-widget form .gform_fields .gfield select {
  border-bottom: 1px solid var(--wp--preset--color--beige);
  color: var(--wp--preset--color--black);
  font-size: var(--wp--preset--font-size--tiny);
  height: 2.8rem;
  padding: 0 0.8rem;
}

#footer_section .footer-signup-widget form .gform_fields .gfield input[type="email"]::-webkit-input-placeholder, #footer_section .footer-signup-widget form .gform_fields .gfield select::-webkit-input-placeholder {
  color: var(--wp--preset--color--black);
  opacity: 1;
}

#footer_section .footer-signup-widget form .gform_fields .gfield input[type="email"]::-moz-placeholder, #footer_section .footer-signup-widget form .gform_fields .gfield select::-moz-placeholder {
  color: var(--wp--preset--color--black);
  opacity: 1;
}

#footer_section .footer-signup-widget form .gform_fields .gfield input[type="email"]:-ms-input-placeholder, #footer_section .footer-signup-widget form .gform_fields .gfield select:-ms-input-placeholder {
  color: var(--wp--preset--color--black);
  opacity: 1;
}

#footer_section .footer-signup-widget form .gform_fields .gfield input[type="email"]::-ms-input-placeholder, #footer_section .footer-signup-widget form .gform_fields .gfield select::-ms-input-placeholder {
  color: var(--wp--preset--color--black);
  opacity: 1;
}

#footer_section .footer-signup-widget form .gform_fields .gfield input[type="email"]::placeholder, #footer_section .footer-signup-widget form .gform_fields .gfield select::placeholder {
  color: var(--wp--preset--color--black);
  opacity: 1;
}

#footer_section .footer-signup-widget form .gform_footer {
  padding: 0.8rem;
}

#footer_section .footer-signup-widget form button,
			#footer_section .footer-signup-widget form input[type="submit"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  font-size: var(--wp--preset--font-size--small);
  height: 2.4rem;
  margin: 0;
  width: 100%;
}

#footer_section .footer-copyright-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  /* Overwrite theme defaut. */
  margin: 0;
  padding: 1.6rem 0 1.6rem 0;
}

@media (max-width: 767px) {
  #footer_section .footer-copyright-section {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    /* Overwrite theme defaut. */
    gap: 0
  }

  #footer_section .footer-copyright-section * {
    text-align: center;
  }
}

#footer_section .footer-copyright-section .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0.75rem;
}

@media (min-width: 768px) {
  #footer_section .footer-copyright-section .menu {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    margin-bottom: 0
  }
}

#footer_section .footer-copyright-section .menu li {
  margin-bottom: 0;
}

#footer_section .footer-copyright-section .menu a {
  color: var(--wp--preset--color--gray-dark);
  font-size: var(--wp--preset--font-size--s-tiny);
}

#footer_section .footer-copyright-section .menu a:hover {
  color: var(--wp--preset--color--black);
}

#footer_section .footer-copyright-section p {
  line-height: 1.3rem;
  margin: 0;
  padding: 0;
}

@media (max-width: 767px) {
  body .wp-block-columns.is-not-stacked-on-mobile.force-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    /* Overwrite theme default. */
  }

  .footer-logo-column {
    -ms-flex-preferred-size: auto !important;
        flex-basis: auto !important;
    /* Overwrite theme default. */
  }

  .footer-menu-column {
    -ms-flex-preferred-size: auto !important;
        flex-basis: auto !important;
    /* Overwrite theme default. */
  }

  #footer_section .button {
    padding: 0 0.8rem;
  }
}

.state-comparison-section {
  max-width: 100%;
  width: 42rem;
}

.state-comparison-section h1, .state-comparison-section h2, .state-comparison-section h3, .state-comparison-section h4, .state-comparison-section h5, .state-comparison-section p {
  margin: 0;
  padding: 0;
}

.state-comparison-section .col-icon {
  margin-top: -0.75rem;
  width: 80px;
}

@media (min-width: 768px) {
  .state-comparison-section .section-body > .flex-col {
    background: var(--wp--preset--color--cream);
  }

  .state-comparison-section .section-body > .flex-col:nth-child(odd) {
    background: var(--wp--preset--color--white);
  }
}

.events-block-wrapper {
  margin-top: 3.2rem;
}

.events-block-wrapper .event {
  border-bottom: 1px solid var(--wp--preset--color--beige);
  margin-top: 1.6rem;
  padding-bottom: 0.75rem;
}

.events-block-wrapper .event-date {
  border-right: 1px solid var(--wp--preset--color--beige);
}

.events-block-wrapper .event-date span {
  display: block;
}

.events-block-wrapper .event-date .month,
		.events-block-wrapper .event-date .year {
  font-size: var(--wp--preset--font-size--s-tiny);
  font-weight: bold;
  line-height: 0.9rem;
  margin-top: 4px;
  text-transform: uppercase;
}

.events-block-wrapper .event-date .day {
  font-size: var(--wp--preset--font-size--l);
  font-weight: bold;
  line-height: 2.2rem;
  margin-top: 4px;
  text-transform: uppercase;
}

.events-block-wrapper .event-date + .event-details {
  padding-left: 1.6rem;
}

.events-block-wrapper .event-details .event-address {
  background: url('../svg/map-pin.svg') no-repeat center left;
  padding-left: 1.6rem;
}

.events-block-wrapper .event-details .event-title {
  font-size: var(--wp--preset--font-size--s);
}

.events-block-wrapper .event-details .event-address {
  margin-top: 0.4rem;
}

.grid-content.tns-slider {
  padding-left: 10px;
}

.grid-content .tns-item {
  width: 70vw;
}

@media screen and (min-width: 1024px) {
  .grid-content .tns-item {
    width: auto
  }
}

.tns-complete {
  max-width: none;
  width: 100%;
}

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

.tns-nav > [aria-controls] {
  width: 9px;
  height: 9px;
  padding: 0;
  margin: 0 5px;
  border-radius: 50%;
  background: #ddd;
  border: 0;
}

.tns-nav > [aria-controls].tns-nav-active {
  background: var(--wp--preset--color--red);
}

/* @TODO replace with rem and variables */

.hero-block {
  background-color: var(--wp--preset--color--cream);
  min-height: 0.5rem;
  margin: 0;
  max-width: 100%;
}

.hero-block .image-overlay-gradient {
  background-color: var(--wp--preset--color--white);
  position: relative;
}

.hero-block .image-overlay-gradient img {
  border-radius: 0 0 0 6rem;
  max-width: none;
  width: 100%;
}

.hero-block .image-overlay-gradient:before {
  background: var(--wp--preset--color--red);
  background: linear-gradient(225deg,
				rgba(227, 24, 55, 0) 0%,
				rgba(231, 58, 84, 0.4) 51.94%,
				rgba(253, 187, 48, 0.87) 87.35%,
				#FDBB30 100%);
  border-radius: 0 0 0 6rem;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.hero-block .image-hero-decoration {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-right: 1rem;
  max-width: none;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .hero-block .image-hero-decoration {
    padding-right: 4.5rem
  }
}

.hero-block .desktop-left-margin {
  margin-left: 1rem;
  margin-right: 1rem;
}

@media screen and (min-width: 1024px) {
  .hero-block .desktop-left-margin {
    margin-left: 4.5rem;
    margin-right: 0
  }
}

.hero-block .desktop-right-margin {
}

.hero-block .hero-bottom {
  background-color: var(--wp--preset--color--cream);
  min-height: 6rem;
}

@media screen and (min-width: 1024px) {
  .hero-block .hero-bottom {
    background-color: var(--wp--preset--color--cream-darker)
  }
}

.hero-block .hero-left {
  -ms-flex-line-pack: center;
      align-content: center;
  display: grid;
  padding-bottom: 3.6rem;
  position: relative;
}

.hero-block .hero-left .attach-to-bottom {
  bottom: 0;
  position: absolute;
}

.hero-block .hero-right {
  padding-bottom: calc(100vw / 5);
  position: relative;
}

@media screen and (min-width: 1024px) {
  .hero-block .hero-right {
    padding-bottom: 0
  }
}

.in-page-video-wrapper {
  position: relative;
}

.in-page-video-wrapper .in-page-video {
  display: none;
}

.in-page-video-wrapper .in-page-video-image {
  display: block;
}

.in-page-video-wrapper .play-video-modal-button {
  bottom: 2rem;
  height: 4rem;
  left: 2rem;
  margin: 0;
  position: absolute;
}

.in-page-video-wrapper .play-video-modal-button:before {
  background-image: url('../svg/play-circle-full.svg');
  height: 4rem;
  left: 0;
  top: 0;
}

.in-page-video-wrapper.active .in-page-video {
  display: block;
}

.in-page-video-wrapper.active .play-video-modal-button,
		.in-page-video-wrapper.active .in-page-video-image {
  display: none;
}

.latest-insight .post-categories li {
  display: inline-block;
}

.latest-insight-large img {
  height: 337px;
}

.latest-insight-large-title {
  margin-top: 20px;
}

.play-video-modal-button.no-play-icon {
  margin: 0;
}

.play-video-modal-button.no-play-icon:before {
  display: none;
}

.video-modal-button-wrapper .dialog-container {
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2;
}

.video-modal-button-wrapper .dialog-container[aria-hidden='true'] {
  display: none;
}

.video-modal-button-wrapper .dialog-overlay {
  -webkit-animation: fade-in 200ms both;
          animation: fade-in 200ms both;
  background-color: rgba(43, 46, 56, 0.9);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}

.video-modal-button-wrapper .dialog-content {
  -webkit-animation: fade-in 400ms 200ms both, slide-up 400ms 200ms both;
          animation: fade-in 400ms 200ms both, slide-up 400ms 200ms both;
  background-color: rgb(255, 255, 255);
  border-radius: 2px;
  margin: auto;
  max-width: 90%;
  padding: 0;
  position: relative;
  width: auto;
  z-index: 2;
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
}

@-webkit-keyframes slide-up {
  from {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}

@keyframes slide-up {
  from {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}

.video-modal-button-wrapper .dialog-close {
  background-color: var(--wp--preset--color--black);
  border-radius: 100%;
  border: 0;
  color: var(--wp--preset--color--white);
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: bold;
  height: 1.2rem;
  padding: 0;
  position: absolute;
  right: -0.6rem;
  text-align: center;
  top: -0.6rem;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  width: 1.2rem;
  z-index: 10;
}

.pick-your-state {
  border: 1px solid var(--wp--preset--color--beige);
  display: inline-block;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .pick-your-state {
    width: 90%
  }
}

.pick-your-state form > div {
  border-bottom: 1px solid var(--wp--preset--color--beige);
  padding: 0.5rem;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .pick-your-state form > div {
    border: 0
  }
}

.pick-your-state form {
  gap: 0;
}

.pick-your-state form > button {
  margin: 0.8rem;
  white-space: nowrap;
  width: calc(100% - 1.2rem);
}

@media screen and (min-width: 1024px) {
  .pick-your-state form > button {
    margin: 0.4rem
  }
}

.pick-your-state select {
  border: 0;
}

.resources-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.resource-item {
  margin-right: 1.5rem;
  background: url('../svg/image-pattern.svg') no-repeat center right;
  background-size: cover;
  opacity: 0.5;
}

.resource-item.tns-slide-active {
  opacity: 1;
}

.resource-item.bg-cream-darker {
  background-color: var(--wp--preset--color--cream-darker);
}

.resource-item .wp-post-image {
  width: 6rem;
}

.resource-item .read-more {
  background: url('../svg/arrow-right.svg') no-repeat center right;
}

.tns-outer{
  padding:0 !important
}

.tns-outer [hidden]{
  display:none !important
}

.tns-outer [aria-controls],.tns-outer [data-action]{
  cursor:pointer
}

.tns-slider{
  -webkit-transition:all 0s;
  transition:all 0s
}

.tns-slider>.tns-item{
  -webkit-box-sizing:border-box;
  box-sizing:border-box
}

.tns-horizontal.tns-subpixel{
  white-space:nowrap
}

.tns-horizontal.tns-subpixel>.tns-item{
  display:inline-block;
  vertical-align:top;
  white-space:normal
}

.tns-horizontal.tns-no-subpixel:after{
  content:'';
  display:table;
  clear:both
}

.tns-horizontal.tns-no-subpixel>.tns-item{
  float:left
}

.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{
  margin-right:-100%
}

.tns-no-calc{
  position:relative;
  left:0
}

.tns-gallery{
  position:relative;
  left:0;
  min-height:1px
}

.tns-gallery>.tns-item{
  position:absolute;
  left:-100%;
  -webkit-transition:transform 0s, opacity 0s;
  -webkit-transition:opacity 0s, -webkit-transform 0s;
  transition:opacity 0s, -webkit-transform 0s;
  transition:transform 0s, opacity 0s;
  transition:transform 0s, opacity 0s, -webkit-transform 0s
}

.tns-gallery>.tns-slide-active{
  position:relative;
  left:auto !important
}

.tns-gallery>.tns-moving{
  -webkit-transition:all 0.25s;
  transition:all 0.25s
}

.tns-autowidth{
  display:inline-block
}

.tns-lazy-img{
  -webkit-transition:opacity 0.6s;
  transition:opacity 0.6s;
  opacity:0.6
}

.tns-lazy-img.tns-complete{
  opacity:1
}

.tns-ah{
  -webkit-transition:height 0s;
  transition:height 0s
}

.tns-ovh{
  overflow:hidden
}

.tns-visually-hidden{
  position:absolute;
  left:-10000em
}

.tns-transparent{
  opacity:0;
  visibility:hidden
}

.tns-fadeIn{
  opacity:1;
  filter:alpha(opacity=100);
  z-index:0
}

.tns-normal,.tns-fadeOut{
  opacity:0;
  filter:alpha(opacity=0);
  z-index:-1
}

.tns-vpfix{
  white-space:nowrap
}

.tns-vpfix>div,.tns-vpfix>li{
  display:inline-block
}

.tns-t-subp2{
  margin:0 auto;
  width:310px;
  position:relative;
  height:10px;
  overflow:hidden
}

.tns-t-ct{
  width:2333.3333333%;
  width:calc(100% * 70 / 3);
  position:absolute;
  right:0
}

.tns-t-ct:after{
  content:'';
  display:table;
  clear:both
}

.tns-t-ct>div{
  width:1.4285714%;
  width:calc(100% / 70);
  height:10px;
  float:left
}

@media (min-width: 640px) {
  .sm\:relative {
    position: relative;
  }

  .sm\:top-0 {
    top: 0px;
  }

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

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

  .sm\:pr-0 {
    padding-right: 0px;
  }

  .sm\:pr-3 {
    padding-right: 0.75rem;
  }
}

@media (min-width: 768px) {
  .md\:relative {
    position: relative;
  }

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-20 {
    height: 5rem;
  }

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

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

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

  .md\:flex-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
  }

  .md\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

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

  .md\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

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

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

  .md\:border-t-0 {
    border-top-width: 0px;
  }

  .md\:border-b-beige {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(214 209 202 / var(--tw-border-opacity));
  }

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

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

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

  .md\:pb-0 {
    padding-bottom: 0px;
  }

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

  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }

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

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

  .md\:pt-1\.5 {
    padding-top: 0.375rem;
  }

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

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

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

  .md\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000);
    -webkit-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: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }
}

@media (min-width: 1024px) {
  .lg\:order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .lg\:order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

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

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

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

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

  .lg\:grid {
    display: grid;
  }

  .lg\:shrink-0 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

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

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

  .lg\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .lg\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

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

  .lg\:gap-0 {
    gap: 0px;
  }

  .lg\:gap-x-12 {
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }

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

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

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

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

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

  .lg\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

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

@media (min-width: 1280px) {
  .xl\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/*# sourceMappingURL=style.css.map */