/*ce courses 4.26.2016 KM*/
.page-node-42 #listing .field-type-viewreference .span3 {
  margin-bottom: 20px;
}

.page-node-42 .span3:nth-child(4n+1) {
  margin-left: 0px;

}

/*vulnerable interface*/

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.calculations output {
  display: block;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin: 20px 0 11px;
  color: #999999;
  width: 50px;
  height: 45px;
  position: relative;
  background-image: url('../images/slider_triangle.png');
  background-repeat: no-repeat;
  background-position: center 27px;
}

.bottom-calc output::after {
  content: '%';
}

.rangeSlider,
.rangeSlider__fill {
  background: #b9b6b6;
  display: block;
  height: 12px;
  width: 100%;
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 30px;
}

.rangeSlider {
  position: relative;
}

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

.rangeSlider__fill {
  background: #3faae6;
  position: absolute;
  top: 0;
  z-index: 2;
}

#block-block-9 {
  width: 100%;
  margin: 0 auto;
}

.rangeSlider__handle {
  cursor: pointer;
  display: inline-block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -7px;
  z-index: 3;
  background-size: contain;
  background-image: url('../images/slider_circle.png');
}

.rangeSlider__handle:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.13)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  background-image: linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

input[type="range"]:focus + .rangeSlider .rangeSlider__handle {
  -webkit-box-shadow: 0 0 8px rgba(142, 68, 173, 0.9);
  -moz-box-shadow: 0 0 8px rgba(142, 68, 173, 0.9);
  box-shadow: 0 0 8px rgba(142, 68, 173, 0.9);
}

.rangeSlider__buffer {
  z-index: 1;
  position: absolute;
  top: 2px;
  height: 4px;
  background: #2c3e50;
  border-radius: 2px;
}

.vulnerable-calculator h2 {
  font-size: 40px;
  line-height: 42px;
  color: #999999;
}

.calculations1 {
  padding-left: 21px;
  margin-top: 60px;
}

.calculations1 h2 {
  text-transform: none !important;
  font-size: 25px;

}

.calculations1 .test-result-2 {
  border: 1px solid #999999;
  color: #999999;
  font-size: 70px;
  line-height: 104px;
  padding: 20px 0px;
  font-weight: 300;
  font-family: "Gotham SSm A", "Gotham SSm B";
}

.calculations h2 {
  text-transform: none !important;
  margin: 0px !important;
  font-size: 16px;
  line-height: 18px !important;
  font-weight: 500;
  font-family: "Gotham SSm A", "Gotham SSm B";
}

.disclaimer {
  margin-top: 50px;
  text-align: left;
}

/*end vulnerable interface*/

@media screen and (max-width: 800px) {

  #esthetics-page .calculations {
    width: 80%;
    max-width: 460px;
    margin: 0px auto;
    display: inline-block;
  }

  #test-result-2 {
    width: 100%;
    max-width: 460px;
    margin: 0px auto;
  }

  #lower-text .calculations1 {
    margin-left: 0px;
    margin: 0px auto;
    padding-left: 0px;
  }

  div#lower-text .calculations1 h2 {
    margin-top: 40px;
    font-size: 28px;
    line-height: 30px;
    padding: 0px;
  }

  .vulnerable-calculator {
    padding-left: 20px;
    padding-right: 20px;
  }

}

.page-node-55 #content-lower {
  padding-top: 25px;
}