#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';
  }
}

/* put utilities here so we can override any of the styles later */
body {
  color: #232450;
  font-family: franklin-gothic-urw, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.125;
}

p, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-bottom: 25px;
  line-height: 1.125em;
}

ul, ol {
  padding-left: 35px;
  margin-bottom: 25px;
}

ul li, ol li {
  margin-bottom: 15px;
}

ul ul, ul ol, ol ul, ol ol {
  margin-bottom: 0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  color: #232450;
  font-family: cronos-pro-display, sans-serif;
  font-size: 1.7333em;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 30px;
  position: relative;
}

h1, .h1 {
  font-size: 3.0625em;
}

h2, .h2 {
  font-size: 2.25em;
  margin: 0 0 25px;
}

h3, .h3 {
  font-size: 1.75em;
  margin: 0 0 25px;
}

h4, .h4 {
  font-size: 1.75em;
  margin: 0 0 20px;
}

h5, .h5 {
  font-size: 1em;
  font-weight: bold;
  margin: 0 0 10px;
}

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

a.slick-slide {
  outline: none;
}

a:hover, a:focus {
  text-decoration: underline;
}

.normal-case {
  text-transform: none;
}

.small {
  font-size: 0.8em;
}

.unbold {
  font-weight: 500;
}

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

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

hr {
  border-top: none;
  border-bottom: 2px solid #CDCDCD;
  height: 1px;
  margin: 0 0 30px;
  padding: 15px 0 0;
  position: relative;
}

@media (min-width: 480px) {
  hr {
    margin: 0 0 30px;
    padding: 15px 0 0;
  }
}

@media (min-width: 768px) {
  hr {
    margin: 0 0 45px;
    padding: 15px 0 0;
  }
}

@media (min-width: 992px) {
  hr {
    margin: 0 0 60px;
    padding: 15px 0 0;
  }
}

@media (min-width: 1150px) {
  hr {
    margin: 0 0 75px;
    padding: 15px 0 0;
  }
}

@media (min-width: 1300px) {
  hr {
    margin: 0 0 90px;
    padding: 15px 0 0;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive:before {
  content: '';
  display: block;
}

.embed-responsive.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive.embed-responsive-4by3::before {
  padding-top: 56.25%;
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.clip-def {
  display: block;
  width: 0;
  height: 0;
}

.mm-hidden {
  display: none !important;
}

.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}

.mm-menu {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: inherit;
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mm-menu a, .mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited {
  color: inherit;
  text-decoration: none;
}

.mm-panels, .mm-panels > .mm-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.mm-panel, .mm-panels {
  background: inherit;
  border-color: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}

.mm-panels {
  overflow: hidden;
}

.mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px;
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  transition: -webkit-transform .4s ease;
  -webkit-transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

.mm-panel:not(.mm-hidden) {
  display: block;
}

.mm-panel:after, .mm-panel:before {
  content: '';
  display: block;
  height: 20px;
}

.mm-panel_has-navbar {
  padding-top: 40px;
}

.mm-panel_opened {
  z-index: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-panel_opened-parent {
  -webkit-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}

.mm-panel_highest {
  z-index: 2;
}

.mm-panel_noanimation {
  -webkit-transition: none !important;
  transition: none !important;
}

.mm-panel_noanimation.mm-panel_opened-parent {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-listitem_vertical > .mm-panel {
  -webkit-transform: none !important;
  transform: none !important;
  display: none;
  padding: 10px 0 10px 10px;
}

.mm-listitem_vertical > .mm-panel:after, .mm-listitem_vertical > .mm-panel:before {
  content: none;
  display: none;
}

.mm-listitem_opened > .mm-panel {
  display: block;
}

.mm-listitem_vertical > .mm-btn_next {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 40px;
  bottom: auto;
}

.mm-listitem_vertical .mm-listitem:last-child:after {
  border-color: transparent;
}

.mm-listitem_opened > .mm-btn_next:after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 19px;
}

.mm-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 1;
}

.mm-btn_fullwidth {
  width: 100%;
}

.mm-btn_clear:after, .mm-btn_clear:before, .mm-btn_close:after, .mm-btn_close:before {
  content: '';
  border: 2px solid transparent;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mm-btn_clear:before, .mm-btn_close:before {
  border-right: none;
  border-bottom: none;
  right: 18px;
}

.mm-btn_clear:after, .mm-btn_close:after {
  border-left: none;
  border-top: none;
  right: 25px;
}

.mm-btn_next:after, .mm-btn_prev:before {
  content: '';
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

.mm-btn_prev:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}

.mm-btn_next:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  display: none;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.mm-navbar > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  padding: 10px 0;
}

.mm-navbar a, .mm-navbar a:hover {
  text-decoration: none;
}

.mm-navbar__title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mm-navbar__btn:first-child {
  left: 0;
}

.mm-navbar__btn:last-child {
  text-align: right;
  right: 0;
}

.mm-panel_has-navbar .mm-navbar {
  display: block;
}

.mm-listitem, .mm-listview {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.mm-listitem, .mm-listitem .mm-btn_next, .mm-listitem .mm-btn_next:before, .mm-listitem:after, .mm-listview {
  border-color: inherit;
}

.mm-listview {
  font: inherit;
  line-height: 20px;
}

.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px;
}

.mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px;
}

.mm-listitem {
  position: relative;
}

.mm-listitem:after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.mm-listitem:after {
  left: 20px;
}

.mm-listitem a, .mm-listitem a:hover {
  text-decoration: none;
}

.mm-listitem > a, .mm-listitem > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}

.mm-listitem .mm-btn_next {
  background: rgba(3, 2, 1, 0);
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.mm-listitem .mm-btn_next:before {
  content: '';
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.mm-listitem .mm-btn_next:not(.mm-btn_fullwidth) {
  width: 50px;
}

.mm-listitem .mm-btn_next:not(.mm-btn_fullwidth) + a, .mm-listitem .mm-btn_next:not(.mm-btn_fullwidth) + span {
  margin-right: 50px;
}

.mm-listitem .mm-btn_fullwidth:before {
  border-left: none;
}

.mm-listitem .mm-btn_fullwidth + a, .mm-listitem .mm-btn_fullwidth + span {
  padding-right: 50px;
}

.mm-listitem_divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 75%;
  text-transform: uppercase;
  padding: 5px 10px 5px 20px;
}

.mm-listitem_divider:after {
  content: ' ';
  display: none;
  position: static;
  display: inline-block;
}

.mm-listitem_spacer {
  padding-top: 40px;
}

.mm-listitem_spacer > .mm-btn_next {
  top: 40px;
}

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
}

.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-listview .mm-btn_next:after {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-listview a:not(.mm-btn_next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.4);
  tap-highlight-color: rgba(255, 255, 255, 0.4);
}

.mm-menu .mm-listitem_selected > a:not(.mm-btn_next), .mm-menu .mm-listitem_selected > span {
  background: rgba(255, 255, 255, 0.4);
}

.mm-menu .mm-listitem_opened > .mm-btn_next, .mm-menu .mm-listitem_opened > .mm-panel {
  background: rgba(0, 0, 0, 0.05);
}

.mm-menu .mm-listitem_divider {
  background: rgba(0, 0, 0, 0.05);
}

.mm-page {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.mm-slideout {
  transition: -webkit-transform .4s ease;
  -webkit-transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  z-index: 1;
}

.mm-wrapper_opened {
  overflow-x: hidden;
  position: relative;
}

.mm-wrapper_background .mm-page {
  background: inherit;
}

.mm-menu_offcanvas {
  display: none;
  position: fixed;
  right: auto;
  z-index: 0;
}

.mm-menu_offcanvas.mm-menu_opened {
  display: block;
}

.mm-menu_offcanvas.mm-menu_opened.mm-no-csstransforms {
  z-index: 10;
}

.mm-menu_offcanvas {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}

.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate(80vw, 0);
  transform: translate(80vw, 0);
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0);
}

@media all and (max-width: 175px) {
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}

@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(440px, 0);
    transform: translate(440px, 0);
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}

.mm-page__blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

.mm-wrapper_blocking {
  overflow: hidden;
}

.mm-wrapper_blocking body {
  overflow: hidden;
}

.mm-wrapper_blocking .mm-page__blocker {
  display: block;
}

.mm-sronly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  width: 1px !important;
  min-width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}

.mm-menu_fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px;
}

.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate(100vw, 0);
  transform: translate(100vw, 0);
  -webkit-transform: translate3d(100vw, 0, 0);
  transform: translate3d(100vw, 0, 0);
}

@media all and (max-width: 140px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}

@media all and (min-width: 10000px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    transform: translate(10000px, 0);
    -webkit-transform: translate3d(10000px, 0, 0);
    transform: translate3d(10000px, 0, 0);
  }
}

.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate(-100vw, 0);
  transform: translate(-100vw, 0);
  -webkit-transform: translate3d(-100vw, 0, 0);
  transform: translate3d(-100vw, 0, 0);
}

@media all and (max-width: 140px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}

@media all and (min-width: 10000px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0);
    -webkit-transform: translate3d(-10000px, 0, 0);
    transform: translate3d(-10000px, 0, 0);
  }
}

.mm-menu_fullscreen.mm-menu_position-top {
  height: 100vh;
  min-height: 140px;
  max-height: 10000px;
}

.mm-menu_fullscreen.mm-menu_position-bottom {
  height: 100vh;
  min-height: 140px;
  max-height: 10000px;
}

[class*=mm-menu_iconpanel-] .mm-panels > .mm-panel {
  transition-property: left,-webkit-transform;
  -webkit-transition-property: left,-webkit-transform;
  transition-property: transform,left;
  transition-property: transform,left,-webkit-transform;
}

[class*=mm-menu_iconpanel-] .mm-panels > .mm-panel_iconpanel-first, [class*=mm-menu_iconpanel-] .mm-panels > .mm-panel_iconpanel-first.mm-panel_opened ~ .mm-listview_fixeddivider {
  left: 0;
}

[class*=mm-menu_iconpanel-] .mm-panels > .mm-panel_opened, [class*=mm-menu_iconpanel-] .mm-panels > .mm-panel_opened-parent {
  display: block !important;
}

[class*=mm-menu_iconpanel-] .mm-panels > .mm-panel_opened-parent[class*=mm-panel_iconpanel-]:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0), [class*=mm-menu_iconpanel-] .mm-panels > .mm-panel_opened[class*=mm-panel_iconpanel-]:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0) {
  border-left: 1px solid;
  border-color: inherit;
}

[class*=mm-menu_iconpanel-] .mm-panels > .mm-panel_opened-parent {
  overflow-y: hidden;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

[class*=mm-menu_iconpanel-].mm-menu_hidedivider .mm-panel_opened-parent .mm-listitem_divider, [class*=mm-menu_iconpanel-].mm-menu_hidenavbar .mm-panel_opened-parent .mm-navbar {
  opacity: 0;
}

.mm-menu_iconpanel-40 .mm-panel_iconpanel-0, .mm-menu_iconpanel-40 .mm-panel_iconpanel-0.mm-panel_opened ~ .mm-listview_fixeddivider {
  left: 0;
}

.mm-menu_iconpanel-40 .mm-panel_iconpanel-1, .mm-menu_iconpanel-40 .mm-panel_iconpanel-1.mm-panel_opened ~ .mm-listview_fixeddivider {
  left: 40px;
}

.mm-menu_iconpanel-40 .mm-panel_iconpanel-2, .mm-menu_iconpanel-40 .mm-panel_iconpanel-2.mm-panel_opened ~ .mm-listview_fixeddivider {
  left: 80px;
}

.mm-menu_iconpanel-40 .mm-panel_iconpanel-3, .mm-menu_iconpanel-40 .mm-panel_iconpanel-3.mm-panel_opened ~ .mm-listview_fixeddivider {
  left: 120px;
}

.mm-menu_iconpanel-40 .mm-panel_iconpanel-first ~ .mm-panel, .mm-menu_iconpanel-40 .mm-panel_iconpanel-first ~ .mm-panel_opened ~ .mm-listview_fixeddivider {
  left: 40px;
}

.mm-menu_iconpanel-60 .mm-panel_iconpanel-0, .mm-menu_iconpanel-60 .mm-panel_iconpanel-0.mm-panel_opened ~ .mm-listview_fixeddivider {
  left: 0;
}

.mm-menu_iconpanel-60 .mm-panel_iconpanel-1, .mm-menu_iconpanel-60 .mm-panel_iconpanel-1.mm-panel_opened ~ .mm-listview_fixeddivider {
  left: 60px;
}

.mm-menu_iconpanel-60 .mm-panel_iconpanel-2, .mm-menu_iconpanel-60 .mm-panel_iconpanel-2.mm-panel_opened ~ .mm-listview_fixeddivider {
  left: 120px;
}

.mm-menu_iconpanel-60 .mm-panel_iconpanel-3, .mm-menu_iconpanel-60 .mm-panel_iconpanel-3.mm-panel_opened ~ .mm-listview_fixeddivider {
  left: 180px;
}

.mm-menu_iconpanel-60 .mm-panel_iconpanel-first ~ .mm-panel, .mm-menu_iconpanel-60 .mm-panel_iconpanel-first ~ .mm-panel_opened ~ .mm-listview_fixeddivider {
  left: 60px;
}

.mm-menu_iconpanel-80 .mm-panel_iconpanel-0, .mm-menu_iconpanel-80 .mm-panel_iconpanel-0.mm-panel_opened ~ .mm-listview_fixeddivider {
  left: 0;
}

.mm-menu_iconpanel-80 .mm-panel_iconpanel-1, .mm-menu_iconpanel-80 .mm-panel_iconpanel-1.mm-panel_opened ~ .mm-listview_fixeddivider {
  left: 80px;
}

.mm-menu_iconpanel-80 .mm-panel_iconpanel-2, .mm-menu_iconpanel-80 .mm-panel_iconpanel-2.mm-panel_opened ~ .mm-listview_fixeddivider {
  left: 160px;
}

.mm-menu_iconpanel-80 .mm-panel_iconpanel-3, .mm-menu_iconpanel-80 .mm-panel_iconpanel-3.mm-panel_opened ~ .mm-listview_fixeddivider {
  left: 240px;
}

.mm-menu_iconpanel-80 .mm-panel_iconpanel-first ~ .mm-panel, .mm-menu_iconpanel-80 .mm-panel_iconpanel-first ~ .mm-panel_opened ~ .mm-listview_fixeddivider {
  left: 80px;
}

.mm-panel__blocker {
  background: inherit;
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.mm-panel_opened-parent .mm-panel__blocker {
  opacity: .6;
  bottom: -100000px;
}

.mm-menu_position-right {
  left: auto;
  right: 0;
}

.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate(-80vw, 0);
  transform: translate(-80vw, 0);
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0);
}

@media all and (max-width: 175px) {
  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}

@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0);
  }
}

.mm-menu_position-bottom, .mm-menu_position-front, .mm-menu_position-top {
  transition: -webkit-transform .4s ease;
  -webkit-transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
}

.mm-menu_position-bottom.mm-menu_opened, .mm-menu_position-front.mm-menu_opened, .mm-menu_position-top.mm-menu_opened {
  z-index: 2;
}

.mm-menu_position-bottom.mm-menu_opened ~ .mm-slideout, .mm-menu_position-front.mm-menu_opened ~ .mm-slideout, .mm-menu_position-top.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: none !important;
  transform: none !important;
  z-index: 0;
}

.mm-menu_position-bottom.mm-menu_opened ~ .mm-page__blocker, .mm-menu_position-front.mm-menu_opened ~ .mm-page__blocker, .mm-menu_position-top.mm-menu_opened ~ .mm-page__blocker {
  z-index: 1;
}

.mm-menu_position-front {
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.mm-menu_position-front.mm-menu_position-right {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-menu_position-bottom, .mm-menu_position-top {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.mm-menu_position-top {
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.mm-menu_position-top {
  height: 80vh;
  min-height: 140px;
  max-height: 880px;
}

.mm-menu_position-bottom {
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  top: auto;
}

.mm-menu_position-bottom {
  height: 80vh;
  min-height: 140px;
  max-height: 880px;
}

.mm-wrapper_opening .mm-menu_position-bottom, .mm-wrapper_opening .mm-menu_position-front, .mm-wrapper_opening .mm-menu_position-top {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* MMENU Override
.mmenu {
    display: none;

    &.mm-menu {
        display: initial;
    }
}

.mm-menu {
	border-bottom: none;
    background-color: $brand-one;

    .mm-menu_iconpanel .mm-panels > .mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0) {
	    box-shadow: -5px 0px 10px 1px rgba(126,126,126,0.4);
    }

    .mm-listitem_selected>a:not(.mm-btn_next), .mm-listitem_selected>span, .active {
        background: $brand-three;
    }

    .mm-selected:not(.mm-listitem_selected) {
        background: rgba($brand-three, 0.75);
    }

    a {
	    border: none;
	    color: #fff;
	    font-size: 1em;
	    font-weight: 400;
    }

    .mm-panel {
        box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
    }

    .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
        margin-top: -10px;
    }

    .mm-listitem, .mm-listitem__text {
	    // border: none;
	    border-bottom: none;
    }

    .mm-listitem {
        border-bottom: 1px solid rgba(255,255,255,0.15);
    }

    .mm-listitem:not(.search-bar):not(.mmenu-back-button):not(.close-menu-bar) {
        border-bottom: 1px solid rgba(255,255,255,0.15);
        display: flex;
	    line-height: 1em;

        &:after {
            border-bottom: none;
        }

        a:not(.mm-btn_next) {
            color: #FFF;
            flex-grow: 0;
            flex-basis: auto;
            font-size: 1em;
            font-weight: 300;
            margin: 0;
            padding: 20px 20px 20px 15px;
            //max-width: calc(100% - 50px);
            order: 1;
            width: 100%;
        }

        .mm-btn_next {
            background-color: $brand-one;
	        border: none;
            border-top: none;
            border-left: 1px solid rgba(255,255,255,0.15);
            order: 2;
            padding: 20px 15px;
            width: 50px;

            &:before {
                display: none;
            }

            &:after {
                border-color: #fff;
                border-width: 1px 0 0 1px;
                border-style: solid;
            }
        }

        a span.mob-nav-bold {
            font-size: 1em;
		    font-weight: 700;
	    }
    }


    .mm-btn.mm-btn_close.mm-navbar__btn {

    }

    .mm-searchfield {
	    .submit-btn {
		    color: $body-color;
		    display: block;
		    font-size: 1em;
		    height: 30px;
		    width: 32px;
		    padding: 20px 0 0 0px;
	    }
    }

    .mm-navbar {
        border-bottom: 1px solid rgba(255,255,255,0.15);
        height: 50px;

        .mm-btn {
            height: 50px;

            &:after, &:before {
                border-color: #FFF;
            }
        }

        a, > * {
            color: #FFF;
            padding: 15px 0;
        }
    }


    .mm-listitem:not(.search-bar):not(.mmenu-back-button):not(.close-menu-bar) .mm-btn_next:after {
        border-width: 2px 0 0 2px;
    }

}

.mm-page__blocker {
    z-index: 10000!important;
}
*/
html {
  overflow-x: hidden;
}

.mm-slideout {
  height: 100vh;
}

.mmenu-hider {
  background-color: #FFF;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 0;
}

.mm-page {
  background-color: #FFF;
}

.page-content-wrapper {
  background-color: #FFF;
  overflow-x: hidden;
  position: relative;
  padding: 85px 0 0;
  z-index: 5;
}

.page-content-wrapper:after {
  clear: both;
  content: '';
  display: table;
}

@media (min-width: 768px) {
  .page-content-wrapper {
    padding: 76px 0 0;
  }
}

.page-standard .page-content-wrapper {
  background-color: #FCFCFC;
}

.page-standard p, .page-standard ul, .page-standard ol {
  line-height: 1.75;
  margin: 0 0 25PX;
  color: #373737;
  font-size: 1.0625em;
}

.page-standard p + ul, .page-standard p + ol {
  margin-top: -10px;
}

.footer-controls {
  min-height: 120px;
}

.header-controls {
  margin: -70px 0 0;
}

.container.mb {
  margin-bottom: 120px;
}

@media (min-width: 1300px) {
  .page-template-front-page .container {
    width: 1270px;
  }
}

.breadcrumb-wrapper {
  padding: 20px 0 20px;
  margin: 0 0 40px;
  background-color: #ffffff;
  font-size: 0.875em;
  line-height: 1.142;
}

.breadcrumb-wrapper ul {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 15px;
  list-style: none;
}

.breadcrumb-wrapper ul > li {
  margin: 0 5px 5px 0;
  padding: 0;
  display: inline-block;
}

.breadcrumb-wrapper ul > li:after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin: 0 0 0 10px;
  font-size: 0.857em;
}

.breadcrumb-wrapper ul > li:last-child:after {
  content: '';
}

.breadcrumb-wrapper ul > li > a {
  color: #232450;
  text-decoration: none;
}

.breadcrumb-wrapper ul > li > a:hover {
  text-decoration: underline;
}

.breadcrumb-wrapper ul > li > span.current {
  color: #232450;
  font-weight: bold;
}

@media (min-width: 768px) {
  .breadcrumb-wrapper {
    margin: 0 0 70px;
  }
}

.single-product .breadcrumb-wrapper {
  background-color: #F9F9F9;
  padding: 40px 0 25px;
}

blockquote {
  position: relative;
  margin: 0 0 50px;
  padding: 50px 30px 30px 50px;
  border: none;
  z-index: 1;
}

blockquote p {
  color: #232450 !important;
}

blockquote:before, blockquote:after {
  content: '';
  z-index: -1;
  pointer-events: none;
  position: absolute;
  background-image: url(../images/ovals/oval-blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

blockquote:before {
  width: 37px;
  height: 39px;
  top: 0;
  left: 0;
}

blockquote:after {
  width: 27px;
  height: 28px;
  bottom: 0;
  right: 0;
}

.btn, .wpcf7-submit {
  display: inline-block;
  background: #232450;
  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;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

.btn:hover, .btn:active, .btn:focus, .wpcf7-submit:hover, .wpcf7-submit:active, .wpcf7-submit:focus {
  background-color: rgba(35, 36, 80, 0.8);
  color: #FFF;
  text-decoration: none;
}

.btn.disabled, .wpcf7-submit.disabled {
  background-color: #999;
  text-decoration: none;
}

.btn.btn-retailer, .wpcf7-submit.btn-retailer {
  padding: 17px 20px 15px;
}

.btn.btn-retailer img, .wpcf7-submit.btn-retailer img {
  max-height: 18px;
  margin-left: 5px;
}

.widget {
  margin-bottom: 60px;
}

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

nav#mmenu:not(.mm-menu), .navigation-wrapper {
  display: none;
}

.mobile-header {
  position: fixed;
  top: 0;
  width: 100%;
  overflow: hidden;
  background-color: #FFF;
  height: 85px;
  padding: 10px 15px;
  z-index: 25;
}

.mobile-header header {
  overflow: hidden;
}

.mobile-header .mobile-header-logo {
  float: left;
}

.mobile-header .mobile-header-logo img {
  width: 112px;
  height: auto;
}

.mobile-header .mobile-menu-button {
  position: relative;
  display: block;
  float: right;
  padding: 0;
  margin: 14px 0 0;
  width: 30px;
  height: 24px;
}

.mobile-header .mobile-menu-button:before, .mobile-header .mobile-menu-button:after {
  content: '';
  display: block;
  background: #232450;
  width: 100%;
  height: 4px;
  position: absolute;
  -webkit-transition: top 0.2s linear, -webkit-transform 0.2s linear;
  transition: top 0.2s linear, -webkit-transform 0.2s linear;
  transition: top 0.2s linear, transform 0.2s linear;
  transition: top 0.2s linear, transform 0.2s linear, -webkit-transform 0.2s linear;
  left: 0;
}

.mobile-header .mobile-menu-button span {
  background: #232450;
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  -webkit-transition: left 0.2s linear, opacity 0.2s linear;
  transition: left 0.2s linear, opacity 0.2s linear;
}

.mobile-header .mobile-menu-button:before {
  top: 0;
}

.mobile-header .mobile-menu-button span {
  top: 10px;
}

.mobile-header .mobile-menu-button:after {
  top: 20px;
}

.desktop-header {
  display: none;
}

html.mm-wrapper_opening .mobile-header .mobile-menu-button:before, html.mm-wrapper_opening .mobile-header .mobile-menu-button:after {
  top: 8px;
}

html.mm-wrapper_opening .mobile-header .mobile-menu-button:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

html.mm-wrapper_opening .mobile-header .mobile-menu-button:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

html.mm-wrapper_opening .mobile-header .mobile-menu-button span {
  left: -100px;
  opacity: 0;
}

.shop-menu-aside {
	position: fixed;
	right: 0px;
	top: 0px;
	height: 60px;
	width: 180px;
	background: #f9f9f9;
	display: flex;
	justify-content: space-around
}

.mobile-header .shop-menu-aside {
  right: 58px;
  background: none;
  margin-top: 20px;
  width: 120px;
}

.mobile-header .shop-menu-aside img {
	width: 30px;
	height: 30px;
	padding: 3px;
}

.mobile-header .search-panel {
	position: fixed;
	top: 58px;
  left: 0;
	right: 0;
	background: #fff;
	width: 100vw;
  display: none;
}

.mobile-header .search-active img {
filter: grayscale(1);
}

.mobile-header .search-active {
  background: #fff;
}

.dgwt-wcas-search-wrapp-mobile input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]), select, textarea {
padding-left: 40px;
}

.shop-menu-aside a {
	transition: 0.2s
}

.shop-menu-aside a:hover img {
	filter: grayscale(0.6) brightness(2.2);
}

.shop-menu-aside img {
	width: 60px;
	height: 60px;
	padding: 16px;
}
#search-btn {
  cursor: pointer;
}

.search-active {
  color: #fff;
  background: #25254b;
}

.search-active img {
  filter:grayscale(1) brightness(4);
}

.search-panel {
	position: fixed;
	top: 60px;
	right: 0;
	background: #fff;
	width: 33.333vw;
  display: none;
}

.search-panel input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]), select, textarea {
	padding: 0px 10px 0px 40px;
	border: none;
	background: #f1f1f1;
	border-radius: 0px;
	height: 48px;
	font-style: normal;
	color: #717171;
	font-size: 16px;
}


.search-panel .dgwt-wcas-search-input::placeholder {
	font-style: normal !important;
	color: #717171 !important;
	font-size: 16px;
}

.dgwt-wcas-suggestions-wrapp::-webkit-scrollbar {
  width: 2px;
}

.dgwt-wcas-suggestions-wrapp::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.dgwt-wcas-suggestions-wrapp::-webkit-scrollbar-thumb {
  background: #25254b;
}

.search-panel .dgwt-wcas-search-wrapp {
	max-width: 100% !important;
}

.dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
	color: #717171;
	opacity: 1;
}

.dgwt-wcas-suggestion {
border-top: 1px solid #cacaca;
}

.dgwt-wcas-si {
    width: 120px;
}

.dgwt-wcas-si img {
	border: none;
}

.dgwt-wcas-open .search-results-panel {
  display: block;
}

.dgwt-wcas-st-more {
  font-family: cronos-pro-display, sans-serif;
  font-size: 1.333em;
}

.search-results-panel {
  display: none;
}

.dgwt-wcas-suggestions-wrapp {
	border: none;
  position: fixed !important;
  top: 172px !important;
  height: 66.666vh;
  right: 0 !important;
}

.search-results-panel h3 {
  padding: 21px 14px 14px 14px;
  line-height: 1.333em;
  vertical-align: middle;
  margin: 0;
}

.dgwt-wcas-st-title {
	font-family: cronos-pro-display, sans-serif;
	color: #25254b;
	font-size: 1.333em;
}

/* #search-products {
	width: 100%;
	height: 48px;
	background: #f1f1f1;
	border: none;
} */



@media (min-width: 992px) {
  .mobile-header {
    display: none;
  }
  .desktop-header {
    position: fixed;
    top: 0;
    background-color: #FFF;
    display: block;
    width: 100%;
    height: 60px;
    z-index: 25;
  }
  .desktop-header header {
    height: 100%;
    width: 100%;
  }
  .desktop-header .header-wrapper {
    position: relative;
    max-width: 1170px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .desktop-header .header-wrapper .header-logo {
    position: relative;
    z-index: 200;
    width: 270px;
    padding: 12px 55px;
    text-align: center;
  }
  .desktop-header .header-wrapper .header-logo a {
    position: relative;
    display: block;
    z-index: 5;
  }
  .desktop-header .header-wrapper .header-logo img {
    width: 160px;
    height: auto;
    -webkit-transition: width 0.2s linear;
    transition: width 0.2s linear;
  }
  .desktop-header .header-wrapper .header-logo:after {
    content: '';
    display: block;
    width: 193px;
    height: 60px;
    border-radius: 0 0 100% 100%;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
  }
  .desktop-header .header-wrapper .main-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .desktop-header .header-wrapper .main-navigation ul > li {
    position: relative;
    margin: 0;
  }
  .desktop-header .header-wrapper .main-navigation ul > li > a {
    display: block;
    font-weight: 500;
    text-decoration: none;
    color: #232450;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .desktop-header .header-wrapper .main-navigation ul.menu > li {
    position: relative;
    float: left;
  }
  .desktop-header .header-wrapper .main-navigation ul.menu > li > a {
    display: block;
    padding: 21px 15px;
  }
  .desktop-header .header-wrapper .main-navigation ul.menu > li > a:hover {
    background-color: #232450;
    color: #fff;
  }
  .desktop-header .header-wrapper .main-navigation ul.menu > li:hover > a {
    background-color: #232450;
    color: #fff;
  }
  .desktop-header .header-wrapper .main-navigation ul.menu > li .sub-menu > li > a {
    margin: 0 0 10px;
    font-size: 1.125em;
  }
  .desktop-header .header-wrapper .main-navigation ul.menu > li .sub-menu > li.menu-item-34595 > a {
    color: #E20A17;
  }
  .desktop-header .header-wrapper .main-navigation ul.menu > li .sub-menu > li.menu-item-68896 > a {
    color: #4A9539; 
  }
  .desktop-header .header-wrapper .main-navigation ul.menu > li .sub-menu-wrapper {
    position: absolute;
    left: 0;
    right: auto;
    top: 100%;
    z-index: 100;
    padding: 50px 0 40px;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
  }
  .desktop-header .header-wrapper .main-navigation ul.menu > li .sub-menu-wrapper .background {
    bottom: 0;
    content: '';
    display: block;
    height: 100%;
    left: 50%;
    margin: 0 0 0 150px;
    overflow: hidden;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    position: absolute;
    width: 4000px;
  }
  .desktop-header .header-wrapper .main-navigation ul.menu > li .sub-menu-wrapper .background:after {
    background-color: #F1FAFF;
    border-radius: 50%;
    content: '';
    display: block;
    height: 1000px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
  }
  .desktop-header .header-wrapper .main-navigation ul.menu > li .sub-menu-wrapper > .sub-menu-0 {
    position: relative;
    z-index: 5;
  }
  .desktop-header .header-wrapper .main-navigation ul.menu > li .sub-menu-0 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .desktop-header .header-wrapper .main-navigation ul.menu > li .sub-menu-0 > li {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    margin: 0 40px 0 0;
  }
  .desktop-header .header-wrapper .main-navigation ul.menu > li .sub-menu-0 > li > a {
    margin: 0 0 15px;
  }
  .desktop-header .header-wrapper .main-navigation ul.menu > li .sub-menu-1 > li > a {
    font-size: 1.0625em;
  }
  .desktop-header .header-wrapper .main-navigation ul.menu > li .sub-menu-2 {
    margin: 0 0 5px;
  }
  .desktop-header .header-wrapper .main-navigation ul.menu > li .sub-menu-2 > li > a {
    padding: 0 0 0 15px;
    font-size: 0.944em;
    font-weight: 400;
  }
  .desktop-header .header-wrapper .main-navigation ul.menu > li:hover .sub-menu-wrapper {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  .desktop-header.shrunk .header-logo img {
    width: 100px;
    height: auto;
  }
}

.banner-landing {
  position: relative;
  color: #232450;
}

.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(#232450), to(#2E2F65));
  background: linear-gradient(0deg, #232450 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(#FFA352), to(#F7B57B));
  background: linear-gradient(0deg, #FFA352 0%, #F7B57B 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: #232450;
}

.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(#F38E34), color-stop(100%, #FFE8D4), to(#FFFFFF));
  background: linear-gradient(270deg, #F38E34 0%, #FFE8D4 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: #232450;
}

.banner-post .banner-decoration .oval.colour-2 {
  fill: #F38E34;
}

.banner-post.bkg-blue:before {
  background: #232450;
}

.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(#FFA352), to(#F7B57B));
  background: linear-gradient(0deg, #FFA352 0%, #F7B57B 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%;
  }
}

footer {
  position: relative;
  z-index: 50;
  padding: 40px 0 0;
  color: #EFEFEF;
  overflow-x: hidden;
  width: 100%;
}

footer:before {
  content: '';
  background-color: #232450;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  z-index: 1;
}

footer .container {
  position: relative;
  z-index: 2;
}

footer .menu, footer .sub-menu {
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}

footer .menu > li, footer .sub-menu > li {
  margin: 0 0 15px;
}

footer .menu > li > a, footer .sub-menu > li > a {
  font-weight: 500;
  color: #EFEFEF;
  text-decoration: none;
}

footer .menu > li > a:hover, footer .sub-menu > li > a:hover {
  text-decoration: underline;
}

footer .sub-menu {
  margin: 15px 0 0;
}

footer .sub-menu > li {
  display: block;
  float: none;
  margin: 0 0 15px;
}

footer .sub-menu > li > a {
  font-weight: 500;
  font-size: 0.875em;
}

footer .footer-upper {
  margin: 0 0 20px;
}

footer .footer-upper .menu > li {
  float: left;
  width: 50%;
}

footer .footer-logo {
  width: 130px;
  margin: 0 0 20px;
}

footer .footer-logo img {
  width: 100%;
  height: auto;
}

footer .footer-lower {
  font-size: 0.6875em;
}

footer .footer-lower .copyright-text {
  margin: 0 0 25px 0;
  float: left;
}

footer .footer-lower .menu {
  float: right;
}

footer .footer-lower .menu > li {
  text-align: right;
  margin: 0 0 15px 0;
}

footer .newsletter-signup {
  position: relative;
  width: calc(100% + 30px);
  padding: 30px 0 20px;
  margin: 30px -15px 0;
  background: url(../images/oval-newsletter.svg) no-repeat center bottom;
  background-size: cover;
  text-align: center;
  /*@include bp(md) {
            margin: 0;
            width: 470px;
        }*/
}

footer .newsletter-signup form {
  padding: 0 20px;
}

footer .newsletter-signup .icon-wrapper {
  margin: 0 0 8px;
}

footer .newsletter-signup .icon-wrapper i {
  font-size: 2.5em;
}

footer .newsletter-signup h3 {
  font-weight: 600;
  margin: 0 0 15px;
  font-size: 1.75em;
  color: #fff;
}

footer .newsletter-signup .form-group {
  margin: 0 0 13px;
}

footer .newsletter-signup .form-group input[type="checkbox"] {
  vertical-align: middle;
}

footer .newsletter-signup .form-group .form-control {
  background-color: #F2F2F2;
  color: #595959;
  width: 100%;
  max-width: 270px;
}

footer .newsletter-signup .form-group .wpcf7-not-valid {
  border: 2px solid #900;
}

footer .newsletter-signup .form-group .wpcf7-list-item {
  margin-left: 0;
}

footer .newsletter-signup .form-group .wpcf7-list-item-label {
  font-size: 0.857em;
  color: #fff;
}

footer .newsletter-signup .form-group .wpcf7-list-item-label a {
  color: #fff;
}

footer .newsletter-signup .form-group-btn {
  padding: 8px 0 0;
}

footer .newsletter-signup .wpcf7 form .wpcf7-response-output {
  display: none;
  width: 100%;
  max-width: 280px;
  bottom: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0 0 20px 45px;
  color: #fff;
  line-height: 1.25;
}

footer .newsletter-signup .wpcf7 form .wpcf7-response-output:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  line-height: 42px;
}

footer .newsletter-signup .wpcf7-not-valid-tip {
  display: none;
}

@media (min-width: 340px) {
  footer .newsletter-signup {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    background-size: contain;
  }
}

@media (min-width: 480px) {
  footer .footer-lower .copyright-text {
    margin: 0 25px 0 0;
    float: left;
  }
  footer .footer-lower .menu {
    float: left;
  }
  footer .footer-lower .menu > li {
    float: left;
    text-align: left;
    margin: 0 25px 0 0;
  }
}

@media (min-width: 768px) {
  footer {
    margin: -70px 0 0 0;
  }
  footer:before {
    width: 140%;
    border-radius: 50% 50% 0 0;
  }
  footer .footer-upper {
    margin: 40px 0 0;
  }
  footer .footer-lower .copyright-text {
    float: left;
  }
  footer .footer-lower .menu {
    float: right;
  }
  footer .footer-lower .menu > li {
    float: none;
    text-align: right;
    margin: 0 0 25px;
  }
  footer .newsletter-signup h3 {
    font-size: 2.3125em;
  }
}

@media (min-width: 992px) {
  footer .footer-upper {
    margin: 40px 0 20px;
  }
  footer .footer-upper .menu > li {
    width: 33%;
  }
  footer .footer-logo {
    margin: 0 0 30px;
  }
  footer .footer-lower .copyright-text {
    margin: 0 25px 0 0;
    float: left;
  }
  footer .footer-lower .menu {
    float: left;
  }
  footer .footer-lower .menu > li {
    float: left;
    text-align: left;
    margin: 0 25px 0 0;
  }
  footer .newsletter-signup {
    width: calc(100% + 30px);
    height: 380px;
    margin: 0 -15px;
    padding: 50px 0 0 0;
  }
}

.cookies-popup {
  display: block;
  position: fixed;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #4A9539;
  color: #FFF;
  text-align: center;
  font-size: 0.9em;
  font-weight: bold;
  padding: 15px 15px 0;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  z-index: 1000;
}

.cookies-popup.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.cookies-popup a {
  color: #FFF;
  font-weight: 300;
  text-decoration: underline;
}

.cookies-popup a:hover {
  text-decoration: none;
}

.cookies-popup .close-cookie-message {
  font-size: 1.231em;
}

.cookies-popup p {
  margin-bottom: 0;
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  .cookies-popup {
    padding: 15px 30px 0;
  }
}

.content-finder-button {
  position: fixed;
  right: 0;
  top: 20%;
  z-index: 1000;
}

.content-finder-button a {
  display: block;
  width: 190px;
  -webkit-transform: rotateZ(-90deg);
          transform: rotateZ(-90deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  background-color: #232450;
  color: #fff;
  padding: 7px 35px 15px;
}

.content-finder-button a:before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  left: 50%;
  top: -10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #232450;
  border-radius: 100% / 100%;
  z-index: -1;
}

.content-finder-button a:after {
  content: '\f077';
  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;
}

.content-finder-button a.open:after {
  content: '\f078';
}

.content-finder-button a:hover, .content-finder-button a:active, .content-finder-button a:focus {
  background-color: #232450;
}

.content-finder {
  position: fixed;
  right: 0;
  top: calc(20% + 39px);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  width: 290px;
  min-height: 190px;
  z-index: 999;
  padding: 15px 70px 15px 0;
  background-color: #F1FAFF;
}

.content-finder:before {
  content: '';
  width: 50%;
  height: 100%;
  position: absolute;
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #F1FAFF;
  border-radius: 25% / 100%;
  z-index: -1;
}

.content-finder.active {
  -webkit-transform: none;
          transform: none;
}

.content-finder .select-wrapper {
  position: relative;
  width: 100%;
}

.content-finder .select-wrapper select {
  -moz-appearance: none;
       appearance: none;
  -ms-apperance: none;
  -webkit-appearance: none;
  background-color: #fff;
  border: none;
  width: 100%;
}

.content-finder .select-wrapper select::-ms-expand {
  display: none;
}

.content-finder .select-wrapper span {
  position: absolute;
  top: 1px;
  bottom: 1px;
  right: 1px;
  width: 25px;
  line-height: 40px;
  pointer-events: none;
  background-color: #fff;
}

.content-finder .option-one-wrapper, .content-finder .option-two-wrapper {
  margin: 0 0 15px;
}

.content-finder .option-two-wrapper {
  position: relative;
  height: 40px;
}

.content-finder .option-two-wrapper .select-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.content-finder .option-two-wrapper .select-wrapper.active {
  display: block;
}

.content-finder .btn {
  width: 100%;
  padding: 9px 35px;
  font-weight: 500;
}

.content-finder .btn:hover {
  background-color: #BFE8FF;
  color: #232450;
}

/* -=-=-=-=-=-=- Added CSS -=-=-=-=-=-=-= */

/*  NAV */

.shopping-cart-indicator {
width: 18px;
height: 18px;
line-height: 18px;
text-align: center;
vertical-align: middle;
background: #232450;
color: #fff;
font-weight: 700;
position: absolute;
bottom: 8px;
left: 8px;
font-size: 0.56em;
border-radius: 50%;
z-index: 1;
}

.mobile-header .shopping-cart-indicator {
  left: 0px;
  bottom: 25px;
}

.list-item-image {
  position: relative;
}

.page-header-curved {
  width: 100vw;
  background: #232651;
  margin-top: 60px;
  height: 240px;
  border-bottom-left-radius: 50% 90px;
  border-bottom-right-radius: 50% 90px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.page-header-curved *:not(i) {
  z-index: 2;
}

.header-paw-icon {
  position: absolute;
  font-size: 30em;
  z-index: 1;
  opacity: 0.166;
  right: 10%;
  top: -20%;
  transform: rotate(340deg);
}

/* HOMEPAGE */

.home .product-listing .product-list .products {
  display: flex;
    justify-content: space-around;
}

.woocommerce .woocommerce-breadcrumb {
  height: 60px;
  background: #f7f7f7;
  color: #232651;
  font-family: cronos-pro-display, sans-serif;
  margin-top: 60px;
  padding: 21px 16px 0px 16px;
  font-size: 1.125em;
}

.page-header-curved h1, .page-header-curved p {

  text-align: center;
  color: #fff;
}

.page-header-curved h1 {
  margin: 0;
}

.page-header-curved p {
  width: 50%;
  margin: 1em auto;

}

.page-header-curved.bkg-ocean-blue {
background: #1d8fcd;
}
/* PRODUCT TABS */

.product-tabs-outer-container {
  background-color: #f1f1f1;
  padding-top: 120px;
  position: relative;
  top: -20px;
  z-index: 0;
}

/* PRODUCT FLAGS */

.product-flag-container {
  margin-bottom: 80px;
}

.related .product-flag-container {
  margin-bottom: 0;
}

.product .product_flag {
  position: absolute;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.75em;
  padding: 4px 9px;
  font-weight: 500;
    font-family: franklin-gothic-urw, sans-serif;
}

.product:not(li) .product_flag {
  position: relative;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.75em;
  padding: 4px 9px;
  display: inline-block;
  float: left;
  margin-right: 7px;
}

.product:not(li) .product_flag.icon_new {
  background: #232450;
  top: -8px;
  border-radius: 2px;
  padding: 9px;
}

.product_flag.icon_bestseller {
  background: #e46e04;
  bottom: 4px;
  left: 4px;
  border-radius: 12px;
  border-bottom: 2px solid #B75600;
}

.product_flag.icon_selling_fast {
  background: #d80f15;
  bottom: 4px;
  left: 4px;
  border-radius: 12px;
  border-bottom: 2px solid #AE0307;
}

.product_flag.icon_new {
  background: #232450;
  top: 0;
  left: 0;
  border-radius: 2px;
  padding: 3px 12px;
}

.product_flag.icon_bestseller.icon_nudge_up,
.related .product_flag.icon_bestseller.icon_nudge_up {
  bottom: 32px;
}

.single-product .product-main-container .product_flag.icon_bestseller.icon_nudge_up {
  bottom: 4px;
}

.product-content-container .product_flag.icon_selling_fast {
bottom: 0px;
}

/*  Products Explained */

#icon-list {
  position: relative;
  z-index: 2;
  padding-top: 60px;
}

#icon-list .icon-header { text-align: center; margin-bottom: 40px;}

/* Tips - Advice tags */
.tips-advice-header .header-paw-icon i {
right: -20%;
font-size: 40em;
}

.home .tips-advice.layout-1:before,
.archive .tips-advice.layout-1:before {
  background: linear-gradient(
180deg
, #1d8fcd 100%, #FFFFFF 100%);
  }

.home .tips-advice.layout-1 .tips-advice-header h2,
.archive .tips-advice.layout-1 .tips-advice-header h2 {
  color: #fff;
  float: none;
  width: 100%;
  text-align: center;
}

.home .tips-advice .tips-advice-wrapper,
.archive .tips-advice .tips-advice-wrapper {
  padding: 0px;
}

.home .tips-advice.layout-1 .tips-advice-description,
.archive .tips-advice.layout-1 .tips-advice-description {
  margin: auto;
  color: #fff;
  line-height: 1.5em;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .home .tips-advice.layout-1 .tips-advice-description,
  .archive .tips-advice.layout-1 .tips-advice-description {
    width: 690px;
  }

}

@media (max-width: 768px) {

    .home .tips-advice .tips-advice-content .tips-advice-article-list .post-link-wrap .post-item .post-thumbnail,
    .archive .tips-advice .tips-advice-content .tips-advice-article-list .post-link-wrap .post-item .post-thumbnail{
      margin-bottom: 0;
    }
}

.home .tips-advice.layout-1 .tips-advice-blog-link,
.archive .tips-advice.layout-1 .tips-advice-blog-link {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 40px;
}

.home .tips-advice.layout-1 .tips-advice-header .icons,
.archive .tips-advice.layout-1 .tips-advice-header .icons {
  float: none;
  text-align: center;
  color: #fff;
  filter: grayscale(1) brightness(10);
  margin-bottom: 15px;
}

.home .tips-advice.layout-1 .tips-advice-content .tips-advice-article-list,
.archive .tips-advice.layout-1 .tips-advice-content .tips-advice-article-list {
  margin: 0 0 0 0%;
  width: 100%;
}

.archive .tips-advice {
  padding-top: 80px;
  position: relative;
  z-index: 1;
  top: -80px;
}

.tips-advice .tags {
  color: #fff;
  display: inline-block;
  padding: 4px;
  text-transform: uppercase;
  margin-bottom: 0.75em;
  margin-right: 0.56em;
}

/* Product listings */

.archive .website-control.banner-landing.standard::before {
clip-path: none !important;
-webkit-clip-path: none !important;
}

.woocommerce ul.products li.product .product_header .quickview_icon {
  z-index: 8;
}

h6.product-brand {
  margin-bottom: 0px;
}

.archive footer {
  margin: 0;
}

/* .archive.woocommerce .product-listing ul.products li.product, .product-listing ul.products li.product {
box-shadow: 0px 0px 36px 0px rgba(0,0,0,0.125);
padding: 0px;
margin-right: 14px;
width: calc(25% - 14px);
} */

/* @media (max-width: 1150px) {
.archive.woocommerce .product-listing ul.products li.product, .product-listing ul.products li.product {
  width: calc(33.333% - 14px);
  }
} */

/* @media (min-width: 992px) {
.archive.woocommerce .product-listing ul.products li.product, .product-listing ul.products li.product {
  width: calc(33.333% - 14px);
}
} */

/* @media (max-width: 768px) {
.archive.woocommerce .product-listing ul.products li.product, .product-listing ul.products li.product {
  width: calc(50% - 14px) !important;
}
} */


/* @media (min-width: 240px) {
.archive.woocommerce .product-listing ul.products li.product, .product-listing ul.products li.product {
  width: calc(100% - 14px);
}
} */



/* @media only screen and (max-width: 768px){
.product-listing ul.products li.product, .product-listing ul.products li.product {
  width: calc(25% - 14px) !important;
  margin-right: 3px !important;
}} */

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 1.25em;
}

.woocommerce ul.products li.product .price {
  font-size: 1.5em;
  color: #232450;
  font-family: cronos-pro-display, sans-serif;
}

.woocommerce div.product p.price {
  font-size: 2.5em;
  color: #232450;
  font-family: cronos-pro-display, sans-serif;
}

.woocommerce ul.products li.product .button {
  background: #232450;
  text-transform: uppercase;
  color: #fff;
  margin-top: 0;
  width: 75%;
}

.woocommerce ul.products li.product .cw_quantity_select {
  width: 25%;
}

.woocommerce ul.products li.product.has-subscription-plans .cw_quantity_select {
  display: none;
}

.woocommerce ul.products[class*=columns-] li.product.has-subscription-plans .product_footer > form.cart {
width: 100%;
padding-left: 0px;
}

.woocommerce ul.products li.product .cw_quantity_select select {
  background: none;
  border: 1px solid #cacaca;
  border-radius: 2px;
  margin-right: 7px;
  height: 2.25em;
  width: calc(100% - 7px);
  border-radius: 2px;
}

.woocommerce ul.products li.product .wcsatt-sub-options {
  display: none;
}

.woocommerce ul.products li.product .button:hover {
  filter: brightness(1.1);
  background-color: #232450;
}

.woocommerce ul.products li.product .button:focus {
  background-color: #232450;
}

/* Single Product */

.product-main-container {
border-bottom-left-radius: 50% 36px;
border-bottom-right-radius: 50% 36px;
background-color: #fff;
position: relative;
z-index: 1;
padding-bottom: 60px;
}

.product-content-container {
  float: left;
  width: 48%;
}

.single-product.woocommerce .wcsatt-sub-options {
  display: none;
}

.mm-slideout {
  height: auto;
}

.woocommerce-products-header {
  position: relative;
  z-index: 1;
  padding: 76px 0 0;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  width: 320px;
  margin: auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.woocommerce-product-gallery__wrapper .prev-img-btn, .next-img-btn {
  position: absolute;
  font-size: 1.25em;
  top: 200px;
  font-weight: 100;
  cursor: pointer;
  z-index:2;
  user-select: none;
}
.prev-img-btn {
  right:50%;
  transform: translateX(-160px);
}

.next-img-btn {
  left:50%;
  transform: translateX(160px);
}

.woocommerce-product-gallery__image {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.2s;
}

.woocommerce-product-gallery__image:nth-of-type(1) img {
padding: 12px;
}

.woocommerce-product-gallery__image:nth-of-type(1) {

position: relative;
height: 420px;
width: 100%;
}

/* OLD Product Gallery Image Styles
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  width:33.333%;
  padding: 2px;
}
*/

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 16.665%;
  padding: 2px;
}

.product-circle {
  width: 360px;
  height: 320px;
  position: absolute;
  border-radius: 50% 48% 46% 44%;
  top: 0;
  left:50%;
  transform: translateX(-180px);
  top: 50px;
  z-index: 0;
  opacity: 0.5;
}

.product .onsale {
  display: none;
}

.product .product-function {
  display: inline-block;
  background: #1E8FCD;
  color: #fff;
  border-bottom-left-radius: 50% 12px;
  border-bottom-right-radius: 50% 12px;
  padding: 0.25em 1em 0.5em 1em;
  margin-top: 2em;
  font-size: 1.125em;
  letter-spacing: 1px;
  font-family: franklin-gothic-urw, sans-serif;
  text-transform: uppercase;
  font-weight: 100;

}

.woocommerce-product-details__short-description {
  color: #232450;
  /* font-family: cronos-pro-display, sans-serif; */
  font-weight: 700;
}

.woocommerce-product-details__short-description ul {
  position: relative;
  left: 18px;
  list-style-image: url('../images/paw-solid.png');
  font-weight: 400;
}

.product-listing .product-filter {
  background-color: #d5e9f4 !important;
  margin: 0 !important;
}

.product-listing .product-filter .filter-selects .filter-item select {
  background-color: #fff;
  color: #232450;
}

.product-listing .product-filter .title {
  font-size: 1.125em !important;
  font-weight: 400 !important;
}

.woocommerce .woocommerce-ordering select {
  background-color: #fff;
  color: #232450;
  border: 1px solid #cacaca;
  border-radius: 2px;
  margin-right: 16px;
}

.woocommerce select.woocommerce-post-count {
  background-color: #fff;
  color: #232450;
  border: 1px solid #cacaca;
  border-radius: 2px;
  margin-right: 16px;
  float: right;
}



.product-listing .product-list .list-inner .list-item-wrapper .product-item .list-item-content h3.product-title {
    font-size:1.5em;
}

.single-product .cw_quantity_select {
  width: calc(25% - 14px);
  margin-right: 14px;
}

.single-product .cw_quantity_select select {
  background: #fff;
  border: 1px solid #cacaca;
  border-radius: 2px;
  width: 100%;
  height: 2.5em;
}

.single-product.woocommerce .single_add_to_cart_button.button.alt {
  background-color: #232450;
  width: 75%;
  border-radius: 2px;
  height: 2.5em;
  text-transform: uppercase;
}



/* -=-=-=-= RELATED PRODUCTS -=-=-=-=-= */

.related {
position: relative;
}


.related h2 {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 40px;
}

.woocommerce .related ul.products li.product, .product-listing ul.products li.product {
box-shadow: 0px 0px 36px 0px rgba(0,0,0,0.125);
padding: 14px;
margin-right: 14px;
}

.single-product .related .cw_quantity_select {
  margin-right: 0px;
}

.woocommerce .related ul.products {
  display: flex;
  justify-content: space-around;
}

.woocommerce .related .slick-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
}

.woocommerce .related .slick-control.slick-next {
  right:0
}

.woocommerce .related .slick-control.slick-prev {
left: 0;
}

/* .product-price {
    margin-bottom: 1em;
    font-weight: 700;
    font-size:2em;
}

.product-price.strikethrough-price {
    text-decoration: line-through;
    margin-bottom: 0px;
    color: #f00;
    font-size:1.25em;
} */

.slick-slider {
z-index: 2;
}

.product-details .product-info ul {
  margin-bottom: 0px;
}

.product-details .product-info p {
  display: none;
}


.best-used-conjunction-header {
  width: 100%;
  max-width: 420px;
  margin: auto;
  margin-bottom: 0.75em;
  margin-top: 2.5em;
  font-size: 1.125em;
}

.best-used-conjunction-container {
  background: #e8f3f9;
  width: 100%;
  max-width: 420px;
  margin: auto;
  min-height: 120px;
  display: flex;
  position: relative;
}

.best-used-conjunction-image-container {
  display: block;
  width: 100%;
  flex: 0 0 1;
  padding: 7px;
  bottom: 0px;
}

.best-used-conjunction-inner-container {
display: block;
padding: 7px;
bottom: 0px;
}

.best-used-conjunction-inner-container:nth-of-type(1) {

    flex: 0 0 33.33%;
}

.best-used-conjunction-inner-container:nth-of-type(2) {

    flex: 0 0 66.66%;
    padding-left: 12px;
}

.product-conjunction-title {
  margin-top: 1.125em;
  font-size: 1.125em;
  min-height: 54px;
}

.product-conjunction-image {
    flex: 0 0 25%;
    width: 25%;
}

.product-conjunction-price {
  display: inline-block;
  float: left;
  width: 33.333%;
}

.product-conjunction-form {
  display: inline-block;
  float: right;
  width: 66.666%;
  margin-top: 4px;
}

.product-conjunction-form input[type=checkbox]{
  display: inline-block;
  float: right;
  width: 25%;
  outline: 1px solid #cacaca;
  width: 24px;
  height: 24px;
  visibility: hidden;
}


.product-conjunction-form input[type=checkbox]:after {
  content: "";
  line-height: 24px;
  padding-left: 3px;
  background-color: #fff;
  display: inline-block;
  color: #232450;
  width: 24px;
  height: 24px;
  visibility: visible;
  border: 1px solid #cacaca;
  border-radius: 2px;
}
.product-conjunction-form input[type=checkbox]:checked:after {
  content: "\f00c";
  font-weight: bold;
  font-family: "Font Awesome 5 Pro";
}

.product-conjunction-form label{
  display: inline-block;
  float: right;
  margin-left: 12px;
  margin-top: 4px;
  font-size: 1em;
  width: 75%;
  font-family: cronos-pro-display, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

.products-carousel-simple .product-list-carousel-simple .product-item .related-product-title {
  font-size: 1em;
  text-align: left;
  font-family: cronos-pro-display, sans-serif;
}

.related-product-price {
  font-size: 1.25em;
  text-align: left;
  font-family: cronos-pro-display, sans-serif;
}

.product-list-carousel-simple .product-list .product-img {
  position: relative;
}




.product-comparison table.product-comparison-table tbody tr td.n i {
  color: #f5b3b3;
}

.stockists-container {
    position: relative;
    background: url(../images/oval-stockists.svg) no-repeat center/contain;
    width: 100%;
    padding: 64% 0 0;

}

.stockists-container-block {
  width: 100%;
  padding: 0px 14px;
  display: flex;
  justify-content: space-around;
}

.stockists-container-block:nth-of-type(1) {
position: absolute;
top: 33.333%;
}

.stockists-container-block:nth-of-type(2) {
position: absolute;
top: 57.666%;
}

.stockists-container-block .stockists-carousel-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.stockists-container-block img {
  max-width: 135px;
}

#stockists-carousel h3 {
  margin-bottom: 0.5em;
}

#stockists-carousel p {
  font-family: cronos-pro-display, sans-serif;
}

#stockists-carousel a {
  font-family: cronos-pro-display, sans-serif;
  text-transform: uppercase;
}

/* -=-=- SUBSCRIPTION -=-=-=- */

.wcsatt-options-wrapper {
    color: #232450;
    font-weight: 700;
    margin-top: 40px;
}

.wcsatt-options-wrapper input[type=radio] {
  width: 27px;
  height: 27px;
  margin-right: 0.5em !important;
  cursor: pointer;
  font-size: 38px;
  line-height: 20px;
  visibility: hidden;
}

.wcsatt-options-wrapper input[type=radio]:after {
  content: " ";
  line-height: 20px;
  padding-left: 1px;
  background-color: #fff;
  display: inline-block;
  margin-left: 10px;
  color: #232450;
  width: 27px;
  height: 27px;
  visibility: visible;
  border: 1px solid #cacaca;
  border-radius: 50%;
}

.wcsatt-options-wrapper input[type=radio]:checked:after {
  content: "\25CF";
  font-weight: bold;
  padding: -5px;
}

.wcsatt-options-wrapper .wcsatt-options-product span {
  transform: translateY(-8px);
  font-weight: 400;
}

.wcsatt-options-wrapper .wcsatt-options-product-prompt {
  display: none;
}

.wcsatt-options-wrapper .subscription-option input {
  transform: translateY(8px);
}

.wcsatt-options-product label p {
  float: right;
  font-size: 1.25em;
  margin-top: 5px;
  margin-bottom: 0px;
}

.wcsatt-options-product li:nth-of-type(2) label p {
  margin-top: 11px;
}


/* -=-=-=-== SIGN IN -=-=-=-= */

.sign-up-account--link {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.8rem;
  position: relative;
}

.sign-up-account--link:hover {
  text-decoration: none;
}

.sign-up-account--link:after {
  content: '';
  border-bottom: 3px solid #0a4b78;
  position: absolute;
  bottom: -3px;
  width: 100%;
  height: 3px;
  left: 0;

}

.cart-header-container {
  display: flex;
  margin-top: 60px;
}

.cart-header-container span {
  font-size: 0.375em;
  font-weight: 400;
  margin-left: 14px;
  font-family: franklin-gothic-urw, sans-serif;
}

.woocommerce table.shop_table {
    border: none;
    border-spacing: 0px 7px;
}

.woocommerce table.shop_table td {
  border-top: none;
    font-family: cronos-pro-display, sans-serif;
    font-size: 1.125em;
}

.woocommerce-cart table.cart .product-thumbnail {
  width: 16.666%;
}

.woocommerce-cart table.cart .product-name {
  width: 49.9995%;
  padding-right: 16.6665%;
}

.woocommerce-cart table.cart .product-price, .woocommerce-cart table.cart .product-quantity, .woocommerce-cart table.cart .product-subtotal {
  width: 11.111%;
}

.woocommerce-cart table.cart .product-quantity select {
  background: #fff;
  height: 1.5em;
}

.woocommerce-cart table.cart .product-quantity select:focus {
  outline: none;
}

.woocommerce-cart table.cart .product-thumbnail img {
  width: 100%;
}

.woocommerce-cart table.cart tr {
border: none;
background-color: #f1f1f1;
}

.woocommerce-cart table.cart tbody tr {
margin-bottom: 12px;
position: relative;
}

.woocommerce-cart table.cart tbody .remove-cart-item-btn {
  margin-top: 90%;

}

.woocommerce-cart table.cart tbody .remove-cart-item-btn span {

  background: #fefefe;
  cursor: pointer;
  z-index: 2;
  color: #232450;
  text-transform: uppercase;
  text-align: center;
  font-size: 0.75em;
  padding: 4px 7px;
}

.woocommerce-cart table.cart tbody .remove-cart-item-btn span:hover {
  text-decoration: none;
}

 .woocommerce-cart table.cart td {
   vertical-align: top;
 }

.woocommerce-cart table.cart thead tr {
  background: transparent;
}

 .woocommerce-cart table.cart td:not(.product-thumbnail) {
   padding-top: 24px;
 }

 .woocommerce .cart-collaterals .cart_totals {
   float: left;
   width: 100%;
 }

  .woocommerce .cart-collaterals .cart_totals th {
    font-weight: 100;
  }

 .woocommerce .cart-collaterals .cart_totals td {
   text-align: right;
   font-size: 1.25em;
 }

 .woocommerce .cart-collaterals .wc-proceed-to-checkout a {
   padding: 0.75em;
   background-color: #232450;
   font-weight: 500;
   border-radius: 2px;
   text-transform: uppercase;
 }

  .woocommerce .cart-collaterals .wc-proceed-to-checkout a:hover {
background-color: #232450;
filter: brightness(1.1);
}

.woocommerce-cart .wcsatt-options  input[type=radio] {
  width: 20px;
  height: 20px;
  cursor: pointer;
  font-size: 28px;
  line-height: 20px;
  visibility: hidden;
}

.woocommerce-cart .wcsatt-options  input[type=radio]:after {
  content: " ";
  line-height: 18px;
  background-color: #fff;
  display: inline-block;
  color: #232450;
  width: 20px;
  padding-left: 1px;
  height: 20px;
  visibility: visible;
  border: 1px solid #cacaca;
  border-radius: 50%;
}

.woocommerce-cart .wcsatt-options  input[type=radio]:checked:after {
  content: "\25CF";
  font-weight: bold;
}

.w-100 {
  width: 100%;
}

.woocommerce-shipping-destination {
  display: none;
}

.woocommerce-shipping-calculator {
  display: none;
}

/* Checkout */

.checkout_coupon, .woocommerce-form-coupon {
  display: block !important;
}

 .woocommerce .wc-address-validation-billing-field a,
 .woocommerce .wc-address-validation-shipping-field a {
   height: 40px;
   text-transform: uppercase;
   color: #232450;
   line-height: 20px;
 }


/* My Account Dashboard */
.account-row:not(.account-inner-row) {
  margin-top: 4em;
}

.account-inner-row {
  margin-top: 2em;
}

.account-dashboard-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.account-dashboard-heading h3 {
  margin-bottom: 0;
}

.account-dashboard-content-area {
  display: block;
  margin-top: 1em;
}

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

/* QUICKVIEW MODAL */

/* .scrolljacker-wrapper .scrolljacker .arrow-scroll {

} */

.quickview-modal--bg {
  width: 100vw;
  height: calc(100vh - 60px);
  background: rgba(0,0,0,0.25);
  position: fixed;
  top: 60px;
  left: 0;
  z-index: 9;
  display: flex;
  flex-direction: column;
  visibility: hidden;
  transition: 0.5s;
  opacity: 0;
}

.quickview-modal--container {
  width: 90vw;
  max-width: 1150px;
  padding-top: 70px;
  margin: auto;
  min-height: 420px;
  max-height: 80vh;
  background: #fff;
  border-radius: 2px;
  transition: 0.5s;
  transform: translateY(150vh);
  overflow-y: scroll;
}

.quickview-modal--container::-webkit-scrollbar {
  width: 4px;               /* width of the entire scrollbar */
}

.quickview-modal--container::-webkit-scrollbar-track {
  background: #f1f1f1;        /* color of the tracking area */
}

.quickview-modal--container::-webkit-scrollbar-thumb {
  background-color: #232450;    /* color of the scroll thumb */
  border-radius: 2px;       /* roundness of the scroll thumb */
}

.quickview-modal-container .container {
  width: 100%;
}

.quickview-modal--close {
position: fixed;
right: 14px;
top: 14px;
font-size: 1.777em;
z-index: 9999;
color: #cacaca;
}

.quickview-modal--container .woocommerce-product-gallery {
  opacity: 1 !important;
  float: left;
  width: 48%;
  position: relative;
}

.quickview-modal--container .container {
  width: initial;
}


.quickview-modal--container div.product div.images .woocommerce-product-gallery__wrapper {
  width: 320px;
  margin: auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.quickview-modal--container div.product div.images img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: none;
}

.quickview-modal--container div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 25%;
  display: inline-block;
}

.quickview-modal--container div.product p.price {
    font-size: 2.5em;
    color: #232450;
    font-family: cronos-pro-display, sans-serif;
    margin-top: 80px;
}

.quickview-modal--container .wcsatt-sub-options {
  display: none;
}

 .quickview-modal--container .single_add_to_cart_button.button.alt {
    background-color: #232450;
    width: 75%;
    border-radius: 2px;
    height: 2.5em;
    text-transform: uppercase;
    color: #fff;
    outline: none;
    border: none;
    font-weight: 700;
}

 .quickview-modal--container .cw_quantity_select select {
    background: #fff;
    border: 1px solid #cacaca;
    border-radius: 2px;
    width: 100%;
    height: 2.5em;
}

 .quickview-modal--container .cw_quantity_select {
    width: calc(25% - 14px);
    margin-right: 14px;
}

 .quickview-modal--container .best-used-conjunction-header {
   display: none;
 }

 .quickview-modal--container .best-used-conjunction-container {
   display: none;
 }

  .quickview-modal--container .product-tabs-outer-container {
    display: none;
  }

  .quickview-modal--container .product-comparison {
    display: none;
  }

  .quickview-modal--container .stockists_module {
    display: none;
  }

  .quickview-modal--container .related {
    display: none;
  }

  .quickview-modal--container .product_flag.icon_bestseller.icon_nudge_up {
    bottom: 0px;
  }

  #instagram-feed .instagram-icon {
    position: relative;
  }

  #instagram-feed .instagram-icon i {
    position: absolute;
    top: 12px;
    font-size: 1.125em;
    left: 50%;
    transform: translateX(-0.48em);
    color: #29791f;
  }

  .comparison-tab-list {
    display: none;
  }

  .comparison-item-heading {
    text-align: center;
  }

  .product-comparison .comparison-tabs .comparison-item-heading img {
    width: 80px;
  }

  .product-comparison .comparison-tabs .comparison-item-heading.has-img{
    padding: 12px 20px;
  }

  .comparison-item-heading:after {
    content: "\f078";
    position: absolute;
    right: 20px;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgba(255,255,255,0.5);
    font-family: 'Font Awesome 5 Pro';
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  }




.pawtrack-canvas {
  position: relative;
  overflow-y: hidden;
  overflow-x: hidden;
}

.pawtrack {
  position: absolute;
  color: #9C9DB7;
  z-index: 0;
}

.pawtrack i {
    transition: transform 0.2s, opacity 0.2s;
}

.pawtrack.pawprint {
  color: #cacaca;
  z-index: -1;
  /* animation-name: pawprint-fade;
  animation-duration: 5s;
  animation-delay: 1.5s;
  animation-timing-function: cubic-bezier(0.6,0.1,0.8,0.5);
  animation-iteration-count: 1;
  animation-fill-mode: forwards; */
}

@keyframes pawprint-fade {

  0% { opacity: 1;}
  10% {opacity: 1;}
  100% {opacity: 0;}
}

/* Instagram plugin */

.zoom-instagram-widget__items {
  padding-left: 12px;
}

.zoom-instagram-widget__items .zoom-instagram-widget__item:nth-of-type(n+9) {
  display: none;
}

@media screen and (max-width: 768px) {
  .zoom-instagram-widget__items .zoom-instagram-widget__item:nth-of-type(n+10) {
    display: none;
  }
}

.zoom-instagram-widget__follow-me {
  display: none;
}

/* Stockist page */
.page--stockists {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    width: 50%
}

.page--stockists .stock--logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
}

.page--stockists .stock--logo img {
    filter: grayscale(1);
    transition: all 0.3s ease-in-out;
}

.page--stockists .stock--logo:hover img {
    filter: grayscale(0);
}

p.lead-stockist {
  font-size: 25px;
}

.hide-desktop {
  display: none;
}

@media screen and (max-width: 490px) {
    .page--stockists {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 0;
        width: 100%;
    }

  .page--stockists .stock--logo img {
    filter: grayscale(0);
    transition: all 0.3s ease-in-out;
  }

  .hide-mobile {
    display: none;
  }

  .hide-desktop {
    display: block;
  }
}

.widget.cta_widget h3 {
  font-size: 2em;
}

.widget.cta_widget p {
  font-size: 1.25em;
}

.page-treat-or-prevent #flea-tick-prevention, .page-treat-or-prevent #flea-tick-treatment {
  margin-bottom: 240px;
}

.navigation-link--subscriptions {
  display: none
}

#engagement_cloud_checkbox_field {
  display: none;
}

#customer_details #engagement_cloud_checkbox_field {
  display: block;
}

.woocommerce-account .woocommerce-notices-wrapper {
  margin-top:80px;
}

#newsletter-form .container .equal-them-group .equal-me-newsletter {
  min-height: 420px;
}

#cmplz-document {
  padding: 2%;
}

.page-blog .old-feed {
  display: none;
}
/*# sourceMappingURL=inline.css.map */
