/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/*parodontax colors _ POSSIBLE*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/*  POSSIBLE CUSTOM MIXINS  */
.overlay-background {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 9998;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.overlay-container {
  position: absolute;
  width: 100%;
  top: 150px;
  text-align: center;
  z-index: 9999;
  padding-bottom: 30px;
}

.overlay-content {
  position: relative;
  min-width: 80px;
  min-height: 80px;
  max-width: 90%;
  padding: 10px;
  display: inline-block;
  background: #FFF;
  text-align: left;
  border: solid 2px #323131;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.overlay-content-inner {
  overflow: hidden;
}

.overlay-close {
  z-index: 9999;
  font-size: 35px;
  line-height: 1;
  position: absolute;
  top: -40px;
  right: 15px;
  cursor: pointer;
  display: none;
  color: #fff;
  outline: none;
}
.overlay-close:after {
  content: "\f00d";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  font-weight: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.overlay-loading {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../../assets/img/loader.gif?auto=format) no-repeat 50% 50%;
}

/*# sourceMappingURL=overlay.css.map */
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/*parodontax colors _ POSSIBLE*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/*  POSSIBLE CUSTOM MIXINS  */
.accordion-container {
  border: solid 2px #323131;
  list-style: none;
  padding: 0;
  margin: 0;
}

.accordion-head {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  background-color: #e1e1e1;
  padding: 13px;
  margin: 0;
  color: #939191;
  border-top: 2px solid black;
}

.accordion-slide:first-child .accordion-head {
  border-top: 0;
}

.accordion-title {
  padding: 13px;
  margin: 0;
}

.accordion-content {
  padding: 13px;
}

.accordion-content-wrapper {
  border-left: 0;
  border-right: 0;
  border-top: 0;
}

.mod-js .accordion-slide .accordion-head:hover {
  background-color: #939191;
  color: white;
}
.mod-js .accordion-slide.is-active > .accordion-head:hover {
  background-color: #e1e1e1;
}
.mod-js .accordion-slide.is-active > .accordion-head {
  color: black;
}
.mod-js .accordion-content-wrapper {
  visibility: hidden;
  height: 0;
  position: relative;
  top: -999999px;
  left: -999999px;
  overflow: hidden;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.mod-js .accordion-slide.is-active > .accordion-content-wrapper {
  visibility: visible;
  position: relative;
  top: auto;
  left: auto;
  height: auto;
  overflow: auto;
}
.mod-js .accordion-slide.is-active:last-child > .accordion-content-wrapper {
  border-bottom: none;
}
.mod-js .accordion-head {
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
}
.mod-js .accordion-head:after {
  content: "\f054";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  font-weight: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: 8px;
  font-size: 12px;
  float: right;
}
.mod-js .accordion-slide.is-active > .accordion-head {
  cursor: default;
}
.mod-js .accordion-slide.is-active > .accordion-head:after {
  content: "\f078";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  font-weight: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: 8px;
  font-size: 12px;
  float: right;
}

.accordion {
  margin-bottom: 0;
  outline: none;
}
.accordion .accordion-container,
.accordion .accordion-slide,
.accordion .accordion-slide .accordion-head,
.accordion .accordion-slide .accordion-head:hover,
.accordion .accordion-slide.is-active .accordion-head,
.accordion .accordion-slide.is-active .accordion-head:hover,
.accordion .accordion-slide.is-active .accordion-head:focus {
  background: none;
  background-color: transparent;
  border: 0;
  color: currentColor;
  outline: none;
}
.accordion .accordion-slide .accordion-head::after,
.accordion .accordion-slide.is-active .accordion-head::after {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  font-size: 0;
  float: none;
}
.accordion .accordion-head {
  font-weight: normal;
}
.accordion .accordion-content {
  padding: 0;
  font-size: 16px;
  line-height: 1.56;
  letter-spacing: -.025em;
}
@media screen and (max-width: 1000px) {
  .accordion .accordion-content {
    font-size: 15px;
    line-height: 1.333;
  }
}
.accordion .accordion-content .component,
.accordion .accordion-content .component-content {
  margin-bottom: 0;
}

.journey-page .accordion .accordion-slide {
  position: relative;
  min-height: 120px;
  margin-top: 30px;
}
.journey-page .accordion .accordion-slide::before, .journey-page .accordion .accordion-slide::after {
  position: absolute;
  width: 10px;
  height: 100%;
  max-height: 120px;
  left: calc(50% - 5px);
  background: #cfcfcf;
  z-index: 9;
}
.journey-page .accordion .accordion-slide::before {
  content: '';
  top: 50px;
  opacity: 1;
  -webkit-transition: opacity 0.2s 0.1s;
  -moz-transition: opacity 0.2s 0.1s;
  transition: opacity 0.2s 0.1s;
}
.journey-page .accordion .accordion-slide:last-of-type {
  min-height: 130px;
}
.journey-page .accordion .accordion-slide:last-of-type::before, .journey-page .accordion .accordion-slide:last-of-type::after {
  content: none;
}
.journey-page .accordion .accordion-slide.passed::before {
  background: #cf0a2c;
}
.journey-page .accordion .accordion-slide .accordion-head {
  width: 50%;
  padding-top: 20px;
  padding-left: 70px;
  float: right;
  z-index: 10;
  font-weight: normal;
  position: relative;
}
.journey-page .accordion .accordion-slide .accordion-head::before, .journey-page .accordion .accordion-slide .accordion-head::after {
  position: absolute;
  content: '';
  border-radius: 100%;
  border: 4px solid white;
  box-sizing: border-box;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.journey-page .accordion .accordion-slide .accordion-head::before {
  width: 60px;
  height: 60px;
  top: 0;
  left: 0;
  z-index: 10;
}
.journey-page .accordion .accordion-slide .accordion-head::before {
  background: #001f5b;
}
.journey-page .accordion .accordion-slide .accordion-head::after {
  width: 40px;
  height: 40px;
  top: 10px;
  left: 0;
  z-index: 50;
  background: white;
}
@media only screen and (max-width: 767px) {
  .journey-page .accordion .accordion-slide .accordion-head::before, .journey-page .accordion .accordion-slide .accordion-head::after {
    left: 50%;
  }
}
.journey-page .accordion .accordion-slide .accordion-head a {
  font-size: 22px;
  line-height: 1.3em;
  color: #cf0a2c;
  z-index: 10;
}
@media screen and (max-width: 1000px) {
  .journey-page .accordion .accordion-slide .accordion-head a {
    font-size: 20px;
  }
}
.journey-page .accordion .accordion-slide .accordion-content-wrapper {
  width: 100%;
  max-height: 0;
  top: -70px;
  left: 0;
  visibility: visible;
  overflow: hidden;
  -webkit-transition: max-height 0.1s ease-out, height 0.1s ease-out;
  -moz-transition: max-height 0.1s ease-out, height 0.1s ease-out;
  transition: max-height 0.1s ease-out, height 0.1s ease-out;
}
.journey-page .accordion .accordion-slide .accordion-content-wrapper .journey-content-container {
  background: #f5f5f5;
  height: 0;
  padding-bottom: 50%;
  overflow: hidden;
  border-radius: 0 0 30px 0;
}
@media only screen and (max-width: 1000px) {
  .journey-page .accordion .accordion-slide .accordion-content-wrapper .journey-content-container {
    border-radius: 0 0 20px 0;
  }
}
.journey-page .accordion .accordion-slide .accordion-content-wrapper .journey-content-container:before, .journey-page .accordion .accordion-slide .accordion-content-wrapper .journey-content-container:after {
  content: "";
  display: table;
}
.journey-page .accordion .accordion-slide .accordion-content-wrapper .journey-content-container:after {
  clear: both;
}
.journey-page .accordion .accordion-slide .accordion-content-wrapper .journey-content-container .image,
.journey-page .accordion .accordion-slide .accordion-content-wrapper .journey-content-container .richText {
  width: 50%;
  float: left;
  clear: none;
}
.journey-page .accordion .accordion-slide .accordion-content-wrapper .journey-content-container .richText {
  padding: 90px 70px 60px;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
}
.journey-page .accordion .accordion-slide .accordion-content-wrapper .journey-content-container .richText p {
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: -.025em;
  margin: 0 0 20px;
}
@media screen and (max-width: 1000px) {
  .journey-page .accordion .accordion-slide .accordion-content-wrapper .journey-content-container .richText p {
    font-size: 13px;
    line-height: 1.38;
  }
}
@media screen and (max-width: 767px) {
  .journey-page .accordion .accordion-slide .accordion-content-wrapper .journey-content-container .richText p {
    font-size: 15px;
    line-height: 1.3333;
  }
}
.journey-page .accordion .accordion-slide .accordion-content-wrapper .journey-content-container .richText a {
  color: #cf0a2c;
  text-decoration: none;
}
.journey-page .accordion .accordion-slide .accordion-content-wrapper .journey-content-container .richText a:hover {
  color: #686868;
}
.journey-page .accordion .accordion-slide .accordion-content-wrapper .journey-content-container .richText .read-more {
  display: inline-block;
  position: relative;
  padding-right: 40px;
  font-size: 16px;
  line-height: 1.5em;
  color: #cf0a2c;
  vertical-align: middle;
  text-transform: uppercase;
}
.journey-page .accordion .accordion-slide .accordion-content-wrapper .journey-content-container .richText .read-more::after {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  top: calc(50% - 12px);
  right: 0;
  z-index: 10;
  border-radius: 100%;
  background: url(../../assets/img/icon-chevron-right.svg?auto=format) center/30% no-repeat #cf0a2c;
}
@media screen and (max-width: 1000px) {
  .journey-page .accordion .accordion-slide .accordion-content-wrapper .journey-content-container .richText .read-more::after {
    width: 22px;
    height: 22px;
    top: calc(50% - 11px);
  }
}
.journey-page .accordion .accordion-slide .accordion-content-wrapper .journey-content-container .richText .read-more:hover {
  color: #686868;
}
.journey-page .accordion .accordion-slide .accordion-content-wrapper .journey-content-container .richText .read-more:hover::after {
  background-color: #686868;
}
.journey-page .accordion .accordion-slide.is-active::before {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.journey-page .accordion .accordion-slide.is-active:not(:last-of-type)::after {
  content: '';
  bottom: -40px;
  z-index: -1;
}
.journey-page .accordion .accordion-slide.is-active .accordion-head {
  position: relative;
}
.journey-page .accordion .accordion-slide.is-active .accordion-head::before, .journey-page .accordion .accordion-slide.is-active .accordion-head::after {
  position: absolute;
  content: '';
  border-radius: 100%;
  border: 4px solid white;
  box-sizing: border-box;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.journey-page .accordion .accordion-slide.is-active .accordion-head::before {
  width: 60px;
  height: 60px;
  top: 0;
  left: 0;
  z-index: 10;
}
.journey-page .accordion .accordion-slide.is-active .accordion-head::before, .journey-page .accordion .accordion-slide.is-active .accordion-head::after {
  background: #cf0a2c;
  cursor: pointer;
}
.journey-page .accordion .accordion-slide.is-active .accordion-head::after {
  width: 44px;
  height: 44px;
  top: 8px;
  left: 0;
  z-index: 50;
}
@media only screen and (max-width: 767px) {
  .journey-page .accordion .accordion-slide.is-active .accordion-head::before, .journey-page .accordion .accordion-slide.is-active .accordion-head::after {
    left: 50%;
  }
}
.journey-page .accordion .accordion-slide.is-active .accordion-content-wrapper {
  height: 100%;
  max-height: 1200px;
  -webkit-transition: max-height 0.4s ease-in-out;
  -moz-transition: max-height 0.4s ease-in-out;
  transition: max-height 0.4s ease-in-out;
}
.journey-page .accordion .accordion-slide.is-active .accordion-content-wrapper .journey-content-container .richText {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: opacity 0.2s ease-in-out 0.4s, -webkit-transform 0.2s ease-in-out 0.4s;
  -moz-transition: opacity 0.2s ease-in-out 0.4s, -moz-transform 0.2s ease-in-out 0.4s;
  transition: opacity 0.2s ease-in-out 0.4s, transform 0.2s ease-in-out 0.4s;
}
@media only screen and (max-width: 1000px) {
  .journey-page .accordion .accordion-slide:last-of-type {
    min-height: 90px;
  }
  .journey-page .accordion .accordion-slide .accordion-head {
    padding-left: 50px;
  }
  .journey-page .accordion .accordion-slide .accordion-content-wrapper {
    top: -70px;
  }
  .journey-page .accordion .accordion-slide .accordion-content-wrapper .journey-content-container .richText {
    padding: 80px 50px 30px;
  }
  .journey-page .accordion .accordion-slide .accordion-content-wrapper .journey-content-container .richText p {
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .journey-page .accordion .accordion-slide {
    max-width: 460px;
    min-height: 160px;
    margin: 30px auto 0;
  }
  .journey-page .accordion .accordion-slide:last-of-type {
    min-height: 130px;
  }
  .journey-page .accordion .accordion-slide::before {
    content: '';
    top: 100px;
  }
  .journey-page .accordion .accordion-slide::after {
    max-height: 150px;
  }
  .journey-page .accordion .accordion-slide .accordion-head {
    width: 100%;
    text-align: center;
    padding: 65px 0 0;
  }
  .journey-page .accordion .accordion-slide .accordion-content-wrapper {
    top: -100px;
  }
  .journey-page .accordion .accordion-slide .accordion-content-wrapper .journey-content-container {
    height: auto;
    padding-top: 120px;
    padding-bottom: 0;
    border-radius: 0;
  }
  .journey-page .accordion .accordion-slide .accordion-content-wrapper .journey-content-container .image,
  .journey-page .accordion .accordion-slide .accordion-content-wrapper .journey-content-container .richText {
    width: 100%;
    float: none;
  }
  .journey-page .accordion .accordion-slide .accordion-content-wrapper .journey-content-container .richText {
    padding: 30px;
  }
  .journey-page .accordion .accordion-slide .accordion-content-wrapper .journey-content-container .richText p:last-of-type {
    margin: 0;
  }
}

.journey-page .red_circles .accordion {
  counter-reset: my-awesome-counter;
}
.journey-page .red_circles .accordion .accordion-slide {
  position: relative;
  min-height: 80px;
  margin-top: 30px;
  counter-increment: my-awesome-counter;
}
.journey-page .red_circles .accordion .accordion-slide::before, .journey-page .red_circles .accordion .accordion-slide::after {
  position: absolute;
  width: 10px;
  height: 100%;
  max-height: 120px;
  left: calc(50% - 5px);
  background: transparent;
  z-index: 9;
}
.journey-page .red_circles .accordion .accordion-slide:after, .journey-page .red_circles .accordion .accordion-slide:before {
  top: 102%;
  left: 50% !important;
  border: solid #fff;
  content: " ";
  height: 0 !important;
  width: 0 !important;
  position: absolute;
  pointer-events: none;
}
.journey-page .red_circles .accordion .accordion-slide:after {
  border-color: rgba(213, 196, 196, 0);
  border-top-color: #fff;
  border-width: 4px;
  margin-left: -4px;
}
.journey-page .red_circles .accordion .accordion-slide:before {
  border-color: rgba(131, 245, 123, 0);
  border-top-color: #001f5b;
  border-width: 7px;
  margin-left: -7px;
  background: transparent !important;
}
.journey-page .red_circles .accordion .accordion-slide .accordion-head {
  width: 50%;
  padding-top: 20px;
  padding-left: 70px;
  float: right;
  z-index: 10;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .journey-page .red_circles .accordion .accordion-slide .accordion-head {
    width: 100%;
    text-align: center;
    padding: 65px 0 0;
  }
}
.journey-page .red_circles .accordion .accordion-slide .accordion-head::before {
  background: #cf0a2c !important;
}
.journey-page .red_circles .accordion .accordion-slide .accordion-head::after {
  width: 40px;
  height: 40px;
  top: 10px;
  left: 0;
  z-index: 50;
  border: none !important;
  background: #cf0a2c !important;
  color: #fff;
  content: counter(my-awesome-counter) !important;
  font-size: 29px;
  line-height: 45px;
  text-align: center;
  font-family: "Hind", Arial, sans-serif;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .journey-page .red_circles .accordion .accordion-slide .accordion-head::before, .journey-page .red_circles .accordion .accordion-slide .accordion-head::after {
    left: 50%;
  }
}

@media screen and (max-width: 1000px) {
  .page-faqs .page-container > .component-content > .content,
  .page-perguntas-frequentes .page-container > .component-content > .content {
    max-width: 710px;
  }
}
.page-faqs .page-container .richText h1,
.page-perguntas-frequentes .page-container .richText h1 {
  font-size: 44px;
  line-height: 1.2em;
  color: #cf0a2c;
  margin: 0 0 30px;
}
@media screen and (max-width: 1000px) {
  .page-faqs .page-container .richText h1,
  .page-perguntas-frequentes .page-container .richText h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .page-faqs .page-container .richText h1,
  .page-perguntas-frequentes .page-container .richText h1 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1000px) {
  .page-faqs .page-container .richText h1:after,
  .page-perguntas-frequentes .page-container .richText h1:after {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .page-faqs .page-container .richText h1:after,
  .page-perguntas-frequentes .page-container .richText h1:after {
    width: 100%;
  }
}
.page-faqs .page-container .richText h2,
.page-perguntas-frequentes .page-container .richText h2 {
  font-size: 44px;
  line-height: 1.2em;
  font-size: 32px;
  color: #001f5b;
  margin: 0 0 15px;
}
@media screen and (max-width: 1000px) {
  .page-faqs .page-container .richText h2,
  .page-perguntas-frequentes .page-container .richText h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .page-faqs .page-container .richText h2,
  .page-perguntas-frequentes .page-container .richText h2 {
    font-size: 26px;
  }
}
.page-faqs .page-container .accordion,
.page-perguntas-frequentes .page-container .accordion {
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.2);
}
.page-faqs .page-container .accordion:not(:last-of-type),
.page-perguntas-frequentes .page-container .accordion:not(:last-of-type) {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1000px) {
  .page-faqs .page-container .accordion:not(:last-of-type),
  .page-perguntas-frequentes .page-container .accordion:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.page-faqs .page-container .accordion-slide.odd,
.page-perguntas-frequentes .page-container .accordion-slide.odd {
  background: #f5f5f5;
}
.page-faqs .page-container .accordion-slide.is-active .accordion-head::before,
.page-perguntas-frequentes .page-container .accordion-slide.is-active .accordion-head::before {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.page-faqs .page-container .accordion-slide .accordion-head,
.page-perguntas-frequentes .page-container .accordion-slide .accordion-head {
  padding: 16px 10px 16px 50px;
  font-size: 16px;
  text-transform: none;
}
.page-faqs .page-container .accordion-slide .accordion-head::before,
.page-perguntas-frequentes .page-container .accordion-slide .accordion-head::before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  top: calc(50% - 12px);
  left: 12px;
  border-radius: 100%;
  background: url(../../assets/img/icon-chevron-right.svg?auto=format) center/30% no-repeat #cf0a2c;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.page-faqs .page-container .accordion-slide .accordion-content,
.page-perguntas-frequentes .page-container .accordion-slide .accordion-content {
  margin: 10px 0 30px;
  padding: 0 50px;
}
@media only screen and (max-width: 767px) {
  .page-faqs .page-container .accordion-slide .accordion-content,
  .page-perguntas-frequentes .page-container .accordion-slide .accordion-content {
    margin: 0 0 20px 0;
  }
}
.page-faqs .page-container .accordion-slide .accordion-content > .richText,
.page-perguntas-frequentes .page-container .accordion-slide .accordion-content > .richText {
  padding: 0 30px 0 50px;
}
@media only screen and (max-width: 767px) {
  .page-faqs .page-container .accordion-slide .accordion-content > .richText,
  .page-perguntas-frequentes .page-container .accordion-slide .accordion-content > .richText {
    padding: 0 12px;
  }
}
.page-faqs .page-container .accordion-slide .accordion-content p,
.page-perguntas-frequentes .page-container .accordion-slide .accordion-content p {
  margin: 0;
}
.page-faqs .page-container .accordion-slide .accordion-content p a,
.page-perguntas-frequentes .page-container .accordion-slide .accordion-content p a {
  color: #cf0a2c;
  text-decoration: none !important;
}
.page-faqs .page-container .accordion-slide .accordion-content p a:hover,
.page-perguntas-frequentes .page-container .accordion-slide .accordion-content p a:hover {
  color: #001f5b;
}

/*# sourceMappingURL=accordion.css.map */
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/*parodontax colors _ POSSIBLE*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/*  POSSIBLE CUSTOM MIXINS  */
.articleList {
  border: solid 2px #323131;
  padding: 13px;
  background-color: #e1e1e1;
}

.articleList-heading {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}

.articleList-date {
  margin-bottom: 10px;
  color: #868484;
}

.articleList-article {
  margin-bottom: 20px;
  overflow: hidden;
}

.articleList-description {
  overflow: hidden;
}

.articleList-title {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}

.articleList-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.articleList-thumbnail {
  max-width: 100px;
  float: left;
  margin-right: 15px;
}

.articleList-more {
  float: right;
}
.articleList-more:after {
  content: " \00bb";
  display: inline;
}

.articleList-more-arrow {
  display: none;
}
.no-generatedcontent .articleList-more-arrow {
  display: inline;
}

.articleList-article-wrapper {
  margin: 0;
  padding: 0;
}

.articleList-horizontal-2-columns .articleList-article,
.articleList-horizontal-3-columns .articleList-article {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}

.articleList-horizontal-2-columns .articleList-article {
  padding: 0;
  margin: 0;
  margin-right: 1.2%;
  width: 48%;
}

.articleList-horizontal-3-columns .articleList-article {
  padding: 0;
  margin: 0;
  margin-right: 1.5%;
  width: 31%;
}

@media only screen and (max-width: 768px) {
  .articleList-thumbnail {
    float: none;
    margin: auto;
    display: block;
  }

  .articleList-horizontal-2-columns .articleList-article,
  .articleList-horizontal-3-columns .articleList-article {
    display: block;
    width: 100%;
  }
}
.articleList-tags {
  list-style-type: none;
  padding: 0;
  margin: -20px 0 0 0;
}

.articleList-tags-item {
  display: inline-block;
  margin: 0 2px;
}

.articleList-tags-item-link {
  background: #b9b8b8;
  color: black;
  border: 1px solid #939191;
  padding: 1px;
  display: block;
  font-size: 0.85em;
}

.articleList {
  background: none;
  border: 0;
  margin-bottom: 0;
}
.articleList .component {
  margin-bottom: 0;
}
.articleList .articleList-list:before, .articleList .articleList-list:after {
  content: "";
  display: table;
}
.articleList .articleList-list:after {
  clear: both;
}
.articleList .articleList-article {
  position: relative;
  width: calc(50% - 15px);
  margin-right: 30px;
  margin-bottom: 30px;
  float: left;
  overflow: visible;
}
.articleList .articleList-article:nth-of-type(2n) {
  margin-right: 0;
}
.articleList .articleList-title {
  padding-top: 200px;
  padding-bottom: 30px;
  margin: 0;
  font-weight: normal;
  font-size: 32px;
  line-height: 1.2em;
}
@media screen and (max-width: 1000px) {
  .articleList .articleList-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .articleList .articleList-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 374px) {
  .articleList .articleList-title {
    font-size: 20px;
  }
}
.articleList .articleList-description {
  padding-bottom: 30px;
  margin-bottom: 0;
  color: #686868;
  font-size: 16px;
  line-height: 1.56;
  letter-spacing: -.025em;
}
@media screen and (max-width: 1000px) {
  .articleList .articleList-description {
    font-size: 15px;
    line-height: 1.333;
  }
}
.articleList .articleList-description a {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.articleList .articleList-description a:hover {
  color: #686868;
}
.articleList .articleList-description .articleList-thumbnail {
  width: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 1000px) {
  .articleList .articleList-title {
    padding-bottom: 20px;
  }
  .articleList .articleList-description {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .articleList {
    max-width: 420px;
    margin: 0 auto;
    padding: 0 30px;
  }
  .articleList .articleList-list {
    margin-bottom: 15px;
  }
  .articleList .articleList-article {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    float: none;
  }
  .articleList .articleList-article:nth-of-type(2n) {
    margin-right: 0;
  }
}

.article-listpage__main .articleList,
.related-container .articleList {
  padding: 0;
}
.article-listpage__main .articleList .articleList-article,
.related-container .articleList .articleList-article {
  width: calc(33.3333% - 15px);
  margin-right: 20px;
  padding: 0 20px 15px;
  float: left;
  background: #f5f5f5;
  box-sizing: border-box;
  border-radius: 0 0 30px 0;
}
@media only screen and (max-width: 1000px) {
  .article-listpage__main .articleList .articleList-article,
  .related-container .articleList .articleList-article {
    border-radius: 0 0 20px 0;
  }
}
.article-listpage__main .articleList .articleList-article:nth-of-type(3n),
.related-container .articleList .articleList-article:nth-of-type(3n) {
  margin-right: 0;
}
.article-listpage__main .articleList .articleList-article .articleList-description,
.related-container .articleList .articleList-article .articleList-description {
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: -.025em;
  padding-bottom: 50px;
  color: #001f5b;
}
@media screen and (max-width: 1000px) {
  .article-listpage__main .articleList .articleList-article .articleList-description,
  .related-container .articleList .articleList-article .articleList-description {
    font-size: 13px;
    line-height: 1.38;
  }
}
@media screen and (max-width: 767px) {
  .article-listpage__main .articleList .articleList-article .articleList-description,
  .related-container .articleList .articleList-article .articleList-description {
    font-size: 15px;
    line-height: 1.3333;
  }
}
.article-listpage__main .articleList .articleList-article .articleList-title,
.related-container .articleList .articleList-article .articleList-title {
  font-size: 18px;
  line-height: 1.3em;
  padding-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .article-listpage__main .articleList .articleList-article .articleList-title,
  .related-container .articleList .articleList-article .articleList-title {
    font-size: 16px;
    line-height: 1.3em;
  }
}
@media screen and (max-width: 767px) {
  .article-listpage__main .articleList .articleList-article .articleList-title,
  .related-container .articleList .articleList-article .articleList-title {
    font-size: 18px;
  }
}
.article-listpage__main .articleList .articleList-article .articleList-title a,
.related-container .articleList .articleList-article .articleList-title a {
  color: #cf0a2c;
}
.article-listpage__main .articleList .articleList-article .articleList-more,
.related-container .articleList .articleList-article .articleList-more {
  display: inline-block;
  position: relative;
  padding-right: 40px;
  font-size: 16px;
  line-height: 1.5em;
  color: #cf0a2c;
  vertical-align: middle;
  text-transform: uppercase;
  position: absolute;
  bottom: 30px;
  left: 20px;
}
.article-listpage__main .articleList .articleList-article .articleList-more::after,
.related-container .articleList .articleList-article .articleList-more::after {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  top: calc(50% - 12px);
  right: 0;
  z-index: 10;
  border-radius: 100%;
  background: url(../../assets/img/icon-chevron-right.svg?auto=format) center/30% no-repeat #cf0a2c;
}
@media screen and (max-width: 1000px) {
  .article-listpage__main .articleList .articleList-article .articleList-more::after,
  .related-container .articleList .articleList-article .articleList-more::after {
    width: 22px;
    height: 22px;
    top: calc(50% - 11px);
  }
}
.article-listpage__main .articleList .articleList-article .articleList-more:hover,
.related-container .articleList .articleList-article .articleList-more:hover {
  color: #686868;
}
.article-listpage__main .articleList .articleList-article .articleList-more:hover::after,
.related-container .articleList .articleList-article .articleList-more:hover::after {
  background-color: #686868;
}
@media only screen and (max-width: 1000px) {
  .article-listpage__main .articleList .articleList-article,
  .related-container .articleList .articleList-article {
    padding: 0 15px 5px;
    margin-bottom: 20px;
  }
  .article-listpage__main .articleList .articleList-article .articleList-more,
  .related-container .articleList .articleList-article .articleList-more {
    bottom: 20px;
    left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .article-listpage__main .articleList .articleList-article,
  .related-container .articleList .articleList-article {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
    padding: 0 15px 15px;
  }
  .article-listpage__main .articleList .articleList-article .articleList-description,
  .related-container .articleList .articleList-article .articleList-description {
    padding-bottom: 50px;
  }
  .article-listpage__main .articleList .articleList-article .articleList-more,
  .related-container .articleList .articleList-article .articleList-more {
    bottom: 30px;
  }
}

.product-listpage__list {
  margin-bottom: 0;
  padding-top: 60px;
}
.product-listpage__list > .component-content > .content {
  max-width: 960px;
  padding: 0 10px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media only screen and (max-width: 1000px) {
  .product-listpage__list > .component-content > .content {
    padding: 0 10px;
  }
}
.product-listpage__list .column-wrapper,
.product-listpage__list .list-row {
  margin-bottom: 0;
}
.product-listpage__list .teaser-box {
  margin-bottom: 30px;
}
.product-listpage__list .teaser-box .image {
  margin-bottom: 30px;
}
.product-listpage__list .teaser-box .image img {
  border-radius: 0 0 30px 0;
}
.product-listpage__list .teaser-box .richText.component {
  margin-bottom: 0;
}
.product-listpage__list .teaser-box h2,
.product-listpage__list .teaser-box h3,
.product-listpage__list .teaser-box h4 {
  font-size: 32px;
  line-height: 1.2em;
  margin: 0 0 30px;
  text-transform: uppercase;
  color: #cf0a2c;
}
@media screen and (max-width: 1000px) {
  .product-listpage__list .teaser-box h2,
  .product-listpage__list .teaser-box h3,
  .product-listpage__list .teaser-box h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .product-listpage__list .teaser-box h2,
  .product-listpage__list .teaser-box h3,
  .product-listpage__list .teaser-box h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 374px) {
  .product-listpage__list .teaser-box h2,
  .product-listpage__list .teaser-box h3,
  .product-listpage__list .teaser-box h4 {
    font-size: 20px;
  }
}
.product-listpage__list .teaser-box p {
  font-size: 16px;
  line-height: 1.56;
  letter-spacing: -.025em;
  margin: 0 0 30px;
}
@media screen and (max-width: 1000px) {
  .product-listpage__list .teaser-box p {
    font-size: 15px;
    line-height: 1.333;
  }
}
.product-listpage__list .teaser-box p a {
  color: #cf0a2c;
  text-decoration: none;
}
.product-listpage__list .teaser-box p a:hover {
  color: #686868;
}
.product-listpage__list .teaser-box .list-boxitem-button p {
  margin: 0;
}
.product-listpage__list .teaser-box .list-boxitem-button .cucumber-btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 500px;
  font-size: 18px;
  line-height: 1em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: white;
  box-sizing: border-box;
  background: #cf0a2c;
}
@media screen and (max-width: 1000px) {
  .product-listpage__list .teaser-box .list-boxitem-button .cucumber-btn {
    padding: 12px 20px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .product-listpage__list .teaser-box .list-boxitem-button .cucumber-btn {
    width: 100%;
    max-width: 265px;
    padding: 15px 20px;
  }
}
@media screen and (min-width: 1001px) {
  .product-listpage__list .teaser-box .list-boxitem-button .cucumber-btn:hover {
    color: white;
    background: #686868;
  }
}
.product-listpage__list .teaser-box .list-boxitem-button .cucumber-btn-white {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 500px;
  font-size: 18px;
  line-height: 1em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: white;
  box-sizing: border-box;
  color: #cf0a2c;
  background: white;
  border: 2px solid #cf0a2c;
}
@media screen and (max-width: 1000px) {
  .product-listpage__list .teaser-box .list-boxitem-button .cucumber-btn-white {
    padding: 12px 20px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .product-listpage__list .teaser-box .list-boxitem-button .cucumber-btn-white {
    width: 100%;
    max-width: 265px;
    padding: 15px 20px;
  }
}
.product-listpage__list .teaser-box .list-boxitem-button .cucumber-btn-white:hover {
  color: white;
  background: #686868;
  border: 2px solid #686868;
}
.product-listpage__list .list-row .teaser-box {
  position: relative;
}
.product-listpage__list .list-row .teaser-box .list-boxitem-button {
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .product-listpage__list .list-row .teaser-box .list-boxitem-button {
    height: auto !important;
    position: relative;
  }
}
@media only screen and (max-width: 1000px) {
  .product-listpage__list {
    padding-top: 40px;
  }
  .product-listpage__list .teaser-box {
    margin-bottom: 20px;
  }
  .product-listpage__list .teaser-box .image {
    margin-bottom: 20px;
  }
  .product-listpage__list .teaser-box .image img {
    border-radius: 0 0 20px 0;
  }
  .product-listpage__list .teaser-box h2,
  .product-listpage__list .teaser-box h3,
  .product-listpage__list .teaser-box h4,
  .product-listpage__list .teaser-box p {
    margin: 0 10px 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .product-listpage__list {
    padding: 40px 0 15px;
  }
  .product-listpage__list .column-wrapper {
    /*padding: 0 20px;*/
  }
  .product-listpage__list .teaser-box[class*="grid_"] {
    width: 100%;
    max-width: 420px;
    float: none;
    margin: 0 auto 30px !important;
    padding: 0 20px;
  }
  .product-listpage__list .teaser-box[class*="grid_"] .list-boxitem-button {
    text-align: center;
  }
  .product-listpage__list .teaser-box[class*="grid_"] .list-boxitem-button .cucumber-btn {
    max-width: 100%;
  }
  .product-listpage__list .list-row .teaser-box .list-boxitem-button {
    position: relative;
  }
}

.article-page .component-content .article-page__main .component-content .product-listpage__list {
  padding-top: 0px;
}

.richText.section.list-boxitem-button.component.odd.last {
  margin-bottom: 30px;
}

@media only screen and (max-width: 1000px) and (min-width: 768px) {
  .page-corsodyl.template-parodontax-basic-layout--UK .product-listpage__list .richText {
    min-height: 0;
  }
}

.product-listpage--intensive .list-row,
.product-listpage--intensive .list-row .component,
.product-page--intensive .list-row,
.product-page--intensive .list-row .component {
  margin-bottom: 0;
}
.product-listpage--intensive .list-row .product-teaser-container,
.product-page--intensive .list-row .product-teaser-container {
  position: relative;
  width: calc(50% - 25px);
  margin-right: 30px;
  margin-bottom: 60px;
  padding: 5px;
  float: left;
  clear: none;
}
.product-listpage--intensive .list-row .product-teaser-container:nth-of-type(2n),
.product-page--intensive .list-row .product-teaser-container:nth-of-type(2n) {
  margin-right: 0;
}
.product-listpage--intensive .list-row .product-teaser-container .articleTeaser,
.product-page--intensive .list-row .product-teaser-container .articleTeaser {
  width: 100%;
}
.product-listpage--intensive .list-row .product-teaser-container .articleTeaser .articleTeaser-image-holder,
.product-page--intensive .list-row .product-teaser-container .articleTeaser .articleTeaser-image-holder {
  padding-bottom: 30px;
}
.product-listpage--intensive .list-row .product-teaser-container .articleTeaser .articleTeaser-image-holder a,
.product-page--intensive .list-row .product-teaser-container .articleTeaser .articleTeaser-image-holder a {
  position: relative;
  display: block;
  width: 100%;
}
.product-listpage--intensive .list-row .product-teaser-container .articleTeaser .articleTeaser-image-holder a::before,
.product-page--intensive .list-row .product-teaser-container .articleTeaser .articleTeaser-image-holder a::before {
  content: '';
  position: absolute;
  width: calc(100% + 8px);
  height: 0;
  padding-bottom: calc(100% + 8px);
  top: -4px;
  left: -4px;
  z-index: -1;
  border-radius: 0 0 32px 0;
  background-image: -webkit-linear-gradient(top left, #b7c6cb 0%, #f2f3f4 50%, #f2f3f4 51%, #b7c6cb 100%);
  background-image: -moz-linear-gradient(top left, #b7c6cb 0%, #f2f3f4 50%, #f2f3f4 51%, #b7c6cb 100%);
  background-image: linear-gradient(to bottom right, #b7c6cb 0%, #f2f3f4 50%, #f2f3f4 51%, #b7c6cb 100%);
}
@media screen and (max-width: 1000px) {
  .product-listpage--intensive .list-row .product-teaser-container .articleTeaser .articleTeaser-image-holder a::before,
  .product-page--intensive .list-row .product-teaser-container .articleTeaser .articleTeaser-image-holder a::before {
    border-radius: 0 0 22px 0;
  }
}
.product-listpage--intensive .list-row .product-teaser-container .articleTeaser .articleTeaser-image-holder img,
.product-page--intensive .list-row .product-teaser-container .articleTeaser .articleTeaser-image-holder img {
  width: 100%;
  max-width: 100%;
}
.product-listpage--intensive .list-row .product-teaser-container .articleTeaser .articleTeaser-image-holder a,
.product-listpage--intensive .list-row .product-teaser-container .articleTeaser .articleTeaser-image-holder img,
.product-page--intensive .list-row .product-teaser-container .articleTeaser .articleTeaser-image-holder a,
.product-page--intensive .list-row .product-teaser-container .articleTeaser .articleTeaser-image-holder img {
  border-radius: 0 0 30px 0;
}
@media only screen and (max-width: 1000px) {
  .product-listpage--intensive .list-row .product-teaser-container .articleTeaser .articleTeaser-image-holder a,
  .product-listpage--intensive .list-row .product-teaser-container .articleTeaser .articleTeaser-image-holder img,
  .product-page--intensive .list-row .product-teaser-container .articleTeaser .articleTeaser-image-holder a,
  .product-page--intensive .list-row .product-teaser-container .articleTeaser .articleTeaser-image-holder img {
    border-radius: 0 0 20px 0;
  }
}
.product-listpage--intensive .list-row .product-teaser-container .articleTeaser .articleTeaser-text-header,
.product-page--intensive .list-row .product-teaser-container .articleTeaser .articleTeaser-text-header {
  padding-bottom: 30px;
  margin: 0;
  font-weight: normal;
  font-size: 32px;
  line-height: 1.2em;
}
@media screen and (max-width: 1000px) {
  .product-listpage--intensive .list-row .product-teaser-container .articleTeaser .articleTeaser-text-header,
  .product-page--intensive .list-row .product-teaser-container .articleTeaser .articleTeaser-text-header {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .product-listpage--intensive .list-row .product-teaser-container .articleTeaser .articleTeaser-text-header,
  .product-page--intensive .list-row .product-teaser-container .articleTeaser .articleTeaser-text-header {
    font-size: 22px;
  }
}
@media screen and (max-width: 374px) {
  .product-listpage--intensive .list-row .product-teaser-container .articleTeaser .articleTeaser-text-header,
  .product-page--intensive .list-row .product-teaser-container .articleTeaser .articleTeaser-text-header {
    font-size: 20px;
  }
}
.product-listpage--intensive .list-row .product-teaser-container .articleTeaser .articleTeaser-text-description,
.product-page--intensive .list-row .product-teaser-container .articleTeaser .articleTeaser-text-description {
  padding-bottom: 30px;
  margin-bottom: 0;
  color: #686868;
  font-size: 16px;
  line-height: 1.56;
  letter-spacing: -.025em;
}
@media screen and (max-width: 1000px) {
  .product-listpage--intensive .list-row .product-teaser-container .articleTeaser .articleTeaser-text-description,
  .product-page--intensive .list-row .product-teaser-container .articleTeaser .articleTeaser-text-description {
    font-size: 15px;
    line-height: 1.333;
  }
}
.product-listpage--intensive .list-row .product-teaser-container .articleTeaser .articleTeaser-text-description p,
.product-page--intensive .list-row .product-teaser-container .articleTeaser .articleTeaser-text-description p {
  margin: 0;
}
.product-listpage--intensive .list-row .product-teaser-container .articleTeaser .articleTeaser-text-description a,
.product-page--intensive .list-row .product-teaser-container .articleTeaser .articleTeaser-text-description a {
  color: #cf0a2c;
  text-decoration: none;
}
.product-listpage--intensive .list-row .product-teaser-container .articleTeaser .articleTeaser-text-description a:hover,
.product-page--intensive .list-row .product-teaser-container .articleTeaser .articleTeaser-text-description a:hover {
  color: #686868;
}
.product-listpage--intensive .list-row .product-teaser-container .articleTeaser .articleTeaser-text-link,
.product-page--intensive .list-row .product-teaser-container .articleTeaser .articleTeaser-text-link {
  display: none;
}
.product-listpage--intensive .list-row .product-teaser-container .secondary-button,
.product-page--intensive .list-row .product-teaser-container .secondary-button {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
}
.product-listpage--intensive .list-row .product-teaser-container .secondary-button p,
.product-page--intensive .list-row .product-teaser-container .secondary-button p {
  margin: 0;
  display: inline-block;
}
.product-listpage--intensive .list-row .product-teaser-container .secondary-button p .cucumber-btn,
.product-page--intensive .list-row .product-teaser-container .secondary-button p .cucumber-btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 500px;
  font-size: 18px;
  line-height: 1em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: white;
  box-sizing: border-box;
  background: #878787;
  background: -moz-linear-gradient(top, #878787 0%, #878787 50%, #686868 51%, #686868 100%);
  background: -webkit-linear-gradient(top, #878787 0%, #878787 50%, #686868 51%, #686868 100%);
  background: linear-gradient(to bottom, #878787 0%, #878787 50%, #686868 51%, #686868 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#878787', endColorstr='#686868', GradientType=0);
}
@media screen and (max-width: 1000px) {
  .product-listpage--intensive .list-row .product-teaser-container .secondary-button p .cucumber-btn,
  .product-page--intensive .list-row .product-teaser-container .secondary-button p .cucumber-btn {
    padding: 12px 20px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .product-listpage--intensive .list-row .product-teaser-container .secondary-button p .cucumber-btn,
  .product-page--intensive .list-row .product-teaser-container .secondary-button p .cucumber-btn {
    width: 100%;
    max-width: 265px;
    padding: 15px 20px;
  }
}
@media screen and (min-width: 1001px) {
  .product-listpage--intensive .list-row .product-teaser-container .secondary-button p .cucumber-btn:hover,
  .product-page--intensive .list-row .product-teaser-container .secondary-button p .cucumber-btn:hover {
    color: white;
    background: #686868;
    background: -moz-linear-gradient(top, #686868 0%, #686868 50%, #4A4A4A 51%, #4A4A4A 100%);
    background: -webkit-linear-gradient(top, #686868 0%, #686868 50%, #4A4A4A 51%, #4A4A4A 100%);
    background: linear-gradient(to bottom, #686868 0%, #686868 50%, #4a4a4a 51%, #4a4a4a 100%);
  }
}
.product-listpage--intensive .list-row .product-teaser-container .secondary-button p .extra-button,
.product-page--intensive .list-row .product-teaser-container .secondary-button p .extra-button {
  margin-left: 10px;
  padding: 13px 30px;
  color: #686868;
  border: 2px solid #686868;
  background: none;
}
.product-listpage--intensive .list-row .product-teaser-container .secondary-button p .extra-button:hover,
.product-page--intensive .list-row .product-teaser-container .secondary-button p .extra-button:hover {
  color: white;
  background: #686868;
}
@media only screen and (max-width: 1000px) {
  .product-listpage--intensive .list-row,
  .product-page--intensive .list-row {
    padding: 0 10px;
  }
  .product-listpage--intensive .list-row .product-teaser-container,
  .product-page--intensive .list-row .product-teaser-container {
    margin-bottom: 40px;
  }
  .product-listpage--intensive .list-row .product-teaser-container .articleTeaser .articleTeaser-image-holder,
  .product-page--intensive .list-row .product-teaser-container .articleTeaser .articleTeaser-image-holder {
    padding-bottom: 20px;
  }
  .product-listpage--intensive .list-row .product-teaser-container .articleTeaser .articleTeaser-text-header,
  .product-page--intensive .list-row .product-teaser-container .articleTeaser .articleTeaser-text-header {
    padding-bottom: 20px;
  }
  .product-listpage--intensive .list-row .product-teaser-container .articleTeaser .articleTeaser-text-description,
  .product-page--intensive .list-row .product-teaser-container .articleTeaser .articleTeaser-text-description {
    padding-bottom: 20px;
  }
  .product-listpage--intensive .list-row .product-teaser-container .secondary-button p .extra-button,
  .product-page--intensive .list-row .product-teaser-container .secondary-button p .extra-button {
    margin-left: 10px;
    padding: 10px 20px;
    color: #686868;
    border: 2px solid #686868;
    background: none;
  }
}
@media only screen and (max-width: 767px) {
  .product-listpage--intensive .list-row,
  .product-page--intensive .list-row {
    max-width: 420px;
    margin: 0 auto 15px;
    padding: 0 24px;
  }
  .product-listpage--intensive .list-row .product-teaser-container,
  .product-page--intensive .list-row .product-teaser-container {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    float: none;
  }
  .product-listpage--intensive .list-row .product-teaser-container:nth-of-type(2n),
  .product-page--intensive .list-row .product-teaser-container:nth-of-type(2n) {
    margin-right: 0;
  }
  .product-listpage--intensive .list-row .product-teaser-container:last-of-type,
  .product-page--intensive .list-row .product-teaser-container:last-of-type {
    margin-bottom: 15px;
  }
  .product-listpage--intensive .list-row .product-teaser-container .articleTeaser,
  .product-page--intensive .list-row .product-teaser-container .articleTeaser {
    margin-bottom: 0;
  }
  .product-listpage--intensive .list-row .product-teaser-container .articleTeaser .articleTeaser-text-description,
  .product-page--intensive .list-row .product-teaser-container .articleTeaser .articleTeaser-text-description {
    padding-bottom: 20px;
  }
  .product-listpage--intensive .list-row .product-teaser-container .secondary-button,
  .product-page--intensive .list-row .product-teaser-container .secondary-button {
    position: relative;
    width: 100%;
    float: none;
    text-align: center;
  }
  .product-listpage--intensive .list-row .product-teaser-container .secondary-button p,
  .product-page--intensive .list-row .product-teaser-container .secondary-button p {
    width: 100%;
  }
  .product-listpage--intensive .list-row .product-teaser-container .secondary-button p .cucumber-btn,
  .product-page--intensive .list-row .product-teaser-container .secondary-button p .cucumber-btn {
    margin-bottom: 15px;
    max-width: 100%;
  }
  .product-listpage--intensive .list-row .product-teaser-container .secondary-button p .extra-button,
  .product-page--intensive .list-row .product-teaser-container .secondary-button p .extra-button {
    margin: 0;
    padding: 12px 20px;
  }
}

.page-related,
.page-related .component,
.page-related .component-content {
  margin-bottom: 0;
}
.page-related .snippetReference {
  display: block;
  width: 48.95833%;
  float: left;
  clear: none;
  margin-right: 2.08333%;
  box-sizing: border-box;
}
.page-related .snippetReference:last-child {
  margin-right: 0;
}
.page-related .snippetReference .articleTeaser[class*="grid_"] {
  display: block;
  width: 100%;
  float: none;
  margin-left: 0;
}
.page-related .snippetReference .articleTeaser[class*="grid_"]:first-child {
  margin-left: 0;
}
.page-related .snippetReference .articleTeaser .articleTeaser-image-top a {
  display: inline-block;
  line-height: 0;
  border-radius: 0 0 30px 0;
  overflow: hidden;
}
.page-related .snippetReference .articleTeaser .articleTeaser-image-top a img {
  width: 100%;
}
.page-related .snippetReference .articleTeaser .articleTeaser-text-content {
  position: relative;
  padding: 30px 0;
}
@media screen and (max-width: 1000px) {
  .page-related .snippetReference .articleTeaser .articleTeaser-text-content {
    padding: 20px 0;
  }
}
.page-related .snippetReference .articleTeaser .articleTeaser-text-header {
  font-size: 32px;
  line-height: 1.2em;
  margin: 0 0 30px;
}
@media screen and (max-width: 1000px) {
  .page-related .snippetReference .articleTeaser .articleTeaser-text-header {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .page-related .snippetReference .articleTeaser .articleTeaser-text-header {
    font-size: 22px;
  }
}
@media screen and (max-width: 374px) {
  .page-related .snippetReference .articleTeaser .articleTeaser-text-header {
    font-size: 20px;
  }
}
.page-related .snippetReference .articleTeaser .articleTeaser-text-header a {
  color: #cf0a2c;
}
.page-related .snippetReference .articleTeaser .articleTeaser-text-description {
  font-size: 16px;
  line-height: 1.56;
  letter-spacing: -.025em;
  margin: 0 0 30px;
}
@media screen and (max-width: 1000px) {
  .page-related .snippetReference .articleTeaser .articleTeaser-text-description {
    font-size: 15px;
    line-height: 1.333;
  }
}
.page-related .snippetReference .articleTeaser .articleTeaser-text-description p {
  margin: 0;
}
.page-related .snippetReference .articleTeaser .articleTeaser-text-description a {
  color: #cf0a2c;
}
.page-related .snippetReference .articleTeaser .articleTeaser-text-description a:hover {
  color: #686868;
}
.page-related .snippetReference .articleTeaser .articleTeaser-text-link {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 500px;
  font-size: 18px;
  line-height: 1em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: white;
  box-sizing: border-box;
  background: #cf0a2c;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1000px) {
  .page-related .snippetReference .articleTeaser .articleTeaser-text-link {
    padding: 12px 20px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-related .snippetReference .articleTeaser .articleTeaser-text-link {
    width: 100%;
    max-width: 265px;
    padding: 15px 20px;
  }
}
@media screen and (min-width: 1001px) {
  .page-related .snippetReference .articleTeaser .articleTeaser-text-link:hover {
    color: white;
    background: #686868;
  }
}
.page-related .snippetReference .articleTeaser.intensive-care .articleTeaser-text-header a, .page-related .snippetReference .articleTeaser.intensive .articleTeaser-text-header a {
  color: #001f5b;
}
.page-related .snippetReference .articleTeaser.intensive-care .articleTeaser-text-description p, .page-related .snippetReference .articleTeaser.intensive .articleTeaser-text-description p {
  color: #313131;
}
.page-related .snippetReference .articleTeaser.intensive-care .articleTeaser-text-link, .page-related .snippetReference .articleTeaser.intensive .articleTeaser-text-link {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 500px;
  font-size: 18px;
  line-height: 1em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: white;
  box-sizing: border-box;
  background: #878787;
  background: -moz-linear-gradient(top, #878787 0%, #878787 50%, #686868 51%, #686868 100%);
  background: -webkit-linear-gradient(top, #878787 0%, #878787 50%, #686868 51%, #686868 100%);
  background: linear-gradient(to bottom, #878787 0%, #878787 50%, #686868 51%, #686868 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#878787', endColorstr='#686868', GradientType=0);
}
@media screen and (max-width: 1000px) {
  .page-related .snippetReference .articleTeaser.intensive-care .articleTeaser-text-link, .page-related .snippetReference .articleTeaser.intensive .articleTeaser-text-link {
    padding: 12px 20px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-related .snippetReference .articleTeaser.intensive-care .articleTeaser-text-link, .page-related .snippetReference .articleTeaser.intensive .articleTeaser-text-link {
    width: 100%;
    max-width: 265px;
    padding: 15px 20px;
  }
}
@media screen and (min-width: 1001px) {
  .page-related .snippetReference .articleTeaser.intensive-care .articleTeaser-text-link:hover, .page-related .snippetReference .articleTeaser.intensive .articleTeaser-text-link:hover {
    color: white;
    background: #686868;
    background: -moz-linear-gradient(top, #686868 0%, #686868 50%, #4A4A4A 51%, #4A4A4A 100%);
    background: -webkit-linear-gradient(top, #686868 0%, #686868 50%, #4A4A4A 51%, #4A4A4A 100%);
    background: linear-gradient(to bottom, #686868 0%, #686868 50%, #4a4a4a 51%, #4a4a4a 100%);
  }
}
@media screen and (max-width: 767px) {
  .page-related .snippetReference {
    display: block;
    width: 100%;
    float: none;
    margin-right: 0;
    margin: 50px 0;
  }
  .page-related .snippetReference .articleTeaser {
    text-align: center;
    padding: 0 20px;
    margin-bottom: 30px;
  }
  .page-related .snippetReference .articleTeaser[class*="grid_"] {
    max-width: 420px;
    margin: 0 auto 30px !important;
    box-sizing: border-box;
    float: none;
  }
  .page-related .snippetReference .articleTeaser .articleTeaser-text-content {
    padding: 20px 0 0;
  }
  .page-related .snippetReference .articleTeaser .articleTeaser-text-header {
    margin: 0 0 20px;
    text-align: left;
  }
  .page-related .snippetReference .articleTeaser .articleTeaser-text-link {
    position: relative;
    max-width: 100%;
  }
  .page-related .snippetReference .articleTeaser .articleTeaser-text-description {
    margin: 0 0 20px;
    text-align: left;
  }
  .page-related .snippetReference .articleTeaser.intensive .articleTeaser-text-link {
    max-width: 350px;
  }
}

/* Article teaser fix */
/* Some of these fixes are here because body classes are different on staging and live */
@media only screen and (min-width: 960px) {
  .template-parodontax-basic-layout--sa-en {
    /* Article teaser fix right article  start*/
    /* Article teaser fix right article end*/
    /* Article teaser fix left article start*/
    /* Article teaser fix light article end */
  }
  .template-parodontax-basic-layout--sa-en .page-related .snippetReference .articleTeaser a.articleTeaser-text-link {
    margin-bottom: -30px;
  }
  .template-parodontax-basic-layout--sa-en .page-whats-new.page-can-receding-gums-grow-back .snippetReference.section.component.even.last .articleTeaser.section.grid_6.component.first.odd.last .articleTeaser-text-content .articleTeaser-text-link {
    margin-bottom: -95px;
  }
  .template-parodontax-basic-layout--sa-en .page-caring-for-your-gums2.page-how-you-can-prevent-bleeding-gums-when-brushing-teeth1 .snippetReference.section.component.even.last .articleTeaser.section.grid_6.component.first.odd.last .articleTeaser-text-content .articleTeaser-text-link {
    margin-bottom: -54px;
  }
  .template-parodontax-basic-layout--sa-en .page-caring-for-your-gums2.page-tips-for-choosing-a-toothbrush .snippetReference.section.component.even.last .articleTeaser.section.grid_6.component.first.odd.last .articleTeaser-text-content .articleTeaser-text-link {
    margin-bottom: -54px;
  }
  .template-parodontax-basic-layout--sa-en .page-whats-new.page-how-to-keep-gums-healthy-and-teeth-strong-every-day .snippetReference.section.component.even.last .articleTeaser.section.grid_6.component.first.odd.last .articleTeaser-text-content .articleTeaser-text-link {
    margin-bottom: -68px;
  }
  .template-parodontax-basic-layout--sa-en .page-whats-new.page-what-is-periodontal-disease .snippetReference.section.component.even.last .articleTeaser.section.grid_6.component.first.odd.last .articleTeaser-text-content .articleTeaser-text-link {
    margin-bottom: -68px;
  }
  .template-parodontax-basic-layout--sa-en .page-whats-new.page-braces-retainers-and-bleeding-gums .snippetReference.section.component.even.last .articleTeaser.section.grid_6.component.first.odd.last .articleTeaser-text-content .articleTeaser-text-link {
    margin-bottom: -54px;
  }
  .template-parodontax-basic-layout--sa-en .page-whats-new.page-how-to-treat-gum-disease .snippetReference.section.component.even.last .articleTeaser.section.grid_6.component.first.odd.last .articleTeaser-text-content .articleTeaser-text-link {
    margin-bottom: -54px;
  }
  .template-parodontax-basic-layout--sa-en .page-whats-new.page-tips-to-tackle-halitosis .snippetReference.section.component.even.last .articleTeaser.section.grid_6.component.first.odd.last .articleTeaser-text-content .articleTeaser-text-link {
    margin-bottom: -68px;
  }
  .template-parodontax-basic-layout--sa-en .page-whats-new.page-causes-of-halitosis .snippetReference.section.component.even.last .articleTeaser.section.grid_6.component.first.odd.last .articleTeaser-text-content .articleTeaser-text-link {
    margin-bottom: -54px;
  }
  .template-parodontax-basic-layout--sa-en .page-whats-new.page-how-dentists-treat-gum-disease .snippetReference.section.component.even.last .articleTeaser.section.grid_6.component.first.odd.last .articleTeaser-text-content .articleTeaser-text-link {
    margin-bottom: -54px;
  }
  .template-parodontax-basic-layout--sa-en .page-caring-for-your-gums2.page-how-dentists-treat-gum-disease1 .snippetReference.section.component.even.last .articleTeaser.section.grid_6.component.first.odd.last .articleTeaser-text-content .articleTeaser-text-link {
    margin-bottom: -54px;
  }
  .template-parodontax-basic-layout--sa-en .page-caring-for-your-gums2.page-what-is-scale-and-polish1 .snippetReference.section.component.even.last .articleTeaser.section.grid_6.component.first.odd.last .articleTeaser-text-content .articleTeaser-text-link {
    margin-bottom: -64px;
  }
  .template-parodontax-basic-layout--sa-en .page-caring-for-your-gums1.page-treating-gum-disease-at-home .snippetReference.section.component.even.last .articleTeaser.section.grid_6.component.first.odd.last .articleTeaser-text-content .articleTeaser-text-link {
    margin-bottom: -98px;
  }
  .template-parodontax-basic-layout--sa-en .page-caring-for-your-gums2.page-treating-gum-disease-at-home1 .snippetReference.section.component.even.last .articleTeaser.section.grid_6.component.first.odd.last .articleTeaser-text-content .articleTeaser-text-link {
    margin-bottom: -98px;
  }
  .template-parodontax-basic-layout--sa-en .page-whats-new.page-how-to-treat-gum-disease .snippetReference.section.component.even.last .articleTeaser.section.grid_6.component.first.odd.last .articleTeaser-text-content .articleTeaser-text-link {
    margin-bottom: -92px;
  }
  .template-parodontax-basic-layout--sa-en .page-whats-new.page-all-about-mouth-ulcers .snippetReference.section.component.first.odd .articleTeaser.section.grid_6.component.first.odd.last .articleTeaser-text-content .articleTeaser-text-link {
    margin-bottom: -68px;
  }
  .template-parodontax-basic-layout--sa-en .page-whats-new.page-healthy-life-healthy-gums .snippetReference.section.component.first.odd .articleTeaser.section.grid_6.component.first.odd.last .articleTeaser-text-content .articleTeaser-text-link {
    margin-bottom: -68px;
  }
  .template-parodontax-basic-layout--sa-en .page-whats-new.page-what-is-oral-thrush .snippetReference.section.component.first.odd .articleTeaser.section.grid_6.component.first.odd.last .articleTeaser-text-content .articleTeaser-text-link {
    margin-bottom: -92px;
  }
  .template-parodontax-basic-layout--sa-en .page-caring-for-your-gums2.page-why-do-i-need-to-floss1 .snippetReference.section.component.first.odd .articleTeaser.section.grid_6.component.first.odd.last .articleTeaser-text-content .articleTeaser-text-link {
    margin-bottom: -106px;
  }
  .template-parodontax-basic-layout--sa-en .page-whats-new.page-gingivitis-symptoms-and-signs-to-watch-out-for .snippetReference.section.component.first.odd .articleTeaser.section.grid_6.component.first.odd.last .articleTeaser-text-content .articleTeaser-text-link {
    margin-bottom: -54px;
  }
  .template-parodontax-basic-layout--sa-en .page-whats-new.page-gum-disease-fact-or-fiction .snippetReference.section.component.first.odd .articleTeaser.section.grid_6.component.first.odd.last .articleTeaser-text-content .articleTeaser-text-link {
    margin-bottom: -68px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .template-parodontax-basic-layout--sa-en {
    /* Article teaser fix left article start*/
    /* Article teaser fix light article end*/
  }
  .template-parodontax-basic-layout--sa-en .page-related .snippetReference .articleTeaser a.articleTeaser-text-link {
    margin-bottom: -19px;
  }
  .template-parodontax-basic-layout--sa-en .page-caring-for-your-gums2.page-tips-for-choosing-a-toothbrush .snippetReference.section.component.even.last .articleTeaser.section.grid_6.component.first.odd.last .articleTeaser-text-content .articleTeaser-text-link {
    margin-bottom: -57px;
  }
  .template-parodontax-basic-layout--sa-en .page-caring-for-your-gums2.page-how-you-can-prevent-bleeding-gums-when-brushing-teeth1 .snippetReference.section.component.even.last .articleTeaser.section.grid_6.component.first.odd.last .articleTeaser-text-content .articleTeaser-text-link {
    margin-bottom: -57px;
  }
  .template-parodontax-basic-layout--sa-en .page-whats-new.page-braces-retainers-and-bleeding-gums .snippetReference.section.component.even.last .articleTeaser.section.grid_6.component.first.odd.last .articleTeaser-text-content .articleTeaser-text-link {
    margin-bottom: -57px;
  }
  .template-parodontax-basic-layout--sa-en .page-whats-new.page-causes-of-halitosis .snippetReference.section.component.even.last .articleTeaser.section.grid_6.component.first.odd.last .articleTeaser-text-content .articleTeaser-text-link {
    margin-bottom: -57px;
  }
  .template-parodontax-basic-layout--sa-en .page-whats-new.page-can-receding-gums-grow-back .snippetReference.section.component.even.last .articleTeaser.section.grid_6.component.first.odd.last .articleTeaser-text-content .articleTeaser-text-link {
    margin-bottom: -68px;
  }
  .template-parodontax-basic-layout--sa-en .page-whats-new.page-tips-to-tackle-halitosis .snippetReference.section.component.even.last .articleTeaser.section.grid_6.component.first.odd.last .articleTeaser-text-content .articleTeaser-text-link {
    margin-bottom: -47px;
  }
  .template-parodontax-basic-layout--sa-en .page-whats-new.page-what-is-periodontal-disease .snippetReference.section.component.even.last .articleTeaser.section.grid_6.component.first.odd.last .articleTeaser-text-content .articleTeaser-text-link {
    margin-bottom: -47px;
  }
  .template-parodontax-basic-layout--sa-en .page-whats-new.page-how-to-keep-gums-healthy-and-teeth-strong-every-day .snippetReference.section.component.even.last .articleTeaser.section.grid_6.component.first.odd.last .articleTeaser-text-content .articleTeaser-text-link {
    margin-bottom: -47px;
  }
  .template-parodontax-basic-layout--sa-en .page-whats-new.page-how-to-treat-gum-disease .snippetReference.section.component.even.last .articleTeaser.section.grid_6.component.first.odd.last .articleTeaser-text-content .articleTeaser-text-link {
    margin-bottom: -57px;
  }
  .template-parodontax-basic-layout--sa-en .page-whats-new.page-all-about-mouth-ulcers .snippetReference.section.component.first.odd .articleTeaser.section.grid_6.component.first.odd.last .articleTeaser-text-content .articleTeaser-text-link {
    margin-bottom: -47px;
  }
  .template-parodontax-basic-layout--sa-en .page-whats-new.page-healthy-life-healthy-gums .snippetReference.section.component.first.odd .articleTeaser.section.grid_6.component.first.odd.last .articleTeaser-text-content .articleTeaser-text-link {
    margin-bottom: -47px;
  }
  .template-parodontax-basic-layout--sa-en .page-whats-new.page-what-is-oral-thrush .snippetReference.section.component.first.odd .articleTeaser.section.grid_6.component.first.odd.last .articleTeaser-text-content .articleTeaser-text-link {
    margin-bottom: -47px;
  }
}

/* Master fix */
@media only screen and (min-width: 1001px) {
  .page-whats-new.page-gum-disease-fact-or-fiction.template-parodontax-basic-layout .snippetReference.section.component.first.odd .articleTeaser.section.grid_6.component.first.odd.last .articleTeaser-text-content .articleTeaser-text-header {
    margin-bottom: 68px;
  }

  .page-whats-new.page-how-to-treat-gum-disease.template-parodontax-basic-layout .snippetReference.section.component.first.odd .articleTeaser.section.grid_6.component.first.odd.last .articleTeaser-text-content .articleTeaser-text-header {
    margin-bottom: 68px;
  }

  .page-whats-new.page-tips-to-tackle-halitosis.template-parodontax-basic-layout .snippetReference.section.component.first.odd .articleTeaser.section.grid_6.component.first.odd.last .articleTeaser-text-content .articleTeaser-text-header {
    margin-bottom: 68px;
  }

  .page-caring-for-your-gums.page-how-to-use-mouthwash-as-part-of-your-daily-routine.template-parodontax-basic-layout .snippetReference.section.component.first.odd .articleTeaser.section.grid_6.component.first.odd.last .articleTeaser-text-content .articleTeaser-text-header {
    margin-bottom: 68px;
  }

  .page-caring-for-your-gums.page-properties-of-mouthwash.template-parodontax-basic-layout .snippetReference.section.component.first.odd .articleTeaser.section.grid_6.component.first.odd.last .articleTeaser-text-content .articleTeaser-text-header {
    margin-bottom: 68px;
  }

  .page-caring-for-your-gums.layout-sensodyne-home-layout.template-parodontax-basic-layout .article-listpage .snippetReference {
    margin: 0 10px 0 0;
  }

  .page-caring-for-your-gums.layout-sensodyne-home-layout.template-parodontax-basic-layout .page-related .snippetReference {
    margin: 0 9px 0 0;
  }

  .page-whats-new.layout-sensodyne-home-layout.template-parodontax-basic-layout .snippetReference {
    margin: 0 9px 0 0;
  }

  .page-caring-for-your-gums.layout-sensodyne-home-layout.template-parodontax-basic-layout .snippetReference.section.grid_4.component.odd {
    margin-left: 0;
  }

  .page-caring-for-your-gums.layout-sensodyne-home-layout.template-parodontax-basic-layout .snippetReference.section.grid_4.omega.component.even.snippetReference.section.grid_4.omega.component.even {
    margin-left: 0;
  }

  .page-whats-new.layout-sensodyne-home-layout.template-parodontax-basic-layout .snippetReference.section.grid_4.component.odd {
    margin-left: 0;
  }

  .page-whats-new.layout-sensodyne-home-layout.template-parodontax-basic-layout .snippetReference.section.grid_4.omega.component.even.snippetReference.section.grid_4.omega.component.even {
    margin-left: 0;
  }
}
.box.section.article-page__main.component.even {
  padding-top: 30px;
}
@media only screen and (max-width: 767px) {
  .box.section.article-page__main.component.even {
    padding-top: 0;
  }
}

.page-ways-to-treat-bleeding-gums .box.section.article-page__main.component.even {
  padding-top: 30px;
}
@media only screen and (max-width: 767px) {
  .page-ways-to-treat-bleeding-gums .box.section.article-page__main.component.even {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 1000px) {
  .page-how-to-treat-gum-disease .box.section.article-page__main.component.even {
    padding: 0;
  }
}

/* Master fix end */
.page-caring-for-your-gums .article-listpage .article-listpage__main .articleTeaser {
  margin-bottom: 90px;
}

@media only screen and (min-width: 1001px) {
  .master .article-listpage .article-listpage__main .articleTeaser .articleTeaser-text-content .articleTeaser-text-header {
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .master.page-caring-for-your-gums .article-listpage .article-listpage__main .articleTeaser-text-header, .master.page-whats-new .article-listpage .article-listpage__main .articleTeaser-text-header {
    margin: 0 0;
    margin-top: -15px;
    bottom: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .master.page-caring-for-your-gums .article-listpage .article-listpage__main .articleTeaser-text-description, .master.page-whats-new .article-listpage .article-listpage__main .articleTeaser-text-description {
    margin: 0 0;
    margin-top: -15px;
    bottom: 35px;
  }
}
@media only screen and (min-width: 1001px) {
  .master.page-caring-for-your-gums .article-listpage .article-listpage__main .articleTeaser-text-link, .master.page-whats-new .article-listpage .article-listpage__main .articleTeaser-text-link {
    bottom: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .master.page-caring-for-your-gums .article-listpage .article-listpage__main .articleTeaser-text-link, .master.page-whats-new .article-listpage .article-listpage__main .articleTeaser-text-link {
    bottom: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .master.page-whats-new .article-listpage .article-listpage__main .articleTeaser-text-link {
    bottom: 80px;
  }
}

.article-listpage {
  padding: 60px 0 0;
}
.article-listpage .article-listpage__main {
  padding-bottom: 30px;
  margin-bottom: 0;
}
.article-listpage .article-listpage__main .articleTeaser {
  height: 0;
  padding-bottom: 32%;
  margin-bottom: 110px;
  overflow: hidden;
  background: #f5f5f5;
  border-radius: 0 0 30px 0;
}
.article-listpage .article-listpage__main .articleTeaser .component-content {
  position: relative;
}
.article-listpage .article-listpage__main .articleTeaser .articleTeaser-image-holder {
  display: inline-block;
  width: 57%;
  line-height: 0;
  float: left;
}
.article-listpage .article-listpage__main .articleTeaser .articleTeaser-image-holder a {
  display: block;
  line-height: 0;
}
.article-listpage .article-listpage__main .articleTeaser .articleTeaser-image-holder a img {
  width: 100%;
}
.article-listpage .article-listpage__main .articleTeaser .articleTeaser-text-content {
  display: inline-block;
  width: 43%;
  padding: 30px;
  box-sizing: border-box;
}
.article-listpage .article-listpage__main .articleTeaser .articleTeaser-text-header {
  font-size: 22px;
  line-height: 1.3em;
  margin: 0 0 30px;
}
@media screen and (max-width: 1000px) {
  .article-listpage .article-listpage__main .articleTeaser .articleTeaser-text-header {
    font-size: 20px;
  }
}
.article-listpage .article-listpage__main .articleTeaser .articleTeaser-text-header a {
  color: #cf0a2c;
}
.article-listpage .article-listpage__main .articleTeaser .articleTeaser-text-description {
  font-size: 16px;
  line-height: 1.56;
  letter-spacing: -.025em;
  margin: 0 0 30px;
}
@media screen and (max-width: 1000px) {
  .article-listpage .article-listpage__main .articleTeaser .articleTeaser-text-description {
    font-size: 15px;
    line-height: 1.333;
  }
}
.article-listpage .article-listpage__main .articleTeaser .articleTeaser-text-link {
  display: inline-block;
  position: relative;
  padding-right: 40px;
  font-size: 16px;
  line-height: 1.5em;
  color: #cf0a2c;
  vertical-align: middle;
  text-transform: uppercase;
  position: absolute;
  left: calc(57% + 30px);
  bottom: 25px;
}
.article-listpage .article-listpage__main .articleTeaser .articleTeaser-text-link::after {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  top: calc(50% - 12px);
  right: 0;
  z-index: 10;
  border-radius: 100%;
  background: url(../../assets/img/icon-chevron-right.svg?auto=format) center/30% no-repeat #cf0a2c;
}
@media screen and (max-width: 1000px) {
  .article-listpage .article-listpage__main .articleTeaser .articleTeaser-text-link::after {
    width: 22px;
    height: 22px;
    top: calc(50% - 11px);
  }
}
.article-listpage .article-listpage__main .articleTeaser .articleTeaser-text-link:hover {
  color: #686868;
}
.article-listpage .article-listpage__main .articleTeaser .articleTeaser-text-link:hover::after {
  background-color: #686868;
}
@media only screen and (max-width: 1000px) {
  .article-listpage .article-listpage__main .articleTeaser .articleTeaser-text-link {
    left: calc(57% + 20px);
    bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .article-listpage .article-listpage__main .articleTeaser .articleTeaser-text-link {
    position: relative;
    bottom: 0;
    left: 0;
  }
}
.article-listpage .article-listpage__products {
  padding: 60px 0;
  margin-bottom: 0;
  position: relative;
}
.article-listpage .article-listpage__products::before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  max-width: 1000px;
  height: 2px;
  top: 0;
  left: 50%;
  border-top: 2px dotted #d1d1d1;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
}
@media screen and (max-width: 1000px) {
  .article-listpage .article-listpage__products::before {
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .article-listpage .article-listpage__products::before {
    width: 90%;
    max-width: 420px;
  }
}
@media only screen and (max-width: 1000px) {
  .article-listpage {
    padding: 40px 0 0;
  }
  .article-listpage .article-listpage__main {
    padding-bottom: 20px;
  }
  .article-listpage .article-listpage__main .articleTeaser {
    margin-bottom: 40px;
  }
  .article-listpage .article-listpage__main .articleTeaser .articleTeaser-text-content {
    padding: 20px;
  }
  .article-listpage .article-listpage__main .articleTeaser .articleTeaser-text-header {
    margin: 0 0 20px;
  }
  .article-listpage .article-listpage__main .articleTeaser .articleTeaser-text-description {
    margin: 0 0 30px;
  }
  .article-listpage .article-listpage__products {
    padding: 35px 0 40px;
  }
  .article-listpage .article-listpage__products .component {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .article-listpage {
    padding: 45px 0 0;
  }
  .article-listpage .article-listpage__main .articleTeaser {
    max-width: 420px;
    height: auto;
    padding-bottom: 0;
    margin: 0 auto 45px;
    background: none;
    border-radius: 0;
  }
  .article-listpage .article-listpage__main .articleTeaser .articleTeaser-image-holder {
    width: 100%;
    float: none;
  }
  .article-listpage .article-listpage__main .articleTeaser .articleTeaser-text-content {
    width: 100%;
    padding: 30px 20px;
    margin-top: -5px;
    background: #f5f5f5;
    border-radius: 0 0 20px 0;
  }
  .article-listpage .article-listpage__main .articleTeaser .articleTeaser-text-header {
    margin: 0 0 15px;
  }
  .article-listpage .article-listpage__main .articleTeaser .articleTeaser-text-description {
    margin: 0 0 30px;
  }
}

.agd-landing .articleTeaser-text-header {
  font-size: 32px;
  line-height: 1.2em;
}
@media screen and (max-width: 1000px) {
  .agd-landing .articleTeaser-text-header {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .agd-landing .articleTeaser-text-header {
    font-size: 22px;
  }
}
@media screen and (max-width: 374px) {
  .agd-landing .articleTeaser-text-header {
    font-size: 20px;
  }
}
.agd-landing .articleTeaser-text-header a {
  color: #cf0a2c;
}
.agd-landing .agd-landing__list {
  padding-bottom: 20px;
}
.agd-landing .agd-landing__list .articleTeaser {
  height: 0;
  padding-bottom: 28%;
  margin-bottom: 30px;
  overflow: hidden;
  background: #f5f5f5;
  border-radius: 0 0 30px 0;
}
.agd-landing .agd-landing__list .articleTeaser .component-content {
  position: relative;
}
.agd-landing .agd-landing__list .articleTeaser .articleTeaser-image-holder {
  display: inline-block;
  width: 50%;
  line-height: 0;
  float: left;
}
.agd-landing .agd-landing__list .articleTeaser .articleTeaser-image-holder a {
  display: block;
  line-height: 0;
}
.agd-landing .agd-landing__list .articleTeaser .articleTeaser-image-holder a img {
  width: 100%;
}
.agd-landing .agd-landing__list .articleTeaser.even .articleTeaser-image-holder {
  float: right;
}
.agd-landing .agd-landing__list .articleTeaser.even .articleTeaser-text-link {
  left: 30px;
}
@media only screen and (max-width: 1000px) {
  .agd-landing .agd-landing__list .articleTeaser.even .articleTeaser-text-link {
    left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .agd-landing .agd-landing__list .articleTeaser.even .articleTeaser-text-link {
    left: 0;
  }
}
.agd-landing .agd-landing__list .articleTeaser .articleTeaser-text-content {
  display: inline-block;
  width: 50%;
  padding: 30px;
  box-sizing: border-box;
}
.agd-landing .agd-landing__list .articleTeaser .articleTeaser-text-header, .agd-landing .agd-landing__list .articleTeaser .articleTeaser-text-description {
  margin: 0 0 30px;
}
.agd-landing .agd-landing__list .articleTeaser .articleTeaser-text-header {
  font-size: 32px;
  line-height: 1.2em;
}
@media screen and (max-width: 1000px) {
  .agd-landing .agd-landing__list .articleTeaser .articleTeaser-text-header {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .agd-landing .agd-landing__list .articleTeaser .articleTeaser-text-header {
    font-size: 22px;
  }
}
@media screen and (max-width: 374px) {
  .agd-landing .agd-landing__list .articleTeaser .articleTeaser-text-header {
    font-size: 20px;
  }
}
.agd-landing .agd-landing__list .articleTeaser .articleTeaser-text-header a {
  color: #cf0a2c;
}
.agd-landing .agd-landing__list .articleTeaser .articleTeaser-text-description {
  font-size: 16px;
  line-height: 1.56;
  letter-spacing: -.025em;
}
@media screen and (max-width: 1000px) {
  .agd-landing .agd-landing__list .articleTeaser .articleTeaser-text-description {
    font-size: 15px;
    line-height: 1.333;
  }
}
.agd-landing .agd-landing__list .articleTeaser .articleTeaser-text-link {
  display: inline-block;
  position: relative;
  padding-right: 40px;
  font-size: 16px;
  line-height: 1.5em;
  color: #cf0a2c;
  vertical-align: middle;
  text-transform: uppercase;
  position: absolute;
  left: calc(50% + 30px);
  bottom: 30px;
}
.agd-landing .agd-landing__list .articleTeaser .articleTeaser-text-link::after {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  top: calc(50% - 12px);
  right: 0;
  z-index: 10;
  border-radius: 100%;
  background: url(../../assets/img/icon-chevron-right.svg?auto=format) center/30% no-repeat #cf0a2c;
}
@media screen and (max-width: 1000px) {
  .agd-landing .agd-landing__list .articleTeaser .articleTeaser-text-link::after {
    width: 22px;
    height: 22px;
    top: calc(50% - 11px);
  }
}
.agd-landing .agd-landing__list .articleTeaser .articleTeaser-text-link:hover {
  color: #686868;
}
.agd-landing .agd-landing__list .articleTeaser .articleTeaser-text-link:hover::after {
  background-color: #686868;
}
@media only screen and (max-width: 1000px) {
  .agd-landing .agd-landing__list .articleTeaser .articleTeaser-text-link {
    left: calc(50% + 20px);
    bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .agd-landing .agd-landing__list .articleTeaser .articleTeaser-text-link {
    position: relative;
    bottom: 0;
    left: 0;
  }
}
@media only screen and (max-width: 1000px) {
  .agd-landing .agd-landing__list {
    padding-bottom: 15px;
  }
  .agd-landing .agd-landing__list .articleTeaser {
    margin-bottom: 20px;
  }
  .agd-landing .agd-landing__list .articleTeaser .articleTeaser-text-content {
    padding: 20px;
  }
  .agd-landing .agd-landing__list .articleTeaser .articleTeaser-text-header {
    margin: 0 0 20px;
  }
  .agd-landing .agd-landing__list .articleTeaser .articleTeaser-text-description {
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .agd-landing .agd-landing__list .articleTeaser {
    height: auto;
    padding-bottom: 0;
    margin-bottom: 16px;
    background: none;
    border-radius: 0;
  }
  .agd-landing .agd-landing__list .articleTeaser .articleTeaser-image-holder {
    width: 100%;
    float: none;
  }
  .agd-landing .agd-landing__list .articleTeaser .articleTeaser-text-content {
    width: 100%;
    padding: 30px 20px;
    margin-top: -5px;
    background: #f5f5f5;
    border-radius: 0 0 20px 0;
  }
  .agd-landing .agd-landing__list .articleTeaser .articleTeaser-text-header {
    margin: 0 0 15px;
  }
  .agd-landing .agd-landing__list .articleTeaser .articleTeaser-text-description {
    margin: 0 0 30px;
  }
}

.box.section.column-wrapper.component.first.odd.last {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .box.section.column-wrapper.component.first.odd.last {
    margin-bottom: 0;
  }
}

.master.page-ways-to-treat-bleeding-gums .box.section.column-wrapper.component.first.odd.last:nth-last-child(1) {
  margin-bottom: 50px;
}
.master.page-ways-to-treat-bleeding-gums .box.section.list-row.component.even.last .teaser-box .list-boxitem-button {
  margin-bottom: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .master .article-page__main.even .box.alpha {
    width: 100%;
  }
  .master .article-page__main.even .box.alpha .image {
    width: 50%;
  }
  .master .article-page__main.even .box.omega {
    width: 100%;
    margin-bottom: 30px;
  }
  .master .article-page__main.even .box.omega .section {
    width: 31.9444%;
  }
  .master .article-page__main.even .component-content .image.section.grid_6.component.even.last img {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .master .article-page__main.even .box.omega {
    margin-bottom: 30px;
  }
}

/*# sourceMappingURL=articleList.css.map */

