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-center_container #submitButton {
    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 #submitButton:hover {
    background-color: #a50005;
  }
  .tms-wrapper .tms-site_content .tms-center_container h3 {
    color: #565656;
    text-align: center;
    font-family: "Roboto Slab", serif;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #23252a;
  }
  .tms-wrapper .tms-site_content .tms-center_container textarea {
    border-radius: 5px;
    resize: none;
    background: #ffffff;
    padding: 0 20px 0 10px;
    width: 100%;
    width: 100%;
    padding: 8px 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    resize: none;
  }
  .tms-wrapper .tms-site_content .tms-center_container textarea::-webkit-input-placeholder {
    color: #898989;
    font-size: 12px;
  }
  .tms-wrapper .tms-site_content .tms-center_container textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #898989;
    font-size: 12px;
  }
  .tms-wrapper .tms-site_content .tms-center_container textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #898989;
    font-size: 12px;
  }
  .tms-wrapper .tms-site_content .tms-center_container textarea:-ms-input-placeholder {
    color: #898989;
    font-size: 12px;
  }
  .tms-wrapper .tms-site_content .tms-center_container 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;
  }
  .tms-wrapper .tms-site_content .tms-center_container li {
    margin-top: 10px;
  }
  .tms-wrapper .tms-site_content .tms-center_container .tms-question_container {
    margin-top: 15px;
    margin-bottom: 15px;
    border-top: 4px solid #D80006;
    background: #ffffff;
    padding-bottom: 10px;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .tms-wrapper .tms-site_content .tms-center_container .tms-question_container input {
    border-radius: 5px;
    resize: none;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .tms-wrapper .tms-site_content .tms-center_container .tms-question_container input::-webkit-input-placeholder {
    color: #898989;
    font-size: 12px;
  }
  .tms-wrapper .tms-site_content .tms-center_container .tms-question_container input:-moz-placeholder {
    /* Firefox 18- */
    color: #898989;
    font-size: 12px;
  }
  .tms-wrapper .tms-site_content .tms-center_container .tms-question_container input::-moz-placeholder {
    /* Firefox 19+ */
    color: #898989;
    font-size: 12px;
  }
  .tms-wrapper .tms-site_content .tms-center_container .tms-question_container input:-ms-input-placeholder {
    color: #898989;
    font-size: 12px;
  }
  .tms-wrapper .tms-site_content .tms-center_container .tms-question_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 .tms-center_container .tms-question_container select {
    height: 42px;
    border-radius: 5px;
    font-size: 14px !important;
    -webkit-appearance: button;
    resize: none;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .tms-wrapper .tms-site_content .tms-center_container .tms-question_container select: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 .tms-center_container .tms-latests_answers_container {
    margin-top: 15px;
    margin-bottom: 15px;
    border-top: 4px solid #D80006;
    background: #ffffff;
    padding-bottom: 10px;
  }
  .tms-wrapper .tms-site_content .tms-center_container .tms-latests_answers_container nav {
    text-align: center;
  }
  .tms-wrapper .tms-site_content .tms-center_container .tms-latests_answers_container #latestAnswersListMain {
    width: 100%;
    margin: 0px !important;
  }
  .tms-wrapper .tms-site_content .tms-center_container .tms-latests_answers_container #latestAnswersListMain .tms-card {
    background: #f5f5f5;
    height: 100%;
  }
  .tms-wrapper .tms-site_content .tms-center_container .tms-latests_answers_container #latestAnswersListMain .tms-card .tms-card-body .tms-tags_container {
    text-align: center;
    color: #D80006;
  }
  .tms-wrapper .tms-site_content .tms-center_container .tms-mt-0 {
    font-size: 16px;
  }
  .tms-wrapper .tms-site_content .tms-center_container nav {
    display: block;
  }
  .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-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;
  }

  /* 
    ##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) {
    h3 {
      font-size: 1.2rem;
    }

    label,
  a,
  .tms-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;
    }

    .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-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) {
    .tms-container {
      padding-right: 5px !important;
      padding-left: 5px !important;
    }

    h3 {
      font-size: 1.2rem;
    }

    label,
  a,
  .tms-form-control {
      font-size: 1.2rem !important;
    }

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

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

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

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