#reg #hdr {
  background:#868DC7; /* url('img/space-is-limited.png') no-repeat top left; */
  text-align:center;
  color:#fff;
  position: relative;
  height:260px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
#reg .hdr-text {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#reg #hdr h1, #hdr h2 {
  color:#fff !important;
  margin:0;
}
#reg #hdr h1 {
  font-size: 42px;
  line-height: 36px;
  margin-bottom: 8px;
}

#reg .starburst {
  display:none;
}

#reg .line {
  margin:30px 0;
}

@media screen and (min-width: 768px) {
  #reg .line {
    margin:48px 0;
  }

}

@media screen and (min-width: 992px) {

  #reg #hdr {
    margin-bottom:80px;
  }
  #reg #hdr h1 {
    font-size: 63px;
    line-height: 51px;
  }
  #reg .line {
    margin:80px 0;
  }

  #reg .hdr-text {
    padding:0 0 0 380px;
    text-align: left;
  }
  #reg .starburst {
    position: absolute;
    top:0;
    left:0;
    width:360px;
    display: block;
  }
}

@media screen and (min-width: 1300px) {
  #reg .hdr-text {
    padding:0 380px;
    text-align: center;
  }
}

#reg .img-wrapper {
  background-color: #99C93C;
  padding:12px;
  display:inline-block;
}
#reg .img-wrapper img {
  max-width:200px;
}
#reg .book-wrapper {
  position:relative;
  padding-bottom: 40px
}
#reg .book {
  position:absolute;
  bottom: 0;
  right: 0;
  width:110px;
}
@media screen and (min-width: 768px) {
  #reg .img-wrapper img {
    max-width:100%;
  }
}
@media screen and (min-width: 992px) {
  #reg .book-wrapper {
    padding-bottom: 80px
  }
  #reg .book {
    width:auto;
  }
}

#reg .feature h2 {
  margin-bottom: 0;
}

#reg h2.blue {
  color:#8094DD;
  text-transform: uppercase;
}
#reg h2.orange {
  color:#F89829;
  margin:0;
}
#reg .strong {
  font-weight: 700;
}

#reg .feature ul {
  list-style: none;
  padding-left:20px;
}
#reg .feature li:before {
  content: "\2714";
  margin-left:-20px;
  width:20px;
  float:left;
}
#reg .feature li em.desc {
  display:block;
  margin-top:4px;
}

#reg-form {
  max-width: 992px;
  padding: 30px 0;
}

#reg-form .data-row {
  position:relative;
  padding-left:40px;
  padding-right:100px;
  line-height:36px;
}
#reg-form .data-row-btn {
  position:absolute;
  top:0;
  left:0;
  font-size:18px;
}
#reg-form .data-row-btn a {
  color:#333;
}
#reg-form .data-row .cost, #total-cost {
  position:absolute;
  top:0;
  right:0;
  font-size:18px;
  text-align: right;
}

#reg-form.data-checkbox {
  cursor: pointer;
}

#registration-codes {
  padding:20px 0;
}
