/* dkPurple #68489c, burgundy #842780, brightBurgundy #c200ff, medBlue #4f97d1, ltBlue #bcd8ed, dkOrange #d99d00, ltOrange #fcbe00
purple boxes #77619A, rgba(119,97,154,0.8); */

* {box-sizing: border-box;}
html, body {height: 100%;}
html {scroll-behavior: smooth;}
body {
	margin: 0;
	font-family: 'Nunito', sans-serif;
	font-size: 15px;
	color: #666;
}
.fixed-foto { /* flex container */
	height: auto;
	background-attachment: scroll; /* fixed; only fixed at big size */
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	display: flex;
	flex-wrap: wrap;
}

/* background photos, small for mobile */ 
#top, #top .blurry-photo {
	background-image: url("../images/AdobeStock_229122154_843x750.jpg");
	background-position: center top;
}
#first, #first .blurry-photo {
	background-image: url("../images/shutterstock_287121881_957x750.jpg");
	background-position: center top;
}
#second, #second .blurry-photo {
	background-image: url("../images/AdobeStock_234877373_1228x750.jpg");
	background-position: center top;
}
#third, #third .blurry-photo {
	background-image: url("../images/AdobeStock_112129429_886x750.jpg");
	background-position: center top;
}
#fourth, #fourth .blurry-photo {
	background-image: url("../images/AdobeStock_204199264_843x750.jpg");
	background-position: center top;
}


/* making left boxes responsivize to keep headline first when small */
#top div.flex-item-left {order: 2;}
#top div.flex-item-right {order: 1;}
#second div.flex-item-left {order: 2;}
#second div.flex-item-right {order: 1;}
#fourth div.flex-item-left {order: 2;}
#fourth div.flex-item-right {order: 1;}


#as-needed {
	background-color: rgba(188,216,237,0.8);
	border-bottom: 2px solid #4f97d1;
	position: fixed;
	top: -63px;
	right: 0;
	left: 0;
	transition: all 0.3s ease-in-out;
	padding: 8px 20px 0 20px;
	z-index: 100;
}
#as-needed img {
	width: 180px;
	position: relative;
	top: 3px;
}
#as-needed a {
	float: right;
	padding-top: 15px;
	color: black;
	text-decoration: none;
	display: none;
}
#as-needed a:hover {
	text-decoration: underline;
}


.flex-item-left {
	flex: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.flex-item-right {
	flex: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.empty {height: 240px;}

.floater { /* flex item */
	max-width: 470px;
	position: relative;
	z-index: 1;
	border-top: 4px solid #4f97d1;
}
.blurry-photo {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	filter: blur(8px);
	-webkit-filter: blur(8px);
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 0;
	display: none;
}
#logo-main {display: block;}
#logo-main img {max-width: 230px;}
.icon-white  {text-align: center;}
.icon-white img {width: 200px;}

.photo-content {
	background-color: rgba(119,97,154,0.8);
	color: #fff;
	position: relative;
	z-index: 2;
	padding: 20px;
}
.photo-content h1 {line-height: 1.0;}

#top h2 {margin: 0;}

h1 {
	font-family: 'Nunito', sans-serif;
	font-size: 2.0em;
	font-weight: 400;
	line-height: 0.9;
}
h1.flat-top {margin: 0;}

.centered {text-align: center; width: 100%;}



/*** form stuff from nuCharleePromo ***/
.form-box {
	min-width: auto;
	height: auto;
	margin: 0;
	/*padding: 5px 15px 15px 15px;*/ padding: 0;
	text-align: center;
	color: #fff;
	position: relative;
}
.radio-gender-container {
	text-align: left;
	display: inline-block;
	margin-bottom: 0;
}
.round-buttonW {
	border: 4px solid #c200ff;
	outline: none;
	background: #fff;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	margin-left: 6px;
	position: relative;
	top: 4px;
}
.round-buttonM {
	border: 4px solid #4f97d1;
	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: #d99d00;
	color: #000;
	border: 2px solid #fff;
	border-radius: 5px;
	cursor: pointer;
}
.button-big:hover {background-color: #fcbe00;}

.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;}
/*** end ofform stuff from nuCharleePromo ***/



/*** 3 bubbles section from msoCopy/index1.html ***/
.bubble-container {
	padding: 0 0 10px 0;
	max-width: 1024px;
	margin: 20px auto 0 auto;
	background-color: white;
}
#bubbles {
	margin-top: 30px;
	text-align: center;
	overflow: hidden;
}
#bubble-one {
	width: 280px;
	margin: 0 20px;
	position: relative;
	left: 2000px;
}
.slide-in-one {
	animation-duration: 0.5s;
	animation-name: slideInOne;
	animation-fill-mode: forwards;
	animation-direction: normal;
}
@keyframes slideInOne {
	0% {left: 2000px; transform: rotate(720deg);}
	100% {left: 0;}
}
#bubble-two {
	width: 280px;
	margin: 0 20px;
	position: relative;
	left: 2000px;
}
.slide-in-two {
	animation-duration: 0.5s;
	animation-name: slideInTwo;
	animation-fill-mode: forwards;
	animation-direction: normal;
}
@keyframes slideInTwo {
	0% {left: 2000px; transform: rotate(720deg);}
	100% {left: 0;}
}
#bubble-three {
	width: 280px;
	margin: 0 20px;
	position: relative;
	left: 2000px;
}
.slide-in-three {
	animation-duration: 0.5s;
	animation-name: slideInThree;
	animation-fill-mode: forwards;
	animation-direction: normal;
}
@keyframes slideInThree {
	0% {left: 2000px; transform: rotate(720deg);}
	100% {left: 0;}
}
.white-box-700 {
	max-width: 700px;
	margin: 20px auto;
	padding: 20px 20px 0 20px;
	background-color: white;
}
.bubble-container h1 {padding: 0 20px;}
/*** end 3 bubbles section ***/


/*** balls section ***/
#balls {
	max-width: 1330px;
	margin: 30px 6vw 10px 6vw;
}
#balls h1, #balls h2 {
	text-align: center;
	flex: 100%;
}
.container-first {
	display: block;
}
.thirds-container {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}
.third {
	width: 100%;
	max-width: 370px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 auto;
}
.ball {
	width: 96vw;
	max-width: 100%;
	max-height: 370px;
	height: 96vw;
	border-radius: 50%;
	display: inline-block;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	border: 1px solid #bcd8ed;
}
#ball-one {
	background-image: url("../images/shutterstock_126702554_600x556.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
}
#ball-two {
	background-image: url("../images/AdobeStock_226204026_600x375.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}
#ball-three {
	background-image: url("../images/AdobeStock_80096499_550x550.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right top;
}
.ball-text {
	display: inline-block;
	max-width: 370px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	border-top: 3px solid #bcd8ed;
}
.ball-text p {padding-left: 10px;}
.ball-hover {
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: rgba(79,151,209,0.5);
	transition: all 0.5s ease-in-out;
	width: 0;
	height: 0;
	border-radius: 185px;
	z-index: 100;
	display: none;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	color: #fff;
}
/*** end of balls section ***/


h1, h2, h3 {line-height: 1.2;}
h2 a {
	text-decoration: none;
	color: #000;
}
h2 a:hover {
	text-decoration: underline;
}
.dont-break {white-space: nowrap;}
.position-relative {position: relative;}

.text-link a {
	text-decoration: underline inherit solid;
	color: inherit;
	border-top: none;
}
.text-link a:hover {border-top: 6px dotted #bcd8ed;}

.small-print {
	font-size: 13px;
	color: rgba(255,255,255,0.8);
	padding-top: 12px;
}
.small-print a {
	text-decoration: underline;
	color: rgba(255,255,255,0.8);
}

/* funnel stuff */
.funnel {
	min-height: 100%;
	background-attachment: scroll;
	background-image: url("../images/wateryBackground1800x1259Blur.jpg");
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0 20px;
}
.flex-item-align-center {align-items: center;}

.photo-content-with-header {
	background-color: rgba(119,97,154,0.8);
	color: #fff;
	position: relative;
	z-index: 2;
	padding: 80px 20px 20px 20px;
	background-image: url("../images/so50_1550x270W.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center top;
}
.input-text {
	width: 100%;
	margin-bottom: 10px;
	padding: 8px 20px;
	text-align: center;
	font-size: 24px;
}
a.back {
	position: absolute;
	left: 10px;
	top: 22px;
	font-size: 13px;
	font-weight: 300;
	text-decoration: none;
	color: #e5e5e5;
}
.birthdate-box {
	width: 280px;
	margin: 0 auto;
}
.slider {
	width: 100%;
	margin: 0;
	display: block;
}
/*** range sliders ***/
input[type="range"] {
 -webkit-appearance: none;
}
input[type="range"]:focus {
 outline: none;
}
/*** styling the thumb ***/
input[type="range"]::-webkit-slider-runnable-track {
 background: white;
 height: 5px;
}
input[type="range"]::-moz-range-track {
 background: white;
 height: 5px;
}
/*** styling the thumb ***/
input[type="range"]::-webkit-slider-thumb {
 -webkit-appearance: none;
 height: 15px;
 width: 15px;
 background: #4f97d1;
border: 3px solid white;
 margin-top: -5px;
 border-radius: 50%;
}
input[type="range"]::-moz-range-thumb {
 height: 15px;
 width: 15px;
 background: #4f97d1;
border: 3px solid white;
 margin-top: -5px;
 border-radius: 50%;
}
/*** end of range sliders ***/

.readout {
	width: 100%;
	font-size: 30px;
	font-weight: 700;
	display: block;
	padding: 8px 6px 0 6px;
	text-align: center;
}
.choice-bar {
	width: 70%;
	font-size: 24px;
	font-weight: 700;
	display: block;
	margin: 6px auto;
	padding: 10px 20px;
	background-color: #d99d00;
	color: #000;
	border: 2px solid #fff;
	border-radius: 5px;
	cursor: pointer;
}
.choice-bar:hover {background-color: #fcbe00;}
/* end funnel stuff */


/* content page stuff */
#above {
	display: flex;
	flex-wrap: wrap;
	background-image: url("../images/AdobeStock_112129429_886x750.jpg");		
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: contain;
	background-position: center top;
	padding-top: 200px;
}
#below {
	background-color: chartreuse;
}
.flex-item-tall {
	flex: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.column-container {
	max-width: 700px;
	margin: 20px 20px 50px 20px;
}
.column-header {
	border-top: 3px solid #4f97d1;
	background-image: linear-gradient(to right, rgba(119,97,154,0.0), rgba(119,97,154,0.5), rgba(119,97,154,0.7), rgba(119,97,154,0.5), rgba(119,97,154,0.0));
	padding: 20px 15px 10px 15px;
	color: #fff;
}
.text-column {
	background-color: rgba(255,255,255,0.8);
	padding: 15px;
	color: #000;
}
.list-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: left;
}
.white-type {color: white;}
.white-type-shadow {color: white; text-shadow: 0 0 6px #000000;}

.triangle-down {
	width: 0;
	height: 0;
	border-left: 100px solid transparent;
	border-right: 100px solid transparent;
	border-top: 50px solid #d99d00;
	/*background-color: #d99d00;*/
	display: block;
	margin: 0 auto;
	cursor: pointer;
}
.triangle-down:hover {border-top: 50px solid #fcbe00;}



footer.following {
	background-color: rgba(188,216,237,0.8);
	border-top: 2px solid #4f97d1;
	font-weight: 400;
	font-size: 13px;
	padding: 20px;
	text-align: center;
}
footer.following a {
	text-decoration: none;
	color: #333;
	padding: 0 12px 0 8px;
	display: block;
}
footer.following a:hover {
	text-decoration: underline;
}
footer.following .text-column {
	background-color: rgba(188,216,237,0.0);
	padding: 0 15px;
	line-height: 2.0;
}


/***************** survey stuff*******************/
.input-text-survey, .input-select-survey, .input-textarea-survey {
	width: 100%;
	box-sizing: border-box;
	height: 42px;
	margin: 6px auto;
	padding: 0 0 0 10px;
	font-size: 16px;
	line-height: 120%;
	/*text-align: center;*/
	border: 1px solid #CCC;
	border-radius: 0; /* defeating user agent stylesheet 5px */
}
.input-text-survey {padding: 10px;}
.input-textarea-survey {height: 140px;}
.input-select-survey {
	background-color: #fff;
	background-image: url(../images/downArrowBlue60x65.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	/*color: #00499a;*/
}
.check-choice, .radio-choice {display: block; line-height: 2.0;}
input[type=checkbox], input[type=radio] {
  -ms-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -o-transform: scale(1.5);
	transform: scale(1.5);
  padding: 10px;
	margin-right: 6px;
}
/***************** end of survey stuff*******************/


footer.fixed-footer {
	background-color: rgba(188,216,237,0.8);
	border-top: 2px solid #4f97d1;
	font-weight: 400;
	font-size: 13px;
	padding: 4px 20px;
	text-align: center;
	position: fixed;
	right: 0; bottom: 0; left: 0;
}
footer.fixed-footer a {
	text-decoration: none;
	color: black;
	padding: 0 12px 0 8px;
	border-right: 1px solid black;
}
footer.fixed-footer a:last-child {
	border: none;
}
footer.fixed-footer a:hover {
	text-decoration: underline;
}

.gender_wrap {
	border: 2px solid transparent;
	border-radius: 5px;
	padding: 4px;
}

.err {
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	color: #ff0;
	font-weight: bold;
	padding: 0 0 6px 0;
}

/*** media queries ***/

@media screen and (min-width: 800px) {
	body {font-size: 16px;}
	
	.fixed-foto {
		height: 100vh;
		background-attachment: fixed; /* fixed; only fixed at big size */
	}
	
	.flex-item-left, .flex-item-right {flex: 50%;}
	
	/* background photos for big screens*/
	#top, #top .blurry-photo {
		background-image: url("../images/AdobeStock_229122154_gs1800x1557.jpg");
		background-position: 90% top;
	}
	#first, #first .blurry-photo {
		background-image: url("../images/shutterstock_287121881_1800x1274.jpg");
		background-position: 30% top;
	}
	#second, #second .blurry-photo {
		background-image: url("../images/AdobeStock_234877373_gs1800x1044.jpg");
		background-position: 70% top;
	}
	#third, #third .blurry-photo {
		background-image: url("../images/AdobeStock_112129429_1800x1080.jpg");
		background-position: 20% top;
	}
	#fourth, #fourth .blurry-photo {
		background-image: url("../images/AdobeStock_204199264_gs1800x1207.jpg");
		background-position: 80% top;
	}
	
	.blurry-photo {display: block;}
	
	.empty {height: 100%;}
	#top div.flex-item-left {order: 1;}
	#top div.flex-item-right {order: 2;}
	#second div.flex-item-left {order: 1;}
	#second div.flex-item-right {order: 2;}
	#fourth div.flex-item-left {order: 1;}
	#fourth div.flex-item-right {order: 2;}
	
	.form-box {
		min-width: 400px;
		padding: 30px;
	}
	.photo-content {padding: 30px;}
	.icon-white img {width: 260px;}
	
	#top h2 {margin: initial;}
	.radio-gender-container {margin-bottom: 20px;}
	
	.bubble-container {margin: 60px auto;}
	.container-first {
		display: flex;
		flex-direction: column;
	}
	.thirds-container {flex-direction: row;}
	.third {width: 28vw;}
	
	#balls {margin: 40px auto 10px auto;}
	.ball {
		width: 28vw;
		height: 28vw;
	}
	.ball-hover {display: flex;}
	
	.white-box-700 {padding: 30px 30px 0 30px;}
	footer.following {padding: 20px;}
	
	#above {
		background-image: url("../images/AdobeStock_112129429_1800x1080.jpg");
		background-attachment: fixed; /* fixed; only fixed at big size */
		background-size: cover;
	}
	.flex-item-tall {flex: 50%;}
	.column-container {margin: 30px 30px 60px 30px;}
	
	.column-header {padding: 35px 30px 25px 30px;}
	
	.text-column {padding: 30px;}
	
	.list-container {flex-direction: row;}
	
	.funnel {background-attachment: fixed;} /* fixed; only fixed at big size */
	
	footer.following .text-column {
		padding: 30px;
		line-height: 2.0;
	}
}
/***fixing background judder in Safari***/
@media not all and (min-resolution:.001dpcm) {
	@supports (-webkit-appearance:none) and (stroke-color:transparent) {
		.fixed-foto {background-attachment: scroll;}
		.blurry-photo {display: none;}
	}
}




