/* 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: 18px;
	line-height: 30px;
	font-weight: 700;
	font-family: "Yantramanav", sans-serif;
	color: #000000;
	margin-bottom: 25px;
	text-transform: uppercase;
}
h2 { font-size: 18px; }
h3 { font-size: 18px; }
h4 { font-size: 18px; }

/* general text */
p, a, span, div, input, textarea, select, b, strong, i, em, li, ul, ol {
	font-size: 15px;
	color: #000000;
	font-family: "Yantramanav", sans-serif;
	font-weight: 400;
	line-height: 26px;
}

/* list */
ul li { margin-left: 20px; }
li:before {
	content: '';
	float: left;
	height: 6px;
	width: 6px;
	border: 2px solid #d10606;
	border-radius: 10px;
	display: inline-block;
	margin-top: 4px;
	margin-right: 8px;
}
li ul li:before {
	border: 2px solid #242424;
}

/* 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: 500; }
em, i { font-style: italic; }
a { color: #06a7e2; text-decoration: none; }
p { padding-bottom: 16px; }
a:hover { text-decoration: underline; }
blockquote {
	background-color: #e5eaed;
	padding: 30px 25px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

