/* MailChimp Form Embed Code - Slim - 08/17/2011 */
#mc_embed_signup form {
	display:block;
	position:relative;
	text-align:left;
	/*padding:10px 0 10px 3%*/
}

/*#mc_embed_signup h2 {
	font-weight:700;
	padding:0;
	margin:15px 0;
	font-size:1.4em
}*/

#mc_embed_signup input {
	float: left;
	border: 2px solid #fff;
	background: transparent;
	border-radius: 10px 0 0 10px;
	margin: 0;
	-webkit-appearance: none;
}

#mc_embed_signup input[type=checkbox] {
	-webkit-appearance:checkbox
}

#mc_embed_signup input[type=radio] {
	-webkit-appearance:radio
}

#mc_embed_signup input:focus {
	border-color:#333
}

#mc_embed_signup .button {
	/*clear:both;*/
	background-color:#fff;
	border:0 none;
	border-radius:4px;
	color:#FFF;
	cursor:pointer;
	/*display:inline-block;*/
	font-size:15px;
	font-weight:700;
	height:32px;
	line-height:32px;
	margin:0;
	padding:0;
	text-align:center;
	text-decoration:none;
	vertical-align:top;
	white-space:nowrap;
	width:90px;
	float: left;
}

/*#mc_embed_signup .button:hover {
	background-color:#777
}*/

#mc_embed_signup .small-meta {
	font-size:11px
}

#mc_embed_signup .nowrap {
	white-space:nowrap
}

#mc_embed_signup .clear {
	clear:none;
	display:inline
}

#mc_embed_signup label {
	display:block;
	font-size:16px;
	padding-bottom:10px;
	font-weight:700
}

#mc_embed_signup input.email {
	display:block;
	
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	padding:8px;
	/*margin:0 4% 10px 0;*/
	margin: 0;
	text-indent:5px;
	width: 190px;
	min-width:130px
}
::-webkit-input-placeholder {
   color: #FFF;
}

:-moz-placeholder { /* Firefox 18- */
   color: #FFF;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #FFF;  
}

:-ms-input-placeholder {  
   color: #FFF;  
}
textarea:focus, input:focus {
    outline: 0;
	border: 2px solid #fff !important;
}

#mc_embed_signup input.button {
	display:block;
	
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #9c9b9b;
	width: 90px;
	height: 33px;
	margin:0 0 10px;
	border-radius: 0 10px 10px 0;
}

#mc_embed_signup div#mce-responses {
	float:left;
	top:-1.4em;
	padding:0 .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:700;
	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
}