.main-wrapper{
	background-color: #f6f6f6;
}

.header{
	height: auto;
	min-height: 130px;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.blog-index .header{
    min-height: 150px;
    padding-top: 20px;
}

.header .category{
	margin-top: 55px;
	color: #9fce52;
	line-height: 15px;
	font-size: 15px;
	letter-spacing: 3.3px;
	text-align: center;
	text-transform: uppercase;
}
.header h1, .header h1 a {
	text-align: center;
	height: auto;
	width: 600px;
    margin-top: 12px;
	color: #000000;
	font-size: 31px;
	margin-left: auto;
	margin-right: auto;
}
.header h1 a:hover {
	color: #21a2c2;
}
.header .date{
	margin-top: 16px;
	color: #4b4c4e;
	line-height: 31px;
	font-size: 15px;
	text-align: center;
}

.header_blog, .post-outro {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
    padding-bottom: 15px;
}

.header_blog a {
    color: #21A2C2;
}
.header_blog a:before{
	content: '\e251';
    color: #21A2C2;
    font-family: 'Glyphicons Halflings';
    font-size: 8px;
    padding-left: 15px;
    padding-right: 5px;
}

.post-outro {
	padding: 30px 0 0 10px;
}
.post-outro table {
	width: 100%;
}
.post-outro table td{
	vertical-align: top;
}
.post-outro .left {
	padding-right: 30px;
}
.post-outro .center {
	padding: 0 30px;
}
.post-outro .right {
	padding-left: 30px;
}
.post-outro .border {
	border-right: 1px solid #d3d7db;
}
.post-outro .subtitle{
	font-size: 18px;
	font-weight: 400;
	padding: 20px 0 10px 0;
}
.post-outro .date{
	color: #939ca3;
}

.post-outro .valign-middle{
	vertical-align: middle;
}
.post-outro .align-center{
	text-align: center;
}

.inner{
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.16);
	-moz-box-shadow:    0px 1px 3px 0px rgba(0, 0, 0, 0.16);
	box-shadow:         0px 1px 3px 0px rgba(0, 0, 0, 0.16);
}

.inner .hero{
	height: 260px;
	background-color: rgba(23, 29, 41, 1.0);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.inner.themed .hero{
	height: 0px;
}
.inner.themed{
	background-color: rgba(20, 25, 35, 1.0);
	padding-top: 60px;
}
.inner.themed p, .inner.themed h4, .inner.themed span{
	color: rgba(255, 255, 255, 0.62);
}
.inner.themed .author span{
	color: rgba(255, 255, 255, 0.9);
}

.inner .content{
	display: block;
	max-width: 660px;
	padding-top: 40px;
	padding-bottom: 90px;
	margin-left: auto;
	margin-right: auto;
	color: #4b4c4e;
}
.inner .author{
	margin-bottom: 20px;
}
.inner p{
	padding-bottom: 20px;
	font-size: 15px;
	line-height: 27px;
}

.inner h4{
	font-size: 15px;
	line-height: 27px;
	color: #4b4c4e;
	font-weight: 500;
}
.inner ul, .inner ol{
	margin: -20px 0 20px 0;
	padding-left: 30px;
}
.inner ul ul, .inner ol ol{
	margin: 10px 0 20px 0;
}
.inner ul li {
	list-style-type: initial;
}
.inner ul li, .inner ol li {
	font-size: 15px;
	line-height: 25px;
    margin-bottom: 8px;
}
.inner ul li span{
	color: #4b4c4e;
}

.header_blog .author table{
	margin-right: 15px;
	margin-left: auto;
	width: auto;
}

.blog-index .header_blog .author table {
	margin-right: auto;
}

.author td{
	line-height: 26px;
}

.author .people{
	margin-top: -2px;
	width: 26px;
	height: 26px;
	border-radius: 20px;
	object-fit: contain;
	background-color: #9fce52;
	padding-right: 10px;
}
.author .people.boulanger{
	background: url('../images/case-studies/people/boulanger.png');
}
.author .by{
	font-style: italic;
}
.author .name{
	font-weight: 400;

}

.img-responsive img, .img-responsive input[type="image"] {
  display: inline-block;
  max-width: 100% !important;
  height: auto !important;
}

table.comparison{

	margin-bottom: 50px;
	margin-top: 25px;
	width: 100%;
}
table.comparison thead td{
	font-size: 13px;
	line-height: 18px;
	font-weight: 500;
	color: #000;
	text-align: center;
	height: 48px;
	vertical-align: bottom;
	padding-bottom: 14px;
}
table.comparison tbody td{
	font-size: 13px;
	line-height: 13px;
	text-align: center;
	height: 29px;
	border: 1px solid rgba(230, 233, 235, 1.0);
}
table.comparison tbody td.left-header{
	font-weight: 400;
	color: #000;
	border: 0px;
}
table.comparison td.bottom-edge{
	border-bottom: 2px solid rgba(230, 233, 235, 1.0);
}
table.comparison td.right-edge{
	border-right: 2px solid rgba(230, 233, 235, 1.0);
}
table.comparison td.left-edge{
	border-left: 2px solid rgba(230, 233, 235, 1.0);
}
table.comparison td.top-edge{
	border-top: 2px solid rgba(230, 233, 235, 1.0);
}
table.comparison td.left-header{
	width: 64px;
	text-align: right;
	padding-right: 24px;
}
table.comparison td.top-edge.left-edge{
	border-top-left-radius: 2px;
}
table.comparison td.top-edge.right-edge{
	border-top-right-radius: 2px;
}
table.comparison td.bottom-edge.right-edge{
	border-bottom-right-radius: 2px;
}
table.comparison td.bottom-edge.left-edge{
	border-bottom-left-radius: 2px;
}
table.comparison td.sm{
	color: #b4b6b8;
}
table.comparison td.med{
	background-color: #fafafa;
	color: #7e7e7e;
}
table.comparison td.all{
	background-color: #f5f5f5;
	color: #000;
}
.global-nav #nav_dashboard a{
	background-color: #49545c;
	color: #ffffff;
	box-shadow: none;
}

.background-wrapper{
	background-color: #f6f6f6;
	padding-top: 40px;
	padding-bottom: 20px;
}
.border-wrapper{
	border-top: 1px solid #d3d7db;
	border-bottom: 1px solid #d3d7db;
}

.blog-nav{
	max-width: 960px;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
    padding-bottom: 10px;
}
.blog-nav .left{
	float: left;
}
.blog-nav .right{
	float: right;
}
.blog-nav a, .blog-category-select a{
	color: #275866;
	font-size: 14px;
	line-height: 15px;
}
.arrow{
	font-size: 9px;
    padding-right: 4px;
}

.blog-negative-margin-top {
	margin-top: -20px;
}
.blog-category-select {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
    padding-bottom: 10px;
    overflow: visible;
}

.blog-category-select li {
    list-style-type: none;
}

.blog-category-select li a{
	color: #275866;
}

.post-outro .active a, .blog-category-select li.selected a {
	color: #a7b0b7;
}

@media(max-width: 1100px){

	.blog-category-select, .header_blog, .post-outro {
		max-width: 700px;
	}

	.inner{
		margin-left: 28px;
		margin-right: 28px;
	}
	.inner .content {
		margin-left: 56px;
		margin-right: 56px;
		width: auto;
	}
	.blog-nav{
		padding-left: 20px;	
		padding-right: 20px;
	}
}


@media(max-width: 560px){

	.blog-category-select {
		padding-left: 10px;
		padding-right: 10px;
	}

	.header{
		margin-left: 20px;
		margin-right: 20px;
		text-align: center;
		width: auto;
	}
	.header h1{
		width: auto;
		font-size: 26px;
    	line-height: 32px;
    	margin-top: 16px;
	}
	.header .date{
		margin-top: 0px;
	}
	.header .category{
		margin-top: 38px;
		font-size: 14px;
		line-height: 15px;
		letter-spacing: 3.1px;
	}
	.inner{
		margin-left: 5px;
		margin-right: 5px;
	}
	.inner .hero{
		border-radius: 0px;
	}
	.inner .content{
		margin-left: 30px;
		margin-right: 30px;
		padding-bottom: 40px;
	}
	.inner .author{
		margin-left: auto;
		margin-right: auto;
		width: 200px;
	}
	.inner h4{
    margin-bottom: 22px;
	}

	table.comparison{
		display: none;
	}
	.pricing-footer{
		padding-top: 40px;
	}
	.post-outro .border{
		border: 0;
	}

	.background-wrapper{
		padding-bottom: 0px;
	}

	.blog-negative-margin-top {
		margin-top: 0px;
	}

}

#email-signup .form-group input[type='email'] {
	min-width: 250px;
    border-radius: 6px;
    height: 37px;
    line-height: 17.5px;
    border: 1px solid #d3d7db;
    outline: none;
    background-color: white;
    font-size: 15px;
    padding: 0 0 0 11px;
    -webkit-transition: border .7s ease;
    transition: border .7s ease;
}
#email-signup .form-group input[type='email']:active,
#email-signup .form-group input[type='email']:focus{
	border: 1px solid #81b5d7;
}
#email-signup .form-group input[type='email']::-webkit-input-placeholder,
#email-signup .form-group input[type='email']::-moz-placeholder,
#email-signup .form-group input[type='email']::placeholder,
#email-signup .form-group input[type='email']:-ms-input-placeholder{
	font-size: 15px;
	line-height: 15px;
	color: #849098!important;
	opacity: 1!important;
	filter: alpha(opacity=100)!important;
	font-weight: 300;
}
#email-signup input[type='submit'] {
    margin: 0;
    padding: 0 !important;
    width: 142px;
    height: 34px;
    line-height: 34px;
    color: white;
    background-color: #49545c;
    outline: none;
    font-size: 13px;
    letter-spacing: .8px;
    border: none;
    border-radius: 6px;
    font-weight: 900;
    text-transform: uppercase;
}

pre {
	border: 0;
	margin-bottom: 30px;
}
.hljs{
	background-color: #eeeeee !important;
}