.clearFix:after {
  content: "";
  display: table;
  clear: both;
}

/** Modal for progress **/

.catModal{
  display: none;
  width: 500px;
  background: #fff;
  padding: 15px 15px 15px 15px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 6px #000;
  -moz-box-shadow: 0 0 6px #000;
  -o-box-shadow: 0 0 6px #000;
  -ms-box-shadow: 0 0 6px #000;
  box-shadow: 0 0 6px #000;
  font-family: "Georgia";
}

#nsReferrerForm p{
  padding: 10px 0 10px 0;
  margin: 0;
}

.goInner{
  padding:0 0 0 25px;
}

.noStyle{
  padding: 0;
  margin: 0;
}

.noStyle li{
  list-style:none;
  list-style-position: inside;
}

.catModal .modalTitle{
  font-size: 22px;
  padding: 5px 0 5px 0;
  border-bottom: 1px solid #eee;
  margin: 0 0 10px 0;
}

.catModal .modalContent{
  min-height: 100px;
  padding: 10px 0 10px 0;
}

.catModal .modalContent .debug{
  text-decoration: underline;
  color: #000;
}

.catModal .modalContent p{
  padding:5px 0 5px 0;
  font-size: 14px;
  margin: 0;
}

.catModal .modalContent{
  font-size: 16px;
  padding: 5px 0 5px 0;
}

.catModal .modalContent:after{
  content: " ";
  display: block;
  clear: both;
}

.catModal .modalContent li{
  padding: 5px 0 5px 0;
}

.catModal .modalResponse{
  margin: 10px 0 10px 0;
}

.catModal a.btn{
  text-decoration: none;
  margin: 10px 0 0 0;
  display: block;
  padding: 10px;
  background: #000;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  cursor: pointer;
  width:60px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
}

#nsStyles .title{
  font-family: "Georgia";
  font-size: 24px;
  color: #000;
  text-align: center;
  font-weight: normal !important;
  font-style: italic;
  margin: -30px 0 0 0;
}

#nsStyles .subTitle{
  font-family: "Georgia";
  font-size: 20px;
  color: #000;
  font-weight: normal !important;
  font-style: italic;
  text-align: center;
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
}

#nsStyles .red{
  color: red;
}

#nsStyles .row label{
  padding: 12px 0 0px 0;
  display: block;
  width:240px;
  font-size: 14px;
  line-height: 14px;
}

#nsStyles .row label.wide{
  width:340px;
}

#nsStyles .row{
  position: relative;
  min-height: 44px;
}

#nsStyles .income .dollar{
  position: absolute;
  top:9px;
  right:195px;
}

#nsStyles .dollar{
  color: #999;
  position: absolute;
  top:9px;
  right:95px;
  z-index: 10;
}

#nsStyles .field{
  position: absolute;
  top:0;
  right:0;
  font-size: 16px;
  line-height: 20px;
  width: 200px;
  padding: 8px 4px 6px 4px;
  border-radius:4px;
}

#nsStyles .field.digitsOnly{
  width: 100px;
  text-align: right;
}

#nsStyles .field.small{
  width: 100px;
}


#nsStyles .field.small.left{
  right:120px;
  width: 80px;
  text-align: right;
}

#nsStyles .field.small.right{
  right:0;
  width: 80px;
  text-align: right;
}

.leftFields{
  float: left;
  width: 460px;
}

.rightFields{
  float: right;
  width: 460px;
}

#nsStyles h2.divider{
  font-family: "Georgia";
  font-size: 16px;
  line-height: 18px;
  color: #000;
  font-weight: bold;
  font-style: italic;
  border-bottom:1px dotted #000;
  padding: 0 0 10px 0;
  margin: 10px 0 10px 0;
}

#nsStyles h2.divider_small{
  font-family: "Georgia";
  font-size: 16px;
  line-height: 18px;
  color: #000;
  font-weight: bold;
  font-style: normal;
  border-bottom:1px dotted #000;
  padding: 0 0 10px 0;
  margin: 10px 0 10px 0;
}

#nsStyles #briefDescription{
  height: 100px;
  width: 952px;
}

#nsStyles #showTos{
  color: #000;
  cursor: pointer;
  font-style: italic;
}

#nsStyles #checkIfYouQualify{
  padding: 10px 20px 10px 20px;
  background: #e19856;
  border:0;
  border-radius:4px;
  font-size: 20px;
  line-height: 22px;
  font-family: "Georgia";
  cursor: pointer;
  width: 250px;
  margin: 0 auto 50px auto;
  color: #000;
  display: block;
}

#nsStyles select{
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  line-height: 20px;
  width: 110px;
  padding: 8px 4px 6px 4px;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
  border: 1px solid #ddd;
  color: #888;
  -webkit-appearance:none;
  background: #fafafa;
}

#nsStyles select.incomeType{
  width: 110px;
}

#nsStyles select#state{
  width: 210px;
}


#nsPaymentComplete{
  display: none;
}

#nsPaymentComplete{
  padding: 50px 0 250px 0;
}

#nsPaymentComplete p{
  text-align: center;
}

#nsStyles .middleFields{
  width: 460px;
  margin: 0 auto 0 auto;
}

#nsStyles .twoButtons{
  width: 460px;
  margin: 30px auto 0 auto;
  position: relative;
  height: 50px;
}

#nsStyles #stepOneSubmit{
  padding: 10px 0 10px 0;
  background: #e19856;
  border:0;
  border-radius:4px;
  font-size: 20px;
  line-height: 22px;
  font-family: "Georgia";
  cursor: pointer;
  width: 300px;
  color: #000;
  display: block;
  margin: 30px auto 0 auto;
}

#nsStyles .nextStep{
  position: absolute;
  top:0;
  right:0;
  padding: 10px 0 10px 0;
  background: #e19856;
  border:0;
  border-radius:4px;
  font-size: 20px;
  line-height: 22px;
  font-family: "Georgia";
  cursor: pointer;
  width: 220px;
  color: #000;
  display: block;
}

#nsStyles .getBack{
  padding: 10px 0 10px 0;
  background: #fff;
  border:0;
  border-radius:4px;
  font-size: 20px;
  line-height: 22px;
  font-family: "Georgia";
  cursor: pointer;
  width: 220px;
  color: #000;
  display: block; 
  border: 1px solid #eee;
}

#paymentForm .field.small{
  text-align: left;
  width: 100px;
}

#nsReferrerForm{
  margin: -30px 0 0 0;
}

#paymentForm{
  display: none;
}

#stepOneForm{
  display: block;
}

#stepTwoForm{
  display: none;
}

