.rangeslider {
  margin: 15px 0;
}

.rangeslider,
input[type='range'] {
  /*max-width: 400px;*/
  max-width:100%;
}

.rangeslider__handle {
  border-radius: 22px;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
}

.rangeslider__handle:after {
   background: 0;
 }


.rangeslider,
.rangeslider__fill {
  display: block;
  border-radius: 10px;
}

.rangeslider {
  background: #e6e5ea;
  background-image:
    linear-gradient(
      to right,
      #b94a48 30%, #f1c40f 45%, #4bc67d 99%
    );
  position: relative;
}

.rangeslider__fill {
  background: none;
}

.rangeslider--horizontal {
  height: 10px;
  width: 100%;
}

.rangeslider--vertical {
  width: 20px;
  min-height: 150px;
  max-height: 100%;
}

.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

.rangeslider__fill {
// background: #4bc67d;
  position: absolute;
}
.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%;
  width:100%;
}
.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%;
}

.rangeslider__handle {
  background: white;
  border: 6px solid #4bc67d;
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.rangeslider__handle.js-1, .rangeslider__handle.js-2, .rangeslider__handle.js-3 {
   border-color: #b94a48;
 }

.rangeslider__handle.js-4, .rangeslider__handle.js-5, .rangeslider__handle.js-6, .rangeslider__handle.js-7 {
   border-color: #f1c40f;
 }

.rangeslider__handle.js-8, .rangeslider__handle.js-9, .rangeslider__handle.js-10 {
   border-color: #4bc67d;
 }


.rangeslider__handle:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.rangeslider__handle:active {

}

.rangeslider--horizontal .rangeslider__handle {
  top: -20px;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}
.rangeslider--vertical .rangeslider__handle {
  left: -10px;
  touch-action: pan-x;
  -ms-touch-action: pan-x;
}

input[type="range"]:focus + .rangeslider .rangeslider__handle {
  -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}

#SliderFeildsetContainer {
  border:solid;
  margin-bottom: 20px;
}

#SliderFeildsetContainer h2 {
  background: gray;
  text-align: center;
  color: #fff;
  padding: 10px;
}

.SliderDescriptionLeft {
  padding-top:35px;
  text-align: right;
}

.SliderDescriptionRight {
  padding-top:35px;
}

@media screen and (max-width: 768px) {
  .SliderDescriptionLeft {
    padding-top: 35px;
    text-align: left;
  }

  .SliderDescriptionRight {
    padding-top: 0px;
    text-align: right;
  }

  #SliderFeildsetContainer div.row {
    padding:0px 20px;
  }
}
/*


#SliderFeildsetContainer .field--name-fit-with-business-stategy, #SliderFeildsetContainer .field--name-platform-for-future-growth, #SliderFeildsetContainer .field--name-market-size, #SliderFeildsetContainer .field--name-competition, #SliderFeildsetContainer .field--name-uniqueness, #SliderFeildsetContainer .field--name-launch-plan, #SliderFeildsetContainer .field--name-science-and-technology, #SliderFeildsetContainer .field--name-time, #SliderFeildsetContainer .field--name-operations, #SliderFeildsetContainer .field--name-financial-returns, #SliderFeildsetContainer .field--name-risk {
  font-size: 1.2em;
  border: solid 0px gray;
  margin: 20px;
  border-radius: 20px;
  width: 100%;
  text-align: center;
  float: left;
}

*/

