.tile { /* full-browser-height div */
	height: 100%;
	width: 100%;
	position: relative;
	background-color: #eaeaea;
	color: #fff;
}
.vert-center-box { /* vertically center anything within parent div */
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
h1 {
	font:300 35px/45px 'Source Sans Pro';
	color:#fff;
}
/* Homepage Image Divs */
.blurred-container {
	position: relative;
	width: 100%;
	height: 800px;
	top: 0;
	left: 0;
}
.blurred-container h1 {
	font-size: 55px;
	line-height: 70px;
	font-weight:200;
}
.blurred-container p {
	color: #fff;
	opacity: 0.7;
	font-size: 30px;
	margin: 0 0 30px;
	line-height:35px;
	font-family:Source Sans Pro;
}
.btn.btn-round.btn-default.cta {
	border-color:rgba(255,255,255,0.5);
	opacity:1;
	color:#fff;
}
.btn.btn-round.btn-default.cta:hover {
	border-color:rgba(255,255,255,1);
}
.blurred-container > .img-src {
position: fixed;
width: 100%;
height: 800px;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.navbar:not(.navbar-transparent).navbar-ct-blue {
background-color: #2e333f;
}

a.home-1 {
	width:100%;
	height:620px;
	background:#fff;
	display:block;
	/*background: url('/statamic/assets/img/kiip-ceo-black.png');*/
	background-size:cover;
	transition: -webkit-transform 1.5s cubic-bezier(0.25,.46,.45,.94);
	text-align:center;
}
a.home-long {
	width:100%;
	height:500px;
	background:#f2f2f2;
	display:block;
	background: url('/statamic/assets/img/kiip-ceo-blue-gray.png');
	background-size:cover;
	transition: -webkit-transform 1.5s cubic-bezier(0.25,.46,.45,.94);
}
a.home-2 {
	width:100%;
	height:350px;
	background:#fff;
	display:block;
	background: url('/statamic/assets/img/customer-logos-purple.png');
	background-size:cover;
	text-align:center;
}
a.home-2 p {
	display:block;
	background:transparent;

}
a.home-3 h1 {
	margin:0 60px;
	color:#015291;
	font-weight:300;
}
a.home-3 button.btn.btn-round.btn-default {
	color:#015291;
	border-color:#015291;
}
a.home-3 {
	width:100%;
	height:350px;
	background:#fff;
	display:block;
}
a.home-3 button {
	margin:30px 60px 0;
}
a.home-1 blockquote {
	font-style:italic;
	font-family:Source Sans Pro;
	color:#000;
	font-weight:300;
	border:none;
	font-size:25px;
	margin:0 80px 30px;
	padding:30px 0 0;

}
a.home-1 cite {
	margin:0px 0;
	color:#fff;
	font-size:18px;
	color:#111;
}
a.home-1 blockquote strong {
	color:#fff;
	font-weight:300;

}
a.home-long blockquote {
	font-style:italic;
	font-family:Source Sans Pro;
	color:#777;
	font-weight:300;
	border:none;
	font-size:25px;
	margin:0 0px 30px;
	padding:60px 0 0;

}
a.home-long cite {
	color:#777;
	font-size:18px;
	margin:20px 0px;
	display:block;
}
a.home-long cite strong{
	color:#fff;
	font-weight:400;
}
a.home-long blockquote strong {
	color:#fff;
	font-weight:300;

}

a.post-link:hover .post-title, a.post-link:hover .post-attribution {
	opacity:0.3;
	text-decoration:none;
}
a .post-title {
	font-weight:400;
	font-family:Source Sans Pro;
	font-size:18px;
	color:#111;
	display:block;
}
a.post-link:hover .post-title {
	opacity:0.3;
}
a .post-attribution {
	font-weight:400;
	font-size:13px;
	display:block;
}
img.avatar {
	border-radius:50%;
}
.center {
	text-align:center;
}
.hr.clearspace {
	display:block;
	height:30px;
	clear:both;
	margin:0;
	padding:0;
	border:none;
}

/* End Homepage */

/* BLogs */
body.gray .main {
	background:#f2f2f2;
}
.block.entry{
	background:transparent;
	margin-top:50px;
}
.block.entry p {
	margin:0px 60px;
	padding:30px 0 0;
	font-size:18px;
}
.dividing-header {
	border-top:1px solid #ddd;
}
.block.post-sidebar {
	background:#fff;
}
.nav-background {
	background:#1b0d2b;
	display:block;
	height:100px;
	margin-bottom:30px;
}
.entry-date {
	color:#fff;
	margin:0px 0 30px;
	opacity: 0.3;

}
.entry-date a {
	color:#fff;
	border-bottom:1px solid rgba(255,255,255,0.5);
}
.entry-title {
	margin:0px 0;
}


/* Product Tour */
.featured-image {
	background: url('/statamic/assets/img/ipad-screenshot.png');
	background-size:cover;
	display:block;
	height:1300px;
	width:100%;
}
.photo-div {

	display:block;
	height:700px;
	width:100%;
}
.photo-div.team-table {
	background: url('/statamic/assets/img/table-purple.png') no-repeat center center;
	background-size:cover;
}
.caption {
	background:#111;
}
.caption p {
	padding:30px 0;
	color:#f2f2f2;
	margin:0;
}
.logo-filler {
	width:100%;
	height:100px;
	background:#fff;
	display:block;
}
a.award {
	width:100%;
	height:250px;
	background:#ffffff;
	display:block;
}
a.award p {
	position:absolute;
	bottom:30px;
	margin:0 30px;
	color:#111;
	font-size:15px;
}
a.award p strong {
	font-size:18px;
}
a:hover {
	text-decoration:none;
}
.hr {
	padding-top:30px;
	padding-bottom:30px;
	border-bottom:1px solid #ddd;
}
/* docs */
/* make sidebar nav vertical */
/*@media (min-width: 768px) { */
  .sidebar-nav .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
  }
  .sidebar-nav .navbar ul {
    float: none;
    display: block;
  }
  .sidebar-nav .navbar li {
    float: none;
    display: block;
    line-height: 20px;  /* MJM: shrink line height so wrapped nav lines stick together visually. */
  }
  .sidebar-nav .navbar li a {
    padding-top: 8px;
    padding-bottom: 8px;
  }

nav.breadcrumbs ul {
	list-style: none;
	display:inline;
	margin-left: 0;
	padding:0;

}
nav.breadcrumbs ul li {
	display:inline;
}
nav.breadcrumbs span.arrow {
	margin:0 10px;
}
body.documentation .blurred-container {
	height:100px;
}
body.documentation .main .container {
	padding-top:30px;
}
body.documentation h1 {
	color:#111;
	margin-top:0;
}
.navbar-default:not(.navbar-transparent) {
	background-color: rgba(255, 255, 255, 1);
	/*border-bottom: none;*/
	border-bottom:1px solid #ddd;
}
.sidebar-nav .navbar .navbar-collapse{
	border-left:1px solid #eaeaea;
	border-right:1px solid #eaeaea;
	border-top:1px solid #eaeaea;
	border-bottom:none;
}
.sidebar-nav ul.nav li a{
	margin:0;
	/*padding:10px 0 10px 10px;*/
	padding-left:10px;
	font-weight:600;
	border-bottom:1px solid #eaeaea;
}
.sidebar-nav ul.nav li a.on {
	border-bottom:none;
}
.sidebar-nav ul.nav li ul {
	margin:0;
	padding:0;
}
.sidebar-nav ul.nav li ul li a {
	font-weight:400;
	font-size:15px;
	display:block;
	border-bottom:none;
	/*padding:5px 0 5px 10px;*/
	padding-left:10px;
}
.sidebar-nav ul.nav li ul li ul li a {
	/*padding:5px 0 5px 30px;*/
	padding-left:30px;
}
.sidebar-nav ul.nav li ul li a.on {
	background:#f2f2f2;
}
.float-right {
	float:right;
}
.document-navigator {
	float:right;
}
.document-navigator .btn-group button.btn.btn-default {
	border:1px solid #ccccc;

}
nav.breadcrumbs {
	padding:10px 0;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	margin-bottom:20px;
}
nav.prev-next {
	padding:10px 0;
	border-top:1px solid #ddd;
	margin-top:20px;
}
/* customer */
a.story-block {

	margin:0;
	font-family:Source Sans Pro;
}
a.story-block .logo-wrapper {
	width:100%;
	background:transparent;
	height:400px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
a.story-block:hover {
	background:#f2f2f2;
}
a.story-block:hover .logo-wrapper {
	/*background:#eaeaea;*/
}
a.story-block .story-title {
	font-size:30px;
	font-weight:300;
	color:#111;
	display:block;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
a.story-block .btn.min {
	color: #aaa;
	padding: 5px 10px;
	border:1px solid transparent;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;

}
a.story-block:hover .story-title {
	text-decoration: underline;
}
a.story-block:hover .btn.min {
	border: 1px solid #CCC;
}
a.story-block .story-description {
	font-size: 20px;
	line-height: 30px;
	color:#777;
	display:block;
	margin:20px 0 10px;
}
a.story-block .story-meta {
	font-size: 15px;
	color:#fff;
	display:block;
	font-family:Helvetica Neue;
	opacity:0.7;
}
a.story-block .color-block {
	height:400px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
a.story-block .color-block.brand {
	background: transparent;
}
a.story-block .color-block.mindjet {
	background: #95A1AA;
}
a.story-block:hover .color-block.mindjet h1 strong {
	color:#95A1AA;
	border-color:#95A1AA;
}
a.story-block .color-block.kiip {
	background: #ed6168;
}
a.story-block:hover .color-block.kiip h1 strong {
	color:#ed6168;
	border-color:#ed6168;
}
a.story-block .color-block.rafter {
	background:#1ea8df;
}
a.story-block:hover .color-block.rafter  h1 strong {
	color:#1ea8df;
	border-color:#1ea8df;
}
a.story-block .color-block.hoteltonight {
	background:#333853
	}
	a.story-block:hover .color-block.hoteltonight  h1 strong {
	color:#333853;
	border-color:#333853;
}
a.story-block .color-block.thredup {
	background: #00b2b5;
}
a.story-block:hover .color-block.thredup h1 strong {
	color:#00b2b5;
	border-color:#00b2b5;
}
a.story-block .color-block.hoteltonight {
	background:#776fdf;
}
a.story-block:hover .color-block.hoteltonight h1 strong {
	color:#776fdf;
	border-color:#776fdf;
}
a.story-block .color-block.messageme {
	background:#5d8cf8;
}
a.story-block:hover .color-block.messageme h1 strong {
	color:#5d8cf8;
	border-color:#5d8cf8;
}
a.story-block h1 {
	margin:0 60px;
	color:#fff;
	font-size:30px;
	line-height:35px;
}
a.story-block h1 strong {
	font-weight:400;
	color:#111;
	border-bottom:2px solid #111;


}
a.story-block:hover h1 {
	opacity: 0.7;
}
a.story-block:hover .color-block {
	background:#2b2b2b;
}
a.story-block:hover .color-block.brand{
	background:#d4d4d4;
}
a.story-block:hover h1 strong {

	color:#fff;
	border-color:#fff;
}
body.customers .blurred-container {
	height:500px;
}
body.customers .blurred-container > .img-src {
	height:500px;
}
body.customers .blurred-container h1 {
	font-size:30px;
	line-height:40px;
}
/* HOME */
.white-band {
	border-top:1px solid #eaeaea;
	padding-top:30px;
	/* margin-top:30px; */
}
.white-band.white {
	background:#fff;
}
.white-band.gray-gradient {
	border-top:1px solid #eaeaea;
	padding-top:30px;
	margin-top:0px;
	background: #f2f2f2;
	background:-moz-linear-gradient(top, #f2f2f2, #ffffff);
	background:-webkit-linear-gradient(top, #f2f2f2, #ffffff);
	background:-o-linear-gradient(top, #f2f2f2, #ffffff);
	background:-ms-linear-gradient(top, #f2f2f2, #ffffff);
	background:linear-gradient(top, #f2f2f2, #ffffff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0);
}

.white-band.light-blue {
	background:#eef1f4;
	padding-top:30px;
	margin-top:0px;
}
.main h1 {
	color:#111;
}
.main button.btn.btn-round.btn-default {
	border-color:#111;
	color:#111;
}
.circle.section-head {
width: 150px;
height: 150px;
border-radius: 75px;
font-size: 23px;
color: #111;
line-height: 150px;
text-align: center;
background: transparent;
margin: 30px auto;
font-weight: 300;
border: 1px solid #111;
-moz-transition: color .25s ease-in-out;
-webkit-transition: color .25s ease-in-out;
transition: color .25s ease-in-out;
-moz-transition: background .25s ease-in-out;
-webkit-transition: background .25s ease-in-out;
transition: background .25s ease-in-out;
}
.pe-va {
vertical-align: middle;
}
.pe-5x {
font-size: 5em;
}
.circle.section-head.connect {
border: 2px solid #776edf;
color: #776edf;
}
.circle.section-head.explore {
border: 2px solid #3adbb0;
color: #3adbb0;
}
.circle.section-head.describe {
border: 2px solid #58a7c7;
color: #58a7c7;
}
.black-band {
	background:#2b2b2b;
}
.grayblue-band {
	background:#2e3339;
}
.grayblue-band h1 {
	color: #fff;
margin-top: 60px;
}
.gray-band {
	background:#f2f2f2;
}
.btn.purple.cta {
	font-size: 20px;
font-family: Source Sans Pro;
margin: 10px 0 30px 0;
background: #5b4c6a;
color: #fff;
font-weight: 300;
border-color: transparent;
border-radius:30px;
}
.footer {
	background:#fff;
	padding-bottom:30px;
	border-top:1px solid #eaeaea;
	margin-top:60px;
}
.footer a {
	color:#aaa;
}
.footer ul {
	list-style: none;
	margin:0 0 30px;
}
.footer ul a {
	color:#aaa;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.footer ul a:hover {
	border-bottom:1px solid #aaa;
}
.footer ul>:first-child a
{
	font-weight:400;
	color:#777;
}
.footer ul li {
	margin:10px 0;
}
.footer img {
	margin-bottom:30px;
	opacity:0.1;
}
p.section-head {
font-family: Source Sans Pro;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 1px;
opacity: 0.4;

}

/* More Blog */
a.cta-selector {
	display:block;
	margin-bottom:30px;
	color:#111;
	background:transparent;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
a.cta-selector.divisor {
	border-right:1px solid #eaeaea;
}
a.cta-selector:hover {
	background:#f2f2f2;
}
a.cta-selector span.title {
	font:300 25px/30px 'Source Sans Pro';
	display:block;
	margin:20px 10px 15px;
}
a.cta-selector:hover span.title {
	text-decoration: underline;
}

a.cta-selector p{
	margin:0 10px 20px;
	color:#777;
}
a.cta-selector span.link {
border-radius: 20px;
border: 1px solid #ccc;
padding: 5px 10px;
font-size: 13px;
}
a.cta-selector.footer-selector {
	font-size:18px;
	margin-bottom:0;
	padding:30px 0;
	font-family:'Source Sans Pro';
	font-weight:400;
}
a.cta-selector.footer-selector .icon {

	font-size:50px;
	margin-right:5px;

}
a.right-selector {
	background:#2f3339;
	color:#fff;
	font-size:30px;
	padding:30px 0;
	text-align:center;
	font-family:'Source Sans Pro';
	font-weight:300;
}
a.left-selector {
	background:#fff;
	color:#2f3339;
	font-size:30px;
	padding:30px 0;
	text-align:center;
	font-family:'Source Sans Pro';
	font-weight:300;
}
a.cta-selector.footer-selector p {
	margin:0;
	padding:0;
}
body.blog h3.entry-title {
	font:300 35px/50px 'Source Sans Pro';
	margin:0;

}
body.blog h3.entry-title a {
	color:#111;
	border-bottom:1px solid transparent;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
body.blog h3.entry-title a:hover {
	border-bottom:1px solid #111;
}
body.blog .block.entry p {
margin: 0px 0px;
padding: 30px 0 0;
font-size: 18px;
color:#777;
}
.block.entry header {
	text-align:center;
}
body.blog .block.entry p {
	margin:0;
	text-align:left;
}
body.blog .block.entry p.entry-date {
	opacity:0.3;
	padding:0;


}
body.blog .block.entry {
	border-bottom: 1px solid #eaeaea;
	margin:60px 0;
	padding-bottom:60px;
}
body.blog .jumbotron .block.entry {
	border-bottom:none;
}
body.blog .jumbotron .block.entry H3, body.blog .jumbotron .block.entry h3 a {
	color:#fff;
}
body.blog .jumbotron .block.entry p {
	color:#fff;
	opacity:0.5;
}
body.blog .jumbotron .block.entry p.entry-date {
	opacity:0.3;
}

body.register h1{
	color:#111;
}
.more-info {
	color:#999;
	border-top:1px solid #eaeaea;
	margin-top:30px;
}
.more-info h3 {
font-size:20px;
}
body.register blockquote {
font-style: italic;
font-family: Source Sans Pro;
color: #777;
font-weight: 300;
border: none;
font-size: 25px;
margin: 0 0px 30px;
padding: 60px 0 0;
}
body.register blockquote strong {
	font-weight:400;
	color:#555;
}

/* blog */
.dropcap {
float: left;
font-size: 3.4em;
margin-right: 0.15em;
margin-top: 0.28em;
font-weight:300;
font-family:'Source Sans Pro';
}
.blog-title {
	background:#7f748b;
	padding-top:100px;

}
.block.entry p {
margin: 0px 60px;
padding: 30px 0 0;
font-size: 18px;
}

.block.post-sidebar {
	margin-left:30px;
	margin-top:30px;
	}

.block.post-sidebar a.post-link .post-title{
	color:#111;
}

.block.post-sidebar a.post-link p{
	color:#777;
	font-size:13px;
}

.block.post-sidebar a.post-link p.entry-date{
	color:#999;
	margin:0;
	font-size:13px;
}
.block.post-sidebar h4 {
	margin-top:1px solid #eaeaea;
}
.block.post-sidebar.author-card {
	border:1px solid #eaeaea;
	text-align:center;
}
.block.post-sidebar.author-card img.avatar {
	width:120px;
	margin:30px 0 30px;
}
.block.post-sidebar.author-card p {
	display:block;
	background:#f2f2f2;
	font-size:16px;
	margin:0;
}
.block.post-sidebar.author-card p.entry-author {
	padding-top:30px;
}
.block.post-sidebar.author-card p a {
	border-bottom:1px solid #111;
	color:#aaa;
	line-height:13px;
	font-size:13px;
	padding:0;
	margin-bottom:30px;
}
.block.post-sidebar.author-card p.staff-title {
	color:#aaa;
}
ul.in-article {
	list-style-type: none;
	font-size:13px;
	color:#777;
	margin:0;
	padding:0;
}
ul.in-article li {
	border-left:1px solid #eaeaea;
	margin:0;
	padding:5px 0 5px 20px;
}
ul.in-article li:hover {
	cursor:pointer;
	border-left:1px solid #555;
	color:#111;
}
ul.in-article li.first {
	border-bottom:1px solid #eaeaea;
	padding:10px 0 10px 20px;
}
.hr-solid {
	clear:both;
	width:100%;
	border-bottom:1px solid #eaeaea;
}
.bottom-50 {
	padding-bottom:50px;
}
.top-50 {
	padding-top:50px;
}




.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 46%;
            float: left;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 20px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 50%;
            margin-left: -25px;
            background-color: #999999;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }
}
.asset-label {
	width:100px;
	height:100px;
	background:#f2f2f2;
	float:left;
	margin:0 20px 20px 0;
	text-align:center;
}
.asset-label .asset-type {
	text-transform:uppercase;
}
.timeline-title {
margin-top: 0;
color: inherit;
font-family: 'Source Sans Pro';
font-weight: 400;
font-size: 20px;
line-height: 30px;
}
.timeline > li > .timeline-badge {
	background:#f2f2f2;
}
body.blog .block.entry header {
text-align: left;
}
.blog-selector {
	display:block;
	margin:0 30px 30px;
	border:2px solid #eaeaea;
	color:#d4d4d4;
	padding:15px;
	text-align:center;
	font-size:18px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.blog-selector.selected {
	border-color:#7f748b;
	color:#7f748b;
}
.blog-selector:hover {
	background:#7f748b;
	border-color:#7f748b;
	color:#fff;
}
body.blog .blurred-container {
	background:#7f748b;
	height:500px;
}
body.gray .block.entry {
	margin:60px 60px;
}
body.gray .block.entry p {
margin: 0;

}
body.gray {
	color:#898989;
}
body.gray h2, body.gray h3, body.gray h4, body.gray h5, body.gray h6 {
	font-family:'Source Sans Pro', Helvetica, Arial, sans-serif;
}
body.gray h2 {
	font-weight:400;
	font-size:25px;
	line-height:30px;
	margin:0;
	padding:0;
	color:#111;
}
body.gray h3 {
	font-weight:600;
	font-size:20px;
	line-height:25px;
	margin:0;
	padding:0;
	color:#111;
}
body.gray h4 {
	font-weight:600;
	font-size:16px;
	color:#111;
	line-height:20px;
	margin:0;
	padding:0;

}
body.gray .block.entry p{
	padding:15px 0;
}
body.gray strong {
	color:#111;
	font-weight:400;
}
body.gray ul {
	margin:0;
	padding:0 0 0 20px;
}
body.gray ul li p {
	font-size:16px;
	margin:0;
	padding:15px 0 0;
}
.block.entry.home .entry-title {
	font-family: 'Source Sans Pro';
	font-size:20px;
	line-height:30px;
	text-align:left;
	margin:0;
	padding:0;
}
.block.entry.home {
background: #ffffff;
margin-top: 15px;
}
.block.entry.home .entry-title a {
	color:#111;
}
.block.entry.home .entry-title a:hover {
	border-bottom:1px solid #111;
}
.block.entry.home .entry-date {
	color:#777;
	margin:0;
	text-align:left;
	font-size:16px;
	padding:0;
}

a.cta-selector span.link.latest {
border-radius: 0px;
border: none;
padding: 5px 10px;
font-size: 13px;
color:#fff;
background:#2b2b2b;
opacity:0.8;
display:block;
width:100%;
}
/*a.cta-selector span.link.latest {
	font-family: 'Source Sans Pro';
	font-size: 20px;
	border:none;
	color:#111;
	padding:10px 0 0;
	margin:0;
	display:block;
	border-top:1px solid #111;
	border-radius:0px;
}*/
a.cta-selector.bottom-divisor {
border-bottom: 1px solid #eaeaea;
margin-bottom:0px;
}

body.documentation {

}

body.documentation  {
	margin:0;
	font:400 18px/30px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#898989;
	-webkit-font-smoothing: antialiased;
}
body.documentation  h1, body.documentation  h2, body.documentation  h3, body.documentation  h4, body.documentation  h5, body.documentation  h6 {
	font-family:'Source Sans Pro', Helvetica, Arial, sans-serif;
}

body.documentation  h2 {
	font-weight:400;
	font-size:25px;
	line-height:30px;
	margin:0;
	padding:0;
	color:#111;
}
body.documentation  h3 {
	font-weight:600;
	font-size:20px;
	line-height:25px;
	margin:0;
	padding:0;
	color:#111;
}
body.documentation  h4 {
	font-weight:600;
	font-size:16px;
	color:#111;
	line-height:20px;
	margin:0;
	padding:0;

}
body.documentation  p{
	padding:15px 0;
}
body.documentation  strong {
	color:#111;
	font-weight:400;
}

body.documentation  ul li p {
	font-size:16px;
	margin:0;
	padding:15px 0 0;
}
.band {
	width:100%;
	padding:50px 0;
}
.pink {
	background:#FAE3E0;
	}
	.dark{
	background:#2e333f;
	}
	.gray {
		background:#f6f6f6;
	}
p.intro {
	font-size:20px;
	color:#777;
	line-height:30px;
}
.sea {
background: #82bac6;
}
body.blog-post .block.entry img {
	max-width:100%;
}
body.blog-post .entry-date {
	color:#999;
	opacity:1;
	margin-top:20px;
}
body.blog-post .container.main-content {
	margin-top:60px;
}
body.blog-post {
	font-family:Source Sans Pro;
}
	body.blog-post h1{
color: #111;
font: 300 40px/50px 'Source Sans Pro';
margin:0 0 0px;
}
body.blog-post .story-block h1 {
	color:#111;
}
body.blog-post a.story-block .color-block.color-block-footer{
	border-top:1px solid #eaeaea;
	margin-top:30px;
	margin-bottom:100px;
}
body.blog-post a.story-block .color-block.color-block-footer strong {
	color:#111;
	border-bottom:2px solid #111;
}
body.blog-post a.story-block:hover .color-block.color-block-footer{
	background:transparent;
}
h3.author {
	font-weight:300;
	margin-bottom:0;
}
.author-title {
	color:#aaa;
}
.entry-date {
	margin:0;
}

h2 {
	color:#000;
	font-weight:300;
	font-size:30px;
}
body.blog-post .block.entry p {
margin: 20px 0;
padding: 0;
font-size: 18px;
letter-spacing:0.04rem;
font-size: 18px;
color: #777;
}

code {
font-family: 'Menlo', 'Lucida Console', monospace;
font-size: 14px;
padding: 2px 3px;
background: #f0f0f0;
}

@media (min-width: 768px) {
  #navbar-full .container {
    width: 970px;
  }
}
@media (min-width: 992px) {
  #navbar-full .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  #navbar-full .container {
    width: 1170px;
  }
}



@media (min-width: 768px) {
  #navbar-full .navbar-trans .container {
    width: 1050px;
  }
}

@media (min-width: 992px) {
  #navbar-full .navbar-trans .container {
    width: 1050px;
  }
}
@media (min-width: 1200px) {
  #navbar-full .navbar-trans .container {
    width: 1170px;
  }
}
.center-box {
	display:block;
	text-align:center;
}
#preload-venmo { background: url(/assets/img/customers/profiles/venmo.jpg) no-repeat -9999px -9999px; }
#preload-mindjet { background: url(/assets/img/customers/profiles/mindjet.jpg) no-repeat -9999px -9999px; }

#preload-gilt { background: url(/assets/img/customers/profiles/gilt.jpg) no-repeat -9999px -9999px; }

#preload-taskrabbit { background: url(/assets/img/customers/profiles/taskrabbit.jpg) no-repeat -9999px -9999px; }

#preload-shoprunner { background: url(/assets/img/customers/profiles/shoprunner.jpg) no-repeat -9999px -9999px; }

#preload-custommade { background: url(/assets/img/customers/profiles/custommade.jpg) no-repeat -9999px -9999px; }

.code {
            width: 100%;
            position: relative;
            white-space: pre-wrap;
        }

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	background:transparent;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.gist-file .file-data table {
	border:none;
	margin:0;
}
.gist-file .file-data table td.line-numbers {
	padding-top:0;
	margin-top:0;
}
