
/*
@sheerid/jslib
VERSION: 0.6.0
BUILD_TIMESTAMP: 1554305300159
BUILD_DATE: Wed Apr 03 2019 15:28:20 GMT+0000 (Coordinated Universal Time)
BUILD_COMMIT: 7ecb80c22ffb80f941846db314d1575b48d0ef0b

*/
/**
 * TODO - preamble
 */
/**
 * TODO - preamble
 *
 * These styles follow BEM naming convention with prefixes for some of the layers.
 * Base rules are assumed to be provided by the page SheerID is being used within.
 *
 * Class naming structure:
 *     block__element--modifier
 *
 * Prefixes:
 *     sid = sheerid global prefix to prevent classname collisions.
 *     l = layout rule
 *     m = module rule
 *     h = helper rule
 *
 * No grandchildren
 */
/**
 * TODO - preamble
 */
/**
 * TODO - preamble
 */
.sid-h-link-like {
  display: inline;
  color: #26c1db;
  cursor: pointer; }
  .sid-h-link-like:focus {
    outline: none; }
  .sid-h-link-like:hover {
    text-decoration: underline; }

.sid-h-screen-reader-only {
  left: -10000px;
  top: auto;
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px; }

.sid-h-jumbo-text {
  font-size: 25px;
  font-weight: 800; }

.sid-h-small-text {
  font-size: 11px; }

.sid-h-bold-text {
  font-weight: 700; }

/**
 * TODO - preamble
 */
.sid-l-horz-center {
  text-align: center;
  margin: 0 auto;
  justify-content: center; }

.sid-l-container,
.sid-l-container--narrow {
  margin: 0 auto; }

.sid-l-container {
  max-width: 360px;
  padding: 15px; }

.sid-l-container--narrow {
  max-width: 300px; }

.sid-l-space-top-xl {
  margin-top: 110px; }

.sid-l-space-top-lg {
  margin-top: 50px; }

.sid-l-space-top-md {
  margin-top: 20px; }

.sid-l-space-top-sm {
  margin-top: 7px; }

.sid-l-space-btm-sm {
  margin-bottom: 7px; }

.sid-l-space-left-sm {
  margin-left: 7px; }

.sid-l-full-width {
  width: 100%; }

.sid-l-half-width {
  width: 50%; }

.sid-l-two-thirds-width {
  width: 66%; }

.sid-l-lead-image {
  height: 70px;
  width: 70px; }

.sid-l-position {
  position: relative; }

.sid-field__label {
  font-weight: 500; }

.sid-field__label--required::after {
  content: '*'; }

.sid-field__label-with-explanation {
  display: flex; }

.sid-field__label-explanation {
  color: #707d9c;
  font-size: 11px;
  margin-left: 14px; }

.sid-text-input {
  background-color: #fff;
  border: 1px solid #acb4c6;
  box-sizing: border-box;
  color: #000;
  cursor: auto;
  font-size: 12px;
  font-weight: 400;
  padding: 10px 12px;
  transition: all .15s; }

.sid-text-input:focus {
  outline: none;
  border-color: #000; }

.sid-text-input:disabled {
  background-color: #f1f3f6;
  cursor: not-allowed; }

.sid-field-error {
  color: #f11;
  margin-top: 5px; }

.sid-text-input--error {
  border-color: #f11; }

.sid-text-input--error:focus {
  border-color: #f11; }

.sid-select-input {
  background-color: #fff;
  border: 1px solid #acb4c6;
  box-sizing: border-box;
  color: #000;
  cursor: default;
  font-size: 12px;
  font-weight: 400;
  padding: 10px 12px;
  transition: all .15s; }

.sid-select-input--error {
  border-color: #f11; }

.sid-checkbox {
  display: inline-block;
  width: 5%; }

.sid-checkbox__input-like {
  border: 1px solid #acb4c6;
  height: 15px;
  left: 0;
  position: absolute;
  top: 0;
  width: 15px;
  transition: .2s; }

.sid-checkbox__input-like::after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  content: '';
  display: none;
  height: 11px;
  left: 4px;
  position: absolute;
  top: 0;
  transform: rotate(45deg);
  transition: .2s;
  width: 4px; }

.sid-checkbox__input {
  margin-top: 4px;
  cursor: pointer;
  opacity: 0;
  position: absolute;
  top: 0; }

.sid-checkbox__input:checked ~ .sid-checkbox__input-like {
  background-color: #000;
  border: 1px solid #000;
  transition: .2s; }

.sid-checkbox__input:focus ~ .sid-checkbox__input-like {
  background-color: #e5e5e5;
  border: 1px solid #acb4c6; }

.sid-checkbox__input:checked:focus ~ .sid-checkbox__input-like {
  background-color: #555; }

.sid-checkbox__input:checked ~ .sid-checkbox__input-like::after {
  display: block; }

.sid-checkbox__label {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 12px;
  padding-left: 10px;
  text-transform: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 90%; }

.sid-birthdate__inputs {
  display: flex; }

.sid-birthdate__month,
.sid-birthdate__day {
  margin-right: 7px; }

.sid-birthdate__month,
.sid-birthdate__day,
.sid-birthdate__year {
  box-sizing: content-box; }

.sid-birthdate__month {
  min-width: 130px;
  width: auto; }

.sid-birthdate__day {
  width: 22.4px; }

.sid-birthdate__year {
  width: 29.4px; }

.sid-discharge-date__inputs {
  display: flex; }

.sid-discharge-date__month,
.sid-discharge-date__day {
  margin-right: 7px; }

.sid-discharge-date__month,
.sid-discharge-date__day,
.sid-discharge-date__year {
  box-sizing: content-box; }

.sid-discharge-date__month {
  min-width: 130px;
  width: auto; }

.sid-discharge-date__day {
  width: 22.4px; }

.sid-discharge-date__year {
  width: 29.4px; }

.sid-change-locale {
  display: flex;
  margin-top: 20px; }

.sid-change-locale__label {
  font-size: 10px;
  font-weight: 400; }

.sid-change-locale__input {
  background-color: #fff;
  border: none;
  box-sizing: border-box;
  color: #26c1db;
  cursor: pointer;
  font-size: 10px;
  font-weight: 400;
  padding: 0 5px;
  transition: all .15s; }

.sid-how-verify-works {
  display: inline-block;
  position: relative;
  text-align: left; }

.sid-how-verify-works__container {
  bottom: -15px;
  font-size: 11px;
  height: 15px;
  left: -10%;
  position: absolute;
  width: 230px; }

.sid-how-verify-works__caret {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
  bottom: 0;
  height: 0;
  left: 100px;
  position: absolute;
  width: 0;
  z-index: 3; }

.sid-how-verify-works__tooltip {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 30px rgba(25, 38, 80, 0.1);
  box-sizing: border-box;
  left: 0;
  padding: 14px;
  position: absolute;
  top: 15px;
  width: 230px;
  z-index: 2; }

.sid-btn {
  background-color: #000;
  border: none;
  box-sizing: border-box;
  display: block;
  font-size: 15px;
  outline: none;
  padding: 11px;
  text-align: center;
  text-decoration: none;
  transition: all .2s;
  width: 100%; }

.sid-btn--dark {
  background-color: #000;
  color: #fff; }
  .sid-btn--dark:hover {
    background-color: #444; }

.sid-btn--light {
  background-color: #f1f3f6;
  color: #707d9c; }
  .sid-btn--light:hover {
    background-color: #b3bece; }

.sid-btn:hover {
  cursor: pointer; }

.sid-btn--disabled-like {
  background-color: #444;
  cursor: not-allowed !important; }

.sid-btn-light {
  background-color: #fff;
  border: 2px solid #acb4c6;
  color: #707d9c; }

.sid-btn-light:hover {
  background-color: #fff;
  border-color: #707d9c;
  color: #2f3544; }

.sid-btn:disabled {
  background-color: #444;
  cursor: not-allowed; }

.sid-to-clipboard {
  display: inline-block;
  position: relative; }
  .sid-to-clipboard__clickable-text {
    position: relative;
    z-index: 1; }
  .sid-to-clipboard__notification-text {
    color: #26c1db;
    left: 0;
    font-size: 11px;
    position: absolute;
    text-align: center;
    transition: all ease .15s;
    width: 100%;
    z-index: 0; }
    .sid-to-clipboard__notification-text--hidden {
      opacity: 0;
      top: 11px; }
    .sid-to-clipboard__notification-text--visible {
      opacity: 1;
      top: -13.2px; }

.sid-form-wrapper {
  background-color: #fff;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 14px; }

.sid-loading-screen {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 500px;
  width: 100%; }

.sid-spinner {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px; }
  .sid-spinner__frame {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 51px;
    height: 51px;
    margin: 6px;
    border: 6px solid #26c1db;
    border-radius: 50%;
    animation: sid-spinner 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #26c1db transparent transparent transparent; }
  .sid-spinner__frame:nth-child(1) {
    animation-delay: -.45s; }
  .sid-spinner__frame:nth-child(2) {
    animation-delay: -.3s; }
  .sid-spinner__frame:nth-child(3) {
    animation-delay: -.15s; }

@keyframes sid-spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.sid-names {
  display: flex;
  flex: 1;
  justify-content: space-between; }

.sid-names > * {
  box-sizing: border-box;
  width: 50%; }

.sid-names > *:first-child {
  margin-right: 3.5px; }

.sid-names > *:last-child {
  margin-left: 3.5px; }

.sid-upload-wrap {
  display: flex;
  align-items: center;
  flex-direction: column; }

.sid-submit__continue, .sid-submit__cancel {
  width: 33%; }

.sid-dropzone-wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%; }
  .sid-dropzone-wrap--link {
    color: #006ded; }

.sid-dropzone-wrap__dropzone {
  align-items: center;
  border: 1px dashed #acb4c6;
  background-color: #f1f3f6;
  cursor: pointer;
  display: flex;
  justify-content: center;
  height: 60px;
  width: 100%; }

.sid-dropzone-wrap__instructions {
  color: #192650;
  font-size: 12px; }

.sid-file-list {
  width: 100%; }
  .sid-file-list__file {
    background: #f1f3f6;
    display: flex;
    margin: 5px 0;
    padding: 10px;
    align-items: center; }
  .sid-file-list__remove-btn {
    cursor: pointer;
    margin-left: 5px;
    height: 15px;
    width: 15px; }
  .sid-file-list__remove-btn::after {
    color: #707d9c;
    content: '\d7';
    font-size: 15px;
    font-weight: 100;
    position: relative;
    top: -2px;
    left: 0; }
  .sid-file-list__thumbnail {
    -o-object-fit: cover;
       object-fit: cover;
    width: 34px;
    height: 34px; }
  .sid-file-list__no-thumbnail {
    width: 34px;
    height: 34px;
    background: #fff;
    display: flex;
    justify-content: center; }
  .sid-file-list__name {
    flex: 1;
    padding: 7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.sid-upload-wrap__accepted-types {
  color: #666; }

.sid-upload-info {
  background-color: #f1f3f6;
  color: #192650;
  padding: 20px; }

.sid-upload-rejection-list {
  background-color: #f1f3f6;
  color: #192650;
  display: flex;
  flex-wrap: wrap;
  padding: 20px; }

.sid-upload-rejection-list__li {
  margin: 0 20px 7px 15px; }

.sid-dropzone-wrap__accepted-types {
  font-size: 11px;
  color: #707d9c; }

.sid-add-more-files {
  display: flex;
  align-items: center;
  color: #707d9c; }
  .sid-add-more-files:hover {
    cursor: pointer; }
  .sid-add-more-files__input {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1; }
  .sid-add-more-files__label {
    font-size: 11px;
    color: #707d9c;
    padding: 4px;
    display: flex;
    align-items: center; }
  .sid-add-more-files__image {
    width: 10px;
    height: 10px;
    margin-right: 5px; }
  .sid-add-more-files--selectable {
    cursor: pointer; }

.sid-organization-list {
  position: relative; }

.sid-organization-list__menu {
  background-color: #fff;
  border: 1px solid #f1f3f6;
  border-radius: 5px;
  box-sizing: border-box;
  margin-top: 7px;
  position: absolute;
  width: 100%;
  z-index: 1; }

.sid-organization-list__item {
  background-color: #fff;
  color: #000;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  height: auto !important;
  justify-content: center;
  min-height: 30px;
  padding: 7px;
  word-wrap: break-word; }

.sid-organization-list__item--highlighted {
  background-color: #f1f3f6; }

.sid-organization-list__message {
  align-content: center;
  color: #acb4c6;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  height: 40px;
  justify-content: center;
  text-align: center;
  width: 100%; }

.sid-input-select-list {
  position: relative; }

.sid-input-select-list__menu {
  background-color: #fff;
  border: 1px solid #f1f3f6;
  border-radius: 5px;
  box-sizing: border-box;
  margin-top: 7px;
  position: absolute;
  width: 100%;
  z-index: 1; }

.sid-input-select-list__item {
  color: #000;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  height: auto !important;
  justify-content: center;
  max-width: calc(100% - (7px * 2));
  min-height: 30px;
  padding: 7px;
  word-wrap: break-word; }

.sid-input-select-list__item--highlighted {
  background-color: #f1f3f6; }

.sid-input-select-list__message {
  align-content: center;
  color: #acb4c6;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  height: 40px;
  justify-content: center;
  text-align: center;
  width: 100%; }

.sid-input-select-button {
  background-color: transparent;
  border: none;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 35px; }

.sid-input-select-button:disabled {
  cursor: not-allowed; }

.sid-select-list {
  position: relative; }

.sid-select-list__menu {
  background-color: #fff;
  border: 1px solid #f1f3f6;
  border-radius: 5px;
  box-sizing: border-box;
  margin-top: 7px;
  position: absolute;
  width: 100%;
  z-index: 1; }

.sid-select-list__item {
  color: #000;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  height: auto !important;
  justify-content: center;
  max-width: calc(100% - (7px * 2));
  min-height: 30px;
  padding: 7px;
  word-wrap: break-word; }

.sid-select-list__item--highlighted {
  background-color: #f1f3f6; }

.sid-select-list__message {
  align-content: center;
  color: #acb4c6;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  height: 40px;
  justify-content: center;
  text-align: center;
  width: 100%; }

.sid-select-button {
  background-color: transparent;
  border: none;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 35px; }

.sid-select-button:disabled {
  cursor: not-allowed; }

.sid-acceptable-uploads-list {
  display: flex;
  flex-wrap: wrap; }

.sid-acceptable-uploads-list__li {
  margin: 0 20px 7px 0; }

.sid-upload-info-list {
  display: flex;
  flex-wrap: wrap; }

.sid-upload-info-list__li {
  margin: 0 20px 7px 0; }

.sid-header__title {
  font-size: 16px;
  font-weight: 800;
  margin: 20px 0 15px 0;
  text-align: center; }

.sid-header__subtitle {
  font-size: 11px; }

.sid-footer {
  display: flex; }

.sid-footer__powered-by-container {
  display: flex; }

.sid-footer__powered-by-container--stacked {
  display: block; }

.sid-footer__shield {
  margin-right: 14px; }

.sid-link,
.sid-link:link,
.sid-link:visited,
.sid-link:hover,
.sid-link:active {
  color: #26c1db;
  cursor: pointer;
  text-decoration: none; }

.sid-li {
  margin-bottom: 5px; }

.sid-reward-code-wrap {
  font-size: 24px;
  font-weight: 800;
  height: 200px; }


/*# sourceMappingURL=sheerid.css.map*/