.dataTables_length {
  text-align: left;
}

#directory-list thead {
  background-color: #006ea5;
  color: white;
}

#directory-list {
  background-color: white;
  text-align: left;
  padding-top: 16px;
  width: 100%;
  table-layout: fixed;
}

#directory-list thead tr td,
#directory-list thead th {
  border: none;
  padding: 10px;
  color: #fff;
  font-family: FjallaOne, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: auto !important;
}

#directory-list_wrapper {
  margin-top: 2rem;
}
#directory-list_wrapper .row:nth-child(3) > .col-md-5 {
  width: 0%;
}

.table-responsive {
  width: 100%;
}

.table-responsive .row {
  display: flex;
  width: 100%;
}
.table-responsive .col-sm-12,
.table-responsive col-12 {
  width: 100%;
}
.table-responsive .col-md-6 {
  width: 50%;
}
#directory-list tbody tr {
  background-color: #fafafa;
}
#directory-list tbody tr:nth-child(even) {
  background-color: #ededed;
}

#directory-list tbody tr td {
  padding: 10px;
}

.dataTables_wrapper .dataTables_filter {
  display: flex;
  justify-content: flex-end;
}

.dataTables_wrapper .dataTables_filter input {
  margin-left: 8px;
  width: 70%;
  min-width: 220px;
  padding: 8px;
  border: 1px solid lightgray;
}

div.dataTables_wrapper div.dataTables_length select {
  padding: 8px;
  border: 1px solid lightgray;
}

.dataTables_length,
#directory-list_filter {
  padding-bottom: 16px;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin-top: 30px !important;
  justify-content: center;
}

ul.pagination {
  margin: 20px auto !important;
  display: flex;
  justify-content: center;
  list-style: none;
}
ul.pagination .page-item {
  padding: 12px;
  list-style: none;
  margin: 0;
  border: 1px solid lightgray;
  border-right: none;
  text-wrap: nowrap;
  width: 34px;
  text-align: center;
}

ul.pagination .page-item .page-link {
  text-decoration: none !important;
}

ul.pagination .page-item a::after {
  content: "";
}

ul.pagination .page-item.active {
  background-color: rgb(0 72 128);
  border-color: #006ea5;
  color: white;
}
ul.pagination .page-item.active .page-link {
  color: white;
}
ul.pagination .page-item.disabled .page-link {
  color: #6a6a6a !important;
}
ul.pagination .page-item:not(.active):hover,
ul.pagination .page-item:not(.active):focus {
  background-color: #ededed;
}
ul.pagination .page-item.next {
  border-radius: 0 5px 5px 0;
  border-right: 1px solid #ededed;
}
ul.pagination .page-item.previous {
  border-radius: 5px 0 0 5px;
}
ul.pagination .page-item.previous,
ul.pagination .page-item.next {
  width: auto;
}

.faculty-headshot {
  text-align: center;
  margin-bottom: 40px;
}

.faculty-headshot img {
  width: 100%;
  max-height: 350px;
  object-fit: cover;
}

.faculty-box {
  margin-bottom: 30px;
}

.faculty-box-info {
  margin-bottom: 10px;
}

.faculty-box-info .faculty-box-title {
  font-weight: bold;
  font-size: 18px;
  margin-right: 6px;
}

/* faculty details */
.faculty-details {
  width: 100%;
  display: flex;
  justify-content: first baseline;
}

.faculty-details.faculty-with-image {
  justify-content: space-between;
}

.faculty-details:not(.faculty-with-image) .details-column {
  border-left: 4px solid #006ea5;
}

.faculty-details .headshot-column {
  width: 32.5%;
  background-color: lightgray;
}
.faculty-details .details-column {
  width: 66%;
  padding: 58px 24px;
}
.faculty-details .details-column h1 {
  font-size: 35px;
  font-family: FjallaOne, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.faculty-details .details-column .fac-title {
  font-size: 1.25rem;
  margin-bottom: 16px;
}
/* faculty content */
.richtext.faculty-richtext,
.richtext.news-richtext {
  margin-top: 2rem;
}
.richtext.faculty-richtext p {
  --richtext-spacing: 0;
}
@media (max-width: 625px) {
  .faculty-details .headshot-column {
    width: 100%;
    background-color: lightgray;
  }
  .faculty-details .details-column {
    width: 100%;
    padding: 24px 12px;
  }
}

/* news-article */
.news-rich-text {
  margin-bottom: 2rem;
}
.news-image {
  width: 100%;
  max-height: 700px;
  object-fit: cover;
  overflow: hidden;
}
.news-image .main-image-column > img {
  min-width: 100%;
  object-fit: cover;
}
.news-details {
  padding: 12px 0;
  display: flex;
}
.news-details a {
  color: #006ea5;
  text-decoration: underline;
}
.news-details .news-column,
.news-foot .news-column {
  width: 50%;
}
.news-details .news-column-l,
.news-foot .news-column-l {
  text-align: left;
}
.news-details .news-column-r {
  text-align: right;
}
.richtext.news-richtext p {
  --richtext-spacing: 16px;
}
.richtext.news-richtext h1 {
  margin: 24px 0;
}
/* news cta component */
.news-foot {
  margin-top: 3.75rem;
  border-top: 2px solid #dcdbe3;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  display: flex;
  justify-content: space-between;
}
.news-foot .news-column.news-column-l {
  width: 40%;
}
.news-foot .news-column.news-cta-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  gap: 0.75rem;
  background-color: #f9f9f9;
  padding: 12px;
}
.news-foot .news-column h3 {
  font-family: FjallaOne, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 2rem;
  line-height: 3rem;
}
a.news-cta {
  text-decoration: underline;
}
a.news-cta:after {
  content: url("../images/arrow.svg");
  padding-left: 6px;
}
a.news-cta:hover,
a.news-cta:focus {
  color: #006ea5;
}

div.figure {
  color: rgba(51, 51, 51, 0.75);
  max-width: 100%;
}
div.figure.float-left {
  float: left;
  margin: 0.5rem 1rem 0.5rem 0;
}
div.figure.float-right {
  float: right;
  margin: 0.5rem 0 0.5rem 1rem;
}

@media (max-width: 625px) {
  .news-details {
    border-bottom: 2px solid #dcdbe3;
  }
  .news-details .news-column p {
    font-size: 11px;
    line-height: 1.25;
  }
  .news-foot {
    flex-direction: column;
    align-items: center;
  }
  .news-foot .news-column.news-column-l {
    width: 100%;
  }
  .news-foot .news-column.news-cta-box {
    margin-top: 12px;
    width: 100%;
    padding: 24px;
  }
}

/* alert - start */
.cookiealert {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 !important;
  z-index: 21;
  opacity: 0;
  border-radius: 0;
  transform: translateY(100%);
  transition: all 500ms ease-out;
  color: black;
  background-color: #dcdbe3;
  border-top: 2px solid #006ea5;
  padding: 30px;
  font-size: 18px;
  font-weight: 400;
}

.cookiealert.show {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 1000ms;
}

.cookiealert .alert-body,
.alert .alert-body {
  display: flex;
  flex-flow: row nowrap;
  align-items: first baseline;
  width: 100%;
  justify-content: space-between;
}

.alert span {
  display: inline-block;
  margin-right: 30px;
}

.alert-bar a,
.cookiealert a {
  text-decoration: underline;
  font-weight: 500;
  color: #004880;
}

.alert-bar .alert-bar__body {
  position: relative;
}

.alert-bar .button--close {
  position: absolute;
  right: 0;
  bottom: 0;
}

.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  margin: -1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
/* alert - end */