a {
	color: #0d4fbd !important;
}

a:hover {
	color: #d8261c !important;
	text-decoration: none !important;
}

.cc-bg-blue {
	background-color: #0d4fbd;
}

.cc-bg-red {
	background-color: #d8261c;
}

.cc-text-blue {
	color: #0d4fbd !important;
}

.cc-text-red {
	color: #d8261c !important;
}

.cc-text-white {
	color: white !important;
}

.cc-top-padding {
	padding-top: 30px;
}

.cc-header img {
	width: 100%;
}

.cc-sub-header {
	color: white;
	font-size: 3em;
	position: absolute;
	bottom: -60px;
	right: 12px;
	z-index: 10;
}

.cc-flame-container {
	padding-right: 0 !important;
}

.cc-body-row {
	display: table;
}

.cc-body-row > div {
	display: table-cell;
	float: none;
	vertical-align: top;
}

.cc-body-row-content {
	color: white;
	font-size: 140%;
	padding-top: 60px;
}

#cc-flame {
	min-height: 100%;
}
