/*
Theme Name: LaPlant Consulting
Theme URI: 
Author: Seattle Web Group
Author URI: http://www.seattlewebgroup.com
Description: Theme for LaPlant Consulting based off Twenty Eleven theme
Version: 1.4
License: GNU General Public License
License URI: license.txt
Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background-color: #ffffff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


/* =Structure
----------------------------------------------- */

body {
background-position:center -30px;
background-repeat:no-repeat;
}
#page {
	margin: 0 auto;
	padding: 0;
	width:100%;
}
#primary {
	float: left;
	margin: 0 -26.4% 0 0;
	width: 100%;
}
#content {
	margin: 0 34% 0 7.6%;
	width: 58.4%;
}
#secondary {
	float: right;
	margin-right: 7.6%;
	width: 18.8%;
}

/* Singular */
.singular #primary {
	margin: 0;
}
.singular #content,
.left-sidebar.singular #content {
	margin: 0 7.6%;
	position: relative;
	width: auto;
}

/* Attachments */
.singular .image-attachment .entry-content {
	margin: 0 auto;
	width: auto;
}
.singular .image-attachment .entry-description {
	margin: 0 auto;
	width: 68.9%;
}

/* Showcase */
.page-template-showcase-php #primary,
.left-sidebar.page-template-showcase-php #primary {
	margin: 0;
}
.page-template-showcase-php #content,
.left-sidebar.page-template-showcase-php #content {
	margin: 0 7.6%;
	width: auto;
}
.page-template-showcase-php section.recent-posts {
	float: right;
	margin: 0 0 0 31%;
	width: 69%;
}
.page-template-showcase-php #main .widget-area {
	float: left;
	margin: 0 -22.15% 0 0;
	width: 22.15%;
}

/* error404 */
.error404 #primary {
	float: none;
	margin: 0;
}
.error404 #primary #content {
	margin: 0 7.6%;
	width: auto;
}

/* Alignment */
.alignleft {
float: left;
margin:7px 18px 14px 0; 
}
.alignright {
float: right;
margin:7px 0 14px 18px; 
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Right Content */
.left-sidebar #primary {
	float: right;
	margin: 0 0 0 -26.4%;
	width: 100%;
}
.left-sidebar #content {
	margin: 0 7.6% 0 34%;
	width: 58.4%;
}
.left-sidebar #secondary {
	float: left;
	margin-left: 7.6%;
	margin-right: 0;
	width: 18.8%;
}



/* =Global
----------------------------------------------- */

body, input, textarea {
		color: #404041;
	color: #5A5758;
	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
	font-size: 13px;
		line-height: 19px;
	line-height: 18px;
	font-weight: normal;
}

body {
background-position:center top;
background-repeat:no-repeat;
}

#page {
}

/* Headings */
h1,h2,h3,h4,h5,h6 {

}
hr {
	background-color: #9C8560;
	border: 0;
	height: 1px;
	margin: 20px 0px;
}

/* Text elements */

dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}

abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Forms */
input[type=text],
input[type=password],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;
}
input#s {
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
}
input#searchsubmit {
	display: none;
}

/* Links */
a {
	color: #4e97a0;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	color: #000000;
	text-decoration: none;
}


	.page-template-newslist .content a,
	.page-template-page-news-php .content a {
			text-decoration: none;
		text-decoration: underline;
	}

		.page-template-newslist .content a:hover,
		.page-template-page-news-php .content a:hover {
			color: #000000;
			text-decoration: underline;
		}
	
	a.redBold {
	color: #000000;
	font-weight:bold;
	}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 13px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}


/* =Header
----------------------------------------------- */

.headerFrame {
height:96px;
padding-top: 0px;
border-bottom:solid 14px #E9E9DF;
}
	.page-template-home-php .headerFrame {
	border:0;
	}
	
#branding {
margin: 0 0 0 0;
height:96px;
width:100%;
background-color:#ffffff;
}

	.page-template-home-php .headerFrame {
	}
	
#branding .headerBox {
	margin: 0 auto 0 auto;
	width:1024px;
}

#site-title {
float: left;
margin: 42px 0 0 32px;
padding:0;
}

#branding hgroup {
	margin: 0 auto 0 auto;
	height:44px;
}


/* =Menu
-------------------------------------------------------------- */

ul.login {
	float:right;
		margin:0 0 0 0;
		padding:0;
		list-style-type:none;
	}
	
		ul.login li {
			float:left;
		}
		
			ul.login li a {
				display:none;
				margin: 0px 36px 0px 0px;
				padding: 5px 15px 5px 15px;
				color:#ffffff;
				background-color:#93988E;
				text-transform:uppercase;
				font-weight: 700;
				font-family: "proxima-nova", Arial, Helvetica, sans-serif;
				font-size: 11px;
				line-height: 11px;
			}
			
			.page-template-home-php ul.login li a {
				display:block;
			}
			
.NavFrame {
	width: 790px;
	float:right;
	}

			
#access {
	margin: 0;
	width: auto;
	float:right;
}
	
	#access .menu-main-navigation-container {
	margin:0 auto 0 auto;
	height:52px;
	float:left;
	}
		
		#access ul {
			font-size: 13px;
			list-style: none;
			margin: 0 0 0 -0.8125em;
			padding-left: 0;
		}
		
		#access ul#menu-main-navigation {
		padding:0 19px 0 0 ;
		height:52px;
		}
			
			#access li {
				margin:0 3px 0 3px;
				padding: 4px 4px 0px 4px;
				float: left;
				background-image:url(images/main-nav-bg01.png);
				background-image:none;
				background-repeat:no-repeat;
				background-position:right 11px;
				position:relative;
			}
					
					#access li.last {
					background-image:none;
					}
						
				#access a {
					color: #93988e;
					display: block;
					padding: 16px 8px 20px 8px;
					font-family:"freight-text-pro",serif;
					font-size:12px;
					line-height:12px;
					height:auto;
					font-weight:400;
					text-decoration: none;
					text-transform: uppercase;
					letter-spacing:0.1em;
				}
						
						#access li:hover > a,
						#access a:focus {
							background-color: #E9E9DF;
						}
						
						#access li.selected > a {
							background-color: #E9E9DF;
							color: #333333;
						}
						
						
		#access ul div.flydownWrapperFrame {
				display: block;
			display: none;
			margin: 0;
			padding: 0;
			position: absolute;
			top: 52px;
			left: 4px;
			z-index: 99998;
			background-color:#E9E9DF;
			white-space: nowrap;
		}
			
			#access ul div.flydownWrapper {
				margin: 0 auto 0 auto;
				padding: 0 0px 0px 0px;
				z-index: 99999;
			}
				
				#access ul.sub-menu {
					margin: 0px 0 0 0;
					padding: 12px 11px 12px 11px;
				}
	
					
					#access ul ul li {
					float:none;
					margin: 0 0 0 0;
					padding: 1px 0 0 0;
					background-image:url(images/nav-flydown-bg-rule01.png);
					background-repeat:repeat-x;
					background-position:0px 0px;
					}
					
					#access ul ul li.last {
					background-image:url(images/nav-flydown-bg-rule01.png);
					}
											
						#access ul ul a,
						#access ul li.first ul a,
						#access ul ul li.first a {
						color: #93988e;
						display: block;
						padding: 8px 6px 8px 4px;
						text-decoration: none;
						text-transform: uppercase;
						}						
							#access ul ul a span {
							height:auto;
							}
							
						#access ul li:hover > div.flydownWrapperFrame {
							display: block;
						}

						#access ul li#menu-item-technology-expertise:hover > div.flydownWrapperFrame {
							display: none;
						}
						
						
						#access ul ul li.selected > a,
						#access ul ul li:hover > a,
						#access ul ul a:focus {
							background-color: #FFFFFF;
						}


#utility {
	float:right;
	height:32px;
	padding-top:2px;
}

	#utility ul {
		margin:0;
		padding:0;
		list-style-type:none;
		height:32px;
	}
	
		#utility ul li {
				float: left;
				background-repeat:no-repeat;
				background-position:right 11px;
		}
		
		#utility ul li.last {
			background-image:none;
		}
		
			#utility ul li a {
				color: #00467e;
				display: block;
					padding: 0 6px 0 4px;
				font-family:"proxima-nova",sans-serif;
				font-size:10px;
				line-height:32px;
				height:32px;
				font-weight:700;
				text-decoration: none;
				text-transform: uppercase;
			}
						
					#utility li.last a {
					padding-right:0px;
					}
								
			#utility ul li a:hover {
				color: #000000;
			}
			
			#utility ul ul {
				display: none;
			}
			
			



#access2 {
margin: 0;
padding: 0;
width: auto;
}
	
		#access2 ul {
			font-size: 13px;
			list-style: none;
			margin:3px 0 0 0;
			padding:0 0 0 0;
		}
			
			#access2 li {
			margin: 0 0 4px 0;
			padding: 0 0 0 0;
			}
	

				#access2 a {
					color: #418897;
					display: block;
					padding: 3px 0 2px 12px;
					width: 127px;
					font-family:"proxima-nova",sans-serif;
					font-weight:400;
					font-size:12px;
					line-height:15px;
					text-decoration: none;
					background-repeat:no-repeat;
					position:relative;
					left:-11px;
				}

						.page-template-page-blog-php #access2 a,
						.single #access2 a,
						.archive #access2 a,
						.page-template-page-blog-videos-php #access2 a,
						.page-template-page-blog-industry-news-php #access2 a,
						.page-template-page-blog-events-php #access2 a {
						width: auto;
						}
					
				
					#access2 li:hover > a,
					#access2 ul ul :hover > a,
					#access2 a:focus {
					color: #666666;
					}
	
					#access2 li.selected > a {
					color: #666666;
					background-color:red;
					background-color:#E9E9DF;
					}
			
			#access2 ul ul {
				margin:0 0 0 9px;
				padding: 0 0 0 0;
			}

				#access2 ul ul a {
					font-weight:400;
					width: auto;
				}
	
		






/* Search Form */
#branding #searchform {
	position: absolute;
	top: 3.8em;
	right: 7.6%;
	text-align: right;
}
#branding #searchform div {
	margin: 0;
}
#branding #s {
	float: right;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	width: 72px;
}
#branding #s:focus {
	background-color: #f9f9f9;
	width: 196px;
}
#branding #searchsubmit {
	display: none;
}
#branding .only-search #searchform {
	top: 5px;
	z-index: 1;
}
#branding .only-search #s {
	background-color: #666;
	border-color: #000;
	color: #222;
}
#branding .only-search #s,
#branding .only-search #s:focus {
	width: 85%;
}
#branding .only-search #s:focus {
	background-color: #bbb;
}
#branding .with-image #searchform {
	top: auto;
	bottom: -27px;
	max-width: 195px;
}
#branding .only-search + #access div {
	padding-right: 205px;
}




.banner {
}
	
	.banner img {
	display:block;
	margin: 0 auto 0 auto;
	}
	
.bannerHome {
margin: 0 auto 0 auto;
}


	
	.bannerHomeProof {
	height:378px;
	}

	.slideshowFrame {
        width: 100%;
		
		margin: 0px auto 0px auto;
		width: 1024px;
		
		padding:0 0 0 0;
        height: 378px;
		position:relative;
		overflow:hidden;
		clear:both;
        background-image: url(images/home-slideshow-bg01.png);
	}

	.slideshowFrame .items {
        width: 100%;
		height:378px;
	}
	
	    .slideshowFrame .items .slide {
		position:relative;
			color:#ececec;
        width: 100%;
			height:378px;
	    }
		
	    .slideshowFrame .items .slide .slideBottomBar {
		position:absolute;
		width:100%;
		bottom:0px;
		height:12px;
	    }
		
		    .slideshowFrame .items .slideTheme1 .slideBottomBar {	background-image:url(images/home-slideshow-border01.png);	}
		    .slideshowFrame .items .slideTheme2 .slideBottomBar {	background-image:url(images/home-slideshow-border02.png);	}
		    .slideshowFrame .items .slideTheme3 .slideBottomBar {	background-image:url(images/home-slideshow-border03.png);	}
		    .slideshowFrame .items .slideTheme4 .slideBottomBar {	background-image:url(images/home-slideshow-border04.png);	}
			
	    .slideshowFrame .items .slideInner {
			margin:0px auto 0px auto;
        width: 1024px;
			height:378px;
	    }
		
		

		    .slideshowFrame .items .slide .text {
				float:left;
		        width: 361px;
				margin:0 0 0 0;
				padding:125px 0 0 0;
		    }
			
			
		
				    .slideshowFrame .items .slideTheme1 .text {
						padding-top:78px;
				    }
		
				    .slideshowFrame .items .photoOnLeft .text {
						float:right;
				        width: 343px;
				    }
		
			    .slideshowFrame .items div h2 {
					margin:0 0 8px 40px;
					padding:0 0 0 0;
					display: block;
					font-family: "freight-text-pro", serif;
					font-weight: 400;
					font-size: 27px;
					line-height: 35px;
					color:#78876b;
			    }
		
				    .slideshowFrame .items .slideTheme2 h2 {
						color:#b9774b;
				    }
		
				    .slideshowFrame .items .slideTheme3 h2 {
						color:#9c8560;
				    }
		
				    .slideshowFrame .items .slideTheme4 h2 {
						color:#44696d;
				    }
		
				    .slideshowFrame .items .photoOnLeft h2 {
						margin-left:36px;
				    }
		
				    .slideshowFrame .items div h2 strong {
						font-weight: 700;
				    }
			
			    .slideshowFrame p {
					margin: 0px 0 0 40px;
					padding: 10px 0 0 0;
					display: block;
					font-family:"proxima-nova",sans-serif;
					font-size:19px;
					line-height:27px;
					font-weight:300;
					text-transform: none;
					color:#ececec;
			    }
		
			    .slideshowFrame .moreLink {
					float:left;
			    }
		
		    .slideshowFrame .items .slide .image {
				float:right;
		        width: 663px;
		    }

				    .slideshowFrame .items .photoOnLeft .image {
						float:left;
				        width: 681px;
				    }
		
	
	    .slideshowFrame .items div {
			width:1024px;
			height:110px;
			color:#ececec;
	    }

		.slideshow-button-prev {
		display:none;
		}

		.slideshow-button-next {
		display:none;
		width:49px;
		height:49px;
		position:relative;
		left:893px;
		top:106px;
		z-index:9999;
		}

			.slideshow-button-next:hover {
			cursor:pointer;
			}
	
			.slideshow-button-next span {
			display:none;
			}

	ul#slideNav {
	position:relative;
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 936px;
	height:9px;
	top: -353px;
	left: 0px;
	z-index:9004;
	}
	
		ul#slideNav li {
		float:left;
		list-style-type:none;
		margin: 0px;
		padding: 0px;
		}
		
			ul#slideNav li a {
			display:block;
			width:11px;
			height:9px;
			margin-left:3px;
			background-image:url(images/home-slideshow-nav-sprite01.png);
			background-position: -11px 0px;
			text-decoration:none;
			}
		
			ul#slideNav li.activeSlide a {
			background-position: 0px 0px;
			}
		

		


/* =Content
----------------------------------------------- */

#main {
	width: 1024px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
}

	.page-template-home-php #main {
		padding-bottom:34px;
	}
	
.contentFrame {
	margin: 0 auto 0 auto;
	width:940px;
	min-height:300px;
}


.homeTileSlideshow {
margin: 30px 0 0 0;
padding: 0 0 0 0;
}

	.homeTileSlideshow .homeTile {
	float:left;
	width:275px;
	padding: 0 3px 0 42px;
	font-family: "proxima-nova", serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 19px;
	color:#333333;
	}
	
		.homeTileSlideshow .homeTile h3 {
		float:left;
		width:275px;
		margin: 0 0 10px 0;
		padding: 0 0 0 0;
		font-family: "freight-text-pro", serif;
		font-weight: 400;
		font-size: 20px;
		line-height: 24px;
		color:#333333;
		}
	
		.homeTileSlideshow .homeTile p {
		margin: 0 0 0 0;
		}
		
		.homeTileSlideshow .homeTile .moreLink {
		color:#418897;
		width: 209px;
		margin-top: 14px;
		font-size: 13px;
		}


		
	#slideNav2frame {
	margin: 7px auto 0px auto;
	padding: 0px 63px 0px 0px;
	width:109px;
	height:17px;
	}

	a#slideNav2_prev {
	float:left;
	display:block;
	padding:0px 14px 0px 0px;
	width:20px;
	height:17px;
	background-image:url(images/home-slideshow2-prev01.png);
	background-position: left center;
	text-decoration:none;
	background-repeat: no-repeat;
	}

	a#slideNav2_next {
	float:left;
	display:block;
	padding:0px 0px 0px 14px;
	width:20px;
	height:17px;
	background-image:url(images/home-slideshow2-next01.png);
	background-position: right center;
	text-decoration:none;
	background-repeat: no-repeat;
	}

	ul#slideNav2 {
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:17px;
	list-style-type:none;
	}
	
		ul#slideNav2 li {
		float:left;
		margin: 0px;
		padding: 0px;
		height:17px;
		}
		
			ul#slideNav2 li a {
			display:block;
			width:11px;
			height:17px;
			margin:0px 2px 0px 2px;
			padding:0px 0px 0px 0px;
			background-image:url(images/home-slideshow2-nav-sprite01.png);
			background-position: -11px center;
			background-repeat: no-repeat;
			text-decoration:none;
			}
			
				#slideNav2frame a span {
				display:none;
				}
			
			ul#slideNav2 li.activeSlide a {
			background-position: 0px center;
			}
		

			
	
	
section.sidebar {
float:left;
width:128px;
margin:0 10px 0 0;
padding: 0 0 0 0;
	color: #404041;
color: #5A5758;
}

	.page-template-page-inside-main-php section.sidebar {
	display:none;
	}

		.page-template-page-blog-php section.sidebar,
		.single section.sidebar,
		.archive section.sidebar,
		.page-template-page-blog-videos-php section.sidebar,
		.page-template-page-blog-industry-news-php section.sidebar,
		.page-template-page-blog-events-php section.sidebar
		{
		width:112px;
		font-size:11px;
		}
	
	section.sidebar ul {
	margin:0px;
	padding:0px;
	text-indent:0px;
	list-style-type:none;
	}
	
		section.sidebar ul li {
		margin:0px;
		padding:0px;
		text-indent:0px;
		list-style-type:none;
		}
		
	section.sidebar nav {
	}
	
		section.sidebar nav p {
		margin:0 0 9px 0;
		}
		
		section.sidebar nav a {
		font-weight:bold;
		text-decoration: underline;
		}
		
		section.sidebar nav a:hover {
		color: #000000;
		font-weight:bold;
		text-decoration: underline;
		}
		
	.news-latest {
	padding-top:2px;
	}
	
		.news-latest a {
		color: #404041;
		text-decoration: none;
		}

		.news-latest a:hover {
			color: #404041;
		color: #000000;
		text-decoration: underline;
		}

		.news-latest h2 {
		padding:0px 0 8px 1px;
		}

		.news-latest .news-item {
		padding:0 0 3px 0;
		}

			.news-latest .news-item .news-date {
			font-weight:bold;
			}

			.news-latest .news-item p {
			padding:0 0 0 0;
			}
		
	section.sidebar ul li.widget-container,
	section.sidebar2 ul li.widget-container {
	margin: 0px 0 20px 0;
	padding:0 0 5px 0;
	border-bottom: solid 1px #7FC9E6;
	font-size: 10px;
	line-height: 12px;
	}
	
	section.sidebar ul li.widget_rss_links {
	border-bottom: 0;
	margin: 0 0 0 0;
	}
	
	section.sidebar ul li.blog_nav {
	border-bottom: 0;
	margin: 0 0 29px 0;
	}
	
		.widget-container h2.widget-title,
		.widget-container h3.widget-title {
		margin:0 0 0 0;
		padding:8px 5px 3px 5px;
		list-style-type:none;
		font-family: "proxima-nova",sans-serif;
		font-size:12px;
		line-height:16px;
		font-weight:bold;
		color: #fff;
		background-color: #666;
		border:0;
		}
		
		.widget-container ul {
		margin:0 0 0 0;
		padding:0 0 0 0;
		list-style-type:none;
		}
		
			.widget-container ul li {
			margin:0 0 0 0;
			padding:0px 0 10px 0;
			}
				
				.widget-container ul li a {
				margin:0 0 0 0;
				padding:0 0 0 0;
				font-weight:bold;
				color:#003366;
				}

	.widget_rss_links h3.widget-title {
	display:none;
	}
	
	.widget_rss_links ul#rss a {
	margin:1px 0px 5px 0px;
	font-size: 0;
	height: 20px;
	line-height: 20px;
	display: block;
	background-repeat:no-repeat;
	}
	
	.page-template-page-blog-events-php li.widget_categories,
	.page-template-page-blog-industry-news-php li.widget_categories,
	.page-template-page-blog-videos-php li.widget_categories,
	.page-template-page-blog-events-php li.featured_authors,
	.page-template-page-blog-industry-news-php li.featured_authors,
	.page-template-page-blog-videos-php li.featured_authors,
	.page-template-page-blog-events-php li.guest_authors,
	.page-template-page-blog-industry-news-php li.guest_authors,
	.page-template-page-blog-videos-php li.guest_authors,
	.page-template-page-blog-events-php li.widget_archive,
	.page-template-page-blog-industry-news-php li.widget_archive,
	.page-template-page-blog-videos-php li.widget_archive {
	display:none;
	}
	
	section.sidebar ul li.widget_categories {
	margin:0px 0px 30px 0px;
	}
	
		section.sidebar .widget_categories ul {
		margin:7px 0 -2px 0;
		}
	
			section.sidebar .widget_categories ul li {
			margin:4px 0;
			}
		
			section.sidebar .widget_categories ul li.cat-item-1 {
			display:none;
			}
			
	section.sidebar ul li.featured_authors {
	margin:0px 0px 30px 0px;
	border:0;
	}
	
		section.sidebar .featured_authors ul {
		margin:1px 0 0px 0;
		}
	
			section.sidebar .featured_authors ul li {
			margin:4px 0;
			padding:2px 0 9px 0;
			border-bottom:solid 1px #7FC9E6;
			}
		
			section.sidebar .featured_authors ul li img {
			display:block;
			margin-bottom: 2px;
			}
	
			section.sidebar .featured_authors ul li a span {
			font-weight:normal;
			display:block;
			margin-top: 1px;
			}
	
			
	section.sidebar ul li.guest_authors {
	margin:0px 0px 30px 0px;
	}
	
		section.sidebar .guest_authors ul {
		margin:10px 0 0px 0;
		}
	
			section.sidebar .guest_authors ul li {
			margin:4px 0;
			padding:0 0 11px 0;
			}
		
			section.sidebar .guest_authors ul li img {
			display:block;
			margin-bottom: 2px;
			}
	
			section.sidebar .guest_authors ul li a span {
			font-weight:normal;
			display:block;
			margin-top: 1px;
			}
	
	section.sidebar ul li.widget_archive {
	margin:0px 0px 30px 0px;
	}
	
		section.sidebar .widget_archive ul {
		margin:10px 0 0px 0;
		}
	
			section.sidebar .widget_archive ul li {
			margin:4px 0;
			}
		
			section.sidebar .widget_archive ul li img {
			display:block;
			margin-bottom: 2px;
			}
	
			section.sidebar .widget_archive ul li a span {
			font-weight:normal;
			display:block;
			margin-top: 1px;
			}
	
			
		


section.content {
float:left;
width:516px;
margin:0 40px 0 0;
padding:0px 0 0 21px;
font-family:"proxima-nova",sans-serif;
font-size:15px;
line-height:25px;
font-weight:400;
color:#4b4b4b;
background-image:url(images/vertical-rule01.png);
background-repeat:repeat-y;
background-position:0px 0px;
}


	.page-template-page-inside-main-php section.content {
	padding:0px;
	width:540px;
	background-image:none;
	}

		.page-template-page-blog-php section.content,
		.single section.content,
		.archive section.content,
		.page-template-page-blog-videos-php section.content,
		.page-template-page-blog-industry-news-php section.content,
		.page-template-page-blog-events-php section.content
		 {
		width:780px;
		}

			.page-template-page-blog-php section.content article.page,
			.single section.content article.page,
			.archive section.content article.page,
			.page-template-page-blog-industry-news-php section.content article.page,
			.page-template-page-blog-events-php section.content article.page
			 {
			padding-top:0px;
			padding-left:9px;
			padding-right:9px;
			float:left;
			width:500px;
			border-left:solid 1px #999999;
			border-right:solid 1px #999999;
			min-height: 1000px;
			}
	
				.page-template-page-blog-videos-php section.content article.page
				 {
				padding-left:9px;
				padding-right:0px;
				float:left;
				width: 770px;
				border-left:solid 1px #999999;
				}
				
					.page-template-page-blog-videos-php section.content article.page article.page
					 {
					padding:0px;
				padding-top:30px;
					float:none;
					width:auto;
					border:0;
					}
				
			.page-template-page-blog-php section.content .sidebar2,
			.single section.content .sidebar2,
			.archive section.content .sidebar2,
			.page-template-page-blog-videos-php section.content .sidebar2,
			.page-template-page-blog-industry-news-php section.content .sidebar2,
			.page-template-page-blog-events-php section.content .sidebar2
			 {
			float:right;
			width:250px;
			margin-top:32px;
			}
	
				.page-template-page-blog-php section.videos .sidebar2,
				.single section.videos .sidebar2,
				.archive section.videos .sidebar2,
				.page-template-page-blog-videos-php section.videos .sidebar2,
				.page-template-page-blog-industry-news-php section.videos .sidebar2,
				.page-template-page-blog-events-php section.videos .sidebar2
				 {
				width:0px;
				display:none;
				}
	
	.page-template-home-php #main section.content {
		background-color:#D6DD3D;
	background-color:#DCEB50;
	width:100%;
	margin: 0;
	padding: 0 0 20px 0;
	float:none;
	}
			
			.page-template-home-php #main section.content a {
			color:#404041;
			text-decoration:none;
			}
			
			.page-template-home-php #main section.content a:hover {
				color:#404041;
			color: #000000;
			text-decoration:underline;
			}
			
		.page-template-home-php #main section.content #content {
		margin:0 auto 0 auto;
		width: 962px;
		font-family:"proxima-nova",sans-serif;
		font-size:13px;
		line-height:17px;
		color:#404041;
		}
	
			.welcome-block {
			margin: 23px 0 0 53px;
			padding: 0;
			float:left;
			width:335px;
			}
	
				.welcome-block p {
				margin: 0;
				padding: 0;
				}
		
			.news-block {
			margin: 22px 0 0 14px;
			padding: 0;
			float:left;
			width:220px;
			}
		
				.content .news-block h2 {
				margin: 0 0 7px 0;
				background-repeat:no-repeat;
				height:16px;
				}
		
					.news-block h2 span {
					display:none;
					}
			
				.news-block h3 {
				margin: 0 0 1px 0;
				font-weight:bold;
				}
			
				.news-block p {
				margin: 0 0 0 0;
				}
		
			.insights-block {
			margin: 22px 0 0 14px;
			padding: 0;
			float:left;
			width:250px;
			}
		
				.content .insights-block h2 {
				margin: 0 0 7px 0;
				background-repeat:no-repeat;
				height:16px;
				}
		
					.insights-block h2 span {
					display:none;
					}
			
				.insights-block h3 {
				margin: 0 0 3px 0;
				font-weight:bold;
				}
			
				.insights-block p {
				margin: 0 0 0 0;
				}

	.page-template-home-php #main section.contentLower {
		margin:0 auto 0 auto;
		padding:0 0 17px 0;
		width: 962px;
	}
			
		.page-template-home-php #main section.contentLower .graphic {
			margin:21px 0 0 402px;
		}
				
			.page-template-home-php #main section.contentLower .graphic a {
				display:block;
				width: 371px;
				height: 61px;
			}
					
				.page-template-home-php #main section.contentLower .graphic a:hover {
					background-position:0px -61px;
				}
						
				.page-template-home-php #main section.contentLower .graphic a span {
					display:none;
				}
						
	
		.page-template-home-php #main section.contentLower .photo {
			float:right;
			position:relative;
			top:-196px;
			margin:0 18px -200px 0;
		}


	.page-template-page-inside-contact-php section.content {
	padding:0px;
	width:259px;
	background-image:none;
	color:#666666;
	font-size:13px;
	line-height:19px;
	}

		.page-template-page-inside-contact-php section.content em {
		font-style:normal;
		width:53px;
		display:inline-block;
		}
	



section.sidebar2 {
float:right;
width: 218px;
margin-right: 3px;
color:#666666;
font-size: 13px;
line-height: 19px;
}				

		.page-template-page-inside-main-php section.sidebar2 {
		width:300px;
		margin-right:1px;
		}				

		.page-template-page-inside-contact-php section.sidebar2 {
		float:left;
		padding-left:19px;
		background-image:url(images/vertical-rule01.png);
		background-repeat:repeat-y;
		background-position:0px 0px;
		width: 383px;
		}				

	section.sidebar2 h2 {
	margin:2px 0px 15px 0px;
	padding:0px 0px 0px 0px;
	font-family: "freight-text-pro", serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 22px;
	color:#666666;
	}				
	
	section.sidebar2 h3 {
	margin:0px 0px 15px 0px;
	padding:0px 0px 0px 0px;
	font-family: "freight-text-pro", serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 22px;
	color:#666666;
	color:#333333;
	}				
	
	section.sidebar2 h4 {
	margin:8px 0px 2px 0px;
	padding:9px 0px 0px 0px;
	font-family: "proxima-nova", sans-serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 15px;
	color:#666666;
	background-image:url(images/rule-dash01.png);
	background-repeat:repeat-x;
	background-position:0px 0px;
	}				
	
	section.sidebar2 p {
	margin:0px 0px 8px 0px;
	padding:0px 0px 0px 0px;
	}				
	
	section.sidebar2 a {
	color:#418897;
	}				


	section.sidebar2 .quoteBox {
	border-top: solid 6px #E2BE6A;
	border-bottom: solid 1px #E2BE6A;
	margin:9px 0px 25px 0px;
	padding:16px 4px 17px 4px;
	font-family: "proxima-nova", sans-serif;
	font-weight: 400;
	font-size: 10px;
	line-height: 16px;
	color:#9c8560;
	text-transform:uppercase;
	}				
		
			.section-approach section.sidebar2 .quoteBox {
			border-top: solid 6px #3D5E5D;
			border-bottom: solid 1px #3D5E5D;
			}				
			
			.section-about section.sidebar2 .quoteBox,
			.section-about-us section.sidebar2 .quoteBox {
			border-top: solid 6px #9c8560;
			border-bottom: solid 1px #9c8560;
			}				
			
			
	
		section.sidebar2 .quoteBox h3 {
		margin:0px 0px 15px 0px;
		padding:0px 0px 0px 0px;
		font-family: "proxima-nova", sans-serif;
		font-weight: 300;
		font-size: 22px;
		line-height: 26px;
		color:#9c8560;
		text-transform:none;
		}				
	
		section.sidebar2 .quoteBox p {
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		}				
	
	
	section.sidebar2 .linkBox,
	section.sidebar2 .linkBox2 {
	margin:0px 0px 25px 0px;
	}				

	section.sidebar2 .linkBox2 {
	margin:10px 0px 25px 0px;
	padding:10px 0px 0px 0px;
	border-top: solid 6px #999999;
	}				

			.section-clients section.sidebar2 .linkBox2 {
			border-top: solid 6px #78876B;
			}				
	
			.section-about section.sidebar2 .quoteBox,
			.section-about-us section.sidebar2 .quoteBox {
			border-top: solid 6px #9C8560;
			}
			
			.section-careers section.sidebar2 .linkBox2 {
			border-top: solid 6px #DC8A53;
			}
	
		section.sidebar2 .linkBox h3,
		section.sidebar2 .linkBox2 h3 {
		color:#333333;
		margin-bottom: 7px;
		}				
	
		section.sidebar2 .linkBox p,
		section.sidebar2 .linkBox2 p {
		margin: 0px 0px 6px 0px;
		}				
	
		section.sidebar2 .linkBox a,
		section.sidebar2 .linkBox2 a {
	
		}				
	
		section.sidebar2 .linkBox .moreLink,
		section.sidebar2 .linkBox2 .moreLink {
		padding: 6px 0px 4px 0px;
		height: 16px;
		font-size: 13px;
		line-height: 13px
		}				

	
	section.sidebar2 .sidebar2_highlight {
	margin:0;
	padding:26px 7px 7px 7px;
	background-color:#EAEAEA;
	}				
	
		section.sidebar2 .sidebar2_highlight ul {
		margin:0;
		padding:0;
		text-indent:0;
		list-style-type:none;
		}				
		
			section.sidebar2 .sidebar2_highlight ul li {
			margin:0;
			padding:0;
			text-indent:0;
			list-style-type:none;
			}				
			
	.content section.sidebar2 h3.entry-title {
	margin: 1px 0 1px 0;
	padding: 0 0 0 0;
	font-size: 13px;
	line-height: 17px;
	font-weight: 700;
	color: #f58220;
	text-transform: uppercase;
	border: 0;
	}
	
	section.sidebar2 ul li.widget-container {
	font-size: 13px;
	line-height: 19px;
	border: 0px;
	}
	
	section.sidebar2 ul li.widget-container .entry-summary {
	margin: 10px 0 0 0;
	}

	section.sidebar2 .MoreLink {
	display:block;
	margin: 11px 0 23px 0;
	padding: 6px 2px 7px 5px;
	border-top: solid 1px #666666;
	border-bottom: solid 1px #666666;
	font-family:"proxima-nova",sans-serif;
	font-size:13px;
	line-height:13px;
	font-weight:700;
	color:#003366;
	text-transform:uppercase;
	}
	
		section.sidebar2 .MoreLink span {
		padding-right: 17px;
		}

	section.sidebar2 .widget-content {
	margin: 14px 0 0 0;
	padding: 0 0 0 0;
	}
		
		section.sidebar2 .widget-content .entry {
		margin: 10px 0 10px 0;
		padding: 0 0 0 0;
		}
		
	section.sidebar2 ul li.featured_industry_news {
	line-height: 17px;
	}
	
	section.sidebar2 .entry-source {
	font-style:italic;
	}
	
.featured_video h3.widget-title {
margin-bottom:5px;
}	
	
	.featured_video .entry-date {
	display:none;
	}	
	
.widget-container ul li a

.widget_twitter {
}

	.widget_twitter ul li .entry-content a,
	.widget_twitter ul li .entry-meta a {
	font-weight:normal;
	}
	
	section.sidebar2 .sidebar2_highlight .widget_twitter ul li {
	margin: 12px 0 12px 0;
	padding: 0 0 0 0;
	}	
	
		section.sidebar2 .sidebar2_highlight .widget_twitter ul li .entry-content,
		section.sidebar2 .sidebar2_highlight .widget_twitter ul li .entry-meta {
		line-height: 17px;
		}	
	
	

section.sidebar2 form {
margin:0px 0px 0px 0px;
padding:8px 0px 0px 0px;
font-size:12px;
}				
	
	section.sidebar2 form p {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}				
	
	section.sidebar2 form input {
	margin:10px 0px 0px 0px;
	padding:3px;
	border:solid 1px #ABABAB;
	width:213px;
	background-color:#ffffff;
	}				
	
	section.sidebar2 form textarea {
	margin:10px 0px 0px 0px;
	padding:3px;
	border:solid 1px #ABABAB;
	width:375px;
	height:116px;
	background-color:#ffffff;
	}				
	
	section.sidebar2 form .button {
	margin:5px 0px 0px 0px;
	float:right;
	padding:3px;
	border:0;
	width:69px;
	color:#ffffff;
	background-color:#418897;
	}				
	
	section.sidebar2 form .email {
	background-image:url(images/form-default-bg01.png);
	background-image:none;
	background-repeat:no-repeat;
	background-position:0px 5px ;
	}				
	
	section.sidebar2 form .comments {
	background-image:url(images/form-default-bg02.png);
	background-image:none;
	background-repeat:no-repeat;
	background-position:0px 5px ;
	}				
	

#main div.wpcf7-mail-sent-ok,
#main div.wpcf7-validation-errors {
margin-top:3em;
}	
	



.graphic-offset {
position:relative;
left:-34px;
margin:30px 0 0 0;
}




.hentry,
.no-results {
}
.hentry:last-child,
.no-results {
	border-bottom: none;
}
.blog .sticky .entry-header .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.entry-meta {
	color: #666;
	clear: both;
	font-size: 13px;
	line-height: 18px;
	margin-top:13px;
}
.entry-meta a {
	font-weight: normal;
}
.single-author .entry-meta .by-author {
	display: none;
}
.entry-content,
.entry-summary {
	margin: 13px 0 0 0;
}


.subHeader {
height:100px;
}

.subHeader h2 {
margin:13px 0 1px 0;
padding:0 0 0 0;
font-family: "freight-text-pro", serif;
font-weight: 400;
font-size: 42px;
line-height: 50px;
color:#78876b;
}
	
	.section-approach .subHeader h2 {
	color:#b9774b;
	}
	
	.section-clients .subHeader h2 {
	color:#e2be6a;
	}
	
	.section-about .subHeader h2,
	.section-about-us .subHeader h2 {
	color:#44696d;
	}
	
	.section-careers .subHeader h2 {
	color:#9c8560;
	}
	
	.section-contact .subHeader h2,
	.section-contact-us .subHeader h2 {
	color:#b9774b;
	}
	
	
	

.breadcrumb {
margin:7px 0 0 0;
padding:0 0 0 0;
font-family:"proxima-nova",sans-serif;
font-size:11px;
line-height:11px;
font-weight:400;
color:#999999;
text-transform:uppercase;
height:22px;
}
		
	.breadcrumb a {
	text-decoration:none;
	color:#666666;
	}
	
	.breadcrumb .current {
	color:#b8b8b8;
	}
	
.content h1,
.comment-content h1 {
	margin:0 0 15px 0;
margin:0 0 14px 0;
font-family: "freight-text-pro", serif;
font-weight: 700;
font-size: 26px;
line-height: 32px;
color:#666666;
}
	
	.page-template-page-inside-main-php .content h1 {
	margin:0 0 3px 0;
	}


		
.content h2,
.comment-content h2 {
	margin:2px 0 10px 0;
margin:2px 0 15px 0;
font-family: "freight-text-pro", serif;
font-weight: 400;
font-size: 20px;
line-height: 32px;
color:#666666;
}
	
	.page-template-page-inside-main-php .content h2 {
	margin:2px 0 20px 0;
	}
	
.content h3,
.comment-content h3 {
margin:20px 0 10px 0;
font-family: "freight-text-pro", serif;
font-weight: 700;
font-size: 20px;
line-height: 32px;
color:#666666;
}

	.page-template-page-inside-contact-php .content h3 {
	margin:5px 0 34px 0;
	font-family: "freight-text-pro", serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color:#666666;
	}
	


.content h4,
.comment-content h4 {
margin:29px 0 9px 0;
padding:0 0 0 0;
font-family:"proxima-nova",sans-serif;
font-size:15px;
line-height:21px;
font-weight:700;
color:#f58220;
text-transform:uppercase;
border-bottom:solid 1px #7FC9E6;
}

.content h5,
.comment-content h5 {
margin:0 0 5px 0;
padding:0 0 0 0;
font-family:"proxima-nova",sans-serif;
font-size:13px;
line-height:17px;
font-weight:700;
text-transform:uppercase;
}


.content p {
	margin: 0 0 24px 0;
margin: 0 0 10px 0;
}

	.nomargins,
	.content p.nomargins {
	margin: 0;
	}

	.LargeText {
	font-family: "freight-text-pro", serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 32px;
	color: #666666;
	}
	

	.page-template-newslist .content p,
	.page-template-page-news-php .content p {
		margin: 0 0 18px 0;
	}
	

.content ul,
.content ol {
		margin: 37px 0px 37px 0px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
	
	.content ul li {
			margin: 0px 0px 25px 0px;
		margin: 0px 0px 5px 0px;
		padding: 0px 0px 0px 23px;
		background-image:url(images/bullet01.png);
		background-repeat:no-repeat;
		background-position:5px 9px;
	}
		




.content table {
margin:35px 0 0 0;
table-layout: fixed;
}

	.content th,
	.content td {
		padding: 0 0 0 0;
	padding: 0 0 20px 0;
	vertical-align:top;
	padding-right:20px;
	font-family: "proxima-nova",sans-serif;
	font-size: 13px;
	line-height: 19px;
	font-weight: 400;
	color:#4b4b4b;
	}
		
	.content th.cellLast,
	.content td.cellLast {

	}

	.content table td h4 {
	margin: 0 0 10px 0;
	padding: 0 0 2px 0;
	font-family: "proxima-nova",sans-serif;
	font-size: 13px;
	line-height: 13px;
	font-weight: 700;
	color:#f58220;
	text-transform:uppercase;
	border-bottom:solid 1px #7FC9E6;
	}
		

		

.content table.photoStack {
width:635px;
margin:48px 0 0 0;
}

	.content table.photoStack td {
	position:relative;
	display:block;
	float:left;
	font-family: "proxima-nova",sans-serif;
	font-size: 13px;
	line-height: 19px;
	font-weight: 400;
	color:#f58220;
	color:#4b4b4b;
	padding-bottom: 23px;
	}
				
		.content table.photoStack td.cellFirst {
		width:149px;
		}
				
		.content table.photoStack td.cell02 {
		width:446px;
		padding-top:26px;
		}
				
	.content table.photoStack td img {
	margin: 30px 0 10px 0;
	padding: 0 0 14px 0;
	border-bottom:solid 1px #7FC9E6;
	}
		
	.content table.photoStack td h4 {
	margin: 0 0 10px 0;
	padding: 0 0 2px 169px;
	width:441px;
	position:absolute;
	left:-169px;
	top:0px;
	font-family: "proxima-nova",sans-serif;
	font-size: 13px;
	line-height: 13px;
	font-weight: 700;
	color:#f58220;
	border-bottom:solid 1px #7FC9E6;
	}
		
		.content table.photoStack td h4 strong {
		font-weight: 700;
		color:#4b4b4b;
		}
		
	.content table.photoStack td p {
	margin: 0 0 8px 0;
	}
		
		
		
		
		

.content table.grid {
margin:16px 0 10px 0;
}

	.content table.grid tr {
	}

	.content table.grid th {
	padding:19px 0 13px 0;
	margin:0 0 13px 0;
	border-top:solid 1px #5A5758;
	border-bottom:solid 1px #5A5758;
	}

		.content table.grid td {
		color:#70666e;
		padding:2px 0 1px 0;
		width:235px;
		}

		.content table.grid tr.first td {
		padding-top:13px;
		}


.highlightBox01 {
margin:0;
padding:0 0 9px 0;
font-family:"proxima-nova",sans-serif;
font-size:13px;
line-height:17px;
font-weight:400;
color:#f37021;
background-repeat:repeat-x;
background-position:0px bottom;
}

	.sidebar .highlightBox01 {
		margin-top:378px;
	margin-top:269px;
	}

	.sidebar .notFirst {
	margin-top:60px;
	}

	.highlightBox01 h3 {
	margin:0 0 16px 0;
	padding:0 0 0 0;
	font-family:"proxima-nova",sans-serif;
	font-size:13px;
	line-height:17px;
	font-weight:700;
	color:#00467e;
	text-transform:uppercase;
	border-bottom:solid 1px #7FC9E6;
	}

		.post-type-archive-news .highlightBox01 h3 {
		margin-bottom:8px;
		}
	
		.post-type-archive-news .highlightBox01 a {
		color:#f37021;
		}
	
	.highlightBox01 h2 {
	margin:21px 0 21px 0;
	padding:0 0 0 0;
	font-family:"proxima-nova",sans-serif;
	font-size:20px;
	line-height:26px;
	font-weight:300;
	color:#f37021;
	text-transform:none;
	}

	.highlightBox01 h4 {
	margin:21px 0 21px 0;
	padding:0 0 0 0;
	font-family:"proxima-nova",sans-serif;
	font-size:16px;
	line-height:20px;
	font-weight:600;
	color:#f37021;
	text-transform:none;
	}

	.highlightBox01 ul,
	.highlightBox01 ol {
	margin:0 0 10px 15px;
	padding:0 0 0 0;
	}

			.post-type-archive-news .highlightBox01 ul,
			.post-type-archive-news .highlightBox01 ol {
			margin:0 0 30px 0;
			list-style-type:none;
			}
	
		.highlightBox01 li {
		margin:0 0 8px 0;
		padding:0 0 0 0;
		}
			.post-type-archive-news .highlightBox01 li {
			margin:0;
			list-style-type:none;
			}
	
	

	.highlightBox01 .moreLink {
	display:block;
	margin:37px 0 0 0;
	padding:0 0 0 0;
	font-family:"proxima-nova",sans-serif;
	font-size:13px;
	line-height:13px;
	font-weight:700;
	color:#00467e;
	text-transform:uppercase;
	text-decoration:none;
	}
		
	.highlightBox01 p.bottom {
	margin-bottom:0px;
	}
		

.moreLink {
display: block;
padding:6px 20px 4px 2px;
height:26px;
font-family: "freight-text-pro", serif;
font-weight: 400;
font-size: 15px;
line-height: 15px;
color:#878886;
text-transform:uppercase;
text-decoration:none;
background-image:url(images/moreLink-bg01.png);
background-repeat:repeat-x;
}



.highlightBox01a {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
border:solid 8px #E9E9DF;
}
	
	.highlightBox01b {
	margin:0px 0px 0px 0px;
	padding:22px;
	border:solid 1px #D5D5D5;
	background-color:#F2F2EC;
	}
		
		.content .highlightBox01a h3 {
		margin:0 0 0 0;
		font-family: "freight-text-pro", serif;
		font-weight: 700;
		font-size: 20px;
		line-height: 23px;
		color:#666666;
		}

		.content .highlightBox01a table {
		width:auto;
		margin:10px 0 0 0;
		}

			.content .highlightBox01a td {
			font-size: 13px;
			line-height: 15px;
			color:#666666;
			padding:0px;
			}
			
			.content .highlightBox01a td.cellFirst {
			padding-right:18px;
			}
			
			.content .highlightBox01a td.cellLast {
			background-image:url(images/vertical-rule01.png);
			background-repeat:repeat-y;
			background-position:0px 0px;
			padding-left:19px;
			}

				.content .highlightBox01a td p {
				margin: 0 0 11px 0 ;
				}
	
	

.smalltext {
font-size:13px;
line-height:13px;
}

.paging {
margin:41px 0 26px 0;
padding:0 0 0 0;
height:26px;
border-bottom:solid 1px #7FC9E6;
}

	.paging a {
	display:block;
	float:left;
	margin:0 5px 0 0;
	padding:0 0 0 0;
	width:21px;
	height:21px;
	font-family:"proxima-nova",sans-serif;
	font-size:11px;
	line-height:21px;
	font-weight:700;
	color:#00467e;
	text-align:center;
	background-repeat:no-repeat;
	background-position:0 0;
	}
	
		.paging a:hover {
		text-decoration:none;
		}
		
		.paging a.selected {
		color:#ffffff;
		}
		
		.paging .nav-prev {
		float:left;
		}
			
			.paging .nav-prev a {
			margin-right:10px;
			}
			
		.paging .nav-next {
		float:left;
		}
			
			.paging .nav-next a {
			margin-left:5px;
			}



article.news {
margin:23px 0 0 0;
}

	article.news header.entry-header {
	}
	
		article.news header.entry-header h1.entry-title {
		margin:0 0 10px 0;
		padding:0 0 2px 0;
		border-bottom:solid 1px #7FC9E6;
		font-family: "proxima-nova",sans-serif;
		font-size: 13px;
		line-height: 13px;
		font-weight: 700;
			color: #004277;
		color: #4B4B4B;
		text-transform: uppercase;
		}
			
			article.news header.entry-header h1.entry-title a {
			color: #004277;
			}
			
		article.news header.entry-header .featured-image {
		float:right;
		margin:0 0 0 0;
		padding:9px 0 14px 0;
		width:189px;
		border-bottom:solid 1px #7FC9E6;
		text-align:center;
		}
		
			article.news header.entry-header .featured-image img {
			}
			
		article.news header.entry-header .news-date {
		margin:0 0 0 0;
		padding:0 0 0 0;
		font-family: "proxima-nova",sans-serif;
		font-size: 13px;
		line-height: 19px;
		font-weight: 400;
		color: #4b4b4b;
		text-transform: uppercase;
		}

	article.news .entry-content {
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family: "proxima-nova",sans-serif;
	font-size: 13px;
	line-height: 19px;
	font-weight: 400;
	color: #4b4b4b;
	}
	
		article.news .entry-content p {
		width:406px;
		margin:0 0 7px 0;
		}

		article.news .entry-content a {
		}

		article.news .entry-content a.moreLink {
		}

	article.news footer.entry-meta {
	}


article.entry {
padding:25px 0px 0px 0px;
}

	.entry .comments {
	float:left;
	}
	
	.entry .category {
	float:right;
	}


.entry-aythor {
margin:0px 0px 0px 0px;
padding:4px 0px 0px 0px;
font-size:13px;
line-height:16px;
color:#3e3f40;
}

.entry-date {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
font-size:13px;
line-height:16px;
color:#3e3f40;
}

.entry-content {
margin:10px 0px 0px 0px;
padding:0px 0px 0px 0px;
font-size:13px;
line-height:19px;
color:#3e3f40;
}

	.entry-content .moreLink {
	font-weight:normal;
	}
	

.share {
margin: 6px 0px 0px 0px;
padding: 7px 0px 5px 0px;
font-size:13px;
line-height:19px;
color:#3e3f40;
border-top:solid 1px #7FC9E6;
border-bottom:solid 1px #7FC9E6;
text-align:right;
}

	.share .stButton .chicklets {
	padding-left: 13px;
	}


.comments {
margin: 31px 0 0 0;
}

	.content h2#comments-title,
	.content h3#reply-title {
	margin: 2px 0 0 0;
	padding: 0 0 1px 0;
	font-size: 16px;
	line-height: 28px;
	font-weight: 600;
	color: #3e3f40;
	border-bottom: solid 1px #999999;
	text-transform:none;
	}
	
	ol.commentlist {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-indent:0px;
	list-style-type:none;
	}

		ol.commentlist li.comment {
		margin: 0 0 16px 0;
		padding: 4px 0px 6px 0px;
		border-bottom:solid 1px #7FC9E6;
		color:#58595b;
		font-size: 13px;
		line-height: 19px;
		font-weight: 400;
		}
		
			ol.commentlist li.comment .author {
			float:left;
			}
			
			ol.commentlist li.comment .date {
			float:right;
			}
			
			ol.commentlist li.comment p {
			margin: 0 0 12px 0;
			}
			
			ol.commentlist li.comment footer.comment-meta {
			text-align:right;
			}
				
				ol.commentlist li.comment footer.comment-meta .comment-author {
				float:left;
				}

				ol.commentlist li.comment footer.comment-meta .comment-date {
				float:right;
				}

				ol.commentlist li.comment footer.comment-meta a {
				color:#0063a1;
				}
				
			ol.commentlist li.comment .reply {
			display:none;
			}
	
	.comments #respond {
	margin: 31px 0 0 0;
	padding: 0 0 0 0;
	}
				
	.content h3#reply-title {
	margin-bottom: 26px;
	}
	
		.comments #respond .comment-notes {
		display:none;
		}
					
		.comments #respond .form-allowed-tags {
		display:none;
		}
					
		.comments #respond label {
		margin: 0 0 0 0;
		padding: 0 5px 0 0;
		color:#3e3f40;
		font-size: 11px;
		line-height: 15px;
		font-weight: 400;
		text-align:right;
		width:45px;
		display:block;
		float:left;
		}
					
		.comments #respond input,
		.comments #respond textarea {
		margin: 0 0 0 0;
		padding: 1px;
		border: solid 1px #9A9A9A;
		font-size: 11px;
		line-height: 15px;
		font-weight: 400;
		display:block;
		float:left;
		width:190px;
		}
					
			.comments #respond textarea {
			width:434px;
			height:99px;
			}
						
		.comments #respond p.comment-form-author {
		display:block;
		float:left;
		}
					
		.comments #respond p.comment-form-email {
		display:block;
		float:left;
		}
					
		.comments #respond p.comment-form-url {
		display:none;
		}
					
		.comments #respond p.comment-form-comment {
		padding-top: 7px;
		display:block;
		float:none;
		clear:both;
		}
		
		.comments #respond p.form-submit {
		padding-top: 10px;
		padding-left: 51px;
		display:block;
		float:none;
		clear:both;
		height:20px;
		}
					
			.comments #respond p.form-submit input#submit {
			background-color:transparent;
			text-align:left;
			border:0;
			font-size: 13px;
			line-height: 15px;
			font-weight: 700;
			color:#003366;
			}
						
				.comments #respond p.form-submit input#submit:hover {
				cursor:pointer;
				}
							
		.comments #respond span.required {
		display:none;
		}
					


				
article.author {
}
	
	article.author header.author-header {
	margin:0px 0px 0px 0px;
	padding:0px 0px 6px 0px;
	}

		article.author header.author-header img {
		display:block;
		float:left;
		margin:0px 10px 0px 0px;
		width:66px;
		}

		article.author header.author-header h1 {
		display:block;
		float:left;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		width:420px;
		border-bottom:0;
		}

		article.author header.author-header h2 {
		display:block;
		float:left;
		margin:8px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		width:420px;
		font-size: 15px;
		line-height: 18px;
		font-weight: 400;
		color: #58595b;
		}

	article.author section.author-content {
	margin:0px 0px 0px 0px;
	padding:25px 0px 0px 0px;
	font-size: 13px;
	line-height: 19px;
	font-weight: 400;
	color: #58595b;
	border-top:solid 1px #7FC9E6;
	border-bottom:solid 1px #7FC9E6;
	}

		article.author section.author-content p {
		}
	
	article.author footer.author-footer {
	margin:3px 0px 0px 0px;
	padding:43px 0px 0px 0px;
	border-top:solid 1px #7FC9E6;
	}

		article.author footer.author-footer h2 {
		margin: 0px 0 5px 0;
		padding:0px 0px 5px 0px;
		font-family: "proxima-nova",sans-serif;
		font-size: 24px;
		line-height: 27px;
		font-weight: 400;
		color: #58595b;
		border-bottom:solid 1px #7FC9E6;
		}


	
	

.search {
float:right;
height:0px;
height: 20px;
display:none;
margin-top:-5px;
}
	
	.page-template-page-blog-php .search,
	.single .search,
	.archive .search,
	.page-template-page-blog-videos-php .search,
	.page-template-page-blog-industry-news-php .search,
	.page-template-page-blog-events-php .search
	{
	display:block;
	}
		
	.search form {
	}
		
		.search form label {
		font-family:"proxima-nova",sans-serif;
		font-size:11px;
		line-height:11px;
		font-weight:700;
		color:#3e3f40;
		text-transform:uppercase;
		}
			
		.search form .textField {
		margin-left:5px;
		width:135px;
		font-size:10px;
		line-height:10px;
		padding:1px;
		border:solid 1px #C3C3C3;
		}
			
		.search form .button {
		margin-left:5px;
		vertical-align:bottom;
		}

#searchForm {}
			
	#searchForm .gsc-input {
	width:425px;
	}
			
	#searchForm .gsc-clear-button {
	display:none;
	}
	
	#searchForm .gsc-search-button {
	width: 60px;
	margin0right:0;
	}

.gsc-above-wrapper-area {height:0px;}
			
			
#searchcontrol {}
			
	.content #searchcontrol table {
	width:500px;
	margin: 0 0 0 0;
	}
			
		.content #searchcontrol table td {
		padding: 0 0 0 0;
		}
			

	#searchcontrol .gsc-control {
	width: 500px;
	}			
	
	#searchcontrol .gs-result .gs-visibleUrl {
	display:none;
	}			
	
	#searchcontrol .gs-result .gs-visibleUrl-long {
	display:block;
	}			
	
			

.content #s {
	width: 75%;
}
.comment-content ul,
.comment-content ol {
	margin-bottom: 1.625em;
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
	margin-bottom: 0;
}
dl.gallery-item {
	margin: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
.page-link a {
	background: #eee;
	color: #373737;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}
.page-link a:hover {
	background: #888;
	color: #fff;
	font-weight: bold;
}
.page-link span {
	margin-right: 6px;
}
.entry-meta .edit-link a,
.commentlist .edit-link a {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 8px;
}
.entry-meta .edit-link a:hover,
.commentlist .edit-link a:hover {
	background: #888;
	color: #fff;
}
.content .edit-link {
	clear: both;
	display: block;
}

/* Images */
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large {

	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;

	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;

}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {

}

/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
	margin: 1.625em 0 0;
}
.post-password-required input[type=password] {
	margin: 0.8125em 0;
}
.post-password-required input[type=password]:focus {
	background: #f7f7f7;
}

/* Author Info */
#author-info {
	font-size: 12px;
	overflow: hidden;
}
.singular #author-info {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 2.2em -35.6% 0 -35.4%;
	padding: 20px 35.4%;
}
.archive #author-info {
	border-bottom: 1px solid #ddd;
	margin: 0 0 2.2em;
	padding: 0 0 2.2em;
}
#author-avatar {
	float: left;
	margin-right: -78px;
}
#author-avatar img {
	background: #fff;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #bbb;
	-moz-box-shadow: 0 1px 2px #bbb;
	box-shadow: 0 1px 2px #bbb;
	padding: 3px;
}
#author-description {
	float: left;
	margin-left: 108px;
}
#author-description h2 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0 10px;
}

/* Comments link */
.entry-header .comments-link a {
	color: #666;
	font-size: 13px;
	font-weight: normal;
	line-height: 35px;
	overflow: hidden;
	padding: 0 0 0;
	position: absolute;
	top: 1.5em;
	right: 0;
	text-align: center;
	text-decoration: none;
	width: 43px;
	height: 36px;
}
.entry-header .comments-link a:hover,
.entry-header .comments-link a:focus,
.entry-header .comments-link a:active {
	background-color: #1982d1;
	color: #fff;
	color: rgba(255,255,255,0.8);
}
.entry-header .comments-link .leave-reply {
	visibility: hidden;
}

/*
Post Formats Headings
To hide the headings, display: none the ".entry-header .entry-format" selector,
and remove the padding rules below.
*/
.entry-header .entry-format {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	position: absolute;
	text-transform: uppercase;
	top: -5px;
}
.entry-header hgroup .entry-title {
	padding-top: 15px;
}
article.format-aside .content,
article.format-link .content,
article.format-status .content {
	padding: 20px 0 0;
}
article.format-status .content {
	min-height: 65px;
}
.recent-posts .entry-header .entry-format {
	display: none;
}
.recent-posts .entry-header hgroup .entry-title {
	padding-top: 0;
}

/* Singular content styles for Posts and Pages */
.singular .hentry {
	border-bottom: none;
}
.singular.page .hentry {
}
.singular .entry-title {

}
.singular .entry-title,
.singular .entry-header .entry-meta {
	padding-right: 0;
}
.singular .entry-header .entry-meta {
	position: absolute;
	top: 0;
	left: 0;
}
blockquote.pull {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.6125em;
	margin: 0 0 1.625em;
	text-align: center;
}
.singular blockquote.pull {
	margin: 0 -22.25% 1.625em;
}
.pull.alignleft {
	margin: 0 1.625em 0 0;
	text-align: right;
	width: 33%;
}
.singular .pull.alignleft {
	margin: 0 1.625em 0 -22.25%;
}
.pull.alignright {
	margin: 0 0 0 1.625em;
	text-align: left;
	width: 33%;
}
.singular .pull.alignright {
	margin: 0 -22.25% 0 1.625em;
}
.singular blockquote.pull.alignleft,
.singular blockquote.pull.alignright {
	width: 33%;
}
.singular .entry-meta .edit-link a {
	bottom: auto;
	left: 50px;
	position: absolute;
	right: auto;
	top: 80px;
}


/* =Aside
----------------------------------------------- */

.format-aside .entry-title,
.format-aside .entry-header .comments-link {
	display: none;
}
.singular .format-aside .entry-title {
	display: block;
}
.format-aside .content {
	padding: 0;
}
.singular .format-aside .content {
	padding: 1.625em 0 0;
}


/* =Link
----------------------------------------------- */

.format-link .entry-title,
.format-link .entry-header .comments-link {
	display: none;
}
.singular .format-link .entry-title {
	display: block;
}
.format-link .content {
	padding: 0;
}
.singular .format-link .content {
	padding: 1.625em 0 0;
}


/* =Gallery
----------------------------------------------- */

.format-gallery .gallery-thumb {
	float: left;
	display: block;
	margin: .375em 1.625em 0 0;
}


/* =Status
----------------------------------------------- */

.format-status .entry-title,
.format-status .entry-header .comments-link {
	display: none;
}
.singular .format-status .entry-title {
	display: block;
}
.format-status .content {
	padding: 0;
}
.singular .format-status .content {
	padding: 1.625em 0 0;
}
.format-status img.avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	float: left;
	margin: 4px 10px 2px 0;
	padding: 0;
}


/* =Quote
----------------------------------------------- */

.format-quote blockquote {
	color: #555;
	font-size: 17px;
	margin: 0;
}


/* =Image
----------------------------------------------- */

.indexed.format-image .entry-header {
	min-height: 61px; /* Prevent the comment icon from colliding with the image when there is no title */
}
.indexed.format-image .content {
	padding-top: 0.5em;
}
.indexed.format-image p,
.indexed.format-image p img {
	margin-bottom: 0;
}
.indexed.format-image footer.entry-meta {
	background: #ddd;
	margin-top: -7px;
	padding: 20px 30px;
	overflow: hidden;
}
.indexed.format-image div.entry-meta {
	display: inline-block;
	float: left;
	width: 35%;
}
.indexed.format-image div.entry-meta + div.entry-meta {
	float: none;
	width: 65%;
}
.indexed.format-image .entry-meta span.cat-links,
.indexed.format-image .entry-meta span.tag-links,
.indexed.format-image .entry-meta span.comments-link {
	display: block;
}
.indexed.format-image footer.entry-meta a {
	color: #444;
}
.indexed.format-image footer.entry-meta a:hover {
	color: #fff;
}
#content .indexed.format-image img {
	border: none;

	padding: 0;
}
.indexed.format-image .wp-caption {
	background: #111;
	margin-bottom: 0;

	padding: 11px;
}
.indexed.format-image .wp-caption .wp-caption-text {
	color: #ddd;
}
.indexed.format-image .wp-caption .wp-caption-text:before {
	color: #444;
}
.indexed.format-image a:hover img {
	opacity: 0.8;
}


/* =error404
----------------------------------------------- */

.error404 #main #searchform {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 8.9%;
}
.error404 #main #s {
	width: 95%;
}
.error404 #main .widget {
	clear: none;
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
.error404 #main .widget_archive {
	margin-right: 0;
}
.error404 #main .widget_tag_cloud {
	float: none;
	margin-right: 0;
	width: 100%;
}
.error404 .widgettitle {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}


/* =Showcase
----------------------------------------------- */

h1.showcase-heading {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}

/* Intro */
article.intro {
	background: #f9f9f9;
	border-bottom: none;
	margin: -1.855em -8.9% 1.625em;
	padding: 0 8.9%;
}
article.intro .entry-title {
	display: none;
}
article.intro .content {
	color: #111;
	font-size: 16px;
	padding: 1.625em 0 0.625em;
}
article.intro .edit-link a {
	background: #aaa;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	padding: 0 8px;
	position: absolute;
	top: 30px;
	right: 20px;
	text-decoration: none;
}
article.intro .edit-link a:hover,
article.intro .edit-link a:focus,
article.intro .edit-link a:active {
	background: #777;
}

/* Featured post */
section.featured-post {
	float: left;
	margin: -1.625em -8.9% 1.625em;
	padding: 1.625em 8.9% 0;
	position: relative;
	width: 100%;
}
section.featured-post .hentry {
	border: none;
	color: #666;
	margin: 0;
}
section.featured-post .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

/* Small featured post */
section.featured-post .attachment-small-feature {
	float: right;
	height: auto;
	margin: 0 -8.9% 1.625em 0;

	position: relative;
	right: -15px;
}
section.featured-post.small {
	padding-top: 0;
}
section.featured-post .attachment-small-feature:hover,
section.featured-post .attachment-small-feature:focus,
section.featured-post .attachment-small-feature:active {
	opacity: .8;
}
article.feature-image.small {
	float: left;
	margin: 0 0 1.625em;
	width: 45%;
}
article.feature-image.small .entry-title {
	line-height: 1.2em;
}
article.feature-image.small .entry-summary {
	color: #555;
	font-size: 13px;
}
article.feature-image.small .entry-summary p a {
	background: #222;
	color: #eee;
	display: block;
	left: -23.8%;
	padding: 9px 26px 9px 85px;
	position: relative;
	text-decoration: none;
	top: 20px;
	width: 180px;
	z-index: 1;
}
article.feature-image.small .entry-summary p a:hover {
	background: #1982d1;
	color: #eee;
	color: rgba(255,255,255,0.8);
}

/* Large featured post */
section.feature-image.large {
	border: none;
	max-height: 288px;
	padding: 0;
	width: 100%;
}
section.feature-image.large .showcase-heading {
	display: none;
}
section.feature-image.large .hentry {
	border-bottom: none;
	left: 9%;
	margin: 1.625em 9% 0 0;
	position: absolute;
	top: 0;
}
article.feature-image.large .entry-title a {
	background: #222;
	background: rgba(0,0,0,0.8);
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-weight: 300;
	padding: .2em 20px;
}
section.feature-image.large:hover .entry-title a,
section.feature-image.large .entry-title:hover a {
	background: #eee;
	background: rgba(255,255,255,0.8);
	color: #222;
}
article.feature-image.large .entry-summary {
	display: none;
}
section.feature-image.large img {
	display: block;
	height: auto;

	padding: 0 0 6px;
}

/* Featured Slider */
.featured-posts {
	border-bottom: 1px solid #ddd;
	display: block;
	height: 328px;
	margin: 1.625em -8.9% 20px;
	max-width: 1000px;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.featured-posts .showcase-heading {
	padding-left: 8.9%;
}
.featured-posts section.featured-post {
	background: #fff;
	height: 288px;
	left: 0;
	margin: 0;
	position: absolute;
	top: 30px;
	width: auto;
}
.featured-posts section.featured-post.large {
	max-width: 100%;
	overflow: hidden;
}
.featured-posts section.featured-post {
	-webkit-transition-duration: 200ms;
	-webkit-transition-property: opacity, visibility;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 200ms;
	-moz-transition-property: opacity, visibility;
	-moz-transition-timing-function: ease;
}
.featured-posts section.featured-post {
	opacity: 0;
	visibility: hidden;
}
.featured-posts #featured-post-1 {
	opacity: 1;
	visibility: visible;
}
.featured-post .feature-text:after,
.featured-post .feature-image.small:after {
	content: ' ';
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
	width: 100%;
	height: 45px;
	position: absolute;
	top: 230px;
}
.featured-post .feature-image.small:after {
	top: 253px;
}
#content .feature-slider {
	top: 5px;
	right: 8.9%;
	overflow: visible;
	position: absolute;
}
.feature-slider ul {
	list-style-type: none;
	margin: 0;
}
.feature-slider li {
	float: left;
	margin: 0 6px;
}
.feature-slider a {
	background: #3c3c3c;
	background: rgba(60,60,60,0.9);
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
	-moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
	display: block;
	width: 14px;
	height: 14px;
}
.feature-slider a.active {
	background: #1982d1;
	-webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
	-moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
	cursor: default;
	opacity: 0.5;
}

/* Recent Posts */
section.recent-posts {
	padding: 0 0 1.625em;
}
section.recent-posts .hentry {
	border: none;
	margin: 0;
}
section.recent-posts .other-recent-posts {
	border-bottom: 1px solid #ddd;
	list-style: none;
	margin: 0;
}
section.recent-posts .other-recent-posts li {
	padding: 0.3125em 0;
	position: relative;
}
section.recent-posts .other-recent-posts .entry-title {
	border-top: 1px solid #ddd;
	font-size: 17px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"] {
	color: #373737;
	float: left;
	max-width: 84%;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:after {
	content: '-';
	color: transparent;
	font-size: 11px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:hover {
}
section.recent-posts .other-recent-posts .comments-link a,
section.recent-posts .other-recent-posts .comments-link > span {
	border-bottom: 2px solid #999;
	bottom: -2px;
	color: #444;
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.76333em;
	padding: 0.3125em 0 0.3125em 1em;
	position: absolute;
	right: 0;
	text-align: right;
	text-transform: uppercase;
	z-index: 1;
}
section.recent-posts .other-recent-posts .comments-link > span {
	border-color: #bbb;
	color: #888;
}
section.recent-posts .other-recent-posts .comments-link a:hover {
	color: #1982d1;
	border-color: #1982d1;
}
section.recent-posts .other-recent-posts li:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}


/* =Attachments
----------------------------------------------- */

.image-attachment div.attachment {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 1.625em 0;
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto 1.625em;
	max-width: 100%;
}
.image-attachment div.attachment a img {
	border-color: #f9f9f9;
}
.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img,
.image-attachment div.attachment a:active img {
	border-color: #ddd;
	background: #fff;
}
.image-attachment .entry-caption p {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}


/* =Navigation
-------------------------------------------------------------- */

#content nav {
	clear: both;
	overflow: hidden;
	padding: 0 0 1.625em;
}
#content nav a {
	font-size: 12px;
	font-weight: bold;
	line-height: 2.2em;
}
#nav-above {
	padding: 0 0 1.625em;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous {
}
.nav-next {

}
#content nav .meta-nav {
	font-weight: normal;
}

/* Singular navigation */
#nav-single {
	float: right;
	position: relative;
	top: -0.3em;
	text-align: right;
	z-index: 1;
}
#nav-single .nav-previous,
#nav-single .nav-next {
	float: none;
	width: auto;
}
#nav-single .nav-next {
	padding-left: .5em;
}


/* =Widgets
----------------------------------------------- */

.widget-area {
	
}

.widget {
clear: both;
margin: 20px 0px;
background-color:#eeeeee;
}

	.widget-title,
	.content .widget-title {
	margin: 0 0 0 0;
	padding: 5px;
	text-transform: uppercase;
	}
	
	.widget img {
	display:block;
	}

	.widget ul {
	margin: 0;
	padding: 0;
	list-style-type:none;
	}

		.widget ul li {
		margin: 0;
		padding: 0 0 5px 0;
		}
			
	.widget a {
	font-weight: bold;
	text-decoration: none;
	}
	
		.widget a:hover,
		.widget a:focus,
		.widget a:active {
		text-decoration: underline;
		}
	
	



/* =Footer
----------------------------------------------- */

footer#colophon {
margin: 30px auto 0 auto;
padding: 14px 0 20px 0;
width: 1024px;
color:#666666;
font-family:"proxima-nova",sans-serif;
font-size:10px;
line-height:10px;
font-weight:400;
text-transform:uppercase;
background-image:url(images/footer-border01.png);
background-repeat:repeat-x;
color:#a3a3a3;
}

		.page-template-home-php footer#colophon {
		margin-top: 0px;
		}

	footer#colophon a {
	color:#00467e;
	}
	
	.copyright {
	float:right;
	margin:0 0 0 0;
	padding:0 32px 0 0;
	color:#8e8e8e;
	}
	
	.address {
	float:left;
	margin:0 0 0 0;
	padding:0 0 0 42px;
	color:#93988e;
	font-size:11px;
	line-height:11px;
	}
	
		
	footer nav {
	float:right;
	margin:0 0 0 0;
	padding:0;
	}

		footer nav .menu-footer-navigation-container {

		}

			footer nav .menu-footer-navigation-container ul#menu-footer-navigation {
			margin:0;
			padding:0;
			list-style-type:none;
			}
			
				footer nav .menu-footer-navigation-container ul#menu-footer-navigation li {
				float:left;
				}
				
				
					footer nav .menu-footer-navigation-container ul#menu-footer-navigation li a {
					display:block;
					padding:0 5px 0 3px;
					text-decoration:none;
					color:#00467e;
					font-family:"proxima-nova",sans-serif;
					font-size:10px;
					line-height:11px;
					font-weight:700;
					text-transform:uppercase;
					background-image:url(images/footer-nav-bg01.png);
					background-image:none;
					background-repeat:no-repeat;
					background-position:right 0px;
					}
					
						.page-template-home-php footer nav .menu-footer-navigation-container ul#menu-footer-navigation li a {
						color:#009ddc;
						}
				
						footer nav .menu-footer-navigation-container ul#menu-footer-navigation li a:hover {
						color:#000000;
						text-decoration:none;
						}

							.page-template-home-php footer nav .menu-footer-navigation-container ul#menu-footer-navigation li a:hover {
							color:#ffffff;
							}
	
						footer nav .menu-footer-navigation-container ul#menu-footer-navigation li.last a {
						padding-right:0px;
						background-image:none;
						}

	

#supplementary {
	border-top: 1px solid #ddd;
	padding: 1.625em 7.6%;
	overflow: hidden;
}

/* Two Footer Widget Areas */
#supplementary.two .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 48.1%;
}
#supplementary.two .widget-area + .widget-area {
	margin-right: 0;
}

/* Three Footer Widget Areas */
#supplementary.three .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
#supplementary.three .widget-area + .widget-area + .widget-area {
	margin-right: 0;
}

/* Site Generator Line */
#site-generator {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
	padding: 2.2em 0.5em;
	text-align: center;
}
#site-generator a {
	color: #555;
	font-weight: bold;
}
#site-generator .sep {
	color: transparent;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	margin: 0 7px;
	width: 16px;
}


/* =Responsive Structure
----------------------------------------------- */

@media (max-width: 800px) {
	/* Simplify the basic layout */
	#main #content {
		margin: 0 7.6%;
		width: auto;
	}
	#nav-below {
		border-bottom: 1px solid #ddd;
		margin-bottom: 1.625em;
	}
	#main #secondary {
		float: none;
		margin: 0 7.6%;
		width: auto;
	}
	/* Simplify the showcase template */
	.page-template-showcase-php .featured-posts {
		min-height: 280px;
	}
	.featured-posts section.featured-post {
		height: auto;
	}
	.page-template-showcase-php section.recent-posts {
		float: none;
		margin: 0;
		width: 100%;
	}
	.page-template-showcase-php #main .widget-area {
		float: none;
		margin: 0;
		width: auto;
	}
	.page-template-showcase-php .other-recent-posts {
		border-bottom: 1px solid #ddd;
	}
	/* Simplify the showcase template when small feature */
	section.featured-post .attachment-small-feature,
	.one-column section.featured-post .attachment-small-feature {
		border: none;
		display: block;
		float: left;
		height: auto;
		margin: 0.625em auto 1.025em;
		max-width: 30%;
		position: static;
	}
	article.feature-image.small {
		float: right;
		margin: 0 0 1.625em;
		width: 64%;
	}
	.one-column article.feature-image.small .entry-summary {
		height: auto;
	}
	article.feature-image.small .entry-summary p a {
		left: 0;
		padding-left: 20px;
		padding-right: 20px;
		width: auto;
	}
	/* Remove the margin on singular articles */
	.singular .entry-header,
	.singular .content,
	.singular footer.entry-meta,
	.singular #comments-title {
		width: 100%;
	}
	/* Simplify the pullquotes and pull styles */
	.singular blockquote.pull {
		margin: 0 0 1.625em;
	}
	.singular .pull.alignleft {
		margin: 0 1.625em 0 0;
	}
	.singular .pull.alignright {
		margin: 0 0 0 1.625em;
	}
	.singular .entry-meta .edit-link a {
		left: 0;
		position: absolute;
		top: 40px;
	}
	.singular #author-info {
		margin: 2.2em -8.8% 0;
		padding: 20px 8.8%;
	}
	/* Make sure we have room for our comment avatars */
	.commentlist {
		width: 100%;
	}
	.commentlist > li.comment,
	.commentlist .pingback {
		margin-left: 102px;
		width: auto;
	}
	/* And a full-width comment form */
	#respond {
		width: auto;
	}
	/* No need to float footer widgets at this size */
	#colophon #supplementary .widget-area {
		float: none;
		margin-right: 0;
		width: auto;
	}
	/* No need to float 404 widgets at this size */
	.error404 #main .widget {
		float: none;
		margin-right: 0;
		width: auto;
	}

}
@media (max-width: 650px) {
	/* @media (max-width: 650px) Reduce font-sizes for better readability on smaller devices */
	body, input, textarea {
		font-size: 13px;
	}
	#site-description {
		font-size: 12px;
	}
	#access ul {
		font-size: 12px;
	}
	article.intro .content {
		font-size: 12px;
	}
	.entry-title {
		font-size: 21px;
	}
	.featured-post .entry-title {
		font-size: 14px;
	}
	.singular .entry-title {
		font-size: 28px;
	}
	.entry-meta {
		font-size: 12px;
	}
	blockquote {
		margin: 0;
	}
	blockquote.pull {
		font-size: 17px;
	}
	/* Make sure the logo and search form don't collide */
	#branding #searchform {
		top: 1.625em !important;
	}
	/* Floated content doesn't work well at this size */
	.alignleft,
	.alignright {
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
	/* Make sure the post-post navigation doesn't collide with anything */
	#nav-single {
		display: block;
		position: static;
	}
	.singular .hentry {
		padding: 1.625em 0 0;
	}
	.singular.page .hentry {
		padding: 1.625em 0 0;
	}
	/* Talking avatars take up too much room at this size */
	.commentlist > li.comment,
	.commentlist > li.pingback {
		margin-left: 0 !important;
	}
	.commentlist .avatar {
		background: transparent;
		display: block;
		padding: 0;
		position: static;
	}
	.commentlist .children .avatar {
		background: none;
		left: 2.2em;
		padding: 0;
		position: absolute;
		top: 2.2em;
	}
	/* Use the available space in the smaller comment form */
	#respond input[type="text"] {
		width: 95%;
	}
	#respond .comment-form-author .required,
	#respond .comment-form-email .required {
		left: 95%;
	}
	#content .gallery-columns-3 .gallery-item {
		width: 31%;
		padding-right: 2%;
	}
	#content .gallery-columns-3 .gallery-item img {
		width: 100%;
		height: auto;
	}

}
@media (max-width: 450px) {
	#content .gallery-columns-2 .gallery-item {
		width: 45%;
		padding-right: 4%;
	}
	#content .gallery-columns-2 .gallery-item img {
		width: 100%;
		height: auto;
	}

}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	body {
		padding: 0;
	}
	#page {
		margin-top: 0;
	}
	#branding {
		border-top: none;
	}

}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		font-size: 10pt;
	}
	footer.entry-meta a[rel=bookmark]:link:after,
	footer.entry-meta a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	#page {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	#branding {
		border-top: none !important;
		padding: 0;
	}
	#branding hgroup {
		margin: 0;
	}
	#site-title a {
		font-size: 21pt;
	}
	#site-description {
		font-size: 10pt;
	}
	#branding #searchform {
		display: none;
	}
	#branding img {
		display: none;
	}
	#access {
		display: none;
	}
	#main {
		border-top: none;
		box-shadow: none;
	}
	#primary {
		float: left;
		margin: 0;
		width: 100%;
	}
	#content {
		margin: 0;
		width: auto;
	}
	.singular #content {
		margin: 0;
		width: 100%;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.entry-meta .edit-link a {
		display: none;
	}
	#content nav {
		display: none;
	}
	.singular .entry-header,
	.singular .content,
	.singular footer.entry-meta,
	.singular #comments-title {
		margin: 0;
		width: 100%;
	}
	.singular .hentry {
		padding: 0;
	}
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	.entry-meta {
		font-size: 10pt;
	}
	.entry-header .comments-link {
		display: none;
	}
	.page-link {
		display: none;
	}
	.singular #author-info {
		background: none;
		border-bottom: none;
		border-top: none;
		margin: 2.2em 0 0;
		padding: 0;
	}
	#respond {
		display: none;
	}
	.widget-area {
		display: none;
	}
	#colophon {
		display: none;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		border: 1px solid #ddd;
		-moz-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
		margin: 0 auto 1.625em;
		padding: 1.625em;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.commentlist li.comment .comment-meta {
		line-height: 1.625em;
		margin-left: 50px;
	}
	.commentlist li.comment .fn {
		display: block;
	}
	.commentlist li.comment .comment-content {
		margin: 1.625em 0 0;
	}
	.commentlist .comment-edit-link {
		display: none;
	}
	.commentlist > li::before,
	.commentlist > li.bypostauthor::before {
		content: '';
	}
	.commentlist .reply {
		display: none;
	}

	/* Post author highlighting */
	.commentlist > li.bypostauthor {
		color: #444;
	}
	.commentlist > li.bypostauthor .comment-meta {
		color: #666;
	}
	.commentlist > li.bypostauthor:before {
		content: none;
	}

	/* Post Author threaded comments */
	.commentlist .children > li.bypostauthor {
		background: #fff;
		border-color: #ddd;
	}
	.commentlist .children > li.bypostauthor > article,
	.commentlist .children > li.bypostauthor > article .comment-meta {
		color: #666;
	}

}


/* =IE7
----------------------------------------------- */

#ie7 article.intro {
	margin-left: -7.6%;
	margin-right: -7.6%;
	padding-left: -7.6%;
	padding-right: -7.6%;
	max-width: 1000px;
}
#ie7 section.featured-post {
	margin-left: -7.6%;
	margin-right: -7.6%;
	max-width: 850px;
}
#ie7 section.recent-posts {
	margin-right: 7.6%;
}


/* new clearfix */
.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 */


