/* ============= CODE ============= */
@charset "UTF-8";
.content-item__byline {
    font-family: "Roboto Condensed",Helvetica,Arial,sans-serif;
    font-size: 16px;
    margin-bottom: 25px;
    margin-top: 25px;
}
.interactive-ctr {width: 100%; margin: 0 auto; max-width: 800px;}
.interactive-ctr h4 {margin-top: 20px;}
/*download box */
.content-item__dl {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    display: inline-block;
    margin: 10px 20px 10px 0;
    padding: 10px 15px;
    width: 100%;
    float: left;
    max-width: 320px;
}
.content-item__dl--label {
    font-family: "Roboto Condensed",Helvetica,Arial,sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
    text-transform: uppercase;
    top: 4px;
}
.content-item__dl--file {
    font-style: italic;
    position: relative;
    text-align: right;
    top: -5px;
    word-break: break-all;
}

.glyphicon {
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    position: relative;
    top: 1px;
}
.content-item__dl--file .glyphicon {
    font-size: 24px;
    margin-left: 15px;
    top: 6px;
}
/* BIG TABLE */
table.interactive_table {
	border-spacing: 0;
	width: auto;
	position: static;
	width: 760px;
	margin: 0 auto;
    font-family: "Roboto Condensed",Helvetica,Arial,sans-serif;
    font-size: 18px;
}
table.interactive_table .instruction_cell {
    font-size: 15px;
    color: #666666;
}
table.interactive_table h2 {margin-bottom: 0;}
table.interactive_table h3 {
	font-size: 18px;
	line-height: 24px;
}
table.interactive_table h3 span {color: #666666; font-weight: normal;}
table.interactive_table th {
	text-align: center;
	line-height: 24px;
}
table.interactive_table td {padding: 3px 5px; min-height: 34px; vertical-align: top;}
table.interactive_table .input_cell {text-align: center;}

table.interactive_table .input_cell label {
    cursor: pointer;
    font-weight: 400;
    margin-bottom: 0;
    min-height: 20px;
    padding-left: 20px;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 5px;
    max-width: 100%;
}
table.interactive_table .col_header {text-align: center; font-weight: bold; padding-top: 23px;}
table.interactive_table input[type="text"]{
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    margin: 0 auto;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    }
table.interactive_table input[type="text"]:focus{
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}
table.interactive_table input[type="text"].bad_input_cell {
	/*background-color: #cc0000;
	color: white;*/
	border-color: #a94442;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
table.interactive_table input[type="text"].bad_input_cell:focus {
border-color: #843534;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #ce8483;
}
table.interactive_table input[type="text"].good_input_cell {
    border-color: #3c763d;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
table.interactive_table input[type="text"].good_input_cell:focus {
	border-color: #2b542c;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #67b168;
}
.expense_lookup table.interactive_table .expense_lookup input[type="text"], .cost_lookup table.interactive_table .roi_lookup input[type="text"], .net_lookup table.interactive_table .net_lookup input[type="text"], .roi_lookup table.interactive_table .roi_lookup input[type="text"],
.unpaid_lookup table.interactive_table .unpaid_lookup input[type="text"], .total_lookup table.interactive_table .total_lookup input[type="text"], .returns_lookup table.interactive_table .returns_lookup input[type="text"], .cash_lookup table.interactive_table .cash_lookup input[type="text"] {
	background-color: #d9edf7;
}
table.interactive_table .total_info {
	border-radius: 10px;
	height: 20px;
	width: 20px;
	font-family: Merriweather,Georgia,"Times New Roman",Times,serif;
    font-weight: bold;
    font-size: 15px;
    line-height: 21px;
    color: white;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    background-color: #00759c;
    margin-right: 10px;
}
table.interactive_table .total_info:hover, table.interactive_table .total_info.active {
	background-color: #004f69;
	text-decoration: none;
}
table.interactive_table .form_sec_note {
	font-family: "Roboto Condensed",Helvetica,Arial,sans-serif;
    font-size: 13px;
    padding-bottom: 10px;
}
.di_content p.notes {
	font: 14px/16px "Roboto Condensed",Helvetica,Arial,sans-serif;
	margin: 0 0 1em 1em;
	color: #666666;
}
.interactive_about {
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 1em;
	clear: both;
}
.interactive_about p {
	margin: 0 0 10px 0;
	padding: 0;
	color: #474241;
}
table.interactive_table .submit_row {
	padding-top: 1.5em;
	text-align: center;
}
.di_result_field {font-weight: bold; text-align: left;}
.di_result_field span {font-weight: normal; font-size: 14px;}
.di_submit {
	background-color: #00759c;
    border-color: #00759c;
    color: #fff;
    font-family: "Roboto Condensed",Helvetica,Arial,sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
     -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.di_submit:active, .di_submit:focus, .di_submit:hover {
    background-color: #004f69;
    border-color: #00475f;
    color: #fff;
    text-decoration: none;
}
.bad_inputs {cursor: default; background-color: #999999; color: #eeeeee;}
@media only screen and (max-width: 1199px) {
        .content-item__dl {margin-left: -30px; max-width: 390px;}
}
@media only screen and (max-width: 991px) {
    .content-item__dl {margin-left: 0; max-width: 390px;}
	table.interactive_table {width: 680px; font-size: 16px;}
}
@media only screen and (max-width: 767px) {
	table.interactive_table {width: 90%; font-size: 15px;}
	
}

@media only screen and (max-width: 599px) {    .content-item__dl {max-width: 600px  ;}}