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

html .title_label,
body .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 .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 .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 .popular_questions_container #popularQuestionsList {
  width: 100%;
  margin: 0px !important;
}
.tms-wrapper .tms-site_content .tms-sidebar_container .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;
  padding-top: 20px;
}
.tms-wrapper .tms-site_content .tms-center_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-center_container h5 {
  color: #565656;
  text-align: center;
  font-family: "Roboto Slab", serif;
  padding-top: 10px;
  font-weight: 500;
  font-size: 13px;
}
.tms-wrapper .tms-site_content .tms-center_container .tms-option_container {
  margin-top: 20px;
  padding: 30px;
  background: #f2f2f2;
  text-align: center;
}
.tms-wrapper .tms-site_content .tms-center_container .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 .btn:hover {
  background-color: #a50005;
}
.tms-wrapper .tms-site_content .tms-center_container .tms-row_container {
  padding: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tms-wrapper .tms-site_content .tms-center_container .tms-row_container .mb-2 {
  margin-top: 0.5rem !important;
}
.tms-wrapper .tms-site_content .tms-center_container .tms-row_container input {
  border-radius: 5px;
  resize: none;
  background: #ffffff;
  height: 42px !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
}
.tms-wrapper .tms-site_content .tms-center_container .tms-row_container input::-webkit-input-placeholder {
  color: #898989;
  font-size: 12px;
}
.tms-wrapper .tms-site_content .tms-center_container .tms-row_container input:-moz-placeholder {
  /* Firefox 18- */
  color: #898989;
  font-size: 12px;
}
.tms-wrapper .tms-site_content .tms-center_container .tms-row_container input::-moz-placeholder {
  /* Firefox 19+ */
  color: #898989;
  font-size: 12px;
}
.tms-wrapper .tms-site_content .tms-center_container .tms-row_container input:-ms-input-placeholder {
  color: #898989;
  font-size: 12px;
}
.tms-wrapper .tms-site_content .tms-center_container .tms-row_container input:focus {
  border-color: rgba(189, 189, 189, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.09) inset, 0 0 8px rgba(189, 189, 189, 0.7);
  outline: 0 none;
}
.tms-wrapper .tms-site_content .options_container {
  background-color: #efefef;
  padding: 20px;
  margin-top: 15px;
  text-align: center;
}

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/
/* 
    ##Device = Laptops, Desktops
    ##Screen = B/w 1025px to 1280px
  */
/* 
    ##Device = Tablets, Ipads (portrait)
    ##Screen = B/w 768px to 1024px
  */
@media (min-width: 768px) and (max-width: 1024px) {
  .tms-option_container {
    padding: 5px !important;
  }

  .fas_main {
    font-size: 40px !important;
  }

  h3 {
    font-size: 1.2rem;
  }

  label,
a,
.form-control {
    font-size: 0.8rem;
  }

  textarea {
    border-radius: 5px;
    resize: none;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    resize: none;
  }
  textarea::-webkit-input-placeholder {
    color: #898989;
    font-size: 12px;
  }
  textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #898989;
    font-size: 12px;
  }
  textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #898989;
    font-size: 12px;
  }
  textarea:-ms-input-placeholder {
    color: #898989;
    font-size: 12px;
  }
  textarea:focus {
    border-color: rgba(189, 189, 189, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.09) inset, 0 0 8px rgba(189, 189, 189, 0.7);
    outline: 0 none;
  }

  .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;
  }
  .btn:hover {
    background-color: #a50005;
  }

  .tms-sidebar_container {
    margin-top: 15px;
  }
}
/* 
    ##Device = Tablets, Ipads (landscape)
    ##Screen = B/w 768px to 1024px
  */
/* 
    ##Device = Low Resolution Tablets, Mobiles (Landscape)
    ##Screen = B/w 481px to 767px
  */
/* 
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
  */
@media (min-width: 320px) and (max-width: 480px) {
  h3 {
    font-size: 1.2rem;
  }

  label,
a,
.form-control {
    font-size: 0.8rem;
  }

  .col-sm-12 {
    margin-top: 10px;
  }

  textarea {
    border-radius: 5px;
    resize: none;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    resize: none;
  }
  textarea::-webkit-input-placeholder {
    color: #898989;
    font-size: 12px;
  }
  textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #898989;
    font-size: 12px;
  }
  textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #898989;
    font-size: 12px;
  }
  textarea:-ms-input-placeholder {
    color: #898989;
    font-size: 12px;
  }
  textarea:focus {
    border-color: rgba(189, 189, 189, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.09) inset, 0 0 8px rgba(189, 189, 189, 0.7);
    outline: 0 none;
  }

  .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;
  }
  .btn:hover {
    background-color: #a50005;
  }

  .tms-sidebar_container {
    margin-top: 15px;
  }
}

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