html, body  {
  height: 100%;
  margin: 0;
  color: #2B2B2B;
  text-align: center;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica,
      Arial, "Lucida Grande", sans-serif;
}

input[type="text"]
{
  font-size: 22px;
  letter-spacing: 1px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial,
      "Lucida Grande", sans-serif;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.helvetica-neue-thin {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial,
      "Lucida Grande", sans-serif;
}

.helvetiva-neue-regular {
  font-family: "Helvetica Neue Regular", "Helvetica Neue", Helvetica,
      Arial, "Lucida Grande", sans-serif;
}

.helvetiva-regular {
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
}

.helvetiva-neue-thicker {
  font-weight: 500;
  font-family: "Helvetica Neue Regular", "Helvetica Neue", Helvetica,
      Arial, "Lucida Grande", sans-serif;
}

#header {
  background-color: #0195D7;
  height: 60px;
  width: 100%;
  min-width: 1023px;
  margin: 0px;
  border: 0px;
  padding: 0px;
}
#header-body {
  height: 45px;
  width: 1016px;
}

#shopkick-logo{
  float: left;
  width: 200px;
  height: 60px;
}

#body-pane {
  height: 100%;
  min-height:900px;
  margin: 0px auto -190px 0px; /*Allow for footer height*/
  vertical-align:bottom;
  width: 100%;
  min-width: 1023px;
  background-size: cover;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  overflow: visible;
}

#content-container {
  background-repeat: no-repeat;
  background-attachment: local;
  background-position: center;
  height: 600px;
  width: 1016px;
  position: relative;
}

#main-content-container{
  float:left;
  height: 580px;
  width: 725px;

}

#banner-container{
  width: 725px;
  height: 88px;
  position:relative;
}

#banner-image-container{
  height: 30px;
  margin: 20px 0px 0px 0px;
}

#banner-image{
  height: 30px;
  float: left;
}

#banner-text{
  font-size: 41px;
  color: #000000;
  position:absolute;
  bottom:0;
}

#panels-container{
  width: 725px;
  height: 100px;
  margin: 25px 0px 0px 0px;
}

#form-container{
  width: 700px;
  height: 140px;
  margin: 35px 0px 0px 0px;
}

#form-header {
  color: #000000;
  padding: 20px 0px 0px 25px;
  font-size: 21px;
  text-align: left;
}

#form-body {
  height: 50px;
  color: #2B2B2B;
  padding: 15px 0px 30px 25px;
  font-size: 16px;
  text-align: left;
}

#phone-only-form {
  padding-top: 0px;
}


#facepile-container{
  width: 725px;
  height: 95px;
  border: 0px;
  margin: 51px 0px 0px 0px;
  /*background-color: #FFFFFF;*/
}

#facepile {
  width: 725px;
  height: 95px;
}

#disclaimer{
  width: 725px;
  margin: 20px 0px 0px 0px;
  height: 50px;
  text-align: left;
  font-size: 12px;
  color: #786464;
  opacity: 0.5;
  filter: alpha(opacity=50); /* For IE8 and earlier */
}

#secondary-content-container{
  float:right;
  height: 595px;
  width: 256px;
  margin-top: -15px;
}


/******** panel-container children ********/
#panel-left {
  height: 100px;
  width: 375px;
  float: left;
  position: relative;
}

#panel-right {
  height: 100px;
  width: 315px;
  float: left;
  margin: 0px 0px 0px 35px;
  position: relative;
}

#panel-text-left{
  margin: 13px 0px 0px 110px;
}

#panel-text-right{
  margin: 13px 0px 0px 120px;
}

.panel-image{
  position: absolute;
  left: 0;
}

.panel-vertical-center{margin-top: 15px;}

.panel-title{
  font-size: 28px;
  color: #50505A;
  text-align:left
}

.panel-body{
  font-size: 16px;
  color: #000000;
  text-align:left
}
/******** panel-container children end ********/

/******** form-container children ********/
#phone-only-phone-number {
  position: relative;
  height: 47px;
  width: 405px;
  padding: 0px 0px 0px 20px;
  border: 1px solid #0098D6;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#phone-get-it-button{
  cursor: pointer;
  background-color: #0098D6;
  color: #FFFFFF;
  height: 47px;
  width: 150px;
  margin: 0px 0px 0px 10px;
  border: 0px;
  padding: 0px;
  border-style:none;
  font-size: 16px;
  letter-spacing:1px;
  position: absolute;
  float: left;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

#phone-get-it-button:hover{
  background-color: #16AEEC;
}

#phone-get-it-button:active{
  background-color: #0070B0;
}

#phone-only-form-error{
  margin: 0px 0px 0px 0px;
  padding: 8px 0px 5px 25px;
  background-color:#FFFFFF;
  width: 675px;
  height: 24px;
  font-size: 14px;
  text-align: justify;
  display: none;
  color: #786464;
  font-weight: 500;
  letter-spacing: 1px;
}

#dismiss-form-error{
  margin: 0px 2px -1px 0px;
}

#dismiss-form-error:hover{
  cursor: pointer;
}
/******** form-container children end ********/

/******** secondary-content-container children ********/

#phone-app-screen{
  height: 540px;
  width: 256px;
}

#app-icons-container{
  height:60px;
  margin: 30px 0px 0px 0px;
  color: #786464;
}

#app-availible-on{
  float: left;
  margin: 16px 10px 0px 25px;
}

#app-icons{
  margin: 0px 5px 0px 5px;
  float: left;
  height: 50px;
  width: 50px;
}
/******** secondary-content-container children end ********/

#footer-push{
  /*same height as footer*/
  height: 90px;
}

#footer{
  color: #786464;
  font-size: 11px;
  background-color: #FFFFFF;
  height: 90px;
  width: 100%;
  min-width: 1023px;
  margin: 0px;
  border: 0px;
  padding: 50px 0px 50px 0px;
}

#footer a:link{color: #0098D6;}
#footer a:visited {color: #0098D6;}
#footer a:hover {color: #16AEEC;}
#footer a:active {color: #0070B0;}


#text-sent-modal {
  display: none;
  color: #FFFFFF;
  font-size: 20px;
  height: 100px;
  width: 440px;
  background-color: #000000;
  opacity: 0.9;
  filter: alpha(opacity=90); /* For IE8 and earlier */
  position: absolute;
  top: 300px;
  left: 350px;
  padding: 50px 0px 0px 0px;
  z-index: 999;
}
