/*!
Theme Name: Lincolnshire Pork Co
Theme URI: https://lincolnshireporkco.co.uk
Author: the Urban Feather team
Author URI: https://urbanfeather.com
Description: A fully editable theme for Lincolnshire Pork Co.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lincolnshireporkco

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

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

/*! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

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

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

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
  tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
}

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

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
  position: relative;
  z-index: 0;
  top: 0;
  margin: 0;
}
html::before {
  content: "";
  position: absolute;
  width: calc(100% + 50vw);
  height: 100%;
  background-color: var(--limestone);
  z-index: -1;
  opacity: 0.33;
  top:0%;
  left:50%;
  transform: translate(-100vw, 0vh);
}

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  /* 1 */
  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;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

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

[hidden] {
  display: none;
}

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

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

.container {
  width: 100vw;
}

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

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

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

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

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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-0 {
  bottom: 0px;
}

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

.left-0 {
  left: 0px;
}

.-bottom-20 {
  bottom: -5rem;
}

.-bottom-48 {
  bottom: -12rem;
}

.-bottom-52 {
  bottom: -13rem;
}

.top-0 {
  top: 0px;
}

.right-0 {
  right: 0px;
}

.-bottom-32 {
  bottom: -8rem;
}

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

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

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

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

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

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

.mt-52 {
  margin-top: 13rem;
}

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

.mt-10 {
  margin-top: 2.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

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

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

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

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

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

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

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-full {
  height: 100%;
}

.h-52 {
  height: 13rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.w-2\/5 {
  width: 40%;
}

.w-full {
  width: 100%;
}

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

.w-3\/5 {
  width: 60%;
}

.w-10 {
  width: 2.5rem;
}

.w-60 {
  width: 15rem;
}

.w-32 {
  width: 8rem;
}

.w-5\/6 {
  width: 83.333333%;
}

.w-40 {
  width: 10rem;
}

.w-44 {
  width: 11rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.list-none {
  list-style-type: none;
}

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

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

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

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

.place-content-start {
  place-content: start;
}

.place-content-between {
  place-content: space-between;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

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

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

.justify-between {
  justify-content: space-between;
}

.gap-20 {
  gap: 5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}

.overflow-hidden {
  overflow: hidden;
}

.rounded-full {
  border-radius: 9999px;
}

.bg-footerGreen {
  --tw-bg-opacity: 1;
  background-color: rgb(57 84 66 / var(--tw-bg-opacity));
}

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

.bg-slate {
  --tw-bg-opacity: 1;
  background-color: rgb(63 68 68 / var(--tw-bg-opacity));
}

.bg-lincolnshireSky {
  --tw-bg-opacity: 1;
  background-color: rgb(114 176 189 / var(--tw-bg-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

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

.object-contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-2 {
  padding: 0.5rem;
}

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

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

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

.pt-10 {
  padding-top: 2.5rem;
}

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

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

.pl-5 {
  padding-left: 1.25rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

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

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

.font-primaryBold {
  font-family: Gill Sans Bold;
}

.font-primary {
  font-family: Gill Sans Regular;
}

.font-calibri {
  font-family: Calibri Regular;
}

.font-secondary {
  font-family: ALTERNATE GOTHIC COMPRESSED ATF;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

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

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.font-semibold {
  font-weight: 600;
}

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

.uppercase {
  text-transform: uppercase;
}

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

.text-slate {
  --tw-text-opacity: 1;
  color: rgb(63 68 68 / var(--tw-text-opacity));
}

.opacity-60 {
  opacity: 0.6;
}

.drop-shadow-xl {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03))
    drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}

@font-face {
  font-family: "Gill Sans Bold";

  src: url("../fonts/Gill-Sans/Gill Sans Bold.otf");
}

@font-face {
  font-family: "Gill Sans SemiBold";

  src: url("../fonts/Gill-Sans/Gill Sans Medium.otf");
}

@font-face {
  font-family: "Gill Sans Regular";

  src: url("../fonts/Gill-Sans/Gill Sans.otf");
}

@font-face {
  font-family: "Gill Sans Light";
  src: url("../fonts/Gill-Sans/Gill Sans Light.otf");
  
}

@font-face {
  font-family: "ALTERNATE GOTHIC COMPRESSED ATF";

  src: url("../fonts/alternate-gothic-cond-atf-bold/alternate-gothic-cond-atf-bold.otf");
}

@font-face {
  font-family: "Calibri Bold";

  src: url("../fonts/calibri font/Calibri Bold.TTF");
}

@font-face {
  font-family: "Calibri Regular";

  src: url("../fonts/calibri font/Calibri Regular.TTF");
}

/* default styles  */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --transparent: transparent;
  --lincolnshireSky: #72b0bd;
  --slate: #3f4444;
  --slate-rgb: 63, 68, 68,;
  --limestone: #E8DED2;
  --farmhousegreen: #a0ab4d;
  --redArrow: #ef6079;
  --blackPepper: #a39382;
  --mustard: #ed9b33;
  --footerGreen: #395442;
  --max-width-px: 1440px;
  --max-width: 1440;
  --transparent-to-slate-gradient-x:linear-gradient(90deg,rgba(var(--slate-rgb) 0) 0%, rgba(var(--slate-rgb) 1) 100%);
  --transparent-to-slate-gradient-y:linear-gradient(180deg,rgba(var(--slate-rgb) 0) 0%, rgba(var(--slate-rgb) 1) 100%);
  --standard-transition-timer: 0.25s;
  --standard-transition-easing: ease-in-out;
  --standard-transition-attribute: all;
  --standard-transition: var(--standard-transition-attribute) var(--standard-transition-timer) var(--standard-transition-easing);
  --default-transform: scale(1);
  --default-opacity: 1;
  --default-opactiy-hover:0.8;
  --default-transform-centred: translate(-50%, -50%) var(--default-transform);
  --default-transform-hover: scale(1.05);
  --default-transform-centred-hover: translate(-50%, -50%) var(--default-transform-hover);
  --scaling-pad-1: clamp(0.5rem, 0.3684rem + 0.7018vw, 1rem);
  --nav-link-font-size: clamp(0.8rem, 0.7474rem + 0.2807vw, 1rem);
  --nav-link-line-height: clamp(calc(0.8rem * 1), calc((0.7474rem + 0.2807vw) * 1), calc(1rem * 1));
  --nav-link-padding: calc(var(--nav-link-line-height) * 1.3) calc(var(--nav-link-line-height) * 0.75) calc(var(--nav-link-line-height) * 0.65) var(--nav-link-line-height);
  --nav-link-font-family: var(--font-primary-reg);
  --font-primary-bold: "Gill Sans Bold";
  --font-primary-reg: "Gill Sans Regular";
  --font-primary-semi: "Gill Sans SemiBold";
  --font-primary-light: "Gill Sans Light";
}
@media(max-width:1024px){
  :root {
    --nav-link-font-size: clamp(0.8rem, 0.8rem + 0vw, 0.8rem);
    --nav-link-line-height: clamp(0.8rem, 0.8rem + 0vw, 0.8rem);
    --nav-link-padding: calc(var(--nav-link-line-height) * 1.3) var(--nav-link-line-height) calc(var(--nav-link-line-height) * 0.65) var(--nav-link-line-height);
  }
}
@media(max-width:768px){
  :root {
    --nav-link-font-size: clamp(0.6rem, -0.0667rem + 2.2222vw, 1rem);
    --nav-link-line-height: clamp(0.6rem, -0.0667rem + 2.2222vw, 1rem);
    --nav-link-padding: calc(var(--nav-link-line-height) * 1.3) 2px calc(var(--nav-link-line-height) * 0.65) 0px;
    --nav-link-font-family: var(--font-primary-semi);
  }
}
@media(max-width:480px){
  :root {
    --nav-link-font-size: clamp(1rem, 0.6667rem + 1.7778vw, 1.2rem);
    --nav-link-line-height: clamp(1rem, 0.6667rem + 1.7778vw, 1.2rem);
    --nav-link-padding: calc(var(--nav-link-line-height) * 1.3) 0 calc(var(--nav-link-line-height) * 0.65) 0px;
    --nav-link-font-family: var(--font-primary-semi);
  }
}
.bg-lincolnshireSky {
  background-color: var(--lincolnshireSky);
}

.bg-slate {
  background-color: var(--slate);
}

.bg-redArrow {
  background-color: var(--redArrow);
}

.bg-blackPepper {
  background-color: var(--blackPepper);
}

.bg-mustard {
  background-color: var(--mustard);
}

.bg-farmhousegreen {
  background-color: var(--farmhousegreen);
}

.bg-footerGreen {
  background-color: var(--footerGreen);
}
.bg-footerSlate {
  background-color: #283533;
}

.section-starts {
  margin-top: 60px;
}

.inner-container {
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 1rem;
}

.blocks-widgets-container
  .wp-block-widget-area__inner-blocks.editor-styles-wrapper
  > .block-editor-block-list__layout {
  margin-top: -48px;
  padding: 72px 16px 16px;
  min-height: 32px;
  color: white !important;
  background-color: #3f4444 !important;
}

.wp-block-social-links.is-style-logos-only .wp-social-link a {
  padding: 0;
  color: white;
}

p {
  margin-top: 1rem;
}

/* engagements */ 
.visual-feedback {
  transition: var(--standard-transition);
}
.visual-feedback:hover {
  transform: var(--default-transform-hover);
  opacity: var(--default-opactiy-hover);
}
[class*='bg-fill']:after {
  position:absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 0;
  transform: translate(-50%, -50%);
}
[class*='fill\:100vw']:after {
  width: 100vw;
}
[class*='bg-fill'] > * {z-index: 1;position: relative;}
.bg-fill\:slate::after {
  background-color: var(--slate);
}
.bg-fill\:white::after {
  background-color: #fff;
}
.bg-fill\:limestone::after {
  background-color: var(--limestone);
}
[class*='bg-fill'][class*='bg:10%']::after {
  opacity: 0.1;
}
[class*='bg-fill'][class*='bg:5%']::after {
  opacity: 0.05;
}
/* /engagements */

#header {
  transition: background-color 0.3s ease-in-out;
}
.kw-header {
  left: 50%;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  z-index: 999;
  width: 110vw;
  transform: translate(-50%, 0);
  background: #fff;
  filter: drop-shadow(0px 0px clamp(0.5rem, 0.3684rem + 0.7018vw, 1rem) rgba(var(--slate-rgb) 0.2)) drop-shadow(0px 0px clamp(0.125rem, 0.0921rem + 0.1754vw, 0.25rem) rgba(var(--slate-rgb) 0.4));
}
.header-top-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: var(--scaling-pad-1);
  width: 100%;
}
#header-logo {
  width: calc((200 / var(--max-width)) * var(--max-width-px));
  max-width: calc((200 / var(--max-width)) * var(--max-width-px));
  object-fit: contain;
}
@media(max-width:1440px){
  #header-logo {
    width: calc(((200 / var(--max-width)) * 100vw) * 1.25);
    max-width: 200px;
    height: calc((((200 / var(--max-width)) * 100vw) * 1.25) * 0.427);
    min-width:150px;
    min-height: 65px;
  }
}
@media(max-width:768px){
  #header-logo {

  }
}
.header-stamp {
  position: absolute;
  right: 2rem;
  top: 50%;
  width: calc((75 / var(--max-width) * var(--max-width-px)));
  transform:translate(0, -50%)
}
@media(max-width:1440px) {
  .header-stamp {
    width: calc((75 / var(--max-width) * 100vw));
    min-width: 50px;
  }
}

.main-header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  top: 0;
  left: 0;
  padding: 1rem 0rem;
  height: 170px;
  overflow: hidden;
}
.nav-link a{
    font-weight: 300;
    letter-spacing: 0.15em;
    -webkit-font-smoothing: subpixel-antialiased;
    color: var(--slate);
    font-size: var(--nav-link-font-size);
    line-height: var(--nav-link-line-height);
    padding: var(--nav-link-padding);
    position: relative;
    overflow: hidden;
    font-family: var(--nav-link-font-family);
    text-align: center;
    white-space: nowrap;
}
.nav-link a::after {
    content: "";
    position: absolute;
    background: var(--slate);
    width: 0;
    height: 0px;
    top: calc(50% + (var(--nav-link-line-height) / 1.3));
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.8;
    transition: var(--standard-transition);
}
.nav-link a:hover::after {
  transition: var(--standard-transition);
  width:57.5%;
  height: 0.25px;
}
.nav-bar-container {
  position: fixed;
  z-index: 9999;
  width: 100%;
  top: 100px;
  left: 0;
  width: 100%;
}

.main-header::after {
  content: "";
  background-image: url(../images/white-cloud.png);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -20px;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  transform-origin: bottom;
  z-index: 1;
}

.main-header::before {
  content: "";
  background-image: url(../images/pale-clouds.png);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -30px;
  left: 0;
  z-index: 1;
  transform-origin: bottom;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.nav-link {
  position: relative;
  cursor: pointer;
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* .nav-link:hover::after,
.current_page_item::after,
.nav-link.active::after {
  content: "";
  position: absolute;
  bottom: 10px;
  width: 60%;
  background-color: white;
  height: 2px;
} */

/* mobile menu styles  */


.mobile-menu {
  z-index:999
}
.mobile-menu,
.mobile-menu .icon,
.mobile-menu:before,
.mobile-menu:after {
  position: absolute;
  width: calc((30 / 480) * 100vw);
  min-width:20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 0.5s;
  background-color: var(--slate);
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 3px;
  left:50%;
} 
.mobile-menu {
  height: calc(((30 / 480) * 100vw) * 0.66);
  top:50%;
  left: 50%;
  transform: translate(calc((50vw - 2rem) * -1), -50%);
  background-color: transparent;
  transform-origin: center;
}
.mobile-menu .icon,
.mobile-menu::before,
.mobile-menu:after{
  height: 2px;
  content: "";
  width: 100%;
  overflow: hidden;
}
.mobile-menu:before {
  top: 0;
}
.mobile-menu:after {
  top: 100%;
  transform: translate(-50%, -100%);
}

.mobile-menu.open {
  transform: translate(calc((50vw - 2rem) * -1), -50%) rotate(90deg);
}
.mobile-menu.open .icon {
  opacity: 0;
}
.mobile-menu.open:before,
.mobile-menu.open:after{
    width: 25px;
    min-width: 0;
    transform-origin: left;
    top:50%;
}
.mobile-menu.open:before { 
  transform: rotate(45deg) translate(calc(-50%), calc(-50%));
}
.mobile-menu.open:after {
  transform: rotate(-45deg) translate(calc(-50% + 1px), calc(-50% + 1px));
}

.mobile-menu:hover {
  cursor: pointer;
}

.mobile-nav-container {
  position: fixed;
  top:0;
  left: 50%;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255,255,255,0.95);
  transform: translate(-50%, -100%);
  transition: all 0.5s ease-out;
}
.mobile-nav-container .scroll {
  overflow-y: scroll;
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 6rem;
}
.mobile-nav-container.open {
  transform: translate(-50%, 0);
  transition: all 0.5s ease-out;
}

.mobile-nav-links .mobile-nav-link {
  position: relative;
  cursor: pointer;
}

.mobile-nav-links .mobile-nav-link:hover::after {
  display: none;
}

.mobile-nav-links li.current_page_item::after {
  display: none;
}

/* End of mobile menu styles  */

.hero-slider-container {
  z-index: 1;
  height: 500px;
  /*margin-top: 13rem;*/
  overflow: hidden;
}

.stockists-container {
  margin-top: 14rem;
}

.slider {
  position: relative;
}

.slider-arrows {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 103%;
  cursor: pointer;
}

.products-slider-arrows {
  position: absolute;
  left: 50%;
  top: 35%;
  transform: translate(-50%, -50%);
  width: 103%;
  cursor: pointer;
}

.slide {
  transform: translateX(5000px);
  transition: all 0.5s ease-in-out;
}

.slide-image {
  transition: all 0.5s ease-in-out;
  opacity: 0;
}

.slide-content {
  transform: translateX(5000px);
  transition: all 0.5s ease-in-out;
  opacity: 0;
}

.slide.active {
  transform: translateX(0px);
  opacity: 1;
  transition: all 0.5s ease-in-out;
}

.slide.active .slide-image,
.slide.active .slide-content {
  transform: translateX(0px);
  opacity: 1;
  transition: all 0.5s ease-in-out;
}

.product-hero-slider-container {
  z-index: 1;
  height: 100%;
  margin-top: 13rem;
  transition: all 0.3s ease-in-out;
}

.products-slider {
  height: 500px;
  width: 100%;
  position: relative;
}

.products-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.products-slide.active {
  display: flex;
  opacity: 1;
}

.products-slide .product-image-container {
  transform: scale(0.1);
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.products-slide.active .product-image-container {
  opacity: 1;
  transform: scale(1);
  transition: all 0.2s ease-in-out;
}

.products-slide .products-slide-content {
  transform: translateX(-100px);
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.products-slide.active .products-slide-content {
  opacity: 1;
  transform: translateX(0px);
  transition: all 0.2s ease-in-out;
}

.product-image-container img {
  filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.386));
}

.products-thumbnail {
  position: relative;
}

.products-slider-thumbnails {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  padding: 3rem 0rem;
  transition: all 0.3s ease-in-out;
  position: absolute;
  bottom: -25px;
  left: 0;
  cursor: pointer;
}

.products-thumbnail-container.active {
  transform: scale(1.3);
  transition: all 0.3s ease-in-out;
}

.grid-item {
  transform: translateY(150px);
  opacity: 0;
}

.grid-item-image {
  position: relative;
}

.grid-item-image::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #3f44442b;
}

.image-text {
  z-index: 1;
}

@media (max-width: 1026px) {
  .grid-item:nth-last-child(1) {
    grid-column: span 2 / span 2;
  }
}

/* footer styles  */
.footer-bg {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.footer-main-bg {
  width: 100%;
  position:relative;
}

@media(max-width:1440px){
  .footer-main-bg {
    margin-top: calc(clamp(1rem, -1.2rem + 7.3333vw, 5.4rem) * -1);
  }
}

.bg-fans {
  position: absolute;
  top: 0%;
  right: 0;
  height: -moz-fit-content;
  height: fit-content;
  width: 8rem;
}

.footer-bg .birds {
  position: absolute;
  top: -10%;
  left: 4%;
  width: 2rem;
  display: flex;
}

.footer-bg .birds svg:nth-child(1) {
  margin-top: 2rem;
}

.footer-bg .birds svg:nth-child(3) {
  margin-top: 2rem;
}

.footer-links ul {
  max-width: 70%;
  margin: 0 auto;
  gap: 0.5rem;
}

.footer-links ul li {
  position: relative;
  padding-right: 1rem;
}

/* .footer-links ul li:hover::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 60%;
  background-color: white;
  height: 2px;
  left: 0;
} */

.footer-links ul li.current_page_item::after {
  display: none;
}

/* contact us page style  */

.blocks-widgets-container
  .wp-block-widget-area__inner-blocks.editor-styles-wrapper
  > .block-editor-block-list__layout {
  margin-top: -48px;
  padding: 72px 16px 16px;
  min-height: 32px;
  background-color: var(--slate) !important;
}

.nf-form-cont {
  font-family: "Gill Sans SemiBold" !important;
  max-width: 800px !important;
  margin: 0 auto;
}

#nf-field-4_1 {
  background: #3f4444;
  border: 0;
  color: #f7f7f7;
  transition: all 0.5s;
  padding: 0rem 2rem;
}

.contact-template-container:has(.hero-slider-container)
  .contact-template-container {
  margin: 0;
}

.contact-template-container {
  margin-top: 13rem;
}

/* stockists styles  */

.stockists-thumbnails .stockist-item {
  opacity: 0;
  transform: scale(0.1);
}

@media (max-width: 700px) {
  .main-header::before {
    bottom: -60px;
  }

  .main-header {
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 0;
    left: 0;
    padding: 1rem 0rem;
    height: 100px;
    overflow: hidden;
  }
  .main-header::after {
    bottom: -50px;
  }

  .nav-bar-container {
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 80px;
    left: 0;
    width: 100%;
  }

  .hero-slider-container {
    z-index: 1;
    height: 500px;
    /*margin-top: 9.5rem;*/
    overflow: hidden;
  }

  .footer-bg {
    position: relative;
    width: 100%;
    height: 320px;
    overflow: unset;
  }

  .footer-links ul {
    max-width: 100%;
    margin: 0 auto;
    gap: 1rem;
  }

  .product-hero-slider-container {
    z-index: 1;
    height: 100%;
    margin-top: 9.5rem;
    transition: all 0.3s ease-in-out;
    position: relative;
  }

  .products-slider-arrows {
    position: absolute;
    left: 50%;
    top: 145px;
    transform: translate(-50%, -50%);
    width: 103%;
    cursor: pointer;
  }

  .products-slider {
    height: 800px;
    width: 100%;
    position: relative;
  }

  .products-slide {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    display: flex;
    flex-direction: column;
  }

  .products-slide .products-slide-content {
    transform: translateX(-100px);
    opacity: 0;
    margin-top: 6rem;
    transition: all 0.2s ease-in-out;
  }

  .products-slide:nth-child(2) .products-slide-content {
    margin-top: 7rem;
  }

  .products-slider-thumbnails {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 2rem;
    justify-content: center;
    padding: 2rem 0rem;
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: -140px;
    left: 0;
  }

  .tractor {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  .tractor .tractor-lr {
    width: 250px;
    height: 100%;
    position: relative;
    /* transform: translate(-50%, 0%); */
  }

  .tractorSvg {
    position: relative;
    z-index: 3;
  }

  .tractorBanner {
    position: relative;
    z-index: 1;
  }

  .tractor .tractor-lr {
    top: -50px;
    left: -1050px;
  }
}

@media (min-width: 700px) and (max-width: 750px) {
  .tractor {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  .tractorSvg {
    position: relative;
    z-index: 3;
  }

  .tractorBanner {
    position: relative;
    z-index: 1;
  }

  .tractor .tractor-lr {
    width: 350px;
    height: 100%;
    position: relative;
    top: -90px;
    left: -940px;
  }

  .bg-fans {
    position: absolute;
    top: 5%;
    right: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: 8rem;
  }
}

@media (min-width: 750px) {
  .nav-bar-container {
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 140px;
    left: 0;
    width: 100%;
  }

  .section-starts {
    margin-top: 100px;
  }

  .main-header::before {
    bottom: -30px;
  }

  .main-header::after {
    bottom: -40px;
  }

  .product-hero-slider-container {
    z-index: 1;
    height: 100%;
    margin-top: 14rem;
  }

  .products-slide {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    align-items: flex-start;
    display: flex;
    flex-direction: row;
  }

  .bg-fans {
    position: absolute;
    top: -8%;
    right: 0%;
    width: 20rem;
    height: 100%;
  }

  .stockists-container {
    margin-top: 15rem;
  }

  .bg-fan-1 svg {
    transform: rotateY(20deg);
  }

  .footer-bg .birds {
    position: absolute;
    top: -5%;
    left: 4%;
    width: 5rem;
    display: flex;
  }

  .footer-bg .birds svg:nth-child(1) {
    /* -webkit-transform: scaleX(-1);
     transform: scaleX(-1); */
    margin-top: 2rem;
  }

  .footer-bg .birds svg:nth-child(3) {
    /* -webkit-transform: scaleX(-1);
     transform: scaleX(-1); */
    margin-top: 2rem;
  }

  .tractor {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  .tractorSvg {
    position: relative;
    z-index: 3;
  }

  .tractorBanner {
    position: relative;
    z-index: 1;
  }

  .tractor .tractor-lr {
    width: 350px;
    height: 100%;
    position: relative;
    top: -90px;
    left: -940px;
  }

  .footer-bg {
    position: relative;
    width: 100%;
    overflow: unset;
  }
}

@media (min-width: 820px) and (max-width: 1200px) {
  .tractor {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  .tractorSvg {
    position: relative;
    z-index: 3;
  }

  .tractorBanner {
    position: relative;
    z-index: 1;
  }

  .tractor .tractor-lr {
    width: 400px;
    height: 100%;
    position: relative;
    top: -92px;
    left: -920px;
  }
}

@media (min-width: 1200px) {
  .tractor .tractor-lr {
    width: 500px;
    height: 100%;
    position: relative;
    /* transform: translate(-50%, 0%); */
    top: -50px;
    left: -600px;
  }
}

@media (min-width: 1024px) {
  .hero-slider-container {
    z-index: 1;
    height: 500px;
    /*margin-top: 13rem;*/
    overflow: hidden;
    margin-top: 200px;
  }

  .stockists-container {
    margin-top: 13rem;
    margin-bottom: 3rem;
  }

  .product-hero-slider-container {
    z-index: 1;
    height: 100%;
    margin-top: 13rem;
  }

  .bg-fans {
    position: absolute;
    top: 6%;
    right: 0%;
    width: 25rem;
    height: -moz-fit-content;
    height: fit-content;
    transform-origin: center;
  }

  .footer-bg .birds {
    position: absolute;
    top: -5%;
    left: 4%;
    width: 8rem;
    display: flex;
  }

  .footer-bg .birds svg:nth-child(1) {
    margin-top: 5rem;
  }

  .footer-bg .birds svg:nth-child(3) {
    margin-top: 5rem;
  }

  .tractor {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  .tractor .tractor-lr {
    width: 500px;
    height: 100%;
    position: relative;
    /* transform: translate(-50%, 0%); */
  }

  .tractorSvg {
    position: relative;
    z-index: 3;
  }

  .tractorBanner {
    position: relative;
    z-index: 1;
  }

  /* .tractor .tractor-lr {
    top: -50px;
    left: -600px;
  } */
}

@media (min-width: 1680px) {
  .main-header::after {
    bottom: -2px;
  }

  .main-header::before {
    bottom: -8px;
  }

  .bg-fans {
    position: absolute;
    top: 4%;
    right: 0%;
    width: 35rem;
    height: -moz-fit-content;
    height: fit-content;
  }

  .tractor .tractor-lr {
    width: 500px;
    height: 100%;
    position: relative;
    /* transform: translate(-50%, 0%); */
    top: -30px;
    left: -600px;
  }
}

@media (min-width: 2000px) {
  .bg-fans {
    position: absolute;
    top: 0%;
    right: 0%;
    width: 45rem;
    height: -moz-fit-content;
    height: fit-content;
  }

  .tractor .tractor-lr {
    top: 0;
    left: -500px;
  }
}

/*****************************************************************
	A-Z Filter
******************************************************************/

#title-status {
  float: left;
  width: 100%;
}

#title-status p {
  float: left;
  width: 50%;
  margin-bottom: 15px;
  color: var(--slate);
  font-family: "Gill Sans SemiBold";
  font-size: 16px;
}

#title-status span {
  font-weight: bold;
  text-transform: uppercase;
}

#title-status p:last-child {
  text-align: right;
  text-decoration: underline;
  color: var(--slate);
  font-family: "Gill Sans SemiBold";
  cursor: pointer;
}

#a-z {
  width: 100%;
  margin-bottom: 25px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

ul#a-z li {
  flex-grow: 1;
  padding: 7px;
  text-align: center;
  background: #dadbdc;
  color: #fff;
  text-transform: uppercase;
  border-left: 2px solid #fff;
}

ul#a-z li.active {
  background: #9c9c9c;
  cursor: pointer;
}

ul#a-z li.current {
  background: var(--lincolnshireSky);
}

ul#a-z li:first-child {
  border: 0px none;
}

#posts-results li {
  display: none;
}

#posts-results li.show {
  display: block;
}

#posts-results a {
  border-bottom: 1px solid #ccc;
  display: block;
  padding: 10px 0;
}

@media (min-width:481px) {
  
}
@media (min-width: 768px) {
  .md\:mt-4 {
    margin-top: 1rem;
  }

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

  .md\:w-80 {
    width: 20rem;
  }

  .md\:w-4\/6 {
    width: 66.666667%;
  }

  .md\:w-52 {
    width: 13rem;
  }

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

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

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

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

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

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .md\:hidden {
    display: none;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
  .md\:w-full {
    width: 100%;
  }
}
@media (max-width: 768px){
  .sm\:hidden {
    display: none;
  }
  .sm\:block {
    display: block;
  }
  .sm\:justify-around {
    justify-content: space-around;
  }
  .sm\:justify-between {
    justify-content: space-between;
  }
  .sm\:w-full {
    width: 100%;
  }
  nav.container {
    padding-right:1rem;
    padding-left: 1rem;
  }
}
@media(max-width:480px){
  .xs\:hidden {
    display: none;
  }
  .xs\:flex {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .lg\:mt-2 {
    margin-top: 0.5rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-80 {
    width: 20rem;
  }

  .lg\:w-14 {
    width: 3.5rem;
  }

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

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-64 {
    width: 16rem;
  }

  .lg\:w-52 {
    width: 13rem;
  }

  .lg\:max-w-2xl {
    max-width: 42rem;
  }

  .lg\:max-w-sm {
    max-width: 24rem;
  }

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

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

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

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

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

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

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

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:leading-snug {
    line-height: 1.375;
  }
}

/*Policy template styles*/

.policy-content h1 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 2rem;
}

.policy-content h2 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-top: 2rem;
}

.policy-content h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 2rem;
}

.policy-content h4 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 2rem;
}

.policy-content h5 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 2rem;
}

.policy-content h6 {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 2rem;
}

.policy-content p {
  font-size: 1rem;
}

.policy-content a {
  font-size: 1rem;
  color: #72b0bd;
}

a.cky-banner-element {
  padding: 8px 30px;
  background-color: #3f4444;
  color: white;
  box-sizing: border-box;
  cursor: pointer;
}

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

@media (min-width: 768px) {
  .policy-content h5 {
    font-size: 1.2rem;
  }

  .policy-content h6 {
    font-size: 1.1rem;
  }
  .policy-content p,
  .policy-content a {
    font-size: 1.1rem;
  }
}


/* kw additions */
body > footer {
  padding-bottom: 6rem;
}
.video-bg-section {
  display: flex;
  flex-direction: row;
  width: 100vw;
  min-height: 100vh;
  align-items: stretch;
  justify-content: center;
  overflow: hidden;
  transition: min-height 0.2s ease-in-out;
}
.video-bg-section > .video-container {
  width: 100%;
  max-width: 1440px;
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bg-video-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width:100%;
  height: 100%;
  transform:translate(-50%, -50%);
}
.video-bg-section .bg-video-container {
  width: 100vw;
  min-height: 100vh;
  z-index: 0;
  transition: opacity 0.2s ease-in;
}
.video-bg-section .video-overlay {
  position: absolute;
  top:50%;
  left: 50%;
  width: 100vw;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
[class*='bg-fill'].video-overlay {
  opacity: 0.4;
}
.video-overlay.gradient-transparent-to-slate-y::after {
  background: var(--transparent-to-slate-gradient-y);
  content:"";
  height: 66%;
  width:100%;
  bottom: 0;
  mix-blend-mode: multiply;
  left:0;
  position: absolute;
}
.video-overlay.graphics .artwork {
  position: absolute;
  bottom: 0;
  width: 105vw;
  left: 50%;
  transform:translate(-50%, 15%);
  max-width: 1000%;
  opacity: 0.5;
  filter: drop-shadow(0 0 5vw rgba(0,0,0,1));
}
.video-overlay.branding {
  max-width: 1440px;
}
.video-overlay.branding > img {
  max-width: 500px;
  width: 85%;
  display: none;
}
.video-overlay.content-container .content-container-content {
  max-width: 1440px;
  display: flex;
  height: 100%;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  justify-content: center;
} 
.video-overlay.content-container .content-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: calc((80 / 1440) * 1440px);
  gap: 3rem;
}
.video-overlay.content-container .content-wrap .content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  gap: 3rem;
}
.video-overlay.content-container .content-wrap .content .hero-feature {
  max-width:500px;
  object-fit: contain;
  filter: drop-shadow(0 0 1vw rgba(0,0,0,1));
  align-self: center;
  display: flex;
  position: relative;
  margin: -25px;
}
.video-overlay.content-container .content-wrap .content h1 {
  text-align: center;
  color: var(--limestone);
  font-size: clamp(2.1875rem, 2.0313rem + 0.5208vw, 2.5rem);
  line-height: clamp(2.1875rem, 2.0313rem + 0.5208vw, 2.5rem);
  text-transform: uppercase;
  white-space: wrap;
}
.video-overlay.content-container .content-wrap .content h1 > span {
  white-space: nowrap;
}
.video-overlay .btn-row {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  align-items: center;
  justify-content: center;
}
.btn {
  padding: calc((16 / 1440) * 1440px) calc((20 / 1440) * 1440px) calc((10 / 1440) * 1440px) calc((20 / 1440) * 1440px);
  border: 1px solid transparent;
  transition: all 0.2s linear;
  transform:scale(1);
  background:rgba(0,0,0,0);
  box-shadow: 0 0 0 rgba(0,0,0,0);
  font-weight: 300;
  letter-spacing: 0.15em;
  -webkit-font-smoothing: subpixel-antialiased;
  color: var(--slate);
  font-size: var(--nav-link-font-size);
  line-height: var(--nav-link-line-height);
  position: relative;
  overflow: hidden;
  font-family: var(--nav-link-font-family);
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
}
.btn:hover {
  transform:scale(1.1);
}
.white-text {
  color: #fff;
}
.btn.outline-white {
  border-color: #fff;
}
.btn.outline-white:hover {
  background-color: rgba(255,255,255,0.15);
  box-shadow: 0 0 calc((10 / 1440) * 1440px) rgba(0,0,0,0.4);
}
@media(max-width:1440px){
    .video-overlay.content-container .content-wrap {padding: 3rem clamp(2rem, 0.5rem + 5vw, 5rem);}
}
@media(max-width:480px){
    .video-bg-section {min-height: calc((100vw / 9) * 16);}
    .video-overlay.content-container .content-wrap .content .hero-feature {width: 85%;}
}
.h2 {
  font-family: Gill Sans Bold;
  text-transform: uppercase;
  font-size: clamp(2.5rem, 2.1875rem + 1.0417vw, 3.125rem);
  line-height: calc(clamp(2.5rem, 2.1875rem + 1.0417vw, 3.125rem) * 1.4);
  margin-bottom: clamp(2.5rem, 2.1875rem + 1.0417vw, 3.125rem);
  text-align:center;
  text-wrap:balance;
  position: relative;
}
.underline {
  text-decoration: underline;
}
.intro-image {
  position: relative;
  max-width: 1000%;
  width: calc(100% + clamp(1rem, -1rem + 6.6667vw, 5rem));
  margin: 0 0 5rem 50%;
  border: calc((5 / 1440) * 1440px) solid var(--limestone);
  box-shadow: 0 0 2rem rgba(0,0,0,0.4);
  transform: rotate(0deg) translate(-50%, 0);
  max-width:calc(100vw - clamp(1rem, -1rem + 6.6667vw, 5rem));
}
.intro-text {
  font-family: Gill Sans Regular;
  font-size: clamp(1.25rem, 1.125rem + 0.4167vw, 1.5rem);
  line-height: calc(clamp(1.25rem, 1.125rem + 0.4167vw, 1.5rem) * 1.4);
  margin-bottom: clamp(1.25rem, 1.125rem + 0.4167vw, 1.5rem);
  text-align: center;
  text-wrap:balance;
}
.text-feature-box {
  display: flex;
  flex-direction: row;
  gap: calc((32 / 1440) * 1440px);
  text-align: center;
  position: relative;
  z-index: 1;
  color: var(--limestone);
  margin-top:5rem;
  width:100%;
  max-width:calc(100vw - clamp(1rem, -1rem + 6.6667vw, 5rem));
  padding: 0 2rem;
}
.text-feature-box::before {
  content: "";
  position: absolute;
  top:50%;
  left: 50%;
  width: calc(100% + clamp(1rem, -1rem + 6.6667vw, 5rem));
  max-width:calc(100vw - clamp(1rem, -1rem + 6.6667vw, 5rem));
  height: calc(100% + 5rem);
  background: var(--slate);
  transform: translate(-50%, -50%);
  border: calc((5 / 1440) * 1440px) solid var(--limestone);
  box-shadow: 0 0 2rem rgba(0,0,0,0.4);
  z-index: 0;
}
.text-feature-box .col {
  gap:1rem;
  text-align: center;
  width: calc((100% - ((32 / 1440) * 1440px)) / 3);
  z-index: 1;
  position: relative;
}
@media(max-width:600px){
  .text-feature-box {
    flex-direction: column;
  }
  .text-feature-box .col {
    width: 100%;
  }
}
.text-feature-box h3 {
  text-transform: uppercase;
  color: #fff;
  font-size: clamp(1.5rem, 1.25rem + 0.8333vw, 2rem);
  line-height: calc(clamp(1.5rem, 1.25rem + 0.8333vw, 2rem) * 1.4);
}
.text-feature-box .col > p:first-of-type {
  padding: 0;
  margin: 0;
}

/* footer */ 
.footer-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
    gap: 2rem;
    align-items: center;
    color: var(--limestone);
}

.footer-content .footer-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media(max-width:768px){
  .footer-content .footer-row {
    flex-direction: column;
    gap:2rem;
  }
}
.footer-content .logo {
  min-width: calc(((240 / 1258) * 1258px) + 2rem);
}
.footer-content .footer-links {    
    padding: 0 calc(((240 / 1258) * 1258px) + 2rem);
    margin: 0 calc((((240 / 1258) * 1258px) + 2rem) * -1);
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}
@media(max-width:768px){
  .footer-content .footer-links {
    width:100%;
    padding: 0 2rem;
    margin: 0;
  }
}
.footer-content .social-links {
  min-width: calc(((240 / 1258) * 1258px) + 2rem);
    justify-items: center;
    display: flex;  flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    z-index: 1;
    font-size: clamp(1rem, 0.75rem + 0.8333vw, 1.5rem);
}
.footer-content .social-links a {
  transition:all 0.2s linear;
  transform: scale(1);
  position: relative;
  margin: 0;
  text-shadow: 0;
  z-index: 0;
}
.footer-content .social-links a:hover {
   color: #fff;
   transform: scale(1.2);
   margin: 0 calc(clamp(1rem, 0.75rem + 0.8333vw, 1.5rem) * 0.25);
   text-shadow: 0 0 clamp(1rem, 0.75rem + 0.8333vw, 1.5rem) rgba(0,0,0,0.85);
   z-index: 1;
}
.footer-content .footer-links a {
  font-weight: 300;
    -webkit-font-smoothing: subpixel-antialiased;
    font-size: var(--nav-link-font-size);
    line-height: var(--nav-link-line-height);
    text-transform: uppercase;
    position: relative;
    font-family: var(--nav-link-font-family);
    text-align: center;
    white-space: nowrap;
    position: relative;
    transition: var(--standard-transition);
}
.footer-content .footer-links a:after{
    content: "";
    position: absolute;
    background: var(--limestone);
    width: 0;
    height: 0px;
    top: calc(50% + (var(--nav-link-line-height) / 1.3));
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.8;
    transition: var(--standard-transition);
}
.footer-content .footer-links a:hover {
  transform: translate(0, -10%) scale(1.05);
}
.footer-content .footer-links a:hover::after {
    transition: var(--standard-transition);
    width: 57.5%;
    height: 0.25px;
  }
/* /footer */
/* /kw additions */