/* CSS Document */

/**   
#003A8C - blue
#0053C4 - light blue
#86B039 - green
#CDD65D - light green
#323232 - black
#EFEFEF - light gray

rgba(0, 58, 140, 1) - blue
rgba(0, 83, 196, 1) - light blue
rgba(134, 176, 57, 1) - green
rgba(205, 214, 93, 1) - light green
rgba(50, 50, 50, 1) - black
rgba(239, 239, 239, 1) - light gray
**/

[data-canvas=container]{
	background-color: #FFF !important;
}
#actionCalls{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.navInt .heading{
	font-size: 26px;
	border-bottom: 1px solid #EFEFEF;
}
.navInt nav a{
	display: block;
	padding: 12px;
	font-size: 16px;
	color: #999;
	font-weight: 700;
	border-bottom: 1px solid #EFEFEF;
	text-transform: uppercase;
	white-space: inherit !important;
}
.navInt nav a:last-child{
	border-bottom: none;
}
.navInt nav a:hover,
.navInt nav a:focus{
	background-color: #EFEFEF;
	color: #4d4d4d;
}
.breadcrumb{
	border: none;
	background-color: transparent !important;
	text-transform: uppercase;
}
.breadcrumb a,
.breadcrumb-item+.breadcrumb-item::before{
	color: #323232 !important;
}
.breadcrumb .active,
.breadcrumb a:hover,
.breadcrumb a:focus{
	color: #86B039 !important;		
}
.card.int .image{
	height: 250px;
	background: url(../images/placeholder.jpg) no-repeat center center;
}
.card.int .image img{
	visibility: hidden;
}

/* CONTACT CSS */
#cpContent .info .phone a,
#cpContent .info .address,
#cpContent .info .social a{
	display: flex;
	align-content: center;
}
#cpContent .info > div > span,
#cpContent .info > div > a > span{
	align-self: center;
}
#cpContent .info > div > span:nth-child(2),
#cpContent .info > div > a > span:nth-child(2){
	margin-left: .3rem;
	font-size: 14px;
}
#cpContent .info > div > span:first-child,
#cpContent .info > div > a > span:first-child,
#cpContent .info .phone a:hover,
#cpContent .info .phone a:focus,
#cpContent .info .social a:hover,
#cpContent .info .social a:focus{
	color: #86B039;
}
#cpContent .info .phone{
	font-weight: 700;
}
#cpContent .info .phone a{
	color: #003A8C;
}
#cpContent .info .phone a > span:nth-child(2){
	font-size: 24px;
}
#cpContent .info .address > span:nth-child(2){
	align-self: center;
}
#cpContent .info .address > span:nth-child(2) > span{
	display: block;
}
#cpContent .info .address > span:nth-child(2) > span:nth-child(2){
	display: none;
}
#cpContent .info .social a{
	color: #323232;
}

/********************************************************** MEDIA QUERRIES ******************************************************************/

/* Phone (landscape) */
@media (min-width: 576px){
	.card.int .image{
		height: 225px;
	}

}

/* Tablet (portrait) */
@media(min-width:768px){
	.navInt .heading{
		font-size: 22px;
	}
	.navInt .heading .sm{
		font-size: 80%;
	}
	.navInt nav a{
		padding: 8px;
		font-size: 13px;
	}
	.card.int .image{
		height: 275px;
	}
	
	/* CONTACT CSS */
	
	
}

/* Tablet (landscape) */
@media(min-width:992px){
	.navInt .heading{
		font-size: 24px;
	}
	.navInt nav a{
		padding: 10px;
		font-size: 14px;
	}
	.card.int .image{
		height: 250px;
	}
	
	/* CONTACT CSS */
	#cpContent{
		height: 400px;
		border-left: 1px solid #EFEFEF;
		padding-left: 30px;
		text-align: left;
	}
	
	
}

/* Desktop */
@media(min-width:1200px){
	.navInt{
		border-left: 1px solid #EFEFEF;
	}
	.navInt .heading{
		font-size: 28px;
	}
	.navInt .heading.small{
		font-size: 22px;
	}
	.navInt nav a{
		padding: 12px;
		font-size: 16px;
	}
	.breadcrumb{
		margin-bottom: 30px !important;
		padding: 12px 20px !important;
		font-size: 16px;
	}
	.card.int .image{
		height: 275px;
	}
	
	/* CONTACT CSS */
	
	
	
}

@media(min-width:1400px){
	
	/*#intRotator,
	#intRotator .slide,
	#intRotator .prev,
	#intRotator .next{
		height: 275px;	
	}	
	.card.int .image{
		height: 225px;
	}*/

}

@media(min-width:1600px){
	
	/*#intRotator,
	#intRotator .slide,
	#intRotator .prev,
	#intRotator .next{
		height: 325px;	
	}
	.card.int .image{
		height: 250px;
	}*/
	
}

@media(min-width:1800px){
	
	
}

/**   
#003A8C - blue
#0053C4 - light blue
#86B039 - green
#CDD65D - light green
#323232 - black
#EFEFEF - light gray

rgba(0, 58, 140, 1) - blue
rgba(0, 83, 196, 1) - light blue
rgba(134, 176, 57, 1) - green
rgba(205, 214, 93, 1) - light green
rgba(50, 50, 50, 1) - black
rgba(239, 239, 239, 1) - light gray
**/