/*Navbar Styling */
		.navbar{ letter-spacing: 3px; background-color: #103968;   }
		
		.navbar-brand{ font-size: 1.5em; }

		.navbar-nav li.active a{ color: #ffffff !important; background-color: #103968 !important;   }

		h2{ margin-bottom: 25px; }

		h4{ margin-bottom: 25px; }

		.pMarginTopBottom4525{ margin-top: 45px; margin-bottom: 25px;   }

		.jumbotron{ padding: 200px 25px; background-image: url("../pics/accounting_1.jpg"); width: 100%; background-size: cover; color: #103968; margin-bottom: 0; }		  
	
		.centeredFlex{
			display: flex;
			justify-content: center;
			align-items: center;
		}
		
		#jumbotronHeading{
			color: #CAD2DD;
			background-color: rgba(16, 57, 104, 0.7);			
			border-radius: 20px;
		}
	
		.bgSilver{ background-color: #CAD2DD; }

		.rowPaddingBottom15{ padding-bottom: 15px; }

		.buttonTopMargin{ margin-top: 20px; }

		.thumbnail{ padding: 0 0 15px 0; border: none; border-radius: 0; }

		.thumbnail img{ width: 100%; height: 100%; margin-bottom: 10px; }

		.noPadding{ padding: 0; }

		.paddingTop{ padding-top: 50px; }

		.marginTop25{ margin-top: 25px; }

		.marginBottom25{ margin-bottom: 25px; }

		.marginBottom0{ margin-bottom: 0; }
		
		.marginBottom5{ margin-bottom: 5px; }

		/*Carousel Styling******************************************************************* */
		.carousel-control.right, .carousel-control.left{ background-image: none; color: #9d9d9d; }

		.carousel-indicators li{ border-color: #9d9d9d; }

		.carousel-indicators li.active{ background-color: #9d9d9d; }
		.item h4{ font-size: 19px; line-height: 1.375em; font-weight: 400; font-style: italic; margin: 70px 0; }
		.item span{ font-style: normal; }

		.carouselBG{ background-color: #103968; color: #CAD2DD; }

		#googleMap{ height: 300px; width: 100%; }
		
		.alert{
			display: none;
		}
		
		#clearToSend{
			display: none;
		}
	
	/*Contact Us style */
		.contactUs{
			background-color: #103968;
			color: #CAD2DD;
			padding-bottom: 25px;
		}
	
	/*Footer Style ************ */
		footer{ background-color: #103968; color: #9d9d9d; margin-top: 10px; }

		footer .glyphicon{ font-size:20px; margin-bottom: 20px; color: #9d9d9d;   }
		
		footer .col-sm-2{ font-size: 1.4em;	}
		
	/*custom style the footer chevron tooltip */
		.footerChevronTT + .tooltip > .tooltip-inner{
			background-color: #103968;
			color: #9D9D9D;
		}
		
		.footerChevronTT + .tooltip.left > .tooltip-arrow{			
			border-left: 5px solid #103968;
		}
		
		
		.footerImg{
			padding-right: 10px;
			display: inline;
		}
		
	/*CUSTOM MODAL STYLES */
		
		.modal-header{
			background-color: #103968;
			color: #CAD2DD;
		}		
		