:root {
  --logo-blue: #004fa4;
  --logo-red: #ed1a3b;
  --red-dark: #5e1b15;
  --red-medium: #961e28;
  --red: #c4122f;
  --blue-dark: #0f2846;
  --blue: #13477d;
  --blue-light: #005099;
  --blue-pale: #c4d1df;
  --taupe: #7e6d5f;
  --taupe-dark: #4d4037;
  --taupe-light: #d0c4b6;
  --taupe-pale: #e2dfdb;
  --slate: #446c73;
  --slate-dark: #324448;
  --slate-light: #aabdbe;
  --slate-pale: #d9e1e3;
  --green: #526a3e;
  --green-dark: #526a3e;
  --green-light: #526a3e;
  --green-pale: #d6e2cf;
  --teal: #008290;
  --teal-dark: #00616c;
  --teal-light: #64c7c7;
  --teal-pale: #d9ecf3;
  --yellow: #eeb137;
  --yellow-dark: #bb7b0f;
  --yellow-light: #f4c74b;
  --yellow-pale: #fcf4e9;
  --warm-blue: #005578;
  --warm-blue-dark: #184359;
  --warm-blue-light: #006796;
  --warm-blue-pale: #d1d9de;
  --grey: #5e6769;
  --grey-dark: #414547;
  --grey-light: #99a3a6;
  --grey-pale: #d9dada;
  --orange: #d46b21;
  --default-border-color: #d2d2d2;
  --default-text: #343434;
  --default-heading: #4d4037;
  --default-subhead: #4d4037;
  --default-topic: #6d6d6d;
  --default-disabled: #8a95a5;
  --default-link: #005099;
  --default-link-hover: #0672b9;
  --default-link-visit: #13477d;
  --hover-collapse-color: #d9dce3;
  --school-primary: #13477d;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 
	Variables from BRAND campaign:
*/
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 
	2022 Redesign Variables
*/
:root {
  --default-border-color: #d2d2d2;
  --default-text: #343434;
  --default-heading: #4d4037;
  --default-subhead: #4d4037;
  --default-topic: #6d6d6d;
  --default-disabled: #8a95a5;
  --default-link: #005099;
  --default-link-hover: #0672b9;
  --default-link-visit: #13477d;
  --hover-collapse-color: #d9dce3;
  --school-primary: #0672b9;
}
.profile-listing {
  margin-bottom: 50px;
}
.profile-listing section .profile-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
}
.profile-listing section .profile-item .flex-1 {
  width: 25vw;
  -ms-flex: 0 1 25vw;
      flex: 0 1 25vw;
}
.profile-listing section .profile-item .flex-1 img {
  padding-top: 7px;
  border-radius: 50%;
}
.profile-listing section .profile-item .flex-3 {
  width: 70vw;
  padding-left: 5vw;
  -ms-flex: 3 1 25vw;
      flex: 3 1 25vw;
}
.profile-listing section .profile-item .profile-office {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 60vw;
  margin-top: 5px;
}
.profile-listing section .profile-item .profile-name {
  font-family: "GT Walsheim", Arial, sans-serif;
  font-weight: 700;
  color: #4d4037;
  font-size: 2.6rem;
  line-height: 3.2rem;
  letter-spacing: 0em;
  margin: 0 0 10px;
  text-transform: none;
  margin-bottom: 5px;
  color: #1a1c21;
}
.profile-listing section .profile-item [itemprop="jobTitle"] {
  display: block;
  font-size: 80%;
  line-height: 1.2;
  font-weight: normal;
  color: #1a1c21;
}
.profile-listing section .profile-item [itemprop="worksFor"] {
  display: block;
  font-size: 80%;
  line-height: 1.2;
  font-weight: normal;
  color: #1a1c21;
}
.profile-listing section .profile-item .profile-link,
.profile-listing section .profile-item .profile-email,
.profile-listing section .profile-item .profile-phone {
  margin-top: 10px;
}
.profile-listing section .profile-item .profile-bio {
  margin-top: 15px;
}
.profile-listing section .profile-item span[class^="ion"] {
  font-size: 2.4rem;
  display: inline-block;
  vertical-align: middle;
  color: #005099;
}
.profile-listing section .profile-item .btn,
.profile-listing section .profile-item .btn-cta,
.profile-listing section .profile-item .btn-sm {
  background-color: #1a1c21;
  border-radius: 50px;
}
.profile-listing section .profile-item .btn:hover,
.profile-listing section .profile-item .btn-cta:hover,
.profile-listing section .profile-item .btn-sm:hover,
.profile-listing section .profile-item .btn:focus,
.profile-listing section .profile-item .btn-cta:focus,
.profile-listing section .profile-item .btn-sm:focus {
  background: #1a1c21 !important;
  background-image: none;
  border: none !important;
  text-decoration: none !important;
}
.profile-full .logged-in > p {
  padding: 10px 25px 10px 10px !important;
  font-weight: 700;
  background: #f9f9f9;
}
.profile-full .profile-image-cv {
  float: left;
  max-width: 250px;
  text-align: center;
  margin: 0 25px 15px 0;
}
.profile-full .profile-image-cv img {
  padding-top: 7px;
}
.profile-full .profile-image-cv .btn {
  margin-top: 0;
}
.profile-full .profile-contact-info img {
  margin-bottom: 2px;
  margin-top: 0;
  display: inline;
}
.profile-full .profile-contact-info .profile-email i.fa-envelope {
  color: #005099;
}
.profile-full .profile-contact-info .profile-phone i.fa-phone {
  color: #005099;
}
.profile-full .profile-info-bio {
  clear: left;
}
.profile-full dt {
  font-family: "GT Walsheim", Arial, sans-serif;
  font-weight: 700;
  color: #4d4037;
  font-size: 2.2rem;
  line-height: 2.6rem;
  margin: 0 0 10px;
  font-weight: 400;
  margin: 0;
}
.profile-full dd + dt {
  margin-top: 25px;
}
.profile-full .other-content section {
  margin: 25px 0;
  padding-top: 25px;
  border-top: 1px solid #d2d2d2;
}
.profile-full .other-content section h1 {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .profile-listing section .profile-item.col-md-5:nth-of-type(odd) {
    clear: both;
  }
  .profile-listing section .profile-item.col-md-5 .profile-office {
    max-width: 70%;
  }
  .profile-listing section .profile-item.two-columns .flex-3 {
    max-width: 312px;
  }
  .profile-listing section .profile-item .flex-1 {
    width: 25%;
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
  }
  .profile-listing section .profile-item .flex-3 {
    width: auto;
    padding-left: 15px;
    -ms-flex: 3 1 25%;
        flex: 3 1 25%;
    max-width: 100%;
    overflow: hidden;
  }
  .profile-listing section .profile-item .profile-office {
    max-width: 90%;
  }
  .profile-listing section .profile-item .btn {
    margin-bottom: 15px;
  }
  .profile-listing section .profile-item .profile-email,
  .profile-listing section .profile-item .profile-phone {
    margin-top: 5px;
  }
}
