ul {
	padding-left: 0px;
	list-style-type: none;
	line-height: 1.375;
    font-size: 18px;
}

.hero-wrapper-test {
	position: relative;
	padding-top: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.hero-wrapper-test .bg {
	width: 100%;
	height: auto;
}

.test-content {
	/* position: absolute; */
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
}

.test-content .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* align-items: center; */
	height: 100%;
	width: 1350px;
	/* padding-top: 80px; */
	/* padding-top: 86px; */
}

.test-content .container .left {
	width: 50%;
	padding-top: 45px;
}

.test-content .container .content {
	background-color: #fff;
	padding: 15px;
	margin-left: 15px;
	/* width: 50%; */
	/* text-align: left !important; */
}

.test-content .families-get-started p {
    font-size: 24px;
}

.test-content .families-get-started .text-wrapper {
	text-align: left;
	width: 330px;
	padding: 0px;
}

.test-content .families-get-started .text-wrapper .get-started {
	margin:  0px;
	max-width: 100%;
}

.text-wrapper .mobile-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.text-wrapper .mobile-links a {
	width: 50%;
}

.text-wrapper .mobile-links a img {
	width: 100%;
}

.text-wrapper .mobile-links .ios-link {
	margin-right: 5px;
}


.test-content .families-get-started {
	padding: 0px;
}

.test-content .families-get-started h1 {
    font-size: 36px;
}

.test-content .families-get-started .mobile-links {
	display: none;
}


.hero-wrapper-test .girl {
	width: 50%;
	z-index: 10;
	/* margin-bottom: -100px; */
}

.hero-wrapper-test .girl img {
	width: 100%;
	height: auto;
}

.hero-wrapper-test .phone {
	width: 400px;
	margin-left: -200px;
	margin-right: -200px;
	z-index: 100;
	margin-top: 60px;
}

.hero-wrapper-test .phone img {
	width: 100%;
	height: auto;
}


.mobile-info-container {
	display: none;
	padding: 30px 15px;
	width: 100%;
	border-top: 1px solid #eee;
	text-align: center;
}

.mobile-info-container p {
	font-size: 24px;
}

.mobile-info-container .text-wrapper {
	margin: 0px auto;
	width: 290px;
	max-width: 100%;
}

.mobile-info-container .text-wrapper {
	text-align: left;
}

.phone-card-mobile {
	width: 300px;
	max-width: 100%;
	height: auto;
	margin: 15px auto 15px;
}



.families-section2 {
	padding: 30px 15px !important;
}

@media screen and (max-width: 1300px) {
	.hero-wrapper-test .phone {
		width: 25%;
		margin-left: -12.5%;
		margin-right: -12.5%;
		z-index: 100;
	}
}

@media screen and (max-width: 1100px) {
	.hero-wrapper-test .phone {
		width: 20%;
		margin-left: -10%;
		margin-right: -10%;
		z-index: 100;
		margin-top: 90px;
	}
}



@media screen and (min-width: 980px) {
	.hero-wrapper-test .girl {
		width: 50%;
		z-index: 10;
		margin-bottom: -100px;
	}
}

@media screen and (max-width: 980px) {
	.hero-wrapper-test {
		position: relative;
		padding-top: 65px;
	}

	.test-content .container {
		padding-top: 0px;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}

	.test-content .container .content {
		margin-left: 0px;
	}

	.test-content {
		position: relative;
	}

	.test-content .families-get-started .text-wrapper {
		text-align: center;
	}

	.test-content .families-get-started .text-wrapper p, .families-get-started .text-wrapper ul {
		display: none;
	}

	.test-content .families-get-started .text-wrapper .get-started {
		margin:  30px auto 15px;
	}


	.hero-wrapper-test .girl {
		width: 100%;
		height: 300px;
		overflow: hidden;
		z-index: 10;
	}

	.hero-wrapper-test .phone {
		display: none;
	}

	.test-content .container .left {
		width: 100%;
		padding-top: 0px;
	}

	.families-get-started .text-wrapper {
		max-width: 100%;
		margin: 0px auto;
	}


	.mobile-info-container {
		display: block;
	}

	.test-content .families-get-started .mobile-links {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}


}

@media screen and (max-width: 620px){
	.test-content .families-get-started h1 {
		margin: 0px;
	}
}

@media screen and (min-width: 820px){
	.test-press .quote-bubble {
		margin-top: -100px;
	}
}
