.background img {
  object-fit: cover;
  object-position: center center;
  height: 770px;
  position: absolute;
  width: 100%;
}

.page-header {
  height: 770px;
  margin-top: 0;
  margin-bottom: 100px;
  position: relative;
  border: none;
  padding: 0;
}

.page-header .container {
  height: 100%;
}

.page-header .row {
  height: 100%;
  position: relative;
}

.page-header .copy h2 {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  line-height: 30px;
}

.page-header .copy {
  padding: 20px;
  background-color: #333333;
  color: #fff;

  position: absolute;
  bottom: 0;

  font-size: 14px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
}

.btn-light:last-child,
.btn-light {
  color: #333333;
  background-color: #fff;
  border-radius: 0;
  margin-right: auto;
  margin-left: auto;
  display: block;
  max-width: 80%;
  text-transform: uppercase;
  white-space: break-spaces;
}

.btn-dark:last-child,
.btn-dark {
  color: #FFF;
  background-color: #333;
  border-radius: 0;
  margin-right: auto;
  margin-left: auto;
  display: block;
  max-width: 80%;
  text-transform: uppercase;
}

.btn:hover {
  color: #0099ff;
  text-decoration: underline;
}

.darkrow {
  background-color: #333333;
  padding-top: 100px;
  margin-bottom: 100px;
  color: #fff;
  font-size: 16px;
}

.darkrow .container:last-child {
  background: url("gazelle.png") no-repeat right bottom;
  padding-bottom: 100px;
}

.darkrow .container:last-child.little-gazelles {
  background-size: 250px auto;
  margin-top: 50px;
}

@media (max-width: 567px) {
  .darkrow .container:last-child.little-gazelles {
    background: none;
  }
}

.darkrow h4 {
  color: #fff;
  font-weight: bold;
}

.darkrow p,
.darkrow ul li {
  line-height: 28px;
}

.video {
  width: 100% !important;
  height: auto !important;
  padding-bottom: 56.25%;
  position: relative;
}

.video>iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.section-video {
  margin-bottom: 100px;
}

input {
  height: initial;
}

#title4 {
  white-space: nowrap;
}

@media (max-width: 767px) {
  input {
    width: 100%;
  }

  .btn-dark,
  .btn-light,
  .btn-dark:last-child,
  .btn-light:last-child {
    max-width: 100%;
    padding: 12px;
  }

  .darkrow .container:last-child {
    padding-bottom: 200px;
  }

  .darkrow .container:last-child.little-gazelles {
    padding-bottom: 100px;
  }

  .leftLabel .desc, .rightLabel .desc {
    float: none;
    display: block;
    width: 100%;
  }

  input.text, input.search, textarea.textarea {
    width: 100%;
  }

  .background > img {
    height: 30%;
    position: relative;
  }

  .page-header .copy {
    position: relative;
    bottom: auto;
  }

  .wufoo ul li,
  .wufoo ul li div {
    width: 100%;
  }

  .leftLabel .buttons,
  .rightLabel .buttons,
  .leftLabel .buttons div,
  .rightLabel .buttons div {
    padding: 0;
    margin: 0;
  }
}