/*! 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: none; /* 2 */
  color: red;
}

/**
 * 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;
}


/******************************************
// Defaults CSS for the theme
******************************************/

/* box model */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* remove default margins */
* {
  margin: 0;		
}

/* Scroll behavior */
html {
  scroll-behavior: smooth;  
}

/* Allow percentage based heights in application */
html,
body {
  height: 100%;
}

/* Accessible line height (for WCAG2.1) and improve text rendering */
body {
  line-height: 1.5; 
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; 
}

/* Change focus outline */
:focus {
  outline: 1px dotted var(--black);
}

/* Media defaults */
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

/* Remove built-in form typography styles */
input,button,textarea,select {
  font: inherit;
}

/* Avoid text overflows */
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

/* Hide stuff */
.hide {
	display: none;
}

.no-scroll {
  overflow-y: hidden;
}

.no-margin {
  margin: 0 !important;
}

span.to-top-btn {
  color: #000;
  font-size: 1.5rem;
}

@media screen and (min-width: 1024px) {
  .mobile-only {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .desktop-only {
    display: none;
  }
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* Color of highlight */
::-moz-selection { 
  background: var(--primary); 
  color: var(--secondary); 
  text-shadow: none; 
}

::selection { 
  background: var(--primary); 
  color: var(--secondary); 
  text-shadow: none; 
}

/* Fonts */
@font-face {
  font-family: 'Gotham HTF Light';
  src: url('../fonts/GothamHTF-Light.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham HTF Book';
  src: url('../fonts/GothamHTF-Book.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham HTF Medium';
  src: url('../fonts/GothamHTF-Medium.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*set variables */
:root {
  --font: 'Gotham HTF Book', sans-serif;
  --headingfont: 'Gotham HTF Light', sans-serif; 
  --primary: #250595;
  --secondary: #589bfb;
  --tertiary: #4766f0;  
  --blue: #589bfb;
  --purple: #250595;
  --aqua: #97f9d8;
  --red: #c01982;
  --yellow: #fee04f;
  --orange: #fea02c;
  --darkgrey: #575757;
  --grey: #888888;
  --lightgrey: #d9d9d9;
  --gradient:linear-gradient(90deg, rgba(219,39,51,1) 0%, rgba(255,95,1,1) 100%);
  --fade:all 0.2s ease-out;
  --icons:'Font Awesome 6 Pro';
  --spacing-mobile: 1rem;
  --spacing-desktop: 2rem;
  --section-padding-mobile: 2rem;
  --section-padding-desktop: 4rem;
  --section-margin: 4rem;
}

/* Typeography */
html {
	font-size: 16px;
  font-family: var(--font);
}

h1 {
  margin: 0 0 1.5rem; 
  font-family: var(--headingfont);
  font-size: 3rem;
  color: var(--primary);
  line-height: 1.2;
  word-break: break-word;
  letter-spacing: -.48px;  
  font-weight: normal;
}

h2 {
  margin: 0 0 1.5rem;
  font-family: var(--headingfont);
  font-size: 2.375rem;
  color: var(--primary);
  line-height: 1.2;
	word-break: break-word;
  letter-spacing: -.19px; 
  font-weight: normal;
}

h3 {
  margin: 0 0 1.5rem;
  font-family: var(--headingfont);
  font-size: 1.75rem;
  color: var(--primary);
  line-height: 1.3;
	word-break: break-word;
  letter-spacing: -.14px;   
  font-weight: normal;
}

h4 {
  margin: 2rem 0 1.5rem;
  font-family: var(--font);
  font-size: 1.375rem;
  color: var(--primary);
  line-height: 1.3;
	word-break: break-word;
  letter-spacing: -.11px;   
  font-weight: normal;
}

h5 {
  margin: 2rem 0 1.5rem;
  font-family: var(--font);
  font-size: 1rem;
  color: var(--primary);
  line-height: 1.5;
	word-break: break-word;
  letter-spacing: 0; 
  font-weight: normal;
}

h6 {
  margin: 2rem 0 1.5rem;
  font-family: var(--font);
  font-size: 0.875rem;
  color: var(--primary);
  line-height: 1.5;
	word-break: break-word;
  letter-spacing: 0; 
  font-weight: normal;
}

/* h2:not(:first-child),
h3:not(:first-child),
h4:not(:first-child),
h5:not(:first-child),
h6:not(:first-child) {
  margin-top: 2rem;
} */

p {
  margin: 0 0 1.5rem;
  font-size: 1rem;
  color: var(--darkgrey);
  line-height: 1.5;
}

p:last-child {
  margin-bottom: 0;
}

p:empty {
  display: none;
}

a {
  text-decoration: underline;
  color: var(--secondary);
}

a:hover {
  color: var(--primary);
}

ul {
  margin: 0;
  padding: 0;
}

li {
  margin: 0.5rem 0 0 2rem;
  padding: 0;
  font-size: 1rem;
  color: var(--darkgrey);
}

@media screen and (min-width: 1024px) {
  h1 {
    font-size: 4.1875rem;
    letter-spacing: -1.68px;
    line-height: 1.2;
  }
  
  h2 {   
    font-size: 3rem;   
    line-height: 1.2;
    letter-spacing: -.48px;
  }
  
  h3 {
    font-size: 2.375rem;
    letter-spacing: -.19px;
    line-height: 1.2;
  }
  
  h4 {
    font-size: 1.75rem;
    letter-spacing: -.14px;
    line-height: 1.3;
  }
  
  h5 {
    font-size: 1.375rem;
    letter-spacing: -.11px;
    line-height: 1.3;
  }
  
  h6 {
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.25
  }
}

/* Modifiers for background colors */
.blue-background, 
.has-secondary-background-color {
  background-color: var(--blue);
}

.has-secondary-background-color h2 { 
  color: #fff;
}

.has-secondary-background-color a {
  color: var(--primary);
}

.has-secondary-background-color a:hover {
  color: var(--grey);
}

/* Modifiers for alignment */
.has-text-align-center {
  text-align: center;
}


/******************************************
//BUTTONS BLOCK
*/
.wp-block-buttons {
  margin-top: var(--spacing-desktop);
  justify-content: flex-start;
}

/* Justify buttons center on mobile */
@media screen and (max-width: 1023px) {
  .wp-block-buttons {
    justify-content: center;
  }
}


/******************************************
//BUTTONS 
*/
.button,
.wp-block-button__link,
.wp-block-button__link:visited {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 10px 20px;
  background: transparent;
  border: 1px solid var(--primary);
  border-radius: 5px;
  font-family: 'Gotham HTF Medium', sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: .5px;
  color: var(--primary);
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: var(--fade);
}

.button:hover,
.wp-block-button__link:hover {
  background: var(--secondary);
  border-color: var(--secondary);
  color: #fff;
}

/* .button:after {
  content: '\f178';
  font-family: var(--icons);
  margin-left: 3px;
}  */

/* .button:hover:after {
  margin-left: 15px;
} */

.button_alt,
.is-style-alt .wp-block-button__link {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

.button_alt:hover,
.is-style-alt .wp-block-button__link:hover {
  background-color: #fff;
  color: var(--primary);
  border-color: #fff;
}

/* Button in nav menu */
#menu-main li.button_in_menu {
  width: 50%;
  margin: 3rem 0 0;
  padding: 10px 20px;
  background-color: transparent;
  border-color: var(--grey);
  color: var(--grey);
}

#menu-main li.button_in_menu:after {
  display: none;
}

#menu-main li.button_in_menu a {
  padding: 0;
}

@media screen and (min-width: 1024px) {  
  #menu-main li.button_in_menu { 
    width: auto;
    margin: 0 0 0 1.5rem;  
    color: #fff;
    border: 1px solid #fff;
  }

  #menu-main li.button_in_menu a {
    color: #fff;
  }

  #menu-main li.button_in_menu:hover {  
    background-color: var(--tertiary);
    border-color: var(--tertiary);
    color: #fff;
  }
}


/******************************************
//LAYOUT
*/
body {
	/* width: 100%;
  text-align: center;
  text-rendering: optimizeSpeed; */
}

@media screen and (min-width: 1024px) {
  body {
    padding-top: 165px;
  }  
}

/* Used when there is an overlay */
html.overlay {
  position: fixed; 
  overflow-y: scroll;
  width: 100%;
  margin-top: 0 !important;
}

body:after {
  content: '';
  position: absolute;
  top: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100vh;
  background: var(--secondary);
  opacity: 0;
  transition: var(--fade);
}
  
html.overlay body:after {
  z-index: 80;
  opacity: 0.9;
}

/* Has a sidebar */
.has-sidebar .container {
  display: grid;
  gap: var(--section-margin) var(--spacing-desktop);
}

@media screen and (min-width: 1024px) {
  .has-sidebar .container {   
    grid-template-columns: 1fr auto;
    
  }
}

/* Containers (horizontal margins and padding) */
.container {
  width: auto;
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1024px) {  
  .container {
    padding: 0 4rem;
  }
}

/* Group Block (horizontal margins and padding) */
/* .main-content .wp-block-group.alignfull,
.main-content .wp-block-group.has-background {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
} */

/* We need to increase the global padding for non-mobile. Would be great if we could set this in theme.json, but so far I haven't found a way. */
@media screen and (min-width: 1024px) {
  .has-global-padding {
    padding-right: var(--section-padding-desktop);
    padding-left: var(--section-padding-desktop);
  }
}

/* Vertical margins and padding for containers */
.main-content__archive,
.main-content__single {
  margin: var(--section-margin) 0 0; 
}

/* Modifiers for blocks that have a background */
.has-background,
.has-css-background,
.is-style-has-css-background {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: var(--section-margin);
  padding-bottom: var(--section-margin);
}

.is-style-has-css-background {
  background-image: url('../img/group-bg-squiggles.png');
  background-position: top left;
  background-size: cover;
}

/* Alignments and Positioning */
@media screen and (max-width: 1023px) {
  body .main-content .is-layout-constrained .alignright {
    float: none;
    margin: 0 auto;
  }
}

/* 404 Page */
#four-oh-four {
  margin: var(--section-margin) 0;
}

/******************************************
//SKIP CONTENT LINK
*/
.skip-link {
  position: absolute;
  left: 50%;
  padding: 10px;  
  transform: translateY(-100%);      
  background-color: var(--primary);
  color: #fff;
  font-weight: 700;     
}

.skip-link:focus {
  transform: translateY(0%);
}


/******************************************
//DRAWER
*/
#drawer { 
  height: 40px;
  padding: 10px 0;
  background-color: var(--primary);
}

#drawer .container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem 0;
  justify-content: end;
}

#drawer-nav {
  display: flex;
  gap: 0 2rem;
  align-items: center;
  align-self: center;
  justify-self: end;
  list-style: none;
  text-align: right;
} 

#drawer-nav li {
  margin: 0;
  font-size: .6875rem;
  color: #fff;
}

#drawer-nav li:last-of-type {
  margin: 0;
}

#drawer-nav a {
  color: #fff;
  text-decoration: none;
}

#drawer-nav a i,
#drawer-nav li i {
  margin-right: 5px;
  padding: 4px 5px;
  font-size: .6875rem;
  /* background-color: var(--secondary);
  border-radius: 100px; */
  color: #fff;  
}

@media screen and (min-width: 1024px) {
  #drawer li {
    margin: 0;
  } 
}


/******************************************
//HEADER
*/
header:not(.woocommerce-products-header) {
  position: relative;
  z-index: 100;
  background-color: var(--blue);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

#header .container {   
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0 10px;
  justify-content: center;
  padding-top: var(--spacing-mobile);
  padding-bottom: var(--spacing-mobile);  
}

.header-logo {  
  padding: 0;
  justify-self: start;
}

.header-logo img {
  width: auto;
  height: 36px;
}

@media screen and (min-width: 1024px) {
  header:not(.woocommerce-products-header) {
    position: fixed;
    top: 0;
    width: 100%;
  }

  #header .container {   
    gap: 1rem;
    padding-top: var(--spacing-desktop);
    padding-bottom: var(--spacing-desktop);
    align-items: center;
  }

  .header-logo img {
    height: 61px;
  }
}


/******************************************
//BANNER
*/
#banner {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  /* max-height: 586px; */
  /* background-position: center 40%;
  background-repeat: no-repeat; 
  background-size: contain; */
}

#banner .container {
  position: relative;
  z-index: 5;
}

#banner .wrapper {
  display: grid;
  gap: 1rem;
  padding-top: 2rem;
  justify-items: start;
}

#banner h1 {
  text-align: left;
}

#banner h4 {
  text-align: left;
}

#banner p {
  margin: 2rem 0 0;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}

#banner hr {
  width: 50%;
  margin: 0 auto;
  border-top: 1px solid var(--secondary);
  border-bottom: none;
}

#banner a.button {
  width: 70%;
  margin: 1rem auto 0 0;
}

#banner .banner-image_primary {
  position: relative;
  top: -2rem;
  width: 100%;  
  z-index: -1;
}

#banner .banner-image_primary img {   
  height: auto; 
  margin: 0 auto;
  object-fit: contain;
  scale: 1.1;
}

#banner .banner-image_secondary {
  position: relative;
  width: 190px;
  margin: -2rem 0 -50px 0;
  z-index: 1;
}

#banner .banner-image_secondary img {  
  height: auto;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  #banner .banner-image_primary img {    
    scale: 1;
  }
  
  #banner .banner-image_secondary {
    width: 386px;
    margin: 0 0 -30px 0;
  }  
}

@media screen and (min-width: 1024px) {  
  #banner .wrapper {
    max-width: 52%;
    margin: 0 auto 0 0;
    padding-bottom: 2rem;
  }

  #banner .banner-image_primary {
    position: absolute;
    top: 0;
    right: 0;
    width: 55%;
  }

  #banner .banner-image_primary img { 
    margin: 0 0 0 auto;
  }

  #banner .banner-image_secondary {    
    margin: 0 0 -30px 0;
  }  
}

@media screen and (min-width: 1200px) { 
  #banner .wrapper {
    max-width: 47%;
  }

  #banner .banner-image_primary {   
    width: 60%;
  }  
}

/******************************************
//INTERIOR BANNER
*/
#banner.banner_interior {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  background-position: top left;
  background-size: cover;
}

#banner.banner_interior .wrapper {
  max-width: 100%;
  padding: 0;
  background-color: transparent;
}

#banner.banner_interior .container {
  height: auto;
  gap: 2rem;
  justify-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

#banner.banner_interior h1,
#banner.banner_interior h2 {
  margin: 0;
  text-align: center;
  color: #fff;
  font-family: var(--font);
  font-size: 2.375rem;
}

@media screen and (min-width: 768px) {
  
}

@media screen and (min-width: 1200px) {
  #banner.banner_interior .wrapper {
  }

  #banner.banner_interior .container {

  }

  
}


/******************************************
//BREADCRUMB - Provided by Yoast SEO plugin
*/
#breadcrumbs {
  margin: 1rem 0 0;
  text-align: left;
  font-family: var(--headingfont);
  font-size: .7rem;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  #breadcrumbs {
    font-size: .9rem;
  }
}


/******************************************
//MAIN CONTENT - CONTENT BLOCKS
*/
/* paragraph block */
/* .main-content p {
  margin: 1rem 0;
  line-height: 1.5;
  text-align: left;
}

.main-content p:last-child {
  margin: 1rem 0 0;
} */

/* List block */
.main-content ul {
  margin: 1rem 0;
  padding: 0;
  text-align: left;
}

.main-content ul.is-style-icon-bullets {    
  list-style: none;
  list-style-position: inside;
}

.main-content ul.is-style-icon-bullets li:before {
  margin: 0 14px 0 -25px;
  font-family: var(--icons);
  content: '\f324';
  color: var(--primary);
  font-size: .8rem;
  font-weight: 400;
}

.main-content ol {
  margin: 1rem 0;
  padding: 0;
  text-align: left;
  list-style-position: inside;
}

.main-content ol li {
  margin-left: .5rem;
}

/* Image Block & Main Content Images */
.wp-block-image.is-style-default img {
  border-radius: 8px;
  object-fit: cover;
}



/* Gallery Block */
.main-content .wp-block-gallery img {
  max-height: 190px !important;
}

/* Table Block */
.main-content .wp-block-table table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  text-align: left;
}

.main-content .wp-block-table thead {
  border-bottom: 2px solid;
}

.main-content .wp-block-table td,
.main-content .wp-block-table th {
  padding: 5px 10px 5px 5px;
  vertical-align: top;
  border-color: var(--grey);
  font-size: .8rem;
}

.main-content .wp-block-table.is-style-stripes tbody tr:nth-child(odd),
.main-content .wp-block-table.is-style-rates tbody tr:nth-child(odd) {
  background-color: #f0f0f0;
}

.main-content .wp-block-table.is-style-stripes,
.main-content .wp-block-table.is-style-rates {
  border-bottom: 0;
}

.main-content .wp-block-table.is-style-rates td:first-of-type {
  width: 56%;
}

.main-content .wp-block-table.is-style-stripes td {
  width: 22%;
  border-color: transparent;
}

@media screen and (min-width: 768px) {
  .main-content .wp-block-table td,
  .main-content .wp-block-table th {
    font-size: 1rem;
  }

  .main-content .wp-block-table.is-style-rates td:first-of-type {
    width: 70%;
  }

  .main-content .wp-block-table.is-style-rates td {
    width: 15%;
    border-color: transparent;
  }
}

@media screen and (min-width: 1024px) {
  .main-content .wp-block-table table {
    width: 80%;
  }
}

/* Group Block - Grid */
.wp-block-group.is-style-grid > .wp-block-group__inner-container {
  display: grid;
  gap: var(--spacing-desktop);
  grid-template-columns: 1fr;
  justify-content: center;
  justify-items: center;
}

@media screen and (min-width: 1024px) {
  .wp-block-group.is-style-grid > .wp-block-group__inner-container {    
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Group Block - Grid 3 Col */
.wp-block-group.is-style-grid_3col > .wp-block-group__inner-container {
  display: grid;
  gap: var(--spacing-desktop); 
  grid-template-columns: 1fr; 
  justify-content: center;
  justify-items: center;
}

@media screen and (min-width: 1024px) {
  .wp-block-group.is-style-grid_3col > .wp-block-group__inner-container {    
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Group Block - Grid 4 Col */
.wp-block-group.is-style-grid_4col > .wp-block-group__inner-container {
  display: grid;
  gap: var(--spacing-desktop); 
  grid-template-columns: 1fr; 
  justify-content: center;
  justify-items: center;
}

@media screen and (min-width: 768px) {
  .wp-block-group.is-style-grid_4col > .wp-block-group__inner-container {    
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1250px) {
  .wp-block-group.is-style-grid_4col > .wp-block-group__inner-container {    
    grid-template-columns: repeat(4, 1fr);
  }

  .wp-block-group.is-style-grid_4col .rem-price-card-block {
    max-width: 265px;
    min-width: unset;
  }
}

@media screen and (min-width: 1400px) {  
  .wp-block-group.is-style-grid_4col .rem-price-card-block {
    max-width: 285px;
  }
}


/******************************************
// Page specific styles
*/



/******************************************
// Blog Roll and Archive GRID
// same styling applied to Latest Posts Block
*/
.post-grid {
  display: grid;
  gap: 4rem;
  max-width: 500px;
  margin: 0 auto;
  justify-items: center;
}

@media screen and (min-width: 1024px) {
  .post-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 100%;
  }
}

@media screen and (min-width: 1100px) {
  .post-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
  }
}


/******************************************
// Post Thumbnails
*/
.post-thumb-wrapper {  
  display: flex;
  flex-direction: column;
  max-width: 350px;
  height: 100%;  
  text-align: left;
  background-color: #fff;
  
}

.post-details-wrapper {
  flex-grow: 1;
  border-radius: 8px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
}

.post-thumb-wrapper img {
  position: relative;
  width: 100%;
  height: 315px;
  max-height: 350px;
  margin: 0;
  padding: 0;
  object-fit: contain;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0!important;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.post-details {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: .5rem 0;
  padding: 1rem;
}

.post-thumb-wrapper h3 {
  margin: 0;
  font-size: 1.375rem;
  color: var(--black);
  text-align: left;
}

.post-thumb-wrapper h3 a {
  color: var(--black);
}

.post-thumb-wrapper h3 a:hover {
  color: var(--primary);
}

.post-thumb-wrapper .post-details p {
  flex-grow: 1;
  margin: 0;
  font-size: .875rem;
}

.post-thumb-wrapper ul.postmeta {
  display: flex;
  margin: 0;
  list-style: none;
}

.post-thumb-wrapper ul.postmeta li {
  margin: 0 1rem 0 0;
  font-size: .625rem;
  color: var(--black);
  line-height: 1.2;
}

.post-thumb-wrapper ul.postmeta li::before {
  display: none;
}

.post-thumb-wrapper ul.postmeta li i {
  margin-right: 3px;
  color: var(--primary);
}

.post-thumb-wrapper .read-more-wrapper {
  margin: 2rem 0 0;
  text-align: left;
}

.post-thumb-wrapper a.read-more {
  width: auto;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.125rem;
}

.post-thumb-wrapper hr {
  margin: 2rem 0;
  border-top: 2px solid var(--darkgrey);
}

@media screen and (min-width: 768px) {
  .post-thumb-wrapper a.read-more {
    width: auto;
  }
}

@media screen and (min-width: 1024px) {
  .post-thumb-wrapper {
    max-width: 100%;
  }

  .post-thumb-wrapper img {
    height: auto;
    min-height: 210px;
    max-height: 210px !important;
    object-fit: cover;
  }
}


/******************************************
//PAGINATION
*/
.pagination-navigation {
  display: flex;
  justify-self: center;
  justify-content: center;
  /*box-shadow: 0 0 5px 0px rgb(0 0 0 / 30%);
  border: 1px solid #bebebe;
  border-radius: 30px; */
  text-transform: uppercase;
  margin: 3rem 0 0;
  background: #fff;
}

.pagination-navigation .page-numbers {
  font-size: 18px;
  font-weight: 800;
  color: var(--primary);
  line-height: 32px;
  padding: 5px 18px;
  border-right: 1px solid var(--grey);
  transition: var(--fade);
}

.pagination-navigation .page-numbers:last-child {
  border-right: 0px solid #bebebe;
}
  
.pagination-navigation .page-numbers:hover {
  background: #eaeaea;
}

.pagination-navigation .page-numbers.current {
  color: #fff;
  background: var(--primary);
}

.pagination-navigation .page-numbers.prev,
.pagination-navigation .page-numbers.next {
  font-size: 16px;
  padding: 5px 25px;
}

.pagination-navigation .page-numbers:first-child {
  border-radius: 30px 0 0 30px;
}

.pagination-navigation .page-numbers:last-child {
  border-radius: 0 30px 30px 0;
}


/******************************************
//SINGLE BLOG POST
*/
#post-single {
  text-align: left;
}

#post-single .featured-image-wrapper {
  margin: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#post-single .featured-image-wrapper img {
  width: 100%;
  height: 200px;
  border: 1px solid var(--darkgrey); 
  object-fit: cover;
  object-position: center;
}

#post-single .featured-image-wrapper figcaption {
  margin-top: 3px;
  font-size: .9rem;
  font-style: italic;
  color: var(--darkgrey);
}

#post-single .the-content-wrapper {
  margin: 10px 10px 0;
}

#post-single h1 {
  margin: 0;
  padding: 0;  
  color: var(--primary);
  text-align: left;
}

#post-single h3 {
  margin-top: 1rem;
  font-size: 1.125rem;
  color: var(--grey);
  text-align: left;
}

#post-single img.alignright {  
  float: right;
  margin: 0 0 1rem 1rem;
}

#post-single img.alignleft {  
  float: left;
  margin: 0 1rem 1rem 0;  
}

#post-single img.aligncenter {
  margin: 0 auto;
}

#post-single p {
  text-align: left;
}

#post-single li {
  margin: 0.5rem 0 0 2rem;
  line-height: 1.3;
}

#post-single li:last-of-type {
  margin: 0 0 0 2rem;
}

#post-single li ul {
  margin: 0.5rem 0;
}

.about-author {
  margin: 2rem 0 0;
}

.about-author p {
  margin: 1rem 0;
  font-style: italic;
}

.podcast-sponsor-text p {
  font-weight: 700;
}

/* CTA Button */
.blog-article-cta-wrapper {
  margin-top: 1rem;
  text-align: center;
}

/* Post Navigation */
.post-navigation {
  margin: 2rem 0 0;
  text-align: center;
  color: var(--primary);
}

/* Suggested Posts */
#suggested-posts {
  padding: 50px 0 50px;
  background-color: var(--primary);
}

#suggested-posts h2 {
  margin-bottom: 50px;
  color: #fff;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  #post-single .featured-image-wrapper img {   
    height: 400px;    
  }
}

@media screen and (min-width: 1024px) {
  #post-single .the-content-wrapper {
    margin: 2rem 2rem 0;
  }
}


/******************************************
//BLOG COMMENTS
*/

/* Comment Form */
#respond {
  margin: 2rem 0;
}

#respond h3 {
  margin-bottom: 1rem;
  color: var(--primary);
}

#respond h3 small {
  margin-left: 1rem;
}

form#commentform {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

#commentform p {
  margin: 0;
}

#commentform input, #commentform textarea {
  width: 50%;
  height: 3rem;
  font-size: 1rem;
  padding: 10px;
  border-radius: 0;
  border: 1px solid var(--lightgrey);
}

#commentform textarea {
  height: 75px;
}

#commentform input.submit {
  margin-top: 1rem;
  width: 150px;
  border: none;
}

/* Comments */
ol.post-comments, ol.post-comments ol {
  list-style: none;
}

ol.post-comments li {
  margin: 0;
}

div.comment-body {
  margin: 1rem 0;
  padding: 10px;
  background-color: #eee;
}

.comment-author.vcard {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.comment-author cite.fn {
  padding: 0 5px 0 10px;
}

.comment-author span.says {
  display: none;
}

.comment-meta a {
  font-size: .9rem;
  color: var(--grey);
}

.main-content .comment-body p {
  margin: 1rem 0;
}


/******************************************
//SEARCH RESULTS
*/
/* #search-results {

} */


/******************************************
//SIDEBAR
*/
#sidebar {
  display: flex;
  flex-direction: column;
  gap: var(--section-margin);
  max-width: 430px;
  margin: 0 auto; 
  padding: 0;
}

@media screen and (min-width: 768px) {
  #sidebar {
    width: 428px;  
  }
}

@media screen and (min-width: 1024px) {
  #sidebar {
    width: 320px;
    padding: 0;
  }  
}

@media screen and (min-width: 1200px) {
  #sidebar {
    width: 428px;    
  }  
}

/* Sidebar Latest Posts */
#sidebar .sidebar-cta-menu {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

#sidebar .sidebar-cta-menu-item-grid {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
}

#sidebar .sidebar-cta-menu-item-grid img {  
  width: 92px; 
  height: 72px;
  object-fit: cover;
  border-radius: 8px;
}

#sidebar .sidebar-cta-menu-item-grid h3 {
  margin: 2px 0 0;
  font-size: 1.1rem;
}

#sidebar .sidebar-cta-menu-item-grid p {
  flex-grow: 1;
  margin: 0 !important;
  font-size: .8rem;
  text-align: left !important;
}

#sidebar .sidebar-cta-menu-item-grid a {
  text-decoration: none;
  font-weight: 600;
}

@media screen and (min-width: 1024px) {
  #sidebar .sidebar-cta-menu-item-grid img {  
    height: 92px;
  }

  #sidebar .sidebar-cta-menu-item-grid h3 {
    font-size: 1.375rem;
  }

  #sidebar .sidebar-cta-menu-item-grid p {
    font-size: .875rem;
  }
}

@media screen and (min-width: 1200px) {
  #sidebar .sidebar-cta-menu-item-grid img {  
    height: 72px;
  }
}

/* Sidebar Menu */
ul.sidebar-menu {
  margin: 2rem 0;
  padding: 0;
  text-align: left;
  list-style: none;
  list-style-position: inside;
}

ul.sidebar-menu li {
  margin: 0 0 0.5rem 2rem;
  font-size: 1.125rem;
}

ul.sidebar-menu li:last-of-type {
  margin-bottom: 0;
}

ul.sidebar-menu li:before {
  margin: 0 10px 0 -25px;
  font-family: var(--icons);
  content: '\f152';
  color: var(--primary);
  font-size: 1rem;
  font-weight: 600;
}

ul.sidebar-menu a {
  text-decoration: none;
  font-weight: 500;
  color: var(--black);
}


/******************************************
//FOOTER
*/
/* Footer Content */
#footer-content {
  margin: 0;
  padding: var(--section-padding-desktop) 0;
  background-color: var(--primary);
  color: #fff;
}

#footer-content .container {
  display: grid;
  gap: var(--spacing-desktop) 0;
  justify-content: center;
  justify-items: center;
}

#footer-content h3 {
  font-family: 'Gotham HTF Medium', sans-serif;
  font-size: .8125rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .46px;
}

@media screen and (min-width: 1024px) {
  #footer-content {
    padding: var(--section-padding-desktop) 0;
  }
  
  #footer-content .container {
    grid-template-columns: auto 1fr;
    gap: 0 var(--section-margin);
  }
}

/* Footer Logo */
.footer-logo {
  width: 100%;
}

.footer-logo img {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .footer-logo {
    align-self: center;    
    border-bottom: none;
  }
}

/* Footer Content Interior Grid */
.footer-content_interior-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--spacing-desktop) 2.5rem;  
  padding: 2rem 0 0 0;
  border-top: 1px solid #fff;
}

@media screen and (min-width: 768px) {
  .footer-content_interior-grid {
    grid-template-columns: repeat(4, 1fr);
  }  
}

@media screen and (min-width: 1024px) {
  .footer-content_interior-grid {
    padding: 0 0 0 var(--section-padding-desktop);
    border-top: none;
    border-left: 1px solid #fff;
  }  
}

/* Footer Content - Menu */
.footer-menu {
  list-style: none;
  margin: 0 0;
  padding: 0;
}

.footer-menu li {
  display: block;
  margin: 0;
  padding: 1rem 0 0;
  font-family: 'Gotham HTF Book', sans-serif;
  font-size: .875rem;
}

.footer-menu li:first-of-type {
  padding-top: 0;
} 

.footer-menu li a {
  color: #fff;
  text-decoration: none;
}

.footer-menu li:hover a {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .footer-menu {
    text-align: left;
  }  

  #footer-nav {
    justify-self: center;
  }
}

/* Footer Content - Social Icons */
.footer-social-wrapper h3 {
  margin-bottom: 1rem;
}

.footer-social-wrapper ul.social-icons {
  display: flex;
  justify-content: flex-start;
  margin: 1rem 0 0;
  padding: 0;
  gap: 1rem;
  list-style: none;
}

.footer-social-wrapper ul.social-icons li {
  margin: 0;
}

.footer-social-wrapper ul.social-icons li a {
  display: flex; 
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  width: 2rem; /* Circle size */
  height: 2rem; /* Circle size */
}
/* 
.footer-social-wrapper ul.social-icons li a:hover {
  background-color: #00583D; 
} */

/* Footer Content - About */
.footer_about {
  grid-column: span 2;
}

.footer_about p {
  margin: 0;
  padding: 0;
  font-size: .875rem;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .footer_about {
    grid-column: span 4;
  }  
}

/* Footer Content - Address */
.footer_address {
  grid-column: span 2;
}

.footer_address p {
  margin: 0;
  padding: 0;
  font-size: .875rem;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .footer_address {
    grid-column: span 4;
  }  
}

/* Footer Content - Buttons */
@media screen and (min-width: 1024px) {
  .footer-buttons {
    margin: 0 0 0 auto;
    text-align: right;
  }

  .footer-buttons a.button {
    min-width: 180px;
  }
}

@media screen and (min-width: 1200px) {
  .footer-buttons a:first-of-type {
    margin-bottom: 5px;
  }
}

@media screen and (min-width: 1320px) {
  .footer-buttons a:first-of-type {
    margin-bottom: 0;
  }
}

/* Footer Copyright */
#footer-copyright {  
  margin: 0;
  padding: 1rem 0;
  background-color: var(--secondary);
}

#footer-copyright p {
  margin: 0;
  font-size: .75rem;
  color: #fff;
  text-align: center;
}

#footer-copyright p:first-of-type {
  margin-bottom: 5px;
}

#footer-copyright a {
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  #footer-copyright .container {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    justify-items: start;
  }  

  #footer-copyright p:first-of-type {
    margin-bottom: 0;
  }

  #footer-copyright p.footer_builtby-text {
    grid-column: span 2;
  }
}

/* Footer Content - Terms Links */
.footer_terms_links {
  display: flex;
  gap: 1rem;
  justify-content: center;
  justify-self: end;
  margin: 0 0 7px 0;
}

.footer_terms_links a {
  font-size: .75rem;
  color: #fff;
  text-decoration: none;
} 

.footer_terms_links a:hover { 
  color: var(--secondary);
} 

@media screen and (min-width: 768px ) {
  .footer_terms_links {
    margin: 0;
  }
}


/******************************************
// BECOME A RETAILER FORM
*/
#registration_form {
  display: grid;
  gap: 1rem;
}

#registration_form label {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 1rem;
  color: var(--secondary);
}

#registration_form input:not([type=submit]) {
  width: 100%;
  height: 2.5rem;
  margin: 0 0 0 0;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #eee; 
}

/* Submit button */
#registration_form input[type=submit] {
  width: 150px;  
  margin-top: 2rem;
  padding: 10px 20px;
  background-color: transparent;  
  border: 1px solid var(--primary);
  border-radius: 5px;
  font-family: 'Gotham HTF Medium', sans-serif;
  font-size: .875rem;
  color: var(--primary);  
  transition: var(--fade);
  line-height: 1;
}

#registration_form input[type=submit]:hover {
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: #fff;
}

/* Recaptcha */
#registration_form #recaptcha_field {
  height: 0;
}

/* Hide login links */
#registration_form .form-controls-section a {
  display: none;
}

@media screen and (min-width: 768px) {
  #registration_form {
    grid-template-columns: 1fr 1fr;
    gap: 0 1rem;
  }  

  #registration_form p.wwlc_company_name {
    grid-column: span 2;
  }

  #registration_form .form-controls-section {
    grid-column: span 2;
    margin: 0 auto;
  }

  #registration_form .form-controls-section p.register-button-container {
    max-width: 200px;
  }
}

@media screen and (min-width: 1024px) {
  #registration_form .form-controls-section {
    margin: 0;
  }
}


/******************************************
// STORE LOCATOR 
*/

#interior-main-content .slp_search_form .search_box .search_item {
  margin: 0;
  align-items: center;
  gap: 0 10px;
}

#interior-main-content .slp_search_form .search_box #addy_in_address.search_item {
  gap: 0;
}

#interior-main-content .slp_search_form .search_box .search_item div {
  align-items: center;
}

#interior-main-content #address_search {
  margin: 0 0 1rem 0;
}

#interior-main-content .slp_search_form .search_box .search_item label {
  display: inline-block; 
  min-width: 70px;
  margin: 0;
  margin-right: 10px;
  text-align: left;   
  font-size: 1rem;
  color: var(--secondary);
}

#interior-main-content .slp_search_form .search_box .search_item input {
  width: 90%;
  border: 1px solid var(--secondary);
  font-size: .875rem;
}

#interior-main-content .slp_search_form select {
  border: 1px solid var(--secondary);
  font-size: .875rem;
}

#interior-main-content .slp_ui_button {
  max-width: 150px;
  background-color: var(--secondary);  
  border: 1px solid var(--secondary);
  border-radius: 5px;
  font-family: 'Gotham HTF Medium', sans-serif;
  font-size: .875rem;
  color: #fff;
}

#interior-main-content .slp_ui_button:hover {
  background-color: #fff;
  color: var(--secondary);
}

#interior-main-content .slp_search_form .search_box .search_item #radius_in_submit {
  justify-content: flex-end;
}

#interior-main-content #slp_tagline {
  display: none;
}

@media screen and (min-width: 1024px) {  

  /* #interior-main-content .slp_search_form .search_box .search_item input {
    width: auto;
  } */

  #interior-main-content .slp_search_form .search_box .search_item label {
    min-width: 1rem;
    margin: 0;
    margin-right: 10px;
    text-align: right;
  }

  #interior-main-content .slp_search_form .search_box .search_item #radius_in_submit,
  #interior-main-content .slp_search_form .search_box .search_item #addy_in_radius {
    justify-content: flex-end;
  }
}
