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;
}
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;
}
*, *::after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
::-webkit-scrollbar {
display: none;
}
body{
	background:#000000;
	font-size:17px;
	font-family:Arial, sans-serif;
	-webkit-font-smoothing:antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust:100%;
	width:100%;
	height:100%;
	padding:0;
	margin:0;
}
h1, h2, h3 {
	color:#181818;
	font-family: 'Francois One', sans-serif;
	font-weight:normal;
	padding:10px;
	margin:10px;
}
h1{
	font-size:2.25em;
	line-height:2.5em;
	margin-bottom:.5em;
}
h2{
	font-size:2em;
	line-height:2.5em;
	margin-bottom:.5em;
}
h3{
	font-size:1.75em;
	line-height:2.5em;
	margin-bottom:.5em;
}
p{
	font-size: 1.0em;
	line-height:1.5em;
	padding:0.5em;
	margin:0.5em;
}

ul.square, ul.circle, ul.disc{
	margin-left:45px;
	}
ul.square{
	list-style:square outside;
	}
ul.circle{
	list-style:circle outside;
}
ul.disc{
	list-style:disc outside;
	}
ul.square li,
ul.circle li,
ul.disc li{
	font-size:15px;
	line-height:100%;
	margin-bottom:10px;
}
blockquote{
	border-left:4px solid #000000;
	margin:10px 0 0 25px;
	padding:0;
	font-size:16px;
	font-style:italic;
}

blockquote.image-top{
	border-left:none;
	padding:10px 0;
	margin:10px 0 0 25px;
	quotes: "\201C""\201D""\2018""\2019";
}
blockquote.image-top:before{
  color: #3E9122;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote.image-top p{
	margin:0 20px;
	padding:0;
}

blockquote.image-top-bottom {
    background-color:#CCCCCC;
    border-left: 4px solid #000000;
    margin: 1.5em 0 1.5em;
    padding: 1em 1.5em;
    position: relative;
	margin-left:25px;
}
blockquote.image-top-bottom:before {
	color:#000000;
	content:"\201C";
	font-size:5em;
	position:absolute;
	left:5px;
	top:0.6em;
	line-height:0.1em;
}

blockquote.image-top-bottom:after {
	color:#000000;
	content:"\201D";
	font-size:5em;
	position:absolute;
	right:10px;
	bottom:0em;
	line-height:0.1em;
} 

img.scale-with-grid {
	max-width:100%;
	height:auto;
	display:block;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	background:#337AB7;
	color:#FFFFFF;
	display:inline-block;
	font-size:15px;
	text-decoration:none;
	margin-bottom:0;
	line-height:25px;
	padding:10px 10px;
	font-family: Arial, sans-serif;
    border: 1px solid #FFFFFF;  /*IE 6/7/8*/
    border: none rgba(0, 0, 0, 0);  /*IE9 + everything else*/
    border-radius: 2px;
	cursor: pointer;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	color:#000000;
}

.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
	 background: rgb(223, 117, 20); /* this is an orange */ 
}

.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="email"].full-width,
input[type="password"].full-width,
select.full-width{
	width: 100%;
	padding-left: 5px !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="submit"].primary-1{
	background:rgb(51, 122, 183); /*#337AB7;*/
	color:#FFFFFF;
}
input[type="submit"].primary-1:hover{
	background:rgb(51, 122, 183, .75);
	color:#FFFFFF;
}
input[type="submit"].primary-2{
	background:rgb(91, 182, 222); /*#5BC0DE;*/
	color:#000000;
}
input[type="submit"].primary-2:hover{
	background:rgb(91, 182, 222, .75);
	color:#000000;
}
input[type="submit"].warning, .warning{
	background:rgb(240, 173, 78); /*#F0AD4E;*/
	color:#000000;
}
input[type="submit"].warning:hover{
	background:rgb(240, 173, 78, .75);
	color:#000000;
}
input[type="submit"].danger, .danger{
	background:rgb(217, 83, 79); /*#D9534F;*/
	color:#000000;
}
input[type="submit"].danger:hover{
	background:rgb(217, 83, 79, .75);
	color:#000000;
}