.rounded-corners {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.box-shadow {
  box-shadow: 0px;
  -webkit-box-shadow: 0px;
}
.red {
  border: 1px solid red;
}
.panel-style {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
}
#cms .rego-reset-btn {
  margin-top: 10px;
}
#cms .register-section {
  padding-top: 40px;
  padding-bottom: 40px;
}
#cms h3 {
  margin-bottom: 20px;
}
#cms .register-page .heading-block {
  text-align: center;
  margin-bottom: 40px;
}
#cms .register-page .form-block {
  margin: 20px;
}
#cms .register-page .control {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
#cms .register-page .dob-month {
  padding-left: 0px;
  padding-right: 0px;
}
#cms .register-login-page .heading-block {
  text-align: center;
}
#cms .register-login-page .login-block .control {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 50px;
}
#cms .register-team-page #team-join,
#cms .register-team-page #team-create,
#cms .register-team-page #team-passcode {
  display: none;
}
#cms .register-team-page .warningbox li {
  list-style: none;
}
#cms .register-team-page textarea {
  height: 200px;
}
#cms .register-team-page .control {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 50px;
}
#cms .register-event-page .register-event-form-block {
  margin-top: 40px;
  margin-bottom: 20px;
}
#cms .register-event-page .control {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 50px;
}
#cms .register-details-page .control {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 50px;
}
#cms .register-details-page .header-divider {
  background-color: #d4e5af;
  color: #000000;
  display: inline-block;
  width: 100%;
  padding: 10px;
  margin-bottom: 30px;
}
#cms .register-details-page .header-divider h2 {
  margin: 0;
}
#cms .register-details-page .event-info-color-block {
  background: #d4e5af;
  border: 1px solid #587025;
  padding: 5px 10px;
  margin-bottom: 10px;
}
#cms .register-details-page .event-info-color-block p {
  margin: 0px;
}
#cms .register-merchandise .control {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 50px;
}
#cms .register-merchandise .offer-block .button {
  margin-top: 20px;
  margin-bottom: 20px;
  float: right;
}
#cms .register-merchandise .offeritem:nth-of-type(odd) {
  clear: both;
}
#cms .register-merchandise .offeritem-details {
  margin-bottom: 8px;
}
#cms .registration-cart-info-block {
  margin-bottom: 30px;
}
#cms .register-cart-page .control {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 50px;
}
#cms .register-checkout-page .control {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 50px;
}
#cms .register-checkout-page .registration-cart-info-block {
  margin-bottom: 30px;
}
#cms .register-checkout-page span.cardlogo {
  display: inline-block;
  height: 26px;
  width: 43px;
  vertical-align: middle;
}
#cms .register-checkout-page span.cardlogo.visa {
  background: url('images/btn-visa.png') no-repeat 1px 2px;
}
#cms .register-checkout-page span.cardlogo.mastercard {
  background: url('images/btn-mastercard.png') no-repeat 1px 2px;
}
#cms .register-checkout-page span.cardlogo.amex {
  background: url('images/btn-amex.png') no-repeat 1px 2px;
}
#cms .register-confirm-page .fundraising-details-block {
  margin-bottom: 20px;
}
#cms .register-confirm-page .control {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 50px;
}
#cms .register-confirm-page .confirm-social-block {
  margin: 30px 0;
}
#cms .register-confirm-page .confirm-social-block .fa-instagram {
  font-size: 40px;
  color: #94bd3e;
}
#cms .register-confirm-page .confirm-continue-block {
  margin-top: 30px;
}
#cms .in-cart {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: right;
}
#cms .merch-count {
  display: inline-block;
  background: url('images/bg-addmerchandise-tick.png') no-repeat left center;
  color: #439a22;
  padding: 7px 0 5px 28px;
}
#cms .progress-block {
  margin: 10px 0 20px 0;
}
#cms .progress-block .btn-default {
  height: 450px;
}
#cms .progress-block .progress-item {
  background-color: #94bd3e;
  color: #000000;
  display: inline-block;
  width: 100%;
  padding: 5px 0 5px 0;
  text-align: center;
  margin: 0 auto;
}
#cms .progress-block .progress-item.current {
  background-color: #94bd3e;
  color: #FFFFFF;
}
#cms .progress-block .progress-item:hover {
  cursor: default;
  text-decoration: none;
}
#cms #acceptTermsModal .modal-body {
  text-wrap: normal;
}
#cms #acceptTermsModal .modal-body .container {
  max-width: 100% !important;
}
#cms .modal-iframe-terms {
  width: 100%;
  min-height: 500px;
}
@media (max-width: 767px) {
  #cms .register-section {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
