@charset "UTF-8";
/* Neat 1.7.0
 * http://neat.bourbon.io
 * Copyright 2012-2014 thoughtbot, inc.
 * MIT License */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

/* Bitters 0.10.0
 * http://bitters.bourbon.io
 * Copyright 2013–2014 thoughtbot, inc.
 * MIT License */
button,
input[type="submit"] {
  -webkit-font-smoothing: antialiased;
  background-color: #477DCA;
  border-radius: 3px;
  color: white;
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
}
button:hover,
input[type="submit"]:hover {
  background-color: #2c5999;
  color: white;
}
button:disabled,
input[type="submit"]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

body {
  -webkit-font-smoothing: antialiased;
  background-color: white;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  line-height: 1.25;
  margin: 0;
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: 2.25em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.75em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.25em;
}

h6 {
  font-size: 1em;
}

p {
  margin: 0 0 0.75em;
}

a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #477DCA;
  text-decoration: none;
}
a:hover {
  color: #2c5999;
}
a:active, a:focus {
  color: #2c5999;
  outline: none;
}

hr {
  border-bottom: 1px solid #DDD;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

blockquote {
  border-left: 2px solid #DDD;
  color: #595959;
  margin: 1.5em 0;
  padding-left: 0.75em;
}

cite {
  color: #737373;
  font-style: italic;
}
cite:before {
  content: "\2014 \00A0";
}

fieldset {
  background: #f7f7f7;
  border: 1px solid #DDD;
  margin: 0 0 0.75em 0;
  padding: 1.5em;
}

input,
label,
select {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
}

label {
  font-weight: bold;
  margin-bottom: 0.375em;
}
label.required:after {
  content: "*";
}
label abbr {
  display: none;
}

textarea,
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"],
select[multiple=multiple] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 3px;
  border: 1px solid #DDD;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  width: 100%;
}
textarea:hover,
input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover,
select[multiple=multiple]:hover {
  border-color: #c4c4c4;
}
textarea:focus,
input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus,
select[multiple=multiple]:focus {
  border-color: #477DCA;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}

input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%;
}

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto;
}

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #DDD;
  padding: 0.75em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
dl {
  margin-bottom: 0.75em;
}
dl dt {
  font-weight: bold;
  margin-top: 0.75em;
}
dl dd {
  margin: 0;
}

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

form fieldset {
  background-color: transparent;
  border: none;
  padding: 0;
}
form fieldset input[type="email"], form fieldset input[type="number"], form fieldset input[type="password"], form fieldset input[type="search"], form fieldset input[type="tel"], form fieldset input[type="text"], form fieldset input[type="url"], form fieldset input[type="color"], form fieldset input[type="date"], form fieldset input[type="datetime"], form fieldset input[type="datetime-local"], form fieldset input[type="month"], form fieldset input[type="time"], form fieldset input[type="week"] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: 1px solid #e4e4e4;
  background-color: #ffffff;
  height: 50px;
}
form fieldset input[type="email"].parsley-error, form fieldset input[type="number"].parsley-error, form fieldset input[type="password"].parsley-error, form fieldset input[type="search"].parsley-error, form fieldset input[type="tel"].parsley-error, form fieldset input[type="text"].parsley-error, form fieldset input[type="url"].parsley-error, form fieldset input[type="color"].parsley-error, form fieldset input[type="date"].parsley-error, form fieldset input[type="datetime"].parsley-error, form fieldset input[type="datetime-local"].parsley-error, form fieldset input[type="month"].parsley-error, form fieldset input[type="time"].parsley-error, form fieldset input[type="week"].parsley-error {
  border: 1px solid #ff4200;
}
form fieldset select {
  width: 100%;
  height: 18px;
  padding-top: 8px;
  padding-bottom: 8px;
}
form fieldset .selectbox {
  height: 50px;
  overflow: hidden;
  /* this hides the select's drop button */
  padding: 0;
  margin: 0;
  width: 100%;
  background-image: url(../image/form-select.gif);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 18px center;
  border: 1px solid #e4e4e4;
  color: #9c9c9c;
}
form fieldset .selectbox select {
  height: 52px;
  width: 115%;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  border: none;
  box-shadow: none;
  padding: 0.0rem 1.0rem;
  /* padding should be added to the select, not the div */
  color: #9c9c9c;
}
form .btn {
  height: 50px;
  min-width: 196px;
  text-transform: uppercase;
  text-shadow: -1px 1px 2px rgba(0, 1, 1, 0.49);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: rgba(153, 96, 46, 0.6);
  background-image: -webkit-linear-gradient(-490deg, rgba(153, 96, 46, 0.6) 0%, rgba(232, 183, 97, 0.6) 69%, rgba(248, 220, 148, 0.6) 100%);
  background-image: linear-gradient(220deg,rgba(153, 96, 46, 0.6) 0%, rgba(232, 183, 97, 0.6) 69%, rgba(248, 220, 148, 0.6) 100%);
}

.parsley-errors-list {
  margin: 0;
  padding: 0;
  text-align: left;
  color: #ff4200;
  margin-bottom: 1.0rem;
}

#brand,
#tag-line,
#capture,
#roi-button {
  opacity: 0;
}

#glove,
#iron {
  opacity: 0;
}

#glove {
  margin-left: -100px;
}

#iron {
  margin-right: -100px;
}

#process #process-record {
  opacity: 0;
  margin-top: -80px;
}
#process #process-swing {
  opacity: 0;
  margin-top: -80px;
}
#process #process-capture {
  opacity: 0;
  margin-top: -80px;
}
#process #process-share {
  opacity: 0;
  margin-top: -80px;
}

#share-tagline {
  opacity: 0;
}

#golf-ball {
  opacity: 0;
  margin-top: -50px;
  margin-left: -50px;
}

@font-face {
  font-family: "roboto-light";
  font-weight: normal;
  font-style: normal;
  src: url("../font/roboto/roboto-light/Roboto-Light-webfont.eot");
  src: url("../font/roboto/roboto-light/Roboto-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../font/roboto/roboto-light/Roboto-Light-webfont.woff") format("woff"), url("../font/roboto/roboto-light/Roboto-Light-webfont.ttf") format("truetype"), url("../font/roboto/roboto-light/Roboto-Light-webfont.svg#roboto-light") format("svg");
}
body {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "roboto-light";
  font-weight: normal;
}

.wrapper {
  overflow: hidden;
  z-index: 1;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #cfca6c;
  background-image: url(../image/hero.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 1026px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .header {
    position: absolute;
    height: 513px;
  }
}
.header .article {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  text-align: center;
  color: #fff;
}
.header .article:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 1330px) {
  .header .article {
    max-width: 1300px;
  }
}
@media screen and (max-width: 992px) {
  .header .article {
    max-width: 970px;
  }
}
@media screen and (max-width: 768px) {
  .header .article {
    max-width: 750px;
  }
}
.header .article .brand a {
  overflow: hidden;
  width: 438px;
  height: 259px;
  background-image: url(../image/logo-golf-eye.png);
  background-size: cover;
  display: inline-block;
  margin-top: 8.0rem;
}
.header .article .brand a:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .header .article .brand a {
    width: 219px;
    height: 129px;
    margin-top: 2.0rem;
  }
}
.header .article h2 {
  margin-top: 8.0rem;
  font-size: 5.0rem;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .header .article h2 {
    margin-top: 2.0rem;
    font-size: 2.0rem;
  }
}
.header .article h3 {
  font-size: 2.0rem;
  margin-top: 6.0rem;
}
@media screen and (max-width: 768px) {
  .header .article h3 {
    margin-top: 1.0rem;
    font-size: 1.0rem;
  }
}
.header .article .btn {
  margin-top: 2.0rem;
  display: inline-block;
  min-width: 398px;
  z-index: 5;
  position: relative;
  text-shadow: -1px 1px 2px rgba(0, 1, 1, 0.49);
  padding: 1.0rem 0;
  color: #fff;
  text-transform: uppercase;
  background-color: rgba(153, 96, 46, 0.6);
  background-image: -webkit-linear-gradient(-490deg, rgba(153, 96, 46, 0.6) 0%, rgba(232, 183, 97, 0.6) 69%, rgba(248, 220, 148, 0.6) 100%);
  background-image: linear-gradient(220deg,rgba(153, 96, 46, 0.6) 0%, rgba(232, 183, 97, 0.6) 69%, rgba(248, 220, 148, 0.6) 100%);
}
@media screen and (max-width: 768px) {
  .header .article .btn {
    min-width: 250px;
  }
}
.header .article .btn:before, .header .article .btn:after,
.header .article .btn span:before,
.header .article .btn span:after {
  content: "";
  position: absolute;
  z-index: -1;
}
.header .article .btn:before {
  height: 1px;
  top: -2px;
  left: -2px;
  right: -2px;
  background-color: rgba(153, 96, 46, 0.6);
  background-image: -webkit-linear-gradient(-490deg, rgba(153, 96, 46, 0.6) 0%, rgba(232, 183, 97, 0.6) 69%, rgba(248, 220, 148, 0.6) 100%);
  background-image: linear-gradient(220deg,rgba(153, 96, 46, 0.6) 0%, rgba(232, 183, 97, 0.6) 69%, rgba(248, 220, 148, 0.6) 100%);
}
.header .article .btn:after {
  height: 1px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  background-color: rgba(153, 96, 46, 0.6);
  background-image: -webkit-linear-gradient(-490deg, rgba(153, 96, 46, 0.6) 0%, rgba(232, 183, 97, 0.6) 69%, rgba(248, 220, 148, 0.6) 100%);
  background-image: linear-gradient(220deg,rgba(153, 96, 46, 0.6) 0%, rgba(232, 183, 97, 0.6) 69%, rgba(248, 220, 148, 0.6) 100%);
}
.header .article .btn span:before {
  top: -2px;
  bottom: -2px;
  left: -2px;
  width: 1px;
  background-color: rgba(248, 220, 148, 0.8);
}
.header .article .btn span:after {
  top: -2px;
  bottom: -2px;
  right: -2px;
  width: 1px;
  background-color: rgba(153, 96, 46, 0.8);
}

.footer {
  position: relative;
  border-top: 5px solid #f3ca76;
  background-color: #000;
  color: #fff;
  text-align: center;
  z-index: 3;
  -webkit-transform: translateZ(1px);
  -moz-transform: translateZ(1px);
  -ms-transform: translateZ(1px);
  -o-transform: translateZ(1px);
  transform: translateZ(1px);
}
.footer .article {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  position: relative;
  font-size: 0.8rem;
  padding-top: 3.0rem;
  padding-bottom: 1.5rem;
}
.footer .article:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 1330px) {
  .footer .article {
    max-width: 1300px;
  }
}
@media screen and (max-width: 992px) {
  .footer .article {
    max-width: 970px;
  }
}
@media screen and (max-width: 768px) {
  .footer .article {
    max-width: 750px;
  }
}
.footer .article .brand a {
  overflow: hidden;
  width: 303px;
  height: 170px;
  background-image: url(../image/logo-golf-eye-small.png);
  display: inline-block;
  margin-bottom: 3.0rem;
}
.footer .article .brand a:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
.footer .article .overlay.golf-ball {
  position: absolute;
  left: -200px;
  top: -148px;
  width: 247px;
  height: 247px;
  background-image: url(../image/golf-ball.png);
}
@media screen and (max-width: 768px) {
  .footer .article .overlay {
    display: none;
  }
}
.footer .article .developed-by p {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.footer .article .developed-by .brand.comverj {
  vertical-align: middle;
  display: inline-block;
  width: 109px;
  height: 27px;
  background-image: url(../image/brand-comverj.png);
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.footer .article .developed-by .brand.comverj:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.section {
  position: relative;
  z-index: 3;
  -webkit-transform: translateZ(1px);
  -moz-transform: translateZ(1px);
  -ms-transform: translateZ(1px);
  -o-transform: translateZ(1px);
  transform: translateZ(1px);
}
.section .content {
  display: block;
  padding-top: 3.0rem;
  padding-bottom: 3.0rem;
}
.section .content:after {
  content: "";
  display: table;
  clear: both;
}
.section.general {
  margin-top: 1026px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .section.general {
    margin-top: 513px;
  }
}
.section.general .article {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
}
.section.general .article:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 1330px) {
  .section.general .article {
    max-width: 1300px;
  }
}
@media screen and (max-width: 992px) {
  .section.general .article {
    max-width: 970px;
  }
}
@media screen and (max-width: 768px) {
  .section.general .article {
    max-width: 750px;
  }
}
.section.general .article .content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
  margin-left: 8.5298%;
}
.section.general .article .content:last-child {
  margin-right: 0;
}
.section.introduction {
  border-top: 5px solid #f3ca76;
  margin-top: 1026px;
  background-color: #000;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .section.introduction {
    margin-top: 513px;
  }
}
.section.introduction .article {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  text-align: center;
}
.section.introduction .article:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 1330px) {
  .section.introduction .article {
    max-width: 1300px;
  }
}
@media screen and (max-width: 992px) {
  .section.introduction .article {
    max-width: 970px;
  }
}
@media screen and (max-width: 768px) {
  .section.introduction .article {
    max-width: 750px;
  }
}
.section.introduction .article .content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  margin-left: 17.05961%;
}
.section.introduction .article .content:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .section.introduction .article .content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%;
  }
  .section.introduction .article .content:last-child {
    margin-right: 0;
  }
}
.section.introduction .article h2 {
  text-transform: uppercase;
  font-size: 3.5rem;
  letter-spacing: 1.0rem;
  margin-bottom: 3.0rem;
}
@media screen and (max-width: 768px) {
  .section.introduction .article h2 {
    font-size: 2.0rem;
    letter-spacing: 0.5rem;
  }
}
.section.introduction .article h2 span {
  display: block;
  color: #e8b760;
  font-size: 1.4rem;
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 768px) {
  .section.introduction .article h2 span {
    font-size: 1.0rem;
    letter-spacing: 0.25rem;
  }
}
.section.how-it-works {
  background-color: #fff;
}
.section.how-it-works .article {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  position: relative;
  text-align: center;
}
.section.how-it-works .article:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 1330px) {
  .section.how-it-works .article {
    max-width: 1300px;
  }
}
@media screen and (max-width: 992px) {
  .section.how-it-works .article {
    max-width: 970px;
  }
}
@media screen and (max-width: 768px) {
  .section.how-it-works .article {
    max-width: 750px;
  }
}
.section.how-it-works .article .content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-left: 25.58941%;
}
.section.how-it-works .article .content:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .section.how-it-works .article .content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%;
  }
  .section.how-it-works .article .content:last-child {
    margin-right: 0;
  }
}
.section.how-it-works .article h2 {
  text-transform: uppercase;
  font-size: 3.5rem;
  color: #e8b760;
  margin-bottom: 3.0rem;
}
@media screen and (max-width: 768px) {
  .section.how-it-works .article h2 {
    font-size: 2.0rem;
  }
}
.section.how-it-works .article .overlay {
  position: absolute;
}
.section.how-it-works .article .overlay.glove {
  top: -333px;
  left: -384px;
  width: 593px;
  height: 798px;
  background-image: url(../image/glove.png);
}
.section.how-it-works .article .overlay.iron {
  top: -47px;
  width: 594px;
  height: 449px;
  right: -395px;
  background-image: url(../image/iron.png);
}
@media screen and (max-width: 1330px) {
  .section.how-it-works .article .overlay.iron {
    right: -295px;
  }
}
@media screen and (max-width: 768px) {
  .section.how-it-works .article .overlay {
    display: none;
  }
}
.section.process {
  background-color: #000;
}
.section.process .article {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  text-align: center;
}
.section.process .article:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 1330px) {
  .section.process .article {
    max-width: 1300px;
  }
}
@media screen and (max-width: 992px) {
  .section.process .article {
    max-width: 970px;
  }
}
@media screen and (max-width: 768px) {
  .section.process .article {
    max-width: 750px;
  }
}
.section.process .article nav ul li {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  text-align: center;
}
.section.process .article nav ul li:last-child {
  margin-right: 0;
}
.section.process .article nav ul li:nth-child(4n) {
  margin-right: 0;
}
.section.process .article nav ul li:nth-child(4n+1) {
  clear: left;
}
@media screen and (max-width: 768px) {
  .section.process .article nav ul li {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-bottom: 3.0rem;
  }
  .section.process .article nav ul li:last-child {
    margin-right: 0;
  }
  .section.process .article nav ul li:nth-child(2n) {
    margin-right: 0;
  }
  .section.process .article nav ul li:nth-child(2n+1) {
    clear: left;
  }
}
.section.process .article nav ul li .btn {
  overflow: hidden;
  display: inline-block;
  width: 132px;
  height: 186px;
}
.section.process .article nav ul li .btn:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
.section.process .article nav ul li .btn.record {
  background-image: url(../image/process-record.png);
}
.section.process .article nav ul li .btn.swing {
  background-image: url(../image/process-swing.png);
}
.section.process .article nav ul li .btn.capture {
  background-image: url(../image/process-capture.png);
}
.section.process .article nav ul li .btn.share {
  background-image: url(../image/process-share.png);
}
.section.register {
  background-color: #d6d8d9;
}
.section.register .article {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  text-align: center;
}
.section.register .article:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 1330px) {
  .section.register .article {
    max-width: 1300px;
  }
}
@media screen and (max-width: 992px) {
  .section.register .article {
    max-width: 970px;
  }
}
@media screen and (max-width: 768px) {
  .section.register .article {
    max-width: 750px;
  }
}
.section.register .article h2 {
  text-transform: uppercase;
  font-size: 3.0rem;
  color: #000;
  margin-bottom: 3.0rem;
}
@media screen and (max-width: 768px) {
  .section.register .article h2 {
    font-size: 2.0rem;
  }
}
.section.register .register-your-interest-form .details {
  display: block;
}
.section.register .register-your-interest-form .details:after {
  content: "";
  display: table;
  clear: both;
}
.section.register .register-your-interest-form .details .interest-type {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%;
  margin-bottom: 1.0rem;
}
.section.register .register-your-interest-form .details .interest-type:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .section.register .register-your-interest-form .details .interest-type {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%;
  }
  .section.register .register-your-interest-form .details .interest-type:last-child {
    margin-right: 0;
  }
}
.section.register .register-your-interest-form .details .first-name,
.section.register .register-your-interest-form .details .last-name {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}
.section.register .register-your-interest-form .details .first-name:last-child,
.section.register .register-your-interest-form .details .last-name:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .section.register .register-your-interest-form .details .first-name {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%;
    margin-left: 8.5298%;
  }
  .section.register .register-your-interest-form .details .first-name:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .section.register .register-your-interest-form .details .last-name {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%;
  }
  .section.register .register-your-interest-form .details .last-name:last-child {
    margin-right: 0;
  }
}
.section.register .register-your-interest-form .contact {
  display: block;
}
.section.register .register-your-interest-form .contact:after {
  content: "";
  display: table;
  clear: both;
}
.section.register .register-your-interest-form .contact .email-address {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  margin-left: 8.5298%;
}
.section.register .register-your-interest-form .contact .email-address:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .section.register .register-your-interest-form .contact .email-address {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%;
  }
  .section.register .register-your-interest-form .contact .email-address:last-child {
    margin-right: 0;
  }
}
.section.register .register-your-interest-form .contact .state {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}
.section.register .register-your-interest-form .contact .state:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .section.register .register-your-interest-form .contact .state {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%;
    margin-bottom: 1.0rem;
  }
  .section.register .register-your-interest-form .contact .state:last-child {
    margin-right: 0;
  }
}
.section.register .register-your-interest-form .contact .actions {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%;
}
.section.register .register-your-interest-form .contact .actions:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .section.register .register-your-interest-form .contact .actions {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  .section.register .register-your-interest-form .contact .actions:last-child {
    margin-right: 0;
  }
}
.section.tagline {
  background-image: url(../image/background-grass.jpg);
  background-color: #6a8d48;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}
.section.tagline .article {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  text-align: center;
}
.section.tagline .article:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 1330px) {
  .section.tagline .article {
    max-width: 1300px;
  }
}
@media screen and (max-width: 992px) {
  .section.tagline .article {
    max-width: 970px;
  }
}
@media screen and (max-width: 768px) {
  .section.tagline .article {
    max-width: 750px;
  }
}
.section.tagline .article h2 {
  text-transform: uppercase;
  font-size: 3.0rem;
}
.section.tagline .article h2 span {
  display: block;
}
@media screen and (max-width: 768px) {
  .section.tagline .article h2 {
    font-size: 2.0rem;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%;
  }
  .section.tagline .article h2:last-child {
    margin-right: 0;
  }
}

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