* {
	border: 0px;
	outline: none !important;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, ul, li {
	margin: 0px;
	padding: 0px;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	list-style-type: none;
}
body, html {
	overflow-x: hidden;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body{
	font-family: 'Poppins', sans-serif;
}
a {
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	color: inherit;
}
a:hover, a:focus {
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	text-decoration: none;
	outline: none;
	color: #5c7b9b;
}
a:focus {
	outline: none;
}
textarea {
	resize: none;
}
img {
	max-width: 100%;
}
.blankSpace {
	flex: 1 1 auto;
}
.m-1, .m-2, .m-3, .m-4, .m-5 {
	margin-top: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.mb-1 {
	margin-bottom: 10px !important;
}
.mb-2 {
	margin-bottom: 20px !important;
}
.mb-3 {
	margin-bottom: 30px !important;
}
.mb-4 {
	margin-bottom: 40px !important;
}
.mb-5 {
	margin-bottom: 50px !important;
}
.mb-6 {
	margin-bottom: 60px !important;
}
.mb-7 {
	margin-bottom: 70px !important;
}
.mb-8 {
	margin-bottom: 80px !important;
}
.p-3 {
	padding: 30px 0 !important;
}
.p-4 {
	padding-right: 0 !important;
	padding-left: 0 !important;
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}
.p-5 {
	padding: 80px 0 !important;
}
.p-16{
	padding: 160px 0 !important;
}
.p-12{
	padding: 120px 0 !important;
}
section.topOff{
	padding-top: 0 !important;
}
section.bottomOff{
	padding-bottom: 0 !important;
}
hr {
	margin-top: 20px;
	margin-bottom: 25px;
	border-top: 1px solid #ebebeb;
}
h1 {
	font-size: 83px;
	font-weight: 200;
	color: #a3a3a3;
	line-height: 1em;
}
h2 {
	font-size: 120px;
	font-weight: 100;
	color: #282828;
	line-height: 1em;
}
h3 {
	color: #282828;
	font-size: 40px;
	font-weight: 200;
}
h4 {
	color: #282828;
	font-size: 25px;
	font-weight: 500;
}
h3 strong{
	font-weight: 400;
}
h4 {
}
h5 {
}
h6 {
}
p {
}
.btn {
	font-size: 13px;
	min-width: inherit;
	padding-top: 8px;
	padding-right: 13px;
	padding-bottom: 8px;
	padding-left: 13px;
	line-height: normal;
}
.btn.btn-sm {
	font-size: 13px;
	min-width: inherit;
	padding-top: 8px;
	padding-right: 13px;
	padding-bottom: 8px;
	padding-left: 13px;
	line-height: normal;
}
.btn-primary {
	color: #fff;
	background-color: #5c7b9b;
	border-color: #5c7b9b;
}
.btn-primary:hover, .btn-primary:focus {
	color: #fff;
	background-color: #738FAC;
	border-color: #738FAC;
}
.btn-link {
}
.btn-link:hover, .btn-link:focus {
	text-decoration: underline;
}
.text-primary {
	color: #5c7b9b !important;
}
a.text-primary:hover, a.text-primary:focus {
	color: #5c7b9b !important;
	text-decoration: underline;
}
.text-muted{
	color: #d1d1d1 !important;
}
.text-none {
	text-transform: none;
}
.form-control {
	font-size: 14px;
	padding-top: 7.5px;
	padding-right: 13px;
	padding-bottom: 7.5px;
	padding-left: 13px;
	border: 1px solid #dddddd;
	height: auto;
	border-radius: 0;
	line-height: normal;
}
.form-control:focus {
	outline: none;
	box-shadow: none;
}
header{
	padding: 25px 40px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99;
}
.fold2{
	background-color: #2e2e2e;
}
.fold4{
	background-color: #2d2d2d;
	background-image: url("../img/fold4-bg.jpg");
	background-repeat: no-repeat;
	background-position:center top;
	background-size: 100% auto;
}
.fold5{
	background-color: #dcdcdc;
}
.max-height.hide-me {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -100;
    opacity: 0;
}
.bannerText{
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
	width: 100%;
}


.row-app-screens{
	position: relative;
	width: 100%;
}
.row-app-screens .row-app-subsection.iPhone-background{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: calc(100vh - 160px);
z-index: 3;
}

.row-app-screens .row-app-subsection.iPhone-background .app-screenshot-pin,
.app-screenshot {
position: relative;
left: 0;
margin: 0 auto;
max-height: calc(100vh - 160px);
}
.row-app-screens .row-app-subsection.iPhone-background .app-screenshot-pin img,
.app-screenshot img{
height: 100%  !important;
}

.row-app-screens .screenshot-curated-growth, 
.row-app-screens .screenshot-instant-updates,
.row-app-screens .screenshot-data-central,
.row-app-screens .screenshot-grow-university,
.row-app-screens .screenshot-stay-in-the-know,
.row-app-screens .screenshot-informed-homegrow,
.row-app-screens .iphone-app-container {
position: absolute;
left: 0;
top: 0;
opacity: 0;
transition: opacity .25s ease-in-out;
width: 100%;
height: calc(100vh - 160px);
margin-bottom: 0;
display: block;
text-align: center;
padding: 40px 0px;
}
.row-app-screens .iphone-app-container{
opacity: 1;
}
.row-app-screens .screenshot-curated-growth.active, 
.row-app-screens .screenshot-instant-updates.active,
.row-app-screens .screenshot-data-central.active,
.row-app-screens .screenshot-grow-university.active,
.row-app-screens .screenshot-stay-in-the-know.active,
.row-app-screens .screenshot-informed-homegrow.active{
opacity: 1;
transition: opacity .25s ease-in-out;
}
.app-screenshot{
opacity: 0;
width: 100%;
height: calc(100vh - 160px);
opacity: 0;
padding: 40px 0px;
}

 @media (max-width: 1366px) {
	h2 {
		font-size: 90px;
	}
	h3 {
		font-size: 30px;
	}
	h4 {
		font-size: 20px;
	}
}
 @media (max-width: 1199px) {
}
@media (max-width: 991px) {
}
 @media (max-width: 767px) {
}
 @media (max-width: 575px) {
}
