*, html, body, div, span, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
img, ins, kbd, q, s, samp,
small, strike, strong, 
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #FFFFFF;
	font-family: Lato, sans-serif;
}

header {
	background-color: #102D6E;
	padding: 30px 0px 30px;
	margin-bottom: 80px;
}

#logo { 
	display: block;
	width: 300px;
	height: inherit;
	max-width: 90%;
	margin: 0 5%;
}

p {
	margin-bottom: 5px;
	font-size: 16px;
	color: #102D6E;
}

h2 {
	font-family: Lato, sans-serif;
	letter-spacing: 1px;
	font-size: 40px;
	margin-bottom: 8px;
	color: #102D6E;
	text-align: left;
	text-transform: uppercase;
}

h6 {
	font-size: 12px;
	color: #102D6E;
}

#quote {
	margin: 0 5%;
	max-width: 900px;
}

.pink {
	color: #f4105f;
}

#signup {
	margin: 40px 5% 0px 5%;
	max-width: 850px;
}

#mc_embed_signup form { 
	margin-top: 12px;
}

.mc-field-group { 
	display: inline-block; 
	} 

#mc_embed_signup input.email {
	font-family: Lato, Arial, Helvetica, Verdana, sans-serif; 
	font-size: 16px; 
	font-weight: 400;
	border: solid 1px #102D6E;  
	background-color: #FFFFFF; 
	box-sizing:border-box; 
	height: 44px; 
	padding: 0px 12px; 
	display: inline-block; 
	margin: 0; 
	width: 400px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-appearance: none; 
}

::-webkit-input-placeholder {
	font-weight: 400;
    color:    #999;
}
:-moz-placeholder {
    color:    #999;
}
::-moz-placeholder {
    color:    #999;
}
:-ms-input-placeholder {
    color:    #999;
}

#mc_embed_signup .clear {
	display: inline-block;
} 

#mc_embed_signup .button {
	font-size: 16px; 
	font-weight: 400;
	border: solid 1px #f4105f; 
	letter-spacing: .03em; 
	color: #f4105f; 
	background-color: #FFFFFF; 
	box-sizing:border-box; 
	height: 44px; 
	line-height: 32px; 
	padding: 0 24px; 
	display: inline-block; 
	margin: -1px 0 0 5px; 
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-appearance: none;
	/*transition: all 0.7s ease-in-out 0s;*/
}

#mc_embed_signup .button:hover {
	background-color: #f4105f; 
	cursor:pointer;
	color: #FFFFFF;
}

#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}

@media (max-width: 618px) {
    #mc_embed_signup input.email {width:100%; margin-bottom:10px;}
    #mc_embed_signup .clear {display: block; width: 100% }
    #mc_embed_signup .button {width: 100%; margin:0; }
}

@media screen and (max-width: 750px) {
	h2 {
		font-size: 28px;
	}

	header {
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 450px) {
	h2 {
		font-size: 24px;
	}

	p {
		font-size: 13px;
	}
}