.about-us-page-header {
    height: 780px;
    padding-bottom: 30px;
}
.about-us-page-header video {
    width: 100%;
    position: absolute;
    z-index: -1;
}
.about-us-page-header .header-content > * {
    margin: 20px auto;
}
.about-us-page-header .header-content {
    left: 0px;
    right: 0px;
    top: 370px;
    display: inline;
    position: absolute;
    color: #fff;
    text-align: center;
}
.about-cover {
    background: rgba(0, 0, 0, .65);
    width: 100%;
    height: 810px;
}
.about-us-page-header .header-content h1 {
    color: #fff;
    font-size: 54px;
    font-weight: 400;
}
.about-us-page-header .header-content h2 {
    color: #fff;
    font-size: 40px;
    line-height: 45px;
    font-weight: 300;
    opacity: 0.8;
}
.about-us-page-header .header-content p {
    color: #fff;
    font-size: 28px;
    line-height: 45px;
    font-weight: lighter;
    opacity: 0.8;
    font-family: Raleway,sans-serif
}
.about-us-body {
    width: 100%;
    margin: auto;
    display: block;
    background-color: #fff;
}
.about-us-body .section {
    margin: auto;
    display: block;
    text-align: center;
    padding: 60px 0px 60px 0px;
    background-color: #fff;
}
.about-us-body .section p {
    font-size: 20px;
    line-height: 30px;
    color: #4C4C4C;
    font-weight: lighter;
    padding: 10px 0px 10px 0px;
}
.about-us-body .section p a{
  color: #f89406;
  cursor:pointer;
}
.about-us-body .section a:hover{
  text-decoration: underline;
}
.about-us-body .section h2 {
    font-size: 30px;
    font-weight: 500;
}
.about-us-body .badges {
    width: 100%;
    background-color: #f7f7f7;
    height: 200px;
    padding: 60px 0px 0px 0px;
    margin-top: 60px;
}
.about-us-body .badges .container {
    width: auto;
    display: table;
    margin: auto;
}
.about-us-body .badges div {
    width: 300px;
    display: inline-table;
    margin: auto;
}
.about-us-body .badges div img {
    height: 150px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 1440px) {
  .about-us-page-header {
      height: 680px;
      padding-bottom: 0px;
  }
  .about-cover {
      width: 100%;
      height: 100%
  }
}

@media only screen and (max-width: 1200px) {
  .about-us-page-header {
      height: 558px;
      padding-top: 0px;
      margin-top: -55px;
  }
  .about-us-page-header .header-content {
    top: 280px;
  }
}
0
