.lp_segmentation{
    background-color: white;
}

.gray_bg {
	/* background-color:#f2f3f4; */
    background-color: white;
}


.col_25 {
	width:25%;
}
.col_50 {
	width:50%;
}
.container {
	max-width:1025px;
	margin-left:auto;
	margin-right:auto;
}
.under_1200 {
	display:none;
}
.under_1000 {
	display:none;
}
.under_750 {
	display:none;
}
.under_500 {
	display:none;
}

#hero_content_mobile {
	display:none;
}

#content {
	max-width:1440px;
	min-width:320px;
	margin-left:auto;
	margin-right:auto;
	color:#3b3b3b;
}

#header {
	position: fixed;
    z-index: 100;
    width: 100%;
    max-width: 1440px;
    background-color: white;
}

#header a, #header a:hover, #header a:visited {
	text-decoration: none;
	font-size:17px;
	font-family: 'ProximaNovaSemiBold';
  	line-height:25px;
  	color:#00a7e1;
}

#header img {
	padding-top:10px;
	padding-left:25px;
}
#header ul {
	position:absolute;
	top:28px;
	right:0px;
}
#header li {
	float:left;
	margin-right:25px;
}


#hero_spacer {
	padding-top:0px;
   
   
}


#hero {
	background-image:url('/images/hero_duck_png8.png');
	
    background-size:100%;
	background-repeat-y:no-repeat;
	position:relative;
	padding-bottom:49%;
   
}


/*
#hero {
	background-image:url('/images/hero_duck.png'); 
	background-size:100%;

  	position:relative;
	padding-bottom:49%;
    background-repeat: no-repeat

}
*/
sup {
    font-size: 0.5em;
    line-height: 0.5em;
    position: relative;
    bottom: 1em;
}

#hero_content {
	position:absolute;
	text-align:center;
	width:100%;
	top:31%;
}

#hero img {
	width:8.333333%; /* 120/1440 */
	cursor:pointer;
}

#hero h2 {
	color:#fff;
	font-family: 'ProximaNovaBold';
  	font-size: 68px;
  	line-height: 68px;
}

#hero p {
	font-size:32px;
	color:#000;
}


.headline {
	font-size:32px;
	line-height:40px;
	text-align:center;
	width:100%;
	margin-top:100px;
	margin-bottom:80px;
}

.feature_3 {
	float:left;
	width:32%;
	text-align:center;
}
.feature_3.center {
	margin-left:2%;
	margin-right:2%;
}

.container h2 {
	font-family:'ProximaNovaSemiBold';
	font-size:32px;
	margin-bottom:10px;
	margin-top:10px;
	line-height:40px;
}

.feature_3 p {
	max-width: 255px;
	margin-left: auto;
	margin-right: auto;
}


#carousel {
	/*background-image:url('/images/carousel_1.png');
	background-repeat-y:no-repeat;*/
	width:100%;
	padding-bottom:50%;
	position:relative;
	clear:both;
	margin-top:90px;
}
#carousel_images img {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	display:none;
}

#carousel_images img.active {
  display:block;
}

#carousel_content {
	position:absolute;
	right:14.5%;
	top:24%;
}

#carousel h1 {
	font-size:68px;
	color:#fff;
	font-family:'ProximaNovaBold';
	line-height:75px;
	text-align:right;
}

#carousel h3 {
	font-size:32px;
	line-height:40px;
	color:#fff;
	text-align:right;
}

#carousel_dots {
	text-align:right;
}

#carousel_dots button {
	border: none;
	background: transparent;
	margin-left: 15px;
}

#carousel_dots img {
	opacity:0.5;
	cursor:pointer;
}

#carousel_dots img.active {
	opacity:1.0;
	cursor:default;
}

#friends li {
	width:25%;
	float:left;
	position:relative;
}

#friends li button {
	background-color: transparent;
	border: none;
}

#friends li .thumb {
	padding:10px;
	cursor:pointer;
}

#friends li .play {
	display:none;
}
#friends li.video .play {
	display:block;
	position:absolute;
	top:15px;
	right:25px;
	cursor:pointer;
}

#tab_section {
	margin-top:80px;
	padding-top:140px;
}

#infographic {
	float:right;
}
#infographic_mobile {
	display:none;
}

#tough_copy {
	padding-right:2%;
	margin-bottom:40px;
}

#tough_copy h2 {
	font-family:'ProximaNovaBold';
	font-size:40px;
	line-height:48px;
}

#tough_copy p {
	font-size:18px;
	line-height:24px;
}

#tabs {
	min-height:48px;
	background-image: url("/images/tab_divider.png");
    background-repeat: no-repeat;
    background-position: bottom center;
}

#tabs li, #tabs button {
	font-family: "ProximaNovaThin","Helvetica Neue","HelveticaNeue",Helvetica,Arial,"Lucida Grande",sans-serif;
	cursor:pointer;
	width:32%;
	float:left;
	color:#929292;
	font-size:24px;
	padding: 0 0 20px;
	font-weight: normal;
	border: none;
	background: transparent;
}

#tabs li.active, #tabs button.active {
	color:#3b3b3b;
	font-weight:bold;
	background-image: url("/images/tab_selected.png");
    background-repeat: no-repeat;
    background-position: bottom center;
}

#tabs li.center, #tabs button.left {
	text-align:left;
}
#tabs li.center, #tabs button.center {
	text-align:center;
	width:36%;
}

#tabs li.right, #tabs button.right {
	text-align:right;
}

#tab_content .tab {
	display:none;
	padding-top:40px;
	padding-bottom:40px;
	min-height:500px;
}
#tab_content .tab.active {
	display:block;
}

.tab img {
	float:right;

}

.tab h2 {
	font-size:32px;
	line-height:40px;
}

.tab p {
	font-size:18px;
	line-height:24px;
}

.tab a, .tab a:hover, .tab a:visited {
	color:#00a7e1;
	text-decoration: underline;
	font-family: "ProximaNovaSemiBold";
}



#together {
	min-height:400px;
}

#together h2 {
	font-size:40px;
	line-height:40px;
	font-family:"ProximaNovaBold";
	text-align:center;
	margin-top:100px;
	margin-bottom:60px;
}

.container h3 {
	font-size:32px;
	line-height:34px;
}

#together p {
	padding-left:20px;
	padding-right:20px;
	margin-bottom:40px;
}

#together a, #together a:hover, #together a:visited {
	color:#fff;
	background-color:#f89627;
	padding-top:12px;
	padding-bottom:17px;
	padding-left:12px;
	padding-right:12px;
	text-decoration:none;
	font-size:22px;
	font-family: 'ProximaNovaBold';
	cursor:pointer;
}

#together a:focus {
	outline: 2px dotted #3b3b3b;
}

#together input {
	padding: 15px;
    border: 1px solid #d9d9d9;
    font-size:18px;
    line-height:18px;
   /* width:185px; */
    margin-bottom:25px;
}

input::-webkit-input-placeholder {
	color:#d9d9d9;
} 
input:-moz-placeholder {
	color:#d9d9d9;  
} 
input::-moz-placeholder {
	color:#d9d9d9;  
} 
input:-ms-input-placeholder {  
	color:#d9d9d9;  
}



#lightbox {
	margin-left:auto;
	margin-right:auto;
}

#lightbox_photo, #lightbox video {
	max-width:900px;
	max-height:700px;
	width:auto;
	height:auto;
}


#lightbox_inner {
	margin:35px;
	padding:10px;
	background:#fff;
}

#lightbox_content {
	background:#ebebeb;
}

#lightbox button {
	cursor:pointer;
	position:absolute;
	right:0px;
	border:0;
	background:none;
	box-shadow:none;
	border-radius:0px;
	outline:none;
	outline-width:0;
	font-size:20px;
	padding:15px;
	color:#fff;
}




@media screen and (max-width:1200px) {
	#hero_content {
		top:20%;
	}

	.headline {
		margin-top:80px;
		margin-bottom:60px;
	}

	.container {
		padding-left:20px;
		padding-right:20px;
	}

	#carousel_content {
		right:5%;
		top:5%;
	}

	#tab_section {
		padding-top:80px;
	}

	#tough_copy h2 {
		line-height:44px;
		font-size:36px;
	}

	#tabs {
		min-height:44px;
	}
	#tabs li, #tabs button {
		font-size:20px;
	}

	#together h2 {
		margin-top:60px;
	}

	.under_1200 {
		display:block;
	}

	#together a, #together a:hover, #together a:visited {
		padding:15px;
		font-size:18px;
	
	}


	#lightbox_photo, #lightbox video {
		max-width:800px;
		max-height:600px;
	}
}


@media screen and (max-width:1000px) {
	#hero h2 {
		font-size:50px;
		line-height:50px;
	}

	#hero p {
		font-size:24px;
	}

	.headline {
		margin-top:60px;
		margin-bottom:40px;
		font-size:24px;
		line-height:30px;
	}

	.feature_3 img {
		width:120px;
	}
	.feature_3 p {
		max-width:180px;
		font-size:13px;
	}

	#carousel h1 {
		font-size:50px;
		line-height:60px;
		margin-bottom:20px;
	}

	#carousel h3 {
		font-size:24px;
		line-height:30px;
	}

	#friends li .thumb {
    	padding: 2.5%;
    	width: 95%;
	}

	#tab_section {
		padding-top:50px;
	}

	#tough_copy h2 {
		font-size:30px;
		line-height:36px;
	}

	#infographic {
		width:45%;
	}

	#tough_copy p {
		font-size:16px;
		line-height:24px;
	}

	#tabs {
		min-height:40px;
	}

	#tabs li, #tabs button {
		font-size:16px;
	}

	.tab h2 {
		font-size:24px;
		line-height:30px;
	}

	.tab img {
		width:40%;
	}

	.tab p {
		font-size:16px;
	}

	.under_1000 {
		display:block;
	}

	#together h2 {
		font-size:32px;
		line-height:40px;
	}

	.container h3 {
		font-size:24px;
		line-height:30px;
		margin-bottom:15px;
	}

	#together p {
		margin-bottom:10px;
		padding:0px;
	}

	#together input {
	    padding: 10px;
	    font-size: 14px;
	    line-height: 14px;
	    width: 160px;
	    margin-bottom: 10px;
	}

	#together a, #together a:hover, #together a:visited {
		display:inline-block;
		padding-left:20px;
		padding-right:20px;
		font-size:16px;
	}

	#lightbox_inner {
		margin-left:25px;
	}

	#lightbox_photo, #lightbox video {
		max-width:600px;
		max-height:600px;
	}
}



@media screen and (max-width:750px) {

	#header img {
		padding-left:10px;
		width:149px;
	}

	#header a, #header a:hover, #header a:visited {
		font-size:15px;
		line-height:15px;
	}

	#header li {
		margin-right:10px;
	}

	#hero_content_mobile {
		display:block;
	}

	#hero_content {
		top:35%;
	}

	#hero_content h2, #hero_content p {
		display:none;
	}
	#hero_content button {
		width:20%;
	}
	#hero_content_mobile h2 {
		font-family: 'ProximaNovaBold';
	    font-size: 40px;
	    line-height:48px;
	    text-align: center;
	    margin-bottom: 0px;
	}
	#hero_content_mobile p {
		text-align: center;
    	font-size: 24px;
	}

	.feature_3 {
		float:inherit;
		width:100%;
	}

	.feature_3 img {
		width:auto;
	}

	.feature_3 p {
		max-width:80%;
	}

	#carousel {
		margin-top:20px;
	}

	#carousel h1 {
	    font-size: 30px;
	    line-height: 35px;
	    margin-bottom: 15px;
	}

	#carousel h3 {
		font-size:18px;
		line-height:24px;
	}

	#friends li {
		width:50%;
	}

	.headline {
		font-size:22px;
		line-height:28px;
	}


	#lightbox_photo, #lightbox video {
		max-width:450px;
		max-height:450px;
	}

	#infographic {
		display:none;
	}

	#infographic_mobile {
		display:block;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:50px;
		max-width:80%;
	}

	.col_50 {
		width:100%;
	}

	.over_750 {
		display:none;
	}
	.under_750 {
		display:block;
	}

	#tough_copy h2 {
		font-size:48px;
		line-height:54px;
		margin-bottom:20px;
	}

	#tabs {
		min-height:60px;
	}

	#tabs li, #tabs button {
		font-size:18px;
	}

	.tab img {
	    width: 70%;
	    margin-left: auto;
	    margin-right: auto;
	    margin-top: 50px;
	    float:inherit;
	}

	#together h2 {
		margin-bottom:20px;
	}

	#together .feature_3 {
		margin-bottom:60px;
	}

	#together p {
		margin-bottom:20px;
	}

	#together .under_1200 {
		display:none;
	}

	#lightbox_inner {
		margin-left:15px;
	}

	#lightbox_photo, #lightbox video {
		max-width:360px;
		max-height:500px;
	}

}


@media screen and (max-width:500px) {
	
	.container {
		padding-left:5px;
		padding-right:5px;
	}

	.under_500 {
		display:block;
	}

	#blocker {
		display:none;
		position:fixed;
		width:100%;
		height:100%;
		z-index:99;
		-webkit-transition: opacity 1s ease-in-out;
		-moz-transition: opacity 1s ease-in-out;
		-o-transition: opacity 1s ease-in-out;
		transition: opacity 1s ease-in-out;
		top:0px;
		left:0px;
		opacity:0.7;
		background-color:black;
	}

	#pancake {
		width:61px;
		height:65px;
		background-image:url('/images/pancake_grey.png');
		background-repeat: no-repeat;
		background-position: center center;
		float:right;
		cursor:pointer;
		padding-right:10%;
	}

	#pancake:active {
		background-image:url('/images/pancake_blue.png');
	}

	#header ul {
		display:none;
		position:inherit;
		width:100%;
		top:auto;
		right:auto;
		background-color: #fff;
		
		-webkit-transition: opacity 1s ease-in-out;
		-moz-transition: opacity 1s ease-in-out;
		-o-transition: opacity 1s ease-in-out;
		transition: opacity 1s ease-in-out;
	}

	#header ul.active {
		display:block;
	}

	#header li {
		float:inherit;
		padding:14px 18px;
	}
	
	#header li#empty {
		width:100%;
		background-color:#00a7e1;
		height:50px;
		padding:0px;
	}

	#header li a, #header li a:hover, #header li:visited {
		font-size:21px;
		font-family:'ProximaNovaLight';
	}
	
	#hero_content_mobile h2 {
	    font-size: 24px;
	    line-height: 30px;
	}

	#hero_content_mobile p {
    	font-size: 15px;
	}

	.headline {
		font-size: 14px;
    	line-height: 20px;
    	margin-top:40px;
    	margin-bottom:30px;
	}

	.container h2 {
		font-size:26px;
	}
	.feature_3 img {
		width:120px;
	}



	#carousel h1 {
		font-size:20px;
		line-height:24px;
		margin-bottom:5px;
	}

	#carousel h3 {
		font-size:14px;
		line-height:16px;
		margin-bottom:10px;
	}

	#carousel_dots button {
		border: none;
		background: transparent;
		margin-left: 5px;
	}

	#carousel_dots img {
		width:15px;
	}


	#tough_copy h2 {
    	font-size: 28px;
    	line-height: 36px;
	}

	#tabs {
		min-height:48px;
	}
	#tabs li, #tabs button {
		font-size:13px;
	}

	.container h2 {
		font-size:20px;
	}

	.tab p {
		font-size:14px;
	}

	#tab_content .tab {
		padding-top:0px;
	}

	#together h2 {
		font-size:22px;
		line-height:30px;
		margin-top:35px;
	}

	.container h3 {
		font-size:20px;
		line-height:26px;
	}

	#lightbox_inner {
		margin-left:5px;
	}

	#lightbox_photo, #lightbox video {
		max-width:225px;
		max-height:400px;
	}


}