.row.techShowcase .tech {
	padding: 1rem;
	background-color:white;
}

.row.techShowcase .tech:hover > a {
	background-color: #ebebeb;
}

.row.techShowcase .tech > a {
	height:100%;
	width:100%;
	display:flex;
	flex-direction:column;
	flex-wrap:nowrap;
	align-items:center;
	justify-content:flex-start;
	text-align:center;
	text-decoration:none;
	border: 1px solid #b7b7b7;
	padding: 1rem;
	transition: all 0.3s;
}

.row.techShowcase .tech > a > * {
	margin: 0.45rem 0;
}

.row.techShowcase .tech .icon {
	width:5rem;
	height:5rem;
}

.row.techShowcase .tech .icon > img {
	max-width:100%;
	max-height:100%;
	height:auto;
	width:auto;
}

.row.techShowcase .tech .name span {color:black;font-family:"Poppins",sans-serif;font-weight:bold;}
.row.techShowcase .tech .desc span {color:black;font-family:"Poppins",sans-serif;}

div.sub-headline{
	font-size: 1.8em;
	border-left: 3px solid #ccc;
	padding-left: 12px;
	font-family: "Playfair Display", serif;
	margin-bottom:20px;
}

div.tech-details p{
	margin-bottom:20px;
}

div.tech-details h3{
	font-size: 22px;
	margin-bottom: 20px;
	margin-top:30px;
}

div.tech-details a{
	color: #f29900;
}

div.amerlux-form{
	background-color: #efefef;
}

div.amerlux-form label{
	font-size: 14px;
	margin-bottom:5px;
}

div.amerlux-form div.submit-div .btn-primary{
	background-color: #ff0000;
	border-color: #ff0000;
	padding-top:2px;
	padding-bottom:2px;
}

div.amerlux-form div.submit-div .btn-primary:hover{
	background-color: #e00000;
	border-color: #e00000;
}

div.tech-sidebar span.InfoLabel{
	text-align: center;
	font-size: 14px;
	margin:0px 20px;
}

div.tech-img img{
	max-width: 50%;
	margin:0 auto;
}

div.tech-img p{
	font-weight: 600;
	margin:10px 0px 0px 0px;
}

div.tech-img{
	text-align: center;
	border: 1px solid #ccc;
	margin-bottom:20px;
	padding:10px 0px;
}

div#tech-description{
	background-color: #004a87;
	color: #fff;
}

div#tech-description p.first{
	color:#e7e7e7;
	font-family: 'Playfair Display';
	font-size: 1.5em;
	border-left: 4px solid #fff;
	padding-left: 8px;
	margin-bottom:30px;
}

div.tech-header{
	height: 400px;
	justify-content: center;
	align-items: flex-end;
	background-size: cover;
	background-position: center bottom;
	color: #fff;
}

div.tech-detail-images img{
	max-width: 100%;
	width: 100%;
	height: auto;
}

div.tech-detail-images div.small-images{
	text-align: left;
}

div.tech-detail-images p.caption{
	background-color: #ccc;
	font-weight: bold;
	padding:5px 10px;
	display: inline-block;
	border-bottom-right-radius: 8px;
}

a.tech-resource{
	display: block;
	background-color: #f29900;
	color: white;
	font-weight:600;
	text-align: center;
}

.purple{
	color: #733f94;
}

.purple-bg{
	background-color: #733f94;
	color: white !important;
}

button[aria-expanded="true"]{
	font-weight: bold;
}

button.btn-link{
	background-color: #733f94;
	color: white !important;
	width:100%;
}

button.btn-link.collapsed{
	background-color: #efefef;
	color: #733f94 !important;
	width:100%;
}