.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.maincontain {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.tabsmenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tablink {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.calcsection {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f0f0f0;
  font-family: 'Work Sans', sans-serif;
  color: #231f20;
  font-size: 13px;
}

.calcpreview {
  padding: 25px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.13);
  text-align: center;
}

.calcpreview.blueline {
  border-bottom: 8px solid #0083ad;
}

.calcpreview.redline {
  border-bottom: 9px solid #ab0a3d;
}

.calcmain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.13);
}

.calctabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.calcinputs {
  padding: 35px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.calctab {
  display: block;
  padding: 20px 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 1px solid #e6e6e6;
  color: #0083ad;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.calctab.off {
  border-bottom: 1px solid #00688a;
  background-color: #0083ad;
  color: #fff;
}

.calctab.results {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.calctab.results.off {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.calctab.emptytab {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #0083ad;
}

.calcinner {
  padding-right: 40px;
  padding-left: 40px;
}

.calcinner.results {
  display: none;
}

.calcinner.marketo {
  display: none;
}

.calcquestion {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

.calcquestion.report {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
}

.calctconum {
  margin-bottom: 20px;
  font-size: 33px;
  line-height: 38px;
  font-weight: 700;
  color: #C73800;
}

.traditionalnum {
  margin-bottom: 20px;
  font-size: 33px;
  line-height: 38px;
  font-weight: 700;
}

.calcsavings {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 230px;
  height:230px;
}

.calcsavingsnum {
  font-size: 30px;
  font-weight: 700;
}

.icon {
  width: 25px;
  height: 25px;
}

.numinput {
  height: 30px;
  margin-bottom: 20px;
  padding-left: 0px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #f0f0f0;
}

.numinput.sml {
  margin-top: 0px;
}

.numinput.ws3 {
  padding-top: 4px;
  padding-right: 3px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.numinput.ws3.long {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0;
}

.textsml {
  padding-left: 12px;
  color: #ab0a3d;
  font-weight: 600;
}

.hide {
  display: none;
}

.slider {
  background-color: transparent;
}

.inputslide {
  height: auto;
  background-color: transparent;
}

.genbutton {
  display: inline-block;
  padding: 2px 26px 2px 28px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #ab0a3d;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  white-space: nowrap;
}

.genbutton:hover {
  background-color: #f16752;
}

.genbutton.next {
  background-position: 80% 50%;
}

.genbutton.back {
  margin-right: 10px;
  padding-left: 23px;
  background-color: #ccc;
}

.genbuttontext {
  display: inline-block;
  padding-right: 10px;
}

.genbuttontext.back {
  padding-right: 0px;
  padding-left: 10px;
}

.buttonarrow {
  width: 15px;
  height: 15px;
  background-image: url('../images/arrow-right-long-regular.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.buttonarrow.back {
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.navbuttons {
  padding-top: 20px;
  text-align: right;
}

.navbuttons.results {
  text-align: left;
}

.radiofield {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.radiobutton {
  width: 25px;
  height: 25px;
  margin-top: 0px;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #0083ad;
}

.radiobutton.w--redirected-checked {
  border-width: 1px;
  border-color: #0083ad;
  background-image: url('../images/radiobgnd.svg');
  background-position: 45% 45%;
  background-size: auto;
}

.radiobuttontext {
  padding-top: 0px;
  padding-left: 10px;
}

.margbotm40 {
  margin-bottom: 40px;
}

.margbotm10 {
  margin-bottom: 10px;
}

.margbotm15 {
  margin-bottom: 15px;
}

.miwtitle {
  margin-bottom: 20px;
  padding-left: 40px;
  background-image: url('../images/icon-workforce-model.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
  color: #ab0a3d;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}

.resultscolleft {
  padding-right: 5px;
}

.resultscolcenter {
  padding-right: 5px;
  padding-left: 5px;
}

.resultsnums {
  margin-bottom: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.resultsnum {
  margin-bottom: 20px;
  color: #0083ad;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
}

.resultsnum.red {
  color: #ab0a3d;
}

.iconcircle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  height: 75px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #0083ad;
}

.iconcircle.red {
  background-color: #ab0a3d;
}

.resultsicon {
  max-width: 50%;
}

.iconsavings {
  padding-bottom: 10px;
}

.savingsinner {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sharetco {
  text-align: right;
}

.sharelink {
  width: 30px;
  height: 30px;
  margin-left: 10px;
}

.sharelinkicon {
  width: 30px;
  height: 30px;
}

.checkbox {
  width: 63px;
  height: 25px;
  margin-right: 10px;
  margin-left: 0px;
  border: 0px none transparent;
  background-image: url('../images/checkbox-off.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.checkbox.w--redirected-checked {
  border: 0px none transparent;
  background-color: transparent;
  background-image: url('../images/checkbox-on.svg');
}

.checkboxgroup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.numinputbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.chartcontainer {
  position: relative;
}

.radio-button-field {
  margin-left: 100px;
}

.arrows {
  display: none;
}

.ws2-slide {
  margin-bottom: 20px;
  margin-top: 10px;
}

#ws2-slide .ui-state-default, .ui-widget-content .ui-state-default {
  width: 20px;
  height: 20px;
  background: #0083ad;
  border-radius: 30px;
  margin-top: -4px;
}

.ui-widget.ui-widget-content {
  border:none;
  height: 2px;
  background-color: #f0f0f0;
}

#ws2-slide .ui-slider-range { 
  background: #0083ad; 
}

@media screen and (max-width: 479px) {
  .tablink {
    padding-right: 10px;
    padding-left: 10px;
  }

  .calccolleft {
    padding-right: 0px;
    padding-left: 0px;
  }

  .calcmain {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .calctabs {
    display: none;
  }

  .calcinner {
    padding-right: 20px;
    padding-left: 20px;
  }

  .radiobuttontext {
    width: 80%;
    padding-left: 9px;
    white-space: normal;
  }
}

