/* HTML5 Reset
----------------------------------------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Box Sizing
--------------------------------------------- */
html {
  box-sizing: border-box;
}

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

/* Defaults
----------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  background-color: #ffffff;
  color: #383838;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

button,
input:focus,
input[type=button],
input[type=reset],
input[type=submit],
textarea:focus,
.button,
.gallery img {
  transition: all 0.2s ease-in-out;
}

a {
  color: #034679;
  text-decoration: none;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
a:hover {
  color: #034679;
  text-decoration: none;
}

p {
  margin: 0;
  padding: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

hr {
  border: 0;
  border-collapse: collapse;
  border-bottom: 1px solid currentColor;
  clear: both;
  margin: 1.65em auto;
}

b,
strong {
  font-weight: 700;
}

blockquote,
cite,
em,
i {
  font-style: italic;
}

mark {
  background: #ddd;
  color: #333;
}

blockquote {
  margin: 30px;
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: proxima-nova, sans-serif;
  font-weight: 800;
  line-height: 1.125;
  margin: 0;
}

h1,
.h1 {
  font-size: 32px;
}
@media all and (min-width: 1024px) {
  h1,
.h1 {
    font-size: 58px;
  }
}

h2,
.h2 {
  font-size: 30px;
}
@media all and (min-width: 1024px) {
  h2,
.h2 {
    font-size: 40px;
  }
}

h3,
.h3 {
  font-size: 20px;
}
@media all and (min-width: 1024px) {
  h3,
.h3 {
    font-size: 28px;
  }
}

h4,
.h4 {
  font-size: 20px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 16px;
}

/* Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
  vertical-align: top;
}

figure {
  margin: 0;
}

/* Forms
--------------------------------------------- */
label {
  font-weight: 800;
}

input,
textarea {
  -webkit-appearance: none;
          appearance: none;
  background-color: #f8f8f8;
  border: 1px solid #f8f8f8;
  border-radius: 0;
  color: #383838;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 11px;
  width: 100%;
}
input:focus,
textarea:focus {
  background-color: #f8f8f8;
  border: 1px solid #f8f8f8;
  color: #383838;
  outline: none;
}

input[type=checkbox],
input[type=image],
input[type=radio] {
  width: auto;
}

::placeholder {
  opacity: 1;
}

select {
  -webkit-appearance: none;
          appearance: none;
  background-color: #f8f8f8;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  border: 1px solid #f8f8f8;
  color: #383838;
  padding: 11px 20px 11px;
}

.select2-container .select2-selection--single {
  background-color: #f8f8f8;
  border: 0;
  height: 43px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 43px;
  padding-left: 11px;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  background-color: #f8f8f8;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  height: 43px;
  width: 43px;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container .select2-search--dropdown {
  padding: 11px;
}
.select2-container .select2-search--dropdown .select2-search__field {
  padding: 11px;
}
.select2-container--open .select2-dropdown--below {
  background-color: #f8f8f8;
  border: 0;
}
.select2-container--open .select2-results {
  padding: 11px;
}

/* Buttons
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit],
.button,
.btn {
  background-color: #3abb75;
  border: 0;
  border-radius: 6px;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1;
  padding: 1.16em 1.5em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: color var(--time) linear, background-color var(--time) linear;
  white-space: normal;
  width: auto;
}
button:focus, button:hover,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:focus,
input[type=submit]:hover,
.button:focus,
.button:hover,
.btn:focus,
.btn:hover {
  background-color: #2e945d;
  color: #ffffff;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type=button]:disabled,
.site-container input[type=button]:disabled:hover,
.site-container input[type=reset]:disabled,
.site-container input[type=reset]:disabled:hover,
.site-container input[type=submit]:disabled,
.site-container input[type=submit]:disabled:hover {
  background-color: #eee;
  border-width: 0;
  color: #777;
  cursor: not-allowed;
}

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

/* Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 40px;
  width: 100%;
  word-break: break-word;
}

tbody {
  border-bottom: 1px solid #dddddd;
}

td,
th {
  padding: 0.5em;
  text-align: left;
  vertical-align: top;
}

tr {
  border-top: 1px solid #dddddd;
}

th {
  font-weight: 600;
}

/* Avatar
--------------------------------------------- */
.avatar {
  border-radius: 50%;
  float: left;
}
.author-box .avatar, .alignleft .avatar {
  margin-right: 20px;
}
.alignright .avatar {
  margin-left: 20px;
}
.comment .avatar {
  margin: 0 15px 20px 0;
}

/* WordPress
--------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto;
}
a.alignleft, a.alignnone, a.alignright {
  max-width: 100%;
}
a.alignnone {
  display: inline-block;
}

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

.alignright {
  float: right;
  text-align: right;
}

.aligncenter,
img.centered {
  display: block;
  margin: 0 auto 30px;
}

.alignnone,
img.alignnone {
  margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 20px 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
  font-size: 14px;
  font-weight: 600;
  margin-top: 0.5em;
  margin-bottom: 1em;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
  margin: 0 0 30px;
}

/* Screen Reader Text
--------------------------------------------- */
.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
  background: #fff;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #333;
  display: block;
  font-size: 1em;
  font-weight: 700;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Skip Links
--------------------------------------------- */
.genesis-skip-link {
  margin: 0;
}
.genesis-skip-link .skip-link-hidden {
  display: none;
  visibility: hidden;
}
.genesis-skip-link li {
  height: 0;
  list-style: none;
  width: 0;
}

/* Structure and Layout
----------------------------------------------------------------------------- */
/* Body
--------------------------------------------- */
body.has-modal-open {
  overflow: hidden;
}

/* Site Inner
--------------------------------------------- */
.site-inner {
  margin-inline: auto;
  max-width: var(--wrapper-base);
  padding-inline: 15px;
}

.template-static .site-inner,
.template-archive .site-inner,
.single-post .site-inner {
  max-width: none;
  padding-inline: 0;
}

.template-static .entry {
  max-width: var(--wrapper-base) !important;
  padding-inline: 15px;
}

/* Site Content
--------------------------------------------- */
/* Site Header
--------------------------------------------- */
.site-header {
  background: #fff;
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.08);
  padding: 13px 0;
  position: relative;
  z-index: 998;
}
@media all and (min-width: 1140px) {
  .site-header {
    padding: 0;
  }
}
.site-header .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1360px;
}
@media all and (min-width: 1140px) {
  .site-header .wrap {
    gap: 10px;
  }
}
.site-header .title-area {
  position: relative;
  z-index: 999;
}
.site-header .title-area .custom-logo {
  width: auto;
}
.site-header .title-area .custom-logo-link {
  display: block;
  max-width: 50px;
}
@media all and (min-width: 1024px) {
  .site-header .title-area .custom-logo-link {
    max-width: 60px;
  }
}
.site-header .title-area .site-title,
.site-header .title-area .site-description {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.site-header .nav-secondary {
  margin-left: auto;
}
.site-header .header-search {
  background: #fff;
  display: none;
  z-index: 998;
}
@media all and (min-width: 768px) {
  .site-header .header-search {
    display: flex;
    align-items: center;
    gap: 10px;
  }
}
.site-header .header-search-close {
  font-size: 1rem;
  display: none !important;
}
.site-header .header-search .search-form-input {
  font-size: 1rem;
  padding: 10px 16px;
}
.site-header .header-search .search-form-icon svg {
  font-size: 1.375rem;
}
.site-header .header-search-expanded {
  padding: 0 80px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.site-header .header-search-expanded .search-form {
  flex: 1;
}
.site-header .header-search-expanded .header-search-close {
  display: inline-block !important;
}
.site-header .header-search-mobile {
  flex: 1 0 100%;
  padding-top: 13px;
  width: 100%;
}
@media all and (min-width: 768px) {
  .site-header .header-search-mobile {
    display: none;
  }
}
.site-header .header-search-mobile .search-form .search-form-input {
  font-size: 1rem;
  padding: 10px;
}

.site-notice a {
  background-color: #ff9226;
  color: #000;
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 12px 5px;
  text-align: center;
  text-transform: uppercase;
}
.site-notice a:hover {
  text-decoration: underline;
}

/* Genesis Navigation
--------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  line-height: 1;
  width: 100%;
}
.genesis-nav-menu .menu-item {
  display: block;
  float: none;
  position: relative;
}
@media all and (min-width: 1024px) {
  .genesis-nav-menu .menu-item {
    display: inline-block;
  }
}
.genesis-nav-menu .menu-item a {
  color: #333333;
  display: block;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.28px;
  outline-offset: -1px;
  padding: 13px 10px;
  text-decoration: none;
  text-transform: uppercase;
}
.genesis-nav-menu .menu-item a:hover {
  color: #0073e5;
}
.genesis-nav-menu .menu-item > .sub-menu {
  display: none;
}

/* Main Navigation
--------------------------------------------- */
.nav-primary {
  display: none;
  z-index: 997;
}
@media all and (min-width: 1140px) {
  .nav-primary {
    flex: 1;
    display: block;
  }
}
.nav-primary .menu {
  background-color: #ffffff;
  line-height: 1;
  overflow: auto;
  position: fixed;
  top: 76px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  /**
   * BEGIN First row of menu items
   */
  /**
   * END First row of menu items
   */
  /**
   * BEGIN Tabbed Menu
   */
  /**
   * END Tabbed Menu
   */
  /**
   * BEGIN Flyout Menu
   */
  /**
   * END Flyout Menu
   */
  /**
   * General utility classes
   */
  /**
   * Submenu item in columns
   */
  /**
   * Menu item for section title
   */
  /**
   * Menu item with product packs
   */
  /**
   * Menu item with popular products
   */
}
@media all and (min-width: 1140px) {
  .nav-primary .menu {
    display: flex;
    position: initial;
  }
}
.nav-primary .menu .menu-item {
  background: #fff;
}
.nav-primary .menu .menu-item a {
  color: #383838;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 24px;
  padding: 16px 22px;
  text-decoration: none;
  text-transform: uppercase;
}
@media all and (min-width: 1140px) {
  .nav-primary .menu .menu-item a {
    padding: 30px 22px;
  }
}
.nav-primary .menu .sub-menu-open {
  justify-content: space-between;
  background: transparent;
  border-radius: 0;
  color: #383838;
  font-size: 1rem;
  font-weight: 700;
  gap: 0;
  outline: 0;
  padding: 16px 22px;
  width: 100%;
}
@media all and (min-width: 1140px) {
  .nav-primary .menu .sub-menu-open {
    padding: 30px 22px;
  }
}
.nav-primary .menu .sub-menu-open svg {
  font-size: 24px;
}
@media all and (min-width: 1140px) {
  .nav-primary .menu > .menu-item > .sub-menu-open svg {
    transform: rotate(90deg);
  }
}
.nav-primary .menu .sub-menu-close {
  justify-content: flex-start;
  background-color: #034679;
  border-radius: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  outline: 0;
  padding: 16px 22px;
  width: 100%;
}
.nav-primary .menu .sub-menu-close svg {
  font-size: 24px;
}
.nav-primary .menu .sub-menu {
  background-color: #fff;
  display: none;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translate(100vw, 0);
  transition: all 200ms cubic-bezier(0.4, 0, 1, 1);
  visibility: hidden;
  z-index: 1;
  /* Needed so we can calculate the highest tabbed menu item */
}
.nav-primary .menu .sub-menu[data-open=true] {
  display: block;
  opacity: 1;
  transform: translate(0, 0);
  visibility: visible;
}
@media all and (min-width: 1140px) {
  .nav-primary .menu .sub-menu {
    display: block;
  }
}
@media all and (min-width: 1140px) {
  .nav-primary .menu .sub-menu .sub-menu {
    opacity: 1;
    position: static;
    top: auto;
    left: auto;
    right: auto;
    transform: translate(0, 0);
    visibility: inherit;
  }
}
@media all and (min-width: 1140px) {
  .nav-primary .menu > .menu-item > .sub-menu-open svg {
    transition: all 200ms cubic-bezier(0.4, 0, 1, 1);
  }
  .nav-primary .menu > .menu-item > .sub-menu-open[aria-expanded=true] svg {
    transform: rotate(-90deg);
  }
}
@media all and (min-width: 1140px) {
  .nav-primary .menu .menu-item--tabbed > .sub-menu {
    background-color: #034679;
    box-shadow: 0 2px 44px rgba(0, 0, 0, 0.16);
    opacity: 0;
    padding-top: 35px;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    transform: translate(0, 16px);
    visibility: hidden;
  }
  .nav-primary .menu .menu-item--tabbed > .sub-menu[data-open=true] {
    opacity: 1;
    transform: translate(0, 0);
    visibility: visible;
  }
  .nav-primary .menu .menu-item--tabbed > .sub-menu > .menu-item {
    background-color: #034679;
    display: flex;
    position: static;
    width: 100%;
  }
  .nav-primary .menu .menu-item--tabbed > .sub-menu > .menu-item > .sub-menu-open {
    background-color: #034679;
    border-radius: 6px 0 0 6px;
    color: #ffffff;
    margin-left: 10px;
    padding: 15px;
    transition: all 200ms cubic-bezier(0.4, 0, 1, 1);
    width: 255px;
  }
  .nav-primary .menu .menu-item--tabbed > .sub-menu > .menu-item > .sub-menu-open[aria-expanded=true] {
    background-color: #a5cbef;
    color: #034679;
  }
  .nav-primary .menu .menu-item--tabbed > .sub-menu > .menu-item > .sub-menu {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 10px;
    align-items: flex-start;
    height: auto;
    min-height: 100%;
    padding: 30px;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 265px;
    right: 0;
    transform: translate(0, 10px);
    visibility: hidden;
    width: calc(100% - 265px);
  }
  .nav-primary .menu .menu-item--tabbed > .sub-menu > .menu-item > .sub-menu[data-open=true] {
    opacity: 1;
    transform: translate(0, 0);
    visibility: visible;
  }
  .nav-primary .menu .menu-item--tabbed > .sub-menu > .menu-item > .sub-menu > .sub-menu-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .nav-primary .menu .menu-item--tabbed > .sub-menu > .menu-item > .sub-menu > .sub-menu-grid > .menu-item > a {
    margin-bottom: 10px;
    padding: 0;
  }
  .nav-primary .menu .menu-item--tabbed > .sub-menu > .menu-item > .sub-menu > .sub-menu-grid > .menu-item > .sub-menu a {
    font-size: 14px;
    font-weight: 400;
    opacity: 0.6;
    padding: 2px 0;
  }
  .nav-primary .menu .menu-item--tabbed > .sub-menu > .menu-item > .sub-menu > a {
    padding: 0;
  }
}
@media all and (min-width: 1140px) {
  .nav-primary .menu .menu-item--flyout {
    position: relative;
  }
  .nav-primary .menu .menu-item--flyout .sub-menu {
    box-shadow: 0 2px 44px rgba(0, 0, 0, 0.16);
    margin-left: -50%;
    position: absolute;
    top: auto;
    transform: translate(0, 16px);
    width: 290px;
  }
  .nav-primary .menu .menu-item--flyout .sub-menu[data-open=true] {
    transform: translate(0, 0);
  }
}
@media all and (min-width: 1140px) {
  .nav-primary .menu .mobile-menu-only {
    display: none !important;
  }
}
@media all and (min-width: 1140px) {
  .nav-primary .menu .sub-menu--cols-3 {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
.nav-primary .menu .menu-item--title {
  grid-column: 1/-1;
  background-color: #a5cbef;
  color: #034679;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  padding: 17px 22px;
  text-transform: uppercase;
  width: 100% !important;
}
@media all and (min-width: 1140px) {
  .nav-primary .menu .menu-item--title {
    background-color: #fff;
    color: #383838;
    font-size: 28px;
    justify-content: flex-start;
    margin-bottom: 12px;
    padding: 0;
  }
}
.nav-primary .menu .menu-item--title a {
  background-color: #034679;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  margin-left: 10px;
  margin-bottom: 0 !important;
  padding: 5px !important;
}
.nav-primary .menu .menu-item--product-pack a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.nav-primary .menu .menu-item--product-pack img {
  max-width: 190px;
  margin: auto;
}
.nav-primary .menu .sub-menu-popular-products {
  background-color: #f8f8f8;
  border-radius: 5px;
  height: 100%;
  padding: 30px;
}
.nav-primary .menu .sub-menu-popular-products .menu-item--title {
  background-color: transparent;
  color: #383838;
  font-size: 20px;
  justify-content: center;
}
.nav-primary .menu .sub-menu-popular-products li.product {
  padding: 10px;
}
.nav-primary .menu .sub-menu-popular-products .woocommerce-loop-product__link {
  padding: 0;
}
.nav-primary .menu .sub-menu-popular-products .woocommerce-loop-product__link img {
  margin-bottom: 10px !important;
}
.nav-primary .menu .sub-menu-popular-products .woocommerce-loop-product__title {
  font-size: 1rem !important;
  line-height: 1.125;
}
.nav-primary .menu .sub-menu-popular-products .price {
  font-size: 14px !important;
  font-weight: 600 !important;
  margin-bottom: 0 !important;
  opacity: 0.6;
}
.nav-primary .menu .sub-menu-popular-products .button {
  display: none;
}

/* Secondary Navigation
--------------------------------------------- */
.nav-secondary ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}
@media all and (min-width: 1280px) {
  .nav-secondary ul {
    gap: 20px;
  }
}
.nav-secondary a {
  color: #383838;
  display: flex;
  flex-direction: column;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
@media all and (min-width: 1024px) {
  .nav-secondary a {
    font-size: 0.75rem;
  }
}
@media all and (min-width: 1140px) {
  .nav-secondary a {
    color: #383838;
  }
}
.nav-secondary button {
  background-color: transparent;
  color: #383838;
  display: block;
  font-size: 0.625rem;
  font-weight: 700;
  padding: 0;
  text-align: center;
}
@media all and (min-width: 1024px) {
  .nav-secondary button {
    font-size: 0.75rem;
  }
}
.nav-secondary svg {
  font-size: 1.875rem;
  margin-inline: auto;
}
@media all and (min-width: 1140px) {
  .nav-secondary .nav-primary-toggle {
    display: none;
  }
}
.nav-secondary .nav-primary-toggle[aria-expanded=false] .expand {
  display: block;
}
.nav-secondary .nav-primary-toggle[aria-expanded=false] .close {
  display: none;
}
.nav-secondary .nav-primary-toggle[aria-expanded=true] .expand {
  display: none;
}
.nav-secondary .nav-primary-toggle[aria-expanded=true] .close {
  display: block;
}

/* Site Footer
--------------------------------------------- */
.site-footer__top {
  background-color: #034679;
  color: #fff;
  padding-block: 60px;
  position: relative;
}
@media all and (min-width: 1024px) {
  .site-footer__top {
    padding-block: 96px;
  }
}
.site-footer__top .wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 30px;
  z-index: 1;
}
@media all and (min-width: 1024px) {
  .site-footer__top .wrapper {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-gap: 60px;
  }
}
.site-footer__top .wrapper > div:last-child {
  grid-column: span 2/span 2;
}
.site-footer__top h4 {
  margin-bottom: 10px;
  text-transform: uppercase;
}
.site-footer__top li a {
  color: #fff;
  display: block;
  padding-block: 4px;
}
.site-footer__top li a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.site-footer__top form {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.site-footer__top form p {
  flex: 1 0 auto;
}
.site-footer__top form input {
  border-radius: 6px 0 0 6px;
  font-size: 16px;
  padding: 16px;
}
.site-footer__top form button {
  background-color: #383838;
  border-radius: 0 6px 6px 0;
  color: #fff;
  font-size: 16px;
  padding: 18px;
}
.site-footer__bottom {
  background-color: #383838;
  color: #fff;
  padding-block: 30px;
  text-align: center;
}
@media all and (min-width: 1024px) {
  .site-footer__bottom {
    padding-block: 10px;
  }
}
.site-footer__bottom .wrapper {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}
@media all and (min-width: 1024px) {
  .site-footer__bottom .wrapper {
    flex-direction: row;
  }
}
.site-footer__bottom .social-icons a {
  color: #fff;
  font-size: 1.25rem;
}
.site-footer__bottom .social-icons a:hover {
  color: rgba(255, 255, 255, 0.6);
}

@keyframes wave {
  to {
    transform: translateX(-100%);
  }
}
/* Utility Classes
--------------------------------------------- */
:root {
  --wrapper-base: 80rem;
  /* 1280px */
  --time: 200ms;
}

.wrap,
.wrapper {
  margin-inline: auto;
  max-width: var(--wrapper-base);
  padding-inline: 15px;
  position: relative;
}

.wrapper[data-size=narrow] {
  max-width: 950px;
}

.wrapper[data-flush] {
  padding-inline: 0;
}

.flow > * + * {
  margin-top: var(--flow-space, 1em);
}

.all-center > * {
  margin-inline: auto;
  text-align: center;
}

.breakout {
  width: calc(100vw);
  max-width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
}

.region {
  padding-block: 40px;
  position: relative;
}
@media all and (min-width: 1024px) {
  .region {
    padding-block: 70px;
  }
}
.region__bg {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100% !important;
  /* Yeah, you gotta love WC */
  width: 100%;
}

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

.bg-off-white {
  background-color: #f0f0f0;
}

.bg-light-gray {
  background-color: #f8f8f8;
}

/* Components
----------------------------------------------------------------------------- */
/* Breadcrumb
--------------------------------------------- */
.breadcrumb {
  color: #383838;
  padding-block: 14px;
  text-align: center;
}

/* Pagination
--------------------------------------------- */
.pagination {
  font-size: 0.75rem;
  padding-top: 40px;
  text-align: center;
}
.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination ul li:not(:last-child) {
  margin-right: 5px;
}
@media all and (min-width: 1024px) {
  .pagination ul li:not(:last-child) {
    margin-right: 10px;
  }
}
.pagination ul a {
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  color: #383838;
  display: inline-block;
  font-size: 0.875rem;
  min-width: 28px;
  padding: 2px 5px;
}
@media all and (min-width: 1024px) {
  .pagination ul a {
    min-width: 36px;
    padding: 7px 10px;
  }
}
.pagination ul a:hover, .pagination ul a:focus {
  background-color: #034679;
  border-color: #034679;
  color: #fff;
}
.pagination ul li.active a {
  background-color: #034679;
  border-color: #034679;
  color: #fff;
}

/* Search Form
--------------------------------------------- */
.search-form {
  display: flex;
  margin-inline: auto;
  max-width: 656px;
  overflow: hidden;
  position: relative;
}
.search-form .search-form-input {
  border-radius: 10px;
  font-size: 1.125rem;
  line-height: 1;
  padding: 12px;
  padding-right: 60px;
}
.search-form .search-form-submit,
.search-form .search-form-submit:hover,
.search-form .search-form-submit:focus {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: transparent;
  padding: 8px 10px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  z-index: 2;
}
.search-form .search-form-icon {
  color: #383838;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.375rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60px;
}

/* Archive Description
--------------------------------------------- */
@media all and (min-width: 1024px) {
  .archive-description {
    font-size: 1.125rem;
  }
}
.archive-description h2,
.archive-description h3,
.archive-description h4,
.archive-description h5,
.archive-description h6 {
  margin-bottom: 15px;
}
.archive-description p,
.archive-description > ol,
.archive-description > ul,
.archive-description > dl {
  margin-bottom: 1.5em;
}

/* Entry Content
--------------------------------------------- */
@media all and (min-width: 1024px) {
  .entry-content {
    font-size: 1.125rem;
  }
}
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin-bottom: 15px;
}
.entry-content p,
.entry-content > ol,
.entry-content > ul,
.entry-content > dl {
  margin-bottom: 1.5em;
}

/* Comments List
--------------------------------------------- */
.entry-comments > h3 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 25px;
}
@media all and (min-width: 1024px) {
  .entry-comments > h3 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
.entry-comments .comment-list li {
  padding: 40px 0 0 30px;
}
.entry-comments .comment-list li .depth-1 {
  padding-left: 0;
}
.entry-comments .comment-header {
  margin-bottom: 30px;
}
.entry-comments .comment-content ul > li {
  list-style-type: disc;
}

/* Comments Respond
--------------------------------------------- */
.comment-respond {
  margin-left: auto;
  margin-right: auto;
  max-width: 864px;
}
.comment-respond .comment-reply-title {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 25px;
}
@media all and (min-width: 1024px) {
  .comment-respond .comment-reply-title {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
.comment-respond .comment-form label {
  display: block;
  margin-bottom: 3px;
}
.comment-respond .comment-form .oneall_social_login {
  display: none;
}
.comment-respond .comment-form-author {
  margin-bottom: 10px;
}
@media all and (min-width: 768px) {
  .comment-respond .comment-form-author {
    float: left;
    margin-bottom: 12px;
    width: calc(50% - 10px);
  }
}
.comment-respond .comment-form-email {
  margin-bottom: 10px;
}
@media all and (min-width: 768px) {
  .comment-respond .comment-form-email {
    float: right;
    margin-bottom: 12px;
    width: calc(50% - 10px);
  }
}
.comment-respond .comment-form-comment {
  clear: both;
  margin-bottom: 25px;
}
.comment-respond .comment-form .form-submit .submit {
  padding: 17px 26px;
}

/* Hero
--------------------------------------------- */
.hero {
  color: #fff;
  padding-block: 90px;
  position: relative;
}
@media all and (min-width: 1024px) {
  .hero {
    padding-block: 130px;
  }
}
.hero__bg {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.hero__content {
  max-width: 920px;
}
.hero__title {
  text-transform: uppercase;
}
.hero p {
  font-size: 1.125rem;
  font-weight: 600;
}
@media all and (min-width: 1024px) {
  .hero p {
    font-size: 1.25rem;
  }
}

/* Page Header
--------------------------------------------- */
.page-header {
  padding-top: 40px;
  position: relative;
  --flow-space: 0.625rem;
}
@media all and (min-width: 1024px) {
  .page-header {
    padding-top: 70px;
  }
}
.page-header p {
  color: #676767;
  font-size: 1.125rem;
  margin-inline: auto;
  max-width: 640px;
}
@media all and (min-width: 1024px) {
  .page-header p {
    font-size: 1.25rem;
  }
}

/* Post Categories Grid
--------------------------------------------- */
.headline {
  margin-bottom: 25px;
  --flow-space: 0.625rem;
  /* Inline Variant */
}
.headline h2 {
  text-transform: uppercase;
}
.headline p {
  color: #676767;
  font-size: 1.125rem;
  line-height: 1.325;
  margin-inline: auto;
  max-width: 640px;
}
@media all and (min-width: 1024px) {
  .headline p {
    font-size: 1.25rem;
  }
}
.headline--inline {
  border-bottom: 3px solid #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  margin-bottom: 24px;
  padding-bottom: 10px;
}
.headline--inline .headline__title {
  font-size: 1.25rem;
  text-transform: uppercase;
}
@media all and (min-width: 1024px) {
  .headline--inline .headline__title {
    font-size: 1.75rem;
  }
}
.headline--inline .headline__action {
  flex: 0 0 auto;
}
.headline--inline .headline__action a {
  background-color: #034679;
  border-radius: 5px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 800;
  padding: 1px 5px;
  text-transform: uppercase;
}
@media all and (min-width: 1024px) {
  .headline--inline .headline__action a {
    font-size: 1rem;
  }
}

/* Posts Cards
--------------------------------------------- */
.posts-cards {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-gap: 30px;
  /* 2 Columns variation */
  /* 3 Columns variation */
  /* 4 Columns variation */
}
@media all and (min-width: 1024px) {
  .posts-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-inline: 0;
    max-width: 100%;
  }
}
.posts-cards__entry {
  border-radius: 10px;
}
.posts-cards__image {
  position: relative;
}
.posts-cards__image::before {
  content: "";
  display: block;
  padding-top: calc(100% / (466 / 244) + 16px);
}
.posts-cards__image img {
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.posts-cards__content {
  margin-top: 15px;
}
.posts-cards__title {
  color: #383838;
  font-size: 1.25rem;
  text-transform: uppercase;
}
.posts-cards__title a {
  color: #383838;
  line-height: 1.125;
}
.posts-cards p {
  --flow-space: 4px;
}
.posts-cards__more-link {
  color: #034679;
  display: inline-block;
  font-weight: 800;
  line-height: 1;
  --flow-space: 20px;
  text-transform: uppercase;
}
.posts-cards__more-link svg {
  margin-left: 2px;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.posts-cards__more-link:hover svg, .posts-cards__more-link:focus svg {
  transform: translateX(3px);
}
@media all and (min-width: 1024px) {
  .posts-cards--columns-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media all and (min-width: 1024px) {
  .posts-cards--columns-2 .posts-cards__title {
    font-size: 1.75rem;
  }
}
.posts-cards--columns-3 {
  margin-inline: auto;
  max-width: 640px;
}
@media all and (min-width: 1024px) {
  .posts-cards--columns-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media all and (min-width: 1024px) {
  .posts-cards--columns-3 {
    margin-inline: 0;
    max-width: none;
  }
}
@media all and (min-width: 768px) {
  .posts-cards--columns-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 20px;
  }
}
@media all and (min-width: 1024px) {
  .posts-cards--columns-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* Posts Categories
--------------------------------------------- */
.posts-categories {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 5px;
  margin-inline: auto;
  max-width: 930px;
}
@media all and (min-width: 768px) {
  .posts-categories {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media all and (min-width: 1024px) {
  .posts-categories {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.posts-categories .cat-item a {
  background-color: #fff;
  color: #383838;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  height: 100%;
  padding: 15px;
  text-align: center;
}
.posts-categories .cat-item a:hover {
  background-color: #3abb75;
  color: #fff;
}

/* Benefits Cards
--------------------------------------------- */
.benefits-cards {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-gap: 30px;
  margin-inline: auto;
  max-width: 640px;
}
@media all and (min-width: 1024px) {
  .benefits-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 5px;
    margin-inline: 0;
    max-width: 100%;
  }
}

.benefits-card {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 55px 30px;
  text-align: center;
}
@media all and (min-width: 1024px) {
  .benefits-card:nth-child(2) {
    border-radius: 0;
  }
}
@media all and (min-width: 1024px) {
  .benefits-card:nth-child(1) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media all and (min-width: 1024px) {
  .benefits-card:nth-child(2) {
    border-radius: 0;
  }
}
@media all and (min-width: 1024px) {
  .benefits-card:nth-child(3) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.benefits-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
}
.benefits-card__image img {
  max-height: 100%;
  /* WC :-/ */
}
.benefits-card__title {
  margin-top: 20px;
  text-transform: uppercase;
}
.benefits-card__summary {
  color: #676767;
  margin-top: 10px;
}
.benefits-card__button {
  margin-top: 30px;
}

/* Social Icons
--------------------------------------------- */
.social-icons ul {
  display: flex;
}
.social-icons ul li a {
  display: flex;
  font-size: 2.5rem;
  line-height: 1;
  padding: 10px;
}

/* Product Search Form
--------------------------------------------- */
.product-search-form {
  position: relative;
}
.product-search-field {
  border-radius: 4px 0 0 4px;
  font-size: 14px;
}
@media all and (min-width: 1024px) {
  .product-search-field {
    font-size: 22px;
    padding: 17px;
  }
}
.product-search button[type=submit] {
  background-color: #383838;
  background-image: url("../images/icon-search-outline-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px;
  border-radius: 0 4px 4px 0;
  font-size: 0;
  margin-left: -1px !important;
  padding: 20px !important;
  text-indent: -9999px;
}
@media all and (min-width: 1024px) {
  .product-search button[type=submit] {
    background-color: #f8f8f8;
    background-image: url("../images/icon-search-outline-onyx.svg");
    background-size: 35px;
    padding: 17px 40px !important;
  }
}

/* Plugins
----------------------------------------------------------------------------- */
/** WooCommerce
 *
 * NOTE:
 * Please only add styles that are applied site wide.
 *
 * For specific WC pages, please change /woocommerce/<file> styles
 * that are loaded only when needed.
 *
--------------------------------------------- */
.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 30px 10px;
  /* 2 columns variant */
  /* 3 columns variant */
  /* 4 Columns variant */
}
@media all and (min-width: 1024px) {
  .woocommerce ul.products {
    grid-gap: 30px;
  }
}
.woocommerce ul.products::before, .woocommerce ul.products::after {
  display: none;
}
.woocommerce ul.products li.product {
  background-color: #ffffff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  margin: 0 !important;
  padding: 20px;
  text-align: center;
  width: 100% !important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__link img {
  margin-bottom: 20px;
  width: 100%;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 1.375rem;
  margin-bottom: 5px;
  padding: 0;
  text-transform: uppercase;
}
.woocommerce ul.products li.product .price {
  color: #383838;
  display: block;
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 15px;
}
.woocommerce ul.products li.product .button {
  margin-top: auto;
  padding: 1.16em 0.5em;
  text-transform: uppercase;
  width: 100%;
}
.woocommerce ul.products li.product.outofstock .button {
  background-color: #ffffff;
  border: 3px solid #3abb75;
  color: #3abb75;
  padding-top: 17px;
  padding-bottom: 17px;
}
.woocommerce ul.products li.product.outofstock .button:hover {
  background-color: #2e945d;
  color: #ffffff;
}
.woocommerce ul.products.columns-2 {
  gap: 20px;
}
@media all and (min-width: 1024px) {
  .woocommerce ul.products.columns-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media all and (min-width: 1024px) {
  .woocommerce ul.products.columns-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 20px;
  }
}
.woocommerce ul.products.columns-4 li.product {
  padding: 15px;
}
.woocommerce ul.products.columns-4 li.product .woocommerce-loop-product__title {
  font-size: 1.25rem;
}

/* Autoship
--------------------------------------------- */
.autoship-schedule-options,
.autoship-custom-schedule-options {
  display: none;
}

.autoship-buy-options-wrapper {
  margin-bottom: 20px;
}

/** WP Search with Algolia
--------------------------------------------- */
/* Autocomplete */
.algolia-autocomplete .aa-dropdown-menu {
  box-shadow: 0px 10px 34px 0px rgba(0, 0, 0, 0.16);
  border-radius: 0 0 10px 10px;
  overflow-y: scroll;
  height: 100vh;
}
@media all and (min-width: 1024px) {
  .algolia-autocomplete .aa-dropdown-menu {
    height: calc(100vh - 150px);
  }
}
.algolia-autocomplete .aa-dropdown-menu .autocomplete-dropdown-header {
  display: flex;
  gap: 6px;
  padding: 13px 20px;
}
.algolia-autocomplete .aa-dropdown-menu .autocomplete-dropdown-header-filters {
  display: flex;
  gap: 8px;
}
.algolia-autocomplete .aa-dropdown-menu .autocomplete-dropdown-header-btn {
  background-color: #fff;
  color: #034679;
  font-size: 14px;
  padding: 0;
}
.algolia-autocomplete .aa-dropdown-menu .autocomplete-dropdown-header-btn[aria-expanded=true] {
  background-color: #034679;
  color: #fff;
  padding: 3px 5px;
}
.algolia-autocomplete .aa-dropdown-menu .autocomplete-header {
  background-color: #f8f8f8;
  margin: 0;
  padding: 10px 20px;
}
.algolia-autocomplete .aa-dropdown-menu .autocomplete-header .autocomplete-header-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.algolia-autocomplete .aa-dropdown-menu .autocomplete-header .autocomplete-header-btn {
  background-color: #034679;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 10px 15px;
}
.algolia-autocomplete .aa-dropdown-menu .aa-suggestion {
  padding: 12px 0;
}
.algolia-autocomplete .aa-dropdown-menu .aa-suggestion.aa-cursor {
  background-color: #F8F8F8;
}
.algolia-autocomplete .aa-dropdown-menu .aa-suggestion .suggestion-link {
  padding: 0 20px;
}
.algolia-autocomplete .aa-dropdown-menu .aa-suggestion .suggestion-post-thumbnail {
  margin-right: 15px;
  margin-bottom: 0;
  width: 64px;
  height: 64px;
}
.algolia-autocomplete .aa-dropdown-menu .aa-suggestion .suggestion-post-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.algolia-autocomplete .aa-dropdown-menu .aa-suggestion .suggestion-post-btn {
  font-size: 13px;
  padding: 10px 12px;
}

/* Instant search */
#ais-wrapper .algolia-search-box-wrapper {
  display: flex;
  align-items: center;
  margin-inline: auto;
  max-width: 656px;
  padding: 70px 0;
  position: relative;
}
#ais-wrapper .algolia-search-box-wrapper .algolia-search-box {
  width: 100%;
}
#ais-wrapper .algolia-search-box-wrapper .ais-SearchBox-input {
  border-radius: 10px;
  font-size: 1.125rem;
  line-height: 1;
  padding: 12px;
  padding-right: 60px;
}
#ais-wrapper .algolia-search-box-wrapper .ais-SearchBox-icon {
  color: #383838;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.375rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60px;
}
#ais-wrapper .ais-Hits-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 30px 10px;
}
@media all and (min-width: 1024px) {
  #ais-wrapper .ais-Hits-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 20px;
  }
}
#ais-wrapper #algolia-pagination {
  font-size: 0.75rem;
  padding: 40px 0;
  text-align: center;
}
#ais-wrapper #algolia-pagination .ais-Pagination-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
@media all and (min-width: 1024px) {
  #ais-wrapper #algolia-pagination .ais-Pagination-list {
    gap: 10px;
  }
}
#ais-wrapper #algolia-pagination .ais-Pagination-item a {
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  color: #383838;
  display: inline-block;
  font-size: 0.875rem;
  min-width: 28px;
  padding: 2px 5px;
}
@media all and (min-width: 1024px) {
  #ais-wrapper #algolia-pagination .ais-Pagination-item a {
    min-width: 36px;
    padding: 7px 10px;
  }
}
#ais-wrapper #algolia-pagination .ais-Pagination-item a:hover, #ais-wrapper #algolia-pagination .ais-Pagination-item a:focus {
  background-color: #034679;
  border-color: #034679;
  color: #fff;
}
#ais-wrapper #algolia-pagination .ais-Pagination-item--selected a {
  background-color: #034679;
  border-color: #034679;
  color: #fff;
}

/* Templates
----------------------------------------------------------------------------- */
/* Blog
--------------------------------------------- */
.blog .content {
  max-width: 100%;
  padding: 0;
}

/* Hero */
.blog-hero {
  padding-block: 40px;
}
@media all and (min-width: 1024px) {
  .blog-hero {
    padding-block: 75px;
  }
}
.blog-hero .wrapper {
  max-width: 864px;
}
.blog-hero .hero__title {
  font-size: 2.5rem;
}
.blog-hero__search {
  margin-top: 15px;
}
.blog-hero__popular-cats p {
  color: #fff;
  font-size: 0.875rem;
  text-align: left;
  font-weight: 800;
  text-transform: uppercase;
}
.blog-hero__popular-cats ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
  margin-top: 0.375rem;
}
.blog-hero__popular-cats ul a {
  background-color: rgba(3, 70, 121, 0.5);
  border: 2px solid #fff;
  border-radius: 6px;
  color: #fff;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 1px 10px;
  text-transform: uppercase;
}

/* Guides */
.blog-guides {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 15px;
}
@media all and (min-width: 1024px) {
  .blog-guides {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 25px;
  }
}

.blog-guide {
  border-radius: 10px;
  display: flex;
  overflow: hidden;
  position: relative;
  padding: 116px 16px 16px;
  transition: box-shadow 0.35s ease-in-out;
}
@media all and (min-width: 1024px) {
  .blog-guide {
    padding: 160px 20px 20px;
  }
}
.blog-guide:nth-child(4n+1) {
  padding-top: 250px;
  grid-column: span 2/span 2;
  grid-row: span 2/span 2;
}
@media all and (min-width: 1024px) {
  .blog-guide:nth-child(4n+1) {
    padding-inline: 30px;
    padding-bottom: 30px;
  }
}
.blog-guide:nth-child(4n+1) .blog-guide__heading {
  font-size: 1.875rem;
  margin-bottom: 4px;
}
@media all and (min-width: 1024px) {
  .blog-guide:nth-child(4n+1) .blog-guide__heading {
    font-size: 2.5rem;
  }
}
.blog-guide:nth-child(4n+2) {
  grid-column: span 2/span 2;
}
.blog-guide:nth-child(4n+3) p, .blog-guide:nth-child(4n+4) p {
  display: none;
}
@media all and (min-width: 768px) {
  .blog-guide:nth-child(4n+3) p, .blog-guide:nth-child(4n+4) p {
    display: block;
  }
}
.blog-guide:hover {
  box-shadow: 0 0 0 4px #fff, 0 0 0 6px #000, 0 0 transparent;
}
.blog-guide::before {
  background: rgba(0, 0, 0, 0.5);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.blog-guide__bg {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.blog-guide__content {
  align-self: flex-end;
  color: #ffffff;
  position: relative;
  z-index: 2;
}
.blog-guide__heading {
  color: #ffffff;
  font-size: 1.25rem;
  margin-bottom: 4px;
  text-transform: uppercase;
}
@media all and (min-width: 1024px) {
  .blog-guide__heading {
    font-size: 1.375rem;
  }
}
.blog-guide p {
  font-size: 16px;
  line-height: 22px;
}

/* Columns */
.blog-columns {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-gap: 25px;
}
@media all and (min-width: 768px) {
  .blog-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media all and (min-width: 1024px) {
  .blog-columns {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.blog-columns .blog-column {
  margin: 0 auto;
  max-width: 640px;
}
.blog-columns .blog-column__title {
  border-left: 3px solid #e0e0e0;
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  margin-bottom: 12px;
  padding-left: 10px;
  text-transform: uppercase;
}
.blog-columns .blog-column__title a {
  background-color: #034679;
  border-radius: 5px;
  color: #fff;
  font-size: 0.875rem;
  margin-left: 10px;
  padding: 3px 5px;
}
@media all and (min-width: 1024px) {
  .blog-columns .blog-column__title a {
    font-size: 1rem;
  }
}
.blog-columns .blog-column__entry {
  display: flex;
  align-items: flex-start;
  --flow-space: 25px;
}
.blog-columns .blog-column__entry__image {
  flex: 0 0 67px;
  position: relative;
}
.blog-columns .blog-column__entry__image::before {
  content: "";
  display: block;
  padding-bottom: calc(100% / (91 / 83));
}
.blog-columns .blog-column__entry__image img {
  border-radius: 6px 0 0 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.blog-columns .blog-column__entry__title {
  font-size: 0.875rem;
  text-transform: uppercase;
}
@media all and (min-width: 1024px) {
  .blog-columns .blog-column__entry__title {
    font-size: 1rem;
  }
}
.blog-columns .blog-column__entry__title a {
  color: #3e3e3e;
}
.blog-columns .blog-column__entry__title a:hover {
  color: #034679;
}
.blog-columns .blog-column__entry__content {
  border-top: 1px solid #e0e0e0;
  color: #3e3e3e;
  padding-top: 10px;
  padding-left: 10px;
}
.blog-columns .blog-column__entry--featured {
  flex-direction: column;
  align-items: normal;
}
.blog-columns .blog-column__entry--featured .blog-column__entry__image {
  position: relative;
  margin-bottom: 10px;
}
.blog-columns .blog-column__entry--featured .blog-column__entry__image::before {
  padding-bottom: calc(100% / (417 / 278));
}
.blog-columns .blog-column__entry--featured .blog-column__entry__image img {
  border-radius: 10px;
}
.blog-columns .blog-column__entry--featured .blog-column__entry__content {
  border-top: 0;
  padding: 0;
}
.blog-columns .blog-column__entry--featured .blog-column__entry__title {
  font-size: 1.25rem;
}
@media all and (min-width: 1024px) {
  .blog-columns .blog-column__entry--featured .blog-column__entry__title {
    font-size: 1.75rem;
  }
}
.blog-columns .blog-column--twitter, .blog-columns .blog-column--facebook {
  display: none;
}
@media all and (min-width: 1024px) {
  .blog-columns .blog-column--twitter, .blog-columns .blog-column--facebook {
    display: block;
  }
}

/* Tips */
.blog-tips-region {
  --flow-space: 50px;
}

/* Archive
--------------------------------------------- */
.template-archive .archive-description {
  background: url("../images/bg-archive-header.jpg") no-repeat center/cover;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  overflow: hidden;
  padding-block: 40px;
  text-align: center;
}
@media all and (min-width: 1024px) {
  .template-archive .archive-description {
    padding-block: 75px;
  }
}
.template-archive .archive-title {
  color: #ffffff;
  font-size: 2.5rem;
  text-transform: uppercase;
}
.template-archive .archive-text {
  height: 78px;
  overflow: hidden;
}
.template-archive .archive-text-toggle {
  background-color: transparent;
  color: #3abb75;
  display: inline-block !important;
  width: auto !important;
}
.template-archive .entry-image {
  border-radius: 10px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.template-archive .entry-image-link {
  display: block;
  position: relative;
}
.template-archive .entry-image-link::before {
  content: "";
  display: block;
  padding-top: calc(100% / (466 / 244) + 16px);
}
.template-archive .entry-header {
  margin-top: 15px;
}
.template-archive .entry-title {
  color: #383838;
  font-size: 1.25rem;
  text-transform: uppercase;
}
.template-archive .entry-title-link {
  color: #383838;
  line-height: 1.125;
}
.template-archive .entry-content {
  color: #3e3e3e;
  font-size: 1rem;
  margin-top: 4px;
}
.template-archive .entry-content p:last-child {
  margin-bottom: 0;
}
.template-archive .entry-content .more-link {
  display: inline-block;
  font-weight: 800;
  line-height: 1;
  margin-top: 20px;
  text-transform: uppercase;
}
.template-archive .entry-content .more-link svg {
  margin-left: 2px;
  transition: all var(--time) cubic-bezier(0.4, 0, 0.2, 1);
}
.template-archive .entry-content .more-link:hover svg, .template-archive .entry-content .more-link:focus svg {
  transform: translateX(3px);
}

/* Search Results
--------------------------------------------- */
.search-results .search-tabs {
  border-bottom: 3px solid #034679;
  display: flex;
}
.search-results .search-tabs .search-tab-btn {
  background-color: #fff;
  border-radius: 4px 4px 0 0;
  color: #383838;
  font-size: 1rem;
  padding: 8px 16px;
  position: relative;
}
.search-results .search-tabs .search-tab-btn[aria-expanded=true] {
  background-color: #034679;
  color: #fff;
}
.search-results .search-tabs .search-tab-btn .ais-Stats {
  font-size: 1rem;
  position: relative;
  top: auto;
}
.search-results .search-tab-panels {
  background-color: #f8f8f8;
  padding: 30px;
}
.search-results .search-tab-panels .search-tab-panel {
  display: none;
}
.search-results .search-tab-panels .search-tab-panel[data-open=true] {
  display: block;
}
.search-results .hits-products .ais-Hits-item {
  background-color: #ffffff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 15px;
  text-align: center;
}
.search-results .hits-products .ais-Hits-item .woocommerce-loop-product__link img {
  margin-bottom: 20px;
}
.search-results .hits-products .ais-Hits-item .woocommerce-loop-product__title {
  font-size: 1.25rem;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.search-results .hits-products .ais-Hits-item .button {
  margin-top: auto;
}

/* Page
--------------------------------------------- */
.page .entry {
  margin-inline: auto;
  max-width: 864px;
  padding-block: 40px;
}
@media all and (min-width: 1024px) {
  .page .entry {
    padding-block: 70px;
  }
}
.page .entry-header {
  margin-bottom: 40px;
  text-align: center;
}
@media all and (min-width: 1024px) {
  .page .entry-header {
    margin-bottom: 70px;
  }
}
.page .entry-title {
  font-size: 1.875rem;
}
@media all and (min-width: 1024px) {
  .page .entry-title {
    font-size: 2.5rem;
  }
}
.page .entry-content > *:last-child {
  margin-bottom: 0;
}

/* Single Post
--------------------------------------------- */
@media all and (min-width: 1280px) {
  body.single-post {
    background: #f0f0f0;
  }
}

.single-post .breadcrumb {
  padding-inline: 15px;
}
@media all and (min-width: 1280px) {
  .single-post .breadcrumb {
    background-color: #f0f0f0;
  }
}
.single-post .content {
  background: #fff;
  box-shadow: 0 22px 64px rgba(0, 0, 0, 0.1);
  margin-inline: auto;
  max-width: 1250px;
  padding-bottom: 40px;
  padding-inline: 15px;
  position: relative;
  z-index: 1;
}
@media all and (min-width: 1024px) {
  .single-post .content {
    margin-bottom: -150px;
  }
}
@media all and (min-width: 1280px) {
  .single-post .content {
    border-radius: 0 0 20px 20px;
    box-shadow: 0 22px 54px rgba(0, 0, 0, 0.04);
    padding-inline: 0;
    padding-bottom: 90px;
  }
}
.single-post .entry {
  border-bottom: 2px solid rgba(214, 214, 214, 0.3);
  margin-inline: auto;
  margin-bottom: 40px;
  max-width: 864px;
  padding-bottom: 40px;
}
@media all and (min-width: 1024px) {
  .single-post .entry {
    padding-bottom: 70px;
    margin-bottom: 70px;
  }
}
.single-post .entry-header {
  border-bottom: 2px solid rgba(214, 214, 214, 0.3);
  margin-bottom: 20px;
  padding-block: 20px;
  text-align: center;
}
@media all and (min-width: 1024px) {
  .single-post .entry-header {
    margin-bottom: 40px;
    padding-block: 40px;
  }
}
.single-post .entry-title {
  font-size: 1.875rem;
}
@media all and (min-width: 1024px) {
  .single-post .entry-title {
    font-size: 2.5rem;
  }
}
.single-post .entry-meta {
  color: #676767;
  font-size: 1.125rem;
  margin-top: 15px;
}
@media all and (min-width: 1024px) {
  .single-post .entry-meta {
    font-size: 1.25rem;
  }
}
.single-post .entry-image {
  position: relative;
}
@media all and (min-width: 1280px) {
  .single-post .entry-image {
    background-color: #f0f0f0;
    /* Needed to remove white borders caused by image border radius */
  }
}
.single-post .entry-image::before {
  content: "";
  display: block;
  padding-top: calc(100% / (400 / 210));
}
.single-post .entry-image img {
  border-radius: 10px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media all and (min-width: 1024px) {
  .single-post .entry-image img {
    border-radius: 20px 20px 0 0;
  }
}
.single-post .entry-content > *:last-child {
  margin-bottom: 0;
}
.single-post .entry-comments {
  margin-inline: auto;
  margin-bottom: 35px;
  max-width: 864px;
}
.single-post .related-posts-region {
  background-color: #fff;
}
@media all and (min-width: 1024px) {
  .single-post .related-posts-region {
    padding-top: 240px;
  }
}

/* Pages
----------------------------------------------------------------------------- */
/* Homepage
--------------------------------------------- */
.home-hero {
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
@media all and (min-width: 1024px) {
  .home-hero {
    padding-top: 90px;
    padding-bottom: 90px;
    text-align: left;
  }
}
@media all and (min-width: 1024px) {
  .home-hero .wrapper {
    display: flex;
    align-items: center;
  }
}
@media all and (min-width: 1024px) {
  .home-hero .hero__title {
    max-width: 565px;
  }
}
.home-hero p {
  font-size: 1rem;
  text-transform: uppercase;
}
@media all and (min-width: 1024px) {
  .home-hero p {
    font-size: 1.25rem;
  }
}
.home-hero .hero__buttons {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
@media all and (min-width: 1024px) {
  .home-hero .hero__buttons {
    justify-content: flex-start;
  }
}
.home-hero .hero__buttons .button--ocean-blue {
  margin-left: 14px;
}
@media all and (min-width: 1024px) {
  .home-hero .hero__buttons .button--ocean-blue {
    margin-left: 18px;
  }
}
.home-hero .hero__button {
  padding: 25px 20px;
}
@media all and (min-width: 640px) {
  .home-hero .hero__button {
    flex: 0 0 250px;
  }
}
@media all and (min-width: 1024px) {
  .home-hero .hero__button {
    font-size: 20px;
  }
}
.home-hero figure {
  flex: 1;
  margin-top: 30px;
}
@media all and (min-width: 1024px) {
  .home-hero figure {
    margin-top: 0;
  }
}
.home-hero figure img {
  width: 100%;
}
.home-hero--bfcm {
  background-color: #000;
}
.home-hero--bfcm .hero__title span {
  color: #000;
  stroke-width: 1px;
  -webkit-text-stroke: #ff9226;
  -webkit-text-stroke-width: 1px;
  font-size: 45px;
}
@media all and (min-width: 1024px) {
  .home-hero--bfcm .hero__title span {
    font-size: 65px;
  }
}
.home-hero--bfcm .hero__button {
  background-color: #ff9226;
}
.home-hero--bfcm figure {
  text-align: center;
}
.home-hero--bfcm figure img {
  width: auto;
}

/* Benefits */
.home-benefits {
  background-color: #f8f8f8;
}
.home-benefits__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-inline: auto;
  max-width: 1024px;
  padding: 0;
}

.home-benefit {
  color: #383838;
  display: flex;
  align-items: center;
  flex: 0 0 50%;
  padding: 12px;
}
@media all and (min-width: 768px) {
  .home-benefit {
    flex: 0 0 auto;
  }
}
.home-benefit:nth-child(1) {
  border-right: 2px solid #ffffff;
}
@media all and (min-width: 768px) {
  .home-benefit:nth-child(1) {
    border: 0;
  }
}
.home-benefit:nth-child(3) {
  border-top: 2px solid #ffffff;
  flex-grow: 1;
  justify-content: center;
}
@media all and (min-width: 768px) {
  .home-benefit:nth-child(3) {
    flex-grow: 0;
    justify-content: flex-start;
  }
}
.home-benefit__icon {
  margin-right: 5px;
}
@media all and (min-width: 768px) {
  .home-benefit__icon {
    margin-right: 15px;
  }
}
.home-benefit__icon svg {
  height: 40px;
  width: 40px;
  vertical-align: middle;
}
@media all and (min-width: 1024px) {
  .home-benefit__icon svg {
    height: 50px;
    width: 50px;
  }
}
.home-benefit__content .title,
.home-benefit__content .tagline {
  display: block;
  font-size: 14px;
  line-height: 1;
}
@media all and (min-width: 768px) {
  .home-benefit__content .title,
.home-benefit__content .tagline {
    font-size: 16px;
  }
}
.home-benefit__content .title {
  font-weight: 800;
  text-transform: uppercase;
}
.home-benefit__content .tagline {
  margin-top: 5px;
  opacity: 0.6;
}

/* Product Categories */
.home-product-categories {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}
@media all and (min-width: 1024px) {
  .home-product-categories {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
  }
}

.home-product-category {
  border-radius: 5px;
  overflow: hidden;
  padding: 10px 10px 0;
  position: relative;
  transition: box-shadow var(--time) ease-in-out;
  /* Variant: Last item */
}
@media all and (min-width: 768px) {
  .home-product-category {
    padding-top: 20px;
  }
}
@media all and (min-width: 1024px) {
  .home-product-category {
    border-radius: 10px;
    padding: 40px 30px 0;
  }
}
.home-product-category:hover {
  box-shadow: 0 0 0 4px #fff, 0 0 0 6px #034679, 0 0 transparent;
}
.home-product-category::after {
  background-color: #a5cbef;
  content: "";
  height: 35px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media all and (min-width: 1024px) {
  .home-product-category::after {
    height: 70px;
  }
}
.home-product-category__bg {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.home-product-category__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  z-index: 1;
}
.home-product-category__title {
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}
@media all and (min-width: 1024px) {
  .home-product-category__title {
    margin-bottom: 40px;
  }
}
.home-product-category__image {
  margin-top: auto;
  text-align: center;
}
.home-product-category__image img {
  margin: 0 auto;
  max-width: 70%;
}
@media all and (min-width: 1024px) {
  .home-product-category__image img {
    max-width: 100%;
  }
}
.home-product-category:last-child {
  grid-column: span 2;
}
@media all and (min-width: 1024px) {
  .home-product-category:last-child {
    grid-column: auto;
  }
}

/* Community */
.home-community {
  background-color: #f8f8f8;
}
.home-community__columns {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media all and (min-width: 768px) {
  .home-community__columns {
    align-items: center;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media all and (min-width: 1024px) {
  .home-community__columns {
    grid-gap: 90px;
  }
}
.home-community__content {
  padding-block: 40px;
  text-align: center;
  --flow-space: 10px;
}
@media all and (min-width: 1024px) {
  .home-community__content {
    text-align: left;
  }
}
.home-community__title {
  text-transform: uppercase;
}
.home-community__subtitle {
  font-weight: 900;
  opacity: 0.4;
  text-transform: uppercase;
}
.home-community__summary {
  font-size: 1.125rem;
}
@media all and (min-width: 1024px) {
  .home-community__summary {
    max-width: 400px;
  }
}
.home-community__media {
  margin-inline: -15px;
}
.home-community__media img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  max-height: 350px;
  width: 100%;
}
@media all and (min-width: 1024px) {
  .home-community__media img {
    max-height: none;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}

/* About
--------------------------------------------- */
@media all and (min-width: 1280px) {
  body.page-about {
    background: #f0f0f0;
  }
}

.page-about .content {
  background: #fff;
}

/* Team Staff
--------------------------------------------- */
body.page-team {
  background: #f0f0f0;
}

.page-team .team-staff {
  break-inside: avoid;
}
@media all and (min-width: 768px) {
  .page-team .team-staff {
    display: block;
    column-count: 2;
    column-gap: 30px;
    orphans: 1;
    widows: 1;
  }
}
@media all and (min-width: 1024px) {
  .page-team .team-staff {
    column-count: 3;
  }
}
.page-team .team-member {
  background-color: #ffffff;
  border-radius: 20px;
  margin-bottom: 25px;
}
@media all and (min-width: 768px) {
  .page-team .team-member {
    display: inline-block;
    width: 100%;
    /* Fix a bug in Chrome trimming box shadow */
    break-inside: avoid;
    transform: translateZ(0);
  }
}
@media all and (min-width: 768px) {
  .page-team .team-member {
    margin-bottom: 30px;
  }
}
.page-team .team-member__content {
  padding: 30px;
}
.page-team .team-member__photo img {
  border-radius: 20px 20px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.page-team .team-member__name {
  text-transform: uppercase;
}
.page-team .team-member__title {
  color: #38bb76;
  font-weight: 800;
  line-height: 1;
  margin-top: 5px;
  text-transform: uppercase;
}
.page-team .team-member__bio {
  margin-top: 10px;
}

/* AOA Guarantees
--------------------------------------------- */
.aoa-guarantees {
  display: grid;
  grid-gap: 30px;
}
@media all and (min-width: 768px) {
  .aoa-guarantees {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media all and (min-width: 1024px) {
  .aoa-guarantees {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.aoa-guarantee {
  border: 3px solid var(--accent-color);
  /* The var is outputed in the component html */
  border-radius: 24px;
  display: flex;
  flex-direction: column;
}
.aoa-guarantee__image img {
  border-radius: 20px 20px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.aoa-guarantee__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 60px 20px 20px;
  position: relative;
}
.aoa-guarantee__badge {
  background-color: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  padding: 5px;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  width: 126px;
  height: 126px;
}
.aoa-guarantee__title {
  text-transform: uppercase;
}
.aoa-guarantee__subtitle {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 15px;
  text-transform: uppercase;
}
.aoa-guarantee__steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 10px;
  margin-top: 12px;
}
.aoa-guarantee__step {
  border: 2px solid #f0f0f0;
  border-radius: 8px;
  padding: 5px;
  text-align: center;
}
.aoa-guarantee__step .number {
  background-color: #383838;
  border-radius: 100%;
  color: #ffffff;
  display: block;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1;
  padding: 2px;
  width: 15px;
  height: 15px;
}
.aoa-guarantee__step .desc {
  display: block;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.25;
  margin-top: 10px;
  text-transform: uppercase;
}
.aoa-guarantee__step .desc a {
  color: #383838;
  text-transform: lowercase;
}
.aoa-guarantee__desc {
  margin-top: 12px;
  margin-bottom: 20px;
}
.aoa-guarantee__button {
  background-color: var(--accent-color);
  margin-top: auto;
}
.aoa-guarantee__button:hover {
  background-color: var(--accent-color);
  box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.2), 0 1px 15px 0 rgba(0, 0, 0, 0.12);
}
.aoa-guarantee__button svg {
  position: relative;
  top: 3px;
}

/* Heroes
--------------------------------------------- */
.heroes {
  display: grid;
  grid-gap: 30px;
}
@media all and (min-width: 768px) {
  .heroes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.heroe {
  border-radius: 20px;
  box-shadow: 0 6px 48px rgba(0, 0, 0, 0.12);
  text-align: center;
}
.heroe__content {
  padding: 30px;
}
.heroe__media img {
  border-radius: 20px 20px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.heroe__desc {
  margin-top: 8px;
}
.heroe__button {
  margin-top: 15px;
}

/* Contact
--------------------------------------------- */
body.page-contact {
  background: #f0f0f0;
}

.page-contact .contact-methods {
  display: grid;
  grid-gap: 30px;
}
@media all and (min-width: 768px) {
  .page-contact .contact-methods {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.page-contact .contact-method {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  color: #383838;
  display: flex;
  flex-direction: column;
  padding: 30px 30px 0;
}
.page-contact .contact-method:hover {
  background-color: #fff;
}
.page-contact .contact-method:hover .contact-method__header svg {
  background-color: #3abb75;
  color: #fff;
}
.page-contact .contact-method__header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.page-contact .contact-method__header svg {
  background-color: #f0f0f0;
  border-radius: 100%;
  font-size: 48px;
  padding: 10px;
  transition: color var(--time) ease-in-out, background-color var(--time) ease-in-out;
}
.page-contact .contact-method__header h3 {
  font-size: 1.125rem;
  font-weight: 700;
}
.page-contact .contact-method__summary {
  margin-bottom: 30px;
}
.page-contact .contact-method__footer {
  border-top: 1px solid #e0e0e0;
  color: #3abb75;
  font-weight: 600;
  margin-inline: -30px;
  margin-top: auto;
  padding: 14px 30px;
  text-align: right;
}

/* Shipping
--------------------------------------------- */
@media all and (min-width: 1024px) {
  .page-shipping .shipping-details-wrapper--mobile {
    display: none;
  }
}
.page-shipping .shipping-details-wrapper--mobile h2 {
  margin-bottom: 10px;
  text-align: center;
}
.page-shipping .shipping-details-wrapper--desktop {
  display: none;
}
@media all and (min-width: 1024px) {
  .page-shipping .shipping-details-wrapper--desktop {
    display: block;
  }
}
.page-shipping .shipping-details {
  box-shadow: 0 12px 54px rgba(0, 0, 0, 0.06);
  table-layout: fixed;
  text-align: center;
}
.page-shipping .shipping-details tr {
  border: 0;
}
.page-shipping .shipping-details thead th {
  background-color: #034679;
  border-right: 2px solid #f0f0f0;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}
.page-shipping .shipping-details thead th:first-child {
  border-top-left-radius: 10px;
}
.page-shipping .shipping-details thead th:last-child {
  background-color: #38bb76;
  border-top-right-radius: 10px;
  border-right: none;
}
.page-shipping .shipping-details tbody tr {
  border: 2px solid #f0f0f0;
}
.page-shipping .shipping-details tbody td {
  border-right: 2px solid #f0f0f0;
  text-align: center;
  vertical-align: middle;
}
.page-shipping .shipping-details tbody td span {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
}
.page-shipping .shipping-details tbody td figure {
  display: inline-block;
  margin-inline: 5px;
}
.page-shipping .shipping-details tbody td figure img {
  height: 35px;
}
.page-shipping .shipping-details tbody td figure figcaption {
  font-size: 12px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.page-shipping .shipping-details tbody td:last-child {
  border-right: 0;
}
.page-shipping .shipping-details tbody td.free-shipping strong {
  color: #38bb76;
}
