body, input, textarea, select, form label {
	color: black;
	font-size: 17px;
}
strong, b {
	color: black;
	font-weight: bold;
}
h1 {
	font-size: 2em;
	line-height: 1.2em;
	color: black;
}

h2 {
	margin-bottom: 0.5em;
	color: black;
}

h3 {
	color:black;
}

h4 {
	font-weight: bold;
	font-size: 1.05em;
	margin-bottom: 0.5em;
	color: black;
}
h5 {
	font-weight: bold;
	color:black;
}

.feature a {
	text-decoration: none;
}

.separator {
	border-top: 1px solid #E6E6E6;
	width: 80%;
	margin: 2em auto;
}

#header-wrapper {
	background-image: url("/responsive/css/images/overlay.png"), url("/responsive/css/images/header.svg"), -moz-linear-gradient(75deg, #1d1720 15%, #195860 55%);
	background-image: url("/responsive/css/images/overlay.png"), url("/responsive/css/images/header.svg"), -webkit-linear-gradient(75deg, #1d1720 15%, #195860 55%);
	background-image: url("/responsive/css/images/overlay.png"), url("/responsive/css/images/header.svg"), -ms-linear-gradient(75deg, #1d1720 15%, #195860 55%);
	background-image: url("/responsive/css/images/overlay.png"), url("/responsive/css/images/header.svg"), linear-gradient(75deg, #1d1720 15%, #195860 55%);
	background-color: #195860;
}

.image.featured {
	margin-bottom: 1em;
}

.fineprint {
	font-size: 0.8em;
	color: #808080; 
}

input[type="button"], input[type="submit"], input[type="reset"], button, .button {
	color: #fff;
	background-color: #3275c1;
}

strong > a {
	font-weight: inherit;
}

.hidden { display:none; }

.whitebox {
	max-width:700px;
	padding:30px 30px 30px 30px;
	margin:0 auto;
	text-align:left;
	background-color:white;
	color: black;
	border-radius: 20px;
}
.whitebox .container {
	width: 640px;
}

.modal {
	position: fixed;
	margin: 0 auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 9999;
	display: none;
}

.playerbox {
	position: absolute;
	margin: 0 auto;
	top: 50%;
	bottom: auto;
	margin-top: -222px;
	max-width: 640px;
	left: 0;
	right: 0;
	box-shadow: 8px 8px 0px rgba(0,0,0,0.6);
	overflow: visible;
}

.playerbox .controls {
	margin: 0 auto 0 auto;
	max-width: 640px;
	line-height: 45px;
	position: relative;
}

.playerbox select {
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 45px;
	height: 45px;
	padding: 0 10px;
}

.playerbox .close {
	position: absolute;
	right: 0;
	bottom: 0;
	text-transform: uppercase;
	font-size: 18px;
	cursor: pointer;
	color: #fff;
}

.playerbox iframe {
	margin: 0 auto;
	max-width: 640px;
	max-height: 480px;	
}
.transparent20 {
    background: linear-gradient(transparent 20%, white 20%, white 20%, white 20%, white 20%);
}
.videoWrapper {
	margin: 0 auto;
	position: relative;
}
.videoWrapper > div {
	height: 0;
	padding-bottom: 75%; /* 640x480 */
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mergeup-large {
	padding-top:0;
	margin-top:-150px;
}
@media screen and (max-width: 1280px) {
	.mergeup-large {
		margin-top:0px;
	}
}

/* Apps page */
.apps .topline .button {
	padding: 0.32em 0.8em;
	margin: 0.2em 0;
	border: 0;
	font-size: 0.7em;
	color: #42474c;
	background-color: #fff;
}

.topline .button {
	color: #42474c;
	background-color: #fff;
}
.videoWrapper {
	padding: 0 5% 0 5%;
}
.videoWrapper > div {
}
html {
	overflow-y:scroll;
}
.hero {
	background-color:#0c3559;
	background-image:url(/your-life-before-birth-video/images/bkg-461879.jpg);
	background-size: 200%;
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
}
.topline {
	padding: 0 30px 50px 30px;
}
.indent {
	padding-left: 5%;
}

b { font-weight: bold; color:black; }

/* Footnote Stuff */
.footnote {	font-weight: bold; line-height:1em; }
.footnote { vertical-align: 30%; font-size: 0.7em; }
.footnotes {font-size: 0.93em; }
.footnotes td {vertical-align:top}

@media screen and (max-width: 820px) {
	.videoWrapper {
		padding: 0;
	}
}

@media screen and (max-width: 480px) {
	.apps .topline .button {
		padding: 0.6em 0.8em;
		margin: 0;
	}
}

@media screen and (max-height: 525px) {
	.playerbox {
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		height: auto;
		margin-top: 45px;
		height: auto;
	}
	.videoWrapper {
		height: 100%;
		max-width: none;
	}
}

#header-wrapper {
	padding: 0 0 0 0;
}
#logo {
	position:relative;
}
#logo a {
	display: inline;
	line-height: 2em;
}
#logo img {
	display: inline-block;
	vertical-align: middle;
	margin: 5px;
}
