/* ----------------------------------------------
			REGISTRATION FORM LAYOUT & FIELDS
	-------------------------------------------------*/
.discovery-full .league-reg.la-programs--list {
  padding-top: 30px;
}
.discovery-full .league-reg.la-programs--list > ul {
  width: 100%;
}
.discovery-full .sub--listing.base-listing li {
  padding: 20px !important;
}
.discovery-full .sub--listing.base-listing li:first-child {
  padding: 20px !important;
}
.discovery-full .sub--listing dl.basic--flex {
  margin-top: 10px;
}
.discovery-full .subprogram-list--details {
  display: -ms-flexbox;
  display: flex;
}

.subprogram-list--tiles {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.subprogram-list--tiles .middots em::after {
  content: "\00b7";
}
.subprogram-list--tiles .middots em:last-of-type::after {
  content: "";
}

base-listing--subprogram {
  overflow: visible;
}

.subprogram-list--details .program-row {
  margin: 0;
}

.grid.grid--flex {
  margin-left: 0 !important;
}

.base-listing--subprogram .base--flex > .base-meta {
  -ms-flex: 1 0 80%;
      flex: 1 0 80%;
}
.base-listing--subprogram .basic--flex > .subprogram-list--details {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 20px;
}

.base-listing--subprogram.la-programs--list {
  display: block;
  padding: 30px 30px 0;
}

.la-programs--grid.base-listing--subprogram ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
}
.la-programs--grid.base-listing--subprogram li {
  -ms-flex: 1 0 45%;
      flex: 1 0 45%;
  max-width: 50%;
  margin: 10px 5px;
}

.subprogram-list--wrapper {
  width: 100%;
}
.subprogram-list--wrapper .subprogram-item--wrapper .program-option {
  margin: 0;
  -ms-flex: 1;
      flex: 1;
}
.subprogram-list--wrapper .subprogram-item--wrapper:first-of-type .subprogram-cat-header {
  margin-top: 0;
}
.subprogram-list--wrapper .subprogram-cat-header {
  margin-top: 20px;
}
.subprogram-list--wrapper .program-cat-name {
  padding: 10px 20px;
  border: 1px solid #ccc;
  font-weight: bold;
  background: #ffffff;
  background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
  font-size: 13px;
}

.regFlow .program-row > .grid--flex {
  margin-left: 40px;
}
.regFlow .program-row.enabled.with-checkbox span::before {
  height: 20px;
  width: 20px;
  top: 10px;
  font-size: 13px;
  line-height: 10.75px;
}
.regFlow .program-details .program-fees {
  padding-left: 0;
}
.regFlow .program-details .program-fees .tag {
  font-size: 14px;
}
.regFlow .subprogram-item--wrapper .program-row.disabled .reason {
  left: 20px;
  top: 8px;
  font-size: 1.5em;
}

#regContainer .signup-form {
  margin-left: 20px;
  clear: left;
}

#regContainer .signup-form .form-wrapper {
  border: 1px solid #D4D4D4;
  border-radius: 3px;
  padding: 20px;
}

#regContainer .signup-form #page-title {
  border-bottom: none;
  line-height: 1;
  padding-bottom: 0;
  margin: 0 30px 20px 0;
  font-size: 26px;
}

#regContainer .basic-form #actionbar fieldset {
  padding-top: 0;
}

/*
#regContainer .basic-form li {
  list-style: none;
  background: none;
  margin: 0 0 0 0;
  padding: 3px 0 3px 0px;
  position: relative;
}

#regContainer .basic-form li.edit-profile-pic {
  margin: 0 0 16px 16px;
}

#regContainer .basic-form li label {
  float: left;
  padding: 4px 6px 4px 0px;
  width: 150px;
}

#regContainer .basic-form li label.error {
  float: right;
  padding: 4px 106px 4px 0px;
}

#regContainer .basic-form li label.full {
  float: none;
  width: auto;
}

#regContainer .basic-form p.field-note {
  color: #aaa;
  font-size: 10px;
  padding-top: 3px;
  margin-bottom: 0px;
  margin-left: 157px;
}

#regContainer .basic-form li select {
  height: 30px;
}

#regContainer .basic-form .waiver-block {
  background: #FAFAFA;
  width: 550px !important;
  height: 200px !important;
}

#regContainer .basic-form li input[type=text] {
  background: #FAFAFA;
}

.form-wrapper .base-listing li {
  background: none;
  padding: 0;
}

.form-wrapper .base-meta h2 {
  font-size: 21px;
  font-weight: bold;
  margin: 0;
}*/
.overlay .basic-form li label {
  width: 100%;
  padding: 0;
}

.basic-form li.field select, .overlay .basic-form input[type="text"], .overlay .basic-form input[type="password"], .overlay .basic-form input[type="email"], .overlay .basic-form textarea, .overlay .basic-form select {
  width: 100%;
}

/* --------------------------------------------
		REGISTRATION ACTION BAR
	-------------------------------------------*/
#actionbar {
  margin: 20px 0 30px 0;
  overflow: hidden;
}

.btn.huge-btn {
  font-size: 18px;
  padding: 10px 30px;
}

.btn.huge-btn.light {
  opacity: .70;
}

.form-btns.right {
  float: right;
}

.form-btns.left {
  float: left;
}

.btn.right {
  float: right;
}

.btn.left {
  float: left;
}

.base-actions.full {
  width: 100%;
  clear: both;
}

.base-actions.space {
  margin-bottom: 20px;
}

/* --------------------------------------------
		TOOLTIP / FIELD HELP
	-------------------------------------------*/
.basic-form .tooltip-icon a {
  background-image: url(../../../_i/_site2.0/regheader/icon-help.png);
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  moz-border-radius: 50%;
  webkit-border-radius: 50%;
  margin-left: 6px;
  width: 18px;
  height: 18px;
  padding: 2px;
  top: 2px;
  bottom: 0;
  position: absolute;
}

.basic-form .tooltip-icon a:link, .basic-form .tooltip-icon a:visited {
  background-color: #D4D4D4;
}

.basic-form .tooltip-icon a:hover {
  background-color: #2869C1;
  /* This should match the color set in the theme designer */
}

/* --------------------------------------------
		GROUP MEMBERS TABLE
	-------------------------------------------*/
.form-wrapper table {
  width: 100%;
  margin-bottom: 10px;
}

#ga-members-table {
  float: left;
}

#ga-members-table th {
  color: #D4D4D4;
  text-align: left;
  font-size: 11px;
  text-transform: uppercase;
  padding: 4px 0 4px 0;
  diplay: table-row;
  text-align: center;
}

#ga-members-table td {
  text-align: center;
  padding-bottom: 4px;
  vertical-align: top;
}

#ga-members-table th:first-child {
  text-align: left;
}

#ga-members-table th:last-child {
  text-align: center;
}

#ga-members-table td:first-child {
  font-weight: bold;
  text-align: left;
}

#ga-members-table td:last-child {
  text-align: center;
}

.form-wrapper .light {
  color: #aaa;
}

.regFlow .program-option.program-tile {
  margin-bottom: 5px;
  -ms-flex: 0 1 30%;
      flex: 0 1 30%;
  max-width: 30%;
}
.regFlow .program-summary--wrapper {
  margin-top: 6px;
}

.subprogram-list--tiles .program-details {
  margin-top: 0;
}
.subprogram-list--tiles .program-details .middots {
  margin-top: 2px;
  margin-bottom: 2px;
}

#ga-members-table .view-drawer {
  background-color: #f9f9f9;
  border: #e6e6e6 solid 1px;
}

#ga-members-table .details {
  padding: 10px 0 2px 10px;
}

#ga-members-table .details dt {
  text-align: left;
  text-transform: uppercase;
  color: #ccc;
  font-size: 10px;
}

#ga-members-table .details dd {
  text-align: left;
  font-size: 12px;
  font-weight: normal;
}

#ga-members-table dl.basic {
  margin-bottom: 4px;
}

#ga-members-table td.payment {
  text-align: right;
}

#ga-members-table td.payment-status {
  text-align: left;
}

/* --------------------------------------------
		GROUP MEMBERS EDIT OVERLAY
	-------------------------------------------*/
#gaiframe {
  border: 0;
}

.wrap.overlay {
  width: 730px !important;
}

.closeOverlay {
  float: right;
  font-size: 20px;
  font-weight: bold;
  margin-right: 10px;
  margin-top: 2px;
}

.closeOverlay a {
  color: #999;
}

/* --------------------------------------------
		GA DASHBOARD TABS
	-------------------------------------------*/
.form-wrapper .simple-tabs {
  padding: 0;
  margin: 0 10px 1em 0;
}

/* ---------------------------------
		Reg 1.5 - 2.10.19
	--------------------------------*/
.reg-content .mod.signup-form--context {
  text-align: right;
  padding: 0;
  margin-bottom: 0;
}
.reg-content .mod.signup-form--context h2 {
  font-size: 12px;
}

.reg-context--listing .program-tile {
  -ms-flex: 1 0 45%;
      flex: 1 0 45%;
  min-width: 45%;
  height: unset;
}

.close-overlay {
  display: none;
}

.intro--action > h1 {
  font-family: sans-serif;
}
.intro--action .la-programs {
  border-top: 0;
}
.intro--action #program-reg-cta {
  font-family: sans-serif;
}

#discount-code hr.s {
  margin: 20px 0;
}

#show-waivers {
  margin-top: 20px;
}

#cart .item_sidebar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
#cart .item_sidebar .item_sidebar--details {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 0 60%;
      flex: 1 0 60%;
  -ms-flex-direction: column;
      flex-direction: column;
}
#cart .item_sidebar .item_sidebar--price {
  font-size: 14px;
  margin-top: 6px;
}
#cart .item_sidebar a {
  display: block;
  font-size: 12px;
  margin-top: 12px;
}
#cart .item_sidebar .item_sidebar--img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 100%;
  -ms-flex: 1 1 50px;
      flex: 1 1 50px;
}

.reg-summary-title {
  margin-bottom: 40px;
}

.cart--confirmation .item {
  padding-right: 14px;
}
.cart--confirmation .price {
  vertical-align: middle;
  border-left: 1px solid #ddd;
}

.item .confirmation--gamedays {
  display: block;
  font-style: italic;
}

.regFlow .error.reg-error {
  background: #E96665;
  border: 1px solid #ef9a9aba;
}
.regFlow .error.reg-error > * {
  color: #fff;
}
.regFlow .error.reg-error a {
  color: #ffee55;
  text-decoration: underline;
  font-weight: bold;
}
.regFlow .error.reg-error .site-notice-btns {
  margin-top: 20px;
}

.reg-steps li.failed {
  color: #ff3333;
}
.reg-steps > li.last-step.failed:before {
  background-color: #ff3333;
  border-color: #dc2e2e;
  content: '\2717';
}

.intro--action {
  width: 100%;
  padding-top: 0;
}

.no-cssgrid .la-programs ul {
  width: 100%;
  padding-top: 0;
}
.no-cssgrid .la-programs .regFlow#content.reg-content {
  -ms-flex: inherit;
      flex: inherit;
}
.no-cssgrid .la-programs label:first-of-type {
  margin-right: 5px;
}
.no-cssgrid .la-programs label:last-of-type {
  margin-left: 5px;
}
.no-cssgrid .regPeople-options {
  display: -ms-flexbox;
  display: flex;
}
.no-cssgrid .o-list--child li {
  -ms-flex: inherit;
      flex: inherit;
  width: 100%;
}