@import url("inline.css");
/* typically we would remove this and paste the code into the site as instructed in css file, but as the site is slow due to captcha anyway leave here to avoid the FOUC inlining css causes */
#responsive-tell {
  content: 'xs';
  width: 0;
  display: none;
}

@media (min-width: 480px) {
  #responsive-tell {
    width: 480px;
    content: 'sm';
  }
}

@media (min-width: 768px) {
  #responsive-tell {
    width: 768px;
    content: 'md';
  }
}

@media (min-width: 992px) {
  #responsive-tell {
    width: 992px;
    content: 'lg';
  }
}

.decoration {
  position: relative;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  pointer-events: none;
}

.decoration:before, .decoration:after {
  content: '';
  background-image: url(../images/ovals/oval-green.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}

.arrow-scroll {
  padding: 20px 0 0;
  clear: both;
  text-align: center;
  font-size: 3.25em;
}

@media (min-width: 768px) {
  .arrow-scroll {
    padding-top: 40px;
  }
}

.animated.animate-now.animate-bounce {
  -webkit-animation-name: bounce-sink, bounce;
          animation-name: bounce-sink, bounce;
  -webkit-animation-duration: .3s, 1.5s;
          animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
          animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
          animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, 3;
          animation-iteration-count: 1, 3;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
          animation-direction: normal, alternate;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  50% {
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
  100% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  50% {
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
  100% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
}

@-webkit-keyframes bounce-sink {
  100% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
}

@keyframes bounce-sink {
  100% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
}

@-webkit-keyframes breath {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  60% {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes breath {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  60% {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes breath-rotate-small {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
  25% {
    -webkit-transform: scale(0.96) rotate(-9deg);
            transform: scale(0.96) rotate(-9deg);
  }
  60% {
    -webkit-transform: scale(0.92) rotate(6deg);
            transform: scale(0.92) rotate(6deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
}

@keyframes breath-rotate-small {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
  25% {
    -webkit-transform: scale(0.96) rotate(-9deg);
            transform: scale(0.96) rotate(-9deg);
  }
  60% {
    -webkit-transform: scale(0.92) rotate(6deg);
            transform: scale(0.92) rotate(6deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
}

@-webkit-keyframes breath-rotate {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
  25% {
    -webkit-transform: scale(0.9) rotate(-9deg);
            transform: scale(0.9) rotate(-9deg);
  }
  60% {
    -webkit-transform: scale(0.82) rotate(6deg);
            transform: scale(0.82) rotate(6deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
}

@keyframes breath-rotate {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
  25% {
    -webkit-transform: scale(0.9) rotate(-9deg);
            transform: scale(0.9) rotate(-9deg);
  }
  60% {
    -webkit-transform: scale(0.82) rotate(6deg);
            transform: scale(0.82) rotate(6deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
}

@-webkit-keyframes breath-rotate-big {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
  25% {
    -webkit-transform: scale(0.82) rotate(-14deg);
            transform: scale(0.82) rotate(-14deg);
  }
  60% {
    -webkit-transform: scale(0.74) rotate(18deg);
            transform: scale(0.74) rotate(18deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
}

@keyframes breath-rotate-big {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
  25% {
    -webkit-transform: scale(0.82) rotate(-14deg);
            transform: scale(0.82) rotate(-14deg);
  }
  60% {
    -webkit-transform: scale(0.74) rotate(18deg);
            transform: scale(0.74) rotate(18deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
}

@-webkit-keyframes bounce-icon {
  0% {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
}

@keyframes bounce-icon {
  0% {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
  outline: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-slider .slick-dots {
  background-color: transparent;
  display: inline-block;
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}

.slick-slider .slick-dots li {
  display: inline-block;
  margin: 0 15px;
  padding: 0;
}

.slick-slider .slick-dots li:last-child {
  margin-right: 0;
}

.slick-slider .slick-dots li button, .slick-slider .slick-dots li a {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  text-indent: -9999px;
  cursor: pointer;
  border: 1px solid #979797;
  background-color: transparent;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

.slick-slider .slick-dots li button:focus, .slick-slider .slick-dots li a:focus {
  outline: none;
}

.slick-slider .slick-dots li.slick-active, .slick-slider .slick-dots li:hover {
  position: relative;
  z-index: 101 !important;
}

.slick-slider .slick-dots li.slick-active button, .slick-slider .slick-dots li.slick-active a, .slick-slider .slick-dots li:hover button, .slick-slider .slick-dots li:hover a {
  background-color: #232350;
  font-weight: bold;
  color: #fff;
}

.banner-landing {
  position: relative;
  color: #232350;
}

.banner-landing .banner-content-wrapper {
  position: relative;
  height: 100%;
  max-width: 1100px;
  padding: 30px 30px;
  margin: 0 auto;
}

.banner-landing .banner-content-wrapper .banner-content h1 {
  font-size: 3em;
  line-height: 0.902;
}

.banner-landing .banner-content-wrapper .banner-content p {
  line-height: 1.25;
}

.banner-landing .banner-content-wrapper .banner-content .banner-ctas {
  margin: 50px 0 0;
}

.banner-landing .banner-content-wrapper .banner-content .banner-ctas .btn {
  min-width: 180px;
  margin: 0 0 15px;
  padding: 15px 25px;
  -webkit-box-shadow: 0 20px 21px -7px rgba(51, 52, 89, 0.27);
          box-shadow: 0 20px 21px -7px rgba(51, 52, 89, 0.27);
}

.banner-landing .banner-content-wrapper .banner-content .banner-ctas .btn + .btn {
  margin-left: 15px;
}

.banner-landing .banner-content-wrapper .banner-image {
  text-align: center;
}

.banner-landing .banner-content-wrapper .banner-image img {
  width: 100%;
}

.banner-landing .arrow-scroll {
  display: none;
}

.banner-landing.standard, .banner-landing.text-only {
  z-index: 50;
}

.banner-landing.standard:before, .banner-landing.text-only:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.banner-landing.standard.bkg-navy, .banner-landing.text-only.bkg-navy {
  color: #fff;
}

.banner-landing.standard.bkg-navy:before, .banner-landing.text-only.bkg-navy:before {
  background: -webkit-gradient(linear, left bottom, left top, from(#232350), to(#2E2F65));
  background: linear-gradient(0deg, #232350 0%, #2E2F65 100%);
}

.banner-landing.standard.bkg-navy h1, .banner-landing.standard.bkg-navy h2, .banner-landing.standard.bkg-navy h3, .banner-landing.standard.bkg-navy h4, .banner-landing.standard.bkg-navy h5, .banner-landing.text-only.bkg-navy h1, .banner-landing.text-only.bkg-navy h2, .banner-landing.text-only.bkg-navy h3, .banner-landing.text-only.bkg-navy h4, .banner-landing.text-only.bkg-navy h5 {
  color: #fff;
}

.banner-landing.standard.bkg-blue:before, .banner-landing.text-only.bkg-blue:before {
  background: -webkit-gradient(linear, left bottom, left top, from(#1E8FCD), to(#BBE7FF));
  background: linear-gradient(0deg, #1E8FCD 0%, #BBE7FF 100%);
}

.banner-landing.standard.bkg-orange:before, .banner-landing.text-only.bkg-orange:before {
  background: -webkit-gradient(linear, left bottom, left top, from(#F3CE2B), to(#EFDD92));
  background: linear-gradient(0deg, #F3CE2B 0%, #EFDD92 100%);
}

.banner-landing.standard.bkg-green:before, .banner-landing.text-only.bkg-green:before {
  background: -webkit-gradient(linear, left bottom, left top, from(#4A9539), to(#A8E49A));
  background: linear-gradient(0deg, #4A9539 0%, #A8E49A 100%);
}

.banner-landing.standard.bkg-pink:before, .banner-landing.text-only.bkg-pink:before {
  background: -webkit-gradient(linear, left bottom, left top, from(#FA5F66), to(#F78E94));
  background: linear-gradient(0deg, #FA5F66 0%, #F78E94 100%);
}

.banner-landing.text-only .banner-content {
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.banner-landing.text-only .banner-content p {
  margin: 0;
}

.banner-landing.text-only .banner-content .banner-anchors {
  margin: 30px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.banner-landing.text-only .banner-content .banner-anchors .anchor-cta {
  font-weight: 500;
  font-size: 1.125em;
  border-bottom: 2px solid;
  text-decoration: none;
  margin: 0 10px;
}

.banner-landing.alternate.bkg-blue {
  background: -webkit-gradient(linear, left bottom, left top, from(#EFF9FF), to(#FFFFFF));
  background: linear-gradient(0deg, #EFF9FF 0%, #FFFFFF 100%);
}

.banner-landing.alternate.bkg-orange {
  background: -webkit-gradient(linear, left bottom, left top, from(#FFF7EB), to(#FFFFFF));
  background: linear-gradient(0deg, #FFF7EB 0%, #FFFFFF 100%);
}

.banner-landing.alternate.bkg-green {
  background: -webkit-gradient(linear, left bottom, left top, from(#F6FFF4), to(#FFFFFF));
  background: linear-gradient(0deg, #F6FFF4 0%, #FFFFFF 100%);
}

.banner-landing.alternate.bkg-pink {
  background: -webkit-gradient(linear, left bottom, left top, from(#FFF7F7), to(#FFFFFF));
  background: linear-gradient(0deg, #FFF7F7 0%, #FFFFFF 100%);
}

.banner-landing.alternate.bkg-grey {
  background: -webkit-gradient(linear, left bottom, left top, from(#FAFAFA), to(#FFFFFF));
  background: linear-gradient(0deg, #FAFAFA 0%, #FFFFFF 100%);
}

@media (min-width: 768px) {
  .banner-landing {
    height: 450px;
  }
  .banner-landing:before {
    height: 600px;
    -webkit-clip-path: url("#clip-curve");
            clip-path: url("#clip-curve");
  }
  .banner-landing .banner-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 30px;
  }
  .banner-landing .banner-content-wrapper .banner-content {
    width: 50%;
  }
  .banner-landing .banner-content-wrapper .banner-content h1 {
    font-size: 3.0625em;
  }
  .banner-landing .banner-content-wrapper .banner-content .banner-ctas .btn {
    min-width: 200px;
    padding: 15px 35px;
  }
  .banner-landing .banner-content-wrapper .banner-image {
    width: 50%;
  }
  .banner-landing.standard .arrow-scroll, .banner-landing.text-only .arrow-scroll {
    display: block;
    position: absolute;
    bottom: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    color: #fff;
  }
  .banner-landing.text-only .banner-content-wrapper .banner-content h1 {
    font-size: 3.75em;
  }
  .banner-landing.standard .banner-content-wrapper .banner-content {
    padding: 0 80px 0 0;
  }
  .banner-landing.alternate {
    -webkit-clip-path: url("#clip-curve-banner-alt");
            clip-path: url("#clip-curve-banner-alt");
  }
}

@media (min-width: 992px) {
  .banner-landing {
    height: 530px;
  }
}

.banner-standard {
  height: 260px;
}

.banner-standard .banner-content-wrapper {
  position: relative;
  height: 100%;
  padding: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner-standard .banner-content-wrapper .banner-content {
  padding: 0 0 0 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 75%;
          flex: 1 0 75%;
  max-width: 585px;
}

.banner-standard .banner-content-wrapper .banner-content h1 {
  font-size: 2em;
  line-height: 0.902;
  margin: 0;
}

.banner-standard .banner-decoration {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 35%;
          flex: 0 1 35%;
  height: 100%;
  position: relative;
}

.banner-standard .banner-decoration .oval {
  position: absolute;
  right: 15%;
  top: 45%;
  -webkit-animation: breath-rotate-big 2s ease-in-out 0.2s infinite forwards;
          animation: breath-rotate-big 2s ease-in-out 0.2s infinite forwards;
}

.banner-standard .banner-decoration .oval.small-a {
  right: 50%;
  top: 15%;
  -webkit-animation: breath-rotate-big 1s ease-in-out 0.6s infinite forwards;
          animation: breath-rotate-big 1s ease-in-out 0.6s infinite forwards;
}

.banner-standard .banner-decoration .oval.small-b {
  right: 75%;
  top: 38%;
  -webkit-animation: breath-rotate-big 2s ease-in-out 1s infinite forwards;
          animation: breath-rotate-big 2s ease-in-out 1s infinite forwards;
}

.banner-standard .banner-decoration svg {
  fill: #232350;
}

.banner-standard.bkg-blue {
  background: -webkit-gradient(linear, right top, left top, from(#1E8FCD), color-stop(100%, #BBE7FF), to(#FFFFFF));
  background: linear-gradient(270deg, #1E8FCD 0%, #BBE7FF 100%, #FFFFFF 100%);
}

.banner-standard.bkg-blue svg {
  fill: #fff;
}

.banner-standard.bkg-orange {
  background: -webkit-gradient(linear, right top, left top, from(#F3CE2B), color-stop(100%, #FFF2C1), to(#FFFFFF));
  background: linear-gradient(270deg, #F3CE2B 0%, #FFF2C1 100%, #FFFFFF 100%);
}

.banner-standard.bkg-green {
  background: -webkit-gradient(linear, right top, left top, from(#4A9539), color-stop(100%, #A8E49A), to(#FFFFFF));
  background: linear-gradient(270deg, #4A9539 0%, #A8E49A 100%, #FFFFFF 100%);
}

.banner-standard.bkg-green svg {
  fill: #fff;
}

.banner-standard.bkg-pink {
  background: -webkit-gradient(linear, right top, left top, from(#FF4049), color-stop(100%, #F78E94), to(#FFFFFF));
  background: linear-gradient(270deg, #FF4049 0%, #F78E94 100%, #FFFFFF 100%);
}

.banner-standard.bkg-grey {
  background: -webkit-gradient(linear, right top, left top, from(#F1F1F1), color-stop(100%, #FFFFFF), to(#FFFFFF));
  background: linear-gradient(270deg, #F1F1F1 0%, #FFFFFF 100%, #FFFFFF 100%);
}

@media (min-width: 768px) {
  .banner-standard {
    height: 260px;
    -webkit-clip-path: url("#clip-curve-banner-standard");
            clip-path: url("#clip-curve-banner-standard");
  }
  .banner-standard .banner-content-wrapper .banner-content {
    padding: 0 80px 0 30px;
  }
  .banner-standard .banner-content-wrapper .banner-content h1 {
    font-size: 3.0625em;
  }
  .banner-standard .banner-decoration .oval.small-b {
    top: 50%;
  }
}

.banner-post {
  height: auto;
  position: relative;
}

.banner-post:before {
  border-radius: 0 0 60% 60%;
  content: '';
  width: 140%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.banner-post .banner-content-wrapper {
  position: relative;
  height: 100%;
  padding: 90px 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banner-post .banner-content-wrapper .banner-content {
  padding: 0 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  max-width: 585px;
}

.banner-post .banner-content-wrapper .banner-content h1 {
  font-size: 2em;
  line-height: 0.902;
  margin: 0;
  text-align: center;
}

.banner-post .banner-decoration {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  height: 100%;
  position: absolute;
  width: 100%;
}

.banner-post .banner-decoration .oval {
  position: absolute;
  right: 15%;
  top: 45%;
}

.banner-post .banner-decoration .oval.shape-1 {
  left: 0;
  top: 2%;
  -webkit-animation: breath-rotate 2s ease-in-out 0.2s infinite forwards;
          animation: breath-rotate 2s ease-in-out 0.2s infinite forwards;
}

.banner-post .banner-decoration .oval.shape-2 {
  right: 2%;
  top: 58%;
  -webkit-animation: breath-rotate-big 4s ease-in-out 0.4s infinite backwards;
          animation: breath-rotate-big 4s ease-in-out 0.4s infinite backwards;
}

.banner-post .banner-decoration .oval.shape-3 {
  left: 20%;
  top: 16%;
  -webkit-animation: breath-rotate-big 2s ease-in-out 0s infinite forwards;
          animation: breath-rotate-big 2s ease-in-out 0s infinite forwards;
}

.banner-post .banner-decoration .oval.shape-4 {
  right: 18%;
  top: 6%;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.banner-post .banner-decoration .oval.shape-5 {
  left: 7%;
  top: 73%;
}

.banner-post .banner-decoration .oval.colour-1 {
  fill: #232350;
}

.banner-post .banner-decoration .oval.colour-2 {
  fill: #F3CE2B;
}

.banner-post.bkg-blue:before {
  background: #232350;
}

.banner-post.bkg-blue h1 {
  color: #FFF;
}

.banner-post.bkg-blue .banner-decoration .oval.colour-1 {
  fill: #1E8FCD;
}

.banner-post.bkg-blue .banner-decoration .oval.colour-2 {
  fill: #fff;
}

.banner-post.bkg-orange:before {
  background: -webkit-gradient(linear, left bottom, left top, from(#F3CE2B), to(#EFDD92));
  background: linear-gradient(0deg, #F3CE2B 0%, #EFDD92 100%);
}

.banner-post.bkg-green:before {
  background: -webkit-gradient(linear, left bottom, left top, from(#4A9539), to(#A8E49A));
  background: linear-gradient(0deg, #4A9539 0%, #A8E49A 100%);
}

.banner-post.bkg-pink:before {
  background: -webkit-gradient(linear, left bottom, left top, from(#FA5F66), to(#F78E94));
  background: linear-gradient(0deg, #FA5F66 0%, #F78E94 100%);
}

@media (min-width: 768px) {
  .banner-post {
    height: auto;
    padding: 0;
    -webkit-clip-path: url("#clip-curve-banner-standard");
            clip-path: url("#clip-curve-banner-standard");
  }
  .banner-post .banner-content-wrapper .banner-content {
    padding: 0 80px 0 30px;
  }
  .banner-post .banner-content-wrapper .banner-content h1 {
    font-size: 3.4375em;
  }
  .banner-post .banner-decoration .oval.small-b {
    top: 50%;
  }
  .banner-post .banner-decoration .oval.shape-1 {
    left: 0;
    top: 15%;
  }
  .banner-post .banner-decoration .oval.shape-2 {
    right: 10%;
    top: 50%;
  }
  .banner-post .banner-decoration .oval.shape-3 {
    left: 12%;
    top: 28%;
  }
  .banner-post .banner-decoration .oval.shape-4 {
    right: 18%;
    top: 30%;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  .banner-post .banner-decoration .oval.shape-5 {
    left: 10%;
    top: 55%;
  }
}

input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]), select, textarea {
  padding: 0 10px;
  height: 40px;
}

textarea {
  height: 160px;
}

.multi-file {
  clear: both;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 8px;
}

.multi-file #mfcf7_zl_multifilecontainer {
  margin: 0;
}

.multi-file #mfcf7_zl_multifilecontainer p {
  display: block;
  font-weight: 500;
  font-size: 0.875em;
  padding: 10px 0 0 20px;
}

.multi-file > input {
  background-color: #222550;
  border: none;
  display: block;
  color: #FFF;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 8px 25px;
  text-transform: uppercase;
  width: auto;
}

.multi-file #mfcf7_zl_add_file {
  font-family: franklin-gothic-urw, "Font Awesome 5 Pro";
}

.multi-file > div {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

label {
  color: #222550;
  display: block;
  font-size: 0.875em;
  padding: 0 0 8px;
}

label.small {
  color: #717171;
  font-size: 0.75em;
  font-style: italic;
}

.form-group {
  margin: 0 0 20px;
}

.form-group .form-control {
  padding: 0 15px;
  font-size: 0.9375em;
  height: 50px;
  line-height: 50px;
  border: none;
}

.form-group textarea.form-control {
  line-height: 1.2;
}

.control-group {
  padding: 0 15px 15px;
}

.hover-label-control {
  position: relative;
}

.hover-label-control label {
  color: #717171;
  cursor: text;
  font-size: 0.875em;
  font-style: normal;
  font-weight: normal;
  left: 0;
  margin: 0;
  padding: 0 0 0 27px;
  pointer-events: none;
  position: absolute;
  top: 13px;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  z-index: 200;
}

.hover-label-control.focused label {
  opacity: 0.6;
}

.hover-label-control.focused.present label {
  opacity: 0;
}

.hover-label-control.present label {
  opacity: 0;
}

.checkbox-control {
  padding: 0 15px 15px;
}

.checkbox-control label {
  display: block;
  padding: 0 0 0 30px;
  position: relative;
}

.checkbox-control label span {
  left: 0;
  padding: 0;
  position: absolute;
  margin: 0;
  top: 0;
}

.checkbox-control label input {
  display: none;
}

.checkbox-control label input + span {
  background-color: #232350;
  border: none;
  border-radius: 2px;
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}

.checkbox-control label input + span:after {
  color: #FFF;
  content: '\f00c';
  height: 100%;
  font-size: 1.25em;
  font-family: 'Font Awesome 5 Pro';
  -webkit-font-smoothing: antialiased;
  font-variant: normal;
  font-weight: 700;
  left: 0;
  line-height: 1em;
  opacity: 0;
  position: absolute;
  text-rendering: auto;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  top: 0;
  width: 100%;
}

.checkbox-control label input:checked + span:after {
  opacity: 1;
}

.checkbox-control label a {
  text-decoration: underline;
}

.wpcf7 form .wpcf7-response-output {
  margin: 20px 0 0;
  padding: 0;
  line-height: 42px;
  color: #232350;
  font-weight: 500;
  border: 0;
}

.wpcf7 form .wpcf7-response-output:before {
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 1.25em;
  font-family: 'Font Awesome 5 Pro';
  -webkit-font-smoothing: antialiased;
  font-variant: normal;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='54px' height='52px' viewBox='0 0 54 52' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M27.3869069,52 C39.7161299,51.9981194 51.1457994,40.315936 51.9261051,29.8520927 C52.7064108,19.3882494 47.4224706,2.0306115 30.5564437,0.151092335 C13.6904167,-1.72842683 2.00190659,14.3149228 2,26.7051741 C1.99809341,39.0954254 15.0576839,52.0018806 27.3869069,52 Z' id='Oval-Copy-11' fill='%234A9539' transform='translate(27.000000, 26.000000) rotate(89.000000) translate(-27.000000, -26.000000) '%3E%3C/path%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
  width: 44px;
  height: 42px;
  margin: 0 15px 0 0;
}

.wpcf7-form.invalid .wpcf7-response-output:before, .wpcf7 form.failed .wpcf7-response-output:before, .wpcf7 form.aborted .wpcf7-response-output:before {
  content: '\f12a';
  font-weight: 900;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='54px' height='52px' viewBox='0 0 54 52' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M27.3869069,52 C39.7161299,51.9981194 51.1457994,40.315936 51.9261051,29.8520927 C52.7064108,19.3882494 47.4224706,2.0306115 30.5564437,0.151092335 C13.6904167,-1.72842683 2.00190659,14.3149228 2,26.7051741 C1.99809341,39.0954254 15.0576839,52.0018806 27.3869069,52 Z' fill='%23ca0b00' transform='translate(27.000000, 26.000000) rotate(89.000000) translate(-27.000000, -26.000000) '%3E%3C/path%3E%3C/svg%3E");
}

.wpcf7 form.sent .wpcf7-response-output:before {
  content: '\f00c';
  font-weight: 900;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='54px' height='52px' viewBox='0 0 54 52' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M27.3869069,52 C39.7161299,51.9981194 51.1457994,40.315936 51.9261051,29.8520927 C52.7064108,19.3882494 47.4224706,2.0306115 30.5564437,0.151092335 C13.6904167,-1.72842683 2.00190659,14.3149228 2,26.7051741 C1.99809341,39.0954254 15.0576839,52.0018806 27.3869069,52 Z' id='Oval-Copy-11' fill='%234A9539' transform='translate(27.000000, 26.000000) rotate(89.000000) translate(-27.000000, -26.000000) '%3E%3C/path%3E%3C/svg%3E");
}

.post-image {
  padding: 0 0 40px;
}

.post-focused-text {
  font-size: 1.7em;
  padding: 60px 0 90px;
  position: relative;
}

.post-focused-text p {
  color: inherit;
  line-height: 1.35em;
}

.post-focused-text .focused-oval {
  position: absolute;
  fill: #1E8FCD;
}

.post-focused-text .focused-oval.shape-1 {
  right: 100%;
  top: 25px;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
}

.post-focused-text .focused-oval.shape-2 {
  right: 0%;
  bottom: 60px;
}

.post-focused-text .focused-oval.shape-3 {
  right: 10%;
  top: 50px;
}

.post-gallery {
  color: #373737;
}

.post-gallery .post-gallery-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px 70px;
  position: relative;
}

.post-gallery .post-gallery-list .post-gallery-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 12px;
  position: relative;
}

.post-gallery .post-gallery-list .post-gallery-item .post-gallery-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F9F9F9;
  height: 100%;
  padding: 10px 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.post-gallery .post-gallery-list .post-gallery-item .post-gallery-caption {
  color: #878787;
  font-size: 0.75em;
  font-style: italic;
  font-weight: 300;
  left: 0;
  padding: 10px 12px;
  position: absolute;
  top: 100%;
  width: 100%;
}

@media (min-width: 768px) {
  .post-gallery .post-gallery-list .post-gallery-item {
    width: 50%;
  }
}

.post-rich-text-block {
  color: #373737;
  padding: 0 0 30px;
}

.post-rich-text-block > *:last-child {
  margin-bottom: 0;
}

.post-rich-text-block p {
  color: inherit;
  font-size: 1.125em;
  line-height: 1.555em;
}

.post-rich-text-block a {
  color: #232350;
  font-weight: 500;
  text-decoration: underline;
}

.post-rich-text-block ul {
  font-size: 1.125em;
  line-height: 1.555em;
}

.post-video {
  padding: 0 0 30px;
}

.tips-advice .tips-advice-wrapper {
  padding: 0;
}

.tips-advice .tips-advice-header h2 {
  font-size: 3.0625em;
}

.tips-advice .tips-advice-blog-link a {
  padding: 15px 60px;
}

.tips-advice .tips-advice-blog-link a em {
  margin: 0 0 0 20px;
}

.tips-advice .tips-advice-description {
  clear: both;
  margin: 0 0 30px;
  font-size: 1.125em;
}

.tips-advice .tips-advice-description p {
  line-height: 1.5em;
}

.tips-advice .tips-advice-content {
  margin: 0 -10px;
}

.tips-advice .tips-advice-content .tips-advice-article-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tips-advice .tips-advice-content .tips-advice-article-list .post-link-wrap {
  margin: 0 0 30px;
  padding: 0 10px;
  width: 100%;
}

.tips-advice .tips-advice-content .tips-advice-article-list .post-link-wrap .post-item {
  color: #232350;
  display: block;
  height: 100%;
  padding: 0;
  position: relative;
  width: 100%;
}

.tips-advice .tips-advice-content .tips-advice-article-list .post-link-wrap .post-item a, .tips-advice .tips-advice-content .tips-advice-article-list .post-link-wrap .post-item h3 {
  color: #232350;
}

.tips-advice .tips-advice-content .tips-advice-article-list .post-link-wrap .post-item .post-thumbnail {
  display: block;
  height: 240px;
  margin: 0 0 10px;
  position: relative;
}

.tips-advice .tips-advice-content .tips-advice-article-list .post-link-wrap .post-item .post-thumbnail .featured-image {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.tips-advice .tips-advice-content .tips-advice-article-list .post-link-wrap .post-item .post-meta {
  background-color: #FFF;
  -webkit-box-shadow: 0 9px 31px -8px rgba(0, 0, 0, 0.17);
          box-shadow: 0 9px 31px -8px rgba(0, 0, 0, 0.17);
  padding: 20px 20px 90px;
  position: relative;
  height: 275px;
}

.tips-advice .tips-advice-content .tips-advice-article-list .post-link-wrap .post-item .post-meta h5 {
  font-size: 1.8125em;
  line-height: 1.1034em;
  margin: 0 0 20px;
}

.tips-advice .tips-advice-content .tips-advice-article-list .post-link-wrap .post-item .post-meta .post-link {
  bottom: 20px;
  font-weight: 500;
  left: 20px;
  letter-spacing: 1px;
  position: absolute;
  text-transform: uppercase;
}

.tips-advice .tips-advice-content .tips-advice-article-list .post-link-wrap .post-item .post-meta .post-link em {
  margin: 0 0 0 10px;
}

.tips-advice.layout-1 {
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

.tips-advice.layout-1:before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #F1F1F1), to(#FFFFFF));
  background: linear-gradient(180deg, #F1F1F1 100%, #FFFFFF 100%);
  border-radius: 0 0 45% 45%;
  content: '';
  display: block;
  height: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 150%;
}

.tips-advice.layout-1 .tips-advice-header .icons {
  float: right;
}

.tips-advice.layout-1 .tips-advice-header h2 {
  float: left;
}

.tips-advice.layout-1 .tips-advice-blog-link.tabl-footer {
  display: none;
}

.tips-advice.layout-2 {
  padding: 120px 0;
  position: relative;
  z-index: 2;
}

.tips-advice.layout-2:before {
  background-color: #232350;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 140%;
}

.tips-advice.layout-2 .tips-advice-header {
  text-align: center;
}

.tips-advice.layout-2 .tips-advice-header .icons {
  margin: 0 0 35px;
}

.tips-advice.layout-2 .tips-advice-header .icons svg * {
  fill: #FFF;
  stroke: #FFF;
}

.tips-advice.layout-2 .tips-advice-header h2 {
  color: #FFF;
  font-size: 3.0625em;
  margin: 0 0 65px;
}

.tips-advice.layout-2 .tips-advice-description {
  display: none;
}

.tips-advice.layout-2 .tips-advice-blog-link.tabl-footer {
  -moz-text-align-last: center;
       text-align-last: center;
}

.tips-advice.layout-2 .tips-advice-blog-link.tabl-footer a {
  background-color: transparent;
  padding: 0;
}

.tips-advice.layout-2 .tips-advice-content {
  margin: 0 -10px 40px;
}

.tips-advice.layout-3, .tips-advice.layout-4 {
  padding: 120px 0;
  position: relative;
  z-index: 1;
}

.tips-advice.layout-3:before, .tips-advice.layout-4:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: left top;
  z-index: -1;
}

.tips-advice.layout-3:after, .tips-advice.layout-4:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: right bottom;
  z-index: -1;
}

.tips-advice.layout-3 .tips-advice-header, .tips-advice.layout-4 .tips-advice-header {
  margin: 0 0 20px;
}

.tips-advice.layout-3 .tips-advice-header:after, .tips-advice.layout-4 .tips-advice-header:after {
  clear: both;
  content: '';
  display: table;
}

.tips-advice.layout-3 .tips-advice-header .icons, .tips-advice.layout-4 .tips-advice-header .icons {
  float: right;
}

.tips-advice.layout-3 .tips-advice-header h2, .tips-advice.layout-4 .tips-advice-header h2 {
  float: left;
}

.tips-advice.layout-3 .tips-advice-description, .tips-advice.layout-4 .tips-advice-description {
  width: 100%;
  clear: both;
}

.tips-advice.layout-3 .tips-advice-description .tips-advice-blog-link, .tips-advice.layout-4 .tips-advice-description .tips-advice-blog-link {
  margin-top: 40px;
}

.tips-advice.layout-3 .tips-advice-blog-link.tabl-footer, .tips-advice.layout-4 .tips-advice-blog-link.tabl-footer {
  display: none;
}

.tips-advice.layout-3 {
  background: linear-gradient(315deg, #EA333C 0%, #FFC2C2 100%);
}

.tips-advice.layout-3:before {
  background-image: url(../images/curves/curve-top-pink.svg);
}

.tips-advice.layout-3:after {
  background-image: url(../images/curves/curve-bottom-pink.svg);
}

.tips-advice.layout-4 {
  background: linear-gradient(315deg, #F3CE2B 0%, #FFC490 100%);
}

.tips-advice.layout-4:before {
  background-image: url(../images/curves/curve-top-orange.svg);
}

.tips-advice.layout-4:after {
  background-image: url(../images/curves/curve-bottom-orange.svg);
}

@media (min-width: 768px) {
  .tips-advice .tips-advice-content .tips-advice-article-list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .tips-advice.layout-1 .tips-advice-header {
    margin: 0 0 25px;
  }
  .tips-advice.layout-1 .tips-advice-description {
    margin: 0 0 70px;
    width: 620px;
  }
  .tips-advice.layout-2 {
    padding: 50px 0;
  }
  .tips-advice.layout-2:before {
    border-radius: 50% 50% 0 0;
    top: -70px;
    height: calc(100% + 70px);
    width: 220%;
  }
  .tips-advice.layout-2 .tips-advice-content .tips-advice-article-list .post-link-wrap {
    padding: 0 20px;
  }
}

@media (min-width: 1150px) {
  .tips-advice .tips-advice-wrapper {
    padding: 0 50px;
  }
  .tips-advice.layout-1 .tips-advice-content .tips-advice-article-list {
    margin: 0 0 0 20%;
    width: 80%;
  }
  .tips-advice.layout-3 .tips-advice-description, .tips-advice.layout-4 .tips-advice-description {
    float: left;
    padding: 0 80px 0 0;
    width: 40%;
  }
  .tips-advice.layout-3 .tips-advice-content, .tips-advice.layout-4 .tips-advice-content {
    float: left;
    margin: 0;
    width: 60%;
  }
  .tips-advice.layout-3 .tips-advice-content .tips-advice-article-list, .tips-advice.layout-4 .tips-advice-content .tips-advice-article-list {
    margin: 0 -20px 0 0;
  }
}

.articles-list {
  padding: 130px 0 80px;
  position: relative;
  z-index: 1;
}

.articles-list:before {
  background-color: #fff;
}

.articles-list .filter-row-wrap .filter-row-outer {
  padding: 0 0 100px;
  position: relative;
}

.articles-list .filter-row-wrap .filter-row-outer .filter-row .filter-row-title {
  text-align: center;
}

.articles-list .filter-row-wrap .filter-row-outer .filter-row .filter-row-title h2 {
  font-size: 2.75em;
}

.articles-list .filter-row-wrap .filter-row-outer .filter-row .filter-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.articles-list .filter-row-wrap .filter-row-outer .filter-row .filter-form > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.articles-list .filter-row-wrap .filter-row-outer .filter-row .filter-form .filter-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 0.875em;
  font-weight: 500;
  letter-spacing: 0.88px;
  line-height: 40px;
  padding: 0 20px;
  text-align: center;
  text-transform: uppercase;
}

.articles-list .filter-row-wrap .filter-row-outer .filter-row .filter-form .filter-option {
  padding: 0 10px;
  margin: 0 0 20px;
}

.articles-list .filter-row-wrap .filter-row-outer .filter-row .filter-form .filter-option .select-wrapper {
  position: relative;
  width: 100%;
}

.articles-list .filter-row-wrap .filter-row-outer .filter-row .filter-form .filter-option .select-wrapper select {
  -moz-appearance: none;
       appearance: none;
  -ms-apperance: none;
  -webkit-appearance: none;
  background-color: #F3F8FF;
  border: none;
  width: 100%;
}

.articles-list .filter-row-wrap .filter-row-outer .filter-row .filter-form .filter-option .select-wrapper select::-ms-expand {
  display: none;
}

.articles-list .filter-row-wrap .filter-row-outer .filter-row .filter-form .filter-option .select-wrapper span {
  position: absolute;
  top: 1px;
  bottom: 1px;
  right: 1px;
  width: 25px;
  line-height: 40px;
  pointer-events: none;
  background-color: #F3F8FF;
}

.articles-list .filter-row-wrap .filter-row-outer .filter-clear {
  position: absolute;
  bottom: 80px;
  left: 50%;
  margin: 0 0 10px;
  text-align: center;
  opacity: 0;
  font-weight: 500;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.articles-list .filter-row-wrap .filter-row-outer .filter-clear a {
  cursor: pointer;
  color: #C62222;
}

.articles-list .filter-row-wrap .filter-row-outer .filter-clear.enabled {
  opacity: 1;
  pointer-events: all;
}

.articles-list .articles .article-list .list-wrapper {
  position: relative;
}

.articles-list .articles .article-list .list-wrapper .no-items {
  margin: 20px 0;
  font-size: 1.25em;
  text-align: center;
  display: none;
}

.articles-list .articles .article-list .list-wrapper .no-items.active {
  display: block;
}

.articles-list .articles .article-list .more-wrapper {
  text-align: center;
}

.articles-list .articles .article-list .more-wrapper .load-more {
  padding: 13px 50px;
  cursor: pointer;
}

.articles-list .articles .article-list article {
  padding: 0 15px;
  margin: 0 0 30px;
  width: 100%;
}

.articles-list .articles .article-list article .post-thumbnail {
  display: block;
  height: 240px;
  margin: 0 0 20px;
  position: relative;
}

.articles-list .articles .article-list article .post-thumbnail .featured-image {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.articles-list .articles .article-list article .post-content h3 {
  font-size: 1.8125em;
  line-height: 1.1034em;
  margin: 0 0 20px;
}

.articles-list .articles .article-list article .post-content .post-meta {
  display: block;
  margin: 0 0 15px;
}

.articles-list .articles .article-list article .post-content .post-meta .post-date {
  font-size: 0.9375em;
  font-weight: 500;
}

.articles-list .articles .article-list article .post-content .post-meta .post-date .screen-reader-text {
  display: none;
}

.articles-list .articles .article-list article .post-content .post-meta .divider {
  display: inline-block;
  height: 100%;
  margin: 0 10px;
  position: relative;
  width: 1px;
}

.articles-list .articles .article-list article .post-content .post-meta .divider:after {
  background-color: #C7C7C7;
  content: '';
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
}

.articles-list .articles .article-list article .post-content .post-meta .read-time {
  font-weight: 500;
}

.articles-list .articles .article-list article .post-content .post-excerpt {
  color: #717171;
  margin: 0 0 30px;
}

.articles-list .articles .article-list article .post-content .post-link {
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.articles-list .articles .article-list article .post-content .post-link em {
  margin: 0 0 0 10px;
}

@media (min-width: 768px) {
  .articles-list .filter-row-wrap .filter-row-outer {
    padding: 0 0 100px;
  }
  .articles-list .filter-row-wrap .filter-row-outer .filter-row .filter-form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .articles-list .filter-row-wrap .filter-row-outer .filter-row .filter-form .filter-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    text-align: right;
  }
  .articles-list .filter-row-wrap .filter-row-outer .filter-row .filter-form .filter-option {
    margin: 0;
  }
  .articles-list .articles .article-list .list-wrapper .list-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .articles-list .articles .article-list article {
    margin: 0 0 60px;
    width: 33.3333%;
  }
  .articles-list .decoration-top-left:before {
    width: 36px;
    height: 38px;
    left: 21%;
    top: 70px;
    background-image: url(../images/ovals/oval-orange.svg);
    -webkit-animation: breath-rotate-big 2s ease-in-out 0.4s infinite forwards;
            animation: breath-rotate-big 2s ease-in-out 0.4s infinite forwards;
  }
  .articles-list .decoration-top-left:after {
    width: 18px;
    height: 20px;
    left: 24%;
    top: 80px;
    -webkit-transform: rotate(-247deg);
            transform: rotate(-247deg);
    -webkit-transform-origin: center;
            transform-origin: center;
    background-image: url(../images/ovals/oval-pink.svg);
  }
  .articles-list .decoration-top-mid:before {
    width: 18px;
    height: 19px;
    left: 37%;
    top: 180px;
    background-image: url(../images/ovals/oval-orange.svg);
    -webkit-animation: breath-rotate-big 2s ease-in-out 0.4s infinite forwards;
            animation: breath-rotate-big 2s ease-in-out 0.4s infinite forwards;
  }
  .articles-list .decoration-top-mid:after {
    width: 10px;
    height: 11px;
    left: 39%;
    top: 1170px;
    background-image: url(../images/ovals/oval-pink.svg);
  }
  .articles-list .decoration-top-right:before {
    width: 18px;
    height: 19px;
    right: 37%;
    top: 90px;
    background-image: url(../images/ovals/oval-orange.svg);
    -webkit-animation: breath-rotate-big 1s ease-in-out 0s infinite forwards;
            animation: breath-rotate-big 1s ease-in-out 0s infinite forwards;
  }
  .articles-list .decoration-top-right:after {
    width: 10px;
    height: 11px;
    right: 22%;
    top: 190px;
    background-image: url(../images/ovals/oval-orange.svg);
  }
  .articles-list .decoration-bottom-left:before {
    width: 36px;
    height: 39px;
    left: 26%;
    bottom: 130px;
    -webkit-transform: rotate(-81deg);
            transform: rotate(-81deg);
    -webkit-transform-origin: center;
            transform-origin: center;
    background-image: url(../images/ovals/oval-pink.svg);
    -webkit-animation: breath-rotate-big 2s ease-in-out 0.4s infinite forwards;
            animation: breath-rotate-big 2s ease-in-out 0.4s infinite forwards;
  }
  .articles-list .decoration-bottom-left:after {
    width: 14px;
    height: 12px;
    left: 29%;
    bottom: 120px;
    background-image: url(../images/ovals/oval-orange.svg);
  }
  .articles-list .decoration-bottom-right:before {
    width: 12px;
    height: 11px;
    right: 26%;
    bottom: 90px;
    -webkit-transform: rotate(-81deg);
            transform: rotate(-81deg);
    -webkit-transform-origin: center;
            transform-origin: center;
    background-image: url(../images/ovals/oval-pink.svg);
  }
  .articles-list .decoration-bottom-right:after {
    width: 47px;
    height: 50px;
    right: 22%;
    bottom: 100px;
    -webkit-transform: rotate(-88deg);
            transform: rotate(-88deg);
    -webkit-transform-origin: center;
            transform-origin: center;
    background-image: url(../images/ovals/oval-orange.svg);
    -webkit-animation: breath-rotate-big 2s ease-in-out 0.4s infinite forwards;
            animation: breath-rotate-big 2s ease-in-out 0.4s infinite forwards;
  }
}

@media (min-width: 1150px) {
  .articles-list .filter-row-wrap .filter-row-outer .filter-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .articles-list .filter-row-wrap .filter-row-outer .filter-row .filter-row-title {
    text-align: left;
    width: 33.3333%;
  }
}

.newsletter-control {
  position: relative;
  padding: 50px 0 0;
  z-index: 1;
}

.newsletter-control:before, .newsletter-control:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.1;
}

.newsletter-control:before {
  background-position: left top;
  background-image: url(../images/curves/curve-top-white.svg);
}

.newsletter-control:after {
  background-position: right bottom;
  background-image: url(../images/curves/curve-bottom-white.svg);
}

.newsletter-control .sidebar-image {
  position: relative;
  margin: 0 0 50px;
}

.newsletter-control .sidebar-image img {
  width: 100%;
}

.newsletter-control .sidebar-image .icon-1, .newsletter-control .sidebar-image .icon-2, .newsletter-control .sidebar-image .icon-3 {
  position: absolute;
  z-index: 2;
}

.newsletter-control .sidebar-image .icon-1 {
  width: 49px;
  height: 42px;
  background: url(../images/contact-icons/envelope-rotated.png) no-repeat center center/contain;
  left: 0;
  top: 30px;
  -webkit-animation: bounce-icon 4s ease-in-out 0.2s infinite forwards;
          animation: bounce-icon 4s ease-in-out 0.2s infinite forwards;
}

.newsletter-control .sidebar-image .icon-2 {
  width: 61px;
  height: 46px;
  background: url(../images/contact-icons/Newspaper.png) no-repeat center center/contain;
  right: 50px;
  top: 50px;
  -webkit-animation: bounce-icon 2s ease-in-out 0.1s infinite forwards;
          animation: bounce-icon 2s ease-in-out 0.1s infinite forwards;
}

.newsletter-control .sidebar-image .icon-3 {
  width: 40px;
  height: 40px;
  background: url(../images/contact-icons/Info.png) no-repeat center center/contain;
  left: 10px;
  bottom: 90px;
  -webkit-animation: bounce-icon 3s ease-in-out 0s infinite backwards;
          animation: bounce-icon 3s ease-in-out 0s infinite backwards;
}

.newsletter-control .newsletter-content {
  padding: 0;
  margin: 0 0 50px;
}

.newsletter-control .newsletter-content form:after {
  clear: both;
  content: '';
  display: table;
}

.newsletter-control .newsletter-content h1, .newsletter-control .newsletter-content h2, .newsletter-control .newsletter-content h3, .newsletter-control .newsletter-content h4, .newsletter-control .newsletter-content h5, .newsletter-control .newsletter-content h6 {
  margin: 0 0 15px;
}

.newsletter-control .newsletter-content .newsletter-form {
  margin: 0 -15px;
}

.newsletter-control .newsletter-content .newsletter-form .control-group {
  display: block;
  float: left;
  padding: 0 15px 15px;
  position: relative;
  width: 100%;
}

.newsletter-control .newsletter-content .newsletter-form .control-group br {
  display: none;
}

.newsletter-control .newsletter-content .newsletter-form .control-group.half-size {
  width: 50%;
}

.newsletter-control .newsletter-content .newsletter-form .control-group input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]), .newsletter-control .newsletter-content .newsletter-form .control-group select, .newsletter-control .newsletter-content .newsletter-form .control-group textarea {
  background-color: #FFF;
  color: #717171;
  border: 2px solid transparent;
  height: 45px;
  width: 100%;
}

.newsletter-control .newsletter-content .newsletter-form .control-group input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]).wpcf7-not-valid, .newsletter-control .newsletter-content .newsletter-form .control-group select.wpcf7-not-valid, .newsletter-control .newsletter-content .newsletter-form .control-group textarea.wpcf7-not-valid {
  border: 2px solid #900;
}

.newsletter-control .newsletter-content .newsletter-form .control-group.hover-label-control label {
  top: 15px;
}

.newsletter-control .newsletter-content .newsletter-form .control-group.submit-control input[type="submit"] {
  width: 100%;
}

.newsletter-control .newsletter-content .newsletter-form .control-group.checkbox-control label span {
  top: 1px;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.newsletter-control .newsletter-content .newsletter-form .control-group-half {
  display: block;
  float: left;
  width: 100%;
}

.newsletter-control .newsletter-content .newsletter-form p {
  padding: 0 15px 15px;
}

.newsletter-control .newsletter-content .newsletter-form .wpcf7-not-valid-tip {
  display: none;
}

.newsletter-control .newsletter-content .newsletter-form p {
  clear: both;
}

.newsletter-control.bkg-green {
  background-color: #4A9539;
  color: #FFF;
}

.newsletter-control.bkg-green h1, .newsletter-control.bkg-green h2, .newsletter-control.bkg-green h3, .newsletter-control.bkg-green h4, .newsletter-control.bkg-green h5, .newsletter-control.bkg-green h6, .newsletter-control.bkg-green .checkbox-control label {
  color: #FFF;
}

.newsletter-control.bkg-green a {
  color: #fff !important;
}

.newsletter-control.bkg-grey {
  background-color: #F4F4F4;
}

@media (min-width: 768px) {
  .newsletter-control {
    padding: 100px 0 50px;
  }
  .newsletter-control .newsletter-content {
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    padding: 0 45px;
  }
  .newsletter-control .newsletter-content .newsletter-form .control-group-half {
    width: 50%;
  }
}

.contact-information-control {
  background-color: #F9F9F9;
  padding: 50px 0 0;
}

.contact-information-control .sidebar-image {
  position: relative;
  margin: 0 0 50px;
}

.contact-information-control .sidebar-image img {
  width: 100%;
}

.contact-information-control .sidebar-image .icon-1, .contact-information-control .sidebar-image .icon-2, .contact-information-control .sidebar-image .icon-3, .contact-information-control .sidebar-image .icon-4 {
  position: absolute;
  z-index: 2;
}

.contact-information-control .sidebar-image .icon-1 {
  width: 40px;
  height: 46px;
  background: url(../images/contact-icons/Call-Blue.png) no-repeat center center/contain;
  left: 10px;
  top: 20px;
  -webkit-animation: bounce-icon 3s ease-in-out 0.2s infinite backwards;
          animation: bounce-icon 3s ease-in-out 0.2s infinite backwards;
}

.contact-information-control .sidebar-image .icon-2 {
  width: 44px;
  height: 38px;
  background: url(../images/contact-icons/Envelope-Blue.png) no-repeat center center/contain;
  right: 50px;
  top: 0;
  -webkit-animation: bounce-icon 2s ease-in-out 0.3s infinite backwards;
          animation: bounce-icon 2s ease-in-out 0.3s infinite backwards;
}

.contact-information-control .sidebar-image .icon-3 {
  width: 33px;
  height: 34px;
  background: url(../images/contact-icons/Write.png) no-repeat center center/contain;
  left: 37%;
  top: 75px;
  -webkit-animation: bounce-icon 4s ease-in-out 0.5s infinite backwards;
          animation: bounce-icon 4s ease-in-out 0.5s infinite backwards;
}

.contact-information-control .sidebar-image .icon-4 {
  width: 45px;
  height: 43px;
  background: url(../images/contact-icons/Envelope-White.png) no-repeat center center/contain;
  left: 50%;
  bottom: 27px;
  -webkit-animation: bounce-icon 2s ease-in-out 0s infinite forwards;
          animation: bounce-icon 2s ease-in-out 0s infinite forwards;
}

.contact-information-control .contact-information-content {
  margin: 0 0 50px;
  padding: 0;
}

.contact-information-control .contact-information-content h3 {
  font-size: 2.25em;
}

.contact-information-control .contact-information-content .contact-departments .contact-department-heading {
  background-color: #232350;
  border-bottom: 1px solid #FFF;
  border-radius: 2px;
  font-family: tenon, sans-serif;
  font-size: 1.5em;
  color: #FFF;
  line-height: 1em;
  padding: 15px;
  position: relative;
  -webkit-transition: background-color 0.2s linear, color 0.2s linear;
  transition: background-color 0.2s linear, color 0.2s linear;
}

.contact-information-control .contact-information-content .contact-departments .contact-department-heading:before, .contact-information-control .contact-information-content .contact-departments .contact-department-heading:after {
  background-color: #FFF;
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transition: background-color 0.2s linear, -webkit-transform 0.2s linear;
  transition: background-color 0.2s linear, -webkit-transform 0.2s linear;
  transition: background-color 0.2s linear, transform 0.2s linear;
  transition: background-color 0.2s linear, transform 0.2s linear, -webkit-transform 0.2s linear;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  width: 19px;
}

.contact-information-control .contact-information-content .contact-departments .contact-department-heading:after {
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
}

.contact-information-control .contact-information-content .contact-departments .contact-department-heading.ui-state-active {
  background-color: #E2F5FF;
  color: #232350;
}

.contact-information-control .contact-information-content .contact-departments .contact-department-heading.ui-state-active:before, .contact-information-control .contact-information-content .contact-departments .contact-department-heading.ui-state-active:after {
  background-color: #232350;
}

.contact-information-control .contact-information-content .contact-departments .contact-department-heading.ui-state-active:after {
  -webkit-transform: rotateZ(0deg);
          transform: rotateZ(0deg);
}

.contact-information-control .contact-information-content .contact-departments .contact-department {
  background-color: #FFF;
  padding: 30px 35px 15px;
}

.contact-information-control .contact-information-content .contact-departments .contact-department .contact-channel {
  display: block;
  font-size: 1.125em;
  font-weight: 500;
  margin: 0 0 20px;
  padding: 0 0 0 28px;
  position: relative;
}

.contact-information-control .contact-information-content .contact-departments .contact-department .contact-channel a {
  text-decoration: none;
}

.contact-information-control .contact-information-content .contact-departments .contact-department .contact-channel em {
  font-size: 1.111em;
  left: 0;
  position: absolute;
  top: 1px;
}

@media (min-width: 768px) {
  .contact-information-control {
    padding: 100px 0 50px;
  }
  .contact-information-control .contact-information-content {
    padding: 0 45px;
  }
}

.contact-form-control {
  background-color: #FBF7F4;
  padding: 50px 0 0;
}

.contact-form-control .sidebar-image {
  position: relative;
  z-index: 1;
  margin: 0 0 50px;
}

.contact-form-control .sidebar-image img {
  width: 90%;
}

.contact-form-control .sidebar-image .icon-1, .contact-form-control .sidebar-image .icon-2, .contact-form-control .sidebar-image .icon-3 {
  position: absolute;
  z-index: 2;
}

.contact-form-control .sidebar-image .icon-1 {
  width: 50px;
  height: 43px;
  background: url(../images/contact-icons/bubble.png) no-repeat center center/contain;
  left: 20px;
  top: 60px;
  -webkit-animation: bounce-icon 3s ease-in-out 0s infinite forwards;
          animation: bounce-icon 3s ease-in-out 0s infinite forwards;
}

.contact-form-control .sidebar-image .icon-2 {
  width: 50px;
  height: 40px;
  background: url(../images/contact-icons/envelope.png) no-repeat center center/contain;
  left: 20px;
  bottom: 100px;
  -webkit-animation: bounce-icon 2s ease-in-out 0.3s infinite backwards;
          animation: bounce-icon 2s ease-in-out 0.3s infinite backwards;
}

.contact-form-control .sidebar-image .icon-3 {
  width: 60px;
  height: 44px;
  background: url(../images/contact-icons/tips.png) no-repeat center center/contain;
  right: 0;
  top: 150px;
  -webkit-animation: bounce-icon 4s ease-in-out 0.5s infinite forwards;
          animation: bounce-icon 4s ease-in-out 0.5s infinite forwards;
}

.contact-form-control .contact-form-content {
  padding: 0;
  margin: 0 0 50px;
}

.contact-form-control .contact-form-content form:after {
  clear: both;
  content: '';
  display: table;
}

.contact-form-control .contact-form-content .contact-form {
  margin: 0 -15px;
}

.contact-form-control .contact-form-content .contact-form .control-group {
  display: block;
  float: left;
  padding: 0 15px 15px;
  position: relative;
  width: 100%;
}

.contact-form-control .contact-form-content .contact-form .control-group br {
  display: none;
}

.contact-form-control .contact-form-content .contact-form .control-group.half-size {
  width: 100%;
}

.contact-form-control .contact-form-content .contact-form .control-group input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]), .contact-form-control .contact-form-content .contact-form .control-group select, .contact-form-control .contact-form-content .contact-form .control-group textarea {
  background-color: #FFF;
  border: 2px solid transparent;
  height: 40px;
  width: 100%;
}

.contact-form-control .contact-form-content .contact-form .control-group input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]).wpcf7-not-valid, .contact-form-control .contact-form-content .contact-form .control-group select.wpcf7-not-valid, .contact-form-control .contact-form-content .contact-form .control-group textarea.wpcf7-not-valid {
  border: 2px solid #900;
}

.contact-form-control .contact-form-content .contact-form .control-group textarea {
  height: 160px;
  padding: 10px;
}

.contact-form-control .contact-form-content .contact-form p {
  padding: 0 15px 15px;
  margin: 0;
}

.contact-form-control .contact-form-content .contact-form .wpcf7-not-valid-tip {
  display: none;
}

.contact-form-control .contact-form-content .contact-form p, .contact-form-control .contact-form-content .contact-form .checkbox-control, .contact-form-control .contact-form-content .contact-form .submit-control {
  clear: both;
}

.contact-form-control .contact-form-content .contact-form .submit-control {
  padding: 0 15px;
}

@media (min-width: 768px) {
  .contact-form-control {
    padding: 120px 0 80px;
  }
  .contact-form-control .contact-form-content {
    padding: 0 45px;
  }
  .contact-form-control .contact-form-content .contact-form {
    margin: 0 -15px;
  }
  .contact-form-control .contact-form-content .contact-form .control-group.half-size {
    width: 50%;
  }
}

.featured-articles {
  overflow: hidden;
  padding: 130px 0 140px;
  position: relative;
  z-index: 1;
}

.featured-articles .featured-articles-slider {
  margin: 0 -15px;
}

.featured-articles .featured-articles-slider .carousel-slider .slide {
  display: block;
}

.featured-articles .featured-articles-slider .carousel-slider .slide .post-item {
  display: block;
  height: 250px;
  margin: 0 0 30px;
  outline: none;
  padding: 0 15px;
  position: relative;
}

.featured-articles .featured-articles-slider .carousel-slider .slide .post-item .post-thumbnail {
  height: 100%;
  left: 15px;
  position: absolute;
  top: 0;
  width: calc(100% - 30px);
}

.featured-articles .featured-articles-slider .carousel-slider .slide .post-item .post-thumbnail .featured-image {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.featured-articles .featured-articles-slider .carousel-slider .slide .post-item .post-item-content {
  background-color: #232350;
  bottom: 13px;
  left: 28px;
  padding: 20px 0 0 20px;
  position: absolute;
  width: 80%;
}

.featured-articles .featured-articles-slider .carousel-slider .slide .post-item .post-item-content h5 {
  color: #FFF;
  font-size: 1.714em;
  line-height: 1.0833em;
  padding: 0 45px 0 0;
  margin-bottom: 20px;
}

.featured-articles .featured-articles-slider .carousel-slider .slide .post-item .post-item-content .post-item-text {
  color: #FFF;
  display: none;
  margin-bottom: 20px;
  padding: 0 45px 0 0;
}

@media (min-width: 768px) {
  .featured-articles .featured-articles-slider .carousel-slider .slide .post-item {
    width: 33.3333%;
    float: left;
  }
  .featured-articles .featured-articles-slider .carousel-slider .slide .post-item:nth-child(3n+1) {
    height: 610px;
    width: 66.6666%;
  }
  .featured-articles .featured-articles-slider .carousel-slider .slide .post-item:nth-child(3n+1) .post-item-content {
    background-color: #232350;
    bottom: 13px;
    left: 28px;
    padding: 20px 20px 0;
    position: absolute;
    width: 80%;
  }
  .featured-articles .featured-articles-slider .carousel-slider .slide .post-item:nth-child(3n+1) .post-item-content h5 {
    font-size: 2.6875em;
  }
  .featured-articles .featured-articles-slider .carousel-slider .slide .post-item:nth-child(3n+1) .post-item-content .post-item-text {
    display: block;
    padding: 0 150px 0 0;
  }
}

.featured-articles .featured-articles-slider .slick-control-wrapper .slick-control {
  margin: 0 15px;
}

.featured-articles .featured-articles-slider .slick-control-wrapper .slick-control.slick-disabled {
  color: #D1D1D1;
}

.featured-articles .decoration:before {
  width: 338px;
  height: 71px;
  left: 0;
  top: 0;
}

.featured-articles .decoration:after {
  width: 526px;
  height: 203px;
  right: 0;
  bottom: -100px;
}

.featured-articles.bkg-orange {
  background-color: #FAF7F4;
}

.featured-articles.bkg-orange:before {
  background-color: #FAF7F4;
}

.featured-articles.bkg-orange .decoration:before {
  background: url(../images/curves/curve-top-orange.svg) no-repeat top left;
}

.featured-articles.bkg-orange .decoration:after {
  background: url(../images/curves/curve-bottom-orange.svg) no-repeat bottom right;
}

.featured-articles.bkg-blue {
  background-color: #E7F7FF;
}

.featured-articles.bkg-blue:before {
  background-color: #E7F7FF;
}

.featured-articles.bkg-blue .decoration:before {
  background: url(../images/curves/curve-top-blue.svg) no-repeat top left;
}

.featured-articles.bkg-blue .decoration:after {
  background: url(../images/curves/curve-bottom-blue.svg) no-repeat bottom right;
}

.featured-articles.bkg-pink {
  background-color: #f88187;
}

.featured-articles.bkg-pink:before {
  background-color: #f88187;
}

.featured-articles.bkg-pink .decoration:before {
  background: url(../images/curves/curve-top-pink.svg) no-repeat top left;
}

.featured-articles.bkg-pink .decoration:after {
  background: url(../images/curves/curve-bottom-pink.svg) no-repeat bottom right;
}

.featured-articles.bkg-green {
  background-color: #7db770;
}

.featured-articles.bkg-green:before {
  background-color: #7db770;
}

.featured-articles.bkg-green .decoration:before {
  background: url(../images/curves/curve-top-green.svg) no-repeat top left;
}

.featured-articles.bkg-green .decoration:after {
  background: url(../images/curves/curve-bottom-green.svg) no-repeat bottom right;
}

@media (min-width: 768px) {
  .featured-articles {
    overflow: visible;
  }
  .featured-articles .slick-control-wrapper {
    position: absolute;
    bottom: 30px;
    right: 0;
  }
  .featured-articles .decoration:after {
    bottom: 18px;
  }
}

.featured-ctas {
  padding: 50px 0 50px;
}

.featured-ctas .fc-image img {
  margin: 0 auto;
}

.featured-ctas .fc-icon {
  margin: 30px 0 0;
  text-align: center;
}

.featured-ctas .fc-content {
  position: relative;
  margin: 0 0 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 425px;
  background: url(../images/oval-grey.svg) no-repeat center center/contain;
  padding: 0 20px;
  color: #232350;
  font-size: 1.125em;
}

.featured-ctas .fc-content:after {
  content: '';
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: -70px;
  right: 200px;
  background: url(../images/oval-blue-a.svg) no-repeat center center;
  background-size: contain;
}

.featured-ctas .fc-content h1, .featured-ctas .fc-content h2, .featured-ctas .fc-content h3 {
  font-size: 2em;
}

.featured-ctas .fc-content .fc-ctas {
  text-align: center;
  padding: 10px 0 0;
}

.featured-ctas .fc-content .fc-ctas .btn {
  min-width: 180px;
  margin: 0 0 20px;
  -webkit-box-shadow: 0 20px 21px -7px rgba(51, 52, 89, 0.27);
          box-shadow: 0 20px 21px -7px rgba(51, 52, 89, 0.27);
}

.featured-ctas.bkg-white {
  background-color: #fff;
}

.featured-ctas.bkg-white .fc-content {
  color: #232350;
}

.featured-ctas.bkg-white .fc-content h1, .featured-ctas.bkg-white .fc-content h2, .featured-ctas.bkg-white .fc-content h3 {
  color: #232350;
}

.featured-ctas.bkg-white .arrow-scroll {
  color: #232350;
}

.featured-ctas.bkg-navy {
  background-color: #232350;
}

.featured-ctas.bkg-navy .fc-content {
  color: #fff;
}

.featured-ctas.bkg-navy .fc-content h1, .featured-ctas.bkg-navy .fc-content h2, .featured-ctas.bkg-navy .fc-content h3 {
  color: #fff;
}

.featured-ctas.bkg-navy .arrow-scroll {
  color: #fff;
}

@media (min-width: 768px) {
  .featured-ctas .fc-image {
    padding: 120px 0 0;
  }
}

@media (min-width: 992px) {
  .featured-ctas {
    padding: 100px 0 50px;
  }
  .featured-ctas .fc-image {
    padding: 0 50px;
  }
  .featured-ctas .fc-icon {
    position: absolute;
    left: 60px;
    margin: 0;
  }
  .featured-ctas .fc-content {
    padding: 0 50px;
  }
  .featured-ctas .fc-content.has-icon {
    margin-top: 30px;
  }
  .featured-ctas .fc-content h1, .featured-ctas .fc-content h2, .featured-ctas .fc-content h3 {
    font-size: 2.722em;
  }
  .featured-ctas .fc-content .fc-ctas .btn {
    margin: 0;
  }
  .featured-ctas .fc-content .fc-ctas .btn + .btn {
    margin-left: 30px;
  }
}

.text-image-block {
  overflow: hidden;
}

.text-image-block .tib-image {
  position: relative;
  z-index: 1;
  margin: 0 -15px 30px;
  height: 100%;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.text-image-block .tib-image:before, .text-image-block .tib-image:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
}

.text-image-block .tib-image:before {
  background-image: url(../images/curves/curve-top-white-alt.svg);
  background-position: left top;
  left: -25%;
  top: -50%;
  z-index: -1;
  width: 130%;
  background-size: 100% auto;
  opacity: 0.2;
}

.text-image-block .tib-image:after {
  background-image: url(../images/curves/curve-bottom-white-alt.svg);
  background-position: right bottom;
  background-size: 100% auto;
  right: -100px;
  bottom: -150px;
  width: 130%;
  height: 100%;
  z-index: 2;
}

.text-image-block .tib-image img {
  max-width: 100%;
  height: auto;
}

.text-image-block .tib-content {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px 40px;
  color: #232350;
  font-size: 1.125em;
  text-align: center;
}

.text-image-block .tib-content h1, .text-image-block .tib-content h2, .text-image-block .tib-content h3 {
  font-size: 2.722em;
}

.text-image-block .tib-content .tib-ctas {
  text-align: center;
  padding: 10px 0 0;
}

.text-image-block .tib-content .tib-ctas .btn {
  min-width: 200px;
  -webkit-box-shadow: 0 20px 21px -7px rgba(51, 52, 89, 0.27);
          box-shadow: 0 20px 21px -7px rgba(51, 52, 89, 0.27);
}

.text-image-block .tib-content .tib-ctas .btn + .btn {
  margin-left: 30px;
}

.text-image-block.bkg-orange {
  background: linear-gradient(225.36deg, #EFDD92 0%, #F3CE2B 100%);
}

.text-image-block.bkg-blue {
  background: linear-gradient(225.36deg, #AEE2FF 0%, #1E8FCD 100%);
}

.text-image-block.bkg-pink {
  background: linear-gradient(225.36deg, #FF998D 0%, #FF444C 100%);
}

.text-image-block.bkg-green {
  background: linear-gradient(225.36deg, #9CDD8E 0%, #4A9539 100%);
}

@media (min-width: 992px) {
  .text-image-block .tib-image {
    margin: 0;
  }
  .text-image-block .tib-content {
    padding: 40px 50px;
  }
}

.stockists-carousel-block {
  padding: 50px 0;
  font-size: 1.125em;
}

.stockists-carousel-block .col-xs-12 {
  position: relative;
}

.stockists-carousel-block .introductory-content h3 {
  color: inherit;
  font-weight: 600;
}

.stockists-carousel-block .introductory-content p {
  line-height: 1.5;
}

.stockists-carousel-block .introductory-content .icon-wrapper {
  margin: 0 0 20px;
}

.stockists-carousel-block .introductory-content .icon-wrapper i {
  font-size: 2.625em;
}

.stockists-carousel-block .stockists-carousel-wrap {
  position: relative;
  background: url(../images/oval-stockists.svg) no-repeat center/contain;
  width: 100%;
  padding: 64% 0 0;
}

.stockists-carousel-block .stockists-carousel-wrap .stockists-carousel {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 180px);
}

.stockists-carousel-block .stockists-carousel-wrap .slick-initialized .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.stockists-carousel-block .stockists-carousel-wrap .stockists-carousel-item {
  outline: none;
  padding: 0 10px;
  text-align: center;
}

.stockists-carousel-block .stockists-carousel-wrap .stockists-carousel-item img {
  display: inline-block;
  max-width: 135px;
}

.stockists-carousel-block .stockists-carousel-wrap .slick-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.stockists-carousel-block .stockists-carousel-wrap .slick-control.slick-prev {
  left: 60px;
}

.stockists-carousel-block .stockists-carousel-wrap .slick-control.slick-next {
  right: 60px;
}

.stockists-carousel-block.bkg-navy {
  background-color: #232350;
}

.stockists-carousel-block.bkg-navy .introductory-content {
  color: #fff;
}

.stockists-carousel-block.bkg-grey {
  background-color: #F9F6F4;
}

.stockists-carousel-block.bkg-grey .introductory-content {
  color: #232350;
}

@media (min-width: 992px) {
  .stockists-carousel-block .introductory-content {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.products-carousel-simple {
  background-color: #fff;
  padding: 30px 0 30px;
}

.products-carousel-simple h2 {
  font-size: 3.0625em;
  text-align: center;
  margin: 0 0 30px;
}

.products-carousel-simple .product-list-carousel-simple {
  position: relative;
  padding: 30px 0 50px;
}

.products-carousel-simple .product-list-carousel-simple .product-list {
  margin: 0 20px;
}

.products-carousel-simple .product-list-carousel-simple .product-item {
  position: relative;
  padding: 10px 0 0;
  display: block;
  text-decoration: none;
  text-align: center;
}

.products-carousel-simple .product-list-carousel-simple .product-item a {
  outline: none;
}

.products-carousel-simple .product-list-carousel-simple .product-item .product-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 30px;
  width: 140px;
  height: 200px;
}

.products-carousel-simple .product-list-carousel-simple .product-item .product-img img {
  max-width: 100%;
  max-height: 100%;
}

.products-carousel-simple .product-list-carousel-simple .product-item h3 {
  margin: 0;
  font-family: franklin-gothic-urw, sans-serif;
  font-size: 1.375em;
}

.products-carousel-simple .product-list-carousel-simple .product-item:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("data:image/svg+xml, %3Csvg width='231px' height='234px' viewBox='0 0 231 234' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23232350' d='m66.518413,223.91365c51.401247,23.968797 121.447454,-1.859287 144.763992,-43.386026c23.316073,-41.525742 34.569735,-123.20295 -32.136227,-163.733309c-66.705422,-40.530096 -146.192895,2.734745 -169.958032,53.699242c-23.764672,50.9635 5.929926,129.451718 57.330267,153.420092z'/%3E%3C/svg%3E");
  background-position: center top;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  z-index: -1;
}

.products-carousel-simple .product-list-carousel-simple .product-item.blue:before {
  background-image: url("data:image/svg+xml, %3Csvg width='231px' height='234px' viewBox='0 0 231 234' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%231E8FCD' id='Oval-Copy-3' d='m66.518413,223.91365c51.401247,23.968797 121.447454,-1.859287 144.763992,-43.386026c23.316073,-41.525742 34.569735,-123.20295 -32.136227,-163.733309c-66.705422,-40.530096 -146.192895,2.734745 -169.958032,53.699242c-23.764672,50.9635 5.929926,129.451718 57.330267,153.420092z'/%3E%3C/svg%3E");
}

.products-carousel-simple .product-list-carousel-simple .product-item.orange:before {
  background-image: url("data:image/svg+xml, %3Csvg width='231px' height='234px' viewBox='0 0 231 234' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23E46E04' id='Oval-Copy-3' d='m66.518413,223.91365c51.401247,23.968797 121.447454,-1.859287 144.763992,-43.386026c23.316073,-41.525742 34.569735,-123.20295 -32.136227,-163.733309c-66.705422,-40.530096 -146.192895,2.734745 -169.958032,53.699242c-23.764672,50.9635 5.929926,129.451718 57.330267,153.420092z'/%3E%3C/svg%3E");
}

.products-carousel-simple .product-list-carousel-simple .product-item.pink:before {
  background-image: url("data:image/svg+xml, %3Csvg width='231px' height='234px' viewBox='0 0 231 234' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23f88187' id='Oval-Copy-3' d='m66.518413,223.91365c51.401247,23.968797 121.447454,-1.859287 144.763992,-43.386026c23.316073,-41.525742 34.569735,-123.20295 -32.136227,-163.733309c-66.705422,-40.530096 -146.192895,2.734745 -169.958032,53.699242c-23.764672,50.9635 5.929926,129.451718 57.330267,153.420092z'/%3E%3C/svg%3E");
}

.products-carousel-simple .product-list-carousel-simple .product-item.green:before {
  background-image: url("data:image/svg+xml, %3Csvg width='231px' height='234px' viewBox='0 0 231 234' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%234A9539' id='Oval-Copy-3' d='m66.518413,223.91365c51.401247,23.968797 121.447454,-1.859287 144.763992,-43.386026c23.316073,-41.525742 34.569735,-123.20295 -32.136227,-163.733309c-66.705422,-40.530096 -146.192895,2.734745 -169.958032,53.699242c-23.764672,50.9635 5.929926,129.451718 57.330267,153.420092z'/%3E%3C/svg%3E");
}

.products-carousel-simple .product-list-carousel-simple .product-item.slick-center.slick-active.slick-current:before {
  opacity: 1;
}

.products-carousel-simple .product-list-carousel-simple .slick-control {
  position: absolute;
  top: 40%;
  cursor: pointer;
  font-size: 18px;
}

.products-carousel-simple .product-list-carousel-simple .slick-control.slick-prev {
  left: 0;
}

.products-carousel-simple .product-list-carousel-simple .slick-control.slick-next {
  right: 0;
}

.products-carousel-simple .page-link-wrapper {
  margin: 0 0 60px;
  text-align: center;
}

.products-carousel-simple .page-link-wrapper .btn {
  padding: 12px 25px;
  -webkit-box-shadow: 0 20px 21px -7px rgba(51, 52, 89, 0.27);
          box-shadow: 0 20px 21px -7px rgba(51, 52, 89, 0.27);
}

@media (min-width: 768px) {
  .products-carousel-simple {
    padding: 60px 0 30px;
  }
  .products-carousel-simple .product-list-carousel-simple .product-item {
    padding: 10px 20px;
  }
}

.products-carousel-footer {
  position: relative;
  padding: 70px 0;
}

.products-carousel-footer h2 {
  font-size: 2.25em;
  text-align: left;
}

.products-carousel-footer .page-link-wrapper {
  margin: 0 0 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

.products-carousel-footer .page-link-wrapper a {
  text-decoration: none;
}

.products-carousel-footer .product-list-carousel-footer {
  padding: 0 25px;
}

.products-carousel-footer .product-list-carousel-footer .product-item .product-img img {
  width: 100%;
}

.products-carousel-footer .product-list-carousel-footer .slick-slide {
  margin: 0 30px;
}

.products-carousel-footer .product-list-carousel-footer .slick-control {
  position: absolute;
  top: 40%;
  cursor: pointer;
  font-size: 18px;
}

.products-carousel-footer .product-list-carousel-footer .slick-control.slick-prev {
  left: 10px;
}

.products-carousel-footer .product-list-carousel-footer .slick-control.slick-next {
  right: 10px;
}

.products-carousel-footer .decoration-left:before {
  width: 34px;
  height: 32px;
  background-image: url(../images/ovals/oval-orange.svg);
  left: 25px;
  top: 5%;
  -webkit-transform: rotate(-43deg);
          transform: rotate(-43deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: breath-rotate 2s ease-in-out 0s infinite forwards;
          animation: breath-rotate 2s ease-in-out 0s infinite forwards;
}

.products-carousel-footer .decoration-left:after {
  width: 42px;
  height: 38px;
  left: 84px;
  bottom: 4%;
  -webkit-animation: breath-rotate-big 3s ease-in-out 0.3s infinite backwards;
          animation: breath-rotate-big 3s ease-in-out 0.3s infinite backwards;
}

.products-carousel-footer .decoration-right:before {
  width: 99px;
  height: 95px;
  background-image: url(../images/ovals/oval-orange.svg);
  right: -40px;
  bottom: 40px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: breath-rotate 2s ease-in-out 0s infinite forwards;
          animation: breath-rotate 2s ease-in-out 0s infinite forwards;
}

.products-carousel-footer .decoration-right:after {
  width: 15px;
  height: 14px;
  right: 34px;
  top: 31%;
  -webkit-transform: rotate(-89deg);
          transform: rotate(-89deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: breath-rotate 2s ease-in-out 0.4s infinite forwards;
          animation: breath-rotate 2s ease-in-out 0.4s infinite forwards;
}

@media (min-width: 768px) {
  .products-carousel-footer .decoration-left:before {
    left: 25px;
    top: 3%;
  }
  .products-carousel-footer .decoration-left:after {
    left: 84px;
    bottom: 33%;
  }
  .products-carousel-footer .decoration-right:before {
    right: -40px;
    bottom: 120px;
  }
  .products-carousel-footer .decoration-right:after {
    right: 84px;
    top: 30%;
  }
}

.overlay {
  background-color: rgba(86, 86, 86, 0.75);
  position: absolute;
  min-height: 100px;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity .1s linear;
  transition: opacity .1s linear;
  z-index: 10;
}

.overlay.active {
  opacity: 1;
  pointer-events: initial;
}

.overlay i {
  color: #fff;
  left: 50%;
  display: block;
  position: absolute;
  margin: -38px 0 0 -32px;
  top: 50%;
}

@media (min-width: 992px) {
  .overlay {
    top: -20px;
    left: -20px;
    right: -20px;
  }
}

.product-listing {
  padding: 50px 0 0;
}

.product-listing .intro-content {
  text-align: center;
}

.product-listing .intro-content h2 {
  font-size: 2.75em;
}

.product-listing .intro-content p {
  line-height: 1.25;
}

.product-listing .product-filter {
  width: 100%;
  padding: 10px 10px;
  margin: 0 0 40px;
  background-color: #F7F7F7;
}

.product-listing .product-filter .title {
  position: relative;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
}

.product-listing .product-filter .title:after {
  content: '\f078';
  font-family: 'Font Awesome 5 Pro';
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 10px;
  top: 0;
}

.product-listing .product-filter .title.active:after {
  content: '\f077';
}

.product-listing .product-filter .filter-selects {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.product-listing .product-filter .filter-selects.open {
  max-height: 500px;
}

.product-listing .product-filter .filter-selects .filter-item {
  margin: 20px 0 0;
}

.product-listing .product-filter .filter-selects .filter-item select {
  width: 100%;
  padding: 7px 8px;
  color: #717171;
  border-color: #fff;
  font-size: 0.9375em;
}

.product-listing .filter-clear {
  position: relative;
  top: -15px;
  margin: 0 0 10px;
  text-align: center;
  opacity: 0;
  font-weight: 500;
  pointer-events: none;
}

.product-listing .filter-clear a {
  cursor: pointer;
  color: #C62222;
}

.product-listing .filter-clear.enabled {
  opacity: 1;
  pointer-events: all;
}

.product-listing .product-list {
  margin: 0 -15px 50px;
}

.product-listing .product-list .list-wrapper {
  position: relative;
}

.product-listing .product-list .list-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product-listing .product-list .list-inner .list-item-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 50%;
  margin: 0 0 70px;
}

.product-listing .product-list .list-inner .list-item-wrapper .product-item {
  position: relative;
  height: 100%;
  padding: 0 13px;
  font-weight: 500;
}

.product-listing .product-list .list-inner .list-item-wrapper .product-item a {
  text-decoration: none;
}

.product-listing .product-list .list-inner .list-item-wrapper .product-item .list-item-image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 15px;
  padding: 10px;
  border: 1px solid #EFEFEF;
}

.product-listing .product-list .list-inner .list-item-wrapper .product-item .list-item-image img {
  max-height: 100%;
  max-width: 100%;
}

.product-listing .product-list .list-inner .list-item-wrapper .product-item .list-item-image .icon {
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 36px;
  height: 35px;
  padding: 7px 7px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
}

.product-listing .product-list .list-inner .list-item-wrapper .product-item .list-item-image .icon i {
  font-size: 19px;
}

.product-listing .product-list .list-inner .list-item-wrapper .product-item .list-item-image .icon svg {
  width: 100%;
  height: 100%;
}

.product-listing .product-list .list-inner .list-item-wrapper .product-item .list-item-image .icon.blue {
  background-image: url(../images/ovals/oval-blue.svg);
}

.product-listing .product-list .list-inner .list-item-wrapper .product-item .list-item-image .icon.green {
  background-image: url(../images/ovals/oval-green.svg);
}

.product-listing .product-list .list-inner .list-item-wrapper .product-item .list-item-image .icon.orange {
  background-image: url(../images/ovals/oval-orange.svg);
}

.product-listing .product-list .list-inner .list-item-wrapper .product-item .list-item-image .icon.pink {
  background-image: url(../images/ovals/oval-pink.svg);
}

.product-listing .product-list .list-inner .list-item-wrapper .product-item .panel-list-item {
  display: block;
}

.product-listing .product-list .list-inner .list-item-wrapper .product-item .list-item-content {
  padding: 0 10px;
  margin: 0 0 20px;
}

.product-listing .product-list .list-inner .list-item-wrapper .product-item .list-item-content .product-brand {
  margin: 0 0 15px;
  font-size: 0.9375em;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.product-listing .product-list .list-inner .list-item-wrapper .product-item .list-item-content h3 {
  font-size: 1.125em;
}

.product-listing .product-list .list-inner .list-item-wrapper .product-item .pet-sizes {
  padding: 0 10px;
  font-size: 0.895em;
}

.product-listing .product-list .list-inner .list-item-wrapper .product-item .pet-sizes span {
  display: block;
}

.product-listing .no-items {
  margin: 20px 0;
  font-size: 1.25em;
  text-align: center;
  display: none;
}

.product-listing .no-items.active {
  display: block;
}

.product-listing .more-wrapper {
  text-align: center;
}

.product-listing .more-wrapper .load-more {
  padding: 13px 50px;
  cursor: pointer;
}



@media (min-width: 768px) {
  .product-listing {
    padding: 100px 0 50px;
  }
  .product-listing .product-filter {
    margin: 0 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product-listing .product-filter .title {
    text-align: center;
    font-size: 0.875em;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 80px;
            flex: 0 1 80px;
    letter-spacing: 0;
  }
  .product-listing .product-filter .title:after {
    content: none;
  }
  .product-listing .product-filter .filter-selects {
    max-height: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .product-listing .product-filter .filter-selects .filter-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    margin: 0;
    padding: 0 10px;
  }
  .product-listing .filter-clear {
    top: -35px;
  }
  .product-listing .product-list {
    margin: 0;
  }
  .product-listing .product-list .list-inner .list-item-wrapper {
    width: 50%;
  }
  .product-listing .product-list .list-inner .list-item-wrapper .product-item .list-item-image {
    height: 310px;
  }
  .product-listing .product-list .list-inner .list-item-wrapper .product-item .list-item-content h3 {
    font-size: 1.75em;
  }
  .product-listing .product-list .list-inner .list-item-wrapper .product-item .pet-sizes {
    font-size: 1em;
  }
  .product-listing .more-wrapper {
    margin: 0 0 50px;
  }
}

@media (min-width: 992px) {
  .product-listing .product-list .list-inner .list-item-wrapper {
    width: 33.333333%;
  }
}

@media (min-width: 1150px) {
  .product-listing .product-list .list-inner .list-item-wrapper {
    width: 25%;
  }
}

.icon-list {
  position: relative;
  padding: 90px 0 50px;
}

.icon-list .decoration-left:before {
  width: 69px;
  height: 71px;
  left: -25px;
  top: 2%;
  -webkit-transform: rotate(-43deg);
          transform: rotate(-43deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: breath-rotate 3s ease-in-out 0.3s infinite backwards;
          animation: breath-rotate 3s ease-in-out 0.3s infinite backwards;
}

.icon-list .decoration-left:after {
  content: none;
  width: 27px;
  height: 29px;
  left: 84px;
  top: 33%;
  -webkit-animation: breath-rotate-big 2s ease-in-out 0s infinite forawrds;
          animation: breath-rotate-big 2s ease-in-out 0s infinite forawrds;
}

.icon-list .decoration-right:before {
  width: 99px;
  height: 95px;
  right: -40px;
  bottom: 20px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: breath-rotate 4s ease-in-out 0s infinite backwards;
          animation: breath-rotate 4s ease-in-out 0s infinite backwards;
}

.icon-list .decoration-right:after {
  content: none;
  width: 15px;
  height: 14px;
  right: 84px;
  bottom: 50%;
  -webkit-transform: rotate(-89deg);
          transform: rotate(-89deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.icon-list:before {
  content: '';
  background-color: #232350;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.icon-list .icon-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 60px;
}

.icon-list .icon-item .icon-image {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 58px;
  height: 60px;
  margin: 0 0 20px;
  padding: 16px 16px;
  background-image: url(../images/ovals/oval-blue.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon-list .icon-item .icon-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 0 0 20px;
}

.icon-list .icon-item .icon-content h3 {
  font-size: 1.875em;
  margin: 0 0 15px;
}

.icon-list .icon-item .icon-content p {
  font-weight: 300;
  margin: 0 0 20px;
  line-height: 1.3334em;
}

.icon-list .icon-item .icon-content a {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
}

.icon-list .icon-item .icon-content a i {
  margin-left: 5px;
}

.icon-list .icon-item .icon-content a:hover {
  text-decoration: underline;
}

.icon-list .icon-item .icon-content *:last-child {
  margin: 0;
}

.icon-list.bkg-blue:before {
  background: -webkit-gradient(linear, left bottom, left top, from(#D4F0FF), to(#8DD7FF));
  background: linear-gradient(0deg, #D4F0FF 0%, #8DD7FF 100%);
}

.icon-list.bkg-blue .icon-image {
  background-image: url(../images/ovals/oval-blue.svg);
}

.icon-list.bkg-blue .decoration-left:before, .icon-list.bkg-blue .decoration-left:after, .icon-list.bkg-blue .decoration-right:before, .icon-list.bkg-blue .decoration-right:after {
  background-image: url(../images/ovals/oval-green.svg);
}

.icon-list.bkg-green:before {
  background: -webkit-gradient(linear, left bottom, left top, from(#C4FBB7), to(#8FDC7E));
  background: linear-gradient(0deg, #C4FBB7 0%, #8FDC7E 100%);
}

.icon-list.bkg-green .icon-image {
  background-image: url(../images/ovals/oval-green.svg);
}

.icon-list.bkg-green .decoration-left:before, .icon-list.bkg-green .decoration-left:after, .icon-list.bkg-green .decoration-right:before, .icon-list.bkg-green .decoration-right:after {
  background-image: url(../images/ovals/oval-blue.svg);
}

.icon-list.bkg-orange:before {
  background: -webkit-gradient(linear, left bottom, left top, from(#FFF2C1), to(#EFDD92));
  background: linear-gradient(0deg, #FFF2C1 0%, #EFDD92 100%);
}

.icon-list.bkg-orange .icon-image {
  background-image: url(../images/ovals/oval-orange.svg);
}

.icon-list.bkg-orange .decoration-left:before, .icon-list.bkg-orange .decoration-left:after, .icon-list.bkg-orange .decoration-right:before, .icon-list.bkg-orange .decoration-right:after {
  background-image: url(../images/ovals/oval-pink.svg);
}

.icon-list.bkg-pink:before {
  background: -webkit-gradient(linear, left bottom, left top, from(#FFACB0), to(#FF8A90));
  background: linear-gradient(0deg, #FFACB0 0%, #FF8A90 100%);
}

.icon-list.bkg-pink .icon-image {
  background-image: url(../images/ovals/oval-pink.svg);
}

.icon-list.bkg-pink .decoration-left:before, .icon-list.bkg-pink .decoration-left:after, .icon-list.bkg-pink .decoration-right:before, .icon-list.bkg-pink .decoration-right:after {
  background-image: url(../images/ovals/oval-orange.svg);
}

@media (min-width: 768px) {
  .icon-list .container {
    padding: 0 40px;
    max-width: 960px;
  }
  .icon-list .container .row {
    margin-left: -40px;
    margin-right: -40px;
  }
  .icon-list .container .col-sm-6 {
    padding: 0 35px;
  }
  .icon-list:before {
    width: 150%;
    border-radius: 0 0 50% 50%;
  }
  .icon-list .decoration-left:after {
    content: '';
  }
  .icon-list .decoration-right:before {
    right: -40px;
    bottom: 120px;
  }
  .icon-list .decoration-right:after {
    content: '';
  }
  .icon-list .icon-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .icon-list .icon-item .icon-image {
    margin: 0;
  }
}

.curved-control + .icon-list .decoration-left:before {
  top: calc(2% + 70px);
}

.curved-control + .icon-list .decoration-left:after {
  top: calc(33% + 70px);
}

.product-comparison {
  padding: 70px 0 90px;
  background-color: #EAF4E7;
}

.product-comparison .container-fluid {
  max-width: 1270px;
}

.product-comparison h2 {
  margin: 0 0 40px;
  font-size: 2.625em;
  text-align: center;
}

.product-comparison table.product-comparison-table, .product-comparison .product-comparison-table-wrapper table {
  border: 0;
  width: 100%;
  width: 100% !important;
  table-layout: fixed;
}

.product-comparison table.product-comparison-table tr, .product-comparison .product-comparison-table-wrapper table tr {
  display: block;
  margin: 0 0 20px;
}

.product-comparison table.product-comparison-table tr td, .product-comparison .product-comparison-table-wrapper table tr td {
  display: block;
  overflow: hidden;
  text-align: right;
  padding: 10px 10px;
  background-color: #fff;
}

.product-comparison table.product-comparison-table tr td i, .product-comparison .product-comparison-table-wrapper table tr td i {
  font-size: 18px;
}

.product-comparison table.product-comparison-table tr td .lbl, .product-comparison .product-comparison-table-wrapper table tr td .lbl {
  float: left;
  font-size: 0.875em;
  width: 50%;
  text-align: left;
}

.product-comparison table.product-comparison-table tr td:first-child, .product-comparison .product-comparison-table-wrapper table tr td:first-child {
  background-color: #232350;
  color: #fff;
}

.product-comparison table.product-comparison-table {
  display: none;
}

.product-comparison .product-comparison-table-wrapper table {
  border: 0;
  width: 100% !important;
  table-layout: fixed;
}

.product-comparison .product-comparison-table-wrapper table tbody tr {
  display: block;
  margin: 0 0 20px;
}

.product-comparison .product-comparison-table-wrapper table tbody tr:first-child {
  display: none;
}

.product-comparison .product-comparison-table-wrapper table tbody tr td {
  width: 100%;
}

.product-comparison .comparison-tabs .responsive-tabs-wrapper {
  margin: 0 0 30px;
}

.product-comparison .comparison-tabs .responsive-tabs__panel {
  padding: 0;
}

.product-comparison .comparison-tabs .comparison-tabs-default {
  margin: 0 0 50px;
}

.product-comparison .comparison-tabs .comparison-item-heading {
  margin: 0 0 20px;
  padding: 25px 20px;
  background-color: #232350;
  color: #fff;
  font-weight: 400;
  font-size: 1.25em;
}

.product-comparison .comparison-tabs .comparison-item-heading:after {
  top: 30%;
}

.product-comparison .comparison-tabs .comparison-item {
  position: relative;
  margin: 0 0 20px;
  padding: 25px 20px;
  background-color: #fff;
  text-align: center;
}

.product-comparison .comparison-tabs .comparison-item.y, .product-comparison .comparison-tabs .comparison-item.n {
  padding-right: 40px;
}

.product-comparison .comparison-tabs .comparison-item.y:after, .product-comparison .comparison-tabs .comparison-item.n:after {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: 'Font Awesome 5 Pro';
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.product-comparison .comparison-tabs .comparison-item.y {
  background-color: #fff;
}

.product-comparison .comparison-tabs .comparison-item.y:after {
  content: '\f00c';
}

.product-comparison .comparison-tabs .comparison-item.n {
  background-color: #e2eadf;
}

.product-comparison .comparison-tabs .comparison-item.n:after {
  content: '\f00d';
}

@media (min-width: 768px) {
  .product-comparison h2 {
    font-size: 3.0625em;
  }
  .product-comparison .comparison-tabs {
    display: none;
  }
  .product-comparison table.product-comparison-table tbody tr, .product-comparison .product-comparison-table-wrapper table tbody tr {
    display: table-row;
    margin: 0;
  }
  .product-comparison table.product-comparison-table tbody tr td, .product-comparison .product-comparison-table-wrapper table tbody tr td {
    width: auto !important;
    display: table-cell;
    height: 52px;
    border: 6px solid #EAF4E7;
    background-color: #ffffff;
    padding: 10px 10px;
    text-align: center;
    vertical-align: middle;
    font-size: 0.875em;
  }
  .product-comparison table.product-comparison-table tbody tr td i, .product-comparison .product-comparison-table-wrapper table tbody tr td i {
    font-size: 18px;
  }
  .product-comparison table.product-comparison-table tbody tr td:first-child, .product-comparison .product-comparison-table-wrapper table tbody tr td:first-child {
    font-weight: 500;
    font-size: 1em;
    background-color: transparent;
    color: #232350;
  }
  .product-comparison table.product-comparison-table tbody tr td:empty, .product-comparison table.product-comparison-table tbody tr td.n, .product-comparison .product-comparison-table-wrapper table tbody tr td:empty, .product-comparison .product-comparison-table-wrapper table tbody tr td.n {
    background-color: #e2eadf !important;
  }
  .product-comparison table.product-comparison-table {
    display: table;
  }
  .product-comparison table.product-comparison-table thead {
    display: table-header-group;
  }
  .product-comparison table.product-comparison-table thead tr {
    display: table-row;
  }
  .product-comparison table.product-comparison-table thead th {
    height: 70px;
    padding: 10px 10px;
    background-color: #232350;
    color: #fff;
    font-weight: 400;
    vertical-align: middle;
  }
  .product-comparison table.product-comparison-table tbody tr td .lbl {
    display: none;
  }
  .product-comparison table.product-comparison-table tbody tr.bm td {
    background-color: #4A9539;
    color: #fff;
  }
  .product-comparison table.product-comparison-table tbody tr.bm:first-child {
    background-color: #232350;
    color: #fff;
  }
  .product-comparison .product-comparison-table-wrapper table tbody tr:first-child {
    display: table-row;
  }
  .product-comparison .product-comparison-table-wrapper table tbody tr:first-child td {
    height: 70px;
    padding: 10px 10px;
    background-color: #232350;
    color: #fff;
    font-weight: 400;
    vertical-align: middle;
  }
  .product-comparison .product-comparison-table-wrapper table tbody tr:nth-child(2) td {
    background-color: #4A9539;
    color: #fff;
  }
  .product-comparison .product-comparison-table-wrapper table tbody tr:nth-child(2) td:first-child {
    background-color: transparent;
    color: #232350;
  }
}

.picture-list {
  position: relative;
  overflow: hidden;
  padding: 90px 0 50px;
}

.picture-list .decoration-left:before {
  width: 69px;
  height: 71px;
  left: -25px;
  top: 2%;
  -webkit-transform: rotate(-43deg);
          transform: rotate(-43deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: breath-rotate 2s ease-in-out 0.4s infinite forwards;
          animation: breath-rotate 2s ease-in-out 0.4s infinite forwards;
}

.picture-list .decoration-left:after {
  width: 13px;
  height: 17px;
  left: 40%;
  top: 25px;
}

.picture-list .decoration-mid:before {
  width: 34px;
  height: 33px;
  left: 43%;
  top: 6%;
}

.picture-list .decoration-mid:after {
  width: 34px;
  height: 33px;
  left: 47%;
  bottom: 4%;
  -webkit-transform: rotate(-281deg);
          transform: rotate(-281deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.picture-list .decoration-right:before {
  width: 44px;
  height: 46px;
  right: 60px;
  top: 5%;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: breath-rotate-big 4s ease-in-out 0s infinite forwards;
          animation: breath-rotate-big 4s ease-in-out 0s infinite forwards;
}

.picture-list .decoration-right:after {
  width: 15px;
  height: 14px;
  right: 50px;
  bottom: 30%;
  -webkit-transform: rotate(-89deg);
          transform: rotate(-89deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.picture-list .decoration-bottom:before {
  width: 117px;
  height: 123px;
  right: 10%;
  bottom: -60px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: breath-rotate 3s ease-in-out 0.2s infinite forwards;
          animation: breath-rotate 3s ease-in-out 0.2s infinite forwards;
}

.picture-list .decoration-bottomafter {
  content: none;
}

.picture-list .picture-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 60px;
}

.picture-list .picture-list-item .picture-list-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
  max-width: 180px;
  margin: 0 0 20px;
}

.picture-list .picture-list-item .picture-list-image img {
  width: 100%;
}

.picture-list .picture-list-item .picture-list-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 0 0 30px;
  text-align: center;
}

.picture-list .picture-list-item .picture-list-content .picture-list-icon {
  margin: 0 0 15px;
}

.picture-list .picture-list-item .picture-list-content h3 {
  font-size: 1.875em;
  margin: 0 0 15px;
}

.picture-list .picture-list-item .picture-list-content p {
  font-weight: 300;
  margin: 0 0 20px;
  line-height: 1.3334em;
}

.picture-list .picture-list-item .picture-list-content a {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
}

.picture-list .picture-list-item .picture-list-content a i {
  margin-left: 5px;
}

.picture-list .picture-list-item .picture-list-content a:hover {
  text-decoration: underline;
}

.picture-list .picture-list-item .picture-list-content *:last-child {
  margin: 0;
}

.picture-list.bkg-green .decoration-left:before, .picture-list.bkg-green .decoration-left:after, .picture-list.bkg-green .decoration-mid:before, .picture-list.bkg-green .decoration-mid:after, .picture-list.bkg-green .decoration-right:before, .picture-list.bkg-green .decoration-right:after, .picture-list.bkg-green .decoration-bottom:before, .picture-list.bkg-green .decoration-bottom:after {
  background-image: url(../images/ovals/oval-green.svg);
}

.picture-list.bkg-blue .decoration-left:before, .picture-list.bkg-blue .decoration-left:after, .picture-list.bkg-blue .decoration-mid:before, .picture-list.bkg-blue .decoration-mid:after, .picture-list.bkg-blue .decoration-right:before, .picture-list.bkg-blue .decoration-right:after, .picture-list.bkg-blue .decoration-bottom:before, .picture-list.bkg-blue .decoration-bottom:after {
  background-image: url(../images/ovals/oval-blue.svg);
}

.picture-list.bkg-pink .decoration-left:before, .picture-list.bkg-pink .decoration-left:after, .picture-list.bkg-pink .decoration-mid:before, .picture-list.bkg-pink .decoration-mid:after, .picture-list.bkg-pink .decoration-right:before, .picture-list.bkg-pink .decoration-right:after, .picture-list.bkg-pink .decoration-bottom:before, .picture-list.bkg-pink .decoration-bottom:after {
  background-image: url(../images/ovals/oval-pink.svg);
}

.picture-list.bkg-orange .decoration-left:before, .picture-list.bkg-orange .decoration-left:after, .picture-list.bkg-orange .decoration-mid:before, .picture-list.bkg-orange .decoration-mid:after, .picture-list.bkg-orange .decoration-right:before, .picture-list.bkg-orange .decoration-right:after, .picture-list.bkg-orange .decoration-bottom:before, .picture-list.bkg-orange .decoration-bottom:after {
  background-image: url(../images/ovals/oval-orange.svg);
}

@media (min-width: 992px) {
  .picture-list .container {
    padding: 0 40px;
  }
  .picture-list .container .row {
    margin-left: -40px;
    margin-right: -40px;
  }
  .picture-list .container .col-sm-6 {
    padding: 0 35px;
  }
  .picture-list .picture-list-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .picture-list .picture-list-item .picture-list-image {
    margin: 0;
  }
  .picture-list .picture-list-item .picture-list-content {
    text-align: left;
  }
}

.quick-links {
  position: relative;
  z-index: 1;
  padding: 70px 0 30px;
}

.quick-links:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: left top;
  z-index: -1;
}

.quick-links:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: right bottom;
  z-index: -1;
}

.quick-links h2 {
  font-size: 3.0625em;
  text-align: center;
}

.quick-links .quick-link-item {
  position: relative;
  width: 100%;
  height: 0;
  margin: 0 0 40px;
  padding: 102% 0 0;
  text-align: center;
}

.quick-links .quick-link-item:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/ovals/oval-white.svg) no-repeat center;
  background-size: contain;
  -webkit-animation: breath 4s ease-in-out 0s infinite forwards;
          animation: breath 4s ease-in-out 0s infinite forwards;
}

.quick-links .quick-link-item .quick-link-item-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.quick-links .quick-link-item .quick-link-item-inner .quick-link-icon {
  position: relative;
  width: 77px;
  height: 78px;
  padding: 15px 15px;
  z-index: 0;
}

.quick-links .quick-link-item .quick-link-item-inner .quick-link-icon:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}

.quick-links .quick-link-item .quick-link-item-inner .quick-link-icon img {
  width: 100%;
  height: 100%;
}

.quick-links .quick-link-item .quick-link-item-inner .quick-link-content {
  position: relative;
  padding: 30px 30px 0;
}

.quick-links .quick-link-item .quick-link-item-inner .quick-link-content p {
  margin: 0;
}

.quick-links .quick-link-item .quick-link-item-inner .quick-link-content a {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  text-decoration: none;
}

.quick-links .quick-link-item .quick-link-item-inner .quick-link-content a i {
  margin-left: 5px;
}

.quick-links .col-md-4:nth-child(2) .quick-link-item:before {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.quick-links .col-md-4:nth-child(3) .quick-link-item:before {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.quick-links.bkg-orange {
  background: -webkit-gradient(linear, left top, left bottom, from(#EFDD92), to(#F3CE2B));
  background: linear-gradient(180deg, #EFDD92 0%, #F3CE2B 100%);
}

.quick-links.bkg-orange:before {
  background-image: url(../images/curves/curve-top-orange.svg);
}

.quick-links.bkg-orange:after {
  background-image: url(../images/curves/curve-bottom-orange.svg);
}

.quick-links.bkg-orange .quick-link-icon:before {
  background-image: url(../images/ovals/oval-orange.svg);
}

.quick-links.bkg-blue {
  background: -webkit-gradient(linear, left top, left bottom, from(#AEE2FF), to(#1E8FCD));
  background: linear-gradient(180deg, #AEE2FF 0%, #1E8FCD 100%);
}

.quick-links.bkg-blue:before {
  background-image: url(../images/curves/curve-top-blue.svg);
}

.quick-links.bkg-blue:after {
  background-image: url(../images/curves/curve-bottom-blue.svg);
}

.quick-links.bkg-blue .quick-link-icon:before {
  background-image: url(../images/ovals/oval-blue.svg);
}

.quick-links.bkg-pink {
  background: -webkit-gradient(linear, left top, left bottom, from(#FF998D), to(#FF444C));
  background: linear-gradient(180deg, #FF998D 0%, #FF444C 100%);
}

.quick-links.bkg-pink:before {
  background-image: url(../images/curves/curve-top-pink.svg);
}

.quick-links.bkg-pink:after {
  background-image: url(../images/curves/curve-bottom-pink.svg);
}

.quick-links.bkg-pink .quick-link-icon:before {
  background-image: url(../images/ovals/oval-pink.svg);
}

.quick-links.bkg-green {
  background: -webkit-gradient(linear, left top, left bottom, from(#9CDD8E), to(#4A9539));
  background: linear-gradient(180deg, #9CDD8E 0%, #4A9539 100%);
}

.quick-links.bkg-green:before {
  background-image: url(../images/curves/curve-top-green.svg);
}

.quick-links.bkg-green:after {
  background-image: url(../images/curves/curve-bottom-green.svg);
}

.quick-links.bkg-green .quick-link-icon:before {
  background-image: url(../images/ovals/oval-green.svg);
}

@media (min-width: 420px) and (max-width: 767px) {
  .quick-links .quick-link-item {
    padding: 0;
    width: 320px;
    height: 326px;
    margin: 0 auto 40px;
  }
}

@media (min-width: 768px) {
  .quick-links .quick-link-item {
    width: 100%;
    height: 0;
    margin: 0 0 40px;
    padding: 102% 0 0;
  }
  .quick-links .quick-link-item .quick-link-item-inner {
    padding: 0 0 10px;
  }
  .quick-links .quick-link-item .quick-link-item-inner .quick-link-content {
    padding: 15px 30px 0;
  }
  .quick-links .quick-link-item .quick-link-item-inner .quick-link-content h3 {
    margin: 0 0 15px;
  }
}

@media (min-width: 992px) {
  .quick-links {
    padding: 70px 0 140px;
  }
  .quick-links .quick-link-item {
    margin: 0;
  }
  .quick-links .quick-link-item .quick-link-item-inner {
    padding: 0;
  }
  .quick-links .quick-link-item .quick-link-item-inner .quick-link-content h3 {
    font-size: 2.3125em;
    margin: 0 0 25px;
  }
}

.content-carousel-block {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 70px 0 50px;
}

.content-carousel-block h2 {
  text-align: center;
  font-size: 2.5em;
}

.content-carousel-block .content-carousel {
  position: relative;
}

.content-carousel-block .content-carousel .content-carousel-slides {
  margin: 0 60px;
}

.content-carousel-block .content-carousel .content-carousel-item {
  padding: 0 35px;
}

.content-carousel-block .content-carousel .content-carousel-item .content-carousel-image {
  margin: 0 0 35px;
}

.content-carousel-block .content-carousel .content-carousel-item .content-carousel-image img {
  width: 100%;
}

.content-carousel-block .content-carousel .content-carousel-item .content-carousel-content {
  text-align: center;
  line-height: 1.375;
}

.content-carousel-block .content-carousel .content-carousel-item .content-carousel-content h3 {
  margin: 0 0 20px;
}

.content-carousel-block .content-carousel .slick-control {
  position: absolute;
  top: 40%;
  cursor: pointer;
  font-size: 18px;
}

.content-carousel-block .content-carousel .slick-control.slick-prev {
  left: 0;
}

.content-carousel-block .content-carousel .slick-control.slick-next {
  right: 0;
}

.content-carousel-block .decoration-left:before {
  width: 69px;
  height: 71px;
  left: 14%;
  top: -30px;
  -webkit-transform: rotate(-43deg);
          transform: rotate(-43deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: breath-rotate 4s ease-in-out 0s infinite forwards;
          animation: breath-rotate 4s ease-in-out 0s infinite forwards;
}

.content-carousel-block .decoration-left:after {
  width: 40px;
  height: 38px;
  left: 4%;
  bottom: 17%;
  -webkit-animation: breath-rotate 2s ease-in-out 0.4s infinite forwards;
          animation: breath-rotate 2s ease-in-out 0.4s infinite forwards;
}

.content-carousel-block .decoration-right:before {
  width: 44px;
  height: 46px;
  right: 60px;
  top: 5%;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: breath-rotate 4s ease-in-out 0s infinite backwards;
          animation: breath-rotate 4s ease-in-out 0s infinite backwards;
}

.content-carousel-block .decoration-right:after {
  width: 15px;
  height: 14px;
  right: 160px;
  top: 5%;
  -webkit-transform: rotate(-89deg);
          transform: rotate(-89deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.content-carousel-block .decoration-bottom:before {
  width: 240px;
  height: 234px;
  right: 10%;
  bottom: -140px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: breath-rotate 6s ease-in-out 0.2s infinite forwards;
          animation: breath-rotate 6s ease-in-out 0.2s infinite forwards;
}

.content-carousel-block .decoration-bottom:after {
  width: 26px;
  height: 28px;
  right: 3%;
  bottom: 7%;
  -webkit-transform: rotate(-274deg);
          transform: rotate(-274deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: breath-rotate 2s ease-in-out 0.3s infinite forwards;
          animation: breath-rotate 2s ease-in-out 0.3s infinite forwards;
}

.content-carousel-block.bkg-navy {
  background-color: #232350;
  color: #fff;
}

.content-carousel-block.bkg-navy h2, .content-carousel-block.bkg-navy h3, .content-carousel-block.bkg-navy .slick-control {
  color: #fff;
}

.content-carousel-block.bkg-grey {
  background-color: #F7F7F7;
  color: #232350;
}

.content-carousel-block.bkg-grey h2, .content-carousel-block.bkg-grey h3, .content-carousel-block.bkg-grey .slick-control {
  color: #232350;
}

.content-carousel-block.deco-green .decoration:before, .content-carousel-block.deco-green .decoration:after {
  background-image: url(../images/ovals/oval-green.svg);
}

.content-carousel-block.deco-blue .decoration:before, .content-carousel-block.deco-blue .decoration:after {
  background-image: url(../images/ovals/oval-blue.svg);
}

.content-carousel-block.deco-pink .decoration:before, .content-carousel-block.deco-pink .decoration:after {
  background-image: url(../images/ovals/oval-pink.svg);
}

.content-carousel-block.deco-orange .decoration:before, .content-carousel-block.deco-orange .decoration:after {
  background-image: url(../images/ovals/oval-orange.svg);
}

.rich-text-block {
  position: relative;
  padding: 70px 0 70px;
  background-color: #fff;
  z-index: 1;
  text-align: center;
  font-size: 1.125em;
}

.rich-text-block:before {
  background-color: #fff;
}

.rich-text-block.bkg-grey {
  background-color: #F4F4F4;
}

.rich-text-block.bkg-grey:before {
  background-color: #F4F4F4;
}

.rich-text-block h1, .rich-text-block h2, .rich-text-block h3 {
  font-size: 1.944em;
}

.rich-text-block p {
  line-height: 1.5;
}

.rich-text-block ul {
  margin: 0 0 40px;
}

.rich-text-block .rte-ctas a {
  font-weight: 500;
  margin: 0 20px;
}

.rich-text-block .decoration-left:before {
  width: 27px;
  height: 29px;
  left: 16%;
  bottom: 4%;
}

.rich-text-block .decoration-left:after {
  width: 69px;
  height: 71px;
  left: -30px;
  bottom: 2%;
  -webkit-transform: rotate(-247deg);
          transform: rotate(-247deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: breath-rotate-big 4s ease-in-out 0.4s infinite forwards;
          animation: breath-rotate-big 4s ease-in-out 0.4s infinite forwards;
}

.rich-text-block .decoration-right:before {
  width: 69px;
  height: 71px;
  right: -20px;
  top: 0;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: breath-rotate 2s ease-in-out 0s infinite forwards;
          animation: breath-rotate 2s ease-in-out 0s infinite forwards;
}

.rich-text-block .decoration-right:after {
  width: 23px;
  height: 20px;
  right: 84px;
  top: 2%;
  -webkit-transform: rotate(-89deg);
          transform: rotate(-89deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.rich-text-block.decoration-blue-orange .decoration-left:before, .rich-text-block.decoration-blue-orange .decoration-left:after {
  background-image: url(../images/ovals/oval-blue.svg);
}

.rich-text-block.decoration-blue-orange .decoration-right:before, .rich-text-block.decoration-blue-orange .decoration-right:after {
  background-image: url(../images/ovals/oval-orange.svg);
}

.rich-text-block.decoration-blue .decoration-left:before, .rich-text-block.decoration-blue .decoration-left:after, .rich-text-block.decoration-blue .decoration-right:before, .rich-text-block.decoration-blue .decoration-right:after {
  background-image: url(../images/ovals/oval-blue.svg);
}

.rich-text-block.decoration-orange .decoration-left:before, .rich-text-block.decoration-orange .decoration-left:after, .rich-text-block.decoration-orange .decoration-right:before, .rich-text-block.decoration-orange .decoration-right:after {
  background-image: url(../images/ovals/oval-orange.svg);
}

.rich-text-block.decoration-green .decoration-left:before, .rich-text-block.decoration-green .decoration-left:after, .rich-text-block.decoration-green .decoration-right:before, .rich-text-block.decoration-green .decoration-right:after {
  background-image: url(../images/ovals/oval-green.svg);
}

.rich-text-block.decoration-pink .decoration-left:before, .rich-text-block.decoration-pink .decoration-left:after, .rich-text-block.decoration-pink .decoration-right:before, .rich-text-block.decoration-pink .decoration-right:after {
  background-image: url(../images/ovals/oval-pink.svg);
}

.rich-text-block .arrow-scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 768px) {
  .rich-text-block {
    padding: 120px 0 120px;
  }
  .rich-text-block .decoration-left:before {
    left: 6%;
    top: 33%;
  }
  .rich-text-block .decoration-left:after {
    left: -30px;
    top: 60%;
  }
  .rich-text-block .decoration-right:before {
    right: -20px;
    top: 11%;
  }
  .rich-text-block .decoration-right:after {
    right: 84px;
    bottom: 35%;
  }
  .rich-text-block .arrow-scroll {
    bottom: -20px;
  }
}

.text-carousel {
  position: relative;
  padding: 120px 0 40px;
  z-index: 1;
}

.text-carousel:before {
  background-color: #fff;
}

.text-carousel .decoration-left:before {
  width: 27px;
  height: 29px;
  left: 45%;
  bottom: 3%;
}

.text-carousel .decoration-left:after {
  width: 200px;
  height: 202px;
  left: -150px;
  top: -80px;
  -webkit-transform: rotate(-247deg);
          transform: rotate(-247deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.text-carousel .decoration-mid:before {
  width: 11px;
  height: 10px;
  right: 12%;
  top: 8%;
  -webkit-transform: rotate(-62deg);
          transform: rotate(-62deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.text-carousel .decoration-mid:after {
  width: 29px;
  height: 27px;
  right: 15%;
  top: 5%;
  -webkit-transform: rotate(-89deg);
          transform: rotate(-89deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.text-carousel .decoration-right:before {
  width: 69px;
  height: 71px;
  right: -45px;
  bottom: 11%;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.text-carousel .decoration-right:after {
  width: 18px;
  height: 17px;
  right: -2px;
  top: 16%;
  -webkit-transform: rotate(-109deg);
          transform: rotate(-109deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.text-carousel .text-carousel-content h2 {
  margin: 0 0 20px;
}

.text-carousel .text-carousel-content p, .text-carousel .text-carousel-content li {
  line-height: 1.375;
}

.text-carousel .text-carousel-content ul > li {
  font-weight: 500;
}

.text-carousel .text-carousel-content a {
  text-transform: uppercase;
  font-weight: 500;
}

.text-carousel .text-carousel-content a:after {
  content: '\f061';
  font-family: 'Font Awesome 5 Pro';
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.text-carousel .product-mini-carousel {
  position: relative;
  padding: 30px 0;
}

.text-carousel .product-mini-carousel:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/ovals/oval-content-green.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  -webkit-animation: breath-rotate 3.5s ease-in-out 0.5s infinite forwards;
          animation: breath-rotate 3.5s ease-in-out 0.5s infinite forwards;
}

.text-carousel .product-mini-carousel .product-list {
  margin: 0 20px;
}

.text-carousel .product-mini-carousel .product-list .product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.text-carousel .product-mini-carousel .product-list .product-item .product-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  margin: 0 0 20px;
}

.text-carousel .product-mini-carousel .product-list .product-item .product-img img {
  width: 100%;
}

.text-carousel .product-mini-carousel .product-list .product-item .product-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 20px;
  color: #232350;
}

.text-carousel .product-mini-carousel .product-list .product-item .product-content h3 {
  margin: 0 0 15px;
  font-size: 1.5625em;
  color: #232350;
}

.text-carousel .product-mini-carousel .product-list .product-item .product-content .pet-sizes {
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1.375;
}

.text-carousel .product-mini-carousel .slick-control {
  position: absolute;
  top: 49%;
  cursor: pointer;
  font-size: 22px;
}

.text-carousel .product-mini-carousel .slick-control.slick-prev {
  left: 15px;
}

.text-carousel .product-mini-carousel .slick-control.slick-next {
  right: 15px;
}

.text-carousel.decoration-blue h3 {
  color: #1E8FCD;
}

.text-carousel.decoration-blue .product-mini-carousel:before {
  background-image: url(../images/ovals/oval-content-blue.svg);
}

.text-carousel.decoration-blue .decoration-left:before, .text-carousel.decoration-blue .decoration-left:after, .text-carousel.decoration-blue .decoration-mid:before, .text-carousel.decoration-blue .decoration-mid:after, .text-carousel.decoration-blue .decoration-right:before, .text-carousel.decoration-blue .decoration-right:after {
  background-image: url(../images/ovals/oval-blue.svg);
}

.text-carousel.decoration-green h3 {
  color: #4A9539;
}

.text-carousel.decoration-green .product-mini-carousel:before {
  background-image: url(../images/ovals/oval-content-green.svg);
}

.text-carousel.decoration-green .decoration-left:before, .text-carousel.decoration-green .decoration-left:after, .text-carousel.decoration-green .decoration-mid:before, .text-carousel.decoration-green .decoration-mid:after, .text-carousel.decoration-green .decoration-right:before, .text-carousel.decoration-green .decoration-right:after {
  background-image: url(../images/ovals/oval-green.svg);
}

.text-carousel.decoration-orange h3 {
  color: #F3CE2B;
}

.text-carousel.decoration-orange .product-mini-carousel:before {
  background-image: url(../images/ovals/oval-content-orange.svg);
}

.text-carousel.decoration-orange .decoration-left:before, .text-carousel.decoration-orange .decoration-left:after, .text-carousel.decoration-orange .decoration-mid:before, .text-carousel.decoration-orange .decoration-mid:after, .text-carousel.decoration-orange .decoration-right:before, .text-carousel.decoration-orange .decoration-right:after {
  background-image: url(../images/ovals/oval-orange.svg);
}

.text-carousel.decoration-pink h3 {
  color: #FF4049;
}

.text-carousel.decoration-pink .product-mini-carousel:before {
  background-image: url(../images/ovals/oval-content-pink.svg);
}

.text-carousel.decoration-pink .decoration-left:before, .text-carousel.decoration-pink .decoration-left:after, .text-carousel.decoration-pink .decoration-mid:before, .text-carousel.decoration-pink .decoration-mid:after, .text-carousel.decoration-pink .decoration-right:before, .text-carousel.decoration-pink .decoration-right:after {
  background-image: url(../images/ovals/oval-pink.svg);
}

@media (min-width: 768px) {
  .text-carousel .text-carousel-content {
    padding: 0 90px 0 0;
  }
  .text-carousel .product-mini-carousel {
    padding: 150px 0;
  }
  .text-carousel .product-mini-carousel:before {
    background-position: center center;
  }
  .text-carousel .product-mini-carousel .product-list {
    margin: 0 80px;
  }
  .text-carousel .product-mini-carousel .product-list .product-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .text-carousel .product-mini-carousel .product-list .product-item .product-img {
    margin: 0;
  }
  .text-carousel .product-mini-carousel .slick-control.slick-prev {
    left: 30px;
  }
  .text-carousel .product-mini-carousel .slick-control.slick-next {
    right: 30px;
  }
  .text-carousel .equal-me-text-carousel .text-carousel-content {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .text-carousel .decoration-left:before {
    bottom: 9%;
  }
  .text-carousel .decoration-left:after {
    top: 5%;
  }
  .text-carousel .decoration-right:after {
    right: 13%;
  }
}

.text-image-block-alt {
  position: relative;
  z-index: 1;
  padding: 70px 0;
}

.text-image-block-alt .tib-image {
  height: 100%;
  width: auto;
}

.text-image-block-alt .tib-image img {
  margin: 0 auto;
}

.text-image-block-alt .tib-content {
  position: relative;
  color: #232350;
}

.text-image-block-alt .tib-content h2 {
  font-size: 2.5em;
  margin: 0 0 20px;
}

.text-image-block-alt .tib-content h3 {
  margin: 0 0 20px;
}

.text-image-block-alt .tib-content p, .text-image-block-alt .tib-content li {
  line-height: 1.375;
}

.text-image-block-alt .tib-content ul {
  list-style-type: none;
  padding: 0;
}

.text-image-block-alt .tib-content ul > li {
  position: relative;
  margin: 0 0 30px;
  font-size: 1.25em;
  line-height: 1.1;
  font-family: tenon, sans-serif;
  padding-left: 1.65em;
}

.text-image-block-alt .tib-content ul > li:before {
  content: '\f00c';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #4A9539;
  position: absolute;
  top: 0;
  left: 0;
}

.text-image-block-alt.bkg-orange {
  background-color: #FAF7F4;
}

.text-image-block-alt.bkg-orange:before {
  background-color: #FAF7F4;
}

.text-image-block-alt.bkg-blue {
  background-color: #E7F7FF;
}

.text-image-block-alt.bkg-blue:before {
  background-color: #E7F7FF;
}

.text-image-block-alt.bkg-pink {
  background-color: #f88187;
}

.text-image-block-alt.bkg-pink:before {
  background-color: #f88187;
}

.text-image-block-alt.bkg-green {
  background-color: #7db770;
}

.text-image-block-alt.bkg-green:before {
  background-color: #7db770;
}

.text-image-block-alt.bkg-navy {
  background-color: #232350;
  color: #fff;
}

.text-image-block-alt.bkg-navy:before {
  background-color: #232350;
}

.text-image-block-alt.bkg-navy .tib-content, .text-image-block-alt.bkg-navy .tib-content h2, .text-image-block-alt.bkg-navy .tib-content h3, .text-image-block-alt.bkg-navy .tib-content h4, .text-image-block-alt.bkg-navy .tib-content a {
  color: #fff;
}

.text-image-block-alt.bkg-navy .tib-content a:after, .text-image-block-alt.bkg-navy .tib-content h2 a:after, .text-image-block-alt.bkg-navy .tib-content h3 a:after, .text-image-block-alt.bkg-navy .tib-content h4 a:after, .text-image-block-alt.bkg-navy .tib-content a a:after {
  background: url(../images/CTA-Arrow.svg) no-repeat right center/contain;
}

.text-image-block-alt.bkg-grey {
  padding: 160px 0 60px;
  background-color: #FCFCFC;
}

.text-image-block-alt.bkg-grey .arrow-scroll {
  padding-top: 70px;
}

.text-image-block-alt.bkg-grey .decoration:before, .text-image-block-alt.bkg-grey .decoration:after {
  opacity: 0.35;
}

.text-image-block-alt.curves .decoration:before, .text-image-block-alt.curves .decoration:after {
  width: 100%;
  height: 100%;
}

.text-image-block-alt.curves.decoration-orange .decoration:before {
  background: url(../images/curves/curve-top-orange.svg) no-repeat top left;
}

.text-image-block-alt.curves.decoration-orange .decoration:after {
  background: url(../images/curves/curve-bottom-orange.svg) no-repeat bottom right;
}

.text-image-block-alt.curves.decoration-blue .decoration:before {
  background: url(../images/curves/curve-top-blue.svg) no-repeat top left;
}

.text-image-block-alt.curves.decoration-blue .decoration:after {
  background: url(../images/curves/curve-bottom-blue.svg) no-repeat bottom right;
}

.text-image-block-alt.curves.decoration-pink .decoration:before {
  background: url(../images/curves/curve-top-pink.svg) no-repeat top left;
}

.text-image-block-alt.curves.decoration-pink .decoration:after {
  background: url(../images/curves/curve-bottom-pink.svg) no-repeat bottom right;
}

.text-image-block-alt.curves.decoration-green .decoration:before {
  background: url(../images/curves/curve-top-green.svg) no-repeat top left;
}

.text-image-block-alt.curves.decoration-green .decoration:after {
  background: url(../images/curves/curve-bottom-green.svg) no-repeat bottom right;
}

.text-image-block-alt.dots .tib-content {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.125em;
  margin: 0 0 40px;
}

.text-image-block-alt.dots .tib-content a:after {
  content: '';
  background: url(../images/CTA-Arrow-blue.svg) no-repeat right center/contain;
  width: 61px;
  height: 14px;
  display: inline-block;
  margin-left: 15px;
}

.text-image-block-alt.dots .tib-content:before {
  content: '';
  width: 96%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 2%;
  opacity: 0.15;
  background: url(../images/oval-white.svg) no-repeat center/contain;
  pointer-events: none;
}

.text-image-block-alt.dots .decoration-left:before {
  height: 83px;
  width: 79px;
  -webkit-transform: rotate(-211deg);
          transform: rotate(-211deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  left: 10%;
  top: -25px;
  -webkit-animation: breath-rotate 2s ease-in-out 0.5s infinite forwards;
          animation: breath-rotate 2s ease-in-out 0.5s infinite forwards;
}

.text-image-block-alt.dots .decoration-left:after {
  height: 37px;
  width: 35px;
  -webkit-transform: rotate(-89deg);
          transform: rotate(-89deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  left: 2%;
  bottom: 17%;
}

.text-image-block-alt.dots .decoration-mid:before {
  height: 14px;
  width: 13px;
  -webkit-transform: rotate(-89deg);
          transform: rotate(-89deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  left: 6%;
  bottom: 17%;
}

.text-image-block-alt.dots .decoration-mid:after {
  height: 14px;
  width: 13px;
  -webkit-transform: rotate(-89deg);
          transform: rotate(-89deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  right: 10%;
  top: 3%;
}

.text-image-block-alt.dots .decoration-right:before {
  height: 46px;
  width: 44px;
  -webkit-transform: rotate(-281deg);
          transform: rotate(-281deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  right: -15px;
  top: 10%;
  -webkit-animation: breath-rotate-big 3s ease-in-out 0 infinite backwards;
          animation: breath-rotate-big 3s ease-in-out 0 infinite backwards;
}

.text-image-block-alt.dots .decoration-right:after {
  height: 87px;
  width: 93px;
  -webkit-transform: rotate(-43deg);
          transform: rotate(-43deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  right: 11%;
  bottom: 22px;
  -webkit-animation: breath-rotate 4s ease-in-out 1s infinite forwards;
          animation: breath-rotate 4s ease-in-out 1s infinite forwards;
}

.text-image-block-alt.dots.decoration-orange .decoration:before {
  background-image: url(../images/ovals/oval-orange.svg);
}

.text-image-block-alt.dots.decoration-orange .decoration:after {
  background-image: url(../images/ovals/oval-orange.svg);
}

.text-image-block-alt.dots.decoration-blue .decoration:before {
  background-image: url(../images/ovals/oval-blue.svg);
}

.text-image-block-alt.dots.decoration-blue .decoration:after {
  background-image: url(../images/ovals/oval-blue.svg);
}

.text-image-block-alt.dots.decoration-pink .decoration:before {
  background-image: url(../images/ovals/oval-pink.svg);
}

.text-image-block-alt.dots.decoration-pink .decoration:after {
  background-image: url(../images/ovals/oval-pink.svg);
}

.text-image-block-alt.dots.decoration-green .decoration:before {
  background-image: url(../images/ovals/oval-green.svg);
}

.text-image-block-alt.dots.decoration-green .decoration:after {
  background-image: url(../images/ovals/oval-green.svg);
}

@media (min-width: 768px) {
  .text-image-block-alt {
    padding: 160px 0;
  }
  .text-image-block-alt .tib-content ul {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
  .text-image-block-alt.dots {
    padding: 130px 0 60px;
  }
  .text-image-block-alt.dots .tib-content {
    margin-right: 70px;
  }
  .text-image-block-alt.dots .decoration-left:before {
    left: 10%;
    top: 10%;
  }
  .text-image-block-alt.dots .decoration-mid:after {
    right: 10%;
    top: 10%;
  }
  .text-image-block-alt.dots .decoration-right:before {
    right: 5%;
    top: 10%;
  }
  .text-image-block-alt.dots .decoration-right:after {
    right: 48%;
    bottom: 10%;
  }
}

.double-text-image-block {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 130px 0 140px;
}

.double-text-image-block .decoration:before {
  width: 338px;
  height: 71px;
  left: 0;
  top: 0;
}

.double-text-image-block .decoration:after {
  width: 526px;
  height: 203px;
  right: 0;
  bottom: -100px;
}

.double-text-image-block .row.pad-above {
  margin-top: 60px;
}

.double-text-image-block .row.pad-above .tib-image {
  margin-bottom: 30px;
}

.double-text-image-block .intro-content .icon-wrapper {
  width: 70px;
  height: 70px;
  margin: 0 auto 15px;
  padding: 15px 15px;
  background-image: url(../images/ovals/oval-blue.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.double-text-image-block .intro-content .icon-wrapper img {
  width: 100%;
}

.double-text-image-block .intro-content h2 {
  text-align: center;
  font-size: 3.0625em;
}

.double-text-image-block .tib-image {
  height: 100%;
  width: auto;
}

.double-text-image-block .tib-image img {
  margin: 0 auto;
}

.double-text-image-block .tib-content {
  position: relative;
  color: #232350;
}

.double-text-image-block .tib-content h2 {
  font-size: 2.5em;
  margin: 0 0 20px;
}

.double-text-image-block .tib-content h3 {
  margin: 0 0 20px;
}

.double-text-image-block .tib-content p, .double-text-image-block .tib-content li {
  line-height: 1.375;
}

.double-text-image-block .tib-content .more-link {
  display: inline-block;
  margin: 0 0 15px;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
}

.double-text-image-block .tib-content .tib-content-more {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.2s linear;
  transition: max-height 0.2s linear;
}

.double-text-image-block .tib-content .tib-content-more.open {
  max-height: 900px;
}

.double-text-image-block .tib-content .btn-wrap {
  margin: 20px 0 0;
}

.double-text-image-block .tib-content .btn-wrap .btn:after {
  content: '\f061';
  font-family: 'Font Awesome 5 Pro';
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-left: 10px;
}

.double-text-image-block.bkg-orange {
  background-color: #FAF7F4;
}

.double-text-image-block.bkg-orange:before {
  background-color: #FAF7F4;
}

.double-text-image-block.bkg-orange .intro-content .icon-wrapper {
  background-image: url(../images/ovals/oval-orange.svg);
}

.double-text-image-block.bkg-orange .decoration:before {
  background: url(../images/curves/curve-top-orange.svg) no-repeat top left;
}

.double-text-image-block.bkg-orange .decoration:after {
  background: url(../images/curves/curve-bottom-orange.svg) no-repeat bottom right;
}

.double-text-image-block.bkg-blue {
  background-color: #E7F7FF;
}

.double-text-image-block.bkg-blue:before {
  background-color: #E7F7FF;
}

.double-text-image-block.bkg-blue .intro-content .icon-wrapper {
  background-image: url(../images/ovals/oval-blue.svg);
}

.double-text-image-block.bkg-blue .decoration:before {
  background: url(../images/curves/curve-top-blue.svg) no-repeat top left;
}

.double-text-image-block.bkg-blue .decoration:after {
  background: url(../images/curves/curve-bottom-blue.svg) no-repeat bottom right;
}

.double-text-image-block.bkg-pink {
  background-color: #f88187;
}

.double-text-image-block.bkg-pink:before {
  background-color: #f88187;
}

.double-text-image-block.bkg-pink .intro-content .icon-wrapper {
  background-image: url(../images/ovals/oval-pink.svg);
}

.double-text-image-block.bkg-pink .decoration:before {
  background: url(../images/curves/curve-top-pink.svg) no-repeat top left;
}

.double-text-image-block.bkg-pink .decoration:after {
  background: url(../images/curves/curve-bottom-pink.svg) no-repeat bottom right;
}

.double-text-image-block.bkg-green {
  background-color: #7db770;
}

.double-text-image-block.bkg-green:before {
  background-color: #7db770;
}

.double-text-image-block.bkg-green .intro-content .icon-wrapper {
  background-image: url(../images/ovals/oval-green.svg);
}

.double-text-image-block.bkg-green .decoration:before {
  background: url(../images/curves/curve-top-green.svg) no-repeat top left;
}

.double-text-image-block.bkg-green .decoration:after {
  background: url(../images/curves/curve-bottom-green.svg) no-repeat bottom right;
}

@media (min-width: 768px) {
  .double-text-image-block {
    overflow: visible;
  }
  .double-text-image-block .decoration:after {
    bottom: 18px;
  }
}

.products-carousel .products-carousel-bkg {
  display: block;
  position: relative;
  width: 100%;
  max-width: 418px;
  height: 690px;
  margin: 0 auto;
}

.products-carousel .products-carousel-bkg h2 {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  padding: 0 70px;
  color: #fff;
  font-size: 3.3125em;
  font-weight: 500;
  text-align: center;
}

.products-carousel .product-list-carousel {
  position: relative;
  display: block;
  padding: 0 20px;
  margin: 30px 10px 0;
}

.products-carousel .product-list-carousel .product-list {
  padding: 50px 0;
  overflow: hidden;
}

.products-carousel .product-list-carousel .product-list .slick-list {
  overflow: visible;
}

.products-carousel .product-list-carousel .product-item {
  position: relative;
  z-index: 1;
  margin: 30px 40px 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  /*@include bp(1300px, min-width) {



                h3 {

                    opacity: 1;

                }

            }*/
}

.products-carousel .product-list-carousel .product-item a {
  outline: none;
}

.products-carousel .product-list-carousel .product-item:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  max-width: 300px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("data:image/svg+xml, %3Csvg width='231px' height='234px' viewBox='0 0 231 234' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23232350' d='m66.518413,223.91365c51.401247,23.968797 121.447454,-1.859287 144.763992,-43.386026c23.316073,-41.525742 34.569735,-123.20295 -32.136227,-163.733309c-66.705422,-40.530096 -146.192895,2.734745 -169.958032,53.699242c-23.764672,50.9635 5.929926,129.451718 57.330267,153.420092z'/%3E%3C/svg%3E");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  z-index: -1;
}

.products-carousel .product-list-carousel .product-item .product-img {
  width: 100%;
  max-width: 320px;
  height: 300px;
  margin: 20px auto;
}

.products-carousel .product-list-carousel .product-item .product-img img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}

.products-carousel .product-list-carousel .product-item h3 {
  opacity: 0;
  font-size: 1.625em;
  text-align: center;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.products-carousel .product-list-carousel .product-item.blue:before {
  background-image: url("data:image/svg+xml, %3Csvg width='231px' height='234px' viewBox='0 0 231 234' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%231E8FCD' id='Oval-Copy-3' d='m66.518413,223.91365c51.401247,23.968797 121.447454,-1.859287 144.763992,-43.386026c23.316073,-41.525742 34.569735,-123.20295 -32.136227,-163.733309c-66.705422,-40.530096 -146.192895,2.734745 -169.958032,53.699242c-23.764672,50.9635 5.929926,129.451718 57.330267,153.420092z'/%3E%3C/svg%3E");
}

.products-carousel .product-list-carousel .product-item.orange:before {
  background-image: url("data:image/svg+xml, %3Csvg width='231px' height='234px' viewBox='0 0 231 234' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23E46E04' id='Oval-Copy-3' d='m66.518413,223.91365c51.401247,23.968797 121.447454,-1.859287 144.763992,-43.386026c23.316073,-41.525742 34.569735,-123.20295 -32.136227,-163.733309c-66.705422,-40.530096 -146.192895,2.734745 -169.958032,53.699242c-23.764672,50.9635 5.929926,129.451718 57.330267,153.420092z'/%3E%3C/svg%3E");
}

.products-carousel .product-list-carousel .product-item.pink:before {
  background-image: url("data:image/svg+xml, %3Csvg width='231px' height='234px' viewBox='0 0 231 234' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23f88187' id='Oval-Copy-3' d='m66.518413,223.91365c51.401247,23.968797 121.447454,-1.859287 144.763992,-43.386026c23.316073,-41.525742 34.569735,-123.20295 -32.136227,-163.733309c-66.705422,-40.530096 -146.192895,2.734745 -169.958032,53.699242c-23.764672,50.9635 5.929926,129.451718 57.330267,153.420092z'/%3E%3C/svg%3E");
}

.products-carousel .product-list-carousel .product-item.green:before {
  background-image: url("data:image/svg+xml, %3Csvg width='231px' height='234px' viewBox='0 0 231 234' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%234A9539' id='Oval-Copy-3' d='m66.518413,223.91365c51.401247,23.968797 121.447454,-1.859287 144.763992,-43.386026c23.316073,-41.525742 34.569735,-123.20295 -32.136227,-163.733309c-66.705422,-40.530096 -146.192895,2.734745 -169.958032,53.699242c-23.764672,50.9635 5.929926,129.451718 57.330267,153.420092z'/%3E%3C/svg%3E");
}

.products-carousel .product-list-carousel .product-item.slick-center.slick-active.slick-current {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.products-carousel .product-list-carousel .product-item.slick-center.slick-active.slick-current h3 {
  opacity: 1;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.products-carousel .product-list-carousel .product-item.slick-center.slick-active.slick-current:before {
  opacity: 1;
}

.products-carousel .product-list-carousel .slick-control {
  position: absolute;
  top: 40%;
  cursor: pointer;
  font-size: 18px;
}

.products-carousel .product-list-carousel .slick-control.slick-prev {
  left: 0;
}

.products-carousel .product-list-carousel .slick-control.slick-next {
  right: 0;
}

.products-carousel .page-link-wrapper {
  clear: both;
  width: 100%;
  background-color: #232350;
  padding: 40px 0;
  text-align: center;
}

.products-carousel .page-link-wrapper .btn {
  padding: 5px 0;
  background-color: transparent;
}

.products-carousel .page-link-wrapper .btn:after {
  content: '';
  background: url(../images/CTA-Arrow.svg) no-repeat right center/contain;
  width: 61px;
  height: 14px;
  display: inline-block;
  margin-left: 15px;
}

@media (min-width: 440px) {
  .products-carousel .product-list-carousel {
    padding: 0 40px;
    margin: 60px 30px 0;
  }
  .products-carousel .product-list-carousel .product-item {
    margin: 30px 40px 0;
  }
}

@media (min-width: 768px) {
  .products-carousel .products-carousel-bkg {
    float: left;
    margin: 0;
  }
  .products-carousel .product-list-carousel {
    float: left;
    padding: 0 40px;
    margin: 60px 30px 0;
    width: calc(100% - 478px);
  }
  .products-carousel .product-list-carousel .product-item {
    margin: 30px 20px 0;
  }
}

.faq-list-control {
  background-color: #ffffff;
  padding: 50px 0 0;
}

.faq-list-control .sidebar-image {
  position: relative;
  margin: 0 0 50px;
  text-align: right;
}

.faq-list-control .sidebar-image img {
  width: 100%;
}

.faq-list-control .sidebar-image .icon-1, .faq-list-control .sidebar-image .icon-2, .faq-list-control .sidebar-image .icon-3, .faq-list-control .sidebar-image .icon-4 {
  position: absolute;
  z-index: 2;
}

.faq-list-control .sidebar-image .icon-1 {
  width: 25px;
  height: 23px;
  background: url(../images/contact-icons/QuestionBubble-S.png) no-repeat center center/contain;
  left: 40px;
  top: 20px;
  -webkit-animation: bounce-icon 3s ease-in-out 0s infinite forwards;
          animation: bounce-icon 3s ease-in-out 0s infinite forwards;
}

.faq-list-control .sidebar-image .icon-2 {
  width: 25px;
  height: 44px;
  background: url(../images/contact-icons/QuestionMark-S.png) no-repeat center center/contain;
  left: 0;
  top: 180px;
  -webkit-animation: bounce-icon 2s ease-in-out 0.3s infinite backwards;
          animation: bounce-icon 2s ease-in-out 0.3s infinite backwards;
}

.faq-list-control .sidebar-image .icon-3 {
  width: 60px;
  height: 55px;
  background: url(../images/contact-icons/QuestionBubble-S.png) no-repeat center center/contain;
  right: 0;
  bottom: 110px;
  -webkit-animation: bounce-icon 4s ease-in-out 0.5s infinite backwards;
          animation: bounce-icon 4s ease-in-out 0.5s infinite backwards;
}

.faq-list-control .sidebar-image .icon-4 {
  width: 40px;
  height: 70px;
  background: url(../images/contact-icons/QuestionMark-L.png) no-repeat center center/contain;
  right: 50px;
  top: 0;
  -webkit-animation: bounce-icon 2s ease-in-out 0.8s infinite forwards;
          animation: bounce-icon 2s ease-in-out 0.8s infinite forwards;
}

.faq-list-control .faq-list-content {
  margin: 0 0 50px;
  padding: 0;
}

.faq-list-control .faq-list-content h1, .faq-list-control .faq-list-content h2, .faq-list-control .faq-list-content h3, .faq-list-control .faq-list-content h4 {
  font-size: 2.25em;
}

.faq-list-control .faq-list-content .faq-filter {
  width: 100%;
  padding: 10px 10px;
  margin: 0 0 30px;
}

.faq-list-control .faq-list-content .faq-filter .filter-item {
  margin: 0 0 20px;
}

.faq-list-control .faq-list-content .faq-filter .filter-item.title {
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: 500;
  padding: 0;
}

.faq-list-control .faq-list-content .faq-filter .filter-item .select-wrapper {
  position: relative;
  width: 100%;
  max-width: 250px;
}

.faq-list-control .faq-list-content .faq-filter .filter-item .select-wrapper select {
  -moz-appearance: none;
       appearance: none;
  -ms-apperance: none;
  -webkit-appearance: none;
  background-color: #FAFAFA;
  border: none;
  width: 100%;
}

.faq-list-control .faq-list-content .faq-filter .filter-item .select-wrapper select::-ms-expand {
  display: none;
}

.faq-list-control .faq-list-content .faq-filter .filter-item .select-wrapper span {
  position: absolute;
  top: 1px;
  bottom: 1px;
  right: 1px;
  width: 25px;
  line-height: 40px;
  pointer-events: none;
  background-color: #FAFAFA;
}

.faq-list-control .faq-list-content .faq-filter .filter-item.filter-clear {
  position: relative;
  margin: 0 0 10px;
  text-align: center;
  opacity: 0;
  font-weight: 500;
  pointer-events: none;
}

.faq-list-control .faq-list-content .faq-filter .filter-item.filter-clear a {
  cursor: pointer;
  color: #C62222;
}

.faq-list-control .faq-list-content .faq-filter .filter-item.filter-clear.enabled {
  opacity: 1;
  pointer-events: all;
}

.faq-list-control .faq-list-content .faq-list {
  position: relative;
  padding: 10px 0 0;
}

.faq-list-control .faq-list-content .faq-list .faq-question {
  position: relative;
  padding: 15px 60px 15px 15px;
  margin: 15px 0 0;
  background-color: #F3F3F3;
  color: #232350;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1em;
  -webkit-transition: background-color 0.2s linear, color 0.2s linear;
  transition: background-color 0.2s linear, color 0.2s linear;
  cursor: pointer;
}

.faq-list-control .faq-list-content .faq-list .faq-question:before, .faq-list-control .faq-list-content .faq-list .faq-question:after {
  background-color: #232350;
  content: '';
  display: block;
  width: 19px;
  height: 2px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transition: background-color 0.2s linear, -webkit-transform 0.2s linear;
  transition: background-color 0.2s linear, -webkit-transform 0.2s linear;
  transition: background-color 0.2s linear, transform 0.2s linear;
  transition: background-color 0.2s linear, transform 0.2s linear, -webkit-transform 0.2s linear;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.faq-list-control .faq-list-content .faq-list .faq-question:after {
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
}

.faq-list-control .faq-list-content .faq-list .faq-question.ui-state-active:before, .faq-list-control .faq-list-content .faq-list .faq-question.ui-state-active:after {
  background-color: #232350;
}

.faq-list-control .faq-list-content .faq-list .faq-question.ui-state-active:after {
  -webkit-transform: rotateZ(0deg);
          transform: rotateZ(0deg);
}

.faq-list-control .faq-list-content .faq-list .faq-answer {
  background-color: #F3F3F3;
  padding: 15px 20px 5px;
}

.faq-list-control .faq-list-content .faq-list .more-wrapper {
  margin: 20px 0 0;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .faq-list-control {
    padding: 130px 0 80px;
  }
  .faq-list-control .faq-list-content .faq-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .faq-list-control .faq-list-content .faq-filter .filter-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    margin: 0;
    padding: 0 10px;
  }
  .faq-list-control .faq-list-content .faq-filter .filter-item.title {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 60px;
            flex: 0 1 60px;
  }
}

.instagram-feed-control {
  position: relative;
  padding: 50px 0;
  z-index: 1;
}

.instagram-feed-control:before, .instagram-feed-control:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.1;
}

.instagram-feed-control:before {
  background-position: left top;
  background-image: url(../images/curves/curve-top-white.svg);
}

.instagram-feed-control:after {
  background-position: right top;
  background-image: url(../images/curves/curve-bottom-white.svg);
}

.instagram-feed-control.bkg-green {
  background: -webkit-gradient(linear, left top, left bottom, from(#26761D), to(#4A9539));
  background: linear-gradient(180deg, #26761D 0%, #4A9539 100%);
  color: #FFF;
}

.instagram-feed-control.bkg-green h1, .instagram-feed-control.bkg-green h2, .instagram-feed-control.bkg-green h3, .instagram-feed-control.bkg-green h4, .instagram-feed-control.bkg-green h5, .instagram-feed-control.bkg-green h6 {
  color: #FFF;
}

.instagram-feed-control.bkg-grey {
  background-color: #F4F4F4;
}

.instagram-feed-control .instagram-content {
  font-size: 1.125em;
  text-align: center;
  color: #fff;
}

.instagram-feed-control .instagram-content .instagram-icon {
  margin: 0 0 20px;
}

.instagram-feed-control .instagram-content .instagram-icon img {
  max-width: 100%;
}

.instagram-feed-control .instagram-content h3 {
  font-size: 2.722em;
  color: #fff;
}

.instagram-feed-control .instagram-feed {
  position: relative;
  margin: 40px 0 30px;
  padding: 0 40px;
  text-align: center;
}

.instagram-feed-control .instagram-feed .zoom-instagram-widget__items {
  margin: 0;
  padding: 0;
}

.instagram-feed-control .instagram-feed .zoom-instagram-widget__items .zoom-instagram-widget__item {
  padding: 0 20px;
}

.instagram-feed-control .instagram-feed .zoom-instagram-widget__items .zoom-instagram-widget__item a {
  width: 100% !important;
  height: 0 !important;
  padding: 100% 0 0;
}

.instagram-feed-control .instagram-feed .slick-control {
  position: absolute;
  top: 49%;
}

.instagram-feed-control .instagram-feed .slick-control.slick-prev {
  left: 20px;
}

.instagram-feed-control .instagram-feed .slick-control.slick-next {
  right: 20px;
}

@media (min-width: 768px) {
  .instagram-feed-control {
    padding: 70px 0 30px;
  }
  .instagram-feed-control .instagram-feed {
    padding: 0 80px;
  }
  .instagram-feed-control .instagram-feed .slick-control.slick-prev {
    left: 40px;
  }
  .instagram-feed-control .instagram-feed .slick-control.slick-next {
    right: 40px;
  }
}

@media (min-width: 1150px) {
  .instagram-feed-control .instagram-feed {
    padding: 0 140px;
  }
  .instagram-feed-control .instagram-feed .zoom-instagram-widget__items .zoom-instagram-widget__item {
    width: 25%;
  }
  .instagram-feed-control .instagram-feed .slick-control.slick-prev {
    left: 80px;
  }
  .instagram-feed-control .instagram-feed .slick-control.slick-next {
    right: 80px;
  }
}

.reviews-carousel-control {
  padding: 50px 0;
  background-color: #F7F7F7;
}

.reviews-carousel-control .reviews-carousel-content {
  text-align: center;
}

.reviews-carousel-control .reviews-carousel-content .reviews-carousel-icon {
  margin: 0 0 15px;
}

.reviews-carousel-control .reviews-carousel-content h3 {
  font-size: 3.0625em;
}

.reviews-carousel-control .reviews-carousel-slider {
  position: relative;
  background-color: #232350;
  margin: 0 -15px;
  padding: 0 25px;
}

.reviews-carousel-control .reviews-carousel-slider .review-slide {
  width: 100%;
  padding: 30px 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.reviews-carousel-control .reviews-carousel-slider .review-slide .review-slide-inner {
  text-align: center;
}

.reviews-carousel-control .reviews-carousel-slider .review-slide .review-slide-inner h3 {
  margin: 0 0 30px;
}

.reviews-carousel-control .reviews-carousel-slider .review-slide .review-slide-inner .review-score {
  margin: 0 0 15px;
}

.reviews-carousel-control .reviews-carousel-slider .review-slide .review-slide-inner .review-score svg.filled path {
  fill: #232350;
}

.reviews-carousel-control .reviews-carousel-slider .review-slide .review-slide-inner .review-score svg.stroked path {
  fill: none;
  stroke: #232350;
}

.reviews-carousel-control .reviews-carousel-slider .review-slide .review-slide-inner .review-item-content {
  max-height: 0;
  overflow: hidden;
}

.reviews-carousel-control .reviews-carousel-slider .review-slide.slick-center {
  color: #fff;
}

.reviews-carousel-control .reviews-carousel-slider .review-slide.slick-center h3 {
  color: #fff;
  font-size: 2.0625em;
}

.reviews-carousel-control .reviews-carousel-slider .review-slide.slick-center .review-score svg.filled path {
  fill: #fff;
}

.reviews-carousel-control .reviews-carousel-slider .review-slide.slick-center .review-score svg.stroked path {
  fill: none;
  stroke: #fff;
}

.reviews-carousel-control .reviews-carousel-slider .review-slide.slick-center .review-item-content {
  max-height: 500px;
  font-size: 1.125em;
}

.reviews-carousel-control .reviews-carousel-slider .review-slide.slick-center .review-item-content p {
  font-weight: 400;
  line-height: 1.6875;
}

.reviews-carousel-control .reviews-carousel-slider .review-slide.slick-center .review-item-content .review-author {
  font-weight: 500;
}

.reviews-carousel-control .reviews-carousel-slider .slick-control {
  position: absolute;
  top: 50%;
  color: #fff;
  cursor: pointer;
  z-index: 10;
}

.reviews-carousel-control .reviews-carousel-slider .slick-prev {
  left: 15px;
}

.reviews-carousel-control .reviews-carousel-slider .slick-next {
  right: 15px;
}

@media (min-width: 768px) {
  .reviews-carousel-control {
    padding: 90px 0 70px;
  }
  .reviews-carousel-control .reviews-carousel-slider {
    height: 603px;
    background: url(../images/review-bkg.svg) no-repeat center center;
  }
  .reviews-carousel-control .reviews-carousel-slider .review-slide {
    width: 500px;
    height: 450px;
    padding: 0 100px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .reviews-carousel-control .reviews-carousel-slider .review-slide .review-slide-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    text-align: center;
  }
  .reviews-carousel-control .reviews-carousel-slider .review-slide .review-slide-inner h3 {
    margin: 0 0 30px;
    font-size: 1.625em;
  }
  .reviews-carousel-control .reviews-carousel-slider .review-slide .review-slide-inner .review-score {
    margin: 0 0 15px;
  }
  .reviews-carousel-control .reviews-carousel-slider .review-slide .review-slide-inner .review-score svg.filled path {
    fill: #232350;
  }
  .reviews-carousel-control .reviews-carousel-slider .review-slide .review-slide-inner .review-score svg.stroked path {
    fill: none;
    stroke: #232350;
  }
  .reviews-carousel-control .reviews-carousel-slider .review-slide .review-slide-inner .review-item-content {
    max-height: 0;
    overflow: hidden;
  }
  .reviews-carousel-control .reviews-carousel-slider .review-slide.slick-center {
    padding: 60px 80px;
    color: #fff;
  }
  .reviews-carousel-control .reviews-carousel-slider .review-slide.slick-center h3 {
    color: #fff;
    font-size: 2.0625em;
  }
  .reviews-carousel-control .reviews-carousel-slider .review-slide.slick-center .review-score svg.filled path {
    fill: #fff;
  }
  .reviews-carousel-control .reviews-carousel-slider .review-slide.slick-center .review-score svg.stroked path {
    fill: none;
    stroke: #fff;
  }
  .reviews-carousel-control .reviews-carousel-slider .review-slide.slick-center .review-item-content {
    max-height: 500px;
    font-size: 1.125em;
  }
  .reviews-carousel-control .reviews-carousel-slider .review-slide.slick-center .review-item-content p {
    font-weight: 400;
    line-height: 1.6875;
  }
  .reviews-carousel-control .reviews-carousel-slider .review-slide.slick-center .review-item-content .review-author {
    font-weight: 500;
  }
  .reviews-carousel-control .reviews-carousel-slider .slick-control {
    position: absolute;
    top: 225px;
    color: #fff;
    cursor: pointer;
    z-index: 10;
  }
  .reviews-carousel-control .reviews-carousel-slider .slick-prev {
    left: calc(50% - 225px);
  }
  .reviews-carousel-control .reviews-carousel-slider .slick-next {
    right: calc(50% - 225px);
  }
}

@media (min-width: 1150px) {
  .reviews-carousel-control .reviews-carousel-slider .review-slide {
    width: 420px;
  }
  .reviews-carousel-control .reviews-carousel-slider .review-slide.slick-center {
    padding: 60px 30px;
  }
}

.coupon-request-control {
  background-color: #FBF7F4;
  padding: 50px 0 0;
}

.coupon-request-control .coupon-form-content {
  padding: 0;
  margin: 0 0 50px;
  text-align: center;
}

.coupon-request-control .coupon-form-content form:after {
  clear: both;
  content: '';
  display: table;
}

.coupon-request-control .coupon-form-content .coupon-form {
  text-align: left;
}

.coupon-request-control .coupon-form-content .coupon-form .control-group {
  display: block;
  float: left;
  padding: 0 15px 15px;
  position: relative;
  width: 100%;
}

.coupon-request-control .coupon-form-content .coupon-form .control-group br {
  display: none;
}

.coupon-request-control .coupon-form-content .coupon-form .control-group.half-size {
  width: 100%;
}

.coupon-request-control .coupon-form-content .coupon-form .control-group input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]), .coupon-request-control .coupon-form-content .coupon-form .control-group select, .coupon-request-control .coupon-form-content .coupon-form .control-group textarea {
  background-color: #FFF;
  border: 2px solid transparent;
  height: 40px;
  width: 100%;
}

.coupon-request-control .coupon-form-content .coupon-form .control-group input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]).control-required, .coupon-request-control .coupon-form-content .coupon-form .control-group select.control-required, .coupon-request-control .coupon-form-content .coupon-form .control-group textarea.control-required {
  border: 2px solid #900;
}

.coupon-request-control .coupon-form-content .coupon-form .control-group textarea {
  height: 160px;
  padding: 10px;
}

.coupon-request-control .coupon-form-content .coupon-form .checkbox-control {
  padding-left: 20px;
  padding-right: 20px;
}

.coupon-request-control .coupon-form-content .coupon-form .error-output {
  margin: 0 0 10px;
  padding: 0 30px;
  line-height: 42px;
  color: #232350;
  font-weight: 500;
  border: 0;
}

.coupon-request-control .coupon-form-content .coupon-form .error-output:before {
  content: '\f12a';
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 1.25em;
  font-weight: 900;
  font-family: 'Font Awesome 5 Pro';
  -webkit-font-smoothing: antialiased;
  font-variant: normal;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='54px' height='52px' viewBox='0 0 54 52' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M27.3869069,52 C39.7161299,51.9981194 51.1457994,40.315936 51.9261051,29.8520927 C52.7064108,19.3882494 47.4224706,2.0306115 30.5564437,0.151092335 C13.6904167,-1.72842683 2.00190659,14.3149228 2,26.7051741 C1.99809341,39.0954254 15.0576839,52.0018806 27.3869069,52 Z' fill='%23ca0b00' transform='translate(27.000000, 26.000000) rotate(89.000000) translate(-27.000000, -26.000000) '%3E%3C/path%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
  width: 44px;
  height: 42px;
  margin: 0 15px 0 0;
}

.coupon-request-control .coupon-form-content .coupon-form p {
  padding: 0 15px 15px;
  margin: 0;
}

.coupon-request-control .coupon-form-content .coupon-form p, .coupon-request-control .coupon-form-content .coupon-form .checkbox-control, .coupon-request-control .coupon-form-content .coupon-form .submit-control {
  clear: both;
}

.coupon-request-control .coupon-form-content .coupon-form .submit-control {
  text-align: center;
  padding: 0 15px;
}

.coupon-request-control .coupon-form-content .coupon-form .submit-control i {
  margin-left: 10px;
  vertical-align: middle;
}

.coupon-request-control .results-wrap {
  font-size: 1.125em;
  text-align: center;
}

.coupon-request-control .results-wrap .btn-wrapper {
  padding: 10px 0 0;
}

@media (min-width: 768px) {
  .coupon-request-control {
    padding: 120px 0 80px;
  }
  .coupon-request-control .coupon-form-content .coupon-form .control-group.half-size {
    width: 50%;
  }
}

.cta_widget {
  position: relative;
  padding: 25px 0 0;
}

.cta_widget h3 {
  margin: 0 0 10px;
}

.cta_widget p {
  margin: 0 0 20px;
  color: #373737;
}

.cta_widget .btn {
  min-width: 210px;
}

.cta_widget .widget-icon {
  position: absolute;
  top: 0;
  right: 0;
  height: 41px;
  width: 39px;
  padding: 7px 8px 0;
  z-index: 1;
}

.cta_widget .widget-icon:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/ovals/oval-green.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-43deg);
          transform: rotate(-43deg);
  z-index: -1;
}

.cta_widget:before, .cta_widget:after {
  content: '';
  z-index: -1;
  pointer-events: none;
  position: absolute;
  background-image: url(../images/ovals/oval-green.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.cta_widget:before {
  width: 11px;
  height: 12px;
  top: 0;
  left: 30px;
  -webkit-transform: rotate(-85deg);
          transform: rotate(-85deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.cta_widget:after {
  width: 64px;
  height: 67px;
  bottom: 0;
  right: 5px;
  -webkit-transform: rotate(-43deg);
          transform: rotate(-43deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.bm_widget_pages {
  position: relative;
  padding: 25px 0 0;
}

.bm_widget_pages h3 {
  margin: 0 0 20px;
  font-size: 1.875em;
}

.bm_widget_pages h3:before {
  content: '';
  display: inline-block;
  background: url(../images/paw-blue.png) no-repeat left center/contain;
  height: 22px;
  width: 30px;
}

.bm_widget_pages ul {
  margin: 0;
  padding: 0 0 0 5px;
  list-style: none;
}

.bm_widget_pages ul > li {
  position: relative;
  margin: 0 0 25px;
  padding: 0 0 0 1.1em;
  line-height: 1.125;
}

.bm_widget_pages ul > li:before {
  content: '\f054';
  color: #1E8FCD;
  font-family: 'Font Awesome 5 Pro';
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 0;
  left: 0;
}

.bm_widget_pages .lnk {
  text-transform: uppercase;
  font-weight: 500;
}

@media (min-width: 768px) {
  .page-content-wrapper .website-control:last-of-type, .page-controls .website-control:last-of-type, .footer-controls .website-control:last-of-type {
    padding-bottom: 100px;
  }
  .page-content-wrapper .text-image-block, .page-controls .text-image-block, .page-content-wrapper .instagram-feed-control, .page-controls .instagram-feed-control, .page-content-wrapper .newsletter-control:last-of-type {
    padding-bottom: 70px !important;
  }
  .curved-control {
    position: relative;
  }
  .curved-control:before {
    content: '';
    width: 100%;
    height: 600px;
    position: absolute;
    bottom: -60px;
    left: 0;
    -webkit-clip-path: url("#clip-curve");
            clip-path: url("#clip-curve");
    z-index: -1;
  }
  .curved-control .decoration {
    height: calc(100% + 60px);
  }
  .page-content-wrapper .curved-control:last-of-type:before, .page-controls .curved-control:last-of-type:before, .footer-controls .curved-control:last-of-type:before {
    content: none;
  }
  .page-content-wrapper .curved-control:last-of-type .decoration, .page-controls .curved-control:last-of-type .decoration, .footer-controls .curved-control:last-of-type .decoration {
    height: 100%;
  }
  .page-content-wrapper .rich-text-block:last-of-type .arrow-scroll, .page-controls .rich-text-block:last-of-type .arrow-scroll, .footer-controls .rich-text-block:last-of-type .arrow-scroll {
    display: none;
  }
  .banner-landing.standard + .website-control, .banner-landing.text-only + .website-control {
    margin-top: -60px;
    padding-top: 120px;
  }
}

@media (min-width: 992px) {
  .page-content-wrapper .website-control:last-of-type, .page-controls .website-control:last-of-type, .footer-controls .website-control:last-of-type {
    padding-bottom: 160px;
  }
  .header-controls .website-control:last-of-type {
    padding-bottom: 80px;
  }
  .website-control.next-curve {
    padding-bottom: 140px !important;
  }
}

.page-content-wrapper .website-control:not(.banner-landing) {
  z-index: 40;
}

.page-content-wrapper .website-control:nth-of-type(2) {
  z-index: 38;
}

.page-content-wrapper .website-control:nth-of-type(3) {
  z-index: 37;
}

.page-content-wrapper .website-control:nth-of-type(4) {
  z-index: 36;
}

.page-content-wrapper .website-control:nth-of-type(5) {
  z-index: 35;
}

.page-content-wrapper .website-control:nth-of-type(6) {
  z-index: 34;
}

.page-content-wrapper .website-control:nth-of-type(7) {
  z-index: 33;
}

.page-content-wrapper .website-control:nth-of-type(8) {
  z-index: 32;
}

.page-content-wrapper .website-control:nth-of-type(9) {
  z-index: 31;
}

.page-content-wrapper .website-control:nth-of-type(10) {
  z-index: 30;
}

.post-article {
  background-color: #FFF;
  padding: 35px 0 100px;
}

.post-article.curved-control:before {
  background-color: #FFF;
}

.post-article article .post-meta-footer {
  border-top: 2px solid #F9F9F9;
  margin: 65px 0 0;
  padding: 20px 0 0;
}

.post-article article .post-meta-footer .tags .tags-title {
  color: #717171;
  font-size: 0.875em;
  font-weight: 500;
  margin: 0 0 15px;
  text-transform: uppercase;
}

.post-article article .post-meta-footer .tags .tag-list .tag {
  display: inline-block;
  padding: 0 20px 0 0;
}

.post-article article .post-meta-footer .meta-navigation {
  padding: 55px 0 0;
}

.post-article article .post-meta-footer .meta-navigation:after {
  clear: both;
  content: '';
  display: table;
}

.post-article article .post-meta-footer .meta-navigation .nav-right, .post-article article .post-meta-footer .meta-navigation .nav-left {
  display: block;
  font-size: 1.125em;
  font-weight: 500;
  padding: 0 0 15px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.post-article article .post-meta-footer .meta-navigation .nav-right {
  float: right;
  text-align: right;
  width: auto;
}

.post-article article .post-meta-footer .meta-navigation .nav-right em {
  margin: 0 0 0 10px;
}

.post-article article .post-meta-footer .meta-navigation .nav-left {
  float: left;
  text-align: left;
  width: auto;
}

.post-article article .post-meta-footer .meta-navigation .nav-left em {
  margin: 0 10px 0 0;
}

.post-article .post-meta {
  display: block;
  margin: 0 0 25px;
  text-align: center;
}

.post-article .post-meta .post-date {
  font-size: 0.9375em;
  font-weight: 500;
}

.post-article .post-meta .post-date .screen-reader-text {
  display: none;
}

.post-article .post-meta .divider {
  display: inline-block;
  height: 100%;
  margin: 0 10px;
  position: relative;
  width: 1px;
}

.post-article .post-meta .divider:after {
  background-color: #C7C7C7;
  content: '';
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
}

.post-article .post-meta .read-time {
  font-weight: 500;
}

@media (min-width: 768px) {
  .post-article .post-control {
    padding: 0 48px;
  }
}

.post-related {
  background-color: #232350;
  padding: 140px 0 50px;
  position: relative;
}

.post-related:before {
  background-color: #232350;
}

.post-related .post-related-title h3 {
  color: #FFF;
  font-size: 2.75em;
}

.post-related .post-related-list {
  width: 100%;
}

.post-related .post-related-list .related-post {
  color: #FFF;
  margin: 0 0 30px;
  padding: 0 15px;
  width: 100%;
}

.post-related .post-related-list .related-post a, .post-related .post-related-list .related-post h3 {
  color: #FFF;
}

.post-related .post-related-list .related-post .post-thumbnail {
  display: block;
  height: 240px;
  margin: 0 0 20px;
  position: relative;
}

.post-related .post-related-list .related-post .post-thumbnail .featured-image {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.post-related .post-related-list .related-post .post-content h3 {
  font-size: 1.8125em;
  line-height: 1.1034em;
  margin: 0 0 20px;
}

.post-related .post-related-list .related-post .post-content .post-link {
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.post-related .post-related-list .related-post .post-content .post-link em {
  margin: 0 0 0 10px;
}

.post-related .post-related-blog-link {
  padding: 50px 0 0;
  text-align: center;
}

.post-related .post-related-blog-link a {
  color: #FFF;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.post-related .post-related-blog-link a em {
  margin: 0 0 0 20px;
}

.post-related .decorations {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  pointer-events: none;
}

.post-related .decorations .oval {
  position: absolute;
}

.post-related .decorations .oval path {
  position: absolute;
  top: 0;
}

.post-related .decorations .shape-1 {
  left: 0;
  top: 20px;
  -webkit-animation: breath 2s ease-in-out 0s infinite forwards;
          animation: breath 2s ease-in-out 0s infinite forwards;
}

.post-related .decorations .shape-2 {
  left: 10%;
  top: 88px;
}

.post-related .decorations .shape-3 {
  right: 27%;
  bottom: 61px;
  -webkit-animation: breath-rotate-big 3s ease-in-out 0.2s infinite forwards;
          animation: breath-rotate-big 3s ease-in-out 0.2s infinite forwards;
}

.post-related .decorations .shape-4 {
  right: 15%;
  bottom: 78px;
}

.post-related .decorations .shape-5 {
  right: 6%;
  top: 20px;
}

.post-related .decorations .shape-6 {
  right: 0;
  top: 35px;
  -webkit-animation: breath 2.2s ease-in-out 0.4s infinite forwards;
          animation: breath 2.2s ease-in-out 0.4s infinite forwards;
}

@media (min-width: 768px) {
  .post-related .post-related-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .post-related .decorations .shape-1 {
    left: 0;
    top: 113px;
  }
  .post-related .decorations .shape-2 {
    left: 10%;
    top: 98px;
  }
  .post-related .decorations .shape-3 {
    right: 27%;
    top: 151px;
    bottom: auto;
  }
  .post-related .decorations .shape-4 {
    right: 15%;
    top: 98px;
    bottom: auto;
  }
  .post-related .decorations .shape-5 {
    right: 6%;
    top: 150px;
  }
  .post-related .decorations .shape-6 {
    right: 0;
    top: 75px;
  }
}

.product-details {
  position: relative;
  padding: 0 0 70px;
  margin: 0 0 80px;
  color: #232350;
}

.product-details:after {
  content: '';
  display: block;
  width: 100%;
  height: 100px;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: -1;
  border-radius: 0 0 60% 60%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.product-details .product-info {
  position: relative;
  z-index: 5;
}

.product-details .product-info h2 {
  margin: 0 0 30px;
}

.product-details .product-info ul {
  margin: 0 0 40px;
  list-style: none;
  padding: 0;
}

.product-details .product-info ul > li {
  position: relative;
  padding-left: 30px;
  margin: 0 0 20px;
}

.product-details .product-info ul > li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 2px;
  left: 0;
}

.product-details .product-info .pet-size {
  margin: 0 0 30px;
}

.product-details .product-info .pet-size .pet-size-icons {
  margin: 0 0 17px;
}

.product-details .product-info .pet-size .pet-size-icons .pet-size-icon {
  display: inline-block;
  margin: 0 20px 0 0;
}

.product-details .product-info .pet-size .pet-size-icons .pet-size-icon img {
  vertical-align: middle;
  height: 29px;
}

.product-details .product-info .pet-size .pet-size-icons .pet-size-icon img[src*="small-grey.svg"] {
  height: 17px;
  vertical-align: top;
}

.product-details .product-info .pet-size .pet-size-icons .pet-size-icon img[src*="medium-grey.svg"] {
  height: 22px;
}

.product-details .product-info .pet-size .pet-size-icons .pet-size-icon img[src*="large-grey.svg"] {
  height: 29px;
}

.product-details .product-info .pet-size .pet-size-name {
  font-size: 1.125em;
  font-weight: 500;
}

.product-details .product-info .pet-size .pet-size-name span {
  display: block;
  margin: 0 0 3px;
}

.product-details .product-function {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 10px 10px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
}

.product-details .product-function:before {
  content: '';
  width: 125%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #f00;
  border-radius: 0 0 50% 50%;
  z-index: -1;
}

.product-details .product-images-nav {
  margin: 40px 0 0;
}

.product-details .product-images-nav ul {
  list-style: none;
}

.product-details .product-images-nav ul > li {
  display: inline;
}

.product-details .product-images-nav .slick-slider {
  padding: 0;
  margin: 0;
}

.product-details .product-images-nav .slick-slider .slick-track {
  margin: 0 auto;
}

.product-details .product-images-nav .slick-slider .slick-slide {
  width: 60px;
  height: 80px;
  margin: 0 0 20px;
  background-color: #fff;
  border: 1px solid #EFEFEF;
  text-align: center;
}

.product-details .product-images-nav .slick-slider .slick-slide img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}

.product-details .product-image {
  max-width: 260px;
  max-height: 550px;
  text-align: center;
  margin: 0 auto 20px;
}

.product-details .product-image img {
  width: auto;
  max-width: 100%;
  height: 100%;
  max-height: 550px;
}

.product-details .product-image .slick-dots {
  text-align: center;
  margin: 30px 0 0;
}

.product-details.orange:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFEDDD));
  background: linear-gradient(180deg, #FFFFFF 0%, #FFEDDD 100%);
}

.product-details.orange .product-function:before {
  background-color: #F3CE2B;
}

.product-details.blue:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#DDF3FF));
  background: linear-gradient(180deg, #FFFFFF 0%, #DDF3FF 100%);
}

.product-details.blue .product-function:before {
  background-color: #1E8FCD;
}

.product-details.pink:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#f88187));
  background: linear-gradient(180deg, #FFFFFF 0%, #f88187 100%);
}

.product-details.pink .product-function:before {
  background-color: #FF4049;
}

.product-details.green:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#7db770));
  background: linear-gradient(180deg, #FFFFFF 0%, #7db770 100%);
}

.product-details.green .product-function:before {
  background-color: #4A9539;
}

@media (min-width: 768px) {
  .product-details .pet-size .pet-size-icons {
    margin-top: -7px;
  }
  .product-details .pet-size .pet-size-icons .pet-size-icon {
    height: 29px;
  }
  .product-details .pet-size .pet-size-icons .pet-size-icon img {
    -webkit-animation-name: bounce-icon-sink, bounce-icon;
            animation-name: bounce-icon-sink, bounce-icon;
    -webkit-animation-duration: .3s, 1.5s;
            animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
            animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
            animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, 2;
            animation-iteration-count: 1, 2;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
            animation-direction: normal, alternate;
  }
  .product-details .pet-size .pet-size-icons .pet-size-icon:hover img {
    -webkit-animation-name: bounce-icon-sink, bounce-icon;
            animation-name: bounce-icon-sink, bounce-icon;
    -webkit-animation-duration: .3s, 1.5s;
            animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
            animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
            animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
            animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
            animation-direction: normal, alternate;
  }
}

@media (min-width: 992px) {
  .product-details {
    padding: 0 0 120px;
  }
  .product-details .product-images-nav {
    display: block;
    width: 60px;
    float: left;
    margin: 0 70px 0 0;
  }
  .product-details .product-images-nav ul > li {
    display: block;
  }
  .product-details .product-images-nav .slick-slider {
    margin: 15px 0 0;
  }
  .product-details .product-images-nav .slick-control {
    text-align: center;
    font-size: 20px;
    cursor: pointer;
  }
  .product-details .product-image {
    max-height: 450px;
  }
  .product-details .product-image.hg {
    float: left;
  }
  .product-details .product-image .slick-dots {
    margin: 60px 0 0;
  }
}

.product-tabs {
  margin: 0 0 50px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 68px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 5px 68px 0 rgba(0, 0, 0, 0.12);
}

.product-tabs .responsive-tabs__heading {
  background-color: #232350;
  color: #fff;
  margin: 0 0 15px;
  font-size: 1.25em;
}

.product-tabs .responsive-tabs__heading i {
  margin-right: 7px;
}

.product-tabs .responsive-tabs__panel {
  position: relative;
  padding: 15px 30px 30px;
}

@media (min-width: 768px) {
  .product-tabs {
    margin: 0 0  80px;
  }
  .product-tabs .responsive-tabs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .product-tabs .responsive-tabs__list__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    border-right: 1px solid #fff;
  }
  .product-tabs .responsive-tabs__list__item:last-child {
    border-right: none;
  }
  .product-tabs .responsive-tabs__list__item i {
    margin-right: 5px;
    font-size: 0.8889em;
  }
  .product-tabs .responsive-tabs__panel {
    padding-top: 30px;
    height: 400px;
    /*&:after {

                content: '';

                width: 100%;

                height: 80px;

                position: absolute;

                bottom: 0;

                left: 0;

                background: linear-gradient(180deg, rgba(255,255,255,0) 0%, #FFFFFF 100%);

            }*/
  }
  .product-tabs .responsive-tabs__panel .responsive-tabs__panel__inner {
    padding: 0 20px 0 0;
    height: 100%;
    overflow-y: auto;
  }
}

.responsive-tabs__panel__inner {
  scrollbar-width: thin;
  scrollbar-color: #232350 #E7E7E7;
}

.responsive-tabs__panel__inner::-webkit-scrollbar {
  width: 8px;
  /* width of the entire scrollbar */
}

.responsive-tabs__panel__inner::-webkit-scrollbar-track {
  background: #E7E7E7;
  /* color of the tracking area */
}

.responsive-tabs__panel__inner::-webkit-scrollbar-thumb {
  background-color: #232350;
  /* color of the scroll thumb */
  border-radius: 20px;
  /* roundness of the scroll thumb */
}

/*# sourceMappingURL=bob-martin.css.map */

@charset "UTF-8";
.woocommerce ul.products[class*=columns-],
.woocommerce-page ul.products[class*=columns-] {
  padding-left: 8px;
  padding-right: 8px;
  margin: 0;
}
.woocommerce ul.products[class*=columns-] li.product,
.woocommerce-page ul.products[class*=columns-] li.product {
  flex: 0 1 auto;
  width: 50%;
  margin: 0 0 70px;
  box-shadow: none;
  padding: 0 7px;
}
.woocommerce ul.products[class*=columns-] li.product .summary_product,
.woocommerce-page ul.products[class*=columns-] li.product .summary_product {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  align-content: flex-start;
  flex-direction: column;
  padding: 14px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.woocommerce ul.products[class*=columns-] li.product .product_header,
.woocommerce-page ul.products[class*=columns-] li.product .product_header {
  width: 100%;
  position: relative;
  margin-bottom: 4px;
  cursor: pointer;
}
.woocommerce ul.products[class*=columns-] li.product .product_header .product_flags,
.woocommerce-page ul.products[class*=columns-] li.product .product_header .product_flags {
  position: absolute;
  display: flex;
  bottom: -10px;
  left: 0;
}
.woocommerce ul.products[class*=columns-] li.product .product_header .product_flags .product_flag,
.woocommerce-page ul.products[class*=columns-] li.product .product_header .product_flags .product_flag {
  position: relative;
  top: auto;
  left: auto;
  margin: 0 10px 10px 0;
  font-weight: 500;
}
.woocommerce ul.products[class*=columns-] li.product .product_header .product_flag.icon_new,
.woocommerce-page ul.products[class*=columns-] li.product .product_header .product_flag.icon_new {
  top: -14px;
  left: -14px;
  font-size: 0.938em;
  padding: 4px 10px;
}
.woocommerce ul.products[class*=columns-] li.product .product_header .quickview_icon,
.woocommerce-page ul.products[class*=columns-] li.product .product_header .quickview_icon {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
  opacity: 0;
  transition: opacity 300ms ease;
}
.woocommerce ul.products[class*=columns-] li.product .product_header .quickview_icon span,
.woocommerce-page ul.products[class*=columns-] li.product .product_header .quickview_icon span {
  font-size: 15px;
  line-height: 1;
  color: #232550;
  font-weight: 500;
  letter-spacing: 1px;
  border-radius: 50px;
  background-color: #FFF;
  text-transform: uppercase;
  padding: 5px 10px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  display: inline;
}
.woocommerce ul.products[class*=columns-] li.product .product_header .quickview_icon span img,
.woocommerce-page ul.products[class*=columns-] li.product .product_header .quickview_icon span img {
  width: 12px;
  height: 12px;
  display: inline-block;
}
.woocommerce ul.products[class*=columns-] li.product .product_header:hover .quickview_icon,
.woocommerce-page ul.products[class*=columns-] li.product .product_header:hover .quickview_icon {
  opacity: 1;
}
.woocommerce ul.products[class*=columns-] li.product .archive-img-container,
.woocommerce-page ul.products[class*=columns-] li.product .archive-img-container {
  position: relative;
}
.woocommerce ul.products[class*=columns-] li.product .archive-img-container img,
.woocommerce-page ul.products[class*=columns-] li.product .archive-img-container img {
  margin: 0;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}
.woocommerce ul.products[class*=columns-] li.product .product-brand,
.woocommerce-page ul.products[class*=columns-] li.product .product-brand {
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #717171;
  font-weight: 500;
  margin: 16px 0 0 0;
}
.woocommerce ul.products[class*=columns-] li.product .product-brand > a,
.woocommerce-page ul.products[class*=columns-] li.product .product-brand > a {
  color: #717171;
}
.woocommerce ul.products[class*=columns-] li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products[class*=columns-] li.product .woocommerce-loop-product__title {
  font-size: 1.125em;
}
.woocommerce ul.products[class*=columns-] li.product .price,
.woocommerce-page ul.products[class*=columns-] li.product .price {
  width: 100%;
  font-size: 1.5em;
}
.woocommerce ul.products[class*=columns-] li.product .price ins,
.woocommerce-page ul.products[class*=columns-] li.product .price ins {
  text-decoration: none;
  font-weight: 400;
}
.woocommerce ul.products[class*=columns-] li.product .product_footer,
.woocommerce-page ul.products[class*=columns-] li.product .product_footer {
  width: 100%;
  margin-top: auto;
}
.woocommerce ul.products[class*=columns-] li.product .product_footer > .cw_quantity_select,
.woocommerce-page ul.products[class*=columns-] li.product .product_footer > .cw_quantity_select {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
.woocommerce ul.products[class*=columns-] li.product .product_footer > .cw_quantity_select select,
.woocommerce-page ul.products[class*=columns-] li.product .product_footer > .cw_quantity_select select {
  width: 100%;
  border: 1px solid #E5E5E5;
  border-radius: 2px;
  font-size: 13px;
  background-color: unset;
  height: 38px;
  padding: 0 20px 0 12px;
  margin-right: 0;
  appearance: none;
  -webkit-appearance: none;
}
.woocommerce ul.products[class*=columns-] li.product .product_footer > .cw_quantity_select::after,
.woocommerce-page ul.products[class*=columns-] li.product .product_footer > .cw_quantity_select::after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  font-size: 12px;
  right: 8px;
  top: 50%;
  margin-top: -6px;
  font-weight: 900;
  color: #717171;
  pointer-events: none;
}
.woocommerce ul.products[class*=columns-] li.product .product_footer > form.cart,
.woocommerce-page ul.products[class*=columns-] li.product .product_footer > form.cart {
  display: inline-block;
  width: 100%;
}
.woocommerce ul.products[class*=columns-] li.product .product_footer > form.cart .button,
.woocommerce-page ul.products[class*=columns-] li.product .product_footer > form.cart .button {
  width: 100%;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  border-radius: 2px;
  height: 38px;
  padding-left: 0;
  padding-right: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
}
.woocommerce ul.products[class*=columns-] li.product .product_footer > form.cart .button:hover,
.woocommerce-page ul.products[class*=columns-] li.product .product_footer > form.cart .button:hover {
  opacity: 0.8;
  background: #232350;
  color: #FFF;
}
.woocommerce ul.products[class*=columns-] li.product .pr_shop,
.woocommerce-page ul.products[class*=columns-] li.product .pr_shop {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.woocommerce ul.products[class*=columns-] li.product .pr_shop .cw_quantity_select,
.woocommerce-page ul.products[class*=columns-] li.product .pr_shop .cw_quantity_select {
  width: 100%;
  margin-bottom: 10px;
}
.woocommerce ul.products[class*=columns-] li.product .pr_shop .cw_quantity_select select,
.woocommerce-page ul.products[class*=columns-] li.product .pr_shop .cw_quantity_select select {
  width: 100%;
  border: 1px solid #E5E5E5;
  border-radius: 2px;
  font-size: 13px;
  background-color: unset;
  width: 100%;
  height: 38px;
  padding: 0 0 0 10px;
}
.woocommerce ul.products[class*=columns-] li.product .pr_shop form.cart,
.woocommerce-page ul.products[class*=columns-] li.product .pr_shop form.cart {
  width: 100%;
  margin-top: 0;
}
.woocommerce ul.products[class*=columns-] li.product .pr_shop .button,
.woocommerce-page ul.products[class*=columns-] li.product .pr_shop .button {
  width: 100% !important;
  flex: 0 0 100%;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  border-radius: 2px;
  height: 38px;
  padding-left: 0;
  padding-right: 0;
}
.woocommerce ul.products[class*=columns-] li.product .button:last-child,
.woocommerce-page ul.products[class*=columns-] li.product .button:last-child {
  width: 100%;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  height: 38px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
}
.woocommerce ul.products[class*=columns-] li.product .button:last-child:hover,
.woocommerce-page ul.products[class*=columns-] li.product .button:last-child:hover {
  opacity: 0.8;
  background: #232350;
  color: #FFF;
}
.woocommerce ul.products[class*=columns-].product-listing-carousel,
.woocommerce-page ul.products[class*=columns-].product-listing-carousel {
  padding: 0 50px;
}
.woocommerce ul.products[class*=columns-].product-listing-carousel .slick-track,
.woocommerce-page ul.products[class*=columns-].product-listing-carousel .slick-track {
  display: flex;
}
.woocommerce ul.products[class*=columns-].product-listing-carousel .slick-slide,
.woocommerce-page ul.products[class*=columns-].product-listing-carousel .slick-slide {
  height: auto;
  margin: 15px;
}
.woocommerce ul.products[class*=columns-].product-listing-carousel .slick-slide > div,
.woocommerce-page ul.products[class*=columns-].product-listing-carousel .slick-slide > div {
  height: 100%;
}
.woocommerce ul.products[class*=columns-].product-listing-carousel li.product,
.woocommerce-page ul.products[class*=columns-].product-listing-carousel li.product {
  width: 33.333333%;
  margin: 0;
  height: 100%;
  padding: 0;
  background: rgba(255, 255, 255, 0.8);
}
.woocommerce .product-list-wrap,
.woocommerce-page .product-list-wrap {
  position: relative;
}
.woocommerce .product-list-wrap .slick-control,
.woocommerce-page .product-list-wrap .slick-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
}
.woocommerce .product-list-wrap .slick-control.slick-prev,
.woocommerce-page .product-list-wrap .slick-control.slick-prev {
  left: 0;
}
.woocommerce .product-list-wrap .slick-control.slick-next,
.woocommerce-page .product-list-wrap .slick-control.slick-next {
  right: 0;
}
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-info,
.woocommerce-page .woocommerce-message {
  background-color: #232350;
  border: none;
  color: #FFF;
}
.woocommerce .woocommerce-error::before,
.woocommerce .woocommerce-info::before,
.woocommerce .woocommerce-message::before,
.woocommerce-page .woocommerce-error::before,
.woocommerce-page .woocommerce-info::before,
.woocommerce-page .woocommerce-message::before {
  color: #FFF;
}
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
  display: inline-block;
  background: #FFF;
  border: none;
  color: #232350;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  padding: 15px 35px;
  border-radius: 2px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: background-color 0.2s linear, opacity 0.2s linear;
}
.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-message .button:hover,
.woocommerce-page .woocommerce-error .button:hover,
.woocommerce-page .woocommerce-info .button:hover,
.woocommerce-page .woocommerce-message .button:hover {
  opacity: 0.8;
  background: #FFF;
  color: #232350;
}
.woocommerce .woocommerce-error a:not(.button),
.woocommerce .woocommerce-info a:not(.button),
.woocommerce .woocommerce-message a:not(.button),
.woocommerce-page .woocommerce-error a:not(.button),
.woocommerce-page .woocommerce-info a:not(.button),
.woocommerce-page .woocommerce-message a:not(.button) {
  font-weight: 500;
}
.woocommerce .return-to-shop .button,
.woocommerce-page .return-to-shop .button {
  display: inline-block;
  background: #232350;
  border: none;
  color: #FFF;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  padding: 15px 35px;
  border-radius: 2px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: background-color 0.2s linear, opacity 0.2s linear;
}
.woocommerce .return-to-shop .button:hover,
.woocommerce-page .return-to-shop .button:hover {
  opacity: 0.8;
  background: #232350;
  color: #FFF;
}
.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th {
  font-weight: 500;
}
.woocommerce table.shop_table .wcsatt-options,
.woocommerce-page table.shop_table .wcsatt-options {
  padding: 0;
}
.woocommerce.woocommerce-cart table.cart tbody .product-quantity select,
.woocommerce-page.woocommerce-cart table.cart tbody .product-quantity select {
  font-family: franklin-gothic-urw, sans-serif;
}
.woocommerce.woocommerce-cart table.cart tbody .remove-cart-item-btn span,
.woocommerce-page.woocommerce-cart table.cart tbody .remove-cart-item-btn span {
  transition: background-color 0.2s linear, color 0.2s linear;
}
.woocommerce.woocommerce-cart table.cart tbody .remove-cart-item-btn span:hover,
.woocommerce-page.woocommerce-cart table.cart tbody .remove-cart-item-btn span:hover {
  background: #232350;
  border: none;
  color: #FFF;
}
.woocommerce .cart-collaterals .cart_totals .order-total td,
.woocommerce-page .cart-collaterals .cart_totals .order-total td {
  font-size: 1.563em;
}
.woocommerce .cart-collaterals .cart_totals .order-total td strong,
.woocommerce-page .cart-collaterals .cart_totals .order-total td strong {
  font-weight: 400;
}
.woocommerce .cart-collaterals .wc-proceed-to-checkout a,
.woocommerce-page .cart-collaterals .wc-proceed-to-checkout a {
  font-size: 1em;
  transition: background-color 0.2s linear, opacity 0.2s linear;
}
.woocommerce .cart-collaterals .wc-proceed-to-checkout a:hover,
.woocommerce-page .cart-collaterals .wc-proceed-to-checkout a:hover {
  opacity: 0.8;
  background: #232350;
  color: #FFF;
  filter: none;
}
.woocommerce .product-listing .product-list .woocommerce-ordering select:last-of-type,
.woocommerce-page .product-listing .product-list .woocommerce-ordering select:last-of-type {
  margin-right: 0;
}
.woocommerce .product-listing .product-filter .filter-selects .filter-item,
.woocommerce-page .product-listing .product-filter .filter-selects .filter-item {
  position: relative;
}
.woocommerce .product-listing .product-filter .filter-selects .filter-item select,
.woocommerce-page .product-listing .product-filter .filter-selects .filter-item select {
  padding: 7px 24px 7px 12px;
  appearance: none;
  -webkit-appearance: none;
}
.woocommerce .product-listing .product-filter .filter-selects .filter-item::after,
.woocommerce-page .product-listing .product-filter .filter-selects .filter-item::after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  font-size: 12px;
  right: 18px;
  top: 50%;
  margin-top: -4px;
  font-weight: 900;
  color: #717171;
  pointer-events: none;
}

@media (max-width: 767px) {
  .woocommerce ul.products[class*=columns-].product-listing-carousel .slick-slide,
.woocommerce-page ul.products[class*=columns-].product-listing-carousel .slick-slide {
    margin-left: 10px;
    margin-right: 10px;
  }
  .woocommerce ul.products[class*=columns-].product-listing-carousel li.product,
.woocommerce-page ul.products[class*=columns-].product-listing-carousel li.product {
    padding: 0 7px;
  }
  .woocommerce .product-list-wrap .slick-control.slick-prev,
.woocommerce-page .product-list-wrap .slick-control.slick-prev {
    left: 15px;
  }
  .woocommerce .product-list-wrap .slick-control.slick-next,
.woocommerce-page .product-list-wrap .slick-control.slick-next {
    right: 15px;
  }
  .woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-info,
.woocommerce-page .woocommerce-message {
    display: flex;
    flex-wrap: wrap;
  }
  .woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
    order: 2;
    float: none;
    margin: auto;
    margin-top: 20px;
    left: -0.5em;
  }
  .woocommerce table.shop_table_responsive tr,
.woocommerce-page table.shop_table_responsive tr {
    display: block;
  }
  .woocommerce table.shop_table_responsive tr td,
.woocommerce-page table.shop_table_responsive tr td {
    padding: 9px 12px !important;
    width: 100% !important;
  }
  .woocommerce .product-listing .product-list .woocommerce-result-count,
.woocommerce .product-listing .product-list .woocommerce-ordering,
.woocommerce .product-listing .product-list select.woocommerce-post-count,
.woocommerce-page .product-listing .product-list .woocommerce-result-count,
.woocommerce-page .product-listing .product-list .woocommerce-ordering,
.woocommerce-page .product-listing .product-list select.woocommerce-post-count {
    width: 100%;
    float: none;
    text-align: center;
    padding: 0 15px;
  }
  .woocommerce .product-listing .product-list select.woocommerce-post-count,
.woocommerce-page .product-listing .product-list select.woocommerce-post-count {
    margin: 0 auto 1.5em auto;
    display: block;
  }
  .woocommerce .product-listing .product-list .woocommerce-ordering select,
.woocommerce .product-listing .product-list select.woocommerce-post-count,
.woocommerce-page .product-listing .product-list .woocommerce-ordering select,
.woocommerce-page .product-listing .product-list select.woocommerce-post-count {
    width: 210px;
    margin-left: auto;
    margin-right: auto;
  }
  .woocommerce .product-listing .product-filter .filter-selects .filter-item::after,
.woocommerce-page .product-listing .product-filter .filter-selects .filter-item::after {
    right: 8px;
  }

  .woocommerce-cart table.cart .product-thumbnail,
.woocommerce-page table.cart .product-thumbnail {
    display: block;
    text-align: center !important;
  }
  .woocommerce-cart table.cart .product-thumbnail::before,
.woocommerce-page table.cart .product-thumbnail::before {
    display: none;
  }
  .woocommerce-cart table.cart .product-thumbnail img,
.woocommerce-page table.cart .product-thumbnail img {
    width: 50%;
  }
  .woocommerce-cart table.cart .product-name,
.woocommerce-page table.cart .product-name {
    padding-right: 12px;
  }
  .woocommerce-cart table.cart .product-quantity .cw_quantity_select,
.woocommerce-page table.cart .product-quantity .cw_quantity_select {
    float: none !important;
  }
  .woocommerce-cart table.cart tbody .remove-cart-item-btn,
.woocommerce-page table.cart tbody .remove-cart-item-btn {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: unset;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .woocommerce table.shop_table_responsive thead,
.woocommerce-page table.shop_table_responsive thead {
    display: table-header-group;
  }
  .woocommerce table.shop_table_responsive tr,
.woocommerce-page table.shop_table_responsive tr {
    display: table-row;
  }
  .woocommerce table.shop_table_responsive tr td,
.woocommerce-page table.shop_table_responsive tr td {
    display: table-cell;
    text-align: left !important;
  }
  .woocommerce table.shop_table_responsive tr td::before,
.woocommerce-page table.shop_table_responsive tr td::before {
    display: none;
  }

  .woocommerce-cart table.cart .product-thumbnail,
.woocommerce-page table.cart .product-thumbnail {
    display: table-cell;
  }
  .woocommerce-cart table.cart .product-price,
.woocommerce-cart table.cart .product-quantity,
.woocommerce-cart table.cart .product-subtotal,
.woocommerce-page table.cart .product-price,
.woocommerce-page table.cart .product-quantity,
.woocommerce-page table.cart .product-subtotal {
    width: 20%;
  }
  .woocommerce-cart table.cart .product-price,
.woocommerce-page table.cart .product-price {
    width: 30%;
  }
}
@media (min-width: 768px) {
  .woocommerce ul.products[class*=columns-],
.woocommerce-page ul.products[class*=columns-] {
    padding: 0;
    margin-left: -7px;
    margin-right: -7px;
  }
  .woocommerce ul.products[class*=columns-] li.product,
.woocommerce-page ul.products[class*=columns-] li.product {
    width: 50%;
  }
  .woocommerce ul.products[class*=columns-] li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products[class*=columns-] li.product .woocommerce-loop-product__title {
    font-size: 1.42em;
  }
  .woocommerce ul.products[class*=columns-] li.product .woocommerce-loop-product__title a,
.woocommerce-page ul.products[class*=columns-] li.product .woocommerce-loop-product__title a {
    transition: color 200ms ease;
  }
  .woocommerce ul.products[class*=columns-] li.product .price,
.woocommerce-page ul.products[class*=columns-] li.product .price {
    font-size: 2em;
  }
  .woocommerce ul.products[class*=columns-] li.product .product_footer > .cw_quantity_select,
.woocommerce-page ul.products[class*=columns-] li.product .product_footer > .cw_quantity_select {
    margin-bottom: 0;
    width: 25%;
  }
  .woocommerce ul.products[class*=columns-] li.product .product_footer > form.cart,
.woocommerce-page ul.products[class*=columns-] li.product .product_footer > form.cart {
    width: 75%;
    padding-left: 15px;
  }
  .woocommerce ul.products[class*=columns-] li.product .pr_shop,
.woocommerce-page ul.products[class*=columns-] li.product .pr_shop {
    flex-wrap: nowrap;
  }
  .woocommerce ul.products[class*=columns-] li.product .pr_shop .cw_quantity_select,
.woocommerce-page ul.products[class*=columns-] li.product .pr_shop .cw_quantity_select {
    margin-bottom: 0;
    margin-right: 10px;
    width: auto;
  }
  .woocommerce ul.products[class*=columns-] li.product .pr_shop .cw_quantity_select select,
.woocommerce-page ul.products[class*=columns-] li.product .pr_shop .cw_quantity_select select {
    width: 50px;
  }
  .woocommerce ul.products[class*=columns-] li.product .pr_shop .button,
.woocommerce-page ul.products[class*=columns-] li.product .pr_shop .button {
    font-size: 16px;
  }
  .woocommerce .product-listing .product-list .woocommerce-result-count,
.woocommerce-page .product-listing .product-list .woocommerce-result-count {
    margin-top: 10px;
  }
  .woocommerce .product-listing .product-list ul.products[class*=columns-] li.product .summary_product,
.woocommerce-page .product-listing .product-list ul.products[class*=columns-] li.product .summary_product {
    transition: box-shadow 200ms ease;
  }
  .woocommerce .product-listing .product-list ul.products[class*=columns-] li.product .summary_product:hover,
.woocommerce-page .product-listing .product-list ul.products[class*=columns-] li.product .summary_product:hover {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 992px) {
  .woocommerce ul.products[class*=columns-] li.product,
.woocommerce-page ul.products[class*=columns-] li.product {
    width: 33.333333%;
  }
}
@media (min-width: 768px) and (max-width: 1149px) {
  .woocommerce .product-listing .product-filter,
.woocommerce-page .product-listing .product-filter {
    flex-wrap: wrap;
  }
  .woocommerce .product-listing .product-filter .title,
.woocommerce-page .product-listing .product-filter .title {
    width: 100%;
  }
  .woocommerce .product-listing .product-filter .filter-selects,
.woocommerce-page .product-listing .product-filter .filter-selects {
    width: 100%;
    flex-wrap: wrap;
  }
  .woocommerce .product-listing .product-filter .filter-selects .filter-item,
.woocommerce-page .product-listing .product-filter .filter-selects .filter-item {
    width: 33.333%;
    flex: 0 0 33.333%;
    margin: 10px 0;
  }
}
@media (min-width: 1150px) {
  .woocommerce ul.products[class*=columns-] li.product,
.woocommerce-page ul.products[class*=columns-] li.product {
    width: 25%;
  }
}
.tips-advice.layout-5 {
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
.tips-advice.layout-5 > .container {
  position: relative;
  z-index: 1;
}
.tips-advice.layout-5::before, .tips-advice.layout-5::after {
  content: "";
  border-radius: 0 0 45% 45%;
  display: block;
  height: 55%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  z-index: 0;
  pointer-events: none;
}
.tips-advice.layout-5::before {
  background: #1E8FCD;
}
.tips-advice.layout-5::after {
  background: url(../images/paw-large.svg) no-repeat top -100px right -100%/auto 140%;
  mix-blend-mode: color-burn;
  display: none;
}
.tips-advice.layout-5 .tips-advice-header {
  text-align: center;
}
.tips-advice.layout-5 .tips-advice-header .icons {
  margin-bottom: 15px;
}
.tips-advice.layout-5 .tips-advice-header .icons svg path {
  fill: #FFF;
}
.tips-advice.layout-5 .tips-advice-header .icons svg line {
  stroke: #FFF;
}
.tips-advice.layout-5 .tips-advice-header h2 {
  color: #FFF;
}
.tips-advice.layout-5 .tips-advice-description {
  color: #FFF;
  margin: 0 auto 30px;
}
.tips-advice.layout-5 .tips-advice-blog-link {
  text-align: center;
}
.tips-advice.layout-5 .tips-advice-blog-link.tabl-footer {
  display: none;
}

@media (min-width: 768px) {
  .tips-advice.layout-5::after {
    display: block;
  }
  .tips-advice.layout-5 .tips-advice-description {
    width: 690px;
    margin: 0 auto 70px;
  }
}
@media (min-width: 992px) {
  .tips-advice.layout-5::after {
    background-position: top -100px right -10%;
  }
}
@media (min-width: 1150px) {
  .tips-advice.layout-5::after {
    background-position: top -100px right 10%;
  }
}
@media (min-width: 1600px) {
  .tips-advice.layout-5::after {
    background-position: top -100px right calc((100vw/4));
  }
}
@media (min-width: 768px) {
  .product-comparison table.product-comparison-table tbody tr td:empty,
.product-comparison table.product-comparison-table tbody tr td.n,
.product-comparison .product-comparison-table-wrapper tbody tr td:empty,
.product-comparison .product-comparison-table-wrapper tbody tr td.n {
    color: #D90F16;
  }
  .product-comparison table.product-comparison-table tbody tr.bm:first-child td:first-child,
.product-comparison .product-comparison-table-wrapper tbody tr.bm:first-child td:first-child {
    background-color: #A4D69A;
  }
  .product-comparison table.product-comparison-table tbody tr.bm:nth-child(2) td:first-child,
.product-comparison .product-comparison-table-wrapper tbody tr.bm:nth-child(2) td:first-child {
    background-color: transparent;
  }
  .product-comparison table.product-comparison-table .responsive_img,
.product-comparison .product-comparison-table-wrapper .responsive_img {
    width: 70%;
    height: auto;
    margin: 0 auto;
  }
}
.arrow_link {
  color: #232350;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: opacity 200ms ease;
}
.arrow_link em {
  margin: 0 0 0 10px;
}
.arrow_link:hover {
  color: #232350;
  text-decoration: none;
  opacity: 0.8;
}

.stockists_module {
  overflow: hidden;
}
.stockists_module .intro_content,
.stockists_module .row_logos {
  padding: 150px 0 100px;
}
.stockists_module .intro_content {
  position: relative;
  z-index: 1;
  padding-bottom: 0;
}
.stockists_module .intro_content .icon-wrapper {
  margin: 0 0 20px;
}
.stockists_module .intro_content .icon-wrapper i {
  font-size: 2.625em;
  color: #232550;
}
.stockists_module .intro_content h3 {
  color: #232550;
  font-weight: 600;
  margin-bottom: 15px;
}
.stockists_module .intro_content p {
  font-size: 18px;
  margin-bottom: 15px;
}
.stockists_module .row_logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.stockists_module .row_logos::before {
  content: "";
  background: url(../images/oval_stockists.svg) no-repeat top center;
  position: absolute;
  top: 0;
  left: -30%;
  width: 160%;
  height: 100%;
  pointer-events: none;
}
.stockists_module .row_logos .stockists-logo {
  width: 33.333333%;
  flex: 0 1 auto;
  padding: 15px;
  position: relative;
  display: flex;
}
.stockists_module .row_logos .stockists-logo a {
  width: 100%;
}
.stockists_module .row_logos .stockists-logo img {
  max-width: 70%;
  margin: 0 auto;
  max-height: 65px;
}

@media (max-width: 767px) {
  .stockists_module .row_logos {
    padding-top: 70px;
    padding-bottom: 40px !important;
  }
  .stockists_module .row_logos .stockists-logo img {
    max-height: 50px;
  }
}
@media (max-width: 991px) {
  .stockists_module .intro_content {
    text-align: center;
    padding-top: 50px;
  }
  .stockists_module .row_logos {
    padding-bottom: 70px;
  }
}
@media (min-width: 992px) and (max-width: 1149px) {
  .featured-ctas .fc-content .fc-ctas .btn {
    min-width: 160px;
    padding-left: 0;
    padding-right: 0;
  }
}
.scrolljacker-wrapper.scrolljacker-new .scrolljacker {
  height: auto !important;
}
.scrolljacker-wrapper.scrolljacker-new .scrolljacker .arrow-scroll {
  display: none;
}
.scrolljacker-wrapper.scrolljacker-new .scrolljacker .arrow-scroll .scroll-next {
  background: url(../images/oval-arrow-blue.svg) no-repeat bottom center/contain;
}
.scrolljacker-wrapper.scrolljacker-new .scrolljacker .arrow-scroll i::before {
  transform: scale(0.5);
  display: block;
  color: #FFF;
  font-size: 66px;
}
.scrolljacker-wrapper.scrolljacker-new .scrolljacker.bkg-orange {
  padding-bottom: 50px;
}
.scrolljacker-wrapper.scrolljacker-new .scrolljacker.bkg-pink {
  position: relative;
  padding-bottom: 60px !important;
  background: unset;
}
.scrolljacker-wrapper.scrolljacker-new .scrolljacker.bkg-pink::before {
  content: "";
  border-radius: 0 0 45% 45%;
  background: linear-gradient(323.49deg, #FF4049 0%, #FF9A8D 100%);
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 250%;
  z-index: 0;
  pointer-events: none;
}
.scrolljacker-wrapper.scrolljacker-new .scrolljacker[data-sj-section-id="1"] {
  padding-top: 50px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .scrolljacker-wrapper.scrolljacker-new .scrolljacker .sj-content-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  .scrolljacker-wrapper.scrolljacker-new .scrolljacker .sj-content-wrapper h1 {
    font-size: 3.0625em !important;
  }
  .scrolljacker-wrapper.scrolljacker-new .scrolljacker .sj-content-wrapper .sj-content {
    width: 100%;
    padding: 0 0 30px 0;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .scrolljacker-wrapper.scrolljacker-new .scrolljacker .sj-content-wrapper .sj-image {
    padding-left: 0;
  }
  .scrolljacker-wrapper.scrolljacker-new .scrolljacker.bkg-orange {
    overflow: inherit;
  }
  .scrolljacker-wrapper.scrolljacker-new .scrolljacker.bkg-orange .sj-content-wrapper .sj-image {
    margin-bottom: 60px;
  }
  .scrolljacker-wrapper.scrolljacker-new .scrolljacker.bkg-pink::before {
    width: 150%;
  }
  .scrolljacker-wrapper.scrolljacker-new .scrolljacker .arrow-scroll {
    cursor: pointer;
    bottom: -20px;
    display: block;
    padding-top: 0;
  }
  .scrolljacker-wrapper.scrolljacker-new .scrolljacker[data-sj-section-id="1"] {
    padding-top: 130px;
  }
}
@media (max-width: 991px) {
  .scrolljacker-wrapper.scrolljacker-new .scrolljacker.bkg-orange {
    padding-top: 120px;
  }
}
@media (min-width: 992px) {
  .scrolljacker-wrapper.scrolljacker-new .scrolljacker.bkg-orange {
    height: calc(100vh - 40px) !important;
  }
  .scrolljacker-wrapper.scrolljacker-new .scrolljacker.bkg-orange .sj-content-wrapper .sj-image {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) and (min-height: 800px) {
  .scrolljacker-wrapper.scrolljacker-new .scrolljacker.bkg-orange {
    height: 760px !important;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (-webkit-min-device-pixel-ratio: 2.0833333333333335), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
  .content-finder {
    margin-top: -1px;
  }
}
.logo_section {
  display: none;
  position: absolute;
  left: 0;
  top: -104px;
}
.logo_section img {
  width: 240px;
}

@media (min-width: 768px) {
  .featured-ctas > .container {
    position: relative;
  }

  .logo_section {
    display: block;
  }
}
@media (min-width: 992px) {
  .logo_section {
    top: -150px;
  }
}
@media (min-width: 1150px) {
  .logo_section {
    top: -164px;
  }
  .logo_section img {
    width: 304px;
  }
}
.instagram-feed-control.instagram-feed-bubbles::before, .instagram-feed-control.instagram-feed-bubbles::after {
  display: none;
}
.instagram-feed-control.instagram-feed-bubbles .instagram-content .instagram-icon img {
  width: 50px;
}
.instagram-feed-control .instagram-carousel .swiper-container {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: -30px;
}
.instagram-feed-control .instagram-carousel .swiper-container .swiper-button-prev i,
.instagram-feed-control .instagram-carousel .swiper-container .swiper-button-next i {
  color: #FFF;
}
.instagram-feed-control .instagram-carousel .swiper-container .swiper-button-prev::after,
.instagram-feed-control .instagram-carousel .swiper-container .swiper-button-next::after {
  display: none;
}
.instagram-feed-control .instagram-carousel .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 240px;
  height: 240px;
}

@media (min-width: 768px) {
  .instagram-feed-control {
    padding-bottom: 70px;
  }
  .instagram-feed-control.instagram-feed-bubbles::before, .instagram-feed-control.instagram-feed-bubbles::after {
    display: block;
    mix-blend-mode: color-burn;
    opacity: 1;
  }
  .instagram-feed-control.instagram-feed-bubbles::before {
    background: url(../images/instagram-bubbles-left.svg) no-repeat left -40px bottom 12%/157px auto;
  }
  .instagram-feed-control.instagram-feed-bubbles::after {
    background: url(../images/instagram-bubbles-right.svg) no-repeat right -50% top 70px/607px auto;
  }
}
@media (min-width: 992px) {
  .instagram-feed-control .instagram-carousel .swiper-slide {
    width: 300px;
    height: 300px;
  }
}
body.woocommerce-checkout {
  background-color: #F1F1F1;
}
body.woocommerce-checkout .mm-page,
body.woocommerce-checkout .page-content-wrapper {
  background-color: #F1F1F1;
}
body.woocommerce-checkout #customer_details,
body.woocommerce-checkout .side_summary {
  margin-bottom: 150px;
}
body.woocommerce-checkout .block_additional {
  margin-top: 40px;
}

body.woocommerce-cart .cart-header-container,
body.woocommerce-checkout .cart-header-container {
  margin-top: 0;
}
body.woocommerce-cart .page-content-wrapper,
body.woocommerce-checkout .page-content-wrapper {
  margin-top: 60px;
}
body.woocommerce-cart .desktop-header,
body.woocommerce-checkout .desktop-header {
  box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.05);
}

body.page-checkout-login .desktop-header, body.page-create-account .desktop-header, body.page-my-account .desktop-header {
  box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.05);
}

body.page-create-account .form-group, body.page-my-account .form-group {
  margin-bottom: 15px;
}
body.page-create-account .form-group:last-child, body.page-my-account .form-group:last-child {
  margin-bottom: 0;
}
body.page-create-account .form-group label, body.page-my-account .form-group label {
  font-size: 1em;
}
body.page-create-account .form-group .required, body.page-my-account .form-group .required {
  color: #e20a17 !important;
}
body.page-create-account .form-group input.input-text,
body.page-create-account .form-group input.form-control,
body.page-create-account .form-group textarea, body.page-my-account .form-group input.input-text,
body.page-my-account .form-group input.form-control,
body.page-my-account .form-group textarea {
  font-size: 1em;
  padding: 0 10px;
  background-color: #FFF;
  border: 0;
  height: 40px;
  width: 100%;
  border-radius: 2px;
}
body.page-create-account .form-group textarea, body.page-my-account .form-group textarea {
  resize: none;
  padding: 10px;
}

@media (max-width: 767px) {
  body.page-create-account .page-content-wrapper, body.page-my-account .page-content-wrapper {
    padding-top: 0;
  }
  body.page-create-account .double-text-image-block, body.page-my-account .double-text-image-block {
    padding: 100px 0 40px 0;
  }
  body.page-create-account .double-text-image-block h1, body.page-my-account .double-text-image-block h1 {
    font-size: 2em;
  }
}
@media (min-width: 992px) {
  body.page-checkout-login .page-content-wrapper {
    overflow: hidden;
  }
}
body.woocommerce-order-received {
  background-color: #FFF;
}
body.woocommerce-order-received .mm-page,
body.woocommerce-order-received .page-content-wrapper {
  background-color: #FFF;
}

.woocommerce .related,
.woocommerce-page .related {
  padding-bottom: 90px;
}
.woocommerce .related h2,
.woocommerce-page .related h2 {
  text-align: left;
}
.woocommerce .related > h2,
.woocommerce-page .related > h2 {
  text-align: center;
}
.woocommerce .woocommerce-product-gallery__image:nth-of-type(1),
.woocommerce-page .woocommerce-product-gallery__image:nth-of-type(1) {
  margin-bottom: 20px;
}
.woocommerce li.product .product-flag-container,
.woocommerce-page li.product .product-flag-container {
  margin-bottom: 0;
}
.woocommerce div.product .product-function,
.woocommerce-page div.product .product-function {
  font-size: 1em;
  margin-bottom: 20px;
}
.woocommerce div.product .product_title,
.woocommerce-page div.product .product_title {
  font-size: 2.25em;
  margin-bottom: 15px;
}
.woocommerce div.product .product-flag-container,
.woocommerce-page div.product .product-flag-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}
.woocommerce div.product .product-flag-container .product_flag,
.woocommerce-page div.product .product-flag-container .product_flag {
  top: auto;
  bottom: auto;
  left: auto;
  margin: 10px 10px 10px 0;
}
.woocommerce div.product .product-flag-container .product_flag.icon_bestseller.icon_nudge_up,
.woocommerce-page div.product .product-flag-container .product_flag.icon_bestseller.icon_nudge_up {
  bottom: auto;
}
.woocommerce div.product p.price,
.woocommerce-page div.product p.price {
  font-size: 2.75em;
}
.woocommerce div.product .cw_quantity_select,
.woocommerce-page div.product .cw_quantity_select {
  position: relative;
}
.woocommerce div.product .cw_quantity_select select,
.woocommerce-page div.product .cw_quantity_select select {
  border: 1px solid #E5E5E5;
  padding: 0 20px 0 12px;
  appearance: none;
  -webkit-appearance: none;
}
.woocommerce div.product .cw_quantity_select::after,
.woocommerce-page div.product .cw_quantity_select::after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  font-size: 12px;
  right: 8px;
  top: 50%;
  margin-top: -6px;
  font-weight: 900;
  color: #717171;
  pointer-events: none;
}
.woocommerce div.product .woocommerce-product-details__short-description,
.woocommerce-page div.product .woocommerce-product-details__short-description {
  font-weight: 500;
}
.woocommerce div.product .woocommerce-product-details__short-description > p,
.woocommerce-page div.product .woocommerce-product-details__short-description > p {
  font-size: 1.125em;
}
.woocommerce div.product .woocommerce-product-details__short-description ul,
.woocommerce-page div.product .woocommerce-product-details__short-description ul {
  list-style: none;
  padding: 0;
  left: 0;
}
.woocommerce div.product .woocommerce-product-details__short-description ul li,
.woocommerce-page div.product .woocommerce-product-details__short-description ul li {
  position: relative;
  padding-left: 26px;
}
.woocommerce div.product .woocommerce-product-details__short-description ul li::before,
.woocommerce-page div.product .woocommerce-product-details__short-description ul li::before {
  content: "";
  font-size: 0.8889em;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 1px;
}
.woocommerce div.product form.cart .wcsatt-options-wrapper,
.woocommerce-page div.product form.cart .wcsatt-options-wrapper {
  margin-top: 10px;
}
.woocommerce div.product form.cart .wcsatt-options-wrapper .wcsatt-options-prompt-text-label,
.woocommerce-page div.product form.cart .wcsatt-options-wrapper .wcsatt-options-prompt-text-label {
  font-weight: 500;
}
.woocommerce div.product form.cart .wcsatt-options-wrapper .wcsatt-options-product,
.woocommerce-page div.product form.cart .wcsatt-options-wrapper .wcsatt-options-product {
  padding-left: 0;
}
.woocommerce div.product form.cart .wcsatt-options-wrapper .wcsatt-options-product li label span,
.woocommerce-page div.product form.cart .wcsatt-options-wrapper .wcsatt-options-product li label span {
  font-size: 1em;
  font-weight: 400;
}
.woocommerce div.product form.cart .wcsatt-options-wrapper .wcsatt-options-product li label p,
.woocommerce-page div.product form.cart .wcsatt-options-wrapper .wcsatt-options-product li label p {
  font-size: 1.75em;
  font-family: tenon, sans-serif;
}
.woocommerce div.product form.cart .single_add_to_cart_button.button.alt,
.woocommerce-page div.product form.cart .single_add_to_cart_button.button.alt {
  font-weight: 500;
  transition: background-color 0.2s linear, opacity 0.2s linear;
}
.woocommerce div.product form.cart .single_add_to_cart_button.button.alt:hover,
.woocommerce-page div.product form.cart .single_add_to_cart_button.button.alt:hover {
  opacity: 0.8;
  background: #232350;
  color: #FFF;
}
.woocommerce div.product .best-used-conjunction-header,
.woocommerce-page div.product .best-used-conjunction-header {
  font-size: 1.625em;
}
.woocommerce .quickview-modal--container,
.woocommerce-page .quickview-modal--container {
  padding-top: 40px;
  overflow: hidden;
  overflow-y: scroll;
}
.woocommerce .quickview-modal--container .product-main-container,
.woocommerce-page .quickview-modal--container .product-main-container {
  padding-bottom: 20px;
}
.woocommerce .quickview-modal--container div.product p.price,
.woocommerce-page .quickview-modal--container div.product p.price {
  margin-top: 0;
}

.woocommerce-js.single-product .product-main-container,
.woocommerce-page.single-product .product-main-container {
  margin-bottom: -15px;
}

@media (max-width: 767px) {
  .woocommerce div.product .product_title,
.woocommerce-page div.product .product_title {
    font-size: 1.8em;
  }
  .woocommerce div.product p.price,
.woocommerce-page div.product p.price {
    font-size: 1.75em;
  }
  .woocommerce div.product .best-used-conjunction-container .product-conjunction-form,
.woocommerce-page div.product .best-used-conjunction-container .product-conjunction-form {
    position: relative;
  }
  .woocommerce div.product .best-used-conjunction-container .product-conjunction-form label,
.woocommerce-page div.product .best-used-conjunction-container .product-conjunction-form label {
    font-size: 0.875em;
  }
  .woocommerce div.product .best-used-conjunction-container .product-conjunction-form input[type=checkbox],
.woocommerce-page div.product .best-used-conjunction-container .product-conjunction-form input[type=checkbox] {
    position: absolute;
    left: 0;
    top: 0;
  }
  .woocommerce .quickview-modal--container .product-content-container, .woocommerce.single-product .product-content-container,
.woocommerce-page .quickview-modal--container .product-content-container,
.woocommerce-page.single-product .product-content-container {
    width: 100%;
  }
  .woocommerce .quickview-modal--bg,
.woocommerce-page .quickview-modal--bg {
    top: 87px;
    height: calc(100vh - 87px);
  }
  .woocommerce .quickview-modal--container,
.woocommerce-page .quickview-modal--container {
    padding-top: 20px;
    min-height: auto;
  }
  .woocommerce .quickview-modal--container .product-main-container,
.woocommerce-page .quickview-modal--container .product-main-container {
    padding-bottom: 0;
  }
  .woocommerce .related,
.woocommerce-page .related {
    padding-bottom: 50px;
  }
  .woocommerce .related > h2,
.woocommerce-page .related > h2 {
    margin-bottom: 20px;
  }
  .woocommerce .related ul.products[class*=columns-],
.woocommerce-page .related ul.products[class*=columns-] {
    margin: 0 -15px;
  }
}
@media (max-width: 575px) {
  .woocommerce .quickview-modal--container div.product div.images .woocommerce-product-gallery__wrapper,
.woocommerce-page .quickview-modal--container div.product div.images .woocommerce-product-gallery__wrapper {
    width: 100%;
  }
  .woocommerce .quickview-modal--container div.product div.images .woocommerce-product-gallery__wrapper .prev-img-btn,
.woocommerce-page .quickview-modal--container div.product div.images .woocommerce-product-gallery__wrapper .prev-img-btn {
    transform: translateX(-140px);
  }
  .woocommerce .quickview-modal--container div.product div.images .woocommerce-product-gallery__wrapper .next-img-btn,
.woocommerce-page .quickview-modal--container div.product div.images .woocommerce-product-gallery__wrapper .next-img-btn {
    transform: translateX(140px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .woocommerce-js .quickview-modal--container .product-content-container, .woocommerce-js.single-product .product-content-container,
.woocommerce-page .quickview-modal--container .product-content-container,
.woocommerce-page.single-product .product-content-container {
    margin: 0 auto;
    float: none;
  }
}
@media (max-width: 991px) {
  .woocommerce div.product div.images.woocommerce-product-gallery,
.woocommerce-page div.product div.images.woocommerce-product-gallery {
    float: none;
    width: 100%;
    margin-bottom: 0;
  }
}
.woocommerce-js .block_user_details .woocommerce-billing-fields__field-wrapper,
.woocommerce-js .block_user_details .woocommerce-shipping-fields__field-wrapper,
.woocommerce-js .block_user_details .woocommerce-address-fields__field-wrapper,
.woocommerce-js .block_additional .woocommerce-billing-fields__field-wrapper,
.woocommerce-js .block_additional .woocommerce-shipping-fields__field-wrapper,
.woocommerce-js .block_additional .woocommerce-address-fields__field-wrapper,
.woocommerce-js .account_page .woocommerce-billing-fields__field-wrapper,
.woocommerce-js .account_page .woocommerce-shipping-fields__field-wrapper,
.woocommerce-js .account_page .woocommerce-address-fields__field-wrapper,
.woocommerce-page .block_user_details .woocommerce-billing-fields__field-wrapper,
.woocommerce-page .block_user_details .woocommerce-shipping-fields__field-wrapper,
.woocommerce-page .block_user_details .woocommerce-address-fields__field-wrapper,
.woocommerce-page .block_additional .woocommerce-billing-fields__field-wrapper,
.woocommerce-page .block_additional .woocommerce-shipping-fields__field-wrapper,
.woocommerce-page .block_additional .woocommerce-address-fields__field-wrapper,
.woocommerce-page .account_page .woocommerce-billing-fields__field-wrapper,
.woocommerce-page .account_page .woocommerce-shipping-fields__field-wrapper,
.woocommerce-page .account_page .woocommerce-address-fields__field-wrapper {
  margin: 0 -3px;
}
.woocommerce-js .block_user_details .woocommerce-billing-fields__field-wrapper .wc-address-validation-billing-field a.button,
.woocommerce-js .block_user_details .woocommerce-billing-fields__field-wrapper .wc-address-validation-shipping-field a.button,
.woocommerce-js .block_user_details .woocommerce-shipping-fields__field-wrapper .wc-address-validation-billing-field a.button,
.woocommerce-js .block_user_details .woocommerce-shipping-fields__field-wrapper .wc-address-validation-shipping-field a.button,
.woocommerce-js .block_user_details .woocommerce-address-fields__field-wrapper .wc-address-validation-billing-field a.button,
.woocommerce-js .block_user_details .woocommerce-address-fields__field-wrapper .wc-address-validation-shipping-field a.button,
.woocommerce-js .block_additional .woocommerce-billing-fields__field-wrapper .wc-address-validation-billing-field a.button,
.woocommerce-js .block_additional .woocommerce-billing-fields__field-wrapper .wc-address-validation-shipping-field a.button,
.woocommerce-js .block_additional .woocommerce-shipping-fields__field-wrapper .wc-address-validation-billing-field a.button,
.woocommerce-js .block_additional .woocommerce-shipping-fields__field-wrapper .wc-address-validation-shipping-field a.button,
.woocommerce-js .block_additional .woocommerce-address-fields__field-wrapper .wc-address-validation-billing-field a.button,
.woocommerce-js .block_additional .woocommerce-address-fields__field-wrapper .wc-address-validation-shipping-field a.button,
.woocommerce-js .account_page .woocommerce-billing-fields__field-wrapper .wc-address-validation-billing-field a.button,
.woocommerce-js .account_page .woocommerce-billing-fields__field-wrapper .wc-address-validation-shipping-field a.button,
.woocommerce-js .account_page .woocommerce-shipping-fields__field-wrapper .wc-address-validation-billing-field a.button,
.woocommerce-js .account_page .woocommerce-shipping-fields__field-wrapper .wc-address-validation-shipping-field a.button,
.woocommerce-js .account_page .woocommerce-address-fields__field-wrapper .wc-address-validation-billing-field a.button,
.woocommerce-js .account_page .woocommerce-address-fields__field-wrapper .wc-address-validation-shipping-field a.button,
.woocommerce-page .block_user_details .woocommerce-billing-fields__field-wrapper .wc-address-validation-billing-field a.button,
.woocommerce-page .block_user_details .woocommerce-billing-fields__field-wrapper .wc-address-validation-shipping-field a.button,
.woocommerce-page .block_user_details .woocommerce-shipping-fields__field-wrapper .wc-address-validation-billing-field a.button,
.woocommerce-page .block_user_details .woocommerce-shipping-fields__field-wrapper .wc-address-validation-shipping-field a.button,
.woocommerce-page .block_user_details .woocommerce-address-fields__field-wrapper .wc-address-validation-billing-field a.button,
.woocommerce-page .block_user_details .woocommerce-address-fields__field-wrapper .wc-address-validation-shipping-field a.button,
.woocommerce-page .block_additional .woocommerce-billing-fields__field-wrapper .wc-address-validation-billing-field a.button,
.woocommerce-page .block_additional .woocommerce-billing-fields__field-wrapper .wc-address-validation-shipping-field a.button,
.woocommerce-page .block_additional .woocommerce-shipping-fields__field-wrapper .wc-address-validation-billing-field a.button,
.woocommerce-page .block_additional .woocommerce-shipping-fields__field-wrapper .wc-address-validation-shipping-field a.button,
.woocommerce-page .block_additional .woocommerce-address-fields__field-wrapper .wc-address-validation-billing-field a.button,
.woocommerce-page .block_additional .woocommerce-address-fields__field-wrapper .wc-address-validation-shipping-field a.button,
.woocommerce-page .account_page .woocommerce-billing-fields__field-wrapper .wc-address-validation-billing-field a.button,
.woocommerce-page .account_page .woocommerce-billing-fields__field-wrapper .wc-address-validation-shipping-field a.button,
.woocommerce-page .account_page .woocommerce-shipping-fields__field-wrapper .wc-address-validation-billing-field a.button,
.woocommerce-page .account_page .woocommerce-shipping-fields__field-wrapper .wc-address-validation-shipping-field a.button,
.woocommerce-page .account_page .woocommerce-address-fields__field-wrapper .wc-address-validation-billing-field a.button,
.woocommerce-page .account_page .woocommerce-address-fields__field-wrapper .wc-address-validation-shipping-field a.button {
  width: 100%;
  display: inline-block;
  background: #232350;
  border: none;
  color: #FFF;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  height: 40px;
  text-align: center;
  padding: 12px 10px;
  border-radius: 2px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: background-color 0.2s linear, opacity 0.2s linear;
}
.woocommerce-js .block_user_details .woocommerce-billing-fields__field-wrapper .wc-address-validation-billing-field a.button:hover,
.woocommerce-js .block_user_details .woocommerce-billing-fields__field-wrapper .wc-address-validation-shipping-field a.button:hover,
.woocommerce-js .block_user_details .woocommerce-shipping-fields__field-wrapper .wc-address-validation-billing-field a.button:hover,
.woocommerce-js .block_user_details .woocommerce-shipping-fields__field-wrapper .wc-address-validation-shipping-field a.button:hover,
.woocommerce-js .block_user_details .woocommerce-address-fields__field-wrapper .wc-address-validation-billing-field a.button:hover,
.woocommerce-js .block_user_details .woocommerce-address-fields__field-wrapper .wc-address-validation-shipping-field a.button:hover,
.woocommerce-js .block_additional .woocommerce-billing-fields__field-wrapper .wc-address-validation-billing-field a.button:hover,
.woocommerce-js .block_additional .woocommerce-billing-fields__field-wrapper .wc-address-validation-shipping-field a.button:hover,
.woocommerce-js .block_additional .woocommerce-shipping-fields__field-wrapper .wc-address-validation-billing-field a.button:hover,
.woocommerce-js .block_additional .woocommerce-shipping-fields__field-wrapper .wc-address-validation-shipping-field a.button:hover,
.woocommerce-js .block_additional .woocommerce-address-fields__field-wrapper .wc-address-validation-billing-field a.button:hover,
.woocommerce-js .block_additional .woocommerce-address-fields__field-wrapper .wc-address-validation-shipping-field a.button:hover,
.woocommerce-js .account_page .woocommerce-billing-fields__field-wrapper .wc-address-validation-billing-field a.button:hover,
.woocommerce-js .account_page .woocommerce-billing-fields__field-wrapper .wc-address-validation-shipping-field a.button:hover,
.woocommerce-js .account_page .woocommerce-shipping-fields__field-wrapper .wc-address-validation-billing-field a.button:hover,
.woocommerce-js .account_page .woocommerce-shipping-fields__field-wrapper .wc-address-validation-shipping-field a.button:hover,
.woocommerce-js .account_page .woocommerce-address-fields__field-wrapper .wc-address-validation-billing-field a.button:hover,
.woocommerce-js .account_page .woocommerce-address-fields__field-wrapper .wc-address-validation-shipping-field a.button:hover,
.woocommerce-page .block_user_details .woocommerce-billing-fields__field-wrapper .wc-address-validation-billing-field a.button:hover,
.woocommerce-page .block_user_details .woocommerce-billing-fields__field-wrapper .wc-address-validation-shipping-field a.button:hover,
.woocommerce-page .block_user_details .woocommerce-shipping-fields__field-wrapper .wc-address-validation-billing-field a.button:hover,
.woocommerce-page .block_user_details .woocommerce-shipping-fields__field-wrapper .wc-address-validation-shipping-field a.button:hover,
.woocommerce-page .block_user_details .woocommerce-address-fields__field-wrapper .wc-address-validation-billing-field a.button:hover,
.woocommerce-page .block_user_details .woocommerce-address-fields__field-wrapper .wc-address-validation-shipping-field a.button:hover,
.woocommerce-page .block_additional .woocommerce-billing-fields__field-wrapper .wc-address-validation-billing-field a.button:hover,
.woocommerce-page .block_additional .woocommerce-billing-fields__field-wrapper .wc-address-validation-shipping-field a.button:hover,
.woocommerce-page .block_additional .woocommerce-shipping-fields__field-wrapper .wc-address-validation-billing-field a.button:hover,
.woocommerce-page .block_additional .woocommerce-shipping-fields__field-wrapper .wc-address-validation-shipping-field a.button:hover,
.woocommerce-page .block_additional .woocommerce-address-fields__field-wrapper .wc-address-validation-billing-field a.button:hover,
.woocommerce-page .block_additional .woocommerce-address-fields__field-wrapper .wc-address-validation-shipping-field a.button:hover,
.woocommerce-page .account_page .woocommerce-billing-fields__field-wrapper .wc-address-validation-billing-field a.button:hover,
.woocommerce-page .account_page .woocommerce-billing-fields__field-wrapper .wc-address-validation-shipping-field a.button:hover,
.woocommerce-page .account_page .woocommerce-shipping-fields__field-wrapper .wc-address-validation-billing-field a.button:hover,
.woocommerce-page .account_page .woocommerce-shipping-fields__field-wrapper .wc-address-validation-shipping-field a.button:hover,
.woocommerce-page .account_page .woocommerce-address-fields__field-wrapper .wc-address-validation-billing-field a.button:hover,
.woocommerce-page .account_page .woocommerce-address-fields__field-wrapper .wc-address-validation-shipping-field a.button:hover {
  opacity: 0.8;
  background: #232350;
  color: #FFF;
}
.woocommerce-js .form-row label,
.woocommerce-page .form-row label {
  font-size: 1em;
}
.woocommerce-js .form-row .required,
.woocommerce-page .form-row .required {
  color: #e20a17 !important;
}
.woocommerce-js .form-row input.input-text,
.woocommerce-js .form-row textarea,
.woocommerce-page .form-row input.input-text,
.woocommerce-page .form-row textarea {
  padding: 0 10px;
  background-color: #FFF;
  border: 0;
  height: 40px;
  width: 100%;
  border-radius: 2px;
}
.woocommerce-js .form-row textarea,
.woocommerce-page .form-row textarea {
  resize: none;
  padding: 10px;
}
.woocommerce-js .form-row .select2-container--default .select2-selection--single,
.woocommerce-page .form-row .select2-container--default .select2-selection--single {
  border: 0;
  border-radius: 2px;
  height: 40px;
}
.woocommerce-js .form-row .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-page .form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}
.woocommerce-js .form-row .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce-page .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}
.woocommerce-js .form-row .select2-container--default .select2-selection--single .select2-selection__arrow b,
.woocommerce-page .form-row .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: transparent;
}
.woocommerce-js .form-row .select2-container--default .select2-selection--single .select2-selection__arrow b::before,
.woocommerce-page .form-row .select2-container--default .select2-selection--single .select2-selection__arrow b::before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  font-size: 12px;
  line-height: 1;
  right: -3px;
  top: -8px;
  font-weight: 900;
  color: #717171;
  pointer-events: none;
}
.woocommerce-js .form-row .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b::before,
.woocommerce-page .form-row .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b::before {
  content: "";
  top: -4px;
}
.woocommerce-js .form-row.form-group,
.woocommerce-page .form-row.form-group {
  margin-bottom: 20px;
  padding: 0;
}
.woocommerce-js .form-row.form-group label,
.woocommerce-page .form-row.form-group label {
  line-height: 1.125;
}
.woocommerce-js .form-row .woocommerce-input-wrapper b,
.woocommerce-js .form-row .woocommerce-input-wrapper strong,
.woocommerce-page .form-row .woocommerce-input-wrapper b,
.woocommerce-page .form-row .woocommerce-input-wrapper strong {
  font-weight: 500;
}
.woocommerce-js .side_summary .prods_breakdown,
.woocommerce-page .side_summary .prods_breakdown {
  width: 100%;
}
.woocommerce-js .side_summary .prods_breakdown .prod_row_el,
.woocommerce-page .side_summary .prods_breakdown .prod_row_el {
  display: flex;
  background-color: #F1F1F1;
  margin-bottom: 2px;
}
.woocommerce-js .side_summary .prods_breakdown .prod_row_el .pr_el_img,
.woocommerce-page .side_summary .prods_breakdown .prod_row_el .pr_el_img {
  width: 33.333%;
  padding: 10px;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce-js .side_summary .prods_breakdown .prod_row_el .pr_el_content,
.woocommerce-page .side_summary .prods_breakdown .prod_row_el .pr_el_content {
  width: 66.666%;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-js .side_summary .prods_breakdown .prod_row_el .pr_el_content .pr_name,
.woocommerce-page .side_summary .prods_breakdown .prod_row_el .pr_el_content .pr_name {
  font-size: 1em;
  font-weight: 500;
  margin-bottom: 20px;
}
.woocommerce-js .side_summary .prods_breakdown .prod_row_el .pr_el_content .pr_name strong,
.woocommerce-page .side_summary .prods_breakdown .prod_row_el .pr_el_content .pr_name strong {
  font-weight: 400;
}
.woocommerce-js .side_summary .prods_breakdown .prod_row_el .pr_el_content .pr_total,
.woocommerce-page .side_summary .prods_breakdown .prod_row_el .pr_el_content .pr_total {
  font-size: 1em;
  font-family: tenon, sans-serif;
  margin-top: auto;
  margin-left: auto;
}
.woocommerce-js .summary_box,
.woocommerce-page .summary_box {
  background-color: #E5E5E5;
  padding: 20px;
}
.woocommerce-js .summary_box .woocommerce-checkout-review-order-table .shop_table tfoot tr th,
.woocommerce-js .summary_box .woocommerce-checkout-review-order-table .shop_table tfoot tr td,
.woocommerce-page .summary_box .woocommerce-checkout-review-order-table .shop_table tfoot tr th,
.woocommerce-page .summary_box .woocommerce-checkout-review-order-table .shop_table tfoot tr td {
  border: 0;
}
.woocommerce-js .summary_box .woocommerce-checkout-review-order-table .shop_table tfoot tr th,
.woocommerce-page .summary_box .woocommerce-checkout-review-order-table .shop_table tfoot tr th {
  font-weight: 500;
}
.woocommerce-js .summary_box .woocommerce-checkout-review-order-table .shop_table tfoot tr td,
.woocommerce-page .summary_box .woocommerce-checkout-review-order-table .shop_table tfoot tr td {
  text-align: right;
}
.woocommerce-js .summary_box .woocommerce-checkout-review-order-table .shop_table tfoot tr.order-total td,
.woocommerce-page .summary_box .woocommerce-checkout-review-order-table .shop_table tfoot tr.order-total td {
  font-size: 1.563em;
}
.woocommerce-js .summary_box .woocommerce-checkout-review-order-table .shop_table tfoot tr.order-total td strong,
.woocommerce-page .summary_box .woocommerce-checkout-review-order-table .shop_table tfoot tr.order-total td strong {
  font-weight: 400;
}
.woocommerce-js .summary_box form.checkout_coupon,
.woocommerce-page .summary_box form.checkout_coupon {
  border: 0;
  padding: 0;
  border-radius: 0;
  font-size: 1em;
  font-weight: 500;
}
.woocommerce-js .summary_box form.checkout_coupon p,
.woocommerce-page .summary_box form.checkout_coupon p {
  margin-bottom: 12px;
}
.woocommerce-js .summary_box form.checkout_coupon .field_coupon,
.woocommerce-page .summary_box form.checkout_coupon .field_coupon {
  display: flex;
  justify-content: space-between;
}
.woocommerce-js .summary_box form.checkout_coupon .form-row,
.woocommerce-page .summary_box form.checkout_coupon .form-row {
  padding: 0;
  margin: 0;
  width: 48%;
}
.woocommerce-js .summary_box form.checkout_coupon .form-row input,
.woocommerce-page .summary_box form.checkout_coupon .form-row input {
  font-weight: 400;
}
.woocommerce-js .summary_box form.checkout_coupon .form-row button,
.woocommerce-page .summary_box form.checkout_coupon .form-row button {
  width: 100%;
  display: inline-block;
  background: #232350;
  border: none;
  color: #FFF;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  height: 40px;
  text-align: center;
  padding: 0 10px;
  border-radius: 2px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: background-color 0.2s linear, opacity 0.2s linear;
}
.woocommerce-js .summary_box form.checkout_coupon .form-row button:hover,
.woocommerce-page .summary_box form.checkout_coupon .form-row button:hover {
  opacity: 0.8;
  background: #232350;
  color: #FFF;
}
.woocommerce-js .woocommerce-order,
.woocommerce-page .woocommerce-order {
  margin-bottom: 120px;
}
.woocommerce-js .woocommerce-order h1,
.woocommerce-page .woocommerce-order h1 {
  font-size: 2.75em;
  margin-bottom: 20px;
}
.woocommerce-js .woocommerce-order .order_details_box,
.woocommerce-page .woocommerce-order .order_details_box {
  background-color: #f7f7f7;
  padding: 20px;
}
.woocommerce-js .woocommerce-order .order_details_box p:last-child,
.woocommerce-page .woocommerce-order .order_details_box p:last-child {
  margin-bottom: 0;
}
.woocommerce-js .woocommerce-order ul.order_details,
.woocommerce-page .woocommerce-order ul.order_details {
  padding-left: 0;
  margin-bottom: 1em;
}
.woocommerce-js .woocommerce-order ul.order_details li,
.woocommerce-page .woocommerce-order ul.order_details li {
  padding: 0;
  border: 0;
  text-transform: capitalize;
  font-size: 1em;
  font-weight: 500;
}
.woocommerce-js .woocommerce-order ul.order_details li strong,
.woocommerce-page .woocommerce-order ul.order_details li strong {
  font-size: 1em;
  font-weight: 400;
}
.woocommerce-js .woocommerce-order .woocommerce-order-details tfoot th,
.woocommerce-js .woocommerce-order .woocommerce-order-details tfoot td,
.woocommerce-page .woocommerce-order .woocommerce-order-details tfoot th,
.woocommerce-page .woocommerce-order .woocommerce-order-details tfoot td {
  font-weight: 500;
}
.woocommerce-js .woocommerce-order .btn_continue,
.woocommerce-page .woocommerce-order .btn_continue {
  margin: 30px 0;
}
.woocommerce-js .woocommerce-order .followus_block,
.woocommerce-page .woocommerce-order .followus_block {
  font-weight: 500;
  font-size: 1em;
}
.woocommerce-js .woocommerce-order .followus_block ul,
.woocommerce-page .woocommerce-order .followus_block ul {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  display: flex;
  justify-content: center;
}
.woocommerce-js .woocommerce-order .followus_block ul li,
.woocommerce-page .woocommerce-order .followus_block ul li {
  margin: 10px;
  width: 40px;
  height: 40px;
  background-color: #ffedc9;
  border-radius: 50px;
  transition: opacity 200ms linear;
}
.woocommerce-js .woocommerce-order .followus_block ul li a,
.woocommerce-page .woocommerce-order .followus_block ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce-js .woocommerce-order .followus_block ul li:hover,
.woocommerce-page .woocommerce-order .followus_block ul li:hover {
  opacity: 0.8;
}
.woocommerce-js .woocommerce-order .followus_block ul li img,
.woocommerce-page .woocommerce-order .followus_block ul li img {
  height: 22px;
}
.woocommerce-js .woocommerce-order .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce-js .woocommerce-order .woocommerce-customer-details .woocommerce-customer-details--phone,
.woocommerce-page .woocommerce-order .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce-page .woocommerce-order .woocommerce-customer-details .woocommerce-customer-details--phone {
  padding-bottom: 10px;
  position: relative;
}
.woocommerce-js .woocommerce-order .woocommerce-customer-details .woocommerce-customer-details--email::before,
.woocommerce-js .woocommerce-order .woocommerce-customer-details .woocommerce-customer-details--phone::before,
.woocommerce-page .woocommerce-order .woocommerce-customer-details .woocommerce-customer-details--email::before,
.woocommerce-page .woocommerce-order .woocommerce-customer-details .woocommerce-customer-details--phone::before {
  top: -4px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #232350;
}

body.woocommerce-checkout #payment {
  background: unset;
}
body.woocommerce-checkout #payment.woocommerce-checkout-payment ul.payment_methods {
  border: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
body.woocommerce-checkout #payment.woocommerce-checkout-payment ul.payment_methods li input {
  display: none;
  position: absolute;
}
body.woocommerce-checkout #payment.woocommerce-checkout-payment ul.payment_methods li input + label {
  position: relative;
  cursor: pointer;
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 30px;
  line-height: 1.5;
}
body.woocommerce-checkout #payment.woocommerce-checkout-payment ul.payment_methods li input + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: #FFF;
  border: 1px solid #E5E5E5;
  border-radius: 2px;
  transition: border 0.2s linear;
}
body.woocommerce-checkout #payment.woocommerce-checkout-payment ul.payment_methods li input + label::after {
  content: "";
  color: #232550;
  height: 100%;
  font-size: 16px;
  font-family: "Font Awesome 5 Pro";
  -webkit-font-smoothing: antialiased;
  font-variant: normal;
  font-weight: 700;
  line-height: 16px;
  opacity: 0;
  position: absolute;
  text-rendering: auto;
  transition: opacity 0.1s linear;
  top: 2px;
  left: 2px;
  width: 100%;
}
body.woocommerce-checkout #payment.woocommerce-checkout-payment ul.payment_methods li input + label > a {
  font-weight: 500;
  text-decoration: underline;
  position: relative;
  z-index: 1;
}
body.woocommerce-checkout #payment.woocommerce-checkout-payment ul.payment_methods li input + label > a:hover {
  text-decoration: none;
}
body.woocommerce-checkout #payment.woocommerce-checkout-payment ul.payment_methods li input + label > a.about_paypal {
  width: 100%;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 10px;
}
body.woocommerce-checkout #payment.woocommerce-checkout-payment ul.payment_methods li input.input-radio + label::before {
  border-radius: 20px;
}
body.woocommerce-checkout #payment.woocommerce-checkout-payment ul.payment_methods li input.input-radio + label::after {
  content: "";
  background-color: #232550;
  opacity: 0;
  position: absolute;
  text-rendering: auto;
  transition: opacity 0.1s linear;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
}
body.woocommerce-checkout #payment.woocommerce-checkout-payment ul.payment_methods li input:checked + label::before {
  border-color: #232550;
}
body.woocommerce-checkout #payment.woocommerce-checkout-payment ul.payment_methods li input:checked + label::after {
  opacity: 1;
}
body.woocommerce-checkout #payment.woocommerce-checkout-payment ul.payment_methods li.payment_method_paypal input + label::before {
  top: 15px;
}
body.woocommerce-checkout #payment.woocommerce-checkout-payment ul.payment_methods li.payment_method_paypal input + label::after {
  top: 20px;
}
body.woocommerce-checkout #payment.woocommerce-checkout-payment ul.payment_methods div.payment_box {
  padding: 0;
  background: unset;
  margin-top: 0;
}
body.woocommerce-checkout #payment.woocommerce-checkout-payment ul.payment_methods div.payment_box::before {
  display: none;
}
body.woocommerce-checkout #payment.woocommerce-checkout-payment ul.payment_methods div.payment_box .form-row {
  padding: 0;
  margin-bottom: 0;
}
body.woocommerce-checkout #payment.woocommerce-checkout-payment ul.payment_methods div.payment_box .form-row:first-child {
  margin-bottom: 0.5em;
}
body.woocommerce-checkout #payment.woocommerce-checkout-payment ul.payment_methods div.payment_box .form-row .wc-stripe-elements-field {
  margin-top: 0;
  border: 0;
  border-radius: 2px;
  padding: 11px 5px;
}
body.woocommerce-checkout #payment.woocommerce-checkout-payment ul.payment_methods div.payment_box .wc-credit-card-form {
  margin-top: 0;
}
body.woocommerce-checkout #payment.woocommerce-checkout-payment ul.payment_methods div.payment_box .wc-credit-card-form br {
  display: none;
}
body.woocommerce-checkout #payment.woocommerce-checkout-payment ul.payment_methods div.payment_box.payment_method_stripe p {
  margin-bottom: 15px;
}
body.woocommerce-checkout #payment.woocommerce-checkout-payment ul.payment_methods div.payment_box.payment_method_stripe p.woocommerce-SavedPaymentMethods-saveNew {
  margin-bottom: 0;
  margin-top: 15px;
}
body.woocommerce-checkout #payment.woocommerce-checkout-payment table.shop_table {
  margin: 0 0 24px 0;
}
body.woocommerce-checkout #payment.woocommerce-checkout-payment table.shop_table th,
body.woocommerce-checkout #payment.woocommerce-checkout-payment table.shop_table td {
  border: none;
  padding-top: 3px;
  padding-bottom: 3px;
}
body.woocommerce-checkout #payment.woocommerce-checkout-payment table.shop_table tfoot th {
  font-weight: 400;
  padding-left: 0;
}
body.woocommerce-checkout #payment.woocommerce-checkout-payment table.shop_table tfoot td {
  text-align: right;
  padding-right: 0;
}
body.woocommerce-checkout #payment.woocommerce-checkout-payment .place-order {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
body.woocommerce-checkout #payment.woocommerce-checkout-payment .place-order #place_order {
  width: 100%;
  display: inline-block;
  background: #232350;
  border: none;
  color: #FFF;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  height: 40px;
  text-align: center;
  padding: 0 10px;
  border-radius: 2px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: background-color 0.2s linear, opacity 0.2s linear;
}
body.woocommerce-checkout #payment.woocommerce-checkout-payment .place-order #place_order:hover {
  opacity: 0.8;
  background: #232350;
  color: #FFF;
}

@media (max-width: 767px) {
  body.woocommerce-checkout #customer_details {
    margin-bottom: 40px;
  }
  body.woocommerce-checkout .side_summary {
    margin-bottom: 50px;
  }

  body.woocommerce-cart #customer_details,
body.woocommerce-checkout #customer_details {
    margin-bottom: 40px;
  }
  body.woocommerce-cart .side_summary,
body.woocommerce-checkout .side_summary {
    margin-bottom: 50px;
  }
  body.woocommerce-cart .page-content-wrapper,
body.woocommerce-checkout .page-content-wrapper {
    margin-top: 40px;
  }

  .woocommerce-js .woocommerce-order,
.woocommerce-page .woocommerce-order {
    margin-bottom: 40px;
  }
  .woocommerce-js .woocommerce-order h1,
.woocommerce-page .woocommerce-order h1 {
    font-size: 2em;
    margin-bottom: 16px;
  }
  .woocommerce-js .woocommerce-order .double-text-image-block,
.woocommerce-page .woocommerce-order .double-text-image-block {
    padding: 0;
  }
  .woocommerce-js .woocommerce-order ul.order_details li,
.woocommerce-page .woocommerce-order ul.order_details li {
    width: 50%;
    margin-right: 0;
  }
  .woocommerce-js .woocommerce-order ul.order_details li.woocommerce-order-overview__email,
.woocommerce-page .woocommerce-order ul.order_details li.woocommerce-order-overview__email {
    width: 100%;
  }
  .woocommerce-js .woocommerce-order .woocommerce-customer-details,
.woocommerce-page .woocommerce-order .woocommerce-customer-details {
    margin-bottom: 0;
  }
  .woocommerce-js .woocommerce-order .woocommerce-order-details,
.woocommerce-page .woocommerce-order .woocommerce-order-details {
    margin-top: 1em;
  }
  .woocommerce-js .woocommerce-order .woocommerce-customer-details > h2,
.woocommerce-js .woocommerce-order .woocommerce-order-details > h2,
.woocommerce-page .woocommerce-order .woocommerce-customer-details > h2,
.woocommerce-page .woocommerce-order .woocommerce-order-details > h2 {
    font-size: 1.8em;
    text-align: center;
    margin-bottom: 16px;
  }
}
@media (min-width: 1150px) {
  .woocommerce-page .side_summary {
    float: right;
    width: 410px;
  }
}
@media (min-width: 992px) {
  body.woocommerce-checkout #payment.woocommerce-checkout-payment ul.payment_methods li input + label > a.about_paypal {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .woocommerce-js .woocommerce-order ul.order_details li,
.woocommerce-page .woocommerce-order ul.order_details li {
    width: 100%;
    margin: 0 0 6px 0;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
}
.woocommerce-shipping-fields h3 label,
.block_user_details .woocommerce-account-fields > .form-row > label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}
.woocommerce-shipping-fields h3 label input,
.block_user_details .woocommerce-account-fields > .form-row > label input {
  display: none !important;
  position: absolute;
}
.woocommerce-shipping-fields h3 label input + span::before,
.block_user_details .woocommerce-account-fields > .form-row > label input + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: #FFF;
  border: 1px solid #E5E5E5;
  border-radius: 2px;
  transition: border 0.2s linear;
}
.woocommerce-shipping-fields h3 label input + span::after,
.block_user_details .woocommerce-account-fields > .form-row > label input + span::after {
  content: "";
  color: #232550;
  height: 100%;
  font-size: 16px;
  font-family: "Font Awesome 5 Pro";
  -webkit-font-smoothing: antialiased;
  font-variant: normal;
  font-weight: 700;
  line-height: 16px;
  opacity: 0;
  position: absolute;
  text-rendering: auto;
  transition: opacity 0.1s linear;
  top: 2px;
  left: 2px;
  width: 100%;
}
.woocommerce-shipping-fields h3 label input + span > a,
.block_user_details .woocommerce-account-fields > .form-row > label input + span > a {
  font-weight: 500;
  text-decoration: underline;
  position: relative;
  z-index: 1;
}
.woocommerce-shipping-fields h3 label input + span > a:hover,
.block_user_details .woocommerce-account-fields > .form-row > label input + span > a:hover {
  text-decoration: none;
}
.woocommerce-shipping-fields h3 label input:checked + span::before,
.block_user_details .woocommerce-account-fields > .form-row > label input:checked + span::before {
  border-color: #232550;
}
.woocommerce-shipping-fields h3 label input:checked + span::after,
.block_user_details .woocommerce-account-fields > .form-row > label input:checked + span::after {
  opacity: 1;
}

#engagement_cloud_checkbox_field label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}
#engagement_cloud_checkbox_field input {
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  cursor: pointer;
}
#engagement_cloud_checkbox_field input::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: #FFF;
  border: 1px solid #E5E5E5;
  border-radius: 2px;
  transition: border 0.2s linear;
}
#engagement_cloud_checkbox_field input::after {
  content: "";
  color: #232550;
  height: 100%;
  font-size: 16px;
  font-family: "Font Awesome 5 Pro";
  -webkit-font-smoothing: antialiased;
  font-variant: normal;
  font-weight: 700;
  line-height: 16px;
  opacity: 0;
  position: absolute;
  text-rendering: auto;
  transition: opacity 0.1s linear;
  top: 2px;
  left: 2px;
  width: 100%;
}
#engagement_cloud_checkbox_field input:checked::before {
  border-color: #232550;
}
#engagement_cloud_checkbox_field input:checked::after {
  opacity: 1;
}

.icon_confirmation {
  margin: 0 auto 20px;
}

.font40 {
  font-size: 2.5em;
}

.font36 {
  font-size: 2.25em;
}

.checkout_sign {
  position: relative;
  margin-top: 60px;
  margin-bottom: 160px;
}
.checkout_sign .header-paw-icon {
  display: none;
  opacity: 0.03;
  font-size: 40em;
  top: -40px;
  right: 50%;
  margin-right: -800px;
  z-index: -1;
}

.box_shadow {
  padding: 40px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.box_shadow .nav-pills {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
  display: flex;
}
.box_shadow .nav-pills li {
  margin-right: 10px;
}
.box_shadow .nav-pills li a {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 500;
  color: #232550;
  background-color: #E5E5E5;
  border-radius: 2px;
  padding: 5px 10px;
  text-decoration: none;
  transition: background-color 0.2s linear, color 0.2s linear;
}
.box_shadow .nav-pills li a:hover {
  background-color: #CCC;
}
.box_shadow .nav-pills li.active a {
  color: #FFF;
  background-color: #232550;
}
.box_shadow .form-row {
  margin-bottom: 15px;
}
.box_shadow .form-row:last-child {
  margin-bottom: 0;
}
.box_shadow .form-row input.input-text {
  background-color: #F7F7F7;
}
.box_shadow .form-group {
  margin-bottom: 15px;
}
.box_shadow .form-group:last-child {
  margin-bottom: 0;
}
.box_shadow .form-group label {
  font-size: 1em;
}
.box_shadow .form-group .required {
  color: #e20a17 !important;
}
.box_shadow .form-group input.input-text,
.box_shadow .form-group textarea {
  font-size: 1em;
  padding: 0 10px;
  background-color: #FFF;
  border: 0;
  height: 40px;
  width: 100%;
  border-radius: 2px;
  background-color: #F7F7F7;
}
.box_shadow .form-group textarea {
  resize: none;
  padding: 10px;
}

.form-row.form-row-checkbox label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}
.form-row.form-row-checkbox label input {
  display: none;
  position: absolute;
}
.form-row.form-row-checkbox label input + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: #FFF;
  border: 1px solid #E5E5E5;
  border-radius: 2px;
  transition: border 0.2s linear;
}
.form-row.form-row-checkbox label input + span::after {
  content: "";
  color: #232550;
  height: 100%;
  font-size: 1em;
  font-family: "Font Awesome 5 Pro";
  -webkit-font-smoothing: antialiased;
  font-variant: normal;
  font-weight: 700;
  line-height: 1em;
  opacity: 0;
  position: absolute;
  text-rendering: auto;
  transition: opacity 0.1s linear;
  top: 2px;
  left: 2px;
  width: 100%;
}
.form-row.form-row-checkbox label input + span > a {
  font-weight: 500;
  text-decoration: underline;
  position: relative;
  z-index: 1;
}
.form-row.form-row-checkbox label input + span > a:hover {
  text-decoration: none;
}
.form-row.form-row-checkbox label input:checked + span::before {
  border-color: #232550;
}
.form-row.form-row-checkbox label input:checked + span::after {
  opacity: 1;
}

.box_empty {
  margin-top: 100px;
  text-align: center;
}
.box_empty p {
  font-size: 20px;
  line-height: 1.5;
}
.box_empty .btn {
  width: 100%;
  background-color: #1E8FCD;
}
.box_empty .btn:hover {
  background-color: #232350;
}

.tb_logins .tab_log_item {
  display: none;
}
.tb_logins .tab_log_item.is-open {
  display: block;
}
.tb_logins .tab_log_item > .woocommerce-privacy-policy-text {
  display: none;
}

@media (max-width: 767px) {
  .font40 {
    font-size: 2em;
  }

  .font36 {
    font-size: 1.85em;
  }

  .box_shadow {
    padding: 20px;
  }

  .box_empty {
    margin-top: 40px;
  }
  .box_empty p {
    font-size: 1.125em;
  }

  .checkout_sign {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .checkout_sign .header-paw-icon {
    display: block;
  }
}
@media (max-width: 767px) {
  .account_illustration {
    display: none;
  }
}
.sign-up-account--link {
  font-weight: 500;
  transition: color 200ms linear;
}
.sign-up-account--link::after {
  border-color: #232350;
}
.sign-up-account--link:focus {
  text-decoration: none;
}

.woocommerce-account .my-account-menu nav {
  float: none;
  width: 100%;
  padding: 20px 0 0 0;
}
.woocommerce-account .my-account-menu nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.woocommerce-account .my-account-menu nav ul li {
  position: relative;
  padding-left: 34px;
}
.woocommerce-account .my-account-menu nav ul li::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #FFF;
  border: 1px solid #E5E5E5;
  position: absolute;
  top: 0;
  left: 0;
}
.woocommerce-account .my-account-menu nav ul li::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 20px;
  background-color: #232350;
  position: absolute;
  top: 6px;
  left: 6px;
  opacity: 0;
}
.woocommerce-account .my-account-menu nav ul li a {
  font-size: 1.125em;
  font-weight: 400;
}
.woocommerce-account .my-account-menu nav ul li.is-active::after {
  opacity: 1;
}
.woocommerce-account .my-account-menu nav ul li.is-active a {
  font-weight: 500;
}
.woocommerce-account .my-account-menu nav ul li:last-child {
  margin-bottom: 0;
}
.woocommerce-account .my-account-menu .user_photo_side {
  width: 80px;
  position: relative;
  margin-bottom: 1em;
}
.woocommerce-account .my-account-menu .user_photo_side > img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  overflow: hidden;
}
.woocommerce-account .my-account-menu .user_photo_side .edit_icon {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #232350;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 200ms ease;
}
.woocommerce-account .my-account-menu .user_photo_side .edit_icon:hover {
  background-color: #42437e;
}
.woocommerce-account .my-account-menu .user_photo_side .edit_icon img {
  width: 16px;
  height: auto;
}
.woocommerce-account .customer-order {
  display: flex;
  align-items: center;
}
.woocommerce-account .customer-order .order_cell {
  padding: 10px;
  flex: 2;
}
.woocommerce-account .customer-order .order_cell.order_img {
  width: 60px;
  flex: 0 0 60px;
  max-width: 60px;
}
.woocommerce-account .customer-order .order_cell.last {
  flex: 1;
  text-align: right;
}
.woocommerce-account .customer-order .order_cell strong {
  font-weight: 500;
}
.woocommerce-account .customer-order .order_cell .price.lead {
  margin: 0;
  font-family: tenon, sans-serif;
}
.woocommerce-account .customer-order:first-child {
  margin-top: 10px;
}
.woocommerce-account .customer-order:nth-child(odd) {
  background-color: #d5eefa;
}
.woocommerce-account mark,
.woocommerce-account .mark {
  background-color: #d5eefa;
}
.woocommerce-account table.shop_table {
  width: 100%;
}
.woocommerce-account table.shop_table strong {
  font-weight: 500;
}
.woocommerce-account table.shop_table td {
  font-family: franklin-gothic-urw, sans-serif;
}
.woocommerce-account table.shop_table td.woocommerce-orders-table__cell-order-actions a {
  width: auto;
  display: inline-block;
  background: #232350;
  border: none;
  color: #FFF;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  height: 40px;
  text-align: center;
  padding: 12px 10px;
  border-radius: 2px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  transition: background-color 0.2s linear, opacity 0.2s linear;
}
.woocommerce-account table.shop_table td.woocommerce-orders-table__cell-order-actions a:hover {
  opacity: 0.8;
  background: #232350;
  color: #FFF;
}
.woocommerce-account table.shop_table td.woocommerce-orders-table__cell-order-actions a:last-child {
  margin-bottom: 0;
}
.woocommerce-account table.shop_table td.woocommerce-orders-table__cell-order-actions::before {
  display: none;
}
.woocommerce-account table.shop_table:not(.order_details) tbody tr:nth-child(odd) {
  background-color: #d5eefa;
}
.woocommerce-account table.shop_table tfoot th,
.woocommerce-account table.shop_table tfoot td {
  font-weight: 500;
}
.woocommerce-account .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce-account .woocommerce-customer-details .woocommerce-customer-details--phone {
  padding-bottom: 10px;
  position: relative;
}
.woocommerce-account .woocommerce-customer-details .woocommerce-customer-details--email::before,
.woocommerce-account .woocommerce-customer-details .woocommerce-customer-details--phone::before {
  top: -4px;
}
.woocommerce-account form button[type=submit] {
  margin-top: 20px;
}
.woocommerce-account form fieldset {
  margin-bottom: 6px;
}
.woocommerce-account form select {
  background-color: #FFF;
  border: 0;
  border-radius: 2px;
}
.woocommerce-account form button.button,
.woocommerce-account form button {
  display: inline-block;
  background: #232350;
  border: none;
  color: #FFF;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  height: 40px;
  text-align: center;
  padding: 12px 10px;
  border-radius: 2px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: background-color 0.2s linear, opacity 0.2s linear;
}
.woocommerce-account form button.button:hover,
.woocommerce-account form button:hover {
  opacity: 0.8;
  background: #232350;
  color: #FFF;
}
.woocommerce-account .account-row:not(.account-inner-row):nth-child(2) {
  margin-top: 0;
}
.woocommerce-account header a.edit,
.woocommerce-account .account-dashboard-heading > a {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 500;
  color: #232550;
  background-color: #f7f7f7;
  border-radius: 2px;
  padding: 5px 10px;
  text-decoration: none;
  transition: background-color 0.2s linear, color 0.2s linear;
}
.woocommerce-account header a.edit:hover,
.woocommerce-account .account-dashboard-heading > a:hover {
  background-color: #E5E5E5;
}
.woocommerce-account a.button {
  display: inline-block;
  background: #232350;
  border: none;
  color: #FFF;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  height: 40px;
  text-align: center;
  padding: 12px 10px;
  border-radius: 2px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: background-color 0.2s linear, opacity 0.2s linear;
}
.woocommerce-account a.button:hover {
  opacity: 0.8;
  background: #232350;
  color: #FFF;
}

@media (max-width: 767px) {
  .woocommerce-account .my-account-menu {
    margin-bottom: 40px;
  }
  .woocommerce-account .account-row .account-dashboard-content-area {
    margin-bottom: 4em;
  }
  .woocommerce-account .row.account-inner-row .col-xs-12:last-child {
    margin-top: 40px;
  }
  .woocommerce-account table.shop_table td.woocommerce-orders-table__cell-order-actions a {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .woocommerce-account table.shop_table td.woocommerce-orders-table__cell-order-actions a {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .woocommerce-account table.shop_table td.woocommerce-orders-table__cell-order-actions a:last-child {
    margin-right: 0;
  }
}
.product-listing .filter-clear {
  top: 0;
  margin: 0;
}
.product-listing .filter-clear.enabled {
  margin: 20px 0;
}

.woocommerce-products-header .page-header-curved,
#icon-list {
  overflow: hidden;
}

@media (max-width: 767px) {
  .woocommerce-products-header .page-header-curved {
    border-bottom-left-radius: 40% 50px;
    border-bottom-right-radius: 40% 50px;
  }
  .woocommerce-products-header .page-header-curved p {
    width: 90%;
  }
}
.woocommerce .breadcrumbs {
  width: 100%;
  display: inline-block;
  background: #f7f7f7;
  margin-bottom: 1em;
}
.woocommerce .breadcrumbs .woocommerce-breadcrumb {
  margin-bottom: 0;
}
.woocommerce nav.woocommerce-pagination ul {
  border: 0;
  margin: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: 0;
  font-size: 18px;
  margin: 0 5px;
}
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a {
  padding: 11px;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
  color: #232350;
  font-weight: 500;
  border-radius: 2px;
}
.woocommerce nav.woocommerce-pagination ul li a {
  color: #232350;
}
.woocommerce nav.woocommerce-pagination ul li a.prev, .woocommerce nav.woocommerce-pagination ul li a.next {
  background: #232350;
  border: none;
  color: #FFF;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  padding: 12px 10px;
  border-radius: 2px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: opacity 400ms ease;
}
.woocommerce nav.woocommerce-pagination ul li a.prev:hover, .woocommerce nav.woocommerce-pagination ul li a.next:hover {
  opacity: 0.8;
  background: #232350;
}
.woocommerce nav.woocommerce-pagination ul li a.next::before {
  content: "Next";
  display: inline-block;
  margin-right: 5px;
}
.woocommerce nav.woocommerce-pagination ul li a.prev::after {
  content: "Prev";
  display: inline-block;
  margin-left: 5px;
}
.woocommerce nav.woocommerce-pagination ul li a:hover {
  background: unset;
}
.woocommerce nav.woocommerce-pagination ul.filter-pagination li {
  color: #232350;
  padding: 11px;
  cursor: pointer;
}
.woocommerce nav.woocommerce-pagination ul.filter-pagination li.current {
  cursor: auto;
  background: #ebe9eb;
  font-weight: 500;
  border-radius: 2px;
}
.woocommerce nav.woocommerce-pagination ul.filter-pagination li.prev, .woocommerce nav.woocommerce-pagination ul.filter-pagination li.next {
  background: #232350;
  border: none;
  color: #FFF;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  padding: 12px 10px;
  border-radius: 2px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: opacity 400ms ease;
}
.woocommerce nav.woocommerce-pagination ul.filter-pagination li.prev:hover, .woocommerce nav.woocommerce-pagination ul.filter-pagination li.next:hover {
  opacity: 0.8;
  background: #232350;
}
.woocommerce .page-content-wrapper .website-control.product-listing {
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .woocommerce .breadcrumbs .woocommerce-breadcrumb {
    height: auto;
    padding-bottom: 20px;
    margin-top: 84px;
    font-size: 0.875em;
  }
  .woocommerce nav.woocommerce-pagination ul li {
    font-size: 14px;
    margin: 0 3px;
  }
  .woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a {
    padding: 11px 8px;
  }
  .woocommerce.post-type-archive-product #picture-list > .container {
    display: none;
  }
}
@media (min-width: 992px) {
  .desktop-header .header-wrapper .header-logo {
    padding-bottom: 0;
  }

  .woocommerce .page-content-wrapper .website-control.product-listing {
    padding-bottom: 60px;
  }
}
.content-finder-button {
  pointer-events: none;
}
.content-finder-button a {
  pointer-events: auto;
}

@media (min-width: 768px) {
  #newsletter-form .container .equal-them-group {
    display: flex;
  }
}
.scrolljacker-wrapper .slider_module .scrolljacker.bkg-orange {
  background: #FFF;
}
.scrolljacker-wrapper .scrolljacker h2 {
  font-size: 3em;
  line-height: 0.902;
}

.slider_module {
  height: auto;
}
.slider_module .js_slider_banner {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 60px;
}
.slider_module .js_slider_banner .slick-list,
.slider_module .js_slider_banner .slick-track,
.slider_module .js_slider_banner .slick-slide > div:not(.sl_banner),
.slider_module .js_slider_banner .sl_banner {
  height: 100%;
}
.slider_module .sl_banner {
  width: 100%;
}
.slider_module .sl_banner.bg-orange {
  background: linear-gradient(323.49deg, #F3CE2B 0%, #EFDD92 100%);
}
.slider_module .sl_banner.bg-pink {
  background: linear-gradient(323.49deg, #FF4049 0%, #FF9A8D 100%);
}
.slider_module .sl_banner.bg-blue {
  background: linear-gradient(323.49deg, #1E8FCD 0%, #BBE7FF 100%);
}
.slider_module .sl_banner.bg-green {
  background: linear-gradient(180deg, #26761D 0%, #4A9539 100%);
}
.slider_module .sl_banner.bg-green .sj-content-wrapper .sj-content,
.slider_module .sl_banner.bg-green .sj-content-wrapper h1 {
  color: #FFF;
}
.slider_module .slick-dots {
  position: absolute;
  bottom: 60px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}
.slider_module .slick-dots li {
  margin: 0 8px;
}
.slider_module .slick-dots li button {
  border: 0;
}
.slider_module .slick-dots li:not(.slick-active) button {
  background-color: #FFF;
}

@media (max-width: 767px) {
  .scrolljacker-wrapper.scrolljacker-new .slider_module .scrolljacker {
    padding-bottom: 0;
    padding-top: 0;
  }
  .scrolljacker-wrapper.scrolljacker-new .slider_module .sl_banner {
    padding-top: 120px;
    padding-bottom: 50px;
  }

  .slider_module .slick-dots {
    bottom: 30px;
  }
}
@media (min-width: 768px) {
  .scrolljacker-wrapper .slider_module .scrolljacker {
    padding-top: 0 !important;
  }
  .scrolljacker-wrapper.scrolljacker-new .slider_module .scrolljacker {
    padding-bottom: 0;
    padding-top: 0;
  }
  .scrolljacker-wrapper.scrolljacker-new .scrolljacker h2 {
    font-size: 4.5556em;
  }
}
@media (max-width: 991px) {
  .slider_module .js_slider_banner {
    padding-top: 0;
  }
  .slider_module .js_slider_banner .slick-track {
    display: flex;
    align-content: flex-start;
  }
  .slider_module .js_slider_banner .slick-slide {
    height: auto;
  }
  .slider_module .js_slider_banner .slick-slide .sj-content-wrapper {
    align-items: flex-start;
    align-content: flex-start;
  }
  .slider_module .sl_banner {
    padding-top: 60px;
  }
}
