.GlossyHeading h1, .GlossyHeading h2 {
	color: #5e245a !important;
	font-family: "Open Sans Condensed", "Open Sans", Arial, sans-serif;
	text-transform: uppercase;
	font-size: 3em;
}
.GlossyHeading h1 {
	font-size: 3.5em;
	font-weight: bold;
}
.Glossyfooter {
	color: #de534a;
	font-size: 1.4em;
}

.rhs h1, .lhs .content h1, .fullwidth h1, .GlossyHeading  h2 {
	color: #5e245a;
}

.lhs .above-photo {
	background-color: #df6d28;
}
.rhs .above-photo {
	background-color: #c2cb20;
}

.lhs .below-photo {
	background-color: #5e245a;
	color: #fff;
}

.lhs .below-photo a{
	color: #fff;
}

.rhs .below-photo {
	border: none;
	border-top: 1.6em solid #007eac;
}

.rhs .sidebar {
	color: #007eac;
}

/* Change the colour everywhere on the RHS pages, and only in content on the LHS pages */
.rhs li:before, .lhs .content li:before {
    color: #007eac; 
}
.lhs .sidebar h2 {
	color: #fff;
}
.content h2 {
	color: #DE534A;
	text-transform: uppercase;
}
h3 {
	color: #5e245a;
}

img {
	max-width: 100%;
}

/**
 * Tables
 **/
table {
	border-spacing: 0;
	width: 100%;
}
table > caption {
	text-align: center;
	width:100%;
	background-color: #5e245a;
	color: #fff;
	font-size: 1.2em;
	line-height: 1.8em;
}
table th {
	background-color: #5e245a;
	color: #fff;
	text-align: center;
	font-size: 1em;
	line-height: 2em;
	font-weight: normal;
	border: 1px solid #fff;
	border-top: 2px solid #fff;
}
table#taxcuts td {
	text-align: center;
}
table#families  td {
	border: none !important;
	color: #5e245a;
	font-weight: bold;
}
table#families th {
	background-color: transparent;
	color: #5e245a;
	text-align: left;
	font-weight: bold;
}
#families-total {
	font-size: 1.4em;
	text-align: center;
}
table td {
	border: 1px solid #eef0d0;
	padding:0.5em;
}
tr > td:first-child {
	border-left:none;
}
tr > td:last-child {
	border-right:none;
}
tr:first-child td {
	border-top:none;
}
tr:last-child td {
	border-bottom:none;
}
.timeline .content {
	max-width:100%;
}
.timeline *:before {
	content: "";
}
.timeline h1 {
	color: #5e245a;
}
.timeline .content > ul {
	list-style-type: none;
	margin:0;
	padding: 0;
}
.timeline .content > ul > li {
	font-size: 3em;
	color: orange;
}
.timeline .content > ul > li > ul {
	font-size: 0.33em;
	color: #5e245a;
}