@charset "UTF-8";
/*!
Theme Name: Ddrops Forms 2025
Theme URI: http://underscores.me/
Author: Nate Adshead
Author URI: https://nateweb.ca
Description: Ddrops Forms 2025
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ddrops_forms
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

Ddrops Forms is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
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.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Reset
--------------------------------------------- */
img,
svg {
  display: block;
  width: 100%;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

a {
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 4rem;
  overflow-x: hidden;
}

main#primary {
  padding-top: 89px;
}

figure {
  margin: 0;
}

html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

sub {
  bottom: auto;
  top: -0.75em;
  font-size: 65%;
}

/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: white;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: black;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/* Containers
--------------------------------------------- */
.bg-darkblue {
  background-color: #002D73;
}

.color-darkblue {
  color: #002D73;
}

.bg-babyblue {
  background-color: #0080C6;
}

.color-babyblue {
  color: #0080C6;
}

.bg-skyblue {
  background-color: #8ED8F8;
}

.color-skyblue {
  color: #8ED8F8;
}

.bg-lightblue {
  background-color: #D3EFFF;
}

.color-lightblue {
  color: #D3EFFF;
}

.bg-brightpink {
  background-color: #D80B8C;
}

.color-brightpink {
  color: #D80B8C;
}

.bg-lightpink {
  background-color: #FFD8F0;
}

.color-lightpink {
  color: #FFD8F0;
}

.bg-brightyellow {
  background-color: #FFD300;
}

.color-brightyellow {
  color: #FFD300;
}

.bg-lightyellow {
  background-color: #FFF7CE;
}

.color-lightyellow {
  color: #FFF7CE;
}

.bg-brightorange {
  background-color: #FF901D;
}

.color-brightorange {
  color: #FF901D;
}

.bg-lightorange {
  background-color: #FFE5CA;
}

.color-lightorange {
  color: #FFE5CA;
}

.bg-brightgreen {
  background-color: #8DC63F;
}

.color-brigthgreen {
  color: #8DC63F;
}

.bg-lightgreen {
  background-color: #E2FFBA;
}

.color-lightgreen {
  color: #E2FFBA;
}

.bg-darkpurple {
  background-color: #582A8A;
}

.color-darkpurple {
  color: #582A8A;
}

.bg-lightpurple {
  background-color: #E8D3FF;
}

.color-lightpurple {
  color: #E8D3FF;
}

.bg-gray {
  background-color: #EEEEEE;
}

.color-gray {
  color: #EEEEEE;
}

.bg-lightgray {
  background-color: #D9D9D9;
}

.color-lightgray {
  color: #D9D9D9;
}

.bg-white {
  background-color: white;
}

.color-white {
  color: white;
}

body {
  font-size: 16px;
  font-family: museo-sans-rounded, sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.5;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
.product-label {
  line-height: 1.1;
  margin: 0;
  padding: 0;
  text-wrap: pretty;
}

h1 {
  font-size: clamp(1.35rem, 1.1211rem + 0.9765vw, 2rem);
  margin-bottom: clamp(1rem, 0.8944rem + 0.4507vw, 1.3rem);
  font-weight: 900;
  margin-top: clamp(2.5rem, 1.6197rem + 3.7559vw, 5rem);
}

h2 {
  font-size: 1rem;
  margin-bottom: 1rem;
  font-weight: 400;
}

h3 {
  font-size: clamp(1.3rem, 1.2296rem + 0.3005vw, 1.5rem);
  letter-spacing: -0.05rem;
  margin: 2em 0 1.5em 0;
}

h3.no-bottom-margin {
	margin-bottom: 0;	
}

h4,
.product-label {
  display: block;
  text-align: center;
  font-weight: 900;
  font-size: clamp(1.5rem, 1.3239rem + 0.7512vw, 2rem);
  margin-bottom: 1rem;
  color: #002D73;
}

h4 {
  margin-bottom: clamp(1.5rem, 0.9718rem + 2.2535vw, 3rem);
}

h5 {
  display: block;
  font-weight: 900;
  font-size: clamp(1.3rem, 1.1239rem + 0.7512vw, 1.8rem);
  margin-bottom: 1.5rem;
  color: #0080C6;
}

span {
  color: #0080C6;
  font-size: 1rem;
}
span.info {
  display: block;
  font-weight: 400;
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}

h1,
h2,
h3 {
  text-align: center;
}

.product-details .dot {
  position: relative;
  display: block;
  font-weight: 400;
  color: #002D73;
  font-size: clamp(1rem, 0.9824rem + 0.0751vw, 1.05rem);
  padding-left: 1rem;
}
.product-details .dot::before {
  content: "•";
  position: absolute;
  left: 0;
}

p {
  font-size: 1.15rem;
  line-height: 1.35;
  margin-bottom: 2rem;
  letter-spacing: -0.02rem;
}

p:last-of-type {
  margin-bottom: 0;
}

strong {
  font-weight: 900;
}

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

sup {
  vertical-align: middle;
  font-size: small;
}

.text-check {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 1rem;
}
.text-check img {
  display: inline-block;
  width: 1.15rem;
}

span.sm {
  font-size: 1rem;
}

.consent .wpcf7-list-item-label {
  font-weight: 400;
  font-size: 1rem;
  color: #002D73;
}

.terms p {
  color: #002D73;
  font-size: 1rem;
  font-weight: 400;
}
.terms p:first-of-type {
  margin-top: 1rem;
}
.terms p a {
  text-decoration: underline;
  color: inherit;
  transition: color 0.3s ease;
}
.terms p a:hover {
  color: #0080C6;
}

.terms p {
  word-wrap: break-word;
}

.bold-labels {
  font-weight: 700;
  line-height: 1;
  color: #0080C6;
}

@media screen and (min-width: 768px) {
  .product-label {
    margin-bottom: 1rem;
  }
  .product-details .dot {
    font-size: 1.2rem;
  }
}
body {
  width: 100%;
  height: 100%;
  padding: 0;
}

.d-grid {
  display: grid;
}

.stack {
  gap: 1rem;
}

.d-flex {
  display: flex;
}

.container-xl {
  max-width: 925px;
  padding: 0 clamp(1rem, -0.0563rem + 4.507vw, 4rem);
  margin: 0 auto;
}

.container-xxl {
  max-width: 1920px;
  padding: 0 clamp(1rem, -0.0563rem + 4.507vw, 4rem);
  margin: 0 auto;
}

section {
  position: relative;
  margin: 0;
  padding: clamp(3rem, 2.2718rem + 3.1068vw, 6rem) 0;
  background-color: white;
}

.cc .row {
  width: 100%;
}

.split-grid {
  display: grid;
  gap: 1rem;
}

.checks .check-boxes .wpcf7-list-item {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1.3rem auto;
  gap: 0.4rem;
  align-items: baseline;
}

.row {
  align-content: end;
}

@media screen and (min-width: 768px) {
  .stack {
    display: grid;
  }
  .split-grid {
    gap: 2rem;
  }
  .split-grid.salutation {
    grid-template-columns: 1fr 3fr;
  }
  .split-grid.address {
    grid-template-columns: 2fr 1fr;
  }
  .split-grid.cc, .split-grid.state, .split-grid.phone {
    grid-template-columns: repeat(2, 1fr);
  }
  .salutation .row:nth-child(2) {
    flex: 1;
  }
  .address .row:nth-child(1) {
    flex: 1;
  }
  .state .row {
    flex: 1;
  }
  .visits .row {
    flex: 1;
  }
  .phone .row {
    width: 100%;
  }
}
/* Transitions
--------------------------------------------- */
/* Buttons
--------------------------------------------- */
button {
  all: unset;
}

button {
  cursor: pointer;
}

/* Global Elements
--------------------------------------------- */
.rainbow-line {
  background-color: #0080C6;
  background-image: url("img/rainbow_line.svg");
  background-position: center top;
  background-repeat: repeat-x;
  background-size: auto;
  height: 1.6rem;
}

/* Links
--------------------------------------------- */
a.inline-link {
  color: inherit;
  text-decoration: none;
}

a.inline-link {
  background: linear-gradient(to right, rgb(0, 128, 198), rgb(0, 128, 198)), linear-gradient(to right, rgb(225, 23, 142) 0%, rgb(255, 144, 29) 100%);
  background-size: 100% 3px, 0 3px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 400ms;
}

a.inline-link:hover {
  background-size: 0 3px, 100% 3px;
}

a.text-link {
  color: #0080C6;
  transition: color 0.2s ease;
}
a.text-link:hover {
  color: #FF901D;
}

/* Language Modal
--------------------------------------------- */
#language-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100dvh;
  width: 100vw;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(1px);
  padding: 1rem;
  place-content: center;
  display: none;
}
#language-modal #lang-modal {
  background-color: white;
  border-radius: 15px;
  padding: clamp(1rem, 0.5229rem + 2.0356vw, 1.5rem);
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  display: block;
  align-self: center;
  max-height: 100%;
  overflow-y: auto;
}
#language-modal #lang-modal .close-container {
  text-align: right;
  margin-bottom: 1rem;
}
#language-modal #lang-modal li {
  border-bottom: 1px solid lightgrey;
}
#language-modal #lang-modal li a {
  display: grid;
  grid-template-columns: auto 10%;
  padding: 1.2rem;
}
#language-modal #lang-modal li a span {
  color: gray;
  font-size: 1.1rem;
  align-self: center;
}
#language-modal #lang-modal li a.current-lang span, #language-modal #lang-modal li a:hover span {
  color: #FF901D;
}
#language-modal #lang-modal li:last-of-type {
  border-bottom: none;
}

body.lang-select-active #language-modal {
  display: flex;
}

/* Header
--------------------------------------------- */
#scroll-to-top {
  display: none;
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 999;
  width: 4rem;
  transform: translateY(1rem);
  opacity: 0;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
}
#scroll-to-top #back-top {
  font-size: 0.7rem;
  color: #0080C6;
  font-weight: 700;
  text-align: center;
}
#scroll-to-top #scroll-arrow {
  position: relative;
  width: 100%;
}
#scroll-to-top #scroll-arrow img {
  width: 50%;
  margin: 0 auto;
  padding: 0.2rem;
}

body.scroll-top #scroll-to-top {
  display: block;
  transform: translateY(0);
  opacity: 1;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
header .header-container {
  padding: 0 clamp(0.8rem, -0.3268rem + 4.8075vw, 4rem);
}
header #top-blue-banner {
  padding: 0.5rem;
  line-height: 1;
  font-weight: 400;
}
header #header-bar {
  grid-template-columns: 100px auto 100px;
}
header #brand-logo {
  width: 40%;
  max-width: 100px;
  margin: 0 auto;
  display: block;
  align-self: center;
}

@media screen and (min-width: 768px) {
  main#primary {
    padding-top: 113px;
  }
  nav#mobile-navigation,
  #mobile-nav-container,
  #scroll-to-top {
    display: none;
  }
  #site-navigation {
    display: block;
  }
  header #header-bar {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    padding: 0.75rem 0;
  }
  header #header-bar #brand-logo {
    width: 100%;
    max-width: 110px;
    margin: 0;
  }
}
/* Navigation
--------------------------------------------- */
#site-navigation {
  display: none;
}
#site-navigation ul#menu-main-navigation {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
#site-navigation ul#menu-main-navigation li a {
  color: #0080C6;
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  line-height: normal;
  transition: color 0.3s ease-out;
}
#site-navigation ul#menu-main-navigation li a:hover {
  color: #FF901D;
}

nav#mobile-navigation {
  visibility: hidden;
}
nav#mobile-navigation button#mobile-navigation {
  padding: 0.8rem;
  width: 2rem;
  height: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
nav#mobile-navigation button#mobile-navigation span {
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background-color: #0080C6;
}

#right-side-options {
  grid-template-columns: auto;
  place-content: end;
}
#right-side-options #search-btn-container,
#right-side-options #lang-btn-container {
  display: flex;
  place-content: center;
  position: relative;
}
#right-side-options #search-btn-container::after {
  content: "";
  height: 40%;
  width: 2px;
  background: #0080C6;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#right-side-options button {
  padding: 0.4rem;
}

#mobile-nav-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100dvh;
  width: 70%;
  padding: 2rem 1rem;
  border-radius: 0 10px 10px 0;
  background-color: white;
  transform: translateX(-100vw);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transition: transform 0.4s ease-out;
  z-index: 999;
}
#mobile-nav-container #mnc-top {
  justify-content: space-between;
  align-items: baseline;
}
#mobile-nav-container #mnc-top img.brand-logo {
  width: 33%;
  max-width: 140px;
}
#mobile-nav-container #mnc-top button#close-mobile-navigation {
  height: 5.5%;
  width: 5.5%;
  max-width: 20px;
  max-height: 20px;
}

nav#mobile-nav {
  height: 90%;
  overflow: hidden;
}
nav#mobile-nav ul#menu-mobile-menu {
  position: relative;
  transition: transform 0.4s ease-out;
}
nav#mobile-nav a {
  display: block;
  width: 100%;
  font-weight: 700;
  padding: 1rem;
  padding-right: clamp(1rem, -8.542rem + 40.7125vw, 11rem);
  padding-left: 1rem;
  padding-left: 0;
  text-align: left;
  color: #0080C6;
  text-transform: uppercase;
  position: relative;
  font-size: clamp(1.1rem, 0.9092rem + 0.8142vw, 1.3rem);
}
nav#mobile-nav .nav-btn a {
  background-color: #FF901D;
  margin: 2rem 0 1rem 0;
  color: white;
  text-align: center;
  padding: 0.5rem 1rem;
  border-radius: 12px;
}
nav#mobile-nav .drop > a::after {
  content: url("./img/nav_drop_arrow.svg");
  position: absolute;
  right: 1rem;
  width: clamp(0.35rem, 0.2069rem + 0.6107vw, 0.5rem);
  transform: rotate(180deg);
  transition: transform 0.4s ease;
}
nav#mobile-nav .drop .sub-menu {
  background-color: white;
  position: absolute;
  top: 0;
  left: -100vw;
  width: calc(100% - 1rem);
  overflow: hidden;
  opacity: 0;
  transform: translateX(0);
  transition: transform 0.4s ease-out, 0.4s opacity ease-out;
}
nav#mobile-nav .drop .sub-menu li a {
  padding: 1rem;
}
nav#mobile-nav .drop .sub-menu li:first-of-type a {
  background-color: #0080C6;
  color: white;
  position: relative;
  padding-left: 1.9rem;
}
nav#mobile-nav .drop .sub-menu li:first-of-type a::before {
  content: url("./img/back_arrow_white.svg");
  position: absolute;
  width: 0.4rem;
  left: 0.8rem;
}

body.mobile-sub-active nav#mobile-nav ul#menu-mobile-menu {
  transform: translateX(calc(-100vw - 1rem));
}
body.mobile-sub-active nav#mobile-nav ul#menu-mobile-menu .sub-menu {
  opacity: 1;
  transform: translateX(calc(200vw + 1rem));
}
body.mobile-sub-active nav#mobile-nav ul#menu-mobile-menu .sub-menu ul {
  transform: translateX(0);
}

#mobile-nav-close-space {
  visibility: hidden;
  width: 100%;
  height: 100dvh;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition-property: visibility opacity;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}

body.mobile-nav-active #mobile-nav-container {
  transform: translateX(0);
}
body.mobile-nav-active #mobile-nav-close-space {
  visibility: visible;
  opacity: 1;
}

#lang-button #lang-flag {
  margin-top: 0.5rem;
}
#lang-button #lang-flag::after {
  display: block;
  width: 2rem;
}

body.page-us-eng #lang-button #lang-flag::after {
  content: url("./img/us_flag.svg");
}

body.page-ca-eng #lang-button #lang-flag::after,
body.page-ca-fr #lang-button #lang-flag::after {
  content: url("./img/ca_flag.svg");
}

#footer-navigation nav ul li a {
  color: white;
  font-weight: 400;
  padding: 0.4rem 0;
  display: block;
  transition: color 0.2s ease;
}
#footer-navigation nav ul li a:hover {
  color: #FF901D;
}

@media screen and (min-width: 768px) {
  #site-navigation {
    display: block;
    align-self: center;
  }
}
/* Form
--------------------------------------------- */
input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=number],
textarea,
option,
select {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1) inset;
  background-color: #EFEFEF;
  width: 100%;
  padding: 1rem;
  border: none;
  border-radius: 10px;
  outline: none;
  font-size: 1rem;
  margin-top: 0.5rem;
}

select {
  display: inline-block;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 6px), calc(100% - 15px) calc(1em + 6px), calc(100% - 2.5em) 0.8em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  height: 49px;
  cursor: pointer;
}

figure,
label.checks {
  padding: clamp(2rem, 1.6479rem + 1.5023vw, 3rem);
}

figure.consent {
  padding-top: 0;
}

figure.checks,
label.checks {
  border-radius: 20px;
  margin-bottom: clamp(2rem, 1.6479rem + 1.5023vw, 3rem);
  display: grid;
  grid-template-columns: none;
  grid-template-rows: auto;
  gap: 1rem;
  margin-left: auto;
  margin-right: auto;
}
figure.checks .product,
label.checks .product {
  display: block;
  place-content: center;
  margin-bottom: clamp(1.5rem, 0.9718rem + 2.2535vw, 3rem);
}
figure img,
label img {
  width: 70%;
  max-width: 250px;
  margin: 0 auto;
}
figure ul,
label ul {
  list-style-type: disc;
  padding-left: 1rem;
}
figure ul li p,
label ul li p {
  font-size: 1rem;
}
figure.babyblue,
label.babyblue {
  background-color: #E9F7FF;
}
figure.green,
label.green {
  background-color: #EDF6E1;
}
figure.pink,
label.pink {
  background-color: #FFD8F0;
}
figure.purple,
label.purple {
  background-color: #F3E7FF;
}
figure.a-blue,
label.a-blue {
  background-color: #D7F0FF;
}
figure.orange,
label.orange {
  background-color: #FFE1C2;
}
figure.blue,
label.blue {
  background-color: #E9F7FF;
}
figure.blue span,
label.blue span {
  font-size: 1.1rem;
}
figure.blue .wpcf7-list-item:not(.last),
label.blue .wpcf7-list-item:not(.last) {
  margin: 0;
}

.wpcf7-list-item {
  margin: 0;
}

.split select,
.split input[type=text],
.split input[type=number] {
  margin-bottom: 1rem;
}
.split select:last-of-type,
.split input:last-of-type {
  margin-bottom: 0;
}

input[type=checkbox] {
  margin-right: 0.5rem;
}

label.checks {
  border: 3px solid transparent;
}
label.selected {
  border: 3px solid #0080C6;
}

input[type=submit] {
  border: 0;
  border-radius: 5px;
  background-color: #FF901D;
  color: white;
  padding: 1rem;
  width: 100%;
  max-width: 300px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
input[type=submit]:hover {
  background-color: #0080C6;
}

.wpcf7 .wpcf7-submit:disabled {
  background-color: #d8d8d8;
  color: #898989;
}

.wpcf7-spinner {
  background-image: url(img/wpcf7-loader.svg);
  background-repeat: no-repeat;
  border-radius: 0;
  margin: 0 auto 3rem auto;
  background-color: transparent;
  opacity: 1;
  width: 50px;
  height: 50px;
  background-position: top left;
  background-size: 100%;
  display: block;
}

.submit--btn {
  text-align: center;
  margin-top: 2rem;
}

.wpcf7-not-valid-tip {
  position: absolute;
}

input.wpcf7-not-valid,
select.wpcf7-not-valid {
  outline: 2px solid red;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form .unaccepted .wpcf7-response-output {
  border: none;
  padding: 0;
  margin: 0 0 3rem 0;
  text-align: center;
  color: red;
}
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output {
  border: none;
  text-align: center;
  color: #0080C6;
  font-size: 1.2rem;
  padding: 0;
}
.wpcf7 form.sent .stack {
  min-height: 40vh;
}

.wpcf7 form.sent h2,
.wpcf7 form.sent h3,
.wpcf7 form.sent .row,
.wpcf7 form.sent .split-newborn,
.wpcf7 form.sent .split-grid {
  display: none;
}

p.input .wpcf7-list-item-label {
  font-size: 1.5rem;
  line-height: 1;
}

select,
input#country {
  color: #898989;
}
select option,
input#country option {
  color: black;
}

/* custom checkbox styling for contact form 7 checkbox */
span.wpcf7-list-item {
  display: inline-block;
  margin: 0;
}

.wpcf7-checkbox label,
.wpcf7-acceptance label {
  position: relative;
  cursor: pointer;
  display: block;
}
.wpcf7-checkbox input[type=checkbox],
.wpcf7-acceptance input[type=checkbox] {
  position: absolute;
  visibility: hidden;
  height: 1.5rem;
  width: 1.5rem;
  top: 0;
  left: 0;
}
.wpcf7-checkbox input[type=checkbox] + span:before,
.wpcf7-acceptance input[type=checkbox] + span:before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 0;
  height: 1.5rem;
  width: 1.5rem;
  top: 0.15rem;
  left: 0px;
  border: 3px solid transparent;
  background-color: lightgray;
  border-radius: 5px;
}
.wpcf7-checkbox input[type=checkbox] + span:after,
.wpcf7-acceptance input[type=checkbox] + span:after {
  display: block;
  position: absolute;
  content: "";
  height: 1.5rem;
  width: 1.5rem;
  top: 0.15rem;
  left: 0;
  visibility: hidden;
  border-radius: 5px;
  background-image: url("img/check.svg");
}
.wpcf7-checkbox input[type=checkbox]:checked + span:before,
.wpcf7-acceptance input[type=checkbox]:checked + span:before {
  background: transparent;
}
.wpcf7-checkbox input[type=checkbox]:checked + span:after,
.wpcf7-acceptance input[type=checkbox]:checked + span:after {
  visibility: visible;
}

.wpcf7-list-item-label {
  margin-left: 2.5rem;
  display: inline-block;
}

.product-details {
  display: block;
  margin-bottom: 1rem;
}

.resources {
  padding: 2.5rem;
  border-radius: 20px;
  margin-bottom: clamp(2rem, 1.6479rem + 1.5023vw, 3rem);
  margin-left: auto;
  margin-right: auto;
}
.resources .check-boxes {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2.2rem;
}
.resources .check-boxes .wpcf7-list-item-label {
  color: #002D73;
}
.resources h4 {
  text-align: center;
  margin-bottom: 2.5rem;
}
.resources .wpcf7-form-control-wrap:last-of-type .check-boxes {
  margin-bottom: 0;
}

label {
  position: relative;
}
label.disable::before {
  content: "Temporarily out of stock";
  display: block;
  position: absolute;
  top: 40%;
  width: 100%;
  text-align: center;
  color: white;
  background-color: #0080C6;
  padding: 1rem;
  font-size: clamp(1rem, 0.6479rem + 1.5023vw, 2rem);
  z-index: 99;
}

@media screen and (min-width: 768px) {
  .terms {
    margin-left: 2.5rem;
  }
  label.checks {
    grid-template-columns: 2fr 3fr;
    max-width: 100%;
    gap: 1rem 2rem;
    cursor: pointer;
  }
  label.checks .heading {
    order: 2;
  }
  label.checks .heading h4,
  label.checks .heading span,
  label.checks .heading .product-label {
    text-align: left;
  }
  label.checks .product {
    order: 1;
    grid-row: 1/4;
  }
  label.checks .product img {
    width: 100%;
  }
  label.checks .product-details {
    order: 3;
    margin-bottom: 0;
    align-self: anchor-center;
  }
  label.checks .input {
    order: 4;
    margin-top: 0.9rem;
  }
  .split-newborn {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 2rem;
  }
  .split-newborn .bold-labels {
    display: grid;
    grid-column-start: 1;
    grid-column-end: 3;
  }
  label.blue h4,
  label.blue .product-label {
    margin-bottom: 3rem;
  }
  label.blue .check-boxes .wpcf7-list-item {
    margin: 0;
    gap: 1rem;
  }
  figure.resources span.check-boxes {
    grid-template-columns: repeat(2, 1fr);
  }
  figure.resources h5 {
    margin-inline: auto;
    width: 90%;
  }
  span.info {
    margin-bottom: 0;
  }
  label.checks .product {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  figure.resources h4,
  figure.resources span.check-boxes {
    margin-inline: auto;
    width: 90%;
  }
  figure.consent {
    margin-inline: auto;
    width: 90%;
  }
}

.center-check {
	text-align: center;
	margin-bottom: 1rem;
}

/* Form Overwrites
--------------------------------------------- */
label.checks .input {
  position: relative;
}
label.checks .input span.check-label {
  margin-left: 2.5rem;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.3rem;
}

.checks .wpcf7-list-item-label {
  color: transparent;
  font-size: 0.01rem;
}

/* Page Privacy Policy
--------------------------------------------- */
/* Footer
--------------------------------------------- */
footer .content {
  padding: 3rem 1.5rem;
}
footer .content .stacks {
  flex-direction: column;
}
footer #footer-navigation {
  flex-wrap: wrap;
  border-bottom: 1px solid white;
  margin-bottom: 3rem;
}
footer #footer-navigation nav {
  flex: 1 1 50%;
  margin-bottom: 3rem;
}
footer #footer-navigation nav h6 {
  color: white;
  font-weight: 800;
  font-size: 1.3rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
footer #footer-social {
  margin-bottom: 3rem;
}
footer #footer-social-nav {
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
}
footer #footer-social-nav li a {
  display: grid;
  place-content: center;
}
footer #footer-disclaimer p {
  color: white;
  font-size: 0.85rem;
  line-height: 1.3;
  margin-bottom: 1rem;
  font-weight: 400;
  letter-spacing: 0;
}
footer #footer-disclaimer p:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  footer #footer-navigation nav {
    flex: 0 1 25%;
  }
}/*# sourceMappingURL=style.css.map */