@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym,
address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt,
var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  line-height: inherit; }

body {
  line-height: 1; }

acronym, abbr, fieldset, img, a img {
  border: 0; }

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

blockquote, q {
  quotes: "" ""; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  font-style: normal; }

ol, ul {
  list-style: none; }

object {
  outline: none; }

textarea {
  margin: 0;
  padding: 0; }

/* 1.1.0 Normalize
 * --------------------------------------------------------------------- *
																		 */
/* HTML5 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden], template {
  display: none; }

/* Links */
a {
  background-color: transparent; }

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

/* Typography */
h1, h2, h3, h4, h5, h6 {
  margin: 0.67em 0; }

h1 {
  font-size: 2em; }

h2 {
  font-size: 1.75em; }

h3 {
  font-size: 1.5em; }

h4 {
  font-size: 1.25em; }

h5 {
  font-size: 1em; }

h6 {
  font-size: 0.75em; }

b, strong {
  font-weight: bold; }

p {
  font: normal 0.95em/1.5em Helvetica, Arial, sans-serif; }

em, i, dfn {
  font-style: italic; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

del {
  text-decoration: line-through; }

ins {
  background: #ff9ff9;
  color: black;
  text-decoration: none; }

mark {
  background: #ff0ff0;
  color: black; }

small {
  font-size: 80%; }

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

sup {
  bottom: .33em; }

sub {
  bottom: -.33em; }

/* Embedded Content */
svg:not(:root) {
  overflow: hidden; }

/* Grouping Content */
figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #454545;
  margin: 1em 0;
  padding: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms */
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  margin-right: 5px; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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; }

input[type="hidden"] {
  visibility: hidden;
  height: 0px;
  border: 0px;
  margin: 0;
  padding: 0;
  position: absolute;
  display: none !important; }

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

/*********************
  TRANSITION
*********************/
/*********************
  TRANSFORM
*********************/
/*********************
BOX SHADOW
*********************/
/*********************
TEXT GRADIENT
only works in Chrome
*********************/
/*********************
BOX SIZING
NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway?
*********************/
/*********************
OTHER
*********************/
/*********************
  CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/

/* document
---------------------------- */
/* body
---------------------------- */
.orderbtn,
.btn {
  display: inline-block;
  width: 200px;
  height: 40px;
  color: white !important;
  text-transform: uppercase;
  font: 25px/40px 'Avenir Next Demi Bold';
  -webkit-font-smoothing: antialiased;
  text-align: center;
  border-radius: 11px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  background: #ed661c;
  margin: 0;
  padding: 0 10px; }

.btn {
  background: #92acaf; }

.submit-btn {
    width: 100% !important;
    background: #ed661c; }

.free-btn {
    width: 100% ;
    background: #999 ;
    font-size: .85em ;
    width: 85% ; }

.submit-btn:hover {
    width: #008fa0; }

.orderbtn:hover {
  background: #004e58; }

.btn:hover {
  background: #008fa0; }

.credit-cards {
  display: inline-block;
  background: url(../../images/assets.png) -450px -18px no-repeat;
  width: 70px;
  height: 48px;
  position: relative;
  top: 19px;
  left: 10px; }

/* header
---------------------------- */
.green {
  color: #008fa0 !important; }

/* logo */
#logo {
  background: #004e58 url(../../images/desktop/igrow-logo.png) center top no-repeat;
  left: 0px;
  top: 0px;
  width: 211px;
  height: 97px;
  text-indent: -9999px;
  padding: 0 10px 2px; }

/* headline */

#headerWrap h4 { position: absolute; top: 71px; left: 505px; font-size: 12px; }
#headerWrap h4 a { color: #fff; font-weight: normal; }

#headline {
  font: 32px/39px 'Avenir Next';
  color: white;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  left: 300px;
  top: 3px;
  width: 630px;
  height: 95px; }

 #headline a { color:#fff; }

#menuWrap {
  background: #aed8dd;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 30; }

#menuWrap ul {
  margin: 0 auto;
  width: 980px;
  height: auto;
  padding: 0; }

#menuWrap ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  font: 15px 'Avenir Next Medium';
  -webkit-font-smoothing: antialiased;
  border-right: 1px solid white; }

#menuWrap ul li:first-child {
  border-left: 1px solid white; }

#menuWrap ul li a {
  display: inline-block;
  margin: 0;
  padding: 7px 21px;
  color: #004e58;
  text-decoration: none;
  font-size: inherit; }

#menuWrap ul li a:hover {
  background: #004e58;
  color: white; }

#menuWrap ul li.no-click a:hover {
  background: inherit;
  color: inherit; }

a {
  color: #356e8b; }

/* offer
---------------------------- */
#offerWrap {
  width: 100%;
  height: auto; }
  #offerWrap h2 {
    font: 48px 'Avenir Next Demi Bold';
    color: #008fa0;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 0px; }
  #offerWrap .offer-txt {
    width: 290px;
    margin: 0 0 0 20px; }
  #offerWrap h3 {
    font: 22px/24px 'Avenir Next Demi Bold';
    -webkit-font-smoothing: antialiased;
    color: #5b5b5b;
	margin:8px 0 5px; }
  #offerWrap p {
    font: 13px/18px 'Avenir Next Medium';
    -webkit-font-smoothing: antialiased;
    color: #5b5b5b; }
  #offerWrap ul {
    float: left;
    margin: 0 0 0 20px;
    padding: 0; }
    #offerWrap ul li {
      color: #8c8c8c;
      list-style: square;
      margin: 0;
      padding: 0;
      font-size: 20px; }
      #offerWrap ul li span {
        font: 14px/16px 'Avenir Next Medium';
        -webkit-font-smoothing: antialiased;
        color: #5b5b5b; }
        #offerWrap ul li span small {
          font-style: italic;
          font-size: 10px; }

#rightWrap {
  float: right;
  width: 443px;
  position: relative;
  z-index: 5;
  background: white;
  -webkit-box-shadow: -15px 0px 30px -23px #888;
  -moz-box-shadow: -15px 0px 30px -23px #888;
  box-shadow: -15px 0px 30px -23px #888;
  left: -10px;
  min-height: 740px; }

/* video
---------------------------- */
#playlist {
  display: block;
  background: white url(../../images/assets.png) left top no-repeat;
  text-align: center;
  margin: 6px auto;
  cursor: pointer; }
  #playlist ul {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #playlist li {
    display: inline-block;
    vertical-align: top;
    width: 140px;
    height: 80px;
    margin: 0;
    padding: 0;
    position: relative;
    left: 0px;
  }
  #playlist li:first-child { left: -4px; }
  #playlist li:last-child { left: 5px; }
  #playlist a {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 79px;
    text-indent: -9999px; }
    #playlist a:hover {
      background-color: rgba(0, 0, 0, 0.6); }

.vt-watch {
  background-size: 0 0; }

.vt-how {
  background-size: -145px 0; }

.vt-ba {
  background-size: -289px 0; }

/* middle
---------------------------- */
#middleWrap {
  height: 535px;
  background: url(https://www.igrowlaser.com/images/desktop/middle-bkg.jpg) center top no-repeat; }

/* form
---------------------------- */
/* footer
---------------------------- */
/* @Fader
 * --------------------------------------------------------------------- */
.eflex.fader {
  position: relative;
  overflow: hidden;
  list-style: none; }

.eflex.fader [data-slide] {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: inherit;
  height: inherit;
  margin: 0;
  padding: 0; }

.eflex.fader [data-slide|='index'] {
  display: block; }

.eflex.fader [data-slide] > * {
  width: 100%;
  height: auto; }

.eflex.fader li {
  list-style: none !important;
  margin: 0;
  padding: 0; }

/* Lists */
ul {
  padding: 5px 15px 5px 15px;
  margin: 0 auto;
  display: block; }

li {
  font: normal 1em/1em Arial, Helvetica, sans-serif;
  color: #636363;
  padding: 4px 0 4px 0;
  margin-left: 25px; }

.shadow:before,
.shadow:after {
  bottom: 10px;
  content: "";
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.8);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.8);
  height: 50%;
  overflow: hidden;
  position: absolute;
  width: 75%;
  z-index: -1; }

.shadow:before {
  left: 55px;
  -webkit-transform: skew(-10deg) rotate(-5deg);
  -moztransform: skew(-10deg) rotate(-5deg);
  -o-transform: skew(-10deg) rotate(-5deg);
  -ms-transform: skew(-10deg) rotate(-5deg);
  transform: skew(-10deg) rotate(-5deg); }

.shadow:after {
  right: 55px;
  -webkit-transform: skew(10deg) rotate(5deg);
  -moztransform: skew(10deg) rotate(5deg);
  -o-transform: skew(10deg) rotate(5deg);
  -ms-transform: skew(10deg) rotate(5deg);
  transform: skew(10deg) rotate(5deg); }

.box-shadow-floor:before, .box-shadow-floor:after {
  content: '';
  z-index: 0;
  position: absolute;
  left: 1em;
  bottom: 1em;
  top: 80%;
  width: 50%;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #444;
  -moz-box-shadow: 0 15px 10px #444;
  box-shadow: 0 15px 10px #444; }

.box-shadow-floor:before {
  -webkit-transform: rotate(-3deg);
  -moztransform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg); }

.box-shadow-floor:after {
  -webkit-transform: rotate(3deg);
  -moztransform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 1em;
  left: auto; }

/* @helpers
 * --------------------------------------------------------------------- */
.absolute {
  position: absolute !important; }

.floatleft {
  float: left !important; }

.floatright {
  float: right !important; }

.clearfix, .clearer, .clear {
  clear: both !important;
  margin: 0 !important;
  line-height: 0 !important;
  padding: 0 !important; }

.ucase {
  text-transform: uppercase !important; }

.bold {
  font-weight: bold !important; }

.italic {
  font-style: italic !important; }

.hidetext {
  color: transparent;
  text-indent: -9999px;
  margin: 0; }

/* @assets
 * --------------------------------------------------------------------- */
.sprites {
  display: block;
  background: url(https://www.igrowlaser.com/images/desktop/sprites.png) no-repeat;
  padding: 0;
  text-indent: -9999px; }

html {
  background: white; }

body {
  background: white;
  font: normal 0.85em/1.25em Helvetica, Arial, sans-serif;
  height: auto; }

body > div, body > div > div {
  position: relative; }

.outer, #headerWrap, #footerContentWrap {
  width: 100%;
  min-width: 940px; }

.inner, #mainWrap, #mainContainer, #upsellSection, #confirmSection, #formTitleWrap, #formWrap, #subWrap, #footerNavWrap {
  width: 980px;
  height: inherit;
  margin: 0 auto; }

/* 2.0.0 Header
 * --------------------------------------------------------------------- */
#logo, #headline {
  vertical-align: top;
  position: absolute;
  display: block;
  margin: 0px; }

#headerWrap {
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 100px;
  background: #008fa0;
  border-bottom: 1px solid white; }

/* 3.0.0 Layout
 * --------------------------------------------------------------------- */
#mainWrap, #formWrap, #subWrap, #upsellSection {
  height: auto;
  background: white; }

#mainWrap {
  background: white;
  padding-bottom: 3px;
  border-top: 1px solid white; }

/* 3.1.0 Offer
 * --------------------------------------------------------------------- */
#offerWrap {
  float: left; }

/* 3.2.0 Video
 * --------------------------------------------------------------------- *
																		 */
#videoWrap {
  display: block;
  width: 430px;
  height: auto;
  float: right;
  margin: 10px 0; }

#video {
  width: 430px;
  height: 240px;
  margin: 0px;
  float: none;
  background: black; }

#videoWrap video {
  position: relative;
  z-index: 6; }

.vjs-default-skin .vjs-controls {
  z-index: 10; }

/* 3.3.0 Features & Benefits
 * --------------------------------------------------------------------- */
#featuresWrap {
  margin: 0;
  z-index: 1;
  padding-bottom:15px; }

#features {
  margin: 10px 0 5px 30px;
  padding: 0;
  font: 45px 'Avenir Next Demi Bold';
  -webkit-font-smoothing: antialiased;
  color: #008fa0; }

#featuresWrap ul {
  float: none;
  margin: 0 0 0 50px;
  padding: 0; }
  #featuresWrap ul li {
    color: #8c8c8c;
    list-style: square;
    margin: 10px 0;
    padding: 0;
    font-size: 24px; }
    #featuresWrap ul li span {
      font: 20px/24px 'Avenir Next Medium';
      -webkit-font-smoothing: antialiased;
      color: #5b5b5b; }

/* 3.4.0 Midline
 * --------------------------------------------------------------------- */
#midlineWrap {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  margin-top:8px;
  border-top: 1px solid #c4c4c4; }
  #midlineWrap h2 {
    font: 48px 'Avenir Next Demi Bold';
    -webkit-font-smoothing: antialiased;
    color: #008fa0;
    margin: 20px 0 5px 24px; }
  #midlineWrap .orderbtn {
    position: absolute;
    top: 26px;
    right: 24px; }
  #midlineWrap p {
    width: 100%;
    font: 18px/25px 'Avenir Next Medium';
    -webkit-font-smoothing: antialiased;
    color: #5b5b5b;
    margin: 10px 20px;
    max-width: 936px; }

.real-ppl {
  margin: 0 auto;
  padding: 0;
  text-align: center; }
  .real-ppl li {
    display: inline-block;
    margin: 0 5px; }
    .real-ppl li img {
      border: 1px solid #919191;
      display: block;
      margin-bottom: 0px; }
    .real-ppl li span {
      font: 18px 'Avenir Next Demi Bold Italic'; }
    .real-ppl li .before {
      color: #5b5b5b;
      margin: 0 0 0 30px; }
    .real-ppl li .after {
      color: #008fa0;
      margin: 0 0 0 60px; }
#subWrap .real-ppl { text-align: center; }
#subWrap .real-ppl li { display: block; margin: 0 auto; }
#subWrap .real-ppl li img { margin: 0 auto; }

.points {
  text-align: center;
  margin: 0 auto;
  padding: 0;
  display: block; }
  .points li {
    display: inline-block;
    width: 305px;
    height: 390px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #8c8c8c;
    margin: 0 5px;
    padding: 0 12px;
    -webkit-box-shadow: inset 0px 0px 50px 50px #f0f0f0;
    -moz-box-shadow: inset 0px 0px 50px 50px #f0f0f0;
    box-shadow: inset 0px 0px 50px 50px #f0f0f0; }
    .points li h4 {
      font: 48px 'Avenir Next Demi Bold';
      text-transform: uppercase;
      -webkit-font-smoothing: antialiased;
      color: #008fa0;
      margin: 25px auto 0; }
    .points li .icon {
      display: block;
      margin: 8px auto;
      text-align: center;
      background: url(../../images/assets.png) center top no-repeat;
      width: 56px;
      height: 56px; }
    .points li p {
      font: 18px/24px 'Avenir Next Medium';
      -webkit-font-smoothing: antialiased;
      color: #5b5b5b;
      margin: 10px auto !important; }
    .points li .btn {
      margin-top: 20px; }

#checkbox {
  background-position: -533px -10px; }

#ribbon {
  background-position: -600px -10px; }

#hair {
  background-position: -667px -10px; }

.no-margin {
  margin: 0;
  height: 0px; }

#featured {
  width: 100%;
  background: #ededed;
  text-align: center;
  margin: 35px auto 20px;
  padding: 0;
  display: block; }

#main-btn {
  height: 56px;
  line-height: 56px;
  width: auto;
  font-size: 33px;
  margin: 10px auto;
  display: block;
  max-width: 700px;
  text-transform: none; }

.img-center {
  margin: 0 auto;
  display: block;
  width: auto;
  height: auto; }

#guarantee {
  background: #ededed;
  margin: 0 auto;
  padding: 0; }
  #guarantee h3, .fn-headline {
    font: 48px 'Avenir Next Demi Bold';
    -webkit-font-smoothing: antialiased;
    color: #008fa0;
    margin: 0;
    padding: 20px 0; }
  #guarantee p {
    font: 18px/24px 'Avenir Next Medium';
    -webkit-font-smoothing: antialiased;
    color: #5b5b5b;
    margin: 0 50px 0 0;
    position: relative;
    left: 10px; }

/* 3.4.0 Middle
 * --------------------------------------------------------------------- */
#middleWrap {
  width: 894px;
  margin: 0 auto; }

#middleWrap p {
  font-family: Arial, sans-serif;
  font-size: 15px;
  line-height: 18px;
  color: #636363;
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 10px 0;
  padding: 0 30px;
  position: absolute;
  bottom: 0px; }

/* 4.0.0 Form Title
 * --------------------------------------------------------------------- *
 																		 */
#formTitleWrap {
  width: 100%;
  height: auto;
  text-align: center;
  display: block;
  margin: 0 auto;
  background: #008fa0;
  font: 45px/45px 'Avenir Next Demi Bold';
  -webkit-font-smoothing: antialiased;
  color: white;
  padding: 20px 0; }
  #formTitleWrap small {
    font-size: 18px;
	line-height:22px; }

/* 5.1.0 Order Form (DTM Default)
 * --------------------------------------------------------------------- *

.fldCt {
  clear: both;
  margin-bottom: 2px;
  position: relative;
}

.fldCt .label {
  float: left;
  text-align: right;
  margin: 5px 5px 0 0;
  width: 80px;
  font: normal 13px/18px Arial, Helvetica, sans-serif; }

.fldCt .requiredIcon {
  display: none; }

.fldCt.required .requiredIcon, .requiredIcon {
  display: inline;
  color: red; }

.fldCt .fld input {
  border: 1px solid #aaaaaa; }

.fldCt .fld input, .fldCt .fld select {
  width: 180px;
  padding: 3px 2px;
  font: normal 11px/18px Arial, Helvetica, sans-serif; }

.fldCt .fld select {
  width: 186px; }

#offerSelection, #productSelection, #paymentForm, #billingInformation, #shippingInformation {
  border-bottom: 3px solid #dddddd; }

#productSelection label {
  float: left; }

#productSelection select {
  float: left;
  margin: -2px 10px; }

#ShippingIsSame .label {
  width: 72px; }

#ShippingIsSame input {
  float: left;
  margin: 0 8px 10px 0; }

#ShippingIsDifferentThanBilling {
  width: auto;
  float: left;
  border: none; }

.checkbox {
  font: normal 11px/11px Verdana, Geneva, sans-serif; }

#paymentForm .fldCt .label {
  width: 110px; }

#paymentForm #CardExpirationCt .fld select {
  width: auto;
  margin-right: 5px; }

#paymentForm #CardCvv2Ct .fld input {
  width: 60px;
  margin-right: 5px; }

#cc {
  width: 150px;
  height: 23px;
  float: left;
  padding: 0 0 5px 115px; }

#CardTypeCt.fldCt .label, #CardExpirationCt.fldCt .label, #BillingCountryIdCt.fldCt .label,
#BillingStateIdCt.fldCt .label, #ShippingCountryIdCt.fldCt .label, #ShippingStateIdCt.fldCt .label {
  margin-top: 3px; }

#receiveBox {
  margin: 15px auto;
  clear: both;
  overflow: hidden;
  border-top: 2px dashed #aaaaaa;
  border-bottom: 2px dashed #aaaaaa; }

#receive {
  background: #f5f5f5;
  padding: 20px 15px;
  overflow: hidden;
  border-top: 2px solid white;
  border-bottom: 2px solid white; }

#receive input {
  margin: 2px 5px 0 0;
  _display: inline;
  float: left; }

#receive label {
  font-weight: bold;
  width: 270px;
  float: left;
  text-align: left; }

.indicate {
  text-align: center;
  padding: 20px;
  border-top: 1px dashed #dddddd;
  border-bottom: 1px dashed #dddddd; }

.indicate span {
  color: #c00c00; }

#submitBtn {
  display: block;
  margin: 10px 0; }

*:first-child + html .fldCt .fld input {
  border-color: #cccccc; }

* html .fldCt .fld input {
  border-color: #cccccc; }


@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #paymentForm .fldCt input, #paymentForm .fldCt select, .fldCt .fld input, .fldCt .fld select {
    margin: 0;
    padding: 5px 2px; }

  #paymentForm .fldCt select, .fldCt .fld select {
    padding: 0; } }
.validation-summary-errors {
  border: solid 2px #f00f00;
  background: #fccfcc;
  padding: 10px;
  margin: 0 0 10px 0; }

.validation-summary-errors span {
  color: #f00f00;
  font-size: 1em; }

.validation-summary-errors ul {
  list-style: disc;
  margin: 5px 15px 0 15px; }

.validation-summary-errors ul li {
  color: #f00f00; }

#form .display_mode_select {
  margin: 0 auto;
  width: 100%; }

#form .display_mode_select p a {
  width: 300px;
  display: block;
  background: #999999;
  color: white;
  padding: 5px 10px;
  border-radius: 15px;
  text-align: center; }
																		 */
/* 5.1.2 Order Form (Custom)
 * --------------------------------------------------------------------- *
 																		 */
#formWrap {
  padding-bottom: 20px; margin-top: 20px; }

#form {
  width: 100%;
  margin: 0;
  float: left; }

#form > div {
  padding: 0 0 15px 0;
  margin: 0 0 15px 0; }

.FormHeadlineL {
  font: bold 18px/18px Arial, Helvetica, sans-serif;
  margin: 0 -1rem 1rem !important;
    background: #004e58;
  color: #636363; }

.dtm__in #reviewOrder .FormHeadlineL {
	margin: 0 !important;
}

.validation-summary-errors ul li, .validation-summary-errors span {
	color: inherit;
}
/*
.FormHeadlineL {
  width: auto;
  background: #004e58;
  color: white !important;
  margin: 0 -10px 10px !important;
  padding: 10px;
  overflow: hidden;
  font-weight: normal;
  font-size: 14px; }
*/
.FormHeadlineL strong {
  font-weight: bold;
  font-size: 15px; }

.orderItemsTable th {
  background: #ed661c; }

/*.SubHeadlineL { font: normal 15px/18px Verdana, Helvetica, sans-serif; color: rgb(0,0,0); margin: 15px 0; }*/
.SubHeadlineL,
#productSelection {
  font: normal 13px/18px Arial, Helvetica, sans-serif;
  color: black;
  margin: 15px 0; }

/* 5.2.0 Form Product & Disclaimer
 * --------------------------------------------------------------------- *
 																		 */
#formProduct, #formOffer {
  float: right;
  width: auto;
  margin: 40px 36px 0 0; display: none; }

#disclaimer {
  clear: both;
  width: 930px;
  margin: 20px auto;
  border: 1px solid #bdbbbd;
  font: normal 12px/16px Arial, Helvetica, sans-serif;
  color: black;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px 12px;
  font: 12px/17px Arial, Helvetica, sans-serif; }

#disclaimer h3 {
  text-transform: uppercase;
  font-weight: bold;
  padding: 0;
  margin: 0;
  font: inherit; }

#disclaimer p {
  padding: 0;
  margin: 10px auto;
  font: inherit; }

/* 6.0.0 Global Footer
 * --------------------------------------------------------------------- *
 																		 */
#footerContentWrap {
  background: #004e58;
  color: white;
  -webkit-box-shadow: inset 0px 5px 10px 0px rgba(69, 103, 136, 0.25);
  -moz-box-shadow: inset 0px 5px 10px 0px rgba(69, 103, 136, 0.25);
  box-shadow: inset 0px 5px 10px 0px rgba(69, 103, 136, 0.25); }

#footerNavWrap {
  height: auto;
  margin: 0 auto;
  font: 12px/16px Arial, Helvetica, sans-serif;
  color: white;
  text-align: center;
  padding: 0 0 0 0; }

#footerNavWrap img {
    margin: 10px auto;
}

#footerNavWrap a {
  color: white;
  text-decoration: none;
  text-transform: none; }

#footerNavWrap a:hover {
  text-decoration: underline; }

#footerNavWrap li:after {
  display: none; }

#footerNavWrap li span {
  padding: 0px; }

#footerContentWrap .display_mode_select {
  margin: 0 0 -1.5% 0;
  padding: 0;
  background: none; }

#footerContentWrap .display_mode_select p {
  margin: 0 auto; }

#footerContentWrap .display_mode_select p a {
  display: block;
  width: 100px;
  margin: 0 auto;
  padding: 2%;
  text-align: center; }

/* 6.1.0 Navigation
 * --------------------------------------------------------------------- *
 																		 */
#footerNavWrap ul {
  text-align: center;
  padding: 0;
  max-width: 600px; }

#footerNavWrap ul li {
  display: inline;
  border-right: 1px solid white;
  margin: 0;
  padding: 0; }

#footerNavWrap ul li:last-child {
  border-right: none; }

#footerNavWrap ul li a {
  padding: 0 8px;
  color: white; }

#footerNavWrap ul li:first-child a {
  padding-left: 0; }

/* 6.2.0 Copyright
 * --------------------------------------------------------------------- *
 																		 */
#copyright, #dtm {
  padding-bottom: 15px;
  margin: 10px 0 0 0;
  color: white; }

#copyright {
  float: left;
  text-align: left; }

#dtm {
  float: right;
  text-align: right; }

#copyright a {
  color: white; }

.copyright {
  line-height: 40px; }

#topBar {
  width: 100%;
  height: 40px;
  background: #dee1e5;
  -webkit-box-shadow: inset 0px -5px 10px 0px rgba(69, 103, 136, 0.25);
  -moz-box-shadow: inset 0px -5px 10px 0px rgba(69, 103, 136, 0.25);
  box-shadow: inset 0px -5px 10px 0px rgba(69, 103, 136, 0.25); }

#topBar .logo {
  background: url(https://www.igrowlaser.com/images/desktop/emson-logo.png) left top no-repeat;
  position: absolute;
  left: 85px;
  top: 0px;
  width: 112px;
  height: 40px; }

#topBar .menu {
  position: absolute;
  width: auto;
  height: auto;
  right: 0;
  top: 0;
  margin: 0;
  padding: 0;
  float: right; }
  #topBar .menu li {
    display: inline-block;
    width: auto;
    height: 40px;
    margin: 0px;
    padding: 12px 10px 8px; }
    #topBar .menu li:last-child a {
      color: #0053a3; }
    #topBar .menu li a {
      margin: 0;
      padding: 0;
      font: 18px/20px 'Burbank Big Regular Bold';
      vertical-align: middle;
      color: #456788;
      text-transform: uppercase;
      text-decoration: none;
      cursor: pointer; }
      #topBar .menu li a:hover {
        color: #f04000;
        text-decoration: none; }

/* 7.0.0 Sub Pages
 * --------------------------------------------------------------------- */
#subWrap {
  padding-bottom: 30px; }
  #subWrap ul {
    list-style: disc; font-size: 14px; }
  #subWrap p {
    margin: 10px 0; }
  #subWrap #subLeftCol {
    float: left;
    width: 500px;
    margin: 15px 0 0 15px;
    padding: 0; }
  #subWrap #subRightCol {
    float: right;
    width: auto;
    margin: 10px 15px 0 0;
    padding: 0;
    text-align: center; }
   #subWrap #subRightCol img { display: block; }
  #subWrap .orderbtn {
    margin: 0 auto; }

.slider-wrapper {margin: 0 0 0 30px;}
#slidesContainerWrapper {width: 450px;}

[data-dir="prev"] {background: url(https://www.igrowlaser.com/images/desktop/arrow-prev.png) no-repeat; width: 24px; height: 39px; text-indent: -9999px; top: 645px; left: -5px; position: absolute;}
[data-dir="next"] {background: url(https://www.igrowlaser.com/images/desktop/arrow-next.png) no-repeat; width: 24px; height: 39px; text-indent: -9999px; top: 645px; right: 0; position: absolute;}
[data-dir="next"], [data-dir="prev"] {
	padding: 0; border: 0;
}

/* 8.0.0 Upsell Template
 * --------------------------------------------------------------------- *
 																		 */
#orderReviewTable {
  clear: both; }

#orderCompleteTxt {
  width: 100%;
  padding: 15px 0 20px 0;
  margin: 0 0 15px 0;
  font: normal 22px/28px Arial, Helvetica, sans-serif;
  text-align: center;
  color: #666666;
  border-bottom: dashed 1px #cccccc; }

#upsellImage {
  width: 350px;
  float: left;
  margin: 0 0 20px 20px;
  _margin: 0 0 20px 10px; }

#upsellImage img {
  width: 100%; }

#upsellTxt {
  width: 535px;
  float: right;
  margin: 0 20px 20px 0;
  _margin: 0 10px 20px 0;
  font: normal 14px/19px Arial, Helvetica, sans-serif; }

#upsellTxt h2 {
  font: bold 24px/28px Arial, Helvetica, sans-serif; }

#upsellTxt h3.cta {
  font: bold 16px/20px Arial, Helvetica, sans-serif;
  margin: 15px 0; }

#upsellTxt p {
  font: normal 14px/19px Arial, Helvetica, sans-serif; }

#upsellTxt #upsellTxtDisclaimer {
  font: normal 10px Arial, Helvetica, sans-serif;
  color: #666666;
  margin: 20px 0; }

/* 9.0.0 Confirmation Template
 * --------------------------------------------------------------------- *
 																		 */
#confirmSection {
  background: white;
  padding-bottom: 80px; }

#myAccountContentWrap {
  width: 95%;
  padding: 2.5%; }

#myAccountContentWrap h1 {
  font: normal 30px/30px Arial, Helvetica, sans-serif;
  color: #c00;
  margin: 20px 0 10px 0; }

#addressSection {
  width: 100%; }

#addressSection h3 {
  font: bold 20px/24px Arial, Helvetica, sans-serif;
  color: #333333;
  margin: 0 0 12px 0; }

#addressSection p {
  font: normal 14px/19px Arial, Helvetica, sans-serif;
  color: #333333; }

.submitOrderWrap {
  float: right;
  margin: 10px;
  text-align: center; }

.submitOrderWrap span {
  float: left;
  clear: both; }

#print-icon {
  float: right;
  padding: 0 20px 0 0; }

.orderItemsTable {
  width: 100%;
  margin: 10px 0;
  background: white; }

.orderItemsTable td {
  font: normal 14px/19px Arial, Helvetica, sans-serif;
  color: #333333;
  border: 1px solid #cccccc;
  padding: 5px; }

.orderItemsTable th {
  font: bold 14px/19px Arial, Helvetica, sans-serif;
  color: white;
  padding: 5px; }

#updateSection {
  width: 100%;
  margin: 10px 0; }

#back-home-btn {
  width: 100%;
  margin: 10px 0;
  text-align: center; }

/* 10.0.0 Flow Input Styles and Forms
 * --------------------------------------------------------------------- *
 																		 */
/* for IE, making sure Privacy Policy lines up to the far left rather than underneath inputs */
#Email {
  margin-bottom: 5px; }

input[type=submit].flow_input_btn {
  padding: 5px 12px;
  *padding: 3px 12px;
  height:40px;
  width:auto;
  outline: none;
  cursor: pointer;
  font: normal 13px/13px Arial, Helvetica, sans-serif;
  overflow: visible;
  position: relative; }

input[type=submit].flow_input_btn {
  border: solid 1px #707070;
  border-radius: 4px;
  box-shadow: inset 0 0 1px 1px white;
  -moz-box-shadow: inset 0 0 1px 1px white;
  -webkit-box-shadow: inset 0 0 1px 1px white;
  background: linear-gradient(top, #f2f2f2 50%, #eaeaea, #dddddd 50%, #cdcdcd);
  background: -webkit-linear-gradient(top, #f2f2f2 50%, #eaeaea, #dddddd 50%, #cdcdcd);
  background: -moz-linear-gradient(top, #f2f2f2 50%, #eaeaea, #dddddd 50%, #cdcdcd);
  background: -ms-linear-gradient(top, #f2f2f2 50%, #eaeaea, #dddddd 50%, #cdcdcd);
  background: -o-linear-gradient(top, #f2f2f2 50%, #eaeaea, #dddddd 50%, #cdcdcd);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='rgb(242,242,242)', endColorstr='rgb(205,205,205)'); }

input[type=submit].flow_input_btn:hover {
  border-color: #5c7589;
  color: #262b51;
  background: linear-gradient(top, #ecf3fb 50%, #d2f1ff, #bfe5fa 50%, #acdbf7);
  background: -webkit-linear-gradient(top, #ecf3fb 50%, #d2f1ff, #bfe5fa 50%, #acdbf7);
  background: -moz-linear-gradient(top, #ecf3fb 50%, #d2f1ff, #bfe5fa 50%, #acdbf7);
  background: -ms-linear-gradient(top, #ecf3fb 50%, #d2f1ff, #bfe5fa 50%, #acdbf7);
  background: -o-linear-gradient(top, #ecf3fb 50%, #d2f1ff, #bfe5fa 50%, #acdbf7);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='rgb(236,243,251)', endColorstr='rgb(172,219,247)'); }

input[type=submit].confirm_input_btn {
  margin: 0 auto 8px;
  height: 40px;
  width: auto;
  padding: 5px 12px;
  *padding: 3px 12px;
  outline: none;
  cursor: pointer;
  font: bold 15px Arial, Helvetica, sans-serif;
  overflow: visible;
  position: relative; }

input[type=submit].confirm_input_btn {
  border: solid 1px #707070;
  color: white;
  border-radius: 4px;
  box-shadow: inset 0 0 1px 1px white;
  -moz-box-shadow: inset 0 0 1px 1px white;
  -webkit-box-shadow: inset 0 0 1px 1px white;
  background: linear-gradient(top, #4d9e21 50%, #4e9c38, #429130 50%, #246b10);
  background: -webkit-linear-gradient(top, #4d9e21 50%, #4e9c38, #429130 50%, #246b10);
  background: -moz-linear-gradient(top, #4d9e21 50%, #4e9c38, #429130 50%, #246b10);
  background: -ms-linear-gradient(top, #4d9e21 50%, #4e9c38, #429130 50%, #246b10);
  background: -o-linear-gradient(top, #4d9e21 50%, #4e9c38, #429130 50%, #246b10);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='rgb(77,158,33)', endColorstr='rgb(36,107,16)'); }

input[type=submit].confirm_input_btn:hover {
  border-color: #5c7589;
  color: white;
  background: linear-gradient(top, #448a1c 50%, #448a2f, #429130 50%, #246b10);
  background: -webkit-linear-gradient(top, #448a1c 50%, #448a2f, #397d28 50%, #1c520b);
  background: -moz-linear-gradient(top, #448a1c 50%, #448a2f, #397d28 50%, #1c520b);
  background: -ms-linear-gradient(top, #448a1c 50%, #448a2f, #397d28 50%, #1c520b);
  background: -o-linear-gradient(top, #448a1c 50%, #448a2f, #397d28 50%, #1c520b);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='rgb(68,138,28)', endColorstr='rgb(28,82,11)'); }

/* based off @import url('https://www.igrowlaser.com/css/ui/forms/allstar.css'); */
#form > div {
  margin: 0 0 20px 0;
  padding: 0 10px 10px; }

#offerSelection, #paymentForm, #reviewOrder, #billingInformation,
#shippingInformation, #productSelection, #countrySelection {
  width: auto;
  height: auto;
  background: white;
  overflow: hidden;
  border: solid 1px black;
  box-shadow: 1px 1px 4px 1px #545454;
  -webkit-box-shadow: 1px 1px 4px 1px #545454;
  -moz-box-shadow: 1px 1px 4px 1px #545454;
  margin: 0 0 20px 0; }

#cart {
  float: right;
  width: 530px;
}

#offerWrap .fader {
  display: block;
  width: 534px;
  float: left;
  margin: 0; }

#offerWrap {
  width: 534px; }

#offerWrap .fader,
#offerWrap .fader li,
#offerWrap .fader img {
  width: 534px !important;
  height: 271px !important; }

/* overrides for confirmation review page */
.customer-order-information li {
  width: 29% !important;
  padding: 0px !important;
  margin-left: 10px;
}
/*
#confirmSection input[name="createOrder"] {
  padding: 10px;
}*/

#subWrap h2 {
  font: 28px 'Avenir Next Demi Bold';
    color: #008fa0;
    -webkit-font-smoothing: antialiased;
    margin: 10px 0;
}

#subWrap h3 {
    font: 22px 'Avenir Next Demi Bold';
    color: #008fa0;
    -webkit-font-smoothing: antialiased;
    margin: 20px 0 0;
}

#subWrap p {
    font: 15px/21px 'Avenir Next Medium';
    -webkit-font-smoothing: antialiased;
    color: #5b5b5b; }

#subWrap p strong { color: black; }

#media-page a {
    color: #356e8b;
    display: inline-block;
    text-align: center;
    width: 145px;
    height: 150px;
    vertical-align: top;
    margin: 5px;
    background: #EAEEFB;
    cursor: pointer;
    padding: 10px 0;
  word-wrap: break-word;
}
#media-page img {
  max-width: 100px;
}

h3.orderNumber {
    font-size: 2.5em;
    font-weight: bold;
    color: red;
    margin-top: 10px;

/* asterisks for v3 and v51 */
.ast { font-size: 20px; position: absolute; left: 500px; z-index: 20; top: 148px; color: #5b5b5b; }