/**
 * This is CSS for the Teach Calculator.
 *
 * This is outside of the Divi module build process for simplicity sake.
 *
 * @package Weca\Calc
 */

.cca-teach-calculator sup {
	font-size: .75em;
}

.cca-teach-calculator .tc-table {
	width: 100%;
}

.cca-teach-calculator .tc-table td {
	border-color: #555555;
	border-top: none;
	text-align: right;
}

.cca-teach-calculator select {
	margin: 0 20px 0 10px;
}

.cca-teach-calculator-menu {
	position: relative;
	background: #EFF4F8;
	margin: 0 -40px 75px -40px;
	padding: 40px;
}

.cca-teach-calculator-menu::after {
	content: '';
	position: absolute;
	bottom: -25px;
	left: 20px;
	width: 60px;
	height: 60px;
	transform: rotate(45deg);
	background-color: #EFF4F8;
}

.cca-teach-calculator-menu-wrapper {
	display: inline-block;
	margin-bottom: 15px;
}

.cca-teach-calculator-hdg {
	color: #07183e;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	line-height: 1.4;
	text-transform: none;
	font-size: 24px;
}

.cca-teach-calculator-menu .cca-teach-calculator-hdg {
	margin-top: 0;
	margin-bottom: 15px;
}

.tc-output .cca-teach-calculator-hdg {
	margin-bottom: 0;
	padding-bottom: 10px;
	border-bottom: 3px solid #07183e;
}

.tc-table tr {
	height: 40px;
	vertical-align: middle;
	border-bottom: 1px solid #989898;
	font-weight: 600;
}

.tc-table tr > * {
	padding: 0 20px;
	font-size: 18px;
}

.tc-table tr > th {
	font-weight: 300;
}

.tc-text-red {
	color: #EE3524;
	font-size: 22px !important;
}

.tc-text-blue {
	color: #004990;
	font-size: 22px !important;
}

.tc-text-bold {
	font-weight: 600 !important;
}

/**
 * Adapted from the archived site at @link https://web.archive.org/web/20170428235851/http://wisconsinearlychildhood.org/programs/food-program/food-program-payment-calculator/
 */
.food_calc_table td {
	vertical-align: top;
}

.food_calc_table td.fc_value {
	width: 180px;
	padding: 20px 0 20px 0;
}

.food_calc_table td .fc_note {
	font-size: 12px;
}
