/* ================================
	Design Portfolio
	Copyright 2015 DP
	Author - digital@design-portfolio.co.uk
	Client - www.client.com
	
	$blue = #0065A5;
===================================*/
body {
	color: #3c3e3f;
	font: 14px/1.5 arial, helvetica, sans-serif;
}

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

a {
	color: #0065A5;
}

h1 {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3;
	margin: 0 0 20px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 20px;
}

.grey-background {
	background: #F3F3F3;
}

.button, .button-bars, .button-grid, .button-marker {
	color: #101d23;
	background: #ffce1b;
	border: none;
	display: inline-block;
	font-size: 12px;
	min-width: 100px;
	padding: 10px 25px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none !important;
}

.button-bars:before {
	font-family: FontAwesome;
	content: "\f0c9";
	padding-right: 5px;
}

.button-grid:before {
	font-family: FontAwesome;
	content: "\f00a";
	padding-right: 5px;
}

.button-marker:before {
	font-family: FontAwesome;
	content: "\f041";
	padding-right: 5px;
}

.dp-form-styles .checkboxList {
    float: none!important;
}

.ccm-search-block-form {
	position: relative;
}

.pushnav .ccm-search-block-form {
	background: #4D5359;
	height: 70px;
	padding: 17px 25px;
}

.ccm-search-block-form h3 {
	display: none;
}

.ccm-search-block-form .ccm-search-block-text {
	height: 35px;
	padding: 0 33px 0 10px;
	width: 100%;
}

.pushnav .ccm-search-block-form .ccm-search-block-text {
	appearance: none;
	background: #3F4449;
	border: 1px solid #3F4449;
	border-radius: 0;
	color: #fff;
	-webkit-appearance: none;
}

header .ccm-search-block-form .ccm-search-block-text, .main .ccm-search-block-form .ccm-search-block-text {
	appearance: none;
	background: #F8F8F8;
	border: 1px solid #F8F8F8;
	border-left: 1px solid #E0E0E0;
	border-radius: 0;
	border-top: 1px solid #E0E0E0;
	height: 30px;
	padding-right: 40px;
	-webkit-appearance: none;
}

.ccm-search-block-form .ccm-search-block-text:focus {
	outline: none;
}

.pushnav .ccm-search-block-form .ccm-search-block-text:focus {
	border: 1px solid #fff;
}

header .ccm-search-block-form .ccm-search-block-text:focus {
	border-bottom: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
}

.ccm-search-block-form button {
	background: none;
	border: 0;
	display: block;
	font-size: 18px;
	height: 35px;
	line-height: 35px;
	position: absolute;
	width: 35px;
}

.pushnav .ccm-search-block-form button {
	color: #fff;
	right: 25px;
	top: 17px;
}

header .ccm-search-block-form button, .main .ccm-search-block-form button {
	background: #0065A5;
	color: #fff;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
}

.headertools select {
	background: none;
	border: 0;
	height: 30px;
	width: 110%;
}

.headertools select:focus {
	border-bottom: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
    outline: none;
}

.headertools .selectwrapper {
	background-color: #F8F8F8;
	background-image: url('../../media/jpg/arrow.jpg');
	background-position: 100% 0px;
	background-repeat: no-repeat;
    border: 1px solid #F8F8F8;
    border-left: 1px solid #E0E0E0;
    border-top: 1px solid #E0E0E0;
	overflow: hidden;
	position: relative;
}

.pushnav .nav {
	bottom: 0;
	font-size: 11px;
	left: 0;
	margin: 0;
	overflow: scroll;
	overflow-x: hidden;
	position: absolute;
	aright: -30px;
	right: 0;
	text-transform: uppercase;
	top: 70px;
}

.pushnav .nav a {
	border-top: 1px solid #3F4449;
	color: #fff;
	display: block;
	padding: 12px 40px 12px 25px;
	position: relative;
	text-decoration: none;
}

.pushnav .nav>li>a {
	border-top: 1px solid #fff;
	position: relative;
}

.pushnav a.plus:after {
	content: '+';
    font-size: 30px;
    line-height: 16.5px;
    margin-top: -8px;
	position: absolute;
	right: 15px;
	top: 50%;
}

.pushnav .open>a:after, .pushnav a.open:after {
	content: '\2013';
}

.pushnav .nav>li>a:hover, .pushnav .nav>li>a:focus, .pushnav .open>a:hover, .pushnav .open>a:focus, .pushnav .nav .open>a, .pushnav .nav .open>a:hover, .pushnav .nav .open>a:focus {
	background: none!important;
	border-color: #fff!important;
}

.pushnav .nav ul {
	background: #262A2D;
	border-top: 1px solid #fff;
	display: none;
	list-style: none;
	overflow-x: hidden;
	padding-left: 0;
}

.pushnav .open>ul {
	display: block;
}

.pushnav .nav a.contact, .pushnav .nav a.contact:hover, .pushnav .nav a.contact:focus {
	background: #FFCE1C!important;
	border: 0!important;
	color: #4D5359;
	outline: none;
}

.pushnav .contact a:after {
	content: none!important;
}

ul.secondary {
    border-bottom: 1px solid #fff;
}

ul.secondary a {
	padding-left: 35px!important;
}

.content {
	left: 0;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	position: relative;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.pushopen .content {
	cursor: pointer;
	-ms-transform: translateX(-75%);
	-webkit-transform: translateX(-75%);
	transform: translateX(-75%);
}

.pushnav__trigger {
	background: none;
	border: 0;
	outline: none;
	padding: 40px 12px;
	position: absolute;
	right: 15px;
	top: 0;
}

.pushnav__trigger span, .pushnav__trigger span:before, .pushnav__trigger span:after {
	background: #000;
	display: block;
	height: 3px;
	margin-bottom: 5px;
	width: 25px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.pushnav__trigger span {
	position: relative;
}

.pushnav__trigger span:before, .pushnav__trigger span:after {
	content: "";
	position: absolute;
}

.pushnav__trigger span:before {
	top: -8px;
}

.pushnav__trigger span:after {
	top: 8px;
}

.pushopen .pushnav__trigger span {
	background: none;
}

.pushopen .pushnav__trigger span:before {
	top: 0;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.pushopen .pushnav__trigger span:after {
	top: 0;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.jflogo {
	line-height: 70px;
	width: 75%;
}

.companylogo {
	margin-top: 10px;
}

.lead {
	color: #0065A5;
	font-size: 26px;
	line-height: 35px;
}

.subnav__outer {
	background: #FAFAFA;
	border-bottom: 1px solid #CDCDCD;
	border-top: 1px solid #CDCDCD;
}

.subnav .btn {
    border: 0;
    border-radius: 0;
	color: #4B5259;
	display: block;
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0;
}

.subnav .backtotop {
	display: none!important;
}

.subnav__back, .subnav__enquiry {
	float: left;
    width: 50px;
}

.subnav__enquiry {
	background: #FFCE1B;
}

.ie8 .subnav__enquiry {
	margin-top: -50px !important;
}

.subnav__wrap, .subnav .backtotop {
	float: left;
	position: relative;
	z-index: 10;
}

.subnav__toggle__wrap, .subnav .backtotop {
	width: calc(100% - 100px);
}

.ie8 .subnav__toggle__wrap, .ie8 .subnav .backtotop {
	float: none;
	margin-left: 50px;
	margin-right: 50px;
}

.subnav .subnav__toggle, .subnav .backtotop {
    background: #0065A5;
	color: #fff;
	overflow: hidden;
    text-overflow: ellipsis;
}

.subnav .subnav__back {
	background: #EEE;
	float: none;
}

.subnav__wrap .nav {
	min-width: 200px;
	position: absolute;
    width: 150%;
}

.subnav__back__wrap .nav {
    background: #EEE;
	width: 340px!important;
}

.subnav__toggle__wrap .nav {
    background: #0065A5;
	min-width: 0;
	width: 100%;
}

.subnav__back__wrap .nav>li>a {
    color: #4B5259;
}

.subnav__toggle__wrap .nav>li>a {
	background: none;
    color: #fff;
	-webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.subnav__toggle__wrap .nav li {
	background: none;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}

.subnav__toggle__wrap .nav li:hover {
    background: #eee;
	color: #333;
}

.subnav__toggle__wrap .nav li:hover>a {
	color: #333;
	text-decoration: none;
}

.subnav__wrap .nav>li>a:focus {
	background: none;
	text-decoration: underline;
}

.main {
	margin: 50px auto;
}

.subpagebanner {
	color: #fff;
	position: relative;
	text-align: center;
	z-index: 15;
}

.subpagebanner h1, .strapline {
	left: 15px;
	position: absolute;
	top: 50%;
}

.subpagebanner h1 {
	font-size: 40px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.strapline {
	display: none!important;
}

.responsive_wrap {
	overflow: auto;
}

.responsive_table {
	border: 2px solid #4D5359;
	width: 100%;
}

.responsive_table tr:first-child {
	background: #0065A5!important;
	color: #fff;
	font-weight: bold;
}
	
.responsive_table tr:nth-child(even){
	background: #EEE;
}
	
.responsive_table tr:nth-child(odd){
	background: #fff;
}

.responsive_table td {
	padding: 5px;
}
	
.responsive_table .heading {
	display: none;
}

.product_title h2 {
	background: #0065A5;
	color: #fff;
	margin-bottom: -15px;
	margin-top: 0;
	padding-bottom: 20px;
	padding-top: 20px;
}

.product_extranav {
	background: #0065A5;
    color: #fff;
    padding-bottom: 10px;
    padding-top: 10px;
	text-align: center;
}

.product_extranav>* {
	display: inline-block;
}

.product_page {
	margin: 0 5px 0 9px;
	width: 40px;
}

.product_left, .product_right {
	color: #fff!important;
	text-decoration: none!important;
}

#case-studies {
	background: #F3F3F3;
}

.quicklinks {
	background: #fdfdfd;
	border-top: 1px solid #5F666B;
	padding: 15px 0;
}

.quicklinks__lines .quicklink {
	border-bottom: 1px solid #5F666B;
	border-top: 1px solid #5F666B;
}

.quicklink__title {
	font-weight: bold;
	left: 100px;
	position: absolute;
	top: 35px;
}

.quicklink__img {
	margin: 15px 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.quicklinks__wysiwyg {
	display: none;
}

.quicklinks a {
	color: #3c3e3f;
	display: block;
	text-decoration: none;
}

.quicklinks a:hover .quicklink__img {
	opacity: 0.75;
}

.relatedcontent {
	background: #4D5359;
}

footer {
	padding-top: 25px;
}

footer, .legallinks {
	background: #4D5359;
	color: #fff;
	font-size: 12px;
}

footer a, .legallinks a {
	color: #fff;
}

footer a:hover, footer a:focus {
	color: #fff;
}

footer .button-bars {
	padding-left: 5px;
	padding-right: 5px;
	white-space: nowrap;
}

.legallinks ul {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 15px 0;
}

.legallinks li {
	display: block;
	float: left;
	margin-left: 12px;
}

.legallinks li:first-child {
	margin-left: 0;
}
	
.mbtt {
	display: none;
}

.formBlockSubmitButton {
	color: #101d23;
	background: #ffce1b;
	border: none;
	display: inline-block;
	font-size: 12px;
	min-width: 100px;
	padding: 10px 25px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all 0.25s linear 0s;
	transition: all 0.25s linear 0s;
	text-decoration: none !important;
}

@media (max-width: 767px) {
	.footerfix * {
		text-align: left!important;
	}
	
	.subpagebanner {
		height: 250px;
		overflow: hidden;
	}

	.subpagebanner img {
		height: 250px;
		left: 50%;
		margin-left: -570px;
		max-width: none;
		position: absolute;
		width: auto;
	}
	
	.responsive_table tr, .responsive_table td { 
		display: block; 
	}
	
	.responsive_table tr:first-child {
		display: none;
	}
	
	.responsive_table tr:nth-child(even){
		background: #EEE;
	}
	
	.responsive_table tr:nth-child(even) td{
		border-top: 1px solid #fff;
	}
	
	.responsive_table tr:nth-child(odd) td{
		border-top: 1px solid #eee;
	}
	
	.responsive_table td {
		overflow: hidden;
		padding: 15px;
		position: relative;
		text-align: right!important;
	}
	
	.responsive_table td:first-child {
		border-top: 0;
	}
	
	.responsive_table .heading {
		display: block;
		font-weight: bold;
		float: left;
		max-width: 50%;
		text-align: left!important;
	}
	
	.subsubsubmenu {
		background: #0065A5;
		display: none;
		list-style: none;
		padding: 0;
	}
	
	.subsubsubmenu.shown {
		display: block;
	}
	
	.subsubsubmenu a {
		color: #fff;
		display: block;
		padding: 11px 15px 11px 30px;
	}
	
	.subnav__toggle__wrap .hassubmenu>a:after {
		content: "\f078";
		display: inline-block;
		font-family: "FontAwesome";
		font-size: 14px;
		line-height: 1;
		margin-left: 8px;
		position: relative;
		top: 1px;
	}
}

@media (min-width: 768px) {
	h1 {
		font-size: 35px;
	}
	
	.container {
		width: 100%;
	}
	
	.subnav .btn {
		padding: 0 20px;
	}
	
	.subnav i {
	    font-size: 20px;
		margin-right: 10px;
	}
	
	.subnav__toggle__wrap {
		width: 290px;
	}
	
	.subnav .backtotop {
		display: block!important;
		opacity: 0;
		-webkit-transition: opacity 0.3s, visibility 0s 0.3s;
		transition: opacity 0.3s, visibility 0s 0.3s;
		visibility: hidden;
		width: 160px;
	}
	
	.subnavfixed .subnav .backtotop {
		opacity: 1;
		-webkit-transition: opacity 0.3s;
		transition: opacity 0.3s;
		visibility: visible;
	}
	
	.subnav__toggle {
		text-align: left;
	}
	
	.subnav__enquiry {
		width: auto;
	}

	.subnav__wrap .nav {
		width: 290px;
	}
	
	.subnav__toggle__wrap .hassubmenu>a:after {
		content: "\f105";
		display: inline-block;
		font-family: "FontAwesome";
		font-size: 20px;
		line-height: 1;
		margin-left: 8px;
		position: relative;
		top: 1px;
	}
	
	.subnavfixed {
		margin-top: 51px;
	}
	
	.subnavfixed .subnav__outer {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 10000;
	}
	
	.subsubsubmenu {
		background: #0065A5;
		display: none;
		left: 100%;
		list-style: none;
		padding: 0;
		position: absolute;
		top: 0;
		width: 300px;
	}
	
	.subsubsubmenu a {
		color: #fff;
		display: block;
		padding: 11px 15px;
	}
	
	.in .hassubmenu:hover .subsubsubmenu {
		display: block;
	}
	
	.jflogo {
		width: auto;
	}
	
	.headertools {
		margin-top: 35px;
	}
	
	.search h3 {
		display: none;
	}

	.subpagebanner h1 {
		border-bottom: 1px solid yellow;
		font-size: 50px;
		line-height: 79px;
		margin-top: -20px;
	}
	
	.strapline {
		display: block;
		display: none!important;
		font-size: 35px;
		margin-top: 10px;
	}

	.responsive_table td {
		border-left: 1px solid #fff;
	}

	.responsive_table tr:nth-child(odd) td {
		border-left: 1px solid #eee;
	}
		
	.quicklinks {
		padding: 0;
		text-align: center;
	}

	.quicklinks__lines {
		border-left: 1px solid #5F666B;
		border-right: 1px solid #5F666B;
	}

	.quicklinks__lines .quicklink {
		border-bottom: none;
		border-top: none;
	}

	.quicklink {
		padding: 15px 0;
	}

	.quicklink__title {
		position: static;
	}

	.quicklink__img {
		margin-top: 0;
	}

	.quicklinks__wysiwyg {
		display: block;
	}
	
	footer {
		padding-bottom: 10px;
	}

	footer .button-bars {
		width: 100%;
	}
	
	.footerlinks ul {
		list-style: none;
		padding: 0;
	}
	
	.legallinks {
		background: none;
	}
	
	.legallinks a {
		color: #4c5359;
	}
}

@media (max-width: 991px) {
	html, body, .wrapper, .pushnav, .content {
		height: 100%;
	}

	.wrapper {
		overflow: hidden;
		position: relative;
	}

	.pushnav {
		background: #4D5359;
		position: absolute;
		right: 0;
		top: 0;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		-ms-transform: translateX(100%);
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		width: 75%;
		z-index: 100;
	}

	.pushopen .pushnav {
		-ms-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	.fullfix {
		padding-left: 0;
		padding-right: 0;
	}
	
	.mbtt {
		background: #FFCE1B;
		bottom: 30px;
		display: block;
		opacity: 0;
		padding: 5px 11px;
		position: fixed;
		right: 30px;
		-webkit-transition: opacity .3s, visibility 0s .3s;
		transition: opacity .3s, visibility 0s .3s;
		visibility: hidden;
		z-index: 1000000;
	}
	
	.mobilebtt .mbtt {
		opacity: 1;
		-webkit-transition: opacity .3s;
		transition: opacity .3s;
		visibility: visible;
	}
}

@media (min-width: 992px) {
	.container {
		width: 970px;
	}
	
	.pushnav, .pushnav__trigger {
		display: none;
	}
	
	.content {
		overflow-y: auto;
	}
	
	.content, .pushopen .content {
		-webkit-transition: none;
		transition: none;
		-ms-transform: none;
		-webkit-transform: none;
		transform: none;
	}
	
	.headertop {
		height: 100px;
	}

	.jflogo {
		line-height: 95px;
	}

	.companylogo {
		margin-top: 18px;
	}

	.companylogo img {
		float: right;
	}
	
	.mainnav ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	.level1 {
		background: #0065A5;
		font-size: 16px;
		font-weight: 700;
		padding: 0;
		text-align: center;
	}
	
	.level1 li {
		display: inline-block;
	}
	
	.level1 a {
		color: #fff;
		display: block;
		line-height: 22px;
		padding: 24px 22px;
	}
	
	.level1 a:hover {
		text-decoration: none;
	}
	
	.level1 a.active {
		background: #EEE;
		color: #4C5359;
	}
	
	.level1 li.contact a {
		background: #FFCE1B;
		color: #4C5359;
	}
	
	.menu {
		position: absolute;
		left: 50%;
		margin-left: -470px;
		width: 940px;
		z-index: 100;
	}
	
	.menucontent {
		background: #EEE;
		height: 0;
		opacity: 0;
		overflow: hidden;
		position: relative;
		-webkit-transition: opacity 0.3s, visibility 0s 0.3s;
		transition: opacity 0.3s, visibility 0s 0.3s;
		visibility: hidden;
	}
	
	.mainopen .menucontent {
		height: auto;
		min-height: 450px;
		opacity: 1;
		-webkit-transition: opacity 0.3s;
		transition: opacity 0.3s;
		visibility: visible;
	}
	
	.menucontent .highlight {
		background: #FFF;
		bottom: 0;
		left: 275px;
		position: absolute;
		top: 0;
		width: 4px;
	}
	
	.menucontent .highlight.trans {
		-webkit-transition: width 0.3s;
		transition: width 0.3s;
	}
	
	.menucontent.show-third .highlight, .menucontent.show-third .level3 {
		width: 275px;
	}
	
	.menucontent .nopadding {
		padding: 0;
	}
	
	.level2, .level3 {
		float: left;
		min-height: 1px;
		width: 275px;
	}
	
	.level2 ul, .level3 ul {
		display: none;
	}
	
	.level2 ul, .level3 ul, .infocol {
		margin: 20px 0;
	}
	
	.level2 ul.shown, .level3 ul.shown {
		display: block;
	}
	
	.level2 li, .level3 li {
		-webkit-transition: background 0.2s;
		transition: background 0.2s;
	}
	
	.level2 li:hover, .level2 li.active, .level3 li:hover, .level3 li.active {
		background: #0065A5;
	}
	
	.level2 a, .level3 a {
		color: #4C5359;
		display: block;
		padding: 7px 30px;
		padding-right: 25px;
		text-decoration: none;
		-webkit-transition: color 0.2s;
		transition: color 0.2s;
	}
	
	.level2 a.has-menu:after, .level3 a.has-menu:after {
		content: "\f105";
		display: inline-block;
		font-family: "FontAwesome";
		font-size: 20px;
		line-height: 1;
		margin-left: 8px;
		position: relative;
		top: 1px;
	}
	
	.level2 li:hover a, .level2 li.active a, .level3 li:hover a, .level3 li.active a {
		color: #fff;
	}
	
	.level3 {
		position: relative;
		width: 4px;
	}
	
	.level3.trans {
		-webkit-transition: width 0.3s;
		transition: width 0.3s;
	}
	
	.info {
		float: left;
		width: 390px;
	}
	
	.infocol {
		margin-left: 30px;
		margin-right: 45px;
		position: relative;
	}
	
	.infocol__title {
		color: #0066a4;
		font-size: 17px;
		font-weight: bold;
		margin-bottom: 0;
	}
	
	.infocol__link {
		background: #ffce1b;
		border-color: #e6ba18;
		color: #101d23;
		display: inline-block;
		margin-top: 10px;
		padding: 10px 20px;
		text-decoration: none !important;
		text-transform: uppercase;
		-webkit-transition: all 0.4s;
		transition: all 0.4s;
	}
	
	.infocol__link:hover {
		background: #888;
		color: #fff;
	}
	
	.cover {
		background: rgba(0,0,0,0.8);
		bottom: 0;
		opacity: 0;
		left: 0;
		position: fixed;
		right: 0;
		/*top: 170px;*/
		top: 194px;
		-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
		transition: opacity 0.5s, visibility 0s 0.5s;
		visibility: hidden;
		z-index: 10;
	}
	
	.mainopen .cover {
		opacity: 1;
		-webkit-transition: opacity 0.5s;
		transition: opacity 0.5s;
		visibility: visible;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
	
	.menu {
		margin-left: -570px;
		width: 1140px;
	}
	
	.menucontent .highlight {
		left: 335px;
	}
	
	.menucontent.show-third .highlight, .menucontent.show-third .level3 {
		width: 335px;
	}
	
	.level1 a {
		/*margin: 0 10px;*/
		margin: 0px;
		padding: 24px 26px;
	}
	
	.level2 {
		width: 335px;
	}
	
	.level3 {
		width: 4px;
	}
	
	.info {
		width: 470px;
	}
}


@media (min-width: 400px) and (max-width: 991px) {
	.pushopen .content {
		-ms-transform: translateX(-300px);
		-webkit-transform: translateX(-300px);
		transform: translateX(-300px);
	}
	
	.pushnav {
		-ms-transform: translateX(300px);
		-webkit-transform: translateX(300px);
		transform: translateX(300px);
		width: 300px;
	}
	
	.subpagebanner h1, .strapline {
		left: 50px!important;
	}
}

/* Locations */

section.locations {
	background: #4D5359;
	padding-top: 20px;
	padding-bottom: 30px;
}
section.locations .text-center {
	color: #fff;
	font-weight: bold;
	margin-bottom: 30px;
}
section.locations .world_map {
	position: relative;
}
section.locations .pointers div {
	position: absolute;
	cursor: pointer;
}
section.locations .pointers div span {
	display: none;
	position: absolute;
	top: 2px;
	left: 50px;
	white-space: nowrap;
	border-top: 2px solid #FBD013;
	background: #fff;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	font-weight: bold;
	z-index: 999;
}
section.locations .pointers div span:before {
	font-family: FontAwesome;
	content: "\f0d9";
	position: absolute;
	top: -1px;
	left: -7px;
	color: #fff;
	font-size: 20px;
}
section.locations .pointers div:hover span {
	display: block;
}
section.locations .pointers .map_an {
	top: 63.266%;
	left: 49.078%;
}
section.locations .pointers .map_au {
	top: 73.990%;
	left: 82.440%;
}
section.locations .pointers .map_bo {
	top: 68.709%;
	left: 28.133%;
}
section.locations .pointers .map_br {
	top: 64.297%;
	left: 32.309%;
}
section.locations .pointers .map_bv {
	top: 45.967%;
	left: 25.734%;
}
section.locations .pointers .map_ch {
	top: 42.187%;
	left: 75.504%;
}
section.locations .pointers .map_fr {
	top: 29.774%;
	left: 45.961%;
}
/*section.locations .pointers .map_de {
	top: 27.994%;
	left: 48.124%;
}*/
section.locations .pointers .map_gh {
	top: 52.311%;
	left: 43.795%;
}
section.locations .pointers .map_in {
	top: 48.626%;
	left: 66.699%;
}
section.locations .pointers .map_it {
	top: 33.354%;
	left: 48.642%;
}
section.locations .pointers .map_ml {
	top: 56.512%;
	left: 73.748%;
}
section.locations .pointers .map_mu {
	top: 65.483%;
	left: 60.823%;
}
section.locations .pointers .map_me {
	top: 44.967%;
	left: 16.739%;
}
section.locations .pointers .map_mz {
	top: 66.451%;
	left: 54.601%;
}
section.locations .pointers .map_nm {
	top: 69.451%;
	left: 49.601%;
}
section.locations .pointers .map_ng {
	top: 53.111%;
	left: 47.195%;
}
section.locations .pointers .map_no {
	top: 12.539%;
	left: 48.287%;
}
section.locations .pointers .map_qa {
	top: 42.103%;
	left: 58.877%;
}
section.locations .pointers .map_sg {
	top: 60.389%;
	left: 77.436%;
}
section.locations .pointers .map_sa {
	top: 73.451%;
	left: 52.101%;
}
section.locations .pointers .map_se {
	top: 21.539%;
	left: 48.287%;
}
section.locations .pointers .map_ua {
	top: 44.103%;
	left: 60.177%;
}
section.locations .pointers .map_uk {
	top: 24.001%;
	left: 44.037%;
}
section.locations .pointers .map_us {
	top: 35.641%;
	left: 18.998%;
}
section.locations .pointers .map_vn {
	top: 52.967%;
	left: 27.134%;
}
section.locations .map {
	display: block;
	z-index: 99999 !important;
	position:fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.6);
	height: 100%;
	width: 100%;
}
section.locations .map.hidden {
	display: none;
}
section.locations .map_container {
	position: absolute;
	top: 10%;
	bottom: 10%;
	width: 80%;
	left: 50%;
	margin-left: -40%;
	background-color: rgba(240, 240, 241, 1);
	padding: 20px;
	padding-left: 45px;
	padding-right: 45px;
	z-index: 99999 !important;
	overflow-y: scroll;
}
section.locations .map_hide {
	position: absolute;
	top: 0px;
	right: 0px;
	background: #999;
	color: #fff;
	padding: 5px;
	padding-top: 3px;
	cursor: pointer;
}
section.locations .map h3 {
	color: #0065a5;
	border-bottom: 1px solid #999;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
section.locations .map .map_address {
	font-size: 12px;
	padding-bottom: 20px;
}
section.locations .map .map_address h3 {
	color: #3c3e3f;
	margin-top: 0px;
}
section.locations .map_closeup {
	float: left;
	margin-bottom: 20px;
	position: relative;
}
section.locations .map_closeup .pointers .map_pointer {
	background: url(../../media/png/map_pointer_small.png) no-repeat top left;
	width: 29px;
	height: 43px;
}
section.locations .map_closeup .pointers .map_pointer span {
	left: 40px;
}
section.locations .map_closeup .pointers .map_pointer.active {
	background: url(../../media/png/map_pointer_small_active.png) no-repeat top left;
}
section.locations .map .an1 {
	top: 12%;
	left: 10%;
}
section.locations .map .au1 {
	top: 60%;
	left: 3%;
}
section.locations .map .au2 {
	top: 0%;
	left: 43%;
}
section.locations .map .bo1 {
	top: 52%;
	left: 52%;
}
section.locations .map .br1 {
	top: 57%;
	left: 81%;
}
section.locations .map .bv1 {
	top: 63%;
	left: 26%;
}
section.locations .map .ch1 {
	top: 74%;
	left: 68%;
}
section.locations .map .fr1 {
	top: 32%;
	left: 19%;
}
section.locations .map .gh1 {
	top: 78%;
	left: 69%;
}
section.locations .map .in1 {
	top: 19%;
	left: 26%;
}
section.locations .map .it1 {
	top: 48%;
	left: 48%;
}
section.locations .map .ml1 {
	top: 68%;
	left: 24%;
}
section.locations .map .ml2 {
	top: 0%;
	left: 67%;
}
section.locations .map .ml3 {
	top: 33%;
	left: 6%;
}
section.locations .map .mu1 {
	top: 27%;
	left: 36%;
}
section.locations .map .me1 {
	top: 66%;
	left: 76%;
}
section.locations .map .mz1 {
	top: 9%;
	left: 87%;
}
section.locations .map .nm1 {
	top: 40%;
	left: 19%;
}
section.locations .map .ng1 {
	top: 59%;
	left: 5%;
}
section.locations .map .no1 {
	top: 70%;
	left: 4%;
}
section.locations .map .no2 {
	top: 88%;
	left: 6%;
}
section.locations .map .qa1 {
	top: 38%;
	left: 76%;
}
section.locations .map .sg1 {
	top: 45%;
	left: 15%;
}
section.locations .map .sg2 {
	top: 16%;
	left: 85%;
}
section.locations .map .sg3 {
	top: 45%;
	left: 39%;
}
section.locations .map .sa1 {
	top: 81%;
	left: 12%;
}
section.locations .map .sa2 {
	top: 48%;
	left: 82%;
}
section.locations .map .se1 {
	top: 67%;
	left: 51%;
}
section.locations .map .ua1 {
	top: 10%;
	left: 76%;
}
section.locations .map .ua2 {
	top: 8%;
	left: 81%;
}
section.locations .map .uk1 {
	top: 20%;
	left: 64%;
	z-index: 10;
}
section.locations .map .uk2 {
	top: 50%;
	left: 56%;
	z-index: 10;
}
section.locations .map .uk3 {
	top: 76%;
	left: 52%;
}
section.locations .map .uk4 {
	top: 46%;
	left: 52%;
}
section.locations .map .uk5 {
	top: 90%;
	left: 40%;
}
section.locations .map .uk6 {
	top: 59%;
	left: 52%;
}
section.locations .map .uk7 {
	top: 31%;
	left: 45%;
	z-index: 10;
}
section.locations .map .uk8 {
	top: 63%;
	left: 95%;
}
section.locations .map .uk9 {
	top: 57%;
	left: 80%;
}
section.locations .map .uk10 {
	top: 72%;
	left: 82%;
	z-index: 10;
}
section.locations .map .uk11 {
	top: 29%;
	left: 41%;
}
section.locations .map .uk12 {
	top: 62%;
	left: 20%;
}
section.locations .map .uk13 {
	top: 83%;
	left: 68%;
}
section.locations .map .uk14 {
	top: 51%;
	left: 62%;
}
section.locations .map .uk15 {
	top: 62%;
	left: 60%;
	z-index: 10;
}
section.locations .map .uk16 {
	top: 76%;
	left: 78%;
	z-index: 12;
}
section.locations .map .uk17 {
	top: 67%;
	left: 95%;
}
section.locations .map .uk18 {
	top: 0%;
	left: 58%;
}
section.locations .map .uk19 {
	top: 46%;
	left: 70%;
}
section.locations .map .uk20 {
	top: 60%;
	left: 64%;
}
section.locations .map .uk21 {
	top: 18%;
	left: 61%;
}
section.locations .map .uk22 {
	top: 82%;
	left: 64%;
	z-index: 10;
}
section.locations .map .uk23 {
	top: 54%;
	left: 59%;
	z-index: 12;
}
section.locations .map .uk24 {
	top: 76%;
	left: 71%;
}
section.locations .map .uk25 {
	top: 68%;
	left: 78%;
}
section.locations .map .uk26 {
	top: 65%;
	left: 91%;
}
section.locations .map .uk27 {
	top: 61%;
	left: 56%;
}
section.locations .map .uk28 {
	top: 79%;
	left: 64%;
}
section.locations .map .uk29 {
	top: 70%;
	left: 59%;
}
section.locations .map .us1 {
	top: 52%;
	left: 39%;
}
section.locations .map .us2 {
	top: 72%;
	left: 54%;
}
section.locations .map .us3 {
	top: 62%;
	left: 80%;
}
section.locations .map .vn1 {
	top: 1%;
	left: 3%;
}
/*section.locations-mobile .companies_select, section.locations-mobile .companies, section.locations-mobile .company {
	display: none;
}*/
section.locations-mobile .country_dropdown, section.locations-mobile .companies_dropdown {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 31px;
	margin-bottom: 10px;
	border: 1px solid #CDCCCC;
	background: url(../../media/png/yellow_arrow.png) no-repeat top right #F1F1F1;
}
section.locations-mobile #country, section.locations-mobile .companies_select {
	border: 0px;
	width: 110%;
	background: none;
	padding: 5px;
}
section.locations-mobile .companies {
	margin-bottom: 30px;
}
section.locations-mobile .company {
	background: #F1F1F1;
	padding-bottom: 0px;
	width: 100%;
}
section.locations hr, section.locations-mobile hr {
	border-color: #C7C7C7;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
}

/* Careers */

.tonyJobsBoardSearch h3.noTopSpace, .jobs_board_featured_listings_wrap h3.noTopSpace {
	font-size: 20px;
	margin-bottom: 10px;
    margin-top: 20px;
	text-align: center;
	font-weight: 500;
	text-transform: uppercase;
}

.jobs_board_featured_listings_wrap {
	padding-top: 15px;
	padding-bottom: 15px;
}

@media (max-width: 991px) {
.jobs_board_featured_listings_wrap {
	display: none;
}
}

.jobsBoardSearchBox {
	margin-bottom: 60px;
}

.jobsBoardSearchBox .fieldPair label.field {
    cursor: default;
	font-size: 14px;
	color: #fff;
    font-weight: normal;
	width: 100%;
	float: left;
	margin: 0px;
	padding: 5px;
	position: relative;
	text-transform: uppercase;
	background: #5F666B;
	border: 1px solid #5F666B;
	text-align: center;
}
.jobsBoardSearchBox .fieldPair label.field:after {
	font-family: FontAwesome;
	content: "\f106";
	padding-left: 5px;
}
.jobsBoardSearchBox .fieldPair label.field.closed:after {
	content: "\f107";
}

.jobsBoardSearchBox .jobsBoardListingSearch_ak_wrap_Keywords {
	width: 100% !important;
}

.jobsBoardSearchBox .jobsBoardListingSearch_ak_wrap_Keywords label.field, .jobsBoardSearch_orderByWrap {
	display: none;
}

.jobsBoardSearchBox .fieldPair input.jobsBoardSearch-input-keywords {
	border: 1px solid #5F666B;
	width: 100%;
	text-align: center;
	padding: 5px;
}
.fieldCol {
	position: relative;
	height: 33px;
	margin-top: 30px;
}
.fieldCol ul {
	background: #E7E6E3;
	z-index: 1000;
	padding: 0px;
	list-style: none;
	margin: 0px !important;
}
.fieldCol li {
	float: left;
	width: 100%;
	position: relative;
	height: 24px;
	font-size: 12px;
}
.fieldCol #careers-search-box label {
	cursor: pointer;
	width: 100% !important;
	margin-bottom: 0px;
	float: left;
	height: 24px;
}
.fieldCol li input {
	position: absolute;
	top: 0px;
	left: -20px;
	margin: 0px;
}
.fieldCol li span {
	float: left;
	width: 100%;
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: normal;
}
.fieldCol li input[type=checkbox]:checked + span {
	background: #BBB7B0;
	position: relative;
}
.fieldCol li input[type=checkbox]:checked + span:after {
	font-family: FontAwesome;
	content: "\f00d";
	position: absolute;
	top: 3px;
	right: 10px;
	color: #343535;
}
.fieldCol #careers-search-box {
	margin: 0px !important;
	float: left;
	display: none;
	position: absolute;
	top: 33px;
	left: 0px;
	max-height: 192px;
	overflow-y: scroll !important;
}

.searchButtonWrap {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.searchButtonWrap input {
	border: 0px;
	background: #ffce1b;
    border-color: #e6ba18;
    color: #101d23;
    display: inline-block;
    font-size: 12px;
    min-width: 100px;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}

.searchButtonWrap input:hover {
	background: #888;
	color: #fff;
    transition: all 0.4s ease 0s;
}

.jobs-board-search-listing, .jobs-board-listing-info {
	padding: 15px;
	background: #fff;
	height: 220px;
	margin-top: 30px;
	padding-bottom: 8px;
	border-bottom: 7px solid #fff;
}

@media (max-width: 767px) {
.jobs-board-search-listing, .jobs-board-listing-info {
	height: auto;
}
}

.jobs-board-listing {
	padding-bottom: 0px !important;
}

.jobs_board_featured_listings {
	width: auto !important;
	margin-bottom: 60px;
}

.jobs-board-search-listing:hover, .jobs-board-listing-info:hover {
	border-bottom: 7px solid #0065a5;
}

.jobs-board-search-listing h3 {
	margin-top: 0px;
}

.tonyJobsBoardSearch .pagination {
	width: 100%;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 30px;
}

.tonyJobsBoardSearch .pagination .pageRight {
	float: right;
}

.tonyJobsBoardSearch .pagination .pageLeft {
	float: left;
}

.jobs_board_featured_listings .jobs-board-listing .jobs_board_featured_arrows {
	position: absolute;
	bottom: -50px;
	left: 50%;
	z-index: 999 !important;
	margin-left: -45px;
}

.jobs_board_featured_listings .jobs-board-listing .jobs_board_featured_arrows a.jobs_board_featured_listings_rightArrow {
	background: url(../../media/png/arrow-right-small.png);
	border: 0px;
	width: 40px;
	height: 40px;
	float: left;
	margin-left: 0px;
}

.jobs_board_featured_listings .jobs-board-listing .jobs_board_featured_arrows a.jobs_board_featured_listings_leftArrow {
	background: url(../../media/png/arrow-left-small.png);
	border: 0px;
	width: 40px;
	height: 40px;
	float: left;
	margin-left: 0px;
	margin-right: 10px;
}

.jobsBoardSearchResults {
	margin-bottom: 30px;
}

/* Login button */

.loginButton .btn {
	border-radius: 0px;
	border: 0px;
	background: #ffce1b;
    border-color: #e6ba18;
    color: #101d23;
    display: inline-block;
    font-size: 12px;
    min-width: 100px;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}

.loginButton .btn:hover {
	background: #888;
	color: #fff;
    transition: all 0.4s ease 0s;
}

/* LOCATIONS MOBILE TABS STYLE */
.locations-mobile .nav>li>a {
	padding: 10px 15px;
	border-radius: 0;
	text-transform: uppercase;
	font-size: 12px;
	margin-right: 1px !important;
}

.locations-mobile .nav-tabs>li>a,
.locations-mobile .nav-tabs>li>a:hover,
.locations-mobile .nav-tabs>li>a:focus {
	color:#fff;
	font-weight: 500;
	background-color: #848D94 !important;
	border:0;
}

.locations-mobile .nav-tabs>li.active>a,
.locations-mobile .nav-tabs>li.active>a:focus,
.locations-mobile .nav-tabs>li.active>a:hover {
	border:0;
	background-color: #EFEEEE !important;
	color:#4d5359;
}

.locations-mobile .nav-tabs>li>a.highlight,
.locations-mobile .nav-tabs>li>a.highlight:hover,
.locations-mobile .nav-tabs>li>a.highlight:focus {
	background-color: #FFCE1B !important;
	color:#4d5359;
}

.locations-mobile .nav-tabs>li.active>a.highlight,
.locations-mobile .nav-tabs>li.active>a.highlight:hover,
.locations-mobile .nav-tabs>li.active>a.highlight:focus {
	background-color: #FFCE1B !important;
	color:#4d5359;
}

.locations-mobile .nav-tabs {
	border: 0 !important;
	margin-top: 30px;
}

.locations-mobile .tab-content {
	background: #EFEEEE;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 1px;
	margin-bottom: 15px;
}

.locations-mobile .tab-content > .tab-pane {
	padding-top: 0px!important;
}

.locations-mobile .nav-tabs>li {
	margin-bottom: 0;
}

.locations-mobile .nav-tabs>li>a {
	border:0!important;
}

section#news>div.container>div.row>p>a {
	color:#101d23;
	background:#ffce1b;
	border-color:#e6ba18;
	display: inline-block;
	font-size: 12px;
	min-width: 100px;
	padding: 10px 25px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.25s linear 0s;
	text-decoration: none !important;
}

section#news>div.container>div.row>p>a:hover {
	background: #888;
	color: #fff;
}