#contentWrap #textPanelWrap.singleTextPanel {
	font-size: 14px;
    font-family: 'fira_sansregular';
}
.caseStudyContent {
	padding-left: 50px;
	width: 550px;
	text-align: justify;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #4b2658;
	font-size: 15px;
	line-height: 20px;
}
#contentWrap #textPanelWrap.singleTextPanel .caseStudyContent {
	line-height: 18px;
	color: #ffffff;
}
h1#caseStudyTitle {
	font-size: 24px;
    font-family: 'fira_sansbold_italic';
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    margin-bottom: 5px;
    background-image: url(../images/case-study-top-dot-bg.png);
    background-repeat: repeat-x;
    background-position: right bottom;
}
h1#caseStudyTitle span {
	background-image: url(../images/case-study-top-dot-cover.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    display: inline-block;
}
.caseStudyContent h3:first-child {
	margin-top: 20px;
}

.caseStudyContent ul {
	margin: 0 0 0 35px;
	padding: 0px;
	list-style: none;
}
.caseStudyContent ul li {
	position: relative;
}
.caseStudyContent ul li::before {
	content: '';
	background-image: url(../images/logo-li-bg.png);
	background-repeat: no-repeat;
	width: 43px;
	height: 42px;
	position: absolute;
	top: 0px;
	left: -53px;
}
.caseStudyContent ul.greenCheck {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  margin-top: 10px;
}
.caseStudyContent ul.greenCheck li {
	padding-left: 28px;
}
.caseStudyContent ul.greenCheck li::before {
	background-image: url(../images/li-green-bg.png);
	width: 13px;
	height: 13px;
	left: 0px;
	top: 2px;
}
#caseStudyiPad {
	width: 566px;
	height: 414px;
	margin-top: 20px;
	position: relative;
	box-sizing: border-box;
	padding: 27px 50px 34px 43px;
	overflow: hidden;
}
#caseStudyiPad a {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-image: url(../images/case-study-play-btn.png);
	background-repeat: no-repeat;
	z-index: 5;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
#caseStudyiPad a:hover {

	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-o-transform:scale(1.2);
	transform:scale(1.2);
}
#caseStudyiPad #ipadOverlay {
	background-image: url(../images/case-study-ipad.png);
	background-repeat: no-repeat;
	width: 566px;
	height: 414px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#caseStudyRight {
	width: 500px;
}
.csItem {
	margin-bottom: 50px;
}
.csItem .picWrap {
	width: 344px;
	height: 190px;
	border: solid 1px #a6a5a6;
	border-radius: 4px;
	overflow: hidden;
}
.csItem .picWrap img {
	display: block;
}
.csItem .contentWrap {
	width: 705px;
	color: #732b90;
	font-size: 14px;
	line-height: 19px;
    font-family: 'fira_sansbook';
}
.csItem .contentWrap h3 {
	margin-top: 10px;
}
.csItem .contentWrap a {
	display: inline-block;
	color: #ffffff;
	height: 35px;
	line-height: 37px;
	padding: 0px 15px;
	font-size: 14px;
    font-family: 'fira_sanssemibold_italic';
    background-color: #2b003b;
    border-radius: 3px;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.csItem .contentWrap a:hover {
	background-color: #62ce02;
}
.csItem .contentWrap .contentTopHeight {
	height: 146px;
}