.Industry-Previews{margin-bottom:-40px;}
.Industry-Previews .Industry-Preview{margin-bottom:50px;}

.Industry-Previews .column{padding: 0 15px;}

.Industry-Previews .title{
    max-width:374px;
	font-weight:700;
	font-size:18px;
	margin:0 auto 10px;
	color:#000;}

.Industry-Preview.alt-shadow {box-shadow:0 2px 4px rgba(0,0,0,0.16);}

.Industry-Preview{
	max-width:374px;
	margin:0 auto;
	position:relative;}

.Industry-Preview .image {
	position: relative;
    padding-bottom: 60%;
    background: no-repeat center #ddd;
    background-size: cover;}
.Industry-Preview .image a{
	display:block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;}
.Industry-Preview .image img{display:none;}

.Industry-Preview .details{
    position: relative;
    min-height: 95px;
	padding:25px 40px 40px;
	background:#fff;
    color:#333333;
    font-size: 16px;
    font-weight: 700;}
.Industry-Preview .details .copy{
    margin-bottom: 20px;}
.Industry-Preview .details a{
    position: absolute;
    bottom:25px;
    font-size: 14px;
    color: #0091C6;
    transition:color 0.25s;}
.Industry-Preview .details a:hover{color:#005587;}

@media screen and (max-width: 1200px){
    .Industry-Previews .title{font-size:16px;}
}



.Industry-Features .heading {
	text-align: center;}

.Industry-Features .group {
	position: relative;
	margin-top: 80px; }

.Industry-Features .image {
	overflow: hidden; }

.Industry-Features .image img {
	display: block;}

.Industry-Features .button-container {
	text-align: center;
	padding-top: 40px;
}

@media(min-width:961px){
	.Industry-Features {margin-top:-180px; border-top:180px solid transparent;}

	.Industry-Features .image {
		position: absolute;
		top: 0;	}

	.Industry-Features .group:nth-child(even) .image {left:50%; margin:0 0 0 -20px;}
	.Industry-Features .group:nth-child(even) .content {padding:0 57.5% 0 0;}

	.Industry-Features .group:nth-child(odd) .image {right:50%; margin:0 -20px 0 0;}
	.Industry-Features .group:nth-child(odd) .content {padding:0 0 0 57.5%;}
}

@media(max-width:960px){
	.Industry-Features {max-width:600px; margin:0 auto;}
	.Industry-Features .group {margin-top:60px;}
	.Industry-Features .heading {position:relative; top:10px;}
	.Industry-Features .image {max-width:400px; margin:0 auto 25px;}
}




.Customers-Carousel {
    width: 85%;
    margin: 0 auto;
}

.Customers-Carousel-Cell {
    width: 20%;
    height: 100%;
    display: table;
}


.Customers-Carousel-Cell .container {
    padding: 10px;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

@media(max-width:900px){
/*
    .Customers-Carousel {width: 100%; display: flex; flex-wrap: wrap; justify-content: center;}
    .Customers-Carousel-Cell {width: 33.33%; box-sizing: border-box; flex: 0 0 auto; align-items: stretch;}
*/
    .Customers-Carousel-Cell {width: 33.33%;}
}



/* ICON BLOCK */

.Industry-Icon-Block{
	margin:0 auto;
	max-width:300px;}
.Industry-Icon-Block .image{}
.Industry-Icon-Block .image img{
	display:block;
	margin:0 auto;
	width:117px;}
.Industry-Icon-Block .details{
	margin-top:-75px;
	padding:100px 0 30px;
	background:#075284;
	color:#fff;
	text-align:center;
	min-height:160px;}
.Industry-Icon-Block .heading{
	font-size:22px;
	line-height:30px;
	font-weight:700;
	margin-bottom:12px;}

.Industry-Icon-Block.alt-nobg .details {
	min-height: 0;
	background: none; }

.Industry-Icon-Block.alt-black-text .details {
    color: #333;
}

@media(max-width:960px){
	[data-override="Industry-Icon-Blocks"] .columns {text-align:center;}
	[data-override="Industry-Icon-Blocks"] .columns .column[data-col="1/4"],
	[data-override="Industry-Icon-Blocks"] .columns .column[data-col="1/3"] {width:50%; display:inline-block;}
	.Industry-Icon-Block{margin-bottom:20px;}
}



.Testimonial .name {
    margin-bottom: 0 !important;
}

.Testimonial .company {
    margin-top: 0 !important;
}