/*!
Theme Name: florence
Author: Patrick Slevin
Author URI: https://bannockllc.com/
Description: Description
Version: 0.5.5
Tested up to: 5.4
Requires PHP: 5.6
Text Domain: florence
*/

/*! 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; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* 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; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/* 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; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
  font: inherit; /* 2 */
}

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

:root {
  --brand-blue: #d4840c;
  --brand-white: #fff;
	--florence-highlight: #cc7200;
	--off-black: #090909;
  --dark-blue: #131B3E;
  --helper-grey: #808087;
	--basement-grey: #58585D;
  --disabled-grey: #969696;
  --dark-text: #4B4E59;
  --light-grey: #f9f9f9;
  --dark-grey: #B3B3B3;
  --error-red: #E11D35;
  --success-green: #16A34A;
  --dark-header: var(--dark-blue);
  --brand-gradient: linear-gradient(180deg, var(--brand-blue) 0%, #d49b0c 100%);
  --shade-gradient: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.65) 53.12%, rgba(0, 0, 0, 0.75) 100%);
  --border-primary: #D4D4D4;
  --border-error: #fb7185;
  --dark-line: var(--dark-blue);
  --overlay: rgba(0,0,0,0.15);
  --shadow-small: 0px 41px 79px 0px rgba(21, 21, 21, 0.03), 0px 9.158px 17.646px 0px rgba(21, 21, 21, 0.04), 0px 2.727px 5.254px 0px rgba(21, 21, 21, 0.07);
  --shadow: 0px 47px 60px 0px rgba(0, 0, 0, 0.05), 0px 18.727px 21.901px 0px rgba(0, 0, 0, 0.03), 0px 8.8px 10.633px 0px rgba(0, 0, 0, 0.03), 0px 3.806px 5.212px 0px rgba(0, 0, 0, 0.02), 0px 1.207px 2.061px 0px rgba(0, 0, 0, 0.02);
  --shadow-medium: 0px 47px 60px 0px rgba(0, 0, 0, 0.05), 0px 18.727px 21.901px 0px rgba(0, 0, 0, 0.03), 0px 8.8px 10.633px 0px rgba(0, 0, 0, 0.03), 0px 3.806px 5.212px 0px rgba(0, 0, 0, 0.02), 0px 1.207px 2.061px 0px rgba(0, 0, 0, 0.02);
  --shadow-large: 0px 89px 81px 0px rgba(0, 0, 0, 0.07), 0px 32.486px 29.566px 0px rgba(0, 0, 0, 0.04), 0px 15.772px 14.354px 0px rgba(0, 0, 0, 0.03), 0px 7.732px 7.037px 0px rgba(0, 0, 0, 0.02), 0px 3.057px 2.782px 0px rgba(0, 0, 0, 0.01);
  --shadow-xlarge: 0px 138px 98px 0px rgba(0, 0, 0, 0.07), 0px 57.653px 40.942px 0px rgba(0, 0, 0, 0.04), 0px 30.824px 21.89px 0px rgba(0, 0, 0, 0.03), 0px 17.28px 12.271px 0px rgba(0, 0, 0, 0.01), 0px 9.177px 6.517px 0px rgba(0, 0, 0, 0.00), 0px 3.819px 2.712px 0px rgba(0, 0, 0, 0.00);
  --shadow-xxlarge: 0px 138px 98px 0px rgba(0, 0, 0, 0.07), 0px 57.653px 40.942px 0px rgba(0, 0, 0, 0.04), 0px 30.824px 21.89px 0px rgba(0, 0, 0, 0.03), 0px 17.28px 12.271px 0px rgba(0, 0, 0, 0.01), 0px 9.177px 6.517px 0px rgba(0, 0, 0, 0.00), 0px 3.819px 2.712px 0px rgba(0, 0, 0, 0.00);
  --border-width-small: 0.0625rem;
  --border-width: 0.125rem;
  --border-width-medium: 0.25rem;
  --border-width-large: 0.5rem;
  --xs-1: 0.25rem;
  --xs-2: 0.5rem;
  --xs-3: 0.75rem;
  --xs-4: 1rem;
  --sm-1: 1.25rem;
  --sm-2: 1.5rem;
  --sm-3: 2rem;
  --md-1: 2.5rem;
  --md-2: 3rem;
  --lg-1: 3.5rem;
  --lg-3: 4.5rem;
  --lg-4: 5rem;
  --xl-4: 7rem;
  --xl-5: 10rem;
  --border-radius-xsmall: 4px;
  --border-radius-small: 6px;
  --border-radius: 8px;
  --border-radius-medium: 6px;
  --border-radius-large: 12px;
  --border-radius-xlarge: 24px;
  --border-radius-xxlarge: 32px;
}

body {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-optical-sizing: auto;
  font-variation-settings: "slnt" 0;
}

a {
	scroll-margin-top: 6rem;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6, .h7 {
  font-family: "Barlow Semi Condensed";
  font-weight: 600; /* Reads as 500 in the typography sheets? */
  font-feature-settings: "clig" off, "liga" off;
  color: var(--dark-blue);
}

p, li {
  color: var(--dark-text);
}

.h1 {
  font-size: 6.5rem;
  letter-spacing: -0.03125rem;
  line-height: 1;
}

.h2 {
  font-size: 5.5rem;
  line-height: 1.09;
}

.h3 {
  font-size: 4rem;
  line-height: 1.125;
}

.h4 {
  font-size: 3rem;
  line-height: 1.1666;
}

.h5 {
  font-size: 3rem;
  line-height: 1.1666;
}

.h6 {
  font-size: 2.5rem;
  line-height: 1.2;
}

.h7 {
  font-size: 2rem;
  line-height: 1.25;
}

@media all and (min-width: 600px) {
	h1 {
	  font-size: 6.5rem;
	  letter-spacing: -0.03125rem;
	  line-height: 1;
	}

	h2 {
	  font-size: 5.5rem;
	  line-height: 1.09;
	}

	h3 {
	  font-size: 4rem;
	  line-height: 1.125;
	}

	h4 {
	  font-size: 3rem;
	  line-height: 1.1666;
	}

	h5 {
	  font-size: 3rem;
	  line-height: 1.1666;
	}

	h6, h6.services__subheading {
	  font-size: 2.5rem;
	  line-height: 1.2;
	}
}

.sub-heading-1,
.sub-heading-2 {
  font-family: "Barlow Semi Condensed";
  font-weight: 500;
  font-feature-settings: "clig" off, "liga" off;
}

.sub-heading-1 {
  font-size: 1.75rem;
  line-height: 1.285;
}

.sub-heading-2 {
  font-size: 1.5rem;
  line-height: 1.333;
}

.navigation,
.header__navigation .menu-item {
  font-weight: 600;
  line-height: 1.25;
}

/* b1-400 */
p {
  font-feature-settings: "clig" off, "liga" off;
  font-size: 1.25rem;
  line-height: 1.6;
}

/* b1-600 */
.strong {
  font-weight: 600;
}

/* b2 */
.smaller {
  font-size: 1.125rem;
  line-height: 1.777;
}

.smallest {
  font-size: 1rem;
  line-height: 1.75;
}

.no-top-margin {
  margin-top: 0;
}

.eyebrow,
label {
  font-feature-settings: "clig" off, "liga" off;
  font-weight: 700;
  line-height: 1.333;
  text-transform: uppercase;
  font-size: 1.125rem;
  letter-spacing: 0.03125rem;
  display: block;
}

.eyebrow-2 {
  font-feature-settings: "clig" off, "liga" off;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.03125rem;
  margin-bottom: 0.8125rem;
  display: block;
}

.eyebrow-3 {
  font-feature-settings: "clig" off, "liga" off;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.03125rem;
  display: block;
}

a, a:visited {
  text-decoration: none;
  color: var(--dark-blue);
}

a:hover {
  text-decoration: underline;
}

button,
.call-to-action,
.call-to-action:visited,
.theme-mecca.woocommerce #respond input#submit,
.theme-mecca.woocommerce a.button,
.theme-mecca.woocommerce button.button,
.theme-mecca.woocommerce input.button,
.theme-mecca.woocommerce-cart .wc-block-cart__submit-button,
.theme-mecca.woocommerce-checkout .wc-block-components-checkout-place-order-button,
.theme-mecca.woocommerce .added_to_cart.wc-forward {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  padding: 1rem 1.5rem;
  border-radius: var(--border-radius-large);
  border: 1.5px var(--dark-blue) solid;
  background: var(--dark-white);
  color: var(--dark-blue);
  white-space: nowrap;
}

.field--button button:hover,
.field--button button:active,
.call-to-action:hover,
.call-to-action:active {
	border-color: var(--brand-blue);
  color: var(--brand-white);
  background: var(--brand-blue);
	cursor: pointer;
	text-decoration: none;
}

.call-to-action--large {
  padding: 1.5rem 2.5rem;
}

.call-to-action--scroll {
  display: flex;
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  color: var(--brand-white);
  border-radius: var(--border-radius-medium);
  line-height: 1.428;
  background: rgba(0, 0, 0, 0.3);
  font-weight: 400;
  gap: 0.75rem;
  align-items: center;
  border: 1px solid transparent;
}

.call-to-action--primary,
.theme-mecca.woocommerce a.add_to_cart_button,
.theme-mecca.woocommerce a.add_to_cart_button:visited,
.theme-mecca.woocommerce button.single_add_to_cart_button,
.theme-mecca.woocommerce button.single_add_to_cart_button:visited,
.theme-mecca.woocommerce .added_to_cart.wc-forward,
.theme-mecca.woocommerce-cart .wc-block-cart__submit-button,
.theme-mecca.woocommerce-checkout .wc-block-components-checkout-place-order-button,
.call-to-action--primary:visited {
  background: var(--brand-gradient);
  color: var(--brand-white);
  border: none;
	cursor: pointer;
}

.call-to-action--primary:hover,
.call-to-action--primary:active {
	border-color: var(--brand-blue);
  color: var(--brand-white);
  background: var(--brand-blue);
	text-decoration: none;
}

.theme-mecca.woocommerce .added_to_cart.wc-forward {
	margin-left: 1rem;
}
/*
.theme-mecca.woocommerce a.ajax_add_to_cart {
  border: 1.5px var(--dark-blue) solid;
  background: var(--disabled-grey);
  color: var(--dark-blue);
} */

.theme-mecca.woocommerce a.ajax_add_to_cart.added {
  background: var(--brand-white);
  border: 1.5px var(--dark-blue) solid;
  color: var(--dark-blue);
}

.call-to-action--large {
  padding: var(--sm-2) var(--md-1);
}

.call-to-action--track-shipment {
  display: flex;
  align-items: center;
  gap: var(--xs-2);
}

.call-to-action--track-shipment svg {
  height: 20px;
  width: 20px;
}

.dark-blue-text {
  color: var(--dark-blue);
}

.util--uppercase {
  text-transform: uppercase;
}

.util--no-top-margin {
  margin-top: 0;
}

.util--header-with-action .call-to-action {
  margin-top: 1rem;
  display: inline-block;
}

@media all and (min-width: 1000px) {
  .util--header-with-action {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .util--header-with-action .call-to-action {
    margin-top: 0;
  }
}
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.container {
  max-width: 120rem;
  margin: 0 auto;
  padding-left: var(--xs-4);
  padding-right: var(--xs-4);
}

body {
  background: var(--off-black);
}

img {
  width: 100%;
  height: auto;
}

.white-bg {
  background: var(--brand-white);
}

hr {
  border: 0;
  border-top: 1px solid var(--border-primary);
  color: var(--border-primary);
}

figure {
  margin: 0;
  padding: 0;
}

figure img {
  display: block;
}

@media all and (min-width: 920px) {
  .container {
    padding-left: var(--lg-4);
    padding-right: var(--lg-4);
  }
  .header .container,
	.sticky-nav .container {
    padding-left: var(--sm-2);
    padding-right: var(--sm-2);
  }
}
.header .container,
.sticky-nav .container {
  position: relative;
}

.sticky-nav {
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 9;
}

.masthead--wrapper {
  top: 0;
  left: 0;
  position: absolute;
  width: calc(100% - var(--xs-4) - var(--xs-4));
  margin-left: var(--xs-4);
  margin-right: var(--xs-4);
}

.masthead {
	border: 1px solid var(--border-primary);
  margin-top: var(--sm-2);
  width: 100%;
  padding: var(--xs-3) var(--sm-2);
  background-color: var(--brand-white);
  border-radius: var(--border-radius-large);
  border-radius: 12px;
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  transition: height 0.5s;
  position: relative;
  z-index: 4;
	transition: background-color .8s;
}

.body--scrolled-off-top .masthead {
	background-color: var(--light-grey);
  background-color: rgba(240,240,240,0.8);
	-webkit-backdrop-filter: blur(16px);
	backdrop-filter: blur(16px);
}


.mobile-navigation .navigation--button {
  font-size: 0.875rem;
  padding: var(--xs-3) var(--xs-4);
  font-weight: 600;
  line-height: 1.25rem; /* 142.857% */
  border-radius: var(--border-radius-medium);
}

.header__introductions {
	display: flex;
	flex-direction: column;
	min-height: 700px;
	justify-content: flex-end;
  color: var(--brand-white);
	padding-bottom: var(--md-1);
}

.header--home .header__introductions {
	height: 100vh;
	height: 100svh;
	padding-bottom: 0;
}

.header__introductions * {
  color: var(--brand-white);
}

.header__paragraph {
  font-size: 1rem;
  line-height: 1.75;
}

.masthead figure {
  margin: 0;
  padding: 0;
}

.masthead .logo,
.masthead .custom-logo {
  width: 64px;
  display: block;
}

.header__navigation--wrapper {
  width: 100%;
  grid-row: 2/2;
  grid-column: 1/-1;
}

.header__navigation {
  margin: var(--md-1) 0 0 0;
  padding: 0;
  display: block;
  gap: 2.5rem;
  align-items: center;
}

.header__navigation li {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: var(--md-1);
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.75rem;
  display: flex;
}

.header__navigation .header__navigation--secondary-button,
.header__navigation .header__navigation--primary-button {
  margin-bottom: 0;
}

.navigation {
  color: var(--dark-blue);
}

.header__video--container {
  margin: 0;
  padding: 0;
  padding-bottom: var(--xs-4);
  display: flex;
  align-items: flex-end;
  position: relative;
}

.header__video__close,
.tracking-shipment-modal__close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	border: 0;
	z-index: 5;
	cursor: pointer;
}

.header__video__close svg,
.tracking-shipment-modal__close svg {
	transform: rotate(45deg);
	fill: var(--brand-white);
}

.header__video__play {
  position: absolute;
  bottom: var(--xs-4);
  right: var(--xs-4);
  margin: 0;
  padding: 0;
  border: 0;
}

.header__video {
  border-radius: var(--border-radius-large);
  height: auto;
  width: 100%;
  aspect-ratio: 290/175;
	object-fit: cover;
  margin: 0;
  padding: 0;
  display: block;
}

.header__video__dialog,
.tracking-shipment-modal {
	padding: 1rem;
	background: transparent;
	border: 0;
	overflow: hidden;
}

.tracking-shipment-modal {
	overflow-y: auto;
}

.tracking-shipment-modal__container {
	background: var(--brand-white);
	padding: 1rem;
	border-radius: var(--border-radius-large);
}

.tracking-shipment-modal__container .tracking-shipment-modal--header {
	margin-top: 0;
}

.tracking-shipment-modal__container .request-a-quote {
	margin-top: 0;
}

.tracking-information {
	background: var(--light-grey);
	padding: 0 var(--xs-4);
	border-radius: var(--border-radius-medium);
	margin-top: var(--sm-2);
}

@keyframes spinner {
  to {transform: rotate(360deg);}
}

.tracking-information--searching::before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border-radius: 50%;
  border: 4px solid #ccc;
  border-top-color: #000;
  animation: spinner .6s linear infinite;
}

.tracking-information dl {
	padding-top: var(--xs-4);
	margin: 0;
}

.tracking-information p:first-child {
	padding-top: var(--xs-4);
	margin-top: 0;
}

.tracking-information p:last-child {
	padding-bottom: var(--xs-4);
	margin-bottom: 0;
}

.tracking-information dl {
	grid-template-columns: auto;
	gap: 0 var(--sm-2);
}

.tracking-information dt {
  font-feature-settings: "clig" off, "liga" off;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.03125rem;
  display: block;
	grid-row: 1;
}

.tracking-information dt:nth-of-type(even) {
	grid-row: 3;
}

.tracking-information dd {
	margin-left: 0;
	grid-row: 2;
	margin-bottom: var(--xs-4);
}

.tracking-information dd:nth-of-type(even) {
	grid-row: 4;
}

.header__video__dialog iframe {
	display: block;
}

.header__video__dialog::backdrop,
.tracking-shipment-modal::backdrop {
	background: rgba(0,0,0,0.5);
}

.header {
	background: rgb(40,91,192);
  background-image: url("img/blue-lines.png");
  background-position: center;
  background-size: cover;
}

.header--home {
  background-image: var(--shade-gradient), url("img/mecca-hero.jpg");
  background-position: center, center;
  background-size: cover, cover;
}

.header--tech {
  background-image: var(--shade-gradient), url("img/side-truck.jpg");
  background-position: center, center;
  background-size: cover, cover;
}

.header--services {
  background-image: var(--shade-gradient), url("img/services.jpg");
  background-position: center, center;
  background-size: cover, cover;
}

.header--company {
  background-image: var(--shade-gradient), url("img/company.jpg");
  background-position: center, center;
  background-size: cover, cover;
}

.header--with-image {
  background-image: var(--shade-gradient), var(--small-bg-url);
  background-position: center, center;
  background-size: cover, cover;
}

.mobile-navigation-trigger {
  min-width: 40px;
  border: none;
  cursor: pointer;
  padding: 0;
}

.header__navigation--wrapper {
  display: none;
}

.masthead--open .header__navigation--wrapper {
  display: block;
}

.mobile-navigation {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: var(--xs-2);
}

.header__navigation--wrapper .call-to-action {
  width: 100%;
  text-align: center;
}

.header__heading {
  font-size: 3rem;
  line-height: 1.1666;
}

.scroll-button--container {
  padding-bottom: var(--sm-2);
  text-align: center;
}

.call-to-action--scroll {
  justify-content: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
	.header--with-image {
	  background-image: var(--shade-gradient), var(--large-bg-url);
	}
  .masthead {
    padding: var(--xs-4) var(--sm-2);
  }
  .masthead .logo,
	.masthead .custom-logo {
    width: 103px;
  }
  .header__heading {
    font-size: 4rem;
    line-height: 1.125;
  }
  .header .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: stretch;
  }
  .header__introductions {
		padding-top: 22rem;
		min-height: 0;
    margin: var(--lg-3) var(--lg-4); /* ? */
    margin: 0 0 var(--sm-3) 0;
    padding-bottom: 0;
    display: grid;
    grid-template-columns: 1fr 22rem;
    gap: 0 var(--lg-1);
  }
  .header--home .header__introductions {
		height: auto;
    grid-template-columns: 1fr 22rem;
  }
  .header__video--container {
    padding-bottom: 0;
    grid-column: 2/3;
    grid-row: span 2;
  }
  .call-to-action--scroll {
    width: auto;
  }
}
@media screen and (min-width: 1350px) {
  .header__introductions {
    margin: var(--lg-3) var(--lg-4); /* ? */
    margin: 0 var(--lg-1) var(--lg-4);
  }
  .header--home .header__introductions {
    grid-template-columns: 1fr 29rem;
  }
  .header--home .header__introductions .header__heading {
    max-width: 600px;
  }
  .header__introductions .header__heading {
    max-width: 1100px;
  }
  .header__heading {
    font-size: 6.5rem;
    letter-spacing: -0.03125rem;
    line-height: 1;
  }
  .header__navigation {
    margin: 0;
  }
  .header__navigation li {
    margin-bottom: 0;
  }
  .header__navigation--wrapper .call-to-action {
    width: auto;
    text-align: left;
  }
  .masthead--wrapper {
    width: calc(100% - var(--md-2));
    margin: 0;
		left: var(--sm-2);
  }
  .header__navigation {
    margin: 0;
    justify-content: flex-end;
    display: flex;
    gap: 2.5rem;
    align-items: center;
  }
  .masthead {
    justify-content: flex-start;
    align-items: center;
    display: inline-flex;
    position: static;
  }
  .header__navigation--secondary-button {
    margin-left: 2.5rem;
  }
  .header__navigation--primary-button {
    margin-left: -1.25rem;
  }
  .mobile-navigation {
    display: none;
  }
  .header__navigation--wrapper {
    display: block;
  }
  .header__split {
    margin-top: var(--lg-1);
    margin-bottom: var(--lg-1);
  }
  .header h1 {
    margin-top: 0;
    margin-bottom: var(--sm-3);
  }
  .header p {
    margin-top: 0;
    margin-bottom: 0;
  }
  .scroll-button--container {
    grid-column: 1/2;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1500px) and (min-height: 900px) {
  .header--home .header__introductions {
		padding-top: calc(100vh - 470px);
  }
}
@media screen and (min-width: 1800px) {
  .header__introductions .header__heading,
  .header--home .header__introductions .header__heading {
    max-width: 1200px;
  }
}
.service-card,
.resource-article {
  background: var(--brand-white);
  border-radius: var(--border-radius-large);
  padding: var(--sm-2);
  display: flex;
  flex-direction: column;
  gap: var(--sm-2);
  flex: 0 0 auto;
  max-width: calc(100vw - var(--sm-3));
}

.resource-article {
  padding: 0;
  gap: 0;
}

.service-card p {
  max-width: 100%;
}

.service-card__header {
  margin-top: var(--lg-4);
  margin-bottom: var(--md-2);
}

@media all and (min-width: 600px) {
	.service-card__header {
	  margin-top: var(--xl-4);
	  margin-bottom: var(--lg-4);
	}
}

.articles__header {
  padding-top: var(--lg-1);
  margin-bottom: var(--lg-1);
}

.service-card__title,
.service-card__heading,
.articles__heading {
  margin: 0;
}

.service-card__heading {
	color: var(--brand-white);
}

.service-card__heading {
  font-size: 2.5rem;
  line-height: 1.2;
}

.resource-article {
  max-width: 360px;
}

.resource-article__image {
  padding: 0;
  margin: 0;
}

.resource-article__image img {
  display: block;
  border-radius: var(--border-radius-large);
  max-height: 236px;
  object-fit: cover;
}

.service-cards__pagination,
.articles__pagination {
  margin-top: var(--lg-1);
  margin-bottom: var(--xl-4);
}

.articles__pagination {
  margin-bottom: 0;
  padding-bottom: var(--xl-4);
}

@media all and (min-width: 600px) {
	.service-cards__pagination,
	.articles__pagination {
	  margin-bottom: var(--lg-1);
	}
}

.cards__indicators {
  margin-top: var(--md-1);
  margin-bottom: var(--md-1);
  display: flex;
  gap: 1rem;
}

.cards__indicator {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.5rem;
  background-color: var(--dark-grey);
  transition: width 0.3s, background-color 0.3s;
}

[data-current-card-index="0"] [data-indicator-index="0"],
[data-current-card-index="1"] [data-indicator-index="1"],
[data-current-card-index="2"] [data-indicator-index="2"],
[data-current-card-index="3"] [data-indicator-index="3"],
[data-current-card-index="4"] [data-indicator-index="4"],
[data-current-card-index="5"] [data-indicator-index="5"],
[data-current-card-index="6"] [data-indicator-index="6"],
[data-current-card-index="7"] [data-indicator-index="7"],
[data-current-card-index="8"] [data-indicator-index="8"],
[data-current-card-index="9"] [data-indicator-index="9"],
.cards__indicator--active {
  width: 2.5rem;
  background-color: var(--dark-blue);
}

.cards__arrows {
  display: flex;
  gap: var(--sm-1);
}

.cards__arrows a {
  display: block;
  border-radius: 100%;
  border: 1px solid var(--border-primary);
  padding: 1.33rem;
  height: 4rem;
  width: 4rem;
  background: var(--brand-white);
}

.cards__arrows a:first-child {
  transform: rotateY(-180deg);
}

.service-card__logo {
  margin: 0;
  padding: 0;
  width: 9rem;
  height: 9rem;
}

.articles__wrapper,
.logos__wrapper {
  max-width: 100%;
  overflow: hidden;
  scroll-behavior: smooth;
}

.logos__wrapper {
	overflow-x: auto;
	overflow-y: hidden;
}

.logos__wrapper {
  padding: var(--lg-1) 0;
}

.articles__wrapper .container,
.logos__wrapper .container {
  display: flex;
  gap: var(--sm-3);
}

.service-cards__wrapper .container {
	display: grid;
	gap: var(--sm-3);
	margin-bottom: var(--sm-3);
}

.logos__wrapper .container {
  gap: var(--md-1);
  align-items: center;
}

.partner-logo__item {
  margin: 0;
  padding: 0;
  min-height: 9rem;
  max-height: 15rem;
  min-width: 9rem;
  max-width: 15rem;
  display: flex;
  align-items: center;
}

.partner-logo__item img {
  display: block;
  background-color: var(--light-grey);
  mix-blend-mode: darken;
  filter: grayscale(100%);
}

.blue-card-feature {
  background: #aaa;
  padding-top: var(--md-2);
  padding-bottom: var(--md-2);
}

.blue-card {
  height: 20rem;
	background: rgb(40,91,192);
  background-image: url("img/blue-lines.png");
  background-size: cover;
  background-position: center;
	filter: hue-rotate(184deg);
  padding: var(--sm-3);
  border-radius: var(--border-radius-large);
  color: var(--brand-white);
  display: flex;
  align-items: flex-start;
  flex: 1 0 0;
  flex-direction: column;
  margin-bottom: var(--xs-4);
}

.blue-card > *,
.blue-card a {
  color: var(--brand-white);
}

.blue-card:last-child {
  margin-bottom: 0;
}

.blue-card .blue-card__heading {
  margin-top: 0;
  margin-bottom: auto;
}

.blue-card p {
  margin-bottom: 0;
}

.big-card-feature__figure .blue-card {
  padding: var(--sm-1) var(--sm-2);
  height: 100%;
}

.big-card-feature__figure .blue-card .blue-card__heading {
  margin-bottom: var(--sm-1);
}

.big-card-feature__figure .blue-card p {
  margin-bottom: var(--sm-1);
}

.big-card-feature,
.feature,
.product,
.woocommerce-page .woocommerce .products .product,
.wp-block-woocommerce-cart,
.wp-block-woocommerce-checkout.wc-block-checkout {
  background: var(--brand-white);
  margin-top: var(--md-2);
  margin-bottom: var(--md-2);
  border-radius: var(--border-radius-large);
  padding: var(--sm-3) var(--xs-4);
  gap: var(--lg-1);
}

.woocommerce-page .woocommerce .products .product {
	margin-top: var(--xs-4);
	margin-bottom: var(--xs-4);
  margin-right: var(--sm-3);
  padding: var(--sm-1);
  width: calc(25% - 1.5rem);
}

.woocommerce-page .woocommerce .products .product.last {
  margin-right: 0;
}

.big-card-feature__figure {
  margin: 0;
  padding: 0;
}

.big-card-feature__figure img {
  height: 100%;
  border-radius: var(--border-radius-medium);
  object-fit: cover;
}

.big-card-feature__headline {
  margin-top: var(--sm-3);
  margin-bottom: var(--sm-3);
  font-size: 2.5rem;
  line-height: 1.2;
}

.big-card-feature .eyebrow {
  margin-top: 0;
  margin-bottom: 0;
}

.big-card-feature__text,
.banner__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.big-card-feature__text > * {
  max-width: 45rem;
}

.big-card--contact .big-card-feature__text > * {
  max-width: 100%;
}

.big-card-button {
  margin-top: var(--lg-3);
  margin-bottom: var(--lg-1);
}

.blue-card .smaller {
  font-size: 1rem;
  line-height: 1.75;
}

.blue-card .blue-card__heading {
  font-size: 4rem;
  line-height: 1.125;
}

.big-card-feature__figure .blue-card .blue-card__heading {
  font-size: 2.5rem;
  line-height: 1.2;
}

.resource-article .eyebrow {
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: var(--sm-3);
}

.resource-article__title {
  font-size: 1.5rem;
  line-height: 1.333;
  margin-top: var(--xs-4);
  margin-bottom: var(--sm-2);
  font-weight: 400;
}

.contact-card {
  background: var(--brand-white);
  padding: var(--sm-2);
  line-height: 2;
  font-size: 1.125rem;
  border-radius: var(--border-radius-large);
}

.contact-card__wrapper {
  display: grid;
  gap: var(--sm-1);
  margin-top: var(--lg-1);
  margin-bottom: var(--lg-1);
}

.contact__title {
  margin-top: 0;
  margin-bottom: var(--sm-2);
  color: var(--brand-blue);
  font-size: 1.5rem;
  font-weight: 500;
}

.contact__phone {
  margin-top: 0;
  margin-bottom: var(--xs-4);
  color: var(--dark-blue);
  font-size: 1.125rem;
}

.contact__email {
  margin: 0;
  color: var(--dark-blue);
  font-weight: 600;
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
.grid--line-box {
  display: none;
}

.company-grid {
  gap: var(--xs-2) 0;
}

.company-grid--first {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.company-grid--first .h7 {
	margin-top: 0;
}

.company-grid--first .grid--story-one {
  grid-column: 1/-1;
}

.company-grid--first .grid--invoice {
  grid-column: 3/5;
  grid-row: 17/19;
}

.company-grid--first .grid--truck {
  grid-column: 1/4;
  grid-row: 2/10;
}

.company-grid--first .grid--warehouse {
  grid-column: 3/5;
  grid-row: 8/12;
}

.company-grid--first .grid--jerry {
  grid-column: 1/4;
  grid-row: 14/20;
}

.company-grid {
  display: grid;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.company-grid figure {
  margin: 0;
  padding: 0;
  border-radius: var(--border-radius-large);
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 2;
}

.company-grid figure img {
  object-fit: cover;
  border-radius: var(--border-radius-large);
  height: 100%;
}

@media all and (min-width: 768px) {
  .logos__wrapper {
    padding: var(--xl-4) 0;
  }
  .logos__wrapper .container {
    gap: var(--xl-5);
  }
  .big-card-feature__figure .blue-card .blue-card__heading {
    font-size: 4rem;
    line-height: 1.125;
  }
  .big-card-feature .blue-card {
    padding: var(--lg-4);
  }
  .service-card p {
    max-width: 360px;
  }
  .contact-card__wrapper {
    gap: var(--sm-2);
    grid-template-columns: repeat(2, 1fr);
    margin-top: var(--lg-4);
    margin-bottom: var(--lg-4);
  }
	
	.service-cards__wrapper .container {
		grid-template-columns: repeat(2, minmax(300px, 550px));
		margin-bottom: var(--md-2);
	}
}

@media all and (min-width: 1000px) {
	.service-card,
	.resource-article {
	  padding: var(--lg-1) var(--md-1);
	}
	.blue-card {
	  height: 26.5rem;
	}
	.blue-card-feature {
	  padding-top: var(--xl-4);
	  padding-bottom: var(--xl-4);
	}
	
	.big-card-feature,
	.feature,
	.product,
	.woocommerce-page .woocommerce .products .product,
	.wp-block-woocommerce-cart,
	.wp-block-woocommerce-checkout.wc-block-checkout {
	  margin-top: var(--lg-4);
	  margin-bottom: var(--lg-4);
	}
}

@media all and (min-width: 1200px) {
  .company-grid {
    max-width: 100%;
  }
  .grid--line-box-1 {
    grid-column: 36/66;
    grid-row: 30/41;
  }
  .grid--line-box {
    display: block;
  }
  .grid--line-box svg {
    width: 100%;
    height: auto;
  }
  .grid--line-box path {
    fill: none;
    stroke: var(--border-primary);
    stroke-width: 2px;
    vector-effect: non-scaling-stroke;
    stroke-dasharray: 10;
    stroke-dashoffset: 100;
    animation: dash 5s linear infinite;
  }
  .company-grid--first {
    grid-template-columns: repeat(110, 1fr);
    grid-template-rows: repeat(60, 1rem);
    gap: 0;
  }
  .company-grid--first .grid--story-one {
    grid-column: 1/35;
    grid-row: 1/15;
  }
  .company-grid--first .grid--invoice {
    grid-column: 66/-19;
    grid-row: 35/52;
  }
  .company-grid--first .grid--truck {
    grid-column: 1/36;
    grid-row: 16/47;
  }
  .company-grid--first .grid--warehouse {
    grid-column: 19/44;
    grid-row: 41/-1;
  }
  .company-grid--first .grid--jerry {
    grid-column: 76/-1;
    grid-row: 10/56;
  }
  .company-grid--second {
    margin-top: -5rem;
    grid-template-columns: repeat(110, 1fr);
    grid-template-rows: repeat(39, 1rem);
  }
  .grid--line-box-2 {
    grid-column: 70/-1;
    grid-row: 1/22;
  }
  .company-grid--second .grid--story-two {
    grid-column: 19/-57;
    grid-row: 12/-16;
  }
  .company-grid--second .grid--helen {
    grid-column: 57/-28;
    grid-row: 22/-1;
  }
  .company-grid--second .grid--aside {
    grid-column: 1/-82;
    grid-row: 32/-2;
  }
  .company-grid--third {
    margin-top: -5rem;
    grid-template-columns: repeat(110, 1fr);
    grid-template-rows: 15rem 1fr 15rem;
    align-items: center;
  }
  .grid--line-box-3 {
    grid-row: 1/2;
    grid-column: 42/75;
  }
  .company-grid--third .grid--story-three {
    grid-column: 75/-1;
    grid-row: 2;
  }
  .company-grid--third .grid--jersey-city {
    grid-column: 1/53;
    grid-row: 2;
  }
  .company-grid--fourth {
    margin-top: -20rem;
    grid-template-columns: repeat(110, 1fr);
    grid-template-rows: repeat(50, 1rem);
    padding-bottom: var(--xl-4);
  }
  .grid--line-box-4 {
    grid-row: 1/15;
    grid-column: 53/80;
  }
  .company-grid--fourth .grid--story-four {
    grid-column: 19/-28;
    grid-row: 40/50;
  }
  .company-grid--fourth .grid--shed-transport {
    grid-column: 9/-76;
    grid-row: 19/36;
  }
  .company-grid--fourth .grid--jerry-and-son {
    grid-column: 47/-9;
    grid-row: 15/39;
  }
  .grid--line-box-5 {
    grid-row: 28/-26;
    grid-column: 34/48;
  }
  .contact-card__wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: var(--md-1);
  }
  .contact-card {
    padding: var(--md-1);
  }
  .service-card__heading {
    font-size: 4rem;
    line-height: 1.125;
  }
  .resource-article {
    max-width: 400px;
  }
  .big-card-feature__figure .blue-card .blue-card__heading {
    margin-bottom: var(--md-1);
  }
  .big-card-feature__figure .blue-card p {
    margin-bottom: var(--md-1);
  }
  .blue-card .smaller {
    font-size: 1.125rem;
    line-height: 1.777;
  }
  .blue-card .blue-card__heading,
  .big-card-feature__figure .blue-card .blue-card__heading {
    font-size: 5.5rem;
    line-height: 1.09;
  }
  .service-card p {
    max-width: 440px;
  }
  .big-card-feature .eyebrow {
    margin-top: reset;
    margin-bottom: reset;
  }
  .big-card-feature__headline {
    font-size: 3rem;
    line-height: 1.1666;
    margin-top: var(--md-2);
    margin-bottom: var(--sm-3);
  }
  .blue-card-feature .container {
    flex-direction: row;
    display: flex;
    gap: var(--lg-1);
  }
  .blue-card {
    margin-bottom: 0;
    padding: var(--md-1) var(--sm-3);
  }
  .big-card-feature--reversed figure,
  .big-card-feature--reversed .big-card-feature__figure {
    grid-row: 1/1;
    grid-column: 1/1;
  }
  .big-card-feature {
    display: grid;
    padding: var(--sm-2);
    grid-template-columns: 62fr 38fr;
  }

	.wp-block-woocommerce-cart,
	.wp-block-woocommerce-checkout.wc-block-checkout {
		padding: var(--sm-2);
	}
	
  .big-card--contact {
    display: block;
  }
  .big-card-feature__text {
    padding: var(--lg-1);
    min-height: 750px;
  }
  .big-card-feature__text--no-padding {
    min-height: 0;
    padding: var(--xl-4) 0;
  }
	.big-card-feature__company-intro {
		padding: var(--xl-4) 0 var(--md-2) 0;
	}
	.big-card-feature__company-intro .big-card-feature__headline {
		margin-top: 0;
	}
  .big-card-feature__text--no-padding > * {
    max-width: 80%;
  }
  .big-card-feature--reversed {
    grid-template-columns: 38fr 62fr;
  }
  .resource-article__title {
    font-size: 1.75rem;
    line-height: 1.285;
    margin-top: var(--xs-4);
    margin-bottom: var(--sm-3);
  }
  .articles__header {
    padding-top: var(--xl-4);
    margin-bottom: var(--lg-4);
  }
	.service-cards__wrapper .container {
		margin-bottom: var(--xl-4);
	}
}

@media all and (min-width: 1400px) {
	.service-cards__wrapper .container {
		grid-template-columns: repeat(3, minmax(300px, 550px));
		margin-bottom: var(--xl-4);
	}
}
.banner {
	background: rgb(40,91,192);
  background-image: url("img/blue-lines.png");
  background-size: cover;
  background-position: center;
  color: var(--brand-white);
  padding-top: var(--lg-1);
  padding-bottom: var(--lg-3);
}

.banner > *,
.banner__text > *,
.partner > *,
.banner .sub-heading-2 {
  color: var(--brand-white);
}

.banner .container {
  position: relative;
}

.banner .call-to-action {
  border-color: var(--brand-white);
  color: var(--brand-white);
}

.banner__text > * {
  max-width: 49rem;
}

.banner__text .eyebrow + .h4 {
  margin-top: var(--sm-3);
}

.banner__text .h4 {
  margin-top: 0;
  margin-bottom: 0;
}

.banner__image {
  text-align: center;
  margin: 0 auto;
  padding: 0;
}

@keyframes spinning {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.spinning {
  max-width: 21.625rem;
  animation: spinning linear 10s infinite;
}

.all-partners {
  display: grid;
  gap: var(--md-1);
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.partner {
  padding: var(--sm-3);
  background: rgba(255, 255, 255, 0.05);
  border-radius: var(--border-radius-large);
}

.partner figure img {
	max-width: 100%;
	width: auto;
}

.partner figure {
	margin-bottom: 1rem;
}

.partner__heading {
  margin: 0;
}

.careers {
  margin: var(--xl-4) 0;
}

.careers__figure {
  margin: 0;
  padding: 0;
  border-radius: var(--border-radius-xlarge) var(--border-radius-xlarge) 0 0;
}

.careers__figure img {
  border-radius: var(--border-radius-xlarge) var(--border-radius-xlarge) 0 0;
}

.careers .banner {
  text-align: center;
  border-radius: 0 0 var(--border-radius-xlarge) var(--border-radius-xlarge);
  padding: var(--lg-1) var(--sm-1);
}

.careers .banner .eyebrow {
  margin-top: 0;
}

.careers__actions {
  display: inline-flex;
  flex-direction: column;
  gap: var(--sm-2);
  margin-top: var(--md-2);
}

.careers__actions a {
  padding: var(--sm-2) var(--md-1);
}

.banner__icons {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  list-style: none;
  margin: var(--lg-1) 0 0 0;
  padding: var(--md-1) 0;
  background: rgba(255, 255, 255, 0.05);
  border-radius: var(--xs-4);
  max-width: 840px;
  overflow-x: auto;
  overflow-y: hidden;
}

.banner__icons:after {
  content: "";
  position: absolute;
  width: 80%;
  min-width: 700px;
  height: 1px;
  background: var(--brand-white);
  top: 72px;
  left: 10%;
}

.banner__icon {
  z-index: 2;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: var(--sm-2);
  min-width: 140px;
}

.banner__icon figure {
  border: 1.5px solid var(--brand-blue);
  margin: 0 auto;
  border-radius: 100%;
  background: var(--brand-white);
  width: 4rem;
  height: 4rem;
}

.banner__icon figure img {
  width: 100%;
  height: auto;
  padding: var(--xs-4);
}

@media all and (min-width: 1000px) {
	.banner {
	  padding-top: var(--xl-5);
	  padding-bottom: var(--xl-5);
	}
	
  .banner__icons {
    max-width: 100%;
  }
	
}
@media all and (min-width: 1200px) {
	
  .banner__information {
    display: grid;
    grid-template-columns: 58fr 42fr;
  }
  .header__paragraph {
    font-size: 1.125rem;
    line-height: 1.777;
  }
  .careers .banner {
    padding: var(--lg-4) var(--xl-4);
  }
  .careers__actions {
    margin-top: var(--lg-1);
    flex-direction: row;
  }
}
@media all and (max-width: 1199px) {
  .banner__image {
		display: none;
  }
}
.big-card-feature__text > .get-in-touch {
  max-width: 100%;
}

.get-in-touch {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--sm-3);
}

.get-in-touch__lede-text {
	display: block;
	margin-top: 0;
	margin-bottom: 0;
}

.combined-label-input {
  border-radius: var(--border-radius-large);
  padding: var(--sm-1) var(--sm-1) var(--xs-4) var(--sm-1);
  border: 1px solid var(--border-primary);
}

.combined-label-input label {
  margin-bottom: var(--xs-1);
}

.combined-label-input input,
.combined-label-input textarea,
.combined-label-input select,
.variations select {
  padding: 0.375rem 0;
  border: 0;
	width: 100%;
}

.woocommerce div.product form.cart .variations select {
	min-width: 18ch;
}

textarea {
  width: 100%;
}

.combined-label-input--full-width {
  grid-column: 1/-1;
}

.combined-label-input--centered {
  text-align: center;
}

.combined-label-input--submit {
  margin-top: var(--sm-2);
}

.combined-label-input select,
.variations select {
  display: block;
  color: #444;
  line-height: 1.3;
  width: 100%;
  max-width: 100%; /* useful when width is set to anything other than 100% */
  box-sizing: border-box;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  /* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
  background-position: right 0.7em top 50%;
  /* icon size, then gradient */
  background-size: 0.65em auto;
}

.request-a-quote {
  display: flex;
  flex-direction: column;
  margin-top: var(--lg-1);
  gap: var(--sm-2);
}

.field select {
  display: block;
  color: #444;
  max-width: 100%; /* useful when width is set to anything other than 100% */
  box-sizing: border-box;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  /* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
  background-position: right 0.7em top 50%;
  /* icon size, then gradient */
  background-size: 0.65em auto;
}

.field select,
.field input {
  width: 100%;
  line-height: 1.75rem;
  border: 1px solid var(--border-primary);
  border-radius: var(--border-radius-large);
  padding: var(--sm-1) var(--sm-1) var(--xs-4) var(--sm-1);
}

.field--button {
  display: flex;
}

.field button {
  margin-top: auto;
  padding: var(--sm-2) var(--md-1);
}

.quote-request--wrapper {
  padding: var(--lg-4) 0;
}

@media all and (min-width: 600px) {
	.quote-request--wrapper {
	  padding: var(--xl-4) 0;
	}
}

.quote-request--wrapper .h6 {
  margin-top: 0;
  margin-bottom: 0;
  color: var(--brand-blue);
}

.quote-form__wrapper fieldset {
  border: 0;
  padding: var(--md-1) 0;
}

.quote-form__wrapper legend {
  margin-bottom: var(--md-1);
}

.quote-form__wrapper .combined-label-input + .combined-label-input {
  margin-top: var(--sm-1);
}

.quote-form__wrapper hr {
  margin-top: var(--md-1);
  margin-bottom: var(--md-1);
}

.checkbox,
.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-radio .wpcf7-list-item {
	display: grid;
  margin-top: var(--sm-2);
  margin-bottom: var(--sm-2);
	margin-left: 0;
}

.checkbox,
.wpcf7-checkbox .wpcf7-list-item label,
.wpcf7-radio .wpcf7-list-item label {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: var(--xs-4);
}

.checkbox label,
.wpcf7-checkbox .wpcf7-list-item-label,
.wpcf7-radio .wpcf7-list-item-label {
  font-weight: 600;
  line-height: 1.25;
  text-transform: initial;
}

.checkbox:last-child,
.wpcf7-checkbox .wpcf7-list-item.last {
  margin-bottom: 0;
}

.quote-form__wrapper {
  padding: 0;
  border: 1px solid var(--border-primary);
}

.quote-form__wrapper fieldset {
  padding: var(--md-1) var(--xs-4);
  border-bottom: 1px solid var(--border-primary);
}

.quote-form__wrapper fieldset:nth-child(4) {
  border-bottom: 0;
}

.inline-radio-select {
  background: white;
  flex-direction: column;
  border-radius: var(--border-radius-large);
  border: 1px solid var(--border-primary);
  display: inline-flex;
  gap: var(--md-1);
  padding: var(--sm-2) var(--sm-3);
}

.inline-radio-select .checkbox {
  margin: 0;
}

.select-form {
  display: flex;
  flex-direction: column;
  gap: var(--sm-2);
  margin-top: var(--lg-1);
}

.select-form__header {
  margin: 0;
  font-size: 2rem;
  line-height: 1.25;
}

@media all and (min-width: 768px) {
  .inline-radio-select {
    flex-direction: row;
  }
  .select-form {
    display: inline-flex;
  }
  .get-in-touch {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
	.get-in-touch__lede-text {
		display: block;
		margin-top: 0;
		margin-bottom: 0;
	}
	.get-in-touch__lede-text .big-card-feature__headline {
		margin-top: 0;
		margin-bottom: 0;
	}
}
@media all and (min-width: 1100px) {
  .select-form {
    flex-direction: row;
    align-items: center;
  }
}
@media all and (min-width: 1400px) {
  .select-form {
    margin-top: var(--xl-4);
    gap: var(--lg-1);
  }
  .quote-form__wrapper form {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0;
  }
  .quote-form__wrapper fieldset {
    padding: var(--lg-1);
    border-bottom: 0;
    border-right: 1px solid var(--border-primary);
  }
  .quote-form__wrapper fieldset:nth-child(4) {
    border-right: 0;
  }
  .request-a-quote {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr auto;
    gap: var(--lg-1);
  }
  .get-in-touch {
    width: 36.75rem;
    margin: var(--lg-1) auto;
  }
	.get-in-touch__lede-text {
		margin-top: 0;
		margin-bottom: 0;
	}
  .big-card--contact .get-in-touch {
    width: 100%;
    padding: 0 var(--lg-1);
  }
	.tracking-information dl {
		display: grid;
	}
}
@media all and (max-width: 1399px) {
  .big-card--get-in-touch {
    display: flex;
    flex-direction: column;
  }
}
@media all and (min-width: 1500px) {
  .select-form__header {
    font-size: 3rem;
    line-height: 1.1666;
  }
}
@keyframes carousel {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
.store__banner {
  display: none;
  color: black;
  background: white;
  text-transform: uppercase;
  padding-top: var(--sm-1);
  padding-bottom: var(--sm-1);
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 600;
  overflow: hidden;
}

.store__banner--inner {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  padding-right: 1.75rem;
  padding-left: 1.75rem;
  gap: var(--sm-2);
  animation: carousel linear 25s infinite;
}

.store__banner--inner svg {
  max-height: 1rem;
}

.store__banner--truck {
  margin-left: var(--xs-4);
}

.store__banner--truck svg {
  max-height: 1.75rem;
}

.store__banner--inner div {
  align-items: center;
  display: flex;
}

@media all and (min-width: 768px) {
  .store__banner {
    display: flex;
  }
}
details > summary {
  list-style: none;
  cursor: pointer;
}

details > summary::marker,
details > summary::-webkit-details-marker {
  display: none;
}

.accordion__wrapper {
  counter-reset: accordion 0;
  padding-bottom: var(--xl-4);
}

.accordion__wrapper .accordion {
  counter-increment: accordion 1;
}

.accordion__wrapper .accordion summary::before {
  font-family: "Barlow Semi Condensed";
  font-weight: 500;
  font-feature-settings: "clig" off, "liga" off;
  color: var(--brand-blue);
  content: counter(accordion);
  transition: color 0.15s;
  display: block;
  font-size: 1.5rem;
  line-height: 1.333;
  grid-row: 1;
  grid-column: 1;
}

.accordion summary {
  padding: var(--md-2) var(--xs-4);
  border-bottom: 1px solid var(--border-primary);
  transition: color 0.5s, background-color 0.15s;
  display: grid;
  grid-template-columns: 1fr 40px;
}

.accordion summary:hover {
  border-bottom: 1px solid transparent;
  background: var(--brand-blue);
  color: var(--brand-white);
  border-radius: var(--border-radius-large);
}

.accordion[open] summary {
  border-bottom: 1px solid transparent;
  background: var(--brand-blue);
  color: var(--brand-white);
  border-radius: var(--border-radius-large);
}

.accordion:hover summary > *,
.accordion[open] summary > * {
  color: var(--brand-white);
}

.accordion--open,
.accordion--hover,
.accordion--closed {
  margin-left: auto;
  align-self: center;
  grid-row: 1/3;
  grid-column: 2;
}

.accordion[open] .accordion--closed,
.accordion--hover,
.accordion--open {
  display: none;
}

.accordion summary:hover .accordion--hover {
  display: block;
}

.accordion[open] summary:hover .accordion--hover,
.accordion summary:hover .accordion--closed {
	display: none;
}

.accordion[open] .accordion--open {
  display: block;
}

.accordion__wrapper .accordion summary:hover::before,
.accordion__wrapper .accordion[open] summary::before {
  color: var(--brand-white);
}

.accordion .sub-heading-2 {
  margin: 0 2ch 0 0;
  grid-row: 2;
  grid-column: 1;
}

.accordion__content {
  padding-left: var(--xs-4);
  padding-right: var(--xs-4);
}

.accordion__image {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.accordion__image img {
	display: block;
	border-radius: var(--border-radius-large);
}

@media all and (min-width: 768px) {
  .accordion summary {
    display: flex;
  }
  .accordion .sub-heading-2 {
    font-size: 1.75rem;
    line-height: 1.285;
    display: inline-block;
  }
  .accordion__wrapper .accordion summary::before {
    display: inline;
    margin-right: var(--sm-3);
    font-size: 1.75rem;
    line-height: 1.285;
  }
  .accordion summary {
    padding: var(--md-2) var(--sm-3);
  }
  .accordion__content {
    padding-left: var(--sm-3);
    padding-right: var(--sm-3);
  }
	
	.accordion__content--with-image {
		display: flex;
		gap: var(--md-1);
	}
	
	.accordion__image {
		min-width: 40%;
	}
	
	.accordion__image img {
		height: 100%;
		object-fit: cover;
	}
}
.services__navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.services .call-to-action {
	display: inline-block;
}

.services__navigation .eyebrow {
  padding-top: var(--sm-3);
  color: var(--disabled-grey);
}

.services__navigation li a,
.services a > span {
  font-family: "Barlow Semi Condensed";
  font-weight: 600; /* Reads as 500 in the typography sheets? */
  font-feature-settings: "clig" off, "liga" off;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
  color: var(--dark-blue);
  transition: color 0.3s, margin-bottom 0.3s;
  display: block;
  margin-top: var(--sm-3);
  margin-bottom: var(--sm-3);
}

.services__navigation li a:hover,
.services__navigation li a:active,
.services__navigation li a.selected,
[data-current-anchor-index="0"] [data-anchor-index="0"],
[data-current-anchor-index="1"] [data-anchor-index="1"],
[data-current-anchor-index="2"] [data-anchor-index="2"],
[data-current-anchor-index="3"] [data-anchor-index="3"],
[data-current-anchor-index="4"] [data-anchor-index="4"],
[data-current-anchor-index="5"] [data-anchor-index="5"],
[data-current-anchor-index="6"] [data-anchor-index="6"],
[data-current-anchor-index="7"] [data-anchor-index="7"],
[data-current-anchor-index="8"] [data-anchor-index="8"],
.services a > span {
  text-decoration: none;
  color: var(--brand-blue);
}

[data-current-anchor-index="0"] [data-anchor-index="0"],
[data-current-anchor-index="1"] [data-anchor-index="1"],
[data-current-anchor-index="2"] [data-anchor-index="2"],
[data-current-anchor-index="3"] [data-anchor-index="3"],
[data-current-anchor-index="4"] [data-anchor-index="4"],
[data-current-anchor-index="5"] [data-anchor-index="5"],
[data-current-anchor-index="6"] [data-anchor-index="6"],
[data-current-anchor-index="7"] [data-anchor-index="7"],
[data-current-anchor-index="8"] [data-anchor-index="8"],
.services__navigation li a.selected {
  margin-bottom: var(--lg-4);
}

.services__heading {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-top: 0;
	margin-bottom: var(--sm-2);
}

.services--top {
  margin-top: var(--lg-1);
  margin-bottom: var(--lg-1);
}

.services hr {
  margin-top: var(--lg-1);
  margin-bottom: var(--lg-1);
}

.services .accordion__wrapper + hr {
	margin-top: 0;
}

.services li,
.entry-content li {
  font-size: 1.125rem;
  line-height: 1.777;
}

.services ul,
.entry-content ul {
  margin: var(--sm-2) 0 var(--md-1) 0;
}

.services__figure,
.services__figure img {
  border-radius: var(--border-radius-large);
}

.services__figure {
  position: relative;
}

.services__figure figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-image: var(--shade-gradient);
	padding: var(--sm-2) var(--sm-1);
  border-radius: 0 0 var(--border-radius-large) var(--border-radius-large);
}

.services__figure figcaption .eyebrow {
  color: var(--brand-white);
}

.services__figure figcaption .caption__heading {
  color: var(--brand-white);
  font-size: 2rem;
  line-height: 1.25;
  font-family: "Barlow Semi Condensed";
  font-weight: 600; /* Reads as 500 in the typography sheets? */
  font-feature-settings: "clig" off, "liga" off;
  margin: 0;
}

@media all and (min-width: 600px) {
	.services__figure figcaption {
	  padding: var(--md-2) var(--sm-3);
	}
	.services__figure figcaption .caption__heading {
		font-size: 3rem;
		line-height: 1.1666;
	}
}

.services--rule-above {
  padding-top: var(--lg-1);
}

.services--top + .services--rule-above {
  border-top: 1px solid var(--border-primary);
}

.services__figure {
  margin-top: var(--md-1);
  margin-bottom: var(--md-1);
}

.services__offer__heading {
  margin-top: var(--md-1);
  margin-bottom: var(--sm-2);
}

.services__subheading {
  margin-top: var(--md-1);
  margin-bottom: var(--md-1);
  max-width: 54rem;
  font-size: 2rem;
  line-height: 1.25;
}

.services__navigation {
  display: none;
}

.services--top .services__navigation {
  display: block;
}

@media all and (min-width: 1200px) {
  .services a > span {
    display: none;
  }
  .services__subheading {
    margin-top: var(--lg-1);
    margin-bottom: var(--lg-1);
  }
  .services__offer__heading {
    margin-top: var(--sm-3);
    margin-bottom: var(--xs-4);
  }
  .services--rule-above {
    padding-top: var(--xl-4);
  }
  .services__heading {
    font-size: 4rem;
    line-height: 1.125;
  }
  .services {
    display: flex;
    gap: var(--lg-1);
  }
  .services--top {
    margin-top: var(--xl-4);
    margin-bottom: var(--xl-4);
    align-items: center;
  }
  .services__navigation {
    display: block;
    width: 20rem;
    flex: 0 0 auto;
  }
  .services__navigation .sticky__navigation {
    position: sticky;
    top: 9rem;
  }
	a {
		scroll-margin-top: 9rem;
	}
  .services__navigation ul {
    margin: 0;
    padding: 0;
  }
  .services ul {
    margin: var(--xs-4) 0 var(--sm-3) 0;
  }
  .services hr {
    margin-top: var(--xl-4);
    margin-bottom: var(--xl-4);
  }
  .services__figure {
    min-height: 35rem;
    margin-top: var(--lg-1);
    margin-bottom: var(--lg-1);
  }
  .services__figure__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--lg-4) var(--lg-1);
    margin-top: var(--lg-1);
    margin-bottom: var(--lg-1);
  }
  .services__figure__grid .services__figure {
    margin-top: 0;
    margin-bottom: 0;
  }
  .services__figure__grid img {
    height: 100%;
    object-fit: cover;
  }
}
@media all and (min-width: 1600px) {
  .services__navigation {
    width: 34rem;
  }
}
.footer__socials {
  display: flex;
  flex-direction: column;
}

.footer__socials .socials__heading {
  margin-top: var(--lg-1);
  margin-bottom: var(--md-1);
}

.container--footer {
  max-width: 808px;
}

.socials {
  display: flex;
  flex-direction: column;
  list-style: none;
  gap: var(--xs-4) var(--sm-1);
  align-items: center;
  padding-left: 0;
}

.socials li {
  width: 100%;
}

.socials a img {
  max-width: 32px;
}

.socials a {
  display: flex;
  padding: var(--sm-1) var(--sm-2);
  border-radius: var(--border-radius-large);
  border: 1px solid var(--border-primary);
  text-transform: lowercase;
  color: var(--dark-blue);
  gap: var(--sm-1);
}

.footer__navigation {
  padding: var(--md-1) 0;
}

.newsletter__form,
.woocommerce .product .cart,
.woocommerce .product .woocommerce-variation-add-to-cart {
  display: flex;
  justify-content: space-between;
  border: 1px solid var(--border-primary);
  border-radius: var(--border-radius-large);
  padding: var(--xs-3) var(--xs-3) var(--xs-3) var(--sm-1);
  gap: var(--sm-1);
}

.woocommerce div.product form.cart .variations {
	border: 1px solid var(--border-primary);
	border-radius: var(--border-radius-large);
	padding: var(--xs-3) var(--xs-3) var(--xs-3) var(--sm-1);
	display: inline-flex;
	justify-content: space-between;
	width: auto;
}

.woocommerce .product .variations th {
	display: block;
}
.woocommerce .product .variations td {
	display: flex;
}

.newsletter__form p {
  display: flex;
	font-size: 100%;
  justify-content: space-between;
	align-items: center;
}

.woocommerce .product .cart,
.woocommerce .product .woocommerce-variation-add-to-cart {
  align-items: center;
  display: inline-flex;
}

.woocommerce .product .cart {
  padding: var(--xs-3) 0 var(--xs-3) 0;
}

.woocommerce .product .cart .quantity .qty {
  border: 0;
  width: 2.75rem;
  font-size: 1.25rem;
}

.woocommerce .product .variations_form {
	border: 0;
	padding: 0;
	display: block;
}

.newsletter__form input[type=email] {
  width: 100%;
  border: 0;
}

.footer__navigation__photo {
  padding: 0;
  margin: 0;
}

.footer__image {
  display: block;
  border-radius: var(--border-radius-large);
  max-width: 400px;
}

.footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer__links li {
  margin-bottom: var(--xs-4);
}

.footer__links .menu-item {
  font-size: 1rem;
  line-height: 1.75;
}

.basement {
  display: flex;
  flex-direction: column;
  gap: var(--xs-4);
  padding: 1.5rem 0;
  color: var(--basement-grey);
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1rem; /* 133.333% */
}

/* TODO: Check w/ Dave */
.footer__link__header {
  font-weight: 700;
  color: var(--brand-blue);
  font-family: sans-serif;
  text-transform: uppercase;
  font-size: 0.875em;
  line-height: 1.5rem;
  letter-spacing: 0.03125rem;
  margin-top: var(--md-1);
  margin-bottom: var(--sm-2);
}

@media all and (min-width: 768px) {
  .socials li {
    width: auto;
  }
  .socials {
    flex-direction: row;
  }
}
@media all and (min-width: 1200px) {
  .socials a {
    padding: var(--sm-1) var(--sm-3);
  }
  .container--footer {
    max-width: 100%;
  }
  .footer__socials {
    flex-direction: row;
    gap: var(--lg-1);
    align-items: center;
  }
  .footer__socials .socials__heading {
    margin-bottom: var(--lg-1);
  }
  .socials {
    margin-left: var(--sm-1);
  }
  .footer__link__header {
    margin-top: 0;
  }
  .footer__navigation {
    padding: var(--lg-4) 0;
  }
  .basement {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .footer__navigation__newsletter {
    margin-right: var(--lg-1);
    max-width: 30rem;
  }
  .footer__navigation {
    display: grid;
    grid-template-columns: 1fr 25rem;
    gap: var(--lg-1);
  }
  .footer__navigation__links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-row: 2;
    grid-column: 1/-1;
    gap: var(--lg-1);
  }
}
@media all and (min-width: 1600px) {
  .footer__navigation__links {
    grid-row: auto;
    grid-column: auto;
  }
  .footer__navigation {
    display: grid;
    grid-template-columns: 28.5rem 1fr 25rem;
    gap: var(--lg-1);
  }
}

.wpcf7-form p {
	margin: 0;
	padding: 0;
}

.wpcf7-form br {
	display: none;
}

.related.products {
	clear: both;
}

@media all and (min-width: 600px) {
	.related.products h2 {
		text-align: center;
	  font-size: 4rem;
	  line-height: 1.125;
		padding-top: var(--lg-1);
		margin-bottom: 0;
	}
}

.product_meta .posted_in {
	display: none;
}

.woocommerce-result-count,
.woocommerce-ordering {
	display: none;
}

.entry-content th {
	text-align: left;
}

.entry-content table {
	border-collapse: collapse;
}

.entry-content td,
.entry-content th {
	border: 1px solid #ccc;
	margin: 0;
	vertical-align: top;
	width: 50%;
}

.entry-content th {
	padding: 1ch 0.75ch;
}

.entry-content td {
	padding: 1ch 2ch 1ch 0.75ch;
}

.entry-content td ul {
	margin-top: 0;
	padding-left: 2ch;
}

.wpcf7-form .recaptcha-notice {
	margin-top: 1rem;
	font-size: 13px;
	grid-column: 1 / -1;
}

.wpcf7-form .recaptcha-notice--in-gap {
	margin-top: -1rem;
}

.grecaptcha-badge { visibility: hidden; }

/* 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: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	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;
}

.util--pointer {
  cursor: pointer;
}