/* Major page elements */
	h1 {
		font-weight: 100;
		/* color: #538e64; */
	}
	.age {
		float: left;
		font-size: 16px;
		margin: 45px 20px 20px 20px;
	}
	.age-value {
		color: #538e64;
	}
	.calculator {
		font-family: "Benton", Helvetica, sans-serif;
	}
	form {
		display: inline-block;
		float: left;
		margin: 0 0 0 0;
		padding: 10px;
	}
	.masthead {
	/*	background: #538e64; */
	}
	.primaryNav-menu a {
		color: #ffffff;
	}
	.primaryNav li:before {
		color: #ffffff;
	}
	.searchToggle {
		color: #ffffff;
	}
	.sidebar {
		float: right;
	}

	/* Form styles */
	.birth-date {
		display: inline-block;
	}
	.buttons {
		float: left;
		margin-top: 15px;
	}
	#dob-month {
		width: 110px;
	}
	#dob-day {
		width: 27px;
		padding: 0 0 0 2px;
	}
	#dob-year {
		width: 45px;
		padding: 0 0 0 2px;
	}
	.enroll-radio {
		display: inline-block;
	}
	#error-list {
		color: red;
	}
	label.entry {
		display: inline-block;
		width: 250px;
		text-align: left;
	}
	#salary {
		width: 187px;
	}
	#submit {
		border: none;
		background: #E9F4FC;
		box-shadow: inset 0 1px 3px #eee;
		font-weight: normal;
		color: black !important;
		border-radius: 0;
	}
	#submit:hover {
		background: #b8dffc !important;
		text-decoration: none;
	}
	#submit:focus {
		background: #b8dffc !important;
		text-decoration: none;
	}

	/* Contribution table styles */
	.contribution-table {
		background-color: #E9F4FC;
		border-color: black;
		color: #535353;
	}
	.contribution-row {
		border-bottom: none;
	}
	.core {
		font-style: oblique;
		font-family: "Benton", Helvetica, sans-serif;
		font-size: 16px;
	}
	.hide-row {
		display: none;
	}
	.align-left {
		text-align: left;
	}
	.align-right {
		text-align: right;
	}
	.hide-border {
		border-left: none;
	}
	.visuallyhidden {
		border: 0;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
}