/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 88%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 1; margin: 1; padding: 1px 1px 1px 1px; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }




textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */

body {
  background: #efeee8;
  color: #454545;
  font: 1.1em/1.7 'Gill Sans', 'Droid Sans', 'Calibri', 'Lucida Grande', 'Trebuchet MS', 'Helvetica Neue', 'Arial', sans-serif;
  max-width: 34em;
  margin: 0 auto;
  padding: 0em 1% 1% 1%;
}
body, input, select, textarea { font-family: sans-serif; color: #222; }

a {
  text-decoration: none;
  -webkit-border-radius: .5em;
  -moz-border-radius: .5em;
  border-radius: .5em;
  padding-left: .5em;
  padding-right: .5em;
  text-shadow: 1px 1px 0 #fff;
}
a[href]:link,
a[href]:visited {
  color: #0000ff;
  background: rgba(0, 0, 0, .03);
}
a[href]:hover,
a[href]:focus,
a[href]:active {
  color: #06e;
  background: rgba(0,0,0,.06);
}

h1,h2,h3 {
  color: #a42b22;
  text-transform: uppercase;
  font-family: 'Futura', 'Trebuchet MS', 'Calibri', 'Helvetica Neue', 'Arial', sans-serif;
  text-align: center;
}
h2,h3 {
  margin-top: 0em;
}
h2 {
  text-transform: lowercase;
  font-variant: small-caps;
  font-size: 1.25em;
  line-height: 1em;
}
img {
  max-width: 100%;
  border: 0;
}
p, ul {
  margin: 1.5em .5em 0;
}
section,article,aside,nav,
header,footer {
  display: block;
}

[role="banner"] {
  padding-bottom: 0em;
  border-bottom: 2px solid #bebdbd;
  position: relative;
}
[role="banner"]:after {
  display: block;
  content: "★";
  color: #0000ff;
  background: #EFEEE8;
  font-size: 0.4em;
  padding: 0 1em;
  width: 1em;
  margin-left: -1.35em;
  position: absolute;
  left: 50%;
  bottom: -1.3em;
}
[role="banner"] h1 {
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 1.4em;
  color: rgba(50,50,50,.9);
}
[role="banner"] img {
  max-width: 90%;
  margin: auto;
}
[role="banner"] a {
  background: none;
  text-shadow: none;
  padding: 0;
  border: 0;
}
[role="banner"] a img {
  max-width: 300px;
  margin: 1em auto 0;
  display: block;
  border: 0;
}
/*Using CSS gradients instead of background images*/
header[role="banner"] {
  position: relative;
  background: #eee; 
  background: +linear-gradient (top, #eee 0%, #222 100%);
}
section header {
  border-bottom: 2px solid #bebdbd;
  text-align: center;
  margin: 0 0 2em;
}
header h2 {
  position: relative;
  margin-bottom: -0.5em;
  background: #EFEEE8;
  display: inline-block;
  bottom: -0.85em;
}
header h2:before, header h2:after {
  display: inline-block;
  content: "★";
  color: #0000ff;
  font-size: 0.4em;
  padding: 0 0em;
  position: relative;
  top: -0.3em;
}

[role="navigation"] ul {
  list-style: none;
  text-align: left;
  padding: 0;
}
[role="navigation"] li {
  margin-bottom: 1em;
}
[role="navigation"] li a:link,
[role="navigation"] li a:visited {
  color: #a42b22;
}
[role="navigation"] li:before, [role="navigation"] li:after {
  display: inline-block;
  content: "★";
  color: #0397cc;
  font-size: 0.4em;
  padding: 0 0.6em;
  position: relative;
  top: -0.3em;
}

[role="contentinfo"] {
  border-top: 2px solid #bebdbd;
  margin: 0.5em;
  padding: 0.5em;
  font-size: 0.95em;
  text-align: left;
}
[role="contentinfo"] ul,
[role="contentinfo"] li {
  list-style: none;
  margin: 0;
  padding: 0;
}
[role="contentinfo"] li {
        margin-bottom: 1em;
}

#manifesto > header p {
  text-align: center;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 1.4em;
  margin: 0;
}

#truths {
  padding: 2em 0.5em 0;
  list-style: none;
}
#truths li {
  display: inline;
}
#truths:first-letter {
  color: #a42b22;
  text-shadow: .05em .05em 0 #bebdbd;
  font-size: 380%;
  line-height: 1;
  padding: 0 .19em 0 0;
  float: left;
}
#hope ol {
  counter-reset: listnumbering;
  list-style: none;
  margin: 0em 0 0 0;
  padding: 0;
}
#hope ol li {
  display: block;
  line-height: 1;
  text-align: center;
  margin: 0 1em 1em;
}
#hope ol li:before {
  display: block;
  clear: both;
  color: #0398cc;
  text-align: center;
  counter-increment: listnumbering;
  content: "" counter(listnumbering);
  border-radius: 3em;
  -moz-border-radius: 3em;
  -webkit-border-radius: 3em;
  margin: -.5em 0 .5em 45%;
  height: 1em;
  line-height: 1;
  width: 1em;
  padding: .5em ;
  border: 2px solid #0398cc;
  background-color:#fff;
}
#signatories {
  text-align: center;
}
#signatories ul {
  margin-left: 0;
  padding-left: 0;
  overflow: hidden;
}
#signatories li {
  float: left;
  list-style: none;
  width: 46%;
  padding: .1em 2%;
  text-transform: lowercase;
  font-variant: small-caps;
  font-family: 'Quattrocento Sans', sans-serif;
  text-align:center;
}
#signatories a {
  text-decoration: none;
  display: block;
  background: none;
  padding: 0;
}
#signatories a:link,
#signatories a:visited {
  color: #3a3a3a;
}
#signatories a:hover,
#signatories a:focus,
#signatories a:active {
  color: #0699cc;
}

#resources section ul {
  list-style: none;
  text-align: center;
  margin: 1.5em 0;
  padding: 0;
}
#resources section li {
  margin-bottom: 1em;
}
#resources section h2 {
    margin-top: 0;
}

@media all and (min-width: 600px) {
  [role="navigation"] li {
    display: inline-block;
    margin-bottom: 0;
  }
  [role="navigation"] li a {
    display: inline-block;
    padding: 0 .7em;
  }
  [role="navigation"] li:before {
    content: '';
  }
  [role="navigation"] ul:before, [role="navigation"] li:after {
    display: inline-block;
    content: "★";
    color: #0397cc;
    font-size: 0.4em;
    padding: 0 0 0 0.6em;
    position: relative;
    top: -0.3em;
  }
  [role="contentinfo"] li {
    display: inline;
    margin-bottom: 0;
  }
  #manifesto > header p {
    margin: 0 2em;
    font-size: 0.95em;
    line-height: 1.75em;
  }
  #signatories ul {
    margin: 0 8%;
  }
  #signatories li {
    text-transform: lowercase;
    font-variant: small-caps;
    font-family: 'Quattrocento Sans', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 1em;
  }
  #hope ol li {
    margin: 0 1em 2em;
    text-align:left;
  }
  #hope ol li:before {
    clear: none;
    float: left;
    margin: -.5em 1.5em .5em 1.5em;
  }
  #resources section li {
    margin-bottom: 0;
 }





/* #Buttons
================================================== */

	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: #eee; /* Old browsers */
		background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
		background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
		background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
		background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
		background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
		background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
	  border: 1px solid #aaa;
	  border-top: 1px solid #ccc;
	  border-left: 1px solid #ccc;
	  padding: 4px 12px;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #444;
	  display: inline-block;
	  font-size: 11px;
	  font-weight: bold;
	  text-decoration: none;
	  text-shadow: 0 1px rgba(255, 255, 255, .75);
	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: normal;
	  padding: 8px 10px;
	  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

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

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border: 1px solid #666;
		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 */ }

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

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



/* #Forms
================================================== */

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		width: 210px;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff; }
	select {
		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; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }





/* ==|== media queries ====================================================== */

@media only screen and (min-width: 800px) {
  /* Styles */
}

@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
  /* Styles */
}




/* ==|== non-semantic helper classes ======================================== */

.nocallout {-webkit-touch-callout: none;}
textarea[contenteditable] {-webkit-appearance: none;}
.gifhidden {position: absolute; left: -100%;}
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==|== print styles ======================================================= */

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }

