.pad-navbar {
  padding-top: 40px;
}
.pad-bottom {
  padding-bottom: 90px;
}

.page-register {
  background: #f8f8f8;
}

.page-register .site-header {
  margin-top: 50px;
  height: 300px;
  min-height: 250px;
  letter-spacing: 1.2px;
  text-shadow: 2px 2px 5px #000;
}

.page-register .site-header h1 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

.page-register .section-title.strikethrough {
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.page-register .section-title:before, 
.page-register .section-title:after {
  flex-grow: 1;
  height: 2px;
  content: '\a0';
  background-color: #313131;
  position: relative;
  top: calc( 50% - 1px );
  width: initial;
  border: none;
  top: .5em;
}

.page-register .section-title:before {
  margin-right: 15px;
}

.page-register .section-title:after {
  margin-left: 15px;
}


#charge-form {
    display: none;
    margin: 0 auto;
    width: 100%;
}
#charge-form .form-control {
    margin-bottom: 15px;
}
#charge-form .form-control--error {
    border: 1px solid #ff0000;
}
#charge-form h4 {
    margin-bottom: 15px;
}
#charge-form .title {
    font-weight: 700;
}
#charge-form .value {
    margin-bottom: 15px;
}

/* Registration Summary Box */
.registration-summary {
  width: 100%;
  padding: 30px;
  border: 1px solid #ddd;
  flex: 1;
  background: #fff;
}

.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-col {
  display: flex;
  flex-direction: column; 
}
.flex-full {
  flex: 1;
}

.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}

.registration-summary h4 {
  margin: 0;
}

.registration-summary .line-items {
  margin-top: 30px;
  margin-bottom: 30px;
}

.registration-summary .line-item .item-name {
  float: left;
  font-style: normal;
}

.registration-summary .line-item .item-detail {
  font-style: italic;
  font-size: 0.9em;
}

.registration-summary .line-item .item-price {
  font-weight: normal;
  text-align: right;
}

.registration-summary .summary-totals {
  border-top: 1px solid #ddd;
  padding-top: 30px;
}

.registration-summary .summary-totals .line-item .item-name {
  font-style: normal;
}

.registration-summary .summary-registrant {
  padding-bottom: 30px;
}

#post-registration-actions {
  display: none;
}

#post-registration-actions p {
  margin: 0;
}

#post-registration-actions .actions {
  margin-top: 30px;
  margin-bottom: 30px;
}

#post-registration-actions a.btn {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}

#post-registration-actions a.btn i {
  position: absolute;
  left: 10px;
  font-size: 1.2em;
}

.gift-card-banner {
  display: block;
  width: calc(100% + 60px);
  margin-top: -30px;
  margin-left: -30px;
  margin-bottom: 30px;
}

#chargeform-errors {
  display: none;
}

@media (max-width: 991px) {
  .flex-col, .flex-row {
    display: block;
    flex: none;
  }

  #registration-summary, #post-registration-actions {
    margin-top: 30px;
  }
}