/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/*parodontax colors _ POSSIBLE*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/*  POSSIBLE CUSTOM MIXINS  */
.searchBox .form .form-content .textField {
  display: inline;
  float: left;
  margin-right: 15px;
}

.searchBox .form .form-content .formButton {
  display: inline;
  float: left;
}

.no-box.searchBox .form .form-content .section {
  margin: 0 15px 0 0;
}

.no-box.searchBox .form .form-content .formButton.section {
  margin: -1px 0 0;
}

.searchBox input[type=text] {
  width: 81px;
}

.searchBox-title {
  cursor: default;
}

.form-search.no-box,
.form-search.no-box .section {
  margin-top: 0;
  margin-bottom: 0;
}

.lt-ie8 .button {
  margin-left: 4px;
}

.header-box .sensodyne-search-box {
  position: relative;
  width: 36px;
  height: 36px;
  margin-left: 0;
  float: left;
  text-align: right;
}
.header-box .sensodyne-search-box:focus {
  outline: none;
}
.header-box .sensodyne-search-box > .component-content {
  position: absolute;
  display: none;
  width: 200px;
  height: 26px;
  top: 5px;
  right: 0;
  background: #f7f7f7;
  border-radius: 15px;
}
.header-box .sensodyne-search-box > .component-content:focus {
  outline: none;
}
.header-box .sensodyne-search-box > .component-content button {
  display: none;
}
.header-box .sensodyne-search-box > .component-content .form-search {
  outline: none;
}
.header-box .sensodyne-search-box > .component-content .form-search:focus {
  outline: none;
}
.header-box .sensodyne-search-box > .component-content .form-search .button {
  position: absolute;
  top: 3px;
  right: 10px;
  width: 20px;
  height: 20px;
  background: url(../../img/search-glass@2x.png?auto=format) no-repeat right center/17px auto;
  z-index: 10;
  color: transparent;
  display: block;
}
.header-box .sensodyne-search-box > .component-content .form-search .button:focus {
  outline: none;
}
.header-box .sensodyne-search-box > .component-content .search-query {
  width: 178px;
  height: 20px;
  margin-top: 3px;
  padding: 0 20px 0 10px;
  float: left;
  background-color: transparent;
  border: none;
  outline: none;
}
.header-box .sensodyne-search-box .search-span {
  position: absolute;
  height: 18px;
  width: 18px;
  top: calc(50% - 9px);
  left: calc(50% - 9px);
  background: url(../../../../../../../content/dam/cf-consumer-healthcare/paradontax/master/assets/Imgix/search-white.png?auto=format) left top no-repeat;
  cursor: pointer;
  outline: none;
}
.header-box .sensodyne-search-box .search-span:focus {
  outline: none;
}

@media only screen and (max-width: 767px) {
  .search-span {
    display: none;
  }

  .mobile-navigation-box .mobile-search__box {
    display: block;
    padding: 20px 30px;
    margin: 0;
    background: #666;
  }
  .mobile-navigation-box .mobile-search__box .mobile-search__elements {
    margin-bottom: 0;
  }
  .mobile-navigation-box .mobile-search__box .mobile-search__elements .searchBox-title {
    display: none;
  }
  .mobile-navigation-box .mobile-search__box .mobile-search__elements form {
    position: relative;
  }
  .mobile-navigation-box .mobile-search__box .mobile-search__elements button {
    position: absolute;
    width: 24px;
    height: 24px;
    color: transparent;
    top: calc(50% - 12px);
    right: 20px;
    background: url(../../img/search-glass@2x.png?auto=format) center/contain no-repeat transparent;
    z-index: 10;
  }
  .mobile-navigation-box .mobile-search__box .mobile-search__elements label input {
    position: relative;
    width: 100%;
    height: 45px;
    padding: 0 60px 0 15px;
    outline: none;
    font-family: "Roboto", "Frutiger Roman", Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #686868;
    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;
  }
  .mobile-navigation-box .mobile-search__box .mobile-search__elements label input::-webkit-input-placeholder {
    color: #686868;
  }
  .mobile-navigation-box .mobile-search__box .mobile-search__elements label input:-moz-placeholder {
    color: #686868;
  }
  .mobile-navigation-box .mobile-search__box .mobile-search__elements label input::-moz-placeholder {
    color: #686868;
  }
  .mobile-navigation-box .mobile-search__box .mobile-search__elements label input:-ms-input-placeholder {
    color: #686868;
  }
}

/*# sourceMappingURL=searchBox.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  */
.searchResults-pagination {
  text-align: center;
  overflow: hidden;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: default;
}

.searchResults-pagination-list {
  padding: 0;
  margin: 0;
}

.searchResults-pagination-item {
  display: inline-block;
  line-height: 30px;
  background-color: #eeeeee;
  margin: 1px;
  cursor: default;
  *display: inline;
}

.searchResults-pagination-item a {
  display: inline-block;
  background-color: #e1e1e1;
  min-width: 30px;
  padding: 0 10px;
  cursor: pointer;
}

.searchResults-pagination-item a:hover {
  background-color: #ebebeb;
  text-decoration: none;
}

.searchResults-pagination-item.is-active {
  font-weight: bold;
}

.searchResults-title {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-left: 110px;
}

.searchResults-term {
  font-style: italic;
}

.searchResults-number {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}

.searchResults-results {
  margin-bottom: 10px;
}

.searchResults-description,
.searchResults-url {
  margin-left: 110px;
}

.searchResults-image {
  float: left;
  width: 100px;
  height: 100px;
  margin: 10px 0;
}

.searchResults-result {
  position: relative;
  overflow: hidden;
  padding: 0 10px 20px 10px;
  background-color: #e1e1e1;
}

.searchResults-result:nth-child(even) {
  background-color: inherit;
}

.searchResults-icon-wrapper {
  position: absolute;
  text-align: center;
  width: 70px;
  margin-top: 10px;
  left: 0;
  top: 0;
}

.searchResults-date {
  margin-bottom: 10px;
  margin-left: 110px;
}

.searchResults-url {
  margin-top: 10px;
}

.lt-ie8 .searchResults-pagination-item {
  display: inline;
  zoom: 1;
  margin: 3px;
}
.lt-ie8 .searchResults-pagination-item a {
  display: block;
  zoom: 1;
}

.searchResults-tags {
  list-style-type: none;
  padding: 0;
}

.searchResults-tags-item {
  display: inline-block;
  margin: 0 2px;
}

.searchResults-tags-item-link {
  background: #b9b8b8;
  color: black;
  border: 1px solid #939191;
  padding: 1px;
  display: block;
  font-size: 0.85em;
}

.page-search-results .search-box {
  padding: 60px 0;
}
@media screen and (max-width: 1000px) {
  .page-search-results .search-box {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .page-search-results .search-box {
    padding: 30px 0;
  }
}
@media screen and (max-width: 1000px) {
  .page-search-results .search-box > .component-content > .content {
    max-width: 710px;
  }
}
.page-search-results .search-box .richText {
  margin-bottom: 30px;
}
.page-search-results .search-box .richText h1,
.page-search-results .search-box .richText h2 {
  margin: 0;
  font-size: 44px;
  line-height: 1.3em;
  color: #cf0a2c;
}
@media screen and (max-width: 1000px) {
  .page-search-results .search-box .richText h1,
  .page-search-results .search-box .richText h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .page-search-results .search-box .richText h1,
  .page-search-results .search-box .richText h2 {
    font-size: 26px;
  }
}
.page-search-results .search-box .searchBox {
  position: relative;
  width: 100%;
  height: 65px;
  padding: 17px 20px;
  margin-bottom: 30px;
  background: #f5f5f5;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .page-search-results .search-box .searchBox {
    height: 50px;
    padding: 13px 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-search-results .search-box .searchBox {
    height: 45px;
    padding: 12px 10px;
    margin-bottom: 20px;
  }
}
.page-search-results .search-box .searchBox .form-search {
  height: 100%;
}
.page-search-results .search-box .searchBox .form-search .search-query {
  width: calc(100% - 60px);
  height: 100%;
  border: 0;
  font-size: 1.5em;
  line-height: 1.2;
  color: #001f5b;
  background: transparent;
}
@media screen and (max-width: 1000px) {
  .page-search-results .search-box .searchBox .form-search .search-query {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 767px) {
  .page-search-results .search-box .searchBox .form-search .search-query {
    width: calc(100% - 25px);
    font-size: 1em;
  }
}
.page-search-results .search-box .searchBox .form-search .searchBox-label input::-webkit-input-placeholder {
  color: #001f5b;
}
.page-search-results .search-box .searchBox .form-search .searchBox-label input:-moz-placeholder {
  color: #001f5b;
}
.page-search-results .search-box .searchBox .form-search .searchBox-label input::-moz-placeholder {
  color: #001f5b;
}
.page-search-results .search-box .searchBox .form-search .searchBox-label input:-ms-input-placeholder {
  color: #001f5b;
}
.page-search-results .search-box .searchBox .form-search .searchBox-label input:focus {
  outline: none;
}
.page-search-results .search-box .searchBox .form-search button.button {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  top: 13px;
  right: 20px;
  color: transparent;
  background: url("../../assets/img/magnify.svg?auto=format") no-repeat center;
  background-size: 70%;
}
@media screen and (max-width: 1000px) {
  .page-search-results .search-box .searchBox .form-search button.button {
    width: 30px;
    height: 30px;
    top: 9px;
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .page-search-results .search-box .searchBox .form-search button.button {
    width: 25px;
    height: 30px;
    top: 7px;
    right: 10px;
  }
}
.page-search-results .search-box .searchBox .form-search button.button:focus {
  outline: none;
}
.page-search-results .search-box .search-count {
  margin-bottom: 30px;
}
.page-search-results .search-box .search-count * {
  margin: 0;
  padding: 0;
}
.page-search-results .search-box .search-count p {
  font-size: 0.8em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .page-search-results .search-box .search-count {
    margin-bottom: 20px;
  }
}
.page-search-results .search-box .searchResults-number {
  display: none;
}
.page-search-results .search-box .searchResults-result {
  padding: 30px 20px;
  background: #f5f5f5;
}
@media screen and (max-width: 1000px) {
  .page-search-results .search-box .searchResults-result {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-search-results .search-box .searchResults-result {
    padding: 15px 10px;
  }
}
.page-search-results .search-box .searchResults-result:nth-child(2n) {
  background: transparent;
}
.page-search-results .search-box .searchResults-result .searchResults-title {
  padding: 0;
  margin: 0 0 15px;
}
.page-search-results .search-box .searchResults-result .searchResults-title:hover a {
  color: #cf0a2c;
}
@media screen and (max-width: 1000px) {
  .page-search-results .search-box .searchResults-result .searchResults-title {
    font-size: 16px;
  }
}
.page-search-results .search-box .searchResults-result .searchResults-description {
  padding: 0;
  margin: 0;
  line-height: 1.6;
}
@media screen and (max-width: 1000px) {
  .page-search-results .search-box .searchResults-result .searchResults-description {
    font-size: 14px;
  }
}
.page-search-results .search-box .searchResults-result .searchResults-tags-item-link {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 500px;
  font-size: 18px;
  line-height: 1em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: white;
  box-sizing: border-box;
  background: #cf0a2c;
  padding: 7px 14px;
  border-radius: 8px;
  border: 0;
}
@media screen and (max-width: 1000px) {
  .page-search-results .search-box .searchResults-result .searchResults-tags-item-link {
    padding: 12px 20px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-search-results .search-box .searchResults-result .searchResults-tags-item-link {
    width: 100%;
    max-width: 265px;
    padding: 15px 20px;
  }
}
@media screen and (min-width: 1001px) {
  .page-search-results .search-box .searchResults-result .searchResults-tags-item-link:hover {
    color: white;
    background: #686868;
  }
}
.page-search-results .search-box .searchResults-pagination-list {
  text-align: center;
  background: transparent;
}
.page-search-results .search-box .searchResults-pagination-list li {
  display: inline-block;
  padding: 0 8px;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .page-search-results .search-box .searchResults-pagination-list li {
    padding: 0 4px;
  }
}
.page-search-results .search-box .searchResults-pagination-list li a {
  min-width: auto;
  font-size: 1.2em;
  padding: 0;
  background: transparent;
}
.page-search-results .search-box .searchResults-pagination-list li.is-active a {
  color: #cf0a2c;
}
.page-search-results .search-box .searchResults-pagination-list li.item-next, .page-search-results .search-box .searchResults-pagination-list li.item-previous {
  margin: 0 15px;
}
@media screen and (max-width: 767px) {
  .page-search-results .search-box .searchResults-pagination-list li.item-next, .page-search-results .search-box .searchResults-pagination-list li.item-previous {
    margin: 0 20px;
  }
}
.page-search-results .search-box .searchResults-pagination-list li.item-next a, .page-search-results .search-box .searchResults-pagination-list li.item-previous a {
  position: relative;
  display: block;
  content: '';
  width: 24px;
  min-width: 24px;
  height: 24px;
  padding: 0;
  top: 2px;
  color: transparent;
  border-radius: 100%;
  background: url(../../assets/img/icon-chevron-right.svg?auto=format) center/30% no-repeat #cf0a2c;
}
@media screen and (max-width: 767px) {
  .page-search-results .search-box .searchResults-pagination-list li.item-previous {
    margin-left: 0;
  }
}
.page-search-results .search-box .searchResults-pagination-list li.item-previous a {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .page-search-results .search-box .searchResults-pagination-list li.item-next {
    margin-right: 0;
  }
}

/*# sourceMappingURL=searchResults.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  */
.shareThis-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}

.shareThis-list li {
  float: left;
  width: auto;
  height: 26px;
  margin: 0 10px 10px 0;
}

.shareThis-list li:last-child {
  margin-right: 0;
  margin-right: 0;
}

.shareThis-item a {
  display: block;
  height: 26px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}

.shareThis-item img {
  opacity: 0.7;
  -webkit-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.shareThis-item a:hover img {
  opacity: 1;
}

.footer-share-this {
  position: absolute;
  z-index: 10;
  top: 15px;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .footer-share-this {
    top: 5px;
  }
}
.footer-share-this .component-content {
  text-align: center;
}
.footer-share-this .shareThis-list {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  border: 1px solid #d1d1d1;
}
.footer-share-this .shareThis-list .shareThis-item {
  display: inline-block;
  width: 54px;
  height: 54px;
  padding: 14px;
  margin: 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .footer-share-this .shareThis-list .shareThis-item {
    width: 48px;
    height: 48px;
    padding: 0 14px;
  }
}
.footer-share-this .shareThis-list .shareThis-item:not(:last-of-type) {
  border-right: 1px solid #d1d1d1;
}
.footer-share-this .shareThis-list .shareThis-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.footer-share-this .shareThis-list .shareThis-item a img {
  margin: 0 auto;
  opacity: 1;
}
.footer-share-this .shareThis-list .shareThis-item a:hover img {
  opacity: .6;
}
.footer-share-this .shareThis-list .shareThis-item.first a img {
  width: 12px;
  height: auto;
  margin-top: 2px;
}
@media only screen and (max-width: 768px) {
  .footer-share-this .shareThis-list .shareThis-item.first a img {
    margin-top: 13px;
  }
}
.footer-share-this .shareThis-list .shareThis-item.even a img {
  width: 26px;
  height: auto;
  margin-top: 5px;
}
@media only screen and (max-width: 768px) {
  .footer-share-this .shareThis-list .shareThis-item.even a img {
    margin-top: 17px;
  }
}
.footer-share-this .shareThis-list .shareThis-item.last a img {
  width: 25px;
  height: auto;
  margin-top: 2px;
}
@media only screen and (max-width: 768px) {
  .footer-share-this .shareThis-list .shareThis-item.last a img {
    margin-top: 16px;
  }
}

@media only screen and (max-width: 580px) {
  .footer-share-this {
    position: relative;
    top: 0;
    margin-bottom: 30px;
  }
}

/*# sourceMappingURL=shareThis.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  */
.sitemap-column {
  float: left;
}
.sitemap-column > ul {
  margin: 0 5px;
}

.sitemap-columns-1 .sitemap-column {
  width: 100%;
}

.sitemap-columns-2 .sitemap-column {
  width: 50%;
}

.sitemap-columns-3 .sitemap-column {
  width: 33.32%;
}

.sitemap-columns-4 .sitemap-column {
  width: 25%;
}

.sitemap-columns-5 .sitemap-column {
  width: 20%;
}

.sitemap-columns-6 .sitemap-column {
  width: 16.64%;
}

.sitemap-columns-7 .sitemap-column {
  width: 14.25%;
}

.sitemap-columns-8 .sitemap-column {
  width: 12.49%;
}

.sitemap-columns-9 .sitemap-column {
  width: 11.10%;
}

.sitemap-columns-10 .sitemap-column {
  width: 10%;
}

.sitemap-columns-11 .sitemap-column {
  width: 9.08%;
}

.sitemap-columns-12 .sitemap-column {
  width: 8.32%;
}

.sitemap-column ul {
  list-style: none;
  padding: 0;
}
.sitemap-column a {
  text-decoration: none;
}
.sitemap-column .component-content {
  overflow: hidden;
}
.sitemap-column h3 {
  background-color: #e1e1e1;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 10px;
}
.sitemap-column ul {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.sitemap-column ul ul {
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 10px;
}
.sitemap-column ul ul li {
  font-weight: bold;
  padding-left: 12px;
  line-height: 150%;
  position: relative;
}
.sitemap-column ul ul li:before {
  content: "\f0da";
  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;
  left: 0;
  top: 1px;
  position: absolute;
}
.sitemap-column ul ul ul {
  margin-top: 0;
}
.sitemap-column ul ul ul li {
  font-weight: normal;
  margin-left: 10px;
}

/*************************** Sitemap media queries */
@media only screen and (max-width: 768px) {
  .component-content .sitemap-column {
    width: 100%;
    float: none;
  }

  .component-content .sitemap-column > ul {
    margin: 0 0 15px;
  }
}

/*# sourceMappingURL=sitemap.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  */
.smart-link {
  margin: 10px 0;
}

.smart-link-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.smart-link-list li {
  display: inline-block;
  *display: inline;
}

.smart-link-next:after,
.smart-link-previous:before {
  position: relative;
  top: -1px;
  height: 14px;
  display: inline-block;
  width: 6px;
  font-size: 8px;
  color: #000;
}

.smart-link-next:after {
  content: "\f054";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  font-weight: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 10px;
}

.smart-link-previous: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;
  margin-right: 10px;
}

.main .agd-page .smartLink,
.main .article-page .smartLink {
  padding: 20px 0;
  position: relative;
  position: relative;
}
.main .agd-page .smartLink::before,
.main .article-page .smartLink::before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  max-width: 1000px;
  height: 2px;
  top: 0;
  left: 50%;
  border-top: 2px dotted #d1d1d1;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
}
@media screen and (max-width: 1000px) {
  .main .agd-page .smartLink::before,
  .main .article-page .smartLink::before {
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .main .agd-page .smartLink::before,
  .main .article-page .smartLink::before {
    width: 90%;
    max-width: 420px;
  }
}
.main .agd-page .smartLink::after,
.main .article-page .smartLink::after {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  max-width: 1000px;
  height: 2px;
  bottom: 0px;
  left: 50%;
  border-top: 2px dotted #d1d1d1;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
}
@media screen and (max-width: 1000px) {
  .main .agd-page .smartLink::after,
  .main .article-page .smartLink::after {
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .main .agd-page .smartLink::after,
  .main .article-page .smartLink::after {
    width: 90%;
    max-width: 420px;
  }
}
@media screen and (max-width: 1000px) {
  .main .agd-page .smartLink::before, .main .agd-page .smartLink::after,
  .main .article-page .smartLink::before,
  .main .article-page .smartLink::after {
    max-width: 100%;
  }
}
.main .agd-page .smartLink li a::before,
.main .article-page .smartLink li a::before {
  content: none;
}
.main .agd-page .smartLink li:first-child,
.main .article-page .smartLink li:first-child {
  float: left;
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .main .agd-page .smartLink li:first-child,
  .main .article-page .smartLink li:first-child {
    margin-left: 10px;
  }
}
.main .agd-page .smartLink li:first-child a,
.main .article-page .smartLink li:first-child a {
  padding-right: 0;
  padding-left: 40px;
  display: inline-block;
  position: relative;
  padding-right: 40px;
  font-size: 16px;
  line-height: 1.5em;
  color: #cf0a2c;
  vertical-align: middle;
  text-transform: uppercase;
}
.main .agd-page .smartLink li:first-child a::after,
.main .article-page .smartLink li:first-child a::after {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  top: calc(50% - 12px);
  right: 0;
  z-index: 10;
  border-radius: 100%;
  background: url(../../assets/img/icon-chevron-right.svg?auto=format) center/30% no-repeat #cf0a2c;
}
@media screen and (max-width: 1000px) {
  .main .agd-page .smartLink li:first-child a::after,
  .main .article-page .smartLink li:first-child a::after {
    width: 22px;
    height: 22px;
    top: calc(50% - 11px);
  }
}
.main .agd-page .smartLink li:first-child a:hover,
.main .article-page .smartLink li:first-child a:hover {
  color: #686868;
}
.main .agd-page .smartLink li:first-child a:hover::after,
.main .article-page .smartLink li:first-child a:hover::after {
  background-color: #686868;
}
.main .agd-page .smartLink li:first-child a::after,
.main .article-page .smartLink li:first-child a::after {
  left: 0;
  background-image: url(../../assets/img/icon-chevron-left.svg?auto=format);
  background-position: 45% 50%;
}
.main .agd-page .smartLink li:last-child,
.main .article-page .smartLink li:last-child {
  float: right;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .main .agd-page .smartLink li:last-child,
  .main .article-page .smartLink li:last-child {
    margin-right: 10px;
  }
}
.main .agd-page .smartLink li:last-child a,
.main .article-page .smartLink li:last-child a {
  display: inline-block;
  position: relative;
  padding-right: 40px;
  font-size: 16px;
  line-height: 1.5em;
  color: #cf0a2c;
  vertical-align: middle;
  text-transform: uppercase;
}
.main .agd-page .smartLink li:last-child a::after,
.main .article-page .smartLink li:last-child a::after {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  top: calc(50% - 12px);
  right: 0;
  z-index: 10;
  border-radius: 100%;
  background: url(../../assets/img/icon-chevron-right.svg?auto=format) center/30% no-repeat #cf0a2c;
}
@media screen and (max-width: 1000px) {
  .main .agd-page .smartLink li:last-child a::after,
  .main .article-page .smartLink li:last-child a::after {
    width: 22px;
    height: 22px;
    top: calc(50% - 11px);
  }
}
.main .agd-page .smartLink li:last-child a:hover,
.main .article-page .smartLink li:last-child a:hover {
  color: #686868;
}
.main .agd-page .smartLink li:last-child a:hover::after,
.main .article-page .smartLink li:last-child a:hover::after {
  background-color: #686868;
}
@media screen and (max-width: 1000px) {
  .main .agd-page .smartLink::before, .main .agd-page .smartLink::after,
  .main .article-page .smartLink::before,
  .main .article-page .smartLink::after {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .main .agd-page .smartLink,
  .main .article-page .smartLink {
    width: calc(100% - 40px);
    padding: 30px 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .main .agd-page .smartLink {
    max-width: 380px;
  }
}

/*# sourceMappingURL=smartLink.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  */
body.table-popup {
  background-color: #FFF;
  line-height: 1.5;
}

.table-heading {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}

.table-caption {
  border: solid 2px #323131;
  padding: 13px;
  background-color: #e1e1e1;
  border-bottom: none;
}

.table-popup .table-caption {
  border: 1px solid #656363;
  background-color: #f3f3f3;
}

.table th {
  background-color: #e1e1e1;
  font-weight: bold;
  text-align: center;
}

.table-popup .table th {
  background-color: #f3f3f3;
}

.table table {
  border-collapse: collapse;
  width: 100%;
  border: solid 2px #323131;
}

.table-popup .table table {
  border: 1px solid #656363;
}

.table th,
.table td {
  border: solid 2px #323131;
  padding: 5px;
}

.table-popup .table th,
.table-popup .table td {
  border: 1px solid #656363;
  line-height: 1.5;
}

.table td {
  vertical-align: middle;
}

.table .button {
  display: none;
}

.table .table-caption .button {
  display: block;
  margin: 10px 0 0 5px;
}

.no-js .table .button {
  display: none;
}

.lt-ie8 .table-popup .table {
  position: static;
}

@media only screen and (max-width: 768px) {
  .table .component-content .button {
    display: block;
    margin: 20px;
  }

  .table .component-content .table-caption .button {
    display: none;
  }
}

/*# sourceMappingURL=table.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  */
.tabs {
  position: relative;
  width: 100%;
}

.tabs-heading {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}

.no-js .tabs-nav {
  display: none;
}

.no-js .tabs-content {
  display: block !important;
  visibility: visible !important;
}

.no-js .tabs > .component-content {
  padding-top: 0;
}

.tabs > .component-content {
  padding-top: 39px;
}

.tabs-nav {
  position: absolute;
  z-index: 150;
  top: 0;
  left: 0;
  height: 39px;
  overflow: hidden;
  width: 100%;
}

.tabs-nav-list {
  position: relative;
  left: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
  width: 2000px;
}

.tabs-nav-switcher {
  position: absolute;
  height: 35px;
  width: 15px;
  border: 2px solid #323131;
  cursor: pointer;
  top: 0;
  background: #e1e1e1;
}
.tabs-nav-switcher: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;
  left: 50%;
  margin-left: -3px;
  padding: 7px 0;
  font-size: 12px;
}

.tabs-nav-switcher-right {
  right: 0;
}

.tabs-nav-item {
  border-width: 2px 2px 0 2px;
  border-style: solid;
  border-color: #323131;
  font-weight: bold;
  font-size: 12px;
  display: inline;
  float: left;
  margin-left: 5px;
  background: #e1e1e1;
  padding: 7px 10px 7px 10px;
  cursor: pointer;
  height: 21px;
  top: 4px;
}

.tabs-nav-switcher-left {
  left: 0;
}
.tabs-nav-switcher-left:before {
  content: "\f053";
  margin-left: -4px;
}

.tabs-nav-item:first-child {
  margin-left: 0;
}

.tabs-nav-item.is-active,
.tabs-nav-item.is-active a,
.tabs-nav-item.is-active:hover {
  cursor: default;
  background: white;
}

.tabs-nav-item.is-active,
.tabs-nav-item.is-active:hover {
  border-bottom: none;
  padding-bottom: 9px;
}

.tabs-nav-item:hover {
  background: #939191;
}

.tabs-nav-item:hover a {
  color: white;
  text-decoration: none;
}

.tabs-nav-item.is-active:hover a {
  color: #323131;
}

.tabs-nav-item a {
  color: #323131;
}

.tabs-content {
  position: relative;
  z-index: 100;
  top: -2px;
  padding: 13px;
  border: solid 2px #323131;
  background: white;
}

.tabs-vertical .tabs-nav {
  height: auto;
  width: 60px;
}

.tabs-vertical .component-content {
  padding-top: 0;
}

.tabs-vertical .tabs-nav-list {
  width: 100%;
}

.tabs-vertical .tabs-nav-item.is-active,
.tabs-vertical .tabs-nav-item.is-active:hover {
  border-bottom: 2px solid;
  border-right: medium;
  padding: 7px 12px 7px 10px;
}

.tabs-vertical .tabs-nav-item {
  border-width: 2px;
  height: auto;
  margin: 0 0 5px;
  width: 36px;
}

.tabs-vertical .tabs-content {
  margin-left: 60px;
  left: -2px;
  top: 0;
}

/*# sourceMappingURL=tabs.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  */
.title h1 {
  word-wrap: break-word;
}

/*# sourceMappingURL=title.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  */
/*rename this to feed-provider*/
.twitter {
  border: solid 2px #323131;
  padding: 13px;
  background-color: #e1e1e1;
}

.feed-provider-heading {
  display: inline-block;
  margin: 0 0 0 20px;
  line-height: 30px;
}

.feed-provider-description {
  border-bottom: 1px solid #000;
  margin: 10px 0;
  padding: 10px 0;
}

.feed-provider-heading-image {
  float: left;
  width: 30px;
  height: 30px;
}

.feed-provider-feeds {
  padding: 0;
  margin: 0;
}

/*twitter template*/
.twitter-feed {
  list-style-type: none;
  padding-left: 55px;
  margin: 10px 0;
  display: block;
  position: relative;
}
.twitter-feed:before, .twitter-feed:after {
  content: "";
  display: table;
}
.twitter-feed:after {
  clear: both;
}

.twitter-content a:hover strong {
  text-decoration: underline;
}

.twitter-sender-avatar {
  position: absolute;
  top: 3px;
  left: 0;
}

.twitter-date {
  float: right;
}

.twitter-actions {
  padding: 0;
  margin: 0;
  float: right;
}

.twitter-action {
  list-style-type: none;
  display: inline;
}

/*# sourceMappingURL=twitter.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  */
.video-heading {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}

.video-nojs {
  display: none;
  text-align: center;
  padding: 20px 0;
  color: red;
}

.no-js .video-nojs {
  display: block;
}

.video object,
.video embed {
  width: 100% !important;
}

.video-video {
  border: solid 2px #323131;
}

.video-video-container {
  margin: 0 auto;
}

.video-description {
  border: solid 2px #323131;
  padding: 13px;
  margin-top: -2px;
}

/*# sourceMappingURL=video.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  */
.videoGallery-heading {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}

.videoGallery-video {
  border: 2px solid #323131;
}

.videoGallery-video object,
.videoGallery-video embed {
  width: 100% !important;
}

.videoGallery-thumbnails {
  position: relative;
  margin-top: 18px;
}

.videoGallery-list {
  overflow: hidden;
  margin: 0 50px;
  position: relative;
}

.videoGallery-arrow,
.videoGallery-arrow.is-disabled:hover {
  position: absolute;
  top: 0;
  cursor: pointer;
  width: 35px;
  height: 60px;
  background-position: 50%;
  background-repeat: no-repeat;
  font: 0/0 serif;
}
.videoGallery-arrow:before,
.videoGallery-arrow.is-disabled:hover:before {
  position: absolute;
  top: 50%;
  color: #aaa;
}

.videoGallery-arrow:hover:before {
  color: #888;
}

.videoGallery-description {
  margin: 15px 0;
}

.videoGallery-arrow.is-disabled {
  opacity: 0.5;
}

.videoGallery-arrow-left,
.videoGallery-arrow-left.is-disabled:hover {
  left: 0;
}
.videoGallery-arrow-left:before,
.videoGallery-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;
}

.videoGallery-arrow-right,
.videoGallery-arrow-right.is-disabled:hover {
  right: 0;
  text-align: right;
}
.videoGallery-arrow-right:before,
.videoGallery-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;
}

.videoGallery-list-inner {
  overflow: hidden;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}

.videoGallery-thumbnail {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 0 9px;
  cursor: pointer;
  text-align: center;
  position: relative;
  display: inline;
  max-width: 100px;
}

.videoGallery-thumbnail-title {
  display: block;
  margin: 10px auto 0 auto;
  font-size: 11px;
  width: 71px;
}

.videoGallery .thumbnails-list li:hover .image,
.videoGallery .thumbnails-list li.active .image {
  border: solid 4px #323131;
  margin: 0;
}

.videoGallery-thumbnail-image {
  margin: 2px;
  border: solid 2px #323131;
  position: relative;
}

.videoGallery-thumbnail-overlay {
  opacity: 0.7;
  height: 28px;
  left: 50%;
  margin: -14px 0 0 -15px;
  position: absolute;
  top: 50%;
  width: 30px;
}
.videoGallery-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;
  -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: 15px;
  width: 100%;
  height: 100%;
  border: 3px solid #3e3e3e;
  text-indent: 5px;
  background: #fff;
  text-align: center;
  line-height: 24px;
}

.videoGallery-thumbnail.is-active .videoGallery-thumbnail-overlay {
  opacity: 0;
  -moz-transition: opacity .5s;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  -ms-transition: opacity .5s;
  transition: opacity .5s;
}

.videoGallery-thumbnail-image img {
  display: block;
  margin: 0 auto;
}

.mod-js .videoGallery-nojs {
  display: none;
}

/*# sourceMappingURL=videoGallery.css.map */

