@charset "UTF-8";
/* import default theme
************************************************************** */
/* =Base Colors
************************************************************** */
/* =Colors
************************************************************** */
/* =fonts
************************************************************** */
/* =breaks
************************************************************** */
/* =minimum device sizes
************************************************************** */
/* =Grid
************************************************************** */
/* =Border
************************************************************** */
/* =Paddings, Margins
************************************************************** */
/* =Buttons
************************************************************** */
@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-Bold.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-Light.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
************************************************************** */
.wrapper--main-header__bottom-items {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0 3%;
  position: relative; }

.main-header {
  border-bottom: 1px solid #f4e8ce;
  background-color: #fff; }
  .main-header__top {
    background-color: #f4e8ce;
    padding: 1em 3%; }
  .main-header__logo {
    padding: 0.4em 0; }

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

.header-links__link-container {
  border-bottom: 1px solid #f4e8ce;
  line-height: 1em; }
  .header-links__link-container .header-links__link {
    position: relative;
    color: #4d4d4d;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: bold;
    font-size: 0.75rem;
    display: block; }
    .header-links__link-container .header-links__link.link--active {
      color: #f47d31; }
    .header-links__link-container .header-links__link::before {
      content: '';
      position: absolute;
      background: url(/static/sprites/all-icon-sprites.png) -1px -1022px no-repeat;
      width: 15px;
      height: 16px;
      left: -5px;
      transform: translateX(-100%); }

@media (max-width: 1199px) {
  .main-header__top {
    display: none; }
  .mobile-nav .header-links__link::before {
    transform: none; } }

.main-nav__link,
.main-nav__second-lvl-link,
.main-nav__third-lvl-link {
  color: #f47d31;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  font-size: 0.875rem;
  padding: 2.57em 1em;
  display: block;
  position: relative; }

.main-nav__link-container {
  position: relative;
  align-items: center; }
  .main-nav__link-container:hover {
    background-color: #f4e8ce; }
  .main-nav__link-container--has-children > a::after {
    content: '\F107';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color: #f47d31;
    margin-left: 0.1875em;
    font-size: 1rem; }
  .main-nav__link-container:first-child .main-nav__second-lvl-link-container {
    min-height: 2em;
    min-width: 2.5em;
    padding-left: 3em; }
    .main-nav__link-container:first-child .main-nav__second-lvl-link-container:first-child {
      background: #f4e8ce url(/static/images/1.png) no-repeat;
      background-position: 0.714em center;
      background-size: auto; }
    .main-nav__link-container:first-child .main-nav__second-lvl-link-container:nth-child(2) {
      background: #f4e8ce url(/static/images/2.png) no-repeat;
      background-position: 0.714em center;
      background-size: auto; }
    .main-nav__link-container:first-child .main-nav__second-lvl-link-container:nth-child(3) {
      background: #f4e8ce url(/static/images/3.png) no-repeat;
      background-position: 0.714em center;
      background-size: auto; }
    .main-nav__link-container:first-child .main-nav__second-lvl-link-container:hover {
      background-color: #fdf9f3; }
    .main-nav__link-container:first-child .main-nav__second-lvl-link-container.nav__link-container--child-active, .main-nav__link-container:first-child .main-nav__second-lvl-link-container.nav__link-container--active {
      border-color: #f4e8ce;
      background-color: #fdf9f3; }
  .main-nav__link-container:last-child .main-nav__second-lvl-nav-elements, .main-nav__link-container:nth-last-child(2) .main-nav__second-lvl-nav-elements {
    left: auto;
    right: 0; }
  .main-nav__link-container:last-child .main-nav__third-lvl-nav-elements, .main-nav__link-container:nth-last-child(2) .main-nav__third-lvl-nav-elements {
    left: 0;
    transform: translateX(-100%); }

.main-nav__second-lvl-link, .main-nav__third-lvl-link {
  text-decoration: none;
  max-width: 100%;
  padding: 2.143em 1.2em 2.143em 1.5em;
  display: block; }
  .main-nav__second-lvl-link-container, .main-nav__third-lvl-link-container {
    position: relative; }
    .main-nav__second-lvl-link-container:hover, .main-nav__third-lvl-link-container:hover {
      background-color: #fdf9f3; }

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

.main-nav__second-lvl-nav-elements {
  width: 21em; }

.main-nav__third-lvl-nav-elements {
  width: 16em; }

.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: 1em;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.25rem; }

.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: 1.6875rem;
    color: #f47d31;
    cursor: pointer; }

.mobile-nav {
  position: fixed;
  padding-left: 0;
  background-color: #fdf9f3;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  transition: transform 0.5s;
  overflow-x: hidden;
  width: calc(100% - 70px);
  height: 100vh; }
  .mobile-nav__link, .mobile-nav__second-lvl-link, .mobile-nav__third-lvl-link {
    color: #f47d31;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: bold;
    font-size: 0.875rem;
    padding: 20px 16px;
    display: block;
    position: relative;
    line-height: 1.429em; }
  .mobile-nav .header-links__link {
    align-items: center;
    display: flex;
    font-size: 0.75rem;
    padding: 20px 14px 20px 38px;
    cursor: pointer; }
    .mobile-nav .header-links__link::before {
      right: auto;
      left: 14px; }
  .mobile-nav--open {
    transform: translateX(0); }
  .mobile-nav--closed {
    transform: translateX(-100%); }
  .mobile-nav .header-links {
    background-color: #fcefde;
    display: block;
    padding: 0;
    width: calc(100% - 70px); }
  .mobile-nav__link-container, .mobile-nav__second-lvl-link-container, .mobile-nav__third-lvl-link-container {
    border-bottom: 1px solid #eedeb8; }
    .mobile-nav__link-container.nav__link-container--child-active, .mobile-nav__link-container.nav__link-container--active, .mobile-nav__second-lvl-link-container.nav__link-container--child-active, .mobile-nav__second-lvl-link-container.nav__link-container--active, .mobile-nav__third-lvl-link-container.nav__link-container--child-active, .mobile-nav__third-lvl-link-container.nav__link-container--active {
      border-color: #f4e8ce;
      background-color: #f4e8ce; }
  .mobile-nav__first-lvl-nav-elements .mobile-nav__link-container:nth-child(2) .mobile-nav__second-lvl-link-container:nth-child(3), .mobile-nav__first-lvl-nav-elements .mobile-nav__link-container:nth-child(2) .mobile-nav__second-lvl-link-container:nth-child(4), .mobile-nav__first-lvl-nav-elements .mobile-nav__link-container:nth-child(2) .mobile-nav__second-lvl-link-container:nth-child(5) {
    min-height: 32px;
    min-width: 40px;
    padding-left: 48px; }
  .mobile-nav__first-lvl-nav-elements .mobile-nav__link-container:nth-child(2) .mobile-nav__second-lvl-link-container:nth-child(3) {
    background: transparent url(/static/images/1.png) no-repeat 0.714em center;
    background-size: auto; }
  .mobile-nav__first-lvl-nav-elements .mobile-nav__link-container:nth-child(2) .mobile-nav__second-lvl-link-container:nth-child(4) {
    background: transparent url(/static/images/2.png) no-repeat 0.714em center;
    background-size: auto; }
  .mobile-nav__first-lvl-nav-elements .mobile-nav__link-container:nth-child(2) .mobile-nav__second-lvl-link-container:nth-child(5) {
    background: transparent url(/static/images/3.png) no-repeat 0.714em center;
    background-size: auto; }
  .mobile-nav__first-lvl-nav-elements .mobile-nav__link-container:nth-child(2) .mobile-nav__second-lvl-link-container.nav__link-container--child-active, .mobile-nav__first-lvl-nav-elements .mobile-nav__link-container:nth-child(2) .mobile-nav__second-lvl-link-container.nav__link-container--active {
    border-color: #f4e8ce;
    background-color: #f4e8ce; }
  .mobile-nav__second-lvl-link-container--back-button, .mobile-nav__third-lvl-link-container--back-button {
    background-color: #f4e8ce;
    color: #f47d31;
    position: relative; }
    .mobile-nav__second-lvl-link-container--back-button .mobile-nav__second-lvl-link,
    .mobile-nav__second-lvl-link-container--back-button .mobile-nav__third-lvl-link, .mobile-nav__third-lvl-link-container--back-button .mobile-nav__second-lvl-link,
    .mobile-nav__third-lvl-link-container--back-button .mobile-nav__third-lvl-link {
      padding-left: 45px; }
      .mobile-nav__second-lvl-link-container--back-button .mobile-nav__second-lvl-link::before,
      .mobile-nav__second-lvl-link-container--back-button .mobile-nav__third-lvl-link::before, .mobile-nav__third-lvl-link-container--back-button .mobile-nav__second-lvl-link::before,
      .mobile-nav__third-lvl-link-container--back-button .mobile-nav__third-lvl-link::before {
        font-family: "Font Awesome 5 Free";
        font-size: 0.8rem;
        font-weight: bold;
        content: '\F053';
        position: absolute;
        left: 0.85em;
        top: 50%;
        transform: translateY(-50%);
        line-height: 0.8em; }
  .mobile-nav .header-links, .mobile-nav__first-lvl-nav-elements {
    width: 100%;
    position: relative;
    transition: transform 0.3s linear; }
  .mobile-nav__second-lvl-nav-elements, .mobile-nav__third-lvl-nav-elements {
    width: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 11;
    height: 100%;
    padding: 0;
    transition: transform 0.3s linear; }
  .mobile-nav__panel {
    width: 100%;
    transition: transform 0.3s linear; }
  .mobile-nav__panel--sublist {
    transform: translateX(-100%); }
  .mobile-nav__panel--sub-sublist {
    transform: translateX(-200%); }
  .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: '\F054';
    right: 1em;
    font-size: 0.8rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .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: #000;
    border: 0;
    height: 100vh;
    width: 70px;
    visibility: hidden;
    transition: visibility 0.3s, opacity 0.3s ease-in; }
    .mobile-nav__close-button::before, .mobile-nav__close-button::after {
      display: block;
      content: '';
      position: absolute;
      top: 15px;
      right: calc(70px / 2 - 2px);
      background-color: #fff;
      width: 3px;
      height: 24px;
      cursor: pointer;
      transform: rotateZ(45deg);
      border-radius: 1px; }
    .mobile-nav__close-button::after {
      transform: rotateZ(-45deg); }
    .mobile-nav--open + .mobile-nav__close-button {
      visibility: visible;
      opacity: 0.65; }

.sublist--hidden {
  display: none; }

.sublist--visible {
  display: block; }

@media (max-width: 1199px) {
  .main-nav__toggle {
    display: block; }
  .main-nav .main-nav__first-lvl-nav-elements {
    display: none; }
  .mobile-nav-container {
    display: flex; } }

@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: 0.5em;
    width: 100%;
    background-color: #f47d31;
    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: #f4e8ce;
    background-color: #fdf9f3; } }

@media (max-width: 991px) {
  .mobile-nav {
    width: calc(100% - 42px); }
    .mobile-nav__close-button {
      width: 42px; }
      .mobile-nav__close-button::before, .mobile-nav__close-button::after {
        right: calc(42px / 2 - 2px); } }

.main-footer {
  padding: 54px 51px 77px;
  background-color: #f8f8f8;
  color: #888; }
  .main-footer__top {
    padding-bottom: 10px; }
  .main-footer__bottom {
    display: flex;
    font-size: 0.75rem;
    justify-content: flex-end; }

.wrapper--footer-bottom-items {
  display: none; }

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

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

.footer-regulatory-text {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  justify-content: space-between;
  width: 29em; }
  .footer-regulatory-text .call-babycenter {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.33em; }
  .footer-regulatory-text .consultation-hour {
    font-size: 0.85em;
    line-height: 1.8em;
    color: #4d4d4d; }

.footer-links {
  display: flex;
  padding-top: 70px; }
  .footer-links__element {
    padding: 0 35px 0 5px; }
  .footer-links__link {
    color: #888; }
    .footer-links__link:visited {
      color: #888; }
    .footer-links__link:hover {
      color: #f47d31; }

.icon__facebook-square:before {
  content: '';
  background: url(/static/sprites/all-icon-sprites.png) -1px -24px no-repeat;
  height: 32px;
  width: 32px;
  color: #f47d31; }

.icon__facebook-square:hover:before {
  background-position: -1px -57px; }

.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: 34px 5% 20px; }
    .main-footer__bottom {
      flex-direction: column-reverse; }
  .wrapper--footer-top-items {
    flex-direction: column; }
  .footer-regulatory-text {
    flex-direction: column;
    align-items: flex-start; }
  .footer-social-links {
    justify-content: flex-start;
    margin-top: 20px; }
  .footer-links {
    flex-direction: column;
    padding-top: 10px; }
  .main-footer__bottom__text,
  .footer-links__element {
    padding: 0 0 12px; } }

.cookie-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 3.9% 15px; }
  .cookie-banner__info {
    font-size: 0.875rem;
    line-height: 1.71em;
    padding-right: 10px;
    color: #4d4d4d; }
  .cookie-banner__title {
    font-weight: bold;
    margin-top: 0;
    display: none; }
  .cookie-banner__btn {
    background-color: #f47d31;
    color: #fff;
    border: none;
    padding: 10px 6px;
    min-width: 260px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 700;
    font-size: 0.875rem;
    min-width: 13em;
    padding: 0.857em 0.428em; }
    .cookie-banner__btn:hover {
      background-color: #f26911; }

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

@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: 1.5rem;
  background-position: center center;
  background-repeat: no-repeat;
  border: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  color: #f47d31;
  padding: 0;
  margin-left: 112px; }
  .search-box__action-item--close:after {
    content: '\F002'; }
  .search-box__action-item--open:after {
    content: '\F00D';
    width: 23.95px; }

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

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

.search-box__field {
  display: inline-block;
  width: 100%;
  color: #f47d31;
  padding: 3px 0;
  border: none;
  background-color: transparent;
  font-weight: bold;
  font-size: 2.5rem;
  outline: none;
  margin-right: 16px; }
  .search-box__field::placeholder {
    color: #4d4d4d; }

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

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

.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:after {
    content: '\F105';
    margin-left: 0.25em; }
  .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: #f47d31; }
  .search-box__btn:after {
    content: '\F002'; }

.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; }

.seach-box__overlay-contents {
  padding: 30px 3%;
  background: #fdf9f3; }

.RBStarterKitSearchResultsPage .breadcrumbs__items {
  background: #f4e8ce;
  margin: 0;
  padding-top: 16px;
  padding-bottom: 16px; }

@media (max-width: 991px) {
  .search-box__action-item {
    margin-left: 20px; }
  .search-box__field {
    font-size: 1rem; } }

@media (max-width: 1199px) {
  .search-box__action-item {
    margin-top: 5px;
    margin-right: 60px; } }

.breadcrumbs {
  padding-left: 2.91%;
  position: relative;
  z-index: 10;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }
  .breadcrumbs__item {
    display: inline-block;
    font-size: 0.75rem;
    text-transform: lowercase; }
    .breadcrumbs__item-link, .breadcrumbs__item-link:active, .breadcrumbs__item-link:visited {
      color: #aeaeae; }
      .breadcrumbs__item-link:hover, .breadcrumbs__item-link:active:hover, .breadcrumbs__item-link:visited:hover {
        color: #f47d31; }
    .breadcrumbs__item:last-child {
      color: #f47d31; }
    .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: '/';
      margin-right: 0.5em;
      margin-left: 0.5em;
      color: #aeaeae; }
    .breadcrumbs__item:first-child:before {
      content: ''; }
  .breadcrumbs__items {
    margin: 0;
    padding: 14px 2.4%; }

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

.sitemap {
  max-width: 1245px;
  margin: auto;
  display: block;
  padding: 1.25em 0.625em 1.25em 3.125em;
  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; } }

.carousel-item {
  width: 100%;
  padding: 0; }
  .carousel-item__background-image {
    max-width: 100%;
    vertical-align: middle;
    z-index: 1; }
  .carousel-item__content {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    z-index: 3; }
    .carousel-item__content-wrapper {
      align-items: flex-start;
      justify-content: flex-start;
      flex-direction: column;
      background: transparent;
      border: none;
      border-radius: 0;
      padding: 0 5%;
      margin: 30px 0;
      box-sizing: border-box;
      z-index: 2; }
      .carousel-item__content-wrapper--above {
        position: static; }
    .carousel-item__content-image {
      display: none; }
    .carousel-item__content-header {
      margin: 0;
      font-size: 1.125rem;
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      color: #f47d31;
      z-index: 4; }
  .carousel-item__description {
    font-size: 0.875rem;
    line-height: 1.29em;
    padding: 15px 0 30px;
    z-index: 4; }
    .carousel-item__description p {
      margin: 0; }
  .carousel-item__btn {
    background-color: #f47d31;
    color: #fff;
    border: none;
    padding: 10px 6px;
    min-width: 260px;
    border-radius: 5px;
    cursor: pointer;
    box-sizing: border-box;
    display: block;
    max-width: auto;
    min-width: auto;
    padding: 0.875em 0.75em;
    text-align: center;
    max-width: 294px;
    margin: 0 auto;
    line-height: 1.429em;
    cursor: pointer;
    font-weight: 700;
    font-size: 0.875rem;
    z-index: 4; }
    .carousel-item__btn:active, .carousel-item__btn:visited, .carousel-item__btn:hover {
      color: #fff; }
    .carousel-item__btn:hover {
      background-color: #f26911; }
  .carousel-item__image {
    width: 100%;
    max-width: 100%; }
  .carousel-item .carouse-select-steps {
    display: none; }

.main-carousel .carousel-item__content-wrapper {
  margin: 15px 0 30px; }

.main-carousel .carousel-item__content-header {
  font-size: 1.5rem; }

.main-carousel .carousel-item__description {
  line-height: 1.285em; }

.main-carousel .carousel-item__background-image {
  position: relative;
  left: -100%;
  max-width: 185%;
  width: 185%;
  margin-top: 15px; }

.main-carousel--photo .carousel-item__content-wrapper {
  margin: 30px 0; }

.main-carousel--photo .carousel-item__description {
  padding: 20px 0 0; }

.main-carousel--photo .carousel-item__btn {
  margin-top: 20px; }

.main-carousel--photo .carousel-item__background-image {
  left: -110%;
  max-width: 210%;
  width: 210%;
  margin: 0; }

.product-carousel .carousel-item__btn {
  position: relative;
  width: auto;
  display: inline-block;
  padding: 0;
  margin: 0;
  background: transparent;
  color: #f47d31;
  font-size: 0.9375rem; }
  .product-carousel .carousel-item__btn::after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: '\F105';
    font-size: 1rem;
    right: -1.125em; }
  .product-carousel .carousel-item__btn:focus, .product-carousel .carousel-item__btn:hover, .product-carousel .carousel-item__btn:active {
    text-decoration: none;
    color: #f26911; }

.product-carousel .carousel-item__description {
  padding: 15px 0;
  font-size: 1rem;
  line-height: 1.429em; }
  .product-carousel .carousel-item__description strong {
    color: #f47d31;
    display: block;
    margin-bottom: 0.5em; }
  .product-carousel .carousel-item__description .product-category {
    display: flex;
    align-items: center;
    margin-top: 1.5em;
    font-weight: bold;
    color: #7dacd5; }
    .product-carousel .carousel-item__description .product-category:before {
      display: block;
      content: '';
      background: transparent url(/static/images/1.png) no-repeat;
      width: 35px;
      height: 32px;
      margin: 0 0.5em; }
    .product-carousel .carousel-item__description .product-category--severe {
      color: #8a8c8f; }
      .product-carousel .carousel-item__description .product-category--severe:before {
        background-image: url(/static/images/2.png); }
    .product-carousel .carousel-item__description .product-category--other {
      color: #86bf72; }
      .product-carousel .carousel-item__description .product-category--other:before {
        background-image: url(/static/images/3.png); }

.product-carousel .carousel-item__content-header span {
  display: block; }

.product-carousel .carousel-item__content-header span:first-child,
.product-carousel .carousel-item__content-header span:nth-child(2) {
  font-size: 0.875rem;
  margin-left: 3.4em; }

.product-carousel .carousel-item__content-header span:nth-child(2) {
  font-weight: 400;
  margin-bottom: 20px; }

.product-carousel .carousel-item__content-header span:nth-child(3) {
  font-size: 1.75rem; }

.product-carousel .carousel-item__background-image {
  position: relative;
  max-width: 185%;
  width: 185%;
  margin-top: 0; }

.product-carousel--mild .carousel-item__content-header::before, .product-carousel--severe .carousel-item__content-header::before, .product-carousel--other .carousel-item__content-header::before {
  content: '';
  position: absolute;
  width: 48px;
  height: 48px;
  display: inline-block; }

.product-carousel--mild .carousel-item__content-header span:first-child,
.product-carousel--mild .carousel-item__content-header span:nth-child(2) {
  color: #7dacd5; }

.product-carousel--mild .carousel-item__content-header::before {
  background: transparent url(/static/images/1.png) no-repeat; }

.product-carousel--severe .carousel-item__content-header span:first-child,
.product-carousel--severe .carousel-item__content-header span:nth-child(2) {
  color: #8a8c8f; }

.product-carousel--severe .carousel-item__content-header::before {
  background: transparent url(/static/images/2.png) no-repeat; }

.product-carousel--other .carousel-item__content-header span:first-child,
.product-carousel--other .carousel-item__content-header span:nth-child(2) {
  color: #86bf72; }

.product-carousel--other .carousel-item__content-header::before {
  background: transparent url(/static/images/3.png) no-repeat; }

.full-width-carousel .carousel-item__background-image {
  position: relative;
  left: -95%;
  max-width: 200%;
  width: 200%; }

.half-carousel .carousel-item__content-wrapper {
  padding-left: 5%;
  padding-right: 5%;
  margin-top: 30px;
  margin-bottom: 30px; }

.half-carousel .carousel-item__content-header {
  font-size: 1.125rem; }

.half-carousel .carousel-item__description {
  font-size: 0.875rem;
  line-height: 1.429em; }

.half-carousel .carousel-item__btn {
  position: relative;
  width: auto;
  display: inline-block;
  padding: 0;
  margin: 0;
  background: transparent;
  color: #f47d31;
  font-size: 0.9375rem;
  font-weight: 400; }
  .half-carousel .carousel-item__btn::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -3.2em;
    width: 32px;
    height: 32px;
    display: inline-block;
    background: url(/static/sprites/all-icon-sprites.png) no-repeat;
    background-position: -1px -121px; }
  .half-carousel .carousel-item__btn:focus, .half-carousel .carousel-item__btn:hover, .half-carousel .carousel-item__btn:active {
    text-decoration: underline; }
    .half-carousel .carousel-item__btn:focus::after, .half-carousel .carousel-item__btn:hover::after, .half-carousel .carousel-item__btn:active::after {
      background-position: -34px -121px; }

.top-carousel {
  margin-top: -46px; }

@media screen and (min-width: 768px) {
  .carousel-item__content {
    width: 55%; }
    .carousel-item__content-wrapper {
      justify-content: center;
      display: flex;
      margin: 0; }
      .carousel-item__content-wrapper--above {
        position: absolute;
        margin-top: 0; }
    .carousel-item__content__content-header {
      font-size: 1.75rem; }
  .carousel-item__description {
    font-size: 0.85rem;
    padding: 15px 0; }
  .carousel-item__btn {
    max-width: 294px;
    font-size: 0.875rem;
    margin: 0; }
  \--no-breadcrumb .carousel {
    top: 0; }
  .main-carousel .carousel-item {
    padding: 2em 0; }
    .main-carousel .carousel-item__content-wrapper {
      margin: 0; }
    .main-carousel .carousel-item__content-header {
      font-size: 1.5rem; }
    .main-carousel .carousel-item__description {
      font-size: 0.85rem;
      line-height: 1.29em;
      padding: 20px 0; }
    .main-carousel .carousel-item__background-image {
      position: relative;
      left: 0;
      max-width: 100%;
      width: 100%;
      margin: 0; }
  .main-carousel--photo .carousel-item {
    padding: 0; }
    .main-carousel--photo .carousel-item__description {
      padding: 20px 0 0; }
  .main-carousel--smaller-width .carousel-item__content {
    width: 40%; }
  .main-carousel--text-right .carousel-item__content {
    margin-left: 45%; }
  .product-carousel .carousel-item__content {
    width: 52%;
    padding-right: 5%; }
    .product-carousel .carousel-item__content-wrapper {
      align-items: flex-end;
      display: flex;
      padding: 0;
      margin: 0; }
    .product-carousel .carousel-item__content-header {
      font-size: 1.75rem; }
  .product-carousel .carousel-item__description {
    font-size: 0.75rem;
    padding: 1em 0; }
  .product-carousel .carousel-item__background-image {
    position: relative;
    max-width: 100%;
    width: 100%;
    margin: 0; }
  .product-carousel .carousel-item__btn {
    font-weight: 400; }
  .full-width-carousel .carousel-item__content {
    width: 52%; }
    .full-width-carousel .carousel-item__content-wrapper {
      margin: 0; }
    .full-width-carousel .carousel-item__content-header {
      font-size: 1.5rem; }
  .full-width-carousel .carousel-item__description {
    font-size: 0.85rem;
    line-height: 1.29em;
    padding: 15px 0; }
  .full-width-carousel .carousel-item__background-image {
    position: relative;
    left: 0;
    max-width: 100%;
    width: 100%;
    margin-top: 0; }
  .full-width-carousel--text-offset-right .carousel-item__content {
    width: 62%;
    padding-left: 80px; }
  .half-carousel .carousel-item__content {
    width: 52%;
    padding-right: 5%;
    min-width: 15.5em; }
    .half-carousel .carousel-item__content-wrapper {
      align-items: flex-end;
      display: flex;
      padding: 0;
      margin: 0; }
  .half-carousel .carousel-item__description {
    font-size: 0.75rem;
    padding: 1em 0; } }

@media screen and (min-width: 1200px) {
  .carousel-item__content-header {
    font-size: 2.5rem; }
  .carousel-item__description {
    padding: 2em 0; }
  .carousel-item__btn {
    max-width: 375px;
    font-size: 0.875rem;
    margin: 0; }
  .main-carousel .carousel-item__content-header,
  .full-width-carousel .carousel-item__content-header {
    font-size: 2.5rem; }
  .main-carousel .carousel-item__description,
  .full-width-carousel .carousel-item__description {
    font-size: 1rem;
    line-height: 1.75em;
    padding: 2em 0; }
  .full-width-carousel .carousel-item__content {
    width: 45%; }
  .full-width-carousel--text-offset-right .carousel-item__content {
    width: 55%; }
  .product-carousel .carousel-item__content-header,
  .half-carousel .carousel-item__content-header {
    font-size: 1.875rem; }
  .product-carousel .carousel-item__description,
  .half-carousel .carousel-item__description {
    font-size: 1rem;
    padding: 2em 0; }
  .product-carousel .carousel-item__btn,
  .half-carousel .carousel-item__btn {
    font-size: 1rem; }
  .half-carousel .carousel-item__description {
    padding: 1.15em 0; }
  .half-carousel .carousel-item__content {
    width: 23em;
    max-width: 60%; }
  .product-carousel .carousel-item__content-header span:nth-child(2) {
    margin-bottom: 2.25em; } }

@media screen and (max-width: 767px) {
  .top-carousel {
    margin-top: 0; }
  .faq .carousel-item__content {
    padding: 0 8px; } }

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

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

.lightbox__btn {
  background-color: #f47d31;
  color: #fff;
  border: none;
  padding: 10px 6px;
  min-width: 260px;
  border-radius: 5px;
  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; }

.lightbox--tooltip .lightbox__content-title {
  padding: 12px 10px 12px 35px;
  color: #f47d31;
  font-family: "GothamRounded", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.9rem;
  border-bottom: 1px solid #f47d31;
  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: #f47d31;
  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; } }

    

.search-results {
  opacity: 0;
  transition: opacity 0.6s ease-in;
  min-height: 100vh;
}
.search-results__header {
  font-family: "GothamRounded", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  color: #f47d31;
  font-size: 1.5rem;
  position: relative;
  margin: 0; }
  .search-results__header span {
    display: block;
    overflow: hidden;
    white-space: pre-wrap;
    text-overflow: ellipsis; }
  .search-results__header:before {
    content: '';
    background-color: #f47d31;
    height: 24px;
    width: 4px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20px; }

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

    .search-results__custom-block {
      padding: 27px 4.6%;
      background-color: #f8f8f8;
      background: #f4e8ce; }

      .sk-search-pager {
        text-align: center;
      }

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

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

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

.search-results__form-header {
  flex-basis: 150px;
  font-size: 1.313rem;
  font-family: "GothamRounded", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  color: #f47d31;
  position: relative;
  margin: 0; }
  .search-results__form-header:before {
    content: '';
    background-color: #f47d31;
    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: #f47d31;
  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: 0;
  padding: 0; }

.search-results__element {
  padding: 20px 0; }

.search-results__title {
  display: block;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  color: #f47d31;
  margin-bottom: 0.5em; }

.search-results__description {
  font-size: 1rem; }
  .search-results__description > span {
    display: block;
    margin-bottom: 0.5em; }

.search-results__read-more {
  background-color: #f47d31;
  color: #fff;
  border: none;
  padding: 10px 6px;
  min-width: 260px;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  width: auto;
  min-width: auto;
  max-width: auto;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.429em;
  background: transparent;
  color: #f47d31;
  cursor: pointer; }
  .search-results__read-more::after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: '\F105';
    right: -1.125em; }
  .search-results__read-more:focus, .search-results__read-more:hover, .search-results__read-more:active {
    text-decoration: none;
    color: #f26911; }

.search-results__btn {
  background-color: #f47d31;
  color: #fff;
  border: none;
  padding: 10px 6px;
  min-width: 260px;
  border-radius: 5px;
  cursor: pointer; }
  .search-results__btn-container {
    text-align: center;
    margin-top: 40px;
    display: none; }

.no-results__tips-header {
  font-size: 1.5rem;
  font-weight: bold;
  color: #f47d31; }
  .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: #f47d31;
    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 span {
  position: relative;
  display: inline-block;
  padding-right: 1.5em; }
  .no-results__top-searches-link span: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: relative;
    margin-left: 8px;
    bottom: -1px; }

@media (max-width: 1199px) {
  .search-results__header {
    font-size: 1.25rem; }
    .search-results__header:before {
      height: 18px;
      left: -18px; }
  .search-results__form-header,
  .search-results .no-results__tips-header {
    font-size: 1.125rem; }
  .search-results__category-field, .search-results__query-field {
    font-size: 0.875rem; }
  .search-results__title {
    font-size: 1.313rem; }
  .search-results__description {
    font-size: 0.75rem; }
  .search-results__read-more {
    font-size: 0.75rem; }
  .no-results__top-searches-element {
    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 {
    font-size: 0.938rem; }
  .search-results__category-field, .search-results__query-field {
    font-size: 0.75rem; }
  .search-results__title {
    font-size: 1.125rem; }
  .no-results__tips-header {
    font-size: 0.938rem; }
  .no-results__tips-element {
    font-size: 0.75rem; }
    .no-results__tips-element:before {
      top: 8px; }
  .no-results__top-searches-header {
    font-size: 0.75rem; } }

.RBStarterKitSearchResultsPage .breadcrumbs {
  background: #f4e8ce; }

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

    .search-results__custom-block {
      padding: 20px 5% 22px; }

  .search-results__header {
    font-size: 1.063rem; }
    .search-results__header:before {
      left: -10px; }
  .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%; }
  .search-results__element {
    border-bottom: 1px #f4e8ce solid; }
  .no-results {
    padding: 0 5%; }
    .no-results__tips-header {
      font-size: 1.063rem; }
    .no-results__top-searches-element {
      flex-basis: 100%;
      margin-top: 15px; } }

.button-link {
  background-color: #f47d31;
  color: #fff;
  border: none;
  padding: 10px 6px;
  min-width: 260px;
  border-radius: 5px;
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  min-width: auto;
  max-width: 294px;
  width: 100%;
  display: block;
  padding: 1em 0.75em;
  text-align: center;
  margin: 40px auto;
  font-size: 0.875rem;
  line-height: 1.429em;
  font-weight: bold;
  cursor: pointer; }
  .button-link:active, .button-link:visited, .button-link:hover {
    color: #fff; }
  .button-link:hover {
    background-color: #f26911; }

@media screen and (min-width: 768px) {
  .button-link {
    max-width: 375px; } }

.promotion {
  display: flex;
  flex-direction: column;
  position: relative;
  border-bottom: 1px solid #f4e8ce; }
  .promotion__link, .promotion__link:active, .promotion__link:visited {
    background-color: #f47d31;
    color: #fff;
    border: none;
    padding: 10px 6px;
    min-width: 260px;
    border-radius: 5px;
    cursor: pointer;
    color: #fff; }
  .promotion__image {
    vertical-align: middle;
    min-height: 1px; }
  .promotion__column-left, .promotion__column-right {
    padding: 8px; }
  .promotion__link-wrapper {
    text-align: left;
    margin: 0; }
    .promotion__link-wrapper .button-link {
      position: relative;
      width: auto;
      display: inline-block;
      padding: 0;
      margin: 0;
      background: transparent;
      color: #f47d31;
      align-self: flex-start;
      font-weight: normal;
      font-size: 0.875rem;
      padding: 0 0 0 40px; }
      .promotion__link-wrapper .button-link:after {
        position: absolute;
        font-family: 'Font Awesome 5 Free';
        font-weight: bold;
        content: '\F105';
        font-size: 1rem;
        right: -1.125em; }
  .promotion__split-column {
    padding: 8px; }
  .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 #f4e8ce; }
    .promotion--col-3:nth-child(3n + 3) {
      border-right: 0; }
  .promotion--col-2 {
    width: 50%; }
  .promotion--col-1 {
    width: 100%; }
  .promotion__details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 40px;
    width: 100%; }
  .promotion__name, .promotion__name:visited {
    color: #f47d31;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.25em;
    margin: 0;
    padding: 16px 40px; }
    .promotion__name:hover, .promotion__name:visited:hover {
      text-decoration: none;
      color: #f47d31; }
  .promotion__description {
    padding: 0 40px 1rem;
    margin: 0;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 0.87rem;
    align-items: center;
    flex-grow: 1;
    display: block;
    line-height: 1.72em; }
  .promotion__wrapper--one-item .promotion--col-3:nth-child(2) {
    border-right: none; }
  .promotion__wrapper--with-button .promotion__name, .promotion__wrapper--with-button .promotion__name:visited {
    min-height: 108px;
    box-sizing: border-box;
    padding: 32px 40px 16px; }
  .promotion__wrapper--with-button .promotion__description {
    display: block;
    min-height: 104px;
    box-sizing: border-box; }
  .promotion__wrapper--with-button .button-link {
    background: #f47d31;
    box-sizing: border-box;
    display: inline-block;
    min-width: auto;
    max-width: 100%;
    display: block;
    padding: 1em 0.75em;
    margin: 0 40px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    box-sizing: border-box;
    color: #fff; }
    .promotion__wrapper--with-button .button-link:active, .promotion__wrapper--with-button .button-link:visited, .promotion__wrapper--with-button .button-link:hover {
      color: #fff; }
    .promotion__wrapper--with-button .button-link:hover {
      background-color: #f26911; }
    .promotion__wrapper--with-button .button-link::after {
      display: none; }
  .promotion__wrapper--with-button .promotion-row--list-view .promotion__name, .promotion__wrapper--with-button .promotion-row--list-view .promotion__name:visited {
    min-height: auto; }
  .promotion__wrapper--with-button .promotion-row--list-view .promotion__description {
    min-height: auto; }
  .promotion__wrapper--with-button .promotion-row--list-view .promotion__details {
    padding: 0 120px; }
  .promotion__wrapper--show-view-switch .promotion-row .promotion-row__view-switch {
    display: flex; }

.promotion-row__wrapper {
  display: flex;
  border: none;
  border-top: 1px solid #f4e8ce; }

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

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

.promotion-row--list-view {
  position: relative; }
  .promotion-row--list-view .promotion__name,
  .promotion-row--list-view .promotion__description {
    padding: 0 40px; }
  .promotion-row--list-view .promotion__description {
    font: normal 0.875rem Arial;
    line-height: 1.57em; }

.promotion-row__view-switch {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 40px 60px;
  display: none; }

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

.list-view-button,
.grid-view-button {
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  color: #f47d31;
  margin: 0 0 0 15px;
  border: 0;
  width: 48px;
  height: 48px;
  overflow: hidden; }

.list-view-button {
  background: url(/static/sprites/all-icon-sprites.png) -2px -780px; }
  .list-view-button.view-button--selected {
    background-position: -51px -780px; }

.grid-view-button {
  background: url(/static/sprites/all-icon-sprites.png) -2px -731px; }
  .grid-view-button.view-button--selected {
    background-position: -51px -731px; }

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

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

.promotion-row--list-view .promotion-row__wrapper {
  flex-direction: column;
  border: 0;
  margin: 0; }

.promotion-row--list-view .promotion {
  display: flex;
  flex-direction: row;
  width: 100%;
  border-bottom: 1px solid #f4e8ce; }
  .promotion-row--list-view .promotion:first-child {
    border-top: 1px solid #f4e8ce; }
  .promotion-row--list-view .promotion:last-child {
    border: none; }
  .promotion-row--list-view .promotion__name, .promotion-row--list-view .promotion__name:visited {
    font-size: 2rem;
    line-height: 1.125em; }
  .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 40px; }
  .promotion-row--list-view .promotion__description {
    flex-grow: 0;
    margin: 20px 0; }

.tabs__pane--mild .promotion__image {
  border-bottom: 10px solid #7dacd5; }

.tabs__pane--severe .promotion__image {
  border-bottom: 10px solid #8a8c8f; }

.tabs__pane--other .promotion__image {
  border-bottom: 10px solid #86bf72; }

.help-centre .promotion {
  flex-direction: row; }
  .help-centre .promotion__name {
    min-height: 0;
    padding-top: 19px;
    padding-bottom: 5px;
    line-height: 1.25em;
    font-size: 1.5rem; }
  .help-centre .promotion__description span {
    font-weight: bold;
    color: #f47d31; }
  .help-centre .promotion--col-3:nth-child(2) .promotion__link-wrapper {
    margin-top: 40px; }
  .help-centre .promotion .button-link {
    max-width: calc(100% - 50px);
    margin-left: auto;
    margin-right: auto; }

.product-list__wrapper .promotion-row__wrapper {
  border-top: 1px solid #f4e8ce; }

@media (max-width: 1199px) {
  .promotion__wrapper--with-button
.promotion-row--list-view
.promotion__details {
    padding: 0 60px; } }

@media (max-width: 991px) {
  .promotion__name, .promotion__name:visited {
    font-size: 1.125rem; }
  .promotion__wrapper--with-button .promotion-row--list-view .promotion__details {
    padding: 0 40px; }
  .promotion-row--list-view .promotion__name, .promotion-row--list-view .promotion__name:visited {
    font-size: 1.125rem;
    line-height: 1.27em; }
  .promotion-row--list-view .promotion__description {
    margin: 16px 0;
    font-size: 0.75rem; }
  .help-centre .promotion__name, .help-centre .promotion__description {
    padding-left: 15px;
    padding-right: 15px; }
  .help-centre .promotion .button-link {
    max-width: calc(100% - 20px); } }

@media (max-width: 767px) {
  .promotion-row--list-view .promotion__details {
    padding: 0 2%; }
  .promotion-row--list-view .promotion__description {
    display: none; }
  .promotion-row--list-view .promotion__name, .promotion-row--list-view .promotion__name:visited {
    font-size: 1rem;
    line-height: 1.429em; }
  .promotion-row--grid-view .promotion {
    flex-direction: row;
    width: 100%;
    border-bottom: 1px solid #f4e8ce; }
    .promotion-row--grid-view .promotion:first-child {
      border-top: 1px solid #f4e8ce; }
    .promotion-row--grid-view .promotion:last-child {
      border: none; }
    .promotion-row--grid-view .promotion__details {
      flex-direction: row;
      align-items: center;
      padding-bottom: 0; }
    .promotion-row--grid-view .promotion__image {
      width: 50%; }
    .promotion-row--grid-view .promotion__name {
      font-size: 1rem;
      line-height: 1.429em;
      width: 50%; }
    .promotion-row--grid-view .promotion__description {
      display: none; }
  .promotion__wrapper--with-button .promotion-row--list-view .promotion__details {
    padding: 0; }
  .promotion__wrapper--products .promotion__details {
    flex-direction: column;
    align-items: flex-start; }
  .promotion__wrapper--products .promotion__image {
    width: 100%; }
  .promotion__wrapper--products .promotion__name, .promotion__wrapper--products .promotion__name:visited {
    font-size: 1.125rem; }
  .promotion__wrapper--products .promotion__description {
    display: block; }
  .promotion__wrapper--products .promotion__link-wrapper {
    display: block;
    padding-bottom: 20px; }
  .promotion--col-4, .promotion--col-3, .promotion--col-2 {
    width: 100%; }
  .promotion__link-wrapper {
    display: none; }
  .promotion-row__wrapper {
    display: block;
    border-top: 0; }
  .promotion__wrapper--show-view-switch .promotion-row .promotion-row__view-switch {
    display: none; }
  .promotion-with-view-switch .promotion-row__view-switch {
    display: none; }
  .promotion-row--list-view .promotion__details {
    padding: 0; }
  .tabs__pane--mild .promotion__image, .tabs__pane--severe .promotion__image, .tabs__pane--other .promotion__image {
    border-bottom: none; }
  .help-centre .promotion__details {
    flex-direction: column;
    padding-bottom: 30px; }
  .help-centre .promotion__image, .help-centre .promotion__name {
    width: 100%; }
  .help-centre .promotion__description {
    display: block;
    width: 100%; }
  .help-centre .promotion__link-wrapper {
    display: flex;
    width: 100%; }
  .help-centre .promotion .button-link {
    max-width: 270px;
    width: 100%;
    padding: 10px; }
  .product-list__wrapper .promotion-row__wrapper {
    border-top: none; } }

.main-title {
  display: none; }
  .main-title__header {
    color: #f47d31;
    font: normal normal bold 1.5rem Arial, "Helvetica Neue", Helvetica, sans-serif;
    position: relative;
    margin-left: 50px;
    padding-left: 20px;
    background-color: #fcefde; }
    .main-title__header:before {
      content: '';
      position: absolute;
      top: 3px;
      left: 0;
      height: 24px;
      width: 4px;
      background-color: #f47d31; }

.RBStarterKitSitemapPage .main-title {
  display: block;
  background-color: #fcefde;
  padding: 2em 0; }

.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: 100%;
  margin: auto; }

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

@media screen and (max-width: 991px) {
  .content-grid__row {
    flex-wrap: wrap; }
  .content-grid__column--size-3 {
    flex-basis: 50%; } }

@media screen and (max-width: 767px) {
  .content-grid__column--size-8,
  .content-grid__column--size-6,
  .content-grid__column--size-4,
  .content-grid__column--size-3 {
    flex-basis: 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: 100%;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px; }
  .content-grid__row.hide-mobile {
    display: none; }
  .content-grid__row.show-mobile {
    display: flex; } }

.content-grid__row--collapsible {
  margin-top: 10px;
  padding-left: 5%;
  padding-right: 5%; }
  .content-grid__row--collapsible:nth-child(2) {
    margin-top: 65px; }
  .content-grid__row--collapsible:last-child {
    margin-bottom: 65px; }

.collapsing {
  border: 1px solid #cbd0d1;
  border-radius: 4px;
  width: 100%;
  font-size: 0.875rem;
  padding: 10px 15px; }
  .collapsing__text {
    font-size: 1em;
    color: #f47d31;
    font-weight: bold; }
  .collapsing__trigger {
    background: #fff;
    border: none;
    padding: 0;
    position: relative;
    display: flex;
    justify-content: space-between; }
    .collapsing__trigger:after {
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      position: relative;
      color: #f47d31;
      top: 0;
      right: 0;
      content: '+';
      background: 0;
      font-size: 1.49em;
      transform: none; }
  .collapsing__inner {
    padding: 0 10px;
    margin-top: 20px; }
  .collapsing .rte {
    font-size: 1em;
    line-height: 1.71em; }
  .collapsing .collapsing__inner .rte {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px; }
  .collapsing--is-open .collapsing__trigger:after {
    content: '-';
    font-size: 1.9em;
    top: -0.15em;
    left: -0.1em; }

.RBStarterKitProductPageEnhanced .content-grid__row--collapsible {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0; }
  .RBStarterKitProductPageEnhanced .content-grid__row--collapsible:nth-child(2) .collapsing__trigger {
    pointer-events: none; }
    .RBStarterKitProductPageEnhanced .content-grid__row--collapsible:nth-child(2) .collapsing__trigger:after {
      display: none; }
  .RBStarterKitProductPageEnhanced .content-grid__row--collapsible:nth-child(2) .content-grid__column--size-6 {
    display: flex;
    align-items: center; }
    .RBStarterKitProductPageEnhanced .content-grid__row--collapsible:nth-child(2) .content-grid__column--size-6:first-child {
      padding-left: 3.33%;
      max-width: 31em; }
  .RBStarterKitProductPageEnhanced .content-grid__row--collapsible:nth-child(2) .image-as-link {
    text-align: right;
    padding: 10px 0; }

.RBStarterKitProductPageEnhanced .collapsing {
  border-radius: 0;
  border: none;
  padding: 0; }
  .RBStarterKitProductPageEnhanced .collapsing img {
    width: auto; }
  .RBStarterKitProductPageEnhanced .collapsing ul {
    padding-left: 18px; }
  .RBStarterKitProductPageEnhanced .collapsing__trigger {
    border-bottom: 1px solid #f4e8ce;
    background: #f9f5f0;
    font-size: 1.25rem; }
    .RBStarterKitProductPageEnhanced .collapsing__trigger:after {
      content: '';
      background: url(/static/sprites/all-icon-sprites.png) no-repeat scroll -1px -583px;
      height: 34px;
      vertical-align: middle;
      width: 34px;
      display: inline-block;
      top: 3.1em;
      transform: translateY(-50%);
      position: absolute;
      right: 3.75em;
      font-size: 1.25rem;
      z-index: 2; }
  .RBStarterKitProductPageEnhanced .collapsing__text {
    font-size: 1em;
    line-height: 1.5em;
    padding: 2.33em 2.75em;
    margin: 0 1em;
    position: relative;
    width: 100%; }
    .RBStarterKitProductPageEnhanced .collapsing__text:before {
      content: '';
      background-color: #f47d31;
      width: 4px;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      height: 1.2em;
      left: 1.75em; }
  .RBStarterKitProductPageEnhanced .collapsing__inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0.75em 4.25em; }
    .RBStarterKitProductPageEnhanced .collapsing__inner h2 {
      color: #f47d31;
      font-size: 1.875rem;
      line-height: 1.33em;
      margin-bottom: 0; }
    .RBStarterKitProductPageEnhanced .collapsing__inner a {
      color: #f47d31; }
      .RBStarterKitProductPageEnhanced .collapsing__inner a:hover {
        text-decoration: underline; }
    .RBStarterKitProductPageEnhanced .collapsing__inner p {
      margin-bottom: 10px; }
      .RBStarterKitProductPageEnhanced .collapsing__inner p:last-child {
        margin-bottom: 0; }
    .RBStarterKitProductPageEnhanced .collapsing__inner ul {
      margin-bottom: 25px; }
  .RBStarterKitProductPageEnhanced .collapsing--is-open .collapsing__trigger:after {
    background-position-x: -34px;
    content: '';
    top: 3.1em;
    left: auto;
    font-size: 1em; }

.RBStarterKitProductPageEnhanced .preparation {
  max-width: 35em; }
  .RBStarterKitProductPageEnhanced .preparation-image {
    display: flex;
    align-items: center; }
  .RBStarterKitProductPageEnhanced .preparation h2 {
    margin-bottom: 0.43em; }
  .RBStarterKitProductPageEnhanced .preparation ul {
    margin-bottom: 0; }
  .RBStarterKitProductPageEnhanced .preparation > div:not(:first-child) {
    display: inline-block;
    width: calc(100% - 120px);
    float: right;
    margin-bottom: 1.5em; }
    .RBStarterKitProductPageEnhanced .preparation > div:not(:first-child) .rte {
      padding-right: 7em;
      max-width: 25em;
      text-align: left;
      margin-left: 0; }
    .RBStarterKitProductPageEnhanced .preparation > div:not(:first-child).image-as-link {
      width: 100px;
      float: right;
      margin-right: 20px; }
  .RBStarterKitProductPageEnhanced .preparation > div:first-child {
    margin-bottom: 1.25em;
    max-width: 25em; }
  .RBStarterKitProductPageEnhanced .preparation--without-images > div:not(:first-child) {
    width: 100%;
    float: none; }
    .RBStarterKitProductPageEnhanced .preparation--without-images > div:not(:first-child) .rte {
      padding-right: 0;
      max-width: 100%; }
  .RBStarterKitProductPageEnhanced .preparation--without-images > div:first-child {
    max-width: 100%; }

@media screen and (max-width: 1199px) {
  .RBStarterKitProductPageEnhanced .collapsing {
    font-size: 0.8125rem; }
    .RBStarterKitProductPageEnhanced .collapsing__trigger {
      font-size: 1.3125rem; }
      .RBStarterKitProductPageEnhanced .collapsing__trigger:after {
        font-size: 1.3125rem; } }

@media screen and (max-width: 991px) {
  .RBStarterKitProductPageEnhanced .collapsing {
    font-size: 0.75rem; }
    .RBStarterKitProductPageEnhanced .collapsing__trigger {
      font-size: 1.25rem; }
      .RBStarterKitProductPageEnhanced .collapsing__trigger:after {
        font-size: 1.25rem; }
  .RBStarterKitProductPageEnhanced .preparation h2 {
    font-size: 1.25rem; }
  .RBStarterKitProductPageEnhanced .preparation > div:not(:first-child) .rte {
    padding-right: 0; } }

@media screen and (max-width: 767px) {
  .content-grid__row--collapsible:nth-child(2) {
    margin-top: 25px; }
  .content-grid__row--collapsible:last-child {
    margin-bottom: 40px; }
  .collapsing .rte {
    font-size: 12px;
    line-height: 1.5em; }
    .collapsing .rte p {
      margin-bottom: 10px; }
  .collapsing__text {
    padding-right: 1em; }
  .collapsing__inner {
    padding: 0 8px; }
  .RBStarterKitProductPageEnhanced .content-grid__row--collapsible {
    margin-bottom: 0; }
  .RBStarterKitProductPageEnhanced .collapsing__trigger {
    font-size: 1.125rem; }
    .RBStarterKitProductPageEnhanced .collapsing__trigger:after {
      top: 1.85em;
      right: 0.65em;
      font-size: 1.125rem; }
  .RBStarterKitProductPageEnhanced .collapsing__text {
    margin: 0;
    padding: 1.15em 1.05em;
    padding-left: 1.45em; }
    .RBStarterKitProductPageEnhanced .collapsing__text:before {
      left: 0.5em; }
  .RBStarterKitProductPageEnhanced .collapsing__inner {
    padding-left: 1.25em;
    padding-right: 1.25em; }
    .RBStarterKitProductPageEnhanced .collapsing__inner h2 {
      font-size: 1.125rem; }
  .RBStarterKitProductPageEnhanced .collapsing--is-open .collapsing__trigger:after {
    top: 1.85em; }
  .RBStarterKitProductPageEnhanced .preparation h2 {
    margin-top: 1.5em; } }

.rte {
  padding: 0 20px;
  font-size: 0.88rem;
  line-height: 1.429em;
  margin-bottom: 15px; }
  .rte h1 {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }
  .rte p {
    margin: 0 0 23px 0; }
  .rte td p {
    margin-bottom: 0;
    padding: 10px 15px; }

.title-block h3, .custom-article + .content-grid__row .promotion-row__title {
  font-size: 1.125rem;
  background: #f9f5f0;
  line-height: 1.5em;
  position: relative;
  width: 100%;
  color: #f47d31;
  box-sizing: border-box;
  margin: 0;
  padding: 1.15em 1.05em;
  padding-left: 1.85em; }
  .title-block h3:before, .custom-article + .content-grid__row .promotion-row__title:before {
    content: '';
    background-color: #f47d31;
    width: 4px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 1.2em;
    left: 0.95em; }

.title-block .rte {
  padding: 0; }

.title-block.help-centre {
  margin-bottom: 0; }

@media screen and (min-width: 767px) {
  .rte {
    margin: 0 auto;
    padding: 0;
    font-size: 0.71rem; }
  .width-2of3 .rte {
    width: 66%; }
  .title-block h3, .custom-article + .content-grid__row .promotion-row__title {
    font-size: 1.25rem;
    padding: 1.96em 2.54em;
    padding-left: 3.54em; }
    .title-block h3:before, .custom-article + .content-grid__row .promotion-row__title:before {
      left: 2.75em; }
  .title-block.help-centre {
    margin-bottom: 45px; } }

@media screen and (min-width: 991px) {
  .title-block h3, .custom-article + .content-grid__row .promotion-row__title {
    font-size: 1.3125rem; } }

@media screen and (min-width: 1199px) {
  .rte {
    font-size: 1rem; }
  .title-block h3, .custom-article + .content-grid__row .promotion-row__title {
    font-size: 1.5rem; } }

.allergy-test {
  background-color: #f2f9fa;
  padding-top: 40px;
  padding-bottom: 40px; }
  .allergy-test .image-as-link {
    display: flex;
    justify-content: center; }

.article-list {
  border-width: 1px 0;
  border-style: solid;
  border-color: #f4e8ce;
  margin: 0;
  border-bottom: none; }
  .article-list__view-switch {
    display: flex;
    justify-content: flex-end;
    padding-right: 50px;
    margin-bottom: 30px; }
    .article-list__view-switch-label {
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 1rem;
      line-height: 1.5em;
      font-weight: bold; }

.article {
  border-right: 1px solid #f4e8ce;
  border-bottom: 1px solid #f4e8ce;
  box-sizing: border-box; }
  .article__title--link, .article__description {
    width: 100%; }
  .article__title {
    color: #f47d31;
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.25em;
    margin: 0;
    padding: 1rem 0; }
    .article__title:hover {
      color: #f47d31;
      text-decoration: none; }
  .article__description {
    font: normal 0.875rem Arial, "Helvetica Neue", Helvetica, sans-serif;
    line-height: 1.5em;
    margin: 0 0 16px; }
  .article__image {
    width: 100%;
    height: auto;
    vertical-align: middle; }
  .article__content {
    padding: 0 40px 20px;
    box-sizing: border-box; }
  .article__read-more.button-link {
    position: relative;
    width: auto;
    display: inline-block;
    padding: 0;
    margin: 0;
    background: transparent;
    color: #f47d31;
    align-self: flex-start;
    font-weight: normal;
    font-size: 0.875rem; }
    .article__read-more.button-link:after {
      position: absolute;
      font-family: "Font Awesome 5 Free";
      font-weight: bold;
      content: '\F105';
      font-size: 1rem;
      right: -1.125em; }
  .article-list--list-view {
    display: none; }

.custom-article {
  max-width: 850px;
  margin: 0 auto 15px; }
  .custom-article h1 {
    color: #f47d31;
    font-size: 2.5rem;
    line-height: 1.2em; }
  .custom-article strong {
    font-weight: 700; }
  .custom-article h2 strong {
    margin-bottom: 2em;
    display: block; }
  .custom-article a:hover {
    text-decoration: underline; }
  .custom-article img {
    display: block;
    width: auto; }
  .custom-article .image-as-link:nth-child(2) {
    display: inline;
    float: right; }
  .custom-article .image-as-link:not(:nth-child(2)) {
    margin-bottom: 20px; }
  .custom-article.content-grid__row .image-as-link:nth-child(2) {
    margin-left: 25px;
    margin-bottom: 25px; }
  .custom-article table {
    margin-bottom: 45px; }
    .custom-article table h2 {
      font-size: 1.875rem;
      margin: 10px 0; }
      .custom-article table h2 strong {
        margin-bottom: 0; }
    .custom-article table h3 {
      font-size: 1.5rem;
      margin: 10px 0 0; }
    .custom-article table td {
      padding: 10px 0 10px 5px; }
  .custom-article--with-video {
    max-width: 100%; }
    .custom-article--with-video .content-grid__column--size-12 .rte {
      max-width: 850px;
      margin: 0 auto; }
    .custom-article--with-video h1 {
      margin-bottom: 0; }
    .custom-article--with-video .responsive-youtube-video {
      position: relative;
      padding-bottom: 56.25%; }
    .custom-article--with-video iframe {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      height: 100% !important; }
  .custom-article--no-float .image-as-link:nth-child(2) {
    float: unset;
    margin: 0 auto;
    display: inline-block; }

.glossary h2 {
  font-size: 1.875rem;
  color: #f47d31;
  line-height: 1.33em;
  margin-bottom: 0; }

.glossary p {
  line-height: 1.5em; }

.recipe-preparation h4, .recipe-items h4 {
  color: #f47d31; }

.recipe-preparation {
  max-width: 100%;
  margin: 13px 0 45px;
  background: #ecf4fb;
  border-top: 1px solid #f4e8ce;
  border-bottom: 1px solid #f4e8ce; }
  .recipe-preparation .content-grid__column {
    max-width: 850px;
    margin: 0 auto 15px; }
  .recipe-preparation h4:nth-last-child(2) {
    margin-bottom: 0; }
  .recipe-preparation ul {
    list-style: none;
    padding-left: 0; }
  .recipe-preparation li {
    display: flex;
    align-items: center;
    margin-bottom: 20px; }
    .recipe-preparation li span {
      background: #f47d31;
      color: #fff;
      border-radius: 50%;
      width: 2.2em;
      height: 2.2em;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      margin-right: 1em;
      box-sizing: border-box;
      padding-left: 0.25em; }
    .recipe-preparation li p {
      display: inline-block;
      font-size: 0.875rem;
      margin-bottom: 0;
      flex: 1; }

.recipe-items h4 {
  margin-bottom: 0; }

.recipe-items table {
  margin-bottom: 0;
  border: none; }

.recipe-items td {
  border: none;
  border-top: 1px solid #f4e8ce; }
  .recipe-items td:first-child {
    text-align: center;
    width: 150px !important; }
    .recipe-items td:first-child p {
      text-align: center; }
  .recipe-items td:last-child {
    width: 550px !important;
    padding-left: 20px; }
    .recipe-items td:last-child p {
      padding: 0; }

.recipe-data h4 {
  color: #f47d31; }

.recipe-data .image-as-link {
  margin-top: 101px; }

.recipe-icons {
  text-align: center;
  justify-content: flex-end;
  margin-bottom: 80px; }
  .recipe-icons .content-grid__column {
    flex: 0;
    flex-basis: calc(50% / 3 - 1px);
    border-right: 1px solid #b4cfe7; }
    .recipe-icons .content-grid__column:last-child {
      border: none; }
  .recipe-icons img {
    display: block;
    margin: 0 auto; }
  .recipe-icons .image-as-link {
    background: #7dacd5;
    padding-top: 15px;
    padding-bottom: 5px;
    min-height: 30px; }
    .recipe-icons .image-as-link:not(:nth-child(2)) {
      margin-bottom: 0; }
  .recipe-icons strong {
    color: #fff;
    padding-bottom: 10px;
    display: block; }
  .recipe-icons .rte {
    background: #7dacd5;
    font-size: 0.875rem; }
    .recipe-icons .rte p {
      margin-bottom: 0; }
      .recipe-icons .rte p:last-child {
        background: #ecf4fb;
        padding: 10px; }

@media (max-width: 1199px) {
  .custom-article {
    max-width: 715px; }
    .custom-article h1 {
      font-size: 2rem; }
    .custom-article .rte {
      font-size: 0.875rem; }
  .recipe-preparation {
    max-width: 100%; }
    .recipe-preparation .content-grid__column {
      max-width: 715px; } }

@media (max-width: 991px) {
  .article-list .article__title {
    font-size: 1.125rem; } }

@media (max-width: 767px) {
  .article-list__view-switch {
    display: none; }
  .article-list .article {
    width: 100%;
    display: flex;
    flex-direction: row;
    border: none;
    border-bottom: 1px solid #f4e8ce; }
    .article-list .article__title {
      padding: 0; }
      .article-list .article__title--link {
        width: 100%; }
    .article-list .article__description, .article-list .article__read-more {
      display: none; }
    .article-list .article__image-wrapper, .article-list .article__content, .article-list .article__image {
      width: 100%; }
    .article-list .article__content {
      padding: 0 20px; }
    .article-list .article__image-wrapper img {
      vertical-align: middle; }
  .custom-article h1 {
    font-size: 1.5rem;
    margin: 1em 0 1.33em; }
  .custom-article.content-grid__row .image-as-link:nth-child(2) {
    margin-left: 0px; }
  .custom-article table h2 {
    font-size: 1.375rem; }
  .custom-article table h3 {
    font-size: 1.125rem; }
  .custom-article table td:nth-child(2) {
    width: 450px !important; }
  .glossary h1 {
    margin-bottom: 0.66em; }
  .glossary h2 {
    font-size: 1.125rem; }
  .recipe-data .image-as-link {
    margin-top: 20px; }
  .recipe-icons {
    margin-bottom: 20px; }
    .recipe-icons .content-grid__column {
      flex-basis: 100%;
      border: none;
      display: flex;
      align-items: center;
      margin-bottom: 2px; }
      .recipe-icons .content-grid__column:last-child {
        border: none; }
    .recipe-icons .image-as-link, .recipe-icons .rte {
      min-height: 50px; }
    .recipe-icons .image-as-link {
      width: 20%;
      padding-top: 5px;
      box-sizing: border-box;
      display: flex;
      align-items: center; }
      .recipe-icons .image-as-link img {
        margin-right: 0; }
      .recipe-icons .image-as-link + div {
        width: 80%; }
    .recipe-icons .rte {
      display: flex;
      align-items: center;
      padding-right: 0;
      padding-left: 0.3em;
      justify-content: space-between;
      margin-bottom: 0; }
      .recipe-icons .rte strong {
        padding-bottom: 0; }
      .recipe-icons .rte p:last-child {
        width: 55%;
        padding: 15px 10px; } }

.error__description {
  max-width: 66%;
  margin: auto;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 80px; }
  .error__description h1,
  .error__description h2,
  .error__description h3 {
    color: #f47d31;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }
  .error__description h1 {
    font-size: 2.5rem;
    margin-bottom: 0; }
  .error__description h2 {
    font-size: 2rem; }
  .error__description h3 {
    font-size: 1.5rem;
    margin-top: 0; }
  .error__description p {
    display: flex; }
    .error__description p:last-child a {
      background: #eecf8d; }
      .error__description p:last-child a:hover {
        background: #e2c27e; }
  .error__description a {
    background-color: #f47d31;
    color: #fff;
    border: none;
    padding: 10px 6px;
    min-width: 260px;
    border-radius: 5px;
    cursor: pointer;
    box-sizing: border-box;
    display: inline-block;
    min-width: auto;
    max-width: 375px;
    width: 100%;
    display: block;
    padding: 1em 0.75em;
    text-align: center;
    margin: 5px auto;
    font-size: 0.875rem;
    line-height: 1.429em;
    font-weight: bold;
    cursor: pointer; }
    .error__description a:active, .error__description a:visited, .error__description a:hover {
      color: #fff; }
    .error__description a:hover {
      background-color: #f26911; }

@media (max-width: 767px) {
  .error__description {
    max-width: 100%;
    padding: 40px 20px; }
    .error__description a {
      max-width: 390px;
      margin: 0 auto;
      padding: 0.75em; }
    .error__description h1 {
      font-size: 1.5rem; }
    .error__description h2 {
      font-size: 1.125rem;
      margin-bottom: 1.4em; }
    .error__description h3 {
      font-size: 1.125rem; } }

.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; } }

.product-list__heading-wrapper {
  display: none; }

.product-list__grid + .row {
  display: none; }

.product > .row:first-child {
  display: none; }

.product__content, .product__content-grid {
  padding: 0;
  margin: 0; }

.tabs * {
  box-sizing: border-box; }

.tabs__pane {
  display: none; }
  .tabs__pane--active {
    display: flex; }

.tabs__nav {
  display: flex;
  justify-content: center;
  justify-items: center;
  padding: 0; }
  .tabs__nav .content-grid__column--size-3.tabs__title, .tabs__nav .content-grid__column--size-3.tabs__link {
    flex-basis: 100%; }

.tabs__title {
  font-weight: bold;
  color: #f47d31; }
  .tabs__title .rte {
    position: relative; }
    .tabs__title .rte h2 {
      font-size: 1.125rem;
      line-height: 2.22em;
      padding-left: 20px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 100%;
      text-align: center; }
      .tabs__title .rte h2 span {
        position: relative; }
        .tabs__title .rte h2 span::before {
          content: '';
          background-color: #f47d31;
          height: 17px;
          width: 4px;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          left: -20px; }

.tabs__link > div, .tabs__title > div {
  position: relative;
  padding: 0; }

.tabs__link .rte, .tabs__title .rte {
  cursor: pointer;
  height: 65px;
  margin: 0; }
  .tabs__link .rte p,
  .tabs__link .rte h2, .tabs__title .rte p,
  .tabs__title .rte h2 {
    margin: 0;
    line-height: 1.429em; }

.tabs__link {
  border-top: 1px solid #f4e8ce; }
  .tabs__link .rte {
    padding: 2px 40px 2px 20px; }
    .tabs__link .rte:before {
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 33px;
      height: 33px;
      display: inline-block; }
    .tabs__link .rte:after {
      content: '';
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
      display: inline-block;
      width: 30px;
      height: 30px; }
    .tabs__link .rte p {
      font-size: 0.875rem;
      font-weight: bold;
      margin: 0 24px 0 48px;
      position: relative;
      top: 50%;
      transform: translateY(-50%); }
  .tabs__link--hidden {
    display: none; }
    .tabs__link--hidden .rte {
      cursor: default; }
  .tabs__link--mild {
    color: #7dacd5; }
    .tabs__link--mild .rte:before {
      background: transparent url(/static/images/1.png) no-repeat;
      width: 35px;
      height: 31px; }
    .tabs__link--mild .rte:after {
      background: url(/static/sprites/nutr-sprite.png) -2px -1px no-repeat; }
    .tabs__link--mild .rte a,
    .tabs__link--mild .rte a:hover,
    .tabs__link--mild .rte a:active,
    .tabs__link--mild .rte a:visited {
      color: #7dacd5; }
    .tabs__link--mild.tabs__link--active {
      background: #7dacd5;
      color: #fff; }
      .tabs__link--mild.tabs__link--active .rte:before {
        background: transparent url(/static/sprites/nutr-sprite.png) -1px -98px no-repeat; }
      .tabs__link--mild.tabs__link--active .rte:after {
        background: url(/static/sprites/nutr-sprite.png) -33px -1px no-repeat; }
  .tabs__link--severe {
    color: #8a8c8f; }
    .tabs__link--severe .rte:before {
      background: transparent url(/static/images/2.png) no-repeat; }
    .tabs__link--severe .rte:after {
      background: url(/static/sprites/nutr-sprite.png) -2px -33px no-repeat; }
    .tabs__link--severe .rte a,
    .tabs__link--severe .rte a:hover,
    .tabs__link--severe .rte a:active,
    .tabs__link--severe .rte a:visited {
      color: #8a8c8f; }
    .tabs__link--severe.tabs__link--active {
      background: #8a8c8f;
      color: #fff; }
      .tabs__link--severe.tabs__link--active .rte:before {
        background: transparent url(/static/sprites/nutr-sprite.png) -1px -133px no-repeat; }
      .tabs__link--severe.tabs__link--active .rte:after {
        background: url(/static/sprites/nutr-sprite.png) -33px -33px no-repeat; }
  .tabs__link--other {
    color: #86bf72; }
    .tabs__link--other .rte:before {
      background: transparent url(/static/images/3.png) no-repeat; }
    .tabs__link--other .rte:after {
      background: url(/static/sprites/nutr-sprite.png) -2px -65px no-repeat; }
    .tabs__link--other .rte a,
    .tabs__link--other .rte a:hover,
    .tabs__link--other .rte a:active,
    .tabs__link--other .rte a:visited {
      color: #86bf72; }
    .tabs__link--other.tabs__link--active {
      background: #86bf72;
      color: #fff; }
      .tabs__link--other.tabs__link--active .rte:before {
        background: transparent url(/static/sprites/nutr-sprite.png) -2px -169px no-repeat; }
      .tabs__link--other.tabs__link--active .rte:after {
        background: url(/static/sprites/nutr-sprite.png) -33px -65px no-repeat; }

@media screen and (min-width: 768px) {
  .tabs__nav .content-grid__column--size-3.tabs__title, .tabs__nav .content-grid__column--size-3.tabs__link {
    flex-basis: 25%; }
  .tabs__link > div, .tabs__title > div {
    padding: 46.4px 0; }
  .tabs__link .rte, .tabs__title .rte {
    height: 40px; }
  .tabs__title .rte h2 {
    font-size: 1.5rem;
    line-height: 1.67em;
    padding-left: 0; }
    .tabs__title .rte h2 span::before {
      height: 24px; }
  .tabs__link {
    border-top: none; }
    .tabs__link .rte {
      padding: 2px 40px 2px 20px; }
      .tabs__link .rte p {
        font-size: 0.75rem;
        position: absolute; }
      .tabs__link .rte:after {
        display: none; }
    .tabs__link--hidden {
      display: block; }
    .tabs__link--mild.tabs__link--active {
      background: transparent;
      border-bottom: 9px solid #7dacd5;
      color: #7dacd5; }
      .tabs__link--mild.tabs__link--active .rte:before {
        background: transparent url(/static/images/1.png) 0% 0% no-repeat; }
    .tabs__link--severe.tabs__link--active {
      background: transparent;
      border-bottom: 9px solid #8a8c8f;
      color: #8a8c8f; }
      .tabs__link--severe.tabs__link--active .rte:before {
        background: transparent url(/static/images/2.png) 0% 0% no-repeat; }
    .tabs__link--other.tabs__link--active {
      background: transparent;
      border-bottom: 9px solid #86bf72;
      color: #86bf72; }
      .tabs__link--other.tabs__link--active .rte:before {
        background: transparent url(/static/images/3.png) 0% 0% no-repeat; } }

@media screen and (min-width: 1200px) {
  .tabs__link .rte p {
    font-size: 0.875rem;
    line-height: 1.2em; } }

.contact-us-page__form-container .consumer-form {
  max-width: 715px;
  margin: 30px 15px; }
  .contact-us-page__form-container .consumer-form * {
    box-sizing: border-box; }
  .contact-us-page__form-container .consumer-form form {
    padding: 30px;
    border: 5px solid #f47d31;
    border-radius: 25px; }
  .contact-us-page__form-container .consumer-form h2 {
    font-size: 1.5rem;
    line-height: normal;
    color: #f47d31;
    text-align: center;
    margin: 0 0 15px; }
  .contact-us-page__form-container .consumer-form p {
    font-size: 1rem;
    line-height: 1.429em;
    text-align: center;
    margin: 0; }
  .contact-us-page__form-container .consumer-form strong {
    font-size: 0.875rem;
    line-height: 1.429em;
    color: #f47d31; }
  .contact-us-page__form-container .consumer-form a:hover {
    text-decoration: underline; }
  .contact-us-page__form-container .consumer-form .content-grid__column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .contact-us-page__form-container .consumer-form .form-control {
    display: flex;
    flex-direction: column;
    width: 100%; }
    .contact-us-page__form-container .consumer-form .form-control .rte {
      padding: 0; }
    .contact-us-page__form-container .consumer-form .form-control--not-input strong {
      text-align: left;
      display: block;
      padding: 5px 0 15px 5px; }
    .contact-us-page__form-container .consumer-form .form-control--not-input:first-child strong {
      text-align: center;
      padding: 15px 0 25px; }
    .contact-us-page__form-container .consumer-form .form-control--text:nth-last-child(3) {
      width: 27.5%; }
    .contact-us-page__form-container .consumer-form .form-control--text:nth-last-child(2) {
      width: 70%; }
    .contact-us-page__form-container .consumer-form .form-control__radio-option {
      margin-bottom: 10px; }
    .contact-us-page__form-container .consumer-form .form-control__label {
      font-size: 0.875rem;
      line-height: 1.429em;
      display: flex;
      align-items: center; }
      .contact-us-page__form-container .consumer-form .form-control__label--radio-group {
        display: block;
        padding: 5px 0 15px 5px;
        font-weight: bold;
        color: #f47d31;
        text-align: left; }
      .contact-us-page__form-container .consumer-form .form-control__label--radio {
        position: relative;
        padding-left: 30px; }
        .contact-us-page__form-container .consumer-form .form-control__label--radio::before {
          content: '';
          position: absolute;
          left: 0;
          display: inline-block;
          width: 14px;
          height: 14px;
          background-color: #fff;
          text-align: center;
          color: #f47d31;
          border: 2px solid #bfbfbf;
          border-radius: 25px;
          cursor: pointer; }
      .contact-us-page__form-container .consumer-form .form-control__label--terms, .contact-us-page__form-container .consumer-form .form-control__label--otherLegal, .contact-us-page__form-container .consumer-form .form-control__label--checkbox {
        position: relative;
        padding-left: 30px;
        cursor: pointer; }
        .contact-us-page__form-container .consumer-form .form-control__label--terms:before, .contact-us-page__form-container .consumer-form .form-control__label--otherLegal:before, .contact-us-page__form-container .consumer-form .form-control__label--checkbox:before {
          content: '';
          position: absolute;
          left: 0;
          display: inline-block;
          width: 11px;
          height: 11px;
          padding: 3px;
          text-align: center;
          background: #fff;
          border: 2px solid #bfbfbf;
          border-radius: 5px;
          cursor: pointer; }
      .contact-us-page__form-container .consumer-form .form-control__label--text, .contact-us-page__form-container .consumer-form .form-control__label--email, .contact-us-page__form-container .consumer-form .form-control__label--textarea {
        display: none; }
    .contact-us-page__form-container .consumer-form .form-control__input,
    .contact-us-page__form-container .consumer-form .form-control .single-select__control {
      font-size: 0.875rem;
      line-height: 1.429em;
      padding: 5px 10px;
      vertical-align: middle;
      outline: none; }
      .contact-us-page__form-container .consumer-form .form-control__input:active, .contact-us-page__form-container .consumer-form .form-control__input:focus,
      .contact-us-page__form-container .consumer-form .form-control .single-select__control:active,
      .contact-us-page__form-container .consumer-form .form-control .single-select__control:focus {
        border-color: #f47d31; }
      .contact-us-page__form-container .consumer-form .form-control__input--text, .contact-us-page__form-container .consumer-form .form-control__input--email, .contact-us-page__form-container .consumer-form .form-control__input--textarea,
      .contact-us-page__form-container .consumer-form .form-control__input .single-select__control,
      .contact-us-page__form-container .consumer-form .form-control .single-select__control--text,
      .contact-us-page__form-container .consumer-form .form-control .single-select__control--email,
      .contact-us-page__form-container .consumer-form .form-control .single-select__control--textarea,
      .contact-us-page__form-container .consumer-form .form-control .single-select__control .single-select__control {
        margin: 0 0 10px;
        width: 100%;
        border: 2px solid #bfbfbf;
        border-radius: 25px; }
        .contact-us-page__form-container .consumer-form .form-control__input--text::placeholder, .contact-us-page__form-container .consumer-form .form-control__input--email::placeholder, .contact-us-page__form-container .consumer-form .form-control__input--textarea::placeholder,
        .contact-us-page__form-container .consumer-form .form-control__input .single-select__control::placeholder,
        .contact-us-page__form-container .consumer-form .form-control .single-select__control--text::placeholder,
        .contact-us-page__form-container .consumer-form .form-control .single-select__control--email::placeholder,
        .contact-us-page__form-container .consumer-form .form-control .single-select__control--textarea::placeholder,
        .contact-us-page__form-container .consumer-form .form-control .single-select__control .single-select__control::placeholder {
          font-size: 0.875rem;
          line-height: 1.429em;
          padding-left: 5px; }
      .contact-us-page__form-container .consumer-form .form-control__input--textarea,
      .contact-us-page__form-container .consumer-form .form-control .single-select__control--textarea {
        padding: 10px; }
      .contact-us-page__form-container .consumer-form .form-control__input--terms, .contact-us-page__form-container .consumer-form .form-control__input--otherLegal, .contact-us-page__form-container .consumer-form .form-control__input--radio, .contact-us-page__form-container .consumer-form .form-control__input--checkbox,
      .contact-us-page__form-container .consumer-form .form-control .single-select__control--terms,
      .contact-us-page__form-container .consumer-form .form-control .single-select__control--otherLegal,
      .contact-us-page__form-container .consumer-form .form-control .single-select__control--radio,
      .contact-us-page__form-container .consumer-form .form-control .single-select__control--checkbox {
        position: absolute;
        opacity: 0;
        width: 1px;
        height: 1px; }
        .contact-us-page__form-container .consumer-form .form-control__input--terms:checked + label:before, .contact-us-page__form-container .consumer-form .form-control__input--otherLegal:checked + label:before, .contact-us-page__form-container .consumer-form .form-control__input--radio:checked + label:before, .contact-us-page__form-container .consumer-form .form-control__input--checkbox:checked + label:before,
        .contact-us-page__form-container .consumer-form .form-control .single-select__control--terms:checked + label:before,
        .contact-us-page__form-container .consumer-form .form-control .single-select__control--otherLegal:checked + label:before,
        .contact-us-page__form-container .consumer-form .form-control .single-select__control--radio:checked + label:before,
        .contact-us-page__form-container .consumer-form .form-control .single-select__control--checkbox:checked + label:before {
          content: '\2022';
          color: #f47d31;
          font-size: 2.1rem;
          line-height: 0.5em; }
      .contact-us-page__form-container .consumer-form .form-control__input--terms:checked + label:before, .contact-us-page__form-container .consumer-form .form-control__input--otherLegal:checked + label:before, .contact-us-page__form-container .consumer-form .form-control__input--checkbox:checked + label:before,
      .contact-us-page__form-container .consumer-form .form-control .single-select__control--terms:checked + label:before,
      .contact-us-page__form-container .consumer-form .form-control .single-select__control--otherLegal:checked + label:before,
      .contact-us-page__form-container .consumer-form .form-control .single-select__control--checkbox:checked + label:before {
        content: '\2714';
        font-size: 1rem;
        line-height: 0.75em; }
      .contact-us-page__form-container .consumer-form .form-control__input--single-select,
      .contact-us-page__form-container .consumer-form .form-control .single-select__control--single-select {
        padding-left: 0;
        padding-right: 0; }
    .contact-us-page__form-container .consumer-form .form-control--terms {
      margin: 30px auto 15px; }
    .contact-us-page__form-container .consumer-form .form-control--otherLegal {
      margin-bottom: 30px; }
    .contact-us-page__form-container .consumer-form .form-control--has-error .form-control__input--text, .contact-us-page__form-container .consumer-form .form-control--has-error .form-control__input--email, .contact-us-page__form-container .consumer-form .form-control--has-error .form-control__input--textarea,
    .contact-us-page__form-container .consumer-form .form-control--has-error .form-control__input .single-select__control {
      border: 2px solid #a94442; }
      .contact-us-page__form-container .consumer-form .form-control--has-error .form-control__input--text:active, .contact-us-page__form-container .consumer-form .form-control--has-error .form-control__input--text:focus, .contact-us-page__form-container .consumer-form .form-control--has-error .form-control__input--email:active, .contact-us-page__form-container .consumer-form .form-control--has-error .form-control__input--email:focus, .contact-us-page__form-container .consumer-form .form-control--has-error .form-control__input--textarea:active, .contact-us-page__form-container .consumer-form .form-control--has-error .form-control__input--textarea:focus,
      .contact-us-page__form-container .consumer-form .form-control--has-error .form-control__input .single-select__control:active,
      .contact-us-page__form-container .consumer-form .form-control--has-error .form-control__input .single-select__control:focus {
        border-color: #f47d31; }
      .contact-us-page__form-container .consumer-form .form-control--has-error .form-control__input--text::placeholder, .contact-us-page__form-container .consumer-form .form-control--has-error .form-control__input--email::placeholder, .contact-us-page__form-container .consumer-form .form-control--has-error .form-control__input--textarea::placeholder,
      .contact-us-page__form-container .consumer-form .form-control--has-error .form-control__input .single-select__control::placeholder {
        color: #a94442;
        opacity: 1; }
    .contact-us-page__form-container .consumer-form .form-control .single-select__control {
      box-shadow: none; }
      .contact-us-page__form-container .consumer-form .form-control .single-select__control--is-focused {
        border: 2px solid #f47d31; }
      .contact-us-page__form-container .consumer-form .form-control .single-select__control--menu-is-open {
        margin-bottom: 0; }
    .contact-us-page__form-container .consumer-form .form-control .single-select__menu {
      margin: 0; }
    .contact-us-page__form-container .consumer-form .form-control .single-select__option--is-selected {
      background: #f47d31; }
    .contact-us-page__form-container .consumer-form .form-control .single-select__option--is-focused {
      background: #f9ba92; }
  .contact-us-page__form-container .consumer-form .form-error {
    font-size: 0.875rem;
    line-height: 1.429em;
    list-style: none;
    color: #a94442;
    margin: 0 0 10px;
    padding: 5px 15px; }
  .contact-us-page__form-container .consumer-form__form__submit {
    background-color: #f47d31;
    color: #fff;
    border: none;
    padding: 10px 6px;
    min-width: 260px;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    min-width: auto;
    max-width: 294px;
    padding: 0.875em 0.75em;
    margin: 0 auto;
    text-align: center;
    line-height: 1.429em;
    cursor: pointer;
    width: 100%;
    border-radius: 25px; }
    .contact-us-page__form-container .consumer-form__form__submit:active, .contact-us-page__form-container .consumer-form__form__submit:visited, .contact-us-page__form-container .consumer-form__form__submit:hover {
      color: #fff; }
    .contact-us-page__form-container .consumer-form__form__submit:hover {
      background-color: #f26911; }

@media (min-width: 768px) {
  .contact-us-page__form-container .consumer-form {
    margin: 30px auto; }
    .contact-us-page__form-container .consumer-form .form-control--radio {
      flex-direction: row; }
    .contact-us-page__form-container .consumer-form .form-control__radio-option {
      padding: 5px 0 15px 5px;
      margin: 0;
      width: 23%; }
    .contact-us-page__form-container .consumer-form .form-control__label--radio-group {
      width: 31%; }
    .contact-us-page__form-container .consumer-form .form-control--text:nth-child(5), .contact-us-page__form-container .consumer-form .form-control--text:nth-child(6), .contact-us-page__form-container .consumer-form .form-control--text:nth-child(7) {
      width: 30.83%; }
    .contact-us-page__form-container .consumer-form .form-control--text:nth-last-child(3) {
      width: 37.5%; }
    .contact-us-page__form-container .consumer-form .form-control--text:nth-last-child(2) {
      width: 60%; }
    .contact-us-page__form-container .consumer-form .form-control--not-input:first-child {
      padding: 0 120px; }
      .contact-us-page__form-container .consumer-form .form-control--not-input:first-child p {
        line-height: 1.75em; } }

@media (min-width: 1200px) {
  .contact-us-page__form-container .consumer-form {
    max-width: 850px; }
    .contact-us-page__form-container .consumer-form h2 {
      font-size: 2.5rem; }
    .contact-us-page__form-container .consumer-form p,
    .contact-us-page__form-container .consumer-form strong,
    .contact-us-page__form-container .consumer-form .form-error {
      font-size: 1rem;
      line-height: 1.75em; }
    .contact-us-page__form-container .consumer-form .form-control__label, .contact-us-page__form-container .consumer-form .form-control__input, .contact-us-page__form-container .consumer-form .form-control__input::placeholder {
      font-size: 1rem;
      line-height: 1.75em; }
    .contact-us-page__form-container .consumer-form .form-control__label--radio-group, .contact-us-page__form-container .consumer-form .form-control__label--radio {
      line-height: 1em; }
    .contact-us-page__form-container .consumer-form .form-control--not-input:first-child p {
      font-size: 1.25rem; }
    .contact-us-page__form-container .consumer-form__form__submit {
      max-width: 375px; } }

.downloads-iframe .rte > div {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; }

.downloads-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }

.video__box {
  margin-top: 0;
  width: 100%; }

.video__section {
  margin: 0; }

.video__section--item, .video__intro-line {
  display: none; }

.video__title {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #f47d31;
  margin: 0.85em 0 0;
  line-height: 1.2em; }

.video__description {
  margin: 0;
  line-height: 1.5em;
  margin-bottom: 3em; }

.video__wrapper {
  order: -1; }

.video__title, .video__description {
  padding: 0 1em;
  margin-left: auto;
  margin-right: auto;
  width: 850px; }

.video__thumbnail {
  border: none;
  height: 0;
  padding-bottom: 56.25%;
  position: relative; }

.video__play polygon {
  fill: #f47d31; }

.video__play circle {
  stroke: #f47d31; }

.video img.video__thumbnail-img {
  position: absolute;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%); }

.video__player {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; }

.video__iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media screen and (max-width: 1199px) {
  .video__title {
    font-size: 2.125rem; }
  .video__description {
    font-sizE: 0.875rem; } }

@media screen and (max-width: 991px) {
  .video__title {
    font-size: 1.5625rem; }
  .video__description {
    font-sizE: 0.6875rem; }
  .video__title, .video__description {
    width: 660px; } }

@media screen and (max-width: 767px) {
  .video__title {
    margin-bottom: 1.5em; }
  .video__description {
    font-sizE: 0.875rem; }
  .video__title, .video__description {
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
    box-sizing: border-box; } }

.ReactModal__Overlay--after-open {
  z-index: 10; }

.ReactModal__Overlay .image-as-link {
  max-width: 175px; }
  .ReactModal__Overlay .image-as-link__image {
    width: unset; }

.ReactModal__Overlay .rte h6 {
  font-size: 1rem;
  color: #000; }

.ReactModal__Overlay .rte p {
  font-size: 0.875rem;
  margin: 0 0 23px 0; }

.ReactModal__Overlay .rte strong {
  font-size: 1rem; }

.ReactModal__Overlay .content-grid__row {
  justify-content: space-around; }

.ReactModal__Overlay .content-grid__column--size-6 {
  max-width: 850px;
  margin-top: 20px;
  padding: 20px 40px;
  box-sizing: border-box; }
  .ReactModal__Overlay .content-grid__column--size-6:last-child {
    margin-top: 85px;
    position: relative; }
    .ReactModal__Overlay .content-grid__column--size-6:last-child .rte {
      border: 1px solid #00bff6;
      padding: 20px 30px 25px;
      text-align: center;
      margin-bottom: 30px; }
      .ReactModal__Overlay .content-grid__column--size-6:last-child .rte:hover {
        background-color: rgba(37, 36, 36, 0.04); }
    .ReactModal__Overlay .content-grid__column--size-6:last-child .button__close-popup {
      position: absolute;
      margin-top: -85px;
      left: 50%;
      transform: translateX(-50%);
      background-color: transparent;
      color: #000; }
      .ReactModal__Overlay .content-grid__column--size-6:last-child .button__close-popup:hover {
        text-decoration: underline; }

@media (max-width: 767px) {
  .ReactModal__Overlay .content-grid__row {
    flex-direction: column; }
  .ReactModal__Overlay .content-grid__column--size-6 {
    padding: 0; }
    .ReactModal__Overlay .content-grid__column--size-6:last-child {
      margin-top: 0; }
      .ReactModal__Overlay .content-grid__column--size-6:last-child .rte,
      .ReactModal__Overlay .content-grid__column--size-6:last-child .button__close-popup {
        color: #f47d31; }
  .ReactModal__Overlay .rte {
    padding: 0; }
  .ReactModal__Overlay .image-as-link {
    margin: auto; } }

.ReactModal__Content--after-open {
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important; }

.table {
  overflow-x: auto;
  margin: 1em 0; }

.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 5%;
  box-sizing: border-box;
  width: 100%; }
  .cards * {
    box-sizing: border-box; }
  .cards .content-grid__row {
    flex: none; }
  .cards .rte p {
    margin: 0; }
  .cards .rte .letter {
    margin-top: 20px; }
    .cards .rte .letter__welcome, .cards .rte .letter__content, .cards .rte .letter__greetings {
      margin-bottom: 10px; }
    .cards .rte .letter__signatures {
      margin: 0 0 20px 0;
      padding: 0;
      list-style: none; }
  .cards .card {
    font: normal normal normal 0.875rem/1.25em Arial, "Helvetica Neue", Helvetica, sans-serif;
    flex: 1 0 100%;
    display: flex;
    align-items: center;
    padding: 20px;
    margin: 10px 0;
    background-color: #fff;
    cursor: pointer; }
    .cards .card--0 {
      order: 0; }
    .cards .card--1 {
      order: 2; }
    .cards .card--2 {
      order: 4; }
    .cards .card--3 {
      order: 6; }
    .cards .card--4 {
      order: 8; }
    .cards .card--5 {
      order: 10; }
    .cards .card--6 {
      order: 12; }
    .cards .card--7 {
      order: 14; }
    .cards .card--8 {
      order: 16; }
    .cards .card--9 {
      order: 18; }
    .cards .card--10 {
      order: 20; }
    .cards .card--11 {
      order: 22; }
    .cards .card--12 {
      order: 24; }
    .cards .card--13 {
      order: 26; }
    .cards .card--14 {
      order: 28; }
    .cards .card--15 {
      order: 30; }
    .cards .card--16 {
      order: 32; }
    .cards .card--17 {
      order: 34; }
    .cards .card--18 {
      order: 36; }
    .cards .card--19 {
      order: 38; }
    .cards .card--20 {
      order: 40; }
    .cards .card--21 {
      order: 42; }
    .cards .card--22 {
      order: 44; }
    .cards .card--23 {
      order: 46; }
    .cards .card--24 {
      order: 48; }
    .cards .card--25 {
      order: 50; }
    .cards .card--26 {
      order: 52; }
    .cards .card--27 {
      order: 54; }
    .cards .card--hidden {
      display: none; }
    .cards .card--active {
      display: flex; }
    .cards .card--first {
      background-color: #fef1e7; }
    .cards .card--second {
      background-color: #f1f8ee; }
    .cards .card--third {
      background-color: #eff5fb; }
    .cards .card__title, .cards .card__description, .cards .card__expand, .cards .card__body, .cards .card__hide {
      font-size: 0.875rem; }
    .cards .card__title {
      color: #f47d31;
      margin: 0; }
    .cards .card__description {
      margin: 10px 0; }
    .cards .card__expand {
      color: #f47d31;
      text-decoration: none;
      cursor: pointer; }
      .cards .card__expand:hover, .cards .card__expand:focus {
        text-decoration: underline; }
    .cards .card__hide {
      background: #f47d31;
      box-sizing: border-box;
      display: inline-block;
      min-width: auto;
      max-width: 87.5px;
      display: block;
      padding: 0.5em 0.75em;
      text-align: center;
      font-weight: bold;
      color: #fff; }
      .cards .card__hide:active, .cards .card__hide:visited, .cards .card__hide:hover {
        color: #fff; }
      .cards .card__hide:hover {
        background-color: #f26911; }

@media screen and (min-width: 768px) {
  .cards .card {
    margin: 10px; }
    .cards .card--box {
      flex: 1 0 28%; }
    .cards .card--1 {
      order: 9; }
    .cards .card--3 {
      order: 11; }
    .cards .card--7 {
      order: 21; }
    .cards .card--9 {
      order: 23; }
    .cards .card--13 {
      order: 33; }
    .cards .card--15 {
      order: 35; }
    .cards .card--19 {
      order: 45; }
    .cards .card--21 {
      order: 47; }
    .cards .card--25 {
      order: 57; }
    .cards .card--27 {
      order: 59; } }

.country-selector {
  display: none; }

.sampling-form-page {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875rem; }
  .sampling-form-page a {
    color: #ea3592;
    text-decoration: none; }
  .sampling-form-page .page-container {
    padding: 30px; }
    .sampling-form-page .page-container .main-header,
    .sampling-form-page .page-container main .breadcrumbs,
    .sampling-form-page .page-container main .main-title,
    .sampling-form-page .page-container .main-footer {
      display: none; }
    .sampling-form-page .page-container .main-footer .main-footer__bottom .wrapper--main-footer__bottom__text {
      color: #4d4d4d;
      margin: 15px 0; }
  .sampling-form-page__header .image-as-link img {
    width: unset; }
  .sampling-form-page__header .title {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #fff; }
    .sampling-form-page__header .title__heading {
      margin-bottom: 10px;
      color: #415a6c;
      font-size: 1.5rem;
      font-weight: normal;
      text-align: center; }
    .sampling-form-page__header .title .rte-wrapper .rte p {
      text-align: center;
      line-height: 1.4em; }
  .sampling-form-page__footer p {
    margin: 25px 0px;
    line-height: 1.4em; }
    .sampling-form-page__footer p:last-child {
      font-size: 0.75rem;
      line-height: 1em; }

.sampling-form .form-control--checkbox,
.sampling-form .form-control__radio-option,
.sampling-form .form-control--terms {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-bottom: 10px;
  min-height: 20px; }
  .sampling-form .form-control--checkbox .form-control__input,
  .sampling-form .form-control__radio-option .form-control__input,
  .sampling-form .form-control--terms .form-control__input {
    position: absolute;
    visibility: hidden; }
  .sampling-form .form-control--checkbox .form-control__label,
  .sampling-form .form-control__radio-option .form-control__label,
  .sampling-form .form-control--terms .form-control__label {
    display: flex;
    line-height: 20px; }
    .sampling-form .form-control--checkbox .form-control__label:before,
    .sampling-form .form-control__radio-option .form-control__label:before,
    .sampling-form .form-control--terms .form-control__label:before {
      content: "";
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0;
      margin-right: 10px;
      border: 2px solid #aeaeae;
      border-radius: 3px;
      width: 16px;
      height: 16px;
      min-width: 16px;
      vertical-align: text-top;
      background: #fff;
      color: #fff;
      cursor: pointer; }
  .sampling-form .form-control--checkbox .form-control__input:checked + .form-control__label:before,
  .sampling-form .form-control__radio-option .form-control__input:checked + .form-control__label:before,
  .sampling-form .form-control--terms .form-control__input:checked + .form-control__label:before {
    content: "\2714";
    border: 2px solid #ff6e40;
    background: #ff6e40; }
  .sampling-form .form-control--checkbox .form-error,
  .sampling-form .form-control__radio-option .form-error,
  .sampling-form .form-control--terms .form-error {
    color: #ea3592;
    flex-basis: 100%;
    list-style: none;
    padding: 0;
    font-size: 0.75rem;
    margin: 10px 0; }

.sampling-form .content-grid__column .rte {
  padding: 0;
  font-size: 0.88rem; }
  .sampling-form .content-grid__column .rte p {
    margin-top: 20px; }

.sampling-form__details .form-control {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px; }
  .sampling-form__details .form-control__label {
    display: none; }
  .sampling-form__details .form-control__input {
    padding: 10px 8px;
    border: 1px solid #ccc;
    border-radius: 5px; }
  .sampling-form__details .form-control .form-error {
    list-style: none;
    padding: 0;
    margin: 5px 0;
    color: #ea3592; }
  .sampling-form__details .form-control--has-error .form-control__input {
    border: 1px solid #ea3592; }

.sampling-form__my-practice {
  display: none; }

.sampling-form__my-practice-modal {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7); }
  .sampling-form__my-practice-modal .content-grid__column {
    flex: unset;
    padding: 25px;
    max-width: 720px;
    background: #fff;
    border: 15px solid #ccc;
    border-radius: 10px;
    box-sizing: border-box; }
    .sampling-form__my-practice-modal .content-grid__column p {
      line-height: 1.4; }
    .sampling-form__my-practice-modal .content-grid__column a {
      color: #ff6e40; }
    .sampling-form__my-practice-modal .content-grid__column .hcp-disclaimer__header {
      color: #ff6e40;
      margin: 0 0 0.5em;
      font-size: 1.6rem; }
    .sampling-form__my-practice-modal .content-grid__column .hcp-disclaimer__buttons {
      display: flex;
      justify-content: space-around; }
    .sampling-form__my-practice-modal .content-grid__column .hcp-disclaimer__button {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 6px 12px;
      height: 20px;
      width: 174px;
      color: #fff;
      background-color: #ea3592;
      border-radius: 2px;
      cursor: pointer; }
      .sampling-form__my-practice-modal .content-grid__column .hcp-disclaimer__button:hover {
        background-color: #d61679; }
      .sampling-form__my-practice-modal .content-grid__column .hcp-disclaimer__button--decline {
        background-color: #415a6c; }
        .sampling-form__my-practice-modal .content-grid__column .hcp-disclaimer__button--decline:hover {
          background-color: #2e3f4c; }

.sampling-form__my-patient {
  display: none; }

.sampling-form__my-patient-details {
  display: none; }
  .sampling-form__my-patient-details .form-control {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px; }
    .sampling-form__my-patient-details .form-control__label {
      display: none; }
    .sampling-form__my-patient-details .form-control__input {
      padding: 10px 8px;
      border: 1px solid #ccc;
      border-radius: 5px; }
    .sampling-form__my-patient-details .form-control .form-error {
      list-style: none;
      padding: 0;
      margin: 5px 0;
      color: #ea3592; }
    .sampling-form__my-patient-details .form-control--has-error .form-control__input {
      border: 1px solid #ea3592; }

.sampling-form__my-patient-samples {
  display: none; }

.sampling-form .consumer-form__form__submit {
  align-self: flex-end;
  background: #ea3592;
  color: #fff;
  padding: 8px 14px;
  margin-top: 20px;
  border: unset; }

.sampling-form form.consumer-form__form {
  display: flex;
  flex-direction: column; }

.sampling-form .open-element {
  display: flex; }

.sampling-form .practice-hidden-inputs, .sampling-form .patient-hidden-inputs {
  display: none; }

@media (min-width: 768px) {
  .sampling-form__details .content-grid__column, .sampling-form__my-patient-details .content-grid__column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .sampling-form__details .form-control, .sampling-form__my-patient-details .form-control {
    width: 49%; } }

@media (min-width: 768px) {
  .sampling-form__my-practice-modal {
    position: fixed; } }

.content-grid__row--description {
  padding: 0 5%; }

@media (min-width: 768px) {
  .content-grid__row--description {
    padding: 30px 5% 0 5%; } }

.products-instructions .rte div {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  margin: 20px 0; }
  .products-instructions .rte div p {
    margin-left: 20px; }

.products-description {
  padding: 20px 5%; }
  .products-description h1 {
    color: #f47d31; }
  .products-description p a {
    background-color: #f47d31;
    color: #fff;
    padding: 10px 20px; }

@media (min-width: 768px) {
  .products-description {
    padding: 20px 50px; } }

@media screen and (min-width: 1200px) {
  .main-carousel .carousel-item__btn {
    max-width: 410px; } }

.wrapper--footer-top-items {
  flex-wrap: wrap;
  position: relative; }

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

.main-footer__bottom {
  justify-content: space-between;
  align-items: center;
  padding-top: 60px; }
  .main-footer__bottom__text {
    color: #4d4d4d; }

.footer-info {
  width: 100%;
  line-height: 1.71em;
  color: #4d4d4d;
  margin-bottom: 1.7em; }

.footer-regulatory-text {
  width: 100%;
  flex-wrap: wrap; }
  .footer-regulatory-text-nested {
    display: flex;
    justify-content: space-between;
    width: 41em; }

.footer-links {
  padding-top: 0; }
  .footer-links__link {
    color: #4d4d4d; }
    .footer-links__link:visited {
      color: #4d4d4d; }

.footer-social-links {
  position: absolute;
  bottom: 1.8em;
  width: 25%;
  right: 0; }

@media screen and (max-width: 1199px) {
  .footer-regulatory-text, .footer-social-links__title {
    font-size: 0.75rem; }
  .footer-social-links {
    bottom: 1.2em; }
  .main-footer__bottom {
    font-size: 0.625rem; } }

@media screen and (max-width: 991px) {
  .footer-regulatory-text-nested {
    width: 37em; }
    .footer-regulatory-text-nested .logo-container {
      max-width: 14em;
      height: auto; }
  .main-footer__bottom {
    flex-wrap: wrap;
    padding-top: 40px; }
  .wrapper--footer-links {
    width: 100%;
    order: -1;
    margin-bottom: 25px; } }

@media screen and (max-width: 767px) {
  .footer-social-links {
    position: relative; }
    .footer-social-links__title {
      font-size: 0.875rem; }
  .footer-regulatory-text-nested {
    flex-direction: column;
    font-size: 0.875rem;
    margin-bottom: 20px; }
  .main-footer__bottom {
    font-size: 0.75rem;
    padding: 0 0 10px;
    flex-direction: column; } }

.help-centre .promotion__details {
  width: 100%; }

.help-centre .promotion__name, .help-centre .promotion__description, .help-centre .promotion__link-wrapper {
  max-width: 30em;
  margin-left: auto;
  margin-right: auto; }

.help-centre .promotion__link-wrapper {
  width: 100%; }

.custom-article.refund .content-grid__column--size-6 {
  display: flex;
  align-items: center;
  justify-content: center; }
  .custom-article.refund .content-grid__column--size-6 p {
    margin-bottom: 5px; }
  .custom-article.refund .content-grid__column--size-6 ul {
    margin-top: 0; }

.custom-article.refund h4 {
  color: #f47d31;
  margin-bottom: 0.25em; }

.image-as-link__wrapper .image-as-link {
  margin: 0 auto; }

.RBStarterKitProductPageEnhanced .preparation > div:last-child {
  float: none; }
  .RBStarterKitProductPageEnhanced .preparation > div:last-child ul {
    margin: 0; }

.ReactModal__Overlay {
  background-color: rgba(0, 0, 0, 0.75) !important; }
  .ReactModal__Overlay .image-as-link {
    margin: auto;
    max-width: 250px; }
  .ReactModal__Overlay .rte h1 {
    font-size: 1.5rem; }
  .ReactModal__Overlay .rte p {
    font-size: 0.75rem; }
  .ReactModal__Overlay .content-grid__section {
    position: absolute;
    width: 80%;
    left: 50%;
    max-width: 1140px;
    top: 50%;
    transform: translate(-50%, -50%); }
  .ReactModal__Overlay .content-grid__row {
    padding: 20px 50px;
    background-color: #fff;
    margin-bottom: 15px;
    border-radius: 20px; }
    .ReactModal__Overlay .content-grid__row:last-child .button-link {
      background-color: transparent;
      color: #00bff6; }
  .ReactModal__Overlay .button-link {
    background-color: #00bff6;
    border: 1px solid #00bff6;
    border-width: 1px !important;
    margin: 0 auto; }
  @media (max-width: 767px) {
    .ReactModal__Overlay .content-grid__section {
      border-radius: 20px;
      height: 300px;
      overflow: scroll;
      width: 90%; }
    .ReactModal__Overlay .content-grid__row {
      margin-bottom: 0;
      border-radius: 0; } }

.ReactModal__Content {
  background-color: transparent !important;
  border: 0 !important; }

.RBStarterKitContentGridPage main {
  position: relative; }

.RBStarterKitContentGridPage .breadcrumbs {
  position: absolute;
  width: 100%;
  padding-left: 30px; }

.RBStarterKitContentGridPage .consumer-form__form ul.form-error.form-error--form {
  display: none; }

.RBStarterKitContentGridPage .form-control {
  padding: 10px;
  display: flex;
  flex-direction: column;
  position: relative; }
  .RBStarterKitContentGridPage .form-control:first-child {
    padding: 0; }
    .RBStarterKitContentGridPage .form-control:first-child .rte-wrapper {
      width: 100%; }
  .RBStarterKitContentGridPage .form-control label {
    font-size: 0.75rem;
    padding: 10px; }
  .RBStarterKitContentGridPage .form-control textarea, .RBStarterKitContentGridPage .form-control input {
    box-shadow: none;
    background-clip: padding-box; }
  .RBStarterKitContentGridPage .form-control input, .RBStarterKitContentGridPage .form-control textarea {
    border: 1px solid #aeaeae;
    max-width: 255px;
    width: 100%;
    color: #4d4d4d;
    padding: 7px 12px 6px;
    font-size: 0.875rem;
    line-height: 1.4em;
    border-radius: 4px; }
    .RBStarterKitContentGridPage .form-control input::placeholder, .RBStarterKitContentGridPage .form-control textarea::placeholder {
      opacity: 0; }
  .RBStarterKitContentGridPage .form-control--textarea.form-control--has-error .form-error {
    bottom: -35px; }
  .RBStarterKitContentGridPage .form-control .form-error {
    padding: 0;
    white-space: nowrap;
    position: absolute;
    bottom: -20px;
    left: 10px; }
    .RBStarterKitContentGridPage .form-control .form-error .form-error__item {
      list-style-type: none;
      max-width: 255px;
      color: #a94442;
      font-size: 0.75rem;
      padding: 0; }
  .RBStarterKitContentGridPage .form-control--terms, .RBStarterKitContentGridPage .form-control--otherLegal {
    position: relative; }
    .RBStarterKitContentGridPage .form-control--terms, .RBStarterKitContentGridPage .form-control--terms:first-child, .RBStarterKitContentGridPage .form-control--otherLegal, .RBStarterKitContentGridPage .form-control--otherLegal:first-child {
      padding: 5px; }
    .RBStarterKitContentGridPage .form-control--terms input, .RBStarterKitContentGridPage .form-control--otherLegal input {
      position: absolute;
      left: 10px;
      top: 15px;
      width: 11px; }
    .RBStarterKitContentGridPage .form-control--terms label, .RBStarterKitContentGridPage .form-control--otherLegal label {
      margin-left: 15px; }
  .RBStarterKitContentGridPage .form-control__radio-option {
    position: relative;
    margin-top: 7px; }
    .RBStarterKitContentGridPage .form-control__radio-option input {
      position: absolute;
      left: 0;
      top: 3px;
      width: 12px; }
    .RBStarterKitContentGridPage .form-control__radio-option label {
      margin-left: 10px; }
  .RBStarterKitContentGridPage .form-control--has-error {
    margin-bottom: 35px; }
    .RBStarterKitContentGridPage .form-control--has-error input, .RBStarterKitContentGridPage .form-control--has-error textarea {
      border-color: #a94442; }
    .RBStarterKitContentGridPage .form-control--has-error label {
      color: #a94442;
      font-weight: 600; }
      .RBStarterKitContentGridPage .form-control--has-error label a {
        color: #a94442; }
    .RBStarterKitContentGridPage .form-control--has-error ul {
      margin-bottom: 0; }
  .RBStarterKitContentGridPage .form-control--not-input .rte {
    padding: 0; }
    .RBStarterKitContentGridPage .form-control--not-input .rte div {
      font-weight: 400;
      padding-top: 20px; }
  .RBStarterKitContentGridPage .form-control--not-input:first-child .rte {
    padding: 0; }
    .RBStarterKitContentGridPage .form-control--not-input:first-child .rte h2 {
      position: relative;
      color: #f47d31;
      text-align: left;
      background-color: #f9f5f0;
      margin-top: 0;
      font-size: 1.125rem;
      padding: 22px 19px 22px 34px; }
      .RBStarterKitContentGridPage .form-control--not-input:first-child .rte h2 strong {
        font-weight: 700;
        white-space: nowrap; }
      .RBStarterKitContentGridPage .form-control--not-input:first-child .rte h2::before {
        position: absolute;
        content: "";
        background-color: #f26911;
        width: 4px;
        top: 23px;
        left: 15px;
        height: 18px; }
    .RBStarterKitContentGridPage .form-control--not-input:first-child .rte div {
      padding: 0 11px;
      margin-bottom: 15px; }

.RBStarterKitContentGridPage .consumer-form__form__submit {
  background-color: #f47d31;
  border: 1px solid #f47d31;
  border-radius: 4px;
  color: #fff;
  font-size: 0.875rem;
  padding: 6px 12px;
  margin: 10px 10px 20px 125px; }

@media (min-width: 768px) {
  .RBStarterKitContentGridPage .breadcrumbs {
    padding-left: 40px; }
  .RBStarterKitContentGridPage .form-control {
    width: 520px;
    margin-left: 80px;
    flex-direction: row;
    justify-content: space-between; }
    .RBStarterKitContentGridPage .form-control:first-child {
      width: 100%;
      margin-left: 0; }
    .RBStarterKitContentGridPage .form-control label {
      font-size: 0.625rem; }
    .RBStarterKitContentGridPage .form-control .form-error {
      left: 250px; }
      .RBStarterKitContentGridPage .form-control .form-error .form-error__item {
        font-size: 0.625rem; }
    .RBStarterKitContentGridPage .form-control--terms, .RBStarterKitContentGridPage .form-control--otherLegal {
      justify-content: flex-start; }
      .RBStarterKitContentGridPage .form-control--terms, .RBStarterKitContentGridPage .form-control--terms:first-child, .RBStarterKitContentGridPage .form-control--otherLegal, .RBStarterKitContentGridPage .form-control--otherLegal:first-child {
        margin-left: 85px; }
      .RBStarterKitContentGridPage .form-control--terms.form-control--has-error .form-error, .RBStarterKitContentGridPage .form-control--otherLegal.form-control--has-error .form-error {
        left: 10px; }
    .RBStarterKitContentGridPage .form-control--not-input .rte div {
      font-size: 0.75rem; }
    .RBStarterKitContentGridPage .form-control--not-input:first-child {
      max-width: 100%; }
      .RBStarterKitContentGridPage .form-control--not-input:first-child .rte h2 {
        padding: 50px 60px 47px 80px;
        font-size: 0.9375rem; }
        .RBStarterKitContentGridPage .form-control--not-input:first-child .rte h2::before {
          top: 49px;
          height: 20px;
          left: 62px; }
      .RBStarterKitContentGridPage .form-control--not-input:first-child .rte div {
        margin: 0 80px 28px 80px;
        font-size: 0.75rem; }
  .RBStarterKitContentGridPage .consumer-form__form__submit {
    margin-left: 438px; } }

@media (min-width: 992px) {
  .RBStarterKitContentGridPage .form-control--not-input:first-child .rte h2 {
    font-size: 1.25rem; }
    .RBStarterKitContentGridPage .form-control--not-input:first-child .rte h2::before {
      top: 47px;
      height: 24px; }
  .RBStarterKitContentGridPage .form-control--not-input:first-child .rte div {
    font-size: 0.875rem; }
  .RBStarterKitContentGridPage .form-control .form-error .form-error__item {
    font-size: 0.75rem; }
  .RBStarterKitContentGridPage .form-control--not-input .rte div {
    font-size: 0.875rem; }
  .RBStarterKitContentGridPage .form-control label {
    font-size: 0.75rem; } }

@media (min-width: 1200px) {
  .RBStarterKitContentGridPage .form-control--not-input:first-child .rte h2 {
    font-size: 1.5rem; }
    .RBStarterKitContentGridPage .form-control--not-input:first-child .rte h2::before {
      top: 49px; }
  .RBStarterKitContentGridPage .form-control label {
    font-size: 0.875rem; } }

.RBStarterKitContentGridPage .breadcrumbs {
  position: absolute;
  width: 100%;
  padding-left: 30px; }

.RBStarterKitContentGridPage .consumer-form_thank-you {
  padding: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0; }
  .RBStarterKitContentGridPage .consumer-form_thank-you .rte-wrapper {
    width: 100%; }
  .RBStarterKitContentGridPage .consumer-form_thank-you .rte {
    padding: 0; }
    .RBStarterKitContentGridPage .consumer-form_thank-you .rte h2 {
      position: relative;
      color: #f47d31;
      text-align: left;
      background-color: #f9f5f0;
      margin-top: 0;
      font-size: 1.125rem;
      padding: 22px 19px 22px 34px; }
      .RBStarterKitContentGridPage .consumer-form_thank-you .rte h2 strong {
        font-weight: 700;
        white-space: nowrap; }
      .RBStarterKitContentGridPage .consumer-form_thank-you .rte h2::before {
        position: absolute;
        content: "";
        background-color: #f26911;
        width: 4px;
        top: 23px;
        left: 15px;
        height: 18px; }
    .RBStarterKitContentGridPage .consumer-form_thank-you .rte p {
      font-size: 0.875rem;
      font-weight: 700;
      max-width: 700px;
      margin: 0 auto;
      padding: 80px 20px; }

@media (min-width: 768px) {
  .RBStarterKitContentGridPage .breadcrumbs {
    padding-left: 40px; }
  .RBStarterKitContentGridPage .consumer-form_thank-you .rte h2 {
    padding: 50px 60px 47px 80px;
    font-size: 0.9375rem; }
    .RBStarterKitContentGridPage .consumer-form_thank-you .rte h2::before {
      top: 49px;
      height: 20px;
      left: 62px; } }

@media (min-width: 992px) {
  .RBStarterKitContentGridPage .consumer-form_thank-you .rte h2 {
    font-size: 1.25rem; }
    .RBStarterKitContentGridPage .consumer-form_thank-you .rte h2::before {
      top: 47px;
      height: 24px; } }

@media (min-width: 1200px) {
  .RBStarterKitContentGridPage .consumer-form_thank-you .rte h2 {
    font-size: 1.5rem; }
    .RBStarterKitContentGridPage .consumer-form_thank-you .rte h2::before {
      top: 49px; } }

