.about-banner {
  height: 342px;
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  background-size: 100%;
  display: flex;
  align-items: center;
}
.about-banner .inner-banner-title {
  display: block;
}
.inner-banner-title {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  margin: 0;
}
.description {
  margin: 0 auto;
  text-align: center;
  color: #6d6d6e;
}
.vision-title {
  line-height: 29px;
  color: #2267cd;
}
.vision-desc,
.goals-desc {
  padding-left: 25px;
  padding-right: 25px;
}
.vision-desc {
  max-width: 1171px;
}
.goals-title {
  color: #2267cd;
  line-height: 35px;
}
.goals-desc {
  max-width: 1199px;
  color: #6d6d6e;
}
.image-list {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.about-img,
.about-highlight {
  display: table-cell;
  vertical-align: middle;
}
.about-highlight {
  position: relative;
  top: 25px;
  width: 40%;
  height: 454px
}
.about-img {
  position: relative;
  top: 32px;
  z-index: -1;
}
.start-quote {
  max-width: 31px;
  height: 23px;
  margin-bottom: 25px;
  margin-left: 64px;
}
.stop-quote {
  max-width: 31px;
  height: 23px;
  float: right;
  margin-top: 15px;
  margin-right: 74px;
}
.about-img img,
.about-highlight img {
  width: 100%;
}
.img-desc {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  padding: 0 65px;
}
.whs-centre {
  text-align: center;
  margin-top: 42px;
}
.about-faq-view ul li {
  list-style-type: none;
  margin: 0;
}
.faq-bg-img {
  position: relative;
  width: 100%;
  padding-bottom: 145px;
}
.faq-bg-img:after {
  content: "";
  background-image: linear-gradient(180deg, #fff 0%, transparent 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.fax-title {
  color: #2267cd;
  line-height: 35px;
  padding-top: 35px;
}
.accordion-list {
  padding-top: 15px;
  position: relative;
  z-index: 2;
}
.accordion {
  background-color: #fff;
  cursor: pointer;
  padding: 10px 74px 18px 83px;
  border: none;
  text-align: left;
  transition: 0.4s;
  max-width: 90%;
  margin: 0 auto;
  color: #414141;
  font-size: 22px;
  font-weight: 700;
  line-height: 35px;
  border-radius: 3px;
  position: relative;
}
.accordion:before,
.accordion:after {
  position: absolute;
  display: block;
}
.accordion:before {
  content: "";
  background: #20afe6 url("../images/i-tag.png") center no-repeat;
  border-radius: 50%;
  padding-top: 9px;
  left: 18px;
  width: 35px;
  height: 35px;
}
.accordion:after {
  content: "Expand";
  background: url(../images/ico-expand-cc.png) 50% 10px no-repeat;
  float: right;

}
.acc-active:after {
  content: "Close";
  background: url(../images/ico-close-acc.png) 50% 10px no-repeat;
}
.accordion:after {
  font-family: 'DINPro-Regular',sans-serif,arial;
  font-weight: normal;
  font-size: 16px;
  padding-right: 30px;
  line-height: 36px;
  color: rgba(27,27,27,.5);
  text-transform: none;
  padding-top: 25px;
  text-align: center;
  width: 72px;
  right: 0;
  top: 50%;
  margin-top: -28px;
  padding-right: 0;
}
.acc-panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: 0.2s ease-in-out;
  opacity: 0;
  max-width: 90%;
  margin: -2px auto 10px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.acc-panel p {
  color: #6d6d6e;
}
.acc-panel p a {
  text-decoration: underline;
}
.acc-show {
  opacity: 1;
  max-height: 1000px;
}
.explore-btn-box {
  display: table;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 85px;
}
.explore-btn-box .common-more-btn {
  padding: 15px 50px;
  font-size: 18px;
  line-height: 22px;
  background-color: #20AEE6;
  color: #fff;
}
.faq-bg-img .view-content .item-list h3 {
  font: 700 30px/32px "DINPro-Bold";
  text-align: center;
  padding: 10px 0 20px;
  text-transform: uppercase;
  color: #2e2e2e;
}
.about-faq-view .view-header .faq-bg {
  height: 100%;
  width: 100%;
  display: block;
}
.about-faq-view .item-list ul {
  overflow-y: auto;
}
#edit-field-moderator-actions {
  display: none;
}
.lnk-expand-box {
  position: relative;
  z-index: 2;
  text-align: right;
  display: table;
  width: 100%;
}
.lnk-expand-box a {
  font-size: 15px;
  text-decoration: underline;
}
#tab-cc .myaccount-core-alignment,
#lnk-pending {
  position: relative;
}
#tab-cc .myaccount-core-alignment .lnk-expand-box,
#lnk-pending .lnk-expand-box {
  position: absolute;
}
#tab-cc .myaccount-core-alignment .lnk-expand-box {
  top: -31px;
}
.page-user-core-alignments .btn-add-box {
  display: block;
  overflow: hidden;
  width: 100%;
}
#lnk-pending .lnk-expand-box {
  top: 19px;
  right: 20px;
  display: block;
  width: auto;
}
.documents-block {
  padding-top: 40px;
  padding-bottom: 60px;
}
