body {
  font-family: Montserrat, sans-serif;
  color: #66676b;
  font-size: 18px;
  line-height: 170%;
}

h1 {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #34363b;
  font-size: 46px;
  line-height: 95%;
  font-weight: 800;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 1em;
  color: #34363b;
  font-size: 28px;
  line-height: 120%;
  font-weight: 800;
}

h3 {
  margin-top: 0px;
  margin-bottom: 1em;
  color: #34363b;
  font-size: 20px;
  line-height: 130%;
  font-weight: 700;
  letter-spacing: -0.2px;
}

h4 {
  margin-top: 0px;
  margin-bottom: 1em;
  color: #34363b;
  font-size: 18px;
  line-height: 130%;
  font-weight: 700;
  letter-spacing: -0.3px;
}

h5 {
  margin-top: 0px;
  margin-bottom: 1em;
  color: #34363b;
  font-size: 16px;
  line-height: 120%;
  font-weight: 700;
  letter-spacing: -0.3px;
}

p {
  margin-bottom: 1.6em;
}

a {
  color: #0054a4;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 1.6em;
  padding-left: 40px;
}

li {
  position: relative;
  margin-bottom: 0.8em;
}

label {
  display: block;
  margin-bottom: 5px;
  color: #34363b;
  font-weight: 700;
}

.button {
  display: inline-block;
  margin-bottom: 15px;
  padding: 14px 22px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
  background-color: #0054a4;
  box-shadow: 0 0 0 0 transparent;
  -webkit-transition: box-shadow 250ms ease, background-color 250ms ease;
  transition: box-shadow 250ms ease, background-color 250ms ease;
  color: #fff;
  font-size: 17px;
  line-height: 130%;
  font-weight: 500;
  text-align: center;
}

.button:hover {
  background-color: #005cb3;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.button:active {
  background-color: #00478b;
  box-shadow: 0 0 0 0 transparent;
}

.button.shop-condition-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 2px solid #fff;
  background-color: transparent;
  text-align: center;
}

.button.shop-condition-button:hover {
  background-color: hsla(0, 0%, 100%, 0.15);
}

.button.transparent-white {
  padding: 12px 20px;
  border: 2px solid #fff;
  background-color: transparent;
}

.button.transparent-white:hover {
  background-color: hsla(0, 0%, 100%, 0.15);
}

.button.transparent-white:active {
  background-color: rgba(0, 0, 0, 0.1);
}

.button.red {
  background-color: #c4132a;
}

.button.red:hover {
  background-color: #d2142d;
}

.button.red:active {
  background-color: #ad1125;
}

.button.icon {
  margin-right: 15px;
}

.button.transparent {
  padding: 12px 20px;
  border-style: solid;
  border-width: 2px;
  background-color: transparent;
  color: #0054a4;
}

.button.transparent:active {
  background-color: rgba(0, 0, 0, 0.1);
}

.button.transparent.red {
  background-color: transparent;
  color: #c4132a;
}

.button.transparent.red:active {
  background-color: rgba(0, 0, 0, 0.1);
}

.button.white {
  background-color: #f0f2f3;
  color: #0054a4;
}

.button.white:hover {
  background-color: #fff;
}

.button.white:active {
  background-color: #e2e6e8;
}

.button.white.red-text {
  color: #c4132a;
}

.button.pet-icon {
  width: 120px;
  height: 120px;
  padding: 76px 10px 0px;
  background-image: url('../images/HP_BrandPage_SpeciesIcon_Dog_1HP_BrandPage_SpeciesIcon_Dog.png');
  background-position: 50% 15px;
  background-size: auto 55px;
  background-repeat: no-repeat;
  font-size: 14px;
  line-height: 115%;
  font-weight: 700;
  text-transform: uppercase;
}

.button.pet-icon.cat {
  background-image: url('../images/HP_BrandPage_SpeciesIcon_Cat_1HP_BrandPage_SpeciesIcon_Cat.png');
}

.button.add-right-margin {
  margin-right: 15px;
}

.button.pagination {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  margin-bottom: 0px;
  margin-left: 5px;
  padding: 0px;
  border-radius: 50%;
  font-family: 'font_awesome_5_freesolid', sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.button.full-width {
  display: block;
  width: 100%;
}

.button.transparent {
  padding: 12px 20px;
  border-style: solid;
  border-width: 2px;
  background-color: transparent;
  color: #0054a4;
}

.button.transparent:active {
  background-color: rgba(0, 0, 0, 0.1);
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.container.hero-content {
  position: relative;
  z-index: 4;
}

.container.wide {
  max-width: 1410px;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
  clear: both;
}

.row.flex-callouts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row.flex-callouts.no-bottom-margin {
  margin-bottom: 0px;
}

.row.review-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row.footer-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.row.nest-fix {
  margin-right: -15px;
  margin-left: -15px;
}

.row.overlap-horizon-pull-up.z-index-fix {
  position: relative;
  z-index: 3;
}

.col {
  padding-right: 15px;
  padding-left: 15px;
}

.col.flex-callout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.col.toc-hero-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col.footer-col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.col.footer-region-link-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.col.nest-fix {
  padding-right: 15px;
  padding-left: 15px;
}

.col.vip-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-panel {
  position: relative;
  padding: 50px 60px 150px;
  background-color: #0054a4;
  color: #fff;
}

.hero-panel.ve-cat {
  min-height: 590px;
  background-image: url('../images/HP_BrandPage_VE_HeroBackground_Cat.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-panel.sd-dog {
  background-image: url('../images/HP_BrandPage_SD_HeroBackground.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-panel.sd-cat {
  background-image: url('../images/HP_BrandPage_SD_HeroBackground_Cat.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-panel.pd-cat {
  background-image: url('../images/HP_BrandPage_PD_HeroBackground_Cat.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-panel.pd-dog {
  min-height: 590px;
  background-image: url('../images/HP_BrandPage_PD_HeroBackground_Dog.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-panel.ve-dog {
  min-height: 590px;
  background-image: url('../images/HP_BrandPage_VE_HeroBackground.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-panel.gradient-bg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#003672), color-stop(75%, #0054a4));
  background-image: linear-gradient(180deg, #003672, #0054a4 75%);
}

.hero-panel.about-us-recycling {
  background-image: url('../images/12023_AboutUs_Recycling_Hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-panel.wireframe {
  background-color: #96979b;
}

.hero-panel.about-us-responsibly-made {
  background-image: url('../images/12023_AboutUs_ResponsiblyMade_Hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.content-panel {
  padding: 60px;
}

.content-panel.panel-below-horizon {
  padding-top: 20px;
}

.content-panel.blue-gradient {
  background-color: #0054a4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#003672), to(#0054a4));
  background-image: linear-gradient(180deg, #003672, #0054a4);
  color: #fff;
}

.content-panel.blue-gradient.find-a-product {
  padding-bottom: 240px;
  background-image: url('../images/HP_BrandPage_BottomWhiteHorizon.png'), -webkit-gradient(linear, left top, left bottom, from(#003672), to(#0054a4));
  background-image: url('../images/HP_BrandPage_BottomWhiteHorizon.png'), linear-gradient(180deg, #003672, #0054a4);
  background-position: 0% 100%, 0px 0px;
  background-size: 100% 150px, auto;
  background-repeat: no-repeat, repeat;
}

.content-panel.blue-gradient.bottom-horizon {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), -webkit-gradient(linear, left top, left bottom, from(#003672), to(#0054a4));
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(180deg, #003672, #0054a4);
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.content-panel.white-to-gray-gradient {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f2f3));
  background-image: linear-gradient(180deg, #fff, #f0f2f3);
}

.content-panel.red-gradient {
  background-color: #c4132a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a61024), to(#c4132a));
  background-image: linear-gradient(180deg, #a61024, #c4132a);
  color: #fff;
}

.content-panel.red-gradient.red-find-a-product {
  padding-bottom: 240px;
  background-color: #c4132a;
  background-image: url('../images/HP_BrandPage_BottomWhiteHorizon.png'), -webkit-gradient(linear, left top, left bottom, from(#a61024), to(#c4132a));
  background-image: url('../images/HP_BrandPage_BottomWhiteHorizon.png'), linear-gradient(180deg, #a61024, #c4132a);
  background-position: 0% 100%, 0px 0px;
  background-size: 100% 150px, auto;
  background-repeat: no-repeat, repeat;
}

.content-panel.bottom-horizon {
  padding-bottom: 150px;
  background-image: url('../images/HP_BrandPage_BottomWhiteHorizon.png');
  background-position: 0% 100%;
  background-size: 100% 150px;
  background-repeat: no-repeat;
}

.content-panel.bottom-horizon.horizon-is-overlapped {
  padding-bottom: 250px;
}

.content-panel.bottom-horizon.extra-padding-above-horizon {
  padding-bottom: 250px;
}

.content-panel.bottom-horizon.testimonial-hero {
  background-image: url('https://image.info.hillspetnutrition.com/lib/fe3e157075640675751270/m/4/df3795ad-a54a-4261-bd01-a7246e2cb88f.png'), -webkit-gradient(linear, left top, left bottom, from(#003672), to(#0054a4));
  background-image: url('https://image.info.hillspetnutrition.com/lib/fe3e157075640675751270/m/4/df3795ad-a54a-4261-bd01-a7246e2cb88f.png'), linear-gradient(180deg, #003672, #0054a4);
  background-position: 0% 100%, 0px 0px;
  background-size: 100% 150px, auto;
  background-repeat: no-repeat, repeat;
}

.content-panel.panel-below-horizon {
  padding-top: 20px;
}

.content-panel.blue-gradient {
  background-color: #0054a4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#003672), to(#0054a4));
  background-image: linear-gradient(180deg, #003672, #0054a4);
}

.content-panel.white-to-gray {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f2f3));
  background-image: linear-gradient(180deg, #fff, #f0f2f3);
}

.content-panel.blue-gradient {
  background-color: #0054a4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#003672), to(#0054a4));
  background-image: linear-gradient(180deg, #003672, #0054a4);
  color: #fff;
}

.hero-horizon {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 2;
  width: 100%;
  height: 150px;
}

.text-white {
  color: #fff;
}

.text-white.underline {
  text-decoration: underline;
}

.product-benefits {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-benefit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 10px;
  padding-bottom: 15px;
  padding-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #34363b;
  font-size: 0.77em;
  line-height: 130%;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.text-center {
  text-align: center;
}

.ve-benefit-gray-details {
  display: block;
  color: #66676b;
  font-weight: 400;
  text-transform: none;
}

.product-benefit-icon {
  display: block;
  max-width: 40px;
  margin-right: 8px;
}

.product-benefit-icon.large {
  max-width: 60px;
}

.chevron-hero-logo {
  width: 100%;
  max-width: 200px;
  margin-top: -10px;
  margin-bottom: 15px;
  margin-left: -10px;
}

.color-tab-packshot {
  display: block;
  width: 100%;
}

.shop-condition-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.shop-condition {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 20%;
  padding-right: 15px;
  padding-bottom: 5px;
  padding-left: 15px;
}

.font-awesome {
  font-family: 'font_awesome_5_freesolid', sans-serif;
}

.font-awesome.button-caret {
  position: relative;
  top: -2px;
  display: inline-block;
  padding-left: 5px;
  font-size: 0.45em;
  line-height: 100%;
}

.shop-all-link {
  display: inline-block;
  margin-bottom: 30px;
  padding: 10px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  line-height: 170%;
  font-weight: 700;
  text-transform: uppercase;
}

.footer {
  background-color: #0054a4;
  color: #fff;
  font-size: 14px;
  line-height: 170%;
}

.footer.red {
  background-color: #c4132a;
}

.flex-callout-paragraph {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  line-height: 170%;
}

.h1-small-text {
  display: block;
  font-size: 0.6em;
  line-height: 100%;
  letter-spacing: 0px;
}

.color-tabs {
  border-top: 10px solid #0054a4;
  background-color: #fff;
  box-shadow: 0 10px 30px 0 rgba(68, 70, 75, 0.1);
}

.color-tabs.red {
  border-top-color: #c4132a;
}

.color-tab {
  padding: 17px 30px 14px;
  border-bottom: 3px solid transparent;
  background-color: rgba(0, 84, 164, 0);
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  color: #66676b;
  font-size: 14px;
  line-height: 120%;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.color-tab:hover {
  background-color: rgba(0, 84, 164, 0.1);
  text-decoration: none;
}

.color-tab.w--current {
  border-bottom-color: #0054a4;
  background-color: transparent;
  color: #0054a4;
}

.color-tab.red:hover {
  background-color: #f0f2f3;
}

.color-tab.red.w--current {
  border-bottom-color: #c4132a;
  color: #c4132a;
}

.color-tab-pane {
  padding: 40px;
  font-size: 16px;
  line-height: 170%;
}

.color-tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #e0e2e3;
  background-color: transparent;
}

.review-panel {
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.15);
  font-size: 16px;
  line-height: 170%;
  text-align: left;
}

.review-stars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 14px;
  line-height: 24px;
}

.review-title {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #fff;
}

.review-text {
  margin-bottom: 8px;
}

.review-author {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 171%;
  font-style: italic;
}

.review-star {
  margin-right: 3px;
  font-family: 'font_awesome_5_freesolid', sans-serif;
  color: #eb9000;
  font-size: 21px;
}

.hero-foreground {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
}

.hero-foreground.ve-cat {
  background-image: url('../images/HP_BrandPage_VE_HeroForeground_Cat.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-foreground.sd-dog {
  background-image: url('../images/HP_BrandPage_SD_HeroForeground.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-foreground.sd-cat {
  background-image: url('../images/HP_BrandPage_SD_HeroForeground_Cat.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-foreground.ve-dog {
  background-image: url('../images/HP_BrandPage_VE_HeroForeground.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hidden-slide-nav {
  opacity: 0;
}

.species-selector-slider {
  height: auto;
  min-width: 0px;
  background-color: transparent;
}

.review-rotator {
  height: auto;
  background-color: transparent;
}

.hidden {
  display: none;
}

.inline-on-mobile {
  display: block;
}

.no-bottom-margin {
  margin-bottom: 0em;
}

.toc-logo {
  max-width: 85px;
  margin-right: 25px;
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.nav-logo {
  display: block;
  overflow: hidden;
  width: 60px;
  height: 60px;
  float: none;
}

.nav-menu {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 0px;
  line-height: 0%;
  text-align: center;
  white-space: nowrap;
}

.utility-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-item {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px 20px 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-top: 4px solid rgba(0, 84, 164, 0);
  -webkit-transition: border-color 250ms ease, color 250ms ease;
  transition: border-color 250ms ease, color 250ms ease;
  color: #34363b;
  font-size: 16px;
  line-height: 115%;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
  cursor: pointer;
}

.nav-item:hover {
  border-top-color: #0054a4;
  color: #0054a4;
  text-decoration: none;
}

.nav-item.w--open {
  border-top-color: #0054a4;
  color: #0054a4;
}

.search-input {
  position: relative;
  z-index: 1;
  width: 220px;
  height: 36px;
  margin-bottom: 0px;
  padding: 8px 36px 8px 12px;
  border: 1px solid #e8eaeb;
  border-radius: 5px;
  background-color: #e8eaeb;
  -webkit-transition: border-color 250ms ease, background-color 250ms ease;
  transition: border-color 250ms ease, background-color 250ms ease;
  color: #66676b;
  font-size: 14px;
  line-height: 28px;
}

.search-input:focus {
  border-color: #6497ca;
  background-color: #fff;
}

.search-form-block {
  position: relative;
  margin-bottom: 0px;
  padding-left: 10px;
}

.utility-nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 5px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 15px;
  font-weight: 500;
  white-space: nowrap;
}

.utility-nav-link {
  display: block;
  min-width: 90px;
  padding: 10px;
  color: #66676b;
  text-align: center;
  text-transform: uppercase;
  white-space: pre-line;
}

.utility-nav-link.last {
  margin-right: 0px;
}

.nav-dropdown-menu.w--open {
  position: absolute;
  left: 0px;
  top: 80px;
  width: 100vw;
  padding: 15px 30px 30px;
  background-color: #fff;
  box-shadow: 0 150px 150px 0 rgba(0, 0, 0, 0.4);
  font-size: 16px;
  line-height: 170%;
}

.nav-dropdown-item {
  position: static;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nav-logo-wrapper {
  padding-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.search-btn {
  position: absolute;
  left: auto;
  top: 0px;
  right: 0%;
  bottom: auto;
  z-index: 2;
  display: block;
  width: 38px;
  height: 36px;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: 'font_awesome_5_freesolid', sans-serif;
  color: #66676b;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
}

.search-btn:hover {
  color: #34363b;
  text-decoration: none;
}

.subnav-link {
  display: block;
  margin-bottom: 4px;
  padding-top: 8px;
  padding-bottom: 3px;
  border-bottom: 2px solid rgba(0, 84, 164, 0);
  -webkit-transition: border-color 250ms ease;
  transition: border-color 250ms ease;
}

.subnav-link:hover {
  border-bottom-color: rgba(0, 84, 164, 0.3);
  text-decoration: none;
}

.subnav-link-group-heading {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #34363b;
  font-size: 14px;
  line-height: 130%;
  font-weight: 500;
  text-transform: uppercase;
}

.subnav-link-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 16px;
  line-height: 130%;
}

.subnav-browse-heading {
  margin-bottom: 8px;
  color: #34363b;
  font-size: 1em;
  line-height: 120%;
  font-weight: 700;
  text-transform: uppercase;
}

.subnav-browse-heading.top-padding {
  padding-top: 15px;
}

.mobile-utility-nav {
  display: none;
}

.no-top-padding {
  padding-top: 0px;
}

.footer-browse-heading {
  margin-bottom: 15px;
  color: #fff;
  font-size: 1em;
  line-height: 120%;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-link-group {
  margin-bottom: 15px;
  font-size: 1em;
  line-height: 130%;
}

.footer-link {
  display: block;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #fff;
}

.footer-link-group-heading {
  padding-top: 4px;
  padding-bottom: 4px;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 0.88em;
  line-height: 130%;
  font-weight: 600;
  text-transform: uppercase;
}

.footer-logo {
  display: block;
  width: 100%;
  max-width: 70px;
  margin-right: auto;
  margin-left: auto;
}

.footer-social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer-social-link {
  display: block;
  width: 40px;
  height: 40px;
  margin-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: hsla(0, 0%, 100%, 0);
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  font-family: 'font_awesome_5_brandsregular', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
}

.footer-social-link:hover {
  background-color: hsla(0, 0%, 100%, 0.15);
  text-decoration: none;
}

.footer-content {
  padding: 60px 60px 30px;
}

.footer-logo-social {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.3);
  text-align: center;
}

.footer-region-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 20px;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  color: #fff;
  line-height: 40px;
}

.footer-region-link:hover {
  background-color: hsla(0, 0%, 100%, 0.15);
  text-decoration: none;
}

.footer-region-icon {
  padding-right: 8px;
  font-family: 'font_awesome_5_freesolid', sans-serif;
  font-size: 20px;
  line-height: 40px;
}

.footer-utility {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}

.footer-utility-link {
  margin-bottom: 15px;
  padding-right: 12px;
  padding-left: 12px;
  border-left: 1px solid hsla(0, 0%, 100%, 0.3);
  color: #fff;
}

.footer-utility-link.first {
  border-left-style: none;
}

.footer-copyright {
  width: 100%;
  padding-top: 10px;
  font-size: 0.88em;
  line-height: 170%;
}

.italic-details {
  display: block;
  padding-bottom: 5px;
  color: #66676b;
  font-size: 0.88em;
  line-height: 150%;
  font-style: italic;
  font-weight: 400;
}

.nest-fix.col {
  padding-right: 15px;
  padding-left: 15px;
}

.review-count {
  padding-left: 5px;
}

.no-break {
  white-space: nowrap;
}

.caret-right {
  padding-left: 4px;
  font-family: 'font_awesome_5_freesolid', sans-serif;
}

.half-margin {
  margin-bottom: 0.8em;
}

.hero-logo {
  display: block;
  width: 100%;
  max-width: 100px;
  margin-bottom: 20px;
}

.hero-logo.centered {
  margin-right: auto;
  margin-left: auto;
}

.hero-logo.vip-market-logo {
  max-width: 90px;
  margin: -5px 20px 0px -5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.has-shadow {
  text-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
}

.checkbox {
  width: 25px;
  height: 25px;
  margin-top: 2px;
  margin-left: -35px;
  border-width: 2px;
  border-color: #d4d6d7;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f6f7), color-stop(50%, #fff));
  background-image: linear-gradient(180deg, #f4f6f7, #fff 50%);
}

.checkbox.w--redirected-checked {
  border-style: none;
  background-color: #0054a4;
  background-size: 16px 16px;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.form-block {
  margin-bottom: 0em;
  text-align: left;
}

.form-block.has-margin {
  margin-bottom: 30px;
}

.form-block.text-center {
  text-align: center;
}

.input-group {
  margin-bottom: 1.6em;
}

.input-group.no-bottom-margin {
  margin-bottom: 0em;
}

.check-radio-field {
  margin-bottom: 10px;
  padding-left: 35px;
}

.check-radio-field.no-bottom-margin {
  margin-bottom: 0px;
}

.check-radio-field.inline {
  display: inline-block;
  margin-right: 20px;
}

.input {
  height: auto;
  min-height: 44px;
  margin-bottom: 10px;
  padding: 5px 15px;
  border: 2px solid #d0d2d3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f6f7), color-stop(50%, #fff));
  background-image: linear-gradient(180deg, #f4f6f7, #fff 50%);
  -webkit-transition: border-color 250ms ease;
  transition: border-color 250ms ease;
  color: #66676b;
  font-size: 16px;
  line-height: 170%;
}

.input:focus {
  border-color: #6497ca;
  background-image: none;
}

.input.select {
  height: 44px;
}

.input.no-bottom-margin {
  margin-bottom: 0px;
}

.input.textarea {
  min-height: 150px;
}

.input.inline-block {
  display: inline-block;
  width: auto;
}

.input.disabled {
  background-color: #f0f2f3;
  background-image: none;
}

.check-radio-label {
  margin-bottom: 0px;
  color: #66676b;
}

.radio-button {
  width: 25px;
  height: 25px;
  margin-top: 2px;
  margin-left: -35px;
  border-width: 2px;
  border-color: #d4d6d7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f6f7), color-stop(50%, #fff));
  background-image: linear-gradient(180deg, #f4f6f7, #fff 50%);
}

.radio-button.w--redirected-checked {
  border-width: 2px;
  border-color: #d4d6d7;
  background-image: url('../images/selected-radio-button_1selected-radio-button.png');
  background-position: 50% 50%;
  background-size: 15px 15px;
  background-repeat: no-repeat;
}

.radio-button.w--redirected-focus {
  box-shadow: none;
}

.gray-callout {
  margin-bottom: 1.6em;
  padding: 30px;
  background-color: #f0f2f3;
}

.gray-callout.no-bottom-margin {
  margin-bottom: 0em;
}

.segmentation-options {
  margin-top: 30px;
  padding-top: 25px;
  border-top: 1px solid #d0d2d3;
}

.dynamic-form {
  margin-top: 30px;
  padding-top: 25px;
  border-top: 1px solid #d0d2d3;
}

.dynamic-form.hide-on-load {
  position: relative;
}

.flex-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-label-link {
  display: block;
  font-size: 0.88em;
  line-height: 150%;
}

.dark-gray {
  color: #34363b;
}

.color-red {
  color: #ed1b34;
}

.divider {
  height: 2px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: rgba(0, 0, 0, 0.1);
  line-height: 0%;
}

.divider.white {
  background-color: hsla(0, 0%, 100%, 0.15);
}

.modal-container {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1000;
  display: block;
  overflow: scroll;
  width: 100%;
  height: 100%;
  padding: 40px 60px;
  background-color: rgba(102, 103, 107, 0.5);
}

.modal-container.hide-on-load {
  display: none;
}

.modal-window {
  position: relative;
  width: 100%;
  max-width: 970px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px;
  background-color: #fff;
  background-image: url('../images/modal-stripe.jpg');
  background-position: 0% 0%;
  background-size: auto 10px;
  background-repeat: no-repeat;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.15);
  font-size: 16px;
  line-height: 170%;
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 0px;
  width: 44px;
  height: 44px;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: 'font_awesome_5_freesolid', sans-serif;
  color: #86878b;
  font-size: 20px;
  line-height: 44px;
  text-align: center;
  cursor: pointer;
}

.modal-close:hover {
  color: #66676b;
}

.code-location-graphic {
  display: block;
  width: 100%;
  max-width: 250px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
}

.submission-confirmation {
  color: #28a745;
  font-size: 18px;
  line-height: 170%;
  font-weight: 700;
}

.submission-confirmation-check {
  display: block;
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
  border: 3px solid #28a745;
  border-radius: 50%;
  font-family: 'font_awesome_5_freesolid', sans-serif;
  color: #28a745;
  font-size: 26px;
  line-height: 54px;
  text-align: center;
}

.inline-image {
  margin-bottom: 30px;
}

.inline-image.rounded-corners {
  border-radius: 5px;
}

.inline-icon {
  margin-bottom: 20px;
}

.callout-panel {
  width: 100%;
  margin-bottom: 30px;
  padding: 40px;
  background-color: #fff;
}

.callout-panel.rounded-corners {
  border-radius: 5px;
}

.callout-panel.rounded-corners.background-dark-blue.text-white {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#003672), to(#0054a4));
  background-image: linear-gradient(180deg, #003672, #0054a4);
}

.callout-panel.no-bottom-margin {
  margin-bottom: 0px;
}

.callout-panel.top-border {
  border-top: 10px solid #0054a4;
  background-color: #fff;
  box-shadow: 0 10px 30px 0 rgba(68, 70, 75, 0.1);
  color: #66676b;
}

.callout-panel.top-border.red-border {
  border-top-color: #c4132a;
}

.callout-panel.less-bottom-padding {
  padding-bottom: 10px;
}

.callout-panel.background-brand-blue {
  color: #fff;
}

.background-light-gray {
  background-color: #f0f2f3;
}

.background-brand-blue {
  background-color: #0054a4;
}

.background-dark-blue {
  background-color: #003672;
}

.background-red {
  background-color: #c4132a;
}

.background-dark-red {
  background-color: #a61024;
}

.background-dark-gray {
  background-color: #34363b;
}

.small-p {
  font-size: 16px;
  line-height: 170%;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex.ingredients-wrapper {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0px;
  line-height: 0%;
  text-align: center;
}

.flex-vertical-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordion {
  margin-bottom: 30px;
}

.accordion.no-bottom-margin {
  margin-bottom: 0px;
}

.accordion-title {
  position: relative;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d0d2d3;
  color: #0054a4;
  cursor: pointer;
}

.accordion-title:hover {
  text-decoration: underline;
}

.accordion-arrow {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  font-family: 'font_awesome_5_freesolid', sans-serif;
  color: #c0c2c3;
  line-height: 18px;
  text-align: center;
}

.accordion-content-inner {
  padding: 20px 20px 40px;
}

.accordion-content {
  overflow: hidden;
  border-bottom: 1px solid #d0d2d3;
}

.overlap-horizon-pull-up {
  margin-top: -210px;
}

.add-bottom-margin {
  margin-bottom: 30px;
}

.fpo-anchor-icon {
  display: block;
  width: 80px;
  height: 80px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  border-radius: 50%;
  background-color: #96979b;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 16px;
  line-height: 80px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.fpo-circle-number {
  width: 70px;
  height: 70px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  border: 3px solid #96979b;
  border-radius: 50%;
  color: #96979b;
  font-size: 30px;
  line-height: 64px;
  font-weight: 600;
}

.fpo-inline-icon {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  border-radius: 50%;
  background-color: #96979b;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 16px;
  line-height: 80px;
  font-weight: 700;
  text-align: center;
}

.fpo-inline-image {
  position: relative;
  width: 100%;
  height: 0px;
  margin-bottom: 30px;
  padding-top: 56%;
  background-color: #96979b;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 16px;
  line-height: 120%;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  background-clip: border-box;
}

.fpo-inline-image.no-bottom-margin {
  margin-bottom: 0px;
}

.fpo-inline-image.wide-image {
  padding-top: 28%;
}

.fpo-inline-image-text {
  position: absolute;
  left: 20px;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.stat-rotator-slide {
  padding-right: 100px;
  padding-left: 100px;
  font-size: 22px;
  text-align: center;
}

.stat-rotator {
  height: auto;
  margin-bottom: 30px;
  background-color: transparent;
}

.legal-text {
  opacity: 0.8;
  font-size: 0.77em;
  line-height: 170%;
}

.text-dark-gray {
  color: #34363b;
}

.location-or-bubble {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-top: 22px;
  margin-bottom: 10px;
  border-radius: 50%;
  background-color: #6497ca;
  color: #fff;
  font-size: 18px;
  line-height: 60px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.location-table {
  margin-bottom: 20px;
}

.location-row {
  display: block;
  padding: 10px 15px;
}

.location-row.alt {
  background-color: #f0f2f3;
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination-total {
  padding-right: 10px;
  padding-left: 10px;
}

.terms-of-service {
  overflow: scroll;
  height: 150px;
  margin-bottom: 16px;
  padding: 20px 30px;
  border: 2px solid #d0d2d3;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sup {
  position: relative;
  top: -0.5em;
  font-size: 0.6em;
  line-height: 0%;
}

.color-sky-blue {
  color: #08aeed;
}

.anchor-nav {
  position: relative;
  z-index: 100;
  padding-right: 45px;
  padding-left: 45px;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.anchor-nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.anchor-nav-item {
  position: relative;
  display: block;
  padding: 30px 15px;
  opacity: 0.8;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
  font-size: 16px;
  line-height: 130%;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.anchor-nav-item:hover {
  opacity: 1;
  text-decoration: none;
}

.anchor-nav-icon {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 15px;
  opacity: 0;
  font-family: 'font_awesome_5_freesolid', sans-serif;
  line-height: 35px;
}

.anchor-nav-break-line {
  display: block;
}

.inline-label {
  display: inline-block;
  padding-right: 15px;
}

.large-headline {
  font-size: 55px;
  line-height: 90%;
  text-transform: uppercase;
}

.timeline-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e0e2e3;
}

.timeline-section {
  padding: 100px 60px;
}

.timeline-section.background-dark-gray {
  color: #fff;
}

.small-prehead {
  margin-bottom: 2px;
  opacity: 0.65;
  color: #34363b;
  font-size: 24px;
  line-height: 120%;
  font-weight: 700;
  text-transform: uppercase;
}

.small-prehead.add-bottom-margin {
  margin-bottom: 20px;
}

.small-prehead.text-white {
  color: #fff;
}

.large-h2 {
  margin-bottom: 30px;
  font-size: 46px;
  line-height: 100%;
  text-transform: uppercase;
}

.large-h2.no-bottom-margin {
  margin-bottom: 0em;
}

.simple-slider {
  height: auto;
  margin-right: -60px;
  margin-bottom: 30px;
  margin-left: -60px;
  padding-right: 60px;
  padding-left: 60px;
  background-color: transparent;
}

.simple-slider.no-bottom-margin {
  margin-bottom: 0px;
}

.simple-slider-nav-dots {
  position: static;
  height: 32px;
  padding-top: 20px;
  opacity: 0.4;
  font-size: 12px;
  line-height: 100%;
}

.simple-slider-arrow {
  width: 60px;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  color: #c0c2c3;
  font-size: 24px;
}

.simple-slider-arrow:hover {
  color: #a0a2a3;
}

.simple-slider-arrow-icon {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  width: auto;
  height: 60px;
  margin-top: -46px;
  font-family: 'font_awesome_5_freesolid', sans-serif;
  line-height: 60px;
}

.timeline-section-split-image {
  position: relative;
  width: 50%;
  background-color: #96979b;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 16px;
  line-height: 120%;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.timeline-section-split-image.boy-with-dog {
  background-image: url('../images/DONATION_4.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.split-content-panel-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 100px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.split-content-panel-copy.background-brand-gray {
  background-color: #66676b;
  color: #fff;
}

.split-content-panel-copy.background-dark-blue {
  color: #fff;
}

.split-content-panel-copy.background-brand-blue {
  color: #fff;
}

.split-content-panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 600px;
}

.timeline-anchor-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 2;
  width: 100px;
  height: 100vh;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-right: 1px solid #e0e2e3;
  background-color: #fff;
}

.timeline-content {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.timeline-anchor-nav-link {
  position: relative;
  z-index: 2;
  display: block;
  height: 44px;
  margin-bottom: 20px;
  color: #86878b;
  font-size: 14px;
  line-height: 44px;
  font-weight: 600;
  text-align: center;
}

.timeline-anchor-nav-link.w--current {
  border-left-color: #34363b;
  color: #34363b;
  font-size: 18px;
  font-weight: 800;
}

.hero {
  position: relative;
  padding: 50px 60px 150px;
  background-color: #0054a4;
  color: #fff;
  line-height: 120%;
  font-weight: 500;
}

.hero.no-horizon {
  padding-bottom: 50px;
}

.hero.no-horizon.about-us-taste {
  background-image: url('../images/HEADER_IMAGE_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero.no-horizon.shelter-portal {
  background-image: url('../images/Artboard-1_header_CAT3.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ingredient {
  padding-right: 15px;
  padding-left: 15px;
}

.inline-anchor-caret {
  padding-left: 4px;
  font-family: 'font_awesome_5_freesolid', sans-serif;
}

.inline-anchor-icon {
  display: block;
  width: 80px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  border-radius: 0px;
}

.inline-anchor {
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 130%;
  font-weight: 700;
  text-align: center;
}

.hero-panel-2 {
  position: relative;
  padding: 50px 60px 150px;
  background-color: #0054a4;
  background-image: url('../images/Header_Image_2_123.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.cross-fading-rotator {
  height: auto;
  background-color: transparent;
}

.cross-fading-rotator.full-height {
  height: 100%;
}

.skylar-before {
  background-image: url('../images/BEFORE_4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.skylar-after {
  background-image: url('../images/AFTER_4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.checkmark-list {
  padding-left: 25px;
  list-style-type: none;
}

.checkmark {
  position: absolute;
  left: -24px;
  top: 0px;
  right: auto;
  bottom: auto;
  font-family: 'font_awesome_5_freesolid', sans-serif;
  color: #6497ca;
}

.text-span-4 {
  color: #66676b;
}

.testimonial-grid {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  column-gap: 30px;
}

.testimonial-toggle-button {
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(30%, #f0f2f3));
  background-image: linear-gradient(180deg, transparent, #f0f2f3 30%);
  font-size: 14px;
  line-height: 60px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.toggle-button-icon {
  margin-right: 5px;
  font-family: 'font_awesome_5_freesolid', sans-serif;
}

.overlapping-hero-logo {
  text-align: center;
}

.testimonial-content {
  overflow: hidden;
}

.testimonial-h2 {
  margin-bottom: 3px;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
}

.testimonial-pet-name {
  font-size: 13px;
  line-height: 170%;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1.5px;
}

.testimonial {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  margin-bottom: 30px;
  padding-top: 40px;
  padding-right: 40px;
  padding-left: 40px;
  background-color: #fff;
  box-shadow: 0 10px 30px 0 rgba(68, 70, 75, 0.08);
  font-size: 14px;
  line-height: 170%;
}

.testimonial-toggle-button-2 {
  display: block;
  font-size: 14px;
  line-height: 60px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.inline-testimonial-image {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  box-shadow: 0 10px 30px 0 rgba(68, 70, 75, 0.08);
}

.hero-icon {
  margin-bottom: 20px;
}

.text-span-5 {
  font-family: 'font_awesome_5_brandsregular', sans-serif;
  font-weight: 400;
}

.inline-anchor-open-quote {
  padding-left: 4px;
  font-family: 'font_awesome_5_freesolid', sans-serif;
  color: #0054a4;
}

.inline-anchor-closed-quote {
  padding-left: 4px;
  font-family: 'font_awesome_5_freesolid', sans-serif;
  color: #0054a4;
}

html.w-mod-js *[data-ix=fade-in-on-scroll] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

@media screen and (min-width: 1920px) {
  .hero-panel.pd-cat {
    background-position: 50% 25%;
  }

  .hero-panel.pd-dog {
    background-position: 50% 25%;
  }

  .hero.no-horizon.about-us-taste {
    background-position: 50% 50%;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
    line-height: 170%;
  }

  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 25px;
  }

  .button {
    font-size: 16px;
  }

  .button.pet-icon {
    width: 110px;
    height: 110px;
    padding-top: 69px;
    background-position: 50% 13px;
    background-size: auto 50px;
    font-size: 13px;
    line-height: 115%;
  }

  .row.review-columns {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .row.footer-columns {
    display: none;
  }

  .hero-panel {
    padding: 40px 40px 13.4%;
  }

  .hero-panel.ve-cat {
    min-height: 0px;
  }

  .hero-panel.pd-dog {
    min-height: 0px;
  }

  .hero-panel.ve-dog {
    min-height: 0px;
  }

  .hide-on-tablet {
    display: none;
  }

  .content-panel {
    padding: 40px;
    background-image: none;
  }

  .content-panel.blue-gradient.find-a-product {
    padding-bottom: 160px;
    background-size: 100%, auto;
  }

  .content-panel.red-gradient.red-find-a-product {
    padding-bottom: 160px;
    background-size: 100%, auto;
  }

  .content-panel.bottom-horizon {
    padding-bottom: 13.4%;
    background-size: 100%;
  }

  .content-panel.bottom-horizon.horizon-is-overlapped {
    padding-bottom: 200px;
  }

  .content-panel.bottom-horizon.extra-padding-above-horizon {
    padding-bottom: 200px;
  }

  .content-panel.bottom-horizon.testimonial-hero.extra-padding-above-horizon {
    background-size: auto, auto;
  }

  .hero-horizon {
    height: auto;
  }

  .product-benefit-icon {
    margin-right: 8px;
    margin-bottom: 0px;
  }

  .product-benefit-icon.large {
    max-width: 50px;
  }

  .color-tab-packshot {
    max-width: 250px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: auto;
  }

  .shop-condition-grid {
    margin-right: -10px;
    margin-left: -10px;
  }

  .shop-condition {
    padding-right: 10px;
    padding-left: 10px;
  }

  .footer {
    font-size: 14px;
    line-height: 170%;
  }

  .color-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 20px 12px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .color-tab-pane {
    padding: 30px;
  }

  .review-panel {
    padding: 30px;
  }

  .nav {
    height: 60px;
    padding-right: 0px;
    padding-left: 10px;
  }

  .nav-logo {
    width: 46px;
    height: 46px;
    padding-left: 0px;
  }

  .nav-menu {
    position: absolute;
    z-index: 1;
    display: block;
    background-color: #fff;
  }

  .utility-nav {
    width: auto;
    max-width: none;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .nav-item {
    display: block;
    height: auto;
    padding-top: 15px;
    padding-right: 35px;
    padding-bottom: 15px;
    border-top-style: none;
    text-align: left;
    white-space: normal;
  }

  .search-input {
    height: 40px;
    padding-right: 40px;
    border-color: #f0f2f3;
    background-color: #f0f2f3;
  }

  .search-form-block {
    margin-top: 0px;
    padding-left: 0px;
  }

  .utility-nav-links {
    display: none;
    padding-right: 10px;
  }

  .utility-nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-right: 1px solid rgba(208, 210, 211, 0.7);
    color: #66676b;
    font-size: 12px;
    line-height: 100%;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
  }

  .utility-nav-link:hover {
    text-decoration: none;
  }

  .utility-nav-link.last {
    border-right-style: none;
  }

  .nav-dropdown-menu.w--open {
    position: relative;
    top: 0px;
    width: auto;
    padding: 9px 20px 15px;
    background-color: #f0f2f3;
    box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    font-size: 14px;
    line-height: 170%;
  }

  .nav-dropdown-item {
    display: block;
  }

  .nav-logo-wrapper {
    width: auto;
    padding-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .search-btn {
    width: 42px;
    height: 40px;
    line-height: 40px;
  }

  .subnav-link {
    margin-bottom: 4px;
    padding-top: 6px;
    padding-bottom: 6px;
    line-height: 140%;
    white-space: normal;
  }

  .subnav-link-group-heading {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 12px;
    line-height: 130%;
    white-space: normal;
  }

  .subnav-link-group {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 30px;
  }

  .subnav-browse-heading {
    margin-bottom: 8px;
    padding-top: 10px;
    white-space: normal;
  }

  .mobile-nav-btn {
    padding: 0px 20px;
    -webkit-transition: color 250ms ease, border-color 250ms ease;
    transition: color 250ms ease, border-color 250ms ease;
    text-align: center;
  }

  .mobile-nav-btn.w--open {
    z-index: 2;
    background-color: #fff;
    color: #0054a4;
  }

  .mobile-nav-btn-icon {
    position: relative;
    top: 50%;
    width: 28px;
    height: 4px;
    margin-top: -2px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 2px;
    background-color: #66676b;
    -webkit-transition: background-color 250ms ease;
    transition: background-color 250ms ease;
  }

  .mobile-utility-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #f0f2f3;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(90%, rgba(208, 210, 211, 0)), to(rgba(208, 210, 211, 0.5)));
    background-image: linear-gradient(180deg, rgba(208, 210, 211, 0) 90%, rgba(208, 210, 211, 0.5));
    font-size: 14px;
    line-height: 115%;
    text-align: left;
  }

  .footer-browse-heading {
    margin-bottom: 15px;
    padding-top: 10px;
    line-height: 120%;
    white-space: normal;
  }

  .footer-link-group {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 30px;
  }

  .footer-link {
    line-height: 150%;
    white-space: normal;
  }

  .footer-link-group-heading {
    font-size: 12px;
    line-height: 130%;
    white-space: normal;
  }

  .footer-content {
    padding: 40px;
  }

  .footer-logo-social {
    margin-top: 0px;
    padding-top: 0px;
    border-top-style: none;
  }

  .gray-callout {
    padding: 20px;
  }

  .modal-container {
    padding-right: 40px;
    padding-left: 40px;
  }

  .modal-window {
    padding: 50px 40px;
  }

  .submission-confirmation {
    font-size: 16px;
    line-height: 170%;
  }

  .callout-panel {
    padding: 30px;
  }

  .callout-panel.less-bottom-padding {
    padding-bottom: 5px;
  }

  .overlap-horizon-pull-up {
    margin-top: -180px;
  }

  .stat-rotator-slide {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 20px;
  }

  .terms-of-service {
    padding-right: 20px;
    padding-left: 20px;
  }

  .anchor-nav {
    padding-right: 25px;
    padding-left: 25px;
  }

  .anchor-nav-break-line {
    display: inline;
  }

  .large-headline {
    font-size: 46px;
  }

  .timeline-section {
    padding: 60px 40px;
  }

  .small-prehead {
    font-size: 20px;
  }

  .large-h2 {
    font-size: 30px;
  }

  .simple-slider {
    margin-right: -40px;
    margin-left: -40px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .simple-slider-arrow {
    width: 40px;
  }

  .simple-slider-arrow-icon {
    height: 40px;
    line-height: 40px;
  }

  .split-content-panel-copy {
    padding: 60px 40px;
  }

  .timeline-anchor-nav {
    width: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .timeline-anchor-nav-link {
    margin-bottom: 10px;
    border-left-width: 3px;
    font-size: 12px;
  }

  .timeline-anchor-nav-link.w--current {
    font-size: 14px;
  }

  .hero {
    padding: 40px 40px 13.4%;
  }

  .hero.no-horizon {
    padding-bottom: 40px;
  }

  .hero-panel-2 {
    padding: 40px 40px 13.4%;
  }

  .testimonial-grid {
    grid-row-gap: 30px;
  }

  .overlapping-hero-logo {
    padding-top: 30px;
  }

  .testimonial {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .row.flex-callouts {
    display: block;
  }

  .row.review-columns {
    display: block;
    text-align: center;
  }

  .col.flex-callout {
    display: block;
  }

  .col.footer-region-link-col {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-panel {
    padding: 20px 20px 55px;
  }

  .content-panel {
    padding: 40px 20px;
    background-image: none;
  }

  .content-panel.blue-gradient.find-a-product {
    padding-bottom: 120px;
    background-size: 100% 60px, auto;
  }

  .content-panel.red-gradient.red-find-a-product {
    padding-bottom: 120px;
    background-size: 100% 60px, auto;
  }

  .content-panel.bottom-horizon {
    padding-bottom: 50px;
    background-size: 100% 50px;
  }

  .content-panel.bottom-horizon.horizon-is-overlapped {
    padding-bottom: 130px;
  }

  .content-panel.bottom-horizon.extra-padding-above-horizon {
    padding-bottom: 130px;
  }

  .content-panel.bottom-horizon.testimonial-hero.extra-padding-above-horizon {
    background-size: 100% 50px, auto;
  }

  .hero-horizon {
    height: 55px;
  }

  .text-center.text-left-on-mobile {
    text-align: left;
  }

  .chevron-hero-logo {
    max-width: 130px;
    margin-top: -6px;
    margin-bottom: 10px;
    margin-left: -6px;
  }

  .color-tab-packshot {
    max-width: 200px;
  }

  .shop-condition {
    width: 33.33%;
  }

  .shop-all-link {
    margin-bottom: 20px;
  }

  .color-tab {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
  }

  .color-tab-pane {
    padding: 20px;
  }

  .review-panel {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

  .review-packshot {
    max-width: 200px;
    margin-bottom: 15px;
  }

  .review-stars {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .inline-on-mobile {
    display: inline;
  }

  .toc-logo {
    margin-right: 15px;
  }

  .mobile-nav-btn {
    font-size: 10px;
  }

  .footer-social-links {
    padding-top: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-social-link {
    margin-right: 2px;
    margin-left: 2px;
  }

  .footer-content {
    padding: 20px 20px 30px;
  }

  .footer-region-link {
    margin-bottom: 15px;
  }

  .footer-utility {
    padding-top: 20px;
  }

  .hero-logo {
    max-width: 80px;
  }

  .hero-logo.vip-market-logo {
    max-width: 80px;
    margin-top: -3px;
    margin-right: 15px;
    margin-left: -3px;
  }

  .flex-label {
    display: block;
  }

  .flex-label-link {
    margin-top: -5px;
    margin-bottom: 10px;
  }

  .modal-container {
    padding: 0px;
  }

  .modal-window {
    padding-right: 20px;
    padding-left: 20px;
  }

  .inline-image {
    margin-bottom: 25px;
  }

  .inline-icon {
    margin-bottom: 15px;
  }

  .callout-panel {
    padding-right: 20px;
    padding-left: 20px;
  }

  .callout-panel.less-bottom-padding {
    padding-bottom: 0px;
  }

  .flex {
    display: block;
  }

  .text-center-on-mobile {
    text-align: center;
  }

  .flex-vertical-center {
    display: block;
  }

  .overlap-horizon-pull-up {
    margin-top: -120px;
  }

  .add-bottom-margin {
    margin-bottom: 15px;
  }

  .fpo-anchor-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 60px;
  }

  .fpo-circle-number {
    width: 60px;
    height: 60px;
    font-size: 26px;
    line-height: 54px;
  }

  .fpo-inline-image {
    margin-bottom: 25px;
  }

  .location-or-bubble {
    width: 50px;
    height: 50px;
    margin-top: 0px;
    font-size: 16px;
    line-height: 50px;
  }

  .anchor-nav {
    padding: 15px 0px;
  }

  .anchor-nav-container {
    display: block;
  }

  .anchor-nav-item {
    padding: 12px 20px;
  }

  .anchor-nav-icon {
    display: none;
  }

  .large-headline {
    font-size: 28px;
  }

  .timeline-section {
    padding: 40px 20px;
  }

  .small-prehead {
    margin-bottom: 0px;
    font-size: 18px;
  }

  .large-h2 {
    margin-bottom: 1em;
    font-size: 25px;
  }

  .simple-slider {
    margin-right: -20px;
    margin-left: -20px;
  }

  .timeline-section-split-image {
    width: 100%;
    height: 220px;
  }

  .split-content-panel-copy {
    width: 100%;
    padding: 40px 20px;
  }

  .split-content-panel {
    display: block;
    min-height: 0px;
  }

  .timeline-anchor-nav {
    width: 44px;
  }

  .timeline-anchor-nav-link {
    margin-bottom: 0px;
    font-size: 10px;
  }

  .timeline-anchor-nav-link.w--current {
    font-size: 12px;
  }

  .hero {
    padding: 20px 20px 55px;
  }

  .hero.no-horizon {
    padding-bottom: 20px;
  }

  .hero.no-horizon.about-us-taste {
    background-position: 50% 50%;
  }

  .ingredient {
    display: inline-block;
    width: 50%;
  }

  .inline-anchor-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 60px;
  }

  .hero-panel-2 {
    padding: 20px 20px 55px;
  }

  .testimonial-grid {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .overlapping-hero-logo {
    padding-top: 20px;
  }

  .testimonial {
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .inline-testimonial-image {
    margin-bottom: 20px;
  }

  .hero-icon {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 479px) {
  .col.toc-hero-content {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .product-benefit {
    width: 100%;
  }

  .color-tab-packshot {
    margin-right: auto;
    margin-left: auto;
  }

  .shop-condition {
    width: 50%;
  }

  .utility-nav {
    padding-left: 10px;
  }

  .search-input {
    width: 100%;
  }

  .search-form-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .timeline-anchor-nav-link.w--current {
    font-size: 12px;
  }

  .hero.no-horizon.about-us-taste {
    background-position: 50% 50%;
    background-size: cover;
  }

  .hero.no-horizon.shelter-portal {
    background-position: 50% 50%;
    background-size: cover;
  }

  .hero-panel-2 {
    background-position: 50% 50%;
  }
}

@font-face {
  font-family: 'font_awesome_5_brandsregular';
  src: url(data:application/font-woff2;charset=utf-8;base64,d09GMgABAAAAAAV8ABAAAAAADGwAAAUhAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP0ZGVE0cGh4GYACCYghWCYRlEQgKaIEUCyQAATYCJANEBCAFiFgHgUMMLhtZC1GUME4dyI/D2Bn9QFTUakwNlcLKqR/CAZuv4HnK679zK5VOywPlS3kkxuROxEpNVLu9+ymlSALJOT+zsb9Lj+kisxnwOWhFbQe19GI92a564KW2ar8q/9Faqyc/mGSSDdY+VFojtP333X13ollSCZGQyIQmYlk004hqodMogc5D3OTFo1Rq8c3KKwUIwAcn7302wAeJ53wAHze+8R0C+IEkUAhCmKABBWg1Kecw0Wa6eQlk9/nmjbdMNwwK02A9wfZXM80xAhv+tUgBSyQPEAD93b4A2AQwCr47nwvDXPBAmnLgx41CE7C9dpo9tuHfVAoAgNSxvz+bT9dK7/kgjlAnLpB5QgpQmPx7WK/XYg4XLeV8wp/e4y0u9I+GdJC0q50dZF+H2NvhhpzhtCC3u8Htudglcp3jbmOuVJG7Pe5+z/Ei1SsyDghI6kbPgEPXpiLg+nS4Sl2tSg/9QOkNklSWHkGEfuAvjaCke8i1stoIhqynE8oHnEW5RtDieBLLdtf9M/dqLGPuv/mZjLGFqcpD26aS1ZYeiQ4gMVMTEVxytDY8HHCgw+EpA3QHLJTXJzc0dEtiAlWWkwmP0EEwW74z90ow8juZoAu6EAz0+2U/T9C8wlirxvOKIXWQJm/8fPEmXkL4Kp/QywbtzC9UDqt0yhG1c9v8BjlaWvBEbckCYatqG3kDwdvYk3xdgIy9t6MB7Wo4cYAt1ypXPBjWpLUf6dYa+vBNQ26o7SQwGjtuDX0hYb0ueEIv5LqHjYWo89AFneykHPkGz/NaJChaFs4IMWqMkPLLaNFNYH40cj1iblvUdSwm5Gd2csLZupYmnwVq/TXmSrdsXE5okIamprD7Mj6Y4lht7uhxMEmn4wUC3GRqQWJKKJdOdhxQUDXVdBxSCG1Bi8hYzgrNnxDI/QzrcfTj2IEgqRQhACIA1gID8ABhAKABh2LdhGgtvsNDh04GPH6pxuyxu4N8WHXJy5c4AQD3hrRzn6W3/Jx5r8v8iEk1FFFII5lE7XNt/XeQ5TsLSOMzx29YfuzbsVDx3+693Fy4CiipabMHcK8EIGDJ/8/Dek0/BsL6GZH+pBqgboG6DWYPlS/PQtx8ubS/DRIBmsAtPX7XCxAJd+cKQZGEgAMAElEITTAT/iQLBSNVe8LZdgcUCrWjIshpaFDvEtQ0+gxNmrMVXWTnIPTSn9vQh1OFYVubjhFBNYhRhZ2nCSu4TkzCS/gcyX6Az5Pe34QXMg2bvggKp8n7w65T/HxBoOLgmVvqppz/Va77RL9fGVX2to9D7WfBnHkHsG02ZQtbrb2tOoCtwsFm7G9vK2Y0k9ly2CrtZ8KCTkOurbPsnAMtm+jJD5VPD9MOORwZMjnSd71PrzdLlnSOPDky2Tb77j/ITEMKvmAjFPaMlXUL9gTS9Gwq2pHbbZ7bboKTNsW5esXe9o8D2ye3rGJfZcFUKNS2YDOo85nanPLe9rZsyQJ3cnb2A+xjf4XSpJnFkRMQcEzRg5SifyJHhyZM3pdS1ln3PCP1g90OHGkFJc4FM2VrCdBCpLljMEumJjddZvNpM2ZN+KtOJ23Ojp9xoP3j1rjLvg60oBX3m2KZAoDU2Od6CRGIEkO0mOISS9ziEa/4xC8BCUpIwhJxzS0fus98hnXg6kJ6eno1JWRCOmRAJmRBNuRALuRBPhQoKjIyaxU5pNpa1SOSOhHhmZq+u73/XpGz7r21twB894RVaI8PkbFjdI97+ibD/QP3xEsB) format('woff2'), url('fa-brands-400-webfont.eot') format('embedded-opentype'), url(data:application/font-woff;charset=utf-8;base64,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) format('woff'), url('fa-brands-400-webfont.ttf') format('truetype'), url('fa-brands-400-webfont.svg#font_awesome_5_brandsregular') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'font_awesome_5_freeregular';
  src: url(data:application/font-woff2;charset=utf-8;base64,d09GMgABAAAAAAVMABAAAAAADAQAAATuAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP0ZGVE0cGh4GYACCYggSCYRlEQgKaIEUCyQAATYCJANEBCAFiDIHgUMMLhvvCsieBY5rwrq9D1EsuGVNNk7SXIPne7uvc1/ziwv1wL30AFiyckjhBMlKGRxBTOFs4PeOoZcCUAqXlxJDUmBQtC1O/Y0lCkWk3GbQzab4WWvZa6CLvzGGBZx5ohG1ttk9bNFiFgSroXwX7Nnr92v12x7izZIt1i5UWiO0PbHF9LGIJlELkRIJ7TfUsmgmNK0ModNIjYu6tScr+Nn0qgABeP697TzAm8StQID3lc/KEIAfSCIUghAm0AEF6GqeOIiBbgwx2kH6Cm+vPbOgYUhhaEj3WP+1LdMjkNFh0Q0sU3IhBEDGySHAIQAN4b6+RGBGBUJey4t8DH5sFDoBx+sM5rm0f93dAACEN///NB+lfPEmjqBHTBBhSwpQJP57kG7vBsdttt7lU7xFzuL+xB5UDxpUnlqQdsXBzJtSZ8M3fmP5CyQ2KC4P4jq/4M8bCOVWDZs2bVUeNHdpHCN/0Cjk2zzobjEbpdWl+Svv2z55ms1/+d2iUCmMyBSUnlqSSuPyAtdwAzMm82C651LFznoD5/GMaQmm7rBIMz0sv6/tRsO5qsBq9bjOTQOn/ijvWwdaRoVm6JmVoH65hW4uw+BKqZSVzmc2ehor9PasNkyG+Qlt87nOp6Gcz+86BbDyZhjmDt2+sMmGlxeLu/NwoFUXXsouSXOd2jkurSnWFZchnyyz0tXreQV35a8IutNn9y0uRUn+5qqGDTusi0HLqtSTpTvkpvG3hsnezvSMSAWZatxZPbNCZ87FrsKlLXhJInXF4SXQo8GIZX7aKNp5dlxQ4+vmR+HGm2O57ATeMWWllct8rXXWoVStfBu7Zzz3OfnJb24WVW/CtER3ZyxvMWDTaPQig7Rb4po0W0Z+2O4Zjpa3+Zk4AiPhLKHXSmI7KpGLGKWB9uvII4F0dxMCIIKAVIQGeIAwAkAHBvFAOoHouvjWhK5aDPb4pZjEFqav87ul/X77ICKAc2Hw+czSre/HOdN450RoiqKMMQxKqDXtDtaUnyxAKt/ezmk9zJkLnfDfHmBzSdTISS3wbiEGez8AAcvs+gbrUcomxCJ9R6TfFGNAHQV1HIwWM1VuQqr4Kk49DolAVEGVtNTaK0CkxfMrBEUSCQxCACSiELtDJCJVki+peUbonoYREgCFUfpREWQrahR7UafUjwbV6YsmQ7IEvUxJO/oYlF8Ylt7+GBGiijGqvI2hRDrs1JNwGm+R7GW8zZA+0e7EaCrjLqYWHvB66D3Jr/x1TWcrz9dc9p9730/4/mTkG01ui1qpsoFMSxSs3WiwgSan3GrUy+MEykrIIveFhrmppV2HWgCsRvmvwVAmX5Fi+QpPC/MhT36/hfJVKFOMZdapTuWErOpUjczvS0kWOR+ICBB5GQmBqgA5VULKrUNGa8u8vy6BfJ2wIa07hDTOyTILPpUB4TwadVo1m2u4n81kRRQosIpcT0FMS/by53DV127lW+mN5ZLeCxTNc+eoXV4HmXopxUrjpVz1GnZWK1Qel1CoOLQMUqA1qk0Ha8eeTB4x29WW1inlTTkA6LyUkV4ggkSJJroYYooltnjEKz7xS0CCEpKwRMzF2xf760W+y3Y3CgsLW02tGAqhCIqhBEqhDMqhAiqhymqKLm63ygg7Xcsb6d4G2UfVb9ebpyL7pz4tvavXImyDZfFhq3nj1CQwA2YYi3gOAAAA) format('woff2'), url('fa-regular-400-webfont.eot') format('embedded-opentype'), url(data:application/font-woff;charset=utf-8;base64,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) format('woff'), url('fa-regular-400-webfont.ttf') format('truetype'), url('fa-regular-400-webfont.svg#font_awesome_5_freeregular') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'font_awesome_5_freesolid';
  src: url(data:application/font-woff2;charset=utf-8;base64,d09GMgABAAAAAAVYABAAAAAADAwAAAT6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP0ZGVE0cGh4GYACCYgg6CYRlEQgKaIEUCyQAATYCJANEBCAFiBQHgUMMLhv5CqORUcISGRD/PLAdr9wwBIAtlTRSGaBjaGAIXOEndHBjksy4X+snBv/wduGf+zCzcqCJUXkDs01tV+yhCsQXsX7p7/diEmQzAc+FVsQuvova9GI9E6xqzys6rFWtuv+xlGtO8AVx+7+5gTcL7beJ3U2soaFonojFzuvkyPX7tfptz6dbQnY6odEqoe2JLaaPRTSpJvEQCYlMuoqIZNEKoVkiETqN1FjDK506uDq/8KYAAby9ZekFwNvlh0mA90a8ZhGQAiqAQYgcwgEGcGaB3cjjfBd/AGq4vr99lUUmBwZvWe9x3JLBi1hLuuW/ITUQenUABOC+DPaACAG24oYCLzCrFOG1HFUgRQyDIx0los7R3KJ/tRoAALUNv31oP9hzxNslRKcC0LosAxhs/jtUr1C/qa9i3OMXfpOV1JvvqbnFv1wzZe4o0FoHVWCdNvuKP1itngzy+ZNItCC1D/0+o3dbEGSashBUcIOIb/xI6BVKrczyIEvfSFV4MLZvhDuMaA/WbmYRqj5rVMWDs65X0Ebv85+6E2XawP/VdzQJi+B1AXRuC+1FWZ7sGjZ+ZspDYAPNgo99Bh3PmlFAPIRotrA3d4/ZlGSqqaKb4paOwjn1rboTgi3qMQRX3Isgn92qWyToW620FuUE5kg4zLxEBKuSVJKIBM1JS88pOl/KUhXCihkm6jKdi1vEtLLkS8iU04EH2yJyFpprMy5yzUNk438xmrFYFKv7vNoGnZVmbC6u9J6ltaJ3N3KEpwE9BMbZ77BlR9Yaeg+fmO24b1RpSNghrLjHuKEhMRx5sYogoa45VxJ6IZGnzeeFCmlgNydMO28hMaG2oWjJrbwl54p6V5aqENSrenWp3LNkmTxDVdUBAzTyYi5oIUTIvmQywwoTuPkSgeYDVKupQSJUxSudJmLgwgGnFQkGn4yWUW81NzhVticVqjk4/zo8hGo1sgDkAWgGWCAO5AAAB3TCsJ9Azim5IrtsQTqe0iD85Gi4zjsDDzw70CkIgFOic+/ToWvwXbdTgX+Xc1pDGsManvRVQcN/J1M/WaARNze04MBXc7O9f4s1iXELqpHFLPKTgdh+AILQ//8qhC8aLILY2/LmWwbNqY7BnICfTKbpAaicT05jT4DywEgIq8OedwnIB3x+gzBUQNAJACjLIKaVIqCq4FGzThev7UFdQNGNUWhIsBotVbaioy8P0TNKAQZ00ARMME2rMUknvY45WhmHeRKmHRboZnoky2awRK/ATnxIxezDR/yF+uLZ9W7ywfq611vW+r8pUH0avIfjrPwtfvhDxX+y2UWhNKlFAqEWIDko4K6Qa4GTgadRyHgqAYpDqXmCVA+FVMRlZtr518xR8DARD3kxnv2+EgnC0yhEgPRS9bxOGpGRZo6PSiGF44G6eJedk6fQW31QNgIVyJCbwE+nVCh1UpYaiDi8bwMNz0gseWK0NozJBKXFF9nGrVLDJBD4MN8C4TnM9LNv1oprZgPhT5bEIy4AZ2/bU8fzhkg9EJGsJljRpFCYJJjKCxHHcHl8VibWtsqiW+rpNJEa+1DpROqIrJRaAFDLcdwOvEDeTMnKyStQqJjiSiiplNLKKKucjkGQTmWIt10eIYSupCYCAgwiSCCDAipooINhnTzi3VKoOd3lp9omaJdSH6J8DgQH75ZA5913FXIiLU4boRvWSh7GXjMsSKsAAAAA) format('woff2'), url('fa-solid-900-webfont.eot') format('embedded-opentype'), url(data:application/font-woff;charset=utf-8;base64,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) format('woff'), url('fa-solid-900-webfont.ttf') format('truetype'), url('fa-solid-900-webfont.svg#font_awesome_5_freesolid') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}