:root {
  --sc-color-secondary-h: 0;
  --sc-color-secondary-s: 0%;
  --sc-color-secondary-l: 0%;
  --sc-color-secondary: #000000;
  --sc-navbar-bg: var(--sc-color-secondary);
  --sc-menu-link-color-resting: #0000000;
  --sc-menu-link-color-hover: #404040;
  --sc-footer-bg: #ffffff;
  --sc-footer-color: #404040;
  --sc-font-family: "Instrument Sans", sans-serif;
  --sc-store-max-width: 1880px;
  --sc-max-width: 1280px;
  --sc-font-thin: 300;
  /* --sc-store-max-width: 1380px; */
  --sc-top-header-bg: #000000;
  --sc-top-header-color: white;
  --sc-box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  --sc-review-svg-fill: #FBB13C;
  --sc-section-reviews-bg: hsl(var(--sc-color-primary-h), var(--sc-color-primary-s), 95%);
}

.SC-Accordion {
  box-shadow: 1px 1px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(221, 221, 221, 0);
}
.SC-Accordion_header {
  background-color: #ffffff;
  padding: 14px;
}
.SC-Accordion_body {
  padding: 14px;
}

.sc-container {
  max-width: var(--sc-max-width);
}

.SC-ContentBlockContainer_body.sc-none {
  display: flex;
  flex-direction: column;
  gap: var(--sc-spacing-small);
}
.SC-ContentBlockContainer.sc-offset {
  background-color: var(--sc-shade-lightest);
}
.SC-ContentBlockContainer.sc-offset .sc-section_heading {
  color: currentColor;
  padding: 0;
  text-transform: initial;
  font-weight: var(--sc-font-bold);
}

@media screen and (min-width: 992px) {
  .SC-Count {
    position: absolute;
    top: -5px;
    right: -15px;
    font-size: 11px;
    width: 20px;
    height: 20px;
  }
}
.SC-Footer .SC-Menu {
  width: auto;
}
.SC-Footer .SC-Menu.stacked .SC-Menu_link {
  padding: var(--sc-spacing-tiny) 0;
  font-size: var(--sc-font-small);
  color: #706f6f;
}
.SC-Footer .SC-Menu.stacked .SC-Menu_item.parent:not(.dropdown, .mega) > a {
  font-weight: var(--sc-font-normal);
}
.SC-Footer .SC-Menu.stacked .SC-Menu_item.tier2 {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 992px) {
  #SC-GlobalSearch input {
    padding: var(--sc-spacing-tiny) 18px;
  }
}

#SC-FilterByKeyword {
  border: 1px solid var(--sc-shade-lighter);
  border-radius: var(--sc-input-border-radius);
}

.SC-Menu {
  font-family: var(--sc-font-family-secondary);
  max-width: var(--sc-store-max-width);
}
@media screen and (min-width: 768px) {
  .SC-Menu.tier1.dropdown {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .SC-Menu.tier2.dropdown {
    background-color: white;
    color: unset;
    font-family: var(--sc-font-family);
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .SC-Menu.dropdown .SC-Menu_item.tier2 {
    padding-left: var(--sc-spacing-medium);
    padding-right: var(--sc-spacing-medium);
  }
}
.SC-Menu.dropdown .SC-Menu_item.tier2:not(.parent) > a {
  padding: var(--sc-spacing-small);
  font-weight: var(--sc-font-bold);
}

.SC-Menu.dropdown .SC-Menu_item:hover:not(.sc-menu_blurb):not(.tier1),
.SC-Menu.dropdown .SC-Menu_item:focus:not(.sc-menu_blurb):not(.tier1) {
  background-color: transparent;
  color: var(--sc-menu-link-color-hover);
}

.SC-Menu_item.tier2:not(.parent) > a,
.SC-Menu_item.tier3:not(.parent) > a,
.SC-Menu_item.subtle {
  transition: all 0.35s ease;
  opacity: 1;
}

@media screen and (max-width: 992px) {
  .SC-Menu.dropdown:not(.SC-Cart) {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--sc-header-bg);
    color: var(--sc-header-color);
    flex-wrap: nowrap;
    flex-direction: column;
    height: 100vh;
    overflow-y: auto;
    padding: var(--sc-spacing-large);
    opacity: 0;
    pointer-events: none;
    z-index: var(--sc-depth-overlay);
    transform: scale(0.9);
    transition: 100ms transform ease, 100ms opacity ease;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 992px) {
  .SC-Menu.dropdown.is-active {
    opacity: 1;
    pointer-events: inherit;
    transform: scale(1);
  }
}
@media screen and (max-width: 992px) {
  .SC-Menu.tier1.dropdown {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 992px) {
  .SC-Menu.tier2.dropdown.is-active,
  .SC-Menu.tier3.dropdown.is-active {
    box-shadow: none;
  }
}
@media screen and (max-width: 992px) {
  .SC-Menu_button {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .SC-Menu.tier1.dropdown,
  .SC-Menu.tier2.dropdown,
  .SC-Menu.tier3.dropdown,
  .SC-Menu.mega {
    max-width: 380px;
    z-index: 6;
    left: -380px;
    transform: unset;
  }
}
@media screen and (max-width: 992px) {
  .SC-Menu.tier1.dropdown.is-active,
  .SC-Menu.tier2.dropdown.is-active,
  .SC-Menu.tier3.dropdown.is-active,
  .SC-Menu.mega.is-active {
    left: 0;
    transition: all 0.3s ease;
  }
}
.SC-Menu_overlay {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 5;
}

.SC-Menu.tier1.dropdown.is-active + .SC-Menu_overlay {
  position: fixed;
}

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

.sc-menu_blurb {
  display: inline-block;
  transition: all 0.35s ease;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}

@media screen and (min-width: 992px) {
  .sc-menu_blurb {
    text-align: center;
  }
}
.sc-menu_blurb img {
  height: 60px;
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
}

.sc-menu_blurb a {
  flex-direction: column;
  gap: var(--sc-spacing-tiny);
  color: var(--sc-color-primary);
  justify-content: center;
  opacity: 1 !important;
  transition: all 0.35s ease;
}

.sc-menu_blurb a:hover, .sc-menu_blurb a:active {
  color: var(--sc-color-primary);
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.SC-Menu.dropdown .SC-Menu_item.tier2.sc-menu_blurb {
  padding-left: 0;
  padding-right: 0;
}

.pagination {
  align-items: center;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  gap: var(--sc-spacing-small);
}
@media screen and (min-width: 768px) {
  .pagination {
    justify-content: center;
  }
}
.pagination .page {
  margin: 0;
}

.SC-ProductFeatures img {
  width: 100%;
}
.SC-ProductSpecifications img {
  width: 100%;
}
@media screen and (min-width: 1400px) {
  .SC-ProductImages_thumbnails_track {
    padding-right: var(--sc-spacing-tiny);
    overflow-x: hidden;
  }
}

@media screen and (max-width: 768px) {
  .SC-ProductCard_compare .SC-Checkbox_input {
    height: 18px;
    width: 18px;
  }
}
@media screen and (max-width: 768px) {
  .SC-ProductCard_compare .SC-Checkbox_label {
    font-size: var(--sc-font-tiny);
  }
}

.SC-TabPanel_tab,
.TabPanel_tab {
  border: 1px solid #cccccc;
  border-radius: 6px 7px 0 0;
  display: inline-flex;
  transition: 100ms background-color ease, 100ms color ease;
  color: var(--sc-shade-darkest);
  margin-bottom: var(--sc-spacing-small);
}
.SC-TabPanel_tab.is-active,
.TabPanel_tab.is-active {
  background-color: var(--sc-shade-darkest);
  color: white;
}
.SC-TabPanel_tab.is-active::after,
.TabPanel_tab.is-active::after {
  background-color: transparent;
}
.SC-TabPanel_tab::after,
.TabPanel_tab::after {
  background: transparent;
}
.SC-TabPanel_body,
.TabPanel_body {
  border: 1px solid #cccccc;
}

.SC-ContentBlockContainer_header,
.SC-ContentBlockContainer_body:not(.sc-expand),
.SC-ContentBlockContainer_footer,
.sc-container:not(.sc-container-expanded),
.sc-container.sc-container-spacious,
.SC-Grid,
#SC-categories-show h1 {
  max-width: var(--sc-max-width);
  margin-left: auto;
  margin-right: auto;
}

.SC-ContentBlockContainer_body img {
  width: 100%;
}

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

/* Learn pages */
#SC-page-report-website-issues {
  padding-top: 0;
}
#SC-page-report-website-issues .SC-ContentBlockContainer_body > .SC-ContentBlock,
#SC-page-report-website-issues .SC-ContentBlockContainer_body > .CB-Component {
  margin-bottom: 30px;
}
#SC-page-report-website-issues > .SC-ContentBlockContainer {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
#SC-page-report-website-issues .SC-ImageBesideText.sc-align-top .SC-ImageBesideText_image img,
#SC-page-report-website-issues .SC-ImageBesideText.sc-align-bottom .SC-ImageBesideText_image img {
  margin-left: auto;
  margin-right: auto;
}
#SC-page-report-website-issues .SC-ImageBesideText.sc-align-top .SC-ImageBesideText_content,
#SC-page-report-website-issues .SC-ImageBesideText.sc-align-bottom .SC-ImageBesideText_content {
  text-align: center;
}

#SC-page-contact-us div.SC-ContentBlock.SC-ImageBesideText.sc-align-top {
  padding: 30px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
#SC-page-contact-us div.SC-ImageBesideText_image {
  border-radius: 100%;
  overflow: hidden;
}
#SC-page-contact-us div.SC-ImageBesideText_content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
#SC-page-contact-us div.SC-ImageBesideText_content a.SC-Button {
  margin-top: auto;
  padding: var(--sc-spacing-large);
}

#SC-ContentBlockContainer-retail-store-in-store-savings-listings .SC-ContentBlockContainer_header,
#SC-ContentBlockContainer-retail-store-in-store-savings-listings .SC-ContentBlockContainer_body {
  padding-left: 0;
  padding-right: 0;
}

#SC-Image-programs-questions-about-solar {
  max-width: 1024px;
  margin: 0 auto;
}

[data-cb=customer-stories-slideshow-testimonials] .tns-item > div {
  padding: 0 45px;
}

.sc-youtube-wrapper {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.sc-youtube-wrapper > iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Articles */
#SC-articles-index .SC-PageHeader_heading,
#SC-articles-show .SC-PageHeader_heading {
  text-align: center;
}
#SC-articles-index .SC-ArticleCategory,
#SC-articles-show .SC-ArticleCategory {
  max-width: 1400px;
  margin: 0 auto;
}
#SC-articles-index .SC-Article,
#SC-articles-show .SC-Article {
  max-width: 800px;
  margin: 0 auto;
}
#SC-articles-index .SC-Article_content, #SC-articles-index .SC-Article_header,
#SC-articles-show .SC-Article_content,
#SC-articles-show .SC-Article_header {
  max-width: 800px;
  margin-bottom: 0;
}

/* Stats widget */
#SC-about-us-statistics-block .stat_block_item {
  min-height: 170px;
  text-align: center;
}
#SC-about-us-statistics-block .stat_block_item .stat_block_icon {
  font-size: 20px;
  color: white;
}
#SC-about-us-statistics-block .stat_block_item .stat_block_value {
  font-size: 36px;
  font-weight: bold;
  color: #f4c43c;
  margin: 0;
}
#SC-about-us-statistics-block .stat_block_item .stat_block_title {
  color: white;
  font-size: 20px;
  margin: 0;
}

/* FAQ Accordion Styles */
.faq-block {
  max-width: 1280px !important;
  margin: 0 auto !important;
}
.faq-block .SC-Accordion {
  margin-bottom: 5px;
}
.faq-block .SC-Accordion.is-active .SC-Accordion_header {
  border-radius: 10px 10px 0 0;
}
.faq-block .SC-Accordion_header {
  background: black;
  font-size: 20px;
  color: white;
  padding: 10px;
  border-radius: 10px;
}
.faq-block .SC-Accordion_header_icon {
  fill: white;
  height: 16px;
  width: 16px;
  transition: transform 0.3s ease-in-out;
}
.faq-block .SC-Accordion_header_icon.is-active {
  transform: rotate(315deg);
}
.faq-block .SC-Accordion_header_icon.is-active > rect:nth-child(2) {
  display: block;
}
.faq-block .SC-Accordion_body.is-expanded {
  border-radius: 0 0 10px 10px;
  padding: var(--sc-spacing-medium);
  border: 1px solid #ccc;
}
.faq-block .SC-Accordion_body.is-expanded img {
  display: block;
  margin: 0 auto 20px;
  max-width: 650px;
  width: 100%;
}

.information-block {
  background-color: #F9F9F9;
  box-shadow: 1px 1px 1px 1px #ededed;
  border-radius: 10px;
  padding: 12px;
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  flex: 1 1 auto;
  align-items: center;
}
.information-block i {
  font-size: 40px;
  margin-bottom: 5px;
}
.information-block p, .information-block h2 {
  text-align: center;
}

@media (min-width: 963px) {
  .dropdown.multi-tier .Menu, .dropdown.multi-tier .SC-Menu {
    background-color: #fff;
    box-shadow: var(--sc-menu-shadow);
    max-height: 80vh;
    padding: var(--sc-spacing-small);
    position: absolute;
    z-index: 5;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }
  .dropdown.multi-tier .Menu:not(.tier1), .dropdown.multi-tier .SC-Menu:not(.tier1) {
    overflow-y: unset;
    color: initial;
    flex-direction: column;
    flex-wrap: nowrap;
    opacity: 0;
    pointer-events: none;
    padding-right: 0;
    min-width: 300px;
  }
  .dropdown.multi-tier .Menu:not(.tier1).is-active, .dropdown.multi-tier .SC-Menu:not(.tier1).is-active {
    opacity: 1;
    pointer-events: auto;
  }
  .dropdown.multi-tier .Menu:not(.tier2)[data-menu], .dropdown.multi-tier .SC-Menu:not(.tier2)[data-menu] {
    position: absolute;
    left: 100%;
    top: -3px;
    background: white;
  }
  .dropdown.multi-tier .Menu_item:not(.tier1), .dropdown.multi-tier .SC-Menu_item:not(.tier1) {
    max-width: unset !important;
    width: 100%;
    position: relative;
  }
  .dropdown.multi-tier .Menu_item:not(.tier1):not(.parent) > a, .dropdown.multi-tier .SC-Menu_item:not(.tier1):not(.parent) > a {
    font-weight: normal;
    padding: 5px 0;
  }
  .dropdown.multi-tier .Menu_item.parent, .dropdown.multi-tier .SC-Menu_item.parent {
    margin-bottom: 0 !important;
  }
  .dropdown.multi-tier .Menu_item > a, .dropdown.multi-tier .SC-Menu_item > a {
    padding: 5px 0 !important;
  }
}
@media (max-width: 992px) {
  .dropdown.multi-tier .SC-Menu_button {
    display: block;
  }
  .dropdown.multi-tier .Menu, .dropdown.multi-tier .SC-Menu {
    max-width: 380px;
    z-index: 6;
    left: -380px;
    transform: unset;
  }
  .dropdown.multi-tier .Menu.tier3, .dropdown.multi-tier .SC-Menu.tier3 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-wrap: nowrap;
    flex-direction: column;
    overflow-y: auto;
    padding: var(--sc-spacing-large);
    opacity: 0;
    pointer-events: none;
    background-color: white;
    z-index: 101;
    transform: scale(0.9);
    transition: 100ms transform ease, 100ms opacity ease;
  }
  .dropdown.multi-tier .Menu.tier3.is-active, .dropdown.multi-tier .SC-Menu.tier3.is-active {
    left: 0;
    opacity: 1;
    pointer-events: inherit;
    transform: scale(1);
  }
  .dropdown.multi-tier .Menu.tier4, .dropdown.multi-tier .SC-Menu.tier4 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-wrap: nowrap;
    flex-direction: column;
    overflow-y: auto;
    padding: var(--sc-spacing-large);
    opacity: 0;
    pointer-events: none;
    background-color: white;
    z-index: 102;
    transform: scale(0.9);
    transition: 100ms transform ease, 100ms opacity ease;
  }
  .dropdown.multi-tier .Menu.tier4.is-active, .dropdown.multi-tier .SC-Menu.tier4.is-active {
    left: 0;
    opacity: 1;
    pointer-events: inherit;
    transform: scale(1);
  }
  .dropdown.multi-tier .Menu.tier5, .dropdown.multi-tier .SC-Menu.tier5 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-wrap: nowrap;
    flex-direction: column;
    overflow-y: auto;
    padding: var(--sc-spacing-large);
    opacity: 0;
    pointer-events: none;
    background-color: white;
    z-index: 103;
    transform: scale(0.9);
    transition: 100ms transform ease, 100ms opacity ease;
  }
  .dropdown.multi-tier .Menu.tier5.is-active, .dropdown.multi-tier .SC-Menu.tier5.is-active {
    left: 0;
    opacity: 1;
    pointer-events: inherit;
    transform: scale(1);
  }
  .dropdown.multi-tier .Menu.tier6, .dropdown.multi-tier .SC-Menu.tier6 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-wrap: nowrap;
    flex-direction: column;
    overflow-y: auto;
    padding: var(--sc-spacing-large);
    opacity: 0;
    pointer-events: none;
    background-color: white;
    z-index: 104;
    transform: scale(0.9);
    transition: 100ms transform ease, 100ms opacity ease;
  }
  .dropdown.multi-tier .Menu.tier6.is-active, .dropdown.multi-tier .SC-Menu.tier6.is-active {
    left: 0;
    opacity: 1;
    pointer-events: inherit;
    transform: scale(1);
  }
  .dropdown.multi-tier .Menu.tier7, .dropdown.multi-tier .SC-Menu.tier7 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-wrap: nowrap;
    flex-direction: column;
    overflow-y: auto;
    padding: var(--sc-spacing-large);
    opacity: 0;
    pointer-events: none;
    background-color: white;
    z-index: 105;
    transform: scale(0.9);
    transition: 100ms transform ease, 100ms opacity ease;
  }
  .dropdown.multi-tier .Menu.tier7.is-active, .dropdown.multi-tier .SC-Menu.tier7.is-active {
    left: 0;
    opacity: 1;
    pointer-events: inherit;
    transform: scale(1);
  }
  .dropdown.multi-tier .Menu.tier8, .dropdown.multi-tier .SC-Menu.tier8 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-wrap: nowrap;
    flex-direction: column;
    overflow-y: auto;
    padding: var(--sc-spacing-large);
    opacity: 0;
    pointer-events: none;
    background-color: white;
    z-index: 106;
    transform: scale(0.9);
    transition: 100ms transform ease, 100ms opacity ease;
  }
  .dropdown.multi-tier .Menu.tier8.is-active, .dropdown.multi-tier .SC-Menu.tier8.is-active {
    left: 0;
    opacity: 1;
    pointer-events: inherit;
    transform: scale(1);
  }
  .dropdown.multi-tier .Menu.tier9, .dropdown.multi-tier .SC-Menu.tier9 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-wrap: nowrap;
    flex-direction: column;
    overflow-y: auto;
    padding: var(--sc-spacing-large);
    opacity: 0;
    pointer-events: none;
    background-color: white;
    z-index: 107;
    transform: scale(0.9);
    transition: 100ms transform ease, 100ms opacity ease;
  }
  .dropdown.multi-tier .Menu.tier9.is-active, .dropdown.multi-tier .SC-Menu.tier9.is-active {
    left: 0;
    opacity: 1;
    pointer-events: inherit;
    transform: scale(1);
  }
  .dropdown.multi-tier .Menu.tier10, .dropdown.multi-tier .SC-Menu.tier10 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-wrap: nowrap;
    flex-direction: column;
    overflow-y: auto;
    padding: var(--sc-spacing-large);
    opacity: 0;
    pointer-events: none;
    background-color: white;
    z-index: 108;
    transform: scale(0.9);
    transition: 100ms transform ease, 100ms opacity ease;
  }
  .dropdown.multi-tier .Menu.tier10.is-active, .dropdown.multi-tier .SC-Menu.tier10.is-active {
    left: 0;
    opacity: 1;
    pointer-events: inherit;
    transform: scale(1);
  }
  .dropdown.multi-tier .Menu_item.parent, .dropdown.multi-tier .SC-Menu_item.parent {
    margin-bottom: 0 !important;
  }
  .dropdown.multi-tier .Menu_item > a, .dropdown.multi-tier .SC-Menu_item > a {
    font-weight: bold;
    padding: var(--sc-spacing-small) 0 !important;
  }
}

.yellow-feature-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 3px solid #F4C43C;
  padding: 30px 10px;
  border-radius: 10px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}
.yellow-feature-box .icon {
  width: 40px;
  height: 40px;
  background-color: #F4C43C;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -20px;
}
.yellow-feature-box p {
  margin: 0;
  font-weight: bold;
}

.retail-price-list {
  padding: 20px;
  background-color: #f8f8f8;
  border-radius: 15px;
}
.retail-price-list li {
  font-weight: bold;
}
.retail-price-list li span {
  font-weight: normal;
  text-decoration: line-through;
}
.retail-price-list li i {
  font-style: normal;
  color: rgb(186, 55, 42);
  background-color: transparent;
}

.retail-info-block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 20px;
}
.retail-info-block i {
  font-size: 30px;
  margin-bottom: 8px;
}
.retail-info-block p, .retail-info-block h3 {
  margin: 8px 0;
  text-align: center;
}

.blue-quick-link-block {
  background-color: #222D4F;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: var(--sc-spacing-medium);
  text-align: center;
  gap: var(--sc-spacing-small);
  border-radius: 8px;
}
.blue-quick-link-block .SC-Button {
  background-color: white;
  color: #000;
  font-weight: normal;
}
.blue-quick-link-block .SC-Button:hover, .blue-quick-link-block .SC-Button:active {
  border-radius: 10px;
}

.footer-utility-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: var(--sc-font-tiny);
}
@media screen and (max-width: 767px) {
  .footer-utility-info {
    flex-direction: column;
    gap: var(--sc-spacing-base);
    justify-content: center;
  }
}

#SC-TabContainer .tabs {
  display: flex;
  gap: 5px;
}
#SC-TabContainer .tabs .tab {
  cursor: pointer;
  border-radius: 6px 7px 0 0;
  border: 1px solid #ccc;
  padding: 10px 15px;
  transition: 100ms background-color ease, 100ms color ease;
}
#SC-TabContainer .tabs .tab:hover {
  background-color: #565656;
  color: white;
}
#SC-TabContainer .tabs .tab * {
  margin: 0;
}
#SC-TabContainer .tabs .tab.active {
  border-color: #000;
  background: #000;
  color: white;
}
#SC-TabContainer .tab-contents {
  margin-top: 5px;
  border: 1px solid #ccc;
}
#SC-TabContainer .tab-contents .tab-content:not(.sc-hide) {
  padding: 15px;
}
#SC-TabContainer .tab-contents .downloads a {
  display: inline-block;
  margin: 0 0 6px;
  padding: 10px 15px;
  border-radius: 6px;
  background: #000;
  color: #fff;
  border: 1px solid #000;
  text-transform: uppercase;
  font-family: "Instrument Sans", Arial, Helvetica, sans-serif;
  transition: 100ms background-color ease;
}
#SC-TabContainer .tab-contents .downloads a:hover {
  background-color: #565656;
}
#SC-TabContainer .SC-Traits_category {
  margin-bottom: var(--sc-spacing-base);
  gap: 0;
}

@keyframes pulse {
  0% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}
.SC-Banner {
  background-position: center;
}

.SC-Breadcrumb {
  font-size: 12px;
}

.SC-Breadcrumb,
.SC-Notice {
  max-width: var(--sc-store-max-width);
  margin-left: auto;
  margin-right: auto;
}

.SC-Grid {
  max-width: var(--sc-store-max-width);
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .SC-Grid {
    gap: var(--sc-spacing-base);
  }
}
#SC-categories-show h1 {
  max-width: var(--sc-store-max-width);
  margin-left: auto;
  margin-right: auto;
}

.CB-Slideshow {
  margin-bottom: 0;
}

.SC-Banner_cta {
  border-radius: 0;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .SC-Banner_cta {
    font-size: var(--sc-font-large);
    padding: var(--sc-spacing-base) var(--sc-spacing-xxlarge);
  }
}
.SC-Button {
  font-family: var(--sc-font-family-complementary);
}

#SC-pages-home .SC-Notice {
  margin-bottom: var(--sc-spacing-small);
}

.SC-ProductCard_headline {
  font-family: var(--sc-font-family-complementary);
}

.SC-ProductSpecifications_title {
  text-transform: uppercase;
  font-weight: 300;
  font-family: var(--sc-font-family-complementary);
  font-size: var(--sc-font-large);
}

#SC-ProductDisplayDetails {
  font-family: var(--sc-font-family-complementary);
}

#SC-ProductDisplayDetails h1 {
  font-size: var(--sc-font-xlarge);
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
}

#SC-ProductDisplayDetails [data-line-item-amount] {
  color: var(--sc-color-primary);
  font-family: var(--sc-font-family-complementary);
  font-weight: 500;
}

.SC-CategorySubcategories {
  padding: var(--sc-spacing-small) 0 var(--sc-spacing-small);
  border: 1px solid var(--sc-shade-light);
  padding: 0;
}

.SC-CategorySubcategories_title {
  background-color: var(--sc-color-primary);
  color: white;
  font-family: var(--sc-font-family-complementary);
  position: relative;
}

.SC-CategorySubcategories_title::after {
  content: "";
  position: absolute;
  top: 100%;
  left: var(--sc-spacing-base);
  width: 0;
  height: 0;
  border-top: solid 15px var(--sc-color-primary);
  border-left: solid 15px transparent;
  border-right: solid 15px transparent;
}

.SC-CategorySubcategories .SC-PageNav {
  padding: var(--sc-spacing-base) var(--sc-spacing-small) var(--sc-spacing-base) 24px;
}

.SC-CategorySubcategories .SC-PageNav_link {
  margin-bottom: var(--sc-spacing-small);
}

.irs--storeconnect .irs-handle {
  border-radius: 50%;
  border-color: var(--sc-color-primary);
  border-width: 4px;
  border-style: solid;
}

.irs--storeconnect .irs-handle i {
  display: none;
}

.SC-CardCarousel {
  width: 100%;
}

.SC-CardCarousel_header {
  padding-right: 0;
}

.SC-CardCarousel_heading {
  border-radius: 12px;
}

/*
.tns-nav button.tns-nav-active  {
  background-color: var(--sc-color-primary);
}

.tns-controls button {
  background-color: hsla(var(--sc-color-primary-h), var(--sc-color-primary-s), var(--sc-color-primary-l), 0.75);
}

.tns-controls button:hover {
  background-color: hsla(var(--sc-color-primary-h), var(--sc-color-primary-s), var(--sc-color-primary-l), 1);
}*/
.sc-association {
  padding: 60px 0;
  background: #f5f2ee;
}

.sc-association-holder {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.sc-association-holder div:nth-of-type(2) {
  width: 67%;
}

@media screen and (max-width: 767px) {
  .sc-association-holder {
    flex-wrap: wrap;
    gap: 0;
  }
  .sc-association-holder div:nth-of-type(2) {
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .SC-Banner_container {
    min-height: 45vh;
  }
}
.SC-Banner_content {
  color: white;
}

.SC-Banner_overlay {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.sc-collection-box {
  display: block;
  position: relative;
  height: 100%;
}

.sc-collection-box.offset {
  color: white;
}

.sc-collection-box_title {
  background: white;
  box-shadow: var(--sc-box-shadow);
  display: block;
  position: absolute;
  bottom: 0;
  border-radius: 20px;
  margin-left: var(--sc-spacing-small);
  margin-bottom: var(--sc-spacing-small);
  min-width: 130px;
  padding: var(--sc-spacing-tiny) var(--sc-spacing-small);
  font-size: var(--sc-font-base);
  font-weight: bold;
  text-align: center;
  z-index: 2;
}

.sc-collection-box_title.top {
  top: 10%;
  width: 100%;
}

.sc-collection-box_title.right {
  top: 25%;
  right: 3%;
}

.sc-collection-box_title.bottom {
  bottom: 10%;
  width: 100%;
}

.sc-collection-box_title.left {
  top: 10%;
  left: 2%;
}

.sc-collection-box_title.center {
  width: 100%;
  bottom: 35%;
  left: -10px;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .sc-collection-box_title.center {
    bottom: 5%;
    left: unset;
  }
}
.sc-collection-box_image {
  height: 100%;
}

.sc-collection-box_image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.sc-collection-box_link {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
}

.sc-collection-box p {
  margin: var(--sc-spacing-base) var(--sc-spacing-base) var(--sc-spacing-xlarge);
  color: currentColor;
  font-family: var(--sc-font-family-complementary);
  font-weight: 300;
}

.sc-collection-box p span {
  font-weight: 500;
}

.sc-collection-box_overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 0.25s ease-in-out 0s;
}

.sc-collection-box:hover .sc-collection-box_overlay {
  opacity: 0.15;
  background-color: var(--sc-color-primary);
}

.SC-Button-outline {
  border: 2px solid var(--sc-color-primary);
}

.SC-Button-transparent {
  display: inline-block;
  background: transparent;
  border: 2px solid var(--sc-color-primary);
  color: var(--sc-color-primary);
  font-family: var(--sc-font-family-complementary);
  font-size: var(--sc-font-medium);
  font-weight: 500;
  padding: var(--sc-spacing-medium) 50px;
  text-decoration: none;
}

.SC-Button-transparent:hover, .SC-Button-transparent:focus {
  color: #ffffff;
  background: var(--sc-color-primary);
  transition: all 0.3s ease-in-out 0s;
}

@media screen and (max-width: 768px) {
  .SC-CardGrid {
    gap: var(--sc-spacing-small);
  }
}
.SC-CategoryCard_image {
  height: 100%;
  width: 100%;
  border-radius: 5px;
}

.SC-CategoryCard_image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.SC-Count {
  font-size: var(--sc-font-tiny);
}

@media screen and (max-width: 992px) {
  .SC-Count {
    position: relative;
    top: -1px;
  }
}
@media screen and (min-width: 768px) {
  .SC-Cart {
    left: auto;
    top: 50px;
    right: 0;
  }
}
.SC-ContentBlockContainer_header {
  margin-bottom: 0;
}

.SC-Field-special input {
  background-color: transparent;
  border-color: #a8a8a8;
}

.SC-Field-special input::placeholder {
  color: currentColor;
  opacity: 0.8;
}

.SC-Field-special svg {
  color: var(--sc-header-color);
}

@media screen and (min-width: 992px) {
  #SC-GlobalSearch input {
    font-size: var(--sc-font-tiny);
    color: var(--sc-header-color);
  }
}
.sc-free-shipping-bar {
  background: #000000;
  color: white;
  height: 76px;
  margin: var(--sc-spacing-xlarge) 0;
  padding-top: var(--sc-spacing-tiny);
  padding-bottom: var(--sc-spacing-tiny);
  text-align: center;
}

@media screen and (min-width: 768px) {
  .sc-free-shipping-bar {
    height: 76px;
  }
}
@media screen and (min-width: 768px) {
  .sc-free-shipping-bar .sc-flex-col-to-row {
    align-items: baseline;
  }
}
.sc-two-thirds-one-third.sc-expand {
  gap: 0;
  height: 100%;
}

.sc-one-to-three-column.sc-expand {
  gap: 0;
  height: 100%;
}

.sc-two-thirds-one-third {
  grid-template-columns: 1fr;
}

@media screen and (min-width: 768px) {
  .sc-two-thirds-one-third {
    grid-template-columns: 3fr 1fr;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .sc-one-to-four-column {
    grid-template-columns: repeat(2, 1fr);
  }
}
.sc-header {
  background-color: var(--sc-header-bg);
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
  z-index: var(--sc-depth-floating);
}

@media screen and (min-width: 992px) {
  .sc-header {
    color: var(--sc-header-color);
  }
}
.sc-header_top {
  background-color: var(--sc-top-header-bg);
  font-family: var(--sc-font-family-secondary);
  font-size: 13px;
}

.sc-header_top_inner {
  color: var(--sc-top-header-color);
  position: relative;
  max-width: var(--sc-store-max-width);
}

.sc-header_top_inner li {
  line-height: 32px;
}

.sc-header_top_inner li:not(last-child) {
  border-right: 1px solid currentColor;
}

.sc-header_top_inner svg {
  fill: var(--sc-top-header-color);
}

@media screen and (max-width: 992px) {
  .sc-header_inner_left {
    width: 20%;
  }
}
@media screen and (min-width: 992px) {
  .sc-header_inner_left_schedule {
    font-size: 12px;
  }
}
@media screen and (min-width: 1400px) {
  .sc-header_inner_left_schedule {
    font-size: var(--sc-font-small);
  }
}
@media screen and (max-width: 992px) {
  .sc-header_inner_center {
    width: 60%;
  }
}
@media screen and (max-width: 992px) {
  .sc-header_inner_right {
    width: 20%;
  }
}
.sc-header_search {
  position: relative;
  transition: all 2s ease;
  visibility: hidden;
  max-height: 0;
  opacity: 0;
  transition: opacity 0.3s ease, max-height 0.3s ease, padding 0.3s ease;
  padding: 0;
}

.sc-header_search.is-active {
  visibility: visible;
  max-height: 85px;
  opacity: 1;
  padding-top: var(--sc-spacing-medium);
  transition: all 0.5s;
}

.sc-header_inner {
  max-width: var(--sc-store-max-width);
  transition: 0.35s;
}

.sc-header_inner.sticky {
  position: fixed !important;
  top: 0;
  max-width: 100%;
  transition-duration: 1s;
  background: var(--sc-header-bg);
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

.sc-header_box {
  max-width: 180px;
}

.sc-header-transparency {
  background-color: transparent;
}

@keyframes slideaway {
  from {
    display: block;
  }
  to {
    transform: translateY(40px);
    opacity: 0;
  }
}
.sc-image-floating {
  max-width: 410px;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

.SC-ImageBesideText {
  font-family: var(--sc-font-complementary);
  gap: var(--sc-spacing-base);
}

@media screen and (min-width: 992px) {
  .SC-ImageBesideText {
    gap: var(--sc-spacing-xlarge);
  }
}
.SC-ImageBesideText_headline {
  font-size: var(--sc-font-large);
}

@media screen and (min-width: 992px) {
  .SC-ImageBesideText_headline {
    font-size: var(--sc-font-huge);
  }
}
@media screen and (max-width: 992px) {
  .SC-ImageBesideText_subheadline {
    font-size: var(--sc-font-medium);
  }
}
.SC-ImageBesideText.offset {
  background-color: var(--sc-image-beside-text-bg);
  color: var(--sc-image-beside-text-color);
}

.SC-ImageBesideText.offset .SC-ImageBesideText_content {
  padding: 0 var(--sc-spacing-medium) var(--sc-spacing-xlarge);
}

@media screen and (min-width: 576px) {
  .SC-ImageBesideText.offset .SC-ImageBesideText_content {
    padding: var(--sc-spacing-base) var(--sc-spacing-medium) var(--sc-spacing-xlarge);
  }
}
@media screen and (min-width: 992px) {
  .SC-ImageBesideText.offset:not(.sc-align-right) .SC-ImageBesideText_content {
    padding-left: 0;
    padding-right: var(--sc-spacing-xlarge);
  }
}
.SC-ImageBesideText.offset.sc-align-right .SC-ImageBesideText_content {
  padding-left: var(--sc-spacing-xlarge);
  padding-right: 0;
}

.SC-ImageBesideText_image {
  display: flex;
}

.SC-ImageBesideText_cta {
  display: inline-block;
  padding: var(--sc-spacing-medium) 50px;
  transition: all 0.3s ease-in-out 0s;
  border: 2px solid;
}

/* to do: find a better solution for this one */
.SC-Footer .SC-Menu_overlay {
  display: none;
}

.SC-Navbar {
  position: relative;
  transition: all 0.35s ease-in-out;
  background-color: white;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid var(--sc-color-primary);
}

@media screen and (min-width: 992px) {
  .SC-Navbar {
    background-color: var(--sc-color-primary);
  }
}
.SC-Navbar.sticky {
  position: fixed !important;
  top: 0;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
  font-weight: var(--sc-font-normal);
  max-width: 100%;
  width: 100%;
  padding-top: var(--sc-spacing-medium);
  padding-bottom: var(--sc-spacing-tiny);
  transition: all 0.35s ease-in-out;
}

@media screen and (min-width: 768px) {
  .SC-Navbar.sticky {
    padding-top: var(--sc-spacing-tiny);
  }
}
.SC-Navbar_inner {
  max-width: var(--sc-store-max-width);
}

@media screen and (min-width: 992px) {
  .SC-Navbar_inner {
    padding-left: var(--sc-spacing-medium);
    padding-right: var(--sc-spacing-medium);
  }
}
.SC-ProductCard_image {
  max-height: 250px;
  height: 100%;
  margin-bottom: 0;
}

.SC-ProductCard_image img, .SC-ProductCard_image svg {
  object-fit: cover;
  max-height: 100%;
  height: 100%;
}

.SC-ProductCard_hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 0.25s ease-in-out 0s;
}

.SC-ProductCard:hover .SC-ProductCard_hover {
  opacity: 0.5;
  background-color: var(--sc-color-primary);
}

.SC-ProductCard_icons {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  height: 100%;
  width: 100%;
  z-index: 2;
}

.SC-ProductCard:hover .SC-ProductCard_icons {
  display: flex;
  justify-content: center;
  gap: var(--sc-spacing-small);
  height: fit-content;
  padding-top: 50%;
  transition: all 0.3s ease-in-out 0s;
}

.SC-ProductCard_icon {
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  min-width: 40px;
  min-height: 40px;
}

.SC-ProductCard_icon_add {
  border: none;
  width: 16px;
  background-color: white;
}

.SC-ProductCard_actions {
  margin-top: auto;
}

.sc-stamped-reviews_wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-content: space-between;
  align-items: flex-start;
  gap: var(--sc-spacing-large);
}

.sc-stamped-ratings_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--sc-spacing-small);
  text-align: center;
}

.sc-stamped-reviews_image {
  width: auto;
  height: 120px;
  border-radius: 50%;
}

.sc-stamped-reviews_rating svg {
  fill: var(--sc-review-svg-fill);
}

.sc-stamped-review_product {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}

.sc-section-banner {
  background-size: cover;
  background-repeat: no-repeat;
}

.sc-section_inner {
  padding: 50px 0;
}

@media screen and (max-width: 768px) {
  .sc-section_inner {
    flex-wrap: wrap;
    padding: var(--sc-spacing-large) 0;
    min-height: 300px;
  }
}
.sc-section_header {
  font-family: var(--sc-font-family-complementary);
}

.sc-section_heading, .sc-section_subheading {
  font-size: var(--sc-font-xlarge);
  text-transform: uppercase;
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  .sc-section_heading, .sc-section_subheading {
    font-size: var(--sc-font-xxlarge);
  }
}
.sc-section_heading.offset {
  color: var(--sc-color-primary);
}

.sc-section-reviews {
  padding: var(--sc-spacing-large) 0 var(--sc-spacing-huge);
  background: var(--sc-section-reviews-bg);
}

.sc-section-reviews_wrapper {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: space-between;
  gap: var(--sc-spacing-large);
}

@media screen and (min-width: 768px) {
  .sc-section-reviews_wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.sc-scroll-to-top {
  position: fixed;
  bottom: var(--sc-spacing-large);
  right: var(--sc-spacing-large);
  display: inline-block;
  width: 35px;
  height: 35px;
  z-index: 7;
  text-align: center;
  background-color: #ffffff;
  border-radius: var(--sc-border-radius);
  box-shadow: var(--sc-box-shadow);
  transition: background-color 0.3s;
  opacity: 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
}

.sc-scroll-to-top:hover {
  cursor: pointer;
  background-color: var(--sc-shade-lightest);
  fill: #ffffff;
}

.sc-scroll-to-top svg {
  position: relative;
  top: 4px;
  width: 23px;
  height: auto;
}

.sc-scroll-to-top:active {
  background-color: var(--sc-shade-lightest);
}

.sc-scroll-to-top.show {
  opacity: 1;
  visibility: visible;
}

.tns-cards {
  position: relative;
}

.tns-cards .tns-controls button {
  background-color: white;
  border-radius: var(--sc-border-radius);
  box-shadow: var(--sc-box-shadow);
  top: 40%;
  width: 45px;
  height: 30px;
}

@media screen and (min-width: 768px) {
  .tns-cards .tns-controls button {
    width: 50px;
    height: 35px;
  }
}
.tns-cards .tns-controls button[data-controls=prev] {
  left: 0;
}

.tns-cards .tns-controls button[data-controls=next] {
  right: 0;
}

.tns-controls button {
  background-color: white;
  border-radius: var(--sc-border-radius);
  box-shadow: var(--sc-box-shadow);
  top: 40%;
  width: 45px;
  height: 30px;
}

@media screen and (min-width: 768px) {
  .tns-controls button {
    width: 50px;
    height: 35px;
  }
}
.tns-controls button[data-controls=prev] {
  left: 0;
}

.tns-controls button[data-controls=next] {
  right: 0;
}

.tns-nav button.tns-nav-active {
  background: white;
}

.sc-border-right-white {
  border-color: white;
}

.sc-caption {
  font-size: var(--sc-font-large);
  font-family: var(--sc-font-family-complementary);
  font-weight: 300;
}

.sc-me-none {
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .sc-md\:align-items-center {
    align-items: center;
  }
}
.sc-font-secondary {
  font-family: var(--sc-font-family-secondary);
}

.sc-font-complementary {
  font-family: var(--sc-font-family-complementary);
}

.sc-font-thin {
  font-weight: var(--sc-font-thin);
}

.sc-font-micro {
  font-size: 12px;
}

.bold {
  font-weight: 700;
  font-size: 26px;
  font-family: var(--sc-font-family-secondary);
}

@media screen and (min-width: 768px) {
  .bold {
    font-size: 40px;
  }
}
.normal {
  font-size: var(--sc-font-base);
}

@media screen and (min-width: 768px) {
  .normal {
    font-size: 26px;
  }
}
.sc-heading-thin {
  font-family: var(--sc-font-family-complementary);
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 5px;
}

.sc-heading-bold {
  color: var(--sc-color-primary);
  font-size: 40px;
}

@media screen and (min-width: 768px) {
  .sc-heading-bold {
    font-size: 72px;
  }
}
.sc-list-none {
  list-style: none;
}

.sc-me-none {
  margin-top: 0;
  margin-bottom: 0;
}

@media only screen and (min-width: 1400px) {
  .SC-Logo_image {
    max-width: 250px;
  }
}
@media only screen and (min-width: 1400px) {
  .SC-Logo_image {
    max-height: 60px;
    max-width: 300px;
  }
}
.SC-Field-icon input {
  padding-left: var(--sc-spacing-medium);
  padding-right: 43px;
}

.SC-Field-icon svg {
  right: 18px;
  left: unset;
}

.SC-Navbar .SC-Icon {
  width: 25px;
}

.sc-header_inner_left_logo {
  display: none;
}

@media screen and (max-width: 1024px) {
  .sc-header_inner_left_logo {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .sc-header_inner_left_schedule {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .Menu.tier1.dropdown > li > a:not(.Icon), .SC-Menu.tier1.dropdown > li > a:not(.Icon) {
    padding: var(--sc-spacing-small);
    font-weight: var(--sc-font-bold);
  }
}
.SC-Menu.dropdown .SC-Menu_link {
  font-weight: var(--sc-font-bold);
}

.SC-Menu {
  width: auto;
}

@media screen and (min-width: 992px) {
  .SC-Navbar_inner {
    padding-left: var(--sc-spacing-large);
    padding-right: var(--sc-spacing-large);
  }
}
.SC-Menu .dropdown .SC-Menu_item:hover:not(.sc-menu_blurb):not(.tier1) {
  background-color: transparent;
  color: var(--sc-menu-link-color-hover);
}

.SC-Footer_item {
  color: #000000;
}

.SC-Footer_divider {
  background-color: #eeeeee;
  height: 1px;
}

.SC-Subscribe {
  background-color: #000000;
}

.SC-Subscribe_title {
  color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .Menu.tier1.dropdown, .SC-Menu.tier1.dropdown {
    margin-left: calc(var(--sc-spacing-medium) * -1);
    margin-right: calc(var(--sc-spacing-medium) * -1);
  }
}
a:focus:not([class]), a:hover:not([class]) {
  color: var(--sc-menu-link-color-hover);
}

.rich-text a:not([class]), .sc-rich-text a:not([class]) {
  color: var(--sc-menu-link-color-resting);
  text-decoration: unset;
}

.SC-Menu_account {
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .Menu.dropdown:not(.tier1), .SC-Menu.dropdown:not(.tier1) {
    background-color: #fff;
    box-shadow: var(--sc-menu-shadow);
    max-height: 80vh;
    min-width: var(--sc-menu-dropdown-width);
    padding: var(--sc-spacing-small);
    position: absolute;
    z-index: 5;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }
  .SC-Menu_account .SC-Menu.dropdown {
    right: 0;
    left: unset !important;
    min-width: 150px;
  }
}
@media only screen and (max-width: 768px) {
  .sc-one-third-two-thirds {
    grid-template-columns: 1fr;
  }
}
.SC-GridCarousel_header.sc-section_header .sc-section_heading,
.SC-CardCarousel_header.sc-section_header .sc-section_heading,
.SC-ContentBlockContainer_header.sc-section_header:not(.sc-offset) .sc-section_heading {
  background-color: #000000;
  color: #ffffff;
  text-transform: capitalize;
  width: 100%;
  margin: 0 0 var(--sc-spacing-medium);
  font-weight: var(--sc-font-bold);
  border-radius: var(--sc-border-radius);
}

.SC-GridCarousel_header.sc-section_header .sc-section_heading:not(.sc-section_heading_transparent),
.SC-CardCarousel_header.sc-section_header .sc-section_heading:not(.sc-section_heading_transparent),
.SC-ContentBlockContainer_header.sc-section_header:not(.sc-offset) .sc-section_heading:not(.sc-section_heading_transparent) {
  padding: var(--sc-spacing-tiny) var(--sc-spacing-base);
}

.SC-ContentBlockContainer .sc-section_header .sc-section_heading_transparent {
  background-color: #ffffff;
  color: #000000;
}

.SC-TopCategories .SC-GridCarousel_track {
  display: grid;
  gap: var(--sc-grid-gap);
  grid-template-columns: repeat(2, 1fr);
}

@media only screen and (min-width: 768px) {
  .SC-TopCategories .SC-GridCarousel_track {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .SC-TopCategories .SC-GridCarousel_track {
    grid-template-columns: repeat(5, 1fr);
  }
}
.SC-ImageBesideText.sc-align-right {
  flex-direction: row-reverse;
}

.SC-ImageBesideText.sc-align-center-text {
  text-align: center;
}

.SC-ImageBesideText.sc-align-top {
  flex-direction: column;
}

.SC-ImageBesideText.sc-align-bottom {
  flex-direction: column-reverse;
}

@media only screen and (min-width: 576px) {
  .sc-align-top .ImageBesideText_image,
  .sc-align-top .SC-ImageBesideText_image,
  .sc-align-top .SC-ImageBesideText_content,
  .sc-align-bottom .ImageBesideText_image,
  .sc-align-bottom .SC-ImageBesideText_image,
  .sc-align-bottom .SC-ImageBesideText_content {
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .sc-text-right-medium-and-up {
    text-align: right;
  }
}

@media screen and (max-width: 1268px) {
  .sc-hide-up-to-xlarge {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .sc-justify-center-up-to-medium {
    justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .sc-justify-space-between-medium-and-up {
    justify-content: space-between;
  }
}

/*# sourceMappingURL=theme-supplement_bc428b.css.map */
