@charset "UTF-8";
.btn-black {
  background: #565E6D;
  border-radius: 0px;
  padding: 10px 40px 10px 40px;
  color: #ffffff;
  border: 1px solid #565E6D;
  font-size: 16px;
}
.btn-black:hover {
  color: #fff;
}
.btn-black.btn-hollow {
  background: #fff;
  color: #565E6D;
  border: 1px solid #565E6D;
}
.btn-black.btn-hollow:hover {
  background: #565E6D;
  color: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

.automatedcontent-section {
  margin-bottom: 60px;
}

.ctabanner-section h2, .text-section h2, .automatedcontent-section h2 {
  font-weight: 500;
  font-family: "Helvetica Neue", Helvetica;
}

form label {
  font-weight: 500;
  font-family: "Helvetica Neue", Helvetica !important;
}

h1 {
  font-weight: 700;
  font-family: "Helvetica Neue", Helvetica !important;
}

.node--location--teaser {
  position: relative;
}
.node--location--teaser .locaton-sec {
  float: none;
}
.node--location--teaser img {
  height: 40px;
  width: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
.node--location--teaser .full-link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
}

@media (min-width: 992px) {
  .container.narrow {
    padding-left: 100px;
    padding-right: 100px;
  }
}

.pt-30 {
  padding-top: 30px;
}

.row-eq-height {
  display: flex;
  flex-wrap: wrap;
}
.row-eq-height li {
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .row-eq-height li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .row-eq-height li {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.link-inverse {
  text-decoration: underline;
}
.link-inverse:hover {
  color: #337ab7;
}

.view-display-id-faculty_speciality .view-header {
  margin-bottom: 30px;
}

.view-faculty .views-row {
  margin-bottom: 30px;
}

.toolbar-menu .menu-item--expanded.hover-intent .menu-item {
  float: none !important;
}

/**** Course node content type *****/
.node--course .row {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .node--course .row {
    display: block;
    flex-direction: column;
  }
}
.node--course .video__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.node--course .video__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.node--course h3 {
  font-size: 18px;
  font-weight: bold;
}

.course__content h1.title {
  border-bottom: 8px solid #D8EAFA;
  margin-bottom: 5px;
  max-width: 66%;
}
.course__content .faculty {
  border-bottom: 0;
}

.course__img {
  margin: 20px 0;
}
.course__img img {
  width: 100%;
  height: auto;
}

.section__heading {
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 31px;
  color: #052049;
  padding-bottom: 15px;
  margin-top: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #337AB7;
}

.section__items {
  margin-bottom: 20px;
}
.section__items h2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #052049;
  margin-bottom: 15px;
}

.course__media > div {
  display: flex;
  flex-wrap: wrap;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.course__media.video > div {
  display: block;
}

.course__nav {
  border: 1px solid #CDCDCD;
  width: 365px;
  background: #fff;
}

.courses__link {
  display: block;
  font-style: normal;
  font-weight: 900;
  font-size: 15px;
  line-height: 24px;
  padding-bottom: 20px;
}
.courses__link:hover {
  text-decoration: none;
}
.courses__link:before {
  content: "\F060";
  font-family: "FontAwesome";
  margin-left: 8px;
  padding-right: 10px;
}

.section__title {
  display: block;
  background: #4D4D4D;
  color: #fff;
  padding: 20px;
}

.course__sidebar {
  top: 0;
  position: relative;
}
@media (min-width: 992px) {
  .course__sidebar {
    top: 210px;
    height: 100vh;
    position: sticky;
    overflow-y: auto;
    overflow-x: hidden;
  }
}

.menu__tab:hover {
  text-decoration: none;
}
@media (max-width: 760px) {
  .menu__tab {
    position: relative;
  }
}

.menu__group {
  position: relative;
}
.menu__group h3:after {
  font-size: 15px;
  content: "\F055";
  font-family: "FontAwesome";
  color: #337AB7;
  position: absolute;
  right: 10px;
}
@media (max-width: 760px) {
  .menu__group h3:after {
    top: 0;
  }
}

.menu__group.active a {
  text-decoration: none;
}
.menu__group.active h3:after {
  font-size: 15px;
  content: "\F056";
  font-family: "FontAwesome";
  color: #337AB7;
  position: absolute;
  right: 10px;
}
.menu__group.active h3 {
  background: #D8EAFA;
}
.menu__group.active ul {
  display: block;
}

.menu__section h3 {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  color: #333333;
  padding: 16px;
  margin: 0;
  border: 1px solid #CDCDCD;
}
.menu__section ul {
  padding-top: 20px;
  padding-left: 0;
  display: none;
}
.menu__section li {
  list-style: none;
  position: relative;
  padding: 10px 40px;
}
.menu__section li a {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
}
.menu__section .icon:after {
  font-family: "FontAwesome";
  color: #A8A8A8;
  font-weight: 900;
  font-size: 12px;
  line-height: 24px;
  position: absolute;
}
.menu__section .icon.active {
  background: #EAEAEA;
}
.menu__section .icon:before {
  font-family: "FontAwesome";
  color: #A8A8A8;
  font-weight: 900;
  font-size: 12px;
  line-height: 24px;
  position: absolute;
}
.menu__section .media--image:after {
  content: "\F03E";
  right: 23px;
}
.menu__section .media--video:after {
  content: "\F144";
  right: 8px;
}
.menu__section .media--imagevideo:after {
  content: "\F144";
  right: 8px;
}
.menu__section .media--imagevideo:before {
  content: "\F03E";
  right: 23px;
}

.related__courses {
  margin-bottom: 20px;
}
.related__courses h3 {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #337AB7;
  margin-bottom: 20px;
  margin-right: 80px;
}
.related__courses .course__description {
  display: none;
}
.related__courses > div {
  display: flex;
  flex-wrap: wrap;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.node--location--teaser {
  border: 1px solid #f3f4f6;
  padding: 20px 24px;
  height: 100%;
}
.node--location--teaser .location-sec {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.node--location--teaser .node__title {
  margin: 0;
  padding: 0;
}
.node--location--teaser .location-image {
  margin-right: 10px;
}

.node--location--map-popup .node__title {
  border-bottom: 0;
}

.node--service .button-container {
  display: flex;
  padding: 20px 0;
}
.node--service .button-container a {
  margin-right: 16px;
}

.temp-group-item .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.temp-group-item .active .heading i {
  transform: rotate(180deg);
}

.course_teaser {
  max-width: 270px;
}
.course_teaser .teaser__image img {
  width: 100%;
  height: auto;
}
.course_teaser .course__teaser-title {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 160%;
  padding: 10px 0;
}
.course_teaser .course__teaser-title a {
  color: #052049;
  font-size: 15px;
}

.course__description {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  color: #777777;
}

.view-courses .view-header h1 {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 36px;
  color: #333333;
}
.view-courses .view-content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}
@media (min-width: 760px) {
  .view-courses .view-content {
    justify-content: stretch;
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
  }
}
.view-courses .views-row {
  margin-top: 20px;
  margin-bottom: 20px;
}
.view-courses .courses__subhead {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
}

.view-locations.view-display-id-all_locations .view-content .views-row {
  margin-bottom: 60px;
}
.view-locations.view-display-id-all_locations .attachment-before {
  margin-bottom: 60px;
}

.view-programs .views-row {
  padding: 0;
}
.view-programs legend {
  border: none;
}
.view-programs .bef-links {
  border-bottom: 1.5px solid #052049;
}
.view-programs .bef-links ul {
  list-style: none;
  padding: 0;
  display: flex;
  margin: 0;
}
@media (max-width: 768px) {
  .view-programs .bef-links ul {
    flex-direction: column;
  }
}
.view-programs .bef-links ul li {
  padding: 0 !important;
}
.view-programs .bef-links ul li a {
  color: #171A1F;
  font-size: 16px;
  line-height: 28px;
  padding: 12px 20px;
  background-color: #EAECEC;
  display: block;
}
.view-programs .bef-links ul li a.bef-link--selected {
  background-color: #052049;
  color: #ffffff;
}

.node--program.node--program--list-teaser {
  padding: 18px 0;
}
.node--program.node--program--list-teaser.node--sticky .teaser {
  border: 1px solid #DEE1E6;
  padding-left: 36px;
  justify-content: space-between;
}
.node--program.node--program--list-teaser.node--sticky .teaser .thumbnail-img {
  order: 2;
  padding-left: 24px;
  padding-right: 0;
}
.node--program.node--program--list-teaser.node--sticky .teaser h2.title a {
  font-size: 32px;
  line-height: 48px;
}
@media (max-width: 768px) {
  .node--program.node--program--list-teaser.node--sticky .teaser {
    flex-direction: column;
    padding: 0;
    margin: 0 15px;
  }
  .node--program.node--program--list-teaser.node--sticky .teaser .thumbnail-img {
    padding-left: 0;
    padding-right: 0;
  }
  .node--program.node--program--list-teaser.node--sticky .teaser h2.title a {
    font-size: 24px;
    line-height: 36px;
  }
  .node--program.node--program--list-teaser.node--sticky .teaser .content {
    order: 2;
    padding: 15px;
  }
}
.node--program.node--program--list-teaser .teaser {
  display: flex;
  align-items: center;
}
.node--program.node--program--list-teaser .teaser h2.title a {
  color: #171A1F;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 16px;
}
.node--program.node--program--list-teaser .teaser .description-text {
  margin-bottom: 16px;
}
.node--program.node--program--list-teaser .teaser .btn-black {
  padding: 10px 20px;
}
.node--program.node--program--list-teaser .teaser .btn-black:hover {
  text-decoration: underline;
}
.node--program.node--program--list-teaser .teaser .thumbnail-img {
  width: 456px;
  max-width: 100%;
  flex: 0 0 456px;
  padding-right: 24px;
}
.node--program.node--program--list-teaser .teaser .thumbnail-img img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .node--program.node--program--list-teaser .teaser {
    flex-direction: column;
    margin: 0 15px;
    align-items: start;
  }
  .node--program.node--program--list-teaser .teaser .thumbnail-img {
    padding-right: 0;
    flex: 0 0 100%;
  }
}

.node-id_16672 .textpart-section .container.narrow {
  padding-left: 15px;
  padding-right: 15px;
}
.node-id_16672 .node--program.node--program--full {
  display: flex;
  flex-direction: column;
}
.node-id_16672 .node--program.node--program--full .container.narrow {
  order: 3;
}
.node-id_16672 .node--program.node--program--full .ctabanner-section {
  order: 4;
}

.view-display-id-publications_embed ul li,
.view-display-id-award_embed ul li {
  padding-bottom: 15px;
}

.paragraph--type--two-column-cta {
  display: flex;
  align-items: center;
  border: 1px solid #DEE1E6;
  margin: 25px auto;
}
.paragraph--type--two-column-cta .content {
  padding-left: 60px;
}
.paragraph--type--two-column-cta .content .title {
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 500;
  font-family: "Helvetica Neue", Helvetica;
}
.paragraph--type--two-column-cta .content .description {
  margin-bottom: 55px;
}
.paragraph--type--two-column-cta .content .btn-optional {
  float: right;
}
.paragraph--type--two-column-cta .image {
  display: flex;
  justify-content: end;
}
.paragraph--type--two-column-cta .content, .paragraph--type--two-column-cta .image {
  flex: 0 0 50%;
  max-width: 50%;
}
.paragraph--type--two-column-cta.layout--image-left .content {
  order: 2;
  padding-right: 60px;
}
.paragraph--type--two-column-cta.layout--image-left .image {
  order: 1;
  display: flex;
  justify-content: start;
}
@media screen and (max-width: 768px) {
  .paragraph--type--two-column-cta {
    flex-direction: column;
  }
  .paragraph--type--two-column-cta .content, .paragraph--type--two-column-cta .image {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .paragraph--type--two-column-cta .btn {
    margin-bottom: 10px;
    width: 100%;
  }
  .paragraph--type--two-column-cta .content {
    padding: 20px;
  }
  .paragraph--type--two-column-cta .image {
    display: flex;
    justify-content: center;
  }
  .paragraph--type--two-column-cta.layout--image-left .content {
    order: 1;
    padding: 20px;
  }
  .paragraph--type--two-column-cta.layout--image-left .image {
    order: 2;
  }
}

.ctabanner-section h2, .ctabanner-section p {
  text-align: left;
}
.ctabanner-section a.btn {
  border-radius: 0px;
  padding: 10px 40px 10px 40px;
  font-size: 16px;
}
.ctabanner-section.bg-dk-grey {
  background-color: #565E6D;
}
.ctabanner-section.bg-dk-grey h2, .ctabanner-section.bg-dk-grey p {
  color: #ffffff;
}
.ctabanner-section.bg-dk-grey a.btn {
  background: #fff;
  color: #000;
}
.ctabanner-section.bg-transparent h2, .ctabanner-section.bg-transparent p {
  padding: 0 70px;
  margin-bottom: 20px;
}
.ctabanner-section.bg-transparent .btn {
  background: #000;
  border-radius: 0px;
  padding: 10px 40px 10px 40px;
  color: #ffffff;
  border: 1px solid #000;
  font-size: 16px;
}

.ucsf-icon {
  display: grid;
  background: transparent;
  float: none;
  gap: 10%;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-template-columns: minmax(0, 1fr);
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .ucsf-icon {
    display: block;
  }
  .ucsf-icon .link-sec {
    border: none !important;
  }
}
.ucsf-icon .link-sec {
  border: none;
  background: #f2f2f2;
  flex: 1;
}
.ucsf-icon .link-sec a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.ucsf-icon .link-sec i {
  font-size: 28px;
  margin-right: 50px;
}

.top-icon-section {
  padding: 60px 0;
}
.top-icon-section h2 {
  margin-bottom: 30px;
}

.right-figurecaption .figure {
  margin-left: 30px;
}

.left-figurecaption .figure {
  margin-right: 30px;
}

.footer-menu {
  padding-bottom: 10px;
}

.footer-social ul {
  list-style: none;
  display: flex;
  padding: 0;
}
.footer-social a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  color: #b4b9bf;
  font-size: 22px;
}
.footer-social a svg {
  max-width: 22px;
  fill: #b4b9bf;
}

.node--faculty--teaser,
.node--faculty--overview {
  border: 1px solid #DEE1E6;
  height: 100%;
}
.node--faculty--teaser div.head-shot,
.node--faculty--overview div.head-shot {
  width: 100%;
  height: 250px;
  background-size: cover;
  background-position: center;
}
.node--faculty--teaser .faculty-info,
.node--faculty--overview .faculty-info {
  padding: 0 20px;
}

.node--news--thumbnail look-thumbnail {
  height: 250px;
}

.col-md-3 .node--faculty--teaser div.head-shot,
.col-md-3 .node--faculty--overview div.head-shot {
  height: 255px;
}

.views-field {
  width: 100%;
}
.views-field .field-content {
  height: 100%;
  display: block;
}

.js-form-item-items-per-page {
  display: none !important;
}

.faculty {
  border-bottom: 0;
}

.node--content-view {
  margin-bottom: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.user-login-form .login-container {
  display: flex;
  align-items: center;
}
.user-login-form .saml, .user-login-form .login {
  flex: 1 0 50%;
  max-width: 50%;
}
.user-login-form .saml {
  display: flex;
  justify-content: center;
}
.user-login-form .login {
  border-left: 1px solid #DEE1E6;
  padding-left: 30px;
}
.user-login-form .simplesamlphp-auth-login-link {
  background: #000000;
  color: #ffffff;
  font-weight: 500;
  border-radius: 0px;
  min-width: 180px;
  padding: 5px 10px;
  font-size: 14px;
  text-align: center;
}

.paragraphs-content {
  max-width: 660px;
  width: 100%;
}

.path-faculty .banner-ads__image img {
  width: 100%;
}

.node-id_16667 h2 {
  margin-bottom: 0;
}
.node-id_16667 .narrow {
  padding: 0 0 0 15px;
}
.node-id_16667 .textpart-section {
  padding: 0;
}
.node-id_16667 .pt-30 {
  display: none;
}

.view-display-id-executive_team_and_leadership .faculty-section h2.faculty-name a,
.view-display-id-executive_team_and_leadership_full .faculty-section h2.faculty-name a {
  font-weight: 300;
}
.view-display-id-executive_team_and_leadership .faculty-section h2.faculty-name p.faculty-position a,
.view-display-id-executive_team_and_leadership_full .faculty-section h2.faculty-name p.faculty-position a {
  font-weight: 400;
}

.node--faculty--overview-full h1.faculty-name {
  font-size: 30px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 40px;
}
.node--faculty--overview-full h2.faculty-name {
  color: #444;
  font-weight: 700;
  margin-top: 15px;
}
.node--faculty--overview-full .head-shot {
  height: 180px;
}
.node--faculty--overview-full .faculty-position {
  margin-bottom: 15px !important;
  margin-top: 10px;
  font-weight: 700;
}
.node--faculty--overview-full .faculty-short-narrative {
  line-height: 31px;
}