.page-content {
	background-color:#02254e;
}

.breadcrumb {
	border-radius: 0;
	margin: 0;
	padding: 0;
	background-color: transparent;
	color: #000;
	font-weight: 600;
	padding:15px 0;
	font-weight: 400;
}

.breadcrumb i {
	padding:0 8px 0 8px ;
	
}
.breadcrumb a {
	color: #306cb2;
	text-decoration: underline;
	font-weight: 400;
}
.breadcrumb a:hover {
	
	text-decoration: none;
}
.contentBg{
	background-color:#FFF;
	padding:10px 20px 10px 20px;
	border:1px solid #ccc;
	min-height: 500px;
}
.line_separator {
	padding-bottom: 10px;
}
.contactDetails .row {
	padding-bottom: 15px;
}
.contactDetails {
	height: 320px;
}
 #map {
    width: 100%;
    height: 320px;
}
.notfound {
	background:url(../img/notfoundbg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
}
.notfound .container{
	text-align: center;
	color: #fff;
	padding: 60px 0 220px 0;


	
	
}
.notfound h6{
	font-weight: normal;
	font-size: 28pt;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 8px 0;
	line-height: 25pt;
}
.notfound h1{
	
	font-size: 140pt;
	line-height: 120pt;
	font-weight: 800;
	margin: 0;
	padding: 0 0 35px 0;
}
.notfound h3{
	
	font-size: 26pt;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 30pt;
	padding: 0;
	margin: 0;
}
.notfound p {
	font-weight: lighter;
	font-size: 15pt;
	font-weight: 300;
	
}

.notfound a {
	color: #fff;
	text-decoration: underline;

}

.notfound a:hover {

	text-decoration: none;
	
}
.pages-header {
	height: 270px;

}
.pages-header h1{

	color:#fff;
	
}
.pages-header .breadcrumb {
	color:#fff;
	font-weight: 300;
}

.pages-header .breadcrumb a{
	color:#fff;
	text-decoration: underline;
}
.pages-header .breadcrumb a:hover{
	color:#fff;
	text-decoration: none;
}
.page-content {
	background-color: #fff;
	color:#000;
}
.page-blocks {
	padding:5px 0;
	clear:both;
}

.page-image-left {
	float: left;
	margin-right: 20px;
}
.page-image-right {
	float: right;
	margin-left: 20px;
}
table { 
		width: 100%; 
		border-collapse: collapse; 
		margin-bottom: 20px;
	}
	/* Zebra striping */
	tr:nth-of-type(odd) { 
		background: #e3effd; 
	}
	th { 
		background: #02254e; 
		color: white; 
		text-align: center;
		font-weight: 300;
		font-size: 12pt
	}
	td, th { 
		padding: 10px 4px; 
		border: 1px solid #b5c7dc; 
	}



.page-blocks  {
	 counter-reset: item;
}
.page-content  ul li{
	 list-style: square url("/image/elements/square-blue.png");
}

.page-content ol {
   list-style: none;
 }
 .page-content ol li {
   counter-increment: item;
   margin-bottom: 5px;
 }
.page-content ol li:before {
   margin-right: 10px;
   content: counter(item);
   color: #28558b;
   text-align: center;
   display: inline-block;
   padding : 3px 10px 3px 10px;
   border:1px solid #28558b;
 }

@media screen and (max-width: 480px) {

	.breadcrumb {font-size:8pt;}
	.page-image-left, .page-image-right {
		float: none;
		margin: 0;
	}
		td {
		font-size: 9pt;
		}
}
