body {
	font-family: 'Roboto';
}

h1, h2, h3, h4, h5, h6 {
	color: #1b689e;
	font-weight: 800;
	}

b {font-weight: 900;}
strong {font-weight: 900;}


.headerMain {
  background-color: #ffffff;
  padding: 10px 15px;
  z-index: 10000;
}

.headerTopMenu {margin-top: 10px;}
.headerTopMenu a {color: #666666; text-decoration: none; padding: 0px 20px;}
.headerBottomMenu a {
	color: #1b689e; 
	text-decoration: none; 
	padding: 0px 20px;
	font-weight: bold;
	}

.anchor::before {
  content:"";
  display:block;
  height:150px; /* fixed header height*/
  margin:-150px 0 0; /* negative fixed header height */
}
	a.anchor {outline: none;}
	
.white-row {
	padding: 50px 15px;
	}

.gray-row {
	background-color: #f5f6fa;
	padding: 50px 15px;
	}

.sky-row {
	padding: 200px 15px;
	/*background: url('/_images/home/istockphoto-2152515127-612x612.jpg');*/
	background: url('/_images/home/PriMedia-Website-INSPIRE-BANNERS-PORTFOLIO.jpg');
	background-repeat: no-repeat;
  	background-position: center;
  	background-size: cover;
	}

.top-content {
	background-color: #ecf2fa;
	padding: 50px 15px 75px;
	}
	
.top-images {
	margin-top: -50px;
/* 
	margin-bottom: 50px;
 */
/* 
	margin-bottom: 10px;
 */
	}


.main-content {
	padding: 50px 15px;
	}

.about-inset-1 {
/* 
	margin: 50px 0;
 */
	padding: 100px 15px;
	background: url('/about-us/_images/ve_27447352.png');
	background-repeat: no-repeat;
  	background-position: center;
  	background-size: cover;
}

.about-inset-2 {
/* 
	margin: 50px 0;
 */
	padding: 100px 15px;
	background: url('/about-us/_images/ve_48521590.png');
	background-repeat: no-repeat;
  	background-position: center;
  	background-size: cover;
}

.about-testimonials {
	padding: 50px 15px;
	background-color: #ecf2fa;
	}
	
.footer-form {
	padding: 30px 15px;
	background-color: #f9f9f9;
	}	

footer {
	background-color: #1b689e;
	color: #ffffff;
	}
	
footer a {
	color: #ffffff;
	text-decoration: none;
	}
	
footer a:hover {text-decoration: underline;}

.footer-top {
	padding: 40px 20px;
}

.footer-bottom {
	padding: 20px;
	min-height: 500px;
	}
	
	
	
.carousel-control-next,
.carousel-control-prev /*, .carousel-indicators */ {
    filter: invert(100%);
}




.image-container {
  position: relative;
  display: inline-block;
}

.image-container img {
  display: block;
  width: 100%;
  height: auto;
}

.image-container2 {
  position: relative;
  display: inline-block;
}

.image-container2 img {
	display: block;
	width: 100%;
	}

.overlay-text {
  position: absolute;
  top: 50%; 
  left: 50%; 
  transform: translate(-50%, -50%); 
  background-color: transparent; 
  color: #fff; 
  padding: 0; 
	/* padding: 10px 20px; */
  font-weight: 800;
  text-align: center;
  text-shadow: 5px 5px 10px rgba(0,0,0,.5);

  }


.footer-quote {
	width: 100%;
	position: relative;
	background-image: linear-gradient(
		#ffffff 0%,
		#ffffff 20%,
		#ecf2fa 20%,
		#ecf2fa 40%,
		#ecf2fa 40%,
		#ecf2fa 60%,
		#ecf2fa 60%,
		#ecf2fa 80%,
		#ffffff 80%,
		#ffffff 100%
		);
	background-size: cover;
	}


.offcanvas.offcanvas-top {
	min-height: 400px;
	max-height: 100%;
}

/* MEDIA STYLES */
@media (min-width: 1200px) {
	.overlay-text {
		font-size: 40px; 
		line-height: 40px;
		}
	.top-copy { padding: 0 100px; }	
	.image-container2 img { height: 280px; }
	
	.footer-quote {
		background-image: linear-gradient(
			#ffffff 0%,
			#ffffff 20%,
			#ecf2fa 20%,
			#ecf2fa 40%,
			#ecf2fa 40%,
			#ecf2fa 60%,
			#ecf2fa 60%,
			#ecf2fa 80%,
			#ffffff 80%,
			#ffffff 100%
			);
		}
	}
	
@media (max-width: 1199px) {
	.overlay-text {
		font-size: 30px; 
		line-height: 30px;
		}
	.top-copy { padding: 0 100px; }		
	.image-container2 img { max-height: 199px !important; }	
	
	.footer-quote {
		background-image: linear-gradient(
			#ffffff 0%,
			#ffffff 10%,
			#ecf2fa 10%,
			#ecf2fa 20%,
			#ecf2fa 40%,
			#ecf2fa 40%,
			#ecf2fa 60%,
			#ecf2fa 60%,
			#ecf2fa 80%,
			#ecf2fa 90%,
			#ffffff 90%,
			#ffffff 100%
			);
		}	
	}
	
@media (max-width: 979px) {
	.overlay-text {
		font-size: 20px; 
		line-height: 20px;
		} 
	.top-copy { padding: 0 50px; }	
	.image-container2 img { max-height: 154px !important; }	
	
	
	.footer-quote {
		background-image: linear-gradient(
			#ffffff 0%,
			#ffffff 10%,
			#ecf2fa 10%,
			#ecf2fa 20%,
			#ecf2fa 40%,
			#ecf2fa 40%,
			#ecf2fa 60%,
			#ecf2fa 60%,
			#ecf2fa 80%,
			#ecf2fa 90%,
			#ffffff 90%,
			#ffffff 100%
			);
		}
		
	}
	
@media (max-width: 767px) {
	.overlay-text {
		font-size: 20px; 
		line-height: 20px;
		}
	.top-copy { padding: 0 50px; }	
	.image-container2 img { max-height: 154px !important; }	
	
	.footer-quote {
		background-image: linear-gradient(
			#ffffff 0%,
			#ffffff 10%,
			#ecf2fa 10%,
			#ecf2fa 20%,
			#ecf2fa 40%,
			#ecf2fa 40%,
			#ecf2fa 60%,
			#ecf2fa 60%,
			#ecf2fa 80%,
			#ecf2fa 90%,
			#ffffff 90%,
			#ffffff 100%
			);
		}	
	}
	
@media (min-width: 100px) and (max-width: 768px) {
	.overlay-text {
		font-size: 12px; 
		line-height: 12px;
		}
	.top-copy { padding: 0 10px; }	
	.image-container2 img { max-height: 105px !important; }		
	
	.footer-quote {
		padding: 20px;
		background-image: linear-gradient(
			#ecf2fa 0%,
			#ecf2fa 10%,
			#ecf2fa 10%,
			#ecf2fa 20%,
			#ecf2fa 40%,
			#ecf2fa 40%,
			#ecf2fa 60%,
			#ecf2fa 60%,
			#ecf2fa 80%,
			#ecf2fa 90%,
			#ecf2fa 90%,
			#ecf2fa 100%
			);
		}	
		
		.top-images h2 { font-size: 25px !important; line-height: 30px;}
		.inset { padding: 40px 15px !important; }
		
/* 
		.slideTypeFix p {font-size: 12px !important;}
 */
	}


.carousel-indicators {
	bottom: -20 !important;
}
.carousel .carousel-indicators button {
    width: 10px;
   height: 10px;
   border-radius: 100%;
 }
 
 
 .youtube {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
	}

.youtube iframe, .youtube object, .youtube embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	}