/*************************************
 *
 *	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: #ffffff;
    border: 1px solid #292929;
	border-radius: 0 0 0 0;
    color: #000000;
    height: 2.3em;
    padding: 0.3em 0.5em;
	font-style: italic;
}
textarea, textarea:focus {
	height: 100px;
}
form.custom .custom.dropdown {
    background: #ffffff;
    border: 1px solid #292929;
    color: #000000;
    height: 3.2em;
}
form.custom .custom.dropdown .current {
    background:#ffffff;
    color: #000000;
    cursor: pointer;
    height: 3.2em;
}
form.custom .custom.dropdown ul {
	background: #ffffff;
}
form.custom .custom.dropdown ul li {
    cursor: pointer;
    color: #000000;
	background:none repeat scroll 0 0 #292929;

}
form.custom .custom.dropdown ul li.selected, form.custom .custom.dropdown ul li:hover {
	background: none repeat scroll 0 0 #292929;
}
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: none repeat scroll 0 0 #7ac11a;
	color: #ffffff;
	Border-bottom:1px solid #ffffff;
}
.section-container.tabs > section .content > *:last-child, .section-container.tabs > .section .content > *:last-child {
	padding-bottom: 10px;
}

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

/*************************************
 *
 *	Jquery UI overwrites
 *
 ************************************/
.slideryear-range, .sliderhour-range {
	background: none repeat scroll 0 0 #000000;
    border: medium none;
    border-radius: 0 0 0 0;
    height: 5px;
}
.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: #000000;
}

body {
	background: #ffffff;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
h1 {
    color: #292929;
    font-size: 30px;
    letter-spacing: -1px;
    line-height: 33px;
    margin: 0;
}
h1.heading {
    margin: 5px 0 -6px;
}
h2 {
	font-size: 20px;
	color: #292929;
	margin-bottom: 0;
}
h3 {
	font-size: 16px;
	color: #292929;
}
h4 {
    color: #292929;
    font-size: 20px;
}
h5 {
    color: #292929;
    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;
}
.content h2 {
	margin-bottom: 10px;
}
a {
	color: #7ac11a;
}
a:hover, a:focus  {
	text-decoration: underline;
	color: #7ac11a;
}
a:visited, a:active {
	color: #7ac11a;
}
hr {
	border-color: #292929;
	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: #000000;
}
ul {
    list-style: none outside none;
}
ul li {
    background: url("../template_images/blue_right.png") no-repeat scroll left 4px transparent;
    color: #000000;
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 20px;
}
ol {
    list-style: decimal outside none;
}
ol li {
    background: none;
    color: #000000;
    font-size: 14px;
    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: #000000;
    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: #292929;
}

ul.underscore_li li {
    background: none;
    padding-left: 0;
}
ul.underscore_li li .underscore {
    color: #292929;
    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;
}

.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: 40px;
	padding: 5px 0 5px 5px;
}
.select_text {
	background: none no-repeat scroll right 9px #292929;
	color: #FFFFFF;
	font-size: 14px;
	margin-right: 25px;
	height: 20px;
	overflow: hidden;
	padding-right: 20px;
	position: relative;
}
.select_holder select {
	background:#292929;
	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: #292929;
}
.small.button {
    border: 0 none;
    box-shadow: none;
    padding: 10px;
    background: #CCCCCC;
	color: #000000;
	width: 130px;
	text-transform: uppercase;
}
.small.button:hover {
    background: #efefef;
	color: #292929;
	text-decoration: none;
}
.small.button.orange {
    background: none repeat scroll 0 0 #CCCCCC;
    color: #000000;
}
.small.button.orange:hover {
    background: #efefef;
	color: #292929;
}
.button.light-blue {
background:#7ac11a;
color:#ffffff;
}
.button.light-blue:hover {
background:#292929;
color:#ffffff;
}

.cta-button {
    margin-top: 23px;
    width: 100%;
    background: #00A1E5;
    border: none;
}
a.back {
    background: url("../template_images/blue_left1.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 {
    /*background-color: #292929;*/
    /*height: 100px;*/
	/*background:url(/template_images/header-bg.png) repeat-x;*/
    left: 0;
    padding: 19px 0 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 102;
}


header .menu_main nav .megamenu {
  display: none;
}
header .menu_main nav .megamenu div.mm-item-content {
    background: none repeat scroll 0 0 #292929;
    position: absolute;
    z-index: 9;
	top: 135px !important;
    position: fixed;
}
header .menu_main nav .megamenu ul {
    float: left;
    padding: 15px;
	width: 200px;
}
header .menu_main nav .megamenu ul li {
   /* background: url("../template_images/blue_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: 290px;
}
header .menu_main nav .megamenu ul li a.sub {
    font-weight: normal;
    padding: 3px 10px 0 30px;
}
header .menu_main .social_media {
    margin-top: 8px;
}

/**
ul.megamenu a.hover_bottom.mm-item-link-hover {
	background: url("../template_images/menu_bottom.png") no-repeat scroll center bottom transparent;
	color: #ffffff;
}
**/
.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: 0px 0 0;
    width: 100%;
    margin-bottom: 0;
}
header .menu_main nav ul {
    float: left;
    list-style: none outside none;
    margin: 0;
}
header .menu_main nav ul li {
	background: none;
    float: left;
	padding: 0;
    margin-bottom: 0;
}
header .menu_main nav ul li a.last {
   /*  padding-right: 0; */
}
header .menu_main nav ul li a {
    color: #7ac11a;
    display: table-cell;
    font-size: 20px;
    height: 35px;
    padding: 0 35px;
    text-align: center;
}
header .menu_main nav ul li a:hover {
	color: #ffffff;
	text-decoration: none;
	background:#7ac11a;
}

.mobile_menu nav {
	background: none;
    height: 70px;
    margin: 0 0 10px;
    padding: 0;
}
.mobile_menu nav ul {
	margin-bottom: 30px;
	position: relative;
}
.mobile_menu nav ul.social_media.title-area {
	width: 100%;
	background: none;
}
.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.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: #ffffff;
	text-decoration: underline;
	background:#7ac11a;
}
.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: #292929;
    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 h4 {
    color: #7ac11a;
    font-size: 40px;
    margin-top: 0;
}
.container {
	background: none repeat scroll 0 0 #FFFFFF;
}
.back_to_top_btn {
	text-align: center;
}

aside {
	background: #ffffff;
	padding: 25px 0;
}
.jobControl {
    font-size: 14px;
	text-align: right;
}
.jobControl a {
    cursor: pointer;
	color: #FFFFFF;
}
.jobControl a.active {
	color: #292929;
}
.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: #292929;
	text-decoration: none;
}

.content {
	padding-top: 25px;
	padding-bottom: 25px;
}
.content a:hover {
	color: #7ac11a;
}
.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: #292929;
	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: #292929;
    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: #000000;
}
nav ul li a:hover, nav ul li.active a, nav ul li ul li.active a {
    color: #ffffff;
}
.latest_jobs ul {
    list-style: none outside none;
}
.latest_jobs ul li {
    background: url("../template_images/blue_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: 13px 35px 13px 15px;
}
.partner_tweet .partner_scroll p {
    margin: 0;
}
.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_scroll img {
    position: absolute;
    top: 50%;
    left: 46%;
    transform: translate(-50%, -50%);
    max-width: 75%;
}
.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 #7ac11a;
    height: 70px;
    position: relative;
}
.footer_contact .footer_location_list {
    background: none repeat scroll 0 0 #7ac11a;
    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: 5px;
    text-transform: none;
    width: 85px;
	color:#ffffff;
}
.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 #7ac11a;
	color:#ffffff;
}
.footer_contact .footer_address_list {
    background: none repeat scroll 0 0 #7ac11a;
    border: 0 none;
    display: block;
    height: 70px;
    margin: 0;
    vertical-align: middle;
	width: 100%;
	padding: 20px 0 10px;
}
.footer_contact .footer_address_list p {
	margin-bottom: 0;
	font-size:12px;
	color:#ffffff;
	margin-top:3px;
}

.footer_contact .footer_address_list a{
	color:#ffffff;
}

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;
    text-align: right;
}
footer .bwired_footer .bwlogo_container {
	display: inline;
}
footer a.rubicor_footer_drop {
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: -2px;;
}


.footer_legal {
width:100%;
background:#231f20;
}
.footer_legal p, .footer_legal a  {
font-size:11px;
color:#adadad;
}



.bwired_footer p {
float:left;
margin:7px 0 0 0px;
}

.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: #525252;
    display: block;
    font-size: 11px;
    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;
}
.search-subpage{
	max-width:400px;
}
/*************************************
 *
 *	Homepage
 *
 ************************************/
.homepage_banner {
	background-color: #FFFFFF;
    border: 0 none;
    height: 620px;
    margin: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
.homepage_banner .slides {
    height: 330px;
}
.homepage_banner .banner .caption {
    margin: 0 auto;
    max-width: 1100px;
    padding: 315px 75px 0;
    position: relative;
    z-index: 1;
}

.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-color:#292929;
    color: #000000;
    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: #ffffff;
    color: #000000;
}
.homepage_tabs .tabs section .content {
    background-color: #ffffff;
    border: 0 none;
	height: 195px;
	top: 0;
}
.homepage_tabs .tabs section .content h2 {
	margin-top: -5px;
}

.homepage.partner_tweet {
    background-color: #EFEFEF;
    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 {
    min-height: 80px;
	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: #EEEEEE;
}
.home-cta-list {
    margin: 40px 0 35px;
}
.home-cta-list ul {
	min-height: 130px;
}

.homepage-mission {
background:#292929;
padding-top:620px;
}
.homepage-mission h3 {
font-size:40px;
color:#ffffff;
padding:62px 0;
line-height:50px;
}

#homepage-search {
background:#c3ccd4;
padding-top:40px;
}
#homepage-search .input-white {
background:#ffffff;
border:none;
padding:10px 5px;
height:40px;
}

#homepage-search .fa-map-marker, #subpage-search .fa-map-marker, #homepage-search .fa-repeat, #subpage-search .fa-repeat, #homepage-search .fa-hand-o-right, #subpage-search .fa-hand-o-right {
    color: #ffffff;
    font-size: 23px;
    left: 26px;
    position: absolute;
    top: 7px;
    z-index: 1;
}
#homepage-search a.current, #subpage-search a.current {
	/*padding-left: 33px;*/
}

/*************************************
 *
 *	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.1);
    /*height: 90px;*/
	margin-top: 270px;
    padding: 17px 0 0;
    position: relative;
    z-index: 10;
}
.subpage.partner_tweet {
	background: none repeat scroll 0 0 #EFEFEF;
	margin-bottom: 10px;
}
.pages iframe {
	background: none repeat scroll 0 0 #FFFFFF;
	border: none;
}

.content.clients-box {
    background: #d8d8d8;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

@media only screen and (max-width:30.1em) {
    .content.clients-box {
        margin-top: 0px;
    }
}

.clients-box h1.heading {
    margin-top: 0;
    margin-bottom: 15px;
}
.clients-box .our_client_img {
    background: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: relative;
    height: 90%;
}
.clients-box aside {
    height: auto !important;
}
.our_client_img {
    -webkit-box-shadow: 0 0 2px 2px rgba(211, 211, 211, 0.7);
    -moz-box-shadow: 0 0 2px 2px rgba(211, 211, 211, 0.7);
    border-radius: 115px;
    box-shadow: 0 0 2px 2px rgba(211, 211, 211, 0.7);
    margin: 10px;
    overflow: hidden;
    padding: 10px;
    text-align: center;
}
.content.clients-box .our_client_img, .content.clients-box .large-3{
    max-height: 230px;
}
@media only screen and (min-width: 48.1em) {
    .content.clients-box .large-3{
        min-height: 90%;
    }
}
.content.clients-box .our_client_img img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 85%;
}
/*************************************
 *
 *	Staff Page
 *
 ************************************/

/* News  staff css */


.staff_list article {
	margin-bottom: 10px;
}
.staff_list article figure {
	position: relative;
	overflow: hidden;
}
.new_staff{
	background: none repeat scroll 0 0 #ffffff;
}
.new_staff img{
	width:100%;
	padding-bottom: 20px;
}
.new_staff h1 {
    font-size: 21px;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
}
.new_staff .staff_details {
    padding: 15px;
}
.new_staff .staff_link{
     margin: 30px 0 0 !important;
    text-transform: capitalize !important;
}
.new_staff .staff_details h3{
    font-size: 20px;
}
.new_staff .staff_details h4{
    margin-bottom: 5px;
}
.new_staff .staff_details a:hover {
    text-decoration:none !important;
}


/* iPads (landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
/* Styles */
	.new_staff .staff_link{
		margin: 120px 0 0 -20px !important;
	}


}

@media only screen
and (min-width: 640px)
and (max-width: 768px) {
    .staff_list article:nth-of-type(2n+1) {
        clear: left;
    }
}

/* medium up displays */
@media only screen and (min-width: 770px) {
    .staff_list article:nth-of-type(4n+1) {
        clear: left;
    }
}




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

 /*************************************
 *
 *	Help
 *
 ************************************/
.catContainer {
	display: block;
	position: relative;
	background-color: #292928;
	padding: 16px 50px;
	margin-bottom: 15px;
	cursor: pointer
}
.catContainer h2 {
	margin: 0;
	color:#ffffff;
}
.catContainer span.arrow {
	display: block;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -8px;
	width: 16px;
	height: 20px;
	background: url("/template_images/white_right.png") no-repeat scroll 0 0 transparent;
	text-indent: 102%;
	white-space: nowrap;
	overflow: hidden;
}
.catContainer.active {
	background-color: #292929;
}
.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: #000000;
    padding-top: 5px;
    padding-bottom: 10px;
}
.contact .feedback_frm .employer_select, .contact .feedback_frm .seeker_select, .contact .feedback_frm .contractor_select {
	display: none;
}
form.custom .captcha .dropdown,form.custom .captcha .radio  {
	display: none;
}

 /*************************************
 *
 *	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: #292929;
}
.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;
}
.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 #EBF0F3;
    display: block;
    padding: 10px;
}
.addthis_toolbox a {
    height: 70px;
    width: 65px;
}

 /*************************************
 *
 *	Jobs
 *
 ************************************/
.jobadder .job_list {
    border: 1px solid #292929;
    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: #292929;
}
.jobadder .job_date .month {
    display: block;
    font-size: 14px;
    line-height: 17px;
    margin: 5px 0 0;
	color: #292929;
}
.jobadder .details h2 {
	margin-bottom: 10px;
}
.jobadder  .details .job_sections a {
	color: #292929;
}
.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 #292929;
    color: #FFFFFF;
}
.jobadder .job_list_side_links .job_category a, .jobadder .job_list_side_links .job_type a {
    background: none repeat scroll 0 0 #292929;
    color: #000000;
}
.jobadder .job_details > span {
    border: 1px solid #292929;
    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) {

	.blogs .back, .jobadder .back, .pages .staff_details .back{
		margin-bottom: 0 !important;
		margin-top: 15px !important;

	}
		.small.button.smallskyblue{
		width:100% !important;
	}
	.small.button.smallgrey{
		width:100% !important;
	}

	.homepage-mission {
		padding-top:390px !important;
	}
    .homepage_banner .slides {
        height: 170px;
    }
	.homepage_banner .banner figure img {
		/*max-width: none;*/
		width: auto;
	}
    .homepage_tabs {
		padding-top: 355px;
		z-index: 101;
    }

	.social_media {
		margin-top: 20px;
	}
    .homepage.partner_tweet {
        background: none;
        height: 185px;
        z-index: 100;
    }
    .partner_tweet .large-6 {
        background-color:#EFEFEF;
        margin-top: 1px;
        height: 92px;
    }
    .footer_contact {
        height: auto;
    }
	.footer_contact .footer_address_list {
        padding-bottom: 15px;
		padding-top: 10px;
	}
	.subpage_banner_heading {
		padding: 20px 0 5px !important;
	}
	.subpage_banner_heading h2{
		Font-size:32px !important;
		overflow:hidden !important;
	}
	.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) {
	.homepage-mission {
		padding-top:320px !important;
	}
	div.show-for-small a.email_to_friend{
		width:162px;
	}
	.small.button {
		width: 125px;
	}
	.homepage .small.button{
		width:100% ;
	}
    .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;
	}
	.social_media a {
		margin-right: 7px;
	}
	.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;
	}
	.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: 14px;
	}
	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%;
	}
}
/*************************************
 *
 *  Medium Displays: 1200px
 *
 ************************************/
@media only screen and (max-width: 75.000em) {
    header .menu_main nav ul li a {
        font-size: 14px;
    }
}

/*************************************
 *
 *	Large Displays: 1000px - 1180px
 *
 ************************************/
@media only screen and (min-width: 62.5em) and (max-width: 73.75em) {
	aside form.custom a.small {
		width: 100%;
	}
}/*************************************
 *
 *	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: #000000;
	line-height: 25px !important;
}

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: #ffffff;
    border: medium none;
	border-radius: 0 0 0 0;
    color: #000000;
    height: 2.3em;
    padding: 0.3em 0.5em;
	font-style: italic;
}
textarea, textarea:focus {
	height: 100px;
}
form.custom .custom.dropdown {
    background: #292929;
    border: 1px solid #292929;
    color: #ffffff;
    height: 3.2em;
}
form.custom .custom.dropdown .current {
    background: none repeat scroll 0 0 #292929;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 15px;
    height: 3.2em;
    padding: 2px 10px 0;
}
form.custom .custom.dropdown ul {
	background: #292929;
}
form.custom .custom.dropdown ul li {
    cursor: pointer;
    color: #ffffff;
	background:none repeat scroll 0 0 #292929;
	border-bottom:1px solid;

}
form.custom .custom.dropdown ul li.selected, form.custom .custom.dropdown ul li:hover {
	background: none repeat scroll 0 0 #7ac11a;
	border-bottom:1px solid;
	color:#ffffff;
}
form.custom .custom.dropdown .selector {
	/*background: url("../template_images/sprite.png") no-repeat scroll -70px -977px transparent; */
	 background: url("../template_images/white_down.png") no-repeat scroll 8px center rgba(0, 0, 0, 0);
}
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: #292929;
	color: #FFFFFF;
	 border-bottom: 1px solid;
}
form.custom .custom.dropdown.open.large ul li.selected, form.custom .custom.dropdown.open.large ul li:hover {
	 background: none repeat scroll 0 0 #7ac11a;
    border-bottom: 1px solid;
    color: #FFFFFF;
}
.section-container.tabs > section .content > *:last-child, .section-container.tabs > .section .content > *:last-child {
	padding-bottom: 10px;
}

.show-for-mobile {
	display: none;
}
.blog_details .success{
	color:#7ac11a;

}

/*************************************
 *
 *	Jquery UI overwrites
 *
 ************************************/
.slideryear-range, .sliderhour-range {
	background: none repeat scroll 0 0 #ffffff;
    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: #000000;
}

body {
	background: #ffffff;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
h1 {
    color: #292929;
    font-size: 30px;
    letter-spacing: -1px;
    line-height: 33px;
    margin: 0;
}
h1.heading {
    margin: 5px 0 -6px;
}
h2 {
	font-size: 20px;
	color: #7ac11a;
	margin-bottom: 0;
}
h3 {
	font-size: 16px;
	color: #7ac11a;
}
h4 {
    color: #7ac11a;
    font-size: 20px;
}
h5 {
    color: #7ac11a;
    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: 14px;
	line-height: 25px;
	margin-bottom: 10px;
}
hr {
	border-color: #292929;
	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: #000000;
}
ul {
    list-style: none outside none;
}
ul li {
    background: url("../template_images/blue_right.png") no-repeat scroll left 4px transparent;
    color: #000000;
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 30px;
}
ol {
    list-style: decimal outside none;
}
ol li {
    background: none;
    color: #000000;
    font-size: 14px;
    margin-bottom: 10px;
    margin-left: 25px;
    padding-left: 0;
}
.blog_details .back {
	background: url("../template_images/blue_left1.png") no-repeat scroll left 2px rgba(0, 0, 0, 0);
    padding-left: 20px;
}
ul.white_arrow_li li {
    background: url("../template_images/blue_right1.png") no-repeat scroll left 4px transparent;
    color: #000000;
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 20px;
}
ul.white_arrow_li li.active {
    background: url("../template_images/blue_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: #7ac11a;
	cursor: pointer;
}
ul.white_arrow_li li.active > a, ul.white_arrow_li li a:hover {
	color: #7ac11a;
}

ul.underscore_li li {
    background: none;
    padding-left: 0;
}
ul.underscore_li li .underscore {
    color: #292929;
    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/blue_right.png") no-repeat scroll 5px 4px rgba(0, 0, 0, 0);
    margin-bottom: 0;
}
.select_holder {
	background: url("/template_images/white_down_search.png") no-repeat scroll right #292929;
	border: none;
	cursor: pointer;
	margin: 0 0 1em;
	overflow: hidden;
	position: relative;
	height: 40px;
	padding: 5px 0 5px 5px;
}
.select_text {
	color: #FFFFFF;
	font-size: 14px;
	margin-right: 25px;
	height: 20px;
	overflow: hidden;
	padding-right: 20px;
	position: relative;
}
.select_holder select {
	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: #292929;
}
.small.button {
    background: none repeat scroll 0 0 #7ac11a;
    border: 0 none;
    box-shadow: none;
    color: #FFFFFF;
    padding: 12px;
    font-size: 15px;
    font-weight: normal;
    width: 170px;
}
.small.button:hover {
    background: none repeat scroll 0 0 #7ac11a;
    color: #FFFFFF;
	text-decoration: none;
}
.small.button.orange {
    background: none repeat scroll 0 0 #292929;
    color: #ffffff;
}
.small.button.orange:hover {
    background: #7ac11a;
	color: #ffffff;
}
.button.light-blue {
background:#7ac11a;
color:#ffffff;
}
.button.light-blue:hover {
background:#7ac11a;
color:#ffffff;
}

.cta-button {
    margin-top: 23px;
    width: 100%;
    background: #00A1E5;
    border: none;
}
a.back {
    background:url("../template_images/blue_left.png") no-repeat scroll left 2px rgba(0, 0, 0, 0);
    padding-left: 20px;
}
.blogs .back, .jobadder .back, .pages .staff_details .back {
    height: 20px;
    margin-bottom: 15px;
}
.browse_file_container {
    background: #7ac11a;
    height: 35px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    width: 140px;
}
.browse_file_container span {
    background: #7ac11a;
    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 {
    /*background-color: #292929;*/
    /*height: 100px;*/
	/*background: url("/template_images/header-bg.png") repeat-x scroll 0 0 rgba(255, 255, 255, 0.25);*/
    left: 0;
    padding: 19px 0 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 102;
}


header .logo {
height: 73px;
}

header .menu_main nav .megamenu {
  display: none;
}
header .menu_main nav .megamenu div.mm-item-content {
    background: none repeat scroll 0 0 #CDD6DF;
    position: absolute;
    z-index: 9;
	top: 130px !important;
    position: fixed;
}
header .menu_main nav .megamenu ul {
    float: left;
    padding: 15px;
	width: 280px;
}
header .menu_main nav .megamenu ul li {
   /* background: url("../template_images/blue_right.png") no-repeat scroll left 9px transparent; */
    /*float: left;*/
	/*padding: 5px 0;*/
}
header .menu_main nav .megamenu ul li a {
    display: block;
    font-size: 17px;
    height: auto;
    padding: 0 20px;
	max-width: 290px;
}
header .menu_main nav .megamenu ul li a.sub {
    font-weight: normal;
    padding: 3px 10px 0 30px;
}
header .menu_main .social_media {
    margin-top: 8px;
}
.sub-menu-wrapper div.mm-content-base div.sub-menu-wrap ul li a:hover{
	background:#00A1E5;
	 text-align: left;
	 width:290px;
}
.sub-menu-wrapper div.mm-content-base div.sub-menu-wrap ul li a{
	padding-bottom: 5px;
    padding-left: 18px;
    padding-top: 0px;
    text-align: left;
    width: 290px;
	line-height: 25px;
}
.sub-menu-wrapper div.mm-content-base div.sub-menu-wrap ul{
	padding:0px;
}
/**ul.megamenu a.hover_bottom.mm-item-link-hover {
	background: url("../template_images/menu_bottom.png") no-repeat scroll center bottom transparent;
	color: #ffffff;
} **/
.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:5px 0 0; */
    width: 100%;
    margin-bottom: 0;
}
header .menu_main nav ul {
    float: left;
    list-style: none outside none;
    margin: 0;
}
header .menu_main nav ul li {
	background: none;
    float: left;
	padding: 0;
    margin-bottom: 0;
}
header .menu_main nav ul li a.last {
    /* padding-right: 0; */
}
header .menu_main nav ul li a {
    color: #7ac11a;
    display: table-cell;
    font-size: 20px;
    height: 35px;
    padding: 0px 30px 0;
    text-align: center;
}
header .menu_main nav ul li a:hover, header .menu_main nav ul li a.mm-item-link-hover {
	color: #ffffff;
	text-decoration: none;
	background:none;


}

.mobile_menu nav {
	background: none;
    height: 70px;
    margin: 0 0 8px;
    padding: 0;
}
.mobile_menu nav ul {
	margin-bottom: 30px;
	position: relative;
}
.mobile_menu nav ul.social_media.title-area {
	width: 100%;
	background: none;
}
.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.menu-icon {
    background: url("../template_images/sprite.png") no-repeat scroll right -232px transparent;
    margin: 0;
    padding: 0;
    right: 8px;
    top: 2px;
	width:40px;
	position:relative;
}
.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 #292929;
	padding: 0 10px 0 5px;
	color:#ffffff;
}
.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 #292929;
	font-size: 14px;
	padding: 10px 0 5px 15px;
	color:#ffffff;
}
.mobile_menu nav section ul li a:hover, .mobile_menu nav section ul li.active a {
	color: #ffffff;
	text-decoration: underline;
}
.mobile_menu nav section ul li.has-dropdown > a {
	background: url("../template_images/white_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: #292929;
    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: #7ac11a;
    font-size: 40px;
    margin-top: 0;
}
.container {
	background: none repeat scroll 0 0 #FFFFFF;
	 padding:10px 0;
}
.back_to_top_btn {
	text-align: center;
}

aside {
	background: #e6ecf0;
	padding: 15px 0;
}
.jobControl {
    font-size: 14px;
	text-align: right;
}
.jobControl a {
    cursor: pointer;
	color: #FFFFFF;
}
.jobControl a.active {
	color: #292929;
}
.jobControl .show_year{
    cursor: pointer;
	background: none repeat scroll 0 0 #7ac11a !important;
    color: #FFFFFF!important;
    padding: 1px 5px !important;
	font-size:12px !important;
}
.jobControl .show_year .active{
    color: #FFFFFF!important;
    padding: 1px 5px !important;
	border:none !important;
}
.jobControl .show_hour{
    cursor: pointer;
	background: none repeat scroll 0 0 #bcc7cf  !important;
    color: #000000 !important;
    padding: 1px 5px !important;
	font-size:12px !important;
}
.jobControl .show_hour .active {

    padding: 1px 5px !important;
	border:none !important;
}
.salary {
	margin-top: -13px;
}
.salary span {
	display: block;
    height: 30px;
    width: 70%;
}
.salaryonly{
	font-size: 14px;
    line-height: 20px !important;
	display: inline-block;
	height: 30px;
}
.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 -483px;
}
.register_salary .register_your_cv a:hover {
	background-position:left -704px;
}
.register_salary .salary_guide {
	padding-left: 0;
}
.register_salary .salary_guide a {
	background-position:left -594px;
}
.register_salary .salary_guide a:hover {
	background-position:left -815px;
}

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

.content {
	padding-top: 15px;
	padding-bottom: 25px;
}
.content_footer {
	background: none repeat scroll 0 0 #E6ECF0;
	padding-top: 15px;
}
.content_footer .srch_form {
    background: none repeat scroll 0 0 #E6ECF0;
    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: #292929;
    padding: 0 5px;
}
.pager .num a:hover, .pager .num a.active {
	color: #7ac11a ;
	text-decoration: none;
}
.pager .num a.no_links {
	cursor: default;
}
.pager .prev a {
    background: url("/template_images/blue_left1.png") no-repeat scroll 0 3px transparent;
    padding-left: 20px;
}
.pager .next a {
    background: url("/template_images/blue_right1.png") no-repeat scroll right 5px transparent;
    padding-right: 20px;
}

nav {
    background: #292929;
    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: #000000;
}
nav ul li a:hover, nav ul li.active a, nav ul li ul li.active a {
    color: #ffffff;
}
.latest_jobs ul {
    list-style: none outside none;
}
.latest_jobs ul li {
    background: url("../template_images/blue_right.png") no-repeat scroll left 3px rgba(0, 0, 0, 0);
    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: 13px 35px 13px 15px;
}
.partner_tweet .partner_scroll p {
    margin: 0;
}
.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 #231f20;
    height: 70px;
    position: relative;
}
.footer_contact .footer_location_list {
    background: none repeat scroll 0 0 #231f20;
    border: 0 none;
    margin: 0;
    padding: 20px 0 10px;
}
.footer_contact .footer_location_list a.footer_location {
    background: none repeat scroll 0 0 #231f20;
    margin: 0;
    padding: 5px;
    text-transform: none;
    width: 80px;
	color:#ffffff;
	font-size: 13px;
}
.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 #7ac11a;
	color:#ffffff;
}
.footer_contact .footer_address_list {
    background: none repeat scroll 0 0 #7ac11a;
    border: 0 none;
    display: block;
    height: 70px;
    margin: 0;
    vertical-align: middle;
	width: 100%;
	padding: 20px 0 10px;
}
.footer_contact .footer_address_list p {
	margin-bottom: 0;
	font-size:13px;
	color:#ffffff;
	margin-top:3px;
}
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 {
    color: #ADADAD;
    font-size: 14px;
    /*line-height: 30px;*/
    /*margin-bottom: 10px;*/
    margin-top: 10px;
    width: 140px;
    text-align: right;
}
footer .bwired_footer .bwlogo_container {
	display: inline;
}
footer a.rubicor_footer_drop {
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: -2px;;
}


.footer_legal {
width:100%;
background:#212121;
}
.footer_legal p, .footer_legal a  {
font-size:12px;
color:#adadad;
}



.bwired_footer p {
float:left;
margin:7px 0 0 0px;
}

.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: #525252;
    display: block;
    font-size: 11px;
    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-color: #FFFFFF;
    border: 0 none;
    height: 620px;
    margin: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
.homepage_banner .slides {
    height: 330px;
}
.homepage_banner .banner .caption {
    margin: 0 auto;
    max-width: 1100px;
    padding: 315px 75px 0;
    position: relative;
    z-index: 1;
}

.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-color:#292929;
    color: #000000;
    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: #ffffff;
    color: #000000;
}
.homepage_tabs .tabs section .content {
    background-color: #ffffff;
    border: 0 none;
	height: 195px;
	top: 0;
}
.homepage_tabs .tabs section .content h2 {
	margin-top: -5px;
}

.homepage.partner_tweet {
    background-color: #EFEFEF;
    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 {
    min-height: 80px;
	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: #EEEEEE;
}
.home-cta-list {
    margin: 40px 0 35px;
}

.homepage-mission {
background:#292929;
padding-top:620px;
}
.homepage-mission h3 {
    color: #FFFFFF;
    font-size: 39px;
    font-weight: 300;
    line-height: 50px;
    margin-bottom: 10px;
    padding: 50px 0;
    text-align: center;
}
.search-jobs{
	position: relative;
	z-index: 1;
	left: 15px;
	color: #7ac11a;
	font-size: 18px; top: 29px;
}
#homepage-search {
background:#c3ccd4;
padding-top:20px;
}
#homepage-search .input-white {
background:#ffffff;
border:none;
padding:10px 5px 10px 140px;
height:40px;
margin-bottom: 20px;
box-shadow:none;
}
html.js body div.row aside.large-3 form.job_search_frm_aside input{
	box-shadow:none;
}
.sara{
	background-color:#e6ecf0;
	text-align:center;
	padding:25px 15px;
}
.sara h4{
    float: left;
    font-size: 35px;
    font-weight: 300;
    padding-top: 35px;
	color: #7ac11a;
}
.jobsearch{
	width:100% !important;
}
.searchnew{
 background: url("../template_images/white_right.png") no-repeat right;
    display: block;
    width: 100%;
	text-transform: none;
}

.small.button.bigskyblue{
	width:100%;
	background:#7ac11a;
	color:#ffffff;
}
.small.button.bigskyblue:hover{
	background:#7ac11a;
}
.small.button.biggrey{
	width:100%;
	background:#292929;

}
.small.button.biggrey:hover{
	background:#7ac11a;
}

.small.button.smallskyblue{
	width:128px;
	background:none repeat scroll 0 0 #7ac11a;
	color:#ffffff;
}
.small.button.smallgrey{
	width:128px;
	background:none repeat scroll 0 0 #292929;
	font-size: 14px;
}
.small.button.smallskyblue:hover{
	background:none repeat scroll 0 0 #7ac11a;
}
.small.button.smallgrey:hover{
	background:none repeat scroll 0 0 #7ac11a;
}
.hp_buttons a{
	width:100% !important;
}
.hp_buttons {
	margin-top:0;
	padding-top:30px;
	padding-bottom:20px;
}
.hp_buttons_darkblue{
	background:#7ac11a !important;
}
.hp_buttons_darkblue:hover{
	background:#7ac11a !important;
}
/*************************************
 *
 *	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(255, 255, 255, 0.7);
    /*height: 90px;*/
	margin-top: 270px;
    position: relative;
    z-index: 10;
}
.subpage.partner_tweet {
	background: none repeat scroll 0 0 #EFEFEF;
	margin-bottom: 10px;
}
.pages iframe {
	background: none repeat scroll 0 0 #FFFFFF;
	border: none;
}


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

 /*************************************
 *
 *	Help
 *
 ************************************/
.catContainer {
	display: block;
	position: relative;
	background-color: #7ac11a;
	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/white_right.png") no-repeat scroll 0 0 transparent;
	text-indent: 102%;
	white-space: nowrap;
	overflow: hidden;

}
.catContainer.active {
	background-color: #292929;
}
.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: #BCC7CF;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: normal;
    padding: 15px 50px;
	position: relative;
	color:#ffffff;
}
.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: #000000;
    padding-top: 5px;
    padding-bottom: 10px;
}
.contact .feedback_frm .employer_select, .contact .feedback_frm .seeker_select, .contact .feedback_frm .contractor_select {
	display: none;
}

 /*************************************
 *
 *	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: #292929;
}
.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;
}
.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 #EBF0F3;
    display: block;
    padding: 10px;
}
.addthis_toolbox a {
    height: 70px;
    width: 65px;
}

 /*************************************
 *
 *	Jobs
 *
 ************************************/
.jobadder .job_list {
    border: 1px solid #292929;
    margin-bottom: 15px;
    padding: 15px 5px;
}
.jobadder .job_date {
    background: none repeat scroll 0 0 #7ac11a;
    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: #ffffff;
}
.jobadder .job_date .month {
    display: block;
    font-size: 14px;
    line-height: 17px;
    margin: 5px 0 0;
	color: #ffffff;
}
.jobadder .details h2 {
	margin-bottom: 10px;
}
.jobadder  .details .job_sections a {
	color:#7ac11a;
}
.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 #292929;
    color: #FFFFFF;
}
.jobadder .job_list_side_links .job_category a, .jobadder .job_list_side_links .job_type a {
    background: none repeat scroll 0 0 #292929;
    color: #000000;
}
.jobadder .job_details > span {
    border: 1px solid #292929;
    float: left;
    margin-bottom: 15px;
    padding-top: 15px;
}
.jobadder .email_to_friend {
	width: 145px;
	margin-left: 10px;
}
html.js body div.row aside.large-3 form.custom input{
	box-shadow:none;
}

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

@media only screen and (max-width:48.09em) {

	.small.button.smallskyblue{
		width:100% !important;
	}
	.small.button.smallgrey{
		width:100% !important;
	}
	.homepage_banner .banner{
		height:420px;
	}
    .homepage_banner .slides {
        height: 170px;
    }
	.homepage_banner .banner figure img {
		/*max-width: none;*/
		width: auto;
	}
    .homepage_tabs {
		padding-top: 355px;
		z-index: 101;
    }

	header{
	padding:0px;
	}
	.social_media {
		margin-top: 20px;
	}
    .homepage.partner_tweet {
        background: none;
        height: 185px;
        z-index: 100;
    }
    .partner_tweet .large-6 {
        background-color:#EFEFEF;
        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) {
	header{
		background: none repeat scroll 0 0 #fff;
	}
	.search-jobs{

	}
	#homepage-search .input-white{
		padding:0 0 0 10px !important;
	}
	.small.button.smallskyblue{
		width:100% !important;
	}
	.small.button.smallgrey{
		width:100% !important;
	}
	header{
		padding:0px;
		position: relative;
		height: 90px;
	}
	.small.button {
		width: 125px;
	}
	.homepage_banner{
		height:410px;
	}
    .homepage_banner .banner .caption h1 {
        font-size: 21px;
        line-height: 30px;
    }
	.homepage-mission h3{
		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;
	}
	.social_media a {
		margin-right: 7px;
	}
	.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;
	}
	.subpage_banner {
		top: 0;
	}
	.subpage_banner figure img {
		min-width: 200%;
	}
	.subpage_banner_heading {
		margin-top: 194px;
	}
	.subpage_banner_heading h4 {
		font-size: 30px;
	}
	.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;
	}
	.footer_contact .footer_address_list .color-blue{
		padding-left:0px;
	}
}

/*************************************
 *
 *	iPad Displays: 480px - 768px
 *
 ************************************/
@media only screen and (min-width:30.1em) and (max-width:48.09em) {
	#subpage-search{
		padding-top: 120px !important;
	}
	.hp_middle{
	   bottom: 0 !important;
		position: inherit !important;
	}
	.homepage_banner .banner .caption{
		display:none !important;
	}
	.homepage_banner .banner figure{
		top:0 !important ;
	}
	#homepage-search .job_search_frm{
		margin: 0 0 20px !important;
	}
	.homepage_banner .flex-control-nav{
		 bottom: 220px !important;
	}
	header {
		background: none !important;
	}

	.small.button.smallskyblue{
		width:100% !important;
	}
	.small.button.smallgrey{
		width:100% !important;
	}
	.homepage_banner{
		height:410px;
	}
    .homepage_banner .banner .caption h1 {
        font-size: 25px;
        line-height: 35px;
    }
	.homepage-mission h3{
		font-size: 21px;
        line-height: 30px;
	}
    .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: 14px;
	}
	/*
	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%;
	}
}
/*************************************
 *
 *  Medium Displays: 1200px
 *
 ************************************/
@media only screen and (max-width: 75.000em) {
    header .menu_main nav ul li a {
        font-size: 14px;
		padding-top: 7px;
    }
	header .menu_main nav .megamenu ul li a {
		font-size: 14px;
	}
	.homepage_banner .banner .caption h1 {
		font-size: 30px !important;
		line-height: 35px !important;
		padding-left: 35px !important;
		padding-top: 40px !important;
	}
	.hp_middle{
		position: inherit !important;
	}
	.homepage_banner .flex-control-nav{
		 bottom: 20px ;
	}
}

/*************************************
 *
 *	Large Displays: 1000px - 1180px
 *
 ************************************/
@media only screen and (min-width: 62.5em) and (max-width: 73.75em) {
	aside form.custom a.small {
		width: 100%;
	}
}/*************************************
 *
 *	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: #ffffff;
    border: 1px solid #292929;
	border-radius: 0 0 0 0;
    color: #000000;
    height: 2.3em;
    padding: 0.3em 0.5em;
	font-style: italic;
}
textarea, textarea:focus {
	height: 100px;
}
form.custom .custom.dropdown {
    background: #ffffff;
    border: 1px solid #292929;
    color: #000000;
    height: 3.2em;
}
form.custom .custom.dropdown .current {
    background:#ffffff;
    color: #000000;
    cursor: pointer;
    height: 3.2em;
}
form.custom .custom.dropdown ul {
	background: #ffffff;
}
form.custom .custom.dropdown ul li {
    cursor: pointer;
    color: #000000;
	background:none repeat scroll 0 0 #292929;

}
form.custom .custom.dropdown ul li.selected, form.custom .custom.dropdown ul li:hover {
	background: none repeat scroll 0 0 #292929;
}
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: none repeat scroll 0 0 #7ac11a;
	color: #ffffff;
	Border-bottom:1px solid #ffffff;
}
.section-container.tabs > section .content > *:last-child, .section-container.tabs > .section .content > *:last-child {
	padding-bottom: 10px;
}

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

/*************************************
 *
 *	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: #000000;
}

body {
	background: #ffffff;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
h1 {
    color: #292929;
    font-size: 30px;
    letter-spacing: -1px;
    line-height: 33px;
    margin: 0;
}
h1.heading {
    margin: 5px 0 -6px;
}
h2 {
	font-size: 20px;
	color: #292929;
	margin-bottom: 0;
}
h3 {
	font-size: 16px;
	color: #292929;
}
h4 {
    color: #292929;
    font-size: 20px;
}
h5 {
    color: #292929;
    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;
}
.content h2 {
    color: #292929;
    font-size: 20px;
    font-weight: bold !important;
    margin-bottom: 10px;
    text-transform: none;
}
hr {
	border-color: #292929;
	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: #000000;
}
ul {
    list-style: none outside none;
}
ul li {
    background: url("../template_images/blue_right.png") no-repeat scroll left 4px transparent;
    color: #000000;
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 20px;
}
ol {
    list-style: decimal outside none;
}
ol li {
    background: none;
    color: #000000;
    font-size: 14px;
    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: #000000;
    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: #292929;
}

ul.underscore_li li {
    background: none;
    padding-left: 0;
}
ul.underscore_li li .underscore {
    color: #292929;
    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;
}

.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: 40px;
	padding: 5px 0 5px 5px;
}
.select_text {
	background: none no-repeat scroll right 9px #292929;
	color: #ffffff;
	font-size: 14px;
	margin-right: 25px;
	height: 20px;
	overflow: hidden;
	padding-right: 20px;
	position: relative;
}
.select_holder select {
	background:url("/template_images/select_dot.png") repeat #292929 ;
	border: medium none;
	border-radius: 0 0 0 0;
	color: #ffffff;
	font-size: 18px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 130%;
}
.no_margin {
	margin: 0;
}
.mr-10 {
	margin-right: 10px;
}
.color-orange {
	color: #292929;
}
.small.button {
    border: 0 none;
    box-shadow: none;
    padding: 10px;
    background: #CCCCCC;
	color: #000000;
	width: 130px;
	text-transform: uppercase;
}
.small.button:hover {
    background: #efefef;
	color: #292929;
	text-decoration: none;
}
.small.button.orange {
    background: none repeat scroll 0 0 #CCCCCC;
    color: #000000;
}
.small.button.orange:hover {
    background: #efefef;
	color: #292929;
}
.button.light-blue {
background:#7ac11a;
color:#ffffff;
}
.button.light-blue:hover {
background:#292929;
color:#ffffff;
}

.cta-button {
    margin-top: 23px;
    width: 100%;
    background: #00A1E5;
    border: none;
}
a.back {
    background: url("../template_images/blue_left1.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 {
    /*background-color: #292929;*/
    /*height: 100px;*/
	background:none;
    left: 0;
    padding: 19px 0 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 102;
}

.margin_menu {
    background: none repeat scroll 0 0 #000;
    margin-top: -30px;
}
.sub .margin_menu {
    background: none repeat scroll 0 0 #FFFFFF;
    margin-top: -30px;
}

.request_call {
    float: right;
    color: #7ac11a;
}
.lifted {
    box-shadow: 0 2px 3px #d2d2d2;
    position: relative;
}
.lifted:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    bottom: -20px;
    left: 0px;
    background-image: radial-gradient(center bottom, ellipse farthest-side, rgb(180, 180, 180) 80%, rgba(180, 180, 180, 0) 100%);
}

.request_call .header_req {
    background: none repeat scroll 0 0 #ffffff;
    border-bottom: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;

    border-right: 1px solid #d8d8d8;
    color: #7ac11a;
    font-size: 20px;
    line-height: 30px;
    padding: 15px 30px;
    text-decoration: underline;
}

.social_media {
    float: right;
    height: 40px;
    left: 0;
    position: relative;
	padding-top: 15px;
}
.social_media a {
    background: none repeat scroll 0 0 #7ac11a;
    border-radius: 20px;
    color: #ffffff !important;
    float: left;
    font-size: 22px;
    height: 35px;
    margin-right: 5px;
    padding: 0;
    width: 35px;
	margin-top:0px;
    line-height: 35px;
    text-align: center;
}
.social_media a:hover{
	color:#7ac11a !important;
	background: none repeat scroll 0 0 #fff;
}
.social_media a.twitter{
	/*padding: 7px 0 0 8px;*/
}
.social_media a.linkedin{
	/*padding: 6px 0 0 8px;*/
}
.social_media a.other{
	/*padding: 7px 0 0 11px;*/
}
.mobile_menu .social_media a{
    background: none repeat scroll 0 0 #7ac11a;
    border-radius: 20px;
    color: #fff;
    float: left;
    font-size: 18px;
    height: 30px;
    margin-right: 8px;
    padding: 0;
    width: 30px;
    line-height: 30px;
}
.mobile_menu .social_media a:hover{
	background:#fff;
}
.mobile_menu .social_media a.last {
    margin-right: 0px;
}

.mobile_menu .social_media li.right{
	padding-top:6px;
}

header .menu_main nav .megamenu {
  display: none;
}
header .menu_main nav .megamenu div.mm-item-content {
    background: none repeat scroll 0 0 #292929;
    position: absolute;
    z-index: 9;
	top: 135px !important;
    position: fixed;
}
header .menu_main nav .megamenu ul {
    float: left;
    padding: 15px;
	width: 200px;
}
header .menu_main nav .megamenu ul li {
   /* background: url("../template_images/blue_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: 290px;
}
header .menu_main nav .megamenu ul li a.sub {
    font-weight: normal;
    padding: 3px 10px 0 30px;
}
header .menu_main .social_media {
    margin-top: 8px;
}

/**
ul.megamenu a.hover_bottom.mm-item-link-hover {
	background: url("../template_images/menu_bottom.png") no-repeat scroll center bottom transparent;
	color: #ffffff;
}
**/
.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: 0px 0 0;
    width: 100%;
    margin-bottom: 0;
}
header .menu_main nav ul {
    float: left;
    list-style: none outside none;
    margin: 0;
}
header .menu_main nav ul li {
	background: none;
    float: left;
	padding: 0;
    margin-bottom: 0;
}
header .menu_main nav ul li a.last {
   /*  padding-right: 0; */
}
header .menu_main nav ul li a {
    color: #7ac11a;
    display: table-cell;
    font-size: 20px;
    height: 35px;
    padding: 0 35px;
    text-align: center;
}
header .menu_main nav ul li a:hover {
	color: #ffffff;
	text-decoration: none;
	background:none;
}

.mobile_menu nav {
	background: none;
    height: 70px;
    margin: 0 0 10px;
    padding: 0;
}
.mobile_menu nav ul {
	margin-bottom: 30px;
	position: relative;
}
.mobile_menu nav ul.social_media.title-area {
	width: 100%;
	background: none;
}
.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.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: #ffffff;
	text-decoration: underline;
	background:#7ac11a;
}
.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: #292929;
    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 h4 {
    color: #7ac11a;
    font-size: 40px;
    margin-top: 0;
}
.container {
	background: none repeat scroll 0 0 #FFFFFF;
}
.back_to_top_btn {
	text-align: center;
}

aside {
	background: #ffffff;
	padding: 25px 0;
}
.jobControl {
    font-size: 14px;
	text-align: right;
}
.jobControl a {
    cursor: pointer;
	color: #FFFFFF;
}
.jobControl a.active {
	color: #292929;
}
.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;
	  color: #292929;
}
.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: #292929;
	text-decoration: none;
}

.content {
	padding-top: 25px;
	padding-bottom: 25px;
}
.content a:hover {
	color: #7ac11a;
}
.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: #292929;
	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: #292929;
    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: #000000;
}
nav ul li a:hover, nav ul li.active a, nav ul li ul li.active a {
    color: #ffffff;
}
.latest_jobs ul {
    list-style: none outside none;
}
.latest_jobs ul li {
    background: url("../template_images/blue_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: 13px 35px 13px 15px;
}
.partner_tweet .partner_scroll p {
    margin: 0;
}
.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 #7ac11a;
    height: 70px;
    position: relative;
}
.footer_contact .footer_location_list {
    background: none repeat scroll 0 0 #7ac11a;
    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: 5px;
    text-transform: none;
    width: 85px;
	color:#ffffff;
}
.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 #7ac11a;
	color:#ffffff;
}
.footer_contact .footer_address_list {
    background: none repeat scroll 0 0 #7ac11a;
    border: 0 none;
    display: block;
    height: 70px;
    margin: 0;
    vertical-align: middle;
	width: 100%;
	padding: 20px 0 10px;
}
.footer_contact .footer_address_list p {
	margin-bottom: 0;
	font-size:12px;
	color:#ffffff;
	margin-top:3px;
}

.footer_contact .footer_address_list a{
	color:#ffffff;
}

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;
    text-align: right;
}
footer .bwired_footer .bwlogo_container {
	display: inline;
}
footer a.rubicor_footer_drop {
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: -2px;;
}


.footer_legal {
width:100%;
background:#212121;
}
.footer_legal p, .footer_legal a  {
font-size:11px;
color:#adadad;
}



.bwired_footer p {
float:left;
margin:7px 0 0 0px;
}

.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: #525252;
    display: block;
    font-size: 11px;
    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;
}
.search-subpage{
	max-width:400px;
}
/*************************************
 *
 *	Homepage
 *
 ************************************/
.homepage_banner {
	background-color: #FFFFFF;
    border: 0 none;
    height: 620px;
    margin: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
.homepage_banner .slides {
    height: 330px;
}
.homepage_banner .banner .caption {
    margin: 0 auto;
    max-width: 1100px;
    padding: 315px 75px 0;
    position: relative;
    z-index: 1;
}

.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-color:#292929;
    color: #000000;
    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: #ffffff;
    color: #000000;
}
.homepage_tabs .tabs section .content {
    background-color: #ffffff;
    border: 0 none;
	height: 195px;
	top: 0;
}
.homepage_tabs .tabs section .content h2 {
	margin-top: -5px;
}

.homepage.partner_tweet {
    background-color: #EFEFEF;
    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 {
    min-height: 80px;
	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: #EEEEEE;
}
.home-cta-list {
    margin: 40px 0 35px;
}
.home-cta-list ul {
	min-height: 130px;
}

.homepage-mission {
background:#292929;
padding-top:620px;
}
.homepage-mission h3 {
font-size:40px;
color:#ffffff;
padding:62px 0;
line-height:50px;
}

#homepage-search {
background:#c3ccd4;
padding-top:40px;
}
#homepage-search.sub_header_srch{
	background:#4EB3D1;
	padding-top: 10px;
}
#homepage-search .input-white {
background:#ffffff;
border:none;
padding:10px 5px;
height:40px;
}

/*************************************
 *
 *	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.1);
    /*height: 90px;*/
	margin-top: 270px;
    padding: 17px 0 0;
    position: relative;
    z-index: 10;
}
.subpage.partner_tweet {
	background: none repeat scroll 0 0 #EFEFEF;
	margin-bottom: 10px;
}
.pages iframe {
	background: none repeat scroll 0 0 #FFFFFF;
	border: none;
}


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

 /*************************************
 *
 *	Help
 *
 ************************************/
.catContainer {
	display: block;
	position: relative;
	background-color: #292928;
	padding: 16px 50px;
	margin-bottom: 15px;
	cursor: pointer
}
.catContainer h2 {
	margin: 0;
	color:#ffffff;
}
.catContainer span.arrow {
	display: block;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -8px;
	width: 16px;
	height: 20px;
	background: url("/template_images/white_right.png") no-repeat scroll 0 0 transparent;
	text-indent: 102%;
	white-space: nowrap;
	overflow: hidden;
}
.catContainer.active {
	background-color: #292929;
}
.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: #000000;
    padding-top: 5px;
    padding-bottom: 10px;
}
.contact .feedback_frm .employer_select, .contact .feedback_frm .seeker_select, .contact .feedback_frm .contractor_select {
	display: none;
}

 /*************************************
 *
 *	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: #292929;
}
.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: 40px;
}
.auth_social_links a {
	background: none repeat scroll 0 0 #EBF0F3;
    border-radius: 20px;
    color: #7ac11a;
    float: left;
    font-size: 25px;
    height: 40px;
    margin-right: 10px;
    padding: 8px 0 0 14px;
    width: 40px;
}
.auth_social_links a.tweet, .auth_social_links a.linkedin{
	padding: 8px 0 0 9px;
}
.auth_social_links a.email{
	font-size:22px;
	padding: 9px 0 0 9px;
}
.auth_social_links a.phone{
	padding: 9px 0 0 9px;
}
.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 #EBF0F3;
    display: block;
    padding: 10px;
}
.addthis_toolbox a {
    height: 70px;
    width: 65px;
}

 /*************************************
 *
 *	Jobs
 *
 ************************************/
.jobadder .job_list {
    border: 1px solid #292929;
    margin-bottom: 15px;
    padding: 15px 5px;
}
.jobadder .mobile_job_search {
	padding-top: 10px;
	background-color: #d8d8d8;
	margin-bottom: 15px;
}
.jobadder .mobile_job_search h4 {
	color: #292929;
    font-size: 20px;
    line-height: 27px;
}
.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: #292929;
}
.jobadder .job_date .month {
    display: block;
    font-size: 14px;
    line-height: 17px;
    margin: 5px 0 0;
	color: #292929;
}
.jobadder .details h2 {
	margin-bottom: 10px;
}
.jobadder  .details .job_sections a {
	color: #292929;
}
.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 #292929;
    color: #FFFFFF;
}
.jobadder .job_list_side_links .job_category a, .jobadder .job_list_side_links .job_type a {
    background: none repeat scroll 0 0 #292929;
    color: #000000;
}
.jobadder .job_details > span {
    border: 1px solid #292929;
    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) {
	.blogs .back, .jobadder .back, .pages .staff_details .back{
		margin-bottom: 0 !important;
		margin-top: 15px !important;

	}
		.small.button.smallskyblue{
		width:100% !important;
	}
	.small.button.smallgrey{
		width:100% !important;
	}

	.homepage-mission {
		padding-top:390px !important;
	}
    .homepage_banner .slides {
        height: 170px;
    }
	.homepage_banner .banner figure img {
		/*max-width: none;*/
		width: auto;
	}
    .homepage_tabs {
		padding-top: 355px;
		z-index: 101;
    }

	.social_media {
		margin-top: 20px;
	}
    .homepage.partner_tweet {
        background: none;
        height: 185px;
        z-index: 100;
    }
    .partner_tweet .large-6 {
        background-color:#EFEFEF;
        margin-top: 1px;
        height: 92px;
    }
    .footer_contact {
        height: auto;
    }
	.footer_contact .footer_address_list {
        padding-bottom: 15px;
		padding-top: 10px;
	}
	.subpage_banner_heading {
		padding: 20px 0 5px !important;
	}
	.subpage_banner_heading h2{
		Font-size:32px !important;
		overflow:hidden !important;
	}
	.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) {
	.homepage-mission {
		padding-top:320px !important;
	}

	.small.button {
		width: 125px;
	}
	.homepage .small.button{
		width:100% ;
	}
    .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;
	}
	.social_media a {
		margin-right: 7px;
	}
	.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;
	}
	.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: 14px;
	}
	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%;
	}
}
/*************************************
 *
 *  Medium Displays: 1200px
 *
 ************************************/
@media only screen and (max-width: 75.000em) {
    header .menu_main nav ul li a {
        font-size: 14px;
    }
}

/*************************************
 *
 *	Large Displays: 1000px - 1180px
 *
 ************************************/
@media only screen and (min-width: 62.5em) and (max-width: 73.75em) {
	aside form.custom a.small {
		width: 100%;
	}
}/*************************************
 *
 *	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: #000000;
	line-height: 25px !important;
}

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: #ffffff;
    border: medium none;
	border-radius: 0 0 0 0;
    color: #000000;
    height: 40px;
    padding: 0.3em 0.5em;
	font-style: normal;

}
textarea, textarea:focus {
	height: 100px;
}
form.feedback_frm input[type="text"], form.feedback_frm input[type="password"], form.feedback_frm input[type="date"], form.feedback_frm input[type="datetime"], form.feedback_frm input[type="datetime-local"], form.feedback_frm input[type="month"], form.feedback_frm input[type="week"], form.feedback_frm input[type="email"], form.feedback_frm input[type="number"], form.feedback_frm input[type="search"], form.feedback_frm input[type="tel"], form.feedback_frm input[type="time"], form.feedback_frm input[type="url"], form.feedback_frm textarea, form.feedback_frm input[type="text"]:focus, form.feedback_frm input[type="password"]:focus, form.feedback_frm input[type="date"]:focus, form.feedback_frm input[type="datetime"]:focus, form.feedback_frm input[type="datetime-local"]:focus, form.feedback_frm input[type="month"]:focus, form.feedback_frm input[type="week"]:focus, form.feedback_frm input[type="email"]:focus, form.feedback_frm input[type="number"]:focus, form.feedback_frm input[type="search"]:focus, form.feedback_frm input[type="tel"]:focus, form.feedback_frm input[type="time"]:focus, form.feedback_frm input[type="url"]:focus, form.feedback_frm textarea:focus{
    background: none repeat scroll 0 0 #292929 !important;
    color: #fff !important;
    font-size: 18px;
    padding-left: 18px;
}

form.feedback_frm .custom.dropdown{

}
form.feedback_frm .custom.dropdown .current{

}
form.custom .custom.dropdown {
    background: none repeat scroll 0 0 #292929;
    border: 1px solid #292929;
    color: #ffffff;
    height: 40px;
    margin-bottom: 20px;
}
form.feedback_frm .custom.dropdown .selector{
	background: url("../template_images/white_down_new.png") no-repeat scroll 8px 12px rgba(0, 0, 0, 0) !important;
}

.feedback_frm input#recaptcha_response_field{
	margin-top:20px;
}

form.custom .custom.dropdown .current {
    background: none repeat scroll 0 0 #292929;
    color: #ffffff;
    cursor: pointer;
    font-size: 18px;
    height: 39px;
    padding: 0 10px;
	line-height: 2.4em;
}
form.custom .custom.dropdown ul {
	background: #292929;
}
form.custom .custom.dropdown ul li {
    cursor: pointer;
    color: #ffffff;
	background:none repeat scroll 0 0 #292929;
	border-bottom:1px solid;

}
form.custom .custom.dropdown ul li.selected, form.custom .custom.dropdown ul li:hover {
	background: none repeat scroll 0 0 #7ac11a;
	border-bottom:1px solid;
	color:#ffffff;
}
form.custom .custom.dropdown .selector {
	 background: url("../template_images/white_down_new.png") no-repeat scroll 8px 12px rgba(0, 0, 0, 0);
}
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: medium none;
}
form.custom .custom.dropdown.open.large ul li {
    background: none repeat scroll 0 0 #292929;
    border-bottom: 1px solid #464646;
    color: #ffffff;
    font-size: 16px;
    height: 40px;
    padding: 7px 17px 0;
}
form.custom .custom.dropdown.open.large ul li.selected, form.custom .custom.dropdown.open.large ul li:hover {
    background: none repeat scroll 0 0 #7ac11a;
    border-bottom: 1px solid #464646;
    color: #ffffff;
}
/* new sidebar dropdown css */
.job_search_frm_aside div.custom.dropdown, .request.custom div.custom.dropdown{
    background: none repeat scroll 0 0 #bfbfbf;
    border: 1px solid #bfbfbf;
    color: #292929;
}
.job_search_frm_aside div.custom.dropdown .current, .request.custom div.custom.dropdown a.current{
	background: none repeat scroll 0 0 #bfbfbf;
	color: #292929;
}
.job_search_frm_aside div.custom.dropdown.large a.selector {
    background: url("../template_images/black_down.png") no-repeat scroll 8px 12px rgba(0, 0, 0, 0);
}
.request.custom div.custom.dropdown a.selector{
	background: url("../template_images/white_down_new.png") no-repeat scroll 8px 12px rgba(0, 0, 0, 0);
}
.request.custom div.custom.dropdown{
    background: none repeat scroll 0 0 #3b9db9;
    border: 1px solid #3b9db9;
    color: #ffffff;
}
.request.custom div.custom.dropdown a.current{
	background: none repeat scroll 0 0 #3b9db9;
	color: #ffffff;
}
.job_search_frm_mobile .custom.dropdown{
    background: none repeat scroll 0 0 #bfbfbf;
    border: 1px solid #bfbfbf;
    color: #292929;
}
.job_search_frm_mobile .custom.dropdown .current{
	background: none repeat scroll 0 0 #bfbfbf;
	color: #292929;
}
.job_search_frm_mobile .custom.dropdown .selector{
	background: url("../template_images/black_down.png") no-repeat scroll 8px 12px center rgba(0, 0, 0, 0);
}
/* end new sidebar dropdown */

.section-container.tabs > section .content > *:last-child, .section-container.tabs > .section .content > *:last-child {
	padding-bottom: 10px;
}

.show-for-mobile {
	display: none;
}
.blog_details .success{
	color:#7ac11a;

}

/* iPad and Mobile Displays: 768px and below */
@media only screen and (max-width:48.09em) {
    .search-jobs{
        font-size: 20px !important;
        position: static !important;
        margin-top: 0;
        margin-bottom: 15px;
        display: block;
    }
    .site_ads{
        padding:30px 0 10px !important;
    }
    .site_box{
        margin-top: 30px !important;
    }
    .latest_newstitle .newstitle {
        padding: 2px 0 7px 15px !important;
    }
    .latest_newstitle .newsarrow {
        padding: 8px 15px !important;
    }
    .latest_newstitle .newstitle h2{
         font-size: 22px !important;
    }
    .latest-news ul.flex-direction-nav li a.flex-prev , .latest-news ul.flex-direction-nav li a.flex-next{
        display:none;
    }
}

/* iPad Displays: 480px - 768px */
@media only screen and (min-width:640px) and (max-width:48em) {
    .our_clients h2{
        font-size: 20px !important;
        /*padding-top: 65px !important;*/
    }
    .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: 640px (40em) and below
 * Old: 480px (30.1em) and below */
@media only screen and (max-width:639px) {
    .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%; }

    .our_clients h2{
        font-size: 20px !important;
        padding-top: 15px !important;
        text-align: center !important;
    }
    .hp_middle{
       bottom: 0 !important;
        position: inherit !important;
    }
    .homepage_banner .banner .caption{
        display:none !important;
    }
    .homepage_banner .banner figure{
        top:0 !important ;
    }
    #homepage-search .job_search_frm{
        margin: 0 0 20px !important;
    }
    .homepage_banner .flex-control-nav{
         bottom: 195px !important;
    }
    header {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    }
    #subpage-search{
        padding-top: 120px !important;
    }
}

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

/*************************************
 *
 *	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: #292929;
}

body {
	background: #ffffff;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
h1 {
    color: #231f20;
    font-size: 30px;
    letter-spacing: -1px;
    line-height: 33px;
    margin: 0;
}
h1.heading {
    font-size: 40px;
    font-weight: lighter !important;
    margin: 5px 0 35px;
}
h2 {
    color: #7ac11a;
    font-size: 18px;
    margin-bottom: 0;
    text-transform: uppercase;
}
h3 {
	font-size: 16px;
	color: #292929;
}
h4 {
    color: #292929;
    font-size: 24px;
	line-height:27px;
}
aside.large-12 h4{
    color: #292929;
    font-size: 20px;
    line-height: 27px;
}
.request_side_mobile{
    margin-bottom: 20px;
}


.request_side{
    margin-bottom: 20px;
    padding: 20px 0 0;
}
.request_side h4, .request_side p, .request_side_mobile h4, .request_side_mobile p {
	color:#ffffff;
}
.request_side h4{
	font-size: 20px;
}
h5 {
    color: #292929;
    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: 16px;
	line-height: 21px;

}
.content p {
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 10px;
}
.content table.table_border {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
.content table.table_border tr td {
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.content table.table_border tr td ul {
	margin-bottom: 0;
}
.content table.table_border tr td li {
	margin-bottom: 5px;
}
aside.large-3 div.hide-for-small p{
	color:#292929;
}
.border-radius, .select_holder{

}
aside hr{
	border-color:#292929;
}
hr {
	border-color: #292929;
	margin: 15px 0;
}
.error, .content .error {
    background: none repeat scroll 0 0 #C15959;
   	color: #ffffff;
}
.error p, .content .error p{
	color:#ffffff !important;
	font-size: 12px;
}
.success {
    /*background: none repeat scroll 0 0 #63AE87;*/
    padding: 10px;
}
input[placeholder], [placeholder], *[placeholder] {
   color: #000000;
}
ul {
    list-style: none outside none;
}
ul li {
    background: url("../template_images/blue_right.png") no-repeat scroll left 4px transparent;
    color: #000000;
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 30px;
}

.content ul li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #292929;
    font-size: 16px;
    list-style: disc outside none;
    margin-bottom: 10px;
    margin-left: 15px;
    padding-left: 15px;
}
.content ul li ul{
	margin-top:10px
}
.job_details .details{
	word-wrap: break-word;
}
ol {
    list-style: decimal outside none;
}
ol li {
    background: none;
    color: #000000;
    font-size: 14px;
    margin-bottom: 10px;
    margin-left: 25px;
    padding-left: 0;
}
.home-cta-list ul li{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.home-cta-list ul li p i.fa {
    color: #7ac11a;
    font-size: 30px;
    font-weight: normal;
    text-indent: -25px;
}
.blog_details .back {
	background: url("../template_images/blue_left.png") no-repeat scroll left 0 rgba(0, 0, 0, 0);
    padding-left: 20px;
}
ul.white_arrow_li li {
    background: url("../template_images/blue_right1.png") no-repeat scroll left 4px transparent;
    color: #000000;
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 20px;
}
ul.white_arrow_li li.active {
    background: url("../template_images/sky_down.png") no-repeat scroll left 6px 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: #7ac11a;
	cursor: pointer;
}
ul.white_arrow_li li.active > a, ul.white_arrow_li li a:hover {
	color: #7ac11a;
}

ul.underscore_li li {
    background: none;
    padding-left: 0;
}
ul.underscore_li li .underscore {
    color: #292929;
    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/blue_right.png") no-repeat scroll 5px 4px rgba(0, 0, 0, 0);
    font-size: 16px;
    list-style: none outside none;
    margin-bottom: 0;
    padding-left: 30px;
}
#homepage-search .job_search_frm .select_holder{
	background:none no-repeat scroll right 8px center #292929;
	color:#ffffff;
}
#homepage-search .job_search_frm .select_holder i.fa{
	color:#ffffff;
}
#homepage-search .job_search_frm .select_holder select{
	 background: url("/template_images/select_dot.png") repeat scroll 0 0 #bfbfbf;
	 color:#ffffff;
}
#homepage-search .job_search_frm .select_text{
	color:#ffffff;
	background:none no-repeat scroll right 8px center #292929;
}
.select_holder {
	background: none no-repeat scroll right 8px center #292929;
	border: none;
	cursor: pointer;
	margin: 0 0 1em;
	overflow: hidden;
	position: relative;
	height: 40px;
	padding: 8px 0px 8px 8px;
}
.select_holder i.fa{
	color: #ffffff;
    font-size: 24px;
    position: absolute;
    right: 12px;
    top: 7px;
}
.select_text {
	color: #ffffff;
	font-size: 15px;
	margin-right: 25px;
	height: 20px;
	overflow: hidden;
	padding-right: 20px;
	position: relative;
}
.select_holder select {
	border: medium none;
	border-radius: 0 0 0 0;
	color: #ffffff;
	font-size: 15px;
	margin: 0;
	padding: 0 0 0 30px;
	position: absolute;
	top: 0;
	width: 130%;
}
.no_margin {
	margin: 0;
}
.mr-10 {
	margin-right: 10px;
}
.color-orange {
	color: #292929;
}
.small.button {
	background: none repeat scroll 0 0 #292929;
    border: 0 none;
    box-shadow: none;
    color: #ffffff;
    font-size: 15px;
    padding: 15px;
    width: 170px;
}
.small.button:hover {
    background: none repeat scroll 0 0 #7ac11a;
    color: #FFFFFF;
    text-decoration: none;
}

.hp_middle.new .small.button:hover {
    background: none repeat scroll 0 0 #FFF;
    color: #7ac11a;
	text-decoration: none;
}
.small.button.orange {
    background: none repeat scroll 0 0 #7ac11a;
    color: #ffffff;
}
.small.button.orange:hover {
    background: #7ac11a;
	color: #ffffff;
}
.button.light-blue {
background:#7ac11a;
color:#ffffff;
}
.button.light-blue:hover {
background:#7ac11a;
color:#ffffff;
}

.cta-button {
    margin-top: 23px;
    width: 100%;
    background: #00A1E5;
    border: none;
}
a.back {
    background:url("../template_images/blue_left.png") no-repeat scroll left 0 rgba(0, 0, 0, 0);
    padding-left: 20px;
}
.blogs .back, .jobadder .back, .pages .staff_details .back {
    height: 20px;
    margin-bottom: 10px;
	color:#292929;
}
.browse_file_container {
    background: #7ac11a;
    height: 35px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    width: 140px;
}
.browse_file_container span {
    background: #7ac11a;
    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);
	cursor:pointer;
}
header {
     background: none repeat scroll 0 0 transparent;
    /*height: 100px;*/
    left: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 102;
}
header.scrolling {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7) !important;
    -webkit-transition: -webkit-transform 5s;  /* For Safari 3.1 to 6.0 */
    transition: transform 5s;
}
header.sub {
     background: none repeat scroll 0 0 #ffffff !important;
}

header .logo {
height: 100px;
z-index: 1;
}
header .logo a {
    background: none repeat scroll 0 0 #7ac11a;
    display: block;
    margin-left: 30px;
    padding: 50px 10px 10px;
}
header.scrolling .logo a {
	padding-top: 20px;
}
header.sub .logo a {
     background: none repeat scroll 0 0 #ffffff !important;
	 padding: 0;
	 margin-left: 0;
}

header .menu_main nav .megamenu {
  display: none;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
header .menu_main nav .megamenu div.mm-item-content {
    background: #292929;
    position: absolute;
    z-index: 9;
	top:109px !important;
	/*top: 130px !important;*/
    position: fixed;
}
header .menu_main nav .megamenu ul {
    float: left;
    padding: 15px;
	width: 280px;
}
header .menu_main nav .megamenu ul li {
   /* background: url("../template_images/blue_right.png") no-repeat scroll left 9px transparent; */
    /*float: left;*/
	/*padding: 5px 0;*/
}
header .menu_main nav .megamenu ul li a {
    display: block;
    font-size: 16px;
    height: auto;
    padding: 0 20px;
	max-width: 290px;
}
header .menu_main nav .megamenu ul li a.sub {
    font-weight: normal;
    padding: 3px 10px 0 30px;
}
header .menu_main .social_media {
    margin-top: 8px;
}
.sub-menu-wrapper div.mm-content-base div.sub-menu-wrap ul li a:hover{
	color:#7ac11a;
	 text-align: left;
	 width:290px;
	 background: #292929;
}
.sub-menu-wrapper div.mm-content-base div.sub-menu-wrap ul li a{
	padding-bottom: 5px;
    padding-left: 18px;
    padding-top: 5px;
    text-align: left;
    width: 290px;
	line-height: 25px;
	color:#ffffff;
}
.sub-menu-wrapper div.mm-content-base div.sub-menu-wrap ul li a:hover{
	color:#7ac11a;
	background: #292929;
}
.sub-menu-wrapper div.mm-content-base div.sub-menu-wrap ul{
	padding:0px;
}
/**ul.megamenu a.hover_bottom.mm-item-link-hover {
	background: url("../template_images/menu_bottom.png") no-repeat scroll center bottom transparent;
	color: #ffffff;
} **/
.mm-content-base {
  position: relative;
  z-index: 11;
}
.mm-js-shadow {
  display: none;
}
header .menu_main {
	position: static;
}
header .menu_main nav {
    /*background: #7ac11a;*/
    float: left;
   /* padding:5px 0 0; */
    width: 100%;
    margin-bottom: 0;
}
header .menu_main nav ul {
    float: right;
    list-style: none outside none;
    margin: 0;
}
header .menu_main nav ul li {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
	padding: 0;
    margin-bottom: 0;


}
header .menu_main nav ul .main_li{

}
header .menu_main nav ul .main_li:last-child
{
	margin-left: 0px;
}
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: 17px;
    height: 39px;
    line-height: 23px;
    max-width: 243px;
    padding: 0 8px 2px;
    text-align: left;
    vertical-align: middle;
}
header .menu_main nav ul li a:hover, header .menu_main nav ul li a.active, header .menu_main nav ul li a.mm-item-link-hover {
	color: #ffffff;
	text-decoration: none;
}
.mobile_menu nav ul.social_media li.menu-icon a i.fa {
    color: #7ac11a;
    font-size: 30px;
    position: absolute;
    right: -7px;
    top: 3px;
    text-indent: 0;
}
form.blog_comment_frm input, form.blog_comment_frm textarea{
	border:1px solid #cccccc;
}
.mobile_menu nav {
	background: none;
    height: 72px;
    margin: 0 0 8px;
    padding: 0;
}
.mobile_menu nav ul {
	margin-bottom: 20px;
	position: relative;
}
.mobile_menu nav ul.social_media.title-area {
	width: 100%;
	background: none;
	position:static;
}
.mobile_menu nav ul.social_media li {
	padding: 0;
	margin: 0;
}
.mobile_menu nav ul.social_media li.logo a {
    background: none;
    width: 155px;
    height: auto;
    margin-left: 15px;
}
.mobile_menu nav ul.social_media li.menu-icon {
    background: none no-repeat scroll right -232px transparent;
    margin: 0;
    padding: 0;
    right: 8px;
    top: 2px;
	width:40px;
	position:relative;
}
.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 #292929;
	padding: 0 10px 0 5px;
	color:#ffffff;
	margin-bottom: 0;
}
.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 #292929;
	font-size: 14px;
	padding: 10px 0 5px 15px;
	color:#ffffff;
}
.mobile_menu nav section ul li a:hover, .mobile_menu nav section ul li.active a {
	color: #ffffff;
	text-decoration: underline;
}
.mobile_menu nav section ul li.has-dropdown > a {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.mobile_menu nav section ul li.has-dropdown > a:after {
	border: medium none;
}
.mobile_menu nav section ul.dropdown li label {
	color: #292929;
    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;
	padding: 0 15px;
	background: none repeat scroll 0 0 #7ac11a;
	text-transform: none;
	display: inline;
}
.container {
	background: none repeat scroll 0 0 #FFFFFF;
	 padding:0;
}
.back_to_top_btn {
	text-align: center;
}

aside {
	background: none repeat scroll 0 0 #d8d8d8;
	padding: 15px 0;
}

.jobControl {
    font-size: 14px;
	text-align: right;
}
.jobControl a {
    cursor: pointer;
	color: #FFFFFF;
}
.jobControl a.active {
	color: #292929;
}
.jobControl .show_year{
    cursor: pointer;
	background: none repeat scroll 0 0 #393536 !important;
    color: #d8d8d8!important;
    padding: 1px 10px !important;
	font-size:12px !important;
}
.jobControl .show_year .active{
    color: #d8d8d8!important;
    padding: 1px 5px !important;
	border:none !important;
}
.jobControl .show_hour {
    background: none repeat scroll 0 0 #7ac11a !important;
    color: #231f20 !important;
    cursor: pointer;
    font-size: 12px !important;
    margin-left: 2px;
    padding: 1px 10px !important;
}
.jobControl .show_hour .active {

    padding: 1px 5px !important;
	border:none !important;
}
.salary {
	margin-top: -13px;
}
.salary span {
	display: block;
    height: 30px;
    width: 70%;

}
.salaryonly{
	font-size: 14px;
    line-height: 20px !important;
	display: inline-block;
	height: 30px;
	color:#292929;
}
.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%;
}
aside .latest_jobs ul li p a{
	color: #7ac11a;
    font-size: 14px;
    font-weight: 600 !important;
    text-decoration: underline;
}
aside .latest_jobs ul li p{
color:#292929;
font-size: 14px;
}
.register_salary a {
    background: url("../template_images/reg_salary.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 110px;
    margin: 0 auto 15px;
    text-indent: -9999px;
    width: 115px;
}
.register_salary .register_your_cv {
	padding-right: 0;
}
.register_salary .register_your_cv a {
	background-position:left top;
}
.register_salary .register_your_cv a:hover {
	background-position:left bottom -7px;
}
.register_salary .salary_guide {
	padding-left: 0;
}
.register_salary .salary_guide a {
	background-position:right top;
}
.register_salary .salary_guide a:hover {
	background-position:right bottom -7px;
}

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

.content {
	padding-top: 30px;
	padding-bottom: 25px;
}
.content_footer {
	background: none repeat scroll 0 0 #d8d8d8;
	padding-top: 15px;
}
.content_footer .srch_form {
    background: none repeat scroll 0 0 #d8d8d8;
    margin: 0 0 15px;
    padding: 0;
}
.content_footer .srch_form h4, .content_footer .subpage_job_alerts h2 {
	color: #292929;
	 font-size: 20px;
    line-height: 27px;
}

.content_footer .subpage_job_alerts p, aside.large-3 p{
	color:#292929;
}
.content_footer .subpage_job_alerts  hr, .show-for-mobile hr{
	border-color:#292929;
}
.job_search_frm_mobile p{
	color:#292929;
}
.row.pager {
	margin-bottom: 10px;
	line-height: 25px;
}
.pager .num {
	text-align: center;
}
.pager .num a {
    color: #292929;
    padding: 0 5px;
}
.pager .num a:hover, .pager .num a.active {
	color: #7ac11a ;
	text-decoration: none;
}
.pager .num a.no_links {
	cursor: default;
}
.pager .prev a {
    background: url("/template_images/blue_left.png") no-repeat scroll 0 3px transparent;
    padding-left: 20px;
	color:#292929;
}
.pager .next a {
    background: url("/template_images/blue_right.png") no-repeat scroll right 6px transparent;
    padding-right: 20px;
	color:#292929;
}

nav {
    background: #292929;
    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: #000000;
}
nav ul li a:hover, nav ul li.active a, nav ul li ul li.active a {
    color: #ffffff;
}
.latest_jobs ul {
    list-style: none outside none;
}
.latest_jobs ul li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin-bottom: 15px;
    padding-left: 0;
}
.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: 13px 35px 13px 15px;
}
.partner_tweet .partner_scroll p {
    margin: 0;
}
.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 #7ac11a;
    height: 70px;
    position: relative;
}
.footer_contact .footer_location_list {
    background: none repeat scroll 0 0 #7ac11a;
    border: 0 none;
    margin: 0;
    padding: 20px 0 10px;
}
.footer_contact .footer_location_list a.footer_location {
    background: none repeat scroll 0 0 #464646;
    color: #fff;
    font-size: 16px;
    margin: 0;
    padding: 8px 25px;
    text-transform: uppercase;
    width: auto;
}
.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 #7ac11a;

}
.footer_contact .footer_address_list {
    background: none repeat scroll 0 0 #7ac11a;
    border: 0 none;
    display: block;
    height: 70px;
    margin: 0;
    vertical-align: middle;
	width: 100%;
	padding: 20px 0 10px;
}
.footer_contact .footer_address_list p {
    color: #464646;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 3px;
}
.footer_contact .footer_address_list .color-blue{
padding-left:5px;
 font-weight: normal;
}


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 {
    color: #ADADAD;
    font-size: 14px;
    /*line-height: 30px;*/
    /*margin-bottom: 10px;*/
    margin-top: 10px;
    width: 140px;
    text-align: right;
}
footer .bwired_footer .bwlogo_container {
	display: inline;
}
footer a.rubicor_footer_drop {
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: -2px;;
}


.footer_legal {
width:100%;
background:none repeat scroll 0 0 #464646;
}
.footer_legal p, .footer_legal a  {
font-size:12px;
color:#adadad;
}



.bwired_footer p {
float:left;
margin:7px 0 0 0px;
}

.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: #525252;
    display: block;
    font-size: 11px;
    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;
}
/****************
	Office locations page css

*********************/
.office_locations div.show-for-small {
    text-align: right;
    top: 96px;
    width: 95%;
    z-index: 2;
}
.address_container{
	background: none repeat scroll 0 0 #FFFFFF;
    margin: 160px 0 0 11px;
    padding-bottom: 15px;
    padding-top: 15px;
    position: absolute;
    z-index: 1;
}
.office_locations div.close_open_btn {
    margin-left: 11px;
    position: absolute;
    top: 160px;
    z-index: 2;
}
.office_locations div.close_open_btn i{
    background: none repeat scroll 0 0 #FFFFFF;
    color: #292929;
    cursor: pointer;
    font-size: 22px;
    padding: 1px 5px;
}
.address_container .active{
	background:none repeat scroll 0 0 #292929;
}
.address_container .active .a_color{
	color:#ffffff;
}
.address_container .active p,.address_container .active h4{
	color:#ffffff;
}
.all_add{
    background: none repeat scroll 0 0 #EBF0F3;
    cursor: pointer;
    margin-bottom: 15px;
    padding: 10px;
}
.map_container{
	position: relative;

}
.melbourne_map, .brisbane_map {
	display:none;
}
.all_add:last-child{
	 margin-bottom: 0;
}
.address_container h4{
	color:#292929;
}
/*************************************
 *
 *	Homepage
 *
 ************************************/
header .logo a img{
    padding: 10px;
}
header.sub .social_media a{
	background:#292929;
	color:#ffffff !important
}
header.sub .social_media a:hover{
	background:none repeat scroll 0 0 #7ac11a;
}

 .homepage_banner {
	background-color: #FFFFFF;
    border: 0 none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: relative;
    width: 100%;
}
.homepage_banner .slides {
    height: 310px;
	overflow: hidden;
}
.homepage_banner .banner .caption {
    margin: 0 auto;
    max-width: 1100px;
    padding: 10% 0 0;
    position: relative;
    z-index: 1;
}
.homepage_banner .banner .caption h1 {
	color: #ffffff;
    font-size: 40px;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 50px;
    text-align: left;
    text-transform: none;
}
.homepage_banner .banner figure {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0;
    position: absolute;
    top: 0;
    width: 100%;
	text-align: center;
}
.homepage_banner .banner figure img {
    display: inline;
    max-width: 2600px;
    min-height: inherit;
}
.homepage_banner .flex-direction-nav {
    display: block;
    height: 60px;
    margin: -38% auto 0;
    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-color:#292929;
    color: #000000;
    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: #ffffff;
    color: #000000;
}
.homepage_tabs .tabs section .content {
    background-color: #ffffff;
    border: 0 none;
	height: 195px;
	top: 0;
}
.homepage_tabs .tabs section .content h2 {
	margin-top: -5px;
}

.homepage.partner_tweet {
    background-color: #EFEFEF;
    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 {
    min-height: 80px;
	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: #EEEEEE;
}
.home-cta-list {
    background: none repeat scroll 0 0 #efefef;
    margin: 0 0 50px;
    padding-bottom: 20px;
    padding-top: 20px;
}
.flexslider.partner_scroll{
    margin-bottom: 10px;
    border: none;
}
.homepage-mission {
background:#292929;
padding-top:580px;
}
.homepage-mission h3 {
    color: #FFFFFF;
    font-size: 39px;
    font-weight: 300;
    line-height: 50px;
    margin-bottom: 10px;
    padding: 50px 0;
    text-align: center;
}
.search-jobs {
    color: #292929;
    font-size: 22px;
    position: absolute;
    top: 9px;
    left: 25px;
    text-transform: uppercase;
    z-index: 1;
    line-height: 1.15em;
}
#homepage-search {
    background:none repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding-top: 20px;
}
#homepage-search .input-white {
    background: none repeat scroll 0 0 #ffffff;
    border: medium none;
    box-shadow: none;
    color: #878686;
    height: 40px;
    padding: 10px 10px 10px 185px;
}
.job_search_frm .btn_search {
    background: none repeat scroll 0 0 #292929;
    font-size: 22px;
    height: 40px;
    margin-bottom: 0;
    padding: 10px 0;
    width: 100%;
    z-index: 1;
}
.home-cta-list .homepage ul li {
    height: auto;
    padding-left: 15px;
}
.home-cta-list .homepage ul li a {
    color: #292929;
    font-size: 20px;
    font-weight: 600 !important;
}
.home-cta-list .homepage ul li p {
    color: #292929;
    font-size: 20px;
    line-height: 23px;
}
.homepage a.viewall_hp{
    background: none repeat scroll 0 0 #565656 !important;

}
.sub_header_srch .btn_search {
     top: 7px;
}
#homepage-search.sub_header_srch .input-white {
    margin-bottom: 10px;
}

html.js body div.row aside.large-3 form.job_search_frm_aside input{
	box-shadow:none;
}
.sara{
	background-color:#e6ecf0;
	text-align:center;
	padding:25px 15px;
}
.sara h4{
    float: left;
    font-size: 35px;
    font-weight: 300;
    padding-top: 35px;
	color: #7ac11a;
}
.jobsearch{
	width:100% !important;
}
.searchnew {
    background: none no-repeat scroll right center rgba(0, 0, 0, 0);
    display: block;
    text-align: left;
    text-indent: 10px;
    text-transform: none;
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1.1em;
}
span.searchnew i.fa {
    font-size: 24px;
    position: absolute;
    right: 12px;
    top: 7px;
}
.regcv {
    padding-top: 2px;
}
.borderjobs {
    background: none repeat scroll 0 0 #7ac11a;
    color: #231f20;
    font-size: 24px;
    margin-bottom: 20px;
    padding: 5px 15px;
    text-transform: none;
}
.small.button.bigskyblue{
	width:100%;
	background:none repeat scroll 0 0 #292929;
	color:#ffffff;
}
.small.button.bigskyblue:hover{
	background:#7ac11a;
}
.small.button.biggrey{
	width:100%;
	background:none repeat scroll 0 0 #292929;

}
.small.button.biggrey:hover{
	background:#7ac11a;
}

.small.button.smallskyblue{
	width:114px;
	background:none repeat scroll 0 0 #7ac11a;
	color:#ffffff;
}
.small.button.smallgrey{
	width:114px;
	background:none repeat scroll 0 0 #292929;
	font-size: 14px;
}
.small.button.smallskyblue:hover{
	background:none repeat scroll 0 0 #7ac11a;
}
.small.button.smallgrey:hover{
	background:none repeat scroll 0 0 #7ac11a;
}
.hp_buttons a{
	width:100% !important;
}
.hp_buttons {
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
}
.hp_buttons_darkblue{
	background:#7ac11a !important;
}
.hp_buttons_darkblue:hover{
	background:#7ac11a !important;
}

/* hpbuttons new css */
.hp_buttons .hp_buttons_gray {
    /*background: none repeat scroll 0 0 #f5f9a0;*/
    background: #292929;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    text-transform: capitalize;
    margin-bottom: 20px;
}



/*************************************
 *
 *	Subpage
 *
 ************************************/
.subpage_banner {
    border: 0 none;
    height: 258px;
	min-height: 100px;
    margin: 0;
    overflow: hidden;
    position: relative;
    top:  0;
    width: 100%;
}
.subpage_banner .slides {
    height: 223px;
}
.subpage_banner figure {
    margin: 0;
	background: url('/template_images/sp_bg.jpg') repeat scroll 0 0 #7ac11a;
    position: absolute;
    top: 130px;
    width: 100%;
	text-align:center;
}
.subpage_banner figure img {
    max-width: 1250px;
    min-height: inherit;
    width: auto;

}
.subpage_banner_heading {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 80px;
    margin-top: -127px;
    position: relative;
    z-index: 10;
}
.subpage_banner_heading.no_bg {
	background: none;
}
.subpage.partner_tweet {
	background: none repeat scroll 0 0 #EFEFEF;
	margin-bottom: 10px;
}
.pages iframe {
	background: none repeat scroll 0 0 #FFFFFF;
	border: none;
}



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

 /*************************************
 *
 *	Help
 *
 ************************************/
.catContainer {
	display: block;
	position: relative;
	background-color: #7ac11a;
	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/white_right.png") no-repeat scroll 0 0 transparent;
	text-indent: 102%;
	white-space: nowrap;
	overflow: hidden;

}
.catContainer.active {
	background-color: #292929;
}
.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;
	list-style: none outside none !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}
.questionContainer h4.question {
    background-color: #292929;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 18px;
    font-weight: normal;
    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;
}
.questionContainer h4.question.active{
	background:#7ac11a;
}

 /*************************************
 *
 *	Contact
 *
 ************************************/
.contact .feedback_frm label {
    color: #000000;
    padding-top: 5px;
    padding-bottom: 10px;
}
.contact .feedback_frm .employer_select, .contact .feedback_frm .seeker_select, .contact .feedback_frm .contractor_select {
	display: none;
}

 /*************************************
 *
 *	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 h2 a, .blogs article.featured h2 a{
    color: #292929;
    font-weight: bold !important;
}
.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: #292929;
}
.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;
}

.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 #EBF0F3;
    display: block;
    padding: 10px;
}
.addthis_toolbox a {
    height: 70px;
    width: 65px;
}

 /*************************************
 *
 *	Jobs
 *
 ************************************/
.jobadder .job_list {
    border: 1px solid #292929;
    margin-bottom: 15px;
    padding: 15px 5px;
}
.jobadder .job_date {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #7ac11a;
    padding: 10px 0;
    text-align: center;
    width: 45px;
}
.jobadder .job_date .calander_icon {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #7ac11a;
    display: block;
    font-size: 28px;
    margin-left: 2px;
    text-align: center;
}
.jobadder .job_date .date {
    display: block;
    font-size: 25px;
	color: #7ac11a;
}
.jobadder .job_date .month {
    display: block;
    font-size: 14px;
    line-height: 17px;
    margin: 5px 0 0;
	color: #7ac11a;
}
.jobadder .details h2 {
	margin-bottom: 10px;
	background: none repeat scroll 0 0 #7ac11a;
	padding: 10px;
	color: #292929;
}
.jobadder .details h2 a{
	color: #292929;
}
.jobadder  .details .job_sections a {
	color:#7ac11a;
}
.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 #292929;
    color: #ffffff;
}
.jobadder .job_list_side_links .job_category a, .jobadder .job_list_side_links .job_type a {
    background: none repeat scroll 0 0 #292929;
    color: #ffffff;
}
.jobadder .job_details > span {
    border: 1px solid #292929;
    float: left;
    margin-bottom: 15px;
    padding-top: 15px;
}
.jobadder .email_to_friend {
	/*width: 145px;*/
	margin-left: 10px;
}
html.js body div.row aside.large-3 form.custom input, .hide-for-small input{
	box-shadow:none;

}

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

@media only screen and (max-width:48.09em) {

	.small.button.smallskyblue{
		width:100% !important;
	}
	.small.button.smallgrey{
		width:100% !important;
	}
	.homepage_banner .banner{
		height:420px !important;
		background: none repeat scroll 0 0 #ebf0f3;
	}
    .homepage_banner .slides {
        height: 170px;
    }
	.homepage_banner .banner figure img {
		min-height: inherit;
		width: 100%;
	}
	.homepage_banner .banner figure{

	}
    .homepage_banner .banner .caption {
        padding-bottom: 25px;
		background: #EBF0F3;
		padding-left: 25px;
		padding-right: 25px;
    }
	.subpage_banner{
	top: -50px;
	}
	.subpage_banner_heading {
		margin-top: -160px;
	}
	.subpage_banner_heading.no_bg {
	   height: 0;
		margin-top: -105px;
	}
    .homepage_tabs {
		padding-top: 355px;
		z-index: 101;
    }
	header .logo a img {
        height: 100px;
        height: auto;
        width: 100%;
        margin-top: -50px;
        margin-top: 0px;
        padding: 0;
        /* min-width: 165px; */
        padding-left: 0 !important;
	}
	header .logo a {
	margin-left: 0;
	}
	header{
	padding:0px;
	background: none repeat scroll 0 0 #ffffff;
	/*box-shadow:0 0 5px 1px #8B8B8B;*/
	}

	.social_media {
		margin-top: 20px;
	}
    .homepage.partner_tweet {
        background: none;
        height: 185px;
        z-index: 100;
    }
    .partner_tweet .large-6 {
        background-color:#EFEFEF;
        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) {

	#homepage-search .input-white{ margin-top: 0; }
	.search-jobs{
		top: -20px;
	}
	#homepage-search .input-white{
		padding:0 0 0 10px !important;
	}
	.small.button.smallskyblue{
		width:100% !important;
	}
	.small.button.smallgrey{
		width:100% !important;
	}
	header{
		padding:0px;
		position: absolute;
		height: 80px;
		/*box-shadow:0 0 5px 1px #8B8B8B;*/
	}
	.small.button {
		width: 125px;
	}
	.job_search_frm .btn_search{
			width: 100% !important;
	}
	.sub_header_srch .btn_search {
		top: 4px;
	}
    .homepage_banner .banner .caption h1 {
        font-size: 21px;
        line-height: 30px;
		color:#7ac11a;
    }
	.homepage-mission h3{
		font-size: 21px;
        line-height: 30px;
	}
	.homepage_banner .flex-direction-nav {
		margin: 3% auto 0;
	}
    .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;
	}
	.social_media a {
		margin-right: 7px;
	}
	.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;
	}
	.subpage_banner {
		position: relative;
	}
	.subpage_banner figure img {
		min-width: 100%;
	}
	.subpage_banner_heading {
		margin-top: -160px;
	}
	.subpage_banner_heading h4 {
		font-size: 30px;
	}
	.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;
	}
	.footer_contact .footer_address_list .color-blue{
		padding-left:0px;
	}
}

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

    .small.button.smallskyblue{
		width:100% !important;
	}
	.small.button.smallgrey{
		width:100% !important;
	}
	.homepage_banner{
		height:410px;
	}
    .homepage_banner .banner .caption h1 {
        font-size: 25px;
        line-height: 35px;
		color:#7ac11a;
    }
	#homepage-search .input-white {
		padding-left: 5px;
	}
	.sub_header_srch .btn_search {
		top: 7px;
	}
	.homepage-mission h3{
		font-size: 21px;
        line-height: 30px;
	}
    .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: 14px;
	}
	.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%;
	}
	.small.button.smallskyblue{
    	width:100%;
    }
    .small.button.smallgrey{
    	width:100%;

    }
}
/*************************************
 *
 *  Medium Displays: 1200px
 *
 ************************************/
@media only screen and (max-width: 75.000em) {
	.social_media {
		left: 295px;
	}

    header .menu_main nav ul li a {
        font-size: 14px;
		padding-top: 4px;
    }
	header .menu_main nav .megamenu ul li a {
		font-size: 14px;
	}

}

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

.temps{
	color:#FFFFFF !important;
}

/*************************************
 *
 *	Sidebar Nav pages ul li
 *
 ************************************/
.request_side ul li, .request_side_mobile ul li{
	 background: none repeat scroll 0 0 #7ac11a;
    list-style: none outside none;
    margin-bottom: 10px;
    padding-bottom: 7px;
    padding-left: 20px;
    padding-top: 7px;
}
.request_side_mobile ul li{
	margin-left: 0px;
}
.request_side ul li.active, .request_side_mobile ul li.active {
}
.request_side ul li.active li.active, .request_side_mobile ul li.active li.active {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.request_side ul li ul, .request_side_mobile ul li ul {
    margin: 5px 0 10px;
    padding: 0;
}
.request_side ul li ul li , .request_side_mobile ul li ul li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin-bottom: 2px;
}
.request_side ul li a, .request_side ul li a:visited, .request_side ul li ul li a, .request_side ul li.active ul li a, .request_side_mobile ul li a, .request_side_mobile ul li a:visited, .request_side_mobile ul li ul li a, .request_side_mobile ul li.active ul li a{
    color: #ffffff;
}
.request_side ul li a:hover, .request_side ul li.active a, .request_side ul li ul li.active a, .request_side_mobile ul li a:hover, .request_side_mobile ul li.active a, .request_side_mobile ul li ul li.active a {
    color: #292929;
}
.page-image img
{
	float:right;
	height:auto;
	width:100%;
	margin:0 0 20px
}
@media only screen and (min-width: 64.063em){
.page-image img
{
	max-width:18.75rem;
	max-height:18.75rem;
	margin:0 0 15px 15px;
	float:right;
	width:auto
}
}
.back_to_top_btn a{
    font-size: 15px !important;
}
.mobile_menu ul li a i.fa.fa-angle-right{
    float: right;
	font-size: 24px;
    font-weight: bold;
}
.subpage_cta{
	padding-top:30px;
}
.top-bar.expanded{
 margin-bottom: 0;
 }

 /* homepage middle section job search div */
.hp_middle {
    background: url("/template_images/bg_srch.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 0;
    position: absolute;
    width: 100%;
}
.hp_middle.pos-relative {
    position: relative;
}
#homepage-search .job_search_frm{
	margin:0px;
}

.our_clients h2{
    color: #292929;
    font-size: 30px;
    font-weight: normal;
    padding-top: 5px;
    text-transform: none;
    margin-top: 0;
}

/* our clients */

.partner_scroll ul li a.flex-prev, .partner_scroll ul li a.flex-next{
	color: #292929;
    font-size: 36px;
}
.partner_scroll ul li a:hover.flex-prev, .partner_scroll ul li a:hover.flex-next{
 text-decoration:none;
}

.job_text{
	font-size: 16px;
    font-weight: lighter;
    text-transform: uppercase;
}
.latest_newstitle .newstitle {
    background: none repeat scroll 0 0 #7ac11a;
    padding: 0 0 6px 15px;
}
.latest_newstitle .newsarrow{
	background: none repeat scroll 0 0 #7ac11a;
	padding:10px 15px;
}
.latest_newstitle .newstitle h2 {
    color: #292929;
    font-size: 24px;
    text-transform: capitalize;
}
.newsarrow a.fa{
	color: #292929;
    cursor: pointer;
    font-size: 24px;
}
.newsarrow a.fa-angle-right{
	padding-left: 20px;
}
.newsarrow a:hover.fa{
	text-decoration:none;
}
.latest_newstitle{
	padding-bottom: 30px;
}
.latest-news ol.flex-control-nav{
	display:none;
}
.latest-news .news-item span.date{
    font-size: 16px;
    font-weight: lighter;
}
.latest-news .news-item a.title{
    color: #292929;
    font-size: 20px;
    font-weight: bold !important;
	line-height: 20px;
}

/* footer ads sister site */
.site_ads{
    background: none repeat scroll 0 0 #7ac11a;
    padding: 10px 0 10px;
}
.site_box{
    background: none repeat scroll 0 0 #fff;
    padding: 15px;
    height: 140px;
    line-height: 120px;
    cursor: pointer;
    padding-top: 10px;
}
.site_box a.brand-logo{
    display: block;
    text-align: center;
    height: 100%;
}
.site_box a.brand-logo img{
    max-height: 100%;
    width: auto;
    vertical-align: middle;
}
.site_box a.site{
    font-size: 18px;
    line-height: 25px;
	font-weight: bold;
}
.site_box a:hover.site{
	text-decoration:none;
}
.site_box a.site.lightblue{
    color: #7dbce6;
}
.site_box a.site.darkblue{
    color: #1db1e7;
}
.site_box a.site.green{
    color: #7ac043;
}
.site_box p.checkout{
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 20px;
}
.site_box p.heading{
	height: 70px;
    margin-bottom: 0;
}
.footer_address_list span.break{
	font-weight: bold;
}
/* subpage main menu css */
header .menu_main nav ul li a.subpagemenu{
	color:#292929;
}
header .menu_main nav ul li a.subpagemenu:hover, header .menu_main nav ul li a.subpagemenu.active, header .menu_main nav ul li a.subpagemenu.mm-item-link-hover {
	color: #7ac043;
}


/* subpage search */
#subpage-search{
    background: none repeat scroll 0 0 #7ac11a;
    padding-top: 140px;
    position: relative;
}
#subpage-search input.input-white{
	margin-bottom:20px;
}

/********

Testimonials pages

*******/
.testimonial_box{
	/*background: none repeat scroll 0 0 #e3e85c;*/
    background: #7ac11a;
	padding: 20px 30px;
    border-radius: 5px;
}
.testimonial_box .fa-quote-left{
	margin-left: -20px;
}
.testimonial_box .fa-quote-right{
	float: right;
	margin-right: -20px;
}
.testimonial_heading {
    margin-bottom: 0 !important;
    margin-top: 0;
    padding-top: 20px;
    background: url('../template_images/testi-pointer.png') no-repeat 50px -5px;
}
.testimonial_text{
	 margin-bottom: 25px !important;
}


.bwlogo_container{height:30px;width:60px;background:transparent;}
.bwlogo{width:30px; height:30px; float:right; background-image:url("http://www.bwired.com.au/template_images/footer_icons/logo_black.png");}
.bwlogo.bwired{background-position:left top;}
.bwlogo.bwired:hover{background-position:left bottom;}
.bwlogo.coredna{background-position:right top;}
.bwlogo.coredna:hover{background-position:right bottom;}


.latest-news ul li{
    background-image: none;
}

#pop-up-form-CV, #jobAlert{
    position: absolute;
    z-index: 9999;
    top: 0px;
    width: 100%;
    margin: 0px auto;
    text-align: center;
}

#pop-up-form-CV iframe, #jobAlert iframe{
    background-color: #FFF;
    z-index: 500;
    max-width: 600px;
    width: 100%;
    margin-top: 5em;
    padding-top: 1em;
}

.cover-up{
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

#close_cv, #close_jobalert{
    position: absolute;
    top: 5.3em;
    padding-left: 10px;
    color: #FF8B8B;
    left: 845px;
}

#close_cv:hover, #close_jobalert:hover{
    color: #e07979;
}

@media only screen and (max-width: 75.000em){
    #close_cv, #close_jobalert{
        right: initial;
        left: initial;
    }
}

@media only screen and (max-width:640px){
    #close_cv, #close_jobalert{
        right: 1em;
    }
}
/*
#jobAlert{
    position: absolute;
    z-index: 9999;
    top: 0px;
    width: 100%;
    margin: 0px auto;
}

#jobAlert form{
    background-color: #7AC11A;
    z-index: 500;
    max-width: 600px;
    width: 100%;
    margin: 5em auto;
    padding: 1em;
}

#close_jobalert{
    color: #000;
    width: 100%;
}

#close_jobalert:hover{
    color: #e07979;
}*/

.error-field input{
    border: 1px solid red !important;
}

.alert.alert-error {
    color: red;
    background-color: #FFF;
    display: inline-block;
    padding: 0.5em 1em;
    margin-bottom: 5px;
}

#success-details p{
    padding: 1em;
    background: #FFF;
    margin-top: 1em;
    text-align: center;
    display: block;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

#alerts_details > p {
    padding: 1em;
    background: #FFF;
    text-align: center;
    display: block;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    margin: 1em;
}

.partner_scroll .flex-viewport{
    margin-right: 20px;
    margin-left: 20px;
    /*left: -9px;*/
}

.partner_scroll .flex-direction-nav a{
    top: 45%;
    width: auto;
}

@media only screen and (min-width:768px) and (max-width:1040px) {
    .searchnew{
        font-size: 13px;
    }
}

form .row input.column, form .row input.columns, form .row textarea.column, form .row textarea.columns {
    padding-left: 1em;
}

.content img{
    max-width: 100%;
    height: auto;
}

.container aside{
    margin-bottom: 1em;
}

@media only screen and (max-width:768px){
    .request_side ul li ul li, .request_side_mobile ul li ul li{
        padding-left: 0px;
    }
}

.office_locations{
    width: 100% !important;
    overflow: hidden;
}

.flex-direction-nav .flex-next{
    right: 0px;
}

.flex-direction-nav .flex-prev {
    left: 0px;
}

#homepage-search .fa-map-marker, #subpage-search .fa-map-marker, #homepage-search .fa-repeat, #subpage-search .fa-repeat, #homepage-search .fa-hand-o-right, #subpage-search .fa-hand-o-right{
    top: 9px;
}

form.custom .custom.dropdown .current{
    line-height: 2.2em;
}

form.custom .custom.dropdown .selector, #homepage-search a.current, #subpage-search a.current{
    cursor: pointer;
}

/* what we do page */
.what-we-do ul li {
    margin: 0;
    padding: 15px;
    position: relative;
}


@media only screen and (max-width:640px){
    .what-we-do ul li {
        width: 100%;
    }
}
.what-we-do ul li a {
    background: #000;
    display: block;
}

.what-we-do ul li a:hover {
    background: #7AC119;
}

.what-we-do ul li a:hover .thumb-image {
    opacity: 0;
}

.what-we-do ul li a:hover .thumb-title {
    text-shadow: 2px 2px #515151;
}

.what-we-do .thumb-image {
    height: 158px;
    background-size: cover;
    background-position: center center;
    position: relative;
    opacity: 0.5;
}

.what-we-do .thumb-title {
    position: absolute;
    text-align:center;
    left: 0;
    right: 0;
    top: 50%;
    font-size: 26px;
    color: #fff;
    font-family: "proxima-nova",sans-serif;
    padding: 0 30px;
    line-height: 1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.staff_list article figure.aspect {
  position: relative;
}

.staff_list article figure.aspect .staff_details {
  position: relative;
  padding: 0 0 4em 0;
}

.staff_list article figure.aspect .staff_details::before,
.staff_list article figure.aspect .staff_details::after {
  display: block;
  content: ' ';
  clear: both;
}

.staff_list article figure.aspect .staff_details > * {
  display: block;
  float: left;
  width: 100%;
}

.staff_list article figure.aspect .viewprofile {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.staff_list article figure.aspect .staff_link {
  margin: 0 !important;
  width: 100%;
}

.staff_list article figure.aspect > .aspect-inner {

}

.staff_list__name {
  height: 3em;
}

.staff_list__job-title {
  height: 3em;
}

/* hide addthis buttons */
.at300b {
  display: none;
}

/*
** Default
*/

/* Resets */
.bwired-global-footer, .core-dna-global-footer,
.bwired-global-footer:hover, .core-dna-global-footer:hover {
	text-decoration: none;
}

/* Device background */
.bwired-global-footer circle, .core-dna-global-footer circle {
	fill:#000000;
}

/* Device color */
.bwired-global-footer g path, .core-dna-global-footer path {
	fill:#ffffff;
}

/* Hover color and . color */
.bwired-global-footer g path:first-child, .bwired-global-footer:hover circle , .core-dna-global-footer:hover circle {
	fill:#EE1D3E;
}

/* Hover device color */
.bwired-global-footer:hover g path, .core-dna-global-footer:hover path {
	fill:#f5f5f5;
}
