#KJEAllContent {
  font: 500 100% "Open Sans", Helvetica, Verdana, Tahoma, sans-serif;
  color: #222 !important;
}
#KJEAllContent #KJECalculatorScreenSize {
  max-width: 1200px;
}
#KJEAllContent #KJEFixed {
  max-width: 1200px;
  right: 0;
  z-index: 1;
  top: 72px !important;
}
#KJEAllContent #KJEFixed #KJECalculate {
  border-radius: 4px;
  font-weight: normal;
  padding: 0;
  background-color: #fec938;
  border-color: #fec938;
  border-width: 1px;
  border-style: solid;
  color: #222;
  font-size: 16px;
  padding: 10px;
  margin: 26px 4px 7px 4px;
}
#KJEAllContent #KJEFixed #KJEViewReport {
  border-radius: 4px;
  font-weight: normal;
  padding: 0;
  background-color: #fec938;
  border-color: #fec938;
  border-width: 1px;
  border-style: solid;
  color: #222;
  font-size: 16px;
  padding: 10px;
  margin: 26px 4px 7px 4px;
}
#KJEAllContent #KJECommandButtons {
  max-width: 1200px;
}
#KJEAllContent #KJEReportButtons {
  max-width: 1200px;
}
#KJEAllContent #KJEMoreButtons {
  max-width: 1200px;
}
#KJEAllContent .KJEWidthConstraint {
  max-width: 1200px;
}
#KJEAllContent #KJEEmail {
  border-radius: 4px;
  font-weight: normal;
  padding: 0;
  background-color: #fec938;
  border-color: #fec938;
  border-width: 1px;
  border-style: solid;
  color: #222;
  font-size: 16px;
  padding: 10px;
  margin: 10px auto 7px auto;
  text-transform: capitalize;
}
#KJEAllContent #KJEEmailInput {
  font-size: 16px;
}
#KJEAllContent #KJEEmailInput:focus {
  outline: none;
}
#KJEAllContent .KJESlider .KJEScale {
  font-size: 14px;
}
#KJEAllContent #KJECalculatorTable {
  border: 1px solid #ccc;
  padding: 0;
}
#KJEAllContent #KJECalculatorTable .KJEGuiDefnPopup.KJEGuiDefnPopupRight.KJEMenuDefinitions {
  display: none;
}
#KJEAllContent #KJECalculatorTable .KJECalculator {
  background-color: #eee;
  font-size: 0.9em;
  right: 0;
  left: 0;
}
#KJEAllContent #KJECalculatorTable .KJECalculator #KJERequiredNote {
  font-size: 14.58px;
  text-align: center;
  padding-top: 0;
}
#KJEAllContent #KJECalculatorTable .KJECalculator #KJEInputs .KJEInputContainer .KJEInput {
  font-size: 16px;
}
#KJEAllContent #KJECalculatorTable .KJECalculator #KJEInputs .KJEInputContainer .KJEDropBox {
  font-size: 16px;
}
#KJEAllContent #KJECalculatorTable .KJECalculator #KJEInputs .KJEInputContainer .KJEArrow {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  background-color: #0060af;
  -webkit-box-shadow: 0;
}
#KJEAllContent #KJECalculatorTable .KJECalculator #KJEInputs .KJEInputContainer input[type=range].KJERange {
  -webkit-appearance: none;
  width: 100%;
  background: transparent;
  margin: 13px 0 0 0;
}
#KJEAllContent #KJECalculatorTable .KJECalculator #KJEInputs .KJEInputContainer input[type=range]:focus {
  outline: none;
}
#KJEAllContent #KJECalculatorTable .KJECalculator #KJEInputs .KJEInputContainer input[type=range]::-webkit-slider-runnable-track {
  border-width: 2px 0 0 0;
  border-style: dotted;
  border-color: #666;
  height: 5px;
  background: transparent;
}
#KJEAllContent #KJECalculatorTable .KJECalculator #KJEInputs .KJEInputContainer input[type=range]:active::-webkit-slider-runnable-track {
  border-style: solid;
}
#KJEAllContent #KJECalculatorTable .KJECalculator #KJEInputs .KJEInputContainer input[type=range]:active::-webkit-slider-thumb, #KJEAllContent #KJECalculatorTable .KJECalculator #KJEInputs .KJEInputContainer input[type=range]:active::-moz-range-thumb, #KJEAllContent #KJECalculatorTable .KJECalculator #KJEInputs .KJEInputContainer input[type=range]:active::-ms-thumb {
  border-bottom: 12px solid #0060af;
  box-shadow: 0px 2px #0060af;
  background: #0060af;
}
#KJEAllContent #KJECalculatorTable .KJECalculator #KJEInputs .KJEInputContainer input[type=range]:active::-moz-range-track {
  border-style: solid;
}
#KJEAllContent #KJECalculatorTable .KJECalculator #KJEInputs .KJEInputContainer input[type=range]:active::-moz-range-thumb {
  border-bottom: 12px solid #0060af;
  -mox-box-shadow: 0px 2px #0060af;
  box-shadow: 0px 2px #0060af;
}
#KJEAllContent #KJECalculatorTable .KJECalculator #KJEInputs .KJEInputContainer input[type=range]:active::-ms-fill-lower {
  border-style: solid;
}
#KJEAllContent #KJECalculatorTable .KJECalculator #KJEInputs .KJEInputContainer input[type=range]:active::-ms-fill-upper {
  border-style: solid;
}
#KJEAllContent #KJECalculatorTable .KJECalculator #KJEInputs .KJEInputContainer input[type=range]:active::-ms-thumb {
  border-bottom: 12px solid #0060af;
  box-shadow: 0px 2px #0060af;
}
#KJEAllContent #KJECalculatorTable .KJECalculator #KJEInputs .KJEInputContainer input[type=range]::-webkit-slider-thumb {
  border: 1px solid #0060af;
  background: #0060af;
}
#KJEAllContent #KJECalculatorTable .KJECalculator #KJEInputs .KJEInputContainer input[type=range]::-moz-range-track {
  border-width: 2px 0 0 0;
  border-style: dotted;
  border-color: #666;
  height: 0;
  padding: 0 0 10px 0;
  background: transparent;
  overflow: visible;
}
#KJEAllContent #KJECalculatorTable .KJECalculator #KJEInputs .KJEInputContainer input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  border-radius: 0;
  height: 2px;
  width: 2px;
  margin-top: 0;
  border-top: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #0060af;
  box-shadow: 0px 2px #0060af;
  cursor: pointer;
  background: transparent;
}
#KJEAllContent #KJECalculatorTable .KJECalculator #KJEInputs .KJEInputContainer input[type=range]::-ms-track {
  height: 30px;
  background: transparent;
  color: transparent;
  border-color: transparent;
  border-width: 6px 0;
}
#KJEAllContent #KJECalculatorTable .KJECalculator #KJEInputs .KJEInputContainer input[type=range]::-ms-fill-lower {
  border-width: 2px 0 0 0;
  border-style: dotted;
  border-color: #666;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}
#KJEAllContent #KJECalculatorTable .KJECalculator #KJEInputs .KJEInputContainer input[type=range]::-ms-fill-upper {
  border-width: 2px 0 0 0;
  border-style: dotted;
  border-color: #666;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}
#KJEAllContent #KJECalculatorTable .KJECalculator #KJEInputs .KJEInputContainer input[type=range]::-ms-thumb {
  -webkit-appearance: none;
  border-radius: 0;
  height: 2px;
  width: 2px;
  margin-top: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #0060af;
  border-top: 0;
  box-shadow: 0px 2px 0 #0060af;
  cursor: pointer;
  background: transparent;
}
#KJEAllContent #KJECalculatorTable .KJECalculator #KJEInputs .KJELabel {
  font-size: 1.2em;
}
#KJEAllContent #KJECalculatorTable .KJECalculator #KJEInputs .KJERadioTrailingLabel {
  font-size: 16px;
  padding-left: 10px;
}
#KJEAllContent #KJECalculatorTable .KJECalculator #KJEInputs .KJEDrop {
  background-color: transparent;
  padding: 20px 10px;
}
#KJEAllContent #KJECalculatorTable .KJECalculator #KJEInputs .KJEDropper {
  background-color: transparent;
}
#KJEAllContent #KJECalculatorTable .KJECalculator #KJEInputs .KJEToggleTitle {
  font-size: 1.5em;
  font-weight: bold;
  cursor: pointer;
  text-align: left;
  text-decoration: none;
  border-style: none;
}
#KJEAllContent #KJECalculatorTable .KJECalculator #KJEInputs .KJESubTitle {
  font-size: 1.5rem;
}
#KJEAllContent #KJECalculatorTable .KJECalculator #KJEInputs .KJESubTitle.KJERightBold {
  font-weight: normal;
}
#KJEAllContent #KJECalculatorTable .KJECalculator #KJEInputs #KJE-E-INPUTS {
  padding-top: 0;
}
#KJEAllContent #KJECalculatorTable .KJECalculator #KJEInputs input.KJEInputModern {
  font-size: 1.5em;
}
#KJEAllContent #KJECalculatorTable .KJECalculator #KJEInputs input.KJEInputModern:focus {
  outline: none;
}
#KJEAllContent #KJECalculatorTable .KJECalculator #KJEInputs #KJE-PO-TERM15_MONTHLY_PI {
  border: 1px solid #fff !important;
}
#KJEAllContent #KJECalculatorTable .KJECalculator #KJEInputs #KJE-PO-TERM30_MONTHLY_PI {
  border: 1px solid #fff !important;
}
#KJEAllContent #KJECalculatorTable .KJECalculator #KJEInputs #KJE-C-TERM15_MONTHLY_PI,
#KJEAllContent #KJECalculatorTable .KJECalculator #KJEInputs #KJE-C-TERM30_MONTHLY_PI {
  background-color: #0060af;
  color: #fff;
  margin: 0;
}
#KJEAllContent #KJECalculatorTable .KJECalculator #KJEInputs #KJE-C-TERM15_MONTHLY_PI:hover,
#KJEAllContent #KJECalculatorTable .KJECalculator #KJEInputs #KJE-C-TERM30_MONTHLY_PI:hover {
  background-color: #0060af;
  color: #fff;
}
#KJEAllContent #KJECalculatorTable .KJECalculator #KJEInputs #KJE-C-TERM15_MONTHLY_PI span.KJEHelp:hover,
#KJEAllContent #KJECalculatorTable .KJECalculator #KJEInputs #KJE-C-TERM15_MONTHLY_PI .KJEOutputLabel:hover,
#KJEAllContent #KJECalculatorTable .KJECalculator #KJEInputs #KJE-C-TERM15_MONTHLY_PI .KJEHelp:hover,
#KJEAllContent #KJECalculatorTable .KJECalculator #KJEInputs #KJE-C-TERM30_MONTHLY_PI span.KJEHelp:hover,
#KJEAllContent #KJECalculatorTable .KJECalculator #KJEInputs #KJE-C-TERM30_MONTHLY_PI .KJEOutputLabel:hover,
#KJEAllContent #KJECalculatorTable .KJECalculator #KJEInputs #KJE-C-TERM30_MONTHLY_PI .KJEHelp:hover {
  background-color: #0060af;
  color: #fff;
}
#KJEAllContent #KJECalculatorTable .KJECalculator #KJEInputs span.KJEHelp {
  font-size: 1.8rem;
}
#KJEAllContent #KJECalculatorTable .KJECalculator #KJEInputs .KJEHelp {
  text-align: right;
  cursor: help;
  overflow-wrap: break-word;
}
#KJEAllContent #KJECalculatorTable .KJECalculator #KJEInputs .KJEHelp:hover {
  color: #000;
}
#KJEAllContent #KJECalculatorTable .KJECalculator #KJEInputs .KJEHelp label {
  font-size: 1.5em;
}
#KJEAllContent #KJECalculatorTable .KJECalculator #KJEInputs .KJEHelp .bold {
  font-size: 1.2em;
}
#KJEAllContent #KJECalculatorTable .KJECalculator #KJEInputs .KJEHelp button.KJEDefinitionIcon {
  color: #0060af;
  background: #fff;
  width: 21px;
  height: 22px;
  text-align: center;
  padding: 0 0;
  padding-left: 1px;
  font-size: 2em !important;
  font-weight: 600;
  border-radius: 20px;
  border-width: 0;
  cursor: help;
  margin-left: 8px;
  float: left;
  position: absolute;
  left: 0;
}
#KJEAllContent #KJECalculatorTable .KJECalculator #KJEInputs .KJEHelp button.KJEDefinitionIcon:hover, #KJEAllContent #KJECalculatorTable .KJECalculator #KJEInputs .KJEHelp button.KJEDefinitionIcon:focus {
  color: #fff;
  background: #0060af;
  outline-offset: 0px;
  outline: 2px dashed #444444;
}
#KJEAllContent #KJECalculatorTable .KJECalculator #KJEInputs .KJEOutputLabel {
  font-size: 1.8em;
}
#KJEAllContent #KJECalculatorTable .KJECalculator #KJEInputs .KJEGuiDefnPopup {
  color: #000;
  background: #fff;
  border: 1px solid #eee;
  position: absolute;
  display: none;
  z-index: 999;
  padding: 9px;
  margin: 1.5em 0 3em;
  border-radius: 2px;
  box-shadow: 0 0 9px #333;
  -webkit-box-shadow: 0 0 9px #333;
  -moz-box-shadow: 0 0 9px #333;
  -webkit-animation: fadeIn 0.4s;
  animation: fadeIn 0.4s;
}
#KJEAllContent #KJECalculatorTable .KJECalculator #KJEInputs .KJEGuiDefnPopup::before {
  border-color: transparent;
}
#KJEAllContent #KJECalculatorTable .KJECalculator #KJEInputs .KJEGuiDefnPopup button.KJECloseButton {
  color: #fff;
  background: #0060af;
  width: 24px;
  height: 24px;
  text-align: center;
  padding: 0 0;
  font-size: 1em;
  border-radius: 2px;
  border-width: 1px;
  cursor: pointer;
}
#KJEAllContent #KJECalculatorTable .KJECalculator #KJEInputs .KJEGuiDefnPopup h3 {
  font-size: 24px;
  font-weight: 300;
  color: #222;
  line-height: 1.3;
  margin-top: 0;
}
#KJEAllContent #KJECalculatorTable .KJECalculator #KJEInputs .KJEGuiDefnPopup p {
  font-size: 1.4em;
  line-height: normal;
  padding: 0;
}
#KJEAllContent #KJECalculatorTable .KJECalculator #KJEInputs .KJEGraphContainer .KJEGraphDropper {
  background-color: transparent;
  padding: 20px 10px;
}
#KJEAllContent #KJECalculatorTable .KJECalculator #KJEInputs .KJEGraphContainer .KJEGraphDropper .KJEGraphTitle {
  text-align: center;
  font-size: 1.5em;
}
#KJEAllContent #KJECalculatorTable .KJECalculator #KJETitle {
  padding: 80px 35px 25px 25px !important;
  background-image: none;
  background-color: #0060af;
  font-size: 1.6em;
  color: #fff !important;
}
#KJEAllContent #KJECalculatorTable .KJECalculator .KJEError {
  color: #e0151f;
}
#KJEAllContent #KJECalculatorTable .KJEDefinitionIconMenu {
  display: none;
}
#KJEAllContent #KJECalculatorTable button.KJEMenu {
  margin-top: 5px;
  margin-right: 10px;
  position: relative;
  border: none;
  background-color: #0060af;
  background-image: none;
}
#KJEAllContent #KJECalculatorTable button.KJEMenu:hover {
  outline-width: 0px;
}
#KJEAllContent #KJECalculatorTable button.KJEMenu::before {
  content: "\f003";
  position: absolute;
  left: 0px;
  color: #fff;
  font-family: FontAwesome;
  font-size: 30px;
  padding: 0px 5px;
}
#KJEAllContent #KJECalculatorTable #KJEMenuContainer {
  width: 100%;
  height: 1px;
  overflow: visible;
  text-align: right;
}
#KJEAllContent #KJECalculatorTable #KJEMenuContainer #KJEMenuWindow[aria-label="Additional Functions "] .KJEMenuHeader {
  display: none;
}
#KJEAllContent #KJECalculatorTable #KJEMenuContainer #KJEMenuWindow {
  color: #000;
  background: #fff;
  border: 1px solid #eee;
  position: absolute;
  top: 45px !important;
  padding: 9px;
  margin: 1em 0 3em;
  border-radius: 2px;
  box-shadow: 0px 0px 9px #333;
  -webkit-box-shadow: 0px 0px 9px #333;
  -moz-box-shadow: 0px 0px 9px #333;
  width: 250px;
  font-size: 1.5em;
}
#KJEAllContent #KJECalculatorTable #KJEMenuContainer #KJEMenuWindow .KJEMenuHeader {
  display: block;
  text-align: center;
  background: #eee;
  border: 1px solid #ccc;
  padding: 8px;
  text-decoration: none;
  margin-bottom: 10px;
  margin-top: 10px;
}
#KJEAllContent #KJECalculatorTable #KJEMenuContainer #KJEMenuWindow .KJEMenuHeader .KJECloseButton {
  color: #fff;
  background: #0060af;
  width: 24px;
  height: 24px;
  text-align: center;
  padding: 0 0;
  border-radius: 2px;
  border-width: 1px;
  cursor: pointer;
}
#KJEAllContent #KJECalculatorTable #KJEMenuContainer #KJEMenuWindow .KJEMenuHeader #KJEMenuWindowTitle {
  display: block;
  height: inherit;
  text-align: center;
  padding: 4px 0 0 0;
  font-size: 0.9em;
  font-weight: bold;
}
#KJEAllContent #KJEDefinitions {
  padding-top: 2.2em;
}
#KJEAllContent #KJEDefinitions .KJEDefinitionsHeader {
  font-size: 2em;
  font-weight: 600;
}
#KJEAllContent #KJEDefinitions h3.KJEDefinition {
  font-weight: 400;
  font-size: 2em;
}
#KJEAllContent #KJEDefinitions p.KJEDefinition {
  font-size: 1.5em;
  padding-left: 0px;
  color: #222222 !important;
  line-height: 1.5em;
}
#KJEAllContent #KJEDefinitions table {
  border: 1px solid #eee;
}
#KJEAllContent #KJEDefinitions table caption {
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 22px;
  background-color: #eee;
  border: 1px solid #eee;
}
#KJEAllContent #KJEDefinitions table caption:hover {
  color: #222 !important;
}
#KJEAllContent #KJEDefinitions table thead {
  border: 1px solid #eee;
}
#KJEAllContent #KJEDefinitions table thead th {
  font-family: museo-sans, sans-serif;
  font-weight: 500;
  background-color: #0060af !important;
  color: #fff !important;
  text-align: center;
  font-size: 1.7em;
}
#KJEAllContent #KJEDefinitions table thead th:hover {
  background-color: #0060af !important;
  color: #fff !important;
}
#KJEAllContent #KJEDefinitions table tbody {
  font-size: 1.5em;
  border: 1px solid #eee;
}
#KJEAllContent #KJEDefinitions table tbody tr {
  border: 1px solid #eee;
}
#KJEAllContent #KJEDefinitions table tbody tr:hover {
  color: #000;
}
#KJEAllContent #KJEDefinitions table tbody tr:hover td {
  color: #fff;
  background-color: #0060af;
}
#KJEAllContent #KJEDefinitions table tbody tr th {
  text-align: left;
  background-color: #fec938;
  border: 1px solid #eee;
}
#KJEAllContent #KJEDefinitions table tbody tr th:hover {
  color: #000;
  background-color: #fec938;
}
#KJEAllContent #KJEDefinitions table tbody tr td {
  background-color: transparent;
  border: 1px solid #eee;
  padding: 15px 0px;
}
#KJEAllContent #KJEDefinitions table tbody tr td:hover {
  color: #000;
  background-color: #fec938;
}
#KJEAllContent #KJEDefinitions table tfoot {
  font-size: 1.3em;
  border: 1px solid #eee;
}
#KJEAllContent #KJEDefinitions table tfoot td {
  padding: 15px 0;
}
#KJEAllContent #KJEDefinitions table tfoot td:hover {
  color: #000;
  background-color: #ccc;
}

#KJEDefinitionsDL td {
  font-size: 16px;
}
#KJEDefinitionsDL th {
  font-size: 16px;
}
#KJEDefinitionsDL ul {
  font-size: 16px;
}
#KJEDefinitionsDL li {
  font-size: 16px;
}
#KJEDefinitionsDL ol {
  font-size: 16px;
}

#KJEReport {
  padding: 100px 5px 5px 5px;
  max-width: 900px;
  margin: auto;
}
#KJEReport td {
  font-size: 16px;
}
#KJEReport th {
  font-size: 16px;
}
#KJEReport ul {
  font-size: 16px;
}
#KJEReport li {
  font-size: 16px;
}
#KJEReport ol {
  font-size: 16px;
}
#KJEReport p.KJEFooter {
  font-size: 0.9em;
  font-weight: normal;
}

p.KJEFooter {
  font-size: 0.9em;
  font-weight: normal;
}

.KJEFooter {
  font-size: 0.9em;
  font-weight: normal;
}

#KJECommandButtons .KJECommandButton:hover, #KJECommandButtons .KJECommandButton:focus {
  box-shadow: rgb(51, 51, 51) 0px 0px 5px 0px inset;
  background-color: #fbf2d9 !important;
  border: 1px solid #fec938 !important;
  text-decoration: none !important;
}

@media all and (-ms-high-contrast: none) {
  #KJEAllContent #KJECalculatorTable .KJECalculator #KJEInputs .KJEInputContainer input[type=range].KJERange {
    -webkit-appearance: none;
    width: 100%;
    background: transparent;
    margin: -4px;
    box-sizing: content-box;
  }
}
@media (-ms-high-contrast: active) {
  #KJEAllContent #KJECalculatorTable .KJECalculator #KJEInputs .KJEInputContainer input[type=range].KJERange {
    -webkit-appearance: none;
    width: 100%;
    background: transparent;
    margin: -4px;
    box-sizing: content-box;
  }
}

/*# sourceMappingURL=KJESiteSpecific.css.map */
