/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/*parodontax colors _ POSSIBLE*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/*  POSSIBLE CUSTOM MIXINS  */
.image .right {
  text-align: right;
}

.image .left {
  text-align: left;
}

.image .middle {
  text-align: center;
}
@media only screen and (min-width: 1001px) and (max-height: 800px) {
  .image .middle {
    max-width: 320px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 768px) {
  .image .component-content {
    text-align: center;
  }
}
image {
  display: block;
}

.mobile-menu-image {
  display: none;
}

.main-header-box .nav-sensodyne-logo.component {
  width: 180px;
  margin-top: 12px;
  margin-bottom: 4px;
}
.main-header-box .main-nav-box .nav-gsk-logo {
  width: 40px;
  padding-left: 10px;
  margin: 10px 0 0;
  float: right;
  box-sizing: inherit;
}
@media only screen and (max-width: 959px) {
  .main-header-box .main-nav-box .nav-gsk-logo {
    padding-left: 0;
  }
}

@media only screen and (max-width: 1000px) {
  .main-header-box .main-nav-box .nav-gsk-logo.component {
    position: absolute;
    width: 60px;
    height: 60px;
    top: calc(50% - 30px);
    margin: 0;
    box-sizing: border-box;
    padding: 5px;
    right: 30px;
  }
  .main-header-box .main-nav-box .nav-sensodyne-logo.component {
    width: 190px;
    margin: 0 auto !important;
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    transform: translateY(-40%);
  }

  .mobile-menu-image {
    position: absolute;
    margin: 0;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
    display: block;
    left: 30px;
    z-index: 10;
    background: url(../../assets/img/icon-mobile-menu.svg?auto=format) center/90% no-repeat transparent;
  }
  .mobile-menu-image.mobile-open-image {
    background: url(../../assets/img/icon-mobile-close.svg?auto=format) center/80% no-repeat transparent;
  }
}
@media only screen and (max-width: 767px) {
  .main-header-box .main-nav-box .nav-gsk-logo.component {
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
    right: 10px;
  }
  .main-header-box .main-nav-box .nav-sensodyne-logo.component {
    width: 120px;
  }

  .mobile-menu-image {
    left: 10px;
    background-size: 60%;
  }
  .mobile-menu-image.mobile-open-image {
    background-size: 55%;
  }
}
.questions-frame .questions-slide__image img,
.ght-content-frame .questions-slide__image img {
  max-height: 160px;
}
@media screen and (min-width: 521px) {
  .questions-frame .questions-slide__image img,
  .ght-content-frame .questions-slide__image img {
    max-height: 200px;
  }
}
@media only screen and (min-width: 1001px) and (max-width: 1400px) and (max-height: 800px) {
  .questions-frame .questions-slide__image img,
  .ght-content-frame .questions-slide__image img {
    max-height: 140px;
  }
}
.questions-frame.ocu-homepage-box img,
.ght-content-frame.ocu-homepage-box img {
  display: inline-block;
}

@media screen and (min-width: 1001px) {
  .ght-content-frame .questions-slide__image {
    width: 40%;
    padding-top: 20px;
    float: right;
  }
  .ght-content-frame .questions-slide__image img {
    max-height: 360px;
  }

  .questions-frame .questions-slide__image {
    margin-bottom: 20px;
  }
}
.main .agd-landing .page-hero .content,
.main .agd-page .page-hero .content,
.main .about-page .page-hero .content,
.main .product-listpage .page-hero .content {
  position: relative;
}
.main .agd-landing .page-hero .content .richText,
.main .agd-page .page-hero .content .richText,
.main .about-page .page-hero .content .richText,
.main .product-listpage .page-hero .content .richText {
  position: absolute;
  width: 100%;
  max-width: 960px;
  top: 50%;
  left: 50%;
  padding: 0 0 0 90px;
  margin: 0 0 0 -480px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.main .agd-landing .page-hero .content .richText h1, .main .agd-landing .page-hero .content .richText h2,
.main .agd-page .page-hero .content .richText h1,
.main .agd-page .page-hero .content .richText h2,
.main .about-page .page-hero .content .richText h1,
.main .about-page .page-hero .content .richText h2,
.main .product-listpage .page-hero .content .richText h1,
.main .product-listpage .page-hero .content .richText h2 {
  font-size: 52px;
  line-height: 1.2em;
  max-width: 400px;
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .main .agd-landing .page-hero .content .richText h1, .main .agd-landing .page-hero .content .richText h2,
  .main .agd-page .page-hero .content .richText h1,
  .main .agd-page .page-hero .content .richText h2,
  .main .about-page .page-hero .content .richText h1,
  .main .about-page .page-hero .content .richText h2,
  .main .product-listpage .page-hero .content .richText h1,
  .main .product-listpage .page-hero .content .richText h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .main .agd-landing .page-hero .content .richText h1, .main .agd-landing .page-hero .content .richText h2,
  .main .agd-page .page-hero .content .richText h1,
  .main .agd-page .page-hero .content .richText h2,
  .main .about-page .page-hero .content .richText h1,
  .main .about-page .page-hero .content .richText h2,
  .main .product-listpage .page-hero .content .richText h1,
  .main .product-listpage .page-hero .content .richText h2 {
    font-size: 30px;
  }
}
.main .agd-landing .page-hero .content .richText h1 .sup,
.main .agd-landing .page-hero .content .richText h1 .sup--blue,
.main .agd-landing .page-hero .content .richText h1 .sup--red, .main .agd-landing .page-hero .content .richText h2 .sup,
.main .agd-landing .page-hero .content .richText h2 .sup--blue,
.main .agd-landing .page-hero .content .richText h2 .sup--red,
.main .agd-page .page-hero .content .richText h1 .sup,
.main .agd-page .page-hero .content .richText h1 .sup--blue,
.main .agd-page .page-hero .content .richText h1 .sup--red,
.main .agd-page .page-hero .content .richText h2 .sup,
.main .agd-page .page-hero .content .richText h2 .sup--blue,
.main .agd-page .page-hero .content .richText h2 .sup--red,
.main .about-page .page-hero .content .richText h1 .sup,
.main .about-page .page-hero .content .richText h1 .sup--blue,
.main .about-page .page-hero .content .richText h1 .sup--red,
.main .about-page .page-hero .content .richText h2 .sup,
.main .about-page .page-hero .content .richText h2 .sup--blue,
.main .about-page .page-hero .content .richText h2 .sup--red,
.main .product-listpage .page-hero .content .richText h1 .sup,
.main .product-listpage .page-hero .content .richText h1 .sup--blue,
.main .product-listpage .page-hero .content .richText h1 .sup--red,
.main .product-listpage .page-hero .content .richText h2 .sup,
.main .product-listpage .page-hero .content .richText h2 .sup--blue,
.main .product-listpage .page-hero .content .richText h2 .sup--red {
  top: 0;
}
.main .agd-landing .page-hero .content .richText span,
.main .agd-page .page-hero .content .richText span,
.main .about-page .page-hero .content .richText span,
.main .product-listpage .page-hero .content .richText span {
  color: inherit;
}
.main .agd-landing .page-hero .content .richText p,
.main .agd-page .page-hero .content .richText p,
.main .about-page .page-hero .content .richText p,
.main .product-listpage .page-hero .content .richText p {
  max-width: 430px;
  font-size: 26px;
  line-height: 1.23;
  letter-spacing: -.025em;
}
@media screen and (max-width: 1000px) {
  .main .agd-landing .page-hero .content .richText p,
  .main .agd-page .page-hero .content .richText p,
  .main .about-page .page-hero .content .richText p,
  .main .product-listpage .page-hero .content .richText p {
    font-size: 18px;
    line-height: 1.44;
  }
}
@media screen and (max-width: 767px) {
  .main .agd-landing .page-hero .content .richText p,
  .main .agd-page .page-hero .content .richText p,
  .main .about-page .page-hero .content .richText p,
  .main .product-listpage .page-hero .content .richText p {
    line-height: 1.33;
  }
}
.template-parodontax-basic-layout--at .main .agd-landing .page-hero .content .richText p, .template-parodontax-basic-layout--german .main .agd-landing .page-hero .content .richText p, .template-parodontax-basic-layout--at
.main .agd-page .page-hero .content .richText p, .template-parodontax-basic-layout--german
.main .agd-page .page-hero .content .richText p, .template-parodontax-basic-layout--at
.main .about-page .page-hero .content .richText p, .template-parodontax-basic-layout--german
.main .about-page .page-hero .content .richText p, .template-parodontax-basic-layout--at
.main .product-listpage .page-hero .content .richText p, .template-parodontax-basic-layout--german
.main .product-listpage .page-hero .content .richText p {
  max-width: 600px;
}
@media screen and (max-width: 1000px) {
  .main .agd-landing .page-hero .content .richText,
  .main .agd-page .page-hero .content .richText,
  .main .about-page .page-hero .content .richText,
  .main .product-listpage .page-hero .content .richText {
    max-width: 300px;
    top: 50%;
    left: 80px;
    padding: 0 15px 0;
    margin: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .main .agd-landing .page-hero .content .richText h1,
  .main .agd-page .page-hero .content .richText h1,
  .main .about-page .page-hero .content .richText h1,
  .main .product-listpage .page-hero .content .richText h1 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .main .agd-landing .page-hero .content .richText,
  .main .agd-page .page-hero .content .richText,
  .main .about-page .page-hero .content .richText,
  .main .product-listpage .page-hero .content .richText {
    max-width: 100%;
    top: auto !important;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    bottom: 50px;
    left: 0;
    padding: 0 100px;
    text-align: center;
  }
  .main .agd-landing .page-hero .content .richText h1,
  .main .agd-landing .page-hero .content .richText p,
  .main .agd-page .page-hero .content .richText h1,
  .main .agd-page .page-hero .content .richText p,
  .main .about-page .page-hero .content .richText h1,
  .main .about-page .page-hero .content .richText p,
  .main .product-listpage .page-hero .content .richText h1,
  .main .product-listpage .page-hero .content .richText p {
    display: inline-block;
  }
}
@media screen and (max-width: 560px) {
  .main .agd-landing .page-hero .content .richText,
  .main .agd-page .page-hero .content .richText,
  .main .about-page .page-hero .content .richText,
  .main .product-listpage .page-hero .content .richText {
    padding: 0 35px;
  }
}
.main .agd-landing .page-hero .image,
.main .agd-page .page-hero .image,
.main .about-page .page-hero .image,
.main .product-listpage .page-hero .image {
  position: relative;
  width: 100%;
  height: 640px;
  overflow: hidden;
  line-height: 0;
}
@media screen and (min-width: 1001px) and (max-width: 1400px) and (max-height: 800px) {
  .main .agd-landing .page-hero .image,
  .main .agd-page .page-hero .image,
  .main .about-page .page-hero .image,
  .main .product-listpage .page-hero .image {
    height: 540px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .main .agd-landing .page-hero .image,
  .main .agd-page .page-hero .image,
  .main .about-page .page-hero .image,
  .main .product-listpage .page-hero .image {
    position: relative;
    width: 100%;
    height: 435px;
  }
}
@media screen and (max-width: 767px) {
  .main .agd-landing .page-hero .image,
  .main .agd-page .page-hero .image,
  .main .about-page .page-hero .image,
  .main .product-listpage .page-hero .image {
    height: auto;
  }
}
.main .agd-landing .page-hero .image.mobile-only img,
.main .agd-page .page-hero .image.mobile-only img,
.main .about-page .page-hero .image.mobile-only img,
.main .product-listpage .page-hero .image.mobile-only img {
  width: 100%;
}
.main .agd-landing .page-hero .image.desktop-only img,
.main .agd-page .page-hero .image.desktop-only img,
.main .about-page .page-hero .image.desktop-only img,
.main .product-listpage .page-hero .image.desktop-only img {
  position: absolute;
  width: 1920px;
  max-width: 1920px;
  height: 640px;
  left: 50%;
  margin: 0 0 0 -960px;
}
@media screen and (min-width: 1001px) and (max-width: 1400px) and (max-height: 800px) {
  .main .agd-landing .page-hero .image.desktop-only img,
  .main .agd-page .page-hero .image.desktop-only img,
  .main .about-page .page-hero .image.desktop-only img,
  .main .product-listpage .page-hero .image.desktop-only img {
    width: 1620px;
    height: 540px;
    margin: 0 0 0 -810px;
  }
}
@media screen and (max-width: 1000px) {
  .main .agd-landing .page-hero .image.desktop-only img,
  .main .agd-page .page-hero .image.desktop-only img,
  .main .about-page .page-hero .image.desktop-only img,
  .main .product-listpage .page-hero .image.desktop-only img {
    position: absolute;
    width: 1260px;
    max-width: 1260px;
    height: 435px;
    left: 50%;
    margin: 0 0 0 -630px;
  }
}
@media screen and (max-width: 767px) {
  .main .agd-landing .page-hero .image.desktop-only img,
  .main .agd-page .page-hero .image.desktop-only img,
  .main .about-page .page-hero .image.desktop-only img,
  .main .product-listpage .page-hero .image.desktop-only img {
    display: none;
  }
}
.main .agd-landing .page-hero .hero-image--mobile,
.main .agd-page .page-hero .hero-image--mobile,
.main .about-page .page-hero .hero-image--mobile,
.main .product-listpage .page-hero .hero-image--mobile {
  display: none;
  width: 100%;
  margin: 0;
  line-height: 0;
}
.main .agd-landing .page-hero .hero-image--mobile img,
.main .agd-page .page-hero .hero-image--mobile img,
.main .about-page .page-hero .hero-image--mobile img,
.main .product-listpage .page-hero .hero-image--mobile img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .main .agd-landing .page-hero .hero-image--mobile,
  .main .agd-page .page-hero .hero-image--mobile,
  .main .about-page .page-hero .hero-image--mobile,
  .main .product-listpage .page-hero .hero-image--mobile {
    display: block;
  }
}
.main .agd-page .component {
  margin-bottom: 0;
}
.main .agd-page .page-lead .image {
  margin-top: 5px;
}
.main .agd-page .page-hero .content .richText {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .main .agd-page .page-hero .content .richText {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.main .agd-page .page-hero .content .richText h1, .main .agd-page .page-hero .content .richText h2 {
  font-size: 52px;
  line-height: 1.2em;
  color: #cf0a2c;
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .main .agd-page .page-hero .content .richText h1, .main .agd-page .page-hero .content .richText h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .main .agd-page .page-hero .content .richText h1, .main .agd-page .page-hero .content .richText h2 {
    font-size: 30px;
  }
}
.main .journey-page .page-hero .content .richText h1 {
  max-width: 420px;
}
.main .journey-page .page-hero .content .richText p {
  margin: 15px 0 0;
}
@media only screen and (max-width: 1000px) and (min-width: 768px) {
  .main .journey-page .page-hero .content .richText {
    max-width: 310px;
  }
}
@media screen and (max-width: 767px) {
  .main .journey-page .page-hero .content .richText {
    margin: 0 auto;
  }
  .main .journey-page .page-hero .content .richText p {
    display: none;
  }
}
.main .about-page .page-hero .content .richText h1 {
  color: #001f5b;
  margin-bottom: 120px;
}
@media only screen and (max-width: 1000px) {
  .main .about-page .page-hero .content .richText h1 {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .main .about-page .page-hero .content .richText h1 {
    color: white;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .main .about-page .page-hero .content .richText h1 {
    color: white !important;
  }
}

@media screen and (max-width: 1000px) {
  .template-parodontax-basic-layout--UK .image.desktop-only img {
    margin: 0 0 0 -830px !important;
  }
}

@media screen and (max-width: 1000px) {
  .layout-sensodyne-home-layout.template-parodontax-basic-layout--UK .image.desktop-only img {
    margin: 0 0 0 -630px !important;
  }
}
@media screen and (min-width: 768px) {
  .layout-sensodyne-home-layout.template-parodontax-basic-layout--UK .main .about-page .page-hero .content .richText h1 {
    color: #001f5b !important;
  }
}

.main .product-listpage {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .main .product-listpage .page-hero {
    height: 420px;
  }
}
@media screen and (max-width: 767px) {
  .main .product-listpage .page-hero {
    height: auto;
  }
}
.main .product-listpage .page-hero .content .richText {
  max-width: 500px;
}
.main .product-listpage .page-hero .content .richText h1 {
  margin-bottom: 30px;
  max-width: 100%;
}
.main .product-listpage .page-hero .content .richText p {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .main .product-listpage .page-hero .content .richText {
    top: 31%;
  }
  .main .product-listpage .page-hero .content .richText p {
    color: #001f5b;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1400px) and (max-height: 800px) {
  .main .product-listpage .page-hero .content .richText h1 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .main .product-listpage .page-hero .content .richText {
    max-width: 330px;
  }
  .main .product-listpage .page-hero .content .richText h1 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .main .product-listpage .page-hero .content .richText {
    max-width: 100%;
    margin: 0 auto;
  }
  .main .product-listpage .page-hero .content .richText h1,
  .main .product-listpage .page-hero .content .richText p {
    width: 100%;
    max-width: 100%;
  }
}

.main .buy-container img {
  border-radius: 100%;
}
.main .about-page .page-hero .content {
  position: relative;
}
.main .about-page .page-hero .content .richText h1 {
  position: relative;
  max-width: 520px;
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .main .about-page .page-hero .content .richText {
    max-width: 400px;
  }
}
.main .product-listpage--intensive .page-hero .content .richText {
  top: 50%;
}
@media screen and (min-width: 500px) and (max-width: 767px) {
  .main .product-listpage--intensive .page-hero .content .richText {
    bottom: 100px;
  }
}
@media screen and (max-width: 450px) {
  .main .product-listpage--intensive .page-hero .content .richText h1 {
    font-size: 26px;
  }
}

/*# sourceMappingURL=image.css.map */
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/*parodontax colors _ POSSIBLE*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/*  POSSIBLE CUSTOM MIXINS  */
.imageGallery {
  border: solid 2px #323131;
  padding: 13px;
  background-color: #e1e1e1;
}

.imageGallery-heading {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}

.imageGallery-view {
  border: solid 2px #323131;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  text-align: center;
  background: white;
}

.imageGallery-view img {
  max-height: 100%;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.imageGallery-description {
  margin: 10px 0;
}

.imageGallery-thumbnails {
  position: relative;
  margin: 20px 0;
}

.imageGallery-list {
  overflow: hidden;
  margin: 0 50px;
  position: relative;
}

.imageGallery-arrow,
.imageGallery-arrow.is-disabled:hover {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  cursor: pointer;
  width: 35px;
  height: 60px;
  font: 0/0 serif;
  color: transparent;
}
.imageGallery-arrow:before,
.imageGallery-arrow.is-disabled:hover:before {
  position: absolute;
  top: 50%;
  color: #AAA;
}

.imageGallery-arrow:hover:before {
  color: #888;
}

.imageGallery-description {
  margin: 15px 0;
}

.imageGallery-arrow.is-disabled {
  opacity: 0.5;
}

.imageGallery-arrow {
  text-align: center;
}

.imageGallery-arrow-left,
.imageGallery-arrow-left.is-disabled:hover {
  left: 0;
}
.imageGallery-arrow-left:before,
.imageGallery-arrow-left.is-disabled:hover:before {
  content: "\f053";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  font-weight: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
}

.imageGallery-arrow-right,
.imageGallery-arrow-right.is-disabled:hover {
  right: 0;
}
.imageGallery-arrow-right:before,
.imageGallery-arrow-right.is-disabled:hover:before {
  content: "\f054";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  font-weight: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
}

.imageGallery-list-inner {
  overflow: hidden;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 4000px;
}

.imageGallery-thumbnail {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 0 9px;
  cursor: pointer;
  text-align: center;
  position: relative;
  display: block;
  border: solid 4px #323131;
  opacity: .7;
  filter: alpha(opacity=70);
  -moz-transition: opacity .2s;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  -ms-transition: opacity .2s;
  transition: opacity .2s;
}

.imageGallery-thumbnail:hover,
.imageGallery-thumbnail.is-active {
  opacity: 1;
  filter: alpha(opacity=100);
}

.imageGallery-thumbnail-cover {
  display: block;
  max-width: none;
}

.imageGallery-thumbnail-title {
  display: block;
  margin: 10px auto 0 auto;
  font-size: 11px;
  width: 71px;
}

.imageGallery .thumbnails-list li:hover .image,
.imageGallery .thumbnails-list li.active .image {
  border: solid 4px #323131;
  margin: 0;
}

.imageGallery-thumbnail-image {
  margin: 2px;
  border: solid 2px #323131;
  position: relative;
}

.imageGallery-thumbnail-overlay {
  opacity: 0.7;
  height: 28px;
  left: 50%;
  margin: -14px 0 0 -15px;
  position: absolute;
  top: 50%;
  width: 30px;
  cursor: pointer;
}
.imageGallery-thumbnail-overlay:before {
  content: "\f04b";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  font-weight: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-size: 15px;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #3e3e3e;
  text-indent: 7px;
  background: #fff;
  text-align: center;
  line-height: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.imageGallery-thumbnail.is-active .imageGallery-thumbnail-overlay {
  opacity: 0;
  -moz-transition: opacity .5s;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  -ms-transition: opacity .5s;
  transition: opacity .5s;
}

.imageGallery-thumbnail a {
  display: block;
}

.imageGallery-thumbnail-image img {
  display: block;
  width: 63px;
  height: 52px;
  margin: 0 auto;
}

.imageGallery-view {
  cursor: pointer;
}

.imageGallery-view-overlay {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 73px;
  height: 69px;
  margin: -34px 0 0 -36px;
  cursor: pointer;
  -moz-transition: opacity .5s;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  -ms-transition: opacity .5s;
  transition: opacity .5s;
}
.imageGallery-view-overlay:before {
  content: "\f04b";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  font-weight: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  font-size: 30px;
  width: 100%;
  height: 100%;
  border: 3px solid #3e3e3e;
  text-indent: 5px;
  background: #fff;
  text-align: center;
  line-height: 65px;
}

.imageGallery.is-playing .imageGallery-view-overlay:before {
  content: "\f04c";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  font-weight: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0px;
}

.imageGallery .gallery-play {
  color: #323131;
}

.imageGallery-view:hover .imageGallery-view-overlay {
  opacity: 0.7;
}

.imageGallery-view .imageGallery-view-overlay:hover {
  opacity: 1;
  text-decoration: none;
}

.mod-js .imageGallery-thumbnail {
  padding: 0;
}
.mod-js .imageGallery-thumbnails {
  position: relative;
}

/*no js view*/
.no-js .imageGallery-view {
  display: none;
}

.no-js .imageGallery-list {
  margin: 0;
}

.no-js .imageGallery-thumbnail img {
  width: auto;
  height: auto;
}

.no-js .imageGallery-thumbnail {
  border: 0;
  opacity: 1;
  float: none;
  overflow: hidden;
}

.no-js .imageGallery-thumbnail a:after {
  content: attr(data-description);
  display: block;
  padding: 10px 0 30px;
  text-align: left;
}

.no-js .imageGallery-arrow {
  display: none;
}

/*# sourceMappingURL=imageGallery.css.map */
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* line 3, ../../sass/components/search.box.scss */
.locationFinder{ /* Add by Sumit Sinha 23-sept */
  margin-bottom: 30px;
}
.locationFinder .form .form-content .textField {
  display: inline;
  float: left;
  margin-right: 15px;
}

/* line 9, ../../sass/components/search.box.scss */
.locationFinder .form .form-content .formButton {
  display: inline;
  float: left;
}

/* line 14, ../../sass/components/search.box.scss */
.no-box.locationFinder .form .form-content .section {
  margin: 0 15px 0 0;
}

/* line 18, ../../sass/components/search.box.scss */
.no-box.locationFinder .form .form-content .formButton.section {
  margin: -1px 0 0;
}

/* line 22, ../../sass/components/search.box.scss */
.locationFinder input[type=text] { /*HB-5-Oct*/
font-family:"HelveticaNeueW01-55Roma";
font-size:12px;
border: 1px solid #D5D1CE;
display: inline;
float: left;
height: 12px;
padding:8px;
width: 252px;
}
.japan-new-font .locationFinder input[type=text] { /*HB-5-Oct*/
font-family:"NotoSansCJKjp-Light";
}
/* line 26, ../../sass/components/search.box.scss */
.locationFinder-title {
  cursor: default;
}

/* line 31, ../../sass/components/search.box.scss */
.form-search.no-box,
.form-search.no-box .section {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 36, ../../sass/components/search.box.scss */
.lt-ie8 .locationFinder .button {
  margin-left: 4px;
}
.locationFinder .button {padding: 8px;
background-image: url(../../img/Search-icon.png);
background-repeat: no-repeat;
text-indent: -9999px;
border: none;
border-radius: 0px;
width: 30px;
height: 30px;
}
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* line 3, ../../sass/components/results.list.scss */
 

/* line 9, ../../sass/components/results.list.scss */
.locationFinder-heading {
  display: block;
  color: #635A54;
  font-size: 24px;
  font-weight:normal;
  padding-bottom: 10px;
  border-bottom:solid 4px #D5D1CE;
}

/* line 13, ../../sass/components/results.list.scss */
.locationFinder-date {
  margin-bottom: 10px;
  color: #868484;
}

/* line 18, ../../sass/components/results.list.scss */
.locationFinder-results {
  margin:10px 0 16px 0;
  overflow: hidden;
  border-bottom:solid 1px #D5D1CE;
  padding-bottom:16px;
}
.locationFinder-selectOption{
width: 50px; 
font-Size: 12px; 
color: #635A54;
padding:5px 1px 2px 1px;
Border:1px solid #D5D1CE;
height:30px;
margin-left:10px;
}

/* line 23, ../../sass/components/results.list.scss */
.locationFinder-description {
  float:left;
  max-width:800px;
}

/* line 27, ../../sass/components/results.list.scss */
.locationFinder-title {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: normal;
}

/* line 31, ../../sass/components/results.list.scss */
.locationFinder-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 37, ../../sass/components/results.list.scss */
.locationFinder-thumbnail {
  max-width: 100px;
  float: left;
  margin-right: 15px;
}

/* line 43, ../../sass/components/results.list.scss */
.locationFinder-more {
  float: right;
}
/* line 45, ../../sass/components/results.list.scss */
.locationFinder-more:after {
 
  display: inline;
}

 
/* line 53, ../../sass/components/results.list.scss */
.no-generatedcontent .locationFinder-more-arrow {
  display: inline;
}

/* line 59, ../../sass/components/results.list.scss */
.locationFinder-results-wrapper {
  margin: 0;
  padding: 0;
}

/* line 65, ../../sass/components/results.list.scss */
.locationFinder-horizontal-2-columns .locationFinder-results,
.locationFinder-horizontal-3-columns .locationFinder-results {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}

/* line 73, ../../sass/components/results.list.scss */
.locationFinder-horizontal-2-columns .locationFinder-results {
  padding: 0;
  margin: 0;
  margin-right: 1.2%;
  width: 48%;
}

/* line 80, ../../sass/components/results.list.scss */
.locationFinder-horizontal-3-columns .locationFinder-results {
  padding: 0;
  margin: 0;
  margin-right: 1.5%;
  width: 31%;
}

 
.map-find-store img{max-width:none;}
 
.locationFinder-pagination .next{float:right;}
.locationFinder-pagination .next, .locationFinder-pagination .prev, .locationFinder-loadMore .loadMore{background-color:#F36633;padding:7px 10px;text-decoration:none;font-weight:bold;color:#fff;border:solid 1px #F36633;display:none;}

.locationFinder-pagination .next.no-next, .locationFinder-pagination .prev.no-prev {background-color:#E0E0E0;padding:10px;text-decoration:none;font-weight:bold;color:#fff;}
.locationFinder-pagination .page_result{margin-left:300px;font-weight:bold;display:none;}

.locationFinder-description img{float:left;}

@media only screen and (max-width: 767px) {
  /* line 88, ../../sass/components/results.list.scss */
  .locationFinder-thumbnail {
    float: none;
    margin: auto;
    display: block;
  }

  /* line 96, ../../sass/components/results.list.scss */
  .locationFinder-horizontal-2-columns .locationFinder-results,
  .locationFinder-horizontal-3-columns .locationFinder-results {
    display: block;
    width: 100%;
  }
}
/* line 103, ../../sass/components/results.list.scss */
.locationFinder-tags {
  list-style-type: none;
  padding: 0;
  margin: -20px 0 0 0;
}

/* line 109, ../../sass/components/results.list.scss */
.locationFinder-tags-item {
  display: inline-block;
  margin: 0 2px;
}

/* line 114, ../../sass/components/results.list.scss */
.locationFinder-tags-item-link {
  background: #b9b8b8;
  color: black;
  border: 1px solid #939191;
  padding: 1px;
  display: block;
  font-size: 0.85em;
}

.locationFinder h3 {
  color: #635A54;
  font-size: 18px;
  font-family: Georgia; 
  margin-bottom:5px;
}

.locationFinder img { 
  width: 110px;
  height: 62px;
  float:left;
  display:inline;
}

.locationFinder .locationFinder-description-content { 
 font-size: 12px;
 font-family: arial;
 color: #635A54;
 line-height: 14px;
 display:inline;
 float:left;
 width:500px;
}

.locationFinder .locationFinder-more:after
{
  display: none;
}

.locationFinder .locationFinder-more
{
background:url("../../img/arrows/carousel-arrow.png") no-repeat left center; height:20px; padding:6px 8px 6px 30px;font-family:Arial; font-size:12px; 
margin-bottom:10px;
color:#1A768D; 
float: right;
}

.locationFinder .locationFinder-more span
{
 font-size: 12px;
 font-family: arial;
 color: #1A768D;
}

.locationFinder .locationFinder-more span:hover
{
 color: #F36633; 
} 

.locationFinder-results .hidethumbnail{display:none;}
.locationFinder ul.locationFinder-tagSelectOption{padding-left:0;}
.locationFinder .locationFinder-tagSelectOption li{
    list-style-type:none;
    cursor:pointer;
    font-size:12px;
	background: url("../../img/boxlink-arrow.png") no-repeat scroll 0 2px rgba(0, 0, 0, 0);
    color: #1a768d;
    padding: 5px 0 6px 30px; 
}

@media only screen and (max-width: 420px) {

.locationFinder img{
float: left;
margin-right:10px;
}
}

@media only screen and (max-width: 767px) {

.locationFinder img{
float: left;
margin-right:10px;
}
} 




@media only screen and (max-width: 767px) {
.locationFinder input[type=text] {
height: 12px;
padding:8px;
width: 172px;
}
.locationFinder .locationFinder-description-content, .locationFinder .locationFinder-more {display:block;}
.locationFinder .locationFinder-more{float:left;margin-top:10px;}
}
@media only screen and (max-width: 480px) {
.locationFinder input[type=text] {
height: 18px;
padding: 5px;
width: 86px;
}
.locationFinder .locationFinder-description-content, .locationFinder .locationFinder-more {display:block;}
.locationFinder .locationFinder-more{float:left;margin-top:10px;}

}


/* Added by harshal 16th July 2015 */

.event-location-box .locationFinder-results-container {
    display:none;
}
.event-location-box .event-location-map {
    display:none;
}
.event-location-box .locationFinder-selectOption,
.event-location-box .locationFinder-selectOption1 {
    display:none;
}
.event-location-box form.locationFinder-form.initialized { /*HB-5-Oct*/
    width: 460px;
    margin: 0 auto;
	position: relative;/* Add by Sumit Sinha 23-sept */
    overflow:hidden;
}
.event-location-box .locationFinder input[type=text] { /*HB-5-Oct*/
  width: 94%;
  height: 18px;
  padding: 17px 13px;
  line-height: 18px;
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
  color: #666363;
}
.event-location-box .locationFinder .button {
    display:block;
    padding: 8px;
    background-image: none;
    /*background: #008dc8;
    background-repeat: no-repeat;*/  /* Modified by Sumit Sinha 23-sept */
    text-indent: 0;
    border: none;
    border-radius: 20px;
    height: 40px;
    /*margin: 0 auto 40px;*/
	margin: 0 160px 40px;  /* Modified by Sumit Sinha 23-sept */
    width: 160px;
    outline: none;
	background: #0099d2; /* Old browsers */ /* Add by Sumit Sinha 23-sept */
	background: -moz-linear-gradient(top, #0099d2 0%, #2989d8 50%, #018bc6 52%, #017cba 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0099d2), color-stop(50%,#2989d8), color-stop(52%,#018bc6), color-stop(100%,#017cba)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0099d2 0%,#2989d8 50%,#018bc6 52%,#017cba 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0099d2 0%,#2989d8 50%,#018bc6 52%,#017cba 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0099d2 0%,#2989d8 50%,#018bc6 52%,#017cba 100%); /* IE10+ */
	background: linear-gradient(to bottom, #0099d2 0%,#2989d8 50%,#018bc6 52%,#017cba 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099d2', endColorstr='#017cba',GradientType=0 ); /* IE6-9 */

}
/* .event-location-box .locationFinder-results-set {  HB-29-sept
    margin: 0 80px;
} */
.event-location-box .event-calender div {  /*HB-7-Oct*/
  float:left;
  width: 16%;
  padding: 0 1%;
  height: 62px;
}
.event-location-box .event-calender div.event-title { /*HB-29-sept*/
    width: 40%;
    border-right: 1px solid #ccc;
}
.event-location-box .event-calender div.event-fromdate {
    border-right: 1px solid #ccc;
    font-size: 16px;
    color: #666363;
}
.event-location-box .event-calender div.event-fromdate,
.event-location-box .event-calender div.event-todate { /*HB-10-Oct*/
  font-size: 16px;
  color: #666363;
  padding-right: 1%;
  line-height: 18px;
  padding-left: 16px;
}
.event-location-box .event-calender div.event-gallery {
    width: 15%;
}
.event-location-box .event-calender { /*HB-7-Oct*/
    display: block;
    width: 100%;
    border-top: 1px solid #ccc;
    padding: 14px 0;
}
.event-location-box .event-title h1 { /*HB-29-sept*/
    font-family: "HelveticaNeueW02-45Ligh";
    font-size: 20px;
    color: #014289;
    margin: 0;
	font-weight:normal;
}
.japan-new-font .event-location-box .event-title h1 { /*HB-29-sept*/
    font-family: "NotoSansCJKjp-Light";
 
}
.event-location-box .event-calender div.event-gallery a { /*HB-29-sept*/
    color: #014289;
    font-size: 16px;
    display: block;
    text-align: right;
    background: url(../../img/arrow-link.png) no-repeat center right;
    padding-right: 30%;
    line-height: 25px;
	margin-top: 15px;
}
.event-location-box .event-calender div.event-gallery a:hover,
.event-location-box .event-calender div.event-gallery a:focus{ /*HB-7-Oct*/
  text-decoration: underline;
  outline: none;
}
#wrapper, .container {
    background:none;
}
.locationFinder-loadMore{display:none;}

.event-location-box span.from-date,
.event-location-box span.to-date{
  display: block;
  font-size: 44px;
  line-height: 48px;
}
.event-location-box .event-title-box { /*HB-7-Oct*/
  padding: 14px 0;
  width: 100%;
  overflow:hidden;
}
.event-location-box .event-title-box div{ /*HB-7-Oct*/
    float: left;
	padding: 0 1%;
	font-weight: bold;
    width: 16%;
}
.event-location-box .event-title-box .event-title-heading { /*HB-29-sept*/
	width: 40%;
    position: relative;
    top: 0;
    left: 0;
    font-family: "HelveticaNeueW01-55Roma";
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    color: #666363;
}
.japan-new-font .event-location-box .event-title-box .event-title-heading {
  font-family: "NotoSansCJKjp-Light";

}
.event-location-box button.button.locationFinder-button::after {
  content: "Search events";
  color: #fff;
  text-indent: 0;
}
.event-location-box .locationFinder-loadMore{display:none;}

/* Add by  Sumit Sinha  23-sept*/
  @media only screen and (min-width: 768px) and (max-width: 959px){ 
  
 .event-location-box form.locationFinder-form.initialized {
  left: -22px;
}
.locationFinder input[type=text] {
  border: 2px solid #D5D1CE;
  }
  }
.event-location-box .locationFinder .button:hover,
.event-location-box .locationFinder .button:focus { /*HB-7-Oct*/
  text-decoration: none;
  color: #fff;
  background: #014289;
  background-color: #006dad;
  background-image: -webkit-linear-gradient(top, #006dad, #01488e);
  background-image: linear-gradient(to bottom,#006dad, #01488e);
  outline: none;
}

.parametrizedhtml .spa-dropdown:hover,
.parametrizedhtml .spa-dropdown:focus { /*HB-10-Oct*/
  outline: none;
  border:1px solid #00a3db;
}
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/*parodontax colors _ POSSIBLE*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/*  POSSIBLE CUSTOM MIXINS  */
.map-canvas {
  border: solid 2px #323131;
  margin-bottom: 10px;
  text-align: center;
}

.map-canvas img {
  width: 100%;
  max-width: inherit;
}

.no-js .map-canvas img {
  width: 100%;
  max-width: 640px;
}

/*# sourceMappingURL=map.css.map */
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/*parodontax colors _ POSSIBLE*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/*  POSSIBLE CUSTOM MIXINS  */
/*** SETTINGS ***/
.navigation-root {
  text-align: left;
  z-index: 10;
  max-width: 100%;
}

.navigation-mobile-menu {
  display: none;
}

.no-js .navigation-level1>.navigation-branch {
  display: block;
}

.no-js .navigation-root.navigation-branch.navigation-level1 {
  display: block;
}

.no-js .navigation-vertical .navigation-item .navigation-branch.navigation-level2 {
  display: block;
}

.no-js .navigation-horizontal .navigation-item .navigation-branch.navigation-level2 {
  display: block;
  margin: 0 0 -2px 0;
  border-left: none;
  border-right: none;
  position: static;
}

.no-js .navigation-horizontal .navigation-item .navigation-branch.navigation-level2>.navigation-item {
  float: none;
}

.navigation-branch {
  overflow: visible;
  margin: 0;
  padding: 0;
  list-style: none;
  border-color: #4a4a4a;
  border-width: 2px 2px 2px 2px;
  border-style: solid;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.navigation-branch.navigation-level1 {
  border: none;
  display: block;
}

.navigation-item {
  margin: 0 0 0 0;
  /* so that borders collapse */
  border-color: #4a4a4a;
  border-width: 0 0 0 0;
  border-style: solid;
}

.navigation-item>.navigation-item-title {
  display: block;
  padding: 5px 15px 5px 15px;
  background: #e1e1e1;
  color: black;
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: normal;
}

.navigation-item>a.navigation-item-title:hover {
  color: black;
  background: #d5d5d5;
  text-decoration: none;
}

.navigation-item>span.navigation-item-title {
  cursor: default;
}

.navigation-item.has-children>.navigation-item-title .navigation-item-decoration {
  background-color: #c8c8c8;
}

.navigation-item.has-active-child>.navigation-item-title,
.navigation-item.is-active>.navigation-item-title {
  color: black;
  background: #a2a2a2;
  text-decoration: none;
}

.navigation-item.is-open>.navigation-branch,
.no-js .navigation-item:hover>.navigation-branch {
  display: block;
}

.navigation-item.navigation-level1 {
  margin: 0 0 -2px -2px;
  /* so that borders collapse */
  border-color: #4a4a4a;
  border-width: 2px 2px 2px 2px;
  border-style: solid;
  box-sizing: border-box;
}

.navigation-item.navigation-level1>.navigation-item-title {
  color: black;
  background: #e1e1e1;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
  padding: 10px 20px 10px 20px;
}

.navigation-item.navigation-level1>a.navigation-item-title:hover {
  color: black;
  background: #939191;
  text-decoration: none;
}

.navigation-item.navigation-level1.has-active-child>.navigation-item-title,
.navigation-item.navigation-level1.is-active>.navigation-item-title {
  color: #FFF;
  background: #605e5e;
  text-decoration: none;
}

.navigation-item.navigation-level2 {
  border-top: 1px solid #4a4a4a;
}

.navigation-branch.navigation-level2 {
  display: block;
}

.navigation-item>.navigation-item-title {
  padding-left: 40px;
}

.mod-touch .navigation-horizontal .navigation-item .is-open.navigation-branch.navigation-level2 {
  display: block;
  position: relative;
  top: 0;
  left: 0;
}

.mod-touch .navigation-horizontal .navigation-item.is-open .navigation-branch.navigation-level2 {
  overflow: hidden;
}

.mod-touch .navigation-horizontal .navigation-item.navigation-level2:first-child {
  border-top: none;
}

.mod-touch .navigation-horizontal .navigation-item .navigation-level2 .navigation-item {
  width: 100%;
}

.mod-no-touch .navigation-horizontal .navigation-item:hover .navigation-branch.navigation-level2 {
  min-width: 100%;
  position: absolute;
  top: 41px;
  left: -2px;
  display: block;
}

.mod-no-touch .navigation-horizontal .navigation-item:hover .navigation-branch.navigation-level2 .navigation-item {
  float: none;
}

.navigation-horizontal .navigation-item {
  float: left;
  position: relative;
}

.navigation-horizontal .navigation-item .navigation-branch.navigation-level2,
.navigation-horizontal .navigation-item .navigation-branch.navigation-level3 {
  display: none;
}

.navigation-horizontal .navigation-item.is-open>.navigation-branch.navigation-level2,
.navigation-horizontal .navigation-item.is-open>.navigation-branch.navigation-level3 {
  display: block;
  float: none;
}

.navigation-horizontal .navigation-item.navigation-level2:first-child {
  border-top: none;
}

.navigation-horizontal .has-children>.navigation-item-title {
  padding-right: 61px;
  background-image: none;
}

.navigation-horizontal .has-children>.navigation-item-title .navigation-item-decoration {
  height: 41px;
  width: 41px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  line-height: 41px;
}

.navigation-horizontal .has-children>.navigation-item-title .navigation-item-decoration:after {
  content: "\f078";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  font-weight: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 41px;
  height: 41px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}

.navigation-horizontal .has-children>.navigation-item-title:hover .navigation-item-decoration {
  background-color: #939191;
}

.navigation-horizontal .has-children.navigation-level2>.navigation-item-title {
  padding-right: 55px;
}

.navigation-horizontal .has-children.navigation-level2>.navigation-item-title .navigation-item-decoration {
  height: 31px;
  width: 31px;
  line-height: 31px;
}

.navigation-horizontal .has-children.navigation-level2>.navigation-item-title .navigation-item-decoration:after {
  width: 31px;
  height: 31px;
}

.navigation-horizontal .has-active-child>.navigation-item-title .navigation-item-decoration {
  background-color: #605e5e;
}

.navigation-horizontal .navigation-level2.navigation-branch {
  border-color: #4a4a4a;
  border-width: 2px 2px 2px 2px;
  border-style: solid;
}

.navigation-horizontal .navigation-level2 .navigation-item-title {
  padding: 5px 15px 5px 15px;
}

.navigation-horizontal .navigation-level2.navigation-root {
  max-width: none;
}

.navigation-vertical .navigation-branch.navigation-level2,
.navigation-vertical .navigation-branch.navigation-level3 {
  display: none;
}

.navigation-vertical .navigation-item.is-open>.navigation-branch.navigation-level2,
.navigation-vertical .navigation-item.is-open>.navigation-branch.navigation-level3 {
  display: block;
}

.navigation-vertical .has-children>.navigation-item-title {
  position: relative;
}

.navigation-vertical .has-children>.navigation-item-title .navigation-item-decoration {
  height: 41px;
  width: 41px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  line-height: 41px;
}

.navigation-vertical .has-children>.navigation-item-title .navigation-item-decoration:before {
  content: "\f078";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  font-weight: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 41px;
  height: 41px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}

.navigation-vertical .has-children.navigation-level2>.navigation-item-title .navigation-item-decoration {
  height: 31px;
  width: 31px;
  line-height: 31px;
}

.navigation-vertical .has-children.navigation-level2>.navigation-item-title .navigation-item-decoration:before {
  width: 31px;
  height: 31px;
}

.navigation-vertical .has-active-child>.navigation-item-title .navigation-item-decoration {
  background-color: #c8c8c8;
}

@media only screen and (min-width: 990px) {
  .mod-touch .navigation-horizontal .navigation-item.is-open .navigation-branch.navigation-level2 {
    margin: 0 0 -2px -2px;
    position: absolute;
  }
}

@media only screen and (min-width: 769px) and (max-width: 989px) {
  .mod-touch .navigation-horizontal .navigation-item {
    width: 100%;
  }

  .mod-touch .navigation-horizontal .navigation-item.is-open .navigation-branch.navigation-level2 {
    margin: 0 0 -2px 0;
    border-left: none;
    border-right: none;
  }
}

@media only screen and (max-width: 768px) {
  .mod-touch .navigation-horizontal .navigation-item {
    width: 100%;
  }

  .mod-touch .navigation-horizontal .navigation-item.is-open .navigation-branch.navigation-level2 {
    margin: 0 0 -2px 0;
    border-left: none;
    border-right: none;
    position: static;
  }

  .navigation-mobile-menu {
    display: block;
    width: 100%;
    height: 41px;
    position: relative;
    cursor: pointer;
    border-width: 2px 2px 2px 2px;
    border-style: solid;
    border-color: #4a4a4a;
    box-sizing: border-box;
    margin: 0 0 -2px -2px;
    overflow: hidden;
    background: whitesmoke;
  }

  .navigation-mobile-menu:after {
    content: "\f0c9";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    position: relative;
    font-weight: normal;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    width: 41px;
    height: 41px;
    position: absolute;
    top: 0;
    line-height: 38px;
    font-size: 25px;
    right: 0;
  }

  .navigation-item.navigation-level1 {
    width: 100%;
  }

  .navigation-branch.navigation-level1 {
    display: none;
  }

  .navigation-branch.navigation-level1.is-open {
    display: block;
  }

  .navigation-horizontal .navigation-item:hover .navigation-branch.navigation-level2,
  .navigation-vertical .navigation-item:hover .navigation-branch.navigation-level2 {
    left: 0;
    border-left: none;
    border-right: none;
  }
}

.mainmenu-title,
.main-nav-box .navigation-horizontal .navigation-item.navigation-level1>.navigation-item-title,
.main-nav-box .navigation-horizontal .navigation-item.navigation-level1 .navigation-branch.navigation-level2 li a {
  display: inline-block;
  width: 100%;
  font-family: "Hind", Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2;
  color: #cf0a2c;
  text-decoration: none;
  text-transform: uppercase;
  text-overflow: initial;
  white-space: normal;
  vertical-align: middle;
  background: none;
  box-sizing: border-box;
}

@media only screen and (min-width: 1000px) {
  .main-header-box {
    -webkit-transition: -webkit-transform 0.2s ease;
    -moz-transition: -moz-transform 0.2s ease;
    transition: transform 0.2s ease;
  }

  .main-header-box--scrolled {
    -webkit-transform: translateY(-36px);
    -moz-transform: translateY(-36px);
    -ms-transform: translateY(-36px);
    -o-transform: translateY(-36px);
    transform: translateY(-36px);
  }
}

.main-header-box.component {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
}

.main-header-box.component>.component-content {
  max-width: 100%;
  overflow: visible;
}

.main-header-box .navigation.component {
  margin-bottom: 0;
}

.navigation-branch {
  overflow: visible;
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}

.navigation-branch.navigation-level1 {
  border: none;
  display: block;
}

.header-box {
  width: 100%;
  height: 36px;
  min-height: 36px;
  float: left;
  background: #333131;
}

.header-box.component {
  margin: 0;
}

.header-box>.component-content {
  max-width: 940px;
  margin: 0 auto;
}

.header-box>.component-content .content {
  float: right;
}

.header-box .navigation {
  float: left;
  width: auto;
  margin-left: 0 !important;
}

.header-box .navigation .navigation-branch.navigation-level1 {
  width: 100%;
  margin-left: 3.12766%;
  text-align: right;
  float: right;
  border: none;
  background: none;
}

.header-box .navigation .navigation-branch.navigation-level1 li {
  display: inline-block;
  padding: 0 1px 0 0;
  float: none;
  border: none;
  background: url(../../../../../../../content/dam/cf-consumer-healthcare/paradontax/master/assets/Imgix/top-divider.jpg?auto=format) right 13px no-repeat;
}

.header-box .navigation .navigation-branch.navigation-level1 .navigation-item.navigation-level1 {
  display: inline-block;
  margin: 0 0 0 -4px;
  /* so that borders collapse */
  border-color: transparent;
  border-width: 0;
  border-style: none;
}

.header-box .navigation .navigation-branch.navigation-level1 .navigation-item.navigation-level1:last-child {
  margin: 0 0 0 -5px;
}

.header-box .navigation .navigation-branch.navigation-level1 .navigation-item.navigation-level1>.navigation-item-title {
  padding: 0 15px;
  font-family: "Roboto", "Frutiger Roman", Arial, sans-serif;
  font-weight: normal;
  font-size: 12px;
  font-weight: normal;
  color: #e4dfdf;
  line-height: 36px;
  background: none;
}

.header-box .navigation .navigation-branch.navigation-level1 .navigation-item.navigation-level1>.navigation-item-title:hover,
.header-box .navigation .navigation-branch.navigation-level1 .navigation-item.navigation-level1>.navigation-item-title:focus,
.header-box .navigation .navigation-branch.navigation-level1 .navigation-item.navigation-level1>.navigation-item-title:active {
  background: #005f7e;
}

.header-box .navigation .navigation-branch.navigation-level1 .navigation-item.navigation-level1>.navigation-item-title>.navigation-item-decoration {
  display: none;
}

.header-box .navigation .navigation-branch.navigation-level1 .navigation-item.navigation-level1.is-active>.navigation-item-title {
  background: #005f7e;
}

.navigation-mobile-menu,
.mobile-navigation-box {
  display: none;
}

.main-nav-box {
  width: 100%;
  height: 80px;
  padding: 13px 20px 12px;
  float: left;
  background: #ffffff;
  box-sizing: border-box;
  box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.2);
}

.main-nav-box.hide {
  display: none;
}

.main-nav-box>.component-content {
  max-width: 960px;
  margin: 0 auto;
  overflow: visible;
}

.main-nav-box>.component-content>.content {
  padding: 0 10px;
}

.main-nav-box .navigation-horizontal {
  width: calc(100% - 250px);
  margin-left: 0;
  margin-top: 0.3%;
}

.main-nav-box .navigation-horizontal.component {
  margin: 0;
  text-align: right;
}

.main-nav-box .navigation-horizontal>.component-content {
  overflow: visible;
}

.main-nav-box .navigation-horizontal .navigation-branch {
  border: none;
  margin: 0;
}

.main-nav-box .navigation-horizontal ul li {
  position: relative;
  display: table-cell;
  float: none;
  text-align: center;
  vertical-align: middle;
  border: none;
}

.main-nav-box .navigation-horizontal .navigation-branch.navigation-level1 {
  display: inline-block;
  width: auto;
}

.main-nav-box .navigation-horizontal .navigation-item.navigation-level1 {
  margin: 0 0 0 -4px;
  border: 0;
  height: 53px;
}

.main-nav-box .navigation-horizontal .navigation-item.navigation-level1:not(:last-child)::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 40px;
  top: 5px;
  right: 1px;
  background-color: #dedede;
}

.main-nav-box .navigation-horizontal .navigation-item.navigation-level1:hover>.navigation-item-title,
.main-nav-box .navigation-horizontal .navigation-item.navigation-level1:focus>.navigation-item-title,
.main-nav-box .navigation-horizontal .navigation-item.navigation-level1.is-active>.navigation-item-title,
.main-nav-box .navigation-horizontal .navigation-item.navigation-level1.has-active-child>.navigation-item-title {
  color: #001f5b;
}

.main-nav-box .navigation-horizontal .navigation-item.navigation-level1:hover .navigation-branch.navigation-level2,
.main-nav-box .navigation-horizontal .navigation-item.navigation-level1:focus .navigation-branch.navigation-level2 {
  display: block;
}

.main-nav-box .navigation-horizontal .navigation-item.navigation-level1>.navigation-item-title {
  padding: 12px 13px;
}

.main-nav-box .navigation-horizontal .navigation-item.navigation-level1>.navigation-item-title>.navigation-item-decoration {
  display: none;
}

.main-nav-box .navigation-horizontal .navigation-item.navigation-level1 .navigation-branch.navigation-level2 {
  position: absolute;
  width: 260px;
  top: 50px;
  left: 0;
  box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.2);
}

.main-nav-box .navigation-horizontal .navigation-item.navigation-level1 .navigation-branch.navigation-level2 li {
  display: block;
  width: 100%;
  padding: 0 20px;
  background: white;
  box-sizing: border-box;
}

.main-nav-box .navigation-horizontal .navigation-item.navigation-level1 .navigation-branch.navigation-level2 li a {
  padding: 20px 0;
  text-align: left;
}

.main-nav-box .navigation-horizontal .navigation-item.navigation-level1 .navigation-branch.navigation-level2 li a:hover,
.main-nav-box .navigation-horizontal .navigation-item.navigation-level1 .navigation-branch.navigation-level2 li a:focus {
  color: #001f5b;
}

.main-nav-box .navigation-horizontal .navigation-item.navigation-level1 .navigation-branch.navigation-level2 li a>.navigation-item-decoration {
  display: none;
}

.main-nav-box .navigation-horizontal .navigation-item.navigation-level1 .navigation-branch.navigation-level2 li:not(:last-child) a {
  border-bottom: 2px dotted #8c8c8c;
}

.footer-navigation {
  width: 100%;
  margin-bottom: 0;
}

.footer-navigation .navigation-branch.navigation-level1 {
  display: block;
  margin: 0 auto;
}

.footer-navigation .navigation-branch.navigation-level1 .navigation-item.navigation-level1 {
  display: block;
  border: 0;
}

.footer-navigation .navigation-branch.navigation-level1 .navigation-item.navigation-level1>.navigation-item-title {
  display: inline-block;
  padding: 10px 0;
  font-family: "Roboto", "Frutiger Roman", Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1px;
  color: white;
  text-transform: uppercase;
  background: none;
}

@media only screen and (max-width: 768px) {
  .footer-navigation .navigation-branch.navigation-level1 .navigation-item.navigation-level1>.navigation-item-title {
    padding: 8px 0;
    font-size: 13px;
  }

  .footer-navigation .navigation-branch.navigation-level1 .navigation-item.navigation-level1>.navigation-item-title.last>a {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 1000px) {
  .main-nav-box .navigation-horizontal.component {
    display: none;
  }

  .main-header-box {
    margin-bottom: 0;
  }

  .main-header-box .main-nav-box {
    position: relative;
    height: 80px;
    margin-bottom: 0;
    background: #fff;
  }

  .main-header-box.component {
    position: absolute;
  }

  .navigation-branch.navigation-level1 {
    display: none;
    width: 100%;
  }

  .navigation-branch.navigation-level1.is-open {
    display: block;
  }

  .mobile-navigation-box {
    display: none;
    position: absolute;
    width: 50%;
    left: 0;
    top: 116px;
    padding: 15px 0;
    z-index: 1;
    background: #fff;
    box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.2);
  }

  .mobile-navigation-add-class {
    display: block;
  }

  .navigation-horizontal .navigation-branch.navigation-level1 {
    display: block;
  }

  .navigation-horizontal .navigation-item:hover .navigation-branch.navigation-level2 {
    left: 0;
    border-left: none;
    border-right: none;
  }

  .mobile-navigation {
    width: 100%;
  }

  .mobile-navigation>.component-content {
    max-width: 100%;
  }

  .mobile-navigation .navigation-branch.navigation-level1 {
    display: block;
  }

  .mobile-navigation .navigation-branch.navigation-level1 .navigation-item.has-children>.navigation-item-title .navigation-item-decoration {
    display: none;
  }

  .mobile-navigation .navigation-branch.navigation-level1 .navigation-item.navigation-level1 {
    padding: 0 30px;
    margin: 0;
    border: 0;
    box-sizing: border-box;
  }

  .mobile-navigation .navigation-branch.navigation-level1 .navigation-item.navigation-level1>.navigation-item-title {
    width: 100%;
    padding: 20px 0;
    font-family: "Hind", Arial, sans-serif;
    font-weight: normal;
    color: #cf0a2c;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
    text-decoration: none;
    background: none;
    border-bottom: 2px dotted #8c8c8c;
    box-sizing: border-box;
  }

  .mobile-navigation .navigation-branch.navigation-level1 .navigation-item.navigation-level1>.navigation-item-title:focus {
    color: #8f8b8b;
  }

  .mobile-navigation .navigation-branch.navigation-level1 .navigation-item.navigation-level1.is-open>.navigation-item-title {
    border-bottom: none;
  }

  .mobile-navigation .navigation-branch.navigation-level1 .navigation-item.navigation-level1.is-open>.navigation-branch.navigation-level2 {
    display: block;
    float: none;
  }

  .mobile-navigation .navigation-branch.navigation-level1 .navigation-item.navigation-level1:last-child>.navigation-item-title {
    border-bottom: none;
  }

  .mobile-navigation .navigation-branch.navigation-level2 {
    display: none;
    margin-left: 9%;
    border: none;
  }

  .mobile-navigation .navigation-branch.navigation-level2 .navigation-item.navigation-level2 {
    border: none;
  }

  .mobile-navigation .navigation-branch.navigation-level2 .navigation-item.navigation-level2 .navigation-item-title {
    padding: 10px 0 10px 15px;
    font-family: "Roboto", "Frutiger Roman", Arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    text-decoration: none;
    color: #001f5b;
    background: none;
    border-bottom: 1px dotted #dedede;
  }

  .mobile-navigation .navigation-branch.navigation-level2 .navigation-item.navigation-level2:last-of-type .navigation-item-title {
    border-bottom: 0;
  }

  .mobile-navigation--global {
    display: none;
  }

  .location-dropdown,
  .mobile-search__box {
    display: none;
  }
}

@media only screen and (max-width: 989px) and (min-width: 768px) {
  .header-box .navigation .navigation-item {
    width: auto;
  }
}

@media only screen and (max-width: 767px) {
  .header-box {
    display: none !important;
  }

  .main-header-box .main-nav-box {
    height: 40px;
  }

  .mobile-navigation--global {
    display: block;
    background: #313131;
  }

  .mobile-navigation--global .navigation-branch.navigation-level1 .navigation-item.navigation-level1>.navigation-item-title {
    color: white;
  }

  .mobile-navigation-box {
    width: 100%;
    top: 40px;
    padding: 0;
  }

  .mobile-navigation-box .navigation-branch.navigation-level1 .navigation-item.navigation-level1>.navigation-item-title {
    padding: 10px 0;
  }

  .location-dropdown {
    display: block;
    padding: 15px 30px;
    margin: 0;
    background: #313131;
    box-sizing: border-box;
  }

  .location-dropdown .country-dropdown {
    position: relative;
    width: 100%;
    height: 45px;
    padding: 0 15px;
    outline: none;
    font-family: "Roboto", "Frutiger Roman", Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #686868;
    background: url(../../img/bg-select.png?auto=format) right center no-repeat #fff;
    border: 1px solid #e9e8e8;
    border-radius: 22px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
  }
}

@media only screen and (max-width: 580px) {
  .footer-navigation {
    width: 100%;
    margin-bottom: 200px;
  }

  .footer-navigation .navigation-branch.navigation-level1 {
    display: block;
    width: 90%;
    max-width: 270px;
    margin: 0 auto;
  }

  .footer-navigation .navigation-branch.navigation-level1 .navigation-item.navigation-level1 {
    text-align: center;
  }

  .footer-navigation .navigation-branch.navigation-level1 .navigation-item.navigation-level1>.navigation-item-title {
    padding: 20px 0;
    text-align: center;
  }

  .footer-navigation .navigation-branch.navigation-level1 .navigation-item.navigation-level1:not(:last-of-type) {
    border-right: 0;
    border-bottom: 2px dotted white;
  }
}

/*		ABOUT GUM DISEASE TAB NAVIGATION	*/
.tab-container .navigation.component {
  position: relative;
  width: 100%;
  background-color: #f5f5f5;
  max-height: 174px;
}

.tab-container .navigation.component .navigation-root {
  max-width: 940px;
  margin: 0 auto;
  counter-reset: navigation-counter;
}

.tab-container .navigation.component .navigation-root .navigation-item.navigation-level1 {
  position: relative;
  display: inline-block;
  width: 33.33%;
  height: 88px;
  margin: 0 -2px;
  text-align: center;
  vertical-align: middle;
  border: 0;
  border-right: 1px solid white;
  background: transparent;
  counter-increment: navigation-counter;
}

.tab-container .navigation.component .navigation-root .navigation-item.navigation-level1::before {
  display: none;
  position: absolute;
  content: counter(navigation-counter);
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  font-size: 1em;
  line-height: 1.2;
  color: #cf0a2c;
  text-transform: uppercase;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .tab-container .navigation.component .navigation-root .navigation-item.navigation-level1::before {
    display: block;
  }
}

.tab-container .navigation.component .navigation-root .navigation-item.navigation-level1::after {
  display: none;
  content: ' ';
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 16.5px 0 16.5px;
  border-color: #cf0a2c transparent transparent transparent;
}

.tab-container .navigation.component .navigation-root .navigation-item.navigation-level1:hover:not(.is-active) {
  border-right: 1px solid transparent;
  background: #8c8c8c;
  cursor: pointer;
}

.template-parodontax-basic-layout--at .tab-container .navigation.component .navigation-root .navigation-item.navigation-level1:hover:not(.is-active),
.template-parodontax-basic-layout--german .tab-container .navigation.component .navigation-root .navigation-item.navigation-level1:hover:not(.is-active) {
  border-right: 1px solid #fff;
}

.tab-container .navigation.component .navigation-root .navigation-item.navigation-level1:hover:not(.is-active) a {
  color: white;
}

.tab-container .navigation.component .navigation-root .navigation-item.navigation-level1.is-active {
  border-right: 1px solid transparent;
  background: #cf0a2c;
}

.tab-container .navigation.component .navigation-root .navigation-item.navigation-level1.is-active::before {
  color: white;
}

.tab-container .navigation.component .navigation-root .navigation-item.navigation-level1.is-active::after {
  display: block;
}

.tab-container .navigation.component .navigation-root .navigation-item.navigation-level1.is-active>.navigation-item-title {
  color: white;
}

@media screen and (max-width: 767px) {
  .tab-container .navigation.component .navigation-root .navigation-item.navigation-level1.is-active>.navigation-item-title {
    color: transparent;
  }
}

.tab-container .navigation.component .navigation-root .navigation-item.navigation-level1:last-child {
  border: 0;
}

.tab-container .navigation.component .navigation-root .navigation-item.navigation-level1:last-child.is-active {
  border: 0;
}

.tab-container .navigation.component .navigation-root .navigation-item.navigation-level1>.navigation-item-title {
  position: relative;
  display: block;
  padding: 0 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1em;
  line-height: 1.2;
  color: #cf0a2c;
  text-transform: uppercase;
  font-weight: normal;
  background: transparent;
  white-space: normal;
  text-overflow: clip;
}

@media screen and (max-width: 767px) {
  .tab-container .navigation.component .navigation-root .navigation-item.navigation-level1>.navigation-item-title {
    color: transparent;
  }
}

.tab-container .navigation.component .navigation-root .navigation-item.navigation-level1>.navigation-item-title>.navigation-item-decoration {
  display: none !important;
}

.tab-container .navigation.component .navigation-root.items-2 .navigation-item.navigation-level1 {
  width: 50%;
}

.tab-container .navigation.component .navigation-root.items-4 .navigation-item.navigation-level1 {
  width: 25%;
}

.tab-container .navigation.component .navigation-root.items-5 .navigation-item.navigation-level1 {
  width: 20%;
}

@media screen and (min-width: 768px) {

  .template-parodontax-basic-layout--german .tab-container .navigation.component .navigation-root.items-6,
  .template-parodontax-basic-layout--at .tab-container .navigation.component .navigation-root.items-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
  }
}

.tab-container .navigation.component .navigation-root.items-6 .navigation-item.navigation-level1 {
  width: 16.66667%;
}

@media screen and (min-width: 768px) {

  .template-parodontax-basic-layout--german .tab-container .navigation.component .navigation-root.items-6 .navigation-item.navigation-level1,
  .template-parodontax-basic-layout--at .tab-container .navigation.component .navigation-root.items-6 .navigation-item.navigation-level1 {
    -ms-flex: 33% 0 0px;
    flex: 33% 0 0;
    margin: 0;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 2px solid #fff;
  }

  .template-parodontax-basic-layout--german .tab-container .navigation.component .navigation-root.items-6 .navigation-item.navigation-level1:nth-child(3n+3),
  .template-parodontax-basic-layout--at .tab-container .navigation.component .navigation-root.items-6 .navigation-item.navigation-level1:nth-child(3n+3) {
    border-right: none;
  }

  .template-parodontax-basic-layout--german .tab-container .navigation.component .navigation-root.items-6 .navigation-item.navigation-level1:first-child,
  .template-parodontax-basic-layout--german .tab-container .navigation.component .navigation-root.items-6 .navigation-item.navigation-level1:nth-child(3n+1),
  .template-parodontax-basic-layout--at .tab-container .navigation.component .navigation-root.items-6 .navigation-item.navigation-level1:first-child,
  .template-parodontax-basic-layout--at .tab-container .navigation.component .navigation-root.items-6 .navigation-item.navigation-level1:nth-child(3n+1) {
    border-left: none;
  }

  .template-parodontax-basic-layout--german .tab-container .navigation.component .navigation-root.items-6 .navigation-item.navigation-level1.is-active:after,
  .template-parodontax-basic-layout--at .tab-container .navigation.component .navigation-root.items-6 .navigation-item.navigation-level1.is-active:after {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .tab-container .navigation.component .navigation-branch.navigation-level1 {
    display: block;
    max-width: 100%;
    padding: 0;
  }

  .tab-container .navigation.component .navigation-branch.navigation-level1 .navigation-item.navigation-level1 {
    height: 65px;
  }

  .tab-container .navigation.component .navigation-branch.navigation-level1 .navigation-item.navigation-level1>.navigation-item-title {
    font-size: 0.8em;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .tab-container .navigation.component .navigation-branch.navigation-level1 .navigation-item.navigation-level1 {
    height: 50px;
  }

  .tab-container .navigation.component .navigation-branch.navigation-level1 .navigation-item.navigation-level1>.navigation-item-title {
    font-size: 0.95em;
  }

  .tab-container .navigation.component .navigation-branch.navigation-level1 .navigation-item.navigation-level1::after {
    width: 0;
    height: 0;
    bottom: -11px;
    margin-left: -12px;
    border-style: solid;
    border-width: 12px 12.5px 0 12.5px;
    border-color: #cf0a2c transparent transparent transparent;
  }
}

.template-parodontax-basic-layout--thai .tab-container .navigation.component .navigation-root .navigation-item.navigation-level1 {
  margin: 0 -3px;
}

.template-parodontax-basic-layout--es .main-nav-box .navigation-horizontal .navigation-item.navigation-level1>.navigation-item-title {
  padding: 5px 13px;
}

.template-parodontax-basic-layout--it .main-nav-box .navigation-horizontal .navigation-item.navigation-level1>.navigation-item-title {
  padding: 5px 11px;
  line-height: 1.1;
  font-size: 13px;
}

.template-parodontax-basic-layout--fr .main-nav-box .navigation-horizontal .navigation-item.navigation-level1 .navigation-branch.navigation-level2 {
  top: 67px;
}

.template-parodontax-basic-layout--es-ar .main-nav-box .navigation-horizontal .navigation-item.navigation-level1>.navigation-item-title {
  padding: 5px 13px;
}

.template-parodontax-basic-layout--NL .main-nav-box .navigation-horizontal .navigation-item.navigation-level1>.navigation-item-title {
  padding: 15px 10px;
  font-size: 12.5px;
}

.template-parodontax-basic-layout--NL .tab-container .navigation.component .navigation-root .navigation-item.navigation-level1>.navigation-item-title {
  font-size: 13.5px;
}
.d-block {
  display: block !important;
}
/*# sourceMappingURL=navigation.css.map */
@media screen and (min-width: 992px) {
  .main .grid_1.nav-haleon-logo {
    width: 9.42361%;
    margin-left: 0;
    padding-top: 1rem;
  }
  .main .grid_1.nav-haleon-logo img {
    min-width: 125px;
  }
}
@media screen and (max-width: 991px) {
  .main .grid_1.nav-haleon-logo {
    position: absolute;
    right: 0.5rem;
    top: 1.5rem;
    width: 125px;
  }
}
@media screen and (max-width: 767px) {
  .main .grid_1.nav-haleon-logo {
    top: 0.5rem;
    width: 85px;
  }
  .main .prefix_6.footer-haleon-logo {
    width: 50%;
    margin: auto !important;
  }
}
@media screen and (max-width:767px) and (orientation:landscape) {
  
  .main .prefix_6.footer-haleon-logo {
    margin-right: 0 !important;
  }
}/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/*parodontax colors _ POSSIBLE*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/*  POSSIBLE CUSTOM MIXINS  */

/*# sourceMappingURL=questionanswers.css.map */

