/*************************************
 *
 *	Default CSS will be for 768px - 1279px display
 *	CSS Structure in xpand.css :
 *		1. Foundation Overwrites
 *		2. General
 *		3. Homepage
 *		4. Subpage
 *		5. Staff Page
 *		6. News
 *		7. Help
 *		8. Contact
 *		9. Blogs
 *		10. Jobs
 *		11. Mobile and iPad Displays: 768px and below
 *		12. Mobile Displays: 480px and below
 *		13. iPad Displays: 480px - 768px
 *		14. Medium Displays: 768px - 1000px
 *		15. Large Displays: 1000px - 1180px
 *
************************************/


/*************************************
 *
 *	Foundation Overwrites
 *
 ************************************/
 .row {
    max-width: 73.75em;
}
.large-1-5 {
position: relative;
width: 12.49995%; }

.large-10-5 {
position: relative;
width: 87.50000%; }

table, table tr, table tr td, table tr:nth-of-type(2n) {
	background: none;
	border: none;
	color: #FFFFFF;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea,
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus {
    background: black;
    border: 1px solid #585858;
	border-radius: 0 0 0 0;
    color: #FFFFFF;
    height: 2.3em;
    padding: 0.3em 0.5em;
	font-style: italic;
}
textarea, textarea:focus {
	height: 100px;
}
form.custom .custom.dropdown {
    background: black;
    border: 1px solid #585858;
    color: #FFFFFF;
    height: 2.3em;
}
form.custom .custom.dropdown .current {
    background: none repeat scroll 0 0 black;
    color: #FFFFFF;
    cursor: pointer;
    height: 2em;
}
form.custom .custom.dropdown ul {
	background: none repeat scroll 0 0 black;
}
form.custom .custom.dropdown ul li {
    cursor: pointer;
    color: #FFFFFF;
	background: none;
}
form.custom .custom.dropdown ul li.selected, form.custom .custom.dropdown ul li:hover {
	background: none repeat scroll 0 0 #F89829;
}
form.custom .custom.dropdown .selector {
	background: url("../template_images/sprite.png") no-repeat scroll -70px -977px transparent;
}
form.custom .custom.dropdown .selector:after, form.custom .custom.dropdown:hover a.selector:after, form.custom .custom.dropdown.open a.selector:after {
	border-width: 0;
}
form.custom .custom.dropdown.open.large ul {
	min-width: 100%;
    border: 1px solid #585858;
}
form.custom .custom.dropdown.open.large ul li {
	background: black;
	color: #FFFFFF;
}
form.custom .custom.dropdown.open.large ul li.selected, form.custom .custom.dropdown.open.large ul li:hover {
	background: #f89829;
	color: #000000;
}
.section-container.tabs > section .content > *:last-child, .section-container.tabs > .section .content > *:last-child {
	padding-bottom: 10px;
}

.show-for-mobile {
	display: none;
}

/* iPad and Mobile Displays: 768px and below */
@media only screen and (max-width:48.09em) {

}
/* iPad Displays: 480px - 768px */
@media only screen and (min-width:30.1em) and (max-width:48.09em) {
  .medium-2 {
    position: relative;
    width: 16.6667%; }

  .medium-3 {
    position: relative;
    width: 25%; }

  .medium-4 {
    position: relative;
    width: 33.33333%; }

  .medium-5 {
    position: relative;
    width: 41.66667%; }

  .medium-6 {
    position: relative;
    width: 50%; }

  .medium-7 {
    position: relative;
    width: 58.33333%; }

  .medium-8 {
    position: relative;
    width: 66.66667%; }

  .medium-9 {
    position: relative;
    width: 75%; }

  .medium-10 {
    position: relative;
    width: 83.3333%; }
}
/* Mobile Displays: 480px and below */
@media only screen and (max-width:30.1em) {
	.hide-for-mobile {
		display: none;
	}
	.show-for-mobile {
		display: block;
	}
	.small-2-5 {
	position: relative;
	width: 20.83335%; }

	.small-9-5 {
	position: relative;
	width: 79.16665%; }
}

/*************************************
 *
 *	Jquery UI overwrites
 *
 ************************************/
.slideryear-range, .sliderhour-range {
	background: none repeat scroll 0 0 #000000;
    border: medium none;
    border-radius: 0 0 0 0;
    height: 8px;
}
.slideryear-range .ui-slider-handle, .sliderhour-range .ui-slider-handle {
    border-radius: 20px 20px 20px 20px;
    height: 17px;
    top: -0.25em;
    width: 17px;
}

/*************************************
 *
 *	General
 *
 ************************************/
/**
 * Express Regular
 * font-family: "museo-sans",sans-serif;
 * font-style: normal;
 * font-weight: 500;
 */

/**
 * Express Italic
 * font-family: "museo-sans",sans-serif;
 * font-style: italic;
 * font-weight: 500;
 */
 html { -webkit-font-smoothing: antialiased; }

 body, h1, h2, h3, h4, h5, h6, p {
	font-family: "museo-sans",sans-serif;
	font-style: normal;
	font-weight: 500;
	color: #FFFFFF;
}

body {
	background: url("../template_images/bg.png") repeat scroll 0 0 #1D1D1D;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
h1 {
    color: #F89829;
    font-size: 30px;
    letter-spacing: -1px;
    line-height: 33px;
    margin: 0;
}
h1.heading {
    margin: 5px 0 -6px;
}
h2 {
	font-size: 20px;
	color: #f89829;
	margin-bottom: 0;
}
h3 {
	font-size: 16px;
	color: #f89829;
}
h4 {
    color: #F89829;
    font-size: 20px;
}
h5 {
    color: #F89829;
    font-size: 14px;
    line-height: 20px;
}
h6 {
    color: #CCCCCC;
    font-size: 13px;
	font-style: italic;
}
.row article.columns:last-child {
	float: left;
}
p, .content .subpage_job_alerts p, .section-container.tabs .content p, .jobadder .details .job_sections a, ul.underscore_li li .author {
	font-size: 14px;
	line-height: 21px;
}
.content p {
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 10px;
}
a {
	color: #f89829;
}
a:hover, a:focus  {
	text-decoration: underline;
	color: #f89829;
}
a:visited, a:active {
	color: #f89829;
}
hr {
	border-color: #131313;
	margin: 15px 0;
}
.error {
    background: none repeat scroll 0 0 #C15959;
    padding: 10px;
}
.success {
    /*background: none repeat scroll 0 0 #63AE87;*/
    padding: 10px;
}
input[placeholder], [placeholder], *[placeholder] {
   color: #FFFFFF;
}
ul {
    list-style: none outside none;
}
ul li {
    background: url("../template_images/orange_right.png") no-repeat scroll left 4px transparent;
    color: #FFFFFF;
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 20px;
}
ol {
    list-style: decimal outside none;
}
ol li {
    background: none;
    color: #FFFFFF;
    font-size: 16px;
    margin-bottom: 10px;
    margin-left: 25px;
    padding-left: 0;
}

ul.white_arrow_li li {
    background: url("../template_images/white_right.png") no-repeat scroll left 4px transparent;
    color: #FFFFFF;
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 20px;
}
ul.white_arrow_li li.active {
    background: url("../template_images/white_down.png") no-repeat scroll left 4px transparent;
}
ul.white_arrow_li li ul {
	margin-top: 5px;
}
ul.white_arrow_li li ul li, ul.white_arrow_li li.active ul li, ul.white_arrow_li li ul li.active, ul.white_arrow_li li.active ul li.active {
	background: none;
	padding-left: 5px;
}
ul.white_arrow_li li a {
	color: #FFFFFF;
	cursor: pointer;
}
ul.white_arrow_li li.active > a, ul.white_arrow_li li a:hover {
	color: #f89829;
}

ul.underscore_li li {
    background: none;
    padding-left: 0;
}
ul.underscore_li li .underscore {
    color: #F89829;
    display: block;
    letter-spacing: -1px;
    line-height: 10px;
    width: 100%;
}
ul.underscore_li li .date {
	font-size: 12px;
}
ul.underscore_li li p {
	margin-bottom: 0;
}
ul.orange_dot li, .jobadder ul li {
    background: url("../template_images/orange_dot.png") no-repeat scroll 5px 8px transparent;
    margin-bottom: 0;
}
.select_holder {
	background: url("/template_images/orange_dropdown.png") no-repeat scroll right 9px #000000;
	border: 1px solid #585858;
	cursor: pointer;
	margin: 0 0 1em;
	overflow: hidden;
	position: relative;
	height: 30px;
	padding: 5px 0 5px 5px;
}
.select_text {
	background: none no-repeat scroll right 9px #000000;
	color: #FFFFFF;
	font-size: 14px;
	margin-right: 25px;
	height: 20px;
	overflow: hidden;
	padding-right: 20px;
	position: relative;
}
.select_holder select {
	background: url("/template_images/ie_8/bg_black_07.png") no-repeat scroll 0 0 #000000;
	border: medium none;
	border-radius: 0 0 0 0;
	color: #FFFFFF;
	font-size: 14px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 130%;
}
.no_margin {
	margin: 0;
}
.mr-10 {
	margin-right: 10px;
}
.color-orange {
	color: #f89829;
}
.small.button {
    border: 0 none;
    box-shadow: none;
    padding: 10px;
    background: #000000;
	color: #FFFFFF;
	width: 130px;
	text-transform: uppercase;
}
.small.button:hover {
    background: #f89829;
	color: #000000;
	text-decoration: none;
}
.small.button.orange {
    background: #f89829;
}
.small.button.orange:hover {
    background: #000000;
	color: #FFFFFF;
}
a.back {
    background: url("../template_images/orange_left.png") no-repeat scroll left 2px transparent;
    padding-left: 20px;
}
.blogs .back, .jobadder .back, .pages .staff_details .back {
    height: 20px;
    margin-bottom: 15px;
}
.browse_file_container {
    background: none repeat scroll 0 0 black;
    height: 35px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    width: 140px;
}
.browse_file_container span {
    background: none repeat scroll 0 0 black;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 13px;
    left: 40px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 10px;
}
.browse_file_container input {
    position: relative;
    z-index: 1;
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
header {
    height: 100px;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 102;
}
@media only screen and (min-width:48.09em){
    header {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
        padding: 15px 0 0;
        position: fixed;
    }
}
.social_media {
    float: right;
    height: 35px;
}
.social_media a {
    background: url("../template_images/sprite.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 30px;
    margin-right: 10px;
    width: 30px;
}
.social_media a.last {
    margin-right: 0px;
}
.social_media .facebook {
	background-position: 0 -40px;
}
.social_media .facebook:hover {
	background-position: 0 0;
}
.social_media .twitter {
	background-position: -39px -40px;
}
.social_media .twitter:hover {
	background-position: -39px 0;
}
.social_media .linkedin {
	background-position: -77px -40px;
}
.social_media .linkedin:hover {
	background-position: -77px 0;
}
.social_media .other {
	background-position: -116px -40px;
	margin-right: 55px;
}
.social_media .other:hover {
	background-position: -116px 0;
}

header .menu_main nav .megamenu {
  display: none;
}
header .menu_main nav .megamenu div.mm-item-content {
    background: none repeat scroll 0 0 #000000;
    position: absolute;
    z-index: 9;
	top: 100px !important;
}
header .menu_main nav .megamenu ul {
    float: left;
    padding: 15px;
	width: 200px;
}
header .menu_main nav .megamenu ul li {
    background: url("../template_images/orange_right.png") no-repeat scroll left 9px transparent;
    float: none;
	padding: 5px 0;
}
header .menu_main nav .megamenu ul li a {
    display: block;
    font-size: 14px;
    height: auto;
    padding: 0 20px;
	max-width: 240px;
}
header .menu_main nav .megamenu ul li a.sub {
    font-weight: normal;
    padding: 3px 10px 0 30px;
}
ul.megamenu a.hover_bottom.mm-item-link-hover {
	background: url("../template_images/menu_bottom.png") no-repeat scroll center bottom transparent;
	color: #f89829;
}
.mm-content-base {
  position: relative;
  z-index: 11;
}
.mm-js-shadow {
  display: none;
}
header .menu_main {
	position: static;
}
header .menu_main nav {
    background: none;
    float: right;
    padding: 10px 0 0;
    width: 100%;
}
header .menu_main nav ul {
    float: right;
    list-style: none outside none;
    margin: 0;
}
header .menu_main nav ul li {
	background: none;
    float: left;
	padding: 0;
}
header .menu_main nav ul li a.last {
    padding-right: 0;
}
header .menu_main nav ul li a {
    color: #FFFFFF;
    display: table-cell;
    font-size: 16px;
    height: 40px;
    padding: 0 18px;
}
header .menu_main nav ul li a:hover {
	color: #f89829;
	text-decoration: none;
}

.mobile_menu nav {
    height: 70px;
    margin: 0 0 10px;
    background: none;
    padding: 0;
}
@media only screen and (max-width:48.09em) {
    .mobile_menu nav {
        height: 100px;
        margin: 0 0 10px;
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7) !important;
        padding: 15px 0 0;
        position: fixed;
        z-index: 999;
    }
    .mobile_menu nav.expanded{
        position: relative;
    }
}
.mobile_menu nav ul {

	position: relative;
}
.mobile_menu nav ul.social_media.title-area {
	width: 100%;
	background: none;
    margin-bottom: 30px;
}
.mobile_menu nav ul.social_media li {
	padding: 0;
	margin: 0;
}
.mobile_menu nav ul.social_media li.logo a {
    background: none;
    width: 100px;
}
.mobile_menu nav ul.social_media li.logo a img {
	margin: 0 0 0 10px;
}
.mobile_menu nav ul.social_media li.menu-icon {
    background: url("../template_images/sprite.png") no-repeat scroll right -232px transparent;
    margin: 0;
    padding: 0;
    right: 10px;
    top: 0;
}
.mobile_menu nav ul.social_media li.menu-icon a {
    background: none;
    height: 30px;
    margin: 0;
    width: 30px;
}
.mobile_menu nav section ul, .mobile_menu nav section ul li {
	background: none repeat scroll 0 0 #000000;
	padding: 0 10px 0 5px;
}
.mobile_menu nav section ul li a, .mobile_menu nav section ul li a:hover, .mobile_menu nav section ul li.active a {
	background: none repeat scroll 0 0 #000000;
	font-size: 14px;
	padding: 10px 0 5px 15px;
}
.mobile_menu nav section ul li a:hover, .mobile_menu nav section ul li.active a {
	color: #F89829;
	text-decoration: underline;
}
.mobile_menu nav section ul li.has-dropdown > a {
	background: url("../template_images/orange_right.png") no-repeat scroll right center transparent;
}
.mobile_menu nav section ul li.has-dropdown > a:after {
	border: medium none;
}
.mobile_menu nav section ul.dropdown li label {
	color: #F89829;
    font-size: 14px;
    text-decoration: underline;
    text-transform: none;
}
.mobile_menu nav section ul.dropdown li a {
	padding: 12px 0 12px 15px;
}
.mobile_menu nav ul li, .mobile_menu nav ul li.active {
	background: none;
}


.subpage_banner_heading h2 {
    color: #FFFFFF;
    font-size: 40px;
    margin-top: 0;
}
.container {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
}
.back_to_top_btn {
	text-align: center;
}

aside {
	background: #161616;
	padding: 25px 0;
}
.jobControl {
    font-size: 14px;
	text-align: right;
}
.jobControl a {
    cursor: pointer;
	color: #FFFFFF;
}
.jobControl a.active {
	color: #F89829;
}
.salary {
	margin-top: -13px;
}
.salary span {
	display: block;
    height: 30px;
    width: 70%;
}
.salary span input, .salary span input:focus {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    height: 15px;
	font-size: 12px;
    margin: 0;
    padding: 0;
	box-shadow: none;
}
.salary .bar {
    height: 35px;
    margin-left: 10px;
    width: 94%;
}

.register_salary a {
    background: url("../template_images/sprite.png") no-repeat scroll left -483px transparent;
    display: block;
    height: 100px;
    text-indent: -9999px;
    width: 100px;
	margin: 0 auto 15px;
}
.register_salary .register_your_cv {
	padding-right: 0;
}
.register_salary .register_your_cv a {
	background-position: left -704px;
}
.register_salary .register_your_cv a:hover {
	background-position: left -483px;
}
.register_salary .salary_guide {
	padding-left: 0;
}
.register_salary .salary_guide a {
	background-position: left -815px;
}
.register_salary .salary_guide a:hover {
	background-position: left -594px;
}

.tag_list {
	line-height: 30px;
}
.tag_list span a {
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    font-size: 14px;
    padding: 2px 10px;
    text-transform: uppercase;
}
.tag_list span a:hover {
	color: #F89829;
	text-decoration: none;
}

.content {
	padding-top: 25px;
	padding-bottom: 25px;
}
.content_footer {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
	padding-top: 15px;
}
.content_footer .srch_form {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    margin: 0 0 15px;
    padding: 15px 20px 60px;
}

.row.pager {
	margin-bottom: 20px;
	line-height: 25px;
}
.pager .num {
	text-align: center;
}
.pager .num a {
    color: #FFFFFF;
    padding: 0 5px;
}
.pager .num a:hover, .pager .num a.active {
	color: #F89829;
	text-decoration: none;
}
.pager .num a.no_links {
	cursor: default;
}
.pager .prev a {
    background: url("/template_images/orange_left.png") no-repeat scroll 0 3px transparent;
    padding-left: 20px;
}
.pager .next a {
    background: url("/template_images/orange_right.png") no-repeat scroll right 5px transparent;
    padding-right: 20px;
}

nav {
    background: none repeat scroll 0 0 #161616;
    margin-bottom: 15px;
    padding: 20px 20px 1px;
}
nav ul li.active {
    background: url("../template_images/orange_down.png") no-repeat scroll -1px 4px transparent;
}
nav ul li.active li.active {
	background: none;
}
nav ul li ul {
    margin: 5px 0 10px;
    padding: 0;
}
nav ul li ul li {
    background: none;
	margin-bottom: 2px;
}
nav ul li a, nav ul li a:visited, nav ul li ul li a, nav ul li.active ul li a {
    color: #FFFFFF;
}
nav ul li a:hover, nav ul li.active a, nav ul li ul li.active a {
    color: #F89829;
}
.latest_jobs ul {
    list-style: none outside none;
}
.latest_jobs ul li {
    background: url("../template_images/white_right.png") no-repeat scroll left 3px transparent;
    margin-bottom: 15px;
    padding-left: 25px;
}
.latest_jobs ul li p {
	margin-bottom: 3px;
}
.latest_jobs ul li span.location{
    display: block;
    font-size: 12px;
}

.job_alert_error {
	padding: 0;
}
.job_alert_error p {
    font-size: 12px;
    margin: -8px 0 5px;
    padding: 0 5px;
}

.partner_tweet h3 {
	padding-top: 30px;
}
.partner_tweet .partner_scroll {
    background: none;
    border: medium none;
	box-shadow: none;
	margin-bottom: 0;
    padding: 23px 35px 17px 15px;
}
.partner_tweet .partner_scroll ul {
	background: #FFFFFF;
}
.partner_tweet .partner_scroll ul li {
	width: 130px;
}
.partner_tweet .partner_scroll ul li a img, .partner_tweet .partner_scroll ul li img {
    height: 50px;
	padding: 0 5px;
}
.partner_tweet .flex-direction-nav .flex-prev, .partner_tweet .flex-direction-nav .flex-next {
	background: url("../template_images/sprite.png") no-repeat scroll 0 0 transparent;
    height: 45px;
    opacity: 1;
    width: 10px;
}
.partner_tweet .flex-direction-nav .flex-prev {
    background-position: left -970px;
	left: 0;
}
.partner_tweet .flex-direction-nav .flex-prev:hover {
    background-position: -24px -970px;
}
.partner_tweet .flex-direction-nav .flex-next {
    background-position: -12px -970px;
	right: 20px;
}
.partner_tweet .flex-direction-nav .flex-next:hover {
    background-position: -34px -970px;
}
.partner_tweet h3 a.tweet_bird {
    background: url("../template_images/sprite.png") no-repeat scroll -109px -330px transparent;
    float: right;
    height: 30px;
    margin-right: -15px;
    width: 32px;
}
.partner_tweet h3 a.tweet_bird:hover {
    background-position: -73px -330px;
}
.partner_tweet .tweet_feed {
	padding-top: 15px;
}
.partner_tweet .tweet_feed ul li {
    background: none;
    display: none;
    padding: 0;
}
.partner_tweet .tweet_feed p {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 5px;
}
.partner_tweet .tweet_feed span.date {
    font-size: 12px;
    font-style: italic;
}

.footer_contact {
    background: none repeat scroll 0 0 #000000;
    height: 70px;
    position: relative;
}
.footer_contact .footer_location_list {
    background: none repeat scroll 0 0 #000000;
    border: 0 none;
    margin: 0;
    padding: 20px 0 10px;
}
.footer_contact .footer_location_list a.footer_location {
    background: none repeat scroll 0 0 #212121;
    margin: 0;
    padding: 8px;
    text-transform: none;
    width: 80px;
}
.footer_contact .footer_location_list a.footer_location:hover, .footer_contact .footer_location_list li.flex-active-slide a.footer_location {
    background: none repeat scroll 0 0 #f89829;
}
.footer_contact .footer_address_list {
    background: none repeat scroll 0 0 #000000;
    border: 0 none;
    display: block;
    height: 70px;
    margin: 0;
    vertical-align: middle;
	width: 100%;
	padding: 20px 0 10px;
}
.footer_location_list .flex-control-nav {
    bottom: -22px;
}
@media only screen and (max-width: 568px) {
    .footer_contact .footer_location_list {
        padding: 20px 0;
    }
    .footer_location_list .flex-control-nav {
        bottom: -15px;
    }
}
.footer_location_list .flex-control-paging li a {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
}
.footer_location_list .flex-control-paging li a.flex-active {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
}
.footer_contact .footer_address_list p {
	margin-bottom: 0;
}

footer p {
    color: #919191;
    font-size: 12px;
    margin: 14px 0;
}
footer p a, footer p a:visited {
	color: #919191;
}
footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
footer .bwired_footer {
    font-size: 14px;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 140px;
}
footer .bwired_footer .bwlogo_container {
	display: inline;
}
footer a.rubicor_footer_drop {
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: -2px;;
}
.rubicor_footer_saperator {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 10px;
}
.rubicor_footer {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 15px 0;
	display: none;
}
.rubicor_footer a {
    color: #333333;
    display: block;
    font-size: 13px;
    padding: 0 0 5px;
}
.rubicor_footer a.rubicor_title {
    color: #D11241;
    text-transform: uppercase;
}
.rubicor_footer a:hover {
	color: #004961;
	text-decoration: none
}

.flexslider ul li {
	background: none;
    font-size: 16px;
    margin: 0;
    padding-left: 0;
}

/*************************************
 *
 *	Homepage
 *
 ************************************/
.homepage_banner {
	background: none repeat scroll 0 0 #000000;
    border: 0 none;
    height: 790px;
    margin: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
.homepage_banner .slides {
    height: 223px;
}
.homepage_banner .banner .caption {
    margin: 0 auto;
    max-width: 1100px;
    padding: 200px 75px 0;
    position: relative;
    z-index: 1;
}
.homepage_banner .banner .caption h1 {
    color: #FFFFFF;
    font-size: 42px;
    letter-spacing: -1px;
    line-height: 55px;
    text-shadow: 1px 1px 5px #000000;
    text-transform: uppercase;
}
.homepage_banner .banner figure {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    margin: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.homepage_banner .banner figure img {
	min-height: 790px;
}
.homepage_banner .flex-direction-nav {
    display: block;
    height: 60px;
    margin: 0 auto;
    position: relative;
    max-width: 1180px;
}
.homepage_banner .flex-direction-nav .flex-prev, .homepage_banner .flex-direction-nav .flex-next {
	background: url("../template_images/sprite.png") no-repeat scroll 0 0 transparent;
	width: 60px;
	height: 61px;
	opacity: 1;
}
.homepage_banner .flex-direction-nav .flex-prev {
    background-position: left -83px;
	left: 10px;
}
.homepage_banner .flex-direction-nav .flex-prev:hover {
    background-position: right -83px;
}
.homepage_banner .flex-direction-nav .flex-next {
    background-position: left -156px;
	right: 10px;
}
.homepage_banner .flex-direction-nav .flex-next:hover {
    background-position: right -156px;
}

.homepage_tabs {
    padding-top: 450px;
    position: relative;
}
.homepage_tabs .tabs {
	height: 230px;
}
.homepage_tabs .tabs section .title  {
    background: none;
	border: 0 none !important;
    height: 35px;
	width: 101px;
	z-index: 100;
}
.homepage_tabs .tabs section .title:hover, .homepage_tabs .tabs section.active .title {
	background: none;
}
.homepage_tabs .tabs section .title a  {
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    font-size: 14px;
    padding: 7px 0;
    text-align: center;
    width: 100px;
}
.homepage_tabs .tabs section .title a:hover  {
	text-decoration: none;
}
.homepage_tabs .tabs section.active .title a {
	background: #f89829;
    color: #000000;
}
.homepage_tabs .tabs section .content {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    border: 0 none;
	height: 195px;
	top: 0;
}
.homepage_tabs .tabs section .content h2 {
	margin-top: -5px;
}

.homepage.partner_tweet {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    height: 90px;
	position: relative;
	overflow: hidden;
}

.homepage_xpand_express h2, .homepage .latest_jobs h2 {
	padding: 20px 0;
}
.homepage_xpand_express  article.row {
	margin-bottom: 20px;
}
.homepage_xpand_express  article a.blog_img {
    display: block;
    height: 80px;
    width: 100%;
}
.homepage_xpand_express  article a.blog_img img {
	max-width: 165px;
    width: 100%;
}
.homepage_xpand_express article span.date, .homepage_xpand_express article span.author {
    display: block;
    font-size: 12px;
    margin-bottom: 5px;
}
.homepage_xpand_express article span.author {
    font-size: 14px;
}
.homepage_xpand_express article p {
	margin-bottom: 3px;
}
.homepage .latest_jobs {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
}


/*************************************
 *
 *	Subpage
 *
 ************************************/
.subpage_banner {
    border: 0 none;
    height: 360px;
    margin: 0;
    overflow: hidden;
    position: absolute;
    top: -270px;
    width: 100%;
}
.subpage_banner .slides {
    height: 223px;
}
.subpage_banner figure {
    margin: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.subpage_banner figure img {
    min-height: 360px;
    width: 100%;
}
.subpage_banner_heading {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    /*height: 90px;*/
	margin-top: 270px;
    padding: 17px 0;
    position: relative;
    z-index: 10;
}
.subpage.partner_tweet {
	background: none repeat scroll 0 0 #000000;
	margin-bottom: 10px;
}
.pages iframe {
	background: none repeat scroll 0 0 #FFFFFF;
	border: none;
}
/*************************************
 *
 *	Staff Page
 *
 ************************************/
.staff_list article {
	margin-bottom: 25px;
}
.staff_list article figure {
	position: relative;
	max-width: 280px;
	overflow: hidden;
}
.staff_list article .staff_thumb_hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
	display: none;
}
.staff_list article .staff_thumb_hover a {
    display: block;
    height: 100%;
    padding-left: 10%;
    padding-top: 20%;
	text-decoration: none;
}
.staff_list article .staff_thumb_hover a h4 {
	margin: 0;
}
.staff_list article .staff_thumb_hover a p em {
    color: #CCCCCC;
    display: block;
    font-size: 13px;
}
.staff_details h6 {
	margin-top: -20px;
}
.staff_details figure {
	margin-bottom: 20px;
}

 /*************************************
 *
 *	News
 *
 ************************************/

 /*************************************
 *
 *	Help
 *
 ************************************/
.catContainer {
	display: block;
	position: relative;
	background-color: #292928;
	padding: 16px 50px;
	margin-bottom: 15px;
	cursor: pointer
}
.catContainer h2 {
	margin: 0;
}
.catContainer span.arrow {
	display: block;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -8px;
	width: 16px;
	height: 20px;
	background: url("/template_images/orange_right.png") no-repeat scroll 0 0 transparent;
	text-indent: 102%;
	white-space: nowrap;
	overflow: hidden;
}
.catContainer.active {
	background-color: #F89829;
}
.catContainer.active h2 {
	color: #FFFFFF;
}
.catContainer.active span.arrow {
	background: url("/template_images/white_down.png") no-repeat scroll 0 0 transparent;
}

.questionContainer > li {
	background: none;
	padding-left: 0;
}
.questionContainer h4.question {
    background-color: #1F1F1F;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 15px 50px;
	position: relative;
}
.questionContainer h4.question span.plus {
	display: block;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -7px;
	width: 16px;
	height: 20px;
	background: url("/template_images/white_plus.png") no-repeat scroll 0 0 transparent;
	text-indent: 102%;
	white-space: nowrap;
	overflow: hidden;
}
.questionContainer h4.question.active span.plus {
	background: url("/template_images/white_minus.png") no-repeat scroll 0 0 transparent;
}
.questionContainer .answer {
	padding-left: 15px;
}

 /*************************************
 *
 *	Contact
 *
 ************************************/
.contact .feedback_frm label {
    color: #FFFFFF;
    padding-top: 5px;
    padding-bottom: 10px;
}
.contact .feedback_frm .employer_select, .contact .feedback_frm .seeker_select, .contact .feedback_frm .contractor_select {
	display: none;
}
.feedback_frm.custom .captcha .dropdown, .feedback_frm.custom .captcha .radio{
	display: none;
}
.feedback_frm #recaptcha_image{
	margin-bottom:15px;
}
 /*************************************
 *
 *	Blogs
 *
 ************************************/
aside ul.accordian_month {
	display: none;
}
.blogs figure {
	margin: 0;
}
.blogs span.date {
    font-size: 13px;
    text-transform: uppercase;
}
.blogs .tag_list {
    /*display: table-cell;*/
    height: 95px;
    overflow: hidden;
    vertical-align: bottom;
}
.blogs article.featured figure a {
	background: none no-repeat scroll center center transparent;
    display: block;
    height: 280px;
    width: 100%;
	margin-bottom: 10px;
}
.blogs article.featured figure a img {
	/*height: 280px;*/
}
.blogs .blog_list article{
	margin-bottom: 5px;
}
.blogs .blog_list article figure a {
    display: block;
    height: 140px;
    width: 100%;
	margin-bottom: 10px;
}
.blogs .blog_list article figure a img {
    min-height: 140px;
	width: 100%;
}
.blogs .blog_list article h2, .blogs article.featured h2 {
    height: 60px;
    margin-bottom: 5px;
    overflow: hidden;
}
.blogs .blog_list article p {
	height: 105px;
	overflow: hidden;
}
.blogs figure.banner {
	margin-bottom: 15px;
}
.blogs .blog_details h2 {
    font-size: 23px;
    margin-bottom: 15px;
}
.blogs .blog_details .author {
    color: #F89829;
}
.blogs .blog_details .tag_list {
    height: 100%;
}
h4.auth_post {
    line-height: 22px;
    margin-top: 15px;
	word-wrap: break-word;
}
h4.auth_post span {
    color: #FFFFFF;
	font-size: 17px;
}
.auth_social_links {
    height: 30px;
}
.auth_social_links a {
    background: url("../template_images/sprite.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 30px;
    margin-right: 10px;
	margin-bottom: 10px;
    width: 30px;
}
.auth_social_links a.facebook {
    background-position: -109px -402px;
}
.auth_social_links a.facebook:hover {
    background-position: -109px -438px;
}
.auth_social_links a.tweet {
    background-position: -73px -402px;
}
.auth_social_links a.tweet:hover {
    background-position: -73px -438px;
}
.auth_social_links a.linkedin {
    background-position: -38px -402px;
}
.auth_social_links a.linkedin:hover {
    background-position: -38px -438px;
}
.auth_social_links a.email {
    background-position: 0px -402px;
}
.auth_social_links a.email:hover {
    background-position: 0px -438px;
}
.auth_social_links a.phone {
    background-position: -109px -366px;
}
.auth_social_links a.phone:hover, .auth_social_links a.phone.active {
    background-position: -73px -366px;
}
.user_phone_desktop {
    background: url("../template_images/menu_bottom.png") no-repeat scroll 165px top transparent;
    display: none;
    margin-top: 5px;
    padding-top: 10px;
    width: 200px;
}
.user_phone_desktop span {
    background: none repeat scroll 0 0 #F89829;
    display: block;
    padding: 10px;
}
.addthis_toolbox a {
    height: 70px;
    width: 65px;
}

 /*************************************
 *
 *	Jobs
 *
 ************************************/
.jobadder .job_list {
    border: 1px solid #F89829;
    margin-bottom: 15px;
    padding: 15px 5px;
}
.jobadder .job_date {
    background: none repeat scroll 0 0 #131313;
    padding: 10px 0;
	width: 45px;
    text-align: center;
}
.jobadder .job_date .calander_icon {
    background: url("../template_images/sprite.png") no-repeat scroll -107px -283px transparent;
    display: block;
    height: 35px;
    width: 40px;
}
.jobadder .job_date .date {
    display: block;
    font-size: 25px;
	color: #F89829;
}
.jobadder .job_date .month {
    display: block;
    font-size: 14px;
    line-height: 17px;
    margin: 5px 0 0;
	color: #F89829;
}
.jobadder .details h2 {
	margin-bottom: 10px;
}
.jobadder  .details .job_sections a {
	color: #CCCCCC;
}
.jobadder .job_list_side_links a {
    display: inline-block;
    font-size: 13px;
    line-height: 17px;
    padding: 3px 7px;
    text-transform: uppercase;
}
.jobadder .job_list_side_links .job_location, .jobadder .job_list_side_links .job_category, .jobadder .job_list_side_links .job_type {
    display: block;
    margin: 10px 0;
}
.jobadder .job_list_side_links .job_location a {
    background: none repeat scroll 0 0 #F89829;
    color: #000000;
}
.jobadder .job_list_side_links .job_category a, .jobadder .job_list_side_links .job_type a {
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
}
.jobadder .job_details > span {
    border: 1px solid #F89829;
    float: left;
    margin-bottom: 15px;
    padding-top: 15px;
}
.jobadder .email_to_friend {
	width: 145px;
	margin-left: 10px;
}


/*************************************
 *
 *	Mobile and iPad Displays: 768px and below
 *
 ************************************/

@media only screen and (max-width:48.09em) {
	.homepage_banner {
		height: 605px;
	}
    .homepage_banner .slides {
        height: 170px;
    }
	.homepage_banner .banner figure img {
		/*max-width: none;*/
		width: auto;
		min-height: 605px;
	}
    .homepage_tabs {
		padding-top: 355px;
		z-index: 101;
    }
	header .logo a img {
		margin-top: 20px;
		min-width: 85px;
	}
	.social_media {
		margin-top: 20px;
	}
    .homepage.partner_tweet {
        background: none;
        height: 185px;
        z-index: 100;
    }
    .partner_tweet .large-6 {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
        margin-top: 1px;
        height: 92px;
    }
    .footer_contact {
        height: auto;
    }
	.footer_contact .footer_address_list {
        padding-bottom: 15px;
		padding-top: 10px;
	}
	.subpage_banner_heading {
		padding: 21px 0;
	}
	.blogs .blog_list article h2, .blogs article.featured h2 {
		height: 50px;
	}
	.job_key_info {
		padding-left: 20%;
	}
	.jobControl {
		height: 35px;
		margin-top: -10px;
		text-align: left;
	}
	.salary span {
		width: 100%;
	}
}

/*************************************
 *
 *	Mobile Displays: 480px and below
 *
 ************************************/
@media only screen and (max-width:30.1em) {
	.small.button {
		width: 125px;
	}
	.homepage_banner {
		height: 335px;
	}
    .homepage_banner .banner .caption h1 {
        font-size: 21px;
        line-height: 30px;
    }
    .homepage_banner .banner .caption {
        padding-top: 130px;
    }
    .homepage_banner .flex-direction-nav .flex-prev, .homepage_banner .flex-direction-nav .flex-next {
        height: 34px;
        opacity: 1;
        width: 34px;
    }
	.homepage_banner .flex-direction-nav .flex-prev {
		background-position: left -330px;
		left: 10px;
	}
	.homepage_banner .flex-direction-nav .flex-prev:hover {
		background-position: -34px -330px;
	}
	.homepage_banner .flex-direction-nav .flex-next {
		background-position: left -364px;
		right: 10px;
	}
	.homepage_banner .flex-direction-nav .flex-next:hover {
		background-position: -34px -364px;
	}
	.homepage_banner .banner figure img {
		min-height: 335px;
	}
	.social_media a {
		margin-right: 7px;
	}
	.social_media .other {
		margin-right: 47px;
	}
	.homepage_tabs .tabs section .title {
		width: 96px;
	}
	.homepage_tabs .tabs section .title a {
		width: 95px;
	}
	.partner_tweet .partner_scroll ul li a img, .partner_tweet .partner_scroll ul li img {
		/*height: 35px;*/
        height: 47px;
	}
    .flex-direction-nav a{
        margin: -23px 0 0;
    }
	.subpage_banner figure img {
		min-width: 200%;
	}
	.content {
		padding-bottom: 0;
	}
	.content_footer .register_salary .register_your_cv, .content_footer .register_salary .salary_guide {
		padding-left: 0.9375em;
		padding-right: 0.9375em;
	}
	.content_footer .content_footer_search {
		margin-left: 10px;
	}
	.partner_tweet h3 {
        padding-top: 15px;
    }
    .partner_tweet h3 .word_lagest_tweets {
        display: none;
    }
    .partner_tweet h3 a.tweet_bird {
        float: left;
        margin-right: 0;
        margin-top: 10px;
    }
    .partner_tweet .partner_scroll {
        padding: 0px 25px 0px 25px;
    }
    .partner_tweet .flex-direction-nav .flex-prev {
        left: 10px;
    }
    .partner_tweet .flex-direction-nav .flex-next {
        right: 10px;
    }
	.partner_tweet .tweet_feed {
		padding-top: 10px;
	}
	.partner_tweet .tweet_feed p {
		margin-bottom: 0;
	}
	.footer_contact .footer_address_list {
		height: 100px;
	}
	.footer_contact .footer_address_list p span.break {
		display: block;
	}
    footer .bwired_footer {
        float: left !important;
    }
	.blogs article.featured figure a {
		height: 140px;
	}
	.blogs article.featured figure a img {
		height: 140px;
	}
	.blogs .tag_list {
		height: 100%;
	}
	.blogs .blog_list article p {
		height: auto;
	}
	.rubicor_footer .small-4 {
		min-height: 120px;
	}
	.jobadder .job_list .small-2 {
		padding-left: 9px;
	}
}

/*************************************
 *
 *	iPad Displays: 480px - 768px
 *
 ************************************/
@media only screen and (min-width:30.1em) and (max-width:48.09em) {
    .homepage_banner .banner .caption h1 {
        font-size: 25px;
        line-height: 35px;
    }
    .homepage_banner .banner .caption {
        padding-top: 155px;
    }
    .homepage_banner .flex-direction-nav .flex-prev, .homepage_banner .flex-direction-nav .flex-next {
        height: 47px;
        opacity: 1;
        width: 47px;
    }
	.homepage_banner .flex-direction-nav .flex-prev {
		background-position: left -226px;
		left: 10px;
	}
	.homepage_banner .flex-direction-nav .flex-prev:hover {
		background-position: -48px -226px;
	}
	.homepage_banner .flex-direction-nav .flex-next {
		background-position: left -276px;
		right: 10px;
	}
	.homepage_banner .flex-direction-nav .flex-next:hover {
		background-position: -48px -276px;
	}
	.homepage_tabs .tabs section .content {
		width: 303px;
	}
	aside .small.button {
		width: 100%;
	}
	.register_salary .register_your_cv {
		padding-right: 0.9375em;
	}
	.register_salary .salary_guide {
		padding-left: 0.9375em;
	}
}

/*************************************
 *
 *	Medium Displays: 768px - 1000px
 *
 ************************************/
@media only screen and (min-width: 48.1em) and (max-width: 62.5em) {
	.homepage_banner .banner .caption h1 {
		font-size: 33px;
		line-height: 40px;
	}
	.homepage_banner .slides {
		height: 205px;
	}
	header .menu_main nav ul li a {
		padding: 0 6px;
		font-size: 15px;
	}
	header .menu_main nav .megamenu ul li a {
		max-width: 150px;
	}
	.homepage_tabs .tabs section .content {
		width: 303px;
	}
	.partner_tweet h3 {
		padding-top: 20px;
		width: 90px;
	}
	.partner_tweet h3 a.tweet_bird {
		margin-right: -35px;
		margin-top: -15px;
	}
	.footer_contact .large-4{
		min-width: 320px;
	}
	.footer_contact .large-8{
		max-width: 433px;
	}
	.footer_contact .footer_address_list p span.break {
		display: block;
	}
	aside form.custom a.small {
		width: 100%;
	}
	.register_salary .register_your_cv, .register_salary .salary_guide {
		padding: 0;
		width: 100%;
	}
}

/*************************************
 *
 *	Large Displays: 1000px - 1180px
 *
 ************************************/
@media only screen and (min-width: 62.5em) and (max-width: 73.75em) {
	aside form.custom a.small {
		width: 100%;
	}
}