:root {
  --primary-font-color: #000000;
  --body-private-font-color: #000000;
  --body-public-font-color: #000000;
  --secondary-font-color: rgba(0, 0, 0, 0.5);
  --toolbar-font-color: #000000;
  --primary-color: #000000;
  --label-font-size: 1.8rem;
  --input-font-size: 1.8rem;
  --label-font-weight: 400;
}

body {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.2rem;
}

label {
  font-weight: 600;
}

.sk-flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sk-flex-item {
  width: 33.3%;
  padding: 20px;
  text-align: center;
}

.sk-flex-item img {
  height: 125px;
}

.sk-flex-item h4 {
  padding-bottom: 20px;
}

.sk-adv h3 {
  padding-bottom: 0;
  margin: 5px 0 15px 0;
  color: #4a4a4a;
  line-height: 1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  font-weight: lighter;
}

.sk-adv p {
  text-align: justify;
  text-align: center;
}

.sk-adv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sk-adv-flow-item {
  width: 50%;
  padding: 25px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sk-adv-flow-item:nth-child(1),
.sk-adv-flow-item:nth-child(2) {
  border-bottom: 1px solid #eee;
}

.sk-adv-flow-item:nth-child(2n) {
  border-left: 1px solid #eee;
}

.sk-adv-flow-item h4 {
  padding-bottom: 20px;
}

.sk-adv-flow-item .progress-radial {
  margin-right: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.progress-radial .overlay {
  width: 85px;
  height: 85px;
  margin-left: 25px;
  margin-top: 25px;
  line-height: 90px;
}

@media (max-width: 480px) {
  .sk-adv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sk-adv-flow-item {
    width: 100%;
  }
}

#sk-MyZone-DashboardHTMLComponentText-comp {
  text-align: center;
}

#sk-MyZone-DashboardHTMLComponentText-comp .sk-comp-title {
  color: var(--brand-primary-color);
}

.footer .sk-list-links {
  min-width: 180px;
}

.sk--pub .sk-process.sk-process--bg .sk-process-bg--dark {
  background-image: url("/resources/definition/application/Application/en/us/innoveo-shape-03.png") !important;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 20px 150px;
}

.sk--pub .sk-process.sk-process--bg .sk-process-header .sk-button {
  background-color: var(--brand-secondary-color);
}
/*# sourceMappingURL=jumplead.css.map */