#download {
  background: #f5f5f5;
  background: -moz-linear-gradient(top, #f5f5f5 0%, #ffffff 100vh);
  background: -webkit-linear-gradient(top, #f5f5f5 0%, #ffffff 100vh);
  background: linear-gradient(to bottom, #f5f5f5 0%, #ffffff 100vh);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff',GradientType=0 );
}
#download h1 {
  margin-bottom: 3rem;
}
#download .innerPage > div > p {
  margin-bottom: 2rem;
}
#download .modalOperations > div {
  margin-bottom: 2.5rem;
}

#download ol li p {
  padding: 1rem 0;
}

#download .fixedImage > div {
  height: calc(100vh - 7rem);
  background-size: cover;
  background-position: center;
  width: 100%;
  position: relative;
}

.numericWizard {
  margin-top: 4rem;
}

h2.bulletTitle {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 992px) {
  #download .fixedImage > div {
    height: 33vh;
  }
}

.container-select-order .SumoSelect > .CaptionCont > span {
  color: #0090d2 !important;
}

.container-select-order .SumoSelect > .CaptionCont > span.placeholder,
.SumoSelect > .CaptionCont > label > i:before {
  color: #0090d2;
}
.container-select-order .SumoSelect > .CaptionCont {
  border-color: #0090d2;
}
.container-select-order .SumoSelect > .CaptionCont > span.placeholder,
.container-select-order .SumoSelect > .CaptionCont > label > i:before {
  font-weight: bold;
}
.container-select-order .SumoSelect {
  width: 50%;
}

.container-select-order.with-margin-bottom {
  margin-bottom: 6rem;
}
