@charset "UTF-8";

@font-face {
  font-family: FontAwesome;
  src: url(../../assets/fonts/fontawesome-webfont.eot?v=4.1.0);
  src: url(../../assets/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0)
      format("embedded-opentype"),
    url(../../assets/fonts/fontawesome-webfont.woff?v=4.1.0) format("woff"),
    url(../../assets/fonts/fontawesome-webfont.ttf?v=4.1.0) format("truetype"),
    url(../../assets/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
#cq-emulator-content.firefox {
  background-color: #fff !important;
}
html {
  width: 100%;
  font-size: 16px;
}
html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}
body {
  width: 100%;
  font-size: 0.875em;
  line-height: 1.125em;
  color: #333 !important;
  font-family: "Montserrat", sans-serif;
  position: relative;
  overflow: auto;
  font-weight: 400;
  font-style: normal;
  background: url(../../img/topNavFullwidth.png) 0 0 repeat-x,
    linear-gradient(#f0f5f5, #f1f5f6);
  background-image: url(../../img/topNavFullwidth.png) 0 0 repeat-x;
}
body.template-oral-polident-country-locator-template {
  background: none;
}
body.china-font-body {
  font-family: "Noto Sans SC", sans-serif;
}
body.korea-font-body {
  font-family: "Noto Sans KR", sans-serif;
}
body.turkey-font-body {
  font-family: "Noto Sans", sans-serif;
    font-weight: 400;
}
body.mandarin-font-body {
  font-family: "Noto Sans SC", sans-serif !important;
}
body.red-master-body .fact-text,
body.red-master-body .green-header,
body.red-master-body .using-product h3,
body.red-master-body h1 .green-header {
  color: #f7323f;
}
body.russia-font-body {
  font-family: Roboto, sans-serif;
}
body.japan-font-body {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400 !important;
}
body.greece-font-body {
  font-family: "Noto Sans", sans-serif !important;
    font-weight: 400;
}
[id="wrapper"] {
  background-color: #f5f5f5;
  color: #323131;
}
.container {
  background-color: transparent;
  color: #323131;
}
[id="footer"],
[id="header"] {
  padding-bottom: 15px;
  padding-top: 15px;
}
img {
  max-width: 100%;
}
h1 {
  font-weight: bold;
  font-family: "Amelia Rounded", sans-serif;
  color: #323131;
  margin: 10px 0;
  font-size: 2em;
}
h1 .h4_search_style {
  color: #f7323f;
}
h2 {
  font-size: 1.5em;
}
h2,
h3 {
  color: #323131;
  font-family: "Amelia Rounded", sans-serif;
  font-weight: bold;
  margin: 10px 0;
}
h3 {
  font-size: 1.17em;
}
h4 {
  font-size: 1em;
}
h4,
h5 {
  color: #323131;
  font-family: "Amelia Rounded", sans-serif;
  font-weight: bold;
  margin: 10px 0;
}
h5 {
  font-size: 0.83em;
}
h6 {
  font-family: "Amelia Rounded", sans-serif;
  font-size: 0.67em;
  font-weight: bold;
  margin: 10px 0;
}
a,
h6 {
  color: #323131;
}
a {
  text-decoration: none !important;
}
a:hover {
  color: #868484;
}
button {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
  *overflow: visible;
  line-height: normal;
  cursor: pointer;
  -webkit-appearance: button;
}
button:-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
  overflow: visible;
  line-height: normal;
}
input:-moz-focus-inner {
  border: 0;
  padding: 0;
}
select {
  cursor: pointer;
  vertical-align: middle;
}
select,
textarea {
  font-size: 100%;
  margin: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="button"],
input[type="checkbox"],
input[type="radio"],
label {
  cursor: pointer;
}
input[type="search"] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]:-webkit-search-cancel-button,
input[type="search"]:-webkit-search-decoration {
  -webkit-appearance: none;
}
.component {
  margin-bottom: 10px;
  clear: left;
}
.component > .component-content {
  margin-bottom: 0;
}
.component-content {
  margin-bottom: 14px;
  overflow: hidden;
}
.component-content:before {
  content: "";
  display: table;
}
.component-content:after {
  clear: both;
  content: "";
  display: table;
}
.alert-list {
  margin: 0;
  padding: 0;
  list-style-position: inside;
  list-style-type: disc;
}
.alert-list li {
  padding-left: 4px;
}
.alert {
  margin-bottom: 20px;
}
.alert-error {
  color: red;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.is-hidden {
  display: none !important;
  visibility: hidden !important;
}
.clear {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
}
.clearfix {
  zoom: 1;
}
.clearfix:after,
.clearfix:before {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: #e1e1e1;
  border: 1px solid #656363;
  color: #323131;
  padding: 5px 20px;
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
}
.button:hover {
  background-color: #939191;
  color: #fff;
}
.lt-ie8 .button {
  display: inline;
}
#wrapper {
  background-color: transparent;
  color: #323131;
}
#header {
  padding-top: 0;
  padding-bottom: 0;
}
#header .page-como-usar ul li a {
  font-weight: bold;
  font-family: "Montserrat", sans-serif !important;
  color: #dbf0ef !important;
}
#header .page-como-usar ul li a:hover {
  background: #1cbcb4 !important;
}
#footer {
  padding: 0;
}
#footer .component {
  margin-bottom: 0;
}
#footer .footer-navigation ul {
  margin: 0 auto;
  width: 100%;
}
#footer .navigation-item {
  background: none;
  float: left;
  border: none;
  border-right: 1px solid #757575;
  color: #009a44;
  font-size: 12px;
  line-height: 15px;
  list-style: outside none none;
  margin-bottom: 3px;
  padding: 2px 10px 0;
  text-align: center;
}
#footer .navigation-item.navigation-level1 > .navigation-item-title {
  background: transparent;
  color: #009a44;
  font-size: 10px !important;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  padding: 0;
}
#footer
  .navigation-item.navigation-level1.has-children
  > .navigation-item-title
  .navigation-item-decoration {
  display: none;
}
#footer .navigation-branch.navigation-level1 {
  margin-top: 9px;
  overflow: hidden;
}
#footer .mob-gsk-logo {
  display: none;
  padding: 0 15px;
}
#footer li:nth-child(5) {
  margin-left: 40px;
}
#footer li:nth-child(4) {
  border: none;
}
#footer li:last-child {
  border: 0;
}
#footer .desktop-gsk-footer-logo,
#footer .template-country-box {
  padding: 0 15px;
}
#footer .country-selector,
#footer .richtext-footer-selector {
  display: none;
}
#footer .richtext-footer-selector a {
  color: #009a44;
  font-size: 10px;
}
#footer .richtext-footer-content p {
  font-size: 10px;
  margin-bottom: 0;
  margin-right: 15px;
  margin-top: 13px;
  text-align: center;
}
#footer .richtext-footer-superscrpt p sup {
  font-size: 17px;
  top: 2px;
}
.getting-dentures-text a:focus {
  color: #868484;
}
.country-box {
  padding: 0 27px 20px;
}
.country-box .dropdown .dd li:focus {
  background: #fff !important;
}
.country-box h2 {
  color: #047c47 !important;
  font-size: 40px !important;
  line-height: 42px !important;
  margin: 0;
  padding: 25px 0 10px !important;
  padding-bottom: 10px;
  text-align: center !important;
}
.country-box h4 {
  color: #333 !important;
  display: block;
  font-size: 20px !important;
  line-height: 24px !important;
  margin: 0 !important;
  padding: 0 0 35px !important;
  text-align: center !important;
}
.country-box a .aus {
  background: url(../../img/country-icon-sheets.png) 0 -4px no-repeat;
}
.country-box a .can-en,
.country-box a .can-fra {
  background: url(../../img/country-icon-sheets.png) 0 -98px no-repeat;
}
.country-box a .fra {
  background: url(../../img/country-icon-sheets.png) 0 -34px no-repeat;
}
.country-box a .ita {
  background: url(../../img/country-icon-sheets.png) 0 -131px no-repeat;
}
.country-box a .jap {
  background: url(../../img/country-icon-sheets.png) 0 -227px no-repeat;
}
.country-box a .new-z {
  background: url(../../img/country-icon-sheets.png) 0 -65px no-repeat;
}
.country-box a .us {
  background: url(../../img/country-icon-sheets.png) 0 -164px no-repeat;
}
.country-box .richtext-country-locator p {
  padding-bottom: 32px;
}
.country-box.global-polident-box {
  margin-top: 5px;
  padding-bottom: 38px !important;
}
.country-box.global-polident-box,
.country-box.global-polident-country-box {
  margin-bottom: 20px;
  min-height: 300px;
}
.teal-main-navigation-box {
  margin-bottom: 10px !important;
}
.component[class*="grid"] {
  clear: none;
}
.component[class*="grid"].alpha {
  clear: left;
}
@media (min-width: 768px) and (max-width: 959px) {
  .page-our-products.page-denture-cleansers.page-corega-3-minute-anti-bacterial-denture-cleanser.layout-oral-polident-right-nav-layout.template-oral-polident-right-nav-layout.grid-960-12.teal-master-body.es_ar.master-locale
    .layout-outer
    .layout-inner
    .grid_12.alpha.default-style
    .Back_Link.paragraphSystem
    .richText.component.section.grid_4.first.odd.last.back-link
    .component-content,
  .page-our-products.page-denture-cleansers.page-corega-whitening-tabs.layout-oral-polident-right-nav-layout.template-oral-polident-right-nav-layout.grid-960-12.teal-master-body.es_ar.master-locale
    .layout-outer
    .layout-inner
    .grid_12.alpha.default-style
    .Back_Link.paragraphSystem
    .richText.component.section.grid_4.first.odd.last.back-link
    .component-content {
    width: 700px;
  }
}
.template-oral-polident-country-locator-template .main-navigation-box {
  height: 0 !important;
}
.layout-oral-polident-home-layout .header-box,
.layout-oral-polident-home-layout-sk .header-box,
.layout-oral-polident-right-nav-layout-sk .header-box,
.layout-oral-polident-right-nav-layout1 .header-box,
.layout-oral-polident-right-nav-layout-pl .header-box,
.layout-oral-polident-right-nav-layout .header-box,
.teal-master-body .header-box {
  height: 64px;
  padding-top: 16px;
  margin-bottom: 0;
}
.layout-oral-polident-home-layout .header-box .polident-logo,
.layout-oral-polident-home-layout-sk .header-box .polident-logo,
.layout-oral-polident-right-nav-layout-sk .header-box .polident-logo,
.layout-oral-polident-right-nav-layout1 .header-box .polident-logo,
.layout-oral-polident-right-nav-layout-pl .header-box .polident-logo,
.layout-oral-polident-right-nav-layout .header-box .polident-logo,
.teal-master-body .header-box .polident-logo {
  clear: none;
  float: left;
  margin-bottom: 0;
}
.layout-oral-polident-home-layout .header-box .poligrip-logo,
.layout-oral-polident-home-layout-sk .header-box .poligrip-logo,
.layout-oral-polident-right-nav-layout-sk .header-box .poligrip-logo,
.layout-oral-polident-right-nav-layout1 .header-box .poligrip-logo,
.layout-oral-polident-right-nav-layout-pl .header-box .poligrip-logo,
.layout-oral-polident-right-nav-layout .header-box .poligrip-logo,
.teal-master-body .header-box .poligrip-logo {
  clear: none;
  float: left;
  margin: 0 10px;
}
.layout-oral-polident-home-layout .header-box .searchBox.search-box,
.layout-oral-polident-home-layout-sk .header-box .searchBox.search-box,
.layout-oral-polident-right-nav-layout-sk .header-box .searchBox.search-box,
.layout-oral-polident-right-nav-layout1 .header-box .searchBox.search-box,
.layout-oral-polident-right-nav-layout-pl .header-box .searchBox.search-box,
.layout-oral-polident-right-nav-layout .header-box .searchBox.search-box,
.teal-master-body .header-box .searchBox.search-box {
  margin-bottom: 0;
  margin-left: 5px;
  width: 17%;
}
.layout-oral-polident-home-layout .header-box .large,
.layout-oral-polident-home-layout-sk .header-box .large,
.layout-oral-polident-right-nav-layout-sk .header-box .large,
.layout-oral-polident-right-nav-layout1 .header-box .large,
.layout-oral-polident-right-nav-layout-pl .header-box .large,
.layout-oral-polident-right-nav-layout .header-box .large,
.teal-master-body .header-box .large {
  margin-bottom: 0;
  width: auto;
  margin-left: 10px;
  margin-top: 8px;
}
.layout-oral-polident-home-layout .header-box .large p,
.layout-oral-polident-home-layout-sk .header-box .large p,
.layout-oral-polident-right-nav-layout-sk .header-box .large p,
.layout-oral-polident-right-nav-layout1 .header-box .large p,
.layout-oral-polident-right-nav-layout-pl .header-box .large p,
.layout-oral-polident-right-nav-layout .header-box .large p,
.teal-master-body .header-box .large p {
  margin: 0;
  text-align: center;
}
.layout-oral-polident-home-layout .header-box .large p a,
.layout-oral-polident-home-layout-sk .header-box .large p a,
.layout-oral-polident-right-nav-layout-sk .header-box .large p a,
.layout-oral-polident-right-nav-layout1 .header-box .large p a,
.layout-oral-polident-right-nav-layout-pl .header-box .large p a,
.layout-oral-polident-right-nav-layout .header-box .large p a,
.teal-master-body .header-box .large p a {
  font-size: 20px;
}
.layout-oral-polident-home-layout .header-box .medium,
.layout-oral-polident-home-layout-sk .header-box .medium,
.layout-oral-polident-right-nav-layout-sk .header-box .medium,
.layout-oral-polident-right-nav-layout1 .header-box .medium,
.layout-oral-polident-right-nav-layout-pl .header-box .medium,
.layout-oral-polident-right-nav-layout .header-box .medium,
.teal-master-body .header-box .medium {
  margin-bottom: 0;
  width: auto;
  margin-left: 5px;
  margin-top: 10px;
}
.layout-oral-polident-home-layout .header-box .medium p,
.layout-oral-polident-home-layout-sk .header-box .medium p,
.layout-oral-polident-right-nav-layout-sk .header-box .medium p,
.layout-oral-polident-right-nav-layout1 .header-box .medium p,
.layout-oral-polident-right-nav-layout-pl .header-box .medium p,
.layout-oral-polident-right-nav-layout .header-box .medium p,
.teal-master-body .header-box .medium p {
  margin: 0;
  text-align: center;
}
.layout-oral-polident-home-layout .header-box .medium p a,
.layout-oral-polident-home-layout-sk .header-box .medium p a,
.layout-oral-polident-right-nav-layout-sk .header-box .medium p a,
.layout-oral-polident-right-nav-layout1 .header-box .medium p a,
.layout-oral-polident-right-nav-layout-pl .header-box .medium p a,
.layout-oral-polident-right-nav-layout .header-box .medium p a,
.teal-master-body .header-box .medium p a {
  display: block;
  font-size: 15px;
}
.layout-oral-polident-home-layout .header-box .gsk-logo,
.layout-oral-polident-home-layout-sk .header-box .gsk-logo,
.layout-oral-polident-right-nav-layout-sk .header-box .gsk-logo,
.layout-oral-polident-right-nav-layout1 .header-box .gsk-logo,
.layout-oral-polident-right-nav-layout-pl .header-box .gsk-logo,
.layout-oral-polident-right-nav-layout .header-box .gsk-logo,
.teal-master-body .header-box .gsk-logo {
  float: right;
  margin-bottom: 0;
  margin-left: 10px;
  width: 10%;
}
.layout-oral-polident-home-layout .header-box .corega-logo,
.layout-oral-polident-home-layout-sk .header-box .corega-logo,
.layout-oral-polident-right-nav-layout-sk .header-box .corega-logo,
.layout-oral-polident-right-nav-layout1 .header-box .corega-logo,
.layout-oral-polident-right-nav-layout-pl .header-box .corega-logo,
.layout-oral-polident-right-nav-layout .header-box .corega-logo,
.teal-master-body .header-box .corega-logo {
  clear: none;
  float: left;
}
.layout-oral-polident-home-layout .header-box .search-box .form-search,
.layout-oral-polident-home-layout-sk .header-box .search-box .form-search,
.layout-oral-polident-right-nav-layout-sk .header-box .search-box .form-search,
.layout-oral-polident-right-nav-layout1 .header-box .search-box .form-search,
.layout-oral-polident-right-nav-layout-pl .header-box .search-box .form-search,
.layout-oral-polident-right-nav-layout .header-box .search-box .form-search,
.teal-master-body .header-box .search-box .form-search {
  float: right;
  position: relative;
}
.layout-oral-polident-home-layout
  .header-box
  .form-search
  .input-medium.search-query,
.layout-oral-polident-home-layout-sk .header-box .form-search
.input-medium.search-query,
.layout-oral-polident-right-nav-layout-sk .header-box .search-box .form-search .input-medium.search-query,
.layout-oral-polident-right-nav-layout1
  .header-box
  .form-search
  .input-medium.search-query,
.layout-oral-polident-right-nav-layout-pl
  .header-box
  .form-search
  .input-medium.search-query,
.layout-oral-polident-right-nav-layout
  .header-box
  .form-search
  .input-medium.search-query,
.teal-master-body .header-box .form-search .input-medium.search-query {
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -webkit-border-radius: 15px;
  border: 2px solid #d8d8d8;
  border-radius: 15px;
  color: #333;
  outline: 0;
  padding: 5px;
  width: 140px !important;
}
.layout-oral-polident-home-layout .header-box .form-search button,
.layout-oral-polident-home-layout-sk .header-box .form-search button,
.layout-oral-polident-right-nav-layout-sk .header-box .form-search button,
.layout-oral-polident-right-nav-layout1 .header-box .form-search button,
.layout-oral-polident-right-nav-layout-pl .header-box .form-search button,
.layout-oral-polident-right-nav-layout .header-box .form-search button,
.teal-master-body .header-box .form-search button {
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -webkit-border-radius: 20px;
  background: url(../../img/search-icon.png) no-repeat transparent;
  border: none;
  border-radius: 20px;
  display: block;
  float: left;
  font-size: 0;
  height: 20px;
  padding: 0;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 20px;
}
.layout-oral-polident-home-layout .header-box .ph-template,
.layout-oral-polident-home-layout-sk .header-box .ph-template,
.layout-oral-polident-right-nav-layout-sk .header-box .ph-template,
.layout-oral-polident-right-nav-layout1 .header-box .ph-template,
.layout-oral-polident-right-nav-layout-pl .header-box .ph-template,
.layout-oral-polident-right-nav-layout .header-box .ph-template,
.teal-master-body .header-box .ph-template {
  width: 14.5%;
}
.layout-oral-polident-home-layout .header-box .ph-template select,
.layout-oral-polident-right-nav-layout1 .header-box .ph-template select,
.layout-oral-polident-right-nav-layout-sk .header-box .ph-template select,
.layout-oral-polident-right-nav-layout-pl .header-box .ph-template select,
.layout-oral-polident-right-nav-layout .header-box .ph-template select,
.teal-master-body .header-box .ph-template select {
  float: right;
  margin-top: 0;
  text-transform: uppercase;
}
.layout-oral-polident-home-layout .header-box .country-selector a,
.layout-oral-polident-home-layout-sk .header-box .country-selector a,
.layout-oral-polident-right-nav-layout-sk .header-box .country-selector a,
.layout-oral-polident-right-nav-layout1 .header-box .country-selector a,
.layout-oral-polident-right-nav-layout-pl .header-box .country-selector a,
.layout-oral-polident-right-nav-layout .header-box .country-selector a,
.teal-master-body .header-box .country-selector a {
  float: right;
  margin-top: 6px;
}
.layout-oral-polident-home-layout .header-box .global-country-selector,
.layout-oral-polident-home-layout-sk .header-box .global-country-selector,
.layout-oral-polident-right-nav-layout-sk .header-box .global-country-selector,
.layout-oral-polident-right-nav-layout1 .header-box .global-country-selector,
.layout-oral-polident-right-nav-layout-pl .header-box .global-country-selector,
.layout-oral-polident-right-nav-layout .header-box .global-country-selector,
.teal-master-body .header-box .global-country-selector {
  width: 49%;
}
.footer-box {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  box-shadow: 0 0 15px 0 #eee;
  display: block;
  height: auto;
  margin: 20px 0 0;
  padding: 14px 3px;
}
.footer-address {
  display: none !important;
}
.country-list {
  border-right: 1px solid #ececec;
  margin-bottom: 20px !important;
}
.country-list.last {
  border: none;
}
.country-list p a span {
  color: #047c47;
  display: block;
  font-size: 25px;
  margin-bottom: 18px;
  padding: 1px 52px;
}
.select-wrapper1 {
  border: 1px solid #8f8f8f;
  background: url(../../img/dropdown-arrow.png) 86% no-repeat;
}
.select-wrapper1,
.select-wrapper1 select {
  display: none;
  cursor: pointer;
  width: 39px;
  height: 20px;
  line-height: 20px;
}
.select-wrapper1 select {
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  margin: 0;
  opacity: 0;
  outline: none;
  position: absolute;
  z-index: 2;
}
.select-wrapper1 .holder {
  cursor: pointer;
  display: block;
  margin: 0 10px 0 5px;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 1;
}
.lang-selector {
  display: none;
}
.home-carousel-video {
  display: none !important;
}
.main .mobile-image {
  display: none;
}
.cl-header-image,
.op-header-image,
.whatsnew-left-image {
  display: block;
}
.expert-advice-image,
.home-box-image {
  display: block !important;
}
.prod-carousel .carousel-cover {
  display: block;
  max-width: 100%;
}
.geoip-parametrized,
.global-default-url,
.polident-partner-iprange-domain-configuration {
  display: none;
}
.geoiprange-values {
  color: red;
  font-size: 25px;
  line-height: 31px;
}
.parametrizedhtml .searchkey-main {
  display: none;
}
.parametrizedhtml.component.section.reference-fix-original {
  padding-bottom: 20px;
}
.cb-search-result {
  display: none;
}
.cb-no-result-box {
  display: none;
  margin-top: -16px;
}
.cb-video-count-box,
.cb-video-count-param,
.chatterbox-autosuggestion,
.filter-box,
.search-load-more {
  display: none;
}
.ui-autocomplete {
  cursor: default;
  position: absolute;
}
.ui-autocomplete .ui-menu-item.ui-state-focus {
  background: #009a44 !important;
  border: none !important;
  margin: 0 !important;
}
.ui-autocomplete .ui-menu-item a {
  color: #d8d8d8;
}
.ui-autocomplete .ui-menu-item a span {
  color: #333;
}
.teal-master-body {
  background: url(../../img/teal-topNavFullwidth.png) 0 0 repeat-x,
    linear-gradient(#f0f5f5, #f1f5f6);
  background-image: url(../../img/teal-topNavFullwidth.png) 0 0 repeat-x;
}
.teal-master-body .ui-autocomplete .ui-menu-item.ui-state-focus {
  background: #00b2a9 !important;
}
.teal-master-body .cb-no-result-text {
  border-top: 1px solid #00b2a9;
}
.teal-master-body .cb-no-result-text h3 .green-header:hover {
  color: #12c8bf;
}
.teal-master-body .cb-no-result-text .green-button-txt {
  background: #0691c5;
}
.teal-master-body .cb-no-result-text .green-button-txt:hover {
  background: #46cde2;
}
.teal-master-body .main-navigation-box .home-logo a:hover {
  background-color: #12c8bf !important;
}
.teal-master-body .main-navigation-box .navigation.navigation-horizontal {
  background: #00b2a9 !important;
}
.teal-master-body
  .main-navigation-box
  .navigation-item.navigation-level1
  > .navigation-item-title {
  background: #00b2a9 !important;
  color: #fff !important;
}
.teal-master-body
  .main-navigation-box
  .navigation-item.has-active-child
  > .navigation-item-title.navigation-level1,
.teal-master-body
  .main-navigation-box
  .navigation-item.is-active
  > .navigation-item-title.navigation-level1 {
  background: #fff !important;
  color: #00b2a9 !important;
}
.teal-master-body
  .main-navigation-box
  .navigation-item
  > a.navigation-item-title:focus,
.teal-master-body
  .main-navigation-box
  .navigation-item
  > a.navigation-item-title:hover {
  background: #12c8bf !important;
}
.teal-master-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1.has-active-child.is-open,
.teal-master-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1.has-active-child
  > .navigation-item-title,
.teal-master-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1.has-active-child
  > .navigation-item-title:hover,
.teal-master-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1.is-active.is-open
  > .navigation-item-title,
.teal-master-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1.is-active
  > .navigation-item-title,
.teal-master-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1.is-active
  > .navigation-item-title:hover {
  color: #00b2a9 !important;
  background: #fff !important;
}
.teal-master-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1
  > a.navigation-item-title:focus,
.teal-master-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1
  > a.navigation-item-title:hover {
  background: #12c8bf !important;
}
.teal-master-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1.is-open {
  color: #00b2a9 !important;
  background: #fff !important;
}
.teal-master-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1.is-open
  > a,
.teal-master-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level2
  > a.navigation-item
  > .navigation-item-title {
  background: #12c8bf !important;
}
.teal-master-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level3
  .navigation-item-title {
  color: #dbf0ef !important;
  font-weight: bold;
}
.teal-master-body
  .main-navigation-box
  .navigation-horizontal
  .has-active-child.navigation-item.navigation-level1.is-open
  > .navigation-item-title {
  background: #fff !important;
  color: #00b2a9 !important;
}
.teal-master-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-branch.navigation-level2
  .navigation-item-title,
.teal-master-body
  .main-navigation-box
  .navigation-horizontal
  ul.navigation-level1.navigation-root
  li.navigation-level1
  ul.navigation-level2 {
  background: #12c8bf !important;
}
.teal-master-body
  .main-navigation-box
  ul.navigation-level3
  li.navigation-item
  .navigation-item-title:focus,
.teal-master-body
  .main-navigation-box
  ul.navigation-level3
  li.navigation-item
  .navigation-item-title:hover,
.teal-master-body
  .main-navigation-box
  ul.navigation-level3
  li.navigation-item.navigation-level3.is-active
  a {
  background: #1cbcb4 !important;
  color: #fff !important;
}
.teal-master-body
  .main-navigation-box.simplified-main-navigation-box
  .home-logo {
  background-color: #00b2a9;
}
.teal-master-body
  .main-navigation-box.simplified-main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1:nth-child(2)
  .navigation-level2
  > a.navigation-item-title,
.teal-master-body
  .main-navigation-box.simplified-main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1:nth-child(3)
  .navigation-level2
  > a.navigation-item-title {
  color: #fff !important;
}
.teal-master-body h1 {
  color: #00b2a9 !important;
}
.teal-master-body h1 .green-header {
  color: #00b2a9;
}
.teal-master-body .using-product {
  border-top: 1px solid #08c8d3;
}
.teal-master-body .using-product h3 {
  color: #00b2a9;
}
.teal-master-body .promo-white-box .promo-header p {
  background: #00b2a9;
}
.teal-master-body .promo-white-box .promo-header p a:focus,
.teal-master-body .promo-white-box .promo-header p a:hover {
  background-color: #12c8bf;
}
.teal-master-body .promo-white-box .promo-header p a span.product-header {
  background: url(../../img/teal-more-small-white.png) 100% no-repeat;
}
.teal-master-body .promo-white-box .promo-header.hover p a {
  background-color: #12c8bf;
}
.teal-master-body .home-promos-box .promo-white-box .promo-header p {
  background: #00b2a9;
}
.teal-master-body .home-promos-box .promo-white-box .promo-header.hover p a,
.teal-master-body .home-promos-box .promo-white-box .promo-header p a:focus,
.teal-master-body .home-promos-box .promo-white-box .promo-header p a:hover {
  background-color: #12c8bf;
}
.teal-master-body .home-gray-box .richtext-home-gray-content p a,
.teal-master-body .home-gray-box h4 {
  color: #00b2a9;
}
.teal-master-body .home-gray-box .richtext-home-gray-content p a:focus,
.teal-master-body .home-gray-box .richtext-home-gray-content p a:hover {
  color: #46cde2;
}
.teal-master-body .richtext-body-content a {
  color: #00b2a9;
}
.teal-master-body .richtext-body-content a:focus,
.teal-master-body .richtext-body-content a:hover {
  color: #46cde2;
}
.teal-master-body .getting-dentures-text a {
  color: #00b2a9;
}
.teal-master-body .getting-dentures-text a:focus,
.teal-master-body .getting-dentures-text a:hover {
  color: #46cde2;
}
.teal-master-body .richtext-footer-pages a {
  color: #00b2a9;
}
.teal-master-body .richtext-footer-pages a:focus,
.teal-master-body .richtext-footer-pages a:hover {
  color: #46cde2;
}
.teal-master-body .box-error-page a {
  color: #00b2a9;
}
.teal-master-body .box-error-page a:focus,
.teal-master-body .box-error-page a:hover {
  color: #46cde2;
}
.teal-master-body #footer .richtext-footer-selector a {
  color: #3abdcf !important;
}
.teal-master-body
  #footer
  .navigation-item.navigation-level1
  > .navigation-item-title {
  background: transparent !important;
}
.teal-master-body
  .footer-navigation
  .navigation-item.navigation-level1
  > .navigation-item-title {
  color: #3abdcf !important;
}
.teal-master-body .our-products-white-box .richtext-op-two-callout-inner h3 {
  color: #00b2a9;
}
.teal-master-body
  .our-products-white-box
  .richtext-op-two-callout-inner
  h3
  a:focus,
.teal-master-body
  .our-products-white-box
  .richtext-op-two-callout-inner
  h3
  a:hover {
  color: #46cde2;
}
.teal-master-body .box-right-template-sharethis {
  background: #00b2a9;
}
.teal-master-body .page-wrap .articleList-title a {
  color: #1492c6;
}
.teal-master-body .page-wrap .articleList-article {
  background: url(../../img/teal-visit-more.png) 99% no-repeat !important;
  padding: 15px 0 20px;
}
.teal-master-body .page-wrap .articleList-article:hover {
  background: url(../../img/teal-visit-more-article-hover.png) 99% no-repeat !important;
}
.teal-master-body .page-wrap .articleList-article:hover h3 a {
  color: #46cde2;
}
.teal-master-body .page-wrap .articleList-article:focus {
  background: url(../../img/teal-visit-more-article-hover.png) 99% no-repeat !important;
}
.teal-master-body .page-wrap .articleList-article:focus h3 a,
.teal-master-body .page-wrap .articleList-article h3 a:focus,
.teal-master-body .page-wrap .articleList-article h3 a:hover {
  color: #46cde2;
}
.teal-master-body .page-wrap .articleList-article .articleList-description,
.teal-master-body .page-wrap .articleList-article a {
  padding-right: 36px;
}
.teal-master-body .page-wrap .removing-product h4,
.teal-master-body .page-wrap .using-product h4 {
  color: #323131;
}
.teal-master-body .page-wrap.white-box.thanks-for-signing h1 span {
  color: #00b2a9 !important;
}
.teal-master-body .green-button-txt {
  background: #0691c5 url(../../img/buynowright-arrow.png) 94.5% 56% no-repeat;
}
.teal-master-body .green-button-txt:focus,
.teal-master-body .green-button-txt:hover {
  background: #46cde2 url(../../img/buynowright-arrow.png) 94.5% 56% no-repeat;
  background-position: 82.5% 49%;
}
.teal-master-body .span-faq-green-button {
  background: #0691c5 url(../../img/buynowright-arrow.png) 94.5% 56% no-repeat;
}
.teal-master-body .span-faq-green-button:focus,
.teal-master-body .span-faq-green-button:hover {
  background: #46cde2 url(../../img/buynowright-arrow.png) 94.5% 56% no-repeat;
  background-position: 82.5% 49%;
}
.teal-master-body .save-now-text-coupon.component .green-button-txt:focus,
.teal-master-body .save-now-text-coupon.component .green-button-txt:hover {
  background-position: 91% 55%;
}
.teal-master-body .fact-text,
.teal-master-body .green-header {
  color: #00b2a9;
}
.teal-master-body .richtext-op-two-callout-inner h3 a {
  background-color: transparent;
  color: #0691c5;
  background: transparent url(../../img/teal-see-range-arrow.png) no-repeat
    scroll 99%;
  padding-right: 30px;
}
.teal-master-body .richtext-op-two-callout-inner h3 a:focus,
.teal-master-body .richtext-op-two-callout-inner h3 a:hover {
  background: transparent url(../../img/teal-see-range-arrow-hover.png)
    no-repeat scroll 99%;
  color: #46cde2;
}
.teal-master-body .richtext-op-two-callout-inner.see-range h3 a {
  color: #1492c6;
}
.teal-master-body .busting-myth-about-dentures-white-box h3,
.teal-master-body .dentures-and-oral-health-white-box h3,
.teal-master-body .expert-advice-white-box h3,
.teal-master-body .food-for-thought-white-box h3,
.teal-master-body .getting-used-to-new-dentures-white-box h3,
.teal-master-body .how-can-i-repair-my-denture-white-box h3,
.teal-master-body .living-with-dentures-white-box h3,
.teal-master-body .supporting-friends-or-family-white-box h3,
.teal-master-body .Types-of-dentures-white-box h3,
.teal-master-body .whats-new-header h1,
.teal-master-body .whats-new-header h3,
.teal-master-body .whats-new-left-box h3,
.teal-master-body .your-guide-to-getting-dentures-white-box h3 {
  color: #00b2a9;
}
.teal-master-body .whats-new-left-box h3 a {
  background: url(../../img/teal-visit-more.png) 100% no-repeat;
}
.teal-master-body .whats-new-left-box h3 a.green-hyperlink {
  color: #1492c6;
}
.teal-master-body .whats-new-left-box h3 a:hover {
  background: url(../../img/teal-visit-more.png) 100% no-repeat;
}
.teal-master-body .whats-new-right-box h3 {
  color: #00b2a9;
}
.teal-master-body .whats-new-right-box h3 a {
  background: url(../../img/teal-visit-more.png) 100% no-repeat;
}
.teal-master-body .whats-new-right-box h3 a.green-hyperlink {
  color: #1492c6;
}
.teal-master-body .whats-new-right-box h3 a:hover {
  background: url(../../img/teal-visit-more.png) 100% no-repeat;
}
.teal-master-body .whats-new-share {
  background-color: #00b2a9;
}
.teal-master-body .contact-us-sample .control-group .submit {
  background: #1492c6 url(../../img/buynowright-arrow.png) no-repeat scroll
    88.3% 52% !important;
}
.teal-master-body .contact-us-sample .control-group .submit:focus {
  background: #46cde2 url(../../img/buynowright-arrow.png) 88.3% 52% no-repeat !important;
}
.teal-master-body .form-sample .control-group .submit {
  background: #00b2a9 url(../../img/buynowright-arrow.png) no-repeat scroll
    88.3% 52% !important;
}
.teal-master-body .form-sample .control-group .submit:focus,
.teal-master-body .form-sample .control-group .submit:hover {
  background: #46cde2 url(../../img/buynowright-arrow.png) 88.3% 52% no-repeat !important;
}
.teal-master-body .about-us-white-box h3,
.teal-master-body .acceptable-use-policy-white-box h3,
.teal-master-body .byte-site-map ul li a,
.teal-master-body .byte-site-map ul li a:hover,
.teal-master-body .claimcoupon-inner-box .save-now-text-coupon .Size-25,
.teal-master-body .contact-white-box h3,
.teal-master-body .cookie-policy-white-box h3,
.teal-master-body .privacy-policy-white-box h3,
.teal-master-body .site-map-white-box h3,
.teal-master-body .terms-and-conditions-white-box h3 {
  color: #00b2a9;
}
.teal-master-body .richtext-faq-question {
  background: url(../../img/teal-faq-open.png) 99% no-repeat;
}
.teal-master-body .richtext-faq-question p {
  color: #1492c6 !important;
}
.teal-master-body .richtext-faq-question.is-open {
  background: url(../../img/teal-faq-close.png) 99% no-repeat;
}
.teal-master-body .dropdown .dt a {
  background: url(../../img/teal-country-selector-bg.png) 100% no-repeat;
  background-position: 265px;
  color: #0691c5 !important;
}
.teal-master-body .dropdown .dd ul li a {
  color: #0691c5 !important;
}
.teal-master-body .polipartner-btn-wrap .green-button-txt {
  background: #00b2a9 url(../../img/download-arrow.png) no-repeat;
  background-position: right 40px bottom 16px;
}
.teal-master-body .polipartner-btn-wrap .green-button-txt:hover {
  background: #12c8bf url(../../img/download-arrow.png) no-repeat;
  background-position: right 40px bottom 16px;
}
.teal-master-body .richtext-partner p,
.teal-master-body .richtext-partner p a {
  color: #1492c6 !important;
}
.teal-master-body .richtext-partner .span-partner-image {
  background: url(../../img/teal-partner-right.png) no-repeat;
  background-position: 100%;
}
.teal-master-body .polident-partner-white-box .richtext-partner {
  border-top: 2px solid #00b2a9;
}
.teal-master-body .chatterbox-home .searchBox input[type="text"] {
  border: 2px solid #00b2a9 !important;
}
.teal-master-body .chatterbox-home .searchBox .button {
  background: transparent url(../../img/search-teal-icon.png) 50% no-repeat;
}
.teal-master-body .chatterbox-home .chatter-title .article-title a,
.teal-master-body .chatterbox-home .chatter-title .article-title a:hover {
  color: #00b2a9 !important;
}
.teal-master-body .chatterbox-home .video-filter {
  border: 1px solid #00b2a9;
}
.teal-master-body .chatterbox-home .video-filter.active {
  background: #00b2a9 !important;
}
.teal-master-body .chatterbox-home .video-filter p {
  color: #00b2a9;
}
.teal-master-body .richtext-show-filters p {
  color: #0691c5 !important;
  background: url(../../img/teal-down-small-arrow.png) 100% no-repeat;
}
.teal-master-body .richtext-show-filters p.active {
  background: url(../../img/teal-up-small-arrow.png) 100% no-repeat;
}
.teal-master-body .chatter-fullwidth .chatter-video iframe,
.teal-master-body .chatter-halfwidth .chatter-video iframe {
  border-bottom: 20px solid #00b2a9 !important;
}
.teal-master-body .box-cb-outer-article .article-title a,
.teal-master-body .box-cb-outer-article .article-title a:hover {
  color: #00b2a9 !important;
}
.teal-master-body
  .box-cb-outer-article
  .video-article-fullwidth
  .chatter-title
  h2 {
  color: #00b2a9;
}
.teal-master-body .chatterbox-fullwidth-video .chatter-title h2,
.teal-master-body .chatterbox-video .chatter-title h2 {
  color: #00b2a9 !important;
}
.teal-master-body .chatterbox-load-more {
  border-top: 1px solid #04b3aa;
}
.teal-master-body .chatterbox-load-more p {
  background: url(../../img/teal-country-selector-bg.png) right 47% no-repeat;
  color: #0691c5 !important;
}
.teal-master-body .search-load-more {
  border-top: 1px solid #00b2a9 !important;
}
.teal-master-body .search-load-more p {
  background: url(../../img/teal-country-selector-bg.png) right 47% no-repeat;
  color: #0691c5 !important;
}
.teal-master-body .box-chatterbox-bottom .richtext-cb-video-share {
  border-bottom: 1px solid #00b2a9;
}
.teal-master-body .box-chatterbox-bottom .richtext-cb-video-share a {
  color: #00b2a9 !important;
}
.teal-master-body .box-chatterbox-bottom .richtext-submit-story a {
  background: url(../../img/teal-see-range-arrow.png) 100% no-repeat;
  color: #1492c6 !important;
}
.teal-master-body .overlay-content .send-email-txt,
.teal-master-body .overlay-content .share-story-txt {
  background-color: #00b2a9;
}
.teal-master-body .overlay-content .submit-button button#submit-story.active,
.teal-master-body .overlay-content form .control-group .controls .submit {
  background: #00b2a9 url(../../img/more-big-white.png) 88.9% 56% no-repeat;
}
.teal-master-body .overlay-content .cb-social-media-txt .richText-content > p,
.teal-master-body
  .overlay-content
  .upload-select-filter
  .richText-content
  > p:first-child,
.teal-master-body
  .overlay-content
  .upload-video-txt
  .richText-content
  > p:first-child,
.teal-master-body
  .overlay-content
  .upload-video-txt
  .richText-content
  > p
  span {
  color: #00b2a9;
}
.teal-master-body .overlay-content .upload-select-filter ul li {
  color: #00b2a9;
  border: 1px solid #00b2a9;
}
.teal-master-body .overlay-content .upload-select-filter ul li.active {
  background: #00b2a9;
}
.teal-master-body .overlay-content .privacy-box .custom-checkbox.selected {
  background: url(../../img/teal-checked-cbox.png) no-repeat;
}
.teal-master-body
  .overlay-content
  .upload-story-box
  .record-video-txt
  .richText-content
  > p
  span {
  background: url(../../img/teal-overlay-accordion-close.png) 100% 12px
    no-repeat;
}
.teal-master-body
  .overlay-content
  .upload-story-box
  .record-video-txt
  .richText-content
  > p
  .plus-img {
  background: url(../../img/teal-overlay-accordion-open.png) 100% 12px no-repeat;
}
.teal-master-body #overlaybrowsefile a {
  background: #00b2a9 url(../../img/more-small-white.png) 87% 52% no-repeat !important;
  border: 1px solid #60cdc8;
}
.teal-master-body .search-res-box .searchResults-pagination-item a,
.teal-master-body .search-res-box .searchResults-pagination-item a:hover,
.teal-master-body .search-res-box .searchResults-title a,
.teal-master-body .search-res-box .searchResults-title a:hover {
  color: #00b2a9 !important;
}
.teal-master-body .back-link a {
  background: transparent url(../../img/teal-more-back.png) no-repeat scroll 0;
  color: #1492c6;
  height: 37px;
}
.teal-master-body .back-link.richtext-chatterbox-backlink a {
  color: #0691c5;
}
.teal-master-body .span-ea-see-more {
  background: url(../../img/teal-ea-down-arrow.png) 0 0 no-repeat;
}
.teal-master-body .span-ea-show-less {
  background: url(../../img/teal-ea-up-arrow.png) 0 0 no-repeat;
}
.teal-master-body .richtext-ea-see-more .green-header,
.teal-master-body .richtext-ea-show-less .green-header {
  color: #0691c5 !important;
}
.teal-master-body .whats-new-right-box3 .carousel-nav-prev {
  background-image: url(../../img/teal-carousel-left.png) !important;
}
.teal-master-body .whats-new-right-box3 .carousel-nav-next {
  background-image: url(../../img/teal-carousel-right.png) !important;
}
.teal-master-body .whats-new-right-box4 .carousel-nav-prev {
  background-image: url(../../img/teal-carousel-left.png) !important;
}
.teal-master-body .whats-new-right-box4 .carousel-nav-next {
  background-image: url(../../img/teal-carousel-right.png) !important;
}
.teal-master-body .richtext-chatterbox-backlink a {
  background: transparent url(../../img/teal-chatterbox-backlink.png) no-repeat
    scroll left 3px !important;
}
.teal-master-body .email-friend-box {
  margin-bottom: 0;
}
.teal-master-body .richtext-cb-share-thanks,
.teal-master-body .video-progress {
  background: #00b2a9;
  margin-bottom: 0;
}
.teal-master-body .video-progress {
  min-height: 150px;
}
.teal-master-body .video-error,
.teal-master-body .video-thanks {
  background: #00b2a9;
  margin-bottom: 0;
  min-height: 150px;
}
.teal-master-body .ui-state-hover,
.teal-master-body .ui-widget-content .ui-state-hover {
  background: #12c8bf !important;
}
.teal-master-body .dentures-article-list .articleList-article,
.teal-master-body .faq-inner-white-box,
.teal-master-body .get-expert-article-list .articleList-article {
  border-bottom: 1px solid #08c8d3;
}
.teal-master-body .produt-description .green-button-txt,
.teal-master-body .produt-description .green-button-txt:focus,
.teal-master-body .produt-description .green-button-txt:hover,
.teal-master-body .produt-description .span-faq-green-button,
.teal-master-body .produt-description .span-faq-green-button:focus,
.teal-master-body .produt-description .span-faq-green-button:hover {
  background: #1492c6 url(../../img/buynowright-arrow.png) no-repeat scroll
    91.5% 49%;
}
.teal-master-body .our-products-article-list .articleList-article {
  border-top: 1px solid #08c8d3;
}
.teal-master-body .image-wheretobuy {
  border-bottom: 1px solid #9fe2df;
}
.teal-master-body .richtext-country-locator .dropdown .dd ul li {
  border-bottom: 1px solid #d8d8d8;
}
.teal-master-body .exit-notification-text h3 {
  color: #00b2a9;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-style: normal;
  line-height: 36px;
}
.teal-master-body .exit-notification-text p {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}
.teal-master-body .exit-notification-buttons {
  text-align: center;
}
.teal-master-body .exit-notification-buttons button {
  background-color: #00b2a9;
  color: #fff;
  font-size: 15px;
  height: 25px;
  margin: 5px 10px;
  width: 135px;
}
.teal-master-body .fake-article-list {
  background: url(../../img/teal-visit-more.png) 99% no-repeat !important;
  border-top: 1px solid #46cde2;
  padding: 15px 0 20px;
}
.teal-master-body .fake-article-list:hover {
  background: url(../../img/teal-visit-more-article-hover.png) 99% no-repeat !important;
}
.teal-master-body .fake-article-list:hover a {
  color: #46cde2;
}
.teal-master-body .fake-article-list a {
  color: #1492c6;
}
.teal-master-body .fake-article-list a:focus {
  color: #46cde2;
}
.teal-master-body .fake-article-list p + p,
.teal-master-body .fake-article-list p a {
  padding-right: 36px;
}
.teal-master-body.page-how-to-clean-dentures .quiz-banner figcaption a {
  color: #00b2a9;
}
.footer-external-link,
.footer-richtext-navigation {
  display: none;
}
@media only screen and (min-width: 960px) {
  .footer-navigation {
    padding-left: 88px;
  }
  .footer-navigation.long-footer-navigation {
    padding-left: 0;
  }
  #footer li:last-child,
  #footer li:nth-child(4) {
    border: none !important;
  }
  #footer li:nth-child(5) {
    border: -moz-use-text-color;
    border-right: 1px solid #757575;
    margin-left: 0;
  }
  #footer li:nth-child(6) {
    margin-left: 0;
  }
  .richtext-header-large {
    margin-left: 50.61806% !important;
  }
  .teal-master-body .dropdown .dt a.is-open {
    background: url(../../img/teal-m_country-selector-bg.png) 100% no-repeat;
    background-position: 269px;
  }
  .teal-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level2
    .navigation-item-title {
    background: #00c9c0 !important;
  }
  .teal-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.has-active-child
    > .navigation-item-title,
  .teal-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.is-active.is-open
    > .navigation-item-title,
  .teal-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.is-active
    > .navigation-item-title,
  .teal-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.is-active
    > .navigation-item-title:focus,
  .teal-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.is-active
    > .navigation-item-title:hover {
    color: #00b2a9 !important;
    background: #fff !important;
  }
  .teal-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1:nth-child(2)
    ul.navigation-level2
    li.navigation-item.navigation-level2.is-active
    a,
  .teal-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1:nth-child(2)
    ul.navigation-level2
    li.navigation-item
    a:focus,
  .teal-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1:nth-child(2)
    ul.navigation-level2
    li.navigation-item
    a:hover,
  .teal-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1:nth-child(3)
    ul.navigation-level2
    li.navigation-item.navigation-level2.is-active
    a,
  .teal-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1:nth-child(3)
    ul.navigation-level2
    li.navigation-item
    a:focus,
  .teal-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1:nth-child(3)
    ul.navigation-level2
    li.navigation-item
    a:hover {
    background: #00b2a9 !important;
    color: #fff !important;
  }
  .teal-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.is-open
    > a,
  .teal-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1
    > a.navigation-item-title:focus,
  .teal-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1
    > a.navigation-item-title:hover,
  .teal-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level2
    > a.navigation-item
    > .navigation-item-title {
    background: #00c9c0 !important;
  }
  .teal-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .has-active-child.navigation-item.navigation-level1.is-open
    > .navigation-item-title {
    background: #fff !important;
    color: #00b2a9 !important;
  }
  .teal-master-body
    .main-navigation-box.simplified-main-navigation-box
    ul.navigation-level3
    li.navigation-item
    .navigation-item-title:focus,
  .teal-master-body
    .main-navigation-box.simplified-main-navigation-box
    ul.navigation-level3
    li.navigation-item
    .navigation-item-title:hover,
  .teal-master-body
    .main-navigation-box.simplified-main-navigation-box
    ul.navigation-level3
    li.navigation-item.navigation-level3.is-active
    a {
    background: #00b2a9 !important;
  }
  .teal-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-item.has-active-child
    > .navigation-item-title.navigation-level1,
  .teal-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-item.is-active
    > .navigation-item-title.navigation-level1 {
    background: #fff !important;
    color: #00b2a9 !important;
  }
  .teal-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-item
    > a.navigation-item-title:focus,
  .teal-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-item
    > a.navigation-item-title:hover {
    background: #00c9c0 !important;
  }
  .whats-new-left-box .home-carousel-video iframe {
    height: 259px !important;
    margin-left: -1px;
    z-index: 0;
  }
  .china-font-body .whats-new-left-box1 {
    padding-left: 0;
  }
  .china-font-body .box.whats-new-header {
    padding-right: 0;
  }
  .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1:nth-child(2)
    ul.navigation-level2
    li.navigation-item.navigation-level2.is-active
    a,
  .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1:nth-child(2)
    ul.navigation-level2
    li.navigation-item
    a:focus,
  .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1:nth-child(2)
    ul.navigation-level2
    li.navigation-item
    a:hover {
    background: #1eb157 !important;
    display: block;
    padding-left: 15px;
    text-decoration: none !important;
  }
  .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1:nth-child(2)
    ul.navigation-branch.navigation-level2 {
    margin-left: 10%;
    min-width: 412px;
    width: 412px;
  }
  .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1:nth-child(2)
    .navigation-branch.navigation-level2
    > .navigation-level2 {
    min-width: 412px;
  }
  .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1:nth-child(2)
    .navigation-item.navigation-level2
    .navigation-item-title {
    padding: 8px 15px 8px 20px !important;
  }
  .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1:nth-child(3)
    ul.navigation-level2
    li.navigation-item.navigation-level2.is-active
    a,
  .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1:nth-child(3)
    ul.navigation-level2
    li.navigation-item
    a:focus,
  .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1:nth-child(3)
    ul.navigation-level2
    li.navigation-item
    a:hover {
    background: #1eb157 !important;
    display: block;
    padding-left: 15px;
    text-decoration: none !important;
  }
  .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1:nth-child(3)
    ul.navigation-branch.navigation-level2 {
    margin-left: 33%;
    min-width: 383px;
    width: 383px;
  }
  .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1:nth-child(3)
    .navigation-branch.navigation-level2
    > .navigation-level2 {
    min-width: 383px;
  }
  .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1:nth-child(3)
    .navigation-item.navigation-level2
    .navigation-item-title {
    padding: 8px 15px 8px 20px !important;
  }
  .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    ul.navigation-level1.navigation-root
    li.navigation-level1
    ul.navigation-level2 {
    padding-bottom: 21px;
    padding-top: 19px;
  }
  .main-navigation-box.simplified-main-navigation-box .home-logo {
    background-color: #009a44;
    border-bottom: none !important;
    border-top: none !important;
  }
  .main-navigation-box.simplified-main-navigation-box
    .navigation-item.navigation-level1
    > .navigation-item-title {
    padding: 20px 20px 16px;
  }
  .produt-description-long h1 {
    line-height: 36px !important;
  }
  .red-master-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-level1
    .navigation-branch.navigation-level2
    .navigation-item {
    background: #e21e2b;
  }
  .red-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level2
    .navigation-item-title {
    background: #e21e2b !important;
  }
  .red-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.has-active-child.is-open
    > .navigation-item-title,
  .red-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.has-active-child
    > .navigation-item-title,
  .red-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.is-active.is-open
    > .navigation-item-title,
  .red-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.is-active
    > .navigation-item-title,
  .red-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.is-active
    > a.navigation-item-title {
    background: #fff !important;
    color: #f7323f !important;
  }
  .red-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1:nth-child(2)
    ul.navigation-level2
    li.navigation-item.navigation-level2.is-active
    a,
  .red-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1:nth-child(2)
    ul.navigation-level2
    li.navigation-item
    a:focus,
  .red-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1:nth-child(2)
    ul.navigation-level2
    li.navigation-item
    a:hover,
  .red-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1:nth-child(3)
    ul.navigation-level2
    li.navigation-item.navigation-level2.is-active
    a,
  .red-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1:nth-child(3)
    ul.navigation-level2
    li.navigation-item
    a:focus,
  .red-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1:nth-child(3)
    ul.navigation-level2
    li.navigation-item
    a:hover {
    background: #f7323f !important;
    color: #fff !important;
  }
  .red-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.is-open
    > a,
  .red-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1
    > a.navigation-item-title:focus,
  .red-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1
    > a.navigation-item-title:hover,
  .red-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level2
    > a.navigation-item
    > .navigation-item-title {
    background: #e21e2b !important;
  }
  .red-master-body
    .main-navigation-box.simplified-main-navigation-box
    ul.navigation-level3
    li.navigation-item
    .navigation-item-title:focus,
  .red-master-body
    .main-navigation-box.simplified-main-navigation-box
    ul.navigation-level3
    li.navigation-item
    .navigation-item-title:hover,
  .red-master-body
    .main-navigation-box.simplified-main-navigation-box
    ul.navigation-level3
    li.navigation-item.navigation-level3.is-active
    a {
    background: #f7323f !important;
  }
  .red-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-item.has-active-child
    > .navigation-item-title.navigation-level1,
  .red-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-item.is-active
    > .navigation-item-title.navigation-level1 {
    background: #fff !important;
    color: #f7323f !important;
  }
  .red-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-item
    > a.navigation-item-title:focus,
  .red-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-item
    > a.navigation-item-title:hover {
    background: #e21e2b !important;
  }
  .red-master-body
    .main-navigation-box
    ul.navigation-level3
    li.navigation-item.is-active
    .navigation-item-title {
    background: #f7323f !important;
    color: #fff !important;
  }
  .poland-font-body .our-products-white-box .richtext-op-two-callout-inner h3 {
    padding-right: 3px;
  }
  .poland-font-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1:first-child
    .navigation-branch.navigation-level2
    > .navigation-level2:last-child {
    border: none !important;
  }
  .poland-font-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1:first-child
    .navigation-branch.navigation-level2
    > .navigation-level2:first-child
    .navigation-branch.navigation-level3
    li:last-child,
  .poland-font-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1:first-child
    .navigation-branch.navigation-level2
    > .navigation-level2:first-child
    .navigation-branch.navigation-level3
    li:nth-child(3) {
    border-right: 2px solid #4edbd4 !important;
  }
  .poland-font-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1:last-child {
    float: left;
    margin-right: 0;
  }
  .poland-font-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-level3 {
    width: 100%;
  }
  .poland-font-body
    .main-navigation-box
    .navigation-item.navigation-level1:last-child
    > .navigation-item-title {
    border: none;
    border-radius: 0;
    margin-top: 0;
    padding: 20px 22px 16px !important;
  }
  .poland-font-body #footer li:nth-child(5) {
    margin-left: 95px;
  }
  .poland-font-body .footer-navigation {
    padding-left: 8px;
    width: 54%;
  }
  .czech-font-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1:last-child {
    float: left;
    margin-right: 0;
  }
  .czech-font-body
    .main-navigation-box
    .navigation-item.navigation-level1:last-child
    > .navigation-item-title {
    border: none;
    border-radius: 0;
    margin-top: 0;
    padding: 20px 22px 16px !important;
  }
  .czech-font-body #footer .footer-navigation {
    margin-left: -1.5%;
    padding-left: 0;
    width: 75%;
  }
  .czech-font-body #footer .richtext-footer-content p {
    padding-right: 34px;
  }
  .czech-font-body #footer li:nth-child(4),
  .czech-font-body #footer li:nth-child(5) {
    border-right: 1px solid #757575 !important;
  }
  .czech-font-body .desktop-gsk-footer-logo {
    width: 15%;
  }
  .portugal-font-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1:last-child {
    float: left;
    margin-right: 0;
  }
  .portugal-font-body
    .main-navigation-box
    .navigation-item.navigation-level1:last-child
    > .navigation-item-title {
    border: none;
    border-radius: 0;
    margin-top: 0;
    padding: 20px 22px 16px !important;
  }
  .portugal-font-body .footer-navigation {
    padding-left: 45px;
  }
  .portugal-font-body #footer li:nth-child(3) {
    border-right: none !important;
  }
  .portugal-font-body #footer li:nth-child(4) {
    border-right: 1px solid #6d6d6d !important;
    margin-left: 90px;
  }
  .portugal-font-body #footer li:nth-child(5) {
    margin-left: -2px;
  }
  .germany-font-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1:last-child {
    float: left;
    margin-right: 0;
  }
  .germany-font-body
    .main-navigation-box
    .navigation-item.navigation-level1:last-child
    > .navigation-item-title {
    border: none;
    border-radius: 0;
    margin-top: 0;
    padding: 20px 22px 16px !important;
  }
  .greece-font-body .free-sample-white-box .privacy-txt p {
    font-size: 14px !important;
  }
  .greece-font-body #footer li:nth-child(3),
  .greece-font-body #footer li:nth-child(4) {
    border-right: 1px solid #757575 !important;
  }
  .greece-font-body #footer li:nth-child(5) {
    border-right: 1px solid #757575 !important;
    margin-left: 0 !important;
  }
  .greece-font-body
    #footer
    .navigation-item.navigation-level1
    > .navigation-item-title {
    font-size: 12px !important;
  }
  .greece-font-body #footer .footer-navigation {
    margin-left: 0 !important;
    padding-left: 0 !important;
    width: 89% !important;
  }
  .greece-font-body #footer .desktop-gsk-footer-logo {
    width: 9% !important;
  }
  .greece-font-body .richtext-home-gray-content p {
    font-size: 16px !important;
  }
  .romania-font-body .our-products-white-box .richtext-op-two-callout-inner h3 {
    padding-right: 3px;
  }
  .romania-font-body .our-products-white-box.page-wrap.grid_9.prod-range-box {
    padding-right: 0;
  }
  .romania-font-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1:first-child
    .navigation-branch.navigation-level2
    > .navigation-level2:last-child {
    border: none !important;
  }
  .romania-font-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1:last-child {
    float: left;
    margin-right: 0;
  }
  .romania-font-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-level3 {
    width: 100%;
  }
  .romania-font-body
    .main-navigation-box
    .navigation-item.navigation-level1:last-child
    > .navigation-item-title {
    border: none;
    border-radius: 0;
    margin-top: 0;
    padding: 20px 22px 16px !important;
  }
  .romania-font-body #footer li:nth-child(5) {
    border-right: 1px solid #757575 !important;
    margin-left: 0;
  }
  .romania-font-body #footer li:nth-child(3) {
    border-right: 1px solid #757575 !important;
  }
  .romania-font-body #footer li:nth-child(4) {
    border-right: 0 solid transparent !important;
  }
  .romania-font-body #footer li:first-child {
    margin-left: 40px;
  }
  .romania-font-body #footer .footer-navigation {
    padding-left: 0 !important;
    width: 55% !important;
  }
  .romania-font-body .whats-new-header h4 {
    padding-top: 13px;
  }
  .romania-font-body .whats-new-header h1 {
    padding-bottom: 15px;
  }
  .romania-font-body .whats-new-header p {
    padding-top: 15px;
  }
  .romania-font-body .whats-new-header .richText.grid_6 {
    margin-bottom: 7px;
  }
  .romania-font-body .main .grid_9 .grid_4.box-op-two-callout-second {
    margin-left: 7% !important;
    width: 46%;
  }
  .romania-font-body .product-range .box-op-two-callout-first.suffix_1 {
    width: 46% !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .header-box {
    height: 64px;
    margin: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .main {
    padding: 0 !important;
    width: 100% !important;
  }
  #footer .desktop-gsk-footer-logo,
  #footer .richtext-footer-content,
  .header-box .corega-logo {
    display: none !important;
  }
  #footer.main {
    padding: 0;
  }
  #footer .footer-address,
  #footer .mob-gsk-logo {
    display: block !important;
    width: auto !important;
  }
  #footer .country-selector {
    padding-left: 10px;
    padding-top: 20px;
  }
  #footer .country-selector,
  #footer .richtext-footer-selector {
    display: block !important;
    float: left !important;
    width: auto !important;
  }
  #footer .richtext-footer-selector {
    padding-top: 8px;
  }
  #footer .navigation-item {
    border: none;
    float: none;
    margin: 0;
    padding: 7px 0;
  }
  #footer .navigation-item a {
    font-size: 18px !important;
    text-transform: uppercase;
  }
  #footer .navigation-item.navigation-level1 > .navigation-item-title {
    line-height: 12px;
  }
  #footer .footer-navigation li:first-child,
  #footer .footer-navigation li:nth-child(5) {
    margin-left: 0;
  }
  #footer .template-country-box.mobile-country-box {
    display: block;
  }
  #footer .template-country-box.template-country-box-tablet {
    display: none;
  }
  .footer-box {
    margin-top: 0;
    padding-bottom: 10px !important;
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px !important;
  }
  .footer-address {
    text-align: center;
    font-size: 12px;
    margin-top: 15px;
    padding: 0 15px 5px;
  }
  .footer-address p {
    margin: 0;
    font-size: 10px;
    color: #000;
    line-height: 12px;
  }
  .footer-address p:first-child {
    margin-top: 20px;
  }
  .template-country-box {
    float: right !important;
    width: auto !important;
  }
  .mob-gsk-logo {
    float: left !important;
  }
  .country-box h4 {
    padding: 0 0 25px !important;
  }
  .country-box p {
    padding: 0 16px 25px !important;
  }
  .country-box.global-country-box {
    min-height: 400px;
  }
  .country-box.global-polident-box,
  .country-box.global-polident-country-box {
    min-height: 410px !important;
    padding-bottom: 0 !important;
  }
  .cb-no-result-box {
    margin-top: -9px;
  }
  .cb-no-result-text p {
    line-height: 24px;
  }
  .cb-no-result-text h3 {
    line-height: 30px;
  }
  .cb-no-result-text .green-button-txt,
  .cb-no-result-text .green-button-txt:hover {
    font-size: 18px !important;
    padding: 15px 37px 12px;
    margin: 0;
  }
  .teal-master-body
    .our-products-white-box
    .richtext-op-two-callout-inner.see-range
    h3 {
    background-color: transparent !important;
  }
  .teal-master-body .our-products-white-box .richtext-op-two-callout-inner h3 {
    background-color: #00b2a9;
    color: #fff;
  }
  .teal-master-body
    .footer-navigation
    .navigation-item.navigation-level1
    > .navigation-item-title {
    color: #0691c5 !important;
  }
  .teal-master-body .back-link a {
    color: #1e9ac5;
    height: auto;
  }
  .teal-master-body .contact-us-sample .control-group .submit,
  .teal-master-body .form-sample .control-group .submit {
    background: #1492c6 url(../../img/buynowright-arrow.png) no-repeat scroll
      88.3% 52% !important;
  }
  .teal-master-body .whats-new-share {
    background-color: #eee;
  }
  .teal-master-body .whats-new-left-box .richText-content h3:first-child,
  .teal-master-body .whats-new-right-box .richText-content h3:first-child {
    background: #00b2a9;
  }
  .teal-master-body .promo-white-box .promo-header p a span.product-header {
    background: url(../../img/teal-more-big-white.png) 100% no-repeat;
  }
  .teal-master-body .span-ea-see-more {
    background: url(../../img/teal-see-more-mob-arrow.png) 0 0 no-repeat;
  }
  .teal-master-body .span-ea-show-less {
    background: url(../../img/teal-show-less-mob-arrow.png) 0 0 no-repeat;
  }
  .teal-master-body .dropdown .dt a {
    background: url(../../img/teal-m_country-selector-bg.png) 100% no-repeat;
    background-position: 94% 53% !important;
  }
  .teal-master-body .richtext-partner .span-partner-image {
    background: url(../../img/teal-partner-right_mobile.png) no-repeat;
    background-position: 100%;
    padding: 2px 8px;
  }
  .teal-master-body .richtext-chatterbox-backlink a {
    background: transparent url(../../img/teal-chatterbox-backlink.png)
      no-repeat scroll 0 !important;
  }
  .teal-master-body .faq-outer-box-first h1 {
    background-color: #00b2a9;
  }
  .teal-master-body .richtext-country-locator .dropdown .dd ul li {
    border-bottom: 1px solid #ccf0ee;
  }
  .teal-master-body .richtext-country-locator .dropdown .dd ul li:last-child {
    border-bottom: 2px solid #ccf0ee;
    border-radius: 0;
  }
  .teal-master-body .get-expert-article-list .articleList-article {
    border-bottom: 1px solid #99e0dd;
  }
  .teal-master-body .page-wrap .articleList-list li:last-child {
    border-bottom: 1px solid #66d1cb;
  }
  .teal-master-body .our-products-article-list .articleList-article,
  .teal-master-body .using-product {
    border-top: 1px solid #99e0dd;
  }
  .teal-master-body .faq-inner-white-box {
    border-bottom: 1px solid #66d1cb;
  }
  .teal-master-body .box-chatterbox-bottom .richtext-submit-story a {
    color: #0691c5;
  }
  .teal-master-body .chatterbox-load-more {
    border-top: none;
  }
  .teal-master-body .polipartner-btn-wrap .green-button-txt {
    background: #00b2a9 url(../../img/download-arrow.png) no-repeat;
    background-position: right 57px bottom 16px;
  }
  .teal-master-body .polipartner-btn-wrap .green-button-txt:hover {
    background: #12c8bf url(../../img/download-arrow.png) no-repeat;
    background-position: right 57px bottom 16px;
  }
  .box-partner-richtext p {
    padding-left: 0 !important;
  }
  .box-partner-richtext .polipartner-btn-wrap {
    margin-left: 0 !important;
    padding-bottom: 26px;
  }
  .richtext-partner p {
    padding-left: 0 !important;
  }
  .richtext-partner .span-partner-image {
    background: url(../../img/partner-right_mobile.png) no-repeat;
    background-position: 100%;
    padding: 2px 8px;
  }
  .polident-partner-white-box .richtext-partner {
    margin-bottom: 53px !important;
  }
  .polident-partner-white-box .richtext-partner p {
    color: #009a44 !important;
    line-height: 21px !important;
    padding-top: 24px !important;
  }
  .global-cs-richtext .dropdown .dt a {
    padding-left: 1.5625%;
    padding-right: 1.5625%;
  }
  .global-cs-richtext p,
  .richtext-cs p {
    font-size: 18px !important;
    word-wrap: break-word;
  }
  .richtext-cs.back-link a {
    height: auto;
  }
  .global-polident-box .global-partner-richtext {
    padding-left: 0;
    padding-right: 0;
  }
  .global-polident-box .global-partner-richtext h1 {
    padding-bottom: 20px;
    padding-left: 16px;
    padding-right: 16px;
    text-align: left !important;
  }
  .global-polident-country-box .richtext-cs .dropdown .dt a {
    padding: 20px 1.5625%;
  }
  .global-footer-address {
    margin-top: 0;
  }
  .dropdown.gray-color .dt a {
    background-position: 95% 53% !important;
    background: url(../../img/teal-country-selector-bg.png) 100% no-repeat;
  }
  .dropdown.gray-color .dt a.is-open {
    background: url(../../img/teal-m_country-selector-bg.png) 100% no-repeat;
    background-position: 94% 53% !important;
  }
  .dropdown.black-color .dt a {
    background-position: 95% 53% !important;
    background: url(../../img/teal-country-selector-bg.png) 100% no-repeat;
  }
  .dropdown.black-color .dt a.is-open {
    background: url(../../img/teal-m_country-selector-bg.png) 100% no-repeat;
    background-position: 94% 53% !important;
  }
  .richtext-country-locator .dropdown.gray-color .dd ul li {
    border-bottom: 1px solid #ccf0ee;
  }
  .richtext-country-locator .dropdown.gray-color .dd ul li:last-child {
    border-bottom: 2px solid #ccf0ee;
    border-radius: 0;
  }
  .richtext-country-locator .dropdown.black-color .dd ul li {
    border-bottom: 1px solid #ccf0ee;
  }
  .richtext-country-locator .dropdown.black-color .dd ul li:last-child {
    border-bottom: 2px solid #ccf0ee;
    border-radius: 0;
  }
  .promo-white-box .promo-image {
    display: none !important;
  }
  .mobile-image.promo-image {
    display: block !important;
  }
  .box-inner-ea-two-callout-first .image-ea-tile,
  .box-inner-ea-two-callout-second .image-ea-tile,
  .free-sample-white-box .offers-hero-image {
    display: none !important;
  }
  .china-font-body .page-wrap h1 span.green-header sup {
    font-family: "Noto Sans SC", sans-serif;
    font-size: 14px;
    top: -14px;
  }
  .china-font-body .free-sample-white-box p sup,
  .china-font-body .richtext-body-content p sup,
  .china-font-body .richtext-footer-pages p sup,
  .china-font-body .richtext-wtb-header p sup,
  .china-font-body .whats-new-header.page-wrap p sup,
  .china-font-body .whats-new-left-box1.page-wrap p sup {
    font-size: 14px;
    top: -7px;
  }
  .china-font-body .richtext-op-two-callout-inner p sup {
    font-size: 12px;
    top: -10px;
  }
  .china-font-body .richtext-denture-adhesives p sup {
    font-size: 12px !important;
    top: -12px !important;
  }
  .china-font-body .food-for-thought-white-box ul,
  .china-font-body .how-can-i-repair-my-denture-white-box ul,
  .china-font-body .supporting-friends-or-family-white-box ul,
  .china-font-body .Types-of-dentures-white-box ul {
    margin-left: 5px !important;
  }
  .china-font-body .contact-us-sample .A_PRVACY_POLCY .wsform-label {
    padding-top: 0;
  }
  .china-font-body .contact-us-sample .A_PRVACY_POLCY .wsform-label sup {
    font-size: 12px;
    top: -12px;
  }
  .china-font-body .form-sample .A_PRVACY_POLCY .wsform-label {
    padding-top: 0;
  }
  .china-font-body .form-sample .A_PRVACY_POLCY .wsform-label sup {
    font-size: 12px;
    top: -12px;
  }
  .korea-font-body .footer-box .footer-address {
    margin-top: 0;
  }
  .korea-font-body .footer-box .footer-address p {
    font-size: 12px !important;
    line-height: 20px !important;
  }
  .korea-font-body .blue-header-txt h1 sup,
  .korea-font-body .mobile-view-header h1 sup {
    font-family: "Noto Sans KR", sans-serif !important;
    font-size: 32px !important;
    top: -9px !important;
  }
  .mandarin-font-body .page-wrap h1 span.green-header sup {
    font-family: "Noto Sans SC", sans-serif;
    font-size: 14px;
    top: -14px;
  }
  .mandarin-font-body .free-sample-white-box p sup,
  .mandarin-font-body .richtext-body-content p sup,
  .mandarin-font-body .richtext-footer-pages p sup,
  .mandarin-font-body .richtext-wtb-header p sup,
  .mandarin-font-body .whats-new-header.page-wrap p sup,
  .mandarin-font-body .whats-new-left-box1.page-wrap p sup {
    font-size: 14px;
    top: -7px;
  }
  .mandarin-font-body .richtext-op-two-callout-inner p sup {
    font-size: 12px;
    top: -10px;
  }
  .mandarin-font-body .richtext-denture-adhesives p sup {
    font-size: 12px !important;
    top: -12px !important;
  }
  .mandarin-font-body .food-for-thought-white-box ul,
  .mandarin-font-body .how-can-i-repair-my-denture-white-box ul,
  .mandarin-font-body .supporting-friends-or-family-white-box ul,
  .mandarin-font-body .Types-of-dentures-white-box ul {
    margin-left: 5px !important;
  }
  .mandarin-font-body .contact-us-sample .A_PRVACY_POLCY .wsform-label {
    padding-top: 0;
  }
  .mandarin-font-body .contact-us-sample .A_PRVACY_POLCY .wsform-label sup {
    font-size: 12px;
    top: -12px;
  }
  .mandarin-font-body .form-sample .A_PRVACY_POLCY .wsform-label {
    padding-top: 0;
  }
  .mandarin-font-body .form-sample .A_PRVACY_POLCY .wsform-label sup {
    font-size: 12px;
    top: -12px;
  }
  .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1:nth-child(2)
    .navigation-item.navigation-level2
    .navigation-item-title {
    background-color: #fff;
    color: #5a6367 !important;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    width: auto;
  }
  .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1:nth-child(2)
    .navigation-item.navigation-level2:first-child
    .navigation-item-title {
    padding-top: 18px !important;
  }
  .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1:nth-child(2)
    .navigation-item.navigation-level2:last-child
    .navigation-item-title {
    padding-bottom: 18px !important;
  }
  .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1:nth-child(3)
    .navigation-item.navigation-level2
    .navigation-item-title {
    background-color: #fff;
    color: #5a6367 !important;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    width: auto;
  }
  .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1:nth-child(3)
    .navigation-item.navigation-level2:first-child
    .navigation-item-title {
    padding-top: 18px !important;
  }
  .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1:nth-child(3)
    .navigation-item.navigation-level2:last-child
    .navigation-item-title {
    padding-bottom: 30px !important;
  }
  .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1
    .navigation-item.navigation-level2
    .navigation-item-title {
    color: #5a6367 !important;
    padding-left: 7.7% !important;
  }
  .box.promo-white-box.home-promo-first.grid_6,
  .box.promo-white-box.home-promo-last.grid_6 {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 87% !important;
  }
  .home-promo-first.grid_6 .promo-header p a,
  .home-promo-last.grid_6 .promo-header p a {
    padding-bottom: 7px;
    padding-top: 7px;
  }
  .video-error p,
  .video-progress p,
  .video-thanks p {
    line-height: 22px;
  }
  .red-master-body .home-gray-box {
    background: none;
  }
  .red-master-body .product-range .richtext-op-two-callout-inner h3 {
    background-color: #f7323f;
    color: #fff !important;
  }
  .red-master-body .our-products-white-box .product-range {
    background: none !important;
  }
  .red-master-body #footer .navigation-item {
    border: none;
  }
  .red-master-body .whats-new-left-box .richText-content h3:first-child,
  .red-master-body .whats-new-right-box .richText-content h3:first-child {
    background: #f7323f;
    color: #fff !important;
  }
  .red-master-body .page-wrap .articleList-article {
    background: url(../../img/red-articleList-M.png) 100% no-repeat !important;
  }
  .red-master-body .page-wrap .articleList-article:hover {
    background: url(../../img/red-articleList-hover-M.png) 100% no-repeat !important;
  }
  .red-master-body .span-ea-see-more {
    background: url(../../img/red-ea-down-arrow-M.png) 0 0 no-repeat;
  }
  .red-master-body .span-ea-show-less {
    background: url(../../img/red-ea-up-arrow-M.png) 0 0 no-repeat;
  }
  .red-master-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1
    .navigation-item.navigation-level2
    .navigation-item-title {
    padding-left: 7.7% !important;
  }
  .red-master-body .faq-outer-box-first h1 {
    background-color: #f7323f;
  }
  .red-master-body .our-products-article-list.articleList li:last-child {
    border-bottom: 1px solid #f7323f;
  }
  .red-master-body .richtext-partner .span-partner-image {
    background: url(../../img/red-partner-right-M.png) no-repeat;
    background-position: 100%;
    padding: 2px 8px;
  }
  .page-wrap .articleList-article:focus {
    background: url(../../img/red-articleList-hover-M.png) 100% no-repeat !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 959px) {
  .header-box .polident-logo {
    float: left !important;
    margin-bottom: 0;
    padding-left: 0 !important;
    width: auto !important;
  }
  .header-box .large,
  .header-box .medium,
  .header-box .search-box {
    display: none !important;
  }
  .header-box .poligrip-logo {
    float: left !important;
    margin-bottom: 0;
    width: auto !important;
  }
  .header-box .gsk-logo {
    float: right !important;
    width: auto !important;
  }
  .header-box .country-selector,
  .header-box .ph-template {
    display: none !important;
  }
  #content.main,
  #footer.main,
  #header.main {
    padding: 0;
    width: 100% !important;
  }
  #footer .desktop-gsk-footer-logo {
    display: none !important;
  }
  .main-navigation-box .home-logo {
    width: 100% !important;
  }
  .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    li:nth-child(3).has-children
    > .navigation-item-title
    .navigation-item-decoration {
    background: none !important;
    display: none !important;
  }
  .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1 {
    border-bottom: 1px solid #008037 !important;
    border-top: 1px solid #008037 !important;
  }
  .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.is-open
    > a.navigation-item-title,
  .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1
    > .navigation-item-title {
    background: #009a44 !important;
  }
  .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.has-active-child.open
    > .navigation-item-title {
    background: #21c268 !important;
    color: #fff !important;
  }
  .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.has-active-child.open
    > .navigation-item-title
    .navigation-item-decoration {
    background: url(../../img/close-icon.png) 0 20px no-repeat !important;
  }
  .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.open
    > a {
    background-color: #21c268 !important;
    color: #fff;
  }
  .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.open.is-open
    > a.navigation-item-title {
    background: #21c268 !important;
    background-color: #21c268 !important;
    color: #fff;
  }
  .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.is-active.is-open.open
    > a,
  .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.is-active.open
    > .navigation-item-title {
    background-color: #21c268 !important;
    color: #fff !important;
  }
  .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.has-children.is-active.open
    > .navigation-item-title
    .navigation-item-decoration {
    background: url(../../img/close-icon.png) 0 20px no-repeat !important;
  }
  .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1:nth-child(2)
    .navigation-level2:first-child
    > a,
  .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1:nth-child(2)
    .navigation-level2:nth-child(2)
    > a {
    font-family: "Montserrat", sans-serif !important;
  }
  .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1:nth-child(2)
    .navigation-item.navigation-level2
    .navigation-item-title {
    padding-right: 15px !important;
    width: auto;
  }
  .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1:nth-child(3)
    .navigation-level2:first-child
    > a,
  .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1:nth-child(3)
    .navigation-level2:nth-child(2)
    > a {
    font-family: "Montserrat", sans-serif !important;
  }
  .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1:first-child
    .navigation-item.navigation-level2
    .navigation-item-title,
  .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1:nth-child(3)
    .navigation-item.navigation-level2
    .navigation-item-title {
    padding-right: 15px !important;
    width: auto;
  }
  .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level2
    > a.navigation-item-title:focus,
  .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level2
    > a.navigation-item-title:hover {
    background-color: #d5d5d5 !important;
  }
  .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-level1.is-open
    > .navigation-item-title
    .navigation-item-decoration {
    background: url(../../img/open-icon.png) 2px 20px no-repeat !important;
    display: inline-block !important;
  }
  .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-level1.open
    > .navigation-item-title
    .navigation-item-decoration {
    background: url(../../img/close-icon.png) 0 20px no-repeat !important;
  }
  .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-level1
    .navigation-branch.navigation-level2
    .navigation-item.navigation-level2 {
    min-width: 100%;
  }
  .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    li:nth-child(2).has-children.open
    > .navigation-item-title
    .navigation-item-decoration {
    background: url(../../img/close-icon.png) 0 20px no-repeat !important;
  }
  .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    li:nth-child(2).has-children
    > .navigation-item-title
    .navigation-item-decoration {
    background: url(../../img/open-icon.png) 2px 20px no-repeat !important;
    display: inline-block !important;
  }
  .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    li:nth-child(2)
    .navigation-branch.navigation-level2
    li {
    background: #fff;
    display: list-item;
  }
  .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    li:nth-child(2)
    .navigation-level2
    > a {
    font-family: "Montserrat", sans-serif !important;
  }
  .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    li:nth-child(3)
    .navigation-branch.navigation-level2
    li {
    background: #fff;
    display: list-item;
  }
  .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    li:nth-child(3)
    .navigation-level2
    > a {
    font-family: "Montserrat", sans-serif !important;
  }
  .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    li:first-child
    .navigation-branch.navigation-level2
    li:first-child
    a:first-child {
    padding-bottom: 5px;
  }
  .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    li:first-child
    .navigation-branch.navigation-level2
    li:nth-child(2)
    a:first-child {
    padding-top: 8px;
  }
  .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    li:nth-child(2).navigation-item.navigation-level1.has-active-child
    > .navigation-item-title
    .navigation-item-decoration {
    background: url(../../img/red-open-icon.png) 2px 20px no-repeat !important;
  }
  .main-navigation-box.simplified-main-navigation-box .home-logo {
    background-color: #009a44;
    border-bottom: 1px solid #008037 !important;
    border-top: 2px solid #008037 !important;
  }
  .box-template-logo {
    float: left !important;
    width: auto !important;
  }
  .footer-box {
    margin-top: 0;
  }
  .paragraph4 .box.section.whats-new-left-box.grid_6 {
    margin: 20px auto 0 !important;
  }
  .paragraph4 .box.section.whats-new-left-box.grid_6.last {
    margin-bottom: 20px !important;
  }
  .paragraph4 .box.section.whats-new-right-box.grid_6 {
    margin: 20px auto 0 !important;
  }
  .paragraph4 .box.section.whats-new-right-box.grid_6.last {
    margin-bottom: 20px !important;
  }
  .paragraph4 .box.section.whats-new-left-box1.whats-new-left-box.grid_6 {
    margin: 0 auto !important;
  }
  .teal-master-body
    .main-navigation-box
    .navigation-item.navigation-level1
    > .navigation-item-title {
    background: #1cbcb4 !important;
    color: #dbf0ef !important;
  }
  .teal-master-body
    .main-navigation-box
    .navigation-item.has-active-child
    > .navigation-item-title.navigation-level1,
  .teal-master-body
    .main-navigation-box
    .navigation-item.is-active
    > .navigation-item-title.navigation-level1 {
    background: #daf1f0 !important;
    color: #1cbcb4 !important;
  }
  .teal-master-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1 {
    border-bottom: 1px solid #4edbd4 !important;
    border-top: 1px solid #4edbd4 !important;
  }
  .teal-master-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1
    > a.navigation-item-title:hover {
    background: #1cbcb4 !important;
  }
  .teal-master-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.has-active-child
    > .navigation-item-title:hover {
    background: #fff !important;
  }
  .teal-master-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.has-active-child.open
    > .navigation-item-title,
  .teal-master-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.is-active.open
    > .navigation-item-title,
  .teal-master-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.is-active.open
    > a,
  .teal-master-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.is-open.open
    > a.navigation-item-title:hover,
  .teal-master-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.open
    > a {
    background: #daf1f0 !important;
    color: #1cbcb4 !important;
  }
  .teal-master-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level2
    .navigation-item-title {
    background-color: #fff !important;
  }
  .teal-master-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    li:nth-child(2).has-children
    > .navigation-item-title
    .navigation-item-decoration {
    background: url(../../img/open-icon.png) 2px 20px no-repeat !important;
    display: block;
  }
  .teal-master-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    li:nth-child(2).has-children.is-active.open
    > .navigation-item-title
    .navigation-item-decoration {
    background: url(../../img/close-teal-icon.png) 6px 30px no-repeat !important;
  }
  .teal-master-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    li:nth-child(2).has-children.is-active
    > .navigation-item-title
    .navigation-item-decoration {
    background: url(../../img/open-teal-icon.png) 6px 24px no-repeat !important;
  }
  .teal-master-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    li:nth-child(2).has-children.has-active-child.open
    > .navigation-item-title
    .navigation-item-decoration {
    background: url(../../img/close-teal-icon.png) 6px 30px no-repeat !important;
  }
  .teal-master-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    li:nth-child(2).has-children.has-active-child
    > .navigation-item-title
    .navigation-item-decoration {
    background: url(../../img/open-teal-icon.png) 6px 24px no-repeat !important;
  }
  .teal-master-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    li:nth-child(2).has-children.open
    > .navigation-item-title
    .navigation-item-decoration {
    background: url(../../img/close-teal-icon.png) 6px 30px no-repeat !important;
  }
  .teal-master-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-level1.has-children
    > .navigation-item-title
    .navigation-item-decoration {
    background: url(../../img/open-icon.png) 2px 20px no-repeat !important;
    display: block;
  }
  .teal-master-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-level1.open
    > .navigation-item-title
    .navigation-item-decoration {
    background: url(../../img/close-teal-icon.png) 6px 30px no-repeat !important;
  }
  .teal-master-body .main-navigation-box .home-logo {
    border-top: 2px solid #4edbd4 !important;
    border-bottom: 1px solid #4edbd4 !important;
  }
  .teal-master-body .main-navigation-box .home-logo a {
    background: #1cbcb4 !important;
  }
  .teal-master-body
    .main-navigation-box
    .navigation.navigation-horizontal
    .navigation-item.navigation-level1.has-children.is-active.open
    > .navigation-item-title
    .navigation-item-decoration {
    background: url(../../img/close-teal-icon.png) 6px 30px no-repeat !important;
  }
  .teal-master-body
    .main-navigation-box
    .navigation.navigation-horizontal
    .navigation-item.navigation-level1.has-children.is-active
    > .navigation-item-title
    .navigation-item-decoration {
    background: url(../../img/open-teal-icon.png) 6px 24px no-repeat !important;
  }
  .teal-master-body
    .main-navigation-box
    .navigation.navigation-horizontal
    .navigation-item.navigation-level1.has-active-child.open
    > .navigation-item-title
    .navigation-item-decoration {
    background: url(../../img/close-teal-icon.png) 6px 30px no-repeat !important;
  }
  .teal-master-body
    .main-navigation-box
    .navigation.navigation-horizontal
    .navigation-item.navigation-level1.has-active-child
    > .navigation-item-title
    .navigation-item-decoration {
    background: url(../../img/open-teal-icon.png) 6px 24px no-repeat !important;
  }
  .teal-master-body
    .main-navigation-box.simplified-main-navigation-box
    .home-logo {
    border-top: 2px solid #45dcd5 !important;
    border-bottom: 1px solid #45dcd5 !important;
  }
  .teal-master-body
    .main-navigation-box.simplified-main-navigation-box
    .home-logo
    a {
    background: #00bdb5 !important;
  }
  .teal-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1 {
    border-bottom: 1px solid #45dcd5 !important;
    border-top: 1px solid #45dcd5 !important;
  }
  .teal-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1
    > a.navigation-item-title:hover {
    background: #00bdb5 !important;
  }
  .teal-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.is-active.is-open
    > .navigation-item-title,
  .teal-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.is-active
    > a.navigation-item-title {
    background: #fff !important;
    color: #00bdb5 !important;
  }
  .teal-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.is-active.is-open.open
    > a {
    background-color: #d9f1f0 !important;
    color: #00bdb5 !important;
  }
  .teal-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.is-active.open
    > a {
    background: #daf1f0 !important;
    color: #00bdb5 !important;
  }
  .teal-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.has-active-child.is-open,
  .teal-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.has-active-child.is-open
    > .navigation-item-title,
  .teal-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.has-active-child
    > a.navigation-item-title {
    background: #fff !important;
    color: #00bdb5 !important;
  }
  .teal-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.has-active-child.open
    > .navigation-item-title {
    color: #00bdb5 !important;
    background: #daf1f0 !important;
    background-color: #d9f1f0 !important;
  }
  .teal-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.has-active-child.open
    > .navigation-item-title
    .navigation-item-decoration {
    background: url(../../img/sm-teal-nav-close-icon.png) 2px 27px no-repeat !important;
  }
  .teal-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.open
    > a {
    background: #daf1f0 !important;
    background-color: #d9f1f0 !important;
    color: #00bdb5 !important;
  }
  .teal-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.open.is-open
    > a.navigation-item-title {
    background-color: #d9f1f0 !important;
    color: #00bdb5 !important;
  }
  .teal-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.is-open.open
    > a.navigation-item-title:hover {
    background: #daf1f0 !important;
    color: #00bdb5 !important;
  }
  .teal-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.is-open
    > a.navigation-item-title,
  .teal-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1
    > .navigation-item-title {
    background: #00bdb5 !important;
    color: #fff !important;
  }
  .teal-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1
    .navigation-level2
    > a.navigation-item-title,
  .teal-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1:nth-child(2)
    .navigation-level2
    > a.navigation-item-title,
  .teal-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1:nth-child(3)
    .navigation-level2
    > a.navigation-item-title {
    color: #5a6367 !important;
  }
  .teal-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    li:nth-child(2).has-children.open
    > .navigation-item-title
    .navigation-item-decoration,
  .teal-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.has-children.is-active.open
    > .navigation-item-title
    .navigation-item-decoration,
  .teal-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-level1.open
    > .navigation-item-title
    .navigation-item-decoration {
    background: url(../../img/sm-teal-nav-close-icon.png) 2px 27px no-repeat !important;
  }
  .teal-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-item.navigation-level1
    > .navigation-item-title {
    color: #fff !important;
  }
  .teal-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-item.has-active-child
    > .navigation-item-title.navigation-level1,
  .teal-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-item.is-active
    > .navigation-item-title.navigation-level1 {
    background: #fff !important;
    color: #00bdb5 !important;
  }
  .teal-master-body
    .navigation-horizontal
    .navigation-item.navigation-level1.is-open
    > a,
  .teal-master-body
    .navigation-horizontal
    .navigation-item.navigation-level1
    > a.navigation-item-title:focus,
  .teal-master-body
    .navigation-horizontal
    .navigation-item.navigation-level1
    > a.navigation-item-title:hover,
  .teal-master-body
    .navigation-horizontal
    .navigation-item.navigation-level2
    > a.navigation-item
    > .navigation-item-title,
  .teal-master-body .navigation-item > a.navigation-item-title:focus,
  .teal-master-body .navigation-item > a.navigation-item-title:hover {
    background: #1cbcb4 !important;
  }
  .teal-master-body
    .navigation.navigation-horizontal
    .navigation-item.navigation-level1.open
    > a.navigation-item-title:hover {
    background: #daf1f0 !important;
    color: #1cbcb4 !important;
  }
  .teal-master-body
    .navigation.navigation-horizontal.simplified-main-navigation-box
    .navigation-item.navigation-level1.open
    > a.navigation-item-title:hover {
    background: #daf1f0 !important;
    color: #00bdb5 !important;
  }
  .teal-master-body .richtext-country-locator .dropdown .dd ul li {
    border-bottom: 1px solid #d8d8d8;
  }
  .richtext-partner p {
    color: #009a44 !important;
  }
  .china-font-body .product-range-wrap h3 span sup {
    font-family: "Noto Sans SC", sans-serif;
    font-size: 12px;
  }
  .china-font-body .richtext-op-two-callout-inner p sup {
    font-size: 12px;
    top: -12px;
  }
  .china-font-body .blue-header-txt h1 sup,
  .china-font-body .richtext-ea-header-content h1 sup {
    font-size: 17px !important;
    top: -20px !important;
  }
  .korea-font-body .mob-menu p {
    line-height: 20px !important;
  }
  .korea-font-body .product-range-wrap h3 span sup {
    font-family: "Noto Sans KR", sans-serif !important;
    font-size: 28px;
    top: -3px;
  }
  .mandarin-font-body .product-range-wrap h3 span sup {
    font-family: "Noto Sans SC", sans-serif;
    font-size: 12px;
  }
  .mandarin-font-body .richtext-op-two-callout-inner p sup {
    font-size: 12px;
    top: -12px;
  }
  .mandarin-font-body .blue-header-txt h1 sup,
  .mandarin-font-body .richtext-ea-header-content h1 sup {
    font-size: 17px !important;
    top: -20px !important;
  }
  .simplified-mob-menu-box .mob-menu p {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
  }
  .simplified-teal-master-body {
    background: url(../../img/teal-sm-topNavFullwidth.png) 0 0 repeat-x,
      linear-gradient(#f0f5f5, #f1f5f6);
  }
  .red-master-body .main-navigation-box .home-logo {
    background-color: #e21e2b;
    border-bottom: 1px solid #f3a7ad !important;
    border-top: none !important;
  }
  .red-master-body
    .main-navigation-box
    .navigation-item.navigation-level1
    > .navigation-item-title {
    background: #e21e2b !important;
    color: #fff !important;
  }
  .red-master-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1 {
    border-bottom: 1px solid #f3a7ad !important;
    border-top: 1px solid #f3a7ad !important;
    background-color: #e21e2b !important;
    width: 100%;
  }
  .red-master-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.is-open
    > a.navigation-item-title {
    background: #e21e2b !important;
    color: #fff !important;
  }
  .red-master-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.is-active.open
    > a.navigation-item-title,
  .red-master-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.open.is-open
    > a.navigation-item-title,
  .red-master-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.open
    > a.navigation-item-title {
    background: #ececec !important;
    color: #e21e2b !important;
  }
  .red-master-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.is-active.is-open.open
    > a
    span {
    background: url(../../img/red-open-icon.png) 2px 20px no-repeat !important;
    display: none !important;
  }
  .red-master-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.has-active-child.open
    > a.navigation-item-title {
    background: #ececec !important;
    color: #e21e2b !important;
  }
  .red-master-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.has-active-child.open
    > .navigation-item-title
    .navigation-item-decoration {
    background: url(../../img/close-icon-red.png) 1px 20px no-repeat !important;
  }
  .red-master-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.has-active-child
    > .navigation-item-title
    .navigation-item-decoration {
    background: url(../../img/red-open-icon.png) 2px 20px no-repeat !important;
    display: none !important;
  }
  .red-master-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.has-children.is-active.open
    > .navigation-item-title
    .navigation-item-decoration {
    background: url(../../img/close-icon-red.png) 1px 20px no-repeat !important;
  }
  .red-master-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1
    .navigation-item.navigation-level2
    .navigation-item-title {
    padding-bottom: 10px !important;
    padding-right: 15px !important;
    padding-top: 10px !important;
    width: auto;
  }
  .red-master-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1
    > a.navigation-item-title {
    color: #e21e2b;
  }
  .red-master-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level2
    .navigation-item-title {
    background: #fff !important;
  }
  .red-master-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    li:nth-child(2).has-children.open
    > .navigation-item-title
    .navigation-item-decoration {
    background: url(../../img/close-icon-red.png) 1px 20px no-repeat !important;
  }
  .red-master-body
    .main-navigation-box
    .navigation-horizontal
    ul.navigation-level1.navigation-root
    li.navigation-level1
    ul.navigation-level2 {
    background: #fff !important;
  }
  .red-master-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-level1.is-open
    > .navigation-item-title
    .navigation-item-decoration {
    background: url(../../img/open-icon.png) 2px 20px no-repeat !important;
    display: inline-block !important;
  }
  .red-master-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-level1.open
    > .navigation-item-title
    .navigation-item-decoration {
    background: url(../../img/close-icon-red.png) 1px 20px no-repeat !important;
  }
  .red-master-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-level1.is-active
    > .navigation-item-title
    .navigation-item-decoration {
    background: url(../../img/red-open-icon.png) 2px 20px no-repeat !important;
    display: none !important;
  }
  .red-master-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-level1
    .navigation-branch.navigation-level2
    .navigation-item.navigation-level2 {
    min-width: 100%;
  }
  .red-master-body
    .main-navigation-box.simplified-main-navigation-box
    .home-logo {
    border-bottom: 1px solid #f3a7ad !important;
  }
  .red-master-body
    .main-navigation-box.simplified-main-navigation-box
    .home-logo
    a {
    background: #e21e2b !important;
  }
  .red-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1 {
    border-bottom: 1px solid #f3a7ad !important;
    border-top: 1px solid #f3a7ad !important;
  }
  .red-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1
    > a.navigation-item-title:hover {
    background: #e21e2b !important;
  }
  .red-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.is-active.is-open
    > .navigation-item-title,
  .red-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.is-active
    > a.navigation-item-title {
    background: #fff !important;
    color: #e21e2b !important;
  }
  .red-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.is-active.is-open.open
    > a {
    background-color: #ececec !important;
    color: #e21e2b !important;
  }
  .red-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.is-active.open
    > a {
    background: #ececec !important;
    color: #e21e2b !important;
  }
  .red-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.has-active-child.is-open,
  .red-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.has-active-child.is-open
    > .navigation-item-title,
  .red-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.has-active-child
    > a.navigation-item-title {
    background: #fff !important;
    color: #e21e2b !important;
  }
  .red-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.has-active-child.open
    > .navigation-item-title {
    color: #e21e2b !important;
    background: #ececec !important;
    background-color: #ececec !important;
  }
  .red-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.has-active-child.open
    > .navigation-item-title
    .navigation-item-decoration {
    background: url(../../img/close-icon-red.png) 1px 20px no-repeat !important;
  }
  .red-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.open
    > a {
    background: #ececec !important;
    background-color: #ececec !important;
    color: #e21e2b !important;
  }
  .red-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.open.is-open
    > a.navigation-item-title {
    background-color: #ececec !important;
    color: #e21e2b !important;
  }
  .red-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.is-open.open
    > a.navigation-item-title:hover {
    background: #ececec !important;
    color: #e21e2b !important;
  }
  .red-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.is-open
    > a.navigation-item-title,
  .red-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1
    > .navigation-item-title {
    background: #e21e2b !important;
    color: #fff !important;
  }
  .red-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1:nth-child(2)
    .navigation-level2
    > a.navigation-item-title {
    color: #575757 !important;
  }
  .red-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1:nth-child(2)
    .navigation-item.navigation-level2:last-child
    .navigation-item-title {
    padding-bottom: 18px !important;
  }
  .red-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1:nth-child(3)
    .navigation-level2
    > a.navigation-item-title {
    color: #575757 !important;
  }
  .red-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1:nth-child(3)
    .navigation-item.navigation-level2:last-child
    .navigation-item-title {
    padding-bottom: 18px !important;
  }
  .red-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1
    .navigation-level2
    > a.navigation-item-title {
    color: #575757 !important;
  }
  .red-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    li:nth-child(2).has-children.open
    > .navigation-item-title
    .navigation-item-decoration,
  .red-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.has-children.is-active.open
    > .navigation-item-title
    .navigation-item-decoration,
  .red-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-level1.open
    > .navigation-item-title
    .navigation-item-decoration {
    background: url(../../img/close-icon-red.png) 1px 20px no-repeat !important;
  }
  .red-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-item.navigation-level1
    > .navigation-item-title {
    color: #fff !important;
  }
  .red-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-item.has-active-child
    > .navigation-item-title.navigation-level1,
  .red-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-item.is-active
    > .navigation-item-title.navigation-level1 {
    background: #fff !important;
    color: #e21e2b !important;
  }
  .red-master-body .mob-menu p {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: bold;
  }
  .red-master-body .mob-menu p.close-menu {
    margin-bottom: 0;
  }
  .red-master-body
    .navigation.navigation-horizontal.simplified-main-navigation-box
    .navigation-item.navigation-level1.open
    > a.navigation-item-title:hover {
    background: #ececec !important;
    color: #e21e2b !important;
  }
  .greece-font-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    li:nth-child(2)
    .navigation-level2
    > a,
  .greece-font-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    li:nth-child(3)
    .navigation-level2
    > a,
  .greece-font-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1:nth-child(2)
    .navigation-level2:first-child
    > a,
  .greece-font-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1:nth-child(2)
    .navigation-level2:nth-child(2)
    > a,
  .greece-font-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1:nth-child(3)
    .navigation-level2:first-child
    > a,
  .greece-font-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1:nth-child(3)
    .navigation-level2:nth-child(2)
    > a,
  .greece-font-body .simplified-mob-menu-box .mob-menu p {
    font-family: "Noto Sans", sans-serif !important;
      font-weight: 400;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .mob-menu-box {
    padding: 0 15px;
    margin-bottom: 0;
  }
  .mob-menu-box .mob-search {
    float: right;
    margin-left: 0 !important;
    margin-right: 6%;
    width: 176px !important;
  }
  .mob-menu {
    margin-bottom: 0;
  }
  #footer {
    box-shadow: 0 0 15px 0 #eee;
    margin: 20px 0 0;
  }
  #footer .template-country-box {
    float: right !important;
    width: auto !important;
    padding: 0;
    margin: 0 !important;
  }
  #footer .template-country-box.mobile-country-box {
    display: none;
  }
  #footer .desktop-gsk-footer-logo {
    display: block !important;
    margin-left: 0 !important;
    padding-left: 0;
  }
  #footer .footer-navigation {
    margin-left: 7% !important;
  }
  #footer .footer-navigation ul {
    margin: 0 auto;
    width: 100% !important;
  }
  #footer .richtext-footer-selector {
    display: block !important;
    margin-left: 0;
    width: auto !important;
  }
  #footer .country-selector {
    display: block !important;
    width: auto !important;
    padding-left: 10px;
  }
  #footer .country-selector a {
    display: block;
    margin-top: 10px;
  }
  #footer li:last-child,
  #footer li:nth-child(4) {
    border: none;
  }
  #footer li:nth-child(5) {
    border: -moz-use-text-color;
    border-right: 1px solid #757575;
    margin-left: 0;
  }
  #footer li:nth-child(6) {
    margin-left: 0;
  }
  .header-box .polident-logo,
  .header-box .poligrip-logo {
    width: auto !important;
  }
  .header-box .gsk-logo {
    margin-right: 25px !important;
    width: auto !important;
  }
  .desktop-gsk-footer-logo {
    width: 20% !important;
  }
  .footer-box {
    box-shadow: none;
  }
  .footer-box-wrap {
    background: #fff;
    box-shadow: 0 0 15px 0 #eee;
  }
  .whats-new-left-box .home-carousel-video {
    position: relative;
    padding-bottom: 0;
    padding-top: 0;
    height: 360px !important;
  }
  .whats-new-left-box .home-carousel-video iframe {
    height: 100% !important;
    left: -1px;
    top: 0;
    z-index: 0;
  }
  .polident-partner-white-box .richtext-partner {
    border-top: 1px solid #009a44;
  }
  .china-font-body .whats-new-left-box1.page-wrap .whats-new-image.grid_6 {
    width: 100%;
  }
  .china-font-body .box-inner-ea-two-callout-first .get-expert-article-list sup,
  .china-font-body
    .box-inner-ea-two-callout-second
    .get-expert-article-list
    sup,
  .china-font-body .dentures-article-list sup,
  .china-font-body
    .polident-denture-adhesives-white-box
    .our-products-article-list
    sup,
  .china-font-body
    .polident-denture-cleansers-white-box
    .our-products-article-list
    sup {
    font-size: 14px;
    top: -16px;
  }
  .korea-font-body .home-gray-box .richtext-home-gray-content p {
    padding-top: 5px;
  }
  .mandarin-font-body
    .box-inner-ea-two-callout-first
    .get-expert-article-list
    sup,
  .mandarin-font-body
    .box-inner-ea-two-callout-second
    .get-expert-article-list
    sup,
  .mandarin-font-body .dentures-article-list sup,
  .mandarin-font-body
    .polident-denture-adhesives-white-box
    .our-products-article-list
    sup,
  .mandarin-font-body
    .polident-denture-cleansers-white-box
    .our-products-article-list
    sup {
    font-size: 14px;
    top: -16px;
  }
  .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1:nth-child(2)
    .navigation-item.navigation-level2
    .navigation-item-title {
    background-color: #fff;
    color: #5a6367 !important;
    padding: 10px 8.55% !important;
  }
  .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1:nth-child(2)
    .navigation-item.navigation-level2:first-child
    .navigation-item-title {
    padding-top: 18px !important;
  }
  .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1:nth-child(2)
    .navigation-item.navigation-level2:last-child
    .navigation-item-title {
    padding-bottom: 34px !important;
  }
  .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1:nth-child(3)
    .navigation-item.navigation-level2
    .navigation-item-title {
    background-color: #fff;
    color: #5a6367 !important;
    padding: 10px 8.55% !important;
  }
  .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1:nth-child(3)
    .navigation-item.navigation-level2:first-child
    .navigation-item-title {
    padding-top: 18px !important;
  }
  .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1:nth-child(3)
    .navigation-item.navigation-level2:last-child
    .navigation-item-title {
    padding-bottom: 34px !important;
  }
  .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1
    .navigation-item.navigation-level2
    .navigation-item-title {
    color: #5a6367 !important;
  }
  .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1:first-child
    .navigation-item.navigation-level2
    .navigation-item-title {
    padding-left: 8.55% !important;
    padding-right: 8.55% !important;
  }
  .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.has-children
    > .navigation-item-title
    .navigation-item-decoration {
    width: 85px;
  }
  .home-promo-first.grid_6 {
    margin-left: 0 !important;
    width: 48.7% !important;
  }
  .home-promo-last.grid_6 {
    width: 48.7% !important;
  }
  .red-master-body .home-gray-box {
    background-color: #fff;
  }
  .red-master-body .mob-menu-box .mob-menu {
    padding-bottom: 19px;
    margin-left: 4.5% !important;
    padding-left: 25px;
    width: 19%;
  }
  .red-master-body .mob-menu-box .mob-menu.opened {
    background: #e21e2b;
  }
  .red-master-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1
    .navigation-item.navigation-level2
    .navigation-item-title {
    padding-left: 8.55% !important;
    padding-right: 8.55% !important;
  }
  .red-master-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-item.has-children
    > .navigation-item-title
    .navigation-item-decoration {
    width: 85px;
  }
  .red-master-body #footer li:last-child,
  .red-master-body #footer li:nth-child(4) {
    border: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .country-selector {
    margin-left: 10px;
    padding: 0;
    width: 22.4043%;
  }
}
.video-filter p:focus {
  outline: none;
}
@media only screen and (max-width: 767px) {
  .main .mobile-image {
    display: block;
  }
  .home-box-video .mobile-image {
    margin-bottom: 0;
  }
  .home-box-video .home-box-image {
    display: none !important;
  }
  .op-header-image,
  .whatsnew-left-image {
    display: none;
  }
  .expert-advice-image {
    display: none !important;
  }
  .prod-carousel .carousel-cover {
    display: none;
  }
  .box-country-header .cl-header-image.first {
    display: none !important;
  }
  .china-font-body #footer .footer-navigation {
    padding-left: 0;
  }
  .china-font-body .whats-new-left-box1.page-wrap {
    margin-left: -7%;
    margin-right: -7%;
  }
  .china-font-body .whats-new-header.page-wrap h1,
  .china-font-body .whats-new-header.page-wrap h3,
  .china-font-body .whats-new-header.page-wrap p {
    padding-left: 0;
    text-align: left;
  }
  .china-font-body .whats-new-header .ch-whats-new-box p {
    margin-bottom: 5px;
    padding-top: 0;
  }
  .china-font-body .whats-new-header h3 span {
    margin-bottom: 10px !important;
  }
  .home-carousel .carousel-cover {
    display: none;
  }
  .home-carousel .mobile-image {
    margin-bottom: 0;
  }
  .mandarin-font-body #footer .footer-navigation {
    padding-left: 0;
  }
  .master-locale .our-products-white-box .product-range {
    background: #fff url(../../img/home-box-border.png) center 230px repeat-x !important;
  }
  .greece-font-body #footer .footer-navigation {
    width: 100% !important;
  }
  .greece-font-body #footer li:nth-child(5),
  .romania-font-body #footer li:first-child {
    margin-left: 0;
  }
  .romania-font-body #footer .footer-navigation {
    width: 100% !important;
  }
  .green-button-au:after {
    margin-bottom: 11px;
    margin-left: -15px;
  }
  .green-button-au a {
    font-size: 16px;
    height: 30px;
    line-height: 2;
    width: 104px;
    z-index: 500;
  }
}
* html .ui-autocomplete {
  width: 1px;
}
.ui-menu {
  display: block;
  float: left;
  list-style: outside none none;
  margin: 37px 0 0;
  padding: 2px;
}
.ui-menu .ui-menu {
  margin-top: -3px;
}
.ui-menu .ui-menu-item {
  clear: left;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
.ui-menu .ui-menu-item a {
  display: block;
  line-height: 1.5;
  padding: 0.2em 0.4em;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.ui-menu .ui-menu-item a.ui-state-active,
.ui-menu .ui-menu-item a.ui-state-hover {
  font-weight: 400;
  margin: -1px;
}
.form-sharethis-hiding .ReviewAndShare {
  margin-top: 20px;
}
.form-sharethis-hiding .ReviewAndShare .box-right-template-sharethis {
  display: none !important;
}
.richtext-partner p {
  color: #009a44 !important;
  padding-left: 8px !important;
}
.richtext-partner p a {
  color: #009a44 !important;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
}
.richtext-partner .span-partner-image {
  background: url(../../img/partner-right.png) no-repeat;
  background-position: 100%;
  padding: 5px 15px;
}
.box-partner-richtext .polipartner-btn-wrap {
  padding-bottom: 23px;
  margin-left: 8px !important;
}
.box-partner-richtext .polipartner-btn-wrap p {
  margin-top: 0;
  padding-left: 0;
  padding-top: 13px !important;
}
.box-partner-richtext .box-partner-download {
  box-shadow: none;
}
.box-partner-richtext .richtext-denture-adhesives p:first-child {
  padding-top: 0 !important;
}
.polident-partner-white-box {
  padding-bottom: 75px !important;
}
.polident-partner-white-box .richtext-partner {
  border-top: 1px solid #009a44;
}
.polident-partner-white-box .richtext-partner p {
  padding-top: 27px !important;
}
.cb-no-result-text {
  border-top: 1px solid #009a44;
}
.cb-no-result-text p {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.cb-no-result-text p:first-child {
  line-height: 25px;
  margin: 5px 5px 30px;
}
.cb-no-result-text p a {
  display: inline-block;
}
.cb-no-result-text .richText-content {
  margin-top: 30px;
  position: relative;
}
.cb-no-result-text h3 {
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.cb-no-result-text h3 .green-header {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  text-decoration: underline;
}
.cb-no-result-text h3 .green-header:hover {
  color: #21c268;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
}
.cb-no-result-text .green-button-txt {
  background: #009a44;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  padding: 20px 38px 6px;
  width: 150px;
  text-align: center-right;
}
.cb-no-result-text .green-button-txt:hover {
  background: #21c268;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 800;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .master-locale.page-products.page-denture-cleansers.page-polident-double-power-denture-cleaning-tablets
    .promo-white-box
    .promo-header
    p,
  .red-master-body.page-products.page-denture-cleansers.page-polident-double-power-denture-cleaning-tablets
    .promo-white-box
    .promo-header
    p,
  .teal-master-body.page-products.page-denture-cleansers.page-polident-double-power-denture-cleaning-tablets
    .promo-white-box
    .promo-header
    p {
    height: 170px;
  }
}
.page-wrap .get-expert-article-list .articleList-title a {
  padding: 17px 36px 18px 0;
}
.page-wrap .articleList-article:focus {
  background: url(../../img/red-articleList-hover-DT.png) 99% no-repeat !important;
}
.page-wrap .p_faq {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  padding: 10px 0;
}
.page-wrap .p_faq a {
  text-decoration: none !important;
}
.get-expert-article-list .articleList-article {
  list-style: none !important;
}
.get-expert-article-list .articleList-description {
  display: none !important;
}
.faq-button {
  background: #0691c5 url(../../img/buynowright-arrow.png) 82.5% 49% no-repeat;
  width: 62px;
  padding: 14px 19px;
  text-align: left;
  border: 0;
  color: #fff;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  height: 27px;
  margin-bottom: 4px;
  margin-top: 6px;
}
.faq-button:hover {
  background: #46cde2 url(../../img/buynowright-arrow.png) 82.5% 49% no-repeat;
}
.polident-partner-bg {
  background: #eff3f4;
}
.polident-partner-bg #header,
.polident-partner-bg .header-box {
  background: #fff;
}
.chatterbox-fullwidth-video.searchFilter,
.chatterbox-video.searchFilter {
  border: none !important;
}
.gray-color.dropdown .dt a {
  background: url(../../img/teal-country-selector-bg.png) 100% no-repeat;
  background-position: 265px;
  color: #4c5f6a !important;
}
.gray-color.dropdown .dd ul li a {
  color: #4c5f6a !important;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
}
.global-cs-richtext h1 {
  line-height: 42px;
}
.global-cs-richtext h1 .green-header {
  color: #4c5f6a !important;
}
.global-cs-richtext p {
  font-size: 20px !important;
}
.global-cs-richtext .dropdown .dt a {
  padding: 17px 20px 17px 18px;
}
.dropdown.black-color .dt a {
  background: url(../../img/teal-country-selector-bg.png) 100% no-repeat;
  background-position: 265px;
}
.dropdown.black-color .dt a.is-open,
.dropdown.gray-color .dt a.is-open {
  background: url(../../img/teal-m_country-selector-bg.png) 100% no-repeat;
  background-position: 269px;
}
.global-footer-box
  .footer-navigation
  .navigation-item.navigation-level1
  > .navigation-item-title {
  color: #3abdcf !important;
}
.richtext-cs a,
.richtext-cs h1 .green-header,
.richtext-cs h3 {
  color: #333 !important;
}
.richtext-cs.back-link a {
  background: transparent url(../../img/teal-more-back.png) no-repeat scroll 0;
  height: 37px;
}
.richtext-cs p {
  font-size: 20px !important;
}
.black-color.dropdown .dd ul li a,
.black-color.dropdown .dt a {
  color: #0691c5 !important;
}
.richtext-footer-pages.richtext-cs a {
  border-bottom: 1.5px solid;
}
.about-us-white-box {
  margin-bottom: 20px !important;
  min-height: 320px;
}
.box-right-template-sharethis.gray-sharethis-box {
  background: #333;
}
.global-polident-box .global-partner-richtext {
  padding-right: 45px;
  padding-left: 45px;
}
.global-polident-box .global-partner-richtext h1 {
  padding-bottom: 41px;
  padding-top: 49px;
}
.global-polident-box .global-partner-richtext p {
  font-size: 18px !important;
  letter-spacing: -0.2px;
  text-align: center;
}
.global-polident-country-box .richtext-cs h1 {
  padding-bottom: 16px;
  padding-top: 49px;
}
.global-polident-country-box .richtext-cs .dropdown .dt a {
  font-family: "Montserrat", sans-serif !important;
  font-weight: bold;
  font-size: 23px;
  padding: 17px 20px 17px 30px;
}
.global-polident-country-box .richtext-cs .dropdown .dd {
  top: 1px;
}
.global-polident-country-box .richtext-cs .dropdown .dd ul li a {
  font-family: "Montserrat", sans-serif !important;
  font-weight: bold;
  font-size: 23px;
}
.global-footer-address p {
  margin-top: 5px !important;
}
.whats-new-left-box .home-carousel-video {
  display: block !important;
}
@media only screen and (min-width: 320px) and (max-width: 959px) and (min-width: 320px) and (max-width: 968px) {
  .teal-master-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    li:nth-child(2).has-children.has-active-child
    > .navigation-item-title
    .navigation-item-decoration,
  .teal-master-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    li:nth-child(2).has-children.is-active
    > .navigation-item-title
    .navigation-item-decoration,
  .teal-master-body
    .main-navigation-box
    .navigation.navigation-horizontal
    .navigation-item.navigation-level1.has-active-child
    > .navigation-item-title
    .navigation-item-decoration {
    background: none !important;
  }
}
@media only screen and (max-width: 320px) {
  .teal-master-body .richtext-op-two-callout-inner.see-range h3 a {
    margin-top: 10px;
  }
}
.site-map-white-box {
  min-height: 660px;
}
.acceptable-use-policy-white-box,
.contact-white-box,
.cookie-policy-white-box,
.privacy-policy-white-box,
.site-map-white-box,
.terms-and-conditions-white-box {
  margin-bottom: 20px !important;
}
.desktop-gsk-footer-logo.global-partner-footer-gsk-logo {
  width: 8.5% !important;
}
.cb-full-search.chatterbox-video {
  display: none;
}
.footer-tablet-rows {
  display: none !important;
}
.global-partner-bg {
  background: #eff3f4;
}
@media only screen and (min-width: 768px) {
  .promo-white-box .promo-image {
    display: block !important;
  }
  .mobile-image.promo-image {
    display: none !important;
  }
  .box-inner-ea-two-callout-first .image-ea-tile,
  .box-inner-ea-two-callout-second .image-ea-tile,
  .free-sample-white-box .offers-hero-image {
    display: block !important;
  }
  .free-sample-white-box .mobile-image {
    display: none !important;
  }
  #footer .long-footer-navigation li:nth-child(5) {
    margin-left: 100px;
  }
  .china-font-body .back-link h4,
  .korea-font-body .back-link h4,
  .mandarin-font-body .back-link h4 {
    line-height: 35px !important;
  }
  .germany-font-body #footer li:nth-child(5) {
    margin-left: 6px;
  }
}
.china-font-body h1 {
  font-family: "Noto Sans SC", sans-serif !important;
  font-size: 32px !important;
  font-weight: 900 !important;
  line-height: 36px !important;
}
.china-font-body p {
  font-family: "Noto Sans SC", sans-serif !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 28px !important;
}
.china-font-body p sup {
  font-size: 12px;
  top: -12px;
}
.china-font-body h2 {
  color: #009a44;
  font-family: "Noto Sans SC", sans-serif !important;
  font-size: 25px !important;
  font-weight: 900 !important;
  line-height: 28px !important;
}
.china-font-body h3 {
  font-family: "Noto Sans SC", sans-serif !important;
  font-weight: 700 !important;
  font-size: 22px !important;
  line-height: 24px !important;
}
.china-font-body h3 sup {
  font-size: 12px;
  top: -12px;
}
.china-font-body h4 {
  font-family: "Noto Sans SC", sans-serif !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  line-height: 20px !important;
}
.china-font-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1.has-children
  > .navigation-item-title {
  font-family: "Noto Sans SC", sans-serif;
}
.china-font-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level2:first-child
  > a,
.china-font-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level2:nth-child(2)
  > a {
  font-family: "Noto Sans SC", sans-serif !important;
}
.china-font-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-branch.navigation-level2
  .navigation-item-title {
  font-family: "Noto Sans SC", sans-serif;
}
.china-font-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-branch.navigation-level1
  li:first-child
  .navigation-branch.navigation-level2
  li:nth-child(2)
  a:first-child {
  padding-top: 7px;
}
.china-font-body
  .main-navigation-box
  .navigation-item.navigation-level1
  > .navigation-item-title {
  font-family: "Noto Sans SC", sans-serif;
}
.china-font-body .page-wrap .articleList-title a,
.china-font-body .page-wrap h1,
.china-font-body .promo-white-box .promo-header p a {
  font-family: "Noto Sans SC", sans-serif !important;
}
.china-font-body .page-wrap.whats-new-header ul li,
.china-font-body .page-wrap.whats-new-left-box1 ul li {
  font-size: 16px !important;
  margin-left: 22px;
}
.china-font-body .back-link a,
.china-font-body .green-header,
.china-font-body .product-range h3,
.china-font-body .richtext-ea-tile-header h4 {
  font-family: "Noto Sans SC", sans-serif !important;
}
.china-font-body .product-range .richtext-op-two-callout-inner h3 sup {
  top: -14px;
}
.china-font-body .whats-new-header h3 {
  font-family: "Noto Sans SC", sans-serif !important;
}
.china-font-body .whats-new-header.page-wrap ul {
  margin: 0;
  padding-left: 0;
}
.china-font-body .whats-new-header .ch-whats-new-box h1,
.china-font-body .whats-new-header .ch-whats-new-box h2,
.china-font-body .whats-new-header .ch-whats-new-box h3,
.china-font-body .whats-new-header .ch-whats-new-box p {
  padding-left: 0;
}
.china-font-body .dropdown .dd ul li a,
.china-font-body .dropdown .dt a,
.china-font-body .whats-new-left-box h3,
.china-font-body .whats-new-right-box h3 {
  font-family: "Noto Sans SC", sans-serif !important;
}
.china-font-body .richtext-op-two-callout-inner h3 a {
  font-family: "Noto Sans SC", sans-serif;
}
.china-font-body li {
  font-family: "Noto Sans SC", sans-serif !important;
  font-weight: 500 !important;
  font-size: 18px !important;
}
.china-font-body li sup {
  font-size: 12px;
  top: -12px;
}
.china-font-body .green-button-txt,
.china-font-body .span-faq-green-button {
  font-family: "Noto Sans SC", sans-serif;
}
.china-font-body
  .polident-denture-cleansers-white-box
  .our-products-article-list
  sup {
  font-family: "Noto Sans SC", sans-serif;
  font-size: 14px;
  top: -12px;
}
.china-font-body .polident-denture-cleansers-white-box .richtext-china-star p {
  font-size: 12px !important;
  line-height: 15px !important;
}
.china-font-body .box-inner-ea-two-callout-first .get-expert-article-list sup,
.china-font-body .box-inner-ea-two-callout-second .get-expert-article-list sup,
.china-font-body .dentures-article-list sup,
.china-font-body
  .polident-denture-adhesives-white-box
  .our-products-article-list
  sup {
  font-family: "Noto Sans SC", sans-serif;
  font-size: 14px;
  top: -12px;
}
.china-font-body .span-que-text sup {
  font-family: "Noto Sans SC", sans-serif;
  font-size: 14px !important;
  top: -8px !important;
}
.china-font-body .contact-us-sample .control-group .submit {
  font-family: "Noto Sans SC", sans-serif !important;
}
.china-font-body .contact-us-sample .A_PRVACY_POLCY .wsform-controls,
.china-font-body .contact-us-sample .A_PRVACY_POLCY .wsform-label {
  padding-top: 5px;
}
.china-font-body .form-sample .control-group .submit {
  font-family: "Noto Sans SC", sans-serif !important;
}
.china-font-body .form-sample .A_PRVACY_POLCY .wsform-label,
.china-font-body .form-sample.wsform .A_PRVACY_POLCY .wsform-controls {
  padding-top: 5px;
}
.china-font-body .acceptable-use-policy-white-box ul,
.china-font-body .terms-and-conditions-white-box ul {
  font-size: 18px;
  font-weight: 500;
  margin-left: 22px;
}
.china-font-body .richtext-footer-pages ul {
  margin-left: 22px;
}
.china-font-body .byte-site-map ul li a,
.china-font-body .byte-site-map ul li a:hover,
.china-font-body .byte-site-map ul li ul li ul li a,
.china-font-body .byte-site-map ul li ul li ul li a:hover {
  font-family: "Noto Sans SC", sans-serif;
}
.china-font-body .search-res-box .searchBox .form-search .button,
.china-font-body .search-res-box .searchResults-description,
.china-font-body .search-res-box .searchResults-title a,
.china-font-body .search-res-box .searchResults-title a:hover,
.china-font-body .search-res-box p,
.china-font-body .search-results h4,
.china-font-body .search-results p,
.china-font-body .searchResults-title,
.china-font-body .searchresults p {
  font-family: "Noto Sans SC", sans-serif !important;
}
.china-font-body .large p,
.china-font-body .medium p {
  line-height: 13.7813px !important;
}
.china-font-body .product-btn-wrap .span-faq-green-button {
  background-position: 84.5% 49%;
  padding-left: 14px;
  width: 106px;
}
.china-font-body
  #footer
  .template-country-box.mobile-country-box
  .richtext-footer-selector
  p {
  margin-top: 4px;
}
.china-font-body
  #footer
  .template-country-box.template-country-box-tablet
  .richtext-footer-selector
  p {
  margin-top: 2px;
}
.china-font-body .box.whats-new-header h1 {
  padding-bottom: 30px;
  padding-top: 10px;
}
.china-font-body .box.whats-new-header .ch-whats-new-box h1 {
  padding-bottom: 10px;
}
.china-font-body .promo-header sup,
.china-font-body a sup {
  font-size: 12px;
  top: -12px;
}
.china-font-body .using-product h3 sup {
  font-size: 12px;
  top: -14px;
}
.china-font-body .whats-new-sub-heading sup {
  font-size: 12px;
  top: -12px;
}
.china-font-body .richtext-home-gray-content h4 {
  padding-top: 5px;
}
.china-font-body .richtext-home-gray-content h4 sup {
  font-size: 12px;
  top: -12px;
}
.china-font-body .mob-menu p {
  line-height: 19px !important;
}
.china-font-body .box-right-template-sharethis p {
  line-height: 20px !important;
}
.china-font-body .richtext-footer-content p {
  font-size: 14px !important;
  line-height: 20px !important;
}
.china-font-body .richtext-footer-content p sup {
  font-size: 12px;
  top: -10px;
}
.china-font-body .footer-box .richtext-footer-content {
  margin-left: 0;
}
.china-font-body .footer-address p {
  font-size: 14px !important;
  line-height: 22px !important;
}
.china-font-body .footer-address p sup {
  font-size: 12px;
  top: -10px;
}
.china-font-body .produt-description h1 sup {
  font-size: 17px;
  top: -20px;
}
.china-font-body .produt-description ul {
  margin-left: 22px !important;
}
.china-font-body .blue-header-txt h1 sup,
.china-font-body .richtext-ea-header-content h1 sup {
  font-size: 17px;
  top: -20px;
}
.china-font-body .mobile-view-header h1 sup {
  font-size: 20px !important;
  top: -20px !important;
}
.china-font-body .richtext-faq-answer sup {
  font-size: 14px !important;
  top: -8px !important;
}
.china-font-body .richtext-faq-answer .span-china-star {
  font-size: 12px !important;
  line-height: 15px !important;
}
.china-font-body .A_PRVACY_POLCY .wsform-label p {
  padding-top: 1px !important;
}
.china-font-body .food-for-thought-white-box ul,
.china-font-body .how-can-i-repair-my-denture-white-box ul,
.china-font-body .supporting-friends-or-family-white-box ul,
.china-font-body .Types-of-dentures-white-box ul {
  margin-left: 22px !important;
}
.china-font-body .articleList-description {
  padding-top: 10px;
}
.china-font-body .articleList-description-content sup,
.china-font-body .site-map-white-box .byte-site-map sup {
  font-size: 12px !important;
  top: -9px !important;
}
.china-font-body .richtext-china-star p {
  font-size: 12px !important;
  line-height: 15px !important;
}
.china-font-body .ch-whats-new-box ul {
  margin: 0;
  padding-left: 0;
}
.china-font-body .whats-new-left-box1 .ch-whats-new-box p {
  padding-bottom: 0;
}
.china-font-body .whats-new-left-box1 .ch-whats-new-box h2 {
  display: block;
}
.ch-whats-new-box h2 {
  padding-top: 10px;
}
.korea-font-body h1 {
  font-family: "Noto Sans KR", sans-serif !important;
  font-size: 32px !important;
  font-weight: 900 !important;
  line-height: 36px !important;
}
.korea-font-body p {
  font-size: 18px !important;
  font-weight: 400 !important;
}
.korea-font-body h2,
.korea-font-body p {
  font-family: "Noto Sans KR", sans-serif !important;
  line-height: 28px !important;
}
.korea-font-body h2 {
  font-size: 25px !important;
  font-weight: 900 !important;
}
.korea-font-body h3 {
  font-family: "Noto Sans KR", sans-serif !important;
  font-weight: 700 !important;
  font-size: 22px !important;
  line-height: 24px !important;
}
.korea-font-body h3 sup {
  font-size: 25px;
  top: -5px;
}
.korea-font-body h4 {
  font-family: "Noto Sans KR", sans-serif !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  line-height: 20px !important;
}
.korea-font-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1.has-children
  > .navigation-item-title {
  font-family: "Noto Sans KR", sans-serif;
}
.korea-font-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level2:first-child
  > a,
.korea-font-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level2:nth-child(2)
  > a {
  font-family: "Noto Sans KR", sans-serif !important;
}
.korea-font-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-branch.navigation-level2
  .navigation-item-title,
.korea-font-body
  .main-navigation-box
  .navigation-item.navigation-level1
  > .navigation-item-title {
  font-family: "Noto Sans KR", sans-serif;
}
.korea-font-body .page-wrap .articleList-title a,
.korea-font-body .page-wrap h1,
.korea-font-body .promo-white-box .promo-header p a {
  font-family: "Noto Sans KR", sans-serif !important;
}
.korea-font-body .page-wrap .produt-description ul {
  margin-left: 22px;
}
.korea-font-body .back-link a,
.korea-font-body .dropdown .dd ul li a,
.korea-font-body .dropdown .dt a,
.korea-font-body .green-header,
.korea-font-body .product-range h3,
.korea-font-body .richtext-ea-tile-header h4,
.korea-font-body .whats-new-header h3,
.korea-font-body .whats-new-left-box h3,
.korea-font-body .whats-new-right-box h3 {
  font-family: "Noto Sans KR", sans-serif !important;
}
.korea-font-body .richtext-op-two-callout-inner h3 a {
  font-family: "Noto Sans KR", sans-serif;
}
.korea-font-body li {
  font-family: "Noto Sans KR", sans-serif !important;
  font-size: 18px !important;
  font-weight: 500 !important;
}
.korea-font-body .green-button-txt,
.korea-font-body .span-faq-green-button {
  font-family: "Noto Sans KR", sans-serif;
}
.korea-font-body .box-inner-ea-two-callout-first .get-expert-article-list sup,
.korea-font-body .box-inner-ea-two-callout-second .get-expert-article-list sup,
.korea-font-body .dentures-article-list sup,
.korea-font-body
  .polident-denture-adhesives-white-box
  .our-products-article-list
  sup,
.korea-font-body
  .polident-denture-cleansers-white-box
  .our-products-article-list
  sup {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 28px;
  top: -3px;
}
.korea-font-body .span-que-text sup {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 20px !important;
  top: -3px !important;
}
.korea-font-body .contact-us-sample .control-group .submit,
.korea-font-body .form-sample .control-group .submit {
  font-family: "Noto Sans KR", sans-serif !important;
}
.korea-font-body .acceptable-use-policy-white-box ul,
.korea-font-body .terms-and-conditions-white-box ul {
  font-size: 18px;
  font-weight: 500;
}
.korea-font-body .byte-site-map ul li a,
.korea-font-body .byte-site-map ul li a:hover,
.korea-font-body .byte-site-map ul li ul li ul li a,
.korea-font-body .byte-site-map ul li ul li ul li a:hover {
  font-family: "Noto Sans KR", sans-serif;
}
.korea-font-body .byte-site-map ul li .super-parent {
  font-weight: 900;
}
.korea-font-body .byte-site-map ul li .parent {
  font-weight: 500;
}
.korea-font-body .search-res-box .searchBox .form-search .button,
.korea-font-body .search-res-box .searchResults-description,
.korea-font-body .search-res-box .searchResults-title a,
.korea-font-body .search-res-box .searchResults-title a:hover,
.korea-font-body .search-res-box p,
.korea-font-body .search-results h4,
.korea-font-body .search-results p,
.korea-font-body .searchResults-title,
.korea-font-body .searchresults p {
  font-family: "Noto Sans KR", sans-serif !important;
}
.korea-font-body .large p,
.korea-font-body .medium p {
  line-height: 13.7813px !important;
}
.korea-font-body .home-gray-box .richtext-home-gray-content p {
  font-size: 14px !important;
  line-height: 18px !important;
}
.korea-font-body .box-right-template-sharethis p {
  line-height: 20px !important;
}
.korea-font-body
  #footer
  .navigation-item.navigation-level1
  > .navigation-item-title {
  font-size: 12px !important;
  line-height: normal;
}
.korea-font-body .footer-box .richtext-footer-content {
  margin-left: 0;
}
.korea-font-body .footer-box .richtext-footer-content p {
  font-size: 12px !important;
  line-height: 18px !important;
}
.korea-font-body .product-btn-wrap .span-faq-green-button {
  background-position: 88.5% 49%;
  width: 144px;
}
.korea-font-body .using-product.produt-description {
  border-top: 0;
}
.korea-font-body .using-product.produt-description h3 {
  margin-top: 0;
  padding-top: 0;
}
.korea-font-body .using-product h3 sup {
  font-size: 25px;
  top: -5px;
}
.korea-font-body .Types-of-dentures-white-box ul li {
  margin-left: 22px;
}
.korea-font-body .contact-white-box .richtext-contact-us ul li {
  margin-left: 2px;
}
.korea-font-body sup {
  font-family: "Noto Sans KR", sans-serif;
}
.korea-font-body .promo-header sup,
.korea-font-body .whats-new-sub-heading sup {
  font-size: 25px;
  top: -5px;
}
.korea-font-body .blue-header-txt h1 sup,
.korea-font-body .produt-description h1 sup {
  font-size: 32px !important;
  top: -9px !important;
}
.korea-font-body .richtext-faq-answer sup {
  font-size: 20px !important;
  top: -3px !important;
}
#apikey,
#clientid,
#clientsecret,
#refreshtoken,
#token {
  display: none;
}
.cq-wcm-edit #footer .country-selector,
.cq-wcm-edit #footer .richtext-footer-selector,
.cq-wcm-edit .box-right-template-sharethis,
.cq-wcm-edit .cb-full-search.chatterbox-video,
.cq-wcm-edit .cb-no-result-box,
.cq-wcm-edit .cb-search-result,
.cq-wcm-edit .cb-video-count-param,
.cq-wcm-edit .chatterbox-filters-box .filter-box,
.cq-wcm-edit .chatterbox-filters-box .mobile-realstories-search-text,
.cq-wcm-edit .chatterbox-home .chatterbox-autosuggestion,
.cq-wcm-edit .chatterbox-videos-box .cb-video-count-box,
.cq-wcm-edit .claimcoupon-inner-box .parametrizedhtml,
.cq-wcm-edit .contact-white-box .parametrizedhtml,
.cq-wcm-edit .country-dropdown,
.cq-wcm-edit .footer-address,
.cq-wcm-edit .footer-external-link,
.cq-wcm-edit .footer-richtext-navigation,
.cq-wcm-edit .form-validation-error-msg,
.cq-wcm-edit .free-sample-white-box .parametrizedhtml,
.cq-wcm-edit .geoip-parametrized,
.cq-wcm-edit .global-default-url,
.cq-wcm-edit .mob-gsk-logo,
.cq-wcm-edit .mob-menu-box,
.cq-wcm-edit .mobile-country-box,
.cq-wcm-edit .mobile-image,
.cq-wcm-edit .mobile-view-header,
.cq-wcm-edit .optional-text,
.cq-wcm-edit .parametrizedhtml .searchkey-main,
.cq-wcm-edit .ph-template,
.cq-wcm-edit .polident-partner-iprange-domain-configuration,
.cq-wcm-edit .privacy-bold-text,
.cq-wcm-edit .richtext-ea-see-more,
.cq-wcm-edit .richtext-ea-show-less,
.cq-wcm-edit .richtext-faq-answer,
.cq-wcm-edit .search-load-more,
.cq-wcm-edit .search-res-box .search-results,
.cq-wcm-edit .template-country-box-tablet .country-selector,
.cq-wcm-edit .template-country-box-tablet .richtext-footer-selector,
.cq-wcm-edit .title-dropdown,
.cq-wcm-edit box-chatterbox-bottom {
  display: block !important;
}
.turkey-font-body h1 {
  font-family: "Noto Sans", sans-serif !important;
    font-weight: 700;
}
.turkey-font-body p {
  font-family: "Noto Sans", sans-serif !important;
    font-weight: 400;
}
.turkey-font-body p sup {
  font-size: 14px;
  top: -7px;
}
.turkey-font-body h2,
.turkey-font-body h3,
.turkey-font-body h4 {
  font-family: "Noto Sans", sans-serif !important;
    font-weight: 700;
}
.turkey-font-body h3 sup {
  font-size: 14px;
  top: -7px;
}
.turkey-font-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1.has-children
  > .navigation-item-title {
  font-family: "Noto Sans", sans-serif;
    font-weight: 700;
}
.turkey-font-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level2:first-child
  > a,
.turkey-font-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level2:nth-child(2)
  > a {
  font-family: "Noto Sans", sans-serif !important;
    font-weight: 700;
}
.turkey-font-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-branch.navigation-level2
  .navigation-item-title {
  font-family: "Noto Sans", sans-serif;
    font-weight: 400;
}
.turkey-font-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-branch.navigation-level1
  li:first-child
  .navigation-branch.navigation-level2
  li:nth-child(2)
  a:first-child {
  padding-top: 7px;
}
.turkey-font-body
  .main-navigation-box
  .navigation-item.navigation-level1
  > .navigation-item-title {
  font-family: "Noto Sans", sans-serif;
    font-weight: 700;
}
.turkey-font-body .back-link a,
.turkey-font-body .green-header,
.turkey-font-body .page-wrap .articleList-title a,
.turkey-font-body .page-wrap h1,
.turkey-font-body .product-range h3,
.turkey-font-body .promo-white-box .promo-header p a,
.turkey-font-body .richtext-ea-tile-header h4 {
  font-family: "Noto Sans", sans-serif !important;
    font-weight: 700;
}
.turkey-font-body .product-range .richtext-op-two-callout-inner h3 sup {
  top: -10px;
}
.turkey-font-body .dropdown .dd ul li a,
.turkey-font-body .dropdown .dt a,
.turkey-font-body .whats-new-header h3,
.turkey-font-body .whats-new-left-box h3,
.turkey-font-body .whats-new-right-box h3 {
  font-family: "Noto Sans", sans-serif !important;
    font-weight: 700;
}
.turkey-font-body .green-button-txt,
.turkey-font-body .produt-description ul li,
.turkey-font-body .richtext-op-two-callout-inner h3 a,
.turkey-font-body .span-faq-green-button {
  font-family: "Noto Sans", sans-serif;
    font-weight: 700;
}
.turkey-font-body .box-inner-ea-two-callout-first .get-expert-article-list sup,
.turkey-font-body .box-inner-ea-two-callout-second .get-expert-article-list sup,
.turkey-font-body .dentures-article-list sup,
.turkey-font-body
  .polident-denture-adhesives-white-box
  .our-products-article-list
  sup,
.turkey-font-body
  .polident-denture-cleansers-white-box
  .our-products-article-list
  sup,
.turkey-font-body .span-que-text sup {
  font-family: "Noto Sans", sans-serif;
    font-weight: 700;
  font-size: 14px;
  top: -10px;
}
.turkey-font-body .contact-us-sample .control-group .submit,
.turkey-font-body .form-sample .control-group .submit {
  font-family: "Noto Sans", sans-serif !important;
    font-weight: 700;
}
.turkey-font-body .byte-site-map ul li ul li ul li a,
.turkey-font-body .byte-site-map ul li ul li ul li a:hover {
  font-family: "Noto Sans", sans-serif;
    font-weight: 400;
}
.turkey-font-body .byte-site-map ul li a,
.turkey-font-body .byte-site-map ul li a:hover {
  font-family: "Noto Sans", sans-serif;
    font-weight: 700;
}
.turkey-font-body .search-res-box .searchBox .form-search .button,
.turkey-font-body .search-res-box .searchResults-description,
.turkey-font-body .search-res-box .searchResults-title a,
.turkey-font-body .search-res-box .searchResults-title a:hover,
.turkey-font-body .search-res-box p,
.turkey-font-body .search-results h4,
.turkey-font-body .search-results p,
.turkey-font-body .searchResults-title,
.turkey-font-body .searchresults p {
  font-family: "Noto Sans", sans-serif !important;
    font-weight: 400;
}
.turkey-font-body .promo-header sup,
.turkey-font-body a sup,
.turkey-font-body li sup {
  font-size: 14px;
  top: -7px;
}
.turkey-font-body .using-product h3 sup {
  font-size: 14px;
  top: -10px;
}
.turkey-font-body .whats-new-sub-heading sup {
  font-size: 14px;
  top: -7px;
}
.turkey-font-body .richtext-home-gray-content p sup {
  top: -6px;
}
.turkey-font-body .footer-box .richtext-footer-content {
  margin-left: 0;
}
.turkey-font-body .footer-box .richtext-footer-content p sup {
  font-size: 12px;
  top: -4px;
}
.turkey-font-body .footer-box .footer-address p {
  padding-top: 4px;
}
.turkey-font-body .footer-box .footer-address p sup {
  font-size: 12px;
  top: -4px;
}
.turkey-font-body .footer-box .footer-address p:first-child {
  margin-top: 0;
}
.turkey-font-body .mobile-view-header h1 sup {
  font-family: "Noto Sans", sans-serif !important;
    font-weight: 700;
  font-size: 16px !important;
  top: -12px !important;
}
.turkey-font-body .free-sample-white-box a {
  color: #2fafc3;
}
@media only screen and (max-width: 959px) and (min-width: 768px) {
  .turkey-font-body .home-gray-box p {
    margin-bottom: 20px;
    padding-top: 3px;
  }
  .turkey-font-body .produt-description h1 sup,
  .turkey-font-body .richtext-ea-header-content h1 sup {
    font-size: 20px;
    top: -12px;
  }
  .china-font-body .ch-whats-new-box,
  .china-font-body .ch-whats-new-box .richText.grid_3,
  .china-font-body .ch-whats-new-box .richText.grid_6,
  .china-font-body .whats-new-header .image {
    width: 100% !important;
    margin-left: 0;
  }
  .china-font-body .whats-new-header .ch-whats-new-box p {
    padding-bottom: 10px;
  }
  .china-font-body .whats-new-left-box1 {
    margin-bottom: 20px;
  }
  .china-font-body .whats-new-left-box1 .ch-whats-new-box p {
    padding-bottom: 10px;
  }
  .whats-new-share {
    margin-left: 0;
    width: 100% !important;
  }
  .russia-font-body .home-gray-box p {
    margin-bottom: 20px;
    padding-top: 3px;
  }
  .russia-font-body .whats-new-header .parametrizedhtml {
    bottom: 0;
    margin-left: 0;
    width: 100%;
  }
  .russia-font-body #footer .footer-navigation {
    margin-left: -6% !important;
    width: 77% !important;
  }
  .russia-font-body #footer li:nth-child(5) {
    border: none;
  }
  .russia-font-body .desktop-gsk-footer-logo {
    width: 18% !important;
  }
  .japan-font-body .home-gray-box p {
    padding-top: 3px;
  }
  .poland-font-body .desktop-gsk-footer-logo {
    padding-right: 0;
    width: 17% !important;
  }
  .poland-font-body #footer .footer-navigation {
    margin-left: 0 !important;
    width: 70% !important;
  }
  .poland-font-body #footer li:nth-child(5) {
    margin-left: 84px;
  }
  .czech-font-body #footer .footer-navigation {
    margin-left: -5.9% !important;
    padding-left: 0 !important;
    width: 72.95833% !important;
  }
  .czech-font-body #footer .richtext-footer-content p {
    padding-right: 2px;
  }
  .portugal-cb-phtml-youtubeapi p {
    padding-bottom: 0;
    top: -8px;
  }
  .portugal-font-body .ui-autocomplete {
    top: 352px !important;
  }
  .portugal-font-body #footer .footer-navigation {
    margin-left: 1% !important;
    width: 58% !important;
  }
  .portugal-font-body #footer li:nth-child(3) {
    border-right: none !important;
  }
  .portugal-font-body #footer li:nth-child(4) {
    border-right: 1px solid #6d6d6d !important;
    margin-left: 90px;
  }
  .portugal-font-body #footer li:nth-child(5) {
    margin-left: -2px;
  }
  .greece-font-body .home-gray-box p {
    padding-top: 3px;
  }
  .romania-font-body .desktop-gsk-footer-logo {
    padding-right: 0;
    width: 17% !important;
  }
  .romania-font-body #footer li:nth-child(5) {
    margin-left: 0;
  }
  .romania-font-body .promo-white-box .promo-header p a {
    font-size: 26px;
  }
  .romania-font-body .whats-new-header h1,
  .romania-font-body .whats-new-header h3 {
    padding-bottom: 10px;
  }
  .romania-font-body .whats-new-header h4 {
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .romania-font-body .whats-new-header .whats-new-image {
    margin-top: 0 !important;
  }
  .romania-font-body .box-op-two-callout-first.suffix_1 {
    width: 49% !important;
  }
  .romania-font-body .box-op-two-callout-second {
    margin-left: 2.5% !important;
    width: 48.5% !important;
  }
  .fake-article-list a {
    font-size: 25px;
    line-height: 22px;
  }
  .h1styles {
    line-height: 35px;
    padding: 12px 0 6px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
  .turkey-font-body .page-wrap p sup {
    font-size: 14px;
    top: -7px;
  }
  .turkey-font-body .richtext-faq-question sup {
    font-size: 14px !important;
    top: -7px !important;
  }
  .turkey-font-body .richtext-ea-header-content h1 sup {
    font-family: "Noto Sans", sans-serif !important;
      font-weight: 700;
    font-size: 16px !important;
    top: -12px !important;
  }
  .russia-font-body .page-wrap h1 span.green-header sup {
    font-size: 26px;
    left: -3px;
    top: -3px;
  }
  .russia-font-body
    .polident-denture-adhesives-white-box
    .our-products-article-list
    sup {
    left: -3px;
  }
  .russia-font-body .footer-box .footer-address p sup,
  .russia-font-body .footer-box .richtext-footer-content p sup {
    top: 1px;
  }
  .japan-font-body .page-wrap p sup {
    font-size: 20px;
    top: -5px;
  }
  .japan-font-body .page-wrap h1 span.green-header sup {
    font-size: 26px;
    top: -14px;
  }
  .japan-font-body .richtext-faq-question sup {
    font-size: 14px !important;
    top: -7px !important;
  }
  .japan-font-body .richtext-ea-header-content h1 sup {
    font-family: "Noto Sans JP", sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    top: -12px !important;
  }
  .japan-font-body .green-button-txt,
  .japan-font-body .green-button-txt:hover,
  .japan-font-body .span-faq-green-button,
  .japan-font-body .span-faq-green-button:hover {
    font-size: 18px;
    margin-bottom: 3px;
  }
  .poland-font-body .richtext-faq-question sup {
    font-size: 20px !important;
    top: -2px !important;
  }
  .poland-font-body .richtext-faq-answer sup {
    font-size: 20px;
    top: 0;
  }
  .poland-font-body .page-wrap .articleList-title a {
    line-height: 28px;
  }
  .poland-font-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1
    .navigation-item.navigation-level2
    .navigation-item-title {
    padding-left: 7.7% !important;
    padding-right: 15px !important;
  }
  .poland-font-body .footer-address p:first-child {
    margin-top: 0;
  }
  .poland-font-body.teal-master-body .back-link a {
    padding-right: 5px;
  }
  .poland-font-body .polident-3-minute-white-box,
  .poland-font-body .polident-fresh-cleanse-white-box,
  .poland-font-body .polident-overnight-whitening-white-box,
  .poland-font-body .polident-smokers-white-box,
  .poland-font-body .Poligrip-free-white-box,
  .poland-font-body .super-poligrip-comfiseal-strips-white-box,
  .poland-font-body .super-poligrip-original-white-box,
  .poland-font-body .super-poligrip-ultra-fresh-white-box {
    margin-bottom: 20px;
  }
  .box-cb-outer-article .richtext-article-cb-content .richText-content p {
    border-bottom: none;
  }
  .portugal-cb-browse #overlaybrowsefile input.broser-img {
    width: 150px;
  }
  .portugal-cb-phtml-youtubeapi p {
    padding-bottom: 0;
    top: -11px;
  }
  .red-master-body
    .overlay-content
    .portugal-cb-phtml-youtubeapi
    .submit-button
    button#submit-story {
    padding-left: 0;
    padding-right: 15px;
  }
  .red-master-body
    .whats-new-left-box
    .richtext-optional-cta
    .richText-content
    h3,
  .red-master-body
    .whats-new-right-box
    .richtext-optional-cta
    .richText-content
    h3 {
    background: #fff !important;
    max-width: 100%;
    width: auto;
  }
  .portugal-font-body .ui-autocomplete {
    top: 327px !important;
  }
  .portugal-font-body
    .overlay-content
    .portugal-cb-phtml-youtubeapi
    .privacy-box
    p {
    font-size: 12px;
    top: -7px;
  }
  .greece-font-body .page-wrap p sup {
    font-size: 12px;
    top: -5px;
  }
  .greece-font-body .page-wrap h1 span.green-header sup {
    font-size: 16px;
    top: -12px;
  }
  .greece-font-body .richtext-faq-question sup {
    font-size: 14px !important;
    top: -7px !important;
  }
  .greece-font-body .richtext-ea-header-content h1 sup {
    font-family: Roboto, sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    top: -12px !important;
  }
  .greece-font-body .green-button-txt,
  .greece-font-body .green-button-txt:hover,
  .greece-font-body .span-faq-green-button,
  .greece-font-body .span-faq-green-button:hover {
    font-size: 18px;
    margin-bottom: 3px;
  }
  .greece-font-body .richtext-footer-pages p {
    word-wrap: break-word;
  }
  .romania-font-body .richtext-faq-question sup {
    font-size: 20px !important;
    top: -2px !important;
  }
  .romania-font-body .richtext-faq-answer sup {
    font-size: 20px;
    top: 0;
  }
  .romania-font-body .page-wrap h1 .green-header {
    font-size: 26px !important;
  }
  .romania-font-body .page-wrap .articleList-title a {
    line-height: 28px;
  }
  .romania-font-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1
    .navigation-item.navigation-level2
    .navigation-item-title {
    padding-left: 7.7% !important;
    padding-right: 15px !important;
  }
  .romania-font-body .footer-address p:first-child {
    margin-bottom: 7px;
    margin-top: 0;
  }
  .romania-font-body.teal-master-body .back-link a {
    padding-right: 5px;
  }
  .romania-font-body .polident-3-minute-white-box,
  .romania-font-body .polident-fresh-cleanse-white-box,
  .romania-font-body .polident-overnight-whitening-white-box,
  .romania-font-body .polident-smokers-white-box,
  .romania-font-body .Poligrip-free-white-box,
  .romania-font-body .super-poligrip-comfiseal-strips-white-box,
  .romania-font-body .super-poligrip-original-white-box,
  .romania-font-body .super-poligrip-ultra-fresh-white-box {
    margin-bottom: 20px;
  }
  .romania-font-body .whats-new-header h4 a {
    background: url(../../img/teal-visit-more.png) 100% no-repeat;
    color: #0691c5;
    display: block;
    font-size: 22px;
    min-height: 30px;
    padding-right: 36px;
    padding-top: 4px;
  }
  .romania-font-body .richtext-footer-pages p {
    word-wrap: break-word;
  }
  .fake-article-list a {
    line-height: 36px;
  }
  .page-corega-toallitas-limpiadoras
    .polident-3-minute-white-box
    .product-image-white-box {
    padding-top: 150px;
  }
  .page-corega-toallitas-limpiadoras
    #content
    .polident-3-minute-white-box
    .product-image-white-box {
    margin: 0 auto !important;
    width: 240px !important;
  }
  .page-wrap .articleList-title {
    height: auto !important;
  }
  .h1styles {
    font-size: 25px;
    line-height: 35px;
    padding-left: 20px;
    padding-right: 5px;
  }
}
@media (-ms-high-contrast: none) and (-ms-high-contrast: active) {
  .turkey-font-body .footer-box .footer-address p sup,
  .turkey-font-body .footer-box .richtext-footer-content p sup {
    font-size: 14px;
  }
  .china-font-body .promo-header sup,
  .china-font-body .richtext-home-gray-content h4 sup,
  .china-font-body a sup,
  .china-font-body li sup,
  .china-font-body p sup {
    font-size: 18px;
    top: -10px;
  }
  .china-font-body .using-product h3 sup {
    font-size: 18px;
    top: -12px;
  }
  .china-font-body .footer-address p sup,
  .china-font-body .richtext-footer-content p sup,
  .china-font-body .whats-new-sub-heading sup,
  .china-font-body h3 sup {
    font-size: 18px;
    top: -10px;
  }
  .china-font-body .product-range .richtext-op-two-callout-inner h3 sup {
    top: -12px;
  }
  .china-font-body .span-que-text sup {
    font-size: 18px !important;
    top: -10px !important;
  }
  .china-font-body .richtext-faq-answer sup {
    font-size: 18px !important;
    top: -9px !important;
  }
  .china-font-body .box-inner-ea-two-callout-first .get-expert-article-list sup,
  .china-font-body
    .box-inner-ea-two-callout-second
    .get-expert-article-list
    sup,
  .china-font-body .dentures-article-list sup,
  .china-font-body
    .polident-denture-adhesives-white-box
    .our-products-article-list
    sup,
  .china-font-body
    .polident-denture-cleansers-white-box
    .our-products-article-list
    sup {
    font-size: 18px;
    top: -14px;
  }
  .china-font-body .site-map-white-box .byte-site-map sup {
    font-size: 18px !important;
    top: -10px !important;
  }
  .china-font-body .articleList-description-content sup {
    font-size: 16px !important;
    top: -8px !important;
  }
  .china-font-body .blue-header-txt h1 sup,
  .china-font-body .produt-description h1 sup,
  .china-font-body .richtext-ea-header-content h1 sup {
    font-size: 20px;
    top: -20px;
  }
  .korea-font-body .promo-header sup,
  .korea-font-body a sup,
  .korea-font-body li sup,
  .korea-font-body p sup {
    font-size: 24px;
    top: -1px;
  }
  .korea-font-body .using-product h3 sup {
    font-size: 26px;
    top: -8px;
  }
  .korea-font-body .whats-new-sub-heading sup,
  .korea-font-body h3 sup {
    font-size: 24px;
    top: -1px;
  }
  .korea-font-body .navigation-horizontal a sup {
    font-size: 26px;
    top: -3px;
  }
  .korea-font-body .product-range .richtext-op-two-callout-inner h3 sup {
    font-size: 26px;
    top: -8px;
  }
  .korea-font-body .richtext-faq-answer sup,
  .korea-font-body .span-que-text sup {
    font-size: 27px !important;
    top: -4px !important;
  }
  .korea-font-body .blue-header-txt h1 sup,
  .korea-font-body .produt-description h1 sup,
  .korea-font-body .richtext-ea-header-content h1 sup {
    font-size: 36px;
    top: -9px;
  }
  .korea-font-body .richtext-home-gray-content p sup {
    font-size: 28px;
    top: 1px;
  }
  .korea-font-body .richtext-body-content p sup {
    font-size: 29px;
    top: -1px;
  }
  .korea-font-body .byte-site-map sup {
    font-size: 28px;
    top: 0;
  }
  .richtext-footer-pages p sup {
    font-size: 28px;
    top: -2px;
  }
  .mandarin-font-body .promo-header sup,
  .mandarin-font-body .richtext-home-gray-content h4 sup,
  .mandarin-font-body a sup,
  .mandarin-font-body li sup,
  .mandarin-font-body p sup {
    font-size: 18px;
    top: -10px;
  }
  .mandarin-font-body .using-product h3 sup {
    font-size: 18px;
    top: -12px;
  }
  .mandarin-font-body .footer-address p sup,
  .mandarin-font-body .richtext-footer-content p sup,
  .mandarin-font-body h3 sup {
    font-size: 18px;
    top: -10px;
  }
  .mandarin-font-body .product-range .richtext-op-two-callout-inner h3 sup {
    top: -12px;
  }
  .mandarin-font-body .span-que-text sup {
    font-size: 18px !important;
    top: -10px !important;
  }
  .mandarin-font-body .richtext-faq-answer sup {
    font-size: 18px !important;
    top: -9px !important;
  }
  .mandarin-font-body
    .box-inner-ea-two-callout-first
    .get-expert-article-list
    sup,
  .mandarin-font-body
    .box-inner-ea-two-callout-second
    .get-expert-article-list
    sup,
  .mandarin-font-body .dentures-article-list sup,
  .mandarin-font-body
    .polident-denture-adhesives-white-box
    .our-products-article-list
    sup,
  .mandarin-font-body
    .polident-denture-cleansers-white-box
    .our-products-article-list
    sup {
    font-size: 18px;
    top: -14px;
  }
  .mandarin-font-body .site-map-white-box .byte-site-map sup {
    font-size: 18px !important;
    top: -10px !important;
  }
  .mandarin-font-body .articleList-description-content sup {
    font-size: 16px !important;
    top: -8px !important;
  }
  .mandarin-font-body .blue-header-txt h1 sup,
  .mandarin-font-body .produt-description h1 sup,
  .mandarin-font-body .richtext-ea-header-content h1 sup {
    font-size: 20px;
    top: -20px;
  }
  .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.has-children
    > .navigation-item-title,
  .main-navigation-box.simplified-main-navigation-box
    .navigation-item.navigation-level1
    > .navigation-item-title {
    font-size: 13px;
  }
  .greece-font-body .footer-box .footer-address p sup,
  .greece-font-body .footer-box .richtext-footer-content p sup,
  .japan-font-body .footer-box .footer-address p sup,
  .japan-font-body .footer-box .richtext-footer-content p sup {
    font-size: 14px;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  .greece-font-body .footer-box .footer-address p sup,
  .greece-font-body .footer-box .richtext-footer-content p sup,
  .japan-font-body .footer-box .footer-address p sup,
  .japan-font-body .footer-box .richtext-footer-content p sup,
  .turkey-font-body .footer-box .footer-address p sup,
  .turkey-font-body .footer-box .richtext-footer-content p sup {
    font-size: 14px;
  }
}
.home-carousel .carousel-cover {
  max-width: 100%;
}
.mandarin-font-body h1 {
  font-family: "Noto Sans SC", sans-serif !important;
  font-size: 32px !important;
  font-weight: 900 !important;
  line-height: 36px !important;
}
.mandarin-font-body p {
  font-family: "Noto Sans SC", sans-serif !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 28px !important;
}
.mandarin-font-body p sup {
  font-size: 12px;
  top: -12px;
}
.mandarin-font-body h3 {
  font-family: "Noto Sans SC", sans-serif !important;
  font-weight: 700 !important;
  font-size: 22px !important;
  line-height: 24px !important;
}
.mandarin-font-body h3 sup {
  font-size: 12px;
  top: -12px;
}
.mandarin-font-body h4 {
  font-family: "Noto Sans SC", sans-serif !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  line-height: 20px !important;
}
.mandarin-font-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1.has-children
  > .navigation-item-title {
  font-family: "Noto Sans SC", sans-serif;
  font-size: 16px !important;
}
.mandarin-font-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level2:first-child
  > a,
.mandarin-font-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level2:nth-child(2)
  > a {
  font-family: "Noto Sans SC", sans-serif !important;
}
.mandarin-font-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-branch.navigation-level2
  .navigation-item-title {
  font-family: "Noto Sans SC", sans-serif;
}
.mandarin-font-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-branch.navigation-level1
  li:first-child
  .navigation-branch.navigation-level2
  li:nth-child(2)
  a:first-child {
  padding-top: 7px;
}
.mandarin-font-body
  .main-navigation-box
  .navigation-item.navigation-level1
  > .navigation-item-title {
  font-family: "Noto Sans SC", sans-serif;
  font-size: 16px !important;
}
.mandarin-font-body .page-wrap .articleList-title a,
.mandarin-font-body .page-wrap h1,
.mandarin-font-body .promo-white-box .promo-header p a {
  font-family: "Noto Sans SC", sans-serif !important;
}
.mandarin-font-body .page-wrap p sup {
  font-size: 12px;
  top: -12px;
}
.mandarin-font-body .back-link a,
.mandarin-font-body .green-header,
.mandarin-font-body .product-range h3,
.mandarin-font-body .richtext-ea-tile-header h4 {
  font-family: "Noto Sans SC", sans-serif !important;
}
.mandarin-font-body .product-range .richtext-op-two-callout-inner h3 sup {
  top: -14px;
}
.mandarin-font-body .dropdown .dd ul li a,
.mandarin-font-body .dropdown .dt a,
.mandarin-font-body .whats-new-header h3,
.mandarin-font-body .whats-new-left-box h3,
.mandarin-font-body .whats-new-right-box h3 {
  font-family: "Noto Sans SC", sans-serif !important;
}
.mandarin-font-body .richtext-op-two-callout-inner h3 a {
  font-family: "Noto Sans SC", sans-serif;
}
.mandarin-font-body li {
  font-family: "Noto Sans SC", sans-serif !important;
  font-weight: 500 !important;
  font-size: 18px !important;
}
.mandarin-font-body li sup {
  font-size: 12px;
  top: -12px;
}
.mandarin-font-body .green-button-txt,
.mandarin-font-body .span-faq-green-button {
  font-family: "Noto Sans SC", sans-serif;
}
.mandarin-font-body
  .polident-denture-cleansers-white-box
  .our-products-article-list
  sup {
  font-family: "Noto Sans SC", sans-serif;
  font-size: 14px;
  top: -12px;
}
.mandarin-font-body
  .polident-denture-cleansers-white-box
  .richtext-mandarin-star
  p {
  font-size: 12px !important;
  line-height: 15px !important;
}
.mandarin-font-body
  .box-inner-ea-two-callout-first
  .get-expert-article-list
  sup,
.mandarin-font-body
  .box-inner-ea-two-callout-second
  .get-expert-article-list
  sup,
.mandarin-font-body .dentures-article-list sup,
.mandarin-font-body
  .polident-denture-adhesives-white-box
  .our-products-article-list
  sup {
  font-family: "Noto Sans SC", sans-serif;
  font-size: 14px;
  top: -12px;
}
.mandarin-font-body .span-que-text sup {
  font-family: "Noto Sans SC", sans-serif;
  font-size: 14px !important;
  top: -8px !important;
}
.mandarin-font-body .contact-us-sample .control-group .submit {
  font-family: "Noto Sans SC", sans-serif !important;
}
.mandarin-font-body .contact-us-sample .A_PRVACY_POLCY .wsform-controls,
.mandarin-font-body .contact-us-sample .A_PRVACY_POLCY .wsform-label {
  padding-top: 5px;
}
.mandarin-font-body .form-sample .control-group .submit {
  font-family: "Noto Sans SC", sans-serif !important;
}
.mandarin-font-body .form-sample .A_PRVACY_POLCY .wsform-label,
.mandarin-font-body .form-sample.wsform .A_PRVACY_POLCY .wsform-controls {
  padding-top: 5px;
}
.mandarin-font-body .acceptable-use-policy-white-box ul,
.mandarin-font-body .terms-and-conditions-white-box ul {
  font-size: 18px;
  font-weight: 500;
  margin-left: 22px;
}
.mandarin-font-body .richtext-footer-pages ul {
  margin-left: 22px;
}
.mandarin-font-body .byte-site-map ul li a,
.mandarin-font-body .byte-site-map ul li a:hover,
.mandarin-font-body .byte-site-map ul li ul li ul li a,
.mandarin-font-body .byte-site-map ul li ul li ul li a:hover {
  font-family: "Noto Sans SC", sans-serif;
}
.mandarin-font-body .search-res-box .searchBox .form-search .button,
.mandarin-font-body .search-res-box .searchResults-description,
.mandarin-font-body .search-res-box .searchResults-title a,
.mandarin-font-body .search-res-box .searchResults-title a:hover,
.mandarin-font-body .search-res-box p,
.mandarin-font-body .search-results h4,
.mandarin-font-body .search-results p,
.mandarin-font-body .searchResults-title,
.mandarin-font-body .searchresults p {
  font-family: "Noto Sans SC", sans-serif !important;
}
.mandarin-font-body .large p,
.mandarin-font-body .medium p {
  line-height: 13.7813px !important;
}
.mandarin-font-body .product-btn-wrap .span-faq-green-button {
  background-position: 84.5% 49%;
  padding-left: 14px;
  width: 106px;
}
.mandarin-font-body .richtext-mandarin-star p,
.mandarin-font-body .span-mandarin-star {
  font-size: 12px !important;
  line-height: 15px !important;
}
.mandarin-font-body a {
  font-family: "Noto Sans SC", sans-serif !important;
}
.mandarin-font-body a sup {
  font-size: 12px;
  top: -12px;
}
.mandarin-font-body h2,
.mandarin-font-body span {
  font-family: "Noto Sans SC", sans-serif !important;
}
.mandarin-font-body
  #footer
  .template-country-box.mobile-country-box
  .richtext-footer-selector
  p {
  margin-top: 4px;
}
.mandarin-font-body
  #footer
  .template-country-box.template-country-box-tablet
  .richtext-footer-selector
  p {
  margin-top: 2px;
}
.mandarin-font-body .promo-header sup {
  font-size: 12px;
  top: -12px;
}
.mandarin-font-body .using-product h3 sup {
  font-size: 12px;
  top: -14px;
}
.mandarin-font-body .richtext-home-gray-content h4 {
  padding-top: 5px;
}
.mandarin-font-body .richtext-home-gray-content h4 sup {
  font-size: 12px;
  top: -12px;
}
.mandarin-font-body .mob-menu p {
  line-height: 19px !important;
}
.mandarin-font-body .box-right-template-sharethis p {
  line-height: 20px !important;
}
.mandarin-font-body .richtext-footer-content p {
  font-size: 14px !important;
  line-height: 20px !important;
}
.mandarin-font-body .richtext-footer-content p sup {
  font-size: 12px;
  top: -10px;
}
.mandarin-font-body .footer-box .richtext-footer-content {
  margin-left: 0;
}
.mandarin-font-body .footer-address p {
  font-size: 14px !important;
  line-height: 22px !important;
}
.mandarin-font-body .footer-address p sup {
  font-size: 12px;
  top: -10px;
}
.mandarin-font-body .produt-description h1 sup {
  font-size: 17px;
  top: -20px;
}
.mandarin-font-body .produt-description ul {
  margin-left: 22px !important;
}
.mandarin-font-body .blue-header-txt h1 sup,
.mandarin-font-body .richtext-ea-header-content h1 sup {
  font-size: 17px;
  top: -20px;
}
.mandarin-font-body .mobile-view-header h1 sup {
  font-size: 20px !important;
  top: -20px !important;
}
.mandarin-font-body .richtext-faq-answer sup {
  font-size: 14px !important;
  top: -8px !important;
}
.mandarin-font-body .A_PRVACY_POLCY .wsform-label p {
  padding-top: 1px !important;
}
.mandarin-font-body .food-for-thought-white-box ul,
.mandarin-font-body .how-can-i-repair-my-denture-white-box ul,
.mandarin-font-body .supporting-friends-or-family-white-box ul,
.mandarin-font-body .Types-of-dentures-white-box ul {
  margin-left: 22px !important;
}
.mandarin-font-body .articleList-description {
  padding-top: 10px;
}
.mandarin-font-body .articleList-description-content sup,
.mandarin-font-body .site-map-white-box .byte-site-map sup {
  font-size: 12px !important;
  top: -9px !important;
}
.main-navigation-box.simplified-main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1:nth-child(2)
  .navigation-level2:first-child
  > a,
.main-navigation-box.simplified-main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1:nth-child(2)
  .navigation-level2:nth-child(2)
  > a,
.main-navigation-box.simplified-main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1:nth-child(3)
  .navigation-level2:first-child
  > a,
.main-navigation-box.simplified-main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1:nth-child(3)
  .navigation-level2:nth-child(2)
  > a {
  color: #cdf2dd !important;
  font-family: "Montserrat", sans-serif !important;
}
.main-navigation-box.simplified-main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1.has-active-child.is-open
  > .navigation-item-title,
.main-navigation-box.simplified-main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1.has-active-child
  > .navigation-item-title,
.main-navigation-box.simplified-main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1.is-active.is-open
  > .navigation-item-title,
.main-navigation-box.simplified-main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1.is-active
  > .navigation-item-title,
.main-navigation-box.simplified-main-navigation-box
  .navigation-item.has-active-child
  > .navigation-item-title.navigation-level1,
.main-navigation-box.simplified-main-navigation-box
  .navigation-item.is-active
  > .navigation-item-title.navigation-level1 {
  background: #fff !important;
  color: #009a44 !important;
}
.main-navigation-box
  .navigation-horizontal
  .navigation-level1.page-como-usar
  .navigation-branch.navigation-level2
  > .navigation-level2:first-child,
.main-navigation-box .navigation-horizontal .page-como-usar ul li {
  width: 100%;
}
.home-promo-first.grid_6 .promo-header p a,
.home-promo-last.grid_6 .promo-header p a {
  padding-bottom: 12px;
  padding-right: 16px;
  padding-top: 18px;
}
.box.dental-box {
  margin-left: 11.34259% !important;
}
.dental-box .image {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.video-error p,
.video-progress p,
.video-thanks p {
  line-height: 31px;
}
.richText.chatterbox-load-more p,
.richText.search-load-more p {
  width: 90px;
}
.red-master-body {
  background: url(../../img/red-topNavFullwidth.png) 0 0 repeat-x,
    linear-gradient(#f0f5f5, #f1f5f6);
  background-image: url(../../img/red-topNavFullwidth.png) 0 0 repeat-x;
}
.red-master-body a {
  color: #f7323f !important;
}
.red-master-body a:focus,
.red-master-body a:hover {
  color: #fe5661 !important;
}
.red-master-body .footer-navigation a:focus,
.red-master-body .footer-navigation a:hover,
.red-master-body h1,
.red-master-body h2,
.red-master-body h3,
.red-master-body h4 {
  color: #f7323f !important;
}
.red-master-body .back-link a {
  background: transparent url(../../img/red-back-link.png) no-repeat scroll 0;
}
.red-master-body .back-link a:focus,
.red-master-body .back-link a:hover {
  color: #f7323f !important;
}
.red-master-body .large a,
.red-master-body .medium a {
  color: #333 !important;
}
.red-master-body .promo-white-box .promo-header p,
.red-master-body .promo-white-box .promo-header p a {
  background: #f7323f;
  color: #fff !important;
}
.red-master-body .promo-white-box .promo-header.hover p a,
.red-master-body .promo-white-box .promo-header p a:focus,
.red-master-body .promo-white-box .promo-header p a:hover {
  background: #fe5661;
  color: #fff !important;
}
.red-master-body .box-right-template-sharethis {
  background: #f7323f;
  color: #fff !important;
}
.red-master-body .main-navigation-box .home-logo a:hover {
  background-color: #e21e2b !important;
}
.red-master-body .main-navigation-box .navigation.navigation-horizontal {
  background: #f7323f !important;
}
.red-master-body
  .main-navigation-box
  .navigation-item.navigation-level1
  > .navigation-item-title {
  background: #f7323f !important;
  color: #fff !important;
}
.red-master-body
  .main-navigation-box
  .navigation-item
  > a.navigation-item-title:focus,
.red-master-body
  .main-navigation-box
  .navigation-item
  > a.navigation-item-title:hover {
  background: #e21e2b !important;
}
.red-master-body
  .main-navigation-box
  ul.navigation-level3
  li.navigation-item
  .navigation-item-title {
  color: #fff !important;
}
.red-master-body
  .main-navigation-box
  ul.navigation-level3
  li.navigation-item
  .navigation-item-title:focus,
.red-master-body
  .main-navigation-box
  ul.navigation-level3
  li.navigation-item
  .navigation-item-title:hover {
  background: #f7323f !important;
  color: #fff !important;
}
.red-master-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1.has-active-child.is-open
  > a.navigation-item-title,
.red-master-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1.has-active-child
  > .navigation-item-title:focus,
.red-master-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1.has-active-child
  > .navigation-item-title:hover,
.red-master-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1.has-active-child
  > a.navigation-item-title,
.red-master-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1.is-active.is-open
  > a.navigation-item-title,
.red-master-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1.is-active
  > .navigation-item-title:focus,
.red-master-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1.is-active
  > .navigation-item-title:hover,
.red-master-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1.is-active
  > a.navigation-item-title {
  background: #fff !important;
  color: #f7323f !important;
}
.red-master-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1.is-open
  > a,
.red-master-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1
  > a.navigation-item-title:focus,
.red-master-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1
  > a.navigation-item-title:hover {
  background: #e21e2b !important;
}
.red-master-body
  .main-navigation-box
  .navigation-horizontal
  .has-active-child.navigation-item.navigation-level1.is-open
  > .navigation-item-title {
  background: #fff !important;
  color: #f7323f !important;
}
.red-master-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-branch.navigation-level2
  .navigation-item-title,
.red-master-body
  .main-navigation-box
  .navigation-horizontal
  ul.navigation-level1.navigation-root
  li.navigation-level1
  ul.navigation-level2 {
  background: #e21e2b !important;
}
.red-master-body
  .main-navigation-box.simplified-main-navigation-box
  .home-logo {
  background-color: #f7323f;
}
.red-master-body
  .main-navigation-box.simplified-main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1:nth-child(2)
  .navigation-level2
  > a.navigation-item-title,
.red-master-body
  .main-navigation-box.simplified-main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1:nth-child(3)
  .navigation-level2
  > a.navigation-item-title {
  color: #fff !important;
}
.red-master-body .contact-us-sample .control-group .submit,
.red-master-body .form-sample .control-group .submit {
  background: #f7323f url(../../img/buynowright-arrow.png) 88.3% 52% no-repeat !important;
}
.red-master-body #footer .navigation-item {
  border-right: 1px solid #6d6d6d;
}
.red-master-body .richtext-op-two-callout-inner h3 a {
  background: transparent url(../../img/red-seeRange.png) no-repeat scroll 99%;
  padding: 0 26px 0 0;
}
.red-master-body .richtext-op-two-callout-inner h3 a:active,
.red-master-body .richtext-op-two-callout-inner h3 a:focus,
.red-master-body .richtext-op-two-callout-inner h3 a:hover {
  background: transparent url(../../img/red-seeRange-hover.png) no-repeat scroll
    99%;
}
.red-master-body .page-wrap .articleList-article {
  border-top: 1px solid #f7323f;
  background: url(../../img/red-articleList-DT.png) 99% no-repeat !important;
}
.red-master-body .page-wrap .articleList-article:hover {
  background: url(../../img/red-articleList-hover-DT.png) 99% no-repeat !important;
}
.red-master-body .page-wrap .articleList-list li:last-child {
  border-bottom: 1px solid #f7323f;
}
.red-master-body .green-button-txt {
  background: #f7323f url(../../img/buynowright-arrow.png) 82.5% 49% no-repeat;
  color: #fff !important;
}
.red-master-body .green-button-txt:hover {
  background: #fe5661 url(../../img/buynowright-arrow.png) 82.5% 49% no-repeat;
  color: #fff !important;
}
.red-master-body .span-faq-green-button {
  background: #f7323f url(../../img/buynowright-arrow.png) 82.5% 49% no-repeat;
  color: #fff !important;
}
.red-master-body .span-faq-green-button:hover {
  background: #fe5661 url(../../img/buynowright-arrow.png) 82.5% 49% no-repeat;
  color: #fff !important;
}
.red-master-body .box-outer-ea-two-callouts .page-wrap .articleList-article {
  border-bottom: 1px solid #f7323f;
  border-top: none;
}
.red-master-body
  .box-outer-ea-two-callouts
  .page-wrap
  .articleList-list
  li:last-child {
  border-bottom: none;
}
.red-master-body .dentures-article-list .articleList-article,
.red-master-body .get-expert-article-list .articleList-article {
  border-bottom: 1px solid #f7323f;
  border-top: 0;
}
.red-master-body .chatterbox-home .searchBox input[type="text"] {
  border: 2px solid #f7323f;
}
.red-master-body .chatterbox-home .searchBox .button {
  background: transparent url(../../img/red-search-icon.png) 50% no-repeat;
}
.red-master-body .chatterbox-home .video-filter {
  border: 1px solid #f7323f;
  color: #f7323f;
}
.red-master-body .chatterbox-home .video-filter p {
  color: #f7323f;
}
.red-master-body .chatterbox-home .video-filter.active {
  background: #f7323f;
}
.red-master-body .richtext-show-filters p {
  background: url(../../img/red-showfilter.png) 100% no-repeat;
  color: #f7323f;
}
.red-master-body .richtext-show-filters p.active {
  background: url(../../img/red-hidefilter.png) 100% no-repeat;
  color: #f7323f;
}
.red-master-body .chatter-fullwidth .chatter-video iframe,
.red-master-body .chatter-halfwidth .chatter-video iframe {
  border-bottom: 20px solid #f7323f;
}
.red-master-body .richtext-chatterbox-backlink a {
  background: transparent url(../../img/red-realstories-backlink.png) no-repeat
    scroll 0 !important;
}
.red-master-body .ui-autocomplete .ui-menu-item.ui-state-focus {
  background: #f7323f !important;
}
.red-master-body .ui-autocomplete .ui-menu-item a {
  color: #d8d8d8 !important;
}
.red-master-body .ui-autocomplete .ui-menu-item a span {
  color: #333 !important;
}
.red-master-body .cb-no-result-text {
  border-top: 1px solid #f7323f;
}
.red-master-body .cb-no-result-text h3 {
  color: #333 !important;
}
.red-master-body .cb-no-result-text h3 .green-header:hover {
  color: #fe5661;
}
.red-master-body .cb-no-result-text .green-button-txt {
  background: #f7323f;
}
.red-master-body .cb-no-result-text .green-button-txt:hover {
  background: #fe5661;
}
.red-master-body .chatterbox-load-more {
  border-top: 1px solid #f73542;
}
.red-master-body .chatterbox-load-more p {
  background: url(../../img/red-realstories-loadmore.png) right 47% no-repeat;
  color: #f7323f;
}
.red-master-body .search-load-more {
  border-top: 1px solid #f73542;
}
.red-master-body .search-load-more p {
  background: url(../../img/red-realstories-loadmore.png) right 47% no-repeat;
  color: #f7323f;
}
.red-master-body .dropdown .dt a {
  background: url(../../img/red-country-selector-bg.png) 100% no-repeat;
  background-position: 265px;
}
.red-master-body .box-chatterbox-bottom .richtext-submit-story a {
  background: url(../../img/red-realstories-submitStory.png) 100% no-repeat;
}
.red-master-body .box-chatterbox-bottom .richtext-submit-story a:hover {
  background: url(../../img/red-realstories-submitStory-hover.png) 100%
    no-repeat;
}
.red-master-body .box-chatterbox-bottom .richtext-cb-video-share {
  border-bottom: 1px solid #f7323f;
}
.red-master-body .home-gray-box {
  background: url(../../img/red-home-box-border.png) center 50px repeat-y;
}
.red-master-body .our-products-white-box .product-range {
  background: #fff url(../../img/red-product-divider.jpg) center 0 repeat-y !important;
}
.red-master-body .whats-new-left-box h3 a {
  background: url(../../img/red-whatsnew-OptionalCTA.png) 100% no-repeat;
}
.red-master-body .whats-new-left-box h3 a:hover {
  background: url(../../img/red-whatsnew-OptionalCTA-hover.png) 100% no-repeat;
}
.red-master-body .whats-new-right-box h3 a {
  background: url(../../img/red-whatsnew-OptionalCTA.png) 100% no-repeat;
}
.red-master-body .whats-new-right-box h3 a:hover {
  background: url(../../img/red-whatsnew-OptionalCTA-hover.png) 100% no-repeat;
}
.red-master-body .whats-new-right-box3 .carousel-nav-prev {
  background-image: url(../../img/red-carousel-left.png) !important;
}
.red-master-body .whats-new-right-box3 .carousel-nav-next {
  background-image: url(../../img/red-carousel-right.png) !important;
}
.red-master-body .whats-new-right-box4 .carousel-nav-prev {
  background-image: url(../../../../../../../content/dam/cf-consumer-healthcare/polident/es_es/ImageX/red-carousel-left.png?auto=format) !important;
}
.red-master-body .whats-new-right-box4 .carousel-nav-next {
  background-image: url(../../img/red-carousel-right.png) !important;
}
.red-master-body .span-ea-see-more {
  background: url(../../img/red-ea-down-arrow-DT.png) 0 0 no-repeat;
}
.red-master-body .span-ea-show-less {
  background: url(../../img/red-ea-up-arrow-DT.png) 0 0 no-repeat;
}
.red-master-body .image-wheretobuy {
  border-bottom: 1px solid #f7323f;
}
.red-master-body.polident-partner-bg {
  background: #eff3f4;
}
.red-master-body .polipartner-btn-wrap .green-button-txt {
  background: #f7323f url(../../img/download-arrow.png) no-repeat;
  background-position: right 40px bottom 16px;
  border-top: 1px solid #f7323f;
  border-right: 1px solid #f7323f;
  border-bottom: 1px solid #f7323f;
}
.red-master-body .polipartner-btn-wrap .green-button-txt:hover {
  background: #fe5661 url(../../img/download-arrow.png) no-repeat;
  background-position: right 40px bottom 16px;
}
.red-master-body .promo-header {
  background: linear-gradient(#f7323f, #f7323f);
}
.red-master-body .richtext-partner p a {
  color: #f7323f !important;
}
.red-master-body .richtext-partner .span-partner-image {
  background: url(../../img/red-partner-right-DT.png) no-repeat;
  background-position: 100%;
}
.red-master-body .polident-partner-white-box .richtext-denture-adhesives.last {
  border-top: 1px solid #f7323f;
}
.red-master-body .claimcoupon-inner-box .save-now-text-coupon .Size-25 {
  color: #f7323f;
}
.red-master-body .offer-btn-wrap .green-button-txt {
  background-position: 91% 55%;
  padding-right: 30px;
}
.red-master-body .search-res-box .searchResults-pagination-item a,
.red-master-body .search-res-box .searchResults-title a,
.red-master-body .search-res-box .searchResults-title a:hover {
  color: #f7323f !important;
}
.red-master-body .richtext-faq-question {
  background: url(../../img/red-faq-open.png) 100% no-repeat;
}
.red-master-body .richtext-faq-question p {
  color: #f7323f !important;
}
.red-master-body .richtext-faq-question.is-open {
  background: url(../../img/red-faq-close.png) 100% no-repeat;
}
.red-master-body .thanks-for-signing h1 span {
  color: #f7323f !important;
}
.red-master-body .faq-inner-white-box {
  border-bottom: 1px solid #f7323f;
}
.red-master-body .using-product {
  border-top: 1px solid #f7323f;
  padding-top: 25px;
}
.red-master-body .overlay-content .send-email-txt,
.red-master-body .overlay-content .share-story-txt {
  background-color: #f7323f;
}
.red-master-body
  .overlay-content
  .upload-story-box
  .record-video-txt
  .richText-content
  > p
  .plus-img {
  background: url(../../img/red-realstories-overlay-open.png) 100% 12px
    no-repeat;
  background-position: 95% 15px;
}
.red-master-body
  .overlay-content
  .upload-story-box
  .record-video-txt
  .richText-content
  > p
  span {
  background: url(../../img/red-realstories-overlay-close.png) 100% 12px
    no-repeat;
  background-position: 95% 15px;
}
.red-master-body
  .overlay-content
  .upload-select-filter
  .richText-content
  > p:first-child,
.red-master-body
  .overlay-content
  .upload-video-txt
  .richText-content
  > p:first-child,
.red-master-body .overlay-content .upload-video-txt .richText-content > p span {
  color: #f7323f;
}
.red-master-body .overlay-content .upload-select-filter ul li {
  color: #f7323f;
  border: 1px solid #f7323f;
}
.red-master-body .overlay-content .upload-select-filter ul li.active {
  background: #f7323f;
}
.red-master-body .overlay-content .privacy-box .custom-checkbox.selected {
  background: url(../../img/red-checked-cbox.png) no-repeat;
}
.red-master-body .overlay-content .submit-button button#submit-story {
  background: #cdcdcd url(../../img/more-big-white.png) 88.9% 56% no-repeat;
}
.red-master-body .overlay-content .submit-button button#submit-story.active,
.red-master-body .overlay-content form .control-group .controls .submit {
  background: #f7323f url(../../img/more-big-white.png) 88.9% 56% no-repeat;
}
.red-master-body #overlaybrowsefile a {
  background: #f7323f url(../../img/more-small-white.png) 87% 52% no-repeat !important;
  border: 1px solid #f7323f;
}
.red-master-body .video-error,
.red-master-body .video-progress,
.red-master-body .video-thanks {
  background: #f7323f;
  margin-bottom: 0;
  min-height: 150px;
}
.red-master-body .our-products-article-list.articleList li:last-child {
  border-bottom: none;
}
.red-master-body .portugal-cb-browse #overlaybrowsefile a {
  padding-left: 20px;
  text-align: left;
  width: 150px;
}
.red-master-body .fake-article-list {
  background: url(../../img/red-articleList-DT.png) 99% no-repeat !important;
  border-top: 1px solid #f7323f;
}
.red-master-body .fake-article-list:hover {
  background: url(../../img/red-articleList-hover-DT.png) 99% no-repeat !important;
}
.red-master-body .fake-article-list:hover a {
  color: #fe5661;
}
.red-master-body .fake-article-list a {
  color: #f7323f;
}
.red-master-body .fake-article-list a:focus {
  color: #fe5661;
}
.red-master-body .exit-notification-text h3 {
  color: #f7323f;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-style: normal;
  line-height: 36px;
}
.red-master-body .exit-notification-text p {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}
.red-master-body .exit-notification-buttons {
  text-align: center;
}
.red-master-body .exit-notification-buttons button {
  background-color: #f7323f;
  color: #fff;
  font-size: 15px;
  height: 25px;
  margin: 5px 10px;
  width: 135px;
}
.red-master-body.page-how-to-clean-dentures .quiz-banner figcaption a {
  color: #f7323f;
}
.master-locale .our-products-white-box .product-range {
  background: #fff url(../../img/home-box-border.png) center 0 repeat-y !important;
}
.richtext-home-gray-content h4 sup {
  font-size: 19.5px;
  top: -1px;
}
.russia-font-body h1 {
  font-family: Roboto, sans-serif !important;
    font-weight: 400;
}
.russia-font-body p {
  font-family: Roboto, sans-serif !important;
    font-weight: 400;
}
.russia-font-body p sup {
  font-size: 18px;
  left: -2px;
  top: -2px;
}
.russia-font-body h2,
.russia-font-body h3,
.russia-font-body h4 {
    font-family: Roboto, sans-serif !important;
    font-weight: 700;
}
.russia-font-body h3 sup {
  font-size: 18px;
  left: -2px;
  top: -2px;
}
.russia-font-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1.has-children
  > .navigation-item-title {
    font-family: Roboto, sans-serif;
    font-weight: 700;
}
.russia-font-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level2:first-child
  > a,
.russia-font-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level2:nth-child(2)
  > a {
    font-family: Roboto, sans-serif !important;
    font-weight: 700;
}
.russia-font-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-branch.navigation-level2
  .navigation-item-title,
.russia-font-body
  .main-navigation-box
  .navigation-item.navigation-level1
  > .navigation-item-title {
    font-family: Roboto, sans-serif;
    font-weight: 700;
}
.russia-font-body .page-wrap .articleList-title a,
.russia-font-body .page-wrap h1,
.russia-font-body .promo-white-box .promo-header p a,
.russia-font-body .promo-white-box .promo-header p span {
    font-family: Roboto, sans-serif !important;
    font-weight: 700;
}
.russia-font-body .page-wrap p sup {
  font-size: 20px;
  left: -2px;
  top: -1px;
}
.russia-font-body .page-wrap .richtext-body-content h3 {
    font-family: Roboto, sans-serif;
    font-weight: 700;
}
.russia-font-body .back-link a,
.russia-font-body .green-header,
.russia-font-body .product-range h3,
.russia-font-body .richtext-ea-tile-header h4 {
    font-family: Roboto, sans-serif !important;
    font-weight: 700;
}
.russia-font-body .product-range .richtext-op-two-callout-inner h3 a {
  padding-right: 47px;
}
.russia-font-body .whats-new-header h3,
.russia-font-body .whats-new-left-box h3 {
    font-family: Roboto, sans-serif !important;
    font-weight: 700;
}
.russia-font-body .whats-new-left-box h3 {
  text-transform: none;
}
.russia-font-body .whats-new-left-box h3 a.green-hyperlink {
    font-family: Roboto, sans-serif;
    font-weight: 700;
}
.russia-font-body .whats-new-right-box h3 {
    font-family: Roboto, sans-serif !important;
    font-weight: 700;
  text-transform: none;
}
.russia-font-body .whats-new-right-box h3 a.green-hyperlink {
    font-family: Roboto, sans-serif;
    font-weight: 700;
}
.russia-font-body .dropdown .dd ul li a,
.russia-font-body .dropdown .dt a {
    font-family: Roboto, sans-serif !important;
    font-weight: 700;
}
.russia-font-body .richtext-op-two-callout-inner h3 a {
    font-family: Roboto, sans-serif;
    font-weight: 700;
}
.russia-font-body .richtext-op-two-callout-inner p sup {
  font-size: 18px;
  left: -2px;
  top: -2px;
}
.russia-font-body .produt-description ul li {
  font-family: Roboto, sans-serif;
    font-weight: 400;
}
.russia-font-body .green-button-txt,
.russia-font-body .span-faq-green-button {
    font-family: Roboto, sans-serif;
    font-weight: 700;
}
.russia-font-body
  .polident-denture-cleansers-white-box
  .our-products-article-list
  sup {
    font-family: Roboto, sans-serif;
    font-weight: 700;
  font-size: 24px;
  left: -3px;
  top: 0;
}
.russia-font-body
  .polident-denture-adhesives-white-box
  .our-products-article-list
  sup {
    font-family: Roboto, sans-serif;
    font-weight: 700;
  font-size: 28px;
  left: -3px;
  top: 1px;
}
.russia-font-body .box-inner-ea-two-callout-first .get-expert-article-list sup,
.russia-font-body .box-inner-ea-two-callout-second .get-expert-article-list sup,
.russia-font-body .dentures-article-list sup,
.russia-font-body .span-que-text sup {
    font-family: Roboto, sans-serif;
    font-weight: 700;
  font-size: 14px;
  top: -10px;
}
.russia-font-body .contact-us-sample .control-group .submit {
    font-family: Roboto, sans-serif !important;
    font-weight: 700;
}
.russia-font-body .contact-us-sample.wsform .wsform-label {
  font-family: Roboto, sans-serif;
}
.russia-font-body .form-sample .control-group .submit {
    font-family: Roboto, sans-serif !important;
    font-weight: 700;
}
.russia-font-body .byte-site-map ul li ul li ul li a,
.russia-font-body .byte-site-map ul li ul li ul li a:hover,
.russia-font-body .form-sample.wsform .wsform-label {
  font-family: Roboto, sans-serif;
    font-weight: 400;
}
.russia-font-body .byte-site-map ul li ul li ul li a:first-child {
  font-size: 14px !important;
}
.russia-font-body .byte-site-map ul li a,
.russia-font-body .byte-site-map ul li a:hover {
    font-family: Roboto, sans-serif;
    font-weight: 700;
}
.russia-font-body
  .overlay-content
  .upload-story-box
  .record-video-txt
  .richText-content
  > p
  span {
  font-family: Roboto, sans-serif;
    font-weight: 400;
}
.russia-font-body .header-box .search-box,
.russia-font-body .search-res-box .searchBox .form-search .button,
.russia-font-body .search-res-box .searchResults-description,
.russia-font-body .search-res-box .searchResults-title a,
.russia-font-body .search-res-box .searchResults-title a:hover,
.russia-font-body .search-res-box p,
.russia-font-body .search-results h4,
.russia-font-body .search-results p,
.russia-font-body .searchResults-title,
.russia-font-body .searchresults p {
  font-family: Roboto, sans-serif !important;
    font-weight: 400;
}
.russia-font-body a sup,
.russia-font-body li sup {
  font-size: 18px;
  left: -2px;
  top: -1px;
}
.russia-font-body .promo-header sup {
  font-size: 18px;
  left: -2px;
  top: -2px;
}
.russia-font-body .using-product h3 sup {
    font-family: Roboto, sans-serif !important;
    font-weight: 700;
  font-size: 20px;
  left: -4px;
  top: -4px;
}
.russia-font-body .using-product sup {
  font-size: 20px;
  top: -1px;
}
.russia-font-body .using-product h4 {
  font-family: Roboto, sans-serif;
    font-weight: 400;
}
.russia-font-body .whats-new-sub-heading sup {
  font-size: 16px;
  left: -2px;
  top: -7px;
}
.russia-font-body .richtext-home-gray-content p sup {
  top: -1px;
}
.russia-font-body .richtext-home-gray-content h4 sup {
  font-size: 20px;
  left: -3px;
  top: -1px;
}
.russia-font-body .footer-box .richtext-footer-content {
  margin-left: 0;
}
.russia-font-body .footer-box .richtext-footer-content p sup {
  font-size: 17px;
  top: 0;
}
.russia-font-body .footer-box .footer-address p {
  padding-top: 4px;
}
.russia-font-body .footer-box .footer-address p sup {
  font-size: 17px;
  top: 0;
}
.russia-font-body .footer-box .footer-address p:first-child {
  margin-top: 0;
}
.russia-font-body .richText-content h2 sup,
.russia-font-body .richText-content h3 sup,
.russia-font-body .richText-content h4 sup {
    font-family: Roboto, sans-serif !important;
    font-weight: 700;
  font-size: 20px;
  top: -2px;
}
.russia-font-body .richText-content h1 sup {
    font-family: Roboto, sans-serif !important;
    font-weight: 700;
  font-size: 27px;
  left: -4px;
  top: -4px;
}
.russia-font-body .mobile-view-header h1 sup {
    font-family: Roboto, sans-serif !important;
    font-weight: 700;
  font-size: 16px !important;
  top: -12px !important;
}
.russia-font-body .free-sample-white-box a {
  color: #2fafc3;
}
.russia-font-body .richtext-faq-question sup {
  font-size: 18px !important;
  left: -3px !important;
  top: -4px !important;
}
.russia-font-body .footer-navigation {
  padding-left: 0;
  margin-left: 5px;
  width: 55%;
}
.russia-font-body .footer-navigation .navigation-branch {
  font-family: Roboto, sans-serif !important;
    font-weight: 400;
}
.russia-font-body #footer li:nth-child(5) {
  border-right: 1px solid #757575;
  margin-left: -2px;
}
.russia-font-body #footer li:nth-child(4) {
  border-right: 1px solid #757575 !important;
}
.russia-font-body .articleList-description,
.russia-font-body .richtext-footer-pages h3 {
  font-family: Roboto, sans-serif;
    font-weight: 400;
}
.russia-font-body .removing-product sup {
  font-size: 20px;
  top: -1px;
}
.russia-font-body .removing-product h4 {
  font-family: Roboto, sans-serif;
    font-weight: 400;
}
.russia-font-body .richtext-ea-header-content h1 sup,
.russia-font-body .teal-richtext-home h1 sup {
    font-family: Roboto, sans-serif !important;
    font-weight: 700;
  font-size: 20px;
  left: -4px;
  top: -4px;
}
.russia-font-body.richText-content h1 sup {
  font-size: 23px;
  top: -8px;
}
.russia-font-body .richText ol li {
  font-family: Roboto, sans-serif;
    font-weight: 400;
}
.russia-font-body .polipartner-btn-wrap .green-button-txt,
.russia-font-body .richtext-partner p a {
    font-family: Roboto, sans-serif !important;
    font-weight: 700;
}
.russia-font-body .our-products-article-list .articleList-description {
  display: none;
}
.russia-font-body .richtext-articlelist-disclaimer p {
  font-size: 11px;
  line-height: 18px !important;
  padding: 0 !important;
}
.russia-font-body .richtext-articlelist-disclaimer sup {
  font-size: 17px;
  top: 1px;
}
@media only screen and (max-width: 962px) {
  .russia-font-body .back-link a,
  .russia-font-body .green-header,
  .russia-font-body .page-wrap .articleList-title a,
  .russia-font-body .promo-white-box .promo-header p a,
  .russia-font-body .whats-new-header h3,
  .russia-font-body .whats-new-left-box h3,
  .russia-font-body .whats-new-right-box h3,
  .russia-font-body h1 {
      font-family: Roboto, sans-serif !important;
      font-weight: 700;
  }
  .russia-font-body .mob-menu p {
    font-family: Roboto, sans-serif;
      font-weight: 400;
  }
}
.hungary-font-body .back-link h4 {
  font-size: 17px;
}
.hungary-font-body .back-link h4,
.hungary-font-body
  .main-navigation-box
  .navigation-item.navigation-level1
  > .navigation-item-title,
.hungary-font-body h1,
.hungary-font-body h1 sup,
.hungary-font-body h2,
.hungary-font-body h2 sup,
.hungary-font-body h3,
.hungary-font-body h3 sup,
.hungary-font-body h4,
.hungary-font-body h4 sup {
  font-family: "Montserrat", sans-serif !important;
}
.japan-font-body h1 {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700 !important;
}
.japan-font-body p {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400 !important;
}
.japan-font-body p sup {
  font-size: 20px;
  top: -4px;
}
.japan-font-body h2,
.japan-font-body h3,
.japan-font-body h4 {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700 !important;
}
.japan-font-body h3 sup {
  font-size: 20px;
  top: -4px;
}
.japan-font-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1.has-children
  > .navigation-item-title,
.japan-font-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level2:first-child
  > a,
.japan-font-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level2:nth-child(2)
  > a {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700 !important;
}
.japan-font-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-branch.navigation-level2
  .navigation-item-title {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400 !important;
}
.japan-font-body .box-chatterbox-bottom .richtext-cb-video-share a,
.japan-font-body
  .main-navigation-box
  .navigation-item.navigation-level1
  > .navigation-item-title,
.japan-font-body .promo-white-box .promo-header p a {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700 !important;
}
.japan-font-body .box-chatterbox-bottom .richtext-submit-story a,
.japan-font-body .chatterbox-home .searchBox input[type="text"],
.japan-font-body .wsform input {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400 !important;
}
.japan-font-body .back-link a,
.japan-font-body .claimcoupon-inner-box .save-now-text-coupon .Size-25,
.japan-font-body .green-header,
.japan-font-body .page-wrap .articleList-title a,
.japan-font-body .page-wrap .fscountry li,
.japan-font-body .page-wrap .fsfirsttitle li,
.japan-font-body .page-wrap h1,
.japan-font-body .product-range h3,
.japan-font-body .richtext-ea-tile-header h4,
.japan-font-body .richtext-partner p a {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700 !important;
}
.japan-font-body .product-range .richtext-op-two-callout-inner h3 sup {
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 22px;
  font-weight: 700 !important;
  top: -10px;
}
.japan-font-body .dropdown .dd ul li a,
.japan-font-body .dropdown .dt a,
.japan-font-body .richtext-op-two-callout-inner h3 a,
.japan-font-body .whats-new-header h3,
.japan-font-body .whats-new-left-box h3,
.japan-font-body .whats-new-right-box h3 {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700 !important;
}
.japan-font-body .produt-description ul {
  margin-left: 22px !important;
}
.japan-font-body .green-button-txt,
.japan-font-body .produt-description ul li,
.japan-font-body .span-faq-green-button {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700 !important;
}
.japan-font-body .box-inner-ea-two-callout-first .get-expert-article-list sup,
.japan-font-body .box-inner-ea-two-callout-second .get-expert-article-list sup,
.japan-font-body .dentures-article-list sup,
.japan-font-body
  .polident-denture-adhesives-white-box
  .our-products-article-list
  sup,
.japan-font-body
  .polident-denture-cleansers-white-box
  .our-products-article-list
  sup,
.japan-font-body .span-que-text sup {
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 26px;
  font-weight: 700 !important;
  top: -6px;
}
.japan-font-body .richText-content h1 sup {
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 26px;
  font-weight: 700 !important;
  top: -14px;
}
.japan-font-body .using-product h3 sup {
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 26px;
  font-weight: 700 !important;
  top: -6px;
}
.japan-font-body .using-product ul {
  margin-left: 22px !important;
}
.japan-font-body .contact-us-sample .control-group .submit,
.japan-font-body .form-sample .control-group .submit {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700 !important;
}
.japan-font-body .byte-site-map ul li ul li ul li a,
.japan-font-body .byte-site-map ul li ul li ul li a:hover {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400 !important;
}
.japan-font-body .byte-site-map ul li a,
.japan-font-body .byte-site-map ul li a:hover {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700 !important;
}
.japan-font-body .search-res-box .searchBox .form-search .button,
.japan-font-body .search-res-box .searchResults-description,
.japan-font-body .search-res-box .searchResults-title a,
.japan-font-body .search-res-box .searchResults-title a:hover,
.japan-font-body .search-res-box p,
.japan-font-body .search-results h4,
.japan-font-body .search-results p,
.japan-font-body .searchResults-title,
.japan-font-body .searchresults p {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400 !important;
}
.japan-font-body .large p,
.japan-font-body .medium p {
  line-height: 13.7813px !important;
}
.japan-font-body .food-for-thought-white-box ul,
.japan-font-body .how-can-i-repair-my-denture-white-box ul,
.japan-font-body .removing-product ul,
.japan-font-body .richtext-footer-pages ul,
.japan-font-body .supporting-friends-or-family-white-box ul,
.japan-font-body .Types-of-dentures-white-box ul {
  margin-left: 22px !important;
}
.japan-font-body .richtext-home-gray-content h4 {
  padding-top: 7px;
}
.japan-font-body .richtext-home-gray-content h4 sup {
  font-size: 22px;
  top: -4px;
}
.japan-font-body .richtext-home-gray-content sup {
  font-size: 20px;
  top: -1px;
}
.japan-font-body .footer-box .richtext-footer-content {
  margin-left: 0;
}
.japan-font-body .footer-box .richtext-footer-content p sup {
  font-size: 12px;
  top: -4px;
}
.japan-font-body .footer-box .footer-address p {
  padding-top: 4px;
}
.japan-font-body .footer-box .footer-address p sup {
  font-size: 12px;
  top: -4px;
}
.japan-font-body .footer-box .footer-address p:first-child {
  margin-top: 0;
}
.japan-font-body .promo-header sup,
.japan-font-body .whats-new-sub-heading sup {
  font-size: 20px;
  top: -4px;
}
.japan-font-body a sup,
.japan-font-body li sup {
  font-size: 20px;
  top: -2px;
}
.japan-font-body .mobile-view-header h1 sup {
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  top: -12px !important;
}
.promo-white-box .promoheader-normal-txt-transform p a span.product-header {
  text-transform: none !important;
}
.richtext-show-filters .span-hide-filters {
  display: none;
}
.poland-font-body h1 {
  line-height: 36px !important;
}
.poland-font-body .page-wrap .articleList-title a,
.poland-font-body .promo-white-box .promo-header p a,
.poland-font-body .richtext-op-two-callout-inner h3 a,
.poland-font-body h1,
.poland-font-body h1 sup,
.poland-font-body h2,
.poland-font-body h2 sup,
.poland-font-body h3,
.poland-font-body h3 sup,
.poland-font-body h4,
.poland-font-body h4 sup {
  font-family: "Montserrat", sans-serif !important;
}
.poland-font-body .promo-white-box .promo-header p a span.product-header {
  text-transform: none !important;
}
.poland-font-body .richtext-faq-question p {
  font-family: "Montserrat", sans-serif !important;
}
.poland-font-body .span-que-text sup {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  top: -2px;
}
.poland-font-body .byte-site-map ul li a,
.poland-font-body .byte-site-map ul li a:hover,
.poland-font-body .chatterbox-home .video-filter p,
.poland-font-body .contact-us-sample .control-group .submit,
.poland-font-body .form-sample .control-group .submit,
.poland-font-body .green-button-txt,
.poland-font-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1.has-children
  > .navigation-item-title,
.poland-font-body
  .main-navigation-box
  .navigation-item.navigation-level1
  > .navigation-item-title,
.poland-font-body .polipartner-btn-wrap .green-button-txt,
.poland-font-body .richtext-partner p a,
.poland-font-body .richtext-show-filters p,
.poland-font-body .span-faq-green-button,
.poland-font-body .whats-new-left-box h3 a.green-hyperlink,
.poland-font-body .whats-new-right-box h3 a.green-hyperlink {
  font-family: "Montserrat", sans-serif !important;
}
.poland-font-body .chatterbox-home .searchBox input[type="text"] {
  font-family: "Montserrat", sans-serif
}
.poland-font-body .box-chatterbox-bottom .richtext-cb-video-share a,
.poland-font-body .box-chatterbox-bottom .richtext-submit-story a,
.poland-font-body .chatterbox-load-more p,
.poland-font-body .claimcoupon-inner-box .save-now-text-coupon .Size-25,
.poland-font-body .search-load-more p {
  font-family: "Montserrat", sans-serif !important;
}
.poland-font-body .richtext-article-cb-content .richText-content p,
.poland-font-body .ui-menu .ui-menu-item a {
  font-family: "Montserrat", sans-serif;
}
.poland-font-body
  .polident-denture-cleansers-white-box
  .our-products-article-list
  .articleList-description {
  padding-top: 3px;
}
.poland-font-body
  .polident-denture-cleansers-white-box
  .our-products-article-list
  .articleList-description
  sup {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  top: 0;
}
.poland-font-body
  .polident-denture-cleansers-white-box
  .our-products-article-list
  sup {
  font-size: 26px;
  top: 0;
}
.poland-font-body
  .polident-denture-adhesives-white-box
  .our-products-article-list
  .articleList-description {
  padding-top: 3px;
}
.poland-font-body
  .polident-denture-adhesives-white-box
  .our-products-article-list
  .articleList-description
  sup {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  top: 0;
}
.poland-font-body .box-inner-ea-two-callout-first .get-expert-article-list sup,
.poland-font-body .box-inner-ea-two-callout-second .get-expert-article-list sup,
.poland-font-body .dentures-article-list sup,
.poland-font-body
  .polident-denture-adhesives-white-box
  .our-products-article-list
  sup {
  font-size: 26px;
  top: 0;
}
.poland-font-body .articleList-description,
.poland-font-body .back-link h4 {
  font-size: 16px;
}
.poland-font-body .richtext-denture-cleansers .richText-content p:nth-child(2) {
  font-size: 13px;
}
.poland-font-body .richtext-footer-content {
  margin-left: 0;
}
@media only screen and (max-width: 959px) and (min-width: 320px) {
  .poland-font-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-level1
    .navigation-branch.navigation-level2
    .navigation-item.navigation-level2 {
    min-width: 100%;
  }
  .poland-font-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1
    .navigation-item.navigation-level2
    .navigation-item-title {
    padding-left: 8.55% !important;
    padding-right: 8.55% !important;
  }
  .czech-font-body .simplified-mob-menu-box .mob-menu p {
    font-family: "Montserrat" ;
    font-weight: bold;
  }
  .romania-font-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-level1
    .navigation-branch.navigation-level2
    .navigation-item.navigation-level2 {
    min-width: 100%;
  }
  .romania-font-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1
    .navigation-item.navigation-level2
    .navigation-item-title {
    padding-left: 8.55% !important;
    padding-right: 8.55% !important;
  }
  .romania-font-body .paragraph4 .box.section.whats-new-right-box.grid_6 {
    margin-bottom: 20px !important;
  }
}
@media only screen and (max-width: 380px) and (min-width: 361px) {
  .poland-font-body .product-range .richtext-op-two-callout-inner.see-range h3,
  .romania-font-body
    .product-range
    .richtext-op-two-callout-inner.see-range
    h3 {
    padding-right: 35px !important;
  }
}
.czech-font-body .box-chatterbox-bottom .richtext-cb-video-share a,
.czech-font-body .box-chatterbox-bottom .richtext-submit-story a,
.czech-font-body .chatterbox-home .video-filter p,
.czech-font-body .chatterbox-load-more p,
.czech-font-body .claimcoupon-inner-box .save-now-text-coupon .Size-25,
.czech-font-body .green-button-txt,
.czech-font-body .page-wrap .articleList-title a,
.czech-font-body .promo-white-box .promo-header p a,
.czech-font-body .richtext-faq-question p,
.czech-font-body .richtext-show-filters p,
.czech-font-body .span-que-text sup,
.czech-font-body h1,
.czech-font-body h1 sup,
.czech-font-body h2,
.czech-font-body h2 sup,
.czech-font-body h3,
.czech-font-body h3 sup,
.czech-font-body h4,
.czech-font-body h4 sup {
  font-family: "Montserrat", sans-serif !important;
}
.czech-font-body .chatterbox-home .searchBox input[type="text"] {
  font-family: "Montserrat", sans-serif;
}
.czech-font-body .byte-site-map ul li a,
.czech-font-body .byte-site-map ul li a:hover,
.czech-font-body .contact-us-sample .control-group .submit,
.czech-font-body .form-sample .control-group .submit,
.czech-font-body .product-btn-wrap .green-button-txt,
.czech-font-body .product-btn-wrap .span-faq-green-button,
.czech-font-body .richtext-partner p a,
.czech-font-body .whats-new-left-box h3 a.green-hyperlink,
.czech-font-body .whats-new-right-box h3 a.green-hyperlink {
  font-family: "Montserrat", sans-serif !important;
}
.czech-font-body .richtext-article-cb-content .richText-content p,
.czech-font-body .ui-menu .ui-menu-item a {
  font-family: "Montserrat", sans-serif;
}
.czech-font-body .auto-button-txt .span-faq-green-button {
  padding-right: 31px;
}
.czech-font-body .back-link h4 {
  font-size: 16px;
}
.czech-font-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1.has-children
  > .navigation-item-title,
.czech-font-body
  .main-navigation-box
  .navigation-item.navigation-level1
  > .navigation-item-title {
  font-family: "Montserrat", sans-serif ;
  font-weight: bold;
  font-size: 16px;
}
@media only screen and (max-width: 330px) and (min-width: 320px) {
  .czech-font-body .product-btn-wrap p .green-button-txt {
    width: auto;
  }
  .czech-font-body .product-btn-wrap p .span-faq-green-button {
    padding-bottom: 36px;
  }
}
.portugal-font-body .page-wrap h1 .green-header {
  line-height: 32px;
}
.portugal-font-body .richText.chatterbox-load-more p,
.portugal-font-body .richText.search-load-more p {
  width: 115px;
}
.portugal-font-body .ui-autocomplete {
  padding-bottom: 13px;
  top: 319px !important;
}
.portugal-font-body .product-btn-wrap .span-faq-green-button {
  background-position: 92.5% 53%;
  width: 250px;
}
.portugal-font-body.red-master-body .span-faq-green-button:hover {
  background: #fe5661 url(../../img/buynowright-arrow.png) 92.5% 53% no-repeat;
}
.portugal-font-body .articleList-description,
.portugal-font-body .home-gray-box p,
.portugal-font-body .overlay-content .privacy-box p,
.portugal-font-body
  .overlay-content
  .upload-video-txt
  .richText-content
  p:nth-child(2),
.portugal-font-body .product-range-wrap p {
  font-size: 16px;
}
.portugal-font-body
  .overlay-content
  .upload-select-filter
  .richText-content
  > p {
  font-size: 16px;
  line-height: 18px;
}
.portugal-font-body
  .overlay-content
  .portugal-cb-phtml-youtubeapi
  .privacy-box
  p {
  font-size: 16px;
  top: 0;
}
.portugal-cb-phtml-youtubeapi p {
  margin-bottom: 0;
  padding-bottom: 7px;
  position: relative;
  top: -7px;
}
.overlay-content .upload-select-filter.portugal-upload-select-filter ul li,
.overlay-content
  .upload-select-filter.portugal-upload-select-filter
  ul
  li.active {
  text-transform: none;
}
@media only screen and (max-width: 599px) and (min-width: 411px) {
  .portugal-font-body .ui-autocomplete {
    top: 349px !important;
  }
}
@media only screen and (max-width: 410px) and (min-width: 320px) {
  .portugal-font-body .ui-autocomplete {
    top: 369px !important;
  }
}
.germany-font-body .wsform .wsform-hint {
  line-height: 14px;
}
.germany-font-body .promo-white-box .promo-header p a {
  font-size: 20px !important;
}
.germany-font-body .promo-white-box .promo-header p a span.product-header {
  text-transform: none !important;
}
@media only screen and (max-width: 360px) and (min-width: 320px) {
  .germany-font-body .green-button-txt,
  .germany-font-body .span-faq-green-button {
    height: auto;
  }
  .portugal-font-body .product-btn-wrap .span-faq-green-button {
    font-size: 17px;
    width: 215px;
  }
}
.dentures-article-list .articleList-description {
  display: none !important;
}
@media only screen and (max-width: 420px) and (min-width: 320px) {
  .portugal-font-body
    .overlay-content
    .portugal-cb-phtml-youtubeapi
    .privacy-box
    p {
    font-size: 12px;
    top: -11px;
  }
}
.greece-font-body .box-chatterbox-bottom .richtext-cb-video-share a,
.greece-font-body .box-chatterbox-bottom .richtext-submit-story a,
.greece-font-body .box-inner-ea-two-callout-first .get-expert-article-list sup,
.greece-font-body .box-inner-ea-two-callout-second .get-expert-article-list sup,
.greece-font-body .byte-site-map ul li a,
.greece-font-body .byte-site-map ul li a:hover,
.greece-font-body .byte-site-map ul li ul li ul li a,
.greece-font-body .byte-site-map ul li ul li ul li a:hover,
.greece-font-body .chatterbox-home .searchBox input[type="text"],
.greece-font-body .claimcoupon-inner-box .save-now-text-coupon .Size-25,
.greece-font-body .contact-us-sample .control-group .submit,
.greece-font-body .dentures-article-list sup,
.greece-font-body .dropdown .dd ul li a,
.greece-font-body .dropdown .dt a,
.greece-font-body .form-sample .control-group .submit,
.greece-font-body .green-button-txt,
.greece-font-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-branch.navigation-level2
  .navigation-item-title,
.greece-font-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1.has-children
  > .navigation-item-title,
.greece-font-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level2:first-child
  > a,
.greece-font-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level2:nth-child(2)
  > a,
.greece-font-body
  .main-navigation-box
  .navigation-item.navigation-level1
  > .navigation-item-title,
.greece-font-body
  .main-navigation-box.simplified-main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1:nth-child(2)
  .navigation-level2:first-child
  > a,
.greece-font-body
  .main-navigation-box.simplified-main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1:nth-child(2)
  .navigation-level2:nth-child(2)
  > a,
.greece-font-body
  .main-navigation-box.simplified-main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1:nth-child(3)
  .navigation-level2:first-child
  > a,
.greece-font-body
  .main-navigation-box.simplified-main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1:nth-child(3)
  .navigation-level2:nth-child(2)
  > a,
.greece-font-body .page-wrap .fscountry li,
.greece-font-body .page-wrap .fsfirsttitle li,
.greece-font-body
  .polident-denture-adhesives-white-box
  .our-products-article-list
  sup,
.greece-font-body
  .polident-denture-cleansers-white-box
  .our-products-article-list
  sup,
.greece-font-body .produt-description ul li,
.greece-font-body .promo-white-box .promo-header p a,
.greece-font-body .richtext-partner p a,
.greece-font-body .search-res-box .searchBox .form-search .button,
.greece-font-body .search-res-box .searchResults-description,
.greece-font-body .search-res-box p,
.greece-font-body .search-results p,
.greece-font-body .searchresults p,
.greece-font-body .span-faq-green-button,
.greece-font-body .span-que-text sup,
.greece-font-body .wsform input,
.greece-font-body p {
  font-family: "Noto Sans", sans-serif !important;
    font-weight: 400;
}
@media only screen and (max-width: 959px) {
  .greece-font-body #footer .footer-navigation {
    margin-left: 0 !important;
    width: 74% !important;
  }
  .greece-font-body #footer li:nth-child(5) {
    margin-left: 100px;
  }
  .romania-font-body #footer .footer-navigation {
    margin-left: 0 !important;
    width: 77% !important;
  }
  .romania-font-body #footer li:first-child {
    margin-left: 40px;
  }
}
.romania-font-body h1 {
  line-height: 36px !important;
}
.romania-font-body .page-wrap .articleList-title a,
.romania-font-body .promo-white-box .promo-header p a,
.romania-font-body .richtext-op-two-callout-inner h3 a,
.romania-font-body h1,
.romania-font-body h1 sup,
.romania-font-body h2,
.romania-font-body h2 sup,
.romania-font-body h3,
.romania-font-body h3 sup,
.romania-font-body h4,
.romania-font-body h4 sup {
  font-family: "Montserrat", sans-serif !important;
}
.romania-font-body .promo-white-box .promo-header p a span.product-header {
  text-transform: none !important;
}
.romania-font-body .richtext-faq-question p {
  font-family: "Montserrat", sans-serif !important;
}
.romania-font-body .span-que-text sup {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  top: -2px;
}
.romania-font-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1.has-children
  > .navigation-item-title,
.romania-font-body
  .main-navigation-box
  .navigation-item.navigation-level1
  > .navigation-item-title {
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px;
  line-height: 1.6;
}
.romania-font-body .whats-new-left-box h3 {
  text-transform: none !important;
}
.romania-font-body .whats-new-left-box h3 a {
  color: #0691c5;
}
.romania-font-body .whats-new-left-box h3 a.green-hyperlink {
  font-family: "Montserrat", sans-serif !important;
}
.romania-font-body .whats-new-right-box h3 {
  text-transform: none !important;
}
.romania-font-body .whats-new-right-box h3 a {
  color: #0691c5;
}
.romania-font-body .byte-site-map ul li a,
.romania-font-body .byte-site-map ul li a:hover,
.romania-font-body .whats-new-right-box h3 a.green-hyperlink {
  font-family: "Montserrat", sans-serif !important;
}
.romania-font-body
  .byte-site-map
  ul
  li:first-child
  ul
  li:first-child
  ul
  li:first-child
  a {
  font-size: 14px !important;
}
.romania-font-body .byte-site-map ul li span.fact-text {
  cursor: text;
  pointer-events: none;
}
.romania-font-body .contact-us-sample .control-group .submit,
.romania-font-body .form-sample .control-group .submit,
.romania-font-body .green-button-txt,
.romania-font-body .polipartner-btn-wrap .green-button-txt {
  font-family: "Montserrat", sans-serif !important;
}
.romania-font-body .span-faq-green-button {
  font-family: "Montserrat", sans-serif !important;
  width: 190px;
}
.romania-font-body .span-faq-green-button:hover {
  width: 190px;
}
.romania-font-body .chatterbox-home .video-filter p,
.romania-font-body .richtext-partner p a,
.romania-font-body .richtext-show-filters p {
  font-family: "Montserrat", sans-serif !important;
}
.romania-font-body .chatterbox-home .searchBox input[type="text"] {
  font-family: "Montserrat", sans-serif;
}
.romania-font-body .box-chatterbox-bottom .richtext-cb-video-share a,
.romania-font-body .box-chatterbox-bottom .richtext-submit-story a,
.romania-font-body .chatterbox-load-more p,
.romania-font-body .claimcoupon-inner-box .save-now-text-coupon .Size-25,
.romania-font-body .search-load-more p {
  font-family: "Montserrat", sans-serif !important;
}
.romania-font-body .richtext-article-cb-content .richText-content p,
.romania-font-body .ui-menu .ui-menu-item a {
  font-family: "Montserrat", sans-serif;
}
.romania-font-body
  .polident-denture-cleansers-white-box
  .our-products-article-list
  .articleList-description {
  padding-top: 3px;
}
.romania-font-body
  .polident-denture-cleansers-white-box
  .our-products-article-list
  .articleList-description
  sup {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  top: 0;
}
.romania-font-body
  .polident-denture-cleansers-white-box
  .our-products-article-list
  sup {
  font-size: 26px;
  top: 0;
}
.romania-font-body
  .polident-denture-cleansers-white-box
  .richtext-denture-cleansers
  .richText-content
  > p {
  padding-top: 17px !important;
}
.romania-font-body
  .polident-denture-adhesives-white-box
  .our-products-article-list
  .articleList-description {
  padding-top: 3px;
}
.romania-font-body
  .polident-denture-adhesives-white-box
  .our-products-article-list
  .articleList-description
  sup {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  top: 0;
}
.romania-font-body
  .polident-denture-adhesives-white-box
  .our-products-article-list
  sup {
  font-size: 26px;
  top: 0;
}
.romania-font-body
  .polident-denture-adhesives-white-box
  .richtext-denture-adhesives
  .richText-content
  > p {
  padding-top: 17px !important;
}
.romania-font-body .box-inner-ea-two-callout-first .get-expert-article-list sup,
.romania-font-body
  .box-inner-ea-two-callout-second
  .get-expert-article-list
  sup,
.romania-font-body .dentures-article-list sup {
  font-size: 26px;
  top: 0;
}
.romania-font-body .box-right-template-sharethis p {
  font-family: "Montserrat", sans-serif !important;
}
.romania-font-body
  .richtext-denture-cleansers
  .richText-content
  p:nth-child(2) {
  font-size: 13px;
}
.romania-font-body .richtext-footer-content {
  margin-left: 0;
}
.romania-font-body .articleList-description,
.romania-font-body .back-link h4,
.romania-font-body .home-gray-box p {
  font-size: 16px;
}
.romania-font-body .produt-description p .para-16,
.romania-font-body .richtext-faq-answer .para-16 {
  font-size: 13px;
}
.romania-font-body .richtext-articlelist-disclaimer p {
  padding-bottom: 10px !important;
  padding-top: 0 !important;
}
.romania-font-body .whats-new-header h4 {
  padding-top: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 24px;
  padding-left: 27px;
  margin-bottom: 0;
  padding-right: 10px;
}
.romania-font-body .whats-new-header h4 a {
  background: url(../../img/teal-visit-more.png) 100% no-repeat;
  color: #0691c5;
  display: block;
  min-height: 30px;
  padding-right: 36px;
  padding-top: 4px;
}
.romania-font-body .product-btn-wrap .green-button-txt {
  background-position: 92.5% 54%;
  width: 150px;
}
.romania-font-body .product-btn-wrap .green-button-txt:hover {
  width: 150px;
}
.romania-font-body .product-btn-wrap .span-faq-green-button,
.romania-font-body.teal-master-body .green-button-txt:focus,
.romania-font-body.teal-master-body .green-button-txt:hover,
.romania-font-body.teal-master-body .span-faq-green-button:focus,
.romania-font-body.teal-master-body .span-faq-green-button:hover {
  background-position: 92.5% 54%;
}
.romania-font-body .footer-box .footer-address p sup,
.romania-font-body .footer-box .richtext-footer-content p sup {
  font-size: 20px;
  top: 2px;
}
.romania-font-body .richtext-home-gray-content h4 {
  padding-top: 7px;
}
.romania-font-body .richtext-home-gray-content h4 sup {
  font-size: 24px;
  top: -2px;
}
@media only screen and (max-width: 400px) and (min-width: 320px) {
  .romania-font-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1:nth-child(2)
    > .navigation-item-title {
    white-space: normal;
  }
}
.video-article-fullwidth h2 {
  display: none;
}
.video-article-fullwidth h1 a {
  color: #00b2a9;
}
.powerreviews {
  border: none !important;
  padding: 0 !important;
}
.powerreviews #pr-war .p-w-r .pr-star-selected {
  background-color: transparent;
  background-image: url(../../assets/img/star-selected.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 36px 35px;
}
.powerreviews #pr-war .p-w-r .pr-header-title {
  color: #00b2a9;
  font-size: 25px;
  font-weight: 600;
}
.powerreviews #pr-war .p-w-r .thank-you-page .headline {
  font-size: 25px;
  font-weight: 400;
  order: 1;
  width: 70%;
}
.powerreviews #pr-war .p-w-r .thank-you-page .pr-star,
.powerreviews #pr-war .p-w-r .thank-you-page .pr-star-selected {
  background-size: cover;
}
.powerreviews #pr-war .p-w-r .thank-you-page .pr-rating-date {
  border: none;
  color: #000;
  display: block;
  float: none !important;
  font-size: 18px;
  font-weight: 900;
  height: auto;
  margin-left: 0;
  margin-top: 10px;
  padding-left: 0;
  padding-right: 0;
}
.powerreviews #pr-war .p-w-r .thank-you-page .pr-rating-number {
  height: auto;
  border: none;
  float: none;
  margin-top: -6px;
}
.powerreviews #pr-war .p-w-r .thank-you-page .pr-rating-number span {
  color: #00b2a9;
  font-size: 25px;
}
.powerreviews #pr-war .p-w-r .thank-you-page .pr-rating-stars {
  margin-right: 10px;
}
.powerreviews .pr-snippet {
  display: block;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}
.powerreviews .pr-snippet .pr-snippet-rating-decimal {
  display: none;
}
.powerreviews .pr-snippet .pr-snippet-read-reviews,
.powerreviews .pr-snippet .pr-snippet-review-count,
.powerreviews .pr-snippet .pr-snippet-stars,
.powerreviews .pr-snippet .pr-snippet-write-review {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  margin: 0;
}
.powerreviews .pr-snippet a {
  color: #00b2a9 !important;
}
.powerreviews .pr-review-rating .pr-stars-small {
  margin: 0;
}
.powerreviews .pr-review-rating .pr-review-rating-headline {
  font-size: 25px;
  font-weight: 400;
  order: 1;
  width: 70%;
}
.powerreviews .pr-review-rating .pr-stars {
  margin-left: auto;
  order: 2;
}
.powerreviews .pr-review-rating .pr-rating {
  margin-bottom: 0;
  order: 3;
  padding-left: 10px;
  padding-right: 0;
}
.powerreviews .pr-snippet-stars .pr-stars-small {
  margin: 0;
}
.powerreviews .powerReviewsDisplayRating .pr-snippet-stars .pr-stars-small {
  background: url(../../assets/img/All-Stars.png);
  margin-top: 10px;
}
.powerreviews .powerReviewsDisplayReviews {
  border-top: 1px solid #00b2a9;
}
.powerreviews .powerReviewsDisplayReviews .pr-review-rating .pr-stars-small {
  background: url(../../assets/img/All-Stars.png);
  margin-top: 10px;
}
.powerreviews .powerReviewsDisplayReviews .pr-snapshot-rating .pr-stars {
  background: url(../../assets/img/All-Stars-big.png) no-repeat;
}
.powerreviews .pr-review-engine {
  padding-left: 0;
  padding-right: 0;
}
.powerreviews .pr-review-engine #pr-snapshot-histogram {
  display: none;
}
.powerreviews .pr-review-engine .pr-review-sort {
  background: transparent;
  overflow: visible;
  padding: 0;
}
.powerreviews .pr-review-engine .pr-review-rating-wrapper {
  margin-bottom: 0;
}
.powerreviews .pr-review-engine .pr-stars-small {
  width: 84px;
}
.powerreviews .pr-review-engine .pr-rating {
  border: none;
  color: #00b2a9;
  font-size: 25px;
  height: auto;
}
.powerreviews .pr-review-engine .pr-review-author-date {
  border: none;
  height: auto;
  order: 2;
  padding-left: 0;
  padding-right: 0;
  text-align: right;
}
.powerreviews .pr-review-engine .pr-review-author-date,
.powerreviews .pr-review-engine .pr-review-author-info-wrapper {
  color: #000;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 0;
}
.powerreviews .pr-review-engine .pr-comments {
  font-size: 18px;
}
.powerreviews .pr-review-engine .pr-snapshot-average-based-on-text {
  color: #00b2a9;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-weight: 900;
}
.powerreviews .pr-review-engine .pr-review-report-issue {
  display: none;
}
.powerreviews .pr-review-engine a {
  color: #00b2a9 !important;
}
.powerreviews .pr-review-engine .pr-other-attributes {
  display: inline-block;
  width: 40%;
}
.powerreviews .pr-review-engine .pr-review-wrap .pr-review-footer {
  display: inline-block;
  text-align: right;
  width: 60%;
}
.powerreviews .pr-review-engine .pr-snapshot-head-wrapper {
  display: none;
}
.powerreviews .pr-review-engine .pr-review-sort-box {
  position: relative;
  top: -40px;
}
.powerreviews .pr-review-engine .pr-review-sort-box select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../../assets/img/drop-down.png) no-repeat 100%;
  border: 1px solid #ccc;
  height: 30px;
  padding-left: 15px;
  padding-right: 38px;
}
.powerreviews .pr-review-engine .pr-pagination-top {
  visibility: visible;
  height: auto;
  width: auto;
}
.powerreviews .pr-review-engine .pr-pagination-top .pr-page-count-wrapper {
  display: none;
}
.powerreviews #pr-review-count {
  display: none;
  font-size: 14px;
  font-weight: 400;
}
.powerreviews .pr-review-author .pr-review-author-location,
.powerreviews .pr-review-author .pr-review-author-location span,
.powerreviews .pr-review-author .pr-review-author-name,
.powerreviews .pr-review-author .pr-review-author-name span {
  font-weight: 900;
  font-size: 18px;
  color: #000;
  margin-bottom: 0;
}
.powerreviews .pr-review-main-wrapper .pr-review-text {
  width: 50%;
}
.powerreviews .pr-snapshot-body-wrapper .pr-rating,
.powerreviews .pr-snapshot-body-wrapper .pr-stars {
  display: none;
}
.powerreviews .pr-other-attributes-list li {
  display: inline-block;
  font-size: 16px;
}
.powerreviews .pr-other-attributes-list li:last-child {
  margin-left: 5px;
}
.powerreviews .pr-review-helpful-text {
  font-size: 16px;
}
.powerreviews.pr-base-modal a,
.powerreviews .pr-pa-snippet a,
.powerreviews .prImageSnippet a {
  color: #00b2a9 !important;
}
.powerreviews .pr-page-nav {
  font-size: 18px;
  text-align: right;
}
.powerreviews .pr-pagination-top {
  border-bottom: 1px solid #00b2a9;
  margin-bottom: 20px;
}
.powerreviews .pr-pagination-top .pr-page-nav-wrapper {
  margin-bottom: 20px;
  margin-top: -40px;
}
.powerreviews .pr-base-modal .pr-review-wrap {
  border-bottom: 1px solid #00b2a9 !important;
}
#pr-war .p-w-r .pr-war {
  max-width: 100%;
  padding-left: 0;
  padding-right: 100px;
  width: 100%;
}
#pr-war .p-w-r h1,
#pr-war .p-w-r h2,
#pr-war .p-w-r h3,
#pr-war .p-w-r h5 {
  font-family: "Montserrat", sans-serif;
}
#pr-war .p-w-r h5 {
  font-size: 25px;
  color: #00b2a9;
  font-weight: 600;
}
#pr-war .p-w-r h5 a {
  color: #00b2a9;
}
#pr-war .p-w-r .pr-header .pr-header-product-img {
  height: 240px;
  text-align: right;
  width: 240px;
}
#pr-war .p-w-r .control-label span,
#pr-war .p-w-r .pr-control-label span {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
#pr-war .p-w-r input {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}
#pr-war .p-w-r input:-webkit-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}
#pr-war .p-w-r input:-moz-placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}
#pr-war .p-w-r input:-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}
#pr-war .p-w-r textarea {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  float: right;
  width: 50% !important;
}
#pr-war .p-w-r textarea:-webkit-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}
#pr-war .p-w-r textarea:-moz-placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}
#pr-war .p-w-r textarea:-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}
#pr-war .p-w-r select {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}
#pr-war .p-w-r .pr-header-required {
  display: none;
}
#pr-war .p-w-r .pr-star {
  background-color: transparent;
  background-image: url(../../assets/img/star.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 36px 35px;
}
#pr-war .p-w-r label {
  box-sizing: border-box;
  float: left !important;
  padding-right: 30px;
  padding-top: 15px;
  text-align: right;
  width: 50% !important;
}
#pr-war .p-w-r .form-group:after {
  clear: both;
  content: "";
  display: block;
}
#pr-war .p-w-r .form-group .form-group:after {
  clear: none;
}
#pr-war .p-w-r span {
  font-size: 18px;
}
#pr-war .p-w-r .pr-accessible-btn {
  border-bottom: none;
  font-size: 18px;
}
#pr-war .p-w-r .pr-footer {
  border-top: none;
  margin-bottom: 30px;
  padding-top: 0;
}
.p-w-r {
  font-family: "Montserrat", sans-serif !important;
}
.p-w-r .pr-rating-star {
  display: none;
}
.p-w-r .btn-group-radio-horizontal .pr-btn.pr-btn-default {
  border-radius: 2px;
  color: #fff;
  background-color: #0b7bc1;
  font-weight: bold;
  border: transparent;
  width: 70px;
  display: inline-block;
  font-size: 18px;
}
.p-w-r .btn-group-radio-horizontal .pr-btn.pr-btn-default.active,
.p-w-r .btn-group-radio-horizontal .pr-btn.pr-btn-default:hover {
  background: #c0e5fb;
  color: #085c91;
}
.p-w-r .btn-group-radio-horizontal .pr-btn.pr-btn-default:not(:first-child) {
  margin-left: 15px;
}
.p-w-r .pr-subscript {
  border-bottom: 1px solid #00b2a9;
  border-top: 1px solid #00b2a9;
  margin-bottom: 40px;
  padding-top: 20px;
}
.p-w-r a {
  color: #00b2a9 !important;
}
.form-group {
  margin-bottom: 25px;
}
.form-group .form-group {
  margin-bottom: 0;
}
#pr-agerangewillnotappearinyourreview.form-control,
#pr-rating,
.btn-group-2-count,
.form-group .form-group,
.pr-footer,
.tag-container {
  float: right;
  width: 50% !important;
}
#pr-email_collection,
#pr-headline,
#pr-location,
#pr-name {
  margin-bottom: 0;
}
.pr-bottomline-form-group,
.pr-helper-text,
.tag-group {
  display: none;
}
.pr-snippet-wrapper {
  text-align: center;
}
.product-image-white-box .powerreviews {
  border: none;
}
.product-image-white-box .powerreviews .pr-snippet a {
  color: #2fafc3;
  font-weight: bold;
  margin-top: 7px;
}
@media (min-width: 768px) {
  .page-corega-toallitas-limpiadoras .produt-description,
  .page-polident-clean-refresh-dentures-wipes .produt-description,
  .page-polident-cushion-and-comfort .produt-description,
  .page-polident-double-power-denture-cleaning-tablets .produt-description {
    margin-top: 230px;
  }
  .powerreviews .pr-review-rating {
    display: flex;
    order: 1;
  }
  .powerreviews .pr-review-rating-wrapper {
    display: flex;
    flex-direction: column;
  }
  .powerreviews .pr-review-engine .pr-review-author {
    margin-bottom: 0;
    position: relative;
    top: -29px;
  }
}
.modal__wrapper {
  height: 100vh;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
}
.modal__bg {
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.modal__body {
  height: 434px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 467px;
}
.modal__close {
  cursor: pointer;
  height: 25px;
  position: absolute;
  right: 89px;
  top: 46px;
  width: 25px;
}
.modal__animation-sprite {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.pr-clear:after {
  clear: both;
  content: "";
  display: table;
}
.pr-base-modal,
.pr-pa-snippet,
.pr-review-engine {
  font-family: "Montserrat", sans-serif !important;
}
.pr-review-engine .pr-review-helpful-text a {
  background: #0591c6;
  color: #fff !important;
  display: inline-block;
  padding-bottom: 5px;
  padding-top: 5px;
  text-align: center;
  width: 55px;
}
.pr-review-engine .pr-review-wrap {
  border-bottom: 1px solid #00b2a9 !important;
}
.pr-snippet,
.prImageSnippet {
  font-family: "Montserrat", sans-serif !important;
}
@media (min-width: 992px) {
  .powerreviews .pr-other-attributes-list li,
  .powerreviews .pr-review-helpful-text {
    font-size: 18px;
  }
  html[lang="de"] .our-products-article-list h3.articleList-title {
    padding-right: 50px;
  }
  .main-navigation-box
    .header_nav_small.navigation-horizontal
    .navigation-item.navigation-level1
    > .navigation-item-title {
    font-size: 16px;
  }
}
.powerreviews_ceo_integration,
.seo_integration_block {
  height: 1px;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  width: 1px;
}
.byte-site-map ul li ul li ul li a {
  font-size: 14px !important;
}
@media (max-width: 767px) {
  .teal-master-body .whats-new-left-box .richText-content h3,
  .teal-master-body .whats-new-right-box .richText-content h3 {
    box-sizing: border-box;
  }
  html[lang="de"] .page-wrap h1,
  html[lang="de"] .page-wrap h1 .green-header {
    font-size: 31px;
  }
  .polident-denture-cleansers-white-box .our-products-white-box p {
    margin: 8px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .teal-rightnav {
    margin-left: 8% !important;
    margin-top: 25px;
    width: 90% !important;
  }
}
.margin_none {
  margin: 0;
}
#skiptocontent {
  float: left;
  background: #f8f8f2;
  width: 8%;
  display: block !important;
}
#skiptocontent a {
  padding: 6px;
  position: absolute;
  top: -40px;
  left: 0;
  color: #fff;
  border-bottom-right-radius: 8px;
  background: transparent;
  z-index: 100;
}
#skiptocontent a:focus {
  -webkit-transition: top 0.1s ease-in, background 0.5s linear;
  background: #073b77;
  left: 0;
  outline: 0;
  position: absolute;
  top: 0;
  transition: top 0.1s ease-in, background 0.5s linear;
}
@media (min-width: 320px) {
  .korea-locale.page-denture-cleaners
    .articleList-article.item1
    .articleList-description-content {
    position: relative;
  }
  .korea-locale.page-denture-cleaners
    .articleList-article.item1
    .articleList-description-content:after {
    background: #fff;
    bottom: 0;
    content: "3,4";
    font-size: 8px;
    height: 18px;
    position: absolute;
    right: 0;
    width: 18px;
  }
  .page-products.page-denture-adhesives
    .polident-3-minute-white-box
    > .component-content
    > .content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-products.page-denture-adhesives #content .custom_wide_block .alpha {
    padding-left: 0 !important;
  }
  .page-products.page-denture-adhesives #content .custom_wide_block .omega {
    padding-right: 0 !important;
  }
  .page-products.page-denture-adhesives
    #content
    .custom_wide_block
    .using-product {
    margin: 0 auto !important;
  }
  .page-products.page-denture-adhesives
    #content
    .page-wrap.polident-3-minute-white-box {
    padding-left: 0;
    padding-right: 0;
  }
  .page-products.page-denture-cleansers
    .polident-3-minute-white-box
    > .component-content
    > .content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-products.page-denture-cleansers #content .custom_wide_block .alpha {
    padding-left: 0 !important;
  }
  .page-products.page-denture-cleansers #content .custom_wide_block .omega {
    padding-right: 0 !important;
  }
  .page-products.page-denture-cleansers
    #content
    .custom_wide_block
    .using-product {
    margin: 0 auto !important;
  }
  .page-products.page-denture-cleansers
    #content
    .page-wrap.polident-3-minute-white-box {
    padding-left: 0;
    padding-right: 0;
  }
  .polident-3-minute-white-box > .component-content > .content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .polident-3-minute-white-box .product-btn-wrap p {
    float: none;
    margin-right: 0;
  }
  #content .custom_wide_block .alpha {
    padding-left: 0 !important;
  }
  #content .custom_wide_block .omega {
    padding-right: 0 !important;
  }
  #content .custom_wide_block .using-product {
    margin: 0 auto !important;
  }
  #content .page-wrap.polident-3-minute-white-box {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 376px) {
  .korea-locale.page-denture-cleaners
    .articleList-article.item1
    .articleList-description-content {
    width: 265px;
    overflow: hidden;
    display: inline-block;
    padding-right: 14px;
    height: 20px;
  }
  .korea-locale.page-denture-cleaners
    .articleList-article.item1
    .articleList-description-content:after {
    background: #fff;
    content: "3,4";
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media (min-width: 768px) {
  .korea-locale.page-denture-cleaners
    .articleList-article.item1
    .articleList-description-content:after {
    content: "3,4";
    font-size: 10px;
  }
  .page-products.page-denture-adhesives .component > .component-content,
  .page-products.page-denture-cleansers .component > .component-content,
  .page-produits-pour-protheses-dentaires .component > .component-content,
  .page-tandprothese-verzorgingsproducten .component > .component-content {
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .image_down img {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .en_ca #footer .navigation-branch.navigation-level1 {
    text-align: center;
  }
  .en_ca #footer .navigation-item {
    display: inline-block;
    float: none;
  }
  .fr_ca #footer .navigation-branch.navigation-level1 {
    text-align: center;
  }
  .fr_ca #footer .navigation-item {
    display: inline-block;
    float: none;
  }
  .fr_ca .product-range h3 {
    font-size: 22px;
  }
}
.link_underline {
  text-decoration: underline;
}
.link_underline:hover {
  text-decoration: none;
}
.es_ar .overlay-content .upload-select-filter ul li .tag-close {
  display: none;
}
.en_ca .footer-navigation {
  margin-left: auto;
}
.en_ca #footer .navigation-item {
  padding: 2px 7px 0;
}
.en_ca #footer .navigation-item.navigation-level1 > .navigation-item-title {
  color: #000;
  font-weight: bold;
  text-decoration: underline !important;
}
.en_ca #footer .richtext-footer-selector a {
  color: #000;
  font-weight: bold;
}
.en_ca .tabs-nav-item:hover a {
  color: #000;
}
.en_ca .tabs-nav-item a {
  color: #000;
  text-decoration: none !important;
}
.en_ca .tabs-nav-item.is-active:hover a {
  color: #000;
}
.en_ca .etale-container {
  margin-top: 25px;
}
.en_ca iframe {
  border: none;
}
.en_ca .select-wrapper1 {
  border: 1px solid transparent !important;
}
.en_ca .select-wrapper1 select {
  opacity: 1;
}
.en_ca .select-wrapper1 select:focus {
  opacity: 1;
  outline: 5px auto -webkit-focus-ring-color;
  outline-color: #46cde2;
  outline-style: solid;
  outline-width: 1px;
}
.en_ca .promo-white-box .promo-header p span.product-header {
  color: #000;
}
.en_ca .produt-description h1 span {
  line-height: 1.1;
}
.en_ca #header .navigation-item.navigation-level1 > .navigation-item-title,
.en_ca .articleList-title a,
.en_ca .back-link a,
.en_ca .large a,
.en_ca .medium a,
.en_ca .navigation a,
.en_ca .page-sitemap .byte-site-map a {
  text-decoration: none !important;
}
.en_ca p a {
  text-decoration: underline !important;
}
.fr_ca .footer-navigation {
  margin-left: auto;
}
.fr_ca #footer .navigation-item {
  padding: 2px 7px 0;
}
.fr_ca #footer .navigation-item.navigation-level1 > .navigation-item-title {
  color: #000;
  font-weight: bold;
  text-decoration: underline !important;
}
.fr_ca #footer .richtext-footer-selector a {
  color: #000;
  font-weight: bold;
}
.fr_ca .tabs-nav-item:hover a {
  color: #000;
}
.fr_ca .tabs-nav-item a {
  color: #000;
  text-decoration: none !important;
}
.fr_ca .tabs-nav-item.is-active:hover a {
  color: #000;
}
.fr_ca .etale-container {
  margin-top: 25px;
}
.fr_ca iframe {
  border: none;
}
.fr_ca .select-wrapper1 {
  border: 1px solid transparent !important;
}
.fr_ca .select-wrapper1 select {
  opacity: 1;
}
.fr_ca .select-wrapper1 select:focus {
  opacity: 1;
  outline: 5px auto -webkit-focus-ring-color;
  outline-color: #46cde2;
  outline-style: solid;
  outline-width: 1px;
}
.fr_ca .promo-white-box .promo-header p span.product-header {
  color: #000;
}
.fr_ca #header .navigation-item.navigation-level1 > .navigation-item-title,
.fr_ca .articleList-title a,
.fr_ca .back-link a,
.fr_ca .large a,
.fr_ca .medium a,
.fr_ca .navigation a,
.fr_ca .page-sitemap .byte-site-map a {
  text-decoration: none !important;
}
.fr_ca p a {
  text-decoration: underline !important;
}
.pfsh h1 {
  font-size: 40px !important;
  line-height: 50px !important;
}
.fake-article-list {
  background: url(../../img/visit-more.png) 100% no-repeat !important;
  border-top: 1px solid #00b2a9;
  padding: 15px 36px 20px 0;
}
.fake-article-list .component-content {
  overflow: visible !important;
}
.fake-article-list a {
  display: block;
  color: #00984f;
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  margin: 0;
  line-height: 28px;
}
.fake-article-list a:focus {
  color: #21c268;
}
.fake-article-list .richText-content p {
  padding-top: 0 !important;
}
.fake-article-list:hover {
  background: url(../../img/m-visit-more-article-hover.png) 99% no-repeat !important;
}
.fake-article-list:hover a {
  color: #21c268;
}
.fake-article-list-description {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: normal;
}
.exit-notification-text h3 {
  color: #009a44;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-style: normal;
  line-height: 36px;
}
.exit-notification-text p {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}
.exit-notification-buttons {
  text-align: center;
}
.exit-notification-buttons button {
  background-color: #009a44;
  color: #fff;
  font-size: 15px;
  height: 25px;
  margin: 5px 10px;
  width: 135px;
}
.es_styles .promo-white-box .promo-header p span {
  font-size: 17px;
}
.es_styles .promo-white-box:hover p span {
  color: #fff;
}
.pt_BR.teal-master-body .contact-us-sample .control-group .submit {
  background-color: #00b2a9 !important;
}
.seoH1 h1 {
  font-size: 32px !important;
}
.seoH1 h1,
.seoH2 h2 {
  color: #009a44 !important;
}
.seoH2 h2 {
  font-size: 25px !important;
}
.seoH3 h3 {
  color: #000 !important;
  font-size: 22px !important;
}
.seoH4 h4 {
  color: #000;
  font-size: 18px !important;
}
.img_responsive img {
  display: block;
  max-width: none;
  width: 100%;
}
.page-denture-adhesives .reference-faq-video1,
.page-denture-adhesives .reference-faq-video2 {
  margin: 25px 0 20px !important;
}
.page-denture-adhesives > .navigation-item-title {
  font-weight: 700 !important;
}
.h4_styles {
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  line-height: 28px;
  margin-bottom: 0;
  padding-top: 7px;
}
.h4_search_style {
  color: #004d00;
  font-family: "Montserrat", sans-serif !important;
  font-size: 15px !important;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.email_icon {
  background: url(../../img/sprite.png) 0 0 no-repeat;
}
.email_icon,
.facebook_icon {
  display: inline-block;
  font-size: 0;
  height: 30px;
  line-height: 0;
  margin: 0 3px;
  vertical-align: top;
  width: 30px;
}
.facebook_icon {
  background: url(../../img/sprite.png) -30px 0 no-repeat;
}
.google_icon {
  background: url(../../img/sprite.png) -60px 0 no-repeat;
}
.google_icon,
.twitter_icon {
  display: inline-block;
  font-size: 0;
  height: 30px;
  line-height: 0;
  margin: 0 3px;
  vertical-align: top;
  width: 30px;
}
.twitter_icon {
  background: url(../../img/sprite.png) -90px 0 no-repeat;
}
.gigya-screen u {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  text-decoration: underline;
}
#content .custom_wide_block {
  padding-left: 0;
  padding-right: 0;
}
#content .custom_wide_block .alpha {
  padding-left: 15px;
}
#content .custom_wide_block .omega {
  padding-right: 15px;
}
#content .custom_wide_block .using-product {
  margin: 0 15px !important;
  width: auto;
}
@media (min-width: 320px) and (max-width: 767px) {
  .page-products.page-denture-adhesives .component > .component-content {
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .page-products.page-denture-adhesives
    .polident-3-minute-white-box
    > .component-content
    > .content {
    padding-top: 120px;
  }
  .page-products.page-denture-cleansers .component > .component-content {
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .page-products.page-denture-cleansers
    .polident-3-minute-white-box
    > .component-content
    > .content {
    padding-top: 120px;
  }
  .page-tandprothese-verzorgingsproducten .component > .component-content {
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .page-tandprothese-verzorgingsproducten
    .polident-3-minute-white-box
    > .component-content
    > .content {
    padding-top: 120px;
  }
  .page-produits-pour-protheses-dentaires .component > .component-content {
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .page-our-products.page-polident-double-power-denture-cleaning-tablets
    .polident-3-minute-white-box
    > .component-content
    > .content,
  .page-produits-pour-protheses-dentaires
    .polident-3-minute-white-box
    > .component-content
    > .content {
    padding-top: 120px;
  }
}
.page-home
  #content
  > .layout-outer
  > .layout-inner
  > .grid_12.alpha.default-style {
  margin-left: 0 !important;
  width: 100% !important;
}
@media (min-width: 768px) and (max-width: 959px) {
  .page-home .carousel .carousel-slides {
    height: 235px;
  }
  .page-home .carousel .carousel-slide .no-content .carousel-cover {
    height: 215px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    width: 100%;
  }
}
.link_with_arrow_red {
  background: transparent url(../../img/red-back-link.png) no-repeat scroll 0;
  color: #f7323f !important;
  cursor: pointer;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: bold;
  height: auto;
  line-height: 35px;
  margin: 0;
  padding: 13px 0 13px 45px;
}
.polident-3-minute-white-box > .component-content {
  background-repeat: no-repeat;
  background-size: 100%;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .teal-master-body #header .page-como-usar ul li a {
    color: #575757 !important;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
  }
}
.video_popup {
  position: fixed;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.video_popup .mejs-container {
  background: transparent;
}
.video_popup .video-video {
  border: 2px solid transparent;
}
.video_popup .mejs-controls {
  display: none !important;
}
.video_popup a {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  position: fixed;
  right: 10.5%;
  top: 75px;
  z-index: 9;
}
.overlay_snippet {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 5000;
}
#overlay video {
  border: 0;
  left: 10%;
  position: absolute;
  top: 70px;
  width: 80%;
  z-index: 8;
}
.h1styles {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 35px;
  padding: 19px 0 0;
}
.modal-container {
  bottom: 0;
  display: none;
  font-family: "Montserrat", sans-serif;
  left: 0;
  margin: 0 !important;
  overflow-y: scroll;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 1000000;
}
.modal-backdrop,
.modal-container {
  box-sizing: border-box;
  height: 100vh;
  width: 100vw;
}
.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.8);
  overflow-y: scroll !important;
}
.modal-popup {
  background: #fff;
  width: 90%;
  padding: 30px;
  margin: auto;
  position: relative;
  top: 100px;
  border-radius: 5px;
  overflow-y: scroll !important;
}
.modal-popup .richtext-footer-pages {
  display: block;
}
.close-modal {
  cursor: pointer;
  font-size: 25px;
  padding: 5px;
  position: absolute;
  right: 5px;
  top: 5px;
}
.modal-button {
  background-color: #00b2a9;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  margin: 10px;
  padding: 10px 5px;
  width: 130px;
}
@media (max-width: 425px) {
  .modal-popup {
    width: 80%;
  }
  .modal-backdrop {
    overflow: scroll !important;
  }
}
.chatterbox-home .searchBox input[type="text"]:placeholder {
  color: grey;
}
.chatterbox-home .searchBox input[type="text"]:-ms-input-placeholder {
  color: grey;
}
.chatterbox-home .searchBox input[type="text"].placeholder {
  color: #d3d3d3;
}
.page-how-to-clean-dentures .quiz-banner figcaption p {
  padding-top: 0 !important;
}
.page-how-to-clean-dentures .quiz-banner figcaption a {
  color: #00984f;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.1;
}
.grid_3.omega.teal-rightnav {
  margin-top: 20px;
}
.C2B_Widget_Key {
  background: none;
  height: 60px !important;
  width: 200px !important;
}
.page-denture-cleansers > .navigation-item-title,
.page-getting-dentures > .navigation-item-title,
.page-living-with-dentures > .navigation-item-title {
  font-weight: 700 !important;
}
.green-button-au a {
  background-color: #009a44;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 18px;
  height: 40px;
  line-height: 2.3;
  padding: 0 10px 0 0;
  position: relative;
  text-align: center;
  text-transform: capitalize;
  top: -12px;
  width: 134px;
  z-index: 500;
}
.green-button-au:after {
  border-bottom: 5px solid transparent;
  border-left: 5px solid #fff;
  border-top: 5px solid transparent;
  content: "";
  display: inline-block;
  height: 0;
  margin-bottom: 12px;
  margin-left: -17px;
  position: relative;
  width: 0;
  z-index: 501;
}
.p_green {
  color: #009a44;
  font-size: 15px;
  padding: 13px 0;
}
.h3_not_bold,
.p_green {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 35px;
  margin: 0;
}
.h3_not_bold {
  color: #00984f;
  font-size: 25px;
  padding: 38px 0 0;
}
.h2_wtb {
  color: #009a44;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  margin-bottom: 5px !important;
  padding: 0 27px;
}
.super_text {
  vertical-align: super;
  font-size: 10px;
  margin-right: 5px;
}
.reference-footer-nav-external-true {
  display: none;
}
.silver-header-border h2 {
  background-image: url(../../assets/img/silver_underline_border.png);
  background-position-y: 73%;
  padding-bottom: 7px;
  margin-top: -10px !important;
  background-repeat: no-repeat;
  padding-right: 20px;
  background-size: 100% 60%;
  display: inline-block !important;
}
.slick-loading .slick-list {
  background: #fff url(ajax-loader.gif) 50% no-repeat;
}
.slick-next,
.slick-prev {
  z-index: 999;
  display: block;
  position: absolute;
  top: 50%;
  width: 30px;
  height: 31px;
  background-image: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Icons/visit-more.png);
  background-color: transparent;
  background-repeat: no-repeat;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  color: transparent;
  transform: translateY(-50%);
  padding: 0;
  border: none;
  outline: none;
}
@media (max-width: 767px) {
  .slick-next,
  .slick-prev {
    display: none !important;
  }
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  outline: none;
}
.slick-next.slick-disabled,
.slick-prev.slick-disabled {
  opacity: 0.5;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 1;
  color: #000;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -45px;
  transform: translateY(-50%) scaleX(-1);
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -45x;
}
.slick-prev:before,
[dir="rtl"] .slick-prev:before {
  content: "";
}
.slick-next {
  right: -45px;
}
[dir="rtl"] .slick-next {
  left: -45px;
  right: auto;
}
.slick-next:before,
[dir="rtl"] .slick-next:before {
  content: "";
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
  overflow: visible;
}
@media (max-width: 767px) {
  .slick-dotted.slick-slider {
    margin-bottom: 35px;
  }
}
.slick-dots {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
}
.slick-dots > li:only-child {
  display: none;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 8px;
  margin: 0 7px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  display: block;
  width: 50px;
  height: 8px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  background-color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: none;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Shape%20_gray.png);
  width: 50px;
  height: 8px;
  border: none;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  display: block;
  text-align: center;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  border: none;
  background: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Shape%20_green.png);
}
@media (max-width: 767px) {
  .slick-dots {
    display: flex !important;
  }
  .slick-dots li {
    width: 30px;
    margin-right: -10px;
  }
  .slick-dots li.slick-active {
    z-index: 99;
  }
  .slick-dots li button,
  .slick-dots li button:before {
    width: 30px;
  }
}
.slick-slider {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list,
.slick-slider {
  position: relative;
  display: block;
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translateZ(0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
* {
  outline: none;
}
.layout-master-vbl-bootstrap {
  color: #001489 !important;
  background: 0 0 repeat-x, linear-gradient(#f0f5f5, #f1f5f6);
  font-family: "Amelia Rounded", sans-serif !important;
}
.layout-master-vbl-bootstrap .container {
  color: #001489 !important;
}
.layout-master-vbl-bootstrap.page-Denture-journeys .banner-text h1 {
  padding: 7.5% 0 !important;
}
.layout-master-vbl-bootstrap .silver-banner {
  z-index: 98;
}
.layout-master-vbl-bootstrap .product-center-accordion a {
  color: #00984f;
}
.layout-master-vbl-bootstrap .page-wrap h4,
.layout-master-vbl-bootstrap .page-wrap ol li,
.layout-master-vbl-bootstrap .page-wrap ul li {
  color: #001489 !important;
}
@media (max-width: 767px) {
  .layout-master-vbl-bootstrap .main-navigation-box > .component-content {
    background-image: none !important;
  }
}
@media (min-width: 768px) {
  .layout-master-vbl-bootstrap
    .powerreviews
    .pr-review-engine
    .pr-review-author {
    margin-bottom: 0;
    position: relative;
    top: 0;
  }
}
.layout-master-vbl-bootstrap .pr-base-modal .pr-rating,
.layout-master-vbl-bootstrap .pr-base-modal .pr-review-author-date,
.layout-master-vbl-bootstrap .pr-review-engine .pr-rating,
.layout-master-vbl-bootstrap .pr-review-engine .pr-review-author-date {
  background: transparent;
}
.layout-master-vbl-bootstrap .silver-banner:after {
  content: " ";
  background-image: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Icons/frame-banner.png);
  background-position: 50%;
  background-size: 105% 110%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  pointer-events: none;
  display: flex;
  flex: 1;
}
.layout-master-vbl-bootstrap.page-real-stories-vbl .silver-banner:after {
  background-size: 105% 105%;
}
.layout-master-vbl-bootstrap.page-real-stories-vbl
  .chatterbox-fullwidth-video.silver-banner:after {
  background-size: 105% 115%;
}
.layout-master-vbl-bootstrap.page-real-stories-vbl
  .chatter-fullwidth
  .chatter-video
  iframe,
.layout-master-vbl-bootstrap.page-real-stories-vbl
  .chatter-halfwidth
  .chatter-video
  iframe {
  border-bottom: none;
}
.layout-master-vbl-bootstrap.page-real-stories-vbl .chatterbox-video {
  padding: 0;
}
.layout-master-vbl-bootstrap.page-real-stories-vbl
  .chatterbox-home
  .searchBox
  input[type="text"] {
  border: none;
  border-radius: none;
  background-color: transparent;
  background-image: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Search_shape_navbar.png);
  background-size: 100% 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  width: 45%;
}
.layout-master-vbl-bootstrap.page-real-stories-vbl
  .chatterbox-home
  .searchBox
  .button {
  background: none;
}
.layout-master-vbl-bootstrap.page-real-stories-vbl
  .cb-search-box:hover
  input[type="text"] {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Icons/search-green.png);
}
.layout-master-vbl-bootstrap.page-real-stories-vbl
  .chatterbox-home
  .searchBox
  form {
  margin-left: 35%;
}
.layout-master-vbl-bootstrap.page-real-stories-vbl .chatterbox-load-more {
  border-top: none;
}
.layout-master-vbl-bootstrap.page-real-stories-vbl
  .chatterbox-load-more:before {
  content: " ";
  display: table;
  margin-bottom: 0;
  padding: 0 45px 30px;
  background-image: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/brand_line_big_green.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
  width: 93%;
  transform: scale(-1);
  width: 92%;
}
.layout-master-vbl-bootstrap.page-real-stories-vbl
  .box-chatterbox-bottom
  .richtext-cb-video-share,
.layout-master-vbl-bootstrap.page-real-stories-vbl
  .box-chatterbox-bottom
  .richtext-submit-story {
  background-color: #f0f5f5;
  border-top: none;
  display: flex;
  background-image: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/brand_line_thin_green.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
  border-bottom: none;
  background-color: #fff;
}
.layout-master-vbl-bootstrap .carousel-slide {
  position: static;
  clear: none;
}
.layout-master-vbl-bootstrap .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style-type: none;
}
.layout-master-vbl-bootstrap .snippetReference p {
  text-align: center;
}
.layout-master-vbl-bootstrap.page-polident-clean-refresh-dentures-wipes-vbl
  .silver-video
  .component-content:after {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Icons/video-white.png);
}
@media (max-width: 767px) {
  .layout-master-vbl-bootstrap.teal-master-body #footer .richText ul {
    text-align: center;
  }
  .layout-master-vbl-bootstrap.teal-master-body #footer .richText ul li {
    margin-bottom: 15px;
    margin-left: 0;
  }
}
.layout-master-vbl-bootstrap.teal-master-body .page-wrap .component {
  margin-bottom: 5px;
}
.layout-master-vbl-bootstrap.teal-master-body
  .main-navigation-box
  > .component-content {
  background-size: 130% !important;
  background-position: 50% 34%;
}
@media (min-width: 991px) and (max-width: 1199px) {
  .layout-master-vbl-bootstrap.teal-master-body
    .main-navigation-box
    > .component-content {
    background-size: 140% !important;
    background-position: 15% 33%;
  }
}
@media (min-width: 767px) and (max-width: 990px) {
  .layout-master-vbl-bootstrap.teal-master-body
    .main-navigation-box
    > .component-content {
    background-size: 200% !important;
    background-position: 15% 33%;
  }
}
.layout-master-vbl-bootstrap.teal-master-body.page-products-vbl
  .journey-snip
  .richText {
  height: 60px !important;
}
@media (max-width: 991px) and (min-width: 768px) {
  .layout-master-vbl-bootstrap.teal-master-body.page-products-vbl
    .journey-snip
    .richText
    p {
    padding: 1% 5% !important;
  }
}
.layout-master-vbl-bootstrap.teal-master-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-branch.navigation-level2
  .navigation-item-title {
  background-color: transparent !important;
  background-image: url(/content/dam/cf-consumer-healthcare/polident/teal_master/vbl/brand_line_teal.png) !important;
}
.layout-master-vbl-bootstrap.teal-master-body
  .main-navigation-box
  .home-logo
  a {
  background: none !important;
}
@media (max-width: 767px) {
  .layout-master-vbl-bootstrap.teal-master-body
    .main-navigation-box
    > .component-content {
    background-image: none !important;
  }
  .layout-master-vbl-bootstrap.teal-master-body .green-header,
  .layout-master-vbl-bootstrap.teal-master-body
    .navigation-horizontal
    .has-children
    > .navigation-item-title
    .navigation-item-decoration:after {
    color: #00b2a9 !important;
  }
  .layout-master-vbl-bootstrap.teal-master-body .richtext-body-content a {
    word-break: break-all;
  }
  .layout-master-vbl-bootstrap.teal-master-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1,
  .layout-master-vbl-bootstrap.teal-master-body
    .main-navigation-box
    .navigation-root.navigation-branch.navigation-level1
    .navigation-item.navigation-level1.is-open
    > .navigation-item-title {
    background-image: url(/content/dam/cf-consumer-healthcare/polident/teal_master/vbl/brand_line_teal.png) !important;
    background-position: bottom !important;
    background-repeat: no-repeat !important;
    background-size: 94% !important;
    padding-bottom: 6% !important;
  }
}
@media (max-width: 992px) {
  .layout-master-vbl-bootstrap.teal-master-body
    .footer-banner
    > .component-content {
    background-image: none !important;
  }
  .layout-master-vbl-bootstrap.teal-master-body
    .main-navigation-box
    .navigation-horizontal
    ul.navigation-level1.navigation-root
    li.navigation-level1
    ul.navigation-level2 {
    background: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Icons/navback.png) !important;
    background-position: 50% !important;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
  }
  .layout-master-vbl-bootstrap.teal-master-body
    .has-children.has-active-child.navigation-item.navigation-level1
    :after {
    color: #00b2a9 !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .layout-master-vbl-bootstrap.teal-master-body .footer-logo {
    padding-top: 0;
  }
  .layout-master-vbl-bootstrap.teal-master-body
    #footer
    .footer-banner
    .box.first
    > .component-content
    > .content {
    display: flex;
  }
  .layout-master-vbl-bootstrap.teal-master-body.page-products-vbl
    .journey-snip
    .richText {
    height: 56px !important;
  }
}
.layout-master-vbl-bootstrap.teal-master-body.page-polident-clean-refresh-dentures-wipes-vbl
  .product-image-white-box
  img {
  margin-top: 15%;
}
.layout-master-vbl-bootstrap.teal-master-body.page-adjusting-to-dentures
  .journey-quest
  .dentures-quest.last
  a {
  padding-left: 20%;
}
.layout-master-vbl-bootstrap.teal-master-body.page-where-to-buy-vbl
  .richtext-op-two-callout-inner
  h3
  a,
.layout-master-vbl-bootstrap.teal-master-body.page-where-to-buy-vbl
  .richtext-op-two-callout-inner
  h3
  a:focus,
.layout-master-vbl-bootstrap.teal-master-body.page-where-to-buy-vbl
  .richtext-op-two-callout-inner
  h3
  a:hover {
  background: url(/content/dam/cf-consumer-healthcare/polident/teal_master/vbl/visit-more.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 100%;
}
@media (min-width: 992px) {
  .layout-master-vbl-bootstrap.teal-master-body.page-polident-clean-refresh-dentures-wipes-vbl
    .produt-description,
  .layout-master-vbl-bootstrap.teal-master-body.page-polident-cushion-and-comfort-vbl
    .produt-description,
  .layout-master-vbl-bootstrap.teal-master-body.page-polident-double-power-denture-cleaning-tablets-vbl
    .produt-description {
    margin-top: 55% !important;
  }
}
.layout-master-vbl-bootstrap.teal-master-body
  .using-product
  .component-content:before {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/teal_master/DT/Homepage/Brand_line_big_teal.png) !important;
}
.layout-master-vbl-bootstrap.teal-master-body #footer {
  background-size: 100% 125% !important;
  background-position: 100% 100%;
}
@media (min-width: 767px) and (max-width: 1024px) {
  .layout-master-vbl-bootstrap.teal-master-body #footer {
    background-size: 200% !important;
    background-position: 65% 100%;
  }
}
.layout-master-vbl-bootstrap.teal-master-body
  .mob-menu-box
  > .component-content {
  background-size: 100% 400%;
  background-position: 50% 38%;
}
.layout-master-vbl-bootstrap.teal-master-body #footer .richText {
  padding: 6%;
}
.layout-master-vbl-bootstrap.teal-master-body #footer .richText ul {
  margin: 0;
}
.layout-master-vbl-bootstrap.teal-master-body #footer .richText ul li {
  margin-bottom: 5px;
  padding: 0;
  list-style: none;
  border-right: none !important;
}
.layout-master-vbl-bootstrap.teal-master-body #footer .richText ul li a {
  color: #fff;
  font-size: 1rem;
  text-align: left;
  font-family: "Amelia Rounded", sans-serif !important;
  font-weight: 700;
  width: 100%;
}
.layout-master-vbl-bootstrap.teal-master-body #footer .richText ul li a:hover {
  color: #ebebeb;
}
.layout-master-vbl-bootstrap.teal-master-body
  .footer-banner
  > .component-content
  > .content {
  display: flex;
}
@media (max-width: 767px) {
  .layout-master-vbl-bootstrap.teal-master-body
    .footer-banner
    > .component-content
    > .content {
    flex-direction: column-reverse;
  }
}
.layout-master-vbl-bootstrap.teal-master-body .journey-snip .image {
  padding: 4px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .layout-master-vbl-bootstrap.teal-master-body .journey-snip .image {
    padding: 3px;
  }
}
.layout-master-vbl-bootstrap.teal-master-body
  .car-home
  .snippetReference
  .box.first:after {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/teal_master/vbl/Shape-6.png);
  top: -10px;
}
.layout-master-vbl-bootstrap.teal-master-body
  .car-home
  .snippetReference:hover
  .box.first:after {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/teal_master/vbl/Shape-5.png);
}
.layout-master-vbl-bootstrap.teal-master-body
  .slick-dots
  li.slick-active
  button:before {
  background: url(/content/dam/cf-consumer-healthcare/polident/teal_master/vbl/Shape-12.png);
}
.layout-master-vbl-bootstrap.teal-master-body .slick-next,
.layout-master-vbl-bootstrap.teal-master-body .slick-prev {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/teal_master/vbl/visit-more.png);
}
.layout-master-vbl-bootstrap.teal-master-body
  .pd-adhesive-box
  .paragraphSystem:after,
.layout-master-vbl-bootstrap.teal-master-body
  .pd-cleansers-box
  .paragraphSystem:after {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/teal_master/vbl/Shape-9.png);
}
.layout-master-vbl-bootstrap.teal-master-body
  .pd-adhesive-box:hover
  .paragraphSystem:after,
.layout-master-vbl-bootstrap.teal-master-body
  .pd-cleansers-box:hover
  .paragraphSystem:after {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/teal_master/vbl/Shape-8.png);
}
.layout-master-vbl-bootstrap.teal-master-body
  .pd-adhesive-box
  .richText.component
  p
  a,
.layout-master-vbl-bootstrap.teal-master-body
  .pd-cleansers-box
  .richText.component
  p
  a {
  color: #00b2a9;
}
.layout-master-vbl-bootstrap.teal-master-body
  .pd-adhesive-box:hover
  .richText.component
  p
  a,
.layout-master-vbl-bootstrap.teal-master-body
  .pd-cleansers-box:hover
  .richText.component
  p
  a {
  color: #fff;
}
.layout-master-vbl-bootstrap.teal-master-body
  .journey-snip
  .box
  > .component-content
  .content:after {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/teal_master/vbl/Shape-24.png);
}
.layout-master-vbl-bootstrap.teal-master-body
  .journey-snip:hover
  .box
  > .component-content
  .content:after {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/teal_master/vbl/Shape-23.png);
}
.layout-master-vbl-bootstrap.teal-master-body .journey-snip .richText p {
  text-align: center;
}
.layout-master-vbl-bootstrap.teal-master-body .journey-snip .richText p a {
  color: #00b2a9;
}
.layout-master-vbl-bootstrap.teal-master-body
  .header-box
  .input-medium.search-query:focus,
.layout-master-vbl-bootstrap.teal-master-body
  .header-box
  .search-box:hover
  .input-medium.search-query {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/teal_master/vbl/search-teal.png);
}
.layout-master-vbl-bootstrap.teal-master-body .header-box .richText.odd:hover {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/teal_master/vbl/Shape-13.png);
}
.layout-master-vbl-bootstrap.teal-master-body .header-box .richText.even:hover {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/teal_master/vbl/Shape-11.png);
}
.layout-master-vbl-bootstrap.teal-master-body.page-things-to-ask-dentist
  .richText-content
  h2 {
  background: url(/content/dam/cf-consumer-healthcare/polident/teal_master/vbl/Shape-16.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.layout-master-vbl-bootstrap.teal-master-body.page-things-to-ask-dentist
  .navod
  p {
  color: #00b2a9;
}
.layout-master-vbl-bootstrap.teal-master-body.page-things-to-ask-dentist
  .richText
  ul
  li:before {
  background: url(/content/dam/cf-consumer-healthcare/polident/teal_master/vbl/Tick.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.layout-master-vbl-bootstrap.teal-master-body.page-things-to-ask-dentist
  .navod
  p:before {
  background: url(/content/dam/cf-consumer-healthcare/polident/teal_master/vbl/Quotation-Mark-1.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.layout-master-vbl-bootstrap.teal-master-body.page-things-to-ask-dentist
  .navod
  p:after {
  background: url(/content/dam/cf-consumer-healthcare/polident/teal_master/vbl/Quotation-Mark-2.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.layout-master-vbl-bootstrap.teal-master-body.page-things-to-ask-dentist
  .quest-one
  h2:before {
  display: block;
  content: "";
  background: url(/content/dam/cf-consumer-healthcare/polident/teal_master/DT/Articles/Question-1-Icone.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  left: 0;
}
.layout-master-vbl-bootstrap.teal-master-body.page-things-to-ask-dentist
  .quest-two
  h2:before {
  display: block;
  content: "";
  background: url(/content/dam/cf-consumer-healthcare/polident/teal_master/DT/Articles/Question-2-Icone.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100px;
  height: 100px;
  top: -10px;
  left: 0;
}
.layout-master-vbl-bootstrap.teal-master-body.page-things-to-ask-dentist
  .quest-three
  h2:before {
  display: block;
  content: "";
  background: url(/content/dam/cf-consumer-healthcare/polident/teal_master/DT/Articles/Question-3-Icone.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100px;
  height: 100px;
  top: -10px;
  left: 0;
}
.layout-master-vbl-bootstrap.teal-master-body.page-things-to-ask-dentist
  .quest-four
  h2:before {
  display: block;
  content: "";
  background: url(/content/dam/cf-consumer-healthcare/polident/teal_master/DT/Articles/Question-4-Icone.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100px;
  height: 100px;
  top: 20px;
  left: 0;
}
.layout-master-vbl-bootstrap.teal-master-body.page-things-to-ask-dentist
  .quest-five
  h2:before {
  display: block;
  content: "";
  background: url(/content/dam/cf-consumer-healthcare/polident/teal_master/DT/Articles/Question-5-Icone.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100px;
  height: 100px;
  top: -10px;
  left: 0;
}
.layout-master-vbl-bootstrap.teal-master-body.page-things-to-ask-dentist
  .quest-six
  h2:before {
  display: block;
  content: "";
  background: url(/content/dam/cf-consumer-healthcare/polident/teal_master/DT/Articles/Question-6-Icone.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100px;
  height: 100px;
  top: 20px;
  left: 0;
}
.layout-master-vbl-bootstrap.teal-master-body.page-things-to-ask-dentist
  .quest-seven
  h2:before {
  display: block;
  content: "";
  background: url(/content/dam/cf-consumer-healthcare/polident/teal_master/DT/Articles/Question-7-Icone.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100px;
  height: 100px;
  top: 20px;
  left: 0;
}
.layout-master-vbl-bootstrap.teal-master-body.page-things-to-ask-dentist
  .quest-eight
  h2:before {
  display: block;
  content: "";
  background: url(/content/dam/cf-consumer-healthcare/polident/teal_master/DT/Articles/Question-8-Icone.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100px;
  height: 100px;
  top: 20px;
  left: 0;
}
.layout-master-vbl-bootstrap.teal-master-body.page-things-to-ask-dentist
  .quest-nine
  h2:before {
  display: block;
  content: "";
  background: url(/content/dam/cf-consumer-healthcare/polident/teal_master/DT/Articles/Question-9-Icone.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100px;
  height: 100px;
  top: 20px;
  left: 0;
}
.layout-master-vbl-bootstrap.teal-master-body .carousel-nav-next {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/teal_master/vbl/teal-carousel-right.png) !important;
  background-size: contain;
  background-repeat: no-repeat !important;
}
.layout-master-vbl-bootstrap.teal-master-body .carousel-nav-prev {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/teal_master/vbl/teal-carousel-left.png) !important;
  background-size: contain;
  background-repeat: no-repeat !important;
}
.layout-master-vbl-bootstrap.teal-master-body
  .faq-home-view-more-button
  p:hover {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/teal_master/vbl/Shape-13.png);
}
.layout-master-vbl-bootstrap.teal-master-body .main-navigation-box:after {
  background: linear-gradient(0deg, #00a6b0 65%, #0a82a4);
  height: 99%;
}
@media (min-width: 991px) and (max-width: 1199px) {
  .layout-master-vbl-bootstrap.teal-master-body .main-navigation-box:after,
  .layout-master-vbl-bootstrap.teal-master-body .main-navigation-box:before {
    height: 89%;
    top: 4px;
  }
}
.layout-master-vbl-bootstrap.teal-master-body
  .main-navigation-box
  .header_nav_small.navigation-horizontal
  .navigation-item.navigation-level1.has-active-child
  > .navigation-item-title,
.layout-master-vbl-bootstrap.teal-master-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-branch.navigation-level2
  .navigation-item-title,
.layout-master-vbl-bootstrap.teal-master-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1
  > a.navigation-item-title:hover,
.layout-master-vbl-bootstrap.teal-master-body
  .navigation-item.navigation-level1:hover
  a {
  color: #00b2a9 !important;
}
.layout-master-vbl-bootstrap.teal-master-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1.is-active
  > .navigation-item-title {
  background: transparent !important;
}
.layout-master-vbl-bootstrap.teal-master-body
  .has-children.navigation-item.navigation-level1:hover {
  background-color: transparent;
}
.layout-master-vbl-bootstrap.teal-master-body
  .has-children.navigation-item.navigation-level1:hover:after {
  color: #00b2a9;
}
.layout-master-vbl-bootstrap.teal-master-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1
  > a.navigation-item-title:focus,
.layout-master-vbl-bootstrap.teal-master-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1
  > a.navigation-item-title:hover {
  background: transparent !important;
  background-color: transparent !important;
  color: #00b2a9 !important;
}
.layout-master-vbl-bootstrap.teal-master-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1.is-open {
  color: #001d96 !important;
}
.layout-master-vbl-bootstrap.teal-master-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1.is-open
  > a {
  background-color: transparent !important;
  color: #00b2a9 !important;
}
.layout-master-vbl-bootstrap.teal-master-body .accordion-head:after,
.layout-master-vbl-bootstrap.teal-master-body .faq-home-view-more-button p a,
.layout-master-vbl-bootstrap.teal-master-body .faq-life-with-denture-text h2,
.layout-master-vbl-bootstrap.teal-master-body .home-promo-text h3,
.layout-master-vbl-bootstrap.teal-master-body
  .pdt-left-image
  .component-content
  p,
.layout-master-vbl-bootstrap.teal-master-body
  .pdt-offers-image
  .component-content
  p,
.layout-master-vbl-bootstrap.teal-master-body
  .product-center-accordion
  .accordion-title-text,
.layout-master-vbl-bootstrap.teal-master-body .product-center-accordion a,
.layout-master-vbl-bootstrap.teal-master-body .richtext-faq-question:after {
  color: #00b2a9;
}
.layout-master-vbl-bootstrap.teal-master-body
  .car-home
  .snippetReference
  .richText
  p
  a {
  color: #00b2a9 !important;
}
.layout-master-vbl-bootstrap.teal-master-body
  .car-home
  .snippetReference:hover
  .richText
  a {
  color: #fff !important;
}
.layout-master-vbl-bootstrap.teal-master-body
  .pd-cleansers-box
  .pdt-left-image
  figure:hover
  a,
.layout-master-vbl-bootstrap.teal-master-body .pdt-offers-image figure:hover a {
  border-color: #00b2a9;
  color: #00b2a9;
  background-color: #00b2a9;
}
.layout-master-vbl-bootstrap.teal-master-body
  .pd-cleansers-box
  .pdt-left-image
  figure,
.layout-master-vbl-bootstrap.teal-master-body .pdt-offers-image figure {
  border: 1px solid #00b2a9;
}
.layout-master-vbl-bootstrap.teal-master-body .faq-home-view-more-button p {
  background: url(/content/dam/cf-consumer-healthcare/polident/teal_master/DT/Homepage/Shape-Where-to-buy.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}
.layout-master-vbl-bootstrap.teal-master-body .faq-outer-box-first,
.layout-master-vbl-bootstrap.teal-master-body .faq-outer-box-second,
.layout-master-vbl-bootstrap.teal-master-body .faq-outer-box-third,
.layout-master-vbl-bootstrap.teal-master-body .product-center-accordion:before {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/teal_master/DT/Homepage/Brand_line_big_teal.png) !important;
}
.layout-master-vbl-bootstrap.teal-master-body .faq-inner-white-box,
.layout-master-vbl-bootstrap.teal-master-body
  .product-center-accordion
  .accordion-head {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/teal_master/DT/Homepage/Brand_line_thin_teal.png);
}
.layout-master-vbl-bootstrap.teal-master-body #footer {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/teal_master/DT/Homepage/Poliflip-Footer-svg.png);
  background-repeat: no-repeat;
}
.layout-master-vbl-bootstrap.teal-master-body #\39 49540716 > .content {
  display: flex;
}
.layout-master-vbl-bootstrap.teal-master-body
  .car-home
  .carousel-nav
  li.carousel-nav-item.is-active
  a {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/teal_master/DT/Homepage/Shape_green.png) !important;
}
.layout-master-vbl-bootstrap.teal-master-body .header-box {
  height: 67px;
  padding-top: 16px;
  margin-bottom: 0;
}
.layout-master-vbl-bootstrap.teal-master-body .header-box .poligrip-logo {
  margin: 0;
}
.layout-master-vbl-bootstrap.teal-master-body .header-box .polident-logo {
  clear: none;
  float: left;
  margin-bottom: 0;
}
.layout-master-vbl-bootstrap.teal-master-body .header-box .gsk-logo {
  width: 6%;
}
.layout-master-vbl-bootstrap.teal-master-body .header-box .richText.odd {
  background-position: 50%;
  background: url(/content/dam/cf-consumer-healthcare/polident/teal_master/DT/Homepage/Shape-Where-to-buy.svg);
  background-position-x: center;
}
.layout-master-vbl-bootstrap.teal-master-body .header-box .richText.even {
  background-position: 50%;
  background: url(/content/dam/cf-consumer-healthcare/polident/teal_master/DT/Homepage/Shape-Coupons.svg);
  background-position-x: center;
}
.layout-master-vbl-bootstrap.teal-master-body .header-box .large {
  margin-bottom: 0;
  width: auto;
  margin-left: 10px;
  margin-top: 8px;
}
.layout-master-vbl-bootstrap.teal-master-body .header-box .large p {
  margin: 0;
  text-align: center;
}
.layout-master-vbl-bootstrap.teal-master-body .header-box .large p a {
  font-size: 20px;
}
.layout-master-vbl-bootstrap.teal-master-body .header-box .medium {
  margin-bottom: 0;
  width: auto;
  margin-left: 5px;
  margin-top: 10px;
}
.layout-master-vbl-bootstrap.teal-master-body .header-box .medium p {
  margin: 0;
  text-align: center;
}
.layout-master-vbl-bootstrap.teal-master-body .header-box .medium p a {
  display: block;
  font-size: 15px;
}
.layout-master-vbl-bootstrap.teal-master-body .header-box .corega-logo {
  clear: none;
  float: left;
}
.layout-master-vbl-bootstrap.teal-master-body .header-box .search-box {
  margin-bottom: 0;
  padding: 0;
}
.layout-master-vbl-bootstrap.teal-master-body
  .header-box
  .search-box
  .form-search {
  float: right;
  position: relative;
}
.layout-master-vbl-bootstrap.teal-master-body
  .header-box
  ::-webkit-input-placeholder {
  color: #d3d3d3;
}
.layout-master-vbl-bootstrap.teal-master-body .header-box ::-moz-placeholder {
  color: #d3d3d3;
}
.layout-master-vbl-bootstrap.teal-master-body
  .header-box
  :-ms-input-placeholder {
  color: #d3d3d3;
}
.layout-master-vbl-bootstrap.teal-master-body
  .header-box
  ::-ms-input-placeholder {
  color: #d3d3d3;
}
.layout-master-vbl-bootstrap.teal-master-body .header-box ::placeholder {
  color: #d3d3d3;
}
.layout-master-vbl-bootstrap.teal-master-body
  .header-box
  .form-search
  .input-medium.search-query {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Search_shape_navbar.png);
  background-size: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 100%;
  height: 30px;
  border: none;
  font-size: 1rem !important;
  outline: 0;
  padding-left: 15px !important;
}
.layout-master-vbl-bootstrap.teal-master-body .header-box .form-search button {
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -webkit-border-radius: 20px;
  background-color: transparent;
  background: none;
  border: none;
  border-radius: 20px;
  display: block;
  float: left;
  font-size: 0;
  height: 20px;
  padding: 0;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 20px;
}
.layout-master-vbl-bootstrap.teal-master-body .header-box .ph-template {
  width: 15.5%;
}
.layout-master-vbl-bootstrap.teal-master-body .header-box .ph-template select {
  float: right;
  margin-top: 0;
  text-transform: uppercase;
}
.layout-master-vbl-bootstrap.teal-master-body .header-box .country-selector a {
  float: right;
  margin-top: 6px;
}
.layout-master-vbl-bootstrap.teal-master-body
  .header-box
  .global-country-selector {
  width: 49%;
}
.layout-master-vbl-bootstrap.teal-master-body .header-box .richText {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.layout-master-vbl-bootstrap.teal-master-body .header-box .richText a {
  color: #00b2a9;
  font-weight: bold;
  font-size: 1rem;
  font-family: "Amelia Rounded", sans-serif !important;
}
.layout-master-vbl-bootstrap.teal-master-body.page-preparing-for-tooth-loss
  .navigation-journeys
  li:first-of-type {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/teal_master/vbl/Shape-28.png);
}
@media screen and (max-width: 992px) {
  .layout-master-vbl-bootstrap.teal-master-body.page-preparing-for-tooth-loss
    .navigation-journeys
    li:first-of-type {
    background-image: url(/content/dam/cf-consumer-healthcare/polident/teal_master/vbl/Mobile_white_1.png);
  }
}
.layout-master-vbl-bootstrap.teal-master-body.page-preparing-for-tooth-loss
  .navigation-journeys
  li:first-of-type
  span {
  color: #00b2a9;
}
.layout-master-vbl-bootstrap.teal-master-body.page-life-with-dentures
  .navigation-journeys
  li:last-of-type {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/teal_master/vbl/Shape-27.png);
}
@media screen and (max-width: 992px) {
  .layout-master-vbl-bootstrap.teal-master-body.page-life-with-dentures
    .navigation-journeys
    li:last-of-type {
    background-image: url(/content/dam/cf-consumer-healthcare/polident/teal_master/vbl/Mobile_white_1.png);
  }
}
.layout-master-vbl-bootstrap.teal-master-body.page-life-with-dentures
  .navigation-journeys
  li:last-of-type
  span {
  color: #00b2a9;
}
.layout-master-vbl-bootstrap.teal-master-body.page-getting-dentures
  .journey-quest
  .richText-content
  p:hover {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/teal_master/vbl/Button_1.png);
}
.layout-master-vbl-bootstrap.teal-master-body.page-getting-dentures
  .journey-quest
  .dentures-quest
  p {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/teal_master/vbl/Box_wit_icon.png);
}
.layout-master-vbl-bootstrap.teal-master-body.page-getting-dentures
  .journey-quest
  .dentures-quest
  p:hover {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/teal_master/vbl/Shape-1b.png);
}
.layout-master-vbl-bootstrap.teal-master-body.page-getting-dentures
  .journey-quest
  .dentures-quest
  p:hover
  a {
  color: #fff;
}
.layout-master-vbl-bootstrap.teal-master-body.page-getting-dentures
  .navigation-journeys
  li:nth-of-type(2) {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/teal_master/vbl/white_banner_icone_02.png);
}
@media screen and (max-width: 992px) {
  .layout-master-vbl-bootstrap.teal-master-body.page-getting-dentures
    .navigation-journeys
    li:nth-of-type(2) {
    background-image: url(/content/dam/cf-consumer-healthcare/polident/teal_master/vbl/Mobile_white_1.png);
  }
}
.layout-master-vbl-bootstrap.teal-master-body.page-getting-dentures
  .navigation-journeys
  li:nth-of-type(2)
  span {
  color: #00b2a9;
}
.layout-master-vbl-bootstrap.teal-master-body.page-adjusting-to-dentures
  .journey-quest
  .richText-content
  p:hover {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/teal_master/vbl/Button_1.png);
}
.layout-master-vbl-bootstrap.teal-master-body.page-adjusting-to-dentures
  .journey-quest
  .dentures-quest
  p {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/teal_master/vbl/box_with_icon2.png);
}
.layout-master-vbl-bootstrap.teal-master-body.page-adjusting-to-dentures
  .journey-quest
  .dentures-quest
  p:hover {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/teal_master/vbl/Shape-1a.png);
}
.layout-master-vbl-bootstrap.teal-master-body.page-adjusting-to-dentures
  .journey-quest
  .dentures-quest
  p:hover
  a {
  color: #fff;
}
.layout-master-vbl-bootstrap.teal-master-body.page-adjusting-to-dentures
  .navigation-journeys
  li:nth-of-type(3) {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/teal_master/vbl/white_banner_icone_03.png);
}
@media screen and (max-width: 992px) {
  .layout-master-vbl-bootstrap.teal-master-body.page-adjusting-to-dentures
    .navigation-journeys
    li:nth-of-type(3) {
    background-image: url(/content/dam/cf-consumer-healthcare/polident/teal_master/vbl/Mobile_white_1.png);
  }
}
.layout-master-vbl-bootstrap.teal-master-body.page-adjusting-to-dentures
  .navigation-journeys
  li:nth-of-type(3)
  span {
  color: #00b2a9;
}
.layout-master-vbl-bootstrap.teal-master-body
  .journey-quest
  .richText-content
  p {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/teal_master/DT/Homepage/FAQ_box.png);
}
.layout-master-vbl-bootstrap.teal-master-body
  .journey-quest
  .richText-content
  p:hover {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/teal_master/vbl/Button_1.png);
}
.layout-master-vbl-bootstrap.teal-master-body
  .journey-quest
  .richText-content
  p:hover
  a {
  color: #fff;
}
.layout-master-vbl-bootstrap.teal-master-body
  .journey-quest
  .richText-content
  p
  a {
  color: #00b2a9;
}
.layout-master-vbl-bootstrap.teal-master-body .journey-quest .dentures-quest p {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/teal_master/vbl/Getting_dentures_box.png);
}
.layout-master-vbl-bootstrap.teal-master-body
  .journey-quest
  .dentures-quest
  p:hover {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/teal_master/vbl/Shape-1.png);
}
.layout-master-vbl-bootstrap.teal-master-body
  .journey-quest
  .dentures-quest
  p:hover
  a {
  color: #fff;
}
.layout-master-vbl-bootstrap.teal-master-body
  .navigation-journeys
  li:first-of-type {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/teal_master/vbl/Shape-25.png);
  margin-left: 0;
  z-index: 9;
}
.layout-master-vbl-bootstrap.teal-master-body
  .navigation-journeys
  li:first-of-type:hover {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/teal_master/vbl/Shape-28.png);
}
.layout-master-vbl-bootstrap.teal-master-body
  .navigation-journeys
  li:first-of-type:hover
  span {
  color: #00b2a9;
}
.layout-master-vbl-bootstrap.teal-master-body
  .navigation-journeys
  li:nth-of-type(2) {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/teal_master/vbl/green_banner_icone_02.png);
  z-index: 8;
}
.layout-master-vbl-bootstrap.teal-master-body
  .navigation-journeys
  li:nth-of-type(2):hover {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/teal_master/vbl/white_banner_icone_02.png);
}
.layout-master-vbl-bootstrap.teal-master-body
  .navigation-journeys
  li:nth-of-type(2):hover
  span {
  color: #00b2a9;
}
.layout-master-vbl-bootstrap.teal-master-body
  .navigation-journeys
  li:nth-of-type(3) {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/teal_master/vbl/green_banner_icone_03.png);
  z-index: 7;
}
.layout-master-vbl-bootstrap.teal-master-body
  .navigation-journeys
  li:nth-of-type(3):hover {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/teal_master/vbl/white_banner_icone_03.png);
}
.layout-master-vbl-bootstrap.teal-master-body
  .navigation-journeys
  li:nth-of-type(3):hover
  span {
  color: #00b2a9;
}
.layout-master-vbl-bootstrap.teal-master-body
  .navigation-journeys
  li:nth-of-type(4) {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/teal_master/vbl/Shape-26.png);
}
.layout-master-vbl-bootstrap.teal-master-body
  .navigation-journeys
  li:nth-of-type(4):hover {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/teal_master/vbl/Shape-27.png);
}
.layout-master-vbl-bootstrap.teal-master-body
  .navigation-journeys
  li:nth-of-type(4):hover
  span {
  color: #00b2a9;
}
.layout-master-vbl-bootstrap.teal-master-body
  .navigation-journeys
  li:hover
  span {
  color: #00984f;
}
@media (min-width: 320px) and (max-width: 767px) {
  .layout-master-vbl-bootstrap.teal-master-body
    .footer-banner
    > .component-content {
    background-image: url(/content/dam/cf-consumer-healthcare/polident/teal_master/SP/Homepage/Poliflip.png) !important;
  }
  .layout-master-vbl-bootstrap.teal-master-body #footer {
    background-image: none !important;
  }
  .layout-master-vbl-bootstrap.teal-master-body
    .main-navigation-box
    .header_nav_small.navigation-horizontal
    .navigation-item.navigation-level1
    > .navigation-item-title {
    color: #00b2a9 !important;
  }
  .layout-master-vbl-bootstrap.teal-master-body .mob-menu p {
    background: url(/content/dam/cf-consumer-healthcare/polident/teal_master/vbl/Hamburger.png)
      0 1px no-repeat;
  }
  .layout-master-vbl-bootstrap.teal-master-body .mob-menu p.close-menu {
    background: url(/content/dam/cf-consumer-healthcare/polident/teal_master/vbl/Exit.png)
      0 1px no-repeat;
  }
  .layout-master-vbl-bootstrap.teal-master-body #\39 49540716 > .content,
  .layout-master-vbl-bootstrap.teal-master-body .footer-box-vbl .content {
    display: flex !important;
    flex-direction: column-reverse;
  }
  .layout-master-vbl-bootstrap.teal-master-body
    .navigation-journeys
    li:first-of-type {
    background-image: url(/content/dam/cf-consumer-healthcare/polident/teal_master/vbl/Mobile_green_1.png);
    margin-left: 0;
  }
  .layout-master-vbl-bootstrap.teal-master-body
    .navigation-journeys
    li:first-of-type:hover {
    background-image: url(/content/dam/cf-consumer-healthcare/polident/teal_master/vbl/Mobile_white_1.png) !important;
  }
  .layout-master-vbl-bootstrap.teal-master-body
    .navigation-journeys
    li:nth-of-type(2) {
    background-image: url(/content/dam/cf-consumer-healthcare/polident/teal_master/vbl/Mobile_green_1.png);
  }
  .layout-master-vbl-bootstrap.teal-master-body
    .navigation-journeys
    li:nth-of-type(2):hover {
    background-image: url(/content/dam/cf-consumer-healthcare/polident/teal_master/vbl/Mobile_white_1.png) !important;
  }
  .layout-master-vbl-bootstrap.teal-master-body
    .navigation-journeys
    li:nth-of-type(3) {
    background-image: url(/content/dam/cf-consumer-healthcare/polident/teal_master/vbl/Mobile_green_1.png);
  }
  .layout-master-vbl-bootstrap.teal-master-body
    .navigation-journeys
    li:nth-of-type(3):hover {
    background-image: url(/content/dam/cf-consumer-healthcare/polident/teal_master/vbl/Mobile_white_1.png) !important;
  }
  .layout-master-vbl-bootstrap.teal-master-body
    .navigation-journeys
    li:nth-of-type(4) {
    background-image: url(/content/dam/cf-consumer-healthcare/polident/teal_master/vbl/Mobile_green_2.png);
  }
  .layout-master-vbl-bootstrap.teal-master-body
    .navigation-journeys
    li:nth-of-type(4):hover {
    background-image: url(/content/dam/cf-consumer-healthcare/polident/teal_master/vbl/Mobile_white_2.png) !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .layout-master-vbl-bootstrap.teal-master-body
    .navigation-journeys
    li:first-of-type {
    background-image: url(/content/dam/cf-consumer-healthcare/polident/teal_master/vbl/Mobile_green_1.png);
    margin-left: 0;
  }
  .layout-master-vbl-bootstrap.teal-master-body
    .navigation-journeys
    li:first-of-type:hover {
    background-image: url(/content/dam/cf-consumer-healthcare/polident/teal_master/vbl/Mobile_white_1.png) !important;
  }
  .layout-master-vbl-bootstrap.teal-master-body
    .navigation-journeys
    li:nth-of-type(2) {
    background-image: url(/content/dam/cf-consumer-healthcare/polident/teal_master/vbl/Mobile_green_1.png);
  }
  .layout-master-vbl-bootstrap.teal-master-body
    .navigation-journeys
    li:nth-of-type(2):hover {
    background-image: url(/content/dam/cf-consumer-healthcare/polident/teal_master/vbl/Mobile_white_1.png) !important;
  }
  .layout-master-vbl-bootstrap.teal-master-body
    .navigation-journeys
    li:nth-of-type(3) {
    background-image: url(/content/dam/cf-consumer-healthcare/polident/teal_master/vbl/Mobile_green_1.png);
  }
  .layout-master-vbl-bootstrap.teal-master-body
    .navigation-journeys
    li:nth-of-type(3):hover {
    background-image: url(/content/dam/cf-consumer-healthcare/polident/teal_master/vbl/Mobile_white_1.png) !important;
  }
  .layout-master-vbl-bootstrap.teal-master-body
    .navigation-journeys
    li:nth-of-type(4) {
    background-image: url(/content/dam/cf-consumer-healthcare/polident/teal_master/vbl/Mobile_green_2.png);
  }
  .layout-master-vbl-bootstrap.teal-master-body
    .navigation-journeys
    li:nth-of-type(4):hover {
    background-image: url(/content/dam/cf-consumer-healthcare/polident/teal_master/vbl/Mobile_white_2.png) !important;
  }
}
.layout-master-vbl-bootstrap.teal-master-body
  .has-children.has-active-child.navigation-item.navigation-level1:after {
  color: #00b2a9;
}
.layout-master-vbl-bootstrap .banner > .component-content {
  height: 500px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}
.layout-master-vbl-bootstrap .search-res-box .searchResults.search-result,
.layout-master-vbl-bootstrap .search-results {
  display: block !important;
}
.layout-master-vbl-bootstrap.page-products-vbl h1 .green-header {
  text-transform: uppercase;
  font-size: 36px;
}
.layout-master-vbl-bootstrap.page-products-vbl h3 {
  text-transform: uppercase;
}
.layout-master-vbl-bootstrap .car-home img {
  z-index: 10;
}
.layout-master-vbl-bootstrap .expert-advice-image img {
  width: 100%;
}
.layout-master-vbl-bootstrap .navigation-item.navigation-level1:hover {
  background-color: #ebebeb;
}
.layout-master-vbl-bootstrap
  .navigation-item.navigation-level1:hover.has-active-child
  > .navigation-item-title {
  background-color: #ebebeb !important;
}
.layout-master-vbl-bootstrap .navigation-item.navigation-level1:hover a {
  color: #196930;
}
.layout-master-vbl-bootstrap
  .has-children.has-active-child.navigation-item.navigation-level1:after {
  color: #00984f;
}
.layout-master-vbl-bootstrap
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1.page-frequently-asked-questions-vbl.is-active
  > .navigation-item-title {
  color: #fff;
}
.layout-master-vbl-bootstrap
  #footer
  .footer-navigation
  .navigation-item.navigation-level1
  > .navigation-item-title:hover {
  color: #d3d3d3 !important;
}
.layout-master-vbl-bootstrap .main-navigation-box .component-content .content {
  width: 100%;
}
.layout-master-vbl-bootstrap .modal__wrapper {
  z-index: 999;
  display: none;
}
@media (max-width: 991px) and (min-width: 768px) {
  .layout-master-vbl-bootstrap .banner {
    height: auto !important;
    margin-bottom: 0;
  }
  .layout-master-vbl-bootstrap .banner > .component-content {
    height: 300px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
  }
}
@media (max-width: 767px) and (min-width: 375px) {
  .layout-master-vbl-bootstrap .banner {
    height: auto !important;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) and (min-width: 320px) {
  .layout-master-vbl-bootstrap .banner > .component-content {
    height: 350px;
    background-size: 325%;
    background-repeat: no-repeat;
    background-position-y: 0;
    background-position-x: 65%;
  }
  .layout-master-vbl-bootstrap.page-home .banner > .component-content {
    background-size: 250%;
    background-position-x: 85%;
  }
  .layout-master-vbl-bootstrap .richText.banner-text {
    top: 45% !important;
  }
  .layout-master-vbl-bootstrap .richText.banner-text p {
    display: none;
  }
  .layout-master-vbl-bootstrap
    .component
    .navigation-journeys
    li:first-child
    span {
    margin-right: 10px !important;
  }
  .layout-master-vbl-bootstrap.page-polident-clean-refresh-dentures-wipes-vbl
    .produt-description,
  .layout-master-vbl-bootstrap.page-polident-double-power-denture-cleaning-tablets-vbl
    .produt-description {
    margin-top: 0 !important;
  }
  .layout-master-vbl-bootstrap.page-polident-clean-refresh-dentures-wipes-vbl
    .product-image-white-box,
  .layout-master-vbl-bootstrap.page-polident-double-power-denture-cleaning-tablets-vbl
    .product-image-white-box {
    margin: 30% 0 0 !important;
  }
}
.layout-master-vbl-bootstrap .green-header,
.layout-master-vbl-bootstrap a,
.layout-master-vbl-bootstrap h1,
.layout-master-vbl-bootstrap h2,
.layout-master-vbl-bootstrap h3,
.layout-master-vbl-bootstrap h4,
.layout-master-vbl-bootstrap h5,
.layout-master-vbl-bootstrap h6,
.layout-master-vbl-bootstrap li a,
.layout-master-vbl-bootstrap p {
  font-family: "Amelia Rounded", sans-serif !important;
  font-weight: 400;
}
.layout-master-vbl-bootstrap .container-fluid > .row {
  overflow: hidden;
}
.layout-master-vbl-bootstrap.page-polident-clean-refresh-dentures-wipes-vbl
  .produt-description,
.layout-master-vbl-bootstrap.page-polident-cushion-and-comfort-vbl
  .produt-description,
.layout-master-vbl-bootstrap.page-polident-double-power-denture-cleaning-tablets-vbl
  .produt-description {
  margin-top: 55%;
}
.layout-master-vbl-bootstrap .main-navigation-box .home-logo {
  width: auto;
  margin: 0 0 0 10px !important;
}
.layout-master-vbl-bootstrap .main-navigation-box .home-logo a {
  display: block;
  height: 21px;
  padding: 15px 22px 20px;
}
.layout-master-vbl-bootstrap .main-navigation-box .home-logo a:hover {
  background-color: transparent !important;
}
.layout-master-vbl-bootstrap .center-align {
  text-align: center;
}
@media (min-width: 992px) {
  .layout-master-vbl-bootstrap .box-template-logo {
    margin-left: 3%;
    margin-right: 5%;
  }
  .layout-master-vbl-bootstrap
    #footer
    .shareThis.sharethis-right-template
    .shareThis-list {
    float: left;
  }
  .layout-master-vbl-bootstrap #footer .shareThis.sharethis-right-template a {
    height: auto;
  }
  .layout-master-vbl-bootstrap #footer .shareThis.sharethis-right-template img {
    width: 75%;
  }
  .layout-master-vbl-bootstrap
    #footer
    .shareThis.sharethis-right-template
    ul
    li {
    width: 50px;
    border-right: none !important;
    min-height: 42px;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .layout-master-vbl-bootstrap #footer {
    background-image: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/FOOTER_desktop.png);
    background-position: 50%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .layout-master-vbl-bootstrap .polident-logo,
  .layout-master-vbl-bootstrap .poligrip-logo {
    width: 30% !important;
  }
  .layout-master-vbl-bootstrap .main-navigation-box:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: -15%;
    height: 100%;
    width: 20px;
    background-color: #fff;
    transform: scaleX(20);
  }
  .layout-master-vbl-bootstrap .main-navigation-box:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: -17%;
    height: 100%;
    width: 20px;
    background-color: #196930;
    transform: scaleX(20);
  }
}
.layout-master-vbl-bootstrap.page-Denture-journeys .richtext-body-content h3,
.layout-master-vbl-bootstrap.page-Denture-journeys
  .richtext-ea-header-content
  h1 {
  font-size: 40px;
}
.layout-master-vbl-bootstrap.page-Denture-journeys .page-wrap p {
  line-height: 1.25em !important;
}
.layout-master-vbl-bootstrap.page-Denture-journeys
  .page-products-vbl
  .page-wrap,
.layout-master-vbl-bootstrap.page-Denture-journeys .richtext-ea-header-content,
.layout-master-vbl-bootstrap.page-products-vbl .page-wrap {
  margin-top: 4.5%;
}
.layout-master-vbl-bootstrap
  .box-chatterbox-bottom
  > .component-content
  .content {
  display: flex;
  flex-direction: column;
}
.layout-master-vbl-bootstrap
  .has-children.navigation-item.navigation-level1:after {
  content: "\f078";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  height: auto;
  position: relative;
  padding-left: 5%;
  color: #fff;
}
.layout-master-vbl-bootstrap
  .has-children.navigation-item.navigation-level1:after:hover {
  content: "\f077";
}
.layout-master-vbl-bootstrap
  .has-children.navigation-item.navigation-level1:hover:after {
  content: "\f077" !important;
  color: #009a44;
}
.layout-master-vbl-bootstrap .journey-snip:hover .richText p a {
  color: #fff !important;
}
.layout-master-vbl-bootstrap .accordion-head:hover .accordion-title-text,
.layout-master-vbl-bootstrap .accordion-head:hover:after {
  color: #001489 !important;
}
.layout-master-vbl-bootstrap .has-children.navigation-item.navigation-level1 {
  display: flex;
}
.layout-master-vbl-bootstrap.page-things-to-ask-dentist h1 {
  color: #009a44;
  font-size: 2.5rem;
  text-transform: uppercase;
  padding: 5%;
  background: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Icons/car-grey.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-left: -10px;
}
.layout-master-vbl-bootstrap.page-things-to-ask-dentist .no-padding {
  padding: 0;
}
.layout-master-vbl-bootstrap.page-things-to-ask-dentist h2 {
  color: #fff;
  text-transform: uppercase;
  padding: 25px 25px 25px 100px;
  background: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Icons/Shape_3.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.layout-master-vbl-bootstrap.page-things-to-ask-dentist
  .silver-border
  .component-content:after {
  background-size: 125%;
}
.layout-master-vbl-bootstrap.page-things-to-ask-dentist .gray-line {
  margin-top: 5%;
  border-left: 10px solid #ebebeb;
  border-top-left-radius: 50px;
}
.layout-master-vbl-bootstrap.page-things-to-ask-dentist .navod p {
  color: #009a44;
  font-size: 1rem;
  padding: 0 50px;
  line-height: 1.25;
}
.layout-master-vbl-bootstrap.page-things-to-ask-dentist .navod p:before {
  display: inline-block;
  content: "";
  background: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Navodnici_gornji.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  left: 10px;
  margin-right: 10px;
}
.layout-master-vbl-bootstrap.page-things-to-ask-dentist .navod p:after {
  display: inline-block;
  content: "";
  background: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/nadnici_donji.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  right: 0;
  margin-left: 10px;
}
.layout-master-vbl-bootstrap.page-things-to-ask-dentist .right-border {
  display: block;
  content: "";
  background: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/TextBox_Shape_edge_V2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 100% 100%;
}
.layout-master-vbl-bootstrap.page-things-to-ask-dentist
  .right-border
  > .component-content:before {
  display: block;
  border-left: 10px solid #ebebeb;
  border-bottom: 10px solid #ebebeb;
  position: absolute;
  height: 50px;
  width: 100px;
  left: -10px;
  border-bottom-left-radius: 100px;
}
.layout-master-vbl-bootstrap.page-things-to-ask-dentist .richText ul li:before {
  display: block;
  content: "";
  background: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/TICK.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 15px;
  height: 15px;
  left: 10px;
}
.layout-master-vbl-bootstrap.page-things-to-ask-dentist .quest-one h2 {
  background: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Icons/Shape_3.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.layout-master-vbl-bootstrap.page-things-to-ask-dentist .quest-one h2:before {
  display: block;
  content: "";
  background: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Question1_icone.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  left: 0;
}
.layout-master-vbl-bootstrap.page-things-to-ask-dentist .quest-two h2 {
  background: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Icons/Shape_2.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.layout-master-vbl-bootstrap.page-things-to-ask-dentist .quest-two h2:before {
  display: block;
  content: "";
  background: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Question2_icone.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100px;
  height: 100px;
  top: -10px;
  left: 0;
}
.layout-master-vbl-bootstrap.page-things-to-ask-dentist .quest-three h2 {
  background: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Icons/Shape_3.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.layout-master-vbl-bootstrap.page-things-to-ask-dentist .quest-three h2:before {
  display: block;
  content: "";
  background: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Question3_icone.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100px;
  height: 100px;
  top: -10px;
  left: 0;
}
.layout-master-vbl-bootstrap.page-things-to-ask-dentist .quest-four h2:before {
  display: block;
  content: "";
  background: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Question4_icone.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100px;
  height: 100px;
  top: 20px;
  left: 0;
}
.layout-master-vbl-bootstrap.page-things-to-ask-dentist .quest-five h2:before {
  display: block;
  content: "";
  background: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Question5_icone.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100px;
  height: 100px;
  top: -10px;
  left: 0;
}
.layout-master-vbl-bootstrap.page-things-to-ask-dentist .quest-six h2:before {
  display: block;
  content: "";
  background: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Question6_icone.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100px;
  height: 100px;
  top: 20px;
  left: 0;
}
.layout-master-vbl-bootstrap.page-things-to-ask-dentist .quest-seven h2:before {
  display: block;
  content: "";
  background: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Question7_icone.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100px;
  height: 100px;
  top: 20px;
  left: 0;
}
.layout-master-vbl-bootstrap.page-things-to-ask-dentist .quest-eight h2:before {
  display: block;
  content: "";
  background: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Question8_icone.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100px;
  height: 100px;
  top: 20px;
  left: 0;
}
.layout-master-vbl-bootstrap.page-things-to-ask-dentist .quest-nine h2:before {
  display: block;
  content: "";
  background: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Question9_icone.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100px;
  height: 100px;
  top: 20px;
  left: 0;
}
.layout-master-vbl-bootstrap
  .has-active-child.navigation-item.navigation-level1,
.layout-master-vbl-bootstrap
  .has-children.is-active.navigation-item.navigation-level1 {
  background-color: #fff;
}
.layout-master-vbl-bootstrap .main-navigation-box {
  padding: 0;
  z-index: 99;
}
.layout-master-vbl-bootstrap
  .main-navigation-box
  .header_nav_small.navigation-horizontal
  .navigation-item.navigation-level1
  > .navigation-item-title {
  font-family: "Amelia Rounded", sans-serif !important;
  font-weight: 700;
  font-size: 1rem !important;
  text-overflow: inherit;
  white-space: pre;
  padding-right: 2px !important;
}
.layout-master-vbl-bootstrap
  .main-navigation-box
  .component-content
  > .content {
  display: flex;
  align-content: space-around;
  align-items: center;
}
.layout-master-vbl-bootstrap
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1 {
  padding: 25px;
}
.layout-master-vbl-bootstrap
  .main-navigation-box
  .navigation-horizontal
  .navigation-branch.navigation-level2
  .navigation-item-title {
  font-family: "Amelia Rounded", sans-serif !important;
  background: transparent;
  color: #00984f !important;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 400 !important;
  padding: 10px 20px !important;
  position: relative;
  background-image: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/nav_line_new.png) !important;
  background-position: bottom !important;
  background-repeat: no-repeat !important;
  background-size: 90% !important;
}
.layout-master-vbl-bootstrap
  .main-navigation-box
  .navigation-horizontal
  .navigation-branch.navigation-level2
  .navigation-item-title:hover {
  color: #001489 !important;
}
.layout-master-vbl-bootstrap
  .main-navigation-box
  .navigation-horizontal
  .navigation-level1
  .navigation-branch.navigation-level2
  > .navigation-level2 {
  width: 100% !important;
  min-width: 100%;
  background: transparent;
}
.layout-master-vbl-bootstrap .main-navigation-box .home-logo img {
  width: 30px;
}
.layout-master-vbl-bootstrap .main-navigation-box > .component-content {
  background-size: 130% 100% !important;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.layout-master-vbl-bootstrap
  .main-navigation-box
  .navigation-item.navigation-level1
  > .navigation-item-title,
.layout-master-vbl-bootstrap
  .main-navigation-box
  .navigation.navigation-horizontal {
  background: none !important;
}
.layout-master-vbl-bootstrap #header {
  padding: 0;
  z-index: 99;
}
.layout-master-vbl-bootstrap sub {
  font-size: 75% !important;
}
.layout-master-vbl-bootstrap sup {
  font-size: 63% !important;
}
.layout-master-vbl-bootstrap figure {
  margin: 0 auto;
}
.layout-master-vbl-bootstrap .component {
  clear: none;
}
.layout-master-vbl-bootstrap #footer .footer-box-vbl,
.layout-master-vbl-bootstrap #footer .footer-navigation {
  padding: 6%;
}
.layout-master-vbl-bootstrap
  #footer
  .navigation-item.navigation-level1
  > .navigation-item-title {
  color: #fff !important;
  font-size: 1rem !important;
  text-align: left;
  font-family: "Amelia Rounded", sans-serif !important;
  font-weight: 700;
}
.layout-master-vbl-bootstrap #footer p {
  color: #fff !important;
}
.layout-master-vbl-bootstrap #footer .navigation-item {
  border: none !important;
  width: 100%;
}
.layout-master-vbl-bootstrap #footer .box > .component-content {
  background-position: 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.layout-master-vbl-bootstrap .page-wrap {
  background: transparent;
  box-shadow: none;
}
.layout-master-vbl-bootstrap .journey-quest p {
  padding: 0 !important;
}
.layout-master-vbl-bootstrap.page-new-articles-atd h1,
.layout-master-vbl-bootstrap.page-new-articles-atd h2,
.layout-master-vbl-bootstrap.page-new-articles-atd h3,
.layout-master-vbl-bootstrap.page-new-articles-gt h1,
.layout-master-vbl-bootstrap.page-new-articles-gt h2,
.layout-master-vbl-bootstrap.page-new-articles-gt h3,
.layout-master-vbl-bootstrap.page-new-articles-lwd h1,
.layout-master-vbl-bootstrap.page-new-articles-lwd h2,
.layout-master-vbl-bootstrap.page-new-articles-lwd h3,
.layout-master-vbl-bootstrap.page-new-articles-pftl h1,
.layout-master-vbl-bootstrap.page-new-articles-pftl h2,
.layout-master-vbl-bootstrap.page-new-articles-pftl h3 {
  text-transform: uppercase;
}
.layout-master-vbl-bootstrap .footer-navigation {
  padding: 0;
}
.layout-master-vbl-bootstrap .footer-logo {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 1;
  margin-left: 25%;
}
.layout-master-vbl-bootstrap .footer-logo .content {
  display: flex;
  align-items: center;
}
.layout-master-vbl-bootstrap #\30 1503535149 > .content {
  display: flex;
  flex: 1;
}
.layout-master-vbl-bootstrap .header-box {
  height: 64px;
  padding-top: 16px;
  margin-bottom: 0;
}
.layout-master-vbl-bootstrap .header-box .poligrip-logo {
  margin: 0;
}
.layout-master-vbl-bootstrap .header-box .polident-logo {
  clear: none;
  float: left;
  margin-bottom: 0;
}
.layout-master-vbl-bootstrap .header-box .richText.odd {
  background-position: 50%;
  background: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Navbar_WhereToBuy_Shape.png);
  background-position-x: center;
}
.layout-master-vbl-bootstrap .header-box .richText.even {
  background-position: 50%;
  background: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Navbar_Coupons_Shape.png);
  background-position-x: center;
}
.layout-master-vbl-bootstrap .header-box .large {
  margin-bottom: 0;
  width: auto;
  margin-left: 10px;
  margin-top: 8px;
}
.layout-master-vbl-bootstrap .header-box .large p {
  margin: 0;
  text-align: center;
}
.layout-master-vbl-bootstrap .header-box .large p a {
  font-size: 20px;
}
.layout-master-vbl-bootstrap .header-box .medium {
  margin-bottom: 0;
  width: auto;
  margin-left: 5px;
  margin-top: 10px;
}
.layout-master-vbl-bootstrap .header-box .medium p {
  margin: 0;
  text-align: center;
}
.layout-master-vbl-bootstrap .header-box .medium p a {
  display: block;
  font-size: 15px;
}
.layout-master-vbl-bootstrap .header-box .corega-logo {
  clear: none;
  float: left;
}
.layout-master-vbl-bootstrap .header-box .search-box {
  margin-bottom: 0;
  padding: 0;
}
.layout-master-vbl-bootstrap .header-box .search-box .form-search {
  float: right;
  position: relative;
}
.layout-master-vbl-bootstrap .header-box ::-webkit-input-placeholder {
  color: #d3d3d3;
}
.layout-master-vbl-bootstrap .header-box ::-moz-placeholder {
  color: #d3d3d3;
}
.layout-master-vbl-bootstrap .header-box :-ms-input-placeholder {
  color: #d3d3d3;
}
.layout-master-vbl-bootstrap .header-box ::-ms-input-placeholder {
  color: #d3d3d3;
}
.layout-master-vbl-bootstrap .header-box ::placeholder {
  color: #d3d3d3;
}
.layout-master-vbl-bootstrap .header-box .search-query::-ms-clear {
  display: none;
}
.layout-master-vbl-bootstrap
  .header-box
  .form-search
  .input-medium.search-query {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Search_shape_navbar.png);
  background-size: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 100%;
  height: 30px;
  border: none;
  font-size: 1rem !important;
  outline: 0;
  padding-left: 15px !important;
}
.layout-master-vbl-bootstrap .header-box .form-search button {
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -webkit-border-radius: 20px;
  background-color: transparent;
  border: none;
  border-radius: 20px;
  display: block;
  float: left;
  font-size: 0;
  height: 20px;
  padding: 0;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 20px;
}
.layout-master-vbl-bootstrap .header-box .ph-template {
  width: 20.5%;
}
.layout-master-vbl-bootstrap .header-box .ph-template select {
  float: right;
  margin-top: 0;
  text-transform: uppercase;
}
.layout-master-vbl-bootstrap .header-box .country-selector a {
  float: right;
  margin-top: 6px;
}
.layout-master-vbl-bootstrap .header-box .global-country-selector {
  width: 49%;
}
.layout-master-vbl-bootstrap .header-box .richText {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.layout-master-vbl-bootstrap .header-box .richText a {
  color: #00984f;
  font-weight: bold;
  font-size: 1rem;
  font-family: "Amelia Rounded", sans-serif !important;
}
.layout-master-vbl-bootstrap .parametrizedhtml.reference-navigation-journeys {
  padding: 0;
}
.layout-master-vbl-bootstrap .reference-lazy-load-image-with-figcaption {
  text-align: center;
}
.layout-master-vbl-bootstrap .faq-life-with-denture-text h2,
.layout-master-vbl-bootstrap .home-promo-text h3,
.layout-master-vbl-bootstrap .product-center-accordion .accordion-title-text {
  font-family: "Amelia Rounded", sans-serif !important;
  font-weight: 700;
}
.layout-master-vbl-bootstrap .navigation-journeys {
  display: flex;
  height: 70px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  min-width: 100%;
  max-width: 100%;
}
.layout-master-vbl-bootstrap .navigation-journeys li {
  background-size: 100% 100%;
  overflow: hidden;
  width: 100%;
  margin-left: -2.5%;
  min-width: 26.8%;
  max-width: 25%;
  display: flex;
  flex: 1;
  position: relative;
}
.layout-master-vbl-bootstrap .navigation-journeys li:first-child span {
  margin-right: 30px !important;
}
.layout-master-vbl-bootstrap .navigation-journeys li span {
  color: #fff;
  display: block;
  font-size: 0.875rem;
  line-height: 18px;
  text-transform: uppercase;
  width: 38%;
  font-weight: bold;
  font-family: "Amelia Rounded", sans-serif !important;
}
.layout-master-vbl-bootstrap .navigation-journeys li a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 70px;
  flex: 1;
}
.layout-master-vbl-bootstrap .navigation-journeys li:first-of-type {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/green_banner_icone_01.png);
  margin-left: 0;
  z-index: 9;
}
.layout-master-vbl-bootstrap .navigation-journeys li:first-of-type:hover {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/white_banner_icone_01.png);
}
.layout-master-vbl-bootstrap .navigation-journeys li:nth-of-type(2) {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/green_banner_icone_02.png);
  z-index: 8;
}
.layout-master-vbl-bootstrap .navigation-journeys li:nth-of-type(2):hover {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/white_banner_icone_02.png);
}
.layout-master-vbl-bootstrap .navigation-journeys li:nth-of-type(3) {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/green_banner_icone_03.png);
  z-index: 7;
}
.layout-master-vbl-bootstrap .navigation-journeys li:nth-of-type(3):hover {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/white_banner_icone_03.png);
}
.layout-master-vbl-bootstrap .navigation-journeys li:nth-of-type(4) {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/green_banner_icone_04.png);
}
.layout-master-vbl-bootstrap .navigation-journeys li:nth-of-type(4):hover {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/white_banner_icone_04.png);
}
.layout-master-vbl-bootstrap .navigation-journeys li:hover span {
  color: #00984f;
}
.layout-master-vbl-bootstrap .car-home {
  background-color: #f0f5f5;
  border: none;
  padding: 0;
}
.layout-master-vbl-bootstrap .car-home .snippetReference {
  padding: 0;
}
.layout-master-vbl-bootstrap
  .car-home
  .snippetReference:hover
  .box.first:after {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Icons/car-green.png);
}
.layout-master-vbl-bootstrap .car-home .snippetReference:hover .richText p a {
  color: #fff !important;
}
.layout-master-vbl-bootstrap .car-home .snippetReference .image {
  margin-bottom: 0;
}
.layout-master-vbl-bootstrap .car-home .snippetReference .image img {
  width: 100%;
}
.layout-master-vbl-bootstrap .car-home .snippetReference .box.first:after {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Icons/car-white.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  clear: both;
  content: "";
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  flex: 1;
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}
.layout-master-vbl-bootstrap .car-home .snippetReference .richText {
  height: 100px;
  margin-top: -10px;
  z-index: 11;
}
.layout-master-vbl-bootstrap .car-home .snippetReference .richText p {
  color: #089b53 !important;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1;
  margin-top: 0;
  padding: 0 5% 5%;
}
.layout-master-vbl-bootstrap .car-home .snippetReference .richText p a {
  color: #089b53 !important;
  font-family: "Amelia Rounded", sans-serif !important;
  font-weight: 700;
}
.layout-master-vbl-bootstrap .car-home .snippetReference .richText p a:hover {
  color: #fff !important;
}
.layout-master-vbl-bootstrap .car-home .carousel-nav {
  overflow: visible;
}
.layout-master-vbl-bootstrap
  .car-home
  .carousel-nav
  li.carousel-nav-item.is-active
  a {
  background: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Shape\ _green.png) !important;
  width: 50px;
  height: 8px;
  border: none;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.layout-master-vbl-bootstrap .car-home .carousel-nav .carousel-nav-item a {
  background: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Shape\ _gray.png) !important;
  width: 50px;
  height: 8px;
  border: none;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.layout-master-vbl-bootstrap .car-home .carousel-slide {
  line-height: 1;
  padding: 0 20px;
}
.layout-master-vbl-bootstrap .carousel-nav {
  display: none !important;
  align-items: center;
  justify-content: center;
}
.layout-master-vbl-bootstrap .carousel-nav li {
  opacity: 1;
  display: inline-flex;
}
.layout-master-vbl-bootstrap .carousel-nav li:hover {
  display: inline-flex;
}
.layout-master-vbl-bootstrap .carousel-nav-prev {
  left: 15px;
}
.layout-master-vbl-bootstrap .carousel-nav-next {
  right: 15px;
}
.layout-master-vbl-bootstrap .accordion-head:after {
  content: "+" !important;
  font-size: 45px !important;
  color: #00984f;
  top: 15px !important;
}
.layout-master-vbl-bootstrap
  .accordion-slide.is-active
  > .accordion-head:after {
  color: #001489 !important;
  content: "-" !important;
  font-size: 45px !important;
  font-family: "Amelia Rounded", sans-serif !important;
}
.layout-master-vbl-bootstrap .accordion-slide .accordion-head:hover,
.layout-master-vbl-bootstrap
  .accordion-slide.is-active
  > .accordion-head:hover {
  background-color: transparent !important;
}
.layout-master-vbl-bootstrap .faq-life-with-denture-text {
  font-weight: bold;
  margin-left: 0;
}
.layout-master-vbl-bootstrap .faq-life-with-denture-text .richText-content {
  position: relative;
}
.layout-master-vbl-bootstrap .faq-life-with-denture-text h2 {
  text-align: center;
  color: #00984f;
  font-size: 2.25rem;
  line-height: normal;
}
.layout-master-vbl-bootstrap .home-promo-text {
  font-weight: bold;
  padding-left: 0;
}
.layout-master-vbl-bootstrap .home-promo-text .richText-content {
  position: relative;
}
.layout-master-vbl-bootstrap .home-promo-text h3 {
  text-align: center;
  color: #00984f;
  font-size: 2.25rem;
  line-height: normal;
}
.layout-master-vbl-bootstrap .product-center-accordion {
  padding-top: 10px !important;
}
.layout-master-vbl-bootstrap .product-center-accordion:before {
  content: " ";
  display: table;
  margin-bottom: 0;
  padding: 0 45px 30px;
  background-image: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/brand_line_big_green.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
  width: 93%;
  transform: scale(-1);
}
.layout-master-vbl-bootstrap
  .product-center-accordion
  .accordion-content-wrapper {
  overflow: hidden;
}
.layout-master-vbl-bootstrap
  .product-center-accordion
  .accordion-content-wrapper
  p {
  font-size: 1.125rem;
  line-height: normal;
}
.layout-master-vbl-bootstrap
  .product-center-accordion
  .accordion-slide.is-active
  > .accordion-content-wrapper {
  overflow: hidden;
}
.layout-master-vbl-bootstrap .product-center-accordion .accordion-title-text {
  color: #00984f;
  font-weight: bold;
  font-size: 1.125rem;
}
.layout-master-vbl-bootstrap .product-center-accordion .accordion-content p {
  padding: 0 5%;
}
.layout-master-vbl-bootstrap .product-center-accordion .accordion-head {
  background-color: #f0f5f5;
  border-top: none;
  display: flex;
  background-image: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/brand_line_thin_green.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
}
.layout-master-vbl-bootstrap .product-center-accordion .accordion-head h3 {
  flex: 1;
}
.layout-master-vbl-bootstrap .product-center-accordion .accordion-container {
  border: none;
}
.layout-master-vbl-bootstrap
  .product-center-accordion
  .accordion-container
  .accordion-title {
  font-size: 14px;
  font-weight: 400;
}
.layout-master-vbl-bootstrap .using-product {
  border-top: none;
}
.layout-master-vbl-bootstrap .using-product .component-content:before {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/brand_line_big_green.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: bottom;
  width: 100%;
  height: 20px;
  transform: scale(-1);
}
.layout-master-vbl-bootstrap .faq-inner-white-box {
  background-color: #f0f5f5;
  background-image: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/brand_line_thin_green.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
  border: none;
}
.layout-master-vbl-bootstrap .faq-inner-white-box h3 {
  flex: 1;
}
.layout-master-vbl-bootstrap .faq-outer-box-first,
.layout-master-vbl-bootstrap .faq-outer-box-second,
.layout-master-vbl-bootstrap .faq-outer-box-third {
  margin-bottom: 0;
  padding: 0 45px 30px;
  background-image: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/brand_line_big_green.png) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: top;
  padding-top: 10px !important;
}
.layout-master-vbl-bootstrap .richtext-faq-question,
.layout-master-vbl-bootstrap .richtext-faq-question.is-open {
  background: none;
}
.layout-master-vbl-bootstrap .richtext-faq-question:after {
  content: "+" !important;
  font-size: 45px !important;
  color: #00984f;
  display: inline-block;
  position: absolute;
  right: 2.5%;
  top: 30px;
}
.layout-master-vbl-bootstrap .richtext-faq-question.is-open:after {
  content: "-" !important;
  color: #001489;
}
.layout-master-vbl-bootstrap .faq-home-view-more-button p {
  background: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Navbar_WhereToBuy_Shape.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.layout-master-vbl-bootstrap .faq-home-view-more-button p a {
  color: #00984f;
  font-family: "Amelia Rounded", sans-serif !important;
  font-weight: 700;
  font-size: 1rem;
}
.layout-master-vbl-bootstrap .all-topics-faq-box .product-center-accordion {
  padding: 0 45px 12px;
}
.layout-master-vbl-bootstrap
  .cleanser-common-box
  .product-center-accordion
  div {
  margin-bottom: 0;
}
.layout-master-vbl-bootstrap
  .cleanser-common-box
  .product-center-accordion
  .accordion-container {
  margin-top: 21px;
}
.layout-master-vbl-bootstrap
  .mod-js
  .accordion-slide.is-active
  > .accordion-head {
  background-image: url(../../../../wireframe/desktop/img/arrow-down.png);
  background-position: 100%;
  background-position: 97%;
  background-repeat: no-repeat;
  cursor: pointer;
}
.layout-master-vbl-bootstrap .mod-js .accordion-head:after,
.layout-master-vbl-bootstrap
  .mod-js
  .accordion-slide.is-active
  > .accordion-head:after {
  content: "";
  display: inline-block;
  float: right;
  font-family: FontAwesome;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: 400;
  position: relative;
  top: 8px;
}
.layout-master-vbl-bootstrap .home-save-cta-desktop .image {
  width: 100% !important;
}
.layout-master-vbl-bootstrap .home-save-cta-desktop figcaption {
  top: 67% !important;
  left: 64.5% !important;
}
.layout-master-vbl-bootstrap .pd-cleansers-box .paragraphSystem:after {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Icons/product_silver.png);
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 375px;
  position: absolute;
  bottom: 0;
  margin: 2% 7px;
  border-top-left-radius: 37px;
  border-bottom-right-radius: 37px;
}
.layout-master-vbl-bootstrap .pd-cleansers-box .richText.component {
  z-index: 100;
}
.layout-master-vbl-bootstrap .pd-cleansers-box .richText.component p {
  padding-left: 3%;
  color: #009a44;
  font-weight: bold;
  font-size: 1.5rem;
  font-family: "Amelia Rounded", sans-serif !important;
  margin: 4%;
}
.layout-master-vbl-bootstrap .pd-cleansers-box:hover .paragraphSystem:after {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Icons/product_green.png);
}
.layout-master-vbl-bootstrap .pd-cleansers-box:hover .richText.component p {
  color: #fff;
}
.layout-master-vbl-bootstrap .pd-cleansers-box .pdt-left-image {
  margin-left: 7px;
  margin-bottom: 0;
  padding: 0 12px;
}
.layout-master-vbl-bootstrap .pd-cleansers-box .pdt-left-image a {
  float: left;
}
.layout-master-vbl-bootstrap .pd-cleansers-box .pdt-left-image img {
  float: left;
  width: 100%;
  border-top-left-radius: 30px;
}
.layout-master-vbl-bootstrap .pd-adhesive-box .paragraphSystem:after {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Icons/product_silver.png);
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 375px;
  position: absolute;
  bottom: 0;
  margin: 2% 7px;
  border-top-left-radius: 37px;
  border-bottom-right-radius: 37px;
}
.layout-master-vbl-bootstrap .pd-adhesive-box .richText.component {
  z-index: 100;
}
.layout-master-vbl-bootstrap .pd-adhesive-box .richText.component p {
  padding-left: 3%;
  color: #009a44;
  font-weight: bold;
  font-size: 1.5rem;
  font-family: "Amelia Rounded", sans-serif !important;
  margin: 4%;
}
.layout-master-vbl-bootstrap .pd-adhesive-box:hover .paragraphSystem:after {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Icons/product_green.png);
}
.layout-master-vbl-bootstrap .pd-adhesive-box:hover .richText.component p {
  color: #fff;
}
.layout-master-vbl-bootstrap .pd-adhesive-box .pdt-offers-image {
  margin-left: 7px;
  margin-bottom: 0;
  padding: 0 12px;
}
.layout-master-vbl-bootstrap .pd-adhesive-box .pdt-offers-image img {
  float: left;
  width: 100%;
  border-top-left-radius: 30px;
}
.layout-master-vbl-bootstrap .pdt-left-image .component-content {
  display: flex;
}
.layout-master-vbl-bootstrap .pdt-left-image .component-content p {
  padding-left: 2%;
  position: absolute;
  bottom: -10px;
  color: #009a44;
  font-weight: bold;
  font-size: 1.5rem;
  font-family: "Amelia Rounded", sans-serif !important;
}
.layout-master-vbl-bootstrap .pdt-offers-image figure {
  border: 1px solid #009a44;
  border-bottom-right-radius: 50px;
  border-top-left-radius: 50px;
}
.layout-master-vbl-bootstrap .pdt-offers-image figure:hover a {
  border-color: #009a44;
  background: #009a44;
}
.layout-master-vbl-bootstrap .pdt-offers-image figure:hover p {
  color: #fff !important;
}
.layout-master-vbl-bootstrap .pdt-offers-image .component-content {
  display: flex;
}
.layout-master-vbl-bootstrap .pdt-offers-image .component-content p {
  padding-left: 2%;
  position: absolute;
  bottom: -10px;
  font-size: 1.5rem;
  color: #009a44;
  font-weight: bold;
  font-family: "Amelia Rounded", sans-serif !important;
}
.layout-master-vbl-bootstrap .pdt-offers-image a,
.layout-master-vbl-bootstrap .pdt-offers-image img {
  float: left;
}
.layout-master-vbl-bootstrap .green-button-txt {
  background: #009a44 url(../../img/buynowright-arrow.png) 94.5% 56% no-repeat;
  width: 150px;
  margin: 0;
  text-transform: uppercase;
}
.layout-master-vbl-bootstrap .green-button-txt:hover {
  background: #21c268 url(../../img/buynowright-arrow.png) 94.5% 56% no-repeat;
}
.layout-master-vbl-bootstrap
  .home-main-outer-box
  .with-denture-right-image
  figcaption {
  left: 25%;
  position: absolute;
  top: 16em;
}
.layout-master-vbl-bootstrap
  .home-main-outer-box
  .with-denture-right-image
  figcaption
  p
  a {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  cursor: pointer;
  display: block;
  padding-bottom: 6px;
  padding-top: 6px;
  text-align: center;
  width: 146px;
  background: #fff !important;
  color: #089b53 !important;
  display: inline-block !important;
}
.layout-master-vbl-bootstrap
  .home-main-outer-box
  .with-denture-right-image
  figure {
  position: relative;
}
.layout-master-vbl-bootstrap .living-with-denture-footer-promo figcaption p a {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  cursor: pointer;
  display: block;
  padding-bottom: 6px;
  padding-top: 6px;
  text-align: center;
  width: 146px;
}
.layout-master-vbl-bootstrap
  .bottom-promo-rightbox
  .bottom-promo-rightimage
  figure,
.layout-master-vbl-bootstrap .living-with-denture-footer-promo figure {
  position: relative;
}
.layout-master-vbl-bootstrap .home-white-box h1 {
  text-align: left;
}
.layout-master-vbl-bootstrap
  .journey-snip
  .box
  > .component-content
  .content:after {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Icons/okvir.png);
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -o-background-size: contain;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500;
  display: flex;
  flex: 1;
  pointer-events: none;
}
.layout-master-vbl-bootstrap
  .journey-snip:hover
  .box
  > .component-content
  .content:after {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Icons/okvir-zeleni.png);
}
.layout-master-vbl-bootstrap .journey-snip .image {
  margin-bottom: 0;
  padding: 0;
  border-bottom: none;
}
.layout-master-vbl-bootstrap .journey-snip .image img {
  border-radius: 5px;
}
.layout-master-vbl-bootstrap .journey-snip .richText {
  height: 62px !important;
  margin-top: -1px;
  z-index: 999;
}
.layout-master-vbl-bootstrap .journey-snip .richText p {
  color: #089b53;
  font-weight: bold;
  font-size: 1.125rem;
  padding: 5%;
  margin: 0;
}
.layout-master-vbl-bootstrap .journey-snip .richText p a {
  color: #089b53;
  font-family: "Amelia Rounded", sans-serif !important;
  font-weight: 700;
}
.layout-master-vbl-bootstrap .component-content {
  overflow: visible !important;
}
.layout-master-vbl-bootstrap .silver-border {
  padding: 0;
}
.layout-master-vbl-bootstrap .silver-border .component-content:after {
  background-position: 50%;
  background-size: 140% 173%;
  width: 100%;
  height: 100.2%;
  left: 0;
}
.layout-master-vbl-bootstrap .silver-border .component-content:after,
.layout-master-vbl-bootstrap .silver-video .component-content:after {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Icons/Polident_VB_2019_Secondary_Assets-30.png);
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  pointer-events: none;
}
.layout-master-vbl-bootstrap .silver-video .component-content:after {
  background-size: 109% 173%;
  background-position: 167% 49%;
  width: 73%;
  height: 100%;
  z-index: 100;
  display: flex;
  flex: 1;
}
.layout-master-vbl-bootstrap .ytp-chrome-top {
  left: 45px;
}
.layout-master-vbl-bootstrap .journey-quest .richText-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.layout-master-vbl-bootstrap .journey-quest .richText-content p {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/FAQ_box.png);
  background-size: 99%;
  background-position: 50%;
  background-repeat: no-repeat;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  font-size: 1rem;
}
.layout-master-vbl-bootstrap .journey-quest .richText-content p a {
  color: #089b53;
  font-weight: bold;
  font-size: 1.125rem;
  font-family: "Amelia Rounded", sans-serif !important;
}
.layout-master-vbl-bootstrap .journey-quest .dentures-quest p {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Getting_dentures_box.png);
  background-size: 100%;
  height: 100px;
}
.layout-master-vbl-bootstrap .journey-quest .dentures-quest p a {
  padding-left: 18%;
}
.layout-master-vbl-bootstrap .journey-quest .richText-content p:hover {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Button_green.png);
}
.layout-master-vbl-bootstrap .journey-quest .richText-content p:hover a {
  color: #fff;
}
.layout-master-vbl-bootstrap .journey-quest .dentures-quest p:hover {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Icons/NEXT_green_3.png);
}
.layout-master-vbl-bootstrap .journey-quest .dentures-quest p:hover a {
  color: #fff;
}
.layout-master-vbl-bootstrap .faq-home-view-more-button p:hover {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Icons/wtb-green.png);
  background-size: contain;
}
.layout-master-vbl-bootstrap .faq-home-view-more-button p:hover a {
  color: #fff;
}
.layout-master-vbl-bootstrap.page-getting-dentures .dentures-quest p {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Box_wit_icon.png);
}
.layout-master-vbl-bootstrap.page-getting-dentures
  .journey-quest
  .richText-content
  p:hover {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Button_green.png);
}
.layout-master-vbl-bootstrap.page-getting-dentures
  .journey-quest
  .richText-content
  p:hover
  a {
  color: #fff;
}
.layout-master-vbl-bootstrap.page-getting-dentures
  .journey-quest
  .dentures-quest
  p:hover {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Icons/NEXT_green_1.png);
}
.layout-master-vbl-bootstrap.page-getting-dentures
  .journey-quest
  .dentures-quest
  p:hover
  a {
  color: #fff;
}
.layout-master-vbl-bootstrap.page-adjusting-to-dentures .dentures-quest p {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/box_with_icon2.png);
  justify-content: flex-end;
}
.layout-master-vbl-bootstrap.page-adjusting-to-dentures
  .journey-quest
  .richText-content
  p:hover
  a {
  color: #fff;
}
.layout-master-vbl-bootstrap.page-adjusting-to-dentures
  .journey-quest
  .dentures-quest
  p:hover {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Icons/NEXT_green_2.png);
}
.layout-master-vbl-bootstrap.page-adjusting-to-dentures
  .journey-quest
  .dentures-quest
  p:hover
  a {
  color: #fff;
}
.layout-master-vbl-bootstrap .banner img {
  width: 100%;
}
.layout-master-vbl-bootstrap .banner-text {
  position: absolute;
  top: 30%;
  left: 5%;
  background-image: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Icons/homepage-white.png);
  background-position: 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.layout-master-vbl-bootstrap .banner-text h1 {
  font-size: 2.5rem;
  color: #089b53;
  margin: 0;
  padding: 5% 0;
  font-family: "Amelia Rounded", sans-serif !important;
  font-weight: 700;
}
.layout-master-vbl-bootstrap .banner-text p {
  font-size: 1rem;
  line-height: 1;
}
.layout-master-vbl-bootstrap.page-adjusting-to-dentures .banner-text,
.layout-master-vbl-bootstrap.page-preparing-for-tooth-loss .banner-text {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Icons/preparing.png);
  background-position: 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.layout-master-vbl-bootstrap.page-getting-dentures .banner-text {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Icons/getting.png);
  background-position: 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.layout-master-vbl-bootstrap.page-life-with-dentures .banner-text {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Icons/life.png);
  background-position: 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.layout-master-vbl-bootstrap.page-products-vbl .journey-snip .richText {
  height: 63px !important;
}
.layout-master-vbl-bootstrap.page-products-vbl .journey-snip .richText p {
  padding: 0 !important;
  line-height: 1.125em !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .layout-master-vbl-bootstrap.page-products-vbl .journey-snip .richText {
    height: 33px !important;
  }
  .layout-master-vbl-bootstrap.page-products-vbl .journey-snip .richText p {
    padding: 5% !important;
  }
  .layout-master-vbl-bootstrap.page-products-vbl .journey-snip .image img {
    padding-top: 0;
  }
}
@media (max-width: 767px) and (min-width: 320px) {
  .layout-master-vbl-bootstrap.page-products-vbl .journey-snip .richText {
    height: 70px !important;
  }
}
.layout-master-vbl-bootstrap .vbl-home h1 {
  font-size: 2.25rem;
}
.layout-master-vbl-bootstrap .vbl-home h2 {
  font-size: 2.25rem;
  line-height: normal;
  text-transform: uppercase;
}
.layout-master-vbl-bootstrap .vbl-home p {
  font-size: 1.125rem;
  line-height: 1.2;
}
.layout-master-vbl-bootstrap
  .navigation-item.navigation-level1
  > .navigation-item-title {
  padding: 0 !important;
}
.layout-master-vbl-bootstrap .mob-menu-box > .component-content {
  background-size: 100% 100%;
  background-position: 50%;
  background-repeat: no-repeat;
}
.layout-master-vbl-bootstrap body {
  background: url() 0 0 repeat-x, linear-gradient(#f0f5f5, #f1f5f6);
  color: #001489 !important;
}
.layout-master-vbl-bootstrap
  .navigation-horizontal
  .navigation-item.navigation-level1 {
  float: right;
}
.layout-master-vbl-bootstrap.page-preparing-for-tooth-loss
  .navigation-journeys
  li:first-of-type {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/white_banner_icone_01.png);
}
.layout-master-vbl-bootstrap.page-preparing-for-tooth-loss
  .navigation-journeys
  li:first-of-type
  span {
  color: #00984f;
}
.layout-master-vbl-bootstrap.page-getting-dentures
  .navigation-journeys
  li:nth-of-type(2) {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/white_banner_icone_02.png);
}
.layout-master-vbl-bootstrap.page-getting-dentures
  .navigation-journeys
  li:nth-of-type(2)
  span {
  color: #00984f;
}
.layout-master-vbl-bootstrap.page-adjusting-to-dentures
  .navigation-journeys
  li:nth-of-type(3) {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/white_banner_icone_03.png);
}
.layout-master-vbl-bootstrap.page-adjusting-to-dentures
  .navigation-journeys
  li:nth-of-type(3)
  span {
  color: #00984f;
}
.layout-master-vbl-bootstrap.page-life-with-dentures
  .navigation-journeys
  li:nth-of-type(4) {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/white_banner_icone_04.png);
}
.layout-master-vbl-bootstrap.page-life-with-dentures
  .navigation-journeys
  li:nth-of-type(4)
  span {
  color: #00984f;
}
.layout-master-vbl-bootstrap.page-home .banner-text {
  top: 15%;
  padding: 0 30px;
}
.layout-master-vbl-bootstrap.page-home .banner-image {
  position: absolute;
  bottom: 5%;
}
@media (min-width: 1200px) {
  .layout-master-vbl-bootstrap #content,
  .layout-master-vbl-bootstrap .footer-banner,
  .layout-master-vbl-bootstrap .header-box,
  .layout-master-vbl-bootstrap .main-navigation-box {
    width: 1170px;
    max-width: 1170px !important;
    margin: 0 auto;
    float: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .layout-master-vbl-bootstrap #content,
  .layout-master-vbl-bootstrap .footer-banner,
  .layout-master-vbl-bootstrap .header-box,
  .layout-master-vbl-bootstrap .main-navigation-box {
    max-width: 970px;
    margin: 0 auto;
    float: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .layout-master-vbl-bootstrap #content,
  .layout-master-vbl-bootstrap .footer-banner,
  .layout-master-vbl-bootstrap .header-box,
  .layout-master-vbl-bootstrap .main-navigation-box {
    max-width: 750px;
    margin: 0 auto;
    float: none;
  }
  .layout-master-vbl-bootstrap .reference-navigation-journeys {
    width: 97%;
    margin-left: 1.5%;
  }
}
@media screen and (max-width: 767px) {
  .layout-master-vbl-bootstrap .home-save-cta-desktop {
    display: none;
  }
  .layout-master-vbl-bootstrap
    .has-children.navigation-item.navigation-level1.page-Denture-journeys.is-open {
    background-image: none;
  }
  .layout-master-vbl-bootstrap .polident-overnight-whitening-white-box {
    width: 100%;
  }
  .layout-master-vbl-bootstrap .silver-video .component-content:after {
    width: 107%;
  }
  .layout-master-vbl-bootstrap .faq-outer-box-first h1 {
    background-color: transparent !important;
    color: #009a44;
  }
  .layout-master-vbl-bootstrap .green-header {
    color: #009a44 !important;
  }
  .layout-master-vbl-bootstrap .using-product .component-content:before {
    background-size: 100%;
  }
  .layout-master-vbl-bootstrap .pd-adhesive-box .paragraphSystem:after,
  .layout-master-vbl-bootstrap .pd-cleansers-box .paragraphSystem:after {
    height: 260px;
    margin: 4% 7px;
  }
  .layout-master-vbl-bootstrap .pd-adhesive-box .image,
  .layout-master-vbl-bootstrap .pd-cleansers-box .image {
    margin-left: 10px;
  }
  .layout-master-vbl-bootstrap
    .has-children.navigation-item.navigation-level1:hover.has-active-child
    > .navigation-item-title {
    background-color: transparent !important;
  }
  .layout-master-vbl-bootstrap
    .product-center-accordion
    .accordion-content-wrapper
    p,
  .layout-master-vbl-bootstrap .vbl-home p {
    font-size: 1rem;
  }
  .layout-master-vbl-bootstrap .faq-life-with-denture-text h2,
  .layout-master-vbl-bootstrap .green-header,
  .layout-master-vbl-bootstrap .home-promo-text h3,
  .layout-master-vbl-bootstrap .journey-snip .richText p a,
  .layout-master-vbl-bootstrap .product-center-accordion .accordion-title-text {
    font-family: "Amelia Rounded", sans-serif !important;
    font-weight: 700;
  }
  .layout-master-vbl-bootstrap .mob-menu-box .mob-search .button,
  .layout-master-vbl-bootstrap .mob-search {
    display: block !important;
  }
  .layout-master-vbl-bootstrap .searchBox-label {
    display: none;
  }
  .layout-master-vbl-bootstrap .car-home .carousel-nav .carousel-nav-item a,
  .layout-master-vbl-bootstrap
    .car-home
    .carousel-nav
    li.carousel-nav-item.is-active
    a {
    width: 30px;
    margin-right: -10px;
  }
  .layout-master-vbl-bootstrap .navigation-journeys li span {
    font-size: 0.75rem;
    width: 90% !important;
  }
  .layout-master-vbl-bootstrap #footer .navigation-item a {
    line-height: normal !important;
    text-align: center !important;
  }
}
@media screen and (min-width: 768px) {
  .layout-master-vbl-bootstrap .home-save-cta-mobile,
  .layout-master-vbl-bootstrap .mobile-image {
    display: none;
  }
}
.no-padding {
  padding: 0;
}
@media (min-width: 992px) {
  .layout-master-vbl-bootstrap
    .main-navigation-box
    .navigation-horizontal
    ul.navigation-level1.navigation-root
    li.navigation-level1
    ul.navigation-level2 {
    width: 135%;
    min-width: 0;
    right: 0;
    background: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Icons/navback.png) !important;
    background-position: 50% !important;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    margin: 0;
    top: 70px;
    left: auto;
    padding-top: 0;
  }
  .layout-master-vbl-bootstrap .no-padding {
    padding: 0;
  }
  .layout-master-vbl-bootstrap
    .main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1 {
    position: relative;
  }
  .layout-master-vbl-bootstrap .hidden-lg {
    display: none;
  }
  .layout-master-vbl-bootstrap .margin-top-small {
    margin-top: 2.5%;
  }
  .layout-master-vbl-bootstrap .m-t-60 {
    margin-top: 3.75rem;
  }
  .layout-master-vbl-bootstrap .m-t-45 {
    margin-top: 2.8125rem;
  }
  .layout-master-vbl-bootstrap .m-t-30 {
    margin-top: 1.875rem;
  }
  .layout-master-vbl-bootstrap .m-t-20 {
    margin-top: 1.25rem;
  }
  .layout-master-vbl-bootstrap .m-t-15 {
    margin-top: 0.9375rem;
  }
  .layout-master-vbl-bootstrap .m-t-10 {
    margin-top: 0.625rem;
  }
  .layout-master-vbl-bootstrap .m-b-60 {
    margin-bottom: 3.75rem;
  }
  .layout-master-vbl-bootstrap .m-b-45 {
    margin-bottom: 2.8125rem;
  }
  .layout-master-vbl-bootstrap .m-b-30 {
    margin-bottom: 1.875rem;
  }
  .layout-master-vbl-bootstrap .m-b-20 {
    margin-bottom: 1.25rem;
  }
  .layout-master-vbl-bootstrap .m-b-15 {
    margin-bottom: 0.9375rem;
  }
  .layout-master-vbl-bootstrap .m-b-10 {
    margin-bottom: 0.625rem;
  }
  .layout-master-vbl-bootstrap .m-10,
  .layout-master-vbl-bootstrap .m-15 {
    margin-top: 10px;
  }
  .layout-master-vbl-bootstrap .m-20 {
    margin-top: 20px;
  }
  .layout-master-vbl-bootstrap .m-30 {
    margin-top: 30px;
  }
  .layout-master-vbl-bootstrap .m-45 {
    margin-top: 45px;
  }
  .layout-master-vbl-bootstrap .m-60 {
    margin-top: 60px;
  }
}
@media (max-width: 992px) {
  .layout-master-vbl-bootstrap .hidden-xs {
    display: none !important;
  }
  .layout-master-vbl-bootstrap .silver-video iframe {
    width: 93%;
  }
  .layout-master-vbl-bootstrap
    .main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.has-children.is-active
    > .navigation-item-title
    .navigation-item-decoration,
  .layout-master-vbl-bootstrap
    .main-navigation-box
    .navigation-horizontal
    .navigation-level1.is-open
    > .navigation-item-title
    .navigation-item-decoration {
    background: none !important;
  }
  .layout-master-vbl-bootstrap #footer p {
    font-size: 1rem;
    text-align: center;
    font-size: 0.75rem;
  }
  .layout-master-vbl-bootstrap
    #footer
    .navigation-item.navigation-level1
    > .navigation-item-title {
    font-size: 1rem !important;
    font-family: "Amelia Rounded", sans-serif !important;
    font-weight: 700;
  }
  .layout-master-vbl-bootstrap.page-preparing-for-tooth-loss
    .navigation-journeys
    li:first-of-type {
    background-image: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Mobile_white_1.png);
  }
  .layout-master-vbl-bootstrap.page-preparing-for-tooth-loss
    .navigation-journeys
    li:first-of-type
    span {
    color: #00984f;
  }
  .layout-master-vbl-bootstrap.page-getting-dentures
    .navigation-journeys
    li:nth-of-type(2) {
    background-image: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Mobile_white_1.png);
  }
  .layout-master-vbl-bootstrap.page-getting-dentures
    .navigation-journeys
    li:nth-of-type(2)
    span {
    color: #00984f;
  }
  .layout-master-vbl-bootstrap.page-adjusting-to-dentures
    .navigation-journeys
    li:nth-of-type(3) {
    background-image: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Mobile_white_1.png);
  }
  .layout-master-vbl-bootstrap.page-adjusting-to-dentures
    .navigation-journeys
    li:nth-of-type(3)
    span {
    color: #00984f;
  }
  .layout-master-vbl-bootstrap.page-life-with-dentures
    .navigation-journeys
    li:nth-of-type(4) {
    background-image: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Mobile_white_2.png);
  }
  .layout-master-vbl-bootstrap.page-life-with-dentures
    .navigation-journeys
    li:nth-of-type(4)
    span {
    color: #00984f;
  }
  .layout-master-vbl-bootstrap .main-navigation-box .navigation-horizontal {
    padding: 0 !important;
  }
  .layout-master-vbl-bootstrap .footer-logo {
    margin-left: 0;
    padding-top: 5%;
  }
  .layout-master-vbl-bootstrap .footer-logo .image.odd {
    padding-left: 20%;
  }
  .layout-master-vbl-bootstrap .footer-logo .image.even {
    padding-right: 20%;
  }
  .layout-master-vbl-bootstrap .shareThis-list li {
    min-height: 50px;
  }
  .layout-master-vbl-bootstrap .home-logo {
    padding-right: 0;
  }
  .layout-master-vbl-bootstrap .mob-menu {
    padding-left: 0;
  }
  .layout-master-vbl-bootstrap .carousel .carousel-slides {
    height: 100% !important;
  }
  .layout-master-vbl-bootstrap .box-template-logo {
    margin-left: 12%;
  }
  .layout-master-vbl-bootstrap .has-children.navigation-item.navigation-level1 {
    flex-direction: column;
  }
  .layout-master-vbl-bootstrap
    .main-navigation-box
    .navigation-horizontal
    .navigation-level1
    .navigation-branch.navigation-level2
    > .navigation-level2 {
    display: list-item;
  }
  .layout-master-vbl-bootstrap
    .has-children.navigation-item.navigation-level1:after {
    display: none;
  }
  .layout-master-vbl-bootstrap
    .navigation-root.navigation-branch.navigation-level1 {
    display: flex !important;
    flex-direction: column-reverse;
  }
  .layout-master-vbl-bootstrap
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level2
    .navigation-item-title {
    background-color: #fff;
    padding: 15px 60px !important;
  }
  .layout-master-vbl-bootstrap
    .main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.is-open {
    padding-bottom: 0;
  }
  .layout-master-vbl-bootstrap .mob-search {
    display: none;
  }
  .layout-master-vbl-bootstrap .footer-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    margin-bottom: 60% !important;
  }
  .layout-master-vbl-bootstrap .footer-logo .content {
    display: flex;
    align-items: center;
  }
  .layout-master-vbl-bootstrap .main-navigation-box > .component-content {
    background-image: none;
    background-color: #fff;
  }
  .layout-master-vbl-bootstrap
    .main-navigation-box
    .header_nav_small.navigation-horizontal
    .navigation-item.navigation-level1
    > .navigation-item-title {
    color: #00984f;
  }
  .layout-master-vbl-bootstrap .main-navigation-box .home-logo {
    display: none;
  }
  .layout-master-vbl-bootstrap
    .main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1 {
    border: 1px solid transparent !important;
    border-bottom: none;
    border-top: none;
    background-image: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/nav_line_new.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 94%;
  }
  .layout-master-vbl-bootstrap
    .main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.is-open
    > a {
    background-color: #ebebeb !important;
    color: #196930 !important;
  }
  .layout-master-vbl-bootstrap
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    li:nth-child(3).has-children
    > .navigation-item-title
    .navigation-item-decoration {
    display: inline-block !important;
  }
  .layout-master-vbl-bootstrap
    .main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.has-active-child
    > .navigation-item-title
    .navigation-item-decoration {
    background: none !important;
  }
  .layout-master-vbl-bootstrap
    .main-navigation-box
    .navigation-root.navigation-branch.navigation-level1
    .navigation-item.navigation-level1
    > .navigation-item-title {
    padding: 0 8% 0 6.25% !important;
  }
  .layout-master-vbl-bootstrap
    .main-navigation-box
    .navigation-root.navigation-branch.navigation-level1
    .navigation-item.navigation-level1
    > .navigation-item-title.is-open {
    padding-bottom: 6% !important;
  }
  .layout-master-vbl-bootstrap
    .main-navigation-box
    .navigation-root.navigation-branch.navigation-level1
    .navigation-item.navigation-level1.is-open
    > .navigation-item-title {
    background-image: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/nav_line_new.png) !important;
    background-position: bottom !important;
    background-repeat: no-repeat !important;
    background-size: 94% !important;
    padding-bottom: 6% !important;
  }
  .layout-master-vbl-bootstrap .mob-menu-box {
    padding: 0;
  }
  .layout-master-vbl-bootstrap .mob-menu-box .mob-search .button {
    display: none;
  }
  .layout-master-vbl-bootstrap .mob-menu p {
    background: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Hamburger_green.png)
      0 1px no-repeat;
    color: transparent;
  }
  .layout-master-vbl-bootstrap .mob-menu p.close-menu {
    background: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/X_green_icon.png)
      0 1px no-repeat;
    color: transparent;
  }
  .layout-master-vbl-bootstrap
    .navigation-horizontal
    .has-children
    > .navigation-item-title
    .navigation-item-decoration:after {
    background: none !important;
    content: "\f078";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    color: #00984f;
    font-size: 24px;
    padding-right: 0.5em;
    position: absolute;
    top: -10px;
    right: 20px;
  }
  .layout-master-vbl-bootstrap
    .navigation-horizontal
    .has-children.is-open
    > .navigation-item-title
    .navigation-item-decoration:after {
    content: "\f077";
  }
  .layout-master-vbl-bootstrap .home-logo {
    cursor: pointer;
    float: left !important;
    height: 56px;
    margin-bottom: 0;
    width: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 2%;
    clear: both;
  }
  .layout-master-vbl-bootstrap .home-logo img {
    height: 25px;
  }
  .layout-master-vbl-bootstrap .navigation-journeys li span {
    width: 95%;
    text-align: center;
    text-indent: 5px;
    font-family: "Amelia Rounded", sans-serif !important;
    font-weight: 700;
  }
  .layout-master-vbl-bootstrap .navigation-journeys li:first-of-type {
    background-image: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Mobile_green_1.png);
    margin-left: 0;
  }
  .layout-master-vbl-bootstrap .navigation-journeys li:first-of-type:hover {
    background-image: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Mobile_white_1.png);
  }
  .layout-master-vbl-bootstrap .navigation-journeys li:nth-of-type(2) {
    background-image: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Mobile_green_1.png);
  }
  .layout-master-vbl-bootstrap .navigation-journeys li:nth-of-type(2):hover {
    background-image: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Mobile_white_1.png);
  }
  .layout-master-vbl-bootstrap .navigation-journeys li:nth-of-type(3) {
    background-image: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Mobile_green_1.png);
  }
  .layout-master-vbl-bootstrap .navigation-journeys li:nth-of-type(3):hover {
    background-image: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Mobile_white_1.png);
  }
  .layout-master-vbl-bootstrap .navigation-journeys li:nth-of-type(4) {
    background-image: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Mobile_green_2.png);
  }
  .layout-master-vbl-bootstrap .navigation-journeys li:nth-of-type(4):hover {
    background-image: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Mobile_white_2.png);
  }
  .layout-master-vbl-bootstrap .banner {
    padding: 0;
    height: 300px;
  }
  .layout-master-vbl-bootstrap .banner-text {
    top: 35% !important;
  }
  .layout-master-vbl-bootstrap .banner-text h1 {
    font-size: 1.875rem !important;
  }
  .layout-master-vbl-bootstrap .footer-banner {
    padding: 0;
  }
  .layout-master-vbl-bootstrap .footer-banner > .component-content {
    background-image: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/FOOTER_mobile2.png) !important;
  }
  .layout-master-vbl-bootstrap #\30 1503535149 > .content,
  .layout-master-vbl-bootstrap #\30 1990386401 > .content {
    display: flex;
    flex-direction: column-reverse;
  }
  .home-logo {
    width: auto;
    margin: 0 0 0 -9px !important;
  }
  .home-logo a {
    display: block;
    height: 21px;
    padding: 15px 22px 20px;
  }
  .home-logo a:hover {
    background-color: none;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .layout-master-vbl-bootstrap .pd-adhesive-box .paragraphSystem:after,
  .layout-master-vbl-bootstrap .pd-cleansers-box .paragraphSystem:after {
    height: 228px;
    margin: 4.5% 7px;
  }
  .layout-master-vbl-bootstrap .pd-adhesive-box .image,
  .layout-master-vbl-bootstrap .pd-cleansers-box .image {
    margin-left: 10px;
  }
  .layout-master-vbl-bootstrap .silver-video .component-content:after {
    width: 112%;
  }
  .layout-master-vbl-bootstrap
    .main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.has-active-child
    > .navigation-item-title
    .navigation-item-decoration {
    background: none !important;
  }
  .layout-master-vbl-bootstrap.page-polident-clean-refresh-dentures-wipes-vbl
    .produt-description,
  .layout-master-vbl-bootstrap.page-polident-double-power-denture-cleaning-tablets-vbl
    .produt-description {
    margin-top: 0;
  }
  .layout-master-vbl-bootstrap.page-polident-cushion-and-comfort-vbl
    .produt-description {
    margin-top: 5%;
  }
  .layout-master-vbl-bootstrap
    .journey-snip
    .box
    > .component-content
    .content {
    display: block !important;
  }
  .layout-master-vbl-bootstrap .journey-snip .image {
    margin-bottom: 0;
    padding: 0;
  }
  .layout-master-vbl-bootstrap .journey-snip .image img {
    margin-bottom: -25px;
    padding-top: 30px;
  }
  .layout-master-vbl-bootstrap .journey-snip .richText {
    height: 89px !important;
    padding: 8% 0;
  }
  .layout-master-vbl-bootstrap .journey-snip .richText p {
    color: #089b53;
    font-weight: bold;
    font-size: 1rem;
  }
  .layout-master-vbl-bootstrap .journey-snip .richText p a {
    color: #089b53;
    font-family: "Amelia Rounded", sans-serif !important;
    font-weight: 700;
  }
  .layout-master-vbl-bootstrap .footer-logo {
    padding-top: 12.5%;
    padding-left: 10%;
  }
  .layout-master-vbl-bootstrap .mob-menu-box {
    display: none;
  }
  .layout-master-vbl-bootstrap .car-home .carouselSlide {
    float: left;
  }
  .layout-master-vbl-bootstrap .col-lg-4 {
    width: 33.33%;
  }
  .layout-master-vbl-bootstrap #\30 1503535149 > .content {
    display: block !important;
  }
  .layout-master-vbl-bootstrap .footer-banner > .component-content {
    background-image: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/FOOTER_desktop.png) !important;
    background-position: 50%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .layout-master-vbl-bootstrap .main-navigation-box {
    display: block !important;
    position: relative;
    top: 0;
    max-width: unset;
  }
  .layout-master-vbl-bootstrap .banner-text {
    top: 15% !important;
  }
  .layout-master-vbl-bootstrap .sharethis-right-template ul.shareThis-list {
    display: table;
    float: none;
    margin: 0 auto !important;
  }
  .layout-master-vbl-bootstrap .footer-logo {
    margin-bottom: 0 !important;
  }
  .layout-master-vbl-bootstrap .main-navigation-box > .component-content {
    background-image: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/NAV_bar_background.png);
    background-color: transparent !important;
    background-position: 25%;
  }
  .layout-master-vbl-bootstrap
    .main-navigation-box
    .navigation-horizontal
    ul.navigation-level1.navigation-root
    li.navigation-level1
    ul.navigation-level2 {
    position: absolute;
    top: 75px;
    width: 50%;
    min-width: 50%;
  }
  .layout-master-vbl-bootstrap
    .main-navigation-box
    .navigation-horizontal
    ul.navigation-level1.navigation-root
    li.navigation-level1.page-Denture-journeys
    ul.navigation-level2 {
    left: 7%;
  }
  .layout-master-vbl-bootstrap
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    li:nth-child(3).has-children
    > .navigation-item-title
    .navigation-item-decoration {
    background: none !important;
  }
  .layout-master-vbl-bootstrap
    .main-navigation-box
    .navigation-horizontal
    ul.navigation-level1.navigation-root
    li.navigation-level1.page-products-vbl
    ul.navigation-level2 {
    left: 50%;
  }
  .layout-master-vbl-bootstrap
    .has-children.navigation-item.navigation-level1.is-open
    > a
    .navigation-item-decoration:after,
  .layout-master-vbl-bootstrap
    .main-navigation-box
    .navigation-root.navigation-branch.navigation-level1
    .navigation-item.navigation-level1.is-open
    > .navigation-item-title {
    color: #00984f;
    background-image: none !important;
  }
  .layout-master-vbl-bootstrap
    .main-navigation-box
    .navigation-item.navigation-level1 {
    display: block !important;
    width: 33% !important;
  }
  .layout-master-vbl-bootstrap
    .navigation-horizontal
    .has-children
    > .navigation-item-title
    .navigation-item-decoration:after {
    right: -10px !important;
    top: -13px;
  }
  .layout-master-vbl-bootstrap
    .navigation-root.navigation-branch.navigation-level1 {
    display: block !important;
  }
  .layout-master-vbl-bootstrap
    .navigation-item.navigation-level1.page-frequently-asked-questions-vbl {
    width: 10% !important;
  }
  .layout-master-vbl-bootstrap .main-navigation-box .home-logo {
    display: flex;
    background-color: transparent;
    border: none !important;
    margin: 0 0 0 70px !important;
  }
  .layout-master-vbl-bootstrap
    .main-navigation-box
    .header_nav_small.navigation-horizontal
    .navigation-item.navigation-level1
    > .navigation-item-title,
  .layout-master-vbl-bootstrap
    .navigation-horizontal
    .has-children
    > .navigation-item-title
    .navigation-item-decoration:after {
    color: #fff !important;
  }
  .layout-master-vbl-bootstrap .coupon-tb {
    width: 30%;
  }
  .layout-master-vbl-bootstrap #footer .footer-box-vbl,
  .layout-master-vbl-bootstrap #footer .footer-navigation {
    padding: 0;
  }
  .layout-master-vbl-bootstrap #\30 1990386401 > .content {
    flex-direction: column;
  }
  .layout-master-vbl-bootstrap #\30 1503535149 #\36 69270777 > .content {
    display: flex;
  }
  .layout-master-vbl-bootstrap .shareThis-list li {
    width: 30px;
    border-right: none !important;
    min-height: 33px !important;
    display: flex;
    align-items: center;
  }
  .layout-master-vbl-bootstrap #footer li:nth-child(2),
  .layout-master-vbl-bootstrap #footer li:nth-child(4) {
    border-right: none !important;
  }
  .layout-master-vbl-bootstrap
    #footer
    .navigation-item.navigation-level1
    > .navigation-item-title {
    font-size: 1rem !important;
    font-family: "Amelia Rounded", sans-serif !important;
    font-weight: 700;
  }
  .layout-master-vbl-bootstrap .footer-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .layout-master-vbl-bootstrap .journey-quest .richText-content p a {
    font-size: 0.85rem;
  }
  .layout-master-vbl-bootstrap .navigation-journeys li:first-child span {
    margin-right: 10px !important;
  }
  .layout-master-vbl-bootstrap
    .main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1 {
    padding: 25px 0;
    background-color: inherit;
  }
  .layout-master-vbl-bootstrap
    .main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.is-open {
    padding-bottom: 14px;
  }
  .layout-master-vbl-bootstrap
    .has-children.has-active-child.navigation-item.navigation-level1 {
    background-color: #fff;
    background-image: none !important;
  }
  .layout-master-vbl-bootstrap
    .has-children.has-active-child.navigation-item.navigation-level1
    :after {
    color: #196930 !important;
  }
  .layout-master-vbl-bootstrap .header_nav_small {
    height: 72px;
  }
  .layout-master-vbl-bootstrap .main-navigation-box .home-logo img {
    width: 80%;
  }
  .layout-master-vbl-bootstrap .faq-life-with-denture-text h2,
  .layout-master-vbl-bootstrap .green-header,
  .layout-master-vbl-bootstrap .home-promo-text h3 {
    font-family: "Amelia Rounded", sans-serif !important;
    font-weight: 700;
  }
  .layout-master-vbl-bootstrap
    .has-children.navigation-item.navigation-level1:hover.has-active-child
    > .navigation-item-title {
    background-color: transparent !important;
  }
  .layout-master-vbl-bootstrap
    .main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1 {
    background-image: none !important;
  }
  .layout-master-vbl-bootstrap .header-box .search-box {
    display: flex !important;
    float: left;
    top: 0 !important;
    left: 20%;
  }
  .layout-master-vbl-bootstrap
    .navigation-item.navigation-level1.page-frequently-asked-questions-vbl {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .layout-master-vbl-bootstrap .journey-snip .richText {
    height: 50px !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 374px) {
  .layout-master-vbl-bootstrap .pd-adhesive-box .paragraphSystem:after,
  .layout-master-vbl-bootstrap .pd-cleansers-box .paragraphSystem:after {
    height: 194px;
    margin: 4.5% 7px;
  }
  .layout-master-vbl-bootstrap .pd-adhesive-box .image,
  .layout-master-vbl-bootstrap .pd-cleansers-box .image {
    margin-left: 10px;
  }
  .layout-master-vbl-bootstrap .journey-snip .richText,
  .layout-master-vbl-bootstrap.page-products-vbl .journey-snip .richText {
    height: 50px !important;
  }
}
@media screen and (min-width: 375px) and (max-width: 424px) {
  .layout-master-vbl-bootstrap .pd-adhesive-box .paragraphSystem:after,
  .layout-master-vbl-bootstrap .pd-cleansers-box .paragraphSystem:after {
    height: 228px;
    margin: 4.5% 7px;
  }
  .layout-master-vbl-bootstrap .pd-adhesive-box .image,
  .layout-master-vbl-bootstrap .pd-cleansers-box .image {
    margin-left: 10px;
  }
  .layout-master-vbl-bootstrap .journey-snip .richText,
  .layout-master-vbl-bootstrap.page-products-vbl .journey-snip .richText {
    height: 60px !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 424px) {
  .layout-master-vbl-bootstrap .banner {
    height: auto !important;
  }
}
@media screen and (min-width: 425px) and (max-width: 767px) {
  .layout-master-vbl-bootstrap .journey-snip .richText {
    height: 70px !important;
  }
}
@media screen and (min-width: 414px) and (max-width: 424px) {
  .layout-master-vbl-bootstrap .pd-adhesive-box .paragraphSystem:after,
  .layout-master-vbl-bootstrap .pd-cleansers-box .paragraphSystem:after {
    height: 253px;
    margin: 4.5% 7px;
  }
  .layout-master-vbl-bootstrap .pd-adhesive-box .image,
  .layout-master-vbl-bootstrap .pd-cleansers-box .image {
    margin-left: 10px;
  }
}
@media (max-width: 767px) and (min-width: 320px) {
  .layout-master-vbl-bootstrap .journey-quest .richText-content p {
    background-image: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Button_green.png);
  }
  .layout-master-vbl-bootstrap .journey-quest .dentures-quest p {
    background-image: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Icon_tooth_2_green_shape.png);
  }
  .layout-master-vbl-bootstrap .journey-quest .richText-content p a {
    color: #fff;
    font-size: 0.85rem;
  }
}
@media (max-width: 992px) {
  .has-children.navigation-item.navigation-level1.page-products-vbl.is-open {
    background-image: none;
  }
}
.page-wrap .component {
  margin-bottom: 10px;
}
.layout-master-vbl-bootstrap .pd-adhesive-box .paragraphSystem:after,
.layout-master-vbl-bootstrap .pd-cleansers-box .paragraphSystem:after {
  pointer-events: none;
  display: flex;
  flex: 1;
}
.layout-master-vbl-bootstrap .header-box .richText.even:hover {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Icons/coupons-green.png);
}
.layout-master-vbl-bootstrap .header-box .richText.odd:hover {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Icons/wtb-green.png);
}
.layout-master-vbl-bootstrap .header-box .input-medium.search-query:focus,
.layout-master-vbl-bootstrap
  .header-box
  .search-box:hover
  .input-medium.search-query {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Icons/search-green.png);
}
.layout-master-vbl-bootstrap .header-box .richText.even:hover a,
.layout-master-vbl-bootstrap .header-box .richText.odd:hover a {
  color: #fff !important;
}
.layout-master-vbl-bootstrap .navigation-journeys li {
  max-width: 26.8%;
}
@media (max-width: 991px) and (min-width: 768px) {
  .layout-master-vbl-bootstrap .navigation-journeys li span {
    text-indent: 0;
    font-size: 0.75rem;
  }
  .layout-master-vbl-bootstrap .navigation-journeys li:first-child span {
    text-indent: 5px;
  }
  .layout-master-vbl-bootstrap .reference-navigation-journeys {
    width: 99%;
    margin-left: 0.75%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .layout-master-vbl-bootstrap .journey-snip .richText p {
    padding: 3% 2% !important;
  }
}
.layout-master-vbl-bootstrap .header-box .richText p {
  margin: 2px 0 0;
}
.layout-master-vbl-bootstrap .journey-snip a {
  line-height: 1.25;
}
.layout-master-vbl-bootstrap.page-real-stories-vbl .richtext-show-filters p {
  background: url(../../img/accordion-down.png) 100% no-repeat;
  padding-right: 40px;
}
.layout-master-vbl-bootstrap.page-real-stories-vbl
  .richtext-show-filters
  p.active {
  background: url(../../img/accordion.png) 100% no-repeat;
}
.layout-master-vbl-bootstrap.page-real-stories-vbl .chatterbox-load-more p {
  background: url(../../img/accordion-down.png) right 47% no-repeat;
  background-size: 21%;
  background-position-x: 90%;
}
.layout-master-vbl-bootstrap.page-real-stories-vbl
  .box-chatterbox-bottom
  .richtext-submit-story
  a {
  background: url(../../img/accordion-right.png) 100% no-repeat;
  background-size: 7%;
  background-position-x: 95%;
}
.layout-master-vbl-bootstrap.page-adjusting-to-dentures
  .journey-quest
  .dentures-quest.last
  a {
  padding-left: 25%;
}
.layout-master-vbl-bootstrap.page-search-results-vbl .Back_Link {
  display: none;
}
.layout-master-vbl-bootstrap.page-polident-3-minute-anti-bacterial-denture-cleanser
  .product-image-white-box
  .fact-text
  a {
  color: #089b53;
}
@media only screen and (min-width: 1024px) {
  .layout-master-vbl-bootstrap.page-where-to-buy-vbl
    .richtext-op-two-callout-inner
    h3
    a,
  .layout-master-vbl-bootstrap.page-where-to-buy-vbl
    .richtext-op-two-callout-inner
    h3
    a:focus,
  .layout-master-vbl-bootstrap.page-where-to-buy-vbl
    .richtext-op-two-callout-inner
    h3
    a:hover {
    background: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Icons/visit-more.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 100%;
  }
  .layout-master-vbl-bootstrap.page-real-stories-vbl
    .overlay-content
    .upload-story-box
    .record-video-txt
    .richText-content
    > p
    .plus-img {
      font-family: "Amelia Rounded", sans-serif !important;
  }
  .layout-master-vbl-bootstrap.page-denture-cleansers-vbl .journey-snip a,
  .layout-master-vbl-bootstrap.page-getting-dentures .journey-snip a {
    line-height: 1.25;
  }
  .layout-master-vbl-bootstrap.page-common-questions-about-denture-adhesive-vbl
    .richtext-body-content.richtext-ea-header-content,
  .layout-master-vbl-bootstrap.page-what-type-of-denture-adhesive-is-best-for-you-vbl
    .richtext-body-content.richtext-ea-header-content {
    margin-bottom: 7px !important;
  }
}
@media only screen and (max-width: 767px) {
  .layout-master-vbl-bootstrap.page-products-vbl
    .reference-polident-cleaning-range.journey-snip
    .box {
    z-index: 1;
  }
  .layout-master-vbl-bootstrap.page-quiz-vbl .richText h1 {
    font-family: "Amelia Rounded", sans-serif !important;
  }
  .layout-master-vbl-bootstrap.page-quiz-vbl
    .carousel-item
    .result-paragraph
    a {
    color: #009a44 !important;
  }
  .layout-master-vbl-bootstrap.page-how-to-clean-dentures-vbl
    .getting-used-to-new-dentures-white-box
    .richtext-body-content
    a {
    word-break: break-word;
  }
  .layout-master-vbl-bootstrap.page-offers-vbl
    .claimcoupon-inner-box
    .save-now-text-coupon
    .offer-btn-wrap
    p:first-child {
    width: 50.5% !important;
  }
  .layout-master-vbl-bootstrap.page-offers-vbl
    .claimcoupon-outer-box.last
    .save-now-text-coupon
    .green-button-txt {
    width: 120%;
  }
  .layout-master-vbl-bootstrap.page-polident-3-minute-anti-bacterial-denture-cleanser
    .polident-3-minute-white-box
    .image.col-sm-3 {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .layout-master-vbl-bootstrap.page-quiz-vbl
    #header
    .navigation
    .navigation-level1.page-products-vbl
    a {
    padding-left: 25px !important;
  }
  .layout-master-vbl-bootstrap.page-quiz-vbl
    #header
    .navigation
    .navigation-level1.page-Denture-journeys
    a {
    padding-left: 5px !important;
  }
  .layout-master-vbl-bootstrap.page-denture-cleansers-vbl .silver-banner {
    height: 325px !important;
    width: 752px;
    margin-left: -1px;
  }
  .layout-master-vbl-bootstrap.page-adjusting-to-dentures .silver-banner,
  .layout-master-vbl-bootstrap.page-getting-dentures .silver-banner,
  .layout-master-vbl-bootstrap.page-life-with-dentures .silver-banner,
  .layout-master-vbl-bootstrap.page-preparing-for-tooth-loss .silver-banner {
    width: 737px;
  }
  .layout-master-vbl-bootstrap.page-where-to-buy-vbl
    .box-inner-wheretobuy-right {
    margin-left: 4.5%;
    margin-right: 2.5%;
  }
  .layout-master-vbl-bootstrap [class*="reference-products-video"] iframe {
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-left: 1px;
    width: 99%;
  }
  .layout-master-vbl-bootstrap.page-quiz-vbl .main-navigation-box .home-logo {
    margin: 0 0 0 10px !important;
  }
  .layout-master-vbl-bootstrap.page-quiz-vbl
    .main-navigation-box
    .home-logo
    img {
    width: 70%;
  }
  .layout-master-vbl-bootstrap
    .main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.page-frequently-asked-questions-vbl:hover {
    background-color: #ebebeb;
  }
  .layout-master-vbl-bootstrap
    .main-navigation-box
    .header_nav_small.navigation-horizontal
    .navigation-item.navigation-level1.has-active-child
    > .navigation-item-title,
  .layout-master-vbl-bootstrap
    .main-navigation-box
    .header_nav_small.navigation-horizontal
    .navigation-item.navigation-level1.is-open
    > .navigation-item-title {
    color: #009a44 !important;
  }
}
@media only screen and (max-width: 374px) {
  .layout-master-vbl-bootstrap #header .gsk-logo {
    margin-top: -50px;
  }
  .page-Denture-journeys.layout-master-vbl-bootstrap
    .navigation-journeys
    li
    span {
    font-size: 0.6rem;
    width: 100% !important;
  }
  .page-adjusting-to-dentures.layout-master-vbl-bootstrap
    .journey-snip.last
    .richText
    p {
    margin-top: -20px;
  }
}
:lang(fr-FR) .page-living-with-dentures .promo-header p {
  height: 114px;
}
:lang(fr-FR) .page-whats-new .promo-header {
  height: 142px;
}
:lang(fr-FR) .page-whats-new .whats-new-sub-heading {
  line-height: 1;
}
:lang(fr-FR) .page-whats-new .image-op-inner-two-callouts img {
  width: 100%;
}
:lang(fr-FR) .image-op-inner-two-callouts {
  width: 314px !important;
}
:lang(fr-FR) .faq-inner-white-box {
  width: 600px;
}
:lang(fr-FR) #footer .navigation-item,
:lang(fr-FR)
  #footer
  .navigation-item.navigation-level1
  > .navigation-item-title,
:lang(fr-FR) #footer .richtext-footer-selector a {
  color: #f7323f;
}
:lang(fr-FR) #footer .footer-navigation {
  margin-left: 7% !important;
  width: 45% !important;
}
:lang(fr-FR) .cb-no-result-box .cb-no-result-text .green-button-txt {
  height: auto;
  line-height: 1.1;
  padding: 14px 26px;
}
:lang(fr-FR) .ui-autocomplete .ui-menu-item.ui-state-focus {
  background: #f7323f !important;
}
:lang(fr-FR) .richtext-partner p,
:lang(fr-FR) .richtext-partner p a {
  color: #f7323f !important;
}
:lang(fr-FR) .polident-partner-white-box .richtext-partner {
  border-top: 1px solid #f7323f;
}
:lang(fr-FR) .polident-partner-white-box .richtext-partner p {
  color: #f7323f !important;
}
:lang(fr-FR) .cb-no-result-text {
  border-top: none !important;
}
:lang(fr-FR) .cb-no-result-text .green-button-txt {
  background: #f7323f;
}
:lang(fr-FR) .china-font-body h2,
:lang(fr-FR) .mandarin-font-body h2 {
  color: #f7323f;
}
:lang(fr-FR)
  .main-navigation-box.simplified-main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1.has-active-child.is-open
  > .navigation-item-title,
:lang(fr-FR)
  .main-navigation-box.simplified-main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1.has-active-child
  > .navigation-item-title,
:lang(fr-FR)
  .main-navigation-box.simplified-main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1.is-active.is-open
  > .navigation-item-title,
:lang(fr-FR)
  .main-navigation-box.simplified-main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1.is-active
  > .navigation-item-title {
  color: #f7323f !important;
}
:lang(fr-FR)
  .main-navigation-box.simplified-main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1.is-open
  > a.navigation-item-title,
:lang(fr-FR)
  .main-navigation-box.simplified-main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1
  > .navigation-item-title {
  background: #f7323f !important;
}
:lang(fr-FR)
  .main-navigation-box.simplified-main-navigation-box
  .navigation-item.has-active-child
  > .navigation-item-title.navigation-level1,
:lang(fr-FR)
  .main-navigation-box.simplified-main-navigation-box
  .navigation-item.is-active
  > .navigation-item-title.navigation-level1 {
  color: #f7323f !important;
}
:lang(fr-FR) .main-navigation-box.simplified-main-navigation-box .home-logo {
  background-color: #f7323f;
}
:lang(fr-FR) .red-master-body .page-wrap .articleList-list li:last-child {
  border-bottom: 1px solid #f7323f !important;
}
:lang(fr-FR) .red-master-body .our-products-white-box .product-range {
  margin-bottom: 35px !important;
}
:lang(fr-FR) .red-master-body .whats-new-header h3 a {
  background: url(../../../img/red-whatsnew-OptionalCTA.png) 100% no-repeat;
}
:lang(fr-FR)
  .red-master-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1.has-children.is-active
  > .navigation-item-title
  .navigation-item-decoration {
  background: url(../../../img/red-open-icon.png) 2px 20px no-repeat !important;
  display: none !important;
}
:lang(fr-FR) .page-whats-new .our-products-white-box .product-range {
  margin-bottom: 27px !important;
}
:lang(fr-FR) .page-whats-new .our-products-white-box .product-range > div {
  background-color: #fff;
}
:lang(fr-FR)
  .page-polident-lingettes-nettoyantes
  .whats-new-right-box4.whats-new-right-box
  .first {
  height: 122px;
}
:lang(fr-FR)
  .page-polident-3-minute-anti-bacterial-denture-cleanser
  .produt-description {
  margin-top: 240px;
}
:lang(fr-FR) .page-polident-3-minute-anti-bacterial-denture-cleanser .middle {
  margin-right: 50px;
}
:lang(fr-FR) .last.default-style .green-button-txt {
  line-height: 0.8;
  padding-bottom: 17px;
  width: 170px;
}
:lang(fr-FR) .C2B_button {
  background: none;
  height: 60px !important;
  width: 200px !important;
}
:lang(fr-FR) .page-products .image-op-inner-two-callouts img {
  width: 100%;
}
:lang(fr-FR) .whats-new-left-box h3,
:lang(fr-FR) .whats-new-right-box h3 {
  line-height: 24px;
}
@media only screen and (min-width: 1024px) {
  :lang(fr-FR) .page-denture-adhesives .fake-article-list {
    height: 105px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  :lang(fr-FR) .page-what-are-complete-dentures .promo-header p {
    height: 142px;
  }
  :lang(fr-FR):lang(fr-FR)
    .page-expert-advice.page-what-are-complete-dentures.layout-oral-polident-right-nav-layout.template-oral-polident-right-nav-layout.grid-960-12.red-master-body.master-locale
    .teal-rightnav {
    margin-left: 8% !important;
  }
}
@media only screen and (max-width: 959px) and (min-width: 768px) {
  :lang(fr-FR) .whats-new-left-box h3,
  :lang(fr-FR) .whats-new-right-box h3 {
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
  :lang(fr-FR) .page-frequently-asked-questions h2 {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  :lang(fr-FR) .home-box-image {
    display: none !important;
  }
  :lang(fr-FR)
    li.even.has-children.navigation-item.navigation-level1.page-whats-new
    .navigation-item-title
    .navigation-item-decoration {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  :lang(fr-FR) .teal-rightnav {
    margin-left: 15% !important;
    margin-top: 25px;
    width: 90% !important;
  }
  :lang(fr-FR) .page-polident-max-seal .teal-rightnav {
    margin-left: 8% !important;
    margin-top: 25px;
    width: 90% !important;
  }
  :lang(fr-FR)
    .page-expert-advice.layout-oral-polident-right-nav-layout.template-oral-polident-right-nav-layout.grid-960-12.red-master-body.master-locale
    .teal-rightnav {
    margin-left: 15% !important;
    margin-top: 25px;
    width: 90% !important;
  }
}
@media (min-width: 320px) {
  :lang(fr-FR) #content .page-wrap.polident-3-minute-white-box,
  :lang(fr-FR)
    .page-products.page-denture-adhesives
    #content
    .page-wrap.polident-3-minute-white-box,
  :lang(fr-FR)
    .page-products.page-denture-cleansers
    #content
    .page-wrap.polident-3-minute-white-box {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  :lang(fr-FR)
    .page-products.page-denture-adhesives
    .polident-3-minute-white-box
    > .component-content
    > .content,
  :lang(fr-FR)
    .page-products.page-denture-cleansers
    .polident-3-minute-white-box
    > .component-content
    > .content,
  :lang(fr-FR)
    .page-produits-pour-protheses-dentaires
    .polident-3-minute-white-box
    > .component-content
    > .content,
  :lang(fr-FR)
    .page-tandprothese-verzorgingsproducten
    .polident-3-minute-white-box
    > .component-content
    > .content {
    padding-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  :lang(fr-FR) .page-home .carousel .carousel-slides {
    height: 235px !important;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  :lang(fr-FR)
    .page-polident-lingettes-nettoyantes
    .whats-new-right-box4.whats-new-right-box
    .first {
    height: auto;
  }
}
@media (max-width: 767px) {
  :lang(fr-FR)
    .page-polident-3-minute-anti-bacterial-denture-cleanser
    .default-style
    .middle
    img {
    margin-top: 150px;
  }
  :lang(fr-FR) .page-polident-3-minute-anti-bacterial-denture-cleanser .middle {
    margin-right: 50px;
  }
  :lang(fr-FR)
    .page-polident-3-minute-anti-bacterial-denture-cleanser
    .produt-description {
    margin-top: 0;
  }
  :lang(fr-FR)
    .page-polident-clean-refresh-dentures-wipes
    .default-style
    .middle
    img {
    margin-top: 150px;
  }
}
@media only screen and (min-width: 767px) {
  :lang(fr-FR) .page-home .promo-header p {
    height: 170px;
  }
}
:lang(fr) #footer .navigation-item,
:lang(fr) #footer .navigation-item.navigation-level1 > .navigation-item-title,
:lang(fr) #footer .richtext-footer-selector a {
  color: #009a44;
}
:lang(fr) .ui-autocomplete .ui-menu-item.ui-state-focus {
  background: #009a44 !important;
}
:lang(fr) .richtext-partner p,
:lang(fr) .richtext-partner p a {
  color: #009a44 !important;
}
:lang(fr) .polident-partner-white-box .richtext-partner {
  border-top: 1px solid #009a44;
}
:lang(fr) .polident-partner-white-box .richtext-partner p {
  color: #009a44 !important;
}
:lang(fr) .cb-no-result-text {
  border-top: 1px solid #009a44;
}
:lang(fr) .cb-no-result-text .green-button-txt {
  background: #009a44;
}
:lang(fr) .china-font-body h2,
:lang(fr) .mandarin-font-body h2 {
  color: #009a44;
}
:lang(fr)
  .main-navigation-box.simplified-main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1.has-active-child.is-open
  > .navigation-item-title,
:lang(fr)
  .main-navigation-box.simplified-main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1.has-active-child
  > .navigation-item-title,
:lang(fr)
  .main-navigation-box.simplified-main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1.is-active.is-open
  > .navigation-item-title,
:lang(fr)
  .main-navigation-box.simplified-main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1.is-active
  > .navigation-item-title,
:lang(fr)
  .main-navigation-box.simplified-main-navigation-box
  .navigation-item.has-active-child
  > .navigation-item-title.navigation-level1,
:lang(fr)
  .main-navigation-box.simplified-main-navigation-box
  .navigation-item.is-active
  > .navigation-item-title.navigation-level1 {
  color: #009a44 !important;
}
:lang(fr) .mob-menu-box .mob-search input {
  font-size: 10px !important;
}
@media only screen and (min-width: 960px) {
  :lang(fr) .main-navigation-box.simplified-main-navigation-box .home-logo {
    background-color: #009a44;
  }
}
@media only screen and (min-width: 320px) and (max-width: 959px) {
  :lang(fr) .richtext-partner p {
    color: #009a44 !important;
  }
  :lang(fr)
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.is-open
    > a.navigation-item-title,
  :lang(fr)
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1
    > .navigation-item-title {
    background: #009a44 !important;
  }
  :lang(fr) .main-navigation-box.simplified-main-navigation-box .home-logo {
    background-color: #009a44;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  :lang(fr) .polident-partner-white-box .richtext-partner {
    border-top: 1px solid #009a44;
  }
}
@media (min-width: 992px) {
  :lang(fr) .header-box .form-search .input-medium.search-query {
    font-size: 8.5px;
  }
  :lang(fr) .header-box .form-search button {
    top: 2px;
  }
}
@media (min-width: 992px) {
  .fr_ca .header-box .form-search .input-medium.search-query:focus {
    outline: 2px solid #add8e6;
  }
}
:lang(fr) .page-wrap .articleList-title a {
  color: #1492c6;
}
.fr_ca .page-wrap .articleList-article {
  background: url(../../../img/visit-more-black.png) 99% no-repeat !important;
}
.fr_ca .page-wrap .articleList-article:focus,
.fr_ca .page-wrap .articleList-article:hover {
  background: url(../../../img/visit-more-article-hover-black.png) 99% no-repeat !important;
}
.fr_ca .select-wrapper1,
.fr_ca .select-wrapper1 .holder,
.fr_ca .select-wrapper1 select {
  display: block;
}
:lang(fr-FR) .external-button .fake-article-list {
  min-height: 75px;
}
:lang(fr-FR) .external-button .fake-article-list .richText-content {
  position: relative;
}
:lang(fr-FR) .external-button .fake-article-list .richText-content p {
  z-index: 50;
}
:lang(fr-FR)
  .external-button
  .fake-article-list
  .richText-content
  p:last-child {
  position: absolute;
  top: 12.5%;
  right: 7.5%;
  padding: 7px !important;
  background: #f7323f
    url(https://prod.cf5.author.gsk.com/etc/designs/zg/oral-polident/desktop/img/buynowright-arrow.png)
    92.5% 55% no-repeat;
  width: 16%;
  z-index: 100;
}
:lang(fr-FR)
  .external-button
  .fake-article-list
  .richText-content
  p:last-child
  a {
  color: #fff !important;
  font-size: 16px;
  width: 50%;
  line-height: 1;
}
:lang(fr-FR)
  .external-button
  .fake-article-list.move-to-bottom
  .richText-content
  p:last-child {
  top: auto;
  bottom: 12.5%;
}
:lang(fr-FR) .fake-article-list .richText-content {
  position: relative;
}
:lang(fr-FR)
  .shopping-cart-button.fake-article-list
  .richText-content
  p:last-child {
  position: absolute;
  right: 10%;
  top: 20%;
}
:lang(fr-FR)
  .shopping-cart-button.fake-article-list
  .richText-content
  p:last-child
  a {
  background-image: url(../../img/shopping-cart-icon.png);
  background-color: #f7323f;
  background-repeat: no-repeat;
  background-position: 10%;
  border-radius: 25px;
  color: #fff !important;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  padding: 8px 30px 6px 50px;
  background-size: 15%;
  background-position: 15%;
}
:lang(fr-FR)
  .shopping-cart-button.fake-article-list.move-to-bottom
  .richText-content
  p:last-child {
  top: auto !important;
  bottom: 12.5% !important;
}
:lang(fr-FR) .shopping-cart-product-button p {
  margin-top: 10px;
}
:lang(fr-FR) .shopping-cart-product-button p a {
  background-image: url(../../img/shopping-cart-icon.png);
  background-color: #f7323f;
  background-repeat: no-repeat;
  background-position: 10%;
  border-radius: 25px;
  color: #fff !important;
  padding: 10px 40px 10px 60px;
}
@media only screen and (max-width: 767px) {
  :lang(fr-FR)
    .external-button
    .fake-article-list
    .richText-content
    p:last-child {
    margin: 10px 0;
    position: static;
    width: 35%;
  }
  :lang(fr-FR)
    .shopping-cart-button.fake-article-list
    .richText-content
    p:last-child {
    margin: 10px 0;
    position: static;
    width: 60%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  :lang(fr-FR)
    .external-button
    .fake-article-list
    .richText-content
    p:last-child {
    width: 16%;
  }
}
:lang(es-AR) body {
  background: url(../../../../../../../../content/dam/cf-consumer-healthcare/polident/es_ar/ImageX/topNavFullwidth.png?auto=format)
      0 0 repeat-x,
    linear-gradient(#f0f5f5, #f1f5f6);
  background-image: url(../../../../../../../../content/dam/cf-consumer-healthcare/polident/es_ar/ImageX/topNavFullwidth.png?auto=format)
    0 0 repeat-x;
}
:lang(es-AR) .header-box .form-search button {
  background: url(../../../../../../../content/dam/cf-consumer-healthcare/polident/es_ar/ImageX/search-icon.png?auto=format)
    no-repeat transparent;
}
@media (min-width: 958px) {
  :lang(es-AR)
    .navigation-item.navigation-level1.page-expert-advice:hover
    > ul {
    display: flex !important;
  }
  :lang(es-AR)
    .main-navigation-box
    .navigation-horizontal
    .navigation-level1
    .navigation-branch.navigation-level2
    .navigation-item {
    min-width: 0;
  }
  :lang(es-AR)
    .navigation-item.navigation-level2.page-living-with-dental-appliances0 {
    border-left: 2px solid #4edbd4;
  }
  :lang(es-AR) .fake-article-list a {
    font-size: 1.5rem;
  }
}
:lang(es-AR) .select-wrapper1 {
  background: url(../../../../../../../content/dam/cf-consumer-healthcare/polident/es_ar/ImageX/dropdown-arrow.png?auto=format)
    86% no-repeat;
}
:lang(es-AR) .teal-master-body {
  background: url(../../../../../../../../content/dam/cf-consumer-healthcare/polident/es_ar/ImageX/teal-topNavFullwidth.png?auto=format)
      0 0 repeat-x,
    linear-gradient(#f0f5f5, #f1f5f6);
  background-image: url(../../../../../../../../content/dam/cf-consumer-healthcare/polident/es_ar/ImageX/teal-topNavFullwidth.png?auto=format)
    0 0 repeat-x;
}
:lang(es-AR) .teal-master-body #overlaybrowsefile a {
  background: #00b2a9
    url(../../../../../../../../content/dam/cf-consumer-healthcare/polident/es_ar/ImageX/more-small-white.png?auto=format)
    87% 52% no-repeat !important;
}
:lang(es-AR)
  .teal-master-body
  .promo-white-box
  .promo-header
  p
  a
  span.product-header {
  background: url(../../../../../../../../content/dam/cf-consumer-healthcare/polident/es_ar/ImageX/teal-more-small-white.png?auto=format)
    100% no-repeat;
}
:lang(es-AR) .teal-master-body .whats-new-right-box3 .carousel-nav-prev {
  background-image: url(../../../../../../../content/dam/cf-consumer-healthcare/polident/es_ar/ImageX/teal-carousel-left.png?auto=format) !important;
}
:lang(es-AR) .teal-master-body .whats-new-right-box3 .carousel-nav-next {
  background-image: url(../../../../../../../content/dam/cf-consumer-healthcare/polident/es_ar/ImageX/teal-carousel-right.png?auto=format) !important;
}
:lang(es-AR) .teal-master-body .whats-new-right-box4 .carousel-nav-prev {
  background-image: url(../../../../../../../content/dam/cf-consumer-healthcare/polident/es_ar/ImageX/teal-carousel-left.png?auto=format) !important;
}
:lang(es-AR) .teal-master-body .whats-new-right-box4 .carousel-nav-next {
  background-image: url(../../../../../../../content/dam/cf-consumer-healthcare/polident/es_ar/ImageX/teal-carousel-right.png?auto=format) !important;
}
:lang(es-AR) .teal-master-body .fake-article-list {
  background: url(../../img/teal-visit-more.png) 99% no-repeat !important;
  border-top: 1px solid #46cde2;
}
:lang(es-AR) .teal-master-body .fake-article-list p {
  text-align: left !important;
  padding-bottom: 0 !important;
}
:lang(es-AR) .teal-master-body .fake-article-list p + p,
:lang(es-AR) .teal-master-body .fake-article-list p a,
:lang(es-AR)
  .teal-master-body
  .page-wrap
  .articleList-article
  .articleList-description,
:lang(es-AR) .teal-master-body .page-wrap .articleList-article a {
  padding-right: 20px;
}
:lang(es-AR) .master-locale .our-products-white-box .product-range {
  background: #fff
    url(../../../../../../../../content/dam/cf-consumer-healthcare/polident/es_ar/ImageX/home-box-border.png?auto=format)
    center 0 repeat-y !important;
}
:lang(es-AR) .red-master-body #overlaybrowsefile a {
  background: #f7323f
    url(../../../../../../../../content/dam/cf-consumer-healthcare/polident/es_ar/ImageX/more-small-white.png?auto=format)
    87% 52% no-repeat !important;
  border: 1px solid #f7323f;
}
:lang(es-AR)
  .page-the-innovation-of-the-fixative-for-dental-prostheses
  .promo-white-box
  .promo-header
  p
  a {
  background: url(../../../../../../../content/dam/cf-consumer-healthcare/polident/es_ar/ImageX/more-small-white.png?auto=format);
}
:lang(es-AR) .page-corega-free-sample .richtext-footer-pages {
  display: none;
}
:lang(es-ES) body {
  background: url(../../../../../../../../content/dam/cf-consumer-healthcare/polident/es_es/ImageX/topNavFullwidth.png?auto=format)
      0 0 repeat-x,
    linear-gradient(#f0f5f5, #f1f5f6);
  background-image: url(../../../../../../../../content/dam/cf-consumer-healthcare/polident/es_es/ImageX/topNavFullwidth.png?auto=format)
    0 0 repeat-x;
}
:lang(es-ES) .header-box .form-search button {
  background: url(../../../../../../../content/dam/cf-consumer-healthcare/polident/es_es/ImageX/search-icon.png?auto=format)
    no-repeat transparent;
}
:lang(es-ES) .select-wrapper1 {
  background: url(../../../../../../../content/dam/cf-consumer-healthcare/polident/es_es/ImageX/dropdown-arrow.png?auto=format)
    86% no-repeat;
}
:lang(es-ES) .teal-master-body #overlaybrowsefile a {
  background: #00b2a9
    url(../../../../../../../../content/dam/cf-consumer-healthcare/polident/es_es/ImageX/more-small-white.png?auto=format)
    87% 52% no-repeat !important;
}
:lang(es-ES) .red-master-body {
  background: url(../../../../../../../../content/dam/cf-consumer-healthcare/polident/es_es/ImageX/red-topNavFullwidth.png?auto=format)
      0 0 repeat-x,
    linear-gradient(#f0f5f5, #f1f5f6);
  background-image: url(../../../../../../../../content/dam/cf-consumer-healthcare/polident/es_es/ImageX/red-topNavFullwidth.png?auto=format)
    0 0 repeat-x;
}
:lang(es-ES) .red-master-body .home-gray-box {
  background: url(../../../../../../../../content/dam/cf-consumer-healthcare/polident/es_es/ImageX/red-home-box-border.png?auto=format)
    center 50px repeat-y;
}
:lang(es-ES) .red-master-body .whats-new-right-box3 .carousel-nav-prev {
  background-image: url(../../../../../../../../content/dam/cf-consumer-healthcare/polident/es_es/ImageX/red-carousel-left.png?auto=format) !important;
}
:lang(es-ES) .red-master-body .whats-new-right-box3 .carousel-nav-next,
:lang(es-ES) .red-master-body .whats-new-right-box4 .carousel-nav-next {
  background-image: url(../../../../../../../../content/dam/cf-consumer-healthcare/polident/es_es/ImageX/red-carousel-right.png?auto=format) !important;
}
:lang(es-ES) .red-master-body #overlaybrowsefile a {
  background: #f7323f
    url(../../../../../../../../content/dam/cf-consumer-healthcare/polident/es_es/ImageX/more-small-white.png?auto=format)
    87% 52% no-repeat !important;
  border: 1px solid #f7323f;
}
:lang(es-ES)
  .page-the-innovation-of-the-fixative-for-dental-prostheses
  .promo-white-box
  .promo-header
  p
  a {
  background: url(../../../../../../../content/dam/cf-consumer-healthcare/polident/es_es/ImageX/more-small-white.png?auto=format);
}
:lang(es-ES) .sharethis-right-template .shareThis-item:nth-child(4) a {
  background: url(../../../../../../../../content/dam/cf-consumer-healthcare/polident/es_es/ImageX/sprite.png?auto=format)
    0 0 no-repeat;
  display: inline-block;
  font-size: 0;
  height: 30px;
  line-height: 0;
  margin: 0 3px;
  vertical-align: top;
  width: 30px;
}
:lang(es-ES) .sharethis-right-template .shareThis-item:nth-child(2) a {
  background: url(../../../../../../../../content/dam/cf-consumer-healthcare/polident/es_es/ImageX/sprite.png?auto=format) -30px
    0 no-repeat;
  display: inline-block;
  font-size: 0;
  height: 30px;
  line-height: 0;
  margin: 0 3px;
  vertical-align: top;
  width: 30px;
}
:lang(es-ES) .sharethis-right-template .shareThis-item:first-child a {
  background: url(../../../../../../../../content/dam/cf-consumer-healthcare/polident/es_es/ImageX/sprite.png?auto=format) -60px
    0 no-repeat;
  display: inline-block;
  font-size: 0;
  height: 30px;
  line-height: 0;
  margin: 0 3px;
  vertical-align: top;
  width: 30px;
}
:lang(es-ES) .sharethis-right-template .shareThis-item:nth-child(3) a {
  background: url(../../../../../../../../content/dam/cf-consumer-healthcare/polident/es_es/ImageX/sprite.png?auto=format) -90px
    0 no-repeat;
  display: inline-block;
  font-size: 0;
  height: 30px;
  line-height: 0;
  margin: 0 3px;
  vertical-align: top;
  width: 30px;
}
:lang(es-ES) .sharethis-right-template a img {
  display: none;
}
:lang(es-ES) .email_icon {
  background: url(../../../../../../../../content/dam/cf-consumer-healthcare/polident/es_es/ImageX/sprite.png?auto=format)
    0 0 no-repeat;
}
:lang(es-ES) .facebook_icon {
  background: url(../../../../../../../../content/dam/cf-consumer-healthcare/polident/es_es/ImageX/sprite.png?auto=format) -30px
    0 no-repeat;
}
:lang(es-ES) .google_icon {
  background: url(../../../../../../../../content/dam/cf-consumer-healthcare/polident/es_es/ImageX/sprite.png?auto=format) -60px
    0 no-repeat;
}
:lang(es-ES) .twitter_icon {
  background: url(../../../../../../../../content/dam/cf-consumer-healthcare/polident/es_es/ImageX/sprite.png?auto=format) -90px
    0 no-repeat;
}
:lang(es-ES) #footer .sharethis-right-template .shareThis-item {
  border: none !important;
}
@media only screen and (min-width: 320px) and (max-width: 959px) {
  .header-box:lang(es-CO)
    li.even.has-children.navigation-item.navigation-level1
    .navigation-item-title
    .navigation-item-decoration,
  .header-box:lang(es-EC)
    li.even.has-children.navigation-item.navigation-level1
    .navigation-item-title
    .navigation-item-decoration {
    display: block !important;
  }
  .header-box:lang(es-CO)
    .teal-master-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    li:nth-child(2)
    .navigation-branch.navigation-level2
    li,
  .header-box:lang(es-EC)
    .teal-master-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    li:nth-child(2)
    .navigation-branch.navigation-level2
    li {
    display: block;
  }
  .header-box:lang(es-MX)
    li.even.has-children.navigation-item.navigation-level1
    .navigation-item-title
    .navigation-item-decoration {
    display: block !important;
  }
  .header-box:lang(es-MX)
    .teal-master-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    li:nth-child(2)
    .navigation-branch.navigation-level2
    li {
    display: block;
  }
  .header-box:lang(es-ES)
    li.even.last.navigation-item.navigation-level1
    .navigation-item-title
    .navigation-item-decoration {
    display: block !important;
  }
  .header-box:lang(es-ES)
    .red-master-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.has-children.is-active
    > .navigation-item-title
    .navigation-item-decoration {
    background: url(../../../img/red-open-icon.png) 2px 20px no-repeat !important;
    display: none !important;
  }
  .header-box:lang(es-AR) .simplified-teal-master-body {
    background: url(../../../../../../../../content/dam/cf-consumer-healthcare/polident/es_ar/ImageX/teal-sm-topNavFullwidth.png?auto=format)
        0 0 repeat-x,
      linear-gradient(#f0f5f5, #f1f5f6);
  }
}
@media only screen and (min-width: 767px) {
  :lang(es-ES)
    .page-where-to-buy.page-limpieza
    .box.component.section.grid_2.odd.default-style {
    width: 17%;
  }
  :lang(es-ES) .page-where-to-buy.page-limpieza .page-wrap .image {
    min-height: 295px;
  }
  :lang(es-ES)
    .page-where-to-buy.page-fijacion
    .page-wrap
    .richText.component.section.grid_12.alpha.first.odd.default-style,
  :lang(es-ES)
    .page-where-to-buy.page-limpieza
    .page-wrap
    .richText.component.section.grid_12.alpha.first.odd.default-style {
    margin-bottom: 35px;
  }
  :lang(es-ES) .navigation-item.navigation-level1.page-where-to-buy:hover ul {
    display: inline-grid !important;
    left: 649px !important;
  }
  :lang(es-ES)
    .navigation-item.navigation-level1.page-where-to-buy:hover
    .navigation-branch.navigation-level2 {
    min-width: 10%;
    width: 17.5%;
  }
  :lang(es-ES)
    .navigation-item.navigation-level1.page-where-to-buy:hover
    .navigation-branch.navigation-level2
    li {
    min-width: 30%;
    width: 65% !important;
  }
  .page-where-to-buy.page-limpieza
    .box.component.section.grid_2.even.default-style {
    width: 17%;
  }
}
@media only screen and (max-width: 767px) {
  :lang(es-AR) .master-locale .our-products-white-box .product-range {
    background: #fff
      url(../../../../../../../../content/dam/cf-consumer-healthcare/polident/es_ar/ImageX/home-box-border.png?auto=format)
      center 230px repeat-x !important;
  }
  :lang(es-AR) .teal-master-body #wrapper .fake-article-list {
    background: url(../../../img/teal-visit-more.png) 99% no-repeat !important;
    border-top: 1px solid #46cde2;
  }
}
@media only screen and (min-width: 320px) and (max-width: 959px) and (min-width: 320px) and (max-width: 968px) {
  :lang(es-CO)
    .teal-master-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    li:nth-child(2).has-children.has-active-child
    > .navigation-item-title
    .navigation-item-decoration,
  :lang(es-CO)
    .teal-master-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    li:nth-child(2).has-children.is-active
    > .navigation-item-title
    .navigation-item-decoration,
  :lang(es-CO)
    .teal-master-body
    .main-navigation-box
    .navigation.navigation-horizontal
    .navigation-item.navigation-level1.has-active-child
    > .navigation-item-title
    .navigation-item-decoration,
  :lang(es-EC)
    .teal-master-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    li:nth-child(2).has-children.has-active-child
    > .navigation-item-title
    .navigation-item-decoration,
  :lang(es-EC)
    .teal-master-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    li:nth-child(2).has-children.is-active
    > .navigation-item-title
    .navigation-item-decoration,
  :lang(es-EC)
    .teal-master-body
    .main-navigation-box
    .navigation.navigation-horizontal
    .navigation-item.navigation-level1.has-active-child
    > .navigation-item-title
    .navigation-item-decoration,
  :lang(es-MX)
    .teal-master-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    li:nth-child(2).has-children.has-active-child
    > .navigation-item-title
    .navigation-item-decoration,
  :lang(es-MX)
    .teal-master-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    li:nth-child(2).has-children.is-active
    > .navigation-item-title
    .navigation-item-decoration,
  :lang(es-MX)
    .teal-master-body
    .main-navigation-box
    .navigation.navigation-horizontal
    .navigation-item.navigation-level1.has-active-child
    > .navigation-item-title
    .navigation-item-decoration {
    background: block !important;
  }
}
@media (min-width: 320px) {
  :lang(es) #footer .footer-navigation ~ .footer-richtext-navigation {
    text-align: center;
  }
  :lang(es) #footer .footer-navigation ~ .footer-richtext-navigation ul {
    text-align: center;
    width: 100%;
  }
  :lang(es) #footer .footer-navigation ~ .footer-richtext-navigation li {
    margin: 0;
    padding: 7px 0;
  }
  :lang(es) #footer .footer-navigation ~ .footer-richtext-navigation li a {
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
  }
}
@media (min-width: 958px) {
  :lang(es-ES)
    .navigation-horizontal
    .navigation-branch.navigation-level1
    .page-expert-advice
    > a {
    padding-bottom: 6px;
    padding-top: 10px;
    text-align: center;
    white-space: normal;
    width: 150px;
  }
}
@media (min-width: 768px) {
  :lang(es) #footer .footer-navigation ~ .footer-richtext-navigation {
    text-align: center;
  }
  :lang(es) #footer .footer-navigation ~ .footer-richtext-navigation ul {
    margin-left: 5%;
    text-align: left;
    width: 42%;
  }
  :lang(es) #footer .footer-navigation ~ .footer-richtext-navigation li {
    border-right: 1px solid #757575;
    margin-bottom: 3px;
    padding: 0 10px;
    text-align: center;
  }
  :lang(es) #footer .footer-navigation ~ .footer-richtext-navigation li a {
    text-transform: none;
  }
}
:lang(es)
  .page-the-innovation-of-the-fixative-for-dental-prostheses
  .promo-white-box
  .promo-header
  p
  span.product-header {
  background: none;
  padding: 0;
}
:lang(es)
  .page-the-innovation-of-the-fixative-for-dental-prostheses
  .promo-white-box
  .promo-header
  p
  a {
  background-image: url(../../../img/more-small-white.png);
  background-position: 92%;
  background-repeat: no-repeat;
  height: 55px;
  padding: 15px 45px 15px 15px;
}
:lang(es) #footer .footer-box-wrap {
  position: relative;
}
:lang(es) #footer .footer-navigation ~ .footer-richtext-navigation {
  display: block !important;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}
:lang(es) #footer .footer-navigation ~ .footer-richtext-navigation ul {
  display: inline-block;
  margin: 0;
}
:lang(es) #footer .footer-navigation ~ .footer-richtext-navigation li {
  display: inline-block;
}
:lang(es)
  #footer
  .footer-navigation
  ~ .footer-richtext-navigation
  li:last-child,
:lang(es)
  #footer
  .footer-navigation
  ~ .footer-richtext-navigation
  li:nth-child(3) {
  border-right: none;
}
:lang(es) #footer .footer-navigation ~ .footer-richtext-navigation li br {
  display: none;
}
:lang(es) #footer .footer-navigation ~ .footer-richtext-navigation li a {
  color: #3abdcf;
  display: inline-block;
}
@media (min-width: 992px) {
  :lang(es) #footer .footer-navigation ~ .footer-richtext-navigation ul {
    margin-left: 6%;
    width: 35%;
  }
}
:lang(es-MX) #footer li:nth-child(5) {
  border-right: 1px solid #757575;
}
:lang(es-MX) .gigya-screen label.optional3 {
  display: none;
}
:lang(es-MX)
  #gigya-subscribe-with-email-form
  > div:first-child
  > label.gigya-composite-control.gigya-composite-control-label.klasa {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  padding-bottom: 30px;
}
:lang(es-MX)
  .mxbox.free-sample-white-box
  .gigyaraas
  .gigya-screen
  .gigya-input-submit,
:lang(es-MX)
  .mxbox.free-sample-white-box
  .gigyaraas
  .gigya-screen
  .gigya-input-submit:focus {
  background-color: #00b2a9 !important;
}
@media (min-width: 960px) {
  :lang(es-MX) .box-template-logo {
    width: 64%;
  }
}
:lang(es-CR) .main .grid_8,
:lang(es-PE) .main .grid_8 {
  width: 63%;
}
:lang(es-CR)
  .teal-master-body
  .home-promos-box
  .promo-white-box
  .promo-header
  p,
:lang(es-PE)
  .teal-master-body
  .home-promos-box
  .promo-white-box
  .promo-header
  p {
  min-height: 114px;
}
@media only screen and (min-width: 960px) {
  :lang(es-CR)
    .main-navigation-box
    .navigation-item.navigation-level1:last-child
    > .navigation-item-title,
  :lang(es-PE)
    .main-navigation-box
    .navigation-item.navigation-level1:last-child
    > .navigation-item-title {
    margin-top: 0 !important;
    padding: 20px 22px 16px !important;
  }
}
:lang(es-CR) .home-carousel .carousel-cover,
:lang(es-PE) .home-carousel .carousel-cover {
  display: block;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  :lang(es-CR) .mob-menu-box .mob-search .button,
  :lang(es-PE) .mob-menu-box .mob-search .button {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  :lang(es-CR) .master-locale .our-products-white-box .product-range,
  :lang(es-PE) .master-locale .our-products-white-box .product-range {
    background: none !important;
  }
}
@media only screen and (max-width: 767px) {
  :lang(es-CR) .navigation-mobile-menu,
  :lang(es-PE) .navigation-mobile-menu {
    display: none;
  }
  :lang(es-CR) .navigation-branch.navigation-level1,
  :lang(es-PE) .navigation-branch.navigation-level1 {
    display: block;
  }
}
:lang(es-CR)
  .teal-master-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-level1.has-children
  .navigation-item-title
  .navigation-item-decoration,
:lang(es-PE)
  .teal-master-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-level1.has-children
  .navigation-item-title
  .navigation-item-decoration {
  display: block;
}
@media only screen and (max-width: 959px) and (min-width: 320px) {
  :lang(es-CR)
    .teal-master-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    li:nth-child(2)
    .navigation-branch.navigation-level2
    li,
  :lang(es-PE)
    .teal-master-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    li:nth-child(2)
    .navigation-branch.navigation-level2
    li {
    display: block;
  }
}
@media only screen and (max-width: 959px) and (min-width: 768px) {
  :lang(es-CR) .home-promo-first,
  :lang(es-PE) .home-promo-first {
    margin-left: 1% !important;
  }
}
@media only screen and (max-width: 959px) {
  :lang(es-CO) .home-carousel .carousel-cover,
  :lang(es-CO)
    .teal-master-body
    .main-navigation-box
    .navigation-level1.page-como-usar
    .navigation-level2
    li,
  :lang(es-EC) .home-carousel .carousel-cover,
  :lang(es-EC)
    .teal-master-body
    .main-navigation-box
    .navigation-level1.page-como-usar
    .navigation-level2
    li {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  :lang(es-CO) .mob-menu-box .mob-search .button,
  :lang(es-EC) .mob-menu-box .mob-search .button {
    display: none;
  }
}
@media only screen and (min-width: 960px) {
  :lang(es-CO)
    .teal-master-body
    .main-navigation-box
    .navigation-level1.page-expert-advice
    .navigation-level2.page-getting-dentures
    > a,
  :lang(es-CO)
    .teal-master-body
    .main-navigation-box
    .navigation-level1.page-expert-advice
    .navigation-level2.page-living-with-dentures
    > a,
  :lang(es-CR)
    .teal-master-body
    .main-navigation-box
    .navigation-level1.page-expert-advice
    .navigation-level2.page-getting-dentures
    > a,
  :lang(es-CR)
    .teal-master-body
    .main-navigation-box
    .navigation-level1.page-expert-advice
    .navigation-level2.page-living-with-dentures
    > a,
  :lang(es-EC)
    .teal-master-body
    .main-navigation-box
    .navigation-level1.page-expert-advice
    .navigation-level2.page-getting-dentures
    > a,
  :lang(es-EC)
    .teal-master-body
    .main-navigation-box
    .navigation-level1.page-expert-advice
    .navigation-level2.page-living-with-dentures
    > a,
  :lang(es-PE)
    .teal-master-body
    .main-navigation-box
    .navigation-level1.page-expert-advice
    .navigation-level2.page-getting-dentures
    > a,
  :lang(es-PE)
    .teal-master-body
    .main-navigation-box
    .navigation-level1.page-expert-advice
    .navigation-level2.page-living-with-dentures
    > a {
    pointer-events: none;
    cursor: default;
  }
}
:lang(es-MX) .page-expert-advice .fake-article-list .richText-content p {
  padding: 0 !important;
}
:lang(es-MX) .fake-article-list {
  padding: 10px 0 !important;
}
:lang(es-MX) .reference-footer-nav-external-true {
  display: none;
}
@media only screen and (max-width: 767px) {
  :lang(es-MX)
    .main-navigation-box
    .navigation-horizontal
    .navigation-level1
    .navigation-branch.navigation-level2
    > .navigation-level2:last-child {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  :lang(es-ES)
    .page-polident-cushion-and-comfort
    .polident-3-minute-white-box
    h1 {
    padding: 70px 0 10px;
  }
  :lang(es-ES) .page-quiz .main-navigation-box .home-logo a {
    padding: 15px 22px 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  :lang(es-ES)
    .page-como-conseguir-un-extra-de-limpieza-y-frescor-siempre-que-lo-necesites
    .promo-box-1
    .product-header,
  :lang(es-ES)
    .page-como-limpiar-tu-protesis-dental-fuera-de-casa
    .promo-box-1
    .product-header,
  :lang(es-ES) .page-corega-toallitas-limpiadoras .promo-box-1 .product-header,
  :lang(es-ES)
    .page-una-nueva-forma-de-limpiar-tu-protesis
    .promo-box-1
    .product-header {
    padding: 0 25px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  :lang(es-ES)
    .page-muestra-gratis
    .free-sample-white-box
    .gigyaraas
    .gigya-composite-control {
    display: flex;
    flex-direction: row;
  }
  :lang(es-ES)
    .page-muestra-gratis
    .free-sample-white-box
    .gigyaraas
    .gigya-composite-control
    .gigya-label {
    display: flex;
    flex-direction: row;
    position: relative;
  }
  :lang(es-ES)
    .page-muestra-gratis
    .free-sample-white-box
    .gigyaraas
    .gigya-composite-control
    .gigya-label
    .gigya-label-text {
    position: absolute;
    right: 15px;
  }
  :lang(es-ES)
    .page-muestra-gratis
    .free-sample-white-box
    .gigyaraas
    .gigya-composite-control
    .gigya-label
    .gigya-required-display {
    position: absolute;
    right: 0;
  }
  :lang(es-ES)
    .gigya-screen
    .gigya-composite-control.gigya-composite-control-dropdown
    select {
    margin-top: 25px !important;
  }
  :lang(es-ES)
    .free-sample-white-box
    .gigyaraas
    .gigya-screen
    .gigya-input-text {
    margin-top: 30px !important;
  }
  :lang(es-ES)
    .free-sample-white-box
    .gigyaraas
    .gigya-screen
    .gigya-label-text,
  :lang(es-ES)
    .free-sample-white-box
    .gigyaraas
    .gigya-screen
    .gigya-required-display {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  :lang(es-ES)
    .page-muestra-gratis
    .free-sample-white-box
    .gigyaraas
    .gigya-composite-control
    .gigya-label {
    display: -webkit-box !important;
  }
  :lang(es-ES)
    .page-muestra-gratis
    .free-sample-white-box
    .gigyaraas
    .gigya-screen.portrait.mobile
    .gigya-label-text {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-right: 0;
  }
}
:lang(es-ES) .page-quiz .disclaimer-box p,
:lang(es-ES) .page-quiz .first-container p,
:lang(es-ES) .page-quiz .second-container p {
  color: #000;
}
:lang(es-ES) .page-quiz .first-container .title,
:lang(es-ES) .page-quiz .second-container .title {
  color: #f7323f;
}
@media only screen and (max-width: 767px) {
  :lang(es-ES) .page-quiz .second-product {
    margin-top: 50px;
  }
  :lang(es-ES) .page-quiz .disclaimer-box p {
    font-size: 10px;
  }
  :lang(es-ES) .page-quiz .result .buttons a {
    width: 75%;
    margin: 0 auto;
  }
  :lang(es-ES) .page-salva-el-silbo .auto-button-txt.first .richText-content {
    position: relative;
  }
  :lang(es-ES) .page-salva-el-silbo .auto-button-txt.first h1 {
    margin-bottom: 70px;
  }
  :lang(es-ES) .page-salva-el-silbo .auto-button-txt.first p:nth-child(5) {
    padding: 0 !important;
  }
  :lang(es-ES) .page-salva-el-silbo .auto-button-txt.first p > a {
    position: absolute;
    left: 0;
    top: 140px;
  }
}
@media only screen and (min-width: 960px) {
  :lang(es-ES) .page-quiz .first-product,
  :lang(es-ES) .page-quiz .second-product {
    display: flex;
  }
  :lang(es-ES) .page-quiz .first-product .first-container,
  :lang(es-ES) .page-quiz .first-product .second-container,
  :lang(es-ES) .page-quiz .second-product .first-container,
  :lang(es-ES) .page-quiz .second-product .second-container {
    width: 75%;
  }
  :lang(es-ES) .page-quiz .first-product .first-container p,
  :lang(es-ES) .page-quiz .first-product .second-container p,
  :lang(es-ES) .page-quiz .second-product .first-container p,
  :lang(es-ES) .page-quiz .second-product .second-container p {
    color: #000;
  }
  :lang(es-ES) .page-quiz .second-product p {
    padding-right: 15px;
  }
  :lang(es-ES) .page-quiz .carousel-item.result .buttons a {
    width: 100%;
    margin-left: 0;
  }
}
:lang(es-CO)
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1.has-children
  > .navigation-item-title {
  padding-left: 11px;
  padding-right: 11px;
}
:lang(es-CO)
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1.has-children
  .navigation-level2
  .navigation-level2.page-where-to-buy {
  display: none;
}
:lang(es-CO)
  .page-where-to-buy.teal-master-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1.has-active-child
  > .navigation-item-title {
  color: #fff !important;
  background: #00b2a9 !important;
}
:lang(es-CO)
  .page-where-to-buy.teal-master-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1.has-active-child.is-open
  > .navigation-item-title {
  background: #12c8bf !important;
}
@media only screen and (min-width: 960px) {
  :lang(es-ES)
    .free-sample-white-box
    .gigyaraas
    .gigya-screen
    .gigya-error-msg-active {
    margin-left: 0;
    position: relative;
    bottom: -60px;
    right: 190px;
    height: 30px;
  }
  :lang(es-ES)
    .free-sample-white-box
    .gigyaraas
    .gigya-screen
    .gigya-error-msg-active.gigya-error-code-400009 {
    width: 150px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  :lang(es-ES)
    .free-sample-white-box
    .gigyaraas
    .gigya-screen
    .gigya-error-msg-active {
    margin-left: 0;
    position: relative;
    bottom: -55px;
    right: 165px;
    width: 200px;
    height: 30px;
  }
  :lang(es-ES)
    .free-sample-white-box
    .gigyaraas
    .gigya-screen
    .gigya-error-msg-active.gigya-error-code-400009 {
    margin-bottom: 30px;
  }
}
:lang(es-EC) #footer .footer-navigation .navigation-item:nth-child(5) {
  margin-left: -2px;
}
:lang(es-EC) .page-visita-virtual .optional {
  display: none;
}
@media only screen and (min-width: 960px) {
  :lang(es-EC)
    .page-visita-virtual
    .gigya-visible-when.gigya-container-enabled
    .gigya-label-text {
    width: 230px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  :lang(es-EC)
    .page-visita-virtual
    .gigya-visible-when.gigya-container-enabled
    .gigya-label-text {
    width: 100% !important;
  }
}
@media only screen and (min-width: 768px) {
  :lang(es-EC) .page-visita-virtual .gigya-composite-control-checkbox {
    width: 40% !important;
    margin-left: 2.5% !important;
  }
  :lang(es-EC)
    .page-visita-virtual
    .gigya-composite-control-checkbox
    .gigya-checkbox-text {
    width: 100% !important;
  }
}
:lang(es-EC)
  .page-visita-virtual
  .free-sample-white-box
  .gigyaraas
  .gigya-screen
  .gigya-layout-row
  .gigya-composite-control.gigya-composite-control-checkbox:nth-child(10) {
  padding-left: 7.5%;
}
@media only screen and (min-width: 960px) {
  :lang(es-EC)
    .main-navigation-box
    .navigation-item.navigation-level1.page-where-to-buy {
    float: left !important;
    height: 56px;
  }
  :lang(es-EC)
    .main-navigation-box
    .navigation-item.navigation-level1.page-where-to-buy:hover {
    background-color: #12c8bf;
  }
  :lang(es-EC)
    .main-navigation-box
    .navigation-item.navigation-level1.page-where-to-buy:hover
    a {
    background-color: #12c8bf !important;
  }
  :lang(es-EC)
    .main-navigation-box
    .navigation-item.navigation-level1.page-where-to-buy
    a {
    border-color: transparent !important;
    border-radius: unset !important;
  }
  :lang(es-EC)
    .main-navigation-box
    .navigation-item.navigation-level1.page-products
    .navigation-item.navigation-level2.page-where-to-buy {
    display: none;
  }
  :lang(es-EC)
    .page-products.page-where-to-buy
    .is-active.navigation-item.navigation-level1.page-where-to-buy {
    background-color: #fff;
  }
  :lang(es-EC)
    .page-products.page-where-to-buy
    .has-active-child.navigation-item.navigation-level1.page-products {
    background-color: #00b2a9 !important;
  }
  :lang(es-EC)
    .page-products.page-where-to-buy
    .has-active-child.navigation-item.navigation-level1.page-products
    > a {
    background-color: #00b2a9 !important;
    color: #fff !important;
  }
}
:lang(es-EC) .byte-site-map .richText-content > ul > li:nth-child(4) a,
:lang(es-EC) .byte-site-map .richText-content > ul > li:nth-child(6) a {
  cursor: default;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  :lang(es-EC) .master-locale .our-products-white-box .product-range {
    background: #fff !important;
  }
}
:lang(es-ES) .page-atlas-de-lo-que-importa .page-wrap > .component-content,
:lang(es-ES)
  .page-atlas-de-lo-que-importa
  .reference-interactive-map
  > .component-content {
  overflow: visible;
}
:lang(es-ES) .page-atlas-de-lo-que-importa .centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
:lang(es-ES) .page-atlas-de-lo-que-importa .centered-y {
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  padding: 5px 10px;
  position: absolute;
  height: inherit;
  width: 96%;
  top: 50%;
  transform: translateY(-50%);
}
:lang(es-ES) .page-atlas-de-lo-que-importa .centered-y img {
  padding: 10px;
}
:lang(es-ES) .page-atlas-de-lo-que-importa .centered-y .inner-content {
  text-align: left;
}
:lang(es-ES) .page-atlas-de-lo-que-importa .centered-y::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
:lang(es-ES)
  .page-atlas-de-lo-que-importa
  .centered-y::-webkit-scrollbar-thumb {
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px hsla(0, 0%, 100%, 0.5);
}
@media only screen and (max-width: 767px) {
  :lang(es-ES) .page-atlas-de-lo-que-importa .centered-y {
    padding: 5px 0;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  :lang(es-ES) .page-atlas-de-lo-que-importa .centered-y {
    width: 93.5%;
    flex-direction: column;
  }
}
:lang(es-ES) .page-atlas-de-lo-que-importa .distribution-map {
  position: relative;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  margin: 0 auto;
}
:lang(es-ES) .page-atlas-de-lo-que-importa .distribution-map .map-point {
  cursor: pointer;
  outline: none;
  z-index: 0;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  transform: translate(-50%, -50%);
  -moz-transition: opacity 0.25s ease-in-out 0.25s,
    width 0.25s ease-in-out 0.25s, height 0.25s ease-in-out 0.25s,
    z-index 0.25s ease-in-out 0.25s;
  -o-transition: opacity 0.25s ease-in-out 0.25s, width 0.25s ease-in-out 0.25s,
    height 0.25s ease-in-out 0.25s, z-index 0.25s ease-in-out 0.25s;
  -webkit-transition: opacity 0.25s ease-in-out, width 0.25s ease-in-out,
    height 0.25s ease-in-out, z-index 0.25s ease-in-out;
  -webkit-transition-delay: 0.25s, 0.25s, 0.25s, 0.25s;
  transition: opacity 0.25s ease-in-out 0.25s, width 0.25s ease-in-out 0.25s,
    height 0.25s ease-in-out 0.25s, z-index 0.25s ease-in-out 0.25s;
  background: #fff;
  border: 5px solid #f7323f;
}
@media only screen and (max-width: 767px) {
  :lang(es-ES) .page-atlas-de-lo-que-importa .distribution-map .map-point {
    width: 15px;
    height: 15px;
    border-width: 1px;
  }
}
:lang(es-ES)
  .page-atlas-de-lo-que-importa
  .distribution-map
  .map-point
  .content {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  width: 100%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  overflow: overlay;
  position: relative;
}
:lang(es-ES)
  .page-atlas-de-lo-que-importa
  .distribution-map
  .map-point
  .content
  p {
  color: #323131;
  display: none;
}
:lang(es-ES)
  .page-atlas-de-lo-que-importa
  .distribution-map
  .map-point
  .content
  h2 {
  display: none;
}
@media only screen and (max-width: 767px) {
  :lang(es-ES)
    .page-atlas-de-lo-que-importa
    .distribution-map
    .map-point
    .content
    h2 {
    font-size: 20px;
  }
  :lang(es-ES)
    .page-atlas-de-lo-que-importa
    .distribution-map
    .map-point
    .content
    p {
    font-size: 14px;
  }
}
:lang(es-ES) .page-atlas-de-lo-que-importa .distribution-map .map-point:active,
:lang(es-ES) .page-atlas-de-lo-que-importa .distribution-map .map-point:focus {
  margin: 0;
  padding: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  width: 500px;
  height: 325px;
  color: #e5e5e5;
  z-index: 100;
  transition: opacity 0.25s ease-in-out, width 0.25s ease-in-out,
    height 0.25s ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  :lang(es-ES)
    .page-atlas-de-lo-que-importa
    .distribution-map
    .map-point:active,
  :lang(es-ES)
    .page-atlas-de-lo-que-importa
    .distribution-map
    .map-point:focus {
    width: 250px;
    height: 500px;
    padding: 0 5px;
  }
}
@media only screen and (max-width: 767px) {
  :lang(es-ES)
    .page-atlas-de-lo-que-importa
    .distribution-map
    .map-point:active,
  :lang(es-ES)
    .page-atlas-de-lo-que-importa
    .distribution-map
    .map-point:focus {
    width: 69%;
    height: 450px;
  }
}
:lang(es-ES)
  .page-atlas-de-lo-que-importa
  .distribution-map
  .map-point:active
  a:active,
:lang(es-ES)
  .page-atlas-de-lo-que-importa
  .distribution-map
  .map-point:active
  a:focus,
:lang(es-ES)
  .page-atlas-de-lo-que-importa
  .distribution-map
  .map-point:active
  a:hover,
:lang(es-ES)
  .page-atlas-de-lo-que-importa
  .distribution-map
  .map-point:focus
  a:active,
:lang(es-ES)
  .page-atlas-de-lo-que-importa
  .distribution-map
  .map-point:focus
  a:focus,
:lang(es-ES)
  .page-atlas-de-lo-que-importa
  .distribution-map
  .map-point:focus
  a:hover {
  color: #afe1fa;
}
:lang(es-ES) .page-atlas-de-lo-que-importa .distribution-map .map-point.active,
:lang(es-ES) .page-atlas-de-lo-que-importa .distribution-map .map-point:focus {
  margin: 0;
  padding: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  width: 500px;
  height: 325px;
  color: #e5e5e5;
  z-index: 100;
  transition: opacity 0.25s ease-in-out, width 0.25s ease-in-out,
    height 0.25s ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  :lang(es-ES)
    .page-atlas-de-lo-que-importa
    .distribution-map
    .map-point.active,
  :lang(es-ES)
    .page-atlas-de-lo-que-importa
    .distribution-map
    .map-point:focus {
    width: 250px;
    height: 500px;
    padding: 0 5px;
  }
}
@media only screen and (max-width: 767px) {
  :lang(es-ES)
    .page-atlas-de-lo-que-importa
    .distribution-map
    .map-point.active,
  :lang(es-ES)
    .page-atlas-de-lo-que-importa
    .distribution-map
    .map-point:focus {
    width: 69%;
    height: 450px;
  }
}
:lang(es-ES)
  .page-atlas-de-lo-que-importa
  .distribution-map
  .map-point.active
  .content,
:lang(es-ES)
  .page-atlas-de-lo-que-importa
  .distribution-map
  .map-point:focus
  .content {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.25s ease-in-out 0.25s, height 0.25s ease-in-out,
    overflow 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out 0.25s, height 0.25s ease-in-out,
    overflow 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out, height 0.25s ease-in-out,
    overflow 0.25s ease-in-out;
  -webkit-transition-delay: 0.25s, 0s, 0s;
  transition: opacity 0.25s ease-in-out 0.25s, height 0.25s ease-in-out,
    overflow 0.25s ease-in-out;
  overflow: hidden;
}
:lang(es-ES)
  .page-atlas-de-lo-que-importa
  .distribution-map
  .map-point.active
  .content
  a:active,
:lang(es-ES)
  .page-atlas-de-lo-que-importa
  .distribution-map
  .map-point.active
  .content
  a:hover,
:lang(es-ES)
  .page-atlas-de-lo-que-importa
  .distribution-map
  .map-point:focus
  .content
  a:active,
:lang(es-ES)
  .page-atlas-de-lo-que-importa
  .distribution-map
  .map-point:focus
  .content
  a:hover {
  color: #afe1fa;
}
:lang(es-ES)
  .page-atlas-de-lo-que-importa
  .distribution-map
  .map-point:active
  h2,
:lang(es-ES)
  .page-atlas-de-lo-que-importa
  .distribution-map
  .map-point:active
  p,
:lang(es-ES)
  .page-atlas-de-lo-que-importa
  .distribution-map
  .map-point:focus
  h2,
:lang(es-ES) .page-atlas-de-lo-que-importa .distribution-map .map-point:focus p,
:lang(es-ES)
  .page-atlas-de-lo-que-importa
  .distribution-map
  .map-point:hover
  h2,
:lang(es-ES)
  .page-atlas-de-lo-que-importa
  .distribution-map
  .map-point:hover
  p {
  display: block;
}
:lang(es-ES) .page-atlas-de-lo-que-importa .distribution-map .point-1 {
  left: 25%;
  top: 15%;
}
:lang(es-ES) .page-atlas-de-lo-que-importa .distribution-map .point-2 {
  left: 38%;
  top: 10%;
}
:lang(es-ES) .page-atlas-de-lo-que-importa .distribution-map .point-3 {
  left: 49%;
  top: 10%;
}
:lang(es-ES) .page-atlas-de-lo-que-importa .distribution-map .point-4 {
  left: 58%;
  top: 12%;
}
:lang(es-ES) .page-atlas-de-lo-que-importa .distribution-map .point-5 {
  left: 58%;
  top: 19.5%;
}
:lang(es-ES) .page-atlas-de-lo-que-importa .distribution-map .point-6 {
  left: 64%;
  top: 16%;
}
:lang(es-ES) .page-atlas-de-lo-que-importa .distribution-map .point-7 {
  left: 70%;
  top: 28%;
}
:lang(es-ES) .page-atlas-de-lo-que-importa .distribution-map .point-8 {
  left: 83%;
  top: 26%;
}
:lang(es-ES) .page-atlas-de-lo-que-importa .distribution-map .point-9 {
  left: 46%;
  top: 25%;
}
:lang(es-ES) .page-atlas-de-lo-que-importa .distribution-map .point-10 {
  left: 51%;
  top: 36%;
}
:lang(es-ES) .page-atlas-de-lo-que-importa .distribution-map .point-11 {
  left: 36%;
  top: 48%;
}
:lang(es-ES) .page-atlas-de-lo-que-importa .distribution-map .point-12 {
  left: 56%;
  top: 46%;
}
:lang(es-ES) .page-atlas-de-lo-que-importa .distribution-map .point-13 {
  left: 70%;
  top: 47%;
}
:lang(es-ES) .page-atlas-de-lo-que-importa .distribution-map .point-14 {
  left: 89.5%;
  top: 45%;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  :lang(es-ES) .page-atlas-de-lo-que-importa .distribution-map .point-14 {
    left: 85%;
  }
}
:lang(es-ES) .page-atlas-de-lo-que-importa .distribution-map .point-15 {
  left: 12%;
  top: 89%;
  display: none;
}
:lang(es-ES) .page-atlas-de-lo-que-importa .distribution-map .point-16 {
  left: 47%;
  top: 64%;
}
:lang(es-ES) .page-atlas-de-lo-que-importa .distribution-map .point-17 {
  left: 65%;
  top: 60%;
}
@media only screen and (max-width: 959px) {
  :lang(es-ES)
    .page-atlas-de-lo-que-importa
    .distribution-map
    [class*="point-"]:active,
  :lang(es-ES)
    .page-atlas-de-lo-que-importa
    .distribution-map
    [class*="point-"]:focus {
    border-width: 5px;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
    -webkit-animation: move-to-center 0.5s;
    animation: move-to-center 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
}
@-webkit-keyframes move-to-center {
  to {
    left: 50%;
    top: 50%;
  }
}
@keyframes move-to-center {
  to {
    left: 50%;
    top: 50%;
  }
}
.es-mx-form {
  background: url(../../img/blue-topNavFullwidth.png) 0 0 repeat-x,
    linear-gradient(#f0f5f5, #f1f5f6);
}
.es-mx-form
  .navigation
  .navigation-item.navigation-level1
  > .navigation-item-title {
  padding: 20px 15px 16px;
}
.es-mx-form.teal-master-body
  .main-navigation-box
  .navigation.navigation-horizontal,
.es-mx-form.teal-master-body
  .main-navigation-box
  .navigation.navigation-horizontal
  .navigation-item.navigation-level1
  > .navigation-item-title {
  background: #1e9ac5 !important;
}
.es-mx-form.teal-master-body
  .main-navigation-box
  .navigation.navigation-horizontal
  .navigation-item.navigation-level1.is-active
  > .navigation-item-title {
  background: #fff !important;
}
.es-mx-form .gigya-label-text:after {
  content: "*";
}
.es-mx-form [data-translation-key="DROPDOWN_136088790994782640_LABEL"]:after {
  content: "";
}
.es-mx-form .optional {
  display: none;
}
.es-mx-form.teal-master-body
  .free-sample-white-box
  .gigyaraas
  .gigya-screen
  .gigya-input-submit {
  margin-top: 0;
}
:lang(en) #footer .navigation-item,
:lang(en) #footer .navigation-item.navigation-level1 > .navigation-item-title,
:lang(en) #footer .richtext-footer-selector a {
  color: #009a44;
}
:lang(en) .ui-autocomplete .ui-menu-item.ui-state-focus {
  background: #009a44 !important;
}
:lang(en) .richtext-partner p,
:lang(en) .richtext-partner p a {
  color: #009a44 !important;
}
:lang(en) .cb-no-result-text,
:lang(en) .polident-partner-white-box .richtext-partner {
  border-top: 1px solid #009a44;
}
:lang(en) .cb-no-result-text .green-button-txt {
  background: #009a44;
}
:lang(en) .teal-master-body .box-error-page a,
:lang(en) .teal-master-body .getting-dentures-text a,
:lang(en) .teal-master-body .green-header,
:lang(en) .teal-master-body .home-gray-box .richtext-home-gray-content p a,
:lang(en) .teal-master-body .richtext-body-content a,
:lang(en) .teal-master-body .richtext-footer-pages a,
:lang(en) .teal-master-body .using-product h3,
:lang(en) .teal-master-body h1 .green-header {
  color: #00b2a9;
}
:lang(en) .teal-master-body .fact-text {
  color: #00b2a9 !important;
}
:lang(en) .teal-master-body .whats-new-left-box h3 a.green-hyperlink,
:lang(en) .teal-master-body .whats-new-right-box h3 a.green-hyperlink {
  color: #0691c5;
}
:lang(en) .teal-master-body .chatterbox-home .video-filter p {
  color: #00b2a9;
}
:lang(en) .china-font-body h2,
:lang(en) .mandarin-font-body h2 {
  color: #009a44;
}
:lang(en)
  .main-navigation-box.simplified-main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1.has-active-child.is-open
  > .navigation-item-title,
:lang(en)
  .main-navigation-box.simplified-main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1.has-active-child
  > .navigation-item-title,
:lang(en)
  .main-navigation-box.simplified-main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1.is-active.is-open
  > .navigation-item-title,
:lang(en)
  .main-navigation-box.simplified-main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1.is-active
  > .navigation-item-title,
:lang(en)
  .main-navigation-box.simplified-main-navigation-box
  .navigation-item.has-active-child
  > .navigation-item-title.navigation-level1,
:lang(en)
  .main-navigation-box.simplified-main-navigation-box
  .navigation-item.is-active
  > .navigation-item-title.navigation-level1 {
  color: #009a44 !important;
}
:lang(en) .mob-menu-box .mob-search input {
  font-size: 14px !important;
}
:lang(en) .pr-review-points,
:lang(en) .pr-snapshot {
  display: none;
}
@media only screen and (min-width: 960px) {
  :lang(en) .main-navigation-box.simplified-main-navigation-box .home-logo {
    background-color: #009a44;
  }
  :lang(en-AU) .page-home .slides-item_2 figcaption {
    left: 100px;
    position: relative;
    top: -160px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  :lang(en) .polident-partner-white-box .richtext-partner p {
    color: #009a44 !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 959px) {
  :lang(en) .richtext-partner p {
    color: #009a44 !important;
  }
  :lang(en)
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.is-open
    > a.navigation-item-title,
  :lang(en)
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1
    > .navigation-item-title {
    background: #009a44 !important;
  }
  :lang(en) .main-navigation-box.simplified-main-navigation-box .home-logo {
    background-color: #009a44;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  :lang(en) .polident-partner-white-box .richtext-partner {
    border-top: 1px solid #009a44;
  }
  :lang(en-AU) .page-home .slides-item_2 figcaption {
    left: 70px;
    position: relative;
    top: -135px;
  }
}
@media only screen and (max-width: 767px) {
  :lang(en-AU) .page-home .slides-item_2 figcaption {
    left: -5px;
    position: relative;
    top: -50px;
  }
}
@media (min-width: 992px) {
  :lang(en) .header-box .form-search .input-medium.search-query {
    font-size: 11.5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  :lang(en) .mob-menu-box .mob-search input {
    font-size: 10px;
  }
}
:lang(en-SG) .img_responsive img {
  display: block;
  max-width: none;
  width: auto;
}
:lang(en-CA) .using-product h3.h3_black {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  line-height: 28px;
  margin-bottom: 0;
  padding-top: 7px;
}
:lang(en-CA) .iframe-style iframe {
  width: 100%;
  height: 360px;
}
:lang(en-CA) #skiptocontent a {
  top: 0;
  color: #009a44;
}
@media (min-width: 992px) {
  .en_ca .header-box .form-search .input-medium.search-query:focus {
    outline: 2px solid #add8e6;
  }
}
:lang(en-SG) .page-wrap .articleList-title {
  padding-bottom: 5px;
}
.en_ca .page-wrap .articleList-article {
  background: url(../../../img/visit-more-black.png) 99% no-repeat !important;
}
.en_ca .page-wrap .articleList-article:focus,
.en_ca .page-wrap .articleList-article:hover {
  background: url(../../../img/visit-more-article-hover-black.png) 99% no-repeat !important;
}
:lang(en-AU) .page-your_cleaning_regime .cleaning-regime-banner {
  position: relative;
  height: 250px;
}
:lang(en-AU) .page-your_cleaning_regime .cleaning-regime-banner .tissue-image {
  bottom: 150%;
  right: 0;
  position: absolute;
  width: 500px;
  z-index: 10;
  -webkit-animation: tissue 2.7s;
  animation: tissue 2.7s;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
@-webkit-keyframes tissue {
  0% {
    bottom: 150%;
  }
  to {
    bottom: -150%;
  }
}
@keyframes tissue {
  0% {
    bottom: 150%;
  }
  to {
    bottom: -150%;
  }
}
:lang(en-AU) .page-your_cleaning_regime .cleaning-regime-banner .product-image {
  position: absolute;
  bottom: 0;
  right: 4%;
  opacity: 0;
  width: 340px;
  z-index: 9;
  -webkit-animation: product 2.2s;
  animation: product 2.2s;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes product {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@keyframes product {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  :lang(en-AU) .page-your_cleaning_regime .cleaning-regime-banner {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 250px;
    padding-top: 5rem;
    padding-bottom: 18rem;
  }
  :lang(en-AU)
    .page-your_cleaning_regime
    .cleaning-regime-banner
    .product-image {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 300px;
  }
  :lang(en-AU) .page-your_cleaning_regime .cleaning-regime-banner .richText {
    padding: 0 15px;
  }
}
:lang(en-CA) body,
:lang(fr-CA) body {
  font-family: "Montserrat", sans-serif;
}
@media screen and (min-width: 992px) {
  :lang(en-CA)
    .main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1,
  :lang(fr-CA)
    .main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1 {
    flex: 1;
  }
  :lang(en-CA)
    .main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1
    a,
  :lang(fr-CA)
    .main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1
    a {
    padding: 0 !important;
    height: 56px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  :lang(en-CA) .navigation-root.navigation-branch.navigation-level1,
  :lang(fr-CA) .navigation-root.navigation-branch.navigation-level1 {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
}
:lang(en-CA) .pdt-left-image,
:lang(fr-CA) .pdt-left-image {
  width: 97% !important;
}
:lang(en-CA) .pdt-left-image img,
:lang(fr-CA) .pdt-left-image img {
  border: 1px solid #469556;
  width: 99.3%;
}
:lang(en-CA) .pdt-offers-image,
:lang(fr-CA) .pdt-offers-image {
  width: 97% !important;
}
:lang(en-CA) .pdt-offers-image img,
:lang(fr-CA) .pdt-offers-image img {
  border: 1px solid #469556;
  width: 99.3%;
}
:lang(en-CA) .reference-hero-home,
:lang(fr-CA) .reference-hero-home {
  margin-bottom: 0;
}
:lang(en-CA) .reference-hero-home .hero-home,
:lang(fr-CA) .reference-hero-home .hero-home {
  background-position: 100%;
  background-repeat: no-repeat;
  position: relative;
}
:lang(en-CA)
  .reference-hero-home
  .hero-home
  .hero-home-background-image-desktop,
:lang(fr-CA)
  .reference-hero-home
  .hero-home
  .hero-home-background-image-desktop {
  display: none;
}
:lang(en-CA) .reference-hero-home .hero-home .hero-home-content,
:lang(fr-CA) .reference-hero-home .hero-home .hero-home-content {
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  height: 100%;
  justify-content: flex-end;
  left: 5%;
  line-height: 21px;
  position: absolute;
  top: 0;
  width: 90%;
}
:lang(en-CA) .reference-hero-home .hero-home .hero-home-heading,
:lang(fr-CA) .reference-hero-home .hero-home .hero-home-heading {
  color: #fff;
  font-size: 36px;
  font-weight: 700 !important;
  line-height: 36px;
}
:lang(en-CA) .reference-hero-home .hero-home .hero-home-copy,
:lang(fr-CA) .reference-hero-home .hero-home .hero-home-copy {
  font-size: 17px;
  line-height: 21px;
}
:lang(en-CA) .reference-hero-home .hero-home .hero-home-copy-image,
:lang(fr-CA) .reference-hero-home .hero-home .hero-home-copy-image {
  flex-shrink: 0;
  margin-bottom: 5%;
  margin-left: -6%;
  max-width: none;
  width: 110%;
}
:lang(en-CA) .reference-hero-home .hero-home .hero-home-footnote,
:lang(fr-CA) .reference-hero-home .hero-home .hero-home-footnote {
  font-size: 12px;
}
@media (min-width: 768px) {
  :lang(en-CA) .reference-hero-home .hero-home,
  :lang(fr-CA) .reference-hero-home .hero-home {
    margin-bottom: 15px;
    margin-top: 35px;
  }
  :lang(en-CA)
    .reference-hero-home
    .hero-home
    .hero-home-background-image-mobile,
  :lang(fr-CA)
    .reference-hero-home
    .hero-home
    .hero-home-background-image-mobile {
    display: none;
  }
  :lang(en-CA)
    .reference-hero-home
    .hero-home
    .hero-home-background-image-desktop,
  :lang(fr-CA)
    .reference-hero-home
    .hero-home
    .hero-home-background-image-desktop {
    display: block;
  }
  :lang(en-CA) .reference-hero-home .hero-home .hero-home-content,
  :lang(fr-CA) .reference-hero-home .hero-home .hero-home-content {
    color: #323131;
    width: 35%;
  }
  :lang(en-CA) .reference-hero-home .hero-home .hero-home-heading,
  :lang(fr-CA) .reference-hero-home .hero-home .hero-home-heading {
    color: #469556;
    font-weight: 400 !important;
  }
  :lang(en-CA) .reference-hero-home .hero-home .hero-home-copy-image,
  :lang(fr-CA) .reference-hero-home .hero-home .hero-home-copy-image {
    margin-bottom: 0;
    margin-left: -14%;
    margin-top: 0;
    width: 130%;
  }
  :lang(en-CA) .reference-hero-home .hero-home .hero-home-footnote,
  :lang(fr-CA) .reference-hero-home .hero-home .hero-home-footnote {
    font-size: 11px;
    margin-top: 30px;
  }
}
:lang(en-CA) .navigation-journeys,
:lang(fr-CA) .navigation-journeys {
  display: flex;
  height: 31.25vw;
  justify-content: space-between;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
:lang(en-CA) .navigation-journeys li,
:lang(fr-CA) .navigation-journeys li {
  background-size: 100% 100%;
  margin-left: -3%;
  overflow: hidden;
  width: 100%;
}
:lang(en-CA) .navigation-journeys li:first-of-type,
:lang(fr-CA) .navigation-journeys li:first-of-type {
  background-image: url(/content/dam/cf-consumer-healthcare/other-polident/en_us/navigation-journeys/mobile/chev_all_01.png);
}
:lang(en-CA) .navigation-journeys li:nth-of-type(2),
:lang(fr-CA) .navigation-journeys li:nth-of-type(2) {
  background-image: url(/content/dam/cf-consumer-healthcare/other-polident/en_us/navigation-journeys/mobile/chev_all_02.png);
}
:lang(en-CA) .navigation-journeys li:nth-of-type(3),
:lang(fr-CA) .navigation-journeys li:nth-of-type(3) {
  background-image: url(/content/dam/cf-consumer-healthcare/other-polident/en_us/navigation-journeys/mobile/chev_all_03.png);
}
:lang(en-CA) .navigation-journeys li:nth-of-type(4),
:lang(fr-CA) .navigation-journeys li:nth-of-type(4) {
  background-image: url(/content/dam/cf-consumer-healthcare/other-polident/en_us/navigation-journeys/mobile/chev_all_04.png);
}
:lang(en-CA) .navigation-journeys li a,
:lang(fr-CA) .navigation-journeys li a {
  align-items: center;
  display: flex;
  height: 100%;
  width: 100%;
}
:lang(en-CA) .navigation-journeys li span,
:lang(fr-CA) .navigation-journeys li span {
  display: none;
}
@media (min-width: 768px) {
  :lang(en-CA) .navigation-journeys,
  :lang(fr-CA) .navigation-journeys {
    height: 98px;
  }
  :lang(en-CA) .navigation-journeys li:hover span,
  :lang(fr-CA) .navigation-journeys li:hover span {
    color: #00984f;
  }
  :lang(en-CA) .navigation-journeys li:first-of-type,
  :lang(fr-CA) .navigation-journeys li:first-of-type {
    background-image: url(/content/dam/cf-consumer-healthcare/polident/en_CA/Desktop/navigation-journeys/desktop/chev_01.png);
    margin-left: 0;
  }
  :lang(en-CA) .navigation-journeys li:first-of-type span,
  :lang(fr-CA) .navigation-journeys li:first-of-type span {
    padding-left: 40%;
  }
  :lang(en-CA) .navigation-journeys li:first-of-type:hover,
  :lang(fr-CA) .navigation-journeys li:first-of-type:hover {
    background-image: url(/content/dam/cf-consumer-healthcare/polident/en_CA/Desktop/navigation-journeys/desktop/chev_01_on.png);
  }
  :lang(en-CA) .navigation-journeys li:nth-of-type(2),
  :lang(fr-CA) .navigation-journeys li:nth-of-type(2) {
    background-image: url(/content/dam/cf-consumer-healthcare/polident/en_CA/Desktop/navigation-journeys/desktop/chev_02.png);
  }
  :lang(en-CA) .navigation-journeys li:nth-of-type(2):hover,
  :lang(fr-CA) .navigation-journeys li:nth-of-type(2):hover {
    background-image: url(/content/dam/cf-consumer-healthcare/polident/en_CA/Desktop/navigation-journeys/desktop/chev_02_on.png);
  }
  :lang(en-CA) .navigation-journeys li:nth-of-type(3),
  :lang(fr-CA) .navigation-journeys li:nth-of-type(3) {
    background-image: url(/content/dam/cf-consumer-healthcare/polident/en_CA/Desktop/navigation-journeys/desktop/chev_03.png);
  }
  :lang(en-CA) .navigation-journeys li:nth-of-type(3):hover,
  :lang(fr-CA) .navigation-journeys li:nth-of-type(3):hover {
    background-image: url(/content/dam/cf-consumer-healthcare/polident/en_CA/Desktop/navigation-journeys/desktop/chev_03_on.png);
  }
  :lang(en-CA) .navigation-journeys li:nth-of-type(4),
  :lang(fr-CA) .navigation-journeys li:nth-of-type(4) {
    background-image: url(/content/dam/cf-consumer-healthcare/polident/en_CA/Desktop/navigation-journeys/desktop/chev_04.png);
  }
  :lang(en-CA) .navigation-journeys li:nth-of-type(4):hover,
  :lang(fr-CA) .navigation-journeys li:nth-of-type(4):hover {
    background-image: url(/content/dam/cf-consumer-healthcare/polident/en_CA/Desktop/navigation-journeys/desktop/chev_04_on.png);
  }
  :lang(en-CA) .navigation-journeys li span,
  :lang(fr-CA) .navigation-journeys li span {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 16px;
    padding-left: 50%;
    text-transform: uppercase;
    width: 44%;
  }
}
:lang(en-CA) .accordion-container,
:lang(fr-CA) .accordion-container {
  border: 2px solid #323131;
  list-style: none;
  margin: 35px 0 0;
  padding: 0;
}
:lang(en-CA) .accordion-head,
:lang(fr-CA) .accordion-head {
  background-color: #fbfbfb;
  background-image: url(/content/dam/cf-consumer-healthcare/polident/en_CA/Desktop/navigation-journeys/cleanser-down-arrow.png) !important;
  border: 1px solid #d8d8d8;
  color: #00984f;
  display: block;
  font-weight: 500;
  padding: 19px 0 10px 30px;
  background-position: 97%;
  background-repeat: no-repeat;
  cursor: pointer;
  margin: 0;
}
:lang(en-CA) .accordion-slide:first-child .accordion-head,
:lang(fr-CA) .accordion-slide:first-child .accordion-head {
  border-top: 1px solid #d8d8d8;
}
:lang(en-CA) .accordion-title,
:lang(fr-CA) .accordion-title {
  margin: 0;
  padding: 13px;
}
:lang(en-CA) .accordion-content,
:lang(fr-CA) .accordion-content {
  padding: 18px 0 0 30px;
}
:lang(en-CA) .all-topics-faq-box .accordion-content,
:lang(fr-CA) .all-topics-faq-box .accordion-content {
  padding: 1.6em 3% 0 4%;
}
:lang(en-CA) .all-topics-faq-box .accordion-head,
:lang(fr-CA) .all-topics-faq-box .accordion-head {
  padding: 0.9em 3% 0.9em 3.8%;
}
:lang(en-CA) .accordion-content-wrapper,
:lang(fr-CA) .accordion-content-wrapper {
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
:lang(en-CA) .accordion-slide .accordion-head:hover,
:lang(fr-CA) .accordion-slide .accordion-head:hover {
  background-color: #e1e1e1 !important;
}
:lang(en-CA) .accordion-head:after,
:lang(en-CA) .accordion-slide.is-active > .accordion-head:after,
:lang(fr-CA) .accordion-head:after,
:lang(fr-CA) .accordion-slide.is-active > .accordion-head:after {
  display: none !important;
}
:lang(en-CA) .life-with-dentures-faq-box .accordion-slide .accordion-head:focus,
:lang(en-CA) .mod-js .accordion-slide .accordion-head:hover,
:lang(fr-CA) .life-with-dentures-faq-box .accordion-slide .accordion-head:focus,
:lang(fr-CA) .mod-js .accordion-slide .accordion-head:hover {
  background-color: #e1e1e1;
  color: #fff;
}
:lang(en-CA)
  .life-with-dentures-faq-box
  .accordion-slide.is-active
  > .accordion-head:focus,
:lang(en-CA) .mod-js .accordion-slide.is-active > .accordion-head:hover,
:lang(fr-CA)
  .life-with-dentures-faq-box
  .accordion-slide.is-active
  > .accordion-head:focus,
:lang(fr-CA) .mod-js .accordion-slide.is-active > .accordion-head:hover {
  background-color: #e1e1e1;
}
:lang(en-CA) .mod-js .accordion-slide.is-active > .accordion-head,
:lang(fr-CA) .mod-js .accordion-slide.is-active > .accordion-head {
  color: #000;
}
:lang(en-CA) .mod-js .accordion-content-wrapper,
:lang(fr-CA) .mod-js .accordion-content-wrapper {
  box-sizing: border-box;
  height: 0;
  left: -999999px;
  margin: 0;
  overflow: hidden;
  position: relative;
  top: -999999px;
  visibility: hidden;
}
:lang(en-CA) .mod-js .accordion-slide.is-active > .accordion-content-wrapper,
:lang(fr-CA) .mod-js .accordion-slide.is-active > .accordion-content-wrapper {
  height: auto;
  left: auto;
  overflow: auto;
  position: relative;
  top: auto;
  visibility: visible;
}
:lang(en-CA)
  .mod-js
  .accordion-slide.is-active:last-child
  > .accordion-content-wrapper,
:lang(fr-CA)
  .mod-js
  .accordion-slide.is-active:last-child
  > .accordion-content-wrapper {
  border-bottom: none;
}
:lang(en-CA) .mod-js .accordion-head,
:lang(fr-CA) .mod-js .accordion-head {
  background-image: url(../../../../wireframe/desktop/img/arrow-right.png);
  background-position: 100%;
  background-position: 97%;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-bottom: 0;
}
:lang(en-CA) .mod-js .accordion-head:hover,
:lang(fr-CA) .mod-js .accordion-head:hover {
  background-color: #e1e1e1;
}
:lang(en-CA) .mod-js .accordion-head:after,
:lang(fr-CA) .mod-js .accordion-head:after {
  display: none !important;
}
:lang(en-CA) .mod-js .accordion-slide.is-active > .accordion-head,
:lang(fr-CA) .mod-js .accordion-slide.is-active > .accordion-head {
  background-image: url(../../../../wireframe/desktop/img/arrow-down.png);
  background-position: 100%;
  background-position: 97%;
  background-repeat: no-repeat;
  cursor: pointer;
}
:lang(en-CA) .mod-js .accordion-slide.is-active > .accordion-head:after,
:lang(fr-CA) .mod-js .accordion-slide.is-active > .accordion-head:after {
  display: none !important;
}
:lang(en-CA) .product-center-accordion,
:lang(fr-CA) .product-center-accordion {
  margin-bottom: 0;
  padding: 0 45px 30px;
}
:lang(en-CA) .all-topics-faq-box .product-center-accordion,
:lang(fr-CA) .all-topics-faq-box .product-center-accordion {
  padding: 0 45px 12px;
}
:lang(en-CA) .product-center-accordion .accordion-container,
:lang(fr-CA) .product-center-accordion .accordion-container {
  border: none;
}
:lang(en-CA) .product-center-accordion .accordion-container .accordion-title,
:lang(fr-CA) .product-center-accordion .accordion-container .accordion-title {
  font-size: 14px;
  font-weight: 400;
}
:lang(en-CA) .accordion-slide.is-active > .accordion-head,
:lang(fr-CA) .accordion-slide.is-active > .accordion-head {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/en_CA/Desktop/navigation-journeys/cleanser-up-arrow.png) !important;
  background-position: 97%;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-bottom: 0;
}
:lang(en-CA) .accordion-head a,
:lang(fr-CA) .accordion-head a {
  color: #00984f;
  display: inline-block;
  font-size: 18px !important;
  font-weight: 500 !important;
  padding-right: 44px;
}
:lang(en-CA) .accordion-slide,
:lang(fr-CA) .accordion-slide {
  margin-bottom: 25px;
}
:lang(en-CA) .accordion-content .accordion-txt p:last-child,
:lang(fr-CA) .accordion-content .accordion-txt p:last-child {
  margin: 0;
}
:lang(en-CA) .accordion-content-wrapper .accordion-txt p,
:lang(fr-CA) .accordion-content-wrapper .accordion-txt p {
  margin-bottom: 8px;
}
:lang(en-CA) .accordion-container li:last-child,
:lang(en-CA) .cleanser-common-box .product-center-accordion div,
:lang(fr-CA) .accordion-container li:last-child,
:lang(fr-CA) .cleanser-common-box .product-center-accordion div {
  margin-bottom: 0;
}
:lang(en-CA)
  .cleanser-common-box
  .product-center-accordion
  .accordion-container,
:lang(fr-CA)
  .cleanser-common-box
  .product-center-accordion
  .accordion-container {
  margin-top: 21px;
}
:lang(en-CA) .cleanser-common-box .product-txt-partials-cleanser,
:lang(fr-CA) .cleanser-common-box .product-txt-partials-cleanser {
  background-color: #fbfbfb;
  margin-bottom: 0;
  padding: 30px 44px;
  vertical-align: middle;
}
:lang(en-CA)
  .adhesive-common-box.product-center-accordion.accordion-container.accordion-content-wrapper.accordion-content.firstcolumn,
:lang(fr-CA)
  .adhesive-common-box.product-center-accordion.accordion-container.accordion-content-wrapper.accordion-content.firstcolumn {
  margin-bottom: 0;
}
:lang(en-CA)
  .adhesive-common-box.product-center-accordion.accordion-containerli:first-child,
:lang(fr-CA)
  .adhesive-common-box.product-center-accordion.accordion-containerli:first-child {
  margin-bottom: 23px;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  :lang(en-CA) .reference-hero-home .hero-home .hero-home-content,
  :lang(fr-CA) .reference-hero-home .hero-home .hero-home-content {
    width: 50%;
    top: 55px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  :lang(en-CA) .accordion-head,
  :lang(fr-CA) .accordion-head {
    background-position: 97% 25px !important;
  }
  :lang(en-CA) .denture-adhesives-faq-box .product-center-accordion,
  :lang(en-CA) .denture-cleansers-faq-box .product-center-accordion,
  :lang(en-CA) .life-with-dentures-faq-box .product-center-accordion,
  :lang(fr-CA) .denture-adhesives-faq-box .product-center-accordion,
  :lang(fr-CA) .denture-cleansers-faq-box .product-center-accordion,
  :lang(fr-CA) .life-with-dentures-faq-box .product-center-accordion {
    padding: 0 5%;
  }
  :lang(en-CA)
    .denture-adhesives-faq-box
    .product-center-accordion
    .accordion-content,
  :lang(en-CA)
    .denture-cleansers-faq-box
    .product-center-accordion
    .accordion-content,
  :lang(en-CA)
    .life-with-dentures-faq-box
    .product-center-accordion
    .accordion-content,
  :lang(fr-CA)
    .denture-adhesives-faq-box
    .product-center-accordion
    .accordion-content,
  :lang(fr-CA)
    .denture-cleansers-faq-box
    .product-center-accordion
    .accordion-content,
  :lang(fr-CA)
    .life-with-dentures-faq-box
    .product-center-accordion
    .accordion-content {
    padding: 0;
  }
  :lang(en-CA) .all-topics-faq-box .accordion-head,
  :lang(fr-CA) .all-topics-faq-box .accordion-head {
    background-position: 97% 25px !important;
    background-size: 6%;
    padding: 19px 0 19px 5%;
  }
  :lang(en-CA) .pd-adhesive-box .cleaners-rich-text .sub-txt,
  :lang(en-CA) .pd-cleansers-box .cleaners-rich-text .sub-txt,
  :lang(fr-CA) .pd-adhesive-box .cleaners-rich-text .sub-txt,
  :lang(fr-CA) .pd-cleansers-box .cleaners-rich-text .sub-txt {
    font-size: 18px !important;
    line-height: 23px !important;
  }
  :lang(en-CA) .pd-adhesive-box .cleaners-rich-text .note-txt,
  :lang(en-CA) .pd-cleansers-box .cleaners-rich-text .note-txt,
  :lang(fr-CA) .pd-adhesive-box .cleaners-rich-text .note-txt,
  :lang(fr-CA) .pd-cleansers-box .cleaners-rich-text .note-txt {
    font-weight: bold;
    line-height: 38px !important;
    position: inherit;
    right: 20% !important;
  }
  :lang(en-CA) .pd-adhesive-box .cleaners-rich-text,
  :lang(en-CA) .pd-cleansers-box .cleaners-rich-text,
  :lang(fr-CA) .pd-adhesive-box .cleaners-rich-text,
  :lang(fr-CA) .pd-cleansers-box .cleaners-rich-text {
    left: 0 !important;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
    top: 55px;
  }
  :lang(en-CA) .mob-menu-box .mob-search .button,
  :lang(fr-CA) .mob-menu-box .mob-search .button {
    display: none;
  }
}
:lang(en-CA) .all-topics-faq-box,
:lang(fr-CA) .all-topics-faq-box {
  margin-bottom: 2em;
}
:lang(en-CA) .all-topics-faq-box .product-center-accordion .accordion-txt,
:lang(fr-CA) .all-topics-faq-box .product-center-accordion .accordion-txt {
  margin-bottom: 0.4em;
}
:lang(en-CA) .product-center-accordion .accordion-txt ul,
:lang(fr-CA) .product-center-accordion .accordion-txt ul {
  margin-bottom: 0;
}
:lang(en-CA) .product-center-accordion .accordion-txt ul li,
:lang(fr-CA) .product-center-accordion .accordion-txt ul li {
  background: none;
  font-size: 18px;
  list-style-type: disc;
  margin-left: 25px;
  padding-left: 6px;
}
:lang(en-CA) .accordion-txt .green-txt,
:lang(fr-CA) .accordion-txt .green-txt {
  border-bottom: 1px solid #bfe5d3;
}
:lang(en-CA) .accordion-txt a,
:lang(en-CA) .denture-advice-text a,
:lang(en-CA) .getting-used-denture2 .green-txt a,
:lang(en-CA) .getting-used-denture6 a,
:lang(fr-CA) .accordion-txt a,
:lang(fr-CA) .denture-advice-text a,
:lang(fr-CA) .getting-used-denture2 .green-txt a,
:lang(fr-CA) .getting-used-denture6 a {
  color: #00984f;
  font-weight: bold;
}
:lang(en-CA) .faq-home-view-more-button a,
:lang(fr-CA) .faq-home-view-more-button a {
  text-align: center;
  width: 150px;
  margin: auto;
  padding: 10px 5px;
  background: #fbfbfb;
  border-radius: 10px;
  color: grey;
}
:lang(en-CA)
  .navigation-horizontal
  .navigation-item.navigation-level1
  > .navigation-item-title,
:lang(fr-CA)
  .navigation-horizontal
  .navigation-item.navigation-level1
  > .navigation-item-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  padding: 8px;
  line-height: 20px;
  margin: auto;
  text-align: center;
  white-space: inherit;
  width: auto;
  color: #fff;
  text-transform: uppercase;
}
:lang(en-CA) .pd-adhesive-box .cleaners-rich-text,
:lang(en-CA) .pd-cleansers-box .cleaners-rich-text,
:lang(fr-CA) .pd-adhesive-box .cleaners-rich-text,
:lang(fr-CA) .pd-cleansers-box .cleaners-rich-text {
  left: 9%;
  position: relative;
  top: 100px;
}
:lang(en-CA) .home-promo-text h3,
:lang(fr-CA) .home-promo-text h3 {
  color: #096;
  font-size: 20px;
  font-weight: 400 !important;
  margin-top: 1.9em;
}
:lang(en-CA) .pd-adhesive-box .cleaners-rich-text .sub-txt,
:lang(en-CA) .pd-cleansers-box .cleaners-rich-text .sub-txt,
:lang(fr-CA) .pd-adhesive-box .cleaners-rich-text .sub-txt,
:lang(fr-CA) .pd-cleansers-box .cleaners-rich-text .sub-txt {
  color: #096;
  line-height: 29px;
}
:lang(en-CA) .pd-adhesive-box .cleaners-rich-text a,
:lang(en-CA) .pd-cleansers-box .cleaners-rich-text a,
:lang(fr-CA) .pd-adhesive-box .cleaners-rich-text a,
:lang(fr-CA) .pd-cleansers-box .cleaners-rich-text a {
  text-decoration: none !important;
}
:lang(en-CA) .pd-adhesive-box .pdt-offers-image a,
:lang(en-CA) .pd-cleansers-box .pdt-left-image a,
:lang(fr-CA) .pd-adhesive-box .pdt-offers-image a,
:lang(fr-CA) .pd-cleansers-box .pdt-left-image a {
  border-bottom: 4px solid #00984e !important;
}
:lang(en-CA) .pd-adhesive-box .pdt-offers-image,
:lang(en-CA) .pd-cleansers-box .pdt-left-image,
:lang(fr-CA) .pd-adhesive-box .pdt-offers-image,
:lang(fr-CA) .pd-cleansers-box .pdt-left-image {
  border-bottom: 8px solid transparent;
}
:lang(en-CA) .pd-adhesive-box .pdt-offers-image:hover,
:lang(en-CA) .pd-cleansers-box .pdt-left-image:hover,
:lang(fr-CA) .pd-adhesive-box .pdt-offers-image:hover,
:lang(fr-CA) .pd-cleansers-box .pdt-left-image:hover {
  border-bottom: 8px solid #00984e;
}
:lang(en-CA) .pd-adhesive-box .cleaners-rich-text .note-txt,
:lang(en-CA) .pd-cleansers-box .cleaners-rich-text .note-txt,
:lang(fr-CA) .pd-adhesive-box .cleaners-rich-text .note-txt,
:lang(fr-CA) .pd-cleansers-box .cleaners-rich-text .note-txt {
  color: #096;
  line-height: 39px;
  right: 37%;
  top: 50px;
}
:lang(en-CA) .pd-adhesive-box .pdt-offers-image a,
:lang(en-CA) .pd-cleansers-box .pdt-left-image a,
:lang(fr-CA) .pd-adhesive-box .pdt-offers-image a,
:lang(fr-CA) .pd-cleansers-box .pdt-left-image a {
  border-bottom: 4px solid #00984e;
  float: left;
  width: 100%;
}
:lang(en-CA) .pd-adhesive-box .pdt-offers-image img,
:lang(en-CA) .pd-cleansers-box .pdt-left-image img,
:lang(fr-CA) .pd-adhesive-box .pdt-offers-image img,
:lang(fr-CA) .pd-cleansers-box .pdt-left-image img {
  float: left;
}
:lang(en-CA) .pd-adhesive-box .pdt-offers-image a:hover,
:lang(fr-CA) .pd-adhesive-box .pdt-offers-image a:hover {
  border-bottom: 12px solid #00984e;
}
:lang(en-CA) .pd-cleansers-box,
:lang(fr-CA) .pd-cleansers-box {
  margin-bottom: 34px;
  margin-top: -54px;
}
:lang(en-CA) .pd-cleansers-box .pdt-left-image a:hover,
:lang(fr-CA) .pd-cleansers-box .pdt-left-image a:hover {
  border-bottom: 12px solid #00984e;
}
:lang(en-CA) .pd-adhesive-box,
:lang(fr-CA) .pd-adhesive-box {
  margin-bottom: 34px;
  margin-top: -54px;
}
:lang(en-CA) .pd-adhesive-box,
:lang(en-CA) .pd-cleansers-box,
:lang(fr-CA) .pd-adhesive-box,
:lang(fr-CA) .pd-cleansers-box {
  width: 47.95833%;
}
:lang(en-CA) .faq-denture-adhesive-text h2,
:lang(en-CA) .faq-denture-cleansers-text h2 strong,
:lang(en-CA) .faq-life-with-denture-text h2 strong,
:lang(fr-CA) .faq-denture-adhesive-text h2,
:lang(fr-CA) .faq-denture-cleansers-text h2 strong,
:lang(fr-CA) .faq-life-with-denture-text h2 strong {
  color: #047c47;
  font-size: 20px;
  font-weight: 400 !important;
}
:lang(en-CA) .faq-life-with-denture-text .richText-content,
:lang(en-CA) .home-promo-text .richText-content,
:lang(fr-CA) .faq-life-with-denture-text .richText-content,
:lang(fr-CA) .home-promo-text .richText-content {
  position: relative;
}
:lang(en-CA) .faq-life-with-denture-text,
:lang(fr-CA) .faq-life-with-denture-text {
  margin: 38px 0 4px 4.7%;
}
:lang(en-CA) .faq-life-with-denture-text h2,
:lang(fr-CA) .faq-life-with-denture-text h2 {
  position: relative;
  display: inline !important;
  z-index: 2;
  background: #f0f5f5;
  padding-right: 25px;
}
@media screen and (min-width: 768px) {
  :lang(en-CA) .faq-life-with-denture-text .richText-content:before,
  :lang(en-CA) .home-promo-text .richText-content:before,
  :lang(fr-CA) .faq-life-with-denture-text .richText-content:before,
  :lang(fr-CA) .home-promo-text .richText-content:before {
    background: green;
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
    z-index: 1;
  }
}
:lang(en-CA) .home-promo-text h3,
:lang(fr-CA) .home-promo-text h3 {
  position: relative;
  display: inline !important;
  z-index: 2;
  background: #f0f5f5;
  padding-right: 25px;
}
:lang(en-CA) .snip-style .richText,
:lang(fr-CA) .snip-style .richText {
  background: #00984f
    url(/content/dam/cf-consumer-healthcare/polident/en_CA/Desktop/navigation-journeys/right-arrow-icon.png)
    95% no-repeat;
  color: #fff;
  cursor: pointer;
  font-size: 22px;
  font-weight: 800;
  line-height: 28px;
  padding: 24px 17px;
  height: 120px;
  margin-top: -5px;
}
:lang(en-CA) .snip-style .richText:hover,
:lang(fr-CA) .snip-style .richText:hover {
  background-color: #047c47 !important;
}
:lang(en-CA) .snip-style .richText p,
:lang(fr-CA) .snip-style .richText p {
  margin: 0;
  padding: 0;
  display: block;
}
:lang(en-CA) .snip-style .richText a,
:lang(fr-CA) .snip-style .richText a {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  line-height: 20px;
  text-decoration: none !important;
}
:lang(en-CA) .mobile-bottom-promo-centerimage-one,
:lang(en-CA) .snip-style .reference-lazy-loading-image-with-href,
:lang(en-CA) .snip-style .reference-lazy-loading-image-with-href .image,
:lang(fr-CA) .mobile-bottom-promo-centerimage-one,
:lang(fr-CA) .snip-style .reference-lazy-loading-image-with-href,
:lang(fr-CA) .snip-style .reference-lazy-loading-image-with-href .image {
  margin: 0;
}
:lang(en-CA) .cta-next-journey:hover .image-background,
:lang(fr-CA) .cta-next-journey:hover .image-background {
  display: none;
}
:lang(en-CA) .cta-next-journey:hover .image-background-hover,
:lang(fr-CA) .cta-next-journey:hover .image-background-hover {
  display: block;
}
:lang(en-CA) .cta-next-journey figure,
:lang(fr-CA) .cta-next-journey figure {
  line-height: 0;
  position: relative;
}
:lang(en-CA) .cta-next-journey .image-background-hover,
:lang(fr-CA) .cta-next-journey .image-background-hover {
  display: none;
}
:lang(en-CA) .cta-next-journey figcaption,
:lang(fr-CA) .cta-next-journey figcaption {
  left: 17px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 75%;
}
:lang(en-CA) .cta-next-journey figcaption a,
:lang(fr-CA) .cta-next-journey figcaption a {
  color: #fff;
  display: block;
  font-size: 21px;
  font-weight: 800;
  line-height: 20px;
  text-decoration: none !important;
  text-transform: uppercase !important;
}
:lang(en-CA) .banner,
:lang(fr-CA) .banner {
  position: relative;
  margin-top: 25px;
}
:lang(en-CA) .banner figcaption,
:lang(fr-CA) .banner figcaption {
  border: 7px solid #fff;
  color: #fff !important;
  line-height: 15px;
  padding: 10px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 28px;
  white-space: inherit;
  width: 330px;
}
:lang(en-CA) .banner figcaption h1,
:lang(fr-CA) .banner figcaption h1 {
  color: #fbfbfb !important;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 35px;
  font-style: normal;
  font-weight: bold;
  line-height: 35px;
}
:lang(en-CA) .banner figure,
:lang(fr-CA) .banner figure {
  margin: 0;
  display: block;
}
:lang(en-CA) .new-rich h2,
:lang(fr-CA) .new-rich h2 {
  color: #047c47;
  font-size: 20px;
  font-weight: 400 !important;
  font-weight: 400;
  margin: 0;
  padding-bottom: 4px;
}
:lang(en-CA) .new-rich p,
:lang(fr-CA) .new-rich p {
  color: #000;
  padding-bottom: 27px;
  line-height: 1.4;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  padding-right: 44px;
}
:lang(en-CA) .accordion-txt,
:lang(fr-CA) .accordion-txt {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
:lang(en-CA) .accordion-txt p,
:lang(fr-CA) .accordion-txt p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  line-height: 24px;
}
:lang(en-CA) .accordion-slide.is-active > .accordion-content-wrapper,
:lang(fr-CA) .accordion-slide.is-active > .accordion-content-wrapper {
  height: 100px;
  left: auto;
  overflow: auto;
  position: relative;
  top: auto;
  visibility: visible;
}
:lang(en-CA).page-things-to-ask-dentist h1,
:lang(fr-CA).page-things-to-ask-dentist h1 {
  color: #009a44;
  font-size: 2.5rem;
  text-transform: uppercase;
  background-color: #ebebeb;
  padding: 5%;
  border: 1px solid transparent;
  border-top-left-radius: 50px 25px;
  border-bottom-right-radius: 50px 25px;
}
:lang(en-CA).page-things-to-ask-dentist h2,
:lang(fr-CA).page-things-to-ask-dentist h2 {
  color: #fff;
  background-color: #009a44;
  border-top-left-radius: 50px 25px;
  border-bottom-right-radius: 50px 25px;
  text-transform: uppercase;
  padding: 25px;
  position: relative;
  margin-left: 80px;
}
:lang(en-CA).page-things-to-ask-dentist .gray-line,
:lang(fr-CA).page-things-to-ask-dentist .gray-line {
  margin-top: 5%;
  border-left: 10px solid #ebebeb;
  border-top-left-radius: 50px 25px;
}
:lang(en-CA).page-things-to-ask-dentist .richText ul li,
:lang(fr-CA).page-things-to-ask-dentist .richText ul li {
  position: relative;
  padding-left: 30px;
}
:lang(en-CA).page-things-to-ask-dentist .navod p,
:lang(fr-CA).page-things-to-ask-dentist .navod p {
  color: #009a44;
  font-size: 1rem;
  padding: 0 50px;
  line-height: 1.25;
}
:lang(en-CA).page-things-to-ask-dentist .navod p:before,
:lang(fr-CA).page-things-to-ask-dentist .navod p:before {
  display: inline-block;
  content: "";
  background: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Navodnici_gornji.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  left: 10px;
  margin-right: 10px;
}
:lang(en-CA).page-things-to-ask-dentist .navod p:after,
:lang(fr-CA).page-things-to-ask-dentist .navod p:after {
  display: inline-block;
  content: "";
  background: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/nadnici_donji.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  right: 0;
  margin-left: 10px;
}
:lang(en-CA).page-things-to-ask-dentist .right-border,
:lang(fr-CA).page-things-to-ask-dentist .right-border {
  display: block;
  content: "";
  background: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/TextBox_Shape_edge_V2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 100%;
  position: relative;
  padding-left: 50px;
}
:lang(en-CA).page-things-to-ask-dentist
  .right-border
  > .component-content:before,
:lang(fr-CA).page-things-to-ask-dentist
  .right-border
  > .component-content:before {
  display: block;
  border-left: 10px solid #ebebeb;
  border-bottom: 10px solid #ebebeb;
  position: absolute;
  height: 50px;
  width: 100px;
  left: -10px;
  border-bottom-left-radius: 100px;
}
:lang(en-CA).page-things-to-ask-dentist .richText ul li:before,
:lang(fr-CA).page-things-to-ask-dentist .richText ul li:before {
  display: block;
  content: "";
  background: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/TICK.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 15px;
  height: 15px;
  left: 10px;
}
:lang(en-CA).page-things-to-ask-dentist .quest-one h2:before,
:lang(fr-CA).page-things-to-ask-dentist .quest-one h2:before {
  display: block;
  content: "";
  background: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Question1_icone.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  left: -70px;
}
:lang(en-CA).page-things-to-ask-dentist .quest-two h2:before,
:lang(fr-CA).page-things-to-ask-dentist .quest-two h2:before {
  display: block;
  content: "";
  background: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Question2_icone.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  left: -80px;
}
:lang(en-CA).page-things-to-ask-dentist .quest-three h2:before,
:lang(fr-CA).page-things-to-ask-dentist .quest-three h2:before {
  display: block;
  content: "";
  background: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Question3_icone.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100px;
  height: 100px;
  top: 10px;
  left: -70px;
}
:lang(en-CA).page-things-to-ask-dentist .quest-four h2:before,
:lang(fr-CA).page-things-to-ask-dentist .quest-four h2:before {
  display: block;
  content: "";
  background: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Question4_icone.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100px;
  height: 100px;
  top: 20px;
  left: -80px;
}
:lang(en-CA).page-things-to-ask-dentist .quest-five h2:before,
:lang(fr-CA).page-things-to-ask-dentist .quest-five h2:before {
  display: block;
  content: "";
  background: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Question5_icone.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100px;
  height: 100px;
  top: 10px;
  left: -80px;
}
:lang(en-CA).page-things-to-ask-dentist .quest-six h2:before,
:lang(fr-CA).page-things-to-ask-dentist .quest-six h2:before {
  display: block;
  content: "";
  background: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Question6_icone.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100px;
  height: 100px;
  top: 20px;
  left: -80px;
}
:lang(en-CA).page-things-to-ask-dentist .quest-seven h2:before,
:lang(fr-CA).page-things-to-ask-dentist .quest-seven h2:before {
  display: block;
  content: "";
  background: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Question7_icone.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100px;
  height: 100px;
  top: 20px;
  left: -80px;
}
:lang(en-CA).page-things-to-ask-dentist .quest-eight h2:before,
:lang(fr-CA).page-things-to-ask-dentist .quest-eight h2:before {
  display: block;
  content: "";
  background: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Question8_icone.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100px;
  height: 100px;
  top: 20px;
  left: -60px;
}
:lang(en-CA).page-things-to-ask-dentist .quest-nine h2:before,
:lang(fr-CA).page-things-to-ask-dentist .quest-nine h2:before {
  display: block;
  content: "";
  background: url(/content/dam/cf-consumer-healthcare/polident/master-green/vbl/Question9_icone.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100px;
  height: 100px;
  top: 20px;
  left: -80px;
}
:lang(en-CA) .layout-oral-polident-home-layout .header-box .large,
:lang(fr-CA) .layout-oral-polident-home-layout .header-box .large {
  margin-left: 5px;
}
:lang(en-CA) .layout-oral-polident-home-layout .header-box .search-box,
:lang(fr-CA) .layout-oral-polident-home-layout .header-box .search-box {
  margin-left: 5px;
  width: 18.5%;
}
:lang(en-CA)
  .layout-oral-polident-home-layout
  .header-box
  .search-box
  .form-search
  input,
:lang(fr-CA)
  .layout-oral-polident-home-layout
  .header-box
  .search-box
  .form-search
  input {
  width: 160px !important;
}
:lang(en-CA)
  .layout-oral-polident-home-layout
  .header-box
  .reference-template-language-selector
  .select-wrapper1
  select,
:lang(fr-CA)
  .layout-oral-polident-home-layout
  .header-box
  .reference-template-language-selector
  .select-wrapper1
  select {
  width: 50px;
}
:lang(en-CA) .layout-oral-polident-home-layout .pdt-left-image a,
:lang(en-CA) .layout-oral-polident-home-layout .pdt-offers-image a,
:lang(fr-CA) .layout-oral-polident-home-layout .pdt-left-image a,
:lang(fr-CA) .layout-oral-polident-home-layout .pdt-offers-image a {
  border: solid #00984e !important;
  border-width: 1px 1px 4px !important;
}
:lang(fr-CA) .fr_ca .header-box {
  padding-top: 25px;
}
@media screen and (-ms-high-contrast: active) and (-ms-high-contrast: none) and (min-width: 960px) {
  :lang(fr-CA) .fr_ca .navigation-level1.page-denture-cleansers {
    flex-grow: 1.5;
  }
}
:lang(fr-CA) .fr_ca .box.box-right-template-sharethis.grid_12 {
  margin-left: auto !important;
  width: 100% !important;
}
:lang(fr-CA) .fr_ca .footer-box {
  width: 99% !important;
  margin-left: auto !important;
}
:lang(fr-CA) .fr_ca .cleaners-rich-text {
  font-size: 20px;
}
:lang(fr-CA) .navigation-journeys li span {
  font-size: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  :lang(fr-CA) .pd-adhesive-box {
    margin-top: -83px;
  }
  :lang(fr-CA) .pd-cleansers-box.alpha .cleaners-rich-text {
    top: 80px;
  }
}
:lang(fr-CA) .snip-style .richText p {
  width: 95%;
}
:lang(en-CA) .en_ca .header-box {
  padding-top: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  :lang(en-CA) .en_ca .mob-menu-box .mob-search {
    margin-right: 2%;
    width: 200px !important;
  }
  :lang(en-CA) .en_ca .mob-menu-box .mob-search .searchBox-label input {
    width: 188px;
  }
  :lang(en-CA) .en_ca .box.box-right-template-sharethis.grid_12 {
    margin-left: auto !important;
    width: 100% !important;
  }
  :lang(en-CA) .en_ca .footer-box {
    width: 99% !important;
    margin-left: auto !important;
  }
  :lang(en-CA) .en_ca #footer .footer-navigation {
    margin-left: 12% !important;
    width: 32%;
  }
  :lang(en-CA) .en_ca.page-preparing-for-tooth-loss .box.grid_4 .richText p,
  :lang(en-CA) .en_ca .snip-style .richText p {
    width: 95%;
  }
}
@media only screen and (max-width: 767px) {
  :lang(en-CA) .mob-menu-box .mob-search .searchBox-label input {
    width: 185px !important;
  }
}
:lang(fr-CA)
  .navigation-horizontal
  .navigation-item.navigation-level1
  > .navigation-item-title {
  padding: 18px;
}
:lang(fr-CA) .navigation-item.navigation-level1.page-adjusting-to-dentures,
:lang(fr-CA) .navigation-item.navigation-level1.page-getting-dentures0,
:lang(fr-CA) .navigation-item.navigation-level1.page-life-with-dentures,
:lang(fr-CA) .navigation-item.navigation-level1.page-preparing-for-tooth-loss {
  flex: 2 !important;
}
:lang(fr-CA) .pd-adhesive-box .cleaners-rich-text {
  left: 4%;
}
:lang(en-GB)
  .navigation
  .navigation-level1.page-expert-advice
  .navigation-level2.page-getting-dentures
  > .navigation-item-title,
:lang(en-GB)
  .navigation
  .navigation-level1.page-expert-advice
  .navigation-level2.page-living-with-dentures
  > .navigation-item-title {
  pointer-events: none;
  cursor: default;
}
:lang(en-PH) .searchBox :-ms-input-placeholder {
  color: #d8d8d8 !important;
}
:lang(en-PH) .searchBox :placeholder-shown {
  color: #d8d8d8 !important;
}
:lang(en-PH) .layout-master-vbl-bootstrap .journey-snip .image img {
  border-top-left-radius: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  :lang(en-PH)
    .page-products-vbl
    .page-products-vbl.is-open.has-children.is-active.navigation-item.navigation-level1
    .navigation-item-title
    .navigation-item-decoration {
    display: none !important;
    background: none !important;
  }
  :lang(en-PH) .navigation-level2.page-denture-adhesives-vbl,
  :lang(en-PH) .navigation-level2.page-life-with-dentures {
    margin-bottom: 1px;
  }
  :lang(en-PH) .has-children.navigation-item.navigation-level1.is-open a {
    color: #00b2a9 !important;
  }
  :lang(en-PH)
    .layout-master-vbl-bootstrap.teal-master-body
    .journey-snip
    .image {
    padding: 2px;
  }
  :lang(en-PH) .page-denture-talk-vbl .overlay-container .parametrizedhtml {
    margin-bottom: -5px;
  }
  :lang(en-PH) .page-denture-talk-vbl iframe {
    width: 694px !important;
  }
  :lang(en-PH)
    .layout-master-vbl-bootstrap
    .main-navigation-box
    .header_nav_small.navigation-horizontal
    .navigation-item.navigation-level1.is-open
    > .navigation-item-title {
    color: #00b2a9 !important;
  }
}
@media screen and (-ms-high-contrast: active) and (-ms-high-contrast: none) {
  :lang(en-PH) .journey-snip .box > .component-content .content:after {
    border-radius: 10px;
  }
}
@media (min--moz-device-pixel-ratio: 0) {
  :lang(en-PH) .journey-snip .box > .component-content .content:after,
  :lang(en-PH)
    .layout-master-vbl-bootstrap.teal-master-body
    .journey-snip:hover
    .box
    > .component-content
    .content:after {
    border-top-left-radius: 20px;
  }
}
@media only screen and (min-width: 992px) {
  :lang(en-PH)
    .teal-master-body
    .main-navigation-box
    .navigation.navigation-horizontal {
    margin-top: -8px;
  }
}
:lang(en-MY) .line-height-1-75 p {
  line-height: 1.75rem;
}
:lang(en-MY) .text_mobile_height p {
  line-height: 1.6rem;
}
:lang(en-MY) .text-under-img img {
  padding-top: 4px;
}
@media (max-width: 992px) {
  :lang(en-MY) .layout-master-vbl-bootstrap .footer-banner {
    max-width: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  :lang(en-MY) #footer .footer_float_ul {
    float: left;
  }
  :lang(en-MY) #footer .footer-logo {
    padding-top: 115px;
  }
  :lang(en-MY) .snippetReference.text-move-down .component-content .richText p {
    margin-top: 0 !important;
    padding: 0 !important;
  }
  :lang(en-MY)
    .snippetReference.move_text_up_mobile
    .content.paragraphSystem
    .richText {
    height: 63px !important;
    padding: 6% 0;
  }
  :lang(en-MY)
    .snippetReference.font_size_adhesives
    .content.paragraphSystem
    .richText {
    height: 63px !important;
    padding: 9% 1%;
  }
  :lang(en-MY) .snippetReference.font_size_adhesives p {
    font-size: 18px !important;
  }
  :lang(en-MY)
    .snippetReference.font_size_cleaning
    .content.paragraphSystem
    .richText {
    height: 63px !important;
    padding: 9% 0;
  }
  :lang(en-MY)
    .snippetReference.move_text_daily
    .content.paragraphSystem
    .richText,
  :lang(en-MY)
    .snippetReference.move_text_daily_our
    .content.paragraphSystem
    .richText {
    height: 63px !important;
    padding: 0;
  }
  :lang(en-MY) .snippetReference.move_text_daily .richText p,
  :lang(en-MY) .snippetReference.move_text_daily_our .richText p {
    padding: 2% !important;
  }
  :lang(en-MY) .snippetReference.img_in_border .image img {
    padding-top: 32px;
    margin-bottom: 0;
  }
  :lang(en-MY) .move_img_dentures img {
    padding-top: 32px !important;
  }
  :lang(en-MY) .move_text_dentures .richText .component-content p,
  :lang(en-MY) .move_text_journey .richText .component-content p {
    padding: 1% 2% !important;
    font-size: 19px !important;
  }
  :lang(en-MY) .move_text_journey .image .component-content img {
    padding-top: 32px;
  }
  :lang(en-MY) .move_text_journey_big .richText .component-content p {
    padding: 1% 2% !important;
    font-size: 17px !important;
  }
  :lang(en-MY) .move_text_journey_big .image .component-content img {
    padding-top: 32px;
  }
  :lang(en-MY) .move_text_get_dentures .richText .component-content p {
    padding: 1% !important;
    font-size: 18px !important;
  }
  :lang(en-MY) .move_text_get_dentures .image .component-content img {
    padding-top: 32px;
  }
  :lang(en-MY) .move_text_adj_dentures .richText .component-content p {
    padding: 4% 0 !important;
    font-size: 18px !important;
  }
  :lang(en-MY) .move_text_adj_dentures .image .component-content img {
    padding-top: 32px;
  }
  :lang(en-MY) .move_text_life_dentures .richText .component-content p {
    padding: 0 2% !important;
    font-size: 19px !important;
  }
  :lang(en-MY) .move_text_life_dentures .image .component-content img {
    padding-top: 32px;
  }
  :lang(en-MY) .move_text_life_dentures_17 .richText .component-content p {
    padding: 0 2% !important;
    font-size: 17px !important;
  }
  :lang(en-MY) .layout-master-vbl-bootstrap .img_padding_border .image img,
  :lang(en-MY) .move_text_life_dentures_17 .image .component-content img {
    padding-top: 32px;
  }
  :lang(en-MY) .layout-master-vbl-bootstrap .img_padding_31_border .image img {
    padding-top: 31px;
  }
  :lang(en-MY) .layout-master-vbl-bootstrap .banner_silver_border {
    margin: 1px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  :lang(en-MY)
    .layout-master-vbl-bootstrap.page-adjusting-to-dentures
    .silver-banner,
  :lang(en-MY)
    .layout-master-vbl-bootstrap.page-getting-dentures
    .silver-banner,
  :lang(en-MY)
    .layout-master-vbl-bootstrap.page-life-with-dentures
    .silver-banner,
  :lang(en-MY)
    .layout-master-vbl-bootstrap.page-preparing-for-tooth-loss
    .silver-banner {
    padding: 1px 3px;
  }
  :lang(en-MY) .silver-banner-1-1 {
    padding: 1px !important;
  }
}
@media (max-width: 767px) {
  :lang(en-MY) .layout-master-vbl-bootstrap .journey-snip .image {
    padding: 1px;
  }
  :lang(en-MY) .move_text_journey_big .richText p {
    padding-top: 0;
  }
  :lang(en-MY) .footer_big_box .component-content .content.paragraphSystem {
    display: flex;
    flex-direction: column;
  }
  :lang(en-MY)
    .footer_big_box
    .component-content
    .box.component.section.col-sm-6.col-md-6.col-lg-6.first.odd.no-padding {
    order: 2;
  }
  :lang(en-MY) .footer_box_2 .component-content .content.paragraphSystem {
    display: flex;
    flex-direction: column;
  }
  :lang(en-MY) .footer_box_2 .component-content .footer_text {
    order: 2;
  }
  :lang(en-MY) .footer_text .component-content .richText-content {
    display: flex;
    flex-direction: column;
  }
  :lang(en-MY) .footer_text .component-content p:first-child {
    order: 2;
  }
  :lang(en-MY) .footer_text .component-content p:nth-child(2) {
    margin-bottom: 0;
  }
  :lang(en-MY)
    #footer
    .row
    .layout-outer
    .layout-inner
    .col-xs-12.col-md-12.default-style
    .footer_big_box
    .content.paragraphSystem
    .footer-logo {
    margin-left: 10px;
    padding-top: 60px;
  }
}
:lang(ru-UA) .header-box .country-selector {
  margin-left: 10px;
  width: 2% !important;
}
:lang(ru-UA) .header-box .form-search button {
  top: 50%;
  transform: translateY(-50%);
}
:lang(ru-UA) .disclemer_in_footer {
  background: hsla(0, 0%, 100%, 0.9);
  border-top: 2px solid #e2e2e2;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 999;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.2;
  padding: 0 5px;
}
:lang(ru-UA) .disclemer_in_footer img {
  height: 100%;
}
:lang(ru-UA) .disclemer_in_footer .content {
  margin: 0 auto;
}
:lang(ru-UA) .disclemer_in_footer .image {
  height: 7.5%;
}
:lang(ru-UA) .disclaimer {
  font-size: 13px;
}
:lang(ru-UA) .articleList-title a,
:lang(ru-UA) a,
:lang(ru-UA) body,
:lang(ru-UA) h1,
:lang(ru-UA) h2,
:lang(ru-UA) h3,
:lang(ru-UA) h4,
:lang(ru-UA) h5,
:lang(ru-UA) li,
:lang(ru-UA) p,
:lang(ru-UA) span {
  font-family: Roboto, sans-serif !important;
    font-weight: 400;
}
:lang(ru-UA) .reference-template-language-selector .select-wrapper1,
:lang(ru-UA) .reference-template-language-selector .select-wrapper1 select {
  display: block;
}
:lang(ru-UA)
  .teal-master-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-branch.navigation-level2
  .navigation-item-title {
    font-family: Roboto, sans-serif !important;
    font-weight: 700;
}
:lang(ru-UA) .teal-master-body .home-carousel .carousel-nav-next {
  background: url(../../img/polident_sprites.png) no-repeat -29px 0 !important;
  background-size: 195% !important;
}
:lang(ru-UA) .teal-master-body .home-carousel .carousel-nav-prev {
  background: url(../../img/polident_sprites.png) no-repeat 0 0 !important;
  background-size: 195% !important;
}
:lang(ru-UA) .teal-master-body .header-box .form-search button {
  background: url(../../img/polident_sprites.png) no-repeat 0 -208px !important;
  background-size: 360% !important;
}
:lang(ru-UA)
  .teal-master-body
  .promo-white-box
  .promo-header
  p
  a
  span.product-header {
  position: relative;
  background: none;
}
:lang(ru-UA)
  .teal-master-body
  .promo-white-box
  .promo-header
  p
  a
  span.product-header:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  background: url(../../img/polident_sprites.png) no-repeat 0 62.4% !important;
  background-size: 364% 1519% !important;
}
:lang(ru-UA) .teal-master-body .back-link a {
  position: relative;
  background: none;
}
:lang(ru-UA) .teal-master-body .back-link a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 37px;
  height: 37px;
  background: url(../../img/polident_sprites.png) no-repeat 0 12.6% !important;
  background-size: 190% 829% !important;
}
:lang(ru-UA)
  .teal-master-body
  .page-wrap
  .get-expert-article-list
  .articleList-article {
  background: none !important;
}
:lang(ru-UA)
  .teal-master-body
  .page-wrap
  .get-expert-article-list
  .articleList-article
  .articleList-title
  a {
  position: relative;
}
:lang(ru-UA)
  .teal-master-body
  .page-wrap
  .get-expert-article-list
  .articleList-article
  .articleList-title
  a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  background: url(../../img/polident_sprites.png) no-repeat 0 35.6% !important;
  background-size: 225% 994% !important;
}
:lang(ru-UA)
  .teal-master-body
  .page-wrap
  .get-expert-article-list
  .articleList-article
  .articleList-title
  a:hover:after {
  background: url(../../img/polident_sprites.png) no-repeat 0 46.6% !important;
  background-size: 225% 994% !important;
}
:lang(ru-UA)
  .teal-master-body
  .page-wrap
  .our-products-article-list
  .articleList-article {
  background: none !important;
}
:lang(ru-UA)
  .teal-master-body
  .page-wrap
  .our-products-article-list
  .articleList-article
  .articleList-title
  a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  background: url(../../img/polident_sprites.png) no-repeat 0 35.6% !important;
  background-size: 225% 994% !important;
}
:lang(ru-UA)
  .teal-master-body
  .page-wrap
  .our-products-article-list
  .articleList-article
  .articleList-title
  a:hover:after {
  background: url(../../img/polident_sprites.png) no-repeat 0 46.6% !important;
  background-size: 225% 994% !important;
}
:lang(ru-UA) .teal-master-body .whats-new-left-box h3 a,
:lang(ru-UA) .teal-master-body .whats-new-right-box h3 a {
  position: relative;
  background: none;
}
:lang(ru-UA) .teal-master-body .whats-new-left-box h3 a:after,
:lang(ru-UA) .teal-master-body .whats-new-right-box h3 a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  background: url(../../img/polident_sprites.png) no-repeat 0 35.6% !important;
  background-size: 227% 994% !important;
}
:lang(ru-UA) .teal-master-body .richtext-op-two-callout-inner h3 a {
  position: relative;
  background: none;
}
:lang(ru-UA) .teal-master-body .richtext-op-two-callout-inner h3 a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 27px;
  height: 28px;
  transform: translateY(-50%);
  background: url(../../img/polident_sprites.png) no-repeat 0 35.6% !important;
  background-size: 231% 984% !important;
}
:lang(ru-UA) .teal-master-body .richtext-op-two-callout-inner h3 a:hover:after {
  background: url(../../img/polident_sprites.png) no-repeat 0 46.6% !important;
  background-size: 231% 984% !important;
}
:lang(ru-UA) .teal-master-body .richtext-faq-question {
  position: relative;
  background: none;
}
:lang(ru-UA) .teal-master-body .richtext-faq-question:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6px;
  width: 28px;
  height: 27px;
  transform: translateY(-50%);
  background: url(../../img/polident_sprites.png) no-repeat 0 90.5% !important;
  background-size: 242% 1045% !important;
}
:lang(ru-UA) .teal-master-body .richtext-faq-question.is-open:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6px;
  width: 28px;
  height: 27px;
  transform: translateY(-50%);
  background: url(../../img/polident_sprites.png) no-repeat 0 100.9% !important;
  background-size: 242% 1045% !important;
}
@media only screen and (max-width: 959px) and (min-width: 320px) {
  :lang(ru-UA) .teal-master-body .mob-menu p {
    position: relative;
    background: none;
  }
  :lang(ru-UA) .teal-master-body .mob-menu p:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 27px;
    height: 28px;
    background: url(../../img/polident_sprites.png) no-repeat 0 56.6% !important;
    background-size: 283% 1256% !important;
  }
  :lang(ru-UA) .teal-master-body .mob-menu p.close-menu:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 27px;
    height: 28px;
    background: url(../../img/polident_sprites.png) no-repeat -25px 56.6% !important;
    background-size: 283% 1256% !important;
  }
  :lang(ru-UA)
    .teal-master-body
    .main-navigation-box
    .navigation.navigation-horizontal
    .navigation-item.navigation-level1.has-children.is-active
    > .navigation-item-title
    .navigation-item-decoration {
    background: none !important;
  }
  :lang(ru-UA)
    .teal-master-body
    .main-navigation-box
    .navigation.navigation-horizontal
    .navigation-item.navigation-level1.has-children.is-active
    > .navigation-item-title
    .navigation-item-decoration:after {
    width: 14px;
    height: 14px;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    background: url(../../img/polident_sprites.png) no-repeat 0 75.6% !important;
    background-size: 487% 2001% !important;
  }
  :lang(ru-UA)
    .teal-master-body
    .main-navigation-box
    .navigation.navigation-horizontal
    .navigation-item.navigation-level1.has-children.is-active.open
    > .navigation-item-title
    .navigation-item-decoration:after {
    width: 14px;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    background: url(../../img/polident_sprites.png) no-repeat 0 77.6% #1cbcb4 !important;
    background-size: 487% 2001% !important;
  }
}
:lang(ru-UA) .search-res-box .searchBox .form-search .button {
  font-family: Roboto, sans-serif !important;
    font-weight: 400;
}
@media only screen and (max-width: 962px) {
  :lang(ru-UA) .back-link a,
  :lang(ru-UA) .page-wrap .articleList-title a,
  :lang(ru-UA) .product-range h3 {
    font-family: Roboto, sans-serif !important;
      font-weight: 400;
  }
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
  :lang(ru-UA) .mob-menu-box .mob-search .button {
    background-image: none;
  }
}
@media only screen and (min-width: 960px) {
  :lang(ru-UA) .poland-font-body #footer li:nth-child(5) {
    margin-left: 0;
  }
  :lang(uk-UA) .footer-navigation {
    padding-left: 28px;
  }
  :lang(uk-UA) .footer-navigation .navigation-item.navigation-level1 {
    margin: 0;
  }
  :lang(uk-UA) #footer .navigation-item {
    padding: 0;
    width: 50%;
  }
  :lang(uk-UA) .poland-font-body #footer li:nth-child(5) {
    margin-left: 0;
  }
  :lang(uk-UA) .teal-master-body .home-carousel .carousel-nav-next {
    background: url(../../img/polident_sprites.png) no-repeat -29px 0 !important;
    background-size: 195% !important;
  }
  :lang(uk-UA) .teal-master-body .home-carousel .carousel-nav-prev {
    background: url(../../img/polident_sprites.png) no-repeat 0 0 !important;
    background-size: 195% !important;
  }
  :lang(uk-UA) .teal-master-body .header-box .form-search button {
    background: url(../../img/polident_sprites.png) no-repeat 0 -208px !important;
    background-size: 360% !important;
  }
  :lang(uk-UA)
    .teal-master-body
    .promo-white-box
    .promo-header
    p
    a
    span.product-header {
    position: relative;
    background: none;
  }
  :lang(uk-UA)
    .teal-master-body
    .promo-white-box
    .promo-header
    p
    a
    span.product-header:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    background: url(../../img/polident_sprites.png) no-repeat 0 62.4% !important;
    background-size: 364% 1519% !important;
  }
  :lang(uk-UA) .teal-master-body .back-link a {
    position: relative;
    background: none;
  }
  :lang(uk-UA) .teal-master-body .back-link a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 37px;
    height: 37px;
    background: url(../../img/polident_sprites.png) no-repeat 0 12.6% !important;
    background-size: 190% 829% !important;
  }
  :lang(uk-UA)
    .teal-master-body
    .page-wrap
    .get-expert-article-list
    .articleList-article {
    background: none !important;
  }
  :lang(uk-UA)
    .teal-master-body
    .page-wrap
    .get-expert-article-list
    .articleList-article
    .articleList-title
    a {
    position: relative;
  }
  :lang(uk-UA)
    .teal-master-body
    .page-wrap
    .get-expert-article-list
    .articleList-article
    .articleList-title
    a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
    background: url(../../img/polident_sprites.png) no-repeat 0 35.6% !important;
    background-size: 225% 994% !important;
  }
  :lang(uk-UA)
    .teal-master-body
    .page-wrap
    .get-expert-article-list
    .articleList-article
    .articleList-title
    a:hover:after {
    background: url(../../img/polident_sprites.png) no-repeat 0 46.6% !important;
    background-size: 225% 994% !important;
  }
  :lang(uk-UA)
    .teal-master-body
    .page-wrap
    .our-products-article-list
    .articleList-article {
    background: none !important;
  }
  :lang(uk-UA)
    .teal-master-body
    .page-wrap
    .our-products-article-list
    .articleList-article
    .articleList-title
    a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
    background: url(../../img/polident_sprites.png) no-repeat 0 35.6% !important;
    background-size: 225% 994% !important;
  }
  :lang(uk-UA)
    .teal-master-body
    .page-wrap
    .our-products-article-list
    .articleList-article
    .articleList-title
    a:hover:after {
    background: url(../../img/polident_sprites.png) no-repeat 0 46.6% !important;
    background-size: 225% 994% !important;
  }
  :lang(uk-UA) .teal-master-body .whats-new-left-box h3 a,
  :lang(uk-UA) .teal-master-body .whats-new-right-box h3 a {
    position: relative;
    background: none;
  }
  :lang(uk-UA) .teal-master-body .whats-new-left-box h3 a:after,
  :lang(uk-UA) .teal-master-body .whats-new-right-box h3 a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
    background: url(../../img/polident_sprites.png) no-repeat 0 35.6% !important;
    background-size: 227% 994% !important;
  }
  :lang(uk-UA) .teal-master-body .richtext-op-two-callout-inner h3 a {
    position: relative;
    background: none;
  }
  :lang(uk-UA) .teal-master-body .richtext-op-two-callout-inner h3 a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 27px;
    height: 28px;
    transform: translateY(-50%);
    background: url(../../img/polident_sprites.png) no-repeat 0 35.6% !important;
    background-size: 231% 984% !important;
  }
  :lang(uk-UA)
    .teal-master-body
    .richtext-op-two-callout-inner
    h3
    a:hover:after {
    background: url(../../img/polident_sprites.png) no-repeat 0 46.6% !important;
    background-size: 231% 984% !important;
  }
  :lang(uk-UA) .teal-master-body .richtext-faq-question {
    position: relative;
    background: none;
  }
  :lang(uk-UA) .teal-master-body .richtext-faq-question:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 6px;
    width: 28px;
    height: 27px;
    transform: translateY(-50%);
    background: url(../../img/polident_sprites.png) no-repeat 0 90.5% !important;
    background-size: 242% 1045% !important;
  }
  :lang(uk-UA) .teal-master-body .richtext-faq-question.is-open:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 6px;
    width: 28px;
    height: 27px;
    transform: translateY(-50%);
    background: url(../../img/polident_sprites.png) no-repeat 0 100.9% !important;
    background-size: 242% 1045% !important;
  }
}
@media only screen and (min-width: 960px) and (max-width: 959px) and (min-width: 320px) {
  :lang(uk-UA) .teal-master-body .mob-menu p {
    position: relative;
    background: none;
  }
  :lang(uk-UA) .teal-master-body .mob-menu p:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 27px;
    height: 28px;
    background: url(../../img/polident_sprites.png) no-repeat 0 56.6% !important;
    background-size: 283% 1256% !important;
  }
  :lang(uk-UA) .teal-master-body .mob-menu p.close-menu:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 27px;
    height: 28px;
    background: url(../../img/polident_sprites.png) no-repeat -25px 56.6% !important;
    background-size: 283% 1256% !important;
  }
  :lang(uk-UA)
    .teal-master-body
    .main-navigation-box
    .navigation.navigation-horizontal
    .navigation-item.navigation-level1.has-children.is-active
    > .navigation-item-title
    .navigation-item-decoration {
    background: none !important;
  }
  :lang(uk-UA)
    .teal-master-body
    .main-navigation-box
    .navigation.navigation-horizontal
    .navigation-item.navigation-level1.has-children.is-active
    > .navigation-item-title
    .navigation-item-decoration:after {
    width: 14px;
    height: 14px;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    background: url(../../img/polident_sprites.png) no-repeat 0 75.6% !important;
    background-size: 487% 2001% !important;
  }
  :lang(uk-UA)
    .teal-master-body
    .main-navigation-box
    .navigation.navigation-horizontal
    .navigation-item.navigation-level1.has-children.is-active.open
    > .navigation-item-title
    .navigation-item-decoration:after {
    width: 14px;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    background: url(../../img/polident_sprites.png) no-repeat 0 77.6% #1cbcb4 !important;
    background-size: 487% 2001% !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  :lang(ru-UA) #footer .navigation-item,
  :lang(uk-UA) #footer .navigation-item {
    float: none;
  }
  :lang(uk-UA)
    .page-products.page-denture-adhesives.page-super-poligrip-original
    .promo-white-box
    .promo-header
    p
    span {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
  :lang(ru-UA) .search-res-box .searchBox input[type="text"] {
    border-radius: 0;
    margin-right: 5px;
    width: 80%;
  }
  :lang(uk-UA)
    .page-products.page-denture-adhesives
    .promo-white-box
    .promo-header
    p
    span {
    font-size: 19px;
    padding-left: 13px;
  }
  :lang(uk-UA) .search-res-box .searchBox input[type="text"] {
    border-radius: 0;
    margin-right: 5px;
    width: 80%;
  }
}
@media (min-width: 768px) {
  :lang(ru-UA) .disclemer_in_footer {
    padding: 0 30px;
  }
  :lang(ru-UA) .disclemer_in_footer .content {
    max-width: 990px;
  }
  :lang(ru-UA) .disclemer_in_footer img {
    width: 100%;
  }
  :lang(ru-UA) .expert-advice .footer-box-wrap,
  :lang(ru-UA) .page-home .footer-box-wrap,
  :lang(ru-UA) .page-how-do-you-make-dentures-fit-comfortably .footer-box-wrap,
  :lang(ru-UA) .page-how-to-clean-dentures .footer-box-wrap,
  :lang(ru-UA) .page-living-with-dentures .footer-box-wrap,
  :lang(ru-UA) .page-products .footer-box-wrap,
  :lang(ru-UA) .page-sitemap .footer-box-wrap,
  :lang(ru-UA) .sitemap .footer-box-wrap,
  :lang(uk-UA) .expert-advice .footer-box-wrap,
  :lang(uk-UA) .page-home .footer-box-wrap,
  :lang(uk-UA) .page-how-do-you-make-dentures-fit-comfortably .footer-box-wrap,
  :lang(uk-UA) .page-how-to-clean-dentures .footer-box-wrap,
  :lang(uk-UA) .page-products .footer-box-wrap,
  :lang(uk-UA) .page-sitemap .footer-box-wrap,
  :lang(uk-UA) .sitemap .footer-box-wrap {
    margin-bottom: 230px;
  }
  :lang(uk) .page-home .home-white-box h1 {
    font-size: 24px;
  }
  :lang(uk) .disclemer_in_footer {
    padding: 0 30px;
  }
  :lang(uk) .disclemer_in_footer .content {
    max-width: 990px;
  }
  :lang(uk) .disclemer_in_footer img {
    width: 100%;
  }
  :lang(uk) .page-products .span-faq-green-button,
  :lang(uk) .page-products .span-faq-green-button:hover {
    width: 245px;
  }
}
@media (max-width: 767px) {
  :lang(ru-UA) .disclaimer {
    font-size: 9px;
  }
  :lang(ru-UA) .disclemer_in_footer img {
    height: auto;
  }
  :lang(ru-UA) .footer-box-wrap {
    margin-bottom: 300px;
  }
  :lang(ru-UA) .tealmaster-locale.page-poligrip-free .page-wrap .dental-box,
  :lang(ru-UA)
    .tealmaster-locale.page-super-poligrip-original
    .page-wrap
    .dental-box,
  :lang(ru-UA)
    .tealmaster-locale.page-super-poligrip-ultra-fresh
    .page-wrap
    .dental-box {
    margin-left: 0 !important;
  }
  :lang(uk) .page-home .home-white-box h1 {
    font-size: 20px;
  }
  :lang(uk) .page-products .auto-button-txt .span-faq-green-button {
    width: 190px;
  }
  :lang(uk) .page-products .span-faq-green-button,
  :lang(uk) .page-products .span-faq-green-button:hover {
    width: 230px;
  }
  :lang(uk) .disclaimer {
    font-size: 9px;
  }
  :lang(uk) .disclemer_in_footer img {
    height: auto;
  }
  :lang(uk-UA) .footer-box-wrap {
    margin-bottom: 300px;
  }
  :lang(uk-UA) .tealmaster-locale.page-poligrip-free .page-wrap .dental-box,
  :lang(uk-UA)
    .tealmaster-locale.page-super-poligrip-original
    .page-wrap
    .dental-box,
  :lang(uk-UA)
    .tealmaster-locale.page-super-poligrip-ultra-fresh
    .page-wrap
    .dental-box {
    margin-left: 0 !important;
  }
  :lang(uk-UA) .page-products .auto-button-txt .span-faq-green-button,
  :lang(uk-UA)
    .page-products.page-denture-adhesives
    .auto-button-txt
    .span-faq-green-button {
    width: 200px;
  }
}
:lang(ru-RU) .ghost.section {
  display: none;
}
:lang(ru-RU) .header-box .large p {
  height: 20px;
  margin-top: 2px;
}
:lang(ru-RU) .header-box .medium p {
  height: 20px;
  margin-top: 1px;
}
:lang(ru-RU)
  .page-our-products
  .box-op-two-callout-second
  .image-op-inner-two-callouts
  img {
  max-width: 285px;
}
:lang(ru-RU)
  .page-denture-adhesives.page-polident-cushion-and-comfort
  .product-btn-wrap
  + p {
  display: none;
}
@media (max-width: 410px) {
  :lang(ru-RU)
    .page-denture-adhesives.page-polident-cushion-and-comfort
    .image_down
    .default-style
    .middle
    img {
    margin-top: 150px;
  }
}
@media (max-width: 767px) {
  :lang(ru-RU)
    .page-denture-adhesives.page-polident-cushion-and-comfort
    .image_down
    .default-style
    .middle
    img {
    margin-top: 260px;
  }
  :lang(ru-RU)
    .page-denture-adhesives.page-polident-cushion-and-comfort
    .using-product {
    position: relative;
    top: 0;
  }
  :lang(ru-RU) .breadcrumbs-list li {
    float: left;
  }
}
:lang(uk-UA) .header-box .country-selector {
  margin-left: 10px;
  width: 2% !important;
}
:lang(uk-UA) .header-box .form-search button {
  top: 50%;
  transform: translateY(-50%);
}
:lang(uk-UA) .reference-template-language-selector .select-wrapper1,
:lang(uk-UA) .reference-template-language-selector .select-wrapper1 select {
  display: block;
}
:lang(uk-UA)
  .page-products.page-denture-adhesives
  .promo-white-box
  .promo-header
  p
  span {
  font-size: 19px;
}
:lang(uk-UA)
  .teal-master-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-branch.navigation-level2
  .navigation-item-title {
    font-family: Roboto, sans-serif !important;
    font-weight: 700;
}
@media (min-width: 768px) {
  :lang(uk-UA)
    .page-products.page-denture-adhesives
    .component
    > .component-content {
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
  }
  :lang(uk-UA)
    .page-products.page-denture-cleansers
    .component
    > .component-content,
  :lang(uk-UA)
    .page-produits-pour-protheses-dentaires
    .component
    > .component-content,
  :lang(uk-UA)
    .page-tandprothese-verzorgingsproducten
    .component
    > .component-content {
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
:lang(uk) .articleList-title a,
:lang(uk) a,
:lang(uk) body,
:lang(uk) h1,
:lang(uk) h2,
:lang(uk) h3,
:lang(uk) h4,
:lang(uk) h5,
:lang(uk) li,
:lang(uk) p,
:lang(uk) span {
  font-family: Roboto, sans-serif !important;
    font-weight: 400;
}
:lang(uk) .produt-description ul li {
  font-family: Roboto, sans-serif !important;
    font-weight: 400;
}
:lang(uk) .back-link a {
  color: #00b2a9;
    font-family: Roboto, sans-serif !important;
    font-weight: 700;
}
:lang(uk) .header-box .large {
  margin-top: 5px;
}
:lang(uk) .header-box .large p a {
  line-height: 20px;
}
:lang(uk) .header-box .country-selector {
  width: 27.5%;
}
:lang(uk) .teal-master-body .produt-description .span-faq-green-button {
  background-attachment: inherit;
  background-repeat: no-repeat;
}
:lang(uk) .promo-white-box .promo-header p span {
  height: auto;
}
:lang(uk) .page-products .promo-white-box .promo-header p span {
  padding: 15px;
}
:lang(uk)
  .page-products.page-denture-adhesives.page-poligrip-free
  .auto-button-txt
  .span-faq-green-button {
  padding: 14px 40px 14px 12px;
}
:lang(uk)
  .page-products.page-denture-adhesives
  .promo-white-box
  .promo-header
  p
  span {
  padding-left: 0;
}
:lang(uk) .page-wrap .get-expert-article-list .articleList-title a {
  color: #00b2a9;
}
:lang(uk) .disclemer_in_footer {
  background: hsla(0, 0%, 100%, 0.9);
  border-top: 2px solid #e2e2e2;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 999;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.2;
  padding: 0 5px;
}
:lang(uk) .disclemer_in_footer img {
  height: 100%;
}
:lang(uk) .disclemer_in_footer .content {
  margin: 0 auto;
}
:lang(uk) .disclemer_in_footer .image {
  height: 7.5%;
}
:lang(uk) .disclaimer {
  font-size: 13px;
}
:lang(uk) #footer .richtext-footer-content p {
  margin-bottom: 50px;
}
:lang(uk) .ghost.section {
  clear: inherit;
}
:lang(uk)
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level2:first-child
  > a,
:lang(uk)
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level2:nth-child(2)
  > a {
    font-family: Roboto, sans-serif !important;
    font-weight: 700;
}
@media (min-width: 768px) {
  .page-corega-tabs-double .produt-description {
    margin-top: 230px;
  }
}
@media (max-width: 767px) and (min-width: 320px) {
  .page-our-products.page-corega-tabs-double
    .polident-overnight-whitening-white-box
    > .component-content
    > .content {
    padding-top: 120px;
  }
  .teal-master-body .back-link a {
    background-position-x: 10px;
    padding: 10px 40px 10px 55px;
  }
  #footer .country-selector {
    display: none !important;
  }
  #footer .mobile-country-box .country-selector {
    display: block !important;
  }
}
.page-corega-tabs-double
  .polident-overnight-whitening-white-box
  > .component-content {
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (min-width: 320px) {
  .page-our-products.page-corega-tabs-double
    .polident-overnight-whitening-white-box
    > .component-content
    > .content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-our-products.page-corega-tabs-double
    .polident-overnight-whitening-white-box {
    padding-left: 0;
    padding-right: 0;
  }
}
.byte-site-map ul li .parent,
.byte-site-map ul li .super-parent,
.russia-font-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-branch.navigation-level2
  .navigation-item-title {
    font-family: Roboto, sans-serif !important;
    font-weight: 700;
}
:lang(ru-RU) .header-box .search-box,
:lang(ru-RU) .russia-font-body .search-results h4,
:lang(ru-RU) .russia-font-body .searchResults-title,
:lang(ru-RU) .search-res-box .searchBox .form-search .button,
:lang(ru-RU) .search-res-box .searchResults-description,
:lang(ru-RU) .search-res-box .searchResults-title a,
:lang(ru-RU) .search-res-box .searchResults-title a:hover,
:lang(ru-RU) .search-res-box p,
:lang(ru-RU) .search-results p,
:lang(ru-RU) .searchresults p,
:lang(ru-RU) body,
:lang(ru-RU) h2,
:lang(ru-RU) h3 {
  font-family: Roboto, sans-serif !important;
    font-weight: 400;
}
:lang(ru-RU) .template-oral-polident-home-template {
  background: transparent;
  overflow-x: hidden;
  font-family: Roboto, sans-serif !important;
    font-weight: 400;
}
:lang(ru-RU) .main-navigation-box .home-logo a:hover {
  background-color: #00b2a9 !important;
}
:lang(ru-RU)
  .template-oral-polident-home-template
  .main-navigation-box
  .navigation-item.navigation-level1
  > .navigation-item-title {
  background: #00b2a9 !important;
}
:lang(ru-RU)
  .template-oral-polident-home-template
  .main-navigation-box
  .navigation.navigation-horizontal {
  background: #00b2a9 !important;
  position: relative;
  z-index: 10;
}
:lang(ru-RU) .header_buttons {
  position: absolute;
  margin-left: 180px !important;
  top: -5px;
}
:lang(ru-RU) .gtm--get-text {
  border: 1px solid #00b2a9;
  border-radius: 10px;
  color: #00b2a9;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  margin-top: 10px;
  text-align: center;
  padding: 0 22px;
  line-height: 24px;
  text-transform: uppercase;
    font-family: Roboto, sans-serif !important;
    font-weight: 700;
}
:lang(ru-RU) .gtm--get-text:hover {
  background: #00b2a9;
  border-radius: 10px;
  color: #fff;
}
@media (max-width: 768px) {
  :lang(ru-RU) .gtm--get-text {
    display: none;
  }
}
:lang(ru-RU) .main-navigation-box .home-logo {
  position: relative;
  z-index: 10;
  margin-left: -9px !important;
  display: block;
  margin-bottom: 0;
}
:lang(ru-RU) .main-navigation-box .home-logo a {
  padding: 25px 15px 25px 12px;
  display: block;
}
:lang(ru-RU) .main-navigation-box .navigation.navigation-horizontal {
  background: #00b2a9 !important;
}
:lang(ru-RU) body:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 64px;
  height: 75px;
  content: "";
  background: #00b2a9;
}
@media only screen and (max-width: 768px) {
  :lang(ru-RU) body:before {
    display: none;
  }
}
:lang(ru-RU) .mob-menu-box,
:lang(ru-RU) .teal-main-navigation-box {
  background: #00b2a9 !important;
  position: relative;
}
:lang(ru-RU) .mob-menu-box > .component-content,
:lang(ru-RU) .teal-main-navigation-box > .component-content {
  position: relative;
}
:lang(ru-RU) .main-navigation-box {
  top: 0 !important;
}
@media only screen and (max-width: 959px) and (min-width: 320px) {
  :lang(ru-RU)
    .template-oral-polident-home-template
    .main-navigation-box
    .home-logo
    a {
    background: #00b2a9 !important;
  }
}
@media (min-width: 768px) {
  :lang(ru-RU)
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1 {
    display: flex !important;
    flex-wrap: nowrap;
    max-width: 100%;
    height: 75px;
  }
  :lang(ru-RU)
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    a {
    font-size: 14px !important;
  }
  :lang(ru-RU)
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    .navigation-item.navigation-level1 {
    margin-left: 0;
    margin-bottom: 0;
    align-self: center;
    position: relative;
    background: transparent !important;
    display: flex;
    height: 75px;
  }
  :lang(ru-RU)
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    .navigation-item.navigation-level1.is-active:before,
  :lang(ru-RU)
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    .navigation-item.navigation-level1:hover:before {
    background: #fff;
    bottom: 0;
    content: "";
    display: block;
    height: 7px;
    position: absolute;
    width: 100%;
  }
  :lang(ru-RU)
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    .navigation-item.navigation-level1.is-active
    a {
    color: #fff !important;
  }
  :lang(ru-RU)
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    .navigation-item-title {
    padding: 0 10px !important;
    align-self: center;
    white-space: normal;
    text-align: center;
    background: transparent !important;
    font-size: 14px;
    font-family: Roboto, sans-serif !important;
      font-weight: 400;
    text-overflow: clip;
  }
}
@media (min-width: 768px) and (-ms-high-contrast: active),
  (min-width: 768px) and (-ms-high-contrast: none) {
  :lang(ru-RU)
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    .navigation-item-title {
    font-size: 12px !important;
  }
}
@media (min-width: 768px) {
  :lang(ru-RU) .teal-master-body .main-navigation-box .home-logo a:hover,
  :lang(ru-RU)
    .template-oral-polident-home-template
    .main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1
    > a.navigation-item-title:focus,
  :lang(ru-RU)
    .template-oral-polident-home-template
    .main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1
    > a.navigation-item-title:hover {
    background-color: transparent !important;
  }
}
:lang(ru-RU) .block_link {
  display: flex;
  height: 102px;
  padding: 0 50px 0 20px;
  vertical-align: middle;
  background: #00b2a9 url(../../img/button_arrow.png) 95% 50% no-repeat;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  align-items: center;
  line-height: 1.2;
}
:lang(ru-RU) .block_link:hover {
  color: #fff;
  background: #039a93 url(../../img/button_arrow.png) 95% 50% no-repeat;
}
:lang(ru-RU) .article_blocks > .component-content > .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 960px) {
  :lang(ru-RU) .article_blocks > .component-content > .content {
    padding: 0 15px;
  }
}
:lang(ru-RU) .article_blocks > .component-content > .content > a {
  display: none;
}
:lang(ru-RU) .article_blocks > .component-content > .content .image {
  line-height: 0;
}
:lang(ru-RU) .article_blocks > .component-content > .content .component,
:lang(ru-RU) .article_blocks > .component-content > .content .component p {
  margin: 0;
}
:lang(ru-RU) .article_blocks > .component-content > .content .box {
  width: 32%;
  margin-bottom: 20px;
}
@media (max-width: 968px) {
  :lang(ru-RU) .article_blocks > .component-content > .content .box {
    width: 48%;
  }
}
@media (max-width: 600px) {
  :lang(ru-RU) .article_blocks > .component-content > .content .box {
    width: 100%;
  }
}
:lang(ru-RU) .article_infoblock {
  font-size: 18px;
  line-height: 1.2;
  color: #000;
}
@media (max-width: 960px) {
  :lang(ru-RU) .article_infoblock {
    padding: 0 15px;
  }
}
:lang(ru-RU) .article_infoblock h2 {
  font-size: 22px;
  font-weight: 400;
  line-height: 25px;
  text-transform: uppercase;
}
:lang(ru-RU) .hero-article-title {
  position: relative;
  border: 0 solid #fff;
  padding: 17px 25px;
  font-size: 37px;
  color: #fff;
  text-align: center;
  top: auto;
  left: auto;
  width: 100%;
  box-sizing: border-box;
  background: #00b2a9 !important;
}
:lang(ru-RU) .hero-article-title .hero-article-heading {
  font-size: 37px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: -3px;
  margin: 0;
  text-shadow: 2px 2px 3px #000;
  font-family: Roboto, sans-serif !important;
    font-weight: 400;
  font-weight: bold;
}
:lang(ru-RU) .reference-title-article-block {
  position: relative;
  margin: 25px 0;
}
:lang(ru-RU) .custom_link {
  position: relative;
  background: #00b2a9 url(../../img/custom_link.png) 100% 100% no-repeat;
  background-size: cover;
  width: 100%;
  height: 237px;
  padding: 0 50px 0 20px;
  vertical-align: middle;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  align-items: center;
  line-height: 1.2;
  display: flex;
  box-sizing: border-box;
}
:lang(ru-RU) .custom_link:hover {
  color: #fff;
}
:lang(ru-RU) .custom_link:hover:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.05);
}
:lang(ru-RU)
  .reference-title-article-block
  .hero-article
  .hero-article-background-image-desktop,
:lang(ru-RU)
  .reference-title-article-block
  .hero-article
  .hero-article-background-image-mobile {
  display: none;
}
:lang(ru-RU)
  .main-navigation-box
  .navigation-item.navigation-level1
  > .navigation-item-title {
    font-family: Roboto, sans-serif !important;
    font-weight: 700;
}
@media (min-width: 768px) {
  :lang(ru-RU) .rreference-title-article-block .hero-article {
    margin-bottom: 15px;
    margin-top: 35px;
  }
  :lang(ru-RU)
    .reference-title-article-block
    .hero-article
    .hero-article-background-image-mobile {
    display: none;
  }
  :lang(ru-RU)
    .reference-title-article-block
    .hero-article
    .hero-article-background-image-desktop {
    display: block;
  }
  :lang(ru-RU) .hero-article-title {
    position: absolute;
    border: 8px solid #fff;
    padding: 17px 15px;
    font-size: 37px;
    color: #fff;
    text-align: center;
    top: 50%;
    left: 38px;
    max-width: 410px;
    background: rgba(0, 0, 0, 0.4) !important;
    transform: translateY(-50%);
  }
  :lang(ru-RU) .hero-article-title .hero-article-heading {
    font-size: 32px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 3px;
    margin: 0;
  }
}
:lang(ru-RU) .reference-hero-home {
  margin-bottom: 0;
}
:lang(ru-RU) .reference-hero-home .hero-home {
  background-position: 100%;
  background-repeat: no-repeat;
  position: relative;
}
:lang(ru-RU)
  .reference-hero-home
  .hero-home
  .hero-home-background-image-desktop {
  display: none;
}
:lang(ru-RU) .reference-hero-home .hero-home .hero-home-content {
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  height: 100%;
  justify-content: flex-end;
  left: 4%;
  line-height: 21px;
  position: absolute;
  top: 0;
  width: 90%;
}
:lang(ru-RU) .reference-hero-home .hero-home .hero-home-heading {
  color: #fff;
  font-size: 34px;
  font-weight: 500 !important;
  line-height: 36px;
}
@media (max-width: 959px) and (min-width: 769px) {
  :lang(ru-RU) .reference-hero-home .hero-home .hero-home-heading {
    font-size: 24px;
  }
}
:lang(ru-RU) .reference-hero-home .hero-home .hero-home-copy {
  font-size: 15px;
  line-height: 21px;
}
@media (max-width: 959px) and (min-width: 769px) {
  :lang(ru-RU) .reference-hero-home .hero-home .hero-home-copy {
    font-size: 13px;
  }
}
:lang(ru-RU) .reference-hero-home .hero-home .hero-home-copy-image {
  flex-shrink: 0;
  margin-bottom: 5%;
  margin-left: -6%;
  max-width: none;
  width: 110%;
}
:lang(ru-RU) .reference-hero-home .hero-home .hero-home-footnote {
  font-size: 11px;
  color: #000;
  margin-top: 0;
}
:lang(ru-RU) .hero-home-background-image-mobile {
  width: 100%;
}
@media (min-width: 768px) {
  :lang(ru-RU) .reference-hero-home .hero-home {
    margin-bottom: 15px;
    margin-top: 35px;
  }
  :lang(ru-RU)
    .reference-hero-home
    .hero-home
    .hero-home-background-image-mobile {
    display: none;
  }
  :lang(ru-RU)
    .reference-hero-home
    .hero-home
    .hero-home-background-image-desktop {
    display: block;
  }
  :lang(ru-RU) .reference-hero-home .hero-home .hero-home-content {
    color: #323131;
    width: 45%;
  }
  :lang(ru-RU) .reference-hero-home .hero-home .hero-home-heading {
    color: #00b2a9;
    font-weight: 400 !important;
  }
  :lang(ru-RU) .reference-hero-home .hero-home .hero-home-copy-image {
    margin-bottom: 0;
    margin-left: -10%;
    margin-top: 0;
    width: 113%;
  }
  :lang(ru-RU) .reference-hero-home .hero-home .hero-home-footnote {
    font-size: 10px;
    margin-top: 30px;
    margin-bottom: 35px;
  }
}
:lang(ru-RU) .reference-lazy-load-image-button figure {
  position: relative;
}
:lang(ru-RU) .reference-lazy-load-image-button figcaption {
  left: 17px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 75%;
}
:lang(ru-RU) .reference-lazy-load-image-button a {
  color: #fff;
  font-size: 21px;
  font-weight: 800;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
}
:lang(ru-RU) .navigation-journeys {
  display: flex;
  height: 31.25vw;
  justify-content: space-between;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
:lang(ru-RU) .navigation-journeys li {
  background-size: 100% 100%;
  margin-left: -3%;
  overflow: hidden;
  width: 100%;
}
:lang(ru-RU) .navigation-journeys li:hover a {
  color: #00b2a9;
}
:lang(ru-RU) .navigation-journeys li:first-of-type {
  background-image: url(../../img/chev_all_01.png);
}
:lang(ru-RU) .navigation-journeys li:nth-of-type(2) {
  background-image: url(../../img/chev_all_02.png);
}
:lang(ru-RU) .navigation-journeys li:nth-of-type(3) {
  background-image: url(../../img/chev_all_03.png);
}
:lang(ru-RU) .navigation-journeys li:nth-of-type(4) {
  background-image: url(../../img/chev_all_04.png);
}
:lang(ru-RU) .navigation-journeys li:first-of-type:hover {
  background-image: url(../../img/emptyarrow_mobile_1_1.png);
}
:lang(ru-RU) .navigation-journeys li:nth-of-type(2):hover {
  background-image: url(../../img/emptyarrow_mobile_1_2.png);
}
:lang(ru-RU) .navigation-journeys li:nth-of-type(3):hover {
  background-image: url(../../img/emptyarrow_mobile_1_3.png);
}
:lang(ru-RU) .navigation-journeys li:nth-of-type(4):hover {
  background-image: url(../../img/emptyarrow_mobile_1_4.png);
}
:lang(ru-RU) .navigation-journeys li span {
  display: block;
  text-align: center;
  width: 100%;
  padding: 17vw 6vw 0;
  align-self: flex-start;
  font-size: 2vw;
  line-height: 3vw;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
:lang(ru-RU) .navigation-journeys li a {
  align-items: center;
  display: flex;
  height: 100%;
  width: 100%;
}
:lang(ru-RU) .navigation-journeys li a:hover,
:lang(ru-RU) .navigation-journeys li a:hover span {
  color: #00b2a9;
}
@media (min-width: 768px) {
  :lang(ru-RU) .navigation-journeys {
    height: 98px;
  }
  :lang(ru-RU) .navigation-journeys li:hover span {
    color: #00b2a9;
  }
  :lang(ru-RU) .navigation-journeys li:first-of-type {
    background-image: url(../../img/chev_01.png);
    margin-left: 0;
  }
  :lang(ru-RU) .navigation-journeys li:first-of-type span {
    padding-left: 40%;
  }
  :lang(ru-RU) .navigation-journeys li:first-of-type:hover {
    background-image: url(../../img/chev_01_on.png);
  }
  :lang(ru-RU) .navigation-journeys li:nth-of-type(2) {
    background-image: url(../../img/chev_02.png);
  }
  :lang(ru-RU) .navigation-journeys li:nth-of-type(2):hover {
    background-image: url(../../img/chev_02_on.png);
  }
  :lang(ru-RU) .navigation-journeys li:nth-of-type(3) {
    background-image: url(../../img/chev_03.png);
  }
  :lang(ru-RU) .navigation-journeys li:nth-of-type(3):hover {
    background-image: url(../../img/chev_03_on.png);
  }
  :lang(ru-RU) .navigation-journeys li:nth-of-type(4) {
    background-image: url(../../img/chev_04.png);
  }
  :lang(ru-RU) .navigation-journeys li:nth-of-type(4):hover {
    background-image: url(../../img/chev_04_on.png);
  }
  :lang(ru-RU) .navigation-journeys li span {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 16px;
    padding: 0 0 0 50%;
    font-weight: 400;
    text-transform: uppercase;
    width: 44%;
    align-self: auto;
  }
}
:lang(ru-RU) .navigation .component-content {
  overflow: visible;
}
:lang(ru-RU)
  #footer
  .navigation-item.navigation-level1
  > .navigation-item-title {
  color: #3abdcf !important;
}
:lang(ru-RU)
  .teal-master-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1.is-active
  > .navigation-item-title {
  background: transparent !important;
  color: #fff !important;
}
:lang(ru-RU)
  .teal-master-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1
  > a.navigation-item-title:focus,
:lang(ru-RU)
  .teal-master-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1
  > a.navigation-item-title:hover {
  background: transparent !important;
}
:lang(ru-RU) .page-wrap h1 {
  font-family: Roboto, sans-serif !important;
    font-weight: 400;
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
  :lang(ru-RU) img.mobile-search-icon {
    opacity: 0;
  }
}
:lang(ru-RU) .carousel {
  position: relative;
}
:lang(ru-RU) .carousel.pointer-event {
  touch-action: pan-y;
}
:lang(ru-RU) .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
:lang(ru-RU) .carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000px;
}
:lang(ru-RU) .carousel-item-next,
:lang(ru-RU) .carousel-item-prev,
:lang(ru-RU) .carousel-item.active {
  display: block;
}
:lang(ru-RU) .active.carousel-item-right,
:lang(ru-RU) .carousel-item-next:not(.carousel-item-left) {
  transform: translateX(100%);
}
:lang(ru-RU) .active.carousel-item-left,
:lang(ru-RU) .carousel-item-prev:not(.carousel-item-right) {
  transform: translateX(-100%);
}
:lang(ru-RU) .carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
:lang(ru-RU) .carousel-fade .carousel-item-next.carousel-item-left,
:lang(ru-RU) .carousel-fade .carousel-item-prev.carousel-item-right,
:lang(ru-RU) .carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}
:lang(ru-RU) .carousel-fade .active.carousel-item-left,
:lang(ru-RU) .carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
}
:lang(ru-RU) .carousel-control-next,
:lang(ru-RU) .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
:lang(ru-RU) .carousel-control-next:focus,
:lang(ru-RU) .carousel-control-next:hover,
:lang(ru-RU) .carousel-control-prev:focus,
:lang(ru-RU) .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
:lang(ru-RU) .carousel-control-prev {
  left: 0;
}
:lang(ru-RU) .carousel-control-next {
  right: 0;
}
:lang(ru-RU) .carousel-control-next-icon,
:lang(ru-RU) .carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
:lang(ru-RU) .carousel-control-prev-icon {
  background-image: escape-svg(
    url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23fff" viewBox="0 0 8 8"><path d="M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z"/></svg>')
  );
}
:lang(ru-RU) .carousel-control-next-icon {
  background-image: escape-svg(
    url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23fff" viewBox="0 0 8 8"><path d="M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z"/></svg>')
  );
}
:lang(ru-RU) .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
:lang(ru-RU) .carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
}
:lang(ru-RU) .carousel-indicators .active {
  opacity: 1;
}
:lang(ru-RU) .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
:lang(ru-RU) .modal-open {
  overflow: hidden;
}
:lang(ru-RU) .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
:lang(ru-RU) .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
:lang(ru-RU) .modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade :lang(ru-RU) .modal-dialog {
  transform: translateY(-50px);
}
.modal.show :lang(ru-RU) .modal-dialog {
  transform: none;
}
.modal.modal-static :lang(ru-RU) .modal-dialog {
  transform: scale(1.02);
}
:lang(ru-RU) .modal-dialog-scrollable {
  display: flex;
  max-height: subtract(100%, 1rem);
}
:lang(ru-RU) .modal-dialog-scrollable .modal-content {
  max-height: subtract(100vh, 1rem);
  overflow: hidden;
}
:lang(ru-RU) .modal-dialog-scrollable .modal-footer,
:lang(ru-RU) .modal-dialog-scrollable .modal-header {
  flex-shrink: 0;
}
:lang(ru-RU) .modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
:lang(ru-RU) .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: subtract(100%, 1rem);
}
:lang(ru-RU) .modal-dialog-centered:before {
  display: block;
  height: subtract(100vh, 1rem);
  content: "";
}
:lang(ru-RU) .modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
:lang(ru-RU) .modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
:lang(ru-RU) .modal-dialog-centered.modal-dialog-scrollable:before {
  content: none;
}
:lang(ru-RU) .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  outline: 0;
}
:lang(ru-RU) .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
:lang(ru-RU) .modal-backdrop.fade {
  opacity: 0;
}
:lang(ru-RU) .modal-backdrop.show {
  opacity: 0.5;
}
:lang(ru-RU) .modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-radius: 0.25rem;
}
:lang(ru-RU) .modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
:lang(ru-RU) .modal-title {
  margin-bottom: 0;
  line-height: 1.2;
}
:lang(ru-RU) .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
:lang(ru-RU) .modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-top-radius: 0.25rem;
}
:lang(ru-RU) .modal-footer > * {
  margin: 0.25rem;
}
:lang(ru-RU) .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  :lang(ru-RU) .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  :lang(ru-RU) .modal-dialog-scrollable {
    max-height: subtract(100%, 3.5rem);
  }
  :lang(ru-RU) .modal-dialog-scrollable .modal-content {
    max-height: subtract(100vh, 3.5rem);
  }
  :lang(ru-RU) .modal-dialog-centered {
    min-height: subtract(100%, 3.5rem);
  }
  :lang(ru-RU) .modal-dialog-centered:before {
    height: subtract(100vh, 3.5rem);
  }
  :lang(ru-RU) .modal-content {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  :lang(ru-RU) .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  :lang(ru-RU) .modal-lg,
  :lang(ru-RU) .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  :lang(ru-RU) .modal-xl {
    max-width: 1140px;
  }
}
:lang(ru-RU) .d-none {
  display: none !important;
}
:lang(ru-RU) .d-inline {
  display: inline !important;
}
:lang(ru-RU) .d-inline-block {
  display: inline-block !important;
}
:lang(ru-RU) .d-block {
  display: block !important;
}
:lang(ru-RU) .d-table {
  display: table !important;
}
:lang(ru-RU) .d-table-row {
  display: table-row !important;
}
:lang(ru-RU) .d-table-cell {
  display: table-cell !important;
}
:lang(ru-RU) .d-flex {
  display: flex !important;
}
:lang(ru-RU) .d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  :lang(ru-RU) .d-sm-none {
    display: none !important;
  }
  :lang(ru-RU) .d-sm-inline {
    display: inline !important;
  }
  :lang(ru-RU) .d-sm-inline-block {
    display: inline-block !important;
  }
  :lang(ru-RU) .d-sm-block {
    display: block !important;
  }
  :lang(ru-RU) .d-sm-table {
    display: table !important;
  }
  :lang(ru-RU) .d-sm-table-row {
    display: table-row !important;
  }
  :lang(ru-RU) .d-sm-table-cell {
    display: table-cell !important;
  }
  :lang(ru-RU) .d-sm-flex {
    display: flex !important;
  }
  :lang(ru-RU) .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  :lang(ru-RU) .d-md-none {
    display: none !important;
  }
  :lang(ru-RU) .d-md-inline {
    display: inline !important;
  }
  :lang(ru-RU) .d-md-inline-block {
    display: inline-block !important;
  }
  :lang(ru-RU) .d-md-block {
    display: block !important;
  }
  :lang(ru-RU) .d-md-table {
    display: table !important;
  }
  :lang(ru-RU) .d-md-table-row {
    display: table-row !important;
  }
  :lang(ru-RU) .d-md-table-cell {
    display: table-cell !important;
  }
  :lang(ru-RU) .d-md-flex {
    display: flex !important;
  }
  :lang(ru-RU) .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  :lang(ru-RU) .d-lg-none {
    display: none !important;
  }
  :lang(ru-RU) .d-lg-inline {
    display: inline !important;
  }
  :lang(ru-RU) .d-lg-inline-block {
    display: inline-block !important;
  }
  :lang(ru-RU) .d-lg-block {
    display: block !important;
  }
  :lang(ru-RU) .d-lg-table {
    display: table !important;
  }
  :lang(ru-RU) .d-lg-table-row {
    display: table-row !important;
  }
  :lang(ru-RU) .d-lg-table-cell {
    display: table-cell !important;
  }
  :lang(ru-RU) .d-lg-flex {
    display: flex !important;
  }
  :lang(ru-RU) .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  :lang(ru-RU) .d-xl-none {
    display: none !important;
  }
  :lang(ru-RU) .d-xl-inline {
    display: inline !important;
  }
  :lang(ru-RU) .d-xl-inline-block {
    display: inline-block !important;
  }
  :lang(ru-RU) .d-xl-block {
    display: block !important;
  }
  :lang(ru-RU) .d-xl-table {
    display: table !important;
  }
  :lang(ru-RU) .d-xl-table-row {
    display: table-row !important;
  }
  :lang(ru-RU) .d-xl-table-cell {
    display: table-cell !important;
  }
  :lang(ru-RU) .d-xl-flex {
    display: flex !important;
  }
  :lang(ru-RU) .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  :lang(ru-RU) .d-print-none {
    display: none !important;
  }
  :lang(ru-RU) .d-print-inline {
    display: inline !important;
  }
  :lang(ru-RU) .d-print-inline-block {
    display: inline-block !important;
  }
  :lang(ru-RU) .d-print-block {
    display: block !important;
  }
  :lang(ru-RU) .d-print-table {
    display: table !important;
  }
  :lang(ru-RU) .d-print-table-row {
    display: table-row !important;
  }
  :lang(ru-RU) .d-print-table-cell {
    display: table-cell !important;
  }
  :lang(ru-RU) .d-print-flex {
    display: flex !important;
  }
  :lang(ru-RU) .d-print-inline-flex {
    display: inline-flex !important;
  }
}
:lang(ru-RU) .m-0 {
  margin: 0 !important;
}
:lang(ru-RU) .mt-0,
:lang(ru-RU) .my-0 {
  margin-top: 0 !important;
}
:lang(ru-RU) .mr-0,
:lang(ru-RU) .mx-0 {
  margin-right: 0 !important;
}
:lang(ru-RU) .mb-0,
:lang(ru-RU) .my-0 {
  margin-bottom: 0 !important;
}
:lang(ru-RU) .ml-0,
:lang(ru-RU) .mx-0 {
  margin-left: 0 !important;
}
:lang(ru-RU) .m-1 {
  margin: 0.25rem !important;
}
:lang(ru-RU) .mt-1,
:lang(ru-RU) .my-1 {
  margin-top: 0.25rem !important;
}
:lang(ru-RU) .mr-1,
:lang(ru-RU) .mx-1 {
  margin-right: 0.25rem !important;
}
:lang(ru-RU) .mb-1,
:lang(ru-RU) .my-1 {
  margin-bottom: 0.25rem !important;
}
:lang(ru-RU) .ml-1,
:lang(ru-RU) .mx-1 {
  margin-left: 0.25rem !important;
}
:lang(ru-RU) .m-2 {
  margin: 0.5rem !important;
}
:lang(ru-RU) .mt-2,
:lang(ru-RU) .my-2 {
  margin-top: 0.5rem !important;
}
:lang(ru-RU) .mr-2,
:lang(ru-RU) .mx-2 {
  margin-right: 0.5rem !important;
}
:lang(ru-RU) .mb-2,
:lang(ru-RU) .my-2 {
  margin-bottom: 0.5rem !important;
}
:lang(ru-RU) .ml-2,
:lang(ru-RU) .mx-2 {
  margin-left: 0.5rem !important;
}
:lang(ru-RU) .m-3 {
  margin: 1rem !important;
}
:lang(ru-RU) .mt-3,
:lang(ru-RU) .my-3 {
  margin-top: 1rem !important;
}
:lang(ru-RU) .mr-3,
:lang(ru-RU) .mx-3 {
  margin-right: 1rem !important;
}
:lang(ru-RU) .mb-3,
:lang(ru-RU) .my-3 {
  margin-bottom: 1rem !important;
}
:lang(ru-RU) .ml-3,
:lang(ru-RU) .mx-3 {
  margin-left: 1rem !important;
}
:lang(ru-RU) .m-4 {
  margin: 1.5rem !important;
}
:lang(ru-RU) .mt-4,
:lang(ru-RU) .my-4 {
  margin-top: 1.5rem !important;
}
:lang(ru-RU) .mr-4,
:lang(ru-RU) .mx-4 {
  margin-right: 1.5rem !important;
}
:lang(ru-RU) .mb-4,
:lang(ru-RU) .my-4 {
  margin-bottom: 1.5rem !important;
}
:lang(ru-RU) .ml-4,
:lang(ru-RU) .mx-4 {
  margin-left: 1.5rem !important;
}
:lang(ru-RU) .m-5 {
  margin: 3rem !important;
}
:lang(ru-RU) .mt-5,
:lang(ru-RU) .my-5 {
  margin-top: 3rem !important;
}
:lang(ru-RU) .mr-5,
:lang(ru-RU) .mx-5 {
  margin-right: 3rem !important;
}
:lang(ru-RU) .mb-5,
:lang(ru-RU) .my-5 {
  margin-bottom: 3rem !important;
}
:lang(ru-RU) .ml-5,
:lang(ru-RU) .mx-5 {
  margin-left: 3rem !important;
}
:lang(ru-RU) .p-0 {
  padding: 0 !important;
}
:lang(ru-RU) .pt-0,
:lang(ru-RU) .py-0 {
  padding-top: 0 !important;
}
:lang(ru-RU) .pr-0,
:lang(ru-RU) .px-0 {
  padding-right: 0 !important;
}
:lang(ru-RU) .pb-0,
:lang(ru-RU) .py-0 {
  padding-bottom: 0 !important;
}
:lang(ru-RU) .pl-0,
:lang(ru-RU) .px-0 {
  padding-left: 0 !important;
}
:lang(ru-RU) .p-1 {
  padding: 0.25rem !important;
}
:lang(ru-RU) .pt-1,
:lang(ru-RU) .py-1 {
  padding-top: 0.25rem !important;
}
:lang(ru-RU) .pr-1,
:lang(ru-RU) .px-1 {
  padding-right: 0.25rem !important;
}
:lang(ru-RU) .pb-1,
:lang(ru-RU) .py-1 {
  padding-bottom: 0.25rem !important;
}
:lang(ru-RU) .pl-1,
:lang(ru-RU) .px-1 {
  padding-left: 0.25rem !important;
}
:lang(ru-RU) .p-2 {
  padding: 0.5rem !important;
}
:lang(ru-RU) .pt-2,
:lang(ru-RU) .py-2 {
  padding-top: 0.5rem !important;
}
:lang(ru-RU) .pr-2,
:lang(ru-RU) .px-2 {
  padding-right: 0.5rem !important;
}
:lang(ru-RU) .pb-2,
:lang(ru-RU) .py-2 {
  padding-bottom: 0.5rem !important;
}
:lang(ru-RU) .pl-2,
:lang(ru-RU) .px-2 {
  padding-left: 0.5rem !important;
}
:lang(ru-RU) .p-3 {
  padding: 1rem !important;
}
:lang(ru-RU) .pt-3,
:lang(ru-RU) .py-3 {
  padding-top: 1rem !important;
}
:lang(ru-RU) .pr-3,
:lang(ru-RU) .px-3 {
  padding-right: 1rem !important;
}
:lang(ru-RU) .pb-3,
:lang(ru-RU) .py-3 {
  padding-bottom: 1rem !important;
}
:lang(ru-RU) .pl-3,
:lang(ru-RU) .px-3 {
  padding-left: 1rem !important;
}
:lang(ru-RU) .p-4 {
  padding: 1.5rem !important;
}
:lang(ru-RU) .pt-4,
:lang(ru-RU) .py-4 {
  padding-top: 1.5rem !important;
}
:lang(ru-RU) .pr-4,
:lang(ru-RU) .px-4 {
  padding-right: 1.5rem !important;
}
:lang(ru-RU) .pb-4,
:lang(ru-RU) .py-4 {
  padding-bottom: 1.5rem !important;
}
:lang(ru-RU) .pl-4,
:lang(ru-RU) .px-4 {
  padding-left: 1.5rem !important;
}
:lang(ru-RU) .p-5 {
  padding: 3rem !important;
}
:lang(ru-RU) .pt-5,
:lang(ru-RU) .py-5 {
  padding-top: 3rem !important;
}
:lang(ru-RU) .pr-5,
:lang(ru-RU) .px-5 {
  padding-right: 3rem !important;
}
:lang(ru-RU) .pb-5,
:lang(ru-RU) .py-5 {
  padding-bottom: 3rem !important;
}
:lang(ru-RU) .pl-5,
:lang(ru-RU) .px-5 {
  padding-left: 3rem !important;
}
:lang(ru-RU) .m-auto {
  margin: auto !important;
}
:lang(ru-RU) .mt-auto,
:lang(ru-RU) .my-auto {
  margin-top: auto !important;
}
:lang(ru-RU) .mr-auto,
:lang(ru-RU) .mx-auto {
  margin-right: auto !important;
}
:lang(ru-RU) .mb-auto,
:lang(ru-RU) .my-auto {
  margin-bottom: auto !important;
}
:lang(ru-RU) .ml-auto,
:lang(ru-RU) .mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  :lang(ru-RU) .m-sm-0 {
    margin: 0 !important;
  }
  :lang(ru-RU) .mt-sm-0,
  :lang(ru-RU) .my-sm-0 {
    margin-top: 0 !important;
  }
  :lang(ru-RU) .mr-sm-0,
  :lang(ru-RU) .mx-sm-0 {
    margin-right: 0 !important;
  }
  :lang(ru-RU) .mb-sm-0,
  :lang(ru-RU) .my-sm-0 {
    margin-bottom: 0 !important;
  }
  :lang(ru-RU) .ml-sm-0,
  :lang(ru-RU) .mx-sm-0 {
    margin-left: 0 !important;
  }
  :lang(ru-RU) .m-sm-1 {
    margin: 0.25rem !important;
  }
  :lang(ru-RU) .mt-sm-1,
  :lang(ru-RU) .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  :lang(ru-RU) .mr-sm-1,
  :lang(ru-RU) .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  :lang(ru-RU) .mb-sm-1,
  :lang(ru-RU) .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  :lang(ru-RU) .ml-sm-1,
  :lang(ru-RU) .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  :lang(ru-RU) .m-sm-2 {
    margin: 0.5rem !important;
  }
  :lang(ru-RU) .mt-sm-2,
  :lang(ru-RU) .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  :lang(ru-RU) .mr-sm-2,
  :lang(ru-RU) .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  :lang(ru-RU) .mb-sm-2,
  :lang(ru-RU) .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  :lang(ru-RU) .ml-sm-2,
  :lang(ru-RU) .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  :lang(ru-RU) .m-sm-3 {
    margin: 1rem !important;
  }
  :lang(ru-RU) .mt-sm-3,
  :lang(ru-RU) .my-sm-3 {
    margin-top: 1rem !important;
  }
  :lang(ru-RU) .mr-sm-3,
  :lang(ru-RU) .mx-sm-3 {
    margin-right: 1rem !important;
  }
  :lang(ru-RU) .mb-sm-3,
  :lang(ru-RU) .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  :lang(ru-RU) .ml-sm-3,
  :lang(ru-RU) .mx-sm-3 {
    margin-left: 1rem !important;
  }
  :lang(ru-RU) .m-sm-4 {
    margin: 1.5rem !important;
  }
  :lang(ru-RU) .mt-sm-4,
  :lang(ru-RU) .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  :lang(ru-RU) .mr-sm-4,
  :lang(ru-RU) .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  :lang(ru-RU) .mb-sm-4,
  :lang(ru-RU) .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  :lang(ru-RU) .ml-sm-4,
  :lang(ru-RU) .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  :lang(ru-RU) .m-sm-5 {
    margin: 3rem !important;
  }
  :lang(ru-RU) .mt-sm-5,
  :lang(ru-RU) .my-sm-5 {
    margin-top: 3rem !important;
  }
  :lang(ru-RU) .mr-sm-5,
  :lang(ru-RU) .mx-sm-5 {
    margin-right: 3rem !important;
  }
  :lang(ru-RU) .mb-sm-5,
  :lang(ru-RU) .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  :lang(ru-RU) .ml-sm-5,
  :lang(ru-RU) .mx-sm-5 {
    margin-left: 3rem !important;
  }
  :lang(ru-RU) .p-sm-0 {
    padding: 0 !important;
  }
  :lang(ru-RU) .pt-sm-0,
  :lang(ru-RU) .py-sm-0 {
    padding-top: 0 !important;
  }
  :lang(ru-RU) .pr-sm-0,
  :lang(ru-RU) .px-sm-0 {
    padding-right: 0 !important;
  }
  :lang(ru-RU) .pb-sm-0,
  :lang(ru-RU) .py-sm-0 {
    padding-bottom: 0 !important;
  }
  :lang(ru-RU) .pl-sm-0,
  :lang(ru-RU) .px-sm-0 {
    padding-left: 0 !important;
  }
  :lang(ru-RU) .p-sm-1 {
    padding: 0.25rem !important;
  }
  :lang(ru-RU) .pt-sm-1,
  :lang(ru-RU) .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  :lang(ru-RU) .pr-sm-1,
  :lang(ru-RU) .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  :lang(ru-RU) .pb-sm-1,
  :lang(ru-RU) .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  :lang(ru-RU) .pl-sm-1,
  :lang(ru-RU) .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  :lang(ru-RU) .p-sm-2 {
    padding: 0.5rem !important;
  }
  :lang(ru-RU) .pt-sm-2,
  :lang(ru-RU) .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  :lang(ru-RU) .pr-sm-2,
  :lang(ru-RU) .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  :lang(ru-RU) .pb-sm-2,
  :lang(ru-RU) .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  :lang(ru-RU) .pl-sm-2,
  :lang(ru-RU) .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  :lang(ru-RU) .p-sm-3 {
    padding: 1rem !important;
  }
  :lang(ru-RU) .pt-sm-3,
  :lang(ru-RU) .py-sm-3 {
    padding-top: 1rem !important;
  }
  :lang(ru-RU) .pr-sm-3,
  :lang(ru-RU) .px-sm-3 {
    padding-right: 1rem !important;
  }
  :lang(ru-RU) .pb-sm-3,
  :lang(ru-RU) .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  :lang(ru-RU) .pl-sm-3,
  :lang(ru-RU) .px-sm-3 {
    padding-left: 1rem !important;
  }
  :lang(ru-RU) .p-sm-4 {
    padding: 1.5rem !important;
  }
  :lang(ru-RU) .pt-sm-4,
  :lang(ru-RU) .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  :lang(ru-RU) .pr-sm-4,
  :lang(ru-RU) .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  :lang(ru-RU) .pb-sm-4,
  :lang(ru-RU) .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  :lang(ru-RU) .pl-sm-4,
  :lang(ru-RU) .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  :lang(ru-RU) .p-sm-5 {
    padding: 3rem !important;
  }
  :lang(ru-RU) .pt-sm-5,
  :lang(ru-RU) .py-sm-5 {
    padding-top: 3rem !important;
  }
  :lang(ru-RU) .pr-sm-5,
  :lang(ru-RU) .px-sm-5 {
    padding-right: 3rem !important;
  }
  :lang(ru-RU) .pb-sm-5,
  :lang(ru-RU) .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  :lang(ru-RU) .pl-sm-5,
  :lang(ru-RU) .px-sm-5 {
    padding-left: 3rem !important;
  }
  :lang(ru-RU) .m-sm-auto {
    margin: auto !important;
  }
  :lang(ru-RU) .mt-sm-auto,
  :lang(ru-RU) .my-sm-auto {
    margin-top: auto !important;
  }
  :lang(ru-RU) .mr-sm-auto,
  :lang(ru-RU) .mx-sm-auto {
    margin-right: auto !important;
  }
  :lang(ru-RU) .mb-sm-auto,
  :lang(ru-RU) .my-sm-auto {
    margin-bottom: auto !important;
  }
  :lang(ru-RU) .ml-sm-auto,
  :lang(ru-RU) .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  :lang(ru-RU) .m-md-0 {
    margin: 0 !important;
  }
  :lang(ru-RU) .mt-md-0,
  :lang(ru-RU) .my-md-0 {
    margin-top: 0 !important;
  }
  :lang(ru-RU) .mr-md-0,
  :lang(ru-RU) .mx-md-0 {
    margin-right: 0 !important;
  }
  :lang(ru-RU) .mb-md-0,
  :lang(ru-RU) .my-md-0 {
    margin-bottom: 0 !important;
  }
  :lang(ru-RU) .ml-md-0,
  :lang(ru-RU) .mx-md-0 {
    margin-left: 0 !important;
  }
  :lang(ru-RU) .m-md-1 {
    margin: 0.25rem !important;
  }
  :lang(ru-RU) .mt-md-1,
  :lang(ru-RU) .my-md-1 {
    margin-top: 0.25rem !important;
  }
  :lang(ru-RU) .mr-md-1,
  :lang(ru-RU) .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  :lang(ru-RU) .mb-md-1,
  :lang(ru-RU) .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  :lang(ru-RU) .ml-md-1,
  :lang(ru-RU) .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  :lang(ru-RU) .m-md-2 {
    margin: 0.5rem !important;
  }
  :lang(ru-RU) .mt-md-2,
  :lang(ru-RU) .my-md-2 {
    margin-top: 0.5rem !important;
  }
  :lang(ru-RU) .mr-md-2,
  :lang(ru-RU) .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  :lang(ru-RU) .mb-md-2,
  :lang(ru-RU) .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  :lang(ru-RU) .ml-md-2,
  :lang(ru-RU) .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  :lang(ru-RU) .m-md-3 {
    margin: 1rem !important;
  }
  :lang(ru-RU) .mt-md-3,
  :lang(ru-RU) .my-md-3 {
    margin-top: 1rem !important;
  }
  :lang(ru-RU) .mr-md-3,
  :lang(ru-RU) .mx-md-3 {
    margin-right: 1rem !important;
  }
  :lang(ru-RU) .mb-md-3,
  :lang(ru-RU) .my-md-3 {
    margin-bottom: 1rem !important;
  }
  :lang(ru-RU) .ml-md-3,
  :lang(ru-RU) .mx-md-3 {
    margin-left: 1rem !important;
  }
  :lang(ru-RU) .m-md-4 {
    margin: 1.5rem !important;
  }
  :lang(ru-RU) .mt-md-4,
  :lang(ru-RU) .my-md-4 {
    margin-top: 1.5rem !important;
  }
  :lang(ru-RU) .mr-md-4,
  :lang(ru-RU) .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  :lang(ru-RU) .mb-md-4,
  :lang(ru-RU) .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  :lang(ru-RU) .ml-md-4,
  :lang(ru-RU) .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  :lang(ru-RU) .m-md-5 {
    margin: 3rem !important;
  }
  :lang(ru-RU) .mt-md-5,
  :lang(ru-RU) .my-md-5 {
    margin-top: 3rem !important;
  }
  :lang(ru-RU) .mr-md-5,
  :lang(ru-RU) .mx-md-5 {
    margin-right: 3rem !important;
  }
  :lang(ru-RU) .mb-md-5,
  :lang(ru-RU) .my-md-5 {
    margin-bottom: 3rem !important;
  }
  :lang(ru-RU) .ml-md-5,
  :lang(ru-RU) .mx-md-5 {
    margin-left: 3rem !important;
  }
  :lang(ru-RU) .p-md-0 {
    padding: 0 !important;
  }
  :lang(ru-RU) .pt-md-0,
  :lang(ru-RU) .py-md-0 {
    padding-top: 0 !important;
  }
  :lang(ru-RU) .pr-md-0,
  :lang(ru-RU) .px-md-0 {
    padding-right: 0 !important;
  }
  :lang(ru-RU) .pb-md-0,
  :lang(ru-RU) .py-md-0 {
    padding-bottom: 0 !important;
  }
  :lang(ru-RU) .pl-md-0,
  :lang(ru-RU) .px-md-0 {
    padding-left: 0 !important;
  }
  :lang(ru-RU) .p-md-1 {
    padding: 0.25rem !important;
  }
  :lang(ru-RU) .pt-md-1,
  :lang(ru-RU) .py-md-1 {
    padding-top: 0.25rem !important;
  }
  :lang(ru-RU) .pr-md-1,
  :lang(ru-RU) .px-md-1 {
    padding-right: 0.25rem !important;
  }
  :lang(ru-RU) .pb-md-1,
  :lang(ru-RU) .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  :lang(ru-RU) .pl-md-1,
  :lang(ru-RU) .px-md-1 {
    padding-left: 0.25rem !important;
  }
  :lang(ru-RU) .p-md-2 {
    padding: 0.5rem !important;
  }
  :lang(ru-RU) .pt-md-2,
  :lang(ru-RU) .py-md-2 {
    padding-top: 0.5rem !important;
  }
  :lang(ru-RU) .pr-md-2,
  :lang(ru-RU) .px-md-2 {
    padding-right: 0.5rem !important;
  }
  :lang(ru-RU) .pb-md-2,
  :lang(ru-RU) .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  :lang(ru-RU) .pl-md-2,
  :lang(ru-RU) .px-md-2 {
    padding-left: 0.5rem !important;
  }
  :lang(ru-RU) .p-md-3 {
    padding: 1rem !important;
  }
  :lang(ru-RU) .pt-md-3,
  :lang(ru-RU) .py-md-3 {
    padding-top: 1rem !important;
  }
  :lang(ru-RU) .pr-md-3,
  :lang(ru-RU) .px-md-3 {
    padding-right: 1rem !important;
  }
  :lang(ru-RU) .pb-md-3,
  :lang(ru-RU) .py-md-3 {
    padding-bottom: 1rem !important;
  }
  :lang(ru-RU) .pl-md-3,
  :lang(ru-RU) .px-md-3 {
    padding-left: 1rem !important;
  }
  :lang(ru-RU) .p-md-4 {
    padding: 1.5rem !important;
  }
  :lang(ru-RU) .pt-md-4,
  :lang(ru-RU) .py-md-4 {
    padding-top: 1.5rem !important;
  }
  :lang(ru-RU) .pr-md-4,
  :lang(ru-RU) .px-md-4 {
    padding-right: 1.5rem !important;
  }
  :lang(ru-RU) .pb-md-4,
  :lang(ru-RU) .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  :lang(ru-RU) .pl-md-4,
  :lang(ru-RU) .px-md-4 {
    padding-left: 1.5rem !important;
  }
  :lang(ru-RU) .p-md-5 {
    padding: 3rem !important;
  }
  :lang(ru-RU) .pt-md-5,
  :lang(ru-RU) .py-md-5 {
    padding-top: 3rem !important;
  }
  :lang(ru-RU) .pr-md-5,
  :lang(ru-RU) .px-md-5 {
    padding-right: 3rem !important;
  }
  :lang(ru-RU) .pb-md-5,
  :lang(ru-RU) .py-md-5 {
    padding-bottom: 3rem !important;
  }
  :lang(ru-RU) .pl-md-5,
  :lang(ru-RU) .px-md-5 {
    padding-left: 3rem !important;
  }
  :lang(ru-RU) .m-md-auto {
    margin: auto !important;
  }
  :lang(ru-RU) .mt-md-auto,
  :lang(ru-RU) .my-md-auto {
    margin-top: auto !important;
  }
  :lang(ru-RU) .mr-md-auto,
  :lang(ru-RU) .mx-md-auto {
    margin-right: auto !important;
  }
  :lang(ru-RU) .mb-md-auto,
  :lang(ru-RU) .my-md-auto {
    margin-bottom: auto !important;
  }
  :lang(ru-RU) .ml-md-auto,
  :lang(ru-RU) .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  :lang(ru-RU) .m-lg-0 {
    margin: 0 !important;
  }
  :lang(ru-RU) .mt-lg-0,
  :lang(ru-RU) .my-lg-0 {
    margin-top: 0 !important;
  }
  :lang(ru-RU) .mr-lg-0,
  :lang(ru-RU) .mx-lg-0 {
    margin-right: 0 !important;
  }
  :lang(ru-RU) .mb-lg-0,
  :lang(ru-RU) .my-lg-0 {
    margin-bottom: 0 !important;
  }
  :lang(ru-RU) .ml-lg-0,
  :lang(ru-RU) .mx-lg-0 {
    margin-left: 0 !important;
  }
  :lang(ru-RU) .m-lg-1 {
    margin: 0.25rem !important;
  }
  :lang(ru-RU) .mt-lg-1,
  :lang(ru-RU) .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  :lang(ru-RU) .mr-lg-1,
  :lang(ru-RU) .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  :lang(ru-RU) .mb-lg-1,
  :lang(ru-RU) .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  :lang(ru-RU) .ml-lg-1,
  :lang(ru-RU) .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  :lang(ru-RU) .m-lg-2 {
    margin: 0.5rem !important;
  }
  :lang(ru-RU) .mt-lg-2,
  :lang(ru-RU) .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  :lang(ru-RU) .mr-lg-2,
  :lang(ru-RU) .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  :lang(ru-RU) .mb-lg-2,
  :lang(ru-RU) .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  :lang(ru-RU) .ml-lg-2,
  :lang(ru-RU) .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  :lang(ru-RU) .m-lg-3 {
    margin: 1rem !important;
  }
  :lang(ru-RU) .mt-lg-3,
  :lang(ru-RU) .my-lg-3 {
    margin-top: 1rem !important;
  }
  :lang(ru-RU) .mr-lg-3,
  :lang(ru-RU) .mx-lg-3 {
    margin-right: 1rem !important;
  }
  :lang(ru-RU) .mb-lg-3,
  :lang(ru-RU) .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  :lang(ru-RU) .ml-lg-3,
  :lang(ru-RU) .mx-lg-3 {
    margin-left: 1rem !important;
  }
  :lang(ru-RU) .m-lg-4 {
    margin: 1.5rem !important;
  }
  :lang(ru-RU) .mt-lg-4,
  :lang(ru-RU) .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  :lang(ru-RU) .mr-lg-4,
  :lang(ru-RU) .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  :lang(ru-RU) .mb-lg-4,
  :lang(ru-RU) .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  :lang(ru-RU) .ml-lg-4,
  :lang(ru-RU) .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  :lang(ru-RU) .m-lg-5 {
    margin: 3rem !important;
  }
  :lang(ru-RU) .mt-lg-5,
  :lang(ru-RU) .my-lg-5 {
    margin-top: 3rem !important;
  }
  :lang(ru-RU) .mr-lg-5,
  :lang(ru-RU) .mx-lg-5 {
    margin-right: 3rem !important;
  }
  :lang(ru-RU) .mb-lg-5,
  :lang(ru-RU) .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  :lang(ru-RU) .ml-lg-5,
  :lang(ru-RU) .mx-lg-5 {
    margin-left: 3rem !important;
  }
  :lang(ru-RU) .p-lg-0 {
    padding: 0 !important;
  }
  :lang(ru-RU) .pt-lg-0,
  :lang(ru-RU) .py-lg-0 {
    padding-top: 0 !important;
  }
  :lang(ru-RU) .pr-lg-0,
  :lang(ru-RU) .px-lg-0 {
    padding-right: 0 !important;
  }
  :lang(ru-RU) .pb-lg-0,
  :lang(ru-RU) .py-lg-0 {
    padding-bottom: 0 !important;
  }
  :lang(ru-RU) .pl-lg-0,
  :lang(ru-RU) .px-lg-0 {
    padding-left: 0 !important;
  }
  :lang(ru-RU) .p-lg-1 {
    padding: 0.25rem !important;
  }
  :lang(ru-RU) .pt-lg-1,
  :lang(ru-RU) .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  :lang(ru-RU) .pr-lg-1,
  :lang(ru-RU) .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  :lang(ru-RU) .pb-lg-1,
  :lang(ru-RU) .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  :lang(ru-RU) .pl-lg-1,
  :lang(ru-RU) .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  :lang(ru-RU) .p-lg-2 {
    padding: 0.5rem !important;
  }
  :lang(ru-RU) .pt-lg-2,
  :lang(ru-RU) .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  :lang(ru-RU) .pr-lg-2,
  :lang(ru-RU) .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  :lang(ru-RU) .pb-lg-2,
  :lang(ru-RU) .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  :lang(ru-RU) .pl-lg-2,
  :lang(ru-RU) .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  :lang(ru-RU) .p-lg-3 {
    padding: 1rem !important;
  }
  :lang(ru-RU) .pt-lg-3,
  :lang(ru-RU) .py-lg-3 {
    padding-top: 1rem !important;
  }
  :lang(ru-RU) .pr-lg-3,
  :lang(ru-RU) .px-lg-3 {
    padding-right: 1rem !important;
  }
  :lang(ru-RU) .pb-lg-3,
  :lang(ru-RU) .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  :lang(ru-RU) .pl-lg-3,
  :lang(ru-RU) .px-lg-3 {
    padding-left: 1rem !important;
  }
  :lang(ru-RU) .p-lg-4 {
    padding: 1.5rem !important;
  }
  :lang(ru-RU) .pt-lg-4,
  :lang(ru-RU) .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  :lang(ru-RU) .pr-lg-4,
  :lang(ru-RU) .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  :lang(ru-RU) .pb-lg-4,
  :lang(ru-RU) .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  :lang(ru-RU) .pl-lg-4,
  :lang(ru-RU) .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  :lang(ru-RU) .p-lg-5 {
    padding: 3rem !important;
  }
  :lang(ru-RU) .pt-lg-5,
  :lang(ru-RU) .py-lg-5 {
    padding-top: 3rem !important;
  }
  :lang(ru-RU) .pr-lg-5,
  :lang(ru-RU) .px-lg-5 {
    padding-right: 3rem !important;
  }
  :lang(ru-RU) .pb-lg-5,
  :lang(ru-RU) .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  :lang(ru-RU) .pl-lg-5,
  :lang(ru-RU) .px-lg-5 {
    padding-left: 3rem !important;
  }
  :lang(ru-RU) .m-lg-auto {
    margin: auto !important;
  }
  :lang(ru-RU) .mt-lg-auto,
  :lang(ru-RU) .my-lg-auto {
    margin-top: auto !important;
  }
  :lang(ru-RU) .mr-lg-auto,
  :lang(ru-RU) .mx-lg-auto {
    margin-right: auto !important;
  }
  :lang(ru-RU) .mb-lg-auto,
  :lang(ru-RU) .my-lg-auto {
    margin-bottom: auto !important;
  }
  :lang(ru-RU) .ml-lg-auto,
  :lang(ru-RU) .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  :lang(ru-RU) .m-xl-0 {
    margin: 0 !important;
  }
  :lang(ru-RU) .mt-xl-0,
  :lang(ru-RU) .my-xl-0 {
    margin-top: 0 !important;
  }
  :lang(ru-RU) .mr-xl-0,
  :lang(ru-RU) .mx-xl-0 {
    margin-right: 0 !important;
  }
  :lang(ru-RU) .mb-xl-0,
  :lang(ru-RU) .my-xl-0 {
    margin-bottom: 0 !important;
  }
  :lang(ru-RU) .ml-xl-0,
  :lang(ru-RU) .mx-xl-0 {
    margin-left: 0 !important;
  }
  :lang(ru-RU) .m-xl-1 {
    margin: 0.25rem !important;
  }
  :lang(ru-RU) .mt-xl-1,
  :lang(ru-RU) .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  :lang(ru-RU) .mr-xl-1,
  :lang(ru-RU) .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  :lang(ru-RU) .mb-xl-1,
  :lang(ru-RU) .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  :lang(ru-RU) .ml-xl-1,
  :lang(ru-RU) .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  :lang(ru-RU) .m-xl-2 {
    margin: 0.5rem !important;
  }
  :lang(ru-RU) .mt-xl-2,
  :lang(ru-RU) .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  :lang(ru-RU) .mr-xl-2,
  :lang(ru-RU) .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  :lang(ru-RU) .mb-xl-2,
  :lang(ru-RU) .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  :lang(ru-RU) .ml-xl-2,
  :lang(ru-RU) .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  :lang(ru-RU) .m-xl-3 {
    margin: 1rem !important;
  }
  :lang(ru-RU) .mt-xl-3,
  :lang(ru-RU) .my-xl-3 {
    margin-top: 1rem !important;
  }
  :lang(ru-RU) .mr-xl-3,
  :lang(ru-RU) .mx-xl-3 {
    margin-right: 1rem !important;
  }
  :lang(ru-RU) .mb-xl-3,
  :lang(ru-RU) .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  :lang(ru-RU) .ml-xl-3,
  :lang(ru-RU) .mx-xl-3 {
    margin-left: 1rem !important;
  }
  :lang(ru-RU) .m-xl-4 {
    margin: 1.5rem !important;
  }
  :lang(ru-RU) .mt-xl-4,
  :lang(ru-RU) .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  :lang(ru-RU) .mr-xl-4,
  :lang(ru-RU) .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  :lang(ru-RU) .mb-xl-4,
  :lang(ru-RU) .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  :lang(ru-RU) .ml-xl-4,
  :lang(ru-RU) .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  :lang(ru-RU) .m-xl-5 {
    margin: 3rem !important;
  }
  :lang(ru-RU) .mt-xl-5,
  :lang(ru-RU) .my-xl-5 {
    margin-top: 3rem !important;
  }
  :lang(ru-RU) .mr-xl-5,
  :lang(ru-RU) .mx-xl-5 {
    margin-right: 3rem !important;
  }
  :lang(ru-RU) .mb-xl-5,
  :lang(ru-RU) .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  :lang(ru-RU) .ml-xl-5,
  :lang(ru-RU) .mx-xl-5 {
    margin-left: 3rem !important;
  }
  :lang(ru-RU) .p-xl-0 {
    padding: 0 !important;
  }
  :lang(ru-RU) .pt-xl-0,
  :lang(ru-RU) .py-xl-0 {
    padding-top: 0 !important;
  }
  :lang(ru-RU) .pr-xl-0,
  :lang(ru-RU) .px-xl-0 {
    padding-right: 0 !important;
  }
  :lang(ru-RU) .pb-xl-0,
  :lang(ru-RU) .py-xl-0 {
    padding-bottom: 0 !important;
  }
  :lang(ru-RU) .pl-xl-0,
  :lang(ru-RU) .px-xl-0 {
    padding-left: 0 !important;
  }
  :lang(ru-RU) .p-xl-1 {
    padding: 0.25rem !important;
  }
  :lang(ru-RU) .pt-xl-1,
  :lang(ru-RU) .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  :lang(ru-RU) .pr-xl-1,
  :lang(ru-RU) .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  :lang(ru-RU) .pb-xl-1,
  :lang(ru-RU) .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  :lang(ru-RU) .pl-xl-1,
  :lang(ru-RU) .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  :lang(ru-RU) .p-xl-2 {
    padding: 0.5rem !important;
  }
  :lang(ru-RU) .pt-xl-2,
  :lang(ru-RU) .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  :lang(ru-RU) .pr-xl-2,
  :lang(ru-RU) .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  :lang(ru-RU) .pb-xl-2,
  :lang(ru-RU) .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  :lang(ru-RU) .pl-xl-2,
  :lang(ru-RU) .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  :lang(ru-RU) .p-xl-3 {
    padding: 1rem !important;
  }
  :lang(ru-RU) .pt-xl-3,
  :lang(ru-RU) .py-xl-3 {
    padding-top: 1rem !important;
  }
  :lang(ru-RU) .pr-xl-3,
  :lang(ru-RU) .px-xl-3 {
    padding-right: 1rem !important;
  }
  :lang(ru-RU) .pb-xl-3,
  :lang(ru-RU) .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  :lang(ru-RU) .pl-xl-3,
  :lang(ru-RU) .px-xl-3 {
    padding-left: 1rem !important;
  }
  :lang(ru-RU) .p-xl-4 {
    padding: 1.5rem !important;
  }
  :lang(ru-RU) .pt-xl-4,
  :lang(ru-RU) .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  :lang(ru-RU) .pr-xl-4,
  :lang(ru-RU) .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  :lang(ru-RU) .pb-xl-4,
  :lang(ru-RU) .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  :lang(ru-RU) .pl-xl-4,
  :lang(ru-RU) .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  :lang(ru-RU) .p-xl-5 {
    padding: 3rem !important;
  }
  :lang(ru-RU) .pt-xl-5,
  :lang(ru-RU) .py-xl-5 {
    padding-top: 3rem !important;
  }
  :lang(ru-RU) .pr-xl-5,
  :lang(ru-RU) .px-xl-5 {
    padding-right: 3rem !important;
  }
  :lang(ru-RU) .pb-xl-5,
  :lang(ru-RU) .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  :lang(ru-RU) .pl-xl-5,
  :lang(ru-RU) .px-xl-5 {
    padding-left: 3rem !important;
  }
  :lang(ru-RU) .m-xl-auto {
    margin: auto !important;
  }
  :lang(ru-RU) .mt-xl-auto,
  :lang(ru-RU) .my-xl-auto {
    margin-top: auto !important;
  }
  :lang(ru-RU) .mr-xl-auto,
  :lang(ru-RU) .mx-xl-auto {
    margin-right: auto !important;
  }
  :lang(ru-RU) .mb-xl-auto,
  :lang(ru-RU) .my-xl-auto {
    margin-bottom: auto !important;
  }
  :lang(ru-RU) .ml-xl-auto,
  :lang(ru-RU) .mx-xl-auto {
    margin-left: auto !important;
  }
}
:lang(ru-RU) .flex-row {
  flex-direction: row !important;
}
:lang(ru-RU) .flex-column {
  flex-direction: column !important;
}
:lang(ru-RU) .flex-row-reverse {
  flex-direction: row-reverse !important;
}
:lang(ru-RU) .flex-column-reverse {
  flex-direction: column-reverse !important;
}
:lang(ru-RU) .flex-wrap {
  flex-wrap: wrap !important;
}
:lang(ru-RU) .flex-nowrap {
  flex-wrap: nowrap !important;
}
:lang(ru-RU) .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
:lang(ru-RU) .flex-fill {
  flex: 1 1 auto !important;
}
:lang(ru-RU) .flex-grow-0 {
  flex-grow: 0 !important;
}
:lang(ru-RU) .flex-grow-1 {
  flex-grow: 1 !important;
}
:lang(ru-RU) .flex-shrink-0 {
  flex-shrink: 0 !important;
}
:lang(ru-RU) .flex-shrink-1 {
  flex-shrink: 1 !important;
}
:lang(ru-RU) .justify-content-start {
  justify-content: flex-start !important;
}
:lang(ru-RU) .justify-content-end {
  justify-content: flex-end !important;
}
:lang(ru-RU) .justify-content-center {
  justify-content: center !important;
}
:lang(ru-RU) .justify-content-between {
  justify-content: space-between !important;
}
:lang(ru-RU) .justify-content-around {
  justify-content: space-around !important;
}
:lang(ru-RU) .align-items-start {
  align-items: flex-start !important;
}
:lang(ru-RU) .align-items-end {
  align-items: flex-end !important;
}
:lang(ru-RU) .align-items-center {
  align-items: center !important;
}
:lang(ru-RU) .align-items-baseline {
  align-items: baseline !important;
}
:lang(ru-RU) .align-items-stretch {
  align-items: stretch !important;
}
:lang(ru-RU) .align-content-start {
  align-content: flex-start !important;
}
:lang(ru-RU) .align-content-end {
  align-content: flex-end !important;
}
:lang(ru-RU) .align-content-center {
  align-content: center !important;
}
:lang(ru-RU) .align-content-between {
  align-content: space-between !important;
}
:lang(ru-RU) .align-content-around {
  align-content: space-around !important;
}
:lang(ru-RU) .align-content-stretch {
  align-content: stretch !important;
}
:lang(ru-RU) .align-self-auto {
  align-self: auto !important;
}
:lang(ru-RU) .align-self-start {
  align-self: flex-start !important;
}
:lang(ru-RU) .align-self-end {
  align-self: flex-end !important;
}
:lang(ru-RU) .align-self-center {
  align-self: center !important;
}
:lang(ru-RU) .align-self-baseline {
  align-self: baseline !important;
}
:lang(ru-RU) .align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  :lang(ru-RU) .flex-sm-row {
    flex-direction: row !important;
  }
  :lang(ru-RU) .flex-sm-column {
    flex-direction: column !important;
  }
  :lang(ru-RU) .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  :lang(ru-RU) .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  :lang(ru-RU) .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  :lang(ru-RU) .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  :lang(ru-RU) .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  :lang(ru-RU) .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  :lang(ru-RU) .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  :lang(ru-RU) .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  :lang(ru-RU) .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  :lang(ru-RU) .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  :lang(ru-RU) .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  :lang(ru-RU) .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  :lang(ru-RU) .justify-content-sm-center {
    justify-content: center !important;
  }
  :lang(ru-RU) .justify-content-sm-between {
    justify-content: space-between !important;
  }
  :lang(ru-RU) .justify-content-sm-around {
    justify-content: space-around !important;
  }
  :lang(ru-RU) .align-items-sm-start {
    align-items: flex-start !important;
  }
  :lang(ru-RU) .align-items-sm-end {
    align-items: flex-end !important;
  }
  :lang(ru-RU) .align-items-sm-center {
    align-items: center !important;
  }
  :lang(ru-RU) .align-items-sm-baseline {
    align-items: baseline !important;
  }
  :lang(ru-RU) .align-items-sm-stretch {
    align-items: stretch !important;
  }
  :lang(ru-RU) .align-content-sm-start {
    align-content: flex-start !important;
  }
  :lang(ru-RU) .align-content-sm-end {
    align-content: flex-end !important;
  }
  :lang(ru-RU) .align-content-sm-center {
    align-content: center !important;
  }
  :lang(ru-RU) .align-content-sm-between {
    align-content: space-between !important;
  }
  :lang(ru-RU) .align-content-sm-around {
    align-content: space-around !important;
  }
  :lang(ru-RU) .align-content-sm-stretch {
    align-content: stretch !important;
  }
  :lang(ru-RU) .align-self-sm-auto {
    align-self: auto !important;
  }
  :lang(ru-RU) .align-self-sm-start {
    align-self: flex-start !important;
  }
  :lang(ru-RU) .align-self-sm-end {
    align-self: flex-end !important;
  }
  :lang(ru-RU) .align-self-sm-center {
    align-self: center !important;
  }
  :lang(ru-RU) .align-self-sm-baseline {
    align-self: baseline !important;
  }
  :lang(ru-RU) .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  :lang(ru-RU) .flex-md-row {
    flex-direction: row !important;
  }
  :lang(ru-RU) .flex-md-column {
    flex-direction: column !important;
  }
  :lang(ru-RU) .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  :lang(ru-RU) .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  :lang(ru-RU) .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  :lang(ru-RU) .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  :lang(ru-RU) .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  :lang(ru-RU) .flex-md-fill {
    flex: 1 1 auto !important;
  }
  :lang(ru-RU) .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  :lang(ru-RU) .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  :lang(ru-RU) .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  :lang(ru-RU) .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  :lang(ru-RU) .justify-content-md-start {
    justify-content: flex-start !important;
  }
  :lang(ru-RU) .justify-content-md-end {
    justify-content: flex-end !important;
  }
  :lang(ru-RU) .justify-content-md-center {
    justify-content: center !important;
  }
  :lang(ru-RU) .justify-content-md-between {
    justify-content: space-between !important;
  }
  :lang(ru-RU) .justify-content-md-around {
    justify-content: space-around !important;
  }
  :lang(ru-RU) .align-items-md-start {
    align-items: flex-start !important;
  }
  :lang(ru-RU) .align-items-md-end {
    align-items: flex-end !important;
  }
  :lang(ru-RU) .align-items-md-center {
    align-items: center !important;
  }
  :lang(ru-RU) .align-items-md-baseline {
    align-items: baseline !important;
  }
  :lang(ru-RU) .align-items-md-stretch {
    align-items: stretch !important;
  }
  :lang(ru-RU) .align-content-md-start {
    align-content: flex-start !important;
  }
  :lang(ru-RU) .align-content-md-end {
    align-content: flex-end !important;
  }
  :lang(ru-RU) .align-content-md-center {
    align-content: center !important;
  }
  :lang(ru-RU) .align-content-md-between {
    align-content: space-between !important;
  }
  :lang(ru-RU) .align-content-md-around {
    align-content: space-around !important;
  }
  :lang(ru-RU) .align-content-md-stretch {
    align-content: stretch !important;
  }
  :lang(ru-RU) .align-self-md-auto {
    align-self: auto !important;
  }
  :lang(ru-RU) .align-self-md-start {
    align-self: flex-start !important;
  }
  :lang(ru-RU) .align-self-md-end {
    align-self: flex-end !important;
  }
  :lang(ru-RU) .align-self-md-center {
    align-self: center !important;
  }
  :lang(ru-RU) .align-self-md-baseline {
    align-self: baseline !important;
  }
  :lang(ru-RU) .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  :lang(ru-RU) .flex-lg-row {
    flex-direction: row !important;
  }
  :lang(ru-RU) .flex-lg-column {
    flex-direction: column !important;
  }
  :lang(ru-RU) .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  :lang(ru-RU) .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  :lang(ru-RU) .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  :lang(ru-RU) .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  :lang(ru-RU) .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  :lang(ru-RU) .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  :lang(ru-RU) .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  :lang(ru-RU) .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  :lang(ru-RU) .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  :lang(ru-RU) .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  :lang(ru-RU) .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  :lang(ru-RU) .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  :lang(ru-RU) .justify-content-lg-center {
    justify-content: center !important;
  }
  :lang(ru-RU) .justify-content-lg-between {
    justify-content: space-between !important;
  }
  :lang(ru-RU) .justify-content-lg-around {
    justify-content: space-around !important;
  }
  :lang(ru-RU) .align-items-lg-start {
    align-items: flex-start !important;
  }
  :lang(ru-RU) .align-items-lg-end {
    align-items: flex-end !important;
  }
  :lang(ru-RU) .align-items-lg-center {
    align-items: center !important;
  }
  :lang(ru-RU) .align-items-lg-baseline {
    align-items: baseline !important;
  }
  :lang(ru-RU) .align-items-lg-stretch {
    align-items: stretch !important;
  }
  :lang(ru-RU) .align-content-lg-start {
    align-content: flex-start !important;
  }
  :lang(ru-RU) .align-content-lg-end {
    align-content: flex-end !important;
  }
  :lang(ru-RU) .align-content-lg-center {
    align-content: center !important;
  }
  :lang(ru-RU) .align-content-lg-between {
    align-content: space-between !important;
  }
  :lang(ru-RU) .align-content-lg-around {
    align-content: space-around !important;
  }
  :lang(ru-RU) .align-content-lg-stretch {
    align-content: stretch !important;
  }
  :lang(ru-RU) .align-self-lg-auto {
    align-self: auto !important;
  }
  :lang(ru-RU) .align-self-lg-start {
    align-self: flex-start !important;
  }
  :lang(ru-RU) .align-self-lg-end {
    align-self: flex-end !important;
  }
  :lang(ru-RU) .align-self-lg-center {
    align-self: center !important;
  }
  :lang(ru-RU) .align-self-lg-baseline {
    align-self: baseline !important;
  }
  :lang(ru-RU) .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  :lang(ru-RU) .flex-xl-row {
    flex-direction: row !important;
  }
  :lang(ru-RU) .flex-xl-column {
    flex-direction: column !important;
  }
  :lang(ru-RU) .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  :lang(ru-RU) .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  :lang(ru-RU) .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  :lang(ru-RU) .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  :lang(ru-RU) .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  :lang(ru-RU) .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  :lang(ru-RU) .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  :lang(ru-RU) .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  :lang(ru-RU) .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  :lang(ru-RU) .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  :lang(ru-RU) .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  :lang(ru-RU) .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  :lang(ru-RU) .justify-content-xl-center {
    justify-content: center !important;
  }
  :lang(ru-RU) .justify-content-xl-between {
    justify-content: space-between !important;
  }
  :lang(ru-RU) .justify-content-xl-around {
    justify-content: space-around !important;
  }
  :lang(ru-RU) .align-items-xl-start {
    align-items: flex-start !important;
  }
  :lang(ru-RU) .align-items-xl-end {
    align-items: flex-end !important;
  }
  :lang(ru-RU) .align-items-xl-center {
    align-items: center !important;
  }
  :lang(ru-RU) .align-items-xl-baseline {
    align-items: baseline !important;
  }
  :lang(ru-RU) .align-items-xl-stretch {
    align-items: stretch !important;
  }
  :lang(ru-RU) .align-content-xl-start {
    align-content: flex-start !important;
  }
  :lang(ru-RU) .align-content-xl-end {
    align-content: flex-end !important;
  }
  :lang(ru-RU) .align-content-xl-center {
    align-content: center !important;
  }
  :lang(ru-RU) .align-content-xl-between {
    align-content: space-between !important;
  }
  :lang(ru-RU) .align-content-xl-around {
    align-content: space-around !important;
  }
  :lang(ru-RU) .align-content-xl-stretch {
    align-content: stretch !important;
  }
  :lang(ru-RU) .align-self-xl-auto {
    align-self: auto !important;
  }
  :lang(ru-RU) .align-self-xl-start {
    align-self: flex-start !important;
  }
  :lang(ru-RU) .align-self-xl-end {
    align-self: flex-end !important;
  }
  :lang(ru-RU) .align-self-xl-center {
    align-self: center !important;
  }
  :lang(ru-RU) .align-self-xl-baseline {
    align-self: baseline !important;
  }
  :lang(ru-RU) .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
:lang(ru-RU) a {
  color: #3abdcf;
}
:lang(ru-RU)
  .teal-master-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1.has-active-child
  > .navigation-item-title {
  background: transparent !important;
  color: #fff !important;
}
@media only screen and (min-width: 960px) {
  :lang(ru-RU)
    .layout-oral-polident-home-layout
    .main-navigation-box
    .navigation.navigation-horizontal {
    width: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  :lang(ru-RU) .reference-hero-home .hero-home .hero-home-content {
    top: 30px;
  }
  :lang(ru-RU)
    .reference-hero-home
    .hero-home
    .hero-home-content
    .hero-home-copy {
    font-size: 11px;
    line-height: 15px;
  }
  :lang(ru-RU)
    .reference-hero-home
    .hero-home
    .hero-home-content
    .hero-home-heading {
    font-size: 32px;
    line-height: 34px;
  }
  :lang(ru-RU) .navigation-journeys li span {
    font-size: 13px;
    padding: 0 0 0 48%;
  }
  :lang(ru-RU) .teal-master-body .main-navigation-box .home-logo a:hover {
    background: #00b2a9 !important;
  }
  :lang(ru-RU) .hero-article-title .hero-article-heading {
    font-size: 30px;
  }
  :lang(ru-RU) .produt-description h1 span {
    font-size: 30px;
    line-height: 27px;
  }
  :lang(ru-RU) .search-res-box .searchBox {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 959px) and (min-width: 320px) {
  :lang(ru-RU) .main-navigation-box .home-logo {
    border-top: 2px solid #4edbd4 !important;
    border-bottom: 1px solid #4edbd4 !important;
  }
  :lang(ru-RU)
    .main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1 {
    border-top: 1px solid #4edbd4 !important;
    border-bottom: 1px solid #4edbd4 !important;
  }
  :lang(ru-RU) .Types-of-dentures-white-box ul li {
    margin-left: 20px;
  }
  :lang(ru-RU) .page-Your-first-week-with-dentures .richtext-body-content ol {
    padding-left: 15px;
  }
  :lang(ru-RU) .header-box .large,
  :lang(ru-RU) .header-box .medium {
    display: inline-block !important;
    width: 20px;
    position: relative;
    right: -50%;
  }
}
@media only screen and (max-width: 667px) and (min-width: 320px) {
  :lang(ru-RU) .reference-hero-home .hero-home .hero-home-content {
    justify-content: space-between;
  }
  :lang(ru-RU) .reference-hero-home .hero-home .hero-home-heading {
    font-size: 28px;
    line-height: 29px;
    width: 59%;
    color: #00b2a9;
  }
  :lang(ru-RU) .reference-hero-home .hero-home .hero-home-copy {
    font-size: 12px;
    line-height: 17px;
    width: 46%;
    color: #000;
  }
}
@media (min-width: 768px) {
  :lang(ru-RU) #footer .country-selector {
    display: block;
  }
  :lang(ru-RU) #footer .country-selector img {
    float: right;
  }
  :lang(ru-RU) #footer .mobile-country-box .country-selector {
    display: none;
  }
}
:lang(it)
  .layout-master-vbl-bootstrap.page-adjusting-to-dentures
  .dentures-quest
  p {
  justify-content: center;
}
@media (max-width: 1199px) {
  :lang(it) .layout-master-vbl-bootstrap .journey-snip .richText {
    padding-left: 0;
    padding-right: 0;
  }
}
:lang(it) .layout-master-vbl-bootstrap .journey-snip .richText p {
  padding: 1%;
}
@media (max-width: 991px) and (min-width: 768px) {
  :lang(it) .layout-master-vbl-bootstrap .journey-snip .richText p {
    font-size: 0.75rem;
  }
}
@media (max-width: 374px) {
  :lang(it) .layout-master-vbl-bootstrap .journey-snip.last .richText p {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  :lang(it) .layout-master-vbl-bootstrap .journey-quest .richText-content p {
    background-size: 100%;
  }
}
:lang(it)
  .layout-master-vbl-bootstrap.page-adjusting-to-dentures.teal-master-body
  .journey-quest
  .dentures-quest
  p
  a,
:lang(it)
  .layout-master-vbl-bootstrap.page-getting-dentures.teal-master-body
  .journey-quest
  .dentures-quest
  p
  a,
:lang(it)
  .layout-master-vbl-bootstrap.page-preparing-for-tooth-loss.teal-master-body
  .journey-quest
  .dentures-quest
  p
  a {
  padding-left: 30%;
}
:lang(it)
  .layout-master-vbl-bootstrap.page-denture-cleansers-vbl
  .journey-quest
  .component-content
  .content,
:lang(it)
  .layout-master-vbl-bootstrap.page-polident-effetto-cuscinetto
  .journey-quest
  .component-content
  .content,
:lang(it)
  .layout-master-vbl-bootstrap.page-polident-lunga-tenuta
  .journey-quest
  .component-content
  .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
:lang(it)
  .layout-master-vbl-bootstrap
  .polident-3-minute-white-box
  > .component-content {
  background-size: 100%;
  background-color: #fff;
}
:lang(it)
  .layout-master-vbl-bootstrap.page-denture-journeys
  .silver-banner
  img {
  padding-left: 2px;
  padding-bottom: 2px;
  width: 99%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  :lang(it) .layout-master-vbl-bootstrap .banner > .component-content {
    background-size: 99% 99%;
  }
}
@media (max-width: 375px) {
  :lang(it) .layout-master-vbl-bootstrap .banner > .component-content {
    background-size: 250% 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  :lang(it)
    .layout-master-vbl-bootstrap.page-adjusting-to-dentures
    .silver-banner,
  :lang(it) .layout-master-vbl-bootstrap.page-getting-dentures .silver-banner,
  :lang(it) .layout-master-vbl-bootstrap.page-life-with-dentures .silver-banner,
  :lang(it)
    .layout-master-vbl-bootstrap.page-preparing-for-tooth-loss
    .silver-banner {
    width: 100%;
  }
}
:lang(it) .layout-master-vbl-bootstrap .main-navigation-box {
  max-width: 100%;
}
@media (max-width: 1199px) and (min-width: 992px) {
  :lang(it) .layout-master-vbl-bootstrap .main-navigation-box:after,
  :lang(it) .layout-master-vbl-bootstrap .main-navigation-box:before {
    display: none;
  }
}
:lang(it) .header-box .large {
  margin-left: 290px;
  margin-top: 8px;
  width: auto;
}
:lang(it) .page-products .polident-denture-cleansers-white-box h1 {
  line-height: 1.2;
}
:lang(it) .page-expert-advice .page-wrap .articleList-title a,
:lang(it) .page-products .page-wrap .articleList-title a {
  color: #00b2a9;
}
:lang(it) .page-whats-new .whats-new-left-box h3,
:lang(it) .page-whats-new .whats-new-right-box h3 {
  text-transform: none;
}
:lang(it) .page-polident-super-sigillante .paragraph3 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
:lang(it)
  .navigation
  .navigation-root
  .navigation-item.page-denture-journeys
  > .navigation-item-title {
  pointer-events: none;
}
:lang(it)
  .navigation
  .navigation-root
  .navigation-item.page-denture-journeys
  > .navigation-item-title
  .navigation-item-decoration:after {
  pointer-events: auto;
}
:lang(it) .page-polident-gusto-neutro .reference-adhesives-product-video iframe,
:lang(it) .page-polident-lunga-tenuta .reference-adhesives-product-video iframe,
:lang(it)
  .page-polident-super-sigillante
  .reference-emperor-product-video
  iframe {
  padding-top: 2px;
  padding-left: 2px;
  width: 99%;
}
@media (max-width: 991px) and (min-width: 768px) {
  :lang(it) .layout-master-vbl-bootstrap .journey-snip .image {
    padding: 2px;
    width: 220px;
    height: 140px;
  }
}
@media (max-width: 1199px) and (min-width: 1024px) {
  :lang(it) .layout-master-vbl-bootstrap .journey-snip .image {
    padding: 3px;
    width: 294px;
    height: 180px;
  }
}
@media (max-width: 1023px) and (min-width: 992px) {
  :lang(it) .layout-master-vbl-bootstrap .journey-snip .image {
    padding: 3px;
    height: 167px;
  }
}
@media (max-width: 959px) and (min-width: 768px) {
  :lang(it)
    .teal-master-body
    .main-navigation-box
    .navigation.navigation-horizontal {
    margin-right: -15px;
  }
  :lang(it)
    .teal-master-body
    .main-navigation-box
    .navigation.navigation-horizontal
    .navigation-item.navigation-level1
    > .navigation-item-title {
    padding: 0 16% 0 0 !important;
  }
  :lang(it)
    .teal-master-body
    .main-navigation-box
    .navigation.navigation-horizontal
    .navigation-item.navigation-level1.page-frequently-asked-questions-vbl {
    width: 8% !important;
  }
  :lang(it)
    .teal-master-body
    .main-navigation-box
    .navigation.navigation-horizontal
    .navigation-item.navigation-level1.page-denture-journeys {
    width: 48% !important;
  }
  :lang(it)
    .teal-master-body
    .main-navigation-box
    .navigation.navigation-horizontal
    .navigation-item.navigation-level1.page-denture-journeys.is-open
    > .navigation-item-title {
    padding-bottom: 4% !important;
  }
  :lang(it)
    .teal-master-body
    .main-navigation-box
    .navigation.navigation-horizontal
    .navigation-item.navigation-level1.page-products-vbl {
    width: 27% !important;
  }
}
@media (max-width: 959px) {
  :lang(it)
    .teal-master-body
    .main-navigation-box
    .navigation.navigation-horizontal
    .navigation-item.navigation-level1.has-children.is-active
    > .navigation-item-title
    .navigation-item-decoration {
    background: none !important;
  }
}
:lang(it) #footer .footer-box-vbl .richText {
  padding: 0 6%;
}
:lang(it) #footer .footer-box-vbl .richText p:first-child {
  margin-top: 20px;
}
@media (min-width: 992px) {
  :lang(it) #footer .footer-box-vbl .richText p:first-child {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 960px) {
  :lang(it) .page-whats-new .whats-new-left-box h3 {
    padding-bottom: 7px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  :lang(it) .page-expert-advice .page-wrap .articleList-title a {
    line-height: 1.2;
  }
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
  :lang(it-IT) .page-wrap h1 .green-header {
    font-size: 31px;
    line-height: 34px;
    word-wrap: break-word;
  }
  :lang(it-IT) .form-search .mobile-search-icon {
    opacity: 0;
  }
  :lang(it-IT)
    .page-products.page-denture-adhesives
    .polident-3-minute-white-box
    > .component-content
    > .content {
    padding-top: 0;
  }
  :lang(it-IT)
    .layout-master-vbl-bootstrap
    .main-navigation-box
    .navigation-root.navigation-branch.navigation-level1
    .navigation-item.navigation-level1
    > .navigation-item-title {
    padding: 0 20% 0 6.25% !important;
    white-space: normal;
  }
}
@media (max-width: 768px) {
  :lang(it) iframe#greenvideo {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  :lang(it)
    .page-expert-advice
    .box-outer-ea-two-callouts
    .page-wrap
    .richtext-ea-tile-header
    .green-header {
    font-size: 23px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  :lang(it)
    .page-products.page-denture-adhesives
    .promo-white-box
    .promo-header
    p
    a {
    font-size: 15px;
  }
  :lang(it)
    .page-products.page-denture-cleansers
    .promo-white-box
    .promo-header
    p
    a {
    font-size: 21px;
  }
}
:lang(it-IT) .teal-master-body .fake-article-list,
:lang(it-IT) .teal-master-body .fake-article-list:hover,
:lang(it-IT) .teal-master-body .page-wrap .articleList-article,
:lang(it-IT) .teal-master-body .page-wrap .articleList-article:hover,
:lang(it-IT) .teal-master-body .whats-new-left-box h3 a,
:lang(it-IT) .teal-master-body .whats-new-left-box h3 a:hover,
:lang(it-IT) .teal-master-body .whats-new-right-box h3 a,
:lang(it-IT) .teal-master-body .whats-new-right-box h3 a:hover {
  background-position: 99% !important;
}
@media (max-width: 1024px) and (min-width: 767px) {
  :lang(it-IT) .teal-master-body #footer {
    background-size: 100% 125% !important;
  }
}
:lang(it-IT) .page-wrap .articleList-article:focus {
  background-position: 99% !important;
}
@media (min-width: 992px) {
  :lang(it-IT) .white-box-content-alignment .teal-richtext-home {
    margin-top: 350px;
  }
}
@media (min-width: 1200px) {
  :lang(it-IT) .white-box-content-alignment .teal-richtext-home {
    margin-top: 430px;
  }
}
@media (max-width: 768px) {
  :lang(it-IT) .white-box-content-alignment > .component-content {
    padding-top: 120px;
  }
}
@media (max-width: 961px) {
  :lang(it-IT)
    .page-whats-new
    #content
    .whats-new-right-box
    + .whats-new-left-box {
    margin-bottom: 0 !important;
    margin-top: 20px !important;
  }
  :lang(it-IT) .page-whats-new #content .whats-new-header,
  :lang(it-IT) .page-whats-new #content .whats-new-header + .default-style {
    margin-bottom: 0 !important;
  }
  :lang(it-IT) .product-description {
    padding: 0;
    width: 100% !important;
  }
}
:lang(de-DE) sub,
:lang(de-DE) sup,
:lang(it-IT) sub,
:lang(it-IT) sup {
  font-size: 75% !important;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
:lang(de-DE) sup,
:lang(it-IT) sup {
  top: -0.5em !important;
}
:lang(ja-JP) body {
  background: url(../../../../../../../../content/dam/cf-consumer-healthcare/polident/ja_jp/ImageX/topNavFullwidth.png?auto=format)
      0 0 repeat-x,
    linear-gradient(#f0f5f5, #f1f5f6);
  background-image: url(../../../../../../../../content/dam/cf-consumer-healthcare/polident/ja_jp/ImageX/topNavFullwidth.png?auto=format)
    0 0 repeat-x;
}
:lang(ja-JP) .template-oral-polident-propartials-template {
  background: #f0f5f5;
  background-image: none;
}
:lang(ja-JP) .template-oral-polident-propartials-template.japan-font-body p {
  font-weight: 100 !important;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template
  #footer
  .navigation-item.navigation-level1
  > .navigation-item-title {
  color: #0691c5;
}
:lang(ja-JP) .template-oral-polident-propartials-template .component {
  margin-bottom: 0;
}
:lang(ja-JP) .template-oral-polident-propartials-template .teal-header {
  color: #00a0af;
}
:lang(ja-JP) .template-oral-polident-propartials-template .teal-header-h {
  font-size: 1.75rem;
  text-align: center;
  color: #00a0af;
}
:lang(ja-JP) .template-oral-polident-propartials-template .teal-header-p {
  font-size: 1rem;
  text-align: center;
  color: #00a0af;
}
:lang(ja-JP) .template-oral-polident-propartials-template .home-white-box h1 {
  margin: 0;
  padding: 0;
  font-size: 2.375rem;
  font-weight: bold;
  line-height: 2.875rem;
}
:lang(ja-JP) .template-oral-polident-propartials-template .home-white-box p {
  font-size: 1.375rem;
  padding: 0;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template
  .home-white-box
  .richText {
  margin: 1.5625rem auto;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1
  > a.navigation-item-title:focus {
  background: none;
}
:lang(ja-JP) .template-oral-polident-propartials-template .white-box-h {
  font-size: 1.25rem;
  color: #737779;
  font-weight: 700 !important;
  border-bottom: 3px solid #003595;
}
:lang(ja-JP) .template-oral-polident-propartials-template .bac-img-step {
  background: url(../../../../../../../../content/dam/cf-consumer-healthcare/polident/ja_jp/ProPartials/hero_banner.png);
  margin: 0 25px;
  height: 400px;
}
:lang(ja-JP) .template-oral-polident-propartials-template .flex-cen {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template
  .box-right-template-sharethis {
  background: #00a0af;
  border-radius: 0 1.875rem 0 0;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template
  .main-navigation-box
  .navigation-horizontal
  .navigation-level1
  .navigation-branch.navigation-level2
  > .navigation-level2 {
  width: 100%;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template
  .main-navigation-box
  .navigation-horizontal
  .navigation-branch.navigation-level2
  .navigation-item-title {
  background: #003595;
  width: 100%;
  padding: 13%;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template
  .main-navigation-box
  .navigation-horizontal
  .navigation-level1
  .navigation-branch.navigation-level2
  .navigation-item {
  background: #003595;
  min-width: 0;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1.has-active-child
  > .navigation-item-title,
:lang(ja-JP)
  .template-oral-polident-propartials-template
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1.is-active
  > .navigation-item-title {
  background: none !important;
  color: #00a0af !important;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template
  .main-navigation-box
  .navigation-horizontal
  ul.navigation-level1.navigation-root
  li.navigation-level1.page-guidance
  ul.navigation-level2 {
  display: none;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template
  .main-navigation-box
  .navigation-horizontal
  ul.navigation-level1.navigation-root
  li.navigation-level1
  ul.navigation-level2 {
  background: #003595;
  min-width: 0;
  left: 23%;
  padding: 0;
  width: 15%;
}
:lang(ja-JP) .template-oral-polident-propartials-template .richText ul li {
  background: none;
  margin-left: 15px;
  padding-left: 15px;
  list-style-type: disc;
}
:lang(ja-JP) .template-oral-polident-propartials-template .white-box-partials {
  background: #fff;
  padding: 3%;
  margin-bottom: 1.25rem;
  box-shadow: 2px 8px 6px 0 hsla(0, 0%, 72.9%, 0.25);
}
:lang(ja-JP)
  .template-oral-polident-propartials-template
  .white-box-partials
  p {
  line-height: 1.25rem;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template
  .white-box-partials
  h1 {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 2.375rem;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template
  #\30
  321693289
  #\30
  684116291
  p:before,
:lang(ja-JP)
  .template-oral-polident-propartials-template
  #\30
  321693289
  #\38
  39245751
  p:before {
  width: 40px;
  height: 40px;
  top: 10px;
  left: 0;
  z-index: 50;
  border: none !important;
  background: #e1251b !important;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  border-top-left-radius: 0 !important;
  border-radius: 100%;
  padding: 1px 10px;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template
  #\30
  321693289
  #\30
  684116291
  p,
:lang(ja-JP)
  .template-oral-polident-propartials-template
  #\30
  321693289
  #\38
  39245751
  .component-content
  p {
  counter-increment: my-awesome-counter;
  text-align: left !important;
  padding-left: 30px;
  color: #00a0af;
  font-size: 20px;
  font-weight: bolder !important;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template
  #\30
  321693289
  #\38
  39245751
  p:first-child:before {
  content: "4" !important;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template
  #\30
  321693289
  #\38
  39245751
  p:nth-child(2):before {
  content: "5" !important;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template
  #\30
  321693289
  #\30
  684116291
  p:first-child:before {
  content: "4" !important;
  content: "1" !important;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template
  #\30
  321693289
  #\30
  684116291
  p:nth-child(2):before {
  content: "2" !important;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template
  #\30
  321693289
  #\30
  684116291
  p:nth-child(3):before {
  content: "3" !important;
}
:lang(ja-JP) .template-oral-polident-propartials-template #\30 321693289 h2 {
  margin-left: 30px;
  color: #00a0af;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template
  #\32
  071108025
  .even
  img {
  margin-bottom: 10%;
}
:lang(ja-JP) .template-oral-polident-propartials-template #\32 071108025 p {
  margin-top: 10%;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-2-step-products1
  .white-box-partials
  .image.even.grid_5 {
  margin-top: 12%;
}
:lang(ja-JP) .template-oral-polident-propartials-template .teal-jp-button-txt {
  color: #fff;
  background: #0691c5;
  width: 25%;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.125rem;
  display: inline-block;
  padding: 0.9375rem;
  border-radius: 0 1.875rem 1.875rem 1.875rem;
}
@media only screen and (min-width: 1024px) {
  :lang(ja-JP)
    .template-oral-polident-propartials-template
    .main-navigation-box
    .navigation.navigation-horizontal {
    width: 850px !important;
  }
  :lang(ja-JP)
    .template-oral-polident-propartials-template
    .navigation-horizontal
    .navigation-branch.navigation-level1 {
    margin-left: 20% !important;
  }
}
:lang(ja-JP)
  .template-oral-polident-propartials-template
  .main-navigation-box
  .navigation-item.navigation-level1
  > .navigation-item-title {
  background: #f1f5f6;
  color: #737779;
  text-transform: capitalize;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template
  .main-navigation-box
  .navigation.navigation-horizontal {
  background: #f1f5f6;
  width: 90.5%;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1
  > a.navigation-item-title:hover {
  background: none;
}
:lang(ja-JP) .template-oral-polident-propartials-template .header-box {
  background: #fff;
  border-bottom: 1px solid #737779;
  height: auto;
  padding: 1.125rem 0;
}
:lang(ja-JP) .template-oral-polident-propartials-template .box-template-logo {
  padding: 0 1.125rem;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template
  .main-navigation-box
  .home-logo
  a {
  height: auto;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template
  .main-navigation-box
  .home-logo
  a:hover {
  background-color: transparent;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template
  .teal-ul-first
  .richText
  ul
  li {
  padding: 0.9375rem;
  margin-bottom: 2px;
  background-color: #fff;
  font-size: 1rem;
  font-weight: 100;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template
  .teal-ul-first
  .richText
  ul
  li:first-child {
  background-color: #00a0af;
  color: #fff;
  min-height: 30px;
  font-weight: 400 !important;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-faq
  .accordion
  .accordion-container {
  border: none;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-faq
  .accordion
  .accordion-head {
  background-color: #00a0af;
  border-top: none;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-faq
  .accordion
  .accordion-head
  h3:first-letter {
  color: #003595;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-faq
  .accordion
  .accordion-title-text {
  color: #fff;
  font-size: 1.25rem;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-faq
  .accordion
  .accordion-title {
  padding: 0.625rem;
  margin-left: 0.625rem;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-faq
  .accordion
  .accordion-slide {
  margin-bottom: 0.9375rem;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-faq
  .accordion
  .accordion-slide.is-active
  > .accordion-head:after,
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-faq
  .accordion
  .accordion-slide
  > .accordion-head:after {
  top: -26px;
  left: 95%;
  color: #fff;
  font-size: 2rem;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-faq
  .accordion
  .accordion-slide.is-active
  > .accordion-head:after {
  content: "\f106";
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-faq
  .accordion
  .accordion-slide.is-active
  > .accordion-head:hover,
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-faq
  .accordion
  .accordion-slide
  > .accordion-head:hover {
  background-color: #00a0af;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-faq
  .accordion
  .accordion-content {
  background-color: #fff;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-faq
  .accordion
  .accordion-content
  p {
  margin-left: 0.625rem;
  font-size: 1rem;
  padding: 0.9375rem;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-faq
  .accordion
  .accordion-content
  p:first-letter {
  color: #e1251b;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-2-step-products1
  .accordion {
  margin-top: -20px;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-2-step-products1
  .accordion
  .accordion-head {
  padding: 0;
  height: 45px;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-2-step-products1
  .accordion
  .accordion-title {
  text-align: center;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-2-step-products1
  .accordion
  .accordion-slide
  .accordion-head:after {
  top: -28px;
  left: 60%;
  content: "\f107";
  font-size: 2.5rem;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-2-step-products1
  .accordion
  .accordion-slide.is-active
  > .accordion-head:after {
  content: "\f106";
  top: -28px;
  left: 60%;
  font-size: 2.5rem;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-2-step-products1
  .image.even.grid_3.prefix_2 {
  margin-top: 100px;
  margin-bottom: 30px;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-search-results-partials
  .accordion
  .accordion
  .accordion-head {
  background-color: #fff !important;
  padding: 0 0.625rem;
  font-size: 1rem;
  line-height: 0.5;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-search-results-partials
  .accordion
  .accordion
  .accordion-head
  .accordion-title-text {
  color: #00a0af !important;
  font-size: 16px;
  font-weight: 300;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-search-results-partials
  .accordion
  .accordion
  .accordion-head
  .accordion-title {
  border-bottom: 2px solid #00a0af;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-search-results-partials
  .accordion
  .accordion
  .accordion-slide
  > .accordion-head:after {
  color: #00a0af !important;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-search-results-partials
  .accordion
  .accordion-slide.is-active
  > .accordion-head:after,
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-search-results-partials
  .accordion
  .accordion
  .accordion-slide.is-active
  > .accordion-head:after {
  content: "\f106" !important;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-search-results-partials
  .accordion
  .accordion
  .accordion-content
  p {
  padding: 0 20px !important;
  margin: 0 10px;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-search-results-partials
  .white-box-partials
  ::-webkit-input-placeholder {
  padding-left: 10px;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-search-results-partials
  .white-box-partials
  ::-moz-placeholder {
  padding-left: 10px;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-search-results-partials
  .white-box-partials
  :-ms-input-placeholder {
  padding-left: 10px;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-search-results-partials
  .white-box-partials
  ::-ms-input-placeholder {
  padding-left: 10px;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-search-results-partials
  .white-box-partials
  ::placeholder {
  padding-left: 10px;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-search-results-partials
  .white-box-partials
  .searchResults-title
  a {
  color: #00a0af !important;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-search-results-partials
  .white-box-partials
  .searchBox {
  width: 55%;
  margin-left: 20% !important;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-search-results-partials
  .white-box-partials
  .searchBox
  input[type="text"] {
  width: 99%;
  border: 2px solid #00a0af;
  border-radius: 0 200px 200px 200px;
  min-height: 30px;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-search-results-partials
  .white-box-partials
  .searchBox
  .button {
  color: #fff;
  background-color: transparent;
  border: none;
  position: absolute;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-search-results-partials
  .white-box-partials
  .searchBox
  .button:before {
  content: "\f002";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  color: #000;
  position: relative;
  right: 55px;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-search-results-partials
  .white-box-partials
  .searchResults {
  border: none;
  margin: 0;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template
  .snippetReference
  .white-box-partials
  p {
  text-align: left !important;
}
:lang(ja-JP) .template-oral-polident-propartials-template .teal-btn-back-home {
  color: transparent;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template
  .teal-btn-back-home:before {
  content: "\f106";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  font-size: 1.75rem;
  border-top-left-radius: 0 !important;
  border-radius: 5000px;
  background-color: #057fac;
  padding: 0.625rem 0.9375rem;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template
  .ReviewAndShare
  .last
  p {
  margin: 1.5625rem 5rem;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template
  .accordion
  .accordion-container {
  border: none;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template
  .accordion
  .accordion-head {
  background-color: #00a0af;
  border-top: none;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template
  .accordion
  .accordion-title-text {
  color: #fff;
  font-size: 1.25rem;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template
  .accordion
  .accordion-title {
  padding: 0.625rem;
  margin-left: 0.625rem;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template
  .accordion
  .accordion-slide {
  margin-bottom: 0.9375rem;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template
  .accordion
  .accordion-slide.is-active
  > .accordion-head:after,
:lang(ja-JP)
  .template-oral-polident-propartials-template
  .accordion
  .accordion-slide
  > .accordion-head:after {
  top: -26px;
  left: 95%;
  color: #fff;
  font-size: 2rem;
  content: "\f107";
}
:lang(ja-JP)
  .template-oral-polident-propartials-template
  .accordion
  .accordion-slide.is-active
  > .accordion-head:hover,
:lang(ja-JP)
  .template-oral-polident-propartials-template
  .accordion
  .accordion-slide
  > .accordion-head:hover {
  background-color: #00a0af;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template
  .accordion
  .accordion-content {
  background-color: #fff;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template
  .accordion
  .accordion-content
  p {
  margin-left: 0.625rem;
  font-size: 1rem;
  padding: 0.9375rem;
}
:lang(ja-JP) .template-oral-polident-propartials-template .teal-btn-read {
  color: #00a0af;
  text-align: left;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.125rem;
  display: inline-block;
}
:lang(ja-JP) .template-oral-polident-propartials-template .teal-btn-read:after,
:lang(ja-JP)
  .template-oral-polident-propartials-template
  .teal-jp-button-txt:after {
  content: "\f054";
  padding-left: 15px !important;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
}
:lang(ja-JP) .template-oral-polident-propartials-template .teal-btn-prod {
  color: #fff;
  width: 100%;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.125rem;
  display: inline-block;
  background: #00a0af;
  padding: 10px 0;
}
:lang(ja-JP) .template-oral-polident-propartials-template .blue-top {
  border-top: 5px solid #003595;
  height: 100%;
  padding: 35px;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template
  .navigation-horizontal {
  border-bottom: 5px solid #003595;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template
  #\30
  949382053
  .first.alpha.grid_12 {
  margin-top: 4.375rem;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-faq
  .white-box-partials
  > .component-content {
  border-top: 5px solid #003595;
  height: 100%;
  padding: 35px;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-faq
  .white-box-partials {
  padding: 0 50px;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template
  .snippetReference
  .white-box-partials
  .richText-content {
  min-height: 535px;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template
  #\30
  949382053
  .teal-top-bottom
  p:nth-child(6) {
  margin-top: 171px;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template
  #\30
  949382053
  .odd
  .white-box-partials
  p:nth-child(5) {
  margin-top: 185px;
}
:lang(ja-JP) .template-oral-polident-propartials-template .grid_8.prefix_2 p,
:lang(ja-JP) .template-oral-polident-propartials-template .snippetReference h3,
:lang(ja-JP) .template-oral-polident-propartials-template .snippetReference p {
  color: #737779;
}
:lang(ja-JP) .template-oral-polident-propartials-template #footer li {
  border-right: none !important;
}
:lang(ja-JP) .template-oral-polident-propartials-template .home-logo {
  left: 20%;
  position: relative;
}
:lang(ja-JP) .template-oral-polident-propartials-template .footer-box {
  margin: 0;
}
:lang(ja-JP) .template-oral-polident-propartials-template .shareThis-item img {
  max-height: 17px;
  margin-top: 6px;
}
:lang(ja-JP) .template-oral-polident-propartials-template .shareThis-list li {
  margin: 0 25px 0 0;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template
  .richtext-faq-question
  p {
  border-bottom: 2px solid #00a0af !important;
  color: #00a0af !important;
  font-size: 16px;
  font-weight: 300;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template
  .richtext-faq-question
  p:after {
  content: "\f106" !important;
  color: #00a0af !important;
  right: 2rem;
  font-size: 2rem;
  font-family: FontAwesome;
  position: absolute;
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
  :lang(ja-JP)
    .template-oral-polident-propartials-template
    .richtext-faq-question
    p:after {
    right: 1rem;
  }
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
  :lang(ja-JP)
    .template-oral-polident-propartials-template
    .white-box-partials
    .searchBox {
    width: 100% !important;
  }
  :lang(ja-JP)
    .template-oral-polident-propartials-template
    .white-box-partials
    .searchBox
    .button:before {
    right: 30px !important;
    top: 6px;
  }
}
:lang(ja-JP)
  .template-oral-polident-propartials-template
  .richtext-faq-question.is-open
  p:after {
  content: "\f107" !important;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template
  .richtext-faq-question,
:lang(ja-JP)
  .template-oral-polident-propartials-template
  .richtext-faq-question.is-open {
  background: none;
  padding-right: 10px;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template
  .main-navigation-box
  .navigation-horizontal
  .navigation-branch.navigation-level1
  li:nth-child(2)
  .navigation-branch.navigation-level2
  li {
  display: list-item;
}
@media only screen and (max-width: 1023px) and (min-width: 320px) {
  :lang(ja-JP) .template-oral-polident-propartials-template .gsk-logo,
  :lang(ja-JP)
    .template-oral-polident-propartials-template
    .mob-menu-box
    .mob-search
    .button {
    display: none;
  }
  :lang(ja-JP) .template-oral-polident-propartials-template .mob-menu-box {
    position: relative;
    z-index: 1;
    width: auto;
    float: right;
    margin-top: -75px;
  }
  :lang(ja-JP) .template-oral-polident-propartials-template .mob-menu-box p {
    padding-top: 30px;
    font-size: 0.75rem;
    margin: 0 10px 0 0;
    height: auto;
    background-position: 50%;
    padding-left: 0;
    color: #00a0af;
    background: url(../../../../../../../../content/dam/cf-consumer-healthcare/polident/ja_jp/mobile/2mobmenu.png)
      0 1px no-repeat;
    background-size: contain;
    font-weight: 700 !important;
  }
  :lang(ja-JP)
    .template-oral-polident-propartials-template
    .mob-menu
    p.close-menu {
    background: url(../../img/menu-close.png) no-repeat scroll 0 0;
    color: #fff;
    margin: 0 15px 0 0;
  }
  :lang(ja-JP) .template-oral-polident-propartials-template .mob-search {
    display: none;
  }
  :lang(ja-JP)
    .template-oral-polident-propartials-template
    .main-navigation-box
    .home-logo {
    background-color: #003595;
    margin: 0 !important;
    border-top: none !important;
    border-bottom: none !important;
  }
  :lang(ja-JP)
    .template-oral-polident-propartials-template
    .navigation-mobile-menu {
    display: none;
  }
  :lang(ja-JP)
    .template-oral-polident-propartials-template
    .main-navigation-box
    .navigation.navigation-horizontal {
    height: 100%;
  }
  :lang(ja-JP)
    .template-oral-polident-propartials-template
    .main-navigation-box
    .navigation-item.navigation-level1
    > .navigation-item-title,
  :lang(ja-JP)
    .template-oral-polident-propartials-template
    .main-navigation-box
    .navigation-item.navigation-level1
    > .navigation-item-title:hover {
    background: transparent !important;
    color: #fff;
  }
  :lang(ja-JP)
    .template-oral-polident-propartials-template
    .main-navigation-box
    .navigation-horizontal {
    border-bottom: none;
  }
  :lang(ja-JP)
    .template-oral-polident-propartials-template
    .main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1 {
    border: none;
    border-bottom: none !important;
    border-top: none !important;
  }
  :lang(ja-JP)
    .template-oral-polident-propartials-template
    .main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.open,
  :lang(ja-JP)
    .template-oral-polident-propartials-template
    .main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.open
    > a {
    background-color: rgba(0, 53, 149, 0.8) !important;
    color: #fff;
  }
  :lang(ja-JP)
    .template-oral-polident-propartials-template
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1 {
    margin-left: 0;
    text-align: center;
  }
  :lang(ja-JP)
    .template-oral-polident-propartials-template
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    li {
    background: rgba(0, 53, 149, 0.8);
  }
  :lang(ja-JP)
    .template-oral-polident-propartials-template
    .main-navigation-box
    .navigation-horizontal
    .navigation-level1
    .navigation-branch.navigation-level2
    .navigation-item {
    background: transparent;
  }
  :lang(ja-JP)
    .template-oral-polident-propartials-template
    .main-navigation-box
    .navigation-horizontal
    ul.navigation-level1.navigation-root
    li.navigation-level1
    ul.navigation-level2 {
    background: transparent;
    left: 35%;
    width: 66%;
    display: block;
  }
  :lang(ja-JP)
    .template-oral-polident-propartials-template
    .main-navigation-box
    .navigation-horizontal
    ul.navigation-level1.navigation-root
    li.navigation-level1
    ul.navigation-level2
    a {
    color: #fff !important;
    font-size: 0.75rem;
  }
  :lang(ja-JP)
    .template-oral-polident-propartials-template
    .main-navigation-box
    .navigation-horizontal
    .navigation-level1.has-children
    > .navigation-item-title
    .navigation-item-decoration,
  :lang(ja-JP)
    .template-oral-polident-propartials-template
    .main-navigation-box
    .navigation-horizontal
    .navigation-level1.is-open
    > .navigation-item-title
    .navigation-item-decoration {
    display: none !important;
  }
  :lang(ja-JP)
    .template-oral-polident-propartials-template
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level2
    .navigation-item-title {
    background: transparent;
    width: 100%;
    padding: 13%;
  }
  :lang(ja-JP)
    .template-oral-polident-propartials-template
    .main-navigation-box {
    top: 0;
    left: 32%;
    width: 68%;
    height: 10%;
    background: rgba(0, 53, 149, 0.8);
    z-index: 0;
    padding-top: 100px;
  }
  :lang(ja-JP)
    .template-oral-polident-propartials-template
    .main-navigation-box
    .home-logo
    a {
    padding-left: 30.25% !important;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 320px) {
  :lang(ja-JP) .template-oral-polident-propartials-template .home-logo {
    left: 0 !important;
  }
  :lang(ja-JP)
    .template-oral-polident-propartials-template
    .main-navigation-box
    .navigation-item.navigation-level1
    > .navigation-item-title {
    padding-right: 17% !important;
  }
  :lang(ja-JP)
    .template-oral-polident-propartials-template
    .main-navigation-box
    .navigation-branch.navigation-level1
    .last.navigation-item.navigation-level1
    > .navigation-item-title {
    padding: 18px 17% 18px 6.25% !important;
  }
  :lang(ja-JP)
    .template-oral-polident-propartials-template
    .main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.has-children.is-active
    > .navigation-item-title
    .navigation-item-decoration {
    display: none !important;
  }
  :lang(ja-JP)
    .template-oral-polident-propartials-template
    .white-box-partials
    h1 {
    font-size: 1.7rem;
  }
  :lang(ja-JP)
    .template-oral-polident-propartials-template
    .teal-btn-back-home:before {
    margin-left: 100%;
    cursor: pointer;
  }
  :lang(ja-JP)
    .template-oral-polident-propartials-template
    .main
    [class*="grid_"].alpha
    .richtext-right-template-sharethis,
  :lang(ja-JP)
    .template-oral-polident-propartials-template
    .main
    [class*="grid_"].alpha
    .sharethis-right-template,
  :lang(ja-JP)
    .template-oral-polident-propartials-template
    .main
    [class*="grid_"]
    .richtext-right-template-sharethis,
  :lang(ja-JP)
    .template-oral-polident-propartials-template
    .main
    [class*="grid_"]
    .sharethis-right-template,
  :lang(ja-JP)
    .template-oral-polident-propartials-template
    .main
    [class*="grid_"]
    [class*="grid_"].alpha
    .richtext-right-template-sharethis,
  :lang(ja-JP)
    .template-oral-polident-propartials-template
    .main
    [class*="grid_"]
    [class*="grid_"].alpha
    .sharethis-right-template,
  :lang(ja-JP)
    .template-oral-polident-propartials-template
    .main
    [class*="grid_"]
    [class*="grid_"]
    .richtext-right-template-sharethis,
  :lang(ja-JP)
    .template-oral-polident-propartials-template
    .main
    [class*="grid_"]
    [class*="grid_"]
    .sharethis-right-template,
  :lang(ja-JP)
    .template-oral-polident-propartials-template
    [class*="grid_"]
    .richtext-right-template-sharethis,
  :lang(ja-JP)
    .template-oral-polident-propartials-template
    [class*="grid_"]
    .sharethis-right-template {
    width: 50%;
    float: left;
  }
  :lang(ja-JP)
    .template-oral-polident-propartials-template
    .box.box-right-template-sharethis.grid_12.alpha {
    margin: 0 !important;
    width: 100% !important;
  }
  :lang(ja-JP)
    .template-oral-polident-propartials-template
    .sharethis-right-template
    ul.shareThis-list {
    margin: 8px auto !important;
  }
  :lang(ja-JP)
    .template-oral-polident-propartials-template
    .box-right-template-sharethis
    p {
    text-align: center !important;
  }
  :lang(ja-JP) .template-oral-polident-propartials-template .image-mob {
    width: 50% !important;
    padding: 20px;
    float: left;
  }
  :lang(ja-JP)
    .template-oral-polident-propartials-template
    .accordion-content-wrapper
    ul
    li {
    padding-left: 0 !important;
  }
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
  :lang(ja-JP) .template-oral-polident-propartials-template .accordion {
    padding: 0 5%;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  :lang(ja-JP)
    .template-oral-polident-propartials-template
    .main-navigation-box {
    left: 56%;
    width: 44%;
  }
  :lang(ja-JP)
    .template-oral-polident-propartials-template
    .main-navigation-box
    .navigation-item.navigation-level1
    > .navigation-item-title {
    padding-right: 0 !important;
  }
  :lang(ja-JP)
    .template-oral-polident-propartials-template
    .main-navigation-box
    .navigation-branch.navigation-level1
    .last.navigation-item.navigation-level1
    > .navigation-item-title {
    padding: 18px 0 18px 6.25% !important;
  }
  :lang(ja-JP)
    .template-oral-polident-propartials-template
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level2
    .navigation-item-title {
    width: 80%;
  }
  :lang(ja-JP)
    .template-oral-polident-propartials-template
    .ReviewAndShare
    .last
    p {
    margin: 1.5625rem 3rem;
  }
  :lang(ja-JP)
    .template-oral-polident-propartials-template
    .snippetReference
    h3 {
    min-width: 0;
    min-height: 100px;
  }
  :lang(ja-JP)
    .template-oral-polident-propartials-template
    #\30
    949382053
    .odd
    .white-box-partials
    p:nth-child(2),
  :lang(ja-JP)
    .template-oral-polident-propartials-template
    #\36
    64387827
    .odd
    .white-box-partials
    p:nth-child(2) {
    height: 135px;
  }
  :lang(ja-JP)
    .template-oral-polident-propartials-template
    #\36
    64387827
    .last
    .white-box-partials
    p:nth-child(3),
  :lang(ja-JP)
    .template-oral-polident-propartials-template
    .reference-3rd-propartials
    p:nth-child(3) {
    height: 80px;
  }
  :lang(ja-JP)
    .template-oral-polident-propartials-template
    .main
    [class*="grid_"].alpha
    .richtext-right-template-sharethis,
  :lang(ja-JP)
    .template-oral-polident-propartials-template
    .main
    [class*="grid_"].alpha
    .sharethis-right-template,
  :lang(ja-JP)
    .template-oral-polident-propartials-template
    .main
    [class*="grid_"]
    .richtext-right-template-sharethis,
  :lang(ja-JP)
    .template-oral-polident-propartials-template
    .main
    [class*="grid_"]
    .sharethis-right-template,
  :lang(ja-JP)
    .template-oral-polident-propartials-template
    .main
    [class*="grid_"]
    [class*="grid_"].alpha
    .richtext-right-template-sharethis,
  :lang(ja-JP)
    .template-oral-polident-propartials-template
    .main
    [class*="grid_"]
    [class*="grid_"].alpha
    .sharethis-right-template,
  :lang(ja-JP)
    .template-oral-polident-propartials-template
    .main
    [class*="grid_"]
    [class*="grid_"]
    .richtext-right-template-sharethis,
  :lang(ja-JP)
    .template-oral-polident-propartials-template
    .main
    [class*="grid_"]
    [class*="grid_"]
    .sharethis-right-template,
  :lang(ja-JP)
    .template-oral-polident-propartials-template
    [class*="grid_"]
    .richtext-right-template-sharethis,
  :lang(ja-JP)
    .template-oral-polident-propartials-template
    [class*="grid_"]
    .sharethis-right-template {
    width: 40%;
    float: left;
  }
  :lang(ja-JP) .template-oral-polident-propartials-template #footer {
    margin: 0;
  }
  :lang(ja-JP)
    .template-oral-polident-propartials-template
    #footer
    .footer-navigation {
    margin-left: 0 !important;
    width: 70% !important;
  }
  :lang(ja-JP) .template-oral-polident-propartials-template .image.grid_3 {
    margin-left: 10px !important;
  }
}
@media only screen and (min-width: 960px) {
  :lang(ja-JP)
    .template-oral-polident-propartials-template
    .main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1:last-child {
    float: left;
    margin-right: 0;
  }
  :lang(ja-JP)
    .template-oral-polident-propartials-template
    .main-navigation-box
    .navigation-item.navigation-level1:last-child
    > .navigation-item-title {
    border: none;
    border-radius: 0;
    margin-top: 0;
    padding: 20px 22px 16px !important;
  }
}
@media only screen and (max-width: 959px) and (min-width: 768px) {
  :lang(ja-JP)
    .template-oral-polident-propartials-template
    #footer
    .footer-navigation {
    width: 53% !important;
  }
}
:lang(ja-JP) .template-oral-polident-propartials-template h2,
:lang(ja-JP) .template-oral-polident-propartials-template h3 {
  display: block !important;
}
:lang(ja-JP) .template-oral-polident-propartials-template .teal-top {
  border-top: 5px solid #00a0af;
  height: 100%;
  padding: 35px;
}
:lang(ja-JP) .template-oral-polident-propartials-template .teal-top-bottom {
  border-bottom: 5px solid #00a0af;
  height: 100%;
  padding: 35px;
}
:lang(ja-JP) .template-oral-polident-propartials-template .country-selector {
  margin-left: 23% !important;
}
:lang(ja-JP) .template-oral-polident-propartials-template .teal-btn-back {
  color: #057fac;
  font-size: 14px;
  padding-left: 40px;
  background: url(https://i-cf5.gskstatic.com/content/dam/cf-consumer-healthcare/polident/ja_jp/ProPartials/icon-arrow2_left.png)
    no-repeat 0;
  background-size: contain;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template
  .main-navigation-box
  .navigation-horizontal
  ul.navigation-level1.navigation-root
  li.navigation-level1
  ul.navigation-level2 {
  left: 34%;
}
@media only screen and (max-width: 1023px) and (min-width: 320px) {
  :lang(ja-JP)
    .template-oral-polident-propartials-template
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level2
    .navigation-item-title {
    background: transparent;
    width: 80%;
    padding: 13%;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  :lang(ja-JP)
    .template-oral-polident-propartials-template
    .main
    .prefix_10.alpha {
    margin-left: 80.06944% !important;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  :lang(ja-JP)
    .template-oral-polident-propartials-template
    .sharethis-right-template
    ul.shareThis-list {
    margin: 0 28% !important;
  }
}
:lang(ja-JP) .template-oral-polident-propartials-template .black-li-txt {
  color: #323131;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
}
@media only screen and (min-width: 1024px) {
  :lang(ja-JP) .template-oral-polident-propartials-template .gsk-logo {
    margin-right: 3%;
  }
}
:lang(ja-JP)
  .template-oral-polident-propartials-template
  .teal-btn-back:before {
  content: "\f104";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  font-size: 20px;
  margin-right: 2%;
}
:lang(ja-JP) .template-oral-polident-propartials-template .teal-btn-back {
  background: none;
  padding: 0;
}
:lang(ja-JP) .template-oral-polident-propartials-template .blue-top {
  padding: 0 20px !important;
  border-top: none;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template
  .blue-top
  > .component-content {
  border-top: 5px solid #003595;
  height: 100%;
  padding: 35px;
  border-radius: 5px;
}
@media only screen and (min-width: 320px) {
  :lang(ja-JP) .template-oral-polident-propartials-template .teal-top-bottom {
    padding: 0 20px !important;
    border-bottom: none;
  }
  :lang(ja-JP)
    .template-oral-polident-propartials-template
    .teal-top-bottom
    > .component-content {
    border-bottom: 5px solid #00a0af;
  }
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
  :lang(ja-JP)
    .template-oral-polident-propartials-template
    .teal-jp-button-txt {
    width: 80% !important;
  }
}
@media only screen and (min-width: 1024px) {
  :lang(ja-JP)
    .template-oral-polident-propartials-template
    .teal-jp-button-txt {
    width: 40% !important;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 320px) {
  :lang(ja-JP)
    .template-oral-polident-propartials-template
    .main-navigation-box
    .home-logo
    a {
    padding-left: 38.25% !important;
  }
}
:lang(ja-JP)
  .template-oral-polident-propartials-template
  .header-box
  .form-search
  button {
  right: 6px;
  top: 6px;
}
@media only screen and (min-width: 1024px) {
  :lang(ja-JP)
    .template-oral-polident-propartials-template.pp-home
    .image.grid_3 {
    margin-left: 12px !important;
  }
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.pp-home
  .box.alpha.odd.last
  .grid_12
  p {
  margin-bottom: 50px;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.pp-home
  .snippetReference
  .white-box-partials {
  min-height: 225px !important;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.pp-home
  .snippetReference
  .white-box-partials
  .richText-content {
  min-height: 0;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.pp-home
  .image.grid_3:hover {
  border: 2px solid #00a0af;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.pp-home
  .snippetReference
  .white-box-partials:hover {
  border-bottom: 5px solid #00a0af !important;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.pp-home
  .snippetReference.reference-2nd-propartials
  p:nth-child(2) {
  height: 95px;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.pp-home
  .snippetReference.reference-3rd-propartials
  p:nth-child(3) {
  height: 60px;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.pp-home
  .snippetReference
  h3 {
  min-width: 290px;
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  :lang(ja-JP)
    .template-oral-polident-propartials-template.pp-home
    .reference-3rd-propartials
    p:nth-child(3) {
    height: 100px !important;
  }
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
  :lang(ja-JP)
    .template-oral-polident-propartials-template.pp-home
    .grid_3.image {
    margin-bottom: 5% !important;
  }
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.pp-home
  .white-box-partials {
  border-bottom: 5px solid transparent;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-talk-bacteria
  .richText.grid_7.even {
  margin-top: 85px !important;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-talk-bacteria
  .blue-top
  .richText.grid_2.odd {
  margin-top: 130px;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-talk-bacteria
  .alpha.odd.blue-top.teal-top-bottom.white-box-partials
  .grid_5
  img {
  width: 75%;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-talk-bacteria
  .teal-top-bottom {
  padding: 0 !important;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-talk-bacteria
  .grid_12.alpha.odd
  .alpha.odd
  .richText.odd {
  background-color: #00a0af;
  border-top: none;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-talk-bacteria
  .grid_12.alpha.odd
  .alpha.odd
  .richText.odd
  p {
  color: #fff;
  margin-left: 3%;
  font-size: 1.25rem;
  font-weight: 700 !important;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-talk-bacteria
  .grid_12.alpha.odd
  .alpha.odd
  .richText.even {
  margin-left: 0.725rem;
  font-size: 1rem;
  padding: 0.9375rem;
  background-color: #fff;
  margin-bottom: 20px;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-talk-bacteria
  .grid_12.alpha.odd
  .alpha.odd
  .richText.even
  p {
  margin-left: 0.725rem;
  line-height: 1.25;
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  :lang(ja-JP)
    .template-oral-polident-propartials-template.page-talk-bacteria
    .teal-jp-button-txt {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
  :lang(ja-JP)
    .template-oral-polident-propartials-template.page-talk-bacteria
    .teal-jp-button-txt {
    width: 65%;
  }
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
  :lang(ja-JP)
    .template-oral-polident-propartials-template.page-talk-bacteria
    .blue-top
    .richText.grid_2.odd {
    margin-top: 0;
  }
  :lang(ja-JP)
    .template-oral-polident-propartials-template.page-talk-bacteria
    .grid_12.alpha.odd
    .alpha.odd
    .richText.odd
    p {
    line-height: 1.2;
  }
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.pp-product
  .alpha.odd.white-box-partials
  .richText.alpha.first.odd.white-box-partials {
  box-shadow: none !important;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.pp-product
  .image.grid_6 {
  margin-top: 75px !important;
  margin-bottom: 25px !important;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.pp-product
  .richText.grid_3
  p {
  text-align: center;
  color: #737779;
  font-weight: 700 !important;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.pp-product
  .snippetReference
  .white-box-partials {
  min-height: 225px !important;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.pp-product
  .snippetReference
  .white-box-partials
  .richText-content {
  min-height: 0;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.pp-product
  .snippetReference
  .white-box-partials:hover {
  border-bottom: 5px solid #00a0af;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.pp-product
  .snippetReference.reference-2nd-propartials
  p:nth-child(2) {
  height: 95px;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.pp-product
  .snippetReference.reference-3rd-propartials
  p:nth-child(3) {
  height: 60px;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.pp-product
  .teal-jp-button-txt {
  width: 50% !important;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.pp-product
  .page-2-step-products1
  .accordion
  .accordion-slide
  .accordion-head:after,
:lang(ja-JP)
  .template-oral-polident-propartials-template.pp-product
  .page-2-step-products1
  .accordion
  .accordion-slide.is-active
  > .accordion-head:after {
  left: 70%;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.pp-product
  .odd
  .is-active
  .last
  p {
  margin-top: 52px;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.pp-product
  .accordion-content-wrapper
  .even
  p:last-child {
  display: none;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.pp-product
  .accordion-content {
  min-height: 460px;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.pp-product
  .accordion-content-wrapper
  .odd
  .richText-content {
  min-height: 310px;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.pp-product
  .alpha.accordion
  .first.richText
  p:last-child {
  padding: 0;
  margin: 0;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.pp-product
  .accordion-content-wrapper
  ul {
  margin-left: 70px;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.pp-product
  .accordion-content-wrapper
  ul
  li {
  padding-left: 50px !important;
  width: 75%;
  font-weight: 100 !important;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.pp-product
  .accordion-slide.is-active
  .accordion-content-wrapper {
  min-height: 510px;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.pp-product
  .snippetReference
  h3 {
  min-width: 290px;
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  :lang(ja-JP)
    .template-oral-polident-propartials-template.pp-product
    .image.grid_3 {
    margin-left: 8px !important;
  }
  :lang(ja-JP)
    .template-oral-polident-propartials-template.pp-product
    .grid_6
    .image.grid_3,
  :lang(ja-JP)
    .template-oral-polident-propartials-template.pp-product
    .template-oral-polident-propartials-template
    .grid_6
    .richText {
    width: 100% !important;
  }
}
@media (min-width: 1024px) {
  :lang(ja-JP)
    .template-oral-polident-propartials-template.pp-product
    .grid_6.white-box-partials
    .grid_3.even
    img {
    margin-top: 18%;
  }
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.pp-product
  .grid_6.white-box-partials.odd.alpha
  .grid_3
  .richText-content {
  min-height: 125px;
}
@media only screen and (max-width: 1023px) and (min-width: 320px) {
  :lang(ja-JP)
    .template-oral-polident-propartials-template.pp-product
    .image-mob {
    width: 47% !important;
    padding: 0;
    float: left;
  }
}
@media screen and (max-width: 767px) {
  :lang(ja-JP)
    .template-oral-polident-propartials-template.pp-product
    .image-mob {
    display: inline-block !important;
  }
  :lang(ja-JP)
    .template-oral-polident-propartials-template.pp-product
    .image-mob
    .richText {
    min-height: 122px !important;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  :lang(ja-JP)
    .template-oral-polident-propartials-template.pp-product
    .grid_6.odd
    .grid_3.richText {
    min-height: 217px;
  }
  :lang(ja-JP)
    .template-oral-polident-propartials-template.pp-product
    .image-mob {
    margin-left: 2.08333% !important;
  }
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.pp-product
  .accordion-content
  h4 {
  padding: 10px 30px;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.pp-product
  .accordion-content
  ul {
  min-height: 195px !important;
}
@media (min-width: 768px) and (max-width: 1023px) {
  :lang(ja-JP)
    .template-oral-polident-propartials-template.pp-product
    .accordion-content
    ul {
    min-height: 255px !important;
  }
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.pp-product
  .mod-js
  .accordion-slide.is-active
  > .accordion-content-wrapper {
  height: auto !important;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-Step1
  .grid_6.tabprod
  p {
  font-size: 20px;
}
:lang(ja-JP) .template-oral-polident-propartials-template.page-Step1 .blue-top {
  border-radius: 5px 0;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-Step1
  .box.component.section.grid_12.alpha.even.teal-top.white-box-partials,
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-Step1
  .box.component.section.grid_12.alpha.odd.blue-top.teal-top-bottom.white-box-partials {
  margin: 0 !important;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-Step1
  .black-li-txt {
  color: #737779;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-Step1
  .richText
  ul
  li {
  color: #e1251b;
  font-weight: 200 !important;
}
:lang(ja-JP) .template-oral-polident-propartials-template.page-Step1 .tabprod {
  margin-bottom: 30px !important;
  background: #00a0af;
  color: #fff;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-Step1
  .red-bullet {
  text-align: left !important;
  padding-left: 30px;
  color: #00a0af;
  font-size: 20px;
  font-weight: 700 !important;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-Step1
  .white-box-partials {
  box-shadow: none !important;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-Step1
  .grid_3.prefix_2.odd {
  margin-top: -10%;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-Step1
  .grid_3.prefix_1.even {
  margin-top: 3%;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-Step1
  .super_text {
  color: #737779;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-Step1
  .red-bullet {
  padding-left: 0;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-Step1
  .grid_6.odd
  .richText.grid_5.even.last {
  width: 320px;
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
  :lang(ja-JP)
    .template-oral-polident-propartials-template.page-Step1
    .bac-img-step.flex-cen
    .image {
    margin-top: 25%;
  }
  :lang(ja-JP)
    .template-oral-polident-propartials-template.page-Step1
    .teal-jp-button-txt {
    width: 45%;
  }
  :lang(ja-JP)
    .template-oral-polident-propartials-template.page-Step1
    .grid_6
    .grid_1.image {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  :lang(ja-JP)
    .template-oral-polident-propartials-template.page-Step1
    .teal-jp-button-txt {
    width: 45%;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  :lang(ja-JP)
    .template-oral-polident-propartials-template.page-Step1
    .grid_3.prefix_2.odd {
    margin-top: -12%;
    width: 50% !important;
  }
  :lang(ja-JP)
    .template-oral-polident-propartials-template.page-Step1
    .grid_3.prefix_1.even {
    margin-top: 0;
    width: 150% !important;
  }
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
  :lang(ja-JP)
    .template-oral-polident-propartials-template.page-Step1
    .grid_3.prefix_2.odd {
    margin-top: -22%;
    width: 50% !important;
  }
  :lang(ja-JP)
    .template-oral-polident-propartials-template.page-Step1
    .grid_3.prefix_1.even {
    margin-top: 0;
    width: 150% !important;
  }
}
@media only screen and (max-width: 374px) and (min-width: 320px) {
  :lang(ja-JP)
    .template-oral-polident-propartials-template.page-Step1
    .grid_3.prefix_2.odd {
    margin-top: -30%;
    width: 50% !important;
  }
}
@media only screen and (max-width: 424px) and (min-width: 375px) {
  :lang(ja-JP)
    .template-oral-polident-propartials-template.page-Step1
    .grid_3.prefix_2.odd {
    margin-top: -25%;
    width: 50% !important;
  }
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
  :lang(ja-JP)
    .template-oral-polident-propartials-template.page-Step1
    .teal-jp-button-txt {
    width: 70%;
  }
  :lang(ja-JP)
    .template-oral-polident-propartials-template.page-Step1
    .box.grid_6.alpha.even.white-box-partials {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  :lang(ja-JP)
    .template-oral-polident-propartials-template.page-Step1
    .even.grid_6.alpha
    .image,
  :lang(ja-JP)
    .template-oral-polident-propartials-template.page-Step1
    .grid_6.odd.white-box-partials
    .image {
    width: 25% !important;
    display: inline-block;
  }
  :lang(ja-JP)
    .template-oral-polident-propartials-template.page-Step1
    .even.grid_6.alpha
    .richText,
  :lang(ja-JP)
    .template-oral-polident-propartials-template.page-Step1
    .grid_6.odd.white-box-partials
    .richText {
    width: 70% !important;
    display: inline-block;
  }
  :lang(ja-JP)
    .template-oral-polident-propartials-template.page-Step1
    .image.grid_12.alpha.first.odd {
    width: 95%;
    margin-left: 3% !important;
  }
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-Step2
  .white-box-partials
  p {
  text-align: left !important;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-Step2
  #\31
  046414104
  .even
  img {
  margin-bottom: 10%;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-Step2
  #\31
  046414104
  p {
  text-align: center !important;
  margin-top: 10%;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-Step2
  .box.component.section.grid_12.alpha.even.teal-top.white-box-partials,
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-Step2
  .box.component.section.grid_12.alpha.odd.blue-top.teal-top-bottom.white-box-partials {
  margin: 0 !important;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-Step2
  .teal-jp-button-txt {
  width: 40% !important;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-Step2
  .white-box-partials
  ul
  li {
  font-weight: 100 !important;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-Step2
  .grid_3.even
  p {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
  :lang(ja-JP)
    .template-oral-polident-propartials-template.page-Step2
    .bac-img-step.flex-cen
    .image {
    margin-top: 25%;
  }
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-Step2
  .grid_6.even
  p {
  margin-top: 90%;
  font-size: 12px;
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  :lang(ja-JP)
    .template-oral-polident-propartials-template.page-Step2
    .main
    .grid_6
    .grid_3 {
    width: 46.95833%;
  }
  :lang(ja-JP)
    .template-oral-polident-propartials-template.page-Step2
    .main
    .grid_6
    .grid_3
    p {
    margin-top: 125%;
  }
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
  :lang(ja-JP)
    .template-oral-polident-propartials-template.page-Step2
    .grid_6.even
    p {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
  :lang(ja-JP)
    .template-oral-polident-propartials-template.page-Step2
    .teal-jp-button-txt {
    width: 65% !important;
  }
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-Step2
  .richText
  ul
  li {
  color: #e1251b;
  font-weight: 200 !important;
  background: none;
  list-style-type: disc;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.pp-land-article
  .snippetReference
  .white-box-partials {
  min-height: 225px !important;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.pp-land-article
  .snippetReference
  .white-box-partials
  .richText-content {
  min-height: 0;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.pp-land-article
  .snippetReference
  .white-box-partials:hover {
  border-bottom: 5px solid #00a0af !important;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.pp-land-article
  #\31
  536019779
  #\30
  1055595223
  #\30
  1608273527
  p:nth-child(2) {
  height: 115px;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.pp-land-article
  #\31
  536019779
  #\30
  1055595223
  #\31
  683128310
  p:nth-child(3) {
  height: 80px;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.pp-land-article
  .snippetReference
  h3 {
  min-width: 290px;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.pp-land-article
  .white-box-partials {
  border-bottom: 5px solid transparent;
  box-shadow: none;
}
@media (max-width: 767px) {
  :lang(ja-JP)
    .template-oral-polident-propartials-template.pp-land-article
    .grid_4
    .parametrizedhtml {
    text-align: center;
    padding-bottom: 5%;
  }
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-advice1
  .white-box-partials
  ul
  li {
  font-weight: 100 !important;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-advice1
  .teal-top {
  padding: 0;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-advice1
  .blue-top {
  padding: 20px 0;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-advice1
  .blue-top.white-box-partials.teal-top-bottom
  .richText {
  margin-top: 80px;
}
@media (max-width: 992px) and (min-width: 320px) {
  :lang(ja-JP)
    .template-oral-polident-propartials-template.page-advice1
    .teal-jp-button-txt {
    width: 45%;
  }
  :lang(ja-JP)
    .template-oral-polident-propartials-template.page-advice1
    .blue-top.white-box-partials.teal-top-bottom
    .richText {
    margin-top: 0;
  }
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-advice1
  .richText
  ul
  li {
  color: #e1251b;
  font-weight: 200 !important;
  background: none;
  list-style-type: disc;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-advice2
  .blue-top.white-box-partials.teal-top-bottom
  .richText {
  margin-top: 80px;
}
@media (max-width: 992px) and (min-width: 320px) {
  :lang(ja-JP)
    .template-oral-polident-propartials-template.page-advice2
    .teal-jp-button-txt {
    width: 45%;
  }
  :lang(ja-JP)
    .template-oral-polident-propartials-template.page-advice2
    .blue-top.white-box-partials.teal-top-bottom
    .richText {
    margin-top: 0;
  }
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-advice3
  .blue-top.white-box-partials.teal-top-bottom
  .richText {
  margin-top: 80px;
}
@media (max-width: 992px) and (min-width: 320px) {
  :lang(ja-JP)
    .template-oral-polident-propartials-template.page-advice3
    .teal-jp-button-txt {
    width: 45%;
  }
  :lang(ja-JP)
    .template-oral-polident-propartials-template.page-advice3
    .blue-top.white-box-partials.teal-top-bottom
    .richText {
    margin-top: 0;
  }
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-advice4
  .white-box-partials
  ul
  li {
  font-weight: 100 !important;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-advice4
  .blue-top.white-box-partials.teal-top-bottom
  .richText {
  margin-top: 80px;
}
@media (max-width: 992px) and (min-width: 320px) {
  :lang(ja-JP)
    .template-oral-polident-propartials-template.page-advice4
    .teal-jp-button-txt {
    width: 45%;
  }
  :lang(ja-JP)
    .template-oral-polident-propartials-template.page-advice4
    .blue-top.white-box-partials.teal-top-bottom
    .richText {
    margin-top: 0;
  }
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-advice4
  .richText
  ul
  li {
  color: #e1251b;
  font-weight: 200 !important;
  background: none;
  list-style-type: disc;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-search-results-partials
  .accordion-content
  ol
  li,
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-search-results-partials
  .accordion-content
  ul
  li {
  font-weight: 100;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-search-results-partials
  .richtext-faq-question.is-open
  p:after {
  content: "\f106" !important;
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-search-results-partials
  .richtext-faq-question
  p:after {
  content: "\f107" !important;
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
  :lang(ja-JP)
    .template-oral-polident-propartials-template.page-search-results-partials
    .richtext-faq-question
    p {
    width: 85%;
  }
}
@media only screen and (min-width: 1024px) {
  :lang(ja-JP)
    .template-oral-polident-propartials-template.page-search-results-partials
    .white-box-partials
    .searchBox
    .button:before {
    top: 0;
    right: 50px;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 320px) {
  :lang(ja-JP)
    .template-oral-polident-propartials-template.page-search-results-partials
    .main-navigation-box {
    z-index: 10;
  }
  :lang(ja-JP)
    .template-oral-polident-propartials-template.page-search-results-partials
    .mob-menu-box {
    z-index: 11;
  }
}
@media only screen and (min-width: 1024px) {
  :lang(ja-JP)
    .template-oral-polident-propartials-template.page-search-results-partials
    #\30
    1751480353
    .item_0
    .richtext-faq-answer
    p {
    width: 97%;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 320px) {
  :lang(ja-JP)
    .template-oral-polident-propartials-template.page-search-results-partials
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level2
    .navigation-item-title {
    width: 80% !important;
  }
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
  :lang(ja-JP)
    .template-oral-polident-propartials-template.page-search-results-partials
    .white-box-partials
    .searchBox
    .button {
    position: absolute;
    width: 0;
  }
  :lang(ja-JP)
    .template-oral-polident-propartials-template.page-search-results-partials
    .button {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
  :lang(ja-JP)
    .template-oral-polident-propartials-template.page-search-results-partials
    .accordion
    .accordion-title {
    padding: 0.625rem;
    margin-left: 0;
  }
}
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-search-results-partials
  .white-box-partials
  .searchBox
  input[type="text"],
:lang(ja-JP)
  .template-oral-polident-propartials-template.page-search-results-partials
  input {
  outline: none;
}
@media (max-width: 767px) {
  :lang(ja-JP)
    .template-oral-polident-propartials-template.page-search-results-partials
    .grid_4
    .parametrizedhtml {
    text-align: center;
    padding-bottom: 5%;
  }
}
:lang(ja-JP) .header-box .form-search button {
  background: url(../../../../../../../content/dam/cf-consumer-healthcare/polident/ja_jp/ImageX/search-icon.png?auto=format)
    no-repeat transparent;
}
:lang(ja-JP) .select-wrapper1 {
  background: url(../../../../../../../content/dam/cf-consumer-healthcare/polident/ja_jp/ImageX/dropdown-arrow.png?auto=format)
    86% no-repeat;
}
:lang(ja-JP) .teal-master-body #overlaybrowsefile a {
  background: #00b2a9
    url(../../../../../../../../content/dam/cf-consumer-healthcare/polident/ja_jp/ImageX/more-small-white.png?auto=format)
    87% 52% no-repeat !important;
}
:lang(ja-JP) .master-locale .our-products-white-box .product-range {
  background: #fff
    url(../../../../../../../../content/dam/cf-consumer-healthcare/polident/ja_JP/ImageX/home-box-border.png?auto=format)
    center 0 repeat-y !important;
}
:lang(ja-JP) .red-master-body #overlaybrowsefile a {
  background: #f7323f
    url(../../../../../../../../content/dam/cf-consumer-healthcare/polident/ja_jp/ImageX/more-small-white.png?auto=format)
    87% 52% no-repeat !important;
  border: 1px solid #f7323f;
}
:lang(ja-JP)
  .page-the-innovation-of-the-fixative-for-dental-prostheses
  .promo-white-box
  .promo-header
  p
  a {
  background: url(../../../../../../../content/dam/cf-consumer-healthcare/polident/ja_jp/ImageX/more-small-white.png?auto=format);
}
:lang(ja-JP) .page-denture-cleansers .fake-article-list {
  margin-top: 25px;
}
:lang(ja-JP) .page-VideoPage .grid_9.alpha.default-style {
  margin-top: 20px;
}
:lang(ja-JP) .page-VideoPage .richText.component.section.even.default-style {
  margin-top: -25px;
}
:lang(ja-JP)
  .page-VideoPage
  .richText.component.section.grid_12.alpha.even.default-style
  .green-header {
  margin-bottom: 500px;
  margin-left: 380px;
}
:lang(ja-JP)
  .page-VideoPage
  .image.component.section.grid_12.alpha.first.odd.default-style {
  margin-bottom: 30px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  :lang(ja-JP)
    .page-VideoPage
    .image.component.section.grid_12.alpha.first.odd.default-style {
    display: none;
  }
  :lang(ja-JP) .page-VideoPage #box-promo-last {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 87% !important;
  }
  :lang(ja-JP)
    .page-VideoPage
    .richText.component.section.grid_12.alpha.even.default-style
    .green-header {
    display: none;
  }
  :lang(ja-JP) .page-polident-max-seal-mint .page-wrap h1 .green-header {
    font-size: 23px;
  }
  :lang(ja-JP)
    .page-polident-max-seal-mint
    .product-image-white-box
    .imageLazy.last {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  :lang(ja-JP) .master-locale .our-products-white-box .product-range {
    background: #fff
      url(../../../../../../../../content/dam/cf-consumer-healthcare/polident/ja_jp/ImageX/home-box-border.png?auto=format)
      center 230px repeat-x !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  :lang(ja-JP)
    .page-VideoPage
    .richText.component.section.grid_12.alpha.even.default-style
    .green-header {
    margin-bottom: 500px;
    margin-left: 330px;
  }
}
@media (max-width: 767px) {
  :lang(ja-JP)
    .page-our-products.page-denture-cleansers.page-dry-wipes
    .grid_9.alpha.default-style {
    margin-left: 8% !important;
    width: 84% !important;
  }
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
  :lang(pl-PL) .span-faq-green-button {
    font-size: 14px;
  }
  :lang(pl-PL)
    .page-our-products.page-denture-cleansers.page-polident-double-power-denture-cleaning-tablets
    .product-image-white-box
    img {
    margin-top: 150px;
  }
  :lang(pl-PL)
    .page-our-products.page-denture-adhesives
    .polident-3-minute-white-box
    > .component-content
    > .content {
    padding-top: 170px;
  }
}
@media (min-width: 768px) {
  :lang(pl-PL) .page-polident-cushion-and-comfort .produt-description {
    margin-top: 270px;
  }
}
:lang(pl-PL) .header-box .country-selector {
  margin-left: 10px;
  width: 2% !important;
}
:lang(pl-PL) .span-faq-green-button,
:lang(pl-PL) .span-faq-green-button:hover {
  width: 90%;
}
:lang(pl-PL) .span-faq-green-button a {
  color: #fff !important;
}
:lang(pl-PL) .product-btn-wrap .span-faq-green-button {
  background-position: 94.5% 49%;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
:lang(pl-PL) .product-btn-wrap p {
  float: none;
}
:lang(pl-PL) .back-link h4 {
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px;
}
:lang(pl-PL) .byte-site-map ul li .parent,
:lang(pl-PL) .byte-site-map ul li .super-parent,
:lang(pl-PL) .getting-used-to-new-dentures-white-box h3,
:lang(pl-PL)
  .page-our-products.page-denture-cleansers.page-polident-double-power-denture-cleaning-tablets.teal-master-body
  .green-header,
:lang(pl-PL) .page-wrap h1 span.green-header,
:lang(pl-PL) .using-product h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
:lang(pl-PL) .promo-white-box .promo-header p span {
  font-family: "Montserrat", sans-serif !important;
}
:lang(pl-PL) .text-uppercase {
  text-transform: uppercase;
}
:lang(pl-PL) .teal-master-body {
  background: transparent;
}
:lang(pl-PL) .template-oral-polident-home-template {
  background: transparent;
  overflow-x: hidden;
}
:lang(pl-PL) .main-navigation-box .home-logo a:hover {
  background-color: transparent !important;
}
:lang(pl-PL)
  .template-oral-polident-home-template
  .main-navigation-box
  .navigation-item.navigation-level1
  > .navigation-item-title {
  background: #00b2a9 !important;
}
:lang(pl-PL)
  .template-oral-polident-home-template
  .main-navigation-box
  .navigation.navigation-horizontal {
  background: #00b2a9 !important;
  position: relative;
  z-index: 10;
}
:lang(pl-PL) .header_buttons {
  position: absolute;
  margin-left: 300px !important;
  top: -5px;
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  :lang(pl-PL) .header_buttons {
    margin-left: 355px !important;
  }
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
  :lang(pl-PL) .header_buttons {
    margin-left: 240px !important;
  }
}
:lang(pl-PL) .header_buttons .gtm--get-text {
  font-family: "Montserrat", sans-serif !important;
  line-height: 28px;
}
:lang(pl-PL) .header_buttons .gtm--get-text,
:lang(pl-PL) .header_buttons .gtm--get-text:hover {
  color: #e10012;
  background: #ffe500;
  border: none;
}
:lang(pl-PL) .header_buttons .gtm--get-text.visible-xs {
  display: none;
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
  :lang(pl-PL) .header_buttons .gtm--get-text {
    font-size: 10px;
    padding: 0 10px;
  }
  :lang(pl-PL) .header_buttons .gtm--get-text.hidden-xs {
    display: none;
  }
  :lang(pl-PL) .header_buttons .gtm--get-text.visible-xs {
    display: inline-block !important;
  }
}
:lang(pl-PL) .flag_pl1 {
  position: absolute;
  margin-left: 100px !important;
  margin-top: -5px;
}
:lang(pl-PL) .flag_pl1 img {
  height: 40px;
  width: auto;
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  :lang(pl-PL) .flag_pl1 {
    margin-left: 165px !important;
  }
}
@media only screen and (max-width: 767px) {
  :lang(pl-PL) .flag_pl1 {
    margin-left: 100px !important;
    margin-top: 0;
  }
  :lang(pl-PL) .flag_pl1 img {
    height: 30px;
    width: auto;
  }
}
:lang(pl-PL) .flag_pl2 {
  position: absolute;
  margin-left: 200px !important;
  margin-top: -5px;
}
:lang(pl-PL) .flag_pl2 img {
  height: 40px;
  width: auto;
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  :lang(pl-PL) .flag_pl2 {
    margin-left: 260px !important;
  }
}
@media only screen and (max-width: 767px) {
  :lang(pl-PL) .flag_pl2 {
    margin-left: 170px !important;
    margin-top: 0;
  }
  :lang(pl-PL) .flag_pl2 img {
    height: 30px;
    width: auto;
  }
}
:lang(pl-PL) .gtm--get-text {
  border: 1px solid #00b2a9;
  border-radius: 10px;
  color: #00b2a9;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
  padding: 0 18px;
  line-height: 24px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) and (min-width: 767px) {
  :lang(pl-PL) .gtm--get-text {
    font-size: 10px;
  }
}
:lang(pl-PL) .gtm--get-text:hover {
  background: #00b2a9;
  border-radius: 10px;
  color: #fff;
}
:lang(pl-PL) .home-logo {
  position: relative;
  z-index: 10;
  margin-left: -9px !important;
  margin-bottom: 0;
}
:lang(pl-PL) .richtext-home-gray-content p a {
  color: #00b2a9;
}
:lang(pl-PL) .main-navigation-box .navigation.navigation-horizontal {
  background: #00b2a9 !important;
}
@media only screen and (max-width: 959px) and (min-width: 320px) {
  :lang(pl-PL)
    .template-oral-polident-home-template
    .main-navigation-box
    .home-logo
    a {
    background: #00b2a9 !important;
  }
}
@media (min-width: 768px) {
  :lang(pl-PL)
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1 {
    display: flex !important;
    display: flex;
    flex-wrap: nowrap;
    max-width: 100%;
    height: 75px;
  }
  :lang(pl-PL)
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    a {
    font-size: 14px !important;
  }
  :lang(pl-PL)
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    .navigation-item.navigation-level1 {
    margin-left: 0;
    margin-bottom: 0;
    align-self: center;
    position: relative;
    background: transparent !important;
    display: flex;
    height: 75px;
  }
  :lang(pl-PL)
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    .navigation-item.navigation-level1.is-active:before,
  :lang(pl-PL)
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    .navigation-item.navigation-level1:hover:before {
    background: #fff;
    bottom: 0;
    content: "";
    display: block;
    height: 7px;
    position: absolute;
    width: 100%;
  }
  :lang(pl-PL)
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    .navigation-item.navigation-level1.is-active
    a {
    color: #fff !important;
    background: transparent !important;
  }
  :lang(pl-PL)
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    .navigation-item-title {
    padding: 0 10px !important;
    align-self: center;
    white-space: normal;
    text-align: center;
    background: transparent !important;
    font-size: 14px;
    line-height: 1.2;
  }
  :lang(pl-PL) .teal-master-body .main-navigation-box .home-logo a:hover,
  :lang(pl-PL)
    .template-oral-polident-home-template
    .main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1
    > a.navigation-item-title:focus,
  :lang(pl-PL)
    .template-oral-polident-home-template
    .main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1
    > a.navigation-item-title:hover {
    background-color: transparent !important;
  }
}
:lang(pl-PL) .block_link {
  display: flex;
  min-height: 102px;
  padding: 5px 50px 5px 20px;
  vertical-align: middle;
  background: #00b2a9 url(../../img/button_arrow.png) 95% 50% no-repeat;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  align-items: center;
  line-height: 1.2;
}
:lang(pl-PL) .article_blocks > .component-content > .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 960px) {
  :lang(pl-PL) .article_blocks > .component-content > .content {
    padding: 0 15px;
  }
}
:lang(pl-PL) .article_blocks > .component-content > .content > a {
  display: none;
}
:lang(pl-PL) .article_blocks > .component-content > .content .image {
  line-height: 0;
}
:lang(pl-PL) .article_blocks > .component-content > .content .component,
:lang(pl-PL) .article_blocks > .component-content > .content .component p {
  margin: 0;
}
:lang(pl-PL) .article_blocks > .component-content > .content .box {
  width: 32%;
  margin-bottom: 20px;
}
@media (max-width: 968px) {
  :lang(pl-PL) .article_blocks > .component-content > .content .box {
    width: 48%;
  }
}
@media (max-width: 600px) {
  :lang(pl-PL) .article_blocks > .component-content > .content .box {
    width: 100%;
  }
}
:lang(pl-PL) .article_infoblock {
  font-size: 18px;
  line-height: 1.2;
  color: #000;
}
@media (max-width: 960px) {
  :lang(pl-PL) .article_infoblock {
    padding: 0 15px;
  }
}
:lang(pl-PL) .article_infoblock h2 {
  font-size: 22px;
  font-weight: 400;
  line-height: 25px;
  text-transform: uppercase;
  line-height: 1.4;
}
:lang(pl-PL) .hero-article-title {
  position: relative;
  border: 0 solid #fff;
  padding: 17px 25px;
  font-size: 37px;
  color: #fff;
  text-align: center;
  top: auto;
  left: auto;
  width: 100%;
  box-sizing: border-box;
  background: #00b2a9 !important;
}
:lang(pl-PL) .hero-article-title .hero-article-heading {
  font-size: 37px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: -3px;
  margin: 0;
}
:lang(pl-PL) .reference-title-article-block {
  position: relative;
  margin: 25px 0;
}
:lang(pl-PL) .custom_link {
  background: #00b2a9 url(../../img/custom_link.png) 100% 100% no-repeat;
  background-size: cover;
  width: 100%;
  height: 234px;
  padding: 0 50px 0 20px;
  vertical-align: middle;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  align-items: center;
  line-height: 1.2;
  display: flex;
  box-sizing: border-box;
}
:lang(pl-PL)
  .reference-title-article-block
  .hero-article
  .hero-article-background-image-desktop,
:lang(pl-PL)
  .reference-title-article-block
  .hero-article
  .hero-article-background-image-mobile {
  display: none;
}
@media (min-width: 768px) {
  :lang(pl-PL) .rreference-title-article-block .hero-article {
    margin-bottom: 15px;
    margin-top: 35px;
  }
  :lang(pl-PL)
    .reference-title-article-block
    .hero-article
    .hero-article-background-image-mobile {
    display: none;
  }
  :lang(pl-PL)
    .reference-title-article-block
    .hero-article
    .hero-article-background-image-desktop {
    display: block;
  }
  :lang(pl-PL) .hero-article-title {
    position: absolute;
    border: 8px solid #fff;
    padding: 17px 25px;
    font-size: 37px;
    color: #fff;
    text-align: center;
    top: 50%;
    left: 38px;
    max-width: 370px;
    background: transparent !important;
    transform: translateY(-50%);
  }
  :lang(pl-PL) .hero-article-title .hero-article-heading {
    font-size: 37px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: -3px;
    margin: 0;
  }
}
:lang(pl-PL) .reference-hero-home {
  margin-bottom: 0;
}
:lang(pl-PL) .reference-hero-home .hero-home {
  background-position: 100%;
  background-repeat: no-repeat;
  position: relative;
}
:lang(pl-PL)
  .reference-hero-home
  .hero-home
  .hero-home-background-image-desktop {
  display: none;
}
:lang(pl-PL) .reference-hero-home .hero-home .hero-home-content {
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  height: 100%;
  justify-content: center;
  left: 4%;
  line-height: 21px;
  position: absolute;
  top: 0;
  width: 90%;
}
:lang(pl-PL) .reference-hero-home .hero-home .hero-home-heading {
  color: #fff;
  font-size: 34px;
  font-weight: 500 !important;
  line-height: 36px;
}
@media (max-width: 959px) and (min-width: 769px) {
  :lang(pl-PL) .reference-hero-home .hero-home .hero-home-heading {
    font-size: 24px;
  }
}
:lang(pl-PL) .reference-hero-home .hero-home .hero-home-copy {
  font-size: 15px;
  line-height: 21px;
}
@media (max-width: 959px) and (min-width: 769px) {
  :lang(pl-PL) .reference-hero-home .hero-home .hero-home-copy {
    font-size: 13px;
  }
}
:lang(pl-PL) .reference-hero-home .hero-home .hero-home-copy-image {
  flex-shrink: 0;
  margin-bottom: 5%;
  margin-left: -6%;
  max-width: none;
  width: 110%;
}
:lang(pl-PL) .reference-hero-home .hero-home .hero-home-footnote {
  font-size: 12px;
}
:lang(pl-PL) .hero-home-background-image-mobile {
  width: 100%;
}
@media (min-width: 768px) {
  :lang(pl-PL) .reference-hero-home .hero-home {
    margin-bottom: 15px;
    margin-top: 35px;
  }
  :lang(pl-PL)
    .reference-hero-home
    .hero-home
    .hero-home-background-image-mobile {
    display: none;
  }
  :lang(pl-PL)
    .reference-hero-home
    .hero-home
    .hero-home-background-image-desktop {
    display: block;
  }
  :lang(pl-PL) .reference-hero-home .hero-home .hero-home-content {
    color: #323131;
    width: 45%;
  }
  :lang(pl-PL) .reference-hero-home .hero-home .hero-home-heading {
    color: #00b2a9;
    font-weight: 400 !important;
  }
  :lang(pl-PL) .reference-hero-home .hero-home .hero-home-copy-image {
    margin-bottom: 0;
    margin-left: -10%;
    margin-top: 0;
    width: 113%;
  }
  :lang(pl-PL) .reference-hero-home .hero-home .hero-home-footnote {
    font-size: 10px;
    margin-top: 30px;
    margin-bottom: 35px;
  }
}
:lang(pl-PL) .reference-lazy-load-image-button figure {
  position: relative;
}
:lang(pl-PL) .reference-lazy-load-image-button figcaption {
  left: 17px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 75%;
}
:lang(pl-PL) .reference-lazy-load-image-button a {
  color: #fff;
  font-size: 21px;
  font-weight: 800;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
}
:lang(pl-PL) .navigation-journeys {
  display: flex;
  height: 31.25vw;
  justify-content: space-between;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
:lang(pl-PL) .navigation-journeys li {
  background-size: 100% 100%;
  margin-left: -3%;
  overflow: hidden;
  width: 100%;
}
:lang(pl-PL) .navigation-journeys li:first-of-type {
  background-image: url(../../img/chev_all_01.png);
}
:lang(pl-PL) .navigation-journeys li:nth-of-type(2) {
  background-image: url(../../img/chev_all_02.png);
}
:lang(pl-PL) .navigation-journeys li:nth-of-type(3) {
  background-image: url(../../img/chev_all_03.png);
}
:lang(pl-PL) .navigation-journeys li:nth-of-type(4) {
  background-image: url(../../img/chev_all_04.png);
}
:lang(pl-PL) .navigation-journeys li:first-of-type:hover {
  background-image: url(../../img/emptyarrow_mobile_1_1.png);
}
:lang(pl-PL) .navigation-journeys li:nth-of-type(2):hover {
  background-image: url(../../img/emptyarrow_mobile_1_2.png);
}
:lang(pl-PL) .navigation-journeys li:nth-of-type(3):hover {
  background-image: url(../../img/emptyarrow_mobile_1_3.png);
}
:lang(pl-PL) .navigation-journeys li:nth-of-type(4):hover {
  background-image: url(../../img/emptyarrow_mobile_1_4.png);
}
:lang(pl-PL) .navigation-journeys li a {
  align-items: center;
  display: flex;
  height: 100%;
  width: 100%;
}
:lang(pl-PL) .navigation-journeys li span {
  display: block;
  text-align: center;
  width: 100%;
  padding: 17vw 6vw 0;
  align-self: flex-start;
  font-size: 2vw;
  line-height: 3vw;
  color: #fff;
  font-weight: bold;
}
:lang(pl-PL) .navigation-journeys li:hover span {
  color: #00b2a9;
}
@media (min-width: 768px) {
  :lang(pl-PL) .navigation-journeys {
    height: 98px;
  }
  :lang(pl-PL) .navigation-journeys li:hover span {
    color: #00b2a9;
  }
  :lang(pl-PL) .navigation-journeys li:first-of-type {
    background-image: url(../../img/chev_01.png);
    margin-left: 0;
  }
  :lang(pl-PL) .navigation-journeys li:first-of-type span {
    padding-left: 40%;
  }
  :lang(pl-PL) .navigation-journeys li:first-of-type:hover {
    background-image: url(../../img/chev_01_on.png);
  }
  :lang(pl-PL) .navigation-journeys li:nth-of-type(2) {
    background-image: url(../../img/chev_02.png);
  }
  :lang(pl-PL) .navigation-journeys li:nth-of-type(2):hover {
    background-image: url(../../img/chev_02_on.png);
  }
  :lang(pl-PL) .navigation-journeys li:nth-of-type(3) {
    background-image: url(../../img/chev_03.png);
  }
  :lang(pl-PL) .navigation-journeys li:nth-of-type(3):hover {
    background-image: url(../../img/chev_03_on.png);
  }
  :lang(pl-PL) .navigation-journeys li:nth-of-type(4) {
    background-image: url(../../img/chev_04.png);
  }
  :lang(pl-PL) .navigation-journeys li:nth-of-type(4):hover {
    background-image: url(../../img/chev_04_on.png);
  }
  :lang(pl-PL) .navigation-journeys li span {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 16px;
    padding: 0 0 0 50%;
    font-weight: 400;
    text-transform: uppercase;
    width: 44%;
    align-self: auto;
  }
}
:lang(pl-PL) .navigation .component-content {
  overflow: visible;
}
:lang(pl-PL) body:before {
  left: 0;
}
:lang(pl-PL) body:after,
:lang(pl-PL) body:before {
  position: absolute;
  top: 64px;
  height: 75px;
  content: "";
  width: 50%;
  display: none;
}
:lang(pl-PL) body:after {
  right: 0;
}
:lang(pl-PL)
  .footer-navigation
  .navigation-item.navigation-level1
  > .navigation-item-title {
  color: #3abdcf !important;
}
@media only screen and (min-width: 960px) {
  :lang(pl-PL) .footer-navigation {
    padding-left: 8px;
    width: 54%;
  }
  :lang(pl-PL) #footer .footer-navigation li:nth-child(5) {
    margin-left: 95px;
  }
}
@media only screen and (min-width: 768px) {
  :lang(pl-PL) iframe.video_size {
    width: 100%;
    height: 345px;
  }
}
@media only screen and (max-width: 767px) {
  :lang(pl-PL) iframe.video_size {
    width: 100%;
    height: 192px;
  }
}
:lang(pl-PL) #header .has-active-child a {
  background: transparent !important;
  color: #fff !important;
}
:lang(pl-PL) #header .has-active-child a:before {
  bottom: 0;
  content: "";
  display: block;
  height: 7px;
  position: absolute;
  width: 100%;
}
:lang(pl-PL) #header .navigation-item a {
  background: transparent !important;
  color: #fff !important;
}
:lang(pl-PL)
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1.is-active
  > .navigation-item-title {
  color: #fff !important;
}
:lang(pl-PL) body {
  font-family: "Montserrat", sans-serif !important;
}
:lang(pl-PL)
  .main-navigation-box
  .navigation-item.navigation-level1
  > .navigation-item-title,
:lang(pl-PL) .poland-font-body .byte-site-map ul li a,
:lang(pl-PL) .poland-font-body .byte-site-map ul li a:hover,
:lang(pl-PL) .poland-font-body .chatterbox-home .video-filter p,
:lang(pl-PL) .poland-font-body .contact-us-sample .control-group .submit,
:lang(pl-PL) .poland-font-body .form-sample .control-group .submit,
:lang(pl-PL) .poland-font-body .green-button-txt,
:lang(pl-PL)
  .poland-font-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1.has-children
  > .navigation-item-title,
:lang(pl-PL)
  .poland-font-body
  .main-navigation-box
  .navigation-item.navigation-level1
  > .navigation-item-title,
:lang(pl-PL) .poland-font-body .page-wrap .articleList-title a,
:lang(pl-PL) .poland-font-body .polipartner-btn-wrap .green-button-txt,
:lang(pl-PL) .poland-font-body .promo-white-box .promo-header p a,
:lang(pl-PL) .poland-font-body .richtext-op-two-callout-inner h3 a,
:lang(pl-PL) .poland-font-body .richtext-partner p a,
:lang(pl-PL) .poland-font-body .richtext-show-filters p,
:lang(pl-PL) .poland-font-body .span-faq-green-button,
:lang(pl-PL) .poland-font-body .whats-new-left-box h3 a.green-hyperlink,
:lang(pl-PL) .poland-font-body .whats-new-right-box h3 a.green-hyperlink,
:lang(pl-PL) .poland-font-body h1,
:lang(pl-PL) .poland-font-body h1 sup,
:lang(pl-PL) .poland-font-body h2,
:lang(pl-PL) .poland-font-body h2 sup,
:lang(pl-PL) .poland-font-body h3,
:lang(pl-PL) .poland-font-body h3 sup,
:lang(pl-PL) .poland-font-body h4,
:lang(pl-PL) .poland-font-body h4 sup,
:lang(pl-PL) h2,
:lang(pl-PL) h3 {
  font-family: "Montserrat", sans-serif !important;
}
:lang(pl-PL) sub,
:lang(pl-PL) sup {
  font-size: 65%;
  line-height: 0;
  position: relative;
  vertical-align: super;
}
:lang(pl-PL) .lower-script-for-product-denture sup {
  font-size: 85%;
}
:lang(pl-PL) .main-navigation-box .home-logo a {
  padding: 25px 15px 25px 12px;
  display: block;
}
:lang(pl-PL) .comprar-btn {
  padding: 8px 45px 14px 12px;
  min-width: 102px;
  width: auto;
  display: inline-block;
}
:lang(pl-PL) .comprar-btn a {
  color: #fff;
  display: block;
  font-size: 12px;
}
:lang(pl-PL) .article_blocks a.block_link:hover,
:lang(pl-PL) .comprar-btn a:hover {
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  :lang(pl-PL) .reference-hero-home .hero-home {
    margin: 0;
  }
  :lang(pl-PL) .reference-hero-home .hero-home .hero-home-footnote {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  :lang(pl-PL) .navigation-journeys li span {
    font-size: 12px;
  }
  :lang(pl-PL) .hero-article-title .hero-article-heading {
    font-size: 24px;
  }
  :lang(pl-PL) .main-navigation-box .home-logo {
    background: transparent;
    border: none !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px !important;
    z-index: 11;
  }
  :lang(pl-PL)
    .template-oral-polident-home-template
    .main-navigation-box
    .navigation.navigation-horizontal {
    left: 45px;
    width: inherit !important;
  }
  :lang(pl-PL)
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    a {
    font-size: 10px !important;
    line-height: 1.1;
  }
  :lang(pl-PL)
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1 {
    left: 0;
    position: relative;
  }
  :lang(pl-PL)
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    .navigation-item.navigation-level1 {
    width: 100px !important;
    border: none !important;
  }
  :lang(pl-PL) .header-box .country-selector {
    display: block !important;
    margin-left: 64%;
  }
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
  :lang(pl-PL) .mob-menu-box .mob-search .button {
    background: transparent;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  :lang(pl-PL) .page-where-to-bye.poland-font-body .span-faq-green-button,
  :lang(pl-PL)
    .page-where-to-bye.poland-font-body
    .span-faq-green-button:hover {
    height: auto;
    line-height: 1.2;
  }
}
:lang(pl-PL) .footer-box,
:lang(pl-PL) .page-wrap {
  box-shadow: 0 0 0 0 transparent;
}
:lang(pl-PL) .custom_block_img img {
  margin: 20px auto;
  display: block;
}
:lang(pl-PL) .custom_block_img .richtext-home-gray-content p {
  margin-top: 0 !important;
}
:lang(pl-PL) .layout-oral-polident-home-layout .header-box .ph-template,
:lang(pl-PL) .layout-oral-polident-right-nav-layout1 .header-box .ph-template,
:lang(pl-PL) .layout-oral-polident-right-nav-layout-pl .header-box .ph-template,
:lang(pl-PL) .layout-oral-polident-right-nav-layout .header-box .ph-template,
:lang(pl-PL) .teal-master-body .header-box .ph-template {
  width: 27.5%;
}
:lang(pl-PL) #wrapper {
  width: 100%;
}
:lang(pl-PL) #wrapper #content {
  max-width: 960px;
  margin: 0 auto;
}
:lang(pl-PL) #wrapper #footer {
  background-image: url(../../img/nav_bar_footer.png);
  background-position: 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100% !important;
  padding: 70px 0 20px;
  box-shadow: none;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  :lang(pl-PL) #wrapper #footer {
    background-image: url(../../img/footer_mobile.png);
    background-position: 50%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
}
:lang(pl-PL) #wrapper #footer .footer-box-wrap {
  background: transparent !important;
  box-shadow: none !important;
}
:lang(pl-PL) #wrapper #footer .desktop-gsk-footer-logo,
:lang(pl-PL) #wrapper #footer .footer-address,
:lang(pl-PL) #wrapper #footer .mob-gsk-logo {
  display: none !important;
}
:lang(pl-PL) #wrapper #footer .footer-box {
  background: transparent !important;
  max-width: 960px;
  margin: 0 auto !important;
  padding: 50px 0;
  position: relative;
  width: 100% !important;
}
:lang(pl-PL) #wrapper #footer .footer-box .footer-navigation {
  padding-left: 8px;
  width: 31.94444%;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  :lang(pl-PL) #wrapper #footer .footer-box .footer-navigation {
    width: 24.94444% !important;
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  :lang(pl-PL) #wrapper #footer .footer-box .footer-navigation {
    margin-top: 80%;
    width: 100% !important;
    padding-left: 0 !important;
  }
}
:lang(pl-PL) #wrapper #footer .footer-box .footer-navigation .navigation-item {
  background: none;
  float: none;
  display: block;
  border: none !important;
  border-right: none;
  color: #009a44;
  font-size: 12px;
  line-height: 15px;
  list-style: outside none none;
  margin: 0 0 3px 5px !important;
  padding: 2px 10px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  :lang(pl-PL)
    #wrapper
    #footer
    .footer-box
    .footer-navigation
    .navigation-item {
    margin: 0 0 10px !important;
  }
}
:lang(pl-PL)
  #wrapper
  #footer
  .footer-box
  .footer-navigation
  .navigation-item
  a {
  color: #fff !important;
  font-size: 1rem !important;
  text-align: left;
  white-space: normal !important;
}
@media only screen and (max-width: 767px) {
  :lang(pl-PL)
    #wrapper
    #footer
    .footer-box
    .footer-navigation
    .navigation-item
    a {
    text-align: center;
    text-transform: none;
  }
}
:lang(pl-PL) #wrapper #footer .richtext-footer-content {
  color: #fff;
  font-size: 12px;
  padding: 0 30px;
  display: block !important;
}
:lang(pl-PL) #wrapper #footer .grid_4.omega {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: right;
}
:lang(pl-PL) #wrapper #footer .grid_4.omega .left {
  text-align: right;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  :lang(pl-PL) #wrapper #footer .grid_4.omega .left {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  :lang(pl-PL) #wrapper #footer .grid_4.omega .left {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  :lang(pl-PL) #wrapper #footer .grid_4.omega {
    right: auto;
    left: 50%;
    top: 50px;
    transform: translate(-50%);
    text-align: center;
  }
}
:lang(pl-PL) #wrapper #header {
  max-width: none;
  margin: 0 auto;
  width: 100%;
  background: url(../../img/nav_bar_background_pl.png) 50% 65px no-repeat !important;
}
@media only screen and (max-width: 959px) and (min-width: 768px) {
  :lang(pl-PL) #wrapper #header {
    background-size: 1324px !important;
  }
  :lang(pl-PL) #wrapper #header .main-navigation-box {
    position: relative !important;
    top: auto !important;
    width: 100% !important;
    left: 0 !important;
    z-index: 1;
    margin: 0 !important;
    display: block !important;
  }
  :lang(pl-PL) #wrapper #header .main-navigation-box .home-logo {
    background: transparent;
    border: none !important;
    position: relative;
    width: 14.93056% !important;
    z-index: 11;
  }
  :lang(pl-PL) #wrapper #header .main-navigation-box .home-logo a {
    background: transparent !important;
    padding-left: 50px !important;
    width: auto;
  }
  :lang(pl-PL) #wrapper #header .main-navigation-box .navigation-horizontal {
    padding-left: 15px;
    width: 75.98611% !important;
    background: transparent !important;
  }
}
@media only screen and (max-width: 767px) {
  :lang(pl-PL) #wrapper #header {
    background-size: 980px !important;
    background-position: 30% 65px !important;
  }
  :lang(pl-PL) #wrapper #header .mob-menu p,
  :lang(pl-PL) #wrapper #header .mob-menu p.close-menu {
    color: #fff;
    cursor: pointer;
    padding-left: 80px;
    height: 20px;
    margin-left: 80px;
    background: url(../../img/menu-open-teal.png) 0 1px no-repeat;
  }
}
@media only screen and (max-width: 767px) and (max-width: 320px) {
  :lang(pl-PL) #wrapper #header .mob-menu p,
  :lang(pl-PL) #wrapper #header .mob-menu p.close-menu {
    margin-left: 70px;
  }
}
@media only screen and (max-width: 767px) {
  :lang(pl-PL) #wrapper #header .home-logo {
    display: none;
  }
  :lang(pl-PL) #wrapper #header .navigation.navigation-horizontal {
    background: #fff !important;
  }
  :lang(pl-PL)
    #wrapper
    #header
    .navigation.navigation-horizontal
    .navigation-item-title {
    color: #1cbcb4 !important;
  }
  :lang(pl-PL) #wrapper #header .mob-menu-box {
    position: relative;
  }
  :lang(pl-PL) #wrapper #header .mob-menu-box .home-logo {
    display: block;
    position: absolute;
    width: auto;
    top: 0;
  }
  :lang(pl-PL) #wrapper #header .mob-menu-box .home-logo a {
    height: 21px;
    padding: 10px 10px 20px;
    display: block;
    margin-left: 5px;
  }
  :lang(pl-PL) #wrapper #header .mob-menu-box .home-logo a img {
    width: 42px;
  }
}
:lang(pl-PL) #wrapper #header .layout-outer {
  max-width: 960px;
  margin: 0 auto;
}
:lang(pl-PL) #wrapper #header .mob-menu-box {
  background: transparent !important;
}
@media only screen and (max-width: 959px) and (min-width: 768px) {
  :lang(pl-PL) #wrapper #header .mob-menu-box {
    padding: 15px !important;
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  :lang(pl-PL) #wrapper #header .teal-main-navigation-box {
    background: transparent !important;
    padding-top: 15px;
  }
  :lang(pl-PL)
    #wrapper
    #header
    .teal-main-navigation-box
    .navigation-horizontal {
    background: transparent !important;
    position: relative;
    z-index: 10;
    width: 86.98611% !important;
  }
  :lang(pl-PL)
    #wrapper
    #header
    .teal-main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1 {
    padding-left: 80px !important;
  }
  :lang(pl-PL) #wrapper #header .teal-main-navigation-box .home-logo {
    width: inherit;
    margin: 0 !important;
  }
  :lang(pl-PL) #wrapper #header .teal-main-navigation-box .home-logo a {
    padding: 12px 15px 0 35px !important;
    display: block;
    height: auto;
  }
}
:lang(pl-PL)
  #wrapper
  #header
  .main-navigation-box
  .navigation-horizontal
  ul.navigation-level1.navigation-root
  li.navigation-level1
  ul.navigation-level2 {
  min-width: 0;
  right: 0;
  background: #12c8bf;
  margin: 0;
  top: 100%;
  border: 1px solid transparent;
  border-radius: 5px;
  border-bottom-right-radius: 70px 30px;
  left: auto;
}
@media only screen and (max-width: 767px) {
  :lang(pl-PL)
    #wrapper
    #header
    .main-navigation-box
    .navigation-horizontal
    ul.navigation-level1.navigation-root
    li.navigation-level1
    ul.navigation-level2 {
    position: relative;
    top: auto;
    background: #fff !important;
  }
}
:lang(pl-PL)
  #wrapper
  #header
  .main-navigation-box
  .navigation-horizontal
  ul.navigation-level1.navigation-root
  li.navigation-level1
  ul.navigation-level2
  li {
  min-width: 360px !important;
  background: none !important;
}
:lang(pl-PL)
  #wrapper
  #header
  .main-navigation-box
  .navigation-horizontal
  ul.navigation-level1.navigation-root
  li.navigation-level1
  ul.navigation-level2
  li
  a {
  background: transparent !important;
  color: #fff !important;
  text-align: left !important;
  margin-bottom: 10px !important;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600 !important;
  padding: 10px 20px !important;
  position: relative;
  background-image: url(/content/dam/cf-consumer-healthcare/polident/pl_pl/New/nav_line_new.png) !important;
  background-position: bottom !important;
  background-repeat: no-repeat !important;
  background-size: 90% !important;
}
@media only screen and (max-width: 767px) {
  :lang(pl-PL)
    #wrapper
    #header
    .main-navigation-box
    .navigation-horizontal
    ul.navigation-level1.navigation-root
    li.navigation-level1
    ul.navigation-level2
    li
    a {
    background: #fff !important;
    color: #1cbcb4 !important;
    text-transform: none;
    font-size: 12px;
    font-weight: 700 !important;
    line-height: 20px;
    padding: 20px 20px 16px 22px !important;
    font-family: "Montserrat", sans-serif !important;
    border-left: none !important;
    border-bottom: 1px solid #1cbcb4;
  }
}
@media only screen and (min-width: 960px) {
  :lang(pl-PL)
    #wrapper
    #header
    .main-navigation-box
    .navigation-horizontal
    ul.navigation-level1.navigation-root
    li.navigation-level1
    ul.navigation-level2 {
    padding-bottom: 21px;
    padding-top: 19px;
  }
}
:lang(pl-PL) #wrapper .photo-box {
  margin: 40px 0 0;
}
:lang(pl-PL) .page-our-products .our-products-white-box {
  padding: 0;
}
:lang(pl-PL) .page-our-products .silver-banner {
  position: relative;
}
:lang(pl-PL) .page-our-products .silver-banner:after {
  content: " ";
  background-image: url(/content/dam/cf-consumer-healthcare/polident/pl_pl/New/frame-banner2.png);
  background-position: 50%;
  background-size: 105% 110%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  pointer-events: none;
  display: flex;
  flex: 1;
}
:lang(pl-PL) .page-our-products .richtext-denture-adhesives,
:lang(pl-PL) .page-our-products .richtext-denture-cleansers {
  margin-bottom: 30px;
}
:lang(pl-PL) .page-our-products .journey-snip {
  position: relative;
  margin-bottom: 20px;
  height: 240px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  :lang(pl-PL) .page-our-products .journey-snip {
    height: inherit;
  }
}
:lang(pl-PL) .page-our-products .journey-snip .image {
  padding: 5px;
}
@media only screen and (max-width: 767px) {
  :lang(pl-PL) .page-our-products .journey-snip .image {
    width: 270px;
    margin: 0 auto;
  }
}
:lang(pl-PL) .page-our-products .journey-snip .richText {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  position: relative;
  text-align: center;
  padding: 0 15px;
  height: 50px !important;
}
:lang(pl-PL) .page-our-products .journey-snip .richText p {
  line-height: 1.1 !important;
  padding-top: 0 !important;
}
@media only screen and (max-width: 767px) {
  :lang(pl-PL) .page-our-products .journey-snip .richText p {
    padding-top: 0 !important;
  }
}
:lang(pl-PL) .page-our-products .journey-snip .richText p a {
  color: #00b2a9;
  font-weight: bold;
}
@media only screen and (min-width: 568px) and (max-width: 767px) {
  :lang(pl-PL)
    .page-our-products
    .journey-snip
    .box
    > .component-content
    .content {
    width: 340px !important;
    margin: 0 auto !important;
  }
}
:lang(pl-PL)
  .page-our-products
  .journey-snip
  .box
  > .component-content
  .content:after {
  content: " ";
  background-image: url(/content/dam/cf-consumer-healthcare/polident/pl_pl/New/Shape-24.png);
  background-position: 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500;
  display: flex;
  flex: 1;
  pointer-events: none;
}
@media only screen and (min-width: 568px) and (max-width: 767px) {
  :lang(pl-PL)
    .page-our-products
    .journey-snip
    .box
    > .component-content
    .content:after {
    background-size: contain;
  }
}
:lang(pl-PL)
  .page-our-products
  .journey-snip:hover
  .box
  > .component-content
  .content:after {
  background-image: url(/content/dam/cf-consumer-healthcare/polident/pl_pl/New/Shape-23.png);
}
:lang(pl-PL) .page-our-products .journey-snip:hover .richText p a {
  color: #fff !important;
}
:lang(pl-PL) .page-our-products .our-products-white-box .product-range {
  background: none !important;
}
@media only screen and (max-width: 959px) and (min-width: 320px) {
  :lang(pl-PL).teal-master-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-level1.has-children
    > .navigation-item-title
    .navigation-item-decoration {
    background: url(../../img/open-teal-icon.png) 2px 20px no-repeat !important;
  }
  :lang(pl-PL).teal-master-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-level1.open
    > .navigation-item-title
    .navigation-item-decoration {
    background: url(../../img/close-teal-icon.png) 6px 30px no-repeat !important;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  :lang(pl-PL)
    #wrapper
    #header
    .teal-main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1 {
    padding-left: 120px !important;
  }
}
@media only screen and (max-width: 767px) and (min-width: 600px) {
  :lang(pl-PL) #wrapper #header .mob-menu p,
  :lang(pl-PL) #wrapper #header .mob-menu p.close-menu {
    margin-left: 160px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
  :lang(ro-RO) .page-home .home-carousel .carousel-nav-next,
  :lang(ro-RO) .page-home .home-carousel .carousel-nav-prev {
    top: 84%;
  }
}
:lang(ro-RO)
  .romania-font-body
  .main-navigation-box
  .navigation-horizontal
  ul.navigation-level1
  .navigation-item.navigation-level1.has-children:not(:first-child)
  > .navigation-item-title {
  pointer-events: none;
}
:lang(ro-RO) .romania-font-body .product-btn-wrap .green-button-txt:hover {
  width: 250px;
}
:lang(ro-RO) .template-home-template {
  overflow-x: hidden;
}
:lang(ro-RO) .main-navigation-box .home-logo a:hover {
  background-color: #00b2a9 !important;
}
:lang(ro-RO)
  .template-home-template
  .main-navigation-box
  .navigation-item.navigation-level1
  > .navigation-item-title {
  background: #00b2a9 !important;
}
:lang(ro-RO)
  .template-home-template
  .main-navigation-box
  .navigation.navigation-horizontal {
  background: #00b2a9 !important;
  position: relative;
  z-index: 10;
}
:lang(ro-RO) .header_buttons {
  position: absolute;
  margin-left: 180px !important;
  top: -5px;
}
:lang(ro-RO) .gtm--get-text {
  border: 1px solid #00b2a9;
  border-radius: 10px;
  color: #00b2a9;
  display: inline-block;
  font-family: "Montserrat", sans-serif !important;
  font-size: 15px;
  font-weight: 500;
  margin-top: 10px;
  text-align: center;
  padding: 0 22px;
  line-height: 24px;
  text-transform: uppercase;
}
:lang(ro-RO) .gtm--get-text:hover {
  background: #00b2a9;
  border-radius: 10px;
  color: #fff;
}
@media (max-width: 768px) {
  :lang(ro-RO) .gtm--get-text {
    display: none;
  }
}
:lang(ro-RO) .home-logo {
  position: relative;
  z-index: 10;
}
:lang(ro-RO) .main-navigation-box .navigation.navigation-horizontal {
  background: #00b2a9 !important;
}
:lang(ro-RO) .mob-menu-box,
:lang(ro-RO) .teal-main-navigation-box {
  background: #00b2a9 !important;
  position: relative;
}
:lang(ro-RO) .mob-menu-box > .component-content,
:lang(ro-RO) .teal-main-navigation-box > .component-content {
  position: relative;
}
@media only screen and (max-width: 768px) {
  :lang(ro-RO) .mob-menu-box:before,
  :lang(ro-RO) .teal-main-navigation-box:before {
    display: none;
  }
}
:lang(ro-RO) .main-navigation-box {
  top: 0 !important;
}
@media only screen and (max-width: 959px) and (min-width: 320px) {
  :lang(ro-RO) .template-home-template .main-navigation-box .home-logo a {
    background: #00b2a9 !important;
  }
}
@media (min-width: 768px) {
  :lang(ro-RO)
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1 {
    display: flex !important;
    flex-wrap: nowrap;
    max-width: 100%;
    height: 56px;
  }
  :lang(ro-RO)
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    a {
    font-size: 14px !important;
  }
  :lang(ro-RO)
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    .navigation-item.navigation-level1 {
    margin-left: 0;
    margin-bottom: 0;
    align-self: center;
    position: relative;
    background: transparent !important;
    display: flex;
    height: 56px;
  }
  :lang(ro-RO)
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    .navigation-item.navigation-level1.is-active:before,
  :lang(ro-RO)
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    .navigation-item.navigation-level1:hover:before {
    background: #fff;
    bottom: 0;
    content: "";
    display: block;
    height: 7px;
    position: absolute;
    width: 100%;
  }
  :lang(ro-RO)
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    .navigation-item.navigation-level1.is-active
    a {
    color: #fff !important;
  }
  :lang(ro-RO)
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    .navigation-item-title {
    padding: 0 10px !important;
    align-self: center;
    white-space: normal;
    text-align: center;
    background: transparent !important;
    font-size: 14px;
  }
  :lang(ro-RO) .teal-master-body .main-navigation-box .home-logo a:hover,
  :lang(ro-RO)
    .teal-master-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1
    > a.navigation-item-title:focus,
  :lang(ro-RO)
    .teal-master-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1
    > a.navigation-item-title:hover,
  :lang(ro-RO)
    .template-home-template
    .main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1
    > a.navigation-item-title:hover,
  :lang(ro-RO)
    .tetemplate-home-template
    .main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1
    > a.navigation-item-title:focus {
    background-color: transparent !important;
  }
  :lang(ro-RO)
    .page-polident-double-power-denture-cleaning-tablets-vbl
    .produt-description {
    margin-top: 230px;
  }
  :lang(ro-RO) .page-polident-cushion-and-comfort .image_down img {
    margin-top: 36px;
  }
}
:lang(ro-RO) .block_link {
  display: flex;
  height: 102px;
  padding: 0 50px 0 20px;
  vertical-align: middle;
  background: #00b2a9 url(../../img/button_arrow.png) 95% 50% no-repeat;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  align-items: center;
  line-height: 1.2;
}
:lang(ro-RO) .block_link:hover {
  color: #fff;
  background: #039a93 url(../../img/button_arrow.png) 95% 50% no-repeat;
}
:lang(ro-RO) .article_blocks > .component-content > .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 960px) {
  :lang(ro-RO) .article_blocks > .component-content > .content {
    padding: 0 15px;
  }
}
:lang(ro-RO) .article_blocks > .component-content > .content > a {
  display: none;
}
:lang(ro-RO) .article_blocks > .component-content > .content .image {
  line-height: 0;
}
:lang(ro-RO) .article_blocks > .component-content > .content .component,
:lang(ro-RO) .article_blocks > .component-content > .content .component p {
  margin: 0;
}
:lang(ro-RO) .article_blocks > .component-content > .content .box {
  width: 32%;
  margin-bottom: 20px;
}
@media (max-width: 968px) {
  :lang(ro-RO) .article_blocks > .component-content > .content .box {
    width: 48%;
  }
}
@media (max-width: 600px) {
  :lang(ro-RO) .article_blocks > .component-content > .content .box {
    width: 100%;
  }
}
:lang(ro-RO) .article_infoblock {
  font-size: 18px;
  line-height: 1.2;
  color: #000;
}
@media (max-width: 960px) {
  :lang(ro-RO) .article_infoblock {
    padding: 0 15px;
  }
}
:lang(ro-RO) .article_infoblock h2 {
  font-size: 22px;
  font-weight: 400;
  line-height: 25px;
  text-transform: uppercase;
}
:lang(ro-RO) .hero-article-title {
  position: relative;
  border: 0 solid #fff;
  padding: 17px 25px;
  font-size: 37px;
  color: #fff;
  text-align: center;
  top: auto;
  left: auto;
  width: 100%;
  box-sizing: border-box;
  background: #00b2a9 !important;
}
:lang(ro-RO) .hero-article-title .hero-article-heading {
  font-size: 37px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: -3px;
  margin: 0;
}
:lang(ro-RO) .reference-title-article-block {
  position: relative;
  margin: 25px 0;
}
:lang(ro-RO) .custom_link {
  position: relative;
  background: #00b2a9 url(../../img/custom_link.png) 100% 100% no-repeat;
  background-size: cover;
  width: 100%;
  height: 234px;
  padding: 0 50px 0 20px;
  vertical-align: middle;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  align-items: center;
  line-height: 1.2;
  display: flex;
  box-sizing: border-box;
}
:lang(ro-RO) .custom_link:hover {
  color: #fff;
}
:lang(ro-RO) .custom_link:hover:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.05);
}
:lang(ro-RO)
  .reference-title-article-block
  .hero-article
  .hero-article-background-image-desktop,
:lang(ro-RO)
  .reference-title-article-block
  .hero-article
  .hero-article-background-image-mobile {
  display: none;
}
@media (min-width: 768px) {
  :lang(ro-RO) .rreference-title-article-block .hero-article {
    margin-bottom: 15px;
    margin-top: 35px;
  }
  :lang(ro-RO)
    .reference-title-article-block
    .hero-article
    .hero-article-background-image-mobile {
    display: none;
  }
  :lang(ro-RO)
    .reference-title-article-block
    .hero-article
    .hero-article-background-image-desktop {
    display: block;
  }
  :lang(ro-RO) .hero-article-title {
    position: absolute;
    border: 8px solid #fff;
    padding: 17px 25px;
    font-size: 37px;
    color: #fff;
    text-align: center;
    top: 36px;
    left: 38px;
    max-width: 370px;
    background: transparent !important;
  }
  :lang(ro-RO) .hero-article-title .hero-article-heading {
    font-size: 37px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: -3px;
    margin: 0;
  }
}
:lang(ro-RO) .reference-hero-home {
  margin-bottom: 0;
}
:lang(ro-RO) .reference-hero-home .hero-home {
  background-position: 100%;
  background-repeat: no-repeat;
  position: relative;
}
:lang(ro-RO)
  .reference-hero-home
  .hero-home
  .hero-home-background-image-desktop {
  display: none;
}
:lang(ro-RO) .reference-hero-home .hero-home .hero-home-content {
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  height: 100%;
  justify-content: flex-end;
  left: 4%;
  line-height: 21px;
  position: absolute;
  top: 0;
  width: 90%;
}
:lang(ro-RO) .reference-hero-home .hero-home .hero-home-heading {
  color: #fff;
  font-size: 34px;
  font-weight: 500 !important;
  line-height: 36px;
}
@media (max-width: 959px) and (min-width: 769px) {
  :lang(ro-RO) .reference-hero-home .hero-home .hero-home-heading {
    font-size: 24px;
  }
}
:lang(ro-RO) .reference-hero-home .hero-home .hero-home-copy {
  font-size: 15px;
  line-height: 21px;
}
@media (max-width: 959px) and (min-width: 769px) {
  :lang(ro-RO) .reference-hero-home .hero-home .hero-home-copy {
    font-size: 13px;
  }
}
:lang(ro-RO) .reference-hero-home .hero-home .hero-home-copy-image {
  flex-shrink: 0;
  margin-bottom: 5%;
  margin-left: -6%;
  max-width: none;
  width: 110%;
}
:lang(ro-RO) .reference-hero-home .hero-home .hero-home-footnote {
  font-size: 12px;
}
:lang(ro-RO) .hero-home-background-image-mobile {
  width: 100%;
}
@media (min-width: 768px) {
  :lang(ro-RO) .reference-hero-home .hero-home {
    margin-bottom: 15px;
    margin-top: 35px;
  }
  :lang(ro-RO)
    .reference-hero-home
    .hero-home
    .hero-home-background-image-mobile {
    display: none;
  }
  :lang(ro-RO)
    .reference-hero-home
    .hero-home
    .hero-home-background-image-desktop {
    display: block;
  }
  :lang(ro-RO) .reference-hero-home .hero-home .hero-home-content {
    color: #323131;
    width: 45%;
  }
  :lang(ro-RO) .reference-hero-home .hero-home .hero-home-heading {
    color: #00b2a9;
    font-weight: 400 !important;
  }
  :lang(ro-RO) .reference-hero-home .hero-home .hero-home-copy-image {
    margin-bottom: 0;
    margin-left: -10%;
    margin-top: 0;
    width: 113%;
  }
  :lang(ro-RO) .reference-hero-home .hero-home .hero-home-footnote {
    font-size: 10px;
    margin-top: 30px;
    margin-bottom: 35px;
  }
}
:lang(ro-RO) .reference-lazy-load-image-button figure {
  position: relative;
}
:lang(ro-RO) .reference-lazy-load-image-button figcaption {
  left: 17px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 75%;
}
:lang(ro-RO) .reference-lazy-load-image-button a {
  color: #fff;
  font-size: 21px;
  font-weight: 800;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
}
:lang(ro-RO) .navigation-journeys {
  display: flex;
  height: 31.25vw;
  justify-content: space-between;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
:lang(ro-RO) .navigation-journeys li {
  background-size: 100% 100%;
  margin-left: -3%;
  overflow: hidden;
  width: 100%;
}
:lang(ro-RO) .navigation-journeys li:first-of-type {
  background-image: url(../../img/chev_all_01.png);
}
:lang(ro-RO) .navigation-journeys li:nth-of-type(2) {
  background-image: url(../../img/chev_all_02.png);
}
:lang(ro-RO) .navigation-journeys li:nth-of-type(3) {
  background-image: url(../../img/chev_all_03.png);
}
:lang(ro-RO) .navigation-journeys li:nth-of-type(4) {
  background-image: url(../../img/chev_all_04.png);
}
:lang(ro-RO) .navigation-journeys li a {
  align-items: center;
  display: flex;
  height: 100%;
  width: 100%;
}
:lang(ro-RO) .navigation-journeys li span {
  display: block;
  text-align: center;
  width: 100%;
  padding: 17vw 6vw 0;
  align-self: flex-start;
  font-size: 2vw;
  line-height: 3vw;
  color: #fff;
  font-weight: bold;
}
@media (min-width: 768px) {
  :lang(ro-RO) .navigation-journeys {
    height: 98px;
  }
  :lang(ro-RO) .navigation-journeys li:hover span {
    color: #00984f;
  }
  :lang(ro-RO) .navigation-journeys li:first-of-type {
    background-image: url(../../img/chev_01.png);
    margin-left: 0;
  }
  :lang(ro-RO) .navigation-journeys li:first-of-type span {
    padding-left: 40%;
  }
  :lang(ro-RO) .navigation-journeys li:first-of-type:hover {
    background-image: url(../../img/chev_01_on.png);
  }
  :lang(ro-RO) .navigation-journeys li:nth-of-type(2) {
    background-image: url(../../img/chev_02.png);
  }
  :lang(ro-RO) .navigation-journeys li:nth-of-type(2):hover {
    background-image: url(../../img/chev_02_on.png);
  }
  :lang(ro-RO) .navigation-journeys li:nth-of-type(3) {
    background-image: url(../../img/chev_03.png);
  }
  :lang(ro-RO) .navigation-journeys li:nth-of-type(3):hover {
    background-image: url(../../img/chev_03_on.png);
  }
  :lang(ro-RO) .navigation-journeys li:nth-of-type(4) {
    background-image: url(../../img/chev_04.png);
  }
  :lang(ro-RO) .navigation-journeys li:nth-of-type(4):hover {
    background-image: url(../../img/chev_04_on.png);
  }
  :lang(ro-RO) .navigation-journeys li span {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 16px;
    padding: 0 0 0 50%;
    font-weight: 400;
    text-transform: uppercase;
    width: 44%;
    align-self: auto;
  }
}
:lang(ro-RO) .navigation .component-content {
  overflow: visible;
}
:lang(ro-RO) .box-right-template-sharethis {
  background: #00b2a9;
}
:lang(ro-RO)
  #footer
  .navigation-item.navigation-level1
  > .navigation-item-title {
  color: #00b2a9;
}
:lang(ro-RO)
  .teal-master-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1.has-active-child
  > .navigation-item-title {
  background: transparent !important;
  color: #fff !important;
}
:lang(ro-RO) .teal-master-body .green-button-txt {
  background: #00b2a9 url(../../img/buynowright-arrow.png) no-repeat scroll
    91.5% 49% !important;
}
:lang(ro-RO) .teal-master-body .back-link a {
  color: #00b2a9;
}
:lang(ro-RO)
  .teal-master-body.page-polident-double-power-denture-cleaning-tablets-vbl
  .green-button-txt {
  width: 250px;
  background: #00b2a9 url(../../img/buynowright-arrow.png) no-repeat scroll
    91.5% 49% !important;
  text-align: left;
}
:lang(ro-RO) .page-where-to-buy #wtb-image-1 img {
  height: 150px;
  transform: scale(1.7);
  top: 22px;
  position: relative;
}
:lang(tr-TR) body {
  background: url(../../../../../../../../content/dam/cf-consumer-healthcare/polident/tr_tr/ImageX/topNavFullwidth.png?auto=format)
      0 0 repeat-x,
    linear-gradient(#f0f5f5, #f1f5f6);
  background-image: url(../../../../../../../../content/dam/cf-consumer-healthcare/polident/tr_tr/ImageX/topNavFullwidth.png?auto=format)
    0 0 repeat-x;
}
:lang(tr-TR) .header-box .form-search button {
  background: url(../../../../../../../../content/dam/cf-consumer-healthcare/polident/tr_tr/ImageX/search-icon.png?auto=format)
    no-repeat transparent;
}
:lang(tr-TR) .select-wrapper1 {
  background: url(../../../../../../../../content/dam/cf-consumer-healthcare/polident/tr_tr/ImageX/dropdown-arrow.png?auto=format)
    86% no-repeat;
}
:lang(tr-TR) .teal-master-body {
  background: url(../../../../../../../../content/dam/cf-consumer-healthcare/polident/tr_tr/ImageX/teal-topNavFullwidth.png?auto=format)
      0 0 repeat-x,
    linear-gradient(#f0f5f5, #f1f5f6);
  background-image: url(../../../../../../../../content/dam/cf-consumer-healthcare/polident/tr_tr/ImageX/teal-topNavFullwidth.png?auto=format)
    0 0 repeat-x;
}
:lang(tr-TR)
  .teal-master-body
  .promo-white-box
  .promo-header
  p
  a
  span.product-header {
  background: url(../../../../../../../../content/dam/cf-consumer-healthcare/polident/tr_tr/ImageX/teal-more-small-white.png?auto=format)
    100% no-repeat;
}
:lang(tr-TR) .master-locale .our-products-white-box .product-range {
  background: #fff
    url(../../../../../../../../content/dam/cf-consumer-healthcare/polident/tr_tr/ImageX/home-box-border.png?auto=format)
    center 0 repeat-y !important;
}
:lang(tr-TR) .span-faq-green-button {
  padding-right: 12.5%;
}
:lang(tr-TR) .produt-description .green-button-txt {
  width: auto;
  height: auto;
  background-position-x: 96%;
}
:lang(tr-TR) .produt-description .green-button-txt:hover {
  background-position-x: 96%;
}
:lang(tr-TR) .product-btn-wrap p {
  float: left;
}
@media only screen and (max-width: 767px) {
  :lang(tr-TR) .master-locale .our-products-white-box .product-range {
    background: #fff
      url(../../../../../../../../content/dam/cf-consumer-healthcare/polident/tr_tr/ImageX/home-box-border.png?auto=format)
      center 230px repeat-x !important;
  }
  :lang(tr-TR) .span-faq-green-button {
    width: auto;
    height: auto;
  }
  :lang(tr-TR) .span-faq-green-button:hover {
    width: auto;
  }
}
@media (min-width: 768px) {
  :lang(tr-TR) .image_down img {
    margin-top: 0;
  }
  :lang(tr-TR) .span-faq-green-button {
    width: 86%;
  }
  :lang(tr-TR) .span-faq-green-button:hover {
    width: 86%;
    padding-right: 12.5%;
  }
}
:lang(zh) body {
  background: url(../../../../../../../../content/dam/cf-consumer-healthcare/polident/zh_HK/ImageX/topNavFullwidth.png?auto=format)
      0 0 repeat-x,
    linear-gradient(#f0f5f5, #f1f5f6);
  background-image: url(../../../../../../../../content/dam/cf-consumer-healthcare/polident/zh_HK/ImageX/topNavFullwidth.png?auto=format)
    0 0 repeat-x;
}
:lang(zh) .header-box .form-search button {
  background: url(../../../../../../../../content/dam/cf-consumer-healthcare/polident/zh_HK/ImageX/search-icon.png?auto=format)
    no-repeat transparent;
}
:lang(zh) .header-box .country-selector {
  margin-left: 35px;
}
:lang(zh) .teal-master-body #overlaybrowsefile a {
  background: #00b2a9
    url(../../../../../../../../content/dam/cf-consumer-healthcare/polident/zh_HK/ImageX/more-small-white.png?auto=format)
    87% 52% no-repeat !important;
}
:lang(zh) .master-locale .our-products-white-box .product-range {
  background: #fff
    url(../../../../../../../../content/dam/cf-consumer-healthcare/polident/zh_HK/ImageX/home-box-border.png?auto=format)
    center 0 repeat-y !important;
}
:lang(zh) .red-master-body #overlaybrowsefile a {
  background: #f7323f
    url(../../../../../../../../content/dam/cf-consumer-healthcare/polident/zh_HK/ImageX/more-small-white.png?auto=format)
    87% 52% no-repeat !important;
  border: 1px solid #f7323f;
}
:lang(zh) .contact-white-box .privacy-txt a,
:lang(zh) .contact-white-box .privacy-txt a:hover {
  text-decoration: none !important;
}
:lang(zh) .byte-site-map ul li .super-parent {
  text-transform: none;
}
:lang(zh)
  .page-the-innovation-of-the-fixative-for-dental-prostheses
  .promo-white-box
  .promo-header
  p
  a {
  background: url(../../../../../../../../content/dam/cf-consumer-healthcare/polident/zh_HK/ImageX/more-small-white.png?auto=format);
}
:lang(zh) #footer li:nth-child(5) {
  border-right: 1px solid #757575 !important;
}
:lang(zh)
  .page-free-sample
  .gigya-screen
  .gigya-composite-control-label.mdc_checkbox {
  display: none;
}
:lang(zh) .navigation-item.navigation-level1,
:lang(zh) .navigation-item.navigation-level1.is-active {
  margin-bottom: 10px;
}
:lang(zh) .navigation-item.navigation-level1.is-active.page-free-sample,
:lang(zh) .navigation-item.navigation-level1.page-free-sample {
  float: right;
}
:lang(zh)
  .navigation-item.navigation-level1.is-active.page-free-sample
  .navigation-item-title,
:lang(zh)
  .navigation-item.navigation-level1.page-free-sample
  .navigation-item-title {
  border: 2px solid #fff;
  border-radius: 25px;
  margin-top: 12px;
  margin-right: 6px;
  padding: 5px 22px;
  background-color: #009a44;
  color: #fff;
}
:lang(zh)
  .navigation-item.navigation-level1.is-active.page-free-sample.is-active:hover
  .navigation-item-title,
:lang(zh)
  .navigation-item.navigation-level1.page-free-sample.is-active:hover
  .navigation-item-title {
  background-color: #21c268;
}
:lang(zh)
  .navigation-item.navigation-level1.is-active.page-free-sample.is-active
  > .navigation-item-title,
:lang(zh)
  .navigation-item.navigation-level1.page-free-sample.is-active
  > .navigation-item-title {
  background-color: #009a44;
  color: #fff;
}
:lang(zh) .page-where-to-buy .image-wheretobuy {
  padding-bottom: 41px;
}
:lang(zh) .page-where-to-buy [class*="box-inner-"] .richText.first {
  border-bottom: 1px solid #00b2a9;
  margin-bottom: 10px;
  padding-bottom: 25px;
  padding-top: 35px;
}
:lang(zh) .page-where-to-buy [class*="box-inner-"] .richText.first p {
  font-size: 32px;
  padding-top: 5px;
}
:lang(zh) .page-where-to-buy [class*="box-inner-"] .richText.omega {
  height: 77px;
  padding-bottom: 16px;
}
:lang(zh)
  .gigya-layout-row
  .gigya-composite-control.gigya-composite-control-textbox
  span.gigya-error-msg {
  display: flex;
  visibility: visible;
  color: #c6080e;
}
@media (min-width: 768px) {
  :lang(zh)
    .gigya-layout-row
    .gigya-composite-control.gigya-composite-control-textbox
    span.gigya-error-msg {
    justify-content: center;
    margin-left: 29px;
  }
}
@media (min-width: 992px) {
  :lang(zh)
    .gigya-layout-row
    .gigya-composite-control.gigya-composite-control-textbox
    span.gigya-error-msg {
    margin-left: -29px;
  }
}
:lang(zh)
  .gigya-layout-row
  .gigya-composite-control.gigya-composite-control-textbox
  span.gigya-error-msg:before {
  content: "必填字段";
}
:lang(zh)
  .gigya-layout-row
  .gigya-composite-control.gigya-composite-control-textbox
  span.gigya-error-msg.gigya-error-msg-active {
  justify-content: flex-start;
  margin-left: 0;
}
@media (min-width: 768px) {
  :lang(zh)
    .gigya-layout-row
    .gigya-composite-control.gigya-composite-control-textbox
    span.gigya-error-msg.gigya-error-msg-active {
    margin-left: 48%;
  }
}
@media (min-width: 992px) {
  :lang(zh)
    .gigya-layout-row
    .gigya-composite-control.gigya-composite-control-textbox
    span.gigya-error-msg.gigya-error-msg-active {
    margin-left: 43.5%;
  }
}
:lang(zh)
  .gigya-layout-row
  .gigya-composite-control.gigya-composite-control-textbox
  span.gigya-error-msg.gigya-error-msg-active:before {
  display: none;
}
@media only screen and (max-width: 767px) {
  :lang(zh) .master-locale .our-products-white-box .product-range {
    background: #fff
      url(../../../../../../../../content/dam/cf-consumer-healthcare/polident/zh_HK/ImageX/home-box-border.png?auto=format)
      center 230px repeat-x !important;
  }
  :lang(zh) .page-free-sample .klasa {
    margin-left: 9%;
  }
  :lang(zh) .mob-menu-box .mob-search .button {
    background: none;
  }
}
@media (min-width: 992px) {
  :lang(zh)
    .main-navigation-box
    .header_nav_small.navigation-horizontal
    .navigation-item.navigation-level1.has-children
    > .navigation-item-title {
    font-size: 16px;
  }
  :lang(zh) .page-free-sample .klasa {
    margin-left: 22%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  :lang(zh) .page-wrap .articleList-title a {
    line-height: 35px;
  }
  :lang(zh) .page-free-sample .klasa {
    margin-left: 17%;
  }
}
@media (min-width: 960px) {
  :lang(zh) .header-box > .component-content > .content {
    height: 48px;
    position: relative;
  }
  :lang(zh) .header-box .searchBox.search-box {
    position: absolute;
    right: calc(4% + 20px);
    top: 1px;
  }
  :lang(zh) .header-box .large {
    position: absolute;
    right: calc(22% + 30px);
    top: 1px;
  }
  :lang(zh) .header-box .medium {
    position: absolute;
    right: calc(22% + 15px);
    top: 1px;
  }
  :lang(zh) .header-box .ph-template {
    position: absolute;
    right: calc(27% + 10px);
    top: 5px;
  }
  :lang(zh) .mandarin-font-body .header-box .ph-template {
    position: absolute;
    right: calc(27% + 45px);
    top: 5px;
  }
  :lang(zh) .mandarin-font-body .header-box .country-selector {
    position: absolute;
    right: calc(27% + 10px);
  }
}
@media only screen and (max-width: 767px) {
  :lang(zh) .page-home .home-gray-box {
    background: none;
  }
}
:lang(zh)
  .page-poligrip-free-sample
  .gigya-screen
  label.gigya-composite-control.gigya-composite-control-label {
  font-size: 90%;
  font-weight: 600;
  padding-left: 0 !important;
  margin-left: -25px;
  position: relative;
  top: -5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  :lang(zh)
    .page-poligrip-free-sample
    .gigya-screen
    label.gigya-composite-control.gigya-composite-control-label {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  :lang(zh)
    .page-poligrip-free-sample
    .gigya-screen
    label.gigya-composite-control.gigya-composite-control-label {
    display: block;
    margin-left: 0;
  }
}
:lang(zh)
  .page-poligrip-free-sample
  .gigya-screen
  label.gigya-composite-control:last-of-type {
  font-size: 100%;
  font-weight: 400;
  padding-left: 23% !important;
  margin-left: 0;
  top: 0;
}
:lang(cs-CZ) .header-box .large p a {
  line-height: 0.8;
}
:lang(cs-CZ) .header-box .medium {
  margin-top: 13px;
}
@media (min-width: 768px) {
  :lang(cs-CZ)
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1 {
    display: flex;
    flex-wrap: nowrap;
    max-width: 100%;
    height: 75px;
  }
  :lang(cs-CZ)
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    a {
    font-size: 14px !important;
  }
  :lang(cs-CZ)
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    .navigation-item.navigation-level1 {
    margin-left: 0;
    margin-bottom: 0;
    align-self: center;
    position: relative;
    background: transparent !important;
    display: flex;
    height: 75px;
  }
  :lang(cs-CZ)
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    .navigation-item.navigation-level1.is-active:before,
  :lang(cs-CZ)
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    .navigation-item.navigation-level1:hover:before {
    background: #fff;
    bottom: 3px;
    content: "";
    display: block;
    height: 7px;
    position: absolute;
    width: 100%;
  }
  :lang(cs-CZ)
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    .navigation-item.navigation-level1.is-active
    a {
    color: #fff !important;
    background: transparent !important;
  }
  :lang(cs-CZ)
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    .navigation-item-title {
    padding: 0 10px !important;
    align-self: center;
    white-space: normal;
    text-align: center;
    background: transparent !important;
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
  }
  :lang(cs-CZ) .teal-master-body .main-navigation-box .home-logo a:hover,
  :lang(cs-CZ)
    .template-oral-polident-home-template
    .main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1
    > a.navigation-item-title:focus,
  :lang(cs-CZ)
    .template-oral-polident-home-template
    .main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1
    > a.navigation-item-title:hover {
    background-color: transparent !important;
  }
  :lang(cs-CZ)
    .teal-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.has-active-child
    > .navigation-item-title,
  :lang(cs-CZ)
    .teal-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.is-active.is-open
    > .navigation-item-title,
  :lang(cs-CZ)
    .teal-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.is-active
    > .navigation-item-title,
  :lang(cs-CZ)
    .teal-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.is-active
    > .navigation-item-title:focus,
  :lang(cs-CZ)
    .teal-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.is-active
    > .navigation-item-title:hover {
    color: #fff !important;
  }
}
@media only screen and (max-width: 959px) and (min-width: 320px) {
  :lang(cs-CZ)
    .teal-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.is-active.is-open
    > .navigation-item-title,
  :lang(cs-CZ)
    .teal-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.is-active
    > a.navigation-item-title {
    color: #fff !important;
  }
  :lang(cs-CZ) .header-box .country-selector {
    display: block !important;
    position: absolute;
    right: 15%;
    width: 20px;
  }
  :lang(cs-CZ) #footer .country-selector {
    display: none !important;
  }
}
:lang(cs-CZ) .block_link {
  display: flex;
  min-height: 102px;
  padding: 5px 50px 5px 20px;
  vertical-align: middle;
  background: #00b2a9 url(../../img/button_arrow.png) 95% 50% no-repeat;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  align-items: center;
  line-height: 1.2;
}
:lang(cs-CZ) .article_blocks > .component-content > .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 960px) {
  :lang(cs-CZ) .article_blocks > .component-content > .content {
    padding: 0 15px;
  }
}
:lang(cs-CZ) .article_blocks > .component-content > .content > a {
  display: none;
}
:lang(cs-CZ) .article_blocks > .component-content > .content .image {
  line-height: 0;
}
:lang(cs-CZ) .article_blocks > .component-content > .content .component,
:lang(cs-CZ) .article_blocks > .component-content > .content .component p {
  margin: 0;
}
:lang(cs-CZ) .article_blocks > .component-content > .content .box {
  width: 32%;
  margin-bottom: 20px;
}
@media (max-width: 968px) {
  :lang(cs-CZ) .article_blocks > .component-content > .content .box {
    width: 48%;
  }
}
@media (max-width: 600px) {
  :lang(cs-CZ) .article_blocks > .component-content > .content .box {
    width: 100%;
  }
}
:lang(cs-CZ) .article_infoblock {
  font-size: 18px;
  line-height: 1.2;
  color: #000;
}
@media (max-width: 960px) {
  :lang(cs-CZ) .article_infoblock {
    padding: 0 15px;
  }
}
:lang(cs-CZ) .article_infoblock h2 {
  font-size: 22px;
  font-weight: 400;
  line-height: 25px;
  text-transform: uppercase;
  line-height: 1.4;
}
:lang(cs-CZ) .hero-article-title {
  position: relative;
  border: 0 solid #fff;
  padding: 17px 25px;
  font-size: 37px;
  color: #fff;
  text-align: center;
  top: auto;
  left: auto;
  width: 100%;
  box-sizing: border-box;
  background: #00b2a9 !important;
}
:lang(cs-CZ) .hero-article-title .hero-article-heading {
  font-size: 37px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: -3px;
  margin: 0;
}
:lang(cs-CZ) .reference-title-article-block {
  position: relative;
  margin: 25px 0;
}
:lang(cs-CZ) .custom_link {
  background: #00b2a9 url(../../img/custom_link.png) 100% 100% no-repeat;
  background-size: cover;
  width: 100%;
  height: 234px;
  padding: 0 50px 0 20px;
  vertical-align: middle;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  align-items: center;
  line-height: 1.2;
  display: flex;
  box-sizing: border-box;
}
:lang(cs-CZ)
  .reference-title-article-block
  .hero-article
  .hero-article-background-image-desktop,
:lang(cs-CZ)
  .reference-title-article-block
  .hero-article
  .hero-article-background-image-mobile {
  display: none;
}
@media (min-width: 768px) {
  :lang(cs-CZ) .rreference-title-article-block .hero-article {
    margin-bottom: 15px;
    margin-top: 35px;
  }
  :lang(cs-CZ)
    .reference-title-article-block
    .hero-article
    .hero-article-background-image-mobile {
    display: none;
  }
  :lang(cs-CZ)
    .reference-title-article-block
    .hero-article
    .hero-article-background-image-desktop {
    display: block;
  }
  :lang(cs-CZ) .hero-article-title {
    position: absolute;
    border: 8px solid #fff;
    padding: 17px 25px;
    font-size: 37px;
    color: #fff;
    text-align: center;
    top: 50%;
    left: 38px;
    max-width: 370px;
    background: transparent !important;
    transform: translateY(-50%);
  }
  :lang(cs-CZ) .hero-article-title .hero-article-heading {
    font-size: 37px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: -3px;
    margin: 0;
  }
}
:lang(cs-CZ) .reference-hero-home {
  margin-bottom: 0;
}
:lang(cs-CZ) .reference-hero-home .hero-home {
  background-position: 100%;
  background-repeat: no-repeat;
  position: relative;
}
:lang(cs-CZ)
  .reference-hero-home
  .hero-home
  .hero-home-background-image-desktop {
  display: none;
}
:lang(cs-CZ) .reference-hero-home .hero-home .hero-home-content {
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  height: 100%;
  justify-content: center;
  left: 4%;
  line-height: 21px;
  position: absolute;
  top: 0;
  width: 90%;
}
:lang(cs-CZ) .reference-hero-home .hero-home .hero-home-heading {
  color: #fff;
  font-size: 34px;
  font-weight: 500 !important;
  line-height: 36px;
}
@media (max-width: 959px) and (min-width: 769px) {
  :lang(cs-CZ) .reference-hero-home .hero-home .hero-home-heading {
    font-size: 24px;
  }
}
@media only screen and (max-width: 500px) {
  :lang(cs-CZ) .reference-hero-home .hero-home .hero-home-heading {
    font-size: 24px;
    line-height: 26px;
  }
}
:lang(cs-CZ) .reference-hero-home .hero-home .hero-home-copy {
  font-size: 15px;
  line-height: 21px;
}
@media (max-width: 959px) and (min-width: 769px) {
  :lang(cs-CZ) .reference-hero-home .hero-home .hero-home-copy {
    font-size: 13px;
  }
}
:lang(cs-CZ) .reference-hero-home .hero-home .hero-home-copy-image {
  flex-shrink: 0;
  margin-bottom: 5%;
  margin-left: -6%;
  max-width: none;
  width: 110%;
}
:lang(cs-CZ) .reference-hero-home .hero-home .hero-home-footnote {
  font-size: 12px;
}
:lang(cs-CZ) .hero-home-background-image-mobile {
  width: 100%;
}
@media (min-width: 768px) {
  :lang(cs-CZ) .reference-hero-home .hero-home {
    margin-bottom: 15px;
    margin-top: 35px;
  }
  :lang(cs-CZ)
    .reference-hero-home
    .hero-home
    .hero-home-background-image-mobile {
    display: none;
  }
  :lang(cs-CZ)
    .reference-hero-home
    .hero-home
    .hero-home-background-image-desktop {
    display: block;
  }
  :lang(cs-CZ) .reference-hero-home .hero-home .hero-home-content {
    color: #323131;
    width: 45%;
  }
  :lang(cs-CZ) .reference-hero-home .hero-home .hero-home-heading {
    color: #00b2a9;
    font-weight: 400 !important;
  }
  :lang(cs-CZ) .reference-hero-home .hero-home .hero-home-copy-image {
    margin-bottom: 0;
    margin-left: -10%;
    margin-top: 0;
    width: 113%;
  }
  :lang(cs-CZ) .reference-hero-home .hero-home .hero-home-footnote {
    font-size: 10px;
    margin-top: 30px;
    margin-bottom: 35px;
    color: #000;
  }
}
:lang(cs-CZ) .reference-lazy-load-image-button figure {
  position: relative;
}
:lang(cs-CZ) .reference-lazy-load-image-button figcaption {
  left: 17px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 75%;
}
:lang(cs-CZ) .reference-lazy-load-image-button a {
  color: #fff;
  font-size: 21px;
  font-weight: 800;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
}
:lang(cs-CZ) .navigation-journeys {
  display: flex;
  height: 31.25vw;
  justify-content: space-between;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
:lang(cs-CZ) .navigation-journeys li {
  background-size: 100% 100%;
  margin-left: -3%;
  overflow: hidden;
  width: 100%;
}
:lang(cs-CZ) .navigation-journeys li:first-of-type {
  background-image: url(../../img/chev_all_01.png);
}
:lang(cs-CZ) .navigation-journeys li:nth-of-type(2) {
  background-image: url(../../img/chev_all_02.png);
}
:lang(cs-CZ) .navigation-journeys li:nth-of-type(3) {
  background-image: url(../../img/chev_all_03.png);
}
:lang(cs-CZ) .navigation-journeys li:nth-of-type(4) {
  background-image: url(../../img/chev_all_04.png);
}
:lang(cs-CZ) .navigation-journeys li:first-of-type:hover {
  background-image: url(../../img/emptyarrow_mobile_1_1.png);
}
:lang(cs-CZ) .navigation-journeys li:nth-of-type(2):hover {
  background-image: url(../../img/emptyarrow_mobile_1_2.png);
}
:lang(cs-CZ) .navigation-journeys li:nth-of-type(3):hover {
  background-image: url(../../img/emptyarrow_mobile_1_3.png);
}
:lang(cs-CZ) .navigation-journeys li:nth-of-type(4):hover {
  background-image: url(../../img/emptyarrow_mobile_1_4.png);
}
:lang(cs-CZ) .navigation-journeys li a {
  align-items: center;
  display: flex;
  height: 100%;
  width: 100%;
}
:lang(cs-CZ) .navigation-journeys li span {
  display: block;
  text-align: center;
  width: 100%;
  padding: 17vw 6vw 0;
  align-self: flex-start;
  font-size: 2vw;
  line-height: 3vw;
  color: #fff;
  font-weight: bold;
}
:lang(cs-CZ) .navigation-journeys li:hover span {
  color: #00b2a9;
}
@media (min-width: 768px) {
  :lang(cs-CZ) .navigation-journeys {
    height: 98px;
  }
  :lang(cs-CZ) .navigation-journeys li:hover span {
    color: #00b2a9;
  }
  :lang(cs-CZ) .navigation-journeys li:first-of-type {
    background-image: url(../../img/chev_01.png);
    margin-left: 0;
  }
  :lang(cs-CZ) .navigation-journeys li:first-of-type span {
    padding-left: 40%;
  }
  :lang(cs-CZ) .navigation-journeys li:first-of-type:hover {
    background-image: url(../../img/chev_01_on.png);
  }
  :lang(cs-CZ) .navigation-journeys li:nth-of-type(2) {
    background-image: url(../../img/chev_02.png);
  }
  :lang(cs-CZ) .navigation-journeys li:nth-of-type(2):hover {
    background-image: url(../../img/chev_02_on.png);
  }
  :lang(cs-CZ) .navigation-journeys li:nth-of-type(3) {
    background-image: url(../../img/chev_03.png);
  }
  :lang(cs-CZ) .navigation-journeys li:nth-of-type(3):hover {
    background-image: url(../../img/chev_03_on.png);
  }
  :lang(cs-CZ) .navigation-journeys li:nth-of-type(4) {
    background-image: url(../../img/chev_04.png);
  }
  :lang(cs-CZ) .navigation-journeys li:nth-of-type(4):hover {
    background-image: url(../../img/chev_04_on.png);
  }
  :lang(cs-CZ) .navigation-journeys li span {
    color: #fff;
    display: block;
    font-size: 12px;
    line-height: 16px;
    padding: 0 0 0 45%;
    font-weight: 400;
    text-transform: uppercase;
    width: 44%;
    align-self: auto;
  }
}
:lang(cs-CZ) .navigation .component-content {
  overflow: visible;
}
:lang(cs-CZ) body {
  background: transparent !important;
}
:lang(cs-CZ)
  .footer-navigation
  .navigation-item.navigation-level1
  > .navigation-item-title {
  color: #3abdcf !important;
}
@media only screen and (min-width: 960px) {
  :lang(cs-CZ) .footer-navigation {
    padding-left: 8px;
    width: 54%;
  }
}
@media only screen and (min-width: 768px) {
  :lang(cs-CZ) iframe.video_size {
    width: 100%;
    height: 345px;
  }
}
@media only screen and (max-width: 767px) {
  :lang(cs-CZ) iframe.video_size {
    width: 100%;
    height: 192px;
  }
}
:lang(cs-CZ) #header .has-active-child a {
  background: transparent !important;
  color: #fff !important;
}
:lang(cs-CZ) #header .has-active-child a:before {
  display: none;
}
:lang(cs-CZ) #header .navigation-root li:first-child ul,
:lang(cs-CZ) #header .navigation-root li:nth-child(2) ul,
:lang(cs-CZ) #header .navigation-root li:nth-child(3) ul,
:lang(cs-CZ) #header .navigation-root li:nth-child(4) ul {
  display: none !important;
}
:lang(cs-CZ)
  #header
  .navigation-root
  li.navigation-level1
  ul.navigation-level2 {
  min-width: 0;
  right: 0;
  background: #12c8bf;
  margin: 0;
  top: 100%;
  border: 1px solid transparent;
  border-radius: 5px;
  border-bottom-right-radius: 70px 30px;
  left: auto;
}
:lang(cs-CZ)
  #header
  .navigation-root
  li.navigation-level1
  ul.navigation-level2
  li {
  min-width: 360px !important;
  background: none !important;
}
@media only screen and (max-width: 450px) {
  :lang(cs-CZ)
    #header
    .navigation-root
    li.navigation-level1
    ul.navigation-level2
    li {
    min-width: 0 !important;
  }
}
:lang(cs-CZ)
  #header
  .navigation-root
  li.navigation-level1
  ul.navigation-level2
  li
  a {
  background: #fff;
  color: #fff !important;
  text-align: left !important;
  margin-bottom: 10px !important;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600 !important;
  padding: 10px 20px !important;
  position: relative;
  background-image: url(../../img/nav_line_new.png) !important;
  background-position: bottom !important;
  background-repeat: no-repeat !important;
  background-size: 90% !important;
}
@media only screen and (max-width: 767px) {
  :lang(cs-CZ)
    #header
    .navigation-root
    li.navigation-level1
    ul.navigation-level2 {
    position: relative;
    top: auto;
    background: #fff !important;
  }
  :lang(cs-CZ)
    #header
    .navigation-root
    li.navigation-level1
    ul.navigation-level2
    li {
    border-bottom: 1px solid #45dcd5 !important;
    border-top: 1px solid #45dcd5 !important;
  }
}
:lang(cs-CZ) #header .has-active-child {
  background: transparent !important;
  color: #fff !important;
}
:lang(cs-CZ) #header .navigation-item a {
  background: transparent !important;
  text-transform: uppercase;
  line-height: 1.4;
}
:lang(cs-CZ)
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1.is-active
  > .navigation-item-title {
  color: #fff !important;
}
:lang(cs-CZ) body {
  font-family: "Montserrat", sans-serif !important;
}
:lang(cs-CZ)
  .main-navigation-box
  .navigation-item.navigation-level1
  > .navigation-item-title,
:lang(cs-CZ) h2,
:lang(cs-CZ) h3 {
  font-family: "Montserrat", sans-serif !important;
}
:lang(cs-CZ) sub,
:lang(cs-CZ) sup {
  font-size: 65%;
  line-height: 0;
  position: relative;
  vertical-align: super;
}
:lang(cs-CZ) .lower-script-for-product-denture sup {
  font-size: 85%;
}
:lang(cs-CZ) .main-navigation-box .home-logo a {
  padding: 25px 15px 25px 12px;
  display: block;
}
:lang(cs-CZ) .comprar-btn {
  padding: 8px 45px 14px 12px;
  min-width: 102px;
  width: auto;
  display: inline-block;
}
:lang(cs-CZ) .comprar-btn a {
  color: #fff;
  display: block;
  font-size: 12px;
}
:lang(cs-CZ) .comprar-btn a:hover {
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  :lang(cs-CZ) .reference-hero-home .hero-home {
    margin: 0;
  }
  :lang(cs-CZ) .reference-hero-home .hero-home .hero-home-footnote {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  :lang(cs-CZ) .navigation-journeys li span {
    font-size: 12px;
  }
  :lang(cs-CZ) .hero-article-title .hero-article-heading {
    font-size: 24px;
  }
  :lang(cs-CZ) .main-navigation-box .home-logo {
    background: transparent;
    border: none !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px !important;
    z-index: 11;
  }
  :lang(cs-CZ)
    .template-oral-polident-home-template
    .main-navigation-box
    .navigation.navigation-horizontal {
    left: 45px;
    width: inherit !important;
  }
  :lang(cs-CZ)
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    a {
    font-size: 10px !important;
    line-height: 1.1;
  }
  :lang(cs-CZ)
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1 {
    left: 0;
    position: relative;
    padding-left: 60px;
    width: 100%;
  }
  :lang(cs-CZ)
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    li {
    background: transparent !important;
  }
  :lang(cs-CZ)
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    .navigation-item.navigation-level1 {
    width: 100px !important;
    border: none !important;
  }
  :lang(cs-CZ) .header-box .country-selector {
    right: 39%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  :lang(cs-CZ)
    #header
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1 {
    left: 0;
    position: relative;
    padding-left: 60px !important;
    width: 100%;
  }
  :lang(cs-CZ)
    #header
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    li {
    background: transparent !important;
    border: none !important;
  }
  :lang(cs-CZ)
    #header
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    li
    .navigation-item-decoration {
    background: transparent !important;
  }
  :lang(cs-CZ)
    #header
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    #content
    .grid_12 {
    margin-left: 0 !important;
    width: 100% !important;
  }
  :lang(cs-CZ) .reference-hero-home .hero-home .hero-home-heading {
    font-size: 24px;
    line-height: 30px;
    margin: 0;
  }
  :lang(cs-CZ) .reference-hero-home .hero-home .hero-home-copy {
    font-size: 12px;
    line-height: 16px;
  }
  :lang(cs-CZ)
    .czech-font-body
    #wrapper
    #footer
    .footer-box
    .footer-navigation {
    margin-left: 15px !important;
    padding-left: 0 !important;
    width: 25% !important;
  }
  :lang(cs-CZ) .large,
  :lang(cs-CZ) .medium {
    display: none;
  }
  :lang(cs-CZ) #header .searchBox {
    position: absolute;
    top: 15px !important;
    right: 120px;
    width: auto;
    display: block !important;
  }
  :lang(cs-CZ) .search-res-box .searchBox input[type="text"] {
    margin-top: 0;
  }
  :lang(cs-CZ)
    #header
    .navigation-root
    li.navigation-level1
    ul.navigation-level2 {
    position: absolute;
  }
  :lang(cs-CZ) #header .navigation-item a {
    color: #fff !important;
  }
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
  :lang(cs-CZ) .mob-menu-box .mob-search .button {
    background: transparent;
  }
  :lang(cs-CZ)
    #wrapper
    .navigation-horizontal
    .navigation-item.navigation-level1.page-our-products
    > .navigation-item-title
    .navigation-item-decoration {
    background: url(../../img/open-teal-icon.png) 6px 24px no-repeat !important;
  }
}
:lang(cs-CZ) .search-res-box .searchBox input[type="text"] {
  margin: 5px 0;
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
  :lang(cs-CZ) .search-res-box .searchBox-label {
    display: inline-block;
    width: 70%;
    margin: 5px;
  }
}
:lang(cs-CZ)
  .teal-master-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1.is-active
  > .navigation-item-title {
  color: #009a44 !important;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  :lang(cs-CZ) .page-where-to-bye.poland-font-body .span-faq-green-button,
  :lang(cs-CZ)
    .page-where-to-bye.poland-font-body
    .span-faq-green-button:hover {
    height: auto;
    line-height: 1.2;
  }
}
:lang(cs-CZ) .footer-box,
:lang(cs-CZ) .page-wrap {
  box-shadow: 0 0 0 0 transparent;
}
:lang(cs-CZ) .custom_block_img img {
  margin: 20px auto;
  display: block;
}
:lang(cs-CZ) .custom_block_img .richtext-home-gray-content p {
  margin-top: 0 !important;
}
:lang(cs-CZ) .header_buttons {
  position: absolute;
  margin-left: 180px !important;
  top: -5px;
}
:lang(cs-CZ) .header_buttons .gtm--get-text {
  border: 1px solid #00b2a9;
  border-radius: 10px;
  color: #00b2a9;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
  padding: 0 22px;
  line-height: 24px;
  text-transform: uppercase;
}
:lang(cs-CZ) .header_buttons .gtm--get-text:hover {
  background: #00b2a9;
  border-radius: 10px;
  color: #fff;
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
  :lang(cs-CZ) .header_buttons {
    margin-left: 110px !important;
  }
  :lang(cs-CZ) .header_buttons .gtm--get-text {
    font-size: 15px;
    padding: 0 16px;
  }
}
:lang(cs-CZ) .main-navigation-box .navigation.navigation-horizontal,
:lang(cs-CZ) .main-navigation-box.simplified-main-navigation-box .home-logo,
:lang(cs-CZ) .mob-menu-box,
:lang(cs-CZ) .teal-main-navigation-box {
  background: transparent !important;
}
@media only screen and (max-width: 959px) and (min-width: 320px) {
  :lang(cs-CZ)
    .main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1 {
    margin-top: 0 !important;
    border-bottom: 1px solid #45dcd5 !important;
    border-top: 1px solid #45dcd5 !important;
    width: 100%;
  }
  :lang(cs-CZ) .main-navigation-box.simplified-main-navigation-box .home-logo {
    border-bottom: 1px solid #68e19d !important;
    border-top: 2px solid #68e19d !important;
  }
}
:lang(cs-CZ) .main-navigation-box .home-logo a:hover {
  background-color: transparent;
}
:lang(cs-CZ) .flex_container > .component-content > .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
:lang(cs-CZ) .flex_container > .component-content > .content > a {
  display: none;
}
:lang(cs-CZ) .flex_container > .component-content > .content .journey-snip {
  width: 100%;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  :lang(cs-CZ) .flex_container > .component-content > .content .journey-snip {
    width: 48%;
  }
}
@media only screen and (min-width: 1025px) {
  :lang(cs-CZ) .flex_container > .component-content > .content .journey-snip {
    width: 30%;
  }
}
:lang(cs-CZ) .journey-snip {
  margin-bottom: 25px !important;
}
:lang(cs-CZ) .journey-snip .image {
  margin-bottom: 0;
  padding: 0;
  border: 2px solid #00b2a9;
  border-bottom: none;
  border-top-left-radius: 50px;
  border-top-right-radius: 5px;
}
:lang(cs-CZ) .journey-snip .image img {
  border-bottom-right-radius: 50px;
  border-top-left-radius: 48px;
  border-top-right-radius: 4px;
  max-width: 100%;
}
:lang(cs-CZ) .journey-snip .richText {
  min-height: 75px;
  border: 2px solid #00b2a9;
  border-top: none;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 5px;
  margin-top: -1px;
  padding: 5px 20px 5px 15px;
}
:lang(cs-CZ) .journey-snip .richText p {
  color: #00b2a9;
  font-weight: bold;
  font-size: 1.125rem;
  padding: 0 !important;
}
:lang(cs-CZ) .journey-snip .richText p a {
  color: #00b2a9;
  font-family: "Amelia Rounded", sans-serif !important;
  font-weight: 700;
}
:lang(cs-CZ) .journey-snip:hover .image,
:lang(cs-CZ) .journey-snip:hover .richText {
  background-color: #00b2a9;
}
:lang(cs-CZ) .journey-snip:hover .richText p a {
  color: #fff !important;
}
@media (max-width: 767px) and (min-width: 320px) {
  :lang(cs-CZ)
    .page-our-products.page-polident-cushion-and-comfort
    .polident-3-minute-white-box
    > .component-content
    > .content {
    padding-top: 120px;
  }
}
:lang(cs-CZ) .polident-3-minute-white-box .product-btn-wrap p {
  float: left;
  margin-right: 20px;
}
:lang(cs-CZ) #wrapper {
  width: 100%;
}
:lang(cs-CZ) #wrapper .searchBox-label {
  display: inline-block;
}
:lang(cs-CZ) #wrapper #content {
  max-width: 960px;
  margin: 0 auto;
}
:lang(cs-CZ) #wrapper #footer {
  background-image: url(../../img/nav_bar_footer.png);
  background-position: 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100% !important;
  padding: 70px 0 20px;
  box-shadow: none;
  margin: 0;
}
:lang(cs-CZ) #wrapper #footer .footer-navigation {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  :lang(cs-CZ) #wrapper #footer {
    background-image: url(../../img/footer_mobile.png);
    background-position: 50%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width: 959px) and (min-width: 768px) {
  :lang(cs-CZ) #wrapper #footer .country-selector {
    position: absolute;
    z-index: 1;
    margin-top: 50px;
    right: 15px;
  }
}
:lang(cs-CZ) #wrapper #footer .footer-box-wrap {
  background: transparent !important;
  box-shadow: none !important;
}
:lang(cs-CZ) #wrapper #footer .desktop-gsk-footer-logo,
:lang(cs-CZ) #wrapper #footer .footer-address,
:lang(cs-CZ) #wrapper #footer .mob-gsk-logo {
  display: none !important;
}
:lang(cs-CZ) #wrapper #footer .footer-box {
  background: transparent !important;
  max-width: 960px;
  margin: 0 auto !important;
  padding: 50px 0;
  position: relative;
  width: 100% !important;
}
:lang(cs-CZ) #wrapper #footer .footer-box .footer-navigation {
  padding-left: 8px;
  width: 31.94444%;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  :lang(cs-CZ) #wrapper #footer .footer-box .footer-navigation {
    width: 24.94444% !important;
    margin-left: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  :lang(cs-CZ) #wrapper #footer .footer-box .footer-navigation {
    margin-top: 80%;
    width: 100% !important;
    padding-left: 0 !important;
  }
}
:lang(cs-CZ) #wrapper #footer .footer-box .footer-navigation .navigation-item {
  background: none;
  float: none;
  display: block;
  border: none !important;
  border-right: none;
  color: #009a44;
  font-size: 12px;
  line-height: 15px;
  list-style: outside none none;
  margin: 0 0 3px 5px !important;
  padding: 2px 10px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  :lang(cs-CZ)
    #wrapper
    #footer
    .footer-box
    .footer-navigation
    .navigation-item {
    margin: 0 0 10px !important;
  }
}
:lang(cs-CZ)
  #wrapper
  #footer
  .footer-box
  .footer-navigation
  .navigation-item
  a {
  color: #fff !important;
  font-size: 1rem !important;
  text-align: left;
  white-space: normal !important;
}
@media only screen and (max-width: 767px) {
  :lang(cs-CZ)
    #wrapper
    #footer
    .footer-box
    .footer-navigation
    .navigation-item
    a {
    text-align: center;
    text-transform: none;
  }
}
:lang(cs-CZ) #wrapper #footer .richtext-footer-content {
  color: #fff;
  font-size: 12px;
  padding: 0 30px;
  display: block !important;
}
:lang(cs-CZ) #wrapper #footer .grid_4.omega {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: right;
}
:lang(cs-CZ) #wrapper #footer .grid_4.omega .left {
  text-align: right;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  :lang(cs-CZ) #wrapper #footer .grid_4.omega .left {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  :lang(cs-CZ) #wrapper #footer .grid_4.omega .left {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  :lang(cs-CZ) #wrapper #footer .grid_4.omega {
    right: auto;
    left: 50%;
    top: 50px;
    transform: translate(-50%);
    text-align: center;
  }
}
:lang(cs-CZ) #wrapper #header {
  max-width: none;
  margin: 0 auto;
  width: 100%;
  background: url(../../img/nav_bar_background_pl.png) 50% 65px no-repeat !important;
  padding: 0;
}
@media only screen and (max-width: 959px) and (min-width: 768px) {
  :lang(cs-CZ) #wrapper #header {
    background-size: 1324px !important;
  }
  :lang(cs-CZ) #wrapper #header .main-navigation-box {
    position: relative !important;
    top: auto !important;
    width: 100% !important;
    left: 0 !important;
    z-index: 1;
    margin: 0 !important;
    display: block !important;
    padding: 0 !important;
  }
  :lang(cs-CZ) #wrapper #header .main-navigation-box .home-logo {
    background: transparent;
    border: none !important;
    position: relative;
    width: 14.93056% !important;
    z-index: 11;
  }
  :lang(cs-CZ) #wrapper #header .main-navigation-box .home-logo a {
    background: transparent !important;
    padding-left: 50px !important;
    width: auto;
  }
  :lang(cs-CZ) #wrapper #header .main-navigation-box .navigation-horizontal {
    padding-left: 15px;
    width: 84.98611% !important;
    background: transparent !important;
  }
}
@media only screen and (max-width: 767px) {
  :lang(cs-CZ) #wrapper #header {
    background-size: 980px !important;
    background-position: 30% 65px !important;
  }
  :lang(cs-CZ) #wrapper #header .mob-menu p,
  :lang(cs-CZ) #wrapper #header .mob-menu p.close-menu {
    color: #fff;
    cursor: pointer;
    padding-left: 80px;
    height: 20px;
    margin-left: 80px;
    background: url(../../img/menu-open-teal.png) 0 1px no-repeat;
  }
}
@media only screen and (max-width: 767px) and (max-width: 320px) {
  :lang(cs-CZ) #wrapper #header .mob-menu p,
  :lang(cs-CZ) #wrapper #header .mob-menu p.close-menu {
    margin-left: 70px;
  }
}
@media only screen and (max-width: 767px) {
  :lang(cs-CZ) #wrapper #header .home-logo {
    display: none;
  }
  :lang(cs-CZ) #wrapper #header .navigation.navigation-horizontal {
    background: #fff !important;
  }
  :lang(cs-CZ)
    #wrapper
    #header
    .navigation.navigation-horizontal
    .navigation-item-title {
    color: #1cbcb4 !important;
    font-family: "Montserrat", sans-serif !important;
    white-space: normal;
    width: 100% !important;
    font-size: 16px !important;
    box-sizing: border-box;
  }
  :lang(cs-CZ) #wrapper #header .mob-menu-box {
    position: relative;
  }
  :lang(cs-CZ) #wrapper #header .mob-menu-box .home-logo {
    display: block;
    position: absolute;
    width: auto;
    top: 0;
  }
  :lang(cs-CZ) #wrapper #header .mob-menu-box .home-logo a {
    height: 21px;
    padding: 10px 10px 20px;
    display: block;
    margin-left: 5px;
  }
  :lang(cs-CZ) #wrapper #header .mob-menu-box .home-logo a img {
    width: 42px;
  }
}
@media only screen and (min-width: 500px) and (max-width: 599px) {
  :lang(cs-CZ) #wrapper #header .mob-menu p,
  :lang(cs-CZ) #wrapper #header .mob-menu p.close-menu {
    margin-left: 140px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  :lang(cs-CZ) #wrapper #header .mob-menu p,
  :lang(cs-CZ) #wrapper #header .mob-menu p.close-menu {
    margin-left: 160px;
  }
}
:lang(cs-CZ) #wrapper #header .layout-outer {
  max-width: 960px;
  margin: 0 auto;
}
:lang(cs-CZ) #wrapper #header .mob-menu-box {
  background: transparent !important;
}
@media only screen and (max-width: 959px) and (min-width: 768px) {
  :lang(cs-CZ) #wrapper #header .mob-menu-box {
    padding: 15px !important;
    display: none !important;
  }
}
@media only screen and (min-width: 1024px) {
  :lang(cs-CZ) #wrapper #header .main-navigation-box {
    padding-top: 20px;
    background: transparent !important;
    margin-bottom: 10px;
  }
  :lang(cs-CZ) #wrapper #header .main-navigation-box .navigation-horizontal {
    background: transparent !important;
    position: relative;
    z-index: 10;
    width: 86.98611% !important;
  }
  :lang(cs-CZ)
    #wrapper
    #header
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1 {
    padding-left: 106px !important;
  }
  :lang(cs-CZ)
    #wrapper
    #header
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    li {
    border: none !important;
  }
  :lang(cs-CZ) #wrapper #header .main-navigation-box .home-logo {
    width: inherit;
    margin: 0 !important;
  }
  :lang(cs-CZ) #wrapper #header .main-navigation-box .home-logo a {
    padding: 12px 15px 0 35px !important;
    display: block;
    height: auto;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
  :lang(cs-CZ)
    #wrapper
    #header
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    li
    a {
    font-size: 12px;
  }
}
:lang(cs-CZ) .faq-outer-white-box {
  margin-bottom: 0;
  background-image: url(../../img/brand_line_big_green.png) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: top;
  padding: 10px 16px 30px 45px !important;
}
:lang(cs-CZ) .teal-master-body .dentures-article-list .articleList-article,
:lang(cs-CZ) .teal-master-body .faq-inner-white-box,
:lang(cs-CZ) .teal-master-body .get-expert-article-list .articleList-article {
  border-bottom: 1px solid transparent;
  background-image: url(../../img/brand_line_thin_green.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
}
:lang(cs-CZ) .teal-master-body .richtext-faq-question {
  background: none;
  position: relative;
}
:lang(cs-CZ) .teal-master-body .richtext-faq-question:before {
  content: "+" !important;
  font-size: 45px !important;
  color: #00b2a9;
  display: inline-block;
  position: absolute;
  right: 2.5%;
  top: 30px;
  font-family: "Amelia Rounded", sans-serif !important;
}
:lang(cs-CZ) .teal-master-body .richtext-faq-question.is-open:before {
  content: "-" !important;
}
@media only screen and (min-width: 960px) {
  :lang(cs-CZ) .faq-outer-box-first .faq-inner-white-box,
  :lang(cs-CZ) .faq-outer-box-first.faq-outer-white-box {
    padding-right: 0;
  }
}
:lang(cs-CZ) .russia-font-body .back-link a,
:lang(cs-CZ) .russia-font-body .page-wrap .articleList-title a,
:lang(cs-CZ) .russia-font-body .page-wrap h1,
:lang(cs-CZ) .russia-font-body .promo-white-box .promo-header p a,
:lang(cs-CZ) .russia-font-body .promo-white-box .promo-header p span,
:lang(cs-CZ) .teal-master-body h1 .green-header {
  font-family: "Montserrat", sans-serif !important;
}
:lang(cs-CZ) .russia-font-body .footer-navigation .navigation-branch,
:lang(cs-CZ) .russia-font-body .richText ol li,
:lang(cs-CZ) .russia-font-body p {
  font-family: "Montserrat", sans-serif !important;
}
:lang(cs-CZ) .page-wrap .auto-button-txt .green-button-txt,
:lang(cs-CZ) .page-wrap .auto-button-txt .span-faq-green-button {
  width: auto;
  min-width: 270px;
  display: block;
  max-width: 320px;
}
@media only screen and (max-width: 767px) {
  :lang(cs-CZ) .page-wrap .auto-button-txt .green-button-txt,
  :lang(cs-CZ) .page-wrap .auto-button-txt .span-faq-green-button {
    width: auto;
    min-width: 0;
    display: block;
  }
}
:lang(cs-CZ) .czech-font-body .product-btn-wrap p .span-faq-green-button {
  padding: 14px 26px 14px 12px !important;
}
:lang(cs-CZ) .teal-master-body .richtext-op-two-callout-inner h3 a {
  font-family: "Montserrat", sans-serif !important;
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
  :lang(cs-CZ) .navigation-journeys li:first-of-type:hover {
    background-image: url(../../img/chev_all_01.png) !important;
  }
  :lang(cs-CZ) .navigation-journeys li:nth-of-type(2) {
    background-image: url(../../img/chev_all_02.png) !important;
  }
  :lang(cs-CZ) .navigation-journeys li:nth-of-type(3) {
    background-image: url(../../img/chev_all_03.png) !important;
  }
  :lang(cs-CZ) .navigation-journeys li:nth-of-type(4) {
    background-image: url(../../img/chev_all_04.png) !important;
  }
  :lang(cs-CZ) .navigation-journeys li:hover span {
    color: #fff !important;
  }
}
@media only screen and (max-width: 959px) and (min-width: 768px) {
  :lang(cs-CZ) .navigation-journeys li:first-of-type:hover {
    background-image: url(../../img/chev_01.png) !important;
  }
  :lang(cs-CZ) .navigation-journeys li:nth-of-type(2):hover {
    background-image: url(../../img/chev_02.png) !important;
  }
  :lang(cs-CZ) .navigation-journeys li:nth-of-type(3):hover {
    background-image: url(../../img/chev_03.png) !important;
  }
  :lang(cs-CZ) .navigation-journeys li:nth-of-type(4):hover {
    background-image: url(../../img/chev_04.png) !important;
  }
  :lang(cs-CZ) .navigation-journeys li:hover span {
    color: #fff !important;
  }
}
:lang(cs-CZ) .page-wrap.faq-outer-white-box h1,
:lang(cs-CZ) .page-wrap .richtext-our-products h1 {
  font-size: 22px;
  text-transform: uppercase;
}
:lang(cs-CZ)
  .page-our-products.page-denture-adhesives
  .richtext-denture-adhesives {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  :lang(hu) .page-home .home-white-box h1 .green-header {
    font-size: 30px;
  }
}
:lang(hu) .promo-white-box .promo-header p a,
:lang(hu) .promo-white-box .promo-header p span {
  font-family: "Montserrat", sans-serif !important;
  font-weight: bold;
}
:lang(hu) .getting-used-to-new-dentures-white-box h3,
:lang(hu) .green-header,
:lang(hu) .page-wrap h1,
:lang(hu) h3 {
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 767px) and (min-width: 320px) {
  :lang(hu)
    .page-our-products.page-denture-adhesives
    .polident-3-minute-white-box
    > .component-content
    > .content {
    padding-top: 130px;
  }
}
:lang(ko-KR) .korea-font-body .search-results h4 {
  font-size: 15px !important;
}
@media only screen and (min-width: 960px) {
  :lang(ko-KR) .home-promos-box .promo-white-box {
    width: 31% !important;
  }
}
:lang(sk-SK) .back-link a {
  background: transparent url(../../img/teal-more-back.png) no-repeat scroll 0;
  color: #1492c6;
  height: 37px;
  display: flex;
  align-items: center;
  margin-left: 15px;
}
:lang(sk-SK) h1 .green-header {
  color: #00b2a9;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
:lang(sk-SK) .busting-myth-about-dentures-white-box h3,
:lang(sk-SK) .dentures-and-oral-health-white-box h3,
:lang(sk-SK) .expert-advice-white-box h3,
:lang(sk-SK) .food-for-thought-white-box h3,
:lang(sk-SK) .getting-used-to-new-dentures-white-box h3,
:lang(sk-SK) .how-can-i-repair-my-denture-white-box h3,
:lang(sk-SK) .living-with-dentures-white-box h3,
:lang(sk-SK) .richtext-body-content a,
:lang(sk-SK) .supporting-friends-or-family-white-box h3,
:lang(sk-SK) .Types-of-dentures-white-box h3,
:lang(sk-SK) .whats-new-header h1,
:lang(sk-SK) .whats-new-header h3,
:lang(sk-SK) .whats-new-left-box h3,
:lang(sk-SK) .your-guide-to-getting-dentures-white-box h3,
:lang(sk-SK) h1,
:lang(sk-SK) h1 .green-txt {
  color: #00b2a9;
}
:lang(sk-SK) .header-box .large p a {
  line-height: 0.8;
}
:lang(sk-SK) .header-box .medium {
  margin-top: 13px;
}
:lang(sk-SK) .promo-white-box .promo-header p span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
:lang(sk-SK) #wrapper {
  width: 100%;
}
:lang(sk-SK) #wrapper #content {
  max-width: 960px;
  margin: 0 auto;
}
:lang(sk-SK) #wrapper #footer {
  background-image: url(../../img/nav_bar_footer.png);
  background-position: 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100% !important;
  padding: 70px 0 20px;
  box-shadow: none;
  margin: 0;
}
:lang(sk-SK) #wrapper #footer .footer-navigation {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  :lang(sk-SK) #wrapper #footer {
    background-image: url(../../img/footer_mobile.png);
    background-position: 50%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
}
:lang(sk-SK) #wrapper #footer .footer-box-wrap {
  background: transparent !important;
  box-shadow: none !important;
}
:lang(sk-SK) #wrapper #footer .desktop-gsk-footer-logo,
:lang(sk-SK) #wrapper #footer .footer-address,
:lang(sk-SK) #wrapper #footer .mob-gsk-logo {
  display: none !important;
}
:lang(sk-SK) #wrapper #footer .footer-box {
  background: transparent !important;
  max-width: 960px;
  margin: 0 auto !important;
  padding: 50px 0;
  position: relative;
  width: 100% !important;
}
:lang(sk-SK) #wrapper #footer .footer-box .footer-navigation {
  padding-left: 8px;
  width: 31.94444%;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  :lang(sk-SK) #wrapper #footer .footer-box .footer-navigation {
    width: 24.94444% !important;
    margin-left: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  :lang(sk-SK) #wrapper #footer .footer-box .footer-navigation {
    margin-top: 80%;
    width: 100% !important;
    padding-left: 0 !important;
  }
}
:lang(sk-SK) #wrapper #footer .footer-box .footer-navigation .navigation-item {
  background: none;
  float: none;
  display: block;
  border: none !important;
  border-right: none;
  color: #009a44;
  font-size: 12px;
  line-height: 15px;
  list-style: outside none none;
  margin: 0 0 3px 5px !important;
  padding: 2px 10px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  :lang(sk-SK)
    #wrapper
    #footer
    .footer-box
    .footer-navigation
    .navigation-item {
    margin: 0 0 10px !important;
  }
}
:lang(sk-SK)
  #wrapper
  #footer
  .footer-box
  .footer-navigation
  .navigation-item
  a {
  color: #fff !important;
  font-size: 1rem !important;
  text-align: left;
  white-space: normal !important;
}
@media only screen and (max-width: 767px) {
  :lang(sk-SK)
    #wrapper
    #footer
    .footer-box
    .footer-navigation
    .navigation-item
    a {
    text-align: center;
    text-transform: none;
  }
}
:lang(sk-SK) #wrapper #footer .richtext-footer-content {
  color: #fff;
  font-size: 12px;
  padding: 0 30px;
  display: block !important;
}
:lang(sk-SK) #wrapper #footer .grid_4.omega {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: right;
}
:lang(sk-SK) #wrapper #footer .grid_4.omega .left {
  text-align: right;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  :lang(sk-SK) #wrapper #footer .grid_4.omega .left {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  :lang(sk-SK) #wrapper #footer .grid_4.omega .left {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  :lang(sk-SK) #wrapper #footer .grid_4.omega {
    right: auto;
    left: 50%;
    top: 50px;
    transform: translate(-50%);
    text-align: center;
  }
}
:lang(sk-SK) #wrapper #header {
  max-width: none;
  margin: 0 auto;
  width: 100%;
  background: url(../../img/nav_bar_background_pl.png) 50% 65px no-repeat !important;
  padding: 0;
}
@media only screen and (max-width: 811px) and (min-width: 768px) {
  :lang(sk-SK) #wrapper #header {
    background-size: 1324px !important;
  }
  :lang(sk-SK) #wrapper #header .main-navigation-box {
    position: relative !important;
    top: auto !important;
    width: 100% !important;
    left: 0 !important;
    z-index: 1;
    margin: 0 !important;
    display: block !important;
  }
  :lang(sk-SK) #wrapper #header .main-navigation-box .home-logo {
    background: transparent;
    border: none !important;
    position: relative;
    width: 14.93056% !important;
    z-index: 11;
  }
  :lang(sk-SK) #wrapper #header .main-navigation-box .home-logo a {
    background: transparent !important;
    padding-left: 50px !important;
    width: auto;
  }
  :lang(sk-SK) #wrapper #header .main-navigation-box .navigation-horizontal {
    width: 75.98611% !important;
    background: transparent !important;
    padding: 10px 0 20px 15px;
  }
  :lang(sk-SK) #wrapper #header .main-navigation-box .navigation-horizontal ul {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 959px) and (min-width: 812px) {
  :lang(sk-SK) #wrapper #header {
    background-size: 1324px !important;
  }
  :lang(sk-SK) #wrapper #header .main-navigation-box {
    position: relative !important;
    top: auto !important;
    width: 100% !important;
    left: 0 !important;
    z-index: 1;
    display: block !important;
    margin: 0 0 26px !important;
    padding-top: 10px !important;
  }
  :lang(sk-SK) #wrapper #header .main-navigation-box .home-logo {
    background: transparent;
    border: none !important;
    position: relative;
    width: 14.93056% !important;
    z-index: 11;
  }
  :lang(sk-SK) #wrapper #header .main-navigation-box .home-logo a {
    background: transparent !important;
    padding-left: 50px !important;
    width: auto;
  }
  :lang(sk-SK) #wrapper #header .main-navigation-box .navigation-horizontal {
    width: 75.98611% !important;
    background: transparent !important;
    padding: 0 0 20px 15px;
  }
  :lang(sk-SK) #wrapper #header .main-navigation-box .navigation-horizontal ul {
    padding-left: 80px;
  }
}
@media only screen and (max-width: 767px) {
  :lang(sk-SK) #wrapper #header {
    background-size: 980px !important;
    background-position: 30% 65px !important;
  }
  :lang(sk-SK) #wrapper #header .mob-menu p,
  :lang(sk-SK) #wrapper #header .mob-menu p.close-menu {
    color: #fff;
    cursor: pointer;
    padding-left: 80px;
    height: 20px;
    margin-left: 80px;
    background: url(../../img/menu-open-teal.png) 0 1px no-repeat;
  }
}
@media only screen and (max-width: 767px) and (max-width: 320px) {
  :lang(sk-SK) #wrapper #header .mob-menu p,
  :lang(sk-SK) #wrapper #header .mob-menu p.close-menu {
    margin-left: 70px;
  }
}
@media only screen and (max-width: 767px) {
  :lang(sk-SK) #wrapper #header .home-logo {
    display: none;
  }
  :lang(sk-SK) #wrapper #header .navigation.navigation-horizontal {
    background: #fff !important;
  }
  :lang(sk-SK)
    #wrapper
    #header
    .navigation.navigation-horizontal
    .navigation-item-title {
    color: #1cbcb4 !important;
  }
  :lang(sk-SK) #wrapper #header .mob-menu-box {
    position: relative;
  }
  :lang(sk-SK) #wrapper #header .mob-menu-box .home-logo {
    display: block;
    position: absolute;
    width: auto;
    top: 0;
  }
  :lang(sk-SK) #wrapper #header .mob-menu-box .home-logo a {
    height: 21px;
    padding: 10px 10px 20px;
    display: block;
    margin-left: 5px;
  }
  :lang(sk-SK) #wrapper #header .mob-menu-box .home-logo a img {
    width: 42px;
  }
}
:lang(sk-SK) #wrapper #header .layout-outer {
  max-width: 960px;
  margin: 0 auto;
}
:lang(sk-SK) #wrapper #header .mob-menu-box {
  background: transparent !important;
}
@media only screen and (max-width: 959px) and (min-width: 768px) {
  :lang(sk-SK) #wrapper #header .mob-menu-box {
    padding: 15px !important;
    display: none !important;
  }
}
@media only screen and (min-width: 960px) {
  :lang(sk-SK) #wrapper #header .main-navigation-box {
    background: transparent !important;
    padding-top: 30px;
    margin-bottom: 26px !important;
  }
  :lang(sk-SK) #wrapper #header .main-navigation-box .navigation-horizontal {
    background: transparent !important;
    position: relative;
    z-index: 10;
    width: 86.98611% !important;
  }
  :lang(sk-SK)
    #wrapper
    #header
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1 {
    padding-left: 80px !important;
  }
  :lang(sk-SK) #wrapper #header .main-navigation-box .home-logo {
    width: inherit;
    margin: -10px 0 20px !important;
    padding: 0 !important;
  }
  :lang(sk-SK) #wrapper #header .main-navigation-box .home-logo a {
    padding: 12px 15px 0 35px !important;
    display: block;
    height: auto;
  }
}
:lang(sk-SK)
  .teal-master-body
  .main-navigation-box
  .navigation-item.navigation-level1
  > .navigation-item-title {
  background: transparent !important;
  color: #fff !important;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  :lang(sk-SK) .large,
  :lang(sk-SK) .medium {
    display: none;
  }
  :lang(sk-SK) #header .searchBox {
    position: absolute;
    top: 15px !important;
    right: 120px;
    width: auto;
    display: block !important;
  }
}
:lang(sk-SK) .search-res-box .searchBox input[type="text"] {
  margin: 5px 0;
}
:lang(sk-SK) #wrapper .searchBox-label {
  display: inline-block;
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
  :lang(sk-SK) .search-res-box .searchBox-label {
    display: inline-block;
    width: 70%;
    margin: 5px;
  }
}
:lang(sk-SK) .green-button-txt {
  padding: 14px 31px 14px 12px;
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
  :lang(sk-SK) .mob-menu-box .mob-search .button {
    background: transparent !important;
  }
}
@media only screen and (min-width: 500px) and (max-width: 599px) {
  :lang(sk-SK) #wrapper #header .mob-menu p,
  :lang(sk-SK) #wrapper #header .mob-menu p.close-menu {
    margin-left: 140px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  :lang(sk-SK) #wrapper #header .mob-menu p,
  :lang(sk-SK) #wrapper #header .mob-menu p.close-menu {
    margin-left: 160px;
  }
}
:lang(sk-SK) #wrapper #header .teal-main-navigation-box .home-logo a {
  padding: 12px 15px 0 35px !important;
  display: block;
  height: auto;
}
@media only screen and (max-width: 959px) and (min-width: 768px) {
  :lang(sk-SK) #wrapper #header .teal-main-navigation-box .home-logo a {
    padding: 6px 15px 0 35px !important;
  }
}
:lang(sk-SK) .teal-master-body .main-navigation-box .home-logo a:hover,
:lang(sk-SK)
  .teal-master-body
  .main-navigation-box.simplified-main-navigation-box
  .home-logo {
  background: transparent !important;
}
:lang(sk-SK) .teal-master-body {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f0f5f5),
    to(#f1f5f6)
  ) !important;
}
:lang(sk-SK) .footer-box {
  box-shadow: none;
}
@media only screen and (min-width: 960px) {
  :lang(sk-SK)
    #header
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1
    ul.navigation-branch.navigation-level2 {
    margin-left: 0;
    min-width: 383px;
    width: 383px;
    background: #12c8bf !important;
    top: 51px;
    right: 0;
    left: auto;
  }
  :lang(sk-SK)
    #header
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1
    ul.navigation-branch.navigation-level2
    li {
    display: block;
    min-width: 0 !important;
    float: none !important;
    width: 100%;
  }
  :lang(sk-SK)
    #header
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1
    ul.navigation-branch.navigation-level2
    a {
    color: #fff !important;
    background: #12c8bf !important;
    padding: 8px 15px 8px 20px !important;
  }
  :lang(sk-SK)
    #header
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1
    ul.navigation-branch.navigation-level2
    a:hover {
    color: #12c8bf !important;
    background: #fff !important;
  }
}
:lang(sk-SK) body {
  background: linear-gradient(#f0f5f5, #f1f5f6) !important;
  background-image: transparent;
}
:lang(sk-SK) .hero-article-title {
  position: relative;
  border: 0 solid #fff;
  padding: 17px 25px;
  font-size: 37px;
  color: #fff;
  text-align: center;
  top: auto;
  left: auto;
  width: 100%;
  box-sizing: border-box;
  background: #00b2a9 !important;
}
:lang(sk-SK) .hero-article-title .hero-article-heading {
  font-size: 37px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: -3px;
  margin: 0;
}
:lang(sk-SK) .reference-title-article-block {
  position: relative;
  margin: 25px 0;
}
:lang(sk-SK) .custom_link {
  background: #00b2a9 url(../../img/custom_link.png) 100% 100% no-repeat;
  background-size: cover;
  width: 100%;
  height: 234px;
  padding: 0 50px 0 20px;
  vertical-align: middle;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  align-items: center;
  line-height: 1.2;
  display: flex;
  box-sizing: border-box;
}
:lang(sk-SK)
  .reference-title-article-block
  .hero-article
  .hero-article-background-image-desktop,
:lang(sk-SK)
  .reference-title-article-block
  .hero-article
  .hero-article-background-image-mobile {
  display: none;
}
@media (min-width: 768px) {
  :lang(sk-SK) .rreference-title-article-block .hero-article {
    margin-bottom: 15px;
    margin-top: 35px;
  }
  :lang(sk-SK)
    .reference-title-article-block
    .hero-article
    .hero-article-background-image-mobile {
    display: none;
  }
  :lang(sk-SK)
    .reference-title-article-block
    .hero-article
    .hero-article-background-image-desktop {
    display: block;
  }
  :lang(sk-SK) .hero-article-title {
    position: absolute;
    border: 8px solid #fff;
    padding: 17px 25px;
    font-size: 37px;
    color: #fff;
    text-align: center;
    top: 50%;
    left: 38px;
    max-width: 370px;
    background: transparent !important;
    transform: translateY(-50%);
  }
  :lang(sk-SK) .hero-article-title .hero-article-heading {
    font-size: 37px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: -3px;
    margin: 0;
  }
}
:lang(sk-SK) .reference-hero-home {
  margin-bottom: 0;
}
:lang(sk-SK) .reference-hero-home .hero-home {
  background-position: 100%;
  background-repeat: no-repeat;
  position: relative;
}
:lang(sk-SK)
  .reference-hero-home
  .hero-home
  .hero-home-background-image-desktop {
  display: none;
}
:lang(sk-SK) .reference-hero-home .hero-home .hero-home-content {
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  height: 100%;
  justify-content: center;
  left: 4%;
  line-height: 21px;
  position: absolute;
  top: 0;
  width: 90%;
}
:lang(sk-SK) .reference-hero-home .hero-home .hero-home-heading {
  color: #00b2a9;
  font-size: 34px;
  font-weight: 500 !important;
  line-height: 36px;
}
@media (max-width: 959px) and (min-width: 769px) {
  :lang(sk-SK) .reference-hero-home .hero-home .hero-home-heading {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  :lang(sk-SK) .reference-hero-home .hero-home .hero-home-heading {
    font-size: 30px !important;
    font-weight: 500 !important;
    line-height: 32px !important;
  }
}
:lang(sk-SK) .reference-hero-home .hero-home .hero-home-copy {
  font-size: 13px;
  line-height: 21px;
  margin: 5px 0 15px;
}
@media (max-width: 959px) and (min-width: 769px) {
  :lang(sk-SK) .reference-hero-home .hero-home .hero-home-copy {
    font-size: 13px;
    line-height: 15px;
  }
}
@media (max-width: 768px) {
  :lang(sk-SK) .reference-hero-home .hero-home .hero-home-copy {
    font-size: 13px !important;
    line-height: 15px !important;
  }
}
:lang(sk-SK) .reference-hero-home .hero-home .hero-home-copy-image {
  flex-shrink: 0;
  margin-bottom: 5%;
  margin-left: -6%;
  max-width: none;
  width: 110%;
}
:lang(sk-SK) .reference-hero-home .hero-home .hero-home-footnote {
  font-size: 12px;
}
:lang(sk-SK) .hero-home-background-image-mobile {
  width: 100%;
}
@media only screen and (max-width: 959px) and (min-width: 320px) {
  :lang(sk-SK)
    #wrapper
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.is-open
    > a.navigation-item-title,
  :lang(sk-SK)
    #wrapper
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1
    > .navigation-item-title {
    background: transparent !important;
    color: #fff !important;
  }
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
  :lang(sk-SK)
    #wrapper
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.is-open
    > a.navigation-item-title,
  :lang(sk-SK)
    #wrapper
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1
    > .navigation-item-title {
    background: transparent !important;
    color: #fff !important;
    font-size: 16px !important;
  }
  :lang(sk-SK)
    #wrapper
    .navigation-horizontal
    .navigation-item.navigation-level1.page-preparing-for-tooth-loss2
    > .navigation-item-title
    .navigation-item-decoration {
    display: none !important;
  }
  :lang(sk-SK)
    #wrapper
    .navigation-horizontal
    .navigation-item.navigation-level1.page-our-products
    > .navigation-item-title
    .navigation-item-decoration {
    background: url(../../img/open-teal-icon.png) 6px 24px no-repeat !important;
  }
  :lang(sk-SK)
    #wrapper
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.has-active-child
    > .navigation-item-title,
  :lang(sk-SK)
    #wrapper
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.is-active.is-open
    > .navigation-item-title,
  :lang(sk-SK)
    #wrapper
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.is-active
    > .navigation-item-title,
  :lang(sk-SK)
    #wrapper
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.is-active
    > .navigation-item-title:focus,
  :lang(sk-SK)
    #wrapper
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.is-active
    > .navigation-item-title:hover {
    color: #00b2a9 !important;
    background: transparent !important;
  }
}
:lang(sk-SK)
  #wrapper
  .main-navigation-box.simplified-main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1.is-open
  > a,
:lang(sk-SK)
  #wrapper
  .main-navigation-box.simplified-main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1
  > a.navigation-item-title:focus,
:lang(sk-SK)
  #wrapper
  .main-navigation-box.simplified-main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1
  > a.navigation-item-title:hover,
:lang(sk-SK)
  #wrapper
  .main-navigation-box.simplified-main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level2
  > a.navigation-item
  > .navigation-item-title {
  background: transparent !important;
}
:lang(sk-SK)
  #wrapper
  .main-navigation-box.simplified-main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1 {
  border-bottom: none !important;
  border-top: none !important;
}
:lang(sk-SK)
  #wrapper
  .main-navigation-box.simplified-main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1.has-active-child
  > .navigation-item-title,
:lang(sk-SK)
  #wrapper
  .main-navigation-box.simplified-main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1.is-active.is-open
  > .navigation-item-title,
:lang(sk-SK)
  #wrapper
  .main-navigation-box.simplified-main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1.is-active
  > .navigation-item-title,
:lang(sk-SK)
  #wrapper
  .main-navigation-box.simplified-main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1.is-active
  > .navigation-item-title:focus,
:lang(sk-SK)
  #wrapper
  .main-navigation-box.simplified-main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1.is-active
  > .navigation-item-title:hover {
  background: transparent !important;
}
@media (max-width: 767px) {
  :lang(sk-SK) #wrapper .product-image-white-box {
    padding-top: 0px;
    margin: 0 !important;
    text-align: center;
  }
  :lang(sk-SK)
    .page-denture-cleansers.page-polident-double-power-denture-cleaning-tablets-vbl
    #wrapper
    .produt-description,
  :lang(sk-SK)
    .page-our-products.page-polident-cushion-and-comfort-vbl
    #wrapper
    .produt-description {
    padding-top: 150px;
    margin: 0 auto !important;
    text-align: center;
  }
  :lang(sk-SK)
    .page-denture-cleansers.page-polident-double-power-denture-cleaning-tablets-vbl
    #wrapper
    .produt-description,
  :lang(sk-SK)
    .page-our-products.page-denture-adhesives
    #wrapper
    .produt-description {
    padding-top: 5px;
  }
  :lang(sk-SK)
    .page-polident-double-power-denture-cleaning-tablets-vbl
    #wrapper
    .product-image-white-box {
    padding-top: 130px;
  }
}
@media (min-width: 768px) {
  :lang(sk-SK)
    .page-denture-cleansers.page-polident-double-power-denture-cleaning-tablets-vbl
    #wrapper
    .produt-description,
  :lang(sk-SK)
    .page-our-products.page-polident-cushion-and-comfort-vbl
    #wrapper
    .produt-description {
    padding-top: 250px;
  }
  :lang(sk-SK) .reference-hero-home .hero-home {
    margin-bottom: 15px;
    margin-top: 35px;
  }
  :lang(sk-SK)
    .reference-hero-home
    .hero-home
    .hero-home-background-image-mobile {
    display: none;
  }
  :lang(sk-SK)
    .reference-hero-home
    .hero-home
    .hero-home-background-image-desktop {
    display: block;
  }
  :lang(sk-SK) .reference-hero-home .hero-home .hero-home-content {
    color: #323131;
    width: 45%;
  }
  :lang(sk-SK) .reference-hero-home .hero-home .hero-home-heading {
    color: #00b2a9;
    font-weight: 400 !important;
  }
  :lang(sk-SK) .reference-hero-home .hero-home .hero-home-copy-image {
    margin-bottom: 0;
    margin-left: -10%;
    margin-top: 0;
    width: 113%;
  }
  :lang(sk-SK) .reference-hero-home .hero-home .hero-home-footnote {
    font-size: 10px;
    margin-top: 20px;
    margin-bottom: 5px;
  }
  :lang(sk-SK)
    .page-denture-adhesives.page-polident-max-seal-vbl
    .polident-3-minute-white-box
    .image
    img {
    margin-top: 83px;
  }
}
:lang(sk-SK) .reference-lazy-load-image-button figure {
  position: relative;
}
:lang(sk-SK) .reference-lazy-load-image-button figcaption {
  left: 17px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 75%;
}
:lang(sk-SK) .reference-lazy-load-image-button a {
  color: #fff;
  font-size: 21px;
  font-weight: 800;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
}
:lang(sk-SK) .navigation-journeys {
  display: flex;
  height: 31.25vw;
  justify-content: space-between;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
:lang(sk-SK) .navigation-journeys li {
  background-size: 100% 100%;
  margin-left: -3%;
  overflow: hidden;
  width: 100%;
}
:lang(sk-SK) .navigation-journeys li:first-of-type {
  background-image: url(../../img/chev_all_01.png);
}
:lang(sk-SK) .navigation-journeys li:nth-of-type(2) {
  background-image: url(../../img/chev_all_02.png);
}
:lang(sk-SK) .navigation-journeys li:nth-of-type(3) {
  background-image: url(../../img/chev_all_03.png);
}
:lang(sk-SK) .navigation-journeys li:nth-of-type(4) {
  background-image: url(../../img/chev_all_04.png);
}
:lang(sk-SK) .navigation-journeys li:first-of-type:hover {
  background-image: url(../../img/emptyarrow_mobile_1_1.png);
}
:lang(sk-SK) .navigation-journeys li:nth-of-type(2):hover {
  background-image: url(../../img/emptyarrow_mobile_1_2.png);
}
:lang(sk-SK) .navigation-journeys li:nth-of-type(3):hover {
  background-image: url(../../img/emptyarrow_mobile_1_3.png);
}
:lang(sk-SK) .navigation-journeys li:nth-of-type(4):hover {
  background-image: url(../../img/emptyarrow_mobile_1_4.png);
}
:lang(sk-SK) .navigation-journeys li a {
  align-items: center;
  display: flex;
  height: 100%;
  width: 100%;
}
:lang(sk-SK) .navigation-journeys li span {
  display: block;
  text-align: center;
  width: 100%;
  padding: 17vw 6vw 0;
  align-self: flex-start;
  font-size: 2vw;
  line-height: 3vw;
  color: #fff;
  font-weight: bold;
}
:lang(sk-SK) .navigation-journeys li:hover span {
  color: #00b2a9;
}
@media (min-width: 768px) {
  :lang(sk-SK) .navigation-journeys {
    height: 98px;
  }
  :lang(sk-SK) .navigation-journeys li:hover span {
    color: #00b2a9;
  }
  :lang(sk-SK) .navigation-journeys li:first-of-type {
    background-image: url(../../img/chev_01.png);
    margin-left: 0;
  }
  :lang(sk-SK) .navigation-journeys li:first-of-type span {
    padding-left: 40%;
  }
  :lang(sk-SK) .navigation-journeys li:first-of-type:hover {
    background-image: url(../../img/chev_01_on.png);
  }
  :lang(sk-SK) .navigation-journeys li:nth-of-type(2) {
    background-image: url(../../img/chev_02.png);
  }
  :lang(sk-SK) .navigation-journeys li:nth-of-type(2):hover {
    background-image: url(../../img/chev_02_on.png);
  }
  :lang(sk-SK) .navigation-journeys li:nth-of-type(3) {
    background-image: url(../../img/chev_03.png);
  }
  :lang(sk-SK) .navigation-journeys li:nth-of-type(3):hover {
    background-image: url(../../img/chev_03_on.png);
  }
  :lang(sk-SK) .navigation-journeys li:nth-of-type(4) {
    background-image: url(../../img/chev_04.png);
  }
  :lang(sk-SK) .navigation-journeys li:nth-of-type(4):hover {
    background-image: url(../../img/chev_04_on.png);
  }
  :lang(sk-SK) .navigation-journeys li span {
    color: #fff;
    display: block;
    font-size: 13px;
    line-height: 16px;
    padding: 0 0 0 50%;
    font-weight: 400;
    text-transform: uppercase;
    width: 46%;
    text-align: left;
    align-self: auto;
  }
}
:lang(sk-SK) .navigation .component-content {
  overflow: visible;
}
:lang(sk-SK) .flex_container > .component-content > .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
:lang(sk-SK) .flex_container > .component-content > .content > a {
  display: none;
}
:lang(sk-SK) .flex_container > .component-content > .content .journey-snip {
  width: 100%;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  :lang(sk-SK) .flex_container > .component-content > .content .journey-snip {
    width: 48%;
  }
}
@media only screen and (min-width: 1025px) {
  :lang(sk-SK) .flex_container > .component-content > .content .journey-snip {
    width: 30%;
  }
}
:lang(sk-SK) .journey-snip {
  margin-bottom: 25px !important;
}
:lang(sk-SK) .journey-snip .image {
  margin-bottom: 0;
  padding: 0;
  border: 2px solid #00b2a9;
  border-bottom: none;
  border-top-left-radius: 50px;
  border-top-right-radius: 5px;
}
:lang(sk-SK) .journey-snip .image img {
  border-bottom-right-radius: 50px;
  border-top-left-radius: 48px;
  border-top-right-radius: 4px;
  max-width: 100%;
}
:lang(sk-SK) .journey-snip .richText {
  min-height: 75px;
  border: 2px solid #00b2a9;
  border-top: none;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 5px;
  margin-top: -1px;
  padding: 5px 20px 5px 15px;
}
:lang(sk-SK) .journey-snip .richText p {
  color: #00b2a9;
  font-weight: bold;
  font-size: 1.125rem;
  padding: 0 !important;
}
:lang(sk-SK) .journey-snip .richText p a {
  color: #00b2a9;
  font-family: "Amelia Rounded", sans-serif !important;
  font-weight: 700;
}
:lang(sk-SK) .journey-snip:hover .image,
:lang(sk-SK) .journey-snip:hover .richText {
  background-color: #00b2a9;
}
:lang(sk-SK) .journey-snip:hover .richText p a {
  color: #fff !important;
}
:lang(sk-SK) .faq-outer-white-box {
  margin-bottom: 0;
  background-image: url(../../img/brand_line_big_green.png) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: top;
  padding: 10px 16px 30px 45px !important;
}
:lang(sk-SK) .teal-master-body .dentures-article-list .articleList-article,
:lang(sk-SK) .teal-master-body .faq-inner-white-box,
:lang(sk-SK) .teal-master-body .get-expert-article-list .articleList-article {
  border-bottom: 1px solid transparent;
  background-image: url(../../img/brand_line_thin_green.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
}
:lang(sk-SK) .teal-master-body .richtext-faq-question {
  background: none;
  position: relative;
}
:lang(sk-SK) .teal-master-body .richtext-faq-question:before {
  content: "+" !important;
  font-size: 45px !important;
  color: #00b2a9;
  display: inline-block;
  position: absolute;
  right: 2.5%;
  top: 30px;
  font-family: "Amelia Rounded", sans-serif !important;
}
:lang(sk-SK) .teal-master-body .richtext-faq-question.is-open:before {
  content: "-" !important;
}
@media only screen and (min-width: 960px) {
  :lang(sk-SK) .faq-outer-box-first .faq-inner-white-box,
  :lang(sk-SK) .faq-outer-box-first.faq-outer-white-box {
    padding-right: 0;
  }
}
:lang(sk-SK) .block_link {
  display: flex;
  min-height: 102px;
  padding: 5px 50px 5px 20px;
  vertical-align: middle;
  background: #00b2a9 url(../../img/button_arrow.png) 95% 50% no-repeat;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  align-items: center;
  line-height: 1.2;
}
:lang(sk-SK) .article_blocks > .component-content > .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 960px) {
  :lang(sk-SK) .article_blocks > .component-content > .content {
    padding: 0 15px;
  }
}
:lang(sk-SK) .article_blocks > .component-content > .content > a {
  display: none;
}
:lang(sk-SK) .article_blocks > .component-content > .content .image {
  line-height: 0;
}
:lang(sk-SK) .article_blocks > .component-content > .content .component,
:lang(sk-SK) .article_blocks > .component-content > .content .component p {
  margin: 0;
}
:lang(sk-SK) .article_blocks > .component-content > .content .box {
  width: 32%;
  margin-bottom: 20px;
}
@media (max-width: 968px) {
  :lang(sk-SK) .article_blocks > .component-content > .content .box {
    width: 48%;
  }
}
@media (max-width: 600px) {
  :lang(sk-SK) .article_blocks > .component-content > .content .box {
    width: 100%;
  }
}
:lang(sk-SK) .article_infoblock {
  font-size: 18px;
  line-height: 1.2;
  color: #000;
}
@media (max-width: 960px) {
  :lang(sk-SK) .article_infoblock {
    padding: 0 15px;
  }
}
:lang(sk-SK) .article_infoblock h2 {
  font-size: 22px;
  font-weight: 400;
  line-height: 25px;
  text-transform: uppercase;
  line-height: 1.4;
}
:lang(sk-SK) .header_buttons {
  position: absolute;
  margin-left: 180px !important;
  top: -5px;
}
:lang(sk-SK) .header_buttons .gtm--get-text {
  border: 1px solid #00b2a9;
  border-radius: 10px;
  color: #00b2a9;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
  padding: 0 22px;
  line-height: 24px;
  text-transform: uppercase;
}
:lang(sk-SK) .header_buttons .gtm--get-text:hover {
  background: #00b2a9;
  border-radius: 10px;
  color: #fff;
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
  :lang(sk-SK) .header_buttons {
    margin-left: 110px !important;
  }
  :lang(sk-SK) .header_buttons .gtm--get-text {
    font-size: 15px;
    padding: 0 16px;
  }
}
@media only screen and (max-width: 959px) and (min-width: 768px) {
  :lang(sk-SK) #wrapper #footer .country-selector {
    position: absolute;
    z-index: 1;
    margin-top: 50px;
    right: 15px;
  }
}
:lang(sk-SK) .page-wrap .richtext-denture-adhesives {
  margin-bottom: 30px;
}
:lang(sk-SK) #header .navigation-root li:first-child ul,
:lang(sk-SK) #header .navigation-root li:nth-child(2) ul,
:lang(sk-SK) #header .navigation-root li:nth-child(3) ul,
:lang(sk-SK) #header .navigation-root li:nth-child(4) ul,
:lang(sk-SK) #header .navigation-root li:nth-child(5) ul {
  display: none !important;
}
@media (min-width: 768px) {
  :lang(sk-SK)
    #wrapper
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    li:nth-child(2).has-children
    > .navigation-item-title
    .navigation-item-decoration,
  :lang(sk-SK)
    #wrapper
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    span.navigation-item-decoration {
    display: none !important;
  }
  :lang(sk-SK)
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1 {
    display: flex;
    flex-wrap: nowrap;
    max-width: 100%;
  }
  :lang(sk-SK)
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    a {
    font-size: 14px !important;
  }
  :lang(sk-SK)
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    .navigation-item.navigation-level1 {
    margin-left: 0;
    margin-bottom: 0;
    align-self: center;
    position: relative;
    background: transparent !important;
    display: flex;
    height: 52px;
    border: none !important;
  }
  :lang(sk-SK)
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    .navigation-item.navigation-level1
    li:nth-child(2).has-children
    > .navigation-item-title
    .navigation-item-decoration,
  :lang(sk-SK)
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    .navigation-item.navigation-level1
    span.navigation-item-decoration {
    display: none !important;
  }
  :lang(sk-SK)
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    .navigation-item.navigation-level1.has-active-child:before,
  :lang(sk-SK)
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    .navigation-item.navigation-level1.is-active:before,
  :lang(sk-SK)
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    .navigation-item.navigation-level1:hover:before {
    background: #fff;
    bottom: -5px;
    content: "";
    display: block !important;
    height: 7px;
    position: absolute;
    width: 100%;
  }
  :lang(sk-SK)
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    .navigation-item.navigation-level1.is-active
    a {
    color: #fff !important;
    background: transparent !important;
  }
  :lang(sk-SK)
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    .navigation-item-title {
    padding: 0 10px !important;
    align-self: center;
    white-space: normal;
    text-align: center;
    background: transparent !important;
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
  }
  :lang(sk-SK) .teal-master-body .main-navigation-box .home-logo a:hover {
    background-color: transparent !important;
  }
  :lang(sk-SK)
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.has-active-child.is-open
    > .navigation-item-title,
  :lang(sk-SK)
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.has-active-child
    > .navigation-item-title,
  :lang(sk-SK)
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.is-active.is-open
    > .navigation-item-title,
  :lang(sk-SK)
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.is-active
    > .navigation-item-title,
  :lang(sk-SK)
    .main-navigation-box.simplified-main-navigation-box
    .navigation-item.has-active-child
    > .navigation-item-title.navigation-level1,
  :lang(sk-SK)
    .main-navigation-box.simplified-main-navigation-box
    .navigation-item.is-active
    > .navigation-item-title.navigation-level1 {
    background: transparent !important;
    color: #fff !important;
  }
  :lang(sk-SK)
    .template-oral-polident-home-template
    .main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1
    > a.navigation-item-title:focus,
  :lang(sk-SK)
    .template-oral-polident-home-template
    .main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1
    > a.navigation-item-title:hover {
    background-color: transparent !important;
  }
  :lang(sk-SK)
    .teal-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.has-active-child
    > .navigation-item-title,
  :lang(sk-SK)
    .teal-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.is-active.is-open
    > .navigation-item-title,
  :lang(sk-SK)
    .teal-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.is-active
    > .navigation-item-title,
  :lang(sk-SK)
    .teal-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.is-active
    > .navigation-item-title:focus,
  :lang(sk-SK)
    .teal-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.is-active
    > .navigation-item-title:hover {
    color: #fff !important;
  }
}
@media only screen and (max-width: 959px) and (min-width: 320px) {
  :lang(sk-SK)
    .teal-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.is-active.is-open
    > .navigation-item-title,
  :lang(sk-SK)
    .teal-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1.is-active
    > a.navigation-item-title {
    color: #fff !important;
  }
}
:lang(sk-SK)
  .main-navigation-box
  .navigation-item.navigation-level1
  > .navigation-item-title,
:lang(sk-SK) h2,
:lang(sk-SK) h3 {
  font-family: "Montserrat", sans-serif !important;
}
:lang(sk-SK) .main-navigation-box .navigation.navigation-horizontal {
  background: transparent;
  margin: 0;
}
:lang(sk-SK) .main-navigation-box.simplified-main-navigation-box .home-logo {
  background-color: transparent;
  border-bottom: none !important;
  border-top: none !important;
  padding-top: 10px;
}
:lang(sk-SK) .main-navigation-box.simplified-main-navigation-box .home-logo a {
  background: transparent;
}
:lang(sk-SK) .russia-font-body .back-link a,
:lang(sk-SK) .russia-font-body .page-wrap .articleList-title a,
:lang(sk-SK) .russia-font-body .page-wrap h1,
:lang(sk-SK) .russia-font-body .promo-white-box .promo-header p a,
:lang(sk-SK) .russia-font-body .promo-white-box .promo-header p span,
:lang(sk-SK) .teal-master-body h1 .green-header {
  font-family: "Montserrat", sans-serif !important;
}
:lang(sk-SK) .russia-font-body .footer-navigation .navigation-branch,
:lang(sk-SK) .russia-font-body .richText ol li,
:lang(sk-SK) .russia-font-body p {
  font-family: "Montserrat", sans-serif !important;
}
:lang(sk-SK) .richtext-body-content a:hover {
  color: #46cde2;
}
:lang(sk-SK) .grid_3.omega.teal-rightnav {
  margin-top: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  :lang(sk-SK)
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    a {
    font-size: 10px !important;
  }
}
@media (max-width: 1023px) {
  :lang(sk-SK)
    .teal-master-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    li:nth-child(2).has-children
    > .navigation-item-title
    .navigation-item-decoration,
  :lang(sk-SK)
    .teal-master-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-level1.has-children
    > .navigation-item-title
    .navigation-item-decoration {
    background: transparent !important;
  }
  :lang(sk-SK)
    .teal-master-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-level1.page-our-products
    > .navigation-item-title
    .navigation-item-decoration {
    background: url(../../img/open-teal-icon.png) 6px 24px no-repeat !important;
  }
}
.slovakia-font-body .box-chatterbox-bottom .richtext-cb-video-share a,
.slovakia-font-body .box-chatterbox-bottom .richtext-submit-story a,
.slovakia-font-body .chatterbox-home .video-filter p,
.slovakia-font-body .chatterbox-load-more p,
.slovakia-font-body .claimcoupon-inner-box .save-now-text-coupon .Size-25,
.slovakia-font-body .green-button-txt,
.slovakia-font-body .page-wrap .articleList-title a,
.slovakia-font-body .promo-white-box .promo-header p a,
.slovakia-font-body .richtext-faq-question p,
.slovakia-font-body .richtext-show-filters p,
.slovakia-font-body .span-que-text sup,
.slovakia-font-body h1,
.slovakia-font-body h1 sup,
.slovakia-font-body h2,
.slovakia-font-body h2 sup,
.slovakia-font-body h3,
.slovakia-font-body h3 sup,
.slovakia-font-body h4,
.slovakia-font-body h4 sup {
  font-family: "Montserrat", sans-serif !important;
}
.slovakia-font-body .chatterbox-home .searchBox input[type="text"] {
  font-family: "Montserrat", sans-serif;
}
.slovakia-font-body .byte-site-map ul li a,
.slovakia-font-body .byte-site-map ul li a:hover,
.slovakia-font-body .contact-us-sample .control-group .submit,
.slovakia-font-body .form-sample .control-group .submit,
.slovakia-font-body .product-btn-wrap .green-button-txt,
.slovakia-font-body .product-btn-wrap .span-faq-green-button,
.slovakia-font-body .richtext-partner p a,
.slovakia-font-body .whats-new-left-box h3 a.green-hyperlink,
.slovakia-font-body .whats-new-right-box h3 a.green-hyperlink {
  font-family: "Montserrat", sans-serif !important;
}
.slovakia-font-body .back-link h4 {
  font-size: 16px;
}
.slovakia-font-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1.has-children
  > .navigation-item-title,
.slovakia-font-body
  .main-navigation-box
  .navigation-item.navigation-level1
  > .navigation-item-title {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: bold;
}
.slovakia-font-body .richtext-article-cb-content .richText-content p,
.slovakia-font-body .ui-menu .ui-menu-item a {
  font-family: "Montserrat", sans-serif;
}
.slovakia-font-body .auto-button-txt .span-faq-green-button {
  padding-right: 31px;
}
.slovakia-font-body .page-wrap.faq-outer-white-box h1,
.slovakia-font-body .page-wrap .richtext-our-products h1 {
  text-transform: uppercase;
  font-size: 22px;
}
@media only screen and (max-width: 330px) and (min-width: 320px) {
  .slovakia-font-body .product-btn-wrap p {
    margin-right: 15px;
  }
  .slovakia-font-body .product-btn-wrap p .green-button-txt {
    width: auto;
  }
}
@media only screen and (min-width: 960px) {
  .slovakia-font-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1:last-child {
    float: left;
    margin-right: 0;
  }
  .slovakia-font-body
    .main-navigation-box
    .navigation-item.navigation-level1:last-child
    > .navigation-item-title {
    border: none;
    border-radius: 0;
    margin-top: 0;
    padding: 20px 22px 16px !important;
  }
  .slovakia-font-body #footer .footer-navigation {
    margin-left: -2%;
    padding-left: 0;
    width: 78%;
  }
  .slovakia-font-body #footer .richtext-footer-content p {
    padding-right: 38px;
  }
  .slovakia-font-body #footer li:nth-child(4),
  .slovakia-font-body #footer li:nth-child(5) {
    border-right: 1px solid #757575 !important;
  }
  .slovakia-font-body .desktop-gsk-footer-logo {
    width: 15%;
  }
}
@media only screen and (max-width: 959px) and (min-width: 768px) {
  .slovakia-font-body #footer .footer-navigation {
    margin-left: -2.5% !important;
    padding-left: 0 !important;
    width: 69.95833% !important;
  }
  .slovakia-font-body #footer .richtext-footer-content p {
    padding-right: 2px;
  }
}
@media only screen and (max-width: 959px) and (min-width: 320px) {
  .slovakia-font-body .simplified-mob-menu-box .mob-menu p {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
  }
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
  .slovakia-font-body .navigation-journeys li:first-of-type:hover {
    background-image: url(../../img/chev_all_01.png) !important;
  }
  .slovakia-font-body .navigation-journeys li:nth-of-type(2) {
    background-image: url(../../img/chev_all_02.png) !important;
  }
  .slovakia-font-body .navigation-journeys li:nth-of-type(3) {
    background-image: url(../../img/chev_all_03.png) !important;
  }
  .slovakia-font-body .navigation-journeys li:nth-of-type(4) {
    background-image: url(../../img/chev_all_04.png) !important;
  }
  .slovakia-font-body .navigation-journeys li:hover span {
    color: #fff !important;
  }
}
@media only screen and (max-width: 959px) and (min-width: 768px) {
  .slovakia-font-body .navigation-journeys li:first-of-type:hover {
    background-image: url(../../img/chev_01.png) !important;
  }
  .slovakia-font-body .navigation-journeys li:nth-of-type(2):hover {
    background-image: url(../../img/chev_02.png) !important;
  }
  .slovakia-font-body .navigation-journeys li:nth-of-type(3):hover {
    background-image: url(../../img/chev_03.png) !important;
  }
  .slovakia-font-body .navigation-journeys li:nth-of-type(4):hover {
    background-image: url(../../img/chev_04.png) !important;
  }
  .slovakia-font-body .navigation-journeys li:hover span {
    color: #fff !important;
  }
}
:lang(th-TH) .back-link h4 br {
  display: none;
}
@media (min-width: 768px) {
  :lang(th-TH) .japan-footer-navigation #footer li:nth-child(3) {
    border-right: 0 solid transparent;
  }
  :lang(th-TH) .japan-footer-navigation #footer li:nth-child(5) {
    border-right: 1px solid #757575;
  }
}
@media (min-width: 960px) {
  :lang(th-TH) .page-products .page-wrap h1 {
    font-size: 35px;
    line-height: 38px;
  }
  :lang(th-TH) #header .header-box .box-template-logo.grid_5 {
    width: 60%;
  }
}
:lang(th-TH) .keep-inline {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  :lang(th-TH) .page-products .our-products-white-box .product-range {
    background: #fff !important;
  }
}
:lang(th-TH) .page-denture-adhesives .fake-article-list,
:lang(th-TH) .page-denture-adhesives .fake-article-list:hover {
  background: none !important;
}
:lang(th-TH) .page-denture-adhesives .fake-article-list a {
  background-image: url(../../img/visit-more.png);
  background-position: 100%;
  background-repeat: no-repeat;
  padding: 15px 36px 20px 0;
}
:lang(th-TH) .page-denture-adhesives .fake-article-list a:hover {
  background-image: url(../../img/m-visit-more-article-hover.png);
}
:lang(de-DE) .teal-master-body .page-wrap h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 32px !important;
}
@media only screen and (max-width: 767px) {
  :lang(de-DE) .teal-master-body .op-header-image {
    display: block;
  }
}
:lang(pt-BR) body {
  background: url(../../../../../../../content/dam/cf-consumer-healthcare/polident/pt_BR/ImageX/topNavFullwidth.png?auto=format)
      0 0 repeat-x,
    linear-gradient(#f0f5f5, #f1f5f6);
  background-image: url(../../../../../../../content/dam/cf-consumer-healthcare/polident/pt_BR/ImageX/topNavFullwidth.png?auto=format)
    0 0 repeat-x;
}
:lang(pt-BR) .header-box .form-search button {
  background: url(../../../../../../../content/dam/cf-consumer-healthcare/polident/pt_BR/ImageX/search-icon.png?auto=format)
    no-repeat transparent;
}
:lang(pt-BR) .header-box .ph-template {
  opacity: 0;
}
:lang(pt-BR) .select-wrapper1 {
  background: url(../../../../../../../content/dam/cf-consumer-healthcare/polident/pt_BR/ImageX/dropdown-arrow.png?auto=format)
    86% no-repeat;
}
:lang(pt-BR) .teal-master-body {
  background: url(../../../../../../../content/dam/cf-consumer-healthcare/polident/pt_BR/ImageX/teal-topNavFullwidth.png?auto=format)
      0 0 repeat-x,
    linear-gradient(#f0f5f5, #f1f5f6);
  background-image: url(../../../../../../../content/dam/cf-consumer-healthcare/polident/pt_BR/ImageX/teal-topNavFullwidth.png?auto=format)
    0 0 repeat-x;
}
:lang(pt-BR)
  .teal-master-body
  .promo-white-box
  .promo-header
  p
  a
  span.product-header {
  background: url(../../../../../../../content/dam/cf-consumer-healthcare/polident/pt_BR/ImageX/teal-more-small-white.png?auto=format)
    100% no-repeat;
}
:lang(pt-BR) .teal-master-body .whats-new-left-box h3 a,
:lang(pt-BR) .teal-master-body .whats-new-left-box h3 a:hover,
:lang(pt-BR) .teal-master-body .whats-new-right-box h3 a,
:lang(pt-BR) .teal-master-body .whats-new-right-box h3 a:hover {
  background: url(../../img/teal-visit-more.png) 98% no-repeat;
}
:lang(pt-BR) .master-locale .our-products-white-box .product-range {
  background: #fff
    url(../../../../../../../content/dam/cf-consumer-healthcare/polident/pt_BR/ImageX/home-box-border.png?auto=format)
    center 0 repeat-y !important;
}
:lang(pt-BR) .chatterbox-home .box-chatterbox-bottom {
  display: block !important;
}
:lang(pt-BR)
  .page-corega-amostra-gratis
  .gigya-terms-error
  + label.gigya-composite-control.gigya-composite-control-label {
  color: #c6080e;
  display: inline-block !important;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
}
:lang(pt-BR)
  .page-corega-amostra-gratis
  label.gigya-composite-control.gigya-composite-control-label {
  display: none !important;
}
@media only screen and (min-width: 960px) {
  :lang(pt-BR) .footer-navigation {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  :lang(pt-BR)
    .page-expert-advice
    .page-wrap
    .get-expert-article-list
    .articleList-title
    a {
    padding: 8px 36px 9px 0;
  }
}
@media only screen and (max-width: 767px) {
  :lang(pt-BR) .master-locale .our-products-white-box .product-range {
    background: #fff
      url(../../../../../../../content/dam/cf-consumer-healthcare/polident/pt_BR/ImageX/home-box-border.png?auto=format)
      center 230px repeat-x !important;
  }
}
@media (max-width: 767px) {
  :lang(pt-PT)
    .page-our-products.page-denture-cleansers
    .richText.component.section.grid_6.alpha.omega.first.odd.last.produt-description.auto-button-txt
    .component-content
    .richText-content {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  :lang(pt-BR)
    .page-products.page-denture-adhesives
    .page-wrap
    .removing-product
    h4,
  :lang(pt-BR)
    .page-products.page-denture-adhesives
    .page-wrap
    .using-product
    h4 {
    font-weight: bold;
  }
  :lang(pt-pt)
    .page-our-products.page-denture-adhesives.page-efeito-almofada
    .produt-description {
    margin-top: 14.375rem;
  }
  :lang(pt-pt)
    .page-our-products.page-denture-adhesives.page-efeito-almofada
    .span-faq-green-button,
  :lang(pt-pt)
    .page-our-products.page-denture-adhesives.page-efeito-almofada
    .span-faq-green-button:hover {
    width: 60%;
  }
  :lang(pt-pt)
    .page-our-products.page-denture-adhesives.page-efeito-almofada
    .product-btn-wrap
    .span-faq-green-button,
  :lang(pt-pt)
    .page-our-products.page-denture-adhesives.page-efeito-almofada
    .red-master-body
    .span-faq-green-button:hover {
    background-position: 95.5% 49%;
  }
}
@media screen and (min-width: 768px) {
  :lang(pt)
    .page-products.page-denture-cleansers
    .auto-button-txt
    .product-btn-wrap
    p:first-child
    .green-button-txt,
  :lang(pt)
    .page-products.page-denture-cleansers
    .auto-button-txt
    .product-btn-wrap
    p:first-child
    .span-faq-green-button {
    background-position: 93% 55%;
  }
  :lang(pt)
    .page-products.page-denture-cleansers
    .auto-button-txt
    .product-btn-wrap
    p:nth-child(2)
    .green-button-txt,
  :lang(pt)
    .page-products.page-denture-cleansers
    .auto-button-txt
    .product-btn-wrap
    p:nth-child(2)
    .span-faq-green-button {
    background-position: 95% 55%;
  }
  :lang(pt)
    .page-products.page-denture-cleansers.page-polident-overnight-whitening
    .auto-button-txt
    .product-btn-wrap
    p:first-child
    .green-button-txt,
  :lang(pt)
    .page-products.page-denture-cleansers.page-polident-overnight-whitening
    .auto-button-txt
    .product-btn-wrap
    p:first-child
    .span-faq-green-button {
    background-position: 93% 55%;
  }
  :lang(pt)
    .page-products.page-denture-cleansers.page-polident-overnight-whitening
    .auto-button-txt
    .product-btn-wrap
    p:nth-child(2)
    .green-button-txt,
  :lang(pt)
    .page-products.page-denture-cleansers.page-polident-overnight-whitening
    .auto-button-txt
    .product-btn-wrap
    p:nth-child(2)
    .span-faq-green-button {
    background-position: 95% 55%;
  }
  :lang(pt)
    .page-products.page-denture-adhesives.page-poligrip-free
    .auto-button-txt
    .product-btn-wrap
    p:first-child
    .green-button-txt,
  :lang(pt)
    .page-products.page-denture-adhesives.page-poligrip-free
    .auto-button-txt
    .product-btn-wrap
    p:first-child
    .span-faq-green-button {
    background-position: 93% 55%;
  }
  :lang(pt)
    .page-products.page-denture-adhesives.page-poligrip-free
    .auto-button-txt
    .product-btn-wrap
    p:nth-child(2)
    .green-button-txt,
  :lang(pt)
    .page-products.page-denture-adhesives.page-poligrip-free
    .auto-button-txt
    .product-btn-wrap
    p:nth-child(2)
    .span-faq-green-button {
    background-position: 95% 55%;
  }
  :lang(pt)
    .page-products.page-denture-adhesives.page-super-poligrip-original
    .auto-button-txt
    .product-btn-wrap
    p:first-child
    .green-button-txt,
  :lang(pt)
    .page-products.page-denture-adhesives.page-super-poligrip-original
    .auto-button-txt
    .product-btn-wrap
    p:first-child
    .span-faq-green-button {
    background-position: 93% 55%;
  }
  :lang(pt)
    .page-products.page-denture-adhesives.page-super-poligrip-original
    .auto-button-txt
    .product-btn-wrap
    p:nth-child(2)
    .green-button-txt,
  :lang(pt)
    .page-products.page-denture-adhesives.page-super-poligrip-original
    .auto-button-txt
    .product-btn-wrap
    p:nth-child(2)
    .span-faq-green-button {
    background-position: 95% 55%;
  }
  :lang(pt)
    .page-products.page-denture-adhesives.page-super-poligrip-original1
    .auto-button-txt
    .product-btn-wrap
    p:first-child
    .green-button-txt,
  :lang(pt)
    .page-products.page-denture-adhesives.page-super-poligrip-original1
    .auto-button-txt
    .product-btn-wrap
    p:first-child
    .span-faq-green-button {
    background-position: 93% 55%;
  }
  :lang(pt)
    .page-products.page-denture-adhesives.page-super-poligrip-original1
    .auto-button-txt
    .product-btn-wrap
    p:nth-child(2)
    .green-button-txt,
  :lang(pt)
    .page-products.page-denture-adhesives.page-super-poligrip-original1
    .auto-button-txt
    .product-btn-wrap
    p:nth-child(2)
    .span-faq-green-button {
    background-position: 95% 55%;
  }
  :lang(pt)
    .page-products.page-denture-adhesives.page-super-poligrip-original2
    .auto-button-txt
    .product-btn-wrap
    p:first-child
    .green-button-txt,
  :lang(pt)
    .page-products.page-denture-adhesives.page-super-poligrip-original2
    .auto-button-txt
    .product-btn-wrap
    p:first-child
    .span-faq-green-button {
    background-position: 93% 55%;
  }
  :lang(pt)
    .page-products.page-denture-adhesives.page-super-poligrip-original2
    .auto-button-txt
    .product-btn-wrap
    p:nth-child(2)
    .green-button-txt,
  :lang(pt)
    .page-products.page-denture-adhesives.page-super-poligrip-original2
    .auto-button-txt
    .product-btn-wrap
    p:nth-child(2)
    .span-faq-green-button {
    background-position: 95% 55%;
  }
}
@media screen and (max-width: 767px) {
  :lang(pt)
    .page-products.page-denture-adhesives.page-poligrip-free
    .auto-button-txt
    .green-button-txt,
  :lang(pt)
    .page-products.page-denture-adhesives.page-poligrip-free
    .auto-button-txt
    .green-button-txt:hover,
  :lang(pt)
    .page-products.page-denture-adhesives.page-super-poligrip-original1
    .auto-button-txt
    .green-button-txt,
  :lang(pt)
    .page-products.page-denture-adhesives.page-super-poligrip-original1
    .auto-button-txt
    .green-button-txt:hover,
  :lang(pt)
    .page-products.page-denture-adhesives.page-super-poligrip-original2
    .auto-button-txt
    .green-button-txt,
  :lang(pt)
    .page-products.page-denture-adhesives.page-super-poligrip-original2
    .auto-button-txt
    .green-button-txt:hover,
  :lang(pt)
    .page-products.page-denture-adhesives.page-super-poligrip-original
    .auto-button-txt
    .green-button-txt,
  :lang(pt)
    .page-products.page-denture-adhesives.page-super-poligrip-original
    .auto-button-txt
    .green-button-txt:hover,
  :lang(pt)
    .page-products.page-denture-cleansers
    .auto-button-txt
    .green-button-txt,
  :lang(pt)
    .page-products.page-denture-cleansers
    .auto-button-txt
    .green-button-txt:hover,
  :lang(pt)
    .page-products.page-denture-cleansers.page-polident-overnight-whitening
    .auto-button-txt
    .green-button-txt,
  :lang(pt)
    .page-products.page-denture-cleansers.page-polident-overnight-whitening
    .auto-button-txt
    .green-button-txt:hover {
    font-size: 13px;
  }
  :lang(pt-pt)
    .page-our-products.page-denture-adhesives.page-efeito-almofada
    .image_down
    img {
    margin-top: 8.125rem;
  }
  :lang(pt-pt)
    .page-our-products.page-denture-adhesives.page-efeito-almofada
    .span-faq-green-button,
  :lang(pt-pt)
    .page-our-products.page-denture-adhesives.page-efeito-almofada
    .span-faq-green-button:hover {
    width: 100%;
  }
  :lang(pt-pt)
    .page-our-products.page-denture-adhesives.page-efeito-almofada
    .product-btn-wrap
    .span-faq-green-button,
  :lang(pt-pt)
    .page-our-products.page-denture-adhesives.page-efeito-almofada
    .red-master-body
    .span-faq-green-button:hover {
    background-position: 82.5% 49%;
  }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
  :lang(pt)
    .page-products.page-denture-cleansers
    .auto-button-txt
    .product-btn-wrap
    p:first-child
    .green-button-txt,
  :lang(pt)
    .page-products.page-denture-cleansers
    .auto-button-txt
    .product-btn-wrap
    p:first-child
    .span-faq-green-button {
    background-position: 90% 49%;
  }
  :lang(pt)
    .page-products.page-denture-cleansers
    .auto-button-txt
    .product-btn-wrap
    p:nth-child(2)
    .green-button-txt,
  :lang(pt)
    .page-products.page-denture-cleansers
    .auto-button-txt
    .product-btn-wrap
    p:nth-child(2)
    .span-faq-green-button {
    background-position: 93% 49%;
  }
  :lang(pt)
    .page-products.page-denture-cleansers.page-polident-overnight-whitening
    .auto-button-txt
    .product-btn-wrap
    p:first-child
    .green-button-txt,
  :lang(pt)
    .page-products.page-denture-cleansers.page-polident-overnight-whitening
    .auto-button-txt
    .product-btn-wrap
    p:first-child
    .span-faq-green-button {
    background-position: 90% 49%;
  }
  :lang(pt)
    .page-products.page-denture-cleansers.page-polident-overnight-whitening
    .auto-button-txt
    .product-btn-wrap
    p:nth-child(2)
    .green-button-txt,
  :lang(pt)
    .page-products.page-denture-cleansers.page-polident-overnight-whitening
    .auto-button-txt
    .product-btn-wrap
    p:nth-child(2)
    .span-faq-green-button {
    background-position: 93% 49%;
  }
  :lang(pt)
    .page-products.page-denture-adhesives.page-poligrip-free
    .auto-button-txt
    .product-btn-wrap
    p:first-child
    .green-button-txt,
  :lang(pt)
    .page-products.page-denture-adhesives.page-poligrip-free
    .auto-button-txt
    .product-btn-wrap
    p:first-child
    .span-faq-green-button {
    background-position: 90% 49%;
  }
  :lang(pt)
    .page-products.page-denture-adhesives.page-poligrip-free
    .auto-button-txt
    .product-btn-wrap
    p:nth-child(2)
    .green-button-txt,
  :lang(pt)
    .page-products.page-denture-adhesives.page-poligrip-free
    .auto-button-txt
    .product-btn-wrap
    p:nth-child(2)
    .span-faq-green-button {
    background-position: 93% 49%;
  }
  :lang(pt)
    .page-products.page-denture-adhesives.page-super-poligrip-original
    .auto-button-txt
    .product-btn-wrap
    p:first-child
    .green-button-txt,
  :lang(pt)
    .page-products.page-denture-adhesives.page-super-poligrip-original
    .auto-button-txt
    .product-btn-wrap
    p:first-child
    .span-faq-green-button {
    background-position: 90% 49%;
  }
  :lang(pt)
    .page-products.page-denture-adhesives.page-super-poligrip-original
    .auto-button-txt
    .product-btn-wrap
    p:nth-child(2)
    .green-button-txt,
  :lang(pt)
    .page-products.page-denture-adhesives.page-super-poligrip-original
    .auto-button-txt
    .product-btn-wrap
    p:nth-child(2)
    .span-faq-green-button {
    background-position: 93% 49%;
  }
  :lang(pt)
    .page-products.page-denture-adhesives.page-super-poligrip-original1
    .auto-button-txt
    .product-btn-wrap
    p:first-child
    .green-button-txt,
  :lang(pt)
    .page-products.page-denture-adhesives.page-super-poligrip-original1
    .auto-button-txt
    .product-btn-wrap
    p:first-child
    .span-faq-green-button {
    background-position: 90% 49%;
  }
  :lang(pt)
    .page-products.page-denture-adhesives.page-super-poligrip-original1
    .auto-button-txt
    .product-btn-wrap
    p:nth-child(2)
    .green-button-txt,
  :lang(pt)
    .page-products.page-denture-adhesives.page-super-poligrip-original1
    .auto-button-txt
    .product-btn-wrap
    p:nth-child(2)
    .span-faq-green-button {
    background-position: 93% 49%;
  }
  :lang(pt)
    .page-products.page-denture-adhesives.page-super-poligrip-original2
    .auto-button-txt
    .product-btn-wrap
    p:first-child
    .green-button-txt,
  :lang(pt)
    .page-products.page-denture-adhesives.page-super-poligrip-original2
    .auto-button-txt
    .product-btn-wrap
    p:first-child
    .span-faq-green-button {
    background-position: 90% 49%;
  }
  :lang(pt)
    .page-products.page-denture-adhesives.page-super-poligrip-original2
    .auto-button-txt
    .product-btn-wrap
    p:nth-child(2)
    .green-button-txt,
  :lang(pt)
    .page-products.page-denture-adhesives.page-super-poligrip-original2
    .auto-button-txt
    .product-btn-wrap
    p:nth-child(2)
    .span-faq-green-button {
    background-position: 93% 49%;
  }
}
:lang(pt-PT)
  .page-our-products.page-denture-cleansers
  .richText.component.section.grid_6.alpha.omega.first.odd.last.produt-description.auto-button-txt
  .component-content
  .richText-content {
  margin-top: 230px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  :lang(pt-PT) .mob-menu-box .mob-search .button {
    display: none;
  }
  :lang(pt-PT) .navigation-branch.navigation-level1 {
    display: block;
  }
  :lang(pt-PT) .navigation-mobile-menu {
    display: none;
  }
  :lang(pt-PT) .red-master-body .our-products-white-box .product-range {
    background: none !important;
  }
}
body.greece-font-body {
  font-family: Roboto, sans-serif !important;
}
@media only screen and (min-width: 960px) {
  .greece-font-body .free-sample-white-box .privacy-txt p {
    font-size: 14px !important;
  }
  .greece-font-body #footer li:nth-child(3),
  .greece-font-body #footer li:nth-child(4) {
    border-right: 1px solid #757575 !important;
  }
  .greece-font-body #footer li:nth-child(5) {
    border-right: 1px solid #757575 !important;
    margin-left: 0 !important;
  }
  .greece-font-body
    #footer
    .navigation-item.navigation-level1
    > .navigation-item-title {
    font-size: 12px !important;
  }
  .greece-font-body #footer .footer-navigation {
    margin-left: 0 !important;
    padding-left: 0 !important;
    width: 89% !important;
  }
  .greece-font-body #footer .desktop-gsk-footer-logo {
    width: 9% !important;
  }
  .greece-font-body .richtext-home-gray-content p {
    font-size: 16px !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 959px) {
  .greece-font-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    li:nth-child(2)
    .navigation-level2
    > a,
  .greece-font-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    li:nth-child(3)
    .navigation-level2
    > a,
  .greece-font-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1:nth-child(2)
    .navigation-level2:first-child
    > a,
  .greece-font-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1:nth-child(2)
    .navigation-level2:nth-child(2)
    > a,
  .greece-font-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1:nth-child(3)
    .navigation-level2:first-child
    > a,
  .greece-font-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-item.navigation-level1:nth-child(3)
    .navigation-level2:nth-child(2)
    > a,
  .greece-font-body .simplified-mob-menu-box .mob-menu p {
    font-family: Roboto, sans-serif !important;
  }
}
@media only screen and (max-width: 767px) {
  .greece-font-body #footer .footer-navigation {
    width: 100% !important;
  }
  .greece-font-body #footer li:nth-child(5) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 959px) and (min-width: 768px) {
  .greece-font-body .home-gray-box p {
    padding-top: 3px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
  .greece-font-body .page-wrap p sup {
    font-size: 12px;
    top: -5px;
  }
  .greece-font-body .page-wrap h1 span.green-header sup {
    font-size: 16px;
    top: -12px;
  }
  .greece-font-body .richtext-faq-question sup {
    font-size: 14px !important;
    top: -7px !important;
  }
  .greece-font-body .richtext-ea-header-content h1 sup {
    font-family: Roboto, sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    top: -12px !important;
  }
  .greece-font-body .green-button-txt,
  .greece-font-body .green-button-txt:hover,
  .greece-font-body .span-faq-green-button,
  .greece-font-body .span-faq-green-button:hover {
    font-size: 18px;
    margin-bottom: 3px;
  }
  .greece-font-body .richtext-footer-pages p {
    word-wrap: break-word;
  }
}
@media (-ms-high-contrast: none) and (-ms-high-contrast: active) {
  .greece-font-body .footer-box .footer-address p sup,
  .greece-font-body .footer-box .richtext-footer-content p sup {
    font-size: 14px;
  }
}
.greece-font-body h1 {
  line-height: 36px !important;
}
.greece-font-body h1,
.greece-font-body h2,
.greece-font-body h3 {
  font-family: Roboto, sans-serif !important;
}
.greece-font-body h3 sup {
  font-size: 12px;
  top: -6px;
}
.greece-font-body h4,
.greece-font-body p {
  font-family: Roboto, sans-serif !important;
}
.greece-font-body p sup {
  font-size: 12px;
  top: -6px;
}
.greece-font-body .richtext-our-products p {
  font-size: 16px !important;
}
.greece-font-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-branch.navigation-level2
  .navigation-item-title,
.greece-font-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1.has-children
  > .navigation-item-title,
.greece-font-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level2:first-child
  > a,
.greece-font-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level2:nth-child(2)
  > a {
  font-family: Roboto, sans-serif !important;
}
.greece-font-body
  .main-navigation-box
  .navigation-horizontal
  .navigation-branch.navigation-level1
  li:first-child
  .navigation-branch.navigation-level2
  li:nth-child(2)
  a:first-child {
  padding-top: 5px;
}
.greece-font-body
  .main-navigation-box
  .navigation-item.navigation-level1
  > .navigation-item-title,
.greece-font-body
  .main-navigation-box.simplified-main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1:nth-child(2)
  .navigation-level2:first-child
  > a,
.greece-font-body
  .main-navigation-box.simplified-main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1:nth-child(2)
  .navigation-level2:nth-child(2)
  > a,
.greece-font-body
  .main-navigation-box.simplified-main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1:nth-child(3)
  .navigation-level2:first-child
  > a,
.greece-font-body
  .main-navigation-box.simplified-main-navigation-box
  .navigation-horizontal
  .navigation-item.navigation-level1:nth-child(3)
  .navigation-level2:nth-child(2)
  > a,
.greece-font-body .promo-white-box .promo-header p a span {
  font-family: Roboto, sans-serif !important;
}
.greece-font-body .promo-white-box .promo-header p a span.product-header {
  text-transform: none !important;
}
.greece-font-body .box-chatterbox-bottom .richtext-cb-video-share a,
.greece-font-body .box-chatterbox-bottom .richtext-submit-story a,
.greece-font-body .chatterbox-home .searchBox input[type="text"],
.greece-font-body .claimcoupon-inner-box .save-now-text-coupon .Size-25,
.greece-font-body .page-wrap .articleList-title a,
.greece-font-body .page-wrap .fscountry li,
.greece-font-body .page-wrap .fsfirsttitle li,
.greece-font-body .page-wrap h1,
.greece-font-body .page-wrap h3 a,
.greece-font-body .richtext-partner p a,
.greece-font-body .wsform input {
  font-family: Roboto, sans-serif !important;
}
.greece-font-body .page-wrap ol li,
.greece-font-body .page-wrap p,
.greece-font-body .page-wrap ul li {
  font-size: 16px !important;
}
.greece-font-body .page-wrap .freesample-contacted p {
  font-size: 14px !important;
}
.greece-font-body .back-link a,
.greece-font-body .dropdown .dd ul li a,
.greece-font-body .dropdown .dt a,
.greece-font-body .green-header {
  font-family: Roboto, sans-serif !important;
}
.greece-font-body .richText-content h1 sup {
  font-family: Roboto, sans-serif !important;
  font-size: 14px;
  top: -14px;
}
.greece-font-body .product-range h3 {
  font-family: Roboto, sans-serif !important;
}
.greece-font-body .product-range .richtext-op-two-callout-inner h3 sup {
  font-family: Roboto, sans-serif !important;
  font-size: 12px;
  top: -10px;
}
.greece-font-body .using-product h3 {
  font-family: Roboto, sans-serif !important;
}
.greece-font-body .using-product h3 sup {
  font-family: Roboto, sans-serif !important;
  font-size: 11px;
  top: -6px;
}
.greece-font-body .using-product h4 {
  font-family: Roboto, sans-serif !important;
}
.greece-font-body .using-product ul {
  margin-left: 22px !important;
}
.greece-font-body .removing-product h3 {
  color: #00b2a9 !important;
  font-family: Roboto, sans-serif !important;
  font-size: 25px !important;
  font-style: normal;
  font-weight: 800 !important;
  margin: 15px 0 10px;
  padding: 20px 0 12px;
}
.greece-font-body .removing-product h4,
.greece-font-body .whats-new-header h3 {
  font-family: Roboto, sans-serif !important;
}
.greece-font-body .whats-new-header p {
  font-size: 16px !important;
}
.greece-font-body .whats-new-left-box h3,
.greece-font-body .whats-new-left-box h3 a.green-hyperlink {
  font-family: Roboto, sans-serif !important;
}
.greece-font-body .whats-new-left-box p {
  font-size: 16px !important;
}
.greece-font-body .whats-new-right-box h3,
.greece-font-body .whats-new-right-box h3 a.green-hyperlink {
  font-family: Roboto, sans-serif !important;
}
.greece-font-body .whats-new-right-box p {
  font-size: 16px !important;
}
.greece-font-body .richtext-op-two-callout-inner h3 a,
.greece-font-body .search-res-box .searchBox .form-search .button,
.greece-font-body .search-res-box .searchResults-title a,
.greece-font-body .search-res-box .searchResults-title a:hover {
  font-family: Roboto, sans-serif !important;
}
.greece-font-body .search-res-box p {
  font-family: Roboto, sans-serif !important;
  font-size: 14px !important;
}
.greece-font-body .home-gray-box h4,
.greece-font-body .richtext-ea-tile-header h4,
.greece-font-body .search-res-box .searchResults-description,
.greece-font-body .search-results h4 {
  font-family: Roboto, sans-serif !important;
}
.greece-font-body .search-results p {
  font-family: Roboto, sans-serif !important;
  font-size: 14px !important;
}
.greece-font-body .produt-description ul {
  margin-left: 22px !important;
}
.greece-font-body .green-button-txt,
.greece-font-body
  .polident-denture-cleansers-white-box
  .our-products-article-list
  sup,
.greece-font-body .produt-description ul li,
.greece-font-body .span-faq-green-button {
  font-family: Roboto, sans-serif !important;
}
.greece-font-body
  .polident-denture-cleansers-white-box
  .our-products-article-list
  .articleList-title
  sup {
  font-size: 11px;
  top: -10px;
}
.greece-font-body
  .polident-denture-cleansers-white-box
  .our-products-article-list
  .articleList-description
  sup {
  font-size: 11px;
  top: -6px;
}
.greece-font-body
  .polident-denture-adhesives-white-box
  .our-products-article-list
  sup {
  font-family: Roboto, sans-serif !important;
}
.greece-font-body
  .polident-denture-adhesives-white-box
  .our-products-article-list
  .articleList-title
  sup {
  font-size: 11px;
  top: -10px;
}
.greece-font-body
  .polident-denture-adhesives-white-box
  .our-products-article-list
  .articleList-description
  sup {
  font-size: 11px;
  top: -6px;
}
.greece-font-body .box-inner-ea-two-callout-first .get-expert-article-list sup,
.greece-font-body .box-inner-ea-two-callout-second .get-expert-article-list sup,
.greece-font-body .dentures-article-list sup,
.greece-font-body .span-que-text sup {
  font-family: Roboto, sans-serif !important;
  font-size: 11px;
  top: -6px;
}
.greece-font-body .byte-site-map ul li a,
.greece-font-body .byte-site-map ul li a:hover,
.greece-font-body .byte-site-map ul li ul li ul li a,
.greece-font-body .byte-site-map ul li ul li ul li a:hover,
.greece-font-body .contact-us-sample .control-group .submit,
.greece-font-body .form-sample .control-group .submit {
  font-family: Roboto, sans-serif !important;
}
.greece-font-body .byte-site-map ul li .super-parent {
  text-transform: none !important;
}
.greece-font-body .byte-site-map ul li span.fact-text {
  cursor: text;
  pointer-events: none;
}
.greece-font-body .searchresults p {
  font-family: Roboto, sans-serif !important;
  font-size: 14px !important;
}
.greece-font-body .select-wrapper1,
.greece-font-body .select-wrapper1 select {
  width: 90px !important;
}
.greece-font-body .home-white-box .para-16 {
  font-size: 16px !important;
}
.greece-font-body .product-range-wrap p {
  font-size: 14px !important;
}
.greece-font-body .richtext-faq-question p {
  font-size: 22px !important;
}
.greece-font-body .free-sample-white-box .richtext-footer-pages p {
  font-size: 12px !important;
}
.greece-font-body .richtext-articlelist-disclaimer p {
  font-size: 13px !important;
  padding-bottom: 20px !important;
  padding-top: 0 !important;
}
.greece-font-body
  #footer
  .navigation-item.navigation-level1
  > .navigation-item-title {
  font-weight: bold;
  text-transform: uppercase;
}
.greece-font-body #footer .richtext-footer-content p {
  font-size: 11px;
}
.greece-font-body .large p,
.greece-font-body .medium p {
  line-height: 13.7813px !important;
}
.greece-font-body .food-for-thought-white-box ul,
.greece-font-body .how-can-i-repair-my-denture-white-box ul,
.greece-font-body .richtext-footer-pages ul,
.greece-font-body .supporting-friends-or-family-white-box ul,
.greece-font-body .Types-of-dentures-white-box ul {
  margin-left: 22px !important;
}
.greece-font-body .richtext-home-gray-content h4 {
  padding-top: 7px;
}
.greece-font-body .richtext-home-gray-content h4 sup {
  font-size: 12px;
  top: -6px;
}
.greece-font-body .richtext-home-gray-content sup {
  font-size: 12px;
  top: -4px;
}
.greece-font-body .footer-box .richtext-footer-content {
  margin-left: 0;
}
.greece-font-body .footer-box .richtext-footer-content p sup {
  font-size: 10px;
  top: -4px;
}
.greece-font-body .footer-box .footer-address p {
  line-height: 16px;
}
.greece-font-body .footer-box .footer-address p sup {
  font-size: 10px;
  top: -4px;
}
.greece-font-body .footer-box .footer-address p:first-child {
  margin-top: 0;
}
.greece-font-body .promo-header sup,
.greece-font-body .whats-new-sub-heading sup {
  font-size: 12px;
  top: -6px;
}
.greece-font-body a sup,
.greece-font-body li sup {
  font-size: 10px;
  top: -5px;
}
.greece-font-body .mobile-view-header h1 sup {
  font-family: Roboto, sans-serif !important;
  font-size: 16px !important;
  top: -12px !important;
}
.greece-font-body .auto-button-txt .span-faq-green-button {
  padding-right: 37px !important;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .greece-font-body #footer .footer-navigation {
    margin-left: 0 !important;
    width: 74% !important;
  }
  .greece-font-body #footer li:nth-child(5) {
    margin-left: 100px;
  }
}
:lang(el-GR) .header-box .large .richText-content {
  padding-top: 2px;
}
:lang(el-GR)
  .teal-master-body
  .main-navigation-box
  .navigation-level1.page-getting-dentures,
:lang(el-GR)
  .teal-master-body
  .main-navigation-box
  .navigation-level1.page-getting-dentures
  a,
:lang(el-GR)
  .teal-master-body
  .main-navigation-box
  .navigation-level1.page-living-with-dentures,
:lang(el-GR)
  .teal-master-body
  .main-navigation-box
  .navigation-level1.page-living-with-dentures
  a {
  cursor: default;
}
:lang(el-GR)
  .teal-master-body
  .main-navigation-box
  .navigation-level1.page-getting-dentures
  .navigation-root.navigation-level2
  .navigation-level2.navigation-item
  .navigation-item-title,
:lang(el-GR)
  .teal-master-body
  .main-navigation-box
  .navigation-level1.page-living-with-dentures
  .navigation-root.navigation-level2
  .navigation-level2.navigation-item
  .navigation-item-title {
  cursor: pointer;
  font-weight: bold;
}
@media only screen and (min-width: 960px) {
  :lang(el-GR)
    .teal-master-body
    .main-navigation-box
    .navigation-level1.page-getting-dentures
    .navigation-root.navigation-level2
    .navigation-level2.navigation-item
    .navigation-item-title,
  :lang(el-GR)
    .teal-master-body
    .main-navigation-box
    .navigation-level1.page-living-with-dentures
    .navigation-root.navigation-level2
    .navigation-level2.navigation-item
    .navigation-item-title {
    color: #dbf0ef !important;
  }
}
:lang(el-GR)
  .page-living-with-dentures.navigation-level1
  > .navigation-item-title {
  font-weight: 400 !important;
}
@media only screen and (max-width: 959px) and (min-width: 320px) {
  :lang(el-GR)
    .teal-master-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    li:nth-child(3).has-children
    > .navigation-item-title
    .navigation-item-decoration,
  :lang(el-GR)
    .teal-master-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-level1.has-children
    .navigation-item-title
    .navigation-item-decoration {
    background: url(../../img/open-icon.png) 2px 20px no-repeat !important;
    display: block !important;
  }
  :lang(el-GR)
    .teal-master-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    li:nth-child(2).has-children.has-active-child
    > .navigation-item-title
    .navigation-item-decoration,
  :lang(el-GR)
    .teal-master-body
    .main-navigation-box
    .navigation.navigation-horizontal
    .navigation-item.navigation-level1.has-active-child
    > .navigation-item-title
    .navigation-item-decoration,
  :lang(el-GR)
    .teal-master-body.page-living-with-dentures
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    li:nth-child(3).has-children
    > .navigation-item-title
    .navigation-item-decoration {
    background: url(../../img/open-teal-icon.png) 6px 24px no-repeat !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  :lang(el-GR)
    .teal-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    li:nth-child(2)
    .navigation-branch.navigation-level2
    li {
    display: list-item;
  }
  :lang(el-GR)
    .teal-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    li:nth-child(3)
    .has-children
    > .navigation-item-title
    .navigation-item-decoration {
    display: block !important;
    background: url(../../img/open-icon.png) 2px 20px no-repeat !important;
  }
  :lang(el-GR)
    .teal-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    li:nth-child(3).has-children.is-open
    > .navigation-item-title
    .navigation-item-decoration {
    background: url(../../img/sm-teal-nav-close-icon.png) 2px 27px no-repeat !important;
  }
  :lang(el-GR)
    .teal-master-body
    .main-navigation-box.simplified-main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1.has-children
    .navigation-item-title
    .navigation-item-decoration {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  :lang(el-GR) .mob-menu p {
    margin-left: 15px;
  }
  :lang(el-GR) .mob-menu-box .mob-search .button {
    display: none;
  }
  :lang(el-GR) .gsk-logo {
    margin-right: 15px;
  }
  :lang(el-GR)
    .teal-master-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    li:nth-child(3).has-children
    > .navigation-item-title
    .navigation-item-decoration {
    display: block !important;
    background: url(../../img/open-icon.png) 2px 20px no-repeat !important;
  }
  :lang(el-GR)
    .teal-master-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    li:nth-child(2)
    .navigation-branch.navigation-level2
    li {
    display: block;
  }
  :lang(el-GR)
    .teal-master-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-level1.has-children
    .navigation-item-title
    .navigation-item-decoration {
    display: block !important;
  }
  :lang(el-GR)
    .teal-master-body
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    li:nth-child(3).has-children.is-open
    > .navigation-item-title
    .navigation-item-decoration {
    background: url(../../img/sm-teal-nav-close-icon.png) 2px 27px no-repeat !important;
  }
}
:lang(en-IN) .search-res-box .form-search {
  display: flex;
  justify-content: center;
  padding-bottom: 1px;
}
:lang(en-IN) .search-res-box .form-search input[type="text"] {
  box-sizing: border-box;
}
:lang(en-IN) .search-res-box .searchBox .form-search .button {
  margin-left: 10px;
}
:lang(en-IN) .page-poligrip-free .green-button-txt:focus,
:lang(en-IN) .page-poligrip-free .green-button-txt:hover {
  background-position: 94.5% 56%;
}
@media (min-width: 768px) and (max-width: 991px) {
  :lang(en-IN) .grid_9.default-style {
    margin-left: 12.5% !important;
  }
}
:lang(en-IN) .template-country-box {
  display: none !important;
}
:lang(en-IN) .mobile-search-icon {
  visibility: hidden;
}
:lang(en-IN) .faq-outer-box-first h1 {
  background-color: #00b2a9 !important;
}
@media only screen and (min-width: 320px) and (max-width: 959px) and (min-width: 320px) and (max-width: 968px) {
  :lang(en-IN)
    .teal-master-body.page-expert-advice
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    li:nth-child(2).has-children.has-active-child
    > .navigation-item-title
    .navigation-item-decoration,
  :lang(en-IN)
    .teal-master-body.page-expert-advice
    .main-navigation-box
    .navigation-horizontal
    .navigation-branch.navigation-level1
    li:nth-child(2).has-children.is-active
    > .navigation-item-title
    .navigation-item-decoration {
    background: url(../../img/open-teal-icon.png) 6px 24px no-repeat !important;
  }
}
:lang(en-IN) .Types-of-dentures-white-box ul {
  margin-left: 1px !important;
}
/*# sourceMappingURL=../maps/core/main.css.map */
.main .gsk-logo.grid_1 {
  margin-top: 1rem;
  margin-left: 0;
  width: 8.42361%;
}
.main-navigation-box.opened {
  display: block;
}
@media screen and (max-width: 767px) {
  .main .gsk-logo.grid_1 {
    width: 18% !important;
    margin-right: 0.5rem;
    margin-top: 0.2rem;
  }
}

.hidden-xs {
  @media (max-width: 767px){
      display: none;
  }
}

.page-our-products.page-denture-adhesive.page-corega-power-max-ultimate sup {
  font-size: 16px;
  top: unset;
}

.fs-16 {
  font-size: 16px !important;
}

.sup-reset-top {
  top: -.5em !important;
}

