@charset "UTF-8";
/*------------------------------------------------------------------
[Master Stylesheet]

	Project:    	**Project Name**
	Version:    	**0.1

-------------------------------------------------------------------*/


/* Stylesheet Reset */
	@import "reset.css";

/* ==================================================================
1.0 Body Styles
================================================================== */

body	{
	margin: 0;
	padding: 0;
	background-color: #dcddde;
	font-family: "proxima-nova", Helvetica, Arial, Geneva, sans-serif;
	font-size: 18px;
	line-height: 1.6;
	text-align: left;
	}

h1	{
	margin-top: 30px;
	font-size: 2.4em;
	}


h2	{
	font-weight: normal;
	margin-bottom: 30px;
	}

h3	{
	}

p, address	{
	margin: 0.8em 0;
	line-height: 1.6;
	font-style: normal;
	font-weight: 300;
	}
	strong	{font-weight: 600;}
ul		{list-style-type: disc;}

/* ==================================================================
1.2 	Reusable Elements
================================================================== */
.fleft	{float: left;}
.fright	{float: right;}
.clear	{clear: both;}

.margT	{margin: 20px 0 0 0;}
.margR	{margin: 0 20px 0 0;}
.margB	{margin: 0 0 20px 0;}
.margL	{margin: 0 0 0 20px;}

.margTB	{margin: 20px 0;}
.margLR	{margin: 0 20px;}

.margTR	{margin: 20px 20px 0 0;}
.margTL	{margin: 20px 0 0 20px;}

.margBR	{margin: 0 20px 20px 0;}
.margBL	{margin: 0 20px 0 20px;}

.margRBL	{margin: 0 20px 20px 20px;}
.margTBL	{margin: 20px 0 20px 20px;}
.margTRL	{margin: 20px 20px 0 20px;}
.margTRB	{margin: 20px 20px 20px 0;}

.marg	{margin: 20px;}

p	{width: 90%; margin: 1em auto;}
#wrapper	{width: 550px; margin: 0 auto;box-shadow: 0 0 10px rgba(0,0,0,0.5);overflow: hidden;}
/* ==================================================================
1.3 	Article
================================================================== */

article	{width: 550px; background-color: #fff; margin: 0 auto; z-index: 1;}


/* ==================================================================
1.4 	Header
================================================================== */

header	{ background-color: #fff;	 margin: 0 auto; z-index: 20; padding: 20px 0 }


/* ==================================================================
1.5		Navigation
================================================================== */


/* ==================================================================
1.6		Footer
================================================================== */

footer	{width: 550px; background-color: #fff; margin: 0 auto; height: 40px;}

/* ==================================================================
2.0		Specific Styles
================================================================== */

article, header, footer	{text-align: center; position: relative; overflow: hidden;}

.mc-field-group	{width: 80%; margin: 0 auto;}

label	{ width: 100%; display: block; text-align: left;}

input	{ width: 100%; display: block;}
#mce-LNAME, #mce-FNAME, #mce-EMAIL	{
	box-shadow: inset 0px 0px 2px rgba(0,0,0,0.5);
	background-color:transparent;
	font-size: 1.2em;
	padding: 3px;
	}

#mc-embedded-subscribe	{ 
	width: 30%; 
	font-size: 1.4em; 
	background-color: #a03123; 
	/*border: 3px solid #fff; 
	outline: 5px solid #c9920e;*/
	color: #fff;
	font-size: 0.9em;
	padding: 3px 0;
	margin: 10px auto 30px;
	border-radius: 5px;
	background: rgb(214,63,47);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q2M2YyZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUyJSIgc3RvcC1jb2xvcj0iI2EwMzEyMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3MjIyMTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(214,63,47,1) 0%, rgba(160,49,35,1) 52%, rgba(114,34,25,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(214,63,47,1)), color-stop(52%,rgba(160,49,35,1)), color-stop(100%,rgba(114,34,25,1)));
	background: -webkit-linear-gradient(top, rgba(214,63,47,1) 0%,rgba(160,49,35,1) 52%,rgba(114,34,25,1) 100%);
	background: -o-linear-gradient(top, rgba(214,63,47,1) 0%,rgba(160,49,35,1) 52%,rgba(114,34,25,1) 100%);
	background: -ms-linear-gradient(top, rgba(214,63,47,1) 0%,rgba(160,49,35,1) 52%,rgba(114,34,25,1) 100%);
	background: linear-gradient(to bottom, rgba(214,63,47,1) 0%,rgba(160,49,35,1) 52%,rgba(114,34,25,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d63f2f', endColorstr='#722219',GradientType=0 );
	}
	
	#reset	{position: absolute; bottom: 20px; right: 20px; font-size: 0.5em;}
		#reset a	{color: #aaa;}