  .dataTables_wrapper .dataTables_filter {
  float: left;
  text-align: left;
  margin-bottom: 15px;
  margin-top: 20px;
}

.dataTables_wrapper .dataTables_filter label {
    display: block;
    margin-bottom: 10px;
    font-family: p22-mackinac-pro,serif;
    font-weight: 700;
    color: #00694e;
    font-size: 20px;
}

.dataTables_wrapper .dataTables_filter input {
  padding: 6px 12px;
  color: #000;
  width: 300px;
  max-width: 100%;
  font-size: 20px;
  font-weight: normal;
  font-family: proxima-nova, Arial, Verdana, sans-serif;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting:hover {
    background-image: none;
}

table.dataTable th.sorting::before,
table.dataTable td.sorting::before {
    opacity: .35 !important;
    bottom: 53% !important;
    font-size: 14px !important;
}


table.dataTable th.sorting::after,
table.dataTable td.sorting::after {
    opacity: .35 !important;
    top: 53% !important;
    font-size: 14px !important;
}

table.dataTable thead>tr>th.sorting_asc:before,
table.dataTable thead>tr>th.sorting_desc:after,
table.dataTable thead>tr>td.sorting_asc:before,
table.dataTable thead>tr>td.sorting_desc:after {
    opacity: 1 !important;
}

.paragraph--type--academic-achievement-list table {
  display: block;
  height: 700px;
  overflow: auto;
}
