
div.customer-story-tile{
	width:100%;
	height:270px;
	margin-right:20px;
	margin-bottom:20px;
	float:left;
	overflow:hidden;
	position:relative;
	cursor:pointer;
	background-size:cover;
}

div.customer-story-tile img{
	width:100%;
}

div.customer-story-tile div.title{
	position:absolute;
	bottom:-100px;
	left:20px;
	z-index:100;
}

div.customer-story-tile div.title h2{
	font-size:34px;
	font-weight:500;
	color:#fff;
	line-height:1.1;
	display:block;
}

div.customer-story-tile div.description{
	display:block;
	height:130px;
	overflow:hidden;
	left:20px;
	z-index:100;
	opacity:0;
	margin-right:50px;
}

div.customer-story-tile div.description p{
	color:#c2c2c2;
	font-size:1em;
	line-height: 2.5ex;
	height: 100px; /* 2.5ex for each visible line , aka 3 lines*/
	overflow: hidden;
	padding-right:10px;
}

div.likes-and-comments-wrapper{
	display:block;
	position:absolute;
	right:10px;
	bottom:5px;
	z-index: 100;
	color:white;
}

div.likes-and-comments-wrapper > a{
	color:white;
}

div.customer-story-tile:nth-of-type(2n){
	margin-right:0px;
}

div.customer-story-tile div.overlay{
	background-image:linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:50;
}

div.customer-story-header{
	position:relative;
	height:480px !important;
	overflow:hidden;
	background-size:cover;
	background-position:center;
}

div.customer-story div.title{
	margin-top:30px;
}

div.customer-story div.title h1{
	color:#000;
	font-size:42px;
	font-weight:bolder;
	margin-bottom:0px;
}

div.customer-story div.title h2{
	color:#666;
	font-size:30px;
	margin-top:-5px;
	margin-bottom:20px;
}

div.customer-story-header div.software-used{
	color:#000;
	font-size:20px;
}

div.customer-story-header div.image-credit{
	text-shadow: 1px 1px 2px rgba(0,0,0,0.68);
	color:#fff;
	position:absolute;
	font-size:14px;
	right:10px;
	bottom:10px;
}

div.story-social-separator{
	width:100%;
	border-bottom:2px solid #999;
	padding-bottom:10px;
}

div.story-social-separator div.social-icons{
	display:inline-block;
}

div.story-social-separator ul li:nth-of-type(n+2){
	margin-left:10px;
}

div.story-social-separator div.like-wrapper{
	display:inline-block;
	padding-left:20px;
	margin-top:0px;
	position:absolute;
}

div.customer-story-header div.inner-wrapper{
	height:100%;
}

div.customer-story div.html-content img{
	margin: 0 auto;
	max-width:100%;
	height:auto;
}

div.customer-story div.html-content{
	font-family: "FrutigerNext","Helvetica Neue",Helvetica,Arial,sans-serif;
	color:#333;
}

div.customer-story div.story-content{
	width:auto;
	margin-right:auto;
	margin-left:auto;
}

div.customer-story p{
	/*font-size:14pt;*/
	font-size: 20px;
    margin-bottom: 11px;
    margin-top: 11px;
}

div.customer-story p a{
	color:#0096D4;
}

div.customer-story-details{
	border-bottom: 1px solid #c2c2c2;
    border-top: 1px solid #c2c2c2;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-top: 20px;
	padding-bottom:20px;
	height:auto;
}

div.customer-story-details div.section{
	width:361px;
	float:left; 
	margin-right:20px;
	margin-bottom:10px;
}

div.customer-story-details div.section div.title{
	text-transform:uppercase; 
	float:left; 
	font-size:14px; 
	margin-top:6px;
}

div.customer-story-details div.section div.info{
	float:left;
}

ul.tags > li {
	cursor:auto;
	margin-bottom:10px;
}

ul.tags > li.is_option {
	color:#0096D4;
	text-decoration:underline;
}

div.customer-story-tile.lookalike-tile{
	cursor:default;
}

div.customer-story-tile div.lookalike-container{
	position:absolute;
	top:0px; left:0px; right:0px; bottom:0px;
	z-index:500;
}

div.customer-story-tile div.lookalike-button{
	display:inline-block;
	position:relative;
	padding:6px 10px;
	line-height:1;
	background-color:#32BCAD;
	color:#fff;
	text-transform:uppercase;
	box-shadow: 2px 2px 12px #000;
	border-radius:2px;
	font-size:18px;
	
}

div.customer-story-tile div.lookalike-buttons div.lookalike-button:hover{
	background-color:#1f9386;
}

div.customer-story-tile div.lookalike-button a{
	position:absolute;
	top:0; left:0; right:0; bottom:0;
}

div.customer-story-tile div.lookalike-button.lookalike-special-offer-box{
	position:absolute;
	top:20px; left:20px;
	display:block;
	font-size:14px;
	font-weight:bold;
}

div.customer-story-tile div.lookalike-buttons{
	position:absolute;
	top:320px;
	left:0px;
	text-align:center;
	width:100%;
}

div.customer-story-tile div.lookalike-buttons div.lookalike-button{
	padding-top:10px;
}