.u-section-1 .u-sheet-1 {
  min-height: 100px;
}

.u-section-1 .u-custom-html-1 {
  margin-bottom: 35px;
}.u-section-2 .u-sheet-1 {
  min-height: 263px;
}

.u-section-2 .u-text-1 {
  font-weight: 400;
  margin-bottom: 0;
  font-size: 2.25rem;
  margin-top: 20px;
}

.u-section-2 .u-text-2 {
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 0;
}

.u-section-2 .u-text-3 {
  font-weight: 400;
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 0;
  font-size: 2.25rem;
}

.u-section-2 .u-text-4 {
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .u-section-2 .u-text-1 {
    font-size: 1.875rem;
  }

  .u-section-2 .u-text-3 {
    font-size: 1.875rem;
  }
}html, body {
    height: 100%;
}
/* Scale canvas with resize attribute to full size */
canvas[resize] {
   width: 100%;
   height: 80%;
}
.centre {
    text-align: center;
}
.slidecontainer {
    width: 100%; /* Width of the outside container */
    display: flex;
  }
.slider {
    width: 93%;
    float: left;
    background: tomato;
    color: tomato;
    background-color: tomato;
}
.sliderLabel {
    width: 7%;
}
.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;  
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}
.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%; 
    cursor: pointer;
}
.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    cursor: pointer;
}
#slideCohesion.slider::-webkit-slider-thumb {
    background: #c41a03;
}
#slideCohesion.slider::-moz-range-thumb {
    background: #c41a03;
}
#slideAlignment.slider::-webkit-slider-thumb {
    background: #04AA6D;
}
    
#slideAlignment.slider::-moz-range-thumb {
    background: #04AA6D;
}
#slideAvoidance.slider::-webkit-slider-thumb {
    background: #0609c5;
}
    
#slideAvoidance.slider::-moz-range-thumb {
    background: #0609c5;
}
#slideKeepCentre.slider::-webkit-slider-thumb {
    background: #dfd227;
}
    
#slideKeepCentre.slider::-moz-range-thumb {
    background: #dfd227;
}