.gt-page-title h1.page-title {
  color: #262626; }
  @media (max-width: 47.9375em) {
    .gt-page-title h1.page-title {
      padding-bottom: 24px; } }
  @media (min-width: 48em) {
    .gt-page-title h1.page-title {
      padding-bottom: 60px; } }

.student-wrapper {
  display: -ms-flexbox;
  display: flex; }
  .student-wrapper ul.contact {
    margin: 0;
    padding: 0;
    -ms-flex-flow: column;
        flex-flow: column;
    margin-bottom: 0; }
    .student-wrapper ul.contact > li {
      list-style: none; }
  .student-wrapper .contact p {
    color: #262626;
    font-family: var(--font-roboto-slab);
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 8px; }
    .student-wrapper .contact p a {
      color: #003057; }
      .student-wrapper .contact p a:not(:last-of-type)::after {
        content: ", ";
        color: #003057;
        font-family: "Roboto Slab", serif; }
    .student-wrapper .contact p a:hover,
    .student-wrapper .contact p a:focus {
      color: var(--gt-blue); }
  .student-wrapper .field--name-field-linkedin::before {
    color: #a4925a;
    content: "\f0e1";
    font-family: "FontAwesome";
    margin-right: 0.5em; }
  .student-wrapper .field--name-field-primary-image {
    -ms-flex: none;
        flex: none; }
  .student-wrapper img,
  .student-wrapper .alt-image {
    border-radius: 50%; }
  @media (max-width: 47.9375em) {
    .student-wrapper {
      -ms-flex-flow: column wrap;
          flex-flow: column wrap; } }

.student-full ul.contact {
  background: white;
  border: 1px solid #b3a369;
  max-width: 480px;
  padding: 20px; }
  @media (max-width: 47.9375em) {
    .student-full ul.contact {
      margin-bottom: 24px; } }
  @media (min-width: 48em) {
    .student-full ul.contact {
      margin-bottom: 60px; } }

@media (max-width: 47.9375em) {
  .student-full .field--name-body {
    padding: 24px 0; } }

@media (min-width: 48em) {
  .student-full .field--name-body {
    padding: 60px 0; } }

.student-full .field--name-body p {
  margin: 0; }

.student-full .field--name-field-primary-image {
  margin-bottom: var(--sp-grande);
  width: 180px; }
  @media (min-width: 768px) {
    .student-full .field--name-field-primary-image {
      width: 300px; } }

.student-teaser {
  -ms-flex-direction: column;
      flex-direction: column;
  row-gap: 1.5rem; }
  @media (min-width: 992px) {
    .student-teaser {
      -ms-flex-direction: row;
          flex-direction: row;
      column-gap: 1.5rem; } }
  .student-teaser ul.contact {
    margin: 0;
    padding: 0; }
    .student-teaser ul.contact li.representing p,
    .student-teaser ul.contact li.representing a {
      font-weight: 400; }
    .student-teaser ul.contact li:not(:last-of-type) {
      margin-bottom: 6px; }
    .student-teaser ul.contact li p {
      margin: 0; }
  .student-teaser .alt-image,
  .student-teaser .field--name-field-primary-image {
    width: 80px; }
    @media (min-width: 768px) {
      .student-teaser .alt-image,
      .student-teaser .field--name-field-primary-image {
        width: 120px; } }
    .student-teaser .alt-image a,
    .student-teaser .alt-image a:link,
    .student-teaser .field--name-field-primary-image a,
    .student-teaser .field--name-field-primary-image a:link {
      display: block; }
  .student-teaser .name {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 8px;
    margin-top: 0; }
    .student-teaser .name a,
    .student-teaser .name a:link {
      text-decoration: none;
      color: var(--gt-navy); }
  @media (min-width: 768px) {
    .student-teaser .contact {
      display: -ms-flexbox;
      display: flex;
      column-gap: 1rem;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.student-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  grid-row-gap: 2.5rem; }
  @media (min-width: 768px) {
    .student-list {
      -ms-grid-columns: 1fr 1fr;
          grid-template-columns: 1fr 1fr;
      grid-column-gap: 4rem; } }
