/*  #005f7d */ 

/* ------------------------------------------- */
/*           	  STRUCTURE                    */
/* ------------------------------------------- */

#main_wrapper{
	background:#fff url(/static/img/global/main-bg.png) repeat-x;
	width:100%;
	min-width:1180px;
}


#main_bottom{
	width:100%;
	min-width:1180px;
	background:url(/static/img/global/footer-bg-top.png) repeat-x left bottom;
}

#main{
	width:1178px;
	border:1px solid #ccc;
	background:#fff;
	margin:0 auto;
	margin-top:30px;
	display:block;
}

#spacer{
	display:block;
	height:1px;
}

#left_column{
	float:left;
	width:258px;
	height:100%;
	background:#fff url(/static/img/global/diag-dark-stripes.png) repeat left top;
	padding:0 20px;
}

#center_column{
	float:left;
	width:581px;
	height:100%;
	background-color:#fff;
	border-left:1px solid #ccc;
}

#wide_column{
    padding: 0 20px; 
	float:left;
    min-height:1200px; 
	width:839px; 
	height:100%;
	background-color:#fff;
	border-right:1px solid #ccc;
}

#main_content{
	float:left;
	width:799px;
	height:100%;
	background-color:#fff;
	border-right:1px solid #ccc;
}

#wide_content{
	float:left;
	width:859px;
    min-height:1000px; 
	height:100%;
	background-color:#fff;
	border-right:1px solid #ccc;
}

#standard_content{
	float:left;
	width:799px;
	height:100%;
	background-color:#fff;
	border-right:1px solid #ccc;
	padding:0;
}


#full_width{
	float:left;
	background-color:#fff;
	width:1178px;
}

#full_width_padded{
	float:left;
	background-color:#fff;
	padding: 40px;
	width:1098px;
}

#full_width .main_title{
	margin-left:40px;
}

.main_title{
	font-family: 'OpenSansRegular';
	width:100%;
}

#standard_content .main_title{
	margin:30px 0px 20px 0px;
}

/* ------------------------------------------- */
/*           	  FORM FIELDS                  */
/* ------------------------------------------- */

.form_field  {
	border:1px solid #ccc;
    display:inline-block;
    font-size:16px;
	height:24px;
    line-height:1;
    padding:7px;
	color:#444444;	
}

.infield{
	position:relative; 
	display:inline-block;
	float:left;
}

.infield label { 
	position:absolute; 
	top:0; 
	left:0;
	padding:12px 0 0 9px;
	color:#9c9c9c;
	font-size:16px;
	line-height:1;
}

.infield br {
	display:none;
}

.submit_button{
	cursor:pointer;
	border:none;
	line-height: 300px; 
	overflow: hidden; 
	font-size: 0;
	display:block;
	text-indent:-10000px;
}



/* ------------------------------------------- */
/*           	  NAVIGATION                   */
/* ------------------------------------------- */

#primary_nav_wrapper{
	margin:0;
	width:100%;
	min-width:1180px;
	background-color:#fff;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:15px 0;
}

#primary_nav{
	margin:0 auto;
	width:1180px;
	position:relative;
}

#primary_nav>li {
	border-right:1px solid #ccc;
    float:left;
	font-size:20px;
	display:block; 
	width:167px; /*167 with 7 list items*/   /*195 with 6 list items*/
}

#primary_nav>li:first-child {
        border-left:1px solid #ccc;
        width:170px;	/*170 with 7 list items*/   /*198 with 6 list items*/
}

#primary_nav>li a{
	padding:5px 0;
	display:block;
	text-align:center;
	color:#444;
}

#primary_nav>li a:hover span{
	color:#005f7d;
}

#primary_nav>li.dropdown_menu_trigger a:hover{
	cursor:default;
}

#primary_nav>li.dropdown_menu_trigger a:hover span{
	color:#aaa;
}

#primary_nav .active a span{
	color: #005f7d; 
}

/*-- DROPDOWN MENU --*/

#sub_nav {        
	display: none; 
	position: absolute;
	left:0;
	bottom:0;
	border: 1px solid #ccc;
	border-top:1px dashed #ccc;
	margin-bottom:-62px;
	height:25px;
	float: left;  
	width: 1178px;  
	background: #FFFFFF;  
	padding:10px 0;
	z-index:500;
	-webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
	-webkit-box-shadow: 0px 3px 2px 0px #999;
	box-shadow: 0px 3px 2px 0px #999; 
}

.ie7 #sub_nav, .ie8 #sub_nav{
	margin-bottom:-61px;
}    

#primary_nav #sub_nav li {
	float:left;
	font-size:16px;
	display:block; 
	padding:5px 0px;
}

#primary_nav #sub_nav li a{
	padding:0 10px 0 15px;
	background:url(/static/img/global/ccc-dot.png) no-repeat left center;
}

#primary_nav #sub_nav li a:hover span{
	color:#005f7d;
	cursor:pointer;
}

#primary_nav #sub_nav li:first-child a{
	text-align:left;
	background:none;
} 


/* ------------------------------------------- */
/*           	  FOOTER                       */
/* ------------------------------------------- */

#footer_wrapper{
	width:100%;
	min-width:1180px;
	background:#005f7d url(/static/img/global/footer-bg-top02.png) repeat-x left top;
	padding:0 0 40px 0;
	clear:both;
}

#footer{
	background:url(/static/img/global/footer-lid.png) repeat-x center top;
	padding:40px 0 0 0;
	margin:0 auto;
	width:1180px;
	color:#fff;
}

#left_block{
	width:260px;
	padding:20px;
	float:left;
}

#mid_block{
	background:url(/static/img/global/20percent-white.png) repeat;
	width:500px;
	padding:20px;
	margin:0 20px;
	float:left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#right_block{
	width:260px;
	padding:20px;
	float:left;
}

#footer a{
	color:#fff;
}

#footer p a:hover{
	border-bottom: 1px dotted #fff;
}

#backtotop{
	background:url(/static/img/global/back-to-top.png) no-repeat left top;
	padding:0 0px 0px 31px;
	height:21px;
	line-height:21px;
	display:block;
	font-size:18px;
	font-family: 'OpenSansBold';
	color:#fff;
}

#backtotop span:hover{
	border-bottom: 2px dotted #fff;
}

#left_block p{
	margin:15px 0 0 0;
}

#left_block h6{
	margin:15px 0 0 0;
	font-size:12px;
	line-height:1.2;
	font-family: 'OpenSansSemibold';
}

#mid_block ul{
	display:block;
	float:left;
	width:250px;
}

#mid_block li{
	margin:10px 0 0 0;
}

#mid_block li a{
	font-size:14px;
	font-family: 'OpenSansSemibold';
}

#mid_block li a:hover{
	border-bottom:1px dotted #fff;
}

#right_block ul{
	display:block;
	float:left;
	width:130px;
}

#right_block li{
	margin:20px 0 0 0;
}

#right_block li a{
	font-size:18px;
	font-family: 'OpenSansRegular';
	display:block;
	padding:0 0 0 35px;
	height:30px;
	line-height:40px;
}

#right_block li a span:hover{
	border-bottom:1px dotted #fff;
}

	#fb_soc_link{
		background:url(/static/img/global/fb-icon.png) no-repeat left top;
	}

	#twitter_soc_link{
		background:url(/static/img/global/twitter-icon.png) no-repeat left top;
	}

	#li_soc_link{
		background:url(/static/img/global/li-icon.png) no-repeat left top;
	}

	#yt_soc_link{
		background:url(/static/img/global/yt-icon.png) no-repeat left top;
	}


/* ------------------------------------------- */
/*           	  FILTERS                      */
/* ------------------------------------------- */

.simple_title{
	margin:20px 0;
}

#rss_button{
	background:url(/static/img/interactive/rss-button.png) no-repeat 0 0;
	width:66px;
	height:24px;
	display:inline-block;
	float:right;
	text-indent:-10000px;
}

#rss_button:hover{
    background:url(/static/img/interactive/rss-button.png) no-repeat 0 -44px;
    width:66px;
    height:24px;
}

#rss_button:active{
    background:url(/static/img/interactive/rss-button.png) no-repeat 0 -88px;
    width:66px;
    height:24px;
}

#keywords_list{
	background-color:#fff;
	border:1px solid #ccc;
	margin:0 0 10px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#keywords_list li{
	padding:10px 20px;
	border-top:1px dashed #ccc;
}

	#keywords_list li:first-child{
		border-top:none;
	}

#keywords_list li p{
	line-height:1;
	font-size:18px;
}

.term_remove{
	margin-top:1px;
	background:url(/static/img/interactive/remove-icon.png) no-repeat 0 0;
	width:16px;
	height:16px;
	display:inline-block;
	float:right;
	text-indent:-10000px;
	cursor:pointer;
}

	.term_remove:hover{
		margin-top:1px;
		background:url(/static/img/interactive/remove-icon.png) no-repeat 0 -25px;
		width:16px;
		height:16px;
	}

	.term_remove:active{
		margin-top:1px;
		background:url(/static/img/interactive/remove-icon.png) no-repeat 0 -49px;
		width:16px;
		height:16px;
	}

#add_key{
	background:url(/static/img/interactive/add-button.png) no-repeat 0 0;
	width:54px;
	height:40px;
	display:inline-block;
	float:right;	
}

	#add_key:hover{
		background:url(/static/img/interactive/add-button.png) no-repeat 0 -60px;
		width:54px;
		height:40px;
	}

	#add_key:active{
		background:url(/static/img/interactive/add-button.png) no-repeat 0 -120px;
		width:54px;
		height:40px;
	}

#send_email{
	background:url(/static/img/interactive/send-button.png) no-repeat 0 0;
	width:89px;
	height:40px;
	display:inline-block;
	float:left;	
	margin:15px 0 40px 0;
}

	#send_email:hover{
		background:url(/static/img/interactive/send-button.png) no-repeat 0 -60px;
		width:89px;
		height:40px;
	}

	#send_email:active{
		background:url(/static/img/interactive/send-button.png) no-repeat 0 -120px;
		width:89px;
		height:40px;
	}

#keyword_input{
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-right:none;
	
	-webkit-box-shadow: inset 0px 1px 4px 0px #ddd;
	box-shadow: inset 0px 1px 4px 0px #ddd; 
}

.filter_title{
	margin:20px 0 10px 0;
}

#reset_filters_button{
	border: none;
	background:url(/static/img/interactive/reset-filters-button.png) no-repeat 0 0;
	width:93px;
	height:24px;
	display:inline-block;
	text-indent:-10000px;
	margin:7px 0 0 20px;
}

	#reset_filters_button:hover{
		background-position: 0 -44px;
	}

	#reset_filters_button:active{
		background-position: 0 -88px;
	}

.toggle_all{
	margin:0 20px;
}	

.toggle_all span{
	text-transform:uppercase;
	font-size:11px;
	color:#444;
}

	.toggle_all span:hover{
		border-bottom:1px dotted #444;
	}

#filters_wrapper{
	background: url(/static/img/global/4pct-dark-fill.png) repeat left top;
	border: 1px solid #ccc;
    -moz-box-shadow: inset 0px 0px 20px #ddd;
    -webkit-box-shadow: inset 0px 0px 20px #ddd;
    box-shadow: inset 0px 0px 20px #ddd;
	margin: 20px 0px 30px 0px;
	padding-bottom: 20px;
}

#filters_wrapper h3{
	margin:20px 20px 5px 20px;
}

#filters_wrapper .filter_set{
	margin-bottom: 30px;
}

#filters_wrapper h4{
	margin:0 20px;
	font-size:20px;
}

#filters_wrapper hr{
	background:url(/static/img/global/thick-border.png) repeat-x;
	margin: 25px 20px;
	height: 3px;
	border: 0px;
	border-style: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	clear: both;
}

.collapse_arrow{
	background:url(/static/img/interactive/accordion-arrow.png) no-repeat 0 0;
	width:15px;
	height:15px;
	display:inline-block;
	float:right;
	text-indent:-10000px;
	margin:2px 20px 0 0;
}

	.collapse_arrow:hover{
		background:url(/static/img/interactive/accordion-arrow.png) no-repeat 0 -25px;
		width:15px;
		height:15px;
	}

.expand_arrow{
	background:url(/static/img/interactive/accordion-arrow.png) no-repeat 0 -50px;
	width:15px;
	height:15px;
	display:inline-block;
	float:right;
	text-indent:-10000px;
	margin:2px 20px 0 0;
}

	.expand_arrow:hover{
		background:url(/static/img/interactive/accordion-arrow.png) no-repeat 0 -75px;
		width:15px;
		height:15px;
	}


/* ---	CHECKBOXES --- */

.magic_box{
	margin: 10px 0 0 0;
	padding: 0px;
}

.magic_box li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	clear: both;
}

.simple_magic_box input{
	display: none;
}

.simple_magic_box label{
	padding:2px 0 0 10px;
	font-size:14px;
	line-height:1;
	cursor:pointer;
	float:left;
}

.simple_magic_box span{
	background:url(/static/img/interactive/simple-check-box.png) no-repeat 0 -80px;
	display:block;
	width:20px;
	height:20px;
	float:left;
	cursor:pointer;
}

	.simple_magic_box div:hover span{
		background:url(/static/img/interactive/simple-check-box.png) no-repeat 0 -40px;
	}

.simple_magic_box .mb_checked span{
	background:url(/static/img/interactive/simple-check-box.png) no-repeat 0 0;
	display:block;
	width:20px;
	height:20px;
	float:left;
}

	.simple_magic_box .mb_checked:hover span{
		background:url(/static/img/interactive/simple-check-box.png) no-repeat 0 -40px;
	}


/* ------------------------------------------- */
/*                 LISTINGS                    */
/* ------------------------------------------- */

table{
	padding:0;
	border-collapse:separate;
	border-collapse:collapse;
	font-size:14px;
} /*GLOBAL ??? */

#main_content #positions_table{
	width:580px;
	table-layout:fixed;	
}

#positions_table th{
	background:#fff url(/static/img/global/sm-bottom-shading.png) repeat-x center bottom;
	border-bottom:1px solid #ccc;
	font-size:14px;
	font-family: 'OpenSansBold';
	padding:6px 20px 6px 0;
}

	#positions_table th:first-child{
		padding:3px 20px;
	}

	#positions_table th.overview_arrow_space, #positions_table th:last-child{
		border-right:1px solid #ccc;
	}

#positions_table td{
	vertical-align:middle;
	padding:20px 20px 20px 0;
	border-bottom:1px solid #ccc;
	overflow:hidden;
}

	#positions_table td:first-child{
		padding:20px;
	}
	
.listings_title{
	width:224px; 
}

.listings_pay{
	width:98px;
}

.listings_area{
	width:139px;
}

#positions_table .row_hover td{
	background-color:#e5eef5;
	cursor:pointer;
}

#positions_table h5 a{
	font-size:20px;
	line-height:1.15;
}

.compensation, .type, .city, .area{
	line-height:1.2;
	white-space:pre;
}

.compensation, .type{
	color:#666;
}

.city, .area{
	color:#000;
}

.city, .compensation{
	text-transform:uppercase;
}

.type, .area{
	font-size:12px;
	margin:2px 0 0 0;
}

.overview_arrow, #positions_table td:last-child{
	width:24px;
	border-right:1px solid #ccc;
}

#positions_table .row_hover td.overview_arrow{
	width:24px;
	background:#fff url(../img/global/left-shading.png) repeat-y left top;
	border-left:1px solid #ccc;
	z-index:600;
	padding:0;
	border-right:none;
}

.row_hover .overview_arrow span{
	background:url(../img/global/overview-arrow.png) no-repeat center center;
	width:20px;
	height:20px;
	display:block;
	float:right;
	margin-right:8px;	
}

/* ------------------------------------------- */
/*                  OVERVIEW                   */
/* ------------------------------------------- */

#overviews_module.fixed {
    position: fixed; 
    top: 0px; 
    width:238px; 
}

.overview{
	background-color:#fff;
	overflow:hidden;
}

.overview_apply_button{
	background:url(../img/interactive/apply-button.png) no-repeat 0 0;
	width:90px;
	height:36px;
	display:inline-block;
	float:left;	
	border:none;
	text-indent:-10000px;
	margin:0 0 20px 0;
	cursor:pointer;
}
	.overview_apply_button:hover{
		background:url(../img/interactive/apply-button.png) no-repeat 0 -56px;
		width:90px;
		height:36px;
	}

	.overview_apply_button:active{
		background:url(../img/interactive/apply-button.png) no-repeat 0 -112px;
		width:90px;
		height:36px;
	}

.overview_share_button{
	background:url(../img/interactive/share-button.png) no-repeat 0 0;
	width:88px;
	height:36px;
	display:inline-block;
	float:right;	
	border:none;
	text-indent:-10000px;
	margin:0 0 20px 0;
	cursor:pointer;
}
	.overview_share_button:hover{
		background:url(../img/interactive/share-button.png) no-repeat 0 -56px;
		width:88px;
		height:36px;
	}

	.overview_share_button:active{
		background:url(../img/interactive/share-button.png) no-repeat 0 -112px;
		width:88px;
		height:36px;
	}

.overview_text{
	margin:20px 0;
	line-height:1.5;	
}

.overview h5 a:hover{
	border-bottom:1px dotted #005f7d;
}

.overview #jobpost_summary{
	clear:both;
	margin-top:20px;
}

.overview #jobpost_summary li{
	width:236px;
	margin-left:0;
}

.overview #jobpost_summary li h6{
	float:left;
	width:110px;
	font-size:12px;
	line-height:1.2;
}

.overview #jobpost_summary li p{
	float:left;
	width:114px;
	font-size:12px;
	line-height:1.2;
	margin-left:10px;
}


/* ------------------------------------------- */
/*           	  JOB DETAILS                  */
/* ------------------------------------------- */

#jobpost{
	margin:0 0 40px 0;
	padding:0 20px;
}

#jobpost_summary{
	border-top:3px solid #ccc;
	border-bottom:3px solid #ccc;
	padding:12px 0 20px 0;
	margin:0 0 20px 0;
}

#jobpost_summary li{
	float:left;
	width:364px;
	margin:8px 0 0 10px;
}

#jobpost_summary li h6{
	float:left;
	width:150px;
	font-size:14px;
	line-height:1.2;
}

.jobpost_date, .jobpost_compensation, .jobpost_area, .jobpost_tech{
	float:left;
	width:210px;
	line-height:1.2;
}

#apply_for_this_job{
	background:url(/static/img/interactive/apply-button-twoclick.png) no-repeat 0 0;
	width:160px;
	height:32px;
	float:left;
	text-indent:-10000px;
	cursor:pointer;
	border:none;
	line-height: 300px;
	overflow: hidden;
	font-size: 0;
	display:block;
}

	#apply_for_this_job:hover{
		background:url(/static/img/interactive/apply-button-twoclick.png) no-repeat 0 -52px;
		width:160px;
		height:32px;
	}

	#apply_for_this_job:active{
		background:url(/static/img/interactive/apply-button-twoclick.png) no-repeat 0 -104px;
		width:160px;
		height:32px;
	}

#jobpost .back_link{
	font-size:18px;
	margin:40px 0 0 0;
	float:left;
}

	#jobpost .back_link:hover span{
		border-bottom:1px dotted #005f7d;
	}

#jobpost h2{
	font-family: 'OpenSansRegular';
	font-size:30px;
	margin:30px 0 20px 0;
}

.jobpost_text{
	padding:20px 0 0 0;
	clear:both;
}

.jobpost_text p{
	margin:20px 0 0 0;
}

.jobpost_text ul li{

	      margin:20px 0 0 0;
               list-style-type:disc;
               list-style-position:inside;
}
 
.jobpost_text ol li{
               margin:20px 0 0 0;
               list-style-type:decimal;
               list-style-position:inside;

}

.jobpost_apply_box{
	border:1px solid #ccc;
	padding:20px;
}

#jobpost .jobpost_apply_box{
	margin:10px 0 0 0;
}

#jobpost_contact{
	background:url(/static/img/interactive/big-apply-button-twoclick.png) no-repeat 0 0;
	width:133px;
	height:102px;
	display:inline-block;
	float:left;
	text-indent:-10000px;
	cursor:pointer;
}

	#jobpost_contact:hover{
			background:url(/static/img/interactive/big-apply-button-twoclick.png) no-repeat 0 -122px;
			width:133x;
			height:102px;
	}

	#jobpost_contact:active{
			background:url(/static/img/interactive/big-apply-button-twoclick.png) no-repeat 0 -244px;
			width:133px;
			height:102px;
	}

.jobpost_share{
	float:right;
}

.jobpost_share li{
	margin-left:5px;
	display:inline-block;
	text-indent:-10000px;
	width:32px;
	height:32px;
	cursor:pointer;
}

.jobpost_share li a{
	float:left;
}

.jobpost_share_text{
	font-size:16px;
	line-height:32px;
	height:32px;
	float:right;
	margin-right:10px;
}

	.jobpost_share_twitter{
		background:url(/static/img/global/jobpost_share.png) no-repeat 0 -156px;
		width:32px;
		height:32px;
	}

	.jobpost_share_fb{
		background:url(/static/img/global/jobpost_share.png) no-repeat 0 -104px;
		width:32px;
		height:32px;
	}

	.jobpost_share_linkedin{
		background:url(/static/img/global/jobpost_share.png) no-repeat 0 -52px;
		width:32px;
		height:32px;
	}

	.jobpost_share_email{
		background:url(/static/img/global/jobpost_share.png) no-repeat 0 0;
		width:32px;
		height:32px;
	}


/*--- TEAM MEMBER CONTACT ---*/


#share_email{
	background:url(/static/img/interactive/send-button.png) no-repeat 0 0;
	width:89px;
	height:40px;
	display:inline-block;
	float:left;	
	margin:15px 0 40px 0;
}

#share_email:hover{
	background:url(/static/img/interactive/send-button.png) no-repeat 0 -60px;
	width:89px;
	height:40px;
}

#share_email:active{
	background:url(/static/img/interactive/send-button.png) no-repeat 0 -120px;
	width:89px;
	height:40px;
}

   
.team_member_contact{
	float:left;
	border-left:1px solid #ccc;
	padding-left:20px;
	margin-left:20px;
}

.team_member_contact img{
	width:100px;
	height:100px;
	border:1px solid #ccc;
	float:left;
}

.team_member_contact h4{
	margin:0 0 10px 0;
	font-size:20px;
}

.team_member_contact ul{
	float:left;
	margin:0 0 0 20px;
}

.team_member_contact li{
	margin:10px 0 0px 0;
	font-size:16px;
}
.team_member_contact li:first-child{
	margin-top:0;
}

.team_member_contact li a{
	font-size:14px;
}


/* ------------------------------------------- */
/*           	  SIDEBAR                      */
/* ------------------------------------------- */


#right_column{
	float:left;
	width:298px;
	height:100%;
	background:#fff url(/static/img/global/diag-dark-stripes.png) repeat left top;
	-moz-box-shadow:inset 0px 0px 20px #ddd;
    -webkit-box-shadow:inset 0px 0px 20px #ddd;
    box-shadow:inset 0px 0px 20px #ddd;
}	/* HOMEPAGE SIDEBAR */

#slim_sidebar{
	float:left;
	width:318px;
	height:100%;
	background:#fff url(/static/img/global/diag-dark-stripes.png) repeat left top;
	-moz-box-shadow:inset 0px 0px 20px #ddd;
    -webkit-box-shadow:inset 0px 0px 20px #ddd;
    box-shadow:inset 0px 0px 20px #ddd;
}	/* LOCATIONS SIDEBAR */

#wide_sidebar{
	float:left;
	width:378px;
	height:100%;
	background:#fff url(/static/img/global/diag-dark-stripes.png) repeat left top;
	-moz-box-shadow:inset 0px 0px 20px #ddd;
    -webkit-box-shadow:inset 0px 0px 20px #ddd;
    box-shadow:inset 0px 0px 20px #ddd;
}	/* BLOG/DETAILS SIDEBAR */


.right_column_with_overview{
	float:left;
	width:298px;
	height:100%;
	background-color:#fff;
	box-shadow: none;
	-moz-box-shadow:none;
    -webkit-box-shadow: none;
}

#right_column>div, #slim_sidebar>div{
	margin: 30px;
}


/*--- QUICK APPLY ---*/

.right_sidebar_module{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color:#fff;
	border:1px solid #ccc;
	padding:20px;
	-webkit-box-shadow:  0px 2px 10px 0px #ddd;        
    box-shadow:  0px 2px 10px 0px #ddd;
}

#skip_search p{
	color:#444;
	line-height:1.3;
	margin:15px 0 20px 0;
}

#skip_search a:hover{
	cursor:pointer;
}

#quick_apply_button{
	background:url(/static/img/interactive/quick-apply-button.png) no-repeat 0 0;
	width:196px;
	height:40px;
	display:inline-block;
	float:left;
	text-indent:-10000px;
	cursor:pointer;
}

	#quick_apply_button:hover{
		background:url(/static/img/interactive/quick-apply-button.png) no-repeat 0 -60px;
		width:196px;
		height:40px;
	}

	#quick_apply_button:active{
		background:url(/static/img/interactive/quick-apply-button.png) no-repeat 0 -120px;
		width:196px;
		height:40px;
	}

/*--- SOCIAL SIDEBAR WIDGET ---*/

#social_sidebar_widget ul {
  text-align: center;
}

#social_sidebar_widget ul li{
	display: inline-block;
	margin:0 0 0 10px;
	padding:0 0 21px 0;
}

	#social_sidebar_widget ul li.active_social{
		background:url(/static/img/global/up-point-white.png) no-repeat center bottom;
		z-index:200;
	}

	#social_sidebar_widget ul li:first-child{
		margin:0;
	}

#social_sidebar_widget ul li a{
	display:block;
	width:50px;
	height:50px;
	background-color:#fff;
	border:1px solid #ccc;
	-webkit-box-shadow:  0px 2px 10px 0px #ddd;        
    box-shadow:  0px 2px 10px 0px #ddd;
}

#social_sidebar_widget ul li a span{
	display:block;
	width:35px;
	height:35px;
	margin:7px 0 0 8px;
	text-indent:-10000px;
}

	#social_widget_fb a span{
		background:url(/static/img/global/soc-icons.png) no-repeat 0px 0px;
	}
	#social_widget_tw a span{
		background:url(/static/img/global/soc-icons.png) no-repeat -55px 0px;
	}
	#social_widget_li a span{
		background:url(/static/img/global/soc-icons.png) no-repeat -110px 0px;
	}
	#social_widget_yt a span{
		background:url(/static/img/global/soc-icons.png) no-repeat -165px 0px;
	}
	#social_widget_fb a:hover span{
		background:url(/static/img/global/soc-icons.png) no-repeat 0px -55px;
	}
	#social_widget_tw a:hover span{
		background:url(/static/img/global/soc-icons.png) no-repeat -55px -55px;
	}
	#social_widget_li a:hover span{
		background:url(/static/img/global/soc-icons.png) no-repeat -110px -55px;
	}
	#social_widget_yt a:hover span{
		background:url(/static/img/global/soc-icons.png) no-repeat -165px -55px;
	}
	#social_widget_fb a:hover{
		background:#7093d7 url(/static/img/global/soc-icons-fb-bg.png) repeat-x center bottom;
	}
	#social_widget_tw a:hover{
		background:#a0deee url(/static/img/global/soc-icons-tw-bg.png) repeat-x center bottom;
	}
	#social_widget_li a:hover{
		background:#78b9df url(/static/img/global/soc-icons-li-bg.png) repeat-x center bottom;
	}
	#social_widget_yt a:hover{
		background:#fff url(/static/img/global/soc-icons-yt-bg.png) repeat-x center bottom;
	}

#social_sidebar_widget_output{
	padding:20px;
	background-color:#fff;
	border:1px solid #ccc;
	margin:-1px 0 0 0;
	-webkit-box-shadow:  0px 2px 10px 0px #ddd;        
    box-shadow:  0px 2px 10px 0px #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#output_facebook, #output_twitter, #output_linkedin, #output_youtube{
	overflow:hidden;
}

#output_facebook img{
	float:left;
	margin-right:5px;
	margin-top:5px;
}

/*--- BLOG MINI-FEED ---*/

#right_column div#blog_sidebar_blurbs{
	margin:40px 20px 40px 20px;
}

#blog_sidebar_blurbs h3{
        margin:0 30px 20px 10px;
}

#blog_sidebar_blurbs>ul li{

        margin:0 10px;
        padding:20px 0;
        border-top:1px dashed #ccc;
}

#right_column>div#blog_sidebar_blurbs .blurb_hover{
        margin:0;
        padding:20px 9px;
        background-color:#fff;
        border:1px solid #ccc;
        cursor:pointer;
        -webkit-box-shadow:  0px 2px 10px 0px #ddd;

    box-shadow:  0px 2px 10px 0px #ddd;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
}

li.blurb_hover+li{
        border-top:none !important;
}

#blog_sidebar_blurbs h4{
        margin:0 0 15px 0;
        line-height:1.1;
}

#blog_sidebar_blurbs h4 a{
	color:#444;
}

#blog_sidebar_blurbs h4 a:hover{
	color:#005f7d;
}

#blog_sidebar_blurbs .blurb_hover h4 a{
	color:#005f7d;
}


.blurb_date, .blurb_byline{
        font-size:12px;
        line-height:1;
        font-family: 'OpenSansBold';
}

.blurb_byline{
        margin:3px 0 10px 0;
}

.blurb_pic{
        float:left;
        display:block;
        width:60px;
        height:60px;
        text-indent:-10000px;
        margin:0 10px 2px 0;
        border:1px solid #ccc;
}

.column_liner{
	margin: 30px;
}




/*--- CITY CONTACT ---*/

#slim_sidebar .city_contact{
	border:1px solid #ccc;
	padding:20px;
	background-color:#fff;
	width:236px;
	float:none;
	-webkit-box-shadow:  0px 2px 10px 0px #ddd;        
    box-shadow:  0px 2px 10px 0px #ddd;
}

#slim_sidebar>div, #wide_sidebar>div{
	margin:0px 20px 20px 20px;
}

#slim_sidebar>div:first-child, #wide_sidebar>div:first-child{
	margin-top:20px;
}

#slim_sidebar>div:last-child{
	margin-bottom:20px;
}

#slim_sidebar>div h3{
	font-size:24px;
	font-family: 'OpenSansRegular';
}

#slim_sidebar .city_contact h4{
	font-size:18px;
	margin:10px 0 10px 0;
	line-height:1;
	font-family:'OpenSansRegular'; 
}

#slim_sidebar .city_contact p{
	font-size:16px;
}	

#slim_sidebar .city_contact p a{
	font-size:14px
}

/*--- LOCATION TWITTER ---*/

#city_twitter{	
	background-color:#fff;
	border:1px solid #ccc;
	padding:20px 20px 0 20px;
	-webkit-box-shadow:  0px 2px 10px 0px #ddd;        
    box-shadow:  0px 2px 10px 0px #ddd;
}

#city_twitter li{
	border-top:1px dashed #ccc;
	padding:20px 0;
}

	#city_twitter li:first-child{
		margin-top:20px;
	}

#city_twitter p{
	line-height:1.2;
	font-size:14px;
}

#city_twitter .twitter_time{
	margin:0 0 3px 0;
	font-size:12px;
	font-family: 'OpenSansItalic';
}

#city_twitter li a:hover{
	border-bottom:1px dotted #005f7d;
}

#city_promo{
    background-color:#fff;
    border:1px solid #ccc;
    padding:20px 20px 20px 20px;
    -webkit-box-shadow:  0px 2px 10px 0px #ddd;        
    box-shadow:  0px 2px 10px 0px #ddd;
    text-align:center;
}

#techweek{
		margin-left:-15px;
	}
	
	.other_locations li{
		font-size:16px;
		margin-top:8px;
		}

/*--- SEARCH BLOG WIDGET ---*/

#wide_sidebar>div h5{
	font-size:20px;
	margin:0 0 10px 0;
}

#wide_sidebar>div h5 a:hover{
	border-bottom:1px dotted #005f7d;
}

#wide_sidebar>div h3{
	font-family:'OpenSansRegular'; 
	font-size:24px;
}


/*--- RELATED JOBS ---*/

#related_jobs{
	background-color:#fff;
	border:1px solid #ccc;
	padding:20px 20px 0 20px;
	-webkit-box-shadow:  0px 2px 10px 0px #ddd;        
	box-shadow:  0px 2px 10px 0px #ddd;
/*	-webkit-border-radius: 5px;
 *		-moz-border-radius: 5px;
 *			border-radius: 5px;	*/
}

#related_jobs li{
	border-top:1px solid #ccc;
	margin:0 0 20px 0;
	padding:20px 0 0 0;
}

	#related_jobs li:first-child{
		margin-top:20px;
	}

#related_jobs .compensation{
	float:right;
}

#related_jobs .type{
	float:right;
	clear:right;
}

	/* ------------------------------------------- */
	/*           	     HERO                      */
	/* ------------------------------------------- 

	.hero{
		padding:90px 0 0 0;
		width:1180px;
		margin:0 auto;
	}

	.hero_img{
		float:left;
		width:320px;
	}

	#hero_img01, #hero_img02, #hero_img03, #hero_img04, #hero_img05, #hero_img06, #hero_img07{
		margin-left:-10px;
		margin-top:-50px;
	}

	.hero_text{
		float:left;
		width:810px;
		margin:0 0 0 50px;
	}

	.hero_title{
		position:relative;
	}

	.hero_title h2{
		font-size:30px;
		text-transform:uppercase;
		line-height:1.2;
		font-family:'OpenSansExtrabold';
	}

	.hero_title h1{
		font-size:90px;
		float:left;
		text-transform:uppercase;
		line-height:1.1;
		font-family:'OpenSansBold';
		letter-spacing:-1.5px; 
	}

	#hero_city .hero_title h2, #hero_general .hero_title h2{
		margin:20px 0 0 0;
		font-family:'OpenSansExtrabold';
	}

	#hero_city .hero_title h1, #hero_general .hero_title h1{
		font-size:90px;
		float:left;
		text-transform:uppercase;
		line-height:1.1;
		font-family:'OpenSansBold';
		letter-spacing:-1.5px; 
	}

	#hero_tech h1{
		margin-left:100px;
	}

	#hero_tech h2{
		position:absolute;
		left:0;
		bottom:10px;
		letter-spacing:-1px; 
		text-align:right;
	}

	.hero p{
		float:left;
		width:810px;
		margin:30px 0 0 0px;
		font-size:24px;
		line-height:1.5;
	}
*/

#hero_wrapper{
	width:100%;
	background:#f4f4f4;
	position:relative;
	height:420px;
	display:block;
	}
.hero{
	padding:0;
	width:1180px;
	height:420px;
	display:block;
	margin:0 auto;
	background:#fff;
	position:relative;
	}
.hero_title_wrapper{
	width:100%;
	background:url(/static/img/global/60-dark-bg.png) repeat left top;
	position:absolute;
	bottom:0;
	left:0;
	z-index:300;
	}
.hero_title{
	width:1180px;
	margin:0 auto;
	padding:20px 0;
	text-transform:uppercase;
	}
.hero_title h2{
	text-shadow: 1px 1px 0 #000000;
	}
.hero_title h1 a{
	color:#fff;
	}
.hero_title h1{
	text-shadow: 2px 2px 0 #000000;
	}
#xhero_wrapper.hero_generic{
	background: #ff9c27; /* Old browsers */
	background: -moz-linear-gradient(left,  #ff9c27 50%, #971818 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(50%,#ff9c27), color-stop(50%,#971818)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #ff9c27 50%,#971818 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #ff9c27 50%,#971818 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #ff9c27 50%,#971818 50%); /* IE10+ */
	background: linear-gradient(to right,  #ff9c27 50%,#971818 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9c27', endColorstr='#971818',GradientType=1 ); /* IE6-9 */
	}
#xhero_wrapper.hero_generic{
	background: #c5b4a0; /* Old browsers */
background: -moz-linear-gradient(left,  #c5b4a0 50%, #947e7e 50%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(50%,#c5b4a0), color-stop(50%,#947e7e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #c5b4a0 50%,#947e7e 50%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #c5b4a0 50%,#947e7e 50%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #c5b4a0 50%,#947e7e 50%); /* IE10+ */
background: linear-gradient(to right,  #c5b4a0 50%,#947e7e 50%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5b4a0', endColorstr='#947e7e',GradientType=1 ); /* IE6-9 */

	}
#xhero_wrapper.hero_generic{
	background:#c8c8c8;
	}
#hero_welcome{
	background:url(/static/img/assets/hero-gen09.png) no-repeat left top;
	width:1180px;
	height:420px;
	}
#hero_wrapper{
	background:url(/static/img/global/gray-box-bg.png) repeat left top;	
	}
	
#hero_bos{
	background:url(/static/img/assets/loc_hero_bos.png) no-repeat left top;
	}
#hero_chi{
	background:url(/static/img/assets/loc_hero_chi.png) no-repeat left top;
	}
#hero_dc{
	background:url(/static/img/assets/loc_hero_dc.png) no-repeat left top;
	}
#hero_la{
	background:url(/static/img/assets/loc_hero_la.png) no-repeat left top;
	}
#hero_nyc{
	background:url(/static/img/assets/loc_hero_ny.png) no-repeat left top;
	}
#hero_oc{
	background:url(/static/img/assets/loc_hero_oc.png) no-repeat left top;
	}
#hero_phil{
	background:url(/static/img/assets/loc_hero_phi.png) no-repeat left top;
	}
#hero_sf{
	background:url(/static/img/assets/loc_hero_sf.png) no-repeat left top;
	}
#hero_sv{
	background:url(/static/img/assets/loc_hero_sv.png) no-repeat left top;
	}
#hero_tor{
	background:url(/static/img/assets/loc_hero_tor.png) no-repeat left top;
	}
#hero_dal{
	background:url(/static/img/assets/loc_hero_dal.png) no-repeat left top;
	}
	
.hero_title h2{
	color:#fff;
	font-size:22px;
	}
.hero_title h1{
	color:#df7a00;
	line-height:1.2;
	font-size:60px;
	}
.hero_copy{
	width:600px;
	margin-top:50px;
	text-align:center;
	float:right;
	z-index:400;
	position:absolute;
	top:0;
	right:0;
	}
.hero_copy p{	
	position:relative;
	}
	.hero_copy .pluo_yelp{
		right:-20px;
		top:-30px;
		cursor:default;
		}	
	
.hero_generic .hero_copy{
	margin-top:60px;
	}
.hero_generic .hero_copy p{	
	padding-bottom:60px;
	}
.hero_tech .hero_copy{
	margin-top:60px;
	}
.hero_copy p{
	font-size:22px;
	font-family:'OpenSansBold';
	background:url(/static/img/global/70-light-bg.png) repeat left top;
	padding:60px 60px 0 60px;
	}
.hero_copy_bottom{
	height:30px;
	display:block;
	position:relative;
	}
.hero_copy_bottom_left{
	height:30px;
	width:60px;
	float:left;
	background:url(/static/img/assets/copy-corner.png) no-repeat left top;
	display:block;
	}
.hero_copy_bottom_right{
	height:30px;
	width:540px;
	float:right;
	background:url(/static/img/global/70-light-bg.png) repeat left top;
	display:block;
	}
#copy_arrow{
	display:block;
	width:33px;
	height:17px;
	position:absolute;
	bottom:8px;
	left:50%;
	margin-left:-17px;
	background:url(/static/img/assets/copy-arrow.png) no-repeat left top;
	}
#hero_cta01{
	display:block;
	position:absolute;
	bottom:30px;
	left:100px;
	color:#fff;
	width:180px;
	height:32px;
	text-indent:-10000px;
	background:url(/static/img/interactive/apply-button-hero03.png) no-repeat 0 0;
	}
    
    #hero_cta01:hover{
        background:url(/static/img/interactive/apply-button-hero03.png) no-repeat 0 -52px;
        width:180px;
        height:32px;
    }

    #hero_cta01:active{
        background:url(/static/img/interactive/apply-button-hero03.png) no-repeat 0 -104px;
        width:180px;
        height:32px;
    }
    
#hero_cta02{
	display:block;
	position:absolute;
	bottom:30px;
	right:70px;
	color:#fff;
	width:180px;
	height:32px;
	text-indent:-10000px;
	background:url(/static/img/interactive/apply-button-hero04.png) no-repeat 0 0;
	}
    
    #hero_cta02:hover{
        background:url(/static/img/interactive/apply-button-hero04.png) no-repeat 0 -52px;
        width:180px;
        height:32px;
    }

    #hero_cta02:active{
        background:url(/static/img/interactive/apply-button-hero04.png) no-repeat 0 -104px;
        width:180px;
        height:32px;
    }
	

#tech_list{
	padding: 30px 3% 90px 3%;
	}
#tech_list ul{	
	margin-top:30px;
	}
#tech_list li{
	margin: 20px 2% 0 0;
	float:left;
	width:18%;
	font-size:18px;
	font-weight:bold;
	}
.hero_copy_bg{
	background:url(/static/img/global/70-light-bg.png) repeat left top;
	padding:30px 15px 0 30px;
	}
#hero_tech_list li{
	margin: 6px 2% 0 0;
	float:left;
	width:23%;
	font-size:11px;
	font-family:'OpenSansBold';
	text-align:left;
	}
.hero_copy .hero_copy_bg p{
	font-size:16px;
	background:none;
	padding:0 0 20px 0;
	text-align:left;
	}
.hero_city .hero_copy{	
	top:50px;
	}
    
#contractor_login{
	float:right;
	clear:right;
	margin-top:10px;
	color:#fff;
    font-family:'OpenSansSemiBold'; 
	text-decoration:underline;
	}
/* ------------------------------------------- */
/*                  Overlay                    */
/* ------------------------------------------- */

.recaptcha_wrapper {    
    padding: 30px;     
}
 
.quick_apply_overlay{
	position:absolute;
    display: none; 
    left: 50%; 
    background-color:#fff;
    color:#7F7F7F;
    border:2px solid #ccc;
    margin-left: -540px; 
    width:1000px;     
	z-index:555;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.reg_apply_overlay{
	position:absolute;
    display: none; 
    left: 50%; 
    background-color:#fff;
    margin-left: -540px; 
    color:#7F7F7F;
    border:2px solid #ccc;
    width:1000px;     
	z-index:555;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.friend_overlay {
    position:absolute;
    left: 50%; 
    display: none; 
    background-color:#fff;
    color:#7F7F7F;
    border:2px solid #ccc;
    margin-left: -420px; 
    width:750px;
    z-index:555;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}
    
#share_form .infield{
	margin-top:15px;
	clear:both;
}

#share_form .infield input, #share_form .infield textarea{    
	box-shadow: inset 0px 1px 4px 0px #ddd; 
} 

#share_form textarea.form_field{
	width:620px;
	height:205px;
	line-height:1.2;
} 
   
.apply_overlay, .sendto_overlay{
	padding:40px;
	background-color:#fff;
	border:1px solid #ccc;
	color: #000; 
}	

#apply_form{
	background-color:#f5f5f5;
	padding:0px;
	float:left;
	width:612px;
	border:1px solid #ccc;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

#apply_form .infield{
	float:left;
	margin:20px 0 0 20px;
}

#quick_apply_form{
	background-color:#f5f5f5;
	padding:0px;
	float:left;
	width:612px;
	border:1px solid #ccc;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

#quick_apply_form .infield{
	float:left;
	margin:20px 0 0 20px;
}

#sendto_form{
	background-color:#f5f5f5;
	padding:20px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border:1px solid #ccc;
}

#sendto_form .submit_button{
	clear:left;
	margin:0;
}

#apply_form .infield{
	float:left;
	margin:20px 0 0 20px;
}

#sendto_form .infield{
	margin:0px 0 20px 0;
	float:left;
	clear:left;
}

.sendto_overlay p.info{
	margin:0 0 15px 0;
	width:660px;
}

#sendto_overlay h2{
	margin:0 0 15px 0;
	line-height:1;
}

#apply_form .form_field, #sendto_form .form_field{
	width:260px;
	-webkit-box-shadow: inset 0px 1px 4px 0px #ddd;
	box-shadow: inset 0px 1px 4px 0px #ddd; 
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

#quick_apply_form .form_field, #sendto_form .form_field{
	width:260px;
	-webkit-box-shadow: inset 0px 1px 4px 0px #ddd;
	box-shadow: inset 0px 1px 4px 0px #ddd; 
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

#file_upload{
    padding:20px 0 10px 0;
	clear:both;
	/*border-top:1px solid #ccc;*/
	margin:10px 20px 0 20px;
}

#file_upload p{
	margin-bottom:7px;
}

#apply_selector{
	padding:20px 0;
	clear:both;
	border-bottom:1px solid #ccc;
	margin:0 20px;
}

#apply_selector_replaced{
		padding:20px 0;
		clear:both;
		border-bottom:1px solid #ccc;
		margin:0 20px;
	}
    
    #apply_selector_orig{
		padding:20px 0;
		clear:both;
		border-bottom:1px solid #ccc;
		margin:0 20px;
	}

#jobpost_submit_to{
	margin:20px 20px 0 20px;
	clear:both;
	padding:20px 0px 20px 0;
	border-top:1px solid #ccc;
}

.share_overlay{
	width:260px;
	padding:10px;
	background-color:#eee;
	display:none;
	position:relative;
	border:1px solid #c7c7c7;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow: 0px 5px 5px 0px ;
	-moz-box-shadow: 0px 5px 5px 0px ;
	box-shadow: 0px 5px 5px 0px ; 
	z-index:555;
	margin:-21px 0 0 -21px;
}	

.share_close {
	background:url(/static/images/global/share-button.png) no-repeat 0 -120px;
	text-indent:-10000px;
	float:left;
	width:54px;
	height:20px;
	margin:10px 0 10px 10px;
	cursor:pointer;
}

.share_overlay input{
	width:202px;
	margin:10px 0 0 10px;
	background:#fff url(/static/images/global/link.png) no-repeat 5px 10px;
	padding-left:30px;
}

.sendto_overlay .cancel{
	background:url(/static/img/interactive/cancel-button-big.png) no-repeat 0 0;
	width:97px;
	height:40px;
	display:inline-block;
	float:left;
	text-indent:-10000px;
	cursor:pointer;
	margin-left:20px;
}

	.sendto_overlay .cancel:hover{
		background:url(/static/img/interactive/cancel-button-big.png) no-repeat 0 -60px;
		width:97px;
		height:40px;
	}

	.sendto_overlay .cancel:active{
		background:url(/static/img/interactive/cancel-button-big.png) no-repeat 0 -120px;
		width:97px;
		height:40px;
	}
	
.x_out {
	background:url(/static/img/global/close.png) no-repeat 0 0;
	position:absolute; right:-14px; top:-14px;
	cursor:pointer;
	height:33px;
	width:33px;
	text-indent:-10000px;
}

#apply_form{
	background-color:#f5f5f5;
	padding:0px;
	float:left;
	width:612px;
	border:1px solid #ccc;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

#apply_form .infield{
	float:left;
	margin:20px 0 0 20px;
}

#apply_form .form_field{
	width:260px;
	-webkit-box-shadow: inset 0px 1px 4px 0px #ddd;
	box-shadow: inset 0px 1px 4px 0px #ddd; 
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

#apply_form .team_member_contact{
	margin:0 0 0 20px;
	float:left;
	width:395px;
	border:none; 
	background-color:#fff;
	padding:20px 0 20px 20px;
	border:1px solid #ccc;
}

#quick_apply_form{
	background-color:#f5f5f5;
	padding:0px;
	float:left;
	width:612px;
	border:1px solid #ccc;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

#quick_apply_form .infield{
	float:left;
	margin:20px 0 0 20px;
}

#quick_apply_form .form_field{
	width:260px;
	-webkit-box-shadow: inset 0px 1px 4px 0px #ddd;
	box-shadow: inset 0px 1px 4px 0px #ddd; 
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

#quick_apply_form .team_member_contact{
	margin:0 20px 0 10px;
	float:left;
	width:360px;
	border:none; 
	background:url(/static/img/assets/apply-arrow02.png) no-repeat left center;
	padding-left:20px;
}

#apply_info{
	float:left;
	width:360px;	
	padding-right:20px;
	margin-bottom:40px;
}

#apply_info p{
	margin:20px 0;
}

#apply_info h2{
	margin-top:0;
}

#jobpost_send_info{
	background:url(/static/img/interactive/big-apply-info.png) no-repeat 0 0;
	width:133px;
	height:102px;
	float:left;
	text-indent:-10000px;
	cursor:pointer;
	border:none;
	line-height: 300px;  /*Set it higher than your image height */
	overflow: hidden; /* Hide the text */
	font-size: 0; /* FF2 doesn?t like the above */
	display:block;
	margin-top:21px;
}

	#jobpost_send_info:hover{
		background:url(/static/img/interactive/big-apply-info.png) no-repeat 0 -122px;
		width:133px;
		height:102px;
	}

	#jobpost_send_info:active{
		background:url(/static/img/interactive/big-apply-info.png) no-repeat 0 -244px;
		width:133px;
		height:102px;
	}

#jobpost_send_arrow_down{
	background:url(/static/img/assets/apply-arrow04.png) no-repeat center 0;
	width:133px;
	height:20px;
	display:block;
	margin-top:-21px;
}

#quickapply_send_info{
	background:url(/static/img/interactive/send-button.png) no-repeat 0 0;
	width:89px;
	height:40px;
	float:left;
	text-indent:-10000px;
	cursor:pointer;
	border:none;
	line-height: 300px;  /*Set it higher than your image height */
	overflow: hidden; /* Hide the text */
	font-size: 0; /* FF2 doesn?t like the above */
	display:block;
	margin:20px 0 20px 20px;
}

	#quickapply_send_info:hover{
		background:url(/static/img/interactive/send-button.png) no-repeat 0 -60px;
		width:89px;
		height:40px;
	}

	#quickapply_send_info:active{
		background:url(/static/img/interactive/send-button.png) no-repeat 0 -120px;
		width:89px;
		height:40px;
	}

.apply_overlay .cancel{
	background:url(/static/img/interactive/cancel-button-big.png) no-repeat 0 0;
	width:97px;
	height:40px;
	display:inline-block;
	float:left;
	text-indent:-10000px;
	position:absolute;
	bottom:40px;
	left:40px;
	cursor:pointer;
}

	.apply_overlay .cancel:hover{
		background:url(/static/img/interactive/cancel-button-big.png) no-repeat 0 -60px;
		width:97px;
		height:40px;
	}

	.apply_overlay .cancel:active{
		background:url(/static/img/interactive/cancel-button-big.png) no-repeat 0 -120px;
		width:97px;
		height:40px;
	}

.return_to_search{
	background:url(/static/img/interactive/return-to-search-button.png) no-repeat 0 0;
	display:inline-block;
	float:left;
	text-indent:-10000px;
	width:192px;
	height:24px;
	cursor:pointer;
}

	.return_to_search:hover{
		background:url(/static/img/interactive/return-to-search-button.png) no-repeat 0 -44px;
		width:192px;
		height:24px;
	}

	.return_to_search:active{
		background:url(/static/img/interactive/return-to-search-button.png) no-repeat 0 -88px;
		width:192px;
		height:24px;
	}

.apply_overlay .simple_magic_box{
	margin:20px;
	clear:both;
}

/* ------------------------------------------- */
/*                 PAGINATION                  */
/* ------------------------------------------- */

.search_nav{
	padding:20px;
	border-right:1px solid #ccc;
}

.top_search_nav{
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	background-color:#f5f5f5;
}

.search_nav h6{
	font-size:14px;
	color:#666666;
	margin:4px 0 0 0;
}

.pagination{
	float:right;
}

.pagination li{
	float:left;
	font-size:18px;
	margin-left:10px;
}

.prev_results a{
	background:url(../img/global/results-left-arrow.png) no-repeat left 6px;
	padding-left:13px;
	margin-right:20px;
}

.prev_results p{
	color:#aaaaaa;
	background:url(../img/global/inactive-left-arrow.png) no-repeat left 6px;
	font-size:18px;
	padding-left:13px;
	display:inline;
	line-height:1;
	margin-right:20px;
}

.next_results a{
	background:url(../img/global/results-right-arrow.png) no-repeat right 6px;
	padding-right:13px;
	margin-left:20px;
}

.next_results p{
	background:url(../img/global/inactive-right-arrow.png) no-repeat right 3px;
	color:#aaaaaa;
	font-size:18px;
	padding-right:13px;
	line-height:1;
	margin-left:20px;
}

.inactive{
	color:#666;
}

.search_nav{
	padding:20px;
	border-right:1px solid #ccc;
}

#wide_content .search_nav{
	padding:40px;
	border-right:none;
}

.top_search_nav{
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	background-color:#f5f5f5;
}

.search_nav h6{
	font-size:14px;
	color:#666666;
	margin:4px 0 0 0;
}



/* ------------------------------------------- */
/*                 Blog                        */
/* ------------------------------------------- */

#standard_content .search_nav{
	padding:40px;
	border-right:none;
} /*pagination*/

.blog_header{
	background:#fff url(../img/assets/ww-wb-header.png) no-repeat;
	text-indent:-10000px;
	width:799px;
	height:120px;
	float:left;
	border-bottom:1px solid #ccc;
	margin-bottom:40px;
}

#blog_rss_button{
	background:url(/static/img/interactive/rss-button.png) no-repeat 0 0;
	width:66px;
	height:24px;
	display:inline-block;
	float:right;
	text-indent:-10000px;
	margin-right:40px;
	margin-bottom:20px;
}

	#blog_rss_button:hover{
		background:url(/static/img/interactive/rss-button.png) no-repeat 0 -44px;
		width:66px;
		height:24px;
	}

	#blog_rss_button:active{
		background:url(/static/img/interactive/rss-button.png) no-repeat 0 -88px;
		width:66px;
		height:24px;
	}

.blog_category{
	margin-bottom:60px;
}

.blog_category span{
	font-size:20px;	
	background-color:#ddd;
	padding:5px 20px 5px 20px;
	margin-left:40px;
	borderx:1px dashed #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.blog_category_listing h2{
	margin:40px 0 40px 40px;
}

.blog_category_listing li{
	margin-left:40px;
	margin-top:15px;
}

#blog{
	clear:both;
}

#blog>li{
	margin:0 0 60px 0;
}

.blog_post{
	padding:0 40px;
}

.blog_post h2{
	font-size:48px;
	font-family:'OpenSansRegular'; 
	line-height:1.15;
}

.blog_post p{
	margin:20px 0 0 0;
	font-size:18px;
}

.blog_post>h4{
	margin:20px 0 0 0;
}

.blog_post figure{
	margin:20px 0 0 0;
	padding:0 0 10px 0;
}

.blog_post img{
	max-width:719px;
}

.blog_post figcaption{
	font-size:14px;
	margin-top:7px;
}

.blog_post .related{
	border-top:1px dashed #ccc;
	padding:20px 0 0 0;
	font-size:14px;
}

.blog_post ul li{
    margin:20px 0 0 40px;
    list-style-type:disc;
    list-style-position:inside;
    font-size:18px;
    line-height:1.15;
}
 
.blog_post ol li{
    margin:20px 0 0 40px; 
    text-indent: -20px; 
    list-style-type:decimal;
    list-style-position:inside;
    font-size:18px;
    line-height:1.15;
}

#arrow_left{
	position: fixed;
    top: 50%;
    width: 40px;
	height:80px;
    z-index: 100;
	left:0;
	margin-top:-40px;
}

#arrow_left a{
	background:url(/static/img/interactive/nav-arrow-left.png) no-repeat left top;
	display:block;
	width:40px;
	height:80px;
	text-indent:-10000px;
}

#arrow_left a:hover{
	background:url(/static/img/interactive/nav-arrow-left-hover.png) no-repeat left top;
}

#arrow_right{
	position: fixed;
    top: 50%;
    width: 40px;
	height:80px;
    z-index: 100;
	right:0;
	margin-top:-40px;
}

#arrow_right a{
	background:url(/static/img/interactive/nav-arrow-right.png) no-repeat right top;
	display:block;
	width:40px;
	height:80px;
	text-indent:-10000px;
}

#arrow_right a:hover{
	background:url(/static/img/interactive/nav-arrow-right-hover.png) no-repeat right top;
}


/*--- BLOG SHARING/SOCIAL ---*/

.social{
	border:1px solid #ccc;
	width:100%;
	position:relative;
	margin:20px 0 0 0;
}

.social h6{
	width:32px;
	height:34px;
	background:url(../img/assets/comment-counter.png) no-repeat center top;
	text-align:center;
	margin:10px 10px 0px 20px;
	padding:8px 0 0 0;
	float:left;
}

.social ul li{
    margin:0 0 0 5px;
    padding: 0px; 
}

.comment_counter{
	color:#ffffff;
	font-family: 'OpenSansBold';
	font-size:14px;
}
	
	.social a.prominent_link{
        float:left;
        margin:10px 0 0 0;
        font-size:14px;
        font-family: 'OpenSansBold';
        height:32px;
        line-height:32px;
    }

.blog_post .jobpost_share{
	margin:10px 20px 10px 10px;
}

.blog_post_share_text{
	float:right;
	font-size:14px;
	line-height:32px;
	height:32px;
	float:right;
	margin:10px 0;
	font-family: 'OpenSansRegular';
}

/*--- COMMENTS ---*/

.comment_section{
	padding:20px;
	border:1px solid #ccc;
	border-top:none;
	width:679px;
}	

.comment_section h3, .comment_box h3{
	margin-bottom:20px;
	font-size:30px;
}

.comment_section h3 a{
	background:url(../img/global/down-arrow.png) no-repeat right center;
	font-size:14px;
	margin:0 0 0 10px;
	padding:0 15px 0 0;
	font-family:'OpenSansRegular'; 
}

.comment_title{
	margin:0 0 10px 0;
}

.comment_title h5{
	font-family:'OpenSansRegular';
	font-size:20px;
}

.comment .comment_title p{
	font-family:'OpenSansRegular'; 
	font-size:12px;
	color:#aaa;
	margin:3px 0 0 0;
	padding:0;
}

.comment{
	border-top:2px dotted #ccc;
	padding:20px 0 0 0;
}

.comment p{
	font-family:'OpenSansRegular'; 
	font-size:16px;
	color:#666;
	padding:0 0 20px 0;
	margin:0;
	line-height:1.3;
}

.comment_box{
	background-color:#f5f5f5;
	padding:20px 20px 20px 20px;
	border:1px solid #ccc;
	border-top:none;
	width:679px;
}
	
.comment_box p {
	position:relative; 
	display:block;
	margin: 0 0 20px 0;
}

.comment_box .form_field  {
	width:280px;
	float:left;
}
	
.comment_box textarea.form_field{
	width:663px;
	float:left;
	clear:left;
	height:200px;
}

.comment_box .submit_button{
	margin-top:0;
	padding:0;
	clear:both;
	background:url(../img/interactive/submit-button.png) no-repeat 0 0;
	width:113px;
	height:40px;	
}


	.comment_box .submit_button:hover{
		background:url(../img/interactive/submit-button.png) no-repeat 0 -60px;
		width:113px;
		height:40px;
	}

	.comment_box .submit_button:active{
		background:url(../img/interactive/submit-button.png) no-repeat 0 -120px;
		width:113px;
		height:40px;
	}

    
     
    
.years>li{
	padding-top:20px;
}
	
#standard_sidebar .years li h5{
	font-size:18px;
	width:100%;
	border-bottom:1px dashed #ccc;
	padding-bottom:10px;
	margin:0;
}

#standard_sidebar .years li h5 a:hover{
	border-bottom:none;
}

#blog_archive h4{
	font-size:18px;
	font-weight:normal;
	margin:40px 0 0px 0;
}

.months{
	float:left;
	width:128px;
	padding:10px 20px 20px 0;
}

.months li{
	font-size:18px;
	color:#aaa;
	line-height:1;
	margin-top:7px;
}

.months li a{
	font-size:18px;
	line-height:1;
	margin:0;
}

#keyword_blog_form{
	margin-top:20px;
}

#keyword_blog_form .form_field{	
	border-right:none;
	width:237px;
	-webkit-box-shadow: inset 0px 1px 4px 0px #ddd;
	box-shadow: inset 0px 1px 4px 0px #ddd; 
}

#add_blog_key{
	background:url(../img/interactive/search-submit-button.png) no-repeat 0 0;
	width:44px;
	height:40px;
	display:inline-block;
	float:right;	
}

	#add_blog_key:hover{
		background:url(../img/interactive/search-submit-button.png) no-repeat 0 -60px;
		width:44px;
		height:40px;
	}

	#add_blog_key:active{
		background:url(../img/interactive/search-submit-button.png) no-repeat 0 -120px;
		width:44px;
		height:40px;
	}
    
    
    
    

/* ------------------------------------------- */
/*              CONTENT PAGES                  */
/* ------------------------------------------- */

.content_wrapper{
	padding: 40px;
}

.content_wrapper h1{
	margin:0;
	padding:0;
	line-height:1.2;
}

.content_wrapper p{
	margin:20px 0 0 0;
	font-size:18px;
}

.content_wrapper h3{
	margin:20px 0 0 0;
}

.content_wrapper ol li{
	margin:20px 0 0 20px;
	font-size:18px;
	line-height:1.2;
}

.content_image{
	float:left;
	margin:27px 15px 0px 0;
}

.banner_img{
	border:1px solid #ccc;
	margin:30px 0 10px 0;
}



/* ------------------------------------------- */
/*                 CONTACT                     */
/* ------------------------------------------- */

#contact_form .form_field{
	width:300px;
}

#contact_form .infield{
	margin-top:15px;
	clear:both;
}

#contact_form textarea.form_field{
	width:620px;
	height:205px;
	line-height:1.2;
}

#contact_form .infield input, #contact_form .infield textarea{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0px 1px 4px 0px #ddd;
	box-shadow: inset 0px 1px 4px 0px #ddd; 
}

#contact_form textarea.form_field, #sendto_form textarea.form_field{
	width:620px;
	height:192px;
	line-height:1.2;
}


#contact_top{
	width:1098px;
    /* 
 *         to appear when HQ is back into place    
 *         	margin:30px 40px 0 40px;
 *         	    border-top:1px dashed #ccc;
 *         	        padding:40px 0;
 *         	               to ppear when HQ is back into place 
 *         	                   */    
    
    /* to disappear when HQ is back into place */    
	margin:0 40px 0 40px;
    padding:15px 0;
    /* to disappear when HQ is back into place */    
	border-bottom:1px dashed #ccc;


}

#city_list{
	width:100%;
	padding-bottom:40px;
}

#city_list li{
	margin:40px 0 0 40px;
}

.city_contact{
	float:left;
	border:1px solid #ccc;
	padding:20px;
	width:297px;
}

.city_contact img{
	border:1px solid #ccc;
	width:234px;
	height:234px;
}

.city_contact h3{
	font-size:30px;
	margin:0 0 20px 0;
	font-family: 'OpenSansRegular';
}

.city_contact h4{
	font-size:20px;
	margin:10px 0 10px 0;
	line-height:1;
	white-space:pre;
}

.city_contact p{
	font-size:18px;
}	

#send_email_box{
	float:left;
	background-color:#f5f5f5;
	padding:40px 40px 0 40px;
	margin-left:40px;
	border:1px solid #ccc;
	width:637px;
}

#send_email_box h3{
	font-family: 'OpenSansRegular';
	font-size:30px;
	margin-bottom:10px;
}

.twitter_link{
	background:url(/static/img/global/twitter-link-24.png) no-repeat left top;
	margin:10px 0 0 0;
	font-size:18px;
	font-family: 'OpenSansRegular';
	display:block;
	padding:0 0 0 32px;
	height:24px;
	line-height:24px;
}

	.twitter_link span:hover{
		border-bottom:1px dotted #005f7d;
	}


/* ------------------------------------------- */
/*                   EVENTS                    */
/* ------------------------------------------- */

.events h3{
	font-family: 'OpenSansRegular';
	font-size:30px;
	margin:0 0 20px 0;
}

/*--- UPCOMING EVENTS ---*/

#upcoming{
	width:100%;
	margin:30px 0 0 0;
	border-top:1px dashed #ccc;
	padding:30px 0;
}

#upcoming p, .events p{
	font-size:16px;
}

#upcoming h2, .events h2{
	font-family: 'OpenSansRegular';
	font-size:36px;
	margin:40px 0 10px 0;
}

#upcoming table{
	width:100%;
	margin:20px 0 0 0;
}

#upcoming th{
	background-color:#666;
	border-bottom:1px solid #ccc;
	font-size:18px;
	font-family: 'OpenSansBold';
	padding:10px 20px;
	text-transform:uppercase;
	color:#fff;
}

#upcoming td{
	vertical-align:middle;
	padding:20px;
	border-bottom:1px solid #ccc;
	font-size:18px;
	line-height:1.2;
}

#upcoming td.cta_cell, .city_jobs .joblist td:last-child, .city_jobs .joblist .last_cell{
	border-right:1px solid #ccc;
}

#upcoming a{
	font-family: 'OpenSansBold';
}

.cta_cell a{
	background:url(/static/img/interactive/register-button.png) no-repeat 0 0;
	width:91px;
	height:34px;
	display:inline-block;
	float:left;
	text-indent:-10000px;
	margin-left:20px;
}

	td.cta_cell  a:hover{
		background:url(/static/img/interactive/register-button.png) no-repeat 0 -54px;
		width:91px;
		height:34px;
	}

	.cta_cell a:active{
		background:url(/static/img/interactive/register-button.png) no-repeat 0 -108px;
		width:91px;
		height:34px;
	}

/*--- PAST EVENTS ---*/

.summary_box{
	float:left;
	border:1px solid #ccc;
	padding:20px;
	margin:0 20px 5px 0;
	width:537px;
}

.summary_box img{
	float:left;
	border:1px solid #ccc;
}

.summary_box ul{
	float:left;
	margin:0 0 0 20px;
}

.summary_box li{
	font-size:18px;
	margin-top:15px;
	line-height:1.2;
}

	.summary_box li:first-child{
		margin-top:0;
	}

.summary_box li span{
	font-family: 'OpenSansBold';
}

.summary_text{
	margin-top:0px;
}

.events>ul>li{
	border-top:1px dashed #ccc;
	padding:40px 0 0 0;
	margin:40px 0 0 0;
}

	.events>ul>li:first-child{
		margin:20px 0 0 0;
	}

.events>ul>li h3{
	line-height:1.2;
}

.event_time{
	white-space:pre;
}

.event_city{
	white-space:pre;
}

/*--- ROUNDED TABLE ---*/

.rounded_table th:first-child{
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}

.rounded_table th:last-child{
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}

.rounded_table td:first-child{
	border-left:1px solid #ccc;
}

.rounded_table tr:last-child td:first-child{
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}

.rounded_table tr:last-child td.cta_cell, .rounded_table tr:last-child td:last-child{
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}


/* ------------------------------------------- */
/*                 LOCATIONS                   */
/* ------------------------------------------- */

.office_title{
		margin:40px;
        position:relative; 
	}
    
    .pluo_yelp{
            position:absolute;
            right:0px;
            top:-20px;
            display:block;
            width:90px;
            height:90px;
            text-indent:-10000px;
            background:url(/static/img/assets/pluo-yelp.png) no-repeat center center;
    }

p.city_text{
	font-size:18px;
}

/*--- LOCATION NAV ---*/

#location_nav{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:0 40px;
	margin:0 0 0 0;
	-webkit-box-shadow: 0px 3px 3px 0px #ddd;
	box-shadow: 0px 3px 3px 0px #ddd; 
}

#location_nav li{
	width:25%;
	float:left;
	text-align:center;
	padding:10px 0;
}

#location_nav li a{
	font-size:18px;
	text-transform:uppercase;	
}

#location_nav li a:hover{
	border-bottom:1px dotted #005f7d;
}

#office_features h2{
	font-family: 'OpenSansRegular';
	font-size:36px;
	line-height:1;
}

#office_features>li{
	border-top:1px solid #ccc;
	padding:40px;
}

#office_features>li:first-child{
	border-top:none;
	padding-top:50px;
}

/*--- LEADERSHIP/TEAM ---*/

#office_features li.city_team{
	padding-left:20px;
	padding-right:0;
	width:839px;
}

.city_team h2{
	margin:0 0 0 20px;
}

.city_team li{
	float:left;
	margin:30px 0 0 20px;
	position:relative;
}

	.city_team li:first-child{
		margin-left:none;
	}

.city_team li img{
	width:178px;
	height:178px;
	border:1px solid #ccc;
}
    
.team_member_text{
	display:none; 
	color: white; 
	background:black; 
	opacity:.8; 
	position:absolute;
	top:1px;
	left:1px;
}

.team_member_text h3{
	padding: 20px 20px 0 20px; 
	width:138;
	font-size:24px;
}
.team_member_text h4{
	font-size:18px;
	padding: 10px 20px 0 20px; 
	width:138px; 
}

.team_member_text h5{
	font-size:12px;
	padding: 0px 20px 0 20px; 
	width:138px; 
	font-size:16px;
	position:absolute;
	bottom:10px;
	line-height:1.2;
}

/*--- LOCATION-SPECIFIC JOBS ---*/

.city_jobs h2{
	margin-bottom:15px;
}

.city_jobs h4{
	font-family: 'OpenSansRegular';
	font-size:24px;
	margin:20px 0 0 0px;
}


.joblist th{
	background:#fff url(/static/img/global/sm-bottom-shading.png) repeat-x center bottom;
	border-bottom:1px solid #ccc;
	font-size:12px;
	font-family: 'OpenSansBold';
	padding:5px 20px 5px 0;
}

.joblist th:first-child{
	padding:5px 20px;
}

.joblist td{
	vertical-align:middle;
	padding:20px 20px 20px 0;
	border-bottom:1px solid #ccc;
}

.joblist td:first-child{
	padding:20px;
}

.joblist .row_hover td{
	background-color:#fcf1e5;
}

.joblist h5 a{
	font-size:20px;
	line-height:1.15;
}

.joblist h5 a:hover{
}

.city_jobs .joblist{
	width:779px;
	margin:25px 0 15px 0;
}

.city_jobs .joblist th{
	border-top:1px solid #ccc;
}

.city_jobs .joblist p{
	font-size:14px;
	line-height:1;
}

.city_jobs .joblist th:first-child{
	border-left:1px solid #ccc;
}

.city_jobs .joblist th:last-child, .city_jobs .joblist th.last_cell{
	border-right:1px solid #ccc;
}

.city_jobs h2{
	margin-bottom:15px;
}

.city_jobs h4{
	font-family: 'OpenSansRegular';
	font-size:24px;
}

.city_jobs h5 a:hover{ 
	border-bottom:1px dotted #005f7d;
}



/*--- REVIEWS ---*/

.city_reviews>ul>li{
	border:1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position:relative;
	margin-top:40px;
}

	.city_reviews>ul>li:first-child{
		margin-top:40px;
	}

	.city_reviews>ul>li:nth-of-type(odd), .city_reviews>ul>li.filled{
		background-color:#e5eef5;
	}

.rev_badge{
	border:1px solid #ccc;
	background-color:#fff;
	width:140px;
	height:110px;
	float:left;
	padding:20px;
	margin:20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.rev_badge p{
	font-size:14px;
	margin:0;
	line-height:1.2;
	text-align:right;
}

.rev_badge h5{
	text-align:right;
	clear:both;	
	margin-bottom:5px;
	margin-top:8px;
}

.rev_badge a{	
	width:140px;
	height:54px;
	display:inline-block;
	float:right;
	text-indent:-10000px;
	margin-bottom:10px;
}

	a.rev_1{
		background:url(/static/img/assets/review-li.png) no-repeat 0 0;
		height:28px;
		width:106px;
	}

	a.rev_3{
		background:url(/static/img/assets/review-yelp.png) no-repeat 0 0;
		height:42px;
		width:80px;
	}

	a.rev_4{
		background:url(/static/img/assets/review-gp02.png) no-repeat 0 0;
		height:40px;
		width:130px;
	}

	a.rev_2{
		background:url(/static/img/assets/review-fb.png) no-repeat 0 0;
		height:41px;
		width:109px;
	}

	
	a.rev_5{
			background:url(/static/img/assets/review-quora.png) no-repeat 0 0;
			height:40px;
			width:110px;
	}

.city_reviews blockquote{
	float:left;
	width:534px;
	margin:20px 20px 30px 0;
	text-indent:10px;
	font-size:18px;
	line-height:1.4;
}

.openquote{
	background:url(/static/img/assets/open-quotes.png) no-repeat 0 0;
	width:57px;
	height:46px;
	display:inline-block;
	float:left;
	text-indent:-10000px;
	position:absolute;
	top:-24px;
	left:216px;
}

.closequote{
	background:url(/static/img/assets/close-quotes.png) no-repeat 0 0;
	width:57px;
	height:46px;
	display:inline-block;
	float:left;
	text-indent:-10000px;
	position:absolute;
	bottom:-24px;
	right:16px;
}

/*--- CITY EVENTS ---*/

.city_events .summary_box{
	float:left;
	border:1px solid #ccc;
	padding:20px;
	margin:0 20px 5px 0;
	width:inherit;
	background-color:#eee;
}

.city_events .summary_box ul{
	clear:both;	
	margin:20px 0 0 0;
}

.city_events .events>li{
	border-top:1px dashed #ccc;
	padding:40px 0 0 0;
	margin:40px 0 0 0;
}

.city_events .events>li:first-child{
	margin:10px 0 0 0;
	padding-top:20px;
	border-top:none;
}





/* ------------------------------------------- */

/*--- WORK FOR US ---*/

.postings h3 {
    float: left; 
}


#posting_table .joblist th{
	background:#fff url(/static/img/global/sm-bottom-shading.png) repeat-x center bottom;
	border-bottom:1px solid #ccc;
	font-size:12px;
	font-family: 'OpenSansBold';
	padding:5px 20px 5px 0;
}

#posting_table .joblist th:first-child{
	padding:5px 20px;
}

#posting_table .joblist td{
	vertical-align:middle;
	padding:0px 20px 20px 0;
	border-bottom:1px solid #ccc;
}

#posting_table .joblist td:first-child{
	padding:20px;
}

#posting_table .joblist{
    table-layout:fixed; 
	width:100%;
	margin:25px 0 15px 0;
}

#posting_table .joblist th{
	border-top:1px solid #ccc;
}

#posting_table .joblist p{
	font-size:14px;
	line-height:0;
}

#posting_table .joblist th:first-child{
    width:350px; 
	border-left:1px solid #ccc;
}

#posting_table .joblist th:last-child, #posting_table .joblist td.last_cell{
	border-right:1px solid #ccc;
}


#posting_table h2{
	margin-bottom:15px;
}

#posting_table h4{
	font-family: 'OpenSansRegular';
	font-size:24px;
}

#posting_table h5 a:hover{ 
	border-bottom:1px dotted #005f7d;
}




/* ------------------------------------------- */
/*                       ???                   */
/* ------------------------------------------- */ 
    

div.teaser{
	margin-bottom: 30px;
	padding: 30px;
}

div.post{
	margin: 40px;
}

div.post img{
	margin: 15px;
	max-width: 90%;
}

div.post h2.headline{
	margin-bottom: 5px;
}

div.teaser img{
	margin: 0px 15px 15px 0px;
}

div.post p{
	margin-bottom:1em;
}

.clickable{
	cursor: pointer;
}

#headlines_module li, #categories_module li, #authors_module li{
	margin-top: 10px;
	line-height:1.5;
}

#categories_module a:hover, #headlines_module a:hover, #authors_module a:hover{
	border-bottom:1px dotted #005f7d;
}


.prominent_link{
	font-size:24px;
}



/* ------------------------------------------- */
/*           	  HEADER                       */
/* ------------------------------------------- */

#top_bar_wrapper{
	background:#005f7d url(/static/img/global/header-bg.png) repeat-x left bottom;
	width:100%;
	min-width:1180px;
	margin:0 auto;
	height:88px;
	border-top:1px solid #005f7d;
	border-bottom:1px solid #005f7d;
}

#top_bar{
	width:1180px;	
	margin:0 auto;
}

#logo{
	background:url(/static/img/global/wb-logo-white.png) no-repeat;
	text-indent:-10000px;
	width:371px;
	height:38px;
	cursor:pointer;
	float:left;
	margin:25px 0 0 0;
}

#searchbar{
		float:right;
		margin:20px 0 0 0;
	}

	#header_searchform{
		float:right;
		display:inline;
	}

	#search_container{
		border:1px solid #ccc;
		border-right:none;
		width:400px;
		background:#fff url(/static/img/global/mag-glass.png) no-repeat 10px center;
		padding:10px 0px 10px 50px;
		height:28px;
		float:right;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
	    -moz-border-radius-topleft: 5px;
	    -moz-border-radius-bottomleft: 5px;
	    border-top-left-radius: 5px;
	    border-bottom-left-radius: 5px;
	}

	#header_search{
		padding:0;
		margin:0;
		border:none;
		font-size:20px;
		width:399px;
		height:28px;
		line-height:28px;
		border-right:1px solid #ccc;
	}

	#header_searchform label{	
		font-size:20px;
		margin:0;
		padding:5px 0 0 0;
	}

	#search_submit{
		background:url(/static/img/interactive/search-submit-button02.png) no-repeat 0 0;
		width:50px;
		height:50px;
		display:inline-block;
		float:right;	
	}

		#search_submit:hover{
			background:url(/static/img/interactive/search-submit-button02.png) no-repeat 0 -70px;
			width:50px;
			height:50px;
		}

		#search_submit:active{
			background:url(/static/img/interactive/search-submit-button02.png) no-repeat 0 -140px;
			width:50px;
			height:50px;
		}
		
	#dropdown_container{
		background-color:#fff;
		height:49px;
		float:right;
		padding:0;
		width:226px;
	}

	#searchbar select{
		background: transparent;
	    position: relative; 
		font-size: 20px;
		border:none;	
	    line-height:1;
		color:#444;	
		border-left:1px solid #ccc;
		padding:0 0 0 17px;
		margin-right:10px;
	}

	#searchbar option, optgroup{
		font-size:20px;
		color:#444;
		padding:0 0 0 13px;
	} 

	#posting_dropdown_container{
	    padding: 15px 0px 0px 15px; 
		float:left;
	}

	#city_dropdown_container{
		float:left;
		margin-right:20px;
		width:276px;
	}

	#tech_dropdown_container{
		float:left;
		width:276px;
	}

	#source_dropdown_container{
		float:left;
		clear:left;
		margin-top:20px;
		width:276px;
	}
/*		#apply_overlay #source_dropdown_container{	
		margin:0;
		}
        
    #source_dropdown_container_replaced{
        float:left;
        clear:left;
        margin-top:20px;
	}
	#apply_overlay #source_dropdown_container_replaced{	
		margin:0;
		}
        
    #source_dropdown_container_orig{
        float:left;
        clear:left;
        margin-top:20px;
	}
	#apply_overlay #source_dropdown_container_orig{	
		margin:0;
		}*/

       

/*DROPDOWN*/	

#sponsor_dropdown_container{
    margin-top:10px;
	width:100%;
	padding:0;
	}
.select01{
    width:100%;	
	height:37px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
#header_searchform .select01{
    width:100%;	
	height:50px;
	line-height:50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-left:none;
	}
.dk_container a {
	cursor: pointer;
	text-decoration: none;
	color:#444;
	}
.dk_theme_select01 .dk_container {
	line-height: 28px;
	height:28px;
	}	 
	
.dk_container {
	background-color: #fff;
	font-size: 16px;
	font-weight: normal;
	padding:0;
	margin:0;
	border:1px solid #ccc;
	z-index: 650;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
	}
/* Opens the dropdown and holds the menu label */
.dk_toggle {
    background-image: url('../img/global/dropdown-arrow.png');
    background-repeat: no-repeat;
    background-position: 97% center;
    color: #333;
    text-shadow: #fff 1px 1px 0;
    padding:10px;
    position:relative;	
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
#header_searchform .dk_toggle {
	height:50px;
	line-height:50px;
	padding:0 10px;
	}
/* Applied whenever the dropdown is open */
.dk_open {
	z-index: 700;
	}
.dk_open .dk_toggle {
    background-color: #ececec;
    color: #ccc;
    box-shadow: inset 0 -2px 5px #ccc;
	width:100%;
	}
/* The outer container of the options */
.dk_options {
	-webkit-box-shadow:  0px 5px 5px 0px rgba(0, 0, 0, .25);        
	box-shadow:  0px 5px 5px 0px rgba(0, 0, 0, .25);
	width:100%;
	}
.dk_options a {
    background-color: #fff;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
	padding: 8px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size:16px;
	}
#header_searchform .dk_options a{
	height:50px;
	line-height:50px;
	padding:0px 10px;
	}
.dk_options li:last-child a {
    border-bottom: none;
	}
.dk_options a:hover, 
.dk_option_current a {
	background-color: #666;
	border-bottom-color: #ccc;
	color: #fff;
	text-decoration: none;
	text-shadow: rgba(0, 0, 0, .5) 0 1px 0;
	}
.dk_options .disabled {
    cursor: default;
	}
.dk_options .disabled:hover {
    cursor: default;
    background-color: #fff;
    border-bottom-color: #999;
    text-shadow: none;
	}
/* Inner container for options, this is what makes the scrollbar possible. */
.dk_options_inner {
	border: 1px solid #ccc;
	border-bottom-width: 2px;
	border-bottom-color: #999;
	color: #333;
	text-shadow: #fff 0 1px 0;
	}
/* Set a max-height on the options inner */
.dk_options_inner,
.dk_touch .dk_options {
	max-height: 250px;
	}
/******  End Theme ******/

/***** Critical to the continued enjoyment of working dropdowns ******/
.dk_container {
	display: none;
	float: left;
	position: relative;
	}
.dk_container a {
    outline: 0;
	}
.dk_toggle {
	display: -moz-inline-stack;
	display: inline-block;
	}
.dk_open {
	position: relative;
	}
.dk_open .dk_options {
    display: block;
	}
.dk_open .dk_label {
    color: inherit;
	}
.dk_options {
	display: none;
	margin-top: -1px;
	position: absolute;
	right: 0;
	width: 100%;
	}
.dk_options a,
.dk_options a:link,
.dk_options a:visited {
    display: block;
	}
.dk_options_inner {
    overflow: auto;
    position: relative;
	}
.dk_touch .dk_options {
	overflow: hidden;
	}
.dk_touch .dk_options_inner {
	max-height: none;
	overflow: visible;
	}
.dk_fouc select.select01 {
	position: relative;
	top: -99999em;
	visibility: hidden;
	}
/***** End Critical to the continued enjoyment of working dropdowns ******/



/*--- FILE UPLOAD --- */

.customfile-input { 
	position: absolute; 
	height: 100px; 
	cursor: pointer; 
	background: transparent; 
	border: 0; 
	opacity: 0; 
	-moz-opacity: 0; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); 
	z-index: 999;  
}

.customfile { 
	background: #fff; 
	cursor: pointer; 
	overflow: hidden; 
	position: relative;
	height:38px;
	line-height:1;
	color:#444444;	
	padding:0;
	background: #fff;
	border: 1px solid #ccc;
	width: 409px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0px 1px 4px 0px #ddd;
	box-shadow: inset 0px 1px 4px 0px #ddd; 
	}

.customfile-disabled { 
	opacity: .5; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); 
	cursor: default;  
}

.customfile-feedback { 
	display: block; 
	color: #9c9c9c; 
	font-style: normal; 
	font-weight: normal; 
	font-size:16px;
	padding:11px 15px 0 7px;
}

.customfile-feedback-populated { 
	color: #444; 
	font-style: normal; 
	font-weight: normal; 
	font-size:16px;
	padding:11px 15px 0 25px;
	background: url(../img/assets/icon-generic.png) 4px 11px no-repeat; 
}

.customfile-button, .customfile-focus .customfile-button {
	border-left: 1px solid #ccc; 
	background: #fff url(../img/interactive/button-38-bg.png) bottom repeat-x;  
	color: #444; 
	font-weight: normal; 
	float: right;  
	height:38px;
	padding:10px 15px 0px 15px;  
	text-align: center; 
	text-decoration: none;  
	font-size: 18px; 
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.customfile-hover .customfile-button{
	background-color: #eee;
	background-image:none;
	-webkit-box-shadow: inset 0px 1px 4px 0px #fff;
	box-shadow: inset 0px 1px 4px 0px #fff; 
}

.customfile-ext-jpg, .customfile-ext-gif, .customfile-ext-png, .customfile-ext-jpeg, .customfile-ext-bmp { background-image: url(../img/assets/icon-image.png);}
.customfile-ext-mp3, .customfile-ext-mp4, .customfile-ext-mov, .customfile-ext-swf, .customfile-ext-wav, .customfile-ext-m4v { background-image: url(../img/assets/icon-media.png);}
.customfile-ext-zip, .customfile-ext-tar, .customfile-ext-sit { background-image: url(../img/assets/icon-zip.png);}




/* ------------------------------------------- */
/*           	    LOADER                     */
/* ------------------------------------------- */

.modal {
    display:    none;
    position:   absolute;
    z-index:    1000;
    background: rgba( 255, 255, 255, .4 ) 
                url('/static/img/interactive/loader.gif') 
                50% 50% 
                no-repeat;
}

#center_column.loading {
    overflow: hidden;   
}

#center_column.loading .modal {
    display: block;
}


/* ------------------------------------------- */
/*                  RECAPTCHA HACK             */
/* ------------------------------------------- */

iframe[src="about:blank"]{
    display:none;
}

#about ul{
        margin-top:10px;
        }
#about ul li {
        margin:10px 0 0 40px;
        list-style-type:disc;
        list-style-position:inside;
        font-size:18px;
        line-height:1;
        float:left;
        width:330px;
}

/*--- Hiring form ---*/

#hiring_form_div{
	background-color:#f5f5f5;
	border:1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin:20px;
	margin-right:0;
	float:right;
	width:358px;
	}
#hiring_form_div form{
	padding:5px 20px 20px 20px;
	}
#hiring_form_div .infield{
	clear:both;
	margin:0 0 10px 0;
	}
#hiring_form_div .form_field{
	width:299px;
	}
#hiring_form_div #form_hiring_description{
	height:80px;
	}
#hiring_form_div #posting_dropdown_container{
	padding-left:0;	
	padding-top:0;
	margin-bottom:10px;
	}
#hiring_form_div h5{
	font-size:14px;
	font-family: 'OpenSansItalic';
	margin-top:15px;
	margin-bottom:10px;
	}
#hiring_form_div p.desc{
	font-size:14px;
	}
#hiring_form_div .optional{
	margin:0 0 10px 0;
	clear:both;
	}
.hiring_form .submit_button{
	margin-top:10px;
	padding:0;
	clear:both;
	background:url(../img/interactive/submit-button.png) no-repeat 0 0;
	width:113px;
	height:40px;	
}
	.hiring_form .submit_button:hover{
		background:url(../img/interactive/submit-button.png) no-repeat 0 -60px;
		width:113px;
		height:40px;
	}

	.hiring_form .submit_button:active{
		background:url(../img/interactive/submit-button.png) no-repeat 0 -120px;
		width:113px;
		height:40px;
	}
#hiring .text_body{
	width:380px;
	}
#hiring .simple_magic_box span{
	width:25px;
	}	
#hiring .simple_magic_box label{
	font-size:12px;
	padding-left:5px;
	}
.hiring_opt_in label{
	width:280px;
	line-height:1.2;
	padding-top:0;
	}
#hiring_position_type{
	display:block;
	border:1px solid #ccc;
	border-left:none;
	border-top:none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width:100%;
	margin-top:10px;
	margin-bottom:20px;
	}
#hiring_position_type li{
	width:50%;
	padding:5px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	float:left;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
.hiring_type_title{
	font-size:14px;
	font-family: 'OpenSansRegular';
	margin-top:10px;
	}
#hiring .recaptcha_wrapper {    
    padding: 20px 0 0 0;     
}
