.template-roi-calculator{
  background: rgb(239,246,255);
  background: linear-gradient(0deg, rgba(239,246,255,1) 25%, rgba(255,255,255,1) 100%);
  background-position: center top;
  background-repeat: no-repeat;
  padding: 60px 0 120px;
}
form#roiInputData,
#bannerGeneralResults{
  max-width: 535px;
}

@media(max-width: 969px){
  .roiInput,
  #bannerGeneralResults{
    max-width: 535px;
  }
}
div.template-roi-calculator .roi-input-data input.range-input{
  width: 90%;
  max-width: 325px;
}

div.template-roi-calculator .roi-input-data input.number-input{
  width: 100%;
  text-align: center;
  padding-left: 0
}

.roiInput input[type="radio"]{
  display: none
}

.roiInput input[type="radio"]:checked{
  border-color: #166bff;
  display: none
}

.roiInput input[type="radio"] + label{
  color: #8995af;
  background: #fff;
  border: 1px solid #8995af;
  padding: 1em .5em;
  text-align: center;
  width: 100%;
  font-size: 14px;
}

.roiInput input[type="radio"]:hover + label{
  color: #166bff;
  border-color: #166bff;
  cursor: pointer
}

.roiInput input[type="radio"]:checked + label{
  color: #fff;
  background: #166bff;
  border: 1px solid #166bff;
}




div.template-roi-calculator .roi-input-data .label, 
div.template-roi-calculator .roi-input-data label {
  padding-bottom: 16px;
  display: block;
  font-size: 14px;
  line-height: 1.5;
}

div.template-roi-calculator .roi-input-data .roiInput{
  margin-top: 42px!important;
}


input[type=range] {
  width: 100%;
  max-width: 340px;
  margin: 12px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  background: #222f4b;
  border: 0.5px solid rgba(22, 107, 255, 0);
  border-radius: 25px;
  width: 100%;
  height: 0px;
  cursor: pointer;
}
input[type=range]::-webkit-slider-thumb {
  margin-top: -12.5px;
  width: 24px;
  height: 24px;
  background: #ffffff;
  border: 6px solid #166bff;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #4a66a3;
}
input[type=range]::-moz-range-track {
  background: #222f4b;
  border: 0.5px solid rgba(22, 107, 255, 0);
  border-radius: 25px;
  width: 100%;
  height: 0px;
  cursor: pointer;
}
input[type=range]::-moz-range-thumb {
  width: 24px;
  height: 24px;
  background: #ffffff;
  border: 6px solid #166bff;
  border-radius: 50px;
  cursor: pointer;
}
input[type=range]::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 12px 0;
  color: transparent;
  width: 100%;
  height: 0px;
  cursor: pointer;
}
input[type=range]::-ms-fill-lower {
  background: #000000;
  border: 0.5px solid rgba(22, 107, 255, 0);
  border-radius: 50px;
}
input[type=range]::-ms-fill-upper {
  background: #222f4b;
  border: 0.5px solid rgba(22, 107, 255, 0);
  border-radius: 50px;
}
input[type=range]::-ms-thumb {
  width: 24px;
  height: 24px;
  background: #ffffff;
  border: 6px solid #166bff;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
input[type=range]:focus::-ms-fill-lower {
  background: #222f4b;
}
input[type=range]:focus::-ms-fill-upper {
  background: #4a66a3;
}
/*TODO: Use one of the selectors from https://stackoverflow.com/a/20541859/7077589 and figure out
how to remove the virtical space around the range input in IE*/
@supports (-ms-ime-align:auto) {
  /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  input[type=range] {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}



#bannerGeneralResults{
  background: linear-gradient(170deg, rgba(22,107,255,1) 0%, rgba(13,72,175,1) 100%);
  color: white;
  padding: 40px 50px 45px 50px;
  box-shadow: 21px 27px 60px rgba(9,38,97, .2)
}

#bannerGeneralResults .data-text{
  color: #B5D1FF
}

.results-main {
  border-bottom: 1px solid #fff;
  padding-bottom: 28px;
  margin-bottom: 28px
}

.results-secondary .data-value{
  font-size: 28px;
  display: block
}

.results-secondary{
  margin-bottom: 25px
}

#getReport.btn.white{
  color: #222F4B!important;
  width: 100%;
  margin-top: 20px;
  padding: 30px;
  transition: all .15s ease;
}

#getReport.btn.white:hover{
  color: #166bff!important;
  box-shadow: 0px 10px 20px -8px rgb(0,0,0,.70);
  border-radius: 5px;
}


#detailedReporting,
#detailedProjects,
#detailedApps,
#detailedSaas{
  background: #fff;
  padding: 50px 50px 70px 50px;
  box-shadow: 21px 27px 60px rgb(9 38 97 / 10%);
  max-width: 535px;
}

.reportHeadline {
  display: flex;
  align-items: center;
}

.reportHeadline h3{
  margin: 0 0 0 15px;
  font-size: 20px;
}

.year-one,
.year-three{
  max-width: 200px;
  border: 1px solid #4D5C7D;
  color: #4D5C7D;
  padding: 10px 25px 7px;
  width: 100%;
}

.year-one{
  background: #eff6ff;
  margin-right: 3px
}

.year-three{
  background: #fff;
}

.year-one .data-value,
.year-three .data-value{
  display: block;
  color: #4D5C7D;
  font-size: 24px;
  font-family: 'Axiforma-Bold';
}


#report-modal .modal__container{
  max-width: 580px;
}

#report-modal .modal__container .modal__content{
  padding: 80px 40px;
}

body #report-modal .hs-button.primary{
  font-size: 16px;
  margin-top: 40px;
  width: auto;
  padding: 22px 50px
}


@media(min-width: 960px){
  .template-roi-calculator{
    background: rgb(239,246,255);
    background: url(https://www.leanix.net/hubfs/2019-LX-Website/General/Dots/fw-bg/bg-calc.svg), linear-gradient(0deg, rgba(239,246,255,1) 25%, rgba(255,255,255,1) 100%);
    background-position: center top;
    background-repeat: no-repeat;
    padding: 60px 0 120px;
  }


  form#roiInputData {
    max-width: 400px;
  }

  .year-one,
  .year-three{
    width: 50%;
    max-width: 50%;
  }

  .year-three{
    margin-left: 3px
  }
}