html {
	font-family: 'Avenir LT W01_45 Book1475508';
}

a, a:visited, a:active {
	color: #ffffff;
}

.gradient-bg {
	background-image: url('/wp-content/themes/tripod/landing-page/img/bi-landing-page-bg.png');
	background-repeat: repeat-x;
	background-color: #fa989a;
	text-align: center;
	padding-bottom: 40px;
}

.logo-image-container {
	margin-bottom: 3em;
}

.logo-image-container img {
	max-width: 100%;
	height: auto;
}

.text-container {
	text-align: center;
	max-width: 520px;
	padding: 90px 10px 0px 10px;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
}

.text-container p {
	text-align: left;
	padding: 0px 10px;
	font-size: 0.95em;
	text-align: justify;
	margin-top: 1.5em;
}

.email-collection-container {
	background-color: #f6cb38;
	padding: 2.5em 0px 15px 0px;
	text-align: center;
	color: #ffffff;
}

.email-collection-form {
	text-align: center;
	max-width: 520px;
	padding: 0px 10px;
	margin-left: auto;
	margin-right: auto;
}

#post-signup {
	display: none;
}

.big-text {
	font-size: 3em;
	text-align: center;
	text-transform: uppercase;
}

.email-collection-form p {
	font-size: 0.95em;
}

.email-input-wrapper {
	width: 70%;
	float: left;
}

.submit-button-wrapper {
	width: 27%;
	float: right;
}

.newsletter-form-wrapper {
	margin-top: 1.75em;
}

.submit-button-wrapper button {
	width: 100%;
    height: 40px;
    background-color: #dcbee1;
    color: #000000;
    text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
    border: 0px;
    padding: 0px;
    margin: 0px;
}

.email-address-input {
	width: 100%;
	color: #000000;
	border: 2px solid #000000;
	height: 35px;
	background-color: transparent;
	padding-left: 3px;
}

.email-address-input::-webkit-input-placeholder { 
    color: #ffffff; text-overflow: ellipsis; 
}

.email-address-input:-moz-placeholder { 
    color: #ffffff !important; text-overflow: ellipsis; 
    opacity:  1;
}

.email-address-input::-moz-placeholder { 
    color: #ffffff !important; text-overflow: ellipsis; 
    opacity:  1;
}

.email-address-input:-ms-input-placeholder { 
    color: #ffffff !important; text-overflow: ellipsis; 
}

.email-address-input:placeholder-shown {
	color: #ffffff
}

.clearfix {
	clear: both;
}

.continue-link {
	text-align: center;
	color: #000000;
	margin: 3.5em 0 0.25em 0;
	font-size: 0.75em;
}

.continue-link a, .continue-link a:visited, .continue-link a:active {
	color: #000000;
	text-decoration: none;
}

#post-signup p {
	font-size: 1.1em;
	color: #000000;
}

@media screen and (max-width: 736px) {
	.big-text {
		font-size: 1.7em;
		text-align: center;
		text-transform: uppercase;
	}

	.email-address-input {
		width: 95%;
	}

	.submit-button-wrapper {
		padding-top: 3px;
	}
}