body{
	font-family: 'Isidora Sans', sans-serif;
	font-weight:normal; 
}

div.header{
	top:0px;
	left:0px;
	z-index:100;
}

a:hover{
		text-decoration:none; 
}

.header-top{
	border-bottom: 3px solid #93d50a;
}

.top-links a{
	font-size: 13px;
	font-weight: 600;
	margin-left: 30px;
}

.header-main{
	background-color: rgba(255,255,255,0.8);
}

img.logo{
	width: 200px;
	height:auto;
}

.nav-container{
	flex-grow:1;
}

.slider-content{
	position:absolute;
	top:175px;
	right:20%;
	left:20%;
	bottom:75px;
	display:flex;
	justify-content:center;
	flex-direction:column;
	align-items:center;
	text-align: center;
}

.carousel-control-next, .carousel-control-prev{
	top:175px;
	bottom:75px;
}

.carousel-control-next-icon, .carousel-control-prev-icon{
	width:50px;
	height:50px;
}

.carousel-indicators{
	bottom:75px;
}

.alt{
	font-family: 'Isidora Soft Alt';
}

.slider-content h1{
	font-family: 'Isidora Soft Alt';
	font-size: 50px;
	color: white;
	font-weight:700;
	text-shadow: 0px 0px 5px black; 
}

.slider-content>p>img{
	width:150px;
	height:auto; 
}

@media (max-width: 1198.98px){ 
	.slider-content>p>img{
		width:100px;
		height:auto; 
	}
	.slider-content h1{
		font-size: 40px;
		color: white;
	}
	
}

@media (max-width: 991.98px){ 
	.slider-content{
		top:0px;
	}
	.slider-content>p>img{
		width:75px;
		height:auto; 
	}
	
	.carousel-control-next, .carousel-control-prev{
		top:0px;
		bottom:75px;
	}
}

@media (max-width: 767.98px){
	.slider-content>p>img{
		display: none; 
	}
	.slider-content h1{
		font-size: 25px;
		color: white;
	}
	.carousel-indicators{
		bottom:60px;
	}
}

@media (max-width: 575.98px){
	
}


.home-callouts{
	background-image:url('../images/white-arch.png');
	background-size:cover;
	background-position: top center;
	position: relative;
	top:-75px;
	z-index; 99;
}

.callout-link{
	text-align:center;  
	font-size: 20px;
}

.callout-link>span{
	display:block;
	height: 100px;
	width:100px;
	border:3px solid #243e66;
	background-color: #93d50a;
	border-radius:50px;
	margin: 0 auto 10px; 
	background-position:center center;
	background-repeat:no-repeat;
	background-size: 50px 50px  
}

.callout-link.first>span{
	background-image:url('../images/whoWeAre-white.png');
}

.callout-link.first:hover>span{
	background-image:url('../images/whoWeAre-green.png');
}

.callout-link.second>span{
	background-image:url('../images/whyArchway-white.png');
}

.callout-link.second:hover>span{
	background-image:url('../images/whyArchway-green.png');
}
	
.callout-link.third>span{
	background-image:url('../images/howWeDoIt-white.png');
}

.callout-link.third:hover>span{
	background-image:url('../images/howWeDoIt-green.png');
}

.callout-link:hover>span{
		background-color:white; 
}

.callout-link:hover{
	color: #243e66 !important;
}

.service-block{
	width:calc(50% - 10px);
	margin-bottom:20px;
}

.service-block-content{
	width: 560px;
	color: white;
}

@media (max-width: 1198.98px){ 
	.service-block{
		width: 100%;
	}
	.service-block-content{
		width: 470px;
	}
}

@media (max-width: 991.98px){ 
	.service-block{
		width: 100%;
	}
	.service-block-content{
		width: 720px;
	}
}

@media (max-width: 767.98px){
	.service-block-content{
		width: 540px;
	}
}

@media (max-width: 575.98px){
	.service-block{
		padding-left:20px;
		padding-right:20px;
	}
}



p.service-icon{
	width:100px;
	flex-grow:0;
	margin-bottom:0px;
}

p.service-icon img{
	width:100%;
	min-width:100%;
	max-width:100%; 
	height: auto;
}

.service-block-content h3{
	font-weight: 600;
	font-size: 36px;
}

.service-block-content>.accordion{
	margin-top:15px;
}

.service-block-content>.accordion .card{
		background-color:transparent; 
		border: 0px solid transparent;
		margin-bottom: 10px;
}

.service-block-content>.accordion .btn-link{
	color: white;
		font-weight:600; 
}

.service-block-content>.accordion .card-header{
		background-color: rgba(255,255,255,0.1);
		padding:0em 0em;
		border: 1px solid white;
		margin-bottom:0px;
}

.card-header .btn[aria-expanded=true] {
	background-color: rgba(255,255,255,0.2);
}

.service-block-content>.accordion .card-header .btn i{
	position: absolute;
	right: 10px;
	font-size: 20px;
	top:10px;
}

.service-block-content>.accordion .card-header .btn i.fa-caret-right{
	display: block;
}

.service-block-content>.accordion .card-header .btn i.fa-caret-down{
	display: none;
}

.service-block-content>.accordion .card-header .btn[aria-expanded=true] i.fa-caret-right{
	display: none;
}

.service-block-content>.accordion .card-header .btn[aria-expanded=true] i.fa-caret-down{
	display: block;
}

.service-block-content>.accordion .card-body a.white:hover{
	color: #fff;
	opacity: 0.75;
}

.resource-block{
	height: 250px;
	background-color: black;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.resource-block a{
	width:100%;
	height:100%;
	display: block;
}

.resource-block a:hover{
	background-color: rgba(36,62,102,0.8);
}

.resource-block a .resource-fade{
	display: none;
}

.resource-block a:hover .resource-fade{
	display: block;
	color: white;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
}

#carouselResources .carousel-control-next, #carouselResources .carousel-control-prev{
	top:0px;
	bottom:0px;
	filter: invert(100%);
}

#carouselResources .carousel-control-next-icon, #carouselResources .carousel-control-prev-icon{
	width:50px;
	height:50px;
}

#carouselResources .carousel-control-next{
	right: -50px;
	width: 50px;
}

#carouselResources .carousel-control-prev{
	left:-50px;
	width:50px;
}

.careers img{
	max-width: 100%;
	min-width: 100%;
	height: auto;
}

.green-btn{
	display: inline-block;
	background-color: #93d50a;
	color: #243e66;
	padding: 8px 12px;
	border-radius: 8px;
	font-weight: 700;
	font-size: 18px;
}

.home-team{
	background-image: url("../images/bridge_parallax.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: none;
}

footer .logos img{
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	height: auto;
}

footer{
	line-height: normal !important;
}

p.nj211 img{
	width: 50%;
	min-width:50%;
	max-width:50%;
	height:auto;
}

div.mobile-logo{
	width:125px;
}

div.mobile-nav-toggle img{
	max-width: 100%;
	min-width: 100%;
	width:100%;
	height: auto;
}

