/* Copy of Hydrop.com style sheet as the login screen shares styles with hydrop.com
 - This stylesheet has been cleaned of all selectors not required using Dust-me for FireFox - selectors not needed get automatically commented out */

/*@font-face {
font-family: ubuntu;
src: url(/fonts/Ubuntu-Medium.ttf);
}*/
    
/**    .timeline .stream {
        overflow: initial;
    }
**/
body {
	font-family: 'Lato', 'HelveticaNeue-Light', 'Arial', sans-serif;
	font-size: 16px;
    position: relative;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
    color: #000;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
/**blockquote small {
margin-top: 8px;
}
**/legend {
font-size: 24px;
border: none;
}
/*.boxed-quote .fr{
    margin-left: 2.5%;
}
.boxed-quote .fl{
    margin-right: 2.5%;
}*/
a {
    background:transparent;
	color:#0099D8;
    font-size:100%;
    margin:0;
    padding:0;
	text-decoration:none;
    vertical-align:baseline;
}
a:hover {
    text-decoration: none;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
/**abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
**/table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #999;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}

ul, ol {
    margin: 1em 0;
}

/**ul ul, ol ol {
    margin: 0.3em 0;
}
**/
ul {
    list-style-type: circle;
}

ul li, 
/**ol li**/ {
	margin:0 0 0.5em;
}

br { display:block; }
/**.thumbnail{
    border-radius: 0;
    border: 0;
    background: transparent;
    position: relative;
    padding: 0;
   
}
**/pre {
    padding: 0;
    border: none;
    background: none;
    word-break: normal;
    word-wrap: normal;
    line-height: 1.42857143;
    font-size: 1em;
    margin: 0;
    color: #191919;
    font-family: 'Lato', 'HelveticaNeue-Light', 'Arial', sans-serif;
    overflow: inherit;
    white-space: pre-line;
}
/**.thumbnail.pull-left,.thumbnail.fl{
    margin-right: 8px;
}
**//**.thumbnail.pull-right,.thumbnail.fr{
    margin-left: 8px;
}
**//**.thumbnail .caption {
    padding: 9px 0;
    color: #1e1e1e;
    background: #fff;
    opacity: 0.8;
    position: absolute;
    bottom: 4px;
}
**//**.thumbnail .caption p {
    padding: 0 8px;
    margin: 0;
}
**/img {
    max-width: 100%;
}
 
/**.clear {
clear: both;
}
**//**.well {
    background: #fafafa;
    border-radius: 8px;
}
**//*Lightbox*/
/**.ekko-lightbox-nav-overlay a {
color: #fff;
}
**/
/*Lightbox*/
/**.more {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.2em;
}
**/
/**.more:before {
    content: "\f138";
    font-family: 'FontAwesome';
    margin: 0 5px 0 5px;
    font-size: 1em;
}
**/
.btn {
	font-family: 'Lato', 'Arial', 'HelveticaNeue', sans-serif;  
    font-size: 1.4em;
}

/**.btn-info {
    background: #019BD9;
}
**/
/**.btn-info:hover {
    background: #028AC1;
}
**/
/**.btn-primary {
    background: #0099d8;
}
**//**.btn-cta {
    background: #bfd255; /* Old browsers *\/
    background: -moz-linear-gradient(top,  #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* FF3.6+ *\/
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfd255), color-stop(50%,#8eb92a), color-stop(51%,#72aa00), color-stop(100%,#9ecb2d)); /* Chrome,Safari4+ *\/
    background: -webkit-linear-gradient(top,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Chrome10+,Safari5.1+ *\/
    background: -o-linear-gradient(top,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Opera 11.10+ *\/
    background: -ms-linear-gradient(top,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* IE10+ *\/
    background: linear-gradient(to bottom,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* W3C *\/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 ); /* IE6-9 *\/
    box-shadow: inset 0px 2px 2px #dddddd;
    /*border: 1px solid #8CC199;*\/
    border: 1px solid #207cca;
    padding-right: 50px;
    border-radius: 0 25px 25px 0;
    position: relative;
    /*color: #019E26;*\/
    color: #fff;
    margin: 0 20px 0 0;
    font-weight: bold;
    text-shadow: 1px 1px 1px #666666;
}
**/
/**.btn-cta img{
    height: 30px;
    width: auto;
    position: absolute;
    right: 10px;
    top: 9px; 
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
}
**/
/**.btn-cta:hover {
    background: #bfd255; /* Old browsers *\/
    background: -moz-linear-gradient(top,  #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* FF3.6+ *\/
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfd255), color-stop(50%,#8eb92a), color-stop(51%,#72aa00), color-stop(100%,#9ecb2d)); /* Chrome,Safari4+ *\/
    background: -webkit-linear-gradient(top,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Chrome10+,Safari5.1+ *\/
    background: -o-linear-gradient(top,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Opera 11.10+ *\/
    background: -ms-linear-gradient(top,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* IE10+ *\/
    background: linear-gradient(to bottom,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* W3C *\/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 ); /* IE6-9 *\/
    box-shadow: inset 0px 2px 2px #dddddd;
    border: 1px solid #72aa00;
    color: #fff;
}
**//**.panel-heading {
    padding: 0;
}
**//**.panel-title {
    padding: 0;
}
**//**.panel-title>a {
    padding: 10px 15px;
    width: 100%;
    display: block;
    margin: 0; 
}
**//**.panel-title>a.collapsed:after {
    content: "\f078";
    font-family: 'FontAwesome';
    right: 0;
    opacity: 0.8;
    float: right;
}
**//**.panel-title>a:after {
	content: "\f077";
    font-family: 'FontAwesome';
    right: 0;
    opacity: 0.8;
    float: right;
}
**/
/* Clearfix */
.group:before,
.group:after {
    content: "";
    display: table;
} 
.group:after {
    clear: both;
}
.group {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
/* End Clearfix*/
/**#toTop { 
    display:none; 
    position:fixed; 
    right:5px; 
    bottom:0; 
    color: white; 
    font-weight:bold; 
    text-decoration:none; 
    border-radius: 5px 5px 0 0;
    background: black; 
    padding:10px; 
    z-index: 100;
    min-height: 10px!important;
}
**//**#toTop:hover { 
    cursor: pointer;
}
**//**#mapCanvas img {
    max-width: none;
}
**/html,
body {
	background-color:#fff;
	height: 100%;
}

header {
	margin-left:auto;
	margin-right:auto;
	max-width: 1248px;
}

/**    header #loginHeader a.contact-link {
        /*display: none;*\/
    }
**/
body > div {
	min-height: 100%;
}
/*Forces collorzilla to behave - Only needed while testing*/
/**body > div#colorzilla-status-panel {
	min-height: 0;
}
**/
/**#content {
	overflow: visible;
	padding-bottom: 22.2em;
}  **//* must be same height as the footer */

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}

/**.section-header {
    border-top: 1px solid #0099D8;
    padding-top: 15px;
    margin-top: 30px;
}
**/
h2 {
	color: #0099D8;
	text-transform: uppercase;
	font-family: 'Lato', 'Arial', 'HelveticaNeue-Light', sans-serif;
	font-size: 1.6em;
}
/**    h2 a {
	    color: #0099D8;
    }
**//**    h2 a:after {
        content: "\f105";
        font-family: 'FontAwesome';
        margin-left: 10px;
        font-size: 1.1em;
    }
**//**    h2 a:hover {
	    color: #0099D8;
	    text-decoration: none;
    }
**//**    h2 a:hover:after {
        content: "\f101";
    }
**/    
    
/**    h2.linked-small-header a:after {
        content: "";
    }
**//**    h2.linked-small-header a:hover:after {
        content: "";
    }
**//**    h2.linked-small-header a small:after {
        content: "\f105";
        font-family: 'FontAwesome';
        margin-left: 10px;
        font-size: 1.1em;
    }
**//**    h2.linked-small-header a:hover small:after {
        content: "\f101";
    }
**/h3 {
	color: #333;
	padding: 0 0 5px;
	font-family: 'Lato', 'Arial', 'HelveticaNeue-Light', sans-serif;
}
/**h2 em {
}
**//**h3 em {
}
**/p {
	margin: 1em 0;
}

.fl {
	float:left;
}
.fr {
	float:right;
}
/**.alert {
    display: block;
    margin-top: 20px;   
}
**//**    .alert h2 {
        margin-top: 0;   
    }
**/
/**.quote {
    color: #0099D8;
    font-size: 1.2em;
    font-style: italic;
    font-weight: bold;
    padding: 1em 3em;
    position: relative;
}
**/
/**	.quote.fr {
		margin: 0.5em 0 0.5em 0.5em;
	}
**/
/**	.quote.fl {
		margin: 0.5em 0.5em 0.5em 0;
	}
**/
/**.quote .openSpeech,
.quote .closeSpeech {
	position:absolute;
	width:2em;
}
**/
/**.quote .openSpeech {
	left:0;
	top:0;
}
**/
/**.quote .closeSpeech {
	right:0;
	bottom:0;
}
**//**.quote span {
	display:block;
	font-size:0.75em;
	font-style:normal;
	font-weight:normal;
}
**//**.noListStyle 
{
    list-style:none;
    margin:0;
    padding:0;
}
**/#wrap {
	/*padding: 0 1em;*/
}

/**#wrap .download img {
    margin: 0 0 0 0.5em;
}
**/
/*Pager styles*/

/**#pagesContainer a 
{
}
**/
/**#pagesContainer a i {
vertical-align: middle;
margin-top: -2px!important;
}
**/
/**#pagesContainer input
{
	margin: 0 0.5em 0 1em;
	width: 3.5em;
	padding: 0 5px;
	border-radius: 5px;
}
**/
/**#pagesContainer .container-pages
{
	display: inline;
}
**/
/**#pagesContainer #totalPages
{
	margin-right: 1em;
}
**/
/**#pagesContainer 
{
	vertical-align: middle;
}
**/
/**#pagesList {
    list-style: none;   
    display: inline-block;  
    padding: 0 5px;
}
**/
/**#pagesList li{
    display: inline-block;  
    padding: 0 3px;
}
**/
/**#pagesList li.active{
    font-weight: bold;
}
**/
/**.pageShowDropDown {
    text-align: right;
}
**/
/**.pageShowDropDown select {
    padding: 0.3em!important;
}
**/
/*PAger styles*/

/*.errorvalidator {
    background-color: rgba(255, 10, 10, 0.1) !important;
    border-color: #FF0000 !important;
    box-shadow: 2px 2px #FFAAAA !important;
}*/

/* ======== Form ======== */

/**#content .innerSect #contact label, #loginHeader > label {
    display: block;
    padding: 0.5em 15px 0.5em 0;
}
**/
/**#content .innerSect label span, #loginHeader > label span {
    display: block;
    margin: 0.3em 0 0;
}
**/
/**#content > form label input, #loginHeader > label input {
    display: block;
}
**/
/**#content .innerSect label input, #content .innerSect > textarea, #loginHeader > label input, #loginHeader > textarea, #content .innerSect select,
.sideMenuLayout input, .sideMenuLayout textarea, .sideMenuLayout select
 {
    border: 1px solid #AAAAAA;
    box-shadow: 2px 2px #DDDDDD;
    padding: 0.5em;
}
**/
/**.submit {
    background-color: #EFEFEF;
    border: 1px solid #AAAAAA;
	float:right;
	margin:1em 0 0;
	padding:0.5em;
	cursor: pointer;
}
**/
/* ======== Form ======== */

/* ======== Header ======== */

header {
    position: relative;
    margin: 0.7em auto;
}

	header .fl {
		width: 70%;
	}

/**	header .fr {
		text-align:right;
		width: 29%;
	}
**/
			header div a img {
				margin-right:0.8em;
				width: 4.7em;
			}

		header .fl a {
			float:left;
			margin: 1em 0 0.5em;
		}
		
/**		header .fr span {
			display: block;
			font-size: 1.2em;
			margin: 0 0 0.1em;
		}
**/
/**			header .fr span img {
				margin: 0 0 0.2em;
				vertical-align: middle;
				width: 0.8em;
			}
**/
/**			header .fr span a {
				font-size: 1.1em;
				margin: 0;
			}
**/
	header h1 {
		color: #333;
		display: block;
		font-size: 2em;
		font-weight: normal;
		line-height: 1em;
		margin: 1.3em 0 0 2em;
		padding-left: 1.5em!important;
		max-width: 720px;
		padding: 0;
		line-height: 1.1em;
		font-family:sans-serif;
		letter-spacing: 0.004em;
	}
	
	header .company 
	{
	    border-right: 3px solid #0099D8;
	    margin-right: 10px;
	}
	
    header small 
	{
        font-size: 0.73em;
        letter-spacing: 0.01em;
	    color: #aaaaaa;
	}
	

/**	header #searchForm {
		background-color: #EFEFEF;
		border-radius: 10px;
		float: right;
		padding: 2%;
		text-align: left;
		width: 11.5em;
	}
**/
/**		header #searchForm input {
			background-color: #EFEFEF;
			border: medium none;
			color: #000000;
			width: 87%;
		}
**/
/**		header #searchForm img {
			position:relative;
			top:3px;
		}
**/
/**.subHead {
    color: #A4A4A4;
    font-size: 0.8em;
    margin: 0;
    padding: 0;
    text-transform: none;
}
**/
/**#loginHeader {
    margin: 0 0 1.5em;
    position: relative;
}
**/
/**	#loginHeader .loginVisible {

	}
**/
	/*#loginHeader form {
		background-color: #EFEFEF;
		border: 3px solid #0099D8;
		border-radius: 10px 0 10px 10px;
		margin-top: 10px;
		min-width: 15em;
		padding: 3%;
		position: absolute;
		right: 0;
		text-align: left;
		width: 80%;
		z-index: 1;
	}*/

		/*#loginHeader form label {
			display: block;
		}
			
			#loginHeader form label span {
                float: left;
                font-size: 1em;
            }
            
			#loginHeader form label input {
                float: right;
                width: 65%;
            }
			
			#loginHeader form > div > input {
				float: right;
				margin: 0.5em 0;
			}
			
			#loginHeader form ul {
				clear: left;
				font-size: 0.7em;
				list-style: none outside none;
				margin: 0;
				padding: 0;
			}
			
				#loginHeader form ul li {
					float: left;
					margin: 0;
					width: 28%;
				}
				
					#loginHeader form ul li a {
						display: inline;
					}*/
/* ======== Header ======== */

/* ======== Main Nav ======== */

/* Applies to all navs in the main content area as well*/
.wrap > nav {
	background: #EFEFEF;
	margin: 1em 0;
}
/**    .wrap > nav > ul li#contactNavItem {
        display: none;
    }
**/	.wrap > nav > ul {
		border-bottom: 3px solid #0099D8;
		font-size: 0.78em;
		margin: 0 auto;
		overflow: hidden;
	    max-width: 1248px;
		padding: 0;
		font-family: lato, arial;
	}
/**	.wrap > nav > ul ul {
		padding: 0;
		margin: 0;
	}
**/
		.wrap > nav li {
			-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
			-moz-box-sizing: border-box;    /* Firefox, other Gecko */
			box-sizing: border-box;         /* Opera/IE 8+ */
			border-spacing:0;
			border-collapse:collapse;
			display:table-cell;
			font-size:1em;
			overflow: hidden;
			text-align: center;
			text-overflow: ellipsis;
			text-transform: uppercase;
			vertical-align:middle;
			width: 7%;
			border-right: 1px solid #e1e1e1;
		}

		.wrap > nav li a {
			color:#000;
			display:block;
			padding: 1.4em 0 2.61em;
			text-decoration:none;
			width: 100%;
			height:3.1em;
		}
		
/**		.wrap > nav .selectedNav a {
			/*color:#fff;*\/
		}
**/		
/**		.wrap > nav li i
		{
		    left: 1.6em;
		    top: 1.7em;
		    opacity: 0.2;
		}
**/			
/**		.wrap > nav ul li a.has-child:before {
		    content:"\f078";
		    font-family: 'FontAwesome';
		    padding-right: 4%;
		    opacity: 0.2;
		}
**/			
        .wrap > nav li#homeNavItem {
            padding-left: 0;
            width: 2.4%;
        }
        
/**        #homeNavItem > a > span{
            visibility: hidden;
        }
**/		
		.wrap > nav li#homeNavItem a {
            background: url(/images/icons/home-sprite.png) no-repeat 19px 10px;
            overflow: hidden;
        }
		
/**		.wrap > nav li#homeNavItem.selectedNav a{
            background: url(/images/icons/home-sprite.png) no-repeat -45px 10px;
        }
**/		
		.wrap > nav li#homeNavItem a:hover {
            background: url(/images/icons/home-sprite.png) no-repeat -45px 10px #0099D8;
        }


		.wrap > nav li:last-child {
			padding-right: 0;
			border-right:none;
		}

		/* Applies to all navs in the main content area as well*/
		.wrap nav li a:hover, .wrap nav li:hover a {
			background-color: #5097ce;
			color:#fff;
			cursor:pointer;
		}
		/*exclude nav within the footer*/
/**		.wrap footer nav li:hover a, .wrap footer nav li a:hover {
			background-color: transparent;
			color: #2a6496;
		}
**/		
/**		.wrap > nav .selectedNav, .wrap > nav .selectedNav a {
		    background: #0099D8;
			color:#fff;
		}
**/
/**		.wrap > nav .selectedNav > a:hover 
		{
		    cursor: default;
		    background: #0099D8;
			color:#fff;
		}
**//**		.wrap > nav .selectedNav > a.has-child:hover 
		{
			background-color: #5097ce;
		}
**/
/**		.wrap > nav .subNav {
		    background: #5097ce; /* Old browsers *\/
            background: -moz-linear-gradient(top,  #5097ce 0%, #0099d8 100%); /* FF3.6+ *\/
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5097ce), color-stop(100%,#0099d8)); /* Chrome,Safari4+ *\/
            background: -webkit-linear-gradient(top,  #5097ce 0%,#0099d8 100%); /* Chrome10+,Safari5.1+ *\/
            background: -o-linear-gradient(top,  #5097ce 0%,#0099d8 100%); /* Opera 11.10+ *\/
            background: -ms-linear-gradient(top,  #5097ce 0%,#0099d8 100%); /* IE10+ *\/
            background: linear-gradient(to bottom,  #5097ce 0%,#0099d8 100%); /* W3C *\/
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5097ce', endColorstr='#0099d8',GradientType=0 ); /* IE6-9 *\/
			border-bottom:0;
			display: none;
			list-style: none outside none;
			margin:0;
		    overflow: visible;
			position: absolute;
			z-index: 200;
			box-shadow: 2px 2px 2px grey;
			padding: 0;
			font-size:1em;
		}
**/		
/**		.wrap nav li:hover .subNav {
            display:block;
        }
**/        
/**		.wrap > nav .subNav li * {
			font-size:14px;
		}
**/        
/**			.wrap > nav .subNav li {
				border-collapse: collapse;
				border-spacing: 0;
				display: block;
				height: auto;
				margin:0;
				padding: 0;
				position: relative;
				width: 100%;
				z-index: 200;
				text-align: left;
			    border-right:none;
			}
**/
/**			.wrap > nav .subNav li a 
			{
				padding: 0.9em 1.5em;
				/*white-space:nowrap; *\//* Stop text wrapping and creating multi-line dropdown items *\/
				background: none;
				border-bottom: 1px dashed #7BBEF4;
			    height: auto;
			    min-height: 3.1em;
			    color: #fff;
			    text-transform: none;
			}
**/
/**			 .wrap > nav .subNav li a:hover {
				background-color:#2F86CC;
				background-image: none;
				color:#fff;
			}
**/			
		/*------Mega menu------*/
			
/**		.wrap > nav .subNav.mega {
            min-width: 700px;
            max-width: 800px;
            padding-left: 0;
		}
**//**		    .wrap > nav .subNav.mega ul li .fr {
		        width: 120px;
		        padding: 15px;
		        margin: 1.5em 0em 2em 1.5em;
		        background: #338CD3;
	        } 
**/	        
/**		    .wrap > nav .subNav.mega ul {
		    border-bottom: none;
	        }
**/		
/**		    .wrap > nav .subNav.mega li.fl {
		        width: 60%;
		        white-space: normal;
                border-right: 4px solid #333333;
		    }
**/		        
/**                .wrap > nav .subNav.mega li.fl a.audit {
                    background: url(/images/consultancy-services/audit-menu.jpg) no-repeat 0 -20px;
                    background-size: 100% auto;
                }
**//**                .wrap > nav .subNav.mega li.fl a.risk {
                    background: url(/images/consultancy-services/risk.jpg) no-repeat 0 1px;
                    background-size: 100% auto;
    
                }
**//**                .wrap > nav .subNav.mega li.fl a.authEng {
                    background: url(/images/nav/auth-eng-nav.jpg) no-repeat 0 1px;
                    background-size: 100% auto;
		            margin-top: 0;
                }
**//**		        .wrap > nav .subNav.mega li.fl a {
		            white-space: normal;
		            padding: 0;
		            border: none;
		            min-height: 201px;
		            margin-top: 3px;
		            opacity: 0.9;
		        }
**//**		        .wrap > nav .subNav.mega li.fl a:hover {
		            opacity: 1;
		        }
**/		
/**		    .wrap > nav .subNav.mega li.fr {
		        width: 40%;
		    }
**/		
/**		    .wrap > nav .subNav.mega li h3 {
		        font-size: 1.4em;
                text-align: left;
                color: #fff;
                text-transform: uppercase;
		    }
**/		
/**		    .wrap > nav .subNav.mega li.fl h3 {
		        font-size: 1.4em;
                text-align: left;
                color: #fff;
                background: #333333;
                padding: 10px;
                margin: 0;
                border-bottom: 3px solid #0099d8;
		    }
**/		
/**		    .wrap > nav .subNav.mega li.fl a:hover h3 {
		    }
**/		
/**		    .wrap > nav .subNav.mega li.fl a p {
                padding: 15px;
                background: #fff;
                opacity: 0.8;
                color: #000;
                display: inline-block;
                margin-top: 0;
		    }
**//**		    .wrap > nav .subNav.mega li.fl a:hover p {
                opacity: 0.9;
		    }
**/		    
/**		    .wrap > nav .subNav.mega li.fr h3 {
			    color: #fff;
				padding-left:  1.3em;
		    }
**/		
/**		    .wrap > nav .subNav.mega li p {
		        text-transform: none;
		    }
**/

/* ======== Main Nav ======== */

/* ======== Breadcrumb ======== */

/**.innerSect.container-breadcrumb {
    margin: 20px auto 0;
    padding: 0;
}
**//**.innerSect.container-breadcrumb .breadcrumb {
    padding: 0;
    background: none;
}
**//**.innerSect.container-breadcrumb .breadcrumb span{
    text-transform: capitalize;
    padding: 0 5px 0 0;
}
**/
/* ======== Breadcrumb ======== */

/* ======== Page Nav ========*/

/**.wrap .pageNav {
    float: left;
    margin: 0 1% 1em 0;
    width: 17%;
}
**/
/**	.wrap .pageNav ul {
		margin:0;
	}
**/
/**		.wrap .pageNav ul > li
		{
		    margin:0;
		}
**/		
/**		    .wrap .pageNav ul > li a 
		    {
		        display:block;
			    font-size: 0.85em;
			    padding:0.5em;
			    margin:0;
		    }
**/		
/**		    .wrap .pageNav ul > li:hover a {
			    color:#fff;
		    }
**/		
/**		    .wrap .pageNav ul > li a {
			    color:#000;
			    text-decoration:none;
		    }
**/		    
/**		    .wrap .pageNav .selectedNav, .wrap .pageNav ul > li.selectedNav a {
			    background-color: #0099D8;
			    color:#fff;
		    }
**/		    
		    /* sorts pages with the side navigation */
/**		    .sideMenuLayout > div.fl {
                float: left;
                margin-bottom: 1em;
                width: 82%;
		    }
**/
/* ======== Page Nav ========*/
		    
/* ======== Footer ======== */

footer {
    background: #EFEFEF;
	border-top: 1px solid #CFCFCF;
	clear:both;
	color:#000;
	font-size:0.9em;
	min-height: 25em;
    margin-top: -25em; /* negative value of footer height */
    /*min-height: 0;*/
	overflow:auto;
    padding: 1em 0;
	position: relative;
} 

/**	footer ul {
		display: block;
		float:left;
		list-style: none outside none;
		padding: 0;
		margin:0;
	}
**/
/**	footer > div {
		margin:0 auto;
		max-width: 1248px;
	}
**/
/**		footer div ul {
			margin-right: 6.31em;
		}
**/
/**			footer div ul li {
				margin-bottom: 0.4em;
			}
**/
/**				footer div ul li img {
					margin-bottom: 0.15em;
					margin-right:0.238em;
					vertical-align:middle;
				}
**/
/**	footer nav {
		clear:left;
	}
**/
/**		footer nav ul {
			margin-right:0;
			margin-top:0.75em;
		}
**/
/**			footer nav ul li {
				border-right: 1px solid #999;
				display:inline-block;
				float:left;
				margin-right:0.476em;
				padding-bottom: 0.1em;
				padding-right:0.476em;
			}
**/
/**			footer nav ul li:last-child {
				border-right: medium none;
			}
**/
/**.leftPart {
	float:left;
	width:70%;
}
**/
/**.footerLogo {
	display:block;
	float: right;
	width: 30%;
	border-left: 1px dashed #666666;
	padding-left: 30px;
}
**/
/**	.footerLogo .accreditation {
		float: right;
	    margin: 20px 0 60px 10px;
	}
**//**	.footerLogo img 
	{
	    height: 90px;
	    padding-left: 20px;
	}
**/
/**	.footerLogo p {
		color: #666666;
		font-size:0.8em;
		line-height: 1.5;
	}
**/	
/**	.footerLogo h4 small {
	    color: #231F20;
	}
**/
/**	.social li i{
		width:16px;
        display: inline-block;
	}
**/	
/**	i.fa-facebook-square {
	    color: #3b5998;
	}
**/	
/**	i.fa-twitter-square {
	    color: #00aced;
	}
**/	
/**	i.fa-linkedin-square {
	    color: #007bb6;
	}
**/	
	
/**.infoSection {
	margin-bottom: 2em;
}
**/	
/**	.infoSection ul {
		display: block;
		margin: 0;
	}
**/
/**.disclaimer {
	float:left;
	font-size:0.8em;
	color: #666666;
	margin-top: 1em;
}
**/
/**.accreditation 
{
    text-align: center;
}
**//**    .accreditation span
    {
        display: block;
        font-size: 0.8em;
        font-family: Tahoma;
        margin-top: 8px
    }
**//**    .footerLogo > div > span {
        padding-left: 20px;   
    }
**//**    .threeCol .accreditation img
    {
        margin: 3em auto 0;
    }
**/
/* ======== Footer ======== */

/* ======== Content?? ======== */

/**body #wrap .home, body #wrap .training, body #wrap .ourCompany, body #wrap .compass {
	/*max-width: 100%;*\/
}
**/
/**.home .innerSect.group.row-fluid, .contact .innerSect, .legionnaires .inner {
    padding-bottom: 2em;   
}
**/
/**.midBanner > div {
    max-width: 1248px;
    margin: 0 auto;
}
**/
/**.midBanner {
    background: #eff5f7; /* Old browsers *\/
    background: -moz-linear-gradient(top,  #eff5f7 0%, #eaf0f2 100%); /* FF3.6+ *\/
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eff5f7), color-stop(100%,#eaf0f2)); /* Chrome,Safari4+ *\/
    background: -webkit-linear-gradient(top,  #eff5f7 0%,#eaf0f2 100%); /* Chrome10+,Safari5.1+ *\/
    background: -o-linear-gradient(top,  #eff5f7 0%,#eaf0f2 100%); /* Opera 11.10+ *\/
    background: -ms-linear-gradient(top,  #eff5f7 0%,#eaf0f2 100%); /* IE10+ *\/
    background: linear-gradient(to bottom,  #eff5f7 0%,#eaf0f2 100%); /* W3C *\/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff5f7', endColorstr='#eaf0f2',GradientType=0 ); /* IE6-9 *\/
    border: 1px solid #CCCCCC;
    border-left: none;
    border-right: none;
    margin: 0;
	padding:1em 0;
}
**//**.midBanner.theme1 {
    background: url(/images/sitewide/gplaypattern.png);
}
**//**.midBanner.theme2 {
    background: #fefefe; /* Old browsers *\/
    background: -moz-linear-gradient(top,  #fefefe 1%, #efefef 100%); /* FF3.6+ *\/
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#fefefe), color-stop(100%,#efefef)); /* Chrome,Safari4+ *\/
    background: -webkit-linear-gradient(top,  #fefefe 1%,#efefef 100%); /* Chrome10+,Safari5.1+ *\/
    background: -o-linear-gradient(top,  #fefefe 1%,#efefef 100%); /* Opera 11.10+ *\/
    background: -ms-linear-gradient(top,  #fefefe 1%,#efefef 100%); /* IE10+ *\/
    background: linear-gradient(to bottom,  #fefefe 1%,#efefef 100%); /* W3C *\/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#efefef',GradientType=0 ); /* IE6-9 *\/
}
**/
/**.midBanner.theme3 {
    background: url(/images/sitewide/light_wool.png);
}
**//**	.midBanner .innerSect {
		margin-top: 1em;
	}
**//**	.compass .midBanner .innerSect {
	    margin: 1em auto;   
	}
**/	
/**#membership 
{
    margin-top: 0;
}
**/
/**.home .innerSect {
    margin: 1em auto;
}
**/
/**.compassBanner {
    background: rgb(0,153,216); /* Old browsers *\/
    background: -moz-linear-gradient(-45deg,  rgba(0,153,216,1) 0%, rgba(107,206,249,1) 100%); /* FF3.6+ *\/
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(0,153,216,1)), color-stop(100%,rgba(107,206,249,1))); /* Chrome,Safari4+ *\/
    background: -webkit-linear-gradient(-45deg,  rgba(0,153,216,1) 0%,rgba(107,206,249,1) 100%); /* Chrome10+,Safari5.1+ *\/
    background: -o-linear-gradient(-45deg,  rgba(0,153,216,1) 0%,rgba(107,206,249,1) 100%); /* Opera 11.10+ *\/
    background: -ms-linear-gradient(-45deg,  rgba(0,153,216,1) 0%,rgba(107,206,249,1) 100%); /* IE10+ *\/
    background: linear-gradient(135deg,  rgba(0,153,216,1) 0%,rgba(107,206,249,1) 100%); /* W3C *\/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099d8', endColorstr='#6bcef9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient *\/
	border-bottom: 3px solid #cccccc;
	border-top: 3px solid #cccccc;
	position: relative;
	background-image: url(/images/home/compass/bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding: 1em 0;
	overflow: hidden;
}
**//**    .compassBanner .innerSect {
        margin: 0.5em auto 0;
    }
**//**    .compassBanner .innerSect .group {
        position: relative;
    }
**//**    .compassBanner img.platforms {
        position: absolute;
        bottom: -1em;
        right: -2em;
        width: 45%;
        max-width: 573px;
    }
**/    
/**		.compassBanner .imgHolder {
	        background: url(/images/sitewide/az_subtle.png);
	        background: url(/images/sitewide/gplaypattern.png);
	        background: url(/images/sitewide/grid_noise.png);
	        background: url(/images/sitewide/lil_fiber.png);
	        background: url(/images/sitewide/snow.png);
	        background: url(/images/sitewide/light_wool.png);
            /*background-color: #F2FAFD;*\/
            border: 1px solid #CCCCCC;
            border-bottom: none;
            border-radius: 20px 20px 0 0;
            box-shadow: 0 0 5px -4px #aaaaaa;
            height: 55px;
            left: 45%;
            margin: -5.25em 0 0 -200px;
            padding: 10px;
            position: absolute;
            width: 600px;
            display: none;
		}
**/	
/**	.compassBanner .fl {
		/*width: 60%;*\/
	}
**//**	.compassBanner * {
		color: #fff;
	}
**//**	.compassBanner h2 {
		/*margin: 0 0 1em;*\/
		text-align: center;
	}
**/	
/**    .compassBanner h2 a:after {
        content: "";
    }
**//**    .compassBanner h2 a:hover:after {
        content: "";
    }
**//**	.compassBanner h3 {
	    margin-top: 0;
	}
**//**	.compassBanner h3 small {
	    font-size: 0.7em;
	    padding-top: 2em;
	}
**//**	.compassBanner h3 br {
	    line-height: 1.4em;
	}
**//**	.compassBanner ul {
	    list-style: none;
	    padding: 1em 0 ;
	}
**//**	.compassBanner li {
		font-size: 1.1em;
		color: #fff;
	}
**//**	.compassBanner li:before {
        margin: 0 1.5em 0 -2.4em;
	}
**//**	.compassBanner h4 {
		display: inline;
	}
**//**	.compassBanner p.button small{
        margin-right: 18px;
	}
**//**    a.compass-link {
        white-space: nowrap;
    }
**/
/**    a.compass-link:hover {
        color: #fefefe;
    }
**//**	#content > div.midBanner.compassBanner > div > div > h3 > small {color: #666666;}
**/	
/**.compass-brand {
	text-transform: uppercase;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 600;
}
**/	
/**.trainingBanner {
	background-color: #E8F0F3;
	border-bottom: 0;
	padding: 0 0 0.1em 0;
	margin-top: 1.5em;
	padding: 1em 0;
    }
**/    
/**    .trainingBanner .containerTrainLeft {
    }
**/
/**        .trainingBanner .content {
            vertical-align: middle;
            border-left: 1px dashed #999999;
            border-right: 1px dashed #999999;
            /*width: 55%;*\/
            margin: 0 2%;
            padding: 1% 2% 0;
        }
**/        
/**        .trainingBanner .seminar .content {
            border-left: 1px dashed #019BD9;
            border-right: 1px dashed #019BD9;
        }
**/        
/**        .trainingBanner .content a {
        }
**/        
/**        .trainingBanner .more {
            margin:  1% 0;
            vertical-align: middle;
        }
**/        
/**		.trainingBanner .nextDate2, .trainingBanner .content, .trainingBanner a.more{
		    zoom: 1;
            display: inline-block;
            *display: inline;
		}
**//**    .trainingBanner .containerTrainRight {
    }
**//**	.trainingBanner ul 
	{
		list-style:none;
		padding: 0;
		margin:1em 0 0;
	}
**//**	.trainingBanner li {
		text-align: left;
        padding: 0 0 0 1em;
        margin: 1em 0;
	}
**//**	    .trainingBanner li.training {
	        border-left: 2px solid #999999;
	    }
**/	    
/**	    .trainingBanner li.seminar {
	        border-left: 2px solid #019BD9;
        }
**/        
/**	.trainingBanner h2 {
	    padding: 0.6em 0 0.5em;
	    margin: 0;
	}
**//**	.trainingBanner .containerTrainRight h2 {
	    /*border-bottom: 1px solid #019BD9;*\/
	    border-bottom: 1px solid #999999;
	    padding: 0.6em 0 0.55em;
	    margin: 0;
	}
**/
/**.home .threeCol a {
    display: block;
    text-align: center;
    width: 100%;
	position: relative;
}
**/
/**.home .fourCol a {
    display: block;
    text-align: center;
    width: 100%;
	position: relative;
}
**/
/*--------Home page--------*/

/**.home .hero {
    margin: 1.5em auto 0;
	max-width: 1661px;
	height: 315px;
	overflow: hidden;
	position: relative;
}
**/
/**    .home .hero .carousel {
        min-height: 315px;   
    }
**/    
    
/**        .home .hero .carousel ol{
            margin: 0; 
            padding: 0 0 0 10px;
            max-width: 288px;
            min-width: 210px;
            width: 23.07692307692308%;
        }
**/    
/**        .home .hero img{
            opacity: 0.8;
        }
**/    
/**        .home .hero .carousel .carousel-indicators {
            top: 20px;
            right:208px;
            left: auto;
        }
**/        
/**        .home .hero .carousel .carousel-indicators li {
            color: #fff;
            padding: 10px 15px;
	        margin: 17px 0;
            width: 100%;
            display: block;
            background: #494848;
            background: -moz-linear-gradient(left, #494848 0%, #231f20 100%);
            background: -webkit-gradient(linear, left top, right top, color-stop(0%,#494848), color-stop(100%,#231f20));
            background: -webkit-linear-gradient(left, #494848 0%,#231f20 100%);
            background: -o-linear-gradient(left, #494848 0%,#231f20 100%);
            background: -ms-linear-gradient(left, #494848 0%,#231f20 100%);
            background: linear-gradient(to right, #494848 0%,#231f20 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#494848', endColorstr='#231f20',GradientType=1 );
            border-radius: 30px 0 0 30px;
            font-size: 1.2em;
            text-shadow: 1px 1px 4px #000;
	        font-family: 'Lato', Arial, sans-serif;
	        text-indent: 0;
	        height: auto;
	        border: 0;
	        text-align: left;
	        transition: 0;
        }
**//**        .home .hero .carousel .carousel-indicators li.active, .home .hero .carousel .carousel-indicators li:hover {
            text-decoration:none;
            background: #0384b9; /* Old browsers *\/
            background: -moz-linear-gradient(left,  #0384b9 0%, #0099d8 100%); /* FF3.6+ *\/
            background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0384b9), color-stop(100%,#0099d8)); /* Chrome,Safari4+ *\/
            background: -webkit-linear-gradient(left,  #0384b9 0%,#0099d8 100%); /* Chrome10+,Safari5.1+ *\/
            background: -o-linear-gradient(left,  #0384b9 0%,#0099d8 100%); /* Opera 11.10+ *\/
            background: -ms-linear-gradient(left,  #0384b9 0%,#0099d8 100%); /* IE10+ *\/
            background: linear-gradient(to right,  #0384b9 0%,#0099d8 100%); /* W3C *\/
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0384b9', endColorstr='#0099d8',GradientType=1 ); /* IE6-9 *\/
        }
**/        
/**        .home .hero .carousel .carousel-indicators li:before {
            font-family: FontAwesome;   
            content: "\f0a8"; /*Possible alternative - content: "\f190";*\/
            border: 1px solid white;
            border-radius: 20px;
            color: #000;
            background: #fff;
            margin: 0 10px 0 0;
            padding: 1px 2px 0px 2px;
            text-shadow: none;
        }
**/        
/**        .home .hero .carousel .carousel-caption, .home .hero .defaultBanner .carousel-caption {          
            top: 0;
            padding: 0;
            z-index: 0;
            left: 208px;
            width: 680px;
            position: absolute;   
            text-align: left;
        }
**/        
/**        .home .hero .carousel .carousel-caption.intro, .home .hero .defaultBanner .carousel-caption.intro {          
            top: 0;
            width: 750px;
        }
**//**            .home .hero .carousel .carousel-caption h2 , .home .hero .carousel .carousel-caption p, .home .hero .defaultBanner .carousel-caption h2, .home .hero .defaultBanner .carousel-caption p {
                color: #fff;
                text-shadow: 1px 1px 6px #000;
            }
**//**            .home .hero .carousel .carousel-caption h2, .home .hero .defaultBanner .carousel-caption h2{ 
                text-transform: none;
                font-size: 3.3em;
                margin-bottom: 0.5em;         
            }
**//**            .home .hero .carousel .carousel-caption p, .home .hero .defaultBanner .carousel-caption p { 
                font-size: 1.4em; 
                font-weight: bold;    
                text-shadow: 1px 1px 4px #000;
            }
**//**            .home .hero .carousel .carousel-caption p.more, .home .hero .defaultBanner .carousel-caption p.more { 
                color: #0099d8;
                text-shadow: none;
            }
**/        
/**        .left.carousel-control, .right.carousel-control {
            display: none;   
        }
**/        
        
        /* Fade transition for carousel items */
/**        .carousel .item {
            left: 0 !important;
              -webkit-transition: opacity .4s; /*adjust timing here *\/
                 -moz-transition: opacity .4s;
                   -o-transition: opacity .4s;
                      transition: opacity .4s;
        }
**/        /* Fade controls with items */
/**        .next.left,
        .prev.right {
            opacity: 1;
            z-index: 1;
        }
**//**        .active.left,
        .active.right {
            opacity: 0;
            z-index: 2;
        }
**/
.innerSect {
    margin-left: auto;
    margin-right: auto;
    max-width: 1248px;
    margin-bottom: 1.5em;
}
    
/**.threeCol > div {
	float:left;
	margin-left:5%;
	padding: 0.5em 0 0 1em;
	width:30%;
}
**/    
/**.threeCol > div:first-child {
	padding: 0.5em 0 0 0;
}
**/	
/**	.threeCol > div:first-child {
		margin-left:0;
	}
**/	
/**.threeCol h2, .twoCol h2, .container-news .col3 h2, .container-news .col9 h2 {
	text-transform: uppercase;
	padding: 0 0 0.5em;
	margin-bottom: 0.5em;
}
**/	
/**.container-news .col3 h2 {
	padding: 0 0 0.42em;
}
**/
/**    ul#newsList, ul#paperItemsList {
        list-style:none;
        margin: 0;
        padding: 0;
    }
**/    
/**    .col9 h3 {
        font-size: 1.3em;
        margin-bottom: 5px;
    }
**/    
/**    #paperItemsList li, #newsList li {
        padding: 0px 20px;
        margin: 0 0 20px;
        border-left: 5px solid #cccccc;
        }
**/        
/**    ul#newsList p, ul#paperItemsList p {
        margin: 0 0 1em;
    }
**/        
/**    .col3 .well {
        overflow: hidden;
    }
**/        
/**    .twt-button {
        text-align: center; 
    }    
**/    

/**.threeCol h2 {
	border-bottom: 3px solid #cccccc;
	
}
**/
/**.twoCol h2, .container-news .col3 h2, .container-news .col9 h2 {
	border-bottom: 1px solid #0099D8;
}
**/
/**.twoCol h3 {
}
**/
/**.threeCol p {
	text-align: center;
	/*min-height: 40px;*\/
}
**/
/**.twoCol div {
    float: left;
    margin-left: 2.5%;
    margin-top: 2em;
    width: 48%;
}
**/
/**	.twoCol div:first-child {
		margin-left:0;
	}
**/	
/**.twoCol ul {
	margin: 0;
	list-style: none;
}
**/
/**.twoCol li {
	margin: 0 0 1em;
}
**/
/**	.twoCol li p {
		color: #666666;
	}
**//**	.twoCol li .subText {
		font-size: 0.8em;
		text-transform: uppercase;
		text-align: right;
		width: 100%;
		display: block;
	}
**/
/**.nextEventName 
{
	/*font-size: 1.2em;*\/
	font-weight: bold;
	display: block;
	margin-bottom: 0.5em;
}
**//**.nextEventLocation 
{
	margin: 0 0 1em;
	display: block;
}
**/
/**.eventInfo 
{
    display:none;
    background-color: #E2EAED;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
	border-left:1em solid;
	font-size: 0.8em;
	text-align: left;
}
**/
/**	.eventInfo tr {
		margin: 0 0 1em;
	}
**/			
/**		.eventInfo tr:first-child td:first-child {
			text-decoration:underline;
		}
**/
/**		.eventInfo tr td:first-child {
			font-weight: bold;
			padding-right: 0.5em;
			width: 30%;
		}
**/
/**		.eventInfo tr td {
			padding: 0 0.5em 0.5em;
		}
**//**.nextDate2Holder {
	position: relative;
}
**//**.home .nextDate2Holder {
	position: relative;
    border-top: 1px solid #999999;
}
**//**.home .nextDate2Holder a.more{
    margin-top: 1em;
}
**//**.home .nextDate2Holder.seminar {
    border-top: 1px solid #019AD9;
}
**//**.home .nextDate2Holder {
    padding: 1.5em 0;
}
**//**.training .nextDate2Holder {
    background: #fffac2; /* Old browsers *\/
    background: -moz-linear-gradient(-45deg,  #fffac2 0%, #fff69e 100%); /* FF3.6+ *\/
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#fffac2), color-stop(100%,#fff69e)); /* Chrome,Safari4+ *\/
    background: -webkit-linear-gradient(-45deg,  #fffac2 0%,#fff69e 100%); /* Chrome10+,Safari5.1+ *\/
    background: -o-linear-gradient(-45deg,  #fffac2 0%,#fff69e 100%); /* Opera 11.10+ *\/
    background: -ms-linear-gradient(-45deg,  #fffac2 0%,#fff69e 100%); /* IE10+ *\/
    background: linear-gradient(135deg,  #fffac2 0%,#fff69e 100%); /* W3C *\/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffac2', endColorstr='#fff69e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient *\/
}
**/
/**.nextDate2Holder.lifted-corners {
}
**/ 
/**.lifted-corners:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 80%;
    height: 80%;
    -webkit-box-shadow:0 15px 7px rgba(0, 0, 0, 0.75);
    -moz-box-shadow:0 15px 7px rgba(0, 0, 0, 0.75);
    box-shadow:0 15px 7px rgba(0, 0, 0, 0.75);
    bottom: 15px;
}
**/ 
/**.lifted-corners:after {
    right: 5px;
    -webkit-transform:rotate(5deg);
    -moz-transform:rotate(5deg);
    -ms-transform:rotate(5deg);
    -o-transform:rotate(5deg);
    transform:rotate(5deg);
}
**//**.eventInfoImage {
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
}
**//**.eventClose {
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
}
**/
/**.mainDate 
{
    position:relative;    
}
**/
/* ======== Login ======== */
.login .fl 
{
    
}
/**.login .fr.login-right {
    background-color: #0099d8;
    color: #ffffff;
    margin: 0;
    padding: 1em;
}
**/    .login .fr h3 
    {
        color: #ffffff;
    }
    
.login-banner 
{
    background: url(/images/login/documents1.jpg) no-repeat;
    background-size: cover;
    position: relative;
    margin: 1em auto 0;
}
    
    .login-banner a
    {
        color: #fff;
    }
    .login-banner h2 
    {
        color: #1e1e1e;
        font-size: 3em;
        /* text-shadow: 1px 1px 0px #000; */
        position: absolute;
        left: 0;
        bottom: 0;
        background-color: #fff;
        padding: 0.3em;
        margin: 0;
        opacity: 0.8;
    }
/**    .login-banner .button 
    {
    }
**//**        .login-banner .button .btn-cta
        {
            white-space: normal;
            text-align: left;
            padding-right: 20px;
        }
**/        
/**.page-nav a {
    display: block;
    text-align: left;
	position: relative;
	/*min-height: 280px;*\/
	color: #fff;
    opacity: 0.8;
    /*background: #1e1e1e;*\/
    margin-bottom: 1em;
}
**/        
/**.page-nav.alt a {
	color: #0099d8;
    opacity: 1;
    margin-bottom: 0.2em;
}
**/
/**.page-nav div > a:hover {
    text-decoration: none;
}
**/
/**.page-nav .otherServices a {
    text-align: left;
}
**/
/**.compass-info 
{
	text-align: center;
	margin-top: 1em!important;
}
**/
/**.compass-info h3
{
	color: #0099d8!important;
	margin-bottom: 0.5em;
}
**/
/**.compass-info p
{
	margin-top: 0;
}
**/
/**.compass-info img
{
	width: 83px;
	height: auto;
}
**/
/**.compass-info .arrow-up
{
	width: 0; 
	height: 0; 
	border-left: 46px solid transparent;
	border-right: 46px solid transparent;
	border-bottom: 46px solid #ebebeb;
	margin: 1em auto 0;
}
**/
/**.compass-info .content-compass-info 
{
	background: #ebebeb;
	margin: -1.5em 0 1em 0;
	padding: 0.5em;
}
**/
/**.papers-button {
	color: #fff;
    background: #1e1e1e;
	padding: 0 15px;
	margin-bottom: 1em!important;
	font-size: 1.5em;
	margin: 0;
	border-bottom: 3px solid #0099d8;
	text-align: center;
    opacity: 0.9;
}
**/
/**.papers-button h3
{
	font-weight: bold; 
	margin-bottom: 0.5em;
}
**/
/**.papers-button p
{
	margin-top: 0;
	line-height: 1.3em;
}
**/
/**.papers-button *
{
	color: #fff;
}
**/
/**.papers-button:hover  {
    opacity: 1;
}
**/
/**.page-nav h3 {
	text-align: left;
	color: #fff;
    background: #1e1e1e;
	padding: 15px;
	margin-bottom: 0.5em;
	font-size: 1.5em;
	margin: 0;
	border-bottom: 3px solid #0099d8;
}
**/
/**.page-nav.alt h3 
{
	padding: 15px 15px 15px 25px;
}
**/
/**.page-nav a p {
	text-align: left;
	min-height: auto;
	background: #fff;
	margin: 0;
	padding: 15px;
	display: inline-block;
	color: #1e1e1e;
	opacity: 1;
}
**/
/**.page-nav.alt p {
	padding-left:  25px;
}
**/
/**.page-nav a:hover p {
    opacity: 0.9;
}
**/
/**.page-nav a:hover  {
    opacity: 0.9;
}
**/		
/* ======== Login ======== */

/* ======== Site map ========*/

/**#TreeView1 table td, #TreeView1n0Nodes table td {
    border-top: 1px solid #afafaf;
    padding: 8px 5px;
    }
**/    
/**#TreeView1n0Nodes table td a{
    text-transform: capitalize;
    }
**/    
/* ======== Site map ========*/

/* ======== ourServices ======== */

/**.ourCompany .midBanner.theme1 {
    padding-bottom: 2.5em;
}
**/
/**.ourCompany .midBanner .innerSect 
{
    margin: 0 auto;
}
**/
/**.ourCompany .threeCol .accreditation {
    padding-bottom: 1em;
}
**//**.ourCompany .threeCol img {
    max-height: 6em;
}
**//**.ourCompany #partners img {
    max-height: 5em;
}
**//**.ourCompany #membership img{
    max-height: 4em;
}
**/
/**.ourCompany .threeCol .ukaslogo 
{
    min-width: 17%;
    max-height: 10em;
    margin: 0 auto;
}
**//* ======== ourServices ======== */

/* ======== Date Format ======== */

/**.nextDate {
	bottom:0;
	position:absolute;
}
**/			
/**	.home .nextDate2 {
        width: 11em;
        background: #F8F7F7;
		color: #333333;
        vertical-align: middle;
    }
**//**	.nextDate2 > strong {
		display: block;
		padding: 0.3em 0 0;
		text-align: center;
	}
**/				
/**	.nextDate2 .fl {
        font-size: 2.8em;
        padding: 5% 0 5% 5%;
		width: 30%;
	}
**/	
/**	.home .nextDate2 .fl {
        font-size: 4.2em;
        padding: 1% 0 1% 5%;
        line-height: 1em;
    }
**/				
/**	.nextDate2 .fr {
        padding: 15% 3% 0 0;
        text-align: center;
        width: 50%;
        line-height: 1.4em;
	}
**/	
/**	.home .nextDate2 .fr {
        font-size: 1.6em;
        padding: 4.5% 5% 0 0;
        line-height: 1.1em;
        text-transform: uppercase;
    }
**/				
/* ======== Date Format ======== */

/* ============ 404 ============ */
/**.statusMessage {
	font-size: 2em;
	padding: 0 0 0.5em;
}
**//**.statusCode {
	font-size: 12em;
	padding: 0;
	margin-top: 0;
}
**//**.slimContent {
	max-width: 700px;
	margin: 0 auto 20px;
}
**//**.slimContent .thumbnail {
    margin-top: 1em!important;
}
**//* ============ 404 ============ */

/*--------Auto bullet menu------*/

/**#Menu1 ul {
    margin: 0 2em 2em!important;
    list-style-type: circle!important; 
}
**/
/**#Menu1 ul li a {
    text-transform: capitalize;
}
**/