/***************************************************************************************/
/* history of deans markup */
/***************************************************************************************/
.path-coe-deans .card .card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.path-coe-deans .card .card-body:before {
  content: "";
  height: 8px;
  width: 100px;
  position: absolute;
  margin-top: -1.3rem;
  margin-left: 0.4rem;
  background-color: var(--gt-md-gold);
}
.path-coe-deans .card .card-body h5.card-title {
  font-size: 1.5rem;
}
.path-coe-deans .card .card-body h5.card-title:before {
  content: none;
}
.path-coe-deans .card .card-body h5.card-title .auto-anchor {
  display: none;
}
.path-coe-deans .card.single-card {
  width: 40%;
}
.path-coe-deans .dean_img {
  position: relative;
  background-color: #cccccc;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  min-height: 350px;
  width: 100% !important;
  max-width: 100% !important;
}
.path-coe-deans .dean_img a.bg_url {
  width: 100%;
  height: 100%;
  min-height: 541px;
  display: flex;
  text-decoration: none !important;
}
.path-coe-deans .dean_img a.bg_url .container {
  display: flex;
  width: 100%;
  justify-content: left;
  align-items: flex-end;
  margin-bottom: 3em;
  color: white;
}
.path-coe-deans .dean_img a.bg_url .container .img_text {
  padding: 2rem;
  color: black;
  margin-left: 40px;
  background-color: #efefef;
  border-radius: 3px;
  box-shadow: 20px 20px #003057, -20px -20px 0px #B3A369;
}
.path-coe-deans .dean_img a.bg_url .container .img_text h5 {
  font-size: 3rem;
}
.path-coe-deans .dean_img a.bg_url .container .img_text h5::before {
  display: none;
}
.path-coe-deans .dean_img a.bg_url .container .img_text .auto-anchor {
  display: none;
}

.node--type-dir-person .field--name-field-dean-years-in-service {
  display: flex;
  align-items: center;
  justify-content: center;
}
.node--type-dir-person .field--name-field-dean-years-in-service .field__label {
  flex: 0 1 40%;
  border: 0;
  margin: 0.5rem 0 !important;
  font-size: 1.2rem;
}
.node--type-dir-person .field--name-field-dean-years-in-service .field__item {
  flex: 0 1 60%;
  margin: 0.5rem 0;
}
.node--type-dir-person .field--name-field-dean-years-in-service .field__label::before {
  position: relative;
  font-family: FontAwesome;
  content: "\f073";
  font-size: 1.3rem;
  display: inline-block;
  width: 30px;
  text-align: center;
  line-height: 1rem;
  color: #003057;
}
.node--type-dir-person .layout__region--second .field--type-text-with-summary {
  margin-top: 1rem;
}/*# sourceMappingURL=deans.css.map */