
.membership-clearance-table {
	width: 100%;
	margin: 1rem 0 0.5rem;
	border-collapse: collapse;
	white-space: normal;
}

.membership-clearance-table th,
.membership-clearance-table td {
	padding: 0.75rem;
	border: 1px solid #000;
	vertical-align: top;
}

.membership-clearance-table th {
	background: #000;
	color: #fff;
	font-family: headline-font, Impact;
	font-size: 1.25rem;
}

.membership-clearance-table tbody tr,
.membership-clearance-table tbody tr:nth-child(even),
.membership-clearance-table td {
	background-color: transparent;
}

.membership-clearance-table td:first-child {
	font-weight: bold;
	white-space: nowrap;
}

/* Membership Program */
.membership-program-content {
	white-space: normal;
}

.membership-section {
	margin: 0;
}

.membership-section h2 {
	margin: 1.75rem 0 1rem;
	color: #2d5f99;
	font-size: 1.125rem;
	text-align: center;
}

.membership-section + .membership-section > h2 {
	margin-top: 2.5rem;
}

.membership-section h3 {
	margin: 0 0 0.75rem;
	color: #477fc1;
	font-size: 1.0625rem;
}

.membership-section p + h3,
.membership-section ul + h3,
.membership-section table + h3,
.membership-section address + h3 {
	margin-top: 2rem;
}

.membership-section h4 {
	margin: 1.25rem 0 0.25rem;
	color: #477fc1;
	font-size: 1rem;
}

.membership-section h3 + h4 {
	margin-top: 0.5rem;
}

.membership-section p {
	margin: 0 0 1rem;
}

.membership-section ul {
	margin: 0.5rem 0 1rem;
	padding-left: 1.5rem;
}

.membership-section li + li {
	margin-top: 0.2rem;
}

.membership-section address {
	margin-bottom: 1rem;
	font-style: normal;
}

.membership-qa-item {
	margin: 0 0 1rem;
}

.membership-qa-item dt {
	font-weight: bold;
}

.membership-qa-item dd {
	margin: 0.25rem 0 0;
}