@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		3;
	dw-num-cols-tablet:		6;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 84.9333%;
	padding-left: 3.0333%;
	padding-right: 3.0333%;
	clear: none;
	float: none;
}
#div1 {
}
.phone {
width: 100%;
}
.sidepanel {
width: 100%;
clear: both;
margin-left: 0;
}
.header {
	width: 100%;
	margin-left: 0;
	margin-top: 40px;
}
.video {
	width: 100%;
	margin-left: 0;
	margin-top: 6px;
}
.appstore {
width: 100%;
margin-left: 0;
margin-top:15px;
}
.footer {
	width: 100%;
	margin-left: 0;
	font-family: "Avenir Next Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
margin-bottom: 50px;
margin-top:5px;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

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

.gridContainer {
	width: 89.9%;
	padding-left: 1.55%;
	padding-right: 1.55%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
.phone {
	width: 48.2758%;
	margin-top: 20px;
	display: block;
margin-left: -15px;
margin-right: 15px;
}
.phone img {
min-width: 290px;
}

.sidepanel {
width: 48.2758%;
clear: none;
margin-left: 3.4482%;
}
.header {
	width: 100%;
	margin-left: 0;
	margin-top: 130px;
}
.video {
	width: 100%;
	margin-left: 0;
	margin-top: 40px;
	margin-bottom: 30px;
}
.appstore {
width: 100%;
margin-left: 0;
margin-top: 10px;
}
.footer {
	width: 100%;
	margin-left: 0;
	text-align: center;
	font-family: "Avenir Next Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 15px;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

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

.gridContainer {
	width: 88.2%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
.phone {
	width: 48.9795%;
	margin-top: 0px;
	display: block;
}
.sidepanel {
width: 48.9795%;
margin-left: 2.0408%;
clear: none;
}
.header {
	margin-top: 100px;
	width: 100%;
	margin-left: 0;
}
.video {
	margin-top: 55px;
	margin-bottom: 25px;
	width: 100%;
	margin-left: 0;
}
.appstore {
margin-top:30px;
	width: 100%;
	margin-left: 0;
}
.footer {
	text-align: center;
	margin-top: 15px;
	font-family: "Avenir Next Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 100%;
	margin-left: 0;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
