body {
  background: #ffffff;
}

/* ------------------------------------- */
.sub-banner {
  position: relative;
  z-index: 0;
}

.sub-banner .container {
  display: flex;
  max-width: 1300px;
  margin: 0 auto;
  align-items: flex-end;
  padding-bottom: 30px;
  min-height: 320px;
  position: relative;
}

.sub-banner .container h1 {
  /* color: #ffffff; */
  font-weight: 400;
  font-size: 56px;
  line-height: 1;
}

/* .sub-banner:before {
  opacity: 0.8 !important;
  background-image: linear-gradient(197deg, rgba(134, 143, 150, 0) 0%, rgb(0, 0, 0) 100%) !important;
  bottom: 0;
  content: "" !important;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
} */

/* ------------------------------------- */

.acaedemics-date {
  color: #c51230;
  font-weight: bold;
}

.faculty_section {
  padding: 80px 0;
}

.faculty_section .container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 25px;
}

.faculty_side {
  width: 30%;
  height: fit-content;
  background: #f6f6f6;
}

.faculty_side>h4 {
  margin: 0;
  font-size: 25px;
  padding: 10px 24px;
}

.faculty_main {
  width: 70%;
}

.faculty_user img {
  width: 100%;
  /* height: 220px; */
  object-fit: cover;
}

.faculty_side_content {
  padding: 24px;
}

.faculty_arrow {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out,
    top 0.3s ease-in-out, right 0.3s ease-in-out;
}

.faculty_staff_item:hover .faculty_arrow {
  top: 14px;
  right: 14px;
}

.faculty_side_list li {
  display: flex;
  font-size: 16px;
  color: #323232;
}

.faculty_side_list li:first-child .icon img {
  margin-top: -5px;
}

.faculty_side_list li:not(:first-child) {
  padding-top: 25px;
}

.faculty_side_list li:not(:last-child, :first-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.faculty_side_list li:not(:last-child, :first-child) {
  padding-bottom: 25px;
}

.faculty_side_list .icon {
  width: 35px;
}

.faculty_side_list .content {
  width: calc(100% - 35px);
}

.faculty_side_list li a {
  margin-right: 4px;
  color: #c51230;
  text-decoration: underline !important;
  display: inline-block;
}

.faculty_side_list li a:hover {
  color: #c51230;
}

.faculty_side_list .content p:last-child {
  margin-bottom: 0;
}

.faculty_staff_item .faculty_user {
  overflow: hidden;
  position: relative;
}

.faculty_staff_item .faculty_user::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.faculty_staff_item:hover .faculty_user::after {
  opacity: 1;
}

.faculty_staff_item .faculty_user img {
  transition: transform 0.5s ease-in-out;
}

.faculty_staff_item:hover .faculty_user img {
  transform: scale(1.2);
}

.alphabet-filter:hover {
  color: #c51230;
}

.email-faculty-tag a {
  display: block;
  margin-bottom: 10px;
  color: #c51230;
}

/* --------------------------------------------------------------- */

.faculty_main {
  padding-left: 70px;
}

.faculty_main_list {
  padding: 0;
  list-style: none;
}

.faculty_main_list>li {
  padding: 18px 22px;
  background: #f6f6f6;
  border-radius: 6px;
  position: relative;
}

.faculty_main_list li .tag {
  display: block;
  font-size: 16px;
  color: #c51230;
  font-weight: 600;
}

.faculty_main_list li h4 {
  margin: 0 0 5px 0;
  font-size: 20px;
}

.faculty_main_list li p {
  font-size: 14px;
}

.faculty_main_list li p img {
  margin: -4px 4px 0 0;
}

.faculty_main_list>li:not(:first-child) {
  margin-top: 24px;
}

.faculty_main_list li p:last-child {
  margin-bottom: 0;
}

/* --------------------------------------------------------------- */

.faculty_main_list h5 {
  font-size: 20px;
  color: #323232;
  margin-bottom: 10px;
}

.tags_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  list-style: none;
}

.tags_list a {
  display: inline-block;
  padding: 9px 15px;
  color: #ffffff !important;
  background: #6d6e71;
  transition: background 0.3s ease-in-out;
  pointer-events: none;
  border-radius: 100px;
}

.tags_list a:hover {
  background: #4e4e4e;
}

/* --------------------------------------------------------------- */
.bio_details {
  margin-bottom: 40px;
}

.bio_details h3 {
  font-size: 38px;
  line-height: 1;
  margin-bottom: 25px;
}

.bio_details p:not(:last-child) {
  margin-bottom: 20px;
}

/* --------------------------------------------------------------- */

/* --------------------------------------------------------------- */

.faculty_and_staff {
  padding: 80px 0;
}

#faculty-results ul,
.faculty_staff_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;
  row-gap: 28px;
  padding: 0;
  list-style: none;
}

.faculty_staff_content {
  padding: 20px 24px;
}

/* .faculty_staff_content p {
  display: none;
} */

#faculty-results li,
.faculty_staff_item {
  background: #f6f6f6;
  position: relative;
}

.faculty_staff_list h6 {
  font-weight: 700;
  font-size: 19px;
  line-height: 24px;
  margin-bottom: 0;
}

.faculty_staff_list p {
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  line-height: 23px;
}

.faculty_staff_content a {
  margin-top: 6px;
  font-weight: 600;
}

/* --------------------------------------------------------------- */

.main-title-black {
  display: block;
  font-weight: 500;
  font-size: 26px;
  line-height: 33px;
  margin-bottom: 25px;
}

.faculty_section ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.position_list li:not(:first-child) {
  margin-top: 20px;
}

/* --------------------------------------------------------------- */

.faculty_main_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.citations_list {
  display: flex;
  justify-content: flex-end;
  column-gap: 8px;
  padding: 0;
  list-style: none;
}

.citations_list li {
  padding: 5px 20px;
  border: 1px solid #aea58c;
}

.citations_list_wrap {
  margin-left: auto;
  position: relative;
  cursor: pointer;
}

.citations_list_wrap:hover .citations {
  opacity: 1;
  visibility: visible;
  top: 57px;
}

.citations {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  background: #fff;
  padding: 10px;
  border: 1px solid #000;
  position: absolute;
  top: 80px;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out,
    top 0.3s ease-in-out;
  z-index: 1;
}

.citations span {
  white-space: nowrap;
}

.citations::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -10px;
  width: 10px;
  height: 10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid black;
  z-index: -1;
}

/* --------------------------------------------------------------- */

.viwing_list {
  display: flex;
  row-gap: 10px;
  column-gap: 10px;
  /* justify-content: space-between; */
}

.viwing_list_item {
  /* width: calc(100% / 3 - 10px); */
  border: 1px solid #777777;
}

.viwing_list_link {
  display: flex;
  gap: 10px;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 7px 20px;
  transition: background 0.3s ease-in-out;
}

.viwing_list_link:hover {
  color: #ffffff;
  background: #c51230;
  border-color: #c51230;
}

.viwing_list_link:hover img {
  filter: invert(1);
}

.viwing_list_link>img {
  transition: transform 0.3s ease-in-out;
}

.viwing_list_link:hover>img {
  transform: translate(5px, -4px);
}

.viwing_list_item .text img {
  margin-right: 10px;
}

.viwing_list_item:hover .text img {
  filter: invert(182%) sepia(77%) saturate(70%) hue-rotate(123deg) brightness(142%) contrast(135%);
}

/* --------------------------------------------------------------- */

.dot_list:not(:first-child) {
  margin-top: 20px;
}

.dot_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
  list-style: none;
}

.dot_list li {
  padding-left: 20px;
  position: relative;
}

.dot_list h5 {
  margin-top: 0;
  line-height: 1;
}

.dot_list li::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #c51230;
  position: absolute;
  left: 0;
  top: 9px;
  display: inline-block;
}

/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */

.page__nav__section {
  border-bottom: 1px solid #dddddd;
}

.page__nav__section .container::after {
  content: "";
  width: 1000%;
  height: 2px;
  background: #b50f21;
  position: absolute;
  bottom: 1%;
  left: -1000%;
  transition: width 1s ease-in-out;
}

.normal__menu {
  flex-wrap: nowrap;
  column-gap: 20px;
  display: flex;
  padding: 0;
  list-style: none;
}

.normal__menu li a {
  padding-top: 15px;
  padding-bottom: 15px;
  display: inline-block;
}

.breadcrumb__section {
  padding: 15px 0;
}

.breadcrumb__nav {
  display: flex;
  align-items: center;
}

.breadcrumb__nav span {
  line-height: 1;
  display: inline-block;
}

.breadcrumb__nav a {
  font-size: 14px;
}

.breadcrumb__nav svg {
  margin: 0 8px;
}

.breadcrumb__nav img:hover {
  filter: invert(15%) sepia(61%) saturate(4797%) hue-rotate(339deg) brightness(96%) contrast(100%);
}

/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */

.faculty_fiter_form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 50px 0;
}

.faculty_fiter_search {
  width: 55%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #AEA58C !important;
}

.faculty_fiter_search input {
  width: calc(100% - 20px);
  border: none;
  padding-left: 0;
  border-radius: 0;
}

.faculty_fiter_search button {
  background: transparent !important;
}

#faculty_fiter_form {
  max-width: 670px;
}

.faculty_fiter_form select {
  cursor: pointer;
  width: 30%;
  height: 42.5px;
  border: 1px solid #AEA58C !important;
  border-radius: 3px;
}

.faculty_section ul .next.disabled,
.faculty_section ul .prev.disabled {
  display: none;
}

/* -------------------------------------------------------------------------------- */

.fiter_form_inside {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 68%;
  border: 1px solid #AEA58C !important;
  border-radius: 3px;
}

.fiter_form_inside input {
  border: none;
  max-width: 600px;
  width: calc(100% - 40px);
}

.fiter_form_inside button {
  width: 40px;
  height: 40px;
  background: transparent !important;
}

.fiter_form_inside button:focus {
  outline: none;
}

.fac-back-button>a {
  display: inline-block;
  margin-bottom: 30px;
  padding: 7px 15px;
  border: 1px solid #ddd;
  line-height: 1;
  border-radius: 2px;
  background: #ddd;
}

.faculty_fiter_form {
  max-width: 800px;
}

/* -------------------------------------------------------------------------------- */

.pagination:empty {
  margin: 0;
}

.pagination-nav {
  display: flex;
  justify-content: center;
}

.pagination-nav a {
  display: inline-block;
  padding: 0 14px;
  height: 42px;
  line-height: 42px;
  font-size: 19px;
  font-weight: 500;
  color: #323232;
}

.pagination-nav .active {
  color: #ffffff;
  background: #c41230;
}

.faculty_main_nav .active a {
  color: #c41230;
}

.faculty_main_nav_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 25px;
}

.back-class {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #c41230;
  border-radius: 5px;
}

.back-class:hover {
  color: #ffffff;
  background: #c41230;
}

.teaching-interests,
.faculty_block_change {
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 0 20px hsla(0, 0%, 51%, 0.16);
}

.faculty_block_change {
  margin-top: 25px;
}

.tag-featured {
  align-items: center;
  background-color: rgba(calc(229.5 + 187 * 0.1),
      calc(229.5 + 0 * 0.1),
      calc(229.5 + 0 * 0.1),
      1);
  border-radius: 12px 0 0 12px;
  color: rgba(calc(51 + 187 * 0.8), calc(51 + 0 * 0.8), calc(51 + 0 * 0.8), 1);
  display: flex;
  font-size: 14px;
  padding: 4px 7px;
  position: absolute;
  right: 0;
  top: 20px;
}

.tag-featured svg {
  width: 14px;
  margin-right: 6px;
}

.viwing_list_bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */

@media screen and (max-width: 1500px) {
  .container {
    padding: 0 15px;
  }

  .faculty_side_content {
    padding: 15px;
  }

  .faculty_side_list .icon {
    width: 28px;
  }

  .faculty_side_content h4 {
    font-size: 20px;
  }

  .faculty_side_list li {
    font-size: 14px;
  }

  .bio_details h3 {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .faculty_main_list>li {
    padding: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .faculty_main {
    padding-left: 30px;
  }
}

@media screen and (max-width: 860px) {
  .viwing_list_link {
    padding: 12px;
  }

  .faculty-alphabet-filter {
    flex-wrap: wrap;
  }

  .faculty_fiter_form {
    margin: 20px 0 40px 0;
    row-gap: 10px;
  }

  #faculty-results ul,
  .faculty_staff_list {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 15px;
    row-gap: 15px;
  }

  .faculty_fiter_form select,
  .fiter_form_inside {
    width: 100%;
  }

  .faculty-alphabet-filter {
    margin-bottom: 25px;
  }

  .faculty_side>h4 {
    font-size: 22px;
    padding: 10px 15px;
  }

  .faculty_main_nav_wrap {
    flex-wrap: wrap;
    row-gap: 15px;
  }

  .fac-back-button>a {
    margin-bottom: 20px;
  }

  .faculty_side_list li:not(:last-child, :first-child) {
    padding-bottom: 15px;
  }

  .faculty_side_list li:not(:first-child) {
    padding-top: 13px;
  }

  .tags_list a {
    padding: 9px 10px;
  }

  .viwing_list_item .text {
    display: flex;
  }

  .viwing_list_item .text span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media screen and (max-width: 767px) {
  .page__nav__section ul {
    overflow: auto;
  }

  .page__nav__section ul a {
    white-space: nowrap;
  }

  .sub-banner .container h1 {
    font-size: 30px;
  }

  .faculty_section {
    padding: 30px 0 50px 0;
  }

  .faculty_fiter_search {
    width: 100%;
  }

  .citations_list li {
    padding: 5px 10px;
  }

  .viwing_list {
    flex-wrap: wrap;
  }

  .tags_list a {
    padding: 9px 16px;
  }

  .dot_list {
    row-gap: 14px;
  }

  .dot_list:not(:first-child) {
    margin-top: 12px;
  }

  .faculty_main {
    padding: 0;
    width: 100%;
  }

  .faculty_side {
    width: 100%;
  }

  .bio_details {
    margin-bottom: 30px;
  }

  .main-title-black {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 20px;
  }

  .faculty_side_list li:not(:last-child) {
    padding-bottom: 15px;
  }

  .faculty_side_list li:not(:first-child) {
    padding-top: 15px;
  }

  .faculty_main_list>li:not(:first-child) {
    margin-top: 16px;
  }

  .breadcrumb__nav span {
    font-size: 12px;
    white-space: nowrap;
  }

  .breadcrumb__nav img {
    max-width: 18px;
  }

  .breadcrumb__nav span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #faculty-results ul,
  .faculty_staff_list {
    margin: 0;
    grid-template-columns: repeat(1, 1fr);
  }

  .faculty_staff_content {
    padding: 15px 12px;
  }

  .faculty_staff_list h6 {
    font-size: 16px;
  }

  .bio_details h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .faculty_and_staff {
    padding: 50px 0;
  }
}

@media screen and (max-width: 600px) {
  .viwing_list_item {
    width: calc(100% / 2 - 10px);
  }

  .alphabet-filter {
    font-size: 14px;
  }

  .faculty_fiter_form {
    margin: 20px 0 0 0;
  }
}

@media screen and (max-width: 500px) {
  .viwing_list_item {
    width: calc(100% / 1 - 10px);
  }
}