@font-face {
    font-family: geomanist;
    src: url('../fonts/geomanist-regular-webfont.ttf');
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: geomanist;
    src: url('../fonts/geomanist-light-webfont.ttf');
    font-weight: 300;
    font-style: normal
}
@font-face {
    font-family: geomanist;
    src: url('../fonts/geomanist-regular-italic-webfont.ttf');
    font-weight: 400;
    font-style: italic
}
@font-face {
    font-family: geomanist;
    src: url('../fonts/geomanist-medium-webfont.ttf');
    font-weight: 600;
    font-style: normal
}
@font-face {
    font-family: geomanist;
    src: url('../fonts/geomanist-book-webfont.ttf');
    font-weight: 500;
    font-style: normal
}
@font-face {
    font-family: geomanist;
    src: url('../fonts/geomanist-bold-webfont.ttf');
    font-weight: 700;
    font-style: normal
}
@font-face {
    font-family: geomanist;
    src: url('../fonts/geomanist-bold-italic-webfont.ttf');
    font-weight: 700;
    font-style: italic
}
body,
input,
select,
textarea,
button {
    font: 16px/1.75em 'geomanist', Helvetica, Arial;
}
.page-lander-intro {
    background-image: url(../img/Digital_Business_Inventory2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #2e2e2e;
    color: #FFF;
    padding: 90px 0 0 0;
}

.intro-logo{
    max-height: 55px;
}

.page-lander-intro h1.title{
    font-size: 22px;
    line-height: 1.681818181818em;
    background-position: left bottom;
    padding: 0 0 60px 0;
    margin: 0 0 25px 0;
}

.page-lander-intro h1.title em {
    font-weight: 700;
    font-style: normal;
}

.page-lander-intro p.description {
    font-size: 56px;
    line-height: 1.178571428571em;
    font-weight: 300;
    margin: 20px 0 35px 0;
}
.page-lander-intro .description em {
    font-weight: 600;
    font-style: normal;
}
.page-lander-intro .bonus {
    /*color: #DCDCDC;*/
    color: #fff;
    margin: 0 0 40px 0;
	font-size:23px;
}
.page-lander-intro .bonus em {
    font-weight: 700;
    font-style: normal;
    color:#ffc323;
}
.upp {
    text-transform: uppercase;
}
.page-lander-intro .btn,
.page-lander-intro-cta .btn {
    display: inline-block;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.45em;
    font-weight: 700;
    padding: 26px 36px;
    border: solid 2px;
    cursor: pointer;
    border-radius: 2.5em;
    text-decoration: none !important;
    white-space: normal;
    margin: 30px 0 90px 0;
}

.page-lander-intro-cta .btn {
    font-size: 20px;
    padding: 25px 55px;
    margin: 0 0 30px 0;
}
.btn-wrr {
    background-color: #F6C62A;
    border-color: #fff;
    color: #fff;
}
.btn-wrr:hover {
    background-color: #fff;
    border-color: #F6C62A;
    color: #F6C62A;
}
.page-lander-intro-main {
    background: #fff;
    text-align: center;
    padding: 110px 0 50px 0;
}
.page-lander-intro-main .title {
    font-size: 14px;
    line-height: 1em;
    font-weight: 500;
    color: #a0a3a7;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-position: center bottom;
    margin: 0 0 20px 0;
    padding: 0 0 25px 0;
}
.page-lander-intro-main .title em {
    display: block;
    font-size: 48px;
    line-height: 1.333333333333em;
    font-weight: 300;
    color: #43464b;
    text-transform: none;
    letter-spacing: 0;
    font-style: normal;
}
.page-lander-intro-main .border:after {
    left: 50%;
    margin-left: -30px;
}

.border {
    position: relative;
}

.border:after {
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    background: #ffcd54;
    position: absolute;
    bottom: 0;
}
.agenda {
    margin-top: 20px;
    color: #a0a3a7;
}
.agenda p {
    margin-top: 20px;
}
.agenda .glyphicon {
    font-size: 25px;
    border: 1px solid #D2D4D7;
    padding: 30px;
    color: #ffcd54;
    border-radius: 100px;
}
.page-lander-intro-cta {
    background: rgb(68, 68, 68);
    color: #fff;
    text-align: center;
    padding: 65px 0 30px 0;
}
.page-lander-intro-cta .title {
    font-size: 36px;
    line-height: 1.166666666667em;
    font-weight: 300;
    margin: 0 0 35px 0;
    color: #fff;
}
.btn-wrw {
    background-color: #F6C62A;
    border-color: #333;
    color: #333;
}
.btn-wrw:hover {
    background-color: #fff;
    border-color: #fff;
    color: #333;
}
footer {
    color: #fff;
    background: rgb(68, 68, 68);
    border-top: solid rgba(255, 255, 255, 0.6) 1px;
    padding: 25px 0;
}
footer .author {
    display: table-cell;
}
footer .copyright,
footer .logo {
    padding: 0;
    display: table-cell;
    vertical-align: middle;
}
footer .logo {
    padding: 0 20px 0 0;
}
footer .copyright {
    padding: 0 0 0 20px;
    border-left: solid rgba(255, 255, 255, 0.6) 1px;
    font-size: 10px;
}
footer .copyright {
    border-color: solid rgba(255, 255, 255, 0.6) 1px;
}
.menu-footer {
    text-align: right;
    vertical-align: top;
    list-style: none;
    margin-top:7px;
}
.menu-footer li {
    display: inline-block;
    margin: 0 0 0 70px;
}
.menu-footer a {
    color: #fff;
    font-size: 14px;
}

.submenu-footer {
    text-align: right;
    vertical-align: top;
    list-style: none;
    margin-top:7px;
    color: #fff;
    font-size: 11px;
}
.submenu-footer li {
    display: inline-block;
    margin: 0 0 0 15px;
}

iframe[name="google_conversion_frame"]{
    display: none;
}

#my-form-wrapper{
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
html,body{width:100%;margin:0;padding:0;border:none}html{height:100%;font-family:Lucida Grande,sans-serif;background:#333}html.in-iframe{background:transparent}body{height:auto;min-height:100%}#my-close-button{display:block;font-size:16pt;position:absolute;top:-9pt;right:-9pt;width:18pt;height:18pt;color:white;line-height:14pt;text-align:center;text-decoration:none;vertical-align:baseline;cursor:pointer;background:black;border:2pt solid white;-webkit-border-radius:18pt;-moz-border-radius:18pt;border-radius:18pt}.mac #my-close-button,.iphone #my-close-button,.ipad #my-close-button{line-height:16pt}.not-in-iframe #my-close-button{display:none}.not-in-iframe #my-close-button:link{display:block}#my-form-wrapper{display:none;padding:10pt;text-align:center;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:10pt}#my-form{background:white;position:relative;display:block;margin:0 auto;max-width:650pt;padding-top:15pt;padding-right:15pt;padding-bottom:15pt;padding-left:15pt;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-border-radius:3pt;-moz-border-radius:3pt;border-radius:3pt}#my-form.no-image{max-width:500pt}.leadbox-content-wrapper{display:inline-block;vertical-align:middle;text-align:left;margin:0px;max-width:400pt}.no-image .leadbox-content-wrapper{display:block;margin:0px auto}#my-form-image{display:inline-block;margin:10pt 15pt 5pt 5pt;max-height:265px;max-width:265px;vertical-align:middle}.no-image #my-form-image{display:none}fieldset{display:block;vertical-align:top;margin:0 auto;max-width:400pt;padding:0;border:none}.my-spacer{height:0px;overflow:hidden;font-size:500pt;display:block}#my-form-title{display:inline-block;overflow:hidden;margin-bottom:0.6em;width:100%;max-width:400pt;color:#5a5a5a;font-size:28pt;line-height:1.2;width:100%}#my-form-title em{color:#00a3f0;font-style:normal}#my-submit-button{display:block;overflow:hidden;width:100%;max-width:300pt;margin:0 auto;padding:0.7em;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:white;text-align:left;text-shadow:0 0.1em 0.3em rgba(0,0,0,0.3);cursor:pointer;-webkit-border-radius:3pt;-moz-border-radius:3pt;border-radius:3pt}#my-privacy-policy{display:block;overflow:hidden;width:100%;margin:0.7em 0 0 0;padding:0 6pt;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:#5a5a5a}#my-privacy-policy strong{font-weight:bold}.control-group{display:block;overflow:hidden;width:100%;margin:1em 0}::-webkit-input-placeholder{color:#999}:-moz-placeholder{color:#999}::-moz-placeholder{color:#999}:-ms-input-placeholder{color:#999}.placeholder{color:#999}.control-label{color:black;font-size:1.2em;padding:0.6em 12pt}select,textarea,input[type="text"],input[type="date"],input[type="number"],input[type="email"],input[type="url"],input[type="tel"],input[type="password"]{display:block;width:100%;margin:0;padding:0.6em 12pt;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:#5a5a5a;font-size:1.2em;line-height:1.2em;background:#e1e1e1;border:1pt solid transparent;-webkit-box-shadow:inset 0 2px 3px rgba(0,0,0,0.1);-moz-box-shadow:inset 0 2px 3px rgba(0,0,0,0.1);box-shadow:inset 0 2px 3px rgba(0,0,0,0.1);-webkit-transition:border linear 0.2s,box-shadow linear 0.2s;-moz-transition:border linear 0.2s,box-shadow linear 0.2s;-o-transition:border linear 0.2s,box-shadow linear 0.2s;transition:border linear 0.2s,box-shadow linear 0.2s}textarea{min-width:100%;max-width:100%}select{padding:0.6em 8pt}.mac .webkit select{text-indent:8pt;height:2.2em}select:focus,textarea:focus,input[type="text"]:focus,input[type="date"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="tel"]:focus,input[type="password"]:focus{outline:none;border-color:#94c7f2;background-color:#dcedfb}label.checkbox,label.radio{display:block;margin-bottom:5px;font-size:14px;font-weight:normal;line-height:20px;cursor:default;padding-left:32pt;color:#5a5a5a}label.checkbox:first-child,label.radio:first-child{padding-top:5px}.checkbox input[type="checkbox"],.radio input[type="radio"]{float:left;margin:4px 0 0;margin-top:1px \9;margin-left:-18px;line-height:normal;cursor:pointer}span.error-container{display:none}.error span.error-container{display:block;color:#c72e20}.error select,.error textarea,.error input[type="text"],.error input[type="date"],.error input[type="number"],.error input[type="email"],.error input[type="url"],.error input[type="tel"],.error input[type="password"]{color:#c72e20;border-color:#e35050;background-color:#f7d3d3;-webkit-box-shadow:inset 0 0 13px rgb(238,181,181);-moz-box-shadow:inset 0 0 13px rgb(238,181,181);box-shadow:inset 0 0 13px rgb(238,181,181)}.placeholder{position:relative;margin:0 0 -2.4em 0;padding:0.6em 12pt;font-size:1.2em;line-height:1.2em;z-index:2}.hidden-checkbox-group,.hidden-input-container{display:none}@media (max-width:480px){#my-form-image{margin:3.3pt auto}}@media (max-width:906px){#my-form{max-width:406pt}}
        #form-preview form,#my-form{background:white;position:relative;display:block;margin:0px auto;padding:5pt 10pt 10pt;max-width:850px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}#form-preview #form-header,#my-form-header{display:block;position:relative;margin:-14px -14px 10px;padding:0;overflow:hidden}#form-preview #form-header-image,#my-form #my-form-header-image{margin-top:7px;max-width:100%}#form-preview form.no-image #form-header-image,#my-form.no-image #my-form-header-image,{max-width:500pt}#form-preview #form-header-image.no-image,#my-form #my-form-header-image.no-image{display:none}#form-header-text,#my-form-header-text{padding-top:10px;text-align:center;border-bottom:1px solid #dadada;padding-bottom:5px;margin-left:62px;margin-right:57px}#form-header-text{}.leadbox-content-wrapper,#form-preview fieldset,fieldset{width:450px;max-width:100%;padding:0}#form-preview fieldset #form-fields,.leadbox-content-wrapper fieldset #form-fields{padding-top:10px}#form-preview div#form-title,#my-form-title{margin-top:1.3em;margin-bottom:0.8em;width:100%;max-width:350pt;color:#201D1D;word-wrap:break-word!important;word-break:normal!important}#form-preview div#form-title,#my-form-title em{color:#201D1D}#form-preview button[type=submit],#my-submit-button{margin:0.2em auto 0;padding:0.9em;color:white;text-align:left;text-transform:uppercase;font-weight:bold;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;line-height:100%;text-shadow:2px 2px 0 #1285dd;max-width:none}#form-preview button[type=submit] span.raquo,#my-submit-button span.raquo{font-size:1.4em;font-style:normal;padding-left:0.2em}#form-preview div#privacy-policy,#my-privacy-policy{color:#828282;overflow:visible;margin-top:0;padding-bottom:20px}#my-form-wrapper select,#my-form-wrapper textarea,#my-form-wrapper input[type="text"],#my-form-wrapper input[type="date"],#my-form-wrapper input[type="number"],#my-form-wrapper input[type="email"],#my-form-wrapper input[type="url"],#my-form-wrapper input[type="tel"],#my-form-wrapper input[type="password"],#form-preview select,#form-preview textarea,#form-preview input[type="text"],#form-preview input[type="date"],#form-preview input[type="number"],#form-preview input[type="email"],#form-preview input[type="url"],#form-preview input[type="tel"],#form-preview input[type="password"]{padding:13px;color:#201D1D;background:white;border:1pt solid #C9D7DD;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none}#form-preview select,#form-preview textarea,#form-preview input[type="text"],#form-preview input[type="date"],#form-preview input[type="number"],#form-preview input[type="email"],#form-preview input[type="url"],#form-preview input[type="tel"],#form-preview input[type="password"]{width:422px;box-sizing:content-box}#my-form-wrapper select:focus,#my-form-wrapper textarea:focus,#my-form-wrapper input[type="text"]:focus,#my-form-wrapper input[type="date"]:focus,#my-form-wrapper input[type="number"]:focus,#my-form-wrapper input[type="email"]:focus,#my-form-wrapper input[type="url"]:focus,#my-form-wrapper input[type="tel"]:focus,#my-form-wrapper input[type="password"]:focus,#form-preview select:focus,#form-preview textarea:focus,#form-preview input[type="text"]:focus,#form-preview input[type="date"]:focus,#form-preview input[type="number"]:focus,#form-preview input[type="email"]:focus,#form-preview input[type="url"]:focus,#form-preview input[type="tel"]:focus,#form-preview input[type="password"]:focus{outline:none;border-color:#C9D7DD;background-color:white}#my-form-wrapper .error select,#my-form-wrapper .error textarea,#my-form-wrapper .error input[type="text"],#my-form-wrapper .error input[type="date"],#my-form-wrapper .error input[type="number"],#my-form-wrapper .error input[type="email"],#my-form-wrapper .error input[type="url"],#my-form-wrapper .error input[type="tel"],#my-form-wrapper .error input[type="password"],#form-preview .error select,#form-preview .error textarea,#form-preview .error input[type="text"],#form-preview .error input[type="date"],#form-preview .error input[type="number"],#form-preview .error input[type="email"],#form-preview .error input[type="url"],#form-preview .error input[type="tel"],#form-preview .error input[type="password"]{color:#c72e20;border-color:#e35050;background-color:white;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}#my-form-wrapper input[type="email"],#form-preview input[type="email"]{}i.icon-lock{background:transparent url('/static/lb/img/form3-lock-icon.png') no-repeat 0 50%;display:inline-block;height:18px;line-height:normal;margin-top:0;margin-bottom:-4px;text-align:center;text-decoration:none;vertical-align:baseline;width:19px}i.icon-lock:before{content:"";display:inline}#form-preview div#privacy-policy{padding-top:10px}#form-preview div#privacy-policy>*{vertical-align:middle}a#my-close-button{z-index:1;top:-9px;right:-9px}#form-preview form{width:851px}#form-image,#my-form-image{margin:0 15px 0 0}#form-preview .control-group .icon-move,#form-preview .control-group .icon-remove{line-height:36pt}@media (max-width:860px){#my-form-header-image{max-width:100%}#my-form-image{max-width:100%;width:auto}}@media (max-width:360px){#my-form-header-image{display:none}}
	
@media only screen and (max-width: 1220px){
  .page-lander-intro p.description{
    font-size: 50px;
    line-height: 1.2em;
  }
  
  .page-lander-intro .bonus {
      margin-bottom: 30px;
  }
}

@media only screen and (max-width: 1100px){
  
   
}

@media only screen and (max-width: 960px){
    .page-lander-intro{
      padding: 50px 0;
      text-align: center;
    }
   
   .menu-footer{
    text-align: center;
    margin: 0 auto;
    padding-left: 0;
   }
   .menu-footer li {
    margin: 0 10px 5px 10px;
  }

   .submenu-footer{
    text-align: center;
    margin: 0 auto;
    padding-left: 0;
   }
   .submenu-footer li {
    margin: 0 10px 5px 10px;
  }  
  .page-lander-intro .border:after {
        left: 50%;
        margin-left: -30px;
    }
    
    .page-lander-intro .btn {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 800px){
  
}

@media only screen and (max-width: 767px){
  .page-lander-intro p.description{
    font-size: 40px;
    line-height: 1.2em;
  }
  
  .page-lander-intro-main {
      padding-top: 70px;
  }
  
  .page-lander-intro-main .title {
      margin-bottom: 30px;
  }
}

@media only screen and (max-width: 479px){
  .page-lander-intro p.description{
    font-size: 30px;
    line-height: 1.2em;
  }
  
  .page-lander-intro .btn, .page-lander-intro-cta .btn{
    font-size: 15px;
    line-height: 1.45em;
    font-weight: 600;
    padding: 20px;
    width: 100%;
  }
  
  .page-lander-intro-main {
      padding: 50px 0;
  }
  
  .page-lander-intro-main .title em {
      font-size: 30px;
      line-height: 1.2em;
      margin-top: 5px;  
  }
  
  .page-lander-intro-main .agenda{
        margin: 0 0 25px 0;
  }
  
  .page-lander-intro-cta .title {
    font-size: 27px;
    line-height: 1.166666666667em;
  }

  footer .copyright {
      border-left: 0;
  }
  
  footer .author {
    display: block;
  }
  
  footer .copyright, footer .logo{
    display: block;
    text-align: center;
    padding: 0;
  }
  
  footer .logo img{
    height: 50px !important;
  }
  
  .intro-logo {
    max-height: 75px;
  }
  
/* .desktop-only {
  display: block;
}

.mobile-only {
  display: none;
}

.responsive-shot {
  display: block;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: block;
  }
}
*/

}