html, body {
	padding: 0;
	height: 100%;
	width: 100%;
}

html, body {
	/*padding-bottom: 20px !important;*/
}

div#head {
	position: relative;
	min-width: 100%;
	min-height: 100%;
	height: auto;
	background-image: url(../img/indexImage.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-bottom: 3px solid #ff7800;
}

div#logoBox {
	position: absolute;
	bottom: 0;
	height: auto;
	padding: 0 20px;
	width: 100%;
	background-position: bottom;
}

div.grad {
	background-image: url(../img/grad.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 400px;
	position: absolute;
	bottom: 0;
	z-index: 0;
}

div#logoBox img.logo,
div#logoBox img.poweredBy {
	display: block;
	margin: auto;
	width: 90%;
	height: auto;
	max-width: 600px;
}

div#logoBox img.poweredBy {
	max-width: 150px;
	margin-bottom: 20px;
}

div#logoBox h3 {
	width: 100%;
	text-align: center;
	font-size: 2em;
	margin: 20px 0;
	color: #fff;
	opacity: 0.8;
}

div#head div.buttons {
	width: 220px;
	margin: auto;
	padding: 20px 0;
	z-index: 2;
	position: relative;
}

button.indexButton {
	width: 100px;
	height: 40px;
	display: block;
	float: left;
	padding: 0 10px;
	border-radius: 5px;
	background-color: #00c5da;
	border: 0;
	font-weight: 100;
	color: #fff;
	font-size: 1.3em;
}

button.indexButton.soloButton {
	float: none;
	margin: auto;
	display: block;
	position: relative;
	margin-bottom: 20px;
	padding: 20px 40px;
	height: auto;
	width: auto;
}

button.indexButton:hover {
	background-color: #ff7800;
}

button.indexButton:active {
	background-color: #cc6000;
}

button.indexButton.logIn,
button.indexButton.logInSend,
button.indexButton.signUpSend {
	margin-right: 20px;
}

div#inputBox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 307px;
	background-color: #fff;
	display: none;
	z-index: 1000;
	border-bottom: 3px solid #ff7800;
}

div.formBox {
	padding: 20px;
	display: none;
	max-width: 800px;
	margin: auto;
	font-weight: 100;
}

div.formBox label,
div.formBox input {
	width: 100%;
	font-size: 1.2em;
	margin-bottom: 10px;
	display: block;
}

div.formBox input {
	margin-bottom: 20px;
	border: 0;
	border-bottom: 3px solid #5a5a5a;
	padding: 10px;
	border-radius: 0;
	background-color: #f1f1f1;
}

div.formBox input.logIn {
	text-align: center;
}

div.formBox input:focus {
	background-color: #dafbff;
}

div.formBox h3 {
	margin: 0 0 20px 0;
	text-align: center;
	font-size: 1.5em;
	font-weight: 100;
}

div#loginSpinner {
	height: 40px;
	width: 40px;
	float: left;
	margin-left: 20px;
}

div.loginError {
	float: left;
	padding-top: 15px;
	display: none;
}

div.loginError p.error {
	text-align: center;
	color: #cd5648;
	font-weight: 700;
}

p.loggedIn {
	padding: 10px;
	border-radius: 5px;
	width: 100%;
	max-width: 400px;
	background-color: #fff;
	text-align: center;
}

p.loggedIn a {
	color: #5a5a5a;
	font-weight: 100;
	border-radius: 5px;
	width: calc(50% - 5px);
	display: block;
	float: left;
	background-color: #abdbe1;
	text-decoration: none;
	text-align: center;
	padding: 10px;
	margin-top: 5px;
}

p.loggedIn a:first-of-type {
	margin-right: 10px;
}

p.loggedIn a:hover {
	background-color: #00c5da;
	color: #fff;
	cursor: pointer;
}

div.iforgot {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 50px 10px 10px 10px;
	width: 100%;
	max-width: 700px;
	border-radius: 5px;
	position: relative;
	margin: auto;
	top: 20px;
}

div.iforgot h3 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #00c5da;
	color: #fff;
	border-bottom: 2px solid #ff7800;
	padding: 10px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

video#nurturePromo {
	width: 95%;
	height: auto;
	max-width: 950px;
	display: block;
	position: relative;
	margin: 10px auto 40px auto;
	border-radius: 5px;
	border: 10px solid #abdbe1;
}

div.iforgot p,
div.iforgot label,
div.iforgot input {
	margin-bottom: 10px;
	display: block;
}

div.iforgot input {
	width: 100%;
	max-width: 600px;
	border: 1px solid #5a5a5a;
	border-radius: 5px;
	padding: 5px 10px;
	font-size: 1.3em;
}

button.indexButton.iforgot {
	float: none;
}

div.errorBox,
div.successBox {
	margin-bottom: 10px;
	border: 3px solid #d66565;
	border-radius: 5px;
	background-color: #f6dede;
	padding: 10px;
}

div.errorBox p,
div.successBox p {
	font-weight: 700;
	font-size: 1.1em;
	color: #d66565;
	text-align: center;
	margin-bottom: 0;
}

div.successBox {
	border-color: #5abf5a;
	background-color: #dbf1db;
	margin-bottom: 0;
}

div.successBox p {
	color: #5abf5a;
}

div.wordWrap {
	min-height: 200px;
	width: 100%;
	width: calc(100% - 40px);
	max-width: 1360px;
	margin: auto;
	margin-bottom: 20px;
	background-color: #fff;
	padding: 40px 0 0 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

div.wordWrap h2 {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 30px;
	font-size: 2em;
}

div.wordWrap h2:first-of-type {
	margin-top: 20px;
}

div.wordWrap p,
div.wordWrap li {
	max-width: 80%;
	margin: auto;
	margin-bottom: 30px;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	font-weight: 100;
}

div.wordWrap ol {
	width: 60%;
	margin: auto;
	display: block;
	position: relative;
	margin-bottom: 40px;
}

div.wordWrap li {
	text-align: left;
	margin-bottom: 0;
}

div.wordWrap img {
	/*border: 1px solid #5a5a5a;*/
	border-radius: 5px;
	height: auto;
	width: auto;
	max-width: 80%;
	margin: 0 auto 40px auto;
	display: block;
}

div.wordWrap a {
	color: #00c5da;
}

div.browsers {
	width: 100%;
	margin: 40px 0;
}

div.wordWrap div.browsers a img.browserImage {
	width: 14%;
	margin: 20px 1.33333333%;
	display: inline;
	height: auto;
	float: left;
	border: 0;
	transition: -webkit-filter 0.2s linear, filter 0.2s linear;
	-webkit-transition: -webkit-filter 0.2s linear;
}

div.browsers:hover a img.browserImage {
	filter: blur(3px) grayscale(100%);
	-webkit-filter: blur(3px) grayscale(100%);
}

div.browsers:hover a img.browserImage:hover {
	filter: blur(0px) grayscale(0%);
	-webkit-filter: blur(0px) grayscale(0%);
}

div.wordWrap div.browsers a {
	border: 0;
}

div.wordWrap ul {
	display: block;
	width: auto;
	margin: auto;
	max-width: 80%;
	text-align: center;
}

div.wordWrap ul li {
	text-align: center;
	list-style: none;
	font-weight: 700;
}

div.contrastStrip {
	padding: 20px;
	background-color: #00c5da;
	margin-bottom: 20px;
}

div.contrastStrip:nth-last-child(2) {
	margin-bottom: 0;
}

div.contrastStrip p,
div.contrastStrip p span.bold,
div.contrastStrip a,
div.contrastStrip h2,
div.contrastStrip * {
	color: #fff;
}

div.contrastStrip a {
	font-weight: 700;
}

div.wordWrap img.ig {
	width: 100%;
	height: auto;
	max-width: 1100px;
}

div.footer {
	height: 100px;
	padding: 20px;
}

div.footer img {
	height: 60px;
	width: auto;
	float: left;
}

div.footer p {
	float: right;
	text-align: right;
	color: #b2bac2;
	font-size: 0.8em;
	line-height: 1.3em;
}

div.socialMediaIcons {
	width: 100%;
	height: auto;
	max-width: 330px;
	position: relative;
	margin: auto;
}

div.socialMediaIcons a {
	width: 60px;
	height: 60px;
	margin-right: 30px;
	float: left;
	border: 0;
}

div.socialMediaIcons a:last-child {
	margin-right: 0;
}

div.socialMediaIcons img.smIcon {
	height: 100%;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	transition: -webkit-filter 0.2s linear, filter 0.2s linear;
	-webkit-transition: -webkit-filter 0.2s linear;
	border: 0;
}

div.socialMediaIcons:hover a img.smIcon {
	filter: blur(3px);
	-webkit-filter: blur(3px);
}

div.socialMediaIcons a img.smIcon:hover {
	filter: blur(0px);
	-webkit-filter: blur(0px);
}

/* Media Queries */

@media screen and (max-width: 1024px) {

}

@media screen and (max-width: 800px) {

}

@media screen and (orientation: landscape) and (max-width: 740px) {

	div#logoBox img.logo {
		max-width: 350px;
	}

}

@media screen and (max-height: 768px) {
	
}

@media screen and (orientation: portrait) and (max-width: 570px) {

	div#head {
		background-position: -120px center;
	}

	div#logoBox h3 {
		font-size: 1.5em;
	}

	div#logoBox img.poweredBy {
		max-width: 100px;
		height: auto;
		margin-bottom: 20px;
	}

	div.loginError {
		background-color: #fff;
		padding: 10px;
		border-bottom: 3px solid #ff7800;
		width: calc(100% + 40px);
		margin-left: -20px;
	}

	div.wordWrap ul li {
		margin-bottom: 30px;
		font-size: 1.1em;
	}

}

@media screen and (orientation: landscape) and (max-width: 570px) {

	div#logoBox h3 {
		font-size: 1.5em;
	}

	div#logoBox img.poweredBy {
		max-width: 100px;
		height: auto;
		margin-bottom: 20px;
	}

}

@media screen and (max-width: 375px) {

}










