.trn_btn {
  background: #ffffff;
  border: 1px solid #055197;
  text-shadow: none;
  color: #055197;
  font-weight: normal; }
  .trn_btn:hover, .trn_btn:focus {
    color: #ffffff;
    background: transparent;
    background-color: #055197; }

.faq {
  margin-bottom: 30px; }
  .faq h1 {
    padding: 0 20px; }
  .faq_list h2 {
    font-size: 21px;
    margin: 24px 0 32px;
    font-weight: 700; }
  .faq_list .panel {
    margin-bottom: 0;
    border-radius: 0;
    border: none;
    box-shadow: none; }
    .faq_list .panel-heading {
      color: #444f5f;
      background-color: transparent;
      border: none;
      padding: 0;
      border-radius: 0;
      margin-bottom: 15px; }
      .faq_list .panel-heading .panel-title {
        font-size: 21px;
        font-weight: bold; }
        .faq_list .panel-heading .panel-title a {
          border-bottom: 1px dashed #000; }
          .faq_list .panel-heading .panel-title a:hover {
            border-bottom-color: #f47920;
            color: #f47920; }
        .faq_list .panel-heading .panel-title a:focus {
          color: #444f5f; }
          .faq_list .panel-heading .panel-title a:focus:hover {
            color: #f47920; }
    .faq_list .panel-body {
      border: none !important;
      background-color: transparent;
      padding: 0; }
      .faq_list .panel-body p {
        font-size: 14px;
        line-height: 24px; }
  .faq .leftmenu_wrapper {
    margin-bottom: 30px; }

.noanswer {
  background-color: #f2f2f2;
  text-align: center;
  padding: 23px 0; }
  .noanswer .title-block {
    padding: 0 40px;
    font-size: 21px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 15px;
    display: block; }
  .noanswer button {
    border: none; }

.modal-faq .field_row {
  width: 100%;
  max-width: 68%;
  position: relative;
  margin: 0 auto 20px; }
  .modal-faq .field_row input[type=text], .modal-faq .field_row input[type=email], .modal-faq .field_row textarea {
    max-width: 100%;
    margin-bottom: 0; }
  .modal-faq .field_row label.error {
    color: red;
    position: absolute;
    left: 0;
    top: -15px;
    font-size: 12px;
    font-weight: 400; }
  .modal-faq .field_row input.error, .modal-faq .field_row textarea.error {
    border-color: red; }
