a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block }
body { line-height: 1 }
blockquote, q { quotes: none }
blockquote:after, blockquote:before, q:after, q:before {
	content: '';
	content: none
}
.topnav ul > li { margin: 0; }
body {
	background: #fff;
	font: 14px/24px "Varela Round", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	font-weight: 300
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Roboto Slab", "Varela Round", Arial, san-serif;
	font-weight: 400
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit }
h1 {
	font-size: 46px;
	line-height: 52px;
	margin-bottom: 14px
}
h2 {
	font-size: 32px;
	line-height: 42px;
	margin-bottom: 10px
}
h3 {
	font-size: 28px;
	line-height: 34px;
	margin-bottom: 8px
}
h4 {
	font-size: 21px;
	line-height: 30px;
	margin-bottom: 4px
}
h5 {
	font-size: 17px;
	line-height: 24px;
	margin-bottom: 4px
}
h6 {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 4px
}
.subheader {
	font-size: 16px;
	line-height: 24px
}
p { margin: 0 0 20px }
p img { margin: 0 }
p.lead {
	font-size: 21px;
	line-height: 27px;
	color: #777
}
em {
	font-style: italic;
	font-family: "Times New Roman", "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif
}
strong { font-weight: 700 }
.small, small { font-size: 80% }
blockquote, blockquote p {
	font-size: 22px;
	line-height: 30px;
	color: #333;
	font-family: "Roboto Slab", "Times New Roman", "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif
}
blockquote {
	margin: 10px 0 30px;
	padding: 5px 20px 10px 40px;
	border-left: 3px solid #00a25e
}
blockquote cite {
	display: block;
	font-size: 12px;
	color: #555
}
blockquote cite:before { content: "\2014 \0020" }
blockquote cite a, blockquote cite a:visited { color: #555 }
hr {
	border: solid #e9e9e9;
	border-width: 1px 0 0;
	clear: both;
	margin: 40px 0 30px;
	height: 0
}
a {
	color: #00a25e;
	text-decoration: underline;
	outline: 0
}
a:hover { color: #00bf6c }
p a, p a:visited { line-height: inherit }
ol, ul { margin-bottom: 20px }
ul { list-style: none }
ol { list-style: decimal }
ol, ul.circle, ul.disc, ul.square { margin-left: 30px }
ul.square { list-style: square }
ul.circle { list-style: circle }
ul.disc { list-style: disc }
ol ol, ol ul, ul ol, ul ul {
	margin: 4px 0 5px 30px;
	font-size: 90%
}
ol ol li, ol ul li, ul ol li, ul ul li { margin-bottom: 6px }
li {
	line-height: 18px;
	margin-bottom: 12px
}
li p, ul.large li { line-height: 21px }
img, img.scale-with-grid {
	max-width: 100%;
	height: auto
}
img[style="float: left;"] {
	margin: 10px 30px 20px 0;
	float: left
}
img[style="float: right;"] {
	margin: 10px 0 20px 30px;
	float: right
}
.img-caption {
	position: relative;
	margin-bottom: 20px
}
.img-caption div.caption {
	position: absolute;
	right: -220px;
	top: 0;
	width: 200px
}
.img-caption div.caption p {
	font-size: 11px;
	line-height: 16px;
	margin-top: 5px;
	color: #888
}
table {
	width: 100%;
	margin: 1em 0;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	border-right: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	word-wrap: break-word;
	-ms-word-wrap: break-word
}
table td, table th {
	padding: 8px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee
}
table tfoot th, table thead th {
	vertical-align: bottom;
	background-color: #f1f1f1;
	color: #333
}
table caption {
	padding: 8px;
	font-weight: 400;
	font-style: normal;
	border-bottom: 0
}
.button, button, input[type=submit], input[type=reset], input[type=button] {
	background: #333;
	border: 1px solid #222;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	margin-bottom: 20px;
	line-height: normal;
	padding: 9px 18px;
	outline: 0;
	text-transform: uppercase;
	font-size: 12px;
	font-family: "Varela Round", Arial, Sans-serif;
	font-weight: 400
}
.button:hover, button:hover, input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {
	color: #fff;
	background: #222;
	border: 1px solid #111
}
.button:active, button:active, input[type=submit]:active, input[type=reset]:active, input[type=button]:active {
	border: 1px solid #222;
	background: #222;
	box-shadow: 0 0 3px rgba(0,0,0,.2)
}
.button.full-width, button.full-width, input[type=submit].full-width, input[type=reset].full-width, input[type=button].full-width {
	width: 100%;
	padding-left: 0!important;
	padding-right: 0!important;
	text-align: center
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0
}
input[type=disabled] {
	background: #eee;
	color: #aaa;
	border: 1px solid #bbb;
	pointer-events: none
}
a.sec-button, input.sec-button {
	background: #fffabf;
	color: #6b6517;
	border: 1px solid #e2dc7f!important
}
a.sec-button:hover, input.sec-button:hover {
	background: #fffbd8;
	color: #6b6517;
	border: 1px solid #e2dc7f!important
}
a.big-button, input.big-button {
	padding: 14px 22px;
	font-size: 14px
}
a.small-button, input.small-button { padding: 3px 10px }
a.naked-button, a.naked-button:hover, input.naked-button, input.naked-button:hover {
	background: 0 0!important;
	border: 1px solid #00a25e!important;
	color: #00a25e!important
}
a.naked-button:hover,  input.naked-button:hover { background: #00ad62 !important; color: #fff !important; }
a.cta-button, input.cta-button {
	background: #00a25e;
	color: #fff;
	border: 1px solid #00894e;
	box-shadow: inset 0 -5px 8px rgba(255,255,255,.06)
}
a.cta-button:hover, input.cta-button:hover {
	background: #00ad62;
	color: #fff;
	border: 1px solid #00894e
}
a.full-button, input.full-button {
	width: 100%;
	text-align: center
}
a.a-link { text-decoration: none }
a.arrow-right:after {
	content: "\e001";
	font-family: Flaticon;
	margin-left: 5px;
	font-size: 15px;
	margin-top: -2px;
	line-height: 0
}
a.arrow-left:before {
	content: "\e002";
	font-family: Flaticon;
	margin-right: 5px;
	font-size: 15px;
	margin-top: -2px;
	line-height: 0
}
a.fb-button {
	text-align: left;
	line-height: 22px;
	position: relative;
	padding-left: 45px
}
a.fb-button img {
	position: absolute;
	left: 10px;
	top: 10px
}
a.naked-button.white-button {
	border-color: rgba(255,255,255,.3)!important;
	color: #fff!important
}


fieldset, form { margin-bottom: 20px }
input[type=text], input[type=password], input[type=email], select, textarea {
	border: 1px solid #ccc;
	padding: 6px 4px;
	outline: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #777;
	margin: 0 0 20px;
	width: 210px;
	max-width: 100%;
	display: block;
	background: #fff;
	font-family: "Varela Round", Arial, Sans-serif
}
select { display: inline }
input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, select:focus, textarea:focus {
	border: 1px solid #aaa;
	color: #444;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-shadow: 0 0 3px rgba(0,0,0,.2)
}
textarea {
	min-height: 60px;
	min-width: 300px
}
label, legend {
	display: block;
	font-weight: 700
}
input[type=checkbox] { display: inline }
label span, legend span {
	font-weight: 400;
	font-size: 13px;
	color: #444
}
.remove-bottom { margin-bottom: 0!important }
.half-bottom { margin-bottom: 10px!important }
.add-bottom { margin-bottom: 20px!important }
.container:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.clearfix:after, .clearfix:before, .row:after, .row:before {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0
}
.clearfix:after, .row:after { clear: both }
.clearfix, .row { zoom: 1 }
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0
}

.mc-signup-form { background:#2d2d2d; padding:28px 0; text-align:center; }

#mc_embed_signup { font-size:0; }
#mc_embed_signup form { margin:0; }
#mc_embed_signup label,
#mc_embed_signup input { color:#fff; display:inline-block; font-size:14px; margin:0; padding:12px 14px; }
#mc_embed_signup label { font-weight:300; margin:0 10px 0 0; padding:0; }
#mc_embed_signup input { background:#323232; border:1px #575757 solid; width:284px; }
#mc_embed_signup input#mc-embedded-subscribe { background:#00a25e; border:0; margin:0 0 0 11px; width:auto; }

@media only screen and (max-width: 700px) {
	#mc_embed_signup label { display:block; margin:0 0 10px 0; }		
}

@media only screen and (max-width: 540px) {
	#mc_embed_signup input,
	#mc_embed_signup input#mc-embedded-subscribe { display:block; margin:0 0 10px 0; text-align:center; width:100%; }
	#mc_embed_signup input#mc-embedded-subscribe { margin:0; }		
}
