@charset "utf-8";
/* CSS Document */
html{
	font-size: 14px;	
}
body {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: 'Source Sans Pro', sans-serif; /* font update search */
	color: #000;
	-webkit-font-smoothing: subpixel-antialiased;
}
.type_rubik{
	font-family: 'Rubik', sans-serif;
	font-weight:500!important;
}
/* Headings and default text

letter-spacing: -1.0px;
*/
h1,h2,h3,h4{
	font-weight:600;
}
.well h1, .well h2, .well h3, .well h4{
	margin-top:0;	
}
h1{
	font-size: 2.14em;
	color: #000;
}
h2{
	font-size: 1.85em;	
}
h3{
	font-size: 1.57em;		
}
h4{
	font-size: 1em;	
}
/* classed used to format content */
/* image left */
.img_pos_align_left,.img_pos_align_left_clearleft,.img_pos_align_left_clearright,.img_pos_align_left_clearboth{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.img_pos_align_left_clearleft{
	clear:left;
}
.img_pos_align_left_clearright{
	clear:right;
}
.img_pos_align_left_clearboth{
	clear:both;
}
/* image right */
.img_pos_align_right,.img_pos_align_right_clearleft,.img_pos_align_right_clearright,.img_pos_align_right_clearboth{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
.img_pos_align_right_clearleft{
	clear:left;
}
.img_pos_align_right_clearright{
	clear:right;
}
.img_pos_align_right_clearboth{
	clear:both;
}
/* videos */
.youtubeWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	z-index: -1;
}
.youtubeWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.job_wrap{
	overflow:hidden;
}
.job_left{
	width:78%;
	float:left;
	margin-right:2%;	
}
.job_right{
	width:20%;
	float:left;	
	padding-top:92px;
	
}
.job_right ul{
	margin-left:0px;
	margin-right:0px;
	font-size:13px;		
}
.joblist{
	margin-top:20px;	
}
.joblist ul{
	list-style-type:none;
	margin:0px;
	padding:0px;	
}
.joblist ul li{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;	
	padding-bottom:10px;
}

.product_widget_wrap{
	width:100%;	
	margin-bottom:15px;
}
.product_widget_img{
	width:40%;	
	margin-right:3%;
	float:left;
}
.product_widget_info{
	width:57%;	
	float:left;	
	font-size:0.8em;	
}
