/*
    Customise variables used by Bulma,
    set brand colours, and other (non-typographic) defaults
*/
h1.title {
  color: #B1986F !important;
}

h3.subtitle {
  font-weight: 600;
}

#people-list a {
  display: block;
}
#people-list a:hover {
  text-decoration: none;
}
#people-list a .persontext {
  text-align: left;
  padding: 20px 0px 27px 0px;
}
#people-list a .persontext h3 {
  margin: 0;
}
#people-list a .persontext h4 {
  margin: 0;
}
#people-list a img {
  height: auto;
  width: 100%;
  display: block;
}

.person-portrait {
  display: block;
  border-radius: 6px;
}

.peoplecategory {
  text-decoration: none;
}

.peoplecategory hr {
  margin: 30px auto 10px 0;
  border-top: 1px solid #ccc;
}

.peoplecategory h2 {
  margin: 30px 0;
}

.peoplecategory a {
  margin-bottom: 15px;
}

.peoplecategory a:hover {
  text-decoration: none;
}

.peoplecategory a .persontext {
  text-align: left;
  padding: 20px 20px 27px 20px;
}

.peoplecategory a .persontext h3 {
  text-align: left;
  margin: 0;
}

.peoplecategory a .persontext h4 {
  color: #13588e;
  margin: 0;
}

.peoplecategory a .persontext p {
  color: #57b4df;
  margin: 10px 0;
}

.peoplecategory a img {
  height: auto;
  width: 100%;
  display: block;
  min-height: 150px;
}

#specialist-matrix {
  padding-top: 200px;
  margin-bottom: 3rem;
  overflow: scroll;
}
@media only screen and (max-width: 768px) {
  #specialist-matrix {
    display: none;
  }
}

#specialist-matrix table {
  border-collapse: collapse;
  width: 100%;
}

#specialist-matrix table thead th, #specialist-matrix table thead td {
  position: relative;
  background: none !important;
}

#specialist-matrix table th, #specialist-matrix table td {
  padding: 0.75rem !important;
  border: 1px solid white;
  background-color: rgba(177, 152, 111, 0.1);
}

#specialist-matrix table th a, #specialist-matrix table td a {
  color: #000;
}

#specialist-matrix table tr:nth-of-type(2n+2) th, #specialist-matrix table tr:nth-of-type(2n+2) td {
  background-color: #fff;
}

#specialist-matrix table td {
  text-align: center;
}

#specialist-matrix table .aro-specialties td, #specialist-matrix table .aro-specialties th {
  color: white;
  background: #1D2F5D !important;
}

#specialist-matrix table .cancer-label {
  position: absolute;
  display: block;
  transform: rotate(270deg);
  bottom: 63px;
  left: -60px;
  width: 200px;
  background-color: rgba(177, 152, 111, 0.1);
  max-height: 84px;
  padding: 29px 10px;
  color: #000;
  font-size: 0.9rem;
}
@media only screen and (max-width: 1140px) {
  #specialist-matrix table .cancer-label {
    left: -70px;
    max-height: 70px;
  }
}

#peoplelist {
  padding: 80px 0;
}

.card-image img {
  border-radius: 16px !important;
}

@media only screen and (max-width: 768px) {
  .card-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.card-content h3 {
  font-size: 24px;
  margin-bottom: 0;
}

.specialist-areas {
  display: none;
}
@media only screen and (max-width: 768px) {
  .specialist-areas {
    display: block;
    background: #e9f1f6;
    padding: 20px 20px 10px 20px !important;
    margin: 10px 0px 0 0px;
    border-radius: 16px;
  }
  .specialist-areas p {
    color: #333;
    line-height: 100%;
  }
  .specialist-areas ul {
    list-style: none;
    margin: 10px 0;
    padding: 0;
    color: #333;
  }
}

.person-image img {
  display: block;
  border-radius: 16px;
}

.consultation-locations {
  background-color: rgba(177, 152, 111, 0.1);
  padding: 20px 20px 10px 20px !important;
  margin: 10px -20px 0 -20px;
  border-radius: 16px;
}
@media only screen and (max-width: 768px) {
  .consultation-locations {
    padding: 20px 20px 10px 20px !important;
    margin: 10px 0px 0 0px;
  }
}
.consultation-locations p {
  color: #333;
  line-height: 115%;
  margin-bottom: 6px !important;
}
.consultation-locations ul {
  list-style: none;
  margin: 0 0 1rem 0;
  padding: 0;
  color: #333;
}
.consultation-locations ul li {
  line-height: 100%;
}

#peoplelist .specialist-areas #peoplelist .faq-list-collapse {
  margin-bottom: 24px;
}

#peoplelist .faq-list-collapse h4 {
  background: #f4f4f4;
  padding: 16px;
  font-size: 16px;
  font-style: italic;
  line-height: 24px;
  margin: 15px 0 0 0;
}

#peoplelist .faq-list-collapse h4 a {
  text-decoration: none;
  color: #000;
  display: block;
}

#peoplelist .faq-list-collapse div {
  padding: 24px;
  font-size: 16px;
}

#peoplelinks {
  background: #13588e;
  padding: 0px;
  margin-top: 30px;
}

#peoplelinks p {
  color: white;
  margin: 20px;
}

#peoplelinks h2 {
  color: white;
  padding: 20px;
  line-height: 130%;
}

#peoplelinks ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#peoplelinks ul li {
  margin: 0 0 1px 0;
}

#peoplelinks ul li a {
  display: block;
  background: rgba(255, 255, 255, 0.2);
  padding: 10px 20px;
  color: white;
}

#peoplelinks ul li a:hover, #peoplelinks ul li a.selected {
  text-decoration: none;
  background: #57b4df;
}

#persondetails {
  padding: 80px 0;
}

#persondetails h1 span {
  color: #333;
  font-size: 12px;
}

#persondetails h3 {
  color: #641773;
}

#persondetails .persontext {
  margin-top: 30px;
}

#persondetails #peoplelinks {
  background: #13588e;
  padding: 0px;
  margin-top: 30px;
}

#persondetails #peoplelinks p {
  color: white;
  margin: 20px;
}

#persondetails #peoplelinks h2 {
  color: white;
  padding: 20px;
  line-height: 130%;
}

#persondetails #peoplelinks ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#persondetails #peoplelinks ul li {
  margin: 0 0 1px 0;
}

#persondetails #peoplelinks ul li a {
  display: block;
  background: rgba(255, 255, 255, 0.2);
  padding: 10px 20px;
  color: white;
}

#persondetails #peoplelinks ul li a:hover, #persondetails #peoplelinks ul li a.selected {
  text-decoration: none;
  background: #57b4df;
}

article.person-detail h1 span.position {
  display: block;
  font-size: 50%;
  margin-top: 5px;
}
