/* Font Declarations */
/* Relative Pixel Sizes (based on 1rem = 16px) - To support zoom/font size accessibility settings */
/* Color Definitions - Primary */
/* Color Definitions - Typography */
/* Color Definitions - Other */
/* Other */
/* Pill Tabs */
/* Decorative Layout Images - Local */
/* Decorative Layout Images - Base64 Encoded */
.umb-block-grid > div > section > .container {
  padding-left: 0;
  padding-right: 0;
}
.umb-block-grid .container.bgrc {
  padding-left: 0;
  padding-right: 0;
}
.umb-block-grid .umb-block-grid__row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.umb-block-grid .umb-block-grid__layout-item {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  padding-left: 0;
  padding-right: 0;
}
.umb-block-grid .umb-block-grid__layout-item[data-col-span="12"] {
  flex: 0 0 auto;
  width: 100%;
}
.umb-block-grid .umb-block-grid__layout-item[data-col-span="6"] {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 992px) {
  .umb-block-grid .umb-block-grid__layout-item[data-col-span="6"] {
    flex: 0 0 auto;
    width: 50%;
  }
}
.umb-block-grid .umb-block-grid__layout-item[data-col-span="9"] {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 992px) {
  .umb-block-grid .umb-block-grid__layout-item[data-col-span="9"] {
    flex: 0 0 auto;
    width: 75%;
  }
}
.umb-block-grid .umb-block-grid__layout-item[data-col-span="8"] {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 992px) {
  .umb-block-grid .umb-block-grid__layout-item[data-col-span="8"] {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}
.umb-block-grid .umb-block-grid__layout-item[data-col-span="4"] {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 992px) {
  .umb-block-grid .umb-block-grid__layout-item[data-col-span="4"] {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
.umb-block-grid .umb-block-grid__layout-item[data-col-span="3"] {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 992px) {
  .umb-block-grid .umb-block-grid__layout-item[data-col-span="3"] {
    flex: 0 0 auto;
    width: 25%;
  }
}

.umb-block-grid__area-container {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  margin-left: 0;
  margin-right: 0;
}
.umb-block-grid__area-container > .umb-block-grid__area {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  padding-left: 0;
  padding-right: 0;
}
.umb-block-grid__area-container > .umb-block-grid__area[data-area-col-span="12"] {
  flex: 0 0 auto;
  width: 100%;
}
.umb-block-grid__area-container > .umb-block-grid__area[data-area-col-span="6"] {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 992px) {
  .umb-block-grid__area-container > .umb-block-grid__area[data-area-col-span="6"] {
    flex: 0 0 auto;
    width: 50%;
  }
}
.umb-block-grid__area-container > .umb-block-grid__area[data-area-col-span="9"] {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 992px) {
  .umb-block-grid__area-container > .umb-block-grid__area[data-area-col-span="9"] {
    flex: 0 0 auto;
    width: 75%;
  }
}
.umb-block-grid__area-container > .umb-block-grid__area[data-area-col-span="8"] {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 992px) {
  .umb-block-grid__area-container > .umb-block-grid__area[data-area-col-span="8"] {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}
.umb-block-grid__area-container > .umb-block-grid__area[data-area-col-span="4"] {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 992px) {
  .umb-block-grid__area-container > .umb-block-grid__area[data-area-col-span="4"] {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
.umb-block-grid__area-container > .umb-block-grid__area[data-area-col-span="3"] {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 992px) {
  .umb-block-grid__area-container > .umb-block-grid__area[data-area-col-span="3"] {
    flex: 0 0 auto;
    width: 25%;
  }
}/* Font Declarations */
/* Relative Pixel Sizes (based on 1rem = 16px) - To support zoom/font size accessibility settings */
/* Color Definitions - Primary */
/* Color Definitions - Typography */
/* Color Definitions - Other */
/* Other */
/* Pill Tabs */
/* Decorative Layout Images - Local */
/* Decorative Layout Images - Base64 Encoded */
.richTextEditorBE .bottom-buttons-container {
  margin-top: 1.875rem;
}
.richTextEditorBE .bottom-buttons-container .container,
.richTextEditorBE .bottom-buttons-container .container-slim,
.richTextEditorBE .bottom-buttons-container .container-wide {
  max-width: unset;
  width: 100%;
}
.richTextEditorBE .bottom-buttons-container[data-force-left-align-on-mobile=false] .buttons-parent[data-align=center] .btn-wrapper {
  text-align: center;
}/* Font Declarations */
/* Relative Pixel Sizes (based on 1rem = 16px) - To support zoom/font size accessibility settings */
/* Color Definitions - Primary */
/* Color Definitions - Typography */
/* Color Definitions - Other */
/* Other */
/* Pill Tabs */
/* Decorative Layout Images - Local */
/* Decorative Layout Images - Base64 Encoded */
.buttonsBE .buttons-parent {
  display: flex;
  flex-wrap: wrap;
  margin: calc(0px - 0.9375rem) calc(0px - 1.25rem);
}
.buttonsBE .buttons-parent > div {
  display: inline-block;
  padding: 0.9375rem 1.25rem;
}
@media (max-width: 575.98px) {
  .buttonsBE .buttons-parent > div {
    width: 100%;
  }
}
.buttonsBE .buttons-parent[data-stack=true] > div {
  width: 100%;
}
@media (min-width: 576px) {
  .buttonsBE .buttons-parent[data-align=left] {
    justify-content: flex-start;
    text-align: left;
  }
  .buttonsBE .buttons-parent[data-align=right] {
    justify-content: flex-end;
    text-align: right;
  }
  .buttonsBE .buttons-parent[data-align=center] {
    justify-content: center;
    text-align: center;
  }
}