@charset "UTF-8";
*, *:before, *:after {
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-size: 0.9em;
  line-height: 1.4em;
  color: #000;
  margin: 0;
  padding: 0;
  background-color: #eee;
}

h1, h2, h3, h4, h5, h6, .heading {
  margin: 0;
  padding: 0;
  font-weight: bold;
  color: #000;
  line-height: 1.2em;
}

img {
  border: none;
}

/* Main titles for various pages. */
h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.6em;
}

h3 {
  font-size: 1.4em;
}

h4 {
  font-size: 1.3em;
}

h5 {
  font-size: 1.1em;
}

h6 {
  font-size: 0.8em;
}

/* Non-title text */
p {
  margin: 1em 0;
  /*use for top/bottom*/
  padding: 0;
  /*use for left/right*/
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: disc;
}

li {
  margin: 0;
  padding: 2px;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

/********* LINK STYLES *********/
a, a:link, a:visited {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:active {
  color: #000;
  text-decoration: underline;
  cursor: pointer;
}

a:focus, input:focus, select:focus,
textarea:focus, button:focus {
  outline: none;
}

.container {
  text-align: left;
  min-height: 100%;
  margin-bottom: -274px;
}

.container:after {
  content: "";
  display: block;
  height: 274px;
}

.wrapper {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.content {
  width: 100%;
  padding: 0 28px;
  margin-top: 20px;
}

header, footer {
  width: 100%;
}

.main, .main-left, .main-right, .main-full {
  background: #fff;
  padding: 0.5em;
}
.main ul, .main-left ul, .main-right ul, .main-full ul {
  margin-left: 1.1em;
}

.main-full {
  width: 100%;
  margin-top: 80px;
  border-radius: 15px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

.footer {
  margin-top: 40px;
  font-size: 0.9em;
  padding: 0 20px;
}

.fa, .far, .fas {
  width: 19px;
}

.logo {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.logo img {
  width: 200px;
}
.logo h3, .logo h4, .logo h5 {
  margin: 20px 0;
  text-align: center;
}

h2 a, h3 a, h4 a {
  text-decoration: none;
  color: #000;
}
h2 a:hover, h3 a:hover, h4 a:hover {
  text-decoration: none;
  color: #000;
}

h2 a:link, h3 a:link, h4 a:link,
h2 a:visited, h3 a:visited, h4 a:visited {
  text-decoration: none;
  color: #000;
}

.subscript {
  margin-top: -20px;
  font-size: 0.8em;
}

.team-header {
  width: 100px;
  margin: 0 auto;
  position: relative;
  top: -56px;
}
.team-header img {
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  width: 100%;
  margin: 0 auto;
}
.team-header a, .team-header a:link, .team-header a:visited, .team-header a:hover {
  text-decoration: none;
  color: #000;
}

.team-header .player-initials {
  --avatar-size: 4rem;
  margin: 32px auto 0;
}
.team-header .player-initials span {
  top: calc(var(--avatar-size) / 4);
  font-size: calc(var(--avatar-size) / 2);
}

.headshot .player-initials {
  --avatar-size: 2rem;
}
.headshot .player-initials span {
  top: calc(var(--avatar-size) / 6.1);
}

.inner-content h1 {
  text-align: center;
  margin-bottom: 20px;
}

.content-container {
  width: 300px;
  margin: 0 auto;
  position: relative;
  top: -28px;
  padding: 0 20px;
}

.inner-content h3 {
  text-align: center;
  margin-bottom: 20px;
}

input {
  background: #f4f4f4;
  color: #252525;
  border: none;
  font-size: 0.9em;
  padding: 9px 9px 9px 13px;
  margin: 5px 0;
  width: 100%;
  height: 36px;
  border-radius: 10px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

input[type=checkbox] {
  width: 13px;
  height: auto;
  margin: 3px 5px 3px 0px;
}

input[type=radio] {
  background: #f4f4f4;
  color: #7e7e7e;
  border: none;
  font-size: 0.9em;
  margin: -2px 0 0 9px;
  vertical-align: middle;
  width: 13px;
}

input[type=radio]:first-of-type {
  background: #f4f4f4;
  color: #7e7e7e;
  border: none;
  font-size: 0.9em;
  margin: -2px 0 0 0;
  vertical-align: middle;
  width: 13px;
}

select {
  background: #f4f4f4;
  color: #252525;
  border: none;
  font-size: 0.9em;
  padding: 9px 9px 9px 13px;
  margin: 5px 0;
  width: 100%;
  height: 36px;
  /* Remove default arrow */
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(/images/icons/caret-down.svg);
  background-size: 16px;
  background-position: 96% center;
  background-repeat: no-repeat;
  border-radius: 10px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

.system-error {
  display: flex;
  justify-content: center;
}
.system-error ul {
  margin: 0 auto;
}

.select-group {
  list-style-type: none;
  margin: 25px 0 0 0;
  padding: 0;
}

.select-group span {
  /* float:left; */
  margin: 0 5px 0 0;
  width: 100px;
  height: 40px;
  position: relative;
}

.select-group label, .select-group input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.select-group input[type=radio] {
  opacity: 0.011;
  z-index: 100;
}

.select-group input[type=radio]:checked + label {
  background: #12C020;
  color: #fff;
}

.select-group input[type=radio]:hover + label {
  background: #12C020;
  color: #fff;
}

.select-group label {
  background: transparent;
  height: 24px;
  width: 66px;
  color: #000;
  margin: 0;
  padding: 2px 0 0 16px;
  position: relative;
  font-size: 0.8em;
  border: 1px solid #000;
  border-radius: 20px;
  z-index: 90;
}

.select-group label:hover {
  background: #DDD;
}

.form-fields input:focus {
  border-color: #98cbe8;
  outline: 0;
  box-shadow: 0 0 5px #369ECE;
}

.form-fields input[type=radio]:focus {
  border-color: #98cbe8;
  outline: 0;
  box-shadow: 0 0 0 #fff;
}

input[type=date] {
  font-family: "Roboto", sans-serif;
}

button {
  width: 100%;
  background: #000;
  color: #fff;
  margin: 12px 0;
  padding: 10px 40px;
  border-radius: 10px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: none;
  outline: none;
  font-size: 1em;
}
button:hover {
  cursor: pointer;
}

a.button {
  width: 200px;
  background: #000;
  color: #fff;
  margin: 0 auto 20px;
  padding: 9px;
  background-clip: padding-box;
  display: block;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  cursor: pointer;
}

.image-upload > input {
  display: none;
}

.image-upload {
  display: inline-block;
  width: 80px;
  margin: 9px 0;
}
.image-upload img {
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background-clip: padding-box;
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 5px;
  cursor: pointer;
}

div.upload-text {
  display: inline-block;
  width: 171px;
  padding: 0 6px 12px;
  vertical-align: text-bottom;
}
div.upload-text p {
  font-size: 0.9em;
  margin: 0;
  width: 100%;
  position: relative;
  top: -17px;
}

.form-heading {
  font-size: 1.3em;
  font-weight: bold;
}

.form-fields {
  margin: 20px 0;
}

.icon-calendar, .icon-location, .icon-user, .icon-cost {
  position: relative;
  vertical-align: middle;
  text-indent: -18px;
}
.icon-calendar i, .icon-location i, .icon-user i, .icon-cost i {
  padding-left: 18px;
}

.program-content.organization-details .icon-calendar, .program-content.organization-details .icon-location, .program-content.organization-details .icon-user, .program-content.organization-details .icon-cost {
  position: relative;
  vertical-align: middle;
  text-indent: 0;
}
.program-content.organization-details .icon-calendar i, .program-content.organization-details .icon-location i, .program-content.organization-details .icon-user i, .program-content.organization-details .icon-cost i {
  padding-left: 0;
}

.content-wrapper.organization-container .icon-location {
  position: relative;
  vertical-align: middle;
  text-indent: -18px;
  min-height: 44px;
}
.content-wrapper.organization-container .icon-location i {
  padding-left: 18px;
}

.login {
  width: 300px;
}

.login-footer {
  text-align: center;
  font-size: 0.9em;
}
.login-footer .terms a {
  color: #7e7e7e;
}
.login-footer .terms a:first-child {
  margin-right: 12px;
}

.registration {
  width: 300px;
}

.registration.create-household .content-wrapper {
  margin-top: 50px;
}

.register-footer {
  min-width: 257px;
  text-align: center;
}
.register-footer p {
  font-size: 0.8em;
}

.register-submit {
  width: 260px;
  margin: 0 auto;
}

.state {
  width: 100%;
}

.zip {
  width: 100%;
}

.content-wrapper p.heading {
  text-align: left;
  padding-left: 5px;
  margin-bottom: 7px;
  font-size: 1.2em;
}

.contact {
  margin-bottom: 9px;
  text-align: left;
}
.contact label {
  display: inline-block;
  font-size: 0.9em;
}
.contact input[type=radio] {
  width: 20px;
  display: inline-block;
  top: 3px;
  left: 0x;
  height: 16px;
  position: relative;
}

.column.address-info-box {
  margin-top: -9px;
}

.column.contact-info-box {
  margin-top: -9px;
}

.program-container {
  border: 1px solid #7e7e7e;
  border-radius: 15px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  margin-bottom: 30px;
  overflow: hidden;
}

.company-header {
  width: 100%;
  height: 177px;
  overflow: hidden;
}
.company-header img {
  width: 100%;
}

.company-logo {
  width: 72px;
  margin: 0 auto;
  position: relative;
  top: -37px;
}
.company-logo img {
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  width: 75px;
  height: 75px;
  vertical-align: middle;
  margin: 0 auto;
  display: block;
}
.company-logo .company-initials {
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background: #fff;
  border: 1px solid #000;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  margin: 11px auto 0;
  position: relative;
  top: -16px;
  padding: 14px 13px;
  display: block;
}

.program-detail .program-container .program-content p {
  font-size: 1.15em;
}

.program-content p.organization-description {
  width: 100%;
  padding: 0 25px;
  margin: 10px auto;
  min-height: 44px;
}

.program-detail .program-container.map .program-content {
  padding: 0 18px 0 36px;
}

h3.map-section-title {
  margin-bottom: 18px;
}

.map-header {
  width: 100%;
  height: 177px;
  overflow: hidden;
  margin-bottom: -32px;
}
.map-header img {
  width: 100%;
}

.program-content {
  margin-top: -60px;
  padding: 0 18px;
}
.program-content h3 {
  text-align: center;
}
.program-content ul {
  list-style-type: none;
  margin: 20px 11px;
  width: 230px;
}

.program-content.organization-details {
  margin-top: -21px;
  padding: 0 18px;
}
.program-content.organization-details h3 {
  text-align: center;
}
.program-content.organization-details ul {
  list-style-type: none;
  margin: 20px auto;
  width: 230px;
}

.program-detail .program-container {
  border: none;
  border-radius: 15px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
.program-detail .program-container.map .program-content ul {
  margin: 2px 17px 25px 0;
}
.program-detail .column h3 {
  margin-bottom: 20px;
}
.program-detail .program-content p {
  margin: 0;
  width: 100%;
  font-weight: bold;
  color: #000;
}
.program-detail .program-content ul {
  margin: 2px 17px 25px;
  width: 280px;
}
.program-detail .program-content.organization-details > p {
  font-weight: normal;
  margin-bottom: 20px;
}
.program-detail .program-content.organization-details p.icon-calendar,
.program-detail .program-content.organization-details p.icon-cost {
  font-weight: normal;
  margin-bottom: 0;
}

li.icon-cost:before {
  content: url(/images/icons/coin.svg);
  width: 13px;
  height: 13px;
  position: relative;
  left: 17px;
  top: -3px;
  display: inline-block;
  vertical-align: middle;
}

p.icon-cost:before {
  content: url(/images/icons/coin.svg);
  width: 18px;
  height: 18px;
  position: relative;
  left: -4px;
  top: -3px;
  display: inline-block;
  vertical-align: middle;
  padding: 1px;
}

.detail-long p.icon-cost:before {
  content: url(/images/icons/coin.svg);
  width: 18px;
  height: 18px;
  position: relative;
  left: 15px;
  top: -3px;
  display: inline-block;
  vertical-align: middle;
  padding: 1px;
}

.iframe-container {
  width: 100%;
  border: none;
  position: relative;
}

.content-container.account {
  padding: 0;
}

.account h3 {
  margin-bottom: 20px;
}

.account-content {
  width: 300px;
  border-bottom: 1px solid #eee;
  margin-bottom: 23px;
}
.account-content:last-child {
  border: none;
}

.user-img {
  display: inline-block;
  width: 60px;
}
.user-img img {
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  width: 50px;
  height: 50px;
  vertical-align: middle;
  margin: 0 auto;
  display: block;
}

.player-initials {
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  --avatar-size: 3rem;
  background: #fff;
  border: 1px solid #000;
  width: var(--avatar-size);
  height: var(--avatar-size);
  margin: 11px auto 0;
  position: relative;
  top: -16px;
  display: block;
  text-align: center;
}
.player-initials span {
  font-size: calc(var(--avatar-size) / 3);
  /* 50% of parent */
  line-height: 1;
  position: relative;
  top: calc(var(--avatar-size) / 3.2);
  /* 25% of parent */
  margin: 0;
  text-transform: uppercase;
}

.user-container {
  display: inline-block;
  width: 170px;
  position: relative;
  top: -9px;
}

div.user-name p {
  margin: 0;
}
div.user-name .name {
  color: #000;
}

.user-edit {
  display: inline-block;
  width: 60px;
}
.user-edit button {
  background: transparent;
  width: 60px;
  color: #000;
  padding: 4px 8px;
  position: relative;
  top: -18px;
  font-size: 0.8em;
  border: 1px solid #000;
}
.user-edit button:hover {
  color: #fff;
  background: #12C020;
  border: 1px solid #12C020;
}

.add-user {
  width: 300px;
  margin-left: 11px;
}
.add-user a:before {
  content: url(/images/icons/add_user.svg);
  width: 20px;
  position: relative;
  left: -8px;
  vertical-align: middle;
  display: inline-block;
}
.add-user a:hover {
  color: #000;
}

.column.payment h3 {
  margin-top: 30px;
}

.user-payment {
  width: 300px;
  margin-bottom: 23px;
}

.payment-icon {
  display: inline-block;
  position: relative;
  top: -9px;
  left: 31px;
}
.payment-icon img {
  width: 50px;
  vertical-align: middle;
  margin: 0 auto;
  display: block;
}

.cc-number {
  display: inline-block;
  width: 180px;
  position: relative;
  top: -9px;
}

div.cc-number p {
  margin: 0;
}

.payment-edit {
  display: inline-block;
  width: 50px;
}
.payment-edit button {
  background: transparent;
  width: 60px;
  color: #000;
  padding: 4px 8px;
  position: relative;
  top: -12px;
  font-size: 0.8em;
  border: 1px solid #000;
}
.payment-edit button:hover {
  color: #fff;
  background: #12C020;
  border: 1px solid #12C020;
}

.add-payment-method {
  width: 300px;
  margin-left: 2px;
  cursor: pointer;
}
.add-payment-method:before {
  content: url(/images/icons/coin.svg);
  width: 18px;
  height: 18px;
  position: relative;
  left: -2px;
  top: -2px;
  display: inline-block;
  vertical-align: middle;
}
.add-payment-method a:hover {
  color: #000;
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 30px;
  border: 1px solid #888;
  min-width: 320px;
  /* Could be more or less, depending on screen size */
  max-width: 32%;
  border-radius: 15px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

#add-payment .modal-content.add-payment,
#select-payment .modal-content {
  max-width: 380px;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.add-payment .heading {
  margin-bottom: 20px;
}

input.payment-name, input.card_number {
  width: 280px;
}

.expiration {
  width: 90px;
}

.ccv {
  width: 89px;
}

.payment-zip {
  width: 90px;
}

.payment-submit {
  width: 280px;
  margin: 0 auto;
}

.content-container.select-player {
  padding: 0;
}

.select-player h3 {
  margin-bottom: 20px;
  text-align: center;
}

.select-player-container {
  max-width: 400px;
  margin: 40px auto 0;
}

.player-content {
  width: 300px;
  border-bottom: 1px solid #eee;
  margin-bottom: 23px;
}
.player-content:last-child {
  border: none;
}

.player-img {
  display: inline-block;
  width: 60px;
}
.player-img img {
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  width: 50px;
  height: 50px;
  vertical-align: middle;
  margin: 0 auto;
  display: block;
}

.player-container {
  display: inline-block;
  width: 180px;
  position: relative;
  top: -9px;
}

div.player-name p {
  margin: 0;
}
div.player-name .name {
  color: #000;
}

.player-edit {
  display: inline-block;
  width: 50px;
  margin-left: -12px;
}
.player-edit button {
  background: transparent;
  width: 60px;
  color: #000;
  padding: 4px 8px;
  position: relative;
  top: -18px;
  font-size: 0.8em;
  border: 1px solid #000;
}
.player-edit button:hover {
  color: #fff;
  background: #12C020;
  border: 1px solid #12C020;
}

.add-player {
  width: 300px;
  margin-left: 11px;
}
.add-player a:before {
  content: url(/images/icons/add_user.svg);
  width: 20px;
  position: relative;
  left: -8px;
  vertical-align: middle;
  display: inline-block;
}
.add-player a:hover {
  color: #000;
}

.next {
  width: 280px;
  margin: 20px auto 0;
}

.content-container.select-division {
  padding: 0;
}

.select-division h3 {
  margin-bottom: 30px;
  text-align: center;
}

.select-division-container {
  max-width: 400px;
  margin: 40px auto 0;
}

.division-content {
  width: 300px;
  border-bottom: 1px solid #eee;
  margin-bottom: 37px;
}
.division-content:last-child {
  border: none;
}

.division {
  display: inline-block;
  width: 229px;
  position: relative;
  top: -9px;
}
.division p {
  margin: 0;
}
.division p:first-child {
  color: #000;
}

.division-edit {
  display: inline-block;
  width: 50px;
  position: relative;
  top: -42px;
}
.division-edit button {
  background: transparent;
  width: 60px;
  color: #000;
  padding: 4px 7px;
  position: relative;
  top: -18px;
  font-size: 0.8em;
  border: 1px solid #000;
}
.division-edit button:hover {
  color: #fff;
  background: #12C020;
  border: 1px solid #12C020;
}

.division-cost {
  border: 1px solid #c1c1c1;
  padding: 4px 12px;
  display: inline-block;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

.questions-container {
  min-width: 300px;
  margin: 40px auto 0;
}

.question {
  margin: 12px 0;
}
.question label {
  color: #000;
}

form.questions textarea {
  width: 298px;
}

.content-container.documents-review {
  padding: 0;
}

.documents-review h3 {
  margin-bottom: 30px;
  text-align: center;
}

.documents-container {
  max-width: 300px;
  margin: 40px auto 0;
}

.documents-content {
  width: 295px;
  border-bottom: 1px solid #eee;
  margin-bottom: 37px;
  padding-left: 3px;
}
.documents-content:last-child {
  border: none;
}

.documents {
  display: inline-block;
  width: 212px;
  position: relative;
  top: -9px;
}
.documents p {
  margin: 0;
}
.documents p:first-child {
  color: #000;
}

.documents-edit {
  display: inline-block;
  width: 50px;
}
.documents-edit button {
  background: transparent;
  width: 75px;
  color: #000;
  padding: 4px 8px;
  position: relative;
  top: -9px;
  font-size: 0.8em;
  border: 1px solid #000;
}
.documents-edit button:hover {
  color: #fff;
  background: #12C020;
  border: 1px solid #12C020;
}

.documents-edit.view {
  display: inline-block;
  width: 50px;
}
.documents-edit.view button {
  background: transparent;
  width: 75px;
  color: #000;
  padding: 4px 8px;
  position: relative;
  top: 0;
  font-size: 0.8em;
  border: 1px solid #000;
}
.documents-edit.view button:hover {
  color: #fff;
  background: #12C020;
  border: 1px solid #12C020;
}

.content-container.payment-plan {
  padding: 0;
}

.payment-plan h3 {
  margin-bottom: 30px;
  text-align: center;
}

.payment-container {
  max-width: 400px;
  margin: 40px auto 0;
}

.payment-content {
  width: 305px;
  padding-left: 6px;
  margin: 0 auto;
}

.option-container {
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  display: flex;
}
.option-container:last-child {
  border: none;
}
.option-container .deposit {
  font-size: 0.8em;
}
.option-container .payment {
  width: 135px;
  display: inline-block;
  top: 0;
}
.option-container .payment p {
  margin: 0;
}
.option-container .payment p:first-child {
  color: #000;
}
.option-container .payment-amount {
  width: 75px;
  display: inline-block;
  position: relative;
  top: 0;
  color: #000;
}
.option-container .payment-edit {
  width: 80px;
  display: inline-block;
  position: relative;
  top: 4px;
}
.option-container .payment-edit button {
  background: transparent;
  width: 75px;
  color: #000;
  padding: 4px 8px;
  position: relative;
  top: -18px;
  font-size: 0.8em;
}
.option-container .payment-edit button:hover {
  color: #fff;
  background: #12C020;
  border: 1px solid #12C020;
}

.payment-review {
  margin-top: -17px;
}

.payment-heading {
  width: 82px;
  display: inline-block;
}
.payment-heading p {
  color: #000;
  text-decoration: underline;
}
.payment-heading span {
  font-size: 0.9em;
}

.date-heading {
  width: 128px;
  display: inline-block;
}
.date-heading p {
  color: #000;
  text-decoration: underline;
}
.date-heading span {
  font-size: 0.9em;
}

.amount-heading {
  width: 81px;
  display: inline-block;
}
.amount-heading p {
  color: #000;
  text-decoration: underline;
}
.amount-heading span {
  font-size: 0.9em;
}

.payment-summary-review {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: 20px 0;
}

.payment-summary-heading {
  width: 82px;
  display: inline-block;
}
.payment-summary-heading p {
  font-size: 0.9em;
}

.date-summary-heading {
  width: 128px;
  display: inline-block;
}
.date-summary-heading p {
  font-size: 0.9em;
}

.amount-summary-heading {
  width: 81px;
  display: inline-block;
}
.amount-summary-heading p {
  font-size: 0.9em;
}

.note {
  font-size: 0.9em;
  font-style: italic;
}

.review-container {
  margin: 40px auto 0;
}
.review-container h3 {
  margin-bottom: 30px;
}

.review-content .team-logo {
  width: 40px;
  display: inline-block;
  vertical-align: top;
}
.review-content .team-logo img {
  width: 50px;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  margin: 0 auto;
}
.review-content .registration-review {
  display: inline-block;
  width: 200px;
}
.review-content .registration-review .player-container {
  width: 200px;
  top: 0;
  margin-bottom: 10px;
  height: 57px;
}
.review-content .registration-review .player-name {
  width: 35px;
}
.review-content .registration-review .player-name img {
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.review-content .registration-review .player-name p {
  display: inline-block;
  position: relative;
  left: 45px;
  width: 150px;
  top: -25px;
}
.review-content .registration-review .player-name .player-initials {
  --avatar-size: 2rem;
  top: -10px;
}
.review-content .registration-review .player-name .player-initials span {
  top: calc(var(--avatar-size) / 6.1);
}
.review-content .registration-review .player-name .player-initials p {
  display: inline-block;
  position: relative;
  left: 6px;
  width: 150px;
  top: -13px;
}
.review-content .registration-review .program {
  color: #000;
  font-weight: bold;
}
.review-content .registration-review .organization {
  margin: 5px 0;
}
.review-content .registration-totals {
  margin: -22px 0 37px 0;
}
.review-content .registration-totals .total-heading {
  width: 100%;
}
.review-content .registration-totals .title {
  text-align: right;
  width: 64%;
  display: inline-block;
}
.review-content .registration-totals .data {
  text-align: right;
  width: 34%;
  display: inline-block;
}

.checkout .checkout-container {
  margin: 40px auto 0;
}
.checkout .checkout-content {
  margin-top: 30px;
}
.checkout .checkout-player {
  margin: 25px 0;
}
.checkout .checkout-player .checkout-player-fees {
  width: 80px;
  margin: 0 auto;
}
.checkout .checkout-addons button {
  background: transparent;
  width: 40px;
  height: 20px;
  color: #000;
  padding: 3px 8px;
  margin: 0;
  position: relative;
  top: 0px;
  font-size: 0.7em;
  border: 1px solid #000;
}
.checkout .checkout-addons button:hover {
  color: #fff;
  background: #12C020;
  border: 1px solid #12C020;
}
.checkout .team-logo {
  width: 40px;
  display: inline-block;
  vertical-align: top;
}
.checkout .team-logo img {
  width: 50px;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  margin: 0 auto;
}
.checkout .checkout-review {
  display: inline-block;
  width: 200px;
  margin-left: 20px;
  margin-bottom: 10px;
}
.checkout .checkout-review .player-container {
  width: 200px;
  top: 0;
}
.checkout .checkout-review .player-name img {
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.checkout .checkout-review .player-name p {
  display: inline-block;
  position: relative;
  left: 0px;
  width: 150px;
  top: 3px;
}
.checkout .checkout-review .player-name .player-initials {
  --avatar-size: 2rem;
  top: -10px;
  margin: 11px 0;
}
.checkout .checkout-review .player-name .player-initials span {
  top: calc(var(--avatar-size) / 6.1);
}
.checkout .checkout-review .player-name .player-initials p {
  display: inline-block;
  position: relative;
  left: 6px;
  width: 150px;
  top: -13px;
}
.checkout .checkout-review .program {
  color: #000;
  font-weight: bold;
}

span.fee {
  display: inline-block;
  width: 50px;
}

span.status {
  width: 100px;
  background: transparent;
  color: #ff0000;
  margin: 12px 0;
  padding: 1px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: 1px solid #ff0000;
  display: inline-block;
  text-align: center;
  font-size: 0.9em;
}

span.remove {
  color: #000;
  margin-top: -5px;
  padding: 4px;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  font-size: 0.9em;
}
span.remove i {
  cursor: pointer;
}

.checkout-totals h3 {
  margin-bottom: 15px;
  font-size: 1em;
  text-align: left;
}
.checkout-totals .payment-icon {
  width: 37px;
}
.checkout-totals .payment-icon img {
  width: 33px;
  position: relative;
  top: -4px;
}
.checkout-totals .discount {
  margin: 12px 0;
}
.checkout-totals .discount label {
  color: #000;
}

.apply-discount {
  background: transparent;
  width: 150px;
  padding: 4px 15px;
  border: 1px solid #000;
  color: #000;
  font-size: 0.8em;
}
.apply-discount:hover {
  color: #fff;
  background: #12C020;
  border: 1px solid #12C020;
}

.remove-discount {
  background: transparent;
  width: 80px;
  padding: 4px 15px;
  border: 1px solid #000;
  color: #000;
  font-size: 0.8em;
}
.remove-discount:hover {
  color: #fff;
  background: #999;
  border: 1px solid #999;
}

.complete-payment .next {
  width: 250px;
}
.complete-payment .total-due {
  font-size: 1.3em;
  color: #000;
  text-align: center;
}
.complete-payment .total-due p {
  margin: 30px 0 5px 0;
}

.card-number-container input {
  display: inline-block;
}

.card-number {
  display: inline-block;
}

.congratulations-container {
  text-align: center;
}
.congratulations-container p {
  color: #000;
  font-weight: bold;
}

@media (min-width: 768px) {
  .main-full {
    width: 100%;
    padding: 115px 0 50px;
    margin-top: 100px;
  }

  .main-full.register-checkout {
    min-height: 750px;
  }

  .main-full.login-screen {
    width: 100%;
    padding: 150px 0;
    margin-top: 100px;
  }

  .footer-left {
    width: 33.333%;
    padding: 0 5px;
    float: left;
  }

  .footer-middle {
    width: 33.333%;
    padding: 0 5px;
    float: left;
  }

  .footer-right {
    width: 33.333%;
    padding: 0 5px;
    float: right;
  }
  .footer-right p {
    font-size: 0.8em;
    color: #999;
  }
  .footer-right a {
    color: #999;
  }

  .content-wrapper {
    margin-top: -130px;
  }

  .content-container {
    width: 650px;
  }

  .login.content-container {
    width: 300px;
  }
  .login .content-wrapper {
    margin-top: -54px;
  }

  .team-header {
    width: 100px;
    margin: 0 auto;
    position: relative;
    top: -165px;
  }
  .team-header img {
    width: 100%;
    margin: 0 auto;
  }

  .login {
    top: 0;
    padding: 0;
  }

  .content-container.account {
    padding: 0 20px;
  }

  .program-content ul {
    margin: 20px auto;
  }

  .content-container.select-player {
    width: 400px;
  }

  .select-division-container {
    width: 400px;
  }

  .division-content {
    width: 400px;
  }

  .division {
    width: 344px;
    top: -9px;
  }

  .division-edit {
    top: -24px;
  }

  .content-container.payment {
    width: 500px;
  }

  .payment-content {
    position: relative;
    left: 10px;
  }

  .content-container.select-player.review {
    width: 600px;
  }

  .review-content .registration-totals {
    width: 385px;
    display: inline-block;
    vertical-align: top;
    margin: 0;
  }

  .checkout .column.step-one {
    width: 56%;
    display: inline-block;
    vertical-align: top;
  }

  .checkout .column.step-two {
    width: 43%;
    display: inline-block;
    vertical-align: top;
  }

  .checkout .checkout-player .checkout-player-fees {
    width: 80px;
    margin: 0 auto;
  }

  .checkout .checkout-player .checkout-player-border {
    width: 77%;
    height: 1px;
    border-bottom: 1px solid #eee;
    margin-left: 60px;
    padding-top: 10px;
  }

  .checkout .checkout-review .player-name .player-initials {
    display: inline-block;
  }
}
@media (min-width: 960px) {
  .content {
    padding: 0;
  }

  p.organization-description {
    width: 790px;
    margin: 0 auto 50px;
  }

  .inner-content {
    width: 900px;
  }

  .inner-content .column-container .column {
    width: 400px;
    padding: 0;
  }
  .inner-content .column-container .column:nth-child(odd) {
    margin-right: 50px;
  }
  .inner-content .column-container .column.single:first-child {
    margin: 0 auto;
    display: block;
  }

  .column {
    display: inline-block;
    width: 350px;
    vertical-align: top;
    padding: 0 10px;
  }

  a.button {
    width: 300px;
  }

  div.upload-text {
    width: 245px;
  }
  div.upload-text p {
    text-align: left;
  }

  .registration {
    width: 900px;
  }
  .registration .column {
    width: 400px;
    padding: 0 25px;
  }

  .registration.create-household .content-wrapper {
    margin-top: 0;
  }

  .registration-form-container {
    text-align: center;
  }

  .upload-text {
    width: 243px;
  }

  .state {
    width: 243px;
    display: inline-block;
  }

  .zip {
    width: 100px;
    display: inline-block;
  }

  .contact {
    margin-bottom: 4px;
  }
  .contact .column.address-info-heading {
    width: 145px;
    display: inline-flex;
    padding: 0;
  }
  .contact .column.address-info-box {
    width: 200px;
    display: inline-flex;
    justify-content: flex-end;
    padding: 0;
    margin: 0;
  }
  .contact .column.contact-info-heading {
    width: 180px;
    display: inline-flex;
    padding: 0;
  }
  .contact .column.contact-info-box {
    width: 162px;
    display: inline-flex;
    justify-content: flex-end;
    padding: 0;
    margin: 0;
  }
  .contact label {
    font-size: 0.8em;
  }
  .contact input[type=radio] {
    top: -3px;
    left: -3px;
  }

  .map-header {
    width: 100%;
    height: 177px;
    overflow: hidden;
    margin-bottom: 20px;
  }

  .company-logo {
    top: -37px;
  }

  .program-content {
    margin-top: -30px;
  }

  .column.payment h3 {
    margin-top: 0;
  }

  .add-payment .column {
    width: 100%;
    padding: 0;
  }

  .expiration {
    display: inline-block;
  }

  .ccv {
    display: inline-block;
  }

  .zip {
    display: inline-block;
  }

  .player-content {
    width: auto;
  }

  .player-img {
    width: 88px;
  }

  .player-container {
    width: 235px;
  }

  div.player-name p {
    margin: 0;
  }

  .player-edit {
    display: inline-block;
    width: 50px;
  }

  .add-player {
    width: 300px;
    margin-left: 11px;
  }
  .add-player a:before {
    content: url(/images/icons/add_user.svg);
    width: 20px;
    position: relative;
    left: -8px;
    vertical-align: middle;
    display: inline-block;
  }
  .add-player a:hover {
    color: #000;
  }

  .questions-container {
    width: 400px;
  }

  form.questions textarea {
    width: 100%;
  }

  .documents-container {
    width: 300px;
  }

  .documents-content {
    width: 300px;
  }

  .documents {
    width: 220px;
  }

  .payment-container {
    width: 500px;
    max-width: 500px;
  }

  .payment-content {
    width: 500px;
  }

  .option-container .payment {
    width: 231px;
  }

  .option-container .payment-amount {
    width: 172px;
  }

  .payment-heading {
    width: 231px;
  }

  .date-heading {
    width: 180px;
  }

  .amount-heading {
    width: 80px;
  }

  .payment-summary-heading {
    width: 231px;
  }

  .date-summary-heading {
    width: 180px;
  }

  .amount-summary-heading {
    width: 80px;
  }

  .content-container.select-player.review {
    width: 100%;
  }

  .review-container {
    width: 650px;
  }

  .review-content {
    width: 634px;
  }
  .review-content .registration-review {
    vertical-align: top;
  }

  .checkout-totals .payment h3 {
    margin-top: 30px;
  }

  .checkout .column.step-one {
    margin-right: 10px !important;
    width: 560px;
  }

  .checkout .column.step-two {
    width: 280px;
  }

  .checkout .checkout-review {
    width: 300px;
    vertical-align: top;
    margin-left: 20px;
  }

  .checkout-player-fees {
    width: 80px;
    display: inline-block;
    margin: 0;
  }

  span.fee {
    display: block;
    position: relative;
    left: 65px;
  }

  span.status {
    display: block;
    position: relative;
    left: 32px;
  }

  span.remove {
    top: -34px;
    left: 155px;
  }

  .discount input {
    width: 300px;
  }

  .modal-content {
    max-width: 50%;
  }

  #document-preview.modal .modal-content {
    max-width: 25%;
  }

  .documnet-icon-container .icons {
    width: 96px;
    position: relative;
  }
  .documnet-icon-container .icons img {
    width: 96px;
    display: block;
  }
  .documnet-icon-container .delete-icon {
    position: absolute;
    top: 6px;
    right: 15px;
  }
}
.top-navigation {
  margin-bottom: -91px;
}

.headshot {
  height: 30px;
  position: relative;
  top: 11px;
  display: inline-block;
}
.headshot img {
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin: 0 auto;
  display: block;
}
.headshot.active {
  display: none;
}

.home-button {
  width: 50px;
  margin-left: 10px;
  position: relative;
  display: inline-block;
}
.home-button img {
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  width: 100%;
  margin: 0 auto;
}

nav {
  padding: 0 15px;
  height: 10px;
  text-align: right;
  position: relative;
  top: -56px;
}

.menu, .submenu {
  list-style-type: none;
}

.item {
  padding: 10px;
}

.item a:hover::after {
  color: #ccc;
}

/* Mobile menu */
.menu {
  display: inline-block;
}

.menu li a {
  display: block;
  padding: 0 5px;
  color: #000;
  text-decoration: none;
}

.menu li.subitem a {
  padding: 15px;
  color: #000;
  text-decoration: none;
}

.menu li a:hover {
  color: #000;
}

.toggle {
  order: 1;
  font-size: 20px;
}

.menu.active li.toggle {
  position: absolute;
  top: 7px;
  right: 0;
  padding-right: 20px;
}

.item {
  order: 3;
  width: 100%;
  text-align: left;
  display: none;
}

.active .item {
  display: block;
}

.menu.active {
  background-color: #d8d8d8;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  width: 200px;
  padding: 25px 0;
}

/* Submenu up from mobile screens */
.submenu {
  display: none;
}

.submenu-active .submenu {
  display: block;
}

.has-submenu i {
  font-size: 12px;
}

.has-submenu > a::after {
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  line-height: 16px;
  font-weight: 900;
  content: "";
  color: #000;
  padding-left: 5px;
}

.has-submenu > a:hover:after {
  color: #000;
}

.has-submenu.submenu-active > a, .has-submenu.submenu-active > a:hover,
.has-submenu.submenu-active > a:hover:after {
  color: #000;
}

.subitem a {
  padding: 10px 15px;
}

.submenu-active {
  background-color: #f4f4f4;
}

.toggle {
  flex: 1;
  text-align: right;
  order: 2;
}

.nav-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.3s;
}

.nav-overlay.active {
  opacity: 1;
  visibility: visible;
}
