/** Shopify CDN: Minification failed

Line 45:14 Expected identifier but found whitespace
Line 46:6 Unexpected "{"
Line 47:28 Expected ":"

**/
@import url('https://fonts.googleapis.com/css2?family=Roboto&family=Zilla+Slab:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

@font-face {
  font-family: 'Metropolis';
  src: url('Metropolis-Regular.woff2') format('woff2'),
    url('Metropolis-Regular.woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Metropolis Semi';
  src: url('Metropolis-SemiBold.woff2') format('woff2'),
    url('Metropolis-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

p {
  margin: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
label,
button,
a {
  font-family: {
      {
      fonts_type_body_family
    }
  }

  ;
}

.announcement-bar-main.mobile_bar {
  display: none;
}

.section-header .header .logo img {
  width: 220px;
}

.section-header .header .content {
  padding: 20px;
}

.main-primary-nav {
  background-color: #e1f2f3;
  padding: 1rem 0;
}

.primary-nav .nav-container .nav-content {
  display: flex;
  align-items: center;
}

.nav-content .location-area {
  margin-right: 0;
  margin-left: auto;
}

.input-group label {
  display: none;
}

.nav-content .location-area .input-group input {
  appearance: none;
  border-radius: 0;
  padding-left: 15px;
  outline: 0;
  font-size: 1rem;
  box-shadow: none;
  height: 44px;
  min-width: 285px;
  border-color: transparent;
  background-color: #fff;
  position: relative;
  font-family: 'Inter';
  color: #c4c4c4;
}

.nav-content .location-area .input-group img {
  width: 20px;
  margin-right: 10px;
  cursor: pointer;
}

.nav-content .location-area .input-group p {
  font-size: 16px;
  color: #00677f;
  margin-right: 10px;
  font-weight: 600;
  display: block;
  transition: 0.45s;
  font-family: 'Inter';
}

.nav-content .location-area .input-group input:focus {
  border-width: 2px;
  border-color: transparent;
}

.nav-content .location-area .input-group {
  display: flex;
  align-items: center;
  padding: 0 16px;
  position: relative;
  margin: 0;
  justify-content: flex-end;
}

.nav-content .location-area .input-group:after {
  content: "\f3c5";
  position: absolute;
  top: 28%;
  left: 27px;
  width: 20px;
  height: 20px;
  font-family: "Font Awesome 5 pro";
  font-size: 20px;
  display: none;
}

.nav-content .location-area .input-group .button {
  background-color: #00677f;
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
  height: 42px;
  text-align: center;
  line-height: 38px;
  display: inline-block;
  padding: 0 1.5em;
  margin-left: 0.5rem !important;
  font-weight: 500;
  border-color: #00677f;
  border: none;
  text-transform: uppercase;
  font-family: 'Inter';
  font-size: 14px;
}

.section-header .header .left .menu ul {
  margin: 0;
  padding: 0;
}

/* .section-header .header .left .menu ul li a.plus:after{
  display: none;
} */
.section-header .header .left .menu ul li {
  margin: 0 22px 0 0;
}

.section-header .header .left .menu ul li a {
  font-weight: 400;
  font-size: 18px;
  color: #686868;
  font-family: 'Inter';
}

.section-header .header .left .menu ul li a:hover {
  border-bottom: none;
}

.section-header .header .left .menu ul li ul li {
  padding: 0.2rem 1rem;
  margin: 0;
  border-bottom: 1px solid #000;
}

.section-header .header .left .menu ul li ul.second.expanded li a {
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
}

.section-header .header .left .menu ul li ul.second {
  padding: 0px;
  border-radius: 3px 3px 0 0;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 25%);
}

.section-header .header .left .menu ul li ul.second.expanded li a:hover {
  border-bottom: 1px solid transparent;
}

.section-header .header .left .menu ul li ul.second {
  min-width: 12rem;
}

.email-site a {
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  height: 32px;
  line-height: 32px;
  display: flex;
  align-items: center;
  color: #00687f;
  font-family: 'Inter';
}

.email-site a i {
  margin-right: 7px;
}

.email-site a img {
  width: 20px;
  margin-right: 7px;
}

.footer .content .row.cols .about_us.col {
  width: 35%;
  padding-right: 60px;
  order: 1;
}

.footer .content .row.cols .col:nth-of-type(2) {
  order: 2;
  margin-top: 20px;
}

.footer .content .row.cols .col:nth-of-type(3) {
  order: 3;
  margin-top: 20px;
}

.footer .content .row.cols .newsletter_area.col {
  width: 21%;
  order: 4;
  text-align: right;
}

.footer .content .row.cols .newsletter_area.col h1 {
  margin-right: 10px;
}

.footer .content .row.cols .newsletter_area.col .short-text {
  margin-right: 10px;
}

.footer .content .row.cols .col {
  width: 22%;
}

.footer .content .row.cols .about_us span {
  color: #fff;
  display: block;
  line-height: 1.2;
  font-size: 16px;
  font-family: 'Inter';
  font-weight: 400;
}

.footer .content .row.cols .about_us a {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 15px;
  font-family: 'Inter';
  line-height: 19px;
  display: block;
}

.footer .content .row.cols .about_us .rte p {
  font-size: 12px;
  color: #fff;
  max-width: 416px;
  padding-top: 25px;
  font-family: 'Inter';
  line-height: 17px;
}

.footer .content h1 {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 15px;
  font-family: 'Inter';
  line-height: 19px;
}

.footer .content .row.cols .col p.cols-1 a {
  display: block;
  line-height: 21px;
  font-size: 13px;
  text-decoration: none;
  color: #fff;
  font-family: 'Inter';
  font-weight: 400;
}

.content .row.cols .col p.cols-1 br {
  display: none;
}

.short-text p {
  color: #fff;
  font-size: 15px;
}

.social-main {
  display: flex;
  align-items: center;
  margin-top: 1.25rem;
  justify-content: flex-end;
}

.footer .content .row.cols .newsletter_area.col p {
  color: #fff;
  font-size: 16px;
  line-height: 0;
  margin: 16px 0 5px;
  font-family: 'Inter';
}

.footer .content .row.cols .col .social-main .social-media ul {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.footer .content .row.cols .col .social-main .social-media ul li {
  display: inline-block;
}

.logo.with-image {
  padding: 1rem 1rem 0 1rem;
}

.footer .content a i {
  color: #fff;
  font-size: 22px;
}

.label-container {
  display: flex;
  margin: 10px 0px;
}

.label-container label {
  display: inline-block;
  font-size: .9rem;

  font-weight: 400;
  color: #fff;
}

.label-container .helper-label {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  flex: 1 1 64%;
  align-items: center;
}

.footer .content .label-container .helper-label a {
  color: #fff;
  font-size: .9rem;
  white-space: nowrap;
}

.footer .content .cel-number {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  flex: 1 1 55%;
  align-items: center;
}

.footer .content .cel-number a {
  font-size: .9rem;
  white-space: nowrap;
  color: #fff;
}

.label-container .helper-label a {
  color: #fff;
  font-size: .75rem;
}

.footer .content .row.cols .col form input.small {
  padding: 0 10px 0 45px;
  min-width: 240px;
  height: 44px;
  border-radius: 0;
  font-weight: 500;
  width: 60%;
  position: relative;
  background-image: url(//cdn.shopify.com/s/files/1/0617/7488/9141/files/email.svg?v=1662482831);
  background-repeat: no-repeat;
  background-position: center left 10px;
  background-size: 20px 20px;
  font-family: 'Inter';
  font-size: 10px;
  color: #c4c4c4;
}

.footer .content .row.cols .col form input.small::placeholder {
  text-transform: capitalize;
}

.footer .content .row.cols .col form .btn.line {
  padding: 0 24px;
  border-color: #00687f;
  font-weight: 500;
  height: 44px;
  border-radius: 0;
  background-color: #00687f;
  color: #fff;
  margin-left: 0.5rem;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Inter';
}

.footer .content .row.cols .col form .btn.line:hover {
  border-color: #00687f;
}

.footer .content .extra:before {
  display: none;
}

.footer .content .extra {
  color: #fff;
  font-size: .75rem;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  order: 1;
  display: none;
}

.footer .content .extra a {
  color: #fff;
}

.footer .col {
  flex: inherit;
}

.bottom-footer-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex: 100%;
  align-items: center;
}

.bottom-footer-menu ul {
  margin: 0;
  padding: 0;
}

.bottom-footer-menu ul li {
  display: inline-block;
  padding: 0 15px;
}

.bottom .bottom-footer-menu ul li a {
  color: #00687f;
  text-decoration: none;
  font-size: 10px;
  line-height: 1.5;
  padding: 0 0.5px;
  font-weight: 400;
  font-family: 'Inter';
}

.footer .content .bottom {
  flex-wrap: wrap;
  padding: 18px 0px;
  background-color: #e0f2f2;
}

.footer .content .row.cols .newsletter_area.col .contact-form {
  position: relative;
  display: flex;
}

.footer .content .row.cols .newsletter_area.col .contact-form:after {
  content: "\f0e0";
  position: absolute;
  top: 24%;
  left: 13px;
  width: 20px;
  height: 20px;
  font-family: "Font Awesome 5 pro";
  font-size: 20px;
}

.mobile-header {
  display: none;
}

.footer .content .row.cols {
  display: flex;
  flex-wrap: wrap;
  background-color: #4badaa;
  margin: 0;
  padding: 30px 35px 40px;
}

.store-locator {
  padding: 3rem 0;
  text-align: center;
}

.store-locator h2 {
  font-weight: 400;
  font-size: 2.25rem;
  line-height: 2.5rem;
  margin-bottom: 0.5rem;
}

.store-locator form {
  text-align: center;
  max-width: 480px;
  margin: 0 auto;
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  position: relative;
}

.store-locator form:after {
  content: "\f3c5";
  position: absolute;
  top: 24%;
  left: 12px;
  width: 20px;
  height: 20px;
  font-family: "Font Awesome 5 pro";
  font-size: 20px;
}

.store-locator form input {
  appearance: none;
  border-radius: 0;
  padding-left: 40px;
  outline: 0;
  font-size: 1rem;
  box-shadow: none;
  height: 44px;
  min-width: 300px;
  border-color: transparent;
  background-color: #fff;
  position: relative;
  border: solid 2px #ccc;
}

.store-locator form button {
  background-color: #fff;
  color: #000;
  font-size: 1.25rem;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
  height: 44px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  padding: 0 1em;
  margin-left: 0.5rem;

  font-weight: 400;
  border: solid 2px #ccc;
}

.store-locator p {
  margin-bottom: 2.25rem;
  font-size: 16px;
  color: #000;
  font-weight: 400;
}

/* announcement-bar css */
.announcement-bar .slick-arrow.slick-disabled {
  display: none !important;
}

.announcement-bar p {
  align-items: center;
  display: flex;
  justify-content: center;
  font-family: 'Inter';
  font-size: 15px;
  font-weight: 600;
}

.announcement-bar p i {
  padding-left: 5px;
}

.announcement-bar p span {
  padding: 0 5px;
  color: #fff;
}

.announcement-bar p span:hover {
  color: #00687f;
}

.announcement-bar {
  padding: 0px;
}

.announcement-bar button.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50px;
  z-index: 1;
  font-size: 0;
  background: transparent;
  border: 0;
  transition: all .3s ease-in-out;
  cursor: pointer;
}

.announcement-bar button.slick-next.slick-arrow::after {
  content: "\f105";
  color: #fff;
  opacity: 1;
  font-family: Font Awesome\ 5 Pro;
  font-size: 20px;
  margin-right: -3px;
}

.announcement-bar button.slick-arrow:hover {
  background-color: #fff;
  color: #000;
}

.announcement-bar button.slick-arrow:hover::after {
  color: #000;
}

.announcement-bar .slick-next {
  right: 0;
}

.announcement-bar button.slick-prev.slick-arrow::before {
  content: "\f104";
  color: #fff;
  opacity: 1;
  font-family: Font Awesome\ 5 Pro;
  font-size: 20px;
  margin-left: -3px;
}

.announcement-bar button.slick-arrow:hover::before {
  color: #000;
}

.announcement-bar .slick-prev {
  left: 0;
}

/* in stores now style */
.outer-main-class {
  background-color: #f9f9f9;
}

.main-header-module {
  display: grid;
  grid-template-columns: 25% 50% 25%;
  text-align: center;
  align-items: center;
  padding: 38px 0 48px;
}

.main-header-module .first-image-section img {
  max-width: 220px;
  max-height: 146px;
  margin: 0 auto;
}

.main-header-module .second-image-section img {
  max-width: 220px;
  max-height: 146px;
  margin: 0 auto;
}

.title-section .page-title {
  font-size: 52px;
  text-transform: uppercase;
}

.title-section .short-text {
  font-size: 1.5625rem;
  font-weight: 400;
  font-family: Avenir Next, sans-serif;
}

.department-title .sub-text {
  font-size: 2.25rem;
  line-height: 2.5rem;
  margin: 3rem 0;
  text-align: center;
  font-weight: 400;
}

.deparment-grid-main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.deparment-grid {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 25%);
  transition: all .3s ease-in-out;
}

.deparment-grid:hover {
  transform: translateY(-2px);
}

.deparment-grid .deparment-thumb {
  padding: 1.25rem;
}

.deparment-grid .deparment-thumb img {
  width: 100%;
}

.deparment-grid .deparment-description-content {
  padding: 1.25rem;
}

.deparment-grid .deparment-description-content .deparment-title {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
  line-height: 1;
}

.deparment-grid .deparment-description-content .deparment-text {
  font-size: 1.25rem;
  font-weight: 400;
}

.deparment-grid .deparment-description-content .deparment-deal-list {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 1rem;
}

/* how we do is */
.header-module-text {
  text-align: center;
  padding: 2.2% 0;
}

.header-module-text .page-title {
  font-size: 48px;
  line-height: 1.1;
}

.header-module-text .short-text {
  font-size: 1.25rem;
  font-weight: 600;
}

.card-main-section {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  padding: 1% 0 4% 0;
}

.card-inner-scetion {
  background-color: #fff;
  padding: 5% 3%;
  box-shadow: 0 2px 4px #00000040;
}

.card-inner-scetion .card-thumb {
  width: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 75%;
}

.card-inner-scetion .card-content {
  text-align: center;
}

.card-inner-scetion .card-content .card-title {
  font-size: 1.6rem;
  line-height: 2rem;
  max-height: 4.4rem;
  margin: 3%;
  font-weight: 400;
  color: #000;
}

.card-inner-scetion .card-content .card-text {
  font-size: 1rem;
  line-height: 1.5;
  color: #000;
  height: 6rem;
  overflow: hidden;
}

.collage-grid-main {
  padding-top: 70px;
}

.collage-grid-main .title {
  text-transform: uppercase;
  font-size: 48px;
  line-height: 1.1;
  text-align: center;
}

.collage-grid-main .sub-text {
  font-weight: 600;
  font-size: 1.25rem;
  text-align: center;
}

.collage-grid-top {
  padding-top: 5%;
  display: grid;
  grid-template-columns: 49% 23.5% 23.5%;
  gap: 29px;
}

.collage-grid-top .item1 {
  grid-row: span 2;
}

.collage-grid-top .collage-item {
  padding-bottom: 95%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.collage-grid-middle {
  display: grid;
  grid-template-columns: 23.5% 23.5% 23.5% 23.5%;
  gap: 29px;
  margin: 30px 0px;
}

.collage-grid-middle .collage-item {
  padding-bottom: 95%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.collage-grid-bottom {
  display: grid;
  grid-template-columns: 23.5% 23.5% 49%;
  gap: 29px;
}

.collage-grid-bottom .collage-item {
  padding-bottom: 95%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.collage-grid-bottom .item3 {
  grid-row: span 2;
}

/* pricing page style */
.pricing_content {
  padding-top: 15px;
  min-height: 50vh;
  font-family: Avenir Next, sans-serif;
}

.pricing_content .pricing-title {
  margin-top: 1rem;
  color: #000;
  font-weight: 600;
  font-size: 22px;
  line-height: 34px;
}

.pricing_content .procing-text {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  line-height: 24px;
}

.content_pages .title {
  margin-top: 1rem;
  color: #000;
  font-weight: 400;
  font-size: 22px;
  line-height: 34px;
}

.content_pages .text {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  line-height: 24px;
  font-family: Avenir Next, sans-serif;
}

.content_pages .text a {
  color: #000;
}

/* corporate responsiblity  page style */
.content_pages .rte .article-content p {
  margin: 0 0 8px;
}

.inner-article .article-title {
  text-align: center;
  font-size: 26px;
  text-transform: uppercase;
  margin: 20px 0 26px;
}

.policy-main .inner-article .article-title {
  text-transform: none;
  font-size: 36px;
}

.inner-article {
  padding: 15px 0px 32px 0px;
  border-bottom: 3px solid #000;
}

.inner-article.border-none {
  border: none;
}

.inner-article .article-content {
  font-weight: 400;
  text-align: justify;
  font-family: Avenir Next, sans-serif;
}

.inner-article .article-content .sub-title {
  font-size: 22px;
}

.policy-main .inner-article .article-content .sub-title {
  font-size: 16px;
  font-weight: 600;
}

.content .rte .policy-main p {
  font-size: 14px;
  margin-bottom: 16px;
  line-height: 21px;
}

.policy-main .inner-article .article-content {
  text-align: inherit;
}

.content .rte .policy-main ul li {
  font-size: 14px;
  line-height: 21px;
}

.inner-article .article-content ul {
  margin: 20px 0px 0 0;
  padding-left: 44px;
}

.location-finder-sticky-button-wrapper {
  position: fixed;
  right: 0;
  z-index: 9;
  bottom: 260px;
}

.location-finder-sticky-button {
  width: 200px;
  margin-right: -72px;
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  background-color: #000;
  color: #FFF;
  cursor: pointer;
}

.location-finder-sticky-button-ctn .location-icon {
  position: absolute;
  height: 25px;
  width: 25px;
  top: 19px;
  left: 14px;
  font-size: 20px;
}

.location-finder-sticky-button-ctn .location-text {
  font-size: 1.125rem;
  line-height: 56px;
  padding: 0 30px 0 50px;
  white-space: nowrap;
  margin: 0;
}

.location-finder-sticky-button-ctn .close-button {
  height: 28px;
  width: 28px;
  line-height: 28px;
  display: block;
  position: absolute;
  top: -14px;
  right: -14px;
  background-color: #FFF;
  color: #000;
  text-align: center;
  border-radius: 50px;
  border: 1px solid #000;
}

.no-outlines .location-finder-sticky-button-wrapper button {
  outline: none;
  border: none;
  background: transparent;
  color: #fff;
}

.locator-modal .modal-header .btn-close {
  font-size: 25px;
}

.locator-modal .modal-lg {
  max-width: 750px;
}

.locator-modal .store-locator {
  padding: 1.5rem 0 3.5rem;
}

.locator-modal .modal-content {
  border-radius: 0;
}

.locator-modal .modal-header {
  padding: 1rem 1rem 0;
  border-bottom: 1px solid transparent;
  border-radius: 0;
}

.locator-modal .store-locator form button {
  background-color: #000;
  color: #fff;
  border: solid 2px #000;
}

address {
  font-style: italic;
}

.article-content ul.inner-list {
  padding-top: 15px;
}

.ccpa {
  padding-top: 15px;
}

@media screen and (min-width: 768px) {
  .custom-header .nav-container {
    width: calc(100% - 48px);
    margin: 0 auto;
  }
}

.page-width {
  width: calc(100% - 48px);
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .custom-header .nav-container {
    width: calc(100% - 48px);
    margin: 0 auto;
  }

  .page-width {
    width: calc(100% - 48px);
    margin: 0 auto;
  }

  .nav-search {
    display: none;
  }
}


@media screen and (min-width: 1440px) {
  .custom-header .nav-container {
    width: 1496px;
    margin: 0 auto;
  }

  .custom-header .inner .content {
    width: 1496px;
    margin: 0 auto;
  }

  /* .footer .content {
    max-width: 1496px;
} */
  .page-width {
    width: 1460px;
    margin: 0 auto;
  }

}

@media screen and (max-width: 1440px) {
  .nav-content .location-area .input-group {
    padding: 0;
  }
}

@media screen and (max-width: 1381.99px) {
  .section-header .header .left .menu ul li {
    margin: 0 18px 0 0;
  }

  .bottom-footer-menu {
    flex: 100%;
    justify-content: center;
  }
}

@media screen and (max-width: 1300px) {
  .section-header .header .left .menu ul li a {
    font-size: 0.9rem;
  }

  .section-header .header .left .menu ul li ul.second.expanded li a {
    font-size: .8rem;
  }

  .section-header .header .left .menu ul li {
    margin: 0 15px 0 0;
  }

  .footer .content .row.cols .col form .btn.line {
    padding: 0 14px;
  }

  .footer .content .row.cols .col form input.small {
    min-width: 215px;
  }

  .footer .content .cel-number {
    flex: 1 1 30%
  }

  .nav-content .location-area .input-group {
    padding: 0;
  }

  .footer .content .extra {
    order: 2;
    width: 100%;
  }

  .bottom-footer-menu {
    order: 1;
    width: 100%;
  }

  .bottom-footer-menu {
    flex: inherit;
    justify-content: center;
  }

  .nav-content .location-area .input-group:after {
    left: 12px;
  }
}

@media screen and (max-width: 1200px) {
  .collage-grid-middle {
    grid-template-columns: 23% 23% 23.5% 23.5%;
    gap: 20px;
  }

  .collage-grid-bottom {
    grid-template-columns: 23% 23.5% 49%;
    gap: 20px;
    margin: 20px 0;
  }

  .collage-grid-top {
    gap: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .nav-content .location-area .input-group input {
    min-width: 243px;
    font-size: 0.8rem;
  }

  .footer .content .row.cols .about_us.col {
    order: 4;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .footer .content .row.cols .col:nth-of-type(2) {
    order: 1;
  }

  .footer .content .row.cols .col:nth-of-type(3) {
    order: 2;
  }

  .footer .content .row.cols .newsletter_area.col {
    order: 3;
    width: 42%;
  }

  .footer .content .row.cols .col {
    width: 29%;
  }

  .section-header .header .left .menu ul li a {
    font-size: .7rem;
  }


  .main-header-module {
    grid-template-columns: 100%;
  }

  .main-header-module .first-image-section {
    display: none;
  }

  .main-header-module .second-image-section {
    display: none;
  }

  .deparment-grid-main {
    grid-template-columns: 1fr 1fr;
  }

  .bottom-footer-menu ul li {
    display: block;
    padding: 0;
  }

  .bottom-footer-menu {
    margin-bottom: 14px;
  }

  .card-inner-scetion .card-content .card-title {
    font-size: 1.2rem;
    line-height: 1.4rem;
    max-height: 3.2rem;
  }

  .card-inner-scetion .card-content .card-text {
    font-size: .9rem;
    line-height: 1.2rem;
  }

  .header-module-text .page-title {
    font-size: 30px;
  }

  .header-module-text .page-title {
    font-size: 30px;
  }

  .collage-grid-main .title {
    font-size: 30px;
  }

  .bottom-footer-menu {
    justify-content: flex-start;
    padding-left: 45px;
  }
}

@media screen and (max-width: 991px) {
  .mobile-header {
    display: block;
  }

  .announcement-bar-main.desktop_bar {
    display: none;
  }

  .announcement-bar-main.mobile_bar {
    display: block;
  }

  .announcement-bar-main.mobile_bar p:hover {
    color: #00687f;
  }

  .desktop-header {
    display: none;
  }

  .mobile-header .inner-mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 25px;
    background-color: #e1f2f3;
  }

  /* .mobile-header .inner-mobile-header .menu-icon-section a.btn.browse{
    color: #fff;
  } */
  .mobile-header .inner-mobile-header .location-section a {
    font-size: 23px;
    color: #fff;
  }

  .nav-content .location-area {
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .mobile-header .nav-content .location-area .input-group input {
    min-width: 328px;
    border: solid 2px #ccc;
  }

  .mobile-header .nav-content .location-area .input-group .button {
    background-color: #00687f;
    color: #fff;
    height: 44px;
    line-height: 40px;
    font-family: 'Inter'
  }

  .location-section {
    padding-right: 5px;
  }

  .mobile-header .nav-content .location-area .input-group:after {
    display: none;
  }

  .mobile-header .nav-content .location-area .input-group input {
    padding-left: 20px;
  }

  .location-form.nav-content .location-area {
    padding: 0.75rem 0;
  }

  .location-form.nav-content {
    background: #fff;
    overflow: hidden;
    transition: max-height .5s ease;
    max-height: 0;
  }

  .location-form.nav-content.d-block {
    max-height: 175px;
    transition: max-height .5s ease;

  }

  .section-header .header .side-nav-section .nav ul a {
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
    color: #686868;
    opacity: 1;
  }

  .section-header .header .side-nav-section .nav ul ul li a {
    font-size: 1rem;
    font-weight: normal;
    margin: 0;
    font-family: 'Inter';
  }

  .section-header .header .side-nav-section .nav ul ul li {
    line-height: 22px;
  }

  .section-header .header .side-nav-section .nav ul a.plus:after {
    display: none;
  }

  .section-header .header .side-nav-section .nav ul {
    margin-left: 1rem;
  }

  .section-header .header .side-nav-section .nav {
    display: inherit;
  }

  .menu-icon-section {
    position: relative;
  }

  .section-header .header a.btn.icon.close {
    position: absolute;
    right: 0px;
    color: #fff;
    top: 8px;
    padding: 0 1rem;
  }

  .email-site a {
    padding: 30px 20px;
    color: #fff;
    background: #4aadaa;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 400;
  }

  .section-header .header a.btn.icon {
    color: #00718a;
  }

  .side-nav {
    padding-top: 0 !important;
  }

  .footer .content .row.cols .col:nth-of-type(3) {
    margin-top: 0px;
  }

  .footer .content .row.cols .col:nth-of-type(2) {
    margin-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .footer .content .row.cols .newsletter_area.col {
    width: 100%;
  }

  .footer .content .row.cols .col {
    width: 50%;
  }

  .footer .content .row.cols .col form input.small {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer .content .row.cols .newsletter_area.col {
    text-align: left;
  }

  .social-main {
    justify-content: flex-start;
  }

  .title-section .page-title {
    font-size: 2.25rem;
    margin-bottom: 5px;
  }

  .title-section .short-text {
    font-size: 1.125rem;
  }

  .department-title .sub-text {
    font-size: 1.75rem;
  }

  .main-header-module {
    padding: 1.125rem 0;
  }

  .footer .content .row.cols .about_us.col {
    padding-right: 0;
  }

  .footer .content .row.cols .about_us .rte p {
    font-size: .875rem;
  }

  .card-main-section {
    grid-template-columns: 1fr;
  }

  .card-inner-scetion .card-content .card-title {
    font-size: 2.2rem;
    line-height: 2.2rem;
    max-height: 4.7rem;
    overflow: hidden;
  }

  .collage-grid-top {
    grid-template-columns: 100%;
    gap: 30px;
  }

  .collage-grid-middle {
    grid-template-columns: 100%;
    gap: 30px;
    margin: 30px 0px;
  }

  .collage-grid-bottom {
    grid-template-columns: 100%;
    gap: 30px;
  }

  .header-module-text .page-title {
    font-size: 30px;
  }

  .collage-grid-main .title {
    font-size: 30px;
  }

  .locator-modal .modal.fade .modal-dialog {
    transform: translateY(-112px);
  }

  .locator-modal .modal-lg {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }

  .section-header .header .search-overlay a.btn.icon.close {
    color: #000;
  }

  .inner-article {
    border-bottom: 2px solid #000;
  }

  .policy-main .inner-article .article-title {
    font-size: 32px;
  }

  .announcement-bar p {
    font-size: 14px;
  }
}

@media screen and (max-width: 720px) {
  .footer .content .row {
    padding: 0 20px;
  }
}

@media screen and (max-width: 480px) {
  .nav-content .location-area .input-group {
    display: inherit;
    margin: 0;
  }

  .mobile-header .nav-content .location-area .input-group .button {
    margin-top: 10px;
    margin-left: 0 !important;
    width: 100%;
  }

  .mobile-header .nav-content .location-area .input-group input {
    min-width: 100%;
  }

  .footer .content .row.cols .newsletter_area.col .contact-form {
    display: initial;
  }

  .footer .content .row.cols .col form input.small {
    min-width: 100%;
  }

  .footer .content .row.cols .col form .btn.line {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }

  .footer .content .row.cols .newsletter_area.col .contact-form:after {
    top: 3%;
  }

  .footer .content .row.cols .about_us a {
    display: inline-block;
  }

  .footer .content .row.cols .about_us span {
    display: inline-block;
  }

  .store-locator form {
    display: inherit;
    width: 90%;
  }

  .store-locator form button {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }

  .store-locator form:after {
    top: 12%;
  }

  .store-locator form input {
    width: 100%;
  }

  .deparment-grid-main {
    grid-template-columns: 1fr;
  }

  .announcement-bar button.slick-prev.slick-arrow {
    left: -17px;
  }

  .announcement-bar button.slick-next.slick-arrow {
    right: -17px;
  }

  .announcement-bar-main {
    padding: 5px 0px;
  }

  .announcement-bar p {
    display: inherit;
    padding: 0 25px;
  }

  .announcement-bar p i {
    font-size: 12px;
  }

  .mobile-header .inner-mobile-header {
    padding: 0.5rem 5px 0.5rem 15px;
  }

  .logo.with-image {
    padding: .5rem .5rem 0 .5rem;
  }

  .location-section {
    display: flex;
  }

  .section-header .header a.btn.icon {
    min-width: 32px;
  }

  .section-header .header a.btn.icon.location i {
    font-size: 20px;
    color: #00718a;
  }

  .bottom-footer-menu {
    padding-left: 35px;
  }
}

.image-slice>img {
  max-width: 100%;
  margin: auto;
}

.department-footer-copy {
  padding: 3rem 1rem;
  text-align: center;
}

.department-footer-copystore-locator h2 {
  font-weight: 400;
  font-size: 2.25rem;
  line-height: 2.5rem;
  margin-bottom: 0.5rem;
}

.department-footer-copy p {
  margin-bottom: 2.25rem;
  font-size: 16px;
  color: #000;
  font-weight: 400;
}

/* force flex-direction: column, which is getting overridden to row!important by bootstrap */
@media (max-width: 720px) {
  .content .flex-row {
    flex-direction: column !important;
  }
}

/* 
  image-with-text subtitle/subheading is no bigger than the rich text itself. this makes it between the text and the main title/heading
  top margin keeps it from being to close to image when stacked underneath in mobile view
*/
.rte p.category {
  font-size: 1.5rem;
  margin-top: 1rem;
}

/* so image-with-text section fills width of page
.shopify-section>.content .inner.with-layout-options {
  width: 100%;
  max-width: 2000px;
}
*/

/* too much vertical padding around Rich Text header */
.shopify-section>.content .inner.extended {
  padding: 1rem 0;
}

/* increase Rich Text header size. Now matches "Store Locator" link header size*/
h2.section-title {
  font-size: 2.25rem;
}

/* callout images without ALT attribute */
/* img[alt=""],
img:not([alt]) {
  border: 5px dashed #c00;
} */

.image-stack .image-row {
  margin: 0px 1rem;
}

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

.image-row img {
  display: inline;
}

@media (max-width: 960px) {

  .section-header .header .right .btn.user {
    display: none;
  }

  #header-menu-left-spacer {
    display: none;
  }
}

.email-signup-area {
  margin: 0 1rem;
}

@media (min-width: 961px) {
  .section-header .header .right {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    flex: 0 0 100px;
  }


  .section-header .header .left {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex: 1 1 auto;
  }

  .section-header .header .left#header-menu-left-spacer {
    flex: 0 0 100px;
  }
}

.section-header .header .side-nav-section .extra>*:first-child:before {
  padding-left: 1rem;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}