/*!
   * Custom BSW Form Styles - not including bootstrap theme overrides
*/
/** 
 * color-base-primary
 */
/**
 * color-base-secondary
 */
/**
 * color-base-tertiary
 */
/**
 * color-base-system
 */
/**
 * color-base-interaction
 */
/**
 * transparent-color
 */
/**
 * typography-color
 */
/**
 * link-color
 */
:export {
  color-interaction-active-bg: #f5feff;
  color-interaction-active-border: #007eb4;
  color-interaction-hover-bg: #fff8e6;
  color-interaction-hover-border: #ffb71b;
  color-interaction-focus: #3a97f9;
  color-primary-a1: #003da6;
  color-primary-a2: #364248;
  color-primary-a3: #007eb4;
  color-primary-a4: #016a99;
  color-primary-b1: #ffb71b;
  color-primary-b2: #ffc342;
  color-primary-c1: #ffffff;
  color-secondary-a1: #364248;
  color-secondary-a2: #586f78;
  color-secondary-a3: #c9c9c5;
  color-secondary-a4: #dddddd;
  color-secondary-a5: #eceded;
  color-secondary-a6: #f8f8f8;
  color-secondary-a7: #f8f8f8;
  color-secondary-a8: #959593;
  color-secondary-b1: #fee9bc;
  color-secondary-b2: #fff8e6;
  color-secondary-c1: #e5f5fb;
  color-secondary-c2: #f5feff;
  color-secondary-d1: #ff9527;
  color-secondary-e1: #8f659c;
  color-tertiary-a1: #933f10;
  color-tertiary-b1: #5f277e;
  color-tertiary-c1: #156250;
  color-system-a1: #3f9f90;
  color-system-a2: #ddf5f2;
  color-system-a3: #158570;
  color-system-b1: #b12943;
  color-system-b2: #d5647a;
  color-system-b3: #f9e8eb;
  color-system-b4: #cd4660;
  color-transparent-regular: rgba(0, 0, 0, 0);
  color-ui-a1: #3f9f90;
  color-ui-b1: #b12943;
  color-ui-b2: #d5647a;
  typography-color-primary: #364248;
  typography-color-secondary: #586f78;
}

:export {
  grid-breakpoint-xs: 375px;
  grid-breakpoint-sm: 480px;
  grid-breakpoint-md: 768px;
  grid-breakpoint-lg: 960px;
  grid-breakpoint-xl: 1200px;
  grid-breakpoint-xxl: 1440px;
  grid-breakpoint-xs-max: 374.9px;
  grid-breakpoint-sm-max: 479.9px;
  grid-breakpoint-md-max: 767.9px;
  grid-breakpoint-lg-max: 959.9px;
  grid-breakpoint-xl-max: 1199.9px;
  grid-breakpoint-xxl-max: 1439.9px;
}

button.bsw-card {
  cursor: pointer;
  text-align: initial;
  -webkit-appearance: none;
  appearance: none;
  padding: 0px;
  transition: ease-in-out 350ms;
  width: 100%;
}

a.bsw-card {
  text-decoration: none;
  transition: ease-in-out 350ms;
}

.bsw-card {
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  background: #ffffff;
  display: block;
  text-decoration: none;
}
.bsw-card-color--flat {
  border-color: #dddddd;
}
.bsw-card-color--flat.bsw-card--selected {
  background: #f5feff;
  border-color: #007eb4;
}
.bsw-card-color--flat.bsw-card--disabled {
  background: #ffffff;
  border-color: #dddddd;
}
.bsw-card-color--elevated {
  box-shadow: 0px 2px 8px 0px rgba(54, 66, 72, 0.15);
  border-color: #dddddd;
}
.bsw-card-color--elevated.bsw-card--selected {
  background: #f5feff;
  border-color: #007eb4;
}
.bsw-card-color--elevated.bsw-card--disabled {
  background: #ffffff;
}
.bsw-card-color--emphasized {
  background-color: #fff8e6;
  border-color: #ffb71b;
}
.bsw-card-color--emphasized.bsw-card--selected {
  background: #f5feff;
  border-color: #007eb4;
}
.bsw-card-color--emphasized.bsw-card--disabled {
  background: #ffffff;
  border-color: #dddddd;
}
.bsw-card-color--subtle {
  border-color: #dddddd;
}
.bsw-card-color--subtle.bsw-card--selected {
  box-shadow: 0px 2px 8px 0px rgba(54, 66, 72, 0.15);
}
.bsw-card-color--subtle.bsw-card--disabled {
  background: #ffffff;
  border-color: #dddddd;
  box-shadow: none;
}
.bsw-card:focus-visible:after {
  border-radius: 4px;
}

a.bsw-card-color--flat:hover, a.bsw-card-color--flat:active, button.bsw-card-color--flat:hover, button.bsw-card-color--flat:active {
  background: #fff8e6;
  border-color: #ffb71b;
}
a.bsw-card-color--elevated:hover, a.bsw-card-color--elevated:active, button.bsw-card-color--elevated:hover, button.bsw-card-color--elevated:active {
  background: #fff8e6;
  border-color: #ffb71b;
}
a.bsw-card-color--emphasized:hover, a.bsw-card-color--emphasized:active, button.bsw-card-color--emphasized:hover, button.bsw-card-color--emphasized:active {
  background: #fee9bc;
  border-color: #ffb71b;
}
a.bsw-card-color--subtle:hover, a.bsw-card-color--subtle:active, button.bsw-card-color--subtle:hover, button.bsw-card-color--subtle:active {
  box-shadow: 0px 2px 8px 0px rgba(54, 66, 72, 0.15);
}

.bsw-card-feature,
a.bsw-card-feature,
button.bsw-card-feature {
  padding: 16px;
  display: flex;
  gap: 16px;
  align-items: center;
  text-align: left;
}
@media all and (min-width: 768px) {
  .bsw-card-feature,
  a.bsw-card-feature,
  button.bsw-card-feature {
    max-width: 620px;
  }
}
.bsw-card-feature:not(:last-of-type),
a.bsw-card-feature:not(:last-of-type),
button.bsw-card-feature:not(:last-of-type) {
  margin-bottom: 16px;
}
.bsw-card-feature__img,
a.bsw-card-feature__img,
button.bsw-card-feature__img {
  flex-basis: 64px;
  flex-shrink: 0;
}
.bsw-card-feature__text,
a.bsw-card-feature__text,
button.bsw-card-feature__text {
  flex-grow: 1;
}
.bsw-card-feature__text h3,
a.bsw-card-feature__text h3,
button.bsw-card-feature__text h3 {
  color: #364248;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 8px;
}
.bsw-card-feature__text p,
a.bsw-card-feature__text p,
button.bsw-card-feature__text p {
  color: #586f78;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 1.5;
}
.bsw-card-feature__text p:last-child,
a.bsw-card-feature__text p:last-child,
button.bsw-card-feature__text p:last-child {
  margin-bottom: 0px;
}

a.bsw-card-feature *,
button.bsw-card-feature * {
  pointer-events: none;
}

.bsw-card-footnote {
  padding: 16px;
  text-align: left;
  color: #364248;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 1.4;
  color: #586f78;
}
.bsw-card-footnote p:last-child, .bsw-card-footnote ul:last-child {
  margin-bottom: 0px;
}

.bsw-form-confirmation-container {
  margin-top: -48px;
  max-width: none !important;
}
@media all and (min-width: 768px) {
  .bsw-form-confirmation-container {
    margin-top: -64px;
  }
}
@media all and (min-width: 1440px) {
  .bsw-form-confirmation-container {
    margin-left: -36px;
    margin-right: -36px;
  }
}
@media all and (min-width: 1440px) {
  .bsw-form-confirmation-container .maxWidth-content {
    padding-left: 16px;
    padding-right: 16px;
    max-width: 1440px;
  }
}
.bsw-form-confirmation__heading {
  text-align: left;
  padding: 40px;
}
@media all and (min-width: 768px) {
  .bsw-form-confirmation__heading {
    background-color: #8f659c;
  }
}
.bsw-form-confirmation__heading h1 {
  color: #364248;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 1.4;
  color: #ffffff;
  margin-bottom: 0px;
}
@media all and (max-width: 767.9px) {
  .bsw-form-confirmation__heading h1 {
    display: none;
  }
}
.bsw-form-confirmation__body {
  margin-top: 40px;
  margin-bottom: 24px;
  color: #586f78;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 1.6;
  text-align: center;
}
.bsw-form-confirmation__body p:last-child {
  margin-bottom: 0px;
}
@media all and (min-width: 768px) {
  .bsw-form-confirmation__body {
    margin-top: 64px;
    margin-bottom: 0px;
    text-align: left;
  }
}
.bsw-form-confirmation__body-img {
  display: flex;
  align-content: center;
  justify-content: center;
  text-align: center;
}
@media all and (min-width: 768px) {
  .bsw-form-confirmation__body-img {
    flex-basis: 232px;
    flex-grow: 0;
  }
}
.bsw-form-confirmation__body-img img {
  width: 80px;
  margin-bottom: 24px;
  align-self: flex-start;
}
@media all and (min-width: 768px) {
  .bsw-form-confirmation__body-img img {
    width: 112px;
    margin-bottom: 0px;
    margin-left: 40px;
    margin-right: 32px;
  }
}
@media all and (min-width: 768px) {
  .bsw-form-confirmation__body-text {
    flex-grow: 1;
    padding-top: 8px;
  }
}
.bsw-form-confirmation__body-heading {
  padding-bottom: 24px;
}
.bsw-form-confirmation__body-heading h1 {
  color: #364248;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 1.3;
  margin-bottom: 0px;
}
@media all and (min-width: 768px) {
  .bsw-form-confirmation__body-heading h1 {
    color: #364248;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -0.5px;
    line-height: 1.4;
  }
}
.bsw-form-confirmation__body-heading h2 {
  color: #364248;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 1.3;
  margin-bottom: 0px;
}
@media all and (min-width: 768px) {
  .bsw-form-confirmation__body-heading h2 {
    color: #364248;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 1.4;
  }
}
.bsw-form-confirmation__body-list-group {
  padding: 16px 0px 32px;
}
.bsw-form-confirmation__body-subheading h3 {
  color: #586f78;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 1.4;
  color: #364248;
}
.bsw-form-confirmation__buttons {
  display: flex;
  gap: 24px;
  text-align: center;
  max-width: 1440px;
}
@media all and (max-width: 767.9px) {
  .bsw-form-confirmation__buttons {
    justify-content: space-between;
  }
}
.bsw-form-confirmation__buttons:empty {
  display: none;
}
.bsw-form-confirmation__buttons > .btn {
  margin-top: 24px;
  margin-bottom: 24px;
}
.bsw-form-confirmation__buttons .btn {
  min-width: 150px;
}
@media all and (max-width: 374.9px) {
  .bsw-form-confirmation__buttons .btn {
    width: calc(50% - 12px);
    min-width: auto;
  }
}
@media all and (max-width: 767.9px) {
  .bsw-form-confirmation__buttons--mobile-wrap {
    flex-wrap: wrap;
  }
  .bsw-form-confirmation__buttons--mobile-wrap > .btn {
    width: 100% !important;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .bsw-form-confirmation__buttons--mobile-wrap > .btn:first-child {
    margin-top: 24px;
  }
}
@media all and (max-width: 767.9px) {
  .bsw-form-confirmation__buttons > *:first-child:last-child {
    margin-left: auto;
    margin-right: auto;
  }
  .bsw-form-confirmation__buttons > *:first-child:last-child.btn {
    width: 100%;
  }
}
.bsw-form-confirmation__footer {
  position: relative;
  bottom: 0px;
  background-color: #ffffff;
  width: 100%;
}
@media all and (min-width: 768px) {
  .bsw-form-confirmation__footer {
    margin-top: 32px;
  }
}

/*EXTRA STICKY MOBILE FOOTER VARIANT STYLE*/
@media all and (max-width: 767.9px) {
  .bsw-form-confirmation--sticky-mobile-footer {
    flex-direction: column;
    flex: 1 0 auto;
    align-self: stretch;
    justify-content: space-between;
    min-height: calc(100vh - 168px);
  }
  .bsw-form-confirmation--sticky-mobile-footer .bsw-form-confirmation__footer {
    position: absolute;
  }
}

/*TEMP UNTIL EXTRA CLASSES CAN BE REMOVED*/
.col-12.bsw-form-body.row {
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  display: block;
  max-width: none;
}
.col-12.bsw-form-body.row > .row.bsw-form-confirmation-container {
  padding-left: 0px;
  padding-right: 0px;
  width: auto;
}
.col-12.bsw-form-body.row > .bsw-form-confirmation__footer {
  left: 0px;
  right: 0px;
}

.bsw-form-error-container {
  text-align: center;
  padding-top: 48px;
}
@media all and (min-width: 768px) {
  .bsw-form-error-container {
    padding-top: 64px;
  }
}
@media all and (min-width: 1440px) {
  .bsw-form-error-container {
    padding-left: 16px;
    padding-right: 16px;
    max-width: 1440px;
  }
}
.bsw-form-error__img {
  text-align: center;
}
.bsw-form-error__img img {
  max-width: 260px;
  width: 100%;
}
.bsw-form-error__heading {
  margin-top: 40px;
  margin-bottom: 16px;
  color: #364248;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 1.3;
}
@media all and (min-width: 768px) {
  .bsw-form-error__heading {
    color: #364248;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 1.4;
  }
}
.bsw-form-error__body {
  margin-bottom: 24px;
  color: #586f78;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 1.6;
}
@media all and (min-width: 768px) {
  .bsw-form-error__body {
    color: #586f78;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 1.4;
  }
}
.bsw-form-error__body p:last-child {
  margin-bottom: 0px;
}
.bsw-form-error__button {
  padding-top: 24px;
}
.bsw-form-error__button > *:first-child:last-child {
  margin-left: auto;
  margin-right: auto;
}

/* FORM CHECK CUSTOM OVERRIDE TO LOOK LIKE CHECKBOX ITEM ====== */
.bsw-form-checkbox-item-md .list-group-item:first-child {
  display: none;
}
.bsw-form-checkbox-item-md .list-group-item.active {
  background-color: transparent;
  border: 0;
}
.bsw-form-checkbox-item-md .list-group-item {
  background-color: transparent;
  border: 0;
}
.bsw-form-checkbox-item-md .list-group-item-action .form-check .form-check-input {
  width: 24px;
  height: 24px;
}
.bsw-form-checkbox-item-md .list-group-item-action .form-check .form-check-label {
  margin-left: 40px;
  color: #586f78;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 1.6;
  color: inherit;
}

.bsw-form-interstitial-container {
  margin-top: -48px;
  max-width: none !important;
}
@media all and (min-width: 768px) {
  .bsw-form-interstitial-container {
    margin-top: -64px;
  }
}
@media all and (min-width: 1440px) {
  .bsw-form-interstitial-container {
    margin-left: -36px;
    margin-right: -36px;
  }
}
@media all and (min-width: 1440px) {
  .bsw-form-interstitial-container .maxWidth-content {
    padding-left: 16px;
    padding-right: 16px;
    max-width: 1440px;
  }
}
.bsw-form-interstitial__heading {
  text-align: left;
  padding: 40px;
}
.bsw-form-interstitial__heading h1 {
  color: #364248;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 1.4;
  color: #ffffff;
  margin-bottom: 0px;
}
@media all and (max-width: 767.9px) {
  .bsw-form-interstitial__heading h1 {
    display: none;
  }
}
.bsw-form-interstitial__body {
  margin-top: 40px;
  margin-bottom: 24px;
  color: #586f78;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 1.6;
  text-align: center;
}
.bsw-form-interstitial__body p:last-child {
  margin-bottom: 0px;
}
@media all and (min-width: 768px) {
  .bsw-form-interstitial__body {
    margin-top: 64px;
    margin-bottom: 0px;
    text-align: left;
  }
}
.bsw-form-interstitial__body-img {
  display: flex;
  align-content: center;
  justify-content: center;
  text-align: center;
}
@media all and (min-width: 768px) {
  .bsw-form-interstitial__body-img {
    flex-basis: 200px;
    flex-grow: 0;
  }
}
.bsw-form-interstitial__body-img img {
  width: 80px;
  margin-bottom: 24px;
}
@media all and (min-width: 768px) {
  .bsw-form-interstitial__body-img img {
    margin-bottom: 24px;
    margin-left: 40px;
    width: 112px;
  }
}
.bsw-form-interstitial__body-text {
  max-width: 800px;
}
@media all and (min-width: 768px) {
  .bsw-form-interstitial__body-text {
    flex-grow: 1;
    padding-top: 8px;
  }
}
.bsw-form-interstitial__body-heading {
  padding-bottom: 24px;
}
.bsw-form-interstitial__body-heading h2 {
  color: #364248;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 1.3;
  margin-bottom: 0px;
}
@media all and (min-width: 768px) {
  .bsw-form-interstitial__body-heading h2 {
    color: #364248;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 1.4;
  }
}

.bsw-form-interstitial-stacked-container {
  margin-top: -48px;
  max-width: none !important;
}
@media all and (min-width: 768px) {
  .bsw-form-interstitial-stacked-container {
    margin-top: -64px;
  }
}
@media all and (max-width: 767.9px) {
  .bsw-form-interstitial-stacked-container--wrap-btns .bsw-form-interstitial-stacked__footer .bsw-form-interstitial-stacked__buttons {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }
  .bsw-form-interstitial-stacked-container--wrap-btns .bsw-form-interstitial-stacked__footer .bsw-form-interstitial-stacked__buttons .btn {
    max-width: 327px;
    width: 100%;
    margin: 0px;
  }
}
@media all and (min-width: 1440px) {
  .bsw-form-interstitial-stacked-container .maxWidth-content {
    max-width: 1440px;
  }
}
.bsw-form-interstitial-stacked__heading {
  text-align: left;
  padding: 40px;
}
.bsw-form-interstitial-stacked__heading h1 {
  color: #364248;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 1.4;
  color: #ffffff;
  margin-bottom: 0px;
}
@media all and (max-width: 767.9px) {
  .bsw-form-interstitial-stacked__heading h1 {
    display: none;
  }
}
.bsw-form-interstitial-stacked__body {
  margin-top: 40px;
  margin-bottom: 24px;
  color: #586f78;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 1.6;
  text-align: center;
}
.bsw-form-interstitial-stacked__body p:last-child {
  margin-bottom: 0px;
}
@media all and (min-width: 768px) {
  .bsw-form-interstitial-stacked__body {
    color: #586f78;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 1.4;
    margin-top: 64px;
    margin-bottom: 0px;
    text-align: left;
  }
}
.bsw-form-interstitial-stacked__body-img img {
  width: 128px;
  margin-bottom: 40px;
}
.bsw-form-interstitial-stacked__body-heading h2 {
  color: #364248;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 1.3;
  margin-bottom: 0px;
  padding-bottom: 16px;
}
@media all and (min-width: 768px) {
  .bsw-form-interstitial-stacked__body-heading h2 {
    color: #364248;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 1.4;
  }
}
.bsw-form-interstitial-stacked__body-heading + .bsw-card-feature {
  margin-top: 24px;
}
.bsw-form-interstitial-stacked__body-subtext {
  color: #586f78;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 1.5;
  margin-top: 24px;
  max-width: 860px;
}
.bsw-form-interstitial-stacked__body-subtext p:last-child {
  margin-bottom: 0px;
}
@media all and (min-width: 768px) {
  .bsw-form-interstitial-stacked__body-subtext {
    margin-top: 40px;
  }
}
@media all and (max-width: 767.9px) {
  .bsw-form-interstitial-stacked__body-subtext .bsw-card-feature {
    margin-left: auto;
    margin-right: auto;
  }
}
.bsw-form-interstitial-stacked__body-footnote {
  margin-top: 24px;
}
.bsw-form-interstitial-stacked__body-footnote p:last-child {
  margin-bottom: 0px;
}
@media all and (min-width: 768px) {
  .bsw-form-interstitial-stacked__body-footnote {
    margin-top: 40px;
  }
}
.bsw-form-interstitial-stacked__buttons {
  display: flex;
  gap: 24px;
  text-align: center;
  max-width: 1440px;
}
@media all and (max-width: 767.9px) {
  .bsw-form-interstitial-stacked__buttons {
    justify-content: space-between;
  }
}
.bsw-form-interstitial-stacked__buttons:empty {
  display: none;
}
.bsw-form-interstitial-stacked__buttons > .btn {
  margin-top: 24px;
  margin-bottom: 24px;
}
.bsw-form-interstitial-stacked__buttons .btn {
  min-width: 150px;
}
@media all and (max-width: 374.9px) {
  .bsw-form-interstitial-stacked__buttons .btn {
    width: calc(50% - 12px);
    min-width: auto;
  }
}
@media all and (max-width: 767.9px) {
  .bsw-form-interstitial-stacked__buttons > *:first-child:last-child {
    margin-left: auto;
    margin-right: auto;
  }
  .bsw-form-interstitial-stacked__buttons > *:first-child:last-child.btn {
    width: 100%;
  }
}
.bsw-form-interstitial-stacked__footer {
  position: absolute;
  bottom: 0px;
  background-color: #ffffff;
  width: 100%;
}

/*TEMP UNTIL EXTRA CLASSES CAN BE REMOVED*/
.col-12.bsw-form-body.row {
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  display: block;
  max-width: none;
}
.col-12.bsw-form-body.row > .row.bsw-form-interstitial-container,
.col-12.bsw-form-body.row > .row.bsw-form-interstitial-stacked-container {
  padding-left: 0px;
  padding-right: 0px;
  width: auto;
}

.bsw-form-intro-container {
  margin-top: -48px;
  max-width: none !important;
}
@media all and (min-width: 768px) {
  .bsw-form-intro-container {
    margin-top: -64px;
  }
}
@media all and (min-width: 1440px) {
  .bsw-form-intro-container {
    margin-left: -36px;
    margin-right: -36px;
  }
}
@media all and (min-width: 1440px) {
  .bsw-form-intro-container .maxWidth-content {
    padding-left: 16px;
    padding-right: 16px;
    max-width: 1440px;
  }
}
.bsw-form-intro__heading {
  text-align: left;
  background-color: #8f659c;
  padding: 40px;
  margin-bottom: 104px;
}
@media all and (max-width: 767.9px) {
  .bsw-form-intro__heading {
    min-height: 100px;
    top: 104px;
    position: absolute;
    z-index: -1;
  }
}
.bsw-form-intro__heading h1 {
  color: #364248;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 1.4;
  color: #ffffff;
  margin-bottom: 0px;
}
@media all and (max-width: 767.9px) {
  .bsw-form-intro__heading h1 {
    display: none;
  }
}
.bsw-form-intro__body {
  display: flex;
  align-items: center;
}
.bsw-form-intro__body-img {
  display: flex;
  align-content: center;
  justify-content: center;
  text-align: center;
}
@media all and (min-width: 768px) {
  .bsw-form-intro__body-img {
    flex-basis: 350px;
    flex-grow: 0;
    padding-right: 0px;
  }
}
@media all and (max-width: 767.9px) {
  .bsw-form-intro__body-img {
    margin-top: 104px;
    margin-bottom: 16px;
    min-height: 160px;
    align-content: flex-end;
  }
}
.bsw-form-intro__body-img img {
  max-width: 160px;
  width: 100%;
}
@media all and (max-width: 767.9px) {
  .bsw-form-intro__body-img img {
    margin-left: initial;
    max-width: 120px;
    align-self: flex-end;
  }
}
.bsw-form-intro__body-text {
  color: #586f78;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 1.6;
}
@media all and (max-width: 767.9px) {
  .bsw-form-intro__body-text {
    margin-bottom: 24px;
    text-align: center;
  }
}
.bsw-form-intro__body-text-heading {
  padding-bottom: 24px;
}
.bsw-form-intro__body-text-heading h2 {
  color: #364248;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 1.3;
  margin-bottom: 0px;
}
.bsw-form-intro__body-text p:last-child {
  margin-bottom: 0px;
}
.bsw-form-intro--lg-img .bsw-form-intro__heading {
  margin-bottom: 24px;
}
@media all and (max-width: 767.9px) {
  .bsw-form-intro--lg-img .bsw-form-intro__body-img {
    margin-top: 64px;
  }
}

.image-choice {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media all and (min-width: 768px) {
  .image-choice {
    flex-direction: row;
    max-width: 620px !important;
  }
}
.image-choice .invalid-feedback {
  flex-basis: 100%;
  flex-grow: 1;
  flex-shrink: 0;
}
.image-choice .custom-radio-input:checked + label.custom-radio-label {
  background: #f5feff;
  border-color: #007eb4;
  z-index: 1;
}
.image-choice .custom-radio-input + label.custom-radio-label {
  border: 1px solid #dddddd;
  cursor: pointer;
  text-align: center;
  flex-grow: 1;
  padding: 16px;
}
.image-choice .custom-radio-input + label.custom-radio-label:hover, .image-choice .custom-radio-input + label.custom-radio-label:active {
  background: #fff8e6;
  border-color: #ffb71b;
}
.image-choice .custom-radio-input + label.custom-radio-label .icon-container {
  margin-right: 0px !important;
}
.image-choice .custom-radio-input + label.custom-radio-label .icon-container span {
  padding-top: 8px;
}
.image-choice .custom-radio-input + label.custom-radio-label img {
  width: 64px;
  margin: auto;
}
@media all and (max-width: 767.9px) {
  .image-choice .custom-radio-input + label.custom-radio-label:first-of-type {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .image-choice .custom-radio-input + label.custom-radio-label:last-of-type {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .image-choice .custom-radio-input + label.custom-radio-label:not(:last-of-type) {
    margin-bottom: -1px;
  }
}
@media all and (min-width: 768px) {
  .image-choice .custom-radio-input + label.custom-radio-label:first-of-type {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .image-choice .custom-radio-input + label.custom-radio-label:last-of-type {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .image-choice .custom-radio-input + label.custom-radio-label:not(:last-of-type) {
    margin-right: -1px;
  }
}

#surveyId[value="54"] ~ .bsw-form-body .image-choice {
  flex-direction: row;
}
@media all and (max-width: 767.9px) {
  #surveyId[value="54"] ~ .bsw-form-body .image-choice .custom-radio-input + label.custom-radio-label:first-of-type {
    border-top-left-radius: 10px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 10px;
  }
  #surveyId[value="54"] ~ .bsw-form-body .image-choice .custom-radio-input + label.custom-radio-label:last-of-type {
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 10px;
  }
  #surveyId[value="54"] ~ .bsw-form-body .image-choice .custom-radio-input + label.custom-radio-label:not(:last-of-type) {
    margin-bottom: 0px;
    margin-right: -1px;
  }
}

.bsw-form-container {
  min-height: 420px;
  padding-top: 48px;
  padding-bottom: 120px;
  position: relative;
}
@media all and (min-width: 768px) {
  .bsw-form-container {
    min-height: 600px;
    padding-top: 64px;
    padding-bottom: 120px;
  }
}
.bsw-form-header, .bsw-form-body, .bsw-form-footer {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
@media all and (min-width: 1440px) {
  .bsw-form-header, .bsw-form-body, .bsw-form-footer {
    padding-left: 36px;
    padding-right: 36px;
  }
}
.bsw-form-header {
  display: none;
}
.bsw-form-header h1 {
  margin-bottom: 16px;
}
.bsw-form-body > * {
  max-width: 1440px;
}
@media all and (min-width: 768px) {
  .bsw-form-body > .list-group {
    max-width: 620px;
  }
}
.bsw-form-body .bsw-form-title {
  margin-bottom: 24px;
}
.bsw-form-body .bsw-form-subheading {
  margin-bottom: 24px;
}
@media all and (min-width: 768px) {
  .bsw-form-body .bsw-form-subheading {
    margin-bottom: 32px;
  }
}
.bsw-form-body:not(:last-of-type) {
  margin-bottom: 16px;
}
.bsw-form-footer {
  position: absolute;
  bottom: 0px;
  background-color: #ffffff;
  width: 100%;
}
.bsw-form-footer__buttons {
  display: flex;
  gap: 24px;
  text-align: center;
  max-width: 1440px;
}
@media all and (max-width: 767.9px) {
  .bsw-form-footer__buttons {
    justify-content: space-between;
  }
}
.bsw-form-footer__buttons:empty {
  display: none;
}
.bsw-form-footer__buttons .btn {
  min-width: 150px;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media all and (max-width: 374.9px) {
  .bsw-form-footer__buttons .btn {
    width: calc(50% - 12px);
    min-width: auto;
  }
}
@media all and (max-width: 767.9px) {
  .bsw-form-footer__buttons > *:first-child:last-child,
  .bsw-form-footer__buttons > .text-center > *:first-child:last-child {
    margin-left: auto;
    margin-right: auto;
  }
  .bsw-form-footer__buttons > *:first-child:last-child.btn,
  .bsw-form-footer__buttons > .text-center > *:first-child:last-child.btn {
    width: 100%;
  }
}

/*TEMP FOR FORM 22 UNTIL CAN PUT NORMAL BUTTONS*/
.col-12.bsw-form-body.row .col-12.bsw-form-footer {
  left: 0px;
  right: 0px;
}

@media all and (min-width: 768px) {
  a.bsw-phone {
    color: inherit;
    font-weight: 600;
  }
}

/* CUSTOM BULLET LIST ====== */
ul.angle-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  text-indent: -20px;
  padding-left: 20px;
  text-align: left;
}

ul.angle-bullets li {
  line-height: 2em;
}
ul.angle-bullets li:not(:last-of-type) {
  padding-bottom: 16px;
}

ul.angle-bullets li:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  border-bottom: 13px solid transparent;
  border-right: 13px solid #FFB71B;
}

/* REVIEW LIST GROUP ====== */
.list-group.list-group-numbered.nav li {
  padding: 16px;
  position: relative;
  border: 1px solid #dddddd;
  border-radius: 8px;
}
.list-group.list-group-numbered.nav li:not(:last-of-type) {
  margin-bottom: 16px;
}
.list-group.list-group-numbered.nav li > div:first-child {
  width: calc(100% - 45px);
}
.list-group.list-group-numbered.nav li .ms-2.me-auto .fw-bold {
  color: #586f78;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 1.6;
  color: #007eb4;
  margin-bottom: 8px;
}
@media all and (min-width: 768px) {
  .list-group.list-group-numbered.nav li .ms-2.me-auto .fw-bold {
    color: #364248;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 1.4;
    color: #007eb4;
  }
}
.list-group.list-group-numbered.nav li .ms-2.me-auto .mt-1 {
  margin-top: 0px !important;
}
.list-group.list-group-numbered.nav li a.nav-link.EditSummary {
  position: absolute;
  font-weight: 700;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  text-align: right;
  padding: 16px;
}
.list-group.list-group-numbered.nav > .list-group-item::before {
  content: "";
}

.bsw-notifier {
  display: inline-block;
  background: #fff8e6;
  border-radius: 10px;
  border: 1px solid #ffc342;
  padding: 16px;
}
.bsw-notifier__content {
  display: flex;
}
.bsw-notifier__icon {
  margin-right: 24px;
  position: relative;
  top: 0px;
}
.bsw-notifier__icon svg {
  width: 24px;
}
.bsw-notifier__message {
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  gap: 8px;
  color: #586f78;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 1.6;
  color: #364248;
  text-align: left;
}
.bsw-notifier__message-content {
  flex-grow: 1;
  flex-basis: 100%;
}
.bsw-notifier__message-heading {
  display: flex;
  margin-bottom: 4px;
}
.bsw-notifier__message-heading-text {
  flex-grow: 1;
}
.bsw-notifier__message-link {
  flex-grow: 1;
  flex-basis: 100%;
}
.bsw-notifier--success {
  background: #ddf5f2;
  border-color: #3f9f90;
}

.progress[role*=progressbar] {
  background-color: #ddf5f2 !important;
  height: 7px;
}
.progress[role*=progressbar] .progress-bar {
  height: 7px;
  width: 100%;
  background-color: #3f9f90 !important;
  position: relative;
}
.progress[role*=progressbar] .progress-bar::after {
  content: "";
  display: inline-block;
  height: 7px;
  width: 8px;
  top: 0px;
  right: 0px;
  background: linear-gradient(63.43deg, #3f9f90 66.14%, #ddf5f2 66.15%) !important;
  position: absolute;
}

h5:empty,
p:empty {
  display: none;
}

.bsw-form-title {
  color: #364248;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 1.4;
}
.bsw-form-title-preheading {
  color: #364248;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 1.4;
  color: #586f78;
}
.bsw-form-title > div:not(:last-child) {
  margin-bottom: 16px;
}
.bsw-form-title .bsw-form-title--sub {
  color: #586f78;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 1.6;
}
@media all and (min-width: 768px) {
  .bsw-form-title .bsw-form-title--sub {
    color: #586f78;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 1.4;
  }
}
.bsw-form-title .bsw-form-title--sub:first-child {
  padding-top: 16px;
}
.bsw-form-subheading {
  color: #586f78;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 1.6;
}
@media all and (min-width: 768px) {
  .bsw-form-subheading {
    color: #586f78;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 1.4;
  }
}
.bsw-form-subheading:empty {
  display: none;
}
.bsw-form-header h1 {
  color: #364248;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 1.4;
}
.bsw-form__emphasize-text {
  font-weight: bold;
  color: #364248;
}
.bsw-form__emphasize-text--body-lg {
  color: #586f78;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 1.4;
  font-weight: bold;
  color: #364248;
}

.form-range {
  appearance: none;
  background: transparent;
  cursor: pointer;
  min-height: 40px;
}

/* Customize the track */
.form-range::-webkit-slider-runnable-track {
  background-color: #dddddd;
  height: 8px;
  border-radius: 4px;
}

/* Customize the thumb */
.form-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background-color: #007eb4;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin-top: -16px;
}

/* Customize the track on hover */
.form-range:hover::-webkit-slider-runnable-track {
  background-color: #dddddd;
}

/* Customize the thumb on hover */
#rangeLabel1 {
  color: #586f78;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 1.6;
  font-weight: bold;
}

#rangeLabel3, #rangeLabel2 {
  color: #586f78;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 1.6;
}

.accordion#days-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.accordion#days-container .accordion-item {
  border: none 0px transparent;
}
.accordion#days-container .accordion-item .accordion-header .accordion-button {
  color: #364248;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 1.4;
  font-weight: bold;
  background-color: transparent;
  padding: 0px;
}
.accordion#days-container .accordion-item .accordion-header .accordion-button:after {
  display: none;
}
.accordion#days-container .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.accordion#days-container .accordion-item .accordion-collapse .accordion-body {
  width: fit-content;
  border-bottom: solid 1px #dddddd;
  padding: 16px 16px 16px 0px;
}
.accordion#days-container .accordion-item .accordion-collapse .accordion-body .slots-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 12px;
}
.accordion#days-container .accordion-item .accordion-collapse .accordion-body .slots-container .slot {
  color: #364248;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 1.6;
  color: #586f78;
  padding: 8px 8px 6px 8px;
  border-radius: 3px;
  border: 1px solid #dddddd;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px;
}
.accordion#days-container .accordion-item .accordion-collapse .accordion-body .slots-container .slot:hover {
  border-radius: 3px;
  border: 1px solid #ffb71b;
  background: #fff8e6;
}
.accordion#days-container .accordion-item .accordion-collapse .accordion-body .slots-container .slot.selected {
  border-radius: 3px;
  border: 1px solid #007eb4;
  background: #f5feff;
  color: #364248;
}
