@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%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	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/
*/

/* Fonts */
@font-face {
    font-family: 'Museo300';
    src: url('../Museo300/Museo300-Regular-webfont.eot');
    src: url('../Museo300/Museo300-Regular-webfont.eot?iefix') format('eot'),
         url('../Museo300/Museo300-Regular-webfont.woff') format('woff'),
         url('../Museo300/Museo300-Regular-webfont.ttf') format('truetype'),
         url('../Museo300/Museo300-Regular-webfont.svg#webfontBsA9EFUC') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Museo500';
    src: url('../Museo500/Museo500-Regular-webfont.eot');
    src: url('../Museo500/Museo500-Regular-webfont.eot?iefix') format('eot'),
         url('../Museo500/Museo500-Regular-webfont.woff') format('woff'),
         url('../Museo500/Museo500-Regular-webfont.ttf') format('truetype'),
         url('../Museo500/Museo500-Regular-webfont.svg#webfontQF7qPaga') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 100%;
}

.imagebg {
	max-width: 100%;
	height:auto;
}

#banner {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: right;
	z-index:3;
}
#divider {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height: 9px;
	background-image:url('../images/gpm-divider.png');
	background-repeat: repeat-x;
	margin-top: -6px;
}
#descript {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image: url('../images/gpm-leaves-left.png');
	background-repeat: no-repeat;
	background-position: 0px 100px;

}

#descript p {
	margin: 36px 10%;
}

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

#buttons {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: right;
	z-index: 2;
	position: absolute;
	top: 15px;
}

.faq, .support, .submitbtn {
	background-color: #ed636a;
	padding: 7px 15px;
	border-radius: 7px;
	moz-border-radius: 7px;
	webkit-border-radius: 7px;
	font-family: Museo300, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: white;
	margin-right: 10px;
	cursor: pointer;
}
.faq:hover, .support:hover, .submitbtn:hover {
	background-color: #7d2c24;
}

.submitbtn {
	border: none;
}

#callout:hover {
	background-color: #ed636a;
	line-height: 58px;
	border-color: #7d2c24;
	cursor: pointer;
}

.support {
	background-color: #eb784f;
}

.supportback {
	font-family: Museo300, Arial, Helvetica, sans-serif;
	color: white;
	background-image: url('/seedlings/images/backarrow.png'); 
	background-repeat: no-repeat;
	font-size: 18px;
	height: 15px;
	width: 70px;
	background-position: 10px 10px;
	padding-top: 45px;
	border-radius: 7px;
	moz-border-radius: 7px;
	webkit-border-radius: 7px;
	clear: both;
	display: inline-block;
}

.supportback:hover {
	background-color: #eb784f;
}

#appstore {
	clear: both;
	float: left;
	text-align: right;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: -38px;
}
#buttons .applogo {
	text-align: right;
	margin-right: 10px;
}
#buttons .applogo img {
	height: 30px;
	width: auto;
}
.callout {
	display:block;
	background-color: #5c515d;
	border-radius: 20px;
	moz-border-radius: 20px;
	webkit-border-radius: 20px;
	color: white;
	font-family: Museo300, Arial, Helvetica, sans-serif;
	padding: 20px 30px;
	margin-left: 10%;
	border-right: 5px solid #388e8c;
	border-bottom: 5px solid #388e8c;
	font-size: 18px;
	width: 220px;
	height: 45px;
}

#contact-wrapper, .mailsuccess {
	margin: 36px 10%;
}

.mailsuccess {
	font-family: Museo300, Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #5D525E;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	padding: 10px 0px;
	line-height: 1.7em;
}
#contact-wrapper div {
	clear:both;
	margin:1em 0;
}
#contact-wrapper label {
	display:block;
	float:none;
	font-size:14px;
	width:auto;
	color: #7d2c24;
	font-family: Museo300, Arial, Helvetica, sans-serif;
}
form#contactform #contactname, form#contactform #email, form#contactform #subject {
	border: 1px solid #B7B7B7;
	padding: 5px;
	font-size: 16px;
	color: #333;
	max-width: 400px;
	width: 100%;
}
form#contactform textarea {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 100%;
	font-size: 16px;
	padding: 5px;
	border: 1px solid #B7B7B7;
	max-width: 400px;
	width: 100%;
}
.formlbl {
	font-family: Museo300, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5D525E;
}
.error {
	font-family: Museo300, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7d2c24;
	max-width: 400px;
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 100%;
}
#banner {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#divider {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#descript {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#descript p {
	margin: 36px 20%;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#buttons {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	top: 20px;
}
.faq, .support, .submitbtn {
	background-color: #ed636a;
	padding: 8px 16px;
	border-radius: 8px;
	moz-border-radius: 8px;
	webkit-border-radius: 8px;
	font-family: Museo300, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: white;
	margin-right: 16px;
}
.support {
	background-color: #eb784f;
}
#appstore {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: -45px;
}
#buttons .applogo {
	text-align: right;
	margin-right: 15px;
}
#buttons .applogo img {
	height: 40px;
	width: auto;
}
.callout {
	width: 320px;
	height: 60px;
	font-size: 24px;
	margin-left: 20%;
}
#contact-wrapper, .mailsuccess {
	margin: 36px 20%;
}
}

/* Tablet Landscape Layout: 769px to width of 1024px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 100%;
	margin: auto;
}
#banner {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#divider {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#descript {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-size: auto;
}
#descript p {
	margin: 36px 20%;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#buttons {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	top: 30px;
}
.faq, .support, .submitbtn {
	background-color: #ed636a;
	padding: 10px 20px;
	border-radius: 10px;
	moz-border-radius: 10px;
	webkit-border-radius: 10px;
	font-family: Museo300, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: white;
	margin-right: 20px;
}
.support {
	background-color: #eb784f;
}
#appstore {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: -100px;
}
#buttons .applogo {
	text-align: right;
	margin-right: 20px;
}
#buttons .applogo img {
	height: auto;
}
}

/* Wide Desktop Layout: 1024px to width of 1440px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1025px) {
.gridContainer {
	width: 100%;
	max-width: 1440px;
	margin: auto;
}
#banner {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
	background-color: white;
}

#banner img {
	width: 100%;
	height: auto;
}

#banner:hover {
	cursor: pointer;
}

#divider {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#descript {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#descript p {
	margin: 36px 20%;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}
