.singlePageSection:first-of-type {
  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 );
}

.singlePageSection .modalOperations > div {
  margin-bottom: 2.5rem;
}

.singlePageSection ol li p {
  padding: 1rem 0;
}

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

.numericWizard {
  margin-top: 4rem;
}

.SumoSelect > .CaptionCont > span {
  color: #0090d2 !important;
}

#positions .SumoSelect > .CaptionCont > span.placeholder,
.SumoSelect > .CaptionCont > label > i:before {
  color: #0090d2;
}
#positions .SumoSelect > .CaptionCont {
  border-color: #0090d2;
}
#positions .SumoSelect > .CaptionCont > span.placeholder,
#positions .SumoSelect > .CaptionCont > label > i:before {
  font-weight: bold;
}
#positions .SumoSelect {
  width: 50%;
}
#positions .position {
  background: #fff;
  /* 	padding:4rem 6rem; */
}

#positions .position h3 {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

#positions .position header {
  border-bottom: 1px solid #e4e6e7;
  letter-spacing: 0;
  line-height: 1.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 1.6rem;
}

#positions .position header small {
  font-size: 1.3rem;
}

#positions .position footer {
  text-align: left;
  margin-top: 1.5rem;
}
#positions .positions {
  margin-top: 4rem;
}

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

@media only screen and (max-width: 480px) {
  #positions .SumoSelect {
    width: 100%;
  }
  #positions .position {
    /* 		padding:2rem; */
  }
  #positions .position header {
    flex-wrap: wrap;
  }
  #positions .position header small {
    width: 100%;
    display: block;
    margin-bottom: 0.6rem;
  }
}

#positions-detail ul {
  padding-bottom: 2.5rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #e1e3e4;
}
#positions-detail ul li {
  display: flex;
  margin-bottom: 1rem;
}
#positions-detail ul li:last-child {
  margin-bottom: 0;
}
#positions-detail ul li > * {
  align-self: center;
  position: relative;
  top: -2px;
}
#positions-detail ul li i {
  font-size: 2rem;
  margin-right: 1rem;
}

.google-maps-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.mapLegend {
  max-width: 50%;
  display: flex;
  position: relative;
  bottom: 0;
  left: 0;
  justify-content: space-around;

  align-items: flex-end;
  padding: 1rem;
}
.mapLegend > span {
  align-self: center;
  display: flex;
}
.mapLegend > span:before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  margin-left: -2rem;
  align-self: center;
  display: block;
  position: relative;
  margin-right: 1rem;
}

@media only screen and (max-width: 992px) {
  #offices .fixedImage > div {
    height: 33vh;
  }
  #offices .w40 {
    display: none;
  }
  .container-google-maps {
    display: none;
  }
}
