html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{
	display: block;
}
body{
	line-height: 1;
}
ol, ul{
	list-style: none;
}
blockquote, q{
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after{
	content: '';
	content: none;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
*{
  box-sizing: border-box;
}
body{
	font: 16px/20px Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	/*background-size:cover;*/
}
h1, h2, h3 {
   font-size: 32px;
   font-family: 'Times New Roman', Georgia, Times, Serif;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
h1{
   color: #AD0071;
   margin:10px 5px 0;
   font-size:24px;
   line-height:30px;
   font-family: 'Oswald', sans-serif;
   font-weight: normal;
   font-style: normal;
   letter-spacing:0;
   word-spacing:0;
}
h2{
   color: #AD0071;
   margin:10px 5px 0;
   font-size: 20px;
   line-height:30px;   
   font-family: 'Oswald', sans-serif;
   font-weight: normal;
   font-style: normal;
   text-transform:uppercase;
   letter-spacing: 0;
}
h3{
   color: #000000;
   margin:10px 5px 0;
   font-size: 20px;
   line-height:30px;   
   font-family: 'Times New Roman', Georgia, Times, Serif;
   font-weight: normal;
   font-style: italic;
   line-height: 150%;
}
p{
	padding:10px;
    font-size:16px;
    line-height:150%;	
    font-family:Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-weight:normal;
}
em {
	font-style:italic;
}
strong{
	font-weight:bold;
	color:#000000;
}
blockquote{
	background:  url('../images/postquote.png') no-repeat scroll;
	padding:15px 15px 15px 35px;
	margin:10px 15px;
	color: #000000;
	font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
	font-weight: normal;
	font-style: italic;
	text-align: left;
	overflow: auto;
	clear:both;
}
hr{
	border:solid #ddd;
	border-width:1px 0 0;
	clear:both;
	margin:10px 0 30px;
	height:0;
}
a, a:visited {
	color:#333;
	text-decoration:underline;
	outline:0;
}
a:hover, a:focus{
	color:#000;
}
p a, p a:visited{
	line-height:inherit;
}
ul.content>li:before{
   content:url('../images/postbullets.png');
   margin-right:10px;
   bottom: 2px;
   position:relative;
   display:inline-block;
   vertical-align:middle;
   font-size:0;
   line-height:0;
   margin-left: 10px
}
ul.content>li{
   padding-left: 15px;
}
li{
   font-size: 15px;
   padding:8px;
   margin:0;
   font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   line-height: 150%;
   color: #000000;
}
img.scale-with-grid {
	max-width:100%;
	height:auto;
	display:block;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
}
/* buttons */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
background: #eee; /* Old browsers */
background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
color: #000000;
display: inline-block;
font-size: 14px;
font-weight: normal;
text-decoration: none;
cursor: pointer;
margin-bottom: 0;
line-height: normal;
padding: 15px 5px;
font-family: 'Droid Sans', sans-serif; }

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
background: #0095da;
color:#FFFFFF;
}

.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
background: #ccc; /* Old browsers */
background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }


/* #Forms */
form {margin-bottom:10px;}
fieldset {margin-bottom:20px;}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="phone"],
input[type="date"],
textarea,
select {
border: 1px solid #ccc;
padding: 8px 0;
outline: none;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
font: 14px 'Droid Sans', sans-serif;
color: #777;
margin: 0;
max-width: 100%;
display: block;
margin-bottom: 0;
background: #fff; }
select {
	padding:10px 0;
	width:280px;
	max-width:100%;
}


.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; }

input[type="text"].full-width,
input[type="date"].full-width,
textarea.full-width,
select.full-width,
input[type="email"].full-width,
input[type="phone"].full-width,
input[type="password"].full-width{
width: 100%;
padding-left: 0 !important;
padding-right: 0 !important;
text-align: left;}


/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
   border: 0;
   padding: 0;
}


input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]: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;}

input[type="checkbox"] {
	display:inline;
	}
input[type="checkbox"] + label {
  color: #ccc;
  font-style: italic;
} 
input[type="checkbox"]:checked + label {
  color: #f00;
  font-style: normal;
}
	
input[type="radio"] {
	display:inline;
	}
input[type="radio"] + label {
  color: #ccc;
  font-style: italic;
} 
input[type="radio"]:checked + label {
  color: #f00;
  font-style: normal;
}
/* #Misc */
.remove-bottom { margin-bottom: 0 !important; }
.half-bottom { margin-bottom: 10px !important; }
.add-bottom { margin-bottom: 20px !important; }