.core-resp-img-list {
  text-align: center;
  z-index: 1;
  width: 100%;
  margin-top: -45px;
  position: absolute;
  left: 0;
}
.core-resp-image {
  position: relative;
  border-radius: 50%;
  background-color: #00b1eb;
  width: 75px;
  height: 75px;
  bottom: 230px;
  display: inline-block;
  margin: 0 10px;
}
.core-resp-image img {
  width: 55px;
  height: 42px;
  position: absolute;
  top: 16px;
  left: 10px;
}
.core-commit-id {
  position: absolute;
  margin-top: -345px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  color: white;
  font-size: 46px;
  font-weight: 900;
  line-height: 54px;
  text-transform: uppercase;
  text-align: center;
  left: 0;
  right: 0;
}
.commit-detail-title {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  color: #ffa827;
  font-size: 32px;
  font-weight: 700;
  line-height: 54px;
  text-align: center;
  position: relative;
  top: 20%;
}
.commitment-title,
.commitment-sub-title {
  padding-bottom: 2px;
}
.commitment-title {
  color: #2267cd;
  font-size: 28px;
  font-weight: 700;
  line-height: 35px;
}
.commit-content {
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 40px;
}
.commitment-sub-title {
  color: #e84e0f;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  font-family: 'DINPro-Regular',sans-serif,arial;;
}
.joint-commitment {
  color: #4f4f50;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  padding: 15px 0 20px 0;
}
.commit-detail-list {
  float: left;
  width: 49%;
}
.commit-list-right {
  float: right;
}
.commit-detail-list li {
  border: 1px solid #ededed;
  border-radius: 3px;
  list-style-type: none;
  float: left;
  width: 100%;
  padding: 18px;
  margin-bottom: 8px;
  display: table;
}
#commit-stakeholder {
  color: #e84e0f;
  font-weight: 400;
  text-decoration: underline;
}
.commit-detail-label {
  font-size: 16px;
  line-height: normal;
  color: #2b2b2b;
  font-weight: 500;
}
.commit-detail-desc,
.commit-detail-desc a {
  line-height: normal;
  color: #6d6d6e;
  font-weight: 400;
}
.commit-detail-desc a {
  color: #e84e0f;
  text-decoration: underline;
  font-family: 'DINPro-Medium',sans-serif,arial;;
  font-weight: 400;
}
.commit-detail-list li .commit-detail-label,
.commit-detail-list li .commit-detail-desc {
  display: table-cell;
  vertical-align: top;
}
.commit-detail-list li .commit-detail-label {
  position: relative;
  width: 32%;
}
.commit-detail-list li .commit-detail-label:after {
  content: ":";
  position: absolute;
  right: 0;
  top: 0;
}
.commit-detail-list li .commit-detail-desc {
  padding-left: 28px;
  width: 68%;
  font-size: 15px;
}

.page-full-site-search .commitment-title, .commitment-sub-title{
  padding-top: 10px;
}

