html {
    width:100%;
    min-height: 100%;
    margin: 0 auto;
}
body {
    color: #333333;
    font: 14px Arial, sans-serif;
    background-color: transparent;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
h1 {
    color: #000;
    font:700 22px Arial, sans-serif;
    letter-spacing: -0.05em;
}
h2 {
    color: #000;
    font:700 18px Arial, sans-serif;
}
h3 {
    color: #000;
    font: 20px Arial, sans-serif;
}
h4 {
    color: #666;
    font: 20px Arial, sans-serif;
}
h5, label {
    color: #333333;
    font:700 14px Arial, sans-serif;
    margin: 0;
    padding-bottom:5px;
}
h6 {
    color: #000;
    font: 10px Arial, sans-serif;
	text-transform: none;
}
p, table {
    color: #333333;
    font: 14px/1.5 Arial, sans-serif;
}
a {
    color: #e32835;
    -webkit-transition: all 250ms ease-in-out;
       -moz-transition: all 250ms ease-in-out;
        -ms-transition: all 250ms ease-in-out;
         -o-transition: all 250ms ease-in-out;
            transition: all 250ms ease-in-out;
}
a:hover, a:visited, a:focus {
    color: #ff4a4b;
}
a:focus {
	color: #ff4a4b;
    outline:none;
}
.clearFix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;	
}
* html .clearFix {
	height: 1%;
}
.clearFix {
	min-height: 1px;
}
/*////////////////////////////////////////////////*/
header {
	background: #fff;
	padding: 2% 0;
}
.container-fluid {
	width:100%;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
}
.row-fluid {
	width: 90%;
	max-width: 780px;
	margin: 0 auto;
	text-align: left;
}
	#intro {
		padding: 20px 0;
	}
#logo img {
	width: 70%;
}
#newsletter-wrap {
	background: #f5f5f5;
	border: 1px solid #e3e3e3;
	text-align: center;
	padding: 20px 0;
	margin: 20px auto;
}
label.error {
	color:#2194b1;
}
.submit-button {
    padding-top: 20px;
}
.submit-button button,
.btn-primary:focus {
	width: 100%;
	border-radius: 0px;
	background:#e32835;
	box-shadow: none;
    -webkit-transition: all 250ms ease-in-out;
       -moz-transition: all 250ms ease-in-out;
        -ms-transition: all 250ms ease-in-out;
         -o-transition: all 250ms ease-in-out;
            transition: all 250ms ease-in-out;
}
	.submit-button button:hover {
		background: #e32835;
		opacity: 0.8;
	}
footer {
	margin-bottom: 30px;
}