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: #181818; font-family: 'Lato', helvetica, arial, sans-serif; font-size: 16px; color: #222;}

.clear {clear: both;}

p {
	font-size: 1em;
	line-height: 1.4em;
	margin-bottom: 25px;
	color: #444;
}

#main {
	width: 90%;
	max-width: 980px;
	background: #f3f3f3;
	margin: 5px auto;
}

.titleDetail {
	position: relative;
	padding: 25px 35px;
	border-bottom: 2px solid #3A5EA9;
	background: #ededed;
	margin-top: -40px;
	border-top: 2px solid gray;
	border-radius: 30px 30px 0 0; 
	
}

#name h1 {
	font-size: 18pt;
	font-weight: 700;
	font-family: 'Rokkitt', Helvetica, Arial, sans-serif;
	margin-bottom: -6px;
	width: 600px;
}

#name h2 {
	font-size: 15pt;
	margin-top: 5px;
	font-family: 'Rokkitt', Helvetica, Arial, sans-serif;
	width: 600px;
}

#mainBody {
	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;
}

#addressDetail {
	float: right;
	margin-right: -20px;
}

#addressDetail ul {
	list-style-type: none;
	font-size: 0.9em;
	margin-top: 2px;
}

#addressDetail ul li {
	margin-bottom: 3px;
	color: #444;
}

#addressDetail ul li a, a[href^=tel] {
	color: #444; 
	text-decoration: none;
	
}

#addressDetail 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;
}

.Title {
	float: left;
	width: 25%;
}

.Content {
	float: right;
	width: 74.5%;
}

.Title h1 {
	font-family: 'Rokkitt', Helvetica, Arial, sans-serif;
	font-style: italic;
	font-size: 1.5em;
	color: #3A5EA9;
}

.Content h2 {
	font-family: 'Rokkitt', Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	margin-bottom: -2px;
}

.Content ul {
	margin-left: 17px;
	color: #444;
}

.subDetails {
	font-size: 0.8em;
	font-style: italic;
	margin-bottom: 3px;
}

.Points {
	list-style-type: ;
	-moz-column-count:2;
	-webkit-column-count:2;
	column-count:2;
	margin-bottom: 20px;
	font-size: 12pt;
	color: #444;
	
}
.Points p{
	margin-bottom:10px;

}

.images img {
	
	width: 324px;
	
}

.Points ul li {
	margin-bottom: 3px;
	padding: 40px;
}


