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: 'Lato', helvetica, arial, sans-serif; font-size: 16px; color: #212F3D;}

.clear {clear: both;}

p {
	font-size: 0.9em;
	line-height: 1.4em;
	margin-bottom: 20px;
	color: #444;
}

#cv {
	width: 90%;
	max-width: 800px;
	background: #ffffff;
	margin: 30px auto;
}

.mainDetails {
	padding: 25px 35px;
	border-bottom: 2px solid #EBF5FB;
#	background: #ededed;
	background: #F4F6F7
}

#name h1 {
	font-size: 1.6em;
	font-weight: 700;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	margin-bottom: -6px;
}

#name h2 {
	font-size: 1em;
	margin-left: 2px;
	margin-top: 10px;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
}

#name h3 {
	font-size: 0.9em;
	text-decoration: none;
	margin-top: 12px;
	margin-left: 2px;
	font-family: 'Rokkitt', Helvetica, Arial, sans-serif;
}

#mainArea {
	padding: 0 40px;
}

#headshot {
	width: 12.5%;
	float: left;
	margin-right: 30px;
}

#headshot img {
	width: 100%;
	height: auto;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

#name {
	float: left;
}

#contactDetails {
	float: right;
}

#contactDetails ul {
	list-style-type: none;
	font-size: 0.9em;
	margin-top: 8px;
}

#contactDetails ul li {
	margin-bottom: 3px;
	color: #444;
}

#contactDetails ul li a, a[href^=tel] {
	color: #444; 
	text-decoration: none;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

#contactDetails ul li a:hover { 
	color: #cf8a05;
}


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: 40%;
}

.sectionContent {
	margin-top: 8px;
	float: left;
	width: 100%;
}

.sectionTitle h1 {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	#font-style: italic;
	font-size: 1.10em;
	color: #00000;
}
.sectionTitle h2 {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	#font-style: italic;
	font-size: 0.9em;
	color: #00000;
}
.sectionContent h2 {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 0.6em;
	font-style: italic;
	margin-bottom: 6px;
}

.subDetails {
	font-size: 0.8em;
	font-style: italic;
	margin-bottom: 3px;
}

.keySkills {
	list-style-type: none;
	-moz-column-count:3;
	-webkit-column-count:3;
	column-count:3;
	margin-bottom: 20px;
	font-size: 1em;
	color: #444;
}

.keySkills ul li {
	margin-bottom: 3px;
}

@media all and (min-width: 602px) and (max-width: 800px) {
	#headshot {
		display: none;
	}
	
	.keySkills {
	-moz-column-count:2;
	-webkit-column-count:2;
	column-count:2;
	}
}

@media all and (max-width: 601px) {
	#cv {
		width: 95%;
		margin: 10px auto;
		min-width: 280px;
	}
	
	#headshot {
		display: none;
	}
	
	#name, #contactDetails {
		float: none;
		width: 100%;
		text-align: center;
	}
	
	.sectionTitle, .sectionContent {
		float: none;
		width: 100%;
	}
	
	.sectionTitle {
		margin-left: -2px;
		font-size: 1.25em;
	}
	
	.keySkills {
		-moz-column-count:2;
		-webkit-column-count:2;
		column-count:2;
	}
}

@media all and (max-width: 480px) {
	.mainDetails {
		padding: 15px 15px;
	}
	
	section {
		padding: 15px 0 0;
	}
	
	#mainArea {
		padding: 0 25px;
	}

	
	.keySkills {
	-moz-column-count:1;
	-webkit-column-count:1;
	column-count:1;
	}
	
	#name h1 {
		line-height: .8em;
		margin-bottom: 4px;
	}
}

@media print {
    #cv {
        width: 100%;
    }
}

@-webkit-keyframes reset {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@-webkit-keyframes fade-in {
	0% {
		opacity: 0;
	}
	40% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes reset {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@-moz-keyframes fade-in {
	0% {
		opacity: 0;
	}
	40% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes reset {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}
	40% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.instaFade {
    -webkit-animation-name: reset, fade-in;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-timing-function: ease-in;
	
	-moz-animation-name: reset, fade-in;
    -moz-animation-duration: 1.5s;
    -moz-animation-timing-function: ease-in;
	
	animation-name: reset, fade-in;
    animation-duration: 1.5s;
    animation-timing-function: ease-in;
}

.quickFade {
    -webkit-animation-name: reset, fade-in;
    -webkit-animation-duration: 2.5s;
    -webkit-animation-timing-function: ease-in;
	
	-moz-animation-name: reset, fade-in;
    -moz-animation-duration: 2.5s;
    -moz-animation-timing-function: ease-in;
	
	animation-name: reset, fade-in;
    animation-duration: 2.5s;
    animation-timing-function: ease-in;
}
 
.delayOne {
	-webkit-animation-delay: 0, .5s;
	-moz-animation-delay: 0, .5s;
	animation-delay: 0, .5s;
}

.delayTwo {
	-webkit-animation-delay: 0, 1s;
	-moz-animation-delay: 0, 1s;
	animation-delay: 0, 1s;
}

.delayThree {
	-webkit-animation-delay: 0, 1.5s;
	-moz-animation-delay: 0, 1.5s;
	animation-delay: 0, 1.5s;
}

.delayFour {
	-webkit-animation-delay: 0, 2s;
	-moz-animation-delay: 0, 2s;
	animation-delay: 0, 2s;
}

.delayFive {
	-webkit-animation-delay: 0, 2.5s;
	-moz-animation-delay: 0, 2.5s;
	animation-delay: 0, 2.5s;
}

author {
  color: #111;
  #font-size: 14.0px;
  font-weight: 600;
  #text-decoration: underline;
}

authorlist {
	color: #111;
	font-size: 0.95em;
}
strong {
  color: #333;
  font-size: 14.0px;
  font-weight: 800;
  text-decoration: none;
 }

highlight{
	color: #306AB4;
	font-weight: 800;
}


	.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label-hpca{
  background-color: #1D89A2;;
}
.label-hpca[href]:hover,
.label-hpca[href]:focus {
  background-color: #239FBB ;
}

.label-micro{
  background-color: #1E8449  ;;
}
.label-micro[href]:hover,
.label-micro[href]:focus {
  background-color: #27AE60;
}

.label-sc{
  background-color: #A04000;;
}
.label-sc[href]:hover,
.label-sc[href]:focus {
  background-color: #E59866;
}

.label-ispass{
  background-color: #9B59B6;;
}
.label-ispass[href]:hover,
.label-ispass[href]:focus {
  background-color: #C39BD3;
}

.label-isca{
  background-color: #155EBC;;
}
.label-isca[href]:hover,
.label-isca[href]:focus {
  background-color: #85C1E9;

}

.label-asplos{
  background-color: #BE0D07;;
}
.label-asplos[href]:hover,
.label-asplos[href]:focus {
  background-color: #FA645C;
}

.label-memsys{
  background-color: #A39C64;;
}
.label-memsys[href]:hover,
.label-memsys[href]:focus {
  background-color: #AAAAA9;
}

.label-others{
  background-color: #858A9B;;
}
.label-others[href]:hover,
.label-others[href]:focus {
  background-color: #AAAAA9;
}

.label-patent{
  background-color: #17202A;;
}
.label-patent[href]:hover,
.label-patent[href]:focus {
  background-color: #808B96;
}


a {
  color:inherit;
  text-decoration: none;
 }
