html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
border:0;
font:inherit;
font-size:100%;
margin:0;
padding:0;
vertical-align:baseline;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
display:block;
}

html, body {
	background: #ffffff;
	font-family: 'Faustina', serif;
	font-size: 16px;
	color: #222;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4 {
	font-family: 'Raleway', sans-serif;
}

.hidden {display: none;}

.clear {clear: both;}

.SI {
	display: none;
}
.langLink {
	position: fixed;
	bottom: 20px;
	background:rgba(243,243,243,0.9);
	padding: 10px;
}
#printLink {
	float: right;
}
article {
	margin-bottom: 20px;
}

p {
	font-size: 1em;
	line-height: 1.4em;
	margin-bottom: 20px;
	color: #676767;
}

#cv {
	width: 100%;
	max-width: 800px;
	background: #ffffff;
	margin: 30px auto 80px;
}
em {
	font-style: italic;
	color: #676767;
}
.mainDetails {
	padding: 25px 35px;
	border-bottom: 2px solid #4096E1;
	background: #ffffff;
}

#name h1 {
	font-size: 2.5em;
	font-weight: 700;
	margin-bottom: -6px;
}

#name h2 {
	font-size: 1.8em;
	margin-left: 2px;
}

#mainArea {
	padding: 0 40px 40px;
	border-bottom: 2px solid #4096E1;
}

#headshot {
	width: 12.5%;
	float: left;
	margin-right: 30px;
}

#headshot img {
	width: 100px;
	height: 100px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

#name {
	float: left;
}

.contactDetails ul {
	list-style-type: none;
	font-size: 0.9em;
	margin-top: 2px;
}

.contactDetails ul li {
	margin-bottom: 3px;
	color: #676767;
}

a {
	color: #4096E1;
	text-decoration: none;
}

a:hover { 
	color: #676767; 
	text-decoration: underline;

}


section {
	border-top: 1px solid #dedede;
	padding: 20px 0 0;
}

section:first-child {
	border-top: 0;
}

section:last-child {
	padding: 20px 0 10px;
}

.sectionTitle {
	float: left;
	width: 25%;
}

.sectionContent {
	float: right;
	width: 72.5%;
}

.sectionTitle h1 {
	font-style: italic;
	font-size: 1.5em;
	color: #4096E1;
}

.sectionContent h2 {
	font-size: 1.4em;
	margin-bottom: -2px;
}
.sectionContent h1 {
	font-size: 1.5em;
	margin-bottom: -2px;
}

.subDetails {
	font-size: 0.8em;
	font-style: italic;
	margin-bottom: 3px;
}

section ul {
	list-style-type: none;
}

section ul li {
	margin: 0 0 10px 0;
}
section ul.detailedUl {
	list-style-type: initial;
}

section ul.detailedUl li {
	margin: 0 0 0 35px;
}
.printonly {
	display: none;
}
.bottomArea {
	background-color: #f3f3f3;
	padding-top: 40px;
	border-bottom: 2px solid #4096E1;
}
.bottomImg {
	width: 100%;
}
figcaption {
	background-color: #fff;
	text-align: right;
	line-height: 30px;
	padding-bottom: 8px;
	padding-right: 20px;
}

@media all and (max-width: 480px) {
	.mainDetails {
		padding: 15px 15px;
	}
	
	section {
		padding: 15px 0 0;
	}
	
	#mainArea {
		padding: 0 25px;
	}

	#name h1, #name h2 {
		line-height: .8em;
		margin-bottom: 4px;
	}
	.sectionContent {
		float: none;
		width: 100%
	}
	.sectionTitle {
		float: none;
		margin-bottom: 20px;
		width: 100%;
	}
}

@media print {
	body {
		zoom: 85%;
		
	}
	html, body {
		padding: 0;
		background: #ffffff;
	}
    #cv {
        width: 100%;
		margin: 0;
    }
	.printonly {
		display: inline;
	}
	#printLink {
		display: none;
	}
	.langLink {
		display: none;
	}
	.hideInPrint {
		display: none;
	}
}
