/*
darkest blue: #7C94AF, middle blue: #93A8C0, lighter blue: #ADBDD0, pale blue: #EFF5FC
*/

* {box-sizing: border-box;}
html, body {height: 100%;}
body {
	margin: 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	color: #333;
	line-height: 1.5;
	background-image: linear-gradient(to bottom, #93A8C0, #ADBDD0);
	background-color: #ADBDD0;
	background-repeat: no-repeat;
	background-size: cover;
}
.flex-container {
	display: flex;
	flex-direction: column;
}

header#top-header {
	max-width: 1024px;
	margin: 0 auto;
	padding: 4px 20px 6px 20px;
	align-items: center;
	justify-content: flex-start;
	flex-direction: row;
	position: relative;
}
.logo {
	flex: 30%;
	text-align: center;
}
.logo img {max-width: 220px;}

.tagline {
	flex: 70%;
	font-size: 22px;
	display: none;
	justify-content: flex-end;
	align-items: flex-end;
	flex-direction: column;
}
.top-phone {
	position: absolute;
	top: 20px;
	right: 20px;
	padding: 0 10px 0 30px;
	font-size: 20px;
	font-weight: 600;
	border: 1px solid #ccc;
	border-radius: 16px;
	background-image:url("../images/ios-phone-icon-18.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 3px center;
	background-color: #4EB51F;
	display: block;
}
.top-phone a {
	text-decoration: none;
	color: #fff;
	border: none;
}


.cta {
	padding: 0 20px 15px 20px;
	line-height: 1.2;
	color: #fff;
	font-size: 22px;
}
.cta h1 {margin: 15px auto;}


.form-box {
	max-width: 88%;
	height: auto;
	margin: 0 auto;
	padding: 5px 15px 15px 15px;
	background-color: white;
	color: black;
	position: relative;
}
.round-buttonW {
	border: 4px solid #AD0154;
	outline: none;
	background: #fff;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	margin-left: 6px;
	position: relative;
	top: 4px;
}
.round-buttonM {
	border: 4px solid #208BB8;
	outline: none;
	background: #fff;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	margin-left: 6px;
	position: relative;
	top: 4px;
}
.button-big {
	font-size: 24px;
	font-weight: 700;
	display: block;
	margin: 0 auto;
	padding: 15px 30px;
	background-color: rgba(201,8,11,1.00);
	color: white;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}
.button-big:hover {background-color: rgba(255,55,59,1.00);}

.arrow-right {position: relative; top: 2px;}

a.back {
	position: absolute;
	left: 10px;
	top: 22px;
	font-size: 13px;
	font-weight: 300;
	text-decoration: none;
	color: #666;
}
a.back:hover {text-decoration: underline;}

#trust {padding: 15px 0 0 0;}
#privacyIcon, #secureIcon {position: relative; padding: 8px; display: inline-block;}
#privacyIcon img {width: 100px; cursor: pointer; vertical-align: middle;}
#secureIcon img {width: 100px; cursor: pointer; vertical-align: middle;}
#privacyTip, #secureTip {
	width: 200px;
	background-color: rgba(255,255,255,.8);
	border: 1px solid #ccc;
	color: #000;
	padding: 8px;
	border-radius: 6px;
	font-size: 12px;
	text-align: left;
	cursor: pointer;
	position: absolute;
	z-index: 100;
	top: 100%;
	left: 50%; 
	margin-left: -100px;
	display: none;
}
/* add pointers to text bubbles, but useless against white ground */
/*#privacyTip::after, #secureTip::after {
	content: " ";
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent #fff transparent;
}*/
.closeX {position: absolute; top: 8px; right: 10px; font-weight: bold;}



.ground-white {
	background-color: #fff;
}
.ground-white-border-bottom {
	background-color: #fff;
	border-bottom: 1px solid #7C94AF;
}
.ground-white-border-top {
	background-color: #fff;
	border-top: 1px solid #7C94AF;
}
.ground-none-border-top {
	border-top: 1px solid #7C94AF;
}
.ground-dark {
	background-image: linear-gradient(to bottom, #7C94AF, #93A8C0);
	color: #fff;
}

h1 {font-size: 36px; line-height: 1.1; font-weight: 500;}
h2 {font-size: 22px; line-height: 1.1; font-weight: 500;}
.dont-break {white-space: nowrap;}
.align-left {text-align: left;}

.big-box {
	max-width: 700px;
	margin: 0 auto;
	padding: 20px 20px 45px 20px;
	background-color: #EFF5FC;
	font-size: 14px;
}


.thirds-box {
	justify-content: center;
	border-top: 1px solid #7C97B6;
}
.thirds-box > div {
	flex: 1;
	margin: 0 auto;
	padding: 6%;
	max-width: 320px;
}
.thirds-box img {
	width: 41px;
}
.giant-quotes {
	margin-top: 60px;
	font-weight: 300;
	font-size: 100px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	line-height: 16px;
}
.quoted-testimonial {
	margin-top: -20px;
}


footer.following {
	max-width: 1024px;
	margin: 6% auto 0 auto;
	padding: 4px 20px 20px 20px;
}
footer.following a {
	padding: 3px 8px;
	border: 1px solid #ccc;
	border-radius: 12px;
	text-decoration: none;
	color: #333;
	line-height: 2.4;
	white-space: nowrap;
}
footer.following a:hover {
	background-color: #DFEDF9;
}
.footer-text {
	flex: 70%;
	font-size: 13px;
	justify-content: flex-end;
	align-items: center;
}

footer.fixed {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 2px 20px 3px 20px;
	background-color: #fff;
	font-size: 13px;
	text-align: center;
	border-top: 1px solid #7C97B6;
}
footer.fixed a {
	color: #333;
	text-decoration: none;
	border-right: 1px solid #333;
	padding: 0 12px 0 8px;
}
footer.fixed a:hover {
	text-decoration: underline;
}
footer.fixed a:last-child {
	border: none;
}


@media screen and (min-width: 414px) {
	.button-big {padding: 15px 40px;}
}
@media screen and (min-width: 768px) {
	body {font-size: 17px;}
	.flex-container {flex-direction: row;}
	
	.logo img {max-width: 280px;}
	.tagline {display: flex;}
	.top-phone {display: none;}
	
	.form-box {
		padding: 30px;
	}
	.cta {
		padding: 0 0 30px 0;
		line-height: 1.2;
	}
	.cta h1 {margin: initial;}
	
	.thirds-box > div {margin: 0; padding: 2%;}

	footer.following {margin: 0 auto;}
}

