/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  font-size: 14px;
  line-height: 1.5; }

::-moz-selection {
  background: #1786C0;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #1786C0;
  color: #fff;
  text-shadow: none; }

a {
  color: #00e; }

a:visited {
  color: #551a8b; }

a:hover {
  color: #06e; }

a:focus {
  outline: thin dotted; }

a:hover, a:active {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: "";
  content: none; }

small {
  font-size: 85%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px; }

dd {
  margin: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal; }

button, input, select, textarea {
  font-size: 99%;
  margin: 0;
  vertical-align: baseline; }

button, input {
  line-height: normal; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible; }

button[disabled], input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

input:invalid, textarea:invalid {
  background-color: #f0dddd; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td {
  vertical-align: top; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0; }

/* ===== Primary Styles ========================================================
   Author:
   ========================================================================== */
html {
  width: 100%;
  height: 100%; }

body {
  background: url(../images/glow.png) no-repeat center 20%, url(../images/body-bg.png) repeat;
  color: #3d3d3d;
  font-family: 'Open Sans', sans-serif; }

input[type="text"],
input[type="tel"],
input[type="email"],
select {
  font-family: inherit; }

a, a:link, a:active, a:visited, a:hover {
  color: inherit;
  text-decoration: none;
  outline: none; }

.clear {
  clear: both; }

#container {
  position: relative;
  max-width: 750px;
  min-height: 740px;
  margin: auto; }

.step {
  display: none;
  position: absolute;
  min-height: 675px;
  padding: 30px 60px;
  left: 0;
  right: 0;
  top: -20px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 98% 100%; }

#step1 {
  background-image: url(../images/paper-step1.png); }

#step2 {
  background-image: url(../images/paper-step2.png); }

#step3 {
  background-image: url(../images/paper-step3.png); }

#step4 {
  background-image: url(../images/paper-step4.png); }
  #step4 input[type="text"],
  #step4 input[type="tel"],
  #step4 input[type="email"],
  #step4 select {
    margin-left: 0 !important; }

#step4 table {
  width: 100%;
  margin-top: 20px; }
  #step4 table tr td:nth-child(even) input {
    width: 100%; }

#step4 table tr td select {
  margin: 0 0 10px 15px; }

label {
  display: block;
  margin-bottom: 3px; }

input[type="text"],
input[type="tel"],
input[type="email"] {
  width: 90%;
  margin-left: 15px;
  margin-bottom: 10px;
  padding: 5px;
  border-radius: 2px;
  border: 1px solid #d3d5da;
  background-color: #fff; }

.stepCounter {
  font-size: 10px;
  color: #bbb; }

.stepCounter span {
  font-size: 13px;
  color: #3d3d3d;
  font-weight: 600; }

.strike {
  text-decoration: line-through;
  font-size: 10px !important;
  color: #bbb !important; }

.infoBox {
  margin-top: 15px;
  padding: 1px 20px;
  background-color: #eee;
  font-size: 13px;
  line-height: 1.3; }

.final, p span {
  font-weight: 600;
  font-size: 13px;
  color: #3772a6; }

.questions {
  min-height: 440px;
  padding: 10px 22px 0 22px; }

.questions .info span {
  font-size: 14px !important; }

select {
  height: 31px;
  padding: 5px;
  border-radius: 2px; }

select, input[type="radio"] {
  margin: 10px 0 10px 18px; }

#checkLeft, #checkRight {
  float: left;
  width: 100%;
  max-width: 280px;
  margin-top: -5px;
  line-height: 1.8; }

#checkLeft {
  margin-left: 18px; }

#privacy {
  color: #3772A6;
  font-weight: 600;
  text-decoration: underline; }

.buttonBar {
  position: absolute;
  overflow: hidden;
  width: 84%;
  left: 60px;
  bottom: 30px;
  margin: -10px 0 15px;
  text-align: right; }
  .buttonBar table {
    width: 100%; }
    .buttonBar table td {
      width: 50%; }

.prev, .next, #submitButton {
  font-weight: 600;
  margin: 0;
  padding: 0 20px;
  color: #fff;
  border: 1px solid #999;
  border-radius: 2px;
  box-shadow: inset 0 -1px 1px 0 rgba(0, 0, 0, 0.3);
  text-shadow: 0 1px 0 #000;
  cursor: pointer;
  text-align: center;
  line-height: 35px; }

.prev {
  float: left;
  background: #3a93d0;
  background: linear-gradient(180deg, #3a93d0 0%, #30678e 100%); }
  .prev:hover {
    background: linear-gradient(180deg, #469ad3 0%, #346f99 100%); }

.next, #submitButton {
  float: right;
  background: #80d310;
  background: linear-gradient(180deg, #80d310 0%, #497a1f 100%); }
  .next:hover, #submitButton:hover {
    background: linear-gradient(180deg, #89e111 0%, #508622 100%); }

#footer {
  max-width: 710px;
  margin: -20px auto 130px;
  padding: 10px 15px;
  color: #fff;
  font-size: 12px;
  line-height: 1.3;
  text-transform: uppercase; }

#footer span {
  font-weight: 800; }

#HBBDiv {
  display: none;
  margin-top: -20px; }

#loadingGraphic {
  display: none;
  margin: 0;
  padding: 0; }

.header-divide {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%; }
  .header-divide:first-of-type {
    margin-top: -30px;
    margin-bottom: 15px; }
  .header-divide:last-of-type {
    margin-top: 20px;
    margin-bottom: -30px; }

h1 {
  display: block;
  margin: 0 auto;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5), 0 0 15px rgba(255, 255, 255, 0.3);
  font-family: 'Montserrat', sans-serif; }
  h1 span {
    display: block;
    margin-top: -7px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif; }

@media (max-width: 940px) {
  h1 {
    font-size: 30px; } }

@media (max-width: 767px) {
  h1 {
    margin-top: 20px;
    font-size: 26px;
    line-height: 1.1; }
    h1 span {
      margin-top: 10px;
      line-height: 1.3; }
  input[type="text"],
  input[type="tel"],
  input[type="email"] {
    box-sizing: border-box; }
  .header-divide {
    height: 50px; }
    .header-divide:first-of-type {
      margin-top: -10px; }
    .header-divide:last-of-type {
      margin-bottom: 0; }
  #footer {
    display: none; }
  .step {
    padding: 30px; }
  #step2 {
    height: 945px; }
  #step3 {
    height: 700px; }
  #step4 {
    height: 755px; }
  #checkRight {
    margin-top: 0;
    margin-left: 18px; }
  .buttonBar {
    box-sizing: border-box;
    width: 100%;
    left: 0;
    padding: 0 30px; }
    .buttonBar div {
      width: 96%;
      padding: 0 !important; } }
