.white {
  background-color: #ffffff; }

.white-text {
  color: #ffffff; }

.black {
  background-color: #000000; }

.black-text {
  color: #000000; }

.black-highlight {
  background-color: #3e3e3e; }

.black-highlight-text {
  color: #3e3e3e; }

.strike-through {
  text-decoration: line-through; }

.dark-grey {
  background-color: #2d2d2d; }

.dark-grey-text {
  color: #2d2d2d; }

.light-grey {
  background-color: #777; }

.light-grey-text {
  color: #777; }

.lightish-grey {
  background-color: #d6d6d6; }

.lightish-grey-text {
  color: #d6d6d6; }

.lighter-grey {
  background-color: #f3f3f3; }

.lighter-grey-text {
  color: #f3f3f3; }

.lightest-grey {
  background-color: #efefef; }

.lightest-grey-text {
  color: #efefef; }

.shadow-grey {
  background-color: #d3d3d3; }

.shadow-grey-text {
  color: #d3d3d3; }

.green {
  background-color: #376e26; }

.green-text {
  color: #376e26; }

.light-green {
  background-color: #4a9035; }

.light-green-text {
  color: #4a9035; }

.light-blue {
  background-color: #E7E9F1; }

.light-blue-text {
  color: #E7E9F1; }

.dark-blue {
  background-color: #293b6e; }

.dark-blue-text {
  color: #293b6e; }

.blue-highlight {
  background-color: #4a67b3; }

.red {
  background-color: #dc0423; }

.red-text {
  color: #dc0423; }

.yellow {
  background-color: #ffff00; }

.yellow::before {
  background-color: #ffff00; }

.yellow::marker {
  background-color: #ffff00; }

.update-highlight {
  background-color: #ffff00;
  display: inline !important; }

.update-highlight:before {
  background-color: #ffff00;
  display: inline !important; }

.consumerlab-blue {
  background-color: #1C449B; }

.consumerlab-blue-text {
  color: #1C449B; }

.passedTest {
  background-color: rgba(74, 144, 53, 0.3); }

.failedTest {
  background-color: rgba(220, 4, 35, 0.3); }

body.search .page-header #title {
  font-weight: 300;
  font-size: 1.5rem;
  margin-bottom: 0; }
  body.search .page-header #title strong {
    font-weight: bold; }

body.search .hero {
  padding-top: 1rem; }
  body.search .hero h1 {
    font-size: 2.25rem;
    margin-bottom: 1rem; }
  body.search .hero p {
    font-size: 1.25rem;
    margin-top: 1rem; }
  body.search .hero a {
    display: block;
    font-size: 1.25rem;
    text-align: center;
    margin-bottom: 2rem; }
  body.search .hero .image-container .main-image {
    max-width: 400px;
    margin: 0 auto; }
    body.search .hero .image-container .main-image img {
      border-radius: 5px; }

body.search .recommendations {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem; }
  body.search .recommendations h3 {
    font-size: 1.5rem;
    font-weight: normal;
    text-align: center;
    margin: 0 0 1rem 0; }
  body.search .recommendations a {
    margin: 0 auto;
    padding: 0.75em 3em; }

body.search .no-results .featured {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  body.search .no-results .featured h2 {
    margin-bottom: 1rem; }

body.search .no-results h2 {
  font-weight: 300;
  margin-bottom: 0;
  text-align: left; }
  body.search .no-results h2 a {
    color: #6c6c6c; }

body.search .no-results h3 {
  margin-bottom: 1rem; }

body.search .no-results ul {
  padding-left: 1.25em; }

body.search .no-results .continue-button {
  display: inline-block;
  margin-top: 2rem; }

body.search .results {
  border-top: 2px solid #000000;
  margin-top: 3rem;
  padding-top: 1rem; }
  body.search .results .search-upsell {
    font-size: 1.2rem;
    margin-bottom: 2rem; }
  body.search .results #search-filters {
    margin-bottom: 1rem; }
    body.search .results #search-filters #search-filter-toggle {
      background-color: #1C449B;
      color: #ffffff;
      padding: 0.25rem 0.75rem;
      font-size: 1.1rem;
      display: inline-block; }
      body.search .results #search-filters #search-filter-toggle .icon {
        display: inline-block;
        margin-right: 0.5rem;
        filter: invert(100%); }
    body.search .results #search-filters #search-filter-options {
      padding: 0 1rem 1rem 1rem;
      border-bottom: 2px solid #000000; }
      body.search .results #search-filters #search-filter-options #search-filter-options-header {
        display: flex;
        justify-content: space-between;
        margin-bottom: 0.5rem; }
        body.search .results #search-filters #search-filter-options #search-filter-options-header h3 {
          font-size: 1.3rem; }
        body.search .results #search-filters #search-filter-options #search-filter-options-header #search-filter-close {
          font-weight: bold;
          font-size: 1.25rem;
          color: #000000; }
      body.search .results #search-filters #search-filter-options #search-filter-categories {
        margin: 0;
        padding: 0;
        list-style: none; }
        body.search .results #search-filters #search-filter-options #search-filter-categories li {
          margin: 0;
          padding: 0; }
          body.search .results #search-filters #search-filter-options #search-filter-categories li a {
            display: block;
            font-size: 1.1rem;
            color: #000000;
            padding: 0.1rem 0; }
            body.search .results #search-filters #search-filter-options #search-filter-categories li a:hover {
              color: #1C449B; }
            body.search .results #search-filters #search-filter-options #search-filter-categories li a img {
              display: inline-block;
              margin-right: 0.5rem;
              max-width: 1rem;
              max-height: 1rem; }
  body.search .results .search-result {
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 1rem;
    margin-bottom: 1rem; }
    body.search .results .search-result .search-result-type {
      color: #2d2d2d;
      font-weight: normal;
      font-size: 1rem;
      text-transform: uppercase;
      margin: 0;
      padding: 0 0 0.5rem 0; }
    body.search .results .search-result .search-result-date {
      color: #6c6c6c;
      font-size: 0.9rem;
      font-weight: normal;
      margin: 0;
      padding: 0 0 0.5rem 0; }
    body.search .results .search-result h2 {
      font-weight: bolder;
      font-size: 1.3rem;
      color: #000000;
      margin: 0;
      padding: 0 0 0.5rem 0; }
    body.search .results .search-result:not(.clinical-update):hover h2 {
      color: #1C449B; }
    body.search .results .search-result p {
      color: #000000;
      margin: 0 0 1rem 0;
      font-size: 1.1rem; }
    body.search .results .search-result .review {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-bottom: 2rem; }
      body.search .results .search-result .review h3 {
        margin-top: 0.5rem; }
    body.search .results .search-result .clinical-update {
      cursor: pointer; }
    body.search .results .search-result .recall,
    body.search .results .search-result .clinical-update,
    body.search .results .search-result .news-article {
      border-bottom: 1px solid #d6d6d6;
      padding: 1rem 0;
      display: block; }
    body.search .results .search-result .tooltip-contents {
      display: none; }
  body.search .results .load-more {
    margin-top: 3rem; }

body.search .tooltip {
  opacity: 1; }
  body.search .tooltip .tooltip-inner {
    max-width: 40rem;
    background-color: #ffffff;
    box-shadow: 0 0 50px -15px rgba(0, 0, 0, 0.3);
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    color: #2d2d2d;
    font-size: 1rem;
    text-align: left;
    padding: 1rem 2rem;
    position: relative; }
    body.search .tooltip .tooltip-inner .tooltip-close {
      position: absolute;
      top: 0.5rem;
      right: 0.5rem;
      cursor: pointer;
      height: 1rem;
      width: 1rem; }

@media (max-width: 991.98px) {
  body.search .hero h1 {
    font-size: 1.75rem; }
  body.search .results .search-block .search-result .review h3,
  body.search .results .search-block .search-result .recall h3,
  body.search .results .search-block .search-result .clinical-update h3,
  body.search .results .search-block .search-result .news-article h3 {
    font-size: 1.1rem; }
  body.search .results .search-block .search-result .review p,
  body.search .results .search-block .search-result .recall p,
  body.search .results .search-block .search-result .clinical-update p,
  body.search .results .search-block .search-result .news-article p {
    font-size: 0.9rem; } }

@media (max-width: 767.98px) {
  body.search .page-container {
    max-width: 100%; }
  body.search .hero .image-container .main-image {
    max-width: 100%; }
    body.search .hero .image-container .main-image img {
      border-radius: 0; }
  body.search .navigation {
    margin-bottom: 2rem; }
  body.search .sticky-top {
    top: 120px !important; } }

@media (max-width: 575.98px) {
  body.search .results .search-block .search-result .review h3,
  body.search .results .search-block .search-result .recall h3,
  body.search .results .search-block .search-result .clinical-update h3,
  body.search .results .search-block .search-result .news-article h3 {
    font-size: 1.2rem; }
  body.search .results .search-block .search-result .review p,
  body.search .results .search-block .search-result .recall p,
  body.search .results .search-block .search-result .clinical-update p,
  body.search .results .search-block .search-result .news-article p {
    font-size: 1rem; }
  body.search .results .search-block .search-result .review .image img {
    display: block;
    object-fit: cover;
    width: 100%; } }
