
.main {
	background:none;
}

.site-header.compact .menu-toggle {
	display:none;
}
.site-header.compact .menu-utility > li > a {
	font-size:0.8125em;
}


.main .subheader-section {
	margin-bottom:2em;
    padding: 50px 0 0 0;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    position: relative;
}
.main .subheader-section.tall-section {
    padding: 60px 0 10px 0;
}
.main .subheader-section+.move-up {
	margin-top:-3em;
}

.subheader-section .section-overlay {
    background: #3fc5a1;
    opacity: 0.9;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.subheader-section .content-wrapper {
    position: relative;
    z-index: 2;
}

.subheader-section .page-title {
    display: inline-block;
    margin: 0 0 18px 0;
    font-family: 'MuseoSans';
    font-size: 28px;
    line-height: 1.2;
    font-weight: 900;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.23);
    color: #fff;
    position: relative;
}

.subheader-section .page-desc {
    margin: 0;
    font-family: 'MuseoSlab';
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.23);
    color: #fff;
}
.subheader-section .page-desc br {
    display: none;
}

.subheader-section .aside {
    display: none;
    text-align: right;
}

.subheader-section .aside .devices {
    font-size:7em;
    color:#fff;
    margin-bottom:0;
}

.subheader-section .aside .subheader-price {
	display:inline-block;
    vertical-align:middle;
    margin: -40px 0 0 25px;
    padding: 22px 0 0 0;
    height: 78px;
    width: 78px;
    font-family: 'MuseoSans';
    font-weight: 900;
    font-size: 15px;
    line-height: 1.333333333;
    color: #fff;
    background: #ff0000;
    border-radius: 50%;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.13);
    position: relative;
    top: 7px;
}


.video-button {
	display:block;
	font-size:0.875em;
	color:#777;
	-webkit-transition: all 0.15s ease-in;
	-moz-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
}
.video-button:before {
	font-family: 'font-icons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	content:'\e929';
	display:inline-block;
	text-align: center;
	font-size: 0.75em;
	width:2.5em;
	height:2.5em;
	padding:0.75em 0 0.75em 0.25em;
	margin-right:0.5em;
	border-radius:50%;
	border:1px solid #ccc;
	color:#ccc;
	-webkit-transition: all 0.15s ease-in;
	-moz-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
}
.video-button:hover:before {
	color:#009981;
	border-color:#009981;
}

.comparison-chart .row-header .row-item .column-1,
.comparison-chart .row-header .row-item .column-product {
	padding-top:1em;
}
.comparison-chart.featured-col-2 .row-header .row-item .column-1,
.comparison-chart.featured-col-2 .row-header .row-item .column-product,
.comparison-chart.featured-col-3 .row-header .row-item .column-1,
.comparison-chart.featured-col-3 .row-header .row-item .column-product,
.comparison-chart.featured-col-4 .row-header .row-item .column-1,
.comparison-chart.featured-col-4 .row-header .row-item .column-product,
.comparison-chart.featured-col-5 .row-header .row-item .column-1,
.comparison-chart.featured-col-5 .row-header .row-item .column-product {
	padding-top:3em;
}
.comparison-chart .chart-desc p {
	font-family:'MuseoSlab';
	font-weight:300;
	font-style:italic;
	font-size:1.125em;
	line-height:1.6;
	color:#888;
}


@media screen and (min-width: 481px) {

}

@media screen and (min-width: 661px) {

}

@media screen and (min-width:769px) {

    .main .subheader-section {
		margin-bottom:3.5em;
		padding:70px 0 0 0;
        text-align: left;
    }
    .main .subheader-section .container {
		padding-bottom:1.5em;
	}
    .main .subheader-section.tall-section {
		padding-top:80px;
        padding-bottom:80px;
    }
	.main .subheader-section+.move-up {
		margin-top:-8em;
	}

    .subheader-section .aside {
        display: block;
    }
    .subheader-section .page-title {
        font-size: 31px;
    }
    .subheader-section .page-title:before {
        content: '';
    }
    .subheader-section .page-desc {
        font-size: 18px;
    }
    .subheader-section .page-desc br {
        display: block;
    }


	.comparison-chart .row-header .column-1 {
		padding-left:0;
	}

}

@media screen and (min-width: 993px) {

    .subheader-section .aside {
	    text-align:center;
    }
    .subheader-section .aside .devices {
    	display:inline-block;
    	vertical-align:middle;
    	font-size:8em;
    }

}
