  ﻿/* REGISTRATION */
/* Styles for the Registration Form */
#um-registration {
  margin: 5px 20px 0 20px;
  padding: 10px;
}
@media only screen and (min-width: 480px) and (max-width: 719px), only screen and (max-width: 481px) {
  #um-registration {
    padding: 0;
    margin: 0 0 1rem 0;
  }
}
#um-registration .reg-banner {
  font-size: 2.5rem;
  margin: 1rem 0 2rem 0;
  text-align: center;
  color: #00869D;
  font-weight: 500;
}
#um-registration .reg-progress-bar {
  background-color: #fafafa;
  padding: 1rem 2rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 480px) and (max-width: 719px), only screen and (max-width: 481px) {
  #um-registration .reg-progress-bar {
    padding: 1rem;
  }
}
#um-registration .reg-progress-bar b {
  color: #A2469E;
  font-weight: 700;
}
#um-registration .reg-navbar {
  background-color: #DDDDDD;
  padding: 5px;
  margin-bottom: 10px;
}
#um-registration .reg-page {
  padding: 1rem 2rem;
  background-color: #fafafa;
}
@media only screen and (min-width: 480px) and (max-width: 719px), only screen and (max-width: 481px) {
  #um-registration .reg-page {
    padding: 1rem;
  }
}
#um-registration .reg-page .reg-page-title {
  font-size: 2rem;
  margin-bottom: 6px;
  color: #A2469E;
  font-weight: 500;
}
@media only screen and (min-width: 480px) and (max-width: 719px), only screen and (max-width: 481px) {
  #um-registration .reg-page .reg-page-title {
    font-size: 1.5rem;
  }
}
#um-registration .reg-page .reg-selected-panel {
  padding: 1rem;
  background-color: #fff;
  margin-bottom: 1rem;
  border-left: 10px solid #28a745;
  border-radius: 0 1rem 1rem 0;
  padding-left: calc(1rem - 5px);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
#um-registration .reg-page .reg-selected-panel:nth-child(2n) .membership-type-summary .mem-type-summary-fees {
  color: #00869D;
}
#um-registration .reg-page .reg-selected-panel:nth-child(2n) label:hover {
  color: #00869D;
}
#um-registration .reg-page .reg-unselected-panel {
  padding: 1rem;
  background-color: #fff;
  border-bottom: 2px solid #eee;
  border-radius: 0 1rem 1rem 0;
  margin-bottom: 1rem;
  border-left: 5px solid #A2469E;
}
#um-registration .reg-page .reg-unselected-panel:nth-child(2n) {
  border-left-color: #00869D;
}
#um-registration .reg-page .reg-unselected-panel:nth-child(2n) .membership-type-summary .mem-type-summary-fees {
  color: #00869D;
}
#um-registration .reg-page .reg-unselected-panel:nth-child(2n) label:hover {
  color: #00869D;
}
#um-registration .reg-page .reg-details-section {
  margin-top: 1rem;
}
#um-registration .reg-page .reg-details-section:first-child {
  margin-top: 0;
}
#um-registration .reg-page .reg-details-section.reg-flex-section {
  display: flex;
}
@media only screen and (min-width: 480px) and (max-width: 719px), only screen and (max-width: 481px) {
  #um-registration .reg-page .reg-details-section.reg-flex-section {
    flex-wrap: wrap;
    width: 100%;
  }
}
#um-registration .reg-page .reg-details-section.reg-flex-section .reg-row {
  margin-right: 1rem;
}
#um-registration .reg-page .reg-details-section.reg-flex-section .reg-row:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 480px) and (max-width: 719px), only screen and (max-width: 481px) {
  #um-registration .reg-page .reg-details-section.reg-flex-section .reg-row {
    margin-right: 0;
    width: 100%;
  }
}
#um-registration .reg-page .reg-row {
  margin-bottom: 1rem;
}
#um-registration .reg-page .reg-row:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 480px) and (max-width: 719px), only screen and (max-width: 481px) {
  #um-registration .reg-page .reg-row {
    margin-bottom: 0.5rem;
  }
}
#um-registration .reg-page .reg-row .reg-label {
  margin-bottom: 0.25rem;
}
@media only screen and (min-width: 480px) and (max-width: 719px), only screen and (max-width: 481px) {
  #um-registration .reg-page .reg-row .reg-input {
    width: 100%;
  }
}
#um-registration .reg-page .reg-row .reg-input input {
  border: 1px solid #eee;
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  border-radius: 5px;
}
#um-registration .reg-page .reg-row .reg-input input:focus {
  outline: none;
  border-color: #bbb;
  transition: 0.1s ease-out border-color;
}
@media only screen and (min-width: 480px) and (max-width: 719px), only screen and (max-width: 481px) {
  #um-registration .reg-page .reg-row .reg-input input[type=text],
  #um-registration .reg-page .reg-row .reg-input input[type=password] {
    width: 100% !important;
    box-sizing: border-box;
  }
}
#um-registration .reg-page .membership-type-summary .mem-type-summary-open-to {
  font-size: 1.25rem;
}
#um-registration .reg-page .membership-type-summary .mem-type-summary-fees {
  margin-top: 0.5rem;
  border-top: 1px solid #eee;
  padding-top: 0.5rem;
  font-weight: bold;
  font-size: 1.25rem;
  color: #A2469E;
}
#um-registration .reg-page label {
  font-weight: bold;
  margin: 0.5rem 1rem 1rem 5px;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
#um-registration .reg-page label:hover {
  cursor: pointer;
  color: #A2469E;
}