/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.11.0_webpack@5.96.1/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/.pnpm/postcss-loader@6.2.1_postcss@8.4.47_webpack@5.96.1/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/.pnpm/sass-loader@12.6.0_sass@1.49.0_webpack@5.96.1/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!../Local Sites/ultracomfort/app/public/wp-content/themes/posturepress3/assets/scss/app.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://use.typekit.net/fzb3jyb.css);
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.11.0_webpack@5.96.1/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/.pnpm/postcss-loader@6.2.1_postcss@8.4.47_webpack@5.96.1/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/.pnpm/sass-loader@12.6.0_sass@1.49.0_webpack@5.96.1/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!../Local Sites/ultracomfort/app/public/wp-content/themes/posturepress3/assets/scss/app.scss (1) ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Locally Load the typekit/google fonts instead of having to load them from the CDN.
 * Make sure to adjust the preload in header.php if needed
 **/
/* Document
 * ========================================================================== */
/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Backgrounds do not repeat by default (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  background-repeat: no-repeat;
  /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Breaks words to prevent overflow in all browsers (opinionated).
 * 4. Use a 4-space tab width in all browsers (opinionated).
 * 5. Remove the grey highlight on links in iOS (opinionated).
 * 6. Prevent adjustments of font size after orientation changes in iOS.
 */
:where(:root) {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  overflow-wrap: break-word;
  /* 3 */
  -moz-tab-size: 4;
  /* 4 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 4 */
  -webkit-tap-highlight-color: transparent;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 6 */
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  /* 6 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
:where(body) {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
:where(h1) {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, and Safari.
 */
:where(dl, ol, ul) :where(dl, ol, ul) {
  margin: 0;
}

/**
 * 1. Correct the inheritance of border color in Firefox.
 * 2. Add the correct box sizing in Firefox.
 */
:where(hr) {
  color: inherit;
  /* 1 */
  height: 0;
  /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
:where(nav) :where(ol, ul) {
  list-style-type: none;
  padding: 0;
}

/**
 * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
 */
:where(nav li)::before {
  float: left;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Prevent overflow of the container in all browsers (opinionated).
 */
:where(pre) {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
  overflow: auto;
  /* 3 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Add the correct text decoration in Safari.
 */
:where(abbr[title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
:where(b, strong) {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
:where(code, kbd, samp) {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
:where(small) {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
:where(audio, canvas, iframe, img, svg, video) {
  vertical-align: middle;
}

/**
 * Restrict sizing to the page width in all browsers (opinionated).
 */
:where(img, input, video, select, textarea) {
  height: auto;
  max-width: 100%;
}

/**
 * Remove the border on iframes in all browsers (opinionated). And fixing max-width (custom by theme author).
 */
:where(iframe) {
  max-width: 100%;
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
:where(svg:not([fill])) {
  fill: currentColor;
}

/* Tabular data
 * ========================================================================== */
/**
 * 1. Collapse border spacing in all browsers (opinionated).
 * 2. Correct table border color in Chrome, Edge, and Safari.
 * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */
:where(table) {
  border-collapse: collapse;
  /* 1 */
  border-color: currentColor;
  /* 2 */
  text-indent: 0;
  /* 3 */
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
:where(button, input, select) {
  margin: 0;
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
:where(button, [type="button" i], [type="reset" i], [type="submit" i]) {
  -webkit-appearance: button;
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */
:where(fieldset) {
  border: 1px solid #a0a0a0;
}

/**
 * Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
:where(progress) {
  vertical-align: baseline;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 3. Change the resize direction in all browsers (opinionated).
 */
:where(textarea) {
  margin: 0;
  /* 1 */
  resize: vertical;
  /* 3 */
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
:where([type="search" i]) {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct styles in Safari.
 */
:where(dialog) {
  background-color: white;
  border: solid;
  color: black;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

:where(dialog:not([open])) {
  display: none;
}

/*
 * Add the correct display in Safari.
 */
:where(details > summary:first-of-type) {
  display: list-item;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
:where([aria-busy="true" i]) {
  cursor: progress;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
:where([aria-disabled="true" i], [disabled]) {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
:where([aria-hidden="false" i][hidden]) {
  display: initial;
}

:where([aria-hidden="false" i][hidden]:not(:focus)) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/*
 * Form section
 */
/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Add typography inheritance in all browsers (opinionated).
 */
:where(button, input, select, textarea) {
  background-color: transparent;
  /* 1 */
  border: 1px solid WindowFrame;
  /* 1 */
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  letter-spacing: inherit;
  /* 2 */
  padding: 0.25em 0.375em;
  /* 1 */
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */
:where(select) {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E") no-repeat right center/1em;
  border-radius: 0;
  padding-right: 1em;
}

/**
 * Don't show the arrow for multiple choice selects
 */
:where(select[multiple]) {
  background-image: none;
}

/**
 * Remove the border and padding in all browsers (opinionated).
 */
:where([type="color" i], [type="range" i]) {
  border-width: 0;
  padding: 0;
}

/**
 * Reduce Motion section
 */
/*
 * 1. Remove animations when motion is reduced (opinionated).
 * 2. Remove fixed background attachments when motion is reduced (opinionated).
 * 3. Remove timed scrolling behaviors when motion is reduced (opinionated).
 * 4. Remove transitions when motion is reduced (opinionated).
 */
/**
 * Simplified Breakpoint mixin
 * Is mobile-first but includes the modifier key to go up/down
 *
 **/
/** Fluid typography mixin
 * ONLY ACCEPTS PIXEL UNITS
 *
 * @param {number} $min-px: The minimum size in pixels of this fluid variable
 * @param {number} $max-px: The maximum size in pixels of this fluid variable
 * @param {number} $min-bp: The minimum viewport size in pixels of this fluid variable
 * @param {number} $max-bp: The maximum viewport size in pixels of this fluid variable
 * @return {property} The fluid typography clamp property
 **/
:root {
  --fluid-jumbo: calc(var(--fluid-h1) * 1.3);
  --fluid-h1: clamp(2.25rem, 1.5vw + 1.88rem, 3rem);
  --fluid-h2: clamp(2rem, 0.75vw + 1.81rem, 2.38rem);
  --fluid-h3: clamp(1.75rem, 0.75vw + 1.56rem, 2.13rem);
  --fluid-h4: clamp(1.5rem, 0.75vw + 1.31rem, 1.88rem);
  --fluid-h5: clamp(1.38rem, 0.5vw + 1.25rem, 1.63rem);
  --fluid-h6: clamp(1.13rem, 0.5vw + 1rem, 1.38rem);
  --fluid-body: clamp(1rem, 0.25vw + 0.94rem, 1.13rem);
  --fluid-body-sm: clamp(0.88rem, 0.25vw + 0.81rem, 1rem);
  --fluid-body-xs: clamp(0.5rem, 0.25vw + 0.44rem, 0.63rem);
}

/**
 * For any sass variables that may be used in multiple places,
 * in the settings folder.
 * List them here.
 *
 * With sass @use rules there is no longer a "global" scope.
 * For example trying to @use "sizing" in fluid-typography will result in an error.
 * Because it is already @forwarded in the settings.scss file. This will cause a looping error in the compiler.
 * When a global value is needed in multiple places list it here or prefer to use a css custom attribute
 **/
/**
 * Basic Sizing variables!
 * @important: rem has been modified to 10px
 *
 **/
:root {
  --global-width: 1200px;
  --global-width-wide: 1400px;
  --global-content-width: 800px;
  --global-gutter: 1.3rem;
  --global-block-gap: 1.5rem;
  --global-section-padding: 4rem;
  --global-fluid-section-padding: clamp(2.5rem, 1.25vw + 2.19rem, 3.13rem);
  --sizing-base: 1rem;
  --size-xs: calc(var(--sizing-base) * 0.5);
  --size-sm: calc(var(--sizing-base) * 1);
  --size-md: calc(var(--sizing-base) * 1.5);
  --size-lg: calc(var(--sizing-base) * 2);
  --size-xl: calc(var(--sizing-base) * 3);
  --fluid-sizing-min-view: var(--breakpoint-sm, 40rem);
  --fluid-sizing-max-view: var(--global-width, 120rem);
  --fluid-sizer: clamp(0rem, 1.25vw + -0.31rem, 0.63rem);
  --size-fluid-xs: calc(var(--size-xs) + var(--fluid-sizer));
  --fluid-size-xs: calc(var(--size-xs) + var(--fluid-sizer));
  --fluid-size-sm: calc(var(--size-sm) + var(--fluid-sizer));
  --fluid-size-md: calc(var(--size-md) + var(--fluid-sizer));
  --fluid-size-lg: calc(var(--size-lg) + var(--fluid-sizer));
  --fluid-size-xl: calc(var(--size-xl) + var(--fluid-sizer));
}

:root {
  --color-primary: #6fa287;
  --color-secondary: #1b365d;
  --color-tertiary: #9f7d23;
  --color-quaternary: #385542;
  --color-quinary: #e2ebf4;
  --color-green: #81a196;
  --color-primary-light: #8eb6a1;
  --color-primary-very-light: #dbe8e1;
  --color-secondary-light: #285780;
  --color-tertiary-light: #f5cc46;
  --color-quaternary-light: #4c745a;
  --color-quinary-light: white;
  --color-primary-dark: #385542;
  --color-secondary-dark: #133041;
  --color-tertiary-dark: #836920;
  --color-quaternary-dark: #24362a;
  --color-quinary-dark: #bdd2e6;
  --color-black: black;
  --color-gray: #e0e0e0;
  --color-dark-gray: #5e6167;
  --color-light-gray: #f7f7f7;
  --color-off-white: #f7f7f7;
  --color-white: white;
  --color-warning: maroon;
  --color-success: green;
}

:root {
  --body-font-family: Noto Sans, sans-serif;
  --header-font-family: Poppins, sans-serif;
  --body-font-weight: 400;
  --body-line-height: 1.6;
  --color-body-font: var(--color-black);
  --header-font-weight: 500;
  --header-line-height: 1.3;
  --color-header: var(--color-black);
  --color-sub-header: var(--color-secondary);
  --default-typography-gap: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: var(--default-typography-gap, 1rem) 0;
}

body {
  color: var(--color-body-font);
  font-size: var(--fluid-body);
  font-family: var(--body-font-family);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
}

body h1, body h2, body h3, body h4, body h5, body h6, body .is-header {
  font-family: var(--header-font-family);
  font-weight: var(--header-font-weight);
  line-height: var(--header-line-height);
  color: var(--color-header);
}

h5,
h6,
.is-sub-header {
  color: var(--color-sub-header);
}

.body-controller {
  position: relative;
  overflow-x: hidden;
  display: flex;
  flex-flow: column nowrap;
  min-height: 100vh;
}
.body-controller footer {
  margin-top: auto;
}

html,
body {
  overflow-x: hidden;
}

html {
  --scroll-behavior: smooth;
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-flow: column nowrap;
  /*&:not([data-s-loaded]) {
  	* {
  		transition: none !important;
  	}
  }*/
}

/**
 * CSS grid
 *
 * Ideal for layouts that do not require centering
 * A bonus compared to the `f-grid` is items will never mangle themselves sizing wise
 * CSS grid is very strong about making sure elements do not cause unseen side effects
 * When possible CSS grid > flexbox
 **/
.c-grid {
  --grid-col-sm: 1fr;
  --grid-col-md: 1fr 1fr;
  --grid-col-lg: 1fr 1fr 1fr;
  --grid-gap: var(--global-gutter, 10px);
  display: grid;
  grid-template-columns: var(--grid-col-sm);
  grid-gap: var(--grid-gap);
}
.c-grid .cell {
  display: flex;
  flex-flow: column nowrap;
  height: auto;
}

/**
 * Basic Flex Grid
 *
 * Ideal for layouts that need to center anything
 * Purposely basic as most layouts are never the same.
 * This just gives a sane default to get started
 * With some responsiveness builtin.
 **/
.f-grid {
  display: flex;
  flex-flow: row wrap;
  --cell-size-sm: 100%;
  --cell-size-md: 50%;
  --cell-size-lg: 33.33%;
  --grid-gap: var(--global-gutter, 10px);
  gap: var(--grid-gap);
}
.f-grid .cell {
  display: flex;
  flex-flow: column nowrap;
  height: auto;
  flex-basis: calc(var(--cell-size-sm) - var(--grid-gap));
}

.has-text-color {
  color: var(--custom-color, var(--color-primary));
}

.has-border-color {
  border-color: var(--custom-color, var(--color-primary));
}

.has-background-color {
  background-color: var(--custom-color, var(--color-primary));
}

.has-inline-color {
  color: var(--custom-color, var(--color-primary));
}

.has-color-primary-color {
  --custom-color: var(--color-primary);
}
.has-color-secondary-color {
  --custom-color: var(--color-secondary);
}
.has-color-tertiary-color {
  --custom-color: var(--color-tertiary);
}
.has-color-quaternary-color {
  --custom-color: var(--color-quaternary);
}
.has-color-quinary-color {
  --custom-color: var(--color-quinary);
}
.has-color-white-color {
  --custom-color: var(--color-white);
}
.has-color-black-color {
  --custom-color: var(--color-black);
}
.has-color-gray-color {
  --custom-color: var(--color-gray);
}
.has-color-light-gray-color {
  --custom-color: var(--color-light-gray);
}

:where(a) {
  cursor: pointer;
  --link-color: var(--color-primary);
  --link-hover-color: var(--color-primary-dark);
  --link-active-color: var(--color-primary-light);
  --link-font-weight: 500;
  color: var(--color-green);
  transition: all 0.3s ease;
  text-decoration: none;
  font-weight: var(--link-font-weight);
}
:where(a):not(.wp-element-button) {
  text-decoration: none;
  color: var(--color-green);
}
:where(a):hover, :where(a):active, :where(a):focus {
  color: var(--color-primary-dark);
}
:where(a):active {
  color: var(--color-primary-light);
}
:where(a).ghost-link {
  color: var(--color-white);
}
:where(a).ghost-link:hover, :where(a).ghost-link:active, :where(a).ghost-link:focus {
  color: var(--color-light-gray);
}
:where(a).ghost-link:active {
  color: var(--color-gray);
}

#footer,
.copy-footer {
  display: flex;
  flex-flow: column nowrap;
  --footer-padding-top: var(--size-xl);
  --footer-padding-bottom: var(--size-xl);
  --footer-background-color: var(--color-off-white);
  --footer-grid-width-sm: 280px;
  --footer-logo-height: 60px;
  --footer-row-gap: var(--global-block-gap, 1.2rem);
  --footer-column-gap: var(--global-block-gap, 1.2rem);
  --footer-row-padding: 6px;
  background: var(--footer-background-color);
}
#footer .footer-grid,
.copy-footer .footer-grid {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
  width: var(--footer-grid-width-sm);
  max-width: var(--global-width);
  font-size: var(--fluid-body-sm);
  align-self: center;
  row-gap: var(--footer-row-gap);
  -moz-column-gap: var(--footer-row-gap);
       column-gap: var(--footer-row-gap);
  padding-left: var(--global-gutter);
  padding-right: var(--global-gutter);
  padding-top: var(--footer-padding-top);
  padding-bottom: var(--footer-padding-bottom);
}
#footer .footer-grid .cell,
.copy-footer .footer-grid .cell {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: center;
}
#footer .footer-grid .logo-cell,
.copy-footer .footer-grid .logo-cell {
  max-width: 100%;
}
#footer .footer-grid .logo-cell figure,
.copy-footer .footer-grid .logo-cell figure {
  padding: 0;
}
#footer .footer-grid .logo-cell figcaption,
.copy-footer .footer-grid .logo-cell figcaption {
  display: none;
}
#footer .footer-grid .logo-cell .logo-wrap,
.copy-footer .footer-grid .logo-cell .logo-wrap {
  margin: 0;
}
#footer .footer-grid .logo-cell .logo-wrap img,
#footer .footer-grid .logo-cell .logo-wrap svg,
.copy-footer .footer-grid .logo-cell .logo-wrap img,
.copy-footer .footer-grid .logo-cell .logo-wrap svg {
  height: auto;
  max-width: 210px;
  width: 100%;
}
#footer .footer-grid .footer-menus-cell,
.copy-footer .footer-grid .footer-menus-cell {
  display: flex;
  width: auto;
  flex-flow: row wrap;
  justify-content: space-between;
  max-width: 600px;
  flex-grow: 1;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 30px;
}
#footer .footer-grid .footer-menus-cell .footer-menu,
.copy-footer .footer-grid .footer-menus-cell .footer-menu {
  width: 45%;
}
#footer .footer-menu h6,
.copy-footer .footer-menu h6 {
  font-size: var(--fluid-body);
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: var(--color-black);
}
#footer .footer-menu ul,
.copy-footer .footer-menu ul {
  margin: 0;
}
#footer .footer-menu ul:first-child,
.copy-footer .footer-menu ul:first-child {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.1em;
  list-style: none;
  padding-left: 0;
}
#footer .footer-menu ul:first-child > li,
.copy-footer .footer-menu ul:first-child > li {
  max-width: 220px;
  display: flex;
  padding-left: 0;
  margin-bottom: 6px;
}
#footer a:not(.theme-btn, .is-style-outline),
.copy-footer a:not(.theme-btn, .is-style-outline) {
  color: var(--color-black);
  font-weight: 500;
  font-size: calc(var(--fluid-body-sm));
  padding: 0.35rem 0;
}
#footer a:not(.theme-btn, .is-style-outline):hover, #footer a:not(.theme-btn, .is-style-outline):active, #footer a:not(.theme-btn, .is-style-outline):focus,
.copy-footer a:not(.theme-btn, .is-style-outline):hover,
.copy-footer a:not(.theme-btn, .is-style-outline):active,
.copy-footer a:not(.theme-btn, .is-style-outline):focus {
  color: var(--color-secondary);
}
#footer a:not(.theme-btn, .is-style-outline):active,
.copy-footer a:not(.theme-btn, .is-style-outline):active {
  color: var(--color-secondary-light);
}
#footer ul,
#footer li,
.copy-footer ul,
.copy-footer li {
  padding-left: unset;
  list-style: none;
  margin-top: unset;
}
#footer li,
.copy-footer li {
  list-style: none;
  margin-bottom: 0.5em;
}
#footer .callout-btn,
.copy-footer .callout-btn {
  display: none !important;
}

address {
  font-style: normal;
}
address p {
  margin-top: unset;
  margin-bottom: unset;
}

.soc-grid {
  display: flex;
  gap: 26px;
  margin-top: 1rem;
}
.soc-grid sl-icon {
  font-size: 1.7em;
  color: var(--color-quaternary);
  transition: all 0.3s ease;
}
.soc-grid sl-icon:hover, .soc-grid sl-icon:active, .soc-grid sl-icon:focus {
  color: var(--color-quaternary-light);
}
.soc-grid sl-icon:active {
  color: var(--color-quaternary-dark);
}

.button-wrap {
  margin: 1.4em 0;
  display: flex;
  gap: 15px;
  flex-flow: column nowrap;
}
.button-wrap :is(.theme-btn) {
  font-size: var(--fluid-body-sm) !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.footer-contact {
  margin-top: 1rem;
}

.copyright-line {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  background: var(--color-dark-gray);
  color: white;
  font-size: var(--fluid-body-sm);
}
.copyright-line a {
  color: white;
  font-size: var(--fluid-body-sm);
}
.copyright-line a:hover, .copyright-line a:active, .copyright-line a:focus {
  color: var(--color-gray);
}
.copyright-line .flex-row {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.copyright-line .links {
  display: flex;
  gap: 10px;
}

.header-nav {
  position: relative;
  z-index: 13;
  --header-padding-top: 1.2em;
  --header-padding-bottom: 1.2em;
  --header-background-color: var(--color-white, white);
  --header-row-gap: var(--global-block-gap, 1.2rem);
  --header-row-padding: 6px;
  --logo-height: 60px;
  display: flex;
  flex-flow: column nowrap;
}
.header-nav .header-row {
  display: grid;
  grid-template-areas: "start content end";
  justify-content: space-between;
  grid-template-columns: minmax(var(--global-gutter), 1fr) minmax(0, var(--global-width)) minmax(var(--global-gutter), 1fr);
  padding-top: var(--header-padding-top);
  padding-bottom: var(--header-padding-bottom);
  width: 100%;
}
.header-nav .header-row > * {
  grid-column: content/span 1;
  width: 100%;
}
.header-nav .header-inner-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-nav .header-cell {
  display: flex;
  flex-flow: column nowrap;
}
.header-nav .logo-cell {
  border: 0.5px solid #cbcbcb;
  border-bottom: none;
}
.header-nav .logo-cell .logo img,
.header-nav .logo-cell .logo svg {
  padding: 3px;
  align-self: center;
  width: 100%;
  max-width: 200px;
  height: auto;
  max-height: 80px;
}
.header-nav .logo-cell .logo .logo-bottom-bar {
  background: var(--color-green);
}
.header-nav .logo-cell .logo .logo-bottom-bar p {
  color: var(--color-white);
  font-size: calc(var(--fluid-body-xs) + 2px);
  text-align: center;
  text-transform: uppercase;
  line-height: 2;
  margin-bottom: 0;
}
.header-nav .logo-cell:nth-last-child(odd) {
  border-left: none;
}
.header-nav .logo-cell:nth-last-child(odd) img,
.header-nav .logo-cell:nth-last-child(odd) svg {
  opacity: 0.35;
  transition: opacity 0.3s ease-in-out;
}
.header-nav .logo-cell:nth-last-child(odd) img:hover, .header-nav .logo-cell:nth-last-child(odd) img:active, .header-nav .logo-cell:nth-last-child(odd) img:focus,
.header-nav .logo-cell:nth-last-child(odd) svg:hover,
.header-nav .logo-cell:nth-last-child(odd) svg:active,
.header-nav .logo-cell:nth-last-child(odd) svg:focus {
  opacity: 1;
}
.header-nav .logo-cell:nth-last-child(odd) .logo-bottom-bar {
  background: var(--color-dark-gray);
}
.header-nav .soc-grid {
  display: none;
  margin-top: unset;
}
.header-nav .soc-grid sl-icon {
  font-size: var(--fluid-body);
}
.header-nav .search-field {
  background: white;
}

.page-id-720 .logo-cell .logo img,
.page-id-720 .logo-cell .logo svg {
  opacity: 0.35;
  transition: opacity 0.3s ease-in-out;
}
.page-id-720 .logo-cell .logo img:hover, .page-id-720 .logo-cell .logo img:active, .page-id-720 .logo-cell .logo img:focus,
.page-id-720 .logo-cell .logo svg:hover,
.page-id-720 .logo-cell .logo svg:active,
.page-id-720 .logo-cell .logo svg:focus {
  opacity: 1;
}
.page-id-720 .secondary-logo .logo img,
.page-id-720 svg {
  opacity: 1;
}

.top-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 0;
  background-color: var(--color-quaternary);
  grid-column: span 3;
  display: grid !important;
  justify-content: space-between;
  padding-top: 6px;
  padding-bottom: 6px;
  grid-template-columns: minmax(var(--global-gutter), 1fr) minmax(0, var(--global-width)) minmax(var(--global-gutter), 1fr);
  grid-template-areas: "start content end";
}
.top-bar > * {
  grid-column: content/span 1;
}
.top-bar .top-bar-link {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  font-size: var(--fluid-body-sm);
  letter-spacing: 0;
}
.top-bar .top-bar-link .svg-icon svg {
  height: 1.2em;
}

.logo-and-nav {
  display: flex;
  position: relative;
  z-index: 2;
  width: auto;
  justify-content: space-between;
  align-items: center;
  background-color: white;
}
.logo-and-nav .logos {
  display: flex;
}

.header-nav-is-sticky {
  position: sticky;
  top: 0;
  background: var(--color-white);
  z-index: 100;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.top-row {
  position: relative;
  z-index: 2;
  background: var(--color-green);
  color: var(--color-white);
  --header-padding-top: 5px;
  --header-padding-bottom: 5px;
  display: grid !important;
  grid-template-areas: "start content end";
  gap: 10px;
}
.top-row > * {
  grid-column: content/span 1;
}
.top-row .tag-line {
  font-size: var(--fluid-body-sm);
  font-style: italic;
}
.top-row a {
  color: var(--color-white);
}
.top-row a:hover, .top-row a:active, .top-row a:focus {
  color: var(--color-light-gray);
}
.top-row a:active {
  color: var(--color-primary-light);
}
.top-row .info-cell {
  display: flex;
  gap: 10px;
  justify-self: flex-end;
  align-items: center;
}
.top-row .info-cell address,
.top-row .info-cell a {
  font-style: normal;
  font-size: var(--fluid-body-sm);
}
.top-row .header-inner-wrap {
  display: flex;
  flex-flow: row nowrap;
  gap: 10px;
}
.top-row .header-inner-wrap .topbar-ui {
  display: flex;
  flex-flow: row nowrap;
  gap: 10px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.main-row {
  --header-padding-top: 0.8em;
  --header-padding-bottom: 0.8em;
  z-index: 1;
}

.row-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#primary-navigation {
  display: none;
  justify-self: flex-end;
}
#primary-navigation ul {
  display: flex;
  align-items: center;
  gap: 6px;
  padding-right: 6px;
}
#primary-navigation ul a {
  font-weight: 600;
  color: var(--color-black);
  font-size: calc(var(--fluid-body-sm) - 2px);
}
#primary-navigation ul a:hover, #primary-navigation ul a:active, #primary-navigation ul a:focus {
  color: var(--color-primary);
}
#primary-navigation ul a:active, #primary-navigation ul a[aria-current=page] {
  color: var(--color-primary-light);
}
#primary-navigation ul a img {
  display: none;
}
#primary-navigation ul li.theme-btn.callout-btn a {
  color: white;
  font-size: calc(var(--fluid-body-sm) - 2px) !important;
}
#primary-navigation ul li > ul {
  align-items: flex-start;
}
#primary-navigation .menu .sub-menu > li {
  position: relative;
  width: 100%;
}
#primary-navigation .menu .sub-menu > li .sub-menu {
  position: absolute;
  top: -6px;
  left: calc(100% + 6px);
}
better-menu {
  align-self: center;
}

#navigation-modal {
  position: absolute;
  z-index: 1;
  overflow-y: scroll;
}

.callout-btn {
  --button-padding-vertical: 0.5em !important;
  --button-padding-horizontal: 0.5em !important;
  align-self: center;
  font-size: var(--fluid-body-sm) !important;
  --button-font-size: var(--fluid-body-sm);
  margin-left: 1rem;
}

#mobile-nav {
  flex: 1;
  align-self: flex-start;
  margin: 0 auto;
  /*.callout-link {
  	margin-top: auto;
  	margin-bottom: 40px;

  	a {
  		@extend .theme-btn;
  		background-color: $secondary-color;
  		font-size: var(--fluid-body);
  		color: white !important;
  	}
  }*/
}
#mobile-nav > div[class$=-container] {
  width: 100%;
  overflow: hidden;
}
#mobile-nav a {
  font-weight: 600;
}
#mobile-nav ul {
  height: 100%;
}
#mobile-nav li {
  margin-bottom: 0.5em;
}
#mobile-nav li a {
  align-self: flex-start;
  font-size: var(--fluid-h6);
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
#mobile-nav li > ul {
  padding-top: 0;
}
#mobile-nav li > ul a {
  font-size: calc(var(--fluid-body-sm) * 1.2);
  font-weight: 900;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  padding-left: 1em;
}

body #secondary-mobile-nav {
  padding-bottom: 0;
}
body #secondary-mobile-nav .menu-secondary-mobile-menu-container {
  width: 100%;
}

#navigation-modal [data-bm-card] {
  height: auto;
  width: 100%;
  background-color: white;
}
#navigation-modal [data-bm-card] a {
  color: var(--color-primary);
}
#navigation-modal [data-bm-card] a:hover {
  color: var(--color-light-gray);
}
#navigation-modal [data-bm-card] .menu-mobile-menu-container {
  width: 100%;
}
#navigation-modal [data-bm-card] ul.list-menu li {
  border-top: 1px solid gray;
}
#navigation-modal [data-bm-card] ul li {
  margin-bottom: 0;
  position: relative;
}
#navigation-modal [data-bm-card] ul li a {
  position: relative;
}
#navigation-modal [data-bm-card] ul li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100vw;
  width: 200vw;
  border-top: 1px solid gray;
}
#navigation-modal [data-bm-card] ul li a .menu-icon {
  width: 1.6em;
  height: 1.5em;
  margin-right: 1.15em;
  -o-object-fit: contain;
     object-fit: contain;
}
#navigation-modal [data-bm-card] ul li a:hover {
  color: white;
  background-color: var(--color-primary);
}
#navigation-modal [data-bm-card] ul li a:hover .menu-icon {
  filter: brightness(0) invert(1);
}
#navigation-modal [data-bm-card] ul li.special-item a {
  color: white;
  background-color: var(--color-primary);
}
#navigation-modal [data-bm-card] ul li.special-item a .menu-icon {
  filter: brightness(0) invert(1);
}
#navigation-modal [data-bm-card] ul li.special-item a:hover {
  color: var(--color-primary);
  background-color: white;
}
#navigation-modal [data-bm-card] ul li.special-item a:hover .menu-icon {
  filter: none;
}
#navigation-modal [data-bm-card] ul li:before {
  height: 0.5em;
}
#navigation-modal [data-bm-card] ul li.theme-btn.callout-btn a {
  color: white;
  align-self: flex-start;
  font-size: var(--fluid-h6);
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
#navigation-modal [data-bm-close] {
  margin-top: 0rem;
  margin-right: 0.2em;
  margin-left: auto;
  margin-bottom: auto;
  color: var(--color-primary);
  transition: 0.125s;
}
#navigation-modal [data-bm-close]:hover, #navigation-modal [data-bm-close]:focus {
  opacity: 0.9;
  transform: scale(0.9125);
}
#navigation-modal .card-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  margin-top: 36px;
}
#navigation-modal .logo-container {
  display: flex;
  flex-flow: column nowrap;
  gap: 10px;
  flex-shrink: 1;
  max-width: 260px;
}
#navigation-modal .logo-container img {
  width: auto;
}
#navigation-modal [data-bm-card] {
  display: flex;
  flex-flow: column nowrap;
}
#navigation-modal .bm-card-inner {
  display: flex;
  flex-flow: column nowrap;
  padding-top: 20px;
  flex-grow: 1;
  width: 100%;
}
#navigation-modal a {
  font-size: var(--fluid-body);
  --bm-dropdown-arrow-color: var(--color-primary);
}
#navigation-modal .logo-container img {
  height: 100px;
  margin: 0 auto;
  filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.2));
  align-self: stretch;
}
#navigation-modal .soc-grid {
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  --icon-color: white;
  display: flex;
  align-self: flex-end;
  align-items: center;
  align-content: center;
  justify-content: center;
}
#navigation-modal .theme-btn {
  display: flex;
  width: 100%;
  font-size: var(--fluid-body) !important;
}

.bm-card-inner {
  max-width: 100%;
  margin: 0 auto;
  margin-top: auto;
}

.card-title {
  display: flex;
  flex-flow: row nowrap;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.card-title .logo-container {
  display: flex;
  align-items: center;
}
.card-title img {
  align-self: center;
  height: auto !important;
}

#mobile-nav-button {
  display: flex;
  margin-left: 1em;
  padding: 0;
  transition: 0.125s;
  position: relative;
  width: 32px;
  height: 22px;
}
#mobile-nav-button .toggle-line {
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: auto;
  margin-bottom: auto;
  transition: 0.25s;
}
#mobile-nav-button .toggle-line:first-of-type {
  top: 0;
  bottom: 100%;
}
#mobile-nav-button .toggle-line:nth-of-type(2) {
  top: 0;
  bottom: 0;
}
#mobile-nav-button .toggle-line:last-of-type {
  top: 100%;
  bottom: 0;
}
#mobile-nav-button[bm-active] .toggle-line {
  transform-origin: center;
}
#mobile-nav-button[bm-active] .toggle-line:first-of-type {
  transform: rotate(45deg);
  bottom: 0;
}
#mobile-nav-button[bm-active] .toggle-line:nth-of-type(2) {
  opacity: 0;
}
#mobile-nav-button[bm-active] .toggle-line:last-of-type {
  transform: rotate(-45deg);
  top: 0;
}
#mobile-nav-button:hover {
  transform: scale(0.9125) translateY(1px);
  opacity: 0.9;
}

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

.searchwp-form,
.search-form {
  position: relative;
  color: black;
  border-radius: 100px;
  overflow: hidden;
}
.searchwp-form .mobile-overlay,
.search-form .mobile-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
}
.searchwp-form label,
.search-form label {
  position: relative;
  right: 0;
  width: 100%;
  transition: 0.25s;
}
.searchwp-form label .search-field,
.search-form label .search-field {
  font-size: 14px;
  padding: 0.125em 1em;
  padding-right: 3.5em;
  color: black;
  border-radius: 100px;
  width: 100%;
}
.searchwp-form .search-cancel,
.search-form .search-cancel {
  position: absolute;
  top: 4px;
  bottom: 0;
  right: 1.5em;
  margin: auto;
  width: 26px;
  height: calc(100% - 15px);
  background-color: transparent;
  padding: 0.125em 0.25em;
  opacity: 0;
  z-index: -1;
  transition: 0.25s;
}
.searchwp-form .search-cancel:before, .searchwp-form .search-cancel:after,
.search-form .search-cancel:before,
.search-form .search-cancel:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 100%;
  background-color: var(--color-primary);
}
.searchwp-form .search-cancel:before,
.search-form .search-cancel:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.searchwp-form .search-cancel:after,
.search-form .search-cancel:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.searchwp-form .search-cancel.active,
.search-form .search-cancel.active {
  opacity: 1;
  z-index: 1;
}
.searchwp-form .search-submit,
.search-form .search-submit {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: transparent;
  padding: 0.125em 0.25em;
}
.searchwp-form .search-submit svg,
.search-form .search-submit svg {
  width: 22px;
  height: 22px;
}
.searchwp-form .search-submit svg path,
.search-form .search-submit svg path {
  fill: var(--color-primary);
}
.searchwp-form.mobile-active,
.search-form.mobile-active {
  overflow: visible;
}
.searchwp-form.mobile-active .mobile-overlay,
.search-form.mobile-active .mobile-overlay {
  opacity: 0;
  z-index: -1;
}
.searchwp-form.mobile-active label,
.search-form.mobile-active label {
  width: 93vw;
}
.searchwp-form.mobile-active .search-field,
.search-form.mobile-active .search-field {
  text-indent: initial;
  text-transform: initial;
}

.top-row-links {
  display: flex;
  gap: 1rem;
  padding-right: 2em;
  justify-content: space-between;
}
.top-row-links a {
  font-size: var(--fluid-body-sm);
  font-weight: 500;
}

.search-results-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 30px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.search-results-grid .search-result {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 1em;
  gap: 20px;
  border-radius: 15px;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.25);
}
.search-results-grid .search-result .text .entry-title {
  font-size: 20px;
  color: #1a0dab;
}
.search-results-grid .search-result .text .entry-content {
  text-align: left;
}
.search-results-grid .search-result .text .entry-content * {
  text-align: left;
  font-size: 14px !important;
}
.search-results-grid .search-result .image {
  flex-shrink: 0;
  width: 83px;
  font-size: 14px;
  color: black;
}

.search-results .navigation.pagination {
  text-align: center;
  margin: 2em 0;
}

.s-drawer {
  display: flex;
  align-self: flex-start;
}
.s-drawer .icon svg {
  height: 1em;
}
.s-drawer details summary {
  display: flex;
  align-content: center;
  align-items: center;
  gap: 10px;
  color: var(--color-secondary);
  cursor: pointer;
  font-weight: 600;
  font-size: var(--fluid-h6);
}
.s-drawer details summary::marker, .s-drawer details summary::-webkit-details-marker {
  content: none;
}
.s-drawer details summary::-webkit-details-marker {
  display: none;
}

.dropbox-embed,
.dropbox-embed iframe {
  min-height: 100vh;
}

.made-in-america-logo {
  width: 100%;
  max-width: 135px;
  height: auto;
  overflow: hidden;
}

/**
 * Functional better menu styles
 * Better off not touching this stuff
 **/
[data-better-menu] {
  --bm-a-pad-top: 0.4rem;
  --bm-a-pad-left: 0.5rem;
  --bm-a-pad-right: 0.5rem;
  --bm-a-pad-bottom: 0.4rem;
  --bm-a-color: var(--color-white);
  --bm-a-color-hover: var(--color-light-gray);
  --bm-a-color-active: var(--color-quaternary);
  --bm-a-transition: all 0.3s ease;
  --bm-submenu-width: 225px;
  --bm-submenu-text-alignment: left;
  --bm-submenu-item-alignment: flex-start;
  --bm-vert-submenu-pad: 0.4rem;
  --bm-dropdown-arrow-height: 10px;
  --bm-dropdown-arrow-width: 15px;
  --bm-dropdown-arrow-padding: 6px;
  --bm-dropdown-arrow-color: var(--color-black);
}

[data-better-modal] {
  --bm-transition-duration: 0.4s;
  --bm-transition-function: ease;
  --bm-overlay-color: rgba(0, 0, 0, 0.4);
}

[data-bm-button] {
  --bm-button-padding-tb: 10px;
  --bm-button-padding-lr: 10px;
  --bm-button-background-color: transparent;
  --bm-button-border: unset;
  --bm-button-border-radius: 0;
  --bm-toggle-line-width: 35px;
  --bm-toggle-line-height: 5px;
  --bm-toggle-line-gap: 5px;
  --bm-toggle-line-border-radius: 10px;
  --bm-toggle-line-color: var(--color-primary);
}

[data-better-menu] {
  display: flex;
}
[data-better-menu] ul,
[data-better-menu] li,
[data-better-menu] a,
[data-better-menu] div {
  margin: unset;
  padding: unset;
}
[data-better-menu] ul {
  display: flex;
  list-style: none;
}
[data-better-menu] ul li {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
[data-better-menu] ul a {
  width: auto;
  align-self: var(--bm-submenu-item-alignment);
}
[data-better-menu] ul ul {
  visibility: hidden;
  flex-flow: column nowrap;
  height: 0;
}
[data-better-menu] ul [data-bm-dropdown-anchor] {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
[data-better-menu] ul [data-bm-dropdown-anchor] [data-bm-dropdown-arrow] {
  pointer-events: all;
  padding: var(--bm-dropdown-arrow-padding);
  transition: var(--bm-a-transition);
  transform: scaleY(1);
}
[data-better-menu] ul [data-bm-dropdown-anchor] [data-bm-dropdown-arrow] svg {
  height: var(--bm-dropdown-arrow-height);
  width: var(--bm-dropdown-arrow-width);
  color: var(--bm-dropdown-arrow-color);
  pointer-events: none;
}
[data-better-menu] ul [data-bm-dropdown-anchor][data-bm-active] [data-bm-dropdown-arrow] {
  transform: scaleY(-1);
}

[data-better-menu=vertical] ul {
  flex-flow: column nowrap;
}
[data-better-menu=vertical] ul.list-menu {
  flex-flow: column nowrap;
}
[data-better-menu=vertical] ul.grid-menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
[data-better-menu=vertical] ul li ul {
  height: 0;
}
[data-better-menu=vertical] ul li ul[data-bm-active] {
  visibility: visible;
}

[data-better-menu=horizontal] ul {
  flex-flow: row nowrap;
  align-items: center;
}
[data-better-menu=horizontal] ul li ul {
  position: absolute;
  top: 100%;
  right: 0;
  padding: 10px;
  align-items: var(--bm-submenu-item-alignment);
}
[data-better-menu=horizontal] ul li ul[data-bm-active] {
  visibility: visible;
}

/**
 * Better Menu Theme file!
 */
/**
 * Better Menu Theme file!
 */
[data-better-menu] a {
  padding: var(--bm-a-pad-top) var(--bm-a-pad-right) var(--bm-a-pad-bottom) var(--bm-a-pad-left);
  color: var(--bm-a-color);
  transition: var(--bm-a-transition);
  text-decoration: none;
}
[data-better-menu] a:hover, [data-better-menu] a:focus {
  color: var(--bm-a-color-hover);
}
[data-better-menu] a:active, [data-better-menu] a[data-bm-active-anchor] {
  color: var(--bm-a-color-active);
}

[data-better-menu=vertical] ul li ul {
  position: relative;
  height: -moz-max-content;
  height: max-content;
  max-height: 0;
  padding: 0;
  overflow-x: visible;
  overflow-y: clip;
  transition: max-height 0.5s ease, visibility 0.5s ease, padding 0.5s ease, transform 0.5s ease;
}
[data-better-menu=vertical] ul li ul[data-bm-active] {
  padding: var(--bm-vert-submenu-pad);
  max-height: 100vh;
  visibility: visible;
}

[data-better-menu=horizontal] ul li ul {
  position: absolute;
  top: 100%;
  height: auto;
  width: var(--bm-submenu-width);
  background: #f7f7f7 !important;
  border-bottom: 4px solid var(--color-primary);
  transition: all 0.3s ease;
  transform-origin: top;
  transform: scaleY(0);
  background: white;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  z-index: 100;
  opacity: 0;
}
[data-better-menu=horizontal] ul li ul[data-bm-active] {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}

/**
 * Better Menu Theme file!
 */
/**
 * Better Menu Theme file!
 */
[data-better-menu] a {
  padding: var(--bm-a-pad-top) var(--bm-a-pad-right) var(--bm-a-pad-bottom) var(--bm-a-pad-left);
  color: var(--bm-a-color);
  transition: var(--bm-a-transition);
  text-decoration: none;
}
[data-better-menu] a:hover, [data-better-menu] a:focus {
  color: var(--bm-a-color-hover);
}
[data-better-menu] a:active, [data-better-menu] a[data-bm-active-anchor] {
  color: var(--bm-a-color-active);
}

[data-better-menu=vertical] ul li ul {
  position: relative;
  height: -moz-max-content;
  height: max-content;
  max-height: 0;
  padding: 0;
  overflow-x: visible;
  overflow-y: clip;
  transition: max-height 0.5s ease, visibility 0.5s ease, padding 0.5s ease, transform 0.5s ease;
}
[data-better-menu=vertical] ul li ul[data-bm-active] {
  padding: var(--bm-vert-submenu-pad);
  max-height: 100vh;
  visibility: visible;
}

[data-better-menu=horizontal] ul li ul {
  position: absolute;
  top: 100%;
  height: auto;
  width: var(--bm-submenu-width);
  background: #f7f7f7 !important;
  border-bottom: 4px solid var(--color-primary);
  transition: all 0.3s ease;
  transform-origin: top;
  transform: scaleY(0);
  background: white;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  z-index: 100;
  opacity: 0;
}
[data-better-menu=horizontal] ul li ul[data-bm-active] {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}

[data-bm-button] {
  position: relative;
  cursor: pointer;
  background: unset;
  border: unset;
}

[data-better-modal] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  visibility: hidden;
  z-index: 1000;
}
[data-better-modal][data-bm-is-open] {
  visibility: visible;
}
[data-better-modal] [data-bm-overlay] {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
[data-better-modal] [data-bm-card] {
  max-width: 100vw;
  overflow: auto;
  z-index: 2;
}
[data-better-modal][data-bm-position=top] {
  justify-content: center;
  align-items: flex-start;
}
[data-better-modal][data-bm-position=left] {
  justify-content: flex-start;
  align-items: center;
}
[data-better-modal][data-bm-position=right] {
  justify-content: flex-end;
  align-items: center;
}
[data-better-modal][data-bm-position=bottom] {
  justify-content: center;
  align-items: flex-end;
}
[data-better-modal][data-bm-position=center] {
  justify-content: center;
  align-items: center;
}

body[data-bm-offcanvas] {
  position: relative;
}

body {
  margin: 0;
}
body:not([data-s-loaded]) * {
  transition: none !important;
}

[data-bm-button] {
  display: flex;
  flex-flow: column nowrap;
  text-align: center;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: var(--bm-button-padding-tb) var(--bm-button-padding-lr);
  background: var(--bm-button-background-color);
  border: var(--bm-button-border);
}
[data-bm-button][data-bm-close] .close-icon {
  width: var(--bm-toggle-line-width);
}

.toggle-line {
  display: flex;
  width: var(--bm-toggle-line-width);
  height: var(--bm-toggle-line-height);
  margin-bottom: var(--bm-toggle-line-gap);
  border-radius: var(--bm-toggle-line-border-radius);
  background: var(--bm-toggle-line-color);
}

[data-bm-animation] {
  transition-duration: var(--bm-transition-duration);
  transition-timing-function: var(--bm-transition-duration);
}

[data-bm-animation~=slide-top] {
  transform: translateY(-100%);
}
[data-bm-animation~=slide-top][data-bm-active] {
  transform: translateY(0%);
}

[data-bm-animation~=slide-left] {
  transform: translate(-100%);
}
[data-bm-animation~=slide-left][data-bm-active] {
  transform: translate(0%);
}

[data-bm-animation~=slide-right] {
  transform: translate(100%);
}
[data-bm-animation~=slide-right][data-bm-active] {
  transform: translate(0%);
}

[data-bm-animation~=slide-bottom] {
  transform: translateY(100%);
}
[data-bm-animation~=slide-bottom][data-bm-active] {
  transform: translateY(0%);
}

[data-bm-animation~=fade] {
  opacity: 0;
}
[data-bm-animation~=fade][data-bm-active] {
  opacity: 1;
}

[data-better-modal] [data-bm-overlay] {
  transition: background var(--bm-transition-duration) var(--bm-transition-timing-function);
  background: transparent;
}
[data-better-modal] [data-better-modal][data-bm-animation=bottom] {
  transform-origin: top center;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}
[data-better-modal] [data-better-modal][data-bm-animation=bottom][data-bm-is-open] {
  transform: translate(-50%, 0%);
}
[data-better-modal][data-bm-animation=center] {
  transform-origin: center center;
  width: 80%;
  height: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
[data-better-modal][data-bm-animation=center][data-bm-is-open] {
  transform: translate(-50%, -50%);
  opacity: 1;
}
[data-bm-button] {
  display: flex;
  flex-flow: column nowrap;
  text-align: center;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: var(--bm-button-padding-tb) var(--bm-button-padding-lr);
  background: var(--bm-button-background-color);
  border: var(--bm-button-border);
}
[data-bm-button][data-bm-close] .close-icon {
  width: var(--bm-toggle-line-width);
}

.toggle-line {
  display: flex;
  width: var(--bm-toggle-line-width);
  height: var(--bm-toggle-line-height);
  margin-bottom: var(--bm-toggle-line-gap);
  border-radius: var(--bm-toggle-line-border-radius);
  background: var(--bm-toggle-line-color);
}

[data-bm-animation] {
  transition-duration: var(--bm-transition-duration);
  transition-timing-function: var(--bm-transition-duration);
}

[data-bm-animation~=slide-top] {
  transform: translateY(-100%);
}
[data-bm-animation~=slide-top][data-bm-active] {
  transform: translateY(0%);
}

[data-bm-animation~=slide-left] {
  transform: translate(-100%);
}
[data-bm-animation~=slide-left][data-bm-active] {
  transform: translate(0%);
}

[data-bm-animation~=slide-right] {
  transform: translate(100%);
}
[data-bm-animation~=slide-right][data-bm-active] {
  transform: translate(0%);
}

[data-bm-animation~=slide-bottom] {
  transform: translateY(100%);
}
[data-bm-animation~=slide-bottom][data-bm-active] {
  transform: translateY(0%);
}

[data-bm-animation~=fade] {
  opacity: 0;
}
[data-bm-animation~=fade][data-bm-active] {
  opacity: 1;
}

[data-better-modal] [data-bm-overlay] {
  transition: background var(--bm-transition-duration) var(--bm-transition-timing-function);
  background: transparent;
}
[data-better-modal] [data-better-modal][data-bm-animation=bottom] {
  transform-origin: top center;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}
[data-better-modal] [data-better-modal][data-bm-animation=bottom][data-bm-is-open] {
  transform: translate(-50%, 0%);
}
[data-better-modal][data-bm-animation=center] {
  transform-origin: center center;
  width: 80%;
  height: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
[data-better-modal][data-bm-animation=center][data-bm-is-open] {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.mobile-only {
  display: none;
}

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

#home-hero {
  --section-padding-vertical: calc(var(--global-fluid-section-padding) * 2);
  --section-padding-horizontal: var(--global-gutter);
}

.category-square-wrap {
  aspect-ratio: 1/1;
}
.category-square-wrap .category-square-title {
  padding: 0.5rem;
  background: var(--color-white);
  margin-bottom: 1rem;
  color: var(--color-black);
  font-weight: 600;
  font-size: var(--fluid-h6);
}

#gspb_container-id-gsbp-b2f50112-ae4b .wp-block-greenshift-blocks-swiper {
  max-width: var(--global-width);
  grid-column: content/span 1;
}

.page-title {
  margin-top: 0;
}

.wpfFilterContent .wfpDescription {
  font-weight: 600;
  font-size: var(--fluid-body);
}
.wpfFilterContent .wpfLiLabel {
  display: flex;
  margin-bottom: 0;
}
.wpfFilterContent .wpfLiLabel .wpfCheckbox {
  align-self: center;
  width: 1em;
  height: 1em;
}
.wpfFilterContent .wpfLiLabel .wpfCheckbox input[type=checkbox] {
  display: flex;
  position: relative;
}
.wpfFilterContent .wpfLiLabel .wpfCheckbox input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  border: 2px solid var(--color-dark-gray);
  border-radius: 0;
  background-color: white;
}
.wpfFilterContent .wpfLiLabel .wpfCheckbox input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  border: solid var(--color-primary);
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  position: absolute;
  top: 4px;
  left: 8px;
}
.wpfFilterContent .wpfLiLabel {
  margin-bottom: 0.5rem;
}
.wpfFilterContent .wpfValue {
  line-height: 1.2;
  display: flex;
  font-size: var(--fluid-body-sm);
}
.wpfFilterContent .wpfCheckbox label {
  visibility: hidden;
  display: none !important;
}
.wpfFilterContent .wpfFilterTaxNameWrapper strong {
  font-weight: 600;
  font-size: var(--fluid-body);
}

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

.cc-accordion-hidden .accordion-icon {
  transform: rotate(180deg);
}

.wp-block-query-pagination .wp-block-query-pagination-numbers {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  gap: 0;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers span {
  display: flex;
  transition: all 0.3s ease;
  flex-shrink: 0;
  border: 3px solid var(--color-primary);
  font-weight: 700;
  color: white;
  background: var(--color-primary);
  padding: 4px 8px;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers a {
  display: flex;
  transition: all 0.3s ease;
  flex-shrink: 0;
  border: 3px solid var(--color-primary);
  font-weight: 700;
  color: black;
  padding: 4px 8px;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers a:hover, .wp-block-query-pagination .wp-block-query-pagination-numbers a:focus {
  background-color: var(--color-primary);
  color: var(--color-off-white);
}
.wp-block-query-pagination .wp-block-query-pagination-next,
.wp-block-query-pagination .wp-block-query-pagination-previous {
  font-size: 0;
}
.wp-block-query-pagination .wp-block-query-pagination-next .is-arrow-chevron,
.wp-block-query-pagination .wp-block-query-pagination-previous .is-arrow-chevron {
  font-size: 3rem;
  line-height: 0;
}

.sfwd-lessons-template-default .body-controller section .cc-wrapper, .sfwd-quiz-template-default .body-controller section .cc-wrapper, .sfwd-courses-template-default .body-controller section .cc-wrapper {
  max-width: 1200px;
}
.sfwd-lessons-template-default .body-controller section .cc-wrapper .entry-content, .sfwd-quiz-template-default .body-controller section .cc-wrapper .entry-content, .sfwd-courses-template-default .body-controller section .cc-wrapper .entry-content {
  display: flex;
  flex-flow: column;
  text-align: center;
  row-gap: 0px;
}

.learndash {
  width: 100%;
}
.learndash .learndash-wrapper .ld-alert, .learndash .learndash-wrapper .ld-alert-info, .learndash .learndash-wrapper .ld-alert-success, .learndash .learndash-wrapper .ld-alert-warning, .learndash .learndash-wrapper .ld-alert-error {
  background-color: var(--color-quinary);
  border-color: var(--color-primary);
}
.learndash .learndash-wrapper .ld-alert--step-completed.ld-alert-info, .learndash .learndash-wrapper .ld-alert--step-completed.ld-alert-success, .learndash .learndash-wrapper .ld-alert-info--step-completed.ld-alert-info, .learndash .learndash-wrapper .ld-alert-info--step-completed.ld-alert-success, .learndash .learndash-wrapper .ld-alert-success--step-completed.ld-alert-info, .learndash .learndash-wrapper .ld-alert-success--step-completed.ld-alert-success, .learndash .learndash-wrapper .ld-alert-warning--step-completed.ld-alert-info, .learndash .learndash-wrapper .ld-alert-warning--step-completed.ld-alert-success, .learndash .learndash-wrapper .ld-alert-error--step-completed.ld-alert-info, .learndash .learndash-wrapper .ld-alert-error--step-completed.ld-alert-success {
  color: var(--color-black);
}
.learndash .learndash-wrapper .ld-alert .ld-alert-icon, .learndash .learndash-wrapper .ld-alert-info .ld-alert-icon, .learndash .learndash-wrapper .ld-alert-success .ld-alert-icon, .learndash .learndash-wrapper .ld-alert-warning .ld-alert-icon, .learndash .learndash-wrapper .ld-alert-error .ld-alert-icon {
  background-color: var(--color-primary);
}
.learndash .learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .learndash_mark_complete_button {
  background-color: var(--color-primary-dark);
}
.learndash .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item) label {
  border: 2px solid var(--color-primary-very-light);
}
.learndash .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item) label:focus-visible, .learndash .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item) label:focus-within, .learndash .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item) label.is-selected {
  border-color: var(--color-primary);
}
.learndash .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item) label input {
  accent-color: var(--color-primary-very-light);
  color: white;
}
.learndash .learndash-wrapper .ld-item-list .ld-item-list-item a.ld-item-name:hover {
  color: var(--color-primary-dark);
}

.ld-button, .learndash .learndash-wrapper .ld-alert--step-completed .ld-button, .learndash .learndash-wrapper .ld-alert-info--step-completed .ld-button, .learndash .learndash-wrapper .ld-alert-success--step-completed .ld-button, .learndash .learndash-wrapper .ld-alert-warning--step-completed .ld-button, .learndash .learndash-wrapper .ld-alert-error--step-completed .ld-button, .learndash .learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button {
  background-color: var(--color-primary);
}
.ld-button:hover, .learndash .learndash-wrapper .ld-alert--step-completed .ld-button:hover, .learndash .learndash-wrapper .ld-alert-info--step-completed .ld-button:hover, .learndash .learndash-wrapper .ld-alert-success--step-completed .ld-button:hover, .learndash .learndash-wrapper .ld-alert-warning--step-completed .ld-button:hover, .learndash .learndash-wrapper .ld-alert-error--step-completed .ld-button:hover, .learndash .learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button:hover {
  background-color: var(--color-primary-dark);
}
.ld-button:focus, .learndash .learndash-wrapper .ld-alert--step-completed .ld-button:focus, .learndash .learndash-wrapper .ld-alert-info--step-completed .ld-button:focus, .learndash .learndash-wrapper .ld-alert-success--step-completed .ld-button:focus, .learndash .learndash-wrapper .ld-alert-warning--step-completed .ld-button:focus, .learndash .learndash-wrapper .ld-alert-error--step-completed .ld-button:focus, .learndash .learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button:focus {
  outline: 2px solid var(--color-primary);
}
.ld-button:focus-visible, .learndash .learndash-wrapper .ld-alert--step-completed .ld-button:focus-visible, .learndash .learndash-wrapper .ld-alert-info--step-completed .ld-button:focus-visible, .learndash .learndash-wrapper .ld-alert-success--step-completed .ld-button:focus-visible, .learndash .learndash-wrapper .ld-alert-warning--step-completed .ld-button:focus-visible, .learndash .learndash-wrapper .ld-alert-error--step-completed .ld-button:focus-visible, .learndash .learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button:focus-visible {
  outline-color: var(--color-primary-dark);
}

#asl-storelocator .sl-container-fluid {
  padding-left: 0;
  padding-right: 0;
}

#asl-storelocator.asl-cont.sl-category-tabs .asl-wrapper .Filter_section .asl-advance-filters .asl-tabs-ddl ul.adropdown-menu.multiselect-container > li > a > label[class=checkbox] {
  font-size: calc(var(--fluid-body-sm) - 4px) !important;
  padding: 11px 10px;
}

#asl-storelocator.asl-cont.asl-template-0 .asl-wrapper .asl-ddl-filters .asl-filter-cntrl .sl-dropdown-cont .btn-group .adropdown-menu li.active a label {
  color: white !important;
  background-color: var(--color-primary-light) !important;
}

#asl-storelocator.asl-cont .filter-section-wrap {
  position: relative;
  z-index: 1001;
  padding-top: 0 !important;
  padding-bottom: 0;
  background: var(--color-dark-gray) !important;
}
#asl-storelocator.asl-cont #filter-section {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  background: var(--color-dark-gray) !important;
}
#asl-storelocator.asl-cont #filter-section .search_filter {
  display: flex;
  flex-flow: column nowrap;
  gap: 10px;
  margin-bottom: 0;
}
#asl-storelocator.asl-cont #filter-section .search_filter .search-title {
  font-size: var(--fluid-h5);
  color: white;
}
#asl-storelocator.asl-cont #filter-section .search_filter .sl-search-group {
  max-width: 350px;
}
#asl-storelocator.asl-cont #filter-section .search_filter .span-geo {
  margin-right: -2px;
  border-radius: 0;
}
#asl-storelocator.asl-cont #filter-section .search_filter .asl-search-address {
  border-radius: 0;
}
#asl-storelocator.asl-cont #filter-section .asl-cntrl-lbl {
  display: none;
}
#asl-storelocator.asl-cont #filter-section .multiselect {
  border-radius: 0;
}
#asl-storelocator.asl-cont #filter-section .range_filter {
  max-width: 200px;
  margin-bottom: 0 !important;
  padding-left: 0;
  padding-right: 0;
}
#asl-storelocator.asl-cont #filter-section .range_filter .rad-unit {
  color: white;
}
#asl-storelocator.asl-cont #filter-section .range_filter .asl-cntrl-lbl {
  margin-bottom: 2px;
}
#asl-storelocator.asl-cont #dealer-list,
#asl-storelocator.asl-cont .asl-panel-inner {
  padding-top: 0;
  position: static !important;
  max-width: 100%;
  height: auto;
}
#asl-storelocator.asl-cont .asl-panel-inner {
  border: unset !important;
}
#asl-storelocator.asl-cont .asl-panel {
  width: 100%;
  max-width: 100%;
  border: unset !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#asl-storelocator.asl-cont .sl-item {
  max-width: 750px !important;
}
#asl-storelocator.asl-cont .sl-item h3 {
  font-size: var(--fluid-h6) !important;
  margin-bottom: 0 !important;
}
#asl-storelocator.asl-cont .sl-item .flagship-wrap svg {
  height: 1.2rem;
  width: 1.2rem;
}

#locator-map {
  padding-top: 0;
  padding-bottom: 0;
}
#locator-map .asl-map-canv {
  height: 400px;
}

#dealer-section {
  padding-top: 20px;
  display: grid;
}
#dealer-section .dealer-grid {
  display: flex;
  flex-flow: column;
  gap: 30px;
  justify-content: space-between;
}
#dealer-section .dealer-grid .info-sidebar {
  display: flex;
  flex-basis: 30%;
  flex-flow: column nowrap;
  width: 100%;
  max-width: 100%;
  gap: 20px;
  margin: 0 auto;
}
#dealer-section .dealer-grid .info-card {
  display: flex;
  flex-flow: column nowrap;
  border: #707070 1px solid;
}
#dealer-section .dealer-grid .info-card .info-card-inner {
  padding: 20px;
}
#dealer-section .dealer-grid .info-card.map-key {
  display: none;
}
#dealer-section .dealer-grid .info-card-title {
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 0.5em;
  color: white;
  background: #6f6f6f;
  text-align: center;
  padding: 0.35em 0.1em;
}
#dealer-section .dealer-grid .info-card-title > span, #dealer-section .dealer-grid .info-card-title {
  font-size: var(--fluid-h6) !important;
  font-weight: 600;
  line-height: 1.2;
}
#dealer-section .dealer-grid .info-card-section-title {
  font-size: 1.45em;
  padding: 0.75em 2.25em;
  width: 230px;
  background: #def4ec;
  font-weight: normal;
}
#dealer-section .dealer-grid .info-card-section-title * {
  font-size: inherit;
  color: black;
}
#dealer-section .dealer-grid .status-list {
  min-width: 300px;
  max-width: 100%;
  align-self: flex-start;
}
#dealer-section .dealer-grid .status-item {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 4px;
  margin-bottom: 0.5em;
}
#dealer-section .dealer-grid .status-item .status-text {
  font-size: calc(var(--fluid-h6) - 0.1em);
  font-weight: 500;
  color: var(--color-black);
}
#dealer-section .dealer-grid .status-item .status-icons {
  display: flex;
  flex-flow: row nowrap;
  font-size: var(--fluid-h6);
  gap: 1px;
}
#dealer-section .dealer-grid .status-item .status-icons svg {
  height: 1.6em;
  width: 1.6em;
}
#dealer-section .dealer-grid .flagship-item {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1em;
}
#dealer-section .dealer-grid .flagship-item .flagship-text {
  position: relative;
  font-size: calc(var(--fluid-h6) - 0.1em);
  font-weight: 500;
  color: var(--color-black);
  line-height: 1.1;
}
#dealer-section .dealer-grid .flagship-item .flagship-text * {
  font-size: calc(var(--fluid-h6) - 0.1em);
}
#dealer-section .dealer-grid .flagship-item .flagship-text strong {
  font-size: var(--fluid-body);
}
#dealer-section .dealer-grid .flagship-item .flagship-text:after {
  position: absolute;
  content: "";
  bottom: -0.5em;
  left: -0.2em;
  width: 110px;
  height: 2px;
  background: #81a196;
}
#dealer-section .dealer-grid .flagship-item .description {
  margin: 1.5em 0;
}
#dealer-section .dealer-grid .flagship-item .flagship-icon {
  margin-top: 3px;
  margin-right: 3em;
}
#dealer-section .dealer-grid .flagship-item .flagship-icon svg {
  height: 5em;
  width: 5em;
}
#dealer-section .info-line {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 0;
  font-size: var(--fluid-body-sm);
}
#dealer-section .info-line a {
  font-size: var(--fluid-body-sm) !important;
  font-weight: 500;
  text-decoration: underline;
  --sl-color: var(--color-primary);
  color: var(--color-primary) !important;
}
#dealer-section .info-line i {
  padding-right: 4px !important;
}
#dealer-section .info-line.phone-line a {
  --sl-color: var(--color-black);
  text-decoration: unset;
  font-weight: 600 !important;
}
#dealer-section .post-title-content {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  align-content: flex-start;
  align-self: flex-start;
  width: -moz-max-content;
  width: max-content;
  gap: 1rem;
}
#dealer-section .post-title-content .sl-dist {
  display: flex;
  padding-right: 0;
}
#dealer-section .phone-row-info-wrap {
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
}
#dealer-section .sl-email a {
  font-size: var(--fluid-body-sm) !important;
  font-weight: 500;
}
#dealer-section .sl-dist {
  margin-left: 0;
  padding-left: 0;
}
#dealer-section .s-distance {
  color: var(--color-tertiary) !important;
  text-align: left !important;
}
#dealer-section .sl-item .addr-loc ul {
  margin-top: 1rem;
  display: grid;
  gap: 6px;
}
#dealer-section .sl-item .addr-loc ul li {
  display: flex;
  align-items: center;
  --sl-font-size: var(--fluid-body-sm);
}
#dealer-section .sl-item .sl-addr {
  --sl-font-size: var(--fluid-body-sm);
  font-size: var(--fluid-body-sm) !important;
}
#dealer-section .column-filter-card .Filter_section {
  background-color: white !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
#dealer-section .column-filter-card .Filter_section label.asl-cntrl-lbl {
  font-size: var(--fluid-h6) !important;
  font-weight: 600 !important;
  color: black;
}
#dealer-section .column-filter-card .Filter_section .multiselect-container {
  display: flex !important;
  flex-flow: row wrap !important;
  justify-content: space-between;
  row-gap: 0;
}
#dealer-section .column-filter-card .Filter_section .multiselect-container li {
  flex-basis: calc(50% - 2px) !important;
  margin: 0 !important;
}
#dealer-section .column-filter-card .Filter_section .multiselect-container label {
  font-size: calc(var(--fluid-body-sm) - 2px) !important;
  background: var(--color-off-white);
  border: 2px solid var(--color-primary);
  font-weight: 700 !important;
  color: black;
  transition: all 0.3s ease;
}
#dealer-section .column-filter-card .Filter_section .multiselect-container label:hover, #dealer-section .column-filter-card .Filter_section .multiselect-container label:focus, #dealer-section .column-filter-card .Filter_section .multiselect-container label:active {
  background: var(--color-primary);
  color: white;
}
#dealer-section .inner-cat-list {
  margin-top: 0 !important;
}

.sl-categories .description,
.flagship-categories .description {
  width: 80px;
}

.cat-logo-wrapper {
  margin-right: 15px !important;
}
.cat-logo-wrapper .cat-logo {
  display: inline-block;
  font-size: 0 !important;
}
.cat-logo-wrapper .cat-logo:before {
  display: inline-block;
  width: 25px;
  height: 25px;
}
.cat-logo-wrapper .cat-logo-lift-recliners:before,
.cat-logo-wrapper [class*=cat-logo-lift]:before {
  content: url("../images/svg-icons/lift-chair-retailer.svg");
}
.cat-logo-wrapper .cat-logo-power-recliners:before,
.cat-logo-wrapper [class*=cat-logo-power]:before {
  content: url("../images/svg-icons/power-recliner-retailer.svg");
}
.cat-logo-wrapper .cat-logo-comfort-zone-gallery-retailer:before {
  content: url("../images/svg-icons/comfort-zone-gallery-retailer.svg");
}
.cat-logo-wrapper .cat-logo-ultracozy-studio-retailer:before {
  content: url("../images/svg-icons/ultracozy-studio-retailer.svg");
}

#carecredit {
  display: none;
}

.lift-chair-svgs {
  display: flex;
  gap: 1px;
}

.store-locator .pac-container {
  display: none;
}

#wpum-account-forms-tabs .tab-logout {
  font-weight: 700;
}

input[name=submit_login] {
  margin: 1em 0;
}

.wpum-template form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
}
.wpum-template form fieldset {
  width: 100%;
  margin-right: 2%;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-highlight td {
  background-color: #ededed;
  border-bottom: 1px solid #ededed;
}

.woosw-list .woosw-items .woosw-item span.woocommerce-Price-amount.amount {
  display: none;
}

/**
 * Layout code that should effect all Gutenberg
 **/
.custom-layout, .wp-block-cover .wp-block-cover__inner-container, .wp-block-group,
.wp-block-cover, .is-root-container,
.wp-block-post-content,
.is-layout-constrained,
[data-template=single-product],
.s-section,
.gutenberg-content {
  --section-width: calc(var(--global-width));
  --section-padding-horizontal: var(--global-gutter, 20px);
  --section-padding-vertical: var(--global-section-padding, 40px);
  --section-gap: var(--global-block-gap, 20px);
  display: grid;
  grid-template-columns: minmax(var(--section-padding-horizontal), 1fr) minmax(0, var(--section-width)) minmax(var(--section-padding-horizontal), 1fr);
  grid-template-areas: "start content end";
  row-gap: var(--section-gap);
  padding-top: var(--section-padding-vertical);
  padding-bottom: var(--section-padding-vertical);
  width: 100%;
  /**
  * Forces all first level children
  * to align to the center column and expand to take up the full width
  **/
}
.custom-layout > *, .wp-block-cover .wp-block-cover__inner-container > *, .wp-block-group > *,
.wp-block-cover > *, .is-root-container > *,
.wp-block-post-content > *,
.is-layout-constrained > *,
[data-template=single-product] > *,
.s-section > *,
.gutenberg-content > * {
  grid-column: content/span 1;
  justify-self: stretch;
  max-width: 100%;
}

.is-root-container .alignfull,
.wp-block-post-content .alignfull,
.is-layout-constrained .alignfull,
[data-template=single-product] .alignfull {
  max-width: 100%;
  width: 100%;
  grid-column: start/end;
}
.is-root-container .alignwide,
.wp-block-post-content .alignwide,
.is-layout-constrained .alignwide,
[data-template=single-product] .alignwide {
  max-width: var(--global-width-wide);
  grid-column: start/end;
}
.is-root-container .alignleft,
.wp-block-post-content .alignleft,
.is-layout-constrained .alignleft,
[data-template=single-product] .alignleft {
  float: left;
  margin-right: auto;
}
.is-root-container .alignright,
.wp-block-post-content .alignright,
.is-layout-constrained .alignright,
[data-template=single-product] .alignright {
  float: right;
  margin-left: auto;
}
.is-root-container .aligncenter,
.wp-block-post-content .aligncenter,
.is-layout-constrained .aligncenter,
[data-template=single-product] .aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.alignfull {
  max-width: 100%;
  width: 100%;
  grid-column: start/end;
}
.alignfull .gspb_backgroundOverlay {
  grid-column: start/end;
}

.alignwide {
  max-width: var(--global-width-wide);
  grid-column: start/end;
}

.alignleft {
  float: left;
  margin-right: auto;
}

.alignright {
  float: right;
  margin-left: auto;
}

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

.wp-block-group,
.wp-block-cover {
  --section-width: var(--global-width, 1200px);
  --section-padding-horizontal: 0;
}

.gutenberg-content,
.is-root-container,
.wp-block-post-content {
  padding-top: 0;
  padding-bottom: 0;
}

.wp-block-cover {
  padding-left: 0;
  padding-right: 0;
}
.wp-block-cover .wp-block-cover__inner-container {
  --section-gap: 0;
}
.wp-block-cover.alignfull {
  grid-column: start/end;
  width: 100%;
}
.wp-block-cover.alignfull > *:not(.wp-block-cover__inner-container) {
  grid-column: start/end;
}
.wp-block-cover .wp-block-cover__inner > * {
  align-content: center;
  justify-items: center;
}

.has-custom-content-position {
  display: grid;
}
.has-custom-content-position.is-position-center-right {
  justify-items: flex-end;
  align-content: center;
}
.has-custom-content-position.is-position-center-left {
  justify-items: flex-start;
  align-content: center;
}
.has-custom-content-position.is-position-center-center {
  justify-items: center;
  align-content: center;
}
.has-custom-content-position.is-position-bottom-center {
  justify-items: center;
  align-content: flex-end;
}
.has-custom-content-position.is-position-bottom-right {
  justify-items: flex-end;
  align-content: flex-end;
}
.has-custom-content-position.is-position-bottom-left {
  justify-items: flex-start;
  align-content: flex-end;
}
.has-custom-content-position.is-position-top-center {
  justify-items: center;
  align-content: flex-start;
}
.has-custom-content-position.is-position-top-left {
  justify-items: flex-start;
  align-content: flex-start;
}
.has-custom-content-position.is-position-top-right {
  justify-items: flex-end;
  align-content: flex-start;
}

.remove-block-gap {
  margin-top: calc(var(--global-block-gap) * -1);
  margin-bottom: calc(var(--global-block-gap) * -1);
}

.remove-block-gap-top {
  margin-top: calc(var(--global-block-gap) * -1);
}

.remove-block-gap-bottom {
  margin-bottom: calc(var(--global-block-gap) * -1);
}

.is-root-container .remove-block-gap {
  margin-top: calc(var(--global-block-gap) * -1) !important;
  margin-bottom: calc(var(--global-block-gap) * -1) !important;
}
.is-root-container .remove-block-gap-top {
  margin-top: calc(var(--global-block-gap) * -1) !important;
}
.is-root-container .remove-block-gap-bottom {
  margin-bottom: calc(var(--global-block-gap) * -1) !important;
}
.is-root-container.remove-block-gap-top:first-child {
  margin-top: 0;
}
.is-root-container.remove-block-gap-bottom:last-child {
  margin-bottom: 0;
}
.is-root-container.remove-block-gap:first-child {
  margin-top: 0;
}
.is-root-container.remove-block-gap:last-child {
  margin-bottom: 0;
}

.block-list-appender {
  width: 100%;
}

.block-editor-rich-text__editable {
  width: 100%;
}

.no-padding {
  padding: 0 !important;
}

html body .justify-content-stretch,
html .wp-block-buttons .justify-content-stretch {
  justify-content: stretch;
  justify-self: stretch;
}
html body .justify-content-stretch .wp-block-button, html body .justify-content-stretch .wp-block-button *,
html .wp-block-buttons .justify-content-stretch .wp-block-button,
html .wp-block-buttons .justify-content-stretch .wp-block-button * {
  width: 100%;
}

.layout-type-default > *:not(.alignleft):not(.alignright),
.layout-type-default .layout-type-inherit > *:not(.alignleft):not(.alignright) {
  margin-left: auto;
  margin-right: auto;
}

.layout-type-default > .alignleft,
.layout-type-default .layout-type-inherit > .alignleft {
  float: left;
  margin-left: 0px;
  margin-right: var(--wp--custom--gap--large);
}

.layout-type-default > .alignright,
.layout-type-default .layout-type-inherit > .alignright {
  float: right;
  margin-left: var(--wp--custom--gap--large);
  margin-right: 0px;
}

.layout-type-flex {
  display: flex;
}

.layout-type-flex.is-wrap {
  flex-wrap: wrap;
}

.layout-type-flex.justify-left {
  justify-content: flex-start;
}

.layout-type-flex.justify-right {
  justify-content: flex-end;
}

.layout-type-flex.justify-center {
  justify-content: center;
}

.layout-type-flex.orientation-horizontal {
  align-items: center;
}

.layout-type-flex.orientation-horizontal.justify-space-between {
  justify-content: space-between;
}

.layout-type-flex.orientation-vertical {
  flex-direction: column;
}

.layout-type-flex > * {
  margin: 0px;
}

.block-editor-block-list__layout.is-root-container > :where(:not(.alignleft):not(.alignright)) {
  margin-left: unset !important;
  margin-right: unset !important;
}

.block-editor-block-list__layout.is-root-container > :where(:not(.alignleft):not(.alignright)) {
  max-width: 100% !important;
  width: var(--global-width) !important;
  margin-left: unset !important;
  margin-right: unset !important;
}

.wp-block-image {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}

:is(.gspb_row):is([class*=gspb_row--gutter]) :is(.wp-block-greenshift-blocks-row-column) {
  padding: unset;
}
:is(.gspb_row):is(.gspb_row--gutter-10) {
  gap: 10px;
}
:is(.gspb_row):is(.gspb_row--gutter-10) .gspb_row__content {
  gap: 10px;
}
:is(.gspb_row).gspb_row--gutter-20 {
  gap: 20px;
}
:is(.gspb_row).gspb_row--gutter-20 .gspb_row__content {
  gap: 20px;
}
:is(.gspb_row) .gspb_row--gutter-30 {
  gap: 30px;
}
:is(.gspb_row) .gspb_row--gutter-30 .gspb_row__content {
  gap: 30px;
}
:is(.gspb_row) .gspb_row--gutter-40 {
  gap: 40px;
}
:is(.gspb_row) .gspb_row--gutter-40 .gspb_row__content {
  gap: 40px;
}

.is-root-container {
  padding-bottom: 25vh;
}

.is-root-container {
  display: grid !important;
}

html body .justify-content-stretch,
html .wp-block-buttons .justify-content-stretch {
  justify-content: stretch;
  justify-self: stretch;
}
html body .justify-content-stretch .wp-block-button, html body .justify-content-stretch .wp-block-button *,
html .wp-block-buttons .justify-content-stretch .wp-block-button,
html .wp-block-buttons .justify-content-stretch .wp-block-button * {
  width: 100%;
}

/**
 * Styles that modify the default behavior of Gutenberg
 * It is highly recommended not to modify the core files
 * Any needed changes should be made from other files
 **/
/**
 * Forces the React styles injected by Gutenberg to follow the PP3 Layout system.
 * TODO: Catch additional edge case issues.
 **/
.block-editor-block-list__layout.is-root-container > :where(:not(.alignleft):not(.alignright)) {
  margin-left: unset !important;
  margin-right: unset !important;
}

.block-editor-block-list__layout.is-root-container > :is(.alignwide) {
  width: 100% !important;
  max-width: var(--global-width-wide) !important;
}

.block-editor-block-list__layout.is-root-container > :where(:not(.alignleft):not(.alignright):not(.alignwide):not(.aligncenter)) {
  max-width: 100% !important;
  width: 100% !important;
  margin-left: unset !important;
  margin-right: unset !important;
}

hr.is-style-wide {
  width: 100%;
}

.cc-tab-active .wp-element-button {
  color: #385542 !important;
}
.cc-tab-active .wp-element-button:after {
  width: 95% !important;
}

::-moz-selection {
  background: rgba(81, 110, 138, 0.5);
}

::selection {
  background: rgba(81, 110, 138, 0.5);
}

@media (min-width: 768px){
  .c-grid {
    grid-template-columns: var(--grid-col-md);
  }
  .f-grid .cell {
    flex-basis: calc(var(--cell-size-md) - var(--grid-gap));
  }
  #footer .footer-grid,
.copy-footer .footer-grid {
    width: 100%;
  }
  #footer a:not(.theme-btn, .is-style-outline),
.copy-footer a:not(.theme-btn, .is-style-outline) {
    padding: 0;
  }
  .header-nav .header-inner-wrap {
    justify-content: space-between;
  }
  .top-row {
    display: grid !important;
  }
  .top-row .header-inner-wrap {
    flex-flow: row nowrap;
    padding: 0;
  }
  .top-row .header-inner-wrap .topbar-ui {
    width: auto;
    flex-flow: row nowrap;
    padding: 0;
  }
  #navigation-modal [data-bm-card] {
    margin-left: auto;
    width: 350px;
  }
  .top-row-links {
    flex-shrink: 0;
    padding-right: 0;
    justify-content: initial;
  }
  .justify-content-medium-center {
    justify-content: center;
  }
  #asl-storelocator.asl-cont #filter-section .search_filter {
    flex-flow: row nowrap;
  }
  #dealer-section .dealer-grid {
    flex-flow: row nowrap;
  }
  #dealer-section .dealer-grid .info-sidebar {
    width: 360px;
  }
  #dealer-section .dealer-grid .info-card.map-key {
    display: flex;
  }
  .wpum-template form fieldset.fieldset-user_firstname, .wpum-template form fieldset.fieldset-user_lastname, .wpum-template form fieldset.fieldset-wpum_field_13, .wpum-template form fieldset.fieldset-wpum_field_14 {
    width: 48%;
  }
  .wpum-template form fieldset.fieldset-user_firstname input, .wpum-template form fieldset.fieldset-user_lastname input, .wpum-template form fieldset.fieldset-wpum_field_13 input, .wpum-template form fieldset.fieldset-wpum_field_14 input {
    width: 100%;
  }
  html body .justify-content-medium-center,
html .wp-block-buttons .justify-content-medium-center {
    justify-content: center;
  }
  html body .justify-content-medium-center .wp-block-button, html body .justify-content-medium-center .wp-block-button *,
html .wp-block-buttons .justify-content-medium-center .wp-block-button,
html .wp-block-buttons .justify-content-medium-center .wp-block-button * {
    width: auto;
  }
  html body .justify-content-medium-center,
html .wp-block-buttons .justify-content-medium-center {
    justify-content: center;
  }
  html body .justify-content-medium-center .wp-block-button, html body .justify-content-medium-center .wp-block-button *,
html .wp-block-buttons .justify-content-medium-center .wp-block-button,
html .wp-block-buttons .justify-content-medium-center .wp-block-button * {
    width: auto;
  }
}

@media all and (min-width: 768px){
  #asl-storelocator.asl-cont #dealer-list,
#asl-storelocator.asl-cont .asl-panel-inner {
    min-width: 750px;
  }
}

@media (min-width: 1024px){
  .c-grid {
    grid-template-columns: var(--grid-col-lg);
  }
  .f-grid .cell {
    flex-basis: calc(var(--cell-size-lg) - var(--grid-gap));
  }
  #footer .footer-grid .footer-menus-cell .footer-menu,
.copy-footer .footer-grid .footer-menus-cell .footer-menu {
    min-width: 20%;
    width: -moz-fit-content;
    width: fit-content;
  }
  .header-nav .soc-grid {
    display: flex;
  }
  #locator-map .asl-map-canv {
    height: 425px;
  }
}

@media all and (min-width: 1024px){
  #navigation-modal [data-bm-card] a:active, #navigation-modal [data-bm-card] a:focus {
    color: var(--color-gray);
  }
}

@media all and (min-width: 1099px) and (max-width: 1170px){
  [data-better-menu] a {
    padding-left: 0.15em;
    padding-right: 0.15em;
  }
  [data-better-menu] a {
    padding-left: 0.15em;
    padding-right: 0.15em;
  }
}

@media (min-width: 1100px){
  #primary-navigation {
    display: flex;
  }
  #mobile-nav-button {
    display: none;
  }
}

@media all and (max-width: 1200px){
  #dealer-section .dealer-grid .flagship-item .flagship-icon {
    margin-right: 0.5em;
  }
}

@media all and (max-width: 1149px){
  #navigation-modal [data-bm-card] ul li.theme-btn.callout-btn a {
    width: 100%;
    padding: 20px;
    padding-left: 32px;
    padding-right: 0;
  }
  #navigation-modal [data-bm-card] ul li.theme-btn.callout-btn a .menu-icon {
    filter: brightness(0) invert(1);
  }
  #navigation-modal [data-bm-card] ul li.theme-btn.callout-btn a:hover {
    color: var(--color-primary) !important;
    background-color: white !important;
  }
  #navigation-modal [data-bm-card] ul li.theme-btn.callout-btn a:hover .menu-icon {
    filter: none;
  }
}

@media all and (max-width: 1099px){
  .header-nav .header-row {
    display: flex;
  }
  .header-nav .header-row.logo-row {
    padding-top: 0;
    padding-bottom: 0;
  }
  .header-nav .header-row.logo-row .header-inner-wrap .logo-and-nav {
    padding: 0 1.25em;
    padding-top: var(--header-padding-top);
    padding-bottom: var(--header-padding-bottom);
    background: white;
  }
  .logo-and-nav {
    width: 100%;
  }
  #navigation-modal [data-bm-card] ul li a {
    position: relative;
    width: 100%;
    padding: 20px;
    padding-left: 32px;
    padding-right: 0;
  }
  #navigation-modal .card-header {
    display: none;
    padding-bottom: 50px;
  }
  [data-better-menu] ul [data-bm-dropdown-anchor] [data-bm-dropdown-arrow] {
    position: absolute;
    display: flex;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    right: 20px;
    background: var(--bm-dropdown-arrow-color);
    border-radius: 300px;
  }
  [data-better-menu] ul [data-bm-dropdown-anchor] [data-bm-dropdown-arrow] svg {
    margin-left: -1px;
  }
  [data-better-menu] ul [data-bm-dropdown-anchor] [data-bm-dropdown-arrow] svg path {
    color: white;
  }
}

@media all and (max-width: 1023px){
  #navigation-modal [data-bm-card] ul.sub-menu {
    padding: 0;
  }
  #navigation-modal [data-bm-card] ul.sub-menu li {
    padding-left: 4em;
  }
  #navigation-modal [data-bm-card] ul.sub-menu li a {
    font-size: 0.85em;
  }
}

@media all and (max-width: 992px){
  .search-results-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media all and (max-width: 768px){
  .top-row {
    gap: 0;
    padding-left: 0.35em;
    padding-right: 0.1em;
  }
  .searchwp-form,
.search-form {
    width: 40px;
    min-height: 30px;
  }
  .searchwp-form .mobile-overlay,
.search-form .mobile-overlay {
    opacity: 1;
    z-index: 1;
  }
  .searchwp-form .search-field,
.search-form .search-field {
    text-indent: -9999px;
    text-transform: capitalize;
  }
  .searchwp-form .search-field::-moz-placeholder, .search-form .search-field::-moz-placeholder {
    opacity: 0;
  }
  .searchwp-form .search-field::placeholder,
.search-form .search-field::placeholder {
    opacity: 0;
  }
  .searchwp-form label,
.search-form label {
    position: absolute;
  }
  .searchwp-form.mobile-active .search-cancel,
.search-form.mobile-active .search-cancel {
    opacity: 1;
    z-index: 1;
  }
  .top-row-links {
    width: 100%;
  }
}

@media (max-width: 767px){
  .mobile-only {
    display: block;
  }
}

@media all and (max-width: 767px){
  .logo-and-nav .logos {
    width: 100%;
    justify-content: center;
  }
  .woocommerce-breadcrumb {
    padding: 0 1.25em;
    font-size: 12px;
    flex-wrap: wrap;
  }
  .woocommerce-breadcrumb a,
.woocommerce-breadcrumb span {
    white-space: nowrap;
  }
  #asl-storelocator.asl-cont #dealer-list {
    border: 1px solid #707070;
    border-radius: 0;
  }
}

@media all and (max-width: 500px){
  .top-row-links a {
    font-size: 12px;
  }
}

@media all and (max-width: 450px){
  .top-row-links a {
    font-size: 11px;
  }
}

@media all and (max-width: 400px){
  .top-row-links a {
    font-size: 10px;
  }
}

@media all and (max-width: 350px){
  .top-row-links a {
    font-size: 9px;
  }
}

@media all and (max-width: 300px){
  .top-row-links a {
    font-size: 8px;
  }
}

@media (prefers-reduced-motion: reduce){
  *,
::before,
::after {
    animation-delay: -1ms !important;
    /* 1 */
    animation-duration: 1ms !important;
    /* 1 */
    animation-iteration-count: 1 !important;
    /* 1 */
    background-attachment: initial !important;
    /* 2 */
    scroll-behavior: auto !important;
    /* 3 */
    transition-delay: 0s !important;
    /* 4 */
    transition-duration: 0s !important;
    /* 4 */
  }
}

/*# sourceMappingURL=posturepress3-css-app.css.map*/