blockquote {
	background: #fff1e0;
	padding: 20px 30px;
	margin: 0 0 1rem;
	font-size: 1rem;
	border-left: 0px;
	border-top: 2px solid #d17c2c;
	border-bottom: 2px solid #d17c2c;
	border-radius: 5px;
	position: relative;
	color: #333;
}

.imageOverlay {
  position:relative;
	width: 250px;
	border-radius: 50%;
	max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.imageOverlay:after {
	content:'\A';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;	
	border-radius: 50%;
  background-color: #BA5600;
  transition: .5s ease;
	-webkit-transition: all 0.5s;
}

.imageOverlay:hover:after {
  opacity: 0.5;
}

.profileText {
	position: absolute;
	bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	width: 96px;
}

.teamImgSpace {
	margin-right: 15px;
	margin-bottom: 15px;
}

.accordion>.card>.card-header {
	background-color: #fff1e0;
}

.accordion>.card:not(:last-of-type) {
    border-color: #f3cea0;
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
}

@media (max-width: 1199px) {
  
	#navigation .dropdown-menu {
     padding-left: 0px;
	}
	
	.techbutton {
		display: none;
	}
	
	.headColumn {
		display: table !important;
		width: 100%;
	}
}

@media (max-width: 767px) {
	
	.serviceNavBlock {
		height: auto;
	}
	
}

@media (max-width: 553px) {
	
	.contactButton {
		display: none;
	}
	
}