@charset "iso-8859-1";
/* CSS Document */

html, body {
	height: 99.90%;
}

body {
	background: url('../images/layout/body-bg-min.png') repeat-x scroll center top #FFF;
	text-align: center;
	font-family: "Open Sans",sans-serif;
	border: 0px none;
	outline: 0px none;
	padding: 0px;
	margin: 0px auto;
}

.cssClearBoth, .clear {
    clear: both;
}


/*-----------------------------------------------------------------------*/
/*---------------------------- IE Support -------------------------------*/
/*-----------------------------------------------------------------------*/
/* IE8 and Earlier */
.lt-ie9 div.search-box { /* Replaces the RGBA border color of the Search box to a solid color for IE8 IE7 IE6 */
	border: 1px solid #1748ae;
}

/* IE7 and Earlier */
.lt-ie8 #searchform input#location { /* The input text field width and height needed to be less for IE7 and below */
	width: 291px;
	height: 40px;
	line-height: 40px;
}
/* IE6 and Earlier */
.lt-ie7 #searchform input#location { /* Resetting width and height in IE6 back to original for location text field */
	width: 305px;
	height: 42px;
	line-height: 40px;
}

/* IE6 and Earlier */
.lt-ie7 #pf_pagination a { /* Setting a default width for each tab on the footer pagination for IE6 only */
	width: 35px;
}

/* IE7 and Earlier */
.lt-ie8 div.content span { /* Setting a stronger font weight for article content for IE7 IE6 */
	font-weight: 500;
}

/* IE7 and Earlier */
.lt-ie8 div.content span strong { /* Setting a much stronger font weight for bolded phrases inside the article content for IE7 IE6 */
	font-weight: 900;
}
/*-----------------------------------------------------------------------*/
/*-------------------------- IE Support End -----------------------------*/
/*-----------------------------------------------------------------------*/



/*-----------------------------------------------------------------------*/
/*------------------------------- Fonts ---------------------------------*/
/*-----------------------------------------------------------------------*/
div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, img, ins, strong, ol, ul, li, fieldset, form, label, input, select, button {
	font-family: inherit;
}
/*-----------------------------------------------------------------------*/
/*----------------------------- Fonts End -------------------------------*/
/*-----------------------------------------------------------------------*/


/*-----------------------------------------------------------------------*/
/*------------------------------- Links ---------------------------------*/
/*-----------------------------------------------------------------------*/
.link a {
	color: #2164f3;
	text-decoration: none;
}
.link a:hover, .link a:focus, .blurb a:hover {
	color: #ff6500;
	text-decoration: none;
}
a:focus {
	outline: dotted medium;
}
.blurb a {
	text-decoration: none;
	color: #8C8B8B;
}
/*-----------------------------------------------------------------------*/
/*----------------------------- Links End -------------------------------*/
/*-----------------------------------------------------------------------*/


/*-----------------------------------------------------------------------*/
/*------------------------------- Header --------------------------------*/
/*-----------------------------------------------------------------------*/
#wrap {
    position: relative;
    overflow: hidden;
    min-height: 100%;
}

div.maindiv {
	position: relative;
	width: 980px;
	background: url('../images/logo/logo.png') no-repeat scroll 5px 11px transparent;
	text-align: left;
	margin: 0px auto;
	padding: 0px 0px 30px;
}

/*------------------------------- Banner --------------------------------*/
div.banner_menu {
	background-color: transparent;
    width: 980px;
	height: 243px;
}

/*select#country {
	position: relative;
	left: 780px;
	top: 15px;
	color: #201b21;
	background: #ebeae8;
	border: 5px solid rgb(26, 80, 194);
	border: 5px solid rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box; /* for Safari */
/*    background-clip: padding-box; */ /* for IE9+, Firefox 4+, Opera, Chrome */
/*	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	*height: 42px;
	padding: 14px 8px;
	margin: 0;
} */

.custom-select {
	position: relative;
	left: 875px;
	top: 22px;
	background-color: #fff;
	border: 0 none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 2em;
	padding: 0;
	width: 80px;
	z-index: 1;
}

.custom-select:hover {
	border-color: #999;
}

.custom-select:before {
	color: #333;
	display: block;
	font-family: 'FontAwesome';
	font-size: 1em;
	height: 100%;
	line-height: 2.5em;
	padding: 0 0.625em;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	width: 1em;
	z-index: -1;
}

.banner_menu #flag {
	position: absolute;
	left: 850px;
	top: 24px;
	z-index: 2;
}

.custom-select select {
	background-color: transparent;
	border: 0 none;
	box-shadow: none;
	color: #333;
	display: block;
	font-size: 100%;
	line-height: normal;
	margin: 0;
	padding: .5em;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.custom-select select::-ms-expand {
	display: none; /* to ie 10 */
}

.custom-select select:focus {
	outline: none;
}

/* little trick for custom select elements in mozilla firefox  17/06/2014 @rodrigoludgero */

/* pseudo class https://developer.mozilla.org/en-US/docs/Web/CSS/:any */

:-moz-any(.custom-select):before {
	background-color: #fff; /* this is necessary for overcome the caret default browser */
	pointer-events: none; /* https://developer.mozilla.org/en-US/docs/Web/CSS/pointer-events  */
	z-index: 1; /* this is necessary for overcome the pseudo element */
}
/*----------------------------- Banner End ------------------------------*/

/*------------------------------ Location -------------------------------*/
div.search-box {

	position: relative;
	display: block;
	top: 65px;
	height: 42px;
	width: 930px;
	max-width: 950px;
	background: url('../images/layout/bordered.png') repeat scroll left top transparent;
	
	border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	
	outline: 0px none;
	margin: 0 auto;
	padding: 5px;
}

select#occupation, select#position {
	display: inline-block;
	float: left;
	width: auto;

	color: #201b21;
	background: #ebeae8;
	opacity: 0.9;
	
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
	
	-webkit-box-shadow: 1px 1px 1px #CCC inset;
	-moz-box-shadow: 1px 1px 1px #CCC inset;
	box-shadow: 1px 1px 1px #CCC inset;
	
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 0px none;
	
	*height: 42px;
	
	padding: 0.8em 0.6em;
	margin: 0;
}
select#position {
	max-width: 325px;
	min-width: 162px;
	margin-left: 5px;
}

div.location {
	float: right;
	width: 419px;
	max-width: 419px;
	border: 0px none;
	padding: 0;
	margin: 0;
}

#searchform input#location {
	float: left;
	width: 305px;
	max-width: 305px;
	height: 42px;
	line-height: 40px;
	
	font-size: 14px;
	font-weight: 400;
	color: #201b21;
	background: #ebeae8;
	text-transform: capitalize;
	opacity: 0.9;
	
	-webkit-transition: opacity 0.2s ease 0s;
	transition: opacity 0.2s ease 0s;
	
	-webkit-box-shadow: 1px 1px 1px #CCC inset;
	-moz-box-shadow: 1px 1px 1px #CCC inset;
	box-shadow: 1px 1px 1px #CCC inset;
	
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	
	border: 0px none;
	outline: 0px none;

	padding-left: 13px;
	margin: 0;
}

#searchform input.submit {
	float: right;
	height: 42px;
	width: 109px;
	
	background: #8c8c8c;
	font-size: 14px;
	font-weight: 500;
	color: #ebeae8;
	text-shadow: 0px -1px 1px #201b21;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	
	border: 0px none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	
	cursor: pointer;

	box-shadow: none;
	padding: 0px;
	margin: 0px 0px 0px 5px;
}
#searchform input.submit:hover,
#searchform input.submit:focus {
	background: #646464;
}

div#example {
	position: relative;
	width: 930px;
	font-size: 11px;
	color: #FFF;
	top: 70px;
	margin: 0 auto;
}
span#ex {
	display: block;
	float: left;
	margin-left: 515px;
}
/*---------------------------- Location End -----------------------------*/

/*-----------------------------------------------------------------------*/
/*----------------------------- Header End ------------------------------*/
/*-----------------------------------------------------------------------*/



/*-----------------------------------------------------------------------*/
/*------------------------------- Paradiv -------------------------------*/
/*-----------------------------------------------------------------------*/
div.paradiv {
	background-color: #FFF;
	margin: 0px 0px;
	padding: 0px 14px 14px;
	*zoom: 1;
}

.paradiv h1, .paradiv h2, .paradiv h3 {
	font-size: 16px;
	margin-top: 0;
}
/*-------------------------------- Left ---------------------------------*/
div#left {
	float: left;
	width: 620px;
	position: relative;
	text-align: left;
	padding: 0px;
	margin: 14px 0px 0px 0px;
}
/*----------------------------- Breadcrumb ------------------------------*/
div.breadcrumb {
	font-size: 13px;
	margin-bottom: 10px;
}
/*-------------------------------- Blurb --------------------------------*/
div.blurb {
	font-size: 15px;
}

h1.blurbTitle {
	font-size: 22px;
	font-weight: normal;
	line-height: 26px;
}

.payscale {
	position: relative;
	width: 608px;
	border: 1px solid #cecece;
	padding: 10px 0px 10px 10px;
	margin: 10px 0px;
}

.payscaleTitle {
	font-size: 20px;
	text-align: center;
}

.payscaleTitle a {
	text-decoration: none;
	cursor: text;
	color:#000;
}

.payscaleLogo {
	position: absolute;
	left: 526px;
	bottom: 6px;
}

/*------------------------------ Job Title ------------------------------*/
div.title_wrapper {
	display: table;
	width: 100%;
	background: linear-gradient(to bottom, #F0F0F0 0%, #EDEDED 45%, #E4E4E4 100%) repeat scroll 0% 0% #EDEDED;
	background-color: #EDEDED;
	line-height: 18px;
	padding: 10px 0px;
	margin: 0px;
}

div.title_wrapper h1 {
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #333;
	margin: 0px 0px 0px 11px;
	padding: 12px 0px;
}

/*-------------------------------- Gad ---------------------------------*/
div.gad {
	border-bottom: 1px dashed #d8d8d8;
	min-height: 76px;
	overflow: hidden;
	padding: 14px 0px 0px 3px;
	margin: 0px;
}
/*------------------------------- Jobroll -------------------------------*/
div.pf_job {
	position: relative;
	border-bottom: 1px dashed #d8d8d8;
	font-size: 12px;
	color: #333;
	line-height: normal;
	clear: both;
	padding: 13px 7px;
}

div.pf_job br {
	display: none;
}

a.pf_jobtitle {
	display: block;
	font-size: 15px;
	line-height: normal;
	font-weight: bold;
	margin-bottom: 11px;
}
a.pf_jobtitle:hover {
	text-decoration: underline;
}
span.pf_company_location, span.pf_snippet {
	display: block;
	font-size: 15px;
	margin-bottom: 4px;
}

span.pf_snippet {
	color: #000;
	font-size: 11px !important;
	line-height: 20px;
	margin: 0px !important;
}

span.pf_company {
	color: #666;
	font-weight: bold;
}

span.pf_location {
	color: #666;
}

span.pf_job_age {
	position: absolute;
	top: 15px;
	right: 0px;
	font-size: 13px;
	font-weight: normal;
	color: #000;
}

#pf_pagination {
	clear: both;
	text-align: center;
	background-color: #EEE;
	border: 1px solid #CCC;
	color: #ccc;
	display: block;
	font: bold 0px Arial;
	margin: 35px 0;
}
#pf_pagination span {
	min-width: 35px;
	width: 35px;
	height: 40px;
	line-height: 40px;	
	display: inline-block;
	zoom: 1;
	text-align: center;
	margin: 0;
	font-size: 16px;
	font-weight: normal;
	position: relative;
	top: -1px;
	background-color: #FFF;
	color: #201b21;
	border-right: 1px solid #FFF;
	border-left: 1px solid #CCC;
}

#pf_pagination a {
	font-size: 16px;
	min-width: 35px;
	width: auto;
	height: 40px;
	line-height: 40px;	
	display: inline-block;
	zoom: 1;
	text-align: center;
	text-decoration: none;
	background-color: #EEE;
    border-left: 1px solid #CCC;
    border-right: 1px solid #FFF;
	outline: none;
	padding-left: 1px;
	margin: 0;
}

#pf_pagination a:hover,
#pf_pagination a:focus {
	text-decoration: none;
	background: #dedede;
}
#pf_pagination a:first-child, #pf_pagination a:last-child {
	width: auto;
	border-right: none;
	border-left: none;
	padding: 0 15px;
}
#indeed_link {
	font-size: 11px;
	line-height: 20px;
	margin-top: 10px;
}
#indeed_link a {
	text-decoration: none;
	color: #666666;
	cursor: text;
}

#indeed_link img {
	cursor: default;
}

/*-------------------------------- Right --------------------------------*/
div#right {
	float: right;
	width: 318px;
	text-align: center;
	margin: 14px 0px 0px 14px;
	padding: 0px;
}

.socialShares {
    display: table;
	width: 100%;
	overflow: hidden;
    padding: 0px;
}

.socialShares span {
    display: table-cell;
	padding: 0px;
}

.socialFacebook {
	width: 152px;
	text-align: left;
}

.socialGoogle {
	display: block;
	text-align: right;
}

div.widget {
	max-width: 318px;
	border-bottom: 1px solid #d8d8d8;
	margin: 0px 0px 13px 0px;
	padding-bottom: 10px;
}
/*-----------------------------------------------------------------------*/
/*----------------------------- Paradiv End -----------------------------*/
/*-----------------------------------------------------------------------*/



/*-----------------------------------------------------------------------*/
/*------------------------------- Content -------------------------------*/
/*-----------------------------------------------------------------------*/
div.content {
	background-color: #E5E5E5;
	background-image: linear-gradient(to bottom, #F9F9F9, #E5E5E5);
	background-repeat: repeat-x;
	text-align: center;
	padding: 60px 14px 73px;
}
div.content span {
	display: inline-block;
	zoom: 1;
	font-size: 18px;
	color: #484848 !important;
	line-height: 1.3;
	font-weight: 400;
	text-align: left;
	width: 980px;
	margin: 0px;
}

/*-----------------------------------------------------------------------*/
/*----------------------------- Content End -----------------------------*/
/*-----------------------------------------------------------------------*/



/*-----------------------------------------------------------------------*/
/*------------------------------- Footer --------------------------------*/
/*-----------------------------------------------------------------------*/
div#footer {
    display: block;
	padding-top: 43px;
    background-color: #2F4D73;
	color: #F7F7F7;
    height: 100px;
}

a.copyright:link, a.copyright:visited, a.copyright:hover, a.copyright:active {
	color: #F7F7F7;
	text-decoration: none;
}
/*-----------------------------------------------------------------------*/
/*----------------------------- Footer End ------------------------------*/
/*-----------------------------------------------------------------------*/