/** Registration Frontend **/
.registration-store {
  position: relative;
  padding: 3rem 0;
}
.registration-store ol, .registration-store ul {
  padding-bottom: 1em;
}
.registration-store hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 5px solid #8ac926;
}
.registration-store .relative {
  position: relative;
}
.registration-store .login-tools {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  z-index: 999;
  border-bottom: 1px solid #E2E2E2;
}
.registration-store select {
  width: 100%;
  max-width: 100%;
  display: block;
  font-size: 16px;
  border: 1px solid #E2E2E2;
  background-color: #fff;
  padding: 2px 6px;
  height: 34px;
  border-radius: 4px;
  color: #000000;
}
.registration-store input[type=text], .registration-store input[type=password], .registration-store input[type=email], .registration-store input[type=tel], .registration-store input[type=date], .registration-store input[type=month], .registration-store input[type=week], .registration-store input[type=time], .registration-store input[type=number], .registration-store input[type=search], .registration-store input[type=url], .registration-store textarea {
  font-size: 16px;
  border: 1px solid #E2E2E2;
  background-color: #fff;
  color: #000000;
  display: block;
}
.registration-store input[type=submit] {
  background-color: #13b9cc;
  border-radius: 0;
  border: 0px solid transparent;
  font-size: 1.2em;
  font-weight: 400;
  font-family: "marker_feltregular", sans-serif;
  padding: 7px 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.registration-store .btn-primary {
  background-color: #13b9cc;
  border-radius: 0;
  border: 0px solid transparent;
  font-size: 1.2em;
  font-weight: 400;
  font-family: "marker_feltregular", sans-serif;
  padding: 7px 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.registration-store .btn-primary.btn-lrg {
  font-size: 1.5em;
}
.registration-store table {
  font-size: 16px;
}
.registration-store .cart {
  font-size: 16px;
}
.registration-store .mt20 {
  margin-top: 20px;
}
.registration-store .mt30 {
  margin-top: 30px;
}
.registration-store h2 {
  color: #185fad;
  padding-bottom: 1em;
}
.registration-store h3, .registration-store h4, .registration-store h5, .registration-store h6 {
  color: #185fad;
  padding-bottom: 1em;
}
.registration-store label {
  color: #5E5E5E;
  font-size: 14px;
  font-weight: 400;
}
.registration-store label.error {
  color: #a94442;
}
.registration-store label.checkbox-value {
  line-height: 18px;
  font-weight: 400;
  position: relative;
  margin-bottom: 15px;
}
.registration-store label.checkbox-value.donation {
  margin-bottom: 0;
  width: 10px;
  height: 20px;
  pointer-events: none;
}
.registration-store label.checkbox-value.donation input {
  pointer-events: all;
  left: 0;
  top: 4px;
}
.registration-store label.checkbox-value.donation .checkmark {
  top: 4px;
}
.registration-store label.checkbox-value:hover input ~ .checkmark {
  background-color: #E03F30;
}
.registration-store label.checkbox-value input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin: 0;
}
.registration-store label.checkbox-value input:checked ~ .checkmark {
  background-color: #E03F30;
}
.registration-store label.checkbox-value input:checked ~ .checkmark:after {
  display: block;
  opacity: 1;
}
.registration-store label.checkbox-value .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  border: 2px solid #E03F30;
  border-radius: 3px;
  pointer-events: none;
}
.registration-store label.checkbox-value .checkmark:after {
  content: "";
  position: absolute;
  display: block;
  opacity: 0;
  left: 5px;
  top: 0px;
  width: 7px;
  height: 13px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.registration-store label.checkbox-value .checkbox-value {
  font-size: 16px;
  color: #08314A;
  padding-left: 35px;
}
.registration-store p.form-group small {
  color: #5E5E5E;
}
.registration-store p.field {
  color: #08314A;
}
.registration-store p.field.contact-info-container {
  position: relative;
  margin-top: 40px;
}
.registration-store p.field.contact-info-container .checkbox-container {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  width: 100%;
  display: block;
  margin-top: 10px;
}
.registration-store p.field.contact-info-container .contact-info .contact-info-heading {
  font-family: "marker_feltregular", sans-serif;
  font-weight: 400;
  color: #08314A;
  font-size: 18px;
  display: table;
  text-transform: uppercase;
}
.registration-store p.field.contact-info-container .contact-info .first-label {
  margin-top: 30px;
}
.registration-store input.error,
.registration-store select.error,
.registration-store textarea.error {
  border-color: #a94442;
}
.registration-store .btn-xlg {
  width: 100%;
  font-size: 3rem;
  padding: 2rem 1rem;
}
.registration-store .cart li p {
  margin: 0;
}
.registration-store .cart-review .line {
  border-top: 1px dashed rgba(150, 255, 86, 0.5);
  padding: 1rem;
  font-size: 0.85em;
}
.registration-store .cart-review .line h4 {
  margin: 0;
  color: #2f2a68;
}
.registration-store .cart-review .line .total {
  float: right;
  font-size: 20px;
}
.registration-store .cart-review .line.total {
  border-top: 2px solid #96cb56;
}
.registration-store .cart-review .line button img {
  max-width: 13px;
  position: relative;
  top: -1px;
  margin-right: 6px;
}
.registration-store .cart-review-summary h4 {
  color: #000;
}
.registration-store .cart-review-summary input[type=submit] {
  font-size: 1.5em;
  font-weight: 400;
  padding: 15px 15px;
}
.registration-store .add-donation {
  font-size: 16px;
  line-height: 30px;
  color: #08314A;
  margin: 0;
}
.registration-store .add-donation label {
  font-size: 16px;
  line-height: 30px;
  color: #08314A;
}
.registration-store #select-season-modal .close {
  font-size: 41px;
  line-height: 0.75;
}
.registration-store #select-season-modal .button {
  max-width: 90%;
  width: 340px;
  margin-bottom: 2rem;
  font-size: 22px;
  white-space: normal;
}
.registration-store #select-season-modal h3 {
  color: #2f2a68;
}
.registration-store #select-participant-modal .modal-body {
  padding: 0 25px;
}
.registration-store #select-participant-modal .close {
  font-size: 14px;
  font-weight: 100;
  line-height: 0.75;
  color: #E03F30;
  float: none;
  opacity: 1;
  width: calc(100% - 185px);
  display: table-cell;
  vertical-align: middle;
}
.registration-store #select-participant-modal .button {
  max-width: 100%;
  width: 110px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
  border: 1px solid #E2E2E2;
  background-color: #ffffff;
  color: #337AB7;
  white-space: normal;
  font-weight: 100;
  padding: 4px 0;
}
.registration-store #select-participant-modal .button.select-button {
  margin-left: 10px;
}
.registration-store #select-participant-modal .button.add-new {
  width: 185px;
  padding: 6px 10px 6px 30px;
  position: relative;
  float: right;
}
.registration-store #select-participant-modal .button.add-new:before, .registration-store #select-participant-modal .button.add-new:after {
  content: "";
  position: absolute;
  left: 10px;
  top: calc(50% - 1px);
  background-color: #cccccc;
  height: 2px;
  width: 12px;
}
.registration-store #select-participant-modal .button.add-new:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.registration-store #select-participant-modal .participant {
  border-bottom: 1px solid #E2E2E2;
  padding: 20px 0;
}
.registration-store #select-participant-modal .participant .name {
  color: #08314A;
  font-family: "marker_feltregular", sans-serif;
  font-size: 24px;
  width: calc(100% - 120px);
  float: left;
}
.registration-store #select-participant-modal .bottom-info {
  padding: 20px 0 25px 0;
  display: table;
  width: 100%;
}
.registration-store .checkout-header-container {
  padding: 70px 0 40px 0;
  padding-right: 15px;
  padding-left: 15px;
}
.registration-store .checkout-header-container .checkout-header .heading {
  color: #08314A;
  font-family: "marker_feltregular", sans-serif;
  font-size: 30px;
  line-height: 35px;
}
.registration-store .checkout-header-container .checkout-header .back-to-programs {
  color: #337AB7;
  font-size: 14px;
  font-weight: 100;
  text-decoration: underline;
  margin-top: 10px;
  display: table;
}
.registration-store .checkout-header-container .checkout-subtotal {
  text-align: right;
  color: #5E5E5E;
  font-size: 18px;
  line-height: 50px;
  font-weight: 100;
}
.registration-store .checkout-header-container .checkout-subtotal .total {
  color: #08314A;
  font-family: "marker_feltregular", sans-serif;
  font-size: 30px;
  line-height: 35px;
  position: relative;
  top: 0px;
  margin-left: 5px;
}
.registration-store .checkout-header-container .checkout-subtotal .continue {
  background-color: #08314A;
  border-radius: 0;
  border: 0px solid transparent;
  font-size: 16px;
  font-weight: 100;
  padding: 8px 25px;
  color: #ffffff;
  margin-left: 20px;
  position: relative;
  top: -5px;
}
.registration-store .checkout-header-container .checkout-subtotal .continue:hover, .registration-store .checkout-header-container .checkout-subtotal .continue:focus {
  border: 0px solid transparent;
}
.registration-store .checkout-header-container .checkout-subtotal .continue.disabled {
  opacity: 0.5;
}
.registration-store .checkout-sidebar {
  padding-right: 0;
  padding-left: 15px;
}
.registration-store .checkout-sidebar .checkout-sidebar-accordion .card {
  border-top: 1px solid #E2E2E2;
  padding: 10px 15px;
  position: relative;
}
.registration-store .checkout-sidebar .checkout-sidebar-accordion .card:last-child {
  border-bottom: 1px solid #E2E2E2;
}
.registration-store .checkout-sidebar .checkout-sidebar-accordion .card .card-header .add-participant {
  color: #FCD40F;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.registration-store .checkout-sidebar .checkout-sidebar-accordion .card .card-header .add-participant img {
  max-width: 18px;
  position: relative;
  top: -2px;
  margin-right: 8px;
}
.registration-store .checkout-sidebar .checkout-sidebar-accordion .card .card-header .participant {
  color: #000;
  font-weight: 700;
  line-height: 1em;
}
.registration-store .checkout-sidebar .checkout-sidebar-accordion .card .card-header .participant span {
  color: #6e6e6e;
  font-size: 11px;
  font-weight: 400;
}
.registration-store .checkout-sidebar .checkout-sidebar-accordion .card .card-header .btn {
  color: #08314A;
  font-family: "marker_feltregular", sans-serif;
  font-weight: 400;
  text-align: left;
  white-space: unset;
  padding: 0;
  font-size: 20px;
  line-height: 24px;
  margin-top: 5px;
  -webkit-tap-highlight-color: transparent;
  position: initial;
}
.registration-store .checkout-sidebar .checkout-sidebar-accordion .card .card-header .btn:hover, .registration-store .checkout-sidebar .checkout-sidebar-accordion .card .card-header .btn:focus {
  text-decoration: none;
}
.registration-store .checkout-sidebar .checkout-sidebar-accordion .card .card-header .btn:before, .registration-store .checkout-sidebar .checkout-sidebar-accordion .card .card-header .btn:after {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background-color: #08314A;
  content: "";
  -webkit-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
}
.registration-store .checkout-sidebar .checkout-sidebar-accordion .card .card-header .btn:after {
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  height: auto;
}
.registration-store .checkout-sidebar .checkout-sidebar-accordion .card .card-header .btn.collapsed:before {
  width: 0px;
}
.registration-store .checkout-sidebar .checkout-sidebar-accordion .card .card-header .btn.collapsed:after {
  opacity: 0.1;
  height: 100%;
}
.registration-store .checkout-sidebar .checkout-sidebar-accordion .card .card-body {
  color: #5e5e5e;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 400;
  padding: 10px 0 0 0;
}
.registration-store .checkout-sidebar .checkout-sidebar-accordion .card .card-body .desc {
  margin-bottom: 10px;
}
.registration-store .checkout-sidebar .checkout-sidebar-accordion .card .remove-from-cart {
  color: #E03F30;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  position: relative;
  font-weight: 600;
  padding-left: 20px;
  margin-top: 25px;
  display: table;
}
.registration-store .checkout-sidebar .checkout-sidebar-accordion .card .remove-from-cart a {
  color: #E03F30;
}
.registration-store .checkout-sidebar .checkout-sidebar-accordion .card .remove-from-cart:hover:before {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.registration-store .checkout-sidebar .checkout-sidebar-accordion .card .remove-from-cart:hover:after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.registration-store .checkout-sidebar .checkout-sidebar-accordion .card .remove-from-cart:before, .registration-store .checkout-sidebar .checkout-sidebar-accordion .card .remove-from-cart:after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  height: 2px;
  width: 12px;
  background-color: #E03F30;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.registration-store .checkout-sidebar .checkout-sidebar-accordion .card .remove-from-cart:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.registration-store .checkout-sidebar .checkout-sidebar-accordion .card .edit-cart-item {
  color: #337AB7;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  position: absolute;
  right: 18px;
  bottom: 9px;
}
.registration-store .checkout-sidebar .checkout-sidebar-accordion .card .edit-cart-item img {
  max-width: 13px;
  position: relative;
  top: -1px;
  margin-right: 6px;
}
.registration-store .selected-participant {
  border-bottom: 1px solid #E2E2E2;
  padding: 10px 0;
  margin-bottom: 20px;
}
.registration-store .selected-participant .remove-from-cart {
  color: #E03F30;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  position: relative;
  font-weight: 600;
  padding-left: 20px;
  margin-top: 5px;
  display: table;
  float: right;
  cursor: pointer;
}
.registration-store .selected-participant .remove-from-cart a {
  color: #E03F30;
}
.registration-store .selected-participant .remove-from-cart:hover:before {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.registration-store .selected-participant .remove-from-cart:hover:after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.registration-store .selected-participant .remove-from-cart:before, .registration-store .selected-participant .remove-from-cart:after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  height: 2px;
  width: 12px;
  background-color: #E03F30;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.registration-store .selected-participant .remove-from-cart:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.registration-store .checkout-text-container {
  padding-left: 30px;
  border-left: 1px solid #E2E2E2;
}
.registration-store .checkout-text-container .class-heading {
  padding-bottom: 0;
  color: #000000;
  font-size: 30px;
  line-height: 35px;
}
.registration-store .checkout-text-container .class-heading:hover, .registration-store .checkout-text-container .class-heading:focus {
  text-decoration: none;
}
.registration-store .checkout-text-container .class-details li {
  color: #5E5E5E;
  font-size: 14px;
  border-bottom: 1px solid #E2E2E2;
  padding: 10px;
  font-weight: 100;
}
.registration-store .checkout-text-container .class-details li strong {
  color: #08314A;
  font-size: 16px;
  font-weight: 600;
}
.registration-store .checkout-text-container .class-details li a {
  color: #337AB7;
}
.registration-store .tshirt-container {
  padding-right: 15px;
  padding-left: 15px;
}
.registration-store .tshirt-container .row {
  border: 4px solid #08314A;
  border-radius: 4px;
  background-color: #337AB7;
  padding: 40px 20px;
  margin-top: 20px;
}
.registration-store .tshirt-container .row .title {
  color: #ffffff;
  font-size: 20px;
  line-height: 25px;
}
.registration-store .tshirt-container .row .subtitle {
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  opacity: 0.64;
  margin-top: 20px;
}
.registration-store .tshirt-container .row label {
  color: #ffffff;
}
.registration-store .tshirt-container .row small {
  color: #ffffff;
}
.registration-store .payment-heading {
  color: #000000;
}
.registration-store .payment-subheading {
  color: #08314A;
  font-size: 18px;
  padding: 20px 0;
  text-transform: uppercase;
}
/*# sourceMappingURL=style.css.map */