:root {
  --aretas-grey: #2d2e2e;
  --aretas-red: #ed4d3d;
  --aretas-green: #becf2f;
}

#topBoxRow {
  padding: 40px 0;
  background-color: #EEE;
}

.topBox {
  width: 100%;
  height: 130px;
  background-color: #FFF;
  font-size: 18px;
}

.topBoxHeader {
  width: 100%;
  text-align: center;
  height: 60px;
  background-color: #becf2f;
  color: #FFF;
  line-height: 60px;
  font-weight: 600;
}

.topBoxContent {
  width: 100%;
  text-align: center;
  height: 70px;
  color: #2d2e2e;
  line-height: 70px;
  font-weight: 600;
  text-transform: uppercase;
}

.topBoxContent sup {
  text-transform: none;
  font-weight: normal;
}

.topBoxContent span {
  font-weight: normal;
  font-size: 12px;
  text-transform: none;
}

.compAvatar {
  float: left;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  margin-right: 20px;
  background-size: cover;
  border: 2px solid #2d2e2e !important;
}

.compAthleteName {
  float: left;
  height: auto;
  line-height: 30px;
  width: calc(100% - 120px);
  text-transform: uppercase;
  margin: 0;
  position: relative;
  padding-top: 35px;
}

.compAthleteName #category {
  position: relative;
  left: 0;
  bottom: 0;
  font-weight: normal;
  font-size: 10px;
  line-height: 14px;
}

.compAthleteName #category span {
  font-size: 10px;
  color: #999;
  margin-left: 10px;
}

.compAthleteName #rank {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: normal;
  font-size: 10px;
  line-height: 50px;
}

.comphome .compAthleteName {
  padding-top: 0;
}

.comphome .compAthleteName #rank {
  position: relative;
  line-height: 14px;
}

.waiver_content {
  background-color: #f8f8f8;
  padding: 30px;
  border: 1px solid #eee;
  max-height: 500px;
  border-radius: 5px;
  overflow: scroll;
  box-shadow: 0px 1px 10px -1px rgba(48, 48, 48, 0.13);
}

.waiver_content a {
  color: #becf2f;
  font-weight: 600;
}

.waiver_content::-webkit-scrollbar-thumb {
  background: #becf2f;
  width: 6px;
  border-radius: 3px;
}

.waiver_content::-webkit-scrollbar {
  display: inherit;
  width: 6px;
  background: transparent;
  margin-right: 1px;
  height: 100%;
}

.waiver_content .bullet {
  display: flex;
  font-weight: bold;
  line-height: 2.5;
}

.waiver_content .bullet:not(.sub):not(.sub2) {
  margin: 10px 0;
}

.waiver_content .bullet div {
  flex: 1;
}

.waiver_content .bullet .num {
  width: 40px;
  flex: none;
}

.waiver_content p {
  padding-left: 40px;
}

.waiver_content .bullet.sub,
.bullet.sub2 {
  font-weight: normal;
}

.bullet.sub2 {
  padding-left: 40px;
}

.signature_field {
  display: flex;
  align-items: self-end;
  line-height: 25px;
}

.signed {
  background-color: transparent !important;
  outline: none;
  color: #2d2e2e;
  box-shadow: none;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  height: auto;
  border: none;
  border-bottom: 1px solid #aaa;
  margin-left: 10px;
  line-height: 25px;
  width: 300px;
  padding: 0 10px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  transition: all 0.2s;
}

.waiverTick {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.waiverTick .nolabel,
.waiverTick .radio-switch {
  margin: 0;
}

.waiverTick #waver_read_text {
  font-size: 12px;
  margin-right: 10px;
  color: #666;
}

.dateTopBox {
  line-height: 14px;
}

.singleLine {
  line-height: 70px;
}

.doubleLine {
  line-height: 35px;
}

#contentContainer {
  margin-top: 0 !important;
}

#logo {
  width: 100%;
  max-width: 250px;
  max-height: 250px;
  border: 1px solid #ccc;
  background-size: contain;
}

#logofull {
  width: 100%;
  border: 1px solid #ccc;
  background-size: contain;
}

#logo:before,
#logofull:before {
  content: "";
  display: block;
  margin-top: 100%;
}

.description-header {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: 600;
}

.catdescription-header {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 10px;
}

.description-content {
  margin-top: 20px;
  width: 100%;
  font-size: 12px;
}

.catdescription-content {
  margin-top: 3px;
  width: 100%;
  font-size: 12px;
}

.leftStripe {
  width: 90%;
  padding-left: 10%;
  height: 70px;
  background-size: auto 100%;
  background-position: 100% 0;
  background-image: url(/images/stripe_black3.png?4227b74d499cfe464983ee5c9117f478);
  background-repeat: no-repeat;
  line-height: 70px;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  text-align: left;
}

.leftStripe:after {
  width: 9999px;
  background-color: rgb(45, 46, 46);
  height: 70px;
  position: absolute;
  content: "";
  left: -9983px;
}

.leftText {
  width: 85%;
  padding: 15px 10%;
  padding-right: 5%;
  font-size: 12px;
}

.leftTextBig {
  width: 85%;
  padding: 15px 10%;
  padding-right: 5%;
  font-size: 18px;
  font-weight: 600;
}

.category-left {
  width: 70%;
  float: left;
  text-align: left;
  font-size: 14px;
  margin: 10px 0;
  text-transform: uppercase;
}

.category-right {
  width: 30%;
  float: left;
  text-align: right;
  font-size: 14px;
  margin: 5px 0;
}

.category-header {
  font-weight: 600;
  font-size: 16px;
  margin: 5px 0;
}

.category-full {
  text-decoration: line-through;
}

.allMembers {
  display: flex;
  display: -webkit-flex;
  flex-flow: row wrap;
}

.category-capacity {
  padding: 5px;
  color: #2d2e2e;
  background-color: #becf2f;
  width: 60px;
  float: right;
  text-align: center;
  height: 32px;
  border-radius: 20px;
}

.full {
  background-color: #ed4d3d;
  color: #FFF;
}

.vol-header {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}

.vol_opp {
  width: 100%;
  text-align: left;
  margin: 5px 0;
  font-size: 12px;
}

.button-dealine {
  line-height: 30px;
}

.button-dealine div:nth-child(1) {
  font-size: 18px;
  line-height: 20px;
  padding-top: 12px;
}

.button-closed {
  background-color: #2d2e2e;
  cursor: default;
  color: #FFF;
}

.button-closed:hover {
  box-shadow: none !important;
  background-color: #2d2e2e !important;
  cursor: default;
  color: #FFF;
}

.button-dealine div:nth-child(2) {
  font-size: 10px;
  line-height: 20px;
  color: #2d2e2e;
}

.button:hover {
  color: #2d2e2e;
  box-shadow: inset 300px 80px rgba(0, 0, 0, 0.2);
}

.countdown {
  max-width: 250px;
}

.countdown .title {
  font-weight: bold;
  padding-left: 5px;
}

.countdown .subtitle {
  line-height: 12px;
  font-size: 10px;
  padding-left: 5px;
}

.countdown .values {
  display: flex;
  flex: 1;
  justify-content: space-around;
  padding-top: 25px;
  margin-bottom: 25px;
}

.countdown_object {
  width: calc(33.333% - 15px);
  margin-right: 15px;
  text-align: left;
  padding-left: 5px;
  border-right: 1px solid #eee;
}

.countdown_object .cvalue {
  font-weight: bold;
  font-size: 32px;
  line-height: 22px;
  text-align: center;
  position: relative;
  display: inline;
}

.countdown_object .cvalue .sec {
  position: absolute;
  left: calc(100% + 5px);
  font-size: 14px;
  top: 50%;
  font-weight: normal;
  margin-top: -6px;
  text-align: left;
}

.countdown_object .ctitle {
  text-align: left;
}

.interested {
  display: flex;
  padding: 5px 0;
  background-color: rgba(191, 207, 47, 0.4);
  border-radius: 20px;
}

.interested_text {
  flex: 1;
  font-size: 14px;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 10px;
}

.interested_remove {
  cursor: pointer;
  padding: 0 10px;
  font-size: 14px;
  padding-right: 20px;
  border-left: 1px solid #fff;
}

.interested_remove:hover {
  color: #fff;
}

#accessible {
  font-style: italic;
  color: #ed4d3d;
  margin: 5px 0;
}

.btn-cats {
  width: 100%;
  clear: both;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  margin-top: 10px;
}

.congrats_page {
  width: calc(100% - 30px);
  max-width: 500px;
  margin: 100px auto;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}

.confetti {
  height: 500px;
  width: 500px;
  position: absolute;
  top: 0;
  left: 0;
  pointerEvents: none;
}

.congrats_page.w1000 {
  width: calc(100% - 30px);
  max-width: 1000px;
}

.saccess_page {
  width: calc(100% - 100px);
  margin: 100px 50px;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}

.saccess_page.single {
  width: 600px;
  margin: 100px auto;
}

.access-comp_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  min-width: 400px;
  margin-bottom: 50px;
}

.single .access-comp_container {
  width: 100%;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.accesses_container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.btn-congrats {
  width: 300px;
  display: flex;
  margin-top: 10px;
  text-align: center;
  justify-content: center;
  align-self: center;
  border: 1px solid rgba(191, 207, 47, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(191, 207, 48, 0.6);
}

.btn-congrats.left {
  align-self: flex-start;
}

.saccess_page:not(.single) .btn-congrats {
  align-self: flex-start;
  font-size: 10px;
  padding: 10px 10px;
  width: 200px;
}

.saccess_page:not(.single) .h3 {
  text-align: left;
  font-size: 12px;
  margin-bottom: 5px;
}

.detail {
  font-weight: normal;
  font-size: 10px;
  line-height: 17px !important;
  letter-spacing: 1px;
  color: #666;
}

.detail strong {
  font-size: 12px;
  color: #2d2e2e;
}

.congrats_image {
  width: 150px;
  height: 150px;
  box-shadow: 0px 1px 10px -1px rgba(48, 48, 48, 0.93);
  border-radius: 5px;
}

.congrats_comptitle {
  padding: 15px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 22px;
  display: flex;
  flex-direction: column;
  text-align: left;
  align-self: flex-start;
}

.congrats_comptitle div {
  margin-bottom: -5px;
  line-height: 25px;
}

.congrats_comptitle span {
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 3px;
}

.congrats_page .h3,
.saccess_page .h3 {
  letter-spacing: 3px;
  font-size: 16px;
  margin-bottom: 20px;
}

.congrats_page .h1,
.saccess_page .h1 {
  font-size: 40px;
  letter-spacing: 5px;
  text-shadow: 3px 4px 7px rgba(0, 0, 0, 0.3);
  margin-bottom: 80px;
}

.congrats_linktext {
  margin-top: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10px;
  font-weight: 600;
}

.linkbox {
  width: 400px;
  padding: 10px;
  margin: 0 auto;
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  margin-top: 5px;
}

.smalltext {
  font-size: 10px;
  color: #666;
}

#r1,
#r2,
#r3,
#r4,
#r5,
#r6,
#r7,
#r8,
#r9,
#r10,
#r11,
#r12,
#r13 {
  opacity: 0.05;
  filter: blur(5px);
}

.congrats_page .flexRowContainer,
.saccess_page .flexRowContainer {
  flex-wrap: nowrap;
}

.notification {
  display: flex;
}

.notification_symbol {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 7px;
  border-radius: 3px;
  background-color: rgba(191, 207, 47, 0.2);
  margin-right: 3px;
}

.notification_text {
  display: flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 3px;
  background-color: rgba(191, 207, 47, 0.2);
  flex: 1;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
}

.yourheat {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 5px;
}

.yourheat .infoSection {
  flex: 1;
}

.yourheat .buttonSection {
  margin-bottom: 5px;
}

.yourheat .labelbit {
  width: 70px;
  height: 20px;
  display: inline-block;
  font-size: 10px;
  text-transform: uppercase;
  color: #666;
  font-weight: normal;
}

.yourheat .region {
  font-size: 16px;
  font-weight: bold;
}

.yourheat .division {
  font-size: 14px;
  font-weight: bold;
}

.yourheat .location {
  font-size: 12px;
}

.yourheat .address {
  font-size: 10px;
}

.activate-headding-main {
  font-weight: 600;
  font-size: 22px;
  line-height: 24px;
  color: #2d2e2e;
  text-align: left;
  text-transform: uppercase;
}

.activate-headding-secondary {
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  color: #2d2e2e;
  text-align: left;
}

.activate-text-large {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
}

.activate-text-medium {
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  text-align: left;
}

.activate-text-normal {
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  text-align: left;
}

.activate-text-small {
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
  text-align: left;
}

.activate-text-small-caps {
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
  text-align: left;
  text-transform: uppercase;
}

#activate-logo {
  width: 100%;
  margin: 20px auto;
  max-width: 250px;
  max-height: 250px;
  border: 1px solid transparent;
  background-size: 100%;
}

#activate-logo:before {
  content: "";
  display: block;
  margin-top: 100%;
}

.map {
  width: 100%;
  height: 300px;
}

iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.signup-heading-main {
  font-weight: 600;
  font-size: 22px;
  line-height: 24px;
  color: #2d2e2e;
  text-align: center;
}

.signup-heading-secondary {
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  color: #2d2e2e;
}

.signup-text-large {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

.signup-text-medium {
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
}

.signup-text-normal {
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  text-align: center;
}

.signup-text-normal em {
  text-decoration: line-through;
  margin-left: 5px;
  color: #ccc;
}

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

.signup-text-small {
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
}

#signup-logo {
  width: 100%;
  margin: auto;
  max-width: 250px;
  max-height: 250px;
  border: 1px solid transparent;
  background-size: 100%;
  background-color: #ccc;
}

#signup-logo:before {
  content: "";
  display: block;
  margin-top: 100%;
}

#signup-price {
  position: absolute;
  top: 80px;
  right: 0;
  margin: 10px;
  font-weight: 600;
  font-size: 50px;
  color: #2d2e2e;
}

#signup-compname {
  margin-top: 100px;
}

#signup-access {
  text-transform: uppercase;
  text-align: center;
}

#access_error {
  text-align: center;
  margin-top: 5px;
  font-style: italic;
}

.correct_code {
  background-color: rgba(190, 207, 47, 0.2) !important;
}

.incorrect_code {
  background-color: rgba(132, 53, 52, 0.3) !important;
}

#accesscode {
  text-transform: uppercase;
}

#homeTitle {
  width: 80%;
  height: 70px;
  background-image: url(/images/stripe_black4.png?7a855aaec183b2b755e92819287a7415);
  background-size: auto 100%;
  background-position: 100% center;
  background-repeat: no-repeat;
}

.socialicons {
  margin: 0;
}

#homeTitle:before {
  content: "";
  height: 70px;
  width: 10000px;
  background-color: #2d2e2e;
  position: absolute;
  left: -9984px;
}

#homeTitle .title {
  width: 75%;
  height: 70px;
  line-height: 70px;
  font-size: 24px;
  color: #FFF;
  text-align: center;
  float: right;
  font-weight: 600;
  text-transform: uppercase;
}

.comp-socialicon {
  float: left;
  margin-right: 15px;
  font-size: 22px;
  color: #2d2e2e;
}

.cell {
  line-height: 48px;
  font-size: 12px;
  height: 48px;
  float: left;
  position: relative;
  text-align: left;
}

.head {
  color: #2d2e2e;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #2d2e2e;
}

.cell-name {
  width: calc(100% - 180px);
}

.cell-nameshort {
  display: none;
  width: calc(100% - 310px);
}

.cell-90 {
  width: 90px;
}

.beacon {
  width: 100%;
  background-color: #2d2e2e;
  height: 48px;
  line-height: 48px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 1px;
}

.beacon:before {
  content: "";
  height: 48px;
  width: 10000px;
  background-color: #2d2e2e;
  position: absolute;
  left: -9984px;
}

.beacon:after {
  content: "";
  height: 48px;
  width: 40px;
  position: absolute;
  right: -25px;
  background-size: auto 100%;
  background-position: 0 0;
  background-image: url(/images/beak.png?22efad391f13acaa244689118d52c6c0);
  background-repeat: no-repeat;
}

.button-grey-light {
  background-color: #aaa;
  color: #2d2e2e;
  margin-top: 15px !important;
  text-align: center;
}

.workout-info {
  font-size: 12px;
}

.workout-info .type span,
.workout-info .time span,
.workout-info .date span,
.workout-info .timecap span {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}

.workout-title {
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
  margin: 10px 0;
}

.workout-description {
  font-size: 14px;
}

.info-title {
  float: left;
  width: 20px;
  font-size: 14px;
  font-weight: 600;
  margin-left: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  min-height: 22px;
}

.info-data {
  float: left;
  margin-left: 10px;
  font-size: 12px;
  min-height: 22px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.hidesmall .info-data {
  width: calc(100% - 35px);
}

.info-data a {
  text-decoration: underline;
}

.info-data span {
  font-size: 8px;
  text-transform: uppercase;
  color: #666;
}

.flexRowContainer .info-data {
  border: 1px solid rgba(0, 0, 0, 0.05);
  background-color: #eee;
  width: auto;
  height: auto;
  min-height: 20px;
  padding: 2px 10px;
  margin: 0;
  border-radius: 3px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  margin-right: 5px;
  margin-bottom: 5px;
}

.admin-tools {
  padding: 50px 0;
  background-color: #2d2e2e;
}

.admin-tools .section-header {
  text-align: left !important;
  padding-left: 20px;
  color: #becf2f;
  font-size: 16px;
  font-weight: 800;
}

.button-admin {
  color: #becf2f;
  border: 1px solid #becf2f;
  width: 100%;
  padding: 6px 10px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  margin: 5px 0;
  text-transform: uppercase;
}

.button-admin:hover {
  color: #2d2e2e;
  background-color: #becf2f;
}

.button-admin-wrapper {
  float: left;
  margin: 0 5px;
}

.memberBox {
  width: 100%;
  margin: 0 auto;
  position: relative;
  float: left;
  background-repeat: no-repeat;
  background-size: calc(100% + 2px);
  background-position: center;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0px 0px 6px -1px rgba(48, 48, 48, 0.73);
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.memberBox:before {
  content: "";
  display: block;
  margin-top: 100%;
}

.memberBox.empty {
  cursor: pointer;
}

.memberBox.empty:after {
  content: "+";
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 0;
  justify-content: center;
  background-color: transparent;
  top: 0;
  font-size: 50px;
  color: #ccc;
}

.comphome .h2text {
  float: left;
}

.comphome .teamname {
  font-weight: normal;
  padding-right: 30px;
  font-size: 40px;
  color: #2d2e2e;
  line-height: 50px;
}

.comphome .editbtn {
  display: flex;
  position: relative;
  float: left;
  width: auto;
  flex-direction: row;
  padding: 2px 7px 2px 10px;
  background-color: #eee;
  border-radius: 40px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  cursor: pointer;
  align-items: center;
  height: auto;
  clear: right;
}

.comphome .editbtn .value {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 10px;
  padding-left: 5px;
  line-height: 26px;
}

.comphome .editbtn .symbol {
  width: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.memberWrapper {
  width: 16.6666666667%;
  float: left;
  padding: 10px;
}

.memberDetails {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 10px;
}

.memberName {
  color: #2d2e2e;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}

.memberInfo {
  color: #2d2e2e;
  text-align: center;
  font-size: 10px;
}

.memberStatus {
  color: #2d2e2e;
  text-align: center;
  font-style: italic;
  font-size: 10px;
}

.itinerary_date {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 15px;
}

.itinerary_agenda {
  margin: 10px 0;
}

.itinerary_time {
  font-size: 12px;
  font-weight: 600;
  width: 40%;
  float: left;
  margin-right: 5px;
}

.itinerary_item {
  font-size: 16px;
  width: calc(60% - 5px);
  float: left;
}

.itinerary_item .main {
  font-size: 12px;
}

.itinerary_item .detail {
  font-size: 10px;
  margin-left: 10px;
}

.instalmentBox {
  border-left: 1px solid #ccc;
  padding: 5px 0;
}

.instalmentBox:last-child {
  border-right: 1px solid #ccc;
}

.instalmentBox .price {
  font-weight: 600;
  text-align: center;
  font-size: 22px;
}

.instalmentBox .successSign {
  position: relative;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #becf2f;
  width: 48px;
  height: 48px;
  line-height: 48px;
  color: white;
  text-align: center;
  font-size: 20px;
}

.instalmentBox .pendingSign {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 12px;
}

.instalmentBox .h4 {
  font-size: 12px !important;
}

.instalmentBox .date {
  text-align: center;
  font-weight: 600;
}

.mapContainer {
  position: relative;
  width: 100%;
  height: 300px;
  display: flex;
  /* border: 1px solid black; */
  align-items: center;
  overflow: hidden;
}

.mapContainer img {
  width: 100%;
}

.mapContainer::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  position: absolute;
}

.mapContainer:hover::after {
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  content: "CLICK TO OPEN ON GOOGLE MAPS";
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
}

.gm-bundled-control .gmnoprint {
  display: block;
}

.gmnoprint:not(.gm-bundled-control) {
  display: none;
}

.spectatorTickets {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 25px;
  /* margin-bottom: 50px; */
  /* background-color: #f6f6f6; */
  /* background-color: rgba(191, 207, 47, 0.2); */
  /* border-top: 1px solid #eee; */
  /* border-bottom: 1px solid #eee; */
  padding: 10px 0;
  /* border-radius: 15px; */
}

.spectatorTickets .title {
  font-size: 16px;
  font-weight: bold;
  height: 100%;
  display: flex;
  text-transform: uppercase;
  align-items: center;
  /* justify-content: center; */
  /* text-align: center; */
  padding-left: 5px;
}

.spectatorTickets .info {
  padding: 0 5px;
  margin-bottom: 10px;
  font-size: 10px;
}

.spectatorTickets .title span {
  font-weight: normal;
  font-size: 12px;
  margin-left: 5px;
  height: 100%;
  background-color: #eee;
  padding: 0 6px;
  border-radius: 10px;
}

.spectatorTickets .ticket {
  width: 100%;
  display: flex;
  background-color: #f4f4f4;
  /* border: 1px solid #eee; */
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 12px;
  height: 40px;
  align-items: center;
}

.spectatorTickets .ticket .type {
  padding-left: 20px;
  flex: 1;
  text-align: left;
  font-size: 12px;
  /* font-weight: 600; */
  text-transform: uppercase;
}

.spectatorTickets .ticket .status {
  padding-right: 10px;
  text-transform: uppercase;
  width: 100px;
  text-align: center;
}

.spectatorTickets .ticket:hover {
  background-color: #eee;
}

.ticket-value {
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.ticket-label {
  width: 100%;
  text-align: left;
  font-size: 10px;
  color: #666;
  line-height: 10px;
  text-transform: uppercase;
}

.ticket-button {
  text-decoration: underline;
  color: cornflowerblue;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  width: 100%;
  text-align: left;
  line-height: 18px;
  margin-bottom: 10px;
  cursor: pointer;
}

.ticket-qrcode {
  width: 200px;
  height: 200px;
  margin-bottom: 5px;
}

.ticket-qrcode img {
  width: 100%;
  height: 100%;
}

.ticket-smalltext {
  font-size: 10px;
  width: 100%;
  text-align: center;
}

.lifts-section {
  display: inherit;
  width: 100%;
  clear: both;
  padding: 20px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.lifts-item.hov:hover {
  background-color: #fafafa;
  cursor: pointer;
}

.lifts-item {
  display: flex;
  width: 100%;
  height: 30px;
  align-items: center;
}

.lift-name {
  flex: 1;
  display: flex;
  align-items: center;
}

.lift-name span {
  font-size: 8px;
  color: #666;
  background-color: #eee;
  border-radius: 5px;
  margin-left: 10px;
  padding: 3px 6px;
}

.lift-weight {
  width: 60px;
  display: flex;
  align-items: center;
  font-weight: 600;
}

.lift-status {
  width: 80px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  justify-content: center;
  text-transform: uppercase;
  padding: 2px 10px;
  font-size: 8px;
}

.lift-status.successful {
  background-color: rgba(191, 207, 47, 0.4);
}

.lift-status.pending {
  background-color: #eee;
}

.lift-status.failed {
  background-color: rgba(237, 77, 61, 0.4);
}

.schedule-bg {
  background-size: 120%;
  background-position: center top;
  padding: 40px 0 !important;
}

.schedule-bg .h2 {
  position: relative;
}

.schedule-shade {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  bottom: 0;
  border-radius: 23px;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.schedule-day {
  font-weight: bold;
  font-size: 14px;
  border-bottom: 1px solid #2d2e2e;
  display: flex;
  width: calc(100% - 80px);
  justify-content: space-between;
  position: relative;
  margin: 10px 40px;
  margin-top: 30px;
}

.schedule-day div {
  font-size: 31px;
  text-transform: uppercase;
}

.schedule-day div span {
  font-weight: 600;
  font-size: 10px;
  margin-left: 3px;
}

.flexCenter {
  display: flex;
  justify-content: center;
  align-items: center;
}

.schedule-myevents {
  color: #888;
  position: relative;
  font-weight: 600;
  margin-left: 10px;
}

.schedule-myevents.on {
  color: #2d2e2e;
}

.schedule-item {
  display: flex;
  width: 100%;
  height: auto;
  justify-content: space-between;
  margin-bottom: 10px;
  position: relative;
  padding: 10px 0px;
  flex-wrap: wrap;
}

.schedule-item.workout {
  background-color: rgba(0, 0, 0, 0.05);
}

.schedule-item.workout {
  background-color: rgba(0, 0, 0, 0.03);
}

.schedule-time {
  width: 130px;
  height: 25px;
  display: flex;
  align-items: center;
  padding: 5px 0 5px 40px;
}

.schedule-detail {
  flex: 1;
  height: auto;
  padding-right: 40px;
}

.schedule-workout span {
  font-weight: normal;
  text-transform: lowercase;
  font-size: 10px;
  margin-left: 5px;
  margin-bottom: -2px;
}

.schedule-workout,
.schedule-heat,
.schedule-heatlane {
  width: 100%;
  height: auto;
  min-height: 25px;
  flex-wrap: wrap;
  display: flex;
  text-transform: capitalize;
  font-size: 12px;
  align-items: center;
  font-weight: 600;
  justify-content: flex-end;
}

.schedule-workout {
  text-transform: uppercase;
}

.schedule-heat {
  font-weight: normal;
}

.schedule-highlight .schedule-heat {
  font-weight: 600;
}

.schedule-heatlane {
  font-weight: normal;
  font-size: 10px;
}

.schedule-heatblock {
  width: 100%;
  display: flex;
}

.schedule-highlight {
  background-color: rgba(190, 207, 47, 0.2);
}

.schedule-category {
  display: flex;
  height: 20px;
  align-items: center;
  text-transform: uppercase;
  font-size: 10px;
  justify-content: flex-end;
}

.schedule-description {
  display: flex;
  height: 20px;
  align-items: flex-start;
  text-transform: none;
  font-size: 10px;
  justify-content: flex-end;
  flex-wrap: wrap;
  text-align: right;
}

.category-separator {
  padding-left: 10px;
  padding-top: 5px;
  margin: 30px 10px 5px 10px;
  font-size: 10px;
  display: flex;
  align-items: center;
  font-weight: 600;
  text-transform: uppercase;
  border-top: 1px solid #eee;
}

.category-separator:after {
  content: "starting";
  display: none;
  color: #666;
  font-weight: normal;
  margin-left: 10px;
  font-size: 8px;
  /* line-height: 8px; */
  display: flex;
  align-items: center;
  height: 14px;
  border-radius: 5px;
  background-color: #eee;
  padding: 2px 5px;
}

.category-option {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  height: 40px;
  background-color: rgba(191, 207, 47, 0.2);
  border-radius: 10px;
  margin-bottom: 5px;
  padding-left: 20px;
  cursor: pointer;
}

.co-title {
  font-size: 12px;
  flex: 1;
  font-weight: 600;
  height: 100%;
  display: flex;
  align-items: center;
}

.co-duration {
  width: auto;
  font-weight: normal;
  font-size: 10px;
  font-style: italic;
  color: #666;
  padding-left: 15px;
}

.co-status {
  padding-right: 20px;
  color: #666;
  font-style: italic;
  text-transform: uppercase;
  font-size: 10px;
  height: 100%;
  display: flex;
  align-items: center;
}

button.co-waitlist {
  border-radius: 5px;
  border: none;
  background-color: rgba(191, 207, 47, 0.5);
  padding: 3px 10px;
  margin-right: 10px;
  font-weight: 600;
  text-transform: uppercase;
  outline: none;
}

button.co-waitlist.waitlisted {
  background-color: rgba(191, 207, 47, 0.2) !important;
  color: #666;
}

button.co-waitlist:hover {
  background-color: rgba(191, 207, 47, 0.3);
}

.category-option.selected {
  cursor: default;
  background-color: rgba(191, 207, 47, 0.5);
}

.category-option.soldout,
.category-option.closed,
.category-option.notavailable {
  cursor: default;
  background-color: transparent;
}

.category-option.available:hover {
  background-color: rgba(191, 207, 47, 0.3);
}

.soldout .co-title,
.notavailable .co-title,
.closed .co-title {
  color: #999;
  font-weight: normal;
}

.activate-status {
  padding: 10px 20px;
  background-color: #f6f6f6;
  border-radius: 15px;
}

.open_team .Collapsible__trigger {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  color: #666;
  cursor: pointer;
  margin-left: 5px;
  background-color: rgba(191, 207, 47, 0.4);
  color: #444;
  padding: 5px 10px;
  border-radius: 5px;
}

.open_team .Collapsible__trigger.is-closed:after {
  content: "teammates > show";
}

.open_team .Collapsible__trigger.is-open:after {
  content: "teammates > hide";
}

.open_team .Collapsible__trigger:hover {
  color: #2d2e2e;
}

.open_team .Collapsible {
  margin-top: 5px;
  max-width: 600px;
}

.open_team .captain {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 28px;
}

.open_team .captain .c {
  width: 20px;
  height: 20px;
  background-color: orange;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  border-radius: 10px;
  position: absolute;
  left: -20px;
}

.open_team .captain .ig,
.open_team .teammate .ig {
  font-size: 10px;
  font-weight: 600;
}

.open_team .captain .ig a,
.open_team .teammate .ig a {
  color: #5851db;
}

.open_team .captain .name {
  font-size: 12px;
  font-weight: 600;
  padding: 0 10px;
  width: 200px;
  position: relative;
  margin-left: 20px;
}

.open_team .teammate {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 28px;
  margin-left: 5px;
}

.open_team .teammate .name {
  font-size: 12px;
  font-weight: normal;
  padding: 0 10px;
  width: 200px;
  position: relative;
  flex: 1;
}

.openteam_team {
  font-size: 10px;
  text-transform: uppercase;
}

.psub_t1 {
  display: none;
}

.psub_t2 {
  display: block;
}

.psub_content {
  display: flex;
  flex-direction: row;
}

.psub_content img {
  max-width: 200px;
  max-height: 200px;
  margin-right: 10px;
}

.psub_dist {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}

.psub_dist button {
  width: 200px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.sectiontitle {
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.avatararea {
  width: 100%;
  display: flex;
  padding-right: 20px;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 50px;
}

.avatararea .flexbox-column {
  width: auto;
}

.avatararea .compAvatar {
  width: 70px;
  height: 70px;
  margin: 0;
  margin-left: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
}

.you_are_signedup .avatararea .flexbox-row {
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.you_are_signedup .avatararea .flexbox-row img,
.you_are_signedup .avatararea .flexbox-row button {
  margin: 0;
}

.athlete_info {
  font-size: 10px;
  display: flex;
  align-items: center;
}

.athlete_info strong {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 27px;
}

.athlete_info span,
.athlete_info em {
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  line-height: 10px;
  flex: 1;
  gap: 5px;
  font-style: normal;
}

.athlete_info em {
  margin-left: 5px;
}

.upcomingevents {
  flex: 1;
  min-width: 250px;
}

.athlete_name {
  height: 24px;
  width: 100%;
  display: flex;
  align-items: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  padding-left: 0px;
}

.event-block {
  width: 100%;
  height: 50px;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #eee;
  margin-bottom: 5px;
  margin-top: 5px;
  justify-content: center;
  /* border: 1px solid rgba(191, 207, 47, 0.1); */
  /* background-color: rgba(191, 207, 47, 0.05); */
  padding: 10px 5px;
  /* border-radius: 10px; */
}

.event-block .topline {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
}

.event-block .bottomline {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 10px;
  color: #666;
  flex-wrap: wrap;
}

.topline div {
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
}

.topline strong {
  font-weight: normal;
  font-size: 10px;
  letter-spacing: 1px;
  color: #666;
}

.bottomline div:not(:last-child)::after {
  content: "";
  display: inline-block;
  border-left: 1px solid #aaa;
  height: 1em;
  margin: 0 8px;
  vertical-align: middle;
}

@media (max-width: 1100px) {
  .btn-cats {
    width: 100%;
  }

  .longButton {
    font-size: 16px;
  }

  .memberWrapper {
    width: 20%;
  }
}

@media (max-width: 1000px) {
  .beacon:after,
  .beacon:before {
    display: none;
  }

  .you_are_signedup .avatararea {
    max-width: 100%;
    width: 100%;
    flex: auto;
    margin-bottom: 50px;
  }

  .athlete_name {
    padding-left: 0;
  }

  .event-block {
    padding: 10px;
  }
}

@media (max-width: 830px) {
  .confetti {
    height: auto;
    width: 100%;
  }

  .saccess_page.single {
    width: 100%;
    padding: 30px;
    margin: 20px auto;
  }

  .h1 {
    font-size: 22px;
  }

  .category-option {
    padding-left: 10px;
  }

  .co-status {
    padding-right: 10px;
  }

  .schedule-time {
    padding: 5px 0 5px 20px;
  }

  .schedule-detail {
    padding-right: 20px;
  }

  .schedule-day {
    margin: 10px 20px;
    width: calc(100% - 40px);
    margin-top: 30px;
  }

  #logofull.showsmall {
    display: flex !important;
    width: 100%;
    border: none;
    background-size: contain;
    align-items: center;
    position: relative;
  }

  #logofull.showsmall .shade {
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
    background-color: rgba(255, 255, 255, 0.7);
  }

  .open_team .Collapsible {
    width: 100%;
  }

  .open_team .captain,
  .open_team .teammate {
    justify-content: space-evenly;
  }

  .open_team .captain .ig,
  .open_team .teammate .ig {
    width: 90px;
    text-align: right;
  }

  .open_team .Collapsible__trigger {
    margin-left: 0px;
  }

  .open_team .captain .name {
    text-align: left;
  }

  .open_team .teammate .name {
    text-align: left;
  }

  .spectatorTickets .title {
    text-align: left;
    display: block;
    width: 100%;
  }

  .noFloatSmall {
    margin: 0 auto;
    float: none;
  }

  .mapContainer {
    margin: 0 -15px;
    width: calc(100% + 30px);
    height: 240px;
    margin-bottom: -40px;
  }

  .countdown {
    margin: 0 auto;
    width: 100%;
    padding: 0;
    position: relative;
    z-index: 10;
    max-width: calc(100% - 20px);
  }

  .countdown .title {
    padding-left: 0px;
    text-align: center;
    font-size: 16px;
  }

  .countdown .subtitle {
    text-align: center;
    line-height: 14px;
    font-size: 10px;
    padding-left: 5px;
  }

  .countdown_object {
    width: 33.333%;
    margin-right: 0;
    text-align: center;
    padding-left: 5px;
    border-right: 1px solid #2d2e2e;
  }

  .countdown_object .ctitle {
    text-align: center;
  }

  .socialicons {
    display: inline-block;
    width: auto;
    margin: 5px auto 0 auto;
    height: auto;
  }

  .info-title {
    width: 30px;
    padding-right: 5px;
    text-align: right;
    display: block;
    margin-left: 0;
  }

  .compAthleteName {
    float: none;
    width: 100%;
  }

  .compAthleteName #category,
  .compAthleteName #rank {
    width: 100%;
  }

  .vol_opp {
    text-align: left;
  }

  .compAvatar {
    margin: 0 auto;
    width: 200px;
    height: 200px;
    float: none;
  }

  #logo {
    margin: 0 auto;
  }

  .info-data {
    width: calc(100% - 30px);
    padding-left: 5px;
    font-size: 12px;
    line-height: 22px;
    text-align: left;
    display: block;
    margin-left: 0;
  }

  .description-content {
    text-align: left;
  }

  .topBox {
    height: 90px;
    font-size: 14px;
  }

  .topBoxHeader {
    height: 40px;
    line-height: 40px;
  }

  .topBoxContent {
    height: 50px;
    line-height: 50px;
  }

  .singleLine {
    line-height: 50px;
  }

  .doubleLine {
    line-height: 25px;
  }

  .col-sm-12 {
    width: 100% !important;
  }

  .leftStripe {
    width: 70%;
  }

  .btn-cats {
    width: 100%;
  }

  .longButton {
    font-size: 14px;
  }

  #signup-compname {
    margin-top: 70px;
  }

  #signup-price {
    top: 70px;
    font-size: 30px;
  }

  .signup-heading-main {
    font-size: 18px;
  }

  .signup-text-medium {
    font-size: 14px;
  }

  .signup-text-normal {
    font-size: 12px;
  }

  #homeTitle .title {
    font-size: 18px;
  }

  .memberWrapper {
    width: 25%;
  }

  .mobile-full {
    width: 100% !important;
    text-align: center;
    margin: 0 !important;
    padding: 0 !important;
  }
}

@media (max-width: 650px) {
  .comphome .teamname {
    flex: 1;
    font-size: 20px;
  }

  .memberBox {
    width: 60px;
  }

  .leftText,
  .leftTextBig {
    padding: 15px 0;
  }

  .leftStripe {
    padding-left: 0;
    width: 90%;
  }

  #signup-compname,
  #signup-comploc,
  #signup-compdate {
    margin-top: 0px;
    text-align: center;
  }

  #signup-price {
    position: relative;
    margin: 0px;
    text-align: center;
    width: 100%;
    top: 0;
  }

  .signup-heading-main {
    font-size: 16px;
  }

  #homeTitle .title {
    font-size: 16px;
  }

  #homeTitle {
    width: 100%;
    background-image: none;
    background-color: #2d2e2e;
    overflow-x: hidden;
    position: relative;
  }

  #homeTitle:after {
    content: "";
    height: 70px;
    width: 10000px;
    background-color: #2d2e2e;
    position: absolute;
    left: calc(100% - 16px);
  }

  #homeTitle .title {
    width: 100%;
  }

  .memberWrapper {
    width: 100%;
    display: flex;
  }

  .memberDetails {
    flex: 1;
    width: auto;
    padding-left: 20px;
    align-items: flex-start;
    padding-top: 0px;
  }
}

@media (max-width: 600px) {
  .waiverTick #waver_read_text {
    font-size: 10px !important;
    text-align: right;
    flex: 1;
    height: auto;
  }

  .psub_t1 {
    display: block;
    text-align: center;
  }

  .psub_t2 {
    display: none;
  }

  .psub_content {
    flex-direction: column;
  }

  .psub_content img {
    width: 100%;
    max-height: none;
    margin-right: 0px;
    margin-bottom: 10px;
    max-width: none;
  }

  .psub_dist {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
  }

  .psub_dist button {
    width: 200px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .psub_dist .p {
    text-align: center;
  }

  .topBox {
    height: 70px;
    font-size: 12px;
  }

  .topBoxHeader {
    height: 30px;
    line-height: 30px;
  }

  .topBoxWrapper {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .topBoxContent {
    height: 40px;
    line-height: 40px;
    font-size: 10px;
  }

  .singleLine {
    line-height: 40px;
  }

  .doubleLine {
    line-height: 20px;
  }

  .btn-cats {
    width: 100%;
  }

  .longButton {
    font-size: 12px;
  }

  .topBoxContent span {
    font-size: 10px;
  }

  #topBoxRow {
    padding: 20px 0;
  }

  .cell-nameshort,
  .head.personal {
    display: block;
  }

  .cell-nameshort {
    width: calc(100% - 220px);
  }

  .cell-name.head {
    display: flex;
  }
}

