/* 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, ../sass/_normalize.sass */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}

/* line 10, ../sass/_normalize.sass */
audio, canvas, video {
  display: inline-block;
}

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

/* line 23, ../sass/_normalize.sass */
[hidden] {
  display: none;
}

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

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

/* line 43, ../sass/_normalize.sass */
body {
  margin: 0;
}

/* line 51, ../sass/_normalize.sass */
a:focus {
  outline: thin dotted;
}

/* line 56, ../sass/_normalize.sass */
a:active, a:hover {
  outline: 0;
}

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

/* line 69, ../sass/_normalize.sass */
b, strong {
  font-weight: bold;
}

/* line 72, ../sass/_normalize.sass */
blockquote {
  margin: 1em 40px;
}

/* line 76, ../sass/_normalize.sass */
dfn {
  font-style: italic;
}

/* line 80, ../sass/_normalize.sass */
mark {
  background: yellow;
  color: black;
}

/* line 85, ../sass/_normalize.sass */
p, pre {
  margin: 0 0 0.7em 0;
}

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

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

/* line 98, ../sass/_normalize.sass */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* line 103, ../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, ../sass/_normalize.sass */
q {
  quotes: none;
}

/* line 118, ../sass/_normalize.sass */
q:before, q:after {
  content: "";
  content: none;
}

/* line 122, ../sass/_normalize.sass */
small {
  font-size: 75%;
}

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

/* line 132, ../sass/_normalize.sass */
sup {
  top: -0.5em;
}

/* line 135, ../sass/_normalize.sass */
sub {
  bottom: -0.25em;
}

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

/* line 149, ../sass/_normalize.sass */
menu, ol, ul {
  padding: 0;
}

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

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

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

/* line 174, ../sass/_normalize.sass */
svg:not(:root) {
  overflow: hidden;
}

/* line 182, ../sass/_normalize.sass */
figure {
  margin: 0;
}

/* line 191, ../sass/_normalize.sass */
form {
  margin: 0;
}

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

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

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

/* line 219, ../sass/_normalize.sass */
button, input {
  line-height: normal;
}

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

/* line 232, ../sass/_normalize.sass */
button[disabled], input[disabled] {
  cursor: default;
}

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

/* line 246, ../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, ../sass/_normalize.sass */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* line 263, ../sass/_normalize.sass */
textarea {
  overflow: auto;
  vertical-align: top;
}

/* line 273, ../sass/_normalize.sass */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

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

/* line 9, ../sass/_structure.sass */
a, .span-link {
  cursor: pointer;
}

/* line 12, ../sass/_structure.sass */
strong {
  font-weight: bold;
}

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

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

/* line 24, ../sass/_structure.sass */
.presented-by {
  display: none;
}

/* line 27, ../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, ../sass/_structure.sass */
.fp-logo {
  display: block;
}

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

/* line 45, ../sass/_structure.sass */
#content {
  overflow: hidden;
  *zoom: 1;
}

/* line 48, ../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, ../sass/_structure.sass */
footer {
  margin: 0 30px 0;
  max-width: 1000px;
  text-align: center;
}

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

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

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

/* line 87, ../sass/_structure.sass */
select {
  width: 250px;
  display: block;
}

/* line 91, ../sass/_structure.sass */
.EventCreate textarea {
  height: 185px;
}

/* line 94, ../sass/_structure.sass */
textarea {
  width: 250px;
  height: 80px;
}

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

/* line 104, ../sass/_structure.sass */
select {
  margin: 5px 0 0 0;
}

/* line 107, ../sass/_structure.sass */
.form-item-state {
  overflow: hidden;
  *zoom: 1;
}

/* line 110, ../sass/_structure.sass */
.checkbox, .home-address {
  padding: 0;
  margin: 0;
  border: 0;
}
/* line 115, ../sass/_structure.sass */
.checkbox label, .home-address label {
  display: inline;
  float: none;
  width: auto;
  font-weight: normal;
  margin: 0;
}
/* line 122, ../sass/_structure.sass */
.checkbox input, .home-address input {
  margin-right: 5px;
}

/* line 127, ../sass/_structure.sass */
#phone-choice span {
  margin-right: 40px;
}
/* line 130, ../sass/_structure.sass */
#phone-choice label {
  width: auto;
  float: none;
  margin-right: 10px;
}

/* line 135, ../sass/_structure.sass */
.gridded p {
  overflow: hidden;
  *zoom: 1;
}
/* line 138, ../sass/_structure.sass */
.petition-form .gridded p.form-item-address {
  margin-bottom: -5px;
}

/* line 141, ../sass/_structure.sass */
fieldset {
  padding: 20px;
  margin: 0 0 20px 0;
}

/* line 145, ../sass/_structure.sass */
legend {
  padding: 10px 15px;
}

/* line 155, ../sass/_structure.sass */
.top-taf {
  max-width: 600px;
  margin: 0 auto 30px;
  text-align: center;
}
/* line 160, ../sass/_structure.sass */
.top-taf img {
  max-width: 500px;
  width: 100%;
  margin: 0 auto 0px;
}
/* line 165, ../sass/_structure.sass */
.top-taf p {
  max-width: 600px;
  margin: 20px auto 0;
}

/* line 169, ../sass/_structure.sass */
.taf-actions {
  margin: 0 auto 0;
  width: 340px;
}
/* line 173, ../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 181, ../sass/_structure.sass */
.taf-actions textarea {
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 187, ../sass/_structure.sass */
#share-image img {
  max-width: 100%;
}

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

/* line 197, ../sass/_structure.sass */
#twitter textarea {
  width: 292px;
  height: 120px;
}

/* line 201, ../sass/_structure.sass */
#facebook .button-wrapper {
  margin-bottom: 0;
}

/* line 211, ../sass/_structure.sass */
.white-bag-wrapper, #taf {
  overflow: hidden;
  *zoom: 1;
}

/* line 214, ../sass/_structure.sass */
.intro-info-wrapper-big, .taf-intro-wrapper-wrapper {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 0;
  padding: 0;
}

/* line 220, ../sass/_structure.sass */
.intro-info {
  margin-top: 10px;
}
/* line 223, ../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 226, ../sass/_structure.sass */
.intro-info img {
  max-width: 100%;
}

/* line 229, ../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 237, ../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 241, ../sass/_structure.sass */
.form-column textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 245, ../sass/_structure.sass */
.form-column .gridded {
  margin-top: 15px;
}
/* line 248, ../sass/_structure.sass */
.form-column label {
  width: 20%;
  float: left;
}
/* line 252, ../sass/_structure.sass */
.form-column select {
  width: 80%;
}
/* line 255, ../sass/_structure.sass */
.form-column .checkbox, .form-column .home-address {
  padding-left: 20%;
}
/* line 258, ../sass/_structure.sass */
.form-column #phone-choice {
  padding-left: 20%;
}
/* line 263, ../sass/_structure.sass */
.form-column .add-comment label {
  float: none;
  width: 100%;
}
/* line 267, ../sass/_structure.sass */
.form-column .add-comment textarea {
  height: 50px;
}
/* line 270, ../sass/_structure.sass */
.form-column input[type="submit"] {
  margin: 5px 0;
}
/* line 273, ../sass/_structure.sass */
.Call .form-column {
  padding: 0;
}

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

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

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

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

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

/* line 337, ../sass/_structure.sass */
.events {
  margin-bottom: 20px;
}
/* line 340, ../sass/_structure.sass */
.events .event-title {
  font-weight: bold;
}
/* line 343, ../sass/_structure.sass */
.events .event {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}

/* line 350, ../sass/_structure.sass */
.event div, .event a {
  margin-bottom: 5px;
  display: block;
}

/* line 354, ../sass/_structure.sass */
#event-search-results {
  margin-bottom: 20px;
}

/* line 357, ../sass/_structure.sass */
#map {
  width: 300px;
  margin: 0 auto 20px;
}

/* line 363, ../sass/_structure.sass */
#get-directions #map {
  float: none;
  width: 100%;
}
/* line 367, ../sass/_structure.sass */
#get-directions img {
  float: right;
}
/* line 370, ../sass/_structure.sass */
#get-directions input[type="text"] {
  margin-bottom: 5px;
}

/* line 373, ../sass/_structure.sass */
.tools-sidebar {
  margin-bottom: 5px;
}

/* line 377, ../sass/_structure.sass */
.event-contact-headers div {
  overflow: hidden;
  *zoom: 1;
}

/* line 389, ../sass/_structure.sass */
.form-column .question label {
  width: 100%;
  display: block;
  float: none;
}
/* line 394, ../sass/_structure.sass */
.form-column .question .checkbox, .form-column .question .home-address {
  padding-left: 0;
}
/* line 397, ../sass/_structure.sass */
.form-column .question textarea {
  display: inline;
}
/* line 400, ../sass/_structure.sass */
.form-column .question fieldset {
  padding: 0;
  margin: 0;
  border: none;
  display: block;
}
/* line 406, ../sass/_structure.sass */
.form-column .question input[type="text"] {
  width: 100%;
}

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

/* line 422, ../sass/_structure.sass */
.form-column .target {
  margin: 0 0 10px;
  overflow: hidden;
  *zoom: 1;
}
/* line 426, ../sass/_structure.sass */
.form-column .target input {
  float: left;
  margin: 10px 5px 0 0;
}
/* line 430, ../sass/_structure.sass */
.form-column .target label {
  width: 90%;
}

/* line 433, ../sass/_structure.sass */
.target-wrapper {
  padding: 10px;
  margin-bottom: 10px;
}

/* line 437, ../sass/_structure.sass */
#target_listing {
  padding: 10px;
}
/* line 440, ../sass/_structure.sass */
#target_listing .target {
  margin: 0;
}

/* line 443, ../sass/_structure.sass */
.call-info {
  margin: 0 0 10px 0;
}

/* line 446, ../sass/_structure.sass */
h4 p {
  margin: 0;
}

/* line 449, ../sass/_structure.sass */
.comment-label {
  font-weight: bold;
  margin: 0;
}

/* line 455, ../sass/_structure.sass */
.Call #user_submit_userForm {
  margin-bottom: 20px;
}

/* line 460, ../sass/_structure.sass */
.known-user-name-false #step2, .known-user-name-false #step3 {
  display: none;
}
/* line 463, ../sass/_structure.sass */
.known-user-name-false #step1 {
  border-bottom: none;
}

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

/* line 472, ../sass/_structure.sass */
#step-number1 {
  margin: 13px 0 1px;
}

/* line 484, ../sass/_structure.sass */
.petition-form .address-1 label, .petition-form .address-2 label {
  width: 170px;
}
/* line 487, ../sass/_structure.sass */
.petition-form .address-1 input[type="text"], .petition-form .address-2 input[type="text"] {
  width: 100%;
}

/* line 490, ../sass/_structure.sass */
#amount_list, #type {
  overflow: hidden;
  *zoom: 1;
}

/* line 494, ../sass/_structure.sass */
.donation-amount {
  margin-right: 20px;
  display: block;
  float: left;
}

/* line 499, ../sass/_structure.sass */
.donation-amount-other {
  margin: 10px 0 0;
  display: block;
  width: 100%;
}
/* line 504, ../sass/_structure.sass */
.donation-amount-other input {
  float: right;
  display: block;
  margin: -5px 0 0 5px;
}

/* line 510, ../sass/_structure.sass */
#type {
  margin: 10px 0;
}
/* line 514, ../sass/_structure.sass */
#type span {
  margin-right: 20px;
  display: block;
}
/* line 518, ../sass/_structure.sass */
#type p {
  margin: 0;
}
/* line 521, ../sass/_structure.sass */
#type .quiet {
  font-style: italic;
  font-size: 12px;
}

/* line 527, ../sass/_structure.sass */
.form-column label[for="card_num"] {
  width: 100%;
}
/* line 530, ../sass/_structure.sass */
.form-column label[for="card_code"], .form-column label[for="exp_date"] {
  width: 156px;
}
/* line 533, ../sass/_structure.sass */
.form-column #card_num {
  width: 100%;
}
/* line 536, ../sass/_structure.sass */
.form-column .card_image {
  width: 110px;
  float: right;
  margin: -26px 0 1px 0;
}
/* line 541, ../sass/_structure.sass */
.form-column #card_code {
  width: 70px;
}
/* line 544, ../sass/_structure.sass */
.form-column #vn-more-info {
  float: left;
  margin: -25px 0 0 234px;
}
/* line 548, ../sass/_structure.sass */
.form-column #exp_date_month, .form-column #exp_date_year {
  width: 45px;
  margin: 0 2px 0 0;
  display: inline;
}
/* line 553, ../sass/_structure.sass */
.form-column #exp_date_year {
  margin-left: 2px;
  width: 60px;
}

/* line 557, ../sass/_structure.sass */
.more-options {
  margin: 20px 0 0 0;
}
/* line 560, ../sass/_structure.sass */
.more-options li {
  display: inline;
}

/* line 578, ../sass/_structure.sass */
.Donation #main-wrapper {
  padding: 10px 0 0;
  max-width: 100%;
}
/* line 582, ../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 589, ../sass/_structure.sass */
.Donation .intro-info {
  margin: 0px auto 30px;
  text-shadow: 0 1px 0 white;
}
/* line 593, ../sass/_structure.sass */
.Donation #intro-text p {
  margin-bottom: 10px;
  line-height: 22px;
}
/* line 597, ../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 607, ../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 614, ../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 621, ../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 630, ../sass/_structure.sass */
.Donation .billing-info .submit {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 32px;
}
/* line 635, ../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 641, ../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 648, ../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 657, ../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 661, ../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 665, ../sass/_structure.sass */
.form-column .main-label {
  color: #333333;
  width: 100%;
  display: block;
}

/* line 672, ../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 679, ../sass/_structure.sass */
.Donation .donation_person-info p, .Donation .card_info p {
  margin-bottom: 10px;
}

/* line 684, ../sass/_structure.sass */
.billing-name input, .billing-address input {
  display: inline;
}

/* line 687, ../sass/_structure.sass */
.billing-info {
  overflow: hidden;
  *zoom: 1;
}

/* line 690, ../sass/_structure.sass */
.billing-city, .billing-email, .billing-phone {
  width: 200px;
  float: left;
}

/* line 694, ../sass/_structure.sass */
.billing-state, .billing-zip {
  width: 90px;
  float: left;
  margin-left: 15px;
}

/* line 699, ../sass/_structure.sass */
.billing-phone {
  margin-left: 15px;
  width: 195px;
}

/* line 707, ../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 715, ../sass/_structure.sass */
.Donation .donation_box select#country, .Donation .donation_box input#region, .Donation .donation_box input#postal {
  display: inline;
}
/* line 717, ../sass/_structure.sass */
.Donation .donation_box input#city {
  max-width: 200px;
}
/* line 722, ../sass/_structure.sass */
.Donation #amount_list .donation-amounts, .Donation #type .donation-amounts {
  overflow: hidden;
  *zoom: 1;
}
/* line 725, ../sass/_structure.sass */
.Donation #amount_list .donation-amount, .Donation #type .donation-amount {
  margin: 0;
  padding: 0;
}
/* line 729, ../sass/_structure.sass */
.Donation #amount_list .donation-amount-other, .Donation #type .donation-amount-other {
  margin-left: 5px;
}
/* line 732, ../sass/_structure.sass */
.Donation #amount_list .donation-amount-other label, .Donation #type .donation-amount-other label {
  display: none;
}
/* line 735, ../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 747, ../sass/_structure.sass */
.petition-form .input-button input {
  display: none;
}
/* line 749, ../sass/_structure.sass */
.no-js .petition-form .input-button input {
  display: block;
  margin-left: 10px;
  margin-top: 10px;
}
/* line 754, ../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 767, ../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 775, ../sass/_structure.sass */
.petition-form .input-button label:hover {
  background: #4ec8ff;
  cursor: pointer;
}
/* line 778, ../sass/_structure.sass */
.no-js .petition-form .input-button label:hover {
  background: none;
}
/* line 781, ../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 785, ../sass/_structure.sass */
.petition-form .input-button label.selected:hover {
  background: #72d43d;
}

/* line 789, ../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 793, ../sass/_structure.sass */
#type .input-button {
  width: 100%;
}
/* line 795, ../sass/_structure.sass */
.no-js #type .input-button {
  padding-bottom: 10px;
}
/* line 798, ../sass/_structure.sass */
#type .input-button label {
  width: 190px;
}

/* line 801, ../sass/_structure.sass */
.no-js #type .main-label {
  position: relative;
  float: none;
}

/* line 805, ../sass/_structure.sass */
#type .monthly-text, #type .single-text {
  color: #333333;
  margin: 10px 5px;
}

/* line 809, ../sass/_structure.sass */
.cards-accepted {
  text-align: center;
  margin: 0 0 10px;
}

/* line 813, ../sass/_structure.sass */
.billing-exp, .billing-verification {
  float: left;
  width: 200px;
  margin: 10px 0 10px 0;
}

/* line 818, ../sass/_structure.sass */
.billing-card-info {
  overflow: hidden;
  *zoom: 1;
  margin: 0 0 10px;
}

/* line 822, ../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 826, ../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 835, ../sass/_structure.sass */
.Donation {
  min-width: 420px;
}
/* line 838, ../sass/_structure.sass */
.Donation #footer-donate {
  margin: 0;
  padding: 20px 0;
  text-align: left;
}
/* line 843, ../sass/_structure.sass */
.Donation #footer-donate p {
  font-size: 14px;
  line-height: 18px;
}
/* line 847, ../sass/_structure.sass */
.Donation .footer-wrapper {
  max-width: 1000px;
  margin: 0 auto 0;
  overflow: hidden;
  *zoom: 1;
}
/* line 852, ../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 857, ../sass/_structure.sass */
.Donation .footer-column h1 {
  background: #cccccc;
  padding: 10px;
}
/* line 861, ../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 871, ../sass/_structure.sass */
.Donation .footer-column h3:hover {
  color: #009fe7;
}
/* line 876, ../sass/_structure.sass */
.Donation .accordian-list li {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 5px;
}
/* line 880, ../sass/_structure.sass */
.Donation .accordian-list div {
  display: none;
}
/* line 884, ../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 888, ../sass/_structure.sass */
.Donation #footer-donate p {
  padding: 0;
}
/* line 891, ../sass/_structure.sass */
.Donation .ratings {
  overflow: hidden;
  *zoom: 1;
  margin: 5px 0 10px;
}
/* line 895, ../sass/_structure.sass */
.Donation .charity-navigator, .Donation .great-nonprofits {
  width: 47.5%;
  float: left;
}
/* line 899, ../sass/_structure.sass */
.Donation .charity-navigator img, .Donation .great-nonprofits img {
  width: 100%;
}
/* line 902, ../sass/_structure.sass */
.Donation .charity-navigator {
  margin-right: 5%;
}

/* line 911, ../sass/_structure.sass */
.Donation.thanks #main-wrapper {
  padding: 40px 5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 600px;
}
/* line 916, ../sass/_structure.sass */
.Donation.thanks .donor-map {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}
/* line 921, ../sass/_structure.sass */
.Donation.thanks .main-wrapper {
  margin-bottom: 40px;
}
/* line 924, ../sass/_structure.sass */
.Donation.thanks .aside {
  width: 350px;
  margin: 0 auto 0;
}
/* line 928, ../sass/_structure.sass */
.Donation.thanks .aside .item {
  background: white;
  padding: 20px;
  margin: 0 0 20px 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 935, ../sass/_structure.sass */
.Donation.thanks .socialmedia_icon {
  float: left;
  padding: 0 20px 20px 0;
  max-width: 46px;
}
/* line 942, ../sass/_structure.sass */
.Donation.thanks #twitter textarea {
  margin-bottom: 10px;
}

/* line 952, ../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 955, ../sass/_structure.sass */
.Signup form, .Signup .intro-info-wrapper-big, .Signup footer {
  max-width: 420px;
  margin: 0 auto 14px;
  float: none;
}
/* line 960, ../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 965, ../sass/_structure.sass */
.Signup .intro-info {
  padding: 16px 26px 10px;
  margin: 0;
}

/* line 977, ../sass/_structure.sass */
.Signup.share-page .max-width-styles {
  max-width: 1100px;
}
/* line 980, ../sass/_structure.sass */
.Signup.share-page form, .Signup.share-page .intro-info-wrapper-big {
  max-width: inherit;
}
/* line 983, ../sass/_structure.sass */
.Signup.share-page footer {
  max-width: 800px;
}
/* line 986, ../sass/_structure.sass */
.Signup.share-page form {
  position: relative;
  margin: 0 26px;
}
/* line 990, ../sass/_structure.sass */
.Signup.share-page .intro-info-wrapper-big {
  background: none;
}

/* line 995, ../sass/_structure.sass */
.share-page .intro-info-wrapper {
  overflow: hidden;
  *zoom: 1;
}
/* line 998, ../sass/_structure.sass */
.share-page .intro-info {
  margin: 0;
  padding-bottom: 0;
}
/* line 1002, ../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 1007, ../sass/_structure.sass */
.share-page .form-column.fixed {
  right: 0;
}
/* line 1010, ../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 1021, ../sass/_structure.sass */
.share-page form .description {
  background: #009fe7;
  padding: 10px;
  color: white;
  margin: 0;
}
/* line 1027, ../sass/_structure.sass */
.share-page form .compact {
  margin: 0;
}
/* line 1030, ../sass/_structure.sass */
.share-page form .gridded {
  margin: 10px 20px 0;
  padding: 0;
}
/* line 1034, ../sass/_structure.sass */
.share-page form label {
  display: block;
  width: 100%;
  margin: 0;
}
/* line 1039, ../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 1045, ../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 1052, ../sass/_structure.sass */
.share-page form .button-wrapper input {
  padding: 5px 0;
}
/* line 1055, ../sass/_structure.sass */
.share-page form .waiver {
  margin: -5px 20px 10px;
  float: left;
  color: #888888;
  font-size: 0.85em;
}
/* line 1061, ../sass/_structure.sass */
.share-page .item-1 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e8e8e8;
}
/* line 1066, ../sass/_structure.sass */
.share-page .share-list {
  overflow: hidden;
  *zoom: 1;
}
/* line 1069, ../sass/_structure.sass */
.share-page .share-list > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 1072, ../sass/_structure.sass */
.share-page .share-list .item-1 {
  padding-right: 10px;
}
/* line 1075, ../sass/_structure.sass */
.share-page .share-list .item-2 {
  padding-right: 5px;
  padding-left: 5px;
}
/* line 1079, ../sass/_structure.sass */
.share-page .share-list .item-3 {
  padding-left: 10px;
}
/* line 1082, ../sass/_structure.sass */
.share-page .social {
  float: left;
  margin-right: 10px;
}
/* line 1086, ../sass/_structure.sass */
.share-page .shares {
  padding: 20px 26px;
  margin: 0 auto 0;
}
/* line 1090, ../sass/_structure.sass */
.share-page .share-graphic {
  max-width: 100%;
}

/* line 1093, ../sass/_structure.sass */
.ownership_share_diversity .shares, .ownership_share_murdoch .shares {
  max-width: 600px;
}

/* line 1098, ../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 1102, ../sass/_structure.sass */
.share-page.thanks .top-taf p {
  font-size: 22px;
  line-height: 32px;
}
/* line 1106, ../sass/_structure.sass */
.share-page.thanks form {
  border: none;
}

/* line 1114, ../sass/_structure.sass */
#modal, #modal-overlay {
  display: none;
}

/* line 1117, ../sass/_structure.sass */
#modal-verification-number, #modal-common-questions, #modal-ways-give {
  display: none;
}

/* line 1120, ../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 1130, ../sass/_structure.sass */
#modal .action-button {
  margin: 20px 0;
  text-align: center;
}
/* line 1134, ../sass/_structure.sass */
#modal .action-button span.ext {
  background-image: none;
}

/* line 1138, ../sass/_structure.sass */
#modal-content {
  padding: 18px;
  text-align: left;
}

/* line 1142, ../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 1151, ../sass/_structure.sass */
#modal-close:hover {
  color: #aaaaaa;
}

/* line 1154, ../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 1167, ../sass/_structure.sass */
.collapser p, .collapser h3 {
  margin: 0;
  padding: 0 0 5px 0;
}
/* line 1171, ../sass/_structure.sass */
.collapser li {
  padding: 0 0 10px 0;
}

/* line 1174, ../sass/_structure.sass */
#ratings {
  border-top: 1px solid #dddddd;
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
}
/* line 1179, ../sass/_structure.sass */
#ratings li {
  width: 160px;
  margin: 0 0 5px 0;
}

/* line 1186, ../sass/_structure.sass */
.slideshow {
  margin: 20px 0 10px;
  overflow: hidden;
  *zoom: 1;
}
/* line 1190, ../sass/_structure.sass */
.slideshow li {
  float: left;
  -webkit-transition: opacity 0.05s linear;
  -moz-transition: opacity 0.05s linear;
  -o-transition: opacity 0.05s linear;
  transition: opacity 0.05s linear;
  cursor: pointer;
  margin: 0 5px 0 0;
}
/* line 1196, ../sass/_structure.sass */
.slideshow li:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 1199, ../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, ../sass/_structure-break1.sass */
  label {
    float: left;
    width: 180px;
  }

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

  /* line 13, ../sass/_structure-break1.sass */
  select {
    width: 400px;
  }

  /* line 16, ../sass/_structure-break1.sass */
  textarea {
    width: 580px;
  }

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

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

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

  /* line 28, ../sass/_structure-break1.sass */
  .max-width-styles {
    max-width: 1000px;
  }

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

  /* line 42, ../sass/_structure-break1.sass */
  #event-signup-form label {
    width: 130px;
  }
  /* line 45, ../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, ../sass/_structure-break1.sass */
  #event-signup-form select {
    width: 300px;
  }
  /* line 51, ../sass/_structure-break1.sass */
  #event-signup-form textarea {
    width: 480px;
  }
  /* line 54, ../sass/_structure-break1.sass */
  #event-signup-form .checkbox, #event-signup-form .home-address {
    padding-left: 130px;
  }
  /* line 57, ../sass/_structure-break1.sass */
  #event-signup-form #phone-choice {
    padding-left: 130px;
  }

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

  /* line 70, ../sass/_structure-break1.sass */
  #twitter {
    float: right;
  }

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

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

  /* line 84, ../sass/_structure-break1.sass */
  .letter2 {
    margin: 10px 0 0 0;
  }

  /* line 90, ../sass/_structure-break1.sass */
  .form-column {
    width: 420px;
    float: right;
    margin-left: 20px;
    margin-right: 0px;
    margin-top: -20px;
    padding-top: 26px;
  }
  /* line 98, ../sass/_structure-break1.sass */
  .form-column label {
    width: 80px;
  }
  /* line 101, ../sass/_structure-break1.sass */
  .form-column input[type="password"], .form-column input[type="text"], .form-column input[type="email"] {
    width: 280px;
  }
  /* line 104, ../sass/_structure-break1.sass */
  .form-column select {
    width: 280px;
  }
  /* line 107, ../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, ../sass/_structure-break1.sass */
  .form-column .checkbox, .form-column .home-address {
    padding-left: 80px;
  }
  /* line 114, ../sass/_structure-break1.sass */
  .form-column #phone-choice {
    padding-left: 80px;
  }
  /* line 117, ../sass/_structure-break1.sass */
  .form-column.fixed {
    position: fixed;
    top: 0;
    right: 20px;
    margin-right: 5%;
    margin-top: 0;
  }

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

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

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

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

  /* line 149, ../sass/_structure-break1.sass */
  .Donation .intro-info {
    margin: 0px 485px 30px 0;
  }
  /* line 152, ../sass/_structure-break1.sass */
  .Donation .footer-column {
    width: 33.333%;
    float: left;
    padding: 0 20px;
  }

  /* line 163, ../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 168, ../sass/_structure-break1.sass */
  .share-page .text-column1 {
    padding-right: 10px;
  }
  /* line 171, ../sass/_structure-break1.sass */
  .share-page .text-column2 {
    padding-left: 10px;
  }
  /* line 176, ../sass/_structure-break1.sass */
  .share-page .share-list > li {
    width: 50%;
    float: left;
  }
  /* line 180, ../sass/_structure-break1.sass */
  .share-page .item-1 {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  /* line 187, ../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 191, ../sass/_structure-break1.sass */
  .share-page form .form-item-name, .share-page form .form-item-email {
    width: 30%;
  }
  /* line 194, ../sass/_structure-break1.sass */
  .share-page form .form-item-zip {
    width: 20%;
  }
  /* line 197, ../sass/_structure-break1.sass */
  .share-page form .form-item-zip, .share-page form .form-item-email {
    padding-left: 10px;
  }
  /* line 200, ../sass/_structure-break1.sass */
  .share-page form .button-wrapper {
    padding: 0 0 0 10px;
    margin: -1px 0 0 0;
    width: 20%;
  }

  /* line 211, ../sass/_structure-break1.sass */
  .Donation.thanks #main-wrapper {
    max-width: 1020px;
    padding: 40px 0 0 0;
  }
  /* line 215, ../sass/_structure-break1.sass */
  .Donation.thanks .main-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 850px;
  }
  /* line 220, ../sass/_structure-break1.sass */
  .Donation.thanks .donor-map {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  /* line 225, ../sass/_structure-break1.sass */
  .Donation.thanks .main-container {
    overflow: hidden;
    *zoom: 1;
  }
  /* line 228, ../sass/_structure-break1.sass */
  .Donation.thanks .main-wrapper {
    width: 480px;
    float: left;
  }
  /* line 232, ../sass/_structure-break1.sass */
  .Donation.thanks .aside {
    float: right;
    margin-top: 49px;
  }

  /* line 239, ../sass/_structure-break1.sass */
  .events {
    margin-right: 330px;
  }
}
@media screen and (min-width: 70.94em) {
  /* line 3, ../sass/_structure-break-full.sass */
  .form-column.fixed {
    margin-left: 560px;
    right: inherit;
    margin-right: none;
  }

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

  /* line 17, ../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 75, ../sass/screen-fp.sass */
#event-host-share .button-submit:hover, #event-host-share input[type="submit"]:hover {
  color: #009fe7;
}

/* line 78, ../sass/screen-fp.sass */
.button-submit, input[type="submit"] {
  font-family: "Oswald", Impact, Charcoal, sans-serif;
  text-transform: uppercase;
}
/* line 82, ../sass/screen-fp.sass */
.button-submit:hover, input[type="submit"]:hover {
  color: white;
}
/* line 85, ../sass/screen-fp.sass */
.button-submit.action, input.action[type="submit"] {
  font-size: 24px;
  padding: 0.5em 1.5em;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFF4419', endColorstr='#FFB22100');
  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: 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 15, ../../../../../var/lib/gems/1.9.1/gems/sassy-buttons-0.1.4/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.button-submit.action:hover, input.action[type="submit"]:hover {
  text-decoration: none;
}
/* line 18, ../../../../../var/lib/gems/1.9.1/gems/sassy-buttons-0.1.4/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: linear-gradient(#ff3000 3%, #b22100 75%);
}
/* line 21, ../../../../../var/lib/gems/1.9.1/gems/sassy-buttons-0.1.4/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 6, ../../../../../var/lib/gems/1.9.1/gems/sassy-buttons-0.1.4/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.button-submit.action.disabled, input.action.disabled[type="submit"], .button-submit.action[disabled], input.action[disabled][type="submit"] {
  opacity: 0.6;
  background: #cc2600;
  cursor: default;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 73, ../../../../../var/lib/gems/1.9.1/gems/sassy-buttons-0.1.4/stylesheets/_sassy-buttons.sass */
.button-submit.action::-moz-focus-inner, input.action[type="submit"]::-moz-focus-inner {
  padding: 0 !important;
  margin: -1px !important;
}
/* line 88, ../sass/screen-fp.sass */
.button-submit.donate, input.donate[type="submit"] {
  font-size: 24px;
  padding: 0.5em 1.5em;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF90DD67', endColorstr='#FF5AB628');
  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: 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 15, ../../../../../var/lib/gems/1.9.1/gems/sassy-buttons-0.1.4/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.button-submit.donate:hover, input.donate[type="submit"]:hover {
  text-decoration: none;
}
/* line 18, ../../../../../var/lib/gems/1.9.1/gems/sassy-buttons-0.1.4/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: linear-gradient(#81d952 3%, #5ab628 75%);
}
/* line 21, ../../../../../var/lib/gems/1.9.1/gems/sassy-buttons-0.1.4/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 6, ../../../../../var/lib/gems/1.9.1/gems/sassy-buttons-0.1.4/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.button-submit.donate.disabled, input.donate.disabled[type="submit"], .button-submit.donate[disabled], input.donate[disabled][type="submit"] {
  opacity: 0.6;
  background: #64cb2d;
  cursor: default;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 73, ../../../../../var/lib/gems/1.9.1/gems/sassy-buttons-0.1.4/stylesheets/_sassy-buttons.sass */
.button-submit.donate::-moz-focus-inner, input.donate[type="submit"]::-moz-focus-inner {
  padding: 0 !important;
  margin: -1px !important;
}
/* line 91, ../sass/screen-fp.sass */
.button-submit.facebook, input.facebook[type="submit"] {
  font-size: 24px;
  padding: 0.5em 1.5em;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF4C70BA', endColorstr='#FF2D4373');
  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: 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 15, ../../../../../var/lib/gems/1.9.1/gems/sassy-buttons-0.1.4/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.button-submit.facebook:hover, input.facebook[type="submit"]:hover {
  text-decoration: none;
}
/* line 18, ../../../../../var/lib/gems/1.9.1/gems/sassy-buttons-0.1.4/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: linear-gradient(#4264aa 3%, #2d4373 75%);
}
/* line 21, ../../../../../var/lib/gems/1.9.1/gems/sassy-buttons-0.1.4/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 6, ../../../../../var/lib/gems/1.9.1/gems/sassy-buttons-0.1.4/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.button-submit.facebook.disabled, input.facebook.disabled[type="submit"], .button-submit.facebook[disabled], input.facebook[disabled][type="submit"] {
  opacity: 0.6;
  background: #344e86;
  cursor: default;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 73, ../../../../../var/lib/gems/1.9.1/gems/sassy-buttons-0.1.4/stylesheets/_sassy-buttons.sass */
.button-submit.facebook::-moz-focus-inner, input.facebook[type="submit"]::-moz-focus-inner {
  padding: 0 !important;
  margin: -1px !important;
}
/* line 94, ../sass/screen-fp.sass */
.button-submit.facebook .icon, input.facebook[type="submit"] .icon {
  width: 18px;
}
/* line 97, ../sass/screen-fp.sass */
.button-submit.twitter, input.twitter[type="submit"] {
  font-size: 24px;
  padding: 0.5em 1.5em;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF0FB6FF', endColorstr='#FF0075A8');
  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: 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 15, ../../../../../var/lib/gems/1.9.1/gems/sassy-buttons-0.1.4/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.button-submit.twitter:hover, input.twitter[type="submit"]:hover {
  text-decoration: none;
}
/* line 18, ../../../../../var/lib/gems/1.9.1/gems/sassy-buttons-0.1.4/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: linear-gradient(#00aaf4 3%, #0075a8 75%);
}
/* line 21, ../../../../../var/lib/gems/1.9.1/gems/sassy-buttons-0.1.4/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 6, ../../../../../var/lib/gems/1.9.1/gems/sassy-buttons-0.1.4/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.button-submit.twitter.disabled, input.twitter.disabled[type="submit"], .button-submit.twitter[disabled], input.twitter[disabled][type="submit"] {
  opacity: 0.6;
  background: #0086c2;
  cursor: default;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 73, ../../../../../var/lib/gems/1.9.1/gems/sassy-buttons-0.1.4/stylesheets/_sassy-buttons.sass */
.button-submit.twitter::-moz-focus-inner, input.twitter[type="submit"]::-moz-focus-inner {
  padding: 0 !important;
  margin: -1px !important;
}
/* line 100, ../sass/screen-fp.sass */
.button-submit.social-button, input.social-button[type="submit"] {
  padding: 0;
}
/* line 103, ../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 115, ../sass/screen-fp.sass */
.button-submit .icon img, input[type="submit"] .icon img {
  width: 100%;
}
/* line 118, ../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 126, ../sass/screen-fp.sass */
.red-button, input[type="submit"] {
  font-size: 24px;
  padding: 0.5em 1.5em;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFF4419', endColorstr='#FFB22100');
  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: 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 15, ../../../../../var/lib/gems/1.9.1/gems/sassy-buttons-0.1.4/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.red-button:hover, input[type="submit"]:hover {
  text-decoration: none;
}
/* line 18, ../../../../../var/lib/gems/1.9.1/gems/sassy-buttons-0.1.4/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: linear-gradient(#ff3000 3%, #b22100 75%);
}
/* line 21, ../../../../../var/lib/gems/1.9.1/gems/sassy-buttons-0.1.4/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 6, ../../../../../var/lib/gems/1.9.1/gems/sassy-buttons-0.1.4/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.red-button.disabled, input.disabled[type="submit"], .red-button[disabled], input[disabled][type="submit"] {
  opacity: 0.6;
  background: #cc2600;
  cursor: default;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 73, ../../../../../var/lib/gems/1.9.1/gems/sassy-buttons-0.1.4/stylesheets/_sassy-buttons.sass */
.red-button::-moz-focus-inner, input[type="submit"]::-moz-focus-inner {
  padding: 0 !important;
  margin: -1px !important;
}

/* line 129, ../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.5em 1.5em;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFC3C3C3', endColorstr='#FF909090');
  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: 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 15, ../../../../../var/lib/gems/1.9.1/gems/sassy-buttons-0.1.4/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 {
  text-decoration: none;
}
/* line 18, ../../../../../var/lib/gems/1.9.1/gems/sassy-buttons-0.1.4/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: linear-gradient(#b7b7b7 3%, #909090 75%);
}
/* line 21, ../../../../../var/lib/gems/1.9.1/gems/sassy-buttons-0.1.4/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 6, ../../../../../var/lib/gems/1.9.1/gems/sassy-buttons-0.1.4/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.button-function.disabled, .signup-list-controls input.disabled[type="submit"], input.disabled[name="cancel"], input.disabled[type="submit"].button-function, .button-function[disabled], .signup-list-controls input[disabled][type="submit"], input[disabled][name="cancel"], input[disabled][type="submit"].button-function {
  opacity: 0.6;
  background: #9d9d9d;
  cursor: default;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 73, ../../../../../var/lib/gems/1.9.1/gems/sassy-buttons-0.1.4/stylesheets/_sassy-buttons.sass */
.button-function::-moz-focus-inner, .signup-list-controls input[type="submit"]::-moz-focus-inner, input[name="cancel"]::-moz-focus-inner, input[type="submit"].button-function::-moz-focus-inner {
  padding: 0 !important;
  margin: -1px !important;
}
/* line 135, ../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 138, ../sass/screen-fp.sass */
li.logout {
  display: none;
}

/* line 147, ../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: linear-gradient(top, #009fe7, #007cb4);
}

/* line 151, ../sass/screen-fp.sass */
.logo-tab {
  width: 190px;
  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: linear-gradient(top, #ffffff, #e8e8e8);
  padding: 14px 25px 5px 22px;
}

/* line 158, ../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 163, ../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);
}

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

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

/* line 187, ../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: whitesmoke;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 195, ../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 199, ../sass/screen-fp.sass */
textarea {
  margin-top: 3px !important;
}

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

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

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

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

/* line 240, ../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: linear-gradient(top, #009fe7, #007cb4 30%);
  color: white;
  border-top: 1px solid #4ec8ff;
  font-size: 14px;
}
/* line 248, ../sass/screen-fp.sass */
.petition-form a {
  color: black;
}
/* line 251, ../sass/screen-fp.sass */
.petition-form input[type="submit"] {
  width: 100%;
}
/* line 254, ../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 259, ../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 264, ../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 269, ../sass/screen-fp.sass */
.statement-leadin p {
  text-shadow: 0 1px 0 #00364e;
  margin: 0;
}

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

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

/* line 288, ../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 298, ../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 305, ../sass/screen-fp.sass */
.pointer {
  background: #888888;
  color: black;
  border-bottom: 1px solid #666666;
}
/* line 310, ../sass/screen-fp.sass */
.pointer img {
  float: left;
  margin: 5px 10px 0 10px;
}
/* line 314, ../sass/screen-fp.sass */
.pointer p {
  padding: 8px 0 0px 0;
  text-shadow: 0 1px 0 #aaaaaa;
  font-weight: bold;
}

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

/* line 329, ../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: linear-gradient(top, #01b0ff, #007cb4 50%);
}

/* line 333, ../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: linear-gradient(top, #e52b00, #b22100 50%);
}

/* line 337, ../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: linear-gradient(top, #aaaaaa, #909090 50%);
  border-bottom: none;
}
/* line 342, ../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 345, ../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 350, ../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 356, ../sass/screen-fp.sass */
#call-steps hr {
  display: none;
}

/* line 359, ../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 363, ../sass/screen-fp.sass */
.target-wrapper .target {
  color: #333333;
  text-shadow: none;
  margin: 0;
  padding: 0 0 5px;
}
/* line 370, ../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 376, ../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 387, ../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 392, ../sass/screen-fp.sass */
.Whipcount .intro-content {
  max-width: 50%;
  float: left;
}

/* line 408, ../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 418, ../sass/screen-fp.sass */
#modal .action-button a:hover {
  background: #bbbbbb;
  text-decoration: none;
}

/* line 3, ../sass/_indistrict.sass */
.event-search .intro {
  overflow: hidden;
  *zoom: 1;
}
/* line 6, ../sass/_indistrict.sass */
.event-search .intro img {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  max-width: 50%;
  height: auto;
}

@media screen and (min-width: 58.75em) {
  /* line 15, ../sass/_indistrict.sass */
  .event-search .intro {
    overflow: hidden;
    *zoom: 1;
  }
  /* line 18, ../sass/_indistrict.sass */
  .event-search .intro img {
    margin-top: -50px;
  }
}
@font-face {
  font-family: "glyphs";
  src: url("/css/fonts/socialico-webfont.eot") format("embedded-opentype"), url("/css/fonts/socialico-webfont.eot?#iefix") format("embedded-opentype"), url("/css/fonts/socialico-webfont.woff") format("woff"), url("/css/fonts/socialico-webfont.ttf") format("truetype"), url("/css/fonts/socialico-webfont.svg#socialicoregular") format("svg");
}

/* line 26, ../sass/_indistrict.sass */
.event-search .form-item-country {
  display: none;
}

/* line 29, ../sass/_indistrict.sass */
#event-attendee-details .event-address-content {
  padding: 0 0 11px 0;
}

/* line 32, ../sass/_indistrict.sass */
#event-host-links li.logout {
  display: none;
}
