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

#comment-loader {
  display: inline-block;
  padding: 1rem;
  color: #2d2d2d;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px 0 #d3d3d3;
  -moz-box-shadow: 0 0 10px 0 #d3d3d3;
  box-shadow: 0 0 10px 0 #d3d3d3; }
  #comment-loader .loading-text {
    margin-left: 1rem; }

.comments {
  scroll-margin-top: 100px;
  margin-top: 2rem; }
  .comments #new-comment {
    margin-top: 2rem; }
    .comments #new-comment h3 {
      border-bottom: 1px solid #d3d3d3;
      font-size: 1.5rem;
      font-weight: normal;
      padding-bottom: 0.75rem; }
  .comments .comment-form {
    margin: 1rem 0; }
    .comments .comment-form .comment-container {
      border: 2px solid #1C449B;
      border-radius: 5px;
      padding: 1rem 0; }
      .comments .comment-form .comment-container textarea {
        background-color: transparent;
        box-shadow: none;
        outline: none;
        border: none;
        padding: 0 1rem;
        min-height: 1.5em;
        resize: none; }
    .comments .comment-form.is-invalid .comment-container {
      border-color: #dc0423; }
    .comments .comment-form .comment-submission {
      display: flex;
      padding-top: 0.5rem;
      justify-content: space-between; }
      .comments .comment-form .comment-submission .submit {
        background-color: #1C449B;
        color: #ffffff;
        padding: 0.5rem 1rem; }
        .comments .comment-form .comment-submission .submit .loader {
          display: none; }
      .comments .comment-form .comment-submission .character-count {
        text-align: right;
        color: #6c6c6c; }
    .comments .comment-form.saving .submit .text {
      display: none; }
    .comments .comment-form.saving .submit .loader {
      display: block; }
  .comments .comment-controls {
    margin-bottom: 3rem;
    padding-top: 12px;
    display: flex;
    justify-content: space-between;
    -webkit-box-shadow: inset 0 6px 6px -6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 6px 6px -6px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 6px 6px -6px rgba(0, 0, 0, 0.2); }
    .comments .comment-controls .comment-counter {
      margin: 0;
      display: inline-block;
      color: #2d2d2d; }
      .comments .comment-controls .comment-counter img {
        width: 20px !important; }
      .comments .comment-controls .comment-counter .counter {
        font-weight: bold;
        margin-left: 0.25rem; }
    .comments .comment-controls .comment-sorter select {
      border: none;
      color: #1C449B; }
  .comments .comment-list .comment {
    background-color: #ffffff;
    border-top: 1px solid #d6d6d6;
    margin-top: 0.5rem;
    padding-top: 1rem;
    scroll-margin-top: 100px; }
    .comments .comment-list .comment:first-child {
      border-top: none; }
    .comments .comment-list .comment .meta {
      display: flex;
      justify-content: space-between; }
      .comments .comment-list .comment .meta .user {
        padding: 0;
        font-size: 1.1rem; }
        .comments .comment-list .comment .meta .user img {
          border: 1px solid #d6d6d6;
          background-color: #ffffff; }
      .comments .comment-list .comment .meta .comment-status {
        border: 1px solid #d6d6d6;
        border-radius: 5px;
        font-size: 0.9rem;
        padding: 0.25rem 0.5rem;
        color: #ffffff; }
        .comments .comment-list .comment .meta .comment-status.under-review, .comments .comment-list .comment .meta .comment-status.needs-approval, .comments .comment-list .comment .meta .comment-status.edited-needs-approval {
          background-color: #17a2b8; }
        .comments .comment-list .comment .meta .comment-status.approved {
          background-color: #4a9035;
          border-color: #376e26; }
        .comments .comment-list .comment .meta .comment-status.edit-rejected {
          background-color: #ffc107; }
        .comments .comment-list .comment .meta .comment-status.not-approved {
          background-color: #dc3545; }
      .comments .comment-list .comment .meta .time {
        padding: 0;
        font-size: 1rem;
        color: #939393; }
    .comments .comment-list .comment .text {
      font-size: 1rem;
      line-height: 1.75;
      overflow-wrap: break-word;
      word-wrap: break-word;
      -ms-word-break: break-all;
      word-break: break-word;
      -ms-hyphens: auto;
      -moz-hyphens: auto;
      -webkit-hyphens: auto;
      hyphens: auto; }
    .comments .comment-list .comment .comment-list, .comments .comment-list .comment .comment-form, .comments .comment-list .comment .reply {
      margin-left: 2rem; }
    .comments .comment-list .comment .comment-list .comment {
      border: 2px solid #d6d6d6;
      border-radius: 10px;
      -webkit-box-shadow: 0 0 5px 0 #d6d6d6;
      -moz-box-shadow: 0 0 5px 0 #d6d6d6;
      box-shadow: 0 0 5px 0 #d6d6d6;
      padding: 1rem;
      margin-bottom: 1rem; }
      .comments .comment-list .comment .comment-list .comment:last-child {
        margin-bottom: 0; }
    .comments .comment-list .comment .comment-form .input-group {
      border: none;
      -webkit-box-shadow: 0 0 5px 0 #d6d6d6;
      -moz-box-shadow: 0 0 5px 0 #d6d6d6;
      box-shadow: 0 0 5px 0 #d6d6d6; }
    .comments .comment-list .comment .reply {
      margin-top: 1rem; }
  .comments .comment-list .comment.moderator {
    border-color: #1C449B !important;
    background-color: #E7E9F1 !important; }
  .comments #show-more-comments {
    margin: 2rem 0; }

.comment-terms .modal-body {
  padding-top: 2rem !important; }

.comment-terms h4 {
  text-align: center;
  font-weight: bold;
  margin: 1rem 0; }

.comment-terms .terms ul {
  font-size: 1.1rem;
  padding-left: 0; }
  .comment-terms .terms ul li {
    margin-bottom: 0.5em; }
    .comment-terms .terms ul li .icon {
      margin-right: 0.5rem; }

.comment-terms .terms .privacy-notice {
  font-size: 1.1rem; }

@media (max-width: 767.98px) {
  .comments-summary {
    margin-left: 1rem; }
  .comment-terms .actions button {
    margin-bottom: 1rem; } }

.answers .ask-a-question {
  background-color: #f3f3f3;
  border-radius: 5px;
  margin-top: 3rem;
  padding: 2rem 1.3rem; }
  .answers .ask-a-question h3 {
    font-size: 1.5rem;
    font-weight: normal;
    border-bottom: 3px solid #000000;
    padding-bottom: 0.75rem;
    margin: 0 0 1rem 0; }
  .answers .ask-a-question p {
    color: #2d2d2d;
    margin-bottom: 0.5rem; }
  .answers .ask-a-question button {
    display: block;
    margin-top: 2rem;
    padding: 0.65em 0;
    border-radius: 5rem;
    background-color: #1C449B;
    border: none;
    font-size: 1.1em;
    color: #ffffff;
    width: 100%; }
    .answers .ask-a-question button:hover {
      background-color: #103075; }

.answers .answer-topic {
  display: block;
  margin-top: 2rem;
  color: #000000;
  font-size: 1.1rem;
  font-weight: bold; }

.answers .answer-topic:hover {
  color: #103075; }

.answers .expandable .toggle {
  margin: 0;
  color: #1C449B;
  font-size: 1.1rem;
  cursor: pointer; }

.answers .expandable.collapsed .expanded-content {
  display: none; }

.answers .expandable.collapsed .collapser {
  display: none; }

.answers .expandable.expanded .expander {
  display: none; }

.answers .expandable.expanded .collapser {
  display: normal; }

.answers .sources .body {
  color: #939393;
  font-size: 1.0rem;
  line-height: 1.5rem;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-top: 1rem; }
  .answers .sources .body ul {
    line-height: 2rem;
    list-style: none; }
  .answers .sources .body li {
    padding-left: 1rem;
    text-indent: -.7rem; }
  .answers .sources .body li::before {
    content: "\2022";
    font-weight: 700;
    color: #1C449B;
    display: inline-block;
    /* Needed to add space between the bullet and the text */
    width: .6rem;
    /* Also needed for space (tweak if needed) */
    margin-left: 0;
    /* Also needed for space (tweak if needed) */ }

.answers .submit-question .modal-body h2 {
  text-align: center;
  font-size: 2.25rem;
  font-weight: 300;
  margin: 0.5rem 0 3rem 0; }

.answers .submit-question .modal-body textarea {
  min-height: 15rem; }

.answers .submit-question .modal-body .agreement {
  margin-bottom: 1rem; }

.answers .submit-question .modal-body button {
  margin: 2rem 0;
  padding: 0.65em 5rem;
  border-radius: 5rem;
  background-color: #1C449B;
  border: none;
  font-size: 1.1em;
  color: #ffffff; }
  .answers .submit-question .modal-body button:hover {
    background-color: #1C449B; }

.answers.single h3.intro {
  color: #dc0423;
  font-size: 1.2rem;
  font-weight: 700;
  font-style: italic;
  font-family: 'PT Serif', serif;
  margin-bottom: 0.5rem; }

.answers.single .answer .image {
  margin-bottom: 1rem; }

.answers.single .answer .answer-text {
  border-top: 3px solid #000000;
  line-height: 1.75;
  margin-top: 1rem;
  padding-top: 1rem;
  margin-bottom: 2rem;
  overflow-wrap: normal;
  word-wrap: normal;
  -ms-word-break: normal;
  word-break: normal;
  -ms-hyphens: manual;
  -moz-hyphens: manual;
  -webkit-hyphens: manual;
  hyphens: manual; }
  .answers.single .answer .answer-text h2 {
    font-size: 1.3rem; }
  .answers.single .answer .answer-text a:not([href]) {
    display: block;
    position: relative;
    top: -165px;
    visibility: hidden; }
  .answers.single .answer .answer-text :target::before {
    display: none; }
  .answers.single .answer .answer-text li a:not([href]) {
    display: block;
    position: relative;
    top: -165px;
    visibility: hidden; }
  .answers.single .answer .answer-text li :target::before {
    display: none; }
  .answers.single .answer .answer-text img {
    height: auto;
    max-width: 100%; }
  .answers.single .answer .answer-text #resp-table {
    font-size: 0.9rem; }
    .answers.single .answer .answer-text #resp-table th {
      cursor: pointer; }
      .answers.single .answer .answer-text #resp-table th img {
        height: 0.9rem !important;
        filter: invert(18%) sepia(44%) saturate(3871%) hue-rotate(212deg) brightness(95%) contrast(89%); }
    .answers.single .answer .answer-text #resp-table td {
      vertical-align: top; }
    .answers.single .answer .answer-text #resp-table td:nth-child(3) ~ td {
      text-align: center !important; }
  .answers.single .answer .answer-text #resp-table-alt {
    font-size: 1.0rem; }
    .answers.single .answer .answer-text #resp-table-alt th {
      cursor: pointer; }
      .answers.single .answer .answer-text #resp-table-alt th img {
        height: 1.0rem !important;
        filter: invert(18%) sepia(44%) saturate(3871%) hue-rotate(212deg) brightness(95%) contrast(89%); }
    .answers.single .answer .answer-text #resp-table-alt td:nth-child(2) ~ td {
      text-align: center !important; }
  .answers.single .answer .answer-text .responsive-video {
    position: relative;
    overflow: hidden;
    width: 100%; }
  .answers.single .answer .answer-text .responsive-video::after {
    display: block;
    content: "";
    padding-top: 56.25%; }
  .answers.single .answer .answer-text .responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.answers.single .answer .meta-dates {
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 0.3rem; }
  .answers.single .answer .meta-dates span, .answers.single .answer .meta-dates a, .answers.single .answer .meta-dates .review-date-label {
    color: #939393;
    font-size: 1rem; }
  .answers.single .answer .meta-dates a:link, .answers.single .answer .meta-dates a:visited {
    color: #939393; }
  .answers.single .answer .meta-dates a:hover {
    color: #1C449B; }
  .answers.single .answer .meta-dates .review-latest-update-date {
    color: #1C449B; }
  .answers.single .answer .meta-dates .indicator {
    color: #1C449B;
    display: inline-block;
    font-size: 1rem;
    margin: 0 0.1rem 0.2rem 0.3rem; }
  @media only screen and (max-width: 992px) {
    .answers.single .answer .meta-dates {
      text-align: left;
      display: flex;
      flex-direction: column;
      font-size: 1rem;
      margin-top: 0.5rem;
      padding-bottom: 0.3rem;
      justify-content: flex-start; }
      .answers.single .answer .meta-dates span, .answers.single .answer .meta-dates a, .answers.single .answer .meta-dates .review-date-label {
        font-size: 1rem; }
      .answers.single .answer .meta-dates .avatar {
        width: 2.1rem;
        margin-left: 0; } }
@media (max-width: 767.98px) {
  .answers.index .answers-list {
    margin: 1rem; }
  .answers.single .answer .answer-text {
    margin-left: 1rem;
    margin-right: 1rem; }
    .answers.single .answer .answer-text #resp-table {
      font-size: 0.7rem; }
      .answers.single .answer .answer-text #resp-table th {
        cursor: pointer; }
        .answers.single .answer .answer-text #resp-table th img {
          height: 0.7em !important;
          filter: invert(18%) sepia(44%) saturate(3871%) hue-rotate(212deg) brightness(95%) contrast(89%); }
      .answers.single .answer .answer-text #resp-table td {
        vertical-align: top; }
      .answers.single .answer .answer-text #resp-table td:nth-child(3) ~ td {
        text-align: center !important; }
    .answers.single .answer .answer-text #resp-table-alt {
      font-size: 0.8rem; }
      .answers.single .answer .answer-text #resp-table-alt th {
        cursor: pointer; }
        .answers.single .answer .answer-text #resp-table-alt th img {
          height: 0.8rem !important;
          filter: invert(18%) sepia(44%) saturate(3871%) hue-rotate(212deg) brightness(95%) contrast(89%); }
      .answers.single .answer .answer-text #resp-table-alt td:nth-child(2) ~ td {
        text-align: center !important; }
  .answers .ask-a-question {
    margin: 1rem;
    padding: 2rem 1.3rem; }
    .answers .ask-a-question button {
      width: auto;
      padding: 0.5em 2em; }
  .answers .answer-topic {
    margin: 1rem 1rem 2rem 1rem;
    text-align: center; }
    .answers .answer-topic p {
      margin: 0.5rem 0 0 0; } }
