/* SQ1 Mob Styles */

* { box-sizing: border-box; }

body {
  font-family: Arial, Helvetica, Sans-serif;
  background-image: none;
}

.launchtopheadline {
  letter-spacing: -2px;
  line-height: 32px;
}

.launchbottomheadline {
  letter-spacing: -2px;
  line-height: 32px;
}

.launch1navbar li {
  font-size: 15px;
  letter-spacing: 0.15em;
  padding: 0 20px 0 25px;
  text-transform: uppercase;
  font-weight: normal;
  cursor:pointer
}

#launchbk p,
#launchbk h2,
#launchbk h3,
#launchbk h1 {
  font-family: Arial, Helvetica, Sans-serif;
}
#launchcommentslink {
  display: none;
}

#main li {
  background-image: url('../images/red_tick.png')
}

#main li {
  background-position: 0 2px;
  padding-left: 39px;
}

#outer {
  clear: both;
  text-align: center;
  padding: 0;
  margin: 15px auto;
  width: 930px;
}

#container {
  padding: 25px;
  background: #FFF;
  margin: 0 auto;
  text-align: left;
  border: 2px solid #eee;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-box-shadow: 1px 3px 5px #666;
  -webkit-box-shadow: 1px 3px 5px #666;
  box-shadow: 1px 3px 5px #666;
}

#headerfullwidth {
  margin: 0px auto;
}

#launchheader {
  height: 155px;
  margin: 0px auto;
}

span.cufon {
  margin: 2px 0px;
}

p.headline {
  color: #c00;
  text-align:center;
  font-size: 22pt;
  font-weight: bold;
  margin: 0 auto;
  line-height: 22pt;
  width: 100%;
  padding:0;
  letter-spacing: -1px;
}

p.subheadline {
  color: #000;
  text-align:center;
  font-size: 16pt;
  font-weight: bold;
  margin: 10px auto 0 auto;
  width: 100%;
  padding:0;
  line-height: 18pt;
  letter-spacing: -1px;
}

#launchvideobox,
#videobox2,
#videobox3 {
  margin: 0px auto;
}

#videobox {
  margin: 0px auto;
  -moz-box-shadow: 0px 0px 4px #666;
  -webkit-box-shadow: 0px 0px 4px #666;
  box-shadow: 0px 0px 4px #666;
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=0, Color='#666666')";
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=0, Color='#666666');
}

#sidebarvideoboximage {
  height: 163px;
  width: 323px;
}

.main-preheadline {
  color: #444444 !important;
  letter-spacing: -1px;
}

.main-preheadline em {
  color: #CC0000 !important;
  letter-spacing: -1px;
}

.main-headline {
  color: #CC0000 !important;
  letter-spacing: -1px;
}

.main-headline em {
  color: #215e8e !important;
  letter-spacing: -1px;
}

.main-bottomheadline {
  color: #000000 !important;
  letter-spacing: 0px;
}

.main-bottomheadline em {
  color: #CC0000 !important;
  letter-spacing: 0px;
}

.main-postheadline {
  color: #030303 !important;
  letter-spacing: -1px;
}

.main-postheadline em {
  color: #CC0000 !important;
  letter-spacing: -1px;
}

.sidebar-headline {
  color: #215E8E !important;
  letter-spacing: -1px;
  line-height: 21px;
}

#maintopbar {
}

a {
  color: #0000ff;
  text-decoration: none;
}

.button1 {
  display: block;
  width: 269px;
  height: 101px;
  background-image: url('../images/orange_getaccessnow.png');
}

#footer {
}

#footer-inside {
}

#footer-inside a {
}

.footer-right a {
  text-decoration: none;
  font-weight: normal;
}

.footer-right li:first-child {
  padding-left: 0px;
}

.footer-right li:first-child a {
  padding-left: 0px;
}

.footer-right li {
  border-left: 1px solid #;
}

/* Exit Popup */
.popstyle {
  overflow: hidden;
}

.bordered {
  border: 2px dashed rgb(204, 0, 0);
  padding: 10px;
  overflow: hidden;
}

.wait {
  font-family: "Myriad Pro", Myriad, Tahoma, "Helvetica Neue", Frutiger, Calibri, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Helvetica, Arial, sans-serif;
  font-size: 34px;
  color: rgb(204, 0, 0);
  font-weight: bold;
  text-align: center;
}

.passUp {
  font-family: "Myriad Pro", Myriad, Tahoma, "Helvetica Neue", Frutiger, Calibri, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Helvetica, Arial, sans-serif;
  font-size: 22px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  text-align: center;
  margin: 10px 0;
}

.blurb {
  font-size: 16px;
  color: rgb(0, 0, 0);
  text-align: center;
  margin-bottom: 15px;
}

.videoThumb,
.exitForm {
  width: 100%;
  float: left;
}

.submitting {
  font-size: 8pt;
  line-height: 12pt;
  text-align:left;
}

.submit-button {
  display: block;
  margin: 10px auto;
  text-align: center;
}

.submit-button img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.sidebar-button .loading {
  display: block;
  text-align: center;
  margin: 15px 0;
}

.loading.animation {
  width: 100%;
  height: 34px;
  margin: 15px 0;
  text-align: center;
}

.loading {
  display: none;
}

.exitForm label,
.exitForm input[type="text"],
.exitForm input[type="email"] {
  width: 100%;
  display: block;
  text-align: left;
  max-width: 250px;
  margin: 5px auto;
}

.exitForm input[type="text"],
.exitForm input[type="email"] {
  padding: 5px;
  font-size: 12pt;
}

.closeLink {
  margin: 10px 0 0 0;
}

.exitForm {
  margin-top: 15px;
}

@media (min-width: 481px) {

  p.headline {
    font-size: 32pt;
    margin: 20px auto 15px auto;
    line-height: 34pt;
    letter-spacing: -2px;
  }

  p.subheadline {
    font-size: 21pt;
    margin: 15px 0 0 50px;
    max-width: 750px;
    margin: 0 auto;
    line-height: 23pt;
    letter-spacing: -1px;
  }

}

@media (min-width: 960px) {

  .videoThumb,
  .exitForm {
    width: 50%;
    float: left;
  }

  .exitForm {
    margin-top: 0;
  }

  p.headline {
    color: #c00;
    text-align:center;
    font-size: 35pt;
    font-weight: bold;
    margin: 20px 0 0 50px;
    line-height: 34pt;
    width: 515px;
    padding:0;
    letter-spacing: -0.05em;
  }

  p.subheadline {
    color: #000;
    text-align:center;
    font-size: 21pt;
    font-weight: bold;
    margin: 15px 0 0 50px;
    width: 515px;
    padding:0;
    line-height: 23pt;
    letter-spacing: -0.05em;
  }

}