.pages .page-heading {
    color: #ab1e2e;
    font-family: 'Open Sans';
    font-size: 30px;
    font-weight: 400;
	line-height: 1.8;
	text-align: center;
}
body {
    background: #FFFFFF;
    height: 100%;
}
footer {
	background: #ab1e2e;
}
section.page-information {
	background: #FFFFFF;
}
.pages .section-title {
	color: #ab1e2e;
	font-family: 'Open Sans';
	font-weight: 400;
}
.form-horizontal .control-label {
	color: #000000;
	font-family: 'Open Sans';
}

header .logo, header .logo > img {
	background: #FFFFFF;
}

.navbar {
    background: #ffff;
    border: none;
    border-radius: 0;
    min-height: 70px;
    margin: 0;
	height: 10px
}
b, strong {
    color: #d63440;
	font-family: 'Open Sans';
}
body {
	color: #000000;
	font-family: 'Open Sans';
}
html, body {
    background: #FFFFFF;
    height: 100%;
}

.form-control {
	background: #fff;
	border: 1px solid #d63440;
}
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #fff;
    opacity: 1;
}
.nav.vnav li.active a {
	font-family: 'Open Sans';
	font-style: normal;
    background: #491350;
    color: #fff;
}
.nav.vnav li.active a {
    background: #003a70;
    color: #fff;
}
a {
	font-style: normal;
	color: #ff8c38;
}
p {
	font-style: normal;
	color: #fff;
	font-family: 'Open Sans';
}
.checkbox label, .checkbox-inline label {
	font-style: normal;
	color: #000000;
	font-family: 'Open Sans';
}
.radio label, .radio-inline label {
	font-style: normal;
	color: #000000;
	font-family: 'Open Sans';
}
.form-horizontal .note {
	background: #fff;
}
.icon-form-blue {
    visibility: hidden;
}
.navbar-default .title {
    visibility: hidden;
}