
body {
	padding-top:0;
}
body.sticky-header-on .site-header.compact {
	position:fixed;
}
.site-header.compact {
	position:relative;
}

.site-header.compact .menu-toggle {
	display:none;
}
.site-header.compact .menu-utility > li > a {
	font-size:0.8125em;
}

.site-header.compact .menu-utility .button {
	margin-top:-1em;
	font-size:0.75em;
	font-weight:700;
}
.site-header.compact .menu-utility .button.red,
.site-header.compact .menu-utility .button.green {
	color:#fff;
}

.main {
	background:none;
}

.page-header + * {
	margin-top:-2em;
}


.page-header.image-bg {
	background-color:#f7f7f7;
	background-size:cover;
	background-position:-30% 50%;
}

.page-header .product-item {
	padding-top:1em;
	border-top:1px solid #e5e5e5;
	border-color:rgba(0,0,0,.07);
}
.page-header .product-item .product-title {
	text-align:left;
	font-size:1.5em;
	line-height:1.2;
	font-family: "MuseoSans", Arial, Helvetica, sans-serif;
}


.sections-list,
ul.sections-list {
	margin-bottom:0;
}
.sections-list > li,
ul.sections-list > li {
	padding-left: 0;
	margin-bottom:0;
	line-height:1;
	font-size:1em;
	position:inherit;
}
.sections-list > li:before,
ul.sections-list > li:before {
	content:none;
	display:none;
}

.sections-list .section-item {
	border-top:1px solid #e5e5e5;
	padding:2.5em 1.5em 1.5em 1.5em;
}
.sections-list .section-item:after {
      clear: both;
      content: "";
      display: table;
}
.sections-list .section-item:first-child {
	border-top:none;
}
.sections-list .section-item figure {
	margin-top:0em;
	margin-bottom:1em;
	text-align:center;
}
.sections-list .section-item figure img {
	display:block;
}
.sections-list .section-item > div {
	padding-top:1em;
}
.sections-list.first-grey .section-item {
	border:none;
	background:#fff;
}
.sections-list.first-grey .section-item:nth-child(2n-1) {
	background:#f8f8f8;
}
.sections-list.first-white .section-item {
	border:none;
	background:#f8f8f8;
}
.sections-list.first-white .section-item:first-child {
	padding-top:0;
	background:none !important;
}
.sections-list.first-white .section-item:nth-child(2n-1) {
	background:#fff;
}
.sections-list .section-title {
	margin-bottom:0.5em;
}

.sections-list.tight-list .section-item {
	padding-top:0;
	padding-bottom:0;
}
.sections-list.tight-list .section-item > div {
	padding-top:0;
}
.sections-list.tight-list .section-item .aside {
	padding-top:2em;
	padding-bottom:1em;
}
.sections-list.tight-list .section-item figure {
	margin-bottom:0;
}

.sections-list .section-item.invert-columns .row > * {
	float:right;
}

.sections-list h4 {
	text-transform:uppercase;
}

.comparison-chart .small-headline header .product-title {
	font-size:1.25em;
}



.features-list .feature-item {
	text-align:center;
	margin-bottom:1em;
	padding:0.5em 1em;
}
.features-list figure {
	margin-bottom:0.75em;
	text-align:center;
	height:3em;
}
.features-list figure img {
	width:3.5em;
	max-height:3em;
}
.features-list p {
	margin-bottom:0.5em;
	font-size:0.8125em;
	color:#777;
}
.features-list p.title {
	font-family:'MuseoSlab';
	font-size:0.875em;
	font-weight:500;
	color:#666;
	line-height:1.3;
}

.features-list.image-aside .feature-item {
	padding-left:6em;
	text-align:left;
}
.features-list.image-aside figure {
	float:left;
	margin-left:-6em;
	width:5.5em;
}
.features-list.image-aside figure img {
	width: auto;
	max-height:none;
}

.featured-section .white-wrapper {
	padding:2em 1em 0 1em;
}
.featured-section .features-list {
	margin-bottom:0;
}
.featured-section .features-list.image-aside .feature-item {
	padding-left:7em;
}


.steps-section .tab-nav {
	margin-bottom:2em;
}


.steps-list {
	counter-reset: item;
	list-style: none;
}
.steps-list > li {
	display:block;
	margin-bottom:0;
	padding:0.5em 1.5em 0.5em 3em;
}
.steps-list > li:before {
	float:left;
	margin-left:-1.5em;
	width:1.1em;
	font-size:2em;
	text-align:right;
	font-weight:100;
	color:#bbb;
	counter-increment: item;
	content: counters(item, ".") " ";
}
.steps-list > li .desc {
	margin-bottom:0.75em;
}
.steps-list > li p {
	font-size:0.875em;
	margin-bottom:0.75em;
}
.steps-list > li p.title {
	font-size:1em;
	font-weight:600;
}
.steps-list > li figure {
	text-align:center;
}
.steps-list > li .url-link a {
	display:block;
	padding:0.5em;
	background:#fff;
	border:1px solid #e5e5e5;
}


.border-section {
	text-align:center;
	margin-bottom:1.5em;
	padding:0.5em 0;
}
.border-section .border-section-container {
	position:relative;
	display:inline-block;
}
.border-section .border-section-container:before {
	content:'';
	position:absolute;
	top:50%;
	left:0;
	right:0;
	width:100%;
	height:1px;
	background:#eee;
}
.border-section .border-section-container * {
	position:relative;
	z-index:5;
	display:inline-block;
	background:#fff;
	margin:0 5em;
	padding:0 1em;
	font-size:0.75em;
	font-weight:700;
	color:#aaa;
	text-transform:uppercase;
}


.product-header .product-desc {
	text-align:center;
	font-family:'MuseoSlab';
	font-weight:300;
	font-size:1.125em;
}


.platform-item {
	margin-bottom:1em;
	padding:1.5em 1.5em 1em 1.5em;
	border:1px solid #e5e5e5;
}
.platform-item:after {
      clear: both;
      content: "";
      display: table;
}
.platform-item header {
	text-align:center;
}
.platform-item header .font-icons {
	display:inline-block;
	margin-bottom:0.3em;
	font-size:3em;
}
.platform-item header .font-icons.icon-ios {
	font-size:2em;
}
.platform-item header h4 {
	font-size:1em;
	text-transform:uppercase;
}

.platform-item > ul {
	margin-bottom:0;
}
.platform-item > ul > li {
	padding-left: 0;
	font-size:0.8125em;
	position:inherit;
}
.platform-item > ul > li:before {
	content:none;
	display:none;
}

.platform-item > ul ul {
	padding-top:0.5em;
}
.platform-item > ul ul > li {
	font-size:0.923em;
}
.platform-item > ul ul > li:before {
	border-width:1px;
	width:6px;
	height:6px;
	border-radius:3px;
	margin-left:-1em;
	margin-top:0.4em;
	opacity:.5;
}

.requirements-section .platform-icons span {
	display:inline-block;
	margin:0 0.25em;
	color:#777;
}
.requirements-section .platform-icons .icon-ios {
	font-size:0.75em;
}


.store-buttons-wrapper {
	text-align:center;
	padding:0.6em 1.5em 0.25em 1.5em;
    background:#fff;
    border:1px solid #eee;
    box-shadow:0px 2px 0px 0px rgba(0, 0, 0, 0.05);
}
.store-buttons-wrapper .store-link {
	display:inline-block;
	margin-bottom:0.25em;
}
.store-buttons-wrapper .store-link img {
	max-height:40px;
}


.other-products-section .section-header {
	margin-bottom:2.5em;
	text-align:center;
}
.other-products-section .section-header.divider {
	padding-bottom:1.5em;
}
.page-header .container {
    padding-bottom: 9em!important;
}


@media screen and (min-width: 481px) {

	.platform-item {
		padding-left:12em;
	}
	.platform-item header {
		float:left;
		width:10em;
		margin-left:-10.5em;
		text-align:left;
	}
	.platform-item header h4 {
		margin-bottom:0;
	}

}

@media screen and (min-width: 661px) {

}

@media screen and (min-width:769px) {

	body.sticky-header-on > .site-header {
		top:0;
	}

	.page-header.image-bg {
		background-position:65% 50%;
	}

	.page-header .aside {
		padding-top:1em;
	}
	.page-header .product-item {
		padding-top:0;
		border-top:none;
		text-align:left;
	}
	.page-header .product-item .product-title {
		margin-top:1em;
		padding:0;
		font-size:1.25em;
	}
	.page-header .product-item .product-title:before {
		display:none;
	}

	.sections-list.tight-list .section-item .aside {
		padding-top:3em;
	}

	.compare-section .container {
		padding-bottom:1.5em;
	}

	.steps-list > li {
		padding:0;
	}
	.steps-list > li:before {
		width:1.6em;
		margin-left:-0.75em;
	}
	.steps-list > li .desc {
		margin-left:2.5em;
		min-height:2em;
	}
	.steps-list.section-col-l-3 > li:nth-child(3n-2) {
		border-left:none;
	}
	.steps-list.section-col-l-4 > li:nth-child(4n-3) {
		border-left:none;
	}

	.steps-list.col-l-3,
	.steps-list.col-l-4,
	.steps-list.col-l-5,
	.steps-list.col-l-6,
	.steps-list.col-l-7,
	.steps-list.col-l-8,
	.steps-list.col-l-9 {
		float:none;
		margin-left:auto;
		margin-right:auto;
	}

	.product-header .product-desc {
		text-align:left;
	}
	.product-header .download-section {
		padding-top:1em;
	}

	.other-products-section .section-footer {
		padding-top:1.5em;
	}
	.move-email-down {
		margin-top: 100px;
		font-size: 1.3em;
	}


}

@media screen and (min-width: 993px) {

	.platform-item {
		padding-left:18em;
	}
	.platform-item header {
		width:15.5em;
		margin-left:-16.5em;
	}
	.move-email-down {
		margin-top: 58px;
		font-size: 1.3em;
	}

}
