/*! Faculty Profiles CSS ---------------------------------------------- */

.h2, h2 {
  color: #000;
  font-family: "Libre Baskerville",serif;
  font-size: 2.125rem;
  font-size: clamp(1.875rem, 3.09vw, 2.8125rem);
  font-weight: 400;
  margin: 30px 0px 30px 0px !important;
}

.dm-profile-preamble {
  background-color: #ffffff !important;
  color: rgb(0, 0, 0) !important;
  list-style-type: none;

}

.dm-profile-preamble .dm-profile-activities {
  background-color: #ffffff !important;
  color: rgb(0, 0, 0) !important;

}

.dm-profile-preamble .dm-profile-content .dm-profile-activities {
  text-indent: 0in !important;
  
}

.text-content ol:not([style*="list-style-type"]) li::before {
  position: fixed !important;
  
}

.dm-profile-section--tabbed {
  border: 0;
  padding: 0px !important;

  
}

.text-content ul li::before {
  position: fixed;

}

.text-content ul li {
  list-style-type: none;
  position: relative;
  width: 25% !important;
}

.dm-profile-tabs__item {
  background-color: rgb(210, 210, 210) !important;

}

.dm-profile-tabs__item--active {
  background-color: rgb(200, 16, 46) !important;

}

.dm-profile-tabs {
  margin: 40px 0px 10px 0px !important;

}

.dm-profile-tabs > .dm-profile-tabs__item > .dm-profile-tabs__link {
  text-decoration: none;
  
}
.dm-profile-tabs__link {
  display: block;
  font-size: 1.2rem !important;
  text-decoration: none !important;
 
}
.text-content ol, .text-content ul {
  margin: 10px 0px 25px 0px; !important;
  padding: 0px !important;
  text-indent: 0px !important;
}

.dm-profile-break {
  border: 0px !important;
  background-color: transparent !important;

}

.text-content ol li, .text-content ul li {
  margin-bottom: 20px;

  
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
.text-content ul li {
  list-style-type: none;
  position: relative;
  width: 100% !important;}
  
  
.dm-profile-tabs__item--active .dm-profile-tabs__link::after {
display:none;
}
  
    }
    