html {
	background: #2c3e50;
}
#clouds {
	margin-top: -8em;
	padding: 10.5em 0 4em;
	background: transparent;
}
#site-header {
	position: relative;
	z-index: 9999;
}
.tcea-tagline {
	position: relative;
	z-index: 1;
	margin-bottom: 0;
	font-size: 2.5em;
	font-weight: 300;
	line-height: 1.25;
	color: #f5f8fb;
}
.tcea-quote {
	position: relative;
	z-index: 1;
	font-size: 1.375em;
	font-weight: 300;
	line-height: 1.375;
	color: #e6e6e6;
}
.disabled {
	opacity: 0.25;
}
#signup-top {
	position: relative;
	padding-bottom: 5em;
	background-color: rgb(123,149,140);
	background-image: -moz-linear-gradient(top, rgba(123,149,140,1) 0%, rgba(174,167,157,1) 44%, rgba(140,82,37,1) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(123,149,140,1)), color-stop(44%,rgba(174,167,157,1)), color-stop(100%,rgba(140,82,37,1)));
	background-image: -webkit-linear-gradient(top, rgba(123,149,140,1) 0%,rgba(174,167,157,1) 44%,rgba(140,82,37,1) 100%);
	background-image: -o-linear-gradient(top, rgba(123,149,140,1) 0%,rgba(174,167,157,1) 44%,rgba(140,82,37,1) 100%);
	background-image: -ms-linear-gradient(top, rgba(123,149,140,1) 0%,rgba(174,167,157,1) 44%,rgba(140,82,37,1) 100%);
	background-image: linear-gradient(to bottom, rgba(123,149,140,1) 0%,rgba(174,167,157,1) 44%,rgba(140,82,37,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b958c', endColorstr='#8c5225',GradientType=0 );
}
#signup-top .lazy {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#plans {
	padding: 0;
	text-align: center;
}
#plans .col3 {
	box-sizing: border-box;
}
#plans h2 {
	margin-bottom:1.333333333em;
	font-size:1.125em;
	font-weight: 600;
	line-height:1.333333333;
	text-transform: uppercase;
	color: #fff;
}
#plans img {
	margin-bottom: 1.5em;
}
#plans .col3:nth-child(1) img {
	margin-top: 15px;
}
#plans .col3:nth-child(2) img {
	margin-top: 18px;
}
#plans .col3:nth-child(3) img {
	margin-top: 0;
}
#plans .col3:nth-child(4) img {
	margin-top: 10px;
}
#plans p {
	font-size: 0.875em;
	color: #eee;
}
#plans h4 {
	display: inline-block;
	margin: 0 auto 0.6em;
	padding: 0.375em 0.75em 0.412em;
	background: transparent;
	border: 1px solid #fff;
	border-radius: 2px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	opacity: 0.5;
}
#plans .btn {
	display: inline-block;
	margin: 0 auto 0.6em;
	padding: 0.375em 1.125em 0.412em;
	background: #528fcc;
	border-color: #528fcc;
	font-weight: 600;
	text-transform: none;
	width: 70px;
}
#plans span {
	display: block;
	font-size: 0.875em;
	color: #d8d8d8;
}
#plans span a {
	display: block;
	width: 100%;
	color: #73b2f2;
}
#plans span a:hover {
	text-decoration: underline;
}
#signup-form form {
	margin-bottom: 4.5em;
	padding: 1.5em;
	background: rgba(0,0,0,0.5);
	border-radius: 2px;
	display: inline-block;
   	margin: 0 auto 4.5em;
}
#signup-form input[type="text"],
#signup-form input[type="email"] {
	width: 15.4em;
	margin-right: 0.75em;
	background: #f5f5f5;
	border-color: #f5f5f5;
}
#connect-form textarea {
	width: 100%;
}
#signup-form input[type="text"].error,
#signup-form input[type="email"].error,
#connect-form input[type="email"].error {
	box-shadow: 0 0 0.25em 0.25em #c43c35;
}
#signup-form input[type="submit"] {
	display: inline-block;
	margin: 0 auto 0.6em;
	padding: 0.375em 1.125em 0.412em;
	font-weight: 600;
	border: none;
	text-transform: none;
}
#signup-form form p {
	margin: 0.75em 0 0;
	text-align: center;
	color: #adadad;
}
.modal input[type="email"] {
	width: 100%;
}
.modal .btn-link:hover {
	text-decoration: underline;
	color: #3498db;
}

#signup-button {
	display: inline-block;
	font-weight: 600;
	border: none;
	text-transform: none;
	padding: 7px 24px;
}

#thank-you-page-request-invite .btn, #thank-you-page-signup .btn {
	display: inline-block;
	margin: 0 auto 0.6em;
	padding: 0.375em 1.125em 0.412em;
	font-weight: 600;
	text-transform: none;
	width: 160px;
}

#thank-you-page-request-invite, #thank-you-page-signup {
	padding: 4.5em 0 7.5em;
	text-align: center;
}

#connect-button {
	display: inline-block;
	padding: 0.375em 1.125em 0.412em;
	font-weight: 600;
	text-transform: none;
	margin-bottom: -0.75em;
}
#partnering-area {
	text-align: center;
}
#partnering-area .partnering-call {
	font-size:1.25em;
	line-height:1.2;
	color: #f5f8fb;
}
#partnering-area .partnering-call a {
	color: #80baf5;
}
#partnering-area .partnering-call img {
	position: relative;
	top: 0.375em;
	left: -0.5em;
}
#partnering .modal-dialog {
	max-width: 36em;
}
#partnering-form input {
	width: 100%;
	margin-bottom: 0.75em;
}
#partnering-form textarea {
	width: 100%;
}
#signup-quotes {
	padding: 5em 0 7.5em;
	background: #1d1d1d;
	font-weight: 300;
	text-align: center;
	color: #fff;
}
#signup-quotes h1 {
	margin-bottom: 2.5em;
	font-size: 2.5em;
	line-height: 1.25;
	color: #d8d8d8;
}
#signup-quotes .forbes-quote {
	margin: 0 -22.699386503067483% 1.2em;
	padding: 2.4em;
	border: 1px solid #4d4d4d;
	font-size:1.25em;
	font-style: italic;
	line-height:1.2;
}
#signup-quotes .forbes-quote p {
	color: #999;
}
.signup-thanks-page #signup-top {
	background: url(../img/signup-bg.jpg) center no-repeat;
}
.tcea2015-page {
	height: 100%;
}
#signup-top {
	display: table;
	width: 100%;
	height: 100%;
	padding-bottom: 0;
}
#signup-thank-you-page {
	display: table-cell;
	vertical-align: middle;
	padding: 1.5em 0;
}
#signup-top .thanks-title {
	margin-bottom: 1.25em;
	margin-top: 1.25em;
	font-size: 2.5em;
	font-weight: 300;
	line-height: 1.25;
	color: #f5f8fb;
}
#signup-top .thanks-text {
	margin-bottom: 0;
	font-size:1.125em;
	line-height:1.333333333;
	color: #ffffff;
}
#signup-top .thanks-text a {
	color: #80baf5;
}
#signup-top .note{
	font-size: 1.1em;
    color: #ffffff;
    margin-top: 4em;
    padding: 1em;
	background: rgba(54, 54, 54, 0.8);
}
}
#plans h2.h2-d3d {
	margin: 1em 0 0.5em;
	font-size: 24px;
	line-height: 1;
	color: #e6e6e6;
}
#plans p.p-d3d {
	margin: 0 0 2.25em;
	font-size: 17px;
	color: #e6e6e6;
}
@media screen and (max-width: 1100px) {

	#clouds {
		padding: 10.5em 0 1.5em;
	}
	.col3 {
		position: relative;
		width: 100%;
		margin-bottom: 1.5em;
		padding: 1.5em;
		background: rgba(255,255,255,0.125);
	}
	.buttons-enabled br {
		display: none;
	}
	#signup-form input[type="text"],
	#signup-form input[type="email"],
	#signup-form input[type="submit"] {
		width: 100%;
		margin-bottom: 1.5em;
	}
	#email {
		margin-left: 0 !important;
	}

}

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

	#plans p,
	#plans span {
		font-size: 16px;
	}
	#partnering-area .partnering-call {
		position: relative;
		top: 1.5em;
	}
	#signup-quotes {
		padding: 3em 0;
	}
	#signup-quotes h1 {
		font-size: 2em;
		margin-bottom: 1.25em;
	}
	#signup-quotes .forbes-quote {
		padding: 1.2em;
	}

}
