/* Reset CSS
 * --------------------------------------- */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}

table {
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-weight: normal;
	font-style: normal;
}

strong {
	font-weight: bold;
}

ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
}

/* GENERAL CSS
  * --------------------------------------- */


/** animated **/
.animatedParent {
	overflow: hidden;
}

@media (max-width: 590px) {
	.animated {
		/*CSS transitions*/
		-o-transition-property: none !important;
		-moz-transition-property: none !important;
		-ms-transition-property: none !important;
		-webkit-transition-property: none !important;
		transition-property: none !important;
		/*CSS transforms*/
		-o-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		/*CSS animations*/
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
		opacity: 1;
	}
}

/** no break **/

.nobr {
	white-space: nowrap;
}


/* site width */
.site-width {
	max-width: 1300px !important;
	margin: 0 auto;
}

body{
	font-weight: 400;
	color: #0A5689;
	font-size: 1.2rem;
	line-height: 1.7rem;
}
.text-navy{
	color: #0A5689;
}
.text-blue{
	color: #3EB8DD;
}

.text-green{
	color: #337452;
}
.text-red{
	color: #873C32;
}
.h1{
	font-size: 5rem;
	line-height: 5.5rem;
}
.h2{
	font-size: 2.5rem;
	line-height: 3rem;
}
.h3{
	font-size: 2rem;
	line-height: 2.5rem;
}
.h4{
	font-size: 1.3rem;
	line-height: 1.8rem;
}
.h6{
	font-size: 0.9rem;
	line-height: 1.2rem;
}

header{
	position: absolute;
	width: 100%;
	max-height: 250px;
	z-index: 1;
}
.dropdown-toggle::after{
	border: none;
}
.carousel-item{
	height: 90vh;
	background-position: center;
	background-size: cover;
	min-height: 800px;
	padding-top: 250px;
}

.banner-1{
	background-image: url("../images/Banner.jpg");
}
.banner-2{
	background-image: url("../images/Banner-2.jpg");
}
.banner-3{
	background-image: url("../images/Banner-3.jpg");
}
.banner-4{
	background-image: url("../images/Banner-4.jpg");
}
.banner-5{
	background-image: url("../images/Banner-5.jpg");
}
.banner-6{
	background-image: url("../images/Banner-6.jpg");
}

#googleMap{
	min-height: 600px;
	width: 100%;
}
#about-us{
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}
.gm-style-iw-chr button{
	height: 1rem !important;
	width: 1rem !important;
}
.gm-style-iw-chr button:hover,
.gm-style-iw-chr button:focus{
	outline: none;
}

.gm-style-iw-chr button span{
	height: 1rem !important;
	width: 1rem !important;
	margin: 1px !important;
}
.bg-blue{
	background-color: #0A5689;
}
.bg-medium-blue{
	background-color: #B1E3F1;
}
.bg-light-blue{
	background-color: #EAF8FC;
}
.bg-transparent-blue{
	background-color: rgb(10, 86, 137, .9);
}

.btn-outline-primary{
	color: #EAF8FC;
	border-color: #EAF8FC;
	border-radius: 0;
	padding: 10px 50px;
}
.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:focus{
	background-color: #EAF8FC !important;
	color: #0A5689 !important;
	border-color: #EAF8FC;
}
#about > .container{
	position: relative;
}
#about .bg-transparent-blue{
	position: absolute;
	top: -150px;
	left: 0;
	width: 100%;
}
#about .details{
	margin-top: 50px;
}

#about img{
	max-height: 60px;
}

.location-box{
	border: 2px solid #0A5689;
}

.location-img{
	height: 250px;
	background-position: center;
	background-size: cover;
}

.location-img.absecon{
	background-image: url("../images/Absecon.jpg");
}
.location-img.bartley{
	background-image: url("../images/Bartley.jpg");
}
.location-img.cumberland{
	background-image: url("../images/Cumberland.jpg");
}
.location-img.wall{
	background-image: url("../images/Wall.png");
}
.location-img.hamilton{
	background-image: url("../images/Hamilton.jpg");
}
.location-img.moorestown{
	background-image: url("../images/Moorestown.jpg");
}
.location-img.mercer{
	background-image: url("../images/Mercer.jpg");
}
.location-img.oldbridge{
	background-image: url("../images/OldBridge.png");
}
.location-img.orchards{
	background-image: url("../images/Orchards.png");
}

.form-control{
	border-radius: 0;
}

textarea.form-control{
	resize: none;
	height: 100px;
}

.btn-secondary{
	background: transparent;
	border: none;
	text-decoration: underline;
	border-radius: 0;
	color: #0A5689;
	padding: 0;
}
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus{
	background: transparent !important;
	color: #000 !important;
	border: none;
	text-decoration: none;
	border-radius: 0;
	box-shadow:0 0 0 .2rem c !important;
}

.upload-file-wrapper{
	text-align: left;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    width: auto;
    text-align: center;
    overflow: hidden;
    padding: 10px 20px;
	border:1px solid #0A5689;
	font-weight: 400;
	color: #0A5689;
}
.inputfile + label:hover {
	background-color: #0A5689;
	border-color: #0A5689;
	color: #FFF;
}

.btn[aria-expanded="true"] {
	display: none;
}
@media (max-width: 1300px){	
.h3{
	font-size: 1.5rem;
	line-height: 2rem;
}
}
@media (max-width: 992px){	
	.carousel-item{
		height: auto;
		padding-bottom: 250px;
		min-height: 700px;
	}
	#about img{
		max-height: 50px;
	}
	#about .details{
		margin-top: 0;
	}
	#googleMap{
		min-height: 500px;
	}
}
@media (max-width: 768px){	
	.h1 {
		font-size: 4rem;
		line-height: 4.5rem;
	}
	#about img{
		max-height: 45px;
	}

	.location-img{
		height: 200px;
	}
	#googleMap{
		min-height: 400px;
	}
}
@media (max-width:665px){	
	.menu-icon{
		position:absolute;
		top: 2rem;
		right: 1rem;
	}
}


@media (max-width: 575px){	
	#about .bg-transparent-blue{
		top: -110px;
	}
	#about .details{
		margin-top: 150px;
	}
	.h1{
		font-size: 3rem;
		line-height: 3.5rem;
	}

	.carousel-item{
		height: 100vh;
		min-height: 500px;
	}
	.h4, p{
		font-size: 1rem;
		line-height: 1.5rem;
	}
}



@media (max-width: 390px){	
	#about .details{
		margin-top: 250px;
	}
}

