/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background: #D9D4D0;
	font-family: 'Raleway', sans-serif;
	color: #222222;
	font-size: 13px;
	line-height: 20px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a {
	color: #36a2eb;
}

.card {
	background: white;
	margin: 50px auto;
	width: 960px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	padding: 40px 0px 50px 0px;
	-webkit-box-shadow: 10px 12px 31px -6px rgba(67,67,67,1);
	-moz-box-shadow: 10px 12px 31px -6px rgba(67,67,67,1);
	box-shadow: 10px 12px 31px -6px rgba(67,67,67,1);
}

.card-content {
	padding: 50px;
}

.card-content.emp {
	background: #ffce56;
	margin: 0px;
}

.card h2 {
	font-family: 'Zilla Slab', serif;
	font-size: 35px;
	margin-top: 10px;
	margin-bottom: 40px;
}

.card h3 {
	font-family: 'Zilla Slab', serif;
	font-size: 25px;
	margin: 30px 0;
}

.card h4 {
	font-family: 'Zilla Slab', serif;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 30px;
}

.card p {
	line-height: 20px;
	font-size:13px;
	margin-bottom: 20px;
}

.card ul {
	margin-bottom: 20px;
}

.card ul li {
	list-style: disc;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-left: 25px;
}

.col {
	float: left;
	width: 400px;
}

.col.left {
	margin-right: 40px;
}

.source-txt p {
	font-size: 11px;
}

.fastkey-cont {
	margin-left: 20px;
}

.fastkey-cont a {
	text-decoration: none;
	color: #222;
	font-size: 15px;
}

.fastkey-cont a:hover .fastkey {
	font-weight: bold;
	background: #ccc;
}

.fastkey {
	padding: 15px 25px;
}

.fastkey.underline {
	border-bottom: 1px solid #ccc;
}

.img-container {
	width: 100%;
	height: 300px;
}

#img-intro1 { background: url("img/img-intro1.jpg") no-repeat 0px -100px; }
#img-intro2 { background: url("img/img-intro2.jpg") no-repeat; }
#img-intro3 { background: url("img/img-intro3.jpg") no-repeat 0px -200px; }
#img-intro4 { background: url("img/img-intro4.jpg") no-repeat 0px -50px; }
#img-intro5 { background: url("img/img-intro5.jpg") no-repeat 0px -250px; }

.profile {
	border: 1px solid #ccc;
	padding: 20px;
	margin-bottom: 30px;
}

.profile-pic {
	display: inline-block;
	width: 70px;
	height: 70px;
	margin-right: 20px;
	border-radius: 50%;
	float: left;

	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.profile-txt {
	float: left;
	width: 245px;
}

.profile-txt p {
	margin: 0px;
}

.profile-txt p.course {
	margin-bottom: 10px;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */