.staffNew__heading {
  font-size: 1.35em;
  margin: 1em 0;
  color: #192469;
  text-transform: capitalize; }

.staffNew__list {
  text-align: center;
  margin: 0 -1em 2em;
  list-style: none;
  padding: 0;
  width: 100%; }

.staffNew__item {
  width: 100%;
  margin: 0 2em 2em 0;
  text-align: left;
  padding: 0 1em; }

.staffNew__item__image {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 6/7; }
  .staffNew__item__image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    display: block; }

.staffNew__item__content {
  position: relative;
  overflow: hidden; }

.staffNew__item__content__title {
  padding-top: 1.5em; }
  .staffNew__item__content__title:after {
    content: "";
    width: 50px;
    height: 3px;
    display: inline-block;
    margin-top: 1em;
    margin-bottom: 1em;
    background: #192469; }
  .staffNew__item__content__title h3 {
    margin: 0;
    text-transform: none; }
  .staffNew__item__content__title p {
    margin: 0;
    opacity: 1;
    font-size: .95em;
    font-weight: bold;
    font-family: 'Source Sans Pro', sans-serif; }

.staffNew__item__content__intro {
  text-transform: none;
  max-height: 205px;
  overflow: auto;
  font-family: "Source Sans Pro", sans-serif;
  width: 100%;
  padding-right: 1.5em;
  -webkit-transition: width .2s ease, padding .2s ease;
  -o-transition: width .2s ease, padding .2s ease;
  transition: width .2s ease, padding .2s ease;
  scrollbar-width: thin;
  scrollbar-color: #0a4dc2 rgba(0, 0, 0, 0.25);
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .staffNew__item__content__intro::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 0px;
    -webkit-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease; }
  .staffNew__item__content__intro::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #0a4dc2;
    -webkit-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease; }
  .staffNew__item__content__intro::-webkit-scrollbar {
    width: 6px; }
  .staffNew__item__content__intro:hover {
    width: 100%;
    padding-right: 1em; }

@media all and (min-width: 600px) {
  .staffNew__heading {
    font-size: 1.55em; }
  .staffNew__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .staffNew__item {
    width: 50%;
    margin: 0 0 2em; } }

@media all and (min-width: 1025px) {
  .staffNew__heading {
    font-size: 1.85em; } }

@media all and (min-width: 1301px) {
  .staffNew__heading {
    font-size: 2.25em; }
  .staffNew__item {
    width: 33.3333%;
    margin: 0 0 4em; } }

.staffNew__item__flex {
  width: 100%; }

@media all and (min-width: 600px) {
  .staffNew__item__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 3em; }
    .staffNew__item__flex .staffNew__item__image {
      max-width: 450px;
      width: 35%;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-right: 5%; }
    .staffNew__item__flex .staffNew__item__content__title {
      font-family: "Libre Baskerville", serif;
      color: #0a4dc2; }
      .staffNew__item__flex .staffNew__item__content__title h3 {
        font-size: 2em; } }
