.tlsp-longform-page {
	background: #e7e7e7;	
}

.tlsp-longform-page .tlsp-header {
	background: #fff;
	border: #b4b4b4 solid 0;
	border-width: 0 0 1px 0;
}

.tlsp-longform-page .tlsp-header-content {
	height: 31px;
	min-height: 31px;
	max-width: 1000px;
	width: auto;
}


.tlsp-longform-page .tlsp-header .tlsp-main-logo {
	width: 70px;
	height: 70px;
	background: url(/assets/ui/desktop-app/logo.png) left bottom no-repeat;
	display: block;
	position: absolute;
	text-indent: -999999em;
	top: -8px;
	left: -50px;
}


.tlsp-longform-page .tlsp-header .tlsp-main-title {
	left: 30px;
}

.ajk-wrw-less-than-1150px .tlsp-header .tlsp-main-logo {
	width: 30px;
	height: 30px;
	left: 2px;
	top: 4px;
	background-size: cover;
	padding: 0;
}

.ajk-wrw-less-than-950px .tlsp-header .tlsp-main-title {
	left: 0;
}

.tlsp-longform-page .tlsp-main-menu a:hover {
	color: #111
}

.tlsp-longform-page  .tlsp-footer-content {
	max-width: 1000px;
	width: auto;
	margin: 0 auto 0 auto;
}

.tlsp-longform-content {
	padding: 0 10px 0 10px;
	margin: 0 auto 0 auto;
	max-width: 1000px;
	padding: 100px 10px 0 10px;
}

.tlsp-longform-content .date-author {
	color: #111;
	font-size: 12px;
	margin: 0 0 10px 0;
	font-weight: bold;
}

.tlsp-longform-content h1 {
	color: #222;
	font-size: 60px;
	line-height: 65px;
	padding: 0 0 25px 0;
}

.tlsp-longform-content p.standfirst {
	font-size: 22px;
	line-height: 28px;
	margin: 0 0 90px 0;
	color: #333;
}

.tlsp-longform-content h2 {
	color: #111;
	font-size: 25px;
	margin: 0 0 20px 0;
	font-weight: bold;
	padding: 25px 0 10px 0;
	border: #ccc solid 1px;
	border-width: 0 0 1px 0;
}

.tlsp-longform-content h3 {
	font-size: 20px;
	padding: 15px 0 0 0;
	margin: 0 0 5px 0;
	line-height: 20px;
	font-weight: bold;
	color: #333;
}

.tlsp-longform-content h3 span {
	color: #eee;
	font-size: 17px;
	border-radius: 25%;
	background: #666;
	display: inline-block;
	width: 20px;
	height: 20px;
	padding: 0;
	text-align: center;
	line-height: 20px;
	padding: 1px;
	margin-right: 7px;
	position: relative;
	top: -3px;
}


.tlsp-longform-content p {
	font-size: 18px;
	line-height: 25px;
	margin: 0 0 10px 0;
	color: #666;
}

.tlsp-longform-content p a {
	color: #444;
	font-weight: bold;
	text-decoration: none;	
}

.tlsp-longform-content p a:hover {
	color: #000;
}

.tlsp-longform-content p.caption {
	font-size: 13px;
	position: relative;
	margin-top: -17px;
}


.tlsp-longform-content .tlsp-longform-image {
	border-radius: 5px;
	border: #fff solid 1px;
	overflow: hidden;
	margin: 0 0 20px 0;
	position: relative;
	left: -1px;
}

.tlsp-longform-content .tlsp-longform-image a {
	display: block;
	text-decoration: none;
	outline: none;	
}

.tlsp-longform-content .tlsp-longform-image img {
	display: block;
	width: 100%;
}

/* Social media styles */

.tlsp-longform-page .tl-mc-social-icon-container {
	position: relative;
	top: -75px;	
}

.tl-mc-social-icon-container a {
	display: block;
	float: left;
	margin: 0 5px 0 0;
	background: #fff;
	font-size: 1px;
	text-indent: -999999em;
	width: 25px;
	height: 25px;
	opacity: 0.85;
	position: relative;
}

.tl-mc-social-icon-container a:hover {
	opacity: 1;
}

.tl-mc-social-icon-container .tl-mc-si-google {
	background: url(/assets/ui/social-media-icons/google.png) top left no-repeat;	
}

.tl-mc-social-icon-container .tl-mc-si-twitter {
	background: url(/assets/ui/social-media-icons/twitter.png) top left no-repeat;	
}

.tl-mc-social-icon-container .tl-mc-si-facebook {
	background: url(/assets/ui/social-media-icons/facebook.png) top left no-repeat;	
}

.tl-mc-social-icon-container .tl-mc-si-mail {
	background: url(/assets/ui/social-media-icons/mail.png) top left no-repeat;	
}

.tl-mc-social-icon-container .tl-mc-si-reddit {
	background: url(/assets/ui/social-media-icons/reddit.png) top left no-repeat;	
}

.tl-mc-social-icon-container .tl-mc-si-linkedin {
	background: url(/assets/ui/social-media-icons/linkedin.png) top left no-repeat;	
}

.tl-mc-social-icon-container .tl-mc-si-pinterest {
	background: url(/assets/ui/social-media-icons/pinterest.png) top left no-repeat;	
}

.tl-mc-social-icon-container .tl-mc-call-to-action {
	text-indent: 0;
	color: #000;
	border-radius: 12px;	
	display: inline-block;
	font-size: 12px;
	line-height: 23px;
	height: 22px;
	width: auto;
	padding: 1px 12px 0 12px;
	border: #000 solid 1px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}


.tl-mc-social-icon-container .tl-mc-call-to-action:hover {
	background: #000;
	color: #eee;
}

.tlsp-lf-call-to-action {
	display: block;	
	margin: 30px 0 20px 0;
	text-align: center;
}

.tlsp-lf-call-to-action a {
	font-size: 20px;
	font-weight: bold;
	border: #333 solid 2px;
	border-radius: 20px;
	padding: 10px 15px 10px 15px;
	background: #fff;
	display: inline-block;
	margin: 0 auto 0 auto;
	text-align: center;
	text-decoration: none;
	color: #333;
}

.tlsp-lf-call-to-action a:hover {
	background: #333;
	color: #eee;
}
