@charset "utf-8";
/* CSS Document */

h2.childpages { 
	font-weight: bold; 
	font-size:1.9em !important; 
	margin-left: 8px !important;
	margin-bottom: 30px !important;
	text-transform: capitalize !important;
	color: #68886F !important; /* #294577 */
}

h3.childpages { 
	margin-top: 35px !important;
	margin-bottom: 20px !important;
}

.navigation > div > ul li:hover > a {
/*			background-color: transparent !important; */
	background-color: #2d5c88 !important;
	color: #fff !important;
}

.active a {
	background-color: #2d5c88 !important;
	color: #fff !important;
}

ol {
		list-style-position: outside !important;
}

ol li {
		position: relative;
  margin-left: 20px !important;
		margin-bottom: 20px !important;
/*		text-indent: .05em !important; */
		padding-left: .5em !important;
}

.homepg {
		margin-bottom: 30px !important;
		font-weight: 600 !important;
		color: #2d5c88 !important;
		font-size: 2em !important;
}


		
		@media only screen and (min-width: 1200px) {
			
			.breakup { display: none !important; }
		}
	
		
		@media only screen and (min-width: 768px) and (max-width: 1199px) {
			
		.navigation > div > ul > li:first-child > a { 
			border-left-width: 1px;
			border-left-style: solid;
			border-left-color: #ebegeb;
			}
			
			.btn-margin-fix { margin-left: 2px !important; }
		}


@media only screen and (max-width: 1200px) {
		 .img-container {
				 background-size: 100% auto !important;
		}					
}
		
		@media only screen and (min-width: 768px) and (max-width: 959px) {
			
		.navigation > div > ul > li > a {
				/*	margin: 5px 0 0; */
					padding: 2px 11px 2px;
				}
			
		}

		
		@media only screen and (min-width: 768px) and (max-width: 991px) {
			
		#logo { 
			font-size: 1.75em !important;
			margin-top:1px !important;
			}
		}


		@media only screen and (min-width: 960px) and (max-width: 991px) {
			
	  #navigation {
			margin-top: -60px !important;
			}
		}

		
		@media only screen and (min-width: 768px) and (max-width: 959px) {
			
	  #navigation {
			margin-top: -1px !important;
			}
		}

		
		@media only screen and (max-width: 767px) {
			
			#navigation {
				margin-top: 10px !important;
				display: inline !important;
				width: 100% !important;
			}
			
			.show {
					display: none !important;
			}
			
			.btn-margin-fix { margin-left: 0 !important; }
			
			.breakup { 
					display: none !important; 
					}
}
		
		
	@media only screen and (min-width: 480px) {
			
	  .pix-align-left {
					float: left !important;			
					margin-right: 20px !important;
					margin-bottom: 7px !important;
					display: inline-block !important;					
			}
			
	  .pix-align-right {
					float: right !important;
					margin-left: 20px !important;
					margin-bottom: 7px !important;
					display: inline-block !important;
			}
			
	  .pix-align-center {
					text-align: center !important;
					margin: 0 auto 7px !important;
					display: block !important;
			}
}

			
		.noListStyle {
				list-style-image: none !important;
				list-style: none !important;
		}
		
		.underline {
				text-decoration: underline !important;
				display: inline-block !important;
		}
		
		.txtLC {
				text-transform: lowercase !important;
				display: inline !important;
		}
	
.spanSpacing {
		margin: 20px 0 16px !important;
		display: inherit !important;
}

body { 
		background-color: #333 !important;
}
	
#wrapper {
		background-color: #FFF !important;
}

#footer {
  background-color:#434343 !important;  
}

.offset-top-20 {
		margin-top: 20px !important;
		display: block !important;
}

.offset-top-20 {
		margin-top: 20px !important;
		display: block !important;
}

.offset-top-10 {
		margin-top: 10px !important;
		display: block !important;
}

.offset-bottom-20 {
		margin-bottom: 20px !important;
		display: block !important;
}

.offset-bottom-10 {
		margin-bottom: 10px !important;
		display: block !important;
}

hr.dashed {
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #999;
				width: 99% !important;
}

ul.bullets-circle {
		list-style-type: circle !important;
}

ul.bullets-hyphen {
		list-style-type: none !important;
		margin-left: 8px !important;
}

ul.bullets-hyphen li:before {
  content: "-  ";
  margin-left: -9px !important;
}



.img-container {
	min-height: 500px;
	background-image: url(../images/header-image.jpg);
    background-repeat: no-repeat;
/*	background-size: 1800px 400px; */
	background-position: center top;
  /*padding: 40px; (If don't want to set min-height or some image content is there) */
}

.img-container-subpages {
	min-height: 5px;
	background-image: url(../images/header-subpages.png);
    background-repeat: no-repeat;
/*	background-size: 1800px 400px; */
	background-position: center top;
  /*padding: 40px; (If don't want to set min-height or some image content is there) */
}
