@charset "UTF-8";
.faculty-profile .school {
  background-color: #151C55;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-size: 0.8rem;
  padding: 0.2rem 1rem 0.2rem 15px;
  display: inline-block;
  margin-left: -12px;
  margin-bottom: 1rem;
  font-weight: bold;
}
.faculty-profile .school.lee-kong-chian-school-of-business, .faculty-profile .school.lkcsb {
  background-color: #005C96;
}
.faculty-profile .school.school-of-computing-and-information-systems, .faculty-profile .school.scis {
  background-color: #C69200;
}
.faculty-profile .school.school-of-social-sciences, .faculty-profile .school.soss {
  background-color: #006633;
}
.faculty-profile .school.school-of-economics, .faculty-profile .school.soe {
  background-color: #006685;
}
.faculty-profile .school.school-of-accountancy, .faculty-profile .school.soa {
  background-color: #9E0040;
}
.faculty-profile .school.yong-pung-how-school-of-law, .faculty-profile .school.sol {
  background-color: #330066;
}
.faculty-profile .school.college-of-integrative-studies, .faculty-profile .school.cis {
  background-color: #000;
}
.faculty-profile .greybox {
  border: 1px solid #CCCCCC;
  background: #f3f3f3;
  padding: 1rem;
}
.faculty-profile .greybox a {
  text-decoration: none;
}
.faculty-profile .greybox .greyboxitem {
  margin: 5px 0;
}
.faculty-profile table {
  width: 100%;
  margin-bottom: 1rem;
}
.faculty-profile .term-tree-list .term {
  padding-left: 0px;
}
.faculty-profile .term-tree-list .term li {
  list-style: none;
  margin-left: 0px !important;
}
.faculty-profile .term-tree-list .term .term li {
  margin-left: 0px !important;
}
.faculty-profile .term-tree-list .term .term .term li {
  margin-left: 10px !important;
}
.faculty-profile .term-tree-list .term a {
  margin-bottom: 2px;
  text-decoration: none;
  display: block;
  padding: 0.5rem;
  background-color: #fff;
  border-radius: 3px;
}
.faculty-profile .term-tree-list .term a:before {
  content: "›";
  margin-right: 5px;
}
.faculty-profile .term-tree-list .term a:hover {
  background-color: #8A704C;
  color: #FFF;
}
.faculty-profile .term-tree-list .parent > a {
  font-weight: bold;
}
.faculty-profile .term-tree-list .parent > a:before {
  content: " ";
  display: none;
}
.faculty-profile .term-tree-list .child > a {
  font-size: 0.85rem;
}
.faculty-profile .term-tree-list .leekongchianschoolofbusiness a {
  color: #005C96;
}
.faculty-profile .term-tree-list .leekongchianschoolofbusiness a:hover {
  background-color: #005C96;
  color: #FFF;
}
.faculty-profile .term-tree-list .schoolofsocialsciences a {
  color: #006633;
}
.faculty-profile .term-tree-list .schoolofsocialsciences a:hover {
  background-color: #006633;
  color: #FFF;
}
.faculty-profile .term-tree-list .schoolofaccountancy a {
  color: #9E0040;
}
.faculty-profile .term-tree-list .schoolofaccountancy a:hover {
  background-color: #9E0040;
  color: #FFF;
}
.faculty-profile .term-tree-list .schoolofcomputingandinformationsystems a {
  color: #C69200;
}
.faculty-profile .term-tree-list .schoolofcomputingandinformationsystems a:hover {
  background-color: #C69200;
  color: #FFF;
}
.faculty-profile .term-tree-list .schoolofeconomics a {
  color: #006685;
}
.faculty-profile .term-tree-list .schoolofeconomics a:hover {
  background-color: #006685;
  color: #FFF;
}
.faculty-profile .term-tree-list .yongpunghowschooloflaw a {
  color: #330066;
}
.faculty-profile .term-tree-list .yongpunghowschooloflaw a:hover {
  background-color: #330066;
  color: #FFF;
}
.faculty-profile .societalchallenges .term-tree-list .term li {
  margin-left: 0px !important;
}
.faculty-profile .societalchallenges .term-tree-list .term .term li {
  margin-left: 10px !important;
}
.faculty-profile .societalalllink .ais-HierarchicalMenu-label,
.faculty-profile .researchalllink .ais-HierarchicalMenu-label {
  color: #8A704C;
  cursor: pointer;
}
.faculty-profile .societalalllink.ais-HierarchicalMenu-item--selected .ais-HierarchicalMenu-label,
.faculty-profile .researchalllink.ais-HierarchicalMenu-item--selected .ais-HierarchicalMenu-label {
  color: #151C55;
}
.faculty-profile .name h3 {
  margin-bottom: 0px !important;
}

a.cta-gold {
  color: #FFF !important;
}