



@media only screen and (min-width: 0px) {
  .bio-summary  .photo-cell {
    position: relative;
  }
  .bio-summary  .photo-cell-interior {
    position: relative;
    height: 175px;
    width: 175px;
  }
  .bio-summary  .photo-cell .photo-cell-interior::after {
    content: '';
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    border: 3px solid #5fe0d3;
    height: 175px;
    width: 175px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .bio-summary  .photo-cell-interior img {
    border-radius: 50%;
    height: 100%;
  }
  .bio-summary  .text-center.intro{
    padding-bottom: 40px;
  }
  .bio-summary .summary p{
    font-size:18px;
  }
}

@media only screen and (min-width: 1024px) {
  .bio-summary ::after {
    height: 100%;
    background-position: calc(100% + -22px) -8px;
  }
  .bio-summary  .name-cell-interior h1 {
    color: blue;
  }
  .bio-summary  .photo-cell-interior {
    height: 310px;
    width: 310px;
  }
  .bio-summary  .photo-cell .photo-cell-interior::after {
    height: 310px;
    width: 310px;
    border: 3px solid #5fe0d3;
  }
  .bio-summary  .text-center.intro{
    padding-bottom: 60px;
  }
}
.bio-summary .line {
  border-bottom:1px solid #001a56;
  width:100%;
  margin-top: 34px;
  margin-bottom: 50px;
}
.bio-summary .line:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  margin-top: 0;
}
.bio-summary .name{
  font-size: 28px;
  color: #00267e;
  font-weight: bold;
}
.bio-summary .heading{
  font-size: 20px;
  font-weight: 600;
}
span.accent.left{
  margin:20px 0;
}

.bio-summary .title{
  font-size:34px;
}

.bio-summary .email{
  font-weight: normal;
}
p.email a {
  font-weight: 500;
}
