html,
body {
  font-family: "Roboto", sans-serif;
  font-display: auto;
}
html .tms-fas,
html .tms-far,
body .tms-fas,
body .tms-far {
  color: #D80006;
  font-size: 20px;
  padding: 8px;
}
html .tms-fas_categories,
html .tms-far_categories,
body .tms-fas_categories,
body .tms-far_categories {
  color: #565656;
  font-size: 20px;
  padding: 8px;
}
html .tms-fas_custom,
body .tms-fas_custom {
  color: #898989 !important;
  font-size: 50px !important;
  margin-top: 15px;
  margin-bottom: 15px;
}
html .tms-fas_main,
body .tms-fas_main {
  color: #D80006;
  font-size: 60px;
  padding: 20px;
}
html .tms-form-check-label,
body .tms-form-check-label {
  margin-left: 5px !important;
}

html .tms-title_label,
body .tms-title_label {
  color: #23252a;
  padding-top: 8px;
}
html small,
body small {
  font-size: 1.2rem;
}
html a,
body a {
  color: #00847f;
}
html a:hover,
body a:hover {
  color: #00b7b0;
}

  .tms-wrapper .tms-site_content .tms-sidebar_container h3 {
    color: #565656;
    text-align: center;
    font-family: "Roboto Slab", serif;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #23252a;
  }
  .tms-wrapper .tms-site_content .tms-sidebar_container .tms-mt-0 {
    font-size: 16px;
  }
  .tms-wrapper .tms-site_content .tms-sidebar_container label {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 100%;
  }
  .tms-wrapper .tms-site_content .tms-sidebar_container .tms-categories_container {
    margin-top: 15px;
    margin-bottom: 15px;
    border-top: 4px solid #D80006;
    background: #ffffff;
    padding-bottom: 10px;
  }
  .tms-wrapper .tms-site_content .tms-sidebar_container .tms-categories_container ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .tms-wrapper .tms-site_content .tms-sidebar_container .tms-categories_container li a {
    display: block;
    color: #565656;
    padding: 8px 16px;
    text-decoration: none;
    width: 100%;
    background-image: linear-gradient(to left, transparent, transparent 50%, #D80006 50%, #D80006);
    background-position: 100% 0;
    background-size: 200% 100%;
    transition: all 0.25s ease-in;
  }
  .tms-wrapper .tms-site_content .tms-sidebar_container .tms-categories_container li a:hover {
    background-position: 0 0;
    color: #ffffff;
  }
  .tms-wrapper .tms-site_content .tms-sidebar_container .tms-popular_questions_container {
    margin-top: 15px;
    margin-bottom: 15px;
    border-top: 4px solid #D80006;
    background: #ffffff;
    padding-bottom: 10px;
  }
  .tms-wrapper .tms-site_content .tms-sidebar_container .tms-popular_questions_container #popularQuestionsList {
    width: 100%;
    margin: 0px !important;
  }
  .tms-wrapper .tms-site_content .tms-sidebar_container .tms-popular_questions_container li {
    margin-top: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #898989;
  }
  .tms-wrapper .tms-site_content .tms-center_container {
    margin-top: 15px;
    margin-bottom: 15px;
    border-top: 4px solid #D80006;
    background: #ffffff;
    padding-bottom: 10px;
    text-align: center;
  }

  button#searchQuestionButton {
    color: #ffffff;
  }

  .tms-wrapper .tms-site_content .tms-center_container h3 {
    color: #565656;
    text-align: center;
    font-family: "Roboto Slab", serif;
    padding-top: 10px;
    font-weight: 400;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #23252a;
  }
  .tms-wrapper .tms-site_content .tms-center_container .tms-btn {
    font-family: "Roboto", sans-serif;
    background-color: #D80006;
    border: none;
    color: white;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.2rem;
    margin: 4px 2px;
    border-radius: 3px;
  }
  .tms-wrapper .tms-site_content .tms-center_container .tms-btn:hover {
    background-color: #a50005;
  }
  .tms-wrapper .tms-site_content .tms-center_container .tms-pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
  }
  .tms-wrapper .tms-site_content .tms-center_container .tms-pagination li {
    display: inline;
  }
  .tms-wrapper .tms-site_content .tms-center_container .tms-pagination li a {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #D80006;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #efefef;
    border-top-color: #dddddd;
    border-right-color: #dddddd;
    border-bottom-color: #dddddd;
    border-left-color: #dddddd;
  }
  .tms-wrapper .tms-site_content .tms-center_container .tms-pagination .tms-active a {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #D80006;
    border-color: #D80006;
  }
  .tms-wrapper .tms-site_content .tms-center_container .tms-pagination .tms-active a:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #D80006;
    border-color: #D80006;
  }
  .tms-wrapper .tms-site_content .tms-center_container .tms-individual_question_container {
    margin-top: 15px;
    padding: 15px;
    background-color: #F5F5F5;
    border-radius: 5px;
  }
  .tms-wrapper .tms-site_content .tms-center_container .tms-individual_question_container #individualQuestionDate {
    font-style: italic;
  }
  .tms-wrapper .tms-site_content .tms-center_container .tms-individual_question_container #tag,
  .tms-wrapper .tms-site_content .tms-center_container .tms-individual_question_container .tms-tags {
    color: #D80006;
    padding: 4px;
  }
  .tms-wrapper .tms-site_content .tms-center_container .tms-individual_question_container .tms-badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #ff767a;
    border-radius: 10px;
  }

  

/*# sourceMappingURL=qa_individual_category_styles.css.map */
