/*
 * Copyright (c) Poly Forest, LLC 2018.
 */

/* MailChimp Form Embed Code - Classic - 12/17/2015 v10.7 */
.embed_signup form {display:block; position:relative; text-align:left; padding:10px 0 10px 3%}
.embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;}
.embed_signup input {border: 1px solid #ABB0B2; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
.embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
.embed_signup input[type=radio]{-webkit-appearance:radio;}
.embed_signup input:focus {border-color:#333;}
.embed_signup .button {clear:both; background-color: #aaa; border: 0 none; border-radius:4px; transition: all 0.23s ease-in-out 0s; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:15px; font-weight: normal; height: 32px; line-height: 32px; margin: 0 5px 10px 0; padding: 0 22px; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;}
.embed_signup .button:hover {background-color:#777;}
.embed_signup .small-meta {font-size: 11px;}
.embed_signup .nowrap {white-space:nowrap;}

.embed_signup .field-group {clear:left; position:relative; width:96%; padding-bottom:3%; min-height:50px;}
.embed_signup .size1of2 {clear:none; float:left; display:inline-block; width:46%; margin-right:4%;}
* html .embed_signup .size1of2 {margin-right:2%; /* Fix for IE6 double margins. */}
.embed_signup .field-group label {display:block; margin-bottom:3px;}
.embed_signup .field-group input {display:block; width:100%; padding:8px 0; text-indent:2%;}
.embed_signup .field-group select {display:inline-block; width:99%; padding:5px 0; margin-bottom:2px;}

.embed_signup .datefield, .embed_signup .phonefield-us{padding:5px 0;}
.embed_signup .datefield input, .embed_signup .phonefield-us input{display:inline; width:60px; margin:0 2px; letter-spacing:1px; text-align:center; padding:5px 0 2px 0;}
.embed_signup .phonefield-us .phonearea input, .embed_signup .phonefield-us .phonedetail1 input{width:40px;}
.embed_signup .datefield .monthfield input, .embed_signup .datefield .dayfield input{width:30px;}
.embed_signup .datefield label, .embed_signup .phonefield-us label{display:none;}

.embed_signup .indicates-required {text-align:right; font-size:11px; margin-right:4%;}
.embed_signup .asterisk {color:#e85c41; font-size:150%; font-weight:normal; position:relative; top:5px;}
.embed_signup .clear {clear:both;}

.embed_signup .field-group.input-group ul {margin:0; padding:5px 0; list-style:none;}
.embed_signup .field-group.input-group ul li {display:block; padding:3px 0; margin:0;}
.embed_signup .field-group.input-group label {display:inline;}
.embed_signup .field-group.input-group input {display:inline; width:auto; border:none;}

.embed_signup div.responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%; margin: 0 5%; clear: both;}
.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%;}
.error-response {
	color: #e0514c;
}
.success-response {
	color:#529214;
}
.embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}

.embedded-subscribe {clear:both; width:auto; display:block; margin:1em 0 1em 5%;}
.embed_signup #num-subscribers {font-size:1.1em;}
.embed_signup #num-subscribers span {padding:.5em; border:1px solid #ccc; margin-right:.5em; font-weight:bold;}

.embed_signup .embedded-subscribe-form div.inline_error {display:inline-block; margin:2px 0 1em 0; padding:5px 10px; background-color:rgba(255,255,255,0.85); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font-size:14px; font-weight:normal; z-index:1; color:#e85c41;}
.embed_signup .embedded-subscribe-form input.inline_error {border:2px solid #e85c41;}


/* -- */

.embed_signup {
	clear: left;
	font-size: 18px;
}

.embed_signup form {
	padding: 0;
}

.embed_signup .embedded-subscribe-form div.inline_error {
	background-color: rgba(24, 27, 29, 0.7)
}

.embed_signup .button {
	background-color: #a15e26;
}

.embed_signup .button:hover {
	background-color: #d07a32;
}