
/*****  COLOURS  *****

BLUE			100%			#0f467a				rgba(15,70,122,1.0)
					85%				#33628e			rgba(51,98,142,1.0)
					75%				#4b749b			rgba(75,116,155,1.0)
					65%				#6387a8			rgba(99,135,168,1.0)
					50%				#87a3bd			rgba(135,163,189,1.0)
					35%				#abbed1				rgba(171,190,209,1.0)
					20%				#cfdae4				rgba(207,218,228,1.0)
					15%				#dbe3eb				rgba(219,227,235,1.0)

*****/


body {
  background: #333;
  color: #fff;
  font-family: 'Mada', sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  padding-top:60px;
  width:100%;
  margin-top:0px; margin-right:0px; margin-bottom:0px; margin-left:0px;
}


header { width:100% !important; margin-top:0px !important; margin-right:0px !important; margin-bottom:0px !important; margin-left:0px !important;}
section { width:100% !important; margin-top:0px !important; margin-right:0px !important; margin-bottom:0px !important; margin-left:0px !important; }
footer { width:100% !important; margin-top:0px !important; margin-right:0px !important; margin-bottom:0px !important; margin-left:0px !important; }

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
}

.blue  { color:#0f467a !important; }
.white  { color:#ffffff !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.75rem;
  font-family: 'Mada', sans-serif;
  font-weight: 300 !important;
  line-height: 1.35 !important;
  text-decoration:none;
  text-align:center !important; }


h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #33628e; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.31; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1; }

 .display-5 {
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1.1; }

 .display-6 {
  font-size: 2.15rem;
  font-weight: 300;
  line-height: 1.1; }

 .display-7 {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.1; }

 .display-8 {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.1; }



.navbar {
  height:auto;
  border-bottom: 5px solid #8ba5bf;
  opacity: 1.0;
  }

 /*
  #intro-section  {
  background: url("../img/lawbooks.jpg") no-repeat !important;
  min-height: 700px !important;
  background-position: top !important;
  background-size: cover !important;
  width: 100% !important;
  }
  */

  #intro-section.home-page {
  background: url("../img/sleeproom.png") no-repeat !important;
  min-height: 700px !important;
  background-position: top !important;
  background-size: cover !important;
  width: 100% !important;
  }

					  #intro-section.car-accidents {
					  background: url("../img/car-accidents.jpg") no-repeat !important;
					  min-height: 700px !important;
					  background-position: center !important;
					  background-size: cover !important;
					  width: 100% !important;
					  }

					  #intro-section.bicycle-accidents {
					  background: url("../img/bicycle-accidents.jpg") no-repeat !important;
					  min-height: 700px !important;
					  background-position: center !important;
					  background-size: cover !important;
					  width: 100% !important;
					  }

					  #intro-section.disability {
					  background: url("../img/disability.jpg") no-repeat !important;
					  min-height: 700px !important;
					  background-position: center !important;
					  background-size: cover !important;
					  width: 100% !important;
					  }

					  #intro-section.slip-and-fall {
					  background: url("../img/sleeproom.png") no-repeat !important;
					  min-height: 700px !important;
					  background-position: center !important;
					  background-size: cover !important;
					  width: 100% !important;
					  }

					  #intro-section.disputes {
					  background: url("../img/disputes.jpg") no-repeat !important;
					  min-height: 700px !important;
					  background-position: center !important;
					  background-size: cover !important;
					  width: 100% !important;
					  }


  #intro-section .dark-overlay {
    background-color: rgba(25, 0, 0, 0.7);
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 700px;
	}

  #intro-section .intro-inner {
    padding-top: 140px;
	padding-bottom: 65px;
    width: 100%;
	}

  #intro-section p.lead {
    font-size: 1.5rem;
    line-height: 1.25;
    font-weight: 300;
    }

#intro-section h4 { color: #ffffff; font-weight: 600 !important; }

.leadproperties p.lead  { padding: 0px 0px 0px 0px; margin-bottom: 0rem; margin-top: 3rem; margin-bottom: 3rem; }

									/*****  XL  *****/
									@media (min-width: 1200px) {
											#intro-section p.lead { font-size: 1.25rem; }
											#intro-section h1.display-5 { color: #87a3bd; font-size:3.8rem; }
											#intro-section h2.display-6 { color: #87a3bd; font-size: 2.15rem; }
											#intro-section h4 { font-size: 1.95rem; }
									}

											/*****  LG  *****/
											@media (min-width: 992px) and (max-width: 1199px) {
													#intro-section p.lead { font-size: 1.25rem; }
													#intro-section h1.display-5 { color: #87a3bd; font-size: 3.1rem; }
													#intro-section h2.display-6 { color: #87a3bd; font-size: 2.0rem; }
													#intro-section h4 { font-size: 1.65rem; }
													.leadproperties p.lead  { padding: 0px 10px 0px 10px; margin-bottom: 0rem; margin-top: 2.65rem; margin-bottom: 2.65rem; }
											}

														/*****  MD  *****/
														@media (min-width: 768px) and (max-width: 991px) {
															  #intro-section .intro-inner { padding-top: 100px; padding-bottom: 50px; }
															  #intro-section h1.display-5 { color: #87a3bd; font-size: 2.6rem; }
															  #intro-section h2.display-6 { color: #87a3bd; font-size: 2.15rem; }
															  #intro-section h4 { font-size: 2.0rem; margin-top:-20px; margin-bottom:40px !important; }
															  .leadproperties p.lead  { padding: 0px 15px 0px 15px; margin-bottom: 0rem; margin-top: 2.5rem; margin-bottom: 2.5rem; }
														}

																	/*****  SM  *****/
																	@media (min-width: 576px) and (max-width: 767px) {
																		#intro-section .intro-inner { padding-top: 70px; padding-bottom: 50px; }
																		#intro-section h1.display-5 { color: #87a3bd; font-size: 2.3rem; }
																		#intro-section h2.display-6 { color: #87a3bd; font-size: 2.15rem; }
																		 #intro-section h4 { font-size: 1.95rem; margin-top:-20px; margin-bottom:30px !important; }
																		 .leadproperties p.lead  { padding: 0px 15px 0px 15px; margin-bottom: 0rem; margin-top: 2.5rem; margin-bottom: 2.5rem; font-size: 120% !important; }
																		 h4, .h4 { font-size: 1.3rem; line-height:1.7 !important;  }
																	}

																				/*****  XS  *****/
																				@media (max-width: 575px) {
																					#intro-section .intro-inner { padding-top: 60px; padding-bottom: 50px; }
																					#intro-section h1.display-5 { color: #87a3bd; font-size: 1.8rem; }
																					#intro-section h2.display-6 { color: #87a3bd; font-size: 2.15rem; }
																					 #intro-section h4 { font-size: 1.4rem; margin-top:-20px; margin-bottom:30px !important; }
																					 .leadproperties p.lead  { padding: 0px 20px 0px 25px; margin-bottom: 0rem; margin-top: 2.5rem; margin-bottom: 2.4rem; font-size: 100% !important; }
																					 h4, .h4 { font-size: 1.15rem; line-height:1.7 !important;  }
																				}


  #intro-section .card-form {
    opacity: 0.9;
	}

  #intro-section .fa  {
    color: #33628e;
    background: rgba(255,255,255,0.85);
    padding: 4px;
    border-radius: 2px;
    font-size: 33px;
	}






.border-black	{ border: 1px solid rgba(0,0,0,0.65); }
.border-white	{ border: 1px solid rgba(255,255,255,0.65); }
.border-blue		{ border: 1px solid rgba(15,70,122,0.65); }











#services-section {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  padding-top:40px;
  padding-bottom:35px;
  }


  #services-section p.lead {
    font-size: 1.5rem;
    line-height: 1.25;
    font-weight: 300;
    }

#services-section h4 { color: #ffffff; font-weight: 600 !important; }

									/*****  XL  *****/
									@media (min-width: 1200px) {
											#services-section h3.display-3 { color: #505050; font-size:3.3rem; }
											#services-section p.lead { font-size: 1.40rem !important; font-weight: 300 !important; line-height:1.7 !important;  }
											#services-section .leadproperties p.lead  { padding: 0px 0px 40px 20px; margin-top: 0rem !important; margin-bottom: 0rem !important; }
											p.card-text   { font-size: 1.0rem !important; color: #505050; font-weight: 300 !important; line-height:1.5 !important;  }
											.btn { font-size: 1.0rem; padding: 0.7rem 0.4rem; }
									}

											/*****  LG  *****/
											@media (min-width: 992px) and (max-width: 1199px) {
													#services-section h3.display-3 { color: #505050; font-size:3.0rem; }
													#services-section p.lead { font-size: 1.20rem !important; font-weight: 300 !important; line-height:1.6 !important;  }
													#services-section .leadproperties p.lead  { padding: 0px 0px 40px 20px; margin-top: 0rem !important; margin-bottom: 0rem !important; }
													p.card-text   { font-size: 1.0rem !important; color: #505050; font-weight: 300 !important; line-height:1.5 !important;  }
													.btn { font-size: 0.9rem; padding: 0.7rem 0.4rem; }
											}

														/*****  MD  *****/
														@media (min-width: 768px) and (max-width: 991px) {
															#services-section h3.display-3 { color: #505050; font-size:2.7rem; }
															#services-section p.lead { font-size: 1.20rem !important; font-weight: 300 !important; line-height:1.6 !important;  }
															#services-section .leadproperties p.lead  { padding: 30px 0px 30px 0px; margin-top: 0rem !important; margin-bottom: 0rem !important; }
															p.card-text   { font-size: 0.95rem !important; color: #505050; font-weight: 300 !important; line-height:1.5 !important;  }
															.btn { font-size: 0.8rem; padding: 0.7rem 0.4rem; }
														}

																	/*****  SM  *****/
																	@media (min-width: 576px) and (max-width: 767px) {
																		#services-section h3.display-3 { color: #505050; font-size:2.4rem; }
																		#services-section p.lead { font-size: 1.1rem !important; font-weight: 300 !important; line-height:1.6 !important;  }
																		#services-section .leadproperties p.lead  { padding: 30px 0px 30px 0px; margin-top: 0rem !important; margin-bottom: 0rem !important; }
																		p.card-text   { font-size: 0.95rem !important; color: #505050; font-weight: 300 !important; line-height:1.5 !important;  }
																		.btn { font-size: 0.9rem; padding: 0.7rem 0.4rem; }
																	}

																				/*****  XS  *****/
																				@media (max-width: 575px) {
																					#services-section h3.display-3 { color: #505050; font-size:2.1rem; }
																					#services-section p.lead { font-size: 1.0rem !important; font-weight: 300 !important; line-height:1.6 !important;  }
																					#services-section .leadproperties p.lead  { padding: 30px 0px 30px 0px; margin-top: 0rem !important; margin-bottom: 0rem !important; }
																					p.card-text   { font-size: 1.0rem !important; color: #505050; font-weight: 300 !important; line-height:1.5 !important;  }
																					.btn { font-size: 0.8rem; padding: 0.7rem 0.4rem; }
																				}


  #services-section .card-form {
    opacity: 1.0;
	}

  #services-section .fa  {
    color: #ffffff;
    background: rgba(0,0,0,0.85);
    padding: 4px;
    border-radius: 2px;
    font-size: 33px;
	}


.card-deck .card {
    margin-left: 15px;
    margin-right: 15px;
}

.card-deck .card:not(:last-child) {
    margin-right: 15px;
}

.card-deck .card:not(:first-child) {
    margin-left: 15px;
}

.card-img-top {
    width: 100%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}





.btn {
    border: 1px solid transparent;
	padding-top: 14px;
	padding-bottom: 13px;
    line-height: 1.4;
    border-radius: 0.15rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	margin-bottom:3px;
}

.btn-outline-white {
    color: rgba(255,255,255,0.85) !important;
    background-color: transparent;
    background-image: none;
    border-color:  rgba(255,255,255,0.65) !important;
}

.btn.btn-outline-white:focus, .btn.btn-outline-white:hover {
    text-decoration: none;
	color: rgba(255,255,255,1.0) !important;
	background-color: rgba(0,0,0,0.4) !important;
	border-color:  rgba(255,255,255,1.0) !important;
}

.btn.btn-outline-white:active {
	background-color: rgba(0,0,0,0.75) !important;
}

a.btn.btn-outline-white:hover {
   color: rgba(255,255,255,1.0) !important;
   text-decoration: none;
}






.btn-outline-blue {
    color: rgba(15,70,122,0.85) !important;
    background-color: transparent;
    background-image: none;
    border-color:  rgba(15,70,122,0.65) !important;
}

.btn.btn-outline-blue:focus, .btn.btn-outline-blue:hover {
    text-decoration: none;
	color: rgba(255,255,255,1.0) !important;
	background-color: rgba(0,0,0,0.4) !important;
	border-color:  rgba(255,255,255,1.0) !important;
}

.btn.btn-outline-blue:active {
	background-color: rgba(0,0,0,0.75) !important;
}

a.btn.btn-outline-blue:hover {
   color: rgba(255,255,255,1.0) !important;
   text-decoration: none;
}










.btn-solid-blue {
    color: rgba(255,255,255,0.9) !important;
    background-color: rgba(15,70,122,0.65) !important;
    background-image: none;
    border-color:  rgba(15,70,122,1.0) !important;
}

.btn.btn-solid-blue:focus, .btn.btn-solid-blue:hover {
    text-decoration: none;
	color: rgba(255,255,255,0.9) !important;
	background-color: rgba(15,70,122,0.85) !important;
	border-color:  rgba(15,70,122,1.0) !important;
}

.btn.btn-solid-blue:active {
	background-color: rgba(15,70,122,1.0) !important;
}

a.btn.btn-solid-blue:hover {
   color: rgba(255,255,255,1.0) !important;
   text-decoration: none;
}












#body-section {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  padding-top:40px;
  padding-bottom:35px;
  }

#body-section.less-padding  { padding-top:15px !important; }
#body-section .h2inbody {margin-top:-15px; margin-bottom: 20px; text-align:center !important; }

  #body-section p.lead {
    color: rgba(15,70,122,0.8);
    }

#body-section h4 { color: #ffffff; font-weight: 600 !important; }
#body-section { color:#505050; font-weight: 300 !important; }
#body-section p { color:#505050; font-weight: 300 !important; }
#body-section p.strong { font-weight: 600 !important; }

									/*****  XL  *****/
									@media (min-width: 1200px) {
											#body-section { padding-top: 65px; padding-bottom:40px; }
											#body-section h1.display-3 { color: rgba(15,70,122,0.85); font-size:3.3rem; }
											#body-section h2 { font-size:1.8rem; }
											#body-section h3 { font-size:1.7rem; }
											#body-section h3.display-3 { color: rgba(15,70,122,0.85); font-size:3.0rem; text-align:center !important; }
											#body-section { font-size: 1.1rem !important; line-height:1.5 !important;  }
											#body-section p { font-size: 1.1rem !important; line-height:1.5 !important;  }
											#body-section ul { color:#505050; font-size: 1.1rem !important; font-weight: 300 !important; line-height:1.5 !important; padding-left:24px !important; }
											#body-section p.lead { font-size: 1.40rem !important; font-weight: 300 !important; line-height:1.7 !important;  }
											#body-section .leadproperties p.lead  { padding: 0px 0px 40px 20px; margin-top: 0rem !important; margin-bottom: 0rem !important; }
											#body-section .fineprint p.small { color:#505050; font-size: 0.9rem !important; font-weight: 300 !important; line-height:1.5 !important;  }
											#body-section .fineprint ul.small { color:#505050; font-size: 0.9rem !important; font-weight: 300 !important; line-height:1.5 !important; padding-left:24px !important; }
									}

											/*****  LG  *****/
											@media (min-width: 992px) and (max-width: 1199px) {
													#body-section { padding-top: 50px; padding-bottom:30px; }
													#body-section h1.display-3 { color: rgba(15,70,122,0.85); font-size:3.0rem; }
													#body-section h2 { font-size:1.75rem; }
													#body-section h3 { font-size:1.65rem; }
													#body-section h3.display-3 { color: rgba(15,70,122,0.85); font-size:2.8rem; text-align:center !important; }
													#body-section { font-size: 1.05rem !important; line-height:1.5 !important;  }
													#body-section p { font-size: 1.05rem !important; line-height:1.5 !important;  }
													#body-section ul { color:#505050; font-size: 1.05rem !important; font-weight: 300 !important; line-height:1.5 !important; padding-left:24px !important; }
													#body-section p.lead { font-size: 1.20rem !important; font-weight: 300 !important; line-height:1.6 !important;  }
													#body-section .leadproperties p.lead  { padding: 0px 0px 40px 20px; margin-top: 0rem !important; margin-bottom: 0rem !important; }
													#body-section .fineprint p.small { color:#505050; font-size: 0.9rem !important; font-weight: 300 !important; line-height:1.5 !important;  }
													#body-section .fineprint ul.small { color:#505050; font-size: 0.9rem !important; font-weight: 300 !important; line-height:1.5 !important; padding-left:24px !important; }
											}

														/*****  MD  *****/
														@media (min-width: 768px) and (max-width: 991px) {
															#body-section { padding-top: 45px; padding-bottom:35px; }
															#body-section h1.display-3 { color: rgba(15,70,122,0.85); font-size:2.6rem; }
															#body-section h2 { font-size:1.75rem; }
															#body-section h3 { font-size:1.6rem; text-align:left !important; }
															#body-section h3.display-3 { color: rgba(15,70,122,0.85); font-size:2.5rem; text-align:center !important; }
															#body-section { font-size: 1.0rem !important; line-height:1.5 !important;  }
															#body-section p { font-size: 1.0rem !important; line-height:1.5 !important;  }
															#body-section ul { color:#505050; font-size: 1.0rem !important; font-weight: 300 !important; line-height:1.5 !important; padding-left:24px !important; }
															#body-section p.lead { font-size: 1.20rem !important; font-weight: 300 !important; line-height:1.6 !important;  }
															#body-section .leadproperties p.lead  { padding: 30px 0px 30px 0px; margin-top: 0rem !important; margin-bottom: 0rem !important; }
															#body-section .fineprint p.small { color:#505050; font-size: 0.85rem !important; font-weight: 300 !important; line-height:1.5 !important;  }
															#body-section .fineprint ul.small { color:#505050; font-size: 0.85rem !important; font-weight: 300 !important; line-height:1.5 !important; padding-left:24px !important; }
														}

																	/*****  SM  *****/
																	@media (min-width: 576px) and (max-width: 767px) {
																		#body-section { padding-top: 15px; padding-bottom:10px; }
																		#body-section h1.display-3 { color: rgba(15,70,122,0.85); font-size:2.3rem; }
																		#body-section h2 { font-size:1.65rem; }
																		#body-section h3 { font-size:1.5rem; text-align:left !important; }
																		#body-section h3.display-3 { color: rgba(15,70,122,0.85); font-size:2.2rem; text-align:center !important; }
																		#body-section { font-size: 0.95rem !important; line-height:1.5 !important;  }
																		#body-section p { font-size: 0.95rem !important; line-height:1.5 !important;  }
																		#body-section ul { color:#505050; font-size: 0.95rem !important; font-weight: 300 !important; line-height:1.5 !important; padding-left:24px !important; }
																		#body-section p.lead { font-size: 1.1rem !important; font-weight: 300 !important; line-height:1.6 !important;  }
																		#body-section .leadproperties p.lead  { padding: 30px 0px 30px 0px; margin-top: 0rem !important; margin-bottom: 0rem !important; }
																		#body-section .fineprint p.small { color:#505050; font-size: 0.8rem !important; font-weight: 300 !important; line-height:1.5 !important;  }
																		#body-section .fineprint ul.small { color:#505050; font-size: 0.8rem !important; font-weight: 300 !important; line-height:1.5 !important; padding-left:24px !important; }
																	}

																				/*****  XS  *****/
																				@media (max-width: 575px) {
																					#body-section { padding-top: 10px; padding-bottom:10px; }
																					#body-section h1.display-3 { color: rgba(15,70,122,0.85); font-size:2.0rem; }
																					#body-section h2 { font-size:1.65rem; }
																					#body-section h3 { font-size:1.5rem; }
																					#body-section h3.display-3 { color: rgba(15,70,122,0.85); font-size:2.0rem; text-align:center !important; }
																					#body-section { font-size: 0.9rem !important; line-height:1.5 !important;  }
																					#body-section p { font-size: 0.9rem !important; line-height:1.5 !important;  }
																					#body-section ul { color:#505050; font-size: 0.9rem !important; font-weight: 300 !important; line-height:1.5 !important; padding-left:24px !important; }
																					#body-section p.lead { font-size: 1.0rem !important; font-weight: 300 !important; line-height:1.6 !important;  }
																					#body-section .leadproperties p.lead  { padding: 30px 0px 30px 0px; margin-top: 0rem !important; margin-bottom: 0rem !important; }
																					#body-section .fineprint p.small { color:#505050; font-size: 0.8rem !important; font-weight: 300 !important; line-height:1.5 !important;  }
																					#body-section .fineprint ul.small { color:#505050; font-size: 0.8rem !important; font-weight: 300 !important; line-height:1.5 !important; padding-left:24px !important; }
																					.mt-0-in-xs   { margin-top: 0px !important; margin-top: -18px !important; margin-bottom: 20px !important; }
																				}


  #body-section .card-form {
    opacity: 1.0;
	}

  #body-section .fa  {
    color: #ffffff;
    background: rgba(0,0,0,0.85);
    padding: 4px;
    border-radius: 2px;
    font-size: 33px;
	}


  #body-section a,  #body-section a:visited  { color: rgba(15,70,122,0.75);   text-decoration: none !important; }
  #body-section a:hover,  #body-section a:focus  { color: rgba(0,0,0,1.0); text-decoration: none !important; }
  #body-section a:active  { color:rgba(0,0,0,0.7); text-decoration: none !important; }


  #body-section .fineprint a,  #body-section .fineprint a:visited  { color: rgba(15,70,122,0.75);   text-decoration: none !important; }
  #body-section .fineprint a:hover,  #body-section .fineprint a:focus  { color: rgba(0,0,0,1.0); text-decoration: none !important; }
  #body-section .fineprint a:active  { color:rgba(0,0,0,0.7); text-decoration: none !important; }


  #body-section ul { color: rgba(15,70,122,0.75) !important; margin-top:11px; }

  #body-section ul li { color: #505050; }

  #body-section ul li a,  #body-section ul li a:visited  { color: rgba(15,70,122,0.75);   text-decoration: none !important; }
  #body-section ul li a:hover,  #body-section ul li a:focus  { color: rgba(0,0,0,1.0); text-decoration: none !important; }
  #body-section ul li a:active  { color:rgba(0,0,0,0.7); text-decoration: none !important; }






#first-section {
  width: 100%;
  }

  #first-section .dark-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 700px;
	}

  #first-section p.lead {
    font-size: 1.5rem;
    line-height: 1.25;
    font-weight: 300;
    }

#first-section h4 { color: #ffffff; font-weight: 600 !important; }

									/*****  XL  *****/
									@media (min-width: 1200px) {
											#first-section h3.display-3 { color: #ffffff; font-size:3.3rem; }
											#first-section p.lead { font-size: 1.40rem !important; font-weight: 300 !important; line-height:1.7 !important;  }
											#first-section .leadproperties p.lead  { padding: 0px 0px 40px 20px; margin-top: 0rem !important; margin-bottom: 0rem !important; }
											#first-section .push-in-viewports  { padding-left: 20px !important; }
									}

											/*****  LG  *****/
											@media (min-width: 992px) and (max-width: 1199px) {
													#first-section h3.display-3 { color: #ffffff; font-size:3.0rem; }
													#first-section p.lead { font-size: 1.20rem !important; font-weight: 300 !important; line-height:1.6 !important;  }
													#first-section .leadproperties p.lead  { padding: 0px 0px 40px 20px; margin-top: 0rem !important; margin-bottom: 0rem !important; }
													#first-section .push-in-viewports  { padding-left: 20px !important; }
											}

														/*****  MD  *****/
														@media (min-width: 768px) and (max-width: 991px) {
															#first-section h3.display-3 { color: #ffffff; font-size:2.7rem; }
															#first-section p.lead { font-size: 1.20rem !important; font-weight: 300 !important; line-height:1.6 !important;  }
															#first-section .leadproperties p.lead  { padding: 30px 0px 30px 0px; margin-top: 0rem !important; margin-bottom: 0rem !important; }
															#first-section .push-in-viewports  { padding-left: 0px !important; }
														}

																	/*****  SM  *****/
																	@media (min-width: 576px) and (max-width: 767px) {
																		#first-section h3.display-3 { color: #ffffff; font-size:2.4rem; }
																		#first-section p.lead { font-size: 1.1rem !important; font-weight: 300 !important; line-height:1.6 !important;  }
																		#first-section .leadproperties p.lead  { padding: 30px 0px 30px 0px; margin-top: 0rem !important; margin-bottom: 0rem !important; }
																		#first-section .push-in-viewports  { display: block !important; padding-left: 1px !important; padding-right: 4px !important;}
																	}

																				/*****  XS  *****/
																				@media (max-width: 575px) {
																					#first-section h3.display-3 { color: #ffffff; font-size:2.1rem; }
																					#first-section p.lead { font-size: 1.0rem !important; font-weight: 300 !important; line-height:1.6 !important;  }
																					#first-section .leadproperties p.lead  { padding: 30px 0px 30px 0px; margin-top: 0rem !important; margin-bottom: 0rem !important; }
																					#first-section .push-in-viewports  { display: block !important; padding-left: 2px !important; padding-right: 3px !important;}
																				}


  #first-section .card-form {
    opacity: 1.0;
	}

  #first-section .fa  {
    color: #ffffff;
    background: rgba(0,0,0,0.85);
    padding: 4px;
    border-radius: 2px;
    font-size: 33px;
	}




































  #first-section-head, #third-section-head {
    color: #008ed6;
    background: #fff;
    padding: 4px;
    border-radius: 0px;
    font-size: 30px;
	}

#second-section-head {
  color: #fff;
  background: #333;
  padding: 4px;
  border-radius: 0px;
  font-size: 30px;
  }

  #first-section-body .fa, #third-section-body .fa {
    color: #008ed6;
    background: #fff;
    padding: 4px;
    border-radius: 0px;
    font-size: 30px;
	}

#second-section-body .fa {
  color: #fff;
  background: #333;
  padding: 4px;
  border-radius: 0px;
  font-size: 30px;
  }


.navbar-light .navbar-brand {
 color: rgba(0, 0, 0, 0.9);
 }

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
 color: rgba(0, 0, 0, 0.9);
 }

.navbar-light .navbar-nav .nav-link {
 color: rgba(15,70,122, 0.9);
 border-bottom: 1px solid rgba(255,255,255, 0.0);
 }

.navbar-light .navbar-nav .nav-link:hover {
 color: rgba(15,70,122, 0.6);
 border-bottom: 1px solid rgba(15,70,122, 0.2);
 }

 .navbar-light .navbar-nav .nav-link:focus {
 color: rgba(15,70,122, 0.9);
 border-bottom: 1px solid rgba(255,255,255, 0.0);
 }

.marbot4 { margin-bottom:4px; }


										/*****  MD  *****/
										@media (min-width: 768px) and (max-width: 991px) {
										.nav-item.ml-2  { margin-left: 0.1rem !important; }
										}

 										/*****  MD  *****/
										@media (max-width: 767px) {
										.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:active { border-bottom: none; }
										.marbot4 { margin-bottom:none; }
										.nav-item.ml-2  { margin-left: 0 !important; }
										}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 9rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 0.9rem;
    color: #cccccc;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(15,70,122, 0.15);
    border-radius: 0rem;
}

.dropdown-item {
    color: #33628e;
    background: none;

}

.dropdown-item:hover {
    color: #ffffff;
    background: #4b749b;
}

 										/*****  MD  *****/
										@media (max-width: 767px) {
										.dropdown-item {  }
										}

.navbar-light .navbar-nav .nav-link.disabled {
 color: rgba(0, 0, 0, 0.3);
 }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
  }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
  }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
  }





.card {
    position: relative;
	margin-top: -10px;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: rgba(51,98,142,1.0);
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 0rem 0rem 0.75rem 0.75rem;
}


.card-body h1, .card-body h2 ,.card-body h3, .card-body h4, .card-body h5  	{
  color: #fff;
  text-decoration:none;
  }

.card-body p  	{
  color: rgba(255,255,255,0.95);
  text-decoration:none;
  font-weight: 300;
  }




.nopadding	{ padding-top: 0 !important; padding-right: 0 !important; padding-bottom: 0 !important; padding-left: 0 !important; }



footer	{
  background: #cfdae4;
  }

footer ul	{
  margin: 0;
  padding: 0;
  }

footer ul li	{
  list-style: none;
  font-size: 0.9rem;
  font-weight: normal;
  line-height: 1.9;
  }

  footer ul li a, footer ul li a:visited	{
  color: #4b749b;
  text-decoration:none
  }

  footer ul li a:hover, footer ul li a:active, footer ul li a:focus 	{
  color: #0f467a;
  text-decoration:none;
  }

  footer p.lead {
  color: rgba(255,255,255,1.0) !important; }

				footer p.lead a, footer p.lead a:visited  { color: rgba(75,116,155,0.85); text-decoration:none !important; }
				footer p.lead a:hover, footer p.lead a:focus, footer p.lead a:active  { color: rgba(0,0,0,0.95); text-decoration:none !important; }

p.footer		{
  color: #00ff00;
  font-family: 'Mada', sans-serif;
  font-size: 0.9rem;
  font-weight: normal;
  line-height: 1.4;
  text-align: left;
  }

  p.footer a,
  p.footer a:visited  { color: #00ff00; text-decoration: none !important; }

  p.footer a:hover,
  p.footer a:active  { color: #ff00ff; text-decoration: none !important; }

p.copyright	{
  color: #4b749b;
  font-family: 'Mada', sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 2.0;
  text-align: left;
  }

.legallinks	{
  color: #4b749b;
  font-family: 'Mada', sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 2.0;
  padding-top: 0px;
  padding-bottom: 8px;
  }

.legallinks a,
.legallinks a:visited  { color: #4b749b; text-decoration: none !important; }

.legallinks a:hover,
.legallinks a:active  { color: #0f467a; text-decoration: none !important; }


p	{ font-weight: 300 !important; line-height: 1.4 !important; }
.alignment-l-to-c	 { text-align: left !important; }
.alignment-r-to-c	 { text-align: right !important; }


/***  NEW LOGO EFFECT  ***/
.logobackdiv		{ border-radius:15px; background: #ffffff; border-right: 5px solid #8ba5bf; border-bottom: 5px solid #8ba5bf; border-left: 5px solid #8ba5bf; z-index:10; }
.logodiv				{ border-radius:15px; background: #ffffff; border-right: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 5px solid transparent; z-index:55000; }


/*****  XL  *****       .logo-style { width:100px; opacity:0.9; }  */
@media (min-width: 1200px) {
p	{ color: rgba(255,255,255,0.95);  font-size: 1.2rem; }
footer p.lead { font-size: 1.4rem !important; }
.logo-footer-style { width:120px; }
}

																/***** between XL & LARGER  ***** */
																@media (min-width: 1300px) {
																/***  NEW LOGO EFFECT  ***/
																.logobackdiv		{ position: fixed; top:0px; left:100px; width:160px; height:165px;  }
																.logodiv				{ position:absolute; top:0px; left:105px; width:150px; height:155px; }
																.logo-style { width:120px; opacity:0.95; display: block; margin-right: auto; margin-left: auto; }
																}

																/***** between XL & LARGER  ***** */
																@media (min-width: 1200px) and (max-width: 1299px) {
																/***  NEW LOGO EFFECT  ***/
																.logobackdiv		{ position: fixed; top:0px; left:90px; width:150px; height:155px;  }
																.logodiv				{ position:absolute; top:0px; left:95px; width:140px; height:145px; }
																.logo-style { width:110px; opacity:0.95; display: block; margin-right: auto; margin-left: auto; }
																}

																/***** between XL & LG  ***** */
																@media (min-width: 1100px) and (max-width: 1199px) {
																/***  NEW LOGO EFFECT  ***/
																.logobackdiv		{ position: fixed; top:0px; left:70px; width:140px; height:145px;  }
																.logodiv				{ position:absolute; top:0px; left:75px; width:130px; height:135px; }
																.logo-style { width:100px; opacity:0.95; display: block; margin-right: auto; margin-left: auto; }
																}





/*****  LG  *****/
@media (min-width: 992px) and (max-width: 1099px) {
p	{ color: rgba(255,255,255,0.95);  font-size: 1.2rem; }
footer p.lead { font-size: 1.3rem !important; }
.logo-style { width:95px; opacity:0.95; display: block; margin-right: auto; margin-left: auto; }
.logo-footer-style { width:110px; }
/***  NEW LOGO EFFECT  ***/
.logobackdiv		{ position: fixed; top:0px; left:50px; width:130px; height:135px;  }
.logodiv				{ position:absolute; top:0px; left:55px; width:120px; height:125px; }
}


/*****  MD  *****/
@media (min-width: 768px) and (max-width: 991px) {

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  text-align: center !important;
  }

p	{ color: rgba(255,255,255,0.95); font-size: 1.1rem; }
.logo-style { width:90px; opacity:0.95; display: block; margin-right: auto; margin-left: auto; }
.logo-footer-style { width:95px; }
/***  NEW LOGO EFFECT  ***/
.logobackdiv		{ position: fixed; top:0px; left:12px; width:120px; height:125px;  }
.logodiv				{ position:absolute; top:0px; left:17px; width:110px; height:115px; }
footer p.lead { font-size: 1.2rem !important; }
}


/*****  SM  *****/
@media (min-width: 576px) and (max-width: 767px) {

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  text-align: center !important;
  }

p	{ color: rgba(255,255,255,0.95); font-size: 1.0rem; }
.logo-style { width:140px; opacity:0.9; margin-top:5px;margin-bottom:5px;  }
.logo-footer-style { width:95px; }
footer p.lead { font-size: 1.1rem !important; }
}


/*****  XS  *****/
@media (max-width: 575px) {

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  text-align: center !important;
  }

.alignment-l-to-c	 { text-align: center !important; }
.alignment-r-to-c	 { text-align: center !important; }

p	{ color: rgba(255,255,255,0.95); font-size: 0.9rem; }
.logo-style { width:132px; opacity:0.95; margin-top:4px;margin-bottom:4px;  }
.logo-footer-style { width:120px; }
footer p.lead { font-size: 1.0rem !important; }
}



.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.2;
  color: rgba(15,70,122,1.0);
  background-color:rgba(255, 255, 255, 0.9);
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: rgba(15,70,122,1.0);
    background-color: rgba(255, 255, 255, 0.97);
    border-color: #cfdae4;
    outline: none; }
  .form-control::placeholder {
    color: rgba(15,70,122,0.75);
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
  }

select.form-control:focus::-ms-value {
  color: rgba(15,70,122,1.0);
  background-color: rgba(255, 255, 255, 0.95);
  }

.navbar-toggler {
    padding: 0.20rem 0.45rem;
    font-size: 1.0rem;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0.1rem;
  }

/* CSS used here will be applied after bootstrap.css */


.navbar {
  -webkit-transition:padding 0.2s ease;
  -moz-transition:padding 0.2s ease;
  -o-transition:padding 0.2s ease;
  transition:padding 0.2s ease;
}

.affix {
  padding-top: 0.2em !important;
  padding-bottom: 0.2em !important;
  -webkit-transition:padding 0.2s linear;
  -moz-transition:padding 0.2s linear;
  -o-transition:padding 0.2s linear;
  transition:padding 0.2s linear;
}
#map_wrapper {
    height: 400px;
}

#map_canvas {
    width: 100%;
    height: 100%;
}
