main article .c-profile details {
  max-width: 100%;
}

.node-type-arch-profile .has-sidebar h2#page-title {
  display: none;
}
.node-type-arch-profile .has-sidebar .profile-basics {
  display: inline-block;
  background: hsla(211, 30%, 15%, 0.15);
  height: 225px;
  width: 40%;
  max-width: 420px;
}
.node-type-arch-profile .has-sidebar .node-body img {
  float: left;
  display: inline-block;
  margin: 0 1rem 0 0;
}
.node-type-arch-profile .has-sidebar .field-name-field-name-display {
  margin-top: 2rem;
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 0.75rem;
}
.node-type-arch-profile .has-sidebar .field-name-field-full-title,
.node-type-arch-profile .has-sidebar .field-name-field-email,
.node-type-arch-profile .has-sidebar .field-name-field-phone {
  font-size: 0.85rem;
  line-height: 1.2;
  font-weight: 400;
}
.node-type-arch-profile .has-sidebar .field-name-field-full-title {
  margin-bottom: 0.5rem;
}
.node-type-arch-profile .has-sidebar h4 {
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
}
.node-type-arch-profile .has-sidebar h4:after {
  content: ':';
}

.node-type-arch-profile .has-sidebar ul {
  margin-left: 1rem;
}
.node-type-arch-profile .has-sidebar li {
  font-weight: 400;
}

.node-type-arch-profile .has-sidebar .field-name-field-images {
  position: absolute;
  top: 0;
  right: 0;
}
div#edit-field-images.field-type-image.field-name-field-images.field-widget-image-image.form-wrapper,
.page-node-edit .node-type-arch-profile .has-sidebar .field-name-field-images {
  position: relative;
}
.node-type-arch-profile .has-sidebar .field-name-field-images .field-item {
  margin-bottom: 1rem;
}
.node-type-arch-profile .has-sidebar .field-name-field-images .field-item img {
  display: inline-block;
  float: none;
  margin-right: 0;
}
.view-arch-profiles-people .view-header,
.view-people .view-header,
.view-people .view-filters,
#block-views-people-block-1 .view-header,
.page-people .view-header {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
#block-views-people-block-1 .view-header a,
.page-people .view-header a {
  text-decoration: none;
  padding: 0.25rem 0.5rem;
}
#block-views-people-block-1 .view-header a:link, #block-views-people-block-1 .view-header a:visited,
.view-people .view-header a:link, .view-people .view-header a:visited,
.page-people .view-header a:link, .page-people .view-header a:visited {
  color: rgb(83, 100, 108);
  background: none;
}
#block-views-people-block-1 .view-header a:hover, #block-views-people-block-1 .view-header a:focus,
.view-people .view-header a:hover, .view-people .view-header a:focus,
.page-people .view-header a:hover, .page-people .view-header a:focus {
  color: rgb(255,255,255);
  background: rgb(83, 100, 108);
}
#block-views-people-block-1 .view-header a:active,
.page-people .view-header a:active {
  color: rgb(234,170,0);
}

#views-exposed-form-people-page { display: none; }

.page-people .view-id-profiles .view-content,
.page-profiles .view-id-profiles .view-content {
	display: -webkit-flex;
  display:         flex;
	-webkit-flex-direction: row; /* Safari */
  flex-direction:         row;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:         wrap;
  -webkit-flex-flow: row wrap; /* Safari */
  flex-flow:         row wrap;
	-webkit-justify-content: flex-start; /* Safari */
  justify-content:         flex-start;
  -webkit-align-items: flex-start; /* Safari */
  align-items:         flex-start;
  -webkit-align-content: space-between; /* Safari */
  align-content:         space-between;
}

@media screen and (max-width: 460px) {
.page-people .view-id-profiles .view-content > div,
.page-profiles .view-id-profiles .view-contentt > div {
  flex: 0 0 100%;
}
}
@media screen and (min-width: 461px) {
.page-people .view-id-profiles .view-content > div,
.page-profiles .view-id-profiles .view-content > div {
  flex: 0 0 50%;
}
}
@media screen and (min-width: 900px) {
.page-people .view-id-profiles .view-content > div,
.page-profiles .view-id-profiles .view-content > div {
  flex: 0 0 33.33333%;
}
}

.people-wrapper {
  background: #7a8f9e;
  background: rgb(221, 226,230);
  box-sizing: border-box;
  margin-right: 0.4rem;
  margin-bottom: 0.5rem;
  max-height: 150px;
  overflow: hidden;
}
.people-wrapper a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}
.wrap-people-image {
  width: 100px;
  height: 150px;
  display: inline-block;
  float: left;
}
.people-image {
  display: inline-block;
}
.people-content {
  width: calc(100% - 100px);
  display: inline-block;
  padding-left: 1rem;
  padding-right: 1rem;
}
h4.people-name {
  font-size: 1.1rem;
  line-height: 1;
  margin: 0;
	padding: 1rem 0;
}
a h4.people-name,
h4.people-name a {
  text-decoration: none;
}
a:link h4.people-name, a:visited h4.people-name,
h4.people-name a:link, h4.people-name a:visited {
  color: #000;
  background: none;
  text-decoration: none;
}
a:hover h4.people-name, a:focus  h4.people-name,
h4.people-name a:hover, h4.people-name a:focus {
  color: rgb(221, 226,230);
  background: rgb(0,0,0);
  text-decoration: underline;
}
a:active h4.people-name,
h4.people-name a:active {
  color: rgb(234,170,0);
}
.people-content p {
  margin: 0;
  font-size: 0.75rem;
}
.people-content dl {
  margin: 0;
	padding: 0rem 1rem 1rem 1rem;
  font-size: 0.75rem;
}
.people-content dd {
  margin-left: 0;
  font-size: 0.75rem;
}

/** Profiles - Headshot + Bio paragraphs & basics **/
.c-profile {
  margin: 0 0 2rem 0;
  padding: 0;
}
.c-profile .t-profile-img img {
  margin-bottom: 1rem;
}
@media screen and (min-width: 601px) {
.c-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
      align-content:   center;
  -webkit-align-items: stretch;
       -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-justify-content: center;
          justify-content: center;
}
.c-profile .t-profile-img {
  flex: 0 1 calc(20%);
  width: calc(20%);
}
.c-profile .t-profile-bio {
  flex: 0 1 calc(80%);
  width: calc(80%);
}
}

main section .node-body .t-profile-bio *,
main section .block-body .t-profile-bio *,
main article .t-profile-bio * {
  margin-left: 0;
}

.c-profile .t-profile-bio {
  padding: 0 2rem;
}
.t-profile-bio h3 {
  padding: 0;
  margin: 0 0 1rem 1rem;
}
.t-profile-bio p {
  margin: 0 0 1rem 1rem;
  padding: 0;
}



.c-profile .t-profile-bio h2 {
  text-align: left;
  margin-bottom: 0.25rem;
}
.c-profile .t-profile-bio h3 {
  text-align: left;
}
.c-profile .t-profile-bio h3 span,
.c-profile .t-profile-bio h4 span {
  font-weight: 300;
}
.c-profile .t-profile-bio summary {
  font-size: 1.25rem;
  font-weight: 300;
}
.c-profile .t-profile-bio .jumplink {
  transform: none;
  margin-top: 0rem;
}


@media screen and (max-width: 360px) {
  body.page-people .gt-person-box {
    width: 100%;
  }
}
@media screen and (min-width: 361px) and (max-width: 640px) {
  body.page-people .gt-person-box { width: calc( 50% - 1rem); }
}
@media screen and (min-width: 601px) {
  body.page-people .gt-person-box { width: calc(100% / 3 - 1rem); }
}
@media screen and (min-width: 1201px)  {
  body.page-people .gt-person-box { width: calc( 100% / 3 - 1rem ); }
}