/* fontAwesome */
@font-face {
	font-family: 'FontAwesome';
	src: url('../../font/fontawesome-webfont.eot?v=4.2.0');
	src: url('../../font/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../../font/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../../font/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../../font/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
:before, :after {
	font-family: FontAwesome;
	-webkit-font-smoothing: antialiased;
	text-rendering: auto;
	-moz-osx-font-smoothing: grayscale;  
}

/* headers */
h1, h2, h3, h4 {
	font-size: 21px;
	font-weight: 400;
	font-family: "Merriweather", sans-serif;
	color: #eb3300;	
	margin-bottom: 15px;
}

/* general text */
p, a, span, div, input, textarea, select, b, strong, i, em, li, ul, ol {
	font-size: 16px;
	color: #000000;
	font-family: "Merriweather", sans-serif;
	font-weight: 400;
	line-height: 25px;
}

/* list */
ul li { margin-left: 20px; }

/* alignment */
.align-center { text-align: center; }
.align-left { text-align: left; }
.align-right { text-align: right; }
.align-justify { text-align: justify; }
.csc-header-alignment-center { text-align: center; }
.csc-header-alignment-right { text-align: right; }
.csc-header-alignment-left { text-align: left; }

/* misc */
strong, b { font-weight: 700; }
em, i { font-style: italic; }
a { color: #ff2e01; font-weight: 400; text-decoration: none; }
p { padding-bottom: 25px; }
a:hover { text-decoration: underline; }
blockquote {
	background-color: #e5eaed;
	padding: 30px 25px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

