.documents{}
.documents > p{ text-align:center; margin-bottom: 3em; }
.documents .document-wrap{}
.document-wrap{display: grid; grid-template-columns: 1fr 1fr 1fr;}
.document-list{}
.document-list h2{ font-size: 29px;   margin-bottom: 20px;   line-height: 1.2em;   font-weight: 600;   text-transform: none; }
.document-list ul{ list-style: none; margin-left: 0;}
.document-list ul li{}
.document-list ul li a{ color: #19191b;   font-family: "Helvetica Neue", Helvetica, "Roboto", sans-serif;   font-size: 16px;   line-height: 1.6875;   text-rendering: optimizelegibility; }


.custom-table tr td h5{ margin-bottom:0; }

.search-wrap{ display: flex;   justify-content: center;   width: 100%; }
.search-form{ max-width: 800px;   width: 100%;   display: flex;   justify-content: center;}
.search-form form{ display: grid;   grid-template-columns: 50% 50%;   column-gap: 30px;   row-gap: 30px;   justify-content: center; }
.search-form form > div:nth-child(3) {
  grid-column: 1/-1;   justify-content: center;   text-align: center;   margin-bottom: 3em;
}
.search-form form > div input[type="text"]{ width:100%; height: 41px;}

@media(max-width:767px){
   .document-wrap {grid-template-columns: 1fr; padding: 0 20px;}
   .search-form{ padding: 0 20px; }
   .search-form form{ grid-template-columns: 1fr;  }
   #vendor_id, .vendor_id{ width:100%; }
}