#estimate_amount_table .amount {
    text-align: right;
}
#total_amount { font-weight: bold}
.repeatSectionWrap {
    padding: 1em;
    border: 1px solid #cacaca;
    margin-bottom: 1rem;
}
.formContent,.formSectionContent { width: 100%}
.formSectionContent {
display:none;

}
.formSectionContent.active {
display: flex
}
.formSectionHeading {
    background: #eff6ff;
    color: #999;
    padding-left: .5rem;
}
.formSectionHeading.active {
    background: #2378d8;
    color: #FFF;
}
input.invalid, select.invalid { border-color: red}
.validationErrors { color: red;}
.takenMembershipTour-js, .takenMembershipTourDate-js {
    transition: all .2s cubic-bezier(.36,.53,.33,1.01);
    -webkit-transition: all .2s cubic-bezier(.36,.53,.33,1.01);
    -moz-transition: all .2s cubic-bezier(.36,.53,.33,1.01);
}

#progressBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 99999;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9); }

.cube-folding {
  width: 50px;
  height: 50px;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  font-size: 0; }
  .cube-folding span {
    position: relative;
    width: 25px;
    height: 25px;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    display: inline-block; }
    .cube-folding span::before {
      content: "";
      background-color: #d7106d;
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      width: 25px;
      height: 25px;
      -webkit-transform-origin: 100% 100%;
      transform-origin: 100% 100%;
      -webkit-animation: folding 2.5s infinite linear both;
      animation: folding 2.5s infinite linear both; }
  .cube-folding .cube2 {
    -webkit-transform: rotateZ(90deg) scale(1.1);
    transform: rotateZ(90deg) scale(1.1); }
    .cube-folding .cube2::before {
      -webkit-animation-delay: 0.3s;
      animation-delay: 0.3s;
      background-color: #ff5859; }
  .cube-folding .cube3 {
    -webkit-transform: rotateZ(270deg) scale(1.1);
    transform: rotateZ(270deg) scale(1.1); }
    .cube-folding .cube3::before {
      -webkit-animation-delay: 0.9s;
      animation-delay: 0.9s;
      background-color: #2378d8; }
  .cube-folding .cube4 {
    -webkit-transform: rotateZ(180deg) scale(1.1);
    transform: rotateZ(180deg) scale(1.1); }
    .cube-folding .cube4::before {
      -webkit-animation-delay: 0.6s;
      animation-delay: 0.6s;
      background-color: #00b44e; }

@-webkit-keyframes folding {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0; }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1; }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0; } }

@keyframes folding {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0; }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1; }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0; } }

.cube-wrapper {
  position: relative;
  height: 100px;
  text-align: center;
  -webkit-transform: translateY(-150px);
          transform: translateY(-150px); }
  .cube-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: auto;
    width: 90px;
    height: 6px;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-filter: blur(2px);
    filter: blur(2px);
    border-radius: 100%;
    -webkit-animation: shadow 0.5s ease infinite alternate;
    animation: shadow 0.5s ease infinite alternate; }
  .cube-wrapper .loadingProgress {
    font-size: 18px;
    letter-spacing: 0.1em;
    display: block;
    max-width: 850px;
    color: #000000;
    font-family: ubuntu, sans-serif;
    position: relative;
    top: 25px;
    z-index: 2;
    -webkit-animation: text 0.5s ease infinite alternate;
    animation: text 0.5s ease infinite alternate; }

@-webkit-keyframes text {
  100% {
    top: 35px; } }

@keyframes text {
  100% {
    top: 35px; } }

@-webkit-keyframes shadow {
  100% {
    bottom: -18px;
    width: 100px; } }

@keyframes shadow {
  100% {
    bottom: -18px;
    width: 100px; } }