.w-form-formradioinput--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: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.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 {
  height: 100%;
  font-family: Cardo, sans-serif;
  color: #666;
  font-size: 16px;
  line-height: 24px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #4c4847;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #4c4847;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
}

a {
  color: #ec671a;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
}

.section.alt {
  background-color: #e6e6e6;
  letter-spacing: 0.5px;
}

.section.alt.more-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.alt2 {
  position: relative;
  background-color: #333;
  color: #fff;
}

.section.alt2._2 {
  padding-top: 140px;
  padding-bottom: 70px;
}

.section.alt3 {
  background-color: #e6e6e6;
}

.section.alt3.tile {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 80px 65px;
}

.section.added-padding {
  padding-right: 20px;
  padding-left: 20px;
}

.section.dark {
  background-color: #323232;
}

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

.text-center.margin-bottom {
  margin-bottom: 60px;
}

.text-center.margin-bottom.less {
  margin-bottom: 30px;
}

.button {
  padding: 4px 20px;
  border: 2px solid #ec671a;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #ec671a;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #ec671a;
  color: #fff;
  text-decoration: none;
}

.button.alt {
  background-color: #ec671a;
  -webkit-transition: background-color 300ms ease, color 300ms ease, border-color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease, border-color 300ms ease;
  color: #fff;
}

.button.alt:hover {
  border-color: #c75819;
  background-color: #c75819;
}

.button.alt.form {
  padding: 5px 30px;
  float: right;
  font-size: 14px;
  line-height: 14px;
}

.button.alt.form.normal {
  float: none;
}

.button.alt.form.normal.post-para.less {
  margin-top: 10px;
}

.button.alt.form.normal.coat {
  padding-right: 15px;
  padding-left: 15px;
}

.button.alt.nav {
  font-size: 14px;
}

.button.post-para {
  margin-top: 20px;
}

.button.alt-2 {
  border-color: #fff;
  background-color: #fff;
}

.button.alt-2:hover {
  background-color: #e4e4e4;
  color: #ec671a;
}

.button.shop {
  padding: 10px 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-width: 1px;
  border-radius: 0px;
  background-color: #ec671a;
  -webkit-transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease;
  transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.button.shop:hover {
  border-color: #c75819;
  background-color: #c75819;
}

.button.shop.white {
  margin-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-color: #323232;
  background-color: #fff;
  color: #323232;
}

.button.shop.white:hover {
  background-color: #ececec;
}

.button.shop.wide {
  padding-right: 60px;
  padding-left: 60px;
}

.button.shop.block {
  display: block;
  width: 100%;
}

.narrow-paragraph {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}

.narrow-paragraph.advert-para {
  margin-top: 45px;
  margin-bottom: 45px;
}

.footer {
  font-size: 16px;
}

.footer-top {
  padding: 50px 20px;
  background-color: #333;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  color: hsla(0, 0%, 100%, 0.5);
}

.wide-container {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.wide-container.white-bg {
  background-color: #fff;
}

.footer-column {
  width: 50%;
  margin-right: -1px;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
  border-right: 1px solid #b3b3b3;
}

.footer-column.last {
  border-right-style: none;
  border-right-color: transparent;
}

.footer-header {
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.footer-header.sub {
  margin-top: 30px;
  margin-bottom: 15px;
}

.footer-link {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: hsla(0, 0%, 100%, 0.5);
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.vh-footer-link {
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #282828;
  -webkit-transition: background-color 450ms ease;
  transition: background-color 450ms ease;
  text-align: center;
}

.vh-footer-link:hover {
  background-color: #181818;
}

.vh-logo {
  width: 30px;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 25px;
}

.section-heading.alt {
  font-family: Cardo, sans-serif;
  font-size: 31px;
  line-height: 35px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.section-heading.alt.orange {
  color: #ec671a;
}

.section-heading.alt.strip {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
  color: #ec671a;
}

.section-heading.alt.white-text._404 {
  margin-bottom: 10px;
}

.section-heading.alt.narrow-paragraph {
  line-height: 40px;
}

.section-heading.alt.narrow-paragraph.slighter-wider {
  width: 65%;
}

.section-heading.alt.no-margin {
  margin-bottom: 0px;
}

.section-heading.alt.more-bottom {
  margin-bottom: 40px;
}

.section-heading.alt.h2 {
  font-size: 23px;
  line-height: 30px;
}

.section-heading.alt.h2.ps {
  margin-top: 20px;
  margin-bottom: -19px;
  font-size: 28px;
  line-height: 35px;
}

.section-heading.alt.h3 {
  margin-top: 60px;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  color: #ec671a;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.section-heading.orange-text.sub-title {
  margin-bottom: 8px;
}

.section-heading.orange-text.more-bottom {
  margin-bottom: 35px;
}

.section-heading.post-para {
  margin-top: 50px;
}

.section-heading.more-margin {
  margin-bottom: 40px;
}

.fixed-background {
  height: 350px;
  background-image: url('../images/puppies-home.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.fixed-background._2 {
  background-image: url('../images/Labradoodles3_CarolineTrotterPhotography-29.jpg');
}

.fixed-background.puppy-matching {
  background-image: url('../images/Labradoodles-Puppies-26.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.column-right-padding {
  padding-right: 40px;
}

.white-text {
  color: #fff;
}

.white-text.less-top {
  margin-top: 15px;
  margin-bottom: 15px;
}

.narrow-wrapper {
  width: 50%;
}

.right-section-image {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
}

.legal-text {
  font-size: 14px;
}

.legal-text.text-center {
  margin-bottom: -10px;
}

.hero {
  position: relative;
  height: 100%;
  min-height: 600px;
}

.hero.fch {
  height: auto;
  min-height: 660px;
  padding-top: 76px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.4)), to(rgba(51, 51, 51, 0.4))), url('../images/fch-hero.jpg');
  background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.4), rgba(51, 51, 51, 0.4)), url('../images/fch-hero.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.hero.page {
  height: 400px;
  min-height: 0px;
  background-image: url('../images/Labradoodles3_CarolineTrotterPhotography-22.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero.page.australian {
  background-image: url('../images/Labradoodles3_CarolineTrotterPhotography-1.jpg');
  background-position: 50% 100%;
}

.hero.page.purchase {
  background-image: url('../images/Labradoodles-Puppies-20.jpg');
  background-position: 50% 50%;
}

.hero.page.puppy-matching {
  background-image: url('../images/Labradoodles-Puppies-9.jpg');
  background-position: 50% 50%;
}

.hero.page._6 {
  background-image: url('../images/hero-6.jpg');
  background-position: 50% 100%;
}

.hero.page.visitation {
  background-image: url('../images/hero-6.jpg');
}

.hero._404 {
  width: 100%;
  height: auto;
  padding-bottom: 56.25%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 20px;
}

.hero.grooming {
  height: auto;
  padding-top: 118px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.3)), to(rgba(51, 51, 51, 0.3))), url('../images/RESIZELabradoodles-Puppies-8.jpg');
  background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.3), rgba(51, 51, 51, 0.3)), url('../images/RESIZELabradoodles-Puppies-8.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.hero-slider {
  height: 100%;
}

.hero-slide {
  padding-top: 118px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.3)), to(rgba(51, 51, 51, 0.3))), url('../images/hero-home-1.jpg');
  background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.3), rgba(51, 51, 51, 0.3)), url('../images/hero-home-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-slide._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/hero-home-3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/hero-home-3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-container {
  position: relative;
  height: 100%;
}

.hero-container.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hero-crest {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 300px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.section-icon {
  width: 30px;
  margin-bottom: 25px;
}

.section-icon.ears {
  width: 60px;
}

.section-icon.ears.less-margin {
  margin-bottom: 0px;
}

.section-icon.nose {
  width: 35px;
  margin-bottom: 0px;
}

.third-column {
  width: 33.33333333%;
  padding: 0px 20px;
  float: left;
  border-right: 1px solid #b3b3b3;
  font-size: 16px;
}

.third-column.no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.third-column.wide {
  width: 100%;
}

.column-row {
  margin-right: -20px;
  margin-left: -20px;
}

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

.column-container {
  overflow: hidden;
}

.column-container.post-para {
  margin-top: 40px;
}

.footer-text-field {
  margin-bottom: 7px;
  border-style: none;
  background-color: hsla(0, 0%, 90.2%, 0.4);
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  color: #fff;
  line-height: 20px;
}

.footer-text-field:focus {
  box-shadow: inset 0 0 0 2px #ec671a;
}

.footer-social-link {
  margin-right: 10px;
}

.footer-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.footer-form-block {
  margin-bottom: 0px;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  padding-top: 20px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.navbar-link {
  margin-right: 10px;
  margin-left: 10px;
  padding: 15px 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #4c4847;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.navbar-link:hover {
  box-shadow: inset 0 -3px 0 0 #ec671a;
  text-decoration: none;
}

.navbar-link.w--current {
  box-shadow: inset 0 -3px 0 0 #ec671a;
  color: #4c4847;
}

.navbar-link.dropdown {
  padding-right: 25px;
}

.navbar-link.featured {
  margin-top: 6px;
  margin-right: 0px;
  margin-left: 10px;
  padding: 8px 10px;
  background-color: #ec671a;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
}

.navbar-link.featured:hover {
  background-color: #c75819;
  box-shadow: none;
}

.navbar-brand-logo {
  width: 135px;
}

.navbar-menu {
  display: block;
  padding-right: 20px;
  padding-left: 20px;
  float: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
}

.navbar-brand.w--current {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.hero-slider-arrow {
  margin-top: 118px;
}

.hero-slider-arrow:hover {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.25)), to(transparent));
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.25), transparent);
}

.hero-slider-arrow.left:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.25)), to(transparent));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.25), transparent);
}

.footer-column-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.hero-bottom-text-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-bottom: 50px;
  text-align: center;
}

.hero-icon {
  width: 50px;
  margin-bottom: 15px;
}

.hero-dog-names {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.hero-message {
  display: inline-block;
  padding: 8px 20px;
  background-color: hsla(0, 0%, 100%, 0.7);
  color: #333;
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 1px;
}

.alt-h1 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Cardo, sans-serif;
  font-size: 31px;
  line-height: 35px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.alt-h1.resource-heading {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.alt-h1.less-bottom {
  margin-bottom: 20px;
}

.alt-h1.bold {
  font-weight: 700;
}

.alt-h1.bold.mt-15 {
  margin-top: 15px;
}

.hero-text-bottom {
  position: static;
  width: 100%;
  margin-top: 70px;
  margin-bottom: 70px;
}

.navbar-dropdown-icon {
  margin-right: 5px;
}

.navbar-dropdown-list.w--open {
  margin-top: -3px;
  border-top: 3px solid #ec671a;
  background-color: hsla(0, 0%, 100%, 0.9);
  color: #4c4847;
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
  letter-spacing: 1px;
}

.navbar-dropdown-list.column.w--open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.navbar-dropdown-link {
  border-bottom: 1px solid #b3b3b3;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.navbar-dropdown-link:hover {
  background-color: #fff;
  text-decoration: none;
}

.navbar-dropdown-link.w--current {
  background-color: #ec671a;
  color: #fff;
}

.navbar-dropdown-link.w--current:hover {
  background-color: #c75819;
}

.dog-profiles-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -5px;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dog-profiles-column {
  display: inline-block;
  width: 33.33333333%;
  padding: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.dog-profiles-column.shop {
  width: 25%;
}

.dog-profiles-column-inner-wrapper {
  position: relative;
  padding: 15px 15px 25px;
  background-color: #fff;
  text-align: center;
}

.dog-profiles-column-inner-wrapper.shadow {
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
}

.dog-profiles-name {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.dog-profiles-name.shop {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}

.bottom-icon-container {
  margin-top: 15px;
  margin-bottom: -15px;
  text-align: center;
}

.dog-profiles-container {
  overflow: visible;
}

.dog-profiles-container.shop {
  margin-top: 20px;
}

.dog-profiles-image {
  z-index: 1;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.padded-body {
  padding-top: 118px;
}

.dog-profile-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 118px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dog-profile-section.no-hero {
  margin-top: 0px;
}

.dog-profile-section.video {
  margin-top: 0px;
}

.dog-profile-section.fch {
  position: relative;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.dog-profile-tile {
  position: relative;
  width: 50%;
  min-height: 660px;
}

.dog-profile-tile.info {
  position: relative;
  padding-bottom: 40%;
  background-color: #323232;
  color: #fff;
}

.dog-profile-tile.info.contact {
  padding: 50px;
  float: none;
}

.dog-profile-tile.info.contact.behind-nav {
  padding-top: 170px;
}

.dog-profile-tile.info.contact.behind-nav.wide {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.dog-profile-tile.info.contact.video {
  width: 40%;
}

.dog-profile-tile.info.contact.white {
  background-color: #fff;
  color: #4c4847;
}

.dog-profile-tile.info.contact.fch {
  padding-left: 0px;
  background-color: transparent;
}

.dog-profile-tile.images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dog-profile-tile.profile-image {
  float: none;
  background-image: url('../images/dog-main-profile-image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.dog-profile-tile.profile-image._2 {
  background-image: none;
  background-attachment: scroll;
}

.dog-profile-tile.profile-image.temperament {
  background-image: url('../images/temperament-image.jpg');
}

.dog-profile-tile.profile-image._3 {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.dog-profile-tile.profile-image.feeding {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.dog-profile-tile.profile-image.sizes {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.dog-profile-tile.profile-image.coat {
  background-image: none;
  background-attachment: scroll;
}

.dog-profile-tile.profile-image.healthcare {
  background-image: url('../images/Labradoodles3_CarolineTrotterPhotography-12.jpg');
}

.dog-profile-tile.profile-image.training {
  float: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/RESIZELabradoodles3_CarolineTrotterPhotography-26.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.dog-profile-tile.profile-image.location {
  background-image: url('../images/Labradoodles3_CarolineTrotterPhotography-14.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.dog-profile-tile.profile-image.video {
  width: 60%;
  background-color: #4d4d4d;
  background-image: none;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.dog-profile-tile.profile-image.export {
  background-image: url('../images/8-Weeks.jpg');
}

.dog-profile-tile.profile-image._4 {
  right: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  background-image: none;
}

.dog-profile-tile.profile-image._5 {
  background-image: url('../images/hero-home-2.jpg');
}

.dog-profile-tile.profile-image.mtt {
  background-image: url('../images/Labradoodles3_CarolineTrotterPhotography-16fixed.jpg');
  background-attachment: fixed;
}

.dog-profile-tile.profile-image._6 {
  background-image: none;
}

.dog-profile-tile.table {
  padding: 70px 60px;
}

.sub-heading {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #ec671a;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.sub-heading.section-heading.margin-bottom {
  margin-bottom: 20px;
}

.sub-heading.section-heading.margin-bottom.enquiry {
  margin-top: 40px;
}

.sub-heading.white-text {
  color: #fff;
}

.dog-profile-tile-inner-wrapper {
  position: absolute;
  left: 40px;
  top: 170px;
  right: 200px;
}

.dog-profile-tile-inner-wrapper.alt {
  top: 100px;
  right: 40px;
}

.dog-profile-tile-inner-wrapper.contact {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dog-profile-tile-inner-wrapper.contact.export {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.orange-text {
  color: #ec671a;
}

.dog-profile-table {
  margin-top: 40px;
  margin-bottom: 40px;
}

.dog-profile-table-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #b3b3b3;
}

.dog-profile-table-column {
  padding: 10px 10px 10px 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #333;
}

.dog-profile-table-column.heading {
  width: 35%;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-right: 1px solid #b3b3b3;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.dog-profile-table-column.white-text {
  color: #fff;
}

.dog-profile-tile-within-tile {
  position: relative;
  width: 50%;
  padding-bottom: 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.dog-profile-tile-within-tile.text {
  display: inline-block;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ec671a;
  background-image: none;
  color: #fff;
  font-size: 32px;
  line-height: 34px;
  text-align: center;
}

.dog-profile-tile-within-tile._1 {
  background-image: url('../images/profile-lightbox-thumb1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.dog-profile-tile-within-tile._2 {
  position: relative;
  background-image: url('../images/profile-lightbox-thumb2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.dog-profile-tile-within-tile._3 {
  background-image: url('../images/profile-lightbox-thumb3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.dog-profile-lightbox-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  width: 100%;
}

.dog-profile-tile-within-tile-text {
  position: absolute;
  left: 50px;
  top: 50%;
  right: 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.dog-profile-lightbox-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  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;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.dog-profile-lightbox-overlay:hover {
  opacity: 1;
}

.dog-profile-lightbox-icon {
  width: 80px;
}

.navbar-dropdown-list-column {
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: hsla(0, 0%, 100%, 0.9);
}

.navbar-dropdown-list-column.left {
  border-right: 1px solid #b3b3b3;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hero-text-wrapper {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: center;
}

.hero-embed {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -10;
}

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

.duel-heading-column {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.duel-heading-column.content {
  padding-top: 76px;
}

.duel-heading-column.content._2 {
  padding-top: 0px;
}

.duel-heading-column.hero-column {
  background-image: url('../images/lhl-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.duel-heading-column.hero-column._2 {
  background-image: url('../images/Labradoodles3_CarolineTrotterPhotography-26.jpg');
}

.rich-text-block h2 {
  margin-top: 40px;
  margin-bottom: 22px;
  color: #ec671a;
  font-size: 15px;
}

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

.text-field {
  border-style: none;
  background-color: hsla(0, 0%, 90.2%, 0.4);
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  color: #4c4847;
}

.text-field:hover {
  box-shadow: inset 0 0 0 2px rgba(236, 103, 26, 0.3);
}

.text-field:focus {
  box-shadow: inset 0 0 0 2px #ec671a;
}

.text-field.textarea {
  height: 134px;
}

.text-field.textarea.white {
  height: 230px;
}

.text-field.textarea.white.reduce {
  height: 184px;
}

.text-field.textarea.smaller {
  height: 80px;
  margin-bottom: 0px;
}

.text-field.white {
  background-color: #fff;
}

.icon-list-wrapper {
  width: 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.icon-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.white-link {
  color: #fff;
  text-decoration: underline;
}

.white-link:hover {
  text-decoration: none;
}

.top-section {
  padding-top: 170px;
  padding-bottom: 50px;
  background-color: #e6e6e6;
}

.top-section.under-hero {
  padding-top: 50px;
}

.white-container {
  margin-bottom: 50px;
  background-color: #fff;
}

.white-container.no-margin {
  position: relative;
  margin-bottom: 0px;
}

.white-container.no-margin.shadow {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}

.white-container-inner-wrapper {
  padding: 50px 60px 20px;
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}

.white-container-inner-wrapper.no-social {
  padding-bottom: 50px;
  box-shadow: none;
}

.italic-paragraph {
  font-style: italic;
  font-weight: 400;
}

.italic-paragraph.margin-bottom {
  margin-bottom: 30px;
}

.introduction-paragraph {
  margin-bottom: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #b3b3b3;
  color: #333;
  font-style: italic;
}

.resource-rtb {
  padding-top: 20px;
  border-top: 1px solid #b3b3b3;
}

.resource-rtb h2 {
  margin-top: 30px;
  font-family: Cardo, sans-serif;
  color: #ec671a;
  font-size: 21px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: none;
}

.resource-rtb h3 {
  margin-top: 30px;
  margin-bottom: 15px;
  color: #4c4847;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 2px;
}

.share-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  padding-top: 15px;
  -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;
  border-top: 1px solid #b3b3b3;
  text-align: right;
}

.share-link-block {
  margin-left: 15px;
}

.share-link-icon {
  display: block;
}

.share-text {
  display: inline-block;
  color: #333;
  font-style: italic;
}

.footer-logo-column {
  width: 12%;
  padding-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.avidog-emblem {
  display: block;
  margin-bottom: 20px;
}

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

.why-paragraph {
  margin-bottom: 0px;
}

.why-icon-column {
  padding-right: 50px;
  text-align: center;
}

.highlight-text {
  color: #ec671a;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
}

.highlight-text.grey {
  margin-bottom: 30px;
  color: #333;
}

.highlight-text.grey.no-bottom-margin {
  margin-bottom: 0px;
}

.margin-para {
  margin-bottom: 40px;
}

.lightbox-row-wrapper {
  overflow: hidden;
  margin-bottom: 30px;
}

.lightbox-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  margin-left: -20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.lightbox-column {
  position: relative;
  width: 33.33333333%;
  padding-bottom: 33.33333333%;
  float: left;
}

.lightbox-inner-wrapper {
  position: absolute;
  left: 20px;
  top: 20px;
  right: 20px;
  bottom: 20px;
}

.lightbox-link {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100%;
}

.lightbox-image {
  display: block;
  width: 100%;
}

.lightbox-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.lightbox-overlay:hover {
  opacity: 1;
}

.lightbox-overlay-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 50px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.half-container {
  width: 470px;
  padding-left: 40px;
}

.half-container._2 {
  width: auto;
  max-width: 625px;
  padding-right: 20px;
}

.section-heading-strip {
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 40px;
  background-color: #fff;
}

.full-width-lightbox-link {
  position: relative;
  display: block;
  margin-top: 40px;
  margin-bottom: 50px;
}

.team-image {
  display: block;
  margin-top: 40px;
  margin-bottom: 50px;
}

.heading-strip-margin {
  margin-bottom: 20px;
}

.divider-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  -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;
  font-family: Montserrat, sans-serif;
  color: #ec671a;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.divider-header._50 {
  margin-top: 50px;
  margin-bottom: 0px;
}

.divider-block {
  height: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #b3b3b3;
}

.divider-block.margins {
  margin-top: 50px;
  margin-bottom: 50px;
}

.divider-header-text {
  margin-right: 50px;
  margin-left: 50px;
}

.icon-column {
  display: block;
  width: 33.333333%;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #4c4847;
  font-weight: 600;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.icon-column:hover {
  background-color: #d3d3d3;
  text-decoration: none;
}

.icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  margin-bottom: 25px;
  -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;
}

.icon-image {
  max-height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.icon-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.hero-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 76px;
}

._404-button-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-right: 100px;
  padding-left: 100px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.enquiry-row {
  margin-right: -10px;
  margin-left: -10px;
}

.enquiry-form {
  overflow: hidden;
}

.orange-strong {
  color: #ec671a;
  font-weight: 700;
}

.health-table {
  color: #333;
  text-align: center;
}

.health-table-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.health-table-body-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #ec671a;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.health-table-body-main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.health-table-body-row {
  border-bottom: 1px solid #b3b3b3;
}

.health-table-body-row-cell {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 100px;
  float: left;
  -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;
}

.health-table-body-row-cell.title {
  background-color: #e6e6e6;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.health-table-body-row-cell.text {
  border-right: 1px solid #b3b3b3;
}

.health-table-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.health-table-head-left {
  width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.health-table-head-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.health-table-head-row {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.health-table-head-width-row {
  width: 75%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-right: 1px solid #b3b3b3;
  background-color: #ec671a;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.health-table-head-cell {
  width: 25%;
  padding-top: 7px;
  padding-bottom: 7px;
  border-right: 1px solid #b3b3b3;
  background-color: #e6e6e6;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.health-table-body-left-text {
  width: 260px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transform: rotate(-90deg) translate(0px, 0px);
  -ms-transform: rotate(-90deg) translate(0px, 0px);
  transform: rotate(-90deg) translate(0px, 0px);
}

.health-table-wrapper {
  margin-top: 50px;
  margin-bottom: 50px;
}

.hip-row {
  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-bottom: 1px solid #b3b3b3;
  text-align: left;
}

.hip-row.last {
  border-bottom-style: none;
  border-bottom-width: 0px;
}

.hip-column {
  width: 40%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 70px;
  float: left;
}

.hip-column.right {
  width: 60%;
  padding-left: 0px;
  font-style: italic;
}

.details-heading {
  margin-top: 70px;
  margin-bottom: 25px;
  color: #ec671a;
}

.details-heading.first {
  margin-top: 0px;
}

.dog-profile-tile-container {
  max-width: 470px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.dog-profile-tile-container.wider {
  max-width: 530px;
}

.alt-section-text {
  margin-bottom: 25px;
  color: #333;
  font-size: 20px;
  line-height: 30px;
}

.fch-semi-overlay {
  position: absolute;
  left: 45%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(51, 51, 51, 0.5);
}

.feeding-table-wrapper {
  margin-bottom: 20px;
}

.feeding-table-head {
  font-family: Montserrat, sans-serif;
  color: #ec671a;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
}

.feeding-table-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.feeding-table-title-column {
  width: 200px;
  padding: 4px 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #b3b3b3;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.feeding-table-title-column.body {
  border-top-style: none;
}

.feeding-table-title-column.head {
  text-align: center;
}

.feeding-table-column {
  padding: 4px 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
}

.feeding-table-column.body {
  border-top-style: none;
}

.food-table-wrapper {
  margin-bottom: 20px;
}

.food-table-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.food-table-column {
  width: 16.66666667%;
  padding: 8px;
  float: left;
  border-right: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  background-color: #fff;
  color: #4c4847;
  text-align: center;
}

.food-table-column.last {
  border-right-style: none;
}

.food-table-column.alt {
  border-right-color: #fff;
  border-bottom-color: #fff;
  background-color: #ec671a;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.food-table-column.alt.green {
  background-color: #a5c355;
  text-align: center;
}

.food-table-column.alt.red {
  background-color: #c4553c;
  text-align: center;
}

.food-table-column.end {
  border-bottom-style: none;
}

.food-table-column.white-bottom {
  border-bottom-color: #fff;
}

.page-top-anchor {
  position: absolute;
  top: 0px;
  width: 0px;
  height: 0px;
}

.wide-image {
  display: block;
  width: 100%;
}

.wide-image.margin-bottom {
  margin-bottom: 25px;
}

.additional-table-information {
  margin-top: 20px;
  text-align: center;
}

.grooming-table-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #b3b3b3;
}

.grooming-table-row.last {
  border-bottom-style: none;
}

.grooming-table-column {
  width: 280px;
  padding: 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.grooming-table-column.content {
  width: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.grooming-table-column.title {
  border-right: 1px solid #b3b3b3;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.numbered-para {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
}

.numbered-para-span {
  width: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.half-section-column {
  width: 50%;
  float: left;
}

.half-section-column.left {
  padding: 75px;
  text-align: center;
}

.half-section-column.left.coat-type {
  min-height: 540px;
}

.half-section-column.right.size {
  background-image: url('../images/1.-Doddle-Size-Correct.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.size-table {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: left;
}

.size-table-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #b3b3b3;
}

.size-table-row.last {
  border-bottom-style: none;
}

.size-table-column {
  width: 200px;
  padding-top: 5px;
  padding-bottom: 5px;
  float: left;
}

.size-table-column.left {
  width: 170px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-right: 1px solid #b3b3b3;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.size-table-column.right {
  width: auto;
  padding-left: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.size-additional-text {
  padding-right: 20px;
  padding-left: 20px;
  color: rgba(51, 51, 51, 0.5);
  font-size: 22px;
  line-height: 30px;
  font-style: italic;
}

.size-additional-text.coat {
  margin-top: 50px;
  margin-bottom: 100px;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}

.half-section-quartet-block {
  width: 50%;
  height: 50%;
  float: left;
  background-color: #ec671a;
  text-align: center;
}

.half-section-quartet-block.text {
  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;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
}

.half-section-quartet-block._1 {
  background-image: url('../images/Wool.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.half-section-quartet-block._2 {
  background-image: url('../images/Curly-Fleece.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.half-section-quartet-block._3 {
  background-image: url('../images/LooseWavy-Fleece.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.half-section-quartet-block._4 {
  background-image: url('../images/hair-coat.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.half-section-quartet-text {
  width: 235px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.training-list-item {
  padding-top: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #b3b3b3;
}

.training-list-item.last {
  padding-bottom: 0px;
  border-bottom-style: none;
}

.training-list-item.first {
  padding-top: 0px;
}

.italic-text {
  font-style: italic;
}

.italic-text.larger {
  color: rgba(51, 51, 51, 0.5);
  font-size: 26px;
  line-height: 30px;
}

.training-book-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 35px;
  -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;
}

.training-book-image {
  height: 230px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.grooming-hero-column {
  position: relative;
  width: 50%;
  height: auto;
  min-height: 700px;
  float: right;
}

.grooming-hero-column-inner-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grooming-hero-column-overlay {
  position: absolute;
  left: -10%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(51, 51, 51, 0.5);
}

.grooming-hero-text-wrapper {
  max-width: 470px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.utensil-row {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #b3b3b3;
}

.utensil-column {
  position: relative;
  width: 33.33333333%;
  padding-bottom: 33.33333333%;
  float: left;
  border-right: 1px solid #b3b3b3;
}

.utensil-column.last {
  border-right-style: none;
}

.utensil-inner-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  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;
}

.utensil-image {
  max-height: 85%;
  max-width: 85%;
}

.utensil-number {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-weight: 700;
}

.utensil-description {
  padding-top: 30px;
}

.utensil-description.in-text {
  padding-bottom: 30px;
  border-bottom: 1px solid #b3b3b3;
}

.utensil-description-number {
  display: inline-block;
  width: 20px;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 15px;
  font-weight: 700;
}

.bathing-image {
  display: block;
  height: 230px;
  margin-top: 50px;
  float: right;
}

.location-map-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.location-map-row-column {
  width: 50%;
  padding: 80px;
  float: left;
  text-align: center;
}

.location-map-row-column.map {
  padding: 0px;
}

.drive-table {
  display: block;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.drive-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #b3b3b3;
}

.drive-row.last {
  height: 34px;
  border-bottom-style: none;
}

.drive-column {
  padding: 10px;
  float: left;
}

.drive-column.heading {
  width: 160px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-right: 1px solid #b3b3b3;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.drive-column.text {
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.list-text {
  margin-bottom: 0px;
}

.embed-video {
  width: 420px;
  margin-top: 45px;
  float: right;
}

.gallery-row.margin-bottom {
  margin-bottom: 26px;
}

.gallery-row.hide-sides {
  margin-right: -20px;
  margin-left: -20px;
}

.gallery-column {
  position: relative;
  width: 33.33333333%;
  padding-bottom: 33.33333333%;
  float: left;
}

.gallery-inner-wrapper {
  position: absolute;
  left: 20px;
  top: 20px;
  right: 20px;
  bottom: 20px;
}

.gallery-inner-wrapper.profile {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.gallery-lightbox-link {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100%;
  cursor: pointer;
}

.gallery-lightbox-image {
  display: block;
  width: 100%;
  height: 100%;
}

.gallery-lightbox-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.gallery-lightbox-overlay:hover {
  opacity: 1;
}

.gallery-lightbox-overlay-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.gallery-lightbox-overlay-icon.small {
  width: 45px;
}

.duel-list {
  max-width: 400px;
}

.duel-list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.icon-button-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.icon-button-text {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #333;
  font-size: 20px;
  line-height: 28px;
}

.div-block {
  display: block;
  width: 75%;
  margin-right: auto;
  margin-left: auto;
}

.icon-button-row-wrapper {
  display: block;
  width: 75%;
  margin-right: auto;
  margin-left: auto;
}

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

.parent-main-column {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.parent-middle-column {
  position: relative;
  width: 150px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.parent-column-top-row {
  height: 50px;
  text-align: center;
}

.parent-image-row {
  position: relative;
  padding-bottom: 100%;
  background-color: #f2f2f2;
}

.parent-row-wrapper {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.parent-middle-column-main {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  font-size: 22px;
}

.parent-middle-column-main.with-button {
  padding-bottom: 49px;
}

.parent-middle-column-main.with-button.no-titles {
  padding-top: 0px;
}

.parent-row-section {
  margin-top: 20px;
}

.parent-additional-image-column {
  position: relative;
  width: 25%;
  padding-bottom: 25%;
  float: left;
}

.parent-additional-image-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-right: -10px;
  margin-left: -10px;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.parent-addtional-image-inner-wrapper {
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  background-color: #f2f2f2;
}

.parent-additional-image-row-wrapper {
  overflow: hidden;
}

.parent-additional-image-row-wrapper.more-top {
  margin-top: 35px;
}

.litter-information-block {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.litter-information-block.more-top {
  margin-top: 40px;
}

.calendly-heading {
  margin-top: 70px;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #b3b3b3;
  color: #4c4847;
  font-weight: 600;
  text-align: center;
}

.video-play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  opacity: 0.6;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.video-play-button-image {
  display: block;
}

.tile-heading-strip {
  margin-bottom: 40px;
}

.tile-heading-strip-bg {
  position: absolute;
  left: -65px;
  top: -12px;
  right: -65px;
  z-index: 0;
  height: 60px;
  background-color: #fff;
}

.dogs-slider-mask {
  overflow: hidden;
  margin-right: 1px;
}

.dogs-slider {
  overflow: visible;
  height: auto;
  margin-top: 30px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.dogs-slider-slide {
  width: 33.33333333%;
  padding-right: 20px;
  padding-left: 20px;
}

.dogs-slider-slide.article {
  padding-right: 0px;
  padding-left: 0px;
}

.dogs-slider-slide.outside-slider {
  display: inline-block;
}

.dogs-slider-inner-wrapper {
  padding: 15px;
  background-color: #fff;
  text-align: center;
}

.dogs-slider-inner-wrapper.article {
  overflow: hidden;
  padding: 0px;
  text-align: left;
}

.dogs-slider-name {
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
}

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

.dogs-slider-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -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-radius: 50%;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.dogs-slider-arrow:hover {
  background-color: #d4d4d4;
}

.dogs-slider-arrow.left-articles {
  left: -80px;
  right: auto;
}

.dogs-slider-arrow.articles {
  right: -80px;
}

.healthcare-table-image {
  width: 660px;
}

.healthcare-table-aids {
  padding-top: 40px;
  padding-bottom: 40px;
}

.healthcare-table-box {
  width: 90px;
  height: 35px;
  margin-right: 30px;
  border: 5px solid #b3b3b3;
  border-radius: 5px;
}

.healthcare-table-box.red {
  border-color: red;
}

.healthcare-table-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.healthcare-table-lightbox {
  position: relative;
  margin-top: 20px;
}

.gallery-loader {
  margin-top: 30px;
}

.no-bottom-margin {
  margin-bottom: 0px;
}

.no-overflow {
  overflow: hidden;
}

.form-column {
  padding-right: 10px;
}

.form-column.right {
  padding-right: 0px;
  padding-left: 10px;
}

.form-top-row {
  margin-bottom: 10px;
}

.form-end-row {
  margin-top: 15px;
}

.form-help-text {
  display: inline-block;
  margin-top: 3px;
  color: rgba(76, 72, 71, 0.5);
  font-style: italic;
}

.faq-title-block {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid grey;
  border-bottom: 1px solid grey;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #ec671a;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.faq-content-block {
  padding-bottom: 30px;
}

.faq-heading {
  margin-top: 30px;
  font-family: Cardo, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: none;
}

.narrow-list {
  display: inline-block;
  width: 260px;
  margin-top: 20px;
  margin-bottom: 0px;
  float: left;
}

.dog-profiles-image-wrapper {
  position: relative;
}

.dog-profiles-availability {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #8fd388;
  font-family: Montserrat, sans-serif;
  color: #4c4847;
  font-size: 15px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.dog-profiles-availability.yellow {
  background-color: #e8d267;
}

.litter-information-paragraph {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.litter-table {
  display: block;
  width: 500px;
  margin: 50px auto;
  color: #333;
}

.litter-tr {
  border-top: 1px solid #b3b3b3;
}

.litter-td {
  width: 50%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 40px;
  float: left;
  border-left: 1px solid #b3b3b3;
}

.litter-td.th {
  padding-left: 0px;
  border-left-style: none;
  border-left-width: 0px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.text-block {
  font-size: 15px;
  letter-spacing: 4px;
}

.text-block-2 {
  letter-spacing: 0px;
}

.parent-button-row {
  padding-top: 25px;
  text-align: center;
}

.shop-price-wrapper {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #999;
  font-family: Montserrat, sans-serif;
  color: #ec671a;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 5px;
}

.shop-price-text {
  display: inline-block;
}

.order-total-title {
  margin-top: 50px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  color: #ec671a;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.narrow-row {
  display: block;
  width: 60%;
}

.narrow-form-wrapper {
  display: block;
  width: 60%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.resource-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.resource-block.no-image {
  display: block;
}

.resource-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Cardo, sans-serif;
  color: #4c4847;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  text-transform: none;
}

.resource-image-column {
  width: 275px;
  margin-right: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.pagination-wrapper {
  margin-bottom: -10px;
  padding-top: 30px;
  text-align: center;
}

.pagination-button {
  width: 33px;
  margin-right: 6px;
  margin-left: 6px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 3px;
  background-color: #999;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
}

.pagination-button:hover {
  background-color: #858282;
  text-decoration: none;
}

.pagination-button.w--current {
  border-radius: 50%;
  background-color: #ec671a;
}

.pagination-button.w--current:hover {
  background-color: #c75819;
}

.testimonial-rtb {
  margin-top: 20px;
  color: #333;
  letter-spacing: 0px;
}

.testimonial-rtb p {
  margin-bottom: 20px;
}

.resource-signature-block {
  margin-top: 30px;
  font-family: 'Miller Regular', sans-serif;
  color: #ec671a;
  font-size: 40px;
  line-height: 44px;
  text-align: right;
  letter-spacing: 0px;
}

.resource-arrow-block {
  position: absolute;
  left: 100%;
  top: 50%;
  overflow: visible;
  height: 50px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 40px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.resource-arrow-block.left {
  left: auto;
  right: 100%;
  width: auto;
  padding-right: 40px;
  padding-left: 0px;
}

.resource-arrow-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  -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: none;
  border-radius: 50%;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.resource-arrow-link:hover {
  background-color: #d4d4d4;
}

.resource-arrow-wrapper {
  padding-left: 0px;
  -webkit-transition: padding 400ms ease;
  transition: padding 400ms ease;
}

.resource-arrow-wrapper:hover {
  padding-left: 10px;
}

.resource-arrow-wrapper.left:hover {
  padding-right: 10px;
  padding-left: 0px;
}

.testimonial-lightbox-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.testimonial-lightbox-column {
  width: 33.33333333%;
  padding: 15px;
  float: left;
}

.testimonial-lightbox-link {
  position: relative;
  display: block;
}

.testimonial-lightbox-image {
  display: block;
  width: 100%;
}

.testimonial-lightbox-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.testimonial-lightbox-overlay:hover {
  opacity: 1;
}

.testimonial-lightbox-overlay-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.facilities-image-block {
  overflow: hidden;
  margin-top: 50px;
}

.facilities-lightbox-column {
  width: 33.33333333%;
  padding: 15px;
  float: left;
}

.facilities-lightbox-column.double {
  width: 66.666666%;
}

.facilities-image-row {
  margin-right: -15px;
  margin-left: -15px;
}

.arrow-container {
  position: relative;
}

.title-arrow-link {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.title-arrow-link:hover {
  background-color: rgba(236, 103, 26, 0.15);
}

.title-arrow-link.left {
  left: 0px;
  right: auto;
}

.title-arrow-link.slide {
  top: -70px;
  overflow: visible;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.image {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.breadcrumb-section {
  padding-top: 14px;
  padding-bottom: 14px;
}

.breadcrumb-link {
  font-size: 17px;
  font-style: italic;
}

.featured-article-title {
  margin-bottom: 20px;
  font-family: Cardo, sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.image-heading-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}

.image-heading-content-wrapper {
  width: 55%;
  padding: 55px;
  float: left;
}

.image-heading-content-wrapper.no-image {
  width: 100%;
}

.image-heading-image-wrapper {
  width: 45%;
  min-height: 200px;
  float: left;
  background-image: url('../images/MOBILELabradoodles3_CarolineTrotterPhotography-14.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.faq-icon-wrapper {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 30px;
  height: 30px;
  border: 2px solid #ec671a;
  border-radius: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.faq-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.thumbnail-row {
  margin-top: 30px;
  margin-right: -10px;
  margin-left: -10px;
}

.thumbnail-column {
  display: block;
  width: 20%;
  min-height: 1px;
  padding: 10px;
  float: left;
}

.thumbnail-lightbox-link {
  position: relative;
  display: block;
}

.thumbnail-lightbox-image {
  display: block;
  width: 100%;
}

.shop-column {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  height: 360px;
  min-height: 1px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right: 1px solid #7f7f7f;
  text-align: center;
}

.shop-column.top {
  border-bottom: 1px solid #7f7f7f;
}

.shop-column.right {
  border-right: 0px none transparent;
}

.advert {
  padding-top: 90px;
  padding-bottom: 90px;
}

.advert.paw {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/011-mobile.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/011-mobile.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.shop-column-inner-wrapper {
  position: absolute;
  top: 50px;
  display: block;
  width: 320px;
}

.shop-column-heading {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #ec671a;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 3px;
}

.shop-column-icon {
  height: 70px;
}

.advert-heading {
  margin-top: 0px;
  font-size: 15px;
  font-weight: 700;
}

.dogs-outside-slider-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.breeding-status {
  display: inline-block;
  margin-top: 30px;
  padding: 4px 60px;
  background-color: #8fd388;
  font-family: Montserrat, sans-serif;
  color: #4c4847;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.breeding-status.placed {
  background-color: #c4553c;
  color: #fff;
}

.videos-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  margin-left: -20px;
  -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;
}

.video-column {
  width: 33.33333333%;
  padding: 20px;
  float: left;
}

.video-lightbox {
  position: relative;
  display: block;
  width: 100%;
}

.video-lightbox-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
}

.video-lightbox-image {
  width: 100%;
}

.coat-colour-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #b3b3b3;
}

.coat-colour-wrapper.last {
  padding-bottom: 0px;
  border-bottom: 0px none transparent;
}

.coat-colour-h3 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 14px;
}

.coat-colour-column {
  width: 25%;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
}

.coat-colour-row {
  margin-top: 40px;
  margin-right: -20px;
  margin-left: -20px;
}

.divider-icon {
  width: 30px;
  margin-right: 40px;
  margin-left: 40px;
}

.news-slider {
  height: auto;
  background-color: transparent;
}

.hair-coat {
  display: none;
}

.wavy-coat {
  display: none;
}

.curly-coat {
  display: none;
}

.wool-coat {
  display: none;
}

.litter-slider {
  height: auto;
  background-color: transparent;
}

.litter-slide-container {
  padding: 10px;
}

.enquiry-wrapper {
  display: block;
  width: 75%;
  margin-right: auto;
  margin-left: auto;
}

.enquiry-extra-block {
  margin-top: 10px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 0px;
  border-top: 1px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
}

.enquiry-radio {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 0px;
  padding-left: 0px;
}

.enquiry-radio-button {
  margin-top: 6px;
  margin-right: 6px;
  margin-left: 0px;
}

.enquiry-extra-row {
  margin-bottom: 15px;
}

.enquiry-left-column {
  padding-right: 35px;
}

.footer-paragraph {
  margin-bottom: 30px;
  padding-right: 30px;
}

.hero-image {
  position: fixed;
  z-index: -1;
  width: 50%;
  height: 660px;
  background-image: url('../images/hero_1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-image.size {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.4)), to(rgba(51, 51, 51, 0.4))), url('../images/size-image.jpg');
  background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.4), rgba(51, 51, 51, 0.4)), url('../images/size-image.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-image.coat-type {
  background-image: url('../images/Labradoodles3_CarolineTrotterPhotography-1-2.jpg');
}

.hero-image.feeding {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.4)), to(rgba(51, 51, 51, 0.4))), url('../images/011.jpg');
  background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.4), rgba(51, 51, 51, 0.4)), url('../images/011.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-image.our-service {
  background-image: url('../images/Labradoodles3_CarolineTrotterPhotography-10.jpg');
}

.hero-image.contact {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.4)), to(rgba(51, 51, 51, 0.4))), url('../images/Labradoodles3_CarolineTrotterPhotography-27.jpg');
  background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.4), rgba(51, 51, 51, 0.4)), url('../images/Labradoodles3_CarolineTrotterPhotography-27.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.fch-hero-overlay {
  position: absolute;
  left: -80px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(51, 51, 51, 0.5);
}

.fch-hero-background {
  position: fixed;
  left: 0px;
  top: 76px;
  right: 0px;
  z-index: -1;
  height: 660px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/Labradoodles3_CarolineTrotterPhotography-21.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/Labradoodles3_CarolineTrotterPhotography-21.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.arrow-text {
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  color: #4c4847;
  font-size: 16px;
}

.puppy-school-grid {
  margin-top: 40px;
  margin-bottom: 40px;
  grid-auto-flow: row;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ". . . . . ."
    ". Area Area Area-2 Area-2 Area-2";
  -ms-grid-columns: 2fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: minmax(auto, 1fr) 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto;
  grid-template-rows: minmax(auto, 1fr) auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  font-style: italic;
  text-align: center;
}

.grid-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -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;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}

.grid-child.title {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.grid-child.star {
  height: 71px;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 22px;
  font-style: normal;
  cursor: help;
}

.grid-child.star.text {
  padding: 0px 5px;
  font-style: italic;
}

.grid-child.row-heading {
  padding: 0px 20px;
  text-align: left;
}

.grid-child.paragraph.large {
  padding-right: 20px;
  padding-left: 20px;
}

.grid-child.last {
  margin-right: -1px;
}

.grid-title {
  height: 60px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #ec671a;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

.grid-star-wrapper {
  position: relative;
}

.grid-tooltip-wrapper {
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 100;
  display: none;
  min-width: 200px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.grid-tooltip-wrapper.show {
  display: block;
}

.grid-tooltip-content-wrapper {
  padding: 24px 15px;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

.grid-tooltip-heading {
  margin-bottom: 10px;
  color: #ec671a;
}

.grid-tooltip-text {
  font-size: 14px;
  line-height: 18px;
  font-style: italic;
}

.puppy-school-grid-wrapper {
  display: block;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-40 {
  margin-bottom: 40px;
}

.grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.product-thumbnail-wrapper {
  position: relative;
  padding-top: 100%;
}

.product-thumbnail {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-thumbnail-badge {
  margin-bottom: 10px;
  padding: 10px 20px;
  background-color: #323232;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.product-name {
  font-family: Cardo, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: none;
}

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

.product-selects {
  margin-right: -10px;
  margin-left: -10px;
  font-size: 15px;
}

.small-print {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.product-price {
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}

.product-description-wrapper {
  margin-bottom: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.dog-profile-tile-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-tab-link {
  background-color: transparent;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: Montserrat, sans-serif;
  color: rgba(50, 50, 50, 0.6);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.product-tab-link:hover {
  color: #323232;
}

.product-tab-link.w--current {
  background-color: transparent;
  color: #ec671a;
}

.product-tab-link.w--current:hover {
  color: #c75819;
}

.product-tab-link.middle {
  border-right: 2px solid rgba(50, 50, 50, 0.25);
  border-left: 2px solid rgba(50, 50, 50, 0.25);
}

.product-tab-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -20px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.tab-divider {
  display: inline-block;
  width: 2px;
  height: 30px;
  margin-right: 15px;
  margin-left: 15px;
  background-color: rgba(50, 50, 50, 0.25);
}

.product-tabs-content {
  overflow: visible;
}

.ingredients-slider {
  height: auto;
  padding-bottom: 39px;
  background-color: transparent;
}

.ingredients-slider-arrow-image {
  width: 39px;
  height: 39px;
}

.ingredients-slider-arrow-image.left {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ingredients-slider-arrow {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.ingredients-slider-arrow:hover {
  background-color: rgba(236, 103, 26, 0.1);
}

.ingredients-slider-arrow.left {
  right: 60px;
}

.ingredients-slider-nav {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  height: 39px;
  padding-top: 14px;
  color: #ec671a;
  font-size: 10px;
}

.ingredients-slide {
  width: 25%;
  padding-right: 40px;
  padding-bottom: 20px;
  padding-left: 40px;
  font-size: 14px;
  text-align: center;
}

.ingredients-slide-image {
  width: 166px;
  height: 120px;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.ingredients-slide-name {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
}

.ingredients-slider-heading {
  margin-top: 0px;
  margin-bottom: 60px;
  color: #ec671a;
}

.product-dialog {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1002;
  display: none;
  overflow: auto;
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: rgba(50, 50, 50, 0.95);
}

.product-dialog-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  padding-right: 20px;
  padding-bottom: 60px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.product-dialog-container {
  position: relative;
  max-width: 900px;
  margin: auto;
  padding: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.product-dialog-close-button {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -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;
  cursor: pointer;
}

.product-dialog-close-icon {
  width: 25px;
  height: 25px;
}

.grid-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.product-dialog-heading {
  margin-bottom: 20px;
  padding: 5px 10px;
  background-color: #ec671a;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.basket-row-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1.5px solid #d6d6d6;
}

.basket-remove {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18px;
  height: 18px;
  margin-top: 3px;
  -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-radius: 50%;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  cursor: pointer;
}

.basket-remove:hover {
  background-color: #e5eadf;
}

.basket-rows {
  position: relative;
}

.basket-plus-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 17px;
  height: 17px;
  margin-right: 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;
  -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: #db5735;
  border-radius: 50%;
  color: #db5735;
}

.basket-remove-column {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.basket-remove-icon {
  display: block;
}

.mb-50 {
  margin-bottom: 50px;
}

.basket-quantity-changer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 26px;
  height: 26px;
  -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 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #707070;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-size: 18px;
  cursor: pointer;
}

.basket-quantity-changer:hover {
  background-color: #e5eadf;
}

.h1-2 {
  font-size: 25px;
  line-height: 35px;
}

.basket-footer-left {
  width: 33.333333%;
  padding: 40px 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #db5735;
  color: #fff;
}

.sheet {
  padding: 60px 20px;
  background-color: #fff;
}

.sheet.sign-in {
  padding-right: 100px;
  padding-bottom: 100px;
  padding-left: 100px;
}

.sheet.sign-in.basket {
  padding-bottom: 60px;
  font-family: Montserrat, sans-serif;
}

.sheet.sign-in.basket.success {
  padding: 0px;
  text-align: center;
}

.sheet.sign-in.checkout {
  padding-bottom: 60px;
}

.basket-footer-right {
  padding: 40px 100px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.h3-alt {
  color: #fff;
  letter-spacing: 0px;
}

.h3-alt.mt-0.mb-30 {
  margin-bottom: 30px;
}

.text-field-2 {
  height: 42px;
  border: 0px none transparent;
  border-radius: 0px;
  background-color: #e5eadf;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
}

.text-field-2:hover {
  box-shadow: inset 0 0 0 2px #bdc7b1;
}

.text-field-2:focus {
  box-shadow: inset 0 0 0 2px #75a698;
}

.text-field-2._3 {
  height: 36px;
  margin-bottom: 0px;
}

.text-field-2._3::-webkit-input-placeholder {
  font-style: italic;
}

.text-field-2._3:-ms-input-placeholder {
  font-style: italic;
}

.text-field-2._3::-ms-input-placeholder {
  font-style: italic;
}

.text-field-2._3::placeholder {
  font-style: italic;
}

.text-field-2._2 {
  margin-top: 10px;
  margin-bottom: 20px;
  border: 1px solid #d6d6d6;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease, box-shadow 300ms ease;
  transition: border-color 300ms ease, box-shadow 300ms ease;
}

.text-field-2._2:hover {
  box-shadow: inset 0 0 0 2px rgba(236, 103, 26, 0.1);
}

.text-field-2._2:focus {
  border-color: #ec671a;
  box-shadow: inset 0 0 0 2px #ec671a;
}

.text-field-2._2.text-area {
  height: 150px;
}

.text-field-2._2.text-area.mb-0 {
  margin-bottom: 0px;
}

.text-field-2._2.is-invalid {
  border-color: #c4553c;
  background-color: #ffe1d9;
}

.text-field-2._2.is-invalid:hover {
  box-shadow: inset 0 0 0 2px rgba(219, 87, 53, 0.3);
}

.text-field-2._2.is-invalid:focus {
  box-shadow: inset 0 0 0 2px #db5735;
}

.text-field-2._2 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.button-2 {
  padding: 10px 40px;
  border-style: solid;
  border-width: 2px;
  border-color: #db5735;
  background-color: #fff;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-2:hover {
  background-color: #db5735;
  color: #fff;
  text-decoration: none;
}

.button-2.basket {
  text-align: center;
}

.divider {
  height: 2px;
  background-color: #e5eadf;
}

.divider._2 {
  height: 1px;
  background-color: #333;
}

.basket-field-form {
  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;
}

.mb-0 {
  margin-bottom: 0px;
}

.basket-mobile-wrapper {
  display: none;
}

.basket-quantity-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 60px;
  -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;
}

.basket-loader {
  position: absolute;
  width: 100px;
  height: 100px;
  border-top: 5px solid #ec671a;
  border-left: 5px solid #ec671a;
  border-radius: 50%;
}

.basket-head {
  margin-right: -10px;
  margin-left: -10px;
  color: #db5735;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.basket-desktop-wrapper {
  margin-top: 60px;
}

.basket-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.basket-quantity {
  height: 26px;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(236, 103, 26, 0.2);
  color: #000;
  font-weight: 600;
  text-align: center;
}

.basket-price-row {
  margin-bottom: 15px;
}

.basket-price-row.total {
  margin-bottom: 20px;
  font-weight: 700;
}

.mt-0 {
  margin-top: 0px;
}

.basket-price {
  float: right;
}

.basket-price.total {
  font-size: 18px;
}

.basket-loader-wrapper {
  position: absolute;
  left: -10px;
  top: 0%;
  right: -10px;
  bottom: 0%;
  z-index: 2;
  display: none;
  -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(229, 234, 223, 0.7);
}

.basket-loader-wrapper.show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.basket-list {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-left: 45px;
  font-size: 15px;
}

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

.product-dialog-constituents-wrapper {
  margin-bottom: 40px;
  padding: 20px;
  background-color: #ec671a;
  color: #fff;
}

.product-dialog-constituent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3px;
  padding-bottom: 3px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
}

.product-dialog-constituent-percent {
  margin-left: 20px;
}

.product-dialog-heading-4 {
  color: #ec671a;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.product-dialog-constituents-heading {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.basket-total-heading {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: Cardo, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.mb-30 {
  margin-bottom: 30px;
}

.basket-breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.basket-breadcrumb {
  color: #d6d6d6;
}

.basket-breadcrumb.current {
  color: #323232;
}

.basket-breadcrumb-line-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}

.basket-breadcrumb-dot {
  position: relative;
  z-index: 2;
  width: 11px;
  height: 11px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  background-color: #d6d6d6;
}

.basket-breadcrumb-dot.current {
  margin-right: auto;
  margin-left: auto;
  background-color: #323232;
}

.basket-breadcrumb-line {
  position: absolute;
  left: 0%;
  top: 5px;
  right: 0%;
  bottom: auto;
  z-index: 1;
  height: 1px;
  background-color: #d6d6d6;
}

.basket-breadcrumb-line.start {
  left: 50%;
}

.basket-breadcrumb-line.end {
  right: 50%;
}

.basket-breadcrumb-text {
  padding-right: 40px;
  padding-left: 40px;
}

.basket-text-container {
  max-width: 680px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}

.basket-text-container.mt-0 {
  margin-top: 0px;
}

.form-column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.form-column-2.checkout-left {
  width: 80%;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.form-column-2.checkout-right {
  display: block;
  margin-left: 30px;
  padding-left: 30px;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border-left: 1px solid #e5eadf;
  -webkit-transition: max-height 300ms ease;
  transition: max-height 300ms ease;
}

.form-column-2.account {
  width: 100%;
  margin-bottom: 40px;
  padding-right: 0px;
  padding-left: 0px;
}

.is-invalid {
  color: #db5735;
}

.fieldset {
  margin-right: -6px;
  margin-left: -6px;
}

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

.form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.checkout-final-total {
  font-size: 20px;
  font-weight: 700;
}

.required-fields {
  font-style: italic;
  text-align: right;
}

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

.address-radio-button {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-left: 0px;
  border-color: #d9d9d9;
  border-radius: 5px;
  cursor: pointer;
}

.address-radio-button.w--redirected-checked {
  border-width: 2px;
  border-color: #1d1d1b;
  background-color: #e9e9e9;
}

.address-radio-button.w--redirected-focus {
  box-shadow: none;
}

.form-checkout-mobile-toggle-wrapper {
  display: none;
}

.checkout-footer {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 2px solid #e5eadf;
  text-align: center;
}

.error-message {
  margin-top: -15px;
  margin-bottom: 10px;
  color: #db5735;
  font-size: 14px;
  line-height: 20px;
}

.field-wrapper {
  display: block;
  width: 100%;
  padding: 6px;
  float: left;
}

.field-wrapper.address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.form-item {
  width: 100%;
  padding: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.form-item.title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -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;
}

.form-item.totals-row {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #e5eadf;
}

.form-item.checkout-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-item.half {
  width: 50%;
}

.checkout-product-subtext {
  color: #aaada9;
  font-size: 14px;
  line-height: 18px;
}

.checkout-product-subtext.addon {
  color: #ec671a;
  text-transform: uppercase;
}

.address-radio-field {
  position: relative;
  margin-bottom: 0px;
  padding: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 15px;
  line-height: 23px;
}

.orange-link {
  color: #db5735;
}

.orange-link:hover {
  color: #b2472b;
}

.orange-link.non-italic {
  font-style: normal;
}

.checkout-content-wrapper {
  padding-top: 80px;
}

.address-radio-label {
  position: relative;
  z-index: 2;
}

.checkout-product-content {
  padding-right: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mt-30 {
  margin-top: 30px;
}

.checkout-total-item {
  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;
}

.checkout-h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Cardo, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.checkout-h2.address {
  margin-top: 40px;
}

.checkout-h2.address.mb-20 {
  margin-bottom: 20px;
}

.form-label {
  font-weight: 400;
}

.form-label.is-invalid {
  font-weight: 600;
}

.tc-checkbox {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-right: 10px;
  border-color: #4c4847;
  border-radius: 0px;
}

.tc-checkbox.w--redirected-checked {
  border-color: #4c4847;
  background-color: #4c4847;
  background-size: 16px 16px;
}

.tc-checkbox.w--redirected-focus {
  box-shadow: none;
}

.tc-checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tc-checkbox-label {
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.navbar-top {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.navbar-icon-link {
  margin-left: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #4c4847;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
}

.navbar-icon-wrapper {
  position: relative;
  margin-bottom: 4px;
}

.navbar-basket-quantity {
  position: absolute;
  left: -2px;
  top: 0px;
  z-index: 2;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ec671a;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
}

.product-thumbnail-badge-wrapper {
  position: absolute;
  left: 0%;
  top: 20px;
  right: auto;
  bottom: auto;
  z-index: 2;
}

.grid-3 {
  grid-column-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.login-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 115px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  line-height: 30px;
}

.login-column.register {
  background-color: rgba(236, 103, 26, 0.1);
  text-align: center;
}

.login-column.reset {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ears {
  width: 77px;
  height: 20px;
}

.shop-h1 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Cardo, sans-serif;
  font-size: 25px;
  line-height: 32px;
  letter-spacing: 0px;
  text-transform: none;
}

.shop-h1.mt-15 {
  margin-top: 15px;
}

.shop-h1.mb-40 {
  margin-bottom: 40px;
}

.account-label {
  margin-bottom: 0px;
  color: #ec671a;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.account-label.is-invalid {
  color: #c4553c;
}

.account-field {
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 0px 0px 2px;
  border-color: #000 #000 #f5f5f5;
  border-radius: 0px;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
}

.account-field:hover {
  border-bottom-color: rgba(236, 103, 26, 0.5);
}

.account-field:active {
  border-bottom-color: #ec671a;
}

.account-field:focus {
  border-bottom-color: #ec671a;
}

.account-field.is-invalid {
  border-bottom-color: #c4553c;
  background-color: rgba(196, 85, 60, 0.1);
}

.account-field-item {
  margin-bottom: 20px;
}

.mb-60 {
  margin-bottom: 50px;
}

.shop-link {
  text-decoration: underline;
}

.shop-link.dark {
  color: #4c4847;
}

.create-account-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.agreement-block {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 2px solid #e5eadf;
  border-bottom: 2px solid #e5eadf;
}

.agreement-checkbox-field {
  padding-left: 25px;
  font-style: normal;
}

.agreement-checkbox {
  width: 15px;
  height: 15px;
  margin-left: -25px;
  border-color: #22301c;
  border-radius: 0px;
}

.agreement-checkbox.w--redirected-checked {
  width: 15px;
  height: 15px;
  border-color: #22301c;
  background-color: #22301c;
}

.agreement-checkbox.w--redirected-focus {
  box-shadow: none;
}

.alert {
  margin-top: -35px;
  margin-bottom: 40px;
  padding: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #db5735;
  background-color: #f0b4a5;
  font-weight: 700;
}

.alert.success {
  border-color: #00593f;
  background-color: #e5eadf;
}

.alert.success.mt-0 {
  margin-top: 0px;
}

.order-success {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.order-success-image {
  -o-object-fit: cover;
  object-fit: cover;
}

.order-success-message-wrapper {
  padding-right: 120px;
  padding-left: 120px;
}

.orange-title {
  color: #cb5f40;
  font-size: 18px;
  font-weight: 700;
}

.account-faq-wrapper {
  margin-top: 140px;
  padding-right: 100px;
  padding-left: 100px;
}

.account-link {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.account-link:hover {
  color: #db5735;
  text-decoration: underline;
}

.account-link.w--current {
  text-decoration: underline;
}

.account-links {
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 2px solid #e5eadf;
}

.collapse-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  -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;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-weight: 700;
  cursor: pointer;
}

.collapse-header:hover {
  background-color: #f9f9f9;
}

.collapse-header.alt {
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  font-weight: 400;
}

.collapse-header.alt:hover {
  background-color: #fff;
}

.account-link-item {
  border-bottom: 2px solid #e5eadf;
}

.account-desktop {
  display: block;
}

.account-overview-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.account-faq-inner-wrapper {
  padding: 60px 80px 80px;
  background-color: #faf9f2;
}

.black-link {
  color: #252f1e;
  text-decoration: none;
}

.black-link:hover {
  color: #db5735;
  text-decoration: underline;
}

.collapses {
  border-top: 2px solid #e5eadf;
}

.account-overview-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.account-overview-inner-wrapper {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 2px solid #e5eadf;
  border-bottom: 2px solid #e5eadf;
}

.account-overview-inner-wrapper.no-bottom-border {
  border-bottom: 0px none transparent;
}

.account-overview-inner-wrapper.no-bottom-border.margin-bottom {
  margin-bottom: 20px;
}

.account-overview-inner-wrapper.no-bottom-border.padding-top {
  padding-top: 20px;
}

.account-overview-inner-wrapper.padding-bottom {
  padding-bottom: 20px;
}

.collapse-body {
  display: none;
  overflow: hidden;
  padding-right: 20px;
}

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

.collapse {
  border-bottom: 2px solid #e5eadf;
}

.collapse-arrow {
  width: 14px;
  height: 8px;
}

.columns-align-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.account-overview-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.account-menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 140px;
  padding-left: 0px;
}

.pb-20 {
  padding-bottom: 20px;
}

.account-mobile {
  display: none;
}

.account-order-left {
  padding: 30px 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.account-order-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f6fbf4;
}

.account-order-title {
  margin-bottom: 20px;
  color: #db5735;
  font-size: 18px;
  font-weight: 700;
}

.account-order-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  border: 2px solid #e5eadf;
}

.account-order-list {
  margin-bottom: 0px;
  padding-left: 20px;
}

.account-overview-heading-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 10px;
  -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;
}

.account-overview-heading {
  margin-top: 0px;
  margin-bottom: 0px;
}

.account-overview-heading.mb-10 {
  margin-bottom: 10px;
}

.edit-button {
  position: absolute;
  left: auto;
  top: 20px;
  right: 0%;
  bottom: auto;
}

.account-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.account-info-title {
  display: inline-block;
  width: 200px;
  font-weight: 700;
}

.account-info-title.narrow {
  width: 120px;
}

.sign-in-detail {
  display: inline-block;
  width: 300px;
  margin-right: 20px;
  padding-bottom: 5px;
  border-bottom: 2px solid #e5eadf;
}

.checkbox-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-right: 100px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.checkbox-column {
  width: 50%;
}

.update-details-form-wrapper {
  margin-top: 40px;
  margin-right: -5px;
  margin-left: -5px;
}

.custom-checkbox-field {
  margin-bottom: 15px;
  padding-left: 30px;
}

.custom-checkbox {
  width: 15px;
  height: 15px;
  margin-left: -30px;
  border: 0px none transparent;
  border-radius: 0px;
  background-color: #faf9f2;
}

.custom-checkbox.w--redirected-checked {
  width: 15px;
  height: 15px;
  border-style: none;
  background-color: #db5735;
  background-size: 14px 14px;
}

.custom-checkbox.w--redirected-focus {
  box-shadow: none;
}

.button-3 {
  padding: 10px 40px;
  border-style: solid;
  border-width: 2px;
  border-color: #db5735;
  background-color: #fff;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  color: #333;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-3:hover {
  background-color: #db5735;
  color: #fff;
}

.account-text-link {
  font-size: 17px;
  font-weight: 700;
}

.account-address-body {
  padding: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none solid solid;
  border-width: 2px;
  border-color: #e5eadf #fff9f5 #fff9f5;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.account-address-body.primary {
  border-right-color: #db5735;
  border-bottom-color: #db5735;
  border-left-color: #db5735;
}

.account-address-inner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 2px none #e5eadf;
  border-radius: 2px;
}

.account-address-inner-wrapper.create {
  -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: #fff9f5;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 20px;
  text-decoration: none;
}

.account-address-inner-wrapper.create:hover {
  background-color: #f6e9e0;
  text-decoration: underline;
}

.account-address-title {
  padding: 5px 15px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background-color: #fff9f5;
  color: #333;
  font-weight: 700;
}

.account-address-title.primary {
  background-color: #db5735;
  color: #fff;
}

.account-address-create-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 20px;
}

.account-address-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -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;
}

.account-address-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.account-addresses-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-tagline {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #ec671a;
}

@media screen and (max-width: 991px) {
  .section.alt3.tile {
    padding-right: 50px;
    padding-left: 50px;
  }

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

  .button.alt.form.normal.coat {
    padding-right: 5px;
    padding-left: 5px;
  }

  .button.shop {
    padding-right: 10px;
    padding-left: 10px;
  }

  .footer-column {
    width: 50%;
    padding-bottom: 40px;
  }

  .footer-column.enquiry {
    padding-bottom: 0px;
  }

  .footer-column.last {
    padding-bottom: 0px;
  }

  .narrow-wrapper {
    width: 100%;
  }

  .right-section-image {
    position: absolute;
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    height: auto;
  }

  .hero.fch {
    height: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/fch-hero.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/fch-hero.jpg');
    background-attachment: scroll, scroll;
  }

  .hero.page {
    height: 300px;
  }

  .hero.grooming {
    padding-top: 80px;
  }

  .hero-slide {
    padding-top: 80px;
  }

  .hero-container.flex {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .footer-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .navbar {
    display: block;
    padding: 10px 20px;
  }

  .navbar-link {
    padding: 13px 20px;
  }

  .navbar-link.featured {
    margin-right: 10px;
    padding: 13px 20px;
  }

  .navbar-menu {
    display: block;
    overflow: auto;
    height: 95vh;
    padding-right: 0px;
    padding-bottom: 120px;
    padding-left: 0px;
  }

  .navbar-brand {
    padding-left: 0px;
  }

  .navbar-menu-button {
    width: 60px;
    height: 60px;
    margin-top: 0px;
    margin-left: 10px;
    padding-right: 20px;
    padding-left: 20px;
    float: none;
  }

  .navbar-menu-button.w--open {
    color: #4c4847;
  }

  .navbar-top-bar {
    position: absolute;
    top: 17px;
    width: 20px;
    height: 3px;
    border-radius: 2px;
    background-color: #323232;
  }

  .navbar-middle-bar {
    position: absolute;
    top: 22px;
    width: 20px;
    height: 3px;
    border-radius: 2px;
    background-color: #323232;
  }

  .navbar-bottom-bar {
    position: absolute;
    top: 27px;
    width: 20px;
    height: 3px;
    border-radius: 2px;
    background-color: #323232;
  }

  .navbar-menu-text {
    position: absolute;
    left: 50%;
    top: 34px;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    font-family: 'Source Sans Pro', sans-serif;
    color: #323232;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
  }

  .navbar-close-text {
    position: absolute;
    left: 50%;
    top: 34px;
    display: none;
    opacity: 0;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    font-family: 'Source Sans Pro', sans-serif;
    color: #323232;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
  }

  .hero-slider-arrow {
    margin-top: 80px;
  }

  .footer-column-wrapper {
    width: 100%;
  }

  .hero-text-bottom {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .full-width-image {
    display: block;
    width: 100%;
  }

  .navbar-dropdown-icon {
    margin-right: 20px;
  }

  .navbar-dropdown-link {
    padding-left: 30px;
  }

  .dog-profiles-column {
    width: 50%;
  }

  .dog-profiles-column.shop {
    width: 33.333333%;
  }

  .dog-profiles-image {
    width: 100%;
  }

  .padded-body {
    padding-top: 80px;
  }

  .dog-profile-section {
    margin-top: 80px;
  }

  .dog-profile-tile.info {
    max-height: 660px;
  }

  .dog-profile-tile.info.contact {
    max-height: none;
    padding-right: 20px;
    padding-left: 20px;
  }

  .dog-profile-tile.info.contact.behind-nav {
    padding-top: 140px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .dog-profile-tile.info.contact.behind-nav.wide {
    width: 60%;
  }

  .dog-profile-tile.info.contact.fch {
    width: 55%;
  }

  .dog-profile-tile.images {
    width: 100%;
  }

  .dog-profile-tile.profile-image._2 {
    background-image: url('../images/contact-image.jpg');
    background-attachment: scroll;
  }

  .dog-profile-tile.profile-image._3 {
    background-image: url('../images/MOBILELabradoodles3_CarolineTrotterPhotography-10.jpg');
    background-attachment: scroll;
  }

  .dog-profile-tile.profile-image.feeding {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.4)), to(rgba(51, 51, 51, 0.4))), url('../images/011-mobile.jpg');
    background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.4), rgba(51, 51, 51, 0.4)), url('../images/011-mobile.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .dog-profile-tile.profile-image.sizes {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.3)), to(rgba(51, 51, 51, 0.3))), url('../images/size-image.jpg');
    background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.3), rgba(51, 51, 51, 0.3)), url('../images/size-image.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .dog-profile-tile.profile-image.coat {
    background-image: url('../images/coat-hero-mobile.jpg');
    background-attachment: scroll;
  }

  .dog-profile-tile.profile-image.training {
    background-position: 0px 50%;
  }

  .dog-profile-tile.profile-image.location {
    background-image: url('../images/MOBILELabradoodles3_CarolineTrotterPhotography-14.jpg');
    background-position: 38% 50%;
    background-size: cover;
    background-attachment: scroll;
  }

  .dog-profile-tile.profile-image._4 {
    background-image: url('../images/hero_1.png');
    background-attachment: scroll;
  }

  .dog-profile-tile.profile-image.mtt {
    background-image: url('../images/Labradoodles3_CarolineTrotterPhotography-16tablet.jpg');
    background-attachment: scroll;
  }

  .dog-profile-tile._100 {
    width: 100%;
    padding-bottom: 0%;
  }

  .dog-profile-tile.table {
    width: 100%;
    min-height: 0px;
    padding: 50px 20px;
  }

  .dog-profile-tile-inner-wrapper {
    top: 90px;
    right: 40px;
  }

  .dog-profile-tile-inner-wrapper.alt {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
  }

  .dog-profile-tile-inner-wrapper.contact.export {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .dog-profile-table {
    margin-top: 40px;
  }

  .navbar-dropdown-list-column {
    width: 50%;
  }

  .duel-heading-column.content {
    width: 60%;
  }

  .duel-heading-column.hero-column {
    width: 40%;
  }

  .duel-heading-column.hero-column._2 {
    background-position: 17% 50%;
  }

  .icon-list-wrapper {
    width: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .top-section {
    padding-top: 130px;
  }

  .white-container-inner-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-logo-column {
    display: block;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    text-align: right;
  }

  .avidog-emblem {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 0px;
  }

  .footer-row-2 {
    margin-top: 50px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .lightbox-row-wrapper {
    overflow: hidden;
  }

  .lightbox-row {
    margin-right: -15px;
    margin-left: -15px;
  }

  .lightbox-inner-wrapper {
    left: 15px;
    top: 15px;
    right: 15px;
    bottom: 15px;
  }

  .half-container {
    width: auto;
    padding-right: 20px;
  }

  .section-heading-strip {
    padding-right: 20px;
  }

  .icon-column {
    width: 50%;
  }

  ._404-button-row {
    padding-right: 0px;
    padding-left: 0px;
  }

  .dog-profile-tile-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .feeding-table-title-column {
    width: 150px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .feeding-table-title-column.head {
    text-align: left;
  }

  .food-table-column.alt {
    font-size: 13px;
  }

  .half-section-column {
    width: 100%;
  }

  .half-section-column.right {
    display: block;
    min-height: 550px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .section-2 {
    display: block;
  }

  .half-section-quartet-block {
    height: 275px;
  }

  .training-book-row {
    padding-left: 0px;
  }

  .training-book-image {
    height: 210px;
  }

  .grooming-hero-column-inner-wrapper {
    padding-right: 20px;
  }

  .grooming-hero-text-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .location-map-row-column {
    padding-right: 30px;
    padding-left: 30px;
  }

  .drive-column.heading {
    width: 140px;
  }

  .drive-column.text {
    padding-right: 20px;
    padding-left: 20px;
  }

  .embed-video {
    width: 340px;
    margin-left: 0px;
  }

  .icon-button-row-wrapper {
    width: 85%;
  }

  .parent-row-wrapper {
    width: 90%;
  }

  .tile-heading-strip-bg {
    left: -50px;
    right: -50px;
  }

  .dogs-slider-slide {
    width: 50%;
  }

  .narrow-form-wrapper {
    width: 80%;
  }

  .shop-column {
    width: 50%;
  }

  .shop-column.top.right.mobile-left {
    border-right: 1px solid #7f7f7f;
  }

  .shop-column.top.mobile-right {
    border-right: 0px none transparent;
  }

  .shop-column.mobile-middle {
    border-bottom: 1px solid #7f7f7f;
  }

  .shop-column.mobile-middle.mobile-right {
    border-right-width: 0px;
    border-right-color: transparent;
  }

  .video-column {
    width: 50%;
  }

  .coat-colour-column {
    padding-right: 10px;
    padding-left: 10px;
  }

  .coat-colour-row {
    margin-right: -10px;
    margin-left: -10px;
  }

  .coat-colour-image {
    height: 300px;
  }

  .coat-colour-image.wool {
    background-image: url('../images/Wool.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .coat-colour-image.curly {
    background-image: url('../images/Curly-Fleece.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .coat-colour-image.wavy {
    background-image: url('../images/LooseWavy-Fleece.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .coat-colour-image.hair {
    background-image: url('../images/hair-coat.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .coat-colour-content {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
  }

  .footer-paragraph {
    padding-right: 50px;
  }

  .hero-image {
    display: none;
  }

  .fch-hero-overlay {
    left: -40px;
  }

  .grid-child.star.text {
    height: auto;
  }

  .grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .ingredients-slide {
    width: 50%;
  }

  .grid-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .basket-mobile-quantity-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .basket-more-info-wrapper {
    display: none;
    margin-top: 10px;
  }

  .basket-row-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 2px solid #e5eadf;
  }

  .h1-2 {
    font-size: 20px;
    line-height: 30px;
  }

  .basket-footer-left {
    width: 40%;
    padding-left: 60px;
  }

  .sheet.sign-in {
    padding-right: 60px;
    padding-bottom: 60px;
    padding-left: 60px;
  }

  .sheet.sign-in.basket {
    padding-right: 60px;
    padding-bottom: 0px;
    padding-left: 60px;
  }

  .sheet.sign-in.checkout {
    padding-right: 60px;
    padding-left: 60px;
  }

  .basket-footer-right {
    padding-right: 60px;
    padding-left: 60px;
  }

  .basket-mobile-title-column {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .basket-product-name {
    line-height: 26px;
  }

  .button-2.basket {
    display: block;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .basket-heading {
    border-bottom: 2px solid #e5eadf;
    color: #db5735;
    font-size: 14px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .basket-mobile-wrapper {
    display: block;
    margin-top: 30px;
  }

  .basket-desktop-wrapper {
    display: none;
  }

  .basket-more-info {
    margin-top: 5px;
    font-weight: 300;
  }

  .mt-0.mb-0.mb-md-10 {
    margin-bottom: 10px;
  }

  .basket-list {
    padding-left: 0px;
    font-weight: 300;
    list-style-type: disc;
  }

  .basket-footer {
    margin: 60px -60px 0px;
  }

  .form-column-2.checkout-right {
    margin-left: 20px;
    padding-left: 20px;
  }

  .form-item.title {
    display: block;
    margin-bottom: 20px;
  }

  .form-item.title.form-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
  }

  .checkout-content-wrapper {
    padding-top: 40px;
  }

  .checkout-h2 {
    margin-bottom: 10px;
  }

  .checkout-h2.address {
    margin-bottom: 0px;
  }

  .navbar-top {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-icon-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #323232;
  }

  .navbar-top-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .account-faq-wrapper {
    margin-top: 60px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .account-links {
    margin-top: 40px;
  }

  .account-desktop {
    display: none;
  }

  .account-faq-inner-wrapper {
    margin-right: -60px;
    margin-left: -60px;
    padding-right: 60px;
    padding-left: 60px;
  }

  .account-mobile {
    display: block;
  }

  .checkbox-row {
    padding-right: 0px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section.alt2._2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.alt3.tile {
    padding: 60px 20px;
  }

  .button.alt._404 {
    margin-bottom: 20px;
  }

  .button.shop.white {
    margin-top: 10px;
    margin-left: 0px;
  }

  .footer-top {
    padding-right: 20px;
    padding-left: 20px;
  }

  .wide-container {
    overflow: hidden;
  }

  .wide-container.overflow {
    overflow: visible;
  }

  .footer-column {
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-right-style: none;
    border-right-width: 0px;
  }

  .fixed-background {
    height: 270px;
  }

  .column-right-padding {
    margin-bottom: 30px;
    padding-left: 0px;
  }

  .hero {
    height: 100%;
    min-height: 500px;
  }

  .hero.fch {
    height: 600px;
    padding-right: 20px;
    padding-left: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/fch-hero.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/fch-hero.jpg');
    background-position: 0px 0px, -99px 50%;
  }

  .hero.page {
    height: 240px;
  }

  .hero.page._6 {
    background-position: 50% 50%;
  }

  .hero._404 {
    height: 500px;
    padding-bottom: 0px;
    background-image: url('../images/404.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .hero-container {
    height: 100%;
  }

  .hero-crest {
    width: 200px;
  }

  .third-column {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .third-column.no-padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .column-row.flex {
    display: block;
  }

  .footer-row {
    display: block;
    overflow: hidden;
    margin-right: -20px;
    margin-left: -20px;
  }

  .column-no-padding {
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-column-wrapper {
    width: 100%;
    float: left;
  }

  .hero-message {
    margin-right: 20px;
    margin-left: 20px;
  }

  .hero-text-bottom {
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }

  .dog-profiles-column.shop {
    width: 50%;
  }

  .dog-profile-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -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;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .dog-profile-section.video {
    display: block;
  }

  .dog-profile-section.fch {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Labradoodles3_CarolineTrotterPhotography-21mobile.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/Labradoodles3_CarolineTrotterPhotography-21mobile.jpg');
    background-position: 0px 0px, 50% 100%;
  }

  .dog-profile-tile.info {
    width: 60%;
    max-height: 660px;
    min-height: 660px;
    padding: 50px 20px;
  }

  .dog-profile-tile.info.contact {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .dog-profile-tile.info.contact.behind-nav.wide {
    width: 100%;
    min-height: 0px;
    padding-top: 50px;
  }

  .dog-profile-tile.info.contact.video {
    width: 100%;
    min-height: 0px;
    float: none;
  }

  .dog-profile-tile.info.contact.fch {
    width: 100%;
    padding-left: 20px;
  }

  .dog-profile-tile.images {
    min-height: 0px;
  }

  .dog-profile-tile.profile-image {
    width: 40%;
  }

  .dog-profile-tile.profile-image.healthcare {
    background-position: 68% 50%;
  }

  .dog-profile-tile.profile-image.training {
    background-position: -90px 0px;
  }

  .dog-profile-tile.profile-image.location {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .dog-profile-tile.profile-image.video {
    width: 100%;
    height: 200px;
    min-height: 0px;
    float: none;
  }

  .dog-profile-tile-inner-wrapper {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
  }

  .dog-profile-tile-within-tile.text {
    font-size: 24px;
    line-height: 30px;
  }

  .hero-text-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .duel-heading {
    display: block;
    margin-top: 80px;
  }

  .duel-heading-column.content {
    width: 100%;
    padding-top: 0px;
  }

  .duel-heading-column.hero-column {
    width: 100%;
    height: 250px;
    background-position: 50% 0px;
  }

  .duel-heading-column.hero-column._2 {
    background-position: 50% 50%;
  }

  .top-section.under-hero.no-mobile-padding {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .footer-logo-column {
    margin-bottom: 30px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .footer-row-2 {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    -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-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
  }

  .footer-column-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-row-3 {
    margin-top: 50px;
    text-align: center;
  }

  .why-row {
    display: block;
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .why-icon-column {
    margin-bottom: 20px;
    padding-right: 0px;
  }

  .mobile-column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .highlight-text {
    font-size: 25px;
    line-height: 35px;
  }

  .lightbox-row {
    margin-right: -10px;
    margin-left: -10px;
  }

  .lightbox-inner-wrapper {
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
  }

  .half-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-heading-strip {
    margin-right: -20px;
    margin-left: -20px;
    padding-left: 20px;
  }

  .icon-column {
    position: relative;
    overflow: visible;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  ._404-button-row {
    -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;
  }

  .health-table {
    min-width: 500px;
  }

  .health-table-wrapper {
    overflow: auto;
  }

  .hip-column {
    padding-left: 0px;
  }

  .fch-semi-overlay {
    left: 0px;
    top: 0px;
  }

  .feeding-table-wrapper {
    overflow: auto;
  }

  .feeding-table {
    min-width: 730px;
  }

  .food-table-wrapper {
    overflow: auto;
  }

  .food-table {
    width: 920px;
  }

  .food-table-column.alt {
    font-size: 14px;
  }

  .grooming-table-row {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grooming-table-column.content {
    padding-right: 0px;
    padding-left: 0px;
  }

  .grooming-table-column.title {
    width: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-right-style: none;
  }

  .half-section-column.left {
    padding: 50px 20px;
  }

  .half-section-column.right.size {
    min-height: 460px;
  }

  .training-book-row {
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .training-book-image {
    height: 230px;
  }

  .grooming-hero-column {
    width: 60%;
    min-height: 550px;
  }

  .bathing-image {
    display: block;
    margin-top: 20px;
    float: none;
  }

  .location-map-row {
    display: block;
  }

  .location-map-row-column {
    width: 100%;
  }

  .location-map-row-column.map {
    height: 280px;
  }

  .embed-video {
    width: 100%;
  }

  .gallery-column {
    width: 50%;
    padding-bottom: 50%;
  }

  .duel-list {
    max-width: none;
  }

  .duel-list-wrapper {
    display: block;
  }

  .icon-button-row-wrapper {
    width: 100%;
  }

  .parent-middle-column {
    width: 100px;
  }

  .parent-row-wrapper {
    width: 100%;
  }

  .tile-heading-strip-bg {
    left: -20px;
    right: -20px;
  }

  .dogs-slider-slide {
    padding-right: 10px;
    padding-left: 10px;
  }

  .form-column {
    padding-right: 0px;
  }

  .form-column.right {
    padding-left: 0px;
  }

  .narrow-list {
    width: 50%;
  }

  .resource-block {
    display: block;
  }

  .resource-image-column {
    width: 100%;
    margin-bottom: 25px;
  }

  .image-heading-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .image-heading-content-wrapper {
    width: 100%;
  }

  .image-heading-image-wrapper {
    width: 100%;
  }

  .thumbnail-column {
    width: 33.33333333%;
  }

  .shop-column {
    height: 420px;
  }

  .shop-column-inner-wrapper {
    position: relative;
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .videos-row {
    margin-right: -10px;
    margin-left: -10px;
  }

  .video-column {
    padding: 10px;
  }

  .coat-colour-wrapper {
    padding-bottom: 30px;
  }

  .coat-colour-column {
    width: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .coat-colour-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .enquiry-wrapper {
    width: 80%;
  }

  .enquiry-left-column {
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-paragraph {
    padding-right: 30px;
  }

  .fch-hero-overlay {
    left: 0px;
  }

  .fch-hero-background {
    display: none;
  }

  .puppy-school-grid-wrapper {
    display: none;
  }

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

  .product-tab-link {
    padding-right: 10px;
    padding-left: 10px;
  }

  .grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .h1-2 {
    font-size: 20px;
    line-height: 32px;
  }

  .basket-footer-left {
    width: auto;
    padding-right: 40px;
    padding-left: 40px;
  }

  .sheet.sign-in {
    padding: 40px;
  }

  .sheet.sign-in.basket {
    padding-right: 40px;
    padding-left: 40px;
  }

  .sheet.sign-in.checkout {
    padding-right: 40px;
    padding-left: 40px;
  }

  .basket-footer-right {
    padding-right: 40px;
    padding-left: 40px;
  }

  .basket-footer {
    display: block;
    margin-top: 40px;
    margin-right: -40px;
    margin-left: -40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .basket-breadcrumb-text {
    padding-right: 20px;
    padding-left: 20px;
  }

  .form-column-2 {
    width: 100%;
  }

  .form-column-2.checkout-left {
    width: 100%;
    margin-top: 40px;
  }

  .form-column-2.checkout-right {
    overflow: hidden;
    width: auto;
    max-height: 0px;
    margin-right: -30px;
    margin-left: -30px;
    padding-right: 0px;
    padding-left: 0px;
    border-left-style: none;
    border-left-width: 0px;
    background-color: rgba(246, 251, 244, 0.25);
  }

  .form-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .form-row.checkout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .form-checkout-mobile-toggle-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -30px;
    margin-left: -30px;
    padding: 20px 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #e5eadf;
    border-bottom: 1px solid #e5eadf;
    background-color: #f6fbf4;
    cursor: pointer;
  }

  .form-checkout-summary-wrapper {
    padding: 30px 40px;
    border-bottom: 1px solid #e5eadf;
  }

  .account-faq-inner-wrapper {
    margin-right: -40px;
    margin-left: -40px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .account-order-title {
    margin-bottom: 0px;
  }

  .account-order-list {
    margin-top: 20px;
  }

  .checkbox-column {
    width: 50%;
  }

  .account-address-inner-wrapper.create {
    min-height: 100px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .account-address-create-icon {
    width: 40px;
    height: 40px;
    margin-right: 20px;
    margin-bottom: 0px;
  }

  .account-address-wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .button.alt.form.normal.responsive {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 12px;
    letter-spacing: 1px;
  }

  .narrow-paragraph {
    width: 100%;
  }

  .footer-column {
    width: 100%;
    border-right-style: none;
    border-right-width: 0px;
  }

  .footer-column.enquiry {
    padding-bottom: 40px;
  }

  .section-heading.more-margin.mobile-narrow {
    display: block;
    width: 75%;
    margin-right: auto;
    margin-left: auto;
  }

  .column-right-padding {
    padding-right: 0px;
  }

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

  .hero {
    height: 100%;
  }

  .hero.fch {
    height: auto;
    padding-top: 76px;
    padding-bottom: 50px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/fch-hero.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/fch-hero.jpg');
    background-position: 0px 0px, -248px 0px;
  }

  .hero.page {
    height: 230px;
  }

  .hero.grooming {
    background-image: none;
  }

  .hero-crest {
    width: 200px;
  }

  .third-column.wide {
    padding-right: 0px;
    padding-left: 0px;
    border-right-style: none;
    border-right-width: 0px;
  }

  .navbar-menu-button {
    margin-left: 5px;
  }

  .footer-column-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .alt-h1.resource-heading {
    width: 100%;
  }

  .hero-text-bottom {
    position: relative;
    top: auto;
    margin-top: 50px;
    margin-bottom: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .navbar-dropdown-list.column.w--open {
    display: block;
  }

  .dog-profiles-row {
    margin-top: -5px;
  }

  .dog-profiles-column {
    width: 100%;
  }

  .dog-profiles-column.shop {
    width: 100%;
  }

  .dog-profile-section {
    display: block;
  }

  .dog-profile-section.fch {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/Labradoodles3_CarolineTrotterPhotography-21.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Labradoodles3_CarolineTrotterPhotography-21.jpg');
    background-position: 0px 0px, -225px 0px;
  }

  .dog-profile-tile.info {
    width: 100%;
    max-height: none;
    min-height: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .dog-profile-tile.profile-image {
    width: 100%;
    height: 270px;
    min-height: 0px;
  }

  .dog-profile-tile.profile-image.healthcare {
    background-position: 50% 50%;
  }

  .dog-profile-tile.profile-image.training {
    background-position: 50% 50%;
  }

  .dog-profile-tile.profile-image.location {
    background-position: 50% 50%;
  }

  .dog-profile-tile.profile-image.mtt {
    background-image: url('../images/Labradoodles3_CarolineTrotterPhotography-16mobile.jpg');
  }

  .dog-profile-table-column {
    padding-left: 20px;
  }

  .dog-profile-table-column.heading {
    width: 120px;
    font-size: 13px;
  }

  .dog-profile-tile-within-tile {
    overflow: hidden;
    width: 100%;
    height: 175px;
    padding-bottom: 0px;
  }

  .dog-profile-lightbox-icon {
    width: 50px;
  }

  .navbar-dropdown-list-column {
    position: relative;
    z-index: 1;
    width: 100%;
  }

  .navbar-dropdown-list-column.left {
    position: relative;
    z-index: 2;
    margin-bottom: -1px;
    border-bottom: 1px solid #b3b3b3;
    border-right-style: none;
    border-right-width: 0px;
  }

  .duel-heading-column.hero-column {
    height: 220px;
  }

  .footer-logo-column {
    text-align: left;
  }

  .footer-row-2 {
    -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;
  }

  .footer-row-3 {
    text-align: left;
  }

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

  .lightbox-row {
    display: block;
    margin-right: -10px;
    margin-left: -10px;
  }

  .lightbox-column {
    width: 100%;
    padding-bottom: 100%;
  }

  .lightbox-inner-wrapper {
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
  }

  .heading-strip-margin {
    margin-bottom: 0px;
  }

  .divider-header-text {
    margin-right: 20px;
    margin-left: 20px;
  }

  .icon-column {
    width: 100%;
  }

  .alt-section-text {
    font-size: 18px;
    line-height: 28px;
  }

  .fch-semi-overlay {
    top: 0px;
  }

  .half-section-column.right {
    min-height: 800px;
  }

  .half-section-column.right.size {
    min-height: 280px;
    background-position: 50% 0px;
  }

  .size-table-row {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
  }

  .size-table-column.left {
    width: 100%;
    border-right-style: none;
  }

  .size-table-column.right {
    width: 100%;
    padding-left: 0px;
  }

  .half-section-quartet-block {
    width: 100%;
    height: 200px;
  }

  .training-book-row {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .training-book-image {
    height: 190px;
  }

  .grooming-hero-column {
    width: 100%;
    min-height: 0px;
    float: none;
    background-color: #333;
  }

  .grooming-hero-column-inner-wrapper {
    position: relative;
    display: block;
    padding-left: 20px;
  }

  .grooming-hero-image {
    display: block;
  }

  .utensil-row {
    padding-bottom: 0px;
  }

  .utensil-column {
    width: 100%;
    padding-bottom: 50%;
    border-bottom: 1px solid #b3b3b3;
    border-right-style: none;
  }

  .utensil-column.last {
    border-bottom-style: none;
  }

  .bathing-image {
    display: block;
    height: 210px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .embed-video {
    margin-top: 30px;
  }

  .gallery-column {
    width: 50%;
    padding-bottom: 50%;
  }

  .gallery-inner-wrapper {
    left: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px;
  }

  .gallery-lightbox-overlay-icon {
    width: 40px;
  }

  .icon-button-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .parent-middle-column {
    width: 50px;
  }

  .parent-middle-column-main {
    font-size: 18px;
  }

  .parent-additional-image-column {
    width: 50%;
    padding-bottom: 50%;
  }

  .icon-button-item {
    margin-bottom: 50px;
  }

  .tile-heading-strip {
    position: relative;
  }

  .tile-heading-strip-bg {
    bottom: -12px;
    height: auto;
  }

  .dogs-slider-slide {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .dogs-slider-arrow {
    width: 40px;
    height: 40px;
  }

  .dogs-slider-arrow-image {
    width: 25px;
  }

  .healthcare-table-box {
    width: 60px;
    height: 25px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .form-help-text {
    margin-top: 0px;
    margin-bottom: 15px;
    float: right;
  }

  .faq-title-block {
    padding-right: 60px;
  }

  .narrow-list {
    width: 100%;
  }

  .narrow-list.last {
    margin-top: 0px;
  }

  .litter-information-paragraph {
    width: 100%;
  }

  .litter-table {
    width: 100%;
    text-align: center;
  }

  .litter-td {
    width: 100%;
    padding-left: 0px;
  }

  .litter-td.th {
    width: 100%;
    padding-bottom: 0px;
    border-right-style: none;
    border-right-width: 0px;
  }

  .narrow-form-wrapper {
    width: 100%;
  }

  .resource-block {
    padding: 20px;
  }

  .resource-image-column {
    width: 100%;
  }

  .testimonial-lightbox-row {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }

  .testimonial-lightbox-column {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .facilities-lightbox-column {
    width: 100%;
  }

  .facilities-lightbox-column.double {
    width: 100%;
  }

  .title-arrow-link {
    right: -10px;
  }

  .title-arrow-link.left {
    left: -10px;
  }

  .title-arrow-link.left.slide {
    left: 10px;
    right: auto;
  }

  .title-arrow-link.slide {
    top: -80px;
    right: 10px;
  }

  .resource-image {
    display: block;
    width: 100%;
  }

  .image-heading-content-wrapper {
    padding: 30px 20px;
  }

  .thumbnail-column {
    width: 50%;
  }

  .shop-column {
    width: 100%;
    height: auto;
    border-right: 0px none transparent;
    border-bottom: 1px solid #7f7f7f;
  }

  .shop-column.top {
    border-right: 0px none transparent;
  }

  .shop-column.top.right.mobile-left {
    border-right: 0px none transparent;
  }

  .shop-column.right.last {
    border-bottom: 0px none transparent;
  }

  .advert {
    padding-right: 20px;
    padding-left: 20px;
  }

  .shop-column-inner-wrapper {
    position: static;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .videos-row {
    margin: -10px 0px;
  }

  .video-column {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .coat-colour-wrapper {
    padding-bottom: 10px;
  }

  .coat-colour-column {
    width: 100%;
    margin-bottom: 40px;
    padding: 0px;
  }

  .coat-colour-row {
    margin-right: 0px;
    margin-left: 0px;
  }

  .litter-slider {
    margin-right: -10px;
    margin-left: -10px;
  }

  .enquiry-wrapper {
    width: 100%;
  }

  .footer-paragraph {
    padding-right: 50px;
  }

  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .product-tab-link {
    padding: 5px 0px;
  }

  .product-tab-link.middle {
    border-right-style: none;
    border-left-style: none;
  }

  .product-tab-wrapper {
    display: block;
  }

  .ingredients-slide {
    width: 100%;
  }

  .ingredients-slider-heading {
    text-align: center;
  }

  .product-dialog-container {
    padding: 20px;
  }

  .basket-mobile-quantity-column {
    width: 100%;
    margin-top: 20px;
    margin-right: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .basket-row-mobile {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .basket-footer-left {
    padding-right: 20px;
    padding-left: 20px;
  }

  .sheet.sign-in {
    padding-right: 20px;
    padding-left: 20px;
  }

  .sheet.sign-in.basket {
    padding-right: 20px;
    padding-left: 20px;
  }

  .sheet.sign-in.checkout {
    padding-right: 20px;
    padding-left: 20px;
  }

  .basket-footer-right {
    padding-right: 20px;
    padding-left: 20px;
  }

  .basket-mobile-title-column {
    padding-right: 20px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .basket-footer {
    margin-right: -20px;
    margin-left: -20px;
  }

  .basket-breadcrumb-text {
    padding-right: 10px;
    padding-left: 10px;
  }

  .form-checkout-mobile-toggle-wrapper {
    margin-right: -10px;
    margin-left: -10px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .field-wrapper.address.half {
    width: 100%;
  }

  .form-item.title.form-footer {
    margin-top: 10px;
  }

  .form-item.half {
    width: 100%;
  }

  .navbar-icon-link {
    margin-left: 10px;
  }

  .account-faq-inner-wrapper {
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .account-order-list {
    margin-bottom: 20px;
  }

  .account-overview-heading-wrapper {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .edit-button {
    position: relative;
    top: auto;
    right: auto;
    display: inline-block;
    margin-bottom: 10px;
  }

  .sign-in-detail {
    display: block;
    width: auto;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

#w-node-_141ab780-8223-9629-f11f-c67f2c385c73-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_914424f3-a795-4321-d4da-b68d290e81dd-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_88e0a62f-8a19-85bb-5372-2743bdedaf5d-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fd79c4a4-0b65-2dbe-b6c0-8aae0468056b-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4ef145fc-a596-b4df-6adf-d14502660869-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fae66d89-51ed-9703-58a7-1926bfd08a24-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_838f58f2-f960-ea90-17a0-3d510d2bdb1c-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-da598118-dbba-08c5-28f4-80ef66dd54b2-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_34c1d78d-85c3-314d-aca9-98f471ea56d7-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7620bc76-4350-080d-3d3f-26b4e70ed5fc-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d83bf063-7c92-0746-27d3-4a9ed641d937-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_118d8170-3653-2aa4-c9d9-69a4b6ebbf08-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_204c3ed5-7f15-5c43-0fb8-b2d03155cb54-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c4f6381d-9a2a-4d44-a559-4f7e22bb04db-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_18a88594-40d9-30c2-bc3b-86084ead36cf-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b5e7bf12-6fb3-0611-629b-f21bb37cf7cd-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_10e7bac7-702c-e3d2-8ffb-933dfa2c1548-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2c3f151d-b2e8-943a-2422-2726c1bef096-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2c3f151d-b2e8-943a-2422-2726c1bef097-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_646d3537-5fe2-f663-d299-1be6d6f83d64-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_646d3537-5fe2-f663-d299-1be6d6f83d65-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_646d3537-5fe2-f663-d299-1be6d6f83d77-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_646d3537-5fe2-f663-d299-1be6d6f83d79-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_646d3537-5fe2-f663-d299-1be6d6f83d7c-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_646d3537-5fe2-f663-d299-1be6d6f83d81-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_646d3537-5fe2-f663-d299-1be6d6f83d86-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_646d3537-5fe2-f663-d299-1be6d6f83d8b-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_646d3537-5fe2-f663-d299-1be6d6f83d90-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_646d3537-5fe2-f663-d299-1be6d6f83d95-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_646d3537-5fe2-f663-d299-1be6d6f83d9a-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_646d3537-5fe2-f663-d299-1be6d6f83d9f-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_646d3537-5fe2-f663-d299-1be6d6f83da4-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_646d3537-5fe2-f663-d299-1be6d6f83da9-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_646d3537-5fe2-f663-d299-1be6d6f83dae-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a9cbd15a-48bd-c87a-0cd2-b4298d7b1f30-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a9cbd15a-48bd-c87a-0cd2-b4298d7b1f31-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a9cbd15a-48bd-c87a-0cd2-b4298d7b1f52-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a9cbd15a-48bd-c87a-0cd2-b4298d7b1f53-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a9cbd15a-48bd-c87a-0cd2-b4298d7b1f65-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a9cbd15a-48bd-c87a-0cd2-b4298d7b1f67-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a9cbd15a-48bd-c87a-0cd2-b4298d7b1f6a-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a9cbd15a-48bd-c87a-0cd2-b4298d7b1f6f-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a9cbd15a-48bd-c87a-0cd2-b4298d7b1f74-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a9cbd15a-48bd-c87a-0cd2-b4298d7b1f79-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a9cbd15a-48bd-c87a-0cd2-b4298d7b1f7e-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a9cbd15a-48bd-c87a-0cd2-b4298d7b1f83-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a9cbd15a-48bd-c87a-0cd2-b4298d7b1f88-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a9cbd15a-48bd-c87a-0cd2-b4298d7b1f8d-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a9cbd15a-48bd-c87a-0cd2-b4298d7b1f92-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a9cbd15a-48bd-c87a-0cd2-b4298d7b1f97-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a9cbd15a-48bd-c87a-0cd2-b4298d7b1f9c-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cce9a481-ce91-324f-b620-419762f5b561-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cce9a481-ce91-324f-b620-419762f5b562-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cce9a481-ce91-324f-b620-419762f5b583-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cce9a481-ce91-324f-b620-419762f5b584-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cce9a481-ce91-324f-b620-419762f5b596-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cce9a481-ce91-324f-b620-419762f5b598-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cce9a481-ce91-324f-b620-419762f5b59b-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cce9a481-ce91-324f-b620-419762f5b5a0-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cce9a481-ce91-324f-b620-419762f5b5a5-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cce9a481-ce91-324f-b620-419762f5b5aa-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cce9a481-ce91-324f-b620-419762f5b5af-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cce9a481-ce91-324f-b620-419762f5b5b4-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cce9a481-ce91-324f-b620-419762f5b5b9-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cce9a481-ce91-324f-b620-419762f5b5be-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cce9a481-ce91-324f-b620-419762f5b5c3-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cce9a481-ce91-324f-b620-419762f5b5c8-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cce9a481-ce91-324f-b620-419762f5b5cd-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_52e5d37e-67b9-3e6d-21a4-67ffedb75fa5-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_52e5d37e-67b9-3e6d-21a4-67ffedb75fa6-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_52e5d37e-67b9-3e6d-21a4-67ffedb75fc1-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_52e5d37e-67b9-3e6d-21a4-67ffedb75fc2-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_52e5d37e-67b9-3e6d-21a4-67ffedb75fdd-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_52e5d37e-67b9-3e6d-21a4-67ffedb75fde-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_52e5d37e-67b9-3e6d-21a4-67ffedb75ff9-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_52e5d37e-67b9-3e6d-21a4-67ffedb75ffa-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_94ce23a5-65ab-a803-db01-4ed42a86bce4-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_94ce23a5-65ab-a803-db01-4ed42a86bce5-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_94ce23a5-65ab-a803-db01-4ed42a86bd00-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_94ce23a5-65ab-a803-db01-4ed42a86bd01-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_94ce23a5-65ab-a803-db01-4ed42a86bd1c-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_94ce23a5-65ab-a803-db01-4ed42a86bd1d-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_94ce23a5-65ab-a803-db01-4ed42a86bd38-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_94ce23a5-65ab-a803-db01-4ed42a86bd39-0106416b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5ac43350-1570-b09c-10ff-13d3de65ae99-8fea77f3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

#w-node-adb83e89-98ac-fc37-bfc4-9390c5d6b939-8fea77f3 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-area: Area;
}

#w-node-a2ab1fc5-bb27-f7d8-28b9-9b51f78dbad9-8fea77f3 {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
  -ms-grid-column-span: 5;
  grid-area: Area-2;
}

#w-node-_991fcfe0-72e7-b2ab-c045-d21d8340d7d3-696a4b85 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_668e2cde-abf4-1874-c1a0-6695fd151e9e-696a4b85 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1a644f76-375e-42f6-0928-21b1c2322dd3-15e9a8f6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5a2864cf-4bd2-07c5-3121-619327b5b171-15e9a8f6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2ca52630-6ccc-74d5-9d90-68bf7c906c11-15e9a8f6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1a644f76-375e-42f6-0928-21b1c2322dd3-794b2d8b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_209cb160-fede-748f-297c-3f88cb227343-794b2d8b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1a644f76-375e-42f6-0928-21b1c2322dd3-15cd7204 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_209cb160-fede-748f-297c-3f88cb227343-15cd7204 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@font-face {
  font-family: 'Miller Regular';
  src: url('../fonts/Miller-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}