/********* HELPERS START *********/
.inline-block {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
/********* HELPERS END ***********/
#steps {
  height: 400px;
  margin-top: -400px;
  width: 100%;
  position: relative;
}
#steps div.steps_left {
  top: 0;
  height: 400px;
  width: 50%;
  position: absolute;
  color: #ffffff;
  white-space: nowrap;
}
#steps div.steps_left div.line1 {
  font-size: 215%;
  position: absolute;
  left: 12%;
  top: 100px;
  font-weight: 900;
}
#steps div.steps_left div.line2 {
  font-size: 170%;
  position: absolute;
  left: 17%;
  top: 100px;
  font-weight: 400;
  font-style: italic;
}
#steps div.steps_left div.line2 > b {
  color: #a0dc00;
  font-weight: 900;
  font-size: 250%;
  margin-right: 40px;
}
#steps div.steps_left div.line2 > b > sup {
  font-size: 65%;
  position: absolute;
  margin-top: 10px;
}
#steps div.steps_left div.line3 {
  font-size: 205%;
  position: absolute;
  left: 37%;
  top: 180px;
  font-weight: 900;
}
#steps div.steps_left span.big_button {
  position: absolute;
  bottom: 50px;
  left: 27%;
}
#steps div.steps_right {
  width: 50%;
  left: 50%;
  position: absolute;
  height: 400px;
  top: 0;
}
#steps div.steps_right > em {
  width: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: url(/images/index_line_separator.png) no-repeat -12px 40%;
}
#steps div.steps_right div.right_container {
  margin-top: 70px;
  height: 400px;
}
#steps div.steps_right div.right_container > div {
  margin: 15px 0 0 110px;
  color: #ffffff;
  font-size: 100%;
}
#steps div.steps_right div.right_container > div > h3 {
  font-weight: 600;
  font-size: 125%;
  margin: 0 0 -5px 0;
  white-space: nowrap;
}
#steps div.steps_right div.right_container > div > h3 > span {
  color: #a0dc00;
}
#steps div.steps_right div.right_container > div > h3 > b {
  font-size: 150%;
  margin-left: -54px;
  padding-right: 20px;
  vertical-align: sub;
}
#steps div.steps_right div.right_container > div > p {
  line-height: 20px;
}
#features {
  height: 530px;
}
#features div.features_left {
  width: 58%;
  left: 0;
  position: absolute;
  height: 530px;
}
#features div.features_left > em {
  background: url('/images/index_line_separator.png') no-repeat 0 center;
  height: 530px;
  position: absolute;
  right: -12px;
  width: 12px;
}
#features div.features_left div.left_container {
  margin: 40px 0 0 50px;
  height: 490px;
}
#features div.features_left div.left_container > div {
  margin: 25px 25px 0 10px;
  font-size: 100%;
}
#features div.features_left p {
  margin-left: 15px;
  line-height: 20px;
  color: #646464;
}
#features div.features_left p > span {
  font-weight: bold;
}
#features div.features_left h3 {
  font-weight: 700;
  font-size: 150%;
  margin: 0;
  white-space: nowrap;
  color: #323232;
}
#features div.features_left h3.green {
  color: #7ea904;
}
#features div.features_right {
  position: absolute;
  width: 42%;
  left: 58%;
  height: 530px;
}
#features div.features_right div.line1 {
  font-size: 220%;
  position: absolute;
  left: 17%;
  top: 220px;
  text-transform: uppercase;
  font-weight: 900;
  color: #323232;
}
#features div.features_right div.line2 {
  color: #2382c2;
  font-size: 190%;
  position: absolute;
  left: 30%;
  top: 260px;
  font-style: italic;
}
#prizes {
  background: #134173;
  height: 200px;
  color: #ffffff;
}
#prizes em {
  position: absolute;
  background: url(/images/index_special_prize.png) no-repeat;
  height: 97px;
  width: 97px;
  top: 50px;
  left: 75px;
}
#prizes h2 {
  position: absolute;
  top: 35px;
  left: 270px;
  font-size: 190%;
  font-weight: 900;
}
#prizes p {
  position: absolute;
  top: 95px;
  left: 270px;
  font-size: 125%;
  line-height: 24px;
}
div.rewards {
  margin: 40px auto;
}
div.rewards.grey_bg {
  background: #fafafa;
  padding: 40px 0;
  margin: 0;
}
div.rewards h2 {
  font-size: 190%;
  margin: 0 0 30px 0;
  text-transform: uppercase;
  color: #31679c;
  font-weight: 900;
  line-height: 26px;
  text-align: center;
}
div.rewards h2 > span {
  color: #323232;
  font-size: 67%;
  font-weight: 400;
  text-transform: none;
  font-style: italic;
}
div.rewards ul.aff {
  list-style-type: none;
  margin: 0 auto;
}
div.rewards ul.aff.first li {
  width: 20%;
}
div.rewards ul.aff.first li.header_line {
  width: 40%;
}
div.rewards ul.aff li {
  float: left;
  width: 17%;
  text-align: center;
  height: 60px;
}
div.rewards ul.aff li.header_line {
  width: 31%;
  text-align: left;
}
div.rewards ul.aff li.header_line > p.column1 {
  color: #969696;
  font-weight: 700;
  font-size: 125%;
  line-height: 24px;
}
div.rewards ul.aff li.header_line > p.column1.one_line {
  line-height: 40px;
}
div.rewards ul.aff li.header_line > p.column1 > span {
  font-weight: 400;
  font-size: 80%;
}
div.rewards ul.aff li p {
  color: #323232;
  margin: 10px 0;
}
div.rewards ul.aff li p.header {
  font-size: 150%;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  color: #7ea904;
}
div.rewards ul.aff li p.header > span {
  font-size: 67%;
  font-weight: 400;
  font-style: italic;
  color: #000000;
}
div.rewards ul.aff li p.cell {
  font-weight: 600;
  color: #323232;
}
div.rewards ul.aff li p.cell > span {
  color: #2382c2;
  font-size: 150%;
  font-weight: 700;
}
div.rewards hr {
  height: 1px;
  background: #dddddd;
  border: 0;
  margin: 20px auto;
  clear: both;
}
div.rewards .first {
  width: 80%;
}
div.rewards .second {
  width: 98%;
}
#faq_container {
  background-color: #f2f2f2;
  padding: 20px 0;
  font-size: 95%;
}
#faq {
  text-align: center;
}
#faq > div {
  text-align: left;
  width: 47.5%;
  display: inline-block;
  vertical-align: top;
  margin: 0 1% 10px 1%;
}
#faq > div h2 {
  font-size: 140%;
  margin-bottom: 15px;
  text-align: left;
}
#faq > div p {
  text-indent: 15px;
  font-size: 95%;
}
#faq > div span {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  text-align: right;
  font-style: italic;
}
#faq_accordion > h3 {
  margin: 1px auto;
  background: none;
  border: none;
  padding: 0.3em 0 0.3em 1.8em;
  font-family: inherit;
  line-height: 1em;
}
#faq_accordion > div {
  background: none;
  border: none;
  padding: 0 0 15px 30px;
}
#testimonials_container {
  overflow: hidden;
  white-space: nowrap;
}
#testimonials_container > div {
  display: inline-block;
  position: relative;
  width: 96%;
  padding: 0 2%;
  vertical-align: top;
}
#testimonials_container > div > p {
  white-space: normal;
  border: 1px solid #e0e0e0;
  background: #f5f5f5;
  padding: 10px 15px 15px 15px;
}
#news {
  background: #134173;
  color: #ffffff;
  padding-top: 1px;
}
#news > h2 {
  margin: 25px 0 35px 0;
  font-size: 190%;
  font-weight: 900;
  color: #ffffff;
  text-align: center;
}
#news > div.block {
  margin: 0 auto;
  vert-align: top;
  overflow: visible;
  padding-bottom: 50px;
}
#news > div.block > div {
  width: 275px;
  vert-align: top;
  color: #ffffff;
  font-weight: 100;
  vertical-align: top;
  padding: 0 10px;
  margin: 0 -1px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#news > div.block > div.n1 {
  padding-right: 30px;
  border-right: 2px solid #09569e;
}
#news > div.block > div.n2 {
  border-left: 2px solid #09569e;
  border-right: 2px solid #09569e;
  padding: 0 30px 0 30px;
}
#news > div.block > div.n3 {
  padding-left: 30px;
  border-left: 2px solid #09569e;
}
#news > div.block > div > h3 {
  font-size: 120%;
}
#news > div.block > div a {
  font-weight: 600;
  color: #ffffff;
}
#news > div.block > div a.title {
  font-size: 120%;
}
#news > div.block > div a.read {
  color: #d5dee2;
  font-weight: 400;
}
#news > div.block > div a.read:hover {
  color: #d5dee2;
}
#news > div.block > div > p {
  margin: 12px 0;
}
.join_btn {
  margin: 40px 0 0;
  text-align: center;
}
