* 
{
	margin: 0;
	padding: 0;
	border-width: 0;
	
	font: inherit;
	text-align: inherit;
	outline: 0;
}
body
{
	font-size: 17px;
	line-height: 1.5;
	font-family: 'UniversLTStd-LightCn', sans-serif;
	color: #000;
        -webkit-font-smoothing: antialiased;
}
label, 
.label
{
	padding: 0;
	margin: 0;

	font-size: 1em;
	font-weight: 400;	
color: #262626;
}
#ctl00_ContentPlaceHolder1_pnlSendEmailAlerts .label, .crtlHolder .section-heading {
display: none;
}
#ctl00_ContentPlaceHolder1_pnlJobAlert > h3 {
margin: 10px 0;
}
fieldset
{
	padding: 0;
	border: 0;
	margin: 0;
}
#r30_home-content p {
    color: #000;
}
#AdvancedSearchFilter_PnlSalaryBands div input, 
#search-salary input, 
.secure-login input.login-inp, 
#wrapper .form-control, 
input[type=text], 
input[type=password], 
input[type=email], 
textarea, 
select
{
	width: 100%;
	height: 2.857em;
	padding: 0.4em 1em;
	border: solid 1px #333;
	
	border-radius: 0;
	font-size: 14px;
	background: #fff;
	color: #333;
}
input[disabled], 
select[disabled]
{
	opacity: 0.5;
}
select
{
	cursor: pointer;
        
}
select[multiple], 
textarea
{
	height: auto;
}
select[multiple]
{
	padding-left: 0;
	padding-right: 0;
}
optgroup,
option
{
	padding: 0.4em;
}
input[type="checkbox"], 
input[type="radio"] 
{
	margin: 0.3em 0.5em 0 0;
}
::-webkit-input-placeholder { /* WebKit browsers */
    opacity: 1;
    color: #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    opacity: 1;
    color: #999;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    opacity: 1;
    color: #999;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    opacity: 1;
    color: #999;
}
a
{
	text-decoration: none;
	color: #179ddc;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;

}
a:hover, 
a:focus, 
a:active
{
	text-decoration: none;
	color: #262626;
}

p, ul li{
    line-height: 21px;
}

p, ol, ul
{
	margin: 0 0 15px 0;
}
ul
{
	padding-left: 25px;
}
ol
{
	padding-left: 24px;
}
strong 
{
	font-weight: bold;
}
em
{
	font-style: italic;
}
b
{
	color: #af412b;
}
blockquote, q
{
	quotes: none;
}
blockquote
{
	padding: 2em;
	margin: 0 0 1.5em 0;

	background: #dde5e7;
}
blockquote footer
{
	display: block;
}
blockquote cite
{
	display: block;

	font-weight: 700;
}
img, 
iframe
{
	max-width: 100%;
}
iframe
{ 
	width:100%;
	border: 0;
	outline: none;
	background:transparent;
	overflow:hidden;
}
.video-container
{
    overflow: hidden;
	position: relative;

    height: 0;
	padding: 0;
    padding-bottom: 56.25%; /*16:9*/
}
.video-container iframe 
{
    position: absolute;
    top:0;
    left: 0;
    
    width: 100%;
    height: 100%;
}
.text-center
{
	text-align: center;
}
.text-right
{
	text-align: right;
}
h1
{
	margin: 0 0 21px 0;
	
	font-size: 35px;
	line-height: 1.2;
	font-weight: 400;
	font-family: 'BebasNeue', sans-serif;
	color: #179ddc;
}
h2
{
	margin: 0 0 26px 0;
	
	font-size: 30px;
	line-height: 1.2;
	font-weight: 400;
	font-family: 'UniversLTStd-LightCn', sans-serif;
	color: #179ddc;
}

h3
{
	margin: 0 0 23px 0;
	
	font-size: 25px;
	line-height: 1.2;
	font-weight: 400;
	font-family: 'UniversLTStd-LightCn', sans-serif;
	color: #179ddc;
    line-height: 30px;
}
.dynamic-content-holder h3{
	font-weight: 700;
}
h4
{
	margin: -21px 0 21px;
	
	font-size: 20px;
	line-height: 1.2;
	font-weight: 400;
	color: #ef6338;
}
h1 strong, 
h2 strong, 
h3 strong, 
h4 strong
{
	font-weight: 700;
	color: #ef6338;
}
hr
{
	display: block;
	clear: both;

	border-top: solid 1px #333;
	margin: 2em 0;
}

.container-fluid
{
	clear: both;
	width: 1170px;
	max-width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}
.full-width-container #r30_navigation-content.container-fluid{max-width: 1170px}
.r30_background
{
	clear: both;
	padding: 50px 25px 35px;
	background: #fff;
}
.r30_background.r30_alt-1
{
	background: #dbe3e5;
}
.r30_background.r30_alt-2
{
	background: #333;
	color: #fff;
}
.r30_background.r30_alt-2 h1,
.r30_background.r30_alt-2 h2, 
.r30_background.r30_alt-2 h3
{
	color: #fff;
}

#skip-link
{
	position: absolute;
	left: -1000em;
}
.r30_sticky-header #r30_header-container
{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99999;
}



#r30_top-bar-container
{
	background: #333;
	color: #fff;
}
#r30_top-bar
{
	overflow: hidden;
	
}
#r30_login-register
{
	float: right;
}
#r30_login-register a
{
	margin: 0 7px;

	color: #fff;
}
#r30_login-register a:first-child
{
	margin-left: 30px;
}
#r30_login-register a:last-child
{
	margin-right: 0;
}
#r30_login-register a:hover, 
#r30_login-register a:focus, 
#r30_login-register a:active
{
	color: #179ddc;
}
#r30_top-bar .r30_social-media
{
	float: right;
}
#dynamic-content .r30_social-media
{
	overflow: hidden;
	float: none;
}
.r30_social-media a
{
	float: left;
	width: auto;
	height: 30px;
	margin: 0 0 0 14px;
	font-size: 20px;
	color: #fff;
}
.r30_social-media a:first-child
{
	margin-left: 0;
}
#dynamic-content .r30_social-media a
{
	color: #333;
}
.r30_social-media a:hover, 
.r30_social-media a:focus, 
.r30_social-media a:active, 
#dynamic-content .r30_social-media a:hover, 
#dynamic-content .r30_social-media a:focus, 
#dynamic-content .r30_social-media a:active
{
	border-color: #179ddc;
	color: #179ddc;
}
.r30_social-media a span
{
	display: none;
}



#r30_navigation-container
{
	
	color: #fff;
}
#r30_navigation-content
{
	position: relative;
}

#r30_logo,
.r30_logo
{
	display: block;
	float: left;

	width: 150px;
	height: 172px;
	margin: 36px 0 0 0;

	/*background: url("../images/logo.svg") no-repeat 0 0;
	text-indent: -5000em;*/
}
.bg a#r30_logo {
    width: 110px;
    height: auto;
    margin: 20px 0 10px;
}
.bg #r30_navigation {
    margin-bottom: 10px;
}
#r30_navigation
{
	position: relative;
	float: right;
         margin-top: 10px;
        font-family: 'UniversLTStd-LightCn', sans-serif;
        clear: right;
}
#r30_navigation > ul
{
	padding: 0;
	margin: 0;

	list-style: none;
}
#r30_navigation > ul > li
{
	display: block;
	position: relative;
	float: left;
	padding: 0;
	margin: 0 0 0 25px;
}
#r30_navigation > ul > li:first-child
{
	margin-left: 0;
}
#r30_navigation > ul > li > a
{
	display: block;
	text-transform: uppercase;
	color: #fff;
}
#r30_navigation > ul > li > a:hover, 
#r30_navigation > ul > li > a:focus, 
#r30_navigation > ul > li > a:active,#r30_navigation > ul > li.active > a,#r30_navigation > ul > li > a.topnav-active
{
	color: #179ddc;
}
#r30_navigation ul ul
{
	padding: 0;
	margin: 0;
	
	list-style: none;
}
#r30_mobile-navigation
{
	display: none;
}





#r30_full-width #dynamic-container
{
	width: 100%;
}

#dynamic-content, 
#content, 
#CV-content, 
.r30_home-intro 
{
	padding-top: 30px;
	padding-bottom: 25px;
	padding-left: 17px;
/*	text-align: justify;*/
}
#job-dynamic-container #content
{
	padding-top: 15px;
}
#dynamic-side-left-container, 
#job-side-column, 
#side-left, 
.r30_home-side
{
	position: relative;
	padding-bottom: 25px;
	/*padding-top: 71px;*/
}
 #job-side-column.col-md-4, #side-left.col-md-4,.r30_home-side .col-md-4{width: 31.3333%;}


.r30_photo-box 
{
	position: relative;
	background: #333;
	color: #fff;
}
.r30_photo-box:after
{
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	content: "";

	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 30px 30px;
	border-color: transparent transparent #ef6338 transparent;
}
.r30_photo-box-image
{
	position: relative;
}
.r30_photo-box-image img
{
	display: block;
	width: 100%;
}
.r30_photo-box-overlay
{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;

	padding: 13px 28px;

	background: #fff;
	background: rgba(255, 255, 255, 0.7);
}
.r30_photo-box-overlay h4
{
	margin: 0;

	text-align: left;
	font-weight: 700;
}
.r30_photo-box-overlay h4 a
{
	color: #ef6338;
}
.r30_photo-box-overlay h4 a:hover, 
.r30_photo-box-overlay h4 a:focus, 
.r30_photo-box-overlay h4 a:active
{
	color: #333;
}
.r30_photo-box-text
{
	overflow: hidden;
	
	padding: 21px 28px 42px;

}
.r30_photo-box-text h4
{
	margin-top: 0;
	text-align: center;
}
.r30_photo-box-text h4 small
{
	display: block;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	color: #fff;
}
.r30_photo-box-text .r30_button
{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 1.5em;

	margin: 0;

	text-align: center;
}
.r30_photo-box-text .r30_button a
{
	display: inline-block;
	padding: 0 15px;
	
	border-radius: 0;
	font-size: 11px;
	line-height: 2;
	text-transform: uppercase;
	cursor: pointer;
	background: #179ddc;
	color: #fff;

	-webkit-appearance: none;
	appearance: none;
}
.r30_photo-box-text .r30_button a:hover, 
.r30_photo-box-text .r30_button a:focus
.r30_photo-box-text .r30_button a:active
{
	background-color: #dde5e7;
	color: #333;
}
#dynamic-content .r30_photo-box .r30_social-media
{
	text-align: center;
}
#dynamic-content .r30_photo-box .r30_social-media a
{
	display: inline-block;
	float: none;

	color: #ed6338;
	background: transparent;
}
#dynamic-content .r30_photo-box .r30_social-media a:hover, 
#dynamic-content .r30_photo-box .r30_social-media a:focus, 
#dynamic-content .r30_photo-box .r30_social-media a:active
{
	background: #ed6338;
	color: #fff;
}



.r30_call-to-action-buttons
{
	overflow: hidden;
}
.r30_call-to-action-buttons a
{
	float: left;
	width: 33%;
	padding: 40px 5px;

	font-size: 20px;
	line-height: 1.3;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	background: #179ddc;
	color: #fff;
}
.r30_call-to-action-buttons a:first-child
{
	width: 34%;
	background: #179ddc;
}
.r30_call-to-action-buttons a:last-child
{
	background: #b50000;
}
.r30_call-to-action-buttons a:hover, 
.r30_call-to-action-buttons a:focus, 
.r30_call-to-action-buttons a:active
{
	background-color: #333;
}

.r30_banner
{
	overflow: hidden;
	position: relative;
	height: 248px;
}
.r30_banner img
{
	max-width: none;
}
.r30_banner > h1, 
.r30_banner > h2
{
	position: absolute;
	left: 0;
	bottom: 25%;
	right: 0;
	z-index: 999;

	text-align: center;
	text-shadow: 0 0 8px #000;
	color: #fff;
}

.r30_slider
{
	position: relative;
	height: 100%;
}
.r30_slider > div
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.r30_slider > div:first-child
{
	position: relative;
	z-index: 1;
}

#r30_home-banner-container
{
	height: 1080px;
}
#r30_home-banner-search-container
{
	position: relative;
	z-index: 999;

	padding:0;
	margin: -93px 0 0;

	background: transparent; 
}
.inner-page #r30_home-banner-search-container{
	margin-top: -60px;
	margin-bottom: 10px;
}
#r30_home-banner-search
{

}
#r30_home-banner-search .r30_search-field
{
	position: relative;
	margin: 0;
        
}
/*.social-media{position: fixed;right: 0;top: 183px;z-index: 99;}*/

.social-media li{ display: block;
    list-style-type: none;
    margin-bottom: 1px;
    text-align: center;}
.social-media li a{ 
	font-size: 23px;
    padding: 3px 9px;
    width: 60px;
    text-align: center;
    color: #fff;
    height: 60px;
    background: #179ddc;
    display: block;
    vertical-align: middle;
    position: relative;}
.btn-list.social-media li a{color: #179ddc;background: transparent;}
.btn-list.social-media li a i{ border: 1px solid #179ddc;}
.social-media li a i {
    border: 1px solid #fff;
    display: block;
    padding: 6px;
    border-radius: 50%;
    height: 40px;
    width: 41px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
/*.social-media li a.google i{padding: 3px 5px;}
.social-media li a.facebook i{padding: 3px 12px;;}*/
.social-media li a:hover {
    color: #6c6d6f;
}
.social-media li a:hover i {
    border-color: #6c6d6f;
}
#r30_home-banner-search .r30_search-field label
{
	position: absolute;
	left: -5000em;
	top: -5000em;
	overflow: hidden;
	width: 0px;
	height: 0;
}
#r30_home-banner-search .r30_search-field input[type=text], 
#r30_home-banner-search .r30_search-field select
{
	border-color: #fff;
}
#r30_home-banner-search #r30_job-search-submit
{

}
#r30_home-banner-search #r30_search-link
{
	display: block;
	padding: 0;

	font-size: 25px;
	line-height: 1.6;
	font-weight: 400;
	text-align: center;
	color: #fff;
}
#r30_home-banner-search #r30_search-link:hover, 
#r30_home-banner-search #r30_search-link:focus, 
#r30_home-banner-search #r30_search-link:active
{
	border-color: #af412b;
	background-color: #af412b;
	color: #fff;
}
#r30_home-banner-search #r30_search-link span
{
	overflow: hidden;
	position: absolute;
	left: -5000em;
	top: -5000em;

	width: 0;
	height: 0;
}


.r30_home-banner-caption h1 strong, 
.r30_home-banner-caption h2 strong
{
	display: block;
	font-weight: 700;
}





#r30_home-container
{
	clear: both;
}



#r30_footer-quote-container
{
	padding: 35px 0 45px 0;

	background: #179ddc;
}
#r30_footer-quote-content h2
{
	margin: 0;

	font-size: 50px;
	font-weight: 400;
	text-align: left;
	color: #fff;
}
#r30_footer-quote-content h2:before
{
	content: "\201C";
	font-size: 85px;
}
#r30_footer-quote-content small
{
	display: block;
	padding: 0 0 0 50px;
	margin: -10px 0 0;

	font-size: 22px;
}
#r30_footer-quote
{
	padding: 40px 0 0;
}
#r30_footer-quote ul, 
#r30_footer-quote .jcarousel-clip
{
	overflow: hidden;
	height:12.5em;
	padding: 0;
	margin: 0;

	list-style: none;
}
/*#r30_footer-quote li
{
	display: block;
	overflow: hidden;

	height: 100%;
	padding: 0;
	margin: 0;
}*/
#r30_footer-quote .rss-item-title
{
	display: block;
}
#r30_footer-quote .rss-item-title a
{
	display: inline-block;
	overflow: hidden;

	margin: 0 0 14px;

	font-size: 16px;
	font-weight: 700;
	line-height: 1.3125;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fff;
}
#r30_footer-quote .rss-item-title a:hover, 
#r30_footer-quote .rss-item-title a:focus, 
#r30_footer-quote .rss-item-title a:active
{
	color: #333;
}
#r30_footer-quote .rss-item-description
{
	color: #fff;
}






#r30_footer-container
{
	clear: both;
	    padding:53px 0 58px 0;

	font-size: 17px;
	background: #262626;
	color: #989898;
        
}
#r30_footer-container h3{
	font-family: 'BebasNeue', sans-serif;
}



#r30_footer-content
{
	overflow: hidden;
} 

#r30_footer-summary p
{
	text-align: left;
}
#r30_footer-menu
{
	padding-left: 66px;
}
#r30_footer-menu > ul
{
	padding: 0;
	margin: 0;

	list-style: none;
}
#r30_footer-menu > ul > li
{
	display: none;
	float: left;

	width: 25%;
	margin: 0;
}
#r30_footer-menu > ul > li:nth-child(1), 
#r30_footer-menu > ul > li:nth-child(2), 
#r30_footer-menu > ul > li:nth-child(3), 
#r30_footer-menu > ul > li:nth-child(4)
{
	display: block;
}
#r30_footer-menu > ul > li > ul
{
	padding: 0;
	margin: 0;

	list-style: none;
}
#r30_footer-menu li li
{
	padding: 0;
	margin: 0;
}
#r30_footer-menu li li a
{
	color: #fff;
}
#r30_footer-menu li li a:hover, 
#r30_footer-menu li li a:focus, 
#r30_footer-menu li li a:active
{
	color: #179ddc;
}
#r30_footer-menu ul ul ul
{
	display: none;
}

.home-site-social{
	    position: fixed;
    top: 150px;
    z-index: 100000;
}
.home-site-social a {
    color: #fff;
    /*padding: 11px;*/
        width: 50px;
    height: 50px;
    padding: 12px;
    display: block;
    font-size: 22px;
    text-align: center;
        -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.home-site-social a:hover{
	/*padding:11px 25px;*/
	width: 65px;
}
.home-site-social a.facebook,
.home-site-social a.linkedin{
	background-color: rgb(59, 89, 152);
}
.home-site-social a.google-plus{
	background-color: rgb(220, 78, 65);
}
.home-site-social a.twitter{
	    background-color: rgb(29, 161, 242);
}
.home-site-social a.youtube{
	background-color: rgb(255, 101, 80);
}
.home-site-social a.instagram{
	background-color: #179ddc;
}
/*.home-site-social .list-inline>li a.facebook{
	background-color: rgb(59, 89, 152);
}
.home-site-social .list-inline>li a.facebook{
	background-color: rgb(59, 89, 152);
}*/
#r30_bottom-bar-container
{
	padding: 13px 0;

	font-size: 12px;
	background: #fff;
	color: #333333;
}
#r30_bottom-bar-content
{
	overflow: hidden;
}
#r30_bottom-bar-content a
{
	color: #333;
    margin-left: 24px;
    font-weight: 400;
	text-transform: uppercase;
}
#r30_bottom-bar-menu a:before
{
	margin: 0 10px;
	content: "-";
}
#r30_bottom-bar-menu a:first-child:before
{
	display: none;
}
#r30_bottom-bar-content a:hover, 
#r30_bottom-bar-content a:focus, 
#r30_bottom-bar-content a:active
{
	color: #179ddc;
}

#r30_bottom-bar-copyright
{
	text-align: center;color: #333;
}
#r30_bottom-bar-menu
{
	float: right;
}

#contact-map {
    position: relative;
    background-color: #f2f2f2;
}
#map-container {
    position: relative;
    height: 450px;
    margin: 0 0 0em;
    background: #1a1a1a;
}
.r27_map-overlay {
    background-color: rgba(51, 51, 51, 0.0);
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
}
.map {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.3s;
}
.map.active {
    opacity: 1;
    z-index: 10;
}
iframe {
    width: 100%;
    border: none;
    background: transparent;
    overflow: hidden;
}
.full-width-container .container-fluid {width: 100%;}
.full-width-container .container-fluid #dynamic-content{padding: 34px 0 0;}
#r30_map-container
{
	position: relative;
	height: 450px;

	background: #1a1a1a;
}
.r30_map
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;

	width: 100%;
	height: 100%;

	opacity: 0;
	transition: all 0.3s;
}
.r30_map.active
{
	opacity: 1;
	z-index: 10;
}
.r30_map iframe
{
	display: block;
	width: 100%;
	height: 100%;
}









.r30_meet-team
{
	position: relative;

	background: #333;
	background: rgba(51, 51, 51, 0.8);
}
.r30_meet-team:before
{
	display: block;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: -20;

	background: #333 url("../images/banners/inner-1.jpg") 50% 0;
	background-size: auto 100%;
}
.r30_team-member
{
	position: relative;
	padding: 40px 40px 30px;
}
.r30_team-member a
{
	display: block;
}
.r30_team-member a:hover:after, 
.r30_team-member a:focus:after, 
.r30_team-member a:active:after
{
	display: block;
	content: "View Profile";
	position: absolute;
	left: 0px;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1;

	padding: 48% 0 0;

	font-size: 30px;
	font-weight: 700;
	text-align: center;
	background: #179ddc;
	background: rgba(241, 99, 56, 0.8);
	color: #fff;
}
.r30_team-member-photo
{
	display: block;
	margin: 0 auto 15px;
	border-radius: 50%;
}
.r30_team-member-name
{
	display: block;
	padding: 0;
	margin: 0;

	font-size: 25px;
	font-weight: 700;
	text-align: center;
	color: #fff;
}
.r30_team-member-position
{
	display: block;
	margin: 0;

	font-size: 20px;
	font-weight: 700;
	text-align: center;
	color: #179ddc;
}

.r30_employee h1
{
	padding: 0;
	margin: 0;

	font-size: 30px;
	font-weight: 700;
	color: #179ddc;
}
.r30_employee h2
{
	font-size: 25px;
	font-weight: 700;
	font-style: italic;
	color: #333;
}
.r30_employee .mini-new-buttons
{
	float: right;
}
.r30_employee-social-media
{
	margin: 0 0 1.5em 0;
	text-align: center;
}
.r30_employee-social-media a
{
	display: inline-block;
	width: 50px;
	height: 50px;
	margin: 0 10px;

	border-radius: 50%;
	font-size: 30px;
	text-align: center;
	background: #179ddc;
	color: #fff;
}
.r30_employee-social-media a:first-child
{
	margin-left: 0;
}
.r30_employee-social-media a:last-child
{
	margin-right: 0;
}
.r30_employee-social-media a:hover, 
.r30_employee-social-media a:focus
.r30_employee-social-media a:active
{
	background-color: #AF412B;
}
.r30_employee-social-media a span
{
	overflow: hidden;
	position: absolute;
	left: -4000px;
	top: -4000px;
	width: 0;
	height: 0;
}
.r30_employee-social-media i
{
	vertical-align: middle;
}






.r30_home-call-to-action-box
{
	position: relative;
	padding: 0 38px 66px;
	margin: 0 0 1.5em 0;
}
.r30_home-call-to-action-box:first-child
{
	padding-left: 15px;
}
.r30_home-call-to-action-box:last-child
{
	padding-right: 15px;
}
.r30_home-call-to-action-box:after
{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	content: "";

	width: 0;
	height: 217px;
	border-right: dashed 2px #dde5e7;
}
.r30_home-call-to-action-box:last-child:after
{
	display: none;
}
.r30_home-call-to-action-box h2
{
	font-size: 25px;
	text-align: center;
}
.r30_home-call-to-action-box h2 a
{
	color: #333;
}
.r30_home-call-to-action-box h2 a:hover span, 
.r30_home-call-to-action-box h2 a:focus span, 
.r30_home-call-to-action-box h2 a:active span
{
	background-color: #af412b;
}
.r30_home-call-to-action-box h2 span
{
	display: block;
	width: 90px;
	height: 90px;
	margin: 0 auto 40px;

	border-radius: 50%;

	background: #179ddc no-repeat 50% 50%;
	color: #fff;
}
.r30_home-call-to-action-box h2 .r30_submit-resume
{
	background-image: url("../images/submit-resume.svg") ;
}
.r30_home-call-to-action-box h2 .r30_job-request
{
	background-image: url("../images/job-request.svg") ;
}
.r30_home-call-to-action-box h2 .r30_job-alert
{
	background-image: url("../images/job-alert.svg") ;
}
.r30_home-call-to-action-box h2 .r30_register
{
	background-image: url("../images/register.svg") ;
}
.r30_home-call-to-action-box .r30_button
{
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;


	margin: 0;

	text-align: center;
}
.r30_home-call-to-action-box .r30_button a
{
	display: inline-block;
	padding: 0 30px;

	font-size: 16px;
	line-height: 2.875;
	background: #dde5e7;
	color: #333;
}
.r30_home-call-to-action-box .r30_button a:hover, 
.r30_home-call-to-action-box .r30_button a:focus, 
.r30_home-call-to-action-box .r30_button a:active
{
	background: #333;
	color: #fff;
}







#r30_our-services-container
{
	position: relative;
}
.r30_our-services-background
{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;

	width: 50%;

	background: #494949;
}
.r30_our-services-box h2
{
	font-size: 30px;
	text-align: center;
}
.r30_our-services-box h4
{
	text-align: center;
}
.r30_our-services-box p
{
	text-align: center;
}
.r30_our-services-box:first-child h2, 
.r30_our-services-box:first-child p
{
	color: #fff;
}

#r30_home-latest-jobs
{
	margin: 0;
}
#r30_home-latest-jobs h2
{
	margin-bottom: 70px;

	text-align: center;
}
#r30_home-latest-jobs ul, 
#r30_home-latest-jobs .jcarousel-clip
{
	overflow: hidden;
/*	height: 24em;*/
	padding: 0;
	margin: 0;

	list-style: none;
}
/*#r30_home-latest-jobs li
{
	display: block;
	overflow: hidden;
	position: relative;

	
	
	padding: 0;
	margin: 0 0 4.5em;
}*/
#r30_home-latest-jobs .rss-item
{
/*	position: relative;
	float: left;

	width: 50%;
	height: 100%;
	padding: 0 30px 0 110px;*/
	    position: relative;
    float: left;
    width: 374px;
    height: 100%;
    padding: 0 30px 0 85px;
}
#r30_home-latest-jobs .rss-item-pubDate
{
	display: block;
	position: absolute;
	left: 1px;
	top: 1px;

	width: 80px;
	height: 80px;
	padding: 15px 0 0;
	border: 0;
	margin: 0;

	border-radius: 50%;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
	background: #179ddc;
	color: #fff;
}
#r30_home-latest-jobs .rss-item-pubDate span
{
	display: block;

	text-align: center;
}
#r30_home-latest-jobs .rss-item-pubDate .rss-item-pubDate-full-year
{
	display: none;
}
#r30_home-latest-jobs .rss-item-location
{
	display: block;
	font-size: 13px;
	line-height: 1.73077;
	color: #179ddc;
}
#r30_home-latest-jobs .rss-item-location:before
{
	display: inline-block;
	content: "\f041";
	margin: 0 6px 0 1px;
	
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
}
#r30_home-latest-jobs .rss-item-title
{
	display: block;
}
#r30_home-latest-jobs .rss-item-title a
{
	display: block;

	font-weight: 700;
	color: #179ddc;
}
#r30_home-latest-jobs .rss-item-title a:hover, 
#r30_home-latest-jobs .rss-item-title a:focus, 
#r30_home-latest-jobs .rss-item-title a:active
{
	color: #af412b;
}
#r30_home-latest-jobs .rss-item-description
{
	display: block;

	color: #333;
}
.consultant-jobs,
.consultant-image a.view-all-jobs {
	display: none;
}
/*team*/
.h-section{padding: 2em 0;}
.section-team {padding: 4.5em 0 2.5em;}
/*.section-team h2{font-size: 60px;}*/
.h-section h2 {text-align: center;margin-bottom: 58px;}
.team-list {width: 100%;margin: 0 auto;}
.team-list li {list-style-type: none;}
.team-detail a{display: block;position: relative;
	/*max-height: 165px;*/
}
.team-detail a:hover{opacity: 0.8;}
.section-awards{padding: 3.2em 0 1.6em;}
.section-awards li{list-style-type: none;
	/*display: inline-block;vertical-align: middle;*/
}
.owl-carousel .owl-controls .owl-nav .owl-prev,.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-dot{
	/*display: inline-block !important;*/
	font-size: 0;position: relative;}
.owl-carousel .owl-nav .owl-prev:before {
    content:'';
 
    display: block;
    font-size: 46px;
	background-image: url(../images/arrow-left.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 28px;
	}
.owl-prev {
      float: left;
}
.owl-carousel .owl-nav .owl-next:after {
    content: '';
    display: block;
  
    font-size: 46px;
	background-image: url(../images/arrow-right.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 28px;
	border-radius: 0px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev,.owl-carousel .owl-controls .owl-nav .owl-next {
	position: absolute;
	top: 27%;
	left: -14%;
    background: #179ddc;
    padding:11px 17px;
	border-radius: 0;
}
.owl-carousel .owl-controls .owl-nav .owl-next {
	left: auto;
	right: -14.5%;
}
.awards-list .owl-carousel .owl-controls .owl-nav .owl-prev,.awards-list .owl-carousel .owl-controls .owl-nav .owl-next {
	top: 50%;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
    left: -8%;
}
.simply-scroll-container { position: relative;}
.simply-scroll-clip {	position: relative;overflow: hidden;}
.simply-scroll-list {overflow: hidden;margin: 0;padding: 0;list-style: none;	}

.team-list li{
	float: left;
	width: 200px;
	margin-right:20px;
}

.awards-list .owl-carousel .owl-controls .owl-nav .owl-next {
	right: -7.5%;left: auto;
}
.awards-list .owl-carousel .owl-item{text-align: center;}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{background: #6c6d6f;}

.awards-list li{
	margin-right: 25px;
	float: left;
	width: 170px;
}
.clear 
{
	clear: both;
}

.job-navbtns .actions-button, 
.job-navbtns .filters-button
{
	display: none;
}
.consultant-name {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.consultant-details {
    text-align: center;
    padding: 22px 20px;
    background: #000;
    color: #fff;
    margin-bottom: 0px !important;
    font-size: 20px;
    font-family: 'UniversLTStd-LightCn', sans-serif;
}
.optional-details.category {
    font-size: 22px;
    color: #179ddc;
  /*  font-family: 'BebasNeue', sans-serif;*/
	margin-bottom: 2px;
    display: block;
    line-height: 1.2;
}
.consultant_contact_details li:nth-child(4) a {
    margin-top: 8px;
    display: inline-block;
}
.consultant_contact_details li a{color:#000;}
.consultant_contact_details li a:hover{color:#179ddc;}
.details-icons-start fa.fa-phone {
    font-size: 22px;
}
.consultant_contact_details ul{padding: 0;}
.consultant_contact_details li {list-style-type: none;color: #000;font-size: 17px;}
.consultant_contact_details li i {
    color: #179ddc;
	margin-right: 15px;
}
.consultant_contact_details {
    margin: 16px 0;
}
.consultant_contact_details li:nth-child(4) {
    margin-bottom: 8px;
}
.consultant-basic-profile {
    margin: 31px 0 0;
}
.team-social-icons ul{padding: 6px 0 0;}
.team-social-icons li {
    display: inline-block;
    margin-right:0px;
}
.team-social-icons li a {
    border: 1px solid #179ddc;
    font-size: 15px;
    padding: 10px 11px;
    border-radius: 100%;
    text-align: center;
    color: #179ddc;
    display: inline-block;
}
.btn-primary.view-all-jobs {
       border-radius: 0;
    text-align: center;
    display: inline-block;
    position: absolute;
    bottom: 14px;
    left: 20%;
    font-weight: 400;
    font-size: 17px;
    padding: 12px 25px;
    text-transform: capitalize;
}
.btn-primary.view-all-jobs:hover{background: #ffffff;color: #179ddc;}
.consultant-pic {
    width: 100%;
}
.consultant-bottom-txt {
    padding-top: 24px;
}
.other-testimonials p {
    font-style: italic;
}
/*#news_feeds {
    display: inline-block;
    background: #179ddc;
    color: #fff;
	padding:38px 5px 25px 20px;
	margin: 36px 0 42px;
}*/
#consultant_jobs{
	margin-top: 20px;
}
#consultant_jobs h3, #news_feeds h3{font-size: 30px;margin-bottom: 10px;}
#consultant_jobs li, #news_feeds li {
    list-style-type: none;
    background: #ebeff0;
    padding: 0 0 20px;
	position: relative;
}
#consultant_jobs li:before, #news_feeds li:before{display: none;}
#consultant_jobs [class*="col-"], .consultant-bottom-txt [class*="col-"],
#news_feeds [class*="col-"]{padding: 0;}
#consultant_jobs ul, #news_feeds ul{padding: 0;}
#news_feeds ul{padding: 0;}
#consultant_jobs .rss-item-title, #news_feeds .rss-item-title{margin: 0 0 10px;display: block;background: #17aae9;padding:18px 25px;}
#consultant_jobs .rss-item-description, #news_feeds .rss-item-description{margin: 46px 20px 0;display: block;clear: both;padding: 0px 8px;}
/*#news_feeds h3{color: #ebeff0;font-size: 30px;}*/
/*#news_feeds li{list-style-type: none;}*/
/*#news_feeds .rss-item-pubDate {
    display: block;
    float: left;
    width: 90px;
    height: 90px;
    padding: 20px 15px;
    margin: 1px 0 0;
    border: solid 1px #179ddc;
    color: #179ddc;
    line-height: 1;
    font-size: 20px;
    font-family: 'UniversLTStd-LightCn', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-top: 0;
    border-radius: 50%;
	margin-right: 23px;
}*/
#consultant_jobs .rss-item-pubDate, #news_feeds .rss-item-pubDate {color: #000;font-size: 17px;position: absolute;top: 44.5%;right: 4%;}
/*#news_feeds .rss-item-pubDate {color: #fff;border-color: #fff;}*/
#news_feeds .rss-item-title a {color: #fff;}
/*.rss-item-pubDate-date {
    display: block;
}*/
#consultant_jobs .rss-item-pubDate-date{display: inline-block;}
/*#news_feeds .rss-item-pubDate-full-year {
    display: none;
}*/
.consultant-jobs li:before, .feeds li:before{display: none;}
.xmlLocation {position:absolute; top:44.5%; color: #000; display: inline-block;left: 3.5%;}
.xmlLocation strong {
    font-weight: 400;
}
.xmlLocation:before {
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
content: "\f041";
position: relative;
text-decoration: inherit;
margin-right: 12px;
left: 2px;
color:#17aae9;
}
.rss-item-title {
    display: inline-block;
    color: #fff;
}
/*span.rss-item-description {
    display: inline-block;
    width: 60%;
}*/
.rss-item-title a {
    color: #fff;
}
.rss-item-title a:hover{color:#333;}
.rss-item-link {
        float: right;
    margin-top: 18px;
}
a.read-more {
    font-family: 'BebasNeue';
    font-size: 17px;
    text-transform: uppercase;
    background: #fff;
    padding: 13px 40px;
}
.read-more:hover{}
.team-social-icons li a:hover{color: #989898;border-color: #989898;}
.other-testimonials h3{font-size: 30px; font-weight: 700;}
.dynamic-content-holder h1{color:#179ddc;font-weight: 400;font-size: 35px;margin-bottom: 12px;}
.dynamic-content-holder h2{font-size: 20px;margin-bottom: 20px;}

li#AdvancedSearchFilter_PnlSubClassification,
div#ctl00_ContentPlaceHolder1_ucJobAlert1_upProfession >.ctrlHolder:nth-of-type(2){
	display: none;
}

/*-- --*/

h1{font-family: 'BebasNeue', sans-serif;}
a{color: #179ddc; outline: none;}
a:hover,a:focus{outline: none;}
.dynamic-content-holder a{
	font-weight: 700;
}

#r30_header-container.bg{background: rgba(0,0,0,0.8);     padding: 0 0 0px 0;}

#r30_top-bar-content{float: right; padding-top: 32px;border-bottom: 1px solid #179ddc;padding-bottom: 10px;}
#r30_top-bar{}
.contact-city{padding: 0px; margin: 0; list-style: none; display: inline-block; vertical-align: middle; margin-right: 10px;}
.contact-city li{float:left; line-height: 15px;}
.contact-city li a{font-size: 15px; color: #fff; font-weight: 400; position: relative; font-family: 'UniversLTStd-LightCn', sans-serif;}
.contact-city li a:hover{color: #179ddc;}
.contact-city li a:before{position: relative; content: "|"; color: #fff;  margin: 0 10px;top: -1px;}
.contact-city.sitelinks li a:before{margin: 0 6px;}
.contact-city li#memberStatusDashRegister{
	display: none;
}
/*.contact-city.inner-header.sitelinks li a:before{color:#179ddc;}*/
.contact-city li:first-child a:before,.contact-city.sitelinks li:first-child a:before{display: none;}
.r30_social-media{display: inline-block; vertical-align: middle; float: none;}
.sitelinks {margin: 0 17px 0 26px; text-align: right;background: #6c6d6f;padding: 8px 10px;}
#r30_top-bar .r30_social-media{float: none;}
/*.inner-header.sitelinks{background: #fff;}
.inner-header.sitelinks a{color:#179ddc }*/

.back-to-top{position: fixed; z-index: 9999; bottom: 0; right: 0; height: 78px; text-align: center; width: 80px; line-height: 78px;     background: #179ddc; color: #fff; font-size: 80px; border: 2px solid #179ddc; }
.back-to-top i{line-height: 68px; vertical-align: top;}
.back-to-top:hover , .back-to-top:focus{background: #fff; border-color: #fff; color:  #179ddc;}


.r30-bgvid{    background-size: cover;   bottom: 0px;  top: 0;   height: auto;  min-height: 100%;   min-width: 100%;  position: absolute;
    right: 0;   left: 0; width: auto;  z-index: 1;}




.banner-main{position: relative; height: 100%; width: 100%; background-size: cover !important; background-repeat: no-repeat; background-position: center center; background: url('../images/home-banner-2.jpg');}
#r30_bottom-bar-copyright p{display: inline-block;margin-bottom: 0;margin: 0 5px;}


.r30_home-banner-caption-container{ position: relative;
	left: 55%;top: 45%;
	transform: translate(-45%,-55%); 
	-webkit-transform: translate(-45%,-55%); 
	-moz-transform: translate(-45%,-55%); 
	-ms-transform: translate(-45%,-55%); 
	-o-transform: translate(-45%,-55%); z-index: 2; text-align: right;}
.d-table{height: 100%; width: 100%; display: table;}
.table-cell{display: table-cell; vertical-align: middle;}
.r30_home-banner-caption h1, .r30_home-banner-caption h2{
	    font-family: 'BebasNeue', sans-serif; padding-bottom:15px; margin-bottom: 25px; font-size: 65px; line-height: 1.2px; color: #fff; font-weight: 400; position: relative;}
/*.r30_home-banner-caption h1:before{bottom: 0; content: "";position: absolute; background: #179ddc; height: 5px; width: 86px; text-align: center; left: 0; right: 0; margin: 0 auto;}*/


.r30_home-banner-caption p{font-size: 30px; color:#fff; line-height: 1.2; margin-bottom: 40px;font-family: 'UniversLTStd-LightCn', sans-serif;}
.r30_home-banner-caption a.mini-new-buttons{padding: 0 46px; line-height: 47px;  border: 2px solid #179ddc; font-size: 17px; background: #179ddc; color: #fff; font-weight: 400;}
.r30_home-banner-caption a.mini-new-buttons:hover{color: #179ddc; background: transparent;}

.col-center{float: none; margin: 0 auto;}
.col-center.r30_home-banner-caption{
	padding-right: 17.5%;
}
#r30_home-banner-search-container select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    
     background-image: url('../images/widget-select-arrow.png'); 
    background-repeat: no-repeat; 
    background-position: 95% center;
  
}
/*.dynamic-content-holder {
    padding-top: 10px;
}*/

.ie-browser #r30_home-banner-search-container select{background-image: none;}


#r30_home-banner-search .r30_search-field input[type=text], 
#r30_home-banner-search .r30_search-field select{text-transform: capitalize; color: #a6a6a6; font-size: 17px; font-weight: 400; font-family: 'UniversLTStd-LightCn', sans-serif; padding: 8px 20px;border: none;box-shadow: none;-webkit-appearance: none;outline: none;}
#r30_home-banner-search .r30_search-field select{height: 50px; line-height: 50px; padding: 0 20px;}
#r30_home-banner-search .r30_search-field input[type=text]{height: 50px; line-height: normal;}
#r30_home-banner-search .r30_search-field input:-moz-placeholder{color: #a6a6a6; opacity: 1;}
#r30_home-banner-search .r30_search-field input::-moz-placeholder{color: #a6a6a6; opacity: 1;}
#r30_home-banner-search .r30_search-field input::-webkit-input-placeholder {color: #a6a6a6; opacity: 1;}
#r30_home-banner-search .r30_search-field input:-ms-input-placeholder {color: #a6a6a6; opacity: 1;}


#r30_home-banner-search #r30_search-link{background: #179ddc; height: 50px; line-height: 50px; color: #fff; font-size: 17px;  border: 2px solid #179ddc; }
#r30_home-banner-search #r30_search-link:hover, 
#r30_home-banner-search #r30_search-link:focus, 
#r30_home-banner-search #r30_search-link:active{background: transparent; color: #179ddc; border-color: #179ddc;}

#r30_home-container{    padding: 93px 25px 40px; text-align: center;}
.border-bottom-head{position: relative;padding-bottom: 15px;font-size: 60px;margin-bottom: 21px;}
#r30_home-content > p {
    padding: 0 30px;
}
.border-bottom-head:before{position: absolute; content:""; left: 0; right:0; background: #179ddc; height: 1px; width: 61px; margin: 0 auto; display: block;
bottom: 0; }
.r30-cta-box{margin-bottom: 59px;}
.r30-cta-box a {
    display: block;min-height: 289px;
}
.r30-cta-box .figcaption{display:block; position: relative;background: #179ddc;color: #fff;font-size: 28px;font-family: 'UniversLTStd-LightCn', sans-serif;text-align: left;padding: 10px 23px 10px;;line-height: 1.2;}
.r30-cta-box img {
    min-height: 200px;
}

.work-perks .r30-cta-box .figcaption,
.job-seeker-cta .r30-cta-box .figcaption,
.employers-cta .r30-cta-box .figcaption{
	font-size: 18px;
	padding: 10px 23px 5px;
}
.work-perks .r30-cta-box{
	min-height: 410px;
	margin-bottom: 10px;
}
.job-seeker-cta .r30-cta-box a,
.employers-cta .r30-cta-box a{
	min-height: initial;
}
.work-perks .r30-cta-box p{
	    padding: 20px 10px 0 10px;;
}
.work-perks .r30-cta-box img,
.job-seeker-cta .r30-cta-box img,
.employers-cta .r30-cta-box img{
	min-height: initial;
}

/*.work-perks .r30-cta-box:nth-of-type(3n+1){
	float: none;
}*/
optgroup {
    font-weight: 400;
}
span.accorBttn {
    position: absolute;
    display: block;
    z-index: 99;
    cursor: pointer;
    top: 6px;
    right: 0;
    color:#179ddc;
}
ul.accorContent {
    display: none;
}
span.accorBttn:before {
    content: "\f067";
    font-size: 16px;
    font-family: "Fontawesome";
}
.accorWrap {
    position: relative;
}
.accorActive .accorBttn:before {
    content: "\f068";
}
.r30-cta-box span {
	text-transform: capitalize;
  /*  position: absolute;
    display: block;
    top: 30%;
    transform: translate(0,-30%);
    -webkit-transform: translate(0,-30%);
    -moz-transform: translate(0,-30%);
    -ms-transform: translate(0,-30%);
    -o-transform: translate(0,-30%);*/
}
.r30-cta-box a:hover .figcaption {
    color: #282828;
}
.r30-cta-box a:hover img {
    opacity: 0.7;
}
a.about-cta-btn{display: block;}
.about-img1 , .about-img2 , .about-img3{background-position: center center; background-repeat: no-repeat; background-size: 100%;
 display: block; margin: 0 auto; margin-bottom: 31px; position: relative;}
.about-img1{background-image: url(../images/about-sec-img1.svg); width: 74px; height: 80px;}
.about-img2{background-image: url(../images/about-sec-img2.svg); width: 80px; height: 80px; }
.about-img3{background-image: url(../images/about-sec-img3.svg);  width: 80px; height: 80px;}

a.about-cta-btn .about-img1:before, a.about-cta-btn .about-img2:before ,a.about-cta-btn .about-img3:before{position: absolute; content:""; left: 0; right:0; 
    top:0; bottom: 0;  opacity: 0; background-position: center center; background-repeat: no-repeat; background-size: 100%; 
    display: block; margin: 0 auto;}
a.about-cta-btn .about-img1:before{background-image: url(../images/about-sec-img1-hover.svg); width: 74px; height: 80px; }
a.about-cta-btn .about-img2:before{background-image: url(../images/about-sec-img2-hover.svg); width: 80px; height: 80px;}
a.about-cta-btn .about-img3:before{background-image: url(../images/about-sec-img3-hover.svg); width: 80px; height: 80px;}

a.about-cta-btn:hover .about-img1:before , a.about-cta-btn:hover .about-img2:before,a.about-cta-btn:hover .about-img3:before{opacity: 1;}
a.about-cta-btn:hover h3{color: #161616;}

a.about-cta-btn:hover span {
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -ms-animation-name: bounce;
    -o-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;}

/*-- bounce effect --*/



/*
.bounce {
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -ms-animation-name: bounce;
    -o-animation-name: bounce;
    animation-name: bounce;
}

.animated {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}
*/

/* Home services */
#service-gallery.mobile{
	position: relative;
}
.mobile-specialisation{
	display: none;
}
.crsl-item a {text-decoration:none; color: #333;}
.crsl-item a .figcaption {
	text-align:center;font-size:18px; padding:14px 0; color:#fff; background:#179ddc; font-weight: 700;display: block;
}

.crsl-nav a {position:absolute; bottom:50%; color:#666; border:1px solid #666; border-radius:2em; width:35px; height:34px; line-height:32px; text-align:center;}
.crsl-nav a:hover {color:#179ddc; border:1px solid #179ddc;}
.crsl-nav a.previous { left:-35px;}
.crsl-nav a.next { right:-35px;}
.crsl-nav a.previous span { position: absolute; left:-10000em;}
.crsl-nav a.next span{ position: absolute; left:-10000em;}


@media (max-width: 1260px) {
.crsl-nav a {bottom:105%;}
.crsl-nav a.previous {left:20px;}
.crsl-nav a.next {right:20px;}
}


/* -- */


#r30_home-call-to-action-container{padding-top:40px;}
#r30_home-call-to-action-container h3{margin-bottom: 37px;}
#r30_home-call-to-action-container p{margin-bottom: 66px;}
#r30_home-call-to-action-container .mini-new-buttons{padding: 0 38px; border: 4px solid #179ddc; line-height: 42px;}
#r30_home-call-to-action-container .mini-new-buttons:hover{font-weight: 700;}

.panel-default>.panel-heading{padding: 0;}
.panel-title>a{	padding: 10px 15px;display: block;position:relative;}
.panel-title>a:hover{	background: #179ddc;color:#fff;}
.panel-title i {
    margin-right: 15px;
}
.panel-title>a.collapsed:after
{
   
content:"\f067";
   
}
.panel-title>a:after
{content: "\f068";
     position: absolute;
    right: 13px;
    top:16px;
     font-family: fontawesome;
	    font-size: 16px;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
    background: #f4f4f4;
}
.panel-body li{list-style-type: none;position: relative;}
.panel-body li:before{position: absolute;content: '';display: block;height: 6px;width: 6px;background: #179ddc;top: 7px;left: -16px;border-radius: 50px;}
#r30_home-latest-jobs-container{padding-top: 115px; padding-bottom: 176px; background: url(../images/job-banner.jpg); position: relative; width: 100%; background-repeat: no-repeat; background-size: cover;
background-position: center center;}
#r30_home-latest-jobs-container:before{position: absolute; left: 0; right:0; top:0; bottom: 0; width: 100%; content:""; background: rgba(22,22,22,0.7);}
#r30_home-latest-jobs-content{position: relative; z-index: 1;}
#r30_home-latest-jobs-container h2{color: #fff;}
#r30_home-latest-jobs .rss-item-pubDate{
	padding-top: 19px; font-size: 17px; font-weight: 400; font-family: 'BebasNeue', sans-serif; color: #179ddc; background: transparent;
border: 1px solid #179ddc;     width: 75px;    height: 75px; line-height: 18px;}
/*#r30_home-latest-jobs .rss-item-location{display: none;}*/
#r30_home-latest-jobs .rss-item-title a{font-family: 'BebasNeue', sans-serif; font-size: 17px; font-weight: 400; color: #179ddc;}
#r30_home-latest-jobs .rss-item-title a:hover{color: #333;}
#r30_home-latest-jobs .rss-item-description{font-family: 'UniversLTStd-LightCn', sans-serif; color: #000; line-height: 20px;}

#r30_home-latest-jobs ul li{width: 520px; margin-right: 55px;}
/*#r30_home-latest-jobs .rss-item{width: 100%;}*/
#r30_home-latest-jobs ul{height: 9em;}
.r30_footer-summary p {
    font-size: 15px;
}
/*--*/
.jcarousel{overflow: hidden;}
#r30_home-latest-jobs ul{position: relative;}
.owl-item > div{margin: 0 !important; float: left; width: 100%; overflow: hidden;}
/*--*/
.cilent-sec h2, .candidate-sec h2{
	font-family: 'BebasNeue', sans-serif;
}
.service-sec .cilent-sec{  position: relative; width: 50%; background: url(../images/candidates-1.jpg); background-repeat: no-repeat; background-size: cover; background-position: center center; }
.service-sec .candidate-sec{  position: relative; width: 50%; background: url(../images/candidates.jpg); background-repeat: no-repeat; background-size: cover; background-position: center center; }
.inner-services-sec{padding-left: 380px; padding-top: 74px; padding-bottom: 89px;}
.full-width-sec{padding: 0 15px; }
.cilent-sec{position: relative; z-index: 1;  }
.cilent-sec:before{z-index: -1;position: absolute; content: ""; left: 0; right: 0; top:0; bottom: 0; width: 100%; background:rgba(23,157,220,0.6); display: block;}
.cilent-sec h3 , .cilent-sec p{color: #000;}
.cilent-sec h2{
	color:#fff;
}
.cilent-sec .mini-new-buttons{background: #fff; color: #179ddc;border-color: #fff;}
.cilent-sec .mini-new-buttons:hover{border-color: #fff; background: transparent; color: #fff;}


.service-sec .border-bottom-head:before{right: auto; background: #fff;}
.service-sec .border-bottom-head{padding-bottom: 26px;margin-bottom: 28px;font-size: 45px;font-weight: 400;text-transform: uppercase;}
.service-sec h3{line-height: 1.36; margin-bottom: 48px; font-weight: 400;}
.service-sec p{margin-bottom: 58px;min-height: 84px;}
.service-sec .mini-new-buttons{line-height: 48px; padding:0 60px;}
.candidate-sec p{color: #000;}
.candidate-sec{position: relative; z-index: 1;    }
.candidate-sec:before{z-index: -1;position: absolute; content: ""; left: 0; right: 0; top:0; bottom: 0; width: 100%; background:rgba(255,255,255,0.8); display: block;}
.candidate-sec h2,.candidate-sec h3 {color: #179ddc;}
.candidate-sec .border-bottom-head:before{background: #179ddc;}


/*#r30_footer-container #r30_logo,*/
#r30_footer-container .r30_logo
{
    margin-top: 0;
    margin-bottom: 30px;
    float: none;
	width: 140px;
	height: auto;
}
.foo-qlinks ul{padding-left: 0;}
.foo-qlinks li {
    list-style-type: none;margin-bottom: 7px;
}
.foo-qlinks li.remove-margin{
	margin-bottom: 0;
}
.foo-qlinks li:last-child {
    /*margin-top: 5px;*/
}
.foo-qlinks {
    padding-left: 66px;
}
#r30_footer-menu ul li{display: block; float: none; width: 100%;margin-bottom: 7px;}
#r30_footer-menu ul li a,.foo-qlinks li a{text-transform: uppercase; font-size: 17px; color: #989898; font-family: 'UniversLTStd-LightCn', sans-serif; line-height: 1.2;}
#r30_footer-menu ul li a:hover , #r30_footer-menu ul li.active a,.foo-qlinks li a:hover,.foo-qlinks li.active a{color: #fff;}
#r30_footer-container h3{color: #fff;margin: 11px 0 39px;}
#r30_footer-menu > ul > li > ul{display: none;}

.foo-office-img{width: 100%; display: block;position: relative;}
/*.location-sydney{background: url(../images/location-icon.png)}*/
a.Jxt-logo{display: inline-block; position: relative; }
a.Jxt-logo:before{position: relative; content: "|"; margin: 0 0 0 10px; display: inline-block; color: #333;}


#r30_footer-quote-container{background: url(../images/foo-qoute-banner.jpg); background-size: cover; background-repeat: no-repeat;
 background-position: center center; width: 100%; position: relative;  padding: 78px 0 60px 0; text-align: center;}
#r30_footer-quote-container:before{content: ""; position: absolute; left: 0; right: 0; top:0; bottom: 0; width: 100%; display: block; background: rgba(22,22,22,0.7);}
.quote-img{width: 75px; text-align: center; margin: 0 auto;}
.quote-img img{width: 100%; display: block;}

#r30_footer-quote .rss-item-description{font-size: 40px; font-weight: 400;  color: #fff; font-family: 'BebasNeue', sans-serif; line-height: 48px;}
#r30_footer-quote {   padding: 51px 40px 0px;}
#r30_footer-quote .rss-item-title a{margin: 37px 55px 10px 0; font-size: 17px; font-weight: 700; color: #179ddc; font-family: 'BebasNeue', sans-serif;}
#r30_footer-quote .rss-item-title a:hover{color: #fff;}
#r30_footer-quote .rss-item-title{text-align: right;}
.owl-theme .owl-dots .owl-dot span{background: transparent; border: 1px solid #fff; height: 11px; width: 11px;}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{background: #179ddc; border-color:#179ddc; }
/*.owl-dots{display: none ;}*/

#r30_footer-quote ul, #r30_footer-quote .jcarousel-clip{height: 13em;}



.foo-contact-us{text-align: center;padding: 53px 0 54px 0;background: url(../images/border-NEW.jpg);background-repeat: repeat;background-size: cover;width: 100%;height: auto;position: relative;}
.foo-contact-us:before{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(255,255,255,0.75);
    display: block;}
.foo-contact-img{width: 27px; height: 47px; display: inline-block; vertical-align: middle; margin-right: 45px;}
.foo-contact-img img{width: 100%; display: block;}
.foo-contact-us h3{display: inline-block; vertical-align: middle; margin-bottom: 0;text-transform: capitalize;margin-top: 15px;font-family: 'UniversLTStd-LightCn', sans-serif;font-weight: 700;font-size: 32px;color:#000;}
.foo-contact-us .mini-new-buttons{display: inline-block; vertical-align: middle;     padding: 0 20px;text-transform: capitalize;color: #000;}
.contact-left-part{float: left; padding-left: 135px;}
.contact-right-part{float: right; margin-right: 32px;}
.foo-contact-img .fa{
	font-size: 50px;
	line-height: 50px;
	color:#179ddc;
}


/*-- inner page --*/

#r30_inner-banner-container{position: relative;}
#r30_inner-banner-container:before{ position: absolute; left: 0; right: 0; top:0; bottom: 0; width: 100%; background: rgba(38,38,38,0.7); content: ""; z-index: 2;}
#r30_inner-banner-container{
	background: url(../images/banners/inner-banner.jpg);
	background-size: cover;
	    /*padding: 8.877% 0;*/
	    height:248px;
	    background-position: center center;
}
#r30_inner-banner-container.meet-our-team{
	background: url(../images/banners/contact.jpg);
	background-size: cover;
	    /*padding: 8.877% 0;*/
	    height:248px;
	    background-position: center center;
}
.r30_banner > h1, .r30_banner > h2{font-family: 'BebasNeue', sans-serif; font-weight: 700; font-size: 80px; color: #fff; text-shadow: none; 
                text-transform: uppercase; bottom: 7%;}
.col-space{padding-top: 93px; padding-bottom: 53px;}
.inner-co-img{margin-top: 10px;}

.download-img-list{padding: 0; margin: 0; list-style: none; padding-top: 63px;}
.download-img-list li{float: left; margin-right: 50px;}
.download-img-list li:last-child{margin-right: 0;}
.download-img-list li a{display: block;}

.grey-bg{ padding-top: 83px; background: #f4f4f4;     padding-bottom: 89px;}

.r30_tab-heading h3 { padding: 0; margin: 0;}

.r30_tab-heading h3 a { margin: 0; border-top: 1px solid #dcdcdc;  font-family: 'BebasNeue', sans-serif; display: block;     padding: 20px 10px;
                         font-size: 25px;  cursor: pointer;   background: transparent;  color: #000; vertical-align: middle;}

.accordian-main:last-child h3 a{border-bottom: 1px solid #dcdcdc;}
.r30_tab-heading h3 a:hover{color: #179ddc;}
.r30_tab-heading h3 a:hover span.accordian-img , .r30_tab-heading.active h3 a span.accordian-img{    border-color: #179ddc;}
.r30_tab-heading.active h3 a{border-bottom: 1px solid #dcdcdc; color: #179ddc;}
.r30_tab-content {overflow: hidden; max-height: 0;     padding: 0px 0 0 61px; border: 0;  border-top: 0; background:transparent; transition: all 0.3s;}

.r30_tab-content.active {  max-height: 1000px;      padding: 32px 0 47px 61px;}
span.accordian-img{margin-right: 25px; vertical-align: middle; border: 1px solid #e2e2e2; position: relative; height: 26px; width: 26px; display: inline-block;}
span.accordian-img:before{position: absolute; text-align: center; margin: 0 auto; content:""; left: 0; right: 0; top:50%; 
                          background:url(../images/accordian-plus.png); background-repeat: no-repeat; background-position: center center; 
                          background-size: 100%; height: 13px; width: 13px; margin-top: -7px; opacity: 1;}
span.accordian-img:after{position: absolute; text-align: center; margin: 0 auto; content:""; left: 0; right: 0; top:50%; 
                          background:url(../images/accordian-minus.png); background-repeat: no-repeat; background-position: center center; 
                          background-size: 100%; height: 2px; width: 10px; margin-top: -1px; opacity: 0;}

.r30_tab-heading.active span.accordian-img:before{opacity: 0;}
.r30_tab-heading.active span.accordian-img:after{opacity: 1;}

  .r30_tab-content a.mini-new-buttons{ margin-top: 30px; padding: 0 53px;}
  
  .nav-tabs>li>a{padding: 11px 33px; font-size: 25px; font-weight: 400;  color: #000; background: transparent;}
.sec-profile .nav-tabs{border-bottom: none;}
.sec-profile .nav-tabs li:before{position: absolute;
    content: '';
    display: block;
    width: 2px;
    height: 27px;
     border-radius: 0; 
    background: #333;
    left: -11px;
    top: -3px;
display: none;
}
.sec-profile .nav-tabs li:first-child:before, .teamList-inner li:before{display: none;}
.sec-profile .nav-tabs li {
    border-right: 2px solid #000;
    margin-bottom: 5px;
}
.sec-profile .nav-tabs li.last-tab{
	border-right: none;
}
.sec-profile .nav-tabs li:last-child {
    border-right: none;
}
.sec-profile .nav-tabs>li>a{
	/*padding: 0px 20px 0 0;*/
	padding:0 10px;
	font-size: 17px;color:#262626;margin-bottom: 0px;font-weight: 700; margin-right: 0;}
.sec-profile .nav-tabs>li.active>a,.sec-profile .nav-tabs>li.active>a:hover,.sec-profile .nav-tabs>li.active>a:focus{border-color: transparent;}
.sec-profile .tab-content {
    padding: 32px 0 0px 0px;
}
.teamList-inner {
    padding: 0;
}
.teamList-inner li{list-style-type: none;margin-bottom: 30px;/*max-height: 255px;*/}
.teamList-inner li:before{display: none !important;}
.team-img {
    position: relative;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    min-height: 81px;
}
.team-img img {
   /* max-height: 255px;*/
    width: 100%;
}
.team-img .team-overlay .name {
    font-size: 17px;
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-weight: 400;
	font-family: 'UniversLTStd-LightCn', sans-serif;
    line-height: 1;
}
.team-img .team-overlay .position {
    color: #fff;text-transform: capitalize;font-family: 'UniversLTStd-LightCn', sans-serif;
    font-weight: 400;font-size: 13px;line-height: 1;
}
.team-img:hover .team-overlay .name, .team-img:hover .team-overlay .position {
    color: #fff;
}
.teamList-inner li:nth-of-type(4n+1){
	clear: both;
}
.team-img .team-overlay {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 10px 15px 3px;
    background: rgba(23,170,233,0.9);
	    font-family: 'BebasNeue';

	
}
.inner-contact-part span a {
    margin-bottom: 10px;
}
.sec-profile .readMore {
    clear: both;
    padding: 26px 33px 20px;
    border: 1px solid #666;
    margin: 20px 0px;
}
.sec-profile .readMore p {
    display:block;
    font-size: 25px;
	color: #179ddc;
	font-family: 'BebasNeue';
	line-height: 1.2;
	margin-bottom: 15px;
}
.sec-profile .readMore .mini-new-buttons{padding: 0 60px;}
/*
  .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{   cursor: pointer;  ;    border: 1px solid #dcdcdc; border-bottom: 1px solid #f4f4f4; background: transparent; color: #179ddc;}
  .nav-tabs { border-bottom: 1px solid #dcdcdc;}
  .nav-tabs > li > a:hover, .nav-tabs > li > a:focus, .nav-tabs > li > a:active{ color: #179ddc !important;    border-color: #dcdcdc !important; background-color: transparent !important;}
*/

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{border-bottom-color: #f4f4f4;     background-color: transparent; color: #179ddc;}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .nav > li > a:hover, .nav > li > a:focus, .nav > li > a:active{    color: #179ddc;
    border-color: transparent;
    background-color: transparent;}


  .tab-content{    padding: 37px 0 37px 27px;}
    .tab-content a.mini-new-buttons{    margin-top: 13px;    padding: 0 53px;}
    
    
    
    /*-- meet team --*/
    #teamList [class*="col-"] {padding: 0;}
    /*.team-sec{padding-top: 78px;}*/
    .meet-team-main{width: 100%; display: block; padding-top: 65px; padding-bottom: 82px;}
    .team-imgs img {width: 100%;}
    
    .team-links{position: absolute; left: 0; right: 0; top:0; bottom: 0; width: 100%;z-index: 1;}
    
    .team-imgs{display: block; position: relative;}
    .inner-team-img{width: 100%; display: block; position: relative;}
    .inner-team-img:before{position: absolute; left: 0; right: 0; top:0; bottom: 0; display: block; background: rgba(38,38,38,0.10); content: "";}
    .inner-team-img img{width: 100%; display: block;}
    .team-content{ 
    	text-align: center; 
    	display: block;
    	margin:10px 0 0 0;
    	/*padding: 0 50px 0; */
/*    	position: absolute; left: 0; right: 0; top:0; bottom: 0; width: 100%; background: rgba(23, 157, 220,0.6);
       transform: rotateY(180deg) scale(.5, .5);  -webkit-transform: rotateY(180deg) scale(.5, .5); -moz-transform: rotateY(180deg) scale(.5, .5);
    -o-transform: rotateY(180deg) scale(.5, .5);  transition: all .5s ease-in-out;  -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out; backface-visibility: hidden;*/
}
    .team-content h2{
    	    color: #000;
    margin-bottom: 3px !important;
    font-size: 17px;
    font-weight: 700;
    }
    .team-content span{display: block; color: #000; font-size: 17px; font-weight: 400; line-height: 20px;}
    .team-content span.team-position {
	    min-height: 40px;
	    line-height: initial;
	}
    .team-content p{color: #fff; margin-bottom: 40px;}
    .team-detail a.mini-new-buttons{
    	    width: 150px;
    font-size: 12px;
    padding: 0;
    text-align: center;
    margin: 0 auto;
    }
    .team-content .r30_social-media a:hover , .team-content .r30_social-media a:focus,.team-content .r30_social-media a:active{color: #262626; border-color:#262626;}
    
    .team-content .r30_social-media a{z-index: 3; position: relative;}
    
.team-imgs:hover .team-content {transform: scale(1, 1);  -webkit-transform: scale(1, 1);  -moz-transform: scale(1, 1); -o-transform: scale(1, 1);
    opacity: 1;       filter: alpha(opacity=100); }
.dynamic-content-holder ul li{position: relative;list-style-type: none;}
.dynamic-content-holder ul li:before{position: absolute;
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    /*background: #179ddc;*/
    background: #000;
    left: -18px;
    top: 6px;}
ul.two-column{
	-webkit-column-count: 2; 
    -moz-column-count: 2;
    column-count: 2;
    padding-left: 0;
}
.dynamic-content-holder ul.two-column li{
	padding-left: 25px;
}
.dynamic-content-holder ul.two-column li:before{
	left:7px;
}
.consultant_contact_details ul li:before, .team-social-icons ul li:before{display: none;}
#content-container #side-left #prefix_left-navigation {
    display: none;
}
.btn-list {
    padding: 0;
}
.btn-list li {
    list-style-type: none;
    display: inline-block;
    margin-bottom: 20px;
}
.btn-list li:before{display: none !important;}
.award-inner li {
    margin: 10px;
    display: inline-block;
}
.award-inner li:first-child{margin-left: 0;}
/*-- contact page --**/

.contact-main{text-align: center;}

.inner-contact-part [class*="col-"]{ min-height: 250px;}
.inner-contact-part span {
   display: inline-block;
    /*margin-right: 5px;*/
}
/*.inner-contact-part [class*="col-"]:nth-last-child(-n+3){margin-bottom: 0;}*/
.inner-contact-part [class*="col-"] p {
    min-height: 126px;
}
.inner-contact-part .australia[class*="col-"] p{
		min-height: 70px;
}
.inner-contact-part i{display: inline-block; vertical-align: middle; color: #179ddc; font-size: 40px;     margin-bottom: 8px;  margin-right: 10px;}
.inner-contact-part h2{display: inline-block; vertical-align: middle; margin-bottom: 8px;font-size: 26px;}
.inner-contact-part a{color: #000;}
.inner-contact-part a:hover{color: #179ddc;}
.inner-contact-part .mini-new-buttons{color:#fff;
	/*padding: 4px 20px 0px;line-height: 2.2;*/
	    line-height: initial;
    padding: 0;
    border-radius: 50%;
    border: 1px solid #179ddc;
    background: transparent;
}
.inner-contact-part span i {
    /* color: #fff; */
    font-size: 20px;
    margin: 0;
    width: 35px;
    height: 35px;
    padding: 7px 0;
}
.inner-contact-part .mini-new-buttons:hover{color:#179ddc;}
.inner-contact-part{padding-top: 30px;}
.left-hidden{display: none;}
.write-to-us{padding-top: 55px; padding-bottom: 40px;}
.write-to-us .container-fluid, .foo-contact-us .container-fluid{max-width: 1170px;width: 100%;}
.write-to-us-img{width: 101px; height: 55px; display: block; margin: 0 auto; margin-bottom: 20px;}
.write-to-us-img img{width: 100%; display: block;}
.profileMeterRing .progress-bar .rotate
{
    background-color: #179ddc !important;
}
.highlight {
    color: #179ddc;
}
.text-incomplete {
    color: #179ddc;
}
.award-inner li:before{display: none!important}
.uncomplete-sec-list .fa:hover {
    color: #179ddc;
}
#memberProfileLinks a:hover {
    background-color: #179ddc;
    color: #fff;
}
/*div#search-classification,div#search-locationarea{display: none;}*/
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default{border-color: transparent;}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus{background-color: #179ddc;}
.banner-btn{list-style-type: none;padding-left: 0;display: none;}
.banner-btn li{list-style-type: none;display: inline-block;}
.banner-btn li:before{display: none;}

/* top nav dropdown menu*/
@media screen and (max-width: 1700px) {
	#r30_navigation > ul > li:last-child ul{right: 0;left: auto;}
	#r30_navigation > ul > li:last-child ul ul{right: 100%;left: auto;}
	.inner-services-sec{    padding-left: 15%;}
}
@media screen and (max-width: 1650px) {
      
      .team-content{padding: 0 15px;}
      /*.team-content h2{font-size: 35px; margin-bottom: 0;}*/
      .team-content p{font-size: 16px; line-height: 20px; margin-bottom: 15px;}
      .awards-list .owl-carousel .owl-controls .owl-nav .owl-prev, .awards-list .owl-carousel .owl-controls .owl-nav .owl-next {left: -5%;}
	  .awards-list .owl-carousel .owl-controls .owl-nav .owl-next {right: -5%;left: auto;}
	.inner-services-sec{padding-left: 15%;}
	
  }
@media screen and (max-width:1500px){
	.col-center.r30_home-banner-caption{
	padding-right: 13%;
}
	.inner-services-sec {
    padding-left: 11.5%;
}
	element.style {
}
style.css:1846
.r30_home-banner-caption-container {
    left: 60%;
    transform: translate(-40%,-56%);
    -webkit-transform: translate(-40%,-56%);
    -moz-transform: translate(-40%,-56%);
    -ms-transform: translate(-40%,-56%);
	-o-transform: translate(-40%,-56%);}
}
@media screen and (max-width: 1300px) {
  .col-center.r30_home-banner-caption{
	padding-right: 12%;
}
  .meet-team-main ul li{width: 33.3333%;}
   .meet-team-main ul li:nth-of-type(-n+4) { border-top: 0;}
      .meet-team-main ul li:nth-of-type(-n+3) { border-top: 1px solid #dfdfdf;}
	.awards-list .owl-carousel .owl-controls .owl-nav .owl-next{right: -1%;}
	.awards-list .owl-carousel .owl-controls .owl-nav .owl-prev{left: -1%;}
	.owl-carousel .owl-controls .owl-nav .owl-prev{left: -5%;}
	.owl-carousel .owl-controls .owl-nav .owl-next{right: -7%;}
	.r30-cta-box img{min-height: AUTO;}
	#r30_navigation li li a{padding: 5px 12px !important;}
#r30_navigation ul ul{min-width: 140px !important;}
#r30_navigation ul ul ul{min-width: 140px !important;}
	.r30_home-banner-caption h1, .r30_home-banner-caption h2{font-size: 55px;}
	.r30_home-banner-caption p{font-size: 35px;}
    }
@media screen and (max-width: 1199px) {
	#r30_home-latest-jobs .rss-item{
		width: 330px;
	}
	.owl-item > div{
		height:6.5em;
	}
      .container-fluid{padding: 0 40px;}
      #r30_home-container{padding-left: 0; padding-right: 0; }
      h3{margin-bottom: 15px;}
      p{margin-bottom: 15px; line-height: 22px;}
      .col-space{display: none;}
      .download-img-list{padding-top: 10px;}
      .back-to-top{display: none;}
      .r30_banner > h1, .r30_banner > h2{bottom: 18%; font-size:60px; top:auto;}
      #dynamic-content, #content, #CV-content, .r30_home-intro{padding-top: 25px;}
      .grey-bg{padding-bottom: 40px; padding-top: 40px; margin-top: 0;}
      .r30_tab-heading h3 a{font-size: 22px;     padding: 15px 10px;}
      .r30_tab-content.active{padding: 15px 0 20px 61px;}
      .r30_tab-content{padding-left: 61px;}
      .nav-tabs>li>a{font-size: 22px;     padding: 10px 25px;}
      .tab-content { padding: 15px 0 15px 27px;}
      .foo-menu{display: none;}
      .foo-menu.connect-us{
      	display: block;
      }
      .foo-qlinks{
      	padding-left: 0;
      }
      .r30_footer-summary p{width: 65%;}
      #r30_footer-container{padding-top: 55px;}
      #r30_home-banner-container{height: 810px;}
      #r30_top-bar-content{padding-right: 10px;}
      #r30_navigation{padding-right: 10px;}
      .r30_home-banner-caption h1, .r30_home-banner-caption h2{margin-top: 30px;}
      #r30_home-banner-search-container{    margin: -83px 0 0;}
      #r30_home-container{padding-top: 80px; padding-bottom: 73px; padding-bottom: 20px;}
      #r30_home-call-to-action-container{padding-top: 40px;}
      #r30_home-call-to-action-container h3 br{display: none;}
      #r30_home-latest-jobs ul li{    width: 460px;  margin-right: 30px;}
      #r30_footer-quote{padding: 50px 0 0 0;}
      .contact-left-part{padding-left: 0;}
      .contact-right-part{margin-right: 0;}
      .inner-services-sec{padding-left: 44px;}
      .team-sec{padding-top: 25px;}
      .meet-team-main{padding: 25px 0;}
      .meet-team-main ul li{width: 33.3333%;}
      .meet-team-main ul li:nth-of-type(-n+4) { border-top: 0;}
      .meet-team-main ul li:nth-of-type(-n+3) { border-top: 1px solid #dfdfdf;}
      .team-content{padding: 0px 15px 0;}
      .team-content p{margin-bottom: 15px;}
      .inner-contact-part{padding-top: 25px;}
      .inner-contact-part [class*="col-"]{margin-bottom: 20px;}
	#r30_navigation > ul > li{margin: 0 0 0 30px;}
	#r30_logo, .r30_logo{width: 150px;height: auto;margin: 20px 0 0;}
	#r30_top-bar-content{padding-top: 15px;}
	.border-bottom-head {padding-bottom: 20px;font-size: 40px;}
	.service-sec .border-bottom-head{font-size: 40px;}
	.r30_home-banner-caption h1, .r30_home-banner-caption h2{padding-bottom: 40px;margin-bottom: 30px;font-size: 60px;}
	.r30_home-banner-caption p{font-size: 35px;}
	.r30-cta-box .figcaption{font-size: 20px;padding: 12px 23px 10px;}
	.work-perks .r30-cta-box .figcaption{
		font-size: 18px;
	}
	.section-team{padding: 2em 0;}
	.h-section h2{margin-bottom: 40px;}
	.owl-carousel .owl-controls .owl-nav .owl-prev{left: -6%;}
	.owl-carousel .owl-controls .owl-nav .owl-next{right: -8%;}
	.foo-contact-us{padding: 40px 0;}
	.awards-list .owl-carousel .owl-controls .owl-nav .owl-next {right: -4%;}
	.awards-list .owl-carousel .owl-controls .owl-nav .owl-prev{left: -3%;}
	.section-awards{padding: 2em 0;}
	.rss-item-title{display: block;}
	#r30_footer-container .r30_logo{margin-bottom: 10px;}
/*	.inner-contact-part h2{font-size: 32px;}*/
	.team-list{width: 88%;}
	.mini-new-buttons, .jobdetail-top .backtoresults a{padding: 0 22px;}
	.team-img img {
    max-height: 309px;
}
.teamList-inner li:nth-of-type(4n+1){
	clear: initial;
}

.teamList-inner li:nth-of-type(3n+1){
	clear: both;
}
	.service-sec p{min-height: 88px;}
  

}
@media screen and (min-width: 1024px) {

	#r30_navigation ul ul
	{
		overflow: hidden;
		position: absolute;
		left: 0;
		top: 100%;
		z-index: -1;

		min-width: 170px;
		height: 0;
		padding: 0;
		
		opacity: 0;
		transition: opacity 0.3s;
	}
	#r30_navigation ul ul ul
	{
		padding-top: 0;
		top: 0;
		left: 100%;
		min-width: 170px;
	}
	#r30_navigation li:hover > ul, 
	#r30_navigation ul ul:hover
	{
		overflow: visible;
		z-index: 99999;
		height: auto;
		opacity: 1;
		padding: 0;
	}
	#r30_navigation li li
	{
		display: block;
		position: relative;
		padding: 0;
		margin: 0;
	}
	#r30_navigation li li a
	{
		display: block;
		padding: 5px 10px;
		text-transform: capitalize;
		background: #179ddc;
		color: #fff;
		font-size: 15px;
		line-height: 1.3;
	}
	#r30_navigation li li a:hover, 
	#r30_navigation li li a:focus, 
	#r30_navigation li li a:active,
        #r30_navigation li li.active > a
	{
		background-color: #161616;
		background-color: rgba(22,22,22, 0.95);
	}

}

/* break for tablets */
@media screen and (max-width: 1060px){
	 .work-perks .r30-cta-box{
 		min-height: 460px;
 	}
}
@media screen and (max-width: 1023px) {
.service-sec p BR {
    DISPLAY: NONE;
}
	.r30_banner > h1, 
	.r30_banner > h2
	{
		bottom: auto;
		top: 50%;
	}
	.r30_banner > h1, 
	h1, 
	h2
	{
		font-size: 28px;
	}

	#r30_logo-container
	{
		top: 16%;
	}

	#r30_home-banner-container
	{
		height: 510px;
	}
	.r30_home-banner-caption-container
	{
		bottom: 110px;right: 0;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    left: 0;
	}
	
	#r30_navigation > #r30_mobile-navigation
	{
		display: block;
		margin-right: 15px;

		font-size: 47px;
		line-height: 1;
		color: #333;
	}
	#r30_navigation > #r30_mobile-navigation:hover, 
	#r30_navigation > #r30_mobile-navigation:focus, 
	#r30_navigation > #r30_mobile-navigation:active
	{
		color: #179ddc;
	}
	#r30_navigation > #r30_mobile-navigation span
	{
		display: none;
	}
	#r30_navigation > ul
	{
		overflow: hidden;
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		z-index: -1;
		opacity: 0;

		width: 0;
		height: 0;
        max-width: 75%;
        padding: 40px 0;

        background: #333;
        background: rgba(51, 51, 51, 0.95);
		transition: 0.3s opacity;
	}
	#r30_navigation > ul.active
	{
		overflow-y: scroll;
		width: 400px;
		height: auto;
		min-height: 400px;
		z-index: 99999;
		opacity: 1;
	}
	#r30_navigation > ul > li
	{
		float: none;
		margin: 0;
	}
	.accordion-content {
    display: none;
}
.accordion-title {
   position: relative;
	display: block;
    z-index: 99;
	cursor: pointer;
}
.accordion-title:before{
     position: absolute;
    content: "\f067";
    font-size: 16px;
    top: -27px;
    right: 20px;
    font-family: "Fontawesome";
}
.accordion-title.active:before{
   content: "\f068"; 
}
	#r30_navigation li li
	{
		display: block;
		padding: 0;
		margin: 0;
	}
	#r30_navigation > ul > li > a, 
	#r30_navigation li li a
	{
		display: block;
		padding: 5px 10px;

		font-size: 15px;
		font-weight: 400;
		text-transform: uppercase;
		color: #fff;
	}
	#r30_navigation li li a
	{
		padding-left: 40px;
	}
	#r30_navigation > ul > li > a:hover, 
	#r30_navigation > ul > li > a:focus, 
	#r30_navigation > ul > li > a:active, 
	#r30_navigation li li a:hover, 
	#r30_navigation li li a:focus, 
	#r30_navigation li li a:active
	{
		background: #179ddc;
		color: #fff;
	}
	#r30_navigation ul ul a {
    text-transform: capitalize;
		padding: 5px 20px !important;
}
#r30_navigation ul ul ul a {
    padding: 5px 30px !important;
}
	.r30_employee-social-media a
	{
		margin-left: 0;
		margin-right: 0;
	}

	.r30_social-media a
	{
		margin-left: 5px;
	}
	.r30_banner > h1, .r30_banner > h2{font-size: 50px;}
        h2{font-size: 30px;}
        
        .r30_tab-heading h3 a { font-size: 18px; padding: 10px 10px;}
       
        .r30_tab-content a.mini-new-buttons { margin-top: 0;   padding: 0 25px;}
        .nav-tabs>li>a{font-size: 18px;     padding: 10px 20px;}
        .tab-content a.mini-new-buttons { margin-top: 0;  padding: 0 25px;}
        .download-img-list li{width: 70px; margin-right: 20px;}
        .tab-content {  padding: 15px 0 0 20px;}
        #r30_header-container.bg #r30_logo{margin-top: 23px;}
       #r30_header-container.bg #r30_navigation{margin-top: 23px;}
        #r30_navigation{margin-top: 35px;}
        #r30_navigation > #r30_mobile-navigation{margin-right: 19px;color: #fff; width: 50px; height: 64px; background: #179ddc;     text-align: center;  border-radius: 0px;  }
        #r30_navigation > #r30_mobile-navigation:hover, #r30_navigation > #r30_mobile-navigation:focus,
        #r30_navigation > #r30_mobile-navigation:active{color:#179ddc; background: #fff;}
        #r30_navigation > #r30_mobile-navigation i{    line-height: 64px;font-size: 38px;}
        #r30_top-bar-content{display: none;}
        
        #r30_navigation > ul > li > a:hover, #r30_navigation > ul > li > a:focus, #r30_navigation > ul > li > a:active, 
        #r30_navigation > ul > li > a.topnav-active{background: #179ddc; color: #fff;}
         #r30_navigation li li.active > a{color: #179ddc;}
         #r30_navigation li li li a{padding-left: 60px;}
        .r30_footer-summary p{width: 90%;}
        .r30_home-banner-caption h1, .r30_home-banner-caption h2{font-size: 50px; line-height: 1.2;padding-bottom: 15px;margin-bottom: 20px;}
        #r30_home-banner-container{height: 608px;}
        .r30_home-banner-caption p{margin-bottom: 72px;}
        search-container { margin: -70px 0 0;}
        #r30_home-banner-search .r30_search-field{padding: 0 10px;}
        #r30_home-banner-search .r30_search-field select{padding: 0 5px;}
        #r30_home-banner-search .r30_search-field input[type=text]{padding-left: 10px; padding-right: 10px;}
        #r30_home-container{padding-top: 105px;}
        #r30_home-latest-jobs ul li{width: 450px; margin-right: 20px;}
        .foo-contact-us{padding: 50px 0 43px 0;}
        .team-content p{font-size: 15px;}
        .team-content span{font-size: 15px;}
        .team-content .r30_social-media a{font-size: 18px; width: 35px; height: 35px; line-height: 35px;}
		.awards-list .owl-carousel .owl-controls .owl-nav .owl-prev, .awards-list .owl-carousel .owl-controls .owl-nav .owl-next{display: none !important;}
	.r30_home-banner-caption p{font-size: 30px;}
	.bg a#r30_logo {width: 90px;}
	/*.inner-contact-part i{display: none;}*/
	.service-sec p{min-height: 90px;}
}
@media (min-width: 992px){
.container {
    max-width: 970px;width: auto;
}
#r30_navigation > ul > li:first-child:before {
    content: "\f015";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 22px;
    /* padding-right: 1.5em; */
    position: absolute;
    /* top: 0; */
    top: -2px;
    right:0;
    z-index: -1;
}

#r30_navigation > ul > li:first-child a{
	text-indent: -9999em;
	    display: block;
    padding: 1px 10px;
}
#r30_navigation > ul > li.active:first-child:before,
#r30_navigation > ul > li:first-child:hover:before {
    color: #179ddc;
}
}
 @media screen and (max-width: 991px){
 	.teamList-inner li:nth-of-type(3n+1){
		clear: initial;
	}
 	.teamList-inner li:nth-of-type(4n+1){
		clear: both;
	}
 	#r30_home-banner-container:before{content: ""; position: absolute; left: 0; right: 0; top:0; bottom: 0; width: 100%;
                        background: rgba(22,22,22,0.2); display: block; z-index: 2;}
 	.col-center.r30_home-banner-caption{
	padding-right: 15px;
}
 	 	.work-perks .r30-cta-box{
 		min-height: 400px;
 	}
 	.job-seeker-cta .r30-cta-box .figcaption{
 		font-size: 16px;
 		padding:10px;
 	}
        .container-fluid {padding: 0 15px;}
        
        .r30-bgvid{display: none;}
        
        #r30_home-banner-search-container {  margin: -71px 0 0; padding: 0;}
        
        #r30_navigation-content #r30_logo{margin-left: 0;}
        #r30_navigation > #r30_mobile-navigation{margin-right: 0;}
        
        
        #r30_home-latest-jobs-container{padding-top: 95px; padding-bottom: 95px;}
        #r30_home-latest-jobs h2{margin-bottom: 50px;}
        #r30_home-latest-jobs ul li{width: 480px; margin-right:150px; }
        #r30_home-latest-jobs .jcarousel-clip{width: 450px; margin: 0 auto;}
        
        .inner-services-sec{padding-top: 74px; padding-left: 15px; padding-bottom: 88px;}
        .service-sec .border-bottom-head{margin-bottom: 24px;}
        .service-sec h2{margin-bottom: 50px;}
        
        
#r30_footer-quote .rss-item-title a { margin: 30px 55px 10px 0;}
.owl-dots { padding-top: 30px;}
        #r30_footer-quote .rss-item-description{font-size: 30px; line-height: 36px;}
        #r30_footer-quote-container{padding-top: 48px; padding-bottom: 32px;}
        #r30_footer-quote{padding: 43px 0 0 0;}
        
        .contact-left-part {  padding-left: 32px;}
        .contact-right-part {  margin-right: 7px;}
        
        .r30_footer-summary { padding-left: 15px;}
        
        .meet-team-main ul li{width: 50%;}
        
        .meet-team-main ul li:nth-of-type(-n+2) {
    border-top: 1px solid #dfdfdf;}
        .meet-team-main ul li:nth-of-type(-n+3) {
    border-top:0;}
        
        .inner-contact-part i{font-size: 40px;}
        
        .inner-contact-part [class*="col-"]:nth-last-child(-n+2){margin-bottom: 0;}
        .inner-contact-part [class*="col-"]:nth-last-child(-n+3){margin-bottom: 20px;}
	 #r30_logo, .r30_logo{width: 120px;}
	 #r30_home-container {padding-top: 50px;}
	 .owl-carousel .owl-controls .owl-nav .owl-prev {left: -8%;}
	 .owl-carousel .owl-controls .owl-nav .owl-next {right: -10%;}
	 .foo-contact-us {padding: 30px 0 30px 0;}
	 #r30_footer-container .r30_logo { margin-top: 0; margin-bottom: 20px; float: none; width: 110px;}
	 .banner-main{background-position: center !important;}
	 a.read-more{padding: 10px 30px;}
	 a.team-img img {
    display: block;
    /*max-height: 198px;*/
}
	 .sec-profile .nav-tabs>li>a {
		 padding: 5px 6px;font-size: 18px;}
	 .team-img img {
   /* max-height: 192px;*/
}
	 .service-sec h3 br {display: none;}
	 .service-sec h3{min-height: 102px;}
	 .foo-contact-us h3{font-size: 20px;}
	 .sec-profile .nav-tabs li:before{top:3px;left: -2px;}
	 span.accorBttn{top:4px;}
	 span.accorBttn:before{font-size: 14px;}
	 .search-query > p, .links-2 > ul > li > ul > li > a, #side-drop-menu > li > ul > li > a, #side-drop-menu .salaryfiltercontainer, .login-status{font-size: 16px;}
    }
 @media screen and (max-width: 767px){
 	 .teamList-inner li:nth-of-type(3n+1),
 	 .teamList-inner li:nth-of-type(4n+1){
		clear: initial;
	}
 	.consultant-basic-profile{
 		max-width: 400px;
 		margin:31px auto;
 		text-align: center;
 	}
 	.foo-menu-qlinks{
 		clear: both;
 	}
 	.banner-main{
 		background-position: left top !important;
 	}
 	ul.two-column{
		-webkit-column-count: 1; 
	    -moz-column-count: 1;
	    column-count: 1;
	}
	#r30_bottom-bar-content{
		margin-bottom: 46px;
	}

 		.home-site-social{
		position: fixed;
		text-align: center;
		top:initial;
		bottom: 0;
		/*margin-bottom: 10px;*/
		width: 100%;
	}
	.home-site-social .home-site-social-inner{
		margin:0 auto;
		width: 300px;
	}
	.home-site-social a{
		/*display: inline-block;
		border-radius: 50%;*/
		float: left;
	}
	.home-site-social a:hover{
		width: 50px;
	}
 	.mobile-specialisation{
 		display: block;
 		    margin-top: 50px;
    margin-bottom: 20px;
 	}
 	.mobile-specialisation .mini-new-buttons{
 		margin-top: 15px;
 	}
	#gallery-nav .fa{
		margin-top: 7px;
	}
 	#r30_home-call-to-action-container.desktop{
 		display: none;
 	}
 	.inner-contact-part [class*="col-"] p,
 	.inner-contact-part .australia[class*="col-"] p{
 		min-height: initial;
 	}
 	.inner-page #r30_home-banner-search-container{
 		display: none;
 	}
	 a.team-img img{max-height:100%;min-height: 0;}
     #r30_header-container.bg #r30_navigation{margin-top: 10px;}
     #r30_logo,.r30_logo{width: 90px;}
     #r30_navigation > #r30_mobile-navigation{margin-right: 0;}
     .r30_banner, #r30_home-banner-container{margin-top: 0;}
     #r30_navigation {margin-top: 23px;}
     
     .r30_banner > h1, .r30_banner > h2 { bottom: 5%; font-size: 38px;}
     .download-img-list li{display: inline-block; float: none;}
     .download-img-list{text-align: center; padding-top: 0; padding-bottom: 10px;}
     .grey-bg{padding-top: 30px; padding-bottom: 30px;}
     span.accordian-img{margin-right: 15px;}
     .r30_tab-content a.mini-new-buttons , .tab-content a.mini-new-buttons{padding: 0 20px; line-height: 35px;}
     .nav-tabs{margin-top: 10px;}
     .tab-content { padding: 15px 0 0 22px;}
     
     .r30_footer-summary{float: left; width: 50%;}
     .foo-map{width: 50%; float: left;}
     
     .r30_home-banner-caption h1, .r30_home-banner-caption h2{font-size: 30px; line-height: 30px;}
     .r30_home-banner-caption h1:before , .r30_home-banner-caption a.mini-new-buttons{display: none;}
	 .r30_home-banner-caption p{font-size: 20px;margin-bottom: 0;}
	 .r30_home-banner-caption p br{
	 	display: none;
	 }
     .r30_home-banner-caption-container{left: 0; top: 18%; transform: none; -webkit-transform: none; -ms-transform: none; -o-transform: none; -moz-transform: none;}
     #r30_navigation-content #r30_logo{margin-left: 0;}
     #r30_home-banner-search #r30_job-search-submit{width: 100%; padding: 0 15px; float: left;}
     #r30_home-banner-search-container{
     	/*margin-top: -75px;*/
     	    margin-top: -62px;
    /*margin-bottom: 30px;*/
     }
     #r30_home-banner-search #r30_search-link{
     	font-size: 18px;
     	line-height: 44px;
     	height: 44px;
     }
     #r30_home-banner-search .r30_search-field , #r30_home-banner-search #r30_job-search-submit{padding: 0 20px}
     #r30_navigation{padding-right: 0;}
     #r30_home-banner-search .r30_search-field select{padding: 0 10px;}
     
     /*#r30_home-container{padding-top: 93px;}*/
     #r30_home-call-to-action-container h3{width: 75%; margin: 0 auto; margin-bottom: 17px;}
     #r30_home-call-to-action-container{padding-top: 18px;}
     #r30_home-call-to-action-container .mini-new-buttons{margin-bottom: 40px;}
     
     #r30_home-latest-jobs .jcarousel-clip{width: 430px;}
     
     #r30_home-latest-jobs ul li{width: 450px; margin-right: 50px;}
     #r30_home-latest-jobs .rss-item{float: left;}
     
     .contact-right-part{float: none; display: inline-block; margin-right: 0;}
     .contact-left-part{float: none; display: inline-block; padding-left: 0;}
     .foo-contact-img{margin-right: 37px;}
     .foo-contact-us {  padding: 35px 0 40px 0;}
     
     .meet-team-main ul li{width: 100%;}
     .meet-team-main ul li:nth-of-type(-n+2) {
    border-top: 0;}
     .meet-team-main ul li:first-child {
    border-top: 1px solid #dfdfdf;}
     .team-content p{text-align: center;}
     .team-content span{margin-bottom: 0;}
     .team-content .r30_social-media a {  font-size: 16px;  width: 30px;   height: 30px;  line-height: 30px;}
     
     .inner-contact-part i{font-size: 30px; margin-right: 10px;}
     .inner-contact-part a{font-size: 20px;}
     .inner-contact-part h2{font-size: 27px;}
     .inner-contact-part [class*="col-"]{min-height: 115px; width:100%; float: left;}
	 .inner-contact-part [class*="col-"] {
    margin-bottom: 40px;
}
     #wrapper .job-navbtns .actions-button, 
	#wrapper .job-navbtns .filters-button
	{
		display: block;
	}
	 .banner-btn{display: block; margin-top: 65px;}
/*	#dynamic-content, 
	#content, 
	#CV-content, 
	.r30_home-intro, 
	p
	{
		text-align: left;
	}*/

	.r30_social-media a
	{
		margin-left: 6px;
	}
	#r30_logo-container
	{
		display: none;
	}
	.r30_banner > h1, 
	.r30_banner > h2
	{
		top: 34%;
	}
	.r30_background
	{
		padding: 30px 0;
	}


	.r30_banner, 
	#r30_inner-banner-container.meet-our-team,
	#r30_inner-banner-container,
	#r30_home-banner-container
	{
		height: 120px;
		margin-top: 0px;
	}
	#r30_inner-banner-container{
		background-position: 28% 100%;
	}
	#r30_home-banner-container
	{
		height: 440px;
    	margin: 0;
	}
	.r30_home-banner-caption-container
	{
		bottom: 15px;text-align: center;
	}
	.r30_home-banner-caption
	{
		padding: 20px 15px;
	}
	.r30_home-banner-caption h1, 
	.r30_home-banner-caption h2
	{
		font-size: 30px;
		margin-bottom: 10px;
    padding-bottom: 0;
	}
	
	#r30_home-banner-search .r30_search-field, 
	#r30_home-banner-search #r30_job-search-submit
	{
		float: none;
		width: auto;
		padding: 0;
		margin: 0 0 15px 0;
		display: none;
	}
	 
	#r30_home-banner-search #r30_job-search-submit
	{
		width: 100%;
		margin: 0;
		display: block !important;
	}

	.r30_photo-box, 
	.r30_home-call-to-action-box
	{
		min-height: 0 !important;
		height: auto !important;
		margin-bottom: 6em;
	}

	
	#r30_our-services-container
	{
		padding-top: 0;
		padding-bottom: 0;
	}
	.r30_our-services-background
	{
		display: none;
	}
	.r30_our-services-box
	{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.r30_our-services-box:first-child
	{
		background: #494949;
	}


	#r30_home-latest-jobs .rss-item
	{
		float: none;
		width: 100%;
	}

	.r30_employee-social-media a
	{
		margin-left: 10px;
		margin-right: 10px;
	}

	#r30_footer-quote-content small
	{
		font-size: 14px;
	}
	
	#r30_footer-summary, 
	#r30_bottom-bar-copyright, 
	#r30_bottom-bar-menu
	{
		float: none;
		width: auto;
	}
	#r30_bottom-bar-menu a
	{
		display: block;
	}
	#r30_bottom-bar-menu a:first-child:before
	{
		display: inline;
	}
	 .social-media{display: none;}
	 #r30_home-banner-search {padding: 0 15px;}
	 /*.border-bottom-head{font-size: 26px;margin-bottom: 0;}*/
	 .border-bottom-head{
	 	font-size: 30px;
	 	padding-bottom: 0;
	 }
	  .border-bottom-head:before{
	  	display: none;
	  }
	 .r30-cta-box img{width: 100%;}
	 .r30-cta-box {margin-bottom: 29px;}
	 #r30_home-container {padding-bottom: 0;}
	 .section-team {padding: 1em 0 2em;}
	 .team-list{width: 80%;}
	 .owl-carousel .owl-item{margin-right: 30px;}
	 .owl-carousel .owl-controls .owl-nav .owl-next{right: -13%;}
	 .owl-carousel .owl-controls .owl-nav .owl-prev{left: -10%;}
	 .h-section h2 {margin-bottom: 20px;}
	 .section-awards{padding: 1em 0;}
	 #news_feeds,#consultant_jobs{display: none;}
	 .consultant-bottom-txt{padding: 0;}
	 .consultant-bottom-txt [class*="col-"]{padding: 0;}
	 .btn-primary.view-all-jobs{
	 	/*left: 35%;*/
	 	right:0;
	 	left:0;
	 	margin:0 auto;
	 	width: 200px;

	 }
	 #r30_bottom-bar-copyright p{margin-bottom: 0;}
	 .team-img .team-overlay{text-align: center;}
	 .sec-profile .readMore p{font-size: 20px;}
	 .sec-profile .readMore .mini-new-buttons {
    padding: 0 40px;}
	 ul.banner-btn .mini-new-buttons {
    display: block;
    margin-top: 16px;
    /* margin-right: 15px; */
    font-size: 18px;
    line-height: initial;
       /* padding: 13px 46px 6px;*/
       line-height: 44px;
    height: 44px;
    /* margin-right: 15px; */
}
	 .banner-btn li{display: block;}
	 #dynamic-side-left-container,.links-2 > ul{padding-bottom: 0}
 }
@media screen and (max-width: 640px){
	#r30_footer-container h3{
		margin-bottom: 20px;
	}
	.work-perks .r30-cta-box{
		min-height: initial;
	}
	.r30-cta-box{width: 100%;}
	.r30-cta-box .figcaption{height: auto !important;text-align: center;}
	.r30-cta-box span br{display: none;}
	.owl-carousel .owl-controls .owl-nav .owl-next{right: -15%;padding: 8px 12px;top: 40%;}
	.owl-carousel .owl-controls .owl-nav .owl-prev {left: -11%;padding: 8px 12px;top: 40%;}
	#r30_header-container.bg #r30_logo {margin-top: 10px;}
	.bg a#r30_logo {width: 80px;}
	/*.btn-primary.view-all-jobs{left: 30%;}*/
}
 @media screen and (max-width: 480px){
      .download-img-list li{width: 60px;}
      .r30_tab-heading h3 a{font-size: 16px;}
      span.accordian-img{height: 20px; width: 20px;}
      span.accordian-img:before{    height: 10px; width: 10px; margin-top: -5px;}      
      .r30_tab-content.active { padding: 15px 0 20px 45px;}
      .r30_tab-content{padding-left: 45px;}
      .nav-tabs>li>a{font-size: 16px; padding: 10px 15px;}
      .r30_banner > h1, .r30_banner > h2 {font-size: 33px;}
      #r30_home-latest-jobs-container{background: #424242; padding-top: 33px; padding-bottom: 13px;}
      #r30_home-latest-jobs-container:before{display: none;}
      #r30_home-latest-jobs .rss-item-pubDate{display: none;}
      #r30_home-latest-jobs .jcarousel-clip{width: 100%;}
      #r30_home-latest-jobs ul li{width: 285px; margin-right: 150px; }
      #r30_home-latest-jobs .rss-item{padding-left: 0; padding-right: 0;}
      #r30_home-latest-jobs h2{text-align: left; margin-bottom: 23px;}
      .foo-map{width: 100%;display: none;}
	 .foo-menu.foo-menu-qlinks{display: block;}
	 .foo-qlinks{padding-left: 0px;}
      .r30_footer-summary{display: none;}
      #r30_footer-container h3{text-align: left;}
     #r30_footer-container {
    padding-top: 20px;
    padding-bottom: 30px;
}
	 .btn-primary.view-all-jobs{    width: 150px;
    padding: 12px 0;}
      .inner-contact-part [class*="col-"]{width: 100%;}
       .inner-contact-part [class*="col-"]:nth-last-child(-n+2){margin-bottom: 20px;}
	 
	 .owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next{display: none !important;}
	 .foo-contact-us .mini-new-buttons{padding: 0 19px;line-height: 2.4;}
	 .r30_home-banner-caption-container{left: 0%;}
	 .r30-cta-box a{min-height: auto;}
	 #r30_bottom-bar-content a{display: block;margin-left: 0;}
  }