/* <hr> code */
hr {
  border: 0;
  height: 1px;
  background: #333;
  margin-bottom: 1em;
}
.clear-both {
  clear: both;
}
.max-width-60 {
  max-width: 100%!important;
}
@media screen and (min-width: 640px) {
 .max-width-60 {
  max-width: 60%!important;
} 
}
.static {
  position: static!important;
}

/* People View */

.people-image {
  float: right;
  margin-left: 1.5em;
}


#facstaff-container {
    width:100%;
    height: 100%;
    display:inline-block;
    margin-top: 20px;
}
.facstaff-header {
  margin-bottom: -20px;
}
#facstaff-img {
    float:left;
    width: 140px;
    height:100%;
}
#facstaff-content {
    float:right;
    margin-top: -55px;
    margin-bottom: 35px;
    width: -moz-calc(100% - 140px);
    width: -webkit-calc(100% - 140px);
    width: calc(100% - 140px);
    height: 100%;
}

/* Embedded Images */
.text-formatted .align-left {
  padding: 0 .75em .75em 0;
}
.text-formatted .align-right {
  padding: 0 0 .75em .75em;
}
.edit-field-help {
  font-size: larger;
  font-weight: bold;
  color: #9b0000;
  line-height: 2em;
  padding: .5em;
  background-color: #fffeaa;
}

/* Hide Log on the view comments */
.comment-forbidden {
  display: none!important;
}
/* Drupal 10 upgrade fixes - added 9/26/23 caj */
.margin-bottom {
  margin-bottom: 1em;
}
.field__label {
	position: relative;
  margin-top: 35px;
  margin-top: 2.2rem;
  margin-top: 48px;
  font-size: 25px;
  font-size: 1.3rem;
	margin-bottom: 1rem;
  line-height: 1.4;
  font-weight: 800;
}
@media screen and (min-width: 640px) {
 .field__label {
 	font-size: 1.6rem;
 }
}
.field__label:before {
  position: absolute;
  left: 0;
  height: 4px;
  content: '';
  width: 32px;
  width: 2rem;
  top: -12px;
  background-color: #c5050c;
}
.d10-profile-image img {
	width: 90vw;
	height: auto;
}
@media screen and (min-width: 560px) {
.d10-profile-image img {
	width: 50vw;
	height: auto;
}
}
@media screen and (min-width: 851px) {
.d10-profile-image img {
	width: 25vw;
	height: auto;
}
}
@media screen and (min-width: 1290px) {
.d10-profile-image img {
	width: 325px;
	height: auto;
}
}