@charset "UTF-8";

/* =Base Colors
************************************************************** */
/* =Colors
************************************************************** */
/* =fonts
************************************************************** */
/* =breaks
************************************************************** */
/* =minimum device sizes
************************************************************** */
@font-face {
  font-display: block;
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-brands-400.eot);
  src: url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-brands-400.woff2) format("woff2"), url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-brands-400.woff) format("woff"), url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-brands-400.ttf) format("truetype"), url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-brands-400.svg#fontawesome) format("svg");
}

@font-face {
  font-display: block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  src: url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-regular-400.eot);
  src: url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-regular-400.woff2) format("woff2"), url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-regular-400.woff) format("woff"), url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-regular-400.ttf) format("truetype"), url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-regular-400.svg#fontawesome) format("svg");
}

@font-face {
  font-display: block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-solid-900.eot);
  src: url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-solid-900.woff2) format("woff2"), url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-solid-900.woff) format("woff"), url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-solid-900.ttf) format("truetype"), url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-solid-900.svg#fontawesome) format("svg");
}

@font-face {
  font-display: swap;
  font-family: 'GothamRounded';
  font-style: normal;
  font-weight: 700;
  src: url(../../../static/fonts/GothamRounded-Bold.eot);
  src: url(../../../static/fonts/GothamRounded-Boldd41d.eot?#iefix) format("embedded-opentype"), url(../../../static/fonts/GothamRounded-Bold.woff2) format("woff2"), url(../../../static/fonts/GothamRounded-Bold.woff) format("woff"), url(../../../static/fonts/GothamRounded-Bold.ttf) format("truetype");
}

@font-face {
  font-display: swap;
  font-family: 'GothamRounded-light';
  font-style: normal;
  font-weight: 300;
  src: url(../../../static/fonts/GothamRounded-Light.eot);
  src: url(../../../static/fonts/GothamRounded-Lightd41d.eot?#iefix) format("embedded-opentype"), url(../../../static/fonts/GothamRounded-Light.woff2) format("woff2"), url(../../../static/fonts/GothamRounded-Light.woff) format("woff"), url(../../../static/fonts/GothamRounded-Light.ttf) format("truetype");
}

/* =import components styles
************************************************************** */
.main-header {
  border-bottom: 1px #f2f9fa solid;
  background-color: #fff;
}

@media (min-width: 767px) {
  .main-header__logo {
    max-width: 301px;
  }
}

.main-header__top {
  background-color: #adc32c;
  padding: 12px 75px;
}

.header-links__link-container .header-links__link {
  color: #fff;
  font-family: "GothamRounded", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 0.750rem;
}

.header-links__link-container .header-links__link img {
  width: 17px;
  height: 17px;
  position: relative;
  top: 5px;
  margin-right: 8px;
}

.wrapper--main-header__bottom-items {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 0 2%;
}

.main_header__contents {
  display: flex;
  align-items: center;
}

.main-nav__link,
.main-nav__second-lvl-link,
.main-nav__third-lvl-link,
.mobile-nav__link,
.mobile-nav__second-lvl-link,
.mobile-nav__third-lvl-link {
  color: #fabb16;
  font-family: "GothamRounded", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 0.875rem;
  padding: 25px 14px;
  display: block;
  position: relative;
}

.main-nav__link-container--has-children::after {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: '\F107';
  color: #fabb16;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.mobile-nav .header-links__link {
  display: block;
  color: #fabb16;
  font-weight: bold;
  font-size: 0.875rem;
  padding: 25px 14px;
  cursor: pointer;
}

.mobile-nav .mobile-nav__second-lvl-link,
.mobile-nav .mobile-nav__third-lvl-link {
  color: #adc32c;
  display: block;
}

.mobile-nav__second-lvl-link-container--back-button .mobile-nav__second-lvl-link,
.mobile-nav__third-lvl-link-container--back-button .mobile-nav__third-lvl-link {
  color: #fabb16;
}

.main-nav__second-lvl-link,
.main-nav__third-lvl-link {
  text-decoration: none;
  width: auto;
  padding: 2.143em 1.2em 2.143em 1.5em;
  display: block;
}

.main-nav__third-lvl-link-container {
  border-bottom: 1px solid #adc32c;
}

.main-nav__third-lvl-link-container:hover {
  background-color: #f7f9e9;
}

.main-nav .main-nav__third-lvl-link {
  color: #adc32c;
}

.main-nav__link-container {
  position: relative;
  align-items: center;
}

.main-nav__second-lvl-link-container {
  border-bottom: 1px solid #fabb16;
}

.main-nav__second-lvl-link-container:hover {
  background-color: #f7f9e9;
  border-color: #adc32c;
}

.main-nav__second-lvl-link-container:hover .main-nav__second-lvl-link {
  color: #adc32c;
  padding: 2.143em 1.2em 2.143em 1.5em;
  display: block;
}

.main-nav__second-lvl-nav-elements,
.main-nav__third-lvl-nav-elements {
  position: absolute;
  padding-left: 0;
  width: 230px;
  background-color: #fff;
  z-index: 15;
}

.mobile-nav {
  position: fixed;
  padding-left: 0;
  background-color: #fff;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  transition: transform 0.5s;
  overflow-x: hidden;
  width: calc(100vw - 90px);
  height: 100vh;
}

.mobile-nav--open {
  transform: translateX(0);
}

.mobile-nav--closed {
  transform: translateX(-100%);
}

.mobile-nav .header-links {
  display: block;
  padding: 0;
  width: calc(100vw - 90px);
}

.header-links__link-container {
  border-bottom: 1px solid #adc32c;
  line-height: 16px;
}

.mobile-nav__link-container {
  border-bottom: 1px solid #fabb16;
}

.mobile-nav__second-lvl-link-container,
.mobile-nav__third-lvl-link-container {
  border-bottom: 1px solid #adc32c;
  color: #adc32c;
}

.mobile-nav__second-lvl-link-container--back-button,
.mobile-nav__third-lvl-link-container--back-button {
  color: #fabb16;
  border-bottom: 1px solid #fabb16;
  position: relative;
  padding-left: 60px;
}

.mobile-nav__second-lvl-link-container--back-button::before,
.mobile-nav__third-lvl-link-container--back-button::before {
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: bold;
  content: '\F104';
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.mobile-nav .header-links,
.mobile-nav__first-lvl-nav-elements {
  width: calc(100vw - 90px);
  position: relative;
  transition: transform 0.3s linear;
}

.mobile-nav__second-lvl-nav-elements,
.mobile-nav__third-lvl-nav-elements {
  width: calc(100vw - 90px);
  position: absolute;
  top: 0;
  left: calc(100vw - 90px);
  z-index: 11;
  height: 100%;
  padding: 0;
  transition: transform 0.3s linear;
}

.mobile-nav__panel {
  width: calc(3 * calc(100vw - 90px));
  transition: transform 0.3s linear;
}

.mobile-nav__panel--sublist {
  transform: translateX(-33.33%);
}

.mobile-nav__panel--sub-sublist {
  transform: translateX(-66.66%);
}

.sublist--hidden {
  display: none;
}

.sublist--visible {
  display: block;
}

.main-nav__second-lvl-link-container--has-children {
  color: #fabb16;
  position: relative;
}

.main-nav__second-lvl-link-container--has-children:hover {
  color: #adc32c;
}

.mobile-nav__link-container--has-children .mobile-nav__link::after,
.mobile-nav__second-lvl-link-container--has-children .mobile-nav__second-lvl-link::after {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: '\F105';
  right: 20px;
  top: 0;
  float: right;
  font-size: 20px;
}

.main-nav__second-lvl-link-container--has-children .main-nav__second-lvl-link::after {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: '\F105';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}

.mobile-nav-container {
  display: none;
  flex-direction: row;
  z-index: 20;
}

.mobile-nav__close-button {
  position: fixed;
  opacity: 0;
  right: 0;
  top: 0;
  background-color: #adc32c;
  border: 0;
  height: 100vh;
  width: 90px;
  visibility: hidden;
  transition: visibility 0.3s, opacity 0.3s ease-in;
}

.mobile-nav__close-button::before {
  content: '\F057';
  position: absolute;
  right: 40px;
  top: 25px;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 35px;
  background-color: #adc32c;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
}

.mobile-nav--open+.mobile-nav__close-button {
  visibility: visible;
  opacity: 0.8;
}

.main-nav__toggle {
  position: relative;
  border: 0;
  margin: 0 20px 0 0;
  padding: 0;
  background-color: transparent;
  display: none;
}

.main-nav__toggle::before {
  content: '\F0C9';
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 27px;
  color: #fabb16;
  cursor: pointer;
}

.search-box__action-item {
  margin-left: 100px;
}

.main-nav__link-container:last-child .main-nav__third-lvl-nav-elements {
  transform: translateX(-100%);
}

@media (max-width: 991px) {
  .search-box__action-item {
    margin-right: 15px;
    margin-left: 20px;
  }
}

@media (max-width: 1199px) {
  .main-nav__toggle {
    display: block;
  }

  .mobile-nav-container {
    display: flex;
  }

  .main-header__top,
  .main-nav .main-nav__first-lvl-nav-elements {
    display: none;
  }

  .search-box__action-item {
    margin-right: 60px;
  }
}

@media (min-width: 1200px) {

  .main-nav__link-container.nav__link-container--child-active:before,
  .main-nav__link-container.nav__link-container--active:before {
    content: "";
    position: absolute;
    height: 8px;
    width: 100%;
    background-color: #adc32c;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    bottom: 0;
    left: 0;
    z-index: 3;
  }

  .main-nav__second-lvl-link-container.nav__link-container--child-active,
  .main-nav__second-lvl-link-container.nav__link-container--active,
  .main-nav__third-lvl-link-container.nav__link-container--child-active,
  .main-nav__third-lvl-link-container.nav__link-container--active {
    border-color: #adc32c;
    background-color: #f7f9e9;
  }

  .main-nav__second-lvl-link.link--active,
  .main-nav__second-lvl-link.link--child-active,
  .main-nav__third-lvl-link.link--active,
  .main-nav__third-lvl-link.link--child-active {
    color: #adc32c;
  }
}

.main-footer {
  padding: 54px 51px 77px;
  background-color: #f8f8f8;
  color: #888;
}

.main-footer__top {
  padding-bottom: 10px;
}

.wrapper--footer-top-items {
  display: flex;
  justify-content: space-between;
}

.footer-social-links {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 25px;
  margin-right: 30px;
}

.footer-social-links__elements {
  display: flex;
  font-size: 1.25rem;
}

.footer-social-links__text {
  display: none;
}

.footer-regulatory-text .call-babycenter {
  font-size: 1.125rem;
}

.footer-regulatory-text .consultation-hour {
  font-size: 0.875rem;
}

.main-footer__bottom {
  display: flex;
  font-size: 0.750rem;
  justify-content: space-between;
}

.footer-links {
  display: flex;
}

.footer-links__element {
  padding: 0 35px 0 5px;
}

.footer-links__link {
  color: #888;
}

.footer-links__link:hover {
  color: #e0a302;
}

.footer-social-links__icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: "Font Awesome 5 Brands";
  margin-right: 0.5em;
  margin-left: 0.5em;
}

.icon__facebook-square:before {
  content: '\F082';
}

.icon__twitter-square:before {
  content: '\F081';
}

.icon__youtube-square:before {
  content: '\F431';
}

.icon__google-plus-square:before {
  content: '\F0D4';
}

.icon__instagram:before {
  content: '\F16D';
}

@media (max-width: 767px) {
  .main-footer {
    padding-left: 0;
    padding-right: 0;
  }

  .main-footer__bottom {
    flex-direction: column-reverse;
  }

  .footer-social-links {
    justify-content: flex-start;
    padding-left: 20px;
  }

  .footer-links {
    flex-direction: column;
  }

  .main-footer__bottom__text,
  .footer-links__element {
    padding: 20px;
    border-top: 1px solid #d1d1d1;
  }

  .wrapper--footer-top-items {
    display: block;
  }

  .footer-regulatory-text {
    padding-left: 20px;
    padding-bottom: 10px;
  }

  .footer-regulatory-text .call-babycenter {
    font-size: 0.75rem;
  }

  .footer-regulatory-text .consultation-hour {
    font-size: 0.625rem;
  }
}

.cookie-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 3.9% 15px;
  background-color: #f2f9fa;
}

.cookie-banner__info {
  font-size: 0.875rem;
  padding-right: 10px;
  color: #888;
}

.cookie-banner__btn {
  background-color: #fabb16;
  color: #fff;
  border: none;
  padding: 10px 6px;
  min-width: 260px;
  border-radius: 24px;
  cursor: pointer;
}

.cookie-banner__btn:hover {
  background-color: #e0a302;
}

@media screen and (max-width: 991px) {
  .cookie-banner__info {
    font-size: 0.750rem;
  }
}

@media screen and (max-width: 767px) {
  .cookie-banner {
    flex-wrap: wrap;
    justify-content: center;
  }

  .cookie-banner__btn-wrapper {
    padding-top: 20px;
  }
}

.search-box__action-item {
  display: inline-block;
  font-size: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  border: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  color: #fabb16;
}

.search-box__overlay {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #f8f8f8;
  z-index: 15;
}

.seach-box__overlay-contents {
  padding: 30px 4.68%;
}

.search-box__form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.search-box__field {
  display: inline-block;
  width: 100%;
  color: #fabb16;
  padding: 3px 0;
  border: none;
  background-color: transparent;
  font-weight: bold;
  font-size: 2.500rem;
  outline: none;
  margin-right: 5px;
}

.search-box__field::placeholder {
  color: #aeaeae;
}

.search-box__suggested-topics {
  margin-top: 30px;
}

.search-box__topics-title {
  color: #787878;
  font-size: 0.875rem;
  font-weight: bold;
}

.search-box__topics-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.search-box__topics-item {
  margin-top: 15px;
  font-size: 0.875rem;
  font-weight: bold;
}

.search-box__topics-link {
  padding-right: 20px;
}

.search-box__topics-link i {
  margin-left: 10px;
}

.search-box__btn {
  display: inline-block;
  font-size: 33px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: #fabb16;
}

.search-box__action-item:after,
.search-box__btn:after,
.search-box__topics-link:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.search-box__action-item--close:after,
.search-box__btn:after {
  content: "\F002";
}

.search-box__action-item--open:after {
  content: "\F057";
}

.search-box__topics-link:after {
  content: '\F105';
  margin-left: 0.25em;
}

.breadcrumbs {
  position: relative;
  z-index: 10;
  font-family: "GothamRounded", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

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

.breadcrumbs__item {
  display: inline-block;
  font-size: 0.750rem;
}

.breadcrumbs__item-link,
.breadcrumbs__item-link:active,
.breadcrumbs__item-link:visited {
  color: #888;
}

.breadcrumbs__item-link:hover,
.breadcrumbs__item-link:active:hover,
.breadcrumbs__item-link:visited:hover {
  color: #fabb16;
}

.breadcrumbs__item:last-child {
  color: #fabb16;
}

.breadcrumbs__item:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  content: '\F054';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.5em;
  margin-left: 0.5em;
  color: #888;
}

.breadcrumbs__item:first-child:before {
  content: '';
}

.sitemap {
  max-width: 1245px;
  margin: auto;
  display: block;
  padding: 20px 10px 20px 50px;
  font-size: 0.875rem;
  line-height: 1.71em;
}

.sitemap__node {
  list-style: none;
  padding-left: 1.5em;
}

.sitemap li {
  margin: 0;
}

@media (max-width: 1199px) {
  .sitemap {
    font-size: 0.75rem;
    line-height: 1.5em;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .sitemap {
    font-size: 0.625rem;
    line-height: 1.5em;
  }
}

.main-carousel.carousel {
  padding: 0;
}

.carousel-item__btn {
  background-color: #fabb16;
  color: #fff;
  border: none;
  padding: 10px 6px;
  min-width: 260px;
  border-radius: 24px;
  cursor: pointer;
  min-width: auto;
  max-width: 182px;
  width: 100%;
  display: inline-block;
  padding: 14px 10px;
  text-align: center;
}

.carousel-item__btn:active,
.carousel-item__btn:visited {
  color: #fff;
}

.carousel-item__btn:hover {
  background-color: #e0a302;
}

.carousel-item__content-header {
  color: #fabb16;
  font-size: 1.4rem;
  font-family: "GothamRounded", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.carousel-item__description {
  font-size: 0.875rem;
}

.carousel-item__yt-wrapper {
  display: flex;
  justify-content: center;
  max-width: 50%;
}

.carousel-item__content--yt {
  align-self: baseline;
  padding-left: 2rem;
}

.carousel-item__content-image {
  flex: 1;
  width: 33%;
  max-height: 194px;
}

.carousel-item__image {
  width: 100%;
  max-width: 260px;
  border: 1px solid #fabb16;
  border-radius: 5px;
}

.carousel-item__content {
  width: 66%;
}

.carousel-item__content-wrapper {
  border-radius: 6px 6px 22px 22px;
  background-color: #fef7e3;
  border: solid 1px #fabb16;
  padding-bottom: 55px;
  min-height: 278px;
}

.carousel-item--text-only .carousel-item__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.carousel-item--text-only .carousel-item__content-header {
  text-align: center;
}

.carousel-item--text-only .carousel-item__description {
  text-align: center;
}

.carousel__prev-slide-btn {
  background: transparent url(../../../static/sprites/all-icon-sprites.png) 0 -1039px no-repeat;
  left: -30px;
}

.carousel__prev-slide-btn--inactive {
  background: transparent url(../../../static/sprites/all-icon-sprites.png) -1px -917px no-repeat;
}

.carousel__next-slide-btn {
  background: transparent url(../../../static/sprites/all-icon-sprites.png) -1px -1089px no-repeat;
  right: -30px;
}

.carousel__next-slide-btn--inactive {
  background: transparent url(../../../static/sprites/all-icon-sprites.png) -45px -966px no-repeat;
}

.carousel__prev-slide-btn,
.carousel__next-slide-btn {
  width: 50px;
  height: 50px;
  outline: none;
  position: relative;
}

.slider-control-bottomcenter {
  width: 90%;
}

.carousel-navigation {
  width: 100%;
  height: 45px;
  background: #fabb16;
  border-radius: 24px;
  margin: 0;
  padding: 0 !important;
  justify-content: space-around;
  align-items: center;
}

.carousel-navigation__item {
  width: 62px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent url(../../../static/sprites/all-icon-sprites.png) -1px -1730px no-repeat;
  color: #fff;
  font-weight: bold;
  font-size: 1.3rem;
}

.carousel-navigation__item--active {
  width: 74px;
  height: 43px;
  background: transparent url(../../../static/sprites/all-icon-sprites.png) -5px -1772px no-repeat;
  color: #fabb16;
}

.carousel-navigation__step-label {
  padding-left: 1.1rem;
  padding-top: 0.3rem;
}

.top-carousel .carousel-item,
.main-carousel.carousel .carousel-item {
  width: 100%;
}

.top-carousel .carousel-item__content,
.main-carousel.carousel .carousel-item__content {
  width: 100%;
  padding: 0 20px;
}

.top-carousel .carousel-item__content-wrapper,
.main-carousel.carousel .carousel-item__content-wrapper {
  background: transparent;
  border: none;
  border-radius: 0;
  padding-bottom: 20px;
}

.top-carousel .carousel-item__content-wrapper--above,
.main-carousel.carousel .carousel-item__content-wrapper--above {
  position: static;
  margin-top: 30px;
  min-height: auto;
}

.top-carousel .carousel-item__content-image,
.main-carousel.carousel .carousel-item__content-image {
  display: none;
}

.top-carousel .carousel-item__background-image,
.main-carousel.carousel .carousel-item__background-image {
  max-width: 100%;
}

.top-carousel .carousel-item__content-header,
.main-carousel.carousel .carousel-item__content-header {
  margin: 0;
  font-size: 1.5rem;
  font-family: "GothamRounded", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.steps-to-diagnosis-carousel {
  max-width: 100%;
}

.steps-to-diagnosis-carousel .carousel-item__content {
  width: 56%;
  padding-left: 8%;
  padding-right: 2%;
}

.steps-to-diagnosis-carousel .carousel-item__description {
  font-family: "GothamRounded", "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #fabb16;
}

.steps-to-diagnosis-carousel .carousel-item__description ul {
  list-style-type: none;
  padding-left: 15px;
  color: #000;
}

.steps-to-diagnosis-carousel .carousel-item__description ul li {
  position: relative;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.steps-to-diagnosis-carousel .carousel-item__description ul li a {
  color: #fabb16;
}

.steps-to-diagnosis-carousel .carousel-item__description ul li:before {
  content: "\2022";
  position: absolute;
  display: inline-block;
  top: -10px;
  left: -18px;
  height: 20px;
  color: #fabb16;
  font-size: 32px;
}

.steps-to-diagnosis-carousel .carousel-item__content-image {
  justify-content: flex-end;
}

.carouse-select-steps {
  border-radius: 24px;
  background-color: #fff;
  border: solid 1px #fabb16;
  width: calc(90% - 2px);
  position: relative;
  top: 32px;
  z-index: 19;
  margin: 0 auto;
}

.carouse-select-steps select {
  color: #fabb16;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: bold;
  width: 100%;
  padding: 4px 10px;
}

.carouse-select-steps:after {
  background: url(../../../static/sprites/all-icon-sprites.png) -64px -244px no-repeat;
  content: "";
  position: absolute;
  right: 10px;
  top: 6px;
  width: 15px;
  height: 18px;
  pointer-events: none;
}

@media screen and (max-width: 767px) {

  .steps-to-diagnosis-carousel .slider-control-centerleft,
  .steps-to-diagnosis-carousel .slider-control-centerright,
  .steps-to-diagnosis-carousel .slider-control-bottomcenter {
    display: none;
  }

  .steps-to-diagnosis-carousel .carousel-item__content-wrapper {
    border-radius: 22px;
    flex-direction: column;
    padding: 50px 0 0 0;
  }

  .steps-to-diagnosis-carousel .carousel-item__content-image {
    width: 63%;
  }

  .steps-to-diagnosis-carousel .carousel-item__description {
    color: #fabb16;
  }

  .steps-to-diagnosis-carousel .carousel-item__description h1 {
    font-size: 1.1rem;
  }

  .steps-to-diagnosis-carousel .carousel-item__content {
    width: 90%;
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 767px) {
  .carousel {
    padding: 0 13% 10px;
  }

  .top-carousel .carousel,
  .main-carousel.carousel .carousel {
    position: relative;
    top: -51px;
    z-index: 1;
    padding: 0;
  }

  .top-carousel .carousel-item__content,
  .main-carousel.carousel .carousel-item__content {
    width: 35%;
    margin-left: 14%;
  }

  .top-carousel .carousel-item__content-wrapper,
  .main-carousel.carousel .carousel-item__content-wrapper {
    justify-content: flex-start;
  }

  .top-carousel .carousel-item__content-wrapper--above,
  .main-carousel.carousel .carousel-item__content-wrapper--above {
    position: absolute;
    margin-top: 0;
  }

  .top-carousel .carousel-item__content-header,
  .main-carousel.carousel .carousel-item__content-header {
    font-size: 1.8rem;
  }

  .top-carousel .carousel-item__description,
  .main-carousel.carousel .carousel-item__description {
    font-size: 0.63rem;
  }

  .top-carousel--no-breadcrumb .carousel {
    top: 0;
  }

  .top-carousel--tablet-fix .carousel-item__content {
    width: 50%;
  }

  .steps-to-diagnosis-homepage .carousel-item__content {
    margin-left: 50%;
  }

  .carouse-select-steps {
    display: none;
  }
}

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

  .top-carousel .carousel-item__content,
  .main-carousel.carousel .carousel-item__content {
    padding: 0 30px;
  }

  .top-carousel .carousel-item__content-header,
  .main-carousel.carousel .carousel-item__content-header {
    font-size: 2.85rem;
  }

  .top-carousel .carousel-item__description,
  .main-carousel.carousel .carousel-item__description {
    font-size: 1rem;
  }

  .top-carousel .carousel-item__content-wrapper,
  .main-carousel.carousel .carousel-item__content-wrapper {
    align-items: center;
    display: flex;
  }

  .top-carousel .carousel-item__content-wrapper--above,
  .main-carousel.carousel .carousel-item__content-wrapper--above {
    margin-top: 0;
  }
}

.lightbox__cover {
  background: #000;
  opacity: 0.7;
}

.lightbox__close-btn {
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
}

.lightbox__btn {
  background-color: #fabb16;
  color: #fff;
  border: none;
  padding: 10px 6px;
  min-width: 260px;
  border-radius: 24px;
  cursor: pointer;
  width: 150px;
  margin: 50px auto 0 auto;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.81rem;
}

.lightbox--with-content .lightbox__cover {
  background: #d1d1d1;
}

.lightbox--with-content .lightbox__content-wrapper {
  padding: 60px 8% 0;
  line-height: 25px;
  background: #fff;
  color: #888;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 0 0 6px 6px rgba(136, 136, 136, 0.12);
  border: solid 1px #b4dbe3;
  min-height: 400px;
  height: 40vh;
}

.lightbox--tooltip .lightbox__content-wrapper {
  padding: 0;
  max-width: 1100px;
  min-height: 0 !important;
  height: auto !important;
  max-height: 95%;
  overflow-y: auto;
}

.lightbox--tooltip .lightbox__content-title {
  padding: 12px 10px 12px 35px;
  color: #fabb16;
  font-family: "GothamRounded", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 1.9rem;
  border-bottom: 1px solid #fabb16;
  font-style: italic;
  line-height: 1.714;
}

.lightbox--tooltip .lightbox__content-title::first-letter {
  text-transform: capitalize;
}

.lightbox--tooltip .lightbox__content-html {
  padding: 40px;
}

.lightbox--tooltip .lightbox__close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  background: #fabb16;
  border-radius: 50%;
  width: 35px;
  height: 35px;
}

@media (max-width: 767px) {
  .lightbox--with-content .lightbox__content-wrapper {
    min-height: 550px;
  }
}

@media (max-width: 1199px) {
  .lightbox--with-content .lightbox__content-wrapper {
    height: 350px;
  }

  .lightbox--tooltip .lightbox__content-wrapper {
    max-height: 100%;
  }
}



.sk-search-pager {
  text-align: center;
  margin-bottom: 50px;
}

.search-results {
  opacity: 0;
  transition: opacity 0.6s ease-in;
  min-height: 100vh;
}

.sr-only {
  display: none;
  visibility: hidden;
}

.full-height-main {
  min-height: 100vh;
}

.pagination-search {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination-search > li {
  display: inline;
}
.pagination-search > li > a,
.pagination-search > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #adc32c;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination-search > li:first-child > a,
.pagination-search > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination-search > li:last-child > a,
.pagination-search > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination-search > li > a:hover,
.pagination-search > li > span:hover,
.pagination-search> li > a:focus,
.pagination-search > li > span:focus {
  z-index: 2;
  color: #adc32c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination-search > .active > a,
.pagination-search > .active > span,
.pagination-search > .active > a:hover,
.pagination-search > .active > span:hover,
.pagination-search > .active > a:focus,
.pagination-search > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #adc32c;
  border-color: #adc32c;
  cursor: default;
}
.pagination-search > .disabled > span,
.pagination-search > .disabled > span:hover,
.pagination-search > .disabled > span:focus,
.pagination-search > .disabled > a,
.pagination-search > .disabled > a:hover,
.pagination-search > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.search-results__header-container {
  padding: 47px 4.6%;
  background-color: #f8f8f8;
}

.search-results__header {
  font-family: "GothamRounded", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #fabb16;
  font-size: 1.5rem;
  position: relative;
  margin: 0;
}

.search-results__header:before {
  content: "";
  background-color: #fabb16;
  height: 24px;
  width: 4px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
}

.search-results__container {
  padding: 0 4.6%;
}

.search-results__form {
  display: none;
}

.search-results__form-row {
  margin-top: 25px;
  display: flex;
  align-items: center;
}

.search-results__form-header {
  flex-basis: 150px;
  font-size: 1.313rem;
  font-family: "GothamRounded", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #fabb16;
  position: relative;
  margin: 0;
}

.search-results__form-header:before {
  content: "";
  background-color: #fabb16;
  width: 4px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
  height: 17px;
}

.search-results__form-header:after {
  content: ":";
}

.search-results__form-field {
  flex-grow: 1;
}

.search-results__category-field {
  border: 1px #b4dbe3 solid;
  min-width: 270px;
  padding: 7px 10px 6px;
  font-size: 1rem;
  color: #888;
  box-sizing: border-box;
}

.search-results__query-field {
  border: 1px #b4dbe3 solid;
  min-width: 100%;
  padding: 7px 10px 6px;
  font-size: 1rem;
  color: #888;
  box-sizing: border-box;
}

.search-results__button {
  display: inline-block;
  font-size: 1.875rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: #fabb16;
  margin-left: 10px;
}

.search-results__button:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  content: "\F002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.search-results__results-container {
  max-width: 72%;
  margin: 0 auto;
  padding: 40px 0;
}

.search-results__list {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
}

.search-results__element {
  padding: 20px 0;
  border-bottom: 1px #fabb16 solid;
}

.search-results__title,
.search-results__title:hover,
.search-results__title:visited,
.search-results__title:active {
  color: #787878;
}

.search-results__title {
  font-family: "GothamRounded", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.500rem;
}

.search-results__description {
  font-size: 0.875rem;
  margin-top: 10px;
}

.search-results__read-more {
  font-size: 1rem;
  font-weight: bold;
}

.search-results__btn-container {
  text-align: center;
  margin-top: 40px;
}

.search-results__btn {
  background-color: #fabb16;
  color: #fff;
  border: none;
  padding: 10px 6px;
  min-width: 260px;
  border-radius: 24px;
  cursor: pointer;
}

.no-results__tips-header {
  font-size: 1.5rem;
  font-weight: bold;
  color: #787878;
}

.no-results__tips-header:after {
  content: ":";
}

.no-results__tips-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.no-results__tips-element {
  padding-left: 22px;
  line-height: 1.5em;
  position: relative;
  font-size: 0.875rem;
}

.no-results__tips-element:before {
  content: "\2022";
  color: #fabb16;
  font-size: 22px;
  top: 10px;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
}

.no-results__top-searches-header {
  font-size: 0.875rem;
  font-weight: bold;
  margin: 30px 0 0;
}

.no-results__top-searches-header:after {
  content: ":";
}

.no-results__top-searches-list {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.no-results__top-searches-element {
  flex-basis: 33.33%;
  font-size: 1rem;
  margin-top: 10px;
  font-weight: bold;
}

.no-results__top-searches-link {
  position: relative;
}

.no-results__top-searches-link:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  content: "\F105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: -15px;
  bottom: 0;
}

@media (max-width: 1199px) {
  .search-results__header {
    font-size: 1.250rem;
  }

  .search-results__header:before {
    height: 18px;
    left: -18px;
  }

  .search-results__form-header,
  .no-results__tips-header {
    font-size: 1.125rem;
  }

  .search-results__category-field,
  .search-results__query-field {
    font-size: 0.875rem;
  }

  .no-results__top-searches-element {
    font-size: 0.875rem;
  }

  .search-results__title {
    font-size: 1.313rem;
  }

  .search-results__description {
    font-size: 0.750rem;
  }

  .search-results__read-more {
    font-size: 0.875rem;
  }
}

@media (max-width: 991px) {
  .search-results__header {
    font-size: 1.125rem;
  }

  .search-results__header:before {
    left: -15px;
    height: 17px;
  }

  .search-results__form-header,
  .no-results__tips-header {
    font-size: 0.938rem;
  }

  .search-results__category-field,
  .search-results__query-field,
  .no-results__top-searches-header {
    font-size: 0.750rem;
  }

  .no-results__tips-element {
    font-size: 0.750rem;
  }

  .no-results__tips-element:before {
    top: 8px;
  }

  .search-results__title {
    font-size: 1.125rem;
  }
}

@media (max-width: 767px) {
  .search-results__header-container {
    padding: 20px 5% 22px;
  }

  .search-results__header {
    font-size: 1.063rem;
  }

  .search-results__header:before {
    left: -10px;
  }

  .no-results__tips-header {
    font-size: 1.063rem;
  }

  .search-results__container {
    padding: 0;
  }

  .search-results__form-header {
    display: none;
  }

  .search-results__category-field,
  .search-results__query-field {
    font-size: 1rem;
    width: 100%;
  }

  .search-results__results-container {
    width: auto;
    padding: 0;
    margin: 25px 0;
    max-width: 100%;
  }

  .search-results__element,
  .search-results__form {
    padding-left: 5%;
    padding-right: 5%;
  }

  .no-results {
    padding: 0 5%;
  }

  .no-results__top-searches-element {
    flex-basis: 100%;
    margin-top: 15px;
  }
}

.promotion {
  display: flex;
  flex-direction: column;
  position: relative;
}

.promotion__link,
.promotion__link:active,
.promotion__link:visited {
  background-color: #fabb16;
  color: #fff;
  border: none;
  padding: 10px 6px;
  min-width: 260px;
  border-radius: 24px;
  cursor: pointer;
  color: #fff;
}

.promotion__column-left,
.promotion__column-right {
  padding: 0.5rem;
}

.promotion__link-wrapper {
  text-align: center;
}

.promotion__split-column {
  padding: 0.5rem;
}

.promotion__column-left {
  width: 25%;
}

.promotion__column-right {
  width: 75%;
}

.promotion__split-column {
  width: 50%;
}

.promotion--col-4 {
  width: 25%;
}

.promotion--col-3 {
  width: 33.3%;
  border-right: 1px solid rgba(250, 187, 22, 0.25);
}

.promotion--col-3:nth-child(3n+3) {
  border: 0;
}

.promotion--col-2 {
  width: 50%;
}

.promotion--col-1 {
  width: 100%;
}

.promotion__name,
.promotion__name:visited {
  display: block;
  padding: 0 40px;
  margin-top: 15px;
  color: #888;
  font-family: "GothamRounded";
  font-size: 1.5rem;
}

.promotion__name:hover,
.promotion__name:visited:hover {
  color: #fabb16;
}

.promotion__description {
  margin-top: 7px;
  padding: 20px 40px;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 0.87rem;
  flex-grow: 1;
  display: flex;
  align-items: center;
}

.promotion__link-wrapper {
  margin: 15px 0 20px 0;
}

.promotion-row__wrapper {
  display: flex;
  border: 1px solid rgba(250, 187, 22, 0.25);
  border-left: 0;
  border-right: 0;
}

.promotion-row__title {
  position: relative;
  padding: 47px 61px;
  margin: 0;
  color: #fabb16;
  background-color: #f8f8f8;
  font-family: "GothamRounded", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
}

.promotion-row__title:before {
  content: "";
  position: absolute;
  top: 50px;
  left: 42px;
  height: 24px;
  width: 4px;
  background-color: #fabb16;
}

.promotion-row__description {
  text-align: center;
}

.promotion--col-2 {
  margin-top: 40px;
}

.promotion--col-2 .promotion__image {
  max-width: 95px;
  position: absolute;
  left: 20px;
}

.promotion--col-2 .promotion__name,
.promotion--col-2 .promotion__description,
.promotion--col-2 .promotion__link-wrapper {
  margin-left: 95px;
}

.promotion--col-2 .promotion__name {
  color: #fabb16;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 2.5rem;
}

.promotion--col-2 .button-link {
  font: normal normal bold 0.875rem Arial;
  padding: 15px;
}

.promotion--col-2 .promotion__link-wrapper {
  margin: 25px 0 0 95px;
}

.promotion-row--grid-view .promotion__details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.promotion--col-2,
.promotion-row--list-view {
  margin-bottom: 40px;
  position: relative;
}

.promotion--col-2 .promotion__name,
.promotion--col-2 .promotion__description,
.promotion--col-2 .promotion__link-wrapper,
.promotion-row--list-view .promotion__name,
.promotion-row--list-view .promotion__description,
.promotion-row--list-view .promotion__link-wrapper {
  padding: 0 40px;
}

.promotion--col-2 .promotion__description,
.promotion-row--list-view .promotion__description {
  font: normal 0.875rem Arial;
  line-height: 1.375rem;
}

.promotion--col-2 .promotion__link-wrapper,
.promotion-row--list-view .promotion__link-wrapper {
  max-width: 150px;
}

.promotion-row__view-switch {
  justify-content: flex-end;
  padding-right: 50px;
  margin-bottom: 30px;
  display: flex;
}

.promotion-row__view-switch-label {
  font-family: Arial;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: bold;
}

.list-view-button,
.grid-view-button {
  position: relative;
  display: inline-block;
  font-size: 24px;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  color: #fabb16;
  margin: 10px 20px;
  border: 0;
}

.list-view-button::before,
.grid-view-button::before {
  font-family: "Font Awesome 5 Free";
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  top: -15px;
  left: 0;
}

.view-button--selected {
  color: #eaae12;
}

.list-view-button::before {
  content: '\F0CA';
}

.grid-view-button::before {
  content: '\F00A';
}

.CoreHomePage .promotion-row__wrapper {
  border: none;
}

.CoreHomePage .promotion-row__title:before {
  display: none;
}

@media (min-width: 768px) {
  .promotion-row--list-view .promotion-row__wrapper {
    flex-direction: column;
    border: 0;
    margin: 25px 0 0 0;
  }

  .promotion-row--list-view .promotion {
    display: flex;
    flex-direction: row;
    width: 100%;
    border: 1px solid rgba(250, 187, 22, 0.25);
  }

  .promotion-row--list-view .promotion__image {
    position: relative;
    width: 50%;
    height: 100%;
  }

  .promotion-row--list-view .promotion__details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    padding: 0 10%;
  }

  .promotion-row--list-view .promotion__description {
    flex-grow: 0;
    margin-top: 20px;
  }
}

@media (max-width: 991px) {

  .promotion--col-4,
  .promotion--col-3,
  .promotion--col-2 {
    width: 100%;
  }

  .promotion-row__wrapper {
    display: block;
  }

  .promotion-row--list-view .promotion__details {
    padding: 0 2%;
  }
}

@media (max-width: 767px) {
  .promotion-with-view-switch .promotion-row__view-switch {
    display: none;
  }

  .promotion-row--list-view .promotion__details {
    padding: 0;
  }

  .promotion__name,
  .promotion__name:visited {
    font-size: 1.125rem;
  }
}

.button-link {
  margin: 0 auto;
  width: 100%;
  max-width: 260px;
  background: #fabb16;
  color: #fff !important;
  font-weight: 700;
  border-radius: 24px;
  padding: 9px 10px;
  font-size: 0.87rem;
}

.button-link:hover {
  background: #e0a302;
}

.main-title {
  display: none;
}

@media screen and (max-width: 991px) {
  .sk-app .content-grid__row {
    flex-wrap: wrap;
  }

  .sk-app .content-grid__column--size-3 {
    flex-basis: 50%;
  }
}

@media screen and (max-width: 767px) {

  .sk-app .content-grid__column--size-8,
  .sk-app .content-grid__column--size-6,
  .sk-app .content-grid__column--size-4,
  .sk-app .content-grid__column--size-3 {
    flex-basis: 100%;
  }
}

.sk-app .content-grid__column--size-12 {
  width: 100%;
}

.RBStarterKitContentGridPage .content-grid__column--size-12 .rte,
.RBStarterKitContentGridPage .content-grid__column--size-12 .quiz,
.RBStarterKitContentGridPage .content-grid__column--size-12 .image-as-link {
  max-width: 66%;
  margin: auto;
}

.RBStarterKitContentGridPage .content-grid__column--size-12 .rte .rte,
.RBStarterKitContentGridPage .content-grid__column--size-12 .quiz .rte,
.RBStarterKitContentGridPage .content-grid__column--size-12 .image-as-link .rte {
  max-width: 100%;
}

@media (max-width: 767px) {

  .RBStarterKitContentGridPage .content-grid__column--size-12 .rte,
  .RBStarterKitContentGridPage .content-grid__column--size-12 .quiz,
  .RBStarterKitContentGridPage .content-grid__column--size-12 .image-as-link {
    max-width: 100%;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.useful-links .image-as-link {
  margin-top: 45px;
}

.content-grid__row.show-mobile {
  display: none;
}

.articles {
  max-width: 90%;
  margin: auto;
}

.articles-title {
  font-family: "GothamRounded";
  color: #787878;
}

.articles a {
  font-family: "GothamRounded";
  text-decoration: underline;
  font-size: 1.125rem;
}

.articles .content-grid__column--size-4 {
  flex: 1;
  margin: 15px;
}

.articles .content-grid__column--size-4>div {
  padding: 20px 30px 80px;
  background-color: rgba(242, 249, 250, 0.8);
  border: 1px solid #9bcfda;
  border-radius: 5px;
  box-sizing: border-box;
  min-height: 100%;
}

@media screen and (max-width: 767px) {
  .articles {
    padding: 0 15px;
    max-width: 100%;
  }

  .articles .content-grid__column--size-4 {
    width: 100%;
    flex: none;
    margin: 15px 0;
  }

  .content-grid__row.hide-mobile {
    display: none;
  }

  .content-grid__row.show-mobile {
    display: flex;
  }
}

.ask-an-expert-block {
  background-color: #f2f9fa;
  border: 1px solid #9bcfda;
  border-radius: 5px;
  box-sizing: border-box;
  color: #787878;
  margin: 0 60px 10px;
}

.ask-an-expert-block .rte h3,
.ask-an-expert-block .rte h4 {
  color: #fabb16;
  margin: 0;
}

.ask-an-expert-block .rte h3 {
  font-size: 1.875rem;
  margin-bottom: 15px;
}

.ask-an-expert-block .rte p,
.ask-an-expert-block .rte h4 {
  margin: 0 0 10px;
}

.ask-an-expert-block .rte p {
  font-size: 0.875rem;
}

.ask-an-expert-block .content-grid__column {
  box-sizing: border-box;
  padding: 10px 20px;
}

.ask-an-expert-block .ask-submit-question {
  display: flex;
}

.ask-an-expert-block .ask-image {
  margin-right: 10px;
  min-width: 22%;
  width: 22%;
}

.ask-an-expert-block .ask-name {
  font-family: "GothamRounded", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.ask-an-expert-block .ask-important {
  padding: 4rem 20px 10px;
}

.ask-an-expert-block .ask-important>div {
  background: #fff;
  border: 1px solid #fabb16;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 10px 20px;
}

@media (max-width: 767px) {
  .ask-an-expert-block .ask-submit-question {
    flex-direction: column;
  }

  .ask-an-expert-block .ask-image {
    margin: 0;
    text-align: center;
    width: 100%;
  }

  .ask-an-expert-block .ask-important {
    padding-top: 0;
  }
}

.progressbar {
  padding: 12px 0;
}

.progressbar__wrapper {
  height: 20px;
  border-radius: 10px;
  border: 1px solid #adc32c;
}

.progressbar__indicator {
  background-color: #adc32c;
  border-radius: 10px;
}

.quiz__btn {
  display: inline-block;
  padding: 0 14px;
  min-width: 144px;
  height: 40px;
  background: #adc32c;
  color: #fff;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  border: 0;
  border-radius: 24px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 20px;
}

.quiz__btn--prev {
  background: #fff;
  border: 1px solid #adc32c;
  color: #adc32c;
  margin-right: 20px;
}

.quiz__actions-wrapper {
  margin-top: 15px;
}

.quiz__header {
  font-family: "GothamRounded";
  font-size: 2rem;
  color: #adc32c;
  line-height: 2.5rem;
  display: none;
}

.quiz__error {
  display: block;
  padding: 15px;
  border-radius: 4px;
  border: 1px solid #ebccd1;
  color: #a94442;
  background-color: #f2dede;
}

.quiz__error-close {
  float: right;
  color: #787878;
  cursor: pointer;
}

.quiz-page__question-name {
  font-family: "GothamRounded";
  font-size: 1.3rem;
  color: #adc32c;
  line-height: 2.5rem;
  margin: 0;
}

.question__text {
  font-family: "GothamRounded";
  font-size: 1.5rem;
  color: #888;
  margin-bottom: 5px;
}

.question__answers {
  margin: 15px 0 0 0;
  padding: 0;
  list-style: none;
}

.question__answers--horizontal-input-text,
.question__answers--horizontal-input-image-text {
  display: flex;
}

.answer {
  margin-bottom: 20px;
}

.answer__content {
  display: flex;
  align-items: center;
}

.answer__content--image.answer__content--checked,
.answer__content--image-text.answer__content--checked {
  border: 1px solid #adc32c;
}

.answer__input {
  align-self: flex-start;
}

.answer__input--hidden {
  display: none;
}

.answer__input--radio {
  display: none;
}

.answer__label {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  color: #787878;
  height: 22px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.answer__label--radio {
  position: relative;
  margin-left: 42px;
}

.answer__label--radio:before {
  background: rgba(0, 0, 0, 0) url(../../../static/sprites/all-icon-sprites.png) no-repeat -66px -473px;
  content: "";
  height: 22px;
  left: -42px;
  position: absolute;
  top: 0;
  width: 22px;
}

.answer__label--radio.answer__label--checked:before {
  background: rgba(0, 0, 0, 0) url(../../../static/sprites/all-icon-sprites.png) no-repeat -39px -473px;
}

.answer__label--checked {
  color: #adc32c;
  font-weight: 700;
}

.statistics__progressbar {
  min-width: 300px;
}

.quiz__answers {
  padding: 10px;
}

.answers-display {
  border-collapse: collapse;
  width: 100%;
}

.answers-display th,
.answers-display td {
  border: 1px solid #000;
}

.answers-display__header {
  background-color: #fabb16;
}

.answers-display__question {
  width: 70%;
}

.answers-display__answers {
  width: 30%;
}

.answers-display__question,
.answers-display__answers {
  padding: 3px 5px;
  text-align: left;
}

.answers-display__answers-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.form {
  padding: 5px 10px;
}

.form-control {
  display: flex;
  flex-direction: column;
  margin: 0 0 1em;
}

.form-control--checkbox {
  align-items: center;
  flex-direction: row;
}

.form-control--checkbox .form-control__input {
  margin-right: 0.5em;
}

.form-control__label {
  font-weight: bold;
  margin-bottom: 0.25em;
}

.form-control__input {
  border: 1px solid #aeaeae;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 5px 10px;
}

.form__button {
  background-color: #fabb16;
  color: #fff;
  border: none;
  padding: 10px 6px;
  min-width: 260px;
  border-radius: 24px;
  cursor: pointer;
}

.login-register-reset__switches {
  display: flex;
  justify-content: center;
}

.login-register-reset__switches-item {
  padding: 5px 10px;
}

.login-register-reset__message {
  border-radius: 5px;
  display: flex;
  justify-content: space-around;
  margin: 1em 0;
  padding: 10px 20px;
}

.login-register-reset__message--success {
  background-color: #fcfff5;
  box-shadow: 0 0 0 1px #a3c293 inset, 0 0 0 0 transparent;
  color: #2c662d;
}

.login-register-reset__message--error {
  background-color: #fff6f6;
  box-shadow: 0 0 0 1px #e0b4b4 inset, 0 0 0 0 transparent;
  color: #9f3a38;
}

.rte {
  padding: 0 20px;
  font-size: 0.88rem;
  line-height: 1.5;
  margin-bottom: 15px;
}

.rte .cma-tooltip-popup {
  color: #fabb16;
  cursor: pointer;
}

.rte .cma-tooltip-popup-content {
  display: none;
}

.rte h1 {
  font-family: "GothamRounded", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.rte p {
  margin: 0 0 23px 0;
}

.rte td p {
  margin-bottom: 0;
  padding: 10px 15px;
}

.rte .blog-article-prep-time {
  display: flex;
}

.rte .blog-article-prep-time .prep-time-wrapper,
.rte .blog-article-prep-time .cook-time-wrapper,
.rte .blog-article-prep-time .makes-wrapper {
  border: 1px solid #fabb16;
  width: 125px;
  margin-right: 10px;
}

.rte .blog-article-prep-time .prep-time-wrapper .time,
.rte .blog-article-prep-time .cook-time-wrapper .time,
.rte .blog-article-prep-time .makes-wrapper .time {
  background: #fabb16;
  padding: 10px 0;
  text-align: center;
  line-height: 1rem;
}

.rte .blog-article-prep-time .prep-time,
.rte .blog-article-prep-time .cook-time,
.rte .blog-article-prep-time .makes {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fabb16;
  font-family: "GothamRounded", "Helvetica Neue", Arial, Helvetica, sans-serif;
  padding: 15px 7px;
  background: #f2f9fa;
}

.rte .blog-article-prep-time .prep-time img,
.rte .blog-article-prep-time .cook-time img,
.rte .blog-article-prep-time .makes img {
  width: 56px;
  height: 56px;
}

.rte table {
  border-collapse: collapse;
  padding: 5px;
  font-size: 0.875rem;
}

.rte table td {
  padding: 5px 7px;
}

.rte table td p {
  padding: 15px 0;
}

.rte .view-more-link {
  font-size: 1.125rem;
  font-family: "GothamRounded", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

@media screen and (min-width: 767px) {
  .rte {
    margin: 0 auto;
    padding: 0;
    font-size: 0.71rem;
  }

  .width-2of3 .rte {
    width: 66%;
  }
}

@media screen and (min-width: 1199px) {
  .rte {
    font-size: 1rem;
  }
}

.supporting-along-the-way .content-grid__column--size-6:first-child .rte {
  padding: 1em 1em 4.2em 12.7%;
  max-width: 500px;
  float: right;
}

.supporting-along-the-way .content-grid__column--size-6:first-child .rte h1 {
  color: #9bcfda;
}

.supporting-along-the-way .content-grid__column--size-6:last-child .rte {
  padding: 4em 10% 4.2em 1em;
  max-width: 580px;
}

.supporting-along-the-way .rte h1 {
  font-size: 2.5rem;
  line-height: 3rem;
}

.supporting-along-the-way .rte p {
  font: normal 1rem Arial;
  line-height: 1.5rem;
}

@media (max-width: 767px) {

  .supporting-along-the-way .content-grid__column--size-6:first-child .rte,
  .supporting-along-the-way .content-grid__column--size-6:last-child .rte {
    padding: 10px 20px;
    max-width: none;
    float: none;
  }

  .supporting-along-the-way .content-grid__column--size-6:first-child .rte h1,
  .supporting-along-the-way .content-grid__column--size-6:last-child .rte h1 {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.allergy-test .rte {
  padding: 10px 20px;
  max-width: 580px;
}

.allergy-test .button-wrapper {
  display: flex;
  flex-direction: row;
}

.allergy-test .button-wrapper a {
  width: 33%;
  box-sizing: border-box;
  text-decoration: none;
  max-width: 228px;
  border-radius: 24px;
  padding: 14px 10px;
  margin: 0 auto 10px;
  text-align: center;
  display: inline-block;
}

@media (max-width: 767px) {
  .allergy-test .button-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .allergy-test .button-wrapper a {
    width: 50%;
  }
}

.recipe .rte .typograph {
  font-family: "GothamRounded", "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #fabb16;
  font-size: 1.2rem;
}

.recipe .rte .typograph.receipe-text {
  font-size: 1.85rem;
}

.recipe .rte table {
  border: 1px solid #fcdd8a;
  background: #fef7e3;
  border-collapse: collapse;
  width: 100%;
}

.recipe .rte table tr td {
  padding: 5px 7px 5px 20px;
}

.recipe .rte table tr td p {
  padding: 15px 0;
  margin: 7px auto;
}

.recipe .rte table tr td:first-of-type {
  width: 30%;
}

.recipe .rte table tr td:last-of-type {
  width: 70%;
}

.recipe .rte .blog-article-detail-block-directions1 {
  background: #f2f9fa;
  padding: 20px 15px;
  margin-top: 10px;
  border-radius: 5px;
  border: 1px solid #fbcc50;
}

.recipe .rte .blog-article-detail-block-directions1 ul {
  margin: 15px 0;
  padding-left: 0;
}

.recipe .rte .blog-article-detail-block-directions1 ul li {
  list-style: none;
  display: flex;
}

.recipe .rte .blog-article-detail-block-directions1 ul li span:first-of-type {
  background-color: #fabb16;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font: bold 1rem "GothamRounded", "Helvetica Neue", Arial, Helvetica, sans-serif;
  height: 24px;
  margin-right: 12px;
  padding: 4px 0 0;
  text-align: center;
  vertical-align: top;
  width: 24px;
  margin-top: 4px;
  flex-shrink: 0;
  box-sizing: border-box;
}

.useful-links .rte {
  width: 364px;
  margin-right: 0;
  text-align: justify;
}

.useful-links .rte h2 {
  color: #fabb16;
  font-size: 1.9rem;
  font-family: "GothamRounded", "Helvetica Neue", Arial, Helvetica, sans-serif;
  margin: 0;
}

.our-dietician {
  margin-left: 7%;
  margin-right: 7%;
}

.our-dietician .rte {
  border-radius: 6px;
  border: solid 1px #9bcfda;
  background-color: #f1f9fa;
  padding: 32px 24px;
  margin: 10px;
  min-height: 270px;
}

.our-dietician:last-of-type {
  margin-bottom: 50px;
}

.liens-utiles h2 {
  color: #fabb16;
  font-size: 1.625rem;
  margin: 0;
}

.liens-utiles .liens-utiles-text>div {
  display: flex;
  justify-content: flex-end;
}

.liens-utiles .rte {
  margin: 0;
  text-align: justify;
  width: 60%;
}

@media (max-width: 767px) {
  .liens-utiles {
    display: flex;
    flex-direction: column-reverse;
  }

  .liens-utiles .rte {
    width: 100%;
  }
}

.allergy-test {
  background-color: #f2f9fa;
  padding-top: 40px;
  padding-bottom: 40px;
}

.allergy-test .image-as-link {
  display: flex;
  justify-content: center;
}

.lds {
  max-width: 66%;
  margin: 40px auto;
}

.lds h1 {
  font: normal normal bold 2.5rem "GothamRounded";
}

.lds h2 {
  font: normal normal bold 1.875rem "GothamRounded";
}

.lds p {
  font-size: 0.875rem;
}

@media (max-width: 1199px) {
  .lds h1 {
    font: normal normal bold 2.125rem "GothamRounded";
  }

  .lds h2 {
    font: normal normal bold 1.5rem "GothamRounded";
  }
}

@media (max-width: 767px) {
  .lds {
    max-width: 100%;
    padding: 0 20px;
  }

  .lds h1 {
    font: normal normal bold 1.5rem "GothamRounded";
  }

  .lds h2 {
    font: normal normal bold 1.25rem "GothamRounded";
  }

  .lds p {
    font-size: 0.75rem;
  }
}

.tables .rte *,
.tables .rte *:before,
.tables .rte *:after {
  box-sizing: border-box;
}

.tables .rte .heading {
  color: #fabb16;
  margin: 2rem 0 1rem;
  font: normal normal bold 1.367rem/1.429rem "GothamRounded";
}

.tables .rte .heading--first {
  margin-top: 0;
}

.tables .rte .heading--last {
  font-size: 2rem;
  line-height: 2rem;
  margin-bottom: 2rem;
}

.tables .rte table {
  border: 0;
  background-color: #fef7e3;
  width: 100%;
}

.tables .rte table td {
  border: 0;
  border-top: 1px solid #fcdd8a;
  border-right: 1px solid #fcdd8a;
  padding: 0.3125rem 0.4375rem;
  padding-left: 1.25rem;
}

.tables .rte table td:first-child {
  border-left: 1px solid #fcdd8a;
  width: 30%;
}

.tables .rte table tr:last-child td {
  border-bottom: 1px solid #fcdd8a;
}

.tables .rte table td p {
  padding: 15px 0;
  margin: 0.5rem 0;
  color: #383838;
  text-align: left;
}

.tables .rte ul {
  background: #f2f9fa;
  padding: 2.25rem 15px;
  border-radius: 5px;
  border: 1px solid #fbcc50;
}

.tables .rte ul li {
  list-style: none;
  margin-bottom: 1.375rem;
}

.tables .rte ul li:last-child {
  margin-bottom: 0;
}

.tables .rte ul li span {
  font-weight: bold;
  padding: 0.1875rem 0.4375rem;
  font-size: 0.75rem;
  color: #fff;
  background-color: #fabb16;
  border-radius: 0.75rem;
  margin-right: 0.5rem;
}

.tables .rte ul li p {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  width: 90%;
}

.tables h4 {
  color: #fabb16;
}

.sticky-icon {
  background-color: #fabb16;
  left: 0;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  width: 95px;
  z-index: 9;
}

.sticky-icon a {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-family: "GothamRounded", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.25em;
  padding: 14px 5px;
}

.sticky-icon a span {
  text-align: center;
}