#KJEAllContent {
    font-family: 'Acrom-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background: #ffffff;
    color: #000000;
}

.KJECalculatorTable {
	font-family: 'Acrom-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	border: 1px solid #6d6e70;
	background: none;
    padding-bottom: 0;
}

.KJEFontHeading {
    font-size: 1.5em;
    color: #00aef0;
	font-weight: bold;
    background: none;
    margin-top: 10px;
}
.KJETitle {
	font-size: 1.25em;
	text-align: center;
	background-image: none;
	font-weight: bold;
}
.KJEToggleTitle .KJESubTitle {
    text-align: left;
    font-size: 0.825em;
}
div.entry-content h2.KJEToggleTitle {
	font-size: 1.25em;
}
.KJESubTitle {
	font-size: 1em;
	color: #6d6e70;
}
.KJEInputContainer .KJEHelp {
	color: #6d6e70;
}
div.entry-content h3.KJEDefinition {
	font-size: 1.0em;
	color: #107ca6;
}
#KJEAllContent p {
	color: #6d6e70;
}
.KJEDropper {padding: 15px;}
div.entry-content h2.KJEGraphTitle {
	font-size: 1.25em;
	padding: 15px;
}
.KJEGraphContainer {
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.KJEGraphDropper {padding: 15px;}
.KJECommandButton {
	border: 0;
	background: #2BABE2;
}
.KJEInputContainer {
    height: 50px;
    padding-left: 10px;
    padding-right: 10px;
}
.KJEInputContainer .KJERadioHolder {
    margin-right: 10px;
}
#KJE-C-PAYMENT_CALC {margin-bottom: 15px;}
.KJEInputContainer .KJELabel {color: #6d6e70;}
button.KJEDefinitionIcon {
    margin-left: 10px;
    margin-right: 5px;
}

#KJEReport {padding: 50px 5px 5px 5px;}
#KJEReport .KJEGraphTitle {color: #6d6e70;}
#KJEReport li {
    color: #6d6e70;
}

/** Calculator Page Typography **/

.KJEFontHeading {color: #00aef0;}
div.entry-content h2.KJEDefinitionsHeader {
	font-size: 1.8em;
	text-transform: none;
	margin-top: 50px;
}
#KJEDefinitionsDL {
    padding-left: 0;
}
div.entry-content h3.KJEDefinition {
	color: #00aeef !important;
	font-size: 1em;
	text-transform: none;
}
#KJEDefinitionsDL p.KJEDefinition, #KJEAllContent p.KJEDefinition {
	line-height: normal;
	padding: .0;
	text-align: left;
	color: #6d6e70;
}
/** End Calculator Page Typography **/


.KJEError {
    color:#BB0000;
}

.KJETitle {
}

.KJECalculatorTable {
}

.KJEReportTitle {
}

.KJEReportTitleBlock {
}

.KJEWidthConstraint {
    max-width: 900px;
    text-align:left;
    margin: auto;
    background: #ffffff;
    padding:15px;
}

.KJEWrapper {
    background: #ffffff;
    padding: 0;
    margin:0;
}

body {
 margin: 0;
}

/*Change the color of the definition/help "?" button */
button.KJEDefinitionIcon:active,
button.KJEDefinitionIcon:focus,
button.KJEDefinitionIcon:hover,
button.KJECloseButton:active,
button.KJECloseButton:focus,
button.KJECloseButton:hover {
color:#00aeef;
background:#fff;
}

button.KJEDefinitionIcon {
color:#fff;
background:#00aeef;
}

button.KJECloseButton {
color:#fff;
background:#00aeef;
}


/* Colors for Slider Thumb - Changes in three places: */

/* Web-Kit Browsers*/
.KJEInputContainer input[type=range]::-webkit-slider-thumb {
border-bottom: 12px solid rgba(0,174,239, 0.6);
-webkit-box-shadow: 0 2px rgba(0,174,239, 0.3);
}
.KJEInputContainer input[type=range]:active::-webkit-slider-thumb {
border-bottom: 12px solid rgba(0,174,239, 1);
-webkit-box-shadow: 0 2px rgba(0,174,239, 0.6);
box-shadow: 0 2px rgba(0,174,239, 0.6);
}

/* Modzilla Browsers*/
.KJEInputContainer input[type=range]::-moz-range-thumb {
border-bottom: 12px solid rgba(0,174,239, 0.6);
-moz-box-shadow: 0 2px rgba(0,174,239, 0.3);
box-shadow: 0 2px rgba(0,174,239, 0.3);
}

.KJEInputContainer input[type=range]:active::-moz-range-thumb {
border-bottom: 12px solid rgba(0,174,239, 1);
-mox-box-shadow: 0 2px rgba(0,174,239, 0.6);
box-shadow: 0 2px rgba(0,174,239, 0.6);
}

/* Microsoft Browsers*/
.KJEInputContainer input[type=range]::-ms-thumb {
border-bottom: 12px solid rgba(0,174,239, 0.6);
box-shadow: 0 2px 0 rgba(0,174,239, 0.3);
}

.KJEInputContainer input[type=range]:active::-ms-thumb {
border-bottom: 12px solid rgba(0,174,239, 1);
-webkit-box-shadow: 0 2px rgba(0,174,239, 0.6);
box-shadow: 0 2px rgba(0,174,239, 0.6);
}

/* Browsers that don't support type='range' */
.KJEInputContainer .KJEArrowIE8 {
border-bottom: 12px solid rgb(0,174,239);
}

.KJEInputContainer .KJEArrow {
border-bottom: 12px solid rgba(0,174,239, 0.6);
box-shadow: 0 2px 0 rgba(0,174,239, 0.3);
-webkit-box-shadow: 0 2px rgba(0,174,239, 0.3);
-moz-box-shadow: 0 2px rgba(0,174,239, 0.3);
}

.KJEInputContainer .KJEArrow.active {
border-bottom: 12px solid rgba(0,174,239, 0.5);
}


/**CUSTOMCSS**/
