.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%;
}

.mobileSelection {
  display: none;
}
.desktopSelection {
  display: block;
}
@media only screen and (max-width: 767px) {
  .mobileSelection {
    display: block;
  }
  .desktopSelection {
    display: none;
  }
}

.no-bg .singlePageSection .img-container,
.no-bg .singlePageSection .img-container-absolute,
.no-bg #overviewSection .sub-intro .item-list {
  background-color: transparent;
}

.blue-bg .singlePageSection .img-container,
.blue-bg .singlePageSection .img-container-absolute,
.blue-bg #overviewSection .sub-intro .item-list {
  background-color: #f5f5f5;
}
.orange-bg .singlePageSection .img-container,
.orange-bg .singlePageSection .img-container-absolute,
.orange-bg #overviewSection .sub-intro .item-list {
  background-color: #fef8f3;
}
.acqua-bg .singlePageSection .img-container,
.acqua-bg .singlePageSection .img-container-absolute,
.acqua-bg #overviewSection .sub-intro .item-list {
  background: #f3fbfc;
}
.pink-bg .singlePageSection .img-container,
.pink-bg .singlePageSection .img-container-absolute,
.pink-bg #overviewSection .sub-intro .item-list {
  background: #fef7fb;
}
.green-bg .singlePageSection .img-container,
.green-bg .singlePageSection .img-container-absolute,
.green-bg #overviewSection .sub-intro .item-list {
  background: #fafcf3;
}

.blue-bg .subtitle,
.blue-bg .accordion .subtitle,
.blue-bg #overviewSection .mainTitle,
.blue-bg #overviewSection .occhielloTitle,
.blue-bg #overviewSection .item-payoff,
.blue-bg #topSection .mainTitle,
.blue-bg #topSection .item-payoff {
  color: #0090d2;
}
.orange-bg .subtitle,
.orange-bg .accordion .subtitle,
.orange-bg #overviewSection .mainTitle,
.orange-bg #overviewSection .occhielloTitle,
.orange-bg #overviewSection .item-payoff,
.orange-bg #topSection .mainTitle,
.orange-bg #topSection .item-payoff {
  color: #f07d1c;
}
.acqua-bg .subtitle,
.acqua-bg .accordion .subtitle,
.acqua-bg #overviewSection .mainTitle,
.acqua-bg #overviewSection .occhielloTitle,
.acqua-bg #overviewSection .item-payoff,
.acqua-bg #topSection .mainTitle,
.acqua-bg #topSection .item-payoff {
  color: #12b5c7;
}
.pink-bg .subtitle,
.pink-bg .accordion .subtitle,
.pink-bg #overviewSection .mainTitle,
.pink-bg #overviewSection .occhielloTitle,
.pink-bg #overviewSection .item-payoff,
.pink-bg #topSection .mainTitle,
.pink-bg #topSection .item-payoff {
  color: #e5007d;
}
.green-bg .subtitle,
.green-bg .accordion .subtitle,
.green-bg #overviewSection .mainTitle,
.green-bg #overviewSection .occhielloTitle,
.green-bg #overviewSection .item-payoff,
.green-bg #topSection .mainTitle,
.green-bg #topSection .item-payoff {
  color: #9ec41a;
}

.blue-bg .singlePageSection .img-container.on-gradient,
.blue-bg .singlePageSection .img-container-absolute.on-gradient,
.orange-bg .singlePageSection .img-container.on-gradient,
.orange-bg .singlePageSection .img-container-absolute.on-gradient,
.acqua-bg .singlePageSection .img-container.on-gradient,
.acqua-bg .singlePageSection .img-container-absolute.on-gradient,
.pink-bg .singlePageSection .img-container.on-gradient,
.pink-bg .singlePageSection .img-container-absolute.on-gradient,
.green-bg .singlePageSection .img-container.on-gradient,
.green-bg .singlePageSection .img-container-absolute.on-gradient {
  background-blend-mode: none;
  background-color: transparent;
}

#content {
  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 );
}

#page-navigation {
  position: fixed;
  width: 10vw;
  height: 100vh;
  right: 0;
  top: 0;
  transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
}
#page-navigation.active {
  width: 30vw;
}
#page-navigation > div {
  height: calc(100% - 16rem);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  margin-top: 16rem;
}
#page-navigation ul {
  width: 100%;
}
#page-navigation ul li a {
  position: relative;
  text-align: left;
  display: block;
  margin: 0 auto;
  padding-left: 3.8rem;
  width: 0;
  overflow: hidden;
  white-space: nowrap;
  line-height: 3.6rem;
  transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
}
#page-navigation ul li a:before {
  content: "•";
  font-size: 1.6rem;
  line-height: 3.6rem;
  width: 3.6rem;
  height: 3.6rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
#page-navigation ul li a:hover:before,
#page-navigation ul li a.active:before {
  border: 1px solid rgba(255, 255, 255, 0.25);
}
#page-navigation.active ul {
  text-align: left;
}

#page-navigation.active ul li a {
  width: 50%;
  padding-left: 5.6rem;
}

@media only screen and (max-width: 1600px) {
  #page-navigation.active {
    width: 50vw;
  }
  #page-navigation.active ul li a {
    width: 40%;
  }
}

.page {
  width: 50vw;
  margin: 0 auto;
}
.page-section {
  padding: 10rem 0;
}
