@charset "utf-8";
h1 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 30px;
  font-weight: 400;
}
h2 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-weight: 400;
}
h3 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
h3.emphasized {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
@media (max-width: 1149px) {
  h1 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 26px;
    font-weight: 400;
  }
  h2 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 22px;
    font-weight: 400;
  }
  h3 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
  }
  h3.emphasized {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
  }
}
.registration-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px !important;
  width: 335px;
  text-align: center;
}
.registration-header .verify-account {
  margin-top: 120px;
}
.registration-header .title {
  font-family: "Source Sans Pro";
  font-size: 30px;
  font-weight: 400 !important;
  letter-spacing: 0px;
  text-align: center;
}
.registration-header .subtitle {
  font-size: 16px;
  font-weight: normal;
  height: 40px;
  margin-top: 32px;
  letter-spacing: 0px;
  text-align: center;
}
.registration-header .icon {
  height: 49px !important;
  min-width: 34px;
  margin-bottom: 28px;
}

@charset "utf-8";
h1 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 30px;
  font-weight: 400;
}
h2 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-weight: 400;
}
h3 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
h3.emphasized {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
@media (max-width: 1149px) {
  h1 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 26px;
    font-weight: 400;
  }
  h2 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 22px;
    font-weight: 400;
  }
  h3 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
  }
  h3.emphasized {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
  }
}
.registration-start-page {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 55px;
}
.registration-start-page .registration-start-page-container {
  width: 335px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.registration-start-page .registration-start-page-container .account-types {
  display: inline-grid;
  margin-top: 50px;
  grid-template-columns: 50% 50%;
  align-items: center;
}
.registration-start-page .registration-start-page-container .account-types .subtitle {
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: 400 !important;
  letter-spacing: 0px;
}
.registration-start-page .registration-start-page-container .account-types .switch {
  margin-left: -10px;
  padding: 4px 8px;
}
.registration-start-page .registration-start-page-container .switch {
  border-radius: 3px;
  border: 2px solid #dcdcdc;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 400 !important;
  padding: 4px 12px;
  letter-spacing: 0px;
  text-align: center;
}
.registration-start-page .registration-start-page-container .switch:hover {
  border: 2px solid #ff9505;
  cursor: pointer;
}
.registration-start-page .registration-start-page-container .switch-selected-type {
  border: 2px solid #ff9505 !important;
}
.registration-start-page .registration-start-page-container .tax-exempt-error {
  border: 1px solid red !important;
  color: red !important;
}
.registration-start-page .registration-start-page-container .tax-exempt-info {
  color: #6d7278;
  font-family: "Source Sans Pro";
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0px;
  margin-bottom: 15px;
  margin-top: 10px;
}
.registration-start-page .registration-start-page-container .register-inputs {
  width: 335px;
}
.registration-start-page .registration-start-page-container .register-inputs .name-fields {
  display: flex;
  justify-content: space-between;
}
.registration-start-page .registration-start-page-container .register-inputs .name-fields ._field {
  width: 48% !important;
}
.registration-start-page .registration-start-page-container .register-inputs .phone-number-fields {
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  grid-column-gap: 10px;
  align-items: center;
}
.registration-start-page .registration-start-page-container .register-inputs .secondary-field {
  width: 280px;
}
.registration-start-page .registration-start-page-container .register-inputs .btn-wrapper {
  display: flex;
  justify-content: flex-end;
}
.registration-start-page .registration-start-page-container .register-inputs .btn-wrapper .btn-continue {
  padding: 0 45px;
  margin: 10px 0;
  clear: both !important;
  margin-bottom: 5px;
}
.registration-start-page .registration-start-page-container .register-inputs hr {
  margin-top: 15px;
}
.registration-start-page .registration-start-page-container .register-inputs .existing-account {
  color: #000000;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 400;
  height: 20px;
  letter-spacing: 0px;
  text-align: center;
  margin: 35px 0;
}
.registration-start-page .registration-start-page-container .register-inputs .white-list-text {
  color: #000000;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: normal;
  height: 60px;
  letter-spacing: 0px;
  text-align: center;
}
.registration-start-page .registration-start-page-container .register-inputs .tax-exempt {
  color: #000000;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: normal;
  height: 20px;
  margin: 15px 0;
  letter-spacing: 0px;
}
.registration-start-page .registration-start-page-container .terms-and-privacy {
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 600;
  height: 100px;
  letter-spacing: 0px;
}
.registration-start-page .existing-org {
  width: 394px;
  margin-bottom: 32px !important;
}
@media (max-width: 549px) {
  .registration-start-page .existing-org {
    width: 335px !important;
  }
}
.complete-profile-footer {
  display: flex;
  align-items: center;
  float: right;
}
.complete-profile-footer .cancel {
  color: #777777 !important;
  font-family: "Source Sans Pro";
  font-size: 14px;
  font-weight: bold;
  height: 18px;
  letter-spacing: 0px;
  margin-right: 20px;
  text-transform: uppercase;
  width: 49px;
  cursor: pointer;
}
.busy-spinner {
  min-height: 100vh;
  min-width: 100%;
  text-align: center;
  z-index: 500;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin-top: 200px !important;
  /* Safari */
}
.busy-spinner .message {
  font-size: 22px;
  font-weight: 300;
}
.busy-spinner .loader {
  left: calc(50% - 37.5px) !important;
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  border-top: 10px solid #FF9505;
  width: 75px;
  height: 75px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
  margin-top: 30px;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@charset "utf-8";
h1 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 30px;
  font-weight: 400;
}
h2 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-weight: 400;
}
h3 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
h3.emphasized {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
@media (max-width: 1149px) {
  h1 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 26px;
    font-weight: 400;
  }
  h2 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 22px;
    font-weight: 400;
  }
  h3 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
  }
  h3.emphasized {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
  }
}
.sign-in-option {
  display: block;
  width: 335px;
  margin: 40px 0;
}
.sign-in-option .text {
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: normal;
  height: 20px;
  margin-top: 31px;
  letter-spacing: 0px;
  text-align: center;
}

@charset "utf-8";
h1 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 30px;
  font-weight: 400;
}
h2 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-weight: 400;
}
h3 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
h3.emphasized {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
@media (max-width: 1149px) {
  h1 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 26px;
    font-weight: 400;
  }
  h2 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 22px;
    font-weight: 400;
  }
  h3 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
  }
  h3.emphasized {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
  }
}
.account-already-exists {
  font-family: "Source Sans Pro";
  height: 120px;
}
.account-already-exists .text {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  text-align: center;
}
.account-already-exists .account-exists-footer {
  display: flex;
  align-items: center;
  float: right;
}
.account-already-exists .account-exists-footer .cancel {
  color: #777777 !important;
  font-size: 14px;
  font-weight: bold;
  height: 18px;
  letter-spacing: 0px;
  margin-right: 20px;
  text-transform: uppercase;
  width: 49px;
  cursor: pointer;
}

@charset "utf-8";
h1 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 30px;
  font-weight: 400;
}
h2 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-weight: 400;
}
h3 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
h3.emphasized {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
@media (max-width: 1149px) {
  h1 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 26px;
    font-weight: 400;
  }
  h2 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 22px;
    font-weight: 400;
  }
  h3 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
  }
  h3.emphasized {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
  }
}
.need-help-alert .triangle {
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 25px solid #ffe4c0;
  width: 0;
  height: 0;
  margin-left: 35px;
}
.need-help-alert .support-specialist {
  background: #ffe4c0;
  width: 335px;
  padding: 25px;
}
.need-help-alert .support-specialist .text {
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 400 !important;
  height: 48px;
  letter-spacing: 0px;
}

