/*
 * Author     : Extreme Creations
 */

/*
 * Reset
 */

* {
	padding:0px;
	margin:0px;
	outline: 0;
}

/*
 * Global
 */

body {
	font-family:Arial, Helvetica, sans-serif;
	background:#FFF url(/images/website/background2.jpg) top center repeat-y;
}

img {
	border:none;
	outline:none;
}

p {
	padding:6px 0px;
}

a:link,
a:visited {
	color:#8D8B1D;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.clear {
	clear:both;
}

#background {
	width:100%;
	background:url(/images/website/background.jpg) top center repeat-x;
}

/*
 * Header
 */

	#header {
		width:960px;
		height:125px;

		margin:0px auto;
	}

		#header .logo {
			margin:25px 0px 0px 0px;
			float:left;
		}

		#header .phone {
			margin:50px 0px 0px 0px;
			float:right;

			font-family: "ff-dagny-web-pro",sans-serif;
			font-size:24px;
			font-weight:normal;
			color:#5e7cba;
		}

		#header p {
			float:right;
			clear:right;
			font-size:12px;
			color:#666;
			max-width: 300px;
			margin-bottom: 10px;
			padding-top: 1px;
		}

			#header .phone strong {
				font-weight:normal;
				color:#464579;
			}

/*
 * Nav
 */

	#nav {
		width:960px;
		height:47px;
		padding:0px 10px;
		margin:0px auto;
		background:#49487f;
		-webkit-border-radius: 5px;
    	border-radius: 3px;
		position:relative;
	}

		#nav ul {
			list-style:none;
			position:absolute;
		}

			#nav ul li {
				float:left;

				background:url(/images/website/nav-line.jpg) top right no-repeat;
			}

				#nav ul li a {
					height:32px;
					padding:15px 24px 0px 24px;
					float:left;
					display:block;
					font-size:13px;
					color:#fff;
					text-align:center;
					text-decoration:none;
				}

					#nav ul li.last {
						background:none;
					}

					#nav ul li a:hover,
					#nav ul li.active a {
						height:38px;
						color:#cecb44;
						background:url(/images/website/nav-arrow.png) bottom no-repeat;
					}

	#tagline {
		width:980px;
		height:47px;
		padding:0px;
		margin:0px auto;
		background:url(/images/website/nav-gradient.jpg) top repeat-x;
	}

		#tagline p {
			padding:13px 0px 0px 0px;
			font-family: "ff-dagny-web-pro",sans-serif;
			font-size:18px;
			font-weight:400;
			color:#46467b;
			text-align:center;
		}

/*
 * Banner
 */

	#bnr {
		width:960px;
		padding:20px 0px 0px 0px;
		margin:0px auto;
	}

		#bnr .bnr-left {
			width:650px;
			height:310px;
			float:left;
			position:relative;
		}

			#bnr .bnr-left #rotator {
				width:650px;
				height:310px;
				overflow:hidden;
				position:relative;
				-webkit-border-radius: 5px;
    			border-radius: 5px;
			}

				#bnr .bnr-left #rotator .slide {
					width:650px;
					height:310px;
					background-position:top left;
					background-repeat:no-repeat;
					-webkit-border-radius: 5px;
    				border-radius: 5px;
				}

					#bnr .bnr-left #rotator .slide .slide-shadow {
						width:650px;
						height:310px;
						background:url(/images/website/bnr-shadow.png) 0px 0px no-repeat;
						-webkit-border-radius: 5px;
    					border-radius: 5px;
					}

					#bnr .bnr-left #rotator .slide .slide-overlay {
						width:610px;
						padding:10px 20px;
						position:absolute;
						bottom:0px;
						right:0px;
						z-index:9999;
						background:#000;
						background:rgba(70,70,124,0.9);
						color:#fff;
						font-size: 18px;
						font-weight: 700;
						line-height: 25px;
						-webkit-border-radius: 0px 0px 5px 0px;
        				border-radius:5px 5px 0 0;
					}

		#bnr .bnr-left .arrow-next {
			position:absolute;
			top:144px;
			right:20px;
			z-index:9999;
			cursor: pointer;
			opacity:1;
			transition: all 400ms ease;
			-moz-transition: all 400ms ease;
			-webkit-transition: all 400ms ease;
			-o-transition: all 400ms ease;

		}

		#bnr .bnr-left .arrow-prev {
			position:absolute;
			top:144px;
			left:20px;
			z-index:9999;
			cursor: pointer;
			opacity:1;
			transition: all 400ms ease;
			-moz-transition: all 400ms ease;
			-webkit-transition: all 400ms ease;
			-o-transition: all 400ms ease;
		}

			#bnr .bnr-left .arrow-next:hover, #bnr .bnr-left .arrow-prev:hover {
				opacity:0.8;
			}


		#bnr .bnr-right {
			width:300px;
			height:310px;
			float:right;
		}

			#bnr .bnr-right a {
				width:275px;
				height:60px;
				padding:14px 10px 0px 15px;
				margin:0px 0px 5px 0px;
				display:block;
				font-family: "ff-dagny-web-pro",sans-serif;
				font-weight:400;
				font-size:20px;
				color:#fff;
				line-height:14px;
				text-decoration:none;
				background-color:#b8b652;
				background-position:top right;
				background-repeat:no-repeat;
				-webkit-border-radius: 5px;
    			border-radius: 5px;
				transition: all 400ms ease;
				-moz-transition: all 400ms ease;
				-webkit-transition: all 400ms ease;
				-o-transition: all 400ms ease;
			}

				#bnr .bnr-right a span {
					font-family:Arial, Helvetica, sans-serif;
					font-size:12px;
					text-shadow:none;
					font-weight:400;
					line-height:24px;
					opacity:0;
					transition: all 400ms ease;
					-moz-transition: all 400ms ease;
					-webkit-transition: all 400ms ease;
					-o-transition: all 400ms ease;
				}

					#bnr .bnr-right a:hover span {
						opacity:1;
					}

				#bnr .bnr-right a:hover {
					color:#fff;
					background: #8198cc;
					background-image: none !important;
				}
					#bnr .bnr-right a:hover span {
						color:#fff;
					}

			#bnr .bnr-right a.num1 {
				background-image:url(/images/website/bnr-button1.png);
			}

		/*
			#bnr .bnr-right a.num2 {
				background-image:url(/images/website/bnr-button2.png);
			}

			*/


			#bnr .bnr-right a.num3 {
				background-image:url(/images/website/bnr-button3.png);
			}

			#bnr .bnr-right a.num4 {
				background-image:url(/images/website/bnr-button4.png);
			}

			#bnr .bnr-right a.num5 {
				background-image:url(/images/website/bnr-button5.png);
			}




/*
 * Content
 */


	#content {
		width:980px;
		margin:0px auto;
		padding:0 0 20px 0;
	}

		#content.full-width {
			width:960px;
			padding:0 0 20px 0;
		}

		#content .content-left {
			width:610px;
			padding:10px 20px;
			float:left;
		}

		#content .content-right {
			width:290px;
			padding:10px 0px;
			float:right;
		}

			#content .content-right .content-right-left {
				width:135px;
				float:left;
			}

				#content .content-right .content-right-left h4 {
					padding:6px 0px;
					font-family: "ff-dagny-web-pro",sans-serif;
					font-weight:200;
					font-size:26px;
					color:#46467b;
				}

				#content .content-right .content-right-left p {
					font-size:13px;
					font-weight:bold;
					color:#8299cb;
				}

			#content .content-right .content-right-left img {
				float:right;
			}

		#content h1 {
			padding:6px 44px 10px 0;
			font-family: "ff-dagny-web-pro",sans-sesrif;
			font-weight:400;
			font-size:26px;
			line-height:32px;
			color:#b8b652;
			border-bottom:#e9e9e9 1px solid;
			background:url(/images/website/icon-green.png) no-repeat top right;
			margin:0 0 16px 0;
		}

		#content h2 {
			font-family: "ff-dagny-web-pro",sans-serif;
			font-size:22px;
			line-height:24px;
			color:#4f4f88;
			font-weight:500;
		}

		#content h3 {
			font-family: "ff-dagny-web-pro",sans-serif;
			font-size:20px;
			line-height:24px;
			color:#4f4f88;
			font-weight:500;
			padding: 12px 0;
		}

		#content p {
			font-size:13px;
			color:#666;
			line-height:18px;
		}

		#content li {
			margin: 0 0 0 30px;
			padding: 4px 0;
			font-size:13px;
			color:#666;
			line-height:18px;
		}

		#content hr {
			padding:10px 0px 0px 0px;
			margin:0px 0px 10px 0px;

			border:none;
			background:none;
			border-bottom:#e9e9e9 1px solid;
		}

		#content header {
			margin:0 0 20px 0;
			padding:0 0 12px 0;
			border-bottom:1px solid #e9e9e9;
		}

		a.cta-download {
			padding:10px;
			border-radius:3px;
			color:#fff;
			display:block;
			margin:10px 0;
			background:#b8b652;
			font-size:13px;
			font-weight:bold;
			transition: all 300ms ease;
			-moz-transition: all 300ms ease;
			-webkit-transition: all 300ms ease;
			-o-transition: all 300ms ease;
			width:136px;
		}

			a.cta-download:hover {
				background:#92903a;
				text-decoration:none;
			}


/*
 * Services
 */

ul#services-list {
	margin:0;
}

	ul#services-list li {
		padding:20px 0;
		margin: 0;
		list-style:none;
		border-bottom:1px solid #e9e9e9;
	}

		ul#services-list li:first-child {
			padding:0 0 20px 0;
		}

		ul#services-list li:last-child {
			margin:0 0 10px 0;
			border: 0;
		}

		ul#services-list li img {
			float:left;
			width:300px;
			margin:0;
			opacity:1;
			transition: all 300ms ease;
			-moz-transition: all 300ms ease;
			-webkit-transition: all 300ms ease;
			-o-transition: all 300ms ease;
			border:1px solid #e9e9e9;
			display:inline;
		}

			ul#services-list li img:hover {
				opacity:0.8;
			}

		ul#services-list li h3 {
			color:#4e4c86;
			font-size:18px;
			line-height:22px;
			font-weight:400;
			font-family: "ff-dagny-web-pro",sans-serif;
			margin:0 0 5px 0;
			padding:0;
		}

			ul#services-list li h3 a {
				background:#4e4c86;
				padding:3px 10px;
				color:#fff;
				transition: all 300ms ease;
				-moz-transition: all 300ms ease;
				-webkit-transition: all 300ms ease;
				-o-transition: all 300ms ease;
				display: inline-block;
			}

				ul#services-list li h3 a:hover {
					text-decoration:none;
					background:#343368;
				}

		ul#services-list li a.more {
			font-size:13px;
			color:#8299cb;
			text-decoration:none;
		}

			ul#services-list li a.more:hover {
				text-decoration:#5971a3;
			}

		ul#services-list li .service-list-content {
			width:640px;
			float:right;
		}

a.asbestos-lc-cta {
	padding: 8px 15px;
	display: block;
	color: #fff;
	font-size: 16px;
	background: #B8B652;
	border-radius: 5px;
	width: 194px;
	text-decoration: none;
	font-family: "ff-dagny-web-pro",sans-serif;
	font-weight: 500;
	opacity: 1;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	margin: 10px;
	outline: 0;
	border: 0;
	text-align: center;
}

	a.asbestos-lc-cta:hover {
		opacity:0.8;
	}

/*
 * Home Bar
 */

#home-bar-wrapper {
	width:100%;
	height:250px;
	background:url(/images/website/home-tiles-bg.png) top repeat-x;
	margin:0 0 30px 0;
}

#home-bar {
	width:980px;
	height:250px;
	margin:0 auto;
	color:#fff;
	font-size:13px;
	line-height:16px;
	background:#fff;
}

	#home-bar a {
		color:#fff;
		text-decoration:none;
	}

		#home-bar a:hover {
			text-decoration:underline;
		}

		#home-bar a.cta {
			display:block;
			width:150px;
			height:24px;
			padding:11px 5px 0 5px;
			font-size:13px;
			font-weight:bold;
			line-height:13px;
			color:#46467b;
			text-align:center;
			background:#fff;
			border-radius:3px;
			opacity:1;
			transition: all 300ms ease;
			-moz-transition: all 300ms ease;
			-webkit-transition: all 300ms ease;
			-o-transition: all 300ms ease;
			position:absolute;
			bottom:14px;
			left:20px;
		}

			#home-bar a.cta:hover {
				text-decoration:none;
				opacity:0.8;
			}

	#home-bar p {
		padding:0 0 5px 0;
	}

	#home-bar h3 {
		font-size:20px;
		font-weight:200;
		text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
		font-family: "ff-dagny-web-pro",sans-serif;
		color:#fff;
		margin:0 0 10px 0;
	}

		#home-bar h3 span {
			font-size:13px;
		}

	#home-bar h5 {
		font-size:13px;
		font-weight:bold;
		margin:15px 0 5px 0;
	}

	#home-bar p.date {
		font-size:13px;
		font-weight:bold;
		color:#46467b;
		padding:5px 0;
	}


#home-bar-training-courses {
	width:290px;
	height:220px;
	padding:30px 20px 0 20px;
	float:left;
	position:relative;
	background:url(/images/website/home-tiles-bg.png) top repeat-x;
	border-radius:0 3px 3px 0;
	overflow:hidden;
}

	#home-bar-training-courses #pager {
		width:100px;
		height:10px;
		position: absolute;
		top: 31px;
		right: 5px;

	}

		#home-bar-training-courses #pager a {
			width:10px;
			height:10px;
			border-radius:5px;
			background:#fff;
			display: block;
			float: left;
			margin: 0 4px 0 0;
		}

			#home-bar-training-courses #pager a:hover, #home-bar-training-courses #pager a.activeSlide {
				background:#ccc;
			}

	#home-bar-training-courses ul#hp-course-list li {
		list-style: none;
		border: 0;
		background: none;
		padding:5px;
	}

		#home-bar-training-courses ul#hp-course-list.test-home {
			border:1px solid #fff;
			-webkit-box-shadow:  10px 10px 20px 1px rgba(0, 0, 0, 0.5);
 			box-shadow:  10px 10px 20px 1px rgba(0, 0, 0, 0.5);
 			height:118px;
		}


#home-bar-middle {
	width:288px;
	height:220px;
	padding:30px 20px 0 20px;
	/*background:url(/images/website/home-tiles-bg-2.png) top repeat-x;*/
	background:#46467c;
	float:left;
	position:relative;
	border-radius:3px;
	margin:0 5px;
}

	#home-bar-middle h5 {
		font-size:13px;
		color:#46467b;
	}

	#home-bar-middle img {
		margin:0;
	}


#home-bar-latest-news {
	width:292px;
	height:220px;
	padding:30px 0 0 20px;
	float:left;
	position:relative;
	background:url(/images/website/home-tiles-bg.png) top repeat-x;
	border-radius:3px 0 0 3px;
}

	#home-bar-latest-news ul {
		margin:10px 0 0 0;
	}


		#home-bar-latest-news ul li {
			border-bottom:1px solid #a8b8db;
			padding:8px 0;
			list-style:none;
		}

			#home-bar-latest-news ul li p {
				float:left;
				width:184px;
				line-height:16px;
			}

			#home-bar-latest-news ul li p.date {
				float:right;
				width:74px;
				font-size:12px;
				line-height:12px;
			}

			#home-bar-latest-news ul li:last-child {
				border:0;
			}


/*
 * Footer
 */

footer#footer-main {
	width:980px;
	margin: 0 auto;
	padding:20px 0 0 0;
	border-top:1px solid #e9e9e9;
}

	footer#footer-main h4 {
		font-size:20px;
		margin:0 0 16px 0;
		color:#46467b;
		font-family: "ff-dagny-web-pro",sans-serif;
		font-weight:700;
	}

	footer#footer-main ul {
		float:left;
		margin:0;
		width:240px;
	}

		footer#footer-main ul.col-2 {
			width:158px;
		}

		footer#footer-main ul.col-3 {
			width:190px;
		}

			footer#footer-main ul.col-3 ul {
				width:168px;
				padding:5px 0 0 14px;
			}

		footer#footer-main ul li {
			font-size:13px;
			line-height:16px;
			list-style:none;
			margin:0 0 5px 0;
		}

			footer#footer-main ul li a {
				color:#666666;
				text-decoration:none;
				/*font-weight:bold;*/
			}

				footer#footer-main ul li a:hover {
					color:#333;
				}


	#footer-col-left {
		width:410px;
		padding:0 0 0 30px;
		float:left;
	}

	#footer-col-middle {
		width:174px;
		float:right;
	}

	#footer-col-right {
		width:365px;
		float:left;
	}

		#footer-col-right a {
			display:block;
			float:left;
			opacity:1;
			transition: all 300ms ease;
			-moz-transition: all 300ms ease;
			-webkit-transition: all 300ms ease;
			-o-transition: all 300ms ease;
		}

			#footer-col-right a:hover {
				opacity:0.8;
			}

				#footer-col-right img {
					max-width:130px;
					margin:5px;
					display:inline-block;
					vertical-align:middle;
				}

				/*
				#footer-col-right a#footer-logo1 {
					padding: 0;
				}

				#footer-col-right a#footer-logo2 {
					padding: 0 20px;
				}

				#footer-col-right a#footer-logo5 {
					padding: 0 20px 0 5px;
				}
				*/

	#footer-extra {
		border-top:1px solid #e9e9e9;
		margin:20px 0 0 0;
		padding:14px 0 ;
		color:#666;
		font-size:13px;
		width:980px;
	}

		#footer-extra a {
			color:#666;
			text-decoration:none;
		}

			#footer-extra a:hover {
				text-decoration:underline;
			}

		#footer-extra #copyright {
			width:400px;
			float:left;
			padding:0 0 0 10px;
		}

		#footer-extra #ec {
			width:400px;
			float:right;
			text-align:right;
			padding:0 10px 0 0;
		}


/*
 * Internal Pages
 */

#page-bnr {
	width:980px;
	height:180px;
	border-radius:3px;
	margin:15px auto;
	background:no-repeat top;
}

	#content-left {
		width:620px;
		float:left;
		padding:0 0 0 10px;
	}

	section#main-content {
		padding:0 10px;
	}

		section#main-content header {
			margin:0;
			padding:0;
			border-bottom:0;
		}

		section#main-content ul {
			padding:20px;
		}


	aside#content-right {
		width:320px;
		float:right;
	}

		aside#content-right h3 {
			color:#4b4b84;
			font-size:20px;
			line-height:24px;
			padding:10px 5%;
			border-bottom:1px solid #e9e9e9;
			font-family: "ff-dagny-web-pro",sans-serif;
			font-weight:400;
			margin:0 0 10px 0;
		}

	aside#content-right .subnav {
		width:318px;
		border:1px solid #e9e9e9;
		margin:0 0 20px 0;
	}

		aside#content-right .subnav h3 {
			background:#8299ca;
			font-family: "ff-dagny-web-pro",sans-serif;
			font-size:24px;
			font-weight:200;
			width:90%;
			padding:12px 5%;
			color:#fff;
			margin:0;
		}

			aside#content-right .subnav h3 a {
				color:#fff;
			}

				aside#content-right .subnav h3 a:hover {
					color:#ccc;
					text-decoration:none;
				}

		aside#content-right .subnav ul {
			margin:0;
		}

			aside#content-right .subnav ul li {
				width:90%;
				padding:10px 5%;
				margin: 0;
				background:#f0efef;
				background-image: -o-linear-gradient(bottom, rgb(240,239,239) 0%, rgb(255,255,255) 100%);
				background-image: -moz-linear-gradient(bottom, rgb(240,239,239) 0%, rgb(255,255,255) 100%);
				background-image: -webkit-linear-gradient(bottom, rgb(240,239,239) 0%, rgb(255,255,255) 100%);
				background-image: -ms-linear-gradient(bottom, rgb(240,239,239) 0%, rgb(255,255,255) 100%);

				background-image: -webkit-gradient(
					linear,
					left bottom,
					left top,
					color-stop(0, rgb(240,239,239)),
					color-stop(1, rgb(255,255,255))
				);
				list-style:none;
				border-bottom:1px solid #e9e9e9;
			}

				aside#content-right .subnav ul li a {
					font-size:13px;
					color:#666666;
					transition: all 300ms ease;
					-moz-transition: all 300ms ease;
					-webkit-transition: all 300ms ease;
					-o-transition: all 300ms ease;
				}

					aside#content-right .subnav ul li.active a{
						font-weight:700;
					}

					aside#content-right .subnav ul li a:hover, aside#content-right .subnav ul li.active a {
						color:#444444;
						text-decoration:none;
					}

					aside#content-right .subnav ul li ul {
						display:none;
					}

					aside#content-right .subnav ul li.sub a {
						font-weight:bold;
					}

						aside#content-right .subnav ul li.sub ul {
							padding:6px 0;
							display:block;
						}


							aside#content-right .subnav ul li.sub ul li {
								background-image:none;
								background:none;
								border:0;
								padding:4px 5% 4px 10%;
							}

								aside#content-right .subnav ul li.sub ul li a {
									font-weight:normal;
								}




/*
 * Training
 */

#course-list {
	width:100%;
	border:1px solid #e9e9e9;
	margin:20px 0;
}

	#course-list h2 {
		color:#4b4b84;
		font-size:20px;
		line-height:24px;
		font-family: "ff-dagny-web-pro",sans-serif;
		padding:20px;
		font-weight:400;
		border-bottom:1px solid #e9e9e9;
	}

		#course-list ul {
			margin:0;
		}

			#course-list ul li {
				width:90%;
				padding:20px 5%;
				list-style:none;
				border-bottom:1px solid #e9e9e9;
				background:#f7f7f7;
			}

				#course-list ul li:nth-child(2n+2) {
					background:#fff;
				}

				#course-list ul li:last-child {
					border:0;
				}

			#course-list ul li h3 {
				color:#8299cb;
				font-size:18px;
				line-height:22px;
				font-weight:400;
				font-family: "ff-dagny-web-pro",sans-serif;
			}

			#course-list ul li a.more {
				display:block;
				float:right;
				padding:10px 20px;
				color:#fff;
				font-size:13px;
				line-height:13px;
				text-align:center;
				font-weight:bold;
				background:#4c4b84;
				border-radius:3px;
				margin:30px 0 0 0;
			}


aside#content-right ul.course-list {
	margin:0;
}

	aside#content-right ul.course-list li {
		list-style:none;
		width:280px;
		padding:14px 0;
		border-bottom:1px solid #e9e9e9;
		margin:0 auto;
		font-family: "ff-dagny-web-pro",sans-serif;
		font-weight:200;
		font-size:13px;
		line-height:16px;
		color:#666666;
	}

		aside#content-right ul.course-list li:last-child {
			border:0;
		}

		aside#content-right ul.course-list li p {
			padding:0;
		}

			aside#content-right ul.course-list li p.title {
				color:#8299cb;
				font-size:16px;
				margin:0 0 5px 0;
			}

			aside#content-right ul.course-list li p.date{
				font-weight:400;
				margin:0 0 2px 0;
			}



#content .cta-booking-form {
	padding: 8px 15px;
	display: block;
	color:#fff;
	font-size: 16px;
	background:#B8B652;
	border-radius:5px;
	width:100px;
	text-decoration: none;
	font-family: "ff-dagny-web-pro",sans-serif;
	font-weight: 500;
	opacity:1;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	margin: 10px;
	outline: 0;
	border: 0;
	float: left;
	text-align:center;
}

	#content .cta-booking-form:hover {
		opacity:0.8;
	}


#content .enquire-modal {
	padding: 8px 15px;
	display: block;
	color:#fff;
	font-size: 16px;
	background:#344b8c;
	border-radius:5px;
	width:54px;
	text-decoration: none;
	font-family: "ff-dagny-web-pro",sans-serif;
	font-weight: 500;
	opacity:1;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	margin: 10px 0;
	outline: 0;
	border: 0;
	float: left;
	text-align:center;
}

	#content .enquire-modal:hover {
		opacity:0.8;
	}



/*
 * Life Cycle Tile
 */

.tile-life-cycle {
	width:280px;
	height:auto;
	padding:20px;
	border-top:1px solid #e9e9e9;
	font-size:13px;
	color:#666666;
	line-height:16px;
}

	.tile-life-cycle h5 {
		font-size:24px;
		color:#46467b;
		line-height:26px;
		font-family: "ff-dagny-web-pro",sans-serif;
		font-weight:400;
		margin:0 0 4px 0;
	}

	.tile-life-cycle a.more {
		font-size:13px;
		color:#8299cb;
		line-height:16px;
		margin:4px 0 0 0;
	}

	.tile-life-cycle img {
		float:right;
	}


	.content-right .tile-life-cycle {
		padding: 10px 0;
		border:0;
	}

/*
 * Case Studies
 */


.case-studies-container {
	width:100%;
	background:#fff;
	padding:26px 0;
}

	.case-studies-container.grey {
		background:#B3B3B3;
	}

.case-study-list {
	width:960px;
	margin:0 auto;
}

	.case-study-list a.cta {
		display:block;
		float:right;
		font-size:13px;
		color:#fff;
		font-weight:700;
		text-align:center;
		padding:10px 10px;
		background:#4f4f88;
		border-radius:3px;
		transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		-webkit-transition: all 300ms ease;
		-o-transition: all 300ms ease;
	}

			.case-study-list a.cta:hover {
				text-decoration:none;
				background:#343368;
			}

			.case-studies-container.grey .case-study-list a.cta {
				background:#8299cb;
			}

				.case-studies-container.grey .case-study-list a.cta:hover {
					background:#5c74a9;
				}

	.case-study-list h2 {
		font-size:20px;
		line-height:24px;
		color:#4d4b85;
		margin:0 0 5px 0;
		font-family: "ff-dagny-web-pro",sans-serif;
		font-weight:200;
		margin:0 0 16px 0;
	}

		.case-study-list h2 a,
		.case-study-list h2 span {
			background:#4e4c86;
			padding:3px 10px;
			color:#fff;
			transition: all 300ms ease;
			-moz-transition: all 300ms ease;
			-webkit-transition: all 300ms ease;
			-o-transition: all 300ms ease;
		}

			.case-study-list h2 a:hover {
				text-decoration:none;
				background:#343368;
			}

			.case-studies-container.grey .case-study-list h2 a {
				background:#8299cb;
			}

				.case-studies-container.grey .case-study-list h2 a:hover {
					background:#5c74a9;
				}




	.case-study-list ul {
		margin:0 0 20px 0;
		padding:0 0 20px 0;
		border-bottom:none;
	}


		.case-study-list ul li {
			float:left;
			margin:0 16px 30px 0;
			width:302px;
			height: 270px;
			list-style:none;
		}

			.case-study-list ul li .cs-sum {
				width:282px;
				padding:0 10px;
			}

			.case-study-list ul li.last {
				margin:0 0 30px 0;
			}

			.case-study-list ul li img {
				border:1px solid #e9e9e9;
				margin:0 0 16px 0;
				transition: all 300ms ease;
				-moz-transition: all 300ms ease;
				-webkit-transition: all 300ms ease;
				-o-transition: all 300ms ease;
				opacity:1;
			}

				.case-study-list ul li img:hover {
					opacity:0.7;
				}

			.case-study-list ul li h3 {
				font-size:16px;
				line-height:20px;
				color:#4f4f88;
				font-family: "ff-dagny-web-pro",sans-serif;
				font-weight:400;
			}

				.case-study-list ul li h3 a {
					background: #4e4c86;
					padding: 3px 10px;
					color: #fff;
					margin: 0 0 5px 0;
					display: inline-block;
				}

					.case-studies-container.grey .case-study-list ul li .cs-sum h3 a {
						color:#ccc;
					}

					.case-study-list ul li h3 a:hover {
						color:#ccc;
						text-decoration:none;
					}

					.case-studies-container.grey .case-study-list ul li h3 a {
						color:#8299cb;
					}

			.case-study-list ul li p {
				font-size:13px;
				line-height:16px;
				color:#666666;
			}

				.case-studies-container.grey .case-study-list ul li p {
					color:#fff;
				}

			.case-study-list ul li a.more {
				font-size:13px;
				margin:10px 0 0 0;
				color:#4f4f88;
			}

				.case-studies-container.grey .case-study-list ul li .cs-sum a.more {
					color:#fff;
				}

				.case-study-list ul li a.more:hover {
					color:#2e2e65;
					text-decoration:none;
				}

				.case-studies-container.grey .case-study-list ul li a.more {
					color:#8299cb;
				}


/*
 * Asbestos
 */

#asbestos-nav {
	padding:20px 0;
}

	section#main-content #asbestos-nav ul {
		padding:0;
	}

		#asbestos-nav ul li {
			float:left;
			list-style:none;
			margin:5px;
			padding:0;
		}

			#asbestos-nav ul li a {
				display:block;
				width:270px;
				height:28px;
				padding:12px 10px 0 10px;
				float:left;
				background:#8299ca;
				border-radius:2px;
				font-family: "ff-dagny-web-pro",sans-serif;
				font-weight:200;
				color:#fff;
				font-size:20px;
				transition: all 300ms ease;
				-moz-transition: all 300ms ease;
				-webkit-transition: all 300ms ease;
				-o-transition: all 300ms ease;
				background-repeat:no-repeat;

			}

				#asbestos-nav ul li a:hover {
					background:#677dac;
					text-decoration:none;
				}

				#asbestos-nav ul li a.btn-1 {
					background-image:url(/images/website/btn-overlay.png);
					background-position: 162px -44px;
				}

				#asbestos-nav ul li a.btn-2 {
					background-image:url(/images/website/btn-overlay.png);
					background-position:-120px -56px;
				}

				#asbestos-nav ul li a.btn-3 {
					background-image:url(/images/website/btn-overlay.png);
					background-position: 162px -99px;
				}

				#asbestos-nav ul li a.btn-4 {
					background-image:url(/images/website/btn-overlay.png);
					background-position:-120px -111px;
				}

				#asbestos-nav ul li a.btn-5 {
					background-image:url(/images/website/btn-overlay.png);
					background-position: 162px -154px;
				}

				#asbestos-nav ul li a.btn-6 {
					background-image:url(/images/website/btn-overlay.png);
					background-position:-120px -166px;
				}

				#asbestos-nav ul li.small a {
					font-size: 16px;
				}


#content .tile-asbestos-course {
	width:280px;
	height:76px;
	padding:10px 20px;
	background:#b8b652 url(/images/website/btn-overlay.png) -67px -144px;
	border-radius:3px;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	background-repeat:no-repeat;
	margin:10px 0;

}

	#content .tile-asbestos-course:hover {
		background:#918f39 url(/images/website/btn-overlay.png) -67px -144px;
	}

	#content .tile-asbestos-course p {
		font-size:20px;
		color:#fff;
		font-family: "ff-dagny-web-pro",sans-serif;
		font-weight:200;
		line-height:22px;
		text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
	}

		#content .tile-asbestos-course p a {
			color:#fff;
		}

			#content .tile-asbestos-course p a:hover {
				text-decoration:none;
			}

	#content .tile-asbestos-course a.more {
		font-size:13px;
		color:#4f4f88;
		font-weight:bold;
	}


	#content #sb-downloads ul {
		margin:0;
		padding:5px 20px;
	}

		#content #sb-downloads ul li {
			padding:3px 0;
			list-style:none;
		}

			#content #sb-downloads ul li a {
				font-size:13px;
				color:#666;
			}



/*
 * Online Compliance
 */


#oc-nav {
	width:960px;
	height:38px;
	border-radius:3px;
	overflow:hidden;
	background:#adbc47;
	margin:0 0 20px 0;
}

	#oc-nav ul li {
		float:left;
		border-right:1px solid #fff;
		list-style:none;
		padding: 0;
		margin: 0;
	}

		#oc-nav ul li:last-child {
			border:0;
		}

		#oc-nav ul li a {
			float:left;
			font-size:13px;
			font-weight:bold;
			color:#fff;
			text-align:center;
			padding: 10px 31px 0 31px;
			height: 28px;
			background:#6c92cb;
		}

			#oc-nav ul li a:hover, #oc-nav ul li.active a  {
				background:#6c92cb url(/images/website/oc-nav-bg.png) bottom center no-repeat;
				text-decoration:none;
			}

			#oc-nav ul li.rq-more a {
				background:#544a97;
			}

				#oc-nav ul li.rq-more a:hover {
					text-decoration:none;
					color:#ccc;
				}

			#oc-nav ul li.login a {
				background:#adbc47;
			}

				#oc-nav ul li.login a:hover {
					text-decoration:none;
					color:#ccc;
				}


.left-col {
    width:460px;
    height: auto;
    float: left;
    margin: 0 0 10px 0;
}

.right-col {
    width:460px;
    height: auto;
    float: right;
    margin: 0 0 10px 0;
}


#login-modal {
	padding:15px;
	background:#fff;
}

#request-modal {
	padding:15px;
	background:#fff;
}

	#cboxTitle {
		display: none !important;
	}



a.cta-prev {
	padding: 8px 15px;
	display: block;
	color: #fff;
	font-size: 16px;
	background: #B8B652;
	border-radius: 5px;
	width: 100px;
	text-decoration: none;
	font-family: "ff-dagny-web-pro",sans-serif;
	font-weight: 500;
	opacity: 1;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	margin: 10px;
	outline: 0;
	border: 0;
	float: left;
	text-align: center;
}

a.cta-next {
	padding: 8px 15px;
	display: block;
	color: #fff;
	font-size: 16px;
	background: #344B8C;
	border-radius: 5px;
	width: 54px;
	text-decoration: none;
	font-family: "ff-dagny-web-pro",sans-serif;
	font-weight: 500;
	opacity: 1;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	margin: 10px 0;
	outline: 0;
	border: 0;
	float: right;
	text-align: center;
}

	a.cta-prev:hover, a.cta-next:hover {
		opacity:0.8;
	}



/*
 * Contact Page
 */

#contact-left {
	width:456px;
	float: left;
}

#contact-right {
	width:490px;
	float: right;
}



#office-list {
    width: 100%;
    height: auto;
    margin: 10px 0;
}

    #office-list ul {
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #e9e9e9;
    }

         #office-list ul li {
             border: 1px solid #e9e9e9;
             border-bottom: none;
             width: 100%;
             list-style: none;
             padding: 0;
             margin: 0;
             background: #fff;
         }

           #office-list ul li:nth-child(2n+2) {
                background: #eeecec;
            }

             #office-list ul li .address {
                 width: 200px;
                 padding: 15px 0 15px 15px;
                 float: left;
             }

             #office-list ul li .map{
                 width: 260px;
                 height: 170px;
                 margin:15px 15px 0 0;
                 float: right;
             }



	section#main-content #contact-form {
		padding:10px 0;
	}

		section#main-content #contact-form p.error {
			text-align: center;
			color:#f75d5d;
			padding: 3px;
			background:#f3f3f3;
			width:100%;
			margin: 8px 0 0 0;
		}

		section#main-content #contact-form .field {
			padding:5px 0;
			width:420px;
		}

			section#main-content #contact-form .field input {
				float:right;
				width:200px;
				border:1px solid #E9E9E9;
				font-size:14px;
				color:#999;
				padding:8px 12px;
				outline:0;
				-webkit-box-shadow: inset 0px 0px 15px 1px rgba(150, 150, 150, 0.1);
				box-shadow: inset 0px 0px 15px 1px rgba(150, 150, 150, 0.1);
				transition: all 300ms ease;
				-moz-transition: all 300ms ease;
				-webkit-transition: all 300ms ease;
				-o-transition: all 300ms ease;
			}

			section#main-content #contact-form textarea {
				width:398px;
				border:1px solid #E9E9E9;
				min-height:200px;
				font-size:14px;
				color:#999;
				padding:8px 12px;
				margin:16px 0;
				outline:0;
				-webkit-box-shadow: inset 0px 0px 15px 1px rgba(150, 150, 150, 0.1);
				box-shadow: inset 0px 0px 15px 1px rgba(150, 150, 150, 0.1);
				transition: all 300ms ease;
				-moz-transition: all 300ms ease;
				-webkit-transition: all 300ms ease;
				-o-transition: all 300ms ease;
				font-family:Arial, Helvetica, sans-serif;
			}

				section#main-content #contact-form .field input:focus, section#main-content #contact-form textarea:focus  {
					-webkit-box-shadow: inset 0px 0px 15px 1px rgba(0, 0, 0, 0.1);
					box-shadow: inset 0px 0px 15px 1px rgba(0, 0, 0, 0.1);
					border:1px solid #999;
				}

			section#main-content #contact-form .field label {
				float:left;
				max-width:200px;
				font-size:14px;
				color:#919191;
				padding:4px 0 0 0;
			}

			section#main-content #contact-form .field label.error {
				color: #ff6969;
				font-weight: 700;
				padding: 8px 0;
				width: 100%;
				max-width: 100%;
			}




				section#main-content #contact-form .field span.submit input {
					border-radius:5px;
					cursor:pointer;
					font-weight:700;
					color:#333;
				}

					section#main-content #contact-form .field span.submit input:hover {
						-webkit-box-shadow: inset 0px 0px 15px 1px rgba(0, 0, 0, 0.1);
						box-shadow: inset 0px 0px 15px 1px rgba(0, 0, 0, 0.1);
					}

/*
 * Breadcrumb
 */


#breadcrumb {
	padding:0 0 14px 0;
	color:#8299cb;
	font-size:13px;
	line-height:16px;
}

	#breadcrumb a {
		color:#8299cb;
	}

	#breadcrumb span {
		padding:0 5px;
	}



/*
 * News
 */

section#main-content ul.news-list {
	margin:0;
	padding: 0;
}

	section#main-content ul.news-list li {
		border-bottom:1px solid #E9E9E9;
		padding: 16px 0;
		list-style: none;
		margin: 0;
	}

		section#main-content ul.news-list li p.date {
			padding: 0;
			font-style: italic;
			padding: 5px 0 0 0;
		}

		section#main-content ul.news-list li img {
			float: right;
			margin: 0 0 16px 16px;
			padding: 2px;
			border:1px solid #E9E9E9;
			transition: all 300ms ease;
			-moz-transition: all 300ms ease;
			-webkit-transition: all 300ms ease;
			-o-transition: all 300ms ease;
			opacity:1;
		}

			section#main-content ul.news-list li img:hover {
				opacity:0.7;
			}

		section#main-content ul.news-list li h3 a {
			color:#4F4F88;
		}

section#main-content img.news-image {
	float: right;
	margin: 0 0 16px 16px;
	padding: 2px;
	border:1px solid #E9E9E9;
}

section#main-content a.back {
	font-size: 14px;
	padding: 10px 0;
	display:block;
}



/*
 * Life Cycle
 */

#carousel1 {
	width:600px;
	height:460px;
	background:#fff;
	overflow:scroll;
}

	#carousel1 img {
		cursor: pointer;
		transition: opacity 300ms ease;
		-moz-transition: opacity 300ms ease;
		-webkit-transition: opacity  300ms ease;
		-o-transition: opacity  300ms ease;
		opacity: 1;

	}

		#carousel1 img:hover {
			opacity:0.7;
		}

	#carousel-info {
		width:500px;
		min-height:210px;
		margin: 0 auto;
	}

		section#main-content #carousel-info h3 {
			color:#46467b;
			font-size: 26px;
			margin: 0 0 5px 0;
		}

		section#main-content #carousel-info p {
			color:#8299cb;
			font-size: 15px;
			line-height: 18px;
		}

		#carousel-info #carousel-images {
			width:180px;
			margin: 0 10px 0 0;
			float: left;
			height:auto;
		}

		#carousel-info #carousel-content {
			padding: 40px 10px 10px 10px;
			width:260px;
			float: right;
		}


/*
 * Modal Styles
 */

#cboxOverlay {
	background:#000 !important;
}

#cboxContent #cboxClose {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	color: #444;
	padding: 5px 10px;
	background: #333;
	color: #fff;
	border-radius: 5px;
	opacity:1;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

	#cboxContent #cboxClose:hover {
		opacity:0.8;
	}


#enquire_modal_content {
	padding: 15px;
	background:#fff;
}


	.modal-box h3 {
		font-family: "ff-dagny-web-pro",sans-serif;
		font-size:20px;
		line-height:24px;
		color:#4f4f88;
		font-weight:500;
		padding: 4px 0;
	}

	.modal-box p {
		font-size:13px;
		color:#666;
		line-height:18px;
	}


		.modal-box .field {
			padding:5px 0;
			width:420px;
		}

			.modal-box .field input {
				float:right;
				width:200px;
				border:1px solid #E9E9E9;
				font-size:14px;
				color:#999;
				padding:8px 12px;
				outline:0;
				-webkit-box-shadow: inset 0px 0px 15px 1px rgba(150, 150, 150, 0.1);
				box-shadow: inset 0px 0px 15px 1px rgba(150, 150, 150, 0.1);
				transition: all 300ms ease;
				-moz-transition: all 300ms ease;
				-webkit-transition: all 300ms ease;
				-o-transition: all 300ms ease;
			}

			.modal-box .field textarea {
				width:398px;
				border:1px solid #E9E9E9;
				min-height:200px;
				font-size:14px;
				color:#999;
				padding:8px 12px;
				margin:16px 0;
				outline:0;
				-webkit-box-shadow: inset 0px 0px 15px 1px rgba(150, 150, 150, 0.1);
				box-shadow: inset 0px 0px 15px 1px rgba(150, 150, 150, 0.1);
				transition: all 300ms ease;
				-moz-transition: all 300ms ease;
				-webkit-transition: all 300ms ease;
				-o-transition: all 300ms ease;
				font-family:Arial, Helvetica, sans-serif;
			}

				.modal-box .field input:focus, .modal-box .field textarea:focus  {
					-webkit-box-shadow: inset 0px 0px 15px 1px rgba(0, 0, 0, 0.1);
					box-shadow: inset 0px 0px 15px 1px rgba(0, 0, 0, 0.1);
					border:1px solid #999;
				}

			.modal-box .field label {
				float:left;
				max-width:200px;
				font-size:14px;
				color:#919191;
				padding:4px 0 0 0;
			}

			.modal-box .field label.error {
				color: #ff6969;
				font-weight: 700;
				padding: 8px 0;
				width: 100%;
				max-width: 100%;
			}


				.modal-box .field input.submit {
					border-radius:5px;
					cursor:pointer;
					font-weight:700;
					color: #333;
				}

					.modal-box .field input.submit:hover {
						-webkit-box-shadow: inset 0px 0px 15px 1px rgba(0, 0, 0, 0.1);
						box-shadow: inset 0px 0px 15px 1px rgba(0, 0, 0, 0.1);
						color:#333;
					}


/*
 * About Logos
 */

.logos {
	padding:10px;
}

	.logos .logo {
		width:100px;
		height:100px;
		float:left;
		margin:5px 24px;
	}

		.logos .logo img {
			margin:0 auto;
			display:block;
		}

#content-right.about {
	padding-top: 100px;
}

/* ==========================================================================
	Footer accreditations
========================================================================== */


footer#footer-main .accreditations-list {
	display: block;
	float: none;
	width: 100%;
	margin: 30px 0 0 0;
	padding: 0;
	text-align: center;
}

	footer#footer-main .accreditations-list__item {
		display: inline-block;
		margin: 0;
		padding: 0;
	}

	footer#footer-main .accreditations-list__item-img {
		display: block;
		max-width: 100%;
		height: 120px;
		border: 0;
		outline: 0;
	}
