.Section {
  position: relative;
  margin: 0;
  padding: 30px 0;
}@media screen and (min-width: 601px) {.Section {
    padding-top: 70px;
    padding-bottom: 70px;
}
  }@media screen and (min-width: 1026px) {.Section {
    padding-right: 20px;
    padding-left: 20px;
}
  }.Section.PaddingTop-0 {
    padding-top: 0;
  }.Section.PaddingBottom-0 {
    padding-bottom: 0;
  }

.Section-content.u-contentWidth--full {
  padding: 72px 0 !important;
}

.Section-content.u-contentWidth--full {
  width: 100%;
  max-width: 100%;
}

.Section-content.u-contentWidth--small {
  max-width: 710px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1024px) {
  .Section-content.u-contentWidth--small {
    max-width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .Overlap-top > div {
    position: relative;
    top: -45px;
    margin-bottom: -45px;
  }

  #homepage section:first-of-type .ContentHeader {
    padding: 25px 0;
  }
}

#homepage section:first-of-type {
  padding-top: 0;
  padding-bottom: 0;
}

#homepage section:first-of-type .Section-content {
    background-color: #ffffff;
  }
