/*! normalize.css 2012-02-07T12:37 UTC - http://github.com/necolas/normalize.css */
@import "magnific-popup.css";

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  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%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

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

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

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

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

p,
pre {
  margin: 1em 0;
}

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: 75%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

menu,
ol,
ul {
  padding: 0 0 0 40px;
}

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

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

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

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

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

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;
  *height: 13px;
  *width: 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;
}

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

@font-face {
  font-family: 'copydoodles_beckyregular';
  src: url('/assets/fonts/copydoodles_becky-webfont.eot');
  src: url('/assets/fonts/copydoodles_becky-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/copydoodles_becky-webfont.woff') format('woff'), url('/assets/fonts/copydoodles_becky-webfont.ttf') format('truetype'), url('/assets/fonts/copydoodles_becky-webfont.svg#copydoodles_beckyregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.lato-light {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}

.lato {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

.lato-bold {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}

.lato-black {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
}

.montserrat {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.montserrat-bold {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

.open-sans {
  font-family: 'Open Sans', sans-serif;
}

.copydoodle {
  font-family: 'copydoodles_beckyregular', cursive;
  font-weight: bold;
}

.ease {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.underline {
  text-decoration: underline;
}

.hidden-mobile,
.hidden-tablet,
.hidden-desktop {
  display: none !important;
}

.visible-mobile-block,
.visible-mobile-inline,
.visible-mobile-inline-block,
.visible-tablet-block,
.visible-tablet-inline,
.visible-tablet-inline-block,
.visible-desktop-block,
.visible-desktop-inline,
.visible-desktop-inline-block {
  display: none !important;
}

/* use 601 so that android 7" tablet gets mobile version */
@media (max-width: 601px) {
  .visible-mobile-block {
    display: block !important;
  }
}

@media (max-width: 601px) {
  .visible-mobile-inline {
    display: inline !important;
  }
}

@media (max-width: 601px) {
  .visible-mobile-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 601px) and (max-width: 768px) {
  .visible-tablet-block {
    display: block !important;
  }
}

@media (min-width: 601px) and (max-width: 768px) {
  .visible-tablet-inline {
    display: inline !important;
  }
}

@media (min-width: 601px) and (max-width: 768px) {
  .visible-tablet-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) {
  .visible-desktop-block {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .visible-desktop-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) {
  .visible-desktop-inline-block {
    display: inline-block !important;
  }
}

html,
button,
input,
select,
textarea {
  color: #5a5a5a;
  -webkit-text-size-adjust: none;
}

html {
  font-size: 62.5%;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
  vertical-align: middle;
}

body {
  background-color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
}

header {
  background: url(/assets/images/standalone-pages/profits-workshop/Blue-Mosaic.jpg);
  /*&.cogs {
    background-image: url(/assets/images/standalone-pages/bg-gears.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }*/
}

header .header-inner {
  margin: 0 auto;
  max-width: 1120px;
}

header h1 {
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
  margin: 0;
  padding: 8px 20px 20px;
  text-align: center;
}

header h1.thanks {
  font-size: 48px;
  font-size: 4.8rem;
}

header h1 .pre {
  display: block;
  font-weight: 800;
  font-size: 26px;
  font-size: 2.6rem;
  padding-bottom: 4px;
}

header .next {
  background: #25395a;
  margin-bottom: 26px;
  position: relative;
}

header .next:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 32px 33px 0 33px;
  border-color: #25395a transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -32px;
  margin-left: -33px;
}

header .next h2 {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 10px 0 0;
  text-decoration: underline;
}

header .next p {
  color: #fff;
  font-size: 28px;
  font-size: 2.8rem;
  font-family: 'Lato', sans-serif;
  line-height: 32px;
  padding: 10px 20px 24px;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.page,
.video {
  margin: 0 auto;
  max-width: 760px;
  padding: 20px;
}

h2 {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: normal;
  font-weight: 700;
  margin: 40px 0px 20px 0;
  text-align: center;
}

p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 26px;
}

.green-button {
  text-align: center;
}

.green-button a {
  background: #86c833;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #86c833), color-stop(100%, #3f8e30));
  background: -webkit-linear-gradient(top, #86c833 0%, #3f8e30 100%);
  background: -moz-linear-gradient(top, #86c833 0%, #3f8e30 100%);
  background: -ms-linear-gradient(top, #86c833 0%, #3f8e30 100%);
  background: -o-linear-gradient(top, #86c833 0%, #3f8e30 100%);
  background: linear-gradient(to bottom, #86c833 0%, #3f8e30 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#86c833, endColorstr=#3f8e30, GradientType=0);
  border: 1px solid rgba(102, 102, 102, 0.99);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.5), inset 0px 1px 0px 0px #c2ee80;
  color: #fff;
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin: 0 20px;
  padding: 20px 30px;
  text-align: center;
  text-decoration: none;
  text-shadow: #000000 0px 1px 0px;
}

.green-button a:hover {
  opacity: 0.9;
}

.testimonials {
  background: #f5f5f5;
  border-radius: 6px;
  padding: 20px;
  margin: 0 0 30px 0;
}

.testimonials blockquote {
  margin: 0;
}

.testimonials h4 {
  color: #333;
  font-family: "open sans condensed", Sans-Serif;
  font-size: 22px;
  margin-bottom: 10px;
}

.testimonials img {
  border: 1px solid #999;
  border-radius: 100%;
  display: block;
  margin: 0 auto 6px;
  padding: 3px;
}

.testimonials p {
  margin: 0 0 10px;
}

.testimonials p:last-of-type {
  margin-bottom: 0;
}

.testimonials p.author {
  font-size: 18px;
  font-weight: bold;
}

.testimonials hr {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  margin: 30px 0;
}

.video-testimonials {
  background: #ddd;
  border-radius: 6px;
  box-shadow: 2px 2px 9px 1px #666;
  margin: 0 0 40px;
  padding: 16px;
}

.video-testimonials>div {
  border-bottom: 1px solid #999;
  margin-bottom: 30px;
}

.video-testimonials>div:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.video-testimonials h3 {
  color: #0a8bbd;
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-style: italic;
  margin: 0 0 16px;
  text-shadow: 1px 1px 2px #fff;
  text-align: center;
}

.video-testimonials p {
  color: #000;
  font-family: "Lato", sans-serif;
  text-align: center;
}

.form-container {
  background: #25395a;
  padding: 0 0 30px;
}

.form-container .form {
  margin: 0 auto;
  max-width: 600px;
  padding: 0 20px;
}

.form-container .form h2 {
  color: #fff;
  font-family: "Lato", sans-serif;
  margin: 0;
  padding: 20px 0 0;
}

.form-container .form p {
  color: #fff;
}

.form-container .form form {
  background: #444;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 20px auto 0;
  max-width: 560px;
}

.footer-legals {
  background: #f8f8f8;
  border-top: none !important;
  margin-top: 0 !important;
}

.footer-legals .footer-inner {
  margin: 0 auto;
  max-width: 960px;
  overflow: auto;
  padding: 0 10px 5px;
}

.footer-legals p {
  color: #444;
  font-size: 14px;
}

.footer-legals .links {
  font-size: 14px;
  margin: 20px 0;
  padding: 0;
}

.footer-legals .links li {
  margin-bottom: 10px;
}

.footer-legals .links a {
  color: #444 !important;
}

@media only screen and (min-width: 768px) {
  header h1 {
    font-size: 38px;
    font-size: 3.8rem;
  }

  header h1.thanks {
    font-size: 72px;
    font-size: 7.2rem;
    margin: -22px 0 -10px;
  }

  header h1.thanks .pre {
    margin: 10px 0 -10px;
  }

  header h1 .pre {
    font-size: 38px;
    font-size: 3.8rem;
  }

  header h1 .sub {
    font-size: 28px;
    font-size: 2.8rem;
    margin-top: 0;
  }

  h2 {
    font-size: 36px;
    font-size: 3.6rem;
  }

  .testimonials div {
    overflow: auto;
  }

  .testimonials img {
    float: left;
    width: 12%;
  }

  .testimonials blockquote {
    float: right;
    width: 83%;
  }

  .testimonials h4 {
    margin-top: 0;
  }

  .footer-legals p {
    float: left;
  }

  .footer-legals .links {
    float: right;
    margin: 14px 0;
  }

  .footer-legals .links li {
    display: inline;
    margin-bottom: 0;
    margin-left: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .photo-paul {
    margin: 0 0 0 -130px;
  }
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.three-step-intro,
.three-step-inquire {
  margin: 0 auto;
  max-width: 700px;
}

.form-steps {
  padding: 0;
  margin: 0 auto;
  text-align: center;
}

.form-steps h2.headline {
  font-size: 36px;
  color: #25395a;
  line-height: 38px;
  margin: 0;
}

.form-steps h3.subheadline {
  color: #25395a;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  margin: 0;
  text-align: left;
}

.form-steps p.subheadline {
  margin: 4px 0 16px;
}

.form-steps .menu-steps ul {
  overflow: hidden;
  zoom: 1;
  text-align: left;
  font-size: 13px;
  line-height: 1;
  font-size: 1px;
  /*-webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;*/
  margin: 0 0 -1px !important;
  padding: 0;
}

.form-steps .menu-steps li {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  margin-left: 0;
  background-color: #25395a;
  zoom: 1;
}

.form-steps .menu-steps li:first-child {
  float: left;
  width: 55%;
  z-index: 5;
}

.form-steps .menu-steps li:first-child a {
  padding-left: 16px;
}

.form-steps .menu-steps li:first-child+li {
  float: left;
  width: 45%;
  z-index: 4;
}

.form-steps .menu-steps li:first-child+li+li {
  z-index: 3;
}

.form-steps .menu-steps li:first-child+li+li a {
  background: url(/assets/images/three-steps-header-bg.png) 0 -201px no-repeat;
}

.form-steps .menu-steps li a {
  cursor: default;
  display: block;
  text-decoration: none;
  color: #000;
  padding: 16px 16px 14px;
  padding-left: 16px;
  background: url(/assets/images/three-steps-header-bg.png) 100% -201px no-repeat;
}

.form-steps .menu-steps li a strong {
  opacity: 0.4;
}

.form-steps .menu-steps li a.active {
  color: #000;
  background: url(/assets/images/three-steps-header-bg.png) 100% -201px no-repeat;
}

.form-steps .menu-steps li a.active strong {
  opacity: 1;
}

.form-steps .menu-steps li a.inactive {
  background: url(/assets/images/three-steps-header-bg.png) 100% -414px no-repeat;
}

.form-steps .menu-steps li a strong {
  color: #fff;
  display: block;
  font-size: 24px;
  line-height: 1.2;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  margin: 0 0 9px;
}

.form-steps .menu-steps li a strong span.number {
  webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: #000;
  color: #fff;
  -webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 0.7), inset 0 1px 0 rgba(145, 145, 145, 0.36);
  -moz-box-shadow: 0 1px 0px rgba(255, 255, 255, 0.7), inset 0 1px 0 rgba(145, 145, 145, 0.36);
  box-shadow: 0 1px 0px rgba(255, 255, 255, 0.7), inset 0 1px 0 rgba(145, 145, 145, 0.36);
}

.form-steps .menu-steps li a>span {
  display: none;
  font-size: 13px;
  margin-top: -4px;
}

.form-steps .form-columns {
  overflow: auto;
}

.form-steps .form-columns .form-right ul {
  margin-left: 0;
}

.form-steps .box {
  background: #eee;
  border: 1px solid #ccc;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  margin-bottom: 30px;
  padding: 40px 18px 18px;
}

.form-steps .box .progress {
  cursor: pointer;
  background-color: #ccc;
  -webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 0.7), inset 0 1px 0 rgba(145, 145, 145, 0.36);
  -moz-box-shadow: 0 1px 0px rgba(255, 255, 255, 0.7), inset 0 1px 0 rgba(145, 145, 145, 0.36);
  box-shadow: 0 1px 0px rgba(255, 255, 255, 0.7), inset 0 1px 0 rgba(145, 145, 145, 0.36);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  height: 12px;
  margin: 0 10px 1.5em;
  text-align: left;
}

.form-steps .box .progress-in {
  border: 1px solid #c54000;
  height: 10px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f85100), color-stop(100%, #c54000));
  background: -webkit-linear-gradient(top, #ff712c 0%, #c54000 100%);
  background: -moz-linear-gradient(top, #ff712c 0%, #c54000 100%);
  background: -ms-linear-gradient(top, #ff712c 0%, #c54000 100%);
  background: -o-linear-gradient(top, #ff712c 0%, #c54000 100%);
  background: linear-gradient(top, #ff712c 0%, #c54000 100%);
  background-color: #f85100;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  min-width: 1%;
  overflow: visible !important;
}

.form-steps .box .progress-in span {
  position: absolute;
  right: 0;
  bottom: 100%;
  line-height: 24px;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f1e7c9));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f1e7c9 100%);
  background: -moz-linear-gradient(top, #ffffff 0%, #f1e7c9 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f1e7c9 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f1e7c9 100%);
  background: linear-gradient(top, #ffffff 0%, #f1e7c9 100%);
  background-color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 0 5px;
  margin-right: -22px;
  margin-bottom: 7px;
  min-width: 40px;
  -webkit-box-shadow: 0 2px 2px rgba(5, 5, 5, 0.19);
  -moz-box-shadow: 0 2px 2px rgba(5, 5, 5, 0.19);
  box-shadow: 0 2px 2px rgba(5, 5, 5, 0.19);
}

.form-steps .box .progress-in span:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 1px;
  margin-left: -5px;
  border-top: 5px solid #cec7ad;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.form-steps .box .progress-in span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-top: 5px solid #f1e7c9;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.form-steps .box1 {
  width: 84%;
  margin: 0 auto;
  height: auto;
}

.form-steps .box1 .btns {
  position: relative;
  vertical-align: top;
  padding: 0;
  margin: 0 0 10px;
}

.form-steps .box1 .btns .btn {
  /*max-width: 350px !important;*/
}

.form-steps .box1 #arrow-left {
  position: absolute;
  display: block;
  top: -40px;
  left: -10px;
}

.form-steps .box1 #arrow-right {
  position: absolute;
  display: block;
  top: -40px;
  right: -14px;
}

.form-steps .form-steps-wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.form-steps .form-steps-wrap .form-steps-list {
  overflow: visible !important;
  font-family: "Open Sans", sans-serif;
  letter-spacing: -0.63em;
  position: relative;
  white-space: nowrap;
}

.form-steps .form-steps-wrap .form-steps-list>* {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  font-family: 'pt sans', sans-serif;
  letter-spacing: 0px;
  word-spacing: 0px;
}

.form-steps .form-steps-wrap .spc {
  background: #fff;
  border: 1px solid #ccc;
  /*-webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;*/
  max-width: 500px;
  margin: 0 auto 1em;
  padding: 16px 12px 1px;
  white-space: normal;
}

.form-steps .form-steps-wrap .spc>div {
  background: #f7f7f7;
  border: solid 1px #ddd;
  margin-bottom: 10px;
  padding: 10px 10px;
  text-align: left;
  box-shadow: 1px 1px 3px #999;
}

.form-steps .form-steps-wrap h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.2;
  margin: 0;
  padding: 0 0 10px;
  border-bottom: none;
}

.form-steps .form-steps-wrap ul.inp-list {
  text-align: left;
  margin: 0;
  padding: 0;
  margin-left: 0 !important;
}

.form-steps .form-steps-wrap ul.inp-list li {
  list-style: none;
  margin: 0;
  margin-bottom: 0;
  padding: 0;
}

.form-steps .form-steps-wrap ul.inp-list .inp-item {
  position: relative;
}

.form-steps .form-steps-wrap ul.inp-list .inp-item input {
  position: relative;
  top: 1px;
}

.form-steps .form-steps-wrap ul.inp-list .inp-item input:checked+span:before {
  background-position: 0 -50px;
}

.form-steps .form-steps-wrap ul.inp-list .inp-item span {
  display: inline;
  font-size: 16px;
  padding-left: 0;
  zoom: 1;
}

.form-steps label {
  text-align: left;
}

.form-stes label span {
  font-size: inherit;
}

.form-steps label.heading {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-bottom: 6px;
  margin-top: 4px;
  color: #333;
}

.form-steps .inp-list input[type=radio] {
  float: left;
}

.form-steps .inp-list .inp-item span {
  display: block !important;
  margin-left: 20px;
  margin-bottom: 4px;
}

.form-steps select {
  padding: 10px 6px;
  margin-bottom: 0;
}

p.btns {
  margin-top: 16px;
  margin-bottom: 0;
  display: block !important;
}

.form-steps .btn {
  font-weight: normal;
  border: none;
  padding: 8px 12px;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 30px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #25395a;
  white-space: normal;
  text-shadow: 1px 1px 1px #555;
}

.form-steps .btn:hover {
  opacity: 0.9;
}

.form-steps .btn.final {
  /*font-size: 30px;*/
}

.form-steps .inp-fix {
  overflow: hidden;
  margin: 0 auto 5px;
  position: relative;
  display: block;
  padding: 0;
}

.form-steps .inp-text {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  display: block;
  border: 1px solid #b9d6ea;
  padding: 6px 10px;
  background: #fff;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 16px !important;
  height: 38px;
}

.form-steps textarea {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  height: auto !important;
  resize: vertical;
}

.form-steps select {
  border: 1px solid #b9d6ea;
  color: #000;
  font-family: 'pt sans', sans-serif;
  font-size: 16px;
  width: 100%;
}

.form-steps .desc {
  color: #333 !important;
  font-size: 19px;
  font-size: 1.9rem;
  margin: 0 auto;
}

.form-steps .desc img {
  margin: 0;
  position: relative;
  top: 4px;
  left: -6px;
}

.form-steps .desc span {
  font-size: 16px;
}

.form-steps .message {
  text-align: center;
  white-space: normal;
}

.form-steps .error {
  border: 1px solid red;
}

.form-steps ::-webkit-input-placeholder {
  color: #ccc;
}

.form-steps :-moz-placeholder {
  /* Firefox 18- */
  color: #ccc;
}

.form-steps ::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc;
}

.form-steps :-ms-input-placeholder {
  color: #ccc;
}

.infusion-form ::-webkit-input-placeholder {
  color: #777;
}

.infusion-form :-moz-placeholder {
  /* Firefox 18- */
  color: #777;
}

.infusion-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #777;
}

.infusion-form :-ms-input-placeholder {
  color: #777;
}

@media only screen and (min-width: 300px) {
  .form-steps .menu-steps li a {
    padding: 30px 16px 22px;
  }

  .form-steps .menu-steps li a strong {
    font-size: 16px;
  }

  .form-steps .menu-steps li a strong span.number {
    width: 19px;
    height: 19px;
  }
}

@media only screen and (min-width: 480px) {
  .form-steps .menu-steps li a {
    padding: 30px 16px 22px;
  }

  .form-steps .menu-steps li a strong {
    font-size: 22px;
  }

  .form-steps .menu-steps li a strong span.number {
    width: 24px;
    height: 24px;
  }
}

@media only screen and (min-width: 600px) {
  .form-steps .menu-steps li a {
    padding: 16px 16px 14px;
  }

  .form-steps .menu-steps li a strong {
    font-size: 20px;
  }

  .form-steps .menu-steps li a strong span.number {
    width: 24px;
    height: 24px;
  }

  .form-steps .menu-steps li a>span {
    display: block;
  }

  .form-steps .form-columns .form-left {
    float: left;
    width: 35%;
  }

  .form-steps .form-columns .form-right {
    float: left;
    width: 55%;
  }
}

@media only screen and (min-width: 768px) {
  .form-steps .menu-steps li a strong {
    font-size: 30px;
  }

  .form-steps .menu-steps li a strong span.number {
    width: 36px;
    height: 36px;
  }

  .infusion-form .fields {
    float: left;
    width: 60%;
  }

  .infusion-form .fields.no-image {
    width: 100%;
  }

  .infusion-form .cover {
    display: block;
    float: right;
    width: 35%;
  }

  .infusion-form .cover img {
    width: 100%;
  }
}

/* HTML5 Validation fallback */
/* .invalid class prevents CSS from automatically applying */
.invalid input:required:invalid,
.invalid select:required:invalid,
.invalid textarea:required:invalid {
  background: #f16669;
}

/* Mark valid inputs during .invalid state */
.invalid input:required:valid,
.invalid select:required:valid,
.invalid textarea:required:valid {
  background: #fff;
}