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

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

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

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

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

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

.recalls .recall h1 {
  font-size: 2.5em;
  font-weight: 300;
  margin: 0.5em 0; }
  .recalls .recall h1 a {
    color: inherit;
    text-decoration: none; }

.recalls .recall h4.meta {
  text-transform: uppercase;
  font-size: 0.9em; }
  .recalls .recall h4.meta .latest {
    color: #dc0423;
    display: inline-block;
    padding-right: 0.5em;
    margin-right: 0.5em;
    border-right: 1px solid #d6d6d6; }
  .recalls .recall h4.meta .recall-date {
    color: #939393; }

.recalls .recall .recall-detail {
  margin: 2rem 0 0 0;
  line-height: 1.75;
  font-size: 1.2rem; }
  .recalls .recall .recall-detail .recall-continue {
    display: block;
    margin: 1em 0; }

.recalls.single .divider {
  display: block !important; }

.recalls.single .container .content .title h1 {
  font-size: 2.2rem; }

.recalls h3.recall-list-header {
  font-size: 1.5em;
  font-weight: 300;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #000000; }

.recalls .recall-search {
  margin-top: 3rem;
  border-bottom: 2px solid #d6d6d6; }
  .recalls .recall-search .input-group {
    padding: 0.5em 0; }
    .recalls .recall-search .input-group img {
      margin: 0.5rem 0.5rem 0 0;
      width: 2rem;
      height: 2rem; }
    .recalls .recall-search .input-group input {
      border: none;
      font-size: 1.35em;
      font-weight: 300; }

.recalls .recalls-list a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #000000;
  text-decoration: none;
  font-size: 1.1rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid #d6d6d6; }
  .recalls .recalls-list a .date {
    color: #939393;
    font-size: 0.9rem;
    display: block;
    margin-left: 1rem;
    white-space: nowrap; }

.recalls .recalls-list a:hover {
  color: #1C449B; }

.recalls .recall-reporting {
  font-size: 0.7em; }

.recalls .related-answers .recall-list-header {
  margin-bottom: 1rem; }

.recalls .recall-review {
  background-color: #f3f3f3;
  border-radius: 5px;
  margin: 2em 0;
  padding: 2.5em 0;
  text-decoration: none;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  overflow: hidden; }
  .recalls .recall-review img {
    position: absolute;
    right: 0;
    top: calc(50% - 88px);
    z-index: 1; }
  .recalls .recall-review .overlay {
    position: absolute;
    background: #f3f3f3;
    background: linear-gradient(90deg, #f4f4f4 75%, rgba(255, 255, 255, 0) 100%);
    height: 100%;
    width: 100%;
    z-index: 2; }
  .recalls .recall-review h4 {
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1.2;
    margin: 0 0 0 2.25rem;
    padding: 0;
    max-width: 50%;
    color: #000000;
    z-index: 3; }
  .recalls .recall-review .review-access {
    background-color: #dc0423;
    color: #ffffff;
    margin: 0;
    padding: 0.5em 1.5em 0.5em 2em;
    border-top-left-radius: 2em;
    border-bottom-left-radius: 2em;
    font-size: 1.1em;
    text-transform: uppercase;
    display: inline-block;
    z-index: 3; }

.recalls .recalls-newsletter-cta,
.recalls .report-problem {
  margin: 0 0 1.5em 0;
  padding: 1em;
  border-radius: 5px; }

.recalls .recalls-newsletter-cta {
  background-color: #dc0423; }
  .recalls .recalls-newsletter-cta h3.prompt {
    color: #ffffff;
    font-size: 1.5em;
    font-weight: 300;
    margin: 1em 0 1.5em 0; }
  .recalls .recalls-newsletter-cta input {
    display: block;
    text-align: center;
    border: none;
    outline: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 0.85em 0;
    line-height: 1;
    width: 100%; }
  .recalls .recalls-newsletter-cta button {
    display: block;
    padding: 0.65em 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #000000;
    border: none;
    font-size: 1.1em;
    color: #ffffff;
    width: 100%; }
    .recalls .recalls-newsletter-cta button:hover {
      background-color: #3e3e3e; }

.recalls .report-problem {
  background-color: #f3f3f3;
  margin-top: 5.5rem; }
  .recalls .report-problem h3.action {
    font-size: 1.5em;
    font-weight: 300;
    margin: 1em 0 0.5em 0; }
  .recalls .report-problem button {
    display: block;
    border: none;
    border-radius: 5px;
    margin: 0.5em 0;
    padding: 0.5em;
    font-size: 1.1em;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    width: 100%; }
  .recalls .report-problem .dietary-supplement-problem {
    background-color: #4a9035; }
    .recalls .report-problem .dietary-supplement-problem:hover {
      background-color: #376e26; }
  .recalls .report-problem .generic-drug-problem {
    background-color: #4a67b3; }
    .recalls .report-problem .generic-drug-problem:hover {
      background-color: #293b6e; }

.recalls .modal .modal-content {
  padding: 1rem 2rem; }
  .recalls .modal .modal-content .modal-body {
    margin: 0 2rem; }
    .recalls .modal .modal-content .modal-body form {
      margin: 2rem 0 0 0; }
      .recalls .modal .modal-content .modal-body form .form-group label {
        margin: 0; }
      .recalls .modal .modal-content .modal-body form .form-group .form-text {
        font-size: 0.75em;
        margin: 0; }
      .recalls .modal .modal-content .modal-body form .form-group input {
        margin-top: 0.5rem; }
      .recalls .modal .modal-content .modal-body form .form-group textarea {
        min-height: 10em; }
      .recalls .modal .modal-content .modal-body form button {
        background-color: #1C449B;
        border-radius: 4em;
        margin: 1.5rem 0;
        padding: 0.5em;
        min-width: 15em; }

@media (max-width: 991.98px) {
  .recalls .recall {
    margin-bottom: 3rem; }
    .recalls .recall h1 {
      font-size: 1.75rem; }
  .recalls .recalls-newsletter-cta,
  .recalls .report-problem {
    margin-left: 0;
    margin-right: 0;
    padding: 1.5em;
    border-radius: 0; }
  .recalls .report-problem {
    margin-top: 1rem; }
  .recalls .recall-search .recall-list-header {
    padding-left: 1rem; }
  .recalls .recall-search .input-group {
    padding-left: 1rem; }
    .recalls .recall-search .input-group input {
      font-size: 1em; }
  .recalls .recalls-list,
  .recalls .recalls-paginator,
  .recalls .related-answers {
    margin-left: 1rem;
    margin-right: 1rem; }
  .recalls .recall-reporting {
    margin: 1rem; }
  .recalls .related-answers {
    margin-top: 2rem; }
  .recalls .recall-review {
    margin: 1.5rem;
    display: block;
    padding: 2rem 1rem;
    width: auto; }
    .recalls .recall-review img,
    .recalls .recall-review .overlay {
      display: none; }
    .recalls .recall-review h4 {
      margin: 0 0 2rem 0;
      max-width: initial;
      text-align: center; }
    .recalls .recall-review .review-access {
      margin: 1rem;
      padding: 0.5em;
      border-radius: 2em;
      font-size: 1.25em;
      text-align: center;
      text-transform: uppercase;
      display: block; }
  .recalls .modal .modal-content {
    padding: 0; }
    .recalls .modal .modal-content .modal-body {
      margin: 1rem; }
    .recalls .modal .modal-content form button {
      width: 100%; } }
