.infographic {
	margin-bottom: 23px;
}
.infographic .ig_call_to_action {
	text-align: center;
	margin-bottom: 10px;
}
.infographic .ig_preview_box {
	max-height: 1000px;
	overflow: hidden;
	position: relative;
}
.infographic .title {
	font-size: 18px;
    font-weight: 700;
    line-height: 1.4em;
	text-align: center;
	margin: 15px 0;
}
.infographic .textarea {
	width: 540px;
	max-width: 100%;
	margin: auto;
	overflow: hidden;
}
.infographic textarea {
	width: 100%;
	height: 65px;
	min-height: auto;
	display: block;
	border: 1px solid black;
	font-size: 11px;
	line-height: normal;
	margin-bottom: 5px;
}
.infographic img {
	margin-bottom: 0;
}
.infographic .ig_preview_box .ig_overlay {
	background: rgba( 0,0,0,0 );
	background: -moz-linear-gradient(top, rgba( 0,0,0,0 ) 0%, rgba( 0,0,0,0.3 ) 100%);
	background: -webkit-linear-gradient(top, rgba( 0,0,0,0 ) 0%,rgba( 0,0,0,0.5 ) 100%);
	background: linear-gradient(to bottom, rgba( 255,255,255,0 ) 0%,rgba( 255,255,255,1 ) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30%;
	z-index: 1;
	display: none;
}
.infographic .ig_preview_box.full {
	max-height: none;
}
.infographic .ig_button {
	background-color: var( --link-color );
	color: white;
	width: 200px;
	display: none;
	margin: auto;
	z-index: 2;
	text-align: center;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 5px 0;
	cursor: pointer;
	left: calc( 50% - 100px );
	border: 0;
	font-size: 15px;
	line-height: 26px;
	margin-top: 20px;
	transition:All 0.5s ease;
    -webkit-transition:All 0.5s ease;
    -moz-transition:All 0.5s ease;
    -o-transition:All 0.5s ease;
}
.infographic .ig_button:hover {
	text-decoration: none;
	background-color: #3a93c5;
}
.infographic .ig_button.show,
.infographic .ig_preview_box .ig_overlay.show {
	display: block;
}

.infographic img {
	width: 100%;
}


.infographic .copy {
	float: right;
}










