@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500;600;700;800;900&family=Roboto:ital,wght@0,500;0,700;0,900;1,500;1,700;1,900&display=swap");
/*
Theme Name: Spectrum
Author: CODO Design
Author URI: https://cododesign.com
Description: Spectrum is a custom theme designed and developed for Spectrum Foods by CODO Design. This theme is optimized for use with the CODO ACF Blocks plugin and Advanced Custom Fields.
Requires at least: 6.1
Tested up to: 6.7
Requires PHP: 5.6
Version: 2.0
Text Domain: codo
*/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: clamp(2em, 4vw, 2.5em);
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.base-color {
  color: #231F20;
}

.secondary {
  font-family: "roboto slab";
}

.wp-block-card {
  display: block;
  grid-template-columns: repeat(4, 1fr);
  gap: 2%;
  width: 93.1428571429vw;
  max-width: 1140px;
  margin: auto;
  margin-bottom: 3.4285714286vw;
  overflow: hidden;
}

.wp-block-card.one-card {
  grid-template-columns: repeat(1, 1fr);
}

.wp-block-card.two-card {
  grid-template-columns: repeat(2, 1fr);
}

.wp-block-card.three-card,
.wp-block-card.six-card,
.wp-block-card.three-card {
  grid-template-columns: repeat(1, 1fr);
}

.wp-block-card.four-card {
  grid-template-columns: repeat(2, 1fr);
}

.wp-block-card .card {
  margin-bottom: 3.4285714286vw;
  overflow: hidden;
}

.wp-block-card .card:last-of-type {
  margin-bottom: 0;
}

.wp-block-card .card figure {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  margin: 0;
  height: 250px;
  overflow: hidden;
  justify-content: center;
}

.wp-block-card .card figure img {
  width: 100%;
  height: auto;
  min-height: 250px;
  object-fit: cover;
}

.wp-block-card .card .content {
  padding: 24px;
}

.wp-block-card .card .content h1 p {
  margin-top: 0;
  font-size: 1.75rem;
  margin-top: -0.25em;
  margin-bottom: 0.75rem;
}

.wp-block-card .card.resource .content h1 p {
  margin-bottom: -0.25em;
}

.wp-block-card .card .content h2 p {
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-top: 0;
  color: rgba(255, 255, 255, 0.6);
}

.wp-block-card .card .content .paragraph p {
  margin-left: 5px;
  line-height: 1.4em;
}

.wp-block-card .buttons {
  margin-bottom: 0;
}

.wp-block-card .card.standard .buttons button {
  margin-left: 0;
}

.wp-block-card .card.resource {
  position: relative;
}

.wp-block-card .card.resource .buttons {
  position: absolute;
  bottom: 24px;
  left: 2vw;
  z-index: 2;
  display: block;
  width: calc(100% - 30px - 2vw);
}

.wp-block-card .card.resource .buttons button {
  width: 100%;
}

.wp-block-card .card.featured {
  position: relative;
  min-height: 394px;
}

.wp-block-card .card.featured figure {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
}

.wp-block-card .card.featured figure img {
  width: auto;
  height: 100%;
  min-width: 100%;
  min-height: 328px;
  object-fit: cover;
}

.wp-block-card .card.featured .content {
  position: relative;
}

@media only screen and (min-width: 840px) {
  .wp-block-card {
    display: grid;
  }
  .wp-block-card.three-card,
  .wp-block-card.six-card,
  .wp-block-card.three-card {
    grid-template-columns: repeat(3, 1fr);
  }
  .wp-block-card.four-card {
    grid-template-columns: repeat(4, 1fr);
  }
  .wp-block-card .card {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .wp-block-card .card .content {
    padding: 2vw;
  }
  .wp-block-card .card.resource .buttons {
    bottom: 2vw;
  }
}
@media only screen and (min-width: 1400px) {
  .wp-block-card {
    width: 80vw;
    max-width: 80vw;
  }
}
.wp-block-columns {
  align-items: normal !important;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap !important;
  margin: auto;
  margin-bottom: 3.4285714286vw;
  gap: 2vw;
  width: 93.1428571429vw;
  max-width: 1140px;
}

@media (min-width: 782px) {
  .wp-block-columns {
    flex-wrap: nowrap !important;
  }
}
.wp-block-columns.are-vertically-aligned-top {
  align-items: flex-start;
}

.wp-block-columns.are-vertically-aligned-center {
  align-items: center;
}

.wp-block-columns.are-vertically-aligned-bottom {
  align-items: flex-end;
}

@media (max-width: 781px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
  }
}
@media (min-width: 782px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 0;
    flex-grow: 1;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column[style*=flex-basis] {
    flex-grow: 0;
  }
}
.wp-block-columns.is-not-stacked-on-mobile {
  flex-wrap: nowrap !important;
}

.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column {
  flex-basis: 0;
  flex-grow: 1;
}

.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column[style*=flex-basis] {
  flex-grow: 0;
}

:where(.wp-block-columns.has-background) {
  padding: 1.25em 2.375em;
}

.wp-block-column {
  flex-grow: 1;
  min-width: 0;
  overflow-wrap: break-word;
  word-break: break-word;
}

.wp-block-column.is-vertically-aligned-top {
  align-self: flex-start;
}

.wp-block-column.is-vertically-aligned-center {
  align-self: center;
}

.wp-block-column.is-vertically-aligned-bottom {
  align-self: flex-end;
}

.wp-block-column.is-vertically-aligned-bottom, .wp-block-column.is-vertically-aligned-center, .wp-block-column.is-vertically-aligned-top {
  width: 100%;
}

@media only screen and (min-width: 1400px) {
  .wp-block-columns {
    width: 80vw;
    max-width: 80vw;
  }
}
.wp-block-cover {
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  width: 93.1428571429vw;
  max-width: 1140px;
  min-height: 328px;
  height: 21vw;
  background-color: black;
  color: white;
  margin-bottom: 3.4285714286vw;
  position: relative;
  overflow: hidden;
}

.wp-block-cover.intro {
  height: 35vw;
  min-height: 360px;
}

.wp-block-cover .cover-content-wrapper {
  width: 92%;
  display: block;
  margin: auto;
  position: relative;
}

.wp-block-hero + .wp-block-cover {
  margin-top: 3.4285714286vw;
}

.wp-block-cover figure {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wp-block-cover figure img {
  width: 100%;
  height: auto;
  min-height: 328px;
  min-width: 100%;
  object-fit: cover;
}

.wp-block-cover .cover-content p {
  line-height: 1.4em;
}

.wp-block-cover section.content {
  z-index: 1;
}

.wp-block-cover.intro figure {
  align-items: flex-start;
}

.wp-block-cover.intro .content {
  padding: 24px;
  position: absolute;
  bottom: 0;
  width: calc(100% - 48px);
}

.wp-block-cover.intro .content hgroup {
  margin-top: 1.5rem;
}

.wp-block-cover.intro .content h1 p {
  margin-top: 0;
  font-size: 1.75rem;
  margin-top: -0.25em;
  margin-bottom: 0.75rem;
}

.wp-block-cover.intro .content h2 p {
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-top: 0;
  color: rgba(255, 255, 255, 0.6);
}

.wp-block-cover.intro .content .paragraph p {
  margin-left: 5px;
  line-height: 1.4em;
}

.wp-block-cover .buttons {
  margin: 1.5rem auto;
}

.wp-block-cover .buttons.align-bottom {
  position: absolute;
  top: 3.5vw;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

@media only screen and (min-width: 1400px) {
  .wp-block-cover {
    width: 80vw;
    max-width: 80vw;
  }
}
.wp-block-cta {
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  width: 93.1428571429vw;
  max-width: 1140px;
  background-color: black;
  color: white;
  margin-bottom: 3.4285714286vw;
  position: relative;
  overflow: hidden;
}

.wp-block-cta .cta-content-wrapper {
  width: 92%;
  display: block;
  margin: auto;
  position: relative;
}

.wp-block-cta .buttons {
  margin: 1.5rem auto;
}

.wp-block-cta .buttons.align-bottom {
  position: absolute;
  top: 3.5vw;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

@media only screen and (min-width: 1400px) {
  .wp-block-cta {
    width: 80vw;
    max-width: 80vw;
  }
}
body:not(.wp-admin) fieldset {
  padding: 0;
  border: none;
}
body:not(.wp-admin) textarea {
  border: none;
  resize: none;
}
body:not(.wp-admin) .form {
  padding: 2vw;
}
body:not(.wp-admin) input {
  padding: 0 0.75em !important;
  width: calc(100% - 1.5em) !important;
}
body:not(.wp-admin) input[type=submit] {
  margin-top: 1em;
  width: 100% !important;
}
body:not(.wp-admin) select {
  appearance: none;
  padding: 0.75em;
}
body:not(.wp-admin) .ginput_container_select {
  position: relative;
}
body:not(.wp-admin) select:hover {
  cursor: pointer;
}
body:not(.wp-admin) span.gfield_required {
  margin-left: 0.5em;
}
body:not(.wp-admin) .ginput_container_select:after {
  content: "";
  position: absolute;
  right: 1em;
  top: 16px;
  width: 12px;
  height: 12px;
  z-index: 2;
  transform: rotate(-90deg);
  background-image: url("../../plugins/codo-acf-blocks/assets/svg/icon-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
body:not(.wp-admin) main > section.wp-block-form {
  width: 93.1428571429vw;
  max-width: 1140px;
  margin: auto;
  margin-bottom: 3.4285714286vw;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.wp-block-icon-slideshow {
  margin: auto;
  margin-bottom: 3.4285714286vw;
  padding-top: 0 !important;
}

.wp-block-icon-slideshow.has-border .slick .slick-list {
  border: 4px solid #cccccc;
}

.wp-block-icon-slideshow.has-border .slick,
.wp-block-icon-slideshow .slick .slick-list {
  width: 93.1428571429vw;
  max-width: 1140px;
  margin: auto;
  height: auto;
}

.wp-block-icon-slideshow .slick .slide {
  padding: 2vw;
}

.wp-block-icon-slideshow .slick .slide.has-heading {
  padding-bottom: calc(2vw - 1.5em);
}

.wp-block-icon-slideshow .slick .slide .heading {
  font-size: 1em;
  margin-top: 0.5em;
  text-align: center;
}

.external-buttons button.slick-prev {
  left: 2vw;
}

.external-buttons button.slick-next {
  right: 2vw;
}

.wp-block-icon-slideshow button.slick-arrow {
  opacity: 1;
}

.wp-block-icon-slideshow .content {
  width: 100%;
  height: 100%;
}

.wp-block-icon-slideshow.small .slick .slide {
  padding: 1vw;
}

.wp-block-icon-slideshow.small .slide-wrapper .image {
  padding: 0 1.5em;
}

button.slick-arrow {
  position: absolute;
  top: calc(50% - 20px);
  z-index: 2;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  border: none;
  outline: none;
  background-image: url("../../../assets/svg/icon-arrow.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 25%;
  color: transparent;
  opacity: 0.5;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-indent: -99999px;
}

button.slick-arrow:hover, button.slick-arrow:active {
  opacity: 1;
  cursor: pointer;
}

button.slick-prev {
  left: 2vw;
}

button.slick-next {
  right: 2vw;
  transform: rotate(180deg);
}

ul.slick-dots {
  list-style: none;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 1vw;
  left: calc(50% - 23px);
  right: 50%;
  z-index: 2;
  padding: 0;
}

ul.slick-dots button {
  width: 15px;
  height: 15px;
  border-radius: 8px;
  border: none;
  outline: none;
  color: #fff;
  background: #fff;
  margin: 0.25em;
  opacity: 0.5;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

ul.slick-dots button:hover {
  cursor: pointer;
  opacity: 1;
}

ul.slick-dots li.slick-active button {
  opacity: 1;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.wp-block-icon-slideshow .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}

.wp-block-icon-slideshow.small .slick-track {
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  position: relative;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-slider img { /* keep images full screen */
  width: 100%;
}

.chevron-container { /* full slider height container for chevrons */
  height: 100%;
  position: absolute;
  width: 100px;
}

.slick-right { /* keeps right arrow to the right */
  right: 0;
  top: 0;
}

.chevron-container > .fa { /* positions chevrons in vertical center */
  bottom: 0;
  color: white;
  font-size: 10em;
  height: 1em;
  margin: auto;
  position: absolute;
  top: 0;
  width: 5em;
  z-index: 10;
}

.slick-slider .info {
  color: white;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  line-height: 100vh;
  text-align: center;
  z-index: 10;
}

.slick-slider .info > div {
  display: inline-block !important;
  vertical-align: middle;
}

@media (orientation: portrait) {
  .wp-block-icon-slideshow {
    max-height: 72vh;
  }
}
@media only screen and (min-width: 1400px) {
  .wp-block-icon-slideshow .slick {
    width: calc(88vw + 96px);
    margin: auto;
  }
  .wp-block-icon-slideshow .slick .slick-list,
  .wp-block-icon-slideshow.has-border .slick {
    width: 80vw;
    max-width: 80vw;
  }
}
.wp-block-map {
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

main > .wp-block-map {
  width: 93.1428571429vw;
  max-width: 1140px;
  margin-bottom: 3.4285714286vw;
}

.wp-block-map div[id^=map] {
  width: 100%;
  min-height: 328px;
  height: 21vw;
}

.wp-block-map.delivery-area div[id^=map] {
  width: 100%;
  min-height: 428px;
  height: 72vh;
}

.wp-block-map div[id^=map] .mapboxgl-ctrl-bottom-left,
.wp-block-map div[id^=map] .mapboxgl-ctrl-bottom-right {
  display: none;
}

.wp-block-map .location {
  position: absolute;
  left: 2vw;
  top: 2vw;
  background: #ffffff;
  z-index: 2;
  min-width: 30%;
  min-height: 10vw;
  padding: 1.5vw;
}

.wp-block-map .location .heading {
  font-size: 1.375em;
}

.wp-block-map .location .address p,
.wp-block-map .location .phone {
  margin: 0.75em 0;
}

.wp-block-map .location .fax {
  margin: 0 0 0.75em 0;
}

.wp-block-map .location .phone,
.wp-block-map .location .fax {
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.wp-block-map .location .phone:before,
.wp-block-map .location .fax:before {
  content: "";
  background-image: url("../../plugins/codo-acf-blocks/assets/svg/icon-phone.svg");
  width: 24px;
  height: 24px;
  background-size: contain;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
}

.wp-block-map .location .fax:before {
  background-image: url("../../plugins/codo-acf-blocks/assets/svg/icon-fax.svg");
}

.wp-block-map .directions button {
  margin: 0;
  margin-top: 0.5em;
}

@media only screen and (min-width: 1400px) {
  main > .wp-block-map {
    width: 80vw;
    max-width: 80vw;
  }
}
.social-nav {
  margin-left: 2vw;
  margin-right: 2vw;
}

.social-nav ul {
  display: flex;
  align-items: center;
}

.social-nav li {
  display: inline-flex;
  align-items: center;
  margin: 0 0 0 0.6em;
}

.social-nav li:first-of-type {
  margin: 0 0 0 0;
}

.social-nav li:last-of-type {
  margin: 0 -0.6em 0 0.6em;
}

.social-nav li a {
  display: flex;
  align-items: center;
}

.social-nav li a svg {
  width: auto;
  height: 24px;
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.social-nav li a:hover svg,
.social-nav li a:focus svg {
  color: #d9d9d9;
}

html[lang=en] {
  margin-top: 0 !important;
}

body {
  margin: 0;
  padding: 0;
  width: 100vw;
  overflow-x: hidden;
}

img, svg {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

a, a:hover, a:focus {
  text-decoration: none;
  cursor: pointer;
}

button {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
  padding: 0;
  border-style: solid;
}

button:hover {
  cursor: pointer;
}

input {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
}

body {
  font-family: "roboto";
}

h1, h2, h3, h4, h5, h6 {
  font-family: "roboto";
  font-weight: 900;
  margin-block-start: 0;
  margin-block-end: 0;
}

p {
  font-family: "roboto";
  font-weight: 500;
  margin: 1rem 0;
}

section:not(.wp-block-paragraph) h1 + p, section:not(.wp-block-paragraph) h2 + p, section:not(.wp-block-paragraph) h3 + p, section:not(.wp-block-paragraph) h4 + p, section:not(.wp-block-paragraph) h5 + p, section:not(.wp-block-paragraph) h6 + p {
  margin-block-start: 0;
}

section {
  opacity: 0;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

section.in-view {
  opacity: 1;
}

button.primary {
  background-color: #ffffff;
  color: #E31F2B;
  border-color: #ffffff;
  border-width: 0.125em;
  border-radius: 12px;
  padding: 15px 15px;
  margin: auto 5px;
  font-family: "roboto slab";
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.875em;
}

button.primary.alt {
  background-color: #E31F2B;
  color: #ffffff;
  border-color: #E31F2B;
}

header button.primary.alt {
  font-family: "roboto";
  text-transform: capitalize;
  letter-spacing: 0;
}

button.secondary {
  background-color: #ffffff;
  color: #E31F2B;
  border-color: #ffffff;
  border-radius: 12px;
  padding: 10px 15px;
  font-family: "roboto slab";
  font-weight: 900;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 1.125em;
}

button.secondary:hover {
  color: #282660;
}

button.pill {
  border-radius: 24px;
}

button.solid {
  border-width: 0;
}

button.outline {
  border-width: 0.125em;
}

.primary.outline {
  border-color: #282660;
}

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

.buttons.align-left a:first-of-type button {
  margin-left: 0;
}

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

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

.gfield_label {
  font-family: "roboto";
  font-weight: 700;
}

input, textarea, select {
  border-radius: 12px;
  border: none;
  outline: none;
  box-shadow: none;
  display: block;
  width: 100%;
  min-height: 36px;
  min-height: 3em;
}

input[type=submit] {
  background-color: #E31F2B;
  color: #ffffff;
  border-color: #282660;
  border-radius: 12px;
  font-family: "roboto slab";
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 99999;
}

header .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  min-height: 60px;
}

header .top a {
  color: #282660;
  font-family: "roboto";
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header .top a:hover,
header .top a:focus {
  color: #d9d9d9;
}

header nav ul {
  padding: 0;
  margin: 0;
}

header nav:not(.commodity-nav) ul li {
  list-style: none;
  display: inline-flex;
  position: relative;
  height: 60px;
  align-items: center;
  padding: 0 0.25em;
}

header nav.commodity-nav ul li {
  list-style: none;
  display: inline-flex;
  height: 60px;
  align-items: center;
}

header .primary-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .primary-nav .nav-button {
  display: none;
}

header .nav-wrapper button {
  padding: 10px 18px;
  border-radius: 8px;
  margin: auto;
  margin-left: 2vw;
}

header .nav-wrapper .featured-links {
  display: none;
}

header .nav-wrapper .featured-links a {
  font-family: "roboto";
  font-weight: 900;
}

header .nav-wrapper .featured-links a:hover {
  color: #E31F2B;
}

header .nav-wrapper .search-bar {
  display: none;
}

header .top > .nav-wrapper {
  margin-right: 2vw;
  display: flex;
  align-items: center;
}

header .logo {
  max-width: 260px;
  margin-left: 2vw;
  margin-right: 2vw;
  margin-top: -7px;
}

header .logo svg {
  display: block;
}

header nav.header-nav {
  display: none;
}

header .header-nav-button {
  margin-left: 2vw;
  margin-right: 1vw;
}

header .header-nav-button div {
  width: 1.25em;
  height: 0.25em;
  background-color: #282660;
}

header .header-nav-button div.middle {
  margin: 0.2em 0;
}

header nav.header-nav ul li {
  position: relative;
}

header nav.header-nav ul li:hover {
  cursor: pointer;
}

header nav.header-nav ul li a {
  margin: 0 0 0 0.56em;
  font-weight: 800;
  color: #282660;
  letter-spacing: 0.024em;
}

header nav.header-nav ul li:first-of-type a,
header nav.header-nav ul li ul.sub-menu li a {
  margin-left: 0;
}

header nav.header-nav > ul li:hover > a {
  background: rgba(206, 206, 206, 0.3);
  border-radius: 8px;
  padding: 8px 6px;
  margin-left: calc(-6px + 0.56em);
  margin-right: -6px;
  color: #282660;
}

header nav.header-nav > ul li:first-of-type:hover > a {
  margin-left: -6px;
  margin-right: -6px;
}

header nav.header-nav ul li ul {
  display: none;
  top: 0px;
  left: 0;
  position: absolute;
  background: #ffffff;
  padding: 0.5vw 1vw;
  margin-left: 0.25em;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  -moz-box-shadow: 4px 6px 8px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 4px 6px 8px rgba(0, 0, 0, 0.12);
  box-shadow: 4px 6px 8px rgba(0, 0, 0, 0.12);
  min-width: 150px;
}

header nav.header-nav ul li:first-of-type ul {
  left: -1vw;
}

header nav.header-nav ul li:hover ul {
  display: block;
  z-index: 2;
  top: 60px;
}

header nav.header-nav ul li ul li {
  display: block;
  height: 30px;
}

header nav.header-nav ul li ul li:hover a,
header nav.header-nav ul li ul li:first-of-type:hover a {
  background: none;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  border-radius: none;
}

header .search-toggle,
header .cart-link {
  margin-left: 0.75em;
  margin-top: 0.25em;
}

header .cart-link {
  margin-top: 0em;
}

header .search-toggle:hover,
header .cart-link:hover {
  cursor: pointer;
}

header .search-bar {
  position: fixed;
  width: 80vw;
  top: calc(-40px - 2vw);
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto auto auto;
}

header .search-bar {
  margin-top: 20vh;
  top: 0;
  z-index: 3;
}

header .search-bar .search-bar-wrapper {
  border-radius: 12px;
  background-color: #282660;
  -moz-box-shadow: 4px 6px 8px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 4px 6px 8px rgba(0, 0, 0, 0.12);
  box-shadow: 4px 6px 8px rgba(0, 0, 0, 0.12);
}

header .search-bar input[type=text] {
  border: none;
  width: calc(100% - 40px);
  display: inline-block;
  margin-top: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #282660;
  color: #ffffff;
  font-size: 1.25em;
  font-family: "roboto";
  font-weight: 900;
}

header .nav-wrapper .search-bar button {
  width: 40px;
  height: 40px;
  border: none;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: transparent;
  background-image: url("assets/images/icon-search-white.svg");
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header .nav-wrapper .search-bar button:hover,
header .nav-wrapper .search-bar button:active {
  opacity: 1;
}

header .search-bar form, header .search-bar .form {
  display: flex;
  align-items: center;
  padding: 1vw;
}

header .bottom {
  display: flex;
  align-items: center;
  background-color: #282660;
  min-height: 48px;
}

header .bottom a {
  color: #ffffff;
  font-family: "roboto slab";
  font-weight: 900;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header .bottom li:hover a,
header .bottom li:focus a {
  color: #ffffff;
}

header nav.commodity-nav {
  margin-left: auto;
  margin-right: auto;
  padding: 0 2vw;
}

header nav.commodity-nav ul li {
  flex: 0 0 auto;
  height: 48px;
}

header nav.commodity-nav ul li > a:after {
  content: "";
  position: absolute;
  width: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  left: 50%;
}

header nav.commodity-nav > ul > li:hover > a:after {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  background: #ffffff;
  bottom: -1em;
  left: 0;
}

header nav.commodity-nav ul li a {
  text-transform: uppercase;
  margin: 0 4vw 0 0;
  letter-spacing: 0.048em;
  font-weight: 700;
  font-size: 15.4px;
  position: relative;
}

header nav.commodity-nav ul > li:last-of-type a {
  margin-right: 0;
}

header nav.commodity-nav ul li ul li a {
  font-family: "roboto";
  color: #231F20;
  margin: 0;
}

header nav.commodity-nav ul li ul {
  display: none;
  top: 0px;
  left: 2vw;
  position: absolute;
  background: #282660;
  padding: 2vw 4vw 3vw 4vw;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  -moz-box-shadow: 4px 6px 8px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 4px 6px 8px rgba(0, 0, 0, 0.12);
  box-shadow: 4px 6px 8px rgba(0, 0, 0, 0.12);
  min-width: 120px;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  max-height: 360px;
  overflow: scroll;
  gap: 1vw;
}

header nav.commodity-nav ul li ul {
  position: absolute;
  left: calc((72vw - 585px) / 2);
  right: calc((72vw - 585px) / 2);
  top: 108px;
  width: calc(585px + 20vw);
}

header nav.commodity-nav ul li:hover ul {
  display: grid;
  z-index: 2;
  top: 108px;
  grid-template-columns: auto auto auto auto;
}

header nav.commodity-nav ul li ul li {
  display: block;
  height: auto;
  min-width: 8vw;
  margin-bottom: 0.5vw;
}

header nav.commodity-nav ul li ul li a {
  text-transform: none;
  font-weight: 900;
  margin-left: 0;
  height: auto;
  display: inline-flex;
  align-items: flex-start;
}

header nav.commodity-nav ul li:hover ul li a {
  color: #ffffff;
}

header nav.commodity-nav ul li:hover ul li a:hover {
  color: #ffffff;
}

header .bottom .menu-toggle {
  display: none;
  color: #ffffff;
  margin-right: 1vw;
}

header .bottom .menu-toggle span.button-text {
  font-family: "roboto";
  font-weight: 900;
  font-size: 0.75em;
  text-transform: uppercase;
  margin-top: 0.125em;
  letter-spacing: 0.05em;
  opacity: 0.5;
  position: absolute;
  right: calc(3vw + 2em);
}

header .bottom .menu-toggle .commodity-nav-button {
  position: absolute;
  right: 3vw;
  margin-left: 1em;
}

header .bottom .menu-toggle:hover {
  cursor: pointer;
}

header .header-nav-button {
  margin-left: 2vw;
  margin-right: 1vw;
}

header .header-nav-button:hover,
header .header-nav-button:active {
  cursor: pointer;
}

header .header-nav-button div,
header .commodity-nav-button div {
  width: 1.25em;
  height: 0.25em;
  background-color: #282660;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header .commodity-nav-button div {
  background-color: #ffffff;
}

header .commodity-nav-button div {
  width: 0.25em;
  border-radius: 0.125em;
  margin-right: 0.5em;
}

header .header-nav-button div.middle,
header .commodity-nav-button div.middle {
  margin: 0.2em 0;
}

header .header-nav-button.active div.middle {
  display: none;
}

header .header-nav-button.active div:first-of-type {
  transform: rotate(45deg);
  margin-bottom: -4px;
}

header .header-nav-button.active div:last-of-type {
  transform: rotate(-45deg);
}

header .mobile-nav-wrapper {
  display: none;
  position: absolute;
  top: 108px;
  right: 0;
  bottom: 0;
  left: 0;
}

header .multi-nav-wrapper {
  position: fixed;
  top: 108px;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  min-height: calc(100vh - 108px);
  overflow-y: scroll;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

header .mobile-nav-wrapper.active .multi-nav-wrapper {
  background: #282660;
  z-index: 999;
}

header .nav-slide {
  padding: 4vw 0 8vw;
  background: #282660;
  height: calc(100vh - 12vw - 108px);
}

header nav.mobile-nav ul.menu {
  padding: 4vw;
}

header nav.social-nav {
  margin: auto;
  display: block;
  padding: 0 calc(4vw + 0.5em) calc(8vw + 0.5em) calc(4vw + 0.5em);
}

header nav.social-nav ul li {
  height: 24px;
}

header .mobile-nav-wrapper .featured-links {
  display: flex;
  align-items: center;
  gap: 2%;
  width: 92%;
  margin: 0 auto;
}

header .mobile-nav-wrapper .featured-links a {
  flex-grow: 1;
  width: 50%;
}

header .mobile-nav-wrapper .featured-links a button {
  margin: 0;
  width: 100%;
  display: block;
}

header nav.mobile-nav ul.menu > li {
  display: block;
  font-size: 1.25em;
  height: auto;
  margin: 0.5em;
}

header nav.mobile-nav ul li a {
  margin-left: 0;
  color: #ffffff !important;
}

header nav.mobile-nav ul.sub-menu li {
  display: block;
  height: auto;
  margin: 0.5em 0 0 0;
}

main {
  padding-top: 108px;
}

section {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

section[class^=wp-block].not-in-view {
  opacity: 0;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

section[class^=wp-block].in-view {
  opacity: 1;
}

section {
  margin-bottom: 0 !important;
}

section[class^=wp-block] {
  margin-top: 5vw;
}

section[class^=wp-block].in-view {
  margin-top: 3.4285714286vw;
}

section[class^=wp-block]:first-of-type {
  margin-top: 0;
}

section.wp-block-heading + section.wp-block-paragraph,
section.wp-block-heading + section.wp-block-icon-gallery,
section.wp-block-heading + section.wp-block-icon-slideshow,
section.wp-block-heading + section.wp-block-scroll-nav {
  margin-top: 0;
}

section.wp-block-heading + section.wp-block-paragraph + section[class^=wp-block] {
  margin-top: 0;
}

section.entry.not-in-view {
  margin-top: 1vw;
  opacity: 0;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

section.entry.in-view {
  margin-top: 0;
  opacity: 1;
}

section.wp-block-accordion + section.wp-block-accordion {
  margin-top: 0 !important;
  padding-top: 108px;
}

section.wp-block-hero .content {
  top: 4vw;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

section.wp-block-hero.in-view .content {
  top: 0;
}

section.wp-block-accordion .heading p {
  font-family: "roboto slab";
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 1em;
  padding-top: 1em;
  border-top: 0.125em solid rgba(206, 206, 206, 0.3);
  color: #282660;
}

section.wp-block-accordion,
section.wp-block-accordion section.accordion-body {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}

section.wp-block-accordion .accordion {
  background-color: transparent;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  overflow: hidden;
}

section.wp-block-accordion .accordion-head {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  background-color: rgba(206, 206, 206, 0.3);
  font-family: "roboto";
  font-weight: 900;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

section.wp-block-accordion .accordion-head.active {
  background-color: rgba(206, 206, 206, 0.6);
}

section.wp-block-accordion .accordion-head:after {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

section.wp-block-accordion .accordion-body {
  background-color: rgba(206, 206, 206, 0.3);
}

section.wp-block-accordion .accordion-body .paragraph,
section.wp-block-accordion .accordion-body a {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

section.wp-block-accordion .accordion-body.active .paragraph,
section.wp-block-accordion .accordion-body.active a {
  opacity: 1;
}

section.wp-block-bio {
  margin-bottom: 3.4285714286vw;
  width: 93.1428571429vw;
  max-width: 1140px;
  margin: auto;
  margin-bottom: 3.4285714286vw;
  display: flex;
  align-items: flex-start;
  border: 0.125em solid #d9d9d9;
  border-radius: 24px;
  overflow: hidden;
}

section.wp-block-bio .left {
  padding: 2vw;
  width: 40%;
}

section.wp-block-bio .right {
  padding: 2vw 2vw 2vw 0;
  width: 60%;
}

section.wp-block-bio .left .image figure {
  margin: 0;
  display: flex;
  align-items: center;
  border-radius: 18px;
  overflow: hidden;
}

section.wp-block-bio .right h2 {
  font-family: "roboto slab";
  font-size: 1.75em;
  margin-top: 0.5em;
}

section.wp-block-bio .right h3 {
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-top: 0.5em;
}

section.wp-block-bio .right .bio p {
  line-height: 21px;
}

section.wp-block-buttons {
  width: 93.1428571429vw;
  max-width: 1140px;
  margin: auto;
  display: flex;
  justify-content: center;
  gap: 2vw;
}

section.wp-block-buttons button {
  background-color: #282660;
  color: #ffffff;
  border-color: #282660;
  border-width: 0.125em;
  border-radius: 12px;
  padding: 15px 15px;
  margin: auto 5px;
  font-family: "roboto slab";
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.875em;
}

section.wp-block-card {
  gap: 2vw;
}

section.wp-block-card .card {
  border-radius: 24px;
  background-color: #282660;
  color: #ffffff;
}

section.wp-block-card .card.white {
  color: #282660;
}

section.wp-block-card .card.white {
  border: 0.125em solid #d9d9d9;
}

section.wp-block-card .card.featured figure {
  background: linear-gradient(rgba(30, 30, 30, 0.6), rgba(30, 30, 30, 0));
}

section.wp-block-card .card.featured figure img {
  mix-blend-mode: multiply;
}

section.wp-block-card .card.featured .content {
  padding-top: 4vw;
}

section.wp-block-card .card.resource {
  background-color: #231F20;
}

section.wp-block-card .card .content h1 p,
section.wp-block-card .card.resource .content h1 p {
  font-family: "roboto slab";
  font-weight: 800;
}

section.wp-block-card .card .content h2 p {
  font-family: "roboto";
  font-weight: 700;
}

section.wp-block-card .card.white .content h2 {
  opacity: 1 !important;
}

section.wp-block-card .card.white .content h2 p {
  color: #282660;
}

section.wp-block-card .card.fetured .content h2 p {
  color: #cecece;
}

section.wp-block-card .card:not(.featured) .content .paragraph p {
  font-family: "roboto slab";
  font-weight: 400;
  margin-left: 0;
  max-width: 640px;
  line-height: 1.5em;
}

section.wp-block-card .card figure {
  background-color: #231F20;
}

section.wp-block-card.one-card .card.standard figure.fp-image {
  --aspect-ratio: 24 / 9;
}

section.wp-block-card .card.standard .content .buttons {
  margin-top: 3.4285714286vw;
}

section.wp-block-card .card.white .content .buttons a button.primary {
  background-color: #E31F2B;
  color: #ffffff;
  font-weight: 700;
}

section.wp-block-card .card.featured figure {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

section.wp-block-cover {
  border-radius: 24px;
  background-color: #231F20;
}

section.wp-block-cover-wrapper {
  background-image: url("../spectrum/assets/images/pattern-produce.svg");
  background-repeat: repeat-x;
  background-position: center 180px;
  background-size: 60vw;
  padding-bottom: 3.4285714286vw;
}

section.wp-block-cover figure {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}

section.wp-block-cover figure img {
  mix-blend-mode: multiply;
}

section.wp-block-cover h1 p {
  font-family: "roboto slab";
  font-weight: 800;
}

a[href*="apps.apple.com"] img,
a[href*="play.google.com"] img {
  height: 48px;
  width: auto;
  margin-right: 0.5em;
}

section.wp-block-cta {
  border-radius: 24px;
  border: 0.125em solid #d9d9d9;
  background-color: #ffffff;
  color: #282660;
  padding: 2vw 0;
}

section.wp-block-cta:before {
  content: "";
  display: block;
  background-image: url(assets/images/logo-icon.svg);
  opacity: 0.2;
  position: absolute;
  right: -2vw;
  bottom: -2vw;
  width: 14vw;
  height: 14vw;
  min-width: 110px;
  min-height: 110px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

section.wp-block-cta h1 {
  font-size: 2.5em;
}

section.wp-block-cta h1 p {
  font-family: "roboto slab";
  font-weight: 800;
}

section.wp-block-cta .buttons a button.primary {
  background-color: #E31F2B;
  color: #ffffff;
  font-weight: 700;
}

section.wp-block-form .form {
  border-radius: 24px;
}

section.wp-block-form .form .gform_heading {
  display: none;
}

section.wp-block-form .form h2.heading {
  display: none;
}

section.wp-block-form .form .gfield_label {
  margin-top: 1em;
  display: block;
}

section.wp-block-form .form .ginput_container {
  margin-top: 0.5em;
}

section.wp-block-form .ginput_container_consent {
  display: flex;
  align-items: center;
  gap: 0.5em;
}

section.wp-block-form .consent .gfield_label,
section.wp-block-form .gfield--type-consent .gfield_label {
  padding-top: 1em;
}

section.wp-block-form .ginput_container_consent input {
  appearance: auto;
  width: 24px !important;
  height: 24px;
}

section.wp-block-form .ginput_container_consent input:checked {
  background-color: #39814b;
}

section.wp-block-heading h1 p {
  font-family: "roboto slab";
  font-weight: 800;
}

main > section.wp-block-heading {
  padding-top: 2vw;
  text-align: center;
}

main > section.wp-block-heading + section.wp-block-paragraph {
  padding-bottom: 2vw;
  text-align: center;
  margin-bottom: 0;
}

main > section.wp-block-heading + section:not(.wp-block-paragraph) {
  padding-top: 2vw;
}

main > section.wp-block-heading + section.wp-block-buttons {
  margin-top: 0;
  padding-top: 0 !important;
}

.single-products section.wp-block-heading h1 p {
  color: #E31F2B;
}

section.wp-block-hero {
  background-color: #231F20;
  height: auto; /*max-height: 42.179775vw;*/
}

section.wp-block-hero + section.wp-block-icon-slideshow {
  margin-bottom: 2vw;
}

section.wp-block-hero .icon {
  margin-bottom: 1em;
  opacity: 0;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

section.wp-block-hero .slide.bg-video,
section.wp-block-hero .slide.bg-video .slide-wrapper,
section.wp-block-hero .slide.bg-video .video {
  width: 100%;
  height: 72vh;
  min-height: 360px;
  max-height: 56.1797752809vw;
  overflow: hidden;
}

section.wp-block-hero video {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  pointer-events: none;
}
section.wp-block-hero video::-webkit-media-controls {
  display: none !important;
}
section.wp-block-hero video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

section.wp-block-hero.in-view .icon {
  opacity: 1;
}

section.wp-block-hero .slide .content .subheading {
  font-family: "roboto slab";
  font-size: 1.5em;
  font-weight: 800;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
  opacity: 0;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

section.wp-block-hero.in-view .slide .content .subheading {
  opacity: 1;
}

section.wp-block-hero .slide .content .subheading:before {
  content: "";
  display: block;
  border: 2px solid #ffffff;
  width: 0px;
  margin-right: 8px;
  opacity: 0;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

section.wp-block-hero.in-view .slide .content .subheading:before {
  width: 48px;
  opacity: 1;
}

section.wp-block-hero .slide .content .subheading:after {
  content: "";
  display: block;
  border: 2px solid #ffffff;
  width: 0px;
  margin-left: 8px;
  opacity: 0;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

section.wp-block-hero.in-view .slide .content .subheading:after {
  width: 48px;
  opacity: 1;
}

section.wp-block-hero .slide .content .heading {
  font-family: "roboto slab";
  font-size: 2.875em;
  font-weight: 800;
  text-shadow: 0px 0px 36px rgba(0, 0, 0, 0.4);
  letter-spacing: 0.0375em;
  text-shadow: 0 0 1px white;
  opacity: 0;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

section.wp-block-hero.in-view .slide .content .heading {
  opacity: 1;
}

section.wp-block-hero .slide .content .heading + .paragraph {
  margin-top: 0.25em;
}

section.wp-block-hero .slide .content .paragraph p {
  font-size: 1.3875em;
  font-weight: 700;
  letter-spacing: 0.025em;
  margin-top: 0.675em;
  text-shadow: 0 0 24px rgba(0, 0, 0, 0.4);
}

section.wp-block-hero .slide .content button {
  letter-spacing: 0.025em;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

section.wp-block-hero.in-view .slide .content button {
  opacity: 1;
}

section.wp-block-icon + section.wp-block-heading {
  padding-top: 0;
}

main > section.wp-block-icon {
  padding-top: 2vw;
}

section.wp-block-icon-slideshow .slick .slick-list {
  border-radius: 24px;
}

section.wp-block-icon-slideshow.has-border .slick .slick-list {
  border-color: #ececec;
}

section.wp-block-icon-slideshow .heading {
  font-family: "roboto slab";
  font-weight: 800;
}

section.wp-block-icon-slideshow .image {
  display: flex;
  height: 120px;
  justify-content: center;
}

section.wp-block-icon-slideshow .slick-slider img {
  object-fit: contain;
}

section.wp-block-icon-gallery .gallery-item {
  border-color: rgba(206, 206, 206, 0.3);
  flex-grow: 0;
}

section.wp-block-icon-gallery .gallery-item .paragraph {
  background-color: rgba(206, 206, 206, 0.3);
}

section.wp-block-icon-gallery .gallery-item .paragraph p {
  font-family: "roboto";
  font-weight: 700;
  line-height: 1.4em;
}

section.wp-block-icon-gallery .gallery-item:last-of-type {
  margin-bottom: 2%;
}

section.wp-block-image {
  border-radius: 24px;
  overflow: hidden;
}

section.wp-block-map .location {
  border-radius: 12px;
  overflow: hidden;
  border: 0.125em solid #d9d9d9;
}

section.wp-block-map .location .heading {
  font-family: "roboto slab";
  font-weight: 800;
  color: #282660;
}

section.wp-block-map .location .address {
  font-family: "roboto";
  font-weight: 700;
}

section.wp-block-map .location a {
  color: #282660;
}

section.wp-block-map div[id^=map] {
  border-radius: 24px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

section.wp-block-map button.primary.alt {
  background: #E31F2B;
  font-family: "roboto";
  padding: 13px 18px;
  font-size: 0.75em;
}

section.wp-block-media-text .item {
  background-color: #ffffff;
  border-radius: 18px;
  overflow: hidden;
}

section.wp-block-media-text .item.no-image {
  background-color: transparent;
}

section.wp-block-media-text .outer-text .heading h1 p,
section.wp-block-media-text .outer-text .heading h2 p,
section.wp-block-media-text .outer-text .heading h3 p,
section.wp-block-media-text .outer-text .heading h4 p {
  font-family: "roboto slab";
  font-weight: 900;
}

section.wp-block-paragraph p {
  line-height: 1.5em;
}

section.wp-block-product-grid {
  width: calc(100% - 90px);
  margin: auto;
  border-radius: 12px;
  margin-bottom: 4vw;
  padding-top: 0 !important;
}

section.wp-block-product-grid .content {
  padding-top: 4vw;
  padding-left: 4vw;
  padding-right: 4vw;
}

section.wp-block-product-grid .content .subheading {
  display: flex;
  align-items: center;
  gap: 0.5em;
  color: #282660;
  justify-content: center;
}

section.wp-block-product-grid .content .subheading p {
  margin: 0;
  font-weight: 700 !important;
  color: #d9d9d9;
}

section.wp-block-product-grid .content .subheading:before,
section.wp-block-product-grid .content .subheading:after {
  width: 4vw;
  height: 2px;
  background-color: #d9d9d9;
  display: block;
  content: "";
  opacity: 0.6;
}

section.wp-block-product-grid .content .heading {
  color: #282660;
  font-size: 1.5em;
  margin-top: 0;
  text-align: center;
  margin: auto;
}

section.wp-block-product-grid .content .heading:before {
  margin: 0;
}

section.wp-block-product-grid .content .heading p {
  text-align: left;
  font-size: 1em;
  color: #282660;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 64px;
  margin: 0;
  text-align: center;
}

.product-grid ul {
  display: grid;
  flex-wrap: wrap;
  list-style: none;
  grid-template-columns: 20% 20% 20% 20% 20%;
  padding-left: 0;
  padding: 4vw;
  padding-top: 0;
}

.product-grid ul li {
  width: 100%;
  text-align: center;
  margin-bottom: 2vw;
}

.product-grid ul li .prodimg {
  width: 15vw;
  height: 15vw;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 24px;
  margin: auto;
  overflow: hidden;
  background-color: #d9d9d9;
}

.product-grid ul li .prodimg img {
  min-height: 100%;
  max-width: 100%;
  max-height: max-content;
}

.product-grid ul li .product-title {
  color: #282660;
  margin-top: 1em;
  display: block;
  font-weight: 800;
  letter-spacing: 0.024em;
}

section[class^="wp-block-loop resources"] {
  background-color: rgba(206, 206, 206, 0.3);
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 1vw;
}

section[class^="wp-block-loop resources"] .resource {
  background-color: #ffffff;
  border-radius: 18px;
}

section[class^="wp-block-loop resources"] .resource a {
  color: #d9d9d9;
  font-family: "roboto";
  font-weight: 700;
}

section[class^="wp-block-loop resources"] .resource h2 {
  color: #282660;
  font-family: "roboto slab";
  font-weight: 900;
}

section.wp-block-scroll-nav {
  display: flex;
  justify-content: center;
}

section.wp-block-scroll-nav button.primary.alt {
  background: #282660;
  font-family: "roboto";
  padding: 13px 18px;
  font-size: 0.75em;
}

section.wp-block-slideshow {
  background-image: url("../wards/assets/images/pattern-produce.svg");
  background-repeat: repeat-x;
  background-position: center center;
  background-size: 35.7175vw;
  width: 100%;
  max-width: 100%;
}

section.wp-block-slideshow .slick {
  border-radius: 24px;
  overflow: hidden;
}

section.wp-block-social-feed {
  background-image: url("../wards/assets/images/pattern-produce.svg");
  background-repeat: repeat-x;
  background-position: center 9vw;
  background-size: 35.7175vw;
  width: 100%;
  max-width: 100%;
}

section.wp-block-social-feed .eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-media,
section.wp-block-social-feed .eapps-instagram-feed-posts-item-overlay {
  border-radius: 24px;
  overflow: hidden;
}

section.wp-block-social-feed .eapps-instagram-feed-posts-item-overlay {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

section.wp-block-team.one-card,
section.wp-block-team.two-card,
section.wp-block-team.three-card {
  display: flex;
  justify-content: center;
}

section.wp-block-team.one-card article,
section.wp-block-team.two-card article,
section.wp-block-team.three-card article {
  width: 25%;
}

section.wp-block-team article .card {
  border-radius: 15px;
  overflow: hidden;
}

section.wp-block-team article .card .bottom {
  background-color: #282660;
  color: #ffffff;
}

section.wp-block-team article .card .bottom .heading,
section.wp-block-team article .bio .bio-wrapper .heading {
  font-family: "roboto slab";
  font-weight: 800;
}

section.wp-block-team article .bio .bio-wrapper .heading {
  color: #282660;
  padding-top: 1vw;
}

section.wp-block-team article .card .bottom .subheading,
section.wp-block-team article .bio .bio-wrapper .subheading {
  color: #d9d9d9;
}

section.wp-block-team article .bio .bio-wrapper .subheading {
  color: #a8a6a5;
}

section.wp-block-team article .social svg path {
  fill: #ffffff;
}

section.wp-block-team article .bio.active {
  background-color: rgba(255, 255, 255, 0.8);
  top: 108px;
}

section.wp-block-team article .bio .bio-breadcrumb {
  color: #282660;
}

section.wp-block-team article .bio .bio-wrapper {
  background-color: #ffffff;
  color: #231F20;
  border-radius: 24px;
  border: 0.125em solid #d9d9d9;
}

section.wp-block-team article .bio .bio-wrapper .image {
  border-radius: 24px;
  overflow: hidden;
}

section.wp-block-team article .bio .bio-wrapper .favorite {
  color: #d9d9d9;
}

section.wp-block-timeline * {
  box-sizing: border-box;
}

section.wp-block-timeline .timeline:after {
  border-left-color: #d9d9d9;
}

section.wp-block-timeline .entry .content {
  background-color: #282660;
  color: #ffffff;
  border-radius: 24px; /*background-image: url('../wards/assets/images/pattern-produce-b.svg');*/
  background-size: cover;
}

section.wp-block-timeline .entry .content p {
  line-height: 1.5em;
}

section.wp-block-timeline .entry .after {
  background-color: #231F20;
}

section.wp-block-timeline .entry-photo .content {
  border-radius: 24px;
}

section.wp-block-timeline .entry .content .year {
  color: #ffffff;
  font-family: "roboto slab";
  font-weight: 900;
}

section.wp-block-timeline .entry .content .heading {
  color: #d9d9d9;
}

section.wp-block-timeline .left:before, section.wp-block-timeline .right:before {
  border-color: transparent transparent transparent #231F20;
}

[class^="wp-block-loop resources"] {
  width: 90.6428571429vw;
  max-width: calc(1140px - 2.5vw);
  margin: auto;
  padding: 1.25vw;
  margin-bottom: 3.4285714286vw;
  padding-top: 1.25vw !important;
}

[class^="wp-block-loop resources"] .resource {
  width: calc(100% - 2vw);
  padding: 1vw;
  margin-bottom: 1vw;
}

[class^="wp-block-loop resources"] .resource:last-of-type {
  margin-bottom: 0;
}

[class^="wp-block-loop resources"] .resource a {
  font-size: 0.875em;
}

[class^="wp-block-loop resources"] .resource .resource-breadcrumb {
  margin-left: 0.5em;
}

@media only screen and (min-width: 1400px) {
  [class^="wp-block-loop resources"] {
    width: 77.5vw;
    max-width: 77.5vw;
  }
}
.search-results .wp-block-heading, .search-results .wp-block-buttons {
  text-align: center;
}

.search-results .wp-block-heading {
  margin: 2vw auto;
}

.search-results .wp-block-buttons {
  margin-bottom: 2vw;
}

footer .brightedge {
  width: calc(93.1428571429vw - 2em);
  padding: 1em;
  background-color: #ffffff;
  border-radius: 24px;
  margin: auto;
  position: relative;
  text-align: center;
  margin-bottom: 4vw;
}

footer .brightedge.no-content {
  padding: 0;
  margin-bottom: 0;
}

footer .brightedge .be-ix-link-block .be-related-link-container .be-label {
  font-family: "roboto slab";
  font-weight: 900;
  font-size: 1.125em;
  padding-right: 10px;
  border-right: 2px solid rgba(206, 206, 206, 0.6);
}

footer .brightedge .be-ix-link-block .be-related-link-container ul.be-list {
  text-align: center;
  padding-inline-start: 0;
  margin: 0;
}

footer .brightedge .be-ix-link-block .be-related-link-container ul.be-list li.be-list-item {
  display: block;
  list-style: none;
  margin-top: 10px;
}

footer .brightedge .be-ix-link-block .be-related-link-container ul.be-list li.be-list-item a.be-related-link {
  color: #282660;
  font-weight: 600;
  margin: 0 10px;
}

footer .top {
  background-color: #282660;
  padding: 6vw 0;
}

footer .top .logo {
  width: 40%;
  max-width: 345px;
  margin: auto;
}

footer .top .logo svg path {
  fill: #ffffff;
}

footer .bottom {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #282660;
  min-height: 56px;
  color: #ffffff;
  width: 100%;
}

footer .bottom a {
  color: #ffffff;
  font-family: "roboto";
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: 800;
}

footer .bottom a:hover,
footer .bottom a:focus {
  color: #d9d9d9;
}

footer nav ul {
  padding: 0;
  margin: 0;
}

footer nav ul li {
  list-style: none;
  display: inline;
}

footer nav.footer-nav ul li {
  margin-left: 2vw;
}

footer .copyright {
  margin-left: 2vw;
  margin-right: auto;
}

@media only screen and (min-width: 600px) {
  header .nav-wrapper .featured-links {
    display: block;
  }
  header .nav-wrapper button {
    margin-left: 1vw;
  }
}
@media only screen and (max-width: 800px) {
  header nav.commodity-nav {
    padding: 0;
  }
  header .bottom .menu-toggle {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: 0;
    width: 100%;
    top: 60px;
    right: 0;
    left: 0;
    background-color: #282660;
    height: 48px;
  }
  header nav.commodity-nav.active {
    margin-left: auto;
    width: 100%;
  }
  header nav.commodity-nav {
    height: 0;
    overflow: hidden;
    display: block;
  }
  header nav.commodity-nav ul li {
    display: block;
  }
  header nav.commodity-nav ul li ul {
    box-shadow: none;
    -webkit-box-shadow: none;
    z-index: 2;
  }
  header nav.commodity-nav.active {
    display: block;
    width: 100%;
    border-radius: 0 !important;
    background-color: #282660;
    height: calc(100vh - 60px);
  }
  header .bottom.active {
    display: flex;
    align-items: center;
  }
  header nav.commodity-nav {
    overflow: scroll;
  }
  header nav.commodity-nav ul {
    display: block;
    width: calc(100% - 8vw);
    position: relative;
    padding: 4vw 4vw;
    margin-top: 1em;
  }
  header nav.commodity-nav ul li {
    display: block;
    width: 100%;
    position: relative;
    height: auto !important;
    padding-top: 1em;
    padding-bottom: 0.875em;
  }
  header nav.commodity-nav > ul > li::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-image: url("../wards/assets/images/icon-arrow-down-white.svg");
    background-size: 16px 16px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 18px;
    opacity: 0.8;
  }
  header nav.commodity-nav > ul > li > a {
    width: auto;
    display: inline;
  }
  header nav.commodity-nav > ul > li:before {
    content: "";
    position: absolute;
    margin: auto;
    display: block;
    height: 3px;
    width: 100%;
    background: #ffffff;
    top: 3em;
    left: 0;
  }
  header nav.commodity-nav > ul > li > a:after {
    height: 0 !important;
  }
  header nav.commodity-nav ul li ul {
    display: block;
    width: 100%;
    position: relative;
    border-radius: 0 !important;
    background-color: transparent;
    max-height: 100%;
    padding-left: 0;
  }
  header nav.commodity-nav ul li ul li {
    display: block;
    width: 100%;
    position: relative;
  }
  header nav.commodity-nav ul li ul li a {
    color: #ffffff !important;
  }
  header nav.commodity-nav ul li ul {
    display: grid !important;
    position: relative;
    top: 0px !important;
    left: 0;
    right: 0;
    width: 100%;
    height: auto !important;
    grid-template-columns: auto auto !important;
    overflow: hidden;
  }
  header .bottom.active .menu-toggle {
    position: absolute;
  }
  footer .top {
    padding: calc(3.4285714286vw + 24px) 0 8vw 0;
  }
  footer .bottom {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    padding-top: 4vw;
    padding-bottom: 4vw;
    text-align: center;
  }
  footer .brightedge {
    margin-top: -4vw;
    margin-bottom: 8vw;
  }
  footer .brightedge .be-ix-link-block .be-related-link-container .be-label {
    border-right: none;
    padding-right: 0;
  }
  footer .bottom .social-nav {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4vw;
  }
  footer .bottom .footer-nav {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    margin-bottom: 4vw;
  }
  footer .bottom .copyright {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    box-ordinal-group: 3;
    margin-left: auto;
    margin-right: auto;
  }
  section.wp-block-bio {
    flex-direction: column;
  }
  section.wp-block-bio .left, section.wp-block-bio .right {
    padding: 4vw;
    width: auto;
  }
  section.wp-block-bio .left {
    padding-bottom: 0;
  }
  section.wp-block-icon-gallery .gallery-item:nth-last-of-type(-n + 4) {
    margin-bottom: 2%;
  }
  section.wp-block-icon-gallery .gallery-item:nth-last-of-type(-n + 2) {
    margin-bottom: 0;
  }
  section.wp-block-scroll-nav button {
    font-size: 0.875em;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 800px) {
  header .logo {
    margin-left: 1vw;
    margin-right: 1vw;
  }
  header nav.header-nav {
    display: block;
  }
  header .header-nav-button {
    display: none;
  }
  footer .brightedge .be-ix-link-block .be-related-link-container .be-label,
  footer .brightedge .be-ix-link-block .be-related-link-container ul.be-list {
    display: inline-block;
  }
  footer .brightedge .be-ix-link-block .be-related-link-container ul.be-list {
    margin: 0;
  }
  footer .brightedge .be-ix-link-block .be-related-link-container ul.be-list li.be-list-item {
    display: inline;
    margin-top: 0;
  }
  footer .brightedge .be-ix-link-block .be-related-link-container ul.be-list li.be-list-item a.be-related-link {
    margin: 0;
    margin-left: 10px;
  }
}
@media only screen and (min-width: 1400px) {
  section.wp-block-social-feed {
    background-size: 500px;
  }
  section.wp-block-bio {
    width: 80vw;
    max-width: 80vw;
  }
}
@media only screen and (orientation: portrait) {
  section.wp-block-hero {
    height: 61vh;
    max-height: 61vh;
  }
  section.wp-block-hero .slick-list,
  section.wp-block-hero .slick-track,
  section.wp-block-hero .slide.bg-video,
  section.wp-block-hero .slide.bg-video .slide-wrapper,
  section.wp-block-hero .slide.bg-video .video,
  section.wp-block-hero .slide.bg-video .content {
    height: 100%;
    min-height: 0;
    max-height: 100%;
  }
}
@media only screen and (max-height: 800px) and (max-width: 580px) {
  section.wp-block-hero .slick-list,
  section.wp-block-hero .slick-track,
  section.wp-block-hero .slide.bg-video,
  section.wp-block-hero .slide.bg-video .slide-wrapper,
  section.wp-block-hero .slide.bg-video .video,
  section.wp-block-hero .slide.bg-video .content {
    height: 100%;
    min-height: 0;
    max-height: 100%;
  }
}
@media only screen and (max-width: 1400px) {
  .product-grid ul {
    grid-template-columns: 25% 25% 25% 25%;
  }
  .product-grid ul li {
    margin-bottom: 3vw;
  }
  .product-grid ul li .prodimg {
    width: 18vw;
    height: 18vw;
  }
}
@media only screen and (max-width: 799px) {
  section.wp-block-product-grid {
    width: calc(100% - 8vw);
  }
  .product-grid ul {
    grid-template-columns: 33.3% 33.3% 33.3%;
  }
  .product-grid ul li {
    margin-bottom: 4vw;
  }
  .product-grid ul li a .product-title {
    padding-left: 1em;
  }
  .product-grid ul li .prodimg {
    width: 24vw;
    height: 24vw;
  }
  section[class^="wp-block-loop resources"] {
    gap: 2vw;
  }
}
@media only screen and (max-width: 580px) {
  section.wp-block-product-grid .content {
    padding-top: 8vw;
  }
  .product-grid ul {
    grid-template-columns: 50% 50%;
  }
  .product-grid ul li {
    margin-bottom: 6vw;
  }
  .product-grid ul li .prodimg {
    width: 36vw;
    height: 36vw;
  }
}

/*# sourceMappingURL=style.css.map */
