.main-section {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  background-color: #447ca2;
  background-image: url('../images/2017-rzr-xp-4-1000.jpg'), url('../images/example-bg.png');
  background-position: 50% 50%, 0px 0px;
  background-size: auto, 125px;
  background-repeat: no-repeat, repeat;
}

.main-div {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(270deg, transparent, rgba(0, 0, 0, .48)), -webkit-radial-gradient(circle farthest-corner at 50% 50%, transparent 23%, rgba(41, 41, 41, .84)), -webkit-linear-gradient(270deg, rgba(65, 65, 65, .76), rgba(65, 65, 65, .76)), url('../images/2017-rzr-xp-4-1000.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .48)), radial-gradient(circle farthest-corner at 50% 50%, transparent 23%, rgba(41, 41, 41, .84)), linear-gradient(180deg, rgba(65, 65, 65, .76), rgba(65, 65, 65, .76)), url('../images/2017-rzr-xp-4-1000.jpg');
  background-position: 0px 0px, 0px 0px, 0px 0px, 63% 50%;
  background-size: auto, auto, auto, cover;
  background-repeat: repeat, repeat, repeat, no-repeat;
}

.main-container {
  position: relative;
  top: 50%;
  height: 100%;
}

.headline {
  margin-top: 0px;
  padding-bottom: 8px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 55px;
  line-height: 1.3em;
  text-align: center;
}

.body-copy {
  margin-bottom: 20px;
  padding-right: 100px;
  padding-left: 100px;
  color: #fff;
  line-height: 1.5em;
  text-align: center;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}

.form-holder {
  padding-right: 150px;
  padding-left: 150px;
  text-align: center;
}

.form-data-headers {
  color: #fff;
  font-size: 14px;
}

.submission-block {
  margin-right: 150px;
  margin-left: 150px;
  border-style: none;
  border-width: 9px 9px 17px;
  border-color: #fff;
  border-radius: 8px;
  background-color: hsla(0, 0%, 87%, .7);
}

.button {
  margin-top: 20px;
  padding: 10px 25px;
  border: 1px none #2168e4;
  border-radius: 4px;
  background-color: #365ba5;
  box-shadow: 0 0 20px -25px rgba(0, 0, 0, .7);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.button:hover {
  background-color: #0066c0;
}

.div-container {
  height: 380px;
  margin-top: -190px;
  text-align: center;
}

.footer-logo {
  position: relative;
  z-index: 1000;
  margin-top: 5px;
  padding-top: 7px;
}

.footer-div {
  position: relative;
  left: 0px;
  top: 100%;
  right: 0px;
  bottom: 0%;
  height: 80px;
  margin-top: -80px;
  padding-top: 13px;
  background-color: #474747;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .99), rgba(0, 0, 0, .99));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .99), rgba(0, 0, 0, .99));
  text-align: center;
}

.form-data-line {
  border-color: hsla(0, 0%, 100%, .42);
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .15);
  opacity: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #dadada;
  font-weight: 400;
}

.form-data-line:focus {
  background-color: hsla(0, 0%, 100%, .04);
}

.footer-left-col {
  text-align: right;
}

.footer-right-col {
  text-align: left;
}

.footer-text {
  position: relative;
  z-index: 1000;
  padding-top: 7px;
  padding-right: 177px;
}

html.w-mod-js *[data-ix="fade-n-1-sec"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-3-sec"] {
  opacity: 0;
}

@media (max-width: 991px) {
  .main-div {
    background-image: -webkit-linear-gradient(270deg, transparent, rgba(0, 0, 0, .48)), -webkit-radial-gradient(circle farthest-corner at 50% 50%, transparent 23%, rgba(41, 41, 41, .84)), -webkit-linear-gradient(270deg, null, null), url('../images/2017-rzr-xp-4-1000.jpg');
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .48)), radial-gradient(circle farthest-corner at 50% 50%, transparent 23%, rgba(41, 41, 41, .84)), linear-gradient(180deg, null, null), url('../images/2017-rzr-xp-4-1000.jpg');
    background-position: 0px 0px, 0px 0px, 0px 0px, -5px 0px;
  }
  .body-copy {
    font-size: 15px;
    line-height: 1.3em;
  }
  .form-holder {
    padding-right: 100px;
    padding-left: 100px;
  }
}

@media (max-width: 767px) {
  .main-div {
    background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, transparent 23%, rgba(41, 41, 41, .84)), -webkit-linear-gradient(270deg, null, null), url('../images/2017-rzr-xp-4-1000.jpg');
    background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent 23%, rgba(41, 41, 41, .84)), linear-gradient(180deg, null, null), url('../images/2017-rzr-xp-4-1000.jpg');
    background-position: 0px 0px, 0px 0px, 31% 50%;
  }
  .headline {
    font-size: 40px;
  }
  .body-copy {
    font-size: 13px;
    line-height: 1.3em;
  }
}

@media (max-width: 479px) {
  .main-div {
    background-image: -webkit-linear-gradient(270deg, transparent, rgba(0, 0, 0, .48)), -webkit-radial-gradient(circle farthest-corner at 50% 50%, transparent 23%, rgba(41, 41, 41, .84)), -webkit-linear-gradient(270deg, null, null), url('../images/2017-rzr-xp-4-1000.jpg');
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .48)), radial-gradient(circle farthest-corner at 50% 50%, transparent 23%, rgba(41, 41, 41, .84)), linear-gradient(180deg, null, null), url('../images/2017-rzr-xp-4-1000.jpg');
    background-position: 0px 0px, 0px 0px, 0px 0px, 32% 50%;
  }
  .headline {
    font-size: 27px;
  }
  .body-copy {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 10px;
  }
  .form-holder {
    padding-right: 20px;
    padding-left: 20px;
  }
  .button {
    margin-top: 10px;
  }
}

