.expert-base-list .field, .expert-base-view .field {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e3e6f0;
  border-radius: 0.35rem;
  margin-bottom: 1rem;
}
.expert-base-list .field .field__label, .expert-base-view .field .field__label {
  background-image: url("../img/banner.png");
  color: #fff;
  padding: 0.5rem 1rem;
  font-weight: 100;
  font-size: 1rem;
}
.expert-base-list .field .field__item, .expert-base-view .field .field__item {
  padding: 0.5rem 1rem;
}
.expert-base-list .shadow, .expert-base-view .shadow {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06) !important;
}
.expert-base-list .main-content, .expert-base-view .main-content {
  padding-top: 100px;
  padding-bottom: 100px;
}
.expert-base-list .banner, .expert-base-view .banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 125px;
  background-image: url("../img/banner.png");
  background-position: center;
}
.expert-base-list .img-circle, .expert-base-view .img-circle {
  height: 150px;
  width: 150px;
  border-radius: 150px;
  border: 3px solid #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.expert-base-list .social-links a, .expert-base-view .social-links a {
  transition: all 0.2s;
}
.expert-base-list .social-links a img, .expert-base-view .social-links a img {
  height: 30px;
}
.expert-base-list .social-links a:hover, .expert-base-view .social-links a:hover {
  transform: translateY(-3px);
}
html.font-low {
  font-size: 90%;
}
html.font-hight {
  font-size: 110%;
}
body.contrast-mode .page-header > .container-lg {
  background: transparent !important;
}
body.contrast-mode * {
  background-color: #000 !important;
  color: #fff;
}
body.contrast-mode * a {
  color: yellow !important;
  background-color: transparent !important;
}
body.contrast-mode .btn {
  color: yellow !important;
  border-color: yellow !important;
  background-color: transparent;
}
body.contrast-mode .nav-font-contrast a {
  color: #000 !important;
  border-color: yellow !important;
  background-color: yellow !important;
}
.nav-font-contrast a {
  color: #fff !important;
  background-color: #000 !important;
}
/*# sourceMappingURL=/themes/custom/ksse/css/custom_ksse.css.map */