@font-face {
	font-family: 'gotham_htfbook';
	src: url('/Static/font/gothamhtf-book-webfont.eot');
	src: url('/Static/font/gothamhtf-book-webfont.eot?#iefix') format('embedded-opentype'), url('/Static/font/gothamhtf-book-webfont.woff') format('woff'), url('/Static/font/gothamhtf-book-webfont.ttf') format('truetype'), url('/Static/font/gothamhtf-book-webfont.svg#gotham_htfbook') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'gotham_htflight';
	src: url('/Static/font/gothamhtf-light-webfont.eot');
	src: url('/Static/font/gothamhtf-light-webfont.eot?#iefix') format('embedded-opentype'), url('/Static/font/gothamhtf-light-webfont.woff') format('woff'), url('/Static/font/gothamhtf-light-webfont.ttf') format('truetype'), url('/Static/font/gothamhtf-light-webfont.svg#gotham_htflight') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'gotham_htfmedium';
	src: url('/Static/font/gothamhtf-medium-webfont.eot');
	src: url('/Static/font/gothamhtf-medium-webfont.eot?#iefix') format('embedded-opentype'), url('/Static/font/gothamhtf-medium-webfont.woff') format('woff'), url('/Static/font/gothamhtf-medium-webfont.ttf') format('truetype'), url('/Static/font/gothamhtf-medium-webfont.svg#gotham_htfmedium') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: 'gotham_htfmedium';
	/*text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;*/
}

.logo {
	float: left;
	margin: 0 6px 0 0;
}

.logo_text {
	font-size: 11px;
	_font-size: 9px;
	font-size: 10px\9; /* IE6, IE7, IE8, IE9 */
	font-family: 'gotham_htfmedium';
	text-transform: uppercase;
	float: left;
	color: #909090;
	line-height: 14px;
	margin: 0px 0 0 0;
	position: absolute;
	bottom: 6px;
}



	.logo_text u {
		text-decoration: none;
		color: #ab0635;
	}

ul.custom_nav {
	margin: 0px;
	padding: 0px;
}

	ul.custom_nav li {
		float: left;
		margin: 0px;
		padding: 0px;
		display: inline-block;
	}

		ul.custom_nav li a {
			padding: 0px;
			font-family: 'gotham_htfmedium';
			transition: ease-in-out 0.5s;
			display: block;
			-moz-transition: ease-in-out 0.5s;
			background: none;
			font-size: 11px;
			text-transform: uppercase;
			color: #ab0635;
			margin: 0 26px 0 16px;
		}

		ul.custom_nav li:first-child a {
			margin-right: 38px;
		}

		ul.custom_nav li a:hover {
			color: #000;
			background: #fff;
			transition: ease-in-out 0.5s;
			-moz-transition: ease-in-out 0.5s;
		}

a.red_text:hover {
	color: #000 !important;
	transition: ease-in-out 0.5s;
	-moz-transition: ease-in-out 0.5s;
}

a.icon_nav:hover {
	background: none !important;
}

.nav_mob_show .icon_nav {
	position: absolute;
	top: 15px;
	right: 10px;
	z-index: 9999;
	width: 40px;
	height: 40px;
	float: right;
	text-align: center;
}

#demo {
}

.custom_dropdwn li {
	display: block !important;
	float: none !important;
}
	/*.custom_dropdwn li.first a{ display:block; 
                           padding: 3px 15px; 
                           margin: 0 10px; 
                           background:none; 
                           font-size:11px; 
                           text-transform:uppercase; color:#ab0635 !important; font-family:"Gotham HTF"; }*/
	.custom_dropdwn li.first a {
		display: block;
		padding: 3px 15px;
		margin: 0 10px;
		background: 0;
		font-size: 11px;
		text-transform: uppercase;
		color: #ab0635 !important;
		font-family: 'gotham_htfmedium';
	}

	.custom_dropdwn li.active a {
		display: block;
		padding: 3px 15px;
		margin: 0 10px;
		background: #ab0635;
		font-size: 11px;
		text-transform: uppercase;
		color: #fff !important;
		font-family: "Gotham HTF";
	}

ul.custom_nav li.second a {
	font-size: 11px;
	margin: 0 22px 0 16px;
	padding: 3px 15px;
}

.custom_dropdwn li a {
	color: #969da3 !important;
}

	.custom_dropdwn li a:hover {
		color: #fff !important;
		background: #ab0635 !important;
	}

.custom_dropdwn {
	background: #fafaf8;
	right: 0px;
}
	/*.custom_dropdwn:after { content:no-open-quote url(/Static/img/staffing/top_tip.png); width:22px; height:13px; float:left; top: -12px; position: absolute; right: 8px; }*/
	.custom_dropdwn:after {
		content: no-open-quote url(/Static/img/staffing/top_tip.png);
		width: 22px;
		height: 13px;
		float: left;
		top: -11px;
		position: absolute;
		right: 4px;
	}

.staff_box {
	background: #f8f8f6;
	border: 1px solid #eaeae9;
	padding: 15px;
	overflow: visible !important;
}
	/*.staff_box h2 { margin:0px; text-align:left; color:#c74e60; font-size:30px; font-weight:normal; font-family: 'gotham_htflight';*/
	.staff_box h2 {
		margin: 0;
		text-align: left;
		color: #c74e60;
		font-size: 30px;
		font-weight: normal;
		font-family: 'gotham_htflight';
		letter-spacing: -2px;
	}
/*font-family: 'gotham_htfbook';*/ }

a:hover {
	text-decoration: none !important;
}

.staff_box h2 i {
	font-family: 'gotham_htfbook' !important;
	font-style: normal;
	font-weight: normal;
}

.staff_box h2 span {
	color: #595a5c;
	float: right;
	font-size: 18px;
	line-height: 19px;
	font-family: 'gotham_htfbook' !important;
	position: relative;
	top: -7px;
}

	.staff_box h2 span u {
		color: #c74e60;
		text-decoration: none;
	}

.men {
	float: left;
	position: absolute;
	top: -22px;
	left: -95px;
}
/*.p_text { text-align:left !important; font-size:18px; color:#4f4e4e !important; font-family: 'gotham_htfbook';margin:24px 0 15px 0 !important;}*/
.p_text {
	letter-spacing: -0.6px;
	text-align: left !important;
	font-size: 18px;
	color: #4f4e4e !important;
	font-family: 'gotham_htfbook';
	margin: 5px 0 15px 0 !important;
}

.custom_form .input-medium {
	float: left;
	width: 48.3%;
	margin-right: 14px;
	margin-top: 11px;
}

.zero_margin_right {
	margin-right: 0px !important;
}

.custom_form {
	margin: 0px;
}

	.custom_form select.input-medium {
		float: left;
		width: 48%;
		margin-right: 20px;
		margin-top: 11px;
		height: 34px;
	}

	.custom_form .input-mini {
		float: left;
		margin-right: 10px;
		margin-top: 11px;
	}

	.custom_form .input-small {
		float: left;
		margin-right: 20px;
		margin-top: 11px;
		width: 66.5%;
	}

.small_text {
	float: left;
	text-align: left;
	color: #808384;
	font-size: 12px !important;
	font-family: 'gotham_htfbook';
	line-height: 12px;
}

	.small_text small {
		font-size: 10px;
	}
/*.black_btn { background:#38424d; color:#fff; border-radius:3px; font-family: 'gotham_htfbook'; font-size:11px; text-transform:uppercase; border:none; outline:none; padding:8px 20px; min-width:100px; text-shadow:none; transition: ease-in-out 0.5s; -moz-transition: ease-in-out 0.5s; }*/
.black_btn {
	background: #38424d;
	color: #fff;
	border-radius: 3px;
	font-family: 'gotham_htfbook';
	letter-spacing: 0.6px;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	border: 0;
	outline: 0;
	padding: 8px 20px;
	min-width: 100px;
	text-shadow: none;
	transition: ease-in-out .5s;
	-moz-transition: ease-in-out .5s;
}

	.black_btn:hover {
		background: #4a5763;
		color: #fff !important;
	}

	.black_btn:hover {
		transition: ease-in-out 0.5s;
		-moz-transition: ease-in-out 0.5s;
	}

a.black_btn {
	color: #fff;
}

.custom_form .input-large {
	float: left;
	margin-top: 11px;
	width: 100%;
}

.red_text {
	color: #c74e60 !important;
	transition: ease-in-out 0.5s;
	-moz-transition: ease-in-out 0.5s;
}

.margin_top40 {
	margin-top: 40px;
}

.p_normal {
	line-height: 16px !important;
	color: #7a7d7d !important;
	font-size: 12px;
	text-align: left !important;
	margin: 0px !important;
	font-family: 'gotham_htfbook';
}

.powered_img {
	float: left;
	margin: 18px 0 0 0;
}

.margin_top20 {
	margin-top: 20px;
}

.find_staf_btn {
	display: none;
}

.nav_mob_show {
	display: none !important;
}

.trusted_box {
	background: #fafaf8;
	border: 1px solid #ebebea;
	padding: 20px 0;
	margin: 30px 0;
}

	.trusted_box p {
		margin: 0px;
		text-align: left;
		color: #959494;
		font-size: 11px;
		text-transform: uppercase;
		font-family: 'gotham_htfbook';
	}

	.trusted_box ul {
		margin: 10px 0 0 0;
		padding: 0px;
	}

		.trusted_box ul li {
			margin: 0px;
			padding: 0px 23px 0 0;
			list-style: none;
			display: inline-block;
		}

footer h3 {
	color: #a8243d;
	font-size: 11px;
	text-transform: uppercase;
	font-family: 'gotham_htfmedium';
	font-weight: normal;
}

.trusted_box ul li:last-child {
	padding-right: 0px;
}

footer li strong {
	color: #717880;
	font-size: 11px;
	text-transform: uppercase;
	font-family: 'gotham_htfmedium';
	font-weight: normal;
}

footer li a {
	color: #9e9f9f !important;
	font-size: 11px;
	font-family: 'gotham_htfbook';
	transition: ease-in-out 0.5s;
	-moz-transition: ease-in-out 0.5s;
}

	footer li a:hover {
		color: #000;
		transition: ease-in-out 0.5s;
		-moz-transition: ease-in-out 0.5s;
	}

.social_icon {
	float: left;
	margin: 0 10px 0 0;
}

.powered_footer {
	background: #38424d;
	width: 100%;
	padding: 10px 0 20px 0;
	margin: 30px 0 0 0;
}

.develop_text {
	color: #737a82;
	font-size: 11px;
	text-transform: uppercase;
	font-family: 'gotham_htfbook';
}

	.develop_text p {
		color: #737a82;
		font-size: 11px !important;
	}

	.develop_text i {
		font-style: normal;
		color: #fff;
	}

.margin_top10 {
	margin-top: 10px;
}

.zero_margin {
	margin: 0px !important;
}

#sidr .icon_nav {
	margin: 0px;
	padding: 0px 10px 0 0;
}

#sidr li a {
	margin: 0px;
	color: #ab0635;
}

a, a:focus, a:hover {
	outline: none;
}

.arrow_nav {
	float: right;
	background: url(/Static/img/staffing/arrow.png) no-repeat top center;
	width: 10px;
	height: 20px;
	margin-top: 5px;
}

#sidr .dropdown-menu {
	left: 0;
	position: relative;
	top: 0;
	float: left;
	width: 99%;
	background: none;
	box-shadow: none;
	display: none;
}

	#sidr .dropdown-menu a {
		padding: 14px 15px !important;
		color: #36424C;
	}

#sidr .dropdown.open .dropdown-menu {
	display: block;
}

.margin_left_zero {
	margin-left: 0px !important;
}

.popup_width {
	width: 320px !important;
	left: 57%;
}

	.popup_width h3 {
		font-size: 18px;
		color: #4f4e4e;
		font-family: 'gotham_htfbook';
		font-weight: normal;
	}

.text_center {
	text-align: center;
}

.popup_width .input-medium {
	width: 75%;
}

.modal-footer {
	background: #d74b2e;
}

.modal h3 span {
	font-size: 40px;
	color: #23272c;
	font-family: 'gotham_htflight';
	font-weight: normal;
	margin: 30px 0;
	margin: 20px 0 0px 0;
	float: left;
	width: 100%;
}

.thanx_text {
	font-size: 18px;
	color: #4f4e4e;
	font-family: 'gotham_htfbook';
	font-weight: normal; /*letter-spacing: -1px;*/
	margin: 10px 0 20px 0;
	padding: 0 13px;
}

.page_slider {
	width: 100%;
	float: left;
	height: 194px;
	margin: 0px 0 25px 0;
}
	/*.page_slider h3 { margin:60px 0 0 0; padding:0px; font-size:40px; color:#23272c; font-family: 'gotham_htflight'; font-weight:normal; line-height: 44px; }*/
	.page_slider h3 {
		letter-spacing: -2px;
		margin: 60px 0 0 0;
		padding: 0;
		font-size: 40px;
		color: #23272c;
		font-family: 'gotham_htflight';
		font-weight: normal;
		line-height: 44px;
	}

.contact_text {
	margin: 0px;
	padding: 0px;
	color: #585b5c;
	font-size: 14px;
	line-height: 24px;
	font-family: 'gotham_htfbook';
	font-weight: normal !important;
	text-align: left !important;
}

	.contact_text strong {
		font-size: 18px;
		color: #ab0534;
		font-weight: normal !important;
	}

.p_text2 {
	text-align: left !important;
	font-size: 14px;
	color: #585b5c !important;
	font-family: 'gotham_htfbook';
	margin: 15px 0 10px 0 !important;
}

/*------------------------- radio button custom --------------------*/

input[type=radio].css-checkbox {
	position: absolute;
	z-index: -1000;
	top: -1000px;
}

.css-label {
	float: left;
}

/*input[type=radio].css-checkbox + label.css-label, input[type=radio].css-checkbox + label.css-label.clr { padding-left:29px; display:inline-block;  background-repeat:no-repeat; background-position: 0 0; vertical-align:middle; cursor:pointer; }*/
input[type=radio].css-checkbox + label.css-label, input[type=radio].css-checkbox + label.css-label.clr {
	padding-left: 22px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 0 0;
	vertical-align: middle;
	cursor: pointer;
}

	input[type=radio].css-checkbox:checked + label.css-label, input[type=radio].css-checkbox + label.css-label.chk {
		background-position: 0 -17px;
	}

label.css-label {
	background-image: url(/Static/img/staffing/csscheckbox.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


/*------------------------- End radio button custom --------------------*/
.about {
	background: url(/Static/img/staffing/about.png) no-repeat top center #efefef;
}

ul.about_ul {
	margin: 0px;
	padding: 0px;
}

	ul.about_ul li {
		margin: 0px;
		padding: 0px;
		list-style: none;
		display: inline;
		float: left;
	}
		/*ul.about_ul li a{
	margin:0px 30px 0 0;
	padding:0px;
	text-decoration:none;
	color:#b5b4b4;
	font-size:11px;
	text-transform:uppercase;
	font-family: 'gotham_htfbook';
}
ul.about_ul li a.active, ul.about_ul li a:hover{
	text-decoration:underline !important;
	color:#ab0635;
}*/
		ul.about_ul li a {
			margin: 0 30px 0 0;
			padding: 0 0 2px 0;
			font-family: 'gotham_htfmedium';
			text-decoration: none;
			color: #b5b4b4;
			font-size: 11px;
			text-transform: uppercase;
		}

			ul.about_ul li a.active, ul.about_ul li a:hover {
				border-bottom: 2px solid #ab0635;
				padding-bottom: 2px;
				color: #ab0635;
				font-family: 'gotham_htfmedium';
			}

/*.about_text, .about_tex_p div h1, .about_tex_p div h2, .about_tex_p div h3, .about_tex_p h1, .about_tex_p h2, .about_tex_p h3 {
    color: #c74e60;
    font-family: 'gotham_htflight';
    font-size: 30px;
    font-weight: normal !important;
    text-align: left;
	margin:30px 0 10px 0;
	clear:both;
}*/
.about_text, .about_tex_p div h1, .about_tex_p div h2, .about_tex_p div h3, .about_tex_p h1, .about_tex_p h2, .about_tex_p h3 {
	float: left;
	width: 100%;
	color: #c74e60;
	font-family: 'gotham_htfmedium';
	letter-spacing: -0.6px;
	font-size: 25px;
	font-weight: normal !important;
	text-align: left;
	margin: 30px 0 10px 0;
	clear: both;
}

ul.red_bullet, .red_bullet ul, .about_tex_p ul, .about_tex_p div ul {
	float: left;
	margin: 0 65px 15px 0;
	padding: 0;
}

ul.red_bullet_2columns, .red_bullet_2columns ul {
	float: left;
	margin: 0 65px 15px 0;
	padding: 0;
	width: 40%;
}

	/*    ul.red_bullet li, .red_bullet ul li, ul.red_bullet_2columns li, .red_bullet_2columns ul li, .about_tex_p ul li, .about_tex_p div ul li {
        margin: 0px;
        padding: 10px 0 0px 20px;
        color: #585b5c;
        font-size: 13px;
        line-height: 18px;
        font-family: 'gotham_htfbook';
        list-style: none;
        text-align: left !important;
        background: url(/Static/img/staffing/bullet.png) no-repeat left 15px;
    }*/
	ul.red_bullet li, .red_bullet ul li, ul.red_bullet_2columns li, .red_bullet_2columns ul li, .about_tex_p ul li, .about_tex_p div ul li {
		margin: 0;
		padding: 10px 0 0 14px;
		color: #585b5c;
		font-size: 13px;
		line-height: 18px;
		font-family: 'gotham_htfbook';
		list-style: none;
		text-align: left !important;
		background: url(/Static/img/staffing/bullet.png) no-repeat left 15px;
	}

.about_tex_p p {
	text-align: left;
	float: left;
	color: #7a7d7d;
	font-size: 12px;
	line-height: 16px;
	font-family: 'gotham_htfbook';
	margin: 0px 0 10px 0;
}

.temp_text h3 {
	text-align: left;
	font-size: 18px;
	color: #ab0534;
	margin: 0 0 10px 0 !important;
	clear: both;
	font-family: 'gotham_htfbook';
}

.temp_text p {
	text-align: left;
	font-size: 12px;
	color: #7a7d7d;
	font-family: 'gotham_htfbook';
	line-height: 16px;
	font-weight: normal;
}

.custom_thumb {
	padding: 0px;
	background: #fafaf8;
	border: 1px solid #eaeae9;
	box-shadow: none;
}

.thumbnail.custom_thumb .caption {
	padding: 13px;
	text-align: left;
}

.caption h5 {
	text-align: left;
	margin: 0px;
	color: #ab0534;
	font-family: 'gotham_htfbook';
	font-size: 18px;
	margin: 7px 0 0 0;
}

/*.caption p {
    text-align: left;
    margin: 0px;
    color: #7a7d7d;
    font-size: 12px;
    font-family: 'gotham_htfbook';
    margin: 15px 0 10px 0;
    line-height: 16px;
}*/
.caption h5 {
	text-align: left;
	margin: 0;
	color: #ab0534;
	font-family: 'gotham_htfbook';
	font-size: 18px;
	margin: 7px 0 0 0;
	letter-spacing: -0.6px;
}

.border_top {
	border-top: 7px solid #ab0635;
}

	.border_top.custom_thumb img {
		width: 100%;
	}

.add_text p {
	color: #7a7d7d;
	font-size: 12px;
	margin: 0px;
}

.add_text a {
	color: #c74e60;
	font-size: 10px;
}

.add_text strong {
	color: #595a5c;
}

.argin_top30 {
	margin-top: 30px;
}

.dropdown a.dropdown-toggle, .dropdown a.dropdown-toggle:hover {
	margin: -3px 6px 0 10px;
	/*float: left;*/
}

.margin_top15 {
	margin-top: 15px;
}

.margin_top5 {
	margin-top: 5px;
}
/*.padding_mob{
	padding: 15px;
}*/
.margin_botm_zero {
	margin-bottom: 0px !important;
}

.margin_top_zero {
	margin-top: 0px !Important;
}

footer ul {
	margin: 0px;
}

footer li {
	font-size: 11px;
	color: #868787;
	font-family: 'gotham_htfbook';
	list-style: none;
}

#iview-timer {
	display: none !important;
}

header {
	background: #fff;
	position: fixed;
	margin: 0 auto;
	width: 100%;
	top: 0px;
	z-index: 999;
	padding-bottom: 6px;
}

.margin_top60 {
	margin-top: 60px;
}

.padding_min {
	padding-left: 12px;
	padding-right: 12px;
}

.input-medium:focus, .input-mini:focus, .input-large:focus, .wrapper-dropdown-1:focus {
	color: #292b2b;
}

.pull_right {
	float: right !important;
}

.caption5 {
	height: 155px !important;
}

.contact_text {
	margin-left: 10px;
}

.pull-right {
	float: right !important;
}

.custom_width img {
	min-width: 34px;
}

.footer {
	width: 100% !important;
}

.custom_slide {
	width: 320px;
	position: fixed;
	right: 260px;
	transition: ease-in-out 0.5s;
	-moz-transition: ease-in-out 0.5s;
}

	.custom_slide .sidr {
		display: block !important;
		right: 0px !important;
		transition: ease-in-out 0.5s;
		-moz-transition: ease-in-out 0.5s;
		-webkit-transition: ease-in-out 0.5s;
	}

body {
	transition: ease-in-out 0.5s;
	-moz-transition: ease-in-out 0.5s;
	-webkit-transition: ease-in-out 0.5s;
	font-family: "gotham_htfmedium" !Important;
}

.sidr {
	transition: ease-in-out 0.5s !important;
	-moz-transition: ease-in-out 0.5s !important;
	-webkit-transition: ease-in-out 0.5s;
	-webkit-transition: ease-in-out 0.5s;
}

.alloyMenu {
	color: #323335;
	font-family: verdana;
	letter-spacing: .1px;
	margin-bottom: 0px;
	margin-top: 20px;
	float: right;
	text-shadow: none !important;
}

.innerblock a:hover h2 {
	text-decoration: none !important;
}

.border {
	border: 1px solid #d6d6d6;
	border-radius: 2px;
	overflow: hidden;
	text-align: center;
}

#header {
	margin: 3px 0 !important;
	width: 100%;
	float: left;
}

.modal-footer {
	padding: 14px 15px 15px;
	margin-bottom: 0;
	text-align: right;
	background-color: #d74b2e;
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 #fff;
	-moz-box-shadow: inset 0 1px 0 #fff;
	box-shadow: inset 0 1px 0 #fff;
	border-radius: 0px;
}

.modal {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1050;
	width: 560px;
	margin: -250px 0 0 -160px; /* margin:-250px 0 0 -280px; */
	overflow: auto;
	background-color: #fafaf8 !important;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
	-webkit-box-shadow: 0 1px 17px rgba(0, 0, 0, 0.7) !important;
	-moz-box-shadow: 0 1px 17px rgba(0, 0, 0, 0.7) !important;
	box-shadow: 0 1px 17px rgba(0, 0, 0, 0.7) !important;
}

.modal-header {
	padding: 9px 15px 0 15px;
	border-bottom: 0 !important;
}

.modal-backdrop {
	background-color: #38424d !important;
}

/*.dropdown-menu{position:absolute;top:155% !important; right:0; left:auto !important; width: 204px;}*/
.dropdown-menu {
	position: absolute;
	top: 155% !important;
	right: 0;
	left: auto !important;
	width: 204px;
}


textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	border: 1px solid #ebebeb !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.0) !important;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.0) !important;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.0) !important;
	height: 30px;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	padding: 4px 4px 4px 7px !important;
	color: #cecfcf;
}

#Content_MainContent_form .custom_form .input-small {
	width: 31.6%;
}

.css-label {
	font-family: 'gotham_htfbook';
}

.txt_height {
	height: auto;
}

@media(max-width:767px) {
	body {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
}
/*-------------- Responsive css ------------------------ */
@media(min-width:706px) and (max-width:979px) {

	.custom_form .input-medium {
		width: 48.9%;
	}

	.custom_form .input-large, input, textarea {
		max-width: 100% !important;
	}

	.wrapper-dropdown-1 {
		width: 48.9% !important;
	}

	.custom_form .input-small {
		width: 37.8% !important;
	}
}

@media(max-width:767px) {
	.powered_footer .custom_width {
		margin-right: 0px !important;
	}

	footer {
		display: none;
	}

	.trusted_box {
		margin-bottom: 0px;
	}

	.powered_footer {
		margin-top: 0px;
	}
}

@media(min-width:640px) and (max-width:705px) {
	.powered_footer .custom_width {
		margin-right: 0px !important;
	}

	.custom_form .input-medium {
		width: 48.7%;
	}

	.custom_form .input-large, input, textarea {
		max-width: 100% !important;
	}

	.wrapper-dropdown-1 {
		width: 48.6% !important;
	}
}

@media(min-width:640px) and (max-width:767px) {
	footer .custom_width {
		margin-top: 10px;
	}

	.custom_width {
		float: left;
		margin-left: 20px;
		width: 45% !important;
	}

	.develop_text {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		float: left;
		margin-top: 10px;
		padding-top: 10px;
		width: 100% !important;
	}

	.container {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	.alloyMenu {
		margin-top: 0px;
	}

	.custom_form .input-small {
		width: 76.8% !important;
	}
}

@media(min-width:325px) and (max-width:639px) {
	.custom_form .input-mini {
		width: 21%;
	}
}

@media(min-width:320px) and (max-width:640px) {
	.cat-list li.title {
		width: 99% !important;
	}

	#Content_MainContent_form .custom_form .input-small {
		width: 75%;
	}

	.bx-wrapper {
		padding: 0 20px !important;
	}

	select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
		box-shadow: none;
	}

	select {
		background: url(/Static/img/staffing/arrow_select.jpg) no-repeat right 15px #fff;
		float: right;
		border-radius: 3px;
	}

	.powered_footer .custom_width {
		margin-right: 0px !important;
	}

	.develop_text p {
		font-size: 9px !important;
	}

	.field_box .input-medium {
		float: left;
		width: 100% !important;
	}

	.field_box {
		float: left;
		width: 100% !important;
	}

	.develop_text {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		float: left;
		margin-top: 10px;
		padding-top: 10px;
		width: 100% !important;
	}


	.small_text {
		float: left;
		text-align: left;
		color: #2a323c;
		font-size: 13px;
		font-family: 'gotham_htfbook';
		line-height: 16px;
	}

		.small_text small {
			font-size: 13px;
			color: #8d8d8d;
		}

		.small_text.margin_top20 {
			margin-top: 14px;
		}

	.staff_box {
		padding: 10px 15px;
	}

	.contact_text {
		margin: 0px;
		padding: 0 20px !important;
	}

	ul.red_bullet {
		margin: 0 !important;
		width: 100% !important;
		padding: 0 20px !important;
	}

	ul.about_ul {
		margin: 0 !important;
		width: 100% !important;
		padding: 0 20px !important;
	}

	.page_slider h3 {
		padding: 0 0 0 12px !important;
		margin: 25px 0 0 !important;
	}

	.about_text {
		padding: 0 20px !important;
	}

	.about_tex_p {
		padding: 0 20px;
	}

	.contact_text {
		margin: 0px;
		padding: 0px 20px;
	}

	.wrapper-dropdown-1 {
		width: 100% !important;
	}

	.men {
		display: none;
	}

	.logo_text {
		display: none;
	}

	.staff_box h2 {
		font-size: 24px !important;
	}

		.staff_box h2 span {
			font-size: 18px;
			line-height: 18px;
			top: -3px;
		}

	.p_text {
		font-size: 18px;
		margin: 10px 0 !important;
	}

	.custom_form .input-medium {
		float: left;
		margin-top: 11px;
		margin-right: 0;
		width: 100%;
	}

	.custom_form select.input-medium {
		margin-right: 0;
		width: 100%;
	}

	.custom_form .input-small {
		width: 75%;
	}

	.black_btn {
		width: 100% !important;
		display: block !important;
		margin: 10px 0 0 0;
		font-size: 18px;
		min-height: 42px;
		padding-top: 0px;
		padding-bottom: 0px;
		line-height: 42px;
	}

	.nav_mob {
		display: none !important;
	}

	#header {
		padding: 0 20px;
	}

	.padding_mob {
		padding: 20px 20px;
	}

	.find_btns {
		padding: 0 10px;
	}

	.find_staf_btn {
		background: #ab0635;
		width: 100%;
		display: block !important;
		margin: 0px 0px 10px 0px;
		text-align: center;
		color: #fff;
		padding: 0px 10px;
		text-transform: uppercase;
		font-size: 18px;
		border-radius: 3px;
		min-height: 44px;
		line-height: 44px;
	}

	a.find_staf_btn:hover {
		background: #950931;
		color: #fff;
	}

	.trusted_box ul li img {
		max-height: 30px;
	}

	.trusted_box p {
		padding: 0 20px;
	}

	footer {
		display: none;
	}

	.trusted_box {
		margin-bottom: 0px !important;
	}

	.powered_footer .container, footer .container {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	.powered_footer {
		margin-top: 0px !important;
	}

	.custom_width {
		width: 46% !important;
		float: left;
		margin-left: 20px;
	}

	.develop_text {
		float: left;
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		margin-top: 10px;
		padding-top: 10px;
	}

	.nav_mob_show {
		display: block !important;
	}

	.padding_min {
		max-width: 125px !important;
		font-size: 12px !important;
		height: 30px !important;
		line-height: 30px !important;
		min-height: 20px !important;
		margin-top: 17px;
	}

	.powered_img img {
		float: left;
		width: 100%;
	}

	.powered_img {
		float: left;
		width: 150px;
	}

	.p_normal {
		font-size: 14px;
	}

	.page_slider h3 {
		font-size: 24px !important;
		line-height: 24px !important;
	}

	.about_ul {
		display: none;
	}

	.about_text {
		margin-top: 0px !important;
		margin-bottom: 0px !important;
		font-size: 24px;
		padding: 0 0 0 12px !important;
	}

	.page_slider {
		background: none !important;
		height: auto !important;
	}

	ul.red_bullet li {
		font-size: 16px;
		color: #0a0a0a;
	}

	.about_tex_p p {
		font-size: 14px;
		color: #393e40;
		width: 100%;
	}

	.temp_text h3 {
		font-size: 16px;
	}

	.mob_display_none {
		display: none !important;
	}

	.temp_text p {
		margin-bottom: 25px;
	}

	.temp_text h3 {
		margin-bottom: 5px !important;
	}

	.radio_mob {
		width: 50% !important;
		float: left !important;
	}

	.css-label {
		font-size: 16px !important;
		color: #0a0a0a !important;
	}

	.p_text2 {
		color: #000000 !important;
		font-size: 16px !important;
	}

	.mob_margin_top {
		margin-top: 11px !important;
	}

	.clear_mob {
		clear: both;
	}

	.trusted_box {
		margin-top: 0px;
		text-align: center;
	}

	.contact_text {
		font-size: 16px;
		padding-left: 10px !important;
	}

	.iview-caption {
		letter-spacing: -1px;
	}

	.trusted_box ul li {
		height: 30px;
	}

		.trusted_box ul li img {
			height: 30px;
		}
	/*fix responsive bug*/
	.side {
		margin-right: 225px !important;
		float: right;
		transition: all 0.5s ease-in-out 0s;
	}
	/*end fix responsive bug*/
}

@media(min-width:640px) and (max-width:979px) {
	.custom_form .input-small {
		width: 76.8% !important;
	}
}

@media(min-width:320px) and (max-width:979px) {
	.develop_text {
		margin-top: 10px !Important;
	}

	.mob_right {
		float: right !important;
	}

	.trusted_box ul li {
		margin-bottom: 10px;
		width: 100px;
	}

	.custom_form .input-large, input, textarea {
		max-width: 100% !important;
	}

	.logo_text {
		display: none;
	}

	.block.teaserblock.span6.clearfix {
		margin: 0 0 20px 0 !important;
		width: 100% !important;
	}

	.iview-controlNav {
		display: none;
	}

	header {
		position: relative !important;
		border-bottom: 1px solid #f3f3f3;
		z-index: 99;
	}

	.margin_top60 {
		margin-top: 0px !important;
	}

	.caption-contain, .iview-caption {
		/*max-height:60px !important;*/
	}

	.page_slider h3 {
		margin-top: 10px !important;
	}
}

/*-------------- End responsive css ------------------------ */

ul.news_text {
	margin: 0px;
	padding: 0px;
}

	ul.news_text li {
		margin: 0px;
		padding: 0px;
		list-style: none;
		display: inline-block;
		text-align: left !Important;
	}

		ul.news_text li a {
			line-height: 16px !important;
			color: #7a7d7d !important;
			font-size: 12px;
			text-align: left !important;
			margin: 0px !important;
			font-family: 'gotham_htfbook';
			text-decoration: none;
			text-align: left !Important;
		}

#info ul {
	margin: 0px;
	padding: 0px;
}

	#info ul li {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}

		#info ul li a {
			line-height: 16px !important;
			color: #7a7d7d !important;
			font-size: 12px;
			text-align: left !important;
			margin: 0px !important;
			font-family: 'gotham_htfbook';
			text-decoration: none;
			text-align: left;
		}

form {
	margin: 0px;
}

.sidr ul ul {
	border: 0px;
}

.container {
	max-width: 940px;
}

#header .span6 {
	margin-bottom: 0px;
}

/* csutom dropdown  */
.selectricWrapper {
	position: relative;
	margin: 0 0 10px;
	width: 100%;
	cursor: pointer;
	float: left;
}

.selectricResponsive {
	width: 100%;
}

.selectric {
	background: #fff;
	height: 30px;
	min-height: 30px;
	border: 1px solid #ebebeb !important;
	border-radius: 0 !important;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0) inset !important;
	position: relative;
	border-radius: 3px;
}

	.selectric .label {
		display: block;
		white-space: nowrap;
		overflow: hidden;
		margin: 0 30px 0 0;
		padding: 10px 12px;
		font-size: 13px;
		line-height: 18px;
		color: #fff;
		min-height: 18px;
		text-align: left;
		font-weight: normal;
	}

	.selectric p.label {
		background: none;
		color: #cecfcf;
		text-shadow: none;
		padding: 0px 4px 0px 7px !important;
		font-size: 12px;
		line-height: 27px;
	}

	.selectric .button {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		width: 30px;
		height: 30px;
		color: #BBB;
		text-align: center;
		font: 0/0 a;
		*font: 20px/30px Lucida Sans Unicode,Arial Unicode MS,Arial;
	}

		.selectric .button:after {
			content: " ";
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			margin: auto;
			width: 0;
			height: 0;
			border: 5px solid transparent;
			border-top-color: #636363;
			border-bottom: none;
			right: 8px;
			top: -1px;
		}

.selectricHover .selectric {
	/* border-color: #ffad2e; */
}

	.selectricHover .selectric .button {
		color: #ffad2e;
	}

		.selectricHover .selectric .button:after {
			border-top-color: #888;
		}

.selectricOpen {
	z-index: 9999;
}

	.selectricOpen .selectric {
		/*background: none repeat scroll 0 0 rgba(60, 60, 60, 0.5);
  border: 1px solid #050505;*/
		z-index: 9999;
	}

	.selectricOpen .selectricItems {
		display: block;
	}

.selectricDisabled {
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor: default;
	-webkit-touch-callout: none;
	user-select: none;
}

.selectricHideSelect {
	position: relative;
	overflow: hidden;
	width: 0;
	height: 0;
}

	.selectricHideSelect select {
		position: absolute;
		left: -100%;
		display: none;
	}

.selectricInput {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 1px !important;
	height: 1px !important;
	outline: none !important;
	border: none !important;
	*font: 0/0 a !important;
	background: none !important;
}

.selectricTempShow {
	position: absolute !important;
	visibility: hidden !important;
	display: block !important;
}

.selectricItems {
	max-height: 150px;
	display: none;
	position: absolute;
	overflow: auto;
	top: 100%;
	left: 0;
	background: none repeat scroll 0 0 rgba(60, 60, 60,1);
	border: 1px solid #ebebeb;
	z-index: 9998;
	box-shadow: 0 0 10px -6px;
}

	.selectricItems ul, .selectricItems li {
		list-style: none;
		padding: 0;
		margin: 0;
		font-size: 12px;
		line-height: 20px;
		min-height: 20px;
	}

	.selectricItems li {
		display: block;
		padding: 5px;
		border-top: 1px solid #ebebeb;
		border-bottom: 1px solid #fff;
		text-align: left;
		color: #292b2b;
		cursor: pointer;
		background: #fff;
	}

		.selectricItems li:hover {
			/*background: #ffad2e;
  color: #000;*/
		}

		.selectricItems li.disabled {
			background: #F5F5F5;
			color: #BBB;
			border-top-color: #FAFAFA;
			cursor: default;
		}


/* end of custom dropdown */


.field_box {
	float: left;
	width: 50%;
}

	.field_box .input-medium {
		width: 95%;
	}

.error_text {
	width: 100% !important;
	font-size: 11px;
}

.field_box .input-medium.zero_margin_right, .field_box .selectricWrapper {
	width: 100%;
	margin-bottom: 0px;
}

.sb-slidebar .dropdown-menu {
	left: auto !important;
	position: relative;
	right: 0;
	top: 155% !important;
	width: 100%;
	box-shadow: none;
	border-radius: 0px;
	border: none;
	background: #fff;
}

	.sb-slidebar .dropdown-menu li a {
		background: #fff !important;
		color: #000 !important;
	}

.sb-slidebar ul.custom_nav li {
	display: block;
	float: none;
}

	.sb-slidebar ul.custom_nav li a, .sb-slidebar ul.custom_nav li a:hover {
		background: none repeat scroll 0 0 #FAFAF8;
		border-bottom: 1px solid #E3E3E1;
		color: #AB0635;
		margin: 0px;
		font-size: 11px;
		padding: 10px 10px;
	}

		.sb-slidebar ul.custom_nav li a:hover {
			background: #fff;
		}

.sb-slidebar .dropdown {
	margin: 0px;
}

.powered_footer p a {
	color: #737a82;
}

	.powered_footer p a i {
		color: #fff;
	}



@media(min-width:768px) and (max-width:940px) {
	.powered_footer p a {
		font-size: 10px !important;
	}

	#Content_MainContent_form .custom_form .input-small {
		width: 38.9% !important;
	}

	.custom_form .input-medium.last_name {
		width: 49% !important;
	}

	label.css-label {
		margin-right: 20px;
	}
}

@media(min-width:941px) and (max-width:1024px) {
	.powered_footer p a {
		font-size: 10px !important;
	}

	#Content_MainContent_form .custom_form .input-small {
		width: 31.5% !important;
	}

	.custom_form .input-medium.last_name {
		width: 48.4% !important;
	}
}

.nav_mob .icon_nav {
	float: left;
	margin-right: 5px;
	margin-top: -3px;
}

	.nav_mob .icon_nav.margin_top_zero {
		margin-right: 6px;
	}

.popup_width_staff {
	max-width: 320px !important;
}

	/*.popup_width_staff h3 {
        font-size: 18px;
        color: #4f4e4e;
        font-family: 'gotham_htfbook';
        font-weight: normal;
    }*/

	.popup_width_staff h3 {
		font-size: 18px;
		color: #4f4e4e;
		font-family: 'gotham_htfbook';
		font-weight: normal;
		letter-spacing: -0.6px;
	}

.error_msg {
	border: 1px solid #a7253f !important;
	color: #000 !important;
}

.error_text {
	color: #a7253f !important;
	font-size: 12px;
	text-align: left !Important;
	margin: 0px !Important;
	padding: 0;
	float: left;
	width: 100%;
}

textarea.error_msg, input[type="text"].error_msg,
input[type="password"].error_msg,
input[type="datetime"].error_msg,
input[type="datetime-local"].error_msg,
input[type="date"].error_msg,
input[type="month"].error_msg,
input[type="time"].error_msg,
input[type="week"].error_msg,
input[type="number"].error_msg,
input[type="email"].error_msg,
input[type="search"].error_msg,
input[type="tel"].error_msg,
input[type="color"].error_msg {
	border: 2px solid #a7253f !important;
}

.round input[type="text"].error_msg {
	color: #000 !important;
	font-weight: normal !important;
	border: 2px solid #a7253f !important;
}

.round input[type="text"] {
	color: #000 !important;
	font-family: 'gotham_htfmedium';
	font-size: 12px;
}

.bluebg input[type="text"], .selectric p.label.bluebg, .bluebg textarea {
	color: #000;
	font-family: 'gotham_htfmedium';
	font-size: 12px;
}

div.bx-controls.bx-has-pager.bx-has-controls-direction {
	display: none !important;
}

.sb-slidebar {
	display: block !important;
}

.slow_slide {
	margin-right: 0px;
	float: right;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

.side {
	/*
    fix responsive bug
    margin-right:225px !important;
    float:right;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;*/
	float: right;
	transition: all 0.5s ease-in-out 0s;
}


@media(min-width:320px) and (max-width:599px) {

	#NeedStaffModel {
		background: #f8f8f6;
	}

		#NeedStaffModel .staff_box {
			padding: 0px !important;
		}

		#NeedStaffModel .border {
			border: none !important;
		}

		#NeedStaffModel #staff_boxM h2 {
			display: none;
		}

	.modal.fade {
		top: 1% !important;
		left: 0% !important;
		width: 300px !important;
		right: 0 !important;
		margin: auto;
		/*position:absolute;*/
	}

	#NeedStaffModel #staff_boxM h2 span, #staff_boxM p {
		display: none;
	}

	#NeedStaffModel #staff_boxM .input-small {
		width: 68%;
	}

	#NeedStaffModel #staff_boxM .small_text small, #NeedStaffModel #staff_boxM .small_text {
		font-size: 10px !important;
	}

		#NeedStaffModel #staff_boxM .small_text small, #NeedStaffModel #staff_boxM .mob_con {
			font-size: 11px !important;
		}

	#staff_boxM.staff_box h2 {
		font-size: 20px !important;
		line-height: 13px !important;
	}

	#NeedStaffModel.popup_width_staff h3 {
		line-height: 18px !important;
	}

	#NeedStaffModel #staff_boxM .last_txt {
		width: 73%;
		margin-top: 7px;
	}

	.popup_width_staff .small_text.margin_top20 {
		margin-top: 4px;
	}

	.popup_width_staff .custom_form .input-medium, .popup_width_staff .input-mini {
		margin-top: 8px;
	}

	select, input[type="text"] {
		height: 35px;
		box-shadow: none !important;
		border: 1px solid #ebebeb !important;
		line-height: 20px;
		border-top: 1px solid #ebebeb !important;
	}
}

@media (min-width:640px) and (max-width:641px) {
	.mob_right {
		float: right !important;
	}

	.modal.fade {
		top: 70% !important;
	}
}

@media (min-width:640px) and (max-width:1024px) {
	.mob_right {
		float: right !important;
	}

	.modal .input-small {
		width: 70.8% !important;
	}
}

.bluebg p {
	color: #000 !important;
}

#staff_boxM .custom_form .input-small {
	width: 75%;
}

@media all and (max-width:500px) {
	.modal {
		position: absolute;
		top: 0 !important;
		margin-top: 15px !important;
	}
}

.modal-body p {
	font-weight: normal !important;
	font-size: 13px !important;
	font-family: 'gotham_htflight';
}

ul.cat-list li.title {
	background: none !important;
}

	ul.cat-list li.title li {
		background: url(/Static/img/staffing/bullet.png) no-repeat left 15px !important;
	}

.cat-list {
	width: 700px;
	float: left;
}

	.cat-list li.title, .cat-list li.title strong {
		float: left;
		width: 100%;
	}

.title > ul {
	margin: 0px !important;
	padding: 0px !important;
}

	.title > ul li {
		margin: 0px !important;
	}

.cat-list li.title {
	width: 32%;
}

.title > ul li a {
	color: #585b5c;
}

.cat-list li.title strong a {
	color: #c74e60;
}

.modal-body {
	max-height: 500px;
}

.caption-contain, .iview-caption {
	height: auto !important;
}

@media(width:1024px) {
	#iview {
		height: 304px !important;
	}

	.iview-caption {
		max-width: 940px !important;
		width: 96% !important;
	}
}

@media(width:768px) {
	.iview-caption {
		padding-bottom: 0px !important;
		padding-top: 0px !important;
	}
}

.ccloading-bg {
	display: block;
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	z-index: 10;
	background: white;
	display: none;
}

.ccloading {
	padding: 70px;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 13;
	background-color: #fafaf8;
	margin-left: 25%;
	margin-right: 25%;
	margin-top: 60px;
}

	.ccloading h1 {
		text-align: center;
		color: #c74e60;
		font-size: 27px !important;
		font-weight: normal;
		line-height: 40px;
		font-family: 'gotham_htfmedium';
	}

	.ccloading p {
		text-align: center;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.ccloading .imgs {
		overflow: hidden;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 10%;
	}

	.ccloading .loadinglogo {
		width: 40%;
		float: left;
	}

	.ccloading .loadingarrow {
		float: left;
		width: 5%;
		margin: 2.5%;
		margin-top: 7%;
	}

@media (max-width:600px) {
	.ccloading h1 {
		font-size: 24px !important;
	}
}

.block.teaserblock {
    padding-top: 39px !important;
}

/* new banner 2017 */

.p-staffingbanner {
    font-family: gotham_htfbook;
    font-size: 12pt;
    background-color: white;
    overflow-x: hidden;
    position: relative;
    background-color: #F4F2F3;
}

.p-staffingbanner img {
    max-width: 100%;
}

.p-staffingbanner .container {
    overflow: hidden;
    max-width: 1200px;
    margin: auto;
    padding: 0 15px;
}

.p-staffingbanner h1 {
    font-family: gotham_htflight;
    font-weight: normal;
    color: #C84557;
    margin-top: 62px;
    font-size: 2.3em;
}

.p-staffingbanner h2 {
    font-weight: normal;
    margin: 15px 0;
}

.p-staffingbanner h2 strong {
    color: #CE475C;
    font-size: 26px;
}

.p-staffingbanner p.tagline {
    max-width: 356px;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 25px;
}

.p-staffingbanner .nav {
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}

.p-staffingbanner .nav span {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #E9C5CA;
    border-radius: 50%;
    margin: 0 5px;
}

.p-staffingbanner .nav span.active {
    background: #C5495A;
}

.p-staffingbanner .left {
    float: left;
    width: 50%;
    position: relative;
}

.p-staffingbanner .left .imgbadge {
    position: absolute;
    top: 29px;
    right: 70px;
    width: 150px;
}

.p-staffingbanner .right {
    float: right;
    width: 50%;
    position: relative;
}

.p-staffingbanner .slide {
    position: absolute;
    transition: all 0.5s cubic-bezier(0.63, 0.01, 0.39, 0.95);
    top: 500px;
}

.p-staffingbanner .slide img {
    width: 100%;
}

.p-staffingbanner .slide.active {
    position: relative;
    top: 0;
}

.p-staffingbanner .slide.active.active-remove {
    top: 500px;
}

.p-staffingbanner p.add {
    cursor: pointer;
}

.p-staffingcontact .form {
    padding: 10px;
    background: #F6F7F5;
    border: 1px solid lightgrey;
}

.p-staffingcontact .pull-right {
    text-align: right;
}

.p-staffingcontact h1 {
    font-family: gotham_htflight;
    font-weight: normal;
    color: #C84557;
    font-size: 38px;
    margin-bottom: 10px;
}

.p-staffingcontact h1 .pull-right small {
    font-size: 14px;
    display: block;
    line-height: 12px;
    color: black;
}

.p-staffingcontact h1 .pull-right strong {
    font-size: 17px;
    font-family: gotham_htfbook;
}

.p-staffingcontact .subheading {
    margin: 24px 0;
    font-family: gotham_htfbook;
}

.p-staffingcontact .col {
    width: 50%;
    float: left;
    padding: 0 15px;
}

.p-staffingcontact .form {
    overflow: hidden;
}

.p-staffingcontact .form-row {
    margin: 0 -10px;
    overflow: hidden;
}

.p-staffingcontact .form-row .form-col {
    padding: 0 10px;
    width: 50%;
    float: left;
    height: 50px;
}

.p-staffingcontact .form input,
.p-staffingcontact .form select {
    padding: 7px 12px !important;
    border: 1px solid #ebebeb !important;
    width: 100%;
    height: auto;
    color: grey;
}

.p-staffingcontact .form input.std {
    width: 29%;
}

.p-staffingcontact .form input.phone {
    width: 69%;
}

.p-staffingcontact .form p.add {
    position: relative;
    top: -13px;
    color: #CE475C;
}

.p-staffingcontact .form p.add small {
    color: inherit;
}

.p-staffingcontact .form h3 {
    font-size: 16px;
    font-family: gotham_htfbook;
    font-weight: normal;
    text-align: center;
    margin: 10px 0;
}

.p-staffingcontact .file-upload-container {
    background: white;
    padding: 7px 12px;
    color: grey;
    position: relative;
}

.p-staffingcontact .file-upload-container strong {
    color: #CE475C;
    text-decoration: underline;
}

.p-staffingcontact .file-upload-container input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
}

.p-staffingcontact .form button {
    display: block;
    margin: auto;
    border: none;
    background: #D0475C;
    color: white;
    font-size: 15px;
    font-family: gotham_htflight;
}

.p-staffingcontact .form-row .form-col25 {
    padding: 0 5px;
    float: left;
    width: 25%;
}

.p-staffingcontact .toggle-container {
    padding: 7px 12px;
    background: white;
    font-size: 10px;
    text-align: center;
    margin-bottom: 15px;
    width: 100%;
}

.p-staffingcontact .toggle-container.active {
    background: #D0475C;
    color: white;
}

.p-staffingcontact .form hr {
    margin-top: 0;
    margin-bottom: 15px;
    border-color: lightgrey;
}

.p-staffingcontact .form-row .form-col33 {
    padding: 0 5px;
    float: left;
    width: 33.33%;
}

.p-staffingcontact .csc-container {
    padding-right: 30px;
    position: relative;
}

.p-staffingcontact .csc-container .close {
    position: absolute;
    top: 7px;
}

.p-staffingcontact .csc-container .close:hover {
    color: #D0475C;
}

header .container {
    max-width: 1137px;
}
@media (max-width: 1200px) {
    .p-staffingbanner .left {
        width: 100%;
    }
    .p-staffingbanner .left .imgbadge {
        top: 21px;
        right: 0;
        width: 78px;
    }
    .p-staffingbanner .right {
        width: 100%;
    }
    .p-staffingbanner h2 {
        width: 50%;
        float: left;
        text-align: center;
        line-height: 1.4;
    }
    .p-staffingbanner h2 strong {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .p-staffingbanner h2 {
        width: 25%;
    }
    .p-staffingbanner .left .imgbadge {
        width: 160px;
    }
}

.p-staffingcontact .form-row .form-col50 {
    padding: 0 5px;
    float: left;
    width: 50%;
}

.p-staffingcontact .nav-tabs {
    margin: -11px;
    margin-bottom: 0;
}

.p-staffingcontact .nav-tabs li {
width: 50%;
    border: 1px solid lightgrey;
    border-top-left-radius: 7px;
    border-bottom: 0;
    border-top-right-radius: 7px;
    text-align: center;
}

.p-staffingcontact a.btn {
    display: inline-block;
    margin: auto;
    border: none;
    background: #D0475C;
    color: white;
    font-size: 16px;
    font-family: gotham_htflight;
    padding: 17px 25px;
}

.p-staffingcontact .nav-tabs li.active {
    background: #C84557;
}

.p-staffingcontact .nav-tabs li.active h1 {
color: white;
}

.p-staffingcontact .tab-content {
overflow: hidden;
}

#confirmemploywerpopup 
{
        width: 500px !important;
    left: 42% !important;
}

#confirmemploywerpopup button,
#confirmemploywerpopup a.btn 
{
        display: inline-block;
    margin: auto;
    border: none;
    background: #D0475C;
    color: white;
    font-size: 16px;
    font-family: gotham_htflight;
    padding: 17px 25px;
}