/*
Theme Name: Emerald Expositions		
Theme URI: 
Author: Sarah Braun
Author URI: 
Description: Theme for Emerald Expositions Corporate Site
Version: 1.0
Tags: 
*/


/* --- CSS Reset --- */
/*.date { display:none; } */
/* http://meyerweb.com/eric/tools/css/reset/ | v2.0 | 20110126 | License: none (public domain) */
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }

/* HTML5 display definitions */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

strong, b {font-weight:bold;}
em, i {font-style:italic;}

/* ----- END CSS Reset ----- */


/* ----- Base Styles ----- */

body { font:13px/1.231 sans-serif; *font-size: small;  }
select, input, textarea, button { }
pre { font-family: monospace, sans-serif; }

body, select, input, textarea { color:#444; font-family: sans-serif; }
h1,h2,h3,h4,h5,h6 { font-weight:bold; }
html { overflow-y:scroll; }
 
a:hover, a:active { outline:none; }
a, a:active { color:#000; text-decoration:none; }
a:hover { color:#444; }
ul, ol { margin-left:1.8em; }
ol { list-style-type:decimal; }

nav ul, nav li { margin:0; } 
small { font-size:85%; }
strong, th { font-weight:bold; }
td, td img { vertical-align:top; } 
sub { vertical-align:sub; font-size:smaller; }
sup { vertical-align:super; font-size:smaller; }
textarea { overflow:auto; } 
input:focus, textarea:focus { outline: none; }

.ie6 legend, .ie7 legend { margin-left:-7px; } 
input[type="radio"] { vertical-align:text-bottom; }
input[type="checkbox"] { vertical-align:bottom; }
.ie7 input[type="checkbox"] { vertical-align:baseline; }
.ie6 input { vertical-align:text-bottom; }

label, input[type=button], input[type=submit], button { cursor:pointer; }
button, input, select, textarea { margin:0px; }

::-moz-selection { background:#4e689d; color:#fff; text-shadow:none; }
::selection { background:#4e689d; color:#fff; text-shadow:none; }  
button {  width:auto; overflow:visible; }

/* ----- END Base Styles ----- */



/* -----  Primary Styles ------ */
img{max-width: 100%; height: auto;}
html { height:100%;  -webkit-text-size-adjust:none;  }
	
body {	
	margin:0px; 
	padding:0px; 
	text-align:left;
	font:13px "Lora", serif;
	background: #fff;
	}
	
/* --- Header --- */

header {
	border-bottom:1px solid #999;
	margin-bottom:25px!important;
}

.home header {
	border-bottom:0px;	
	margin-bottom:5px!important;
}

header h1 {
	background:url(img/logo.png) no-repeat;
	width:235px;
	height:61px;	
	padding:0px 0 20px;
	margin:0px 0px 0px 39px;
}

	header h1 a {
		display:block;
		width:221px;
		height:61px;		
	}

/* --- Navigation --- */

nav#main {
	border-top:2px solid #999;
	padding:5px 0 5px 0;
}

nav#main h5 {
	background:url(img/menu-btn.gif) no-repeat;	
	float:right;
	height:24px;
	width:24px;
	margin:0px 10px 0 0;
}

nav#main h5.toggle {
	background:url(img/menu-btn-active.gif) no-repeat;	
}

nav#main h5 a { 
	display:block; 
	height:24px; 
	width:24px; 
}

nav#main ul { 
	display:none;
	position:absolute; 
	top:112px; 
	left:0px; 
	background:#fff;
	border:1px solid #999;
	z-index:2000; 
	width:100%; 
	list-style-type:none;
	margin:0;
	padding:30px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;   
}

	nav#main ul.nav-show { 
		display:block; 
	}

nav#main ul li { 
	float:none; 
	border-bottom:1px solid #ccc; 
	background:none; 
	margin:0px; 
}

	nav#main ul li.drop, nav#main ul > li:last-child {
		border-bottom:0px;	
	}


nav#main ul li a { 
	color:#666; 
	padding:5px; 
	margin:0px; 
	display:block; 
	border-top:0px; 
	font-size:108%;
}
	
	nav#main ul li a.active { 
		color:#009977; 
	}

	nav#main ul ul{ 
		display:none; 
		position:relative; 
		width:100%; 
		visibility:visible; 
		top:0px;
		margin-left:0px; 
		padding:0px; 
		border:0px;
		border-top:1px solid #ccc;
	}
	
nav#main ul ul { 
	display:block;
}

nav#main ul li ul li:last-child {
	border-bottom:1px solid #ccc;	
}

nav#main ul li:hover > a {  
	color:#009977;
	border-top:0px; 
	text-decoration:none;
}

nav#main ul li.drop:hover {
	color:#333;	
}

nav#main ul li ul li a { 
	padding:5px 20px; 
	text-transform:none;
}


/* --- Slider --- */

#banner {
	position:relative;	
	margin-bottom:20px;
}

.slide-content {
	color:#fff;
	padding:10px 15px;	
	background:#404040;
	margin-top:-1px;
}

.slide-content h3 {
	font-size:182%;	
	font-weight:normal;
}

.slide-content h3 b {
	color:#00E5B1;
	font-weight:normal;	
}

.copyright {
	display:block;
	color:#999999;
	font: 77% "Source Sans Pro", sans-serif;
	text-transform:uppercase;	
	text-align:right;
	width:100%;
}

.metaslider .flexslider .flex-direction-nav li { display:none!important; }
.flex-direction-nav a { display:none!important; }

/* --- Content --- */

#content {
	position:relative;	
	padding:0px 10px;
}

#content h1 {
	font-size:239%;
	font-weight:normal;
	color:#000;
	margin-bottom:30px;
	padding:0px 10px;	
}

#content-full h1 {
	font-size:239%;
	font-weight:normal;
	color:#000;
	margin-bottom:30px;
	padding:0px 10px;	
}

	#content h1.error {
		color:#cc0000;	
	}

.page-thank-you #content h1:first-of-type {
	display:none;	
}

#content h2 {
	font-size:138%;
	color:#000;
	text-transform:uppercase;
	font-weight:normal;	
	margin-bottom:35px;
	padding:0px 10px;
}
#content-full h2 {
	font-size:118%;
	color:#000;
	
	font-weight:bold;	
	padding:0px 10px;
}
/* Market Page */
	.market-image {float:left;width:33%;}
	.market-text {float:left;width:67%;}


.single-post #content h2 {
	font-size:138%;
	color:#666;
	font-weight:normal;
	font-style:italic;
	text-transform:none;
	line-height:1.6em;
	margin-top:-10px;
	margin-bottom:20px;	
}

.page-management-team #content h2 {
	font-size:197%;
	color:#666;
	text-transform:none;
	font-weight:bold;
}

.page-template-page-marketlists-php #content h2 {
	color:#666;
	text-transform:none;
	font-weight:bold;	
	margin-top:50px;
}

.blog #content h2 {
	font-size:108%;
	margin-bottom:0px;
	font-weight:bold;	
	text-transform:none;
}

.page-markets #content h2, .page-contact #content h2 {
	font-size:123%;
	color:#000;
	margin-bottom:0px;
	text-transform:none;
	font-weight:bold;	
}

.page-contact #content h2 {
	margin:20px 0;	
}

.blog #content h2 a {
	color:#000;
}

	.blog #content h2 a:hover {
		text-decoration:underline;
		color:#009977;
	}

#content h2.error-sub {
	text-transform:none;
	color:#000;
	margin-top:-25px;	
	font-weight:bold;
}

.home #content h2.subtitle {
	display:none;	
}

#content h3 {
	font-size:154%;
	color:#666;	
	margin-bottom:35px;
	padding:0px 10px;
}

/*#content h3:before, 
#content h3:after { 
	content:"\0020"; 
	display:block; 
	height:0; 
	visibility:hidden; } 
#content h3:after { clear:both; }
#content h3 { zoom:1; clear:both; }*/

#content p {
	color:#666;
	font-size:108%;
	line-height:1.5em;	
	margin-bottom:30px;
	padding:0px 10px;
}


#content-full p {
	color:#666;
	font-size:108%;
	line-height:1.5em;	
	margin-bottom:30px;
	padding:0px 10px;
}

.home #content p.home-post-link {
	margin-bottom:0px;	
}

#content p strong.black, .page-template-page-marketlists-php strong, .page-contact #content strong {
	color:#000;	
}

#content p strong a {
	color:#000;	
}

.single-post #content p a {
	font-weight:normal;	
}

#content .show-info a {
	color:#009977;
	font-weight:bold;	
}
#content-full .show-info a {
	color:#009977;
	font-weight:bold;	
}

	#content p a:hover, #content p strong a:hover {
		text-decoration:underline;
		color:#009977;	
	}
#content-full p a:hover, #content p strong a:hover {
		text-decoration:underline;
		color:#009977;	
	}
	
	.page-contact #content p a {
		font-weight:normal;	
	}
	
	
#content ul {
	list-style-type:disc;
	margin:-20px 20px 30px;	
}

	#content ul li {
		font-size:108%;
		color:#666;
		padding:2px;	
	}
	
	#content ul li a {
		color:#009977;	
	}
	
	#content ul li a:hover {
		color:#009977;
		text-decoration:underline;	
	}
	
.blog #content article h2:nth-of-type(2) {
	display:none;	
}

.blog #content article#post-200 p:first-of-type {
	display:none;	
}

/*.news-post p:first-of-type {
	display:none;	
}*/


/* Timeline */

.timeline img {
	display:none;
}

.timeline-content strong {
	color:#000;
	font-size:138%;
}

.team-left strong, .team-right strong {
	font-size:138%;
	color:#000;	
	line-height:1.4em;
}

.team-left em, .team-right em {
	font-size:138%;
	font-style:italic;
	color:#000;
	line-height:1.4em;
}

/* Markets */

.page-markets #content img {
	padding:0px 5px 0px 10px;
	border:3px #fff solid;	
	float:left;
}

.market-divide {
	height:1px;
	width:100%;
	background:#999;
	margin:30px 0;	
}

.market-banners { margin:-25px -10px 25px; }

.page-template-page-marketlists-php #content img { float:left; margin:0 5px 0 5px; }

.sig-mix-indent {
	margin-left:40px; }
	

/* --- Leadership Bios ---*/

.page-management-team #content p {
	font-size:138%;	
	float:left;
	width:145px;
	margin-bottom:0px;
}

.bio-item img {
	float:left;
	margin-right:10px;
}

.bio-item {
	width:300px;
	margin-bottom:40px;	
	float:left;
}

#content .bio-item p strong a {
	color:#009977;	
}

.page-template-page-bios-php #content h2 {
	font-size:146%;
	color:#000;
	font-weight:bold;
	text-transform:none;
	margin-bottom:0px;
}

.page-template-page-bios-php #content h3 {
	font-size:138%;
	color:#666;
	font-style:italic;
	font-weight:normal;
	margin-bottom:25px;
}

.page-template-page-bios-php img {
	float:right;
	margin:5px 0 0 10px;
}

/* --- Calendar --- */

#content a.show-doc {
	background:url(img/pdf.gif) no-repeat left center;
	padding:0 0 0 20px;
	display:block;
	margin-top:-20px;
}	

#content a.show-doc i {
	font-weight:normal;	
}

.show img {
	display:none;
	width: 140px;
	height: auto;
}	

#content span.date { 
	color:#000;
}

#content .show-info a {
	font-size:116%;	
}

/*.first-load, .second-load, .third-load {
	text-align:center;	
	margin-top:-10px;
}

.second-load, .third-load { display:none; }

.first-load > a, .second-load > a, .third-load > a {
	font-weight:bold;
	font-size:108%;
	color:#009977;	
	padding-bottom:30px;
	display:block;
cursor: pointer;
}

	.first-load a:hover, .second-load a:hover, .third-load a:hover {
		text-decoration:underline;
		color:#009977;	
	}
	
.aug-cal, .jan-cal, .apr-cal {
	text-align:left;	
}*/


.first-load, .second-load, .third-load {
	text-align:center;	
	margin-top:-10px;
}

.first-load > a, .second-load > a, .third-load > a {
	font-weight:bold;
	font-size:108%;
	color:#009977;	
	padding-bottom:30px;
	display:block;
	cursor: pointer;
}

	.first-load a:hover, .second-load a:hover, .third-load a:hover {
		text-decoration:underline;
		color:#009977;	
	}
	
.jan-cal, .apr-cal, .jul-cal, .oct-cal{
	text-align:left;	
}

/* --- Contact --- */

.offices-left p, .offices-right p { margin-bottom:20px; }
.offices-left p strong, .offices-right p strong { color:#000; }

/* --- Form ---*/

#gform_wrapper_1 {
	margin:0px 10px;	
}

.gform_wrapper .left_label .gfield_label {
	text-align:right;
	color:#000;
	font:108% "Source Sans Pro", sans-serif;	
	font-weight:normal!important;
	width:100%!important;
	float:none!important;
}

.gform_wrapper input[type="text"], .gform_wrapper textarea {
	border:1px solid #e7e7e7;
	border-top:1px solid #acacac;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;	
	width:100%!important;
}

.gform_footer.left_label {
	padding:0px!important;
	margin:2px!important;	
}

#content .gform_wrapper form ul.left_label li { 
	margin-bottom: 3px!important;
}

#content ul.gform_fields {
	margin-bottom:0px;	
}

.gform_footer.left_label { padding:1px 0 10px 7%!important; }

/* --- Careers --- */

#content div.job_listings {
	margin-bottom: 60px;	
}

#content ul.job_listings {
	margin:35px 0px 0px;	
	border-top:1px solid #999;
}

#content ul.job_listings li.job_listing, #content ul.job_listings li.no_job_listings_found {
	border-bottom:1px solid #999;
	min-width:320px;
}

#content ul.job_listings li.job_listing a, #content ul.job_listings li.no_job_listings_found a {
	padding:35px 10px;	
}

#content ul.job_listings li.job_listing a:hover, #content ul.job_listings li.no_job_listings_found a:hover, #content ul.job_listings li.job_listing a:focus, #content ul.job_listings li.no_job_listings_found a:focus {
	background-color:#f0f0f0;	
}

#content ul.job_listings li.job_listing a div.position, #content ul.job_listings li.no_job_listings_found a div.position {
	padding:0px;
	width:50%;	
}

#content .position h3 {
	color:#000;
	font-size:138%;
	margin-bottom:15px;	
	padding:0px;
}

	#content ul.job_listings li.job_listing a:hover .position h3, #content ul.job_listings li.no_job_listings_found a:hover .position h3, #content ul.job_listings li.job_listing a:focus .position h3, #content ul.job_listings li.no_job_listings_found a:focus .position h3 {
		color:#159D78;
		text-decoration:underline;
	}

#content .position h4 {
	color:#666;
	font-size:100%;
	font-weight:normal;	
	display:none;
}

#content ul.job_listings li.job_listing a div.location, #content ul.job_listings li.no_job_listings_found a div.location {
	color:#666;
	font-size:100%;
	font-weight:normal;	
	margin-top:2px;	
	line-height:1.6em;
}

#content .load_more_jobs {
	color:#159D78;
	font-size:108%;
	border-bottom:0px;	
}

	#content .load_more_jobs:hover {
		text-decoration:underline;
		background-color:#fff;	
	}

#content ul.meta {
	margin:0px;	
	list-style-type:none;
}

#content .single_job_listing .meta li {
	background-color:#fff;	
	color:#000;
	margin-right:2em;
}

#content .single_job_listing .meta li.date-posted {
	background-color:#fff;	
	color:#000;
	margin-right:2em;
display:none;
}

#content .single_job_listing .meta li.location a {
	color:#000;
}

	#content .single_job_listing .meta li.location a:hover {
		color:#159D78;
		text-decoration:underline;	
	}
	

.single-job_listing #content ul.meta {
	margin:0 0 25px 10px;
}

#content .single_job_listing .meta .date-posted:before {
	font-size:12px;
	margin:-1px 0px 0 0;	
	color:#666;
}

#content .single_job_listing .meta .location:before {
	font-size:13px;
	margin:0px -4px 0px 0px;	
	color:#666;
}

#content .single_job_listing .application .application_button {
	background:#009A76;
	border:0px;	
	color:#fff;
	text-shadow:1px 1px 0px #008063;
	font:bold 123% "Lora", serif;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	padding:7px;
	box-shadow:2px 2px 0px #008063;
	width:220px;
}

#content .single_job_listing .application {
	overflow:visible;
	margin:0 0 7em;	
}

.no-jobs {
	border-top:1px solid #999999;
	padding-top:25px;
	text-align:center;
	display:none;	
}

.no-jobs.show-blurb {
	display:block;	
}

/* --- Share Buttons --- */

#share span {
	height:20px; 
	display:block;	
	float:left;
	margin-right:10px; 
}

.st_facebook_custom { background:url(img/share.png) no-repeat 0px 0px; width:16px; }
.st_twitter_custom { background:url(img/share.png) no-repeat -21px 0px; width:25px; }
.st_linkedin_custom { background:url(img/share.png) no-repeat -51px 0px; width:25px; }
.st_googleplus_custom { background:url(img/share.png) no-repeat -79px 0px; width:28px; }
.st_email_custom { background:url(img/share.png) no-repeat -112px 0px; width:27px; }
.print { background:url(img/share.png) no-repeat -142px 0px; width:30px; text-indent:-9999px; }

.st_facebook_custom:hover { cursor:pointer;  }
.st_twitter_custom:hover { cursor:pointer; }
.st_linkedin_custom:hover { cursor:pointer; }
.st_googleplus_custom:hover { cursor:pointer; }
.st_email_custom:hover { cursor:pointer; }
.print:hover { cursor:pointer; }

#share {
	padding:0 0 10px 0px;
	margin:0px 10px 25px;
	background:url(img/article-divider.jpg) no-repeat left bottom;	
}

.single-job_listing #share { display:none; }

/* -- Pagination -- */

.pagination {
	border-top:1px solid #999;
	margin:30px 0;	
	padding-top:15px;	
}

.pagination .left a {
	float:left;	
}

.pagination .right a {
	float:right;	
}

.pagination a {
	display:block;
	color:#666;	
	font-size:108%;
}

.pagination a:hover {
	color:#009977;
}

/* -- Wordpress Image Styling -- */

.asset-img-link {
	width:auto;
}

.alignleft {
	float:left;	
	margin-right:10px;
}

.alignright {
	float:right;	
	margin-left:10px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
margin-top: 0.4em;
}
.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.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;
}

.blog .sticky .entry-header .entry-meta {
clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
}


/* --- Sidebar --- */

#right {
	padding:30px 0px;
}

.home #right {
	border-top:1px solid #999;	
}

.home #right h2 {
	font-size:138%;
	color:#000;
	text-transform:uppercase;
	font-weight:normal;	
	margin-bottom:30px;	
	padding:0px 10px;
}

#right h2 {
	font-size:138%;
	color:#000;
	font-weight:bold;	
	margin-bottom:30px;	
	padding:0px 10px;
}


#right p {
	padding:0px 10px;
	font-size:108%;
	line-height:1.5em;
	color:#666;	
}

#right ul {
	list-style-type:none;
	margin:0px;	
}

	#right ul li {
		background:url(img/bullet.jpg) left 8px no-repeat;
		padding:2px 15px;
		font-size:108%;
		color:#666;	
	}
	
#right a {
	color:#009977;
	font-weight:bold;
	font-size:108%;	
}

	#right p a {
		font-weight:normal;
		font-size:100%;	
	}

	#right a:hover {
		text-decoration:underline;
		color:#009977;
	}
	
.left-markets {
	width:44%; 
	margin-right:10px;	
	float:left;
	padding-left:10px;
}

.right-markets {
	width:46%;	
	float:left;
	padding-right:10px;
}


.right-markets a {
	display:block;
	margin-left:15px;	
}

.sched-img {
	padding-top:20px;	
	display:block;
}

.sched-img img {
	max-width:100%;	
}

/* --- Footer --- */

footer {
	border-top:1px solid #999;
	padding:0 0 20px;
}

footer p {
	color:#666;
	font-size:93%;
	padding:5px 10px;	
}

footer a {
	color:#009977;	
}

footer a:hover {
	text-decoration:underline;
	color:#009977;	
}

footer span {
	display:block;	
}

/* ----- End Primary Styles ------- */



/* ----- Media Queries ----- */

/* Desktop Screen size 960 and above */
@media only screen and (min-width: 960px) {
	/* Header */
	header { border-bottom:16px solid #333; padding:0px 0px 5px 0px; margin:0px 10px; }
	.home header { border-bottom:0px; padding-bottom:0px; }
	header h1 { margin-left:0px; padding:0px; }
	nav#main { border-top:0px; padding:0px; margin-top:-15px; float:right; }
	nav#main h5 { display:none; }
	nav#main ul { margin:0px; display:block; position:relative; top:auto; width:auto; border:0px; padding:0px; }
	nav#main ul li { padding:0px; margin:0px 5px; float:left; border-bottom:0px; }
	nav#main ul li.drop { border-left:1px solid transparent; border-right:1px solid transparent; }
	nav#main ul li.drop a {  position:relative; z-index:10001; }
	nav#main ul li:last-child { padding-right:0px; }
	nav#main ul li a { font-size:108%; color:#666; border-top:3px solid #fff; padding:3px 10px; display:block; line-height:19px; background:#fff; }
	nav#main ul li a:hover, nav#main ul li:hover a, nav#main ul li.current-menu-item a { border-top:3px solid #009B77; color:#009977; }
	nav#main ul li.drop a:hover, nav#main ul li.drop:hover a { border-top:3px solid #009B77; }
	nav#main ul li.drop:hover { border-left:1px solid #999; border-right:1px solid #999; }

	
	/* Dropdown */	
		nav#main ul li ul {
			position:absolute;
			visibility:hidden;
			width:44%;
			background:#fff;
			margin-left:-1px;
			padding:5px 10px;
			z-index:10000;
			border:1px solid #999;
			margin-top:0;
			top:27px;
			left:auto;
			}
			
			nav#main ul li#menu-item-17 ul { width:31%; }
			
			nav#main ul li:hover ul {
				visibility:visible;
				z-index:10000;
				}
		
		nav#main ul li ul li {
				margin:0px;
				padding:0px;
				float:none;
				background:none;
				border-bottom:1px solid #ccc;
				border-left:0px;
				border-right:0px;
			}
			
				nav#main ul li ul li:last-child {
					border-bottom:0px;	
				}
	
		nav#main ul li ul li a, nav#main ul li.drop:hover ul li a, nav#main ul li:hover ul li a {
			padding:5px 0px;
			margin:0px;
			display:block;
			height:auto;
			text-align:left;
			text-transform:none;
			background:none;
			padding:5px 0px;
			border:0px!important;
			color:#666;
			font-size:103%;
			}
			
			
		nav#main ul li ul li a:hover {
			color:#009977!important;
			text-decoration:none;
			}	
	
	/* Slider */
	.slide-content { color:#fff; padding:30px 30px;	background:url(img/slider/slider-bg.png) repeat; position:absolute; bottom:40px; right:0px; width:340px; }
	.slide-content h3 { font-size:225%;	font-weight:normal; }
	
	/* Content */
	.home #content {  }
	#content h1 { padding:0px 0px; }
	#content h2 { padding:0px 0px; }
	#content h3 { padding: 0px 0px; }
	#content p { padding:0px 0px; }
	
	.market-banners { margin:-25px -140px 25px; }
	
	/* Timeline */
	.timeline { padding-bottom:40px; margin-bottom:30px; }
	.timeline img { display:block; }
	.timeline-content { display:none; }
	.team-left { width:47%; float:left; margin-right:40px; }
	.team-right { width:48%; float:left; }
	
	/* Contact */
	.page-contact #mid { padding: 0px 10px; }
	.page-thank-you #mid, .error404 #content { padding:0px 150px; }
	.page-thank-you #mid #content { width:410px!important; margin-right:50px; }
	.page-thank-you #right { width:185px!important; }
	.offices-left, .offices-right { float:left;	width:47%; }
	.offices-left { margin-right:20px; }
	.offices-left p, .offices-right p { margin-bottom:30px; }
	.offices-left p strong, .offices-right p strong { color:#000; }
	
	.left-col, .right-col { width:48%; float:left; }
	.left-col { margin-right:20px; }
	.page-contact .left-col, .page-contact .right-col { width:46%; }
	
	/* Markets */
	.page-template-page-marketlists-php #content img { padding:0px 10px 0px 0px; border:0px; float:left; margin:0px; }
	.page-template-page-marketlists-php #content .market-blurbs p { float:left; width:75%; }
	.page-template-page-marketlists-php #content .market-blurbs .sig-mix-indent p { width:71%; }
	.sig-mix-indent { margin-left:135px; }
	
	/* Calendar */
	.show img { display:block; float:left;max-width:140px;height:auto; }
	.show-info { float:left; }
	.show.clearfix > a {
		width: 140px;
		margin-right:10px;
		display: inline-block;
		float:left;
	}
	#content a.show-doc {
		position:absolute;	
		top:10px;
		right:150px;
		margin:0;
	}
	
	/* Leadership Bios */
	.bio-item { float:left; margin-right:20px; height:135px; }
	.bio-item:nth-of-type(3n) { margin-right:0px; }
	
	/* Article */
	.single-post #content, .page-markets #content, .blog #content, .page-template-page-marketlists-php #content, .page-template-page-bios-php #content, .page-calendar #content, .page-calendar-jan-march #content, .page-calendar-august-nov #content, .page-show-calendar #content { padding:0px 150px; }
	#content { padding:0px 20px; }
	#share { margin:0px 0px 25px; }
	
	/* Careers */
	.page-careers #content, .single-job_listing #content { padding:0px 20px; }
	.single-job_listing #content ul.meta { margin: 0 0 25px 0; }
	
	/* Form */
	#gform_wrapper_1 { margin:0px;	}
	.gform_wrapper .left_label .gfield_label { width:22%!important; float:left!important; }
	.gform_wrapper input[type="text"], .gform_wrapper textarea { width:70%!important; }
	.gform_footer.left_label { padding:1px 0 10px 28%!important; margin:2px!important;	}
	#content .gform_wrapper form ul.left_label li { margin-bottom: 3px!important; }

	/* Sidebar */
	#right { border-top:0px; padding:0px 0px 30px; }
	body.page-contact #right {
	    padding: 0px 20px 30px;
	}
	.home #right { border-top:0px; }
	#right h2 { padding:0px; }
	#right p { padding:0px; }
	.left-markets { width:50%; }
	.left-markets, .right-markets { padding:0px; }
	
	/* Footer */
	footer span { display:inline; }
	footer { padding-left:0px; }
	footer p.left-foot-links { float:left; }
	footer p.right-foot-links { float:right; }
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	/* Header */
	header { border-bottom:16px solid #333; padding:0px 0px 5px 0px; margin:0px 10px; }
	.home header { border-bottom:0px; padding-bottom:0px; }
	header h1 { margin-left:0px; padding:0px; }
	/*nav#main { border-top:0px; padding:0px; margin-top:-15px; float:right; }
	nav#main h5 { display:none; }
	nav#main ul { margin:0px; display:block; position:relative; top:auto; width:auto; border:0px; padding:0px; }
	nav#main ul li { padding:0px; margin:0px 5px; float:left; border-bottom:0px; }
	nav#main ul li.drop { border-left:1px solid transparent; border-right:1px solid transparent; }
	nav#main ul li.drop a {  position:relative; z-index:10001; }
	nav#main ul li:last-child { padding-right:0px; }
	nav#main ul li a { font-size:108%; color:#666; border-top:3px solid #fff; padding:3px 10px; display:block; line-height:19px; background:#fff; }
	nav#main ul li a:hover, nav#main ul li:hover a, nav#main ul li.current-menu-item a { border-top:3px solid #009B77; color:#009977; }
	nav#main ul li.drop a:hover, nav#main ul li.drop:hover a { border-top:3px solid #009B77; }
	nav#main ul li.drop:hover { border-left:1px solid #999; border-right:1px solid #999; }*/

	
	/* Dropdown */	
		/*nav#main ul li ul {
			position:absolute;
			visibility:hidden;
			width:44%;
			background:#fff;
			margin-left:-1px;
			padding:5px 10px;
			z-index:10000;
			border:1px solid #999;
			margin-top:0;
			top:27px;
			left:auto;
			}
			
			nav#main ul li#menu-item-17 ul { width:31%; }
			
			nav#main ul li:hover ul {
				visibility:visible;
				z-index:10000;
				}
		
		nav#main ul li ul li {
				margin:0px;
				padding:0px;
				float:none;
				background:none;
				border-bottom:1px solid #ccc;
				border-left:0px;
				border-right:0px;
			}
			
				nav#main ul li ul li:last-child {
					border-bottom:0px;	
				}
	
		nav#main ul li ul li a, nav#main ul li.drop:hover ul li a, nav#main ul li:hover ul li a {
			padding:5px 0px;
			margin:0px;
			display:block;
			height:auto;
			text-align:left;
			text-transform:none;
			background:none;
			padding:5px 0px;
			border:0px!important;
			color:#666;
			font-size:103%;
			}
			
			
		nav#main ul li ul li a:hover {
			color:#009977!important;
			text-decoration:none;
			}	*/
	
	/* Slider */
	#banner { margin:0px 10px 20px; }
	.slide-content { color:#fff; padding:30px 30px;	background:url(img/slider/slider-bg.png) repeat; position:absolute; bottom:40px; right:0px; width:340px; }
	.slide-content h3 { font-size:225%;	font-weight:normal; }
	
	/* Content */
	.home #content { margin-right:33px; padding:0px 0px 0px 10px; }
	#content { padding:0px 65px; }
	#content h1 { padding:0px 0px; }
	#content h2 { padding:0px 0px; }
	#content h3 { padding: 0px 0px; }
	#content p { padding:0px 0px; }
	
	.market-banners { margin:-25px -55px 25px; }
	.left-col, .right-col { width:48%; float:left; }
	.left-col { margin-right:20px; }
	.page-contact .left-col, .page-contact .right-col { width:46%; }
	
	/* Contact */
	.page-contact #mid { padding:0px 160px; }
	.page-thank-you #mid  { padding:0px 45px; }
	/*.page-contact #mid #content,*/ .page-thank-you #mid #content { width:420px!important; margin-right:50px; padding:0px 0px; }
	.page-contact #mid #content { margin-bottom:50px; }
	.page-thank-you #right  { width:185px!important; }
	.page-contact #right { width:420px!important; }
	.offices-left, .offices-right { float:left;	width:45%; }
	.offices-left { margin-right:40px; }
	.offices-left p, .offices-right p { margin-bottom:30px; }
	.offices-left p strong, .offices-right p strong { color:#000; }
	
	/* Markets */
	.page-template-page-marketlists-php #content img { padding:0px 10px 0px 0px; border:0px; float:left; margin:0px; }
	.page-template-page-marketlists-php #content .market-blurbs p { float:left; width:75%; }
	.page-template-page-marketlists-php #content .market-blurbs .sig-mix-indent p { width:70%; }
	.sig-mix-indent { margin-left:135px; }
	
	/* Calendar */
	.show img { display:block; float:left; margin-right:10px; }
	.show-info { float:left; }
	#content a.show-doc {
		position:absolute;	
		top:10px;
		right:65px;
		margin:0;
	}
	
	/* Leadership Bios */
	.bio-item { float:left; margin-right:20px; }
	.bio-item:nth-of-type(2n) { margin-right:0px; }
	
	/* Article */
	#share { margin:0px 0px 25px; }
	
	/* Careers */
	.single-job_listing #content ul.meta { margin: 0 0 25px 0; }
	
	/* Form */
	#gform_wrapper_1 { margin:0px;	margin-bottom: 50px;}
	.gform_wrapper .left_label .gfield_label { width:70px!important; float:left!important; }
	.gform_wrapper input[type="text"], .gform_wrapper textarea { width:70%!important; }
	.gform_footer.left_label { padding:1px 0 10px 0%!important; margin:2px!important;	}
	.gform_wrapper form ul.left_label li { margin-bottom: 3px!important; }
	
	/* Sidebar */
	#right { border-top:0px; padding:0px 0px 30px; }
	.home #right { border-top:0px; }
	#right h2 { padding:0px; }
	#right p { padding:0px; }
	.left-markets { width:50%; }
	.left-markets, .right-markets { padding:0px; }
	
	/* Footer */
	footer span { display:inline; }
	footer { margin:0px 10px;  }
	footer p.left-foot-links { float:left; }
	footer p.right-foot-links { float:right; }

	/* Market Page */
	.market-image {float:left;width:40%;}
	.market-text {float:left;width:60%;}

	.left-col{ margin-left:10px; }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	header h1 { margin: 0 100px; }
	nav#main ul li { padding:0px 17px; }
}

@media only screen and (min-width: 320px) and (max-width: 412px) {
/* Market Page */
	.market-image {float:left;width:100%;clear:both;margin-left:10px;}
	.market-text {float:left;width:100%;clear:both;}
}
/* ----- END Media Queries ----- */




/* ----- Extra Classes ----- */

/* image replacement */
.ir { 
	display:block; 
	text-indent:-999em; 
	overflow:hidden; 
	background-repeat:no-repeat; 
	text-align:left; 
	direction:ltr; 
	}

/* Hide but maintain layout */
.invisible { visibility:hidden; }

/* Clearfix */
.clearfix:before, 
.clearfix:after { 
	content:"\0020"; 
	display:block; 
	height:0; 
	visibility:hidden; } 
.clearfix:after { clear:both; }
.clearfix { zoom:1; clear:both; }


/*ROYALSLIDER*/
@media screen and (max-width: 767px) {
	.slide-content{    
		position: absolute;
	    top: 0;
	    background-color: #404040;
	    /*width: 100%;*/
	    left: 0;
	    padding: 10px 15px;
	}
}
.copyright {
    display: block;
    color: #999999;
    font: 77% "Source Sans Pro", sans-serif;
    text-transform: uppercase;
    text-align: right;
    width: 100%;
    position: absolute;
    top: 100%;
    right: 0px;
}
/* ----- END Extra Classes ----- */

.date {display:hidden; }
.bio-item a:hover{color: #009977;}

.rsUni .rsGCaption {
    position: absolute !important;
    float: none !important;
    left: 0px !important;
    text-align: left !important;
    background-color:rgba(0, 0, 0, 0.75) !important;
    color: #FFF !important;
    padding: 10px !important;
    width: 100% !important;
    font-size: 12px !important;
    border-radius: 2px !important;
    top: 0px !important;
    bottom: unset !important;
height:15px;
}

.rsUni .rsThumbsHor {
    width: 100%;
    height: 72px;
    padding-top: 4px;
}

.page-about-us #content ul{margin: auto;}
.page-about-us #content ul ul{margin:25px;}
.page-about-us #content ul ul li{list-style: circle;}
@media screen and (max-width: 959px) {
	header h1{padding-bottom: 20px;}
	header {
    border-bottom: 1px solid #333;
}
}

#content ul li ul {
    margin: 10px 10px 10px 20px;
}