.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.body {
  background-color: #fafafa;
  font-family: Teko, sans-serif;
}

.navbar {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  padding-left: 30px;
  background-color: #333;
}

.navbar.temporary {
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navbarhomelogo {
  width: 106px;
  height: 70px;
  background-image: url('../images/Aspect_logo_light_beige.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.navbarlinks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  margin-left: 20px;
}

.navbarlinkblock {
  position: relative;
  height: 70px;
  margin-right: 15px;
  margin-left: 15px;
  text-decoration: none;
}

.navbarlinktext {
  position: relative;
  padding-top: 30px;
  color: #eaddd5;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-decoration: none;
  text-transform: uppercase;
}

.navbarlinktext.active {
  color: #c3a688;
}

.navbarlinkunderline {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 70px;
  border-bottom: 5px solid #c3a688;
  opacity: 0;
  line-height: 70px;
}

.navbarlinkunderline.active {
  opacity: 1;
}

.navbarother {
  position: absolute;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  padding-right: 30px;
}

.navbarfacebook {
  width: 60px;
  height: 70px;
  background-image: url('../images/facebook_nav.svg');
  background-position: 50% 50%;
  background-size: 23px;
  background-repeat: no-repeat;
}

.navbarinstagram {
  width: 60px;
  height: 70px;
  background-image: url('../images/instagram_nav.svg');
  background-position: 50% 50%;
  background-size: 23px;
  background-repeat: no-repeat;
}

.navbarlangselector {
  position: relative;
  display: none;
  width: 61px;
  height: auto;
  padding-top: 1px;
  cursor: pointer;
}

.navbarcurrentlang {
  position: relative;
  z-index: 1;
  height: 70px;
  padding-top: 26px;
  color: #eaddd5;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}

.navbarlangselectordropdown {
  position: relative;
  top: -51px;
  z-index: 2;
  width: 100%;
  min-height: 30px;
  padding-top: 29px;
  border-style: solid;
  border-width: 1px;
  border-color: #c3a688;
}

.navbarlanglink {
  display: block;
  width: 100%;
  padding-top: 7px;
  padding-bottom: 4px;
  border-top: 1px solid #c3a688;
  background-color: #333;
  text-decoration: none;
}

.navbarlanglinktext {
  color: #eaddd5;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.navbarsearch {
  width: 60px;
  height: 70px;
  background-image: url('../images/search_nav.svg');
  background-position: 50% 50%;
  background-size: 23px;
  background-repeat: no-repeat;
}

.navbarprofile {
  width: 60px;
  height: 70px;
  background-image: url('../images/profile_nav.svg');
  background-position: 50% 50%;
  background-size: 23px;
  background-repeat: no-repeat;
}

.navbarprofiledropdown {
  position: relative;
  top: 51px;
  width: 100%;
  min-height: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #c3a688;
}

.navbarprofilelogin {
  display: block;
  width: 100%;
  padding-top: 7px;
  padding-bottom: 4px;
  background-color: #333;
  text-decoration: none;
}

.navbarprofilelinktext {
  color: #eaddd5;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.3px;
}

.navbarprofilesignup {
  display: block;
  width: 100%;
  padding-top: 7px;
  padding-bottom: 4px;
  border-top: 1px solid #c3a688;
  background-color: #333;
  text-decoration: none;
}

.navbarhamburger {
  position: absolute;
  right: 0px;
  display: none;
  width: 60px;
  height: 70px;
  background-image: url('../images/hamburger.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.navbarmobilemenu {
  position: absolute;
  top: 0px;
  right: -600px;
  z-index: 2;
  display: none;
  width: 208px;
  height: 603px;
  min-height: 603px;
  min-width: 208px;
  background-color: #333;
  box-shadow: 0 1px 70px 0 rgba(0, 0, 0, 0.7);
}

.mobilemenutopitems {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mobilemenulinks {
  margin-top: 18px;
}

.mobilemenusociallinks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 77px;
  margin-top: 25px;
  border-top: 1px solid #c3a688;
}

.mobilemenubottomitems {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 77px;
  border-top: 1px solid #c3a688;
}

.mobilemenuprofilelink {
  height: 70px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/profile_mobileNav.svg');
  background-position: 50% 50%;
  background-size: 19px;
  background-repeat: no-repeat;
}

.mobilemenuclose {
  height: 70px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/close_mobileNav.svg');
  background-position: 65% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.mobilemenulink {
  width: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
  text-decoration: none;
}

.mobilemenulinktext {
  padding-left: 40px;
  color: #eaddd5;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.mobilemenufacebooklink {
  height: 70px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/facebook_nav.svg');
  background-position: 50% 50%;
  background-size: 22px;
  background-repeat: no-repeat;
}

.mobilemenuinstagramlink {
  height: 70px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/instagram_nav.svg');
  background-position: 39% 50%;
  background-size: 22px;
  background-repeat: no-repeat;
}

.mobilemenusearch {
  height: 70px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/search_nav.svg');
  background-position: 50% 50%;
  background-size: 19px;
  background-repeat: no-repeat;
}

.mobilemenulangselector {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block {
  margin-left: -20px;
  padding-right: 14px;
  padding-left: 14px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-image: url('../images/dropdown_mobileLang.svg');
  background-position: 100% 37%;
  background-size: 9px;
  background-repeat: no-repeat;
  color: #eaddd5;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}

.homeslider {
  overflow: hidden;
  width: 100%;
  height: 90vh;
}

.homeslider.mobile {
  display: none;
}

.homeslidersubcontainer {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.homeslide {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 800px;
  -webkit-flex: 800px;
  -ms-flex: 800px;
  flex: 800px;
  background-color: rgba(51, 51, 51, 0.8);
  -webkit-transition: all 200ms cubic-bezier(.456, .167, .158, 1.009);
  transition: all 200ms cubic-bezier(.456, .167, .158, 1.009);
  cursor: pointer;
}

.homeslide:hover {
  -webkit-box-flex: 0;
  -webkit-flex: 0 3670px;
  -ms-flex: 0 3670px;
  flex: 0 3670px;
}

.homesliderimage {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-image: url('../images/ASPECT-yorkie_dlaka.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.homesliderimage.maltese {
  background-image: url('../images/ASPECT-maltezer_dlaka.jpg');
}

.homesliderimage.bichon {
  background-image: url('../images/ASPECT-bichon_dlaka.jpg');
}

.homesliderimage.pug {
  background-image: url('../images/ASPECT-pug_dlaka.jpg');
}

.homesliderimage.frenchbulldog {
  background-image: url('../images/ASPECT-french_buldog_dlaka.jpg');
}

.homesliderimagelogo {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: url('../images/ASPECT-yorkie_dlaka.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.homesliderimagelogo.maltese {
  background-image: url('../images/ASPECT-maltezer_dlaka_logo.jpg');
}

.homesliderimagelogo.bichon {
  background-image: url('../images/ASPECT-bichon_dlaka_logo.jpg');
}

.homesliderimagelogo.pug {
  background-image: url('../images/ASPECT-pug_dlaka_logo.jpg');
}

.homesliderimagelogo.frenchbulldog {
  background-image: url('../images/ASPECT-french_buldog_dlaka_logo.jpg');
}

.homeslidervideo {
  z-index: 3;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.homeslidercontentcontainer {
  position: absolute;
  bottom: 0px;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 470px;
  min-width: 1200px;
  padding-left: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.homesliderheading {
  color: #eaddd5;
  font-size: 80px;
  line-height: 60px;
  font-weight: 500;
  text-transform: uppercase;
}

.homeslidersubheading {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #eaddd5;
  font-size: 32px;
  line-height: 28px;
  font-weight: 500;
  text-transform: uppercase;
}

.homesllidercta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 1200px;
}

.homesliderarrow {
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 300px;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  background-image: url('../images/homeSlider_arrow.svg');
  background-position: 0% 52%;
  background-size: 53px;
  background-repeat: no-repeat;
}

.homeslidersidewayscontainer {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.homeslidersidewaysheading {
  width: 210px;
  margin-bottom: 363px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #333;
  font-size: 32px;
  line-height: 28px;
  font-weight: 500;
  text-transform: uppercase;
}

.homeslidersidewaysheading.light {
  color: #eaddd5;
}

.homesilderlink {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 6;
  width: 100%;
  height: 100%;
}

.navcontainer {
  position: static;
  width: 100%;
}

.homesliderscrolldownicon {
  position: absolute;
  right: 6.2%;
  bottom: 4%;
  z-index: 200;
  width: 35px;
  height: 50px;
}

.homeproductscarousel {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 700px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.homeproductscarouselsunbcontainer {
  position: relative;
  left: -125px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  height: 600px;
  max-width: 900px;
  min-width: 600px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.homeproductscarouselotherstuffcontainer {
  position: relative;
  width: 90vw;
  height: 60px;
  max-width: 1152px;
  margin-right: auto;
  margin-left: auto;
}

.homeproductscarouselproduct {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 560px;
  min-width: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-decoration: none;
}

.homeproductscarouselallproductslink {
  position: absolute;
  top: -596px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 15px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-decoration: none;
}

.productimage {
  position: absolute;
  bottom: 60px;
  z-index: 3;
  width: 220px;
}

.productlname {
  position: relative;
  z-index: 4;
  max-width: 240px;
  margin-top: 473px;
  margin-bottom: 17px;
  color: #333;
  font-size: 32px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.productsize {
  position: relative;
  z-index: 5;
  max-width: 240px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #c3a688;
  font-size: 22px;
  line-height: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

.linkbuttontext {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #333;
  font-size: 17px;
  line-height: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

.linkbuttonarrow {
  height: 13px;
  margin-left: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41px;
  -ms-flex: 0 0 41px;
  flex: 0 0 41px;
  background-image: url('../images/homeSlider_arrow.svg');
  background-position: 0% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.homeproductcarouseluicontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  margin-top: 40px;
}

.homeproductcarouselscrollbarcontainer {
  position: relative;
  height: 5px;
  margin-top: 26px;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  border-bottom: 1px solid #c3a688;
}

.homeproductcarouselscrollbar {
  position: absolute;
  top: 2px;
  width: 160px;
  height: 5px;
  background-color: #c3a688;
}

.homeproductcarouselbuttonscontainer {
  width: 216px;
  height: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.homeproductcarouselprev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
}

.prevbutton {
  position: relative;
  width: 80px;
  height: 60px;
  margin-right: 25px;
  margin-left: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #c3a688;
  cursor: pointer;
}

.arrowprevinactive {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url('../images/button_arrow_left_inactive.svg');
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.arrowprevactive {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url('../images/button_arrow_left_active.svg');
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.nextbutton {
  position: relative;
  width: 80px;
  height: 60px;
  border-style: solid;
  border-width: 1px;
  border-color: #c3a688;
  cursor: pointer;
}

.arrownextinactive {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url('../images/button_arrow_right_inactive.svg');
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.arrownextactive {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url('../images/button_arrow_right_active.svg');
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.homesilderwhitecover {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 20;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 1;
}

.homehighlightboxes {
  position: relative;
  width: 100%;
}

.homehighlightbox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  height: 479px;
  max-width: 864px;
  margin: 90px auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #eaddd5;
  text-decoration: none;
}

.homehighlightboximage {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  background-image: url('../images/img_yoga_pug.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.homehighlightboximage.pug {
  background-position: 30% 50%;
}

.homehighlightboximage.salmon {
  background-image: url('../images/img_salmon_steak.jpg');
  background-position: 43% 50%;
}

.homehighlightboxcontent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 60px;
  padding-left: 70px;
  -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-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.heading {
  margin-top: -40px;
  margin-bottom: 30px;
  color: #333;
  font-size: 64px;
  line-height: 52px;
  font-weight: 500;
  text-transform: uppercase;
}

.honehighlightbutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 15px;
  text-decoration: none;
}

.homeaspectsocietyhero {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 68vw;
  max-height: 1020px;
  min-height: 720px;
  background-color: #222;
  text-decoration: none;
}

.societyvisual {
  position: relative;
  z-index: 1;
  width: 90vw;
  height: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

.societytextualcontainer {
  position: absolute;
  bottom: 0px;
  z-index: 2;
  width: 100%;
  height: 10vw;
  max-height: 310px;
  min-height: 230px;
}

.homeaspectsocietydogs {
  position: absolute;
  top: 9%;
  z-index: 3;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/aspect_society_dogs.png');
  background-position: 50% 0%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.homeaspectsocietyreflectors {
  position: absolute;
  top: -10%;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: url('../images/aspect_society_reflectors.png');
  background-position: 50% 0%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.societytextualsubcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 542px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.homeaspectsocietytitle {
  position: absolute;
  top: 21%;
  z-index: 1;
  width: 100%;
}

.homeaspectsocietytextclaim {
  padding-right: 120px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #eaddd5;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.homeaspectsocietybutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 191px;
  height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.homeaspectsocietybuttontext {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #eaddd5;
  font-size: 17px;
  line-height: 15px;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.homeproductsbuttontext {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #333;
  font-size: 17px;
  line-height: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

.homeproductsbuttonarrow {
  height: 13px;
  margin-left: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41px;
  -ms-flex: 0 0 41px;
  flex: 0 0 41px;
  background-image: url('../images/homeSlider_arrow.svg');
  background-position: 0% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.homeaspectsociety {
  width: 100%;
}

.homeaspectsocietysharelove {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 450px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.homeaspectsharelovevisual {
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 55vw;
  -ms-flex: 1 0 55vw;
  flex: 1 0 55vw;
  background-image: url('../images/aspect_share_love.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.homeaspectsharelovetextual {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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: 1;
  -webkit-flex: 1 0 45vw;
  -ms-flex: 1 0 45vw;
  flex: 1 0 45vw;
  background-color: #c3a688;
}

.homeaspectsharelovetext {
  width: 290px;
  margin-top: -30px;
  margin-bottom: 30px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 24px;
}

.homeaspectsharelovebutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 290px;
  height: 80px;
  -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;
  border: 1px solid #333;
  text-decoration: none;
}

.homeaspectsharelovebuttontext {
  padding-left: 30px;
  color: #333;
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

.homeaspectsharelovebuttonheart {
  width: 90px;
  height: 100%;
  background-image: url('../images/share_love_icon.svg');
  background-position: 50% 50%;
  background-size: 27px;
  background-repeat: no-repeat;
}

.homebloghighlights {
  width: 100%;
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: #eaddd5;
}

.homebloghighlightsbreedschool {
  width: 90vw;
  max-width: 1008px;
  margin: 180px auto 160px;
}

.homebloghighlightsintro {
  position: relative;
  left: 20px;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.homebloghighlightstitle {
  color: #c3a688;
  font-size: 280px;
  line-height: 210px;
  font-weight: 500;
  text-transform: uppercase;
}

.homebloghighlightstitle.experts {
  margin-bottom: 60px;
}

.homebloghighlightstext {
  position: relative;
  font-family: 'Source Sans Pro', sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 22px;
}

.homebloghighlightstext.breedschool {
  position: absolute;
  top: 150px;
  right: 0.7vw;
  width: 280px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.homebloghighlightstext.experts {
  position: absolute;
  top: 230px;
  right: 3vw;
  width: 290px;
  font-size: 18px;
  line-height: 24px;
}

.homebloghihglightsbutton {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 15px;
  text-decoration: none;
}

.homebloghihglightsbutton.breedschool {
  position: absolute;
  top: 225px;
  right: 54px;
}

.homebloghihglightsbutton.experts {
  position: absolute;
  top: 360px;
  right: 54px;
}

.homebloghighlightsbuttontext {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #333;
  font-size: 17px;
  line-height: 15px;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.homebloghighlightspostscontainer {
  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;
}

.homebloghighlightspost {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 432px;
  -ms-flex: 0 0 432px;
  flex: 0 0 432px;
  text-decoration: none;
}

.homebloghighlightspost.second {
  margin-top: 70px;
}

.homebloghighlightspost.second.experts {
  margin-top: 160px;
}

.homebloghighlightsposttitle {
  width: 80%;
  margin-top: 37px;
  margin-bottom: 0px;
  color: #333;
  font-size: 32px;
  line-height: 28px;
  font-weight: 500;
  text-transform: uppercase;
}

.homebloghighlightspostsummary {
  margin-top: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.homebloghighlightsseparator {
  position: relative;
  width: 90vw;
  height: 1px;
  max-width: 1008px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid #c3a688;
}

.homebloghighlightsexperts {
  width: 90vw;
  max-width: 1008px;
  margin: 160px auto 180px;
}

.homebloghighlightspostsubtitle {
  width: 80%;
  margin-top: 6px;
  color: #c3a688;
  font-size: 16px;
  line-height: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

.footer {
  width: 100%;
  height: 572px;
  background-color: #333;
}

.footersubcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  height: 100%;
  max-width: 1014px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.footerlogo {
  width: 407px;
  height: 135px;
  background-image: url('../images/Aspect_logo_light_beige.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.footerlinkssubcontainer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.footerbuttonsandfriends {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 60px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.footerlinks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}

.footerlinksgroup1 {
  margin-right: 90px;
}

.footerlink {
  display: block;
  margin-bottom: 15px;
  -webkit-transition: color 500ms cubic-bezier(.23, 1, .32, 1);
  transition: color 500ms cubic-bezier(.23, 1, .32, 1);
  color: #eaddd5;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.footerlink:hover {
  color: #c3a688;
}

.footernewsletterbutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 360px;
  height: 100px;
  -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;
  border-style: solid;
  border-width: 2px;
  border-color: #c3a688;
  text-decoration: none;
}

.footernewsletterbuttontext {
  margin-right: 50px;
  color: #c3a688;
  font-size: 17px;
  line-height: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

.footernewsletterbuttonarrowinactive {
  height: 13px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41px;
  -ms-flex: 0 0 41px;
  flex: 0 0 41px;
  background-image: url('../images/homeSlider_arrow.svg');
  background-position: 0% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.footersharelovebutton {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 360px;
  height: 70px;
  margin-top: 60px;
  padding-left: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #c3a688;
  text-decoration: none;
}

.footersharebuttontext {
  margin-right: 10px;
  color: #eaddd5;
  font-size: 17px;
  line-height: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

.footersharebuttonheart {
  position: absolute;
  right: 50px;
  width: 90px;
  height: 100%;
  background-image: url('../images/share_love_icon.svg');
  background-position: 50% 50%;
  background-size: 27px;
  background-repeat: no-repeat;
}

.footerlegalese {
  margin-top: 20px;
  margin-bottom: -50px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #eaddd5;
  line-height: 22px;
  font-weight: 300;
}

.recipesheader {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 640px;
}

.recipesheadersubcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  height: 100%;
  max-width: 1004px;
  margin-top: 130px;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.recipesheadertext {
  position: relative;
  top: 120px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #333;
  font-size: 20px;
  line-height: 29px;
}

.recipesallrecipes {
  position: relative;
  width: 100%;
  min-height: 640px;
}

.recipesallrecipessubcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  max-width: 1300px;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  -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;
}

.allrecipesproduct {
  position: relative;
  right: -37px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 330px;
  height: 560px;
  min-width: 300px;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-decoration: none;
}

.producthoverboard {
  position: absolute;
  top: 30px;
  right: 57px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.recipesfilterdropdowncontainer {
  position: relative;
  display: none;
  margin-top: 310px;
}

.recipesheadertextanddropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -9px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 320px;
  -ms-flex: 0 0 320px;
  flex: 0 0 320px;
}

.recipesfilterdropdowntop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 217px;
  height: 49px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #c3a688;
  background-image: url('../images/darkDropdownArrow.svg');
  background-position: 88% 50%;
  background-size: 8px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.recipesfilterdropdowntoptext {
  position: relative;
  top: 2px;
  margin-left: 20px;
  font-size: 16px;
  line-height: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.recipesfilterdropdownbottom {
  position: relative;
  top: -1px;
  width: 217px;
  border-style: none solid solid;
  border-width: 1px;
  border-color: #c3a688;
  background-color: #fafafa;
}

.recipesdropdownitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 216px;
  height: 49px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #c3a688;
  -webkit-transition: background-color 300ms cubic-bezier(.23, 1, .32, 1);
  transition: background-color 300ms cubic-bezier(.23, 1, .32, 1);
  cursor: pointer;
}

.recipesdropdownitem:hover {
  background-color: #c3a688;
}

.recipesfilterdropdownitemtext {
  position: relative;
  top: 2px;
  margin-left: 20px;
  font-size: 16px;
  line-height: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.recipesbreedschoolbiglink {
  width: 100%;
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: #222;
  text-decoration: none;
}

.recipesbreedschoolbiglinksubcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85vw;
  height: 36vw;
  max-height: 480px;
  max-width: 1200px;
  min-height: 340px;
  margin: 120px auto 130px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-decoration: none;
}

.recipesbreedschoolbiglinkhero {
  -webkit-box-flex: 0;
  -webkit-flex: 0 864px;
  -ms-flex: 0 864px;
  flex: 0 864px;
  background-image: url('../images/svi_pesi_school4.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.recipesbreedschoolbiglinktextcontainer {
  padding-top: 40px;
  padding-left: 60px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.recipesbreedschoolbiglinksubheading {
  width: 140px;
  color: #c3a688;
  font-size: 32px;
  line-height: 28px;
  font-weight: 500;
  text-transform: uppercase;
}

.recipesbreedschoolbiglinkheading {
  margin-top: 0px;
  margin-right: 20px;
  color: #c3a688;
  font-size: 80px;
  line-height: 66px;
  font-weight: 500;
  text-transform: uppercase;
}

.recipesbreedschoolbiglinkheadingcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.recipesbreedschoolbiglinkarrow {
  position: relative;
  left: -130px;
  height: 109px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40px;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  background-image: url('../images/button_arrow_right_inactive.svg');
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.recipesheaderhero {
  -webkit-box-flex: 0;
  -webkit-flex: 0 720px;
  -ms-flex: 0 720px;
  flex: 0 720px;
  background-image: url('../images/breedSchoolRecipesHero.png');
  background-position: 0% 0%;
  background-size: 108%;
  background-repeat: no-repeat;
}

.recipeheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 59vw;
  min-height: 930px;
}

.recipeheaderhero {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  background-image: url('../images/frenchBulldog_recipe_hero.jpg');
  background-position: 40% 20%;
  background-size: cover;
  background-repeat: no-repeat;
}

.recipeheadertextcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 130px;
  padding-left: 130px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  background-color: #eaddd5;
}

.recipemaintitle {
  max-width: 470px;
  margin-top: -10px;
  font-size: 80px;
  line-height: 66px;
  font-weight: 500;
  text-transform: uppercase;
}

.recipeheaderseparator {
  height: 10px;
  max-width: 470px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #c3a688;
}

.recipeintroparagraph {
  max-width: 470px;
  margin-top: 20px;
  padding-bottom: 20px;
  font-size: 32px;
  line-height: 38px;
  font-weight: 500;
}

.recipefirstsection {
  width: 100%;
}

.recipesummaryproductshot {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70vw;
  max-width: 1000px;
  margin: 150px auto 90px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.recipesocialdesktop {
  position: absolute;
  left: -100px;
  margin-top: 176px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 36px;
  -ms-flex: 0 0 36px;
  flex: 0 0 36px;
}

.recipesummary {
  margin-top: 170px;
  padding-right: 80px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.recipesummarytitle {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #c3a688;
  font-size: 22px;
  line-height: 32px;
}

.text-block-3 {
  font-family: 'Source Sans Pro', sans-serif;
  color: #333;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
}

.recipeproductshotcontainer {
  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-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.productshot {
  width: 420px;
}

.productshot.reviewshot {
  width: 376px;
}

.socialtitle {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #333;
  font-weight: 500;
}

.socialtitle.socialpost {
  margin-bottom: 0px;
  color: #eaddd5;
  font-size: 16px;
  line-height: 22px;
}

.socialseparator {
  width: 100%;
  height: 2px;
  background-color: #c3a688;
}

.sociallink {
  display: block;
  width: 36px;
  height: 36px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-image: url('../images/beigeFacebook.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.sociallink.facebook:hover {
  background-image: url('../images/facebook_original.svg');
}

.sociallink.facebook.socialpost {
  width: 30px;
  height: 30px;
  margin-top: 30px;
}

.sociallink.pinterest {
  background-image: url('../images/beigePinterest.svg');
}

.sociallink.pinterest:hover {
  background-image: url('../images/pinterest_original.svg');
}

.sociallink.pinterest.socialpost {
  width: 30px;
  height: 30px;
}

.sociallink.mail {
  background-image: url('../images/mailInactive.svg');
}

.sociallink.mail:hover {
  background-image: url('../images/mailActive.svg');
}

.sociallink.mail.socialpost {
  width: 30px;
  height: 30px;
}

.sociallink.mail.socialpost:hover {
  background-image: url('../images/mailActiveLight.svg');
}

.recipesecondsection {
  width: 100%;
}

.recipenutritionalbuyrating {
  width: 70vw;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.recipenutritionalsubheading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #333;
  font-size: 32px;
  line-height: 28px;
  font-weight: 500;
}

.recipenutritionalheading {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #333;
  font-size: 80px;
  line-height: 66px;
  font-weight: 500;
  text-transform: uppercase;
}

.recipenutritionalseparator {
  width: 100%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #c3a688;
}

.recipenutritionalmainaspects {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 19px;
  margin-bottom: 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.recipenutritionalmainaspectcontainer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.recipenutritionalmainaspecttitle {
  margin-top: 10px;
  margin-bottom: 0px;
  background-image: url('../images/shiny.gif');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #c3a688;
  font-size: 45px;
  line-height: 37px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.recipenutritionalmainaspectsubtitle {
  margin-top: 0px;
  color: #333;
  font-size: 45px;
  line-height: 37px;
  font-weight: 500;
  text-transform: none;
}

.recipenutritionalthenos {
  margin-top: 24px;
  margin-bottom: 24px;
  color: #333;
  font-size: 32px;
  line-height: 28px;
  font-weight: 500;
  text-transform: uppercase;
}

.recipenutritionalbuyratingcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.recipebuynowcontainer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.reciperatingcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  padding-left: 70px;
  -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-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.buynowbutton {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 360px;
  height: 100px;
  padding-left: 55px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #c3a688;
  text-decoration: none;
}

.buynowbutton.mobile {
  display: none;
}

.buynowbuttontext {
  color: #333;
  font-size: 32px;
  line-height: 28px;
  font-weight: 500;
  text-transform: uppercase;
}

.buynowbuttonarrowinactive {
  position: relative;
  z-index: 1;
  height: 30px;
  margin-left: 70px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40px;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  background-image: url('../images/button_arrow_right_inactive.svg');
  background-position: 50% 39%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.availableintext {
  margin-top: 13px;
  color: #c3a688;
  font-size: 16px;
  line-height: 15px;
  text-transform: uppercase;
}

.ratingcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
}

.ratingstar {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-image: url('../images/empty_star.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.ratingstar.full {
  background-image: url('../images/full_star.svg');
}

.ratingstar.half {
  background-image: url('../images/half_star.svg');
}

.basedonuserreviewslink {
  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;
  text-decoration: none;
}

.basedonuserreviewstext {
  margin-right: 20px;
  color: #333;
  font-size: 16px;
  line-height: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

.basedonuserreviewsnumber {
  color: #c3a688;
}

.basedonuserreivewsarrow {
  height: 13px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40px;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  background-image: url('../images/button_arrow_right_inactive.svg');
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.recipethirdsection {
  width: 100%;
  margin-top: 140px;
  padding-top: 1px;
  padding-bottom: 1px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.recipehighlightedratings {
  width: 85vw;
  height: 100%;
  max-width: 850px;
  margin: 80px auto 60px;
}

.recipewritereviewctacontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.recipewritereviewcta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  -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;
  text-decoration: none;
}

.recipewritereviewctatext {
  margin-right: 40px;
  color: #333;
  font-size: 16px;
  line-height: 15px;
  font-weight: 500;
  text-align: right;
  text-transform: uppercase;
}

.recipewritereviewctaarrow {
  height: 13px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40px;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  background-image: url('../images/button_arrow_right_inactive.svg');
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.highlightedratingsslidersubcontainer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 330px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.highlightedratingssilderuicontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.highlightedrating {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-transition: opacity 500ms cubic-bezier(.86, 0, .07, 1);
  transition: opacity 500ms cubic-bezier(.86, 0, .07, 1);
}

.highlightedrating.active {
  opacity: 1;
}

.highlightedratingavatarcontainer {
  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;
}

.highlightedratingavatar {
  width: 216px;
  height: 216px;
  border-radius: 400px;
  background-image: url('../images/avatar_example.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.highlightedratingname {
  display: none;
  margin-top: 30px;
  color: #c3a688;
  font-size: 22px;
  line-height: 22px;
  text-transform: uppercase;
}

.highlightedratingratingcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 40px;
  -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-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}

.highlightedratingtext {
  margin-top: 18px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #333;
  font-size: 32px;
  line-height: 35px;
  font-style: italic;
  font-weight: 700;
}

.highlightedratingslidebullet {
  width: 24px;
  height: 24px;
  margin-right: 14px;
  margin-left: 14px;
  border-style: solid;
  border-width: 1px;
  border-color: #c8c8c8;
  border-radius: 30px;
  -webkit-transition: background-color 300ms cubic-bezier(.23, 1, .32, 1);
  transition: background-color 300ms cubic-bezier(.23, 1, .32, 1);
  cursor: pointer;
}

.highlightedratingslidebullet:hover {
  background-color: #c8c8c8;
}

.highlightedratingslidebullet.active {
  background-color: #c8c8c8;
}

.recipefifthsection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 570px;
  -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;
  background-color: #fff;
  background-image: url('../images/fifthSectionbg.png');
  background-position: 100% 50%;
  background-size: 441px;
  background-repeat: no-repeat;
}

.recipefeedingguidetable {
  position: relative;
  left: -80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70vw;
  max-width: 865px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: #c3a688;
  background-color: hsla(0, 0%, 100%, 0.86);
}

.feedingguiderow {
  position: relative;
  bottom: -1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #c3a688;
}

.feedingguideheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 170px;
  -ms-flex: 0 0 170px;
  flex: 0 0 170px;
  border-right: 1px solid #c3a688;
  background-image: url('../images/dogWeightIcon.svg');
  background-position: 20% 50%;
  background-size: 33px;
  background-repeat: no-repeat;
}

.feedingguideheader.dailyamount {
  background-image: url('../images/dailyAmountIcon.svg');
  background-position: 17% 50%;
  background-size: 43px;
}

.feedingguideheadertext {
  padding-left: 44%;
  color: #c3a688;
  font-size: 22px;
  line-height: 19px;
  font-weight: 500;
  text-transform: uppercase;
}

.feedingguidecell {
  position: relative;
  right: -1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -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 #c3a688;
}

.feedingguidecelltext {
  color: #333;
  font-size: 22px;
  line-height: 19px;
  font-weight: 500;
}

.recipesixthsectionimagedesktop {
  width: 100%;
  height: 40vw;
  background-image: url('../images/sixthSection.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.recipeseventhsection {
  overflow: hidden;
  width: 100%;
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: #eaddd5;
}

.recipeseventhsectionsubcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  max-width: 1150px;
  margin: 80px auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lastheroandbuy {
  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-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.nutritionalcontainerandbuy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 80px;
  -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-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.lasthero {
  -webkit-transform: translate(40px, -55px) scale(1.5);
  -ms-transform: translate(40px, -55px) scale(1.5);
  transform: translate(40px, -55px) scale(1.5);
}

.lastherobuynowsocialcontainer {
  position: relative;
  top: -90px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.recipeseventhsectionnutritionaltext {
  padding-bottom: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #333;
  font-size: 22px;
  line-height: 32px;
}

.recipeeightsection {
  width: 100%;
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: #222;
  text-decoration: none;
}

.recipeeightsectionbreedschoolsubcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  max-width: 1080px;
  margin: 100px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.allproductscta {
  width: 100%;
  text-decoration: none;
}

.allproductscta.dark {
  background-color: #222;
}

.recipelastsectionsubcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85vw;
  max-width: 1150px;
  margin: 170px auto 130px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.recipeeightssectionctacontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 390px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  text-decoration: none;
}

.recipeeightssectionimagetextsubcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 820px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-decoration: none;
}

.recipeeightsectiontextsubcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 310px;
  -ms-flex: 0 0 310px;
  flex: 0 0 310px;
}

.recipeeightssectionimage {
  width: 40vw;
  height: 400px;
  max-width: 500px;
  min-width: 440px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/eightSection.jpg');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.recipeeightsectiontexttitle {
  color: #fafafa;
  font-size: 32px;
  line-height: 28px;
  font-weight: 500;
  text-transform: uppercase;
}

.recipeeightsectiontext {
  font-family: 'Source Sans Pro', sans-serif;
  color: #fafafa;
  font-size: 18px;
  line-height: 24px;
}

.recipeeightsectionctatitle {
  color: #c3a688;
  font-size: 80px;
  line-height: 66px;
  font-weight: 500;
  text-transform: uppercase;
}

.recipeeightsectionsubtitlecontainer {
  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;
}

.recipeeightsectionctasubtitle {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fafafa;
  font-size: 16px;
  line-height: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

.recipeeightsectionctaarrow {
  height: 13px;
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40px;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  background-image: url('../images/button_arrow_right_inactive.svg');
  background-position: 50% 39%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.recipelastsectionctacontainer {
  position: relative;
  z-index: 2;
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.recipelastsectionctatitle {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 320px;
  -ms-flex: 0 0 320px;
  flex: 0 0 320px;
  color: #c3a688;
  font-size: 80px;
  line-height: 66px;
  font-weight: 500;
  text-transform: uppercase;
}

.recipelastsectionctaarrow {
  position: relative;
  left: -50px;
  top: -36px;
  height: 13px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40px;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  background-image: url('../images/button_arrow_right_inactive.svg');
  background-position: 50% 39%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.recipelastsectionctasubcontainer {
  position: relative;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.recipelastsectionherocontainer {
  position: relative;
  z-index: 1;
}

.recipelastsectionhero {
  position: relative;
  z-index: 2;
  height: 273px;
  background-image: url('../images/groupshot_recipe.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.recipelastsectionherowhitedock {
  position: relative;
  top: -100px;
  z-index: 1;
  width: 100%;
  height: 180px;
  background-color: #fff;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.recipelastsectionherowhitedock.dark {
  background-color: #333;
}

.recipesocialmobile {
  display: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 36px;
  -ms-flex: 0 0 36px;
  flex: 0 0 36px;
}

.highlightedratingnamedesktop {
  display: block;
  margin-top: 30px;
  color: #c3a688;
  font-size: 22px;
  line-height: 22px;
  text-transform: uppercase;
}

.buynowbuttonarrowactive {
  position: relative;
  z-index: 2;
  height: 30px;
  margin-left: -40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40px;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  background-image: url('../images/button_arrow_right_active.svg');
  background-position: 50% 39%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.philosophyheader {
  width: 100%;
  height: 48vw;
  background-image: url('../images/philosophyHeader.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.philoshophynourishtheirindividuality {
  width: 100%;
  background-color: #fafafa;
}

.philosophynourishtheirindividualitysubcontainer {
  position: relative;
  top: -150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  max-width: 1152px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.philosophynourishtheirsubcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.philosophyindividualitycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 85px 105px 90px 130px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.philosophynourishcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 105px 100px 130px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  background-color: #c3a688;
}

.philosophytheircontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 105px 100px 130px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  background-color: #eaddd5;
}

.philosophynourishtitle {
  color: #333;
  font-size: 64px;
  line-height: 52px;
  font-weight: 500;
  text-transform: uppercase;
}

.philosophynourishtitle.individuality {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 350px;
  -ms-flex: 0 0 350px;
  flex: 0 0 350px;
}

.philosophynourishtext {
  font-family: 'Source Sans Pro', sans-serif;
  color: #333;
  font-size: 22px;
  line-height: 32px;
}

.philosophynourishtext.individuality {
  padding-left: 96px;
}

.philosophyaspecthero {
  width: 100%;
  height: 40vw;
  background-image: url('../images/philosophyAspectDesktop.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.philosophytrueaspectvalues {
  width: 100%;
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: #fafafa;
}

.philosophytrueaspectvaluessubcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  max-width: 1210px;
  margin: 130px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.philosophytruetitle {
  margin-top: 20px;
  margin-bottom: 0px;
  color: #c3a688;
  font-size: 190px;
  line-height: 150px;
  font-weight: 500;
  letter-spacing: 0.45ch;
  text-transform: uppercase;
}

.trueaspectsubcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.trueaspectcontainer {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 28px;
  margin-bottom: 40px;
  margin-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.trueaspectcontainer.first {
  margin-left: 0px;
}

.philosophytruetext {
  margin-top: -10px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #333;
  font-size: 20px;
  line-height: 30px;
}

.philosophytruetexttan {
  color: #c3a688;
  font-weight: 700;
}

.philosophybulldogsnackshero {
  width: 100%;
  height: 48vw;
  background-image: url('../images/bulldogSnacks.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.philosophyreasons {
  overflow: hidden;
  width: 100%;
  padding-top: 1px;
  padding-bottom: 1px;
}

.philosophyreasonsfirstcontainer {
  width: 80vw;
  max-width: 1000px;
  margin-top: 119px;
  margin-right: auto;
  margin-left: auto;
}

.whenyouchoosetitle {
  color: #222;
  font-size: 64px;
  line-height: 52px;
  font-weight: 500;
  text-transform: uppercase;
}

.philosophyreasonsfirstsubcontainer {
  min-height: 480px;
  margin-top: 37px;
  margin-bottom: -110px;
  background-image: url('../images/philosophyReasonsbg.png');
  background-position: 100% 0%;
  background-size: 330px;
  background-repeat: no-repeat;
}

.philosophyreasonsfirstcontainerlist {
  position: relative;
  left: -41px;
  width: 560px;
  color: #c3a688;
  font-size: 80px;
  line-height: 66px;
  font-weight: 500;
}

.whenyousechoosetext {
  width: 450px;
  margin-top: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #222;
  font-size: 22px;
  line-height: 32px;
}

.philosophyreasonssecondcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  max-width: 1000px;
  margin-top: 230px;
  margin-right: auto;
  margin-left: auto;
}

.therightchoicecontainer {
  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-flex: 0;
  -webkit-flex: 0 0 500px;
  -ms-flex: 0 0 500px;
  flex: 0 0 500px;
}

.therightchoicebreedspecifictitle {
  color: #c3a688;
  font-size: 80px;
  line-height: 66px;
  font-weight: 500;
  text-transform: uppercase;
}

.therightyorkie {
  height: 603px;
  background-image: url('../images/theRightYorkie.png');
  background-position: 50% 50%;
  background-size: 558px;
  background-repeat: no-repeat;
}

.inamarketfloodedcontainer {
  position: relative;
  top: -90px;
  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;
}

.inamarketfloodedwithspecificsensitivitiestext {
  position: relative;
  z-index: 2;
  margin-bottom: 17px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #222;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
}

.inamarketfloodedbackground {
  position: absolute;
  left: -9px;
  top: 0px;
  width: 100vw;
  height: 100%;
  background-color: #eaddd5;
}

.inamarketfloodedsubcontainer {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 70px;
}

.philosophyreasonsthirdcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  max-width: 1000px;
  margin: 230px auto 170px;
}

.breedspecificcontainer {
  position: relative;
  left: 50px;
  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-flex: 0;
  -webkit-flex: 0 0 500px;
  -ms-flex: 0 0 500px;
  flex: 0 0 500px;
}

.frenchiespecific {
  height: 603px;
  background-image: url('../images/frenchieSpecific.png');
  background-position: 163% 50%;
  background-size: 590px;
  background-repeat: no-repeat;
}

.withspecificsensitivitescontainer {
  position: relative;
  top: -90px;
  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;
}

.withspecificsensitivitiessubcontainer {
  position: relative;
  padding-top: 100px;
  padding-right: 70px;
  padding-bottom: 100px;
}

.withspecificsensitivitiesbackground {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100vw;
  height: 100%;
  background-color: #fff;
}

.philosophykeepthemhappyhero {
  width: 100%;
  height: 48vw;
  background-image: url('../images/keepThemHappyHero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.philoshophykeepthemhappy {
  width: 100%;
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: #c3a688;
}

.philosophykeepthemhappysubcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85vw;
  max-width: 960px;
  margin: 120px auto 110px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.keepthemhappytitle {
  margin-right: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 340px;
  -ms-flex: 0 0 340px;
  flex: 0 0 340px;
  color: #333;
  font-size: 80px;
  line-height: 66px;
  font-weight: 500;
  text-transform: uppercase;
}

.keepthemhappylistcontainer {
  padding-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 560px;
  -ms-flex: 0 560px;
  flex: 0 560px;
}

.keepthemhappylist {
  font-family: 'Source Sans Pro', sans-serif;
  color: #222;
  font-size: 22px;
  line-height: 32px;
}

.happyspan {
  color: #e6dfd7;
  font-weight: 700;
}

.happyli {
  margin-bottom: 8px;
  padding-left: 23px;
  background-image: url('../images/happyBullet.svg');
  background-position: 0% 11px;
  background-size: 8px;
  background-repeat: no-repeat;
  line-height: 28px;
}

.aspectphilosophytitle {
  position: absolute;
  top: -24vw;
  right: 136px;
  font-size: 80px;
  line-height: 66px;
  font-weight: 500;
  text-transform: uppercase;
}

.ingredientsfirstsection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 59vw;
  min-height: 930px;
}

.ingredientsfirsthero {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  background-image: url('../images/ingredientsSalmonHero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ingredientsfirstsectiontextcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  background-color: #222;
}

.ingredientsfirstsectiontextsubcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 6vw;
  -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;
}

.ingredientstexttitle {
  width: 370px;
  margin-top: -5vw;
  margin-bottom: 13px;
  color: #c3a688;
  font-size: 80px;
  line-height: 66px;
  font-weight: 500;
  text-transform: uppercase;
}

.ingredientstext {
  width: 390px;
  margin-bottom: 11px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Source Sans Pro', sans-serif;
  color: #eaddd5;
  font-size: 20px;
  line-height: 30px;
}

.ingredientssecondsection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 45vw;
  min-height: 540px;
}

.ingredientssecondsectiontextcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  background-color: #333;
}

.ingredientsnogifcontainer {
  position: relative;
  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 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  background-color: #eaddd5;
  background-image: url('../images/ingredientsNo.svg');
  background-position: 50% 50%;
  background-size: 40vw;
  background-repeat: no-repeat;
}

.ingredientsnotitle {
  position: absolute;
  max-width: 400px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #333;
  font-size: 64px;
  line-height: 52px;
  font-weight: 500;
  text-transform: uppercase;
}

.ingredientsnotitle.first {
  opacity: 0;
}

.ingredientsnotitle.third {
  opacity: 1;
  font-size: 160px;
}

.ingredientsnotitle.fourth {
  opacity: 0;
  font-size: 160px;
}

.ingredientsnotitle.fifth {
  opacity: 0;
  font-size: 160px;
  line-height: 120px;
}

.ingredientsnotitle.thirdandhalf {
  opacity: 1;
  font-size: 160px;
}

.ingredientsnotherhappyfrenchy {
  width: 100%;
  height: 48vw;
  background-image: url('../images/anotherHappyFrenchy.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ingredientsdetailedsection {
  position: relative;
  width: 100%;
  margin-bottom: -150px;
  padding-top: 1px;
  padding-bottom: 1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #222;
}

.ingredientsillustrationcontainer {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 930px;
  -ms-flex: 0 0 930px;
  flex: 0 0 930px;
}

.ingredientsillustrationsubcontainer {
  position: relative;
  width: 970px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/ingredientsDesktopFull-min.png');
  background-position: 50% 0%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.pikabuleft {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-image: url('../images/pikabuLeftDesktop-min.png');
  background-position: 0% 280px;
  background-size: 500px;
  background-repeat: no-repeat;
}

.pikaburight {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-image: url('../images/pikabuRightDesktop-min.png');
  background-position: 100% -160px;
  background-size: 500px;
  background-repeat: no-repeat;
}

.ingredientsdetailedsectionbigsubcontainer {
  position: relative;
  width: 100%;
  height: 4090px;
}

.ingredientsdetailedsectionintrocontainer {
  padding-top: 1px;
  padding-bottom: 1px;
}

.ingredientsdetailedsectionintrosubcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  max-width: 936px;
  margin: 150px auto 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ingredientsdetailedtexttitle {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  color: #c3a688;
  font-size: 80px;
  line-height: 66px;
  font-weight: 500;
  text-transform: uppercase;
}

.ingredientsdetailedtext {
  margin-top: -7px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 37%;
  -ms-flex: 0 0 37%;
  flex: 0 0 37%;
  font-family: 'Source Sans Pro', sans-serif;
  color: #eaddd5;
  font-size: 20px;
  line-height: 30px;
}

.blogheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 59vw;
  min-height: 930px;
}

.bloghero {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  background-image: url('../images/blogHeader.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.blogheadertextcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  background-color: #fff;
}

.blogheadertexttitle {
  width: 370px;
  margin-top: -5vw;
  margin-bottom: 13px;
  color: #333;
  font-size: 80px;
  line-height: 66px;
  font-weight: 500;
  text-transform: uppercase;
}

.blogheadertext {
  width: 390px;
  margin-bottom: 11px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Source Sans Pro', sans-serif;
  color: #333;
  font-size: 20px;
  line-height: 30px;
}

.blogheadersubscribebutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 290px;
  height: 80px;
  margin-top: 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;
  border-style: solid;
  border-width: 1px;
  border-color: #c3a688;
  text-decoration: none;
}

.blogheadersubscribebuttontext {
  margin-right: 90px;
  color: #333;
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

.blogheadersubscribebuttonarrowinactive {
  position: relative;
  z-index: 1;
  height: 13px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41px;
  -ms-flex: 0 0 41px;
  flex: 0 0 41px;
  background-image: url('../images/homeSlider_arrow.svg');
  background-position: 0% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.blogfeaturedstories {
  overflow: hidden;
  width: 100%;
  height: 920px;
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: #eaddd5;
}

.homeproductcrouselgrabthis {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.blogfeaturedstoriessubcontainer {
  width: 90vw;
  max-width: 1000px;
  margin-top: 150px;
  margin-right: auto;
  margin-left: auto;
}

.blogfeaturedstoriessectiontitle {
  margin-left: 80px;
  color: #c3a688;
  font-size: 80px;
  line-height: 66px;
  font-weight: 500;
  text-transform: uppercase;
}

.blogfeaturedstoriescontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.blogfeaturedstorisgrabthis {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.blogfeaturedstory {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  height: 541px;
  max-width: 1000px;
  margin-right: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
}

.blogfeaturedstorycontent {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.blogfeaturedstoryimage {
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blogfeaturedstorytag {
  position: absolute;
  left: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  min-width: 20px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #c3a688;
}

.blogtaxtext {
  margin-top: 2px;
  color: #333;
  line-height: 15px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.blogfeaturedstorycontentcontainer {
  padding-top: 90px;
  padding-right: 40px;
  padding-left: 80px;
}

.blogfeaturedstorytitle {
  max-width: 340px;
  margin-top: 0px;
  margin-bottom: 9px;
  color: #333;
  font-size: 45px;
  line-height: 37px;
  font-weight: 500;
  text-transform: uppercase;
}

.blogfeaturedstoryauthor {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #c3a688;
  font-size: 16px;
  line-height: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

.blogfeaturedstoryparagraph {
  font-family: 'Source Sans Pro', sans-serif;
  color: #222;
  font-size: 18px;
  line-height: 24px;
}

.blogfeaturedstoryreadmore {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-top: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.blogfeaturedstoryreadmoretext {
  margin-top: 0px;
  margin-right: 30px;
  margin-bottom: 0px;
  color: #333;
  font-size: 16px;
  line-height: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

.blogfeaturedstoryreadmorearrow {
  height: 13px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40px;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  background-image: url('../images/button_arrow_right_inactive.svg');
  background-position: 50% 39%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.blogfeaturedstoryui {
  position: absolute;
  left: 80px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
}

.blogfeaturedstoryuibutton {
  width: 80px;
  height: 60px;
  margin-right: 18px;
  border-top: 1px solid #c3a688;
  border-right: 1px solid #c3a688;
  border-left: 1px solid #c3a688;
  background-image: url('../images/button_arrow_left_inactive.svg');
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
  -webkit-transition: background-position 200ms cubic-bezier(.23, 1, .32, 1), background-color 200ms cubic-bezier(.23, 1, .32, 1);
  transition: background-position 200ms cubic-bezier(.23, 1, .32, 1), background-color 200ms cubic-bezier(.23, 1, .32, 1);
  cursor: pointer;
}

.blogfeaturedstoryuibutton:hover {
  background-color: #c3a688;
  background-image: url('../images/button_arrow_left_active.svg');
  background-position: 40% 50%;
}

.blogfeaturedstoryuibutton.next {
  background-image: url('../images/button_arrow_right_inactive.svg');
}

.blogfeaturedstoryuibutton.next:hover {
  background-image: url('../images/button_arrow_right_active.svg');
  background-position: 60% 50%;
}

.bloghighlightedcategories {
  width: 100%;
  padding-top: 1px;
  padding-bottom: 1px;
}

.bloghighlightedcategorybreedschool {
  position: relative;
  left: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  height: 710px;
  max-width: 1000px;
  margin-top: 95px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/svi_pesi_school4.jpg');
  background-position: 100% 0%;
  background-size: 640px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.bloghighlightedcategorybreedschoolsubcontainer {
  position: relative;
  left: -70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.bloghighlightedbreedschooltitle {
  margin-top: 0px;
  margin-bottom: -22px;
  color: #c3a688;
  font-size: 270px;
  line-height: 200px;
  font-weight: 500;
  text-transform: uppercase;
}

.bloghighlightedbreedschoolctacontainer {
  position: relative;
  left: 30px;
  top: -36px;
}

.bloghihglightedctatext {
  width: 210px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #222;
  font-size: 18px;
  line-height: 24px;
}

.bloghighlightedcta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-top: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.bloghighlightedctatext {
  margin-top: 0px;
  margin-right: 30px;
  margin-bottom: 0px;
  color: #333;
  font-size: 16px;
  line-height: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

.bloghighlightedctaarrow {
  height: 13px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40px;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  background-image: url('../images/button_arrow_right_inactive.svg');
  background-position: 50% 39%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.bloghighlightedcategoryseparator {
  width: 90vw;
  max-width: 1000px;
  margin: 70px auto 110px;
  border-bottom: 1px solid #c3a688;
}

.bloghighlightedcategoryexperts {
  position: relative;
  left: -70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  height: 460px;
  max-width: 1000px;
  margin-right: auto;
  margin-bottom: 110px;
  margin-left: auto;
  background-image: url('../images/expertsHighlightedCat.jpg');
  background-position: 0% 0%;
  background-size: 640px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.bloghighlightedcategoryexpertssubcontainer {
  position: relative;
  left: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.bloghighlightedexpertsctacontainer {
  position: relative;
  left: -120px;
  top: -296px;
}

.blogexploreallstories {
  width: 100%;
  padding-top: 180px;
  padding-bottom: 160px;
  background-color: #eaddd5;
}

.blogexploreallstoriespostssubcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 93vw;
  max-width: 1030px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blogexploreallstoriespost {
  position: relative;
  margin-bottom: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  text-decoration: none;
}

.blogexploreallstoriespost.first {
  -webkit-flex-basis: 360px;
  -ms-flex-preferred-size: 360px;
  flex-basis: 360px;
}

.blogexploreallstoriespost.second {
  top: -200px;
  -webkit-flex-basis: 504px;
  -ms-flex-preferred-size: 504px;
  flex-basis: 504px;
}

.blogexploreallstoriespost.third {
  margin-bottom: 100px;
  -webkit-flex-basis: 504px;
  -ms-flex-preferred-size: 504px;
  flex-basis: 504px;
}

.blogexploreallstoriespost.fourth {
  top: -90px;
  -webkit-flex-basis: 360px;
  -ms-flex-preferred-size: 360px;
  flex-basis: 360px;
}

.blogexploreallstoriespost.fifth {
  -webkit-flex-basis: 360px;
  -ms-flex-preferred-size: 360px;
  flex-basis: 360px;
}

.blogexploreallstoriespost.sixth {
  top: -160px;
  -webkit-flex-basis: 540px;
  -ms-flex-preferred-size: 540px;
  flex-basis: 540px;
}

.blogexploreallstoriespostimagetag {
  position: relative;
}

.blogexploreallstoriespostimage {
  margin-bottom: 29px;
  -o-object-fit: cover;
  object-fit: cover;
}

.blogfloatingtag {
  position: absolute;
  left: -14px;
  bottom: 47px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  min-width: 20px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #c3a688;
}

.blogexploreallstoriestitlecontainer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 93vw;
  max-width: 1030px;
  margin-right: auto;
  margin-bottom: 58px;
  margin-left: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blogexploreallstoriesloadmorecontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 93vw;
  max-width: 1030px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.exploreallstoriesposttitle {
  max-width: 270px;
  margin-top: 0px;
  margin-bottom: 9px;
  color: #333;
  font-size: 32px;
  line-height: 28px;
  font-weight: 500;
  text-transform: uppercase;
}

.exploreallstoriespostauthor {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #c3a688;
  font-size: 16px;
  line-height: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

.exploreallstoriespostparagraph {
  width: 360px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #222;
  font-size: 18px;
  line-height: 24px;
}

.blogexploreallstoriestitle {
  position: relative;
  left: 70px;
  width: 334px;
  color: #c3a688;
  font-size: 80px;
  line-height: 66px;
  font-weight: 500;
  text-transform: uppercase;
}

.blogexploreallstoriesloadmorebutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 288px;
  height: 80px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #c3a688;
  -webkit-transition: background-color 500ms cubic-bezier(.23, 1, .32, 1);
  transition: background-color 500ms cubic-bezier(.23, 1, .32, 1);
  text-decoration: none;
  cursor: pointer;
}

.blogexploreallstoriesloadmorebutton:hover {
  background-color: #c3a688;
}

.blogexploreallstoriesloadmoretext {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #333;
  font-size: 16px;
  line-height: 15px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.blogpost {
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: #eaddd5;
}

.blogpostsubcontainer {
  width: 90vw;
  max-width: 1008px;
  margin: 118px auto 120px;
}

.blogpostheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.blogpostbreadcrumbs {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 220px;
  -ms-flex: 0 0 220px;
  flex: 0 0 220px;
}

.blogposttitleauthor {
  -webkit-box-flex: 0;
  -webkit-flex: 0 100%;
  -ms-flex: 0 100%;
  flex: 0 100%;
}

.blogpostimagecontainer {
  margin-top: 50px;
  margin-bottom: 50px;
}

.blogpostcontentcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ingredientssinglesourceprotein {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 450px;
  -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;
  background-color: #c3a688;
}

.ingredientssinglesourceproteintitle {
  position: absolute;
  color: #333;
  font-size: 180px;
  line-height: 150px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.blogheadersubscribebuttonarrowactive {
  position: relative;
  z-index: 2;
  height: 13px;
  margin-left: -40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41px;
  -ms-flex: 0 0 41px;
  flex: 0 0 41px;
  background-image: url('../images/button_arrow_right_active.svg');
  background-position: 0% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.recipefourthsectionplaceholder {
  width: 100%;
  height: 60vw;
  background-image: url('../images/videoPlaceholder.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.footernewsletterbuttonarrowactive {
  position: relative;
  left: -40px;
  height: 13px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41px;
  -ms-flex: 0 0 41px;
  flex: 0 0 41px;
  background-image: url('../images/button_arrow_right_active.svg');
  background-position: 0% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.ingredientssinglesourceproteinsubcontainer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
  -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;
}

.recipefeedingguidetabletitlecontainer {
  position: relative;
  left: -80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70vw;
  max-width: 865px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.recipefeedingguidetabletitle {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #333;
  font-size: 32px;
  line-height: 28px;
  font-weight: 500;
  text-transform: uppercase;
}

.kgseparator {
  font-weight: 300;
}

.blogpostsocialdesktopcontainer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 220px;
  -ms-flex: 0 0 220px;
  flex: 0 0 220px;
}

.blogpostcontent {
  -webkit-box-flex: 0;
  -webkit-flex: 0 640px;
  -ms-flex: 0 640px;
  flex: 0 640px;
}

.blogpostsocialdesktop {
  position: relative;
  left: 90px;
  width: 37px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 36px;
  -ms-flex: 0 0 36px;
  flex: 0 0 36px;
}

.blogpostbreadcrumb {
  color: #333;
  font-size: 16px;
  line-height: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

.blogpostbreadcrumblink {
  color: #333;
  text-decoration: none;
}

.blogpostbreadcrumblink:hover {
  text-decoration: underline;
}

.blogpostbreadcrumbseparator {
  padding-right: 2px;
  padding-left: 2px;
  color: #c3a688;
}

.blogposttitle {
  width: 490px;
  margin-top: 0px;
  color: #333;
  font-size: 64px;
  line-height: 52px;
  font-weight: 500;
  text-transform: uppercase;
}

.blogpostauthor {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #c3a688;
  font-size: 22px;
  line-height: 19px;
  font-weight: 500;
  text-transform: uppercase;
}

.blogpostintrotext {
  margin-bottom: 17px;
  padding-bottom: 17px;
  border-bottom: 1px solid #c3a688;
  color: #333;
  font-size: 32px;
  line-height: 32px;
  font-weight: 500;
}

.blogpostparagraph {
  padding-bottom: 16px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #333;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
}

.blogposthighlightparagraph {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 40px;
  padding-left: 110px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #333;
  font-size: 32px;
  line-height: 35px;
  font-style: italic;
  font-weight: 700;
}

.blogposth2 {
  margin-top: 50px;
  color: #c3a688;
  font-size: 45px;
  line-height: 37px;
  font-weight: 500;
}

.blogpostinlineimagecontainer {
  position: relative;
  left: -72px;
  width: 120%;
  max-width: 720px;
  margin-top: 30px;
  margin-bottom: 50px;
}

.blogpostinlineimagecaption {
  margin-top: 7px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 22px;
}

.blogpostlist {
  margin-top: 10px;
  margin-bottom: 20px;
}

.blogpostlistitem {
  margin-bottom: 16px;
  padding-left: 8px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #333;
  font-size: 22px;
  line-height: 32px;
}

.blogpostsocialmobilecontainer {
  display: none;
}

.blogpostbottomseparator {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid #c3a688;
}

.blogposttagscontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blogposttag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  margin-right: 15px;
  margin-bottom: 14px;
  padding-right: 17px;
  padding-left: 17px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #c3a688;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(.23, 1, .32, 1);
  transition: -webkit-transform 250ms cubic-bezier(.23, 1, .32, 1);
  transition: transform 250ms cubic-bezier(.23, 1, .32, 1);
  transition: transform 250ms cubic-bezier(.23, 1, .32, 1), -webkit-transform 250ms cubic-bezier(.23, 1, .32, 1);
  text-decoration: none;
}

.blogposttag:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.blogposttagtext {
  color: #333;
  font-weight: 500;
  text-transform: uppercase;
}

.blogrelatedposts {
  width: 100%;
  padding-top: 180px;
  padding-bottom: 50px;
  background-color: #fafafa;
}

.blogrelatedpoststitlecontainer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 93vw;
  max-width: 1030px;
  margin-right: auto;
  margin-bottom: 58px;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blogrelatedpoststitle {
  position: relative;
  left: 30px;
  width: 334px;
  color: #c3a688;
  font-size: 80px;
  line-height: 66px;
  font-weight: 500;
  text-transform: uppercase;
}

.blogrelatedpostssubcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 93vw;
  max-width: 1030px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blogrelatedpostspost {
  position: relative;
  margin-bottom: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  text-decoration: none;
}

.blogrelatedpostspost.first {
  top: -140px;
  -webkit-flex-basis: 490px;
  -ms-flex-preferred-size: 490px;
  flex-basis: 490px;
}

.blogrelatedpostspost.second {
  top: 60px;
  -webkit-flex-basis: 410px;
  -ms-flex-preferred-size: 410px;
  flex-basis: 410px;
}

.societyheader {
  width: 100%;
}

.societyhero {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 68vw;
  max-height: 1020px;
  min-height: 720px;
  background-color: #222;
}

.societytextualsubsubcontainer {
  padding-right: 70px;
}

.societytext {
  margin-bottom: 17px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #eaddd5;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.societywidertextualsubcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 722px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.societycelebratedogbutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -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 0 290px;
  -ms-flex: 0 0 290px;
  flex: 0 0 290px;
  border-style: solid;
  border-width: 1px;
  border-color: #c3a688;
  text-decoration: none;
}

.societycelebratedogtext {
  margin-right: 30px;
  color: #eaddd5;
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

.societycelebratedogarrowinactive {
  height: 13px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41px;
  -ms-flex: 0 0 41px;
  flex: 0 0 41px;
  background-image: url('../images/homeSlider_arrow.svg');
  background-position: 0% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.societycelebratedogarrowactive {
  height: 13px;
  margin-left: -40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41px;
  -ms-flex: 0 0 41px;
  flex: 0 0 41px;
  background-image: url('../images/button_arrow_right_active.svg');
  background-position: 0% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.societysection {
  width: 100%;
  padding-bottom: 260px;
  background-color: #222;
}

.societysection.individualpost {
  padding-top: 110px;
}

.societyshare {
  width: 100%;
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: #222;
}

.societysharesubcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  max-width: 941px;
  margin: 100px auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.societysharesecondcontainer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.societysharethirdcontainer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.societysharefourthcontainer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.societysharetitle {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 54px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  color: #c3a688;
  font-size: 80px;
  line-height: 66px;
  font-weight: 500;
  text-transform: uppercase;
}

.societysharefirstcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.societyshareintrotextcontaner {
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.societyformblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.societyformcontainer {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.societytextinput {
  width: 360px;
  margin-bottom: 40px;
  padding: 0px 0px 5px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #eaddd5;
  background-color: hsla(0, 0%, 100%, 0);
  -webkit-transition: color 200ms cubic-bezier(.23, 1, .32, 1);
  transition: color 200ms cubic-bezier(.23, 1, .32, 1);
  color: #eaddd5;
  font-size: 32px;
  line-height: 28px;
  font-weight: 500;
}

.societytextinput:active {
  border-bottom-color: #eaddd5;
}

.societytextinput:focus {
  border-bottom-color: #eaddd5;
}

.societytextinput::-webkit-input-placeholder {
  color: rgba(230, 223, 215, 0.3);
}

.societytextinput:-ms-input-placeholder {
  color: rgba(230, 223, 215, 0.3);
}

.societytextinput::-ms-input-placeholder {
  color: rgba(230, 223, 215, 0.3);
}

.societytextinput::placeholder {
  color: rgba(230, 223, 215, 0.3);
}

.societyselectinput {
  width: 360px;
  height: 70px;
  padding-left: 21px;
  border-style: solid;
  border-width: 2px;
  border-color: #eaddd5;
  background-color: hsla(0, 0%, 95.3%, 0);
  background-image: url('../images/select_icon.svg');
  background-position: 93% 50%;
  background-size: 11px;
  background-repeat: no-repeat;
  color: #eaddd5;
  font-size: 22px;
  line-height: 19px;
  font-weight: 500;
  text-transform: uppercase;
}

.societyselectinput:active {
  border-color: #eaddd5;
}

.societyselectinput:focus {
  border-color: #eaddd5;
}

.societytextarea {
  width: 360px;
  min-height: 388px;
  margin-top: 40px;
  padding: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #eaddd5;
  background-color: hsla(0, 0%, 100%, 0);
  color: #eaddd5;
  font-size: 32px;
  line-height: 28px;
  font-weight: 500;
}

.societytextarea:active {
  border-color: #eaddd5;
}

.societytextarea:focus {
  border-color: #eaddd5;
}

.societytextarea::-webkit-input-placeholder {
  color: rgba(234, 221, 213, 0.3);
}

.societytextarea:-ms-input-placeholder {
  color: rgba(234, 221, 213, 0.3);
}

.societytextarea::-ms-input-placeholder {
  color: rgba(234, 221, 213, 0.3);
}

.societytextarea::placeholder {
  color: rgba(234, 221, 213, 0.3);
}

.societyuploadphotocontainer {
  margin-bottom: 60px;
}

.societylabel {
  margin-bottom: 7px;
  color: #eaddd5;
  font-size: 22px;
  line-height: 19px;
  font-weight: 500;
  text-transform: uppercase;
}

.societyupload {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 219px;
  height: 219px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #eaddd5;
  background-image: url('../images/uploadIcon.svg');
  background-position: 50% 50%;
  background-size: 52px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.societydogscalesubcontainer {
  max-width: 560px;
  margin-top: 25px;
  margin-bottom: 45px;
}

.societydogscalelabel {
  margin-bottom: 7px;
  color: #eaddd5;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

.societydogscale {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.scalebutton {
  width: 24px;
  height: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #c3a688;
  border-radius: 20px;
  -webkit-transition: background-color 200ms cubic-bezier(.23, 1, .32, 1);
  transition: background-color 200ms cubic-bezier(.23, 1, .32, 1);
  cursor: pointer;
}

.scalebutton:hover {
  background-color: #c3a688;
}

.scalebutton.active {
  background-color: #c3a688;
}

.societyformsubmit {
  width: 432px;
  height: 120px;
  margin-top: 30px;
  border-style: solid;
  border-width: 2px;
  border-color: #c3a688;
  background-color: rgba(195, 166, 136, 0);
  -webkit-transition: all 500ms cubic-bezier(.23, 1, .32, 1);
  transition: all 500ms cubic-bezier(.23, 1, .32, 1);
  font-size: 45px;
  line-height: 37px;
  font-weight: 500;
  text-transform: uppercase;
}

.societyformsubmit:hover {
  background-color: #c3a688;
}

.societyformsubmitlabel {
  margin-top: 16px;
  color: #eaddd5;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

.sharelove {
  width: 100%;
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: #c3a688;
}

.genericformdarkonlighttitle {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-right: 54px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  color: #333;
  font-size: 80px;
  line-height: 66px;
  font-weight: 500;
  text-transform: uppercase;
}

.sharelovetext {
  margin-bottom: 17px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.sharelovetext.shorter {
  width: 350px;
}

.sharelovesubcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  max-width: 870px;
  margin: 100px auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sharelovefirstcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.sharelovenewsletterformcontainer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 140px;
  padding-top: 15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.darkonlighttextinput {
  width: 360px;
  margin-bottom: 40px;
  padding: 0px 0px 5px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #333;
  background-color: hsla(0, 0%, 100%, 0);
  -webkit-transition: color 200ms cubic-bezier(.23, 1, .32, 1);
  transition: color 200ms cubic-bezier(.23, 1, .32, 1);
  color: #333;
  font-size: 32px;
  line-height: 28px;
  font-weight: 500;
}

.darkonlighttextinput:active {
  border-bottom-color: #333;
}

.darkonlighttextinput:focus {
  border-bottom-color: #333;
}

.darkonlighttextinput::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.3);
}

.darkonlighttextinput:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.3);
}

.darkonlighttextinput::-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.3);
}

.darkonlighttextinput::placeholder {
  color: rgba(51, 51, 51, 0.3);
}

.darkonlighttextinput.big {
  width: 100%;
}

.shareloveformsubmit {
  width: 100%;
  height: 120px;
  border: 2px solid #333;
  background-color: rgba(195, 166, 136, 0);
  -webkit-transition: all 500ms cubic-bezier(.23, 1, .32, 1);
  transition: all 500ms cubic-bezier(.23, 1, .32, 1);
  color: #333;
  font-size: 45px;
  line-height: 37px;
  font-weight: 500;
  text-transform: uppercase;
}

.shareloveformsubmit:hover {
  background-color: #333;
  color: #eaddd5;
}

.sharelovenewsletterformblock {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.sharelovenewsletterformflexcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sharelovenewsletterformflexcontainer.second {
  margin-top: 12px;
}

.sharelovenewsletterflexleft {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.sharelovenewsletterflexright {
  padding-left: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.sharelovecheckbox {
  width: 52px;
  height: 52px;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-width: 2px;
  border-color: #333;
  border-radius: 0px;
  cursor: pointer;
}

.sharelovecheckbox:hover {
  background-image: url('../images/checkbox_hover.svg');
  background-position: 50% 47%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.sharelovecheckbox.w--redirected-checked {
  margin-right: 20px;
  border-width: 2px;
  border-color: #333;
  background-color: transparent;
  background-image: url('../images/checkbox.svg');
  background-position: 50% 47%;
  background-size: 20px;
}

.sharelovecheckboxfield {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sharelovecheckboxtext {
  color: #333;
  font-size: 22px;
  line-height: 19px;
  font-weight: 500;
  text-transform: uppercase;
}

.sharelovetextlink {
  color: #333;
  font-weight: 700;
}

.sharelovesecondcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.shareloveformcontainer {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.shareloveformblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.genericformflexcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.genericformflexcontainer.freefood {
  margin-top: 50px;
  margin-bottom: 40px;
}

.genericformflexcontainer.signupsecondcontainer {
  margin-top: 50px;
}

.genericformflexcontainer.storelocator {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.genericformflexleft {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.genericformflexleft.profileavatar {
  position: relative;
  left: -30px;
  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;
}

.genericformflexright {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.genericformflexright.editprofile {
  margin-top: -88px;
}

.sharelovetextarea {
  width: 360px;
  min-height: 352px;
  margin-top: 0px;
  padding: 20px;
  border: 2px solid #333;
  background-color: hsla(0, 0%, 100%, 0);
  color: #333;
  font-size: 32px;
  line-height: 28px;
  font-weight: 500;
}

.sharelovetextarea:active {
  border-color: #333;
}

.sharelovetextarea:focus {
  border-color: #333;
}

.sharelovetextarea::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.3);
}

.sharelovetextarea:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.3);
}

.sharelovetextarea::-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.3);
}

.sharelovetextarea::placeholder {
  color: rgba(51, 51, 51, 0.3);
}

.darkonlightlabel {
  margin-bottom: 7px;
  color: #333;
  font-size: 22px;
  line-height: 19px;
  font-weight: 500;
  text-transform: uppercase;
}

.shareloveselectinput {
  width: 360px;
  height: 70px;
  padding-left: 21px;
  border: 2px solid #333;
  background-color: hsla(0, 0%, 95.3%, 0);
  background-image: url('../images/select_icon_dark.svg');
  background-position: 93% 50%;
  background-size: 11px;
  background-repeat: no-repeat;
  color: #333;
  font-size: 22px;
  line-height: 19px;
  font-weight: 500;
  text-transform: uppercase;
}

.shareloveselectinput:active {
  border-color: #333;
}

.shareloveselectinput:focus {
  border-color: #333;
}

.shareloveuploadphotocontainer {
  margin-top: 50px;
  margin-bottom: 30px;
}

.shareloveupload {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 207px;
  height: 205px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #333;
  border-radius: 180px;
  background-image: url('../images/uploadIcon_dark.svg');
  background-position: 50% 50%;
  background-size: 52px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.shareloveratingcontainer {
  margin-top: 40px;
}

.shareloveratingsubcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sharelovestar {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-image: url('../images/shareLoverating_empty.svg');
  background-position: 50% 50%;
  background-size: 30px;
  cursor: pointer;
}

.sharelovestar:hover {
  background-image: url('../images/shareLoverating_full.svg');
}

.sharelovestar.full {
  background-image: url('../images/shareLoverating_full.svg');
}

.sharelovecheckboxfieldfreefood {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  margin-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sharelovecheckboxfreefood {
  width: 52px;
  height: 52px;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-width: 2px;
  border-color: #333;
  border-radius: 0px;
  cursor: pointer;
}

.sharelovecheckboxfreefood:hover {
  background-image: url('../images/checkbox_hover.svg');
  background-position: 50% 47%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.sharelovecheckboxfreefood.w--redirected-checked {
  margin-right: 20px;
  border-width: 2px;
  border-color: #333;
  background-color: transparent;
  background-image: url('../images/checkbox.svg');
  background-position: 50% 47%;
  background-size: 20px;
}

.sharelovecheckboxfreefoodtext {
  display: none;
  color: #333;
  font-size: 22px;
  line-height: 19px;
  font-weight: 500;
  text-transform: uppercase;
}

.sharelovefreefoodcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sharelovefreefoodsubcontainer {
  position: relative;
}

.sharelovefreefoodsubtext {
  position: relative;
  z-index: 1;
  color: #333;
  font-size: 22px;
  line-height: 19px;
  font-weight: 500;
  text-transform: uppercase;
}

.sharelovefreefoodbreedselect {
  position: absolute;
  left: 54px;
  top: 10px;
  z-index: 2;
  width: 160px;
  margin-bottom: 0px;
  padding: 0px;
  border: 1px none #000;
  background-color: transparent;
  color: #eaddd5;
  font-size: 22px;
  line-height: 19px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
}

.sharelovetermslink {
  color: #eaddd5;
}

.sharelovegobackbutton {
  position: absolute;
  right: 72px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 288px;
  height: 70px;
  margin-top: 107px;
  -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;
  border-style: solid;
  border-width: 2px;
  border-color: #eaddd5;
  text-decoration: none;
}

.gobacktext {
  margin-left: 30px;
  color: #333;
  font-size: 16px;
  line-height: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

.gobackarrowinactive {
  width: 40px;
  height: 100%;
  background-image: url('../images/arrowleft_dark.svg');
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.genericprofilelabelrequired {
  margin-top: 20px;
  margin-bottom: 7px;
  color: #333;
  font-size: 16px;
  line-height: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

.genericprofilelabelrequired.editprofile {
  margin-top: 0px;
  margin-bottom: 0px;
}

.speciallightcase {
  font-weight: 300;
}

.navbarsearchcontainer {
  position: absolute;
  left: 0px;
  top: -110vh;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -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;
  background-color: #333;
}

.navbarsearchinput {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 720px;
  -ms-flex: 0 0 720px;
  flex: 0 0 720px;
  border-style: none none solid;
  border-width: 1px 1px 6px;
  border-color: #000 #000 #c3a688;
  background-color: transparent;
  color: #eaddd5;
  font-size: 64px;
  line-height: 52px;
  font-weight: 500;
}

.navbarsearchinput:active {
  border-bottom-color: #c3a688;
  background-color: transparent;
}

.navbarsearchinput:focus {
  border-bottom-color: #c3a688;
  background-color: transparent;
}

.navbarsearchinput::-webkit-input-placeholder {
  background-color: transparent;
  color: rgba(234, 221, 213, 0.3);
}

.navbarsearchinput:-ms-input-placeholder {
  background-color: transparent;
  color: rgba(234, 221, 213, 0.3);
}

.navbarsearchinput::-ms-input-placeholder {
  background-color: transparent;
  color: rgba(234, 221, 213, 0.3);
}

.navbarsearchinput::placeholder {
  background-color: transparent;
  color: rgba(234, 221, 213, 0.3);
}

.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -11px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.search-button {
  position: relative;
  top: 10px;
  width: 48px;
  height: 48px;
  margin-left: -60px;
  padding: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 48px;
  -ms-flex: 0 0 48px;
  flex: 0 0 48px;
  background-color: transparent;
  background-image: url('../images/searchButton.svg');
  background-position: 50% 50%;
  background-size: 48px;
  background-repeat: no-repeat;
}

.navbarsearchclose {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 70px;
  height: 70px;
  background-image: url('../images/navBarSearchClose.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms cubic-bezier(.23, 1, .32, 1);
  transition: all 200ms cubic-bezier(.23, 1, .32, 1);
  cursor: pointer;
}

.navbarsearchclose:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.societypost {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 1000px;
}

.societypostcontentcontainer {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  background-color: #333;
}

.societypostimagecontainer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.image-2 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.societypostsideinfo {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  padding-left: 4vw;
}

.societypostsocialdesktopcontainer {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.societypostsideinfotext {
  position: relative;
  left: -100%;
  width: 100%;
  padding-right: 122px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  color: #eaddd5;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-align: right;
  text-transform: uppercase;
}

.societypostsocialdesktop {
  position: relative;
  width: 37px;
  margin-top: 117px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 36px;
  -ms-flex: 0 0 36px;
  flex: 0 0 36px;
}

.socialpostcontent {
  position: relative;
  z-index: auto;
  padding: 80px 9vw;
}

.socialpostlocationtext {
  color: #eaddd5;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

.socialpostdognametitle {
  margin-bottom: 0px;
  color: #c3a688;
  font-size: 64px;
  line-height: 52px;
  font-weight: 500;
  text-transform: uppercase;
}

.socialpostinstahandlecontainer {
  background-image: url('../images/instaSmall.svg');
  background-position: 0% 0%;
  background-size: 16px;
  background-repeat: no-repeat;
  text-decoration: none;
}

.socialpostinstahandletext {
  padding-top: 0px;
  padding-left: 25px;
  color: #eaddd5;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.societyposttext {
  margin-top: 25px;
  margin-bottom: 45px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #eaddd5;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.societypostotherposts {
  width: 100%;
  min-height: 500px;
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: #222;
}

.societypostsocialmobilecontainer {
  display: none;
}

.societypostsocialmobile {
  display: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 36px;
  -ms-flex: 0 0 36px;
  flex: 0 0 36px;
}

.reviews {
  width: 100%;
  padding-top: 1px;
  padding-bottom: 1px;
}

.reviewscontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  max-width: 900px;
  margin-top: 110px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 130px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.reviewinfocontainer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.reviewproductshotcontainer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.reviewssubcontainer {
  position: relative;
  padding-right: 70px;
  padding-left: 70px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.reviewproductname {
  margin-top: 110px;
  margin-bottom: 20px;
  color: #333;
  font-size: 64px;
  line-height: 52px;
  font-weight: 500;
  text-transform: uppercase;
}

.bigratingcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 56px;
  margin-bottom: 15px;
  margin-left: -10px;
}

.bigratingbasedonuserreviewstext {
  margin-bottom: 45px;
  color: #333;
  font-size: 16px;
  line-height: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

.bigratingstar {
  width: 56px;
  height: 56px;
  margin-right: 18px;
  background-image: url('../images/bigRatingEmpty.svg');
  background-position: 50% 50%;
  background-size: 56px 56px;
  background-repeat: no-repeat;
}

.bigratingstar.bigfull {
  background-image: url('../images/bigRatingFull.svg');
}

.bigratingstar.bighalf {
  background-image: url('../images/bigRatingHalf.svg');
}

.writeareviewbutton {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 290px;
  height: 80px;
  padding-left: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #c3a688;
  text-decoration: none;
}

.writeareviewbuttontext {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #333;
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

.reviewsfiltercontainer {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -240px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.reviewssubsubcontainer {
  position: relative;
  z-index: 5;
}

.review {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 32px;
  border-top: 1px solid #c3a688;
}

.avatarcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 144px;
  margin-right: 70px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 144px;
  -ms-flex: 0 0 144px;
  flex: 0 0 144px;
  border-radius: 200px;
}

.reviewcontant {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}

.smallratingcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 15px;
  margin-bottom: 12px;
}

.smallratingstar {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  background-image: url('../images/reviewStarSmallEmpty.svg');
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
}

.smallratingstar.smallfull {
  background-image: url('../images/reviewStarSmallFull.svg');
}

.reviewtext {
  font-family: 'Source Sans Pro', sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.reviewauthordate {
  color: #c3a688;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

.reviewsfilterdropdownsubcontainer {
  position: relative;
}

.reviewsfilterdropdowntop {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 217px;
  height: 49px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #c3a688;
  background-image: url('../images/darkDropdownArrow.svg');
  background-position: 88% 50%;
  background-size: 8px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.reviewsfilterdropdownbottom {
  position: relative;
  top: -1px;
  width: 217px;
  border-style: none solid solid;
  border-width: 1px;
  border-color: #c3a688;
  background-color: #fff;
  opacity: 0;
}

.reviewsfilterdropdowntoptext {
  position: relative;
  top: 2px;
  margin-left: 20px;
  font-size: 16px;
  line-height: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.reviewsdropdownitem {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 216px;
  height: 49px;
  -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;
  border-top: 1px solid #c3a688;
  -webkit-transition: background-color 300ms cubic-bezier(.23, 1, .32, 1);
  transition: background-color 300ms cubic-bezier(.23, 1, .32, 1);
  cursor: pointer;
}

.reviewsdropdownitem:hover {
  background-color: #c3a688;
}

.reviewsdropdownitem.filterallstars {
  color: #333;
  text-decoration: none;
}

.reviewsfilterdropdownitemtext {
  position: relative;
  top: 2px;
  margin-left: 20px;
  color: #333;
  font-size: 16px;
  line-height: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.reviewsfilterdropdownitemtext.visuallyhidden {
  opacity: 0;
}

.reviewsfilterstars {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-image: url('../images/1star.svg');
  background-position: 18px 14px;
  background-size: 95px;
  background-repeat: no-repeat;
  opacity: 0;
}

.reviewsfilterstars.onestar {
  opacity: 1;
}

.reviewsfilterstars.twostars {
  background-image: url('../images/2stars.svg');
  opacity: 1;
}

.reviewsfilterstars.threestars {
  background-image: url('../images/3stars.svg');
  opacity: 1;
}

.reviewsfilterstars.fourstars {
  background-image: url('../images/4stars.svg');
  opacity: 1;
}

.reviewsfilterstars.fivestars {
  background-image: url('../images/5stars.svg');
  opacity: 1;
}

.reviewsfilterdropdownitemnumberofreviews {
  position: relative;
  top: 2px;
  z-index: 2;
  padding-right: 26px;
  color: #333;
  font-size: 14px;
  line-height: 12px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.reviewspaginationcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.paginationindicatorcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 207px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100px;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
}

.paginationprevbutton {
  position: relative;
  width: 80px;
  height: 60px;
  margin-left: 170px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #c3a688;
}

.paginationprevnextpagetext {
  color: #c3a688;
  font-size: 16px;
  line-height: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

.paginationprevnextseparator {
  margin-top: -3px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40px;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  border-top: 1px solid #c3a688;
}

.paginationarrowinactive {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url('../images/button_arrow_left_inactive.svg');
  background-position: 50% 47%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.paginationarrowinactive.next {
  background-image: url('../images/button_arrow_right_inactive.svg');
}

.paginationarrowactive {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: url('../images/button_arrow_left_active.svg');
  background-position: 50% 47%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.paginationarrowactive.next {
  background-image: url('../images/button_arrow_right_active.svg');
}

.paginationnextbutton {
  position: relative;
  width: 80px;
  height: 60px;
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #c3a688;
}

.searchresults {
  width: 100%;
  min-height: 500px;
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: #333;
}

.searchresultscontainer {
  width: 90vw;
  max-width: 720px;
  margin: 130px auto 150px;
}

.numberofresultstext {
  margin-top: 60px;
  margin-bottom: 17px;
  color: #eaddd5;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  text-transform: uppercase;
}

.numberofresultssearchterm {
  color: #c3a688;
}

.searchresult {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -2px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 2px none #c3a688;
  text-decoration: none;
}

.searchresulttitle {
  margin-top: 0px;
  margin-right: 100px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 220px;
  -ms-flex: 0 0 220px;
  flex: 0 0 220px;
  color: #eaddd5;
  font-size: 22px;
  line-height: 19px;
  font-weight: 500;
  text-transform: uppercase;
}

.searchresulttext {
  margin-top: -5px;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  font-family: 'Source Sans Pro', sans-serif;
  color: #eaddd5;
  font-size: 16px;
  line-height: 22px;
}

.searchresultarrow {
  position: relative;
  right: -20px;
  height: 16px;
  margin-right: -40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40px;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  background-image: url('../images/button_arrow_right_inactive.svg');
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
  opacity: 0;
}

.searchresultseparator {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  border-top: 2px solid #c3a688;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.searchresultseparator.bottom {
  top: auto;
  bottom: 0px;
}

.blogcategories {
  width: 100%;
  min-height: 500px;
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: #eaddd5;
}

.blogcategoriescontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  max-width: 720px;
  margin: 80px auto 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.blogcategorylisting {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -1px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 2px none #c3a688;
  text-decoration: none;
}

.blogcategorylistingseparator {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  border-top: 1px solid #c3a688;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.blogcategorylistingseparator.bottom {
  top: auto;
  bottom: 0px;
}

.blogcategorylistingimage {
  height: 114px;
  margin-right: 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 144px;
  -ms-flex: 0 0 144px;
  flex: 0 0 144px;
}

.blogcategorylistingtitle {
  margin-top: 0px;
  margin-right: 50px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 220px;
  -ms-flex: 0 0 220px;
  flex: 0 0 220px;
  color: #333;
  font-size: 32px;
  line-height: 28px;
  font-weight: 500;
  text-transform: uppercase;
}

.blogcategorylistingtext {
  margin-top: -5px;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  font-family: 'Source Sans Pro', sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 22px;
}

.blogcategoryarrow {
  position: relative;
  right: -20px;
  height: 16px;
  margin-right: -40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40px;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  background-image: url('../images/button_arrow_right_inactive.svg');
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
  opacity: 0;
}

.blogcategorytag {
  position: absolute;
  left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #c3a688;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.blogcategorytagtext {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #333;
  line-height: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

.blogcategorytagcontainer {
  position: absolute;
  left: -100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: -32px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.blogcategoriesdropdowncontainer {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 217px;
  margin-bottom: -94px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.blogcategoriesdropdowntop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 217px;
  height: 49px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #c3a688;
  background-image: url('../images/darkDropdownArrow.svg');
  background-position: 88% 50%;
  background-size: 8px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.blogcategoriesdropddowntext {
  position: relative;
  top: 2px;
  margin-left: 20px;
  font-size: 16px;
  line-height: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.blogcategoriesdropdownbottom {
  position: relative;
  top: -1px;
  width: 217px;
  border-style: none solid solid;
  border-width: 1px;
  border-color: #c3a688;
  background-color: #eaddd5;
}

.blogcategoriesdropdownitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 216px;
  height: 49px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #c3a688;
  -webkit-transition: background-color 300ms cubic-bezier(.23, 1, .32, 1);
  transition: background-color 300ms cubic-bezier(.23, 1, .32, 1);
  text-decoration: none;
  cursor: pointer;
}

.blogcategoriesdropdownitem:hover {
  background-color: #c3a688;
}

.blogcategoriesdropdownitemtext {
  position: relative;
  top: 2px;
  margin-left: 20px;
  color: #333;
  font-size: 16px;
  line-height: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.blogcategoriespaginationcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.blogcategoriespaginationindicatorcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 193px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100px;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
}

.profileedit {
  width: 100%;
  padding-top: 160px;
  padding-bottom: 90px;
  background-color: #c3a688;
}

.profilegenericcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.editprofilefirstcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.editprofileformcontainer {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.editprofileformblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.editprofileuploadplaceholder {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 207px;
  height: 205px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 180px;
}

.editprofiledogphoto {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.editprofiledogphoto.noimage {
  opacity: 0;
}

.editprofileicon {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: url('../images/uploadIcon.svg');
  background-position: 50% 50%;
  background-size: 54px;
  background-repeat: no-repeat;
}

.editprofileicon.noimage {
  background-image: url('../images/uploadIcon_dark.svg');
}

.editprofileformsubmit {
  position: relative;
  top: -159px;
  width: 100%;
  height: 120px;
  border: 2px solid #333;
  background-color: rgba(195, 166, 136, 0);
  -webkit-transition: all 500ms cubic-bezier(.23, 1, .32, 1);
  transition: all 500ms cubic-bezier(.23, 1, .32, 1);
  color: #333;
  font-size: 45px;
  line-height: 37px;
  font-weight: 500;
  text-transform: uppercase;
}

.editprofileformsubmit:hover {
  background-color: #333;
  color: #eaddd5;
}

.profileloginsignup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.profilelogin {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.loginsubmit {
  width: 360px;
  height: 120px;
  border: 2px solid #333;
  background-color: rgba(195, 166, 136, 0);
  -webkit-transition: all 500ms cubic-bezier(.23, 1, .32, 1);
  transition: all 500ms cubic-bezier(.23, 1, .32, 1);
  color: #333;
  font-size: 45px;
  line-height: 37px;
  font-weight: 500;
  text-transform: uppercase;
}

.loginsubmit:hover {
  background-color: #333;
  color: #eaddd5;
}

.errormessage {
  position: relative;
  padding: 0px;
  background-color: transparent;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  color: #bf1b1b;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.iforgotpassword {
  color: #eaddd5;
  font-size: 22px;
  line-height: 19px;
  font-weight: 500;
  text-decoration: underline;
  text-transform: uppercase;
}

.profilesignup {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.signupsubmit {
  width: 360px;
  height: 120px;
  border: 2px solid #333;
  background-color: rgba(195, 166, 136, 0);
  -webkit-transition: all 500ms cubic-bezier(.23, 1, .32, 1);
  transition: all 500ms cubic-bezier(.23, 1, .32, 1);
  color: #333;
  font-size: 45px;
  line-height: 37px;
  font-weight: 500;
  text-transform: uppercase;
}

.signupsubmit:hover {
  background-color: #333;
  color: #eaddd5;
}

.signupuploadplaceholder {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 207px;
  height: 205px;
  border-radius: 180px;
}

.signupuploadplaceholder.noimage {
  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;
  border: 2px solid #333;
}

.signupcheckboxfield {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.profilethankyou {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.gotoyourprofilebutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 360px;
  height: 120px;
  margin-top: 90px;
  -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;
  border: 2px solid #333;
  background-color: rgba(195, 166, 136, 0);
  -webkit-transition: all 500ms cubic-bezier(.23, 1, .32, 1);
  transition: all 500ms cubic-bezier(.23, 1, .32, 1);
  color: #333;
  font-size: 45px;
  line-height: 37px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.gotoyourprofilebutton:hover {
  background-color: #333;
  color: #eaddd5;
}

.gotoyourprofiletext {
  margin-top: -6px;
  margin-bottom: 17px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.passwordreset {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.passwordresetform {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.passwordresetformblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.passwordresetsubmit {
  width: 360px;
  height: 120px;
  border: 2px solid #333;
  background-color: rgba(195, 166, 136, 0);
  -webkit-transition: all 500ms cubic-bezier(.23, 1, .32, 1);
  transition: all 500ms cubic-bezier(.23, 1, .32, 1);
  color: #333;
  font-size: 45px;
  line-height: 37px;
  font-weight: 500;
  text-transform: uppercase;
}

.passwordresetsubmit:hover {
  background-color: #333;
  color: #eaddd5;
}

._404header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 59vw;
  min-height: 930px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: url('../images/aspect_404_min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._404textcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 130px;
  padding-left: 130px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

._404maintitle {
  max-width: 470px;
  margin-top: -200px;
  color: #c3a688;
  font-size: 80px;
  line-height: 66px;
  font-weight: 500;
  text-transform: uppercase;
}

._404ctatitle {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 250px;
  -ms-flex: 0 0 250px;
  flex: 0 0 250px;
  color: #c3a688;
  font-size: 80px;
  line-height: 66px;
  font-weight: 500;
  text-transform: uppercase;
}

.societysubcontainer {
  width: 95vw;
  max-width: 941px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  -ms-grid-columns: minmax(330px, 330px) minmax(330px, 330px) minmax(330px, 330px) minmax(330px, 330px);
  grid-template-columns: minmax(330px, 330px) minmax(330px, 330px) minmax(330px, 330px) minmax(330px, 330px);
  -ms-grid-rows: -webkit-max-content -webkit-max-content;
  -ms-grid-rows: max-content max-content;
  grid-template-rows: -webkit-max-content -webkit-max-content;
  grid-template-rows: max-content max-content;
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 0px;
  column-gap: 0px;
  -webkit-column-rule-style: none;
  column-rule-style: none;
  -webkit-column-rule-width: 0px;
  column-rule-width: 0px;
}

.societymasonrypost {
  position: relative;
  z-index: 2;
  width: 302px;
  margin-right: 10px;
  margin-bottom: 13px;
  -webkit-transform: translate3d(0px, 0px, 1px);
  transform: translate3d(0px, 0px, 1px);
  -webkit-transition: all 500ms cubic-bezier(.23, 1, .32, 1);
  transition: all 500ms cubic-bezier(.23, 1, .32, 1);
  text-decoration: none;
  cursor: pointer;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.societymasonrypost:hover {
  z-index: 1;
  box-shadow: 0 2px 50px 10px rgba(195, 166, 136, 0.4);
}

.societymasonrycontentcontainer {
  position: absolute;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-bottom: 24px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 34, 34, 0)), to(#222));
  background-image: linear-gradient(180deg, rgba(34, 34, 34, 0), #222);
  -webkit-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
}

.societymasonrycontentcontainer:hover {
  opacity: 0;
}

.societymasonryimage {
  width: 100%;
}

.societymasonrydogname {
  max-width: 247px;
  margin-top: 0px;
  margin-bottom: -2px;
  color: #eaddd5;
  font-size: 32px;
  line-height: 28px;
  font-weight: 500;
  text-transform: uppercase;
}

.societymasonrydoginfo {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #eaddd5;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.societytitlecontainer {
  width: 95vw;
  max-width: 941px;
  margin-right: auto;
  margin-left: auto;
}

.societytitle {
  margin-top: 0px;
  margin-bottom: 60px;
  padding-right: 230px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  color: #c3a688;
  font-size: 80px;
  line-height: 66px;
  font-weight: 500;
  text-transform: uppercase;
}

.buynowoverlay {
  position: fixed;
  left: -110vw;
  top: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 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;
  background-color: rgba(0, 0, 0, 0.3);
}

.buynowmodal {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1152px;
  min-height: 400px;
  background-color: #fff;
  box-shadow: 0 1px 150px 0 rgba(0, 0, 0, 0.15);
}

.buynowmodalhero {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  background-image: url('../images/groupshot_recipe.png');
  background-position: 50% 50%;
  background-size: 580px;
  background-repeat: no-repeat;
}

.buynowmodalcontentcontainer {
  padding: 80px 60px 80px 80px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 440px;
  -ms-flex: 0 0 440px;
  flex: 0 0 440px;
}

.buynowmodalclose {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 60px;
  height: 60px;
  background-image: url('../images/darkClose.svg');
  background-position: 50% 50%;
  background-size: 29px;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 50ms cubic-bezier(.23, 1, .32, 1);
  transition: -webkit-transform 50ms cubic-bezier(.23, 1, .32, 1);
  transition: transform 50ms cubic-bezier(.23, 1, .32, 1);
  transition: transform 50ms cubic-bezier(.23, 1, .32, 1), -webkit-transform 50ms cubic-bezier(.23, 1, .32, 1);
  cursor: pointer;
}

.buynowmodalclose:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.buynowlocationdropdown {
  position: relative;
  z-index: 3;
  width: 217px;
  margin-bottom: 20px;
}

.buynowlocationdropdowntop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 217px;
  height: 49px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #c3a688;
  background-image: url('../images/darkDropdownArrow.svg');
  background-position: 88% 50%;
  background-size: 8px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.buynowlocationdropdownbottom {
  position: absolute;
  top: 48px;
  width: 217px;
  border-style: none solid solid;
  border-width: 1px;
  border-color: #c3a688;
  background-color: #eaddd5;
}

.buynowlocationdropdownitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 216px;
  height: 49px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #c3a688;
  -webkit-transition: background-color 300ms cubic-bezier(.23, 1, .32, 1);
  transition: background-color 300ms cubic-bezier(.23, 1, .32, 1);
  cursor: pointer;
}

.buynowlocationdropdownitem:hover {
  background-color: #c3a688;
}

.buynowlocationdropdownitemtext {
  position: relative;
  top: 2px;
  margin-left: 20px;
  font-size: 16px;
  line-height: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.buynowmodaltext {
  font-family: 'Source Sans Pro', sans-serif;
  color: #333;
  font-size: 22px;
  line-height: 32px;
}

.buynowlocationlistcontainer {
  margin-top: 10px;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}

.buynowlocationlistcontainer.hidden {
  display: none;
  opacity: 0;
}

.buynowlocation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 9px;
  -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;
  border-bottom: 1px solid #c3a688;
  text-decoration: none;
}

.buynowlocationarrow {
  height: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40px;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  background-image: url('../images/button_arrow_right_inactive.svg');
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.buynowlocationtext {
  color: #333;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}

.buynowlocationdropdowntoptext {
  position: relative;
  top: 2px;
  margin-left: 20px;
  font-size: 16px;
  line-height: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 940px;
}

.contactmapcontainer {
  position: relative;
  -webkit-box-flex: 70%;
  -webkit-flex: 70%;
  -ms-flex: 70%;
  flex: 70%;
}

.contactsubcontainer {
  padding: 80px 80px 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 500px;
  -ms-flex: 0 500px;
  flex: 0 500px;
  background-color: #eaddd5;
}

.storelocatormap {
  width: 100%;
  height: 100%;
}

.contacttitle {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #333;
  font-size: 45px;
  line-height: 37px;
  font-weight: 500;
  text-transform: uppercase;
}

.contactformcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.contactformblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.contacttextarea {
  width: 360px;
  min-height: 200px;
  margin-top: 0px;
  margin-bottom: 40px;
  padding: 20px;
  border: 2px solid #333;
  background-color: hsla(0, 0%, 100%, 0);
  color: #333;
  font-size: 32px;
  line-height: 28px;
  font-weight: 500;
}

.contacttextarea:active {
  border-color: #333;
}

.contacttextarea:focus {
  border-color: #333;
}

.contacttextarea::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.3);
}

.contacttextarea:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.3);
}

.contacttextarea::-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.3);
}

.contacttextarea::placeholder {
  color: rgba(51, 51, 51, 0.3);
}

.contactcaptcha {
  margin-bottom: 70px;
}

.sharelovedogbreeddropdown {
  position: relative;
  z-index: 3;
  width: 360px;
  margin-bottom: 20px;
}

.sharelovedogbreeddropdowntop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 360px;
  height: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #333;
  background-image: url('../images/select_icon_dark.svg');
  background-position: 93% 50%;
  background-size: 11px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.sharelovedogbreeddropdowntoptext {
  position: relative;
  padding-right: 26px;
  padding-left: 23px;
  color: #333;
  font-size: 22px;
  line-height: 19px;
  font-weight: 500;
  text-transform: uppercase;
}

.sharelovedogbreeddropdownbottom {
  position: absolute;
  top: 68px;
  z-index: 4;
  width: 360px;
  border-style: none solid solid;
  border-width: 2px;
  border-color: #333;
  background-color: #c3a688;
}

.sharelovedogbreeddropdownitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 356px;
  height: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 2px solid #333;
  -webkit-transition: background-color 300ms cubic-bezier(.23, 1, .32, 1);
  transition: background-color 300ms cubic-bezier(.23, 1, .32, 1);
  cursor: pointer;
}

.sharelovedogbreeddropdownitem:hover {
  background-color: #eaddd5;
}

.sharelovedogbreeddropdownitemtext {
  position: relative;
  top: 2px;
  margin-left: 23px;
  font-size: 22px;
  line-height: 19px;
  font-weight: 500;
  text-transform: uppercase;
}

.sharelovefreefooddropdown {
  position: absolute;
  left: 59px;
  top: 19px;
  z-index: 3;
  margin-bottom: 20px;
}

.sharelovefreefooddropdowntop {
  display: inline-block;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/select_icon.svg');
  background-position: 100% 23%;
  background-size: 11px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.sharelovefreefooddropdwonbottom {
  position: absolute;
  top: 28px;
  z-index: 3;
  width: 150px;
  border-style: none solid solid;
  border-width: 2px;
  border-color: #eaddd5;
  background-color: #c3a688;
}

.sharelovefreefooddropdownitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 148px;
  height: 49px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 2px solid #eaddd5;
  -webkit-transition: background-color 300ms cubic-bezier(.23, 1, .32, 1);
  transition: background-color 300ms cubic-bezier(.23, 1, .32, 1);
  cursor: pointer;
}

.sharelovefreefooddropdownitem:hover {
  background-color: #eaddd5;
}

.sharelovefreefooddropdownitemtext {
  position: relative;
  top: 2px;
  margin-left: 23px;
  font-size: 16px;
  line-height: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

.sharelovefreefooddropdwontoptext {
  position: relative;
  padding-right: 26px;
  color: #eaddd5;
  font-size: 22px;
  line-height: 19px;
  font-weight: 500;
  text-transform: uppercase;
}

.storelocatorlocationdropdown {
  position: absolute;
  left: 40px;
  top: 40px;
  z-index: 3;
  width: 217px;
  margin-bottom: 20px;
}

.storelocatorlocationdropdowntop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 217px;
  height: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #c3a688;
  background-color: #c3a688;
  background-image: url('../images/darkDropdownArrow.svg');
  background-position: 89% 50%;
  background-size: 8px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.storelocatorlocationdropdownbottom {
  position: absolute;
  top: 59px;
  width: 217px;
  border-style: none solid solid;
  border-width: 1px;
  border-color: #c3a688;
  background-color: #eaddd5;
}

.storelocatordropdowntoptext {
  position: relative;
  top: 2px;
  margin-left: 20px;
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

.storelocatorlocationdropdownitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 216px;
  height: 59px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #c3a688;
  -webkit-transition: background-color 300ms cubic-bezier(.23, 1, .32, 1);
  transition: background-color 300ms cubic-bezier(.23, 1, .32, 1);
  cursor: pointer;
}

.storelocatorlocationdropdownitem:hover {
  background-color: #c3a688;
}

.storelocatorlocationdropdownitemtext {
  position: relative;
  top: 2px;
  margin-left: 20px;
  font-size: 16px;
  line-height: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.profile {
  width: 100%;
  padding-top: 160px;
  padding-bottom: 90px;
  background-color: #c3a688;
}

.profilename {
  color: #333;
  font-size: 64px;
  line-height: 52px;
  font-weight: 500;
  text-transform: uppercase;
}

.profilewritereviewctabutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 361px;
  height: 120px;
  margin-top: 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;
  border: 2px solid #333;
  text-decoration: none;
}

.profilewritereviewctabuttontext {
  margin-right: 40px;
  color: #333;
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

.editprofileicon-copy {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: url('../images/uploadIcon.svg');
  background-position: 50% 50%;
  background-size: 54px;
  background-repeat: no-repeat;
}

.editprofileicon-copy.noimage {
  background-image: url('../images/uploadIcon_dark.svg');
}

.profilebigavatarcontainer {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 361px;
  height: 361px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 180px;
}

.profilebigavatarimage {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.profilebigavatarimage.noimage {
  opacity: 0;
}

.profileeditprofilelink {
  margin-top: 30px;
  margin-bottom: 7px;
  color: #eaddd5;
  font-size: 22px;
  line-height: 19px;
  font-weight: 500;
  text-transform: uppercase;
}

.logoutbutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 288px;
  height: 70px;
  margin-top: 45px;
  -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;
  border-style: solid;
  border-width: 2px;
  border-color: #eaddd5;
  text-decoration: none;
}

.logoutbuttontext {
  margin-left: 20px;
  color: #333;
  font-size: 17px;
  line-height: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

.logoutbuttonarrow {
  height: 13px;
  margin-left: -100px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41px;
  -ms-flex: 0 0 41px;
  flex: 0 0 41px;
  background-image: url('../images/arrowleft_dark.svg');
  background-position: 0% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.logoutbuttonarrowactive {
  position: relative;
  left: -40px;
  height: 13px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41px;
  -ms-flex: 0 0 41px;
  flex: 0 0 41px;
  background-image: url('../images/button_arrow_right_active.svg');
  background-position: 0% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.societysexdropdown {
  position: relative;
  z-index: 3;
  width: 360px;
  margin-bottom: 20px;
}

.societysexdropdowntop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 360px;
  height: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #eaddd5;
  background-image: url('../images/select_icon.svg');
  background-position: 93% 50%;
  background-size: 11px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.societysexdropdowntoptext {
  position: relative;
  padding-right: 26px;
  padding-left: 23px;
  color: #eaddd5;
  font-size: 22px;
  line-height: 19px;
  font-weight: 500;
  text-transform: uppercase;
}

.societysexdropdownbottom {
  position: absolute;
  top: 69px;
  z-index: 4;
  width: 360px;
  border-style: none solid solid;
  border-width: 2px;
  border-color: #eaddd5;
  background-color: #222;
}

.societysexdropdownitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 356px;
  height: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 2px solid #eaddd5;
  -webkit-transition: background-color 300ms cubic-bezier(.23, 1, .32, 1);
  transition: background-color 300ms cubic-bezier(.23, 1, .32, 1);
  color: #eaddd5;
  cursor: pointer;
}

.societysexdropdownitem:hover {
  background-color: #eaddd5;
}

.societysexdropdownitemtext {
  position: relative;
  top: 2px;
  margin-left: 23px;
  font-size: 22px;
  line-height: 19px;
  font-weight: 500;
  text-transform: uppercase;
}

.societyuploadedimage {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-transition: opacity 200ms cubic-bezier(.23, 1, .32, 1);
  transition: opacity 200ms cubic-bezier(.23, 1, .32, 1);
  -o-object-fit: cover;
  object-fit: cover;
}

.societyuploadedimage:hover {
  opacity: 0.2;
}

.societyuploadedimage.noimage {
  opacity: 0;
}

.shareloveuploadedimage {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-transition: opacity 200ms cubic-bezier(.23, 1, .32, 1);
  transition: opacity 200ms cubic-bezier(.23, 1, .32, 1);
  -o-object-fit: cover;
  object-fit: cover;
}

.shareloveuploadedimage:hover {
  opacity: 0.2;
}

.shareloveuploadedimage.noimage {
  opacity: 0;
}

.temporaryheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  min-height: 930px;
}

.temporaryheaderhero {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  background-image: url('../images/frenchBulldog_recipe_hero.jpg');
  background-position: 40% 20%;
  background-size: cover;
  background-repeat: no-repeat;
}

.temporaryheadercontentcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 130px;
  padding-left: 130px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  background-color: #fff;
}

.error-message {
  position: absolute;
  left: 0px;
  bottom: -30px;
  font-weight: 500;
  text-transform: uppercase;
}

.successmessage {
  position: relative;
  padding: 0px;
  background-color: transparent;
  font-size: 16px;
  line-height: 16px;
}

.successmessagetext {
  color: #333;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
}

.recipesixthsectionimagemobile {
  display: none;
  width: 100%;
  height: 40vw;
  background-image: url('../images/sixthSection.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.recipefeedingguidetableimagecontainer {
  position: relative;
  left: -80px;
  width: 70vw;
  max-width: 865px;
  margin-right: auto;
  margin-left: auto;
}

.recipefeedingguidetableimagedesktop {
  display: block;
}

.recipefeedingguidetableimagemobile {
  display: none;
}

.reviewavatarimage {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blogposth3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #333;
  font-size: 26px;
  line-height: 27px;
  font-style: italic;
  font-weight: 700;
}

.philosophylistitem {
  margin-bottom: 18px;
}

.recipefeedingpdf {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  height: 30px;
  margin-top: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.recipefeedingtext {
  margin-right: 20px;
  color: #333;
  font-size: 16px;
  line-height: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

.recipefeedingarrow {
  height: 13px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40px;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  background-image: url('../images/button_arrow_right_inactive.svg');
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.societysharecheckboxfield {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.societysharecheckbox {
  width: 52px;
  height: 52px;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-width: 2px;
  border-color: #eaddd5;
  border-radius: 0px;
  cursor: pointer;
}

.societysharecheckbox:hover {
  background-image: url('../images/checkbox_tick_light_hover.svg');
  background-position: 50% 47%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.societysharecheckbox.w--redirected-checked {
  margin-right: 20px;
  border-width: 2px;
  border-color: #eaddd5;
  background-color: transparent;
  background-image: url('../images/checkbox_tick_light.svg');
  background-position: 50% 47%;
  background-size: 20px;
}

.societysharecheckboxtext {
  max-width: 290px;
  color: #eaddd5;
  font-size: 22px;
  line-height: 19px;
  font-weight: 500;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .navbarlinks {
    display: none;
  }

  .navbarother {
    display: none;
  }

  .navbarhamburger {
    display: block;
  }

  .navbarmobilemenu {
    display: block;
  }

  .homeslider {
    display: none;
  }

  .homeslider.mobile {
    display: block;
  }

  .homeslidersubcontainer {
    min-width: 100vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .homeslide:hover {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 800px;
    -ms-flex-preferred-size: 800px;
    flex-basis: 800px;
  }

  .homeslide.active {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-basis: 3000px;
    -ms-flex-preferred-size: 3000px;
    flex-basis: 3000px;
  }

  .homesliderimage.maltese {
    background-image: url('../images/ASPECT-maltezer_dlaka-Copy-3.jpg');
  }

  .homesliderimage.bichon {
    background-image: url('../images/ASPECT-bichon_dlaka-Copy-2.jpg');
  }

  .homesliderimage.pug {
    background-image: url('../images/ASPECT-pug_dlaka-Copy-3.jpg');
  }

  .homesliderimage.frenchbulldog {
    background-image: url('../images/ASPECT-french_buldog_dlaka-Copy-3.jpg');
  }

  .homesliderimagelogo {
    background-position: 100% 50%;
  }

  .homesliderimagelogo.maltese {
    background-image: url('../images/ASPECT-maltezer_dlaka_logo_1.jpg');
  }

  .homesliderimagelogo.bichon {
    background-image: url('../images/ASPECT-bichon_dlaka_logo_1.jpg');
  }

  .homesliderimagelogo.pug {
    background-image: url('../images/ASPECT-pug_dlaka_logo_1.jpg');
  }

  .homesliderimagelogo.frenchbulldog {
    background-image: url('../images/ASPECT-french_buldog_dlaka_logo_1.jpg');
  }

  .homeslidercontentcontainer {
    height: 70%;
    padding-left: 33px;
  }

  .homesliderheading {
    font-size: 60px;
    line-height: 46px;
  }

  .homeslidersubheading {
    font-size: 27px;
  }

  .homesllidercta {
    margin-top: -20px;
  }

  .homesliderarrow {
    background-position: 0% 55%;
    background-size: 46px;
  }

  .homeslidersidewayscontainer {
    height: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .homeslidersidewaysheading {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 34px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .navcontainer {
    z-index: 1;
    overflow: hidden;
    height: 1000px;
    margin-bottom: -930px;
  }

  .homeproductscarouselsunbcontainer {
    left: auto;
    width: 600px;
    margin-left: 7.5vw;
  }

  .homeproductscarouselotherstuffcontainer {
    width: 85vw;
    max-width: 100%;
  }

  .linkbuttonarrow {
    -webkit-flex-basis: 47px;
    -ms-flex-preferred-size: 47px;
    flex-basis: 47px;
    background-position: 0% 55%;
    background-size: 46px;
  }

  .homeproductcarouselscrollbarcontainer {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }

  .homeproductcarouselbuttonscontainer {
    display: none;
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
  }

  .homehighlightboxcontent {
    -webkit-flex-basis: 400px;
    -ms-flex-preferred-size: 400px;
    flex-basis: 400px;
  }

  .homeaspectsocietyhero {
    max-height: 680px;
    min-height: 560px;
  }

  .societytextualcontainer {
    position: relative;
    top: -210px;
    bottom: auto;
  }

  .homeproductsbuttonarrow {
    -webkit-flex-basis: 47px;
    -ms-flex-preferred-size: 47px;
    flex-basis: 47px;
    background-position: 0% 55%;
    background-size: 46px;
  }

  .homeaspectsharelovevisual {
    background-position: 14% 50%;
  }

  .homeaspectsharelovetext {
    width: 250px;
  }

  .homeaspectsharelovebutton {
    width: 250px;
  }

  .homebloghighlightsbreedschool {
    width: 70vw;
    margin-bottom: 120px;
  }

  .homebloghighlightsintro {
    left: 0px;
    -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;
  }

  .homebloghighlightstitle {
    margin-left: -10px;
    font-size: 200px;
    line-height: 146px;
  }

  .homebloghighlightstext.breedschool {
    position: static;
  }

  .homebloghighlightstext.experts {
    position: static;
    width: 320px;
  }

  .homebloghihglightsbutton.breedschool {
    position: relative;
    left: 44vw;
    top: auto;
    right: auto;
  }

  .homebloghihglightsbutton.experts {
    position: relative;
    left: 44vw;
    top: auto;
    right: auto;
  }

  .homebloghighlightspostscontainer {
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .homebloghighlightspost {
    margin-bottom: 20px;
  }

  .homebloghighlightspost.second {
    margin-top: 100px;
  }

  .homebloghighlightspost.second.experts {
    margin-top: 100px;
  }

  .homebloghighlightspostsummary {
    width: 90%;
  }

  .homebloghighlightsseparator {
    width: 70vw;
  }

  .homebloghighlightsexperts {
    width: 70vw;
    margin-top: 150px;
  }

  .footer {
    height: auto;
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .footersubcontainer {
    width: 420px;
    margin-top: 140px;
    margin-bottom: 250px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footerlogo {
    width: 420px;
    height: 137px;
  }

  .footerlinkssubcontainer {
    width: 100%;
  }

  .footerbuttonsandfriends {
    position: relative;
    top: -120px;
    width: 420px;
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footerlinks {
    position: relative;
    top: 310px;
  }

  .footerlink {
    margin-bottom: 24px;
  }

  .footernewsletterbutton {
    width: 100%;
  }

  .footernewsletterbuttonarrowinactive {
    -webkit-flex-basis: 47px;
    -ms-flex-preferred-size: 47px;
    flex-basis: 47px;
    background-position: 0% 55%;
    background-size: 46px;
  }

  .footersharelovebutton {
    width: 100%;
    padding-left: 80px;
  }

  .footersharebuttonheart {
    right: 60px;
  }

  .footerlegalese {
    position: relative;
    top: 220px;
  }

  .recipesheader {
    height: auto;
  }

  .recipesheadersubcontainer {
    width: 85vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .recipesheadertext {
    top: auto;
    margin-top: 0px;
    -webkit-flex-basis: 0px;
    -ms-flex-preferred-size: 0px;
    flex-basis: 0px;
  }

  .recipesallrecipes {
    margin-top: -120px;
  }

  .producthoverboard {
    display: none;
  }

  .recipesfilterdropdowncontainer {
    margin-top: 70px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .recipesheadertextanddropdown {
    margin-top: 20px;
  }

  .recipesfilterdropdowntop {
    width: 40vw;
    max-width: 300px;
    min-width: 217px;
  }

  .recipesfilterdropdownbottom {
    width: 40vw;
    max-width: 300px;
    min-width: 217px;
  }

  .recipesdropdownitem {
    width: 39.9vw;
    max-width: 299px;
    min-width: 216px;
  }

  .recipesbreedschoolbiglinksubcontainer {
    height: auto;
    max-height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .recipesbreedschoolbiglinkhero {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 47vw;
    -ms-flex-preferred-size: 47vw;
    flex-basis: 47vw;
  }

  .recipesbreedschoolbiglinktextcontainer {
    padding-top: 10px;
    padding-left: 0px;
  }

  .recipesbreedschoolbiglinksubheading {
    width: 100%;
    margin-bottom: 6px;
  }

  .recipesbreedschoolbiglinkheading {
    margin-bottom: 0px;
  }

  .recipesbreedschoolbiglinkheadingcontainer {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .recipesbreedschoolbiglinkarrow {
    left: auto;
    height: 52px;
  }

  .recipesheaderhero {
    -webkit-box-flex: 0;
    -webkit-flex: 0 73vw;
    -ms-flex: 0 73vw;
    flex: 0 73vw;
  }

  .recipeheader {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .recipeheadertextcontainer {
    -webkit-flex-basis: 70%;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
  }

  .recipesummaryproductshot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .recipesocialdesktop {
    display: none;
  }

  .recipesummary {
    padding-bottom: 123px;
  }

  .productshot.reviewshot {
    width: 330px;
  }

  .socialtitle {
    height: 20px;
  }

  .socialtitle.mobile {
    position: relative;
    bottom: -6px;
    padding-bottom: 26px;
    border-bottom: 2px solid #c3a688;
  }

  .socialtitle.mobile.socialpost {
    color: #eaddd5;
  }

  .sociallink.facebook.soscialpost {
    width: 30px;
    height: 30px;
  }

  .recipenutritionalmainaspects {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .recipenutritionalbuyratingcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .reciperatingcontainer {
    margin-bottom: 32px;
    padding-left: 0px;
  }

  .buynowbutton.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    margin-top: 60px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .buynowbutton.desktop {
    display: none;
  }

  .highlightedratingsslidersubcontainer {
    height: 530px;
  }

  .highlightedrating {
    -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;
  }

  .highlightedratingname {
    display: block;
    text-align: center;
  }

  .highlightedratingratingcontainer {
    margin-top: 31px;
  }

  .highlightedratingtext {
    margin-top: 4px;
  }

  .recipefifthsection {
    padding-top: 50px;
    padding-bottom: 110px;
  }

  .recipeseventhsectionsubcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .recipeeightssectionimage {
    min-width: 350px;
  }

  .recipesocialmobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 290px;
    margin-top: 70px;
    -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;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-flex-basis: 220px;
    -ms-flex-preferred-size: 220px;
    flex-basis: 220px;
  }

  .recipesocialmobile.individualpost {
    margin-top: 0px;
  }

  .highlightedratingnamedesktop {
    display: none;
  }

  .buynowbuttonarrowactive {
    opacity: 0;
  }

  .philosophyheader {
    height: 90vw;
    background-position: 6% 50%;
  }

  .philosophynourishtheirindividualitysubcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .philosophynourishtheirsubcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .philosophyindividualitycontainer {
    padding-top: 70px;
    padding-bottom: 100px;
    padding-left: 80px;
    -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;
  }

  .philosophynourishcontainer {
    padding-top: 70px;
    padding-left: 80px;
  }

  .philosophytheircontainer {
    padding-top: 70px;
    padding-left: 80px;
  }

  .philosophynourishtitle.individuality {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .philosophynourishtext.individuality {
    padding-left: 0px;
  }

  .philosophyaspecthero {
    height: 120vw;
    background-image: url('../images/philosophyAspectMobile.jpg');
  }

  .philosophytrueaspectvaluessubcontainer {
    width: 80vw;
  }

  .philosophytruetitle {
    font-size: 150px;
    line-height: 110px;
  }

  .philosophytruetitle.first {
    margin-bottom: 30px;
    padding-left: 115px;
  }

  .philosophytruetitle.last {
    margin-top: 50px;
    padding-left: 117px;
  }

  .trueaspectsubcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .trueaspectcontainer {
    margin-top: 10px;
    margin-bottom: 3px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .philosophytruetext {
    width: 330px;
    margin-top: 10px;
    margin-left: 40px;
  }

  .whenyouchoosetitle {
    font-size: 60px;
    line-height: 49px;
  }

  .philosophyreasonsfirstcontainerlist {
    font-size: 67px;
    line-height: 59px;
  }

  .whenyousechoosetext {
    width: 390px;
    font-size: 21px;
    line-height: 30px;
  }

  .philosophyreasonssecondcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .therightchoicecontainer {
    position: relative;
    z-index: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-basis: 350px;
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px;
  }

  .therightchoicebreedspecifictitle {
    padding-right: 60px;
    font-size: 68px;
    line-height: 58px;
  }

  .therightyorkie {
    height: 465px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 410px;
    -ms-flex: 0 0 410px;
    flex: 0 0 410px;
    background-position: 50% 100%;
    background-size: 449px;
  }

  .inamarketfloodedcontainer {
    top: -70px;
  }

  .inamarketfloodedbackground {
    left: -10vw;
    top: -74%;
    width: 101vw;
    height: 170%;
  }

  .inamarketfloodedsubcontainer {
    padding-left: 0px;
  }

  .philosophyreasonsthirdcontainer {
    margin-top: 80px;
    margin-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .breedspecificcontainer {
    left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .frenchiespecific {
    height: 465px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 410px;
    -ms-flex: 0 0 410px;
    flex: 0 0 410px;
    background-position: 50% 50%;
    background-size: 460px;
  }

  .withspecificsensitivitiessubcontainer {
    margin-top: 20px;
  }

  .withspecificsensitivitiesbackground {
    left: -10vw;
    top: -50%;
    right: auto;
    width: 101vw;
    height: 150%;
  }

  .philosophykeepthemhappysubcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .keepthemhappytitle {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    font-size: 68px;
    line-height: 58px;
  }

  .keepthemhappylistcontainer {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .happyli {
    background-position: 0% 12px;
    background-size: 7px;
  }

  .aspectphilosophytitle {
    right: auto;
    color: #fff;
  }

  .ingredientsfirstsection {
    height: auto;
    min-height: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ingredientsfirsthero {
    -webkit-flex-basis: 90vw;
    -ms-flex-preferred-size: 90vw;
    flex-basis: 90vw;
  }

  .ingredientsfirstsectiontextcontainer {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .ingredientsfirstsectiontextsubcontainer {
    padding: 80px 50px 90px;
  }

  .ingredientstexttitle {
    width: auto;
    margin-top: 0vw;
    margin-bottom: 8px;
  }

  .ingredientstext {
    width: auto;
  }

  .ingredientssecondsection {
    height: 170vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ingredientsnogifcontainer {
    background-size: 70vw;
  }

  .ingredientsnotherhappyfrenchy {
    height: 90vw;
  }

  .ingredientsillustrationsubcontainer {
    width: 470px;
    background-image: url('../images/ingredientsMobileFUll-min.png');
  }

  .pikabuleft {
    background-image: url('../images/pikabuLeftMobile.png');
    background-position: 0% 1390px;
    background-size: 413px;
  }

  .pikaburight {
    background-image: url('../images/pikabuRightMobile-min.png');
    background-position: 100% 530px;
    background-size: 430px;
  }

  .ingredientsdetailedsectionbigsubcontainer {
    height: 7450px;
  }

  .blogheader {
    height: auto;
    min-height: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bloghero {
    -webkit-flex-basis: 90vw;
    -ms-flex-preferred-size: 90vw;
    flex-basis: 90vw;
  }

  .blogheadertextcontainer {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .blogheadertexttitle {
    width: auto;
    margin-top: 0vw;
    margin-bottom: 8px;
  }

  .blogheadertext {
    width: auto;
  }

  .blogheadersubscribebutton {
    width: 100%;
  }

  .blogheadersubscribebuttonarrowinactive {
    -webkit-flex-basis: 47px;
    -ms-flex-preferred-size: 47px;
    flex-basis: 47px;
    background-position: 0% 55%;
    background-size: 46px;
  }

  .blogfeaturedstorycontent {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .blogfeaturedstoryimage {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .blogfeaturedstorytag {
    left: 70px;
  }

  .blogfeaturedstorycontentcontainer {
    padding-right: 60px;
    padding-left: 70px;
  }

  .blogfeaturedstoryparagraph {
    font-size: 17px;
    line-height: 23px;
  }

  .blogfeaturedstoryuibutton {
    display: none;
  }

  .bloghighlightedcategorybreedschool {
    left: 0px;
    height: auto;
    background-size: 600px;
  }

  .bloghighlightedcategorybreedschoolsubcontainer {
    left: 0px;
    margin-top: 267px;
    -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;
  }

  .bloghighlightedbreedschooltitle {
    margin-bottom: 0px;
    font-size: 240px;
    line-height: 172px;
  }

  .bloghighlightedbreedschoolctacontainer {
    left: 70px;
    top: 0px;
  }

  .bloghighlightedcategoryexperts {
    left: 0px;
    height: auto;
    background-size: 600px;
  }

  .bloghighlightedcategoryexpertssubcontainer {
    left: 0px;
    margin-top: 267px;
    -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;
  }

  .bloghighlightedexpertsctacontainer {
    left: 70px;
    top: 0px;
  }

  .blogexploreallstoriespostssubcontainer {
    width: 70vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .blogexploreallstoriespost {
    margin-bottom: 80px;
  }

  .blogexploreallstoriespost.second {
    top: auto;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .blogexploreallstoriespost.third {
    margin-bottom: 80px;
  }

  .blogexploreallstoriespost.fourth {
    top: auto;
  }

  .blogexploreallstoriespost.sixth {
    top: auto;
  }

  .blogexploreallstoriestitlecontainer {
    width: 70vw;
  }

  .blogexploreallstoriesloadmorecontainer {
    width: 70vw;
  }

  .blogpostsubcontainer {
    width: 85vw;
  }

  .blogpostbreadcrumbs {
    -webkit-flex-basis: 170px;
    -ms-flex-preferred-size: 170px;
    flex-basis: 170px;
  }

  .ingredientssinglesourceprotein {
    height: 360px;
  }

  .ingredientssinglesourceproteintitle {
    font-size: 120px;
    line-height: 90px;
  }

  .blogheadersubscribebuttonarrowactive {
    -webkit-flex-basis: 47px;
    -ms-flex-preferred-size: 47px;
    flex-basis: 47px;
    background-position: 0% 55%;
    background-size: 46px;
  }

  .footernewsletterbuttonarrowactive {
    display: none;
    -webkit-flex-basis: 47px;
    -ms-flex-preferred-size: 47px;
    flex-basis: 47px;
    background-position: 0% 55%;
    background-size: 46px;
  }

  .ingredientssinglesourceproteinsubcontainer {
    padding-bottom: 30px;
  }

  .blogpostsocialdesktopcontainer {
    -webkit-flex-basis: 170px;
    -ms-flex-preferred-size: 170px;
    flex-basis: 170px;
  }

  .blogpostcontent {
    padding-right: 50px;
  }

  .blogpostsocialdesktop {
    display: none;
  }

  .blogposttitle {
    width: 463px;
  }

  .blogposthighlightparagraph {
    padding-left: 80px;
  }

  .blogpostinlineimagecontainer {
    left: -100px;
  }

  .blogpostsocialmobilecontainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .blogrelatedpoststitlecontainer {
    width: 70vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .blogrelatedpoststitle {
    left: 0px;
  }

  .blogrelatedpostssubcontainer {
    width: 70vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .blogrelatedpostspost {
    margin-bottom: 80px;
  }

  .blogrelatedpostspost.first {
    top: 0px;
  }

  .blogrelatedpostspost.second {
    top: auto;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .societyheader {
    height: 83vw;
    background-color: #222;
  }

  .societyhero {
    overflow: visible;
    max-height: none;
    min-height: 560px;
  }

  .societywidertextualsubcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .societycelebratedogbutton {
    width: 290px;
    -webkit-flex-basis: 80px;
    -ms-flex-preferred-size: 80px;
    flex-basis: 80px;
  }

  .societycelebratedogarrowinactive {
    -webkit-flex-basis: 47px;
    -ms-flex-preferred-size: 47px;
    flex-basis: 47px;
    background-position: 0% 55%;
    background-size: 46px;
  }

  .societycelebratedogarrowactive {
    display: none;
    -webkit-flex-basis: 47px;
    -ms-flex-preferred-size: 47px;
    flex-basis: 47px;
    background-position: 0% 55%;
    background-size: 46px;
  }

  .societysection {
    padding-top: 100px;
  }

  .societysharesubcontainer {
    width: 60vw;
  }

  .societysharesecondcontainer {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .societysharethirdcontainer {
    margin-top: 20px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .societysharetitle {
    max-width: 400px;
  }

  .societysharefirstcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .societyshareintrotextcontaner {
    max-width: 600px;
    padding-left: 0px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .societyformcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .societytextinput {
    width: 100%;
  }

  .societyselectinput {
    width: 100%;
  }

  .societytextarea {
    width: 100%;
  }

  .societyformsubmit {
    width: 100%;
  }

  .genericformdarkonlighttitle {
    max-width: 400px;
    margin-bottom: 10px;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .sharelovesubcontainer {
    width: 90vw;
  }

  .sharelovefirstcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .darkonlighttextinput {
    width: 90%;
  }

  .shareloveformsubmit {
    width: 90%;
  }

  .sharelovenewsletterflexleft {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .sharelovenewsletterflexright {
    padding-left: 40px;
  }

  .sharelovesecondcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .shareloveformcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .genericformflexcontainer.profileavatar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .genericformflexleft.profileavatar {
    left: auto;
    margin-bottom: 60px;
  }

  .genericformflexright {
    right: -35px;
  }

  .genericformflexright.profileavatar {
    right: auto;
  }

  .sharelovetextarea {
    width: 90%;
  }

  .shareloveselectinput {
    width: 90%;
  }

  .sharelovegobackbutton {
    right: 46px;
  }

  .navbarsearchinput {
    -webkit-flex-basis: 80vw;
    -ms-flex-preferred-size: 80vw;
    flex-basis: 80vw;
  }

  .societypost {
    z-index: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .societypostsideinfo {
    padding-left: 5.5vw;
  }

  .societypostsocialdesktop {
    display: none;
  }

  .socialpostcontent {
    padding-right: 13vw;
    padding-left: 13vw;
  }

  .societypostsocialmobilecontainer {
    display: block;
  }

  .societypostsocialmobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 290px;
    margin-top: 70px;
    -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;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-flex-basis: 220px;
    -ms-flex-preferred-size: 220px;
    flex-basis: 220px;
  }

  .reviewinfocontainer {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .reviewproductshotcontainer {
    margin-bottom: -130px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .reviewsfilterdropdownsubcontainer {
    margin-top: 70px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .reviewsfilterdropdowntop {
    width: 40vw;
    max-width: 300px;
    min-width: 217px;
  }

  .reviewsfilterdropdownbottom {
    width: 40vw;
    max-width: 300px;
    min-width: 217px;
  }

  .reviewsdropdownitem {
    width: 39.9vw;
    max-width: 299px;
    min-width: 216px;
  }

  .paginationprevbutton {
    position: absolute;
    right: 100px;
  }

  .paginationarrowactive {
    display: none;
  }

  .paginationnextbutton {
    position: absolute;
    right: 0px;
  }

  .searchresultscontainer {
    width: 80vw;
  }

  .blogcategoriescontainer {
    width: 80vw;
  }

  .blogcategoriesdropdowncontainer {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .blogcategoriesdropdowntop {
    width: 40vw;
    max-width: 300px;
    min-width: 217px;
  }

  .blogcategoriesdropdownbottom {
    width: 40vw;
    max-width: 300px;
    min-width: 217px;
  }

  .blogcategoriesdropdownitem {
    width: 39.9vw;
    max-width: 299px;
    min-width: 216px;
  }

  .blogcategoriespaginationcontainer {
    position: relative;
    width: 80vw;
    max-width: 720px;
  }

  .blogcategoriespaginationindicatorcontainer {
    position: relative;
    top: 25px;
    margin-left: 0px;
  }

  .editprofilefirstcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .editprofileformcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .editprofileformsubmit {
    width: 90%;
  }

  .profileloginsignup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .profilelogin {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .loginsubmit {
    width: 90%;
  }

  .profilesignup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .signupsubmit {
    width: 90%;
  }

  .profilethankyou {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .gotoyourprofilebutton {
    width: 90%;
  }

  .passwordreset {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .passwordresetform {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .passwordresetsubmit {
    width: 90%;
  }

  ._404header {
    height: 80vw;
    min-height: 490px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  ._404textcontainer {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  ._404maintitle {
    font-size: 60px;
    line-height: 50px;
  }

  .societysubcontainer {
    max-width: 720px;
    -webkit-column-count: 2;
    column-count: 2;
  }

  .societymasonrypost {
    width: 349px;
  }

  .societytitlecontainer {
    width: 95vw;
    max-width: 720px;
  }

  .societytitle {
    padding-right: 0px;
  }

  .buynowmodal {
    width: 90vw;
  }

  .buynowmodalhero {
    display: none;
  }

  .buynowmodalcontentcontainer {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .buynowlocationdropdown {
    margin-top: 70px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .buynowlocationdropdowntop {
    width: 40vw;
    max-width: 300px;
    min-width: 217px;
  }

  .buynowlocationdropdownbottom {
    width: 40vw;
    max-width: 300px;
    min-width: 217px;
  }

  .buynowlocationdropdownitem {
    width: 39.9vw;
    max-width: 299px;
    min-width: 216px;
  }

  .contact {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contactmapcontainer {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 500px;
    -ms-flex: 0 0 500px;
    flex: 0 0 500px;
  }

  .storelocatormap {
    height: 500px;
  }

  .contactformcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contacttextarea {
    width: 90%;
  }

  .sharelovedogbreeddropdown {
    margin-top: 70px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .sharelovedogbreeddropdowntop {
    width: 40vw;
    max-width: 300px;
    min-width: 217px;
  }

  .sharelovedogbreeddropdownbottom {
    width: 40vw;
    max-width: 300px;
    min-width: 217px;
  }

  .sharelovedogbreeddropdownitem {
    width: 39.9vw;
    max-width: 298px;
    min-width: 216px;
  }

  .sharelovefreefooddropdown {
    top: -51px;
    margin-top: 70px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .sharelovefreefooddropdowntop {
    max-width: 300px;
  }

  .sharelovefreefooddropdwonbottom {
    width: 40vw;
    max-width: 300px;
    min-width: 217px;
  }

  .sharelovefreefooddropdownitem {
    width: 39.9vw;
    max-width: 298px;
    min-width: 216px;
  }

  .storelocatorlocationdropdown {
    margin-top: 0px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .storelocatorlocationdropdowntop {
    width: 40vw;
    max-width: 300px;
    min-width: 217px;
  }

  .storelocatorlocationdropdownbottom {
    width: 40vw;
    max-width: 300px;
    min-width: 217px;
  }

  .storelocatorlocationdropdownitem {
    width: 39.9vw;
    max-width: 299px;
    min-width: 216px;
  }

  .profilewritereviewctabutton {
    width: 100%;
    max-width: 420px;
  }

  .logoutbutton {
    width: 100%;
    max-width: 330px;
  }

  .logoutbuttonarrow {
    -webkit-flex-basis: 47px;
    -ms-flex-preferred-size: 47px;
    flex-basis: 47px;
    background-position: 0% 55%;
    background-size: 46px;
  }

  .logoutbuttonarrowactive {
    display: none;
    -webkit-flex-basis: 47px;
    -ms-flex-preferred-size: 47px;
    flex-basis: 47px;
    background-position: 0% 55%;
    background-size: 46px;
  }

  .societysexdropdown {
    margin-top: 70px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .societysexdropdowntop {
    width: 40vw;
    max-width: 300px;
    min-width: 217px;
  }

  .societysexdropdownbottom {
    width: 40vw;
    max-width: 300px;
    min-width: 217px;
  }

  .societysexdropdownitem {
    width: 39.9vw;
    max-width: 298px;
    min-width: 216px;
  }

  .temporaryheader {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .temporaryheadercontentcontainer {
    padding-top: 90px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-basis: 70%;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
  }

  .recipefeedingguidetableimagedesktop {
    display: none;
  }

  .recipefeedingguidetableimagemobile {
    display: block;
    max-width: 380px;
  }
}

@media screen and (max-width: 767px) {
  .mobilemenulangselector {
    display: none;
  }

  .homeslidercontentcontainer {
    height: 40%;
  }

  .homesliderheading {
    font-size: 50px;
    line-height: 40px;
  }

  .homeslidersubheading {
    font-size: 29px;
    line-height: 25px;
  }

  .homesllidercta {
    margin-top: -16px;
  }

  .homeslidersidewaysheading {
    font-size: 22px;
  }

  .homeproductscarouselsunbcontainer {
    width: 260px;
    min-width: 260px;
    margin-left: 10vw;
  }

  .homeproductscarouselotherstuffcontainer {
    width: 80vw;
  }

  .homeproductscarouselproduct {
    width: 260px;
    min-width: 260px;
  }

  .productimage {
    width: 190px;
  }

  .productlname {
    margin-top: 473px;
    margin-bottom: 8px;
  }

  .productsize {
    font-size: 16px;
  }

  .linkbuttontext {
    font-size: 16px;
  }

  .homesilderwhitecover {
    opacity: 1;
  }

  .homehighlightbox {
    height: 300px;
  }

  .homehighlightboxcontent {
    padding-right: 40px;
    padding-left: 40px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .heading {
    font-size: 30px;
    line-height: 26px;
    letter-spacing: 0.3px;
  }

  .homeaspectsocietyhero {
    height: 75vw;
    min-height: 470px;
  }

  .societytextualcontainer {
    top: -210px;
    height: 30vw;
    max-height: 330px;
    min-height: 170px;
  }

  .societytextualsubcontainer {
    width: 90vw;
    -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;
  }

  .homeaspectsocietytitle {
    top: 19%;
  }

  .homeaspectsocietytextclaim {
    width: 230px;
    padding-right: 0px;
    padding-bottom: 16px;
  }

  .homeaspectsocietybutton {
    width: 230px;
    height: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -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;
  }

  .homeaspectsocietybuttontext {
    font-size: 16px;
  }

  .homeproductsbuttontext {
    font-size: 16px;
  }

  .homeaspectsocietysharelove {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .homeaspectsharelovevisual {
    -webkit-flex-basis: 90vw;
    -ms-flex-preferred-size: 90vw;
    flex-basis: 90vw;
  }

  .homeaspectsharelovetextual {
    -webkit-flex-basis: 50vw;
    -ms-flex-preferred-size: 50vw;
    flex-basis: 50vw;
  }

  .homeaspectsharelovetext {
    width: 320px;
    margin-top: -3vw;
  }

  .homeaspectsharelovebutton {
    width: 320px;
  }

  .homebloghighlightsbreedschool {
    margin-top: 150px;
    margin-bottom: 100px;
  }

  .homebloghighlightsintro {
    margin-left: -7%;
  }

  .homebloghighlightstitle {
    font-size: 26vw;
    line-height: 20vw;
  }

  .homebloghihglightsbutton {
    width: 230px;
    height: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -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;
  }

  .homebloghihglightsbutton.breedschool {
    left: 30vw;
  }

  .homebloghihglightsbutton.experts {
    left: 30vw;
  }

  .homebloghighlightsbuttontext {
    font-size: 16px;
  }

  .homebloghighlightspost {
    width: 370px;
    margin-left: -7%;
  }

  .homebloghighlightspost.second {
    margin-top: 40px;
    margin-left: 7%;
  }

  .homebloghighlightspost.second.experts {
    margin-top: 40px;
  }

  .homebloghighlightsposttitle {
    margin-top: 24px;
  }

  .homebloghighlightsseparator {
    width: 80vw;
  }

  .homebloghighlightsexperts {
    margin-top: 120px;
    margin-bottom: 150px;
  }

  .recipesallrecipessubcontainer {
    margin-top: 80px;
  }

  .allrecipesproduct {
    width: 260px;
    height: 560px;
    min-width: 260px;
    margin-top: -110px;
  }

  .recipesbreedschoolbiglinksubheading {
    font-size: 22px;
    line-height: 18px;
  }

  .recipesbreedschoolbiglinkheading {
    font-size: 45px;
    line-height: 35px;
  }

  .recipesbreedschoolbiglinkarrow {
    top: -13px;
  }

  .recipeheadertextcontainer {
    padding-right: 80px;
    padding-left: 80px;
  }

  .recipemaintitle {
    font-size: 64px;
    line-height: 52px;
  }

  .recipesummaryproductshot {
    margin-top: 80px;
  }

  .recipesummary {
    padding-bottom: 60px;
  }

  .recipesummarytitle {
    font-size: 16px;
    line-height: 22px;
  }

  .text-block-3 {
    font-size: 16px;
    line-height: 22px;
  }

  .productshot {
    width: 250px;
  }

  .productshot.reviewshot {
    width: 250px;
  }

  .recipenutritionalsubheading {
    font-size: 22px;
    line-height: 19px;
  }

  .recipenutritionalheading {
    font-size: 45px;
    line-height: 37px;
  }

  .recipenutritionalmainaspecttitle {
    font-size: 32px;
    line-height: 28px;
  }

  .recipenutritionalmainaspectsubtitle {
    font-size: 32px;
    line-height: 28px;
  }

  .recipenutritionalthenos {
    font-size: 22px;
    line-height: 22px;
  }

  .buynowbutton {
    height: 90px;
  }

  .buynowbuttontext {
    font-size: 22px;
    line-height: 22px;
  }

  .highlightedratingtext {
    font-size: 22px;
    line-height: 25px;
  }

  .recipefifthsection {
    height: auto;
    padding-top: 70px;
    padding-bottom: 90px;
    background-position: 100% 6%;
    background-size: 310px;
  }

  .recipefeedingguidetable {
    left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .feedingguiderow {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feedingguideheader {
    position: relative;
    right: -1px;
    bottom: -1px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-bottom: 1px solid #c3a688;
    background-position: 80% 50%;
  }

  .feedingguideheader.dailyamount {
    background-position: 83% 50%;
  }

  .feedingguideheadertext {
    padding-left: 20%;
  }

  .feedingguidecell {
    bottom: -1px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-bottom: 1px solid #c3a688;
  }

  .recipesixthsectionimagedesktop {
    display: none;
    height: 157vw;
  }

  .nutritionalcontainerandbuy {
    padding-left: 0px;
  }

  .recipeseventhsectionnutritionaltext {
    font-size: 16px;
    line-height: 22px;
  }

  .recipeeightssectionimagetextsubcontainer {
    margin-top: 40px;
    -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;
  }

  .recipeeightsectiontextsubcontainer {
    margin-top: 40px;
    padding-left: 0px;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .recipeeightssectionimage {
    width: 100%;
    max-width: 100%;
    min-width: 0px;
  }

  .recipelastsectionctatitle {
    -webkit-flex-basis: 320px;
    -ms-flex-preferred-size: 320px;
    flex-basis: 320px;
  }

  .recipelastsectionctasubcontainer.philosophy {
    padding-right: 60px;
  }

  .recipelastsectionherocontainer {
    height: 260px;
  }

  .recipelastsectionherowhitedock {
    top: -140px;
    height: 130px;
  }

  .philosophyheader {
    height: 130vw;
    background-position: 16% 50%;
  }

  .philosophyindividualitycontainer {
    padding: 30px 70px 60px 50px;
  }

  .philosophynourishcontainer {
    padding: 30px 70px 60px 50px;
  }

  .philosophytheircontainer {
    padding: 30px 70px 60px 50px;
  }

  .philosophynourishtitle {
    font-size: 32px;
    line-height: 28px;
  }

  .philosophynourishtext {
    font-size: 16px;
    line-height: 22px;
  }

  .philosophytrueaspectvaluessubcontainer {
    width: 70vw;
    max-width: 100%;
  }

  .philosophytruetitle {
    margin-top: 7px;
    font-size: 85px;
    line-height: 87px;
  }

  .philosophytruetitle.first {
    margin-bottom: 0px;
    padding-left: 65px;
  }

  .philosophytruetitle.last {
    margin-top: 10px;
    padding-left: 65px;
  }

  .trueaspectcontainer {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .philosophytruetext {
    width: 230px;
    margin-top: 11px;
    margin-left: 23px;
    font-size: 16px;
    line-height: 22px;
  }

  .philosophybulldogsnackshero {
    height: 80vw;
  }

  .whenyouchoosetitle {
    max-width: 310px;
    font-size: 22px;
    line-height: 22px;
  }

  .philosophyreasonsfirstsubcontainer {
    min-height: 390px;
    background-position: 60% 0%;
    background-size: 180px;
  }

  .philosophyreasonsfirstcontainerlist {
    top: 20px;
    width: 50%;
    min-width: 220px;
    font-size: 32px;
    line-height: 28px;
  }

  .whenyousechoosetext {
    margin-top: 10px;
  }

  .therightchoicecontainer {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .therightchoicebreedspecifictitle {
    padding-right: 30px;
    font-size: 32px;
    line-height: 28px;
  }

  .therightyorkie {
    height: 240px;
    -webkit-flex-basis: 230px;
    -ms-flex-preferred-size: 230px;
    flex-basis: 230px;
    background-position: 0% 100%;
    background-size: 234px;
  }

  .inamarketfloodedwithspecificsensitivitiestext {
    font-size: 16px;
    line-height: 22px;
  }

  .inamarketfloodedbackground {
    top: -34%;
    height: 124%;
  }

  .inamarketfloodedsubcontainer {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .breedspecificcontainer {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .frenchiespecific {
    height: 240px;
    -webkit-flex-basis: 230px;
    -ms-flex-preferred-size: 230px;
    flex-basis: 230px;
    background-position: 1% 50%;
    background-size: 231px;
  }

  .withspecificsensitivitiesbackground {
    top: -24%;
    height: 113%;
  }

  .philosophykeepthemhappyhero {
    height: 90vw;
  }

  .philosophykeepthemhappysubcontainer {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .keepthemhappytitle {
    font-size: 32px;
    line-height: 28px;
  }

  .keepthemhappylist {
    font-size: 16px;
    line-height: 22px;
  }

  .happyli {
    margin-bottom: 4px;
    line-height: 22px;
  }

  .aspectphilosophytitle {
    top: -29vw;
    font-size: 64px;
    line-height: 52px;
  }

  .ingredientsfirsthero {
    -webkit-flex-basis: 590px;
    -ms-flex-preferred-size: 590px;
    flex-basis: 590px;
  }

  .ingredientstexttitle {
    font-size: 64px;
    line-height: 52px;
  }

  .ingredientstext {
    font-size: 16px;
    line-height: 22px;
  }

  .ingredientsnotherhappyfrenchy {
    height: 130vw;
  }

  .ingredientsillustrationsubcontainer {
    width: 400px;
  }

  .pikabuleft {
    background-position: 0% 1180px;
    background-size: 352px;
  }

  .pikaburight {
    background-image: url('../images/pikabuRightMobile-min_1.png');
    background-position: 100% 430px;
    background-size: 370px;
  }

  .ingredientsdetailedsectionbigsubcontainer {
    height: 6200px;
  }

  .ingredientsdetailedsectionintrosubcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ingredientsdetailedtexttitle {
    margin-bottom: 8px;
    font-size: 64px;
    line-height: 52px;
  }

  .ingredientsdetailedtext {
    font-size: 16px;
    line-height: 22px;
  }

  .bloghero {
    -webkit-flex-basis: 590px;
    -ms-flex-preferred-size: 590px;
    flex-basis: 590px;
  }

  .blogheadertexttitle {
    font-size: 64px;
    line-height: 52px;
  }

  .blogheadertext {
    font-size: 16px;
    line-height: 22px;
  }

  .blogheadersubscribebutton {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .blogfeaturedstories {
    height: auto;
  }

  .blogfeaturedstoriessubcontainer {
    width: 80vw;
  }

  .blogfeaturedstoriescontainer {
    margin-bottom: 60px;
  }

  .blogfeaturedstory {
    width: 80vw;
    height: auto;
    margin-right: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .blogfeaturedstorycontent {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 40%;
    -ms-flex: 1 0 40%;
    flex: 1 0 40%;
  }

  .blogfeaturedstoryimage {
    position: relative;
    overflow: visible;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 400px;
    -ms-flex-preferred-size: 400px;
    flex-basis: 400px;
  }

  .image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .blogfeaturedstorytag {
    left: -32px;
    top: 70px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .blogfeaturedstorycontentcontainer {
    padding-top: 36px;
  }

  .blogfeaturedstoryreadmore {
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .blogfeaturedstoryui {
    display: none;
  }

  .bloghighlightedcategorybreedschool {
    background-size: 360px;
  }

  .bloghighlightedcategorybreedschoolsubcontainer {
    margin-top: 156px;
  }

  .bloghighlightedbreedschooltitle {
    font-size: 160px;
    line-height: 116px;
  }

  .bloghighlightedcategoryexperts {
    background-size: 360px;
  }

  .bloghighlightedcategoryexpertssubcontainer {
    margin-top: 155px;
  }

  .blogexploreallstories {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blogexploreallstoriestitle {
    left: 0px;
  }

  .blogexploreallstoriesloadmorebutton {
    width: 100%;
  }

  .blogpostsubcontainer {
    margin-top: 40px;
  }

  .blogpostheader {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .blogpostbreadcrumbs {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .blogposttitleauthor {
    margin-top: 30px;
    padding-left: 43px;
  }

  .blogpostimagecontainer {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .ingredientssinglesourceprotein {
    height: 330px;
  }

  .ingredientssinglesourceproteintitle {
    font-size: 90px;
    line-height: 66px;
  }

  .ingredientssinglesourceproteinsubcontainer {
    padding-bottom: 30px;
  }

  .recipefeedingguidetabletitlecontainer {
    left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .recipefeedingguidetabletitle {
    margin-bottom: 12px;
  }

  .blogpostsocialdesktopcontainer {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 0px;
    -ms-flex-preferred-size: 0px;
    flex-basis: 0px;
  }

  .blogpostcontent {
    padding-left: 43px;
  }

  .blogposttitle {
    width: 300px;
    font-size: 32px;
    line-height: 27px;
  }

  .blogpostauthor {
    width: 300px;
  }

  .blogpostintrotext {
    font-size: 22px;
    line-height: 22px;
  }

  .blogpostparagraph {
    font-size: 16px;
    line-height: 22px;
  }

  .blogposthighlightparagraph {
    font-size: 22px;
    line-height: 25px;
  }

  .blogposth2 {
    font-size: 32px;
    line-height: 28px;
  }

  .blogpostinlineimagecontainer {
    left: auto;
    width: 100%;
    max-width: 100%;
  }

  .blogpostinlineimagecaption {
    font-size: 14px;
    line-height: 20px;
  }

  .blogpostlistitem {
    font-size: 16px;
    line-height: 22px;
  }

  .blogrelatedposts {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blogrelatedpoststitle {
    left: 0px;
  }

  .societyheader {
    height: 110vw;
  }

  .societyhero {
    height: 76vw;
    min-height: 410px;
  }

  .societytext {
    width: 100%;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
  }

  .societywidertextualsubcontainer {
    width: 90vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .societycelebratedogbutton {
    margin-top: 20px;
  }

  .societysharesubcontainer {
    width: 85vw;
    max-width: 500px;
  }

  .sharelove {
    padding-bottom: 60px;
  }

  .sharelovetext {
    width: 360px;
    padding-right: 0px;
    padding-bottom: 16px;
  }

  .sharelovesubcontainer {
    width: 85vw;
    max-width: 500px;
  }

  .shareloveformsubmit {
    margin-bottom: 20px;
  }

  .sharelovenewsletterformflexcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sharelovenewsletterflexright {
    padding-left: 0px;
  }

  .genericformflexcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .genericformflexcontainer.editprofile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .genericformflexcontainer.login {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .genericformflexcontainer.loginsecondcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .genericformflexcontainer.signupsecondcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .genericformflexcontainer.passwordresetcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .genericformflexright {
    right: auto;
  }

  .genericformflexright.editprofile {
    margin-top: 0px;
    margin-bottom: 50px;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .shareloveratingsubcontainer {
    margin-bottom: 50px;
  }

  .sharelovegobackbutton {
    right: auto;
    margin-top: 30px;
  }

  .genericprofilelabelrequired {
    margin-top: 0px;
  }

  .navbarsearchinput {
    padding-bottom: 33px;
    border-bottom-width: 3px;
    font-size: 45px;
    line-height: 37px;
  }

  .search {
    margin-left: -15px;
  }

  .search-button {
    top: 12px;
    -webkit-flex-basis: 38px;
    -ms-flex-preferred-size: 38px;
    flex-basis: 38px;
    background-size: 38px;
  }

  .socialpostcontent {
    z-index: 2;
    padding-right: 15vw;
    padding-left: 17vw;
  }

  .socialpostdognametitle {
    font-size: 45px;
    line-height: 37px;
  }

  .societyposttext {
    padding-right: 0px;
    padding-bottom: 16px;
  }

  .reviewscontainer {
    width: 80vw;
  }

  .reviewproductshotcontainer {
    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;
  }

  .reviewssubcontainer {
    padding-right: 0px;
    padding-left: 0px;
  }

  .reviewproductname {
    font-size: 45px;
    line-height: 37px;
  }

  .bigratingstar {
    width: 47px;
    height: 47px;
    background-size: 47px;
  }

  .bigratingstar.bigfull {
    margin-right: 15px;
  }

  .writeareviewbutton {
    height: 90px;
  }

  .writeareviewbuttontext {
    font-size: 22px;
    line-height: 22px;
  }

  .review {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .avatarcontainer {
    width: 84px;
    margin-top: -16px;
    margin-right: 0px;
    margin-bottom: -38px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex-basis: 84px;
    -ms-flex-preferred-size: 84px;
    flex-basis: 84px;
  }

  .reviewcontant {
    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;
  }

  .smallratingcontainer {
    margin-bottom: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .reviewtext {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    font-size: 16px;
    line-height: 22px;
  }

  .reviewauthordate {
    margin-bottom: 7px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .reviewspaginationcontainer {
    position: relative;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .paginationindicatorcontainer {
    position: absolute;
    left: 0px;
    height: 60px;
    margin-left: 20px;
    -webkit-flex-basis: 100px;
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
  }

  .paginationprevbutton {
    margin-left: 0px;
  }

  .paginationprevnextpagetext {
    margin-right: 10px;
  }

  .paginationprevnextseparator {
    margin-right: 10px;
  }

  .searchresultssubcontainer {
    padding-right: 60px;
  }

  .searchresult {
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .searchresulttitle {
    margin-right: 0px;
    margin-bottom: 13px;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .searchresultarrow {
    -webkit-flex-basis: 0px;
    -ms-flex-preferred-size: 0px;
    flex-basis: 0px;
  }

  .blogcategoriessubcontainer {
    padding-right: 0px;
  }

  .blogcategorylisting {
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .blogcategorylistingimage {
    width: 99px;
  }

  .blogcategorylistingtitle {
    margin-right: 0px;
    margin-bottom: 13px;
    padding-right: 80px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 190px;
    -ms-flex: 1 0 190px;
    flex: 1 0 190px;
  }

  .blogcategorylistingtext {
    display: none;
  }

  .blogcategoryarrow {
    -webkit-flex-basis: 0px;
    -ms-flex-preferred-size: 0px;
    flex-basis: 0px;
  }

  .blogcategoriespaginationcontainer {
    position: relative;
    margin-top: 30px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .blogcategoriespaginationindicatorcontainer {
    position: absolute;
    left: 0px;
    margin-left: 20px;
    -webkit-flex-basis: 100px;
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
  }

  .profileedit {
    padding-top: 90px;
    padding-bottom: 150px;
  }

  .editprofileformsubmit {
    top: 0px;
    margin-bottom: 20px;
  }

  .loginsubmit {
    top: 0px;
    margin-bottom: 20px;
  }

  .signupsubmit {
    top: 0px;
    margin-bottom: 20px;
  }

  .gotoyourprofilebutton {
    top: 0px;
    margin-bottom: 20px;
  }

  .gotoyourprofiletext {
    width: 360px;
    padding-right: 0px;
    padding-bottom: 16px;
  }

  .passwordresetsubmit {
    top: 0px;
    margin-bottom: 20px;
  }

  ._404header {
    min-height: 480px;
    background-position: 100% 50%;
    background-size: 120%;
  }

  ._404textcontainer {
    padding-right: 0px;
    padding-left: 5vw;
  }

  ._404maintitle {
    margin-top: -10vw;
    font-size: 80px;
    line-height: 66px;
  }

  ._404ctatitle {
    -webkit-flex-basis: 250px;
    -ms-flex-preferred-size: 250px;
    flex-basis: 250px;
  }

  .societysubcontainer {
    width: 90vw;
    text-align: center;
    -webkit-column-count: 1;
    column-count: 1;
  }

  .societymasonrypost {
    width: 100%;
  }

  .societymasonrydogname {
    text-align: left;
  }

  .societymasonrydoginfo {
    text-align: left;
  }

  .societytitlecontainer {
    width: 90vw;
    max-width: 720px;
  }

  .buynowoverlay {
    left: -110vw;
  }

  .buynowmodalcontentcontainer {
    padding-right: 50px;
    padding-left: 50px;
  }

  .buynowmodaltext {
    font-size: 16px;
    line-height: 22px;
  }

  .sharelovedogbreeddropdown {
    z-index: 4;
  }

  .sharelovedogbreeddropdownitem {
    width: 39.7vw;
    max-width: 296px;
    min-width: 214px;
  }

  .sharelovefreefooddropdownitem {
    width: 39.7vw;
    max-width: 296px;
    min-width: 214px;
  }

  .profile {
    padding-top: 90px;
    padding-bottom: 150px;
  }

  .profilewritereviewctabutton {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .societysexdropdown {
    z-index: 4;
  }

  .societysexdropdownitem {
    width: 39.7vw;
    max-width: 296px;
    min-width: 214px;
  }

  .temporaryheadercontentcontainer {
    padding-right: 50px;
    padding-left: 50px;
  }

  .error-message {
    bottom: -10px;
  }

  .successmessagetext.light {
    color: #eaddd5;
  }

  .recipesixthsectionimagemobile {
    display: block;
    height: 157vw;
    background-image: url('../images/recipe_sixth_mobile.jpg');
  }

  .recipefeedingguidetableimagecontainer {
    left: auto;
  }

  .recipefeedingguidetableimagemobile {
    max-width: 340px;
  }

  .blogposth3 {
    font-size: 22px;
    line-height: 25px;
  }

  .philosophylistitem {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  .homesliderheading {
    font-size: 37px;
    line-height: 29px;
  }

  .homeslidersubheading {
    font-size: 22px;
  }

  .homesliderarrow {
    background-position: 0% 57%;
    background-size: 40px;
  }

  .linkbuttontext {
    font-size: 14px;
  }

  .linkbuttonarrow {
    background-position: 0% 57%;
    background-size: 37px;
  }

  .homehighlightbox {
    height: 210px;
  }

  .homehighlightboximage {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .homehighlightboxcontent {
    padding-right: 20px;
    padding-left: 22px;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .heading {
    margin-top: 0px;
    font-size: 22px;
    line-height: 19px;
  }

  .honehighlightbutton {
    width: auto;
  }

  .homeaspectsocietyhero {
    overflow: hidden;
    height: 110vw;
    max-height: 700px;
    min-height: 380px;
  }

  .societytextualcontainer {
    top: -36vw;
    height: 40vw;
    max-height: 350px;
    min-height: 150px;
  }

  .homeaspectsocietydogs {
    top: 15%;
  }

  .homeaspectsocietyreflectors {
    top: -6%;
  }

  .homeaspectsocietytitle {
    top: 19%;
  }

  .homeaspectsocietybuttontext {
    font-size: 14px;
  }

  .homeproductsbuttontext {
    font-size: 14px;
  }

  .homeproductsbuttonarrow {
    background-position: 0% 57%;
    background-size: 37px;
  }

  .homeaspectsharelovevisual {
    -webkit-flex-basis: 100vw;
    -ms-flex-preferred-size: 100vw;
    flex-basis: 100vw;
  }

  .homeaspectsharelovetextual {
    -webkit-flex-basis: 90vw;
    -ms-flex-preferred-size: 90vw;
    flex-basis: 90vw;
  }

  .homeaspectsharelovetext {
    width: 70vw;
  }

  .homeaspectsharelovebutton {
    width: 70vw;
  }

  .homebloghighlightsbreedschool {
    margin-top: 90px;
    margin-bottom: 10px;
  }

  .homebloghighlightstext.breedschool {
    width: 100%;
  }

  .homebloghighlightstext.experts {
    width: 100%;
  }

  .homebloghihglightsbutton.breedschool {
    left: 24vw;
  }

  .homebloghihglightsbutton.experts {
    left: 24vw;
  }

  .homebloghighlightsbuttontext {
    font-size: 14px;
  }

  .homebloghighlightsexperts {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .footersubcontainer {
    width: 270px;
  }

  .footerlogo {
    width: 270px;
    height: 89px;
  }

  .footerbuttonsandfriends {
    top: -150px;
    width: 270px;
  }

  .footerlinks {
    top: 290px;
  }

  .footernewsletterbuttontext {
    width: 100px;
  }

  .footernewsletterbuttonarrowinactive {
    background-position: 0% 57%;
    background-size: 37px;
  }

  .footersharelovebutton {
    padding-left: 40px;
  }

  .footersharebuttontext {
    width: 100px;
  }

  .footersharebuttonheart {
    right: 20px;
  }

  .recipesallrecipessubcontainer {
    margin-top: 130px;
  }

  .recipesbreedschoolbiglinksubcontainer {
    min-height: 200px;
  }

  .recipeheadertextcontainer {
    padding-right: 40px;
    padding-left: 40px;
  }

  .recipesummary {
    padding-right: 0px;
  }

  .socialtitle.mobile {
    font-size: 16px;
    line-height: 22px;
  }

  .sociallink {
    width: 30px;
    height: 30px;
  }

  .buynowbutton.mobile {
    width: 90vw;
  }

  .buynowbuttontext {
    min-width: 67px;
  }

  .buynowbuttonarrowinactive {
    left: -39px;
    margin-left: auto;
  }

  .highlightedratingsslidersubcontainer {
    height: 590px;
  }

  .recipefifthsection {
    background-position: 100% 3%;
    background-size: 200px;
  }

  .recipefeedingguidetable {
    width: 90vw;
  }

  .feedingguideheader {
    background-position: 31vw 50%;
    background-size: 28px;
  }

  .feedingguideheader.dailyamount {
    background-position: 29vw 50%;
    background-size: 38px;
  }

  .recipesixthsectionimagedesktop {
    background-position: 70% 50%;
  }

  .lastheroandbuy {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .lasthero {
    margin-bottom: -80px;
  }

  .recipeeightsectionbreedschoolsubcontainer {
    margin-top: 80px;
  }

  .allproductscta {
    overflow: hidden;
  }

  .recipelastsectionsubcontainer {
    margin-top: 90px;
    margin-bottom: 10px;
  }

  .recipeeightssectionctacontainer {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .recipeeightssectionimagetextsubcontainer {
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .recipeeightsectiontextsubcontainer {
    margin-top: 0px;
    padding-top: 40px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .recipeeightssectionimage {
    width: 100%;
    -webkit-flex-basis: 64vw;
    -ms-flex-preferred-size: 64vw;
    flex-basis: 64vw;
  }

  .recipeeightsectionctatitle {
    font-size: 64px;
    line-height: 52px;
  }

  .recipeeightsectionsubtitlecontainer {
    padding-right: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .recipelastsectionctatitle {
    -webkit-flex-basis: 270px;
    -ms-flex-preferred-size: 270px;
    flex-basis: 270px;
    font-size: 64px;
    line-height: 52px;
  }

  .recipelastsectionctaarrow {
    left: -65px;
    top: -32px;
  }

  .recipelastsectionctasubcontainer {
    margin-right: -60px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .recipelastsectionctasubcontainer.philosophy {
    margin-right: -10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .recipelastsectionhero {
    height: 130px;
  }

  .recipelastsectionherowhitedock {
    top: -60px;
    height: 70px;
  }

  .recipesocialmobile {
    width: 66vw;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .philosophyheader {
    height: 150vw;
  }

  .philosophyindividualitycontainer {
    padding-right: 40px;
  }

  .philosophynourishcontainer {
    padding-right: 40px;
  }

  .philosophytheircontainer {
    padding-right: 40px;
  }

  .philosophyaspecthero {
    height: 161vw;
    background-image: url('../images/philosophyAspectMobile.jpg');
    background-position: 70% 50%;
  }

  .philosophytrueaspectvaluessubcontainer {
    width: 85vw;
  }

  .philosophytruetitle {
    font-size: 48px;
    line-height: 55px;
  }

  .philosophytruetitle.first {
    padding-left: 50px;
  }

  .philosophytruetitle.last {
    padding-left: 50px;
  }

  .philosophytruetext {
    margin-top: 11px;
    font-size: 14px;
    line-height: 16px;
  }

  .philosophyreasonsfirstcontainer {
    width: 80vw;
  }

  .philosophyreasonsfirstsubcontainer {
    background-position: 100% 0%;
    background-size: 170px;
  }

  .philosophyreasonsfirstcontainerlist {
    width: 40%;
    min-width: 163px;
    font-size: 30px;
    line-height: 26px;
  }

  .whenyousechoosetext {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
  }

  .philosophyreasonssecondcontainer {
    margin-top: 100px;
  }

  .therightchoicebreedspecifictitle {
    padding-right: 1px;
  }

  .therightyorkie {
    -webkit-flex-basis: 190px;
    -ms-flex-preferred-size: 190px;
    flex-basis: 190px;
  }

  .inamarketfloodedbackground {
    top: -42%;
    height: 134%;
  }

  .philosophyreasonsthirdcontainer {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .frenchiespecific {
    -webkit-flex-basis: 200px;
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
  }

  .withspecificsensitivitiesbackground {
    top: -27%;
    height: 118%;
  }

  .philosophykeepthemhappyhero {
    height: 100vw;
  }

  .philosophykeepthemhappysubcontainer {
    margin-top: 30px;
    margin-bottom: 48px;
  }

  .happyli {
    padding-left: 17px;
    background-position: 0% 8px;
    background-size: 6px;
  }

  .aspectphilosophytitle {
    top: -48vw;
  }

  .ingredientsfirsthero {
    -webkit-flex-basis: 470px;
    -ms-flex-preferred-size: 470px;
    flex-basis: 470px;
  }

  .ingredientssecondsection {
    display: block;
    height: auto;
  }

  .ingredientsnogifcontainer {
    height: 90vw;
    background-size: 86vw;
  }

  .ingredientsnotitle.first {
    padding-right: 20px;
    padding-left: 30px;
    font-size: 47px;
    line-height: 40px;
  }

  .ingredientsnotitle.fourth {
    font-size: 130px;
  }

  .ingredientsnotitle.fifth {
    font-size: 130px;
    line-height: 94px;
  }

  .ingredientsnotitle.sec {
    font-size: 100px;
  }

  .ingredientsdetailedsection {
    margin-bottom: -70px;
  }

  .ingredientsillustrationsubcontainer {
    width: 100vw;
  }

  .pikabuleft {
    background-position: -40% 290vw;
    background-size: 88vw;
  }

  .pikaburight {
    background-position: 140% 104vw;
    background-size: 93vw;
  }

  .ingredientsdetailedsectionbigsubcontainer {
    height: 1550vw;
  }

  .bloghero {
    -webkit-flex-basis: 470px;
    -ms-flex-preferred-size: 470px;
    flex-basis: 470px;
  }

  .blogheadersubscribebuttontext {
    width: 80px;
    margin-right: 0px;
  }

  .blogheadersubscribebuttonarrowinactive {
    background-position: 0% 57%;
    background-size: 37px;
  }

  .blogfeaturedstoriessubcontainer {
    width: 85vw;
  }

  .blogfeaturedstoriessectiontitle {
    margin-left: 6vw;
    font-size: 64px;
    line-height: 52px;
  }

  .blogfeaturedstory {
    width: 85vw;
    height: auto;
    margin-right: 5vw;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .blogfeaturedstoryimage {
    overflow: hidden;
    -webkit-flex-basis: 300px;
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
  }

  .image {
    width: 100%;
  }

  .blogfeaturedstorycontentcontainer {
    padding-right: 50px;
    padding-left: 60px;
  }

  .blogfeaturedstorytitle {
    font-size: 32px;
    line-height: 28px;
  }

  .blogfeaturedstoryreadmore {
    margin-top: 10px;
  }

  .blogfeaturedstoryreadmorearrow {
    left: -65px;
    top: -32px;
  }

  .bloghighlightedcategorybreedschool {
    width: 85vw;
    background-size: 240px;
  }

  .bloghighlightedcategorybreedschoolsubcontainer {
    margin-top: 105px;
  }

  .bloghighlightedbreedschooltitle {
    font-size: 100px;
    line-height: 74px;
  }

  .bloghighlightedbreedschoolctacontainer {
    left: 44px;
  }

  .bloghighlightedctaarrow {
    left: -65px;
    top: -32px;
  }

  .bloghighlightedcategoryseparator {
    margin-top: 40px;
    margin-bottom: 50px;
  }

  .bloghighlightedcategoryexperts {
    width: 85vw;
    margin-bottom: 50px;
    background-size: 240px;
  }

  .bloghighlightedcategoryexpertssubcontainer {
    margin-top: 105px;
  }

  .bloghighlightedexpertsctacontainer {
    left: 44px;
  }

  .blogexploreallstoriespostssubcontainer {
    width: 80vw;
  }

  .blogexploreallstoriestitlecontainer {
    width: 80vw;
  }

  .blogexploreallstoriesloadmorecontainer {
    width: 80vw;
    margin-top: -60px;
  }

  .exploreallstoriespostparagraph {
    width: 236px;
  }

  .blogexploreallstoriestitle {
    font-size: 64px;
    line-height: 52px;
  }

  .blogpostsubcontainer {
    width: 84vw;
  }

  .blogpostimagecontainer {
    width: 100vw;
    margin-left: -8vw;
  }

  .ingredientssinglesourceprotein {
    height: 210px;
  }

  .ingredientssinglesourceproteintitle {
    font-size: 50px;
    line-height: 40px;
  }

  .blogheadersubscribebuttonarrowactive {
    background-position: 0% 57%;
    background-size: 37px;
  }

  .footernewsletterbuttonarrowactive {
    background-position: 0% 57%;
    background-size: 37px;
  }

  .ingredientssinglesourceproteinsubcontainer {
    padding-bottom: 39px;
  }

  .recipefeedingguidetabletitlecontainer {
    width: 70vw;
  }

  .recipefeedingguidetabletitle {
    font-size: 22px;
    line-height: 19px;
  }

  .blogpostcontent {
    padding-right: 0px;
    padding-left: 0px;
  }

  .blogposttitle {
    width: auto;
  }

  .blogpostauthor {
    width: auto;
  }

  .blogpostimage {
    width: 100%;
    max-width: 100vw;
  }

  .blogrelatedpoststitlecontainer {
    width: 80vw;
  }

  .blogrelatedpoststitle {
    font-size: 64px;
    line-height: 52px;
  }

  .blogrelatedpostssubcontainer {
    width: 80vw;
  }

  .societyheader {
    height: 600px;
  }

  .societyhero {
    overflow: visible;
    height: 100vw;
    max-height: 680px;
    min-height: 320px;
  }

  .societytextualsubsubcontainer {
    padding-right: 0px;
  }

  .societytext {
    padding-bottom: 9px;
  }

  .societywidertextualsubcontainer {
    width: 85vw;
    padding-right: 0px;
  }

  .societycelebratedogarrowinactive {
    background-position: 0% 57%;
    background-size: 37px;
  }

  .societycelebratedogarrowactive {
    background-position: 0% 57%;
    background-size: 37px;
  }

  .societysharetitle {
    margin-bottom: 20px;
    padding-right: 30px;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    font-size: 45px;
    line-height: 37px;
  }

  .societysharefirstcontainer {
    margin-bottom: 50px;
  }

  .societytextinput {
    font-size: 24px;
    line-height: 21px;
  }

  .societytextarea {
    font-size: 24px;
    line-height: 21px;
  }

  .societydogscalecontainer.socialpost {
    width: 120%;
    margin-left: -8vw;
  }

  .scalebutton {
    width: 19px;
    height: 19px;
  }

  .societyformsubmit {
    height: 80px;
  }

  .genericformdarkonlighttitle {
    max-width: 280px;
    margin-bottom: 20px;
    padding-right: 30px;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    font-size: 45px;
    line-height: 37px;
  }

  .sharelovetext {
    width: 95%;
    padding-bottom: 0px;
  }

  .sharelovetext.shorter {
    width: 100%;
  }

  .sharelovefirstcontainer {
    margin-bottom: 50px;
  }

  .darkonlighttextinput {
    width: 100%;
    font-size: 24px;
    line-height: 21px;
  }

  .shareloveformsubmit {
    width: 100%;
    height: 80px;
  }

  .sharelovesecondcontainer {
    margin-bottom: 50px;
  }

  .genericformflexcontainer {
    width: 100%;
  }

  .genericformflexleft {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .genericformflexright.editprofile {
    margin-bottom: 20px;
  }

  .sharelovetextarea {
    width: 100%;
    font-size: 24px;
    line-height: 21px;
  }

  .shareloveselectinput {
    width: 100%;
  }

  .sharelovecheckboxfieldfreefood {
    margin-right: 8px;
  }

  .sharelovefreefoodsubtext {
    width: 218.828125px;
    font-size: 18px;
    line-height: 16px;
  }

  .sharelovefreefoodbreedselect {
    left: 44px;
    top: 5px;
    width: 130px;
    font-size: 18px;
    line-height: 16px;
  }

  .genericprofilelabelrequired {
    margin-top: 0px;
  }

  .navbarsearchcontainer {
    top: -110vh;
  }

  .societypostsideinfotext {
    font-size: 14px;
    line-height: 20px;
  }

  .socialpostcontent {
    padding-right: 14vw;
  }

  .socialpostlocationtext {
    font-size: 14px;
    line-height: 20px;
  }

  .socialpostinstahandlecontainer {
    background-size: 14px;
  }

  .socialpostinstahandletext {
    padding-left: 23px;
    font-size: 14px;
    line-height: 20px;
  }

  .societyposttext {
    padding-bottom: 0px;
    font-size: 18px;
    line-height: 27px;
  }

  .societypostsocialmobile {
    width: 66vw;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .writeareviewbuttontext {
    min-width: 67px;
  }

  .paginationindicatorcontainer {
    margin-left: 10px;
  }

  .paginationprevnextseparator {
    -webkit-flex-basis: 20px;
    -ms-flex-preferred-size: 20px;
    flex-basis: 20px;
  }

  .searchresultssubcontainer {
    padding-right: 0px;
  }

  .searchresulttitle {
    max-width: 70vw;
  }

  .searchresulttext {
    max-width: 70vw;
  }

  .blogcategoriessubcontainer {
    padding-right: 0px;
  }

  .blogcategorylisting {
    padding-left: 28px;
  }

  .blogcategorylistingimage {
    height: auto;
    margin-right: 19px;
    -webkit-flex-basis: 100px;
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
  }

  .blogcategorylistingtitle {
    padding-right: 60px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 40px;
    -ms-flex: 1 0 40px;
    flex: 1 0 40px;
    font-size: 19px;
    line-height: 16px;
  }

  .blogcategorylistingtext {
    max-width: 70vw;
  }

  .blogcategorytag {
    height: 28px;
  }

  .blogcategorytagtext {
    font-size: 11px;
  }

  .blogcategorytagcontainer {
    margin-left: 1px;
  }

  .blogcategoriespaginationindicatorcontainer {
    margin-left: 10px;
  }

  .profileedit {
    padding-top: 50px;
  }

  .editprofilefirstcontainer {
    margin-bottom: 0px;
  }

  .editprofileformsubmit {
    width: 100%;
    height: 80px;
  }

  .profileloginsignup {
    margin-bottom: 0px;
  }

  .loginsubmit {
    width: 100%;
    height: 80px;
  }

  .errormessage {
    margin-top: 0px;
  }

  .signupsubmit {
    width: 100%;
    height: 80px;
  }

  .profilethankyou {
    margin-bottom: 50px;
  }

  .gotoyourprofilebutton {
    width: 100%;
    height: 80px;
  }

  .gotoyourprofiletext {
    width: 95%;
    padding-bottom: 0px;
  }

  .passwordreset {
    margin-bottom: 0px;
  }

  .passwordresetsubmit {
    width: 100%;
    height: 80px;
  }

  ._404header {
    height: 150vw;
    max-height: 570px;
    min-height: 0px;
    background-position: 100% 100%;
  }

  ._404textcontainer {
    height: 100%;
    padding-right: 40px;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  ._404maintitle {
    margin-top: 10vw;
    font-size: 64px;
    line-height: 52px;
  }

  ._404ctatitle {
    -webkit-flex-basis: 220px;
    -ms-flex-preferred-size: 220px;
    flex-basis: 220px;
    font-size: 64px;
    line-height: 52px;
  }

  .societysubcontainer {
    width: 85vw;
  }

  .societytitlecontainer {
    width: 85vw;
  }

  .societytitle {
    margin-bottom: 20px;
    padding-right: 30px;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    font-size: 45px;
    line-height: 37px;
  }

  .buynowmodalcontentcontainer {
    padding: 50px 40px 60px 30px;
  }

  .buynowlocationtext {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
  }

  .contactsubcontainer {
    padding-right: 30px;
    padding-left: 30px;
  }

  .contacttextarea {
    width: 100%;
    font-size: 24px;
    line-height: 21px;
  }

  .sharelovedogbreeddropdown {
    width: 220px;
  }

  .sharelovefreefooddropdown {
    left: 46px;
    top: -55px;
  }

  .sharelovefreefooddropdwonbottom {
    max-width: 280px;
    min-width: 157px;
  }

  .sharelovefreefooddropdownitem {
    min-width: 155px;
  }

  .sharelovefreefooddropdwontoptext {
    font-size: 18px;
    line-height: 16px;
  }

  .storelocatorlocationdropdown {
    left: 20px;
    top: 20px;
  }

  .profile {
    padding-top: 50px;
  }

  .profilename {
    font-size: 45px;
    line-height: 37px;
  }

  .profilewritereviewctabuttontext {
    width: 210px;
    margin-right: 0px;
  }

  .profilebigavatarcontainer {
    width: 80vw;
    height: 80vw;
  }

  .logoutbuttontext {
    width: 100px;
  }

  .logoutbuttonarrow {
    margin-left: -40px;
    background-position: 0% 57%;
    background-size: 37px;
  }

  .logoutbuttonarrowactive {
    background-position: 0% 57%;
    background-size: 37px;
  }

  .societysexdropdown {
    width: 218px;
  }

  .temporaryheadercontentcontainer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .recipesixthsectionimagemobile {
    background-position: 70% 50%;
  }

  .recipefeedingguidetableimagemobile {
    max-width: 72vw;
  }
}

