.mt-4 {
	margin-top: 1rem !important;
}

.form-check+.form-check {
	margin-top: 0.5rem;
}

.totalCost {
	font-size: 3.5rem;
	margin-bottom: .5rem;
	display: block;
	font-weight: 700;
}

.hh-costCalculatorForm,
.hh-calculatorResults {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1rem;
}

.hh-calculatorResults table {
	background: #fff !important;
}

.hh-calculatorResults table {
	text-align: left;
	position: relative;
	border-collapse: collapse;
}

.hh-calculatorResults table tr.stick th,
.hh-calculatorResults table tbody th {
	background: #fff !important;
	color: #333;
	border-style: hidden;
}

.hh-calculatorResults table th {
	position: sticky;
	top: 0;
}

.hh-calculatorResults table td {
	background: rgb(241, 241, 241) !important;
	color: #333;
	border-color: #fff;
	border-width: .45rem;
}

.hh-costCalculatorForm .row {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1rem;
	background-color: #fff;
}

.hh-costCalculatorForm .row .left,
.hh-costCalculatorForm .row .right {
	flex: 1 1 10%;
	white-space: wrap;
	box-sizing: border-box;
	padding: 2rem 1rem 0 1rem;
	margin: 1em 0 1.5em;
	;
}

.hh-costCalculatorForm fieldset {
	display: flex;
	clear: both;
	/*overflow: hidden;	*/
	padding: 1px;
	float: left;
	margin: 0 0 1em 0;
	padding: 2px 0;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: none;
	align-items: center;
}

.hh-costCalculatorForm legend {
	color: #333;
	float: left;
	font-size: 1.1em !important;
	margin: 0 15px 0 0;
	width: 140px;
	text-align: right;
	/*background-color: #246181;*/
}

.hh-costCalculatorForm [type="radio"],
.hh-costCalculatorForm [type="checkbox"] {
	margin-right: 0.5rem;
	-ms-transform: scale(1.5);
	/* IE 9 */
	-webkit-transform: scale(1.5);
	/* Chrome, Safari, Opera */
	transform: scale(1.5);
}

.hh-costCalculatorForm select {
	height: 2.5rem;
	padding: 0 1em;
	width: 300px;
	font-size: 1rem;
	line-height: 2;
	color: #333;
	background-color: #fff;
	background-image: none;
	border: 1px solid #660000;
	border-radius: .3rem;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.hh-costCalculatorForm label {
	font-size: 1rem;
}

.hh-calculatorResults {
	text-align: center;
}

.hh-calculatorResults p {
	margin-top: 2rem;
	text-align: left;

}

.hh-calculatorResults table {
	caption-side: top;
	width: 70%;
}

.hh-calculatorResults caption {
	text-transform: uppercase;
	font-size: 24px;
	color: #246181;
	line-height: 24px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
}

.hh-calculatorResults th,
.hh-calculatorResults td {
	width: 50%;
}

.hh-calculatorResults th {
	text-align: right;
}

.hh-calculatorResults td {
	text-align: left;
}

.hh-costCalculatorForm .hoursPlus,
.hh-costCalculatorForm .hoursMinus,
.hh-costCalculatorForm .numberOfHours {
	display: inline-block;
	margin: 0;
}

.hh-costCalculatorForm .hoursPlus,
.hh-costCalculatorForm .hoursMinus {
	background-color: #333;
	color: #C8C7C1;
	padding: 0.5rem 1rem;
	font-size: 1.5rem;
	cursor: pointer;
	font-weight: 500;
}

.hh-costCalculatorForm .hoursPlus {
	border-radius: 0.3rem 0 0 0.3rem;
}

.hh-costCalculatorForm .hoursMinus {
	border-radius: 0 0.3rem 0.3rem 0;
}

.hh-costCalculatorForm .numberOfHours {
	color: #333;
	padding: 0.5rem 0.625rem;
	font-size: 20px;
	width: 50px;
	text-align: center;
	margin: 0 -4px;
}

.hh-costCalculatorForm .hoursWrapper {
	display: inline-block;
	justify-content: flex-start;
	border-radius: .2rem;
	background: #f7f7f7;
}

.hh-costCalculatorForm h2,
.hh-calculatorResults h2 {
	text-transform: uppercase;
	font-size: 24px;
	color: #246181;
	line-height: 24px;
	margin: 0 0 0 0;
}

a,
button {
	color: #660000;
}

a:hover {
	color: #000;
}

.fieldset-description {
	margin-bottom: 12px;
}

.fieldset-subtext {
	display: flex;
	margin: -1.25em 0 .5em 0;
	clear: both;
	float: right;
	color: rgb(86, 86, 86);
	font-size: .9rem;
	font-style: italic;
	padding-right: 5em;
}