@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%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

/* 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:	9;
	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;        
}

.weathermac {
	font-family: "Avenir Next Regular", "Helvetica Neue";
	text-align: center;
	font-size: 24px;
}

.weathermac a {
	text-decoration: underline;
}

/* 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;
}

.header {
	font-family: "Avenir Next Regular", "Helvetica Neue";
	font-style: normal;
	color: #000000;
	text-align: center;
	margin-bottom: 20px;
	font-size: 14pt;
	font-weight: 200;
	margin-top: 20px;
}

.app_nav {
}
.app_list {
}
#app {
width: 100%;
}
#li1 {
}
#li2 {
}
.app {
width: 100%;
clear: both;
margin-left: 0;
}
.carrotTitle {
	color: #000000;
	font-size: 70pt;
}

.meetCARROT {
	font-size: 30pt;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 20px;
}

.carrotName {
	color: #00afef;
	font-weight: bolder;
}

.footer {
	margin-top:20px;
	margin-bottom:50px;
}

.leftFooter {
width: 100%;
clear: both;
margin-left: 0;
text-align:center;
	font-family: "Avenir Next Regular", "Helvetica Neue";
	font-weight:200;
}

.zeroMargin_mobile {
margin-left: 0;
}

.hide_mobile {
display: none;
}

.carrotName {
	color: #00afef;
	font-weight: bolder;
}

.press {
margin-top:30px;
margin-bottom:10px;
}

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

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

.gridContainer {
	width: 89.9%;
	padding-left: 1.55%;
	padding-right: 1.55%;
	clear: none;
	float: none;
	margin-left: auto;
}
.header {
	font-family: "Avenir Next Regular", "Helvetica Neue";
	font-style: normal;
	color: #000000;
	text-align: center;
	margin-bottom: 10px;
	font-size: 12pt;
	font-weight: 200;
	margin-top: 20px;
}

.meetCARROT {
	font-size: 46pt;
	text-align: center;
	margin-bottom: -10px;
	margin-top: 20px;
}

.app_nav {
}
.app_list {
}
#app {
width: 18%;
}
#li1 {
}
#li2 {
}
.app {
	width: 18%;
	margin-left: 2.2%;
	clear: none;
}

.footer {
	margin-top:0px;
	margin-bottom:50px;
}

a {
	margin-left:5px;
	margin-right:5px;
}

.leftFooter {
	width: 45%;
	margin-left: 2.2727%;
	clear: none;
	font-size:12px;
	text-align: center;
	margin-top: 15px;
	font-weight: 200;
}

.hide_tablet {
display: none;
}

.zeroMargin_tablet {
margin-left: 0;
}

.carrotName {
	color: #00afef;
	font-weight: bolder;
}

}

/* 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%;
	max-width: 1232px;
	padding-left: 1%;
	padding-right: 1%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
.header {
	font-family: "Avenir Next Regular", "Helvetica Neue";
	font-style: normal;
	color: #000000;
	text-align: center;
	margin-bottom: 30px;
	font-size: 17pt;
	font-weight: 200;
	margin-top: 20px;
}
.app_nav {
}
.app_list {
}
#app {
width: 100%;
}
#li1 {
}
#li2 {
}
.app {
	width: 18%;
	clear: none;
	margin-left: 2.2727%;
}
.meetCARROT {
	font-size: 65pt;
	text-align: center;
	margin-bottom: -14px;
	margin-top: 20px;
}

.carrotName {
	color: #00afef;
	font-weight: bolder;
}

.footer {
	margin-top:0px;
	margin-bottom:50px;
}

.leftFooter {
	width: 45%;
	margin-left: 2.2727%;
	clear: none;
	text-align: center;
	margin-top: 35px;
	font-family: "Avenir Next Regular", "Helvetica Neue";
	font-weight: 200;
	font-size: 16px;
}

.zeroMargin_desktop {
margin-left: 0;
}

.hide_desktop {
display: none;
}
 
 }