

/* Globals */

html,
body {
	font-family: 'Open Sans', sans-serif;
}

html {
    font-size: 62.5%;
}

body {
    font-size: 1.4rem;
    line-height: normal;
	color: #000;
}

.img {
	max-width: 100%;
	height: auto;
}

a {
	color: #c62127;
}

a:active,
a:hover,
a:focus {
	color: #fa2830;
}

a:visited {
	color: #a11b1f;
}

b,
strong {
	font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-decoration: none;
}

h1 {
	font-size: 2.6rem;
}

h2 {
	font-size: 2.4rem;
}

h3 {
	font-size: 2.2rem;
}

h4 {
	font-size: 1.8rem;
}

h5 {
	font-size: 1.6rem;
}

h6 {
	font-size: 1.4rem;
}

/* Content Area */

.content-area {
	position: relative;
	text-align: left;
}

.content-area p {
	line-height: 2.6rem;
    margin-bottom: 3rem;
}

.content-area h1 {
	text-transform: uppercase;
	margin-bottom: 3rem;
}

.content-area h2 {
	margin-top: 3rem;
}

.content-area blockquote {
    margin-left: 3rem;
}

.content-area .error,
.content-area .risrequired,
.content-area p.required,
.content-area span.required,
.content-area td.required {
	color: #c62127;
}

.content-area .left {
	text-align: left;
}

.content-area .right {
	text-align: right;
}

.content-area .center {
	text-align: center;
}