/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 6, /Users/Bill/Desktop/actionkit/fp_3/sass/_normalize.sass */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}

/* line 10, /Users/Bill/Desktop/actionkit/fp_3/sass/_normalize.sass */
audio, canvas, video {
  display: inline-block;
}

/* line 17, /Users/Bill/Desktop/actionkit/fp_3/sass/_normalize.sass */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 23, /Users/Bill/Desktop/actionkit/fp_3/sass/_normalize.sass */
[hidden] {
  display: none;
}

/* line 33, /Users/Bill/Desktop/actionkit/fp_3/sass/_normalize.sass */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 39, /Users/Bill/Desktop/actionkit/fp_3/sass/_normalize.sass */
html, button, input, select, textarea {
  font-family: sans-serif;
}

/* line 43, /Users/Bill/Desktop/actionkit/fp_3/sass/_normalize.sass */
body {
  margin: 0;
}

/* line 51, /Users/Bill/Desktop/actionkit/fp_3/sass/_normalize.sass */
a:focus {
  outline: thin dotted;
}

/* line 56, /Users/Bill/Desktop/actionkit/fp_3/sass/_normalize.sass */
a:active, a:hover {
  outline: 0;
}

/* line 65, /Users/Bill/Desktop/actionkit/fp_3/sass/_normalize.sass */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 69, /Users/Bill/Desktop/actionkit/fp_3/sass/_normalize.sass */
b, strong {
  font-weight: bold;
}

/* line 72, /Users/Bill/Desktop/actionkit/fp_3/sass/_normalize.sass */
blockquote {
  margin: 1em 40px;
}

/* line 76, /Users/Bill/Desktop/actionkit/fp_3/sass/_normalize.sass */
dfn {
  font-style: italic;
}

/* line 80, /Users/Bill/Desktop/actionkit/fp_3/sass/_normalize.sass */
mark {
  background: yellow;
  color: black;
}

/* line 85, /Users/Bill/Desktop/actionkit/fp_3/sass/_normalize.sass */
p, pre {
  margin: 0 0 0.7em 0;
}

/* line 88, /Users/Bill/Desktop/actionkit/fp_3/sass/_normalize.sass */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/* line 92, /Users/Bill/Desktop/actionkit/fp_3/sass/_normalize.sass */
code, kbd, pre, samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/* line 98, /Users/Bill/Desktop/actionkit/fp_3/sass/_normalize.sass */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* line 103, /Users/Bill/Desktop/actionkit/fp_3/sass/_normalize.sass */
.break-word {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -hp-pre-wrap;
  word-wrap: break-word;
}

/* line 114, /Users/Bill/Desktop/actionkit/fp_3/sass/_normalize.sass */
q {
  quotes: none;
}

/* line 118, /Users/Bill/Desktop/actionkit/fp_3/sass/_normalize.sass */
q:before, q:after {
  content: "";
  content: none;
}

/* line 122, /Users/Bill/Desktop/actionkit/fp_3/sass/_normalize.sass */
small {
  font-size: 75%;
}

/* line 126, /Users/Bill/Desktop/actionkit/fp_3/sass/_normalize.sass */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 132, /Users/Bill/Desktop/actionkit/fp_3/sass/_normalize.sass */
sup {
  top: -0.5em;
}

/* line 135, /Users/Bill/Desktop/actionkit/fp_3/sass/_normalize.sass */
sub {
  bottom: -0.25em;
}

/* line 144, /Users/Bill/Desktop/actionkit/fp_3/sass/_normalize.sass */
dl, menu, ol, ul, dd {
  margin: 0 0 15px 40px;
}

/* line 149, /Users/Bill/Desktop/actionkit/fp_3/sass/_normalize.sass */
menu, ol, ul {
  padding: 0;
}

/* line 153, /Users/Bill/Desktop/actionkit/fp_3/sass/_normalize.sass */
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}

/* line 157, /Users/Bill/Desktop/actionkit/fp_3/sass/_normalize.sass */
.no-list {
  list-style: none;
  list-style-image: none;
  margin: 0;
}

/* line 169, /Users/Bill/Desktop/actionkit/fp_3/sass/_normalize.sass */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* line 174, /Users/Bill/Desktop/actionkit/fp_3/sass/_normalize.sass */
svg:not(:root) {
  overflow: hidden;
}

/* line 182, /Users/Bill/Desktop/actionkit/fp_3/sass/_normalize.sass */
figure {
  margin: 0;
}

/* line 191, /Users/Bill/Desktop/actionkit/fp_3/sass/_normalize.sass */
form {
  margin: 0;
}

/* line 195, /Users/Bill/Desktop/actionkit/fp_3/sass/_normalize.sass */
fieldset {
  padding: 5px 20px 10px;
  border: 1px solid #888888;
  margin: 0;
}

/* line 203, /Users/Bill/Desktop/actionkit/fp_3/sass/_normalize.sass */
legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

/* line 212, /Users/Bill/Desktop/actionkit/fp_3/sass/_normalize.sass */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

/* line 219, /Users/Bill/Desktop/actionkit/fp_3/sass/_normalize.sass */
button, input {
  line-height: normal;
}

/* line 226, /Users/Bill/Desktop/actionkit/fp_3/sass/_normalize.sass */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 232, /Users/Bill/Desktop/actionkit/fp_3/sass/_normalize.sass */
button[disabled], input[disabled] {
  cursor: default;
}

/* line 238, /Users/Bill/Desktop/actionkit/fp_3/sass/_normalize.sass */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 246, /Users/Bill/Desktop/actionkit/fp_3/sass/_normalize.sass */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 253, /Users/Bill/Desktop/actionkit/fp_3/sass/_normalize.sass */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 257, /Users/Bill/Desktop/actionkit/fp_3/sass/_normalize.sass */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 263, /Users/Bill/Desktop/actionkit/fp_3/sass/_normalize.sass */
textarea {
  overflow: auto;
  vertical-align: top;
}

/* line 273, /Users/Bill/Desktop/actionkit/fp_3/sass/_normalize.sass */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "glyphs";
  src: url('fonts/socialico-webfont.eot') format('embedded-opentype'), url('fonts/socialico-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/socialico-webfont.woff') format('woff'), url('fonts/socialico-webfont.ttf') format('truetype'), url('fonts/socialico-webfont.svg#socialicoregular') format('svg');
}

/* line 5, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
body {
  padding: 0;
  min-width: 420px;
}

/* line 9, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
a, .span-link {
  cursor: pointer;
}

/* line 12, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
strong {
  font-weight: bold;
}

/* line 15, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.max-width-styles {
  max-width: 640px;
  margin: 0px auto 0;
  padding: 0 5%;
}

/* line 20, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
header {
  height: 110px;
  overflow: hidden;
  *zoom: 1;
}

/* line 24, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.presented-by {
  display: none;
}

/* line 27, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.logo-tab {
  display: block;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) -10px 0px 120px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) -10px 0px 120px;
  box-shadow: rgba(0, 0, 0, 0.5) -10px 0px 120px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

/* line 34, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.fp-logo {
  display: block;
}

/* line 37, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
#main-wrapper {
  padding-top: 20px;
  padding-bottom: 40px;
  position: relative;
}
/* line 42, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.Petition #main-wrapper, .Letter #main-wrapper {
  /*max-width: 1020px;*/
  max-width: inherit;
}

/* line 45, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
#content {
  overflow: hidden;
  *zoom: 1;
}

/* line 48, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.white-bag, .event-tool, .event-search, .host-tools, .attendee-tools, .white-bag-wrapper {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  padding: 10px 20px;
  background: white;
  margin: 10px 0 10px 0;
}

/* line 54, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
footer {
  margin: 0 30px 0;
  max-width: 1000px;
  text-align: center;
}

/* line 59, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.chromeframe {
  margin: 0;
  background: #cccccc;
  color: black;
  padding: 0;
  display: none;
}

/* line 77, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
label {
  width: 250px;
  margin: 4px 0 5px 0;
  font-weight: bold;
}

/* line 82, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
input[type="password"], input[type="text"], input[type="email"], textarea {
  display: block;
  width: 250px;
  padding: 5px;
}

/* line 87, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
select {
  width: 250px;
  display: block;
}

/* line 91, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
textarea {
  width: 250px;
  height: 80px;
}

/* line 95, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
input[type="submit"] {
  white-space: normal;
  display: block;
  text-align: center;
  margin: 20px auto 10px;
}

/* line 101, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
select {
  margin: 5px 0 0 0;
}

/* line 104, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.form-item-state {
  overflow: hidden;
  *zoom: 1;
}

/* line 107, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.checkbox, .home-address {
  padding: 0;
  margin: 0;
  border: 0;
}
/* line 112, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.checkbox label, .home-address label {
  display: inline;
  float: none;
  width: auto;
  font-weight: normal;
  margin: 0;
}
/* line 119, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.checkbox input, .home-address input {
  margin-right: 5px;
}

/* line 124, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
#phone-choice span {
  margin-right: 40px;
}
/* line 127, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
#phone-choice label {
  width: auto;
  float: none;
  margin-right: 10px;
}

/* line 132, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.gridded p {
  overflow: hidden;
  *zoom: 1;
}
/* line 135, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.petition-form .gridded p.form-item-address {
  margin-bottom: -5px;
}

/* line 138, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
fieldset {
  padding: 20px;
  margin: 0 0 20px 0;
}

/* line 142, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
legend {
  padding: 10px 15px;
}

/* line 152, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.top-taf {
  max-width: 600px;
  margin: 0 auto 30px;
  text-align: center;
}
/* line 157, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.top-taf img {
  max-width: 500px;
  width: 100%;
  margin: 0 auto 0px;
}
/* line 162, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.top-taf p {
  max-width: 600px;
  margin: 20px auto 0;
}

/* line 166, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.taf-actions {
  margin: 0 auto 0;
  width: 340px;
}
/* line 170, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.taf-actions li {
  width: 330px;
  background: white;
  padding: 15px;
  margin: 0 10px 10px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
/* line 178, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.taf-actions textarea {
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 184, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
#share-image img {
  max-width: 100%;
}

/* line 188, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
#link input[type="text"] {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 194, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
#twitter textarea {
  width: 292px;
  height: 120px;
}

/* line 198, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
#facebook .button-wrapper {
  margin-bottom: 0;
}

/* line 208, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.white-bag-wrapper, #taf {
  overflow: hidden;
  *zoom: 1;
}

/* line 211, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.intro-info-wrapper-big, .taf-intro-wrapper-wrapper {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 0;
  padding: 0;
}

/* line 217, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.intro-info {
  margin-top: 10px;
}
/* line 220, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.intro-info .title, .intro-info .top-taf p, .top-taf .intro-info p, .intro-info .target-wrapper .target, .target-wrapper .intro-info .target {
  margin-bottom: 10px;
}
/* line 223, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.intro-info img {
  max-width: 100%;
}

/* line 226, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.form-column {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 10px auto 20px;
  padding: 18px 25px 5px;
  max-width: 600px;
  position: relative;
}
/* line 234, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.form-column input[type="password"], .form-column input[type="text"], .form-column input[type="email"] {
  width: 80%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 238, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.form-column textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 242, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.form-column .gridded {
  margin-top: 15px;
}
/* line 245, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.form-column label {
  width: 20%;
  float: left;
}
/* line 249, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.form-column select {
  width: 80%;
}
/* line 252, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.form-column .checkbox, .form-column .home-address {
  padding-left: 20%;
}
/* line 255, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.form-column #phone-choice {
  padding-left: 20%;
}
/* line 258, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.form-column .form-item-phone {
  margin: 0;
}
/* line 263, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.form-column .add-comment label {
  float: none;
  width: 100%;
}
/* line 267, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.form-column .add-comment textarea {
  height: 50px;
}
/* line 270, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.form-column input[type="submit"] {
  margin: 5px 0;
}
/* line 273, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.Call .form-column {
  padding: 0;
}

/* line 287, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
#id_event_starts_at_row {
  margin-bottom: -10px;
}
/* line 290, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
#id_event_starts_at_row input[type=text] {
  max-width: 120px;
  display: inline;
}
/* line 294, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
#id_event_starts_at_row select {
  width: 55px;
  display: inline;
}

/* line 302, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
#host-tools-intro, .intro {
  margin-bottom: 20px;
}

/* line 305, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
#host-event-details div, #attendee-event-details div {
  overflow: hidden;
  *zoom: 1;
}

/* line 310, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
#attendee-event-details h2 {
  margin-bottom: 5px;
}
/* line 313, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
#attendee-event-details h3 {
  margin-bottom: 10px;
}
/* line 316, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
#attendee-event-details .legend {
  margin-top: 10px;
}
/* line 319, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
#attendee-event-details .first-textarea .legend {
  margin-top: 0;
}

/* line 323, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
#taf {
  text-align: left;
}
/* line 326, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
#taf label.wide {
  float: none;
  width: 100%;
}
/* line 330, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
#taf input[type="submit"] {
  text-align: left;
  float: left;
}
/* line 334, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
#taf .submit-wrapper {
  overflow: hidden;
  *zoom: 1;
}

/* line 337, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.events {
  margin-bottom: 20px;
}
/* line 340, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.events .event-title {
  font-weight: bold;
}
/* line 343, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.events .event {
  margin-bottom: 10px;
}

/* line 348, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.event div, .event a {
  margin-bottom: 5px;
  display: block;
}

/* line 352, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
#event-search-results {
  margin-bottom: 20px;
}

/* line 355, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
#map {
  width: 300px;
  margin: 0 auto 20px;
}

/* line 361, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
#get-directions #map {
  float: none;
  width: 100%;
}
/* line 365, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
#get-directions img {
  float: right;
}
/* line 368, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
#get-directions input[type="text"] {
  margin-bottom: 5px;
}

/* line 371, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.tools-sidebar {
  margin-bottom: 5px;
}

/* line 375, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.event-contact-headers div {
  overflow: hidden;
  *zoom: 1;
}

/* line 387, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.form-column .question label {
  width: 100%;
  display: block;
  float: none;
}
/* line 392, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.form-column .question .checkbox, .form-column .question .home-address {
  padding-left: 0;
}
/* line 395, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.form-column .question textarea {
  display: inline;
}
/* line 398, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.form-column .question fieldset {
  padding: 0;
  margin: 0;
  border: none;
  display: block;
}
/* line 404, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.form-column .question input[type="text"] {
  width: 100%;
}

/* line 407, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.form-column hr {
  border: none;
  border-top: 1px solid #008ece;
  border-bottom: 1px solid #006a9b;
  margin: 10px 0;
}

/* line 420, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.form-column .target {
  margin: 0 0 10px;
  overflow: hidden;
  *zoom: 1;
}
/* line 424, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.form-column .target input {
  float: left;
  margin: 10px 5px 0 0;
}
/* line 428, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.form-column .target label {
  width: 90%;
}

/* line 431, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.target-wrapper {
  padding: 10px;
  margin-bottom: 10px;
}

/* line 435, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
#target_listing {
  padding: 10px;
}
/* line 438, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
#target_listing .target {
  margin: 0;
}

/* line 441, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.call-info {
  margin: 0 0 10px 0;
}

/* line 444, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
h4 p {
  margin: 0;
}

/* line 447, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.comment-label {
  font-weight: bold;
  margin: 0;
}

/* line 453, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.Call #user_submit_userForm {
  margin-bottom: 20px;
}

/* line 458, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.known-user-name-false #step2, .known-user-name-false #step3 {
  display: none;
}
/* line 461, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.known-user-name-false #step1 {
  border-bottom: none;
}

/* line 464, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.call-item {
  padding: 10px 12px 3px;
  background: white;
  background: rgba(255, 255, 255, 0.2);
  margin-bottom: 10px;
}

/* line 470, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
#step-number1 {
  margin: 13px 0 1px;
}

/* line 482, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.petition-form .address-1 label, .petition-form .address-2 label {
  width: 170px;
}
/* line 485, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.petition-form .address-1 input[type="text"], .petition-form .address-2 input[type="text"] {
  width: 100%;
}

/* line 488, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
#amount_list, #type {
  overflow: hidden;
  *zoom: 1;
}

/* line 492, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.donation-amount {
  margin-right: 20px;
  display: block;
  float: left;
}

/* line 497, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.donation-amount-other {
  margin: 10px 0 0;
  display: block;
  width: 100%;
}
/* line 502, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.donation-amount-other input {
  float: right;
  display: block;
  margin: -5px 0 0 5px;
}

/* line 508, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
#type {
  margin: 10px 0;
}
/* line 512, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
#type span {
  margin-right: 20px;
  display: block;
}
/* line 516, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
#type p {
  margin: 0;
}
/* line 519, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
#type .quiet {
  font-style: italic;
  font-size: 12px;
}

/* line 525, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.form-column label[for="card_num"] {
  width: 100%;
}
/* line 528, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.form-column label[for="card_code"], .form-column label[for="exp_date"] {
  width: 156px;
}
/* line 531, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.form-column #card_num {
  width: 100%;
}
/* line 534, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.form-column .card_image {
  width: 110px;
  float: right;
  margin: -26px 0 1px 0;
}
/* line 539, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.form-column #card_code {
  width: 70px;
}
/* line 542, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.form-column #vn-more-info {
  float: left;
  margin: -25px 0 0 234px;
}
/* line 546, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.form-column #exp_date_month, .form-column #exp_date_year {
  width: 45px;
  margin: 0 2px 0 0;
  display: inline;
}
/* line 551, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.form-column #exp_date_year {
  margin-left: 2px;
  width: 60px;
}

/* line 555, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.more-options {
  margin: 20px 0 0 0;
}
/* line 558, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.more-options li {
  display: inline;
}

/* line 576, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.Donation #main-wrapper {
  padding: 10px 0 0;
  max-width: 100%;
}
/* line 580, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.Donation .white-bag-wrapper {
  padding: 0 20px;
  margin: 30px auto;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  max-width: 1000px;
}
/* line 587, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.Donation .intro-info {
  margin: 0px auto 30px;
  text-shadow: 0 1px 0 white;
}
/* line 591, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.Donation #intro-text p {
  margin-bottom: 10px;
  line-height: 22px;
}
/* line 595, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.Donation .petition-form {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: none;
  max-width: 460px;
  width: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
/* line 605, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.Donation .donation-topper {
  background: #e52b00;
  padding: 10px;
  -webkit-border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  -ms-border-radius: 15px 15px 0 0;
  -o-border-radius: 15px 15px 0 0;
  border-radius: 15px 15px 0 0;
  text-align: center;
  margin: 20px 0 0;
}
/* line 612, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.Donation .donation-topper h1 {
  margin: 0;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.7);
  font-size: 30px;
  line-height: 40px;
  padding: 0;
}
/* line 619, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.Donation .donation-form-note {
  color: black;
  padding: 10px 5px 0;
  margin: 0;
  font-family: "Shadows Into Light Two", cursive;
  font-size: 17px;
  line-height: 24px;
}
/* line 628, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.Donation .billing-info .submit {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 32px;
}
/* line 633, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.Donation .secure-language {
  color: #333333;
  background: url(https://s3.amazonaws.com/s3.freepress.net/template-set-assets/fp_3/img/gadget/lock.png) no-repeat center left;
  padding: 0px 0 0 20px;
  margin: 2px 0 5px 0;
}

/* line 639, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.header-image {
  background: white;
  padding: 5px 5px 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  max-width: 320px;
  margin: 20px auto 0;
}

/* line 646, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.donation-section {
  background: white;
  max-width: 460px;
  width: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 18px 25px;
  margin: 0 0 1px;
  position: relative;
}
/* line 655, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.donation-section #amount_list, .donation-section #type {
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  margin-top: 0;
}

/* line 659, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
#type {
  margin: 0 0 1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

/* line 663, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.form-column .main-label {
  color: #333333;
  width: 100%;
  display: block;
}

/* line 670, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.Donation .donation_person-info label, .Donation .card_info label {
  color: #333333;
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  margin: 0 0 3px;
}
/* line 677, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.Donation .donation_person-info p, .Donation .card_info p {
  margin-bottom: 10px;
}

/* line 682, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.billing-name input, .billing-address input {
  display: inline;
}

/* line 685, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.billing-info {
  overflow: hidden;
  *zoom: 1;
}

/* line 688, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.billing-city, .billing-email, .billing-phone {
  width: 200px;
  float: left;
}

/* line 692, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.billing-state, .billing-zip {
  width: 90px;
  float: left;
  margin-left: 15px;
}

/* line 697, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.billing-phone {
  margin-left: 15px;
  width: 195px;
}

/* line 705, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.Donation .petition-form .donation_box input[type="text"], .Donation .petition-form .donation_box input[type="email"], .Donation .petition-form .donation_box select {
  width: 100%;
  background: #f2f2f2;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: 0 0 10px #d9d9d9 inset;
  -moz-box-shadow: 0 0 10px #d9d9d9 inset;
  box-shadow: 0 0 10px #d9d9d9 inset;
  border: 1px solid #cccccc;
}
/* line 714, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.Donation #amount_list .donation-amounts, .Donation #type .donation-amounts {
  overflow: hidden;
  *zoom: 1;
}
/* line 717, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.Donation #amount_list .donation-amount, .Donation #type .donation-amount {
  margin: 0;
  padding: 0;
}
/* line 721, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.Donation #amount_list .donation-amount-other, .Donation #type .donation-amount-other {
  margin-left: 5px;
}
/* line 724, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.Donation #amount_list .donation-amount-other label, .Donation #type .donation-amount-other label {
  display: none;
}
/* line 727, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.Donation #amount_list .donation-amount-other input, .Donation #type .donation-amount-other input {
  margin: 6px 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 10px 6px;
  font-size: 20px;
  font-family: "Oswald", Impact, Charcoal, sans-serif;
  line-height: 30px;
  width: 200px;
  float: left;
}

/* line 739, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.petition-form .input-button input {
  display: none;
}
/* line 741, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.no-js .petition-form .input-button input {
  display: block;
  margin-left: 10px;
  margin-top: 10px;
}
/* line 746, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.petition-form .input-button label {
  background: #009fe7;
  display: block;
  width: 87px;
  padding: 10px 5px 11px;
  text-align: center;
  color: white;
  margin: 5px 0 0 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  font-size: 20px;
  font-family: "Oswald", Impact, Charcoal, sans-serif;
  font-weight: normal;
}
/* line 759, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.no-js .petition-form .input-button label {
  background: none;
  color: #333333;
  padding: 0 0 10px 30px;
  margin: -12px 0 0px 0;
  text-align: left;
  width: 70px;
}
/* line 767, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.petition-form .input-button label:hover {
  background: #4ec8ff;
  cursor: pointer;
}
/* line 770, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.no-js .petition-form .input-button label:hover {
  background: none;
}
/* line 773, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.petition-form .input-button label.selected {
  background: #5ab628;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset;
}
/* line 777, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.petition-form .input-button label.selected:hover {
  background: #72d43d;
}

/* line 781, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.no-js .petition-form .input-button label.selected {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 785, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
#type .input-button {
  width: 100%;
}
/* line 787, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.no-js #type .input-button {
  padding-bottom: 10px;
}
/* line 790, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
#type .input-button label {
  width: 190px;
}

/* line 793, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.no-js #type .main-label {
  position: relative;
  float: none;
}

/* line 797, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
#type .monthly-text, #type .single-text {
  color: #333333;
  margin: 10px 5px;
}

/* line 801, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.cards-accepted {
  text-align: center;
  margin: 0 0 10px;
}

/* line 805, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.billing-exp, .billing-verification {
  float: left;
  width: 200px;
  margin: 10px 0 10px 0;
}

/* line 810, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.billing-card-info {
  overflow: hidden;
  *zoom: 1;
  margin: 0 0 10px;
}

/* line 814, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.card_info {
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  margin-bottom: 10px;
}

/* line 818, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.Donation .petition-form .button-wrapper {
  -webkit-box-shadow: 0 0 20px #bbbbbb inset;
  -moz-box-shadow: 0 0 20px #bbbbbb inset;
  box-shadow: 0 0 20px #bbbbbb inset;
}

/* line 827, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.Donation {
  min-width: 420px;
}
/* line 830, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.Donation #footer-donate {
  margin: 0;
  padding: 20px 0;
  text-align: left;
}
/* line 835, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.Donation #footer-donate p {
  font-size: 14px;
  line-height: 18px;
}
/* line 839, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.Donation .footer-wrapper {
  max-width: 1000px;
  margin: 0 auto 0;
  overflow: hidden;
  *zoom: 1;
}
/* line 844, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.Donation .footer-column {
  width: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 849, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.Donation .footer-column h1 {
  background: #cccccc;
  padding: 10px;
}
/* line 853, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.Donation .footer-column h3 {
  color: #007cb4;
  font-size: 16px;
  line-height: 20px;
  font-family: "Droid Sans", Tahoma, Geneva, sans-serif;
  font-weight: bold;
  padding: 0 0 5px 0;
  margin: 0;
  cursor: pointer;
}
/* line 863, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.Donation .footer-column h3:hover {
  color: #009fe7;
}
/* line 868, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.Donation .accordian-list li {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 5px;
}
/* line 872, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.Donation .accordian-list div {
  display: none;
}
/* line 875, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.Donation #footer {
  display: none;
}
/* line 878, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.Donation #footer-donate {
  background: url(https://s3.amazonaws.com/s3.freepress.net/template-set-assets/fp_3/img/gadget/texture-3.png);
  max-width: 100%;
}
/* line 882, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.Donation #footer-donate p {
  padding: 0;
}
/* line 885, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.Donation .ratings {
  overflow: hidden;
  *zoom: 1;
  margin: 5px 0 10px;
}
/* line 889, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.Donation .charity-navigator, .Donation .great-nonprofits {
  width: 47.5%;
  float: left;
}
/* line 893, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.Donation .charity-navigator img, .Donation .great-nonprofits img {
  width: 100%;
}
/* line 896, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.Donation .charity-navigator {
  margin-right: 5%;
}

/* line 909, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.Signup .title, .Signup .top-taf p, .top-taf .Signup p, .Signup .target-wrapper .target, .target-wrapper .Signup .target {
  font-size: 28px;
}
/* line 912, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.Signup form, .Signup .intro-info-wrapper-big, .Signup footer {
  max-width: 420px;
  margin: 0 auto 14px;
  float: none;
}
/* line 917, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.Signup .intro-info-wrapper-big {
  background: white url("https://s3.amazonaws.com/s3.freepress.net/template-set-assets/fp_3/img/mountains.png") repeat-x bottom;
  margin-bottom: 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}
/* line 922, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.Signup .intro-info {
  padding: 16px 26px 10px;
  margin: 0;
}

/* line 940, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.Signup.share-page .max-width-styles {
  max-width: 1100px;
}
/* line 943, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.Signup.share-page form, .Signup.share-page .intro-info-wrapper-big {
  max-width: inherit;
}
/* line 946, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.Signup.share-page footer {
  max-width: 800px;
}
/* line 949, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.Signup.share-page form {
  position: relative;
  margin: 0 26px;
}
/* line 953, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.Signup.share-page .intro-info-wrapper-big {
  background: none;
}

/* line 958, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.share-page .intro-info-wrapper {
  overflow: hidden;
  *zoom: 1;
}
/* line 961, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.share-page .intro-info {
  margin: 0;
  padding-bottom: 0;
}
/* line 965, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.share-page #content {
  background: white;
  margin-bottom: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
/* line 970, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.share-page .form-column.fixed {
  right: 0;
}
/* line 973, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.share-page form {
  margin: 0 26px;
  width: auto;
  max-width: auto;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: none;
  color: #333333;
  border: 2px solid #009fe7;
  overflow: hidden;
  *zoom: 1;
}
/* line 984, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.share-page form .description {
  background: #009fe7;
  padding: 10px;
  color: white;
  margin: 0;
}
/* line 990, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.share-page form .compact {
  margin: 0;
}
/* line 993, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.share-page form .gridded {
  margin: 10px 20px 0;
  padding: 0;
}
/* line 997, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.share-page form label {
  display: block;
  width: 100%;
  margin: 0;
}
/* line 1002, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.share-page form input[type="text"], .share-page form input[type="email"] {
  width: 100%;
  background: #eeeeee;
  -webkit-box-shadow: 0 0 5px #cccccc inset;
  -moz-box-shadow: 0 0 5px #cccccc inset;
  box-shadow: 0 0 5px #cccccc inset;
  border: 1px solid #888888;
}
/* line 1008, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.share-page form .button-wrapper {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 20px;
  padding-left: 20px;
}
/* line 1015, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.share-page form .button-wrapper input {
  padding: 5px 0;
}
/* line 1018, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.share-page form .waiver {
  margin: -5px 20px 10px;
  float: left;
  color: #888888;
  font-size: 0.85em;
}
/* line 1024, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.share-page .item-1 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e8e8e8;
}
/* line 1029, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.share-page .share-list {
  overflow: hidden;
  *zoom: 1;
}
/* line 1032, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.share-page .share-list > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 1035, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.share-page .share-list .item-1 {
  padding-right: 10px;
}
/* line 1038, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.share-page .share-list .item-2 {
  padding-right: 5px;
  padding-left: 5px;
}
/* line 1042, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.share-page .share-list .item-3 {
  padding-left: 10px;
}
/* line 1045, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.share-page .social {
  float: left;
  margin-right: 10px;
}
/* line 1049, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.share-page .shares {
  padding: 20px 26px;
  margin: 0 auto 0;
}
/* line 1053, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.share-page .share-graphic {
  max-width: 100%;
}

/* line 1056, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.ownership_share_diversity .shares, .ownership_share_murdoch .shares {
  max-width: 600px;
}

/* line 1061, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.share-page.thanks #content {
  background: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  -ms-border-radius: none;
  -o-border-radius: none;
  border-radius: none;
}
/* line 1065, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.share-page.thanks .top-taf p {
  font-size: 22px;
  line-height: 32px;
}
/* line 1069, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.share-page.thanks form {
  border: none;
}

/* line 1077, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
#modal, #modal-overlay {
  display: none;
}

/* line 1080, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
#modal-verification-number, #modal-common-questions, #modal-ways-give {
  display: none;
}

/* line 1083, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
#modal {
  position: absolute;
  top: 70px;
  z-index: 100;
  background: white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  width: 400px;
  left: 50%;
  margin-left: -200px;
}
/* line 1093, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
#modal .action-button {
  margin: 20px 0;
}
/* line 1097, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
#modal .action-button span.ext {
  background-image: none;
}

/* line 1101, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
#modal-content {
  padding: 18px;
  text-align: left;
}

/* line 1105, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
#modal-close {
  color: #eeeeee;
  cursor: pointer;
  font: bold 11px/12px verdana, sans-serif;
  position: absolute;
  right: 0;
  top: -20px;
  width: 60px;
}
/* line 1114, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
#modal-close:hover {
  color: #aaaaaa;
}

/* line 1117, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
#modal-overlay {
  background: black;
  cursor: pointer;
  left: 0;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
}

/* line 1130, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.collapser p, .collapser h3 {
  margin: 0;
  padding: 0 0 5px 0;
}
/* line 1134, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.collapser li {
  padding: 0 0 10px 0;
}

/* line 1137, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
#ratings {
  border-top: 1px solid #dddddd;
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
}
/* line 1142, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
#ratings li {
  width: 160px;
  margin: 0 0 5px 0;
}

/* line 1149, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.slideshow {
  margin: 20px 0 10px;
  overflow: hidden;
  *zoom: 1;
}
/* line 1153, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.slideshow li {
  float: left;
  -webkit-transition: opacity 0.05s linear;
  -moz-transition: opacity 0.05s linear;
  -ms-transition: opacity 0.05s linear;
  -o-transition: opacity 0.05s linear;
  transition: opacity 0.05s linear;
  cursor: pointer;
  margin: 0 5px 0 0;
}
/* line 1159, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.slideshow li:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 1162, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure.sass */
.slideshow li.big {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  cursor: auto;
}

@media screen and (min-width: 58.75em) {
  /* line 6, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure-break1.sass */
  label {
    float: left;
    width: 180px;
  }

  /* line 10, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure-break1.sass */
  input[type="password"], input[type="text"], input[type="email"], textarea {
    width: 400px;
  }

  /* line 13, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure-break1.sass */
  select {
    width: 400px;
  }

  /* line 16, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure-break1.sass */
  textarea {
    width: 580px;
  }

  /* line 19, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure-break1.sass */
  .checkbox, .home-address {
    padding-left: 180px;
  }

  /* line 22, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure-break1.sass */
  #phone-choice {
    padding-left: 180px;
  }

  /* line 25, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure-break1.sass */
  .tip, .double-check {
    padding-left: 180px;
  }

  /* line 28, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure-break1.sass */
  .max-width-styles {
    max-width: 1000px;
  }

  /* line 31, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure-break1.sass */
  #map {
    float: right;
    margin-left: 20px;
  }

  /* line 42, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure-break1.sass */
  #event-signup-form label {
    width: 130px;
  }
  /* line 45, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure-break1.sass */
  #event-signup-form input[type="password"], #event-signup-form input[type="text"], #event-signup-form input[type="email"], #event-signup-form textarea {
    width: 300px;
  }
  /* line 48, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure-break1.sass */
  #event-signup-form select {
    width: 300px;
  }
  /* line 51, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure-break1.sass */
  #event-signup-form textarea {
    width: 480px;
  }
  /* line 54, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure-break1.sass */
  #event-signup-form .checkbox, #event-signup-form .home-address {
    padding-left: 130px;
  }
  /* line 57, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure-break1.sass */
  #event-signup-form #phone-choice {
    padding-left: 130px;
  }

  /* line 64, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure-break1.sass */
  .taf-actions {
    width: 680px;
  }
  /* line 67, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure-break1.sass */
  .taf-actions li {
    float: left;
  }

  /* line 70, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure-break1.sass */
  #twitter {
    float: right;
  }

  /* line 75, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure-break1.sass */
  .intro-info-wrapper-big, .taf-intro-wrapper-wrapper {
    margin: 0px -450px 0px 0px;
    float: left;
    max-width: none;
  }

  /* line 80, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure-break1.sass */
  .intro-info, .taf-intro-wrapper {
    margin-right: 450px;
    margin-left: 10px;
  }

  /* line 84, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure-break1.sass */
  .letter2 {
    margin: 10px 0 0 0;
  }

  /* line 90, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure-break1.sass */
  .form-column {
    width: 420px;
    float: right;
    margin-left: 20px;
    margin-right: 0px;
    margin-top: -20px;
    padding-top: 26px;
  }
  /* line 98, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure-break1.sass */
  .form-column label {
    width: 80px;
  }
  /* line 101, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure-break1.sass */
  .form-column input[type="password"], .form-column input[type="text"], .form-column input[type="email"] {
    width: 280px;
  }
  /* line 104, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure-break1.sass */
  .form-column select {
    width: 280px;
  }
  /* line 107, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure-break1.sass */
  .form-column textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 111, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure-break1.sass */
  .form-column .checkbox, .form-column .home-address {
    padding-left: 80px;
  }
  /* line 114, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure-break1.sass */
  .form-column #phone-choice {
    padding-left: 80px;
  }
  /* line 117, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure-break1.sass */
  .form-column.fixed {
    position: fixed;
    top: 0;
    right: 20px;
    margin-right: 5%;
    margin-top: 0;
  }

  /* line 124, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure-break1.sass */
  .Petition footer, .Letter footer, .Survey footer, .Call footer, .Donation footer {
    margin: 0 460px 0 5px;
    text-align: left;
  }

  /* line 128, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure-break1.sass */
  .thanks footer {
    max-width: 600px;
    margin: 40px auto 0;
    text-align: center;
  }

  /* line 133, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure-break1.sass */
  #footer.full {
    max-width: 900px;
    margin: 0 auto 0;
    text-align: center;
  }

  /* line 144, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure-break1.sass */
  .petition-form .address-1 input[type="text"], .petition-form .address-2 input[type="text"] {
    width: 190px;
  }

  /* line 151, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure-break1.sass */
  .Donation .intro-info {
    margin: 0px 485px 30px 0;
  }
  /* line 154, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure-break1.sass */
  .Donation .footer-column {
    width: 33.333%;
    float: left;
    padding: 0 20px;
  }

  /* line 165, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure-break1.sass */
  .share-page .text-column {
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 170, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure-break1.sass */
  .share-page .text-column1 {
    padding-right: 10px;
  }
  /* line 173, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure-break1.sass */
  .share-page .text-column2 {
    padding-left: 10px;
  }
  /* line 178, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure-break1.sass */
  .share-page .share-list > li {
    width: 50%;
    float: left;
  }
  /* line 182, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure-break1.sass */
  .share-page .item-1 {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  /* line 189, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure-break1.sass */
  .share-page form .form-item-name, .share-page form .form-item-email, .share-page form .form-item-zip, .share-page form .button-wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
  }
  /* line 193, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure-break1.sass */
  .share-page form .form-item-name, .share-page form .form-item-email {
    width: 30%;
  }
  /* line 196, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure-break1.sass */
  .share-page form .form-item-zip {
    width: 20%;
  }
  /* line 199, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure-break1.sass */
  .share-page form .form-item-zip, .share-page form .form-item-email {
    padding-left: 10px;
  }
  /* line 202, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure-break1.sass */
  .share-page form .button-wrapper {
    padding: 0 0 0 10px;
    margin: -1px 0 0 0;
    width: 20%;
  }
}
@media screen and (min-width: 70.94em) {
  /* line 3, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure-break-full.sass */
  .form-column.fixed {
    margin-left: 560px;
    /*right: inherit;*/
    margin-right: none;
  }

  /* line 11, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure-break-full.sass */
  .Survey .form-column.fixed, .Call .form-column.fixed {
    margin-left: 540px;
  }

  /* line 17, /Users/Bill/Desktop/actionkit/fp_3/sass/_structure-break-full.sass */
  .taf-actions {
    width: 1020px;
  }
}
/* line 16, ../sass/screen-fp.sass */
body {
  background: #e8e8e8;
  font-family: "Droid Sans", Tahoma, Geneva, sans-serif;
  color: #333333;
  font-size: 16px;
  line-height: 20px;
}

/* line 24, ../sass/screen-fp.sass */
a, .span-link {
  text-decoration: none;
  color: #007cb4;
}
/* line 28, ../sass/screen-fp.sass */
a:hover, .span-link:hover {
  color: #009fe7;
}

/* line 32, ../sass/screen-fp.sass */
p {
  margin-bottom: 10px;
}

/* line 35, ../sass/screen-fp.sass */
h1, h2, h3, h4, h5, h6, .title, .top-taf p, .target-wrapper .target, .page-title, .Whipcount .intro-content h1, legend, h2.title.small-title, .target-wrapper h2.small-title.target, .event-title {
  font-family: "Oswald", Impact, Charcoal, sans-serif;
  font-size: 20px;
  line-height: 25px;
  padding-bottom: 4px;
  margin: 10px 0 10px;
}

/* line 43, ../sass/screen-fp.sass */
.page-title, .Whipcount .intro-content h1, h2.title, .target-wrapper h2.target, .statement-leadin p, .rsvp, .Petition h2.title.small-title, .Petition .target-wrapper h2.small-title.target, .target-wrapper .Petition h2.small-title.target, .Letter h2.title.small-title, .Letter .target-wrapper h2.small-title.target, .target-wrapper .Letter h2.small-title.target, .form-title, .step-number, .modal-title, .big-font {
  font-size: 30px;
  line-height: 35px;
  padding: 0;
  font-family: "Oswald", Impact, Charcoal, sans-serif;
  padding-bottom: 6px;
}

/* line 50, ../sass/screen-fp.sass */
.small-text, footer p, .tip, .double-check, .updates {
  font-size: 12px;
  line-height: 16px;
}

/* line 57, ../sass/screen-fp.sass */
.white-bag-wrapper .intro-info-wrapper h2 {
  margin-top: 10px;
}

/* line 60, ../sass/screen-fp.sass */
#glyphs {
  font-family: "glyphs";
}

/* line 63, ../sass/screen-fp.sass */
.caption {
  font-size: 12px;
  text-shadow: none;
  background: black;
  color: #eeeeee;
  padding: 5px 10px 4px;
  margin-top: -5px;
}

/* line 74, ../sass/screen-fp.sass */
.button-submit, input[type="submit"] {
  font-family: "Oswald", Impact, Charcoal, sans-serif;
  text-transform: uppercase;
}
/* line 78, ../sass/screen-fp.sass */
.button-submit:hover, input[type="submit"]:hover {
  color: white;
}
/* line 81, ../sass/screen-fp.sass */
.button-submit.action, input.action[type="submit"] {
  font-size: 24px;
  padding: 0.3em 1.5em;
  display: inline-block;
  cursor: pointer;
  line-height: 1.5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background-color: #ff4419;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff4419), color-stop(70%, #cc2600));
  background: -webkit-linear-gradient(#ff4419, #cc2600 70%);
  background: -moz-linear-gradient(#ff4419, #cc2600 70%);
  background: -o-linear-gradient(#ff4419, #cc2600 70%);
  background: -ms-linear-gradient(#ff4419, #cc2600 70%);
  background: linear-gradient(#ff4419, #cc2600 70%);
  -webkit-box-shadow: #ff8266 0 1px 0 inset;
  -moz-box-shadow: #ff8266 0 1px 0 inset;
  box-shadow: #ff8266 0 1px 0 inset;
  border: 1px solid #b22100;
  color: white;
  text-shadow: #911b00 0 -1px 0;
}
/* line 10, /Applications/LiveReload.app/Contents/Resources/SASS.lrplugin/lib/sassy-buttons/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.button-submit.action:hover, input.action[type="submit"]:hover {
  background-color: #b22100;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(3%, #ff3000), color-stop(75%, #b22100));
  background: -webkit-linear-gradient(#ff3000 3%, #b22100 75%);
  background: -moz-linear-gradient(#ff3000 3%, #b22100 75%);
  background: -o-linear-gradient(#ff3000 3%, #b22100 75%);
  background: -ms-linear-gradient(#ff3000 3%, #b22100 75%);
  background: linear-gradient(#ff3000 3%, #b22100 75%);
}
/* line 13, /Applications/LiveReload.app/Contents/Resources/SASS.lrplugin/lib/sassy-buttons/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.button-submit.action:active, input.action[type="submit"]:active {
  -webkit-box-shadow: #a31f00 0 1px 2px inset;
  -moz-box-shadow: #a31f00 0 1px 2px inset;
  box-shadow: #a31f00 0 1px 2px inset;
}
/* line 84, ../sass/screen-fp.sass */
.button-submit.donate, input.donate[type="submit"] {
  font-size: 24px;
  padding: 0.3em 1.5em;
  display: inline-block;
  cursor: pointer;
  line-height: 1.5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background-color: #90dd67;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #90dd67), color-stop(70%, #64cb2d));
  background: -webkit-linear-gradient(#90dd67, #64cb2d 70%);
  background: -moz-linear-gradient(#90dd67, #64cb2d 70%);
  background: -o-linear-gradient(#90dd67, #64cb2d 70%);
  background: -ms-linear-gradient(#90dd67, #64cb2d 70%);
  background: linear-gradient(#90dd67, #64cb2d 70%);
  -webkit-box-shadow: #beeba5 0 1px 0 inset;
  -moz-box-shadow: #beeba5 0 1px 0 inset;
  box-shadow: #beeba5 0 1px 0 inset;
  border: 1px solid #5ab628;
  color: white;
  text-shadow: #4c9b22 0 -1px 0;
}
/* line 10, /Applications/LiveReload.app/Contents/Resources/SASS.lrplugin/lib/sassy-buttons/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.button-submit.donate:hover, input.donate[type="submit"]:hover {
  background-color: #5ab628;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(3%, #81d952), color-stop(75%, #5ab628));
  background: -webkit-linear-gradient(#81d952 3%, #5ab628 75%);
  background: -moz-linear-gradient(#81d952 3%, #5ab628 75%);
  background: -o-linear-gradient(#81d952 3%, #5ab628 75%);
  background: -ms-linear-gradient(#81d952 3%, #5ab628 75%);
  background: linear-gradient(#81d952 3%, #5ab628 75%);
}
/* line 13, /Applications/LiveReload.app/Contents/Resources/SASS.lrplugin/lib/sassy-buttons/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.button-submit.donate:active, input.donate[type="submit"]:active {
  -webkit-box-shadow: #54a926 0 1px 2px inset;
  -moz-box-shadow: #54a926 0 1px 2px inset;
  box-shadow: #54a926 0 1px 2px inset;
}
/* line 87, ../sass/screen-fp.sass */
.button-submit.facebook, input.facebook[type="submit"] {
  font-size: 24px;
  padding: 0.3em 1.5em;
  display: inline-block;
  cursor: pointer;
  line-height: 1.5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background-color: #4c70ba;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4c70ba), color-stop(70%, #344e86));
  background: -webkit-linear-gradient(#4c70ba, #344e86 70%);
  background: -moz-linear-gradient(#4c70ba, #344e86 70%);
  background: -o-linear-gradient(#4c70ba, #344e86 70%);
  background: -ms-linear-gradient(#4c70ba, #344e86 70%);
  background: linear-gradient(#4c70ba, #344e86 70%);
  -webkit-box-shadow: #839ccf 0 1px 0 inset;
  -moz-box-shadow: #839ccf 0 1px 0 inset;
  box-shadow: #839ccf 0 1px 0 inset;
  border: 1px solid #2d4373;
  color: white;
  text-shadow: #23365b 0 -1px 0;
}
/* line 10, /Applications/LiveReload.app/Contents/Resources/SASS.lrplugin/lib/sassy-buttons/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.button-submit.facebook:hover, input.facebook[type="submit"]:hover {
  background-color: #2d4373;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(3%, #4264aa), color-stop(75%, #2d4373));
  background: -webkit-linear-gradient(#4264aa 3%, #2d4373 75%);
  background: -moz-linear-gradient(#4264aa 3%, #2d4373 75%);
  background: -o-linear-gradient(#4264aa 3%, #2d4373 75%);
  background: -ms-linear-gradient(#4264aa 3%, #2d4373 75%);
  background: linear-gradient(#4264aa 3%, #2d4373 75%);
}
/* line 13, /Applications/LiveReload.app/Contents/Resources/SASS.lrplugin/lib/sassy-buttons/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.button-submit.facebook:active, input.facebook[type="submit"]:active {
  -webkit-box-shadow: #283d68 0 1px 2px inset;
  -moz-box-shadow: #283d68 0 1px 2px inset;
  box-shadow: #283d68 0 1px 2px inset;
}
/* line 90, ../sass/screen-fp.sass */
.button-submit.facebook .icon, input.facebook[type="submit"] .icon {
  width: 18px;
}
/* line 93, ../sass/screen-fp.sass */
.button-submit.twitter, input.twitter[type="submit"] {
  font-size: 24px;
  padding: 0.3em 1.5em;
  display: inline-block;
  cursor: pointer;
  line-height: 1.5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background-color: #0fb6ff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0fb6ff), color-stop(70%, #0086c2));
  background: -webkit-linear-gradient(#0fb6ff, #0086c2 70%);
  background: -moz-linear-gradient(#0fb6ff, #0086c2 70%);
  background: -o-linear-gradient(#0fb6ff, #0086c2 70%);
  background: -ms-linear-gradient(#0fb6ff, #0086c2 70%);
  background: linear-gradient(#0fb6ff, #0086c2 70%);
  -webkit-box-shadow: #5bcdff 0 1px 0 inset;
  -moz-box-shadow: #5bcdff 0 1px 0 inset;
  box-shadow: #5bcdff 0 1px 0 inset;
  border: 1px solid #0075a8;
  color: white;
  text-shadow: #005e87 0 -1px 0;
}
/* line 10, /Applications/LiveReload.app/Contents/Resources/SASS.lrplugin/lib/sassy-buttons/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.button-submit.twitter:hover, input.twitter[type="submit"]:hover {
  background-color: #0075a8;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(3%, #00aaf4), color-stop(75%, #0075a8));
  background: -webkit-linear-gradient(#00aaf4 3%, #0075a8 75%);
  background: -moz-linear-gradient(#00aaf4 3%, #0075a8 75%);
  background: -o-linear-gradient(#00aaf4 3%, #0075a8 75%);
  background: -ms-linear-gradient(#00aaf4 3%, #0075a8 75%);
  background: linear-gradient(#00aaf4 3%, #0075a8 75%);
}
/* line 13, /Applications/LiveReload.app/Contents/Resources/SASS.lrplugin/lib/sassy-buttons/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.button-submit.twitter:active, input.twitter[type="submit"]:active {
  -webkit-box-shadow: #006a99 0 1px 2px inset;
  -moz-box-shadow: #006a99 0 1px 2px inset;
  box-shadow: #006a99 0 1px 2px inset;
}
/* line 96, ../sass/screen-fp.sass */
.button-submit.social-button, input.social-button[type="submit"] {
  padding: 0;
}
/* line 99, ../sass/screen-fp.sass */
.button-submit .icon, input[type="submit"] .icon {
  padding-right: 10px;
  font-family: "glyphs";
  font-size: 46px;
  line-height: 20px;
  display: block;
  float: left;
  border-right: 1px solid rgba(0, 0, 0, 0.4);
  height: 36px;
  padding: 8px 12px 5px 12px;
  width: 35px;
}
/* line 111, ../sass/screen-fp.sass */
.button-submit .icon img, input[type="submit"] .icon img {
  width: 100%;
}
/* line 114, ../sass/screen-fp.sass */
.button-submit .textNode, input[type="submit"] .textNode {
  padding: 6px 28px 0 15px;
  display: block;
  text-align: left;
  float: left;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  height: 44px;
}

/* line 122, ../sass/screen-fp.sass */
.red-button, input[type="submit"] {
  font-size: 24px;
  padding: 0.3em 1.5em;
  display: inline-block;
  cursor: pointer;
  line-height: 1.5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background-color: #ff4419;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff4419), color-stop(70%, #cc2600));
  background: -webkit-linear-gradient(#ff4419, #cc2600 70%);
  background: -moz-linear-gradient(#ff4419, #cc2600 70%);
  background: -o-linear-gradient(#ff4419, #cc2600 70%);
  background: -ms-linear-gradient(#ff4419, #cc2600 70%);
  background: linear-gradient(#ff4419, #cc2600 70%);
  -webkit-box-shadow: #ff8266 0 1px 0 inset;
  -moz-box-shadow: #ff8266 0 1px 0 inset;
  box-shadow: #ff8266 0 1px 0 inset;
  border: 1px solid #b22100;
  color: white;
  text-shadow: #911b00 0 -1px 0;
}
/* line 10, /Applications/LiveReload.app/Contents/Resources/SASS.lrplugin/lib/sassy-buttons/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.red-button:hover, input[type="submit"]:hover {
  background-color: #b22100;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(3%, #ff3000), color-stop(75%, #b22100));
  background: -webkit-linear-gradient(#ff3000 3%, #b22100 75%);
  background: -moz-linear-gradient(#ff3000 3%, #b22100 75%);
  background: -o-linear-gradient(#ff3000 3%, #b22100 75%);
  background: -ms-linear-gradient(#ff3000 3%, #b22100 75%);
  background: linear-gradient(#ff3000 3%, #b22100 75%);
}
/* line 13, /Applications/LiveReload.app/Contents/Resources/SASS.lrplugin/lib/sassy-buttons/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.red-button:active, input[type="submit"]:active {
  -webkit-box-shadow: #a31f00 0 1px 2px inset;
  -moz-box-shadow: #a31f00 0 1px 2px inset;
  box-shadow: #a31f00 0 1px 2px inset;
}

/* line 125, ../sass/screen-fp.sass */
.button-function, .signup-list-controls input[type="submit"], input[name="cancel"], input[type="submit"].button-function {
  font-size: 16px;
  padding: 0.3em 1.5em;
  display: inline-block;
  cursor: pointer;
  line-height: 1.5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #c3c3c3;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c3c3c3), color-stop(70%, #9d9d9d));
  background: -webkit-linear-gradient(#c3c3c3, #9d9d9d 70%);
  background: -moz-linear-gradient(#c3c3c3, #9d9d9d 70%);
  background: -o-linear-gradient(#c3c3c3, #9d9d9d 70%);
  background: -ms-linear-gradient(#c3c3c3, #9d9d9d 70%);
  background: linear-gradient(#c3c3c3, #9d9d9d 70%);
  -webkit-box-shadow: #eaeaea 0 1px 0 inset;
  -moz-box-shadow: #eaeaea 0 1px 0 inset;
  box-shadow: #eaeaea 0 1px 0 inset;
  border: 1px solid #909090;
  color: white;
  text-shadow: gray 0 -1px 0;
  font-family: "Oswald", Impact, Charcoal, sans-serif;
  display: inline-block;
  margin: 0 0 5px 0;
}
/* line 10, /Applications/LiveReload.app/Contents/Resources/SASS.lrplugin/lib/sassy-buttons/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.button-function:hover, .signup-list-controls input[type="submit"]:hover, input[name="cancel"]:hover, input[type="submit"].button-function:hover {
  background-color: #909090;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(3%, #b7b7b7), color-stop(75%, #909090));
  background: -webkit-linear-gradient(#b7b7b7 3%, #909090 75%);
  background: -moz-linear-gradient(#b7b7b7 3%, #909090 75%);
  background: -o-linear-gradient(#b7b7b7 3%, #909090 75%);
  background: -ms-linear-gradient(#b7b7b7 3%, #909090 75%);
  background: linear-gradient(#b7b7b7 3%, #909090 75%);
}
/* line 13, /Applications/LiveReload.app/Contents/Resources/SASS.lrplugin/lib/sassy-buttons/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.button-function:active, .signup-list-controls input[type="submit"]:active, input[name="cancel"]:active, input[type="submit"].button-function:active {
  -webkit-box-shadow: #898989 0 1px 2px inset;
  -moz-box-shadow: #898989 0 1px 2px inset;
  box-shadow: #898989 0 1px 2px inset;
}
/* line 131, ../sass/screen-fp.sass */
.button-function:hover, .signup-list-controls input[type="submit"]:hover, input[name="cancel"]:hover, input[type="submit"].button-function:hover {
  color: white;
}

/* line 140, ../sass/screen-fp.sass */
header {
  background: #007cb4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009fe7), color-stop(100%, #007cb4));
  background-image: -webkit-linear-gradient(top, #009fe7, #007cb4);
  background-image: -moz-linear-gradient(top, #009fe7, #007cb4);
  background-image: -o-linear-gradient(top, #009fe7, #007cb4);
  background-image: -ms-linear-gradient(top, #009fe7, #007cb4);
  background-image: linear-gradient(top, #009fe7, #007cb4);
}

a.fp3logos {
  float: left;
}
/* line 144, ../sass/screen-fp.sass */
.logo-tab {
  width: 679px;
  height: 95px;
  background: #e8e8e8;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e8e8e8));
  background-image: -webkit-linear-gradient(top, #ffffff, #e8e8e8);
  background-image: -moz-linear-gradient(top, #ffffff, #e8e8e8);
  background-image: -o-linear-gradient(top, #ffffff, #e8e8e8);
  background-image: -ms-linear-gradient(top, #ffffff, #e8e8e8);
  background-image: linear-gradient(top, #ffffff, #e8e8e8);
  padding: 14px 25px 5px 22px;
}

/* line 151, ../sass/screen-fp.sass */
.fp-logo {
  background: url(https://s3.amazonaws.com/s3.freepress.net/template-set-assets/fp_3/img/freepress.png);
  width: 186px;
  height: 90px;
}

/* line 156, ../sass/screen-fp.sass */
.fp-logo.actionfund {
  background: url(https://s3.amazonaws.com/s3.freepress.net/template-set-assets/fp_3/img/freepress-af.png);
}

.pj-logo {
  display: block;
  background: url(http://s3.freepress.net.s3.amazonaws.com/template-set-assets/prison-phones/ppjlogo.jpg);
  width: 329px;
  height: 90px;
}

.magnet-logo,
.mn-logo {
  display: block;
  background: url(http://s3.freepress.net.s3.amazonaws.com/template-set-assets/prison-phones/magnet-logo.gif);
  width: 163px;
  height: 90px;
}

.magnet-logo {
  margin-left: 80px;
}

/* line 160, ../sass/screen-fp.sass */
#main-wrapper {
  background: #e8e8e8;
}

/* line 172, ../sass/screen-fp.sass */
label {
  font-size: 16px;
  line-height: 20px;
}
/* line 176, ../sass/screen-fp.sass */
.petition-form label {
  font-size: 14px;
  line-height: 20px;
}

/* line 180, ../sass/screen-fp.sass */
input[type="password"], input[type="text"], input[type="email"], textarea {
  font-size: 16px;
  line-height: 20px;
  font-family: "Droid Sans", Tahoma, Geneva, sans-serif;
  border: 1px solid #cccccc;
  background: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 188, ../sass/screen-fp.sass */
.petition-form input[type="password"], .petition-form input[type="text"], .petition-form input[type="email"], .petition-form textarea {
  font-size: 14px;
  line-height: 20px;
}

/* line 192, ../sass/screen-fp.sass */
textarea {
  margin-top: 3px !important;
}

/* line 202, ../sass/screen-fp.sass */
.tip, .double-check, .updates {
  font-style: italic;
}

/* line 206, ../sass/screen-fp.sass */
fieldset {
  border: 1px dotted #cfcfcf;
}

/* line 209, ../sass/screen-fp.sass */
legend {
  background: #009fe7;
  color: white;
}
/* line 213, ../sass/screen-fp.sass */
legend a {
  color: black;
  text-transform: uppercase;
}
/* line 217, ../sass/screen-fp.sass */
legend a:hover {
  color: black;
  text-decoration: underline;
}

/* line 221, ../sass/screen-fp.sass */
#map div {
  background: #009fe7;
  padding: 5px;
  font-size: 12px;
  line-height: 16px;
  color: white;
  text-align: center;
}

/* line 233, ../sass/screen-fp.sass */
.petition-form {
  -webkit-box-shadow: 0 0 10px #888888;
  -moz-box-shadow: 0 0 10px #888888;
  box-shadow: 0 0 10px #888888;
  background: #009fe7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009fe7), color-stop(30%, #007cb4));
  background-image: -webkit-linear-gradient(top, #009fe7, #007cb4 30%);
  background-image: -moz-linear-gradient(top, #009fe7, #007cb4 30%);
  background-image: -o-linear-gradient(top, #009fe7, #007cb4 30%);
  background-image: -ms-linear-gradient(top, #009fe7, #007cb4 30%);
  background-image: linear-gradient(top, #009fe7, #007cb4 30%);
  color: white;
  border-top: 1px solid #4ec8ff;
  font-size: 14px;
}
/* line 241, ../sass/screen-fp.sass */
.petition-form a {
  color: black;
}
/* line 244, ../sass/screen-fp.sass */
.petition-form input[type="submit"] {
  width: 100%;
}
/* line 247, ../sass/screen-fp.sass */
.petition-form .button-wrapper {
  -webkit-box-shadow: 0 0 20px #004768 inset;
  -moz-box-shadow: 0 0 20px #004768 inset;
  box-shadow: 0 0 20px #004768 inset;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  padding: 5px 10px;
}
/* line 252, ../sass/screen-fp.sass */
.petition-form input[type="text"], .petition-form textarea {
  background: #006a9b;
  border: 1px solid #005981;
  -webkit-box-shadow: 0 0 10px #004768 inset;
  -moz-box-shadow: 0 0 10px #004768 inset;
  box-shadow: 0 0 10px #004768 inset;
}
/* line 257, ../sass/screen-fp.sass */
.petition-form input[type="text"]:focus, .petition-form textarea:focus {
  background: white;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 262, ../sass/screen-fp.sass */
.statement-leadin p {
  text-shadow: 0 1px 0 #00364e;
  margin: 0;
}

/* line 266, ../sass/screen-fp.sass */
.petition-form .main-label {
  font-size: 18px;
  line-height: 24px;
}

/* line 275, ../sass/screen-fp.sass */
.top-taf p {
  text-align: center;
}

/* line 281, ../sass/screen-fp.sass */
.taf-actions #donate-button {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

/* line 291, ../sass/screen-fp.sass */
.letter #id_comment {
  background: white;
  border: 2px solid #888888;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.3) inset;
  height: 100px;
}

/* line 298, ../sass/screen-fp.sass */
.pointer {
  background: #888888;
  color: black;
  border-bottom: 1px solid #666666;
}
/* line 303, ../sass/screen-fp.sass */
.pointer img {
  float: left;
  margin: 5px 10px 0 10px;
}
/* line 307, ../sass/screen-fp.sass */
.pointer p {
  padding: 8px 0 0px 0;
  text-shadow: 0 1px 0 #aaaaaa;
  font-weight: bold;
}

/* line 316, ../sass/screen-fp.sass */
#step1, #step2, #step3 {
  overflow: hidden;
  *zoom: 1;
  padding: 10px 25px 15px;
  border-bottom: 1px solid white;
}

/* line 322, ../sass/screen-fp.sass */
#step1 {
  background: #009fe7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #01b0ff), color-stop(50%, #007cb4));
  background-image: -webkit-linear-gradient(top, #01b0ff, #007cb4 50%);
  background-image: -moz-linear-gradient(top, #01b0ff, #007cb4 50%);
  background-image: -o-linear-gradient(top, #01b0ff, #007cb4 50%);
  background-image: -ms-linear-gradient(top, #01b0ff, #007cb4 50%);
  background-image: linear-gradient(top, #01b0ff, #007cb4 50%);
}

/* line 326, ../sass/screen-fp.sass */
#step2 {
  background: #e52b00;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e52b00), color-stop(50%, #b22100));
  background-image: -webkit-linear-gradient(top, #e52b00, #b22100 50%);
  background-image: -moz-linear-gradient(top, #e52b00, #b22100 50%);
  background-image: -o-linear-gradient(top, #e52b00, #b22100 50%);
  background-image: -ms-linear-gradient(top, #e52b00, #b22100 50%);
  background-image: linear-gradient(top, #e52b00, #b22100 50%);
}

/* line 330, ../sass/screen-fp.sass */
#step3 {
  background: #aaaaaa;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #aaaaaa), color-stop(50%, #909090));
  background-image: -webkit-linear-gradient(top, #aaaaaa, #909090 50%);
  background-image: -moz-linear-gradient(top, #aaaaaa, #909090 50%);
  background-image: -o-linear-gradient(top, #aaaaaa, #909090 50%);
  background-image: -ms-linear-gradient(top, #aaaaaa, #909090 50%);
  background-image: linear-gradient(top, #aaaaaa, #909090 50%);
  border-bottom: none;
}
/* line 335, ../sass/screen-fp.sass */
#step3 .button-wrapper {
  -webkit-box-shadow: 0 0 20px #5d5d5d inset;
  -moz-box-shadow: 0 0 20px #5d5d5d inset;
  box-shadow: 0 0 20px #5d5d5d inset;
}
/* line 338, ../sass/screen-fp.sass */
#step3 input[type="text"], #step3 textarea {
  background: #777777;
  border: 1px solid #5d5d5d;
  -webkit-box-shadow: 0 0 10px #5d5d5d inset;
  -moz-box-shadow: 0 0 10px #5d5d5d inset;
  box-shadow: 0 0 10px #5d5d5d inset;
}
/* line 343, ../sass/screen-fp.sass */
#step3 input[type="text"]:focus, #step3 textarea:focus {
  background: white;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 349, ../sass/screen-fp.sass */
#call-steps hr {
  display: none;
}

/* line 352, ../sass/screen-fp.sass */
.target-wrapper {
  -webkit-box-shadow: 0 0 20px #991d00 inset;
  -moz-box-shadow: 0 0 20px #991d00 inset;
  box-shadow: 0 0 20px #991d00 inset;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
}
/* line 356, ../sass/screen-fp.sass */
.target-wrapper .target {
  color: #333333;
  text-shadow: none;
  margin: 0;
  padding: 0 0 5px;
}
/* line 363, ../sass/screen-fp.sass */
.target-wrapper .target:before {
  background: url("https://s3.amazonaws.com/s3.freepress.net/template-set-assets/fp_3/img/phone.png") CENTER CENTER NO-REPEAT;
  content: url("https://s3.amazonaws.com/s3.freepress.net/template-set-assets/fp_3/img/phone-placeholder.png");
  width: 14px;
  height: 30px;
}

/* line 369, ../sass/screen-fp.sass */
#target_listing {
  background: white;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

/* line 380, ../sass/screen-fp.sass */
.Whipcount #content {
  background: white;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 20px 30px 30px;
}
/* line 385, ../sass/screen-fp.sass */
.Whipcount .intro-content {
  max-width: 50%;
  float: left;
}

/* line 401, ../sass/screen-fp.sass */
#modal .action-button a {
  background: #cccccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 8px #333333;
  -moz-box-shadow: 0 0 8px #333333;
  box-shadow: 0 0 8px #333333;
  color: #333333;
  font-weight: bold;
  padding: 12px 10px;
  text-decoration: none;
  text-shadow: 0 0 1px white;
}
/* line 411, ../sass/screen-fp.sass */
#modal .action-button a:hover {
  background: #bbbbbb;
  text-decoration: none;
}


/* comments or signers */


/* line 282, ../sass/screen.sass */
.recent-signers {
  margin: 50px auto 0;
  padding: 0 5%;
  max-width: 800px;
  padding-top: 30px;
  padding-right: 5%;
}
/* line 287, ../sass/screen.sass */
.recent-signers h2 {
  text-align: left;
}

/* line 291, ../sass/screen.sass */
#comments-container {
  width: 100%;
  margin: 0 auto;
}
/* line 295, ../sass/screen.sass */
#comments-container .item {
  margin: 0 0 0 0;
  padding: 0 20px 20px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 300, ../sass/screen.sass */
#comments-container .comment {
  margin: 0;
  padding: 16px 20px 16px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: white;
  background: #cc2600;
}
/* line 309, ../sass/screen.sass */
#comments-container .comment-name {
  text-align: right;
  margin: 0 0 0 0;
}
/* line 314, ../sass/screen.sass */
#comments-container .triangle, #comments-container .intro-info-wrapper-big .triangle, .intro-info-wrapper-big #comments-container .triangle, #comments-container #action-form .triangle, #action-form #comments-container .triangle, #comments-container .triangle {
  text-align: right;
}
/* line 318, ../sass/screen.sass */
#comments-container .triangle span, #comments-container .intro-info-wrapper-big .triangle span, .intro-info-wrapper-big #comments-container .triangle span, #comments-container #action-form .triangle span, #action-form #comments-container .triangle span, #comments-container .triangle span {
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-top: 17px solid #cc2600;
  margin: -20px 15px 0 0px;
}
/*/* line 325, ../sass/screen.sass */
#comments-container .color-1 .comment {
  background: #a33200;
}
/* line 328, ../sass/screen.sass */
#comments-container .color-1 .triangle span, #comments-container .color-1 .intro-info-wrapper-big .triangle span, .intro-info-wrapper-big #comments-container .color-1 .triangle span, #comments-container .color-1 #action-form .triangle span, #action-form #comments-container .color-1 .triangle span, #comments-container .color-1 .triangle span {
  border-top-color: #a33200;
}
/* line 332, ../sass/screen.sass */
#comments-container .color-2 .comment {
  background: #93580a;
}
/* line 335, ../sass/screen.sass */
#comments-container .color-2 .triangle span, #comments-container .color-2 .intro-info-wrapper-big .triangle span, .intro-info-wrapper-big #comments-container .color-2 .triangle span, #comments-container .color-2 #action-form .triangle span, #action-form #comments-container .color-2 .triangle span, #comments-container .color-2 .triangle span {
  border-top-color: #93580a;
}
/* line 339, ../sass/screen.sass */
#comments-container .color-3 .comment {
  background: #db9c00;
}
/* line 342, ../sass/screen.sass */
#comments-container .color-3 .triangle span, #comments-container .color-3 .intro-info-wrapper-big .triangle span, .intro-info-wrapper-big #comments-container .color-3 .triangle span, #comments-container .color-3 #action-form .triangle span, #action-form #comments-container .color-3 .triangle span, #comments-container .color-3 .triangle span {
  border-top-color: #db9c00;
}
/* line 346, ../sass/screen.sass */
#comments-container .color-4 .comment {
  background: #ce2b05;
}
/* line 349, ../sass/screen.sass */
#comments-container .color-4 .triangle span, #comments-container .color-4 .intro-info-wrapper-big .triangle span, .intro-info-wrapper-big #comments-container .color-4 .triangle span, #comments-container .color-4 #action-form .triangle span, #action-form #comments-container .color-4 .triangle span, #comments-container .color-4 .triangle span {
  border-top-color: #ce2b05;
}
/* line 353, ../sass/screen.sass */
#comments-container .color-5 .comment {
  background: #b76b20;
}
/* line 356, ../sass/screen.sass */
#comments-container .color-5 .triangle span, #comments-container .color-5 .intro-info-wrapper-big .triangle span, .intro-info-wrapper-big #comments-container .color-5 .triangle span, #comments-container .color-5 #action-form .triangle span, #action-form #comments-container .color-5 .triangle span, #comments-container .color-5 .triangle span {
  border-top-color: #b76b20;
}
/* line 360, ../sass/screen.sass */
#comments-container .color-6 .comment {
  background: #cc6600;
}
/* line 363, ../sass/screen.sass */
#comments-container .color-6 .triangle span, #comments-container .color-6 .intro-info-wrapper-big .triangle span, .intro-info-wrapper-big #comments-container .color-6 .triangle span, #comments-container .color-6 #action-form .triangle span, #action-form #comments-container .color-6 .triangle span, #comments-container .color-6 .triangle span {
  border-top-color: #cc6600;
}
/* line 367, ../sass/screen.sass */
#comments-container .color-7 .comment {
  background: #7f3b18;
}
/* line 370, ../sass/screen.sass */
#comments-container .color-7 .triangle span, #comments-container .color-7 .intro-info-wrapper-big .triangle span, .intro-info-wrapper-big #comments-container .color-7 .triangle span, #comments-container .color-7 #action-form .triangle span, #action-form #comments-container .color-7 .triangle span, #comments-container .color-7 .triangle span {
  border-top-color: #7f3b18;
}*/
/* line 373, ../sass/screen.sass */
#comments-container .twitter-button {
  text-align: right;
}
/* line 376, ../sass/screen.sass */
#comments-container .twitter-button a {
  background: #4099ff;
  color: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  padding: 3px 6px;
}
/* line 384, ../sass/screen.sass */
#comments-container .twitter-button a:hover {
  background: #0071f3;
  border: none;
}

@media screen and (min-width: 53.125em) {
  /* line 536, ../sass/screen.sass */
  .recent-signers {
    max-width: 100%;
    clear: both;
  }
  div.shares img {
    max-width: 100%;
  }
}
/* line 65, ../sass/screen.sass */
.triangle, .intro-info-wrapper-big .triangle, #action-form .triangle, #comments-container .triangle {
  width: 100%;
}
/* line 68, ../sass/screen.sass */
.triangle span, .intro-info-wrapper-big .triangle span, #action-form .triangle span, #comments-container .triangle span {
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-top: 17px solid #dddddd;
  display: inline-block;
  margin: 0;
  position: relative;
  right: 20px;
}
div.shares {
  width: 100%;
  float: left;
  padding: 12px;
}

div.shares img {
  width: 600px;
}

div.thirdwheel {
  margin-left: 0%;
}

div.thirdwheel ul.sharing {

}