/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Global: layout
   ========================================================================== */

#main {
	z-index: 1;
	position:relative;
}

.full {
	width:100%;
}

.full .interior {
	width:85%;
	padding:0 7.5%;
	margin:0 auto;
	max-width:1100px;
}

.col-1-2, .col-2-2 {
	width:50%;
	float:left;
}

.col-1-2 .interior {
	margin:0 7.5% 0 15%;
	width:77.5%;
	padding-left:0;
	padding-right:0;
}

.col-2-2 .interior {
	margin:0 15% 0 7.5%;
	width:77.5%;
	padding-left:0;
	padding-right:0;
}

.col-1-2-60 {
	width:60%;
	float:left;
}

.col-2-2-60 {
	width:40%;
	float:left;
}

.col-1-2-60 .interior {
	margin:0 6.25% 0 12.5%;
	width:81.25%;
	padding-left:0;
	padding-right:0;
}

.col-2-2-60 .interior {
	margin:0 18.75% 0 9.375%;
	width:71.875%;
	padding-left:0;
	padding-right:0;
}

.col-1-2-55 {
	width:55%;
	float:left;
}

.col-2-2-55 {
	width:45%;
	float:left;
}

.col-1-2-55 .interior {
	margin:0 6.81818181% 0 13.63636363%;
	width:79.54545454%;
	padding-left:0;
	padding-right:0;
}

.col-2-2-55 .interior {
	margin:0 16.66666667% 0 12.33333333%;
	width:71%;
	padding-left:0;
	padding-right:0;
}

.col-1-2-65 {
	width:65%;
	float:left;
}

.col-2-2-65 {
	width:35%;
	float:left;
}

.col-1-2-65 .interior {
	margin:0 8% 0 11.5384615%;
	width:80.461539%;
	padding-left:0;
	padding-right:0;
}

.col-2-2-65 .interior {
	margin:0 21.4385714% 0 10%;
	width:68.561429%;
	padding-left:0;
	padding-right:0;
}

.interior .col-1-3, .interior .col-2-3, .interior .col-3-3 {
	width:29%;
	margin-right:6.5%;
	float:left;
}

.interior .col-3-3 {
	margin-right:0;
}

.interior .col-1-2, .interior .col-2-2 {
	width:47%;
	margin-right:6%;
	float:left;
}

.interior .col-2-2 {
	margin-right:0;
}

.interior .col-1-2-30 {
	width:25%;
	margin-right:10%;
	float:left;
}

.interior .col-2-2-30 {
	width:65%;
	float:left;
}


/* ==========================================================================
   Global: style
   ========================================================================== */
   
body {
	font-family:'PolyRegular',Georgia,serif;
	font-size:18px;
}

em {
	font-family:'PolyItalic',Georgia,serif;
}

a {
	color:#24C1FF;
	text-decoration:none;
}

p a:hover {
	border-bottom:1px solid #24C1FF;
}


h1, h2, h3, h4, h5, h6 { 
	font-family: 'Novecentowide-Bold', sans-serif; 
	font-weight: normal; 
	font-style: normal; 
	letter-spacing: -0.025em;
	line-height:1;
}

h1 {
	font-size:56px;
}

h2 {
	font-size:36px;
}

h3 {
	font-size:28px;
}

h6 {
	font-size:12px;
	letter-spacing: 0.2em;
}

blockquote {
	border-left: 4px solid rgb(226, 225, 219);
	margin: 30px;
	padding-left: 10px;
	font-size: 16px;
}

figcaption {
	font-family:'PolyItalic',Georgia,serif;
	font-size:12px;
	margin-top:5px;
	color:#B8B8B8;
}

::selection {
	background-color:#24C1FF;
	color:#fff;
}

::-moz-selection {
	background-color:#24C1FF;
	color:#fff;
}

.target {
	font-size:12px;
	letter-spacing: 0.2em;
}

.target:after {
	content:":";
}

.privacy {
	font-size: 9px;
	color: #B8B8B8;
}

span.num {
	font-size: 20px;
	letter-spacing: 0;
	color: #222;
	font-family: 'Novecentowide-Bold', sans-serif;
}

.float-left {
	float:left;
	margin: 5px 20px 20px 0;
}

.float-right {
	float:right;
	margin: 5px 0 20px 20px;
}

.socialbtn {
	padding-top:30px;
	padding-bottom:20px;
	color:#fff;
	text-align:center;
	font-family: 'Novecentowide-Bold', sans-serif;
	font-size:48px;
}

.socialbtn:hover {
	opacity:0.9;
}

.socialbtn span {
	font-family: 'Novecentowide-Light';
	font-size:12px;
	letter-spacing:0.2em;
	display:block;
	margin-bottom:-10px;
}

p.callout {
	font-size: 26px;
	line-height: 1.2;
	margin-bottom: 0.6em;
}

.pullquote-left {
	font-family: 'Novecentowide-Light';
	font-size: 22px;
	letter-spacing: 0.2em;
	width: 35%;
	border-right: 1px solid #24C1FF;
	padding-right: 2.5%;
	float: left;
	margin: -2px 3% 20px 0;
}

.pullquote-right {
	font-family: 'Novecentowide-Light';
	font-size: 22px;
	letter-spacing: 0.2em;
	width: 35%;
	border-left: 1px solid #24C1FF;
	padding-left: 2.5%;
	float: right;
	margin: -2px 0 20px 3%;
}

.stuck {
	position:fixed;
	top:0;
}

.readmore {
	display:block;
	font-family: 'Novecentowide-Bold', sans-serif; 
	letter-spacing: 0.2em;
	font-size:12px;
	margin-top:10px;
}

.readmore:after {
	content:" ▶";
	font-size:9px;
}

.readmore:hover {
	border-bottom:none;
}

.button {
	background-color: #FCCE08;
	padding:20px 10%;
	text-align:center;
	font-family: 'Novecentowide-Bold', sans-serif; 
	display:inline-block;
	color:#000;
	font-size:26px;
	letter-spacing:0.05em;
	box-shadow:inset 6px 6px 0 white, inset -6px -6px 0 white;
	border-bottom:6px solid #87847A;
	border-bottom:6px solid rgba(0,0,0,0.4);
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
	border-top-left-radius:0;
	border-top-right-radius:0;
	line-height:0.9;
	margin:15px 0 0;
	width:80%;
}

.button:hover, .button:focus {
	margin-top:17px;
	background-color: #F2C406;
	border-bottom:4px solid #87847A;
	border-bottom:4px solid rgba(0,0,0,0.4);
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
}

.button-med-white, .button-med-beige {
	font-size: 20px;
	border-bottom:6px solid #87847A;
	border-bottom:6px solid rgba(0,0,0,0.1);
}

.button-med-white:hover, .button-med-beige:hover, .button-med-white:focus, .button-med-beige:focus {
	border-bottom:4px solid #87847A;
	border-bottom:4px solid rgba(0,0,0,0.1);
}

.button-med-white {
	box-shadow:inset 5px 5px 0 #FCF6DB, inset -5px -5px 0 #FCF6DB;
}

.button-med-beige {
	box-shadow:inset 5px 5px 0 #fff, inset -5px -5px 0 #fff;
}

.actioncount .thermo {
	height:4px;
	background-color:#fff;
}

.actioncount .thermo .active {
	height:4px;
	background-color:#FCCE08;
	width:10%;
}

.actioncount .count {
	float:left;
	margin-left:7%;
	width:50%;
	font-family: 'Novecentowide-Bold', sans-serif; 
	font-size:9px;
	letter-spacing:0.25em;
	color:#fff;
	color:rgba(255,255,255,0.7);
}

.actioncount .count .sigs {
	font-size:12px;
	letter-spacing:0;
	font-family:'PolyRegular',Georgia,serif;
	color:#fff;
}

.action .block {
	background-color:#000;
	box-shadow:0 0 10px rgba(0,0,0,0.2);
	display:block;
	position:relative;
	overflow:hidden;
	z-index: 0;
	min-height:200px;
	border:6px solid #fff;
}

.action .block:hover {
	border:6px solid #FCCE08;
}

.action .block .photowrap {
	position:absolute;
	top:0;
	width:100%;
	z-index:-99;
	overflow:hidden;
	height:100%;
}

.action .block .photowrap img, .action .block .photowrap canvas {
	width: 100%;
	height: auto;
}


.no-img .block {
	background-image:url('/img/pattern.jpg');
	background-repeat: repeat;
	background-size: auto;
}

.action .block h2 {
	color:#fff;
	font-size:26px;
	margin:15px 15px 20px;

}

.action .block h2 .target {
	display:block;
	color:#24C1FF;
	font-size:10px;
	margin-bottom:3px;
}

.action .leadin {
	line-height: 1.2;
	margin: 15px 0 0;
	font-size: 16px;
}

.action .actioncount .current, .action .actioncount .sigs {
	color:#222;
}

.action .actioncount .count {
	text-align:center;
}

.action .actioncount .count {
	color:#777;
	color:rgba(0,0,0,0.4);
	float:none;
	margin:10px 0 0;
	width:100%;
}

.action .actioncount .thermo {
	width:100%;
}

.action .actioncount .tooltip {
	margin-top:5px;
}

.thermcontain {
	padding:5px 0 15px;
}

.tooltip {
	display:block;
}

.tooltip .tool {
	margin:0;
	display:none;
	background-color:#fff;
	text-align:center;
	border:3px solid #FCCE08;
	border-radius:5px;
	box-shadow:0 5px 20px rgba(0,0,0,0.2);
	padding:2px 15px 10px;
	position:absolute;
}

.tooltip:hover .tool {
	display:block;
}

.tooltip .tool .arrow {
	background-image:url('/img/tooltiparrow.png');
	background-repeat:no-repeat;
	position:absolute;
	height: 13px;
	top: -11px;
	width: 42px;
	left: 11px;
}

.tooltip .tool span {
	font-family: 'Novecentowide-Bold', sans-serif; 
	font-size:20px;
	color:#222;
}

.tooltip .tool .progress {
	border-bottom:1px solid #E6E6E6;
	padding-bottom: 5px;
}

.tooltip .tool .progress, .tooltip .tool .goal {
	display:block;
}

.tooltip .tool .label {
	color:#999;
	font-size:9px;
	letter-spacing:0.2em;
}

.tooltip .tool .supporters {
	color:#222;
	font-size:12px;
	font-family:'PolyRegular',Georgia,serif;
	letter-spacing:0;
}

.pagetitle {
	padding:40px 0px;
	background-color:#F4F3ED;
	margin-bottom:30px;
	box-shadow: inset 0 -5px 15px rgba(0,0,0,0.05);
}

.date {
	font-size: 11px;
	font-family: 'PolyItalic',Georgia, serif;
	color: #777;
	color: rgba(0,0,0,0.4);
}

.date span {
	font-family: 'Novecentowide-Bold', sans-serif;
	font-size: 8px;
	letter-spacing: 0.25em;
}



/* ==========================================================================
   Global: forms
   ========================================================================== */

input {
	padding:14px 3% 10px;
	font-family:'PolyRegular',Georgia,serif;
	color:#222;
	font-size:18px;
	width:91%;
	display:block;
	text-align:left;
}

input[type="text"], input[type="password"], input[type="email"], input[type="number"], input[type="tel"], input[type="url"], textarea, select {
	border:4px solid #B3B3B3;
}

textarea {
	padding:12px 3%;
	font-family:'PolyRegular',Georgia,serif;
	color:#222;
	font-size:12px;
	width:91%
}

select {
	font-size:14px;
	font-family: 'Novecentowide-Bold', sans-serif; 
	border-radius:0;
	background-color:#fff;
	height:48px;
}

input[type="submit"], input[type="submit"]:focus {
	border-top:none;
	border-left:none;
	border-right:none;
	outline:none;
}

input:focus, textarea:focus, select:focus {
	border:4px solid #24C1FF;
	outline:none;
}

input[type="checkbox"], input[type="radio"] {
	width: auto;
	display: inline;
	margin-right: 3px;
	margin-top: 5px;
}

input[type="radio"] {
	margin-right: 6px;
}

form section.checkbox, form section.checkboxes, form section.radio {
	font-size:13px;
	margin:30px 0;
}

form section.dropdown {
	margin-top:30px;
}

form .group section.dropdown {
	margin-top:0;
}

form .checkbox label, form .checkboxes label, form .radio label {
	font-family:'PolyRegular',Georgia,serif;
	font-size:14px;
	letter-spacing:0;
	display:inline;
}

form .checkboxes section, form .radio section {
	margin-bottom:6px;
}

form label, .fakelabel {
	font-family: 'Novecentowide-Bold', sans-serif; 
	font-size: 12px;
	letter-spacing: 0.2em;
	margin-bottom:5px;
	display:block;
}

.fakelabel {
	margin-bottom:8px;
}

form label span {
	font-family:'PolyRegular',Georgia,serif;
	font-size:10px;
	letter-spacing:0;
	color:#999;
}

.add-comment {
	margin-bottom: 10px;
}

.add-comment label {
	color:#fff;
	cursor:pointer;
	border-bottom:1px solid #fff;
	display: inline;
	padding-bottom: 1px;
}

.add-comment span {
	font-family:'PolyRegular',Georgia,serif;
	font-size:10px;
	display:inline;
	letter-spacing:0;
}

.add-comment label:hover {
	border-bottom:0;
}

.add-comment textarea {
	margin-top:8px;
	margin-bottom:10px;
}

form .group {
	clear:both;
}

form .group section.city {
	float:left;
	width:60%;
}

form .group section.city input {
	padding-left:5%;
	padding-right:5%;
}

form .group section.state {
	float:right;
}

form section.zip {
	width:40%;
}

form section.zip input {
	padding-left:7.5%;
	padding-right:7.5%;
}

form input.button {
	font-size:20px;
	padding-top: 20px;
	padding-bottom: 20px;
	width:100%;
	margin-top:20px;
}

form input.button:hover, form input.button:hover {
	margin-top:22px;
}

form input.float-right {
	width:auto;
	float:right;
}

form .entry {
	margin-bottom:15px;
}

.non-edit .label {
	font-family: 'Novecentowide-Bold', sans-serif;
	font-size: 12px;
	letter-spacing: 0.2em;
	margin: 0 0 5px 0;
}

.non-edit .text-box {
	border: 4px solid #B3B3B3;
	padding:10px 3%;
	font-family: 'PolyRegular',Georgia,serif;
	color: #222;
	font-size: 14px;
	background-color:rgb(240,240,240);
	margin:0;
	width:91%;
}



/* ==========================================================================
   Global: forms sizing classes
   ========================================================================== */

form.small .entry {
	margin-bottom:8px;
}

form.small input[type="text"], form.small input[type="password"], form.small input[type="email"], form.small input[type="tel"], form.small input[type="number"], form.small input[type="url"], form.small select {
	font-size:14px;
	padding-top:10px;
	padding-bottom:8px;
}

form.small textarea {
	padding-top:9px;
	padding-bottom:9px;
}

form.small label {
	margin-bottom:2px;
	font-size:10px;
}

form.med .entry {
	margin-bottom:10px;
}

form.med input[type="text"], form.med input[type="password"], form.med input[type="email"], form.med input[type="tel"], form.med input[type="number"], form.med input[type="url"], form.med select {
	font-size:16px;
	padding-top:12px;
	padding-bottom:8px;
}

form.med textarea {
	padding-top:10px;
	padding-bottom:10px;
}

form.med label {
	margin-bottom:3px;
	font-size:12px;
}

form.small select {
	height:40px;
}

form.med select {
	height:46px;
}



/* ==========================================================================
   Global: forms colors
   ========================================================================== */

form.dark input[type="text"], form.dark input[type="password"], form.dark input[type="email"], form.dark input[type="tel"], form.dark input[type="number"], form.dark input[type="url"], form.dark textarea, form.dark select {
	border:4px solid #1D9ACC;
}

form.dark input[type="text"]:focus, form.dark input[type="password"]:focus, form.dark input[type="email"]:focus, form.dark input[type="tel"]:focus, form.dark input[type="number"]:focus, form.dark input[type="url"]:focus, form.dark textarea:focus, form.dark select:focus {
	border:4px solid #000;
}

form.on-black label {
	color:#fff;
}
   
   
   
/* ==========================================================================
   Global header styles
   ========================================================================== */

#top-header {
	box-shadow:0 5px 15px rgba(0,0,0,0.08);
	padding:20px 0;
	z-index: 2;
	position:relative;
}

#top-header #logo {
	float:left;
}

#top-header #logo span, #top-header #logo a {
	float:left;
}

#top-header #logo a img {
	width:170px;
}

#top-header #logo a img:hover {
	opacity:0.7;
}

#tag {
	line-height:1.1;
	font-size:14px;
	margin:12px 0 0 20px;
	border-left:1px #ccc solid;
	padding-left:10px;
	font-family:'PolyRegular',Georgia,serif;
	color:#B8B8B8;
	padding-top: 2px;
}

#top-header nav {
	float:right;
	text-align:right;
	width:48%;
	margin-top: 20px;
}

#top-header nav ul {
	margin:0;
	padding:0;
}

#top-header nav li {
	display:inline;
}

#top-header nav li a {
	margin: 0 0 0 6%;
	font-family: 'Novecentowide-Bold', sans-serif; 
	text-decoration:none;
	color:#777;
	font-size:15px;
	letter-spacing: 0.1em;
}

#top-header nav li #donate {
	background-color:#D9F2FF;
	padding:2px 7px 4px;
}

#top-header nav li a:hover, #top-header nav li a.active {
	color:#000;
}




/* ==========================================================================
   Global footer styles
   ========================================================================== */

#bottom-footer {
	box-shadow:inset 5px 0 15px rgba(0,0,0,0.05);
	background-color:#F4F3ED;
	padding:25px 0 60px;
}

#bottom-footer .copy {
	float:left;
	font-size:13px;
	color:#222;
	color:rgba(0,0,0,0.4);
	margin:0;
}

#bottom-footer nav {
	float:right;
}

#bottom-footer nav ul {
	padding:0;
	margin:0;
}

#bottom-footer nav li {
	display:inline;
	margin-left:20px;
}

#bottom-footer nav li a {
	font-family: 'Novecentowide-Bold', sans-serif; 
	border-bottom:1px solid #222;
	border-bottom:1px solid rgba(0,0,0,0.4);
	letter-spacing:0.1em;
	color:#222;
	color:rgba(0,0,0,0.4);
	font-size:10px;
	padding-bottom:1px;
}

#bottom-footer nav li a:hover {
	border-bottom:none;
}





   
/* ==========================================================================
   Homepage styles
   ========================================================================== */



.home #feature #actionmeta {
	background-color:#000;
	position:relative;
	z-index:0;
}

.home #feature .featurearrow {
	position:absolute;
	background-image:url('/img/featurearrow.png');
	background-repeat:no-repeat;
	height: 60px;
	top: 42%;
	width: 20px;
	left: 0;
}

.home #feature .photowrap {
	position:absolute;
	top:0;
	width:100%;
	z-index:-99;
	overflow:hidden;
	height:100%;
}

.home #feature .photowrap img, .home #feature .photowrap canvas {
	width: 100%;
	height: auto;
	min-width: 560px;
}

.home #main #feature .no-img {
	background-image:url('/img/pattern.jpg');
	background-position:center center;
	background-repeat:repeat;
}

.home #feature {
	background-color:#24C1FF;
	box-shadow:inset 0 -5px 15px rgba(0,0,0,0.08);
}


.home #feature #actiontitle {
	padding-top:40px;
}

.home #feature #actionmeta .bx-wrapper {
	margin-bottom:-70px;
}

.home #feature #actionmeta .bx-viewport {
	padding-top:40px;
}

.home #feature h1 {
	color:#fff;
}

.home #feature h1 .target {
	color:#000;
	display:block;
}

.home #feature #actionmeta .leadin {
	color:#fff;
	margin:0 0 100px;
	line-height:1.3;
}

.home #feature #actionmeta p a {
	color:#999;
	color:rgba(255,255,255,0.5);
}

.home #feature #actionmeta p a:hover {
	color:#ccc;
	color:rgba(255,255,255,0.8);
}

.home #feature .actioncount {
	margin:30px 0 0;
	width:100%;
}

.home #feature .actioncount .count {
	margin-top: -12px;
}

.home #feature .actioncount .tooltip {
	margin-top:0;
	width:40%;
	float:left;
}

.home #feature .actioncount .tooltip .tool {
	margin-top:0;
}

.home #feature #actionmeta #feature-sign .entry {
	margin-bottom:12px;
}

.home #feature #actionmeta #feature-sign input#zip {
	margin-bottom:40px;
}

.home #feature #actionmeta #feature-sign #links {
	font-size:10px;
	margin-top:10px;
}

.home #feature #actionmeta .num {
	color:#fff;
}

.home #feature #actionmeta #feature-sign #links .goback {
	font-family: 'Novecentowide-Bold', sans-serif; 
	letter-spacing:0.2em;
	font-size:9px;
	float:left;
	color:#fff;
	color:rgba(255,255,255,0.7);
}

.home #feature #actionmeta #feature-sign #links .goback:before {
	content:"◀ ";
	font-size:7px;
}

.home #feature #actionmeta #feature-sign #links .goback:hover {
	text-decoration:underline;
}

.home #feature #actionmeta #feature-sign #links .privacy {
	float:right;
	color:#fff;
	color:rgba(255,255,255,0.7);
	margin: 0;
}

.home #feature #actionmeta #feature-sign #links .privacy a {
	color:#24C1FF;
}

.home #signup #signup-form h2 {
	font-size:26px;
	line-height:1;
	font-family:'PolyRegular',Georgia,serif;
	margin:0 0 20px;
	text-align:center;
}

.home #signup {
	padding:60px 0;
}

.home #signup .membership {
	font-family: 'Novecentowide-Bold', sans-serif; 
	font-size:30px;
	width: 140px;
	display: inline-block;
}

.home #signup form {
	margin:0 auto;
	display:block;
	width:70%;
}

.home #signup form .group {
	clear:none;
	display: inline-block;
	width: 70%;
}

.home #signup form .entry {
	display:inline-block;
	margin-right:6%;
}

.home #signup form .email {
	width:65%;
}

.home #signup form .zip {
	width:18%;
}

.home #signup form .email input {
	padding-left:3%;
	padding-right:3%;
}

.home #signup form .zip input {
	padding-left:8%;
	padding-right:8%;
}

.home #signup form #homesignup-signbtn {
	margin-top: 14px;
	margin-right:0;
	padding:20px 0;
	float: right;
	width: 25%;
}

.home #signup form #homesignup-signbtn:hover {
	margin-top: 16px;
}

.home #signup form .privacy {
	font-size:9px;
	float:right;
	clear:both;
	color:#B8B8B8;
	margin-top:5px;
}

.home #actioncallouts {
	background-color:#F4F3ED;
	padding:60px 0;
}

.home #social {
	padding:80px 0 120px;
}

.home #social #fb {
	background-color:#3B5998;
}

.home #social #tw {
	background-color:#00C9FF;
}

.home #social #tw:hover {
	opacity:0.8;
}


/* ==========================================================================
   Static content pg styles
   ========================================================================== */

.static #top-header {
	box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.static #main {
	padding:0 0 60px;
}

.static .pagecontent .interior {
	max-width:810px;
	margin:0;
}

.static .pagecontent img {
	border:3px solid #F4F3ED;
}


/* ==========================================================================
   About pg styles
   ========================================================================== */

.about form#contactus {
	width:60%;
}

.about form#contactus input[type="text"], .about form#contactus input[type="email"], .about form#contactus textarea {
	padding-left:2%;
	padding-right:2%;
	width:93%;
}

.about form#contactus input.button {
	margin-top:10px;
}

.about form#contactus input.button:hover, .about form#contactus input.button:focus {
	margin-top:12px;
}



/* ==========================================================================
   Action detail pg styles
   ========================================================================== */

.action-detail #action-content header {
	background-color:#000;
	box-shadow:inset 0 -5px 15px rgba(0,0,0,0.08);
	position:relative;
	z-index:0;
}

.action-detail #action-content .photowrap {
	position:absolute;
	top:0;
	width:100%;
	z-index:-99;
	overflow:hidden;
	height:100%;
}

.action-detail #action-content img, .action-detail #action-content .photowrap canvas {
	width: 100%;
	height: auto;
	min-width: 560px;
}

.action-detail #action-content .no-img {
	background-image:url('/img/pattern.jpg');
	background-size:auto;
	background-repeat:repeat;
}

.action-detail #action-content header h1 {
	color:#fff;
	padding-top:30px;
	padding-bottom:30px;
}

.action-detail #action-content header h1 .target {
	color:#24C1FF;
	display:block;
}

.action-detail #action-content .action-progress {
	background-color:#F4F3ED;
	padding: 10px 0 6px;
}

.action-detail #action-content .action-progress .count {
	color:#777;
	color:rgba(0,0,0,0.4);
	font-family: 'Novecentowide-Bold', sans-serif; 
	font-size:9px;
	letter-spacing:0.25em;
	float:left;
}

.action-detail #action-content .action-progress .goal {
	float:right;
}

.action-detail #action-content .action-progress .count .number {
	font-size:20px;
	letter-spacing:0;
	color: #222;
}

.action-detail #action-content .action-progress .count .sigs {
	font-size:12px;
	letter-spacing:0;
	font-family:'PolyRegular',Georgia,serif;
	color: #222;
}

.action-detail #action-content .action-progress .thermo {
	height:6px;
	background-color:#fff;
}

.action-detail #action-content .action-progress .thermo .active {
	height:6px;
	background-color:#FCCE08;
	width:10%;
}

.action-detail #action-content .action-progress .tooltip .tool .progress {
	border-bottom: none;
	padding-bottom: 0;
}

.action-detail #action-content .action-progress .tooltip .tool {
	padding: 2px 15px 8px;
}

.action-detail #action-content #action-text {
	padding: 10px 0 100px;
}

.action-detail .social-links {
	padding:0;
	margin-top: 60px;
}

.action-detail .social-links li {
	list-style:none;
	display:inline-block;
	margin-right:30px;
}

.action-detail #right-col-social {
	display:none;
}

.action-detail .social-links #tw-1, .action-detail .social-links #tw-2 {
	position:relative;
	top:4px;
}

.action-detail .social-links #email-1, .action-detail .social-links #email-2 {
	margin-left:-25px;
	margin-right:0;
	position:relative;
	top:-2px;
}

.action-detail .social-links #email-1 a, .action-detail .social-links #email-2 a {
	font-family: 'Novecentowide-Bold', sans-serif; 
	font-size:10px;
	letter-spacing:0.25em;
	color:#666;
	background-color:#F4F3ED;
	padding: 5px 10px;
}

.action-detail .social-links #email-1 a:hover, .action-detail .social-links #email-2 a:hover {
	color:#000;
}

.action-detail #action-sign {
	padding:30px 0 10px;
	background-color:#24C1FF;
	border-bottom:8px solid #0E8DCC;
	border-bottom-left-radius:8px;
}

.action-detail #action-sign h2 {
	color: #fff;
	margin-top: 0;
	display:none;
}

.action-detail #action-sign form section.checkbox {
	margin: 15px 0;
}

.action-detail #action-sign form section.checkbox label {
	font-size:12px;
}

.action-detail #action-content a#jumptosign {
	display:none;
	margin: 30px 0;
}

.action-detail #action-content a#jumptosign:hover {
	margin: 32px 0 30px;
}

.action-detail #action-sign .privacy {
	font-size:10px;
	margin-top:6px;
	color:#000;
	color:rgba(0,0,0,0.7);
	text-align: right;
}

.action-detail #action-sign label span {
	color:#fff;
	color:rgba(255,255,255,0.8);
}

.action-detail #action-sign .privacy a {
	color:#fff;
	color:rgba(255,255,255,0.7);
	text-decoration:underline;
}

.action-detail #action-sign .privacy a:hover {
	text-decoration:none;
}

.action-detail .petition-text {
	background-color: #F4F3ED;
	padding: 20px;
	border:2px solid #E8E7E2;
	margin: 0;
	font-family:'PolyItalic',Georgia,serif;
	font-size:16px;
	margin-top: -12px;
}

.action-detail .petition-text p {
	margin: 0.5em 0;
}

.action-detail .petition-text p:first-child {
	margin-top:0;
}

.action-detail .petition-text p:last-child {
	margin-bottom:0;
}

.action-detail .stuck {
	width:35%;
}

.action-detail .date {
	margin: 12px 0 -15px;
}

.action-detail .logged-in {
	margin: 0 0 150px;
	font-size:14px;
	padding:10px 15px;
	background-color:#65D2FE;
}

.action-detail .logged-in a {
	color:#fff;
	border-bottom:1px solid #fff;
}

.action-detail .logged-in a:hover {
	border-bottom:none;
}





/* ==========================================================================
   Action detail confirmation pg styles
   ========================================================================== */

.action-detail #conf-header {
	padding:30px 0 10px;
	background-color:#24C1FF;
}

.action-detail #conf-header:after {
	content:url('/img/featurearrowtop.png');
	bottom: -38px;
	margin: 0 auto;
	position: relative;
}

.action-detail #conf-header h1 {
	color:#fff;
	text-align:center;
}

.action-detail #conf-share {
	padding:30px 0 90px;
}

.action-detail #conf-share .description {
	width:70%;
	text-align:center;
	margin: 0 auto 50px;
}

.action-detail #conf-share .socialbtn {
	display:block;
}

.action-detail #conf-share #fb {
	background-color:#3B5998;
}

.action-detail #conf-share #email {
	background-color:#F4F3ED;
	color:#222;
}

.action-detail .socialbtn {
	padding-top: 50px;
	padding-bottom: 40px;
}

.action-detail #conf-share #tw {
	background-color: #00C9FF;
	font-family: 'Novecentowide-Light';
	font-size: 12px;
	margin-top: 30px;
	letter-spacing: 0.2em;
	padding-top:20px;
	padding-bottom:20px;
}

.action-detail #conf-share #tw:hover {
	opacity:0.8;
}

.action-detail #conf-share #email-form {
	margin-top: 10px;
	font-size:9px;
	display:block;
	text-align:right;
	font-family:'PolyRegular',Georgia,serif;
	cursor:pointer;
}

.action-detail #conf-share #email-form:focus {
	outline:0;
}

.action-detail #conf-share #email-form a {
	color:#666;
	margin-left:10px;
	font-family: 'Novecentowide-Light';
	font-size:12px;
	letter-spacing:0.2em;
}

.action-detail #conf-share .email-reveal:after {
	content:"▼";
	font-size: 8px;
	margin-left: 2px;
}

.action-detail #conf-share .ui-state-active .email-reveal:after {
	content:"▲";
}

.action-detail #conf-share #RAF {
	margin-top:30px;
}

.action-detail #conf-share #email-form a:hover {
	color:#222;
}

.action-detail #conf-share #email:hover {
	opacity:0.7;
}





/* ==========================================================================
   Action detail confirmation pg styles
   ========================================================================== */


.campaigns .action {
	margin-bottom:70px;
}

.campaigns .action:nth-child(3n+3) {
	margin-right:0;
}

.campaigns .action:last-child {
	clear:both;
}

.campaigns .actioncount .thermo {
	background-color: #F4F3ED;
}

.campaigns #top-header {
	box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.campaigns #main {
	padding:0 0 60px;
}

.campaigns .date {
	margin: 12px 0 -8px;
}



/* ==========================================================================
   Donate pg styles
   ========================================================================== */

.donate .pagetitle {
	margin-bottom:0;
}

.donate #donate-form {
	margin-top:30px;
}

.donate #donate-description, .donate .stick-this {
	margin-top:15px;
}

.donate #donate-content {
	margin:0 0 100px;
}

.donate #donate-description h4 {
	margin:0 0 15px;
}

.donate #donate-description p {
	font-size:16px;
}

.donate #donate-description .action-progress {
	background-color:#F4F3ED;
	padding: 10px 0 5px;
}

.donate #donate-description .action-progress .count {
	color:#777;
	color:rgba(0,0,0,0.4);
	font-family: 'Novecentowide-Bold', sans-serif; 
	font-size:9px;
	letter-spacing:0.25em;
	float:left;
}

.donate #donate-description .action-progress .goal {
	float:right;
}

.donate #donate-description .action-progress .count .number {
	font-size:20px;
	letter-spacing:0;
	color: #222;
}

.donate #donate-description .action-progress .count .sigs {
	font-size:12px;
	letter-spacing:0;
	font-family:'PolyRegular',Georgia,serif;
	color: #222;
}

.donate #donate-description .action-progress .thermo {
	height:6px;
	background-color:#fff;
}

.donate #donate-description .action-progress .thermo .active {
	height:6px;
	background-color:#FCCE08;
	width:10%;
}

.donate #donate-description .action-progress .tooltip .tool {
	padding: 2px 15px 8px;
}

.donate #donate-form #step1 {
	width:100%;
}

.donate #donate-form #step2, .donate #donate-form #step3 {
	width:80%;
}

.donate #donate-form #step1 h2 {
	margin-top:0;
}

.donate #donate-form #step2 h2, .donate #donate-form #step3 h2  {
	margin-top:50px;
}

.donate #donate-form h2 {
	margin-bottom:30px;
}

.donate #donate-form h2 span {
	font-size:18px;
	color:#999;
}

.donate #donate-form form .radio section {
	float: left;
	margin-right: 20px;
}

.donate #donate-form #donate-amount label {
	font-size: 16px;
}

.donate #donate-form #donate-amount {
	margin-top:15px;
}

.donate #donate-form #donate-amount #donate-amountmanual {
	float:none;
	clear: both;
}

.donate #donate-form #donate-amount #donate-amountmanual label {
	font-family: 'Novecentowide-Bold', sans-serif;
	font-size: 12px;
	letter-spacing: 0.2em;
}

.donate #donate-form input[type="text"], .donate #donate-form input[type="email"], .donate #donate-form input[type="tel"] {
	padding-right:2%;
	padding-left:2%;
	width:94%;
}

.donate #donate-form #donate-amount #donate-amountmanual input {
	width:15%;
	display:inline;
	padding:9px 1.5% 7px;
	font-size:14px;
}

.donate #donate-form section.city {
	width: 75%;
}

.donate #donate-form section.city input {
	padding-right:2.5%;
	padding-left:2.5%;
}

.donate #donate-form section.zip, .donate #donate-form section.cvv {
	width: 25%;
}

.donate #donate-form section.zip input, .donate #donate-form section.cvv input {
	padding-right:8%;
	padding-left:8%;
}

.donate #donate-form #donate-amount #donate-amountmanual span {
	display:inline;
	font-family: 'Novecentowide-Bold', sans-serif;
	font-size: 18px;
	color:#222;
}

.donate #donate-form #donate-amount .amount-wrapper {
	margin-bottom:10px;
}

.donate #donate-form #donate-amount #donate-amountmanual {
	color:#999;
}

.donate #donate-form #card-type section, .donate #donate-form #card-type img {
	display:inline;
}

.donate #donate-form #card-type img {
	margin-top: 10px;
}

.donate #donate-form #card-type section {
	margin-right:20px;
}

.donate #donate-form #card-type {
	margin-bottom:15px;
}

.donate #donate-form #expiration {
	margin-bottom:15px;
}

.donate #donate-form #expiration .dropdown {
	display:inline;
}

.donate #donate-form #expiration span {
	font-size:16px;
}

.donate #donate-form #donate-btn {
	width: 60%;
}

.donate .privacy {
	width: 60%;
	margin-top: 20px;
}

.donate .stuck {
	width: 21.25%;
}

.donate #donate-form section.zip a {
	font-size:10px;
	margin-top:10px;
	border-bottom:1px solid #24C1FF;
}

.donate #donate-form section.zip a:hover {
	border-bottom:none;
}

.donate #donate-form .tooltip {
	display:inline;
	font-size: 10px;
	margin-top: 10px;
	border-bottom: 1px solid #24C1FF;
	font-family: 'PolyRegular',Georgia,serif;
	letter-spacing:0;
	position: relative;
	top: -4px;
}

.donate #donate-form .tooltip .tool {
	padding: 8px 12px 8px;
	margin-top: 6px;
	margin-left: -27px;
	width: 300px;
	text-align: left;
}






/* ==========================================================================
   Media queries: global style
   ========================================================================== */



@media only screen and (max-width: 700px) {
    
	h1 {
		font-size:36px;
	}
	
	.target {
		font-size:10px;
	}
	
	.pullquote-left {
		font-size: 18px;
		width: 60%;
		padding-right: 3.5%;
		margin: -2px 8% 20px 0;
	}
	
	.pullquote-right {
		font-size: 18px;
		width: 60%;
		padding-left: 5%;
		margin: -2px 0 20px 8%;
	}
	
	.pagetitle {
		padding: 25px 0px;
	}

}

@media only screen and (max-width: 900px) and (min-width:701px) {
    
	h1 {
		font-size:50px;
	}
	
	.action .button {
		padding: 20px 0;
		width:100%;
	}
	
}


/* ==========================================================================
   Media queries: global layout
   ========================================================================== */

@media only screen and (max-width: 900px) {
    
	.full .interior {
		width:90%;
		padding:0 5%;
		margin:0 auto;
	}
	
	.col-1-2-55 .interior {
		margin:0 6.16666667% 0 8.33333333%;
		width:85.5%;
		padding-left:0;
		padding-right:0;
	}

	.col-2-2-55 .interior {
		margin:0 12.5% 0 12.5%;
		width:75%;
		padding-left:0;
		padding-right:0;
	}
	
	.col-1-2-65 .interior {
		margin:0 5% 0 7.69230769%;
		width:87.3076923%;
		padding-left:0;
		padding-right:0;
	}

	.col-2-2-65 .interior {
		margin:0 14.2857143% 0 10%;
		width:75.7142857%;
		padding-left:0;
		padding-right:0;
	}

}



/* ==========================================================================
   Media queries: forms
   ========================================================================== */

@media only screen and (max-width: 900px) and (min-width: 701px) {

	form .group section.city {
		width:55%;
	}
	
	form .group section.city input {
		padding-left:5.45454545%;
		padding-right:5.45454545%;
	}

}


@media only screen and (max-width: 700px) {

	form .group section.city {
		width:65%;
	}
	
	form .group section.city input {
		padding-left:4.61538462%;
		padding-right:4.61538462%;
	}
	
	form .group section.state {
		position: relative;
		right: 4px;
	}

}




/* ==========================================================================
   Media queries: global header
   ========================================================================== */

@media only screen and (max-width: 700px) {
    
    #top-header {
		padding:15px 0;
	}
	
	#top-header #logo, #top-header nav {
		float:none;
		display:inline-block;
		margin:0 auto;
	}
	
	#top-header #logo {
		width:130px;
		margin:0 auto 10px;
		display:block;
	}
	
	#top-header #logo a img {
		width:130px;
	}
			
	#top-header nav {
		width:100%;
		text-align:center;
		margin-top:12px;
	}
	
	#top-header nav li a {
		margin: 0 4% 0 4%;
		font-size:13px;
	}
	
	#top-header nav li #about {
		margin-left:0;
	}
	
	#top-header nav li #donate {
		margin-right:0;
	}
	
	#tag {
		display:none;
	}

}

@media only screen and (max-width: 900px) {
    
			
	#top-header nav li a {
		margin: 0 4% 0 4%;
		font-size:13px;
	}
	
	#top-header nav li a#donate {
		margin: 0 0 0 4%;
	}

}


/* ==========================================================================
   Media queries: global footer
   ========================================================================== */



@media only screen and (max-width: 700px) {
    
    #bottom-footer {
		padding: 25px 0;
	}
	
	#bottom-footer .copy {
		float: none;
		text-align: center;
	}
	
	#bottom-footer nav {
		float: none;
		text-align: center;
		margin-top: 30px;
	}
	
	#bottom-footer nav li {
		display: block;
		margin-left: 0;
		margin-bottom: 10px;
	}
	

}







/* ==========================================================================
   Media queries: homepage
   ========================================================================== */

@media only screen and (max-width: 700px) {
    
	.home #feature #actiontitle, .home #feature #actionmeta {
		width:100%;
		display:block;
	}
	
	.home #feature #actiontitle .interior, .home #feature #actionmeta .interior {
		width:90%;
		padding:0 5% 0 5%;
		margin:0;
	}
	
	.home #feature #actiontitle {
		padding-top:30px;
		padding-bottom:25px;
	}
	
	.home #feature #actionmeta {
		padding-bottom:0;
	}
	
	.home #feature #actionmeta .interior p {
		font-size:16px;
	}
	
	.home #feature #actionmeta .interior #links a, .home #feature #actionmeta .interior #links p {
		font-size:12px;
	}
	
	.home #feature #actionmeta .interior #feature-sign #links {
		margin-top: 15px;
	}
	
	.home #feature .featurearrow {
		position:absolute;
		background-image:url('/img/featurearrowtop.png');
		background-repeat:no-repeat;
		height: 20px;
		top: 0;
		width: 60px;
		left: 42%;
	}
		
	.home #feature .actioncount .tooltip {
		width:30%;
	}
	
	.home #feature .actioncount .count {
		width:60%;
		text-align:center;
		margin-left: 5%;
	}
	
	.home #signup form {
		width: 100%;
	}
	
	.home #signup form .group {
		margin:0 auto;
		display: block;
		width:90%;
	}
	
	.home #signup form .email {
		width: 60%;
		margin-right:8%;
	}
	
	.home #signup form .zip {
		width: 25%;
		margin-right:0;
	}

	.home #signup form #homesignup-signbtn {
		width: 100%;
	}
	
	.home .action {
		float:none;
		width:100%;
		margin-bottom: 45px;
		padding-bottom: 35px;
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	
	.home .action:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}
	
	.action .block {
		min-height: 150px;
	}
	
	.home #feature .actioncount {
		margin: 20px 0 0;
	}
	
	.home #social .socialbtn {
		float: none;
		display: block;
		width: 100%;
		font-size:44px;
	}
	
	.home #social #tw {
		margin-top: 30px;
	}
	
	.home #social {
		padding: 60px 0 140px;
	}

}

@media only screen and (max-width: 900px) and (min-width:701px) {
    
	.home .action {
		width:47%;
		margin-right:6%;
		float:left;
	}
	
	.home article.col-2-3 {
		margin-right:0;
	}
	
	.home .action:last-child {
		display: none;
	}
	
	.home #signup form {
		width: 85%;
	}
	
	.home #signup form .group {
		clear:none;
		display: inline-block;
	}
	
}


/* ==========================================================================
   Media queries: action detail pg
   ========================================================================== */


@media only screen and (max-width: 700px) {
    
	.action-detail #main #action-content, .action-detail #main #sign-wrapper {
		width:100%;
		display:block;
	}
	
	.action-detail #main #sign-wrapper {
		margin: 60px 0 120px;
	}
	
	.action-detail #action-sign {
		border-bottom:0;
		border-bottom-left-radius:0;
		padding: 30px 0 40px;
	}
	
	.action-detail #main #action-content .interior, .action-detail #main #sign-wrapper .interior {
		width: 90%;
		padding-left:5%;
		padding-right:5%;
		margin: 0;
	}
	
	.action-detail #main #action-content header h1 {
		padding-top:30px;
		padding-bottom:30px;
	}
	
	.action-detail #action-sign h2 {
		display:block;
	}
	
	.action-detail #action-content a#jumptosign {
		display:block;
	}
	
	.action-detail .stuck {
		position:relative;
		top:auto;
		width:auto;
	}
	
	.action-detail #right-col-social {
		display:inline-block;
	}
	
	.action-detail #left-col-social {
		display:none;
	}
	
	.action-detail .logged-in {
		margin: 0 0 40px;
	}
	
	.action-detail .social-links li {
		margin-right:20px;
	}

}




/* ==========================================================================
   Media queries: action confirmation pg
   ========================================================================== */


@media only screen and (max-width: 700px) {
    
	.action-detail .col-1-2, .action-detail .col-2-2 {
		float: none;
		display: block;
		width: 100%;
	}
	
	.action-detail #conf-share #tw {
		margin:50px 0;
	}
	
	.action-detail #conf-header {
		padding: 20px 0 0;
	}
	
	.action-detail #conf-header:after {
		bottom: -28px;
	}
	
	.action-detail #conf-share {
		padding: 50px 0 90px;
	}
	
}



/* ==========================================================================
   Media queries: About pg
   ========================================================================== */
   
@media only screen and (max-width: 700px) {
    
	.about form#contactus {
		width:90%;
	}
	
	.about form#contactus input[type="text"], .about form#contactus input[type="email"], .about form#contactus textarea {
		padding-left:3%;
		padding-right:3%;
		width:91%;
	}
	
}   
   



/* ==========================================================================
   Media queries: Campaigns pg
   ========================================================================== */


@media only screen and (max-width: 900px) and (min-width:701px) {
    
	.campaigns .action {
		width:47%;
		margin-right:6%;
		float:left;
	}
	
	.campaigns article.col-2-3 {
		margin-right:0;
	}
	
	.campaigns .button {
		padding: 20px 0;
		width:100%;
	}
	
	.campaigns .action:nth-child(3n+3) {
		margin-right:6%;
	}
	
	.campaigns .action:nth-child(2n+2) {
		margin-right: 0;
	}
	
}

@media only screen and (max-width: 700px) {
    
	.campaigns .action {
		float:none;
		width:100%;
		margin-bottom: 45px;
		padding-bottom: 35px;
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	
	.campaigns .action:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}
	
	.campaigns .pagetitle {
		margin-bottom:40px;
	}
	
}





/* ==========================================================================
   Media queries: Donate pg
   ========================================================================== */

@media only screen and (max-width: 700px) {
    
	.donate .interior #donate-description, .donate .interior #donate-form {
		float:none;
		width:100%;
	}
	
	.donate .interior #donate-description {
		margin-bottom: 60px;
		margin-top: 30px;
	}
	
	.donate #donate-form #step2, .donate #donate-form #step3 {
		width:100%;
	}
	
	.donate #donate-form section.city {
		width: 65%;
	}
	
	.donate #donate-form section.city input {
		padding-right:3%;
		padding-left:3%;
	}
	
	.donate #donate-form #donate-btn {
		width: 100%;
	}
	
	.donate .privacy {
		width: 100%;
	}
	
	.donate #donate-form form .radio section {
		margin-right: 35px;
		margin-bottom: 15px;
	}
	
	.donate .stuck {
		position:relative;
		top:auto;
		width:auto;
	}
	
	.donate #donate-description .action-progress {
		padding: 8px 0 2px;
	}
	
}

@media only screen and (min-width: 701px) and (max-width: 900px) {
    
	.donate #donate-form form .radio section {
		margin-right: 55px;
		margin-bottom: 15px;
	}
	
	.donate #donate-form #step2, .donate #donate-form #step3 {
		width:100%;
	}
	
	.donate .privacy {
		width: 100%;
	}
	
	.donate .action-progress .interior {
		width: 88%;
	}
	
	.donate #donate-description .action-progress {
		padding: 8px 0 2px;
	}
	
}



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

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