a {
  --bs-link-opacity: 1;
  --bs-link-color-rgb: 0, 85, 204;
}
a:hover {
  --bs-link-color-rgb: 0, 106, 255;
}

:root {
  --bs-border-color: #7a7a80;
  --bs-form-feedback-invalid-color: #a94442;
}

.row {
  --bs-gutter-x: 1.875rem;
}

.navbar {
  --bs-navbar-color: #333;
  --bs-navbar-hover-color: #333;
  --bs-navbar-toggler-font-size: 1rem;
  --bs-navbar-padding-y: 0;
  --bs-navbar-active-color: #555;
  --bs-navbar-nav-link-padding-x: .9375rem;
  margin-bottom: 1.375rem;
  min-height: 3.125rem;
  border-bottom: 1px solid transparent;
}

.dss-navbar {
  background-color: #f8f8f8;
}

.navbar-nav {
  --bs-nav-link-padding-y: 0.875rem;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}

.navbar-brand {
  color: var(--bs-navbar-color);
}

.navbar-nav .active {
  background-color: #eee;
}

@media (max-width: 767.98px) {
  .navbar-collapse {
    border-top: 1px solid #eee;
  }
}

.dss-alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 1.375rem;
  border-radius: 0.25rem;
  border: none;
}
.dss-alert.dss-alert-warning {
  color: #806800;
  background-color: #f7f2cd;
}
.dss-alert.dss-alert-info {
  color: #004c73;
  background-color: #c5e4eb;
}
.dss-alert.dss-alert-error {
  color: #991200;
  background-color: #fdd6d1;
}
.dss-alert.dss-alert-success {
  color: #3a660a;
  background-color: #d3ebb9;
}

.dss-badge {
  background-color: #ddd;
  color: inherit;
  display: inline-block;
  padding: 2px 7px;
  border-radius: 8px;
  min-width: 10px;
  font-size: inherit;
  font-weight: normal;
  line-height: 1;
  vertical-align: baseline;
  text-align: center;
  white-space: nowrap;
  text-shadow: none;
}

.dss-badge:empty {
  display: none;
}

.dss-nav .active .dss-badge {
  background-color: #fff;
  color: #595F6A;
}

.dss-btn, input.dss-btn {
  background-color: #fff;
  color: #595F6A;
  border: solid 1px #707886;
  border-radius: 4px;
  background: linear-gradient(#fffffe, #f7f7f8);
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.375rem;
  margin: 0;
  padding: 12px 20px;
  text-decoration: none;
  vertical-align: middle;
  text-align: center;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .dss-btn, input.dss-btn {
    width: 100%;
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .dss-btn, input.dss-btn {
    width: auto;
    margin-bottom: 0;
  }
}
.dss-btn:hover, .dss-btn:focus, input.dss-btn:hover, input.dss-btn:focus {
  text-decoration: none;
  color: #595F6A;
  background: linear-gradient(#fffffe, #e6e7e9);
}
.dss-btn:focus, input.dss-btn:focus {
  outline: solid 3px Highlight;
  outline: solid 3px -webkit-focus-ring-color;
  outline-offset: 2px;
}
.dss-btn.active, .dss-btn:active, input.dss-btn.active, input.dss-btn:active {
  background-color: #2a2d33;
  background-image: linear-gradient(#50565f, #474c55);
  border: solid 1px #2a2d33;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
}
.dss-btn.disabled, .dss-btn[disabled], input.dss-btn.disabled, input.dss-btn[disabled] {
  color: #000 !important;
  text-shadow: none;
  background: none !important;
  background-image: none;
  background-color: #e0e0e0 !important;
  opacity: 0.6 !important;
  cursor: default !important;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7) !important;
  border-color: #b6b6b6 !important;
}
.dss-btn.disabled:hover, .dss-btn.disabled:focus, .dss-btn[disabled]:hover, .dss-btn[disabled]:focus, input.dss-btn.disabled:hover, input.dss-btn.disabled:focus, input.dss-btn[disabled]:hover, input.dss-btn[disabled]:focus {
  color: #000 !important;
  background: none !important;
  background-color: #e0e0e0 !important;
}

.dss-btn-primary, input.dss-btn-primary {
  background-color: #595F6A;
  background-image: linear-gradient(#595F6A, #50565f);
  color: #fff;
  border: solid 1px #474c55;
}
.dss-btn-primary:hover, .dss-btn-primary:focus, input.dss-btn-primary:hover, input.dss-btn-primary:focus {
  color: #fff;
  background: #50565f;
}
.dss-btn-primary.active, .dss-btn-primary:active, input.dss-btn-primary.active, input.dss-btn-primary:active {
  background-color: #2a2d33;
  background: linear-gradient(#50565f, #474c55);
  border: solid 1px #2a2d33;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
}

.dss-btn-sm, input.dss-btn-sm {
  font-size: 0.875rem;
  padding: 6px 20px;
}

.dss-btn-wider, input.dss-btn-wider {
  padding-left: 2em;
  padding-right: 2em;
}

.dss-btn-active, .dss-btn-active:hover {
  background: #595F6A;
  color: #fff;
}

.dss-btn-group {
  font-size: 0;
  display: table;
  width: 100%;
}
@media (min-width: 768px) {
  .dss-btn-group {
    width: auto;
  }
}
.dss-btn-group > .dss-btn {
  border-color: #979797;
  border-radius: 0;
  margin: 0;
  padding: 7px 8px;
  font-weight: normal;
  background: #fff;
  display: table-cell;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.5);
}
.dss-btn-group > .dss-btn:active, .dss-btn-group > .dss-btn:focus {
  background-color: #2a2d33;
  background-image: linear-gradient(#50565f, #474c55);
  border: solid 1px #2a2d33;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
}
.dss-btn-group > .dss-btn.dss-btn-active {
  background-color: #2a2d33;
  background-image: linear-gradient(#50565f, #474c55);
  border: solid 1px #2a2d33;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
}
.dss-btn-group > .dss-btn:first-child {
  border-radius: 4px 0 0 4px;
}
.dss-btn-group > .dss-btn:last-child {
  border-radius: 0 4px 4px 0;
}
.dss-btn-group > .dss-btn + .dss-btn {
  border-left: none;
}
.dss-btn-group.dss-btn-group-2 > .dss-btn {
  width: 50%;
}
.dss-btn-group.dss-btn-group-3 > .dss-btn {
  width: 33%;
}
.dss-btn-group.dss-btn-group-4 > .dss-btn {
  width: 25%;
}

.dss-navbar-btn-group-container {
  background: #595F6A;
}
.dss-navbar-btn-group-container .dss-navbar-btn-group-container-inner {
  margin-left: 15px;
  margin-right: 15px;
}

.dss-navbar-btn-group {
  font-size: 0;
  width: 100%;
  display: table;
}
@media (min-width: 768px) {
  .dss-navbar-btn-group {
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
  }
}
.dss-navbar-btn-group > .dss-btn {
  margin: 0;
  width: 50%;
  display: table-cell;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 0;
  font-weight: normal;
}
@media (max-width: 767.98px) {
  .dss-navbar-btn-group > .dss-btn {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.dss-navbar-btn-group > .dss-btn:active, .dss-navbar-btn-group > .dss-btn:focus {
  background: #2a2d33;
}
.dss-navbar-btn-group > .dss-btn.dss-btn-active {
  background: #595F6A;
}
.dss-navbar-btn-group > .dss-btn + .dss-btn {
  border-left: solid 1px #ddd;
}

/* Side notes for calling out things
-------------------------------------------------- */
/* Base styles (regardless of theme) */
.dss-callout {
  margin: 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
}

.dss-callout h4 {
  margin-top: 0;
}

.dss-callout p:last-child {
  margin-bottom: 0;
}

.dss-callout code,
.dss-callout .highlight {
  background-color: #fff;
}

/* Themes for different contexts */
.dss-callout-info {
  background-color: #ebfbff;
  border-color: #98aab3;
  color: #004C73;
}
.dss-callout-info h2, .dss-callout-info h3, .dss-callout-info h4 {
  color: #004C73;
}

.dss-callout-warning {
  background-color: #fefbed;
  border-color: #ded29b;
  color: #806208;
}
.dss-callout-warning h2, .dss-callout-warning h3, .dss-callout-warning h4 {
  color: #806208;
}

.dss-callout-danger {
  background-color: #fcf2f2;
  border-color: #de9c9b;
  color: #800a08;
}
.dss-callout-danger h2, .dss-callout-danger h3, .dss-callout-danger h4 {
  color: #800a08;
}

.dss-card {
  background-color: #fff;
  margin-top: 1.375rem;
  margin-bottom: 1.375rem;
  min-height: 20px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 0;
  padding-bottom: 17px;
  overflow: hidden;
  border-left: solid 3px #595F6A;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.15);
}

#global-footer-wrapper {
  min-height: 80px;
  background-color: #393c43;
  color: #fff;
}

#global-footer {
  padding-top: 12px;
  padding-bottom: 12px;
}
#global-footer a {
  color: #fff;
}

.dss-form {
  margin: 0;
  padding: 0;
}
.dss-form .dss-form-actions {
  margin-top: 2em;
  margin-bottom: 0;
  text-align: right;
}
.dss-form .dss-form-actions .dss-btn {
  margin-left: 1em;
}
.dss-form legend {
  box-shadow: 0 1px 0px 0 rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid #DFDFD7;
  font-size: 1.08125rem;
  line-height: 1.875rem;
  margin-top: 0.3125rem;
  margin-bottom: 1.375rem;
  padding-top: 0.3125rem;
}

label {
  font-weight: normal;
}

select {
  color: #000;
}

.is-invalid .form-label,
.is-invalid [role=alert] {
  color: #a94442;
}
.is-invalid .form-control {
  border-color: #a94442;
}

.invalid-feedback {
  color: #a94442;
}

.form-text {
  display: block;
  margin-bottom: 0.625rem;
}
.form-text[role=alert] {
  font-size: 1.25rem;
}

.form-label {
  margin-bottom: 0.3125rem;
}

.form-control {
  line-height: 1.375;
}
.form-control:focus {
  border-color: #595F6A;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(20, 125, 180, 0.6);
}

.form-select:focus:not(:focus-visible) {
  box-shadow: none;
}
.form-select:focus-visible {
  border-color: #147DB4;
  border-width: 1px;
  box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px 0px inset, rgba(20, 125, 180, 0.6) 0px 0px 8px 0px;
  outline: none;
}

.container-fluid {
  max-width: 970px;
  --bs-gutter-x: 1.875rem;
}

a:hover [class^=icon-],
a:hover [class*=" icon-"] {
  text-decoration: none;
}

[class^=icon-].icon-space-left, [class*=" icon-"].icon-space-left {
  margin-left: 0.3em;
}
[class^=icon-].icon-space-right, [class*=" icon-"].icon-space-right {
  margin-right: 0.3em;
}

.dss-nav {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 1.375rem;
  list-style: none;
}
.dss-nav a {
  color: #555;
}

.dss-nav > li > a {
  display: block;
}

.dss-nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

.dss-nav > li > a:focus {
  text-decoration: none;
  color: #222;
}

.dss-nav > li > a > img {
  max-width: none;
}

.dss-nav > .pull-right {
  float: right;
}

.dss-nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}

.dss-nav-list > li > a {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  padding: 3px 15px;
}

.dss-nav-list > .active > a,
.dss-nav-list > .active > a:hover,
.dss-nav-list > .active > a:focus {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #595F6A;
}

.dss-nav-list [class^=icon-],
.dss-nav-list [class*=" icon-"] {
  margin-right: 2px;
}

.dss-nav-tabs {
  font-size: 0;
  margin-top: 1.375rem;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1.375rem;
  padding: 0;
  text-align: center;
  float: left;
  height: 100%;
  width: 100%;
}
@media (min-width: 480px) {
  .dss-nav-tabs {
    width: auto;
  }
}
.dss-nav-tabs > li {
  line-height: 1.375rem;
  font-weight: normal;
  white-space: nowrap;
  margin: 0;
  display: inline-block;
  position: relative;
  background: white;
  color: #000;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
@media (max-width: 479.98px) {
  .dss-nav-tabs > li {
    font-size: 0.875rem;
    padding: 21px 0;
    width: 49.5%;
  }
}
@media (min-width: 480px) {
  .dss-nav-tabs > li {
    font-size: 1rem;
    padding: 27px 30px;
  }
}
.dss-nav-tabs > li:active {
  background: #a9afba;
  color: #FFFFFF;
}
.dss-nav-tabs > li.active {
  background: #595F6A;
  color: #FFFFFF;
  cursor: default;
}
.dss-nav-tabs > li.active:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #595F6A;
  border-width: 10px;
  margin-left: -10px;
}
.dss-nav-tabs > li:first-child {
  border-radius: 4px 0 0 4px;
}
.dss-nav-tabs > li:last-child {
  border-radius: 0 4px 4px 0;
}

.dss-panel {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 1.375rem;
  min-height: 20px;
  padding: 40px;
  overflow: hidden;
}
.dss-panel.dss-panel-max-headroom {
  padding-top: 35px;
}
.dss-panel.dss-panel-haircut {
  padding-top: 10px;
}
.dss-panel.dss-panel-drop-shadow {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
}

.dss-panel-test {
  background: #fff;
}
@media (min-width: 480px) and (max-width: 767.98px) {
  .dss-panel-test {
    background: #EBEBE7;
  }
}
.dss-panel-test .dss-panel-test-inner {
  background: none;
}
@media (min-width: 480px) {
  .dss-panel-test .dss-panel-test-inner {
    background: #EBEBE7;
    border-radius: 2px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.dss-rhino {
  margin: 0;
  padding: 0;
}
.dss-rhino.dss-rhino-white {
  background-color: #fff;
}
.dss-rhino.dss-rhino-greige {
  background-color: #eeefeb;
  background-image: url("../img/bg_textures/greige_mesh_lighter.png");
  background-repeat: repeat;
}
.dss-rhino.dss-rhino-greige-darker {
  background-color: #e6e6df;
  background-image: url("../img/bg_textures/greige_mesh.png");
  background-repeat: repeat;
}
.dss-rhino.dss-rhino-brand-color {
  background-color: #595F6A;
}
.dss-rhino.dss-rhino-brand-color-darker {
  background-color: #a9afba;
}
.dss-rhino.dss-rhino-brand-color-darker {
  background-color: #a9afba;
}
.dss-rhino.dss-rhino-2021-black {
  background-color: #000;
}
.dss-rhino.dss-rhino-2021-black.dss-rhino-2021-tint-20 {
  background: #333333;
}
.dss-rhino.dss-rhino-2021-black.dss-rhino-2021-tint-40 {
  background: #666666;
}
.dss-rhino.dss-rhino-2021-black.dss-rhino-2021-shade-20 {
  background: black;
}
.dss-rhino.dss-rhino-2021-black.dss-rhino-2021-shade-40 {
  background: black;
}
.dss-rhino.dss-rhino-2021-dark-blue-1 {
  background-color: #18233F;
}
.dss-rhino.dss-rhino-2021-dark-blue-1.dss-rhino-2021-tint-20 {
  background: #464f65;
}
.dss-rhino.dss-rhino-2021-dark-blue-1.dss-rhino-2021-tint-40 {
  background: #747b8c;
}
.dss-rhino.dss-rhino-2021-dark-blue-1.dss-rhino-2021-shade-20 {
  background: #131c32;
}
.dss-rhino.dss-rhino-2021-dark-blue-1.dss-rhino-2021-shade-40 {
  background: #0e1526;
}
.dss-rhino.dss-rhino-2021-dark-blue-2 {
  background-color: #474D5E;
}
.dss-rhino.dss-rhino-2021-dark-blue-2.dss-rhino-2021-tint-20 {
  background: #6c717e;
}
.dss-rhino.dss-rhino-2021-dark-blue-2.dss-rhino-2021-tint-40 {
  background: #91949e;
}
.dss-rhino.dss-rhino-2021-dark-blue-2.dss-rhino-2021-shade-20 {
  background: #393e4b;
}
.dss-rhino.dss-rhino-2021-dark-blue-2.dss-rhino-2021-shade-40 {
  background: #2b2e38;
}
.dss-rhino.dss-rhino-2021-dark-cool-grey {
  background-color: #687785;
}
.dss-rhino.dss-rhino-2021-dark-cool-grey.dss-rhino-2021-tint-20 {
  background: #86929d;
}
.dss-rhino.dss-rhino-2021-dark-cool-grey.dss-rhino-2021-tint-40 {
  background: #a4adb6;
}
.dss-rhino.dss-rhino-2021-dark-cool-grey.dss-rhino-2021-shade-20 {
  background: #535f6a;
}
.dss-rhino.dss-rhino-2021-dark-cool-grey.dss-rhino-2021-shade-40 {
  background: #3e4750;
}
.dss-rhino.dss-rhino-2021-warm-mid-grey {
  background-color: #C0BCBB;
}
.dss-rhino.dss-rhino-2021-warm-mid-grey.dss-rhino-2021-tint-20 {
  background: #cdc9c9;
}
.dss-rhino.dss-rhino-2021-warm-mid-grey.dss-rhino-2021-tint-40 {
  background: #d9d7d6;
}
.dss-rhino.dss-rhino-2021-warm-mid-grey.dss-rhino-2021-shade-20 {
  background: #9a9696;
}
.dss-rhino.dss-rhino-2021-warm-mid-grey.dss-rhino-2021-shade-40 {
  background: #737170;
}
.dss-rhino.dss-rhino-2021-cool-mid-grey {
  background-color: #C6D3D8;
}
.dss-rhino.dss-rhino-2021-cool-mid-grey.dss-rhino-2021-tint-20 {
  background: #d1dce0;
}
.dss-rhino.dss-rhino-2021-cool-mid-grey.dss-rhino-2021-tint-40 {
  background: #dde5e8;
}
.dss-rhino.dss-rhino-2021-cool-mid-grey.dss-rhino-2021-shade-20 {
  background: #9ea9ad;
}
.dss-rhino.dss-rhino-2021-cool-mid-grey.dss-rhino-2021-shade-40 {
  background: #777f82;
}
.dss-rhino.dss-rhino-2021-warm-light-grey {
  background-color: #F5F2EF;
}
.dss-rhino.dss-rhino-2021-warm-light-grey.dss-rhino-2021-tint-20 {
  background: #f7f5f2;
}
.dss-rhino.dss-rhino-2021-warm-light-grey.dss-rhino-2021-tint-40 {
  background: #f9f7f5;
}
.dss-rhino.dss-rhino-2021-warm-light-grey.dss-rhino-2021-shade-20 {
  background: #c4c2bf;
}
.dss-rhino.dss-rhino-2021-warm-light-grey.dss-rhino-2021-shade-40 {
  background: #93918f;
}
.dss-rhino.dss-rhino-2021-bright-pink-1 {
  background-color: #FF5959;
}
.dss-rhino.dss-rhino-2021-bright-pink-1.dss-rhino-2021-tint-20 {
  background: #ff7a7a;
}
.dss-rhino.dss-rhino-2021-bright-pink-1.dss-rhino-2021-tint-40 {
  background: #ff9b9b;
}
.dss-rhino.dss-rhino-2021-bright-pink-1.dss-rhino-2021-shade-20 {
  background: #cc4747;
}
.dss-rhino.dss-rhino-2021-bright-pink-1.dss-rhino-2021-shade-40 {
  background: #993535;
}
.dss-rhino.dss-rhino-2021-bright-pink-2 {
  background-color: #FF4141;
}
.dss-rhino.dss-rhino-2021-bright-pink-2.dss-rhino-2021-tint-20 {
  background: #ff6767;
}
.dss-rhino.dss-rhino-2021-bright-pink-2.dss-rhino-2021-tint-40 {
  background: #ff8d8d;
}
.dss-rhino.dss-rhino-2021-bright-pink-2.dss-rhino-2021-shade-20 {
  background: #cc3434;
}
.dss-rhino.dss-rhino-2021-bright-pink-2.dss-rhino-2021-shade-40 {
  background: #992727;
}
.dss-rhino.dss-rhino-2021-bright-yellow {
  background-color: #FFC24D;
}
.dss-rhino.dss-rhino-2021-bright-yellow.dss-rhino-2021-tint-20 {
  background: #ffce71;
}
.dss-rhino.dss-rhino-2021-bright-yellow.dss-rhino-2021-tint-40 {
  background: #ffda94;
}
.dss-rhino.dss-rhino-2021-bright-yellow.dss-rhino-2021-shade-20 {
  background: #cc9b3e;
}
.dss-rhino.dss-rhino-2021-bright-yellow.dss-rhino-2021-shade-40 {
  background: #99742e;
}
.dss-rhino.dss-rhino-2021-mid-pink-1 {
  background-color: #FFA6A6;
}
.dss-rhino.dss-rhino-2021-mid-pink-1.dss-rhino-2021-tint-20 {
  background: #ffb8b8;
}
.dss-rhino.dss-rhino-2021-mid-pink-1.dss-rhino-2021-tint-40 {
  background: #ffcaca;
}
.dss-rhino.dss-rhino-2021-mid-pink-1.dss-rhino-2021-shade-20 {
  background: #cc8585;
}
.dss-rhino.dss-rhino-2021-mid-pink-1.dss-rhino-2021-shade-40 {
  background: #996464;
}
.dss-rhino.dss-rhino-2021-mid-pink-2 {
  background-color: #FFCEC3;
}
.dss-rhino.dss-rhino-2021-mid-pink-2.dss-rhino-2021-tint-20 {
  background: #ffd8cf;
}
.dss-rhino.dss-rhino-2021-mid-pink-2.dss-rhino-2021-tint-40 {
  background: #ffe2db;
}
.dss-rhino.dss-rhino-2021-mid-pink-2.dss-rhino-2021-shade-20 {
  background: #cca59c;
}
.dss-rhino.dss-rhino-2021-mid-pink-2.dss-rhino-2021-shade-40 {
  background: #997c75;
}
.dss-rhino.dss-rhino-2021-pale-orange {
  background-color: #FFDEBC;
}
.dss-rhino.dss-rhino-2021-pale-orange.dss-rhino-2021-tint-20 {
  background: #ffe5c9;
}
.dss-rhino.dss-rhino-2021-pale-orange.dss-rhino-2021-tint-40 {
  background: #ffebd7;
}
.dss-rhino.dss-rhino-2021-pale-orange.dss-rhino-2021-shade-20 {
  background: #ccb296;
}
.dss-rhino.dss-rhino-2021-pale-orange.dss-rhino-2021-shade-40 {
  background: #998571;
}
.dss-rhino.dss-rhino-2021-bright-royal-blue-1 {
  background-color: #707FFF;
}
.dss-rhino.dss-rhino-2021-bright-royal-blue-1.dss-rhino-2021-tint-20 {
  background: #8d99ff;
}
.dss-rhino.dss-rhino-2021-bright-royal-blue-1.dss-rhino-2021-tint-40 {
  background: #a9b2ff;
}
.dss-rhino.dss-rhino-2021-bright-royal-blue-1.dss-rhino-2021-shade-20 {
  background: #5a66cc;
}
.dss-rhino.dss-rhino-2021-bright-royal-blue-1.dss-rhino-2021-shade-40 {
  background: #434c99;
}
.dss-rhino.dss-rhino-2021-bright-royal-blue-2 {
  background-color: #243BFF;
}
.dss-rhino.dss-rhino-2021-bright-royal-blue-2.dss-rhino-2021-tint-20 {
  background: #5062ff;
}
.dss-rhino.dss-rhino-2021-bright-royal-blue-2.dss-rhino-2021-tint-40 {
  background: #7c89ff;
}
.dss-rhino.dss-rhino-2021-bright-royal-blue-2.dss-rhino-2021-shade-20 {
  background: #1d2fcc;
}
.dss-rhino.dss-rhino-2021-bright-royal-blue-2.dss-rhino-2021-shade-40 {
  background: #162399;
}
.dss-rhino.dss-rhino-2021-bright-turquoise-1 {
  background-color: #2CD8EF;
}
.dss-rhino.dss-rhino-2021-bright-turquoise-1.dss-rhino-2021-tint-20 {
  background: #56e0f2;
}
.dss-rhino.dss-rhino-2021-bright-turquoise-1.dss-rhino-2021-tint-40 {
  background: #80e8f5;
}
.dss-rhino.dss-rhino-2021-bright-turquoise-1.dss-rhino-2021-shade-20 {
  background: #23adbf;
}
.dss-rhino.dss-rhino-2021-bright-turquoise-1.dss-rhino-2021-shade-40 {
  background: #1a828f;
}
.dss-rhino.dss-rhino-2021-bright-turquoise-2 {
  background-color: #00A3B9;
}
.dss-rhino.dss-rhino-2021-bright-turquoise-2.dss-rhino-2021-tint-20 {
  background: #33b5c7;
}
.dss-rhino.dss-rhino-2021-bright-turquoise-2.dss-rhino-2021-tint-40 {
  background: #66c8d5;
}
.dss-rhino.dss-rhino-2021-bright-turquoise-2.dss-rhino-2021-shade-20 {
  background: #008294;
}
.dss-rhino.dss-rhino-2021-bright-turquoise-2.dss-rhino-2021-shade-40 {
  background: #00626f;
}
.dss-rhino.dss-rhino-2021-bright-green-1 {
  background-color: #57BB79;
}
.dss-rhino.dss-rhino-2021-bright-green-1.dss-rhino-2021-tint-20 {
  background: #79c994;
}
.dss-rhino.dss-rhino-2021-bright-green-1.dss-rhino-2021-tint-40 {
  background: #9ad6af;
}
.dss-rhino.dss-rhino-2021-bright-green-1.dss-rhino-2021-shade-20 {
  background: #469661;
}
.dss-rhino.dss-rhino-2021-bright-green-1.dss-rhino-2021-shade-40 {
  background: #347049;
}
.dss-rhino.dss-rhino-2021-bright-green-2 {
  background-color: #469B63;
}
.dss-rhino.dss-rhino-2021-bright-green-2.dss-rhino-2021-tint-20 {
  background: #6baf82;
}
.dss-rhino.dss-rhino-2021-bright-green-2.dss-rhino-2021-tint-40 {
  background: #90c3a1;
}
.dss-rhino.dss-rhino-2021-bright-green-2.dss-rhino-2021-shade-20 {
  background: #387c4f;
}
.dss-rhino.dss-rhino-2021-bright-green-2.dss-rhino-2021-shade-40 {
  background: #2a5d3b;
}
.dss-rhino.dss-rhino-padding-top-5 {
  padding-top: 5px;
}
.dss-rhino.dss-rhino-padding-bottom-5 {
  padding-bottom: 5px;
}
.dss-rhino.dss-rhino-padding-top-10 {
  padding-top: 10px;
}
.dss-rhino.dss-rhino-padding-bottom-10 {
  padding-bottom: 10px;
}
.dss-rhino.dss-rhino-padding-top-15 {
  padding-top: 15px;
}
.dss-rhino.dss-rhino-padding-bottom-15 {
  padding-bottom: 15px;
}
.dss-rhino.dss-rhino-padding-top-20 {
  padding-top: 20px;
}
.dss-rhino.dss-rhino-padding-bottom-20 {
  padding-bottom: 20px;
}
.dss-rhino.dss-rhino-padding-top-25 {
  padding-top: 25px;
}
.dss-rhino.dss-rhino-padding-bottom-25 {
  padding-bottom: 25px;
}
.dss-rhino.dss-rhino-padding-top-30 {
  padding-top: 30px;
}
.dss-rhino.dss-rhino-padding-bottom-30 {
  padding-bottom: 30px;
}
.dss-rhino.dss-rhino-padding-top-35 {
  padding-top: 35px;
}
.dss-rhino.dss-rhino-padding-bottom-35 {
  padding-bottom: 35px;
}
.dss-rhino.dss-rhino-padding-top-40 {
  padding-top: 40px;
}
.dss-rhino.dss-rhino-padding-bottom-40 {
  padding-bottom: 40px;
}
.dss-rhino.dss-rhino-padding-top-45 {
  padding-top: 45px;
}
.dss-rhino.dss-rhino-padding-bottom-45 {
  padding-bottom: 45px;
}
.dss-rhino.dss-rhino-padding-top-50 {
  padding-top: 50px;
}
.dss-rhino.dss-rhino-padding-bottom-50 {
  padding-bottom: 50px;
}
.dss-rhino.dss-rhino-padding-top-55 {
  padding-top: 55px;
}
.dss-rhino.dss-rhino-padding-bottom-55 {
  padding-bottom: 55px;
}
.dss-rhino.dss-rhino-padding-top-60 {
  padding-top: 60px;
}
.dss-rhino.dss-rhino-padding-bottom-60 {
  padding-bottom: 60px;
}
.dss-rhino.dss-rhino-padding-top-65 {
  padding-top: 65px;
}
.dss-rhino.dss-rhino-padding-bottom-65 {
  padding-bottom: 65px;
}
.dss-rhino.dss-rhino-padding-top-70 {
  padding-top: 70px;
}
.dss-rhino.dss-rhino-padding-bottom-70 {
  padding-bottom: 70px;
}
.dss-rhino.dss-rhino-padding-top-75 {
  padding-top: 75px;
}
.dss-rhino.dss-rhino-padding-bottom-75 {
  padding-bottom: 75px;
}
.dss-rhino.dss-rhino-padding-top-80 {
  padding-top: 80px;
}
.dss-rhino.dss-rhino-padding-bottom-80 {
  padding-bottom: 80px;
}
.dss-rhino.dss-rhino-padding-top-85 {
  padding-top: 85px;
}
.dss-rhino.dss-rhino-padding-bottom-85 {
  padding-bottom: 85px;
}
.dss-rhino.dss-rhino-padding-top-90 {
  padding-top: 90px;
}
.dss-rhino.dss-rhino-padding-bottom-90 {
  padding-bottom: 90px;
}
.dss-rhino.dss-rhino-padding-top-95 {
  padding-top: 95px;
}
.dss-rhino.dss-rhino-padding-bottom-95 {
  padding-bottom: 95px;
}
.dss-rhino.dss-rhino-padding-top-100 {
  padding-top: 100px;
}
.dss-rhino.dss-rhino-padding-bottom-100 {
  padding-bottom: 100px;
}
.dss-rhino.dss-rhino-padding-top-105 {
  padding-top: 105px;
}
.dss-rhino.dss-rhino-padding-bottom-105 {
  padding-bottom: 105px;
}
.dss-rhino.dss-rhino-padding-top-110 {
  padding-top: 110px;
}
.dss-rhino.dss-rhino-padding-bottom-110 {
  padding-bottom: 110px;
}
.dss-rhino.dss-rhino-padding-top-115 {
  padding-top: 115px;
}
.dss-rhino.dss-rhino-padding-bottom-115 {
  padding-bottom: 115px;
}
.dss-rhino.dss-rhino-padding-top-120 {
  padding-top: 120px;
}
.dss-rhino.dss-rhino-padding-bottom-120 {
  padding-bottom: 120px;
}

html, body {
  height: 100%;
}

body {
  color: #000;
  background-color: #393c43;
  background-repeat: repeat;
  min-width: 100%;
}

#global-wrapper {
  background: #fff;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0px;
  margin-bottom: -80px;
}

#page-content-wrapper {
  position: relative;
  padding-bottom: 80px;
}

:root {
  scroll-behavior: auto;
}

hr.dss-skip-small {
  margin-top: 1.03125rem;
  margin-bottom: 1.03125rem;
}
hr.dss-skip-big {
  margin-top: 2.0625rem;
  margin-bottom: 2.0625rem;
}
hr.dss-skip-giant {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

span.dss-skip-small, span.dss-skip-med, span.dss-skip-big, span.dss-skip-giant {
  display: block;
}

span.dss-skip-small {
  height: 1.03125rem;
}

span.dss-skip-med {
  height: 1.375rem;
}

span.dss-skip-big {
  height: 2.0625rem;
}

span.dss-skip-giant {
  height: 2.75rem;
}

.dss-table-container {
  padding: 0;
  overflow-x: auto;
  margin-top: 0;
  margin-bottom: 1.375rem;
}
.dss-table-container.dss-table-container-bordered {
  border: solid 1px rgba(180, 180, 180, 0.3);
}
.dss-table-container.dss-table-container-rounded {
  border-radius: 0.25rem;
}
.dss-table-container.dss-table-container-rounded table {
  border-radius: 0.25rem;
}
.dss-table-container.dss-table-container-rounded thead:first-child tr:first-child > th:first-child,
.dss-table-container.dss-table-container-rounded tbody:first-child tr:first-child > td:first-child,
.dss-table-container.dss-table-container-rounded tbody:first-child tr:first-child > th:first-child {
  border-top-left-radius: 0.25rem;
}
.dss-table-container.dss-table-container-rounded thead:first-child tr:first-child > th:last-child,
.dss-table-container.dss-table-container-rounded tbody:first-child tr:first-child > td:last-child,
.dss-table-container.dss-table-container-rounded tbody:first-child tr:first-child > th:last-child {
  border-top-right-radius: 0.25rem;
}
.dss-table-container.dss-table-container-rounded thead:last-child tr:last-child > th:first-child,
.dss-table-container.dss-table-container-rounded tbody:last-child tr:last-child > td:first-child,
.dss-table-container.dss-table-container-rounded tbody:last-child tr:last-child > th:first-child,
.dss-table-container.dss-table-container-rounded tfoot:last-child tr:last-child > td:first-child,
.dss-table-container.dss-table-container-rounded tfoot:last-child tr:last-child > th:first-child {
  border-bottom-left-radius: 0.25rem;
}
.dss-table-container.dss-table-container-rounded thead:last-child tr:last-child > th:last-child,
.dss-table-container.dss-table-container-rounded tbody:last-child tr:last-child > td:last-child,
.dss-table-container.dss-table-container-rounded tbody:last-child tr:last-child > th:last-child,
.dss-table-container.dss-table-container-rounded tfoot:last-child tr:last-child > td:last-child,
.dss-table-container.dss-table-container-rounded tfoot:last-child tr:last-child > th:last-child {
  border-bottom-right-radius: 0.25rem;
}

.dss-table {
  width: 100%;
  background-color: transparent;
  border-collapse: separate;
  border-spacing: 0;
}
.dss-table thead th, .dss-table thead td {
  color: #54636E;
  font-weight: bold;
  text-shadow: 0 1px #fff;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.dss-table tbody th, .dss-table tbody td, .dss-table tfoot th, .dss-table tfoot td {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 6px;
  padding-bottom: 3px;
}
.dss-table th, .dss-table td {
  line-height: 1.375rem;
  text-align: left;
  vertical-align: top;
  border-bottom: solid 1px rgba(180, 180, 180, 0.3);
}
.dss-table tbody:last-child > tr:last-child > th,
.dss-table tbody:last-child > tr:last-child > td,
.dss-table tfoot:last-child > tr:last-child > td,
.dss-table tfoot:last-child > tr:last-child > th {
  border-bottom: none;
}

.dss-table-condensed thead th, .dss-table-condensed thead td {
  padding: 4px 8px;
}
.dss-table-condensed tbody th, .dss-table-condensed tbody td {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 5px;
  padding-bottom: 2px;
}

.dss-table-striped tbody > tr:nth-child(odd) > td,
.dss-table-striped tbody > tr:nth-child(odd) > th {
  background: #f8f8f8;
  border-bottom-color: transparent;
}
.dss-table-striped tbody > tr:nth-child(even) > td,
.dss-table-striped tbody > tr:nth-child(even) > th {
  border-bottom-color: transparent;
}

.dss-table-hover tbody > tr:not(.no-hover):hover > td, .dss-table-hover tbody > tr:not(.no-hover):hover > th {
  background-color: white !important;
  color: #fff;
}
.dss-table-hover tbody > tr:not(.no-hover):hover > td a, .dss-table-hover tbody > tr:not(.no-hover):hover > td span, .dss-table-hover tbody > tr:not(.no-hover):hover > th a, .dss-table-hover tbody > tr:not(.no-hover):hover > th span {
  color: #fff;
}

th.number, td.number, th.currency, td.currency, td.date, th.date {
  text-align: right;
  padding-right: 16px;
}

td.summary, th.summary {
  font-weight: bold;
}

body {
  font-family: "Lato", "Arial", sans-serif;
  --bs-body-line-height: 1.375;
}

h1 {
  font-size: 1.75rem;
  line-height: 1.375;
}

h2 {
  font-size: 1.5rem;
  line-height: 1.375;
}

h3 {
  font-size: 1.33125rem;
  line-height: 1.375;
}

h4 {
  font-size: 1.16875rem;
  line-height: 1.375;
}

h5, h6 {
  font-size: 1rem;
  line-height: 1.375;
}

h1, h2, h3, h4,
.h1, .h2, .h3, .h4 {
  font-weight: normal;
  margin-bottom: 0.6875rem;
}

h1, h2, h3,
.h1, .h2, .h3 {
  margin-top: 1.375rem;
}

h4, .h4 {
  margin-top: 0.6875rem;
}

h1 small {
  font-size: 1.33125rem;
}

h2 small {
  font-size: 1.16875rem;
}

h3 small {
  font-size: 1rem;
}

h4 small {
  font-size: 1rem;
}

h1 small, h2 small, h3 small, h4 small {
  color: #6a6a6a;
}

ul, ol {
  padding-left: 2.5rem;
  margin-bottom: 0.6875rem;
}

h1.dss-heading-bold, h2.dss-heading-bold, h3.dss-heading-bold, h4.dss-heading-bold {
  font-weight: 700;
}

h1.dss-heading-x-small, h2.dss-heading-x-small, h3.dss-heading-x-small, h4.dss-heading-x-small,
.dss-easy-reading h1.dss-heading-x-small, .dss-easy-reading h2.dss-heading-x-small, .dss-easy-reading h3.dss-heading-x-small, .dss-easy-reading h4.dss-heading-x-small {
  font-size: 1.25rem;
}
h1.dss-heading-small, h2.dss-heading-small, h3.dss-heading-small, h4.dss-heading-small,
.dss-easy-reading h1.dss-heading-small, .dss-easy-reading h2.dss-heading-small, .dss-easy-reading h3.dss-heading-small, .dss-easy-reading h4.dss-heading-small {
  font-size: 1.5rem;
}
h1.dss-heading-medium, h2.dss-heading-medium, h3.dss-heading-medium, h4.dss-heading-medium,
.dss-easy-reading h1.dss-heading-medium, .dss-easy-reading h2.dss-heading-medium, .dss-easy-reading h3.dss-heading-medium, .dss-easy-reading h4.dss-heading-medium {
  font-size: 1.75rem;
}
h1.dss-heading-large, h2.dss-heading-large, h3.dss-heading-large, h4.dss-heading-large,
.dss-easy-reading h1.dss-heading-large, .dss-easy-reading h2.dss-heading-large, .dss-easy-reading h3.dss-heading-large, .dss-easy-reading h4.dss-heading-large {
  font-size: 2rem;
}
h1.dss-heading-x-large, h2.dss-heading-x-large, h3.dss-heading-x-large, h4.dss-heading-x-large,
.dss-easy-reading h1.dss-heading-x-large, .dss-easy-reading h2.dss-heading-x-large, .dss-easy-reading h3.dss-heading-x-large, .dss-easy-reading h4.dss-heading-x-large {
  font-size: 2.25rem;
}
h1.dss-heading-xx-large, h2.dss-heading-xx-large, h3.dss-heading-xx-large, h4.dss-heading-xx-large,
.dss-easy-reading h1.dss-heading-xx-large, .dss-easy-reading h2.dss-heading-xx-large, .dss-easy-reading h3.dss-heading-xx-large, .dss-easy-reading h4.dss-heading-xx-large {
  font-size: 2.5rem;
}

.lead {
  font-size: 1.16875rem;
  font-weight: 300;
  margin-bottom: 1.375rem;
}
.lead.dss-lead-lg {
  font-size: 1.33125rem;
}

.dss-easy-reading {
  font-size: 1.1875rem;
}
.dss-easy-reading h1 {
  font-size: 2.25rem;
}
.dss-easy-reading h2 {
  font-size: 2rem;
}
.dss-easy-reading h3 {
  font-size: 1.75rem;
  line-height: 1.375;
}
.dss-easy-reading h4 {
  font-size: 1.5rem;
}
.dss-easy-reading h1, .dss-easy-reading h2, .dss-easy-reading h3, .dss-easy-reading h4 {
  margin-top: 2.44921875rem;
  margin-bottom: 1.1875rem;
}
.dss-easy-reading p, .dss-easy-reading ul, .dss-easy-reading ol {
  margin: 0 0 1.6328125rem;
}
.dss-easy-reading .lead {
  font-size: 1.3875rem;
}

code {
  --bs-code-color: #c7254e;
  border-radius: 0.25rem;
  background-color: #f9f2f4;
  padding: 0.125rem 0.25rem;
  font-size: 0.9em;
}

pre {
  background-color: #f5f5f5;
  padding: 0.625rem;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  font-size: 0.9375em;
  color: #333;
  margin-bottom: 0.625rem;
}

code, kbd, pre, samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

p {
  margin-bottom: 0.6875rem;
}

hr {
  margin-top: 1.375rem;
  margin-bottom: 1.375rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  border-top: 1px solid #eee;
  opacity: 1;
}

blockquote {
  padding: 0.6875rem 1.1375rem;
  margin: 0 0 1.1375rem;
  font-size: 1.25rem;
  border-left: 0.25em solid #e9ecef;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

.dss-text-brand-color,
div.dss-text-brand-color,
span.dss-text-brand-color {
  color: #FFFFFF;
}
.dss-text-brand-color h1, .dss-text-brand-color h2, .dss-text-brand-color h3, .dss-text-brand-color h4, .dss-text-brand-color p, .dss-text-brand-color ul, .dss-text-brand-color ol, .dss-text-brand-color li, .dss-text-brand-color a, .dss-text-brand-color a:hover, .dss-text-brand-color a:active, .dss-text-brand-color a:visited,
div.dss-text-brand-color h1,
div.dss-text-brand-color h2,
div.dss-text-brand-color h3,
div.dss-text-brand-color h4,
div.dss-text-brand-color p,
div.dss-text-brand-color ul,
div.dss-text-brand-color ol,
div.dss-text-brand-color li,
div.dss-text-brand-color a,
div.dss-text-brand-color a:hover,
div.dss-text-brand-color a:active,
div.dss-text-brand-color a:visited,
span.dss-text-brand-color h1,
span.dss-text-brand-color h2,
span.dss-text-brand-color h3,
span.dss-text-brand-color h4,
span.dss-text-brand-color p,
span.dss-text-brand-color ul,
span.dss-text-brand-color ol,
span.dss-text-brand-color li,
span.dss-text-brand-color a,
span.dss-text-brand-color a:hover,
span.dss-text-brand-color a:active,
span.dss-text-brand-color a:visited {
  color: #FFFFFF;
}

.dss-text-2021-black,
div.dss-text-2021-black,
span.dss-text-2021-black {
  color: #000;
}
.dss-text-2021-black h1, .dss-text-2021-black h2, .dss-text-2021-black h3, .dss-text-2021-black h4, .dss-text-2021-black p, .dss-text-2021-black ul, .dss-text-2021-black ol, .dss-text-2021-black li,
div.dss-text-2021-black h1,
div.dss-text-2021-black h2,
div.dss-text-2021-black h3,
div.dss-text-2021-black h4,
div.dss-text-2021-black p,
div.dss-text-2021-black ul,
div.dss-text-2021-black ol,
div.dss-text-2021-black li,
span.dss-text-2021-black h1,
span.dss-text-2021-black h2,
span.dss-text-2021-black h3,
span.dss-text-2021-black h4,
span.dss-text-2021-black p,
span.dss-text-2021-black ul,
span.dss-text-2021-black ol,
span.dss-text-2021-black li {
  color: #000;
}
.dss-text-2021-dark-blue-1,
div.dss-text-2021-dark-blue-1,
span.dss-text-2021-dark-blue-1 {
  color: #18233F;
}
.dss-text-2021-dark-blue-1 h1, .dss-text-2021-dark-blue-1 h2, .dss-text-2021-dark-blue-1 h3, .dss-text-2021-dark-blue-1 h4, .dss-text-2021-dark-blue-1 p, .dss-text-2021-dark-blue-1 ul, .dss-text-2021-dark-blue-1 ol, .dss-text-2021-dark-blue-1 li,
div.dss-text-2021-dark-blue-1 h1,
div.dss-text-2021-dark-blue-1 h2,
div.dss-text-2021-dark-blue-1 h3,
div.dss-text-2021-dark-blue-1 h4,
div.dss-text-2021-dark-blue-1 p,
div.dss-text-2021-dark-blue-1 ul,
div.dss-text-2021-dark-blue-1 ol,
div.dss-text-2021-dark-blue-1 li,
span.dss-text-2021-dark-blue-1 h1,
span.dss-text-2021-dark-blue-1 h2,
span.dss-text-2021-dark-blue-1 h3,
span.dss-text-2021-dark-blue-1 h4,
span.dss-text-2021-dark-blue-1 p,
span.dss-text-2021-dark-blue-1 ul,
span.dss-text-2021-dark-blue-1 ol,
span.dss-text-2021-dark-blue-1 li {
  color: #18233F;
}
.dss-text-2021-dark-blue-2,
div.dss-text-2021-dark-blue-2,
span.dss-text-2021-dark-blue-2 {
  color: #474D5E;
}
.dss-text-2021-dark-blue-2 h1, .dss-text-2021-dark-blue-2 h2, .dss-text-2021-dark-blue-2 h3, .dss-text-2021-dark-blue-2 h4, .dss-text-2021-dark-blue-2 p, .dss-text-2021-dark-blue-2 ul, .dss-text-2021-dark-blue-2 ol, .dss-text-2021-dark-blue-2 li,
div.dss-text-2021-dark-blue-2 h1,
div.dss-text-2021-dark-blue-2 h2,
div.dss-text-2021-dark-blue-2 h3,
div.dss-text-2021-dark-blue-2 h4,
div.dss-text-2021-dark-blue-2 p,
div.dss-text-2021-dark-blue-2 ul,
div.dss-text-2021-dark-blue-2 ol,
div.dss-text-2021-dark-blue-2 li,
span.dss-text-2021-dark-blue-2 h1,
span.dss-text-2021-dark-blue-2 h2,
span.dss-text-2021-dark-blue-2 h3,
span.dss-text-2021-dark-blue-2 h4,
span.dss-text-2021-dark-blue-2 p,
span.dss-text-2021-dark-blue-2 ul,
span.dss-text-2021-dark-blue-2 ol,
span.dss-text-2021-dark-blue-2 li {
  color: #474D5E;
}
.dss-text-2021-dark-cool-grey,
div.dss-text-2021-dark-cool-grey,
span.dss-text-2021-dark-cool-grey {
  color: #687785;
}
.dss-text-2021-dark-cool-grey h1, .dss-text-2021-dark-cool-grey h2, .dss-text-2021-dark-cool-grey h3, .dss-text-2021-dark-cool-grey h4, .dss-text-2021-dark-cool-grey p, .dss-text-2021-dark-cool-grey ul, .dss-text-2021-dark-cool-grey ol, .dss-text-2021-dark-cool-grey li,
div.dss-text-2021-dark-cool-grey h1,
div.dss-text-2021-dark-cool-grey h2,
div.dss-text-2021-dark-cool-grey h3,
div.dss-text-2021-dark-cool-grey h4,
div.dss-text-2021-dark-cool-grey p,
div.dss-text-2021-dark-cool-grey ul,
div.dss-text-2021-dark-cool-grey ol,
div.dss-text-2021-dark-cool-grey li,
span.dss-text-2021-dark-cool-grey h1,
span.dss-text-2021-dark-cool-grey h2,
span.dss-text-2021-dark-cool-grey h3,
span.dss-text-2021-dark-cool-grey h4,
span.dss-text-2021-dark-cool-grey p,
span.dss-text-2021-dark-cool-grey ul,
span.dss-text-2021-dark-cool-grey ol,
span.dss-text-2021-dark-cool-grey li {
  color: #687785;
}
.dss-text-2021-warm-mid-grey,
div.dss-text-2021-warm-mid-grey,
span.dss-text-2021-warm-mid-grey {
  color: #C0BCBB;
}
.dss-text-2021-warm-mid-grey h1, .dss-text-2021-warm-mid-grey h2, .dss-text-2021-warm-mid-grey h3, .dss-text-2021-warm-mid-grey h4, .dss-text-2021-warm-mid-grey p, .dss-text-2021-warm-mid-grey ul, .dss-text-2021-warm-mid-grey ol, .dss-text-2021-warm-mid-grey li,
div.dss-text-2021-warm-mid-grey h1,
div.dss-text-2021-warm-mid-grey h2,
div.dss-text-2021-warm-mid-grey h3,
div.dss-text-2021-warm-mid-grey h4,
div.dss-text-2021-warm-mid-grey p,
div.dss-text-2021-warm-mid-grey ul,
div.dss-text-2021-warm-mid-grey ol,
div.dss-text-2021-warm-mid-grey li,
span.dss-text-2021-warm-mid-grey h1,
span.dss-text-2021-warm-mid-grey h2,
span.dss-text-2021-warm-mid-grey h3,
span.dss-text-2021-warm-mid-grey h4,
span.dss-text-2021-warm-mid-grey p,
span.dss-text-2021-warm-mid-grey ul,
span.dss-text-2021-warm-mid-grey ol,
span.dss-text-2021-warm-mid-grey li {
  color: #C0BCBB;
}
.dss-text-2021-cool-mid-grey,
div.dss-text-2021-cool-mid-grey,
span.dss-text-2021-cool-mid-grey {
  color: #C6D3D8;
}
.dss-text-2021-cool-mid-grey h1, .dss-text-2021-cool-mid-grey h2, .dss-text-2021-cool-mid-grey h3, .dss-text-2021-cool-mid-grey h4, .dss-text-2021-cool-mid-grey p, .dss-text-2021-cool-mid-grey ul, .dss-text-2021-cool-mid-grey ol, .dss-text-2021-cool-mid-grey li,
div.dss-text-2021-cool-mid-grey h1,
div.dss-text-2021-cool-mid-grey h2,
div.dss-text-2021-cool-mid-grey h3,
div.dss-text-2021-cool-mid-grey h4,
div.dss-text-2021-cool-mid-grey p,
div.dss-text-2021-cool-mid-grey ul,
div.dss-text-2021-cool-mid-grey ol,
div.dss-text-2021-cool-mid-grey li,
span.dss-text-2021-cool-mid-grey h1,
span.dss-text-2021-cool-mid-grey h2,
span.dss-text-2021-cool-mid-grey h3,
span.dss-text-2021-cool-mid-grey h4,
span.dss-text-2021-cool-mid-grey p,
span.dss-text-2021-cool-mid-grey ul,
span.dss-text-2021-cool-mid-grey ol,
span.dss-text-2021-cool-mid-grey li {
  color: #C6D3D8;
}
.dss-text-2021-warm-light-grey,
div.dss-text-2021-warm-light-grey,
span.dss-text-2021-warm-light-grey {
  color: #F5F2EF;
}
.dss-text-2021-warm-light-grey h1, .dss-text-2021-warm-light-grey h2, .dss-text-2021-warm-light-grey h3, .dss-text-2021-warm-light-grey h4, .dss-text-2021-warm-light-grey p, .dss-text-2021-warm-light-grey ul, .dss-text-2021-warm-light-grey ol, .dss-text-2021-warm-light-grey li,
div.dss-text-2021-warm-light-grey h1,
div.dss-text-2021-warm-light-grey h2,
div.dss-text-2021-warm-light-grey h3,
div.dss-text-2021-warm-light-grey h4,
div.dss-text-2021-warm-light-grey p,
div.dss-text-2021-warm-light-grey ul,
div.dss-text-2021-warm-light-grey ol,
div.dss-text-2021-warm-light-grey li,
span.dss-text-2021-warm-light-grey h1,
span.dss-text-2021-warm-light-grey h2,
span.dss-text-2021-warm-light-grey h3,
span.dss-text-2021-warm-light-grey h4,
span.dss-text-2021-warm-light-grey p,
span.dss-text-2021-warm-light-grey ul,
span.dss-text-2021-warm-light-grey ol,
span.dss-text-2021-warm-light-grey li {
  color: #F5F2EF;
}
.dss-text-2021-bright-pink-1,
div.dss-text-2021-bright-pink-1,
span.dss-text-2021-bright-pink-1 {
  color: #FF5959;
}
.dss-text-2021-bright-pink-1 h1, .dss-text-2021-bright-pink-1 h2, .dss-text-2021-bright-pink-1 h3, .dss-text-2021-bright-pink-1 h4, .dss-text-2021-bright-pink-1 p, .dss-text-2021-bright-pink-1 ul, .dss-text-2021-bright-pink-1 ol, .dss-text-2021-bright-pink-1 li,
div.dss-text-2021-bright-pink-1 h1,
div.dss-text-2021-bright-pink-1 h2,
div.dss-text-2021-bright-pink-1 h3,
div.dss-text-2021-bright-pink-1 h4,
div.dss-text-2021-bright-pink-1 p,
div.dss-text-2021-bright-pink-1 ul,
div.dss-text-2021-bright-pink-1 ol,
div.dss-text-2021-bright-pink-1 li,
span.dss-text-2021-bright-pink-1 h1,
span.dss-text-2021-bright-pink-1 h2,
span.dss-text-2021-bright-pink-1 h3,
span.dss-text-2021-bright-pink-1 h4,
span.dss-text-2021-bright-pink-1 p,
span.dss-text-2021-bright-pink-1 ul,
span.dss-text-2021-bright-pink-1 ol,
span.dss-text-2021-bright-pink-1 li {
  color: #FF5959;
}
.dss-text-2021-bright-pink-2,
div.dss-text-2021-bright-pink-2,
span.dss-text-2021-bright-pink-2 {
  color: #FF4141;
}
.dss-text-2021-bright-pink-2 h1, .dss-text-2021-bright-pink-2 h2, .dss-text-2021-bright-pink-2 h3, .dss-text-2021-bright-pink-2 h4, .dss-text-2021-bright-pink-2 p, .dss-text-2021-bright-pink-2 ul, .dss-text-2021-bright-pink-2 ol, .dss-text-2021-bright-pink-2 li,
div.dss-text-2021-bright-pink-2 h1,
div.dss-text-2021-bright-pink-2 h2,
div.dss-text-2021-bright-pink-2 h3,
div.dss-text-2021-bright-pink-2 h4,
div.dss-text-2021-bright-pink-2 p,
div.dss-text-2021-bright-pink-2 ul,
div.dss-text-2021-bright-pink-2 ol,
div.dss-text-2021-bright-pink-2 li,
span.dss-text-2021-bright-pink-2 h1,
span.dss-text-2021-bright-pink-2 h2,
span.dss-text-2021-bright-pink-2 h3,
span.dss-text-2021-bright-pink-2 h4,
span.dss-text-2021-bright-pink-2 p,
span.dss-text-2021-bright-pink-2 ul,
span.dss-text-2021-bright-pink-2 ol,
span.dss-text-2021-bright-pink-2 li {
  color: #FF4141;
}
.dss-text-2021-bright-yellow,
div.dss-text-2021-bright-yellow,
span.dss-text-2021-bright-yellow {
  color: #FFC24D;
}
.dss-text-2021-bright-yellow h1, .dss-text-2021-bright-yellow h2, .dss-text-2021-bright-yellow h3, .dss-text-2021-bright-yellow h4, .dss-text-2021-bright-yellow p, .dss-text-2021-bright-yellow ul, .dss-text-2021-bright-yellow ol, .dss-text-2021-bright-yellow li,
div.dss-text-2021-bright-yellow h1,
div.dss-text-2021-bright-yellow h2,
div.dss-text-2021-bright-yellow h3,
div.dss-text-2021-bright-yellow h4,
div.dss-text-2021-bright-yellow p,
div.dss-text-2021-bright-yellow ul,
div.dss-text-2021-bright-yellow ol,
div.dss-text-2021-bright-yellow li,
span.dss-text-2021-bright-yellow h1,
span.dss-text-2021-bright-yellow h2,
span.dss-text-2021-bright-yellow h3,
span.dss-text-2021-bright-yellow h4,
span.dss-text-2021-bright-yellow p,
span.dss-text-2021-bright-yellow ul,
span.dss-text-2021-bright-yellow ol,
span.dss-text-2021-bright-yellow li {
  color: #FFC24D;
}
.dss-text-2021-mid-pink-1,
div.dss-text-2021-mid-pink-1,
span.dss-text-2021-mid-pink-1 {
  color: #FFA6A6;
}
.dss-text-2021-mid-pink-1 h1, .dss-text-2021-mid-pink-1 h2, .dss-text-2021-mid-pink-1 h3, .dss-text-2021-mid-pink-1 h4, .dss-text-2021-mid-pink-1 p, .dss-text-2021-mid-pink-1 ul, .dss-text-2021-mid-pink-1 ol, .dss-text-2021-mid-pink-1 li,
div.dss-text-2021-mid-pink-1 h1,
div.dss-text-2021-mid-pink-1 h2,
div.dss-text-2021-mid-pink-1 h3,
div.dss-text-2021-mid-pink-1 h4,
div.dss-text-2021-mid-pink-1 p,
div.dss-text-2021-mid-pink-1 ul,
div.dss-text-2021-mid-pink-1 ol,
div.dss-text-2021-mid-pink-1 li,
span.dss-text-2021-mid-pink-1 h1,
span.dss-text-2021-mid-pink-1 h2,
span.dss-text-2021-mid-pink-1 h3,
span.dss-text-2021-mid-pink-1 h4,
span.dss-text-2021-mid-pink-1 p,
span.dss-text-2021-mid-pink-1 ul,
span.dss-text-2021-mid-pink-1 ol,
span.dss-text-2021-mid-pink-1 li {
  color: #FFA6A6;
}
.dss-text-2021-mid-pink-2,
div.dss-text-2021-mid-pink-2,
span.dss-text-2021-mid-pink-2 {
  color: #FFCEC3;
}
.dss-text-2021-mid-pink-2 h1, .dss-text-2021-mid-pink-2 h2, .dss-text-2021-mid-pink-2 h3, .dss-text-2021-mid-pink-2 h4, .dss-text-2021-mid-pink-2 p, .dss-text-2021-mid-pink-2 ul, .dss-text-2021-mid-pink-2 ol, .dss-text-2021-mid-pink-2 li,
div.dss-text-2021-mid-pink-2 h1,
div.dss-text-2021-mid-pink-2 h2,
div.dss-text-2021-mid-pink-2 h3,
div.dss-text-2021-mid-pink-2 h4,
div.dss-text-2021-mid-pink-2 p,
div.dss-text-2021-mid-pink-2 ul,
div.dss-text-2021-mid-pink-2 ol,
div.dss-text-2021-mid-pink-2 li,
span.dss-text-2021-mid-pink-2 h1,
span.dss-text-2021-mid-pink-2 h2,
span.dss-text-2021-mid-pink-2 h3,
span.dss-text-2021-mid-pink-2 h4,
span.dss-text-2021-mid-pink-2 p,
span.dss-text-2021-mid-pink-2 ul,
span.dss-text-2021-mid-pink-2 ol,
span.dss-text-2021-mid-pink-2 li {
  color: #FFCEC3;
}
.dss-text-2021-pale-orange,
div.dss-text-2021-pale-orange,
span.dss-text-2021-pale-orange {
  color: #FFDEBC;
}
.dss-text-2021-pale-orange h1, .dss-text-2021-pale-orange h2, .dss-text-2021-pale-orange h3, .dss-text-2021-pale-orange h4, .dss-text-2021-pale-orange p, .dss-text-2021-pale-orange ul, .dss-text-2021-pale-orange ol, .dss-text-2021-pale-orange li,
div.dss-text-2021-pale-orange h1,
div.dss-text-2021-pale-orange h2,
div.dss-text-2021-pale-orange h3,
div.dss-text-2021-pale-orange h4,
div.dss-text-2021-pale-orange p,
div.dss-text-2021-pale-orange ul,
div.dss-text-2021-pale-orange ol,
div.dss-text-2021-pale-orange li,
span.dss-text-2021-pale-orange h1,
span.dss-text-2021-pale-orange h2,
span.dss-text-2021-pale-orange h3,
span.dss-text-2021-pale-orange h4,
span.dss-text-2021-pale-orange p,
span.dss-text-2021-pale-orange ul,
span.dss-text-2021-pale-orange ol,
span.dss-text-2021-pale-orange li {
  color: #FFDEBC;
}
.dss-text-2021-bright-royal-blue-1,
div.dss-text-2021-bright-royal-blue-1,
span.dss-text-2021-bright-royal-blue-1 {
  color: #707FFF;
}
.dss-text-2021-bright-royal-blue-1 h1, .dss-text-2021-bright-royal-blue-1 h2, .dss-text-2021-bright-royal-blue-1 h3, .dss-text-2021-bright-royal-blue-1 h4, .dss-text-2021-bright-royal-blue-1 p, .dss-text-2021-bright-royal-blue-1 ul, .dss-text-2021-bright-royal-blue-1 ol, .dss-text-2021-bright-royal-blue-1 li,
div.dss-text-2021-bright-royal-blue-1 h1,
div.dss-text-2021-bright-royal-blue-1 h2,
div.dss-text-2021-bright-royal-blue-1 h3,
div.dss-text-2021-bright-royal-blue-1 h4,
div.dss-text-2021-bright-royal-blue-1 p,
div.dss-text-2021-bright-royal-blue-1 ul,
div.dss-text-2021-bright-royal-blue-1 ol,
div.dss-text-2021-bright-royal-blue-1 li,
span.dss-text-2021-bright-royal-blue-1 h1,
span.dss-text-2021-bright-royal-blue-1 h2,
span.dss-text-2021-bright-royal-blue-1 h3,
span.dss-text-2021-bright-royal-blue-1 h4,
span.dss-text-2021-bright-royal-blue-1 p,
span.dss-text-2021-bright-royal-blue-1 ul,
span.dss-text-2021-bright-royal-blue-1 ol,
span.dss-text-2021-bright-royal-blue-1 li {
  color: #707FFF;
}
.dss-text-2021-bright-royal-blue-2,
div.dss-text-2021-bright-royal-blue-2,
span.dss-text-2021-bright-royal-blue-2 {
  color: #243BFF;
}
.dss-text-2021-bright-royal-blue-2 h1, .dss-text-2021-bright-royal-blue-2 h2, .dss-text-2021-bright-royal-blue-2 h3, .dss-text-2021-bright-royal-blue-2 h4, .dss-text-2021-bright-royal-blue-2 p, .dss-text-2021-bright-royal-blue-2 ul, .dss-text-2021-bright-royal-blue-2 ol, .dss-text-2021-bright-royal-blue-2 li,
div.dss-text-2021-bright-royal-blue-2 h1,
div.dss-text-2021-bright-royal-blue-2 h2,
div.dss-text-2021-bright-royal-blue-2 h3,
div.dss-text-2021-bright-royal-blue-2 h4,
div.dss-text-2021-bright-royal-blue-2 p,
div.dss-text-2021-bright-royal-blue-2 ul,
div.dss-text-2021-bright-royal-blue-2 ol,
div.dss-text-2021-bright-royal-blue-2 li,
span.dss-text-2021-bright-royal-blue-2 h1,
span.dss-text-2021-bright-royal-blue-2 h2,
span.dss-text-2021-bright-royal-blue-2 h3,
span.dss-text-2021-bright-royal-blue-2 h4,
span.dss-text-2021-bright-royal-blue-2 p,
span.dss-text-2021-bright-royal-blue-2 ul,
span.dss-text-2021-bright-royal-blue-2 ol,
span.dss-text-2021-bright-royal-blue-2 li {
  color: #243BFF;
}
.dss-text-2021-bright-turquoise-1,
div.dss-text-2021-bright-turquoise-1,
span.dss-text-2021-bright-turquoise-1 {
  color: #2CD8EF;
}
.dss-text-2021-bright-turquoise-1 h1, .dss-text-2021-bright-turquoise-1 h2, .dss-text-2021-bright-turquoise-1 h3, .dss-text-2021-bright-turquoise-1 h4, .dss-text-2021-bright-turquoise-1 p, .dss-text-2021-bright-turquoise-1 ul, .dss-text-2021-bright-turquoise-1 ol, .dss-text-2021-bright-turquoise-1 li,
div.dss-text-2021-bright-turquoise-1 h1,
div.dss-text-2021-bright-turquoise-1 h2,
div.dss-text-2021-bright-turquoise-1 h3,
div.dss-text-2021-bright-turquoise-1 h4,
div.dss-text-2021-bright-turquoise-1 p,
div.dss-text-2021-bright-turquoise-1 ul,
div.dss-text-2021-bright-turquoise-1 ol,
div.dss-text-2021-bright-turquoise-1 li,
span.dss-text-2021-bright-turquoise-1 h1,
span.dss-text-2021-bright-turquoise-1 h2,
span.dss-text-2021-bright-turquoise-1 h3,
span.dss-text-2021-bright-turquoise-1 h4,
span.dss-text-2021-bright-turquoise-1 p,
span.dss-text-2021-bright-turquoise-1 ul,
span.dss-text-2021-bright-turquoise-1 ol,
span.dss-text-2021-bright-turquoise-1 li {
  color: #2CD8EF;
}
.dss-text-2021-bright-turquoise-2,
div.dss-text-2021-bright-turquoise-2,
span.dss-text-2021-bright-turquoise-2 {
  color: #00A3B9;
}
.dss-text-2021-bright-turquoise-2 h1, .dss-text-2021-bright-turquoise-2 h2, .dss-text-2021-bright-turquoise-2 h3, .dss-text-2021-bright-turquoise-2 h4, .dss-text-2021-bright-turquoise-2 p, .dss-text-2021-bright-turquoise-2 ul, .dss-text-2021-bright-turquoise-2 ol, .dss-text-2021-bright-turquoise-2 li,
div.dss-text-2021-bright-turquoise-2 h1,
div.dss-text-2021-bright-turquoise-2 h2,
div.dss-text-2021-bright-turquoise-2 h3,
div.dss-text-2021-bright-turquoise-2 h4,
div.dss-text-2021-bright-turquoise-2 p,
div.dss-text-2021-bright-turquoise-2 ul,
div.dss-text-2021-bright-turquoise-2 ol,
div.dss-text-2021-bright-turquoise-2 li,
span.dss-text-2021-bright-turquoise-2 h1,
span.dss-text-2021-bright-turquoise-2 h2,
span.dss-text-2021-bright-turquoise-2 h3,
span.dss-text-2021-bright-turquoise-2 h4,
span.dss-text-2021-bright-turquoise-2 p,
span.dss-text-2021-bright-turquoise-2 ul,
span.dss-text-2021-bright-turquoise-2 ol,
span.dss-text-2021-bright-turquoise-2 li {
  color: #00A3B9;
}
.dss-text-2021-bright-green-1,
div.dss-text-2021-bright-green-1,
span.dss-text-2021-bright-green-1 {
  color: #57BB79;
}
.dss-text-2021-bright-green-1 h1, .dss-text-2021-bright-green-1 h2, .dss-text-2021-bright-green-1 h3, .dss-text-2021-bright-green-1 h4, .dss-text-2021-bright-green-1 p, .dss-text-2021-bright-green-1 ul, .dss-text-2021-bright-green-1 ol, .dss-text-2021-bright-green-1 li,
div.dss-text-2021-bright-green-1 h1,
div.dss-text-2021-bright-green-1 h2,
div.dss-text-2021-bright-green-1 h3,
div.dss-text-2021-bright-green-1 h4,
div.dss-text-2021-bright-green-1 p,
div.dss-text-2021-bright-green-1 ul,
div.dss-text-2021-bright-green-1 ol,
div.dss-text-2021-bright-green-1 li,
span.dss-text-2021-bright-green-1 h1,
span.dss-text-2021-bright-green-1 h2,
span.dss-text-2021-bright-green-1 h3,
span.dss-text-2021-bright-green-1 h4,
span.dss-text-2021-bright-green-1 p,
span.dss-text-2021-bright-green-1 ul,
span.dss-text-2021-bright-green-1 ol,
span.dss-text-2021-bright-green-1 li {
  color: #57BB79;
}
.dss-text-2021-bright-green-2,
div.dss-text-2021-bright-green-2,
span.dss-text-2021-bright-green-2 {
  color: #469B63;
}
.dss-text-2021-bright-green-2 h1, .dss-text-2021-bright-green-2 h2, .dss-text-2021-bright-green-2 h3, .dss-text-2021-bright-green-2 h4, .dss-text-2021-bright-green-2 p, .dss-text-2021-bright-green-2 ul, .dss-text-2021-bright-green-2 ol, .dss-text-2021-bright-green-2 li,
div.dss-text-2021-bright-green-2 h1,
div.dss-text-2021-bright-green-2 h2,
div.dss-text-2021-bright-green-2 h3,
div.dss-text-2021-bright-green-2 h4,
div.dss-text-2021-bright-green-2 p,
div.dss-text-2021-bright-green-2 ul,
div.dss-text-2021-bright-green-2 ol,
div.dss-text-2021-bright-green-2 li,
span.dss-text-2021-bright-green-2 h1,
span.dss-text-2021-bright-green-2 h2,
span.dss-text-2021-bright-green-2 h3,
span.dss-text-2021-bright-green-2 h4,
span.dss-text-2021-bright-green-2 p,
span.dss-text-2021-bright-green-2 ul,
span.dss-text-2021-bright-green-2 ol,
span.dss-text-2021-bright-green-2 li {
  color: #469B63;
}
.dss-text-2021-white,
div.dss-text-2021-white,
span.dss-text-2021-white {
  color: #fff;
}
.dss-text-2021-white h1, .dss-text-2021-white h2, .dss-text-2021-white h3, .dss-text-2021-white h4, .dss-text-2021-white p, .dss-text-2021-white ul, .dss-text-2021-white ol, .dss-text-2021-white li,
div.dss-text-2021-white h1,
div.dss-text-2021-white h2,
div.dss-text-2021-white h3,
div.dss-text-2021-white h4,
div.dss-text-2021-white p,
div.dss-text-2021-white ul,
div.dss-text-2021-white ol,
div.dss-text-2021-white li,
span.dss-text-2021-white h1,
span.dss-text-2021-white h2,
span.dss-text-2021-white h3,
span.dss-text-2021-white h4,
span.dss-text-2021-white p,
span.dss-text-2021-white ul,
span.dss-text-2021-white ol,
span.dss-text-2021-white li {
  color: #fff;
}

a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

a:hover {
  text-decoration-thickness: 0.14em;
  text-underline-offset: 0.09em;
  color: #004099;
}

a.dss-force-no-underline {
  text-decoration: none;
}

a.muted:hover, a.muted:focus {
  color: #006aff;
}

.text-danger {
  color: #7d1b13;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #a9251a;
}

.dss-force-links-to-wrap a {
  display: inline-block;
  word-wrap: break-word;
  word-break: break-all;
}

.dss-force-links-to-wrap a:hover {
  text-decoration: underline;
  text-decoration-thickness: 0.145em;
  text-underline-offset: 0.14em;
}

.dss-link-2021-black a, .dss-link-2021-black a:active, .dss-link-2021-black a:visited,
div.dss-link-2021-black a,
div.dss-link-2021-black a:active,
div.dss-link-2021-black a:visited,
span.dss-link-2021-black a,
span.dss-link-2021-black a:active,
span.dss-link-2021-black a:visited {
  color: #000;
}
.dss-link-2021-black a:hover,
div.dss-link-2021-black a:hover,
span.dss-link-2021-black a:hover {
  text-decoration-thickness: 0.14em;
  text-underline-offset: 0.09em;
  color: black;
}
.dss-link-2021-dark-blue-1 a, .dss-link-2021-dark-blue-1 a:active, .dss-link-2021-dark-blue-1 a:visited,
div.dss-link-2021-dark-blue-1 a,
div.dss-link-2021-dark-blue-1 a:active,
div.dss-link-2021-dark-blue-1 a:visited,
span.dss-link-2021-dark-blue-1 a,
span.dss-link-2021-dark-blue-1 a:active,
span.dss-link-2021-dark-blue-1 a:visited {
  color: #18233F;
}
.dss-link-2021-dark-blue-1 a:hover,
div.dss-link-2021-dark-blue-1 a:hover,
span.dss-link-2021-dark-blue-1 a:hover {
  text-decoration-thickness: 0.14em;
  text-underline-offset: 0.09em;
  color: black;
}
.dss-link-2021-dark-blue-2 a, .dss-link-2021-dark-blue-2 a:active, .dss-link-2021-dark-blue-2 a:visited,
div.dss-link-2021-dark-blue-2 a,
div.dss-link-2021-dark-blue-2 a:active,
div.dss-link-2021-dark-blue-2 a:visited,
span.dss-link-2021-dark-blue-2 a,
span.dss-link-2021-dark-blue-2 a:active,
span.dss-link-2021-dark-blue-2 a:visited {
  color: #474D5E;
}
.dss-link-2021-dark-blue-2 a:hover,
div.dss-link-2021-dark-blue-2 a:hover,
span.dss-link-2021-dark-blue-2 a:hover {
  text-decoration-thickness: 0.14em;
  text-underline-offset: 0.09em;
  color: #1b1d24;
}
.dss-link-2021-dark-cool-grey a, .dss-link-2021-dark-cool-grey a:active, .dss-link-2021-dark-cool-grey a:visited,
div.dss-link-2021-dark-cool-grey a,
div.dss-link-2021-dark-cool-grey a:active,
div.dss-link-2021-dark-cool-grey a:visited,
span.dss-link-2021-dark-cool-grey a,
span.dss-link-2021-dark-cool-grey a:active,
span.dss-link-2021-dark-cool-grey a:visited {
  color: #687785;
}
.dss-link-2021-dark-cool-grey a:hover,
div.dss-link-2021-dark-cool-grey a:hover,
span.dss-link-2021-dark-cool-grey a:hover {
  text-decoration-thickness: 0.14em;
  text-underline-offset: 0.09em;
  color: #3b444c;
}
.dss-link-2021-warm-mid-grey a, .dss-link-2021-warm-mid-grey a:active, .dss-link-2021-warm-mid-grey a:visited,
div.dss-link-2021-warm-mid-grey a,
div.dss-link-2021-warm-mid-grey a:active,
div.dss-link-2021-warm-mid-grey a:visited,
span.dss-link-2021-warm-mid-grey a,
span.dss-link-2021-warm-mid-grey a:active,
span.dss-link-2021-warm-mid-grey a:visited {
  color: #C0BCBB;
}
.dss-link-2021-warm-mid-grey a:hover,
div.dss-link-2021-warm-mid-grey a:hover,
span.dss-link-2021-warm-mid-grey a:hover {
  text-decoration-thickness: 0.14em;
  text-underline-offset: 0.09em;
  color: #8f8886;
}
.dss-link-2021-cool-mid-grey a, .dss-link-2021-cool-mid-grey a:active, .dss-link-2021-cool-mid-grey a:visited,
div.dss-link-2021-cool-mid-grey a,
div.dss-link-2021-cool-mid-grey a:active,
div.dss-link-2021-cool-mid-grey a:visited,
span.dss-link-2021-cool-mid-grey a,
span.dss-link-2021-cool-mid-grey a:active,
span.dss-link-2021-cool-mid-grey a:visited {
  color: #C6D3D8;
}
.dss-link-2021-cool-mid-grey a:hover,
div.dss-link-2021-cool-mid-grey a:hover,
span.dss-link-2021-cool-mid-grey a:hover {
  text-decoration-thickness: 0.14em;
  text-underline-offset: 0.09em;
  color: #89a4af;
}
.dss-link-2021-warm-light-grey a, .dss-link-2021-warm-light-grey a:active, .dss-link-2021-warm-light-grey a:visited,
div.dss-link-2021-warm-light-grey a,
div.dss-link-2021-warm-light-grey a:active,
div.dss-link-2021-warm-light-grey a:visited,
span.dss-link-2021-warm-light-grey a,
span.dss-link-2021-warm-light-grey a:active,
span.dss-link-2021-warm-light-grey a:visited {
  color: #F5F2EF;
}
.dss-link-2021-warm-light-grey a:hover,
div.dss-link-2021-warm-light-grey a:hover,
span.dss-link-2021-warm-light-grey a:hover {
  text-decoration-thickness: 0.14em;
  text-underline-offset: 0.09em;
  color: #cebfb0;
}
.dss-link-2021-bright-pink-1 a, .dss-link-2021-bright-pink-1 a:active, .dss-link-2021-bright-pink-1 a:visited,
div.dss-link-2021-bright-pink-1 a,
div.dss-link-2021-bright-pink-1 a:active,
div.dss-link-2021-bright-pink-1 a:visited,
span.dss-link-2021-bright-pink-1 a,
span.dss-link-2021-bright-pink-1 a:active,
span.dss-link-2021-bright-pink-1 a:visited {
  color: #FF5959;
}
.dss-link-2021-bright-pink-1 a:hover,
div.dss-link-2021-bright-pink-1 a:hover,
span.dss-link-2021-bright-pink-1 a:hover {
  text-decoration-thickness: 0.14em;
  text-underline-offset: 0.09em;
  color: #f20000;
}
.dss-link-2021-bright-pink-2 a, .dss-link-2021-bright-pink-2 a:active, .dss-link-2021-bright-pink-2 a:visited,
div.dss-link-2021-bright-pink-2 a,
div.dss-link-2021-bright-pink-2 a:active,
div.dss-link-2021-bright-pink-2 a:visited,
span.dss-link-2021-bright-pink-2 a,
span.dss-link-2021-bright-pink-2 a:active,
span.dss-link-2021-bright-pink-2 a:visited {
  color: #FF4141;
}
.dss-link-2021-bright-pink-2 a:hover,
div.dss-link-2021-bright-pink-2 a:hover,
span.dss-link-2021-bright-pink-2 a:hover {
  text-decoration-thickness: 0.14em;
  text-underline-offset: 0.09em;
  color: #da0000;
}
.dss-link-2021-bright-yellow a, .dss-link-2021-bright-yellow a:active, .dss-link-2021-bright-yellow a:visited,
div.dss-link-2021-bright-yellow a,
div.dss-link-2021-bright-yellow a:active,
div.dss-link-2021-bright-yellow a:visited,
span.dss-link-2021-bright-yellow a,
span.dss-link-2021-bright-yellow a:active,
span.dss-link-2021-bright-yellow a:visited {
  color: #FFC24D;
}
.dss-link-2021-bright-yellow a:hover,
div.dss-link-2021-bright-yellow a:hover,
span.dss-link-2021-bright-yellow a:hover {
  text-decoration-thickness: 0.14em;
  text-underline-offset: 0.09em;
  color: #e69700;
}
.dss-link-2021-mid-pink-1 a, .dss-link-2021-mid-pink-1 a:active, .dss-link-2021-mid-pink-1 a:visited,
div.dss-link-2021-mid-pink-1 a,
div.dss-link-2021-mid-pink-1 a:active,
div.dss-link-2021-mid-pink-1 a:visited,
span.dss-link-2021-mid-pink-1 a,
span.dss-link-2021-mid-pink-1 a:active,
span.dss-link-2021-mid-pink-1 a:visited {
  color: #FFA6A6;
}
.dss-link-2021-mid-pink-1 a:hover,
div.dss-link-2021-mid-pink-1 a:hover,
span.dss-link-2021-mid-pink-1 a:hover {
  text-decoration-thickness: 0.14em;
  text-underline-offset: 0.09em;
  color: #ff4040;
}
.dss-link-2021-mid-pink-2 a, .dss-link-2021-mid-pink-2 a:active, .dss-link-2021-mid-pink-2 a:visited,
div.dss-link-2021-mid-pink-2 a,
div.dss-link-2021-mid-pink-2 a:active,
div.dss-link-2021-mid-pink-2 a:visited,
span.dss-link-2021-mid-pink-2 a,
span.dss-link-2021-mid-pink-2 a:active,
span.dss-link-2021-mid-pink-2 a:visited {
  color: #FFCEC3;
}
.dss-link-2021-mid-pink-2 a:hover,
div.dss-link-2021-mid-pink-2 a:hover,
span.dss-link-2021-mid-pink-2 a:hover {
  text-decoration-thickness: 0.14em;
  text-underline-offset: 0.09em;
  color: #ff7b5d;
}
.dss-link-2021-pale-orange a, .dss-link-2021-pale-orange a:active, .dss-link-2021-pale-orange a:visited,
div.dss-link-2021-pale-orange a,
div.dss-link-2021-pale-orange a:active,
div.dss-link-2021-pale-orange a:visited,
span.dss-link-2021-pale-orange a,
span.dss-link-2021-pale-orange a:active,
span.dss-link-2021-pale-orange a:visited {
  color: #FFDEBC;
}
.dss-link-2021-pale-orange a:hover,
div.dss-link-2021-pale-orange a:hover,
span.dss-link-2021-pale-orange a:hover {
  text-decoration-thickness: 0.14em;
  text-underline-offset: 0.09em;
  color: #ffac56;
}
.dss-link-2021-bright-royal-blue-1 a, .dss-link-2021-bright-royal-blue-1 a:active, .dss-link-2021-bright-royal-blue-1 a:visited,
div.dss-link-2021-bright-royal-blue-1 a,
div.dss-link-2021-bright-royal-blue-1 a:active,
div.dss-link-2021-bright-royal-blue-1 a:visited,
span.dss-link-2021-bright-royal-blue-1 a,
span.dss-link-2021-bright-royal-blue-1 a:active,
span.dss-link-2021-bright-royal-blue-1 a:visited {
  color: #707FFF;
}
.dss-link-2021-bright-royal-blue-1 a:hover,
div.dss-link-2021-bright-royal-blue-1 a:hover,
span.dss-link-2021-bright-royal-blue-1 a:hover {
  text-decoration-thickness: 0.14em;
  text-underline-offset: 0.09em;
  color: #0a24ff;
}
.dss-link-2021-bright-royal-blue-2 a, .dss-link-2021-bright-royal-blue-2 a:active, .dss-link-2021-bright-royal-blue-2 a:visited,
div.dss-link-2021-bright-royal-blue-2 a,
div.dss-link-2021-bright-royal-blue-2 a:active,
div.dss-link-2021-bright-royal-blue-2 a:visited,
span.dss-link-2021-bright-royal-blue-2 a,
span.dss-link-2021-bright-royal-blue-2 a:active,
span.dss-link-2021-bright-royal-blue-2 a:visited {
  color: #243BFF;
}
.dss-link-2021-bright-royal-blue-2 a:hover,
div.dss-link-2021-bright-royal-blue-2 a:hover,
span.dss-link-2021-bright-royal-blue-2 a:hover {
  text-decoration-thickness: 0.14em;
  text-underline-offset: 0.09em;
  color: #0014bd;
}
.dss-link-2021-bright-turquoise-1 a, .dss-link-2021-bright-turquoise-1 a:active, .dss-link-2021-bright-turquoise-1 a:visited,
div.dss-link-2021-bright-turquoise-1 a,
div.dss-link-2021-bright-turquoise-1 a:active,
div.dss-link-2021-bright-turquoise-1 a:visited,
span.dss-link-2021-bright-turquoise-1 a,
span.dss-link-2021-bright-turquoise-1 a:active,
span.dss-link-2021-bright-turquoise-1 a:visited {
  color: #2CD8EF;
}
.dss-link-2021-bright-turquoise-1 a:hover,
div.dss-link-2021-bright-turquoise-1 a:hover,
span.dss-link-2021-bright-turquoise-1 a:hover {
  text-decoration-thickness: 0.14em;
  text-underline-offset: 0.09em;
  color: #0d96a8;
}
.dss-link-2021-bright-turquoise-2 a, .dss-link-2021-bright-turquoise-2 a:active, .dss-link-2021-bright-turquoise-2 a:visited,
div.dss-link-2021-bright-turquoise-2 a,
div.dss-link-2021-bright-turquoise-2 a:active,
div.dss-link-2021-bright-turquoise-2 a:visited,
span.dss-link-2021-bright-turquoise-2 a,
span.dss-link-2021-bright-turquoise-2 a:active,
span.dss-link-2021-bright-turquoise-2 a:visited {
  color: #00A3B9;
}
.dss-link-2021-bright-turquoise-2 a:hover,
div.dss-link-2021-bright-turquoise-2 a:hover,
span.dss-link-2021-bright-turquoise-2 a:hover {
  text-decoration-thickness: 0.14em;
  text-underline-offset: 0.09em;
  color: #004953;
}
.dss-link-2021-bright-green-1 a, .dss-link-2021-bright-green-1 a:active, .dss-link-2021-bright-green-1 a:visited,
div.dss-link-2021-bright-green-1 a,
div.dss-link-2021-bright-green-1 a:active,
div.dss-link-2021-bright-green-1 a:visited,
span.dss-link-2021-bright-green-1 a,
span.dss-link-2021-bright-green-1 a:active,
span.dss-link-2021-bright-green-1 a:visited {
  color: #57BB79;
}
.dss-link-2021-bright-green-1 a:hover,
div.dss-link-2021-bright-green-1 a:hover,
span.dss-link-2021-bright-green-1 a:hover {
  text-decoration-thickness: 0.14em;
  text-underline-offset: 0.09em;
  color: #327a4a;
}
.dss-link-2021-bright-green-2 a, .dss-link-2021-bright-green-2 a:active, .dss-link-2021-bright-green-2 a:visited,
div.dss-link-2021-bright-green-2 a,
div.dss-link-2021-bright-green-2 a:active,
div.dss-link-2021-bright-green-2 a:visited,
span.dss-link-2021-bright-green-2 a,
span.dss-link-2021-bright-green-2 a:active,
span.dss-link-2021-bright-green-2 a:visited {
  color: #469B63;
}
.dss-link-2021-bright-green-2 a:hover,
div.dss-link-2021-bright-green-2 a:hover,
span.dss-link-2021-bright-green-2 a:hover {
  text-decoration-thickness: 0.14em;
  text-underline-offset: 0.09em;
  color: #265536;
}
.dss-link-2021-white a, .dss-link-2021-white a:active, .dss-link-2021-white a:visited,
div.dss-link-2021-white a,
div.dss-link-2021-white a:active,
div.dss-link-2021-white a:visited,
span.dss-link-2021-white a,
span.dss-link-2021-white a:active,
span.dss-link-2021-white a:visited {
  color: #fff;
}
.dss-link-2021-white a:hover,
div.dss-link-2021-white a:hover,
span.dss-link-2021-white a:hover {
  text-decoration-thickness: 0.14em;
  text-underline-offset: 0.09em;
  color: #cccccc;
}

.dss-todo {
  color: #990000;
  background-color: #ffffbb;
}

.dss-zap-padding-left {
  padding-left: 0 !important;
}

.dss-zap-padding-top {
  padding-top: 0 !important;
}

.dss-zap-padding-right {
  padding-right: 0 !important;
}

.dss-zap-padding-bottom {
  padding-bottom: 0 !important;
}

.dss-zap-padding-all {
  padding: 0 !important;
}

.dss-zap-margin-left {
  margin-left: 0 !important;
}

.dss-zap-margin-top {
  margin-top: 0 !important;
}

.dss-zap-margin-right {
  margin-right: 0 !important;
}

.dss-zap-margin-bottom {
  margin-bottom: 0 !important;
}

.dss-zap-margin-all {
  margin: 0 !important;
}

.dss-pull-up1 {
  margin-top: -5px;
}
.dss-pull-up2 {
  margin-top: -10px;
}
.dss-pull-up3 {
  margin-top: -15px;
}
.dss-pull-up4 {
  margin-top: -20px;
}
.dss-pull-up5 {
  margin-top: -25px;
}
.dss-pull-up6 {
  margin-top: -30px;
}
.dss-pull-up7 {
  margin-top: -35px;
}
.dss-pull-up8 {
  margin-top: -40px;
}
.dss-pull-up9 {
  margin-top: -45px;
}
.dss-pull-up10 {
  margin-top: -50px;
}
.dss-pull-up11 {
  margin-top: -55px;
}
.dss-pull-up12 {
  margin-top: -60px;
}

.dss-pull-down1 {
  margin-top: 5px;
}
.dss-pull-down2 {
  margin-top: 10px;
}
.dss-pull-down3 {
  margin-top: 15px;
}
.dss-pull-down4 {
  margin-top: 20px;
}
.dss-pull-down5 {
  margin-top: 25px;
}
.dss-pull-down6 {
  margin-top: 30px;
}
.dss-pull-down7 {
  margin-top: 35px;
}
.dss-pull-down8 {
  margin-top: 40px;
}
.dss-pull-down9 {
  margin-top: 45px;
}
.dss-pull-down10 {
  margin-top: 50px;
}
.dss-pull-down11 {
  margin-top: 55px;
}
.dss-pull-down12 {
  margin-top: 60px;
}

/* dedicated class for examples in docs - cloned from Bootstrap docs.css */
.dss-docs-example {
  position: relative;
  padding: 45px 15px 15px;
  margin: 15px 0;
  border-color: #e5e5e5 #eee #eee;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
}

/* Echo out a label for the example */
.dss-docs-example:after {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 12px;
  font-weight: bold;
  color: #959595;
  text-transform: uppercase;
  letter-spacing: 1px;
  content: "Example";
}

/* specific to docs sections */
.dss-docs-section-wrapper {
  border-top: solid 1px #ddd;
  /* push down location anchor links jump to in the style guide - this should be height of any fixed navbars */
}
.dss-docs-section-wrapper .dss-docs-section-anchor-fix {
  margin-top: -86px;
  padding-top: 86px;
}
