.full_text_gray_bg {
  background-color: #fefdfb;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
.full_text_gray_bg h2 {
  padding-bottom: 16px;
  margin-bottom: 0;
}
.full_text_white_bg {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: none !important;
}
.full_text_white_bg h2 {
  background-color: #fff;
  width: 98% !important;
  color: #9a7654 !important;
  padding-bottom: 16px;
  margin-bottom: 0;
  text-align: inherit !important;
  font-family: inherit !important;
  text-transform: none !important;
}
.full_text_gray_bg, .full_text_white_bg {
  border-bottom: 1px solid #e0edf5;
}
.full_text_gray_bg h2, .full_text_white_bg h2 {
  color: #6e685c;
  font-family: "adobe-garamond-pro", sans-serif;
  font-variant: small-caps;
}
.page-template-template-team .title_content, .page-template-template-team .teams-content {
  background: #fff;
}
.page-template-template-team .title_content img, .page-template-template-team .teams-content img {
  width: 200px;
}
.page-template-template-team .title_content h1, .page-template-template-team .teams-content h1 {
  font-family: 'proximanova';
  font-size: 36px;
  color: #9a7654;
  margin-bottom: 20px;
}
.page-template-template-team .title_content h2, .page-template-template-team .teams-content h2 {
  font-family: 'proximanova';
  font-size: 36px;
  color: #6e685c;
  margin-bottom: 20px;
  margin-bottom: 60px;
}
.page-template-template-team .title_content p, .page-template-template-team .teams-content p {
  color: #666766;
  font-family: 'proximanova';
}
.page-template-template-team .title_content {
  background-color: #d4d5d4;
  background-image: url('../images/ucla-intro-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 60px;
  padding-bottom: 70px;
}
.page-template-template-team .sales-team, .page-template-template-team .production-team {
  padding-top: 70px;
  padding-bottom: 90px;
}
.page-template-template-team .sales-team .member, .page-template-template-team .production-team .member {
  margin-bottom: 30px;
}
.page-template-template-team .sales-team .member-info, .page-template-template-team .production-team .member-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 50px;
  -webkit-box-shadow: 9px 9px 7px -8px rgba(209, 209, 209, 1);
  -moz-box-shadow: 9px 9px 7px -8px rgba(209, 209, 209, 1);
  box-shadow: 9px 9px 7px -8px rgba(209, 209, 209, 1);
}
.page-template-template-team .sales-team .member-email, .page-template-template-team .production-team .member-email {
  color: #9a7654 !important;
  margin-top: -20px;
}
@media only screen and (max-width: 1199px) {
  .page-template-template-team .sales-team img, .page-template-template-team .production-team img {
    width: 140%;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-template-team .sales-team img, .page-template-template-team .production-team img {
    width: 200px;
  }
  .page-template-template-team .sales-team .member-info, .page-template-template-team .production-team .member-info {
    box-shadow: none;
    padding-left: 18px;
    padding-top: 10px;
  }
  .page-template-template-team .sales-team .member, .page-template-template-team .production-team .member {
    text-align: center;
  }
}
@media only screen and (max-width: 360px) {
  .page-template-template-team .sales-team h2, .page-template-template-team .production-team h2 {
    font-size: 25px;
  }
}
.page-template-template-team .production-team {
  border-top: 3px solid #e0edf5;
}
