
#strapHolder {
  position: relative;
  top: 0; height: 320px;
  background-color: #3a3a3a;
}

#strapInner {
  position: absolute;
  left: 0;
  right: 260px;
  top: 0;
  bottom: 0;
  background-color: #fcc581;
  background: no-repeat url(images/public/bg_strap_1_lo.jpg);
  background-size: cover;
  padding: 40px 40px 40px 88px;
  z-index: 10;
}

#strapInner H2 {
  margin: 0;
  font: bold 27pt/38pt "Signika",Arial,sans-serif;
  border: none; }

#strapInner H2 > SPAN {
  color: white;
  background-color: #ff0074;
  padding: 8px 0 8px 0;
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  box-shadow: 8px 0 0 #ff0074, -8px 0 0 #ff0074;
}

#strapLogin {
  position: absolute;
  top: 0; bottom: 0; right: 0;
  width: 260px;
  padding: 20px;
  color: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#strapLogin LABEL {
  color: white;
}

#strapLogin::before {
  content: "";
  position: absolute;
  top: 0;
  left: -60px;
  width: 60px;
  height: 320px;
  background: no-repeat url("images/public/bg_strap_login_left.png");
  z-index: 11;
}

#strapUnder {
  position: absolute;
  left:0; right: 0;
  bottom: -6px;
  background-color: #3a3a3a;
  height: 6px;
}

#strapUnder::after {
  content: "";
  display: block;
  position: relative;
  top: -50px;
  left: 50%;
  width: 100px;
  height: 100px;
  transform: rotate(45deg);
  margin: 0 -50px 0 -50px;
  background-color: #3a3a3a;
}

#benefits {
  overflow: hidden;
}

#heroLeft {
  float: left;
  width: 50%;
  margin-top: -130px;
  padding: 0 150px 0 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#heroRight {
  float: right;
  width: 50%;
  margin-top: -130px;
  padding: 0 80px 0 150px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#heroLeft U {
  /*text-decoration: none;
  background: rgba(159,59,166,0.1);*/
  /*color: rgb(159,59,166);*/
  /*border-bottom: solid 2px rgba(159,59,166,0.5);*/
}

#heroRight U {
  /*text-decoration: none;
  background: rgba(62,158,73,0.1);*/
  /*color: rgb(62,158,73);
  border-bottom: solid 2px rgba(62,158,73,0.5);*/
}

div.hero {
  clear: both;
  margin: 2pc 0 2pc 0;
  font: bold 18pt "Signika",arial,sans-serif;
  text-align: center;
}

UL.hero {
  display: block;
  padding: 0;
  list-style: none;
}
UL.hero LI {
  margin: 0;
  padding: 9px 0 9px 42px;
  background-position: left 6px;
  background-repeat: no-repeat;
  background-image: url(images/icn_status_confirmed_32.png);
  font-size: 19px;
  line-height: 24px;
}
UL.hero.prompt LI {
  background-image: url(images/icn_status_unknown_32.png);
}

#partners {
  margin: 2pc 40px;
  text-align: center;
}

#partners UL {
  display: inline-block;
  overflow: hidden;
  padding: 0;
}

#partners LI {
  display: inline-block;
  width: 180px;
  height: 180px;
  padding: 20px 0;
  text-align: center;
  font-size: 11pt;
  line-height: 14pt;
  font-weight: bold;
}

#partners UL IMG {
  display: block;
  margin: 0 auto 0.5pc auto;
}


#signupHolder {
  position: relative; top: 0;
  clear: both;
  margin: 2pc 0;
  padding: 40px 80px;
  background-color: #f3f0e7;
   font-size: 14pt;
}

#signupAction {
  float: right;
  margin-left: 40px;
}

/* home page size adjustments */

@media all and (max-width: 1024px) {

  #heroLeft {
    margin-top: 30px;
    padding-right: 30px;
  }

  #heroRight {
    margin-top: 30px;
    padding-left: 30px;
  }

}

@media all and (max-width: 768px) {

  #heroLeft {
    padding-left: 40px;
  }
  #heroRight {
    padding-right: 40px;
  }

  #strapInner {
    padding-left: 48px;
    right: 0;
  }

  #strapInner H2 {
    font-size: 18pt;
    line-height: 28pt;
  }

  #strapLogin {
    display: none;
  }
}

@media all and (max-width: 640px) {

  #heroLeft, #heroRight {
    float: none;
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }
}