/* GENERAL */

a {
	text-decoration: none;
}	

h1 {
	font-family: georgia;
	font-size: 32px;
	font-weight: 550;
	margin-top: 0px;
	color: #333332;
	margin-bottom: 0px;
}

h2 {
	font-family: georgia;
	font-size: 18px;
	font-weight: 400;
	color: #333332;
	padding-top: 22px;
}

h3 {
	margin: 0px;
	color: white;
	font-size: 16px;
	color: #333332;
	font-family: "proxima N w01 Reg", "helvetica neue", "helvetica", sans-serif;
	text-transform: uppercase;
	padding-bottom: 10px;
}

h4 {
	margin: 0px;
	color: white;
	font-size: 16px;
	font-family: "proxima N w01 Reg", "helvetica neue", "helvetica", sans-serif;
	text-transform: uppercase;
	padding-bottom: 10px;
}

h5 {
	margin: 0;
	color: #222;
	font-size: 16px;
	font-family: "proxima N w01 Reg", "helvetica neue", "helvetica", sans-serif;
	text-transform: uppercase;
	padding-bottom: 10px;
}

@font-face {
 font-family: 'helvetica neue w01 67 Md Cn';
  src: url('http://insighthealthdata.com/blog/css/fonts/helvetica neue w01 67 Md Cn.ttf');
}

@font-face {
 font-family: 'helvetica neue w01 77 Bd Cn';
  src: url('http://insighthealthdata.com/blog/css/fonts/helvetica neue w01 77 Bd Cn.ttf');
}

@font-face {
 font-family: 'proxima N w01 Reg';
  src: url('fonts/proxima N w01 Reg.ttf');
}

@font-face {
 font-family: 'proxima N W01SC Bold';
  src: url('fonts/proxima N W01SC Bold.ttf');
}

p.notify a:link              { color:#c4c4c4; }
p.notify a:visited              { color:#c4c4c4; }
p.notify a:hover              { color:#3697ff; }
p.notify a:active              { color:#c4c4c4;}

span.whitepaperbutton a:link              { color:#464746; }
span.whitepaperbutton a:visited              { color:#464746; }
span.whitepaperbutton a:hover              { color:#464746; }
span.whitepaperbutton a:active              { color:#464746; }

span.applynowbutton a:link              { color:white; }
span.applynowbutton a:visited              { color:white; }
span.applynowbutton a:hover              { color:white; }
span.applynowbutton a:active              { color:white; }

ul {
	list-style: none;
}


/* HEADER/ NAVIGATION BAR */
.topnav {
	padding-top: 1px;
	padding-bottom: 8px;
	background: #f8f8f8;
	height: 29px;
	border-bottom: 1px solid #dcdddc;
	margin-top: -7px;
	z-index: 100;
	position: relative;
}

.topnav-links {
	padding-left: 171px;
	text-transform: uppercase;
}

.topnav-links li {
	font-family: "proxima N w01 Reg", "helvetica neue", "helvetica", sans-serif;
	font-size: 12px;
	list-style: none;
}

.topnav-left {
	float: left;
	margin-right: 30px;
}

.topnav-items a {
	color: #afafaf;
	-o-transition: color 0.2s ease-out;
	-ms-transition:color 0.2s ease-out;
	-moz-transition:color 0.2s ease-out;
	-webkit-transition: color 0.2s ease-out;
}

.topnav-items a:hover {
	color: #777777;
}

.topnav-items a.active {
	color: #00a89c;
	font-family: "proxima N w01 Reg", "helvetica neue", helvetica, sans-serif;
	font-weight: 800;
}

.topnav-right {
	float: right;
	padding-right: 171px;
}

.canvas {
	background: white;
	display: block;
	margin-left: auto;
	margin-right: auto;
	min-width: 1050px;
	overflow: hidden;
	min-height: 0px;
	position: relative;
	z-index: 50;
}

#headerWrapper {
	background: white;
	height: 132px;
	border-bottom: 1px solid #acacac;
	position: relative;

}

#header #logo {
	float: left;
}

#header #logo h1 {
	margin: 0;

}

#header #logo h1 a {
	padding:38px 0px 38px 171px;
	margin-top: 40px;
	background-repeat: no-repeat;
	background-image: url('http://insighthealthdata.com/blog/img/logoblack.png');
	background-position: right center;
	position: absolute;
	display: inline-block;
	width:145px;
	height: 55px;
	text-indent: -9999px;
	z-index: 105;
}

#header #topNav{
	float: right;
	margin-right: 171px;
	margin-top: 40px;	
}

#header #topNav #mainNavigation ul li {
	float: left;
	margin-left: 28px;
	letter-spacing: 1px;
}

#header #topNav #mainNavigation ul li a{
	color: #252525;
	font-family: "proxima N w01 light", "helvetica neue", "helvetica", sans-serif;
	font-size: 16px;
	font-weight: 500;
	padding: 41px 0;
	display: block;
	text-transform: uppercase;
	text-shadow:0 1px 10px rgba(0,0,0,0.3);
	-o-transition: color 0.2s ease-out;
	-ms-transition:color 0.2s ease-out;
	-moz-transition:color 0.2s ease-out;
	-webkit-transition: color 0.2s ease-out;
}

#header #topNav #mainNavigation ul li a.active-link, 
#header #topNav #mainNavigation ul li a:hover {
	font-family: "proxima N w01 light", "helvetica neue", "helvetica", sans-serif;
	font-weight: 500;
	color: #939593;
}	

#hero {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: -40px;
	height:400px;
	min-width: 1050px;
}

#hero .hero-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 50;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-bottom: #aaaaaa solid 1px;
}

.insightheading {
	position: relative;
	z-index: 100;
	width: 200px;
	margin-top: -50px;
	float: right;
	padding-right: 120px;
}

.fulltour {
	margin-right: auto;
	margin-left: auto;
	width: 1050px;
	min-height: 300px;
	height: 100%;
}

.boxwrap {
	width: 749px;
	margin: 50px 171px 50px 171px;
	box-shadow: 1px;
	min-width: 708px;
	height: 100%;
}

.blogpost_wrap {
	width: 749px;
	padding-bottom: 30px;
	min-height: 160px;
	padding-top: 35px;
}


.blogpost_picture1 {
	width: 143px;
	height: 143px;
	border-radius: 5px;
	border: 1px #aaaaaa solid;
	background-image: url('img/blogThumbnail.jpg');
	background-size: 150%;
	background-repeat: no-repeat;
	background-position: center;

}

.blogpost_picture2 {
	width: 143px;
	height: 143px;
	border-radius: 5px;
	border: 1px #aaaaaa solid;
	background-image: url('http://insighthealthdata.com/blog/img/fellows2012a.jpg');
	background-size: 160%;
	background-repeat: no-repeat;
	background-position: center;

}

.blogpost_picture3 {
	width: 143px;
	height: 143px;
	border-radius: 5px;
	border: 1px #aaaaaa solid;
	background-image: url('img/healthyheartbeat.jpg');
	background-size: 155%;
	background-repeat: no-repeat;
	background-position: right;

}

.blogpost_picture4 {
	width: 143px;
	height: 143px;
	border-radius: 5px;
	border: 1px #aaaaaa solid;
	background-image: url('http://insighthealthdata.com/blog/img/elizabethstudying.jpg');
	background-size: 155%;
	background-repeat: no-repeat;
	background-position: center;

}

.blogpost_picture5 {
	width: 143px;
	height: 143px;
	border-radius: 5px;
	border: 1px #aaaaaa solid;
	background-image: url('http://insighthealthdata.com/blog/img/chrismoodyheader2.jpg');
	background-size: 155%;
	background-repeat: no-repeat;
	background-position: center;

}

.blogpost_picture6 {
	width: 143px;
	height: 143px;
	border-radius: 5px;
	border: 1px #aaaaaa solid;
	background-image: url('http://insighthealthdata.com/blog/img/eliandsebastien.jpg');
	background-size: 155%;
	background-repeat: no-repeat;
	background-position: right;

}

.blogpost_picture7 {
	width: 143px;
	height: 143px;
	border-radius: 5px;
	border: 1px #aaaaaa solid;
	background-image: url('http://insighthealthdata.com/blog/img/couchtube.jpg');
	background-size: 200%;
	background-repeat: no-repeat;
	background-position: center;

}

.blogpost_picture8 {
	width: 143px;
	height: 143px;
	border-radius: 5px;
	border: 1px #aaaaaa solid;
	background-image: url('http://insighthealthdata.com/blog/img/fellows_shelby.jpg');
	background-size: 200%;
	background-repeat: no-repeat;
	background-position: center;

}

.blogpost_picture9 {
	width: 143px;
	height: 143px;
	border-radius: 5px;
	border: 1px #aaaaaa solid;
	background-image: url('http://insighthealthdata.com/blog/img/blogThumbnail.jpg');
	background-size: 150%;
	background-repeat: no-repeat;
	background-position: center;

}

.blogpost_picture10 {
	width: 143px;
	height: 143px;
	border-radius: 5px;
	border: 1px #aaaaaa solid;
	background-image: url('http://insighthealthdata.com/blog/img/johncian.jpg');
	background-size: 200%;
	background-repeat: no-repeat;
	background-position: center;

}

.blogpost_picture11 {
	width: 143px;
	height: 143px;
	border-radius: 5px;
	border: 1px #aaaaaa solid;
	background-image: url('http://insighthealthdata.com/blog/img/jenellegroup.jpg');
	background-size: 200%;
	background-repeat: no-repeat;
	background-position: center;

}

.blogpost_picture12 {
	width: 143px;
	height: 143px;
	border-radius: 5px;
	border: 1px #aaaaaa solid;
	background-image: url('http://insighthealthdata.com/blog/img/laurenfellows.jpg');
	background-size: 150%;
	background-repeat: no-repeat;
	background-position: left;

}

.blogpost_picture13 {
	width: 143px;
	height: 143px;
	border-radius: 5px;
	border: 1px #aaaaaa solid;
	background-image: url('http://insighthealthdata.com/blog/img/14bfellows_a.JPG');
	background-size: 200%;
	background-repeat: no-repeat;
	background-position: center;

}

.blogpost_picture14 {
	width: 143px;
	height: 143px;
	border-radius: 5px;
	border: 1px #aaaaaa solid;
	background-image: url('http://insighthealthdata.com/blog/img/Ryan-0177.jpg');
	background-size: 200%;
	background-repeat: no-repeat;
	background-position: center;

}

.blogpost_picture15 {
	width: 143px;
	height: 143px;
	border-radius: 5px;
	border: 1px #aaaaaa solid;
	background-image: url('http://insighthealthdata.com/blog/img/rick_seeger.jpg');
	background-size: 200%;
	background-repeat: no-repeat;
	background-position: center;
}

.blogpost_picture16 {
	width: 143px;
	height: 143px;
	border-radius: 5px;
	border: 1px #aaaaaa solid;
	background-image: url('http://insighthealthdata.com/blog/img/ryan_databricks.jpg');
	background-size: 200%;
	background-repeat: no-repeat;
	background-position: center;
}

.blogpost_picture17 {
	width: 143px;
	height: 143px;
	border-radius: 5px;
	border: 1px #aaaaaa solid;
	background-image: url('http://insighthealthdata.com/blog/img/janusz_action.jpg');
	background-size: 200%;
	background-repeat: no-repeat;
	background-position: center;
}

.blogpost_picture18 {
	width: 143px;
	height: 143px;
	border-radius: 5px;
	border: 1px #aaaaaa solid;
	background-image: url('http://insighthealthdata.com/blog/img/insightsession.png');
	background-size: 200%;
	background-repeat: no-repeat;
	background-position: center;
}

.blogpost_picture19 {
	width: 143px;
	height: 143px;
	border-radius: 5px;
	border: 1px #aaaaaa solid;
	background-image: url('http://insighthealthdata.com/blog/img/pipeline_screenshot.png');
	background-size: 200%;
	background-repeat: no-repeat;
	background-position: center;
}

.blogpost_picture20 {
	width: 143px;
	height: 143px;
	border-radius: 5px;
	border: 1px #aaaaaa solid;
	background-image: url('http://insighthealthdata.com/blog/css/img/austin-akshay.jpg');
	background-size: 200%;
	background-repeat: no-repeat;
	background-position: center;
}

.blogpost_picture21 {
	width: 143px;
	height: 143px;
	border-radius: 5px;
	border: 1px #aaaaaa solid;
	background-image: url('http://insighthealthdata.com/blog/css/img/cassie/guang_helping.jpg');
	background-size: 210%;
	background-repeat: no-repeat;
	background-position: center;
}

.blogpost_picture22 {
	width: 143px;
	height: 143px;
	border-radius: 5px;
	border: 1px #aaaaaa solid;
	background-image: url('http://insighthealthdata.com/blog/css/img/13cfellows.jpg');
	background-size: 200%;
	background-repeat: no-repeat;
	background-position: center;
}

.blogpost_picture23 {
	width: 143px;
	height: 143px;
	border-radius: 5px;
	border: 1px #aaaaaa solid;
	background-image: url('http://insighthealthdata.com/blog/css/img/mapmycab/preetika-working.jpg');
	background-size: 150%;
	background-repeat: no-repeat;
	background-position: center;
}

.blogpost_picture24 {
	width: 143px;
	height: 143px;
	border-radius: 5px;
	border: 1px #aaaaaa solid;
	background-image: url('http://insighthealthdata.com/blog/css/incr-short-dist-graphx/img/akshayboard.jpg');
	background-size: 150%;
	background-repeat: no-repeat;
	background-position: center;
}

.blogpost_picture25 {
	width: 143px;
	height: 143px;
	border-radius: 5px;
	border: 1px #aaaaaa solid;
	background-image: url('http://insighthealthdata.com/blog/css/hadoopdevops/img/hadoopaws.png');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.blogpost_picture26 {
	width: 143px;
	height: 143px;
	border-radius: 5px;
	border: 1px #aaaaaa solid;
	background-image: url('http://insighthealthdata.com/blog/img/monicagroup_thumbnail.jpg');
	background-size: 160%;
	background-repeat: no-repeat;
	background-position: left;
}

.blogpost_picture32 {
	width: 143px;
	height: 143px;
	border-radius: 5px;
	border: 1px #aaaaaa solid;
	background-image: url('../international-womens-day/img/international_womens_day.jpg');
	background-size: 135%;
	background-repeat: no-repeat;
	background-position: center;
}

.blog_content {
	width: 540px;
	margin-top: -150px;
	margin-left: 200px;
}

.divider {
	height: 1px;
	border-top: 1px #aaaaaa solid;
	padding-bottom: 50px;
	margin-top: 50px;
	opacity: 0.3;
}


/* FOOTER START HEIGHT is 672 */

#footer {
	height: 260px;
	width: auto;
}

.footerwrapper {
	margin-right: auto;
	margin-left: auto;
	height: 200px;
	width: 1050px;
	border-top: 1px solid #dcdddc;
}

#herofooter {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 260px;
	min-width: 1050px;
}

#herofooter .hero-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 50;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;

}

.footerheading {
	color: white;
}

.footergrid {
	padding-top: 15px;
	margin-left: 0px;
	padding-left: 0px;
}

.footerlist {
	display: inline-block;
}

ul.footerlist {
	padding-left: 50px;
}

ul.footerlist li {
	font-family: "proxima N w01 Reg", "helvetica neue", "helvetica", sans-serif;
	font-size: 14px;
	color: #a4a6a4;
	padding-top: 5px;
	letter-spacing: 0.7px;
	padding-left: 0px;
}

ul.footerlist li:hover {
	color: #7c7c7c;
}

.insightlogo {
	background-image: url('http://insighthealthdata.com/blog/img/insightlogo.png');
	background-repeat:no-repeat;
	margin-left: auto;
	margin-right: auto;
	height: 70px;
	width:145px;
	margin-top: -130px;
	background-size: 100%;
	background-position: center center;
}

.copyright {
	float:right;
	display: inline-block;
	text-align: right;
	padding-right: 50px;
}

.copyright li {
	font-family: "proxima N w01 Reg", "helvetica neue", "helvetica", sans-serif !important;
	font-size: 14px;
	padding-top: 5px;
	color: #a4a6a4;
}
/* FOOTER END */