@charset "UTF-8";
.slide-wrapper-title {
  font-size: 13px;
  color: #000000;
  font-weight: bolder;
  letter-spacing: 0.3px;
}
@media screen and (min-width: 768px) {
  .slide-wrapper-title {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  .slide-wrapper-title {
    font-size: 15px;
  }
}

.top-cta {
  margin-right: 30px;
  z-index: 9999;
}

#annual-report-wrapper {
  padding: 0 20px;
}

.annual-report-base, .annual-report-container {
  background: #ebf6ee;
  max-width: 244px;
  padding: 15px 15px 0;
  overflow: auto;
  max-height: 502px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
@media screen and (min-width: 768px) {
  .annual-report-base, .annual-report-container {
    padding: 18px;
    max-height: 615px;
  }
}
.annual-report-base .annual-report-close, .annual-report-container .annual-report-close {
  font-size: 24px;
  color: #787878;
  line-height: 24px;
  text-decoration: none;
}
.annual-report-base .annual-report-item, .annual-report-container .annual-report-item {
  padding: 15px;
  width: 144px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .annual-report-base .annual-report-item, .annual-report-container .annual-report-item {
    padding: 20px 16px;
  }
}
.annual-report-base h2, .annual-report-container h2 {
  font-family: "Assistant", "Open Sans", sans-serif;
  font-size: 15px;
  color: #636363;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0.4px;
  margin-bottom: 0px;
}
.annual-report-base a, .annual-report-container a {
  font-size: 13px;
  color: #636363;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.5px;
}
.annual-report-base a img, .annual-report-container a img {
  margin: 0 0 4px 0;
}
.annual-report-base a:hover, .annual-report-container a:hover {
  color: inherit;
  text-decoration: none;
}
.annual-report-base a:hover img, .annual-report-container a:hover img {
  -webkit-box-shadow: 0px 0px 0px 3px #4285f4;
  -moz-box-shadow: 0px 0px 0px 3px #4285f4;
  box-shadow: 0px 0px 0px 3px #4285f4;
}
.annual-report-base hr, .annual-report-container hr {
  border-top: 1px solid #636363;
  transform: scaleY(0.5);
}

.annual-report-container {
  position: absolute;
  top: 0;
  right: 20px;
  display: none;
  z-index: 1060;
}

.publications-annual-report {
  z-index: 1;
  position: relative;
  overflow: auto;
  max-width: 100%;
  margin-top: 40px;
  margin-left: 15px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
}
@media screen and (min-width: 768px) {
  .publications-annual-report {
    position: absolute;
    top: 0;
    right: 30px;
    max-width: 244px;
    margin-top: -16px;
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}
.publications-annual-report .js-report-wrapper {
  display: flex;
}
@media screen and (min-width: 768px) {
  .publications-annual-report .js-report-wrapper {
    display: block;
  }
}
.publications-annual-report .annual-report-item {
  min-width: 144px;
}

html, body {
  height: 100%;
  color: #333;
  background: #ffffff;
}
html.noScroll, body.noScroll {
  position: relative;
  overflow: hidden;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}
.header-container1 {
  position: fixed;
  top: 0;
  width: 100%;
  border-bottom: solid 2px #e6e6e6;
  transition: top 0.5s;
}
.header-container1.slideUp {
  top: -170px;
}

.top-cta-report {
  top: 0;
  right: 0;
  z-index: 9999;
}

.loading {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 10000;
}

#about {
  z-index: 1;
  overflow: hidden;
  opacity: 0;
}
#about.slideUp {
  padding-top: 0;
}
#about.loaded {
  opacity: 1;
}
#about .nav-bar-container .search-wrapper {
  max-width: 45%;
}

.about-padding {
  padding: 38px 5px 0;
}
@media screen and (min-width: 1380px) {
  .about-padding {
    padding: 38px 140px 0;
  }
}

.indent, .slide-inner-title + .slide-inner-content {
  padding-left: 30px;
}

.about-bg {
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: relative;
  overflow: hidden;
  margin-bottom: 106px;
}
@media screen and (min-width: 768px) {
  .about-bg {
    margin-bottom: 74px;
  }
}
@media screen and (min-width: 992px) {
  .about-bg {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .about-bg {
    display: block;
    margin-bottom: 0;
    position: fixed;
    top: 0;
    z-index: 1061;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.about-bg img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.about-title {
  position: relative;
  z-index: 10;
  font-size: 18px;
  color: #636363;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.6px;
}
@media screen and (min-width: 1024px) {
  .about-title {
    position: fixed;
    top: 128px;
  }
}

.side-links {
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 22px;
  color: #4285f4;
  font-weight: 400;
  line-height: 27px;
}
.side-links a.active {
  text-decoration: underline;
}

.about-content {
  position: relative;
  width: 100%;
  margin-bottom: 45px;
}
@media screen and (min-width: 1024px) {
  #about-content-6 {
    min-height: 86vh;
  }
}

.about-contents {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
}

.about-sub-content {
  padding: 0 0 18px;
  left: 5px;
  right: 5px;
}
@media screen and (min-width: 1024px) {
  .about-sub-content {
    left: 140px;
    right: 140px;
  }
}
.about-sub-content.fadeIn {
  opacity: 1;
}

.slide-wrapper-title {
  margin-bottom: 10px;
  opacity: 0;
}
.current .slide-wrapper-title {
  opacity: 1;
}

.slide-wrapper {
  position: relative;
}

.slide-title {
  font-size: 17px;
  color: #4285f4;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.5px;
}

.slide-inner-intro {
  font-size: 17px;
  color: #000000;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 1.36px;
}
.slide-inner-title {
  margin-bottom: 5px;
  font-size: 22px;
  color: #4285f4;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.2px;
}
.slide-inner-content {
  font-size: 17px;
  color: #000000;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.6px;
}

.slide-links a {
  display: block;
  text-decoration: none;
  margin-bottom: 10px;
  font-size: 22px;
  color: #4285f4;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.2px;
}
.slide-links a:hover {
  text-decoration: underline;
  color: #4285f4;
}

.page-indicator {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.page-indicator .indicator {
  width: 10px;
  height: 2px;
  margin: 15px 0;
  display: block;
  background: #e5e5e5;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.page-indicator .indicator:hover, .page-indicator .indicator.active {
  background: #4285f4;
}

.bottom-cta {
  position: fixed;
  bottom: -32px;
  right: 20px;
  z-index: 200;
  opacity: 0;
  -webkit-transition: opacity 0.3s, bottom 0s linear 0.3s;
  -moz-transition: opacity 0.3s, bottom 0s linear 0.3s;
  -ms-transition: opacity 0.3s, bottom 0s linear 0.3s;
  -o-transition: opacity 0.3s, bottom 0s linear 0.3s;
  transition: opacity 0.3s, bottom 0s linear 0.3s;
}
.bottom-cta.show {
  opacity: 1;
  bottom: 0;
  -webkit-transition: opacity 0.3s, bottom 0s;
  -moz-transition: opacity 0.3s, bottom 0s;
  -ms-transition: opacity 0.3s, bottom 0s;
  -o-transition: opacity 0.3s, bottom 0s;
  transition: opacity 0.3s, bottom 0s;
}
.bottom-cta a {
  text-decoration: none;
}

.prospective-partners-container {
  background: #ebf6ee;
  max-height: 80vh;
  max-width: 244px;
  overflow: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 13px 18px 18px 18px;
  display: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.prospective-partners-container .prospective-partners-close {
  font-size: 24px;
  color: #787878;
  line-height: 24px;
  text-decoration: none;
  float: right;
}
.prospective-partners-container h2 {
  font-family: "Assistant", "Open Sans", sans-serif;
  font-size: 15px;
  color: #777777;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 0.4px;
}
.prospective-partners-container p, .prospective-partners-container li {
  font-size: 15px;
  color: #000000;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.4px;
}
.prospective-partners-container ul {
  margin: 0;
  padding: 0 0 0 15px;
  list-style-type: none;
}
.prospective-partners-container ul > li:before {
  display: inline-block;
  content: "–";
  width: 15px;
  margin-left: -15px;
}

.btn-message-prospective-partners {
  display: inline-block;
  background: white;
  padding: 4px 15px;
  border: 2px solid #e5e5e5;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom: none;
  color: #636363;
  font-size: 12px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .btn-message-prospective-partners {
    font-size: 15px;
  }
}
.btn-message-prospective-partners:hover {
  background: #4285f4;
  color: #fff;
  border-color: #4285f4;
}

#footer {
  position: fixed;
  bottom: -116px;
  transition: bottom 0.3s;
  z-index: 1062;
}
#footer.isBottom {
  bottom: 0;
}

.leaf {
  position: fixed;
  top: -50%;
  z-index: 1;
}
.leaf img {
  width: 50%;
}

.about-row {
  display: flex;
  justify-content: flex-start;
}
@media screen and (min-width: 1024px) {
  .about-row {
    justify-content: flex-end;
  }
}

.about-col {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .about-col {
    width: 312px;
  }
}

#annual-report-wrapper {
  padding: 0 20px;
  margin-top: -1px;
}
@media screen and (min-width: 768px) {
  #annual-report-wrapper {
    padding: 0 20px;
    margin-top: 0px;
  }
}

.annual-report-item {
  line-height: 18px;
}

/*# sourceMappingURL=about3.css.map */
