/* FIXME:  There's a boatload of duplication between the "announcements" and
           "comments" sections.  This really should be DRYed up. */
/* THE WHOLE "ANNOUNCEMENTS" SECTION */
/* line 7, ../../app/assets/stylesheets/projects/delta.css.scss */
.announcements-content {
  background-color: white;
  width: 595px;
  padding: 14px;
  -moz-box-shadow: 1px 3px 2px #666666;
  -webkit-box-shadow: 1px 3px 2px #666666;
  box-shadow: 1px 3px 2px #666666;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

/* THE ANNOUCEMENT POSTING SECTION */
/* line 21, ../../app/assets/stylesheets/projects/delta.css.scss */
.announcements-content .group {
  background: #e8e8e8;
  border: 1px solid #d5d6d5;
  width: 595px;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px;
}

/* line 31, ../../app/assets/stylesheets/projects/delta.css.scss */
.announcements-content .group-with-title {
  position: relative;
  padding-top: 44px;
}

/* line 36, ../../app/assets/stylesheets/projects/delta.css.scss */
.announcements-content .group-with-title .title {
  background: #c3c4c3;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
  width: 586px;
  font-size: 15px;
  margin: 0;
  padding-top: 2px;
  padding-left: 10px;
  line-height: 24px;
  color: white;
  text-shadow: 0px 1px 1px #333333;
}

/* line 52, ../../app/assets/stylesheets/projects/delta.css.scss */
.announcement-input-container {
  margin-top: -20px;
  padding: 25px 20px 50px;
  height: 150px;
}

/* line 58, ../../app/assets/stylesheets/projects/delta.css.scss */
.announcement-input-container textarea {
  margin-left: 20px;
  max-width: 575px;
}

/* line 63, ../../app/assets/stylesheets/projects/delta.css.scss */
.announcement-input-container .attachment-selectors {
  margin-top: 20px;
  margin-left: 70px;
  margin-bottom: 0px;
  padding-bottom: 15px;
}

/* line 70, ../../app/assets/stylesheets/projects/delta.css.scss */
.redactor_editor {
  min-height: 75px;
}

/* line 74, ../../app/assets/stylesheets/projects/delta.css.scss */
.announcement-input-container .attachment-form {
  margin-left: 70px;
}

/* line 78, ../../app/assets/stylesheets/projects/delta.css.scss */
.announcement-input-container .attachment-form label {
  width: 300px;
}

/* line 82, ../../app/assets/stylesheets/projects/delta.css.scss */
.announcement-input-container .lower-buttons {
  padding: 10px;
  padding-right: 0px;
}

/* line 87, ../../app/assets/stylesheets/projects/delta.css.scss */
.announcement-input-container label {
  width: 80px;
  text-align: left;
  padding-left: 10px;
}

/* line 93, ../../app/assets/stylesheets/projects/delta.css.scss */
.announcement-input-container .post-announcement-button {
  background: #8c8b8b;
  background: -moz-linear-gradient(top, #8c8b8b 0%, #666666 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8c8b8b), color-stop(100%, #666666));
  background: -webkit-linear-gradient(top, #8c8b8b 0%, #666666 100%);
  background: -o-linear-gradient(top, #8c8b8b 0%, #666666 100%);
  background: -ms-linear-gradient(top, #8c8b8b 0%, #666666 100%);
  background: linear-gradient(top, #8c8b8b 0%, #666666 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8c8b8b', endColorstr='#666666',GradientType=0 );
}

/* THE UPDATES TOGGLE */
/* line 105, ../../app/assets/stylesheets/projects/delta.css.scss */
.updates-toggle-container {
  height: 35px;
}

/* ANNOUNCEMENTS */
/* line 111, ../../app/assets/stylesheets/projects/delta.css.scss */
.announcement-list {
  margin-top: 50px;
}

/* line 115, ../../app/assets/stylesheets/projects/delta.css.scss */
.announcement {
  width: 595px;
  border-top: 1px solid #d8d7d7;
  padding-top: 20px;
  margin-bottom: 20px;
}

/* line 122, ../../app/assets/stylesheets/projects/delta.css.scss */
.announcement img {
  margin-right: 7px;
}

/* line 126, ../../app/assets/stylesheets/projects/delta.css.scss */
.announcement .announcement-name a {
  color: #f93a7a;
}

/* line 130, ../../app/assets/stylesheets/projects/delta.css.scss */
.announcement .announcement-text {
  margin-left: 55px;
  padding-top: 7px;
  padding-bottom: 10px;
}

/* line 136, ../../app/assets/stylesheets/projects/delta.css.scss */
.announcement .activity-delete {
  height: 35px;
  width: 35px;
  background: url(http://web.archive.org/web/20140327104741im_/https://g0.iggcdn.com/assets/icons_badges_bullets-115f6d86a16788094383829027db9e54.png) no-repeat right -751px;
}

/* line 142, ../../app/assets/stylesheets/projects/delta.css.scss */
.announcement .activity-content {
  margin-left: 57px;
}
/* line 143, ../../app/assets/stylesheets/projects/delta.css.scss */
.announcement .activity-content iframe {
  width: 520px !important;
  max-width: 520px !important;
}
/* line 149, ../../app/assets/stylesheets/projects/delta.css.scss */
.announcement .activity-content img {
  max-width: 530px !important;
}

/* line 155, ../../app/assets/stylesheets/projects/delta.css.scss */
.announcement-input-container iframe {
  width: 520px !important;
  max-width: 520px !important;
}

/* THE WHOLE "COMMENTS" SECTION */
/* line 163, ../../app/assets/stylesheets/projects/delta.css.scss */
.comments-content {
  background-color: white;
  width: 595px;
  padding: 14px;
  -moz-box-shadow: 1px 3px 2px #666666;
  -webkit-box-shadow: 1px 3px 2px #666666;
  box-shadow: 1px 3px 2px #666666;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

/* THE COMMENT INPUT SECTION */
/* line 177, ../../app/assets/stylesheets/projects/delta.css.scss */
.comments-content .group {
  background: #e8e8e8;
  border: 1px solid #d5d6d5;
  width: 575px;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 20px;
  margin-bottom: 20px;
}

/* line 187, ../../app/assets/stylesheets/projects/delta.css.scss */
.comments-content .group-with-title {
  position: relative;
  padding-top: 44px;
}

/* line 192, ../../app/assets/stylesheets/projects/delta.css.scss */
.comments-content .group-with-title .title {
  background: #c3c4c3;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
  width: 586px;
  font-size: 15px;
  margin: 0;
  padding-top: 2px;
  padding-left: 10px;
  line-height: 24px;
  color: white;
  text-shadow: 0px 1px 1px #333333;
}

/* line 208, ../../app/assets/stylesheets/projects/delta.css.scss */
.comment-input-container {
  margin-top: -20px;
  padding: 40px;
  padding-top: 50px;
  height: 130px;
}

/* line 215, ../../app/assets/stylesheets/projects/delta.css.scss */
.comment-input-container textarea {
  margin-left: 20px;
  max-width: 400px;
}

/* line 220, ../../app/assets/stylesheets/projects/delta.css.scss */
.comment-input-container .lower-buttons {
  padding: 10px;
  padding-right: 25px;
}

/* line 225, ../../app/assets/stylesheets/projects/delta.css.scss */
.comment-input-container .lower-buttons #comment_appearance {
  margin-top: 10px;
}

/* line 229, ../../app/assets/stylesheets/projects/delta.css.scss */
.comment-input-container label {
  width: 80px;
  text-align: left;
  padding-left: 10px;
}

/* line 235, ../../app/assets/stylesheets/projects/delta.css.scss */
.comment-input-container .add-comment-button {
  background: #8c8b8b;
  background: -moz-linear-gradient(top, #8c8b8b 0%, #666666 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8c8b8b), color-stop(100%, #666666));
  background: -webkit-linear-gradient(top, #8c8b8b 0%, #666666 100%);
  background: -o-linear-gradient(top, #8c8b8b 0%, #666666 100%);
  background: -ms-linear-gradient(top, #8c8b8b 0%, #666666 100%);
  background: linear-gradient(top, #8c8b8b 0%, #666666 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8c8b8b', endColorstr='#666666',GradientType=0 );
}

/* THE COMMENTS THEMSELVES */
/* line 247, ../../app/assets/stylesheets/projects/delta.css.scss */
.comment-list {
  margin-top: 50px;
}

/* line 251, ../../app/assets/stylesheets/projects/delta.css.scss */
.comment {
  width: 595px;
  border-top: 1px solid #d8d7d7;
  padding-top: 20px;
}

/* line 257, ../../app/assets/stylesheets/projects/delta.css.scss */
.comment img {
  margin-right: 7px;
}

/* line 261, ../../app/assets/stylesheets/projects/delta.css.scss */
.comment .comment-name a {
  color: #f93a7a;
}

/* line 265, ../../app/assets/stylesheets/projects/delta.css.scss */
.comment .comment-text {
  margin-left: 57px;
  padding-top: 7px;
  padding-bottom: 10px;
}

/* line 271, ../../app/assets/stylesheets/projects/delta.css.scss */
.comment .comment-delete {
  height: 32px;
  width: 32px;
  background: url(http://web.archive.org/web/20140327104741im_/https://g0.iggcdn.com/assets/icons_badges_bullets-115f6d86a16788094383829027db9e54.png) no-repeat right -751px;
}

/* THE GALLERY */
/* line 279, ../../app/assets/stylesheets/projects/delta.css.scss */
.gallery-section {
  width: 620px;
}

/* line 283, ../../app/assets/stylesheets/projects/delta.css.scss */
.gallery-section .box {
  padding: 10px 0 20px 10px;
}

/* line 287, ../../app/assets/stylesheets/projects/delta.css.scss */
.gallery-section h1 {
  color: #5a5a5a;
  font-weight: lighter;
  margin-top: 30px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

/* line 295, ../../app/assets/stylesheets/projects/delta.css.scss */
.gallery-section hr {
  margin-top: 0px;
  margin-bottom: 16px;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 3px;
  background-color: #5a5a5a;
}

/* line 304, ../../app/assets/stylesheets/projects/delta.css.scss */
.gallery-section ul.thumbs {
  list-style-type: none;
  margin-left: 5px;
  margin-top: 10px;
  padding: 0px;
}

/* line 311, ../../app/assets/stylesheets/projects/delta.css.scss */
.gallery-section .thumb {
  padding-left: 0px;
  padding-right: 10px;
  padding-bottom: 10px;
}

/* line 317, ../../app/assets/stylesheets/projects/delta.css.scss */
.gallery-images-container {
  margin-top: 54px;
}

/* line 321, ../../app/assets/stylesheets/projects/delta.css.scss */
.gallery-files-container {
  margin-top: 54px;
}

/* line 325, ../../app/assets/stylesheets/projects/delta.css.scss */
.gallery-section .file-link {
  link-color: #fe57a1;
}

/* line 329, ../../app/assets/stylesheets/projects/delta.css.scss */
.image-caption.current {
  font-size: 12px;
  color: #595959;
}

/* PLEDGES TAB */
/* line 335, ../../app/assets/stylesheets/projects/delta.css.scss */
#edit_funding_button {
  color: white;
  margin-right: 20px;
}

/* THE PLEDGES (OR "FUNDERS") TAB */
/* line 341, ../../app/assets/stylesheets/projects/delta.css.scss */
.funders-content {
  background-color: white;
  width: 595px;
  padding: 14px;
  -moz-box-shadow: 1px 3px 2px #666666;
  -webkit-box-shadow: 1px 3px 2px #666666;
  box-shadow: 1px 3px 2px #666666;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

/* line 352, ../../app/assets/stylesheets/projects/delta.css.scss */
.pledge {
  width: 595px;
}

/* line 355, ../../app/assets/stylesheets/projects/delta.css.scss */
#pledges-container {
  padding: 30px;
}

/* line 359, ../../app/assets/stylesheets/projects/delta.css.scss */
#edit_project_button {
  float: right;
}

/* line 362, ../../app/assets/stylesheets/projects/delta.css.scss */
#pledges {
  padding-top: 17px;
}

/* line 365, ../../app/assets/stylesheets/projects/delta.css.scss */
.pledge-image {
  float: left;
}

/* line 368, ../../app/assets/stylesheets/projects/delta.css.scss */
.pledge-name {
  float: left;
  margin-left: 10px;
  width: 130px;
}

/* line 373, ../../app/assets/stylesheets/projects/delta.css.scss */
.pledge-amount {
  float: left;
  padding-top: 20px;
  margin-left: 50px;
}

/* line 379, ../../app/assets/stylesheets/projects/delta.css.scss */
#show-more-link {
  float: right;
}

/* line 383, ../../app/assets/stylesheets/projects/delta.css.scss */
.char-counter {
  float: right;
  margin-right: 30px;
  margin-top: 5px;
}

/* line 3, ../../app/assets/stylesheets/projects/profile.css.scss */
.header-wrapper {
  width: 780px;
  margin-bottom: 10px;
  min-height: 102px;
}

/* line 9, ../../app/assets/stylesheets/projects/profile.css.scss */
.project .tabs {
  position: relative;
  bottom: 0;
  left: 0;
}

/* line 15, ../../app/assets/stylesheets/projects/profile.css.scss */
.sub-header {
  padding-bottom: 0;
  padding-top: 20px;
}

/* line 20, ../../app/assets/stylesheets/projects/profile.css.scss */
.sub-header .container-with-space {
  padding-bottom: 50px;
}

/* line 24, ../../app/assets/stylesheets/projects/profile.css.scss */
.sub-header .avatar {
  margin-right: 20px;
}

/* line 28, ../../app/assets/stylesheets/projects/profile.css.scss */
.sub-header .headline {
  width: 820px;
}

/* line 32, ../../app/assets/stylesheets/projects/profile.css.scss */
.sub-header h1 {
  line-height: 30px;
}

/* titles 1-54 chars */
/* line 37, ../../app/assets/stylesheets/projects/profile.css.scss */
.sub-header h1.x-large {
  font-size: 28px;
}

/* titles 61-73 chars */
/* line 42, ../../app/assets/stylesheets/projects/profile.css.scss */
.sub-header h1.large {
  font-size: 24px;
  line-height: 26px;
}

/* titles 74-80 chars */
/* line 48, ../../app/assets/stylesheets/projects/profile.css.scss */
.sub-header h1.small {
  font-size: 22px;
  line-height: 24px;
}

/* line 53, ../../app/assets/stylesheets/projects/profile.css.scss */
.sub-header .headline p {
  margin: 0;
  margin-top: 3px;
}

/* line 58, ../../app/assets/stylesheets/projects/profile.css.scss */
.sub-header .project-information {
  color: #595959;
  width: 820px;
  margin-top: 10px;
}

/* line 64, ../../app/assets/stylesheets/projects/profile.css.scss */
.sub-header .project-information ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 70, ../../app/assets/stylesheets/projects/profile.css.scss */
.sub-header .project-information .label {
  font-weight: bold;
  color: black;
  margin-right: 10px;
}

/* line 76, ../../app/assets/stylesheets/projects/profile.css.scss */
.sub-header .project-information .team {
  line-height: 2px;
  width: 299px;
}

/* line 81, ../../app/assets/stylesheets/projects/profile.css.scss */
.sub-header .project-information .team a {
  color: #333333;
}

/* line 85, ../../app/assets/stylesheets/projects/profile.css.scss */
.sub-header .project-information .team a:hover {
  color: #21929e;
}

/* line 89, ../../app/assets/stylesheets/projects/profile.css.scss */
.sub-header .project-information .team .avatar {
  margin-bottom: 0;
  margin-right: 8px;
}

/* line 94, ../../app/assets/stylesheets/projects/profile.css.scss */
.sub-header .project-information .team .see-more {
  margin-top: 13px;
  margin-left: 10px;
}

/* line 99, ../../app/assets/stylesheets/projects/profile.css.scss */
.sub-header .project-information .location {
  margin-bottom: 20px;
}

/* line 103, ../../app/assets/stylesheets/projects/profile.css.scss */
.sub-header .project-information .category {
  color: black;
}

/* line 107, ../../app/assets/stylesheets/projects/profile.css.scss */
.sub-header .project-information .category a, .sub-header .project-information .location a {
  color: #33b6c4;
}

/* line 111, ../../app/assets/stylesheets/projects/profile.css.scss */
.sub-header .project-information .category a:hover, .sub-header .project-information .location a:hover {
  color: #21929e;
}

/* line 115, ../../app/assets/stylesheets/projects/profile.css.scss */
.box {
  min-height: 0;
}

/* line 119, ../../app/assets/stylesheets/projects/profile.css.scss */
.project-content {
  width: 620px;
}

/* line 123, ../../app/assets/stylesheets/projects/profile.css.scss */
.project-content section {
  background: white;
  margin-bottom: 20px;
}

/* line 128, ../../app/assets/stylesheets/projects/profile.css.scss */
.project-content .media {
  background: none;
}

/* line 132, ../../app/assets/stylesheets/projects/profile.css.scss */
.project-content .description {
  padding: 20px;
  max-width: 580px;
  width: 580px;
}
/* line 137, ../../app/assets/stylesheets/projects/profile.css.scss */
.project-content .description img {
  max-width: 580px !important;
}

/* line 142, ../../app/assets/stylesheets/projects/profile.css.scss */
.project-content .user-content {
  line-height: 19px;
}

/* line 146, ../../app/assets/stylesheets/projects/profile.css.scss */
.project-content .user-content h3 {
  font-size: 17px;
}

/* line 150, ../../app/assets/stylesheets/projects/profile.css.scss */
.project-content .user-content a {
  color: #1eb9c1;
  font-weight: bold;
}

/* line 155, ../../app/assets/stylesheets/projects/profile.css.scss */
.project-content .user-content a:hover {
  color: #21929e;
}

/* line 159, ../../app/assets/stylesheets/projects/profile.css.scss */
.project-content .sharing {
  padding: 15px;
  padding-left: 100px;
  padding-right: 20px;
  width: 500px;
  background: url(http://web.archive.org/web/20140327104741im_/https://g1.iggcdn.com/assets/bg_profile_sharing-71869da0536dea99ad6d221737a55cf3.png) no-repeat 15px 20px white;
}

/* line 167, ../../app/assets/stylesheets/projects/profile.css.scss */
.project-content .share-link input {
  width: 240px;
}

/* line 171, ../../app/assets/stylesheets/projects/profile.css.scss */
.project-content .sharing .label {
  padding-top: 5px;
}

/* line 175, ../../app/assets/stylesheets/projects/profile.css.scss */
.project-content .sharing .share-link {
  border-bottom: 1px solid #e3e2e2;
}

/* line 179, ../../app/assets/stylesheets/projects/profile.css.scss */
.project-content .sharing .add-to-favorites {
  font-size: 11px;
  padding-top: 7px;
  padding-left: 25px;
  background: url(http://web.archive.org/web/20140327104741im_/https://g0.iggcdn.com/assets/star-pink-9acc01468a5c23d45c1a8e5148dc3a6e.png) no-repeat 7px 5px;
}

/* line 186, ../../app/assets/stylesheets/projects/profile.css.scss */
.project-content .sharing .social-networks {
  padding-top: 15px;
}

/* line 190, ../../app/assets/stylesheets/projects/profile.css.scss */
.project-content .sharing .tools {
  padding-top: 15px;
}

/* line 194, ../../app/assets/stylesheets/projects/profile.css.scss */
.project-content .sharing .tools .embed {
  position: relative;
  display: block;
}

/* line 199, ../../app/assets/stylesheets/projects/profile.css.scss */
.project-content .sharing .tools .email {
  margin-left: 18px;
}

/* line 203, ../../app/assets/stylesheets/projects/profile.css.scss */
.project-content .social {
  padding: 20px;
  padding-right: 0;
  padding-top: 15px;
  padding-bottom: 5px;
  width: 600px;
}

/* line 211, ../../app/assets/stylesheets/projects/profile.css.scss */
.project-content .social .label {
  padding-top: 5px;
  margin-bottom: 0px;
}

/* line 216, ../../app/assets/stylesheets/projects/profile.css.scss */
.project-content .social .links {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 395px;
}

/* line 223, ../../app/assets/stylesheets/projects/profile.css.scss */
.project-content .social .link {
  color: #ababab;
  padding-left: 37px;
  display: block;
  width: auto;
  margin-left: 0;
  margin-right: 10px;
  margin-bottom: 10px;
}

/* line 233, ../../app/assets/stylesheets/projects/profile.css.scss */
.project-content .social .link:hover {
  color: #595959;
}

/* line 237, ../../app/assets/stylesheets/projects/profile.css.scss */
.project-content .team {
  padding: 20px;
  width: 580px;
}

/* line 242, ../../app/assets/stylesheets/projects/profile.css.scss */
.project-content .team {
  padding: 20px;
  padding-bottom: 5px;
  width: 580px;
}

/* line 248, ../../app/assets/stylesheets/projects/profile.css.scss */
.project-content .team .information {
  margin: 0;
  padding: 0;
  width: auto;
  max-width: 175px;
}

/* line 255, ../../app/assets/stylesheets/projects/profile.css.scss */
.project-content .team .photo {
  margin-right: 10px;
}

/* line 259, ../../app/assets/stylesheets/projects/profile.css.scss */
.project-content .team ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 265, ../../app/assets/stylesheets/projects/profile.css.scss */
.project-content .team .member {
  width: 245px;
  margin-bottom: 15px;
}

/* line 270, ../../app/assets/stylesheets/projects/profile.css.scss */
.project-content .team .member .role {
  height: auto;
  max-height: 42px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 12px;
  margin-bottom: 0px;
  padding-bottom: 8px;
  padding-right: 4px;
  font-style: italic;
  font-size: 11px;
  overflow: hidden;
}

/* line 284, ../../app/assets/stylesheets/projects/profile.css.scss */
.project-content .team .member .information {
  position: relative;
  height: 90px;
  width: 140px;
}

/* line 290, ../../app/assets/stylesheets/projects/profile.css.scss */
.project-content .team .social-badges p {
  height: 20px;
  padding-top: 2px;
  margin-top: 3px;
  padding-left: 24px;
  font-size: 11px;
  text-transform: uppercase;
  color: #797979;
}

/* line 300, ../../app/assets/stylesheets/projects/profile.css.scss */
.project-content .team .email-verified {
  background: url(http://web.archive.org/web/20140327104741im_/https://g0.iggcdn.com/assets/email20x20-grey-4d7d1e00f1dfceae522d9a8ae3d04089.png) no-repeat;
}

/* line 304, ../../app/assets/stylesheets/projects/profile.css.scss */
.project-content .team .facebook-verified {
  background: url(http://web.archive.org/web/20140327104741im_/https://g2.iggcdn.com/assets/facebook20x20-grey-4a21f4c55cfddc925e68ced88ccde343.png) no-repeat;
}

/* line 308, ../../app/assets/stylesheets/projects/profile.css.scss */
.project-content section .label {
  font-size: 14px;
  color: #797979;
  font-weight: normal;
  margin: 0;
  margin-bottom: 15px;
  margin-right: 20px;
}

/* line 317, ../../app/assets/stylesheets/projects/profile.css.scss */
.project-content .editor-content h3 {
  margin-top: 0;
}

/* line 321, ../../app/assets/stylesheets/projects/profile.css.scss */
aside {
  width: auto;
  padding-top: 0px;
}

/* line 326, ../../app/assets/stylesheets/projects/profile.css.scss */
aside section {
  position: relative;
  width: 300px;
  margin-bottom: 25px;
}

/* line 332, ../../app/assets/stylesheets/projects/profile.css.scss */
aside .funding {
  background: url(http://web.archive.org/web/20140327104741im_/https://g3.iggcdn.com/assets/bg_profile_progress-2becf5c962aaab982157f46e7d5d6d11.png) no-repeat 22px 76px white;
}

/* line 336, ../../app/assets/stylesheets/projects/profile.css.scss */
aside .funding .targets {
  padding: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d8d7d7;
}

/* line 342, ../../app/assets/stylesheets/projects/profile.css.scss */
aside .funding .money-raised {
  color: #07a045;
  font-size: 15px;
  font-style: italic;
  margin: 0;
}

/* line 349, ../../app/assets/stylesheets/projects/profile.css.scss */
aside .funding .money-raised .amount {
  font-size: 45px;
  font-style: normal;
}

/* line 354, ../../app/assets/stylesheets/projects/profile.css.scss */
aside .funding .progress {
  left: 25px;
  top: 68px;
}

/* line 359, ../../app/assets/stylesheets/projects/profile.css.scss */
aside .funding .days-left {
  padding-left: 40px;
  background: url(http://web.archive.org/web/20140327104741im_/https://g0.iggcdn.com/assets/icons_badges_bullets-115f6d86a16788094383829027db9e54.png) no-repeat -3px -567px;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  margin: 0;
}

/* line 368, ../../app/assets/stylesheets/projects/profile.css.scss */
aside .funding .days-left .amount {
  font-size: 45px;
  font-style: normal;
  font-weight: normal;
}

/* line 374, ../../app/assets/stylesheets/projects/profile.css.scss */
#big-goal {
  height: 55px;
}

/* line 379, ../../app/assets/stylesheets/projects/profile.css.scss */
.targets .complete0 {
  width: 0px;
}

/* line 380, ../../app/assets/stylesheets/projects/profile.css.scss */
.targets .complete2 {
  width: 5px;
}

/* line 381, ../../app/assets/stylesheets/projects/profile.css.scss */
.targets .complete5 {
  width: 14px;
}

/* line 382, ../../app/assets/stylesheets/projects/profile.css.scss */
.targets .complete10 {
  width: 29px;
}

/* line 383, ../../app/assets/stylesheets/projects/profile.css.scss */
.targets .complete15 {
  width: 41px;
}

/* line 384, ../../app/assets/stylesheets/projects/profile.css.scss */
.targets .complete20 {
  width: 53px;
}

/* line 385, ../../app/assets/stylesheets/projects/profile.css.scss */
.targets .complete25 {
  width: 65px;
}

/* line 386, ../../app/assets/stylesheets/projects/profile.css.scss */
.targets .complete30 {
  width: 77px;
}

/* line 387, ../../app/assets/stylesheets/projects/profile.css.scss */
.targets .complete35 {
  width: 89px;
}

/* line 388, ../../app/assets/stylesheets/projects/profile.css.scss */
.targets .complete40 {
  width: 101px;
}

/* line 389, ../../app/assets/stylesheets/projects/profile.css.scss */
.targets .complete45 {
  width: 113px;
}

/* line 390, ../../app/assets/stylesheets/projects/profile.css.scss */
.targets .complete50 {
  width: 125px;
}

/* line 391, ../../app/assets/stylesheets/projects/profile.css.scss */
.targets .complete55 {
  width: 137px;
}

/* line 392, ../../app/assets/stylesheets/projects/profile.css.scss */
.targets .complete60 {
  width: 149px;
}

/* line 393, ../../app/assets/stylesheets/projects/profile.css.scss */
.targets .complete65 {
  width: 160px;
}

/* line 394, ../../app/assets/stylesheets/projects/profile.css.scss */
.targets .complete70 {
  width: 172px;
}

/* line 395, ../../app/assets/stylesheets/projects/profile.css.scss */
.targets .complete75 {
  width: 182px;
}

/* line 396, ../../app/assets/stylesheets/projects/profile.css.scss */
.targets .complete80 {
  width: 192px;
}

/* line 397, ../../app/assets/stylesheets/projects/profile.css.scss */
.targets .complete85 {
  width: 207px;
}

/* line 398, ../../app/assets/stylesheets/projects/profile.css.scss */
.targets .complete90 {
  width: 222px;
}

/* line 399, ../../app/assets/stylesheets/projects/profile.css.scss */
.targets .complete95 {
  width: 237px;
}

/* line 400, ../../app/assets/stylesheets/projects/profile.css.scss */
.targets .complete100 {
  width: 250px;
}

/* line 403, ../../app/assets/stylesheets/projects/profile.css.scss */
aside .funding .type,
aside .matching-funds .contribution-counts {
  border-top: 1px solid white;
  padding: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #f6f5f5;
  background: -moz-linear-gradient(top, #f6f5f5 0%, white 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f5f5), color-stop(100%, white));
  background: -webkit-linear-gradient(top, #f6f5f5 0%, white 100%);
  background: -o-linear-gradient(top, #f6f5f5 0%, white 100%);
  background: -ms-linear-gradient(top, #f6f5f5 0%, white 100%);
  background: linear-gradient(top, #f6f5f5 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f5f5', endColorstr='white',GradientType=0 );
  border-bottom: 1px solid #d8d7d7;
  color: #595959;
}

/* line 420, ../../app/assets/stylesheets/projects/profile.css.scss */
aside .funding .type h2 {
  margin: 0;
  margin-bottom: 3px;
  font-size: 14px;
}

/* line 426, ../../app/assets/stylesheets/projects/profile.css.scss */
aside .funding .type p {
  margin: 0;
}

/* line 430, ../../app/assets/stylesheets/projects/profile.css.scss */
aside .funding .contribute {
  background: url(http://web.archive.org/web/20140327104741im_/https://g1.iggcdn.com/assets/bg_profile_contribute-7a4cddebbb0f4ea8c587b3f76b93d687.png) no-repeat center center #f6f5f5;
  padding: 25px;
  padding-top: 32px;
  height: 47px;
}

/* line 437, ../../app/assets/stylesheets/projects/profile.css.scss */
aside .funding .contribute .action {
  font-size: 14px;
  padding: 12px;
  width: 185px;
  text-align: center;
  display: block;
  margin: 0 auto;
}

/* line 446, ../../app/assets/stylesheets/projects/profile.css.scss */
aside .partner {
  position: relative;
  background: white;
  width: 220px;
  padding: 15px;
  padding-right: 0;
  padding-left: 80px;
}

/* line 455, ../../app/assets/stylesheets/projects/profile.css.scss */
aside .partner .label {
  position: absolute;
  background: url(http://web.archive.org/web/20140327104741im_/https://g3.iggcdn.com/assets/bg_profile_partner-8640a3d64b52d9ba34c95b50949b02ba.png) no-repeat top left;
  left: -7px;
  top: 0px;
  width: 85px;
  height: 35px;
}

/* line 464, ../../app/assets/stylesheets/projects/profile.css.scss */
aside .matching-funds {
  background: white;
}

/* line 468, ../../app/assets/stylesheets/projects/profile.css.scss */
aside .matching-funds .users {
  padding: 25px;
  padding-bottom: 0;
  border-bottom: 1px solid #d8d7d7;
}

/* line 474, ../../app/assets/stylesheets/projects/profile.css.scss */
aside .matching-funds .money-raised {
  color: #f52887;
  font-size: 15px;
  font-style: italic;
  margin: 0;
}

/* line 481, ../../app/assets/stylesheets/projects/profile.css.scss */
aside .matching-funds .money-raised .amount {
  font-size: 45px;
  font-style: normal;
}

/* line 486, ../../app/assets/stylesheets/projects/profile.css.scss */
.matching-funds .users .so-far {
  padding-bottom: 10px;
}

/* line 490, ../../app/assets/stylesheets/projects/profile.css.scss */
.matching-funds .users .image {
  height: 90px;
  padding-bottom: 10px;
  width: 90px;
}

/* line 496, ../../app/assets/stylesheets/projects/profile.css.scss */
.matching-funds .users .title {
  color: #33b6c4;
  font-size: 15px;
  line-height: 90px;
  padding-left: 15px;
}

/* line 503, ../../app/assets/stylesheets/projects/profile.css.scss */
aside .matching-funds .contribution-counts h1 {
  font-size: 14px;
  margin: 0 !important;
  line-height: 25px;
}

/* line 509, ../../app/assets/stylesheets/projects/profile.css.scss */
aside .matching-funds .contribution-counts p {
  line-height: 20px;
  margin: 0 !important;
}

/* line 514, ../../app/assets/stylesheets/projects/profile.css.scss */
.perks ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 520, ../../app/assets/stylesheets/projects/profile.css.scss */
.perk {
  padding: 10px;
  background: #d2d2d2;
  margin-bottom: 20px;
}

/* line 526, ../../app/assets/stylesheets/projects/profile.css.scss */
.perk .title {
  border-bottom: 1px solid #a8a8a8;
  color: #222222;
  padding-bottom: 5px;
  font-size: 16px;
  line-height: 18px;
  word-wrap: break-word;
}

/* line 535, ../../app/assets/stylesheets/projects/profile.css.scss */
.perk .title .amount {
  font-size: 28px;
  font-weight: normal;
  padding-top: 10px;
}

/* line 541, ../../app/assets/stylesheets/projects/profile.css.scss */
.perk .soldout {
  color: white;
  background: black;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  padding: 5px 15px;
  margin-top: 0px;
  margin-bottom: 0px;
  float: right;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* line 557, ../../app/assets/stylesheets/projects/profile.css.scss */
.perk .title .your-contribution {
  color: #595959;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 1px;
  padding-left: 10px;
  padding-top: 7px;
}

/* line 566, ../../app/assets/stylesheets/projects/profile.css.scss */
.perk .title .match-total {
  color: #f52887;
  font-size: 15px;
  font-weight: normal;
  padding-top: 4px;
}

/* line 573, ../../app/assets/stylesheets/projects/profile.css.scss */
.perk .title .perk-title {
  padding-top: 10px;
}

/* line 577, ../../app/assets/stylesheets/projects/profile.css.scss */
.perk .description {
  color: #595959;
  padding-top: 1em;
  margin-top: 0;
  border-top: 1px solid #f4f4f4;
  line-height: 18px;
  word-wrap: break-word;
  white-space: pre-line;
}

/* line 587, ../../app/assets/stylesheets/projects/profile.css.scss */
.perk .contributor {
  margin-right: 10px;
  margin-bottom: 10px;
}

/* line 592, ../../app/assets/stylesheets/projects/profile.css.scss */
.perk .claim .button {
  padding-left: 11px;
  padding-right: 9px;
  font-size: 11px;
  margin-right: 10px;
}

/* line 599, ../../app/assets/stylesheets/projects/profile.css.scss */
.perk .claimed {
  color: black;
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  margin: 0;
  clear: both;
}

/* line 608, ../../app/assets/stylesheets/projects/profile.css.scss */
.perk .perkdelivery {
  color: black;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  line-height: 30px;
  margin: 0;
  padding-right: 40px;
  clear: both;
}

/* line 619, ../../app/assets/stylesheets/projects/profile.css.scss */
.perk .claimed.big-perk-button {
  color: black;
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  margin: 0;
}

/* line 627, ../../app/assets/stylesheets/projects/profile.css.scss */
.perk .perkdelivery.big-perk-button {
  color: black;
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  margin: 0;
  padding-right: 0;
}

/* line 636, ../../app/assets/stylesheets/projects/profile.css.scss */
.perk .soldout {
  color: white;
  background: black;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  padding: 5px 15px;
  margin-top: 0px;
  margin-bottom: 0px;
  float: right;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* line 652, ../../app/assets/stylesheets/projects/profile.css.scss */
.perk-box-link:hover li.perk {
  -moz-box-shadow: inset 2px 2px 1px #888888;
  -webkit-box-shadow: inset 2px 2px 1px #888888;
  box-shadow: inset 2px 2px 1px #888888;
  background: #b9e6eb;
}

/* line 659, ../../app/assets/stylesheets/projects/profile.css.scss */
.perk-box-link:hover .description {
  color: black;
}

/* line 663, ../../app/assets/stylesheets/projects/profile.css.scss */
#clip_text {
  margin-right: 5px;
}

/* Styles for share widget page */
/* line 668, ../../app/assets/stylesheets/projects/profile.css.scss */
.group .code-text {
  width: 550px;
  margin: 0px 45px 20px 48px;
  border: none;
  background-color: #e8e8e8;
}

/* line 675, ../../app/assets/stylesheets/projects/profile.css.scss */
.email-widget .list-item {
  width: 500px;
  margin: 20px 30px 20px 12px;
}

/* line 679, ../../app/assets/stylesheets/projects/profile.css.scss */
#bottom_contribute_section {
  width: 100%;
}

/* line 682, ../../app/assets/stylesheets/projects/profile.css.scss */
#bottom_contribute_section .contribute {
  float: left;
  width: 160px;
}

/* line 686, ../../app/assets/stylesheets/projects/profile.css.scss */
#bottom_contribute_section p {
  width: 345px;
  margin-top: 0px;
  margin-bottom: 4px;
  font-weight: bold;
}

/* line 692, ../../app/assets/stylesheets/projects/profile.css.scss */
#bottom_contribute_section p.help-make-it {
  color: #888888;
}

/* line 695, ../../app/assets/stylesheets/projects/profile.css.scss */
#bottom_contribute_section span.project-title {
  font-weight: bold;
  color: black;
}

/* line 699, ../../app/assets/stylesheets/projects/profile.css.scss */
#bottom_contribute_section #text_holder {
  width: 409px;
  float: left;
}

/* line 703, ../../app/assets/stylesheets/projects/profile.css.scss */
#bottom_contribute_section .button {
  text-align: center;
  width: 185px;
  padding: 12px;
  font-size: 14px;
  padding: 12px;
  float: right;
}

/* line 712, ../../app/assets/stylesheets/projects/profile.css.scss */
.inactive-tab {
  color: #888888 !important;
}

/* line 716, ../../app/assets/stylesheets/projects/profile.css.scss */
.inactive-tab:hover {
  color: #ff0051 !important;
}

/* line 720, ../../app/assets/stylesheets/projects/profile.css.scss */
.inactive-li {
  width: 130px;
  height: 29px;
  margin-right: 5px;
  border: 1px solid #fafafa;
  border-bottom: 0;
  background: -webkit-linear-gradient(top, #fefefe 0%, #dddddd 100%);
  background: -moz-linear-gradient(center top, #fefefe 0%, #dddddd 100%) repeat scroll 0 0 transparent;
}

/* line 730, ../../app/assets/stylesheets/projects/profile.css.scss */
.inactive-li a {
  display: block;
  text-align: center;
  height: 30px;
  line-height: 32px;
  color: #888888;
  font-size: 12px;
}

/* line 739, ../../app/assets/stylesheets/projects/profile.css.scss */
.active-tab-li {
  width: 130px;
  height: 29px;
  margin-right: 5px;
  border: 1px solid #fafafa;
  border-bottom: 0;
}

/* line 747, ../../app/assets/stylesheets/projects/profile.css.scss */
.active-tab-span {
  display: block;
  text-align: center;
  height: 30px;
  line-height: 32px;
}

/* line 754, ../../app/assets/stylesheets/projects/profile.css.scss */
.perk-box-link:hover li.perk {
  -moz-box-shadow: inset 2px 2px 1px #888888;
  -webkit-box-shadow: inset 2px 2px 1px #888888;
  box-shadow: inset 2px 2px 1px #888888;
  background: #b9e6eb;
}

/* line 761, ../../app/assets/stylesheets/projects/profile.css.scss */
.perk-box-link:hover .description {
  color: black;
}

/* line 765, ../../app/assets/stylesheets/projects/profile.css.scss */
.contribution-info .verified-nonprofit {
  height: 30px;
  background: url(http://web.archive.org/web/20140327104741im_/https://g1.iggcdn.com/assets/contribute_sprite-978c697160657dfe4906cd222baefdcd.png) no-repeat 0 0;
  padding-left: 40px;
}

/* line 770, ../../app/assets/stylesheets/projects/profile.css.scss */
.contribution-info .fixed, .contribution-info .flexible {
  height: 24px;
  width: 30px;
}

/* line 775, ../../app/assets/stylesheets/projects/profile.css.scss */
.contribution-info .bigbutton {
  font-size: 18px;
  padding: 12px;
  width: 228;
  text-align: center;
  display: block;
  margin: 10px;
}

/* line 784, ../../app/assets/stylesheets/projects/profile.css.scss */
.contribution-info {
  border-top: 1px solid white;
  padding: 10px 25px;
  border-bottom: 1px solid #d8d7d7;
  font-size: 14px;
  font-weight: bold;
  color: #595959;
}

/* line 793, ../../app/assets/stylesheets/projects/profile.css.scss */
.contribution-info p.title {
  margin: 10px 0 0 0;
}

/* line 797, ../../app/assets/stylesheets/projects/profile.css.scss */
.contribution-info .funding-info {
  padding-left: 0px;
  padding-top: 20px;
  font-size: 11px;
  font-weight: normal;
  font-family: Arial, sans-serif;
}

/* line 805, ../../app/assets/stylesheets/projects/profile.css.scss */
.prohibited-content {
  background: white;
}

/* line 809, ../../app/assets/stylesheets/projects/profile.css.scss */
.partner {
  padding: 15px;
  position: relative;
}

/* line 814, ../../app/assets/stylesheets/projects/profile.css.scss */
.partner-banner {
  color: white;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  font-size: 11px;
  padding-left: 21px;
  padding-right: 31px;
  background: url(http://web.archive.org/web/20140327104741im_/https://g3.iggcdn.com/assets/badge_partner-7067db7e75389c86a73b658702147877.png) repeat-x 0px -54px white;
}

/* line 825, ../../app/assets/stylesheets/projects/profile.css.scss */
.partner-banner-wrapper {
  background: url(http://web.archive.org/web/20140327104741im_/https://g3.iggcdn.com/assets/badge_partner-7067db7e75389c86a73b658702147877.png) no-repeat 0px -28px;
  padding-left: 11px;
  height: 25px;
}

/* line 831, ../../app/assets/stylesheets/projects/profile.css.scss */
.partner-banner-outer-wrapper {
  position: absolute;
  top: 50%;
  left: -7px;
  margin-top: -13px;
  vertical-align: middle;
  display: table-cell;
  background: url(http://web.archive.org/web/20140327104741im_/https://g3.iggcdn.com/assets/badge_partner-7067db7e75389c86a73b658702147877.png) no-repeat right 0;
  padding-right: 11px;
  height: 25px;
}

/* line 843, ../../app/assets/stylesheets/projects/profile.css.scss */
.partner-image-wrapper {
  margin-left: 185px;
  width: 370;
}

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
/* line 20, ../../app/assets/stylesheets/jquery.fancybox-1.3.4.css.scss */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1104;
  display: none;
}

/* line 34, ../../app/assets/stylesheets/jquery.fancybox-1.3.4.css.scss */
#fancybox-loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
  background-image: url(http://web.archive.org/web/20140327104741im_/https://g3.iggcdn.com/assets/fancybox/fancybox-46af315762ef3e1b0566fcb0fe6c64fe.png);
}

/* line 43, ../../app/assets/stylesheets/jquery.fancybox-1.3.4.css.scss */
#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
  display: none;
}

/* line 52, ../../app/assets/stylesheets/jquery.fancybox-1.3.4.css.scss */
#fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  display: none;
}

/* line 60, ../../app/assets/stylesheets/jquery.fancybox-1.3.4.css.scss */
#fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 1101;
  outline: none;
  display: none;
}

/* line 70, ../../app/assets/stylesheets/jquery.fancybox-1.3.4.css.scss */
#fancybox-outer {
  position: relative;
  width: 100%;
  height: 100%;
  background: white;
}

/* line 77, ../../app/assets/stylesheets/jquery.fancybox-1.3.4.css.scss */
#fancybox-content {
  width: 0;
  height: 0;
  padding: 0;
  outline: none;
  position: relative;
  overflow: hidden;
  z-index: 1102;
  border: 0px solid white;
}

/* line 88, ../../app/assets/stylesheets/jquery.fancybox-1.3.4.css.scss */
#fancybox-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1101;
}

/* line 98, ../../app/assets/stylesheets/jquery.fancybox-1.3.4.css.scss */
#fancybox-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: transparent url(http://web.archive.org/web/20140327104741im_/https://g3.iggcdn.com/assets/fancybox/fancybox-46af315762ef3e1b0566fcb0fe6c64fe.png) -40px 0px;
  cursor: pointer;
  z-index: 1103;
  display: none;
}

/* line 110, ../../app/assets/stylesheets/jquery.fancybox-1.3.4.css.scss */
#fancybox-error {
  color: #444444;
  font: normal 12px/20px Arial;
  padding: 14px;
  margin: 0;
}

/* line 117, ../../app/assets/stylesheets/jquery.fancybox-1.3.4.css.scss */
#fancybox-img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  line-height: 0;
  vertical-align: top;
}

/* line 128, ../../app/assets/stylesheets/jquery.fancybox-1.3.4.css.scss */
#fancybox-frame {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

/* line 135, ../../app/assets/stylesheets/jquery.fancybox-1.3.4.css.scss */
#fancybox-left, #fancybox-right {
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: 35%;
  cursor: pointer;
  outline: none;
  background: transparent url(http://web.archive.org/web/20140327104741im_/https://g3.iggcdn.com/assets/fancybox/blank-2ebbd7cb21c3980daa0bddcc9c7ce5fc.gif);
  z-index: 1102;
  display: none;
}

/* line 147, ../../app/assets/stylesheets/jquery.fancybox-1.3.4.css.scss */
#fancybox-left {
  left: 0px;
}

/* line 151, ../../app/assets/stylesheets/jquery.fancybox-1.3.4.css.scss */
#fancybox-right {
  right: 0px;
}

/* line 155, ../../app/assets/stylesheets/jquery.fancybox-1.3.4.css.scss */
#fancybox-left-ico, #fancybox-right-ico {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 1102;
  display: block;
}

/* line 167, ../../app/assets/stylesheets/jquery.fancybox-1.3.4.css.scss */
#fancybox-left-ico {
  background-image: url(http://web.archive.org/web/20140327104741im_/https://g3.iggcdn.com/assets/fancybox/fancybox-46af315762ef3e1b0566fcb0fe6c64fe.png);
  background-position: -40px -30px;
}

/* line 172, ../../app/assets/stylesheets/jquery.fancybox-1.3.4.css.scss */
#fancybox-right-ico {
  background-image: url(http://web.archive.org/web/20140327104741im_/https://g3.iggcdn.com/assets/fancybox/fancybox-46af315762ef3e1b0566fcb0fe6c64fe.png);
  background-position: -40px -60px;
}

/* line 177, ../../app/assets/stylesheets/jquery.fancybox-1.3.4.css.scss */
#fancybox-left:hover, #fancybox-right:hover {
  visibility: visible;
  /* IE6 */
}

/* line 181, ../../app/assets/stylesheets/jquery.fancybox-1.3.4.css.scss */
#fancybox-left:hover span {
  left: 20px;
}

/* line 185, ../../app/assets/stylesheets/jquery.fancybox-1.3.4.css.scss */
#fancybox-right:hover span {
  left: auto;
  right: 20px;
}

/* line 190, ../../app/assets/stylesheets/jquery.fancybox-1.3.4.css.scss */
.fancybox-bg {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  width: 20px;
  height: 20px;
  z-index: 1001;
}

/* line 200, ../../app/assets/stylesheets/jquery.fancybox-1.3.4.css.scss */
#fancybox-bg-n {
  top: -20px;
  left: 0;
  width: 100%;
  background-image: url(http://web.archive.org/web/20140327104741im_/https://g0.iggcdn.com/assets/fancybox/fancybox-x-6b9903dd895b32e67a739afdc02d023f.png);
}

/* line 207, ../../app/assets/stylesheets/jquery.fancybox-1.3.4.css.scss */
#fancybox-bg-ne {
  top: -20px;
  right: -20px;
  background-image: url(http://web.archive.org/web/20140327104741im_/https://g3.iggcdn.com/assets/fancybox/fancybox-46af315762ef3e1b0566fcb0fe6c64fe.png);
  background-position: -40px -162px;
}

/* line 214, ../../app/assets/stylesheets/jquery.fancybox-1.3.4.css.scss */
#fancybox-bg-e {
  top: 0;
  right: -20px;
  height: 100%;
  background-image: url(http://web.archive.org/web/20140327104741im_/https://g3.iggcdn.com/assets/fancybox/fancybox-y-e518a9a79f544e80bcc3cbd9421d2d05.png);
  background-position: -20px 0px;
}

/* line 222, ../../app/assets/stylesheets/jquery.fancybox-1.3.4.css.scss */
#fancybox-bg-se {
  bottom: -20px;
  right: -20px;
  background-image: url(http://web.archive.org/web/20140327104741im_/https://g3.iggcdn.com/assets/fancybox/fancybox-46af315762ef3e1b0566fcb0fe6c64fe.png);
  background-position: -40px -182px;
}

/* line 229, ../../app/assets/stylesheets/jquery.fancybox-1.3.4.css.scss */
#fancybox-bg-s {
  bottom: -20px;
  left: 0;
  width: 100%;
  background-image: url(http://web.archive.org/web/20140327104741im_/https://g0.iggcdn.com/assets/fancybox/fancybox-x-6b9903dd895b32e67a739afdc02d023f.png);
  background-position: 0px -20px;
}

/* line 237, ../../app/assets/stylesheets/jquery.fancybox-1.3.4.css.scss */
#fancybox-bg-sw {
  bottom: -20px;
  left: -20px;
  background-image: url(http://web.archive.org/web/20140327104741im_/https://g3.iggcdn.com/assets/fancybox/fancybox-46af315762ef3e1b0566fcb0fe6c64fe.png);
  background-position: -40px -142px;
}

/* line 244, ../../app/assets/stylesheets/jquery.fancybox-1.3.4.css.scss */
#fancybox-bg-w {
  top: 0;
  left: -20px;
  height: 100%;
  background-image: url(http://web.archive.org/web/20140327104741im_/https://g3.iggcdn.com/assets/fancybox/fancybox-y-e518a9a79f544e80bcc3cbd9421d2d05.png);
}

/* line 251, ../../app/assets/stylesheets/jquery.fancybox-1.3.4.css.scss */
#fancybox-bg-nw {
  top: -20px;
  left: -20px;
  background-image: url(http://web.archive.org/web/20140327104741im_/https://g3.iggcdn.com/assets/fancybox/fancybox-46af315762ef3e1b0566fcb0fe6c64fe.png);
  background-position: -40px -122px;
}

/* line 258, ../../app/assets/stylesheets/jquery.fancybox-1.3.4.css.scss */
#fancybox-title {
  font-family: Helvetica;
  font-size: 12px;
  z-index: 1102;
}

/* line 264, ../../app/assets/stylesheets/jquery.fancybox-1.3.4.css.scss */
.fancybox-title-inside {
  padding-bottom: 10px;
  text-align: center;
  color: #333333;
  background: white;
  position: relative;
}

/* line 272, ../../app/assets/stylesheets/jquery.fancybox-1.3.4.css.scss */
.fancybox-title-outside {
  padding-top: 10px;
  color: white;
}

/* line 277, ../../app/assets/stylesheets/jquery.fancybox-1.3.4.css.scss */
.fancybox-title-over {
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  text-align: left;
}

/* line 285, ../../app/assets/stylesheets/jquery.fancybox-1.3.4.css.scss */
#fancybox-title-over {
  padding: 10px;
  background-image: url(http://web.archive.org/web/20140327104741im_/https://g0.iggcdn.com/assets/fancybox/fancy_title_over-37711a27c70c821fe20944e18abdbae6.png);
  display: block;
}

/* line 291, ../../app/assets/stylesheets/jquery.fancybox-1.3.4.css.scss */
.fancybox-title-float {
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 32px;
}

/* line 298, ../../app/assets/stylesheets/jquery.fancybox-1.3.4.css.scss */
#fancybox-title-float-wrap {
  border: none;
  border-collapse: collapse;
  width: auto;
}

/* line 304, ../../app/assets/stylesheets/jquery.fancybox-1.3.4.css.scss */
#fancybox-title-float-wrap td {
  border: none;
  white-space: nowrap;
}

/* line 309, ../../app/assets/stylesheets/jquery.fancybox-1.3.4.css.scss */
#fancybox-title-float-left {
  padding: 0 0 0 15px;
  background: url(http://web.archive.org/web/20140327104741im_/https://g3.iggcdn.com/assets/fancybox/fancybox-46af315762ef3e1b0566fcb0fe6c64fe.png) -40px -90px no-repeat;
}

/* line 314, ../../app/assets/stylesheets/jquery.fancybox-1.3.4.css.scss */
#fancybox-title-float-main {
  color: white;
  line-height: 29px;
  font-weight: bold;
  padding: 0 0 3px 0;
  background: url(http://web.archive.org/web/20140327104741im_/https://g0.iggcdn.com/assets/fancybox/fancybox-x-6b9903dd895b32e67a739afdc02d023f.png) 0px -40px;
}

/* line 322, ../../app/assets/stylesheets/jquery.fancybox-1.3.4.css.scss */
#fancybox-title-float-right {
  padding: 0 0 0 15px;
  background: url(http://web.archive.org/web/20140327104741im_/https://g3.iggcdn.com/assets/fancybox/fancybox-46af315762ef3e1b0566fcb0fe6c64fe.png) -55px -90px no-repeat;
}

/* IE6 */
/* line 329, ../../app/assets/stylesheets/jquery.fancybox-1.3.4.css.scss */
.fancybox-ie6 #fancybox-close {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale');
}

/* line 331, ../../app/assets/stylesheets/jquery.fancybox-1.3.4.css.scss */
.fancybox-ie6 #fancybox-left-ico {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale');
}

/* line 332, ../../app/assets/stylesheets/jquery.fancybox-1.3.4.css.scss */
.fancybox-ie6 #fancybox-right-ico {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale');
}

/* line 334, ../../app/assets/stylesheets/jquery.fancybox-1.3.4.css.scss */
.fancybox-ie6 #fancybox-title-over {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale');
  zoom: 1;
}

/* line 335, ../../app/assets/stylesheets/jquery.fancybox-1.3.4.css.scss */
.fancybox-ie6 #fancybox-title-float-left {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale');
}

/* line 336, ../../app/assets/stylesheets/jquery.fancybox-1.3.4.css.scss */
.fancybox-ie6 #fancybox-title-float-main {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale');
}

/* line 337, ../../app/assets/stylesheets/jquery.fancybox-1.3.4.css.scss */
.fancybox-ie6 #fancybox-title-float-right {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale');
}

/* line 339, ../../app/assets/stylesheets/jquery.fancybox-1.3.4.css.scss */
.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
  height: expression(this.parentNode.clientHeight + "px");
}

/* line 343, ../../app/assets/stylesheets/jquery.fancybox-1.3.4.css.scss */
#fancybox-loading.fancybox-ie6 {
  position: absolute;
  margin-top: 0;
  top: expression((-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

/* line 348, ../../app/assets/stylesheets/jquery.fancybox-1.3.4.css.scss */
#fancybox-loading.fancybox-ie6 div {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale');
}

/* IE6, IE7, IE8 */
/* line 352, ../../app/assets/stylesheets/jquery.fancybox-1.3.4.css.scss */
.fancybox-ie .fancybox-bg {
  background: transparent !important;
}

/* line 354, ../../app/assets/stylesheets/jquery.fancybox-1.3.4.css.scss */
.fancybox-ie #fancybox-bg-n {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale');
}

/* line 355, ../../app/assets/stylesheets/jquery.fancybox-1.3.4.css.scss */
.fancybox-ie #fancybox-bg-ne {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale');
}

/* line 356, ../../app/assets/stylesheets/jquery.fancybox-1.3.4.css.scss */
.fancybox-ie #fancybox-bg-e {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale');
}

/* line 357, ../../app/assets/stylesheets/jquery.fancybox-1.3.4.css.scss */
.fancybox-ie #fancybox-bg-se {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale');
}

/* line 358, ../../app/assets/stylesheets/jquery.fancybox-1.3.4.css.scss */
.fancybox-ie #fancybox-bg-s {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale');
}

/* line 359, ../../app/assets/stylesheets/jquery.fancybox-1.3.4.css.scss */
.fancybox-ie #fancybox-bg-sw {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale');
}

/* line 360, ../../app/assets/stylesheets/jquery.fancybox-1.3.4.css.scss */
.fancybox-ie #fancybox-bg-w {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale');
}

/* line 361, ../../app/assets/stylesheets/jquery.fancybox-1.3.4.css.scss */
.fancybox-ie #fancybox-bg-nw {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale');
}

/* Spacer to create space for our nasty old pre-rebrand header */
/* line 4, ../../app/assets/stylesheets/projects/create_edit.css.scss */
div #top_spacer {
  height: 90px;
}

/* line 8, ../../app/assets/stylesheets/projects/create_edit.css.scss */
#manage_campaign {
  color: white;
}

/* line 12, ../../app/assets/stylesheets/projects/create_edit.css.scss */
#manage_list_link {
  list-style-type: none;
}

/* line 16, ../../app/assets/stylesheets/projects/create_edit.css.scss */
#campaign_status_bar {
  width: 100%;
  height: 40px;
  background: #4d4d4d;
}

/* line 22, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.redactor_editor iframe {
  max-width: 580px;
}

/* line 26, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.description_container {
  width: 600px;
  margin-left: 40px;
  display: inline-block;
}
/* line 30, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.description_container textarea {
  max-width: 600px;
  width: 600px !important;
}
/* line 34, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.description_container iframe {
  width: 580px !important;
}

/* line 40, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.campaign-story .input-label {
  width: 115px;
}

/* line 45, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.min-goal {
  margin-left: 420px;
  font-style: italic;
  color: #595959;
  margin-top: -30px;
}

/* line 52, ../../app/assets/stylesheets/projects/create_edit.css.scss */
p.min-goal {
  margin-top: 0px;
  margin-left: 20px;
}

/* line 57, ../../app/assets/stylesheets/projects/create_edit.css.scss */
p.sub-title {
  color: #666666;
  font-size: 14px;
  margin-top: 10px;
}

/* line 63, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.form-badge .input-item-text .char-counter {
  top: 256px;
  right: 190px;
  z-index: 50;
  position: absolute;
}

/* line 70, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.form-badge .input-item-textarea .char-counter {
  top: 410px;
  right: 190px;
  z-index: 50;
  position: absolute;
}

/* line 77, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.group-with-title .char-counter {
  margin-top: 5px;
  float: right;
  position: relative;
}

/* line 83, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.perk .char-counter, #image_list .char-counter {
  margin-right: 182px;
}

/* line 87, ../../app/assets/stylesheets/projects/create_edit.css.scss */
#campaign_status_bar .container {
  padding-top: 10px;
  padding-bottom: 10px;
  color: white;
  font-size: 1.25em;
}

/* line 94, ../../app/assets/stylesheets/projects/create_edit.css.scss */
#create_header {
  background: #e6e6e6;
}

/* line 98, ../../app/assets/stylesheets/projects/create_edit.css.scss */
#create_header .container {
  padding-top: 15px;
  padding-bottom: 15px;
  width: 960px;
  color: #4d4d4d;
}

/* line 105, ../../app/assets/stylesheets/projects/create_edit.css.scss */
#create_header .container .fl {
  width: 760px;
}

/* line 109, ../../app/assets/stylesheets/projects/create_edit.css.scss */
#create_header .container .fr {
  width: 200px;
  text-align: right;
}

/* line 114, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.group {
  width: 460px;
  background: #e5e5e5;
}

/* form .focused { */
/* background-color:$white7c0; */
/* } */
/* line 123, ../../app/assets/stylesheets/projects/create_edit.css.scss */
form div .instruct, form div .inlineError {
  position: absolute;
  left: 685px;
  width: 221px;
  -webkit-transition: opacity 350ms ease-out;
  -moz-transition: opacity 350ms ease-out;
  -o-transition: opacity 350ms ease-out;
  transition: opacity 350ms ease-out;
  margin: 0 0 0 24px;
  padding: 10px 12px 10px 10px;
  border: 1px solid #bfc478;
}

/* line 135, ../../app/assets/stylesheets/projects/create_edit.css.scss */
form div .instruct {
  background: #fff7c0;
  font-size: 13px;
  color: black;
  opacity: 1;
  visibility: hidden;
  z-index: 1;
}

/* line 143, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.instruct ul {
  list-style-type: disc;
  margin: 14px;
}

/* line 147, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.instruct li {
  font-size: 13px;
}

/* line 150, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.instruct p {
  font-size: 13px;
}

/* line 153, ../../app/assets/stylesheets/projects/create_edit.css.scss */
form div .inlineError {
  background: #ff0057;
  z-index: 3;
}

/* line 157, ../../app/assets/stylesheets/projects/create_edit.css.scss */
form div.focused .instruct, form div.hilight:hover .instruct {
  left: 685px;
  visibility: visible;
  opacity: 1;
}

/* line 162, ../../app/assets/stylesheets/projects/create_edit.css.scss */
form div.focused .instruct {
  z-index: 2;
}

/* line 166, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.team_member_image {
  width: 120px;
  text-align: center;
  margin: 0 auto 5px auto;
}

/* line 172, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.sort-placeholder {
  margin-bottom: 20px;
  height: 250px;
  line-height: 250px;
  width: 660px;
  background-color: #fb0251;
}

/* line 180, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.sort-icon {
  padding-right: 12px;
  margin-top: -10px;
  margin-bottom: 10px;
}

/* line 186, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.checklist-row {
  padding: 10px 15px;
  border: 1px solid black;
  margin-bottom: 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

/* line 194, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.checklist-row.incomplete {
  background: #e6e6e6;
  border: none;
}

/* line 199, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.checklist-row .first {
  width: 30%;
  padding-right: 5px;
}

/* line 203, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.checklist-row .middle {
  width: 60%;
  padding-right: 5px;
}

/* line 207, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.checklist-row .last {
  width: 7%;
}

/* line 210, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.smartling-de .checklist-row .last {
  width: 18%;
}

/* line 214, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.checklist-text {
  background: #e6e6e6;
  padding: 10px 90px;
  margin-bottom: 30px;
}

/* line 219, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.checklist-text p {
  margin-top: 15px;
}

/* line 223, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.checklist-text-inset {
  background: #d1f0f5;
  padding-top: 1px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
}

/* line 231, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.go-live-terms {
  text-align: center;
}

/* line 235, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.disabled {
  opacity: 0.4;
  filter: alpha(opacity=40);
}

/* END Lightbox styles */
/* line 241, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.fl {
  float: left;
}

/* line 244, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.fr {
  float: right;
}

/* line 248, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

/* line 255, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.clearfix {
  min-height: 1%;
}

/* line 258, ../../app/assets/stylesheets/projects/create_edit.css.scss */
* html .clearfix {
  height: 1%;
}

/* line 262, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.input-item-checkbox-group {
  margin-bottom: 10px;
}

/* line 266, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.input-item-checkbox-group input {
  margin-top: 8px;
  margin-right: 9px;
}

/* line 271, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.input-item-checkbox-group .checkbox-option {
  margin-bottom: 0px;
}

/* line 275, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.input-item-input-group .group-no-bgcolor {
  width: 480px;
  padding-bottom: 10px;
}

/* line 280, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.review-campaign {
  background: url(http://web.archive.org/web/20140327104741im_/https://g0.iggcdn.com/assets/projects/form_arrow-7b356e23c5412cb62925c51b7d6a66f0.png) no-repeat right center #52b858;
  color: white !important;
  text-decoration: none;
  font-weight: bold;
  border: none;
  width: auto;
  height: 37px;
  padding: 10px;
  padding-left: 15px;
  padding-right: 35px;
  cursor: pointer;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

/* line 298, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.review-campaign:focus,
.review-campaign:hover {
  color: white;
  text-decoration: none;
}

/* line 304, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.review-campaign:visited,
.review-campaign:active {
  color: white;
  text-decoration: none;
}

/* line 309, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.fieldhint {
  color: #888888;
  font-size: 14px;
  height: 0px;
  left: 7px;
  line-height: 40px;
  margin-bottom: -40px;
  position: relative;
  top: -45px;
  width: 72px;
}

/* line 320, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.goal-amount {
  margin-right: 5px;
  margin-top: 2px;
  font-size: 20px;
}

/* line 326, ../../app/assets/stylesheets/projects/create_edit.css.scss */
p.goal-amount {
  font-size: 15px;
}

/* this is temporary and overrides the forms.css */
/* line 331, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.input-item-text input.long {
  width: 460px;
}

/* line 335, ../../app/assets/stylesheets/projects/create_edit.css.scss */
#project_locator_attributes_website_name {
  margin-right: 10px;
  padding: 7px 5px 4px 102px;
  width: 180px;
}

/* line 341, ../../app/assets/stylesheets/projects/create_edit.css.scss */
fieldset input.currency {
  margin-right: 10px;
  padding: 7px 5px 4px 14px;
  width: 198px;
}

/* line 347, ../../app/assets/stylesheets/projects/create_edit.css.scss */
#takeaway_estimate {
  margin-top: 26px;
  margin-bottom: 20px;
}

/* line 352, ../../app/assets/stylesheets/projects/create_edit.css.scss */
#takeaway_estimate .wrap-text {
  margin-top: 20px;
  font-size: 12px;
}

/* line 357, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.takeaway {
  font-weight: bold;
  font-size: 12px;
  line-height: 23px;
}

/* line 362, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.takeaway span {
  font-size: 16px;
}

/* line 367, ../../app/assets/stylesheets/projects/create_edit.css.scss */
input[type="file"] {
  border: none;
}

/* line 371, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.upload-container {
  position: relative;
  top: 85px;
  left: 45px;
}

/* line 377, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.submit-container {
  position: relative;
}

/* line 382, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.campaign-preview .preview-link {
  height: 15px;
  padding: 5px;
  width: 600px;
  max-width: 600px;
  margin-left: 22px;
}
/* line 390, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.campaign-preview .preview-button {
  padding: 10px 30px;
  color: #ffffff;
}
/* line 393, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.campaign-preview .preview-button:hover {
  color: #fff;
}
/* line 398, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.campaign-preview .group {
  padding-top: 20px;
  padding-bottom: 10px;
}

/* line 404, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.spinner-container {
  position: absolute;
}

/* line 408, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.wrap-text {
  width: 450px;
}

/* line 413, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.breadcrumb .get-started {
  background-position: -2px -2px;
}

/* line 417, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.breadcrumb .set-up {
  background-position: -2px -35px;
}

/* line 421, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.breadcrumb .enhance {
  background-position: -2px -68px;
}

/* line 425, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.breadcrumb .go-live {
  background-position: -2px -101px;
}

/* line 429, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.short-description {
  padding-top: 10px;
}

/* line 433, ../../app/assets/stylesheets/projects/create_edit.css.scss */
#funding_type_outer_div {
  padding-top: 15px;
}

/* line 437, ../../app/assets/stylesheets/projects/create_edit.css.scss */
#funding_type_inner_div {
  width: 430px;
}

/* line 441, ../../app/assets/stylesheets/projects/create_edit.css.scss */
#funding_type_inner_div label {
  font-family: SecondaSoft-Bold, Arial, sans-serif;
  color: #777777;
}

/* line 446, ../../app/assets/stylesheets/projects/create_edit.css.scss */
#funding_type_inner_div li {
  font-style: italic;
  font-size: 12px;
  color: #595959;
}

/* line 452, ../../app/assets/stylesheets/projects/create_edit.css.scss */
#funding_type_outer_div .flexible {
  height: 30px;
  width: 30px;
  padding-right: 10px;
  margin-bottom: 10px;
  background: url(http://web.archive.org/web/20140327104741im_/https://g1.iggcdn.com/assets/contribute_sprite-978c697160657dfe4906cd222baefdcd.png) no-repeat 0 -30px;
}

/* line 460, ../../app/assets/stylesheets/projects/create_edit.css.scss */
#funding_type_outer_div .fixed {
  height: 28px;
  width: 30px;
  padding-right: 10px;
  margin-bottom: 10px;
  background: url(http://web.archive.org/web/20140327104741im_/https://g1.iggcdn.com/assets/contribute_sprite-978c697160657dfe4906cd222baefdcd.png) no-repeat 0 -57px;
}

/* line 468, ../../app/assets/stylesheets/projects/create_edit.css.scss */
#funding_type_outer_div .static-item-text label {
  font-family: SecondaSoft-Bold, Arial, sans-serif;
  color: #777777;
}

/* line 474, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.form-badge .input-item-file input {
  visibility: visible;
}

/* line 478, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.form-badge .input-item-file .image .button {
  top: 0px;
  left: 0px;
}

/* line 483, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.form-badge .title-information {
  position: absolute;
  top: 250px;
  left: 30px;
  font-size: 12px;
  color: #595959;
  width: 180px;
  font-style: italic;
}

/* line 493, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.form-badge .description-information {
  position: absolute;
  top: 330px;
  left: 30px;
  font-size: 12px;
  color: #595959;
  width: 180px;
  font-style: italic;
}

/* line 503, ../../app/assets/stylesheets/projects/create_edit.css.scss */
#project_pitchmedia_link_video {
  display: none;
  width: 120px;
  height: 100px;
  margin-left: -15px;
  margin-top: -25px;
  padding-bottom: 20px;
}

/* line 512, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.image-container {
  display: none;
}

/* line 516, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.video-container {
  display: none;
}

/* line 520, ../../app/assets/stylesheets/projects/create_edit.css.scss */
#project_pitchmedia_primary_picture_image {
  display: none;
  width: 120px;
  height: 100px;
  margin-left: -15px;
  margin-top: -10px;
}

/* line 528, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.campaign-story .radio-option {
  height: 40px;
  padding-bottom: 0px;
  color: red;
  clear: both;
}

/* line 535, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.mini-text {
  color: #666666;
  padding-left: 10px;
  font-style: italic;
}

/* line 541, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.file-upload-label {
  line-height: normal;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}

/* line 548, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.text-editor label {
  padding-top: 0px;
}

/* line 552, ../../app/assets/stylesheets/projects/create_edit.css.scss */
#edit-bank-account-bar {
  line-height: 32px;
}

/* line 556, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.SI-FILES-STYLIZED label.cabinet.grey {
  background: url(http://web.archive.org/web/20140327104741im_/https://g3.iggcdn.com/assets/grey_image-bfa9633107732a5ffb9f01ba6b37155f.png) 0 0 no-repeat;
  margin-left: 0;
}

/* line 561, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.smartling-de label.cabinet.grey {
  background: url(http://web.archive.org/web/20140327104741im_/https://g2.iggcdn.com/assets/DE_Save_Upload_Image-615052ec521f58b5d5e9bfc2ad1c7f8d.png) 0 0 no-repeat;
  margin-left: 0;
}

/* line 567, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.SI-FILES-STYLIZED label.cabinet.grey:hover {
  background-position: 0 -35px;
}

/* line 571, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.smartling-de .SI-FILES-STYLIZED label.cabinet.grey:hover {
  background-image: url(http://web.archive.org/web/20140327104741im_/https://g2.iggcdn.com/assets/DE_Save_Upload_Image-615052ec521f58b5d5e9bfc2ad1c7f8d.png);
  background-position: 0 -35px;
}

/* line 576, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.SI-FILES-STYLIZED label.cabinet.grey.new-image {
  background-position: 0 -70px;
}

/* line 580, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.smartling-de .SI-FILES-STYLIZED label.cabinet.grey.new-image {
  background-image: url(http://web.archive.org/web/20140327104741im_/https://g2.iggcdn.com/assets/DE_Save_Upload_Image-615052ec521f58b5d5e9bfc2ad1c7f8d.png);
  background-position: 0 -70px;
}

/* line 585, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.SI-FILES-STYLIZED label.cabinet.grey.new-image:hover {
  background-position: 0 -105px;
}

/* line 589, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.smartling-de .SI-FILES-STYLIZED label.cabinet.grey.new-image:hover {
  background-image: url(http://web.archive.org/web/20140327104741im_/https://g2.iggcdn.com/assets/DE_Save_Upload_Image-615052ec521f58b5d5e9bfc2ad1c7f8d.png);
  background-position: 0 -105px;
}

/* line 594, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.SI-FILES-STYLIZED label.cabinet.grey-file {
  background: url(http://web.archive.org/web/20140327104741im_/https://g2.iggcdn.com/assets/grey_file-7657382ce98063d112ace4dc4fb506d6.png) 0 0 no-repeat;
  margin-left: 0;
}

/* line 599, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.smartling-de label.cabinet.grey-file {
  background: url(http://web.archive.org/web/20140327104741im_/https://g3.iggcdn.com/assets/DE_Save_Upload_File-5cf39ea505ef0476b6fc2555c0c3fcca.png) 0 0 no-repeat;
  margin-left: 0;
}

/* line 604, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.SI-FILES-STYLIZED label.cabinet.grey-file:hover {
  background-position: 0 -35px;
}

/* line 608, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.smartling-de label.cabinet.grey-file:hover {
  background-image: url(http://web.archive.org/web/20140327104741im_/https://g3.iggcdn.com/assets/DE_Save_Upload_File-5cf39ea505ef0476b6fc2555c0c3fcca.png);
  background-position: 0 -35px;
}

/* line 613, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.SI-FILES-STYLIZED label.cabinet.grey-file.new-file {
  background-position: 0 -70px;
}

/* line 617, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.smartling-de label.cabinet.grey-file.new-file {
  background-image: url(http://web.archive.org/web/20140327104741im_/https://g3.iggcdn.com/assets/DE_Save_Upload_File-5cf39ea505ef0476b6fc2555c0c3fcca.png);
  background-position: 0 -70px;
}

/* line 622, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.SI-FILES-STYLIZED label.cabinet.grey-file.new-file:hover {
  background-position: 0 -105px;
}

/* line 626, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.smartling-de label.cabinet.grey-file.new-file:hover {
  background-image: url(http://web.archive.org/web/20140327104741im_/https://g3.iggcdn.com/assets/DE_Save_Upload_File-5cf39ea505ef0476b6fc2555c0c3fcca.png);
  background-position: 0 -105px;
}

/* line 631, ../../app/assets/stylesheets/projects/create_edit.css.scss */
input#firstgiving {
  width: 500px;
}

/* line 635, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.owner-type-radio-buttons label {
  display: inline;
  text-align: default;
  margin-left: 10px;
}

/* line 641, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.fg-record-select-parent {
  max-height: 500px;
  overflow: auto;
  border: thin solid #cccccc;
  margin: 0 18px 10px 0;
  display: none;
}

/* line 649, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.fg-no-record {
  padding: 3px;
  background: #ffcccc;
}

/* line 654, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.fg-record {
  border-bottom: thin solid #d5d6d5;
  padding: 3px;
  font-size: 12px;
  cursor: pointer;
  background: #e8e8e8;
}

/* line 662, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.fg-record-checkbox {
  color: white;
  font-size: 24px;
  float: left;
  padding-right: 3px;
}

/* line 669, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.project-identity label {
  width: 200px;
}

/* line 673, ../../app/assets/stylesheets/projects/create_edit.css.scss */
input#firstgiving {
  margin-bottom: 10px;
  width: 656px;
}

/* line 678, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.label-spoof {
  color: #666666;
  font-size: 14px;
}

/* line 683, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.padded {
  padding: 3px;
}

/* line 687, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.unselect {
  position: relative;
  float: right;
  top: -25px;
  left: -3px;
  height: 0px;
  cursor: pointer;
}

/* line 695, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.selected {
  background: #aad7dc;
}

/* line 699, ../../app/assets/stylesheets/projects/create_edit.css.scss */
label.fg-affiliation-radio {
  width: 600px;
  display: inline;
  margin-left: 10px;
  line-height: inherit;
  font-size: 13px;
  color: black;
}

/* line 708, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.small-height {
  margin-bottom: 10px;
  height: 50px;
}

/* line 714, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.fake-label {
  background: url("/web/20140327104741im_/https://g0.iggcdn.com/assets/bg_form_badge_label.png") no-repeat scroll left bottom transparent;
  margin: -10px 0 2px 30px;
  text-align: left;
  width: 207px;
  color: #666666;
  display: block;
  font-size: 14px;
  line-height: 30px;
  cursor: pointer;
}

/* line 726, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.form-prefix {
  font-size: 14px;
  padding: 5px;
}

/* line 731, ../../app/assets/stylesheets/projects/create_edit.css.scss */
#project_short_link {
  width: 205px;
}

/* line 735, ../../app/assets/stylesheets/projects/create_edit.css.scss */
.bottom-field {
  position: absolute;
  right: 118px;
  top: 18px;
  z-index: 50;
}

/* line 742, ../../app/assets/stylesheets/projects/create_edit.css.scss */
#bank_country_will_be_required {
  display: none;
  margin: 0px 0px 10px 0px;
  font-weight: bold;
  width: 260px;
}

/* line 16, ../../app/assets/stylesheets/projects_show.css.scss */
.top_perk {
  background: #33b6c4;
  padding: 7px 15px 4px;
  margin-top: -27px;
  border-radius: 5px;
  color: white;
  font-size: 13px;
}

/*
     FILE ARCHIVED ON 10:47:41 Mar 27, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 19:58:38 Nov 05, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 259.398
  exclusion.robots: 0.184
  exclusion.robots.policy: 0.177
  RedisCDXSource: 0.622
  esindex: 0.008
  LoadShardBlock: 237.277 (3)
  PetaboxLoader3.datanode: 237.981 (5)
  CDXLines.iter: 17.975 (3)
  load_resource: 139.214 (2)
  PetaboxLoader3.resolve: 75.056 (2)
*/