#content .annualReportSection {
  position: relative;
  z-index: 1;
  background: #f3f5fa;
}
#content .annualReportSection .annualReportSectionInner {
  max-width: 770px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}
#content .annualReportSection .annualReportSectionInner:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: "";
}
@media all and (min-width: 992px) {
  #content .annualReportSection .annualReportSectionInner {
    padding: 80px 30px 90px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  #content .annualReportSection .annualReportSectionInner {
    padding: 70px 70px 50px 24px;
  }
}
@media all and (max-width: 767px) {
  #content .annualReportSection .annualReportSectionInner {
    padding: 70px 15px 60px;
  }
}
@media all and (min-width: 768px) {
  #content .annualReportSection .annualReportSectionContent {
    float: left;
    padding-right: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 470px;
  }
}
@media all and (max-width: 767px) {
  #content .annualReportSection .annualReportSectionContent {
    text-align: center;
  }
}
#content .annualReportSection h2 {
  font-weight: 200;
  line-height: 1.4;
}
@media all and (min-width: 992px) {
  #content .annualReportSection h2 {
    font-size: 2rem;
  }
}
@media all and (max-width: 991px) {
  #content .annualReportSection h2 {
    font-size: 1.714285714285714rem;
  }
}
@media all and (max-width: 767px) {
  #content .annualReportSection h2 {
    margin-bottom: 30px;
  }
}
@media all and (min-width: 768px) {
  #content .annualReportSection .pic {
    float: right;
  }
}
@media all and (min-width: 992px) {
  #content .annualReportSection .pic {
    width: 175px;
  }
}
@media all and (max-width: 991px) {
  #content .annualReportSection .pic {
    width: 172px;
  }
}
@media all and (max-width: 767px) {
  #content .annualReportSection .pic {
    margin: 0 auto 25px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  #content .annualReportSection .button {
    text-align: left;
  }
  #content .annualReportSection .button a {
    width: auto;
  }
}