@font-face {
	font-family: 'CircularStd-Bold';
	src: url('../Fonts/CircularStd-Bold.otf');
	src: local('CircularStd-Bold'), local('CircularStd'), url('../Fonts/CircularStd-Bold.otf') format('truetype');
}

@font-face {
  font-family: 'CircularStd-Book';
  src: url('../Fonts/CircularStd-Book.otf');
  src: local('CircularStd-Book'), local('CircularStd'), url('../Fonts/CircularStd-Book.otf') format('truetype');
}

input,textarea,button,select,a {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
	background: white;
	margin: 0 auto;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
}

.container {
  margin: 12px 12px 12px 12px;
  padding: 0;
  border: 0;
}

.button {
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;

  text-decoration: none;
  font-family: 'CircularStd-Book', arial, sans-serif;
  font-size: 14px;
  font-weight: normal;

	text-indent: 0;
	border: 1px solid #0ABF97;
  padding: 10px 40px;
	line-height: 43px;
	text-decoration: none;
	text-align: center;
}

.diagonal-top {
	height: 125px;
	width: 100%;
  background: linear-gradient(to top left, #0DC39F calc(50% - 1px), #0DC39F, #fff calc(50% + 1px) )
}

.news {
	background: linear-gradient(0deg, #624EA0 0%, #0DC39F 100%);
	color: #fff;
	padding: 0px 100px 50px;
	text-align: right;
	/* width: 100%; */
}

.news a {
	color: #fff;
	font-family: 'CircularStd-Book', arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 1px;
	text-decoration: none;
}

.news_group {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		margin: 25px 0 0;
}

.news_headline {
	font-family: 'CircularStd-Bold', arial, sans-serif;
	font-size: 26px;
}

.news_detail {
	color: #fff;
	font-family: 'CircularStd-Book', arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
	margin: 0 25px;
	/* width: 50%; */
}

.participate {
	border: 1px solid #fff;
	border-radius: 20px;
	display: inline-block;
	padding: 10px 40px;
	text-align: center;
	/* width: 150px; */
}

.participate:hover {
  -webkit-transition-timing-function: ease;
  -webkit-transition-duration: 500ms;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 500ms;
  -o-transition-timing-function: ease;
  -o-transition-duration: 500ms;
  -ms-transition-timing-function: ease;
  -ms-transition-duration: 500ms;
	background-color: rgba(255,255,255,.15);
}

.diagonal-bottom {
	height: 40px;
	margin-bottom: 25px;
	width: 100%;
  background: linear-gradient(to bottom left, #624EA0 calc(50% - 1px), #624EA0, #fff calc(50% + 1px) )
}


#particles {
  background-image: url('../Images/Particles.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position:center;
  position: absolute;
  top: 120px;
  width: 95%;
  height: auto;
  min-height: 300px;
  z-index: -1;
}

#devices {
	position: absolute;
	top: 130px;
	right: 6vw;
	width: 52vw;
	height: auto;
	min-height: 60vh;
	background-image: url('../Images/Devices.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top center;
	display: inline;
	float: right;
	z-index: 0;
}

#title_container {
	position: relative;
  margin-top: 17vw;
  margin-left: 8%;
  width: 400px;
  display: inline-block;
}

h1 {
  color: #2C4059;
  font-family: 'CircularStd-Bold', arial, sans-serif;
  font-size: 42px;
  font-weight: normal;
  display: inline-block;
  float: right;
	margin-bottom: 0;
}

#features_header {
	text-align: center;
	width: 700px;
	margin: auto;
}

p {
	font-family: 'CircularStd-Book', arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	color: #56667B;
}

#typed {
	text-decoration: underline;
}

#subheader {
	position: relative;
	width: 360px;
	text-align: left;
	margin-left: 8%;
}

#subheader h3 {
	text-align: left;
	margin-bottom: 40px;
	margin-top: 10px;
}

#subheader p {
  color: #56667B;
  font-family: 'CircularStd-Book', arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
}

.filled {
  color: white;

  -webkit-transition-timing-function: ease;
  -webkit-transition-duration: 500ms;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 500ms;
  -o-transition-timing-function: ease;
  -o-transition-duration: 500ms;
  -ms-transition-timing-function: ease;
  -ms-transition-duration: 500ms;
	background-color: #0ABF97

}

.filled:hover {
  -webkit-transition-timing-function: ease;
  -webkit-transition-duration: 500ms;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 500ms;
  -o-transition-timing-function: ease;
  -o-transition-duration: 500ms;
  -ms-transition-timing-function: ease;
  -ms-transition-duration: 500ms;
	background-color: #00AD87
}

.get_started {
  float: left;
}

#support {
	width: 75%;
	max-width: 800px;
	height:6vw;
	margin: 0 auto;
	margin-top: 16px;
  margin-bottom: 2px;
}

#support ul {
	width: 100%;
  height: inherit;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline-block;
}

#support li {
	display: inline-block;
	padding-left: 0.4vw;
	padding-right: 0.4vw;
}

#support li a {
	display:block;
	height: 6vw;
}

#impact {
	background-image: url('../Images/Logo_Impact_Hub.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position:center;
	width: 10%;
	min-height:100%;
  height: auto;
	margin-left: 5px;
}

#harvard {
	background-image: url('../Images/Logo_Harvard.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position:center;
	width: 8%;
	min-height:100%;
  height: auto;
}

#goodwork {
	background-image: url('../Images/Logo_Goodwork.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position:center;
	width: 28%;
	min-height:100%;
  height: auto;
	margin-left: 10px;
}

#mit {
	background-image: url('../Images/Logo_Mit.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position:center;
	width: 13%;
	min-height:100%;
  height: auto;
}

#nexus {
	background-image: url('../Images/Logo_New_Energy_Nexus.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position:center;
	width: 18%;
	min-height:100%;
  height: auto;
}

#hive {
	background-image: url('../Images/Logo_Hive.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position:center;
	width: 8%;
	min-height:100%;
  height: auto;
}

.line {
  height:1px;
  border-bottom:1px solid #DDE0E4;
  width: 75%;
  margin: 0 auto;
}

#quote {
  width: 500px;
	height: 200px;
  margin: 0 auto;
  margin-top: 30px;
	margin-bottom: 30px;
}

h3 {
  color: #2C4059;
  width: inherit;
  font-family: 'CircularStd-Book', arial, sans-serif;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
}

#supporter {
	width: inherit;
	height: 41px;
  margin: 0 auto;
}

#supporter_picture {
  height: 41px;
  width: 41px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position:center;
  display: inline-block;
	float: left;
}

#supporter_name {
  display: inline-block;
  width: inherit;
  margin: auto;
	text-align: center;
}

#supporter_name p {
  color: #56667B;
  font-family: 'CircularStd-Book', arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
}

.supporter_picture_0 {
	background-image: url('../Images/Supporter0.png');
}

.supporter_picture_1 {
	background-image: url('../Images/Supporter1.png');
}

.supporter_picture_2 {
	background-image: url('../Images/Supporter2.png');
}

.supporter_picture_3 {
	background-image: url('../Images/Supporter3.png');
}

.supporter_picture_4 {
	background-image: url('../Images/Supporter4.png');
}

.supporter_picture_5 {
	background-image: url('../Images/Supporter5.png');
}

.about {
  width: 700px;
  height: 260px;
	margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 10px;
}

.description {
  float: left;
  width: 315px;
  display: inline-block;
  /*margin-left: 38px;*/
}

.description h2{
  margin-top: 0;
  text-align: left;
}

h2 {
  color: #2C4059;
  font-family: 'CircularStd-Bold', arial, sans-serif;
  font-size: 26px;
  font-weight: normal;
}

#product_info {
	width: 640px;
	margin: auto;
	text-align: center;
	margin-top: 100px;
	margin-bottom: 50px;
}

#product_info p {
	font-family: 'CircularStd-Book', arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	color: #56667B;
}

.description p{
  font-family: 'CircularStd-Book', arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  text-align: left;
  color: #56667B;
}

#learnMore {
	cursor: pointer;
	width: 114px;
  height: 30px;
	margin: 150px auto 50px;
	display: block;
}

#learnArrow {
	height: 14px;
  width: 14px;
  background-image: url('../Images/Learn_Arrow.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline;
  float: right;
	padding-top: 24px;
}

#learnMore p{
	font-family: 'CircularStd-Book', arial, sans-serif;
  color: #0ABF97;
  font-size: 16px;
  display: inline;
  float: left;
	padding-left: 8px;
  line-height:6px;
	display: inline;
}

.learn {
  width: 140px;
  height: 30px;
  margin-top: 10px;
  display: inline-block;
}

.learn_picture{
  height: 30px;
  width: 30px;
  background-image: url('../Images/Learn.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position:center;
  display: inline;
  float: left;
}

.learn p{
  color: #0ABF97;
  font-size: 14px;
  display: inline;
  float: left;
	padding-left: 8px;
  line-height:0px;
}

#collaborating {
  width: 343px;
  min-height: 236px;
  background-image: url('../Images/Collaborating.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position:center;
  display: inline;
  float: right;
}

#empowering {
  width: 343px;
  min-height: 236px;
  background-image: url('../Images/Empowering.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position:center;
  display: inline;
  float: left;
}

#rallying{
  width: 343px;
  min-height: 236px;
  background-image: url('../Images/Rallying.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position:center;
  display: inline;
  float: right;
}

#demographics {
  width: 716px;
  height: 236px;
  margin: 0 auto;
}

#demographics h2 {
  text-align: center;
  line-height: 40px;
}

#demographics ul {
  list-style-type: none;
  text-align: center;
  padding: 0;
}

#demographics ul li {
  width: 140px;
  display: inline-block;
}

#demographics ul li p{
  font-family: 'CircularStd-Book', arial, sans-serif;
  font-weight: normal;
  color: #56667B;
  text-align: center;
  font-size: 16px;
  display: inline;
  float: right;
  line-height:18px;
  padding-left: 10px;
  padding-right: 10px;
}

.group_picture {
  width: 60px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position:center;
  margin: 0 auto;
}

#affinity{
  background-image: url('../Images/Affinity.png');
}

#academic{
  background-image: url('../Images/Academic.png');
}

#advocacy{
  background-image: url('../Images/Advocacy.png');
}

#nonprofit{
  background-image: url('../Images/Nonprofit.png');
}

#enterprise{
  background-image: url('../Images/Enterprise.png');
}

#demo_line {
  display: none;
}

#cta {
  width: 400px;
  margin: 0 auto;
  margin-top: 35px;
  text-align: center;
}

#cta p{
  font-family: 'CircularStd-Book', arial, sans-serif;
  font-weight: normal;
  color: #56667B;
  font-size: 16px;
  line-height:24px;
  margin-bottom: 30px;
}

.lets_get_started{
  text-align: center;
  margin-bottom: 20px;
}

/*#about_link {
	display: inline-block;
  font-family: 'CircularStd-Book', arial, sans-serif;
  font-weight: normal;
  font-size: 12px;
  display: inline;
  line-height: 50px;
	float: right;
}

#about_link a {
	text-decoration: none;
	color: #0ABF97;
}*/

#highfive {
  display: none;
}

#flying {
  display: none;
}

#marching {
  display: none;
}

#next_to_last_line{
  display: block;
}

#panels {
	margin-top: 70px;
	margin-bottom: 50px;
}

.panel {
	display: none;
	width: 100%;
	height: 0;
	background: #ecfaf7;
	background: -moz-linear-gradient(top, #ecfaf7 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #ecfaf7 0%,#ffffff 100%);
	background: linear-gradient(to bottom, #ecfaf7 0%,#ffffff 100%);
	overflow-y: hidden;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
}

.panel ul {
	padding-top: 24px;
	padding-left: 0;
	list-style-type: none;
	width: 90%;
	height: inherit;
	margin: 0 auto;
	/*white-space: nowrap;*/
}

.panel ul li {
	width: 33%;
	height: inherit;
	display: inline;
	float: left;
}

.panel ul li h3 {
	text-align: left;
	margin: 0 auto;
	width: 84%
}

.panel ul li p {
	font-family: 'CircularStd-Book', arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  text-align: left;
  color: #56667B;
	width: 80%;
	margin: 0 auto;
}

.rotate {
	-webkit-transition-timing-function: ease;
  -webkit-transition-duration: 500ms;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 500ms;
  -o-transition-timing-function: ease;
  -o-transition-duration: 500ms;
  -ms-transition-timing-function: ease;
  -ms-transition-duration: 500ms;
	-ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}

.unrotate{
	-webkit-transition-timing-function: ease;
  -webkit-transition-duration: 500ms;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 500ms;
  -o-transition-timing-function: ease;
  -o-transition-duration: 500ms;
  -ms-transition-timing-function: ease;
  -ms-transition-duration: 500ms;
	-ms-transform: rotate(0deg); /* IE 9 */
  -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
  transform: rotate(0deg);
}

#communities_picture {
	background-image: url('../Images/Product_Communities.png');
}

#topics_picture {
	background-image: url('../Images/Product_Topics.png');
}

#members_picture {
	background-image: url('../Images/Product_Members.png');
}

#skills_picture {
	background-image: url('../Images/Product_Skills.png');
}

#discussions_picture {
	background-image: url('../Images/Product_Discussions.png');
}

#offers_picture {
	background-image: url('../Images/Product_Requests.png');
}

#events_picture {
	background-image: url('../Images/Product_Events.png');
}

#projects_picture {
	background-image: url('../Images/Product_Projects.png');
}

#group_picture {
	background-image: url('../Images/Product_Messages.png');
}

.screenshot {
	width: 90%;
	height: auto;
	min-height: 260px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position:center;
	display: block;
	margin: 0 auto;
}

.expand {
	-webkit-transition-timing-function: ease;
  -webkit-transition-duration: 500ms;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 500ms;
  -o-transition-timing-function: ease;
  -o-transition-duration: 500ms;
  -ms-transition-timing-function: ease;
  -ms-transition-duration: 500ms;
	height: 500px;
}

.collapse {
	-webkit-transition-timing-function: ease;
  -webkit-transition-duration: 500ms;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 500ms;
  -o-transition-timing-function: ease;
  -o-transition-duration: 500ms;
  -ms-transition-timing-function: ease;
  -ms-transition-duration: 500ms;
	height: 0;
}

.hide {
	-webkit-transition-timing-function: ease;
  -webkit-transition-duration: 300ms;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 300ms;
  -o-transition-timing-function: ease;
  -o-transition-duration: 300ms;
  -ms-transition-timing-function: ease;
  -ms-transition-duration: 300ms;
	opacity: 0;
}

.dim {
	-webkit-transition-timing-function: ease;
  -webkit-transition-duration: 700ms;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 700ms;
  -o-transition-timing-function: ease;
  -o-transition-duration: 700ms;
  -ms-transition-timing-function: ease;
  -ms-transition-duration: 700ms;
	opacity: 0.2;
}

.show {
	-webkit-transition-timing-function: ease;
  -webkit-transition-duration: 700ms;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 700ms;
  -o-transition-timing-function: ease;
  -o-transition-duration: 700ms;
  -ms-transition-timing-function: ease;
  -ms-transition-duration: 700ms;
	opacity: 1;
}

canvas {
	width: 100%;
	height: auto;
	min-height: 100px;
	position: absolute;
	top: 0;
	z-index: -1;
}

.typed-cursor{
		opacity: 1;
		font-weight: 100;
		-webkit-animation: blink 0.7s infinite;
		-moz-animation: blink 0.7s infinite;
		-ms-animation: blink 0.7s infinite;
		-o-animation: blink 0.7s infinite;
		animation: blink 0.7s infinite;
}

@-keyframes blink{
		0% { opacity:1; }
		50% { opacity:0; }
		100% { opacity:1; }
}
@-webkit-keyframes blink{
		0% { opacity:1; }
		50% { opacity:0; }
		100% { opacity:1; }
}
@-moz-keyframes blink{
		0% { opacity:1; }
		50% { opacity:0; }
		100% { opacity:1; }
}
@-ms-keyframes blink{
		0% { opacity:1; }
		50% { opacity:0; }
		100% { opacity:1; }
}
@-o-keyframes blink{
		0% { opacity:1; }
		50% { opacity:0; }
		100% { opacity:1; }
}

.typed-fade-out{
		opacity: 0;
		animation: 0;
		transition: opacity .25s;
}

#dots_container {
	display: none;
	width: 126px;
	height: 16px;
	margin: 0 auto;
}

#dots {
	display: inherit;
	width: inherit;
	height: inherit;
	margin: 0 auto;
}

#dots ul {
	list-style-type: none;
	display: inline-block;
	width: inherit;
	height: inherit;
	padding: 0;
}

#dots ul li {
	padding-left: 5px;
	padding-right: 5px;
	width: auto;
	height: inherit;
	display: inline;
	float: left;
}

#dots ul li a {
	display: inline;
	float: left;
	text-decoration: none;
	background-color: #0ABF97;
}

.small {

	-webkit-transition-timing-function: ease;
  -webkit-transition-duration: 300ms;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 300ms;
  -o-transition-timing-function: ease;
  -o-transition-duration: 300ms;
  -ms-transition-timing-function: ease;
  -ms-transition-duration: 300ms;

	width: 10px;
	height: 10px;
	margin-top: 3px;

	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
}

.large {
	-webkit-transition-timing-function: ease;
  -webkit-transition-duration: 300ms;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 300ms;
  -o-transition-timing-function: ease;
  -o-transition-duration: 300ms;
  -ms-transition-timing-function: ease;
  -ms-transition-duration: 300ms;

	width: 16px;
	height: 16px;

	-webkit-border-top-left-radius:8px;
	-moz-border-radius-topleft:8px;
	border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-moz-border-radius-topright:8px;
	border-top-right-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-moz-border-radius-bottomright:8px;
	border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	-moz-border-radius-bottomleft:8px;
	border-bottom-left-radius:8px;
}

#app {
	width: 640px;
	margin: 0 auto;
	height: 56vw;
	overflow: hidden;
}

#app_screens {
	width: 56vw;
	max-width: 700px;
	height: 56vw;
	position: absolute;
	background-image: url('../Images/App_Screens.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position:center;
	display: inline-block;
	left: 6vw;
	z-index: -1;
}

/*#app_text_container {
	display: inline-block;
	position: relative;
	float: right;
	margin-top: 10vw;
}*/

#app_text_container {
	margin: auto;
	margin-top: 20px;
	margin-bottom: 80px;
}

@media only screen and (min-width: 100px) and (max-width: 700px) {
	.news {
		padding: 100px 0 25px;
	}

	.news_headline {
		margin: 0 auto;
		width: 90%;
	}

	.news_group {
		display: block;
		margin: 15px auto;
		width: 100%;
	}

	.news_detail {
		display: block;
		margin: 15px auto;
		width: 90%;
	}

	.participate {
		margin: 15px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 414px) {

  .container {
    margin: 6px 6px 6px 6px;
  }

	#features_header {
		margin-top: 80px;
		width: 90%;
	}

	#learnMore {
		margin-top: 200px;
	}

	#devices {
		top: 400px;
		right: 50%;
		width: 90%;
		min-height: 450px;
		transform: translateX(50%);
	}

	#subheader {
		width: 90%;
		margin: auto;
		text-align: center;
		margin-top: 20px;
	}

	#subheader h3 {
		margin: auto;
		text-align: center;
		margin-bottom: 18px;
	}

	#subheader h2 {
		margin: auto;
	}

	#subheader p {
		margin-top: 16px;
	}

  #particles {
    top: 0;
    width: 92%;
    min-height: 230px;
  }

  #title_container {
    width: 100%;
    margin: 0 auto;
    margin-top: 90px;
    text-align: center;
  }

	.diagonal-top {
		margin-top: 50px;
	}

  h1 {
    width: 280px;
    font-size: 30px;
    float: none;
  }

	#product_info {
		width: 90%;
		margin-top: 60px;
		margin-bottom: 60px;
	}

	#product_info p {
		font-size: 14px;
    line-height: 20px;
		text-align: left;
	}

  .button {
		border-radius: 20px;
		-webkit-border-top-left-radius:20px;
		-moz-border-radius-topleft:20px;
		border-top-left-radius:20px;
		-webkit-border-top-right-radius:20px;
		-moz-border-radius-topright:20px;
		border-top-right-radius:20px;
		-webkit-border-bottom-right-radius:20px;
		-moz-border-radius-bottomright:20px;
		border-bottom-right-radius:20px;
		-webkit-border-bottom-left-radius:20px;
		-moz-border-radius-bottomleft:20px;
		border-bottom-left-radius:20px;
		font-size: 16px;
		padding: 12px 40px 12px 40px;
		line-height: 43px;
  }

	.signup_button{
		-webkit-border-top-left-radius:20px;
  	-moz-border-radius-topleft:20px;
  	border-top-left-radius:20px;
  	-webkit-border-top-right-radius:20px;
  	-moz-border-radius-topright:20px;
  	border-top-right-radius:20px;
  	-webkit-border-bottom-right-radius:20px;
  	-moz-border-radius-bottomright:20px;
  	border-bottom-right-radius:20px;
  	-webkit-border-bottom-left-radius:20px;
  	-moz-border-radius-bottomleft:20px;
  	border-bottom-left-radius:20px;
    font-size: 16px;
    padding: 8px 26px 8px 26px;
  	line-height:43px;
	}

  .get_started {
    float: none;
    margin: 0 auto;
  }

  #support {
    display: none;
  }

  #first_line{
    display: none;
  }

  #quote {
    width: 270px;
		height: 250px;
    margin-top: 20px;
		margin-bottom: 0;
  }

  h3 {
    font-size: 18px;
  }

  #supporter_picture {
    height: 30px;
    width: 30px;
  }

  #supporter_name p {
    color: #56667B;
    font-family: 'CircularStd-Book', arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
  }

	/*#panels {
		margin-top: 280px;
	}*/

  .about {
    width: 85%;
    height: 400px;
		margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 10px;
  }

  #highfive {
    width: 100%;
    min-height: 200px;
    background-image: url('../Images/Collaborating.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position:center;
    display: block;
    margin: 0 auto;
  }

  #flying {
    width: 100%;
    min-height: 200px;
    background-image: url('../Images/Empowering.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position:center;
    display: block;
    margin: 0 auto;
  }

  #marching {
    width: 100%;
    min-height: 200px;
    background-image: url('../Images/Rallying.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position:center;
    display: block;
    margin: 0 auto;
  }

  #collaborating {
    display: none;
  }

  #empowering {
    display: none;
  }

  #rallying{
    display: none;
  }

  .description{
    margin-left: 10px;
    margin-top: 20px;
    width: 94%;
  }

  .description h2{
    margin-top: 0;
  }

  h2 {
    font-size: 22px;
  }

  .description p{
    font-size: 14px;
    line-height: 20px;
  }

  .learn {
    width: 120px;
  }

  .learn p{
    font-size: 12px;
    line-height:6px;
  }

  #demographics {
    width: 92%;
    height: 380px;
    margin: 0 auto;
		margin-top: 60px;
    text-align: center;
  }

  #demographics h2 {
    line-height: 10px;
    border: 0;
    display: inline;
  }

  #demographics ul li h3 {
    font-size: 16px;
    text-align: left;
    margin-top: 10px;
  }

  #demographics ul {
    margin-top: 30px;
    height: 320px;
    margin-bottom: 0;
  }

  #demographics ul li {
    width: 100%;
    height: 64px;
  }

  #demographics ul li p{
    text-align: left;
    font-size: 14px;
    line-height:18px;
    padding-left: 0;
    padding-right: 0;
  }

  .group_picture {
    width: 30px;
    height: 30px;
    margin-left: 0;
    margin-right: 16px;
		margin-top: 4px;
    float: left;
    display: inline-block;
  }

  #demo_line {
    margin-top: 20px;
    width: 100%;
    display: block;
  }

  #cta {
    width: 90%;
    margin-top: 20px;
  }

  #cta p{
    font-size: 14px;
    line-height:18px;
    margin-bottom: 30px;
  }

  .lets_get_started{
    margin-bottom: 20px;
  }

  #next_to_last_line{
    display: none;
  }

  #last_line{
    width: 90%;
  }

	.panel ul {
		padding-top: 24px;
		width: 250%;
		/*white-space: nowrap;*/
	}

	.panel ul li {
		width: 33%;
	}

	.panel ul li h3 {
		width: 80%
	}

	.panel ul li p {
	  font-size: 14px;
	  line-height: 20px;
		width: 80%;
	}

	.expand {
		height: 440px;
	}

	#dots_container {
		display: block;
	}

	#app {
		width: 100%;
		height: 160vw;
	}

	#app_screens {
		width: 110%;
		height: 110%;
		left: -10%;
	}

	#app_text_container {
		float: none;
		width: 100%;
		margin-top: 10px;
	}
}
