.article-body h2,
.article-body h3,
.article-body h4,
.article-body h5 {
	padding-top: 100px;
	margin-top: -90px
}

.side h4,
.side h3 {
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #262262;
	font-size: 16px;
	border-bottom: 1px solid #ccc;
	padding: 15px 4px;
	background: #fff;
	text-align: center;
	font-weight: 700
}

.side .sidebar-cta h4 {
	background: 0 0;
	color: #fff;
	padding: 10px 0;
	border: none;
	font-size: 20px
}

.side .recent-articles li,
.side .related-articles li {
	padding: 10px;
	line-height: 1.4
}

.side .widget_categories li a:hover {
	text-decoration: underline
}

.side .widget p {
	padding: 10px 14px;
	margin-bottom: 0;
	line-height: 1.4;
	font-size: 16px
}

.side .widget {
	margin-bottom: 24px
}

.side .sidebar-cta {
	background: #1f73b7;
	border: none;
	border-top: 4px solid #6c3682;
	color: #fff
}

.sidebar-cta a.cta-ghost-btn {
	display: inline-block;
	background: rgba(255, 255, 225, .1);
	color: #fff;
	border: 1px solid #fff;
	font-weight: 700;
	padding: 8px 14px;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 4px;
	-webkit-transition: all .1s;
	-moz-transition: all .1s;
	transition: all .1s;
	text-decoration: none;
	margin: 8px auto
}

.sidebar-cta a.cta-ghost-btn:hover {
	background: #fff;
	color: #1f73b7
}

::-webkit-input-placeholder {
	color: #999
}

:-moz-placeholder {
	color: #999
}

::-moz-placeholder {
	color: #999
}

:-ms-input-placeholder {
	color: #999
}