@charset "UTF-8";

/* OVERRIDES */

* { box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -moz-backface-visibility:hidden; }
h1, h2, h3, h4, h5, h6, ol, ul, li, blockquote, p, a, img, a img, hr, fieldset, form, table, tbody, tr, td, input[type=text], input[type=email], input[type=password], input[type=submit], input[type=checkbox], input[type=radio], textarea, select, button { margin:0; padding:0; text-align:left; text-decoration:none; background:none; border:0 none; }
h1, h2, h3, h4, h5, h6 { font-family: 'Open Sans', sans-serif; font-weight:300; }
strong, b { font-family: 'Open Sans', sans-serif; font-weight:700; }
input[type=text], input[type=email], input[type=password], input[type=submit], select, textarea, button, a { font-family:inherit; font-size:inherit; color:inherit; -webkit-appearance:none;  outline:0 none; }
input[type=submit], button { -webkit-appearance:none; cursor:pointer; }
button { border:0; padding:0; outline:0 none; }
table { border-collapse:collapse; }
hr { clear:both; width:100%; height:1px; margin:15px 0 15px 0; padding:0; background:#FFFFFF; border:0 none; }
html, html a { -webkit-font-smoothing: antialiased !important; }

/* COMMON */

.wrap { position:relative; width:960px; margin:0 auto; padding:0; }
.wrapnopad { position:relative; width:960px; margin:0 auto;}
.right { float:right !important; }
.left { float:left !important; }
.underline { text-decoration:underline; }
.clear { clear:both; display:block; height:0; line-height:0; font-size:0; margin:0; padding:0; }
.hide-text { text-indent:-100%; white-space:nowrap; overflow:hidden; }
.relative { position:relative; }
.hidden { display:none; visibility:hidden; }
.edge { padding:0 10px; }
.top { position:absolute; right:10px; bottom:20px; }
.nopad { padding:0 !important; margin:0 !important; }
.center { margin:0 auto 0 auto !important; text-align:center !important; }

header, nav, section, article, aside, footer, hgroup {
	display:block;
	padding:0;
	margin:0;
}

/* LAYOUT */

body {
	font-size:14px;
	color:#242d32;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	line-height:20px;
}

h1 + p  {
	font-size:20px;
	line-height:24px;
	font-weight:300 !important;
	color:#E12726;
}

h1 + p, p.larger {
	font-size:20px;
	line-height:24px;
	font-weight:300 !important;
}

h1, h2, h3, h4, h5, h6 {
	margin:0 0 10px 0;
}

p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {
	margin:20px 0 10px 0;
}

p + p {
	margin:20px 0 0 0;
}

a:hover {
	text-decoration:none;
	color:#DE2726;
}

a:active, a:visited {
	text-decoration:none;
}

div.black ul, div.black ol {
	padding:0 0 0 20px;
	margin:20px 0 20px 0;
}

h1 {
	font-size:28px;
	border-bottom:1px #E12726 solid;
	padding:0 0 10px 0;
	margin:0 0 20px 0;
	line-height:30px;
}

header#header {
	height:120px;
	background:url('/images/layout/header-background.jpg') #242D32 top left no-repeat;
	padding:20px 0 20px 0;
	margin:0 0 20px 0;
	position:fixed;
	z-index:99999;
	width:100%;
	top:0;
}
	@media (max-width:991px) {
		header#header {
			background:#242D32;
			position:relative;
		}
	}

section.content {
	padding-top:140px;
}
	@media (max-width:991px) {
		section.content {
			padding-top:0;
		}
	}

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

div.service, div.contact, div.quote  {
	background-color:#EEEEEE;
	padding:20px 20px 50px 20px;
	margin:0 0 20px 0;
	position:relative;
	/*min-height:255px;*/
	background-position:20px 20px;
	background-repeat:no-repeat;
	height:255px;
}
div.service:hover  {
	background-color:#A4ABAF;
}

div.service:hover span  {
	background-color:#242D32;
}

div.service:hover *  {
	color:#FFFFFF;
}

div.service:hover h3, div.service:hover p  {
	border-color:#242D32;
}

	@media (max-width:1199px) {
		div.service, div.quote  {
			min-height:283px;
		}
	}

	@media (max-width:991px) {
		div.service, div.quote   {
			min-height:240px;
		}
	}

div.home {
	font-size:19px;
	line-height:24px;
}

div.content-page h1 + p {
	font-size:14px;
	line-height:20px;
	font-weight:400 !important;
}

div.content-page p {
	font-weight:400;
}

div.content-page a {
	color:#E12726;
	font-weight:400;
}

div.content-page a:hover {
	text-decoration:underline;
}

div.news  {
	background-color:#EEEEEE;
	padding:20px 20px 50px 20px;
	margin:0 0 20px 0;
	position:relative;
	min-height:320px;
	background-position:20px 20px;
	background-repeat:no-repeat;
}

	@media (max-width:1199px) {
		div.news {
			min-height:280px;
		}
	}

	@media (max-width:991px) {
		div.news {
			min-height:260px;
		}
	}

	@media (max-width:767px) {
		div.news {
			min-height:100px;
		}
	}

div.icon {
	padding-top:90px;
}

div.icon-com {
	padding-top:70px;
	background-repeat:no-repeat;
}

div.icon-box {
	padding-top:70px;
	background-position:10px 0;
	background-repeat:no-repeat;
}

div.content-img {
	width:50%;
	height:auto;
	margin:0 0 20px 20px;
}
@media (max-width:767px) {
		div.content-img {
			width:100%;
		}
	}

	@media (max-width:991px) {
		div.max-img img {
			max-width:48%;
			margin:20px 0 0 0;
		}
	}

	@media (max-width:767px) {
		div.max-img img {
			max-width:100%;
		}
	}

div.service h3, div.address h3, div.contact h3 {
	font-size:28px;
	border-bottom:1px #E12726 solid;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	line-height:30px;
}

div.background-change h3 {
	font-size:20px;
}

div.news h4 {
	font-size:20px;
	border-bottom:1px #E12726 solid;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	line-height:25px;
}

div.service span, div.contact a {
	display:block;
	width:120px;
	height:40px;
	position:absolute;
	bottom:0;
	left:20px;
	background:#A4ABAF;
	text-align:center;
	text-transform:uppercase;
	font-weight:700;
	color:#FFFFFF;
	line-height:40px;
	font-size:14px;
}

div.service a, div.news a {
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}

div.news span {
	display:block;
	width:120px;
	height:40px;
	position:absolute;
	bottom:0;
	right:20px;
	background:#A4ABAF;
	text-align:center;
	text-transform:uppercase;
	font-weight:700;
	color:#FFFFFF;
	line-height:40px;
}

div.service a.relative {
	position:relative;
	left:0;
	margin:20px 0 0 0;
}

div.contact-info {
	background-position:0 0;
	background-repeat:no-repeat;
	padding-top:70px;
}

div.contact-info p {
	font-weight:400;
}

div.contact-height div.contact {
	min-height:530px;
}

	@media (max-width:1199px) {
		div.contact-height div.contact {
			min-height:585px;
		}
	}

	@media (max-width:991px) {
		div.contact-height div.contact {
			min-height:613px;
		}
	}

	@media (max-width:767px) {
		div.contact-height div.contact {
			min-height:525px;
		}
	}


div.contact-height div.address {
	min-height:257px;
}
	@media (max-width:1199px) {
		div.contact-height div.address {
			min-height:276px;
		}
	}
	@media (max-width:991px) {
		div.contact-height div.address {
			min-height:258px;
		}
	}


div.red span {
	background-color:#BE1622;
}

div.black {
	background-color:#EEEEEE;
	position:relative;
}

div.black-home {
	background-color:#242D32;
	color:#FFFFFF;
	position:relative;
}

div.black-home h3 {
	border-bottom: 1px #FFFFFF solid;
}

div.red {
	background-color:#E12726;
	color:#FFFFFF;
}

div.red h3 {
	border-bottom:1px #FFFFFF solid;
}

div.quote p {
	font-size:24px;
	border-bottom:1px #E12726 solid;
	padding:0 0 10px 0;
	line-height:30px;
}

div.our-services {
	background-image:url('/images/layout/services-icon.png');
	background-size:64px 60px;
}

div.our-services-grey {
	background-image:url('/images/layout/services-icon-grey.png');
	background-size:64px 60px;
}

div.sectors {
	background-image:url('/images/layout/sector-icon.png');
	background-size:60px 60px;
}

div.sectors-grey {
	background-image:url('/images/layout/sectors-icon-grey.png');
	background-size:60px 60px;
}

div.our-profile, div.our-profile2 {
	background-image:url('/images/layout/profile-icon.png');
	background-size:90px 60px;
}

div.our-profile:hover {
	background-image:url('/images/layout/profile-icon-white.png');
}


div.quality-assured, div.quality-assured2 {
	background-image:url('/images/layout/quality-icon.png');
	background-size:65px 60px;
}

div.quality-assured:hover {
	background-image:url('/images/layout/quality-icon-white.png');
}


div.our-team, div.our-team2 {
	background-image:url('/images/layout/team-icon.png');
	background-size:72px 60px;
}

div.our-team:hover {
	background-image:url('/images/layout/team-icon-white.png');
}

div.industry-news {
	background-image:url('/images/layout/industry-news-icon.png');
	background-size:74px 60px;
}

div.industry-news:hover {
	background-image:url('/images/layout/industry-news-icon-white.png');
}

div.community-news, div.community-news2 {
	background-image:url('/images/layout/community-news-icon.png');
	background-size:80px 60px;
}

div.community-news:hover {
	background-image:url('/images/layout/community-news-icon-white.png');
}

div.our-values, div.our-values2  {
	background-image:url('/images/layout/values-icon.png');
	background-size:64px 60px;
}

div.our-values:hover {
	background-image:url('/images/layout/values-icon-white.png');
}

div.our-people, div.our-people2 {
	background-image:url('/images/layout/people-icon.png');
	background-size:54px 60px;
}

div.our-people:hover {
	background-image:url('/images/layout/people-icon-white.png');
}

div.case-studies {
	background-image:url('/images/layout/case-studies-icon.png');
	background-size:0px 60px;
}

div.contact-us, div.contact-us2 {
	background-image:url('/images/layout/contact-icon.png');
	background-size:60px 60px;
}

div.contact-us2:hover {
	background-image:url('/images/layout/contact-icon-white.png');
}

div.accreditations {
	border-top:#EEEEEE solid 2px;
	border-bottom:#EEEEEE solid 2px;
	padding-top:10px;
	padding-bottom:10px;
	margin:0 0 20px 0;
	text-align:center;
}

div.holiday-form {
	margin:0 0 40px 0;
}

div.slider {
	margin:0 0 20px 0;
}

@media (max-width:1199px) {
		div.slider {
			max-height:585px;
		}
	}

	@media (max-width:991px) {
		div.slider {
			max-height:100%;
		}
	}

div.slider-min {
	min-height:530px;
}

div.box-hold {
	padding:20px 10px 20px 10px;
	margin:0 0 20px 0;
}

div.pad {
	padding:20px;
	margin:0 0 20px 0;
}

div.box-height {
	min-height:530px;
	padding:90px 20px 20px 20px;
	margin:0 0 20px 0;
	background-position:20px 20px;
	background-repeat:no-repeat;
}

	@media (max-width:1199px) {
		div.box-height {
			min-height:585px;
		}
		div.no-space {
			min-height:430px !important;
		}
	}

	@media (max-width:991px) {
		div.box-height {
			min-height:500px;
			padding-bottom:60px !Important;
		}
	}

div.address {
	padding:20px;
}

div.address p:last-child {
	color:#E12726;
}

div.address p {
	font-weight:400;
}

div.grey {
	background:#EEEEEE;
	margin:0 0 20px 0;
}

a.enquire, a.vacancy {
	display:block;
	width:120px;
	height:40px;
	position:absolute;
	bottom:0;
	text-align:center;
	text-transform:uppercase;
	font-weight:700;
	color:#FFFFFF;
	line-height:40px;
}

a.enquire {
	background:#E12726;
	left:20px
}

a.vacancy {
	background:#95C11F;
	left:160px;
}

div.button-clear {
	padding-bottom:60px;
}

/*div.remote-monitoring:hover {
	background-image:url('/images/layout/gradient.png'), url('/images/layout/remote-monitoring.jpg');
	background-size:auto, cover;
	background-position:top left, center center;
	background-repeat:repeat-x, no-repeat;
}

div.remote-monitoring:hover p {
	display:none;
}*/


/* --------------------------- */
/* See pcgc.js for css changes */
/* --------------------------- */
div.background-change:hover {
	background-size:auto, cover;
	background-position:top left, center center;
	background-repeat:repeat-x, no-repeat;
}

div.background-change.hover-with-image p {
	display:none;
}
/* --------------------------- */


div.pagination {
	text-align:center;
}

div.pagination ul {
	list-style:none;
	display:inline-block !important;
	margin:0 0 20px 0;
}

div.pagination ul li {
	float:left;
}

div.pagination ul li + li {
	margin:0 0 0 10px;
}

@media (max-width:1199px) {
		div.pagination ul li + li {
			margin:0 0 0 3px;
		}
	}

div.pagination ul li a {
	display:block;
	width:40px;
	height:40px;
	text-align:center;
	line-height:40px;
	color:#FFFFFF;
	background:#A4ABAF;
	font-weight:700;
}

div.pagination ul li a.active {
	background:#E12726;
}

div.pagination ul li a:hover {
	background:#242D32;
}

/* HEADER */

.navbar-header {
	float:none;
}

.navbar-default {
	background-color:transparent;
	border-color:transparent;
}

a.navbar-brand {
	float:left;
	padding:0;
	height:80px;
}

ul.navbar-nav  {
	float:right;
	height:80px;
	padding:10px 0 10px 0;
	margin:0 20px 0 0;
}

ul.navbar-nav li {
	float:left;
	height:60px;
}

.navbar-default .navbar-nav>li>a  {
	display:block;
	height:60px;
	line-height:60px;
	padding:0 20px 0 20px;
	margin:0;
	color:#FFFFFF;
	font-weight:400;
	border-top:solid 2px #E12726;
	position:relative;
}

ul.navbar-nav li a.active {
	color:#E12726 !important;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li:hover>a {
	color:#A4ABAF;
}

.navbar-default .navbar-nav>li>a:hover:before, .navbar-default .navbar-nav>li:hover>a:before, ul.navbar-nav > li > a.active:before {
	content:'';
	display:block;
	width:10px;
	height:14px;
	position:absolute;
	background-image:url('/images/layout/menu-icon.png');
	background-repeat:no-repeat;
	background-position:center center;
	top:-8px; left:50%;
	margin:0 0 0 -7px;
}

@media (max-width:991px) {
		ul.navbar-nav  {
			height:auto;
			padding:0;
			margin:0;
			background:#A4ABAF;
			position:absolute;
			left:0;
			top:120px;
			width:100%;
			z-index:99999;
		}

		ul.navbar-nav li {
			float:none;
			height:40px;
		}

		ul.navbar-nav li + li {
			border-top:1px solid #EEEEEE;
		}

		ul.navbar-nav li a {
			height:40px;
			line-height:40px;
			padding:0;
			text-align:center;
		}
		.navbar-default .navbar-nav>li>a {
			border-top:none;
		}
		.navbar-default .navbar-nav>li>a:hover:before, .navbar-default .navbar-nav>li:hover>a:before, ul.navbar-nav > li > a.active:before {
			content:"";
			display:none;
		}
	}

.collapsing {
	position: absolute;
	top:0;
	left:0;
	width:100%;
}

.navbar-collapse {
	border-top:0;
	box-shadow:none;
	padding:0;
}

.navbar {
	position:inherit;
	border:none;
	margin:0;
}

.navbar-toggle {
	border:none;
	background:#A4ABAF;
	border-radius:0;
	width:60px;
	height:60px;
	text-align:center;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color:#A4ABAF;
}

.navbar-toggle .icon-bar {
	background-color:#FFFFFF !important;
	width:20px;
	margin:0 auto 0 auto;
	height:3px;
}

a.employee-login {
	font-size:12px;
	font-weight:700;
	float:right;
	color:#FFFFFF;
	text-align:center;
	display:block;
	background-image:url('/images/layout/employee-icon.png');
	background-repeat:no-repeat;
	background-position:top center;
	background-size:20px 22px;
	padding:25px 0 0 0;
	line-height:15px;
	margin:12px 0 0 0;
}

/* DROPDOWN */

ul.navbar-nav ul {
	display:none;
	position: absolute;
	background:#A4ABAF;
	z-index:9999;
	left:50%; right:50%;
	margin:0 -135px 0 -135px;
	list-style:none;
	padding:10px;
	width:270px;
}

ul.navbar-nav li:hover > ul {
	display:list-item;
}

ul.navbar-nav ul li {
	float:none;
	position:relative;
	margin:0;
	height:auto;
}

ul.navbar-nav ul li a {
	color:#FFFFFF;
	margin:0;
	width:250px;
	padding:0 10px 0 10px;
	display:block;
	text-align:center;
	height:30px;
	line-height:30px;
	border:none;
}

ul.navbar-nav ul li a:hover, ul.navbar-nav ul li a.subactive, nav.menu ul li:hover > a {
	box-shadow:inset 0 0 10px #8B8D8E;
	background:none !important;
}

	@media (max-width:990px) {
		ul.navbar-nav li {
			height:auto;
		}

		ul.navbar-nav ul {
			position:relative;
			width:100%;
			left:0;
			right:0;
			margin:0 0 10px 0;
			padding:0;
		}

		ul.navbar-nav ul li a {
			width:100%;
		}

		ul.navbar-nav li a:hover {
			background:#242D32 !important;
		}

		ul.navbar-nav ul li + li {
			border-top:none;
		}

		ul.navbar-nav li:hover > a {
			background:#242D32 !important;
		}
	}

/* FOOTER */

footer#footer {
	min-height:360px;
	background:#242D32;
	padding:40px 0 40px 0;
	color:#FFFFFF;
}

footer#footer h3 {
	font-weight:700;
	margin:0 0 20px 0;
	font-size:20px;
	padding:0 0 0 20px;
}

footer#footer ul {
	list-style:none;
	margin:0;
	padding:0 0 0 20px;
	font-weight:400;
	font-size:12px;
}

footer#footer ul + ul {
	margin:20px 0 0 0;
}

footer#footer ul li a:hover {
	color:#E12726;
}

p.copy  {
	font-size:12px;
	font-weight:400;
}

p.phoneno {
	font-size:38px;
	font-weight:700;
}

p.email a {
	font-size:16px;
	font-weight:700;
	color:#DE2726;
}

p.email {
	margin-bottom:40px;
}

div.contact p.email a {
	font-size:14px;
	background:none;
	position:relative;
	left:0;
	text-transform:lowercase;
	height:auto;
	width:auto;
	text-align:left;
	line-height:20px;
}

div.contact p.email {
	margin-bottom:25px;
}

div.contact p.phoneno a {
	color:#242D32 !important;
	font-size:33px;
	position:relative;
	background:none;
	width:auto;
	text-align:left;
	padding:0;
	left:0;
	line-height:20px;
	height:auto;
}

footer#footer img {
	margin:0 0 20px 0;
}

/* MAP */

#map {
	height:580px;
	width:100%;
	margin:0 0 20px 0;
}
.gm-style-iw * {
	display: block;
	width: 100%;
}
.gm-style-iw h4, .gm-style-iw p {
	margin: 0;
	padding: 0;
}
.gm-style-iw a {
	color: #4272DB;
}

/* SLIDER */

div.slider {
	overflow:hidden;
	position:relative;
	width:100%;
}

div.slide-container {
	position:relative;
}

div.slide {
	float:left;
	position:relative;
	max-width:100%;
	height:auto;
}

div.slide img {
	float:left;
}

div.buttons {
	position:absolute; bottom:20px;
	width:100%;
	height:40px;
	text-align:center;
}

div.buttons button {
	overflow:hidden;
	width:40px;
	height:40px;
	background:rgba(180,180,180,0.5);
	border-radius:50%;
}

div.buttons button + button {
	margin:0 0 0 10px;
}

div.buttons button.active {
	background:rgba(100,100,100,0.5);
}

div.arrows button {
	position:absolute; bottom:0;
	margin:0;
	width:60px;
	height:60px;
	background-repeat:no-repeat;
	background-size:60px 60px;
	background-position:0 0;
	text-indent:-100000px;
}

div.arrows button.prev {
	right:0;
	bottom:30px;
	background-image:url('/images/layout/back-button.png');
}

div.arrows button.prev:hover {
	background-image:url('/images/layout/back-button-hover.png');
}

div.arrows button.next {
	right:0;
	bottom:92px;
	background-image:url('/images/layout/next-button.png');
}

div.arrows button.next:hover {
	background-image:url('/images/layout/next-button-hover.png');
}

/* FORMS */

form.contact-form {
	margin:20px 0 40px 0;
}

div.input input[type="text"], div.input input[type="email"] {
	width:100%;
	background:#FFFFFF;
	border:1px solid #A4ABAF;
	height:40px;
	line-height:40px;
	margin:0 0 20px 0;
	color:#242D32;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	padding:0 10px 0 10px;
	font-size:14px;
	-webkit-appearance:none;
	border-radius:0;
}

.checkboxes > div {
    margin-bottom: 10px;
}

.checkboxes input {
    float: left;
    width: 15px;
    margin-top: 5px;
}

.checkboxes label {
    float: right;
    font-weight: inherit;
    width: calc(100% - 20px);
}

.checkboxes input::after {
    content: " ";
    clear: both;
}

div.form-col-left {
	padding-left:0;
}

div.form-col-right {
	padding-right:0;
}

	@media (max-width:767px) {
		div.form-col-left, div.form-col-right {
			padding:0;
			}
	}

label.required:after {
	content:" *";
	color:#E12726;
}

.success {
	color: #5fA630;
    font-size:14px;
    margin: 0 0 20px;
	font-weight:400;
}

select.error {
	border-color:#E12726 !important;
}

ul.error {
	list-style:none;
	padding:0 150px 0 0 !important;
	clear:both;
	position: absolute;
	bottom:0;
	left:20px;
	width:95%;
}

ul.errorpopup {
	bottom:25px;
}

ul.error li, div.error {
	color:#E12726 !important;
	font-weight: 400 !important;
}

	@media (max-width:769px) {
		ul.error {
			padding:0 !important;
			position:relative;
			left:0;
		}
		form.contact-form {
			margin-bottom:0;
	}

		div.pop-holder2 {
			margin:0;
			width:96%;
			left:2%; right:2%;
			top:30px;
			max-width:96%;
			padding-bottom:50px;
		}

		div.pop-container {
			position:absolute;
		}
	}

input.error, select.error, textarea.error {
	border:solid 1px #E12726 !important;
}

div.inputbutton {
	position:absolute;
	bottom:0;
	right:20px;
}

div.inputbuttonl {
	margin:0 0 20px 0;
}

div.inputbutton input, div.inputbuttonl input {
	display:block;
	width:120px;
	height:40px;
	background:#E12726;
	text-align:center;
	text-transform:uppercase;
	font-weight:700;
	color:#FFFFFF;
	line-height:40px;
	-webkit-appearance:none;
	border-radius:0;
}

div.inputbuttonl button, a.download-butt {
	display:block;
	width:150px;
	height:40px;
	background:#242D32;
	text-align:center;
	text-transform:uppercase;
	font-weight:700;
	color:#FFFFFF;
	line-height:40px;
	-webkit-appearance:none;
	border-radius:0;
}

a.download-butt {
	margin:0 0 20px 0;
}

div.input textarea {
	width:100%;
	background:#FFFFFF;
	border:1px solid #A4ABAF;
	height:125px;
	margin:0 0 20px 0;
	color:#242D32;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	padding:10px;
	font-size:14px;
	display:block;
	-webkit-appearance:none;
	border-radius:0;
}

div.captcha input {
	width:50% !important;
	float:left;
}

div.captcha span {
	width:50%;
	float:left;
	display:block;
	text-align:center;
	height:40px;
	background:#A4ABAF;
	border:1px solid #A4ABAF;
	line-height:40px;
	font-weight:400;
	color:#FFFFFF;
}

label {
	display:block;
	font-weight:normal;
}

div.filter {
	position:absolute;
	top:20px;
	 right:20px;
}

	@media (max-width:768px) {
		div.filter {
			position:relative;
			top:0;
			left:0;
			margin:20px 0 0 0;
		}
	}

div.filter div, div.select  {
	height:40px;
	position:relative;
}

div.filter div {
	width:260px;
}

div.select {
	margin:0 0 20px 0;
	width:100%;
}

div.select:after {
	content:url('/images/layout/select-back-black.jpg');
	position:absolute;
	top:0;
	right:0;
	width:40px;
	height:40px;
	pointer-events:none;
}

div.filter div:after {
	content:url('/images/layout/select-back.jpg');
	position:absolute;
	top:0;
	right:0;
	width:40px;
	height:40px;
	pointer-events:none;
}

div.dob {
	float:left;
	width:32%;
}

div.dob + div.dob {
	margin:0 0 0 2%;
}

div.filter select, div.select select  {
	width:100%;
	color:#242D32;
	padding:0 50px 0 10px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	background:#FFFFFF;
	overflow:hidden;
	border:solid 1px #A4ABAF;
	border-radius:0;
	height:40px;
	line-height:40px;
}

form h2 {
	font-size:20px;
	color:#E12726;
	margin:0 0 20px 0;
}

div.radio {
	float:left;
	margin:0 0 20px 0;
	padding:0;
}

div.radio input[type="radio"] {
	position:absolute;
	margin:0;
	opacity: 0
}

.radio+.radio {
	margin:0 0 0 20px;
}

div.radio input[type="radio"] + label {
	background-image:url('/images/layout/unchecked.png');
	background-position:top left;
	background-repeat:no-repeat;
	display:block;
	background-size:20px 20px;
	height:20px;
	padding:0 0 0 25px;
}

div.radio input[type="radio"]#yes:checked + label {
	background-image:url('/images/layout/checked-yes.png');
}

div.radio input[type="radio"]#no:checked + label {
	background-image:url('/images/layout/checked-no.png');
}


div.radio input[type="radio"].yesRadio:checked + label {
	background-image:url('/images/layout/checked-yes.png');
}

div.radio input[type="radio"].noRadio:checked + label {
	background-image:url('/images/layout/checked-no.png');
}



input.pre-filled {
	background:#D5D5D5 !important;
}

div.community-news2 label {
	font-weight:700;
	margin:0 0 10px 0;
}

/* POP UP */

div.pop-container {
	width:100%;
	height:100%;
	position:fixed;
	z-index:9999999;
}

div.pop-back {
	width:100%;
	height:100%;
	opacity:0.85;
	background:#242D32;
}

div.pop-holder {
	width:100%;
	max-width:620px;
	min-height:430px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-205px 0 0 -310px;
	background-color:#EEEEEE;
	padding:20px;
}

div.pop-holder2 {
	width:100%;
	max-width:620px;
	min-height:154px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-77px 0 0 -310px;
	background-color:#EEEEEE;
	padding:20px;
}

	@media (max-width:768px) {
		div.pop-holder {
			margin:0;
			width:96%;
			left:2%; right:2%;
			top:30px;
			max-width:96%;
			padding-bottom:50px;
		}

		div.pop-holder2 {
			margin:0;
			width:96%;
			left:2%; right:2%;
			top:30px;
			max-width:96%;
			padding-bottom:50px;
		}

		div.pop-container {
			position:absolute;
		}
	}

button.close {
	position:absolute;
	top:-20px;
	right:20px;
	background-image:url('/images/layout/close.png');
	background-repeat:no-repeat;
	background-position:0 0;
	background-size:40px 40px;
	text-indent:10000px;
	display:block;
	width:40px;
	height:40px;
}

/* 404 */

html {
	height:100%;
}

.black-back {
	background:#242d32;
	height:100%;
}

section.p404, section.p404 > div, section.p404 > div > div, section.p404 > div > div > div {
	height:100%;
}

section.p404  div.table {
	display:table;
	table-layout:fixed;
	height:100%;
	width:100%;
}

section.p404  div.cell {
	display:table-cell;
	vertical-align:middle;
}

section.p404 h1  {
	color:#FFFFFF;
}

section.p404 p  {
	margin:0 0 20px 0;
	text-align:left;
	color:#FFFFFF;
}

section.p404 img  {
	margin:0 auto 40px auto;
}

section.p404 a.button {
	background-color:#a4abaf;
	text-transform:none;
	margin:0 0 20px 0;
	height:40px;
	min-width:240px;
	color:#FFFFFF;
	line-height:40px;
	display:inline-block;
	text-align:center;
	text-transform:uppercase;
	font-weight:400;
}

	@media (max-width:768px) {
		section.p404 {
			text-align:center;
		}
		section.p404 p, section.p404 h1 {
			text-align:center;
		}
		section.p404 a.button {
			margin:0 auto 20px auto;
		}
	}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}

.embed-responsive.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}

.embed-responsive.embed-responsive-4by3 {
	padding-bottom: 75%;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.form-abs-link {
	position:absolute;
	bottom:10px;
	left:20px;
}

.pt-employment-screening p {
	margin: 0 0 20px 0;
}

div.news-block {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 225px;
	padding: 20px;
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
	flex-direction: column;
}

div.news-block img {
	margin: 0 auto 30px auto;
}

div.news-block--fb {
	background-image: url('../images/layout/fb-bg.jpg');
}

div.news-block--li {
	background-image: url('../images/layout/linkedin-bg.jpg');
}

div.news-block h3, a div.news-block h3, a:hover div.news-block h3, a:active div.news-block h3 {
	font-size:28px;
	color: #ffffff;
	border-bottom:1px #E12726 solid;
	padding:0 0 10px 0;
	margin:0 0 auto 0;
	line-height:30px;
	text-decoration: none;
}

.hideUntilJquerySaysSo{ display: none;}
html body.pg-employment-application.pt-employment-application ul.error{ position: static;}
form#application-form p{ margin-bottom:20px;}
form#application-form label{ font-weight: inherit;}
/* ------ ADMIN TOOLBAR ------ */

ul#admin_toolbar { position:fixed; top:0; width:100%; height:40px; font-family:Arial, Helvetica, sans-serif !important; font-size:14px !important; color:#CCCCCC; background:#666666; background:-moz-linear-gradient(top, #666666 0%, #333333 100%); background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#333333)); background:-webkit-linear-gradient(top, #666666 0%,#333333 100%); background:-o-linear-gradient(top, #666666 0%,#333333 100%); background:-ms-linear-gradient(top, #666666 0%,#333333 100%); background:linear-gradient(to bottom, #666666 0%,#333333 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#333333',GradientType=0 ); z-index:99999;}
ul#admin_toolbar li { float:left; position:relative; display:inline; border-right:1px solid #000000;}
ul#admin_toolbar li+li { border-left:1px solid #999999;}
ul#admin_toolbar li a.dropdown { padding:0 40px 0 15px; color:#FFFFFF; background:url('/images/cms-images/dropdown.png') right top no-repeat;}
ul#admin_toolbar li:hover { background-color:#555555;}
ul#admin_toolbar li.last { float:right;}
ul#admin_toolbar li a { display:block; height:40px; padding:0 15px; line-height:40px; text-decoration:none; color:#FFFFFF; cursor:pointer;}
ul#admin_toolbar li a img.admin-logo { position:relative; top:2px;}
ul#admin_toolbar li a.user { color:#CCCCCC;}
ul#admin_toolbar li a.user span { color:#FFFFFF;}
ul#admin_toolbar li a:hover {}
ul#admin_toolbar li ul { position:absolute; left:-9999em; background:#555555;}
ul#admin_toolbar li:hover ul { left:0px; width:180px;}
ul#admin_toolbar li ul li { float:none; display:block; border:0 none;}
ul#admin_toolbar li ul li:hover { background:#444444;}
ul#admin_toolbar li ul li a { display:block; height:30px; line-height:30px;}


/* ------ FRONTENT BUTTONS ------ */

ul.frontend-buttons { position:absolute; top:0; right:0;}
ul.frontend-buttons li { display:inline; list-style:none; margin:0; text-indent:0; }
ul.frontend-buttons li a { width:30px; height:30px; display:inline-block; text-decoration:none; color:#FFFFFF; border-radius:8px 8px 8px 8px; -moz-border-radius:8px 8px 8px 8px; -webkit-border-radius:8px 8px 8px 8px; -o-border-radius:8px 8px 8px 8px; -khttml-border-radius:8px 8px 8px 8px; background:#666666; background:-moz-linear-gradient(top, #666666 0%, #333333 100%); background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#333333)); background:-webkit-linear-gradient(top, #666666 0%,#333333 100%); background:-o-linear-gradient(top, #666666 0%,#333333 100%); background:-ms-linear-gradient(top, #666666 0%,#333333 100%); background:linear-gradient(to bottom, #666666 0%,#333333 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#333333',GradientType=0 );}
ul.frontend-buttons li a:hover { text-decoration:none; color:#FFFFFF; background:#92278f; background:-moz-linear-gradient(top,  #92278f 0%, #56004E 100%); background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#92278f), color-stop(100%,#56004E)); background:-webkit-linear-gradient(top,  #92278f 0%,#56004E 100%); background:-o-linear-gradient(top,  #92278f 0%,#56004E 100%); background:-ms-linear-gradient(top,  #92278f 0%,#56004E 100%); background:linear-gradient(to bottom,  #92278f 0%,#56004E 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#92278f', endColorstr='#56004E',GradientType=0 );}

.center-content {
	display: flex; justify-content: center; align-items: center;
}
