/* MailChimp Form Embed Code - Slim - 08/17/2011 */

/* --------------------------------------------------------
	RESETS
   -------------------------------------------------------- */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, img, strong, b, u, i, ol, ul, li, form, label, table, caption, article, aside, canvas, footer, header, hgroup, menu, nav, output, section, time, audio, video {
	margin: 0;
	padding: 0;
	border: none;
}
a {
	color: #107fc9;
}
.subscribewrap {
	width: 275px;
	overflow: hidden;
	display: block;
	border: 1px solid #CCC;
	background: #fff;
	position: relative;
	box-sizing: border-box;
}
.subscribe-tile {
	position: absolute;
	top: 0;
	right: 0;
}
#mc_embed_signup form {
	display: block;
	position: relative;
	text-align: left;
}
#mc_embed_signup form h1 {
	font-family: 'Lato', Arial, Tahoma, sans-serif;
	font-weight: lighter;
	font-size: 12px;
	color: #606060;
	margin: 8px 0 2px 0;
	padding: 0;
	line-height: 18px;
}
#mc_embed_signup form p {
	font-family: 'Roboto', Arial, Tahoma, sans-serif;
	color: #666;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 16px;
}
#mc_embed_signup h2 {
	font-weight: bold;
	padding: 0;
	margin: 15px 0;
	font-size: 1.4em;
}
#mc_embed_signup input {
	border: 1px solid #DBDBDB;
	-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:1px solid #DBDBDB;
}
#mc_embed_signup .button {
	clear: both;
	background-color: #aaa;
	border: 0 none;
	border-radius: 4px;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	margin: 0 5px 10px 0;
	padding: 0;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	white-space: nowrap;
	width: auto;
}
#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;
	float: left;
}
#mc_embed_signup label {
	display: block;
	font-size: 14px/18px;
	padding: 0 10px 10px;
	font-weight: bold;
}
#mc_embed_signup input.email {
	float: left;
	padding: 10px 0;
	margin: 0 0 15px 10px;
	text-indent: 8px;
	width: 50%;
	min-width: 160px;
	border-radius: 2px 0px 0px 2px;
	-webkit-border-radius: 2px 0px 0px 2px;
	-moz-border-radius: 2px 0px 0px 2px;
	font: normal 15px/20px 'Lato', Arial, Tahoma, sans-serif;
}
#mc_embed_signup input.button {
	padding: 0;
	border: 0;
	margin: 0;
	font: normal 15px/18px 'Lato', Arial, Tahoma, sans-serif;
	font-weight: 600;
	color: #FFF;
	border-radius: 0px 2px 2px 0;
	-webkit-border-radius: 0px 2px 2px 0;
	-moz-border-radius: 0px 2px 2px 0;
	cursor: pointer;
	background: #4a4a4a;
	width: 24%;
	min-width: 90px;
	float: left;
	height: 41.5px;
}
#mc_embed_signup input.button:hover {
	background: #bb0000;
}
#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: 75%;
}
#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;
}
.alert-logo {
	text-align: center;
	margin-left: 10px;
	margin-top: 6px;
	display: block;
}
.term-col {
	display: block;
	overflow: hidden;
	background: #efefed;
	padding: 10px 0;
	clear: both;
	border-top: 1px solid #e5e5e2;
}
.term-col .terms-desc {
	float: left;
	font: normal 10px/12px 'Roboto', Arial, Tahoma, sans-serif;
	color: #777;
	width: 90%;
	margin-left: 6px;
}
.term-col .viewsample {
	float: left;
	font: normal 10px/12px 'Roboto', Arial, Tahoma, sans-serif;
	color: #777;
	width: 20%;
	margin-top: 6px;
	text-align: center;
}
.term-col .terms-desc a {
	font-weight: bold;
	text-decoration: underline;
}
.term-col .viewsample a {
	font-weight: normal;
	text-decoration: none;
}
	
/* --------------------------------------------------------
	EMAIL INPUT PLACEHOLDER - To hide text on mouseover
   -------------------------------------------------------- */
	
input:focus::-webkit-input-placeholder {
color:transparent;
}
input:focus:-moz-placeholder {
color:transparent;
} /* FF 4-18 */
input:focus::-moz-placeholder {
color:transparent;
} /* FF 19+ */
input:focus:-ms-input-placeholder {
color:transparent;
} /* IE 10+ */

input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus {
	box-shadow: inset 0 0 2px #efefe3;
	outline: none !important;
}