/* Mixins */
.inline-block {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.helpText {
  position: absolute;
  width: 200px;
  border: solid 2px #66c6ec;
  display: none;
  z-index: 99999;
  background: white;
  padding: 15px 20px 15px 15px;
  -moz-box-shadow: '' 2px 5px 5px #888888 0 0 0;
  -webkit-box-shadow: '' 2px 5px 5px #888888 0 0 0;
  box-shadow: '' 2px 5px 5px #888888 0 0 0;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
}
.helpText a {
  color: #66c6ec;
}
.helpText h1,
.helpText h2,
.helpText h3,
.helpText h4,
.helpText h5,
.helpText h6 {
  margin-bottom: 4px !important;
  color: #3892ce;
  font-size: 1em;
}
.helpText .alertText {
  margin-bottom: 10px !important;
  color: #d11242;
  text-transform: uppercase;
  position: relative;
  padding-left: 25px;
}
.helpText .alertText span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  position: absolute;
  top: -2px;
  left: 0;
  background: url(images/alert.png?v=1) no-repeat 0 0;
  text-indent: -99999px;
}
.helpText hr {
  border-top: none;
  border-bottom: 1px #c6c5c1 dotted;
  margin: 10px 0px;
}
.helpText .close {
  height: 19px;
  width: 19px;
  position: absolute;
  top: 5px;
  right: 5px;
  background: url(images/sprites.png?v=2) no-repeat -170px -122px;
  cursor: pointer;
}
.helpText h1 {
  font-size: 14px;
  font-weight: bold;
  font-color: #115faa;
}
.helpText:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  top: 18px;
  left: -40px;
  border-style: solid;
  bottom: auto;
  border-width: 10px 39px 10px 0;
  border-color: transparent #66c6ec;
}
.helpText:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  top: 20px;
  left: -29px;
  border-style: solid;
  bottom: auto;
  border-width: 8px 30px 8px 0;
  border-color: transparent white;
}
.helpText.error-popup {
  border-color: #d11242;
}
.helpText.error-popup:before {
  border-color: transparent #d11242;
}
.websitealive-chat {
  position: fixed;
  bottom: 133px;
  right: 0px;
  width: 60px;
  height: 102px;
  z-index: 200;
}
.websitealive-chat a {
  color: white;
  background: black;
  padding: 10px 12px;
  line-height: 1.2;
  display: block;
  font-family: 'open_sanslight', helvetica, arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
}
.websitealive-chat i.icon-chat {
  color: white;
  display: block;
  font-size: 34px;
  margin-bottom: 3px;
}
.websitealive-chat a i.icon-arrow-right {
  position: relative;
  top: 2px;
  right: -3px;
}
.websitealive-chat a:hover {
  background: #009b2a;
}
.password-strength {
  margin-top: 5px;
}
.password-strength .password-strength-suggestions {
  margin-top: 5px !important;
  display: inline-block;
  padding-left: 0;
}
.password-strength .password-strength-indicator {
  padding-left: 0;
  display: none;
}
.password-strength .password-strength-indicator li {
  width: 85px;
  height: 8px;
  border: solid 1px #e3ecf1;
  margin: 0;
  padding: 0;
}
.password-strength.strength-0 .password-strength-suggestions li,
.password-strength.strength-1 .password-strength-suggestions li {
  color: #cd0538;
}
.password-strength.strength-0 .password-strength-indicator,
.password-strength.strength-1 .password-strength-indicator {
  display: flex;
}
.password-strength.strength-0 .password-strength-indicator li:nth-of-type(1),
.password-strength.strength-1 .password-strength-indicator li:nth-of-type(1) {
  background-color: #cd0538;
}
.password-strength.strength-2 .password-strength-suggestions li {
  color: #f98400;
}
.password-strength.strength-2 .password-strength-indicator {
  display: flex;
}
.password-strength.strength-2 .password-strength-indicator li:nth-of-type(1),
.password-strength.strength-2 .password-strength-indicator li:nth-of-type(2) {
  background-color: #f98400;
}
.password-strength.strength-3 .password-strength-suggestions li {
  color: #8ba400;
}
.password-strength.strength-3 .password-strength-indicator {
  display: flex;
}
.password-strength.strength-3 .password-strength-indicator li:nth-of-type(1),
.password-strength.strength-3 .password-strength-indicator li:nth-of-type(2),
.password-strength.strength-3 .password-strength-indicator li:nth-of-type(3) {
  background-color: #8ba400;
}
.password-strength.strength-4 .password-strength-suggestions li {
  color: #02a850;
}
.password-strength.strength-4 .password-strength-indicator {
  display: flex;
}
.password-strength.strength-4 .password-strength-indicator li {
  background-color: #02a850;
}
.signup-header {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 50px 250px 100px 0px;
  gap: 10px;
  left: 0%;
  right: 0%;
  top: -3%;
  bottom: 0%;
  background: linear-gradient(180deg, white 0%, #bfe7fb 100%);
  border-width: 0px 0px 1px 1px;
  border-style: solid;
  border-color: #bfbfbf;
  width: 100%;
  z-index: 0;
  position: relative;
}
.signup-header h1 {
  margin: 0px auto 0px 13% !important;
  font-family: 'otaribold-limited', helvetica, arial, sans-serif;
  font-size: 380%;
  color: #009fda;
  position: relative;
  max-width: 940px;
}
.signup-label {
  font-family: 'latoregular';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 20px;
  color: #44983c;
  flex: 1;
  order: 0;
  flex-grow: 0;
  margin-left: -5px;
}
.signup-panel-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 50px;
  gap: 20px;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin-top: -5%;
}
.signup-panel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 50px;
  padding-top: 15px;
  gap: 20px;
  width: 950px;
  height: 450px;
  background: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin-top: -2%;
  position: relative;
}
.signup-panel-body {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
  width: 80%;
  background: white;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin-top: -5%;
  margin-left: 45px;
}
.signup-choice-box {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 40px;
  padding-left: 36px;
  padding-right: 12px;
  gap: 20px;
  height: 274px;
  background: white;
  border: 2px solid #b3b3b3;
  border-radius: 5px;
  flex: 1;
  order: 0;
  align-self: stretch;
  flex-grow: 1;
}
.signup-choice-box-selected {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 40px;
  padding-left: 36px;
  padding-right: 12px;
  gap: 20px;
  height: 274px;
  background: white;
  border: 2px solid #44983c;
  border-radius: 5px;
  flex: 1;
  order: 0;
  align-self: stretch;
  flex-grow: 1;
}
.signup-choice-text {
  font-family: 'latoregular';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  color: #666666;
  margin-left: -5px;
}
.signup-choice-button {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  gap: 24px;
  width: 340px;
  height: 43px;
  border: 2px solid #44983c;
  background: white;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  font-family: 'latoregular';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #44983c;
  text-align: center;
  margin-left: 22px;
  position: relative !important;
}
.signup-row-box {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.signup-row-box-item {
  flex: 1 0;
}
.signup-column-box {
  display: flex;
  flex-direction: column;
}
.signup-column-box-item {
  flex: 1 0;
}
.signup-field-label {
  font-family: 'latobold_italic';
  font-style: italic;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.428571429;
  color: #666666;
}
.signup-field {
  height: 32px;
  padding: 6px 11px 6px 11px;
}
.logon-field {
  height: 32px;
  padding: 6px 11px 6px 11px;
}
.fixedHeightAutocomplete {
  max-height: 225px;
  overflow-y: auto;
}
.adjustPositionAutocomplete {
  left: 525px !important;
}
.thank-you-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 50px;
  gap: 40px;
  width: 940px;
  height: 339px;
  background: linear-gradient(180deg, #2e7cbc 0%, #3c95cf 25.52%, #3c95cf 100%);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  flex: none;
  order: 0;
  flex-grow: 0;
}
.thank-you-panel-header-text {
  font-family: 'latoregular';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: white;
}
.thank-you-panel-step-header-text {
  font-family: 'latoregular';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: white;
}
.thank-you-panel-step-text {
  font-family: 'latoregular';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  color: white;
}
.thank-you-panel-steps-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  width: 840px;
  height: 190px;
}
.thank-you-panel-step-divider {
  width: 18.25px;
  height: 76px;
}
.thank-you-panel-step-container {
  width: 267.83px;
  height: 190px;
  display: flex;
  flex-direction: column;
  padding: 0px 20px 0px 20px;
  gap: 10px;
}
.thank-you-grey-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  gap: 5px;
  width: 940px;
  height: 83px;
  left: 0px;
  top: 0px;
  background: #eaeaea;
  border-radius: 5px;
}
.thank-you-grey-box-header-text {
  font-family: 'latoregular';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #cd0538;
}
.thank-you-grey-box-text {
  font-family: 'latoregular';
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  color: #666666;
}
.signup-text-field {
  width: 360px;
  height: 33px;
  background: white;
  border: 1px solid #b3b3b3 !important;
  box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  padding-left: 10px;
  padding-top: 4px;
  font-size: 24px;
}
input:focus {
  outline: none;
}
.signup-checkbox-field {
  width: 22px;
  height: 22px;
}
.signup-checkbox-label {
  position: relative;
  width: 319px;
  height: 28px;
  font-family: 'Arial';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  color: #666666;
  margin-left: 16px !important;
  margin-top: -36px !important;
}
.signup-radio-button-label {
  position: relative;
  width: 340px;
  height: 45px;
  font-family: 'Arial';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #666666;
  margin-left: -16px !important;
}
.signup-radio-button-field {
  width: 53px !important;
  height: 16px !important;
  margin-top: 48px !important;
}
.signup-radio-button-option-label {
  position: relative;
  margin-left: 24px !important;
  margin-top: -16px !important;
  font-family: 'Arial';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  color: #666666;
}
.signup-information-tooltip {
  display: inline-block;
  position: relative;
  text-align: left;
}
.signup-information-tooltip h3 {
  font-family: 'Arial';
  font-style: normal;
}
.signup-information-tooltip .right {
  display: flex;
  flex-direction: column;
  min-width: 320px;
  min-height: 240px;
  gap: 12px;
  top: 50%;
  left: 100%;
  margin-left: 20px;
  transform: translate(0, -50%);
  padding: 10px 20px;
  color: #444444;
  background-color: white;
  font-weight: normal;
  font-size: 13px;
  border-radius: 8px;
  position: absolute;
  z-index: 99999999;
  box-sizing: border-box;
  border: 4px solid #66ccff;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.8s;
}
.tooltip-active {
  visibility: visible;
  opacity: 1;
}
.signup-information-tooltip .right i {
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -12px;
  width: 12px;
  height: 24px;
  overflow: hidden;
}
.signup-information-tooltip .right i::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 50%;
  transform: translate(50%, -50%) rotate(-45deg);
  background-color: white;
  border: 1px solid #66ccff;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
  border: 4px solid #66ccff;
}
.signup-dropdown-field {
  width: 360px;
  height: 33px;
  background: white;
  border: 1px solid #b7b7b7;
  box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  padding-left: 10px;
  padding-top: 4px;
  font-size: 14px;
}
.error {
  background-color: transparent;
}
.complete-signup-header {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 50px 250px 100px 0px;
  gap: 10px;
  left: 0%;
  right: 0%;
  top: 32%;
  bottom: 0%;
  background: linear-gradient(180deg, white 0%, #bfe7fb 100%);
  border-width: 0px 0px 1px 1px;
  border-style: solid;
  border-color: #bfbfbf;
  width: 100%;
  z-index: 0;
  position: relative;
}
.complete-signup-header h1 {
  margin: 0px auto 0px 13% !important;
  font-family: helvetica, arial, sans-serif;
  font-size: 300%;
  font-weight: bolder;
  color: #555555;
  position: relative;
  max-width: 940px;
}
::placeholder {
  color: #999999;
}
.password-input-icon-strength-0 {
  padding-right: 30px;
  background-image: url("/assets/img/password-icon-strength-0.svg");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: 315px 1rem;
}
.password-input-icon-strength-1 {
  padding-right: 30px;
  background-image: url("/assets/img/password-icon-strength-1.svg");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: 315px 1rem;
}
.password-input-icon-strength-2 {
  padding-right: 30px;
  background-image: url("/assets/img/password-icon-strength-2.svg");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: 315px 1rem;
}
.password-input-icon-strength-3 {
  padding-right: 30px;
  background-image: url("/assets/img/password-icon-strength-3.svg");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: 315px 1rem;
}
.password-input-icon-strength-4 {
  padding-right: 30px;
  background-image: url("/assets/img/password-icon-strength-4.svg");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: 315px 1rem;
}
.dropdown-arrow {
  padding-right: 30px;
  background-image: url("/assets/img/downarrow.svg");
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: 402px 1rem;
}
@-moz-document url-prefix() {
  #businessOwnerChoiceButton {
    bottom: 17px;
  }
  
  .signup-field-label {
    font-style: unset;
  }
}
.logon-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 50px 250px 100px 130px;
  left: 0%;
  right: 0%;
  top: 32%;
  bottom: 0%;
  background: linear-gradient(180deg, white 0%, #bfe7fb 100%);
  border-width: 0px 0px 1px 1px;
  border-style: solid;
  border-color: #bfbfbf;
  width: 100%;
  z-index: 1;
}
.logon-header h1 {
  margin: 0px auto 0px 13% !important;
  font-family: 'otaribold-limited', helvetica, arial, sans-serif;
  font-size: 380%;
  color: #009fda;
  position: relative;
  max-width: 940px;
}
.logon-label {
  font-family: 'latoregular';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 20px;
  color: #44983c;
  flex: 1;
  order: 0;
  flex-grow: 0;
}
.logon-panel-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 50px;
  gap: 20px;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin-top: -5%;
  margin-left: -5%;
}
.logon-panel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 50px;
  gap: 0px;
  width: 550px;
  height: 550px;
  background: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin-top: -15%;
  margin-left: 0px;
}
.logon-panel-body {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
  width: 80%;
  background: white;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin-top: -5%;
}
.logon-choice-box {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  gap: 20px;
  height: 274px;
  background: white;
  border: 2px solid #44983c;
  border-radius: 5px;
  flex: 1;
  order: 0;
  align-self: stretch;
  flex-grow: 1;
}
.logon-choice-text {
  font-family: 'latoregular';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  color: #666666;
}
.logon-choice-button {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  gap: 24px;
  width: 330px;
  height: 43px;
  border: 2px solid #44983c;
  background: white;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  font-family: 'latoregular';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #44983c;
  text-align: center;
}
.logon-row-box {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.logon-row-box-item {
  flex: 1 0;
}
.logon-column-box {
  display: flex;
  flex-direction: column;
}
.logon-column-box-item {
  flex: 1 0;
}
.logon-field-label {
  font-family: 'latobold_italic';
  font-style: italic;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.428571429;
  color: #666666;
}
@-moz-document url-prefix() {
  .logon-field-label {
    font-style: unset;
  }
}
.bos-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 50px 250px 100px 130px;
  left: 0%;
  right: 0%;
  top: 32%;
  bottom: 0%;
  background: linear-gradient(180deg, white 0%, #bfe7fb 100%);
  border-width: 0px 0px 1px 1px;
  border-style: solid;
  border-color: #bfbfbf;
  width: 100%;
  z-index: 1;
}
.bos-header h1 {
  margin: 0px 10% 0px;
  font-family: 'otaribold-limited', helvetica, arial, sans-serif;
  font-size: 45px;
  color: #009fda;
}
.bos-label {
  font-family: 'latoregular';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 20px;
  color: #44983c;
  flex: 1;
  order: 0;
  flex-grow: 0;
}
.bos-panel-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 50px;
  gap: 20px;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin-top: -5%;
  margin-left: -5%;
}
.bos-panel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 50px;
  gap: 0px;
  width: 550px;
  height: 550px;
  background: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin-top: -15%;
  margin-left: 0px;
}
.bos-panel-body {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
  width: 80%;
  background: white;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin-top: -5%;
}
.bos-choice-box {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  gap: 20px;
  height: 274px;
  background: white;
  border: 2px solid #44983c;
  border-radius: 5px;
  flex: 1;
  order: 0;
  align-self: stretch;
  flex-grow: 1;
}
.bos-choice-text {
  font-family: 'latoregular';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  color: #666666;
}
.bos-choice-button {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  gap: 24px;
  width: 330px;
  height: 43px;
  border: 2px solid #44983c;
  background: white;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  font-family: 'latoregular';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #44983c;
  text-align: center;
}
.bos-row-box {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.bos-row-box-item {
  flex: 1 0;
}
.bos-column-box {
  display: flex;
  flex-direction: column;
}
.bos-column-box-item {
  flex: 1 0;
}
.bos-field-label {
  font-family: 'latobold_italic';
  font-style: italic;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.428571429;
  color: #666666;
}
@-moz-document url-prefix() {
  .bos-field-label {
    font-style: unset;
  }
}
