@charset "UTF-8";
/**
* @file
* Embedded Webform Component
*/
/**
* @file
* Common dependencies for all theme stylesheets (both global and component specific)
*/
/**
* @file
* Functions
*
* Defines reusable Sass functions that perform calculations or transformations (e.g.,
* color manipulation, scaling values).
*/
/**
 * @file
 * Color functions
 */
/**
* @file
* Tier 1 - Primitive Color Variables
*
* Contains the color design tokens assigned to our aliases.
* These variables are the raw, unchanging values used to define the core visual language of the project.
*/
/**
* @file
* Convert values into rem units.
* Only `px` values are converted to rem.
* ! Use CSS variables whenever possible
* defines the base font size in a way that is understandable by Sass functions
*/
/**
* @file
* Mixins
*
* Contains imports for reusable Sass mixins that encapsulate common patterns or logic, such as
* responsive styles, vendor prefixes, or utility functions.
*/
/**
* @file
* Breakpoints
*
* Defines CSS variables for responsive design breakpoints used throughout the project.
*/
/**
* @file
* Container Mixins
*
* Contains mixins for containers that can be applied on a component level when their associated utility class is applied
*/
/**
* @file
* Container Variables
*/
/**
 * @file
 * Global typography for site
*/
/**
* @file
* Typography
*
* Defines CSS variables and styles related to typography, including font families,
* sizes, weights, line heights, and letter spacing.
*/
/**
* @file
* Type SCSS variables for spacing system
*/
/* === Font Stacks === */
/* === Font Weights === */
/* === Letter Spacing === */
/* === Line Heights === */
/* A single line value will be used for type. The largest value was selected based on comparing between mobile and desktop. */
/* === Font Sizes === */
/* Min / Mobile */
/* Max / Desktop */
/* Font Size / Fluid Units
* Resource: Utopia Clamp Calculator
* @link https://utopia.fyi/clamp/calculator?a=320,1440,92—104|64—88|52—64|48—60|32—40|16—20
*
* viewport values from utopia clamp calculator
* values without clamp are the same for mobile and desktop
*/
/*
 Preset typography
*/
/**
* @file
* Utility Mixins
*/
/**
* @file
* Container Mixins
*
* Contains mixins for containers that can be applied on a component level when their associated utility class is applied
*/
/**
* @file
* Variables
*/
/**
* @file
* Type SCSS variables for transition durations.
*/
/**
* @file
* Typography
*
* Defines CSS variables and styles related to typography, including font families,
* sizes, weights, line heights, and letter spacing.
*/
/**
* @file
* SCSS variables for radii
*/
/**
* @file
* Typography
*
* Defines CSS variables and styles related to typography, including font families,
* sizes, weights, line heights, and letter spacing.
*/
/**
 * @file
 * Global typography for site
*/
/**
* @file
* Z-Index
*
* Source of truth for z-index values used throughout the theme.
*/
/**
* @file
* SCSS variables for miscellaneous items
*/
/**
* @file
* Common dependencies for all theme stylesheets (both global and component specific)
*/
/**
 * Tabs/tab as seen on the search page.
 * Pattern reference: https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Reference/Roles/tab_role#example
 */
/**
 * Styles for "No Results" message to be displayed when 0 results are returned initiating 
 * a search from the Nav, or when 0 results are returned using filters
 */
/**
* @file
* Utility Mixins
*/
.paragraph.paragraph--type--embedded-webform form.webform-submission-form {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  display: grid;
  justify-content: space-between;
  justify-items: start;
  padding: 1.125rem;
}
@media (min-width: 768px) {
  .paragraph.paragraph--type--embedded-webform form.webform-submission-form {
    align-items: flex-start;
    padding: 3rem 10.6875rem;
  }
}
@media (min-width: 1541px) and (max-width: 1850px) {
  .paragraph.paragraph--type--embedded-webform form.webform-submission-form {
    padding: 3rem 20.0625rem;
  }
}
@media (min-width: 1920px) {
  .paragraph.paragraph--type--embedded-webform form.webform-submission-form {
    padding: 3rem 29.4375rem;
  }
}
.paragraph.paragraph--type--embedded-webform form.webform-submission-form .form-item:not(fieldset) {
  margin-top: 1.75rem;
}
.paragraph.paragraph--type--embedded-webform form.webform-submission-form .form-item:not(fieldset).webform-type-select {
  position: relative;
  width: 100%;
}
.paragraph.paragraph--type--embedded-webform form.webform-submission-form .form-item:not(fieldset).webform-type-select::after {
  background: url("/themes/custom/tnvacation/img/icons/tnds/chevron_up.svg") no-repeat center;
  background-size: contain;
  content: "";
  height: 1.5rem;
  margin-left: -2.3125rem;
  margin-top: 0.75rem;
  pointer-events: none;
  position: absolute;
  width: 1.5rem;
}
.paragraph.paragraph--type--embedded-webform form.webform-submission-form .form-item:not(fieldset).webform-type-select:has(select.error)::after {
  background: url("/themes/custom/tnvacation/img/alert.svg") no-repeat center;
  background-size: contain;
  height: 1.5rem;
  inset-block-start: 2.0625rem;
  inset-inline-end: 0.75rem;
  margin-left: 0;
  margin-top: 0;
  width: 1.5rem;
}
.paragraph.paragraph--type--embedded-webform form.webform-submission-form .form-item:not(fieldset).webform-type-webform-markup {
  margin-top: 1.75rem;
}
.paragraph.paragraph--type--embedded-webform form.webform-submission-form .form-item:not(fieldset) .form-autocomplete.ui-autocomplete-input::-moz-placeholder {
  color: transparent;
}
.paragraph.paragraph--type--embedded-webform form.webform-submission-form .form-item:not(fieldset) .form-autocomplete.ui-autocomplete-input::placeholder {
  color: transparent;
}
.paragraph.paragraph--type--embedded-webform form.webform-submission-form .form-item:not(fieldset) input:not([type=checkbox]),
.paragraph.paragraph--type--embedded-webform form.webform-submission-form .form-item:not(fieldset) select {
  height: 3rem;
  width: 100%;
}
.paragraph.paragraph--type--embedded-webform form.webform-submission-form .form-item:not(fieldset) input:not([type=checkbox]).error,
.paragraph.paragraph--type--embedded-webform form.webform-submission-form .form-item:not(fieldset) select.error {
  background: var(--surface-primary, #FAF9F5);
  border: 0.125rem solid var(--border-error, #C62818);
  color: var(--border-error, #C62818);
}
.paragraph.paragraph--type--embedded-webform form.webform-submission-form .form-item:not(fieldset) select.error {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.paragraph.paragraph--type--embedded-webform form.webform-submission-form .form-item:not(fieldset).form-item-email-list {
  position: relative;
}
.paragraph.paragraph--type--embedded-webform form.webform-submission-form .form-item:not(fieldset).form-item-email-list input[type=checkbox] {
  display: inline-block;
  margin-top: 0.75rem;
  vertical-align: middle;
}
.paragraph.paragraph--type--embedded-webform form.webform-submission-form .form-item:not(fieldset).form-item-email-list input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0.0625rem solid var(--border-action);
  border-radius: 0.25rem;
  cursor: pointer;
  height: 1.25rem;
  position: relative;
  transition: 0.15s;
  width: 1.25rem;
}
.paragraph.paragraph--type--embedded-webform form.webform-submission-form .form-item:not(fieldset).form-item-email-list input:checked::after {
  border: solid var(--border-action);
  border-width: 0 0.125rem 0.125rem 0;
  content: "";
  height: 0.6875rem;
  left: 0.3125rem;
  position: absolute;
  top: 0.0625rem;
  transform: rotate(45deg);
  width: 0.4375rem;
}
.paragraph.paragraph--type--embedded-webform form.webform-submission-form .form-item:not(fieldset):has(input.error, select.error) {
  position: relative;
}
.paragraph.paragraph--type--embedded-webform form.webform-submission-form .form-item:not(fieldset):has(input.error, select.error)::after {
  background: url("/themes/custom/tnvacation/img/alert.svg") no-repeat center;
  background-size: contain;
  content: "";
  height: 1.5rem;
  inset-block-start: 2.0625rem;
  inset-inline-end: 0.75rem;
  pointer-events: none;
  position: absolute;
  width: 1.5rem;
}
.paragraph.paragraph--type--embedded-webform form.webform-submission-form .form-item:not(fieldset):has(input.error, select.error).form-item-captcha-response::after {
  inset-block-start: 2.5625rem;
}
.paragraph.paragraph--type--embedded-webform form.webform-submission-form .form-item:not(fieldset).form-item-email-address {
  position: relative;
}
.paragraph.paragraph--type--embedded-webform form.webform-submission-form .form-item:not(fieldset).form-item-email-address:has(input.valid) input {
  border: 0.125rem solid var(--border-success, #1A633B);
}
.paragraph.paragraph--type--embedded-webform form.webform-submission-form .form-item:not(fieldset).form-item-email-address:has(input.valid)::after {
  background: url("/themes/custom/tnvacation/img/success.svg") no-repeat center !important;
  background-size: contain;
  content: "" !important;
  height: 1.5rem;
  inset-block-start: 2.0625rem;
  inset-inline-end: 0.75rem;
  pointer-events: none;
  position: absolute;
  width: 1.5rem;
}
.paragraph.paragraph--type--embedded-webform form.webform-submission-form .form-item:not(fieldset) .form-item--error-message {
  font-family: "DM Sans", "Trebuchet MS", Geneva, system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 0.75rem;
  line-height: 1;
  color: var(--border-error, #C62818);
  margin-top: 0.5rem;
}
:has(.font-loaded) .paragraph.paragraph--type--embedded-webform form.webform-submission-form .form-item:not(fieldset) .form-item--error-message {
  line-height: 1;
}
.paragraph.paragraph--type--embedded-webform form.webform-submission-form fieldset.webform-composite-hidden-title {
  border: none;
  padding: 0;
}
.paragraph.paragraph--type--embedded-webform form.webform-submission-form .captcha {
  display: block;
  margin-top: 3rem;
  max-block-size: -moz-fit-content;
  max-block-size: fit-content;
  max-inline-size: 26.25rem;
}
.paragraph.paragraph--type--embedded-webform form.webform-submission-form .captcha .captcha__element {
  flex-direction: column;
}
.paragraph.paragraph--type--embedded-webform form.webform-submission-form .captcha .captcha__element .captcha__image-wrapper {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-left: 0.75rem;
  max-height: 3rem;
}
.paragraph.paragraph--type--embedded-webform form.webform-submission-form .captcha .captcha__element .captcha__image-wrapper img {
  border: 0.125rem solid var(--border-action);
  padding: 0;
}
.paragraph.paragraph--type--embedded-webform form.webform-submission-form .captcha .captcha__element .captcha__image-wrapper .reload-captcha-wrapper {
  align-items: center;
  background-color: var(--border-action);
  border-radius: 50%;
  display: inline-flex;
  height: 2.5rem;
  justify-content: center;
  margin-bottom: 0.625rem;
  margin-left: 0.875rem;
  width: 2.5rem;
}
.paragraph.paragraph--type--embedded-webform form.webform-submission-form .captcha .captcha__element .captcha__image-wrapper .reload-captcha-wrapper .reload-captcha {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  filter: invert(1);
  font-size: 0;
  height: 53%;
  opacity: 0.9;
  text-indent: -9999px;
  transition: opacity 150ms linear;
  width: 45%;
}
.paragraph.paragraph--type--embedded-webform form.webform-submission-form .captcha .captcha__element .form-item-captcha-response {
  flex: auto;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  width: 100%;
}
.paragraph.paragraph--type--embedded-webform form.webform-submission-form .captcha .captcha__element .form-item-captcha-response .description {
  padding-top: 1.75rem;
}
.paragraph.paragraph--type--embedded-webform form.webform-submission-form .captcha .captcha__description {
  font-size: 0.875rem;
}
.paragraph.paragraph--type--embedded-webform form.webform-submission-form .form-actions {
  display: block;
}
.paragraph.paragraph--type--embedded-webform form.webform-submission-form .form-actions input {
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  block-size: 3rem;
  border: 0 none;
  cursor: pointer;
  font-family: Knockout53, system-ui, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  gap: 0.5rem;
  justify-content: center;
  letter-spacing: 0.13125rem;
  line-height: 1rem;
  text-transform: uppercase;
  background-color: var(--surface-action);
  border-radius: 3.75rem;
  color: var(--text-on-action);
  display: block;
  inset: auto 0 0;
  margin: 0 auto;
  max-inline-size: -moz-fit-content;
  max-inline-size: fit-content;
  padding: 1rem 1.75rem;
  position: absolute;
  z-index: 10;
  position: relative;
}
@media (min-width: 768px) {
  .paragraph.paragraph--type--embedded-webform form.webform-submission-form .form-actions input {
    margin-left: 0;
  }
}
.paragraph.paragraph--type--embedded-webform form.webform-submission-form [data-drupal-messages] [role=alert] {
  display: none;
}
/*# sourceMappingURL=../maps/embedded-webform/embedded-webform.css.map */
