@charset "UTF-8";


/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* line 986, gd/*.png */
.gd-sprite, #facebox article a.facebox_close:first-child, #facebox section a.facebox_close:first-child, #facebox select > .flash:before, #facebox input > .flash:before, #facebox textarea > .flash:before, #facebox select > .flash.error:before, #facebox input > .flash.error:before, #facebox textarea > .flash.error:before, .expandable + .expander:after, .expanded + .expander:after, .container nav.socials a.facebook, .container nav.socials a.twitter, .container nav.socials a.pinterest, .container nav.socials a.google, .gift_link:before, #container #main nav.info > div.location:before, #container #main nav.info > div.genres:before, .container > .main > header + nav#tabs a:after, nav#site_nav .bar a.home, nav#site_nav a.home, nav#site_nav label#site_nav_more_label, nav#site_nav #site_player .controls .back, nav#site_nav #site_player .controls .forward, nav#site_nav #site_player .controls .play, nav#site_nav #site_player .controls .pause, nav#site_nav input#site_nav_more:checked ~ #site_player label#site_nav_more_label, nav#site_nav_handset .bar > ul .find, nav#site_nav_handset .bar > ul .player, nav#site_nav_handset .bar > ul .learn, nav#site_nav_handset .bar > ul .profile > a, nav#site_nav_handset #site_nav_hamburger, #container.feed #site_nav_handset a.navlink.profile, #container.notifications #site_nav_handset a.navlink.profile, #container.sharing #site_nav_handset a.navlink.profile, #container.pledges #site_nav_handset a.navlink.profile, #container.genres #site_nav_handset a.navlink.find, #container.index.projects #site_nav_handset a.navlink.find, #container #site_nav_handset.expanded #site_nav_hamburger.navlink.main, #container #site_nav_handset.expanded section.bar a.navlink.find, #container #site_nav_handset.expanded section.bar a.navlink.player, #container #site_nav_handset.expanded section.bar a.navlink.profile, #container #site_nav_handset.expanded #site_nav_hamburger.navlink.main.active, #container #site_nav_handset.expanded section.bar a.navlink.find.active, #container #site_nav_handset.expanded section.bar a.navlink.player.active, #container #site_nav_handset.expanded section.bar a.navlink.profile.active, #container.fans.learn #site_nav_handset a.navlink.learn, nav#site_nav_handset .menus .backdrop:after, nav#site_nav_handset .close, nav#site_nav_handset section.find.menu form input[type=submit], #music_tray .nav_tabs .navigation > nav a:after, #music_tray .nav_tabs .next, #music_tray .nav_tabs .next.disabled, #music_tray .nav_tabs .prev, #music_tray .nav_tabs .prev.disabled, #site_nav_search_form input[type=submit], article.article footer .comment_counter:before, #container.articles section#articles nav.sort a:after, section.artist_form input[type=checkbox] + label:after, .container .main header.artist_compact hgroup:before, .container .main header.artist_compact .secure:before, article.artist section#tracks > h1:before, article.project section#tracks > h1:before, #container.artists section#tracks > h1:before, a.track_listing:before, .page_track:before, a[hack-track]:before, a.track_listing:hover:before, .page_track:hover:before, a[hack-track]:hover:before, .is_currently_playing:after, article.artist .artist_preview_window > section > article footer .timer:before, article.project section#charity .amount, section.access_pass_banner:before, section.access_pass_banner ul li.download:before, section.access_pass_banner ul li.updates:before, section.access_pass_banner ul li.shipping:before, article.project section#about nav div.category.album:before, article.project section#about nav div.category.double_album:before, article.project section#about nav div.category.triple_album:before, article.project section#about nav div.category.box_set:before, article.project section#about nav div.category.dvd:before, article.project section#about nav div.category.ep:before, article.project section#about nav div.category.gig:before, article.project section#about nav div.category.single:before, article.project section#about nav div.category.tour:before, article.project section#about nav div.category.video:before, article.project section#about nav div.category.vinyl:before, article.project section#about nav div.category.misc:before, article.project section#about nav div.charity:before, #container.projects.exclusive_mail_form section#exclusive_mail_form form input[type=checkbox] + label:after, #container article.project_card footer .timer:before, #facebox article.project_card footer .timer:before, .project_status footer .timer:before, .container.projects_tickets .tickets_cart form input[type=checkbox] + label:after, article.ticket_event_card div.bundles:before, #container.projects.show article.tickets_card .image, #container.projects.exclusives article.tickets_card .image, article.project_update footer .comment_counter:before, article.project_update .sign_in_or_pledge:before, article.project_update .pledger_only_updates li.jpg:before, article.project_update .pledger_only_updates li.mp3:before, article.project_update .pledger_only_updates li.video:before, #container.projects_updates section#updates nav.sort a:after, article.download nav a:before, article.download nav a.files_toggle:after, article.download nav a.files_toggle.visible:after, article.download section.files ul li .formats a:first-child:before, #container nav[data-grid-list-filter] a:after, #container nav.filter a:after, html.touch #exclusives article.exclusive:after, #container.projects nav#country_code a:after, #container.projects.exclusive aside.exclusive section.access_pass_banner ul:before, #container.zendesk_tickets #main form input[type=checkbox] + label:after, #container.zendesk_tickets #main nav#sections a:after, #container.feed article.project footer .timer:before, #container.learn #main article.learn_article section.cta h1:before, #container.learn #main article.learn_article section.cta h1:after, #container.container.sessions > a.logo span, #container.container.sessions #main form input[type=checkbox] + label:after, #container.container.sessions #main .facebook_signin:before, #container.container.sessions .more_info:before, #container.container.sessions .more_info.visible:before, #container.settings #main input[type=checkbox] + label:after, #container.people.edit #main input[type=checkbox] + label:after, #container.people.new #main input[type=checkbox] + label:after, #container.settings #main form input[type=checkbox] + label:after, #container.people.edit #main form input[type=checkbox] + label:after, #container.people.new #main form input[type=checkbox] + label:after, #container.settings #main nav#sections a:after, #container.people.edit #main nav#sections a:after, #container.people.new #main nav#sections a:after, #container.pledges.complete form input[type=checkbox] + label:after, #handset_share_prompt #facebook_handset form input[type=checkbox] + label:after, #handset_share_prompt #twitter_handset form input[type=checkbox] + label:after, #facebox .handset_share_modal a.facebox_close:first-child, #facebox #share_modal #facebook form input[type=checkbox] + label:after, #facebox #share_modal #twitter form input[type=checkbox] + label:after, #facebox.pledging .exclusive a.facebox_close:first-child, .checkout section.with_header.add_more section.add_exclusives .view_details, .container.checkout section.with_header input[type=checkbox] + label:after, .count_down:before, .count_down.alert:before, .container.checkout article.reserved_exclusive nav.quantity a.remove.icon, .container.checkout article.reserved_exclusive nav.quantity a.add.icon, .container.checkout article.reserved_exclusive.access_pass:after, .container.checkout .gift_pledge_toggle label span:before, .container.checkout section.with_header.payment > header span.secure:after, .container.checkout section.with_header.payment .payment_method input[type=radio]:checked + label:after, .container.checkout section.steps ul li.complete .number {
  background: url(//d1nvfozp665ptr.cloudfront.net/pipeline/gd-s1b11a19b30-c0fe9ba7bc73136d7b0bc82676bb638f.png) no-repeat;
}

/* line 54, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/boxes_and_rules.sass */
*[data-before-content]:before {
  content: attr(data-before-content) !important;
}

/* line 58, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/boxes_and_rules.sass */
*[data-after-content]:after {
  content: attr(data-after-content) !important;
}

@font-face {
  font-family: DINWeb-Black;
  src: url(//d1nvfozp665ptr.cloudfront.net/pipeline/DINWeb-Black-6437bce98b6394441f46bfbc639b0125.eot);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: DINWeb-Black;
  src: url(//d1nvfozp665ptr.cloudfront.net/pipeline/DINWeb-Black-36e4a0b64c26866021f714c593d193ba.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: DINWeb-Bold;
  src: url(//d1nvfozp665ptr.cloudfront.net/pipeline/DINWeb-Bold-432740ad57a5bbbd14a7513724e60561.eot);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: DINWeb-Bold;
  src: url(//d1nvfozp665ptr.cloudfront.net/pipeline/DINWeb-Bold-9aff345cd1723ac1a5cc5b2fd16c09c4.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: DINWeb;
  src: url(//d1nvfozp665ptr.cloudfront.net/pipeline/DINWeb-65feaabbac17717318ff69b956658635.eot);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: DINWeb;
  src: url(//d1nvfozp665ptr.cloudfront.net/pipeline/DINWeb-b8ca70914cc22857bdea5ec8562c921f.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}

/* line 3, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/fonts.sass */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*
 * Retina Backgrounds for Compass
 * by:              Gaya Kessler
 * last update:     03/11/14
 *
 * Usage:
 * 1. create background image for pixel ratio 1 screens and put it somewhere in your images folder.
 * 2. create background image for pixel ratio 2 screens and put it somewhere in your images folder.
 * 3. include the background-image property in your Sass/Scss using: '@include background-retina(<ratio-1-imagefile>, <ratio-2-imagefile>)'
 */
/*
 * Retina Sprites for Compass
 * by:              Gaya Kessler
 * last update:     03/11/14
 *
 * Usage:
 * 1. create two folders in your image directory (in this case 'icons' and 'icons-2x').
 * 2. adjust the foldernames defined below if you use different names.
 * 3. create sprite images for pixel ratio 1 screens and put them in the first folder.
 * 4. create sprite images for pixel ratio 2 screens and put them in the second folder, use the same filenames.
 * 5. use the sprite-image in your Sass/Scss using: '@include use-sprite(<sprite-name>)'
 */
/* line 6, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
html.no-webkit select {
  background: none !important;
  background-image: none !important;
  padding-right: 10px;
}

/* line 41, ../../app/assets/stylesheets/mixins/facebox.sass */
#facebox {
  -webkit-transform: translate3d(0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999999;
  background: transparent;
  text-align: left;
  left: 0px !important;
  right: 0px !important;
  text-align: center;
}
/* line 2, ../../app/assets/stylesheets/mixins/facebox.sass */
#facebox article a.facebox_close:first-child, #facebox section a.facebox_close:first-child {
  float: right;
  background-position: 0 -1870px;
  display: inline-block;
  cursor: pointer;
  width: 16px;
  height: 16px;
  content: "";
  color: transparent;
  text-indent: -9999px;
  word-break: break-all;
}
/* line 60, ../../app/assets/stylesheets/mixins/facebox.sass */
#facebox .popup {
  display: inline-block;
  text-align: left;
  position: relative;
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
}
/* line 67, ../../app/assets/stylesheets/mixins/facebox.sass */
#facebox .flash {
  padding: 10px 40px;
  width: 500px;
  color: green;
  text-align: center;
}
/* line 73, ../../app/assets/stylesheets/mixins/facebox.sass */
#facebox .error {
  color: red;
}
/* line 76, ../../app/assets/stylesheets/mixins/facebox.sass */
#facebox .content {
  -webkit-transform: translate3d(0, 0, 0);
  display: block;
  background: white;
  overflow-y: auto;
  max-width: 900px;
}
/* line 84, ../../app/assets/stylesheets/mixins/facebox.sass */
#facebox .content.large {
  width: 655px;
}
/* line 87, ../../app/assets/stylesheets/mixins/facebox.sass */
#facebox .content.player_playing {
  width: 465px;
}
/* line 91, ../../app/assets/stylesheets/mixins/facebox.sass */
#facebox .content > p:first-child {
  margin-top: 0;
}
/* line 93, ../../app/assets/stylesheets/mixins/facebox.sass */
#facebox .content > p:last-child {
  margin-bottom: 0;
}
/* line 95, ../../app/assets/stylesheets/mixins/facebox.sass */
#facebox select, #facebox input, #facebox textarea {
  width: 100%;
}
/* line 97, ../../app/assets/stylesheets/mixins/facebox.sass */
#facebox select > .flash, #facebox input > .flash, #facebox textarea > .flash {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 135px;
  border: 0px;
  background-color: white;
  margin-bottom: 0px;
  padding: 40px;
  padding-left: 130px;
  font-size: 22px;
  line-height: 24px;
  color: black !important;
}
/* line 112, ../../app/assets/stylesheets/mixins/facebox.sass */
#facebox select > .flash:before, #facebox input > .flash:before, #facebox textarea > .flash:before {
  position: absolute;
  top: 24px;
  left: 20px;
  content: " ";
  background-position: 0 -651px;
  width: 88px;
  height: 88px;
}
/* line 122, ../../app/assets/stylesheets/mixins/facebox.sass */
#facebox select > .flash.error:before, #facebox input > .flash.error:before, #facebox textarea > .flash.error:before {
  background-position: 0 -739px;
}
@media only screen and (min-width: 761px), only screen and (device-width: 810px) {
  /* line 97, ../../app/assets/stylesheets/mixins/facebox.sass */
  #facebox select > .flash, #facebox input > .flash, #facebox textarea > .flash {
    text-align: left;
  }
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 97, ../../app/assets/stylesheets/mixins/facebox.sass */
  #facebox select > .flash, #facebox input > .flash, #facebox textarea > .flash {
    width: 100%;
    padding: 40px;
    padding-top: 130px;
    font-size: 20px;
    line-height: 22px;
  }
  /* line 133, ../../app/assets/stylesheets/mixins/facebox.sass */
  #facebox select > .flash:before, #facebox input > .flash:before, #facebox textarea > .flash:before {
    left: 50%;
    margin-left: -44px;
  }
}
/* line 137, ../../app/assets/stylesheets/mixins/facebox.sass */
#facebox select .scroll, #facebox input .scroll, #facebox textarea .scroll {
  overflow-y: auto;
  max-height: 400px;
}
/* line 108, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
#facebox select .scroll::-webkit-scrollbar, #facebox input .scroll::-webkit-scrollbar, #facebox textarea .scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  padding: 18px;
  -webkit-border-radius: 1ex;
}
/* line 114, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
#facebox select .scroll::-webkit-scrollbar-thumb, #facebox input .scroll::-webkit-scrollbar-thumb, #facebox textarea .scroll::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 8px;
  width: 6px;
  height: 6px;
}
/* line 122, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
#facebox select .scroll:hover::-webkit-scrollbar-thumb, #facebox input .scroll:hover::-webkit-scrollbar-thumb, #facebox textarea .scroll:hover::-webkit-scrollbar-thumb {
  background-color: #dddddd;
}
/* line 143, ../../app/assets/stylesheets/mixins/facebox.sass */
#facebox .content.dark {
  background-color: #333333;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  border: 2px solid white;
}
/* line 149, ../../app/assets/stylesheets/mixins/facebox.sass */
#facebox .content.dark article a.facebox_close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 22px;
  line-height: 24px;
  margin: 0px;
}
/* line 156, ../../app/assets/stylesheets/mixins/facebox.sass */
#facebox .content.dark article a.facebox_close:first-child {
  background-image: initial;
  color: white;
  text-indent: inherit;
  font-weight: bold;
}
/* line 162, ../../app/assets/stylesheets/mixins/facebox.sass */
#facebox .close {
  display: none !important;
}
/* line 165, ../../app/assets/stylesheets/mixins/facebox.sass */
#facebox .close, #facebox .close:visited {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 10px;
  background: white;
}
/* line 171, ../../app/assets/stylesheets/mixins/facebox.sass */
#facebox .close img, #facebox .close:visited img {
  opacity: 0.3;
}
/* line 173, ../../app/assets/stylesheets/mixins/facebox.sass */
#facebox .close:hover img, #facebox .close:visited:hover img {
  opacity: 1;
}
/* line 176, ../../app/assets/stylesheets/mixins/facebox.sass */
#facebox .loading, #facebox .image {
  text-align: center;
}

/* line 180, ../../app/assets/stylesheets/mixins/facebox.sass */
#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

/* line 188, ../../app/assets/stylesheets/mixins/facebox.sass */
.facebox_hide {
  z-index: -100;
}

/* line 191, ../../app/assets/stylesheets/mixins/facebox.sass */
.facebox_overlayBG {
  background-color: black;
  z-index: 999999;
}

@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 200, ../../app/assets/stylesheets/mixins/facebox.sass */
  #facebox .content, #facebox .content.large {
    width: 100%;
  }
}

/* line 2, ../../app/assets/stylesheets/vendor/tipsy.sass */
.tipsy {
  position: absolute;
  z-index: 10000000;
  padding: 5px;
}

/* line 7, ../../app/assets/stylesheets/vendor/tipsy.sass */
span.tipsyd {
  text-decoration: underline;
}

/* line 11, ../../app/assets/stylesheets/vendor/tipsy.sass */
.tipsy-inner {
  max-width: 200px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 8px !important;
  background-color: black !important;
  color: white;
  font-size: 16px !important;
  font-weight: normal;
  text-align: center;
  line-height: normal;
}
/* line 26, ../../app/assets/stylesheets/vendor/tipsy.sass */
.tipsy-inner p:first-child {
  margin-top: 0px;
}
/* line 29, ../../app/assets/stylesheets/vendor/tipsy.sass */
.tipsy-inner ul {
  margin: 0px;
  text-align: left;
}
/* line 33, ../../app/assets/stylesheets/vendor/tipsy.sass */
.tipsy-inner img {
  max-width: 200px;
}
/* line 35, ../../app/assets/stylesheets/vendor/tipsy.sass */
.tipsy-inner a {
  color: white;
}

/* line 38, ../../app/assets/stylesheets/vendor/tipsy.sass */
.tipsy-arrow {
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  border: 5px dashed black;
}

/* line 45, ../../app/assets/stylesheets/vendor/tipsy.sass */
.tipsy-arrow-n {
  border-bottom-color: black;
}

/* line 48, ../../app/assets/stylesheets/vendor/tipsy.sass */
.tipsy-arrow-s {
  border-top-color: black;
}

/* line 51, ../../app/assets/stylesheets/vendor/tipsy.sass */
.tipsy-arrow-e {
  border-left-color: black;
}

/* line 54, ../../app/assets/stylesheets/vendor/tipsy.sass */
.tipsy-arrow-w {
  border-right-color: black;
}

/* line 57, ../../app/assets/stylesheets/vendor/tipsy.sass */
.tipsy-n .tipsy-arrow {
  top: 0px;
  left: 50%;
  margin-left: -5px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

/* line 66, ../../app/assets/stylesheets/vendor/tipsy.sass */
.tipsy-nw .tipsy-arrow {
  top: 0;
  left: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

/* line 74, ../../app/assets/stylesheets/vendor/tipsy.sass */
.tipsy-ne .tipsy-arrow {
  top: 0;
  right: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

/* line 82, ../../app/assets/stylesheets/vendor/tipsy.sass */
.tipsy-s .tipsy-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

/* line 91, ../../app/assets/stylesheets/vendor/tipsy.sass */
.tipsy-sw .tipsy-arrow {
  bottom: 0;
  left: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

/* line 99, ../../app/assets/stylesheets/vendor/tipsy.sass */
.tipsy-se .tipsy-arrow {
  bottom: 0;
  right: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

/* line 107, ../../app/assets/stylesheets/vendor/tipsy.sass */
.tipsy-e .tipsy-arrow {
  right: 0;
  top: 50%;
  margin-top: -5px;
  border-left-style: solid;
  border-right: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

/* line 116, ../../app/assets/stylesheets/vendor/tipsy.sass */
.tipsy-w .tipsy-arrow {
  left: 0;
  top: 50%;
  margin-top: -5px;
  border-right-style: solid;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

@-webkit-keyframes rotate360 {
  /* line 3, ../../app/assets/stylesheets/shared/animation.sass */
  from {
    transform: rotate(0deg);
  }

  /* line 5, ../../app/assets/stylesheets/shared/animation.sass */
  to {
    transform: rotate(360deg);
  }
}

@-moz-keyframes rotate360 {
  /* line 3, ../../app/assets/stylesheets/shared/animation.sass */
  from {
    transform: rotate(0deg);
  }

  /* line 5, ../../app/assets/stylesheets/shared/animation.sass */
  to {
    transform: rotate(360deg);
  }
}

@-o-keyframes rotate360 {
  /* line 3, ../../app/assets/stylesheets/shared/animation.sass */
  from {
    transform: rotate(0deg);
  }

  /* line 5, ../../app/assets/stylesheets/shared/animation.sass */
  to {
    transform: rotate(360deg);
  }
}

@keyframes rotate360 {
  /* line 3, ../../app/assets/stylesheets/shared/animation.sass */
  from {
    transform: rotate(0deg);
  }

  /* line 5, ../../app/assets/stylesheets/shared/animation.sass */
  to {
    transform: rotate(360deg);
  }
}

/* line 5, ../../app/assets/stylesheets/shared/expander.sass */
.expandable {
  margin-bottom: 20px;
}

/* line 8, ../../app/assets/stylesheets/shared/expander.sass */
.expandable.expanded {
  height: auto !important;
  max-height: 10000px !important;
}

/* line 12, ../../app/assets/stylesheets/shared/expander.sass */
.expander {
  display: none;
}

/* line 15, ../../app/assets/stylesheets/shared/expander.sass */
.expandable + .expander {
  position: relative;
  display: block;
  z-index: 2;
  width: 100%;
  margin-top: -30px;
  margin-bottom: 30px;
  border-top: 1px solid #dbdbdb;
  cursor: pointer;
}
/* line 20, ../../app/assets/stylesheets/shared/expander.sass */
.expandable + .expander:before {
  display: block;
  content: "";
  position: absolute;
  top: -41px;
  height: 40px;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(241, 241, 241, 0) 0%, #f1f1f1 85%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(241, 241, 241, 0)), color-stop(85%, #f1f1f1));
  background: -webkit-linear-gradient(top, rgba(241, 241, 241, 0) 0%, #f1f1f1 85%);
  background: -o-linear-gradient(top, rgba(241, 241, 241, 0) 0%, #f1f1f1 85%);
  background: -ms-linear-gradient(top, rgba(241, 241, 241, 0) 0%, #f1f1f1 85%);
  background: linear-gradient(to bottom, rgba(241, 241, 241, 0) 0%, #f1f1f1 85%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f1f1f1', endColorstr='#f1f1f1',GradientType=0 );
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 15, ../../app/assets/stylesheets/shared/expander.sass */
  .expandable + .expander {
    margin-top: -20px;
  }
}
/* line 49, ../../app/assets/stylesheets/shared/expander.sass */
.expandable + .expander:after {
  display: block;
  margin-left: 50%;
  margin-top: 10px;
  content: "";
  position: relative;
  left: -13px/2;
  width: 13px;
  height: 8px;
  background-position: 0 -2630px;
}

/* line 62, ../../app/assets/stylesheets/shared/expander.sass */
.expanded + .expander {
  margin-top: 0px;
}
/* line 64, ../../app/assets/stylesheets/shared/expander.sass */
.expanded + .expander:before {
  display: none;
}
/* line 66, ../../app/assets/stylesheets/shared/expander.sass */
.expanded + .expander:after {
  background-position: 0 -2614px;
}

/* line 3, ../../app/assets/stylesheets/shared/ie.sass */
html.ie #container .left_content section.listing > article.project_card {
  width: 287px;
}

/* line 9, ../../app/assets/stylesheets/shared/ie.sass */
html.lt-ie9 .carousel, html.lt-ie9 #featured_exclusives {
  display: none !important;
}
/* line 14, ../../app/assets/stylesheets/shared/ie.sass */
html.lt-ie9 .feed_activity_card img.bg {
  display: none !important;
}
/* line 18, ../../app/assets/stylesheets/shared/ie.sass */
html.lt-ie9 header.main #tabs {
  background-color: #c1c1c1;
}
/* line 20, ../../app/assets/stylesheets/shared/ie.sass */
html.lt-ie9 header.main nav.info {
  background-color: black;
}
/* line 23, ../../app/assets/stylesheets/shared/ie.sass */
html.lt-ie9 #site_nav a.home {
  display: block;
  float: left;
  margin-top: 0px;
}
/* line 29, ../../app/assets/stylesheets/shared/ie.sass */
html.lt-ie9 #site_nav .search:after {
  height: 8px;
}
/* line 32, ../../app/assets/stylesheets/shared/ie.sass */
html.lt-ie9 .unsupported_browser {
  padding: 20px;
}
/* line 34, ../../app/assets/stylesheets/shared/ie.sass */
html.lt-ie9 .unsupported_browser a {
  color: blue;
}

/* line 1, ../../app/assets/stylesheets/shared/ios_app_prompt.sass */
.ios_app_link_box {
  padding: 15px;
  margin-bottom: 20px;
  background-color: white;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 4, ../../app/assets/stylesheets/shared/ios_app_prompt.sass */
  .ios_app_link_box .app_link {
    position: relative;
    top: 10px;
    width: 50%;
    margin: 5px auto;
  }
}
@media only screen and (min-width: 780px) {
  /* line 10, ../../app/assets/stylesheets/shared/ios_app_prompt.sass */
  .ios_app_link_box .app_link_text {
    width: 65%;
    margin: 5px auto;
  }
  /* line 13, ../../app/assets/stylesheets/shared/ios_app_prompt.sass */
  .ios_app_link_box .app_link {
    position: relative;
    top: 10px;
    width: 20%;
    margin: 5px auto;
  }
}
@media only screen and (min-width: 761px) and (max-width: 779px) {
  /* line 1, ../../app/assets/stylesheets/shared/ios_app_prompt.sass */
  .ios_app_link_box {
    width: 50%;
    margin: 0 auto 15px auto;
  }
  /* line 21, ../../app/assets/stylesheets/shared/ios_app_prompt.sass */
  .ios_app_link_box .app_link_text {
    width: 90%;
    margin: 5px auto;
  }
  /* line 24, ../../app/assets/stylesheets/shared/ios_app_prompt.sass */
  .ios_app_link_box .app_link {
    position: relative;
    top: 10px;
    width: 42%;
    margin: 5px auto;
  }
}

/* line 31, ../../app/assets/stylesheets/shared/ios_app_prompt.sass */
#container.projects.downloads .app_link_text {
  width: 90%;
  margin: 5px auto;
}
/* line 34, ../../app/assets/stylesheets/shared/ios_app_prompt.sass */
#container.projects.downloads .app_link {
  position: relative;
  top: 10px;
  width: 50%;
  margin: 5px auto;
}
@media only screen and (min-width: 761px) and (max-width: 779px) {
  /* line 40, ../../app/assets/stylesheets/shared/ios_app_prompt.sass */
  #container.projects.downloads .ios_app_link_box {
    padding: 15px;
    margin-bottom: 20px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.2);
    width: 50%;
    margin: 0 auto 15px auto;
  }
  /* line 44, ../../app/assets/stylesheets/shared/ios_app_prompt.sass */
  #container.projects.downloads .ios_app_link_box .app_link_text {
    width: 90%;
    margin: 5px auto;
  }
  /* line 47, ../../app/assets/stylesheets/shared/ios_app_prompt.sass */
  #container.projects.downloads .ios_app_link_box .app_link {
    position: relative;
    top: 10px;
    width: 42%;
    margin: 5px auto;
  }
}

/* line 4, ../../app/assets/stylesheets/shared/logo.sass */
#facebox .logo_spinner {
  display: block;
  margin: 20px;
}

/* line 9, ../../app/assets/stylesheets/shared/logo.sass */
.container .logo_spinner {
  width: 50px;
  height: 50px;
  border-color: red;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  position: relative;
}
/* line 12, ../../app/assets/stylesheets/shared/logo.sass */
.container .logo_spinner.large {
  width: 75px;
  height: 75px;
}
/* line 21, ../../app/assets/stylesheets/shared/logo.sass */
.container .logo_spinner .mask {
  background-color: transparent;
  border-radius: 50%;
  z-index: 6;
}
/* line 25, ../../app/assets/stylesheets/shared/logo.sass */
.container .logo_spinner .record {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-color: transparent;
  border-radius: 50%;
  -webkit-animation: rotate360 2s infinite linear;
  -moz-animation: rotate360 2s infinite linear;
  -ms-animation: rotate360 2s infinite linear;
  -o-animation: rotate360 2s infinite linear;
  animation: rotate360 2s infinite linear;
}
/* line 33, ../../app/assets/stylesheets/shared/logo.sass */
.container .logo_spinner .record * {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  border-radius: 50%;
}
/* line 41, ../../app/assets/stylesheets/shared/logo.sass */
.container .logo_spinner .record .dot {
  z-index: 4;
  width: 10%;
  height: 10%;
  background-color: white;
}
/* line 46, ../../app/assets/stylesheets/shared/logo.sass */
.container .logo_spinner .record .inner {
  z-index: 3;
  width: 43%;
  height: 43%;
  background-color: #78a279;
}
/* line 51, ../../app/assets/stylesheets/shared/logo.sass */
.container .logo_spinner .record .center {
  z-index: 2;
  width: 56%;
  height: 56%;
  background-color: white;
}
/* line 56, ../../app/assets/stylesheets/shared/logo.sass */
.container .logo_spinner .record .outer {
  z-index: 1;
  width: 99%;
  height: 99%;
  background-color: #868686;
}
/* line 61, ../../app/assets/stylesheets/shared/logo.sass */
.container .logo_spinner .record .line1 {
  border-radius: 0px;
  width: 15%;
  height: 22%;
  background-color: #9e9e9e;
  z-index: 1;
  left: 0;
  right: 0;
  top: 78%;
  margin: 0 auto;
}
/* line 71, ../../app/assets/stylesheets/shared/logo.sass */
.container .logo_spinner .record .line2 {
  z-index: 1;
  border-radius: 0px;
  width: 15%;
  height: 22%;
  background-color: #9e9e9e;
  left: 0;
  right: 0;
  top: 1%;
  margin: 0 auto;
}
/* line 81, ../../app/assets/stylesheets/shared/logo.sass */
.container .logo_spinner .arm {
  display: none;
}
/* line 86, ../../app/assets/stylesheets/shared/logo.sass */
.container .logo_spinner.with_arm .arm {
  display: block;
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 7%;
  background-color: white;
  -webkit-transform: rotate(52deg) translateX(5%);
  -moz-transform: rotate(52deg) translateX(5%);
  -ms-transform: rotate(52deg) translateX(5%);
  -o-transform: rotate(52deg) translateX(5%);
  transform: rotate(52deg) translateX(5%);
  -webkit-animation-name: armmove;
  -moz-animation-name: armmove;
  -ms-animation-name: armmove;
  -o-animation-name: armmove;
  animation-name: armmove;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes armmove {
  /* line 101, ../../app/assets/stylesheets/shared/logo.sass */
  from {
    transform: rotate(30deg);
  }

  /* line 103, ../../app/assets/stylesheets/shared/logo.sass */
  to {
    transform: rotate(52deg) translateX(5%);
  }
}

@-webkit-keyframes armmove {
  /* line 107, ../../app/assets/stylesheets/shared/logo.sass */
  from {
    -webkit-transform: rotate(30deg);
  }

  /* line 109, ../../app/assets/stylesheets/shared/logo.sass */
  to {
    -webkit-transform: rotate(52deg) translateX(5%);
  }
}

/* line 3, ../../app/assets/stylesheets/shared/socials.sass */
.container nav.socials {
  width: 100%;
  float: left;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  line-height: 22px;
  color: #444444;
  text-align: center;
  margin: 0px 0px 15px 0px;
}
/* line 11, ../../app/assets/stylesheets/shared/socials.sass */
.container nav.socials a {
  cursor: pointer;
  display: inline-block;
  margin-left: 5px;
  width: 20px;
  height: 20px;
  content: "";
  color: transparent;
  text-indent: -9999px;
  word-break: break-all;
}
/* line 19, ../../app/assets/stylesheets/shared/socials.sass */
.container nav.socials a:first-child {
  margin-left: 15px;
}
/* line 21, ../../app/assets/stylesheets/shared/socials.sass */
.container nav.socials a.facebook {
  background-position: 0 -1710px;
}
/* line 23, ../../app/assets/stylesheets/shared/socials.sass */
.container nav.socials a.twitter {
  background-position: 0 -1810px;
}
/* line 25, ../../app/assets/stylesheets/shared/socials.sass */
.container nav.socials a.pinterest {
  background-position: 0 -1610px;
}
/* line 27, ../../app/assets/stylesheets/shared/socials.sass */
.container nav.socials a.google {
  background-position: 0 -1770px;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 3, ../../app/assets/stylesheets/shared/socials.sass */
  .container nav.socials {
    margin-bottom: 0px;
  }
}
/* line 34, ../../app/assets/stylesheets/shared/socials.sass */
.container nav.follow_us {
  background-color: transparent;
  border-left: none;
  box-shadow: none;
  text-align: right;
  border-bottom: 1px solid #dbdbdb;
  padding: 0px 0px 10px 0px;
  margin-bottom: 20px;
}
/* line 40, ../../app/assets/stylesheets/shared/socials.sass */
.container nav.follow_us h1 {
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  float: left;
  line-height: 46px;
}
/* line 46, ../../app/assets/stylesheets/shared/socials.sass */
.container nav.follow_us h1.alt {
  display: none;
}
/* line 49, ../../app/assets/stylesheets/shared/socials.sass */
.container nav.follow_us article.icons {
  display: inline-block;
}
/* line 51, ../../app/assets/stylesheets/shared/socials.sass */
.container nav.follow_us article.icons a {
  display: inline-block;
  width: 30px;
  height: 30px;
}
/* line 56, ../../app/assets/stylesheets/shared/socials.sass */
.container nav.follow_us article.icons a svg {
  width: 100%;
  height: 100%;
}
/* line 60, ../../app/assets/stylesheets/shared/socials.sass */
.container nav.follow_us article.icons:before {
  display: none;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 34, ../../app/assets/stylesheets/shared/socials.sass */
  .container nav.follow_us {
    text-align: center;
    border-bottom: 0px;
    margin-bottom: 25px;
  }
  /* line 67, ../../app/assets/stylesheets/shared/socials.sass */
  .container nav.follow_us h1 {
    display: none;
  }
  /* line 69, ../../app/assets/stylesheets/shared/socials.sass */
  .container nav.follow_us h1.alt {
    display: block;
    width: 100%;
    font-size: 14pt;
    line-height: 15.5pt;
  }
  /* line 74, ../../app/assets/stylesheets/shared/socials.sass */
  .container nav.follow_us h1.alt a {
    border-bottom: 1px solid #333333;
  }
  /* line 77, ../../app/assets/stylesheets/shared/socials.sass */
  .container nav.follow_us article.icons {
    display: none;
  }
}
/* line 81, ../../app/assets/stylesheets/shared/socials.sass */
.container .project_update nav.socials {
  width: auto;
}

@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 87, ../../app/assets/stylesheets/shared/socials.sass */
  #facebox article.icons {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 300px;
    padding: 10px;
  }
  /* line 92, ../../app/assets/stylesheets/shared/socials.sass */
  #facebox article.icons a {
    display: inline-block;
    width: 70px;
    height: 70px;
    margin: 10px;
  }
  /* line 98, ../../app/assets/stylesheets/shared/socials.sass */
  #facebox article.icons a svg {
    width: inherit;
    height: inherit;
  }
  /* line 103, ../../app/assets/stylesheets/shared/socials.sass */
  #facebox article.icons:before {
    content: "";
    display: block;
    text-align: center;
    font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 26px;
    color: white;
  }
}

/* line 5, ../../app/assets/stylesheets/shared/translations.sass */
.main > header span.secure:lang(es) {
  font-size: 12px;
  line-height: 14px;
}

/* line 8, ../../app/assets/stylesheets/shared/translations.sass */
.main > header span.secure:lang(ja) {
  font-size: 14px;
  line-height: 16px;
}

/* line 13, ../../app/assets/stylesheets/shared/translations.sass */
nav#site_nav:lang(ja) nav section a {
  font-size: 14px;
  line-height: 16px;
}

/* line 20, ../../app/assets/stylesheets/shared/translations.sass */
.container.pledging #make_pledge:lang(fr) .button.cta {
  font-size: 12px;
  line-height: 14px;
}
/* line 25, ../../app/assets/stylesheets/shared/translations.sass */
.container.pledging .add_exclusives:lang(ja) .exclusive .button {
  width: 140px;
}

/* line 31, ../../app/assets/stylesheets/shared/translations.sass */
.container.home article.sign_up:lang(de) .button.cta {
  font-size: 24px;
  line-height: 26px;
}
/* line 37, ../../app/assets/stylesheets/shared/translations.sass */
.container.home article.sign_up:lang(es).logged_in nav, .container.home article.sign_up:lang(fr).logged_in nav {
  -webkit-column-count: inherit;
  -moz-column-count: inherit;
  -ms-column-count: inherit;
  -o-column-count: inherit;
  column-count: inherit;
}
/* line 39, ../../app/assets/stylesheets/shared/translations.sass */
.container.home article.sign_up:lang(es).logged_in nav a, .container.home article.sign_up:lang(fr).logged_in nav a {
  display: inline-block;
  width: initial;
  text-align: left;
  padding: 5px;
}

@media only screen and (min-width: 780px) {
  /* line 48, ../../app/assets/stylesheets/shared/translations.sass */
  .container .follow_us:lang(ja) {
    text-align: left;
  }
}

/* line 56, ../../app/assets/stylesheets/shared/translations.sass */
.container.projects section.access_pass_banner:lang(es) ul li, .container.projects section.access_pass_banner:lang(fr) ul li, .container.projects section.access_pass_banner:lang(ja) ul li {
  margin-right: 30px;
}
/* line 59, ../../app/assets/stylesheets/shared/translations.sass */
.container.projects section.access_pass_banner:lang(es) ul li:before, .container.projects section.access_pass_banner:lang(fr) ul li:before, .container.projects section.access_pass_banner:lang(ja) ul li:before {
  margin-right: 5px;
}
@media only screen and (min-width: 761px) and (max-width: 779px) {
  /* line 63, ../../app/assets/stylesheets/shared/translations.sass */
  .container.projects section.access_pass_banner:lang(es) ul li, .container.projects section.access_pass_banner:lang(fr) ul li, .container.projects section.access_pass_banner:lang(ja) ul li {
    margin-right: 20px;
  }
}
/* line 67, ../../app/assets/stylesheets/shared/translations.sass */
.container.projects nav.socials:lang(es) a:first-child {
  margin-left: 15px;
}
/* line 72, ../../app/assets/stylesheets/shared/translations.sass */
.container.projects .exclusive .reserve:lang(es) .view_details {
  margin-top: 80px;
}
/* line 76, ../../app/assets/stylesheets/shared/translations.sass */
.container.projects .exclusive .reserve:lang(fr) .button.cta {
  font-size: 20px;
  line-height: 22px;
}
/* line 81, ../../app/assets/stylesheets/shared/translations.sass */
.container.projects section.project_status.items_2:lang(es) .timer, .container.projects section.project_status.items_2:lang(fr) .timer {
  width: 85px;
}

/* line 88, ../../app/assets/stylesheets/shared/translations.sass */
.container.exclusives.projects .list .access_pass_banner:lang(es) li, .container.exclusives.projects .list .access_pass_banner:lang(fr) li, .container.exclusives.projects .list .access_pass_banner:lang(ja) li {
  width: 130px;
  vertical-align: top;
  padding-left: 30px;
}
/* line 94, ../../app/assets/stylesheets/shared/translations.sass */
.container.exclusives.projects .list .access_pass_banner:lang(es) li.updates:before, .container.exclusives.projects .list .access_pass_banner:lang(fr) li.updates:before, .container.exclusives.projects .list .access_pass_banner:lang(ja) li.updates:before {
  margin-left: -40px;
}
/* line 97, ../../app/assets/stylesheets/shared/translations.sass */
.container.exclusives.projects .list .access_pass_banner:lang(es) li:before, .container.exclusives.projects .list .access_pass_banner:lang(fr) li:before, .container.exclusives.projects .list .access_pass_banner:lang(ja) li:before {
  float: left;
  margin-left: -32px;
}

/* line 103, ../../app/assets/stylesheets/shared/translations.sass */
.container.projects.sessions section.session {
  width: 410px;
}

/* line 3, ../../app/assets/stylesheets/shared.sass */
body.progress, body.progress * {
  cursor: progress !important;
}

/* line 7, ../../app/assets/stylesheets/shared.sass */
[data-ajax-scroll] .spinner {
  margin-bottom: 20px;
}

/* line 11, ../../app/assets/stylesheets/shared.sass */
html.touch [data-ajax-scroll] {
  margin-bottom: 50px;
}

/* line 14, ../../app/assets/stylesheets/shared.sass */
.gift_link {
  display: inline-block;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #444444;
}
/* line 20, ../../app/assets/stylesheets/shared.sass */
.gift_link:before {
  display: inline-block;
  content: " ";
  width: 20px;
  height: 20px;
  position: relative;
  top: 2px;
  background-position: 0 -3546px;
  margin-right: 10px;
}

/* line 23, ../../app/assets/stylesheets/shared.sass */
.hidden {
  display: none;
}

/* line 26, ../../app/assets/stylesheets/shared.sass */
.placeholder {
  color: #999999 !important;
}

/* line 29, ../../app/assets/stylesheets/shared.sass */
.question_mark_tip {
  content: "?";
  display: inline-block;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  background-color: #999999;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px 5px;
  line-height: 15px;
  font-size: 15px;
  color: white;
}

/* line 34, ../../app/assets/stylesheets/shared.sass */
.container .code {
  word-break: break-word;
  font-family: sans-serif;
  padding: 10px;
  background-color: #e6e6e6;
  border: 1px solid black;
}
/* line 41, ../../app/assets/stylesheets/shared.sass */
.container .pagination {
  text-align: center;
}
/* line 44, ../../app/assets/stylesheets/shared.sass */
.container article.notice {
  background-color: #fee6ae;
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 10px;
  margin-bottom: 15px;
  text-align: center;
}
/* line 50, ../../app/assets/stylesheets/shared.sass */
.container article.notice a {
  display: block;
}
/* line 53, ../../app/assets/stylesheets/shared.sass */
.container span.access_pass {
  color: #59aec2;
}
/* line 55, ../../app/assets/stylesheets/shared.sass */
.container span.access_pass .tm {
  font-size: 65%;
  color: #444444;
  font-weight: normal;
}
/* line 60, ../../app/assets/stylesheets/shared.sass */
.container section.artist_sign_up, .container article.sign_up {
  margin-bottom: 20px;
}
/* line 62, ../../app/assets/stylesheets/shared.sass */
.container section.artist_sign_up .button, .container article.sign_up .button {
  width: 100%;
  margin-bottom: 20px;
}
/* line 65, ../../app/assets/stylesheets/shared.sass */
.container section.artist_sign_up a, .container article.sign_up a {
  display: block;
  width: 100%;
  text-align: center;
}
/* line 70, ../../app/assets/stylesheets/shared.sass */
.container section.artist_sign_up a.learn, .container article.sign_up a.learn {
  color: #3e7a3f;
  font-size: 18px;
  line-height: 20px;
}
/* line 77, ../../app/assets/stylesheets/shared.sass */
.container article.sign_up {
  margin-bottom: 40px;
}
/* line 80, ../../app/assets/stylesheets/shared.sass */
.container article.sign_up.logged_in {
  padding: 15px;
  margin-bottom: 20px;
  background-color: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 300px;
  margin: 0px auto 40px auto;
}
/* line 85, ../../app/assets/stylesheets/shared.sass */
.container article.sign_up.logged_in > h1 {
  margin-top: 15px;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-family: Helvetica, sans-serif;
  font-size: 20px;
  line-height: 22px;
  color: #444444;
  margin-top: 0px;
  text-align: center;
  padding-bottom: 4px;
}
/* line 91, ../../app/assets/stylesheets/shared.sass */
.container article.sign_up.logged_in nav {
  width: 100%;
  padding: 0px;
  margin: 0px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 1px;
  -moz-column-gap: 1px;
  -ms-column-gap: 1px;
  -o-column-gap: 1px;
  column-gap: 1px;
}
/* line 97, ../../app/assets/stylesheets/shared.sass */
.container article.sign_up.logged_in nav a {
  padding-right: 8px;
  padding-left: 10px;
  display: inline-block;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  color: #444444;
  border-left: 1px solid #dbdbdb;
  text-decoration: none;
  width: 100%;
  text-align: center;
  padding: 0px;
}
/* line 15, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/ui.sass */
.container article.sign_up.logged_in nav a.selected {
  color: #3e7a3f;
}
/* line 17, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/ui.sass */
.container article.sign_up.logged_in nav a:hover {
  color: #6bbe67;
}
/* line 19, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/ui.sass */
.container article.sign_up.logged_in nav a:first-of-type {
  border-left: none;
  padding-left: 0px;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 104, ../../app/assets/stylesheets/shared.sass */
  .container article.sign_up .mobile_hide {
    display: none;
  }
}
@media only screen and (min-width: 761px) and (max-width: 779px) {
  /* line 108, ../../app/assets/stylesheets/shared.sass */
  .container aside {
    margin: 0px 30px;
  }
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 108, ../../app/assets/stylesheets/shared.sass */
  .container aside {
    margin: 0px 15px;
  }
}
/* line 114, ../../app/assets/stylesheets/shared.sass */
.container aside > section.listing {
  padding: 0px;
  background-color: transparent;
  -ms-filter: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  margin-top: 40px;
  margin-bottom: 40px;
}
/* line 133, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/boxes_and_rules.sass */
.container aside > section.listing > h1 {
  margin-top: 15px;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-family: Helvetica, sans-serif;
  font-size: 20px;
  line-height: 22px;
  color: #444444;
}
/* line 117, ../../app/assets/stylesheets/shared.sass */
.container aside > section.listing article.project_card {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
@media only screen and (max-width: 800px) {
  /* line 114, ../../app/assets/stylesheets/shared.sass */
  .container aside > section.listing {
    display: none;
  }
}

/* line 126, ../../app/assets/stylesheets/shared.sass */
html.ios_app .container article.sign_up {
  display: none;
}

/* line 132, ../../app/assets/stylesheets/shared.sass */
html[lang=ja] .container section.sign_up_cta a.sign_up_poster, html[lang=de] .container section.sign_up_cta a.sign_up_poster {
  font-size: 28px;
}

/* line 138, ../../app/assets/stylesheets/shared.sass */
.fade_out {
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -ms-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
}

/* line 4, ../../app/assets/stylesheets/layouts/header.sass */
.container .main > header.main {
  display: block;
  position: relative;
  overflow: hidden;
  height: 240px;
  box-shadow: 0px 4px 4px -2px #a1a1a1;
  background-color: black;
  background: url(//d1nvfozp665ptr.cloudfront.net/pipeline/headers/crowd-115ecc988910c39e3c2256482caf9196.jpg) no-repeat center center;
  width: 100%;
}
/* line 18, ../../app/assets/stylesheets/layouts/header.sass */
.container .main > header.main > img.bg {
  position: absolute;
  width: 100%;
}
/* line 22, ../../app/assets/stylesheets/layouts/header.sass */
.container .main > header.main > h1 {
  position: absolute;
  left: 40px;
  bottom: 30px;
  margin: 0px;
  color: white;
}
/* line 29, ../../app/assets/stylesheets/layouts/header.sass */
.container .main > header.main nav.search {
  position: absolute;
  right: 40px;
  bottom: 80px;
  width: 30%;
}
/* line 34, ../../app/assets/stylesheets/layouts/header.sass */
.container .main > header.main nav.search .form_field {
  display: inline;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 29, ../../app/assets/stylesheets/layouts/header.sass */
  .container .main > header.main nav.search {
    display: none;
  }
}
@media only screen and (min-width: 780px) {
  /* line 41, ../../app/assets/stylesheets/layouts/header.sass */
  .container .main > header.main > h1 {
    font-family: DINWeb-Black, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    font-weight: normal;
    font-style: normal;
    font-size: 50px;
    line-height: 52px;
  }
}
@media only screen and (min-width: 761px) and (max-width: 779px) {
  /* line 45, ../../app/assets/stylesheets/layouts/header.sass */
  .container .main > header.main > h1 {
    font-family: DINWeb-Black, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    font-weight: normal;
    font-style: normal;
    font-size: 30px;
    line-height: 32px;
    left: 30px;
    max-width: 500px;
  }
  /* line 50, ../../app/assets/stylesheets/layouts/header.sass */
  .container .main > header.main > nav.search {
    right: 30px;
  }
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 4, ../../app/assets/stylesheets/layouts/header.sass */
  .container .main > header.main {
    height: 150px;
  }
  /* line 56, ../../app/assets/stylesheets/layouts/header.sass */
  .container .main > header.main > h1 {
    font-family: DINWeb-Black, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 26px;
    left: 15px;
    bottom: 15px;
  }
}
/* line 61, ../../app/assets/stylesheets/layouts/header.sass */
.container .main > header.main.compact {
  height: 120px;
  color: white;
}
/* line 65, ../../app/assets/stylesheets/layouts/header.sass */
.container .main > header.main.compact nav.search {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
/* line 70, ../../app/assets/stylesheets/layouts/header.sass */
.container .main > header.main.site_short {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  height: 90px;
  color: white;
  padding-left: 40px;
}
/* line 76, ../../app/assets/stylesheets/layouts/header.sass */
.container .main > header.main.site_short hgroup {
  display: inline-table;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-right: 40px;
}
/* line 81, ../../app/assets/stylesheets/layouts/header.sass */
.container .main > header.main.site_short hgroup > div {
  width: 200px;
}
/* line 83, ../../app/assets/stylesheets/layouts/header.sass */
.container .main > header.main.site_short hgroup h1 {
  font-family: DINWeb-Black, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 34px;
  line-height: 36px;
}
/* line 85, ../../app/assets/stylesheets/layouts/header.sass */
.container .main > header.main.site_short hgroup h3 {
  font-family: DINWeb-Black, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 26px;
}
/* line 89, ../../app/assets/stylesheets/layouts/header.sass */
.container .main > header.main.site_short a.back_link {
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  position: relative;
  top: -2px;
  border-top: 4px solid white;
  border-right: 4px solid white;
  -webkit-transform: rotate(220deg);
  -moz-transform: rotate(220deg);
  -ms-transform: rotate(220deg);
  -o-transform: rotate(220deg);
  transform: rotate(220deg);
  margin-left: 5px;
  position: relative;
  top: 24px;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 70, ../../app/assets/stylesheets/layouts/header.sass */
  .container .main > header.main.site_short {
    padding-left: 15px;
  }
  /* line 98, ../../app/assets/stylesheets/layouts/header.sass */
  .container .main > header.main.site_short hgroup h1 {
    font-size: 24px;
    line-height: 26px;
  }
  /* line 100, ../../app/assets/stylesheets/layouts/header.sass */
  .container .main > header.main.site_short hgroup h3 {
    font-size: 18px;
    line-height: 20px;
  }
  /* line 103, ../../app/assets/stylesheets/layouts/header.sass */
  .container .main > header.main.site_short a.back_link {
    top: 34px;
  }
}

/* line 6, ../../app/assets/stylesheets/layouts/header/info.sass */
#container #main nav.info {
  position: absolute;
  width: 180px;
  bottom: 70px;
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
}
@media only screen and (min-width: 780px) {
  /* line 6, ../../app/assets/stylesheets/layouts/header/info.sass */
  #container #main nav.info {
    right: 40px;
  }
}
@media only screen and (min-width: 761px) and (max-width: 779px) {
  /* line 6, ../../app/assets/stylesheets/layouts/header/info.sass */
  #container #main nav.info {
    right: 30px;
  }
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 6, ../../app/assets/stylesheets/layouts/header/info.sass */
  #container #main nav.info {
    right: 15px;
    display: none;
  }
}
/* line 22, ../../app/assets/stylesheets/layouts/header/info.sass */
#container #main nav.info > div {
  display: block;
  padding: 0px 7px 15px 15px;
  background-color: rgba(0, 0, 0, 0.75);
  color: white;
}
/* line 28, ../../app/assets/stylesheets/layouts/header/info.sass */
#container #main nav.info > div:first-child {
  padding-top: 15px;
}
/* line 33, ../../app/assets/stylesheets/layouts/header/info.sass */
#container #main nav.info > div a {
  color: white;
  text-decoration: none;
}
/* line 36, ../../app/assets/stylesheets/layouts/header/info.sass */
#container #main nav.info > div a:hover {
  text-decoration: underline;
}
/* line 41, ../../app/assets/stylesheets/layouts/header/info.sass */
#container #main nav.info > div:before {
  content: " ";
  float: left;
}
/* line 46, ../../app/assets/stylesheets/layouts/header/info.sass */
#container #main nav.info > div.location:before {
  background-position: 0 -2556px;
  height: 15px;
  width: 10px;
  margin-left: 3px;
  margin-right: 12px;
}
/* line 53, ../../app/assets/stylesheets/layouts/header/info.sass */
#container #main nav.info > div.genres {
  padding-left: 40px;
}
/* line 55, ../../app/assets/stylesheets/layouts/header/info.sass */
#container #main nav.info > div.genres:before {
  background-position: 0 -2458px;
  height: 15px;
  width: 15px;
  margin-left: -25px;
  margin-right: 10px;
  margin-bottom: 15px;
}
/* line 67, ../../app/assets/stylesheets/layouts/header/info.sass */
#container #main nav.info > div.profile, #container #main nav.info > div.follow {
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  text-align: center;
  padding-right: 15px;
}
/* line 72, ../../app/assets/stylesheets/layouts/header/info.sass */
#container #main nav.info > div.profile .current_project, #container #main nav.info > div.follow .current_project {
  display: block;
  text-transform: uppercase;
  border-bottom: 1px solid;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
/* line 80, ../../app/assets/stylesheets/layouts/header/info.sass */
#container #main nav.info > div.follow {
  margin-top: 5px;
  padding: 7px 15px;
}
/* line 83, ../../app/assets/stylesheets/layouts/header/info.sass */
#container #main nav.info > div.follow a {
  color: white;
}
/* line 85, ../../app/assets/stylesheets/layouts/header/info.sass */
#container #main nav.info > div.follow a:hover {
  text-decoration: underline;
}
/* line 89, ../../app/assets/stylesheets/layouts/header/info.sass */
#container #main nav.info > div.follow .follow_button button, #container #main nav.info > div.follow .follow_button a.follow.on {
  background-color: initial;
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  padding: 0px;
}
/* line 95, ../../app/assets/stylesheets/layouts/header/info.sass */
#container #main nav.info > div.follow .sign_in_or_up a {
  text-decoration: underline;
}

/* line 10, ../../app/assets/stylesheets/layouts/layout.sass */
html {
  height: 100%;
  overflow: auto;
}

/* line 15, ../../app/assets/stylesheets/layouts/layout.sass */
.container {
  background-color: #f1f1f1;
  color: #444444;
  margin-left: auto;
  margin-right: auto;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
  word-break: break-word;
}
/* line 23, ../../app/assets/stylesheets/layouts/layout.sass */
.container input, .container select, .container textarea {
  word-break: initial;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 15, ../../app/assets/stylesheets/layouts/layout.sass */
  .container {
    width: 100%;
  }
}
@media only screen and (min-width: 761px) and (max-width: 779px) {
  /* line 15, ../../app/assets/stylesheets/layouts/layout.sass */
  .container {
    width: 768px;
  }
}
@media only screen and (min-width: 780px) {
  /* line 15, ../../app/assets/stylesheets/layouts/layout.sass */
  .container {
    width: 1020px;
  }
}
@media only screen and (width: 810px) {
  /* line 15, ../../app/assets/stylesheets/layouts/layout.sass */
  .container {
    width: 760px;
  }
}
/* line 38, ../../app/assets/stylesheets/layouts/layout.sass */
.container > a.logo span:before {
  display: none;
}
/* line 41, ../../app/assets/stylesheets/layouts/layout.sass */
.container > .main {
  *zoom: 1;
}
/* line 52, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
.container > .main:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 780px) {
  /* line 44, ../../app/assets/stylesheets/layouts/layout.sass */
  .container > .main > .left_content {
    margin-left: 40px;
  }
}
/* line 47, ../../app/assets/stylesheets/layouts/layout.sass */
.container > .main .left_content {
  float: left;
  width: 620px;
  margin-right: 20px;
}
/* line 53, ../../app/assets/stylesheets/layouts/layout.sass */
.container > .main .right_content {
  float: left;
  width: 300px;
}
/* line 57, ../../app/assets/stylesheets/layouts/layout.sass */
.container > .main .left_content, .container > .main .right_content {
  *zoom: 1;
}
/* line 52, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
.container > .main .left_content:after, .container > .main .right_content:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 761px) and (max-width: 779px) {
  /* line 57, ../../app/assets/stylesheets/layouts/layout.sass */
  .container > .main .left_content, .container > .main .right_content {
    width: 344px;
  }
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 57, ../../app/assets/stylesheets/layouts/layout.sass */
  .container > .main .left_content, .container > .main .right_content {
    width: 100%;
  }
}
/* line 68, ../../app/assets/stylesheets/layouts/layout.sass */
.container > .main > header {
  margin-bottom: 40px;
}
/* line 70, ../../app/assets/stylesheets/layouts/layout.sass */
.container > .main > header.compact {
  margin-bottom: 30px;
}
@media only screen and (min-width: 761px) and (max-width: 779px) {
  /* line 68, ../../app/assets/stylesheets/layouts/layout.sass */
  .container > .main > header {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 68, ../../app/assets/stylesheets/layouts/layout.sass */
  .container > .main > header {
    margin-bottom: 15px;
  }
}
/* line 82, ../../app/assets/stylesheets/layouts/layout.sass */
.container > .main > header + nav#tabs {
  float: left;
  display: inline-block;
  height: 35px;
  margin-right: 15px;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
  float: none;
  margin-left: 15px;
  margin-bottom: 15px;
}
/* line 23, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_drop_menu.sass */
.container > .main > header + nav#tabs:last-child {
  margin-right: 0px;
}
/* line 28, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_drop_menu.sass */
.container > .main > header + nav#tabs a {
  position: relative;
  margin-bottom: -1px;
  padding: 7px 15px;
  padding-right: 45px;
  display: none;
  border: 1px solid #dbdbdb;
  background-color: white;
  color: #444444;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 45, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_drop_menu.sass */
.container > .main > header + nav#tabs a:after {
  content: "";
  display: none;
  position: absolute;
  right: 15px;
  top: 15px;
  background-position: 0 -2876px;
  width: 11px;
  height: 6px;
}
/* line 56, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_drop_menu.sass */
.container > .main > header + nav#tabs a.selected {
  display: block;
}
/* line 58, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_drop_menu.sass */
.container > .main > header + nav#tabs a.selected:after {
  display: block;
}
/* line 61, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_drop_menu.sass */
.container > .main > header + nav#tabs .expanded {
  display: block !important;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 82, ../../app/assets/stylesheets/layouts/layout.sass */
  .container > .main > header + nav#tabs {
    position: relative;
    display: block;
    width: 290px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  /* line 8, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_drop_menu.sass */
  .container > .main > header + nav#tabs:hover {
    z-index: 99;
  }
  /* line 15, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_drop_menu.sass */
  .container > .main > header + nav#tabs:hover a:last-child {
    margin-bottom: 10px;
  }
}
/* line 88, ../../app/assets/stylesheets/layouts/layout.sass */
.container > .main > header + nav#tabs .badge {
  display: none;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 82, ../../app/assets/stylesheets/layouts/layout.sass */
  .container > .main > header + nav#tabs {
    margin-bottom: 20px;
  }
}
/* line 99, ../../app/assets/stylesheets/layouts/layout.sass */
.container > .main > section, .container > .main > article {
  position: relative;
  margin: 0px 40px;
}
@media only screen and (min-width: 761px) and (max-width: 779px) {
  /* line 99, ../../app/assets/stylesheets/layouts/layout.sass */
  .container > .main > section, .container > .main > article {
    margin: 0px 30px 10px 30px;
  }
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 99, ../../app/assets/stylesheets/layouts/layout.sass */
  .container > .main > section, .container > .main > article {
    margin: 0px 15px 10px 15px;
  }
}
/* line 108, ../../app/assets/stylesheets/layouts/layout.sass */
.container > .main > section, .container > .main section.with_header {
  margin-bottom: 40px;
}
/* line 109, ../../app/assets/stylesheets/layouts/layout.sass */
.container > .main > section > h1, .container > .main > section > header h1, .container > .main section.with_header > h1, .container > .main section.with_header > header h1 {
  margin-top: 15px;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-family: Helvetica, sans-serif;
  font-size: 20px;
  line-height: 22px;
  color: #444444;
  margin-top: 0px;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 108, ../../app/assets/stylesheets/layouts/layout.sass */
  .container > .main > section, .container > .main section.with_header {
    margin-bottom: 20px;
  }
}
/* line 117, ../../app/assets/stylesheets/layouts/layout.sass */
.container > .main > article > header, .container > .main > article .left_content > header {
  padding-bottom: 20px;
}
/* line 120, ../../app/assets/stylesheets/layouts/layout.sass */
.container > .main > article > header h1, .container > .main > article .left_content > header h1 {
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 32px;
  color: black;
  text-decoration: none;
}
/* line 122, ../../app/assets/stylesheets/layouts/layout.sass */
.container > .main > article > header h2, .container > .main > article .left_content > header h2 {
  font-family: DINWeb, Helvetica, sans-serif;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 32px;
  color: black;
  text-decoration: none;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 126, ../../app/assets/stylesheets/layouts/layout.sass */
  .container > .main > article > header {
    padding-bottom: 15px;
  }
  /* line 129, ../../app/assets/stylesheets/layouts/layout.sass */
  .container > .main > article > header h1 {
    font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height: 20px;
    color: black;
    text-decoration: none;
  }
  /* line 131, ../../app/assets/stylesheets/layouts/layout.sass */
  .container > .main > article > header h2 {
    font-family: DINWeb, Helvetica, sans-serif;
    letter-spacing: normal;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height: 20px;
    color: black;
    text-decoration: none;
  }
}
@media only screen and (min-width: 780px) {
  /* line 134, ../../app/assets/stylesheets/layouts/layout.sass */
  .container > .main > article > section, .container > .main > article .left_content > section {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 761px) and (max-width: 779px) {
  /* line 134, ../../app/assets/stylesheets/layouts/layout.sass */
  .container > .main > article > section, .container > .main > article .left_content > section {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 134, ../../app/assets/stylesheets/layouts/layout.sass */
  .container > .main > article > section, .container > .main > article .left_content > section {
    margin-bottom: 20px;
  }
}
/* line 142, ../../app/assets/stylesheets/layouts/layout.sass */
.container > .main > article > section > h1, .container > .main > article > section > header h1, .container > .main > article .left_content > section > h1, .container > .main > article .left_content > section > header h1 {
  margin-top: 15px;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-family: Helvetica, sans-serif;
  font-size: 20px;
  line-height: 22px;
  color: #444444;
}
/* line 146, ../../app/assets/stylesheets/layouts/layout.sass */
.container > .main > aside > section, .container > .main > aside > section.with_header, .container > .main .right_content > section, .container > .main .right_content > section.with_header {
  margin-bottom: 20px;
}
/* line 149, ../../app/assets/stylesheets/layouts/layout.sass */
.container > .main > footer {
  padding: 4px;
  text-align: center;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-size: 8px;
}
/* line 160, ../../app/assets/stylesheets/layouts/layout.sass */
.container .maintenance_message, .container > .flash {
  display: none;
  position: fixed;
  z-index: 99998;
  bottom: 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white;
  border: 1px solid #dbdbdb;
  padding: 10px;
  text-align: center;
  color: #c94444;
}
@media only screen and (min-width: 780px) {
  /* line 160, ../../app/assets/stylesheets/layouts/layout.sass */
  .container .maintenance_message, .container > .flash {
    width: 1020px;
  }
}
@media only screen and (min-width: 761px) and (max-width: 779px) {
  /* line 160, ../../app/assets/stylesheets/layouts/layout.sass */
  .container .maintenance_message, .container > .flash {
    width: 768px;
  }
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 160, ../../app/assets/stylesheets/layouts/layout.sass */
  .container .maintenance_message, .container > .flash {
    width: 100% !important;
    bottom: inherit;
  }
}
@media only screen and (width: 810px) {
  /* line 160, ../../app/assets/stylesheets/layouts/layout.sass */
  .container .maintenance_message, .container > .flash {
    width: 760px;
  }
}
/* line 180, ../../app/assets/stylesheets/layouts/layout.sass */
.container .maintenance_message a, .container > .flash a {
  color: #c94444;
}
/* line 182, ../../app/assets/stylesheets/layouts/layout.sass */
.container .maintenance_message a.close, .container > .flash a.close {
  text-decoration: none;
  position: absolute;
  right: 8px;
  font-weight: bold;
  color: gray;
}
/* line 189, ../../app/assets/stylesheets/layouts/layout.sass */
.container .maintenance_message {
  background-color: #c94444;
  color: white;
}
/* line 192, ../../app/assets/stylesheets/layouts/layout.sass */
.container .maintenance_message a {
  color: white !important;
}
/* line 196, ../../app/assets/stylesheets/layouts/layout.sass */
.container #main > section#notice {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 15px 40px;
  text-align: center;
  background-color: #3e7a3f;
  color: white;
}
/* line 206, ../../app/assets/stylesheets/layouts/layout.sass */
.container #main > section#notice p {
  margin-bottom: 0px;
}
/* line 209, ../../app/assets/stylesheets/layouts/layout.sass */
.container #main > section#notice a {
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  text-decoration: none;
  color: white;
}
@media only screen and (min-width: 780px) {
  /* line 196, ../../app/assets/stylesheets/layouts/layout.sass */
  .container #main > section#notice {
    margin-top: -30px;
  }
}
@media only screen and (min-width: 761px) and (max-width: 779px) {
  /* line 196, ../../app/assets/stylesheets/layouts/layout.sass */
  .container #main > section#notice {
    margin-top: -20px;
    padding: 15px 30px;
  }
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 196, ../../app/assets/stylesheets/layouts/layout.sass */
  .container #main > section#notice {
    padding: 15px;
  }
}
/* line 226, ../../app/assets/stylesheets/layouts/layout.sass */
.container footer.site {
  position: fixed;
  width: 100%;
  left: 0px;
  z-index: 10000;
  bottom: 0px;
  height: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f1f1f1;
  padding: 4px;
  text-align: center;
  font-size: 11px;
  line-height: 11px;
}
@media only screen and (min-width: 761px) and (max-width: 779px) {
  /* line 226, ../../app/assets/stylesheets/layouts/layout.sass */
  .container footer.site {
    width: 768px;
  }
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 226, ../../app/assets/stylesheets/layouts/layout.sass */
  .container footer.site {
    width: 100% !important;
  }
}
@media only screen and (width: 810px) {
  /* line 226, ../../app/assets/stylesheets/layouts/layout.sass */
  .container footer.site {
    width: 760px;
  }
}
/* line 250, ../../app/assets/stylesheets/layouts/layout.sass */
.container footer.site > a {
  text-decoration: none;
  border-left: 1px solid #dbdbdb;
  padding-left: 5px;
  margin-left: 5px;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 254, ../../app/assets/stylesheets/layouts/layout.sass */
  .container footer.site a.feedback {
    display: none;
  }
}
/* line 258, ../../app/assets/stylesheets/layouts/layout.sass */
.container footer.site .set_locale {
  display: inline-block;
  position: relative;
  border-left: 1px solid #dbdbdb;
  padding-left: 5px;
  margin-left: 5px;
  font-weight: bold;
}
/* line 264, ../../app/assets/stylesheets/layouts/layout.sass */
.container footer.site .set_locale #set_locale {
  display: none;
  position: absolute;
  z-index: 999;
  bottom: 20px;
  left: 50%;
}
/* line 138, ../../app/assets/stylesheets/vendor/tipsy.sass */
.container footer.site .set_locale #set_locale .bubble {
  position: relative;
  background-color: #444444;
  padding: 7px 10px;
  left: -50%;
  color: white;
}
/* line 143, ../../app/assets/stylesheets/vendor/tipsy.sass */
.container footer.site .set_locale #set_locale .bubble:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
}
/* line 152, ../../app/assets/stylesheets/vendor/tipsy.sass */
.container footer.site .set_locale #set_locale .bubble:after {
  bottom: -5px;
  left: 50%;
  margin-left: -7px;
  border-width: 5px 5px 0 5px;
  border-color: black transparent transparent transparent;
}
/* line 175, ../../app/assets/stylesheets/vendor/tipsy.sass */
.container footer.site .set_locale #set_locale .bubble a {
  color: white;
  text-decoration: none;
}
/* line 266, ../../app/assets/stylesheets/layouts/layout.sass */
.container footer.site .set_locale #set_locale > div {
  text-align: left;
  width: 70px;
}
/* line 269, ../../app/assets/stylesheets/layouts/layout.sass */
.container footer.site .set_locale #set_locale > div a {
  display: block;
}

/* line 4, ../../app/assets/stylesheets/layouts/layout_b.sass */
body.projects.exclusive, body.artists_sign_up {
  height: 100%;
}

/* line 10, ../../app/assets/stylesheets/layouts/layout_b.sass */
#container.artists_sign_up {
  display: table;
  height: 100%;
}
/* line 15, ../../app/assets/stylesheets/layouts/layout_b.sass */
#container.artists_sign_up #main {
  display: table;
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
}
/* line 21, ../../app/assets/stylesheets/layouts/layout_b.sass */
#container.artists_sign_up #main > header {
  position: relative;
  height: 90px;
  margin-bottom: 0px;
}
/* line 27, ../../app/assets/stylesheets/layouts/layout_b.sass */
#container.artists_sign_up #main .left_content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 700px;
  margin: 0px;
  padding: 20px;
}
/* line 33, ../../app/assets/stylesheets/layouts/layout_b.sass */
#container.artists_sign_up #main .right_content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 320px;
  height: 100%;
  padding: 20px;
}

@media only screen and (min-width: 780px) {
  /* line 3, ../../app/assets/stylesheets/layouts/site_nav/desktop.sass */
  #container #main {
    -webkit-box-shadow: inset -1px 0px 0px 0px #dbdbdb, inset 1px 0px 0px 0px #dbdbdb;
    -moz-box-shadow: inset -1px 0px 0px 0px #dbdbdb, inset 1px 0px 0px 0px #dbdbdb;
    box-shadow: inset -1px 0px 0px 0px #dbdbdb, inset 1px 0px 0px 0px #dbdbdb;
  }
}
@media only screen and (min-width: 761px), only screen and (device-width: 810px) {
  /* line 7, ../../app/assets/stylesheets/layouts/site_nav/desktop.sass */
  #container #main {
    padding-bottom: 68px;
  }
}

/* line 10, ../../app/assets/stylesheets/layouts/site_nav/desktop.sass */
nav#site_nav {
  position: fixed;
  z-index: 9999;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #dbdbdb;
}
/* line 16, ../../app/assets/stylesheets/layouts/site_nav/desktop.sass */
nav#site_nav .bar {
  height: 50px;
  margin-left: auto;
  margin-right: auto;
}
/* line 20, ../../app/assets/stylesheets/layouts/site_nav/desktop.sass */
nav#site_nav .bar a.home {
  color: transparent;
  text-indent: -9999px;
  word-break: break-all;
  position: relative;
  top: -7px;
  width: 140px;
  height: 42px;
  background-position: 0 -2368px;
  padding: 0px;
}
/* line 30, ../../app/assets/stylesheets/layouts/site_nav/desktop.sass */
nav#site_nav .bar .hider {
  position: absolute;
  display: block;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: white;
}
/* line 39, ../../app/assets/stylesheets/layouts/site_nav/desktop.sass */
nav#site_nav .bar > a, nav#site_nav .bar .find, nav#site_nav .bar > .user .sign_in {
  padding: 10px 10px;
  position: relative;
  display: inline-block;
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 22px;
  line-height: 34px;
  text-decoration: none;
  color: black;
}
/* line 49, ../../app/assets/stylesheets/layouts/site_nav/desktop.sass */
nav#site_nav .bar label {
  height: 100%;
  cursor: pointer;
}
@media only screen and (min-width: 780px) {
  /* line 16, ../../app/assets/stylesheets/layouts/site_nav/desktop.sass */
  nav#site_nav .bar {
    width: 1020px;
  }
}
@media only screen and (min-width: 761px) and (max-width: 779px) {
  /* line 16, ../../app/assets/stylesheets/layouts/site_nav/desktop.sass */
  nav#site_nav .bar {
    width: 768px;
  }
}
@media only screen and (width: 810px) {
  /* line 16, ../../app/assets/stylesheets/layouts/site_nav/desktop.sass */
  nav#site_nav .bar {
    width: 745px;
  }
}
/* line 61, ../../app/assets/stylesheets/layouts/site_nav/desktop.sass */
nav#site_nav a.home {
  background-position: 0 -2368px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 761px), only screen and (device-width: 810px) {
  /* line 10, ../../app/assets/stylesheets/layouts/site_nav/desktop.sass */
  nav#site_nav {
    height: 50px;
    left: 0px;
    right: 0px;
    bottom: 17px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    border-top: 1px solid #dbdbdb;
    -webkit-box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.2);
    vertical-align: center;
  }
  /* line 85, ../../app/assets/stylesheets/layouts/site_nav/desktop.sass */
  nav#site_nav .bar a.find, nav#site_nav .bar a.listen, nav#site_nav .bar a.sign_up {
    display: none;
  }
}

@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 91, ../../app/assets/stylesheets/layouts/site_nav/desktop.sass */
  nav#site_nav a.home {
    background: none;
  }
}

@media only screen and (min-width: 761px), only screen and (device-width: 810px) {
  /* line 9, ../../app/assets/stylesheets/layouts/site_nav/desktop/menus.sass */
  nav#site_nav input {
    display: none;
  }
  /* line 11, ../../app/assets/stylesheets/layouts/site_nav/desktop/menus.sass */
  nav#site_nav label {
    display: block;
  }
  /* line 14, ../../app/assets/stylesheets/layouts/site_nav/desktop/menus.sass */
  nav#site_nav nav {
    position: absolute;
    display: block;
    border: 0px;
    margin: 0px;
    padding: 0px;
    bottom: 70px;
    background-color: white;
  }
  /* line 26, ../../app/assets/stylesheets/layouts/site_nav/desktop/menus.sass */
  nav#site_nav nav:before {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 15px 15px 0;
    border-color: #dbdbdb transparent;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -16px;
    left: 125px;
  }
  /* line 37, ../../app/assets/stylesheets/layouts/site_nav/desktop/menus.sass */
  nav#site_nav nav:after {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 15px 15px 0;
    border-color: white transparent;
    display: block;
    width: 0;
    z-index: 3;
    bottom: -14px;
    left: 125px;
  }
  /* line 49, ../../app/assets/stylesheets/layouts/site_nav/desktop/menus.sass */
  nav#site_nav nav h1 {
    font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
    text-decoration: none;
    color: #999999;
  }
  /* line 52, ../../app/assets/stylesheets/layouts/site_nav/desktop/menus.sass */
  nav#site_nav nav > h1 {
    background-color: #f1f1f1;
    padding: 15px;
    border-bottom: 2px solid #dbdbdb;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /* line 58, ../../app/assets/stylesheets/layouts/site_nav/desktop/menus.sass */
  nav#site_nav nav section {
    padding: 0px 20px;
  }
  /* line 61, ../../app/assets/stylesheets/layouts/site_nav/desktop/menus.sass */
  nav#site_nav nav section h1 {
    padding-bottom: 15px;
  }
  /* line 63, ../../app/assets/stylesheets/layouts/site_nav/desktop/menus.sass */
  nav#site_nav nav section a {
    display: block;
    font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
    text-decoration: none;
    color: black;
    text-decoration: none;
    line-height: 30px;
  }
  /* line 70, ../../app/assets/stylesheets/layouts/site_nav/desktop/menus.sass */
  nav#site_nav nav section a:hover {
    color: #3e7a3f;
  }
  /* line 74, ../../app/assets/stylesheets/layouts/site_nav/desktop/menus.sass */
  nav#site_nav nav.horizontal {
    width: 360px;
    left: -110px;
    display: table;
    padding: 20px 0px;
  }
  /* line 79, ../../app/assets/stylesheets/layouts/site_nav/desktop/menus.sass */
  nav#site_nav nav.horizontal section {
    display: table-cell;
    border-right: 2px solid #dbdbdb;
  }
  /* line 85, ../../app/assets/stylesheets/layouts/site_nav/desktop/menus.sass */
  nav#site_nav nav.horizontal section:last-child {
    border-right: 0px;
  }
  /* line 88, ../../app/assets/stylesheets/layouts/site_nav/desktop/menus.sass */
  nav#site_nav nav.vertical {
    width: 280px;
    right: -100px;
  }
  /* line 92, ../../app/assets/stylesheets/layouts/site_nav/desktop/menus.sass */
  nav#site_nav nav.vertical section {
    border-bottom: 1px solid #dbdbdb;
    padding: 10px 20px;
  }
  /* line 96, ../../app/assets/stylesheets/layouts/site_nav/desktop/menus.sass */
  nav#site_nav nav.vertical section:last-of-type {
    border-bottom: none;
  }
  /* line 104, ../../app/assets/stylesheets/layouts/site_nav/desktop/menus.sass */
  nav#site_nav nav {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s, width 0s, height 0s, visibility 0s, border 0s;
    -moz-transition: opacity .2s, width 0s, height 0s, visibility 0s, border 0s;
    -ms-transition: opacity .2s, width 0s, height 0s, visibility 0s, border 0s;
    -o-transition: opacity .2s, width 0s, height 0s, visibility 0s, border 0s;
    transition: opacity .2s, width 0s, height 0s, visibility 0s, border 0s;
    -webkit-transition-delay: 0s, .3s, .3s, .2s, .3s;
    -moz-transition-delay: 0s, .3s, .3s, .2s, .3s;
    -ms-transition-delay: 0s, .3s, .3s, .2s, .3s;
    -o-transition-delay: 0s, .3s, .3s, .2s, .3s;
    transition-delay: 0s, .3s, .3s, .2s, .3s;
  }
  /* line 110, ../../app/assets/stylesheets/layouts/site_nav/desktop/menus.sass */
  nav#site_nav input:checked ~ nav, nav#site_nav nav.hover {
    visibility: visible;
    z-index: 3;
    opacity: 1;
    border: 1px solid #dbdbdb;
    box-shadow: -6px 0px 5px -1px rgba(0, 0, 0, 0.2);
    -webkit-transition: opacity .2s, box-shadow .2s;
    -moz-transition: opacity .2s, box-shadow .2s;
    -ms-transition: opacity .2s, box-shadow .2s;
    -o-transition: opacity .2s, box-shadow .2s;
    transition: opacity .2s, box-shadow .2s;
  }
}

@media only screen and (min-width: 761px), only screen and (device-width: 810px) {
  /* line 5, ../../app/assets/stylesheets/layouts/site_nav/desktop/music_tray.sass */
  #close_playlist {
    display: none;
  }

  /* line 12, ../../app/assets/stylesheets/layouts/site_nav/desktop/music_tray.sass */
  input#site_nav_more:checked ~ #music_tray {
    width: 789px;
    height: 379px;
    left: 0px;
    bottom: 60px;
    visibility: visible;
    -webkit-transition: width 0s, height 0s, visibility 0s, bottom .5s;
    -moz-transition: width 0s, height 0s, visibility 0s, bottom .5s;
    -ms-transition: width 0s, height 0s, visibility 0s, bottom .5s;
    -o-transition: width 0s, height 0s, visibility 0s, bottom .5s;
    transition: width 0s, height 0s, visibility 0s, bottom .5s;
    -webkit-transition-delay: 1.1s, 1.1s, 1.1s, 1.1s;
    -moz-transition-delay: 1.1s, 1.1s, 1.1s, 1.1s;
    -ms-transition-delay: 1.1s, 1.1s, 1.1s, 1.1s;
    -o-transition-delay: 1.1s, 1.1s, 1.1s, 1.1s;
    transition-delay: 1.1s, 1.1s, 1.1s, 1.1s;
  }

  /* line 21, ../../app/assets/stylesheets/layouts/site_nav/desktop/music_tray.sass */
  #music_tray {
    position: relative;
    visibility: hidden;
    width: 789px;
    height: 380px;
    top: -431px;
    left: 0px;
    bottom: -439px;
    z-index: -2;
    background-color: white;
    -webkit-transition: width 0s, height 0s, visibility 0s, bottom .5s;
    -moz-transition: width 0s, height 0s, visibility 0s, bottom .5s;
    -ms-transition: width 0s, height 0s, visibility 0s, bottom .5s;
    -o-transition: width 0s, height 0s, visibility 0s, bottom .5s;
    transition: width 0s, height 0s, visibility 0s, bottom .5s;
    -webkit-transition-delay: .3s, .3s, .3s, 0s;
    -moz-transition-delay: .3s, .3s, .3s, 0s;
    -ms-transition-delay: .3s, .3s, .3s, 0s;
    -o-transition-delay: .3s, .3s, .3s, 0s;
    transition-delay: .3s, .3s, .3s, 0s;
    -webkit-box-shadow: 1px -4px 3px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px -4px 3px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 1px -4px 3px 2px rgba(0, 0, 0, 0.2);
  }
  /* line 35, ../../app/assets/stylesheets/layouts/site_nav/desktop/music_tray.sass */
  #music_tray .nav_tabs {
    *zoom: 1;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  /* line 52, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
  #music_tray .nav_tabs:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 43, ../../app/assets/stylesheets/layouts/site_nav/desktop/music_tray.sass */
  #music_tray .my_music, #music_tray .this_page {
    overflow: hidden;
    position: relative;
    padding: 15px;
    padding-top: 0px;
    padding-left: 20px;
    display: none;
  }
  /* line 50, ../../app/assets/stylesheets/layouts/site_nav/desktop/music_tray.sass */
  #music_tray .my_music .slider, #music_tray .this_page .slider {
    right: 0px;
  }
  /* line 52, ../../app/assets/stylesheets/layouts/site_nav/desktop/music_tray.sass */
  #music_tray .my_music .music, #music_tray .this_page .music {
    display: block;
    overflow: hidden;
    position: relative;
    right: 0px;
    width: 10000px;
    height: 260px;
    -webkit-transition: right .5s;
    -moz-transition: right .5s;
    -ms-transition: right .5s;
    -o-transition: right .5s;
    transition: right .5s;
  }
  /* line 60, ../../app/assets/stylesheets/layouts/site_nav/desktop/music_tray.sass */
  #music_tray .my_music .music .album_cover, #music_tray .this_page .music .album_cover {
    display: inline-block;
    height: 260px;
    margin-right: 20px;
    vertical-align: top;
  }
  /* line 65, ../../app/assets/stylesheets/layouts/site_nav/desktop/music_tray.sass */
  #music_tray .my_music .music .album_cover img, #music_tray .this_page .music .album_cover img {
    display: block;
    width: 150px;
    height: 150px;
    margin-bottom: 10px;
    cursor: pointer;
  }
  /* line 71, ../../app/assets/stylesheets/layouts/site_nav/desktop/music_tray.sass */
  #music_tray .my_music .music .album_cover .artist_name, #music_tray .this_page .music .album_cover .artist_name {
    font-family: Helvetica, sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    margin-bottom: 3px;
  }
  /* line 74, ../../app/assets/stylesheets/layouts/site_nav/desktop/music_tray.sass */
  #music_tray .my_music .music .album_cover .album_info, #music_tray .this_page .music .album_cover .album_info {
    font-family: Helvetica, sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #c1c1c1;
  }
  /* line 77, ../../app/assets/stylesheets/layouts/site_nav/desktop/music_tray.sass */
  #music_tray .my_music .music .album, #music_tray .this_page .music .album {
    display: inline-block;
    height: 260px;
    margin-left: 20px;
    vertical-align: top;
  }
  /* line 82, ../../app/assets/stylesheets/layouts/site_nav/desktop/music_tray.sass */
  #music_tray .my_music .music .album:first-of-type, #music_tray .this_page .music .album:first-of-type {
    margin-left: 0px;
  }
  /* line 84, ../../app/assets/stylesheets/layouts/site_nav/desktop/music_tray.sass */
  #music_tray .my_music .music .album .album_info, #music_tray .this_page .music .album .album_info {
    display: inline-block;
    width: 150px;
  }
  /* line 87, ../../app/assets/stylesheets/layouts/site_nav/desktop/music_tray.sass */
  #music_tray .my_music .music .album .album_info img, #music_tray .this_page .music .album .album_info img {
    display: block;
    width: 150px;
    height: 150px;
    margin-bottom: 10px;
    cursor: pointer;
  }
  /* line 93, ../../app/assets/stylesheets/layouts/site_nav/desktop/music_tray.sass */
  #music_tray .my_music .music .album .album_info .album_name, #music_tray .this_page .music .album .album_info .album_name {
    font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height: 20px;
  }
  /* line 95, ../../app/assets/stylesheets/layouts/site_nav/desktop/music_tray.sass */
  #music_tray .my_music .music .album .album_info .track_count, #music_tray .this_page .music .album .album_info .track_count {
    font-family: DINWeb, Helvetica, sans-serif;
    letter-spacing: normal;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height: 20px;
    color: #c1c1c1;
  }
  /* line 98, ../../app/assets/stylesheets/layouts/site_nav/desktop/music_tray.sass */
  #music_tray .my_music .music .album .tracks, #music_tray .this_page .music .album .tracks {
    display: inline-block;
    vertical-align: top;
    height: 260px;
    -webkit-column-width: 170px;
    -moz-column-width: 170px;
    -ms-column-width: 170px;
    -o-column-width: 170px;
    column-width: 170px;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    -ms-column-gap: 15px;
    -o-column-gap: 15px;
    column-gap: 15px;
  }
  /* line 105, ../../app/assets/stylesheets/layouts/site_nav/desktop/music_tray.sass */
  #music_tray .my_music .music .album .tracks ol, #music_tray .this_page .music .album .tracks ol {
    height: 260px;
    margin: 0px;
  }
  /* line 108, ../../app/assets/stylesheets/layouts/site_nav/desktop/music_tray.sass */
  #music_tray .my_music .music .album .tracks ol li, #music_tray .this_page .music .album .tracks ol li {
    margin-bottom: 15px;
    width: 170px;
    font-family: Helvetica, sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    cursor: pointer;
  }
}
@media only screen and (min-width: 761px) and (min-width: 761px) and (max-width: 779px), only screen and (device-width: 810px) and (min-width: 761px) and (max-width: 779px) {
  /* line 115, ../../app/assets/stylesheets/layouts/site_nav/desktop/music_tray.sass */
  #music_tray {
    width: 537px !important;
  }
  /* line 120, ../../app/assets/stylesheets/layouts/site_nav/desktop/music_tray.sass */
  #music_tray .my_music .music .album .tracks, #music_tray .this_page .music .album .tracks {
    -webkit-column-width: 120px;
    -moz-column-width: 120px;
    -ms-column-width: 120px;
    -o-column-width: 120px;
    column-width: 120px;
  }
  /* line 124, ../../app/assets/stylesheets/layouts/site_nav/desktop/music_tray.sass */
  #music_tray .my_music .music .album .tracks ol li, #music_tray .this_page .music .album .tracks ol li {
    width: 120px;
  }
}
/* line 7, ../../app/assets/stylesheets/layouts/site_nav/desktop/player.sass */
nav#site_nav input {
  display: none;
}
/* line 12, ../../app/assets/stylesheets/layouts/site_nav/desktop/player.sass */
nav#site_nav label#site_nav_more_label {
  position: relative;
  display: inline-block;
  content: " ";
  background-position: 0 -3710px;
  width: 16px;
  height: 9px;
  position: absolute;
  top: 22px;
  right: 10px;
}
/* line 28, ../../app/assets/stylesheets/layouts/site_nav/desktop/player.sass */
nav#site_nav #site_player .controls .back {
  background-position: 0 -3437px;
  content: "";
  height: 13px;
}
/* line 33, ../../app/assets/stylesheets/layouts/site_nav/desktop/player.sass */
nav#site_nav #site_player .controls .forward {
  background-position: 0 -3450px;
  content: "";
  height: 13px;
}
/* line 38, ../../app/assets/stylesheets/layouts/site_nav/desktop/player.sass */
nav#site_nav #site_player .controls .play {
  background-position: 0 -1670px;
  content: "";
  width: 40px;
  height: 40px;
}
/* line 43, ../../app/assets/stylesheets/layouts/site_nav/desktop/player.sass */
nav#site_nav #site_player .controls .pause {
  background-position: 0 -2681px;
  content: "";
  width: 40px;
  height: 40px;
}
@media only screen and (min-width: 761px), only screen and (device-width: 810px) {
  /* line 51, ../../app/assets/stylesheets/layouts/site_nav/desktop/player.sass */
  nav#site_nav #site_player {
    float: right;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 110px;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 4px;
    border-left: 1px solid #c1c1c1;
    overflow-y: visible;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
    -webkit-transition: width .5s;
    -moz-transition: width .5s;
    -ms-transition: width .5s;
    -o-transition: width .5s;
    transition: width .5s;
    -webkit-transition-delay: .8s;
    -moz-transition-delay: .8s;
    -ms-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
  }
  /* line 72, ../../app/assets/stylesheets/layouts/site_nav/desktop/player.sass */
  nav#site_nav #site_player .controls {
    display: inline-block;
    width: 56px;
    height: 45px;
    text-align: center;
    -webkit-transition: width .5s;
    -moz-transition: width .5s;
    -ms-transition: width .5s;
    -o-transition: width .5s;
    transition: width .5s;
    -webkit-transition-delay: .8s;
    -moz-transition-delay: .8s;
    -ms-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
  }
  /* line 81, ../../app/assets/stylesheets/layouts/site_nav/desktop/player.sass */
  nav#site_nav #site_player .controls * {
    display: inline-block;
    width: 0px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition: width .5s;
    -moz-transition: width .5s;
    -ms-transition: width .5s;
    -o-transition: width .5s;
    transition: width .5s;
    -webkit-transition-delay: .8s;
    -moz-transition-delay: .8s;
    -ms-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
  }
  /* line 93, ../../app/assets/stylesheets/layouts/site_nav/desktop/player.sass */
  nav#site_nav #site_player .controls .time_left, nav#site_nav #site_player .controls .time_now {
    font-family: Helvetica, sans-serif;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    color: #999999;
  }
  /* line 97, ../../app/assets/stylesheets/layouts/site_nav/desktop/player.sass */
  nav#site_nav #site_player .controls + .search {
    border-right: none;
  }
  /* line 104, ../../app/assets/stylesheets/layouts/site_nav/desktop/player.sass */
  nav#site_nav #site_player #player {
    position: absolute;
    right: 0px;
    bottom: 51px;
    overflow-y: hidden;
    overflow-x: visible;
    visibility: hidden;
    box-shadow: none;
    background-color: transparent;
    width: 100%;
    -webkit-transition: box-shadow .1s, border .1s, width 0s, height 0s, visibility 0s;
    -moz-transition: box-shadow .1s, border .1s, width 0s, height 0s, visibility 0s;
    -ms-transition: box-shadow .1s, border .1s, width 0s, height 0s, visibility 0s;
    -o-transition: box-shadow .1s, border .1s, width 0s, height 0s, visibility 0s;
    transition: box-shadow .1s, border .1s, width 0s, height 0s, visibility 0s;
    -webkit-transition-delay: 0s, 0s, 1.2s, 1.2s, 1.2s;
    -moz-transition-delay: 0s, 0s, 1.2s, 1.2s, 1.2s;
    -ms-transition-delay: 0s, 0s, 1.2s, 1.2s, 1.2s;
    -o-transition-delay: 0s, 0s, 1.2s, 1.2s, 1.2s;
    transition-delay: 0s, 0s, 1.2s, 1.2s, 1.2s;
  }
  /* line 116, ../../app/assets/stylesheets/layouts/site_nav/desktop/player.sass */
  nav#site_nav #site_player #player * {
    background-color: white;
  }
  /* line 118, ../../app/assets/stylesheets/layouts/site_nav/desktop/player.sass */
  nav#site_nav #site_player #player .current_track_info {
    display: block;
    position: relative;
    top: 380px;
    z-index: 1;
    overflow: hidden;
    height: 0px;
    padding: 0px;
    -webkit-transition: top .7s, height 0s;
    -moz-transition: top .7s, height 0s;
    -ms-transition: top .7s, height 0s;
    -o-transition: top .7s, height 0s;
    transition: top .7s, height 0s;
    -webkit-transition-delay: 0s, 1.2s;
    -moz-transition-delay: 0s, 1.2s;
    -ms-transition-delay: 0s, 1.2s;
    -o-transition-delay: 0s, 1.2s;
    transition-delay: 0s, 1.2s;
  }
  /* line 128, ../../app/assets/stylesheets/layouts/site_nav/desktop/player.sass */
  nav#site_nav #site_player #player .current_track_info img {
    width: 101%;
    height: 230px;
    margin-left: -1px;
  }
  /* line 132, ../../app/assets/stylesheets/layouts/site_nav/desktop/player.sass */
  nav#site_nav #site_player #player .current_track_info .info {
    text-align: center;
    padding: 30px;
    font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 22px;
  }
  /* line 136, ../../app/assets/stylesheets/layouts/site_nav/desktop/player.sass */
  nav#site_nav #site_player #player .current_track_info .info .artist {
    display: block;
    font-family: DINWeb, Helvetica, sans-serif;
    letter-spacing: normal;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 22px;
  }
  /* line 139, ../../app/assets/stylesheets/layouts/site_nav/desktop/player.sass */
  nav#site_nav #site_player #player .current_track_info .info .album {
    display: block;
    font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 22px;
  }
  /* line 143, ../../app/assets/stylesheets/layouts/site_nav/desktop/player.sass */
  nav#site_nav #site_player #player .current_track_name {
    display: block;
    position: relative;
    height: 0px;
    top: 29px;
    z-index: 2;
    text-align: center;
    font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: 16px;
    line-height: 30px;
    color: #6bbe67;
    border-top: 1px solid #c1c1c1;
    -webkit-transition: top .5s, height 0s;
    -moz-transition: top .5s, height 0s;
    -ms-transition: top .5s, height 0s;
    -o-transition: top .5s, height 0s;
    transition: top .5s, height 0s;
    -webkit-transition-delay: 0s, 1.2s;
    -moz-transition-delay: 0s, 1.2s;
    -ms-transition-delay: 0s, 1.2s;
    -o-transition-delay: 0s, 1.2s;
    transition-delay: 0s, 1.2s;
  }
  /* line 161, ../../app/assets/stylesheets/layouts/site_nav/desktop/player.sass */
  nav#site_nav #site_player .currently_playing {
    position: absolute;
    width: 0px;
    height: 0px;
    opacity: 0;
    margin: 0px;
    right: 25px;
    bottom: 90px;
    padding: 0px;
    border: 0px solid #c1c1c1;
    visibility: hidden;
    background: white;
    -webkit-transition: opacity .3s, visibility 0s, height 0s, width 0s, border 0s, box-shadow 0s;
    -moz-transition: opacity .3s, visibility 0s, height 0s, width 0s, border 0s, box-shadow 0s;
    -ms-transition: opacity .3s, visibility 0s, height 0s, width 0s, border 0s, box-shadow 0s;
    -o-transition: opacity .3s, visibility 0s, height 0s, width 0s, border 0s, box-shadow 0s;
    transition: opacity .3s, visibility 0s, height 0s, width 0s, border 0s, box-shadow 0s;
    -webkit-transition-delay: 1.2s, 2.6s, 2.6s, 2.6s, 2.6s, 2.6s;
    -moz-transition-delay: 1.2s, 2.6s, 2.6s, 2.6s, 2.6s, 2.6s;
    -ms-transition-delay: 1.2s, 2.6s, 2.6s, 2.6s, 2.6s, 2.6s;
    -o-transition-delay: 1.2s, 2.6s, 2.6s, 2.6s, 2.6s, 2.6s;
    transition-delay: 1.2s, 2.6s, 2.6s, 2.6s, 2.6s, 2.6s;
  }
  /* line 175, ../../app/assets/stylesheets/layouts/site_nav/desktop/player.sass */
  nav#site_nav #site_player .currently_playing:after {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 15px 15px 0;
    border-color: white transparent;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -15px;
    right: 20px;
  }
  /* line 186, ../../app/assets/stylesheets/layouts/site_nav/desktop/player.sass */
  nav#site_nav #site_player .currently_playing:before {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 15px 15px 0;
    border-color: #dbdbdb transparent;
    display: block;
    width: 0;
    z-index: 0;
    bottom: -16px;
    right: 20px;
  }
  /* line 197, ../../app/assets/stylesheets/layouts/site_nav/desktop/player.sass */
  nav#site_nav #site_player .currently_playing img {
    display: inline-block;
    float: left;
    width: 60px;
    height: 60px;
  }
  /* line 209, ../../app/assets/stylesheets/layouts/site_nav/desktop/player.sass */
  nav#site_nav #site_player .currently_playing .artist_info {
    float: left;
    padding: 12px;
  }
  /* line 212, ../../app/assets/stylesheets/layouts/site_nav/desktop/player.sass */
  nav#site_nav #site_player .currently_playing .artist_info .name, nav#site_nav #site_player .currently_playing .artist_info .track_name {
    color: #6bbe67;
    display: block;
    font-family: Helvetica, sans-serif;
    font-size: 14px;
    line-height: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 165px;
  }
  /* line 218, ../../app/assets/stylesheets/layouts/site_nav/desktop/player.sass */
  nav#site_nav #site_player .currently_playing .artist_info .track_name {
    font-weight: bold;
  }
  /* line 221, ../../app/assets/stylesheets/layouts/site_nav/desktop/player.sass */
  nav#site_nav #site_player .controls:hover ~ .currently_playing, nav#site_nav #site_player .currently_playing.hovering {
    width: 250px;
    height: 60px;
    margin: 0px;
    opacity: 1;
    visibility: visible;
    border: 1px solid #dbdbdb;
    box-shadow: -6px 0px 5px -1px rgba(0, 0, 0, 0.2);
    -webkit-transition: opacity .5s, box-shadow .2s;
    -moz-transition: opacity .5s, box-shadow .2s;
    -ms-transition: opacity .5s, box-shadow .2s;
    -o-transition: opacity .5s, box-shadow .2s;
    transition: opacity .5s, box-shadow .2s;
    -webkit-transition-delay: .5s, 1.9s;
    -moz-transition-delay: .5s, 1.9s;
    -ms-transition-delay: .5s, 1.9s;
    -o-transition-delay: .5s, 1.9s;
    transition-delay: .5s, 1.9s;
  }
}
/* line 240, ../../app/assets/stylesheets/layouts/site_nav/desktop/player.sass */
nav#site_nav input#site_nav_more:checked ~ #site_player {
  width: 231px;
  -webkit-transition: width .5s;
  -moz-transition: width .5s;
  -ms-transition: width .5s;
  -o-transition: width .5s;
  transition: width .5s;
}
/* line 242, ../../app/assets/stylesheets/layouts/site_nav/desktop/player.sass */
nav#site_nav input#site_nav_more:checked ~ #site_player label#site_nav_more_label {
  background-position: 0 -3701px;
}
/* line 246, ../../app/assets/stylesheets/layouts/site_nav/desktop/player.sass */
nav#site_nav input#site_nav_more:checked ~ #site_player .playerview .controls {
  position: relative;
  width: 180px;
  -webkit-transition: width .5s;
  -moz-transition: width .5s;
  -ms-transition: width .5s;
  -o-transition: width .5s;
  transition: width .5s;
}
/* line 249, ../../app/assets/stylesheets/layouts/site_nav/desktop/player.sass */
nav#site_nav input#site_nav_more:checked ~ #site_player .playerview .controls .back, nav#site_nav input#site_nav_more:checked ~ #site_player .playerview .controls .forward {
  width: 19px;
  -webkit-transition: width .5s;
  -moz-transition: width .5s;
  -ms-transition: width .5s;
  -o-transition: width .5s;
  transition: width .5s;
}
/* line 251, ../../app/assets/stylesheets/layouts/site_nav/desktop/player.sass */
nav#site_nav input#site_nav_more:checked ~ #site_player .playerview .controls .time_left, nav#site_nav input#site_nav_more:checked ~ #site_player .playerview .controls .time_now {
  width: 36px;
  -webkit-transition: width .5s;
  -moz-transition: width .5s;
  -ms-transition: width .5s;
  -o-transition: width .5s;
  transition: width .5s;
}
/* line 255, ../../app/assets/stylesheets/layouts/site_nav/desktop/player.sass */
nav#site_nav input#site_nav_more:checked ~ #site_player .playerview #player {
  display: block;
  width: 230px;
  height: 380px;
  border-bottom: none;
  visibility: visible;
  border-left: 1px solid #c1c1c1;
  box-shadow: -5px -5px 5px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: box-shadow .3s, border .1s;
  -moz-transition: box-shadow .3s, border .1s;
  -ms-transition: box-shadow .3s, border .1s;
  -o-transition: box-shadow .3s, border .1s;
  transition: box-shadow .3s, border .1s;
  -webkit-transition-delay: 1.7s, 1.7s;
  -moz-transition-delay: 1.7s, 1.7s;
  -ms-transition-delay: 1.7s, 1.7s;
  -o-transition-delay: 1.7s, 1.7s;
  transition-delay: 1.7s, 1.7s;
}
/* line 265, ../../app/assets/stylesheets/layouts/site_nav/desktop/player.sass */
nav#site_nav input#site_nav_more:checked ~ #site_player .playerview #player .current_track_name {
  height: 30px;
  top: 0px;
  -webkit-transition: top .4s;
  -moz-transition: top .4s;
  -ms-transition: top .4s;
  -o-transition: top .4s;
  transition: top .4s;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  -ms-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
}
/* line 270, ../../app/assets/stylesheets/layouts/site_nav/desktop/player.sass */
nav#site_nav input#site_nav_more:checked ~ #site_player .playerview #player .current_track_info {
  height: 349px;
  top: 0px;
  -webkit-transition: top .7s;
  -moz-transition: top .7s;
  -ms-transition: top .7s;
  -o-transition: top .7s;
  transition: top .7s;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  -ms-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
}
/* line 277, ../../app/assets/stylesheets/layouts/site_nav/desktop/player.sass */
nav#site_nav input#site_nav_more:checked ~ #site_player .playerview .currently_playing {
  display: none !important;
}

@media only screen and (min-width: 761px), only screen and (device-width: 810px) {
  /* line 9, ../../app/assets/stylesheets/layouts/site_nav/desktop/user.sass */
  nav#site_nav .user {
    float: right;
    display: block;
    position: relative;
    height: 100%;
  }
  /* line 17, ../../app/assets/stylesheets/layouts/site_nav/desktop/user.sass */
  nav#site_nav .user img {
    height: 40px;
    margin-top: 4px;
    margin-left: 15px;
    margin-right: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
  }
}

/* line 3, ../../app/assets/stylesheets/layouts/site_nav/handset.sass */
nav#site_nav_handset {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 999999;
  color: white;
  -webkit-overflow-scrolling: touch;
}
/* line 12, ../../app/assets/stylesheets/layouts/site_nav/handset.sass */
nav#site_nav_handset a {
  color: white;
}
/* line 15, ../../app/assets/stylesheets/layouts/site_nav/handset.sass */
nav#site_nav_handset .bar {
  position: absolute;
  display: block;
  z-index: 100;
  float: none;
  overflow: hidden;
  height: 50px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  background-image: -webkit-gradient(linear, to right, to left, color-stop(0%, #000000), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(to right, #000000, rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(to right, #000000, rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(to right, #000000, rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, #000000, rgba(0, 0, 0, 0));
}
/* line 26, ../../app/assets/stylesheets/layouts/site_nav/handset.sass */
nav#site_nav_handset .bar > ul {
  float: right;
  margin: 0px;
  padding: 0px;
}
/* line 31, ../../app/assets/stylesheets/layouts/site_nav/handset.sass */
nav#site_nav_handset .bar > ul > li {
  float: left;
  list-style: none;
  margin-left: 30px;
  margin: 5px 5px 5px 30px;
}
/* line 37, ../../app/assets/stylesheets/layouts/site_nav/handset.sass */
nav#site_nav_handset .bar > ul > li > a {
  display: block;
  width: 40px;
  height: 40px;
}
/* line 42, ../../app/assets/stylesheets/layouts/site_nav/handset.sass */
nav#site_nav_handset .bar > ul .find {
  background-position: 0 -1630px;
}
/* line 46, ../../app/assets/stylesheets/layouts/site_nav/handset.sass */
nav#site_nav_handset .bar > ul .player {
  display: none;
  background-position: 0 -1830px;
}
/* line 52, ../../app/assets/stylesheets/layouts/site_nav/handset.sass */
nav#site_nav_handset .bar > ul .learn {
  background-position: 0 -2328px;
}
/* line 57, ../../app/assets/stylesheets/layouts/site_nav/handset.sass */
nav#site_nav_handset .bar > ul .profile > a {
  background-position: 0 -1730px;
}
/* line 59, ../../app/assets/stylesheets/layouts/site_nav/handset.sass */
nav#site_nav_handset .bar > ul .profile > a > img {
  height: 38px;
  width: 38px;
  -webkit-border-radius: 38px;
  -moz-border-radius: 38px;
  -ms-border-radius: 38px;
  -o-border-radius: 38px;
  border-radius: 38px;
  border: 2px solid #6bbe67;
}
/* line 65, ../../app/assets/stylesheets/layouts/site_nav/handset.sass */
nav#site_nav_handset #site_nav_hamburger {
  position: absolute;
  z-index: 101;
  float: left;
  content: "";
  background-position: 0 -3769px;
  width: 53px;
  height: 50px;
  -webkit-transition: left 0.2s ease-in;
  -moz-transition: left 0.2s ease-in;
  -ms-transition: left 0.2s ease-in;
  -o-transition: left 0.2s ease-in;
  transition: left 0.2s ease-in;
  border-right: 1px solid #6bbe67;
  cursor: pointer;
}

/* line 79, ../../app/assets/stylesheets/layouts/site_nav/handset.sass */
#container.feed #site_nav_handset a.navlink.profile, #container.notifications #site_nav_handset a.navlink.profile, #container.sharing #site_nav_handset a.navlink.profile, #container.pledges #site_nav_handset a.navlink.profile {
  background-position: 0 -1484px;
}

/* line 84, ../../app/assets/stylesheets/layouts/site_nav/handset.sass */
#container.genres #site_nav_handset a.navlink.find, #container.index.projects #site_nav_handset a.navlink.find {
  background-position: 0 -1530px;
}

/* line 89, ../../app/assets/stylesheets/layouts/site_nav/handset.sass */
#container #site_nav_handset.expanded #site_nav_hamburger.navlink.main {
  background-position: 0 -3769px;
}
/* line 92, ../../app/assets/stylesheets/layouts/site_nav/handset.sass */
#container #site_nav_handset.expanded section.bar a.navlink.find {
  background-position: 0 -1630px;
}
/* line 94, ../../app/assets/stylesheets/layouts/site_nav/handset.sass */
#container #site_nav_handset.expanded section.bar a.navlink.player {
  background-position: 0 -1830px;
}
/* line 96, ../../app/assets/stylesheets/layouts/site_nav/handset.sass */
#container #site_nav_handset.expanded section.bar a.navlink.profile {
  background-position: 0 -1730px;
}
/* line 100, ../../app/assets/stylesheets/layouts/site_nav/handset.sass */
#container #site_nav_handset.expanded #site_nav_hamburger.navlink.main.active {
  background-position: 0 -3719px;
  background-color: rgba(100, 100, 100, 0.5) !important;
}
/* line 104, ../../app/assets/stylesheets/layouts/site_nav/handset.sass */
#container #site_nav_handset.expanded section.bar a.navlink.find.active {
  background-position: 0 -1530px;
}
/* line 106, ../../app/assets/stylesheets/layouts/site_nav/handset.sass */
#container #site_nav_handset.expanded section.bar a.navlink.player.active {
  background-position: 0 -1570px;
}
/* line 108, ../../app/assets/stylesheets/layouts/site_nav/handset.sass */
#container #site_nav_handset.expanded section.bar a.navlink.profile.active {
  background-position: 0 -1484px;
}

/* line 114, ../../app/assets/stylesheets/layouts/site_nav/handset.sass */
#container.fans.learn #site_nav_handset a.navlink.learn {
  background-position: 0 -2882px;
}

@media only screen and (min-width: 761px), only screen and (device-width: 810px) {
  /* line 119, ../../app/assets/stylesheets/layouts/site_nav/handset.sass */
  nav#site_nav_handset {
    display: none;
  }
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 124, ../../app/assets/stylesheets/layouts/site_nav/handset.sass */
  html:not(.ios_app) #container {
    margin-top: 50px;
  }
  /* line 126, ../../app/assets/stylesheets/layouts/site_nav/handset.sass */
  html:not(.ios_app) #container nav#site_nav {
    display: none !important;
  }
  /* line 129, ../../app/assets/stylesheets/layouts/site_nav/handset.sass */
  html:not(.ios_app) #container footer.site {
    position: relative;
  }
  /* line 135, ../../app/assets/stylesheets/layouts/site_nav/handset.sass */
  html:not(.ios_app) #container.pledges.show {
    margin-top: 0px;
  }
}
/* line 4, ../../app/assets/stylesheets/layouts/site_nav/handset/menus.sass */
nav#site_nav_handset .menus {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  position: absolute;
  left: -2000px;
  -webkit-overflow-scrolling: touch;
}
/* line 12, ../../app/assets/stylesheets/layouts/site_nav/handset/menus.sass */
nav#site_nav_handset .menus .backdrop {
  position: fixed;
  left: -2000px;
  height: 200%;
  width: 100%;
  z-index: -2;
}
/* line 21, ../../app/assets/stylesheets/layouts/site_nav/handset/menus.sass */
nav#site_nav_handset .menus .backdrop:before {
  content: "";
  position: fixed;
  height: 200%;
  width: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0);
}
/* line 30, ../../app/assets/stylesheets/layouts/site_nav/handset/menus.sass */
nav#site_nav_handset .menus .backdrop:after {
  content: "";
  position: fixed;
  left: -2000px;
  height: 55px;
  width: 175px;
  background-position: 0 -45px;
  bottom: 20px;
}
/* line 39, ../../app/assets/stylesheets/layouts/site_nav/handset/menus.sass */
nav#site_nav_handset .menus.expanded {
  left: 0px;
}
/* line 42, ../../app/assets/stylesheets/layouts/site_nav/handset/menus.sass */
nav#site_nav_handset .menus.expanded .backdrop {
  left: 0px;
  height: 200%;
  -webkit-transition: height 0.2s ease-in;
  -moz-transition: height 0.2s ease-in;
  -ms-transition: height 0.2s ease-in;
  -o-transition: height 0.2s ease-in;
  transition: height 0.2s ease-in;
}
/* line 47, ../../app/assets/stylesheets/layouts/site_nav/handset/menus.sass */
nav#site_nav_handset .menus.expanded .backdrop:before {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: background-color 0.5s ease-in;
  -moz-transition: background-color 0.5s ease-in;
  -ms-transition: background-color 0.5s ease-in;
  -o-transition: background-color 0.5s ease-in;
  transition: background-color 0.5s ease-in;
}
/* line 51, ../../app/assets/stylesheets/layouts/site_nav/handset/menus.sass */
nav#site_nav_handset .menus.expanded .backdrop:after {
  left: -10px;
}
/* line 54, ../../app/assets/stylesheets/layouts/site_nav/handset/menus.sass */
nav#site_nav_handset .menu {
  position: absolute;
  box-sizing: border-box;
  left: -2000px;
  top: 0px;
  padding: 50px 15px 10px 15px;
  height: 0%;
  width: 0%;
}
/* line 63, ../../app/assets/stylesheets/layouts/site_nav/handset/menus.sass */
nav#site_nav_handset .menu h1 {
  font-size: 24px;
  line-height: 48px;
  width: 70%;
  border-bottom: 1px solid;
  margin-bottom: 20px;
}
/* line 68, ../../app/assets/stylesheets/layouts/site_nav/handset/menus.sass */
nav#site_nav_handset .menu a {
  display: block;
  float: left;
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 22px;
  text-decoration: none;
  margin: 10px 0px 10px 0px;
  width: 250px;
  height: auto;
}
/* line 77, ../../app/assets/stylesheets/layouts/site_nav/handset/menus.sass */
nav#site_nav_handset .menu form {
  display: none;
}
/* line 80, ../../app/assets/stylesheets/layouts/site_nav/handset/menus.sass */
nav#site_nav_handset .menu.active {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  left: 0px;
  top: 0px;
  bottom: 0px;
  position: absolute;
  width: 100%;
  height: auto;
  -webkit-transition: left 0.3s ease-in;
  -moz-transition: left 0.3s ease-in;
  -ms-transition: left 0.3s ease-in;
  -o-transition: left 0.3s ease-in;
  transition: left 0.3s ease-in;
}
/* line 93, ../../app/assets/stylesheets/layouts/site_nav/handset/menus.sass */
nav#site_nav_handset .menu.active form {
  display: block;
}
/* line 96, ../../app/assets/stylesheets/layouts/site_nav/handset/menus.sass */
nav#site_nav_handset .close {
  position: relative;
  display: block;
  width: 25px;
  height: 25px;
  top: 65px;
  float: right;
  z-index: 10;
  margin-right: 10px;
  background-position: 0 -3329px;
}
/* line 110, ../../app/assets/stylesheets/layouts/site_nav/handset/menus.sass */
nav#site_nav_handset section.find.menu #site_nav_search {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 5px;
  background-color: #333333;
  color: white;
  border-color: white;
}
/* line 119, ../../app/assets/stylesheets/layouts/site_nav/handset/menus.sass */
nav#site_nav_handset section.find.menu #site_nav_search::-webkit-input-placeholder {
  color: white;
}
/* line 122, ../../app/assets/stylesheets/layouts/site_nav/handset/menus.sass */
nav#site_nav_handset section.find.menu #site_nav_search_form input[type=submit] {
  position: relative;
  right: auto;
  background-color: inherit !important;
}
/* line 127, ../../app/assets/stylesheets/layouts/site_nav/handset/menus.sass */
nav#site_nav_handset section.find.menu #find_genres, nav#site_nav_handset section.find.menu #find_browse {
  position: relative;
  top: 0px;
  bottom: 10px;
  overflow-y: scroll;
  width: auto;
  margin-right: 15px;
  padding-bottom: 40px;
}
/* line 137, ../../app/assets/stylesheets/layouts/site_nav/handset/menus.sass */
nav#site_nav_handset section.find.menu h1 {
  margin-bottom: 10px;
}
/* line 140, ../../app/assets/stylesheets/layouts/site_nav/handset/menus.sass */
nav#site_nav_handset section.find.menu form {
  overflow: hidden;
  height: 45px;
  margin-bottom: 5px;
}
/* line 145, ../../app/assets/stylesheets/layouts/site_nav/handset/menus.sass */
nav#site_nav_handset section.find.menu form input[type=submit] {
  height: 30px;
  width: 30px;
  position: relative;
  float: right;
  top: -35px;
  left: -5px;
  background-position: 0 -2826px;
}
/* line 154, ../../app/assets/stylesheets/layouts/site_nav/handset/menus.sass */
nav#site_nav_handset section.find.menu nav {
  width: 280px;
  height: 34px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  padding: 0px 2px 0px 2px;
  border: 1px solid white;
  border-radius: 25px;
}
/* line 163, ../../app/assets/stylesheets/layouts/site_nav/handset/menus.sass */
nav#site_nav_handset section.find.menu nav a {
  padding: 0px 10px;
  margin: 2px 0px 2px 0px;
  width: 120px;
  line-height: 30px;
  text-align: center;
}
/* line 169, ../../app/assets/stylesheets/layouts/site_nav/handset/menus.sass */
nav#site_nav_handset section.find.menu nav a.selected {
  background-color: #6bbe67;
  border-radius: 25px;
}
/* line 172, ../../app/assets/stylesheets/layouts/site_nav/handset/menus.sass */
nav#site_nav_handset section.find.menu > section {
  border-top: 1px solid white;
}
/* line 174, ../../app/assets/stylesheets/layouts/site_nav/handset/menus.sass */
nav#site_nav_handset section.find.menu section.selected {
  display: block;
}
/* line 176, ../../app/assets/stylesheets/layouts/site_nav/handset/menus.sass */
nav#site_nav_handset section.find.menu section.not_selected {
  display: none;
}

/* line 180, ../../app/assets/stylesheets/layouts/site_nav/handset/menus.sass */
nav#site_nav_handset[data-menu-active=main] .backdrop {
  background-image: url(handset/nav-background-main.jpg);
}

/* line 183, ../../app/assets/stylesheets/layouts/site_nav/handset/menus.sass */
nav#site_nav_handset[data-menu-active=find] .backdrop {
  background-image: url(handset/nav-background-find.jpg);
}
/* line 186, ../../app/assets/stylesheets/layouts/site_nav/handset/menus.sass */
nav#site_nav_handset[data-menu-active=find] .backdrop:after {
  display: none !important;
}

/* line 189, ../../app/assets/stylesheets/layouts/site_nav/handset/menus.sass */
nav#site_nav_handset[data-menu-active=player] .backdrop {
  background-image: url(handset/nav-background-find.jpg);
}

/* line 192, ../../app/assets/stylesheets/layouts/site_nav/handset/menus.sass */
nav#site_nav_handset[data-menu-active=profile] .backdrop {
  background-image: url(handset/nav-background-mypledge.jpg);
}

@media only screen and (max-width: 750px) and (orientation: landscape), screen and (width: 810px) and (orientation: landscape) {
  /* line 201, ../../app/assets/stylesheets/layouts/site_nav/handset/menus.sass */
  nav#site_nav_handset .backdrop:after {
    display: none;
  }
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 3, ../../app/assets/stylesheets/layouts/site_nav/handset/music_tray.sass */
  nav#site_nav {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
  }

  /* line 12, ../../app/assets/stylesheets/layouts/site_nav/handset/music_tray.sass */
  input#site_nav_more:checked ~ #music_tray {
    display: block;
  }

  /* line 15, ../../app/assets/stylesheets/layouts/site_nav/handset/music_tray.sass */
  #music_tray {
    position: absolute;
    display: none;
    z-index: 2;
    top: 0px;
    overflow: hidden;
    bottom: 0;
    left: 0px;
    right: 0px;
    height: 100%;
    left: 0px;
    padding-bottom: 200px;
    -webkit-overflow-scrolling: touch;
    background-color: #f1f1f1;
  }
  /* line 31, ../../app/assets/stylesheets/layouts/site_nav/handset/music_tray.sass */
  #music_tray #close_playlist {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 1px;
    right: 1px;
    padding: 10px;
    font-family: Helvetica, sans-serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
  }
  /* line 40, ../../app/assets/stylesheets/layouts/site_nav/handset/music_tray.sass */
  #music_tray .music_tabs {
    width: 285px;
    cursor: pointer;
  }
  /* line 49, ../../app/assets/stylesheets/layouts/site_nav/handset/music_tray.sass */
  #music_tray .nav_tabs .navigation > div {
    margin: 20px;
  }
  /* line 52, ../../app/assets/stylesheets/layouts/site_nav/handset/music_tray.sass */
  #music_tray .nav_tabs .next, #music_tray .nav_tabs .prev {
    display: none;
  }
  /* line 55, ../../app/assets/stylesheets/layouts/site_nav/handset/music_tray.sass */
  #music_tray .my_music, #music_tray .this_page {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50px;
    bottom: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-transform: translate3d(0, 0, 0);
  }
  /* line 66, ../../app/assets/stylesheets/layouts/site_nav/handset/music_tray.sass */
  #music_tray .album_cover {
    width: 140px;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  /* line 71, ../../app/assets/stylesheets/layouts/site_nav/handset/music_tray.sass */
  #music_tray .album_cover:nth-of-type(odd) {
    margin-left: 20px;
  }
  /* line 73, ../../app/assets/stylesheets/layouts/site_nav/handset/music_tray.sass */
  #music_tray .album_cover img {
    width: 140px;
    height: 140px;
    margin-bottom: 15px;
    background-color: gray;
  }
  /* line 78, ../../app/assets/stylesheets/layouts/site_nav/handset/music_tray.sass */
  #music_tray .album_cover .artist_name {
    font-weight: bold;
    font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: 16px;
  }
  /* line 81, ../../app/assets/stylesheets/layouts/site_nav/handset/music_tray.sass */
  #music_tray .album_cover .album_info {
    font-family: Helvetica, sans-serif;
    font-size: 14px;
    line-height: 16px;
  }
  /* line 85, ../../app/assets/stylesheets/layouts/site_nav/handset/music_tray.sass */
  #music_tray .album {
    display: block;
  }
  /* line 87, ../../app/assets/stylesheets/layouts/site_nav/handset/music_tray.sass */
  #music_tray .album .album_header {
    display: table;
    width: 100%;
    background-color: white;
    border-bottom: 1px solid #dbdbdb;
  }
  /* line 93, ../../app/assets/stylesheets/layouts/site_nav/handset/music_tray.sass */
  #music_tray .album .album_header .album_info {
    display: table-cell;
    vertical-align: middle;
  }
  /* line 96, ../../app/assets/stylesheets/layouts/site_nav/handset/music_tray.sass */
  #music_tray .album .album_header .album_info .album_name {
    font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height: 20px;
  }
  /* line 98, ../../app/assets/stylesheets/layouts/site_nav/handset/music_tray.sass */
  #music_tray .album .album_header .album_info .track_count {
    font-family: Helvetica, sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #dbdbdb;
  }
  /* line 101, ../../app/assets/stylesheets/layouts/site_nav/handset/music_tray.sass */
  #music_tray .album .album_header img {
    display: table-cell;
    width: 90px;
    height: 90px;
    cursor: pointer;
  }
  /* line 106, ../../app/assets/stylesheets/layouts/site_nav/handset/music_tray.sass */
  #music_tray .album ol {
    margin: 0px;
    padding: 0px;
    background-color: #f1f1f1;
    width: 300px;
  }
  /* line 111, ../../app/assets/stylesheets/layouts/site_nav/handset/music_tray.sass */
  #music_tray .album ol li {
    display: block;
    border-bottom: 1px solid #dbdbdb;
    font-family: Helvetica, sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    line-height: 40px;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
    width: 300px;
  }
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 10, ../../app/assets/stylesheets/layouts/site_nav/handset/player.sass */
  nav#site_nav playerview #player .current_track_info img {
    display: block;
    width: 300px;
    height: 300px;
    margin-bottom: 30px;
    background-color: gray;
    text-align: center;
    margin: auto;
  }
  /* line 18, ../../app/assets/stylesheets/layouts/site_nav/handset/player.sass */
  nav#site_nav playerview #player .current_track_info .info {
    background-color: white;
    text-align: center;
  }
  /* line 21, ../../app/assets/stylesheets/layouts/site_nav/handset/player.sass */
  nav#site_nav playerview #player .current_track_info .info .artist {
    padding-top: 20px;
    font-size: 30px;
  }
  /* line 24, ../../app/assets/stylesheets/layouts/site_nav/handset/player.sass */
  nav#site_nav playerview #player .current_track_info .info .album {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: 1px solid red;
  }
  /* line 29, ../../app/assets/stylesheets/layouts/site_nav/handset/player.sass */
  nav#site_nav playerview #player .current_track_info .current_track_name {
    line-height: 40px;
    font-size: 24px;
  }
}

/* line 3, ../../app/assets/stylesheets/layouts/site_nav/music_tray.sass */
#music_tray input {
  display: none;
}
/* line 10, ../../app/assets/stylesheets/layouts/site_nav/music_tray.sass */
#music_tray .music_tabs {
  width: 100%;
  height: 50px;
  display: table;
  background-color: #dbdbdb;
}
/* line 16, ../../app/assets/stylesheets/layouts/site_nav/music_tray.sass */
#music_tray .music_tabs label {
  display: table-cell;
  width: 2%;
  margin-bottom: -1px;
  border-bottom: 1px solid #c1c1c1;
  text-align: center;
  vertical-align: middle;
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 20px;
  cursor: pointer;
}
/* line 27, ../../app/assets/stylesheets/layouts/site_nav/music_tray.sass */
#music_tray input#my_music_radio:checked ~ .music_tabs label#my_music_label {
  background-color: white;
  border-bottom: none;
  margin-bottom: 0px;
  border-right: 1px solid #c1c1c1;
}
/* line 33, ../../app/assets/stylesheets/layouts/site_nav/music_tray.sass */
#music_tray input#this_page_radio:checked ~ .music_tabs label#this_page_label {
  background-color: white;
  border-bottom: none;
  margin-bottom: 0px;
  border-left: 1px solid #c1c1c1;
}
/* line 43, ../../app/assets/stylesheets/layouts/site_nav/music_tray.sass */
#music_tray .my_music, #music_tray .this_page {
  display: none;
}
/* line 45, ../../app/assets/stylesheets/layouts/site_nav/music_tray.sass */
#music_tray input#my_music_radio:checked ~ .my_music {
  display: block;
}
/* line 47, ../../app/assets/stylesheets/layouts/site_nav/music_tray.sass */
#music_tray input#this_page_radio:checked ~ .this_page {
  display: block;
}
/* line 57, ../../app/assets/stylesheets/layouts/site_nav/music_tray.sass */
#music_tray .nav_tabs .navigation .all_artists {
  float: left;
  width: 150px;
  text-align: center;
  background-color: #dbdbdb;
  cursor: pointer;
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 20px;
  line-height: 35px;
}
/* line 65, ../../app/assets/stylesheets/layouts/site_nav/music_tray.sass */
#music_tray .nav_tabs .navigation > nav {
  position: relative;
  top: -3px;
  float: left;
  display: inline-block;
  height: 35px;
  margin-right: 15px;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
/* line 23, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_drop_menu.sass */
#music_tray .nav_tabs .navigation > nav:last-child {
  margin-right: 0px;
}
/* line 28, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_drop_menu.sass */
#music_tray .nav_tabs .navigation > nav a {
  position: relative;
  margin-bottom: -1px;
  padding: 7px 15px;
  padding-right: 45px;
  display: none;
  border: 1px solid #dbdbdb;
  background-color: white;
  color: #444444;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 45, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_drop_menu.sass */
#music_tray .nav_tabs .navigation > nav a:after {
  content: "";
  display: none;
  position: absolute;
  right: 15px;
  top: 15px;
  background-position: 0 -2876px;
  width: 11px;
  height: 6px;
}
/* line 56, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_drop_menu.sass */
#music_tray .nav_tabs .navigation > nav a.selected {
  display: block;
}
/* line 58, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_drop_menu.sass */
#music_tray .nav_tabs .navigation > nav a.selected:after {
  display: block;
}
/* line 61, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_drop_menu.sass */
#music_tray .nav_tabs .navigation > nav .expanded {
  display: block !important;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 65, ../../app/assets/stylesheets/layouts/site_nav/music_tray.sass */
  #music_tray .nav_tabs .navigation > nav {
    position: relative;
    display: block;
    width: 290px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  /* line 8, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_drop_menu.sass */
  #music_tray .nav_tabs .navigation > nav:hover {
    z-index: 99;
  }
  /* line 15, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_drop_menu.sass */
  #music_tray .nav_tabs .navigation > nav:hover a:last-child {
    margin-bottom: 10px;
  }
}
/* line 69, ../../app/assets/stylesheets/layouts/site_nav/music_tray.sass */
#music_tray .nav_tabs .navigation > nav a {
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
}
/* line 72, ../../app/assets/stylesheets/layouts/site_nav/music_tray.sass */
#music_tray .nav_tabs .next, #music_tray .nav_tabs .prev {
  float: right;
  display: inline-block;
  margin-right: 5px;
  width: 35px;
  height: 35px;
  vertical-align: middle;
  background-color: #dbdbdb;
  cursor: pointer;
}
/* line 82, ../../app/assets/stylesheets/layouts/site_nav/music_tray.sass */
#music_tray .nav_tabs .next {
  background-position: 0 -2223px;
}
/* line 84, ../../app/assets/stylesheets/layouts/site_nav/music_tray.sass */
#music_tray .nav_tabs .next.disabled {
  background-position: 0 -2521px;
  cursor: default;
}
/* line 87, ../../app/assets/stylesheets/layouts/site_nav/music_tray.sass */
#music_tray .nav_tabs .prev {
  background-position: 0 -2410px;
}
/* line 89, ../../app/assets/stylesheets/layouts/site_nav/music_tray.sass */
#music_tray .nav_tabs .prev.disabled {
  background-position: 0 -2473px;
  cursor: default;
}

/* line 8, ../../app/assets/stylesheets/layouts/site_nav/search.sass */
nav#site_nav .search {
  position: relative;
  float: right;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  border-right: 1px solid #c1c1c1;
  text-align: right;
  cursor: pointer;
  padding-right: 50px;
}
/* line 22, ../../app/assets/stylesheets/layouts/site_nav/search.sass */
nav#site_nav .search input {
  -webkit-appearance: none;
  outline: none;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  display: inline-block;
  padding: 0px;
  background-color: #dbdbdb;
}
/* line 128, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
nav#site_nav .search input::-webkit-input-placeholder {
  color: #999999;
}
/* line 130, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
nav#site_nav .search input:-moz-placeholder {
  color: #999999;
}
/* line 132, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
nav#site_nav .search input::-moz-placeholder {
  color: #999999;
}
/* line 134, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
nav#site_nav .search input:-ms-input-placeholder {
  color: #999999;
}
@media only screen and (min-width: 780px) {
  /* line 40, ../../app/assets/stylesheets/layouts/site_nav/search.sass */
  nav#site_nav .search input#site_nav_search {
    width: 0px;
    height: 30px;
    margin-top: 8px;
    -webkit-transition: width .5s, margin .5s padding .5s;
    -moz-transition: width .5s, margin .5s padding .5s;
    -ms-transition: width .5s, margin .5s padding .5s;
    -o-transition: width .5s, margin .5s padding .5s;
    transition: width .5s, margin .5s padding .5s;
    width: 200px;
    -webkit-transition: width 0.5s;
    -moz-transition: width 0.5s;
    -ms-transition: width 0.5s;
    -o-transition: width 0.5s;
    transition: width 0.5s;
    padding-left: 7px;
    margin-right: 5px;
  }
}
@media only screen and (min-width: 761px) and (max-width: 779px) {
  /* line 55, ../../app/assets/stylesheets/layouts/site_nav/search.sass */
  nav#site_nav .search input#site_nav_search {
    display: none;
  }
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 8, ../../app/assets/stylesheets/layouts/site_nav/search.sass */
  nav#site_nav .search {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 55px;
    border: 0px;
    padding-top: 15px;
    background-color: white;
    min-width: 130px;
    padding-right: 45px;
  }
  /* line 69, ../../app/assets/stylesheets/layouts/site_nav/search.sass */
  nav#site_nav .search:after {
    right: 15px;
  }
  /* line 73, ../../app/assets/stylesheets/layouts/site_nav/search.sass */
  nav#site_nav .search input#site_nav_search {
    display: none;
  }
  /* line 76, ../../app/assets/stylesheets/layouts/site_nav/search.sass */
  nav#site_nav .search:hover input#site_nav_search, nav#site_nav .search input#site_nav_search:focus {
    display: inline-block;
    width: 195px;
    border-left: 0px;
    padding-left: 5px;
    margin-top: 3px;
    margin-right: 5px;
  }
}

/* line 89, ../../app/assets/stylesheets/layouts/site_nav/search.sass */
#site_nav_search_form input[type=submit] {
  position: absolute;
  top: 11px;
  display: inline-block;
  background-color: white !important;
  background-position: 0 -3281px;
  width: 26px;
  height: 26px;
  font-size: 0px;
  padding: 0px;
}
@media only screen and (min-width: 761px), only screen and (device-width: 810px) {
  /* line 89, ../../app/assets/stylesheets/layouts/site_nav/search.sass */
  #site_nav_search_form input[type=submit] {
    right: 20px;
  }
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 89, ../../app/assets/stylesheets/layouts/site_nav/search.sass */
  #site_nav_search_form input[type=submit] {
    right: 15px;
  }
}

/* line 106, ../../app/assets/stylesheets/layouts/site_nav/search.sass */
#facebox #site_nav_search_form {
  background-color: white;
  padding: 20px;
  padding-right: 50px;
}
/* line 110, ../../app/assets/stylesheets/layouts/site_nav/search.sass */
#facebox #site_nav_search_form input#site_nav_search {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f1f1f1;
  border: 2px solid #dbdbdb;
  border-radius: 4px;
  color: #999999;
  width: 100%;
  padding: 8px 15px;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
  line-height: 18px;
  color: black;
  width: 400px;
}
/* line 113, ../../app/assets/stylesheets/layouts/site_nav/search.sass */
#facebox #site_nav_search_form input[type=submit] {
  top: 25px;
  right: 15px;
}

/* line 4, ../../app/assets/stylesheets/layouts/tabs.sass */
#container #main > header.with_tabs > h1 {
  bottom: 50px;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 6, ../../app/assets/stylesheets/layouts/tabs.sass */
  #container #main > header.with_tabs nav#tabs {
    display: none;
  }
}
@media only screen and (min-width: 780px) {
  /* line 6, ../../app/assets/stylesheets/layouts/tabs.sass */
  #container #main > header.with_tabs nav#tabs {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 761px) and (max-width: 779px) {
  /* line 6, ../../app/assets/stylesheets/layouts/tabs.sass */
  #container #main > header.with_tabs nav#tabs {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 761px), only screen and (device-width: 810px) {
  /* line 6, ../../app/assets/stylesheets/layouts/tabs.sass */
  #container #main > header.with_tabs nav#tabs {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 50px;
    background-color: white;
    background-color: rgba(255, 255, 255, 0.75);
  }
  /* line 23, ../../app/assets/stylesheets/layouts/tabs.sass */
  #container #main > header.with_tabs nav#tabs a {
    display: inline-block;
    padding: 17px 15px 9px 15px;
    font-family: Helvetica, sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    color: black;
    text-decoration: none;
    text-transform: uppercase;
  }
  /* line 26, ../../app/assets/stylesheets/layouts/tabs.sass */
  #container #main > header.with_tabs nav#tabs a.selected {
    border-bottom: 6px solid #6bbe67;
  }
  /* line 37, ../../app/assets/stylesheets/layouts/tabs.sass */
  #container #main > header.with_tabs nav#tabs a .badge {
    padding: 3px 7px;
    position: relative;
    bottom: 2px;
    opacity: 1;
    background-color: white;
    border-radius: 10px;
    font-family: Helvetica, sans-serif;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    color: black;
    text-shadow: 0 1px rgba(0, 0, 0, 0.25);
  }
  /* line 51, ../../app/assets/stylesheets/layouts/tabs.sass */
  #container #main > header.with_tabs nav#tabs a.sign_out {
    float: right;
    margin-right: 80px;
  }
}
@media only screen and (min-width: 761px) and (min-width: 761px) and (max-width: 779px), only screen and (device-width: 810px) and (min-width: 761px) and (max-width: 779px) {
  /* line 23, ../../app/assets/stylesheets/layouts/tabs.sass */
  #container #main > header.with_tabs nav#tabs a {
    font-size: 14px;
  }
}

/* line 1, ../../app/assets/stylesheets/layouts/tags.sass */
body {
  background-color: #f1f1f1;
  color: black;
}

/* line 5, ../../app/assets/stylesheets/layouts/tags.sass */
a {
  color: #444444;
}

/* line 8, ../../app/assets/stylesheets/layouts/tags.sass */
h1, h2, h3 {
  margin: 0;
}
/* line 11, ../../app/assets/stylesheets/layouts/tags.sass */
h1 a, h2 a, h3 a {
  text-decoration: none;
}

/* line 14, ../../app/assets/stylesheets/layouts/tags.sass */
dd, dl, p {
  -webkit-margin-before: 0px;
  -webkit-margin-start: 0px;
}

/* line 18, ../../app/assets/stylesheets/layouts/tags.sass */
hr {
  border: 0;
  border-top: 1px solid #dbdbdb;
  margin: 15px 0px;
}

/* line 27, ../../app/assets/stylesheets/layouts/tags.sass */
.button, .standard_button, input[type=submit], button {
  -webkit-appearance: none;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px auto;
  padding: 11px 20px 9px 20px;
  background-color: black;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border: 0px;
  outline: 0px;
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  text-decoration: none;
  color: white;
  text-decoration: none;
  text-align: center;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 27, ../../app/assets/stylesheets/layouts/tags.sass */
  .button, .standard_button, input[type=submit], button {
    padding: 11px 10px 9px 10px;
  }
}
/* line 33, ../../app/assets/stylesheets/layouts/tags.sass */
.button.large, .standard_button.large, input[type=submit].large, button.large {
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
  line-height: 34px;
}

/* line 37, ../../app/assets/stylesheets/layouts/tags.sass */
.button.gray {
  background-color: #dbdbdb;
  color: black;
}

/* line 41, ../../app/assets/stylesheets/layouts/tags.sass */
.button.cta {
  color: white;
  background-color: #6bbe67;
}
/* line 42, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/buttons.sass */
.button.cta.in_progress {
  background-color: #3e7a3f;
}

/* line 44, ../../app/assets/stylesheets/layouts/tags.sass */
.button.back {
  background-color: #dbdbdb;
  color: black;
  padding: 7px 15px;
  margin-bottom: 15px;
}
/* line 46, ../../app/assets/stylesheets/layouts/tags.sass */
.button.back:before {
  content: "< ";
}

/* line 54, ../../app/assets/stylesheets/layouts/tags.sass */
fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

/* line 59, ../../app/assets/stylesheets/layouts/tags.sass */
.form_field {
  margin-bottom: 15px;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
/* line 63, ../../app/assets/stylesheets/layouts/tags.sass */
.form_field label {
  display: block;
}
/* line 67, ../../app/assets/stylesheets/layouts/tags.sass */
.form_field input[type=text], .form_field input[type=password], .form_field input[type=url], .form_field input[type=email], .form_field textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f1f1f1;
  border: 2px solid #dbdbdb;
  border-radius: 4px;
  color: #999999;
  width: 100%;
  padding: 8px 15px;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
  line-height: 18px;
  color: black;
}
/* line 70, ../../app/assets/stylesheets/layouts/tags.sass */
.form_field input[type=text]:focus, .form_field input[type=password]:focus, .form_field input[type=url]:focus, .form_field input[type=email]:focus, .form_field textarea:focus {
  outline: none;
  border: 2px solid #6bbe67;
}
/* line 75, ../../app/assets/stylesheets/layouts/tags.sass */
.form_field input[disabled] {
  color: #c1c1c1;
  background-color: #999999;
}
/* line 79, ../../app/assets/stylesheets/layouts/tags.sass */
.form_field input[type=integer], .form_field input[type=number], .form_field input.integer, .form_field input.number {
  text-align: right;
}
/* line 82, ../../app/assets/stylesheets/layouts/tags.sass */
.form_field select {
  -webkit-appearance: none;
  background: transparent;
  box-shadow: none;
  background: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f1f1f1;
  border: 2px solid #dbdbdb;
  border-radius: 4px;
  color: #999999;
  width: 100%;
  background-color: white;
  color: black;
  padding: 8px;
  position: relative;
  padding-right: 30px;
  background: url("/pipeline/gd/icon-dropdown.png") no-repeat right 10px center;
}
/* line 52, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
.form_field select[disabled] {
  background-color: #f1f1f1;
  color: #999999;
  background: none;
}
/* line 85, ../../app/assets/stylesheets/layouts/tags.sass */
.form_field .counter {
  margin-top: 10px;
  margin-bototm: -10px;
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #999999;
}

/* line 95, ../../app/assets/stylesheets/layouts/tags.sass */
.warning, section.errors {
  color: #c94444;
}

/* line 98, ../../app/assets/stylesheets/layouts/tags.sass */
input.error, select.error, textarea.error, label.error:before {
  border: 2px solid #ff6284 !important;
  background-color: #ffeff2 !important;
}
/* line 101, ../../app/assets/stylesheets/layouts/tags.sass */
input.error:focus, select.error:focus, textarea.error:focus, label.error:before:focus {
  background-color: inherit;
}

/* line 104, ../../app/assets/stylesheets/layouts/tags.sass */
.errorExplanation {
  color: #c94444;
  margin-bottom: 10px;
}
/* line 105, ../../app/assets/stylesheets/layouts/tags.sass */
.errorExplanation h2, .errorExplanation p {
  display: none;
}
/* line 109, ../../app/assets/stylesheets/layouts/tags.sass */
.errorExplanation ul {
  padding-left: 0px;
}
/* line 111, ../../app/assets/stylesheets/layouts/tags.sass */
.errorExplanation ul li {
  margin-left: 20px;
}

/* line 114, ../../app/assets/stylesheets/layouts/tags.sass */
.field_with_errors {
  display: inline;
}
/* line 118, ../../app/assets/stylesheets/layouts/tags.sass */
.field_with_errors label {
  color: #444444;
}
/* line 120, ../../app/assets/stylesheets/layouts/tags.sass */
.field_with_errors input, .field_with_errors select, .field_with_errors textarea {
  border: 2px solid #ff6284 !important;
  background-color: #ffeff2 !important;
}
/* line 123, ../../app/assets/stylesheets/layouts/tags.sass */
.field_with_errors input:focus, .field_with_errors select:focus, .field_with_errors textarea:focus {
  background-color: inherit;
}

/* line 4, ../../app/assets/stylesheets/modules/article.sass */
article .stock, section .stock, aside .stock, li .stock {
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
  min-width: 85px;
  background-color: #3e7a3f;
  text-align: right;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: white;
  padding: 5px 10px;
}
/* line 130, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/ui.sass */
article .stock:after, article .stock:before, section .stock:after, section .stock:before, aside .stock:after, aside .stock:before, li .stock:after, li .stock:before {
  display: inline-block;
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  left: -14px;
  border-left: 15px solid transparent;
  right: inherit;
  border-right: none;
}
/* line 149, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/ui.sass */
article .stock:after, section .stock:after, aside .stock:after, li .stock:after {
  top: 0px;
  border-top: 20px solid #3e7a3f;
}
/* line 153, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/ui.sass */
article .stock:before, section .stock:before, aside .stock:before, li .stock:before {
  top: 10px;
  border-bottom: 20px solid #3e7a3f;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 20, ../../app/assets/stylesheets/modules/article.sass */
  article .calendar > div, section .calendar > div, aside .calendar > div, li .calendar > div {
    display: inline;
    margin: 0px;
  }
  /* line 24, ../../app/assets/stylesheets/modules/article.sass */
  article .calendar .time:before, section .calendar .time:before, aside .calendar .time:before, li .calendar .time:before {
    content: " - ";
  }
  /* line 27, ../../app/assets/stylesheets/modules/article.sass */
  article .calendar:before, section .calendar:before, aside .calendar:before, li .calendar:before {
    display: none;
  }
  /* line 30, ../../app/assets/stylesheets/modules/article.sass */
  article .calendar:after, section .calendar:after, aside .calendar:after, li .calendar:after {
    display: none;
  }
}
@media only screen and (min-width: 761px), only screen and (device-width: 810px) {
  /* line 18, ../../app/assets/stylesheets/modules/article.sass */
  article .calendar, section .calendar, aside .calendar, li .calendar {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    width: 130px;
    height: 100px;
    border: 5px solid #999999;
    text-align: center;
    padding-top: 10px;
    font-size: 16px;
    line-height: 20px;
  }
  /* line 80, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/graphics.sass */
  article .calendar:before, article .calendar:after, section .calendar:before, section .calendar:after, aside .calendar:before, aside .calendar:after, li .calendar:before, li .calendar:after {
    position: absolute;
    top: -10px;
    width: 5px;
    height: 15px;
    content: "";
    background-color: #999999;
  }
  /* line 87, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/graphics.sass */
  article .calendar:before, section .calendar:before, aside .calendar:before, li .calendar:before {
    left: 10px;
  }
  /* line 89, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/graphics.sass */
  article .calendar:after, section .calendar:after, aside .calendar:after, li .calendar:after {
    right: 10px;
  }
  /* line 92, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/graphics.sass */
  article .calendar .month_day, section .calendar .month_day, aside .calendar .month_day, li .calendar .month_day {
    font-weight: bold;
    margin: 5px;
  }
}
/* line 37, ../../app/assets/stylesheets/modules/article.sass */
article.low_stock .stock, section.low_stock .stock, aside.low_stock .stock, li.low_stock .stock {
  background-color: #c94444;
}
/* line 40, ../../app/assets/stylesheets/modules/article.sass */
article.low_stock .stock:after, article.low_stock .stock:before, section.low_stock .stock:after, section.low_stock .stock:before, aside.low_stock .stock:after, aside.low_stock .stock:before, li.low_stock .stock:after, li.low_stock .stock:before {
  border-top-color: #c94444;
  border-bottom-color: #c94444;
}
/* line 46, ../../app/assets/stylesheets/modules/article.sass */
article.unavailable .stock, section.unavailable .stock, aside.unavailable .stock, li.unavailable .stock {
  background-color: #c1c1c1;
}
/* line 49, ../../app/assets/stylesheets/modules/article.sass */
article.unavailable .stock:after, article.unavailable .stock:before, section.unavailable .stock:after, section.unavailable .stock:before, aside.unavailable .stock:after, aside.unavailable .stock:before, li.unavailable .stock:after, li.unavailable .stock:before {
  border-top-color: #c1c1c1;
  border-bottom-color: #c1c1c1;
}
/* line 54, ../../app/assets/stylesheets/modules/article.sass */
article.access_pass .stock, section.access_pass .stock, aside.access_pass .stock, li.access_pass .stock {
  background-color: #59aec2;
}
/* line 57, ../../app/assets/stylesheets/modules/article.sass */
article.access_pass .stock:after, article.access_pass .stock:before, section.access_pass .stock:after, section.access_pass .stock:before, aside.access_pass .stock:after, aside.access_pass .stock:before, li.access_pass .stock:after, li.access_pass .stock:before {
  border-top-color: #59aec2;
  border-bottom-color: #59aec2;
}

/* line 1, ../../app/assets/stylesheets/modules/articles/article_card.sass */
article.article_card {
  border-bottom: 1px solid #dbdbdb;
  padding: 20px;
}
@media only screen and (min-width: 780px) {
  /* line 1, ../../app/assets/stylesheets/modules/articles/article_card.sass */
  article.article_card {
    width: 270px;
  }
}
@media only screen and (min-width: 761px) and (max-width: 779px) {
  /* line 1, ../../app/assets/stylesheets/modules/articles/article_card.sass */
  article.article_card {
    width: 216px;
  }
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 1, ../../app/assets/stylesheets/modules/articles/article_card.sass */
  article.article_card {
    width: 100%;
  }
}
/* line 13, ../../app/assets/stylesheets/modules/articles/article_card.sass */
article.article_card > h1 {
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 22px;
  color: black;
  margin-bottom: 10px;
  padding: 0px;
}
/* line 19, ../../app/assets/stylesheets/modules/articles/article_card.sass */
article.article_card > h1 a {
  text-decoration: none;
}
/* line 22, ../../app/assets/stylesheets/modules/articles/article_card.sass */
article.article_card a, article.article_card a:visited {
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
}
/* line 25, ../../app/assets/stylesheets/modules/articles/article_card.sass */
article.article_card .date {
  display: block;
  width: 100%;
  text-align: right;
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
}

/* line 36, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/articles.sass */
article.article header {
  margin-bottom: 15px;
}
/* line 9, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/articles.sass */
article.article header nav.admin {
  float: right;
  display: none;
}
/* line 14, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/articles.sass */
article.article header:hover nav.admin {
  display: block;
}
/* line 17, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/articles.sass */
article.article header time, article.article header .highlight, article.article header .role {
  color: #999999;
  text-transform: uppercase;
}
/* line 22, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/articles.sass */
article.article header .role:after, article.article header .highlight:after {
  content: ":";
}
/* line 24, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/articles.sass */
article.article header .highlight {
  color: #3e7a3f;
}
/* line 27, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/articles.sass */
article.article header h1 {
  margin-top: 15px;
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 32px;
  color: black;
  text-decoration: none;
}
/* line 30, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/articles.sass */
article.article header h1 a {
  color: black;
  text-decoration: none;
}
/* line 41, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/articles.sass */
article.article .body .asset, article.article .body figure {
  margin-bottom: 15px;
}
/* line 44, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/articles.sass */
article.article .body figcaption {
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
}
/* line 47, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/articles.sass */
article.article .body img {
  max-width: 100%;
}
/* line 50, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/articles.sass */
article.article .body .project {
  text-align: center;
}
/* line 53, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/articles.sass */
article.article footer {
  clear: left;
  *zoom: 1;
  padding-top: 15px;
  border-top: 1px solid #dbdbdb;
}
/* line 52, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
article.article footer:after {
  content: "";
  display: table;
  clear: both;
}
/* line 59, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/articles.sass */
article.article footer .socials, article.article footer .comment_counter {
  display: inline-block;
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 65, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/articles.sass */
article.article footer .comment_counter {
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  color: black;
  text-decoration: underline;
  position: relative;
  float: left;
  padding-left: 22px;
  margin-left: 10px;
}
/* line 72, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/articles.sass */
article.article footer .comment_counter:before {
  position: absolute;
  top: 1px;
  left: 0px;
  content: " ";
  background-position: 0 -2651px;
  width: 17px;
  height: 15px;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 53, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/articles.sass */
  article.article footer {
    text-align: center;
  }
  /* line 85, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/articles.sass */
  article.article footer a.button {
    display: block;
  }
  /* line 87, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/articles.sass */
  article.article footer .comment_counter {
    float: left;
    margin-left: 5px;
  }
  /* line 90, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/articles.sass */
  article.article footer .socials {
    float: right;
    margin-right: 5px;
  }
}

/* line 8, ../../app/assets/stylesheets/modules/articles.sass */
#container.articles section#articles {
  clear: both;
}
/* line 101, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/articles.sass */
#container.articles section#articles > header {
  *zoom: 1;
}
/* line 52, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
#container.articles section#articles > header:after {
  content: "";
  display: table;
  clear: both;
}
/* line 104, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/articles.sass */
#container.articles section#articles > header h1 {
  display: none;
}
/* line 107, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/articles.sass */
#container.articles section#articles nav.sort {
  float: left;
  display: inline-block;
  height: 35px;
  margin-right: 15px;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
}
/* line 23, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_drop_menu.sass */
#container.articles section#articles nav.sort:last-child {
  margin-right: 0px;
}
/* line 28, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_drop_menu.sass */
#container.articles section#articles nav.sort a {
  position: relative;
  margin-bottom: -1px;
  padding: 7px 15px;
  padding-right: 45px;
  display: none;
  border: 1px solid #dbdbdb;
  background-color: white;
  color: #444444;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 45, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_drop_menu.sass */
#container.articles section#articles nav.sort a:after {
  content: "";
  display: none;
  position: absolute;
  right: 15px;
  top: 15px;
  background-position: 0 -2876px;
  width: 11px;
  height: 6px;
}
/* line 56, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_drop_menu.sass */
#container.articles section#articles nav.sort a.selected {
  display: block;
}
/* line 58, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_drop_menu.sass */
#container.articles section#articles nav.sort a.selected:after {
  display: block;
}
/* line 61, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_drop_menu.sass */
#container.articles section#articles nav.sort .expanded {
  display: block !important;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 107, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/articles.sass */
  #container.articles section#articles nav.sort {
    position: relative;
    display: block;
    width: 290px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  /* line 8, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_drop_menu.sass */
  #container.articles section#articles nav.sort:hover {
    z-index: 99;
  }
  /* line 15, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_drop_menu.sass */
  #container.articles section#articles nav.sort:hover a:last-child {
    margin-bottom: 10px;
  }
}
/* line 112, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/articles.sass */
#container.articles section#articles > footer {
  margin-bottom: 20px;
}
@media only screen and (min-width: 761px) and (max-width: 779px) {
  /* line 8, ../../app/assets/stylesheets/modules/articles.sass */
  #container.articles section#articles {
    border-top: 1px solid #dbdbdb;
    padding-top: 15px;
  }
}
/* line 11, ../../app/assets/stylesheets/modules/articles.sass */
#container.articles article.article {
  padding: 15px;
  margin-bottom: 20px;
  background-color: white;
}
/* line 14, ../../app/assets/stylesheets/modules/articles.sass */
#container.articles article.article article.project_card {
  text-align: left;
  -webkit-box-shadow: inset #dbdbdb 1px 1px, inset #dbdbdb -1px -1px;
  -moz-box-shadow: inset #dbdbdb 1px 1px, inset #dbdbdb -1px -1px;
  box-shadow: inset #dbdbdb 1px 1px, inset #dbdbdb -1px -1px;
}
/* line 18, ../../app/assets/stylesheets/modules/articles.sass */
#container.articles article.article article.project_card header {
  margin-bottom: 0px;
}
/* line 20, ../../app/assets/stylesheets/modules/articles.sass */
#container.articles article.article article.project_card footer {
  border-top: 0px;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 14, ../../app/assets/stylesheets/modules/articles.sass */
  #container.articles article.article article.project_card {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* line 29, ../../app/assets/stylesheets/modules/articles.sass */
#container.articles.edit form.edit_article {
  background: white;
  padding: 20px;
}
/* line 33, ../../app/assets/stylesheets/modules/articles.sass */
#container.articles.edit section#upload {
  font-size: 11px;
}
/* line 35, ../../app/assets/stylesheets/modules/articles.sass */
#container.articles.edit section#upload ul {
  list-style: none;
  padding: 0;
  padding: 0px;
  margin: 0px;
}
/* line 46, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
#container.articles.edit section#upload ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

@media only screen and (min-width: 761px), only screen and (device-width: 810px) {
  /* line 146, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
  form.focus_labels .form_field label:first-child, form.focus_labels .form_field .field_with_errors:first-child label, form.focus_labels .form_field .right_warning {
    display: none;
    position: relative;
    left: 310px;
    height: 0px;
    line-height: 38px;
    padding-left: 15px;
    color: #999999;
  }
  /* line 155, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
  form.focus_labels .form_field label:first-child:before, form.focus_labels .form_field .field_with_errors:first-child label:before, form.focus_labels .form_field .right_warning:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0px;
    display: block;
    width: 0px;
    height: 0px;
    margin-right: 5px;
    margin-top: 3px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #999999;
  }
}
/* line 170, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
form.focus_labels .form_field .right_warning {
  display: block;
  color: #3e7a3f;
  font-weight: bold;
  top: -35px;
}
/* line 175, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
form.focus_labels .form_field .right_warning.multiline {
  max-width: 300px;
  line-height: 19px;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 170, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
  form.focus_labels .form_field .right_warning {
    padding-top: 5px;
  }
}

/* line 5, ../../app/assets/stylesheets/modules/forms.sass */
.ui-helper-hidden-accessible {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
}

/* line 2, ../../app/assets/stylesheets/pages/artists/artist_experience.sass */
section.artist_form {
  padding: 20px 40px;
  margin: auto;
  background: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: inset 0px 0px 1px #666666;
  border-top: 5px solid #25a6ac;
}
/* line 195, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
section.artist_form input[type=text], section.artist_form input[type=password], section.artist_form select, section.artist_form textarea, section.artist_form .form_field {
  width: 300px;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 195, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
  section.artist_form input[type=text], section.artist_form input[type=password], section.artist_form select, section.artist_form textarea, section.artist_form .form_field {
    width: 100%;
  }
}
/* line 200, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
section.artist_form input[type=radio], section.artist_form input[type=checkbox] {
  display: none;
}
/* line 100, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
section.artist_form input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}
/* line 107, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
section.artist_form input[type=checkbox] + label:before, section.artist_form input[type=checkbox] + label:after {
  position: absolute;
  content: " ";
  display: inline-block;
  width: 20px;
  height: 20px;
  top: -3px;
  left: 0px;
}
/* line 115, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
section.artist_form input[type=checkbox] + label:before {
  z-index: 1;
  background-color: white;
  border: 2px solid #dbdbdb;
}
/* line 119, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
section.artist_form input[type=checkbox] + label:after {
  z-index: 2;
  margin-left: 2px;
  margin-top: 2px;
  display: none;
  background-position: 0 -2203px;
  width: 20px;
  height: 20px;
}
/* line 129, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
section.artist_form input[type=checkbox]:checked + label:before {
  background-color: #6bbe67;
}
/* line 131, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
section.artist_form input[type=checkbox]:checked + label:after {
  display: block;
}
/* line 136, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
section.artist_form input[type=checkbox][disabled]:checked + label:before {
  background-color: #f1f1f1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 139, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
section.artist_form input[type=checkbox][disabled]:checked + label:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 11, ../../app/assets/stylesheets/pages/artists/artist_experience.sass */
section.artist_form h1 {
  margin-top: 15px;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-family: Helvetica, sans-serif;
  font-size: 20px;
  line-height: 22px;
  color: #444444;
  font-size: 16pt;
  line-height: 17.5pt;
}
/* line 15, ../../app/assets/stylesheets/pages/artists/artist_experience.sass */
section.artist_form section {
  margin-bottom: 20px;
}
/* line 19, ../../app/assets/stylesheets/pages/artists/artist_experience.sass */
section.artist_form section:first-child h1 {
  border-bottom: 0px;
}
/* line 100, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
section.artist_form input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}
/* line 107, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
section.artist_form input[type=checkbox] + label:before, section.artist_form input[type=checkbox] + label:after {
  position: absolute;
  content: " ";
  display: inline-block;
  width: 20px;
  height: 20px;
  top: -3px;
  left: 0px;
}
/* line 115, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
section.artist_form input[type=checkbox] + label:before {
  z-index: 1;
  background-color: white;
  border: 2px solid #dbdbdb;
}
/* line 119, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
section.artist_form input[type=checkbox] + label:after {
  z-index: 2;
  margin-left: 2px;
  margin-top: 2px;
  display: none;
  background-position: 0 -2203px;
  width: 20px;
  height: 20px;
}
/* line 129, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
section.artist_form input[type=checkbox]:checked + label:before {
  background-color: #6bbe67;
}
/* line 131, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
section.artist_form input[type=checkbox]:checked + label:after {
  display: block;
}
/* line 136, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
section.artist_form input[type=checkbox][disabled]:checked + label:before {
  background-color: #f1f1f1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 139, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
section.artist_form input[type=checkbox][disabled]:checked + label:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 63, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
section.artist_form input[type=radio] + label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}
/* line 70, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
section.artist_form input[type=radio] + label:before, section.artist_form input[type=radio] + label:after {
  position: absolute;
  box-sizing: content-box;
  content: " ";
  display: inline-block;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  width: 12px;
  height: 12px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}
/* line 80, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
section.artist_form input[type=radio] + label:before {
  z-index: 1;
  left: 0px;
  padding: 2px;
  background-color: #f1f1f1;
  border: 2px solid #dbdbdb;
}
/* line 86, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
section.artist_form input[type=radio] + label:after {
  display: none;
  z-index: 2;
  left: 2px;
  border: 2px solid white;
  background-color: #36c6c7;
}
/* line 95, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
section.artist_form input[type=radio]:checked + label:after {
  display: block;
}
/* line 28, ../../app/assets/stylesheets/pages/artists/artist_experience.sass */
section.artist_form label {
  font-size: 11pt;
  line-height: 12.5pt;
  font-style: italic;
  padding-left: 10px;
}
/* line 34, ../../app/assets/stylesheets/pages/artists/artist_experience.sass */
section.artist_form input[type=text], section.artist_form select, section.artist_form textarea {
  width: 100%;
  height: 45px;
  padding: 10px;
  border: 2px solid #2ac6c8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: #fafeff;
  color: #444444;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.66);
  -webkit-transition: border-color 404ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: border-color 404ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: border-color 404ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: border-color 404ms cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: border-color 404ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
/* line 45, ../../app/assets/stylesheets/pages/artists/artist_experience.sass */
section.artist_form input[type=text]:hover, section.artist_form select:hover, section.artist_form textarea:hover {
  display: inline-block;
  position: static;
  border: 2px solid #178791;
  color: #5a5a5a;
  background-color: #fafeff;
  -webkit-transition: border-color 400ms cubic-bezier(0, 0, 0, 0.695);
  -moz-transition: border-color 400ms cubic-bezier(0, 0, 0, 0.695);
  -ms-transition: border-color 400ms cubic-bezier(0, 0, 0, 0.695);
  -o-transition: border-color 400ms cubic-bezier(0, 0, 0, 0.695);
  transition: border-color 400ms cubic-bezier(0, 0, 0, 0.695);
}
/* line 53, ../../app/assets/stylesheets/pages/artists/artist_experience.sass */
section.artist_form input[type=text]:focus, section.artist_form select:focus, section.artist_form textarea:focus {
  outline: 0;
  border: 2px solid #6bbe67;
  color: #444444;
  background-color: white;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition: color 405ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: color 405ms cubic-bezier(0.42, 0, 0.58, 1);
  -ms-transition: color 405ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: color 405ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: color 405ms cubic-bezier(0.42, 0, 0.58, 1);
}
/* line 61, ../../app/assets/stylesheets/pages/artists/artist_experience.sass */
section.artist_form input[type=radio] + label:after {
  background-color: #36c6c7;
}
/* line 64, ../../app/assets/stylesheets/pages/artists/artist_experience.sass */
section.artist_form .form_field {
  width: 300px;
  margin-bottom: 15px;
}
/* line 67, ../../app/assets/stylesheets/pages/artists/artist_experience.sass */
section.artist_form .form_field:last-child {
  margin-bottom: 0px;
  margin-top: 20px;
  margin-bottom: 15px;
}
/* line 71, ../../app/assets/stylesheets/pages/artists/artist_experience.sass */
section.artist_form .form_field.country {
  display: inline-block;
}
/* line 73, ../../app/assets/stylesheets/pages/artists/artist_experience.sass */
section.artist_form .form_field.state {
  width: 150px;
  display: none;
}
/* line 79, ../../app/assets/stylesheets/pages/artists/artist_experience.sass */
section.artist_form section.about_project p {
  margin-bottom: 5px;
}

/* line 82, ../../app/assets/stylesheets/pages/artists/artist_experience.sass */
section.artist_form input[type=submit], .artist_button {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 250px;
  height: 45px;
  padding: 5px;
  margin-right: auto;
  margin-left: auto;
  background: #158a93;
  border-bottom: 5px solid #36c6c7;
  font-family: DINWeb, Helvetica, sans-serif;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 18pt;
  line-height: 28pt;
}

/* line 94, ../../app/assets/stylesheets/pages/artists/artist_experience.sass */
button.artist_button {
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 18pt;
  line-height: 24pt;
}

@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 97, ../../app/assets/stylesheets/pages/artists/artist_experience.sass */
  section.artist_form {
    padding: 20px 10px;
  }
  /* line 102, ../../app/assets/stylesheets/pages/artists/artist_experience.sass */
  section.artist_form section.form .artist_form {
    width: 100%;
  }
  /* line 104, ../../app/assets/stylesheets/pages/artists/artist_experience.sass */
  section.artist_form .form_field {
    width: 100%;
  }
}

/* line 4, ../../app/assets/stylesheets/pages/artists/compact_header.sass */
.container .main header.artist_compact {
  position: relative;
  height: 90px;
  overflow: hidden;
  margin-bottom: 15px;
}
/* line 11, ../../app/assets/stylesheets/pages/artists/compact_header.sass */
.container .main header.artist_compact .bg {
  width: 100%;
  position: absolute;
  overflow: hidden;
  background-color: black;
}
/* line 18, ../../app/assets/stylesheets/pages/artists/compact_header.sass */
.container .main header.artist_compact .bg img {
  width: 100%;
  margin-top: -30%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}
/* line 24, ../../app/assets/stylesheets/pages/artists/compact_header.sass */
.container .main header.artist_compact hgroup {
  *zoom: 1;
  display: inline-table;
  position: relative;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0px 15px;
  margin: 0px;
}
/* line 52, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
.container .main header.artist_compact hgroup:after {
  content: "";
  display: table;
  clear: both;
}
/* line 114, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/ui.sass */
.container .main header.artist_compact hgroup img {
  float: left;
  width: 70px;
  height: 70px;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  -ms-border-radius: 70px;
  -o-border-radius: 70px;
  border-radius: 70px;
  border: 2px solid white;
  margin-right: 15px;
}
/* line 122, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/ui.sass */
.container .main header.artist_compact hgroup h1, .container .main header.artist_compact hgroup h2, .container .main header.artist_compact hgroup h3 {
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 22px;
  color: white;
}
/* line 125, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/ui.sass */
.container .main header.artist_compact hgroup h1 a, .container .main header.artist_compact hgroup h2 a, .container .main header.artist_compact hgroup h3 a {
  color: white;
}
/* line 32, ../../app/assets/stylesheets/pages/artists/compact_header.sass */
.container .main header.artist_compact hgroup h1, .container .main header.artist_compact hgroup h2 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 630px;
}
/* line 36, ../../app/assets/stylesheets/pages/artists/compact_header.sass */
.container .main header.artist_compact hgroup h1 {
  font-size: 32px;
  line-height: 34px;
}
/* line 39, ../../app/assets/stylesheets/pages/artists/compact_header.sass */
.container .main header.artist_compact hgroup h2 {
  font-size: 22px;
  line-height: 24px;
}
/* line 42, ../../app/assets/stylesheets/pages/artists/compact_header.sass */
.container .main header.artist_compact hgroup h3 {
  max-height: 40px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -o-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  max-width: 630px;
}
/* line 85, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
.container .main header.artist_compact hgroup h3 p {
  display: inline;
}
/* line 46, ../../app/assets/stylesheets/pages/artists/compact_header.sass */
.container .main header.artist_compact hgroup div {
  width: auto;
  display: table-cell;
  vertical-align: middle;
}
/* line 53, ../../app/assets/stylesheets/pages/artists/compact_header.sass */
.container .main header.artist_compact hgroup:before {
  display: table;
  vertical-align: middle;
  float: left;
  background-position: 0 -3617px;
  content: "";
  width: 18px;
  height: 21px;
  margin: 25px 10px 0px 0px;
}
/* line 30, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/tags.sass */
.container .main header.artist_compact hgroup:before > div {
  display: table-cell;
  vertical-align: middle;
}
/* line 64, ../../app/assets/stylesheets/pages/artists/compact_header.sass */
.container .main header.artist_compact .secure {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 210px;
  min-height: 60px;
  background-color: #f1f1f1;
  padding: 30px 10px 10px 50px;
  border: 1px solid #dbdbdb;
  border-radius: 15px;
  position: absolute;
  top: 12px;
  right: 30px;
}
/* line 13, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/graphics.sass */
.container .main header.artist_compact .secure:before {
  position: absolute;
  display: block;
  float: left;
  width: 25px;
  height: 38px;
  top: 10px;
  left: 15px;
  background-position: 0 -2952px;
  content: "";
}
/* line 25, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/graphics.sass */
.container .main header.artist_compact .secure:after {
  display: block;
  position: absolute;
  top: 10px;
  content: "";
  width: 138px;
  height: 14px;
  background: url("logos/logo_secure.png") no-repeat center center;
}
@media only screen and (min-width: 761px) and (max-width: 779px) {
  /* line 64, ../../app/assets/stylesheets/pages/artists/compact_header.sass */
  .container .main header.artist_compact .secure {
    right: 15px;
  }
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 64, ../../app/assets/stylesheets/pages/artists/compact_header.sass */
  .container .main header.artist_compact .secure {
    display: none;
  }
}
@media only screen and (min-width: 761px) and (max-width: 779px) {
  /* line 75, ../../app/assets/stylesheets/pages/artists/compact_header.sass */
  .container .main header.artist_compact .secure {
    margin-right: 15px;
  }
  /* line 79, ../../app/assets/stylesheets/pages/artists/compact_header.sass */
  .container .main header.artist_compact hgroup.project > div {
    width: 400px;
  }
  /* line 81, ../../app/assets/stylesheets/pages/artists/compact_header.sass */
  .container .main header.artist_compact hgroup.project:before {
    margin-left: 5px;
    margin-right: 5px;
  }
  /* line 85, ../../app/assets/stylesheets/pages/artists/compact_header.sass */
  .container .main header.artist_compact hgroup.project h1, .container .main header.artist_compact hgroup.project h2, .container .main header.artist_compact hgroup.project h3 {
    max-width: 400px;
  }
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 89, ../../app/assets/stylesheets/pages/artists/compact_header.sass */
  .container .main header.artist_compact .bg img {
    margin-top: -20%;
  }
  /* line 92, ../../app/assets/stylesheets/pages/artists/compact_header.sass */
  .container .main header.artist_compact hgroup.project {
    width: 100%;
    padding: 0px 5px;
  }
  /* line 96, ../../app/assets/stylesheets/pages/artists/compact_header.sass */
  .container .main header.artist_compact hgroup.project:before, .container .main header.artist_compact hgroup.project img {
    margin-left: 5px;
    margin-right: 5px;
  }
  /* line 100, ../../app/assets/stylesheets/pages/artists/compact_header.sass */
  .container .main header.artist_compact hgroup.project h1, .container .main header.artist_compact hgroup.project h2, .container .main header.artist_compact hgroup.project h3 {
    width: 200px;
  }
  /* line 103, ../../app/assets/stylesheets/pages/artists/compact_header.sass */
  .container .main header.artist_compact hgroup.project h1 {
    font-size: 22px;
    line-height: 24px;
    margin-top: 0px;
    margin-left: 0px;
  }
  /* line 108, ../../app/assets/stylesheets/pages/artists/compact_header.sass */
  .container .main header.artist_compact hgroup.project h2, .container .main header.artist_compact hgroup.project h3 {
    font-size: 16px;
    line-height: 18px;
    white-space: initial;
  }
  /* line 112, ../../app/assets/stylesheets/pages/artists/compact_header.sass */
  .container .main header.artist_compact .secure {
    display: none;
  }
}

/* line 3, ../../app/assets/stylesheets/pages/artists/header.sass */
body.parallax > img.bg {
  position: fixed;
  top: 0px;
  left: 50%;
  margin-left: -510px;
  width: 1020px;
}
/* line 9, ../../app/assets/stylesheets/pages/artists/header.sass */
body.parallax #container {
  position: relative;
  top: 572px;
}
/* line 12, ../../app/assets/stylesheets/pages/artists/header.sass */
body.parallax #container #main {
  padding-top: 40px;
}
/* line 14, ../../app/assets/stylesheets/pages/artists/header.sass */
body.parallax #container #main > header.main, body.parallax #container #main > header.main.artists.with_hero {
  position: absolute;
  top: -574px;
  background: none !important;
  height: 574px !important;
}

/* line 22, ../../app/assets/stylesheets/pages/artists/header.sass */
#container #main > header.main.artists {
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 4px 4px -2px #a1a1a1;
  background-color: black;
  width: 100%;
  height: 240px !important;
}
/* line 32, ../../app/assets/stylesheets/pages/artists/header.sass */
#container #main > header.main.artists img.bg {
  position: absolute;
  width: 100%;
}
/* line 36, ../../app/assets/stylesheets/pages/artists/header.sass */
#container #main > header.main.artists > h1 {
  font-family: DINWeb-Black, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 84px;
  line-height: 86px;
}
/* line 44, ../../app/assets/stylesheets/pages/artists/header.sass */
#container #main > header.main.artists.with_hero > * {
  z-index: 2;
}
/* line 47, ../../app/assets/stylesheets/pages/artists/header.sass */
#container #main > header.main.artists.with_hero > img.bg {
  z-index: 1;
}
/* line 50, ../../app/assets/stylesheets/pages/artists/header.sass */
#container #main > header.main.artists.with_hero:before {
  z-index: 2;
  position: absolute;
  bottom: 0;
  height: 50%;
  left: 0px;
  right: 0px;
  content: "";
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.25)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#40000000',GradientType=0 );
}
/* line 72, ../../app/assets/stylesheets/pages/artists/header.sass */
#container #main > header.main.artists.with_hero.with_tabs:before {
  bottom: 50px;
}
@media only screen and (min-width: 780px) {
  /* line 77, ../../app/assets/stylesheets/pages/artists/header.sass */
  #container #main > header.main.artists.with_hero {
    height: 450px !important;
  }
  /* line 79, ../../app/assets/stylesheets/pages/artists/header.sass */
  #container #main > header.main.artists.with_hero img {
    min-height: 450px;
  }
  /* line 82, ../../app/assets/stylesheets/pages/artists/header.sass */
  #container #main > header.main.artists h1 {
    left: 40px;
    max-width: 740px;
  }
}
@media only screen and (min-width: 761px) and (max-width: 779px) {
  /* line 87, ../../app/assets/stylesheets/pages/artists/header.sass */
  #container #main > header.main.artists.with_hero {
    height: 400px !important;
  }
  /* line 89, ../../app/assets/stylesheets/pages/artists/header.sass */
  #container #main > header.main.artists.with_hero img {
    min-height: 400px;
  }
  /* line 91, ../../app/assets/stylesheets/pages/artists/header.sass */
  #container #main > header.main.artists h1 {
    left: 30px;
    max-width: 500px;
    font-size: 76px;
    line-height: 78px;
  }
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 22, ../../app/assets/stylesheets/pages/artists/header.sass */
  #container #main > header.main.artists {
    height: 150px !important;
  }
  /* line 98, ../../app/assets/stylesheets/pages/artists/header.sass */
  #container #main > header.main.artists.with_hero {
    height: 150px !important;
  }
  /* line 100, ../../app/assets/stylesheets/pages/artists/header.sass */
  #container #main > header.main.artists.with_hero:before {
    bottom: 0px;
  }
  /* line 102, ../../app/assets/stylesheets/pages/artists/header.sass */
  #container #main > header.main.artists.with_hero img {
    min-height: 150px;
  }
  /* line 105, ../../app/assets/stylesheets/pages/artists/header.sass */
  #container #main > header.main.artists > h1 {
    font-size: 30px;
    line-height: 32px;
    left: 15px;
    bottom: 15px;
  }
}

/* line 2, ../../app/assets/stylesheets/pages/artists/hero_overlay_box.sass */
.hero_overlay_box {
  position: relative;
  background-color: white;
  margin-bottom: 30px;
  overflow: hidden;
  border: 1px solid #dbdbdb;
}
/* line 10, ../../app/assets/stylesheets/pages/artists/hero_overlay_box.sass */
.hero_overlay_box .hero_bg {
  background-color: #dbdbdb;
}
/* line 13, ../../app/assets/stylesheets/pages/artists/hero_overlay_box.sass */
.hero_overlay_box .hero_bg img {
  margin-top: 0%;
}
/* line 16, ../../app/assets/stylesheets/pages/artists/hero_overlay_box.sass */
.hero_overlay_box header {
  position: relative;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 15px 20px;
  margin: 20px;
}
/* line 22, ../../app/assets/stylesheets/pages/artists/hero_overlay_box.sass */
.hero_overlay_box h3 {
  positon: relative;
  font-size: 20px;
  line-height: 22px;
  padding-bottom: 15px;
  border-bottom: 1px solid #c1c1c1;
  margin-bottom: 15px;
}
/* line 29, ../../app/assets/stylesheets/pages/artists/hero_overlay_box.sass */
.hero_overlay_box h2 {
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 20px;
}
/* line 33, ../../app/assets/stylesheets/pages/artists/hero_overlay_box.sass */
.hero_overlay_box time {
  position: absolute;
  top: 15px;
  right: 20px;
  color: #999999;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 42, ../../app/assets/stylesheets/pages/artists/hero_overlay_box.sass */
  .hero_overlay_box .hero_bg img {
    width: auto;
    height: 100%;
  }
  /* line 46, ../../app/assets/stylesheets/pages/artists/hero_overlay_box.sass */
  .hero_overlay_box time {
    display: none;
  }
}

/* line 2, ../../app/assets/stylesheets/pages/artists/preview_window.sass */
.artist_preview_window {
  width: 100%;
  clear: both;
  position: relative;
  *zoom: 1;
  background-color: black;
  overflow: hidden;
}
/* line 52, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
.artist_preview_window:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 780px) {
  /* line 2, ../../app/assets/stylesheets/pages/artists/preview_window.sass */
  .artist_preview_window {
    margin-left: -40px;
    margin-right: -40px;
    margin-bottom: 30px;
    padding: 40px;
  }
}
@media only screen and (min-width: 761px) and (max-width: 779px) {
  /* line 2, ../../app/assets/stylesheets/pages/artists/preview_window.sass */
  .artist_preview_window {
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 30px;
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 2, ../../app/assets/stylesheets/pages/artists/preview_window.sass */
  .artist_preview_window {
    display: none;
  }
}
/* line 30, ../../app/assets/stylesheets/pages/artists/preview_window.sass */
.artist_preview_window > section {
  padding: 15px;
  margin-bottom: 20px;
  background-color: white;
  margin-bottom: 0px;
  -webkit-box-shadow: 0px 2px 4px -1px #444444;
  -moz-box-shadow: 0px 2px 4px -1px #444444;
  -ms-box-shadow: 0px 2px 4px -1px #444444;
  -o-box-shadow: 0px 2px 4px -1px #444444;
  box-shadow: 0px 2px 4px -1px #444444;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
  position: relative;
}
/* line 37, ../../app/assets/stylesheets/pages/artists/preview_window.sass */
.artist_preview_window > section.list ul {
  padding: 0px;
  margin: 0px;
}
/* line 46, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
.artist_preview_window > section.list ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* line 39, ../../app/assets/stylesheets/pages/artists/preview_window.sass */
.artist_preview_window > section.list ul li {
  margin-bottom: 15px;
}
/* line 40, ../../app/assets/stylesheets/pages/artists/preview_window.sass */
.artist_preview_window > section.list ul li a {
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  text-decoration: none;
}
/* line 43, ../../app/assets/stylesheets/pages/artists/preview_window.sass */
.artist_preview_window > section.list ul li:last-child {
  margin-bottom: 0px;
}
/* line 47, ../../app/assets/stylesheets/pages/artists/preview_window.sass */
.artist_preview_window > section > h1 {
  margin-top: 15px;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-family: Helvetica, sans-serif;
  font-size: 20px;
  line-height: 22px;
  color: #444444;
}
/* line 50, ../../app/assets/stylesheets/pages/artists/preview_window.sass */
.artist_preview_window > section > footer {
  border-top: 1px solid #dbdbdb;
  padding-top: 15px;
  margin-top: 15px;
}
@media only screen and (min-width: 780px) {
  /* line 30, ../../app/assets/stylesheets/pages/artists/preview_window.sass */
  .artist_preview_window > section {
    margin-bottom: 0px;
    display: block;
  }
  /* line 57, ../../app/assets/stylesheets/pages/artists/preview_window.sass */
  .artist_preview_window > section:nth-child(2) {
    float: left;
    width: 620px;
  }
  /* line 61, ../../app/assets/stylesheets/pages/artists/preview_window.sass */
  .artist_preview_window > section:nth-child(3) {
    float: right;
    width: 300px;
  }
}
@media only screen and (min-width: 761px) and (max-width: 779px) {
  /* line 66, ../../app/assets/stylesheets/pages/artists/preview_window.sass */
  .artist_preview_window > section:nth-child(2) {
    width: 100%;
  }
}
/* line 75, ../../app/assets/stylesheets/pages/artists/preview_window.sass */
.artist_preview_window .bg {
  position: absolute;
  z-index: 1;
  top: -10px;
  left: -10px;
  bottom: -10px;
  right: -10px;
  background-size: 100%;
  box-shadow: inset 0px 10px 20px black, inset 0px -10px 20px black;
  background-color: black;
  opacity: 0.7;
}

/* line 4, ../../app/assets/stylesheets/pages/artists/sign_up.sass */
#container.artists_sign_up #main > header.main {
  background: url(//d1nvfozp665ptr.cloudfront.net/pipeline/headers/blue_speakers-6c959e686dca3fef6d5160243c5b4eae.jpg) no-repeat center center;
  box-shadow: inset 0px -5px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow-width: 200px;
}
/* line 13, ../../app/assets/stylesheets/pages/artists/sign_up.sass */
#container.artists_sign_up #main article.sign_up > section {
  margin-bottom: 20px;
}
/* line 21, ../../app/assets/stylesheets/pages/artists/sign_up.sass */
#container.artists_sign_up #main aside section {
  padding-bottom: 10px;
  margin-bottom: 20px;
}
/* line 24, ../../app/assets/stylesheets/pages/artists/sign_up.sass */
#container.artists_sign_up #main aside section > h1 {
  margin-top: 15px;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-family: Helvetica, sans-serif;
  font-size: 20px;
  line-height: 22px;
  color: #444444;
  margin-bottom: 0px;
}
/* line 28, ../../app/assets/stylesheets/pages/artists/sign_up.sass */
#container.artists_sign_up #main aside section.faqs {
  border-bottom: 1px solid #dbdbdb;
}
/* line 30, ../../app/assets/stylesheets/pages/artists/sign_up.sass */
#container.artists_sign_up #main aside section.faqs > h1 {
  margin-bottom: 20px;
}
/* line 35, ../../app/assets/stylesheets/pages/artists/sign_up.sass */
#container.artists_sign_up #main aside section.testimonials h1 {
  border-bottom: 0px;
  margin-bottom: 5px;
}
/* line 38, ../../app/assets/stylesheets/pages/artists/sign_up.sass */
#container.artists_sign_up #main aside section.testimonials .video {
  margin-bottom: 10px;
}
/* line 41, ../../app/assets/stylesheets/pages/artists/sign_up.sass */
#container.artists_sign_up #main aside .article_card {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 15px;
}
/* line 46, ../../app/assets/stylesheets/pages/artists/sign_up.sass */
#container.artists_sign_up #main aside .article_card h1 {
  font-size: 18px;
  line-height: 20px;
}
/* line 54, ../../app/assets/stylesheets/pages/artists/sign_up.sass */
#container.artists_sign_up #main .example_artists {
  border: 1px solid #dbdbdb;
  text-align: center;
  padding: 20px;
  margin: 0px 20px;
}
/* line 60, ../../app/assets/stylesheets/pages/artists/sign_up.sass */
#container.artists_sign_up #main .example_artists h1 {
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 18pt;
  line-height: 24pt;
  color: #158a93;
  padding: 0px 40px;
}
/* line 64, ../../app/assets/stylesheets/pages/artists/sign_up.sass */
#container.artists_sign_up #main .example_artists a {
  text-decoration: none;
}
/* line 66, ../../app/assets/stylesheets/pages/artists/sign_up.sass */
#container.artists_sign_up #main .example_artists ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
  padding: 0px 10px;
  list-style-type: none;
}
/* line 71, ../../app/assets/stylesheets/pages/artists/sign_up.sass */
#container.artists_sign_up #main .example_artists ul li {
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 14pt;
  line-height: 16pt;
}

@media only screen and (min-width: 761px) and (max-width: 779px) {
  /* line 81, ../../app/assets/stylesheets/pages/artists/sign_up.sass */
  #container.artists_sign_up #main section.testimonials article.article_card {
    display: block;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 800px) {
  /* line 90, ../../app/assets/stylesheets/pages/artists/sign_up.sass */
  #container.artists_sign_up #main article.sign_up {
    padding: 20px 0px 0px 0px;
  }
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 96, ../../app/assets/stylesheets/pages/artists/sign_up.sass */
  #container.artists_sign_up #main {
    padding: 0px;
  }
  /* line 98, ../../app/assets/stylesheets/pages/artists/sign_up.sass */
  #container.artists_sign_up #main article.sign_up {
    margin: 0px auto;
  }
  /* line 102, ../../app/assets/stylesheets/pages/artists/sign_up.sass */
  #container.artists_sign_up #main > section {
    padding: 0px !important;
  }
  /* line 106, ../../app/assets/stylesheets/pages/artists/sign_up.sass */
  #container.artists_sign_up #main .example_artists ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    -ms-column-count: 1;
    -o-column-count: 1;
    column-count: 1;
  }
}
/* line 3, ../../app/assets/stylesheets/pages/artists/sign_up/complete.sass */
#container.artists_sign_up.complete #main > header.main {
  background: url(//d1nvfozp665ptr.cloudfront.net/pipeline/headers/instruments_silhouette-eb550d5c7474224567d3b118b2a240d3.jpg) no-repeat center center;
}
/* line 6, ../../app/assets/stylesheets/pages/artists/sign_up/complete.sass */
#container.artists_sign_up.complete #main article.sign_up {
  padding: 20px;
}
/* line 10, ../../app/assets/stylesheets/pages/artists/sign_up/complete.sass */
#container.artists_sign_up.complete #main article.sign_up h1 {
  font-family: DINWeb, Helvetica, sans-serif;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 22pt;
  line-height: 23.5pt;
  margin-bottom: 20px;
}
/* line 14, ../../app/assets/stylesheets/pages/artists/sign_up/complete.sass */
#container.artists_sign_up.complete #main article.sign_up h2 {
  margin-top: 15px;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-family: Helvetica, sans-serif;
  font-size: 20px;
  line-height: 22px;
  color: #444444;
}
/* line 17, ../../app/assets/stylesheets/pages/artists/sign_up/complete.sass */
#container.artists_sign_up.complete #main article.sign_up section.copy {
  margin-bottom: 30px;
}
/* line 19, ../../app/assets/stylesheets/pages/artists/sign_up/complete.sass */
#container.artists_sign_up.complete #main article.sign_up section.copy p {
  padding: 0px 20px;
}
/* line 21, ../../app/assets/stylesheets/pages/artists/sign_up/complete.sass */
#container.artists_sign_up.complete #main article.sign_up section.copy .artist_button {
  margin-top: 30px;
}
/* line 24, ../../app/assets/stylesheets/pages/artists/sign_up/complete.sass */
#container.artists_sign_up.complete #main article.sign_up section.iphone_app {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 171px;
  border: 1px solid #dbdbdb;
}
/* line 30, ../../app/assets/stylesheets/pages/artists/sign_up/complete.sass */
#container.artists_sign_up.complete #main article.sign_up section.iphone_app p {
  display: block;
  height: 135px;
  text-align: center;
  padding: 10px;
  margin-left: 320px;
  background: url(//d1nvfozp665ptr.cloudfront.net/pipeline/artists/signup/app_store_badge-9594954aa26638a22f42982dffb469ed.png) no-repeat center bottom;
}
/* line 38, ../../app/assets/stylesheets/pages/artists/sign_up/complete.sass */
#container.artists_sign_up.complete #main article.sign_up section.iphone_app p strong {
  display: block;
  font-size: 16pt;
  line-height: 24pt;
}
/* line 42, ../../app/assets/stylesheets/pages/artists/sign_up/complete.sass */
#container.artists_sign_up.complete #main article.sign_up section.iphone_app:before {
  content: "";
  display: block;
  float: left;
  width: 310px;
  height: 100%;
  background: url(//d1nvfozp665ptr.cloudfront.net/pipeline/artists/signup/iphone_app-09d5aeab7ffffa513159a1b325c4268f.jpg) no-repeat center center;
}
/* line 50, ../../app/assets/stylesheets/pages/artists/sign_up/complete.sass */
#container.artists_sign_up.complete #main article.sign_up section.iphone_app:after {
  content: "";
  display: block;
  float: right;
  width: 310px;
  height: 100%;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 59, ../../app/assets/stylesheets/pages/artists/sign_up/complete.sass */
  #container.artists_sign_up.complete #main article.sign_up {
    padding: 10px 5px;
  }
  /* line 63, ../../app/assets/stylesheets/pages/artists/sign_up/complete.sass */
  #container.artists_sign_up.complete #main article.sign_up section.copy > p {
    padding: 5px;
  }
  /* line 66, ../../app/assets/stylesheets/pages/artists/sign_up/complete.sass */
  #container.artists_sign_up.complete #main article.sign_up section.iphone_app {
    display: none;
  }
}

/* line 6, ../../app/assets/stylesheets/pages/artists/sign_up/index.sass */
#container.artists_sign_up.index #main section.video {
  text-align: center;
  padding: 0px 20px 0px 20px;
}
/* line 10, ../../app/assets/stylesheets/pages/artists/sign_up/index.sass */
#container.artists_sign_up.index #main section.video .button.cta {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 300px;
  font-size: 18pt;
  line-height: 19.5pt;
  margin: 30px auto 10px auto;
}
/* line 16, ../../app/assets/stylesheets/pages/artists/sign_up/index.sass */
#container.artists_sign_up.index #main section.message {
  padding: 0px 40px;
}
/* line 18, ../../app/assets/stylesheets/pages/artists/sign_up/index.sass */
#container.artists_sign_up.index #main section.message p {
  color: #999999;
  padding: 10px 0px;
  font-size: 16pt;
  line-height: 22pt;
  line-height: 22pt;
}
/* line 23, ../../app/assets/stylesheets/pages/artists/sign_up/index.sass */
#container.artists_sign_up.index #main section.message p strong {
  display: inline-block;
  font-family: DINWeb-Black, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 18pt;
  line-height: 24pt;
  color: #666666;
}
/* line 28, ../../app/assets/stylesheets/pages/artists/sign_up/index.sass */
#container.artists_sign_up.index #main section.message p strong em {
  display: inline-block;
  height: 24px;
  font-style: normal;
  border-bottom: 3px solid #36c6c7;
}
/* line 34, ../../app/assets/stylesheets/pages/artists/sign_up/index.sass */
#container.artists_sign_up.index #main section.message .intro {
  color: #158a93;
  text-align: center;
  border-top: 2px solid #dbdbdb;
  border-bottom: 2px solid #dbdbdb;
  padding: 15px 0px;
}
/* line 41, ../../app/assets/stylesheets/pages/artists/sign_up/index.sass */
#container.artists_sign_up.index #main section.message .create {
  background: url(//d1nvfozp665ptr.cloudfront.net/pipeline/artists/signup/arrow-b70f97529c08df51d6a34b29bc47a229.png) no-repeat right bottom;
  padding-right: 87px;
}
/* line 45, ../../app/assets/stylesheets/pages/artists/sign_up/index.sass */
#container.artists_sign_up.index #main section.message .deliver {
  text-align: right;
  background: url(//d1nvfozp665ptr.cloudfront.net/pipeline/artists/signup/thumbs_up-2c0e8b2ecd89eb789401d84c01b87d5c.png) no-repeat left bottom;
  padding: 0px 0px 25px 30px;
}
/* line 50, ../../app/assets/stylesheets/pages/artists/sign_up/index.sass */
#container.artists_sign_up.index #main section.message .closing {
  background: url(//d1nvfozp665ptr.cloudfront.net/pipeline/artists/signup/heart-8c3e3a5b3b7fc71745bb6128172a6bb1.png) no-repeat right bottom;
  padding: 0px 60px 20px 0px;
}
/* line 55, ../../app/assets/stylesheets/pages/artists/sign_up/index.sass */
#container.artists_sign_up.index #main section.message:after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 2px solid #dbdbdb;
  margin-bottom: 20px;
}
/* line 62, ../../app/assets/stylesheets/pages/artists/sign_up/index.sass */
#container.artists_sign_up.index #main section.form {
  background: url(//d1nvfozp665ptr.cloudfront.net/pipeline/artists/signup/blue_speakers_full-d2aa46953f12b7bb2f10675b0ceb2fea.jpg) center bottom;
  background-size: 100%;
  padding: 30px;
}
/* line 67, ../../app/assets/stylesheets/pages/artists/sign_up/index.sass */
#container.artists_sign_up.index #main section.form .artist_form {
  width: 380px;
}
/* line 70, ../../app/assets/stylesheets/pages/artists/sign_up/index.sass */
#container.artists_sign_up.index #main section.form .artist_form h1 {
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 22pt;
  line-height: 23.5pt;
  border-bottom: 0px;
  margin: 0px;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 82, ../../app/assets/stylesheets/pages/artists/sign_up/index.sass */
  #container.artists_sign_up.index #main section.video {
    padding: 0px;
    margin: 0px 5px;
  }
  /* line 85, ../../app/assets/stylesheets/pages/artists/sign_up/index.sass */
  #container.artists_sign_up.index #main section.video .button.cta {
    width: 300px;
    margin: 5px auto;
  }
  /* line 89, ../../app/assets/stylesheets/pages/artists/sign_up/index.sass */
  #container.artists_sign_up.index #main section.form {
    padding: 10px;
  }
  /* line 92, ../../app/assets/stylesheets/pages/artists/sign_up/index.sass */
  #container.artists_sign_up.index #main section.form .artist_form {
    width: 100%;
    margin: 0px !important;
  }
  /* line 96, ../../app/assets/stylesheets/pages/artists/sign_up/index.sass */
  #container.artists_sign_up.index #main section.message {
    padding: 10px;
  }
  /* line 98, ../../app/assets/stylesheets/pages/artists/sign_up/index.sass */
  #container.artists_sign_up.index #main section.message p {
    font-size: 14pt;
    line-height: 15.5pt;
  }
  /* line 100, ../../app/assets/stylesheets/pages/artists/sign_up/index.sass */
  #container.artists_sign_up.index #main section.message p strong {
    display: block;
    margin-bottom: 5px;
  }
  /* line 103, ../../app/assets/stylesheets/pages/artists/sign_up/index.sass */
  #container.artists_sign_up.index #main section.message p strong em {
    display: inline;
  }
  /* line 106, ../../app/assets/stylesheets/pages/artists/sign_up/index.sass */
  #container.artists_sign_up.index #main section.message p br {
    display: none;
  }
  /* line 109, ../../app/assets/stylesheets/pages/artists/sign_up/index.sass */
  #container.artists_sign_up.index #main section.message p.intro {
    padding: 15px 40px;
  }
  /* line 111, ../../app/assets/stylesheets/pages/artists/sign_up/index.sass */
  #container.artists_sign_up.index #main section.message p.create, #container.artists_sign_up.index #main section.message p.closing {
    padding-right: 70px;
  }
  /* line 113, ../../app/assets/stylesheets/pages/artists/sign_up/index.sass */
  #container.artists_sign_up.index #main section.message p.deliver {
    padding-left: 60px;
  }
  /* line 118, ../../app/assets/stylesheets/pages/artists/sign_up/index.sass */
  #container.artists_sign_up.index #main section.example_artists {
    padding: 0px;
  }
}

/* line 6, ../../app/assets/stylesheets/pages/artists/sign_up/show.sass */
#container.artists_sign_up #main .artist_form .form_field ul {
  width: 100%;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
  list-style-type: none;
  padding: 0px;
}
/* line 12, ../../app/assets/stylesheets/pages/artists/sign_up/show.sass */
#container.artists_sign_up #main .artist_form .form_field ul li {
  width: 150px;
  margin: 0px 0px 10px 0px;
  padding: 5px;
}
/* line 16, ../../app/assets/stylesheets/pages/artists/sign_up/show.sass */
#container.artists_sign_up #main .artist_form .form_field.wide {
  width: 100%;
}
/* line 18, ../../app/assets/stylesheets/pages/artists/sign_up/show.sass */
#container.artists_sign_up #main .artist_form .form_field.wide textarea {
  width: 100%;
}
/* line 21, ../../app/assets/stylesheets/pages/artists/sign_up/show.sass */
#container.artists_sign_up #main .artist_form input[type=radio] {
  float: left;
  margin: 0px 10px 0px 0px;
}
/* line 25, ../../app/assets/stylesheets/pages/artists/sign_up/show.sass */
#container.artists_sign_up #main .artist_form input[type=radio]#artist_overview_category_other + label {
  text-indent: -2000px;
  float: left;
  margin: 15px 0px 0px 5px;
  padding-left: 15px;
}
/* line 31, ../../app/assets/stylesheets/pages/artists/sign_up/show.sass */
#container.artists_sign_up #main .artist_form #artist_overview_email_subscribers {
  text-align: left;
}
/* line 36, ../../app/assets/stylesheets/pages/artists/sign_up/show.sass */
#container.artists_sign_up #main .artist_form .about_project .other {
  width: 300px;
}
/* line 39, ../../app/assets/stylesheets/pages/artists/sign_up/show.sass */
#container.artists_sign_up #main .artist_form .about_project ul label {
  font-style: normal;
}
/* line 42, ../../app/assets/stylesheets/pages/artists/sign_up/show.sass */
#container.artists_sign_up #main .artist_form .about_project #artist_overview_wants_to_raise_safe {
  width: 215px;
}
/* line 44, ../../app/assets/stylesheets/pages/artists/sign_up/show.sass */
#container.artists_sign_up #main .artist_form .about_project #artist_overview_currency {
  width: 80px;
}
/* line 47, ../../app/assets/stylesheets/pages/artists/sign_up/show.sass */
#container.artists_sign_up #main .artist_form input[type=submit] {
  margin-left: 0px;
  width: 300px;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 53, ../../app/assets/stylesheets/pages/artists/sign_up/show.sass */
  #container.artists_sign_up #main article {
    margin: 0px;
  }
  /* line 56, ../../app/assets/stylesheets/pages/artists/sign_up/show.sass */
  #container.artists_sign_up #main section.sign_up.artist_form {
    margin: 0px 5px;
  }
  /* line 59, ../../app/assets/stylesheets/pages/artists/sign_up/show.sass */
  #container.artists_sign_up #main section.artist_form {
    margin-top: 10px !important;
  }
  /* line 63, ../../app/assets/stylesheets/pages/artists/sign_up/show.sass */
  #container.artists_sign_up #main section.artist_form form > section {
    padding: 5px;
  }
  /* line 66, ../../app/assets/stylesheets/pages/artists/sign_up/show.sass */
  #container.artists_sign_up #main section.artist_form form input[type=submit] {
    width: 100%;
  }
  /* line 70, ../../app/assets/stylesheets/pages/artists/sign_up/show.sass */
  #container.artists_sign_up #main section.artist_form .form_field ul {
    width: 300px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
  }
  /* line 75, ../../app/assets/stylesheets/pages/artists/sign_up/show.sass */
  #container.artists_sign_up #main section.artist_form .about_project .other {
    width: 80%;
  }
}

/* line 3, ../../app/assets/stylesheets/pages/artists/tracks.sass */
article.artist section#tracks, article.project section#tracks, #container.artists section#tracks {
  padding: 15px;
  margin-bottom: 20px;
  background-color: white;
  padding: 0px;
}
/* line 7, ../../app/assets/stylesheets/pages/artists/tracks.sass */
article.artist section#tracks > h1, article.project section#tracks > h1, #container.artists section#tracks > h1 {
  margin-top: 15px;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-family: Helvetica, sans-serif;
  font-size: 20px;
  line-height: 22px;
  color: #444444;
  padding: 15px;
  margin-bottom: 0px !important;
  border-bottom: 0px !important;
  cursor: pointer;
}
/* line 13, ../../app/assets/stylesheets/pages/artists/tracks.sass */
article.artist section#tracks > h1:before, article.project section#tracks > h1:before, #container.artists section#tracks > h1:before {
  display: block;
  content: " ";
  background-position: 0 -3463px;
  width: 25px;
  height: 20px;
  float: right;
  margin-top: 1px;
  margin-right: -3px;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 23, ../../app/assets/stylesheets/pages/artists/tracks.sass */
  article.artist section#tracks > h1:before, article.project section#tracks > h1:before, #container.artists section#tracks > h1:before {
    display: none;
  }
}

/* line 26, ../../app/assets/stylesheets/pages/artists/tracks.sass */
ul.tracks {
  padding: 0px;
  margin: 0px;
}
/* line 46, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
ul.tracks li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* line 28, ../../app/assets/stylesheets/pages/artists/tracks.sass */
ul.tracks li {
  margin: 0px;
}

/* line 31, ../../app/assets/stylesheets/pages/artists/tracks.sass */
a.track_listing, .page_track, a[hack-track] {
  display: block;
  padding: 13px 15px;
  padding-bottom: 10px;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: -1px;
  cursor: pointer;
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  line-height: 22px;
  color: #444444;
}
/* line 46, ../../app/assets/stylesheets/pages/artists/tracks.sass */
a.track_listing:hover, .page_track:hover, a[hack-track]:hover {
  color: #6bbe67;
}
/* line 49, ../../app/assets/stylesheets/pages/artists/tracks.sass */
a.track_listing:before, .page_track:before, a[hack-track]:before {
  display: block;
  content: " ";
  background-position: 0 -3307px;
  width: 22px;
  height: 22px;
  float: right;
  margin-top: -2px;
}
/* line 59, ../../app/assets/stylesheets/pages/artists/tracks.sass */
a.track_listing:hover:before, .page_track:hover:before, a[hack-track]:hover:before {
  background-position: 0 -3186px;
}

/* line 62, ../../app/assets/stylesheets/pages/artists/tracks.sass */
.is_currently_playing {
  color: #6bbe67 !important;
}
/* line 65, ../../app/assets/stylesheets/pages/artists/tracks.sass */
.is_currently_playing:after {
  display: inline-block;
  content: " ";
  background-position: 0 -2591px;
  position: relative;
  top: 2px;
  left: 8px;
  width: 17px;
  height: 15px;
}

/* line 3, ../../app/assets/stylesheets/pages/artists/videos.sass */
article.artist section#videos > article {
  margin-bottom: 15px;
}

/* line 6, ../../app/assets/stylesheets/pages/artists.sass */
.container.artists.index .artist_card {
  float: left;
  display: block;
  margin-right: 15px;
  margin-bottom: 20px;
  width: 300px;
}
/* line 73, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/cards.sass */
.container.artists.index .artist_card:nth-of-type(3n) {
  margin-right: 0px;
}

/* line 10, ../../app/assets/stylesheets/pages/artists.sass */
article.artist {
  *zoom: 1;
}
/* line 52, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
article.artist:after {
  content: "";
  display: table;
  clear: both;
}
/* line 14, ../../app/assets/stylesheets/pages/artists.sass */
article.artist > section {
  clear: both;
}
/* line 21, ../../app/assets/stylesheets/pages/artists.sass */
article.artist #about {
  min-height: 225px;
  max-height: 400px;
  overflow: hidden;
}
/* line 22, ../../app/assets/stylesheets/pages/artists.sass */
article.artist #about h1 {
  display: none;
}
@media only screen and (min-width: 761px) and (max-width: 779px) {
  /* line 21, ../../app/assets/stylesheets/pages/artists.sass */
  article.artist #about {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 40px;
  }
}
/* line 33, ../../app/assets/stylesheets/pages/artists.sass */
article.artist #mailing_list {
  clear: left;
}
/* line 40, ../../app/assets/stylesheets/pages/artists.sass */
article.artist #info {
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
/* line 42, ../../app/assets/stylesheets/pages/artists.sass */
article.artist #info h1 {
  display: none;
}
/* line 46, ../../app/assets/stylesheets/pages/artists.sass */
article.artist #info a {
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  color: black;
  text-decoration: underline;
}
/* line 51, ../../app/assets/stylesheets/pages/artists.sass */
article.artist #info dl {
  border-bottom: 1px solid #dbdbdb;
}
/* line 54, ../../app/assets/stylesheets/pages/artists.sass */
article.artist #info dd {
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  margin: 0px;
  margin-bottom: 20px;
  word-break: break-word;
}
/* line 60, ../../app/assets/stylesheets/pages/artists.sass */
article.artist #info .socials {
  margin-bottom: 20px;
}
/* line 63, ../../app/assets/stylesheets/pages/artists.sass */
article.artist #info .socials .copy:after {
  content: ":";
}
/* line 65, ../../app/assets/stylesheets/pages/artists.sass */
article.artist #info .socials .links {
  color: #dbdbdb;
}
/* line 75, ../../app/assets/stylesheets/pages/artists.sass */
article.artist .artist_preview_window > section > article {
  position: relative;
  height: 280px;
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
}
/* line 81, ../../app/assets/stylesheets/pages/artists.sass */
article.artist .artist_preview_window > section > article img {
  width: 100%;
  margin-bottom: 15px;
}
/* line 85, ../../app/assets/stylesheets/pages/artists.sass */
article.artist .artist_preview_window > section > article h1 {
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 22px;
  color: black;
}
/* line 88, ../../app/assets/stylesheets/pages/artists.sass */
article.artist .artist_preview_window > section > article h1 a, article.artist .artist_preview_window > section > article h1 a:hover {
  color: inherit;
  text-decoration: none;
}
/* line 91, ../../app/assets/stylesheets/pages/artists.sass */
article.artist .artist_preview_window > section > article h2 {
  font-family: DINWeb, Helvetica, sans-serif;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 22px;
  max-height: 66px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  -ms-line-clamp: 3;
  -o-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  margin-bottom: 10px;
}
/* line 85, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
article.artist .artist_preview_window > section > article h2 p {
  display: inline;
}
/* line 96, ../../app/assets/stylesheets/pages/artists.sass */
article.artist .artist_preview_window > section > article .description {
  max-height: 176px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 11;
  -moz-line-clamp: 11;
  -ms-line-clamp: 11;
  -o-line-clamp: 11;
  line-clamp: 11;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  position: relative;
}
/* line 85, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
article.artist .artist_preview_window > section > article .description p {
  display: inline;
}
/* line 90, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
article.artist .artist_preview_window > section > article .description:after {
  position: absolute;
  content: "";
  height: 24px;
  bottom: 2px;
  left: 0px;
  right: 0px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
/* line 100, ../../app/assets/stylesheets/pages/artists.sass */
article.artist .artist_preview_window > section > article footer {
  position: absolute;
  display: block;
  min-height: 24px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  padding: 15px;
  background-color: #f1f1f1;
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
  line-height: 20px;
  color: #444444;
}
/* line 20, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/statuses.sass */
article.artist .artist_preview_window > section > article footer > div {
  display: inline-block;
  vertical-align: middle;
  width: 110px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 27, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/statuses.sass */
article.artist .artist_preview_window > section > article footer.items_1 > div {
  width: 100%;
  margin: 0px !important;
  text-align: center;
}
/* line 33, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/statuses.sass */
article.artist .artist_preview_window > section > article footer .message {
  width: inherit;
  display: block;
  text-align: center;
}
/* line 40, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/statuses.sass */
article.artist .artist_preview_window > section > article footer .progress .ring {
  position: relative;
  top: 5px;
  display: inline-block;
}
/* line 46, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/statuses.sass */
article.artist .artist_preview_window > section > article footer .timer:before {
  position: relative;
  display: inline-block;
  top: 4px;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  content: "";
  background-position: 0 -2806px;
  background-position: 0 -785;
}
/* line 106, ../../app/assets/stylesheets/pages/artists.sass */
article.artist .artist_preview_window section.current_project article img {
  float: left;
  width: 300px;
}
/* line 109, ../../app/assets/stylesheets/pages/artists.sass */
article.artist .artist_preview_window section.current_project article h1, article.artist .artist_preview_window section.current_project article h2, article.artist .artist_preview_window section.current_project article .description {
  margin-left: 320px;
}
/* line 111, ../../app/assets/stylesheets/pages/artists.sass */
article.artist .artist_preview_window section.current_project article footer {
  width: 270px;
  top: 188.75px;
  left: 0px;
  bottom: inherit;
}
/* line 120, ../../app/assets/stylesheets/pages/artists.sass */
article.artist .artist_preview_window section.previous_project article h1 {
  margin-bottom: 15px;
}
/* line 122, ../../app/assets/stylesheets/pages/artists.sass */
article.artist .artist_preview_window section.previous_project article footer {
  position: static;
}

@media only screen and (min-width: 761px), only screen and (device-width: 810px) {
  /* line 128, ../../app/assets/stylesheets/pages/artists.sass */
  #container article.artist > article.project_card {
    display: none;
  }
}

@media only screen and (max-width: 800px) {
  /* line 133, ../../app/assets/stylesheets/pages/artists.sass */
  #container.artists.followers #tracks {
    display: none;
  }
}

@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 140, ../../app/assets/stylesheets/pages/artists.sass */
  #container aside.project #status {
    display: none;
  }
}

/* line 3, ../../app/assets/stylesheets/pages/home/activity.sass */
div#container.home section#recent_activity {
  background-color: transparent;
  border-left: none;
  box-shadow: none;
  height: 650px;
  padding: 0px;
  margin-bottom: 20px;
  overflow: hidden;
}
/* line 10, ../../app/assets/stylesheets/pages/home/activity.sass */
div#container.home section#recent_activity > h1 {
  margin: 0px;
}
@media only screen and (max-width: 800px) {
  /* line 3, ../../app/assets/stylesheets/pages/home/activity.sass */
  div#container.home section#recent_activity {
    display: none;
  }
}
/* line 16, ../../app/assets/stylesheets/pages/home/activity.sass */
div#container.home section#recent_activity ul {
  padding: 0px;
  margin-top: 0px;
  height: 650px;
}
/* line 21, ../../app/assets/stylesheets/pages/home/activity.sass */
div#container.home section#recent_activity li.activity_card {
  display: inline-block;
  padding: 20px;
  padding-left: 70px;
  vertical-align: top;
  overflow: hidden;
  border-bottom: 1px solid #c1c1c1;
}
/* line 29, ../../app/assets/stylesheets/pages/home/activity.sass */
div#container.home section#recent_activity li.activity_card a, div#container.home section#recent_activity li.activity_card a:visited {
  display: inline;
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}
/* line 35, ../../app/assets/stylesheets/pages/home/activity.sass */
div#container.home section#recent_activity li.activity_card.artist b {
  font-weight: bold;
  color: #3e7a3f;
}
/* line 39, ../../app/assets/stylesheets/pages/home/activity.sass */
div#container.home section#recent_activity li.activity_card img {
  width: 50px;
  height: 50px;
  margin-left: -70px;
  float: left;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
/* line 46, ../../app/assets/stylesheets/pages/home/activity.sass */
div#container.home section#recent_activity li.activity_card time {
  display: block;
  width: 100%;
  text-align: right;
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  margin-top: 5px;
}
/* line 54, ../../app/assets/stylesheets/pages/home/activity.sass */
div#container.home section#recent_activity li.activity_card:last-child {
  border-bottom: none;
}
/* line 59, ../../app/assets/stylesheets/pages/home/activity.sass */
div#container.home section#recent_activity li.activity_card.person img {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
}
/* line 62, ../../app/assets/stylesheets/pages/home/activity.sass */
div#container.home section#recent_activity:after {
  display: block;
  content: "";
  height: 100px;
  width: 300px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(241, 241, 241, 0)), color-stop(100%, #f1f1f1));
  background-image: -webkit-linear-gradient(rgba(241, 241, 241, 0), #f1f1f1);
  background-image: -moz-linear-gradient(rgba(241, 241, 241, 0), #f1f1f1);
  background-image: -o-linear-gradient(rgba(241, 241, 241, 0), #f1f1f1);
  background-image: linear-gradient(rgba(241, 241, 241, 0), #f1f1f1);
  margin-top: -140px;
  position: relative;
}

/* line 23, ../../app/assets/stylesheets/pages/home/bento.sass */
#container.home article#bento a {
  display: inline-block;
  width: inherit;
  height: inherit;
}

@media only screen and (min-width: 761px), only screen and (device-width: 810px) {
  /* line 45, ../../app/assets/stylesheets/pages/home/bento/desktop.sass */
  #container.home article#bento {
    position: relative;
    width: 1020px;
    height: 500px;
    margin: 0px;
    margin-bottom: 15px;
  }
  /* line 53, ../../app/assets/stylesheets/pages/home/bento/desktop.sass */
  #container.home article#bento article.card {
    display: block;
  }
  /* line 81, ../../app/assets/stylesheets/pages/home/bento/desktop.sass */
  #container.home article#bento .card {
    position: absolute;
    background-color: gray;
    overflow: hidden;
  }
  /* line 86, ../../app/assets/stylesheets/pages/home/bento/desktop.sass */
  #container.home article#bento .card header {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
    position: absolute;
    bottom: 0px;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 9, ../../app/assets/stylesheets/pages/home/bento.sass */
  #container.home article#bento .card header h1, #container.home article#bento .card header h2 {
    overflow: hidden;
    color: white;
  }
  /* line 12, ../../app/assets/stylesheets/pages/home/bento.sass */
  #container.home article#bento .card header h1 a, #container.home article#bento .card header h2 a {
    color: white;
    text-decoration: none;
  }
  /* line 15, ../../app/assets/stylesheets/pages/home/bento.sass */
  #container.home article#bento .card header h1 {
    font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    font-weight: normal;
    font-style: normal;
    font-size: 26px;
    line-height: 28px;
  }
  /* line 17, ../../app/assets/stylesheets/pages/home/bento.sass */
  #container.home article#bento .card header h2 {
    font-family: DINWeb, Helvetica, sans-serif;
    letter-spacing: normal;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 22px;
  }
  /* line 89, ../../app/assets/stylesheets/pages/home/bento/desktop.sass */
  #container.home article#bento .card img {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  /* line 93, ../../app/assets/stylesheets/pages/home/bento/desktop.sass */
  #container.home article#bento .card img:hover + header {
    display: block;
  }
  /* line 96, ../../app/assets/stylesheets/pages/home/bento/desktop.sass */
  #container.home article#bento .card.logo {
    left: 0px;
    top: 0;
    width: 200px;
    height: 270px;
    background: url(//d1nvfozp665ptr.cloudfront.net/pipeline/logos/pledge_logo_215x250-f34f38bbf489154f34e3c0b57a4928f3.png) no-repeat center;
    background-color: white;
    height: 225px;
    background-size: 115px 175px;
    color: transparent;
    text-indent: -9999px;
    word-break: break-all;
  }
  /* line 12, ../../app/assets/stylesheets/pages/home/bento/desktop.sass */
  #container.home article#bento .card.logo header {
    width: 200px;
    padding: 10px 20px;
  }
  /* line 108, ../../app/assets/stylesheets/pages/home/bento/desktop.sass */
  #container.home article#bento .card.logo .hover {
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.85);
    text-indent: initial;
    text-align: center;
  }
  /* line 119, ../../app/assets/stylesheets/pages/home/bento/desktop.sass */
  #container.home article#bento .card.logo .hover h1 {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 70%;
    height: 40px;
    font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 22px;
    color: #3e7a3f;
    word-break: normal;
    padding: 15px;
    border: 2px solid #3e7a3f;
    margin: 0px auto;
  }
  /* line 133, ../../app/assets/stylesheets/pages/home/bento/desktop.sass */
  #container.home article#bento .card.logo:hover .hover {
    display: block;
  }
  /* line 143, ../../app/assets/stylesheets/pages/home/bento/desktop.sass */
  #container.home article#bento .card.brand {
    left: 0px;
    top: 230px;
    width: 200px;
    height: 270px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
    font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 22px;
    height: 65px;
    line-height: 70px;
    color: white;
    cursor: default;
    vertical-align: middle;
    text-align: center;
    background-color: #3e7a3f;
  }
  /* line 12, ../../app/assets/stylesheets/pages/home/bento/desktop.sass */
  #container.home article#bento .card.brand header {
    width: 200px;
    padding: 10px 20px;
  }
  /* line 158, ../../app/assets/stylesheets/pages/home/bento/desktop.sass */
  #container.home article#bento .card._1 {
    left: 0px;
    top: 0;
    width: 200px;
    height: 270px;
    height: 200px;
    top: 300px;
  }
  /* line 12, ../../app/assets/stylesheets/pages/home/bento/desktop.sass */
  #container.home article#bento .card._1 header {
    width: 200px;
    padding: 10px 20px;
  }
  /* line 166, ../../app/assets/stylesheets/pages/home/bento/desktop.sass */
  #container.home article#bento .card._2 {
    left: 205px;
    top: 0;
    width: 405px;
    height: 225px;
  }
  /* line 12, ../../app/assets/stylesheets/pages/home/bento/desktop.sass */
  #container.home article#bento .card._2 header {
    width: 405px;
    padding: 10px 20px;
  }
  /* line 168, ../../app/assets/stylesheets/pages/home/bento/desktop.sass */
  #container.home article#bento .card._3 {
    left: 205px;
    top: 230px;
    width: 200px;
    height: 270px;
  }
  /* line 12, ../../app/assets/stylesheets/pages/home/bento/desktop.sass */
  #container.home article#bento .card._3 header {
    width: 200px;
    padding: 10px 20px;
  }
  /* line 170, ../../app/assets/stylesheets/pages/home/bento/desktop.sass */
  #container.home article#bento .card._4 {
    left: 410px;
    top: 230px;
    width: 200px;
    height: 270px;
  }
  /* line 12, ../../app/assets/stylesheets/pages/home/bento/desktop.sass */
  #container.home article#bento .card._4 header {
    width: 200px;
    padding: 10px 20px;
  }
  /* line 172, ../../app/assets/stylesheets/pages/home/bento/desktop.sass */
  #container.home article#bento .card._5 {
    left: 615px;
    top: 0;
    width: 200px;
    height: 270px;
  }
  /* line 12, ../../app/assets/stylesheets/pages/home/bento/desktop.sass */
  #container.home article#bento .card._5 header {
    width: 200px;
    padding: 10px 20px;
  }
  /* line 174, ../../app/assets/stylesheets/pages/home/bento/desktop.sass */
  #container.home article#bento .card._6 {
    left: 820px;
    top: 0;
    width: 200px;
    height: 270px;
  }
  /* line 12, ../../app/assets/stylesheets/pages/home/bento/desktop.sass */
  #container.home article#bento .card._6 header {
    width: 200px;
    padding: 10px 20px;
  }
  /* line 176, ../../app/assets/stylesheets/pages/home/bento/desktop.sass */
  #container.home article#bento .card._7 {
    left: 615px;
    top: 275px;
    width: 405px;
    height: 225px;
  }
  /* line 12, ../../app/assets/stylesheets/pages/home/bento/desktop.sass */
  #container.home article#bento .card._7 header {
    width: 405px;
    padding: 10px 20px;
  }
  /* line 181, ../../app/assets/stylesheets/pages/home/bento/desktop.sass */
  #container.home article#bento .card a {
    display: inline-block;
    width: inherit;
    height: inherit;
  }
}
@media only screen and (min-width: 761px) and (min-width: 780px), only screen and (device-width: 810px) and (min-width: 780px) {
  /* line 60, ../../app/assets/stylesheets/pages/home/bento/desktop.sass */
  #container.home article#bento .card header h1 {
    font-size: 22px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 761px) and (min-width: 761px) and (max-width: 779px), only screen and (device-width: 810px) and (min-width: 761px) and (max-width: 779px) {
  /* line 45, ../../app/assets/stylesheets/pages/home/bento/desktop.sass */
  #container.home article#bento {
    width: 768px;
    height: 375px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 25px;
  }
  /* line 72, ../../app/assets/stylesheets/pages/home/bento/desktop.sass */
  #container.home article#bento .card header h1 {
    font-size: 20px;
    line-height: 22px;
  }
  /* line 74, ../../app/assets/stylesheets/pages/home/bento/desktop.sass */
  #container.home article#bento .card header h2 {
    font-size: 16px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 761px) and (width: 810px), only screen and (device-width: 810px) and (width: 810px) {
  /* line 45, ../../app/assets/stylesheets/pages/home/bento/desktop.sass */
  #container.home article#bento {
    width: 745px;
  }
}
@media only screen and (min-width: 761px) and (min-width: 761px) and (max-width: 779px), only screen and (device-width: 810px) and (min-width: 761px) and (max-width: 779px) {
  /* line 96, ../../app/assets/stylesheets/pages/home/bento/desktop.sass */
  #container.home article#bento .card.logo {
    left: 0px;
    top: 0;
    width: 151px;
    height: 205px;
  }
  /* line 12, ../../app/assets/stylesheets/pages/home/bento/desktop.sass */
  #container.home article#bento .card.logo header {
    width: 151px;
    padding: 10px;
  }
}
@media only screen and (min-width: 761px) and (min-width: 761px) and (max-width: 779px), only screen and (device-width: 810px) and (min-width: 761px) and (max-width: 779px) {
  /* line 96, ../../app/assets/stylesheets/pages/home/bento/desktop.sass */
  #container.home article#bento .card.logo {
    height: 170px;
    background-size: 85px 135px;
  }
}
@media only screen and (min-width: 761px) and (min-width: 761px) and (max-width: 779px), only screen and (device-width: 810px) and (min-width: 761px) and (max-width: 779px) {
  /* line 143, ../../app/assets/stylesheets/pages/home/bento/desktop.sass */
  #container.home article#bento .card.brand {
    left: 0px;
    top: 173px;
    width: 151px;
    height: 205px;
  }
  /* line 12, ../../app/assets/stylesheets/pages/home/bento/desktop.sass */
  #container.home article#bento .card.brand header {
    width: 151px;
    padding: 10px;
  }
}
@media only screen and (min-width: 761px) and (min-width: 761px) and (max-width: 779px), only screen and (device-width: 810px) and (min-width: 761px) and (max-width: 779px) {
  /* line 143, ../../app/assets/stylesheets/pages/home/bento/desktop.sass */
  #container.home article#bento .card.brand {
    font-size: 15px;
    line-height: 56px;
    height: 50px;
  }
}
@media only screen and (min-width: 761px) and (min-width: 761px) and (max-width: 779px), only screen and (device-width: 810px) and (min-width: 761px) and (max-width: 779px) {
  /* line 158, ../../app/assets/stylesheets/pages/home/bento/desktop.sass */
  #container.home article#bento .card._1 {
    left: 0px;
    top: 0;
    width: 151px;
    height: 205px;
  }
  /* line 12, ../../app/assets/stylesheets/pages/home/bento/desktop.sass */
  #container.home article#bento .card._1 header {
    width: 151px;
    padding: 10px;
  }
}
@media only screen and (min-width: 761px) and (min-width: 761px) and (max-width: 779px), only screen and (device-width: 810px) and (min-width: 761px) and (max-width: 779px) {
  /* line 158, ../../app/assets/stylesheets/pages/home/bento/desktop.sass */
  #container.home article#bento .card._1 {
    height: 150px;
    top: 228px;
  }
}
@media only screen and (min-width: 761px) and (min-width: 761px) and (max-width: 779px), only screen and (device-width: 810px) and (min-width: 761px) and (max-width: 779px) {
  /* line 166, ../../app/assets/stylesheets/pages/home/bento/desktop.sass */
  #container.home article#bento .card._2 {
    left: 154px;
    top: 0;
    width: 305px;
    height: 170px;
  }
  /* line 12, ../../app/assets/stylesheets/pages/home/bento/desktop.sass */
  #container.home article#bento .card._2 header {
    width: 305px;
    padding: 10px;
  }
}
@media only screen and (min-width: 761px) and (min-width: 761px) and (max-width: 779px), only screen and (device-width: 810px) and (min-width: 761px) and (max-width: 779px) {
  /* line 168, ../../app/assets/stylesheets/pages/home/bento/desktop.sass */
  #container.home article#bento .card._3 {
    left: 154px;
    top: 173px;
    width: 151px;
    height: 205px;
  }
  /* line 12, ../../app/assets/stylesheets/pages/home/bento/desktop.sass */
  #container.home article#bento .card._3 header {
    width: 151px;
    padding: 10px;
  }
}
@media only screen and (min-width: 761px) and (min-width: 761px) and (max-width: 779px), only screen and (device-width: 810px) and (min-width: 761px) and (max-width: 779px) {
  /* line 170, ../../app/assets/stylesheets/pages/home/bento/desktop.sass */
  #container.home article#bento .card._4 {
    left: 308px;
    top: 173px;
    width: 151px;
    height: 205px;
  }
  /* line 12, ../../app/assets/stylesheets/pages/home/bento/desktop.sass */
  #container.home article#bento .card._4 header {
    width: 151px;
    padding: 10px;
  }
}
@media only screen and (min-width: 761px) and (min-width: 761px) and (max-width: 779px), only screen and (device-width: 810px) and (min-width: 761px) and (max-width: 779px) {
  /* line 172, ../../app/assets/stylesheets/pages/home/bento/desktop.sass */
  #container.home article#bento .card._5 {
    left: 462px;
    top: 0;
    width: 151px;
    height: 205px;
  }
  /* line 12, ../../app/assets/stylesheets/pages/home/bento/desktop.sass */
  #container.home article#bento .card._5 header {
    width: 151px;
    padding: 10px;
  }
}
@media only screen and (min-width: 761px) and (min-width: 761px) and (max-width: 779px), only screen and (device-width: 810px) and (min-width: 761px) and (max-width: 779px) {
  /* line 174, ../../app/assets/stylesheets/pages/home/bento/desktop.sass */
  #container.home article#bento .card._6 {
    left: 616px;
    top: 0;
    width: 151px;
    height: 205px;
  }
  /* line 12, ../../app/assets/stylesheets/pages/home/bento/desktop.sass */
  #container.home article#bento .card._6 header {
    width: 151px;
    padding: 10px;
  }
}
@media only screen and (min-width: 761px) and (min-width: 761px) and (max-width: 779px), only screen and (device-width: 810px) and (min-width: 761px) and (max-width: 779px) {
  /* line 176, ../../app/assets/stylesheets/pages/home/bento/desktop.sass */
  #container.home article#bento .card._7 {
    left: 462px;
    top: 208px;
    width: 305px;
    height: 170px;
  }
  /* line 12, ../../app/assets/stylesheets/pages/home/bento/desktop.sass */
  #container.home article#bento .card._7 header {
    width: 305px;
    padding: 10px;
  }
}

/* line 194, ../../app/assets/stylesheets/pages/home/bento/desktop.sass */
html.touch article#bento .card header h2 {
  display: none;
}

/* line 201, ../../app/assets/stylesheets/pages/home/bento/desktop.sass */
html.no-touch article#bento .card header h1 {
  margin-bottom: 0px;
  -webkit-transition: margin-bottom 0.1s ease-out;
  -moz-transition: margin-bottom 0.1s ease-out;
  -ms-transition: margin-bottom 0.1s ease-out;
  -o-transition: margin-bottom 0.1s ease-out;
  transition: margin-bottom 0.1s ease-out;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
/* line 205, ../../app/assets/stylesheets/pages/home/bento/desktop.sass */
html.no-touch article#bento .card header h2 {
  display: block;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-out;
  -moz-transition: max-height 0.5s ease-out;
  -ms-transition: max-height 0.5s ease-out;
  -o-transition: max-height 0.5s ease-out;
  transition: max-height 0.5s ease-out;
}
/* line 212, ../../app/assets/stylesheets/pages/home/bento/desktop.sass */
html.no-touch article#bento .card:hover header h1 {
  margin-bottom: 5px;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
/* line 215, ../../app/assets/stylesheets/pages/home/bento/desktop.sass */
html.no-touch article#bento .card:hover header h2 {
  max-height: 100px;
  -webkit-transition: max-height 0.3s ease-in;
  -moz-transition: max-height 0.3s ease-in;
  -ms-transition: max-height 0.3s ease-in;
  -o-transition: max-height 0.3s ease-in;
  transition: max-height 0.3s ease-in;
}

@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 5, ../../app/assets/stylesheets/pages/home/bento/handset.sass */
  #container.home article#bento {
    position: relative;
    margin: 0px;
    background: white;
    overflow: hidden !important;
    margin-bottom: 20px;
  }
  /* line 12, ../../app/assets/stylesheets/pages/home/bento/handset.sass */
  #container.home article#bento > header {
    padding: 0px;
    margin: 0px;
  }
  /* line 15, ../../app/assets/stylesheets/pages/home/bento/handset.sass */
  #container.home article#bento .logo {
    height: 50px;
    color: transparent;
    text-indent: -9999px;
    word-break: break-all;
    background-image: url(//d1nvfozp665ptr.cloudfront.net/pipeline/x1-saa83e91c3d-609a9a923fb2c52b41bdf74a5b6caf8e.png);
    background-position: 0 -20px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    height: 41px;
    width: 286px;
    margin: 5px auto;
  }
  /* line 24, ../../app/assets/stylesheets/pages/home/bento/handset.sass */
  #container.home article#bento .brand {
    display: none;
  }
  /* line 27, ../../app/assets/stylesheets/pages/home/bento/handset.sass */
  #container.home article#bento .cards {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 165px;
    padding: 5px 0px;
  }
  /* line 33, ../../app/assets/stylesheets/pages/home/bento/handset.sass */
  #container.home article#bento .cards article {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
    overflow: hidden;
    height: 160px;
    width: 106px;
  }
  /* line 41, ../../app/assets/stylesheets/pages/home/bento/handset.sass */
  #container.home article#bento .cards article img {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  /* line 46, ../../app/assets/stylesheets/pages/home/bento/handset.sass */
  #container.home article#bento .cards article header {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
    position: absolute;
    bottom: 0px;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 10px;
    width: inherit;
  }
  /* line 9, ../../app/assets/stylesheets/pages/home/bento.sass */
  #container.home article#bento .cards article header h1, #container.home article#bento .cards article header h2 {
    overflow: hidden;
    color: white;
  }
  /* line 12, ../../app/assets/stylesheets/pages/home/bento.sass */
  #container.home article#bento .cards article header h1 a, #container.home article#bento .cards article header h2 a {
    color: white;
    text-decoration: none;
  }
  /* line 15, ../../app/assets/stylesheets/pages/home/bento.sass */
  #container.home article#bento .cards article header h1 {
    font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    font-weight: normal;
    font-style: normal;
    font-size: 26px;
    line-height: 28px;
  }
  /* line 17, ../../app/assets/stylesheets/pages/home/bento.sass */
  #container.home article#bento .cards article header h2 {
    font-family: DINWeb, Helvetica, sans-serif;
    letter-spacing: normal;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 22px;
  }
  /* line 51, ../../app/assets/stylesheets/pages/home/bento/handset.sass */
  #container.home article#bento .cards article header h1 {
    font-size: 16px;
    line-height: 18px;
  }
  /* line 53, ../../app/assets/stylesheets/pages/home/bento/handset.sass */
  #container.home article#bento .cards article header h2 {
    display: none;
  }
  /* line 56, ../../app/assets/stylesheets/pages/home/bento/handset.sass */
  #container.home article#bento .cards #bento_card3, #container.home article#bento .cards #bento_card4, #container.home article#bento .cards #bento_card5, #container.home article#bento .cards #bento_card6 {
    display: inline-block;
  }
  /* line 60, ../../app/assets/stylesheets/pages/home/bento/handset.sass */
  #container.home article#bento .cards .owl-nav {
    display: none;
  }
  /* line 62, ../../app/assets/stylesheets/pages/home/bento/handset.sass */
  #container.home article#bento .cards .owl-item {
    display: inline-block;
  }
  /* line 65, ../../app/assets/stylesheets/pages/home/bento/handset.sass */
  #container.home article#bento .cards .owl-stage {
    -webkit-transition-timing: ease-out;
    -moz-transition-timing: ease-out;
    -ms-transition-timing: ease-out;
    -o-transition-timing: ease-out;
    transition-timing: ease-out;
  }
  /* line 69, ../../app/assets/stylesheets/pages/home/bento/handset.sass */
  #container.home article#bento .cardsx {
    overflow: hidden;
    padding: 5px;
    width: 1221px;
    margin-left: 0px;
    -webkit-transition: margin-left 0.2s ease-in-out;
    -moz-transition: margin-left 0.2s ease-in-out;
    -ms-transition: margin-left 0.2s ease-in-out;
    -o-transition: margin-left 0.2s ease-in-out;
    transition: margin-left 0.2s ease-in-out;
  }
  /* line 77, ../../app/assets/stylesheets/pages/home/bento/handset.sass */
  #container.home article#bento .cardsx article._2 header {
    display: block;
  }
  /* line 85, ../../app/assets/stylesheets/pages/home/bento/handset.sass */
  #container.home article#bento .cardsx article {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
    overflow: hidden;
    position: relative;
    height: 160px;
  }
  /* line 93, ../../app/assets/stylesheets/pages/home/bento/handset.sass */
  #container.home article#bento .cardsx article._1 {
    width: 160px;
    float: right;
  }
  /* line 97, ../../app/assets/stylesheets/pages/home/bento/handset.sass */
  #container.home article#bento .cardsx article._2, #container.home article#bento .cardsx article._7 {
    width: 284px;
  }
  /* line 100, ../../app/assets/stylesheets/pages/home/bento/handset.sass */
  #container.home article#bento .cardsx article._3, #container.home article#bento .cardsx article._4, #container.home article#bento .cardsx article._5, #container.home article#bento .cardsx article._6 {
    width: 117px;
  }
  /* line 102, ../../app/assets/stylesheets/pages/home/bento/handset.sass */
  #container.home article#bento .cardsx article img {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  /* line 107, ../../app/assets/stylesheets/pages/home/bento/handset.sass */
  #container.home article#bento .cardsx article header {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
    position: absolute;
    bottom: 0px;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
  }
  /* line 9, ../../app/assets/stylesheets/pages/home/bento.sass */
  #container.home article#bento .cardsx article header h1, #container.home article#bento .cardsx article header h2 {
    overflow: hidden;
    color: white;
  }
  /* line 12, ../../app/assets/stylesheets/pages/home/bento.sass */
  #container.home article#bento .cardsx article header h1 a, #container.home article#bento .cardsx article header h2 a {
    color: white;
    text-decoration: none;
  }
  /* line 15, ../../app/assets/stylesheets/pages/home/bento.sass */
  #container.home article#bento .cardsx article header h1 {
    font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    font-weight: normal;
    font-style: normal;
    font-size: 26px;
    line-height: 28px;
  }
  /* line 17, ../../app/assets/stylesheets/pages/home/bento.sass */
  #container.home article#bento .cardsx article header h2 {
    font-family: DINWeb, Helvetica, sans-serif;
    letter-spacing: normal;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 22px;
  }
  /* line 111, ../../app/assets/stylesheets/pages/home/bento/handset.sass */
  #container.home article#bento .cardsx article header h1 {
    font-size: 18px;
    line-height: 20px;
  }
  /* line 113, ../../app/assets/stylesheets/pages/home/bento/handset.sass */
  #container.home article#bento .cardsx article header h2 {
    display: none;
  }
}
@media only screen and (max-width: 750px) and (-webkit-min-device-pixel-ratio: 2), screen and (width: 810px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 750px) and (min-resolution: 192dpi), screen and (width: 810px) and (min-resolution: 192dpi) {
  /* line 15, ../../app/assets/stylesheets/pages/home/bento/handset.sass */
  #container.home article#bento .logo {
    background-image: url(//d1nvfozp665ptr.cloudfront.net/pipeline/x2-s5898f5c973-c4fc241527424c1affdbd6053bc63941.png);
    background-size: 286px 61px;
    background-position: 0 -20px;
    height: 41px;
    width: 286px;
  }
}

/* line 5, ../../app/assets/stylesheets/pages/home/learn.sass */
#container.home #main #learn, #container.feed #main #learn {
  padding: 15px;
  margin-bottom: 20px;
  background-color: white;
  text-align: center;
  *zoom: 1;
}
/* line 52, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
#container.home #main #learn:after, #container.feed #main #learn:after {
  content: "";
  display: table;
  clear: both;
}
/* line 10, ../../app/assets/stylesheets/pages/home/learn.sass */
#container.home #main #learn h1, #container.feed #main #learn h1 {
  font-family: Helvetica, sans-serif;
  font-size: 20px;
  line-height: 22px;
  padding-bottom: 10px;
  text-align: left;
}
/* line 15, ../../app/assets/stylesheets/pages/home/learn.sass */
#container.home #main #learn .copy, #container.feed #main #learn .copy {
  margin-bottom: 15px;
  text-align: left;
}
/* line 21, ../../app/assets/stylesheets/pages/home/learn.sass */
#container.home #main #learn a.sign_in, #container.feed #main #learn a.sign_in {
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  color: black;
  text-decoration: underline;
}
/* line 24, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/tags.sass */
#container.home #main #learn a.sign_in:visited, #container.feed #main #learn a.sign_in:visited {
  color: black;
}
@media only screen and (min-width: 761px), only screen and (device-width: 810px) {
  /* line 25, ../../app/assets/stylesheets/pages/home/learn.sass */
  #container.home #main #learn a.learn, #container.feed #main #learn a.learn {
    -webkit-appearance: none;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px auto;
    padding: 11px 20px 9px 20px;
    background-color: black;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    border: 0px;
    outline: 0px;
    font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
    text-decoration: none;
    color: white;
    text-decoration: none;
    text-align: center;
    display: block;
    margin-bottom: 15px;
    width: 160px;
  }
}
@media only screen and (min-width: 761px) and (max-width: 779px) {
  /* line 5, ../../app/assets/stylesheets/pages/home/learn.sass */
  #container.home #main #learn, #container.feed #main #learn {
    margin-bottom: 20px;
  }
  /* line 34, ../../app/assets/stylesheets/pages/home/learn.sass */
  #container.home #main #learn .left_content, #container.home #main #learn .right_content, #container.feed #main #learn .left_content, #container.feed #main #learn .right_content {
    display: inline-block;
    margin: 0px;
  }
  /* line 38, ../../app/assets/stylesheets/pages/home/learn.sass */
  #container.home #main #learn .left_content, #container.feed #main #learn .left_content {
    width: 440px;
  }
  /* line 41, ../../app/assets/stylesheets/pages/home/learn.sass */
  #container.home #main #learn .right_content, #container.feed #main #learn .right_content {
    float: none;
    width: 205px;
  }
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 5, ../../app/assets/stylesheets/pages/home/learn.sass */
  #container.home #main #learn, #container.feed #main #learn {
    background-color: transparent;
    border-left: none;
    box-shadow: none;
    text-align: left;
    margin: 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dbdbdb;
  }
  /* line 52, ../../app/assets/stylesheets/pages/home/learn.sass */
  #container.home #main #learn a.sign_in, #container.feed #main #learn a.sign_in {
    display: none;
  }
  /* line 55, ../../app/assets/stylesheets/pages/home/learn.sass */
  #container.home #main #learn a.learn, #container.feed #main #learn a.learn {
    font-family: Helvetica, sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    color: black;
    text-decoration: underline;
  }
  /* line 24, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/tags.sass */
  #container.home #main #learn a.learn:visited, #container.feed #main #learn a.learn:visited {
    color: black;
  }
}

/* line 3, ../../app/assets/stylesheets/pages/home/more_projects.sass */
div#container.home section#more_projects {
  background-color: transparent;
  border-left: none;
  box-shadow: none;
  padding: 10px 0px;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 3, ../../app/assets/stylesheets/pages/home/more_projects.sass */
  div#container.home section#more_projects {
    margin: 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dbdbdb;
    background-color: transparent;
    border-left: none;
    box-shadow: none;
  }
  /* line 13, ../../app/assets/stylesheets/pages/home/more_projects.sass */
  div#container.home section#more_projects article:last-child {
    margin-bottom: 0px;
  }
}
/* line 16, ../../app/assets/stylesheets/pages/home/more_projects.sass */
div#container.home section#more_projects .projects {
  text-align: center;
}
/* line 18, ../../app/assets/stylesheets/pages/home/more_projects.sass */
div#container.home section#more_projects .more_button {
  text-align: center;
}
/* line 20, ../../app/assets/stylesheets/pages/home/more_projects.sass */
div#container.home section#more_projects .more_button .button {
  padding-left: 40px;
  padding-right: 40px;
}
@media only screen and (min-width: 780px) {
  /* line 25, ../../app/assets/stylesheets/pages/home/more_projects.sass */
  div#container.home section#more_projects article.project_card {
    width: 290px;
  }
  /* line 28, ../../app/assets/stylesheets/pages/home/more_projects.sass */
  div#container.home section#more_projects article.project_card:last-of-type {
    display: none;
  }
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 36, ../../app/assets/stylesheets/pages/home/more_projects.sass */
  div#container.home section#more_projects > footer a {
    display: block;
  }
}

/* line 3, ../../app/assets/stylesheets/pages/home/news.sass */
#container.home section.news {
  background-color: transparent;
  border-left: none;
  box-shadow: none;
  padding-top: 10px;
}
/* line 7, ../../app/assets/stylesheets/pages/home/news.sass */
#container.home section.news > h1 {
  margin-bottom: 0px;
}
/* line 10, ../../app/assets/stylesheets/pages/home/news.sass */
#container.home section.news footer {
  text-align: center;
}
/* line 12, ../../app/assets/stylesheets/pages/home/news.sass */
#container.home section.news footer a {
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  color: black;
  text-decoration: underline;
}
/* line 24, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/tags.sass */
#container.home section.news footer a:visited {
  color: black;
}
/* line 15, ../../app/assets/stylesheets/pages/home/news.sass */
#container.home section.news .article_card {
  padding-left: 0px;
}
/* line 18, ../../app/assets/stylesheets/pages/home/news.sass */
#container.home section.news .article_card:last-child {
  border-bottom: none;
}
@media only screen and (min-width: 761px) and (max-width: 779px) {
  /* line 3, ../../app/assets/stylesheets/pages/home/news.sass */
  #container.home section.news {
    margin-bottom: 40px !important;
  }
  /* line 138, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
  #container.home section.news .card_carousel {
    height: auto;
    margin-left: 0px;
  }
  /* line 141, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
  #container.home section.news .card_carousel label {
    display: none;
  }
  /* line 143, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
  #container.home section.news .card_carousel article {
    position: relative;
    display: block;
    margin-left: 0px;
  }
  /* line 25, ../../app/assets/stylesheets/pages/home/news.sass */
  #container.home section.news article.article_card {
    float: left;
    display: block;
    margin-right: 15px;
    margin-bottom: 20px;
    display: inline-block;
    margin-right: 15px;
  }
  /* line 73, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/cards.sass */
  #container.home section.news article.article_card:nth-of-type(3n) {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 800px) {
  /* line 3, ../../app/assets/stylesheets/pages/home/news.sass */
  #container.home section.news {
    display: none;
  }
}

/* line 2, ../../app/assets/stylesheets/pages/home/sitemap.sass */
html.ios_app .itunes_download {
  display: none;
}

/* line 8, ../../app/assets/stylesheets/pages/home/sitemap.sass */
#container.home .sitemap_wrapper {
  width: 100%;
  position: absolute;
  left: 0px;
  background-color: #444444;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 8, ../../app/assets/stylesheets/pages/home/sitemap.sass */
  #container.home .sitemap_wrapper {
    position: initial;
  }
}
/* line 17, ../../app/assets/stylesheets/pages/home/sitemap.sass */
#container.home nav.sitemap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 1020px;
  clear: both;
  *zoom: 1;
  color: white;
  padding: 20px 20px 80px 20px;
  padding-top: 20px !important;
  background-color: #444444;
  margin-right: auto;
  margin-left: auto;
}
/* line 52, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
#container.home nav.sitemap:after {
  content: "";
  display: table;
  clear: both;
}
/* line 30, ../../app/assets/stylesheets/pages/home/sitemap.sass */
#container.home nav.sitemap > section {
  *zoom: 1;
  margin-bottom: 15px;
}
/* line 52, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
#container.home nav.sitemap > section:after {
  content: "";
  display: table;
  clear: both;
}
/* line 34, ../../app/assets/stylesheets/pages/home/sitemap.sass */
#container.home nav.sitemap > section > h1 {
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 22px;
  border-bottom: 2px solid #999999;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
/* line 41, ../../app/assets/stylesheets/pages/home/sitemap.sass */
#container.home nav.sitemap > section > section {
  width: 100%;
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 20px;
  float: left;
  margin-right: 15px;
}
/* line 47, ../../app/assets/stylesheets/pages/home/sitemap.sass */
#container.home nav.sitemap > section > section h1 {
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  text-decoration: none;
  color: #999999;
}
/* line 51, ../../app/assets/stylesheets/pages/home/sitemap.sass */
#container.home nav.sitemap > section > section a {
  display: block;
  padding-top: 10px;
  color: white;
  text-decoration: none;
}
/* line 57, ../../app/assets/stylesheets/pages/home/sitemap.sass */
#container.home nav.sitemap > section > section .explore_more {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
  width: 300px;
}
/* line 61, ../../app/assets/stylesheets/pages/home/sitemap.sass */
#container.home nav.sitemap .newsletter_sign_up {
  float: left;
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 20px;
  margin: 20px 0px;
}
/* line 66, ../../app/assets/stylesheets/pages/home/sitemap.sass */
#container.home nav.sitemap .newsletter_sign_up label {
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 20px;
}
/* line 69, ../../app/assets/stylesheets/pages/home/sitemap.sass */
#container.home nav.sitemap .newsletter_sign_up .form_field {
  margin-bottom: 10px;
}
/* line 72, ../../app/assets/stylesheets/pages/home/sitemap.sass */
#container.home nav.sitemap .newsletter_sign_up .email {
  width: 65%;
  margin-right: 10px;
}
/* line 76, ../../app/assets/stylesheets/pages/home/sitemap.sass */
#container.home nav.sitemap .itunes_download {
  width: 100%;
}
/* line 79, ../../app/assets/stylesheets/pages/home/sitemap.sass */
#container.home nav.sitemap .itunes_download a {
  display: inline-block;
  float: left;
  margin-right: 10px;
}
/* line 83, ../../app/assets/stylesheets/pages/home/sitemap.sass */
#container.home nav.sitemap .itunes_download p {
  display: inline-block;
  width: 200px;
  font-size: 14px;
  line-height: 16px;
  margin-top: 3px;
}
@media only screen and (min-width: 780px) {
  /* line 92, ../../app/assets/stylesheets/pages/home/sitemap.sass */
  #container.home nav.sitemap > section {
    float: left;
    margin-bottom: 20px;
  }
  /* line 95, ../../app/assets/stylesheets/pages/home/sitemap.sass */
  #container.home nav.sitemap > section:first-child {
    width: 461px;
    margin-right: 15px;
  }
  /* line 98, ../../app/assets/stylesheets/pages/home/sitemap.sass */
  #container.home nav.sitemap > section:last-child {
    width: 461px;
  }
  /* line 101, ../../app/assets/stylesheets/pages/home/sitemap.sass */
  #container.home nav.sitemap > section > section {
    width: 200px;
  }
  /* line 104, ../../app/assets/stylesheets/pages/home/sitemap.sass */
  #container.home nav.sitemap > section .browse {
    width: 200px;
  }
}
@media only screen and (min-width: 761px) and (max-width: 779px) {
  /* line 17, ../../app/assets/stylesheets/pages/home/sitemap.sass */
  #container.home nav.sitemap {
    padding: 30px 30px 80px 30px;
    width: 100%;
  }
  /* line 110, ../../app/assets/stylesheets/pages/home/sitemap.sass */
  #container.home nav.sitemap section {
    display: inline-block;
  }
  /* line 113, ../../app/assets/stylesheets/pages/home/sitemap.sass */
  #container.home nav.sitemap .find {
    width: 60%;
    float: left;
  }
  /* line 117, ../../app/assets/stylesheets/pages/home/sitemap.sass */
  #container.home nav.sitemap .find:first-child {
    margin-bottom: 30px;
  }
  /* line 121, ../../app/assets/stylesheets/pages/home/sitemap.sass */
  #container.home nav.sitemap .find > h1 {
    margin-right: 20px;
  }
  /* line 124, ../../app/assets/stylesheets/pages/home/sitemap.sass */
  #container.home nav.sitemap .find > section {
    width: 45%;
  }
  /* line 127, ../../app/assets/stylesheets/pages/home/sitemap.sass */
  #container.home nav.sitemap .explore {
    width: 40%;
  }
  /* line 130, ../../app/assets/stylesheets/pages/home/sitemap.sass */
  #container.home nav.sitemap .explore .artists {
    margin-bottom: 20px;
  }
  /* line 132, ../../app/assets/stylesheets/pages/home/sitemap.sass */
  #container.home nav.sitemap .explore .explore_more {
    -webkit-column-count: inherit;
    -moz-column-count: inherit;
    -ms-column-count: inherit;
    -o-column-count: inherit;
    column-count: inherit;
  }
  /* line 135, ../../app/assets/stylesheets/pages/home/sitemap.sass */
  #container.home nav.sitemap .newsletter_sign_up {
    width: 100%;
  }
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 17, ../../app/assets/stylesheets/pages/home/sitemap.sass */
  #container.home nav.sitemap {
    width: 100%;
    padding: 20px;
  }
  /* line 143, ../../app/assets/stylesheets/pages/home/sitemap.sass */
  #container.home nav.sitemap > section:first-child {
    margin-bottom: 15px;
  }
  /* line 145, ../../app/assets/stylesheets/pages/home/sitemap.sass */
  #container.home nav.sitemap > section > section {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 44%;
    margin-bottom: 20px;
  }
  /* line 150, ../../app/assets/stylesheets/pages/home/sitemap.sass */
  #container.home nav.sitemap > section > section .explore_more {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    -ms-column-count: 1;
    -o-column-count: 1;
    column-count: 1;
    width: initial;
  }
  /* line 155, ../../app/assets/stylesheets/pages/home/sitemap.sass */
  #container.home nav.sitemap > section.itunes_download p {
    width: 130px;
    font-size: 12px;
    line-height: 14px;
  }
  /* line 160, ../../app/assets/stylesheets/pages/home/sitemap.sass */
  #container.home nav.sitemap .newsletter_sign_up label {
    font-size: 12px;
    line-height: 14px;
  }
  /* line 162, ../../app/assets/stylesheets/pages/home/sitemap.sass */
  #container.home nav.sitemap .newsletter_sign_up .email {
    width: 63%;
    margin-right: 5px;
  }
}

@media only screen and (width: 810px) {
  /* line 3, ../../app/assets/stylesheets/pages/home.sass */
  div#container.home {
    width: 745px;
  }
}
/* line 8, ../../app/assets/stylesheets/pages/home.sass */
div#container.home #main {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
@media only screen and (min-width: 780px) {
  /* line 12, ../../app/assets/stylesheets/pages/home.sass */
  div#container.home #main .left_content, div#container.home #main .right_content {
    margin-bottom: 20px;
  }
  /* line 15, ../../app/assets/stylesheets/pages/home.sass */
  div#container.home #main .left_content > section, div#container.home #main .right_content > section {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 761px) and (max-width: 779px) {
  /* line 18, ../../app/assets/stylesheets/pages/home.sass */
  div#container.home #main > section {
    margin: 20px 30px;
  }
}
@media only screen and (max-width: 800px) {
  /* line 25, ../../app/assets/stylesheets/pages/home.sass */
  div#container.home section.artist_sign_up {
    display: none;
  }
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 29, ../../app/assets/stylesheets/pages/home.sass */
  div#container.home #sitemap {
    position: inherit;
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 761px) and (max-width: 779px) {
  /* line 35, ../../app/assets/stylesheets/pages/home.sass */
  div#container.home article.sign_up {
    display: none;
  }
  /* line 38, ../../app/assets/stylesheets/pages/home.sass */
  div#container.home nav.follow_us {
    position: absolute;
    right: 30px;
    border-bottom: 0px;
    margin-top: -4px;
  }
  /* line 44, ../../app/assets/stylesheets/pages/home.sass */
  div#container.home nav.follow_us h1 {
    display: none;
  }
  /* line 47, ../../app/assets/stylesheets/pages/home.sass */
  div#container.home nav.follow_us a {
    width: 30px;
    height: 30px;
    margin-left: 2px;
  }
}

/* line 2, ../../app/assets/stylesheets/pages/curated_pages.sass */
.container.curated_pages section.description {
  font-size: 30px;
  line-height: 32px;
  text-align: center;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 2, ../../app/assets/stylesheets/pages/curated_pages.sass */
  .container.curated_pages section.description {
    font-size: 24px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 761px), only screen and (device-width: 810px) {
  /* line 2, ../../app/assets/stylesheets/pages/curated_pages.sass */
  .container.curated_pages section.description {
    margin-left: 160px;
    margin-right: 160px;
  }
}

@media only screen and (min-width: 780px) {
  /* line 3, ../../app/assets/stylesheets/pages/projects/about.sass */
  article.project section#about + .expander {
    width: 620px;
  }
}
/* line 7, ../../app/assets/stylesheets/pages/projects/about.sass */
article.project section#about {
  width: 100%;
  min-height: 225px;
  max-height: 400px;
  overflow: hidden;
  margin-bottom: 30px !important;
}
/* line 16, ../../app/assets/stylesheets/pages/projects/about.sass */
article.project section#about > .copy {
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
/* line 18, ../../app/assets/stylesheets/pages/projects/about.sass */
article.project section#about > .copy h2, article.project section#about > .copy h3, article.project section#about > .copy h4, article.project section#about > .copy h5 {
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
@media only screen and (min-width: 780px) {
  /* line 24, ../../app/assets/stylesheets/pages/projects/about.sass */
  article.project section#about nav {
    width: 300px;
  }
}
@media only screen and (min-width: 761px) and (max-width: 779px) {
  /* line 28, ../../app/assets/stylesheets/pages/projects/about.sass */
  article.project section#about nav {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 761px), only screen and (device-width: 810px) {
  /* line 33, ../../app/assets/stylesheets/pages/projects/about.sass */
  article.project section#about section#tracks {
    float: right;
    width: 300px;
    margin-left: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 7, ../../app/assets/stylesheets/pages/projects/about.sass */
  article.project section#about {
    height: 600px;
  }
}
/* line 47, ../../app/assets/stylesheets/pages/projects/about.sass */
article.project section#about .copy img {
  display: none;
  width: 100%;
}
/* line 52, ../../app/assets/stylesheets/pages/projects/about.sass */
article.project section#charity {
  clear: both;
  *zoom: 1;
  border-top: 1px solid #dbdbdb;
  padding-top: 15px;
  margin-top: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
}
/* line 52, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
article.project section#charity:after {
  content: "";
  display: table;
  clear: both;
}
/* line 59, ../../app/assets/stylesheets/pages/projects/about.sass */
article.project section#charity .amount {
  float: left;
  width: 113px;
  height: 113px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-position: 0 -1281px;
  margin-right: 20px;
  text-align: center;
  color: white;
  padding-top: 32px;
  font-family: DINWeb-Black, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 32px;
}
/* line 72, ../../app/assets/stylesheets/pages/projects/about.sass */
article.project section#charity .amount small {
  display: block;
  font-family: DINWeb, Helvetica, sans-serif;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 20px;
  margin-top: -5px;
}
/* line 77, ../../app/assets/stylesheets/pages/projects/about.sass */
article.project section#charity .copy {
  margin-top: 10px;
  font-family: DINWeb, Helvetica, sans-serif;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 32px;
  color: black;
  text-decoration: none;
}
/* line 80, ../../app/assets/stylesheets/pages/projects/about.sass */
article.project section#charity .copy a {
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 32px;
  color: black;
  text-decoration: none;
}

/* line 1, ../../app/assets/stylesheets/pages/projects/access_pass_banner.sass */
section.access_pass_banner {
  background-color: transparent;
  border-left: none;
  box-shadow: none;
  *zoom: 1;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
/* line 52, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
section.access_pass_banner:after {
  content: "";
  display: table;
  clear: both;
}
/* line 9, ../../app/assets/stylesheets/pages/projects/access_pass_banner.sass */
section.access_pass_banner h2 {
  font-size: 24px;
  line-height: 26px;
  border-bottom: 0px;
  margin: 0px;
  padding: 0px;
  font-family: DINWeb, Helvetica, sans-serif;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 10px;
  margin-top: -2px;
}
/* line 15, ../../app/assets/stylesheets/pages/projects/access_pass_banner.sass */
section.access_pass_banner h2 span {
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
}
/* line 20, ../../app/assets/stylesheets/pages/projects/access_pass_banner.sass */
section.access_pass_banner:before {
  background-position: 0 -1209px;
  width: 44px;
  height: 71px;
  content: " ";
  display: block;
  float: left;
  margin-right: 20px;
  margin-top: -5px;
}
/* line 30, ../../app/assets/stylesheets/pages/projects/access_pass_banner.sass */
section.access_pass_banner ul {
  margin: 0px;
  padding: 0px;
}
/* line 33, ../../app/assets/stylesheets/pages/projects/access_pass_banner.sass */
section.access_pass_banner ul li {
  list-style: none;
  color: #333333;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  margin-right: 5px;
}
/* line 38, ../../app/assets/stylesheets/pages/projects/access_pass_banner.sass */
section.access_pass_banner ul li:before {
  content: "";
  position: relative;
  top: -5px;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0px 10px -13px -5px;
}
/* line 48, ../../app/assets/stylesheets/pages/projects/access_pass_banner.sass */
section.access_pass_banner ul li.download:before {
  background-position: 0 -2990px;
}
/* line 51, ../../app/assets/stylesheets/pages/projects/access_pass_banner.sass */
section.access_pass_banner ul li.updates:before {
  background-position: 0 -3050px;
  width: 35px;
  top: -2px;
  margin-right: 10px;
}
/* line 57, ../../app/assets/stylesheets/pages/projects/access_pass_banner.sass */
section.access_pass_banner ul li.shipping:before {
  background-position: 0 -3020px;
}
@media only screen and (min-width: 761px), only screen and (device-width: 810px) {
  /* line 62, ../../app/assets/stylesheets/pages/projects/access_pass_banner.sass */
  section.access_pass_banner ul li {
    display: inline-block;
    margin-right: 70px;
  }
}
@media only screen and (min-width: 761px) and (max-width: 779px) {
  /* line 68, ../../app/assets/stylesheets/pages/projects/access_pass_banner.sass */
  section.access_pass_banner ul li {
    font-size: 12px;
    line-height: 14px;
    margin-right: 40px;
  }
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 74, ../../app/assets/stylesheets/pages/projects/access_pass_banner.sass */
  section.access_pass_banner ul li {
    font-size: 12px;
    line-height: 14px;
    list-style: initial;
    margin-bottom: 5px;
    margin-left: 78px;
  }
  /* line 75, ../../app/assets/stylesheets/pages/projects/access_pass_banner.sass */
  section.access_pass_banner ul li:before {
    display: none;
  }
}

/* line 1, ../../app/assets/stylesheets/pages/projects/aside.sass */
aside.project {
  *zoom: 1;
}
/* line 52, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
aside.project:after {
  content: "";
  display: table;
  clear: both;
}
/* line 7, ../../app/assets/stylesheets/pages/projects/aside.sass */
aside.project section#gift_options .gift_link {
  margin-bottom: 10px;
}
@media only screen and (max-width: 800px) {
  /* line 5, ../../app/assets/stylesheets/pages/projects/aside.sass */
  aside.project section#gift_options {
    margin-bottom: 40px;
  }
}
/* line 13, ../../app/assets/stylesheets/pages/projects/aside.sass */
aside.project section.content_box {
  padding: 15px;
  margin-bottom: 20px;
  background-color: white;
  position: relative;
}
/* line 17, ../../app/assets/stylesheets/pages/projects/aside.sass */
aside.project section.content_box h1 {
  font-family: Helvetica, sans-serif;
  font-size: 20px;
  line-height: 22px;
  color: #444444;
  margin-bottom: 15px;
}
/* line 22, ../../app/assets/stylesheets/pages/projects/aside.sass */
aside.project section.content_box a.button {
  display: block;
  padding: 10px 10px;
}
/* line 25, ../../app/assets/stylesheets/pages/projects/aside.sass */
aside.project .toggle_name {
  text-align: center;
  margin-bottom: 20px;
}
/* line 29, ../../app/assets/stylesheets/pages/projects/aside.sass */
aside.project .toggle_name a {
  color: #3e7a3f;
}

@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 40, ../../app/assets/stylesheets/pages/projects/aside.sass */
  #container.projects aside.project, #container.artists aside.project {
    margin-left: 15px;
    margin-right: 15px;
  }
  /* line 44, ../../app/assets/stylesheets/pages/projects/aside.sass */
  #container.projects aside.project section.content_box, #container.artists aside.project section.content_box {
    padding: 10px;
  }
  /* line 48, ../../app/assets/stylesheets/pages/projects/aside.sass */
  #container.projects aside.project section.content_box.with_toggle, #container.artists aside.project section.content_box.with_toggle {
    background-color: black;
    color: white;
  }
  /* line 52, ../../app/assets/stylesheets/pages/projects/aside.sass */
  #container.projects aside.project section.content_box.with_toggle h1, #container.artists aside.project section.content_box.with_toggle h1 {
    color: white;
    border-bottom: 0px;
    margin-bottom: 0px;
  }
  /* line 57, ../../app/assets/stylesheets/pages/projects/aside.sass */
  #container.projects aside.project section.content_box.with_toggle section.toggle, #container.artists aside.project section.content_box.with_toggle section.toggle {
    display: none;
  }
  /* line 60, ../../app/assets/stylesheets/pages/projects/aside.sass */
  #container.projects aside.project section.content_box.with_toggle a.button, #container.artists aside.project section.content_box.with_toggle a.button {
    text-align: left;
    color: #6bbe67;
    padding-left: 0px;
  }
  /* line 66, ../../app/assets/stylesheets/pages/projects/aside.sass */
  #container.projects aside.project section.content_box.with_toggle a.toggle:after, #container.artists aside.project section.content_box.with_toggle a.toggle:after {
    content: "";
    display: inline-block;
    height: 8px;
    width: 8px;
    position: relative;
    top: -2px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-left: 5px;
    position: absolute;
    right: 15px;
    top: 10px;
  }
  /* line 73, ../../app/assets/stylesheets/pages/projects/aside.sass */
  #container.projects aside.project section.content_box.with_toggle a.toggle.visible h1, #container.artists aside.project section.content_box.with_toggle a.toggle.visible h1 {
    margin-bottom: 20px;
  }
  /* line 76, ../../app/assets/stylesheets/pages/projects/aside.sass */
  #container.projects aside.project section.content_box.with_toggle a.toggle.visible:after, #container.artists aside.project section.content_box.with_toggle a.toggle.visible:after {
    content: "";
    display: inline-block;
    height: 8px;
    width: 8px;
    position: relative;
    top: -2px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-left: 5px;
    position: absolute;
    top: 10px;
  }
  /* line 82, ../../app/assets/stylesheets/pages/projects/aside.sass */
  #container.projects #overview, #container.projects #featured_exclusives, #container.artists #overview, #container.artists #featured_exclusives {
    display: none;
  }
}
@media only screen and (min-width: 761px) and (max-width: 779px) {
  /* line 86, ../../app/assets/stylesheets/pages/projects/aside.sass */
  #container.projects aside.project, #container.artists aside.project {
    margin-left: 30px;
  }
  /* line 89, ../../app/assets/stylesheets/pages/projects/aside.sass */
  #container.projects aside.project #overview, #container.projects aside.project #featured_exclusives, #container.artists aside.project #overview, #container.artists aside.project #featured_exclusives {
    display: none;
  }
  /* line 91, ../../app/assets/stylesheets/pages/projects/aside.sass */
  #container.projects aside.project #pledge_now, #container.projects aside.project #status, #container.artists aside.project #pledge_now, #container.artists aside.project #status {
    float: left;
    width: 314px;
  }
  /* line 94, ../../app/assets/stylesheets/pages/projects/aside.sass */
  #container.projects aside.project #status, #container.artists aside.project #status {
    margin-right: 20px;
  }
}

@media only screen and (min-width: 761px) and (max-width: 779px) {
  /* line 99, ../../app/assets/stylesheets/pages/projects/aside.sass */
  #container.projects.downloads aside.project, #container.projects_updates aside.project {
    margin-left: 30px;
  }
  /* line 102, ../../app/assets/stylesheets/pages/projects/aside.sass */
  #container.projects.downloads aside.project #overview, #container.projects.downloads aside.project #featured_exclusives, #container.projects_updates aside.project #overview, #container.projects_updates aside.project #featured_exclusives {
    display: none;
  }
  /* line 104, ../../app/assets/stylesheets/pages/projects/aside.sass */
  #container.projects.downloads aside.project #pledge_now, #container.projects.downloads aside.project #status, #container.projects_updates aside.project #pledge_now, #container.projects_updates aside.project #status {
    display: none;
  }
  /* line 106, ../../app/assets/stylesheets/pages/projects/aside.sass */
  #container.projects.downloads aside.project #status, #container.projects_updates aside.project #status {
    display: none;
  }
}

@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 111, ../../app/assets/stylesheets/pages/projects/aside.sass */
  #container.projects_updates #pledge_now {
    display: none;
  }
}

/* line 9, ../../app/assets/stylesheets/pages/projects/category_charity.sass */
article.project section#about nav {
  padding: 0px;
  padding-bottom: 9px;
  border-bottom: 1px solid #dbdbdb;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media only screen and (max-width: 800px) {
  /* line 19, ../../app/assets/stylesheets/pages/projects/category_charity.sass */
  article.project section#about nav div {
    display: inline-block;
  }
  /* line 21, ../../app/assets/stylesheets/pages/projects/category_charity.sass */
  article.project section#about nav div:first-child {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 9, ../../app/assets/stylesheets/pages/projects/category_charity.sass */
  article.project section#about nav {
    margin-bottom: 20px;
    font-family: Helvetica, sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
  }
}
/* line 28, ../../app/assets/stylesheets/pages/projects/category_charity.sass */
article.project section#about nav div {
  margin-bottom: 10px;
}
/* line 30, ../../app/assets/stylesheets/pages/projects/category_charity.sass */
article.project section#about nav div a {
  text-decoration: none;
}
/* line 33, ../../app/assets/stylesheets/pages/projects/category_charity.sass */
article.project section#about nav div:before {
  display: inline-block;
  content: " ";
  margin-right: 5px;
  margin-bottom: -5px;
}
/* line 40, ../../app/assets/stylesheets/pages/projects/category_charity.sass */
article.project section#about nav div.category:before {
  width: 20px;
  height: 20px;
}
/* line 45, ../../app/assets/stylesheets/pages/projects/category_charity.sass */
article.project section#about nav div.category.album:before {
  background-position: 0 -2258px;
}
/* line 48, ../../app/assets/stylesheets/pages/projects/category_charity.sass */
article.project section#about nav div.category.double_album:before {
  background-position: 0 -2014px;
}
/* line 51, ../../app/assets/stylesheets/pages/projects/category_charity.sass */
article.project section#about nav div.category.triple_album:before {
  background-position: 0 -2034px;
}
/* line 57, ../../app/assets/stylesheets/pages/projects/category_charity.sass */
article.project section#about nav div.category.box_set:before {
  background-position: 0 -1906px;
}
/* line 60, ../../app/assets/stylesheets/pages/projects/category_charity.sass */
article.project section#about nav div.category.dvd:before {
  background-position: 0 -1994px;
}
/* line 63, ../../app/assets/stylesheets/pages/projects/category_charity.sass */
article.project section#about nav div.category.ep:before {
  background-position: 0 -2258px;
}
/* line 66, ../../app/assets/stylesheets/pages/projects/category_charity.sass */
article.project section#about nav div.category.gig:before {
  background-position: 0 -2054px;
}
/* line 69, ../../app/assets/stylesheets/pages/projects/category_charity.sass */
article.project section#about nav div.category.single:before {
  background-position: 0 -2258px;
}
/* line 72, ../../app/assets/stylesheets/pages/projects/category_charity.sass */
article.project section#about nav div.category.tour:before {
  background-position: 0 -1929px;
}
/* line 75, ../../app/assets/stylesheets/pages/projects/category_charity.sass */
article.project section#about nav div.category.video:before {
  background-position: 0 -2794px;
}
/* line 78, ../../app/assets/stylesheets/pages/projects/category_charity.sass */
article.project section#about nav div.category.vinyl:before {
  background-position: 0 -2258px;
}
/* line 81, ../../app/assets/stylesheets/pages/projects/category_charity.sass */
article.project section#about nav div.category.misc:before {
  background-position: 0 -2258px;
}
/* line 85, ../../app/assets/stylesheets/pages/projects/category_charity.sass */
article.project section#about nav div.charity:before {
  background-position: 0 -1790px;
  width: 23px;
  height: 20px;
}
/* line 90, ../../app/assets/stylesheets/pages/projects/category_charity.sass */
article.project section#about nav div.handset_profile_link {
  margin-top: 10px;
}
/* line 92, ../../app/assets/stylesheets/pages/projects/category_charity.sass */
article.project section#about nav div.handset_profile_link:before {
  display: none;
}

/* line 3, ../../app/assets/stylesheets/pages/projects/downloads.sass */
#container.projects.downloads article.download {
  padding: 15px;
  margin-bottom: 20px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.2);
}
/* line 6, ../../app/assets/stylesheets/pages/projects/downloads.sass */
#container.projects.downloads .admin {
  padding: 15px;
  margin-bottom: 20px;
  background-color: white;
}
/* line 120, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/boxes_and_rules.sass */
#container.projects.downloads .admin > header h1, #container.projects.downloads .admin > h1 {
  margin-top: 15px;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-family: Helvetica, sans-serif;
  font-size: 20px;
  line-height: 22px;
  color: #444444;
}

/* line 7, ../../app/assets/stylesheets/pages/projects/exclusive_mail_form.sass */
#container.projects.exclusive_mail_form section#exclusive_mail_form header, #container.projects.exclusive_mail_form section#exclusive_mail_form form {
  padding: 15px;
  margin-bottom: 20px;
  background-color: white;
}
@media only screen and (min-width: 780px) {
  /* line 11, ../../app/assets/stylesheets/pages/projects/exclusive_mail_form.sass */
  #container.projects.exclusive_mail_form section#exclusive_mail_form .back, #container.projects.exclusive_mail_form section#exclusive_mail_form header, #container.projects.exclusive_mail_form section#exclusive_mail_form form {
    margin-left: 15%;
    margin-right: 15%;
  }
}
/* line 15, ../../app/assets/stylesheets/pages/projects/exclusive_mail_form.sass */
#container.projects.exclusive_mail_form section#exclusive_mail_form header {
  *zoom: 1;
  margin-bottom: 20px;
}
/* line 52, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
#container.projects.exclusive_mail_form section#exclusive_mail_form header:after {
  content: "";
  display: table;
  clear: both;
}
/* line 20, ../../app/assets/stylesheets/pages/projects/exclusive_mail_form.sass */
#container.projects.exclusive_mail_form section#exclusive_mail_form header h1, #container.projects.exclusive_mail_form section#exclusive_mail_form header h2 {
  margin: 0px;
  padding: 0px;
}
/* line 24, ../../app/assets/stylesheets/pages/projects/exclusive_mail_form.sass */
#container.projects.exclusive_mail_form section#exclusive_mail_form header h1 {
  float: left;
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 32px;
  color: black;
  text-decoration: none;
  border-bottom: 0px;
}
/* line 29, ../../app/assets/stylesheets/pages/projects/exclusive_mail_form.sass */
#container.projects.exclusive_mail_form section#exclusive_mail_form header h2 {
  float: right;
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
  line-height: 28px;
  color: #3e7a3f;
}
/* line 195, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
#container.projects.exclusive_mail_form section#exclusive_mail_form form input[type=text], #container.projects.exclusive_mail_form section#exclusive_mail_form form input[type=password], #container.projects.exclusive_mail_form section#exclusive_mail_form form select, #container.projects.exclusive_mail_form section#exclusive_mail_form form textarea, #container.projects.exclusive_mail_form section#exclusive_mail_form form .form_field {
  width: 300px;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 195, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
  #container.projects.exclusive_mail_form section#exclusive_mail_form form input[type=text], #container.projects.exclusive_mail_form section#exclusive_mail_form form input[type=password], #container.projects.exclusive_mail_form section#exclusive_mail_form form select, #container.projects.exclusive_mail_form section#exclusive_mail_form form textarea, #container.projects.exclusive_mail_form section#exclusive_mail_form form .form_field {
    width: 100%;
  }
}
/* line 200, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
#container.projects.exclusive_mail_form section#exclusive_mail_form form input[type=radio], #container.projects.exclusive_mail_form section#exclusive_mail_form form input[type=checkbox] {
  display: none;
}
/* line 100, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
#container.projects.exclusive_mail_form section#exclusive_mail_form form input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}
/* line 107, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
#container.projects.exclusive_mail_form section#exclusive_mail_form form input[type=checkbox] + label:before, #container.projects.exclusive_mail_form section#exclusive_mail_form form input[type=checkbox] + label:after {
  position: absolute;
  content: " ";
  display: inline-block;
  width: 20px;
  height: 20px;
  top: -3px;
  left: 0px;
}
/* line 115, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
#container.projects.exclusive_mail_form section#exclusive_mail_form form input[type=checkbox] + label:before {
  z-index: 1;
  background-color: white;
  border: 2px solid #dbdbdb;
}
/* line 119, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
#container.projects.exclusive_mail_form section#exclusive_mail_form form input[type=checkbox] + label:after {
  z-index: 2;
  margin-left: 2px;
  margin-top: 2px;
  display: none;
  background-position: 0 -2203px;
  width: 20px;
  height: 20px;
}
/* line 129, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
#container.projects.exclusive_mail_form section#exclusive_mail_form form input[type=checkbox]:checked + label:before {
  background-color: #6bbe67;
}
/* line 131, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
#container.projects.exclusive_mail_form section#exclusive_mail_form form input[type=checkbox]:checked + label:after {
  display: block;
}
/* line 136, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
#container.projects.exclusive_mail_form section#exclusive_mail_form form input[type=checkbox][disabled]:checked + label:before {
  background-color: #f1f1f1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 139, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
#container.projects.exclusive_mail_form section#exclusive_mail_form form input[type=checkbox][disabled]:checked + label:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 38, ../../app/assets/stylesheets/pages/projects/exclusive_mail_form.sass */
#container.projects.exclusive_mail_form section#exclusive_mail_form form h1 {
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 32px;
  color: black;
  text-decoration: none;
}
/* line 40, ../../app/assets/stylesheets/pages/projects/exclusive_mail_form.sass */
#container.projects.exclusive_mail_form section#exclusive_mail_form form .intro {
  margin: 15px 0px;
}
/* line 44, ../../app/assets/stylesheets/pages/projects/exclusive_mail_form.sass */
#container.projects.exclusive_mail_form section#exclusive_mail_form form .form_field .field {
  padding: 8px 15px;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
  line-height: 18px;
  color: black;
  display: inline-block;
}
/* line 50, ../../app/assets/stylesheets/pages/projects/exclusive_mail_form.sass */
#container.projects.exclusive_mail_form section#exclusive_mail_form form .form_field.preference .options {
  margin-top: 5px;
}
/* line 52, ../../app/assets/stylesheets/pages/projects/exclusive_mail_form.sass */
#container.projects.exclusive_mail_form section#exclusive_mail_form form .form_field.preference .options input {
  display: none;
}
/* line 63, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
#container.projects.exclusive_mail_form section#exclusive_mail_form form .form_field.preference .options input[type=radio] + label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}
/* line 70, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
#container.projects.exclusive_mail_form section#exclusive_mail_form form .form_field.preference .options input[type=radio] + label:before, #container.projects.exclusive_mail_form section#exclusive_mail_form form .form_field.preference .options input[type=radio] + label:after {
  position: absolute;
  box-sizing: content-box;
  content: " ";
  display: inline-block;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  width: 12px;
  height: 12px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}
/* line 80, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
#container.projects.exclusive_mail_form section#exclusive_mail_form form .form_field.preference .options input[type=radio] + label:before {
  z-index: 1;
  left: 0px;
  padding: 2px;
  background-color: #f1f1f1;
  border: 2px solid #dbdbdb;
}
/* line 86, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
#container.projects.exclusive_mail_form section#exclusive_mail_form form .form_field.preference .options input[type=radio] + label:after {
  display: none;
  z-index: 2;
  left: 2px;
  border: 2px solid white;
  background-color: #6bbe67;
}
/* line 95, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
#container.projects.exclusive_mail_form section#exclusive_mail_form form .form_field.preference .options input[type=radio]:checked + label:after {
  display: block;
}
/* line 56, ../../app/assets/stylesheets/pages/projects/exclusive_mail_form.sass */
#container.projects.exclusive_mail_form section#exclusive_mail_form form .form_field.preference .options label {
  width: auto;
  display: inline-block;
  margin-right: 15px;
}
/* line 61, ../../app/assets/stylesheets/pages/projects/exclusive_mail_form.sass */
#container.projects.exclusive_mail_form section#exclusive_mail_form form .submit {
  text-align: center;
}
/* line 63, ../../app/assets/stylesheets/pages/projects/exclusive_mail_form.sass */
#container.projects.exclusive_mail_form section#exclusive_mail_form form .submit input {
  color: white;
  background-color: #6bbe67;
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
  line-height: 28px;
  padding: 10px 40px;
}
/* line 42, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/buttons.sass */
#container.projects.exclusive_mail_form section#exclusive_mail_form form .submit input.in_progress {
  background-color: #3e7a3f;
}

/* line 2, ../../app/assets/stylesheets/pages/projects/featured_exclusives.sass */
.container.projects section.featured_exclusives {
  display: none;
}
/* line 5, ../../app/assets/stylesheets/pages/projects/featured_exclusives.sass */
.container.projects section.featured_exclusives a.cta {
  display: block;
  padding: 10px 10px;
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
  line-height: 28px;
  margin-bottom: 15px;
  width: 300px;
}
/* line 8, ../../app/assets/stylesheets/pages/projects/featured_exclusives.sass */
.container.projects section.featured_exclusives article.exclusive {
  width: 260px;
  height: 300px;
}
@media only screen and (min-width: 761px) and (max-width: 779px) {
  /* line 8, ../../app/assets/stylesheets/pages/projects/featured_exclusives.sass */
  .container.projects section.featured_exclusives article.exclusive {
    width: 315px;
  }
}
/* line 16, ../../app/assets/stylesheets/pages/projects/featured_exclusives.sass */
.container.projects section.featured_exclusives article.exclusive .image {
  display: none;
}
/* line 19, ../../app/assets/stylesheets/pages/projects/featured_exclusives.sass */
.container.projects section.featured_exclusives article.exclusive .description {
  max-height: 80px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -moz-line-clamp: 4;
  -ms-line-clamp: 4;
  -o-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
}
/* line 85, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
.container.projects section.featured_exclusives article.exclusive .description p {
  display: inline;
}
/* line 24, ../../app/assets/stylesheets/pages/projects/featured_exclusives.sass */
.container.projects section.featured_exclusives article.exclusive .reserve a {
  left: 15px;
  right: 15px;
}
/* line 27, ../../app/assets/stylesheets/pages/projects/featured_exclusives.sass */
.container.projects section.featured_exclusives article.exclusive .reserve .button.cta {
  width: 230px;
}
/* line 30, ../../app/assets/stylesheets/pages/projects/featured_exclusives.sass */
.container.projects section.featured_exclusives .card_carousel {
  width: 260px;
  height: 340px;
  margin-left: 2px;
  margin-left: auto;
  margin-right: auto;
}
/* line 38, ../../app/assets/stylesheets/pages/projects/featured_exclusives.sass */
.container.projects section.featured_exclusives.with_images .card_carousel {
  height: 475px;
  margin-bottom: 10px;
}
/* line 42, ../../app/assets/stylesheets/pages/projects/featured_exclusives.sass */
.container.projects section.featured_exclusives.with_images article.exclusive {
  height: 435px;
}
/* line 45, ../../app/assets/stylesheets/pages/projects/featured_exclusives.sass */
.container.projects section.featured_exclusives.with_images article.exclusive .image {
  display: block !important;
  position: relative;
  left: 0px;
  top: 0px;
}
/* line 51, ../../app/assets/stylesheets/pages/projects/featured_exclusives.sass */
.container.projects section.featured_exclusives.with_images article.exclusive .image:after {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  margin-top: -10px;
  text-align: center;
  color: #666666;
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 22px;
}

/* line 3, ../../app/assets/stylesheets/pages/projects/modal_header.sass */
.notice.modal .modal_header {
  overflow: hidden;
  position: relative;
  margin: -20px 0px 20px -40px;
  right: -20px;
}
/* line 10, ../../app/assets/stylesheets/pages/projects/modal_header.sass */
.notice.modal h3 {
  width: 168px;
  margin: 20px auto 10px auto;
}
/* line 14, ../../app/assets/stylesheets/pages/projects/modal_header.sass */
.notice.modal .close_share_modal {
  *zoom: 1;
  position: absolute;
  display: table;
  margin: 0px;
  top: 30px;
  right: 8px;
}
/* line 52, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
.notice.modal .close_share_modal:after {
  content: "";
  display: table;
  clear: both;
}
/* line 114, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/ui.sass */
.notice.modal .close_share_modal img {
  float: left;
  width: 70px;
  height: 70px;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  -ms-border-radius: 70px;
  -o-border-radius: 70px;
  border-radius: 70px;
  border: 2px solid white;
  margin-right: 15px;
}
/* line 122, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/ui.sass */
.notice.modal .close_share_modal h1, .notice.modal .close_share_modal h2, .notice.modal .close_share_modal h3 {
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 22px;
  color: white;
}
/* line 125, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/ui.sass */
.notice.modal .close_share_modal h1 a, .notice.modal .close_share_modal h2 a, .notice.modal .close_share_modal h3 a {
  color: white;
}
/* line 21, ../../app/assets/stylesheets/pages/projects/modal_header.sass */
.notice.modal .close_share_modal a, .notice.modal .close_share_modal a:visited {
  text-decoration: none;
  color: white;
  font-size: 46px;
}
/* line 26, ../../app/assets/stylesheets/pages/projects/modal_header.sass */
.notice.modal hgroup.project {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
  display: table;
  top: 0px;
  width: 90%;
}
/* line 52, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
.notice.modal hgroup.project:after {
  content: "";
  display: table;
  clear: both;
}
/* line 114, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/ui.sass */
.notice.modal hgroup.project img {
  float: left;
  width: 70px;
  height: 70px;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  -ms-border-radius: 70px;
  -o-border-radius: 70px;
  border-radius: 70px;
  border: 2px solid white;
  margin-right: 15px;
}
/* line 122, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/ui.sass */
.notice.modal hgroup.project h1, .notice.modal hgroup.project h2, .notice.modal hgroup.project h3 {
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 22px;
  color: white;
}
/* line 125, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/ui.sass */
.notice.modal hgroup.project h1 a, .notice.modal hgroup.project h2 a, .notice.modal hgroup.project h3 a {
  color: white;
}
/* line 33, ../../app/assets/stylesheets/pages/projects/modal_header.sass */
.notice.modal hgroup.project div {
  margin-top: 34px;
}
/* line 35, ../../app/assets/stylesheets/pages/projects/modal_header.sass */
.notice.modal hgroup.project div h1, .notice.modal hgroup.project div h2 {
  max-width: 400px;
}
/* line 37, ../../app/assets/stylesheets/pages/projects/modal_header.sass */
.notice.modal hgroup.project h1 {
  position: relative;
  font-size: 30px;
  line-height: 32px;
  text-align: left;
  margin: 20px;
}
/* line 43, ../../app/assets/stylesheets/pages/projects/modal_header.sass */
.notice.modal hgroup.project .node_icon {
  display: none;
}
/* line 46, ../../app/assets/stylesheets/pages/projects/modal_header.sass */
.notice.modal .facebox_close {
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  height: 46px;
  width: 46px;
  overflow: hidden;
  color: white;
  right: 10px;
  top: 10px;
  padding: 10px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 27, ../../app/assets/stylesheets/mixins/facebox.sass */
.notice.modal .facebox_close:before, .notice.modal .facebox_close:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}
/* line 33, ../../app/assets/stylesheets/mixins/facebox.sass */
.notice.modal .facebox_close:before {
  border-left: 2px solid white;
  margin-left: 12px;
}
/* line 37, ../../app/assets/stylesheets/mixins/facebox.sass */
.notice.modal .facebox_close:after {
  border-top: 2px solid white;
  margin-top: -14px;
}

/* line 49, ../../app/assets/stylesheets/pages/projects/modal_header.sass */
.hero_bg {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  z-index: 0;
  width: 100%;
  overflow: hidden;
  background-color: black;
}
/* line 56, ../../app/assets/stylesheets/pages/projects/modal_header.sass */
.hero_bg img {
  width: 100%;
  margin-top: -25%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 66, ../../app/assets/stylesheets/pages/projects/modal_header.sass */
  .notice.modal .facebox_close {
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    height: 38px;
    width: 38px;
    overflow: hidden;
    color: black;
    right: 10px;
    top: 10px;
    padding: 10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /* line 27, ../../app/assets/stylesheets/mixins/facebox.sass */
  .notice.modal .facebox_close:before, .notice.modal .facebox_close:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
  }
  /* line 33, ../../app/assets/stylesheets/mixins/facebox.sass */
  .notice.modal .facebox_close:before {
    border-left: 2px solid black;
    margin-left: 8px;
  }
  /* line 37, ../../app/assets/stylesheets/mixins/facebox.sass */
  .notice.modal .facebox_close:after {
    border-top: 2px solid black;
    margin-top: -10px;
  }
  /* line 69, ../../app/assets/stylesheets/pages/projects/modal_header.sass */
  .notice.modal .modal_header {
    right: -15px;
  }
  /* line 73, ../../app/assets/stylesheets/pages/projects/modal_header.sass */
  .notice.modal .modal_header .hero_bg {
    background-color: initial;
  }
  /* line 75, ../../app/assets/stylesheets/pages/projects/modal_header.sass */
  .notice.modal .modal_header .hero_bg img {
    display: none;
  }
  /* line 79, ../../app/assets/stylesheets/pages/projects/modal_header.sass */
  .notice.modal hgroup.project h1 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    color: black;
    font-size: 20px;
    line-height: 22px;
    padding: 0px 30px 15px 0px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 0px;
  }
  /* line 88, ../../app/assets/stylesheets/pages/projects/modal_header.sass */
  .notice.modal hgroup.project h1 a {
    color: black;
  }
  /* line 91, ../../app/assets/stylesheets/pages/projects/modal_header.sass */
  .notice.modal .facebox_close {
    right: 0px;
  }
  /* line 93, ../../app/assets/stylesheets/pages/projects/modal_header.sass */
  .notice.modal .facebox_close:before, .notice.modal .facebox_close:after {
    border-color: black;
  }
}

/* line 7, ../../app/assets/stylesheets/pages/projects/notice.sass */
#facebox .notice.modal .button {
  background-color: #6bbe67;
  min-width: 120px;
  margin-bottom: 20px;
}
/* line 12, ../../app/assets/stylesheets/pages/projects/notice.sass */
#facebox .notice.modal .sign_in a {
  color: #6bbe67;
}
/* line 15, ../../app/assets/stylesheets/pages/projects/notice.sass */
#facebox .notice.modal article.message {
  padding: 20px;
  text-align: center;
  font-size: 20px;
  line-height: 22px;
}
/* line 20, ../../app/assets/stylesheets/pages/projects/notice.sass */
#facebox .notice.modal article.message .body {
  text-align: left;
  margin-bottom: 15px;
}
/* line 24, ../../app/assets/stylesheets/pages/projects/notice.sass */
#facebox .notice.modal article.message .sign_in {
  padding-top: 20px;
  border-top: 1px solid #dbdbdb;
  margin-top: 20px;
}
/* line 31, ../../app/assets/stylesheets/pages/projects/notice.sass */
#facebox .notice.modal.following p.following {
  display: block;
  font-weight: bold;
  margin: 10px;
}
/* line 36, ../../app/assets/stylesheets/pages/projects/notice.sass */
#facebox .notice.modal.following .follow_button, #facebox .notice.modal.following .follow_cta {
  display: none;
}
/* line 40, ../../app/assets/stylesheets/pages/projects/notice.sass */
#facebox .notice.modal.not_following p.following {
  display: none;
}
/* line 46, ../../app/assets/stylesheets/pages/projects/notice.sass */
#facebox .notice.modal.closed.new_project .follow_button button.on, #facebox .notice.modal.closed.new_project .follow_button .follow.on {
  background: none;
  font-size: 20px;
  line-height: 22px;
  color: black;
  text-decoration: underline;
  padding: 0px;
}
/* line 53, ../../app/assets/stylesheets/pages/projects/notice.sass */
#facebox .notice.modal.closed.new_project .follow_button button.on:before, #facebox .notice.modal.closed.new_project .follow_button .follow.on:before {
  display: none;
}
/* line 57, ../../app/assets/stylesheets/pages/projects/notice.sass */
#facebox .notice.modal section.other_projects {
  background-color: #f1f1f1;
  padding: 20px;
  border-top: 1px solid #dbdbdb;
}
/* line 62, ../../app/assets/stylesheets/pages/projects/notice.sass */
#facebox .notice.modal section.other_projects #new_project {
  text-align: center;
}
/* line 65, ../../app/assets/stylesheets/pages/projects/notice.sass */
#facebox .notice.modal section.other_projects #new_project article.project_card {
  display: inline-block;
  float: none;
  margin: 0px;
}
/* line 71, ../../app/assets/stylesheets/pages/projects/notice.sass */
#facebox .notice.modal section.other_projects #similar_projects > h1 {
  display: none;
}
/* line 74, ../../app/assets/stylesheets/pages/projects/notice.sass */
#facebox .notice.modal section.other_projects article.project_card {
  margin: 0px 10px 0px 0px;
}
/* line 77, ../../app/assets/stylesheets/pages/projects/notice.sass */
#facebox .notice.modal section.other_projects article.project_card:nth-of-type(2n) {
  margin-right: 0px;
}
/* line 81, ../../app/assets/stylesheets/pages/projects/notice.sass */
#facebox .notice.modal section.other_projects article.project_card:nth-of-type(1n+3) {
  display: none;
}

@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 93, ../../app/assets/stylesheets/pages/projects/notice.sass */
  #facebox .notice.modal p, #facebox .notice.modal h1 {
    text-align: left;
  }
  /* line 95, ../../app/assets/stylesheets/pages/projects/notice.sass */
  #facebox .notice.modal article.message {
    padding: 15px;
  }
  /* line 98, ../../app/assets/stylesheets/pages/projects/notice.sass */
  #facebox .notice.modal section.other_projects.listing {
    padding: 15px;
  }
  /* line 101, ../../app/assets/stylesheets/pages/projects/notice.sass */
  #facebox .notice.modal section.other_projects.listing article.project_card {
    width: 100%;
    max-width: 360px;
    height: initial;
    margin: 0px auto 10px auto;
  }
  /* line 109, ../../app/assets/stylesheets/pages/projects/notice.sass */
  #facebox .notice.modal section.other_projects.listing article.project_card .description {
    margin-bottom: 80px;
  }
}

/* line 2, ../../app/assets/stylesheets/pages/projects/pledge.sass */
.container.projects section#pledge_now, aside section#pledge_now {
  text-align: center;
  margin-bottom: 25px;
  *zoom: 1;
}
/* line 52, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
.container.projects section#pledge_now:after, aside section#pledge_now:after {
  content: "";
  display: table;
  clear: both;
}
/* line 7, ../../app/assets/stylesheets/pages/projects/pledge.sass */
.container.projects section#pledge_now a.cta, aside section#pledge_now a.cta {
  display: block;
  padding: 10px 10px;
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
  line-height: 28px;
  margin-bottom: 15px;
  width: 300px;
}
@media only screen and (min-width: 761px) and (max-width: 779px) {
  /* line 11, ../../app/assets/stylesheets/pages/projects/pledge.sass */
  .container.projects section#pledge_now .button.cta, .container.projects section#pledge_now nav.socials, aside section#pledge_now .button.cta, aside section#pledge_now nav.socials {
    display: inline-block;
  }
  /* line 14, ../../app/assets/stylesheets/pages/projects/pledge.sass */
  .container.projects section#pledge_now nav.socials, aside section#pledge_now nav.socials {
    float: none;
    width: auto;
    margin: 0px 0px 0px 30px;
  }
}

/* line 3, ../../app/assets/stylesheets/pages/projects/pledgers.sass */
#container.projects.pledgers section#pledgers > header {
  display: none;
}
/* line 5, ../../app/assets/stylesheets/pages/projects/pledgers.sass */
#container.projects.pledgers section#pledgers .visible {
  visibility: hidden;
}

/* line 13, ../../app/assets/stylesheets/pages/projects/project_card.sass */
#container article.project_card, #facebox article.project_card {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  margin-bottom: 20px;
  background-color: white;
  width: 300px;
  height: 100px;
  margin-bottom: 15px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  margin-right: 15px;
  height: 360px;
  padding: 0px;
  border: 1px solid #f1f1f1;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 13, ../../app/assets/stylesheets/pages/projects/project_card.sass */
  #container article.project_card, #facebox article.project_card {
    width: 290px;
  }
}
/* line 142, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/boxes_and_rules.sass */
#container article.project_card h1, #facebox article.project_card h1 {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
  color: black;
}
/* line 27, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/cards.sass */
#container article.project_card header, #facebox article.project_card header {
  *zoom: 1;
}
/* line 52, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
#container article.project_card header:after, #facebox article.project_card header:after {
  content: "";
  display: table;
  clear: both;
}
/* line 30, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/cards.sass */
#container article.project_card header img, #facebox article.project_card header img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
/* line 39, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/cards.sass */
#container article.project_card header h1, #container article.project_card header h2, #facebox article.project_card header h1, #facebox article.project_card header h2 {
  color: black;
}
/* line 42, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/cards.sass */
#container article.project_card header a, #container article.project_card header a:hover, #facebox article.project_card header a, #facebox article.project_card header a:hover {
  color: inherit;
  text-decoration: none;
}
/* line 46, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/cards.sass */
#container article.project_card header h1, #facebox article.project_card header h1 {
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 4px;
}
/* line 50, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/cards.sass */
#container article.project_card header h2, #facebox article.project_card header h2 {
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 4px;
}
/* line 55, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/cards.sass */
#container article.project_card .description, #facebox article.project_card .description {
  max-height: 48px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  -ms-line-clamp: 3;
  -o-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
}
/* line 85, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
#container article.project_card .description p, #facebox article.project_card .description p {
  display: inline;
}
/* line 22, ../../app/assets/stylesheets/pages/projects/project_card.sass */
#container article.project_card img, #facebox article.project_card img {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
/* line 27, ../../app/assets/stylesheets/pages/projects/project_card.sass */
#container article.project_card > header, #container article.project_card .description, #facebox article.project_card > header, #facebox article.project_card .description {
  padding: 0px 15px;
}
/* line 30, ../../app/assets/stylesheets/pages/projects/project_card.sass */
#container article.project_card footer, #facebox article.project_card footer {
  position: absolute;
  display: block;
  min-height: 24px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  padding: 15px;
  background-color: #f1f1f1;
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
  line-height: 20px;
  color: #444444;
}
/* line 20, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/statuses.sass */
#container article.project_card footer > div, #facebox article.project_card footer > div {
  display: inline-block;
  vertical-align: middle;
  width: 110px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 27, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/statuses.sass */
#container article.project_card footer.items_1 > div, #facebox article.project_card footer.items_1 > div {
  width: 100%;
  margin: 0px !important;
  text-align: center;
}
/* line 33, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/statuses.sass */
#container article.project_card footer .message, #facebox article.project_card footer .message {
  width: inherit;
  display: block;
  text-align: center;
}
/* line 40, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/statuses.sass */
#container article.project_card footer .progress .ring, #facebox article.project_card footer .progress .ring {
  position: relative;
  top: 5px;
  display: inline-block;
}
/* line 46, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/statuses.sass */
#container article.project_card footer .timer:before, #facebox article.project_card footer .timer:before {
  position: relative;
  display: inline-block;
  top: 4px;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  content: "";
  background-position: 0 -2806px;
  background-position: 0 -785;
}
/* line 32, ../../app/assets/stylesheets/pages/projects/project_card.sass */
#container article.project_card footer .progress, #facebox article.project_card footer .progress {
  margin-top: 0px;
}
/* line 34, ../../app/assets/stylesheets/pages/projects/project_card.sass */
#container article.project_card footer .progress .ring, #facebox article.project_card footer .progress .ring {
  position: relative;
  top: 4px;
  display: inline-block;
}
/* line 39, ../../app/assets/stylesheets/pages/projects/project_card.sass */
#container article.project_card:hover, #facebox article.project_card:hover {
  border: 1px solid #dbdbdb;
}

@media only screen and (min-width: 780px) {
  /* line 50, ../../app/assets/stylesheets/pages/projects/project_card.sass */
  #container section.listing article.project_card, #facebox section.listing article.project_card {
    float: left;
    display: block;
    margin-right: 15px;
    margin-bottom: 20px;
  }
  /* line 73, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/cards.sass */
  #container section.listing article.project_card:nth-of-type(3n), #facebox section.listing article.project_card:nth-of-type(3n) {
    margin-right: 0px;
  }
  /* line 58, ../../app/assets/stylesheets/pages/projects/project_card.sass */
  #container .left_content section.listing article.project_card, #facebox .left_content section.listing article.project_card {
    float: left;
    display: block;
    margin-right: 0px;
  }
  /* line 65, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/cards.sass */
  #container .left_content section.listing article.project_card:nth-of-type(odd), #facebox .left_content section.listing article.project_card:nth-of-type(odd) {
    margin-right: 15px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 761px) and (max-width: 779px) {
  /* line 63, ../../app/assets/stylesheets/pages/projects/project_card.sass */
  #container section.listing article.project_card, #facebox section.listing article.project_card {
    float: left;
    display: block;
    margin-right: 15px;
    margin-bottom: 20px;
    width: 216px;
    height: 360px;
    margin-right: 15px;
    width: 226px;
    height: 345px;
  }
  /* line 73, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/cards.sass */
  #container section.listing article.project_card:nth-of-type(3n), #facebox section.listing article.project_card:nth-of-type(3n) {
    margin-right: 0px;
  }
  /* line 71, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/statuses.sass */
  #container section.listing article.project_card footer .message, #facebox section.listing article.project_card footer .message {
    text-align: center;
  }
  /* line 74, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/statuses.sass */
  #container section.listing article.project_card footer .progress, #container section.listing article.project_card footer .timer, #facebox section.listing article.project_card footer .progress, #facebox section.listing article.project_card footer .timer {
    margin-left: 15px;
  }
  /* line 77, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/statuses.sass */
  #container section.listing article.project_card footer .progress, #facebox section.listing article.project_card footer .progress {
    margin-top: -5px;
  }
  /* line 70, ../../app/assets/stylesheets/pages/projects/project_card.sass */
  #container section.listing article.project_card .items_1, #container section.listing article.project_card .items_0, #facebox section.listing article.project_card .items_1, #facebox section.listing article.project_card .items_0 {
    line-height: 46px;
  }
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 75, ../../app/assets/stylesheets/pages/projects/project_card.sass */
  #container section.listing article.project_card, #facebox section.listing article.project_card {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 98, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/cards.sass */
  #container section.listing article.project_card > header h2, #facebox section.listing article.project_card > header h2 {
    width: 90%;
    max-width: 258px;
  }
  /* line 102, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/cards.sass */
  #container section.listing article.project_card > header h2 a, #facebox section.listing article.project_card > header h2 a {
    display: inline-block;
    width: 80%;
  }
}

/* line 1, ../../app/assets/stylesheets/pages/projects/status.sass */
.project_status {
  background-color: transparent;
  border-left: none;
  box-shadow: none;
  padding: 0px;
  position: relative;
  overflow: hidden;
}
/* line 8, ../../app/assets/stylesheets/pages/projects/status.sass */
.project_status header h1 {
  line-height: 45px !important;
  border-bottom: 0px !important;
}
/* line 12, ../../app/assets/stylesheets/pages/projects/status.sass */
.project_status.canceled, .project_status.unfunded {
  height: auto;
}
@media only screen and (max-width: 800px) {
  /* line 1, ../../app/assets/stylesheets/pages/projects/status.sass */
  .project_status {
    height: auto !important;
    padding: 15px !important;
  }
  /* line 18, ../../app/assets/stylesheets/pages/projects/status.sass */
  .project_status .items, .project_status header {
    display: none;
  }
}
@media only screen and (min-width: 761px) and (max-width: 779px) {
  /* line 22, ../../app/assets/stylesheets/pages/projects/status.sass */
  .project_status h1 {
    display: none;
  }
  /* line 25, ../../app/assets/stylesheets/pages/projects/status.sass */
  .project_status.funded {
    display: none;
  }
}
/* line 30, ../../app/assets/stylesheets/pages/projects/status.sass */
.project_status .items {
  position: relative;
  background-color: transparent;
  border-left: none;
  box-shadow: none;
  text-align: center;
  padding-bottom: 50px;
}
/* line 35, ../../app/assets/stylesheets/pages/projects/status.sass */
.project_status .items .message {
  padding: 15px;
}
/* line 42, ../../app/assets/stylesheets/pages/projects/status.sass */
.project_status .items .progress {
  position: relative;
  display: inline-block;
  width: 115px;
  vertical-align: top;
}
/* line 8, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/progress_ring.sass */
.project_status .items .progress span.notch {
  display: block;
  position: absolute;
  top: 52px;
  left: 54px;
  width: 5px;
  height: 10px;
}
/* line 16, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/progress_ring.sass */
.project_status .items .progress span.notch:nth-child(1) {
  background: #3f7b40;
  -webkit-transform: rotate(10deg) translateY(-50px);
  -moz-transform: rotate(10deg) translateY(-50px);
  -ms-transform: rotate(10deg) translateY(-50px);
  -o-transform: rotate(10deg) translateY(-50px);
  transform: rotate(10deg) translateY(-50px);
}
/* line 16, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/progress_ring.sass */
.project_status .items .progress span.notch:nth-child(2) {
  background: #407d41;
  -webkit-transform: rotate(20deg) translateY(-50px);
  -moz-transform: rotate(20deg) translateY(-50px);
  -ms-transform: rotate(20deg) translateY(-50px);
  -o-transform: rotate(20deg) translateY(-50px);
  transform: rotate(20deg) translateY(-50px);
}
/* line 16, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/progress_ring.sass */
.project_status .items .progress span.notch:nth-child(3) {
  background: #417f42;
  -webkit-transform: rotate(30deg) translateY(-50px);
  -moz-transform: rotate(30deg) translateY(-50px);
  -ms-transform: rotate(30deg) translateY(-50px);
  -o-transform: rotate(30deg) translateY(-50px);
  transform: rotate(30deg) translateY(-50px);
}
/* line 16, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/progress_ring.sass */
.project_status .items .progress span.notch:nth-child(4) {
  background: #438143;
  -webkit-transform: rotate(41deg) translateY(-50px);
  -moz-transform: rotate(41deg) translateY(-50px);
  -ms-transform: rotate(41deg) translateY(-50px);
  -o-transform: rotate(41deg) translateY(-50px);
  transform: rotate(41deg) translateY(-50px);
}
/* line 16, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/progress_ring.sass */
.project_status .items .progress span.notch:nth-child(5) {
  background: #448344;
  -webkit-transform: rotate(51deg) translateY(-50px);
  -moz-transform: rotate(51deg) translateY(-50px);
  -ms-transform: rotate(51deg) translateY(-50px);
  -o-transform: rotate(51deg) translateY(-50px);
  transform: rotate(51deg) translateY(-50px);
}
/* line 16, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/progress_ring.sass */
.project_status .items .progress span.notch:nth-child(6) {
  background: #458545;
  -webkit-transform: rotate(61deg) translateY(-50px);
  -moz-transform: rotate(61deg) translateY(-50px);
  -ms-transform: rotate(61deg) translateY(-50px);
  -o-transform: rotate(61deg) translateY(-50px);
  transform: rotate(61deg) translateY(-50px);
}
/* line 16, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/progress_ring.sass */
.project_status .items .progress span.notch:nth-child(7) {
  background: #478747;
  -webkit-transform: rotate(72deg) translateY(-50px);
  -moz-transform: rotate(72deg) translateY(-50px);
  -ms-transform: rotate(72deg) translateY(-50px);
  -o-transform: rotate(72deg) translateY(-50px);
  transform: rotate(72deg) translateY(-50px);
}
/* line 16, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/progress_ring.sass */
.project_status .items .progress span.notch:nth-child(8) {
  background: #488948;
  -webkit-transform: rotate(82deg) translateY(-50px);
  -moz-transform: rotate(82deg) translateY(-50px);
  -ms-transform: rotate(82deg) translateY(-50px);
  -o-transform: rotate(82deg) translateY(-50px);
  transform: rotate(82deg) translateY(-50px);
}
/* line 16, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/progress_ring.sass */
.project_status .items .progress span.notch:nth-child(9) {
  background: #498b49;
  -webkit-transform: rotate(92deg) translateY(-50px);
  -moz-transform: rotate(92deg) translateY(-50px);
  -ms-transform: rotate(92deg) translateY(-50px);
  -o-transform: rotate(92deg) translateY(-50px);
  transform: rotate(92deg) translateY(-50px);
}
/* line 16, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/progress_ring.sass */
.project_status .items .progress span.notch:nth-child(10) {
  background: #4a8d4a;
  -webkit-transform: rotate(102deg) translateY(-50px);
  -moz-transform: rotate(102deg) translateY(-50px);
  -ms-transform: rotate(102deg) translateY(-50px);
  -o-transform: rotate(102deg) translateY(-50px);
  transform: rotate(102deg) translateY(-50px);
}
/* line 16, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/progress_ring.sass */
.project_status .items .progress span.notch:nth-child(11) {
  background: #4c8f4b;
  -webkit-transform: rotate(113deg) translateY(-50px);
  -moz-transform: rotate(113deg) translateY(-50px);
  -ms-transform: rotate(113deg) translateY(-50px);
  -o-transform: rotate(113deg) translateY(-50px);
  transform: rotate(113deg) translateY(-50px);
}
/* line 16, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/progress_ring.sass */
.project_status .items .progress span.notch:nth-child(12) {
  background: #4d914c;
  -webkit-transform: rotate(123deg) translateY(-50px);
  -moz-transform: rotate(123deg) translateY(-50px);
  -ms-transform: rotate(123deg) translateY(-50px);
  -o-transform: rotate(123deg) translateY(-50px);
  transform: rotate(123deg) translateY(-50px);
}
/* line 16, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/progress_ring.sass */
.project_status .items .progress span.notch:nth-child(13) {
  background: #4e934d;
  -webkit-transform: rotate(133deg) translateY(-50px);
  -moz-transform: rotate(133deg) translateY(-50px);
  -ms-transform: rotate(133deg) translateY(-50px);
  -o-transform: rotate(133deg) translateY(-50px);
  transform: rotate(133deg) translateY(-50px);
}
/* line 16, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/progress_ring.sass */
.project_status .items .progress span.notch:nth-child(14) {
  background: #50954f;
  -webkit-transform: rotate(144deg) translateY(-50px);
  -moz-transform: rotate(144deg) translateY(-50px);
  -ms-transform: rotate(144deg) translateY(-50px);
  -o-transform: rotate(144deg) translateY(-50px);
  transform: rotate(144deg) translateY(-50px);
}
/* line 16, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/progress_ring.sass */
.project_status .items .progress span.notch:nth-child(15) {
  background: #519750;
  -webkit-transform: rotate(154deg) translateY(-50px);
  -moz-transform: rotate(154deg) translateY(-50px);
  -ms-transform: rotate(154deg) translateY(-50px);
  -o-transform: rotate(154deg) translateY(-50px);
  transform: rotate(154deg) translateY(-50px);
}
/* line 16, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/progress_ring.sass */
.project_status .items .progress span.notch:nth-child(16) {
  background: #529951;
  -webkit-transform: rotate(164deg) translateY(-50px);
  -moz-transform: rotate(164deg) translateY(-50px);
  -ms-transform: rotate(164deg) translateY(-50px);
  -o-transform: rotate(164deg) translateY(-50px);
  transform: rotate(164deg) translateY(-50px);
}
/* line 16, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/progress_ring.sass */
.project_status .items .progress span.notch:nth-child(17) {
  background: #539b52;
  -webkit-transform: rotate(174deg) translateY(-50px);
  -moz-transform: rotate(174deg) translateY(-50px);
  -ms-transform: rotate(174deg) translateY(-50px);
  -o-transform: rotate(174deg) translateY(-50px);
  transform: rotate(174deg) translateY(-50px);
}
/* line 16, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/progress_ring.sass */
.project_status .items .progress span.notch:nth-child(18) {
  background: #559c53;
  -webkit-transform: rotate(185deg) translateY(-50px);
  -moz-transform: rotate(185deg) translateY(-50px);
  -ms-transform: rotate(185deg) translateY(-50px);
  -o-transform: rotate(185deg) translateY(-50px);
  transform: rotate(185deg) translateY(-50px);
}
/* line 16, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/progress_ring.sass */
.project_status .items .progress span.notch:nth-child(19) {
  background: #569e54;
  -webkit-transform: rotate(195deg) translateY(-50px);
  -moz-transform: rotate(195deg) translateY(-50px);
  -ms-transform: rotate(195deg) translateY(-50px);
  -o-transform: rotate(195deg) translateY(-50px);
  transform: rotate(195deg) translateY(-50px);
}
/* line 16, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/progress_ring.sass */
.project_status .items .progress span.notch:nth-child(20) {
  background: #57a055;
  -webkit-transform: rotate(205deg) translateY(-50px);
  -moz-transform: rotate(205deg) translateY(-50px);
  -ms-transform: rotate(205deg) translateY(-50px);
  -o-transform: rotate(205deg) translateY(-50px);
  transform: rotate(205deg) translateY(-50px);
}
/* line 16, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/progress_ring.sass */
.project_status .items .progress span.notch:nth-child(21) {
  background: #59a257;
  -webkit-transform: rotate(216deg) translateY(-50px);
  -moz-transform: rotate(216deg) translateY(-50px);
  -ms-transform: rotate(216deg) translateY(-50px);
  -o-transform: rotate(216deg) translateY(-50px);
  transform: rotate(216deg) translateY(-50px);
}
/* line 16, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/progress_ring.sass */
.project_status .items .progress span.notch:nth-child(22) {
  background: #5aa458;
  -webkit-transform: rotate(226deg) translateY(-50px);
  -moz-transform: rotate(226deg) translateY(-50px);
  -ms-transform: rotate(226deg) translateY(-50px);
  -o-transform: rotate(226deg) translateY(-50px);
  transform: rotate(226deg) translateY(-50px);
}
/* line 16, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/progress_ring.sass */
.project_status .items .progress span.notch:nth-child(23) {
  background: #5ba659;
  -webkit-transform: rotate(236deg) translateY(-50px);
  -moz-transform: rotate(236deg) translateY(-50px);
  -ms-transform: rotate(236deg) translateY(-50px);
  -o-transform: rotate(236deg) translateY(-50px);
  transform: rotate(236deg) translateY(-50px);
}
/* line 16, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/progress_ring.sass */
.project_status .items .progress span.notch:nth-child(24) {
  background: #5ca85a;
  -webkit-transform: rotate(246deg) translateY(-50px);
  -moz-transform: rotate(246deg) translateY(-50px);
  -ms-transform: rotate(246deg) translateY(-50px);
  -o-transform: rotate(246deg) translateY(-50px);
  transform: rotate(246deg) translateY(-50px);
}
/* line 16, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/progress_ring.sass */
.project_status .items .progress span.notch:nth-child(25) {
  background: #5eaa5b;
  -webkit-transform: rotate(257deg) translateY(-50px);
  -moz-transform: rotate(257deg) translateY(-50px);
  -ms-transform: rotate(257deg) translateY(-50px);
  -o-transform: rotate(257deg) translateY(-50px);
  transform: rotate(257deg) translateY(-50px);
}
/* line 16, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/progress_ring.sass */
.project_status .items .progress span.notch:nth-child(26) {
  background: #5fac5c;
  -webkit-transform: rotate(267deg) translateY(-50px);
  -moz-transform: rotate(267deg) translateY(-50px);
  -ms-transform: rotate(267deg) translateY(-50px);
  -o-transform: rotate(267deg) translateY(-50px);
  transform: rotate(267deg) translateY(-50px);
}
/* line 16, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/progress_ring.sass */
.project_status .items .progress span.notch:nth-child(27) {
  background: #60ae5d;
  -webkit-transform: rotate(277deg) translateY(-50px);
  -moz-transform: rotate(277deg) translateY(-50px);
  -ms-transform: rotate(277deg) translateY(-50px);
  -o-transform: rotate(277deg) translateY(-50px);
  transform: rotate(277deg) translateY(-50px);
}
/* line 16, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/progress_ring.sass */
.project_status .items .progress span.notch:nth-child(28) {
  background: #62b05f;
  -webkit-transform: rotate(288deg) translateY(-50px);
  -moz-transform: rotate(288deg) translateY(-50px);
  -ms-transform: rotate(288deg) translateY(-50px);
  -o-transform: rotate(288deg) translateY(-50px);
  transform: rotate(288deg) translateY(-50px);
}
/* line 16, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/progress_ring.sass */
.project_status .items .progress span.notch:nth-child(29) {
  background: #63b260;
  -webkit-transform: rotate(298deg) translateY(-50px);
  -moz-transform: rotate(298deg) translateY(-50px);
  -ms-transform: rotate(298deg) translateY(-50px);
  -o-transform: rotate(298deg) translateY(-50px);
  transform: rotate(298deg) translateY(-50px);
}
/* line 16, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/progress_ring.sass */
.project_status .items .progress span.notch:nth-child(30) {
  background: #64b461;
  -webkit-transform: rotate(308deg) translateY(-50px);
  -moz-transform: rotate(308deg) translateY(-50px);
  -ms-transform: rotate(308deg) translateY(-50px);
  -o-transform: rotate(308deg) translateY(-50px);
  transform: rotate(308deg) translateY(-50px);
}
/* line 16, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/progress_ring.sass */
.project_status .items .progress span.notch:nth-child(31) {
  background: #65b662;
  -webkit-transform: rotate(318deg) translateY(-50px);
  -moz-transform: rotate(318deg) translateY(-50px);
  -ms-transform: rotate(318deg) translateY(-50px);
  -o-transform: rotate(318deg) translateY(-50px);
  transform: rotate(318deg) translateY(-50px);
}
/* line 16, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/progress_ring.sass */
.project_status .items .progress span.notch:nth-child(32) {
  background: #67b863;
  -webkit-transform: rotate(329deg) translateY(-50px);
  -moz-transform: rotate(329deg) translateY(-50px);
  -ms-transform: rotate(329deg) translateY(-50px);
  -o-transform: rotate(329deg) translateY(-50px);
  transform: rotate(329deg) translateY(-50px);
}
/* line 16, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/progress_ring.sass */
.project_status .items .progress span.notch:nth-child(33) {
  background: #68ba64;
  -webkit-transform: rotate(339deg) translateY(-50px);
  -moz-transform: rotate(339deg) translateY(-50px);
  -ms-transform: rotate(339deg) translateY(-50px);
  -o-transform: rotate(339deg) translateY(-50px);
  transform: rotate(339deg) translateY(-50px);
}
/* line 16, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/progress_ring.sass */
.project_status .items .progress span.notch:nth-child(34) {
  background: #69bc65;
  -webkit-transform: rotate(349deg) translateY(-50px);
  -moz-transform: rotate(349deg) translateY(-50px);
  -ms-transform: rotate(349deg) translateY(-50px);
  -o-transform: rotate(349deg) translateY(-50px);
  transform: rotate(349deg) translateY(-50px);
}
/* line 16, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/progress_ring.sass */
.project_status .items .progress span.notch:nth-child(35) {
  background: #6bbe67;
  -webkit-transform: rotate(360deg) translateY(-50px);
  -moz-transform: rotate(360deg) translateY(-50px);
  -ms-transform: rotate(360deg) translateY(-50px);
  -o-transform: rotate(360deg) translateY(-50px);
  transform: rotate(360deg) translateY(-50px);
}
/* line 19, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/progress_ring.sass */
.project_status .items .progress span.notch.grayed {
  background-color: #dbdbdb;
}
/* line 23, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/progress_ring.sass */
.project_status .items .progress .text, .project_status .items .progress .subtext {
  position: relative;
  text-align: center;
  width: 100%;
  text-align: center;
}
/* line 29, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/progress_ring.sass */
.project_status .items .progress .text {
  top: 45px;
  width: 115px;
}
/* line 33, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/progress_ring.sass */
.project_status .items .progress .subtext {
  top: 90px;
  width: 110px;
}
/* line 46, ../../app/assets/stylesheets/pages/projects/status.sass */
.project_status .items .progress, .project_status .items .timer {
  position: relative;
  height: 112px;
}
/* line 49, ../../app/assets/stylesheets/pages/projects/status.sass */
.project_status .items .text, .project_status .items .subtext, .project_status .items .calendar {
  position: relative;
  text-align: center;
  width: 100%;
  text-align: center;
}
/* line 56, ../../app/assets/stylesheets/pages/projects/status.sass */
.project_status .items .text {
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 32px;
  color: #3e7a3f;
}
/* line 60, ../../app/assets/stylesheets/pages/projects/status.sass */
.project_status .items .subtext {
  font-family: Helvetica, sans-serif;
  font-size: 20px;
  line-height: 22px;
  color: #999999;
}
/* line 67, ../../app/assets/stylesheets/pages/projects/status.sass */
.project_status .items .timer {
  display: inline-block;
  width: 85px;
}
/* line 71, ../../app/assets/stylesheets/pages/projects/status.sass */
.project_status .items .timer .calendar {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  width: 130px;
  height: 100px;
  border: 5px solid #3e7a3f;
  text-align: center;
  padding-top: 10px;
  font-size: 16px;
  line-height: 20px;
  width: 75px;
  height: 75px;
  top: 20px;
}
/* line 80, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/graphics.sass */
.project_status .items .timer .calendar:before, .project_status .items .timer .calendar:after {
  position: absolute;
  top: -10px;
  width: 5px;
  height: 15px;
  content: "";
  background-color: #3e7a3f;
}
/* line 87, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/graphics.sass */
.project_status .items .timer .calendar:before {
  left: 10px;
}
/* line 89, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/graphics.sass */
.project_status .items .timer .calendar:after {
  right: 10px;
}
/* line 92, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/graphics.sass */
.project_status .items .timer .calendar .month_day {
  font-weight: bold;
  margin: 5px;
}
/* line 77, ../../app/assets/stylesheets/pages/projects/status.sass */
.project_status .items .timer .text {
  top: 10px;
}
/* line 80, ../../app/assets/stylesheets/pages/projects/status.sass */
.project_status .items .timer .subtext {
  top: 47px;
}
/* line 86, ../../app/assets/stylesheets/pages/projects/status.sass */
.project_status.items_0 {
  display: none;
  padding: 0px;
}
/* line 93, ../../app/assets/stylesheets/pages/projects/status.sass */
.project_status.items_1 .items .timer {
  width: 100%;
}
/* line 96, ../../app/assets/stylesheets/pages/projects/status.sass */
.project_status.items_1 .items .timer .subtext {
  top: 35px;
}
/* line 101, ../../app/assets/stylesheets/pages/projects/status.sass */
.project_status.items_2 .items .progress {
  margin-right: 30px;
}

/* line 3, ../../app/assets/stylesheets/pages/projects/status_footer.sass */
.project_status footer {
  position: absolute;
  display: block;
  min-height: 24px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  padding: 15px;
  background-color: #f1f1f1;
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
  line-height: 20px;
  color: #444444;
  position: initial;
}
/* line 20, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/statuses.sass */
.project_status footer > div {
  display: inline-block;
  vertical-align: middle;
  width: 110px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 27, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/statuses.sass */
.project_status footer.items_1 > div {
  width: 100%;
  margin: 0px !important;
  text-align: center;
}
/* line 33, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/statuses.sass */
.project_status footer .message {
  width: inherit;
  display: block;
  text-align: center;
}
/* line 40, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/statuses.sass */
.project_status footer .progress .ring {
  position: relative;
  top: 5px;
  display: inline-block;
}
/* line 46, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/statuses.sass */
.project_status footer .timer:before {
  position: relative;
  display: inline-block;
  top: 4px;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  content: "";
  background-position: 0 -2806px;
  background-position: 0 -785;
}
@media only screen and (min-width: 780px) {
  /* line 3, ../../app/assets/stylesheets/pages/projects/status_footer.sass */
  .project_status footer {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  /* line 3, ../../app/assets/stylesheets/pages/projects/status_footer.sass */
  .project_status footer {
    font-size: 20px;
    line-height: 24px;
  }
  /* line 12, ../../app/assets/stylesheets/pages/projects/status_footer.sass */
  .project_status footer > div {
    width: 100%;
  }
  /* line 15, ../../app/assets/stylesheets/pages/projects/status_footer.sass */
  .project_status footer.items_2 .progress {
    margin-top: -15px;
  }
  /* line 18, ../../app/assets/stylesheets/pages/projects/status_footer.sass */
  .project_status footer.items_1 > div {
    margin-top: 10px;
    text-align: center;
    line-height: 24px;
  }
  /* line 23, ../../app/assets/stylesheets/pages/projects/status_footer.sass */
  .project_status footer.items_0 > div {
    font-size: 18px;
    line-height: 48px;
  }
  /* line 26, ../../app/assets/stylesheets/pages/projects/status_footer.sass */
  .project_status footer .progress .ring {
    left: -2px;
    top: 7px;
    margin-right: -4px;
  }
  /* line 31, ../../app/assets/stylesheets/pages/projects/status_footer.sass */
  .project_status footer .timer:before {
    top: 6px;
  }
}
@media only screen and (max-width: 800px) and (max-width: 800px) {
  /* line 31, ../../app/assets/stylesheets/pages/projects/status_footer.sass */
  .project_status footer .timer:before {
    width: 30px;
    height: 31px;
    background-position: 0 -2750px;
  }
}
@media only screen and (min-width: 761px) and (max-width: 779px) {
  /* line 3, ../../app/assets/stylesheets/pages/projects/status_footer.sass */
  .project_status footer {
    height: 57px;
    padding: 0px;
  }
  /* line 43, ../../app/assets/stylesheets/pages/projects/status_footer.sass */
  .project_status footer.items_2 > div {
    margin-left: 24%;
  }
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 48, ../../app/assets/stylesheets/pages/projects/status_footer.sass */
  .project_status footer.items_2 > div {
    margin-left: 15%;
  }
  /* line 50, ../../app/assets/stylesheets/pages/projects/status_footer.sass */
  .project_status footer.items_0.launched {
    display: none;
  }
}

@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 5, ../../app/assets/stylesheets/pages/projects/tickets.sass */
  .container.projects.show article.tickets_card .image {
    display: none;
  }
  /* line 9, ../../app/assets/stylesheets/pages/projects/tickets.sass */
  .container.projects.show .project_status.next_show header {
    display: block;
  }
}

/* line 14, ../../app/assets/stylesheets/pages/projects/tickets.sass */
.container.projects.tickets #expired {
  display: none;
}
/* line 18, ../../app/assets/stylesheets/pages/projects/tickets.sass */
.container.projects.tickets section#exclusives > header > h1 {
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 32px;
  color: black;
  text-decoration: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 0px;
}
/* line 23, ../../app/assets/stylesheets/pages/projects/tickets.sass */
.container.projects.tickets section#exclusives > header > h2 {
  font-family: DINWeb, Helvetica, sans-serif;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 26px;
  color: black;
  text-decoration: none;
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 29, ../../app/assets/stylesheets/pages/projects/tickets.sass */
  .container.projects.tickets section#exclusives header h1 {
    font-size: 24px;
    line-height: 26px;
  }
  /* line 31, ../../app/assets/stylesheets/pages/projects/tickets.sass */
  .container.projects.tickets section#exclusives header h2 {
    font-size: 18px;
    line-height: 20px;
  }
}

/* line 35, ../../app/assets/stylesheets/pages/projects/tickets.sass */
#facebox.projects_tickets article.floorplan, #facebox.projects.tickets article.floorplan {
  padding: 20px;
}
/* line 38, ../../app/assets/stylesheets/pages/projects/tickets.sass */
#facebox.projects_tickets #cart_expired, #facebox.projects.tickets #cart_expired {
  padding: 20px;
  width: auto;
}
/* line 40, ../../app/assets/stylesheets/pages/projects/tickets.sass */
#facebox.projects_tickets #cart_expired h1, #facebox.projects.tickets #cart_expired h1 {
  margin-top: 15px;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-family: Helvetica, sans-serif;
  font-size: 20px;
  line-height: 22px;
  color: #444444;
  margin-bottom: 20px;
  margin-top: 0px;
}
/* line 46, ../../app/assets/stylesheets/pages/projects/tickets.sass */
#facebox.projects_tickets #cart_expired .button.cta, #facebox.projects.tickets #cart_expired .button.cta {
  width: 200px;
  display: block;
  margin: 0px auto;
}

/* line 3, ../../app/assets/stylesheets/pages/projects/tickets/base.sass */
.container.projects_tickets #site_nav_handset {
  display: none;
}
/* line 6, ../../app/assets/stylesheets/pages/projects/tickets/base.sass */
.container.projects_tickets .left_content {
  width: 600px;
  margin-right: 40px;
}
/* line 13, ../../app/assets/stylesheets/pages/projects/tickets/base.sass */
.container.projects_tickets .tickets_cart section.event_name {
  margin-bottom: 20px;
}
/* line 20, ../../app/assets/stylesheets/pages/projects/tickets/base.sass */
.container.projects_tickets .tickets_cart form {
  background-color: white;
  padding: 15px;
  margin-bottom: 40px;
}
/* line 195, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
.container.projects_tickets .tickets_cart form input[type=text], .container.projects_tickets .tickets_cart form input[type=password], .container.projects_tickets .tickets_cart form select, .container.projects_tickets .tickets_cart form textarea, .container.projects_tickets .tickets_cart form .form_field {
  width: 300px;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 195, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
  .container.projects_tickets .tickets_cart form input[type=text], .container.projects_tickets .tickets_cart form input[type=password], .container.projects_tickets .tickets_cart form select, .container.projects_tickets .tickets_cart form textarea, .container.projects_tickets .tickets_cart form .form_field {
    width: 100%;
  }
}
/* line 200, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
.container.projects_tickets .tickets_cart form input[type=radio], .container.projects_tickets .tickets_cart form input[type=checkbox] {
  display: none;
}
/* line 100, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
.container.projects_tickets .tickets_cart form input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}
/* line 107, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
.container.projects_tickets .tickets_cart form input[type=checkbox] + label:before, .container.projects_tickets .tickets_cart form input[type=checkbox] + label:after {
  position: absolute;
  content: " ";
  display: inline-block;
  width: 20px;
  height: 20px;
  top: -3px;
  left: 0px;
}
/* line 115, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
.container.projects_tickets .tickets_cart form input[type=checkbox] + label:before {
  z-index: 1;
  background-color: white;
  border: 2px solid #dbdbdb;
}
/* line 119, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
.container.projects_tickets .tickets_cart form input[type=checkbox] + label:after {
  z-index: 2;
  margin-left: 2px;
  margin-top: 2px;
  display: none;
  background-position: 0 -2203px;
  width: 20px;
  height: 20px;
}
/* line 129, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
.container.projects_tickets .tickets_cart form input[type=checkbox]:checked + label:before {
  background-color: #6bbe67;
}
/* line 131, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
.container.projects_tickets .tickets_cart form input[type=checkbox]:checked + label:after {
  display: block;
}
/* line 136, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
.container.projects_tickets .tickets_cart form input[type=checkbox][disabled]:checked + label:before {
  background-color: #f1f1f1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 139, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
.container.projects_tickets .tickets_cart form input[type=checkbox][disabled]:checked + label:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 27, ../../app/assets/stylesheets/pages/projects/tickets/base.sass */
.container.projects_tickets .tickets_cart section.ticket_step {
  margin-bottom: 20px;
}
/* line 30, ../../app/assets/stylesheets/pages/projects/tickets/base.sass */
.container.projects_tickets .tickets_cart section.ticket_step > h1 {
  margin-top: 15px;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-family: Helvetica, sans-serif;
  font-size: 20px;
  line-height: 22px;
  color: #444444;
  border: 0px;
  margin-bottom: 10px;
}
/* line 34, ../../app/assets/stylesheets/pages/projects/tickets/base.sass */
.container.projects_tickets .tickets_cart section.ticket_step > h1:after {
  content: ":";
}
/* line 37, ../../app/assets/stylesheets/pages/projects/tickets/base.sass */
.container.projects_tickets .tickets_cart .error {
  color: red;
}
/* line 40, ../../app/assets/stylesheets/pages/projects/tickets/base.sass */
.container.projects_tickets .tickets_cart select:focus {
  outline: 0;
  border: 2px solid #6bbe67;
}
/* line 45, ../../app/assets/stylesheets/pages/projects/tickets/base.sass */
.container.projects_tickets .tickets_cart .form_field.disabled label {
  color: #dbdbdb !important;
}
/* line 48, ../../app/assets/stylesheets/pages/projects/tickets/base.sass */
.container.projects_tickets .tickets_cart input:disabled {
  background-color: #dbdbdb !important;
}
/* line 56, ../../app/assets/stylesheets/pages/projects/tickets/base.sass */
.container.projects_tickets .tickets_cart .form_field.submit input, .container.projects_tickets .tickets_cart .form_field.submit a {
  display: block;
  width: 100% !important;
  text-align: center;
}
/* line 61, ../../app/assets/stylesheets/pages/projects/tickets/base.sass */
.container.projects_tickets .tickets_cart .button.cta {
  color: white;
  background-color: #6bbe67;
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
  line-height: 28px;
}
/* line 42, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/buttons.sass */
.container.projects_tickets .tickets_cart .button.cta.in_progress {
  background-color: #3e7a3f;
}
/* line 67, ../../app/assets/stylesheets/pages/projects/tickets/base.sass */
.container.projects_tickets .tickets_cart .right_content .count_down {
  display: block;
  margin-bottom: 20px;
}
/* line 71, ../../app/assets/stylesheets/pages/projects/tickets/base.sass */
.container.projects_tickets .tickets_cart .right_content .count_down .intro {
  display: block;
}
/* line 73, ../../app/assets/stylesheets/pages/projects/tickets/base.sass */
.container.projects_tickets .tickets_cart .right_content .count_down .intro:after {
  content: ": ";
}

@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 78, ../../app/assets/stylesheets/pages/projects/tickets/base.sass */
  html:not(.ios_app) #container.projects_tickets {
    height: 100%;
    margin-top: 0px;
  }
  /* line 82, ../../app/assets/stylesheets/pages/projects/tickets/base.sass */
  html:not(.ios_app) #container.projects_tickets #main > header {
    margin-bottom: 10px;
  }

  /* line 87, ../../app/assets/stylesheets/pages/projects/tickets/base.sass */
  .container.projects_tickets section.event_name h1 {
    display: none;
  }
  /* line 89, ../../app/assets/stylesheets/pages/projects/tickets/base.sass */
  .container.projects_tickets .button.cta {
    width: 100%;
  }
}
/* line 4, ../../app/assets/stylesheets/pages/projects/tickets/confirm_seats.sass */
.container.projects_tickets section.seat_info ul {
  padding: 0px;
  margin: 0px;
}
/* line 46, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
.container.projects_tickets section.seat_info ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* line 6, ../../app/assets/stylesheets/pages/projects/tickets/confirm_seats.sass */
.container.projects_tickets section.seat_info ul li {
  margin-bottom: 5px;
}
/* line 8, ../../app/assets/stylesheets/pages/projects/tickets/confirm_seats.sass */
.container.projects_tickets section.seat_info ul li.seated {
  padding-bottom: 5px;
  border-bottom: 1px dashed #dbdbdb;
}
/* line 12, ../../app/assets/stylesheets/pages/projects/tickets/confirm_seats.sass */
.container.projects_tickets section.seat_info .row, .container.projects_tickets section.seat_info .seats, .container.projects_tickets section.seat_info .narrative {
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  color: #6bbe67;
}
/* line 16, ../../app/assets/stylesheets/pages/projects/tickets/confirm_seats.sass */
.container.projects_tickets section.shipping_options {
  margin-top: 20px;
}
/* line 19, ../../app/assets/stylesheets/pages/projects/tickets/confirm_seats.sass */
.container.projects_tickets section.shipping_options label {
  display: block;
  margin-bottom: 5px;
}
/* line 23, ../../app/assets/stylesheets/pages/projects/tickets/confirm_seats.sass */
.container.projects_tickets .search_again {
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  color: black;
  text-decoration: underline;
  color: #3e7a3f;
}

/* line 2, ../../app/assets/stylesheets/pages/projects/tickets/event_info.sass */
.container.projects_tickets section.event_info {
  *zoom: 1;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
/* line 52, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
.container.projects_tickets section.event_info:after {
  content: "";
  display: table;
  clear: both;
}
/* line 7, ../../app/assets/stylesheets/pages/projects/tickets/event_info.sass */
.container.projects_tickets section.event_info .calendar {
  float: left;
  margin-right: 15px;
}
/* line 12, ../../app/assets/stylesheets/pages/projects/tickets/event_info.sass */
.container.projects_tickets section.event_info .event_date {
  display: none;
}

/* line 6, ../../app/assets/stylesheets/pages/projects/tickets/next_show.sass */
.container.projects.show section.next_show a {
  display: block;
  background-color: white;
  text-decoration: none;
  padding: 10px;
  margin: 0px 20px;
  text-align: center;
}
/* line 14, ../../app/assets/stylesheets/pages/projects/tickets/next_show.sass */
.container.projects.show section.next_show .info {
  margin-top: 15px;
}
/* line 16, ../../app/assets/stylesheets/pages/projects/tickets/next_show.sass */
.container.projects.show section.next_show .info .venue {
  font-weight: bold;
}
/* line 18, ../../app/assets/stylesheets/pages/projects/tickets/next_show.sass */
.container.projects.show section.next_show .info .price {
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
  line-height: 28px;
  color: #3e7a3f;
}

/* line 3, ../../app/assets/stylesheets/pages/projects/tickets/select_bundle.sass */
.container.projects_tickets section.select_bundle {
  margin-bottom: 0px !important;
}
/* line 7, ../../app/assets/stylesheets/pages/projects/tickets/select_bundle.sass */
.container.projects_tickets section.select_bundle section.continue {
  *zoom: 1;
}
/* line 52, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
.container.projects_tickets section.select_bundle section.continue:after {
  content: "";
  display: table;
  clear: both;
}
/* line 10, ../../app/assets/stylesheets/pages/projects/tickets/select_bundle.sass */
.container.projects_tickets section.select_bundle section.continue h1 {
  float: left;
  border-bottom: 0px;
}
@media only screen and (min-width: 780px) {
  /* line 10, ../../app/assets/stylesheets/pages/projects/tickets/select_bundle.sass */
  .container.projects_tickets section.select_bundle section.continue h1 {
    margin-top: 0px !important;
  }
}
@media only screen and (min-width: 761px), only screen and (device-width: 810px) {
  /* line 17, ../../app/assets/stylesheets/pages/projects/tickets/select_bundle.sass */
  .container.projects_tickets section.select_bundle section.continue h1 {
    width: 50%;
  }
  /* line 19, ../../app/assets/stylesheets/pages/projects/tickets/select_bundle.sass */
  .container.projects_tickets section.select_bundle section.continue .button {
    float: right;
    width: 250px;
    padding: 8px 20px 5px 20px;
  }
}
@media only screen and (min-width: 761px) and (max-width: 779px) {
  /* line 25, ../../app/assets/stylesheets/pages/projects/tickets/select_bundle.sass */
  .container.projects_tickets section.select_bundle section.continue h1 {
    margin-top: 10px;
  }
}
/* line 28, ../../app/assets/stylesheets/pages/projects/tickets/select_bundle.sass */
.container.projects_tickets section.select_bundle section.bundles {
  position: relative;
  border-top: 1px solid #dbdbdb;
  padding-top: 20px;
  margin-top: 15px;
  margin: 30px 0px 10px 0px;
}
/* line 14, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/boxes_and_rules.sass */
.container.projects_tickets section.select_bundle section.bundles:before {
  position: absolute;
  display: inline-block;
  left: 50%;
  margin-top: -24px;
  margin-left: -10px;
  content: "Or";
  font-family: Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  padding: 0px 8px;
  background-color: white;
}
/* line 31, ../../app/assets/stylesheets/pages/projects/tickets/select_bundle.sass */
.container.projects_tickets section.select_bundle section.bundles:before {
  font-size: 20px;
  line-height: 22px;
  color: #3e7a3f;
  margin-top: -30px;
  left: 30%;
}
/* line 38, ../../app/assets/stylesheets/pages/projects/tickets/select_bundle.sass */
.container.projects_tickets section.select_bundle section.bundles article.unavailable a.button {
  display: none;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 44, ../../app/assets/stylesheets/pages/projects/tickets/select_bundle.sass */
  .container.projects_tickets section.select_bundle section.continue a.button.cta {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 50, ../../app/assets/stylesheets/pages/projects/tickets/select_bundle.sass */
  .container.projects_tickets section.select_bundle section.bundles:before {
    left: 15%;
    font-size: 16px;
    line-height: 18px;
    color: #999999;
  }
}

/* line 3, ../../app/assets/stylesheets/pages/projects/tickets/select_seats.sass */
.container.projects_tickets .seat_info .form_field.ticket_type.single_option {
  max-width: 300px;
}
/* line 5, ../../app/assets/stylesheets/pages/projects/tickets/select_seats.sass */
.container.projects_tickets .seat_info .form_field.ticket_type.single_option label {
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  margin-top: 30px;
}
/* line 13, ../../app/assets/stylesheets/pages/projects/tickets/select_seats.sass */
.container.projects_tickets .bundle_single_option {
  margin-top: 20px;
}
/* line 15, ../../app/assets/stylesheets/pages/projects/tickets/select_seats.sass */
.container.projects_tickets .bundle_single_option label {
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  line-height: 40px;
}
/* line 23, ../../app/assets/stylesheets/pages/projects/tickets/select_seats.sass */
.container.projects_tickets .totals {
  float: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 300px;
  background-color: #f1f1f1;
  border: 1px solid #c1c1c1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
  margin-bottom: 5px;
}
/* line 33, ../../app/assets/stylesheets/pages/projects/tickets/select_seats.sass */
.container.projects_tickets .totals .price_total {
  float: right;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 38, ../../app/assets/stylesheets/pages/projects/tickets/select_seats.sass */
  .container.projects_tickets .totals {
    width: auto;
  }
}
@media only screen and (min-width: 761px), only screen and (device-width: 810px) {
  /* line 43, ../../app/assets/stylesheets/pages/projects/tickets/select_seats.sass */
  .container.projects_tickets .seat_info .form_field.ticket_type, .container.projects_tickets .seat_info .form_field.bundle_options, .container.projects_tickets .seat_info .bundle_single_option {
    display: inline-block;
    vertical-align: top;
    margin-right: 17px;
  }
  /* line 48, ../../app/assets/stylesheets/pages/projects/tickets/select_seats.sass */
  .container.projects_tickets .seat_info .form_field.quantity {
    display: inline-block;
    vertical-align: top;
    width: 100px;
  }
  /* line 52, ../../app/assets/stylesheets/pages/projects/tickets/select_seats.sass */
  .container.projects_tickets .seat_info .form_field.quantity select {
    width: 100px;
  }
}

/* line 2, ../../app/assets/stylesheets/pages/projects/tickets/ticket_bundle.sass */
article.ticket_bundle {
  position: relative;
  min-height: 165px;
  border: 1px solid #dbdbdb;
}
/* line 7, ../../app/assets/stylesheets/pages/projects/tickets/ticket_bundle.sass */
article.ticket_bundle h1 {
  display: block;
  text-align: left;
  border-bottom: 0px;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
/* line 14, ../../app/assets/stylesheets/pages/projects/tickets/ticket_bundle.sass */
article.ticket_bundle .unbundled_cost {
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
  line-height: 28px;
  color: #3e7a3f;
  color: #999999;
}
/* line 20, ../../app/assets/stylesheets/pages/projects/tickets/ticket_bundle.sass */
article.ticket_bundle .image {
  background: url(//d1nvfozp665ptr.cloudfront.net/pipeline/interface/missing/bundle-1b3ad7b1557e0f02aabfeee87eb52c9c.png) no-repeat;
  width: 145px;
  height: 145px;
  float: left;
  margin-top: 0px;
  margin-right: 10px;
}
/* line 28, ../../app/assets/stylesheets/pages/projects/tickets/ticket_bundle.sass */
article.ticket_bundle a.button {
  display: block;
  width: 300px;
  padding: 8px 20px 5px 20px;
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
  line-height: 28px;
}
/* line 35, ../../app/assets/stylesheets/pages/projects/tickets/ticket_bundle.sass */
article.ticket_bundle.with_image .image {
  background-image: none;
}

@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 42, ../../app/assets/stylesheets/pages/projects/tickets/ticket_bundle.sass */
  article.ticket_bundle .additional_cost, article.ticket_bundle .image, article.ticket_bundle .access_pass .includes, article.ticket_bundle .stock {
    display: none;
  }
  /* line 45, ../../app/assets/stylesheets/pages/projects/tickets/ticket_bundle.sass */
  article.ticket_bundle a.button {
    width: auto;
    margin: 10px auto;
  }
}
/* line 2, ../../app/assets/stylesheets/pages/projects/tickets/ticket_event_card.sass */
article.ticket_event_card .calendar {
  float: left;
  margin-right: 20px;
  z-index: 10;
}
/* line 8, ../../app/assets/stylesheets/pages/projects/tickets/ticket_event_card.sass */
article.ticket_event_card:hover .calendar {
  border-color: #6bbe67;
}
/* line 10, ../../app/assets/stylesheets/pages/projects/tickets/ticket_event_card.sass */
article.ticket_event_card:hover .calendar:before, article.ticket_event_card:hover .calendar:after {
  background-color: #6bbe67;
}
/* line 13, ../../app/assets/stylesheets/pages/projects/tickets/ticket_event_card.sass */
article.ticket_event_card span.access_pass {
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
}
/* line 16, ../../app/assets/stylesheets/pages/projects/tickets/ticket_event_card.sass */
article.ticket_event_card .button.cta {
  width: 300px;
  top: 40%;
}
/* line 20, ../../app/assets/stylesheets/pages/projects/tickets/ticket_event_card.sass */
article.ticket_event_card .details {
  width: auto;
}
/* line 23, ../../app/assets/stylesheets/pages/projects/tickets/ticket_event_card.sass */
article.ticket_event_card .additional_cost {
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
  line-height: 28px;
  color: #3e7a3f;
  text-align: right;
}
/* line 27, ../../app/assets/stylesheets/pages/projects/tickets/ticket_event_card.sass */
article.ticket_event_card .total_cost, article.ticket_event_card .stock, article.ticket_event_card .event_date {
  display: none;
}
/* line 30, ../../app/assets/stylesheets/pages/projects/tickets/ticket_event_card.sass */
article.ticket_event_card .on_sale_at {
  display: none;
}
/* line 33, ../../app/assets/stylesheets/pages/projects/tickets/ticket_event_card.sass */
article.ticket_event_card .image {
  position: initial;
  width: 155px;
  float: left;
  margin-right: 10px;
}
/* line 39, ../../app/assets/stylesheets/pages/projects/tickets/ticket_event_card.sass */
article.ticket_event_card .description {
  margin-top: 10px;
}
/* line 42, ../../app/assets/stylesheets/pages/projects/tickets/ticket_event_card.sass */
article.ticket_event_card .description img {
  display: none;
}
/* line 45, ../../app/assets/stylesheets/pages/projects/tickets/ticket_event_card.sass */
article.ticket_event_card div.bundles {
  margin-right: 10px;
  clear: left;
}
/* line 48, ../../app/assets/stylesheets/pages/projects/tickets/ticket_event_card.sass */
article.ticket_event_card div.bundles:before {
  display: inline-block;
  width: 17px;
  height: 17px;
  content: "";
  background-position: 0 -3586px;
  margin-right: 5px;
}
/* line 57, ../../app/assets/stylesheets/pages/projects/tickets/ticket_event_card.sass */
article.ticket_event_card.with_image h1 {
  margin-left: 0px;
}
/* line 59, ../../app/assets/stylesheets/pages/projects/tickets/ticket_event_card.sass */
article.ticket_event_card.with_image .image {
  margin-top: 0px;
  margin-right: 10px;
}
/* line 62, ../../app/assets/stylesheets/pages/projects/tickets/ticket_event_card.sass */
article.ticket_event_card.with_image .event_date {
  display: block;
}

/* line 70, ../../app/assets/stylesheets/pages/projects/tickets/ticket_event_card.sass */
article.ticket_event_card.access_pass p.access_pass {
  display: block;
}

/* line 74, ../../app/assets/stylesheets/pages/projects/tickets/ticket_event_card.sass */
article.ticket_event_card.unavailable .price {
  display: none;
}
/* line 76, ../../app/assets/stylesheets/pages/projects/tickets/ticket_event_card.sass */
article.ticket_event_card.unavailable .stock {
  display: inline-block;
}
/* line 79, ../../app/assets/stylesheets/pages/projects/tickets/ticket_event_card.sass */
article.ticket_event_card.unavailable:hover .reserve, article.ticket_event_card.unavailable:hover .button.cta {
  display: none;
}
/* line 81, ../../app/assets/stylesheets/pages/projects/tickets/ticket_event_card.sass */
article.ticket_event_card.unavailable:hover .reserve {
  cursor: inherit;
}
/* line 83, ../../app/assets/stylesheets/pages/projects/tickets/ticket_event_card.sass */
article.ticket_event_card.unavailable:hover .calendar {
  border-color: #dbdbdb;
}
/* line 85, ../../app/assets/stylesheets/pages/projects/tickets/ticket_event_card.sass */
article.ticket_event_card.unavailable:hover .calendar:before, article.ticket_event_card.unavailable:hover .calendar:after {
  background-color: #dbdbdb;
}

/* line 89, ../../app/assets/stylesheets/pages/projects/tickets/ticket_event_card.sass */
article.ticket_event_card.coming_soon .reserve {
  display: block;
}
/* line 91, ../../app/assets/stylesheets/pages/projects/tickets/ticket_event_card.sass */
article.ticket_event_card.coming_soon .button.cta, article.ticket_event_card.coming_soon .stock {
  display: none;
}
/* line 93, ../../app/assets/stylesheets/pages/projects/tickets/ticket_event_card.sass */
article.ticket_event_card.coming_soon .calendar {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 95, ../../app/assets/stylesheets/pages/projects/tickets/ticket_event_card.sass */
article.ticket_event_card.coming_soon .on_sale_at {
  display: block;
  font-weight: bold;
  position: absolute;
  z-index: 100;
  bottom: 20px;
  margin-left: 155px;
}

/* line 104, ../../app/assets/stylesheets/pages/projects/tickets/ticket_event_card.sass */
article.ticket_event_card.sold_out .stock {
  display: inline-block;
  background-color: #c1c1c1;
}
/* line 108, ../../app/assets/stylesheets/pages/projects/tickets/ticket_event_card.sass */
article.ticket_event_card.sold_out .stock:after, article.ticket_event_card.sold_out .stock:before {
  border-top-color: #c1c1c1;
  border-bottom-color: #c1c1c1;
}

/* line 2, ../../app/assets/stylesheets/pages/projects/tickets/venue_info.sass */
.venue_info {
  padding: 0px;
  margin: 0px;
  margin-bottom: 20px;
}
/* line 46, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
.venue_info li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* line 6, ../../app/assets/stylesheets/pages/projects/tickets/venue_info.sass */
.venue_info .venue_name {
  font-weight: bold;
}

/* line 11, ../../app/assets/stylesheets/pages/projects/tickets/venue_info.sass */
.container.checkout .venue_name {
  font-weight: normal;
}

/* line 17, ../../app/assets/stylesheets/pages/projects/tickets/venue_info.sass */
.container.projects_tickets .venue_info {
  padding-top: 20px;
  line-height: 22px;
}
/* line 20, ../../app/assets/stylesheets/pages/projects/tickets/venue_info.sass */
.container.projects_tickets .venue_info .address {
  margin-bottom: 10px;
}
/* line 22, ../../app/assets/stylesheets/pages/projects/tickets/venue_info.sass */
.container.projects_tickets .venue_info .restrictions {
  margin-top: 10px;
}
/* line 24, ../../app/assets/stylesheets/pages/projects/tickets/venue_info.sass */
.container.projects_tickets .venue_info .restrictions:before {
  display: block;
  float: left;
  content: "!";
  width: 18px;
  height: 18px;
  border-radius: 10px;
  background-color: #c94444;
  color: white;
  line-height: 22px;
  text-align: center;
  font-weight: bold;
  margin: 0px 5px 40px 0px;
}
/* line 41, ../../app/assets/stylesheets/pages/projects/tickets/venue_info.sass */
.container.projects_tickets section.venue .venue_info .address {
  display: none;
}
/* line 45, ../../app/assets/stylesheets/pages/projects/tickets/venue_info.sass */
.container.projects_tickets section.floorplan img {
  width: 100%;
}

/* line 3, ../../app/assets/stylesheets/pages/projects/tickets_card.sass */
#container.projects.show article.tickets_card .image, #container.projects.exclusives article.tickets_card .image {
  width: 117px;
  height: 117px;
  float: none;
  background-position: 0 -827px;
  margin: 0 auto 0 auto;
}

/* line 15, ../../app/assets/stylesheets/pages/projects/tickets_card.sass */
#container.projects section#exclusives article.tickets_card, #container.projects section#featured_exclusives article.tickets_card {
  position: relative;
  padding: 15px;
  margin-bottom: 20px;
  background-color: white;
  min-height: 150px;
}
/* line 20, ../../app/assets/stylesheets/pages/projects/tickets_card.sass */
#container.projects section#exclusives article.tickets_card h1, #container.projects section#featured_exclusives article.tickets_card h1 {
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 22px;
  margin-right: 0px;
}
/* line 24, ../../app/assets/stylesheets/pages/projects/tickets_card.sass */
#container.projects section#exclusives article.tickets_card .details, #container.projects section#featured_exclusives article.tickets_card .details {
  position: absolute;
  width: auto;
  margin-bottom: 15px;
}
/* line 29, ../../app/assets/stylesheets/pages/projects/tickets_card.sass */
#container.projects section#exclusives article.tickets_card .copy.cta, #container.projects section#exclusives article.tickets_card .description, #container.projects section#featured_exclusives article.tickets_card .copy.cta, #container.projects section#featured_exclusives article.tickets_card .description {
  display: none;
}
/* line 32, ../../app/assets/stylesheets/pages/projects/tickets_card.sass */
#container.projects section#exclusives article.tickets_card .reserve, #container.projects section#featured_exclusives article.tickets_card .reserve {
  display: none;
  text-align: center;
  position: absolute;
  z-index: 2;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.75);
}
/* line 46, ../../app/assets/stylesheets/pages/projects/tickets_card.sass */
#container.projects section#exclusives article.tickets_card .reserve a.button.cta, #container.projects section#featured_exclusives article.tickets_card .reserve a.button.cta {
  position: absolute;
  color: white;
  background-color: #6bbe67;
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
  line-height: 28px;
  top: 50%;
  transform: translateY(-50%);
}
/* line 42, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/buttons.sass */
#container.projects section#exclusives article.tickets_card .reserve a.button.cta.in_progress, #container.projects section#featured_exclusives article.tickets_card .reserve a.button.cta.in_progress {
  background-color: #3e7a3f;
}
/* line 54, ../../app/assets/stylesheets/pages/projects/tickets_card.sass */
#container.projects section#exclusives article.tickets_card.unavailable .stock, #container.projects section#featured_exclusives article.tickets_card.unavailable .stock {
  margin-left: -134px;
}
/* line 59, ../../app/assets/stylesheets/pages/projects/tickets_card.sass */
#container.projects section#exclusives.tickets_and_access_only article.access_pass, #container.projects section#exclusives.tickets_and_access_only article.tickets_card, #container.projects section#featured_exclusives.tickets_and_access_only article.access_pass, #container.projects section#featured_exclusives.tickets_and_access_only article.tickets_card {
  width: 460px;
  height: 150px;
  display: block;
  float: left;
  clear: none;
  margin-bottom: 0px;
}
/* line 67, ../../app/assets/stylesheets/pages/projects/tickets_card.sass */
#container.projects section#exclusives.tickets_and_access_only article.access_pass h1, #container.projects section#exclusives.tickets_and_access_only article.access_pass .description, #container.projects section#exclusives.tickets_and_access_only article.tickets_card h1, #container.projects section#exclusives.tickets_and_access_only article.tickets_card .description, #container.projects section#featured_exclusives.tickets_and_access_only article.access_pass h1, #container.projects section#featured_exclusives.tickets_and_access_only article.access_pass .description, #container.projects section#featured_exclusives.tickets_and_access_only article.tickets_card h1, #container.projects section#featured_exclusives.tickets_and_access_only article.tickets_card .description {
  margin-right: 0px;
  margin-left: 100px;
}
/* line 70, ../../app/assets/stylesheets/pages/projects/tickets_card.sass */
#container.projects section#exclusives.tickets_and_access_only article.access_pass h1, #container.projects section#exclusives.tickets_and_access_only article.tickets_card h1, #container.projects section#featured_exclusives.tickets_and_access_only article.access_pass h1, #container.projects section#featured_exclusives.tickets_and_access_only article.tickets_card h1 {
  width: 260px;
}
/* line 72, ../../app/assets/stylesheets/pages/projects/tickets_card.sass */
#container.projects section#exclusives.tickets_and_access_only article.access_pass .stock, #container.projects section#exclusives.tickets_and_access_only article.tickets_card .stock, #container.projects section#featured_exclusives.tickets_and_access_only article.access_pass .stock, #container.projects section#featured_exclusives.tickets_and_access_only article.tickets_card .stock {
  display: none;
}
/* line 76, ../../app/assets/stylesheets/pages/projects/tickets_card.sass */
#container.projects section#exclusives.tickets_and_access_only article.access_pass .image, #container.projects section#featured_exclusives.tickets_and_access_only article.access_pass .image {
  width: 75px;
  overflow: hidden;
  margin: -45px 0px 0px 10px;
}
/* line 80, ../../app/assets/stylesheets/pages/projects/tickets_card.sass */
#container.projects section#exclusives.tickets_and_access_only article.access_pass .image img, #container.projects section#featured_exclusives.tickets_and_access_only article.access_pass .image img {
  margin-left: -40px;
}
/* line 83, ../../app/assets/stylesheets/pages/projects/tickets_card.sass */
#container.projects section#exclusives.tickets_and_access_only article.tickets_card, #container.projects section#featured_exclusives.tickets_and_access_only article.tickets_card {
  box-sizing: border-box;
  margin-right: 20px;
}
/* line 86, ../../app/assets/stylesheets/pages/projects/tickets_card.sass */
#container.projects section#exclusives.tickets_and_access_only article.tickets_card h1, #container.projects section#featured_exclusives.tickets_and_access_only article.tickets_card h1 {
  margin-left: 125px;
}
/* line 88, ../../app/assets/stylesheets/pages/projects/tickets_card.sass */
#container.projects section#exclusives.tickets_and_access_only article.tickets_card .image, #container.projects section#featured_exclusives.tickets_and_access_only article.tickets_card .image {
  float: left;
  margin: -30px 10px inherit inherit;
}
/* line 91, ../../app/assets/stylesheets/pages/projects/tickets_card.sass */
#container.projects section#exclusives.tickets_and_access_only article.tickets_card .price, #container.projects section#featured_exclusives.tickets_and_access_only article.tickets_card .price {
  margin: -25px 0 10px 0;
}
/* line 93, ../../app/assets/stylesheets/pages/projects/tickets_card.sass */
#container.projects section#exclusives.tickets_and_access_only article.tickets_card .description, #container.projects section#featured_exclusives.tickets_and_access_only article.tickets_card .description {
  display: block;
}
/* line 95, ../../app/assets/stylesheets/pages/projects/tickets_card.sass */
#container.projects section#exclusives.tickets_and_access_only article.tickets_card .copy, #container.projects section#featured_exclusives.tickets_and_access_only article.tickets_card .copy {
  display: none;
}
/* line 100, ../../app/assets/stylesheets/pages/projects/tickets_card.sass */
#container.projects section#exclusives.tickets_only article.tickets_card, #container.projects section#featured_exclusives.tickets_only article.tickets_card {
  position: relative;
}
/* line 102, ../../app/assets/stylesheets/pages/projects/tickets_card.sass */
#container.projects section#exclusives.tickets_only article.tickets_card h1, #container.projects section#exclusives.tickets_only article.tickets_card .price, #container.projects section#featured_exclusives.tickets_only article.tickets_card h1, #container.projects section#featured_exclusives.tickets_only article.tickets_card .price {
  display: none;
}
/* line 104, ../../app/assets/stylesheets/pages/projects/tickets_card.sass */
#container.projects section#exclusives.tickets_only article.tickets_card .image, #container.projects section#featured_exclusives.tickets_only article.tickets_card .image {
  float: left;
  margin-right: 20px;
}
/* line 107, ../../app/assets/stylesheets/pages/projects/tickets_card.sass */
#container.projects section#exclusives.tickets_only article.tickets_card .reserve, #container.projects section#featured_exclusives.tickets_only article.tickets_card .reserve {
  display: block;
  width: 300px;
  left: inherit;
}
/* line 111, ../../app/assets/stylesheets/pages/projects/tickets_card.sass */
#container.projects section#exclusives.tickets_only article.tickets_card a.button.cta, #container.projects section#featured_exclusives.tickets_only article.tickets_card a.button.cta {
  right: 20px;
}
/* line 113, ../../app/assets/stylesheets/pages/projects/tickets_card.sass */
#container.projects section#exclusives.tickets_only article.tickets_card .copy, #container.projects section#featured_exclusives.tickets_only article.tickets_card .copy {
  display: none;
}
/* line 115, ../../app/assets/stylesheets/pages/projects/tickets_card.sass */
#container.projects section#exclusives.tickets_only article.tickets_card .copy.cta, #container.projects section#featured_exclusives.tickets_only article.tickets_card .copy.cta {
  position: relative;
  display: block;
  float: left;
  font-family: DINWeb-Black, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 32px;
  margin-top: 30px;
}

/* line 125, ../../app/assets/stylesheets/pages/projects/tickets_card.sass */
#container.projects .list article.tickets_card .image {
  float: left;
}
/* line 127, ../../app/assets/stylesheets/pages/projects/tickets_card.sass */
#container.projects .list article.tickets_card h1, #container.projects .list article.tickets_card .copy, #container.projects .list article.tickets_card .description {
  margin-left: 155px;
}
/* line 129, ../../app/assets/stylesheets/pages/projects/tickets_card.sass */
#container.projects .list article.tickets_card .copy.cta {
  display: none;
}

/* line 135, ../../app/assets/stylesheets/pages/projects/tickets_card.sass */
html.no-touch article.tickets_card:hover .reserve {
  display: block !important;
}

@media only screen and (min-width: 761px) and (max-width: 779px) {
  /* line 143, ../../app/assets/stylesheets/pages/projects/tickets_card.sass */
  #container.projects section#exclusives article.tickets_card h1, #container.projects section#exclusives article.tickets_card .copy {
    margin-left: 155px;
  }
  /* line 145, ../../app/assets/stylesheets/pages/projects/tickets_card.sass */
  #container.projects section#exclusives article.tickets_card .details {
    position: absolute;
  }
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 151, ../../app/assets/stylesheets/pages/projects/tickets_card.sass */
  #container.projects section#exclusives article.tickets_card h1, #container.projects section#exclusives article.tickets_card .copy {
    margin-left: 0px;
  }
  /* line 154, ../../app/assets/stylesheets/pages/projects/tickets_card.sass */
  #container.projects section#exclusives article.tickets_card .details {
    position: initial;
  }
  /* line 158, ../../app/assets/stylesheets/pages/projects/tickets_card.sass */
  #container.projects section#exclusives.tickets_only article.tickets_card {
    min-height: 180px;
  }
  /* line 160, ../../app/assets/stylesheets/pages/projects/tickets_card.sass */
  #container.projects section#exclusives.tickets_only article.tickets_card .details {
    display: none;
  }
  /* line 162, ../../app/assets/stylesheets/pages/projects/tickets_card.sass */
  #container.projects section#exclusives.tickets_only article.tickets_card .reserve {
    position: absolute;
    width: auto;
    left: 0px;
    top: auto;
    bottom: 55px;
    margin-top: 20px;
  }
  /* line 170, ../../app/assets/stylesheets/pages/projects/tickets_card.sass */
  #container.projects section#exclusives.tickets_only article.tickets_card .reserve a.cta {
    left: 15px;
    right: 15px;
  }
  /* line 174, ../../app/assets/stylesheets/pages/projects/tickets_card.sass */
  #container.projects section#exclusives.tickets_only article.tickets_card .copy.cta {
    margin-top: 0px;
    margin-bottom: 75px;
  }
}

/* line 36, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/articles.sass */
article.project_update header {
  margin-bottom: 15px;
}
/* line 9, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/articles.sass */
article.project_update header nav.admin {
  float: right;
  display: none;
}
/* line 14, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/articles.sass */
article.project_update header:hover nav.admin {
  display: block;
}
/* line 17, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/articles.sass */
article.project_update header time, article.project_update header .highlight, article.project_update header .role {
  color: #999999;
  text-transform: uppercase;
}
/* line 22, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/articles.sass */
article.project_update header .role:after, article.project_update header .highlight:after {
  content: ":";
}
/* line 24, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/articles.sass */
article.project_update header .highlight {
  color: #3e7a3f;
}
/* line 27, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/articles.sass */
article.project_update header h1 {
  margin-top: 15px;
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 32px;
  color: black;
  text-decoration: none;
}
/* line 30, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/articles.sass */
article.project_update header h1 a {
  color: black;
  text-decoration: none;
}
/* line 41, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/articles.sass */
article.project_update .body .asset, article.project_update .body figure {
  margin-bottom: 15px;
}
/* line 44, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/articles.sass */
article.project_update .body figcaption {
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
}
/* line 47, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/articles.sass */
article.project_update .body img {
  max-width: 100%;
}
/* line 50, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/articles.sass */
article.project_update .body .project {
  text-align: center;
}
/* line 53, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/articles.sass */
article.project_update footer {
  clear: left;
  *zoom: 1;
  padding-top: 15px;
  border-top: 1px solid #dbdbdb;
}
/* line 52, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
article.project_update footer:after {
  content: "";
  display: table;
  clear: both;
}
/* line 59, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/articles.sass */
article.project_update footer .socials, article.project_update footer .comment_counter {
  display: inline-block;
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 65, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/articles.sass */
article.project_update footer .comment_counter {
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  color: black;
  text-decoration: underline;
  position: relative;
  float: left;
  padding-left: 22px;
  margin-left: 10px;
}
/* line 72, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/articles.sass */
article.project_update footer .comment_counter:before {
  position: absolute;
  top: 1px;
  left: 0px;
  content: " ";
  background-position: 0 -2651px;
  width: 17px;
  height: 15px;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 53, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/articles.sass */
  article.project_update footer {
    text-align: center;
  }
  /* line 85, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/articles.sass */
  article.project_update footer a.button {
    display: block;
  }
  /* line 87, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/articles.sass */
  article.project_update footer .comment_counter {
    float: left;
    margin-left: 5px;
  }
  /* line 90, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/articles.sass */
  article.project_update footer .socials {
    float: right;
    margin-right: 5px;
  }
}
/* line 10, ../../app/assets/stylesheets/pages/projects/updates.sass */
article.project_update header .highlight {
  color: #59aec2 !important;
}
/* line 17, ../../app/assets/stylesheets/pages/projects/updates.sass */
article.project_update .sign_in_or_pledge {
  margin-bottom: 15px;
  padding: 15px;
  background-color: #f1f1f1;
  text-align: center;
  color: #999999;
  font-weight: bold;
}
/* line 25, ../../app/assets/stylesheets/pages/projects/updates.sass */
article.project_update .sign_in_or_pledge:before {
  content: "";
  display: inline-block;
  background-position: 0 -3681px;
  opacity: 0.5;
  width: 14px;
  height: 20px;
  margin-right: 10px;
}
/* line 34, ../../app/assets/stylesheets/pages/projects/updates.sass */
article.project_update .sign_in_or_pledge a {
  font-weight: bold;
  color: #6bbe67;
  text-decoration: none;
}
/* line 43, ../../app/assets/stylesheets/pages/projects/updates.sass */
article.project_update .assets, article.project_update .body {
  margin-bottom: 15px;
}
/* line 47, ../../app/assets/stylesheets/pages/projects/updates.sass */
article.project_update .assets div.video_player {
  margin-bottom: 15px;
}
/* line 50, ../../app/assets/stylesheets/pages/projects/updates.sass */
article.project_update .assets .cta {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  top: 0px;
  background: black;
  background: rgba(0, 0, 0, 0.75);
  font-size: 24px;
  line-height: 26px;
  text-align: center;
  padding: 20px;
  padding-top: 25%;
}
/* line 60, ../../app/assets/stylesheets/pages/projects/updates.sass */
article.project_update .assets .cta a {
  display: block;
  padding: 12px;
  color: #59aec2;
  text-decoration: none;
}
/* line 70, ../../app/assets/stylesheets/pages/projects/updates.sass */
article.project_update .pledger_only_updates {
  padding-top: 5px;
  margin-bottom: 10px;
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
}
/* line 76, ../../app/assets/stylesheets/pages/projects/updates.sass */
article.project_update .pledger_only_updates .prefix:after {
  content: ":";
}
/* line 79, ../../app/assets/stylesheets/pages/projects/updates.sass */
article.project_update .pledger_only_updates ul {
  -webkit-margin-before: 0px;
  -moz-margin-before: 0px;
  -ms-margin-before: 0px;
  -o-margin-before: 0px;
  margin-before: 0px;
  -webkit-padding-start: 0px;
  -moz-padding-start: 0px;
  -ms-padding-start: 0px;
  -o-padding-start: 0px;
  padding-start: 0px;
  margin-top: 5px;
}
/* line 84, ../../app/assets/stylesheets/pages/projects/updates.sass */
article.project_update .pledger_only_updates li {
  display: inline-block;
  margin-right: 10px;
}
/* line 88, ../../app/assets/stylesheets/pages/projects/updates.sass */
article.project_update .pledger_only_updates li:before {
  display: inline-block;
  content: " ";
  margin-right: 5px;
}
/* line 94, ../../app/assets/stylesheets/pages/projects/updates.sass */
article.project_update .pledger_only_updates li.jpg:before {
  background-position: 0 -2508px;
  width: 17px;
  height: 13px;
}
/* line 99, ../../app/assets/stylesheets/pages/projects/updates.sass */
article.project_update .pledger_only_updates li.mp3:before {
  background-position: 0 -2638px;
  width: 10px;
  height: 13px;
}
/* line 104, ../../app/assets/stylesheets/pages/projects/updates.sass */
article.project_update .pledger_only_updates li.video:before {
  background-position: 0 -2738px;
  width: 24px;
  height: 12px;
}
/* line 111, ../../app/assets/stylesheets/pages/projects/updates.sass */
article.project_update.teaser {
  color: #999999;
}
/* line 114, ../../app/assets/stylesheets/pages/projects/updates.sass */
article.project_update.teaser a {
  color: #999999;
}
/* line 116, ../../app/assets/stylesheets/pages/projects/updates.sass */
article.project_update.teaser a:before {
  opacity: 0.5;
}
/* line 120, ../../app/assets/stylesheets/pages/projects/updates.sass */
article.project_update.teaser .sign_in_or_pledge a {
  color: #6bbe67;
}
/* line 124, ../../app/assets/stylesheets/pages/projects/updates.sass */
article.project_update.teaser .button {
  color: white;
}
/* line 128, ../../app/assets/stylesheets/pages/projects/updates.sass */
article.project_update.teaser .asset_counter li:before {
  opacity: 0.5;
}

/* line 141, ../../app/assets/stylesheets/pages/projects/updates.sass */
#container.projects_updates section#updates {
  clear: both;
}
/* line 101, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/articles.sass */
#container.projects_updates section#updates > header {
  *zoom: 1;
}
/* line 52, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
#container.projects_updates section#updates > header:after {
  content: "";
  display: table;
  clear: both;
}
/* line 104, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/articles.sass */
#container.projects_updates section#updates > header h1 {
  display: none;
}
/* line 107, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/articles.sass */
#container.projects_updates section#updates nav.sort {
  float: left;
  display: inline-block;
  height: 35px;
  margin-right: 15px;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
}
/* line 23, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_drop_menu.sass */
#container.projects_updates section#updates nav.sort:last-child {
  margin-right: 0px;
}
/* line 28, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_drop_menu.sass */
#container.projects_updates section#updates nav.sort a {
  position: relative;
  margin-bottom: -1px;
  padding: 7px 15px;
  padding-right: 45px;
  display: none;
  border: 1px solid #dbdbdb;
  background-color: white;
  color: #444444;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 45, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_drop_menu.sass */
#container.projects_updates section#updates nav.sort a:after {
  content: "";
  display: none;
  position: absolute;
  right: 15px;
  top: 15px;
  background-position: 0 -2876px;
  width: 11px;
  height: 6px;
}
/* line 56, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_drop_menu.sass */
#container.projects_updates section#updates nav.sort a.selected {
  display: block;
}
/* line 58, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_drop_menu.sass */
#container.projects_updates section#updates nav.sort a.selected:after {
  display: block;
}
/* line 61, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_drop_menu.sass */
#container.projects_updates section#updates nav.sort .expanded {
  display: block !important;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 107, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/articles.sass */
  #container.projects_updates section#updates nav.sort {
    position: relative;
    display: block;
    width: 290px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  /* line 8, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_drop_menu.sass */
  #container.projects_updates section#updates nav.sort:hover {
    z-index: 99;
  }
  /* line 15, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_drop_menu.sass */
  #container.projects_updates section#updates nav.sort:hover a:last-child {
    margin-bottom: 10px;
  }
}
/* line 112, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/articles.sass */
#container.projects_updates section#updates > footer {
  margin-bottom: 20px;
}
@media only screen and (min-width: 761px) and (max-width: 779px) {
  /* line 141, ../../app/assets/stylesheets/pages/projects/updates.sass */
  #container.projects_updates section#updates {
    border-top: 1px solid #dbdbdb;
    padding-top: 15px;
  }
}
/* line 148, ../../app/assets/stylesheets/pages/projects/updates.sass */
#container.projects_updates article.project_update {
  padding: 15px;
  margin-bottom: 20px;
  background-color: white;
  overflow: hidden;
}
/* line 154, ../../app/assets/stylesheets/pages/projects/updates.sass */
#container.projects_updates .recommended article.project_card:nth-child(n+5) {
  display: none;
}
/* line 160, ../../app/assets/stylesheets/pages/projects/updates.sass */
#container.projects_updates.bare_bones #main > header.artists.main, #container.projects_updates.bare_bones #main > nav#tabs {
  display: none;
}
/* line 164, ../../app/assets/stylesheets/pages/projects/updates.sass */
#container.projects_updates.bare_bones #status, #container.projects_updates.bare_bones section#overview, #container.projects_updates.bare_bones section#pledge_now {
  display: none;
}
/* line 168, ../../app/assets/stylesheets/pages/projects/updates.sass */
#container.projects_updates.bare_bones section#updates a.button.back {
  display: none;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 176, ../../app/assets/stylesheets/pages/projects/updates.sass */
  #container.projects_updates #main {
    overflow: hidden;
  }
  /* line 182, ../../app/assets/stylesheets/pages/projects/updates.sass */
  #container.projects_updates #main #similar_projects > h1 {
    position: relative;
    right: -20px;
    overflow: hidden;
    background-color: #333333;
    color: white;
    text-align: left;
    padding: 10px 10px 10px 20px;
    border-bottom: 0px;
    margin: 0px 0px 0px -40px;
  }
  /* line 193, ../../app/assets/stylesheets/pages/projects/updates.sass */
  #container.projects_updates #main #similar_projects .recommended {
    position: relative;
    margin-left: -30px;
    right: -15px;
  }
  /* line 199, ../../app/assets/stylesheets/pages/projects/updates.sass */
  #container.projects_updates #main #similar_projects article.project_card {
    background-color: black;
    height: 160px;
    width: 106px;
    margin: 0px;
  }
  /* line 205, ../../app/assets/stylesheets/pages/projects/updates.sass */
  #container.projects_updates #main #similar_projects article.project_card img {
    margin: 0px;
    width: 112%;
  }
  /* line 209, ../../app/assets/stylesheets/pages/projects/updates.sass */
  #container.projects_updates #main #similar_projects article.project_card header {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
    position: absolute;
    bottom: 0px;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 10px 5px;
    width: inherit;
  }
  /* line 9, ../../app/assets/stylesheets/pages/home/bento.sass */
  #container.projects_updates #main #similar_projects article.project_card header h1, #container.projects_updates #main #similar_projects article.project_card header h2 {
    overflow: hidden;
    color: white;
  }
  /* line 12, ../../app/assets/stylesheets/pages/home/bento.sass */
  #container.projects_updates #main #similar_projects article.project_card header h1 a, #container.projects_updates #main #similar_projects article.project_card header h2 a {
    color: white;
    text-decoration: none;
  }
  /* line 15, ../../app/assets/stylesheets/pages/home/bento.sass */
  #container.projects_updates #main #similar_projects article.project_card header h1 {
    font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    font-weight: normal;
    font-style: normal;
    font-size: 26px;
    line-height: 28px;
  }
  /* line 17, ../../app/assets/stylesheets/pages/home/bento.sass */
  #container.projects_updates #main #similar_projects article.project_card header h2 {
    font-family: DINWeb, Helvetica, sans-serif;
    letter-spacing: normal;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 22px;
  }
  /* line 215, ../../app/assets/stylesheets/pages/projects/updates.sass */
  #container.projects_updates #main #similar_projects article.project_card header h1 {
    font-size: 16px;
    line-height: 18px;
    word-break: normal;
  }
  /* line 219, ../../app/assets/stylesheets/pages/projects/updates.sass */
  #container.projects_updates #main #similar_projects article.project_card h2, #container.projects_updates #main #similar_projects article.project_card footer, #container.projects_updates #main #similar_projects article.project_card .description {
    display: none;
  }
  /* line 223, ../../app/assets/stylesheets/pages/projects/updates.sass */
  #container.projects_updates #main #similar_projects .owl-nav {
    display: none;
  }
  /* line 225, ../../app/assets/stylesheets/pages/projects/updates.sass */
  #container.projects_updates #main #similar_projects .owl-item {
    display: inline-block;
  }
  /* line 227, ../../app/assets/stylesheets/pages/projects/updates.sass */
  #container.projects_updates #main #similar_projects .owl-stage {
    -webkit-transition-timing: ease-out;
    -moz-transition-timing: ease-out;
    -ms-transition-timing: ease-out;
    -o-transition-timing: ease-out;
    transition-timing: ease-out;
  }
}

/* line 10, ../../app/assets/stylesheets/pages/projects.sass */
#container article.project .latest_updates {
  overflow: auto;
}
/* line 13, ../../app/assets/stylesheets/pages/projects.sass */
#container article.project #video {
  margin-bottom: 20px !important;
}
@media only screen and (min-width: 780px) {
  /* line 13, ../../app/assets/stylesheets/pages/projects.sass */
  #container article.project #video {
    width: 620px;
  }
}
@media only screen and (min-width: 761px) and (max-width: 779px) {
  /* line 13, ../../app/assets/stylesheets/pages/projects.sass */
  #container article.project #video {
    clear: both;
  }
}
/* line 23, ../../app/assets/stylesheets/pages/projects.sass */
#container article.project #video div.video_player {
  max-height: 400px;
}

@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 31, ../../app/assets/stylesheets/pages/projects.sass */
  #container.projects > .main:before, #container.artists > .main:before, #container.projects_updates > .main:before {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 11000;
    display: block;
    content: "";
    width: 100%;
    height: 120%;
    background-color: rgba(0, 0, 0, 0.8);
  }
  /* line 42, ../../app/assets/stylesheets/pages/projects.sass */
  #container.projects > .main:after, #container.artists > .main:after, #container.projects_updates > .main:after {
    content: "";
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    top: 45%;
    left: 50%;
    z-index: 11001;
    width: 100px;
    height: 100px;
    border: 10px solid rgba(200, 200, 200, 0.4);
    border-radius: 50%;
    border-right-color: rgba(200, 200, 200, 0.8);
    margin: -50px 0px 0px -50px;
    -webkit-animation: rotate360 1s infinite linear;
    -moz-animation: rotate360 1s infinite linear;
    -ms-animation: rotate360 1s infinite linear;
    -o-animation: rotate360 1s infinite linear;
    animation: rotate360 1s infinite linear;
  }
  /* line 60, ../../app/assets/stylesheets/pages/projects.sass */
  #container.projects > .main.hide_overlay:after, #container.projects > .main.hide_overlay:before, #container.artists > .main.hide_overlay:after, #container.artists > .main.hide_overlay:before, #container.projects_updates > .main.hide_overlay:after, #container.projects_updates > .main.hide_overlay:before {
    display: none;
  }
  /* line 64, ../../app/assets/stylesheets/pages/projects.sass */
  #container.projects > .main > header, #container.artists > .main > header, #container.projects_updates > .main > header {
    margin-bottom: 0px;
  }
}

@media only screen and (min-width: 780px) {
  /* line 71, ../../app/assets/stylesheets/pages/projects.sass */
  #container.index.projects section.listing article.project_card {
    float: left;
    display: block;
    margin-right: 15px;
    margin-bottom: 20px;
  }
  /* line 73, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/cards.sass */
  #container.index.projects section.listing article.project_card:nth-of-type(3n) {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 75, ../../app/assets/stylesheets/pages/projects.sass */
  #container.index.projects section.listing.projects {
    text-align: center;
  }
  /* line 78, ../../app/assets/stylesheets/pages/projects.sass */
  #container.index.projects section.listing.projects article.project_card {
    margin-left: auto;
    margin-right: auto;
  }
  /* line 82, ../../app/assets/stylesheets/pages/projects.sass */
  #container.index.projects section.listing.projects nav {
    right: -15px;
    margin-left: -30px;
  }
}

/* line 93, ../../app/assets/stylesheets/pages/projects.sass */
#container.artists.show #similar_projects, #container.pledges.complete #similar_projects {
  clear: both;
  padding: 0px;
  background-color: transparent;
  -ms-filter: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  margin-top: 40px;
  margin-bottom: 40px;
}
/* line 133, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/boxes_and_rules.sass */
#container.artists.show #similar_projects > h1, #container.pledges.complete #similar_projects > h1 {
  margin-top: 15px;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-family: Helvetica, sans-serif;
  font-size: 20px;
  line-height: 22px;
  color: #444444;
}
@media only screen and (min-width: 780px) {
  /* line 99, ../../app/assets/stylesheets/pages/projects.sass */
  #container.artists.show #similar_projects article, #container.pledges.complete #similar_projects article {
    float: left;
    display: block;
    margin-right: 10px;
    width: 216px;
    height: 360px;
    width: 227px;
  }
  /* line 79, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/cards.sass */
  #container.artists.show #similar_projects article:nth-of-type(4n), #container.pledges.complete #similar_projects article:nth-of-type(4n) {
    margin-right: 0px;
  }
  /* line 71, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/statuses.sass */
  #container.artists.show #similar_projects article footer .message, #container.pledges.complete #similar_projects article footer .message {
    text-align: center;
  }
  /* line 74, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/statuses.sass */
  #container.artists.show #similar_projects article footer .progress, #container.artists.show #similar_projects article footer .timer, #container.pledges.complete #similar_projects article footer .progress, #container.pledges.complete #similar_projects article footer .timer {
    margin-left: 15px;
  }
  /* line 77, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/statuses.sass */
  #container.artists.show #similar_projects article footer .progress, #container.pledges.complete #similar_projects article footer .progress {
    margin-top: -5px;
  }
}
@media only screen and (min-width: 761px) and (max-width: 779px) {
  /* line 105, ../../app/assets/stylesheets/pages/projects.sass */
  #container.artists.show #similar_projects article, #container.pledges.complete #similar_projects article {
    float: left;
    display: block;
    margin-right: 15px;
    margin-bottom: 20px;
    width: 216px;
    height: 360px;
    width: 226px;
  }
  /* line 73, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/cards.sass */
  #container.artists.show #similar_projects article:nth-of-type(3n), #container.pledges.complete #similar_projects article:nth-of-type(3n) {
    margin-right: 0px;
  }
  /* line 71, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/statuses.sass */
  #container.artists.show #similar_projects article footer .message, #container.pledges.complete #similar_projects article footer .message {
    text-align: center;
  }
  /* line 74, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/statuses.sass */
  #container.artists.show #similar_projects article footer .progress, #container.artists.show #similar_projects article footer .timer, #container.pledges.complete #similar_projects article footer .progress, #container.pledges.complete #similar_projects article footer .timer {
    margin-left: 15px;
  }
  /* line 77, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/statuses.sass */
  #container.artists.show #similar_projects article footer .progress, #container.pledges.complete #similar_projects article footer .progress {
    margin-top: -5px;
  }
  /* line 109, ../../app/assets/stylesheets/pages/projects.sass */
  #container.artists.show #similar_projects article:last-child, #container.pledges.complete #similar_projects article:last-child {
    display: none;
  }
}

@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 117, ../../app/assets/stylesheets/pages/projects.sass */
  #container.projects.show article.project .left_content, #container.projects.show article.project .right_content {
    display: none;
  }
}
/* line 1, ../../app/assets/stylesheets/modules/autocomplete.sass */
.ui-menu {
  z-index: 500;
  padding-left: 0px;
  list-style: none;
  border: 1px solid #c1c1c1;
}
/* line 7, ../../app/assets/stylesheets/modules/autocomplete.sass */
.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px 0.4em;
  cursor: pointer;
  background-color: #dbdbdb;
  min-height: 0;
}
/* line 15, ../../app/assets/stylesheets/modules/autocomplete.sass */
.ui-menu .ui-state-focus {
  background-color: #c1c1c1;
}

/* line 3, ../../app/assets/stylesheets/modules/buttons.sass */
.follow_button button, .follow_button a.follow {
  background-color: #6bbe67;
  color: white;
  padding: 10px 56px;
}
/* line 7, ../../app/assets/stylesheets/modules/buttons.sass */
.follow_button button:focus, .follow_button a.follow:focus {
  border: 0px;
  outline: 0;
}
/* line 11, ../../app/assets/stylesheets/modules/buttons.sass */
.follow_button button:hover, .follow_button a.follow:hover {
  text-decoration: underline;
}
/* line 13, ../../app/assets/stylesheets/modules/buttons.sass */
.follow_button button.off, .follow_button a.follow.off {
  display: none;
}
/* line 17, ../../app/assets/stylesheets/modules/buttons.sass */
.follow_button button.on:before, .follow_button a.follow.on:before {
  content: "\2B";
  display: inline-block;
  font-size: 18px;
  line-height: 14px;
}
/* line 22, ../../app/assets/stylesheets/modules/buttons.sass */
.follow_button a.follow {
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
}
/* line 25, ../../app/assets/stylesheets/modules/buttons.sass */
.follow_button a.follow:hover {
  text-decoration: none;
}
/* line 29, ../../app/assets/stylesheets/modules/buttons.sass */
.follow_button.following button {
  color: #6bbe67;
}
/* line 31, ../../app/assets/stylesheets/modules/buttons.sass */
.follow_button.following button:focus {
  color: white;
}
/* line 33, ../../app/assets/stylesheets/modules/buttons.sass */
.follow_button.following button.off {
  display: block;
}
/* line 35, ../../app/assets/stylesheets/modules/buttons.sass */
.follow_button.following button.on {
  display: none;
}
/* line 38, ../../app/assets/stylesheets/modules/buttons.sass */
.follow_button.following:before {
  display: none;
}

/* line 41, ../../app/assets/stylesheets/modules/buttons.sass */
.more_link {
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 22px;
  text-decoration: none;
  color: #3e7a3f;
}
/* line 46, ../../app/assets/stylesheets/modules/buttons.sass */
.more_link:after {
  content: "";
  display: inline-block;
  height: 8px;
  width: 8px;
  position: relative;
  top: -2px;
  border-top: 2px solid #3e7a3f;
  border-right: 2px solid #3e7a3f;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 5px;
}

/* line 3, ../../app/assets/stylesheets/modules/cards.sass */
.container article.actor_card {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  margin-bottom: 20px;
  background-color: white;
  width: 300px;
  height: 100px;
  margin-bottom: 15px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  vertical-align: top;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 3, ../../app/assets/stylesheets/modules/cards.sass */
  .container article.actor_card {
    width: 290px;
  }
}
/* line 142, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/boxes_and_rules.sass */
.container article.actor_card h1 {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
  color: black;
}
/* line 27, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/cards.sass */
.container article.actor_card header {
  *zoom: 1;
}
/* line 52, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
.container article.actor_card header:after {
  content: "";
  display: table;
  clear: both;
}
/* line 30, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/cards.sass */
.container article.actor_card header img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
/* line 39, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/cards.sass */
.container article.actor_card header h1, .container article.actor_card header h2 {
  color: black;
}
/* line 42, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/cards.sass */
.container article.actor_card header a, .container article.actor_card header a:hover {
  color: inherit;
  text-decoration: none;
}
/* line 46, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/cards.sass */
.container article.actor_card header h1 {
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 4px;
}
/* line 50, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/cards.sass */
.container article.actor_card header h2 {
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 4px;
}
/* line 55, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/cards.sass */
.container article.actor_card .description {
  max-height: 48px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  -ms-line-clamp: 3;
  -o-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
}
/* line 85, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
.container article.actor_card .description p {
  display: inline;
}
/* line 9, ../../app/assets/stylesheets/modules/cards.sass */
.container article.actor_card h1 {
  margin-left: 90px;
  word-wrap: break-word;
}
/* line 14, ../../app/assets/stylesheets/modules/cards.sass */
.container article.charity_card img {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
/* line 22, ../../app/assets/stylesheets/modules/cards.sass */
.container section.listing {
  *zoom: 1;
}
/* line 52, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
.container section.listing:after {
  content: "";
  display: table;
  clear: both;
}
/* line 24, ../../app/assets/stylesheets/modules/cards.sass */
.container section.listing > h1 {
  margin-top: 15px;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-family: Helvetica, sans-serif;
  font-size: 20px;
  line-height: 22px;
  color: #444444;
}
/* line 27, ../../app/assets/stylesheets/modules/cards.sass */
.container section.listing nav.sort {
  margin-bottom: 15px;
}
/* line 30, ../../app/assets/stylesheets/modules/cards.sass */
.container section.listing nav.sort .drop_menu_spacer {
  position: absolute;
  left: -1000px;
}
@media only screen and (min-width: 761px), only screen and (device-width: 810px) {
  /* line 22, ../../app/assets/stylesheets/modules/cards.sass */
  .container section.listing {
    background-color: transparent;
    border-left: none;
    box-shadow: none;
  }
  /* line 37, ../../app/assets/stylesheets/modules/cards.sass */
  .container section.listing nav.sort a {
    padding-right: 8px;
    padding-left: 10px;
    display: inline-block;
    font-family: Helvetica, sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    color: #444444;
    border-left: 1px solid #dbdbdb;
    text-decoration: none;
  }
  /* line 15, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/ui.sass */
  .container section.listing nav.sort a.selected {
    color: #3e7a3f;
  }
  /* line 17, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/ui.sass */
  .container section.listing nav.sort a:hover {
    color: #6bbe67;
  }
  /* line 19, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/ui.sass */
  .container section.listing nav.sort a:first-of-type {
    border-left: none;
    padding-left: 0px;
  }
}
@media only screen and (min-width: 780px) {
  /* line 43, ../../app/assets/stylesheets/modules/cards.sass */
  .container section.listing > article.actor_card {
    float: left;
    display: block;
    margin-right: 15px;
    margin-bottom: 20px;
  }
  /* line 73, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/cards.sass */
  .container section.listing > article.actor_card:nth-of-type(3n) {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 761px) and (max-width: 779px) {
  /* line 48, ../../app/assets/stylesheets/modules/cards.sass */
  .container section.listing {
    margin-bottom: 0px;
  }
  /* line 50, ../../app/assets/stylesheets/modules/cards.sass */
  .container section.listing > article.actor_card {
    float: left;
    display: block;
    margin-right: 0px;
    width: 332px;
  }
  /* line 65, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/cards.sass */
  .container section.listing > article.actor_card:nth-of-type(odd) {
    margin-right: 15px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 55, ../../app/assets/stylesheets/modules/cards.sass */
  .container section.listing {
    text-align: center;
  }
  /* line 59, ../../app/assets/stylesheets/modules/cards.sass */
  .container section.listing > article.actor_card .description {
    display: none;
  }
}
@media only screen and (min-width: 761px), only screen and (device-width: 810px) {
  /* line 64, ../../app/assets/stylesheets/modules/cards.sass */
  .container.artists.followers section#followers > article, .container.projects.pledgers section#pledgers > article {
    float: left;
    display: block;
    margin-right: 0px;
  }
  /* line 65, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/cards.sass */
  .container.artists.followers section#followers > article:nth-of-type(odd), .container.projects.pledgers section#pledgers > article:nth-of-type(odd) {
    margin-right: 15px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 780px) {
  /* line 64, ../../app/assets/stylesheets/modules/cards.sass */
  .container.artists.followers section#followers > article, .container.projects.pledgers section#pledgers > article {
    width: 300px;
  }
}
@media only screen and (min-width: 761px) and (max-width: 779px) {
  /* line 64, ../../app/assets/stylesheets/modules/cards.sass */
  .container.artists.followers section#followers > article, .container.projects.pledgers section#pledgers > article {
    width: 346px;
  }
}

/* line 1, ../../app/assets/stylesheets/modules/card_carousel.sass */
.container .carousel {
  overflow: hidden;
}

/* line 4, ../../app/assets/stylesheets/modules/card_carousel.sass */
.container .card_carousel {
  position: relative;
  margin-left: 2px;
  height: 430px;
}
/* line 13, ../../app/assets/stylesheets/modules/card_carousel.sass */
.container .card_carousel input, .container .card_carousel label {
  display: none;
}
/* line 16, ../../app/assets/stylesheets/modules/card_carousel.sass */
.container .card_carousel article {
  position: absolute;
  top: 0px;
  left: -2px;
  display: none;
}
/* line 26, ../../app/assets/stylesheets/modules/card_carousel.sass */
.container .card_carousel article:nth-of-type(1), .container .card_carousel article:nth-of-type(2), .container .card_carousel article:nth-of-type(3) {
  display: block;
  -webkit-transition: margin 1s;
  -moz-transition: margin 1s;
  -ms-transition: margin 1s;
  -o-transition: margin 1s;
  transition: margin 1s;
  margin-left: 0px;
}
/* line 31, ../../app/assets/stylesheets/modules/card_carousel.sass */
.container .card_carousel input:nth-of-type(1):checked ~ article:nth-of-type(1) {
  margin-left: 0px;
}
/* line 33, ../../app/assets/stylesheets/modules/card_carousel.sass */
.container .card_carousel input:nth-of-type(1):checked ~ article:nth-of-type(2) {
  margin-left: 300px;
}
/* line 35, ../../app/assets/stylesheets/modules/card_carousel.sass */
.container .card_carousel input:nth-of-type(1):checked ~ article:nth-of-type(3) {
  margin-left: 600px;
}
/* line 38, ../../app/assets/stylesheets/modules/card_carousel.sass */
.container .card_carousel input:nth-of-type(2):checked ~ article:nth-of-type(1) {
  margin-left: -300px;
}
/* line 40, ../../app/assets/stylesheets/modules/card_carousel.sass */
.container .card_carousel input:nth-of-type(2):checked ~ article:nth-of-type(2) {
  margin-left: 0px;
}
/* line 42, ../../app/assets/stylesheets/modules/card_carousel.sass */
.container .card_carousel input:nth-of-type(2):checked ~ article:nth-of-type(3) {
  margin-left: 300px;
}
/* line 45, ../../app/assets/stylesheets/modules/card_carousel.sass */
.container .card_carousel input:nth-of-type(3):checked ~ article:nth-of-type(1) {
  margin-left: -600px;
}
/* line 47, ../../app/assets/stylesheets/modules/card_carousel.sass */
.container .card_carousel input:nth-of-type(3):checked ~ article:nth-of-type(2) {
  margin-left: -300px;
}
/* line 49, ../../app/assets/stylesheets/modules/card_carousel.sass */
.container .card_carousel input:nth-of-type(3):checked ~ article:nth-of-type(3) {
  margin-left: 0px;
}
@media only screen and (min-width: 761px) and (max-width: 779px) {
  /* line 53, ../../app/assets/stylesheets/modules/card_carousel.sass */
  .container .card_carousel input:nth-of-type(1):checked ~ article:nth-of-type(1) {
    margin-left: 0px;
  }
  /* line 55, ../../app/assets/stylesheets/modules/card_carousel.sass */
  .container .card_carousel input:nth-of-type(1):checked ~ article:nth-of-type(2) {
    margin-left: 340px;
  }
  /* line 57, ../../app/assets/stylesheets/modules/card_carousel.sass */
  .container .card_carousel input:nth-of-type(1):checked ~ article:nth-of-type(3) {
    margin-left: 700px;
  }
  /* line 60, ../../app/assets/stylesheets/modules/card_carousel.sass */
  .container .card_carousel input:nth-of-type(2):checked ~ article:nth-of-type(1) {
    margin-left: -340px;
  }
  /* line 62, ../../app/assets/stylesheets/modules/card_carousel.sass */
  .container .card_carousel input:nth-of-type(2):checked ~ article:nth-of-type(2) {
    margin-left: 0px;
  }
  /* line 64, ../../app/assets/stylesheets/modules/card_carousel.sass */
  .container .card_carousel input:nth-of-type(2):checked ~ article:nth-of-type(3) {
    margin-left: 340px;
  }
  /* line 67, ../../app/assets/stylesheets/modules/card_carousel.sass */
  .container .card_carousel input:nth-of-type(3):checked ~ article:nth-of-type(1) {
    margin-left: -640px;
  }
  /* line 69, ../../app/assets/stylesheets/modules/card_carousel.sass */
  .container .card_carousel input:nth-of-type(3):checked ~ article:nth-of-type(2) {
    margin-left: -340px;
  }
  /* line 71, ../../app/assets/stylesheets/modules/card_carousel.sass */
  .container .card_carousel input:nth-of-type(3):checked ~ article:nth-of-type(3) {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 75, ../../app/assets/stylesheets/modules/card_carousel.sass */
  .container .card_carousel input:nth-of-type(1):checked ~ article:nth-of-type(1) {
    margin-left: 0px;
  }
  /* line 77, ../../app/assets/stylesheets/modules/card_carousel.sass */
  .container .card_carousel input:nth-of-type(1):checked ~ article:nth-of-type(2) {
    margin-left: 740px;
  }
  /* line 79, ../../app/assets/stylesheets/modules/card_carousel.sass */
  .container .card_carousel input:nth-of-type(1):checked ~ article:nth-of-type(3) {
    margin-left: 740px;
  }
  /* line 82, ../../app/assets/stylesheets/modules/card_carousel.sass */
  .container .card_carousel input:nth-of-type(2):checked ~ article:nth-of-type(1) {
    margin-left: -740px;
  }
  /* line 84, ../../app/assets/stylesheets/modules/card_carousel.sass */
  .container .card_carousel input:nth-of-type(2):checked ~ article:nth-of-type(2) {
    margin-left: 0px;
  }
  /* line 86, ../../app/assets/stylesheets/modules/card_carousel.sass */
  .container .card_carousel input:nth-of-type(2):checked ~ article:nth-of-type(3) {
    margin-left: 740px;
  }
  /* line 89, ../../app/assets/stylesheets/modules/card_carousel.sass */
  .container .card_carousel input:nth-of-type(3):checked ~ article:nth-of-type(1) {
    margin-left: -740px;
  }
  /* line 91, ../../app/assets/stylesheets/modules/card_carousel.sass */
  .container .card_carousel input:nth-of-type(3):checked ~ article:nth-of-type(2) {
    margin-left: -740px;
  }
  /* line 93, ../../app/assets/stylesheets/modules/card_carousel.sass */
  .container .card_carousel input:nth-of-type(3):checked ~ article:nth-of-type(3) {
    margin-left: 0px;
  }
}
/* line 101, ../../app/assets/stylesheets/modules/card_carousel.sass */
.container .card_carousel label {
  cursor: pointer;
  display: block;
  position: absolute;
  bottom: 1px;
  width: 11px;
  height: 11px;
  margin: 10px auto;
  z-index: 2;
  background-color: #dbdbdb;
  border-radius: 100%;
  content: "";
}
/* line 113, ../../app/assets/stylesheets/modules/card_carousel.sass */
.container .card_carousel label:nth-of-type(1) {
  left: 50%;
  margin-left: -25px;
}
/* line 116, ../../app/assets/stylesheets/modules/card_carousel.sass */
.container .card_carousel label:nth-of-type(2) {
  left: 50%;
  margin-left: -5px;
}
/* line 119, ../../app/assets/stylesheets/modules/card_carousel.sass */
.container .card_carousel label:nth-of-type(3) {
  left: 50%;
  margin-left: 15px;
}
/* line 123, ../../app/assets/stylesheets/modules/card_carousel.sass */
.container .card_carousel input:nth-of-type(1):checked ~ label:nth-of-type(1), .container .card_carousel input:nth-of-type(2):checked ~ label:nth-of-type(2), .container .card_carousel input:nth-of-type(3):checked ~ label:nth-of-type(3) {
  background-color: #444444;
}
/* line 127, ../../app/assets/stylesheets/modules/card_carousel.sass */
.container .card_carousel.owl-carousel {
  overflow: hidden;
}
/* line 130, ../../app/assets/stylesheets/modules/card_carousel.sass */
.container .card_carousel .owl-stage {
  height: inherit;
  position: relative;
}
/* line 134, ../../app/assets/stylesheets/modules/card_carousel.sass */
.container .card_carousel .owl-item {
  height: inherit;
  display: inline-block;
  vertical-align: top;
}
/* line 139, ../../app/assets/stylesheets/modules/card_carousel.sass */
.container .card_carousel .owl-item article {
  position: relative;
}
/* line 142, ../../app/assets/stylesheets/modules/card_carousel.sass */
.container .card_carousel .owl-nav {
  position: relative;
  top: -10px;
  height: 30px;
}
/* line 146, ../../app/assets/stylesheets/modules/card_carousel.sass */
.container .card_carousel .owl-nav .owl-prev, .container .card_carousel .owl-nav .owl-next {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
}
/* line 157, ../../app/assets/stylesheets/modules/card_carousel.sass */
.container .card_carousel .owl-nav .owl-prev:after, .container .card_carousel .owl-nav .owl-next:after {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  top: -12px;
  color: #999999;
  border-style: solid;
  border-width: 4px 4px 0 0;
}
/* line 170, ../../app/assets/stylesheets/modules/card_carousel.sass */
.container .card_carousel .owl-nav .owl-next:after {
  left: 85px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 175, ../../app/assets/stylesheets/modules/card_carousel.sass */
.container .card_carousel .owl-nav .owl-prev:after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
/* line 179, ../../app/assets/stylesheets/modules/card_carousel.sass */
.container .card_carousel .owl-dots {
  position: relative;
  height: 10px;
  width: 100px;
  top: -35px;
  text-align: center;
  margin: 0px auto;
}
/* line 187, ../../app/assets/stylesheets/modules/card_carousel.sass */
.container .card_carousel .owl-dots .owl-dot {
  display: inline-block;
  height: 10px;
  width: 10px;
  background-color: #999999;
  cursor: pointer;
  margin: 0px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
/* line 196, ../../app/assets/stylesheets/modules/card_carousel.sass */
.container .card_carousel .owl-dots .owl-dot.active {
  background-color: #6bbe67;
}

/* line 1, ../../app/assets/stylesheets/modules/comments.sass */
section.new_comment {
  margin-bottom: 40px;
  text-align: left;
  *zoom: 1;
}
/* line 52, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
section.new_comment:after {
  content: "";
  display: table;
  clear: both;
}
/* line 7, ../../app/assets/stylesheets/modules/comments.sass */
section.new_comment textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f1f1f1;
  border: 2px solid #dbdbdb;
  border-radius: 4px;
  color: #999999;
  width: 100%;
  padding: 15px;
  font-family: Helvetica, sans-serif;
  font-size: 20px;
  line-height: 22px;
  color: #999999;
  width: 100%;
  height: 5em;
  min-height: 5em;
}
/* line 13, ../../app/assets/stylesheets/modules/comments.sass */
section.new_comment input[type=submit] {
  display: block;
  margin-top: 10px;
  min-width: 25%;
  float: left;
}

/* line 20, ../../app/assets/stylesheets/modules/comments.sass */
.comments_thread h1, .questions_thread h1 {
  margin-top: 15px;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-family: Helvetica, sans-serif;
  font-size: 20px;
  line-height: 22px;
  color: #444444;
}
/* line 22, ../../app/assets/stylesheets/modules/comments.sass */
.comments_thread > section, .questions_thread > section {
  padding: 15px;
  margin-bottom: 20px;
  background-color: white;
}
/* line 120, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/boxes_and_rules.sass */
.comments_thread > section > header h1, .comments_thread > section > h1, .questions_thread > section > header h1, .questions_thread > section > h1 {
  margin-top: 15px;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-family: Helvetica, sans-serif;
  font-size: 20px;
  line-height: 22px;
  color: #444444;
}

/* line 25, ../../app/assets/stylesheets/modules/comments.sass */
article.comment, article.response {
  *zoom: 1;
}
/* line 52, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
article.comment:after, article.response:after {
  content: "";
  display: table;
  clear: both;
}
/* line 32, ../../app/assets/stylesheets/modules/comments.sass */
article.comment header, article.response header {
  margin-bottom: 15px;
}
/* line 9, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/articles.sass */
article.comment header nav.admin, article.response header nav.admin {
  float: right;
  display: none;
}
/* line 14, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/articles.sass */
article.comment header:hover nav.admin, article.response header:hover nav.admin {
  display: block;
}
/* line 17, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/articles.sass */
article.comment header time, article.comment header .highlight, article.comment header .role, article.response header time, article.response header .highlight, article.response header .role {
  color: #999999;
  text-transform: uppercase;
}
/* line 22, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/articles.sass */
article.comment header .role:after, article.comment header .highlight:after, article.response header .role:after, article.response header .highlight:after {
  content: ":";
}
/* line 24, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/articles.sass */
article.comment header .highlight, article.response header .highlight {
  color: #3e7a3f;
}
/* line 27, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/articles.sass */
article.comment header h1, article.response header h1 {
  margin-top: 15px;
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 32px;
  color: black;
  text-decoration: none;
}
/* line 30, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/articles.sass */
article.comment header h1 a, article.response header h1 a {
  color: black;
  text-decoration: none;
}
/* line 35, ../../app/assets/stylesheets/modules/comments.sass */
article.comment header .info, article.response header .info {
  margin-bottom: 15px;
}
/* line 40, ../../app/assets/stylesheets/modules/comments.sass */
article.comment header .icon, article.response header .icon {
  float: left;
  margin-right: 10px;
  overflow: hidden;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
}
/* line 47, ../../app/assets/stylesheets/modules/comments.sass */
article.comment header .icon img, article.response header .icon img {
  width: 40px;
  height: 40px;
}
/* line 51, ../../app/assets/stylesheets/modules/comments.sass */
article.comment header h1, article.response header h1 {
  border: 0px;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  line-height: 40px;
  padding: 0px;
  margin-bottom: 25px;
  color: black;
  font-weight: normal;
}
/* line 60, ../../app/assets/stylesheets/modules/comments.sass */
article.comment header h1 a, article.response header h1 a {
  font-weight: bold;
  text-decoration: none;
}
/* line 63, ../../app/assets/stylesheets/modules/comments.sass */
article.comment header h1:after, article.response header h1:after {
  content: ":";
}
/* line 66, ../../app/assets/stylesheets/modules/comments.sass */
article.comment header h1 .role, article.response header h1 .role {
  float: right;
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
}
/* line 74, ../../app/assets/stylesheets/modules/comments.sass */
article.comment .message, article.response .message {
  background-color: #f1f1f1;
  padding: 15px;
  padding-bottom: 1px;
  margin-bottom: 15px;
  position: relative;
  word-break: break-word;
}
/* line 83, ../../app/assets/stylesheets/modules/comments.sass */
article.comment .message:before, article.response .message:before {
  position: absolute;
  content: "";
  bottom: 100%;
  left: 0;
  height: 0;
  width: 0;
  margin-left: 9px;
  border: solid transparent;
  pointer-events: none;
  border-bottom-color: #f1f1f1;
  border-width: 10px;
}
/* line 100, ../../app/assets/stylesheets/modules/comments.sass */
article.comment > nav, article.response > nav {
  margin-top: 15px;
  padding: 15px 0px;
  border-top: 1px solid #dbdbdb;
}
/* line 107, ../../app/assets/stylesheets/modules/comments.sass */
article.comment > nav button, article.comment > nav input[type=submit], article.comment .info button, article.comment .info input[type=submit], article.response > nav button, article.response > nav input[type=submit], article.response .info button, article.response .info input[type=submit] {
  background-color: transparent;
  display: inline;
  text-decoration: underline;
  color: black;
  padding: 0px;
}
/* line 115, ../../app/assets/stylesheets/modules/comments.sass */
article.comment > nav input[type=submit].hover, article.comment .info input[type=submit].hover, article.response > nav input[type=submit].hover, article.response .info input[type=submit].hover {
  display: none;
}
/* line 117, ../../app/assets/stylesheets/modules/comments.sass */
article.comment .delete_comment, article.response .delete_comment {
  float: right;
}
/* line 122, ../../app/assets/stylesheets/modules/comments.sass */
article.comment:hover input[type=submit].hover, article.response:hover input[type=submit].hover {
  display: inline-block;
}
/* line 125, ../../app/assets/stylesheets/modules/comments.sass */
article.comment button, article.response button {
  float: left;
}
/* line 129, ../../app/assets/stylesheets/modules/comments.sass */
article.comment section.new_comment header, article.response section.new_comment header {
  display: none;
}
/* line 136, ../../app/assets/stylesheets/modules/comments.sass */
article.comment > article.comment, article.comment section.new_comment, article.comment article.response, article.response > article.comment, article.response section.new_comment, article.response article.response {
  margin-bottom: 0px !important;
  border: 0px !important;
  box-shadow: none !important;
  border-top: 1px solid #dbdbdb !important;
}
/* line 142, ../../app/assets/stylesheets/modules/comments.sass */
article.comment > article.comment header, article.comment > article.comment .message, article.comment section.new_comment header, article.comment section.new_comment .message, article.comment article.response header, article.comment article.response .message, article.response > article.comment header, article.response > article.comment .message, article.response section.new_comment header, article.response section.new_comment .message, article.response article.response header, article.response article.response .message {
  margin-left: 30px;
}
/* line 144, ../../app/assets/stylesheets/modules/comments.sass */
article.comment > article.comment > nav, article.comment section.new_comment > nav, article.comment article.response > nav, article.response > article.comment > nav, article.response section.new_comment > nav, article.response article.response > nav {
  display: none;
}

/* line 152, ../../app/assets/stylesheets/modules/comments.sass */
#container.articles article.comment, #container.articles article.response, #container.projects_updates article.comment, #container.projects_updates article.response, #container.comments article.comment, #container.comments article.response, #container.pledges article.comment, #container.pledges article.response, #container.gift_pledges article.comment, #container.gift_pledges article.response, #container.zendesk_tickets article.comment, #container.zendesk_tickets article.response, #container.zendesk_pledges_tickets article.comment, #container.zendesk_pledges_tickets article.response {
  padding: 15px;
  margin-bottom: 20px;
  background-color: white;
  margin-bottom: 30px;
}

/* line 3, ../../vendor/gems/pledge_core/app/assets/stylesheets/modules/downloads.sass */
#container.downloads section#downloads header {
  margin-bottom: 20px;
}
/* line 5, ../../vendor/gems/pledge_core/app/assets/stylesheets/modules/downloads.sass */
#container.downloads section#downloads header h1 {
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 32px;
  color: black;
  text-decoration: none;
}

/* line 8, ../../vendor/gems/pledge_core/app/assets/stylesheets/modules/downloads.sass */
.download_date {
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

/* line 11, ../../vendor/gems/pledge_core/app/assets/stylesheets/modules/downloads.sass */
article.download {
  color: #444444;
}
/* line 14, ../../vendor/gems/pledge_core/app/assets/stylesheets/modules/downloads.sass */
article.download div.notice {
  display: block;
  color: white;
  background-color: #3e7a3f;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  line-height: 16px;
  padding: 15px;
  margin: -15px;
  margin-bottom: 15px;
  text-align: center;
}
/* line 25, ../../vendor/gems/pledge_core/app/assets/stylesheets/modules/downloads.sass */
article.download div.notice .tip {
  float: right;
}
/* line 29, ../../vendor/gems/pledge_core/app/assets/stylesheets/modules/downloads.sass */
article.download header {
  *zoom: 1;
}
/* line 52, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
article.download header:after {
  content: "";
  display: table;
  clear: both;
}
/* line 31, ../../vendor/gems/pledge_core/app/assets/stylesheets/modules/downloads.sass */
article.download header .image {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
/* line 36, ../../vendor/gems/pledge_core/app/assets/stylesheets/modules/downloads.sass */
article.download header .image img {
  max-width: 145px;
  max-height: 145px;
}
/* line 40, ../../vendor/gems/pledge_core/app/assets/stylesheets/modules/downloads.sass */
article.download header h1 {
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 15px;
}
/* line 43, ../../vendor/gems/pledge_core/app/assets/stylesheets/modules/downloads.sass */
article.download header h1 .access_pass {
  font-size: 20px;
}
/* line 46, ../../vendor/gems/pledge_core/app/assets/stylesheets/modules/downloads.sass */
article.download header .copy {
  margin-bottom: 15px;
}
/* line 50, ../../vendor/gems/pledge_core/app/assets/stylesheets/modules/downloads.sass */
article.download nav {
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
/* line 52, ../../vendor/gems/pledge_core/app/assets/stylesheets/modules/downloads.sass */
article.download nav h1 {
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
/* line 58, ../../vendor/gems/pledge_core/app/assets/stylesheets/modules/downloads.sass */
article.download nav a {
  position: relative;
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding-left: 22px;
  border-right: 1px solid #dbdbdb;
  padding-right: 10px;
  margin-right: 15px;
}
/* line 64, ../../vendor/gems/pledge_core/app/assets/stylesheets/modules/downloads.sass */
article.download nav a:before {
  content: "";
  background-position: 0 -2721px;
  width: 14px;
  height: 17px;
  position: absolute;
  left: 0px;
}
/* line 74, ../../vendor/gems/pledge_core/app/assets/stylesheets/modules/downloads.sass */
article.download nav a:last-child {
  border-right: 0px;
  padding-right: 0px;
  margin-right: 0px;
}
/* line 80, ../../vendor/gems/pledge_core/app/assets/stylesheets/modules/downloads.sass */
article.download nav a.files_toggle {
  padding: 0px;
  padding-right: 20px !important;
}
/* line 25, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/ui.sass */
article.download nav a.files_toggle:after {
  content: "";
  background-position: 0 -2876px;
  width: 11px;
  height: 6px;
  position: absolute;
  top: 5px;
  right: 0px;
}
/* line 33, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/ui.sass */
article.download nav a.files_toggle.visible:after {
  background-position: 0 -1524px;
}
/* line 83, ../../vendor/gems/pledge_core/app/assets/stylesheets/modules/downloads.sass */
article.download nav a.files_toggle:before {
  display: none;
}
/* line 86, ../../vendor/gems/pledge_core/app/assets/stylesheets/modules/downloads.sass */
article.download section.files {
  margin-top: 15px;
}
/* line 91, ../../vendor/gems/pledge_core/app/assets/stylesheets/modules/downloads.sass */
article.download section.files ul {
  padding: 0px;
  margin: 0px;
}
/* line 46, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
article.download section.files ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* line 93, ../../vendor/gems/pledge_core/app/assets/stylesheets/modules/downloads.sass */
article.download section.files ul li {
  *zoom: 1;
  padding: 15px;
  color: #444444;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: -1px;
}
/* line 52, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
article.download section.files ul li:after {
  content: "";
  display: table;
  clear: both;
}
/* line 104, ../../vendor/gems/pledge_core/app/assets/stylesheets/modules/downloads.sass */
article.download section.files ul li > a {
  float: left;
  display: block;
  max-width: 440px;
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  color: black;
}
/* line 112, ../../vendor/gems/pledge_core/app/assets/stylesheets/modules/downloads.sass */
article.download section.files ul li .formats {
  float: right;
  width: 100px;
}
/* line 116, ../../vendor/gems/pledge_core/app/assets/stylesheets/modules/downloads.sass */
article.download section.files ul li .formats a {
  border-right: 1px solid #dbdbdb;
  padding-right: 5px;
  margin-right: 15px;
}
/* line 119, ../../vendor/gems/pledge_core/app/assets/stylesheets/modules/downloads.sass */
article.download section.files ul li .formats a:last-child {
  border-right: 0px;
  padding-right: 0px;
  margin-right: 0px;
}
/* line 125, ../../vendor/gems/pledge_core/app/assets/stylesheets/modules/downloads.sass */
article.download section.files ul li .formats a:first-child {
  position: relative;
  padding-left: 20px;
  width: 50px;
}
/* line 129, ../../vendor/gems/pledge_core/app/assets/stylesheets/modules/downloads.sass */
article.download section.files ul li .formats a:first-child:before {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  content: " ";
  background-position: 0 -2721px;
  width: 14px;
  height: 17px;
}

/* line 142, ../../vendor/gems/pledge_core/app/assets/stylesheets/modules/downloads.sass */
html.touch article.download a.files_toggle {
  display: none !important;
}

/* line 2, ../../app/assets/stylesheets/modules/grid_list.sass */
section.article-group {
  margin-bottom: 20px;
  *zoom: 1;
}
/* line 5, ../../app/assets/stylesheets/modules/grid_list.sass */
section.article-group h2 {
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 15px;
}
/* line 52, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
section.article-group:after {
  content: "";
  display: table;
  clear: both;
}

/* line 15, ../../app/assets/stylesheets/modules/grid_list.sass */
.grid .columns {
  *zoom: 1;
}
/* line 52, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
.grid .columns:after {
  content: "";
  display: table;
  clear: both;
}
/* line 27, ../../app/assets/stylesheets/modules/grid_list.sass */
.grid .column {
  float: left;
  margin-left: 16px;
}
/* line 31, ../../app/assets/stylesheets/modules/grid_list.sass */
.grid .column.column_0 {
  margin-left: 0px;
}
@media only screen and (min-width: 780px) {
  /* line 27, ../../app/assets/stylesheets/modules/grid_list.sass */
  .grid .column {
    width: 223px;
  }
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 27, ../../app/assets/stylesheets/modules/grid_list.sass */
  .grid .column {
    margin-left: 0px;
    float: none;
  }
}

/* line 42, ../../app/assets/stylesheets/modules/grid_list.sass */
#container nav[data-grid-list-filter], #container nav.filter {
  float: left;
  display: inline-block;
  height: 35px;
  margin-right: 15px;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
/* line 23, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_drop_menu.sass */
#container nav[data-grid-list-filter]:last-child, #container nav.filter:last-child {
  margin-right: 0px;
}
/* line 28, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_drop_menu.sass */
#container nav[data-grid-list-filter] a, #container nav.filter a {
  position: relative;
  margin-bottom: -1px;
  padding: 7px 15px;
  padding-right: 45px;
  display: none;
  border: 1px solid #dbdbdb;
  background-color: white;
  color: #444444;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 45, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_drop_menu.sass */
#container nav[data-grid-list-filter] a:after, #container nav.filter a:after {
  content: "";
  display: none;
  position: absolute;
  right: 15px;
  top: 15px;
  background-position: 0 -2876px;
  width: 11px;
  height: 6px;
}
/* line 56, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_drop_menu.sass */
#container nav[data-grid-list-filter] a.selected, #container nav.filter a.selected {
  display: block;
}
/* line 58, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_drop_menu.sass */
#container nav[data-grid-list-filter] a.selected:after, #container nav.filter a.selected:after {
  display: block;
}
/* line 61, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_drop_menu.sass */
#container nav[data-grid-list-filter] .expanded, #container nav.filter .expanded {
  display: block !important;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 42, ../../app/assets/stylesheets/modules/grid_list.sass */
  #container nav[data-grid-list-filter], #container nav.filter {
    position: relative;
    display: block;
    width: 290px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  /* line 8, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_drop_menu.sass */
  #container nav[data-grid-list-filter]:hover, #container nav.filter:hover {
    z-index: 99;
  }
  /* line 15, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_drop_menu.sass */
  #container nav[data-grid-list-filter]:hover a:last-child, #container nav.filter:hover a:last-child {
    margin-bottom: 10px;
  }
}
/* line 45, ../../app/assets/stylesheets/modules/grid_list.sass */
#container nav[data-grid-list-filter], #container nav[data-grid-list-view] {
  font-size: 16px;
  line-height: 18px;
}
@media only screen and (min-width: 761px), only screen and (device-width: 810px) {
  /* line 45, ../../app/assets/stylesheets/modules/grid_list.sass */
  #container nav[data-grid-list-filter], #container nav[data-grid-list-view] {
    float: right;
    margin-right: 0px !important;
    margin-left: 10px;
  }
}
/* line 55, ../../app/assets/stylesheets/modules/grid_list.sass */
#container nav[data-grid-list-view] .icon {
  display: inline-block;
  float: left;
  height: 20px;
  background-color: white;
  padding: 6px;
  border: 1px solid #dbdbdb;
  margin-right: -1px;
}
/* line 64, ../../app/assets/stylesheets/modules/grid_list.sass */
#container nav[data-grid-list-view] .icon a {
  display: inline-block;
  width: 20px;
  height: 20px;
  color: transparent;
  text-indent: -9999px;
  word-break: break-all;
  word-break: normal;
}
/* line 71, ../../app/assets/stylesheets/modules/grid_list.sass */
#container nav[data-grid-list-view] .icon a.grid {
  background-color: #999999;
}
/* line 73, ../../app/assets/stylesheets/modules/grid_list.sass */
#container nav[data-grid-list-view] .icon a.grid:before, #container nav[data-grid-list-view] .icon a.grid:after {
  content: "";
  display: block;
  position: relative;
  background-color: white;
}
/* line 78, ../../app/assets/stylesheets/modules/grid_list.sass */
#container nav[data-grid-list-view] .icon a.grid:before {
  width: 100%;
  height: 4px;
  top: 8px;
  left: 0px;
}
/* line 83, ../../app/assets/stylesheets/modules/grid_list.sass */
#container nav[data-grid-list-view] .icon a.grid:after {
  width: 4px;
  height: 100%;
  top: -22px;
  left: 8px;
}
/* line 90, ../../app/assets/stylesheets/modules/grid_list.sass */
#container nav[data-grid-list-view] .icon a.grid.selected {
  background-color: #3e7a3f;
}
/* line 93, ../../app/assets/stylesheets/modules/grid_list.sass */
#container nav[data-grid-list-view] .icon a.list {
  background-color: #999999;
}
/* line 95, ../../app/assets/stylesheets/modules/grid_list.sass */
#container nav[data-grid-list-view] .icon a.list:before, #container nav[data-grid-list-view] .icon a.list:after {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 4px;
  background-color: white;
}
/* line 102, ../../app/assets/stylesheets/modules/grid_list.sass */
#container nav[data-grid-list-view] .icon a.list:before {
  top: 4px;
}
/* line 104, ../../app/assets/stylesheets/modules/grid_list.sass */
#container nav[data-grid-list-view] .icon a.list:after {
  bottom: 10px;
}
/* line 106, ../../app/assets/stylesheets/modules/grid_list.sass */
#container nav[data-grid-list-view] .icon a.list.selected {
  background-color: #3e7a3f;
}
/* line 110, ../../app/assets/stylesheets/modules/grid_list.sass */
#container nav[data-grid-list-view][data-view=grid] a.grid {
  border: 1px solid red;
}
/* line 113, ../../app/assets/stylesheets/modules/grid_list.sass */
#container nav[data-grid-list-view][data-view=list] a.list {
  border: 1px solid red;
}
@media only screen and (max-width: 800px) {
  /* line 54, ../../app/assets/stylesheets/modules/grid_list.sass */
  #container nav[data-grid-list-view] {
    display: none;
  }
}

/* line 8, ../../app/assets/stylesheets/modules/exclusives/add_more.sass */
section.add_more article.exclusive {
  position: relative;
  height: 310px;
}
/* line 9, ../../app/assets/stylesheets/modules/exclusives/add_more.sass */
section.add_more article.exclusive .stock, section.add_more article.exclusive .description {
  display: none;
}
/* line 11, ../../app/assets/stylesheets/modules/exclusives/add_more.sass */
section.add_more article.exclusive a.cta {
  font-size: 20px;
}
/* line 13, ../../app/assets/stylesheets/modules/exclusives/add_more.sass */
section.add_more article.exclusive .price {
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 22px;
  color: #3e7a3f;
  text-decoration: none;
}
/* line 19, ../../app/assets/stylesheets/modules/exclusives/add_more.sass */
section.add_more article.exclusive h1, section.add_more article.exclusive .image, section.add_more article.exclusive .price {
  position: absolute;
  margin: 0px;
}
/* line 23, ../../app/assets/stylesheets/modules/exclusives/add_more.sass */
section.add_more article.exclusive .image {
  margin: 0;
  top: 15px;
  left: 15px;
  right: 15px;
  height: 145px;
  width: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
/* line 32, ../../app/assets/stylesheets/modules/exclusives/add_more.sass */
section.add_more article.exclusive .image img {
  position: absolute;
  left: 0;
  right: 0;
  width: auto !important;
  max-width: 145px !important;
  max-height: 145px !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
/* line 43, ../../app/assets/stylesheets/modules/exclusives/add_more.sass */
section.add_more article.exclusive h1 {
  top: 175px;
  height: 89px;
  overflow: hidden;
}
/* line 47, ../../app/assets/stylesheets/modules/exclusives/add_more.sass */
section.add_more article.exclusive h1 span {
  display: none;
}
/* line 50, ../../app/assets/stylesheets/modules/exclusives/add_more.sass */
section.add_more article.exclusive .details {
  position: initial;
}
/* line 53, ../../app/assets/stylesheets/modules/exclusives/add_more.sass */
section.add_more article.exclusive .price {
  bottom: 15px;
}
/* line 55, ../../app/assets/stylesheets/modules/exclusives/add_more.sass */
section.add_more article.exclusive .fx {
  display: none !important;
}

/* line 7, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
article.exclusive, article.ticket_bundle {
  position: relative;
  *zoom: 1;
  padding: 15px;
  margin-bottom: 20px;
  background-color: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
  word-wrap: break-word;
  min-height: 150px;
}
/* line 52, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
article.exclusive:after, article.ticket_bundle:after {
  content: "";
  display: table;
  clear: both;
}
/* line 22, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
article.exclusive h1, article.ticket_bundle h1 {
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 22px;
}
/* line 25, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
article.exclusive h1 a, article.ticket_bundle h1 a {
  text-decoration: none;
}
/* line 28, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
article.exclusive h1 span.access_pass, article.ticket_bundle h1 span.access_pass {
  font-size: 80%;
  font-weight: normal;
}
/* line 32, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
article.exclusive h2, article.ticket_bundle h2 {
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 22px;
}
/* line 37, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
article.exclusive .image, article.ticket_bundle .image {
  background-color: white;
  text-align: center;
  line-height: 0px;
  position: absolute;
  float: left;
  top: 15px;
  left: 15px;
}
/* line 5, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/cards.sass */
article.exclusive .image img, article.ticket_bundle .image img {
  background-color: white;
}
/* line 46, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
article.exclusive .image.featured, article.ticket_bundle .image.featured {
  display: none;
}
/* line 50, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
article.exclusive .price, article.ticket_bundle .price {
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
  line-height: 28px;
  color: #3e7a3f;
  margin-bottom: 5px;
}
/* line 54, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
article.exclusive .price .fx, article.ticket_bundle .price .fx {
  display: none;
  position: relative;
  top: -2px;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
  line-height: 18px;
  margin-top: 0px 0px 10px 0px;
  font-weight: normal;
  color: #444444;
}
/* line 64, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
article.exclusive .price .fx .change, article.ticket_bundle .price .fx .change {
  display: none;
}
/* line 69, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
article.exclusive .description, article.ticket_bundle .description {
  max-height: 160px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 8;
  -moz-line-clamp: 8;
  -ms-line-clamp: 8;
  -o-line-clamp: 8;
  line-clamp: 8;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
}
/* line 70, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
article.exclusive .description p, article.ticket_bundle .description p {
  -webkit-margin-before: 0px;
  -moz-margin-before: 0px;
  -ms-margin-before: 0px;
  -o-margin-before: 0px;
  margin-before: 0px;
}
/* line 72, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
article.exclusive .description p:last-child, article.ticket_bundle .description p:last-child {
  -webkit-margin-after: 0px;
  -moz-margin-after: 0px;
  -ms-margin-after: 0px;
  -o-margin-after: 0px;
  margin-after: 0px;
}
/* line 85, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
article.exclusive .description p, article.ticket_bundle .description p {
  display: inline;
}
/* line 81, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
article.exclusive .description a, article.ticket_bundle .description a {
  color: black;
  text-decoration: underline;
}
/* line 85, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
article.exclusive.with_image, article.ticket_bundle.with_image {
  min-height: 180px;
}
/* line 89, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
article.exclusive.low_stock .price, article.ticket_bundle.low_stock .price {
  color: #c94444;
}
/* line 93, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
article.exclusive.closed .price, article.exclusive.unavailable .price, article.ticket_bundle.closed .price, article.ticket_bundle.unavailable .price {
  color: #444444;
}
/* line 97, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
article.exclusive.closed .stock, article.ticket_bundle.closed .stock {
  display: none;
}
/* line 102, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
article.exclusive .reserve, article.ticket_bundle .reserve {
  display: none;
  position: absolute;
  z-index: 2;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.75);
  cursor: pointer;
}
/* line 117, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
article.exclusive .reserve a, article.ticket_bundle .reserve a {
  position: absolute;
  left: 25%;
  right: 25%;
  top: 25%;
}
/* line 123, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
article.exclusive .reserve a.cta, article.ticket_bundle .reserve a.cta {
  margin-top: -13px;
  color: white;
  background-color: #6bbe67;
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
  line-height: 28px;
}
/* line 42, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/buttons.sass */
article.exclusive .reserve a.cta.in_progress, article.ticket_bundle .reserve a.cta.in_progress {
  background-color: #3e7a3f;
}
/* line 129, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
article.exclusive .reserve a.view_details, article.ticket_bundle .reserve a.view_details {
  margin-top: -10px;
  text-align: center;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  color: black;
  text-decoration: underline;
}
/* line 24, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/tags.sass */
article.exclusive .reserve a.view_details:visited, article.ticket_bundle .reserve a.view_details:visited {
  color: black;
}
/* line 134, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
article.exclusive .reserve a + a.view_details, article.ticket_bundle .reserve a + a.view_details {
  margin-top: 45px;
}
/* line 138, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
article.exclusive.access_pass, article.ticket_bundle.access_pass {
  min-height: 140px;
}
/* line 142, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
article.exclusive.access_pass h1 span.access_pass, article.ticket_bundle.access_pass h1 span.access_pass {
  font-size: 100%;
  font-weight: bold;
}
/* line 147, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
article.exclusive.access_pass .details .price, article.ticket_bundle.access_pass .details .price {
  color: #59aec2;
}
@media only screen and (min-width: 761px), only screen and (device-width: 810px) {
  /* line 7, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
  article.exclusive, article.ticket_bundle {
    padding-right: 150px;
  }
  /* line 160, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
  article.exclusive .details, article.ticket_bundle .details {
    width: 150px;
    position: absolute;
    top: 10px;
    right: 0px;
    text-align: right;
  }
  /* line 167, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
  article.exclusive .details .price, article.ticket_bundle .details .price {
    margin-right: 10px;
  }
  /* line 170, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
  article.exclusive.with_image.access_pass, article.ticket_bundle.with_image.access_pass {
    min-height: 145px;
  }
  /* line 174, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
  article.exclusive.with_image, article.ticket_bundle.with_image {
    padding-left: 175px;
  }
  /* line 179, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
  article.exclusive.with_image .image, article.ticket_bundle.with_image .image {
    width: 145px;
  }
  /* line 182, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
  article.exclusive.with_image .image img, article.ticket_bundle.with_image .image img {
    max-width: 145px;
    max-height: 145px;
  }
  /* line 186, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
  article.exclusive.with_image > h1, article.ticket_bundle.with_image > h1 {
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 761px) and (min-width: 761px) and (max-width: 779px), only screen and (device-width: 810px) and (min-width: 761px) and (max-width: 779px) {
  /* line 174, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
  article.exclusive.with_image, article.ticket_bundle.with_image {
    min-height: 175px;
  }
  /* line 191, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
  article.exclusive.with_image .image, article.ticket_bundle.with_image .image {
    margin-top: 0px;
    position: absolute;
    left: 15px;
    top: 15px;
  }
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 205, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
  article.exclusive h1, article.ticket_bundle h1 {
    margin-bottom: 10px;
  }
  /* line 209, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
  article.exclusive .reserve a.button.cta, article.ticket_bundle .reserve a.button.cta {
    font-size: 22px;
    line-height: 24px;
    left: 10%;
    right: 10%;
  }
}

@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 217, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
  .container:not(#facebox) article.exclusive .image, .container:not(#facebox) article.exclusive .description {
    display: none !important;
  }
  /* line 220, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
  .container:not(#facebox) article.exclusive .details {
    *zoom: 1;
    margin-right: -15px;
  }
  /* line 52, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
  .container:not(#facebox) article.exclusive .details:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 223, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
  .container:not(#facebox) article.exclusive .details .price {
    float: left;
  }
  /* line 225, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
  .container:not(#facebox) article.exclusive .details .stock {
    float: right;
  }
}

/* line 233, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
.grid article.exclusive, .right_content article.exclusive, #facebox article.exclusive {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 240, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
.grid article.exclusive > .image, .grid article.exclusive .details, .grid article.exclusive .units, .right_content article.exclusive > .image, .right_content article.exclusive .details, .right_content article.exclusive .units, #facebox article.exclusive > .image, #facebox article.exclusive .details, #facebox article.exclusive .units {
  position: static;
}
/* line 243, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
.grid article.exclusive > h1, .right_content article.exclusive > h1, #facebox article.exclusive > h1 {
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 20px;
}
/* line 247, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
.grid article.exclusive .image, .right_content article.exclusive .image, #facebox article.exclusive .image {
  margin-top: -16px;
  margin-bottom: 15px;
  width: 100%;
  height: auto;
}
/* line 252, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
.grid article.exclusive .image img, .right_content article.exclusive .image img, #facebox article.exclusive .image img {
  width: 100% !important;
  max-width: 1000px !important;
  max-height: 1000px !important;
}
/* line 258, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
.grid article.exclusive .details, .right_content article.exclusive .details, #facebox article.exclusive .details {
  width: auto;
  text-align: left;
  margin-top: 8px;
  margin-bottom: 15px;
}
/* line 264, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
.grid article.exclusive .stock, .right_content article.exclusive .stock, #facebox article.exclusive .stock {
  text-align: left;
  margin-left: -15px;
}
/* line 130, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/ui.sass */
.grid article.exclusive .stock:after, .grid article.exclusive .stock:before, .right_content article.exclusive .stock:after, .right_content article.exclusive .stock:before, #facebox article.exclusive .stock:after, #facebox article.exclusive .stock:before {
  display: inline-block;
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  right: -14px;
  border-right: 15px solid transparent;
  left: inherit;
  border-left: none;
}
/* line 149, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/ui.sass */
.grid article.exclusive .stock:after, .right_content article.exclusive .stock:after, #facebox article.exclusive .stock:after {
  top: 0px;
  border-top: 20px solid #3e7a3f;
}
/* line 153, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/ui.sass */
.grid article.exclusive .stock:before, .right_content article.exclusive .stock:before, #facebox article.exclusive .stock:before {
  top: 10px;
  border-bottom: 20px solid #3e7a3f;
}
/* line 273, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
.grid article.exclusive.low_stock .stock:after, .grid article.exclusive.low_stock .stock:before, .right_content article.exclusive.low_stock .stock:after, .right_content article.exclusive.low_stock .stock:before, #facebox article.exclusive.low_stock .stock:after, #facebox article.exclusive.low_stock .stock:before {
  border-top-color: #c94444;
  border-bottom-color: #c94444;
}
/* line 279, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
.grid article.exclusive.closed .stock:after, .grid article.exclusive.closed .stock:before, .grid article.exclusive.unavailable .stock:after, .grid article.exclusive.unavailable .stock:before, .right_content article.exclusive.closed .stock:after, .right_content article.exclusive.closed .stock:before, .right_content article.exclusive.unavailable .stock:after, .right_content article.exclusive.unavailable .stock:before, #facebox article.exclusive.closed .stock:after, #facebox article.exclusive.closed .stock:before, #facebox article.exclusive.unavailable .stock:after, #facebox article.exclusive.unavailable .stock:before {
  border-top-color: #c1c1c1;
  border-bottom-color: #c1c1c1;
}
/* line 285, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
.grid article.exclusive.access_pass .stock:after, .grid article.exclusive.access_pass .stock:before, .right_content article.exclusive.access_pass .stock:after, .right_content article.exclusive.access_pass .stock:before, #facebox article.exclusive.access_pass .stock:after, #facebox article.exclusive.access_pass .stock:before {
  border-top-color: #59aec2;
  border-bottom-color: #59aec2;
}
/* line 289, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
.grid article.exclusive .description, .right_content article.exclusive .description, #facebox article.exclusive .description {
  clear: both;
}
/* line 292, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
.grid article.exclusive .reserve, .right_content article.exclusive .reserve, #facebox article.exclusive .reserve {
  text-align: center;
}
/* line 294, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
.grid article.exclusive .reserve a, .right_content article.exclusive .reserve a, #facebox article.exclusive .reserve a {
  left: 15px;
  right: 15px;
  top: 50%;
}

/* line 305, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
.right_content article.exclusive .image img {
  width: auto !important;
  max-height: 135px !important;
  max-width: 100% !important;
}

/* line 317, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
html.no-touch article.exclusive:hover .reserve {
  display: block;
}

/* line 324, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
.tap_hint {
  display: none;
}

/* line 329, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
html.touch .tap_hint {
  display: block;
  background-color: #999999;
  padding: 10px;
  text-align: center;
  color: white;
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 15px;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 329, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
  html.touch .tap_hint {
    margin-left: -15px;
    margin-right: -15px;
  }
}
/* line 36, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/graphics.sass */
html.touch #exclusives article.exclusive:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-position: 0 -591px;
  width: 30px;
  height: 31px;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 347, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
  html.touch #exclusives article.exclusive h1 {
    width: 165px;
  }
  /* line 349, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
  html.touch #exclusives article.exclusive .stock {
    position: absolute;
    top: 10px;
    right: 0px;
  }
}
@media only screen and (min-width: 761px) and (max-width: 779px) {
  /* line 343, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
  html.touch #exclusives article.exclusive {
    *zoom: 1;
  }
  /* line 52, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
  html.touch #exclusives article.exclusive:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 357, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
  html.touch #exclusives article.exclusive h1 {
    margin-bottom: 10px;
  }
  /* line 359, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
  html.touch #exclusives article.exclusive .description {
    margin-right: 155px;
  }
}
@media only screen and (min-width: 761px), only screen and (device-width: 810px) {
  /* line 363, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
  html.touch #exclusives article.exclusive .details {
    width: 170px;
  }
  /* line 365, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
  html.touch #exclusives article.exclusive .stock {
    margin-top: 10px;
  }
}

/* line 374, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
html[lang=de] article.exclusive.unavailable .stock {
  font-size: 13px;
}

/* line 381, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
#facebox article.exclusive {
  margin-bottom: 0px;
  width: 510px;
}
@media only screen and (min-width: 761px) and (max-width: 779px) {
  /* line 381, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
  #facebox article.exclusive {
    width: 384px;
  }
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 381, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
  #facebox article.exclusive {
    width: 320px;
  }
}
/* line 391, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
#facebox article.exclusive h1 {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
/* line 394, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
#facebox article.exclusive .stock {
  float: none;
  margin-bottom: 10px;
  margin-right: 80%;
}
/* line 401, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
#facebox article.exclusive .image {
  margin-top: 0px;
}
/* line 403, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
#facebox article.exclusive .image img {
  position: relative;
  width: auto !important;
  max-height: 400px !important;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 403, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
  #facebox article.exclusive .image img {
    max-height: 200px !important;
  }
}
/* line 412, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
#facebox article.exclusive .details {
  width: 180px;
  float: left;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 412, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
  #facebox article.exclusive .details {
    width: 120px;
  }
}
/* line 418, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
#facebox article.exclusive .price {
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
  line-height: 28px;
  color: #3e7a3f;
  margin-bottom: 0px;
}
/* line 422, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
#facebox article.exclusive .description {
  -webkit-line-clamp: none;
  display: block;
  max-height: none;
}
/* line 426, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
#facebox article.exclusive .description p {
  display: block;
}
/* line 429, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
#facebox article.exclusive .reserve {
  display: block !important;
  position: static;
  min-height: 50px;
  float: right;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  /* line 429, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
  #facebox article.exclusive .reserve {
    text-align: right;
  }
}
/* line 438, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
#facebox article.exclusive .reserve a {
  -webkit-appearance: none;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px auto;
  padding: 11px 20px 9px 20px;
  background-color: black;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border: 0px;
  outline: 0px;
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  text-decoration: none;
  color: white;
  text-decoration: none;
  text-align: center;
  color: white;
  background-color: #6bbe67;
  position: static;
  content: attr(data-lightbox-cta);
}
/* line 42, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/buttons.sass */
#facebox article.exclusive .reserve a.in_progress {
  background-color: #3e7a3f;
}
/* line 444, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
#facebox article.exclusive .fx {
  margin-top: 0px;
}
/* line 446, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
#facebox article.exclusive .fx span {
  text-decoration: underline;
}
/* line 448, ../../app/assets/stylesheets/modules/exclusives/exclusive.sass */
#facebox article.exclusive .fx .change {
  display: block;
}

/* line 2, ../../app/assets/stylesheets/modules/exclusives/exclusives.sass */
#facebox .list_selector {
  padding: 15px;
}
/* line 5, ../../app/assets/stylesheets/modules/exclusives/exclusives.sass */
#facebox .list_selector .copy {
  margin-bottom: 15px;
}
/* line 8, ../../app/assets/stylesheets/modules/exclusives/exclusives.sass */
#facebox .list_selector > h1 {
  margin-top: 15px;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-family: Helvetica, sans-serif;
  font-size: 20px;
  line-height: 22px;
  color: #444444;
}
/* line 11, ../../app/assets/stylesheets/modules/exclusives/exclusives.sass */
#facebox .list_selector ul {
  padding: 0px;
  margin: 0px;
}
/* line 46, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
#facebox .list_selector ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* line 13, ../../app/assets/stylesheets/modules/exclusives/exclusives.sass */
#facebox .list_selector ul li {
  margin-bottom: 5px;
}
/* line 15, ../../app/assets/stylesheets/modules/exclusives/exclusives.sass */
#facebox .list_selector ul li a {
  text-decoration: none;
}

/* line 20, ../../app/assets/stylesheets/modules/exclusives/exclusives.sass */
#container.projects section#exclusives, #container.projects article.exclusive {
  clear: both;
  *zoom: 1;
}
/* line 52, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
#container.projects section#exclusives:after, #container.projects article.exclusive:after {
  content: "";
  display: table;
  clear: both;
}
/* line 24, ../../app/assets/stylesheets/modules/exclusives/exclusives.sass */
#container.projects section#exclusives header, #container.projects article.exclusive header {
  position: relative;
  z-index: 2;
  *zoom: 1;
  margin-bottom: 10px;
}
/* line 52, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
#container.projects section#exclusives header:after, #container.projects article.exclusive header:after {
  content: "";
  display: table;
  clear: both;
}
/* line 30, ../../app/assets/stylesheets/modules/exclusives/exclusives.sass */
#container.projects section#exclusives header h1, #container.projects article.exclusive header h1 {
  margin-top: -20px;
  padding-top: 20px;
}
/* line 36, ../../app/assets/stylesheets/modules/exclusives/exclusives.sass */
#container.projects section#exclusives header .gift_link, #container.projects article.exclusive header .gift_link {
  margin-top: 4px;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 36, ../../app/assets/stylesheets/modules/exclusives/exclusives.sass */
  #container.projects section#exclusives header .gift_link, #container.projects article.exclusive header .gift_link {
    display: none;
  }
}
/* line 41, ../../app/assets/stylesheets/modules/exclusives/exclusives.sass */
#container.projects nav#country_code {
  float: left;
  line-height: 35px;
}
/* line 45, ../../app/assets/stylesheets/modules/exclusives/exclusives.sass */
#container.projects nav#country_code label:after {
  content: ": ";
}
/* line 47, ../../app/assets/stylesheets/modules/exclusives/exclusives.sass */
#container.projects nav#country_code a {
  color: #3e7a3f;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  padding-right: 15px;
}
/* line 53, ../../app/assets/stylesheets/modules/exclusives/exclusives.sass */
#container.projects nav#country_code a:after {
  content: "";
  position: absolute;
  top: 7px;
  right: 0px;
  background-position: 0 -2876px;
  width: 11px;
  height: 6px;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 65, ../../app/assets/stylesheets/modules/exclusives/exclusives.sass */
  #container.projects header nav.filter {
    float: none;
  }
  /* line 68, ../../app/assets/stylesheets/modules/exclusives/exclusives.sass */
  #container.projects header nav#country_code {
    float: none;
  }
}

/* line 73, ../../app/assets/stylesheets/modules/exclusives/exclusives.sass */
#container.projects.exclusives section#exclusives {
  margin-bottom: 15px;
}
/* line 75, ../../app/assets/stylesheets/modules/exclusives/exclusives.sass */
#container.projects.exclusives section#exclusives > header > h1, #container.projects.exclusives section#exclusives > header .gift_link, #container.projects.exclusives section#exclusives > header nav.view {
  display: none;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 80, ../../app/assets/stylesheets/modules/exclusives/exclusives.sass */
  #container.projects.exclusives section#exclusives nav.filter {
    display: none;
  }
}
@media only screen and (min-width: 780px) {
  /* line 89, ../../app/assets/stylesheets/modules/exclusives/exclusives.sass */
  #container.projects.exclusives section#exclusives section.access_pass_banner ul.includes li {
    font-size: 12px;
    line-height: 14px;
    margin-right: 20px;
  }
  /* line 93, ../../app/assets/stylesheets/modules/exclusives/exclusives.sass */
  #container.projects.exclusives section#exclusives section.access_pass_banner ul.includes li:before {
    margin-right: 0px;
  }
  /* line 98, ../../app/assets/stylesheets/modules/exclusives/exclusives.sass */
  #container.projects.exclusives section#exclusives section.access_pass_banner ul.includes li.download:before {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 800px) {
  /* line 102, ../../app/assets/stylesheets/modules/exclusives/exclusives.sass */
  #container.projects.exclusives > aside {
    display: none;
  }
}

/* line 5, ../../app/assets/stylesheets/modules/exclusives/single_page.sass */
#container.projects.exclusive #main > header {
  margin-bottom: 15px;
}
/* line 9, ../../app/assets/stylesheets/modules/exclusives/single_page.sass */
#container.projects.exclusive #main > header hgroup.project:before {
  display: none;
}
/* line 12, ../../app/assets/stylesheets/modules/exclusives/single_page.sass */
#container.projects.exclusive section > h1 {
  margin-top: 0px;
}
/* line 15, ../../app/assets/stylesheets/modules/exclusives/single_page.sass */
#container.projects.exclusive article, #container.projects.exclusive section {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 18, ../../app/assets/stylesheets/modules/exclusives/single_page.sass */
#container.projects.exclusive nav#country_code {
  float: left;
  line-height: 18px;
  margin-bottom: 10px;
}
/* line 23, ../../app/assets/stylesheets/modules/exclusives/single_page.sass */
#container.projects.exclusive article#exclusive {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 15px;
  margin-bottom: 30px;
}
/* line 28, ../../app/assets/stylesheets/modules/exclusives/single_page.sass */
#container.projects.exclusive article#exclusive header {
  padding-bottom: 10px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 20px;
}
/* line 33, ../../app/assets/stylesheets/modules/exclusives/single_page.sass */
#container.projects.exclusive article#exclusive header:after {
  clear: both;
}
/* line 36, ../../app/assets/stylesheets/modules/exclusives/single_page.sass */
#container.projects.exclusive article#exclusive header nav#country_code {
  width: 100%;
  text-align: right;
  margin-bottom: 15px;
}
/* line 41, ../../app/assets/stylesheets/modules/exclusives/single_page.sass */
#container.projects.exclusive article#exclusive header h1 {
  width: 420px;
  float: left;
  font-size: 24px;
  line-height: 26px;
}
/* line 46, ../../app/assets/stylesheets/modules/exclusives/single_page.sass */
#container.projects.exclusive article#exclusive section.left {
  width: 335px;
  padding: 0px;
}
/* line 50, ../../app/assets/stylesheets/modules/exclusives/single_page.sass */
#container.projects.exclusive article#exclusive .price {
  color: black;
}
/* line 53, ../../app/assets/stylesheets/modules/exclusives/single_page.sass */
#container.projects.exclusive article#exclusive .price .fx {
  display: block;
}
/* line 56, ../../app/assets/stylesheets/modules/exclusives/single_page.sass */
#container.projects.exclusive article#exclusive .price .fx .change {
  display: block;
  color: #c1c1c1;
}
/* line 60, ../../app/assets/stylesheets/modules/exclusives/single_page.sass */
#container.projects.exclusive article#exclusive > section {
  float: left;
  padding-right: 15px;
}
/* line 64, ../../app/assets/stylesheets/modules/exclusives/single_page.sass */
#container.projects.exclusive article#exclusive .stock {
  text-align: left;
  margin-bottom: 15px;
}
/* line 130, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/ui.sass */
#container.projects.exclusive article#exclusive .stock:after, #container.projects.exclusive article#exclusive .stock:before {
  display: inline-block;
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  right: -14px;
  border-right: 15px solid transparent;
  left: inherit;
  border-left: none;
}
/* line 149, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/ui.sass */
#container.projects.exclusive article#exclusive .stock:after {
  top: 0px;
  border-top: 20px solid #3e7a3f;
}
/* line 153, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/ui.sass */
#container.projects.exclusive article#exclusive .stock:before {
  top: 10px;
  border-bottom: 20px solid #3e7a3f;
}
/* line 69, ../../app/assets/stylesheets/modules/exclusives/single_page.sass */
#container.projects.exclusive article#exclusive .image {
  position: inherit;
  float: none;
  text-align: center;
  overflow: hidden;
  height: 100%;
  width: 100%;
  max-height: 300px;
  margin-bottom: 20px;
}
/* line 80, ../../app/assets/stylesheets/modules/exclusives/single_page.sass */
#container.projects.exclusive article#exclusive .image img {
  max-height: 300px;
  max-width: 240px;
}
/* line 85, ../../app/assets/stylesheets/modules/exclusives/single_page.sass */
#container.projects.exclusive article#exclusive .description {
  -webkit-line-clamp: initial;
  -moz-line-clamp: initial;
  -ms-line-clamp: initial;
  -o-line-clamp: initial;
  line-clamp: initial;
  max-height: 120px;
  margin: 0px 0px 80px 0px;
}
/* line 92, ../../app/assets/stylesheets/modules/exclusives/single_page.sass */
#container.projects.exclusive article#exclusive .expandable + .expander {
  color: #6bbe67;
  font-weight: bold;
  margin: 0px;
  border-width: 0px;
}
/* line 98, ../../app/assets/stylesheets/modules/exclusives/single_page.sass */
#container.projects.exclusive article#exclusive .expandable + .expander:after, #container.projects.exclusive article#exclusive .expandable + .expander:before {
  content: "";
  width: 100%;
  height: 0px;
  top: -75px;
  background-image: initial;
  margin: 0px;
}
/* line 106, ../../app/assets/stylesheets/modules/exclusives/single_page.sass */
#container.projects.exclusive article#exclusive .expandable + .expander:before {
  display: block;
  background: initial;
}
/* line 110, ../../app/assets/stylesheets/modules/exclusives/single_page.sass */
#container.projects.exclusive article#exclusive .expandable + .expander:after {
  display: none;
}
/* line 114, ../../app/assets/stylesheets/modules/exclusives/single_page.sass */
#container.projects.exclusive article#exclusive .expanded + .expander {
  margin-bottom: 0px;
}
/* line 117, ../../app/assets/stylesheets/modules/exclusives/single_page.sass */
#container.projects.exclusive article#exclusive .expanded + .expander:before {
  display: none;
}
/* line 119, ../../app/assets/stylesheets/modules/exclusives/single_page.sass */
#container.projects.exclusive article#exclusive .expanded + .expander:after {
  display: block;
}
/* line 122, ../../app/assets/stylesheets/modules/exclusives/single_page.sass */
#container.projects.exclusive article#exclusive .button.cta {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 240px;
}
/* line 127, ../../app/assets/stylesheets/modules/exclusives/single_page.sass */
#container.projects.exclusive article#exclusive .socials {
  position: absolute;
  bottom: 10px;
  width: inherit;
  text-align: left;
  padding-top: 10px;
  border-top: 1px solid #dbdbdb;
}
/* line 139, ../../app/assets/stylesheets/modules/exclusives/single_page.sass */
#container.projects.exclusive article#exclusive.low_stock .stock:after, #container.projects.exclusive article#exclusive.low_stock .stock:before {
  border-top-color: #c94444;
  border-bottom-color: #c94444;
}
/* line 145, ../../app/assets/stylesheets/modules/exclusives/single_page.sass */
#container.projects.exclusive article#exclusive.unavailable .stock:after, #container.projects.exclusive article#exclusive.unavailable .stock:before {
  border-top-color: #c1c1c1;
  border-bottom-color: #c1c1c1;
}
/* line 150, ../../app/assets/stylesheets/modules/exclusives/single_page.sass */
#container.projects.exclusive section.add_more {
  margin-bottom: 30px;
}
/* line 153, ../../app/assets/stylesheets/modules/exclusives/single_page.sass */
#container.projects.exclusive section.add_more article.exclusive {
  width: 193px;
  display: inline-block;
  margin-left: 20px;
}
/* line 158, ../../app/assets/stylesheets/modules/exclusives/single_page.sass */
#container.projects.exclusive section.add_more article.exclusive:first-of-type {
  margin-left: 0px;
}
/* line 161, ../../app/assets/stylesheets/modules/exclusives/single_page.sass */
#container.projects.exclusive section.exclusives {
  margin-bottom: 0px;
}
/* line 164, ../../app/assets/stylesheets/modules/exclusives/single_page.sass */
#container.projects.exclusive section.exclusives nav {
  display: none;
}
/* line 167, ../../app/assets/stylesheets/modules/exclusives/single_page.sass */
#container.projects.exclusive section.exclusives .column {
  width: 196px;
}
/* line 172, ../../app/assets/stylesheets/modules/exclusives/single_page.sass */
#container.projects.exclusive.exclusive_closed header.pricing {
  display: none;
}
/* line 175, ../../app/assets/stylesheets/modules/exclusives/single_page.sass */
#container.projects.exclusive.exclusive_closed #notice {
  margin-top: -30px;
}
/* line 179, ../../app/assets/stylesheets/modules/exclusives/single_page.sass */
#container.projects.exclusive.exclusive_closed #notice span {
  display: inline-block;
}
/* line 182, ../../app/assets/stylesheets/modules/exclusives/single_page.sass */
#container.projects.exclusive.exclusive_closed aside, #container.projects.exclusive.exclusive_closed .access_pass_banner {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
/* line 185, ../../app/assets/stylesheets/modules/exclusives/single_page.sass */
#container.projects.exclusive.exclusive_closed article.exclusive.unavailable header, #container.projects.exclusive.exclusive_closed article.exclusive.unavailable div, #container.projects.exclusive.exclusive_closed article.exclusive.unavailable nav, #container.projects.exclusive.exclusive_closed article.exclusive.closed header, #container.projects.exclusive.exclusive_closed article.exclusive.closed div, #container.projects.exclusive.exclusive_closed article.exclusive.closed nav {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
/* line 188, ../../app/assets/stylesheets/modules/exclusives/single_page.sass */
#container.projects.exclusive.exclusive_closed article.exclusive.unavailable .stock:after, #container.projects.exclusive.exclusive_closed article.exclusive.unavailable .stock:before, #container.projects.exclusive.exclusive_closed article.exclusive.closed .stock:after, #container.projects.exclusive.exclusive_closed article.exclusive.closed .stock:before {
  border-top-color: #c1c1c1;
  border-bottom-color: #c1c1c1;
}
/* line 192, ../../app/assets/stylesheets/modules/exclusives/single_page.sass */
#container.projects.exclusive.exclusive_closed article.exclusive.unavailable .button.cta.preorder, #container.projects.exclusive.exclusive_closed article.exclusive.closed .button.cta.preorder {
  display: none;
}
/* line 195, ../../app/assets/stylesheets/modules/exclusives/single_page.sass */
#container.projects.exclusive.exclusive_closed .add_more {
  display: none;
}
/* line 202, ../../app/assets/stylesheets/modules/exclusives/single_page.sass */
#container.projects.exclusive aside.exclusive section {
  margin-bottom: 20px;
}
/* line 206, ../../app/assets/stylesheets/modules/exclusives/single_page.sass */
#container.projects.exclusive aside.exclusive > section:nth-of-type(1n+2) {
  margin-bottom: 30px;
}
/* line 209, ../../app/assets/stylesheets/modules/exclusives/single_page.sass */
#container.projects.exclusive aside.exclusive section.about {
  margin-bottom: 15px;
}
/* line 212, ../../app/assets/stylesheets/modules/exclusives/single_page.sass */
#container.projects.exclusive aside.exclusive h1 + h2 {
  margin-bottom: 15px;
}
/* line 216, ../../app/assets/stylesheets/modules/exclusives/single_page.sass */
#container.projects.exclusive aside.exclusive hgroup.project h1 {
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 26px;
  color: black;
  text-decoration: none;
}
/* line 218, ../../app/assets/stylesheets/modules/exclusives/single_page.sass */
#container.projects.exclusive aside.exclusive hgroup.project h2 {
  font-size: 18px;
  line-height: 20px;
  font-weight: normal;
}
/* line 224, ../../app/assets/stylesheets/modules/exclusives/single_page.sass */
#container.projects.exclusive aside.exclusive section.access_pass_banner ul li {
  display: list-item;
  font-size: 12px;
  line-height: 14px;
  list-style: initial;
  margin-bottom: 10px;
  margin-right: 0px;
}
/* line 231, ../../app/assets/stylesheets/modules/exclusives/single_page.sass */
#container.projects.exclusive aside.exclusive section.access_pass_banner ul li:before {
  display: none;
}
/* line 234, ../../app/assets/stylesheets/modules/exclusives/single_page.sass */
#container.projects.exclusive aside.exclusive section.access_pass_banner ul:before {
  background-position: 0 -1209px;
  width: 44px;
  height: 71px;
  content: " ";
  display: block;
  float: left;
  margin-right: 30px;
  margin-top: -5px;
}
/* line 245, ../../app/assets/stylesheets/modules/exclusives/single_page.sass */
#container.projects.exclusive aside.exclusive section.access_pass_banner:before {
  display: none;
}
@media only screen and (min-width: 761px) and (max-width: 779px) {
  /* line 250, ../../app/assets/stylesheets/modules/exclusives/single_page.sass */
  #container.projects.exclusive header.pricing, #container.projects.exclusive article#exclusive {
    margin: 30px;
  }
  /* line 253, ../../app/assets/stylesheets/modules/exclusives/single_page.sass */
  #container.projects.exclusive section.project {
    display: inline-block;
    vertical-align: middle;
    width: 320px;
    margin-right: 30px;
  }
  /* line 259, ../../app/assets/stylesheets/modules/exclusives/single_page.sass */
  #container.projects.exclusive section.project_status {
    display: inline-block;
    vertical-align: middle;
    width: 320px;
  }
  /* line 264, ../../app/assets/stylesheets/modules/exclusives/single_page.sass */
  #container.projects.exclusive section.project_status .items {
    display: block;
  }
  /* line 267, ../../app/assets/stylesheets/modules/exclusives/single_page.sass */
  #container.projects.exclusive section.project_status footer {
    display: none;
  }
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 272, ../../app/assets/stylesheets/modules/exclusives/single_page.sass */
  #container.projects.exclusive > div#main header.compact {
    margin-bottom: 10px;
  }
  /* line 275, ../../app/assets/stylesheets/modules/exclusives/single_page.sass */
  #container.projects.exclusive > div#main #notice {
    margin-top: -10px;
  }
  /* line 278, ../../app/assets/stylesheets/modules/exclusives/single_page.sass */
  #container.projects.exclusive > div#main header.pricing {
    margin-left: 10px;
  }
  /* line 281, ../../app/assets/stylesheets/modules/exclusives/single_page.sass */
  #container.projects.exclusive > div#main section, #container.projects.exclusive > div#main h1, #container.projects.exclusive > div#main span, #container.projects.exclusive > div#main .image, #container.projects.exclusive > div#main .description, #container.projects.exclusive > div#main nav.socials, #container.projects.exclusive > div#main section.left {
    width: 100%;
  }
  /* line 284, ../../app/assets/stylesheets/modules/exclusives/single_page.sass */
  #container.projects.exclusive > div#main article#exclusive {
    max-width: 100%;
    margin: 10px 10px 40px 10px;
    padding: 10px 10px;
  }
  /* line 289, ../../app/assets/stylesheets/modules/exclusives/single_page.sass */
  #container.projects.exclusive > div#main article#exclusive header h1 {
    width: 100%;
  }
  /* line 292, ../../app/assets/stylesheets/modules/exclusives/single_page.sass */
  #container.projects.exclusive > div#main article#exclusive .right {
    padding-right: 0px;
  }
  /* line 295, ../../app/assets/stylesheets/modules/exclusives/single_page.sass */
  #container.projects.exclusive > div#main article#exclusive .image, #container.projects.exclusive > div#main article#exclusive .description {
    display: block !important;
    padding-right: 0px;
  }
  /* line 299, ../../app/assets/stylesheets/modules/exclusives/single_page.sass */
  #container.projects.exclusive > div#main article#exclusive .image {
    margin-bottom: 15px;
    margin-right: 0px;
    text-align: center;
  }
  /* line 304, ../../app/assets/stylesheets/modules/exclusives/single_page.sass */
  #container.projects.exclusive > div#main article#exclusive .image img {
    max-width: 100%;
  }
  /* line 307, ../../app/assets/stylesheets/modules/exclusives/single_page.sass */
  #container.projects.exclusive > div#main article#exclusive .button.cta {
    width: 100%;
    margin: 10px 0px 20px 0px;
  }
  /* line 311, ../../app/assets/stylesheets/modules/exclusives/single_page.sass */
  #container.projects.exclusive > div#main article#exclusive .description {
    max-height: initial;
  }
  /* line 314, ../../app/assets/stylesheets/modules/exclusives/single_page.sass */
  #container.projects.exclusive > div#main section.access_pass_banner {
    width: 285px;
  }
  /* line 317, ../../app/assets/stylesheets/modules/exclusives/single_page.sass */
  #container.projects.exclusive > div#main section.add_more {
    display: none;
  }
}

/* line 3, ../../app/assets/stylesheets/modules/people.sass */
#container article.person_card {
  height: 150px;
}
/* line 7, ../../app/assets/stylesheets/modules/people.sass */
#container article.person_card footer {
  border-top: 1px solid #dbdbdb;
  padding-top: 10px;
  margin-top: 15px;
  line-height: 25px;
}
/* line 11, ../../app/assets/stylesheets/modules/people.sass */
#container article.person_card footer ul {
  padding: 0px;
  margin: 0px;
  float: right;
}
/* line 46, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
#container article.person_card footer ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* line 15, ../../app/assets/stylesheets/modules/people.sass */
#container article.person_card footer ul li {
  display: inline-block;
  margin-right: 3px;
}
/* line 20, ../../app/assets/stylesheets/modules/people.sass */
#container article.person_card footer ul li a img {
  width: 25px;
  height: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
}

/* line 2, ../../app/assets/stylesheets/modules/player.sass */
#facebox .content.player_playing {
  width: 900px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 10px;
  text-align: center;
}
/* line 7, ../../app/assets/stylesheets/modules/player.sass */
#facebox .content.player_playing h1 {
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 60px;
  line-height: 62px;
  color: #3e7a3f;
  display: inline;
}
/* line 11, ../../app/assets/stylesheets/modules/player.sass */
#facebox .content.player_playing h1 span {
  color: black;
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 40px;
  line-height: 42px;
}
@media only screen and (min-width: 761px), only screen and (device-width: 810px) {
  /* line 2, ../../app/assets/stylesheets/modules/player.sass */
  #facebox .content.player_playing {
    width: 768px;
  }
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 2, ../../app/assets/stylesheets/modules/player.sass */
  #facebox .content.player_playing {
    width: 320px;
  }
  /* line 19, ../../app/assets/stylesheets/modules/player.sass */
  #facebox .content.player_playing a.button {
    font-family: Helvetica, sans-serif;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    display: block;
    padding: 10px 10px;
  }
  /* line 22, ../../app/assets/stylesheets/modules/player.sass */
  #facebox .content.player_playing a.button:first-child {
    margin-bottom: 10px;
  }
  /* line 25, ../../app/assets/stylesheets/modules/player.sass */
  #facebox .content.player_playing h1 {
    font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    font-weight: normal;
    font-style: normal;
    font-size: 30px;
    line-height: 32px;
  }
  /* line 27, ../../app/assets/stylesheets/modules/player.sass */
  #facebox .content.player_playing h1 span {
    font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 22px;
  }
}

/* line 1, ../../vendor/gems/pledge_core/app/assets/stylesheets/modules/surveys.sass */
section.survey {
  margin-top: 10px;
}
/* line 4, ../../vendor/gems/pledge_core/app/assets/stylesheets/modules/surveys.sass */
section.survey h1 {
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 5px;
}
/* line 8, ../../vendor/gems/pledge_core/app/assets/stylesheets/modules/surveys.sass */
section.survey ul {
  padding: 0px;
  margin: 0px;
}
/* line 46, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
section.survey ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* line 12, ../../vendor/gems/pledge_core/app/assets/stylesheets/modules/surveys.sass */
section.survey .form_field.check_box {
  margin-top: 5px;
}
/* line 16, ../../vendor/gems/pledge_core/app/assets/stylesheets/modules/surveys.sass */
section.survey label input {
  clear: none;
  float: none;
}
/* line 21, ../../vendor/gems/pledge_core/app/assets/stylesheets/modules/surveys.sass */
section.survey .choices li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 5px;
  *zoom: 1;
}
/* line 52, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
section.survey .choices li:after {
  content: "";
  display: table;
  clear: both;
}
/* line 28, ../../vendor/gems/pledge_core/app/assets/stylesheets/modules/surveys.sass */
section.survey .choices li .quick_results {
  position: absolute;
  left: 0px;
  top: 2px;
  text-align: right;
  width: 44px;
}

/* line 37, ../../vendor/gems/pledge_core/app/assets/stylesheets/modules/surveys.sass */
section#survey_results section.question {
  margin-bottom: 10px;
}
/* line 39, ../../vendor/gems/pledge_core/app/assets/stylesheets/modules/surveys.sass */
section#survey_results section.question table {
  width: auto;
}
/* line 41, ../../vendor/gems/pledge_core/app/assets/stylesheets/modules/surveys.sass */
section#survey_results section.question table th, section#survey_results section.question table td {
  padding: 4px;
}
/* line 43, ../../vendor/gems/pledge_core/app/assets/stylesheets/modules/surveys.sass */
section#survey_results section.question table th {
  text-align: right;
}
/* line 45, ../../vendor/gems/pledge_core/app/assets/stylesheets/modules/surveys.sass */
section#survey_results section.question table td {
  padding-left: 5px;
  text-align: left;
}

/* line 2, ../../app/assets/stylesheets/modules/ios_app.sass */
html.ios_app #site_nav, html.ios_app #site_nav_handset, html.ios_app footer.site, html.ios_app article#bento > header {
  display: none !important;
}
/* line 6, ../../app/assets/stylesheets/modules/ios_app.sass */
html.ios_app #container.home #learn {
  display: none;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 11, ../../app/assets/stylesheets/modules/ios_app.sass */
  html.ios_app #container.home article#bento {
    height: auto;
  }
  /* line 13, ../../app/assets/stylesheets/modules/ios_app.sass */
  html.ios_app #container.home article#bento .projects {
    line-height: 0px;
  }
}

/* line 1, ../../app/assets/stylesheets/modules/zendesk_tickets.sass */
article.users {
  list-style: none;
  *zoom: 1;
  margin: 0px;
  padding: 0px;
}
/* line 52, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
article.users:after {
  content: "";
  display: table;
  clear: both;
}
/* line 6, ../../app/assets/stylesheets/modules/zendesk_tickets.sass */
article.users section {
  margin-bottom: 20px;
}
/* line 9, ../../app/assets/stylesheets/modules/zendesk_tickets.sass */
article.users span.user {
  margin-right: 15px;
  margin-bottom: 0px;
  padding-top: 10px;
  line-height: 25px;
  height: auto;
}
/* line 16, ../../app/assets/stylesheets/modules/zendesk_tickets.sass */
article.users span.user a {
  width: auto;
  word-wrap: break-word;
  text-decoration: none;
}
/* line 20, ../../app/assets/stylesheets/modules/zendesk_tickets.sass */
article.users span.user img {
  width: 25px;
  height: 25px;
  vertical-align: middle;
}

/* line 26, ../../app/assets/stylesheets/modules/zendesk_tickets.sass */
#zendesk_tickets_search {
  display: block;
  margin-bottom: 20px;
  overflow: auto;
}
/* line 30, ../../app/assets/stylesheets/modules/zendesk_tickets.sass */
#zendesk_tickets_search .form_field {
  float: left;
  margin-right: 20px;
}
/* line 33, ../../app/assets/stylesheets/modules/zendesk_tickets.sass */
#zendesk_tickets_search #q {
  width: 650px;
}

/* line 36, ../../app/assets/stylesheets/modules/zendesk_tickets.sass */
table.zendesk_tickets {
  width: 100%;
  margin-bottom: 20px;
  font-size: 12px;
}
/* line 40, ../../app/assets/stylesheets/modules/zendesk_tickets.sass */
table.zendesk_tickets th {
  text-align: left;
}
/* line 43, ../../app/assets/stylesheets/modules/zendesk_tickets.sass */
table.zendesk_tickets tbody tr.even {
  background-color: #fafafa;
}

/* line 51, ../../app/assets/stylesheets/modules/zendesk_tickets.sass */
#container.zendesk_tickets .pledge_listing h1 {
  display: none;
}
/* line 64, ../../app/assets/stylesheets/modules/zendesk_tickets.sass */
#container.zendesk_tickets #main form input[type=checkbox] {
  display: none;
}
/* line 100, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
#container.zendesk_tickets #main form input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}
/* line 107, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
#container.zendesk_tickets #main form input[type=checkbox] + label:before, #container.zendesk_tickets #main form input[type=checkbox] + label:after {
  position: absolute;
  content: " ";
  display: inline-block;
  width: 20px;
  height: 20px;
  top: -3px;
  left: 0px;
}
/* line 115, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
#container.zendesk_tickets #main form input[type=checkbox] + label:before {
  z-index: 1;
  background-color: white;
  border: 2px solid #dbdbdb;
}
/* line 119, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
#container.zendesk_tickets #main form input[type=checkbox] + label:after {
  z-index: 2;
  margin-left: 2px;
  margin-top: 2px;
  display: none;
  background-position: 0 -2203px;
  width: 20px;
  height: 20px;
}
/* line 129, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
#container.zendesk_tickets #main form input[type=checkbox]:checked + label:before {
  background-color: #6bbe67;
}
/* line 131, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
#container.zendesk_tickets #main form input[type=checkbox]:checked + label:after {
  display: block;
}
/* line 136, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
#container.zendesk_tickets #main form input[type=checkbox][disabled]:checked + label:before {
  background-color: #f1f1f1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 139, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
#container.zendesk_tickets #main form input[type=checkbox][disabled]:checked + label:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 68, ../../app/assets/stylesheets/modules/zendesk_tickets.sass */
#container.zendesk_tickets #main ul li a {
  text-decoration: none;
}
/* line 72, ../../app/assets/stylesheets/modules/zendesk_tickets.sass */
#container.zendesk_tickets #main > section, #container.zendesk_tickets #main .left_content > section, #container.zendesk_tickets #main .right_content > section {
  clear: both;
  padding: 15px;
  margin-bottom: 20px;
  background-color: white;
}
/* line 120, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/boxes_and_rules.sass */
#container.zendesk_tickets #main > section > header h1, #container.zendesk_tickets #main > section > h1, #container.zendesk_tickets #main .left_content > section > header h1, #container.zendesk_tickets #main .left_content > section > h1, #container.zendesk_tickets #main .right_content > section > header h1, #container.zendesk_tickets #main .right_content > section > h1 {
  margin-top: 15px;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-family: Helvetica, sans-serif;
  font-size: 20px;
  line-height: 22px;
  color: #444444;
}
/* line 76, ../../app/assets/stylesheets/modules/zendesk_tickets.sass */
#container.zendesk_tickets #main > section .copy, #container.zendesk_tickets #main .left_content > section .copy, #container.zendesk_tickets #main .right_content > section .copy {
  margin-bottom: 15px;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 81, ../../app/assets/stylesheets/modules/zendesk_tickets.sass */
  #container.zendesk_tickets #main > section select, #container.zendesk_tickets #main .left_content > section select, #container.zendesk_tickets #main .right_content > section select {
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  /* line 83, ../../app/assets/stylesheets/modules/zendesk_tickets.sass */
  #container.zendesk_tickets #main > section input[name=commit], #container.zendesk_tickets #main .left_content > section input[name=commit], #container.zendesk_tickets #main .right_content > section input[name=commit] {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 86, ../../app/assets/stylesheets/modules/zendesk_tickets.sass */
  #container.zendesk_tickets #main nav#sections {
    float: left;
    display: inline-block;
    height: 35px;
    margin-right: 15px;
    font-family: Helvetica, sans-serif;
    font-size: 16px;
    line-height: 20px;
    position: relative;
    display: block;
    width: 290px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  /* line 23, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_drop_menu.sass */
  #container.zendesk_tickets #main nav#sections:last-child {
    margin-right: 0px;
  }
  /* line 28, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_drop_menu.sass */
  #container.zendesk_tickets #main nav#sections a {
    position: relative;
    margin-bottom: -1px;
    padding: 7px 15px;
    padding-right: 45px;
    display: none;
    border: 1px solid #dbdbdb;
    background-color: white;
    color: #444444;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /* line 45, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_drop_menu.sass */
  #container.zendesk_tickets #main nav#sections a:after {
    content: "";
    display: none;
    position: absolute;
    right: 15px;
    top: 15px;
    background-position: 0 -2876px;
    width: 11px;
    height: 6px;
  }
  /* line 56, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_drop_menu.sass */
  #container.zendesk_tickets #main nav#sections a.selected {
    display: block;
  }
  /* line 58, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_drop_menu.sass */
  #container.zendesk_tickets #main nav#sections a.selected:after {
    display: block;
  }
  /* line 61, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_drop_menu.sass */
  #container.zendesk_tickets #main nav#sections .expanded {
    display: block !important;
  }
  /* line 8, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_drop_menu.sass */
  #container.zendesk_tickets #main nav#sections:hover {
    z-index: 99;
  }
  /* line 15, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_drop_menu.sass */
  #container.zendesk_tickets #main nav#sections:hover a:last-child {
    margin-bottom: 10px;
  }
}
/* line 83, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_drop_menu.sass */
#container.zendesk_tickets #main nav#sections a {
  text-align: left;
}
/* line 85, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_drop_menu.sass */
#container.zendesk_tickets #main nav#sections a:after {
  background-position: 0 -2876px;
}
@media only screen and (min-width: 761px), only screen and (device-width: 810px) {
  /* line 89, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_drop_menu.sass */
  #container.zendesk_tickets #main nav#sections a:after {
    display: none !important;
  }
}
@media only screen and (min-width: 780px) {
  /* line 86, ../../app/assets/stylesheets/modules/zendesk_tickets.sass */
  #container.zendesk_tickets #main nav#sections {
    margin: 0px 40px;
  }
}
@media only screen and (min-width: 761px) and (max-width: 779px) {
  /* line 86, ../../app/assets/stylesheets/modules/zendesk_tickets.sass */
  #container.zendesk_tickets #main nav#sections {
    margin: 0px 30px;
  }
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 86, ../../app/assets/stylesheets/modules/zendesk_tickets.sass */
  #container.zendesk_tickets #main nav#sections {
    margin-bottom: 20px;
    margin-left: 15px;
  }
}
@media only screen and (min-width: 761px), only screen and (device-width: 810px) {
  /* line 86, ../../app/assets/stylesheets/modules/zendesk_tickets.sass */
  #container.zendesk_tickets #main nav#sections {
    padding: 15px;
    margin-bottom: 20px;
    background-color: white;
    margin-bottom: 20px;
  }
  /* line 120, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/boxes_and_rules.sass */
  #container.zendesk_tickets #main nav#sections > header h1, #container.zendesk_tickets #main nav#sections > h1 {
    margin-top: 15px;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-family: Helvetica, sans-serif;
    font-size: 20px;
    line-height: 22px;
    color: #444444;
  }
  /* line 99, ../../app/assets/stylesheets/modules/zendesk_tickets.sass */
  #container.zendesk_tickets #main nav#sections a {
    padding-right: 8px;
    padding-left: 10px;
    display: inline-block;
    font-family: Helvetica, sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    color: #444444;
    border-left: 1px solid #dbdbdb;
    text-decoration: none;
  }
  /* line 15, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/ui.sass */
  #container.zendesk_tickets #main nav#sections a.selected {
    color: #3e7a3f;
  }
  /* line 17, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/ui.sass */
  #container.zendesk_tickets #main nav#sections a:hover {
    color: #6bbe67;
  }
  /* line 19, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/ui.sass */
  #container.zendesk_tickets #main nav#sections a:first-of-type {
    border-left: none;
    padding-left: 0px;
  }
}
/* line 102, ../../app/assets/stylesheets/modules/zendesk_tickets.sass */
#container.zendesk_tickets #main input[type=checkbox] + label {
  display: inline-block;
  padding-top: 2px;
  margin-bottom: 5px;
}
/* line 113, ../../app/assets/stylesheets/modules/zendesk_tickets.sass */
#container.zendesk_tickets #main #follows section.artist {
  *zoom: 1;
  background-color: white;
  margin-bottom: 10px;
}
/* line 52, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
#container.zendesk_tickets #main #follows section.artist:after {
  content: "";
  display: table;
  clear: both;
}
/* line 118, ../../app/assets/stylesheets/modules/zendesk_tickets.sass */
#container.zendesk_tickets #main #follows section.artist img {
  width: 25px;
  height: 25px;
}
/* line 122, ../../app/assets/stylesheets/modules/zendesk_tickets.sass */
#container.zendesk_tickets #main #follows section.artist a {
  text-decoration: none;
}
/* line 125, ../../app/assets/stylesheets/modules/zendesk_tickets.sass */
#container.zendesk_tickets #main #follows section.artist.header {
  background-color: transparent;
}
/* line 128, ../../app/assets/stylesheets/modules/zendesk_tickets.sass */
#container.zendesk_tickets #main #follows section.artist > div {
  float: left;
  padding: 4px;
}
/* line 131, ../../app/assets/stylesheets/modules/zendesk_tickets.sass */
#container.zendesk_tickets #main #follows section.artist .name {
  width: 60%;
}
/* line 133, ../../app/assets/stylesheets/modules/zendesk_tickets.sass */
#container.zendesk_tickets #main #follows section.artist .follow, #container.zendesk_tickets #main #follows section.artist .mos {
  width: 15%;
}
/* line 135, ../../app/assets/stylesheets/modules/zendesk_tickets.sass */
#container.zendesk_tickets #main #follows section.artist .follow .hint, #container.zendesk_tickets #main #follows section.artist .mos .hint {
  color: #999999;
}
/* line 137, ../../app/assets/stylesheets/modules/zendesk_tickets.sass */
#container.zendesk_tickets #main #follows section.artist .follow input, #container.zendesk_tickets #main #follows section.artist .mos input {
  width: 70px;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 143, ../../app/assets/stylesheets/modules/zendesk_tickets.sass */
  #container.zendesk_tickets #main #follows section.artist img {
    display: block;
  }
  /* line 145, ../../app/assets/stylesheets/modules/zendesk_tickets.sass */
  #container.zendesk_tickets #main #follows section.artist .name {
    width: 40%;
  }
  /* line 147, ../../app/assets/stylesheets/modules/zendesk_tickets.sass */
  #container.zendesk_tickets #main #follows section.artist .follow, #container.zendesk_tickets #main #follows section.artist .mos {
    width: 25%;
  }
  /* line 149, ../../app/assets/stylesheets/modules/zendesk_tickets.sass */
  #container.zendesk_tickets #main #follows section.artist .follow input, #container.zendesk_tickets #main #follows section.artist .mos input {
    width: 50px;
    padding: 10px 12px;
  }
}
/* line 156, ../../app/assets/stylesheets/modules/zendesk_tickets.sass */
#container.zendesk_tickets #main #sharing .add_o_auth_user img, #container.zendesk_tickets #main section.sharing .add_o_auth_user img {
  vertical-align: middle;
  margin-right: 5px;
}
/* line 159, ../../app/assets/stylesheets/modules/zendesk_tickets.sass */
#container.zendesk_tickets #main #sharing .add_o_auth_user span, #container.zendesk_tickets #main section.sharing .add_o_auth_user span {
  margin-right: 20px;
}
/* line 162, ../../app/assets/stylesheets/modules/zendesk_tickets.sass */
#container.zendesk_tickets #main #sharing table, #container.zendesk_tickets #main section.sharing table {
  width: 100%;
  margin-top: 10px;
}
/* line 165, ../../app/assets/stylesheets/modules/zendesk_tickets.sass */
#container.zendesk_tickets #main #sharing table tr:nth-child(even), #container.zendesk_tickets #main section.sharing table tr:nth-child(even) {
  background-color: #f1f1f1;
}
/* line 167, ../../app/assets/stylesheets/modules/zendesk_tickets.sass */
#container.zendesk_tickets #main #sharing table td, #container.zendesk_tickets #main section.sharing table td {
  padding: 4px;
}
/* line 169, ../../app/assets/stylesheets/modules/zendesk_tickets.sass */
#container.zendesk_tickets #main #sharing table span, #container.zendesk_tickets #main section.sharing table span {
  display: block;
  margin-top: 5px;
}
/* line 172, ../../app/assets/stylesheets/modules/zendesk_tickets.sass */
#container.zendesk_tickets #main #sharing table .icon, #container.zendesk_tickets #main section.sharing table .icon {
  width: 30px;
}
/* line 174, ../../app/assets/stylesheets/modules/zendesk_tickets.sass */
#container.zendesk_tickets #main #sharing table .icon img, #container.zendesk_tickets #main section.sharing table .icon img {
  margin-right: 10px;
  vertical-align: middle;
}
/* line 177, ../../app/assets/stylesheets/modules/zendesk_tickets.sass */
#container.zendesk_tickets #main #sharing table .url, #container.zendesk_tickets #main section.sharing table .url {
  word-break: break-word;
}

@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 184, ../../app/assets/stylesheets/modules/zendesk_tickets.sass */
  #container.tickets #main nav#tabs {
    display: none;
  }
}
/* line 189, ../../app/assets/stylesheets/modules/zendesk_tickets.sass */
#container > #ticket, #container > #tickets, #facebox .content > #ticket, #facebox .content > #tickets {
  background-color: white;
}
@media only screen and (min-width: 761px), only screen and (device-width: 810px) {
  /* line 189, ../../app/assets/stylesheets/modules/zendesk_tickets.sass */
  #container > #ticket, #container > #tickets, #facebox .content > #ticket, #facebox .content > #tickets {
    width: 600px;
  }
}
/* line 195, ../../app/assets/stylesheets/modules/zendesk_tickets.sass */
#container > #ticket > h1, #container > #tickets > h1, #facebox .content > #ticket > h1, #facebox .content > #tickets > h1 {
  margin-top: 15px;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-family: Helvetica, sans-serif;
  font-size: 20px;
  line-height: 22px;
  color: #444444;
}
/* line 203, ../../app/assets/stylesheets/modules/zendesk_tickets.sass */
#container #ticket > h1, #container #tickets > h1, #facebox .content #ticket > h1, #facebox .content #tickets > h1 {
  margin: 30px;
}
/* line 206, ../../app/assets/stylesheets/modules/zendesk_tickets.sass */
#container #ticket section.details, #container #tickets section.details, #facebox .content #ticket section.details, #facebox .content #tickets section.details {
  margin: 0px 30px;
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 52, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
#container #ticket section.details:after, #container #tickets section.details:after, #facebox .content #ticket section.details:after, #facebox .content #tickets section.details:after {
  content: "";
  display: table;
  clear: both;
}
/* line 3, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/detail_list.sass */
#container #ticket section.details dt:after, #container #tickets section.details dt:after, #facebox .content #ticket section.details dt:after, #facebox .content #tickets section.details dt:after {
  content: ":";
}
/* line 5, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/detail_list.sass */
#container #ticket section.details dd, #container #tickets section.details dd, #facebox .content #ticket section.details dd, #facebox .content #tickets section.details dd {
  font-weight: bold;
}
@media only screen and (min-width: 761px), only screen and (device-width: 810px) {
  /* line 9, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/detail_list.sass */
  #container #ticket section.details dl, #container #tickets section.details dl, #facebox .content #ticket section.details dl, #facebox .content #tickets section.details dl {
    *zoom: 1;
  }
  /* line 52, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
  #container #ticket section.details dl:after, #container #tickets section.details dl:after, #facebox .content #ticket section.details dl:after, #facebox .content #tickets section.details dl:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 11, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/detail_list.sass */
  #container #ticket section.details dt, #container #ticket section.details dd, #container #tickets section.details dt, #container #tickets section.details dd, #facebox .content #ticket section.details dt, #facebox .content #ticket section.details dd, #facebox .content #tickets section.details dt, #facebox .content #tickets section.details dd {
    margin-top: 10px;
    display: inline-block;
    float: left;
  }
  /* line 15, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/detail_list.sass */
  #container #ticket section.details dt, #container #tickets section.details dt, #facebox .content #ticket section.details dt, #facebox .content #tickets section.details dt {
    clear: left;
    width: 40%;
    margin-top: 10px;
  }
  /* line 19, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/detail_list.sass */
  #container #ticket section.details dd, #container #tickets section.details dd, #facebox .content #ticket section.details dd, #facebox .content #tickets section.details dd {
    width: 60%;
    text-align: right;
  }
}
/* line 212, ../../app/assets/stylesheets/modules/zendesk_tickets.sass */
#container #ticket section.details header, #container #ticket section.details dl, #container #tickets section.details header, #container #tickets section.details dl, #facebox .content #ticket section.details header, #facebox .content #ticket section.details dl, #facebox .content #tickets section.details header, #facebox .content #tickets section.details dl {
  padding: 0px 10px;
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 218, ../../app/assets/stylesheets/modules/zendesk_tickets.sass */
#container #ticket section.details header, #container #tickets section.details header, #facebox .content #ticket section.details header, #facebox .content #tickets section.details header {
  border-right: 1px solid #dbdbdb;
  padding-right: 10px;
  margin-right: 15px;
  margin-right: 0px;
}
/* line 222, ../../app/assets/stylesheets/modules/zendesk_tickets.sass */
#container #ticket section.details header h1, #container #tickets section.details header h1, #facebox .content #ticket section.details header h1, #facebox .content #tickets section.details header h1 {
  display: none;
}
/* line 224, ../../app/assets/stylesheets/modules/zendesk_tickets.sass */
#container #ticket section.details header hgroup, #container #tickets section.details header hgroup, #facebox .content #ticket section.details header hgroup, #facebox .content #tickets section.details header hgroup {
  *zoom: 1;
}
/* line 52, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
#container #ticket section.details header hgroup:after, #container #tickets section.details header hgroup:after, #facebox .content #ticket section.details header hgroup:after, #facebox .content #tickets section.details header hgroup:after {
  content: "";
  display: table;
  clear: both;
}
/* line 114, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/ui.sass */
#container #ticket section.details header hgroup img, #container #tickets section.details header hgroup img, #facebox .content #ticket section.details header hgroup img, #facebox .content #tickets section.details header hgroup img {
  float: left;
  width: 70px;
  height: 70px;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  -ms-border-radius: 70px;
  -o-border-radius: 70px;
  border-radius: 70px;
  border: 2px solid white;
  margin-right: 15px;
}
/* line 122, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/ui.sass */
#container #ticket section.details header hgroup h1, #container #ticket section.details header hgroup h2, #container #ticket section.details header hgroup h3, #container #tickets section.details header hgroup h1, #container #tickets section.details header hgroup h2, #container #tickets section.details header hgroup h3, #facebox .content #ticket section.details header hgroup h1, #facebox .content #ticket section.details header hgroup h2, #facebox .content #ticket section.details header hgroup h3, #facebox .content #tickets section.details header hgroup h1, #facebox .content #tickets section.details header hgroup h2, #facebox .content #tickets section.details header hgroup h3 {
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 22px;
  color: black;
}
/* line 125, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/ui.sass */
#container #ticket section.details header hgroup h1 a, #container #ticket section.details header hgroup h2 a, #container #ticket section.details header hgroup h3 a, #container #tickets section.details header hgroup h1 a, #container #tickets section.details header hgroup h2 a, #container #tickets section.details header hgroup h3 a, #facebox .content #ticket section.details header hgroup h1 a, #facebox .content #ticket section.details header hgroup h2 a, #facebox .content #ticket section.details header hgroup h3 a, #facebox .content #tickets section.details header hgroup h1 a, #facebox .content #tickets section.details header hgroup h2 a, #facebox .content #tickets section.details header hgroup h3 a {
  color: black;
}
/* line 227, ../../app/assets/stylesheets/modules/zendesk_tickets.sass */
#container #ticket section.tabs, #container #tickets section.tabs, #facebox .content #ticket section.tabs, #facebox .content #tickets section.tabs {
  border-top: 1px solid #dbdbdb;
}
/* line 5, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_page_tabs.sass */
#container #ticket section.tabs > nav, #container #tickets section.tabs > nav, #facebox .content #ticket section.tabs > nav, #facebox .content #tickets section.tabs > nav {
  *zoom: 1;
}
/* line 52, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
#container #ticket section.tabs > nav:after, #container #tickets section.tabs > nav:after, #facebox .content #ticket section.tabs > nav:after, #facebox .content #tickets section.tabs > nav:after {
  content: "";
  display: table;
  clear: both;
}
/* line 8, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_page_tabs.sass */
#container #ticket section.tabs > nav a, #container #tickets section.tabs > nav a, #facebox .content #ticket section.tabs > nav a, #facebox .content #tickets section.tabs > nav a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  background-color: #f1f1f1;
  border-bottom: 1px solid #dbdbdb;
  text-align: center;
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  text-decoration: none;
  line-height: 50px;
  color: black;
}
/* line 21, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_page_tabs.sass */
#container #ticket section.tabs > nav a:first-child, #container #tickets section.tabs > nav a:first-child, #facebox .content #ticket section.tabs > nav a:first-child, #facebox .content #tickets section.tabs > nav a:first-child {
  border-right: 1px solid #dbdbdb;
}
/* line 23, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_page_tabs.sass */
#container #ticket section.tabs > nav a:last-child, #container #tickets section.tabs > nav a:last-child, #facebox .content #ticket section.tabs > nav a:last-child, #facebox .content #tickets section.tabs > nav a:last-child {
  border-left: 1px solid #dbdbdb;
}
/* line 25, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_page_tabs.sass */
#container #ticket section.tabs > nav a.selected, #container #tickets section.tabs > nav a.selected, #facebox .content #ticket section.tabs > nav a.selected, #facebox .content #tickets section.tabs > nav a.selected {
  background-color: white;
  border-bottom-width: 0px;
}
/* line 30, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_page_tabs.sass */
#container #ticket section.tabs.two_tabs nav a, #container #tickets section.tabs.two_tabs nav a, #facebox .content #ticket section.tabs.two_tabs nav a, #facebox .content #tickets section.tabs.two_tabs nav a {
  width: 50%;
}
/* line 33, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_page_tabs.sass */
#container #ticket section.tabs.three_tabs nav a, #container #tickets section.tabs.three_tabs nav a, #facebox .content #ticket section.tabs.three_tabs nav a, #facebox .content #tickets section.tabs.three_tabs nav a {
  width: 33%;
}
/* line 35, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_page_tabs.sass */
#container #ticket section.tabs.three_tabs nav a:last-child, #container #tickets section.tabs.three_tabs nav a:last-child, #facebox .content #ticket section.tabs.three_tabs nav a:last-child, #facebox .content #tickets section.tabs.three_tabs nav a:last-child {
  width: 34%;
}
/* line 39, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_page_tabs.sass */
#container #ticket section.tabs.four_tabs nav a, #container #tickets section.tabs.four_tabs nav a, #facebox .content #ticket section.tabs.four_tabs nav a, #facebox .content #tickets section.tabs.four_tabs nav a {
  width: 25%;
}
/* line 42, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_page_tabs.sass */
#container #ticket section.tabs > section, #container #tickets section.tabs > section, #facebox .content #ticket section.tabs > section, #facebox .content #tickets section.tabs > section {
  padding-top: 30px;
}
/* line 45, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_page_tabs.sass */
#container #ticket section.tabs > section > h1, #container #tickets section.tabs > section > h1, #facebox .content #ticket section.tabs > section > h1, #facebox .content #tickets section.tabs > section > h1 {
  display: none;
}
/* line 48, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_page_tabs.sass */
#container #ticket section.tabs > section.not_selected, #container #tickets section.tabs > section.not_selected, #facebox .content #ticket section.tabs > section.not_selected, #facebox .content #tickets section.tabs > section.not_selected {
  display: none;
}
/* line 229, ../../app/assets/stylesheets/modules/zendesk_tickets.sass */
#container #ticket section.tabs > section, #container #tickets section.tabs > section, #facebox .content #ticket section.tabs > section, #facebox .content #tickets section.tabs > section {
  padding: 30px;
}
/* line 232, ../../app/assets/stylesheets/modules/zendesk_tickets.sass */
#container #ticket section.tabs > section h1, #container #tickets section.tabs > section h1, #facebox .content #ticket section.tabs > section h1, #facebox .content #tickets section.tabs > section h1 {
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 10px;
}
/* line 237, ../../app/assets/stylesheets/modules/zendesk_tickets.sass */
#container #ticket #question > h1, #container #tickets #question > h1, #facebox .content #ticket #question > h1, #facebox .content #tickets #question > h1 {
  display: none;
}
/* line 242, ../../app/assets/stylesheets/modules/zendesk_tickets.sass */
#container > #ticket, #facebox .content > #ticket {
  padding: 10px;
}

/* line 3, ../../vendor/gems/pledge_core/app/assets/stylesheets/modules/video_player.sass */
div.video_preview {
  width: 300px;
  padding: 20px;
}

/* line 7, ../../vendor/gems/pledge_core/app/assets/stylesheets/modules/video_player.sass */
div.video_player {
  position: relative;
  width: 100%;
  background-color: black;
}
/* line 12, ../../vendor/gems/pledge_core/app/assets/stylesheets/modules/video_player.sass */
div.video_player img.poster {
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
}
/* line 19, ../../vendor/gems/pledge_core/app/assets/stylesheets/modules/video_player.sass */
div.video_player img.control {
  cursor: pointer;
}
/* line 22, ../../vendor/gems/pledge_core/app/assets/stylesheets/modules/video_player.sass */
div.video_player img.poster, div.video_player img.control {
  width: 100%;
  position: relative;
  display: block;
}
/* line 26, ../../vendor/gems/pledge_core/app/assets/stylesheets/modules/video_player.sass */
div.video_player img.poster + img.control, div.video_player > div, div.video_player > video, div.video_player > iframe, div.video_player span.enabled > iframe, div.video_player span.enabled > div {
  width: 100%;
  position: absolute !important;
  top: 0;
  left: 0;
}
/* line 32, ../../vendor/gems/pledge_core/app/assets/stylesheets/modules/video_player.sass */
div.video_player .cta {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  top: 0px;
  bottom: 0px;
  background: black;
  background: rgba(0, 0, 0, 0.75);
  font-size: 24px;
  text-align: center;
  padding: 20px;
  padding-top: 25%;
}
/* line 43, ../../vendor/gems/pledge_core/app/assets/stylesheets/modules/video_player.sass */
div.video_player .cta a {
  display: block;
  padding: 12px;
  color: #59aec2;
  text-decoration: none;
}
/* line 50, ../../vendor/gems/pledge_core/app/assets/stylesheets/modules/video_player.sass */
div.video_player.enabled iframe, div.video_player > .enabled iframe {
  z-index: 1;
}
/* line 52, ../../vendor/gems/pledge_core/app/assets/stylesheets/modules/video_player.sass */
div.video_player.enabled .poster, div.video_player > .enabled .poster {
  z-index: -2;
}
/* line 54, ../../vendor/gems/pledge_core/app/assets/stylesheets/modules/video_player.sass */
div.video_player.enabled .control, div.video_player > .enabled .control {
  z-index: -1;
}
/* line 57, ../../vendor/gems/pledge_core/app/assets/stylesheets/modules/video_player.sass */
div.video_player .scale150 {
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}

/* line 2, ../../app/assets/stylesheets/modules/faqs.sass */
section.faqs h1 {
  margin-bottom: 0px !important;
}
/* line 5, ../../app/assets/stylesheets/modules/faqs.sass */
section.faqs .copy {
  margin-bottom: 15px;
}
/* line 8, ../../app/assets/stylesheets/modules/faqs.sass */
section.faqs dt {
  position: relative;
  cursor: pointer;
  color: black;
  border-top: 1px solid #dbdbdb;
  padding: 15px 60px 10px 0px;
  margin-bottom: 10px;
}
/* line 16, ../../app/assets/stylesheets/modules/faqs.sass */
section.faqs dt:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 15px;
  right: 0px;
  border-right: 2px solid #999999;
  border-bottom: 2px solid #999999;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 27, ../../app/assets/stylesheets/modules/faqs.sass */
section.faqs dt:first-child {
  border-top: 0px;
}
/* line 30, ../../app/assets/stylesheets/modules/faqs.sass */
section.faqs dd {
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
}
/* line 33, ../../app/assets/stylesheets/modules/faqs.sass */
section.faqs dd p:first-child {
  margin-top: -15px;
}
/* line 36, ../../app/assets/stylesheets/modules/faqs.sass */
section.faqs > a {
  display: block;
  padding: 10px 0px;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  color: black;
  text-decoration: underline;
}
/* line 41, ../../app/assets/stylesheets/modules/faqs.sass */
section.faqs dd + a {
  display: block;
  width: 100%;
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #dbdbdb;
}

@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 3, ../../app/assets/stylesheets/modules/swipe_nav.sass */
  .container > .main > header + nav#tabs.swipe, nav.swipe {
    position: relative;
    height: 50px;
    width: auto;
    overflow: hidden;
    box-shadow: inset 0 -5px 0 #333333;
    margin-bottom: 15px;
    background: url(interface/colors/color-gray-5.png) white bottom repeat-x;
    -webkit-background-size: 5px 5px;
    -moz-background-size: 5px 5px;
    -ms-background-size: 5px 5px;
    -o-background-size: 5px 5px;
    background-size: 5px 5px;
  }
  /* line 15, ../../app/assets/stylesheets/modules/swipe_nav.sass */
  .container > .main > header + nav#tabs.swipe:before, .container > .main > header + nav#tabs.swipe:after, nav.swipe:before, nav.swipe:after {
    display: block;
    position: absolute;
    content: "";
    width: 30px;
    height: 45px;
    z-index: 10;
  }
  /* line 22, ../../app/assets/stylesheets/modules/swipe_nav.sass */
  .container > .main > header + nav#tabs.swipe:before, nav.swipe:before {
    left: 0px;
    background-image: -webkit-gradient(linear, to right, to left, color-stop(0%, #ffffff), color-stop(50%, rgba(255, 255, 255, 0.8)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
    background-image: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
    border-bottom: 5px solid #333333;
  }
  /* line 26, ../../app/assets/stylesheets/modules/swipe_nav.sass */
  .container > .main > header + nav#tabs.swipe:after, nav.swipe:after {
    right: 0px;
    background-image: -webkit-gradient(linear, to left, to right, color-stop(0%, #ffffff), color-stop(50%, rgba(255, 255, 255, 0.8)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
    background-image: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
    border-bottom: 5px solid #333333;
  }
  /* line 31, ../../app/assets/stylesheets/modules/swipe_nav.sass */
  .container > .main > header + nav#tabs.swipe .menu, nav.swipe .menu {
    width: 2000px;
    display: inline;
    float: left;
    position: relative;
    transition-property: transform;
    transform: translate(0, 0);
  }
  /* line 39, ../../app/assets/stylesheets/modules/swipe_nav.sass */
  .container > .main > header + nav#tabs.swipe .menu > a, nav.swipe .menu > a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    float: left;
    background-color: white;
    height: 50px;
    font-family: Helvetica, sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    transform: translate(0, 0);
    padding: 10px 20px;
    border: 0px;
    border-bottom: 5px solid #333333;
  }
  /* line 53, ../../app/assets/stylesheets/modules/swipe_nav.sass */
  .container > .main > header + nav#tabs.swipe .menu > a:after, nav.swipe .menu > a:after {
    display: none;
  }
  /* line 56, ../../app/assets/stylesheets/modules/swipe_nav.sass */
  .container > .main > header + nav#tabs.swipe .menu > a.selected, nav.swipe .menu > a.selected {
    border-bottom: 5px solid #6bbe67;
  }
}

/* line 8, ../../app/assets/stylesheets/modules/admin.sass */
#container footer.site ul#admin_menu {
  z-index: 999998;
  padding: 15px;
  margin-bottom: 20px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.2);
  display: none;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 400px;
  height: 380px;
  line-height: 20px;
  background-color: white;
  list-style: none;
}
/* line 27, ../../app/assets/stylesheets/modules/admin.sass */
#container footer.site ul#admin_menu li {
  font-size: 16px;
  text-align: left;
}
/* line 30, ../../app/assets/stylesheets/modules/admin.sass */
#container footer.site ul#admin_menu li a {
  text-decoration: none;
}
/* line 33, ../../app/assets/stylesheets/modules/admin.sass */
#container footer.site div#logged_in_as {
  z-index: 999999;
  padding: 15px;
  margin-bottom: 20px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.2);
  display: none;
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 400px;
}

/* line 7, ../../app/assets/stylesheets/pages/credit_cards.sass */
#container #main .credit_card_validation {
  display: none;
  color: #c94444;
  font-size: 13px;
  line-height: 13px;
  margin-top: 5px;
}
/* line 17, ../../app/assets/stylesheets/pages/credit_cards.sass */
#container #main .form_field.credit_card_expiration {
  display: inline-block;
}
/* line 21, ../../app/assets/stylesheets/pages/credit_cards.sass */
#container #main select#credit_card_month, #container #main select#credit_card_year {
  width: 90px;
  margin-right: 10px;
}
/* line 24, ../../app/assets/stylesheets/pages/credit_cards.sass */
#container #main input#credit_card_verification_value {
  width: 190px;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 29, ../../app/assets/stylesheets/pages/credit_cards.sass */
  #container #main select#billing_address_country[data-country-has-tip] {
    width: 191px;
  }
}
@media only screen and (min-width: 761px), only screen and (device-width: 810px) {
  /* line 35, ../../app/assets/stylesheets/pages/credit_cards.sass */
  #container #main label[for=pledge_gift_pledge_attributes_message], #container #main label[for=credit_card_id], #container #main label[for=billing_address_country], #container #main label[for=shipping_address_country] {
    display: none;
  }
  /* line 37, ../../app/assets/stylesheets/pages/credit_cards.sass */
  #container #main label[for=credit_card_expiration], #container #main label[for=credit_card_verification_value] {
    display: block;
    height: inherit;
    position: inherit;
    left: inherit;
    color: #444444;
    padding: 0;
    padding-bottom: 10px;
    line-height: 16px;
  }
  /* line 39, ../../app/assets/stylesheets/pages/credit_cards.sass */
  #container #main label[for=credit_card_expiration]:before, #container #main label[for=credit_card_verification_value]:before {
    display: none;
  }
  /* line 52, ../../app/assets/stylesheets/pages/credit_cards.sass */
  #container #main .form_field.country, #container #main .form_field.phone {
    width: 400px;
  }
  /* line 56, ../../app/assets/stylesheets/pages/credit_cards.sass */
  #container #main .form_field.phone input {
    width: 190px;
  }
  /* line 59, ../../app/assets/stylesheets/pages/credit_cards.sass */
  #container #main .credit_card_expiration {
    width: initial;
  }
  /* line 63, ../../app/assets/stylesheets/pages/credit_cards.sass */
  #container #main .form_field.country, #container #main .form_field.phone {
    width: 340px;
  }
  /* line 65, ../../app/assets/stylesheets/pages/credit_cards.sass */
  #container #main .form_field.country .question_mark_tip, #container #main .form_field.phone .question_mark_tip {
    margin-left: 5px;
  }
}

/* line 3, ../../app/assets/stylesheets/pages/facebook.sass */
body.facebook.tab section#pledge_now nav.socials, body.facebook.tab section#status {
  display: none;
}
/* line 7, ../../app/assets/stylesheets/pages/facebook.sass */
body.facebook.tab section#pledge_now a.button {
  width: 100%;
}
/* line 10, ../../app/assets/stylesheets/pages/facebook.sass */
body.facebook.tab section#about {
  height: auto;
}
/* line 13, ../../app/assets/stylesheets/pages/facebook.sass */
body.facebook.tab section#exclusives {
  min-height: auto !important;
}
/* line 15, ../../app/assets/stylesheets/pages/facebook.sass */
body.facebook.tab section#exclusives header {
  margin-bottom: 20px;
}

/* line 2, ../../app/assets/stylesheets/pages/feed.sass */
html:not(.scrolling) #container.feed img.bg.blur {
  -webkit-filter: blur(7px);
  -moz-filter: blur(7px);
  -ms-filter: blur(7px);
  -o-filter: blur(7px);
  filter: blur(7px);
}

/* line 4, ../../app/assets/stylesheets/pages/feed.sass */
#container.feed img.bg {
  opacity: 0.7;
}

/* line 16, ../../app/assets/stylesheets/pages/feed.sass */
#container.feed #main aside > section {
  padding: 0px;
  background-color: transparent;
  -ms-filter: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  margin-top: 40px;
  margin-bottom: 40px;
}
/* line 133, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/boxes_and_rules.sass */
#container.feed #main aside > section > h1 {
  margin-top: 15px;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-family: Helvetica, sans-serif;
  font-size: 20px;
  line-height: 22px;
  color: #444444;
}
@media only screen and (max-width: 800px) {
  /* line 15, ../../app/assets/stylesheets/pages/feed.sass */
  #container.feed #main aside {
    display: none;
  }
}
/* line 25, ../../app/assets/stylesheets/pages/feed.sass */
#container.feed #main #navigation {
  display: block;
  position: relative;
  z-index: 2;
  *zoom: 1;
}
/* line 52, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
#container.feed #main #navigation:after {
  content: "";
  display: table;
  clear: both;
}
/* line 31, ../../app/assets/stylesheets/pages/feed.sass */
#container.feed #main #navigation nav {
  margin-bottom: 20px;
}
@media only screen and (min-width: 761px), only screen and (device-width: 810px) {
  /* line 36, ../../app/assets/stylesheets/pages/feed.sass */
  #container.feed #main #navigation nav.subject {
    width: 220px;
  }
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 39, ../../app/assets/stylesheets/pages/feed.sass */
  #container.feed #main #navigation nav.sort {
    display: none;
  }
}
/* line 47, ../../app/assets/stylesheets/pages/feed.sass */
#container.feed #main section#feed > h1 {
  display: none;
}
/* line 49, ../../app/assets/stylesheets/pages/feed.sass */
#container.feed #main section#feed article.feed_activity_card {
  padding: 15px;
  margin-bottom: 20px;
  background-color: white;
  position: relative;
}
/* line 53, ../../app/assets/stylesheets/pages/feed.sass */
#container.feed #main section#feed article.feed_activity_card > header {
  margin: -15px;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
  z-index: 0;
  background-color: black;
}
/* line 63, ../../app/assets/stylesheets/pages/feed.sass */
#container.feed #main section#feed article.feed_activity_card > header hgroup:before {
  display: none;
}
/* line 66, ../../app/assets/stylesheets/pages/feed.sass */
#container.feed #main section#feed article.feed_activity_card > header img.bg {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
  position: absolute;
  z-index: -1;
}
/* line 71, ../../app/assets/stylesheets/pages/feed.sass */
#container.feed #main section#feed article.feed_activity_card > header img.bg.hero {
  margin-top: -15%;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 66, ../../app/assets/stylesheets/pages/feed.sass */
  #container.feed #main section#feed article.feed_activity_card > header img.bg {
    width: auto;
  }
}
/* line 78, ../../app/assets/stylesheets/pages/feed.sass */
#container.feed #main section#feed article.feed_activity_card > header img.bg.blur {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
  top: -100px;
  left: -20px;
  width: 105%;
}
/* line 84, ../../app/assets/stylesheets/pages/feed.sass */
#container.feed #main section#feed article.feed_activity_card > header a {
  text-decoration: none;
}
/* line 89, ../../app/assets/stylesheets/pages/feed.sass */
#container.feed #main section#feed article.feed_activity_card article.project_milestone header time {
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #c1c1c1;
  line-height: 18px;
  text-transform: uppercase;
}
/* line 94, ../../app/assets/stylesheets/pages/feed.sass */
#container.feed #main section#feed article.feed_activity_card article.project_milestone .copy {
  margin-top: 10px;
  font-family: DINWeb, Helvetica, sans-serif;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 32px;
}
/* line 98, ../../app/assets/stylesheets/pages/feed.sass */
#container.feed #main section#feed article.feed_activity_card > footer, #container.feed #main section#feed article.feed_activity_card > article footer {
  border-top: 1px solid #dbdbdb;
  padding-top: 15px;
  margin-top: 15px;
  display: block;
}
/* line 109, ../../app/assets/stylesheets/pages/feed.sass */
#container.feed #main section#feed article.feed_activity_card article.project_update > footer a.button {
  display: none;
}
/* line 112, ../../app/assets/stylesheets/pages/feed.sass */
#container.feed article.project {
  display: block;
  overflow: hidden;
  position: relative;
  background-color: white;
  vertical-align: top;
  height: 135px;
  padding: 15px;
  padding-right: 40px;
  border-bottom: 1px solid #c1c1c1;
}
/* line 125, ../../app/assets/stylesheets/pages/feed.sass */
#container.feed article.project h1 {
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 22px;
  max-height: 88px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -moz-line-clamp: 4;
  -ms-line-clamp: 4;
  -o-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  color: black;
}
/* line 85, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
#container.feed article.project h1 p {
  display: inline;
}
/* line 130, ../../app/assets/stylesheets/pages/feed.sass */
#container.feed article.project img {
  width: 70px;
  height: 70px;
  margin-right: 15px;
  margin-bottom: 15px;
  float: left;
}
/* line 136, ../../app/assets/stylesheets/pages/feed.sass */
#container.feed article.project:last-of-type:after {
  border-bottom: none;
}
/* line 138, ../../app/assets/stylesheets/pages/feed.sass */
#container.feed article.project footer {
  position: absolute;
  display: block;
  min-height: 24px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  padding: 15px;
  background-color: #f1f1f1;
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
  line-height: 20px;
  color: #444444;
  width: 230px;
}
/* line 20, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/statuses.sass */
#container.feed article.project footer > div {
  display: inline-block;
  vertical-align: middle;
  width: 110px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 27, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/statuses.sass */
#container.feed article.project footer.items_1 > div {
  width: 100%;
  margin: 0px !important;
  text-align: center;
}
/* line 33, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/statuses.sass */
#container.feed article.project footer .message {
  width: inherit;
  display: block;
  text-align: center;
}
/* line 40, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/statuses.sass */
#container.feed article.project footer .progress .ring {
  position: relative;
  top: 5px;
  display: inline-block;
}
/* line 46, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/statuses.sass */
#container.feed article.project footer .timer:before {
  position: relative;
  display: inline-block;
  top: 4px;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  content: "";
  background-position: 0 -2806px;
  background-position: 0 -785;
}

/* line 3, ../../app/assets/stylesheets/pages/genres/genre_article.sass */
.container article.genre {
  padding: 15px;
  margin-bottom: 20px;
  background-color: white;
  margin-bottom: 20px;
  *zoom: 1;
  padding: 30px;
  min-height: 120px;
}
/* line 7, ../../app/assets/stylesheets/pages/genres/genre_article.sass */
.container article.genre a {
  text-decoration: none;
}
/* line 52, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
.container article.genre:after {
  content: "";
  display: table;
  clear: both;
}
/* line 14, ../../app/assets/stylesheets/pages/genres/genre_article.sass */
.container article.genre .icon {
  width: 180px;
  height: 180px;
  position: absolute;
  top: 0px;
  left: 0px;
  line-height: 0px;
  margin-right: 10px;
}
/* line 23, ../../app/assets/stylesheets/pages/genres/genre_article.sass */
.container article.genre .icon h2 {
  display: none;
}
/* line 26, ../../app/assets/stylesheets/pages/genres/genre_article.sass */
.container article.genre header {
  padding-bottom: 0px;
  margin-left: 165px;
}
/* line 30, ../../app/assets/stylesheets/pages/genres/genre_article.sass */
.container article.genre header img {
  width: 180px;
  height: 180px;
}
/* line 34, ../../app/assets/stylesheets/pages/genres/genre_article.sass */
.container article.genre header h1 {
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 5px;
}
/* line 38, ../../app/assets/stylesheets/pages/genres/genre_article.sass */
.container article.genre section.sub_genres {
  clear: none;
  font-weight: bold;
  line-height: 23px;
  margin: 0px 0px 0px 165px;
}
/* line 44, ../../app/assets/stylesheets/pages/genres/genre_article.sass */
.container article.genre section.sub_genres ul {
  padding: 0px;
  margin: 0px;
}
/* line 46, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
.container article.genre section.sub_genres ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* line 12, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/tags.sass */
.container article.genre section.sub_genres ul li {
  display: inline;
}
/* line 14, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/tags.sass */
.container article.genre section.sub_genres ul li:after {
  color: #999999;
  content: " | ";
}
/* line 18, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/tags.sass */
.container article.genre section.sub_genres ul li:last-child:after {
  content: "";
}
/* line 51, ../../app/assets/stylesheets/pages/genres/genre_article.sass */
.container section.genre nav#sub_genres ul {
  padding: 0px;
  margin: 0px;
}
/* line 46, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
.container section.genre nav#sub_genres ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* line 54, ../../app/assets/stylesheets/pages/genres/genre_article.sass */
.container section.genre nav#sub_genres ul li {
  margin-bottom: 15px;
}
/* line 57, ../../app/assets/stylesheets/pages/genres/genre_article.sass */
.container section.genre nav#sub_genres h1 {
  display: none;
}
/* line 60, ../../app/assets/stylesheets/pages/genres/genre_article.sass */
.container section.genre nav#sub_genres a {
  text-decoration: none;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
}
/* line 64, ../../app/assets/stylesheets/pages/genres/genre_article.sass */
.container section.genre nav#sub_genres a .count {
  font-weight: normal;
}
/* line 67, ../../app/assets/stylesheets/pages/genres/genre_article.sass */
.container section.genre nav#sub_genres section.listing {
  padding: 15px;
  margin-bottom: 20px;
  background-color: white;
}
/* line 120, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/boxes_and_rules.sass */
.container section.genre nav#sub_genres section.listing > header h1, .container section.genre nav#sub_genres section.listing > h1 {
  margin-top: 15px;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-family: Helvetica, sans-serif;
  font-size: 20px;
  line-height: 22px;
  color: #444444;
}
@media only screen and (min-width: 761px), only screen and (device-width: 810px) {
  /* line 71, ../../app/assets/stylesheets/pages/genres/genre_article.sass */
  .container section.genre nav#sub_genres a.prompt {
    display: none;
  }
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 78, ../../app/assets/stylesheets/pages/genres/genre_article.sass */
  .container article.genre {
    min-height: 70px;
    padding: 20px;
  }
  /* line 81, ../../app/assets/stylesheets/pages/genres/genre_article.sass */
  .container article.genre header {
    margin-left: 95px;
  }
  /* line 84, ../../app/assets/stylesheets/pages/genres/genre_article.sass */
  .container article.genre header h1 {
    font-size: 20px;
    line-height: 22px;
  }
  /* line 87, ../../app/assets/stylesheets/pages/genres/genre_article.sass */
  .container article.genre section.sub_genres {
    display: none;
  }
  /* line 90, ../../app/assets/stylesheets/pages/genres/genre_article.sass */
  .container article.genre .icon img {
    width: 110px;
    height: 110px;
  }
  /* line 95, ../../app/assets/stylesheets/pages/genres/genre_article.sass */
  .container nav#sub_genres nav {
    margin-left: 0px;
  }
  /* line 98, ../../app/assets/stylesheets/pages/genres/genre_article.sass */
  .container nav#sub_genres select {
    width: 100%;
    -webkit-appearance: none;
    -webkit-box-shadow: 1px 1px 1px #333333;
    font-size: 16px;
    line-height: 18px;
    padding: 5px;
  }
}

/* line 5, ../../app/assets/stylesheets/pages/genres/genres.sass */
.container.genres.tree .main > nav {
  margin: 0px 0px 20px 40px;
}
/* line 7, ../../app/assets/stylesheets/pages/genres/genres.sass */
.container.genres.tree .main > nav a {
  padding-right: 8px;
  padding-left: 10px;
  display: inline-block;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  color: #444444;
  border-left: 1px solid #dbdbdb;
  text-decoration: none;
}
/* line 15, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/ui.sass */
.container.genres.tree .main > nav a.selected {
  color: #3e7a3f;
}
/* line 17, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/ui.sass */
.container.genres.tree .main > nav a:hover {
  color: #6bbe67;
}
/* line 19, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/ui.sass */
.container.genres.tree .main > nav a:first-of-type {
  border-left: none;
  padding-left: 0px;
}
/* line 11, ../../app/assets/stylesheets/pages/genres/genres.sass */
.container.genres.tree a:hover {
  color: #6bbe67;
}
/* line 15, ../../app/assets/stylesheets/pages/genres/genres.sass */
.container.genres.tree article.project_card:last-of-type {
  display: block !important;
}
/* line 19, ../../app/assets/stylesheets/pages/genres/genres.sass */
.container.genres.tree section.listing h1 {
  text-align: left;
}
@media only screen and (min-width: 761px) and (max-width: 779px) {
  /* line 27, ../../app/assets/stylesheets/pages/genres/genres.sass */
  .container.genres.tree nav#sub_genres {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -ms-column-count: 3;
    -o-column-count: 3;
    column-count: 3;
  }
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 32, ../../app/assets/stylesheets/pages/genres/genres.sass */
  .container.genres.tree header.main a {
    top: 45px;
  }
  /* line 35, ../../app/assets/stylesheets/pages/genres/genres.sass */
  .container.genres.tree .main > nav {
    margin-left: 15px;
  }
  /* line 39, ../../app/assets/stylesheets/pages/genres/genres.sass */
  .container.genres.tree section.genre.detail h1 {
    display: none;
  }
}

@media only screen and (max-width: 800px) {
  /* line 4, ../../app/assets/stylesheets/pages/learn.sass */
  #container.learn #main > aside {
    display: none;
  }
}
/* line 8, ../../app/assets/stylesheets/pages/learn.sass */
#container.learn #main article.learn_article {
  background-color: white;
  padding: 20px;
}
/* line 13, ../../app/assets/stylesheets/pages/learn.sass */
#container.learn #main article.learn_article > h1 {
  font-family: DINWeb-Black, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 50px;
  line-height: 52px;
  margin-bottom: 20px;
}
/* line 17, ../../app/assets/stylesheets/pages/learn.sass */
#container.learn #main article.learn_article .copy {
  margin-bottom: 20px;
}
/* line 20, ../../app/assets/stylesheets/pages/learn.sass */
#container.learn #main article.learn_article footer {
  text-align: center;
}
/* line 22, ../../app/assets/stylesheets/pages/learn.sass */
#container.learn #main article.learn_article footer a {
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
  line-height: 28px;
  padding: 10px 40px;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 27, ../../app/assets/stylesheets/pages/learn.sass */
  #container.learn #main article.learn_article > h1 {
    font-size: 30px;
    line-height: 32px;
  }
}
/* line 32, ../../app/assets/stylesheets/pages/learn.sass */
#container.learn #main article.learn_article section {
  *zoom: 1;
  margin-bottom: 20px;
}
/* line 52, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
#container.learn #main article.learn_article section:after {
  content: "";
  display: table;
  clear: both;
}
/* line 37, ../../app/assets/stylesheets/pages/learn.sass */
#container.learn #main article.learn_article section div.verticals {
  display: table;
}
/* line 30, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/tags.sass */
#container.learn #main article.learn_article section div.verticals > div {
  display: table-cell;
  vertical-align: middle;
}
/* line 40, ../../app/assets/stylesheets/pages/learn.sass */
#container.learn #main article.learn_article section > img {
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 40, ../../app/assets/stylesheets/pages/learn.sass */
  #container.learn #main article.learn_article section > img {
    width: 100%;
  }
}
/* line 45, ../../app/assets/stylesheets/pages/learn.sass */
#container.learn #main article.learn_article section h1 {
  font-family: DINWeb-Black, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 15px;
  border-bottom: 0px;
}
/* line 50, ../../app/assets/stylesheets/pages/learn.sass */
#container.learn #main article.learn_article section .copy {
  font-size: 20px;
  line-height: 22px;
}
/* line 57, ../../app/assets/stylesheets/pages/learn.sass */
#container.learn #main article.learn_article section.results {
  text-align: center;
}
/* line 59, ../../app/assets/stylesheets/pages/learn.sass */
#container.learn #main article.learn_article section.results .copy {
  font-family: DINWeb, Helvetica, sans-serif;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 32px;
}
/* line 62, ../../app/assets/stylesheets/pages/learn.sass */
#container.learn #main article.learn_article section.cta {
  position: relative;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 70px;
  margin-bottom: 50px;
}
/* line 66, ../../app/assets/stylesheets/pages/learn.sass */
#container.learn #main article.learn_article section.cta:before {
  display: block;
  content: " ";
  border-top: 2px solid #c1c1c1;
  width: 60%;
  position: absolute;
  left: 50%;
  top: 0px;
  margin-left: -30%;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 66, ../../app/assets/stylesheets/pages/learn.sass */
  #container.learn #main article.learn_article section.cta:before {
    width: 80%;
    margin-left: -40%;
  }
}
/* line 85, ../../app/assets/stylesheets/pages/learn.sass */
#container.learn #main article.learn_article section.cta h1 {
  position: absolute;
  bottom: 0px;
  margin: 0px 80px;
  text-align: center;
}
/* line 94, ../../app/assets/stylesheets/pages/learn.sass */
#container.learn #main article.learn_article section.cta h1:before, #container.learn #main article.learn_article section.cta h1:after {
  position: absolute;
  top: 0px;
  content: "";
  width: 52px;
  height: 40px;
}
/* line 100, ../../app/assets/stylesheets/pages/learn.sass */
#container.learn #main article.learn_article section.cta h1:before {
  background-position: 0 -3146px;
  left: -70px;
}
/* line 103, ../../app/assets/stylesheets/pages/learn.sass */
#container.learn #main article.learn_article section.cta h1:after {
  right: -70px;
  background-position: 0 -3106px;
}
/* line 107, ../../app/assets/stylesheets/pages/learn.sass */
#container.learn #main article.learn_article section.cta .copy {
  font-family: DINWeb, Helvetica, sans-serif;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 26px;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 115, ../../app/assets/stylesheets/pages/learn.sass */
  #container.learn #main article.learn_article section.cta {
    margin-top: 0px;
    padding-bottom: 120px;
    margin-bottom: 20px;
  }
  /* line 119, ../../app/assets/stylesheets/pages/learn.sass */
  #container.learn #main article.learn_article section.cta h1 {
    margin: 0px;
  }
  /* line 121, ../../app/assets/stylesheets/pages/learn.sass */
  #container.learn #main article.learn_article section.cta h1:before, #container.learn #main article.learn_article section.cta h1:after {
    display: none;
  }
}
@media only screen and (min-width: 761px), only screen and (device-width: 810px) {
  /* line 133, ../../app/assets/stylesheets/pages/learn.sass */
  #container.learn #main article.learn_article section.left img, #container.learn #main article.learn_article section.right img {
    width: 260px;
  }
  /* line 135, ../../app/assets/stylesheets/pages/learn.sass */
  #container.learn #main article.learn_article section.left > div, #container.learn #main article.learn_article section.right > div {
    min-height: 260px;
  }
  /* line 139, ../../app/assets/stylesheets/pages/learn.sass */
  #container.learn #main article.learn_article section.left img {
    float: left;
    margin-right: 20px;
  }
  /* line 144, ../../app/assets/stylesheets/pages/learn.sass */
  #container.learn #main article.learn_article section.right img {
    float: right;
    margin-left: 20px;
  }
  /* line 153, ../../app/assets/stylesheets/pages/learn.sass */
  #container.learn #main article.learn_article section.spend_per_fan h1 {
    padding: 15px 10px;
    border-top: 2px solid #c1c1c1;
    border-bottom: 2px solid #c1c1c1;
    text-align: center;
    float: left;
    width: 297px;
    margin-right: 20px;
  }
  /* line 163, ../../app/assets/stylesheets/pages/learn.sass */
  #container.learn #main article.learn_article section.charity {
    margin: 40px 0px;
    margin-bottom: 50px;
  }
  /* line 167, ../../app/assets/stylesheets/pages/learn.sass */
  #container.learn #main article.learn_article section.charity:before {
    content: "";
    background: url(//d1nvfozp665ptr.cloudfront.net/pipeline/learn/artists/charity-6f285d77dd15049a3f3f52fb3f7b3ffa.png);
    width: 114px;
    height: 103px;
    float: left;
    margin-left: 10px;
    margin-right: 40px;
  }
}

/* line 26, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
body.sessions {
  height: 100%;
  width: 100%;
  background-color: #f1f1f1;
}
/* line 32, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
body.sessions #facebox section.session {
  width: 370px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white;
  border: 1px solid #dbdbdb;
  padding: 10px 20px 20px 20px !important;
  margin: 0px;
  padding: 20px 10px;
  text-align: center;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 32, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
  body.sessions #facebox section.session {
    width: 300px;
    padding: 10px 10px 10px 10px !important;
  }
}
/* line 13, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
body.sessions #facebox section.session p {
  display: block;
  text-align: left;
}
/* line 18, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
body.sessions #facebox section.session input[type=submit] {
  color: white;
  background-color: #6bbe67;
  margin-bottom: 0px;
}
/* line 42, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/buttons.sass */
body.sessions #facebox section.session input[type=submit].in_progress {
  background-color: #3e7a3f;
}
/* line 22, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
body.sessions #facebox section.session input[readonly] {
  background-color: white;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 32, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
  body.sessions #facebox section.session {
    width: 280px;
  }
}
/* line 40, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
body.sessions #facebox section.session h1 {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 15px;
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 22px;
  line-height: 35px;
  text-align: center;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 40, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
  body.sessions #facebox section.session h1 {
    font-size: 18px;
    line-height: 20px;
    line-height: 35px;
  }
}
/* line 52, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
body.sessions #facebox section.session p {
  font-size: 14px;
  line-height: 16px;
  padding: 0px 20px;
}
/* line 56, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
body.sessions #facebox section.session input {
  width: 100%;
}
/* line 59, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
body.sessions #facebox section.session input[readonly] {
  background-color: white;
}

/* line 63, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
#container.container.sessions {
  display: table;
  background: url("headers/crowd_bg_fade_white.jpg") white no-repeat bottom center;
  height: 100%;
}
/* line 74, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
#container.container.sessions > a.logo {
  display: block;
  height: 40px;
  padding: 5px;
  border: 1px solid #dddddd;
  background: url("logos/logo_horizontal.png") white 50px 5px no-repeat;
}
/* line 82, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
#container.container.sessions > a.logo span {
  content: "";
  display: block;
  float: right;
  margin: 10px 45px 0px 0px;
  width: 14px;
  height: 20px;
  background-position: 0 -3681px;
}
/* line 92, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
#container.container.sessions #main {
  text-align: center;
}
/* line 95, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
#container.container.sessions #main form {
  margin-bottom: 0px;
}
/* line 97, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
#container.container.sessions #main form[data-before-content] {
  margin: 15px;
  margin-left: 30px;
  margin-right: 30px;
}
/* line 105, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
#container.container.sessions #main form .form_field {
  margin-bottom: 10px;
  width: 360px;
}
/* line 109, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
#container.container.sessions #main form .form_field.newsletter {
  font-size: 14px;
  line-height: 16px;
}
/* line 112, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
#container.container.sessions #main form input {
  width: 360px;
}
/* line 115, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
#container.container.sessions #main form input[type=submit] {
  color: white;
  background-color: #6bbe67;
  margin-bottom: 0px;
}
/* line 42, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/buttons.sass */
#container.container.sessions #main form input[type=submit].in_progress {
  background-color: #3e7a3f;
}
/* line 119, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
#container.container.sessions #main form input[type=checkbox], #container.container.sessions #main form label {
  display: none;
}
/* line 100, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
#container.container.sessions #main form input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}
/* line 107, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
#container.container.sessions #main form input[type=checkbox] + label:before, #container.container.sessions #main form input[type=checkbox] + label:after {
  position: absolute;
  content: " ";
  display: inline-block;
  width: 20px;
  height: 20px;
  top: -3px;
  left: 0px;
}
/* line 115, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
#container.container.sessions #main form input[type=checkbox] + label:before {
  z-index: 1;
  background-color: white;
  border: 2px solid #dbdbdb;
}
/* line 119, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
#container.container.sessions #main form input[type=checkbox] + label:after {
  z-index: 2;
  margin-left: 2px;
  margin-top: 2px;
  display: none;
  background-position: 0 -2203px;
  width: 20px;
  height: 20px;
}
/* line 129, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
#container.container.sessions #main form input[type=checkbox]:checked + label:before {
  background-color: #6bbe67;
}
/* line 131, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
#container.container.sessions #main form input[type=checkbox]:checked + label:after {
  display: block;
}
/* line 136, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
#container.container.sessions #main form input[type=checkbox][disabled]:checked + label:before {
  background-color: #f1f1f1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 139, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
#container.container.sessions #main form input[type=checkbox][disabled]:checked + label:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 124, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
#container.container.sessions #main form input[type=checkbox] + label {
  display: block;
  text-align: left;
  padding-left: 30px;
}
/* line 129, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
#container.container.sessions #main h1 {
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 22px;
  text-align: left;
  padding: 5px 0px 10px 0px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 10px;
}
/* line 137, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
#container.container.sessions #main section a {
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  color: black;
  text-decoration: underline;
}
/* line 140, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
#container.container.sessions #main ul {
  padding-left: 15px;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
}
/* line 146, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
#container.container.sessions #main nav {
  display: none;
}
/* line 149, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
#container.container.sessions #main section.two_tabs {
  position: relative;
  border-top: 1px solid #dbdbdb;
  padding-top: 15px;
  margin-top: 15px;
  content: attr(data-before-content);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-top: 20px;
  margin-top: 20px;
}
/* line 14, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/boxes_and_rules.sass */
#container.container.sessions #main section.two_tabs:before {
  position: absolute;
  display: inline-block;
  left: 50%;
  margin-top: -24px;
  margin-left: -10px;
  content: "";
  font-family: Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  padding: 0px 8px;
  background-color: #f1f1f1;
}
/* line 157, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
#container.container.sessions #main section.two_tabs:before {
  display: block;
  position: relative;
  top: -28px;
  left: 0px;
  width: 125px;
  margin: 0px auto;
}
/* line 166, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
#container.container.sessions #main .forgot_password {
  margin-botton: 20px;
}
/* line 169, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
#container.container.sessions #main .need_password {
  display: block;
  margin-top: 15px;
}
/* line 174, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
#container.container.sessions #main .email_suggestion, #container.container.sessions #main .terms {
  font-family: Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
}
/* line 176, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
#container.container.sessions #main .email_suggestion a, #container.container.sessions #main .terms a {
  font-weight: normal;
}
/* line 179, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
#container.container.sessions #main .email_suggestion {
  margin-top: 5px;
}
/* line 181, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
#container.container.sessions #main .email_suggestion a {
  color: #444444;
}
/* line 184, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
#container.container.sessions #main .terms {
  text-align: left;
  color: #c1c1c1;
}
/* line 188, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
#container.container.sessions #main .terms a {
  color: #c1c1c1;
  font-family: Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
}
/* line 192, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
#container.container.sessions #main .terms.country_GB {
  padding-left: 30px;
}
/* line 195, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
#container.container.sessions #main .errorExplanation#errorExplanation {
  text-align: left;
  width: 300px;
  font-size: 14px;
  line-height: 16px;
}
/* line 199, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
#container.container.sessions #main .errorExplanation#errorExplanation > p {
  display: none;
}
/* line 201, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
#container.container.sessions #main .errorExplanation#errorExplanation > ul {
  list-style-type: none;
  padding-left: 0px;
}
/* line 204, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
#container.container.sessions #main .errorExplanation#errorExplanation > ul li {
  margin-left: 0px;
}
/* line 207, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
#container.container.sessions #main .facebook_signin {
  height: 36px;
  display: inline-block;
  background-color: #3b5998;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 45px;
  font-family: Lucida Grande, san-serif !important;
  font-size: 14px !important;
  line-height: 36px !important;
  color: white !important;
  text-decoration: none !important;
  text-align: left !important;
}
/* line 225, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
#container.container.sessions #main .facebook_signin:hover {
  background-color: #30487b;
}
/* line 228, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
#container.container.sessions #main .facebook_signin:before {
  background-position: 0 -3840px;
  position: absolute;
  top: 7px;
  left: 12px;
  width: 11px;
  height: 21px;
  content: "";
}
/* line 237, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
#container.container.sessions #main .facebook_signin:after {
  position: absolute;
  content: "";
  left: 36px;
  top: 5px;
  border-left: 1px solid white;
  height: 26px;
}
/* line 245, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
#container.container.sessions .facebook_xhr_init {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin-bottom: 15px;
}
/* line 251, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
#container.container.sessions .facebook_xhr_init a {
  padding-left: 105px;
  width: 360px;
}
@media only screen and (min-width: 761px) and (max-width: 779px) {
  /* line 251, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
  #container.container.sessions .facebook_xhr_init a {
    width: 274px;
    padding-left: 80px;
  }
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 251, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
  #container.container.sessions .facebook_xhr_init a {
    width: 280px;
    padding-left: 50px;
  }
}
/* line 262, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
#container.container.sessions .separator:after {
  text-transform: uppercase;
}
@media only screen and (min-width: 780px) {
  /* line 261, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
  #container.container.sessions .separator {
    position: relative;
    height: 160px;
    width: 20px;
    top: 50%;
    margin-left: 20px;
    float: left;
    border-left: 1px solid black;
  }
  /* line 43, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/boxes_and_rules.sass */
  #container.container.sessions .separator:after {
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 22px;
    background-color: #f1f1f1;
    margin-left: -13px;
  }
  /* line 266, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
  #container.container.sessions .separator:before {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  /* line 261, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
  #container.container.sessions .separator {
    position: relative;
    border-top: 1px solid #dbdbdb;
    padding-top: 15px;
    margin-top: 15px;
    text-align: center;
  }
  /* line 14, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/boxes_and_rules.sass */
  #container.container.sessions .separator:before {
    position: absolute;
    display: inline-block;
    left: 50%;
    margin-top: -24px;
    margin-left: -10px;
    content: "";
    font-family: Helvetica, sans-serif;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    padding: 0px 8px;
    background-color: #f1f1f1;
  }
  /* line 271, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
  #container.container.sessions .separator:before {
    position: relative;
    top: -25px;
    left: 0px;
    margin: 0px auto;
  }
  /* line 277, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
  #container.container.sessions .separator:after {
    display: none;
  }
}
/* line 280, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
#container.container.sessions .full_width {
  width: 855px;
}
/* line 283, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
#container.container.sessions .half_width {
  box-sizing: border-box;
  width: 440px;
}
@media only screen and (min-width: 761px) and (max-width: 779px) {
  /* line 283, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
  #container.container.sessions .half_width {
    width: 314px;
  }
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 283, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
  #container.container.sessions .half_width {
    width: 300px;
  }
}
/* line 291, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
#container.container.sessions .more_info {
  text-decoration: none;
  display: inline-block;
}
/* line 294, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
#container.container.sessions .more_info:before {
  display: block;
  position: relative;
  height: 15px;
  width: 15px;
  top: 3px;
  content: "";
  float: left;
  background-position: 0 -3827px;
}
/* line 305, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
#container.container.sessions .more_info.visible:before {
  height: 8px;
  top: 5px;
  background-position: 0 -3819px;
}
/* line 310, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
#container.container.sessions .footer {
  height: 175px;
  background: url("learn/bubble.png") white 20px 20px no-repeat;
  text-align: left;
  padding: 20px;
  margin: 20px 40px;
}
/* line 317, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
#container.container.sessions .footer h1, #container.container.sessions .footer ul, #container.container.sessions .footer p {
  margin-left: 200px;
}
/* line 324, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
#container.container.sessions .not_selected .field_with_errors input {
  border: 2px solid #dbdbdb !important;
}
/* line 331, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
#container.container.sessions .new_password #session {
  display: inline-block;
}
/* line 335, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
#container.container.sessions.new #fb_sign_up {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  vertical-align: top;
  text-align: left;
}
/* line 340, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
#container.container.sessions.new #fb_sign_up p {
  display: inline-block;
  width: 300px;
  margin-left: 50px;
}
/* line 345, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
#container.container.sessions.new section#session_sign_in {
  margin-right: 20px;
}
/* line 348, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
#container.container.sessions.new section#session_sign_in footer {
  width: 100%;
  text-align: center;
}
/* line 355, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
#container.container.sessions.pledge #session {
  text-align: left;
  display: inline-block;
}
/* line 358, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
#container.container.sessions.pledge #session p {
  text-align: center;
}
/* line 360, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
#container.container.sessions.pledge #fb_sign_up {
  width: 410px;
}
/* line 362, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
#container.container.sessions.pledge #fb_sign_up p {
  text-align: left;
}
@media only screen and (max-width: 800px) {
  /* line 360, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
  #container.container.sessions.pledge #fb_sign_up {
    width: 300px;
    float: none;
  }
}
/* line 369, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
#container.container.sessions.need_password a.more_info {
  display: inline-block;
}
/* line 372, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
#container.container.sessions.need_password footer {
  width: 350px;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  padding-top: 10px;
  border-top: 1px solid #dbdbdb;
  margin: 10px auto 0 auto;
}
/* line 381, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
#container.container.sessions #session {
  display: inline-block;
}
/* line 386, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
#container.container.sessions #session_sign_up .terms.country_GB {
  padding-left: 30px;
}
/* line 390, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
#container.container.sessions #pledge_sign_in a {
  display: block;
  text-align: center;
  margin: 15px;
}
/* line 395, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
#container.container.sessions #password_notify {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 40px 0px 40px;
}
/* line 399, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
#container.container.sessions #password_notify h1 {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}
/* line 403, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
#container.container.sessions #password_notify h1, #container.container.sessions #password_notify p {
  text-align: center;
}
/* line 405, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
#container.container.sessions #password_notify a {
  color: #3e7a3f;
}
/* line 407, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
#container.container.sessions #password_notify footer {
  border-top: 1px solid #dbdbdb;
  padding-top: 15px;
  font-size: 14px;
  line-height: 18px;
}
/* line 412, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
#container.container.sessions #password_notify .more_info {
  color: black;
}
/* line 416, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
#container.container.sessions section#pledge_sign_up_password .form_field {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 416, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
  #container.container.sessions section#pledge_sign_up_password .form_field {
    margin-left: 0px;
  }
}
/* line 422, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
#container.container.sessions footer#find_out_why {
  display: none;
  max-width: 400px;
  margin: 10px auto 0px auto;
  padding-top: 10px;
  text-align: center;
  border-top: 1px solid #c1c1c1;
}
/* line 430, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
#container.container.sessions section#session {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 940px;
  margin: 20px 40px;
  padding: 20px;
  background-color: #f1f1f1;
  overflow: auto;
}
/* line 438, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
#container.container.sessions section.session {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white;
  border: 1px solid #dbdbdb;
  padding: 10px 20px 20px 20px !important;
  margin: 0px;
  float: left;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 438, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
  #container.container.sessions section.session {
    width: 300px;
    padding: 10px 10px 10px 10px !important;
  }
}
/* line 13, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
#container.container.sessions section.session p {
  display: block;
  text-align: left;
}
/* line 18, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
#container.container.sessions section.session input[type=submit] {
  color: white;
  background-color: #6bbe67;
  margin-bottom: 0px;
}
/* line 42, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/buttons.sass */
#container.container.sessions section.session input[type=submit].in_progress {
  background-color: #3e7a3f;
}
/* line 22, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
#container.container.sessions section.session input[readonly] {
  background-color: white;
}
/* line 442, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
#container.container.sessions section.session form#new_user {
  margin-left: 0px !important;
}
/* line 446, ../../app/assets/stylesheets/pages/sessions/sign_in_up.sass */
#container.container.sessions section.session form[data-before-content]:before {
  margin-left: 0px !important;
}

@media only screen and (min-width: 761px) and (max-width: 779px) {
  /* line 8, ../../app/assets/stylesheets/pages/sessions/sign_in_up_responsive.sass */
  #container.container.sessions #main form .form_field {
    width: 274px;
  }
  /* line 10, ../../app/assets/stylesheets/pages/sessions/sign_in_up_responsive.sass */
  #container.container.sessions #main form input {
    width: 274px;
  }
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 14, ../../app/assets/stylesheets/pages/sessions/sign_in_up_responsive.sass */
  #container.container.sessions section#session {
    margin: 0px;
    padding: 10px;
  }
  /* line 18, ../../app/assets/stylesheets/pages/sessions/sign_in_up_responsive.sass */
  #container.container.sessions section#session section.not_selected {
    display: none;
  }
  /* line 21, ../../app/assets/stylesheets/pages/sessions/sign_in_up_responsive.sass */
  #container.container.sessions > a.logo {
    background-position: 5px 5px;
  }
  /* line 24, ../../app/assets/stylesheets/pages/sessions/sign_in_up_responsive.sass */
  #container.container.sessions > a.logo:after {
    margin: 10px 0px 0px 0px;
  }
  /* line 27, ../../app/assets/stylesheets/pages/sessions/sign_in_up_responsive.sass */
  #container.container.sessions > a.logo span {
    display: none;
  }
  /* line 30, ../../app/assets/stylesheets/pages/sessions/sign_in_up_responsive.sass */
  #container.container.sessions #main {
    display: table-row;
    height: 100%;
  }
  /* line 34, ../../app/assets/stylesheets/pages/sessions/sign_in_up_responsive.sass */
  #container.container.sessions #main section {
    width: 100%;
  }
  /* line 37, ../../app/assets/stylesheets/pages/sessions/sign_in_up_responsive.sass */
  #container.container.sessions #main section.two_tabs {
    border-top: 1px solid #dbdbdb;
  }
  /* line 5, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_page_tabs.sass */
  #container.container.sessions #main section.two_tabs > nav {
    *zoom: 1;
  }
  /* line 52, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
  #container.container.sessions #main section.two_tabs > nav:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 8, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_page_tabs.sass */
  #container.container.sessions #main section.two_tabs > nav a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    float: left;
    background-color: #f1f1f1;
    border-bottom: 1px solid #dbdbdb;
    text-align: center;
    font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
    text-decoration: none;
    line-height: 50px;
    color: black;
  }
  /* line 21, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_page_tabs.sass */
  #container.container.sessions #main section.two_tabs > nav a:first-child {
    border-right: 1px solid #dbdbdb;
  }
  /* line 23, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_page_tabs.sass */
  #container.container.sessions #main section.two_tabs > nav a:last-child {
    border-left: 1px solid #dbdbdb;
  }
  /* line 25, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_page_tabs.sass */
  #container.container.sessions #main section.two_tabs > nav a.selected {
    background-color: white;
    border-bottom-width: 0px;
  }
  /* line 30, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_page_tabs.sass */
  #container.container.sessions #main section.two_tabs.two_tabs nav a {
    width: 50%;
  }
  /* line 33, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_page_tabs.sass */
  #container.container.sessions #main section.two_tabs.three_tabs nav a {
    width: 33%;
  }
  /* line 35, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_page_tabs.sass */
  #container.container.sessions #main section.two_tabs.three_tabs nav a:last-child {
    width: 34%;
  }
  /* line 39, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_page_tabs.sass */
  #container.container.sessions #main section.two_tabs.four_tabs nav a {
    width: 25%;
  }
  /* line 42, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_page_tabs.sass */
  #container.container.sessions #main section.two_tabs > section {
    padding-top: 30px;
  }
  /* line 45, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_page_tabs.sass */
  #container.container.sessions #main section.two_tabs > section > h1 {
    display: none;
  }
  /* line 48, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_page_tabs.sass */
  #container.container.sessions #main section.two_tabs > section.not_selected {
    display: none;
  }
  /* line 40, ../../app/assets/stylesheets/pages/sessions/sign_in_up_responsive.sass */
  #container.container.sessions #main section.two_tabs > nav {
    background-color: white;
    border: 1px solid #dbdbdb;
    border-bottom-width: 0px;
  }
  /* line 45, ../../app/assets/stylesheets/pages/sessions/sign_in_up_responsive.sass */
  #container.container.sessions #main section.two_tabs > section {
    border-top: 0px;
  }
  /* line 49, ../../app/assets/stylesheets/pages/sessions/sign_in_up_responsive.sass */
  #container.container.sessions #main form .form_field {
    width: 100%;
  }
  /* line 51, ../../app/assets/stylesheets/pages/sessions/sign_in_up_responsive.sass */
  #container.container.sessions #main form input[type=submit] {
    width: 100%;
    max-width: 280px;
  }
  /* line 54, ../../app/assets/stylesheets/pages/sessions/sign_in_up_responsive.sass */
  #container.container.sessions #main form input[type=text], #container.container.sessions #main form input[type=password] {
    width: 100%;
  }
  /* line 57, ../../app/assets/stylesheets/pages/sessions/sign_in_up_responsive.sass */
  #container.container.sessions #main h1 {
    font-size: 18px;
    line-height: 22px;
    border-bottom: 0px;
  }
  /* line 61, ../../app/assets/stylesheets/pages/sessions/sign_in_up_responsive.sass */
  #container.container.sessions #main nav {
    display: block;
  }
  /* line 64, ../../app/assets/stylesheets/pages/sessions/sign_in_up_responsive.sass */
  #container.container.sessions #main .facebook_signin {
    max-width: 300px;
  }
  /* line 67, ../../app/assets/stylesheets/pages/sessions/sign_in_up_responsive.sass */
  #container.container.sessions #main > .footer {
    display: none;
  }
  /* line 72, ../../app/assets/stylesheets/pages/sessions/sign_in_up_responsive.sass */
  #container.container.sessions #password_notify h1 {
    width: 280px;
    text-align: left;
  }
  /* line 75, ../../app/assets/stylesheets/pages/sessions/sign_in_up_responsive.sass */
  #container.container.sessions #password_notify p {
    text-align: left !important;
  }
  /* line 79, ../../app/assets/stylesheets/pages/sessions/sign_in_up_responsive.sass */
  #container.container.sessions.pledge #fb_sign_up {
    width: 100%;
  }
}

@media only screen and (min-width: 761px) and (max-width: 779px) {
  /* line 86, ../../app/assets/stylesheets/pages/sessions/sign_in_up_responsive.sass */
  #container.container.sessions.new #fb_sign_up p {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 90, ../../app/assets/stylesheets/pages/sessions/sign_in_up_responsive.sass */
  #container.container.sessions.new > a.logo {
    display: none;
  }
  /* line 94, ../../app/assets/stylesheets/pages/sessions/sign_in_up_responsive.sass */
  #container.container.sessions.new #fb_sign_up p {
    float: left;
    width: 100%;
    margin: 0px;
  }
}

/* line 195, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
#container.settings #main input[type=text], #container.settings #main input[type=password], #container.settings #main select, #container.settings #main textarea, #container.settings #main .form_field, #container.people.edit #main input[type=text], #container.people.edit #main input[type=password], #container.people.edit #main select, #container.people.edit #main textarea, #container.people.edit #main .form_field, #container.people.new #main input[type=text], #container.people.new #main input[type=password], #container.people.new #main select, #container.people.new #main textarea, #container.people.new #main .form_field {
  width: 300px;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 195, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
  #container.settings #main input[type=text], #container.settings #main input[type=password], #container.settings #main select, #container.settings #main textarea, #container.settings #main .form_field, #container.people.edit #main input[type=text], #container.people.edit #main input[type=password], #container.people.edit #main select, #container.people.edit #main textarea, #container.people.edit #main .form_field, #container.people.new #main input[type=text], #container.people.new #main input[type=password], #container.people.new #main select, #container.people.new #main textarea, #container.people.new #main .form_field {
    width: 100%;
  }
}
/* line 200, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
#container.settings #main input[type=radio], #container.settings #main input[type=checkbox], #container.people.edit #main input[type=radio], #container.people.edit #main input[type=checkbox], #container.people.new #main input[type=radio], #container.people.new #main input[type=checkbox] {
  display: none;
}
/* line 100, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
#container.settings #main input[type=checkbox] + label, #container.people.edit #main input[type=checkbox] + label, #container.people.new #main input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}
/* line 107, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
#container.settings #main input[type=checkbox] + label:before, #container.settings #main input[type=checkbox] + label:after, #container.people.edit #main input[type=checkbox] + label:before, #container.people.edit #main input[type=checkbox] + label:after, #container.people.new #main input[type=checkbox] + label:before, #container.people.new #main input[type=checkbox] + label:after {
  position: absolute;
  content: " ";
  display: inline-block;
  width: 20px;
  height: 20px;
  top: -3px;
  left: 0px;
}
/* line 115, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
#container.settings #main input[type=checkbox] + label:before, #container.people.edit #main input[type=checkbox] + label:before, #container.people.new #main input[type=checkbox] + label:before {
  z-index: 1;
  background-color: white;
  border: 2px solid #dbdbdb;
}
/* line 119, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
#container.settings #main input[type=checkbox] + label:after, #container.people.edit #main input[type=checkbox] + label:after, #container.people.new #main input[type=checkbox] + label:after {
  z-index: 2;
  margin-left: 2px;
  margin-top: 2px;
  display: none;
  background-position: 0 -2203px;
  width: 20px;
  height: 20px;
}
/* line 129, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
#container.settings #main input[type=checkbox]:checked + label:before, #container.people.edit #main input[type=checkbox]:checked + label:before, #container.people.new #main input[type=checkbox]:checked + label:before {
  background-color: #6bbe67;
}
/* line 131, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
#container.settings #main input[type=checkbox]:checked + label:after, #container.people.edit #main input[type=checkbox]:checked + label:after, #container.people.new #main input[type=checkbox]:checked + label:after {
  display: block;
}
/* line 136, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
#container.settings #main input[type=checkbox][disabled]:checked + label:before, #container.people.edit #main input[type=checkbox][disabled]:checked + label:before, #container.people.new #main input[type=checkbox][disabled]:checked + label:before {
  background-color: #f1f1f1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 139, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
#container.settings #main input[type=checkbox][disabled]:checked + label:after, #container.people.edit #main input[type=checkbox][disabled]:checked + label:after, #container.people.new #main input[type=checkbox][disabled]:checked + label:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 11, ../../app/assets/stylesheets/pages/settings.sass */
#container.settings #main form input[type=checkbox], #container.people.edit #main form input[type=checkbox], #container.people.new #main form input[type=checkbox] {
  display: none;
}
/* line 100, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
#container.settings #main form input[type=checkbox] + label, #container.people.edit #main form input[type=checkbox] + label, #container.people.new #main form input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}
/* line 107, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
#container.settings #main form input[type=checkbox] + label:before, #container.settings #main form input[type=checkbox] + label:after, #container.people.edit #main form input[type=checkbox] + label:before, #container.people.edit #main form input[type=checkbox] + label:after, #container.people.new #main form input[type=checkbox] + label:before, #container.people.new #main form input[type=checkbox] + label:after {
  position: absolute;
  content: " ";
  display: inline-block;
  width: 20px;
  height: 20px;
  top: -3px;
  left: 0px;
}
/* line 115, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
#container.settings #main form input[type=checkbox] + label:before, #container.people.edit #main form input[type=checkbox] + label:before, #container.people.new #main form input[type=checkbox] + label:before {
  z-index: 1;
  background-color: white;
  border: 2px solid #dbdbdb;
}
/* line 119, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
#container.settings #main form input[type=checkbox] + label:after, #container.people.edit #main form input[type=checkbox] + label:after, #container.people.new #main form input[type=checkbox] + label:after {
  z-index: 2;
  margin-left: 2px;
  margin-top: 2px;
  display: none;
  background-position: 0 -2203px;
  width: 20px;
  height: 20px;
}
/* line 129, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
#container.settings #main form input[type=checkbox]:checked + label:before, #container.people.edit #main form input[type=checkbox]:checked + label:before, #container.people.new #main form input[type=checkbox]:checked + label:before {
  background-color: #6bbe67;
}
/* line 131, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
#container.settings #main form input[type=checkbox]:checked + label:after, #container.people.edit #main form input[type=checkbox]:checked + label:after, #container.people.new #main form input[type=checkbox]:checked + label:after {
  display: block;
}
/* line 136, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
#container.settings #main form input[type=checkbox][disabled]:checked + label:before, #container.people.edit #main form input[type=checkbox][disabled]:checked + label:before, #container.people.new #main form input[type=checkbox][disabled]:checked + label:before {
  background-color: #f1f1f1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 139, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
#container.settings #main form input[type=checkbox][disabled]:checked + label:after, #container.people.edit #main form input[type=checkbox][disabled]:checked + label:after, #container.people.new #main form input[type=checkbox][disabled]:checked + label:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 15, ../../app/assets/stylesheets/pages/settings.sass */
#container.settings #main ul li a, #container.people.edit #main ul li a, #container.people.new #main ul li a {
  text-decoration: none;
}
/* line 19, ../../app/assets/stylesheets/pages/settings.sass */
#container.settings #main > section, #container.settings #main .left_content > section, #container.settings #main .right_content > section, #container.people.edit #main > section, #container.people.edit #main .left_content > section, #container.people.edit #main .right_content > section, #container.people.new #main > section, #container.people.new #main .left_content > section, #container.people.new #main .right_content > section {
  clear: both;
  padding: 15px;
  margin-bottom: 20px;
  background-color: white;
}
/* line 120, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/boxes_and_rules.sass */
#container.settings #main > section > header h1, #container.settings #main > section > h1, #container.settings #main .left_content > section > header h1, #container.settings #main .left_content > section > h1, #container.settings #main .right_content > section > header h1, #container.settings #main .right_content > section > h1, #container.people.edit #main > section > header h1, #container.people.edit #main > section > h1, #container.people.edit #main .left_content > section > header h1, #container.people.edit #main .left_content > section > h1, #container.people.edit #main .right_content > section > header h1, #container.people.edit #main .right_content > section > h1, #container.people.new #main > section > header h1, #container.people.new #main > section > h1, #container.people.new #main .left_content > section > header h1, #container.people.new #main .left_content > section > h1, #container.people.new #main .right_content > section > header h1, #container.people.new #main .right_content > section > h1 {
  margin-top: 15px;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-family: Helvetica, sans-serif;
  font-size: 20px;
  line-height: 22px;
  color: #444444;
}
/* line 23, ../../app/assets/stylesheets/pages/settings.sass */
#container.settings #main > section .copy, #container.settings #main .left_content > section .copy, #container.settings #main .right_content > section .copy, #container.people.edit #main > section .copy, #container.people.edit #main .left_content > section .copy, #container.people.edit #main .right_content > section .copy, #container.people.new #main > section .copy, #container.people.new #main .left_content > section .copy, #container.people.new #main .right_content > section .copy {
  margin-bottom: 15px;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 28, ../../app/assets/stylesheets/pages/settings.sass */
  #container.settings #main > section select, #container.settings #main .left_content > section select, #container.settings #main .right_content > section select, #container.people.edit #main > section select, #container.people.edit #main .left_content > section select, #container.people.edit #main .right_content > section select, #container.people.new #main > section select, #container.people.new #main .left_content > section select, #container.people.new #main .right_content > section select {
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  /* line 30, ../../app/assets/stylesheets/pages/settings.sass */
  #container.settings #main > section input[name=commit], #container.settings #main .left_content > section input[name=commit], #container.settings #main .right_content > section input[name=commit], #container.people.edit #main > section input[name=commit], #container.people.edit #main .left_content > section input[name=commit], #container.people.edit #main .right_content > section input[name=commit], #container.people.new #main > section input[name=commit], #container.people.new #main .left_content > section input[name=commit], #container.people.new #main .right_content > section input[name=commit] {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 35, ../../app/assets/stylesheets/pages/settings.sass */
  #container.settings #main nav#sections, #container.people.edit #main nav#sections, #container.people.new #main nav#sections {
    float: left;
    display: inline-block;
    height: 35px;
    margin-right: 15px;
    font-family: Helvetica, sans-serif;
    font-size: 16px;
    line-height: 20px;
    position: relative;
    display: block;
    width: 290px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  /* line 23, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_drop_menu.sass */
  #container.settings #main nav#sections:last-child, #container.people.edit #main nav#sections:last-child, #container.people.new #main nav#sections:last-child {
    margin-right: 0px;
  }
  /* line 28, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_drop_menu.sass */
  #container.settings #main nav#sections a, #container.people.edit #main nav#sections a, #container.people.new #main nav#sections a {
    position: relative;
    margin-bottom: -1px;
    padding: 7px 15px;
    padding-right: 45px;
    display: none;
    border: 1px solid #dbdbdb;
    background-color: white;
    color: #444444;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /* line 45, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_drop_menu.sass */
  #container.settings #main nav#sections a:after, #container.people.edit #main nav#sections a:after, #container.people.new #main nav#sections a:after {
    content: "";
    display: none;
    position: absolute;
    right: 15px;
    top: 15px;
    background-position: 0 -2876px;
    width: 11px;
    height: 6px;
  }
  /* line 56, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_drop_menu.sass */
  #container.settings #main nav#sections a.selected, #container.people.edit #main nav#sections a.selected, #container.people.new #main nav#sections a.selected {
    display: block;
  }
  /* line 58, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_drop_menu.sass */
  #container.settings #main nav#sections a.selected:after, #container.people.edit #main nav#sections a.selected:after, #container.people.new #main nav#sections a.selected:after {
    display: block;
  }
  /* line 61, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_drop_menu.sass */
  #container.settings #main nav#sections .expanded, #container.people.edit #main nav#sections .expanded, #container.people.new #main nav#sections .expanded {
    display: block !important;
  }
  /* line 8, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_drop_menu.sass */
  #container.settings #main nav#sections:hover, #container.people.edit #main nav#sections:hover, #container.people.new #main nav#sections:hover {
    z-index: 99;
  }
  /* line 15, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_drop_menu.sass */
  #container.settings #main nav#sections:hover a:last-child, #container.people.edit #main nav#sections:hover a:last-child, #container.people.new #main nav#sections:hover a:last-child {
    margin-bottom: 10px;
  }
}
/* line 83, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_drop_menu.sass */
#container.settings #main nav#sections a, #container.people.edit #main nav#sections a, #container.people.new #main nav#sections a {
  text-align: left;
}
/* line 85, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_drop_menu.sass */
#container.settings #main nav#sections a:after, #container.people.edit #main nav#sections a:after, #container.people.new #main nav#sections a:after {
  background-position: 0 -2876px;
}
@media only screen and (min-width: 761px), only screen and (device-width: 810px) {
  /* line 89, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_drop_menu.sass */
  #container.settings #main nav#sections a:after, #container.people.edit #main nav#sections a:after, #container.people.new #main nav#sections a:after {
    display: none !important;
  }
}
@media only screen and (min-width: 780px) {
  /* line 35, ../../app/assets/stylesheets/pages/settings.sass */
  #container.settings #main nav#sections, #container.people.edit #main nav#sections, #container.people.new #main nav#sections {
    margin: 0px 40px;
  }
}
@media only screen and (min-width: 761px) and (max-width: 779px) {
  /* line 35, ../../app/assets/stylesheets/pages/settings.sass */
  #container.settings #main nav#sections, #container.people.edit #main nav#sections, #container.people.new #main nav#sections {
    margin: 0px 30px;
  }
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 35, ../../app/assets/stylesheets/pages/settings.sass */
  #container.settings #main nav#sections, #container.people.edit #main nav#sections, #container.people.new #main nav#sections {
    margin-bottom: 20px;
    margin-left: 15px;
  }
}
@media only screen and (min-width: 761px), only screen and (device-width: 810px) {
  /* line 35, ../../app/assets/stylesheets/pages/settings.sass */
  #container.settings #main nav#sections, #container.people.edit #main nav#sections, #container.people.new #main nav#sections {
    padding: 15px;
    margin-bottom: 20px;
    background-color: white;
    margin-bottom: 20px;
  }
  /* line 120, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/boxes_and_rules.sass */
  #container.settings #main nav#sections > header h1, #container.settings #main nav#sections > h1, #container.people.edit #main nav#sections > header h1, #container.people.edit #main nav#sections > h1, #container.people.new #main nav#sections > header h1, #container.people.new #main nav#sections > h1 {
    margin-top: 15px;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-family: Helvetica, sans-serif;
    font-size: 20px;
    line-height: 22px;
    color: #444444;
  }
  /* line 48, ../../app/assets/stylesheets/pages/settings.sass */
  #container.settings #main nav#sections a, #container.people.edit #main nav#sections a, #container.people.new #main nav#sections a {
    padding-right: 8px;
    padding-left: 10px;
    display: inline-block;
    font-family: Helvetica, sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    color: #444444;
    border-left: 1px solid #dbdbdb;
    text-decoration: none;
  }
  /* line 15, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/ui.sass */
  #container.settings #main nav#sections a.selected, #container.people.edit #main nav#sections a.selected, #container.people.new #main nav#sections a.selected {
    color: #3e7a3f;
  }
  /* line 17, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/ui.sass */
  #container.settings #main nav#sections a:hover, #container.people.edit #main nav#sections a:hover, #container.people.new #main nav#sections a:hover {
    color: #6bbe67;
  }
  /* line 19, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/ui.sass */
  #container.settings #main nav#sections a:first-of-type, #container.people.edit #main nav#sections a:first-of-type, #container.people.new #main nav#sections a:first-of-type {
    border-left: none;
    padding-left: 0px;
  }
}
/* line 56, ../../app/assets/stylesheets/pages/settings.sass */
#container.settings #main #notifications ul, #container.people.edit #main #notifications ul, #container.people.new #main #notifications ul {
  padding: 0px;
  margin: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0px;
}
/* line 46, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
#container.settings #main #notifications ul li, #container.people.edit #main #notifications ul li, #container.people.new #main #notifications ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* line 61, ../../app/assets/stylesheets/pages/settings.sass */
#container.settings #main #notifications ul li, #container.people.edit #main #notifications ul li, #container.people.new #main #notifications ul li {
  margin-bottom: 10px;
}
/* line 64, ../../app/assets/stylesheets/pages/settings.sass */
#container.settings #main input[type=checkbox] + label, #container.people.edit #main input[type=checkbox] + label, #container.people.new #main input[type=checkbox] + label {
  display: inline-block;
  padding-top: 2px;
  margin-bottom: 5px;
}
/* line 75, ../../app/assets/stylesheets/pages/settings.sass */
#container.settings #main #follows section.artist, #container.people.edit #main #follows section.artist, #container.people.new #main #follows section.artist {
  *zoom: 1;
  background-color: white;
  margin-bottom: 10px;
}
/* line 52, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
#container.settings #main #follows section.artist:after, #container.people.edit #main #follows section.artist:after, #container.people.new #main #follows section.artist:after {
  content: "";
  display: table;
  clear: both;
}
/* line 80, ../../app/assets/stylesheets/pages/settings.sass */
#container.settings #main #follows section.artist img, #container.people.edit #main #follows section.artist img, #container.people.new #main #follows section.artist img {
  width: 25px;
  height: 25px;
}
/* line 84, ../../app/assets/stylesheets/pages/settings.sass */
#container.settings #main #follows section.artist a, #container.people.edit #main #follows section.artist a, #container.people.new #main #follows section.artist a {
  text-decoration: none;
}
/* line 87, ../../app/assets/stylesheets/pages/settings.sass */
#container.settings #main #follows section.artist.header, #container.people.edit #main #follows section.artist.header, #container.people.new #main #follows section.artist.header {
  background-color: transparent;
}
/* line 90, ../../app/assets/stylesheets/pages/settings.sass */
#container.settings #main #follows section.artist > div, #container.people.edit #main #follows section.artist > div, #container.people.new #main #follows section.artist > div {
  float: left;
  padding: 4px;
}
/* line 93, ../../app/assets/stylesheets/pages/settings.sass */
#container.settings #main #follows section.artist .name, #container.people.edit #main #follows section.artist .name, #container.people.new #main #follows section.artist .name {
  width: 60%;
}
/* line 95, ../../app/assets/stylesheets/pages/settings.sass */
#container.settings #main #follows section.artist .follow, #container.settings #main #follows section.artist .mos, #container.people.edit #main #follows section.artist .follow, #container.people.edit #main #follows section.artist .mos, #container.people.new #main #follows section.artist .follow, #container.people.new #main #follows section.artist .mos {
  width: 15%;
}
/* line 97, ../../app/assets/stylesheets/pages/settings.sass */
#container.settings #main #follows section.artist .follow .hint, #container.settings #main #follows section.artist .mos .hint, #container.people.edit #main #follows section.artist .follow .hint, #container.people.edit #main #follows section.artist .mos .hint, #container.people.new #main #follows section.artist .follow .hint, #container.people.new #main #follows section.artist .mos .hint {
  color: #999999;
}
/* line 99, ../../app/assets/stylesheets/pages/settings.sass */
#container.settings #main #follows section.artist .follow input, #container.settings #main #follows section.artist .mos input, #container.people.edit #main #follows section.artist .follow input, #container.people.edit #main #follows section.artist .mos input, #container.people.new #main #follows section.artist .follow input, #container.people.new #main #follows section.artist .mos input {
  width: 70px;
}
/* line 102, ../../app/assets/stylesheets/pages/settings.sass */
#container.settings #main #follows section.artist .follow_button:before, #container.people.edit #main #follows section.artist .follow_button:before, #container.people.new #main #follows section.artist .follow_button:before {
  display: none;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 108, ../../app/assets/stylesheets/pages/settings.sass */
  #container.settings #main #follows section.artist img, #container.people.edit #main #follows section.artist img, #container.people.new #main #follows section.artist img {
    display: block;
  }
  /* line 110, ../../app/assets/stylesheets/pages/settings.sass */
  #container.settings #main #follows section.artist .name, #container.people.edit #main #follows section.artist .name, #container.people.new #main #follows section.artist .name {
    width: 40%;
  }
  /* line 112, ../../app/assets/stylesheets/pages/settings.sass */
  #container.settings #main #follows section.artist .follow, #container.settings #main #follows section.artist .mos, #container.people.edit #main #follows section.artist .follow, #container.people.edit #main #follows section.artist .mos, #container.people.new #main #follows section.artist .follow, #container.people.new #main #follows section.artist .mos {
    width: 25%;
  }
  /* line 114, ../../app/assets/stylesheets/pages/settings.sass */
  #container.settings #main #follows section.artist .follow input, #container.settings #main #follows section.artist .mos input, #container.people.edit #main #follows section.artist .follow input, #container.people.edit #main #follows section.artist .mos input, #container.people.new #main #follows section.artist .follow input, #container.people.new #main #follows section.artist .mos input {
    width: 50px;
    padding: 10px 12px;
  }
}
/* line 121, ../../app/assets/stylesheets/pages/settings.sass */
#container.settings #main #sharing .add_o_auth_user img, #container.settings #main section.sharing .add_o_auth_user img, #container.people.edit #main #sharing .add_o_auth_user img, #container.people.edit #main section.sharing .add_o_auth_user img, #container.people.new #main #sharing .add_o_auth_user img, #container.people.new #main section.sharing .add_o_auth_user img {
  vertical-align: middle;
  margin-right: 5px;
}
/* line 124, ../../app/assets/stylesheets/pages/settings.sass */
#container.settings #main #sharing .add_o_auth_user span, #container.settings #main section.sharing .add_o_auth_user span, #container.people.edit #main #sharing .add_o_auth_user span, #container.people.edit #main section.sharing .add_o_auth_user span, #container.people.new #main #sharing .add_o_auth_user span, #container.people.new #main section.sharing .add_o_auth_user span {
  margin-right: 20px;
}
/* line 127, ../../app/assets/stylesheets/pages/settings.sass */
#container.settings #main #sharing table, #container.settings #main section.sharing table, #container.people.edit #main #sharing table, #container.people.edit #main section.sharing table, #container.people.new #main #sharing table, #container.people.new #main section.sharing table {
  width: 100%;
  margin-top: 10px;
}
/* line 130, ../../app/assets/stylesheets/pages/settings.sass */
#container.settings #main #sharing table tr:nth-child(even), #container.settings #main section.sharing table tr:nth-child(even), #container.people.edit #main #sharing table tr:nth-child(even), #container.people.edit #main section.sharing table tr:nth-child(even), #container.people.new #main #sharing table tr:nth-child(even), #container.people.new #main section.sharing table tr:nth-child(even) {
  background-color: #f1f1f1;
}
/* line 132, ../../app/assets/stylesheets/pages/settings.sass */
#container.settings #main #sharing table td, #container.settings #main section.sharing table td, #container.people.edit #main #sharing table td, #container.people.edit #main section.sharing table td, #container.people.new #main #sharing table td, #container.people.new #main section.sharing table td {
  padding: 4px;
}
/* line 134, ../../app/assets/stylesheets/pages/settings.sass */
#container.settings #main #sharing table span, #container.settings #main section.sharing table span, #container.people.edit #main #sharing table span, #container.people.edit #main section.sharing table span, #container.people.new #main #sharing table span, #container.people.new #main section.sharing table span {
  display: block;
  margin-top: 5px;
}
/* line 137, ../../app/assets/stylesheets/pages/settings.sass */
#container.settings #main #sharing table .icon, #container.settings #main section.sharing table .icon, #container.people.edit #main #sharing table .icon, #container.people.edit #main section.sharing table .icon, #container.people.new #main #sharing table .icon, #container.people.new #main section.sharing table .icon {
  width: 30px;
}
/* line 139, ../../app/assets/stylesheets/pages/settings.sass */
#container.settings #main #sharing table .icon img, #container.settings #main section.sharing table .icon img, #container.people.edit #main #sharing table .icon img, #container.people.edit #main section.sharing table .icon img, #container.people.new #main #sharing table .icon img, #container.people.new #main section.sharing table .icon img {
  margin-right: 10px;
  vertical-align: middle;
}
/* line 142, ../../app/assets/stylesheets/pages/settings.sass */
#container.settings #main #sharing table .url, #container.settings #main section.sharing table .url, #container.people.edit #main #sharing table .url, #container.people.edit #main section.sharing table .url, #container.people.new #main #sharing table .url, #container.people.new #main section.sharing table .url {
  word-break: break-word;
}
/* line 145, ../../app/assets/stylesheets/pages/settings.sass */
#container.settings #main #sharing ul, #container.settings #main section.sharing ul, #container.people.edit #main #sharing ul, #container.people.edit #main section.sharing ul, #container.people.new #main #sharing ul, #container.people.new #main section.sharing ul {
  padding: 0px;
  margin: 0px;
  *zoom: 1;
}
/* line 46, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
#container.settings #main #sharing ul li, #container.settings #main section.sharing ul li, #container.people.edit #main #sharing ul li, #container.people.edit #main section.sharing ul li, #container.people.new #main #sharing ul li, #container.people.new #main section.sharing ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* line 52, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
#container.settings #main #sharing ul:after, #container.settings #main section.sharing ul:after, #container.people.edit #main #sharing ul:after, #container.people.edit #main section.sharing ul:after, #container.people.new #main #sharing ul:after, #container.people.new #main section.sharing ul:after {
  content: "";
  display: table;
  clear: both;
}
/* line 148, ../../app/assets/stylesheets/pages/settings.sass */
#container.settings #main #sharing ul li, #container.settings #main section.sharing ul li, #container.people.edit #main #sharing ul li, #container.people.edit #main section.sharing ul li, #container.people.new #main #sharing ul li, #container.people.new #main section.sharing ul li {
  float: left;
  width: 200px;
  height: 120px;
  margin-right: 10px;
}
/* line 154, ../../app/assets/stylesheets/pages/settings.sass */
#container.settings #main #sharing ul li .icon, #container.settings #main section.sharing ul li .icon, #container.people.edit #main #sharing ul li .icon, #container.people.edit #main section.sharing ul li .icon, #container.people.new #main #sharing ul li .icon, #container.people.new #main section.sharing ul li .icon {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 5px;
  margin-bottom: 10px;
  background-color: #f1f1f1;
}
/* line 161, ../../app/assets/stylesheets/pages/settings.sass */
#container.settings #main #sharing ul li .icon img, #container.settings #main section.sharing ul li .icon img, #container.people.edit #main #sharing ul li .icon img, #container.people.edit #main section.sharing ul li .icon img, #container.people.new #main #sharing ul li .icon img, #container.people.new #main section.sharing ul li .icon img {
  width: 100%;
  height: 100%;
}
/* line 164, ../../app/assets/stylesheets/pages/settings.sass */
#container.settings #main #sharing ul li form, #container.settings #main section.sharing ul li form, #container.people.edit #main #sharing ul li form, #container.people.edit #main section.sharing ul li form, #container.people.new #main #sharing ul li form, #container.people.new #main section.sharing ul li form {
  display: inline;
}
/* line 173, ../../app/assets/stylesheets/pages/settings.sass */
#container.settings #main #credit_cards input[type=text], #container.people.edit #main #credit_cards input[type=text], #container.people.new #main #credit_cards input[type=text] {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f1f1f1;
  border: 2px solid #dbdbdb;
  border-radius: 4px;
  color: #999999;
  width: 100%;
  padding: 8px 15px;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
  line-height: 18px;
  color: black;
}
/* line 175, ../../app/assets/stylesheets/pages/settings.sass */
#container.settings #main #credit_cards table, #container.people.edit #main #credit_cards table, #container.people.new #main #credit_cards table {
  width: 100%;
}
/* line 178, ../../app/assets/stylesheets/pages/settings.sass */
#container.settings #main #credit_cards table thead th, #container.people.edit #main #credit_cards table thead th, #container.people.new #main #credit_cards table thead th {
  text-align: left;
  font-weight: bold;
}
/* line 182, ../../app/assets/stylesheets/pages/settings.sass */
#container.settings #main #credit_cards table th input[type=text], #container.settings #main #credit_cards table td input[type=text], #container.people.edit #main #credit_cards table th input[type=text], #container.people.edit #main #credit_cards table td input[type=text], #container.people.new #main #credit_cards table th input[type=text], #container.people.new #main #credit_cards table td input[type=text] {
  width: 200px;
}
/* line 184, ../../app/assets/stylesheets/pages/settings.sass */
#container.settings #main #credit_cards table th input, #container.settings #main #credit_cards table td input, #container.people.edit #main #credit_cards table th input, #container.people.edit #main #credit_cards table td input, #container.people.new #main #credit_cards table th input, #container.people.new #main #credit_cards table td input {
  display: block;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 188, ../../app/assets/stylesheets/pages/settings.sass */
  #container.settings #main #credit_cards table th:nth-child(1), #container.settings #main #credit_cards table th:nth-child(3), #container.settings #main #credit_cards table td:nth-child(1), #container.settings #main #credit_cards table td:nth-child(3), #container.people.edit #main #credit_cards table th:nth-child(1), #container.people.edit #main #credit_cards table th:nth-child(3), #container.people.edit #main #credit_cards table td:nth-child(1), #container.people.edit #main #credit_cards table td:nth-child(3), #container.people.new #main #credit_cards table th:nth-child(1), #container.people.new #main #credit_cards table th:nth-child(3), #container.people.new #main #credit_cards table td:nth-child(1), #container.people.new #main #credit_cards table td:nth-child(3) {
    display: none;
  }
}
/* line 192, ../../app/assets/stylesheets/pages/settings.sass */
#container.settings #main #transactions table, #container.people.edit #main #transactions table, #container.people.new #main #transactions table {
  font-size: 12px;
}
/* line 196, ../../app/assets/stylesheets/pages/settings.sass */
#container.settings #main #new_card .billing_address, #container.people.edit #main #new_card .billing_address, #container.people.new #main #new_card .billing_address {
  margin-top: 15px;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 201, ../../app/assets/stylesheets/pages/settings.sass */
  #container.settings #main #new_card, #container.settings #main #transactions, #container.people.edit #main #new_card, #container.people.edit #main #transactions, #container.people.new #main #new_card, #container.people.new #main #transactions {
    display: none;
  }
}

/* line 205, ../../app/assets/stylesheets/pages/settings.sass */
#container.people.edit form {
  max-width: 300px;
}
/* line 210, ../../app/assets/stylesheets/pages/settings.sass */
#container.people.edit form .form_field.born_on select {
  width: auto;
}
/* line 214, ../../app/assets/stylesheets/pages/settings.sass */
#container.people.edit form .form_field.icon img {
  float: right;
}

@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 221, ../../app/assets/stylesheets/pages/settings.sass */
  #container.feed #main nav#tabs, #container.settings #main nav#tabs {
    display: none;
  }
}
/* line 3, ../../app/assets/stylesheets/pages/pages.sass */
#container.pages #main > article, #container.pages #main .left_content > article {
  padding: 15px;
  margin-bottom: 20px;
  background-color: white;
}
/* line 5, ../../app/assets/stylesheets/pages/pages.sass */
#container.pages #main > article h2, #container.pages #main .left_content > article h2 {
  margin-bottom: 15px;
}
/* line 15, ../../app/assets/stylesheets/pages/pages.sass */
#container.pages.press section#press_clips ul {
  padding: 0px;
  margin: 0px;
}
/* line 46, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
#container.pages.press section#press_clips ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* line 17, ../../app/assets/stylesheets/pages/pages.sass */
#container.pages.press section#press_clips ul a {
  text-decoration: none;
}
/* line 19, ../../app/assets/stylesheets/pages/pages.sass */
#container.pages.press section#press_clips ul a.link {
  text-decoration: underline;
  font-size: 10px;
}
/* line 28, ../../app/assets/stylesheets/pages/pages.sass */
#container.pages.contact .button.cta {
  width: 150px;
}
/* line 31, ../../app/assets/stylesheets/pages/pages.sass */
#container.pages.contact section.intro {
  padding-bottom: 20px;
  border-bottom: 2px solid #dbdbdb;
  margin-bottom: 20px;
}
/* line 37, ../../app/assets/stylesheets/pages/pages.sass */
#container.pages.contact .support_form textarea {
  height: 120px;
}
/* line 41, ../../app/assets/stylesheets/pages/pages.sass */
#container.pages.contact dl dt, #container.pages.contact dl dd {
  display: inline-block;
}
/* line 44, ../../app/assets/stylesheets/pages/pages.sass */
#container.pages.contact dl dt {
  width: 120px;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 50, ../../app/assets/stylesheets/pages/pages.sass */
  #container.pages.contact dl dt {
    padding-top: 10px;
  }
  /* line 53, ../../app/assets/stylesheets/pages/pages.sass */
  #container.pages.contact dl em {
    display: block;
  }
}

/* line 100, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
#container.pledges.complete form input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}
/* line 107, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
#container.pledges.complete form input[type=checkbox] + label:before, #container.pledges.complete form input[type=checkbox] + label:after {
  position: absolute;
  content: " ";
  display: inline-block;
  width: 20px;
  height: 20px;
  top: -3px;
  left: 0px;
}
/* line 115, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
#container.pledges.complete form input[type=checkbox] + label:before {
  z-index: 1;
  background-color: white;
  border: 2px solid #dbdbdb;
}
/* line 119, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
#container.pledges.complete form input[type=checkbox] + label:after {
  z-index: 2;
  margin-left: 2px;
  margin-top: 2px;
  display: none;
  background-position: 0 -2203px;
  width: 20px;
  height: 20px;
}
/* line 129, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
#container.pledges.complete form input[type=checkbox]:checked + label:before {
  background-color: #6bbe67;
}
/* line 131, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
#container.pledges.complete form input[type=checkbox]:checked + label:after {
  display: block;
}
/* line 136, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
#container.pledges.complete form input[type=checkbox][disabled]:checked + label:before {
  background-color: #f1f1f1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 139, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
#container.pledges.complete form input[type=checkbox][disabled]:checked + label:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 8, ../../app/assets/stylesheets/pages/pledges/complete.sass */
#container.pledges.complete #main > .left_content, #container.pledges.complete #main > .right_content {
  width: 460px;
}
/* line 10, ../../app/assets/stylesheets/pages/pledges/complete.sass */
#container.pledges.complete #main > .left_content > section, #container.pledges.complete #main > .right_content > section {
  min-height: 150px;
}
/* line 13, ../../app/assets/stylesheets/pages/pledges/complete.sass */
#container.pledges.complete #similar_projects {
  margin-bottom: 80px;
}
/* line 16, ../../app/assets/stylesheets/pages/pledges/complete.sass */
#container.pledges.complete #thanks, #container.pledges.complete #share, #container.pledges.complete #access, #container.pledges.complete #gifting, #container.pledges.complete #exclusives, #container.pledges.complete #iphone_app {
  padding: 15px;
  margin-bottom: 20px;
  background-color: white;
}
/* line 120, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/boxes_and_rules.sass */
#container.pledges.complete #thanks > header h1, #container.pledges.complete #thanks > h1, #container.pledges.complete #share > header h1, #container.pledges.complete #share > h1, #container.pledges.complete #access > header h1, #container.pledges.complete #access > h1, #container.pledges.complete #gifting > header h1, #container.pledges.complete #gifting > h1, #container.pledges.complete #exclusives > header h1, #container.pledges.complete #exclusives > h1, #container.pledges.complete #iphone_app > header h1, #container.pledges.complete #iphone_app > h1 {
  margin-top: 15px;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-family: Helvetica, sans-serif;
  font-size: 20px;
  line-height: 22px;
  color: #444444;
}
/* line 19, ../../app/assets/stylesheets/pages/pledges/complete.sass */
#container.pledges.complete #thanks {
  padding: 16px 0px 20px 0px;
}
/* line 21, ../../app/assets/stylesheets/pages/pledges/complete.sass */
#container.pledges.complete #thanks .status {
  margin-bottom: 15px;
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #444444;
  text-align: center;
}
/* line 26, ../../app/assets/stylesheets/pages/pledges/complete.sass */
#container.pledges.complete #thanks .status a {
  margin-right: 20px;
}
/* line 28, ../../app/assets/stylesheets/pages/pledges/complete.sass */
#container.pledges.complete #thanks .power_share {
  width: 149px;
  margin: 0 auto;
  position: relative;
  top: 5px;
}
/* line 33, ../../app/assets/stylesheets/pages/pledges/complete.sass */
#container.pledges.complete #thanks .power_share a {
  width: 110px;
  height: 36px;
  padding-top: 10px;
  margin-left: 20px;
  font-size: 18px;
  color: white;
}
/* line 40, ../../app/assets/stylesheets/pages/pledges/complete.sass */
#container.pledges.complete #thanks .toggle_name {
  width: 260px;
  margin: 0 auto;
}
/* line 43, ../../app/assets/stylesheets/pages/pledges/complete.sass */
#container.pledges.complete #thanks .toggle_name a {
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  color: black;
  text-decoration: underline;
}
/* line 45, ../../app/assets/stylesheets/pages/pledges/complete.sass */
#container.pledges.complete #thanks a {
  font-size: 17px;
}
/* line 49, ../../app/assets/stylesheets/pages/pledges/complete.sass */
#container.pledges.complete #iphone_app {
  padding: 0px;
}
/* line 51, ../../app/assets/stylesheets/pages/pledges/complete.sass */
#container.pledges.complete #iphone_app a {
  outline: 0;
}
/* line 53, ../../app/assets/stylesheets/pages/pledges/complete.sass */
#container.pledges.complete #iphone_app img.hands_image {
  display: inline;
}
/* line 56, ../../app/assets/stylesheets/pages/pledges/complete.sass */
#container.pledges.complete #iphone_app .get_app_content {
  position: relative;
  width: 260px;
  padding: 12px;
  display: inline-block;
  font-size: 17px;
}
/* line 62, ../../app/assets/stylesheets/pages/pledges/complete.sass */
#container.pledges.complete #iphone_app .get_app_content img {
  margin: 60px 0px 20px 0px;
}
@media only screen and (min-width: 761px) and (max-width: 779px) {
  /* line 56, ../../app/assets/stylesheets/pages/pledges/complete.sass */
  #container.pledges.complete #iphone_app .get_app_content {
    width: 500px;
    padding: 12px;
    display: inline-block;
    font-size: 17px;
  }
  /* line 69, ../../app/assets/stylesheets/pages/pledges/complete.sass */
  #container.pledges.complete #iphone_app .get_app_content .image_div {
    width: 160px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 761px), only screen and (device-width: 810px) {
  /* line 73, ../../app/assets/stylesheets/pages/pledges/complete.sass */
  #container.pledges.complete #handset_share_prompt {
    display: none;
  }
}

/* line 78, ../../app/assets/stylesheets/pages/pledges/complete.sass */
#share_lightbox .grey_star, #handset_share_prompt .grey_star {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  height: 65px;
  width: 65px;
  text-align: center;
  font-size: 50px;
  color: black;
  padding-top: 30px;
}
/* line 57, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/graphics.sass */
#share_lightbox .grey_star:after, #handset_share_prompt .grey_star:after {
  display: block;
  content: "\2605";
  position: absolute;
  top: 0px;
  left: -2px;
  color: #333333;
  font-size: 50px;
  line-height: 96px;
}

@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 1, ../../app/assets/stylesheets/pages/pledges/complete_handset.sass */
  #container.pledges.complete {
    overflow: hidden;
  }
  /* line 10, ../../app/assets/stylesheets/pages/pledges/complete_handset.sass */
  #container.pledges.complete #main header hgroup.project.complete h1 {
    font-size: 40px;
    line-height: 40px;
  }
  /* line 13, ../../app/assets/stylesheets/pages/pledges/complete_handset.sass */
  #container.pledges.complete #main header hgroup.project.complete h3 {
    font-size: 18px;
    line-height: 18px;
  }
  /* line 16, ../../app/assets/stylesheets/pages/pledges/complete_handset.sass */
  #container.pledges.complete #thanks {
    margin: 15px 14px;
  }
  /* line 18, ../../app/assets/stylesheets/pages/pledges/complete_handset.sass */
  #container.pledges.complete #thanks .power_share {
    display: none;
  }
  /* line 20, ../../app/assets/stylesheets/pages/pledges/complete_handset.sass */
  #container.pledges.complete #thanks hr {
    display: none;
  }
  /* line 24, ../../app/assets/stylesheets/pages/pledges/complete_handset.sass */
  #container.pledges.complete #iphone_app img.hands_image {
    width: 50%;
    height: 110px;
    width: 110px;
    margin: 10px 0px 30px 10px;
    border-radius: 100%;
  }
  /* line 31, ../../app/assets/stylesheets/pages/pledges/complete_handset.sass */
  #container.pledges.complete #iphone_app .get_app_content {
    width: 40%;
    padding: 0px;
    margin: 14px 0px 0px 10px;
  }
  /* line 35, ../../app/assets/stylesheets/pages/pledges/complete_handset.sass */
  #container.pledges.complete #iphone_app .get_app_content img {
    border-radius: 0%;
    margin: 5px 0px 5px 0px;
  }
}

/* line 4, ../../app/assets/stylesheets/pages/pledges/gift_pledge.sass */
#container.pledges #main #gift_pledge {
  *zoom: 1;
}
/* line 52, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
#container.pledges #main #gift_pledge:after {
  content: "";
  display: table;
  clear: both;
}
/* line 7, ../../app/assets/stylesheets/pages/pledges/gift_pledge.sass */
#container.pledges #main #gift_pledge ul {
  width: 90%;
  font-size: 11pt;
  line-height: 12.5pt;
}
@media only screen and (min-width: 780px) {
  /* line 12, ../../app/assets/stylesheets/pages/pledges/gift_pledge.sass */
  #container.pledges #main #gift_pledge .form_field.email {
    display: block;
    width: 100%;
  }
  /* line 16, ../../app/assets/stylesheets/pages/pledges/gift_pledge.sass */
  #container.pledges #main #gift_pledge .form_field.email:after {
    content: "";
    float: right;
    display: inline-block;
    margin-left: -20px;
    width: 269px;
    height: 181px;
    background: url(//d1nvfozp665ptr.cloudfront.net/pipeline/logos/gift_box-7f9bab0bbd30fb70907df863c28336c8.png) no-repeat center center;
  }
  /* line 27, ../../app/assets/stylesheets/pages/pledges/gift_pledge.sass */
  #container.pledges #main #gift_pledge label[for=pledge_gift_pledge_attributes_email] {
    margin-top: 10px;
  }
}

/* line 7, ../../app/assets/stylesheets/pages/pledges/gift_pledges.sass */
#container.gift_pledges #main > header .secure {
  display: none !important;
}
/* line 11, ../../app/assets/stylesheets/pages/pledges/gift_pledges.sass */
#container.gift_pledges section.with_header footer {
  margin-top: 20px;
}
@media only screen and (min-width: 761px), only screen and (device-width: 810px) {
  /* line 14, ../../app/assets/stylesheets/pages/pledges/gift_pledges.sass */
  #container.gift_pledges section#question {
    margin-bottom: 60px !important;
  }
}
/* line 17, ../../app/assets/stylesheets/pages/pledges/gift_pledges.sass */
#container.gift_pledges section#question a {
  display: block;
  padding: 10px;
  margin-bottom: 15px;
  background-color: #dbdbdb;
  text-align: center;
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 20px;
  color: black;
  text-decoration: none;
}

/* line 1, ../../app/assets/stylesheets/pages/pledges/handset_share.sass */
#handset_share_prompt {
  outline: 0px;
  margin: 15px 14px;
}
/* line 4, ../../app/assets/stylesheets/pages/pledges/handset_share.sass */
#handset_share_prompt a {
  display: inline-block;
}
/* line 6, ../../app/assets/stylesheets/pages/pledges/handset_share.sass */
#handset_share_prompt img {
  height: 55px;
  width: 55px;
  display: inline-block;
}
/* line 10, ../../app/assets/stylesheets/pages/pledges/handset_share.sass */
#handset_share_prompt .main_copy, #handset_share_prompt .twitter_box, #handset_share_prompt .facebook_box, #handset_share_prompt .email_box, #handset_share_prompt .link_box {
  position: relative;
  padding: 15px;
  margin-bottom: 20px;
  background-color: white;
  margin-top: 1px;
  margin-bottom: 1px;
}
/* line 120, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/boxes_and_rules.sass */
#handset_share_prompt .main_copy > header h1, #handset_share_prompt .main_copy > h1, #handset_share_prompt .twitter_box > header h1, #handset_share_prompt .twitter_box > h1, #handset_share_prompt .facebook_box > header h1, #handset_share_prompt .facebook_box > h1, #handset_share_prompt .email_box > header h1, #handset_share_prompt .email_box > h1, #handset_share_prompt .link_box > header h1, #handset_share_prompt .link_box > h1 {
  margin-top: 15px;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-family: Helvetica, sans-serif;
  font-size: 20px;
  line-height: 22px;
  color: #444444;
}
/* line 15, ../../app/assets/stylesheets/pages/pledges/handset_share.sass */
#handset_share_prompt .main_copy span.handset_display_social, #handset_share_prompt .twitter_box span.handset_display_social, #handset_share_prompt .facebook_box span.handset_display_social, #handset_share_prompt .email_box span.handset_display_social, #handset_share_prompt .link_box span.handset_display_social {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 100;
}
/* line 22, ../../app/assets/stylesheets/pages/pledges/handset_share.sass */
#handset_share_prompt section {
  display: none;
  background-color: #f1f1f1;
  border: 1px solid #dbdbdb;
}
/* line 26, ../../app/assets/stylesheets/pages/pledges/handset_share.sass */
#handset_share_prompt section textarea {
  background-color: white;
  height: 140px;
  margin: 10px 10px;
  width: 95%;
}
/* line 31, ../../app/assets/stylesheets/pages/pledges/handset_share.sass */
#handset_share_prompt .main_copy .share_copy {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 70%;
  height: 100%;
}
/* line 37, ../../app/assets/stylesheets/pages/pledges/handset_share.sass */
#handset_share_prompt .main_copy .grey_star {
  bottom: 25px;
}
/* line 39, ../../app/assets/stylesheets/pages/pledges/handset_share.sass */
#handset_share_prompt .handset_share_text {
  position: relative;
  display: inline-block;
  bottom: 20px;
  left: 10px;
  font-family: Helvetica, sans-serif;
  font-size: 22px;
  line-height: 24px;
  font-weight: bold;
}
/* line 46, ../../app/assets/stylesheets/pages/pledges/handset_share.sass */
#handset_share_prompt .referral_social_links {
  position: relative;
  width: 200px;
  margin: 0 auto;
  top: 10px;
}
/* line 52, ../../app/assets/stylesheets/pages/pledges/handset_share.sass */
#handset_share_prompt #handset a {
  color: transparent;
  text-indent: -9999px;
  word-break: break-all;
}
/* line 54, ../../app/assets/stylesheets/pages/pledges/handset_share.sass */
#handset_share_prompt #handset a.selected:after {
  position: absolute;
  display: block;
  bottom: 0px;
  left: 35px;
  z-index: 3;
  content: "";
  background-color: white;
  border-style: solid;
  border-width: 0 10px 10px;
  border-color: #f1f1f1 transparent;
}
/* line 66, ../../app/assets/stylesheets/pages/pledges/handset_share.sass */
#handset_share_prompt #handset span.linked {
  display: none;
}
/* line 69, ../../app/assets/stylesheets/pages/pledges/handset_share.sass */
#handset_share_prompt .link_box {
  height: 50px;
}
/* line 71, ../../app/assets/stylesheets/pages/pledges/handset_share.sass */
#handset_share_prompt .link_box a {
  outline: 0px;
}
/* line 73, ../../app/assets/stylesheets/pages/pledges/handset_share.sass */
#handset_share_prompt #personal_link_handset {
  display: none;
  background-color: #f1f1f1;
  border: 1px solid #dbdbdb;
  padding: 18px;
  box-shadow: 1px 0px 0px 0px #dbdbdb, -1px 0px 0px 0px #dbdbdb;
}
/* line 79, ../../app/assets/stylesheets/pages/pledges/handset_share.sass */
#handset_share_prompt .form_field .counter {
  margin-left: 20px;
}
/* line 82, ../../app/assets/stylesheets/pages/pledges/handset_share.sass */
#handset_share_prompt #facebook_handset, #handset_share_prompt #twitter_handset {
  position: relative;
  top: -2px;
  border-style: solid;
  border-color: #f1f1f1 transparent;
  box-shadow: 1px 0px 0px 0px #dbdbdb, -1px 0px 0px 0px #dbdbdb;
}
/* line 89, ../../app/assets/stylesheets/pages/pledges/handset_share.sass */
#handset_share_prompt #facebook_handset ul, #handset_share_prompt #facebook_handset li, #handset_share_prompt #twitter_handset ul, #handset_share_prompt #twitter_handset li {
  list-style-type: none;
}
/* line 100, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
#handset_share_prompt #facebook_handset form input[type=checkbox] + label, #handset_share_prompt #twitter_handset form input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}
/* line 107, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
#handset_share_prompt #facebook_handset form input[type=checkbox] + label:before, #handset_share_prompt #facebook_handset form input[type=checkbox] + label:after, #handset_share_prompt #twitter_handset form input[type=checkbox] + label:before, #handset_share_prompt #twitter_handset form input[type=checkbox] + label:after {
  position: absolute;
  content: " ";
  display: inline-block;
  width: 20px;
  height: 20px;
  top: -3px;
  left: 0px;
}
/* line 115, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
#handset_share_prompt #facebook_handset form input[type=checkbox] + label:before, #handset_share_prompt #twitter_handset form input[type=checkbox] + label:before {
  z-index: 1;
  background-color: white;
  border: 2px solid #dbdbdb;
}
/* line 119, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
#handset_share_prompt #facebook_handset form input[type=checkbox] + label:after, #handset_share_prompt #twitter_handset form input[type=checkbox] + label:after {
  z-index: 2;
  margin-left: 2px;
  margin-top: 2px;
  display: none;
  background-position: 0 -2203px;
  width: 20px;
  height: 20px;
}
/* line 129, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
#handset_share_prompt #facebook_handset form input[type=checkbox]:checked + label:before, #handset_share_prompt #twitter_handset form input[type=checkbox]:checked + label:before {
  background-color: #6bbe67;
}
/* line 131, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
#handset_share_prompt #facebook_handset form input[type=checkbox]:checked + label:after, #handset_share_prompt #twitter_handset form input[type=checkbox]:checked + label:after {
  display: block;
}
/* line 136, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
#handset_share_prompt #facebook_handset form input[type=checkbox][disabled]:checked + label:before, #handset_share_prompt #twitter_handset form input[type=checkbox][disabled]:checked + label:before {
  background-color: #f1f1f1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 139, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
#handset_share_prompt #facebook_handset form input[type=checkbox][disabled]:checked + label:after, #handset_share_prompt #twitter_handset form input[type=checkbox][disabled]:checked + label:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 93, ../../app/assets/stylesheets/pages/pledges/handset_share.sass */
#handset_share_prompt #facebook_handset form #facebook_post_pledges_hidden, #handset_share_prompt #facebook_handset form #facebook_post_updates_hidden, #handset_share_prompt #twitter_handset form #facebook_post_pledges_hidden, #handset_share_prompt #twitter_handset form #facebook_post_updates_hidden {
  display: none !important;
}
/* line 95, ../../app/assets/stylesheets/pages/pledges/handset_share.sass */
#handset_share_prompt #facebook_handset form input[type=checkbox], #handset_share_prompt #twitter_handset form input[type=checkbox] {
  display: none;
}
/* line 97, ../../app/assets/stylesheets/pages/pledges/handset_share.sass */
#handset_share_prompt #facebook_handset form label, #handset_share_prompt #twitter_handset form label {
  margin: 10px;
}
/* line 100, ../../app/assets/stylesheets/pages/pledges/handset_share.sass */
#handset_share_prompt #facebook_handset form input[type="submit"], #handset_share_prompt #twitter_handset form input[type="submit"] {
  display: block;
  width: 100%;
  height: 58px;
  font-size: 36px;
}
/* line 106, ../../app/assets/stylesheets/pages/pledges/handset_share.sass */
#handset_share_prompt .nav_link_fb {
  position: relative;
}
/* line 108, ../../app/assets/stylesheets/pages/pledges/handset_share.sass */
#handset_share_prompt .nav_link_twitter {
  position: relative;
}
/* line 111, ../../app/assets/stylesheets/pages/pledges/handset_share.sass */
#handset_share_prompt .nav_link_fb .shared_check, #handset_share_prompt .nav_link_twitter .shared_check {
  position: absolute;
  top: -4px;
  height: 20px;
  width: 20px;
  z-index: 2;
  background-color: #333333;
  border-radius: 100%;
}
/* line 119, ../../app/assets/stylesheets/pages/pledges/handset_share.sass */
#handset_share_prompt .nav_link_fb .shared_check:before, #handset_share_prompt .nav_link_twitter .shared_check:before {
  position: relative;
  top: 1px;
  left: 4px;
  content: "✔";
  color: white;
}
/* line 128, ../../app/assets/stylesheets/pages/pledges/handset_share.sass */
#handset_share_prompt .settings#twitter_settings .submit a, #handset_share_prompt .settings#facebook_settings .submit a {
  margin: 15px;
  color: white;
  text-indent: 0px;
}

/* line 134, ../../app/assets/stylesheets/pages/pledges/handset_share.sass */
#facebox .handset_share_modal {
  padding: 15px 0px 0px 0px;
}
/* line 2, ../../app/assets/stylesheets/mixins/facebox.sass */
#facebox .handset_share_modal a.facebox_close:first-child {
  float: right;
  background-position: 0 -1870px;
  display: inline-block;
  cursor: pointer;
  width: 16px;
  height: 16px;
  content: "";
  color: transparent;
  text-indent: -9999px;
  word-break: break-all;
}
/* line 137, ../../app/assets/stylesheets/pages/pledges/handset_share.sass */
#facebox .handset_share_modal h1 {
  margin-top: 15px;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-family: Helvetica, sans-serif;
  font-size: 20px;
  line-height: 22px;
  color: #444444;
  margin: 5px 15px;
}
/* line 140, ../../app/assets/stylesheets/pages/pledges/handset_share.sass */
#facebox .handset_share_modal h1 a {
  float: right;
}
/* line 142, ../../app/assets/stylesheets/pages/pledges/handset_share.sass */
#facebox .handset_share_modal #handset_share_prompt {
  outline: 0px;
  margin: 15px 0px 15px 0px;
}
/* line 146, ../../app/assets/stylesheets/pages/pledges/handset_share.sass */
#facebox .handset_share_modal #handset_share_prompt textarea {
  margin-right: 0px;
}
/* line 149, ../../app/assets/stylesheets/pages/pledges/handset_share.sass */
#facebox .handset_share_modal .facebook_box, #facebox .handset_share_modal .twitter_box, #facebox .handset_share_modal .email_box, #facebox .handset_share_modal .link_box {
  border-top: 1px solid #dbdbdb;
  margin-top: 0px;
  margin-bottom: 0px;
}

/* line 5, ../../app/assets/stylesheets/pages/pledges/index.sass */
#container.pledges.index > a.logo span:before {
  display: none;
}
/* line 10, ../../app/assets/stylesheets/pages/pledges/index.sass */
#container.pledges.index #pledges > header {
  *zoom: 1;
  margin-bottom: 15px;
}
/* line 52, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
#container.pledges.index #pledges > header:after {
  content: "";
  display: table;
  clear: both;
}
/* line 14, ../../app/assets/stylesheets/pages/pledges/index.sass */
#container.pledges.index #pledges > header h1 {
  display: none;
}
/* line 17, ../../app/assets/stylesheets/pages/pledges/index.sass */
#container.pledges.index #pledges > header a.question_cta {
  float: right;
}
@media only screen and (min-width: 761px), only screen and (device-width: 810px) {
  /* line 21, ../../app/assets/stylesheets/pages/pledges/index.sass */
  #container.pledges.index #pledges article.pledge_listing section.details {
    float: left;
    width: 289px;
    margin-right: 20px;
  }
}

/* line 2, ../../app/assets/stylesheets/pages/pledges/pledge_listing.sass */
article.pledge_listing {
  padding: 15px;
  margin-bottom: 20px;
  background-color: white;
  *zoom: 1;
}
/* line 52, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
article.pledge_listing:after {
  content: "";
  display: table;
  clear: both;
}
/* line 9, ../../app/assets/stylesheets/pages/pledges/pledge_listing.sass */
article.pledge_listing section.details header hgroup {
  *zoom: 1;
  display: table;
}
/* line 52, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
article.pledge_listing section.details header hgroup:after {
  content: "";
  display: table;
  clear: both;
}
/* line 114, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/ui.sass */
article.pledge_listing section.details header hgroup img {
  float: left;
  width: 70px;
  height: 70px;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  -ms-border-radius: 70px;
  -o-border-radius: 70px;
  border-radius: 70px;
  border: 2px solid white;
  margin-right: 15px;
}
/* line 122, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/ui.sass */
article.pledge_listing section.details header hgroup h1, article.pledge_listing section.details header hgroup h2, article.pledge_listing section.details header hgroup h3 {
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 22px;
  color: black;
}
/* line 125, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/ui.sass */
article.pledge_listing section.details header hgroup h1 a, article.pledge_listing section.details header hgroup h2 a, article.pledge_listing section.details header hgroup h3 a {
  color: black;
}
/* line 30, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/tags.sass */
article.pledge_listing section.details header hgroup > div {
  display: table-cell;
  vertical-align: middle;
}
/* line 3, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/detail_list.sass */
article.pledge_listing section.details dt:after {
  content: ":";
}
/* line 5, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/detail_list.sass */
article.pledge_listing section.details dd {
  font-weight: bold;
}
@media only screen and (min-width: 761px), only screen and (device-width: 810px) {
  /* line 9, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/detail_list.sass */
  article.pledge_listing section.details dl {
    *zoom: 1;
  }
  /* line 52, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
  article.pledge_listing section.details dl:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 11, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/detail_list.sass */
  article.pledge_listing section.details dt, article.pledge_listing section.details dd {
    margin-top: 10px;
    display: inline-block;
    float: left;
  }
  /* line 15, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/detail_list.sass */
  article.pledge_listing section.details dt {
    clear: left;
    width: 40%;
    margin-top: 10px;
  }
  /* line 19, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/detail_list.sass */
  article.pledge_listing section.details dd {
    width: 60%;
    text-align: right;
  }
}
/* line 15, ../../app/assets/stylesheets/pages/pledges/pledge_listing.sass */
article.pledge_listing section.details dl {
  border-top: 1px solid #dbdbdb;
  padding-top: 15px;
  margin-top: 15px;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
/* line 20, ../../app/assets/stylesheets/pages/pledges/pledge_listing.sass */
article.pledge_listing section.details dd .state.pledged, article.pledge_listing section.details dd .state.paid {
  color: #3e7a3f;
}
/* line 22, ../../app/assets/stylesheets/pages/pledges/pledge_listing.sass */
article.pledge_listing section.details dd .state.declined, article.pledge_listing section.details dd .state.deficit {
  color: #c94444;
}
/* line 26, ../../app/assets/stylesheets/pages/pledges/pledge_listing.sass */
article.pledge_listing section.items {
  float: left;
}
@media only screen and (min-width: 761px), only screen and (device-width: 810px) {
  /* line 26, ../../app/assets/stylesheets/pages/pledges/pledge_listing.sass */
  article.pledge_listing section.items {
    width: 600px;
  }
}
/* line 31, ../../app/assets/stylesheets/pages/pledges/pledge_listing.sass */
article.pledge_listing section.items article {
  position: relative;
}
/* line 34, ../../app/assets/stylesheets/pages/pledges/pledge_listing.sass */
article.pledge_listing section.items article.exclusive {
  min-height: 0px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 0px;
}
/* line 39, ../../app/assets/stylesheets/pages/pledges/pledge_listing.sass */
article.pledge_listing section.items article.exclusive.with_image {
  min-height: 175px;
}
/* line 41, ../../app/assets/stylesheets/pages/pledges/pledge_listing.sass */
article.pledge_listing section.items article.exclusive.with_image .image {
  margin-right: 10px;
}
/* line 44, ../../app/assets/stylesheets/pages/pledges/pledge_listing.sass */
article.pledge_listing section.items article.exclusive.access_pass {
  min-height: 130px;
}
/* line 47, ../../app/assets/stylesheets/pages/pledges/pledge_listing.sass */
article.pledge_listing section.items article.exclusive ul {
  padding: 0px;
  margin: 0px;
}
/* line 46, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
article.pledge_listing section.items article.exclusive ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* line 51, ../../app/assets/stylesheets/pages/pledges/pledge_listing.sass */
article.pledge_listing section.items > article.exclusive:last-child {
  border-bottom: 0px;
}
/* line 55, ../../app/assets/stylesheets/pages/pledges/pledge_listing.sass */
article.pledge_listing section.items article.download {
  background-color: transparent;
  border-left: none;
  box-shadow: none;
  border-bottom: 1px solid #dbdbdb;
  padding: 15px;
}
/* line 62, ../../app/assets/stylesheets/pages/pledges/pledge_listing.sass */
article.pledge_listing section.details nav a {
  width: 100%;
  margin-bottom: 20px;
}

/* line 70, ../../app/assets/stylesheets/pages/pledges/pledge_listing.sass */
#container.pledges.index article.pledge_listing section.details header h1 {
  display: none;
}

/* line 77, ../../app/assets/stylesheets/pages/pledges/pledge_listing.sass */
#container.pledges.show article.pledge_listing section.details header hgroup, #container.pledges.edit article.pledge_listing section.details header hgroup {
  display: none;
}
/* line 79, ../../app/assets/stylesheets/pages/pledges/pledge_listing.sass */
#container.pledges.show article.pledge_listing section.details .pledge, #container.pledges.edit article.pledge_listing section.details .pledge {
  display: none;
}

@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 87, ../../app/assets/stylesheets/pages/pledges/pledge_listing.sass */
  article.pledge_listing section.items article.exclusive.with_image {
    min-height: 0px;
  }
  /* line 90, ../../app/assets/stylesheets/pages/pledges/pledge_listing.sass */
  article.pledge_listing section.items article.exclusive.with_image ul {
    margin-left: 0px;
  }
}

/* line 3, ../../app/assets/stylesheets/pages/pledges/question.sass */
#container > #ask_a_question, #container > #question, #facebox .content > #ask_a_question, #facebox .content > #question {
  background-color: white;
}
@media only screen and (min-width: 761px), only screen and (device-width: 810px) {
  /* line 3, ../../app/assets/stylesheets/pages/pledges/question.sass */
  #container > #ask_a_question, #container > #question, #facebox .content > #ask_a_question, #facebox .content > #question {
    width: 600px;
  }
}
/* line 9, ../../app/assets/stylesheets/pages/pledges/question.sass */
#container > #ask_a_question > h1, #container > #question > h1, #facebox .content > #ask_a_question > h1, #facebox .content > #question > h1 {
  margin-top: 15px;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-family: Helvetica, sans-serif;
  font-size: 20px;
  line-height: 22px;
  color: #444444;
}
/* line 17, ../../app/assets/stylesheets/pages/pledges/question.sass */
#container #ask_a_question > h1, #facebox .content #ask_a_question > h1 {
  margin: 30px;
}
/* line 20, ../../app/assets/stylesheets/pages/pledges/question.sass */
#container #ask_a_question strong, #facebox .content #ask_a_question strong {
  text-transform: uppercase;
}
/* line 23, ../../app/assets/stylesheets/pages/pledges/question.sass */
#container #ask_a_question section.details, #facebox .content #ask_a_question section.details {
  margin: 0px 30px;
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 52, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
#container #ask_a_question section.details:after, #facebox .content #ask_a_question section.details:after {
  content: "";
  display: table;
  clear: both;
}
/* line 3, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/detail_list.sass */
#container #ask_a_question section.details dt:after, #facebox .content #ask_a_question section.details dt:after {
  content: ":";
}
/* line 5, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/detail_list.sass */
#container #ask_a_question section.details dd, #facebox .content #ask_a_question section.details dd {
  font-weight: bold;
}
@media only screen and (min-width: 761px), only screen and (device-width: 810px) {
  /* line 9, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/detail_list.sass */
  #container #ask_a_question section.details dl, #facebox .content #ask_a_question section.details dl {
    *zoom: 1;
  }
  /* line 52, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
  #container #ask_a_question section.details dl:after, #facebox .content #ask_a_question section.details dl:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 11, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/detail_list.sass */
  #container #ask_a_question section.details dt, #container #ask_a_question section.details dd, #facebox .content #ask_a_question section.details dt, #facebox .content #ask_a_question section.details dd {
    margin-top: 10px;
    display: inline-block;
    float: left;
  }
  /* line 15, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/detail_list.sass */
  #container #ask_a_question section.details dt, #facebox .content #ask_a_question section.details dt {
    clear: left;
    width: 40%;
    margin-top: 10px;
  }
  /* line 19, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/detail_list.sass */
  #container #ask_a_question section.details dd, #facebox .content #ask_a_question section.details dd {
    width: 60%;
    text-align: right;
  }
}
/* line 29, ../../app/assets/stylesheets/pages/pledges/question.sass */
#container #ask_a_question section.details header, #container #ask_a_question section.details dl, #facebox .content #ask_a_question section.details header, #facebox .content #ask_a_question section.details dl {
  padding: 0px 10px;
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 35, ../../app/assets/stylesheets/pages/pledges/question.sass */
#container #ask_a_question section.details header, #facebox .content #ask_a_question section.details header {
  border-right: 1px solid #dbdbdb;
  padding-right: 10px;
  margin-right: 15px;
  margin-right: 0px;
}
/* line 39, ../../app/assets/stylesheets/pages/pledges/question.sass */
#container #ask_a_question section.details header h1, #facebox .content #ask_a_question section.details header h1 {
  display: none;
}
/* line 41, ../../app/assets/stylesheets/pages/pledges/question.sass */
#container #ask_a_question section.details header hgroup, #facebox .content #ask_a_question section.details header hgroup {
  *zoom: 1;
}
/* line 52, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
#container #ask_a_question section.details header hgroup:after, #facebox .content #ask_a_question section.details header hgroup:after {
  content: "";
  display: table;
  clear: both;
}
/* line 114, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/ui.sass */
#container #ask_a_question section.details header hgroup img, #facebox .content #ask_a_question section.details header hgroup img {
  float: left;
  width: 70px;
  height: 70px;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  -ms-border-radius: 70px;
  -o-border-radius: 70px;
  border-radius: 70px;
  border: 2px solid white;
  margin-right: 15px;
}
/* line 122, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/ui.sass */
#container #ask_a_question section.details header hgroup h1, #container #ask_a_question section.details header hgroup h2, #container #ask_a_question section.details header hgroup h3, #facebox .content #ask_a_question section.details header hgroup h1, #facebox .content #ask_a_question section.details header hgroup h2, #facebox .content #ask_a_question section.details header hgroup h3 {
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 22px;
  color: black;
}
/* line 125, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/ui.sass */
#container #ask_a_question section.details header hgroup h1 a, #container #ask_a_question section.details header hgroup h2 a, #container #ask_a_question section.details header hgroup h3 a, #facebox .content #ask_a_question section.details header hgroup h1 a, #facebox .content #ask_a_question section.details header hgroup h2 a, #facebox .content #ask_a_question section.details header hgroup h3 a {
  color: black;
}
/* line 44, ../../app/assets/stylesheets/pages/pledges/question.sass */
#container #ask_a_question section.tabs, #facebox .content #ask_a_question section.tabs {
  border-top: 1px solid #dbdbdb;
}
/* line 5, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_page_tabs.sass */
#container #ask_a_question section.tabs > nav, #facebox .content #ask_a_question section.tabs > nav {
  *zoom: 1;
}
/* line 52, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
#container #ask_a_question section.tabs > nav:after, #facebox .content #ask_a_question section.tabs > nav:after {
  content: "";
  display: table;
  clear: both;
}
/* line 8, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_page_tabs.sass */
#container #ask_a_question section.tabs > nav a, #facebox .content #ask_a_question section.tabs > nav a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  background-color: #f1f1f1;
  border-bottom: 1px solid #dbdbdb;
  text-align: center;
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  text-decoration: none;
  line-height: 50px;
  color: black;
}
/* line 21, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_page_tabs.sass */
#container #ask_a_question section.tabs > nav a:first-child, #facebox .content #ask_a_question section.tabs > nav a:first-child {
  border-right: 1px solid #dbdbdb;
}
/* line 23, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_page_tabs.sass */
#container #ask_a_question section.tabs > nav a:last-child, #facebox .content #ask_a_question section.tabs > nav a:last-child {
  border-left: 1px solid #dbdbdb;
}
/* line 25, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_page_tabs.sass */
#container #ask_a_question section.tabs > nav a.selected, #facebox .content #ask_a_question section.tabs > nav a.selected {
  background-color: white;
  border-bottom-width: 0px;
}
/* line 30, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_page_tabs.sass */
#container #ask_a_question section.tabs.two_tabs nav a, #facebox .content #ask_a_question section.tabs.two_tabs nav a {
  width: 50%;
}
/* line 33, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_page_tabs.sass */
#container #ask_a_question section.tabs.three_tabs nav a, #facebox .content #ask_a_question section.tabs.three_tabs nav a {
  width: 33%;
}
/* line 35, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_page_tabs.sass */
#container #ask_a_question section.tabs.three_tabs nav a:last-child, #facebox .content #ask_a_question section.tabs.three_tabs nav a:last-child {
  width: 34%;
}
/* line 39, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_page_tabs.sass */
#container #ask_a_question section.tabs.four_tabs nav a, #facebox .content #ask_a_question section.tabs.four_tabs nav a {
  width: 25%;
}
/* line 42, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_page_tabs.sass */
#container #ask_a_question section.tabs > section, #facebox .content #ask_a_question section.tabs > section {
  padding-top: 30px;
}
/* line 45, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_page_tabs.sass */
#container #ask_a_question section.tabs > section > h1, #facebox .content #ask_a_question section.tabs > section > h1 {
  display: none;
}
/* line 48, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_page_tabs.sass */
#container #ask_a_question section.tabs > section.not_selected, #facebox .content #ask_a_question section.tabs > section.not_selected {
  display: none;
}
/* line 46, ../../app/assets/stylesheets/pages/pledges/question.sass */
#container #ask_a_question section.tabs > section, #facebox .content #ask_a_question section.tabs > section {
  padding: 30px;
}
/* line 49, ../../app/assets/stylesheets/pages/pledges/question.sass */
#container #ask_a_question section.tabs > section h1, #facebox .content #ask_a_question section.tabs > section h1 {
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 10px;
}
/* line 54, ../../app/assets/stylesheets/pages/pledges/question.sass */
#container #ask_a_question #question > h1, #facebox .content #ask_a_question #question > h1 {
  display: none;
}
/* line 59, ../../app/assets/stylesheets/pages/pledges/question.sass */
#container > #question, #facebox .content > #question {
  padding: 30px;
}

/* line 2, ../../app/assets/stylesheets/pages/pledges/share_modal.sass */
#facebox #share_modal {
  border-top: 0px !important;
  border-top: 1px solid #dbdbdb;
}
/* line 5, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_page_tabs.sass */
#facebox #share_modal > nav {
  *zoom: 1;
}
/* line 52, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
#facebox #share_modal > nav:after {
  content: "";
  display: table;
  clear: both;
}
/* line 8, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_page_tabs.sass */
#facebox #share_modal > nav a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  background-color: #f1f1f1;
  border-bottom: 1px solid #dbdbdb;
  text-align: center;
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  text-decoration: none;
  line-height: 50px;
  color: black;
}
/* line 21, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_page_tabs.sass */
#facebox #share_modal > nav a:first-child {
  border-right: 1px solid #dbdbdb;
}
/* line 23, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_page_tabs.sass */
#facebox #share_modal > nav a:last-child {
  border-left: 1px solid #dbdbdb;
}
/* line 25, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_page_tabs.sass */
#facebox #share_modal > nav a.selected {
  background-color: white;
  border-bottom-width: 0px;
}
/* line 30, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_page_tabs.sass */
#facebox #share_modal.two_tabs nav a {
  width: 50%;
}
/* line 33, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_page_tabs.sass */
#facebox #share_modal.three_tabs nav a {
  width: 33%;
}
/* line 35, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_page_tabs.sass */
#facebox #share_modal.three_tabs nav a:last-child {
  width: 34%;
}
/* line 39, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_page_tabs.sass */
#facebox #share_modal.four_tabs nav a {
  width: 25%;
}
/* line 42, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_page_tabs.sass */
#facebox #share_modal > section {
  padding-top: 30px;
}
/* line 45, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_page_tabs.sass */
#facebox #share_modal > section > h1 {
  display: none;
}
/* line 48, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/nav_page_tabs.sass */
#facebox #share_modal > section.not_selected {
  display: none;
}
/* line 6, ../../app/assets/stylesheets/pages/pledges/share_modal.sass */
#facebox #share_modal h3 {
  width: 168px;
  margin: 20px auto 15px auto;
}
/* line 11, ../../app/assets/stylesheets/pages/pledges/share_modal.sass */
#facebox #share_modal header .bg {
  width: 100%;
  height: 90px;
  overflow: hidden;
  background-color: black;
}
/* line 16, ../../app/assets/stylesheets/pages/pledges/share_modal.sass */
#facebox #share_modal header .bg img {
  width: 100%;
  margin-top: -30%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}
/* line 21, ../../app/assets/stylesheets/pages/pledges/share_modal.sass */
#facebox #share_modal header div.close_share_modal {
  *zoom: 1;
  position: absolute;
  display: table;
  margin: 0px;
  top: 7px;
  right: 8px;
  cursor: pointer;
  text-decoration: none;
  color: white;
  font-size: 46px;
}
/* line 52, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
#facebox #share_modal header div.close_share_modal:after {
  content: "";
  display: table;
  clear: both;
}
/* line 114, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/ui.sass */
#facebox #share_modal header div.close_share_modal img {
  float: left;
  width: 70px;
  height: 70px;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  -ms-border-radius: 70px;
  -o-border-radius: 70px;
  border-radius: 70px;
  border: 2px solid white;
  margin-right: 15px;
}
/* line 122, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/ui.sass */
#facebox #share_modal header div.close_share_modal h1, #facebox #share_modal header div.close_share_modal h2, #facebox #share_modal header div.close_share_modal h3 {
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 22px;
  color: white;
}
/* line 125, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/ui.sass */
#facebox #share_modal header div.close_share_modal h1 a, #facebox #share_modal header div.close_share_modal h2 a, #facebox #share_modal header div.close_share_modal h3 a {
  color: white;
}
/* line 32, ../../app/assets/stylesheets/pages/pledges/share_modal.sass */
#facebox #share_modal header div.close_share_modal:after {
  content: "×";
}
/* line 35, ../../app/assets/stylesheets/pages/pledges/share_modal.sass */
#facebox #share_modal header hgroup.project {
  *zoom: 1;
  display: table;
  position: absolute;
  margin: 0px 10px;
  top: 7px;
  width: 400px;
}
/* line 52, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
#facebox #share_modal header hgroup.project:after {
  content: "";
  display: table;
  clear: both;
}
/* line 114, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/ui.sass */
#facebox #share_modal header hgroup.project img {
  float: left;
  width: 70px;
  height: 70px;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  -ms-border-radius: 70px;
  -o-border-radius: 70px;
  border-radius: 70px;
  border: 2px solid white;
  margin-right: 15px;
}
/* line 122, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/ui.sass */
#facebox #share_modal header hgroup.project h1, #facebox #share_modal header hgroup.project h2, #facebox #share_modal header hgroup.project h3 {
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 22px;
  color: white;
}
/* line 125, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/ui.sass */
#facebox #share_modal header hgroup.project h1 a, #facebox #share_modal header hgroup.project h2 a, #facebox #share_modal header hgroup.project h3 a {
  color: white;
}
/* line 43, ../../app/assets/stylesheets/pages/pledges/share_modal.sass */
#facebox #share_modal header hgroup.project div {
  margin-top: 30px;
}
/* line 45, ../../app/assets/stylesheets/pages/pledges/share_modal.sass */
#facebox #share_modal header hgroup.project div h1, #facebox #share_modal header hgroup.project div h2 {
  max-width: 400px;
  font-size: 46px;
}
/* line 50, ../../app/assets/stylesheets/pages/pledges/share_modal.sass */
#facebox #share_modal .content {
  margin: 0px 26px;
  height: 85px;
  overflow: hidden;
}
/* line 54, ../../app/assets/stylesheets/pages/pledges/share_modal.sass */
#facebox #share_modal .content .share_copy {
  display: inline-block;
  position: relative;
  top: -10px;
  padding: 10px 30px 30px 0px;
  height: 58px;
  width: 480px;
  font-family: Helvetica, sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  line-height: 100%;
}
/* line 63, ../../app/assets/stylesheets/pages/pledges/share_modal.sass */
#facebox #share_modal a.instructions_toggle {
  display: block;
  margin-left: 95px;
  outline: 0px;
}
/* line 67, ../../app/assets/stylesheets/pages/pledges/share_modal.sass */
#facebox #share_modal #share_instructions {
  margin: 10px 0px;
  background-color: #f1f1f1;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
/* line 72, ../../app/assets/stylesheets/pages/pledges/share_modal.sass */
#facebox #share_modal #share_instructions ul {
  margin-top: -20px;
}
/* line 74, ../../app/assets/stylesheets/pages/pledges/share_modal.sass */
#facebox #share_modal #share_instructions ul li {
  margin: 10px;
}
/* line 77, ../../app/assets/stylesheets/pages/pledges/share_modal.sass */
#facebox #share_modal .share_equation {
  margin-left: 74px;
  margin-top: 14px;
}
/* line 82, ../../app/assets/stylesheets/pages/pledges/share_modal.sass */
#facebox #share_modal a.personal_link {
  display: inline;
  position: relative;
  bottom: 38px;
  width: 200px;
  height: 95px;
  font-weight: normal;
  font-size: 21px;
  color: #6bbe67;
}
/* line 91, ../../app/assets/stylesheets/pages/pledges/share_modal.sass */
#facebox #share_modal nav {
  display: inline-block;
  width: 240px;
  margin-left: 70px;
  background-color: white;
}
/* line 96, ../../app/assets/stylesheets/pages/pledges/share_modal.sass */
#facebox #share_modal nav img {
  width: 55px;
  height: 55px;
}
/* line 99, ../../app/assets/stylesheets/pages/pledges/share_modal.sass */
#facebox #share_modal nav a {
  display: inline-block;
  width: 80px;
  height: 70px;
  border: 0px !important;
  background-color: white;
  outline: 0;
}
/* line 107, ../../app/assets/stylesheets/pages/pledges/share_modal.sass */
#facebox #share_modal nav a.selected:after {
  position: absolute;
  display: block;
  width: 0;
  z-index: 3;
  margin: -10px 0 0 30px;
  content: "";
  background-color: white;
  border-style: solid;
  border-width: 0 10px 10px;
  border-color: #f1f1f1 transparent;
}
/* line 118, ../../app/assets/stylesheets/pages/pledges/share_modal.sass */
#facebox #share_modal nav .nav_link_fb {
  position: relative;
  left: -1px;
}
/* line 121, ../../app/assets/stylesheets/pages/pledges/share_modal.sass */
#facebox #share_modal nav .nav_link_twitter {
  position: relative;
  left: 79px;
}
/* line 125, ../../app/assets/stylesheets/pages/pledges/share_modal.sass */
#facebox #share_modal nav .nav_link_fb .shared_check, #facebox #share_modal nav .nav_link_twitter .shared_check {
  position: absolute;
  top: -2px;
  left: 12px;
  height: 20px;
  width: 20px;
  z-index: 2;
  background-color: #333333;
  border-radius: 100%;
}
/* line 134, ../../app/assets/stylesheets/pages/pledges/share_modal.sass */
#facebox #share_modal nav .nav_link_fb .shared_check:before, #facebox #share_modal nav .nav_link_twitter .shared_check:before {
  position: relative;
  top: 1px;
  left: 4px;
  content: "✔";
  color: white;
}
/* line 141, ../../app/assets/stylesheets/pages/pledges/share_modal.sass */
#facebox #share_modal #facebook, #facebox #share_modal #twitter {
  padding: 20px;
  background-color: #f1f1f1;
}
/* line 100, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
#facebox #share_modal #facebook form input[type=checkbox] + label, #facebox #share_modal #twitter form input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}
/* line 107, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
#facebox #share_modal #facebook form input[type=checkbox] + label:before, #facebox #share_modal #facebook form input[type=checkbox] + label:after, #facebox #share_modal #twitter form input[type=checkbox] + label:before, #facebox #share_modal #twitter form input[type=checkbox] + label:after {
  position: absolute;
  content: " ";
  display: inline-block;
  width: 20px;
  height: 20px;
  top: -3px;
  left: 0px;
}
/* line 115, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
#facebox #share_modal #facebook form input[type=checkbox] + label:before, #facebox #share_modal #twitter form input[type=checkbox] + label:before {
  z-index: 1;
  background-color: white;
  border: 2px solid #dbdbdb;
}
/* line 119, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
#facebox #share_modal #facebook form input[type=checkbox] + label:after, #facebox #share_modal #twitter form input[type=checkbox] + label:after {
  z-index: 2;
  margin-left: 2px;
  margin-top: 2px;
  display: none;
  background-position: 0 -2203px;
  width: 20px;
  height: 20px;
}
/* line 129, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
#facebox #share_modal #facebook form input[type=checkbox]:checked + label:before, #facebox #share_modal #twitter form input[type=checkbox]:checked + label:before {
  background-color: #6bbe67;
}
/* line 131, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
#facebox #share_modal #facebook form input[type=checkbox]:checked + label:after, #facebox #share_modal #twitter form input[type=checkbox]:checked + label:after {
  display: block;
}
/* line 136, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
#facebox #share_modal #facebook form input[type=checkbox][disabled]:checked + label:before, #facebox #share_modal #twitter form input[type=checkbox][disabled]:checked + label:before {
  background-color: #f1f1f1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 139, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
#facebox #share_modal #facebook form input[type=checkbox][disabled]:checked + label:after, #facebox #share_modal #twitter form input[type=checkbox][disabled]:checked + label:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 147, ../../app/assets/stylesheets/pages/pledges/share_modal.sass */
#facebox #share_modal #facebook form input[type=checkbox], #facebox #share_modal #twitter form input[type=checkbox] {
  display: none;
}
/* line 149, ../../app/assets/stylesheets/pages/pledges/share_modal.sass */
#facebox #share_modal #facebook form input[type="submit"], #facebox #share_modal #twitter form input[type="submit"] {
  display: block;
  width: 282px;
  height: 58px;
  font-size: 36px;
}
/* line 154, ../../app/assets/stylesheets/pages/pledges/share_modal.sass */
#facebox #share_modal #facebook form textarea, #facebox #share_modal #twitter form textarea {
  background-color: white;
}
/* line 156, ../../app/assets/stylesheets/pages/pledges/share_modal.sass */
#facebox #share_modal #facebook form ul, #facebox #share_modal #twitter form ul {
  padding: 0px;
  margin: 0px;
}
/* line 46, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
#facebox #share_modal #facebook form ul li, #facebox #share_modal #twitter form ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* line 158, ../../app/assets/stylesheets/pages/pledges/share_modal.sass */
#facebox #share_modal #facebook form ul li, #facebox #share_modal #twitter form ul li {
  margin-bottom: 10px;
}
/* line 161, ../../app/assets/stylesheets/pages/pledges/share_modal.sass */
#facebox #share_modal #facebook span.linked, #facebox #share_modal #twitter span.linked {
  display: block;
  line-height: 40px;
  padding-bottom: 20px;
}
/* line 165, ../../app/assets/stylesheets/pages/pledges/share_modal.sass */
#facebox #share_modal #facebook span.linked img, #facebox #share_modal #twitter span.linked img {
  margin-right: 20px;
  vertical-align: middle;
  border-radius: 100%;
  width: 40px;
  height: 40px;
}
/* line 171, ../../app/assets/stylesheets/pages/pledges/share_modal.sass */
#facebox #share_modal section#personal_link {
  display: none;
  width: 100%;
  margin: 10px 0px 0px 0px;
  padding: 20px 0;
  background-color: #f1f1f1;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
/* line 179, ../../app/assets/stylesheets/pages/pledges/share_modal.sass */
#facebox #share_modal section#personal_link .link_instructions {
  text-align: center;
  width: 90%;
  margin: 0px auto 10px auto;
}
/* line 183, ../../app/assets/stylesheets/pages/pledges/share_modal.sass */
#facebox #share_modal section#personal_link .link_text {
  text-align: center;
  width: 90%;
  margin: 0px auto 10px auto;
}

/* line 189, ../../app/assets/stylesheets/pages/pledges/share_modal.sass */
.instructions_pointer {
  display: block;
  position: relative;
  box-sizing: border-box;
  top: -10px;
  left: 170px;
  height: 30px;
  width: 30px;
  text-align: center;
  color: black;
}
/* line 199, ../../app/assets/stylesheets/pages/pledges/share_modal.sass */
.instructions_pointer:after {
  display: block;
  content: "\25B2";
  color: #f1f1f1;
}

/* line 5, ../../app/assets/stylesheets/pages/pledges/show/add_more.sass */
.container.pledging #main_pledge_form a.button.add_more {
  display: block;
  width: 50%;
  margin: 0px auto 15px auto;
}
/* line 9, ../../app/assets/stylesheets/pages/pledges/show/add_more.sass */
.container.pledging #main_pledge_form a.button.add_more:before {
  content: "";
}
/* line 11, ../../app/assets/stylesheets/pages/pledges/show/add_more.sass */
.container.pledging #main_pledge_form a.button.add_more:after {
  content: "";
  position: absolute;
  top: -500px;
}
/* line 16, ../../app/assets/stylesheets/pages/pledges/show/add_more.sass */
.container.pledging #main_pledge_form a.button.add_more.visible:before {
  position: absolute;
  top: -500px;
}
/* line 19, ../../app/assets/stylesheets/pages/pledges/show/add_more.sass */
.container.pledging #main_pledge_form a.button.add_more.visible:after {
  position: relative;
  top: 0px;
}
/* line 23, ../../app/assets/stylesheets/pages/pledges/show/add_more.sass */
.container.pledging #main_pledge_form #add_more {
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
}
/* line 26, ../../app/assets/stylesheets/pages/pledges/show/add_more.sass */
.container.pledging #main_pledge_form #add_more h1 {
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  border-bottom: 0px;
  padding: 0px;
  margin: 0px;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 33, ../../app/assets/stylesheets/pages/pledges/show/add_more.sass */
  .container.pledging #main_pledge_form #add_more a.button {
    display: block;
    margin-top: 15px;
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 761px), only screen and (device-width: 810px) {
  /* line 23, ../../app/assets/stylesheets/pages/pledges/show/add_more.sass */
  .container.pledging #main_pledge_form #add_more {
    position: relative;
    min-height: 38px;
  }
  /* line 41, ../../app/assets/stylesheets/pages/pledges/show/add_more.sass */
  .container.pledging #main_pledge_form #add_more a.button {
    position: absolute;
    right: 15px;
    top: 15px;
  }
}

/* line 2, ../../app/assets/stylesheets/pages/pledges/show/admin.sass */
#container.pledging section#admin {
  clear: both;
}
/* line 4, ../../app/assets/stylesheets/pages/pledges/show/admin.sass */
#container.pledging section#admin dt {
  margin-top: 10px;
  font-weight: bold;
}
/* line 8, ../../app/assets/stylesheets/pages/pledges/show/admin.sass */
#container.pledging section#admin form {
  margin-bottom: 15px;
}
/* line 11, ../../app/assets/stylesheets/pages/pledges/show/admin.sass */
#container.pledging section#admin form input[type=submit] {
  padding: 5px 10px;
}

@media only screen and (min-width: 780px) {
  /* line 5, ../../app/assets/stylesheets/pages/pledges/show/aside.sass */
  #container.pledging #main aside #pledge_disclaimer {
    color: #999999;
  }
  /* line 8, ../../app/assets/stylesheets/pages/pledges/show/aside.sass */
  #container.pledging #main aside #pledge_disclaimer * {
    color: #999999;
  }
}

/* line 5, ../../app/assets/stylesheets/pages/pledges/show/exclusive.sass */
#container.pledging article.exclusive nav.cannot_add:before, #container.pledging article.exclusive nav.cannot_add .unit_quantity {
  float: left;
}
/* line 9, ../../app/assets/stylesheets/pages/pledges/show/exclusive.sass */
#container.pledging section#pledge.access_only .stock {
  display: none;
}

/* line 1, ../../app/assets/stylesheets/pages/pledges/show/facebox.sass */
.exclusive_lightbox_form {
  padding: 25px;
}
/* line 4, ../../app/assets/stylesheets/pages/pledges/show/facebox.sass */
.exclusive_lightbox_form h1 {
  font-family: Helvetica, sans-serif;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 20px;
}
/* line 8, ../../app/assets/stylesheets/pages/pledges/show/facebox.sass */
.exclusive_lightbox_form input[type=submit] {
  background-color: #6bbe67;
}

/* line 12, ../../app/assets/stylesheets/pages/pledges/show/facebox.sass */
#facebox.pledging .questions_thread {
  margin: 20px;
}
/* line 15, ../../app/assets/stylesheets/pages/pledges/show/facebox.sass */
#facebox.pledging .exclusive {
  list-style-type: none;
  margin-bottom: 0px;
  padding: 15px 15px 20px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 510px;
}
/* line 2, ../../app/assets/stylesheets/mixins/facebox.sass */
#facebox.pledging .exclusive a.facebox_close:first-child {
  float: right;
  background-position: 0 -1870px;
  display: inline-block;
  cursor: pointer;
  width: 16px;
  height: 16px;
  content: "";
  color: transparent;
  text-indent: -9999px;
  word-break: break-all;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 15, ../../app/assets/stylesheets/pages/pledges/show/facebox.sass */
  #facebox.pledging .exclusive {
    width: 280px;
  }
}
/* line 26, ../../app/assets/stylesheets/pages/pledges/show/facebox.sass */
#facebox.pledging .exclusive > h1 {
  margin-top: 15px;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-family: Helvetica, sans-serif;
  font-size: 20px;
  line-height: 22px;
  color: #444444;
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 22px;
}
/* line 31, ../../app/assets/stylesheets/pages/pledges/show/facebox.sass */
#facebox.pledging .exclusive .image {
  margin-top: 0px;
  margin-bottom: 15px;
}
/* line 34, ../../app/assets/stylesheets/pages/pledges/show/facebox.sass */
#facebox.pledging .exclusive .image img {
  position: relative;
  width: auto !important;
  max-width: 100% !important;
  max-height: 400px !important;
  #margin-top: 20px;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 34, ../../app/assets/stylesheets/pages/pledges/show/facebox.sass */
  #facebox.pledging .exclusive .image img {
    max-height: 200px !important;
  }
}
/* line 44, ../../app/assets/stylesheets/pages/pledges/show/facebox.sass */
#facebox.pledging .exclusive .stock {
  margin-left: -15px;
}
/* line 130, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/ui.sass */
#facebox.pledging .exclusive .stock:after, #facebox.pledging .exclusive .stock:before {
  display: inline-block;
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  right: -14px;
  border-right: 15px solid transparent;
  left: inherit;
  border-left: none;
}
/* line 149, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/ui.sass */
#facebox.pledging .exclusive .stock:after {
  top: 0px;
  border-top: 20px solid #3e7a3f;
}
/* line 153, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/ui.sass */
#facebox.pledging .exclusive .stock:before {
  top: 10px;
  border-bottom: 20px solid #3e7a3f;
}
/* line 48, ../../app/assets/stylesheets/pages/pledges/show/facebox.sass */
#facebox.pledging .exclusive .price {
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
  line-height: 28px;
  color: #3e7a3f;
  display: inline-block;
  margin-bottom: 15px;
}
/* line 53, ../../app/assets/stylesheets/pages/pledges/show/facebox.sass */
#facebox.pledging .exclusive .button {
  color: white;
  background-color: #3e7a3f;
  float: right;
}
/* line 48, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/buttons.sass */
#facebox.pledging .exclusive .button.in_progress {
  background-color: #6bbe67;
}

/* line 7, ../../app/assets/stylesheets/pages/checkout/add_more.sass */
.checkout section.with_header.add_more {
  *zoom: 1;
}
/* line 52, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
.checkout section.with_header.add_more:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 800px) {
  /* line 7, ../../app/assets/stylesheets/pages/checkout/add_more.sass */
  .checkout section.with_header.add_more {
    margin-top: -10px;
  }
  /* line 12, ../../app/assets/stylesheets/pages/checkout/add_more.sass */
  .checkout section.with_header.add_more .featured {
    display: none;
  }
  /* line 14, ../../app/assets/stylesheets/pages/checkout/add_more.sass */
  .checkout section.with_header.add_more a.see_more {
    -webkit-appearance: none;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px auto;
    padding: 11px 20px 9px 20px;
    background-color: black;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    border: 0px;
    outline: 0px;
    font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
    text-decoration: none;
    color: white;
    text-decoration: none;
    text-align: center;
    width: 100%;
  }
}
@media only screen and (min-width: 780px) {
  /* line 19, ../../app/assets/stylesheets/pages/checkout/add_more.sass */
  .checkout section.with_header.add_more a.see_more {
    font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 22px;
    color: #3e7a3f;
    text-decoration: none;
    text-transform: uppercase;
  }
  /* line 20, ../../app/assets/stylesheets/pages/checkout/add_more.sass */
  .checkout section.with_header.add_more a.see_more:before {
    content: "+ ";
    font-size: 29px;
  }
  /* line 28, ../../app/assets/stylesheets/pages/checkout/add_more.sass */
  .checkout section.with_header.add_more.open a.see_more:not(.button):before {
    content: "- ";
  }
}
/* line 32, ../../app/assets/stylesheets/pages/checkout/add_more.sass */
.checkout section.with_header.add_more section.featured {
  *zoom: 1;
}
/* line 52, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
.checkout section.with_header.add_more section.featured:after {
  content: "";
  display: table;
  clear: both;
}
/* line 35, ../../app/assets/stylesheets/pages/checkout/add_more.sass */
.checkout section.with_header.add_more section.featured nav.view {
  display: none;
}
@media only screen and (min-width: 780px) {
  /* line 42, ../../app/assets/stylesheets/pages/checkout/add_more.sass */
  .checkout section.with_header.add_more .column {
    width: 186px;
  }
}
/* line 53, ../../app/assets/stylesheets/pages/checkout/add_more.sass */
.checkout section.with_header.add_more section.add_exclusives h2 {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 10px;
}
/* line 57, ../../app/assets/stylesheets/pages/checkout/add_more.sass */
.checkout section.with_header.add_more section.add_exclusives ul {
  padding: 0px;
  margin: 0px;
  background-color: white;
  padding: 20px;
  margin-bottom: 20px;
}
/* line 46, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
.checkout section.with_header.add_more section.add_exclusives ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* line 63, ../../app/assets/stylesheets/pages/checkout/add_more.sass */
.checkout section.with_header.add_more section.add_exclusives ul li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 15px;
  margin-bottom: 15px;
  min-height: 50px;
}
/* line 68, ../../app/assets/stylesheets/pages/checkout/add_more.sass */
.checkout section.with_header.add_more section.add_exclusives ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
/* line 77, ../../app/assets/stylesheets/pages/checkout/add_more.sass */
.checkout section.with_header.add_more section.add_exclusives .description, .checkout section.with_header.add_more section.add_exclusives .image, .checkout section.with_header.add_more section.add_exclusives .stock {
  display: none;
}
/* line 80, ../../app/assets/stylesheets/pages/checkout/add_more.sass */
.checkout section.with_header.add_more section.add_exclusives .title {
  font-family: DINWeb, Helvetica, sans-serif;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 22px;
  margin-right: 130px;
}
/* line 84, ../../app/assets/stylesheets/pages/checkout/add_more.sass */
.checkout section.with_header.add_more section.add_exclusives .price {
  font-weight: bold;
}
/* line 87, ../../app/assets/stylesheets/pages/checkout/add_more.sass */
.checkout section.with_header.add_more section.add_exclusives .fx {
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
}
/* line 96, ../../app/assets/stylesheets/pages/checkout/add_more.sass */
.checkout section.with_header.add_more section.add_exclusives .button, .checkout section.with_header.add_more section.add_exclusives .view_details {
  position: absolute;
  right: 0;
  width: 120px;
  text-align: center;
}
/* line 103, ../../app/assets/stylesheets/pages/checkout/add_more.sass */
.checkout section.with_header.add_more section.add_exclusives .button {
  color: white;
  background-color: #6bbe67;
  padding: 5px 10px;
  top: 0px;
}
/* line 42, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/buttons.sass */
.checkout section.with_header.add_more section.add_exclusives .button.in_progress {
  background-color: #3e7a3f;
}
/* line 111, ../../app/assets/stylesheets/pages/checkout/add_more.sass */
.checkout section.with_header.add_more section.add_exclusives .view_details {
  top: 37px;
  background-position: 0 -591px;
  color: #3e7a3f;
  font-weight: bold;
  text-decoration: none;
}
@media only screen and (min-width: 761px), only screen and (device-width: 810px) {
  /* line 111, ../../app/assets/stylesheets/pages/checkout/add_more.sass */
  .checkout section.with_header.add_more section.add_exclusives .view_details {
    background-image: none;
  }
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 111, ../../app/assets/stylesheets/pages/checkout/add_more.sass */
  .checkout section.with_header.add_more section.add_exclusives .view_details {
    font-size: 0px;
    height: 31px;
    width: 31px;
    position: relative;
    bottom: -11px;
    right: -22px;
  }
}

/* line 4, ../../app/assets/stylesheets/pages/checkout/admin.sass */
.checkout.container.pledging.show#facebox .content input {
  width: auto;
}

/* line 9, ../../app/assets/stylesheets/pages/checkout/admin.sass */
.checkout section#admin ul.links {
  margin-top: 20px;
  padding: 0;
}
/* line 13, ../../app/assets/stylesheets/pages/checkout/admin.sass */
.checkout section#admin ul.links li {
  display: inline-block;
}
/* line 15, ../../app/assets/stylesheets/pages/checkout/admin.sass */
.checkout section#admin ul.links li:after {
  content: " | ";
}
/* line 19, ../../app/assets/stylesheets/pages/checkout/admin.sass */
.checkout section#admin ul.links li:last-child:after {
  content: "";
}

/* line 4, ../../app/assets/stylesheets/pages/checkout/aside.sass */
.container.checkout aside .cancel_pledge {
  text-align: center;
  margin-bottom: 20px;
  margin-top: -10px;
}
/* line 8, ../../app/assets/stylesheets/pages/checkout/aside.sass */
.container.checkout aside .cancel_pledge a {
  color: #999999;
  font-size: 14px;
}
/* line 12, ../../app/assets/stylesheets/pages/checkout/aside.sass */
.container.checkout aside .button.contact {
  width: 100%;
  margin-bottom: 20px;
}
/* line 16, ../../app/assets/stylesheets/pages/checkout/aside.sass */
.container.checkout aside .count_down {
  display: block;
  margin-bottom: 20px;
}
/* line 20, ../../app/assets/stylesheets/pages/checkout/aside.sass */
.container.checkout aside .count_down .intro {
  display: block;
}
/* line 22, ../../app/assets/stylesheets/pages/checkout/aside.sass */
.container.checkout aside .count_down .intro:after {
  content: ": ";
}
/* line 30, ../../app/assets/stylesheets/pages/checkout/aside.sass */
.container.checkout aside .fulfillment strong:after {
  content: ":";
}

/* line 8, ../../app/assets/stylesheets/pages/checkout/base.sass */
.container.checkout .left_content #main_form {
  margin-right: 20px;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 13, ../../app/assets/stylesheets/pages/checkout/base.sass */
  .container.checkout #main_form, .container.checkout section.with_header.summary {
    margin: 0px 10px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 761px) and (max-width: 779px) {
  /* line 18, ../../app/assets/stylesheets/pages/checkout/base.sass */
  .container.checkout #main_form {
    margin: 0px 30px;
    margin-bottom: 20px;
  }
}
/* line 187, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
.container.checkout #main_form input[type=text], .container.checkout #main_form input[type=password], .container.checkout #main_form select, .container.checkout #main_form textarea {
  background-color: white;
}
/* line 24, ../../app/assets/stylesheets/pages/checkout/base.sass */
.container.checkout #main_form > footer {
  margin-top: -10px;
}
/* line 26, ../../app/assets/stylesheets/pages/checkout/base.sass */
.container.checkout #main_form > footer .button {
  width: 300px;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 26, ../../app/assets/stylesheets/pages/checkout/base.sass */
  .container.checkout #main_form > footer .button {
    width: 100%;
  }
}
/* line 195, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
.container.checkout section.with_header input[type=text], .container.checkout section.with_header input[type=password], .container.checkout section.with_header select, .container.checkout section.with_header textarea, .container.checkout section.with_header .form_field {
  width: 300px;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 195, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
  .container.checkout section.with_header input[type=text], .container.checkout section.with_header input[type=password], .container.checkout section.with_header select, .container.checkout section.with_header textarea, .container.checkout section.with_header .form_field {
    width: 100%;
  }
}
/* line 200, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
.container.checkout section.with_header input[type=radio], .container.checkout section.with_header input[type=checkbox] {
  display: none;
}
/* line 100, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
.container.checkout section.with_header input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}
/* line 107, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
.container.checkout section.with_header input[type=checkbox] + label:before, .container.checkout section.with_header input[type=checkbox] + label:after {
  position: absolute;
  content: " ";
  display: inline-block;
  width: 20px;
  height: 20px;
  top: -3px;
  left: 0px;
}
/* line 115, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
.container.checkout section.with_header input[type=checkbox] + label:before {
  z-index: 1;
  background-color: white;
  border: 2px solid #dbdbdb;
}
/* line 119, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
.container.checkout section.with_header input[type=checkbox] + label:after {
  z-index: 2;
  margin-left: 2px;
  margin-top: 2px;
  display: none;
  background-position: 0 -2203px;
  width: 20px;
  height: 20px;
}
/* line 129, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
.container.checkout section.with_header input[type=checkbox]:checked + label:before {
  background-color: #6bbe67;
}
/* line 131, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
.container.checkout section.with_header input[type=checkbox]:checked + label:after {
  display: block;
}
/* line 136, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
.container.checkout section.with_header input[type=checkbox][disabled]:checked + label:before {
  background-color: #f1f1f1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 139, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
.container.checkout section.with_header input[type=checkbox][disabled]:checked + label:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 39, ../../app/assets/stylesheets/pages/checkout/base.sass */
.container.checkout section.with_header .form_field {
  width: auto;
}
@media only screen and (min-width: 761px), only screen and (device-width: 810px) {
  /* line 44, ../../app/assets/stylesheets/pages/checkout/base.sass */
  .container.checkout .left, .container.checkout .right {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 49, ../../app/assets/stylesheets/pages/checkout/base.sass */
  .container.checkout .left {
    padding-right: 15px;
  }
  /* line 51, ../../app/assets/stylesheets/pages/checkout/base.sass */
  .container.checkout .right + section.with_header {
    clear: both;
  }
}
/* line 58, ../../app/assets/stylesheets/pages/checkout/base.sass */
.container.checkout .button.cta.continue {
  font-size: 24px;
  line-height: 24px;
  padding: 12px;
}
/* line 62, ../../app/assets/stylesheets/pages/checkout/base.sass */
.container.checkout a.cancel {
  display: inline-block;
  margin-left: 15px;
}

@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 70, ../../app/assets/stylesheets/pages/checkout/base.sass */
  html:not(.ios_app) #container.checkout {
    margin-top: 0px;
  }
  /* line 73, ../../app/assets/stylesheets/pages/checkout/base.sass */
  html:not(.ios_app) #container.checkout.complete {
    margin-top: 50px;
  }
}
/* line 1, ../../app/assets/stylesheets/pages/checkout/count_down.sass */
.count_down {
  display: inline-block;
  margin-bottom: 20px;
}
/* line 5, ../../app/assets/stylesheets/pages/checkout/count_down.sass */
.count_down:before {
  content: "";
  display: block;
  position: relative;
  float: left;
  background-position: 0 -1394px;
  width: 42px;
  height: 45px;
  margin-right: 15px;
}
/* line 15, ../../app/assets/stylesheets/pages/checkout/count_down.sass */
.count_down .intro {
  display: inline-block;
}
/* line 18, ../../app/assets/stylesheets/pages/checkout/count_down.sass */
.count_down span.time {
  font-family: Helvetica, sans-serif;
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
}
/* line 21, ../../app/assets/stylesheets/pages/checkout/count_down.sass */
.count_down.alert:before {
  background-position: 0 -1439px;
}
@media only screen and (max-width: 800px) {
  /* line 1, ../../app/assets/stylesheets/pages/checkout/count_down.sass */
  .count_down {
    text-align: center;
  }
  /* line 26, ../../app/assets/stylesheets/pages/checkout/count_down.sass */
  .count_down:before {
    display: none;
  }
}

/* line 3, ../../app/assets/stylesheets/pages/checkout/exclusive_quantity.sass */
.container.checkout article.reserved_exclusive {
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
@media only screen and (min-width: 761px), only screen and (device-width: 810px) {
  /* line 13, ../../app/assets/stylesheets/pages/checkout/exclusive_quantity.sass */
  .container.checkout article.reserved_exclusive nav.quantity {
    text-align: center;
  }
}
/* line 17, ../../app/assets/stylesheets/pages/checkout/exclusive_quantity.sass */
.container.checkout article.reserved_exclusive nav.quantity .unit_quantity {
  font-weight: bold;
}
/* line 20, ../../app/assets/stylesheets/pages/checkout/exclusive_quantity.sass */
.container.checkout article.reserved_exclusive nav.quantity a.add.icon, .container.checkout article.reserved_exclusive nav.quantity a.remove.icon {
  display: inline-block;
  text-indent: -100000px;
  color: transparent;
  font-size: 1px;
  line-height: 37px;
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
}
/* line 33, ../../app/assets/stylesheets/pages/checkout/exclusive_quantity.sass */
.container.checkout article.reserved_exclusive nav.quantity a.remove.icon {
  background-position: 0 -1974px;
  margin-right: 15px;
}
/* line 37, ../../app/assets/stylesheets/pages/checkout/exclusive_quantity.sass */
.container.checkout article.reserved_exclusive nav.quantity a.add.icon {
  background-position: 0 -1886px;
  margin-left: 15px;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 13, ../../app/assets/stylesheets/pages/checkout/exclusive_quantity.sass */
  .container.checkout article.reserved_exclusive nav.quantity {
    margin: 15px 0px;
  }
}
@media only screen and (min-width: 761px), only screen and (device-width: 810px) {
  /* line 13, ../../app/assets/stylesheets/pages/checkout/exclusive_quantity.sass */
  .container.checkout article.reserved_exclusive nav.quantity {
    margin-top: -10px;
    width: 90px;
    right: 0px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 761px), only screen and (device-width: 810px) {
  /* line 57, ../../app/assets/stylesheets/pages/checkout/exclusive_quantity.sass */
  .container.checkout article.reserved_exclusive nav.quantity.cannot_add a.remove {
    position: absolute;
    top: 15px;
    left: 0px;
    right: 0px;
  }
}
@media only screen and (min-width: 761px), only screen and (device-width: 810px) {
  /* line 64, ../../app/assets/stylesheets/pages/checkout/exclusive_quantity.sass */
  .container.checkout article.reserved_exclusive h1, .container.checkout article.reserved_exclusive .units {
    margin-right: 105px !important;
  }
}

/* line 7, ../../app/assets/stylesheets/pages/checkout/exclusives.sass */
.container.checkout article.reserved_exclusive {
  padding: 0px;
  *zoom: 1;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom-style: dashed;
}
/* line 52, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
.container.checkout article.reserved_exclusive:after {
  content: "";
  display: table;
  clear: both;
}
/* line 14, ../../app/assets/stylesheets/pages/checkout/exclusives.sass */
.container.checkout article.reserved_exclusive:last-of-type {
  border-bottom-style: solid;
}
/* line 17, ../../app/assets/stylesheets/pages/checkout/exclusives.sass */
.container.checkout article.reserved_exclusive .image {
  float: left;
  margin-right: 15px;
  min-height: 75px;
}
/* line 21, ../../app/assets/stylesheets/pages/checkout/exclusives.sass */
.container.checkout article.reserved_exclusive .image img {
  max-width: 75px;
  max-height: 75px;
}
/* line 25, ../../app/assets/stylesheets/pages/checkout/exclusives.sass */
.container.checkout article.reserved_exclusive h1 {
  font-family: DINWeb, Helvetica, sans-serif;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 22px;
}
/* line 28, ../../app/assets/stylesheets/pages/checkout/exclusives.sass */
.container.checkout article.reserved_exclusive .details {
  top: 0px;
  right: 0px;
}
/* line 32, ../../app/assets/stylesheets/pages/checkout/exclusives.sass */
.container.checkout article.reserved_exclusive .units {
  padding: 0px;
  margin: 0px;
  margin-top: 10px;
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
}
/* line 46, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
.container.checkout article.reserved_exclusive .units li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* line 37, ../../app/assets/stylesheets/pages/checkout/exclusives.sass */
.container.checkout article.reserved_exclusive .units a.edit {
  font-weight: bold;
  text-transform: lowercase;
  color: #6bbe67;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 43, ../../app/assets/stylesheets/pages/checkout/exclusives.sass */
  .container.checkout article.reserved_exclusive .details {
    padding-top: 5px;
  }
}
/* line 50, ../../app/assets/stylesheets/pages/checkout/exclusives.sass */
.container.checkout article.reserved_exclusive.access_pass {
  padding-right: 57px;
  padding-bottom: 10px;
  min-height: 57px;
}
/* line 56, ../../app/assets/stylesheets/pages/checkout/exclusives.sass */
.container.checkout article.reserved_exclusive.access_pass .description {
  display: none;
}
/* line 59, ../../app/assets/stylesheets/pages/checkout/exclusives.sass */
.container.checkout article.reserved_exclusive.access_pass:after {
  content: "";
  display: block;
  background-position: 0 -1094px;
  width: 27px;
  height: 47px;
  position: absolute;
  top: 0;
  right: 20px;
}
/* line 71, ../../app/assets/stylesheets/pages/checkout/exclusives.sass */
.container.checkout article.reserved_exclusive.exclusive_ticket_event ul {
  padding: 0px;
  margin: 0px;
}
/* line 46, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
.container.checkout article.reserved_exclusive.exclusive_ticket_event ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* line 74, ../../app/assets/stylesheets/pages/checkout/exclusives.sass */
.container.checkout article.reserved_exclusive.exclusive_ticket_event .calendar, .container.checkout article.reserved_exclusive.exclusive_ticket_event .seats, .container.checkout article.reserved_exclusive.exclusive_ticket_event .image {
  display: none;
}
/* line 77, ../../app/assets/stylesheets/pages/checkout/exclusives.sass */
.container.checkout article.reserved_exclusive.exclusive_ticket_event .seats {
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

/* line 4, ../../app/assets/stylesheets/pages/checkout/gift_pledge.sass */
.container.checkout .gift_pledge_toggle label {
  padding-left: 25px !important;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #444444;
}
/* line 10, ../../app/assets/stylesheets/pages/checkout/gift_pledge.sass */
.container.checkout .gift_pledge_toggle label span:before {
  margin: 0px 10px;
  display: inline-block;
  content: " ";
  width: 20px;
  height: 20px;
  position: relative;
  top: 2px;
  background-position: 0 -3546px;
  margin-right: 10px;
  background-position: 0 -1954px;
  top: 4px;
}
/* line 17, ../../app/assets/stylesheets/pages/checkout/gift_pledge.sass */
.container.checkout section.gift_pledge fieldset {
  border: 0px;
  background-color: white;
  padding: 20px;
  padding-bottom: 5px;
}
/* line 24, ../../app/assets/stylesheets/pages/checkout/gift_pledge.sass */
.container.checkout section.gift_pledge fieldset .form_field {
  margin-bottom: 10px;
}
/* line 27, ../../app/assets/stylesheets/pages/checkout/gift_pledge.sass */
.container.checkout section.gift_pledge ul {
  margin: 20px;
  margin-bottom: 0;
  padding: 0;
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #999999;
}

/* line 7, ../../app/assets/stylesheets/pages/checkout/items.sass */
.checkout section.pledge_zone {
  width: auto;
  margin-bottom: 30px;
}
/* line 10, ../../app/assets/stylesheets/pages/checkout/items.sass */
.checkout section.pledge_zone select {
  -webkit-appearance: none;
  background: transparent;
  box-shadow: none;
  background: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f1f1f1;
  border: 2px solid #dbdbdb;
  border-radius: 4px;
  color: #999999;
  width: 100%;
  background-color: white;
  color: black;
  padding: 8px;
  position: relative;
  padding-right: 30px;
  background: url("/pipeline/gd/icon-dropdown.png") no-repeat right 10px center;
}
/* line 52, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/forms.sass */
.checkout section.pledge_zone select[disabled] {
  background-color: #f1f1f1;
  color: #999999;
  background: none;
}
/* line 13, ../../app/assets/stylesheets/pages/checkout/items.sass */
.checkout section.pledge_zone label:after {
  content: ": ";
}
@media only screen and (min-width: 761px), only screen and (device-width: 810px) {
  /* line 7, ../../app/assets/stylesheets/pages/checkout/items.sass */
  .checkout section.pledge_zone {
    position: absolute;
    right: 0;
    top: -15px;
    font-size: 16px;
    line-height: 18px;
    text-align: right;
  }
  /* line 24, ../../app/assets/stylesheets/pages/checkout/items.sass */
  .checkout section.pledge_zone select#pledge_zone {
    width: 200px;
    background-color: white;
    margin-right: 0px;
    padding: 7px 15px;
  }
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 7, ../../app/assets/stylesheets/pages/checkout/items.sass */
  .checkout section.pledge_zone {
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 33, ../../app/assets/stylesheets/pages/checkout/items.sass */
  .checkout section.pledge_zone select#pledge_zone {
    font-size: 12px;
    width: 100%;
  }
}
/* line 42, ../../app/assets/stylesheets/pages/checkout/items.sass */
.checkout section.with_header.items header {
  position: relative;
}
/* line 45, ../../app/assets/stylesheets/pages/checkout/items.sass */
.checkout section.with_header.items .list {
  background-color: white;
  padding: 10px 15px;
}
/* line 49, ../../app/assets/stylesheets/pages/checkout/items.sass */
.checkout section.with_header.items footer {
  margin-top: -5px;
}
/* line 57, ../../app/assets/stylesheets/pages/checkout/items.sass */
.checkout section.additional_amount .form_field {
  background-color: white;
  padding: 20px 15px;
  margin-top: 10px;
}
/* line 62, ../../app/assets/stylesheets/pages/checkout/items.sass */
.checkout section.additional_amount .form_field:before {
  content: attr(data-currency-symbol);
  display: inline;
  margin-right: 5px;
}
/* line 67, ../../app/assets/stylesheets/pages/checkout/items.sass */
.checkout section.additional_amount .form_field #pledge_amount {
  width: 140px;
  margin-right: 5px;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 72, ../../app/assets/stylesheets/pages/checkout/items.sass */
  .checkout section.additional_amount .form_field label {
    font-size: 20px;
  }
}

/* line 13, ../../app/assets/stylesheets/pages/checkout/line_items.sass */
.container.checkout section.with_header.line_items dl, .container.checkout section.with_header.summary dl {
  margin: 0px;
  *zoom: 1;
  padding: 5px 0px;
}
/* line 52, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
.container.checkout section.with_header.line_items dl:after, .container.checkout section.with_header.summary dl:after {
  content: "";
  display: table;
  clear: both;
}
/* line 17, ../../app/assets/stylesheets/pages/checkout/line_items.sass */
.container.checkout section.with_header.line_items dl dt, .container.checkout section.with_header.line_items dl dd, .container.checkout section.with_header.summary dl dt, .container.checkout section.with_header.summary dl dd {
  margin: 0px;
  padding: 5px 0px;
}
/* line 20, ../../app/assets/stylesheets/pages/checkout/line_items.sass */
.container.checkout section.with_header.line_items dl dt, .container.checkout section.with_header.summary dl dt {
  clear: left;
  float: left;
  width: 70%;
}
/* line 24, ../../app/assets/stylesheets/pages/checkout/line_items.sass */
.container.checkout section.with_header.line_items dl dd, .container.checkout section.with_header.summary dl dd {
  float: right;
  width: 30%;
  text-align: right;
  font-weight: bold;
}
/* line 32, ../../app/assets/stylesheets/pages/checkout/line_items.sass */
.container.checkout section.with_header.line_items dl.items ul, .container.checkout section.with_header.summary dl.items ul {
  margin: 0;
  padding: 0;
  padding-left: 20px;
}
/* line 37, ../../app/assets/stylesheets/pages/checkout/line_items.sass */
.container.checkout section.with_header.line_items .hint, .container.checkout section.with_header.summary .hint {
  color: #999999;
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
}
/* line 42, ../../app/assets/stylesheets/pages/checkout/line_items.sass */
.container.checkout section.with_header.line_items .notice {
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
/* line 53, ../../app/assets/stylesheets/pages/checkout/line_items.sass */
.container.checkout #main_form section.with_header.line_items .hint.salestax {
  display: none;
}
/* line 55, ../../app/assets/stylesheets/pages/checkout/line_items.sass */
.container.checkout #main_form section.with_header.line_items dl.items {
  margin-top: -1px;
  margin-bottom: 15px;
}
/* line 58, ../../app/assets/stylesheets/pages/checkout/line_items.sass */
.container.checkout #main_form section.with_header.line_items dl.items dt, .container.checkout #main_form section.with_header.line_items dl.items dd {
  padding: 10px 0px;
  border-top: 1px dashed #dbdbdb;
}
/* line 61, ../../app/assets/stylesheets/pages/checkout/line_items.sass */
.container.checkout #main_form section.with_header.line_items dl.items dt:first-of-type, .container.checkout #main_form section.with_header.line_items dl.items dd:first-of-type {
  border: 0px;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 73, ../../app/assets/stylesheets/pages/checkout/line_items.sass */
  .container.checkout #main_form section.with_header.line_items dl.items dt, .container.checkout #main_form section.with_header.line_items dl.items dd {
    width: auto;
    float: none;
    text-align: left;
    padding: 0px;
  }
  /* line 78, ../../app/assets/stylesheets/pages/checkout/line_items.sass */
  .container.checkout #main_form section.with_header.line_items dl.items dt {
    padding-top: 10px;
    padding-bottom: 5px;
  }
  /* line 81, ../../app/assets/stylesheets/pages/checkout/line_items.sass */
  .container.checkout #main_form section.with_header.line_items dl.items dd {
    border-top: 0px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 800px) {
  /* line 88, ../../app/assets/stylesheets/pages/checkout/line_items.sass */
  .container.checkout #main_form section.with_header.line_items .notice {
    background-color: #f1f1f1;
    margin: -15px;
    margin-bottom: 0px;
    padding: 20px;
    padding-top: 5px;
    color: #999999;
  }
  /* line 95, ../../app/assets/stylesheets/pages/checkout/line_items.sass */
  .container.checkout #main_form section.with_header.line_items dl.items {
    margin-bottom: 0px;
  }
  /* line 98, ../../app/assets/stylesheets/pages/checkout/line_items.sass */
  .container.checkout #main_form section.with_header.line_items dl.info {
    color: #999999;
    border-top: 1px solid #dbdbdb;
    margin-top: -6px;
  }
  /* line 102, ../../app/assets/stylesheets/pages/checkout/line_items.sass */
  .container.checkout #main_form section.with_header.line_items dl.info .total {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #dbdbdb;
    color: #444444;
  }
  /* line 109, ../../app/assets/stylesheets/pages/checkout/line_items.sass */
  .container.checkout #main_form section.with_header.line_items .content {
    padding-bottom: 40px !important;
  }
  /* line 111, ../../app/assets/stylesheets/pages/checkout/line_items.sass */
  .container.checkout #main_form section.with_header.line_items a.edit_items {
    position: absolute;
    bottom: 15px;
    left: 15px;
  }
}
@media only screen and (min-width: 780px) {
  /* line 116, ../../app/assets/stylesheets/pages/checkout/line_items.sass */
  .container.checkout #main_form section.with_header.line_items .notice, .container.checkout #main_form section.with_header.line_items dl.info {
    display: none;
  }
  /* line 119, ../../app/assets/stylesheets/pages/checkout/line_items.sass */
  .container.checkout #main_form section.with_header.line_items dl.items {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 15px;
    margin-bottom: 15px;
    padding-bottom: 0px;
    margin-top: -15px;
    margin-bottom: 10px;
  }
}
/* line 130, ../../app/assets/stylesheets/pages/checkout/line_items.sass */
.container.checkout aside dl {
  padding: 10px 0px;
}
/* line 132, ../../app/assets/stylesheets/pages/checkout/line_items.sass */
.container.checkout aside dl dt, .container.checkout aside dl dd {
  padding: 5px 0px;
}
/* line 136, ../../app/assets/stylesheets/pages/checkout/line_items.sass */
.container.checkout aside dl.info .subtotal {
  border-top: 1px solid #333333;
}
/* line 139, ../../app/assets/stylesheets/pages/checkout/line_items.sass */
.container.checkout aside dl.info .total {
  color: white;
  font-weight: bold;
}
/* line 148, ../../app/assets/stylesheets/pages/checkout/line_items.sass */
.container.checkout section.summary dl.items {
  padding: 0px;
  margin-top: -1px;
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #999999;
  border-bottom: 1px solid #333333;
}
/* line 156, ../../app/assets/stylesheets/pages/checkout/line_items.sass */
.container.checkout section.summary dl.items dt, .container.checkout section.summary dl.items dd {
  padding: 10px 0px;
  border-top: 1px dashed #333333;
}
/* line 168, ../../app/assets/stylesheets/pages/checkout/line_items.sass */
.container.checkout aside section.summary a.edit_items {
  display: block;
  padding-top: 10px;
}
/* line 173, ../../app/assets/stylesheets/pages/checkout/line_items.sass */
.container.checkout aside section.summary dl.info .subtotal {
  display: none;
}
@media only screen and (max-width: 800px) {
  /* line 180, ../../app/assets/stylesheets/pages/checkout/line_items.sass */
  .container.checkout aside section.with_header.line_items {
    display: none;
  }
}
@media only screen and (min-width: 780px) {
  /* line 185, ../../app/assets/stylesheets/pages/checkout/line_items.sass */
  .container.checkout aside section.with_header.line_items header, .container.checkout aside section.with_header.line_items dl.items, .container.checkout aside section.with_header.line_items a {
    display: none;
  }
  /* line 188, ../../app/assets/stylesheets/pages/checkout/line_items.sass */
  .container.checkout aside section.with_header.line_items .notice {
    display: block;
    text-align: center;
    margin-bottom: 0px;
    padding: 10px;
  }
  /* line 194, ../../app/assets/stylesheets/pages/checkout/line_items.sass */
  .container.checkout aside section.with_header.line_items dl {
    color: white;
  }
  /* line 196, ../../app/assets/stylesheets/pages/checkout/line_items.sass */
  .container.checkout aside section.with_header.line_items dl dt, .container.checkout aside section.with_header.line_items dl dd {
    padding-top: 10px;
  }
  /* line 199, ../../app/assets/stylesheets/pages/checkout/line_items.sass */
  .container.checkout aside section.with_header.line_items dl.info .total {
    margin-top: 10px;
    border-top: 1px solid #333333;
  }
}

/* line 6, ../../app/assets/stylesheets/pages/checkout/payment.sass */
.container.checkout section.with_header.payment > header {
  position: relative;
}
/* line 8, ../../app/assets/stylesheets/pages/checkout/payment.sass */
.container.checkout section.with_header.payment > header span.secure {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  line-height: 22px;
  font-weight: normal;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 8, ../../app/assets/stylesheets/pages/checkout/payment.sass */
  .container.checkout section.with_header.payment > header span.secure {
    display: none;
  }
}
/* line 16, ../../app/assets/stylesheets/pages/checkout/payment.sass */
.container.checkout section.with_header.payment > header span.secure:after {
  display: block;
  content: "";
  width: 14px;
  height: 20px;
  background-position: 0 -3681px;
  margin-left: 15px;
  float: right;
}
/* line 29, ../../app/assets/stylesheets/pages/checkout/payment.sass */
.container.checkout section.with_header.payment .payment_method {
  *zoom: 1;
  padding-top: 5px;
  margin-right: -50px;
}
/* line 52, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
.container.checkout section.with_header.payment .payment_method:after {
  content: "";
  display: table;
  clear: both;
}
/* line 34, ../../app/assets/stylesheets/pages/checkout/payment.sass */
.container.checkout section.with_header.payment .payment_method label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 290px;
  height: 68px;
  float: left;
  margin-right: 20px;
  margin-bottom: 15px;
  background-color: white;
  border: 2px solid #d7d7d7;
  padding: 10px;
  text-align: center;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 29, ../../app/assets/stylesheets/pages/checkout/payment.sass */
  .container.checkout section.with_header.payment .payment_method {
    width: 100%;
  }
  /* line 50, ../../app/assets/stylesheets/pages/checkout/payment.sass */
  .container.checkout section.with_header.payment .payment_method label {
    width: 100%;
  }
}
@media only screen and (min-width: 761px) and (max-width: 779px) {
  /* line 53, ../../app/assets/stylesheets/pages/checkout/payment.sass */
  .container.checkout section.with_header.payment .payment_method label {
    width: 344px;
  }
}
/* line 57, ../../app/assets/stylesheets/pages/checkout/payment.sass */
.container.checkout section.with_header.payment .payment_method label.credit_card img {
  margin-top: 6px;
  height: 32px;
}
/* line 60, ../../app/assets/stylesheets/pages/checkout/payment.sass */
.container.checkout section.with_header.payment .payment_method label.credit_card img:first-child {
  margin-right: 40px;
}
/* line 64, ../../app/assets/stylesheets/pages/checkout/payment.sass */
.container.checkout section.with_header.payment .payment_method label.paypal img {
  margin-top: 4px;
  height: 40px;
}
/* line 69, ../../app/assets/stylesheets/pages/checkout/payment.sass */
.container.checkout section.with_header.payment .payment_method input[type=radio] + label:before {
  display: none;
}
/* line 72, ../../app/assets/stylesheets/pages/checkout/payment.sass */
.container.checkout section.with_header.payment .payment_method input[type=radio]:checked + label {
  border: 2px solid #6bbe67;
}
/* line 74, ../../app/assets/stylesheets/pages/checkout/payment.sass */
.container.checkout section.with_header.payment .payment_method input[type=radio]:checked + label:after {
  background-position: 0 -1176px;
  top: -10px;
  right: -10px;
  left: inherit;
  border: none;
  width: 33px;
  height: 33px;
  border-radius: inherit;
}
/* line 90, ../../app/assets/stylesheets/pages/checkout/payment.sass */
.container.checkout section.with_header.payment fieldset.credit_card {
  border-top: 1px solid #dbdbdb;
  padding-top: 15px;
  margin-top: 15px;
  margin-top: 5px;
  padding-top: 20px;
  margin-bottom: -15px;
}
/* line 97, ../../app/assets/stylesheets/pages/checkout/payment.sass */
.container.checkout section.with_header.payment fieldset.credit_card .select_card label {
  display: none !important;
}
@media only screen and (min-width: 761px), only screen and (device-width: 810px) {
  /* line 103, ../../app/assets/stylesheets/pages/checkout/payment.sass */
  .container.checkout section.with_header.payment .form_field.credit_card_verification_value {
    margin-bottom: 0;
  }
}
/* line 110, ../../app/assets/stylesheets/pages/checkout/payment.sass */
.container.checkout section.with_header.address .billing_is_shipping {
  background-color: white;
  padding: 15px;
  margin-bottom: 20px;
}
/* line 114, ../../app/assets/stylesheets/pages/checkout/payment.sass */
.container.checkout section.with_header.address .billing_is_shipping label {
  display: block;
}

/* line 10, ../../app/assets/stylesheets/pages/checkout/review.sass */
.container.checkout #main_form section.with_header.review {
  margin-bottom: 20px;
}
/* line 13, ../../app/assets/stylesheets/pages/checkout/review.sass */
.container.checkout #main_form section.with_header.review .content {
  background-color: white;
  padding: 15px;
  position: relative;
  min-height: 40px;
}
/* line 19, ../../app/assets/stylesheets/pages/checkout/review.sass */
.container.checkout #main_form section.with_header.review pre {
  margin-top: 0;
  padding-top: 0;
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
}
/* line 24, ../../app/assets/stylesheets/pages/checkout/review.sass */
.container.checkout #main_form section.with_header.review a {
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  color: black;
  text-decoration: underline;
  color: #6bbe67;
}
/* line 31, ../../app/assets/stylesheets/pages/checkout/review.sass */
.container.checkout #main_form.pledged section.with_header.review a.edit {
  -webkit-appearance: none;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px auto;
  padding: 11px 20px 9px 20px;
  background-color: black;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border: 0px;
  outline: 0px;
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  text-decoration: none;
  color: white;
  text-decoration: none;
  text-align: center;
}
/* line 36, ../../app/assets/stylesheets/pages/checkout/review.sass */
.container.checkout #main_form:not(.pledged) section.with_header.review a.edit {
  position: absolute;
  top: 10px;
  right: 10px;
}
/* line 40, ../../app/assets/stylesheets/pages/checkout/review.sass */
.container.checkout #main_form:not(.pledged) section.with_header.review a.edit strong {
  display: none;
}
/* line 48, ../../app/assets/stylesheets/pages/checkout/review.sass */
.container.checkout section.with_header.line_items .content {
  *zoom: 1;
}
/* line 52, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
.container.checkout section.with_header.line_items .content:after {
  content: "";
  display: table;
  clear: both;
}
/* line 50, ../../app/assets/stylesheets/pages/checkout/review.sass */
.container.checkout section.with_header.line_items .content .toggle_name {
  float: right;
}
/* line 63, ../../app/assets/stylesheets/pages/checkout/review.sass */
.container.checkout section.with_header.payment img {
  height: 25px;
}
/* line 66, ../../app/assets/stylesheets/pages/checkout/review.sass */
.container.checkout section.with_header.payment .state {
  margin-bottom: 15px;
}
/* line 67, ../../app/assets/stylesheets/pages/checkout/review.sass */
.container.checkout section.with_header.payment .state.declined, .container.checkout section.with_header.payment .state.deficit {
  color: #c94444;
}
/* line 74, ../../app/assets/stylesheets/pages/checkout/review.sass */
.container.checkout section.with_header.confirm {
  background-color: white;
  padding: 15px;
}
/* line 79, ../../app/assets/stylesheets/pages/checkout/review.sass */
.container.checkout section.with_header.confirm .terms label {
  color: #444444;
}
/* line 81, ../../app/assets/stylesheets/pages/checkout/review.sass */
.container.checkout section.with_header.confirm .terms a {
  font-weight: bold;
  color: #3e7a3f;
  text-decoration: none;
}
/* line 86, ../../app/assets/stylesheets/pages/checkout/review.sass */
.container.checkout section.with_header.confirm .button.cta, .container.checkout section.with_header.confirm table.summary {
  width: 100%;
}
@media only screen and (min-width: 761px), only screen and (device-width: 810px) {
  /* line 86, ../../app/assets/stylesheets/pages/checkout/review.sass */
  .container.checkout section.with_header.confirm .button.cta, .container.checkout section.with_header.confirm table.summary {
    width: 50%;
  }
}
/* line 91, ../../app/assets/stylesheets/pages/checkout/review.sass */
.container.checkout section.with_header.confirm table.summary {
  font-family: Helvetica, sans-serif;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 15px;
}
/* line 95, ../../app/assets/stylesheets/pages/checkout/review.sass */
.container.checkout section.with_header.confirm table.summary th, .container.checkout section.with_header.confirm table.summary td {
  padding: 0px;
}
/* line 97, ../../app/assets/stylesheets/pages/checkout/review.sass */
.container.checkout section.with_header.confirm table.summary th {
  font-weight: normal;
  text-align: left;
}
/* line 100, ../../app/assets/stylesheets/pages/checkout/review.sass */
.container.checkout section.with_header.confirm table.summary th:after {
  content: ":";
}
/* line 102, ../../app/assets/stylesheets/pages/checkout/review.sass */
.container.checkout section.with_header.confirm table.summary td {
  text-align: right;
}
/* line 104, ../../app/assets/stylesheets/pages/checkout/review.sass */
.container.checkout section.with_header.confirm table.summary td:last-child {
  font-weight: bold;
}
/* line 107, ../../app/assets/stylesheets/pages/checkout/review.sass */
.container.checkout form.amend_email {
  padding: 20px;
  max-width: 600px;
}
/* line 113, ../../app/assets/stylesheets/pages/checkout/review.sass */
.container.checkout section.with_header.disclaimers {
  clear: both;
  color: #999999;
}
@media only screen and (min-width: 780px) {
  /* line 113, ../../app/assets/stylesheets/pages/checkout/review.sass */
  .container.checkout section.with_header.disclaimers {
    max-width: 600px;
  }
}
/* line 119, ../../app/assets/stylesheets/pages/checkout/review.sass */
.container.checkout section.with_header.disclaimers h1, .container.checkout section.with_header.disclaimers h2 {
  color: #999999;
}
/* line 121, ../../app/assets/stylesheets/pages/checkout/review.sass */
.container.checkout section.with_header.disclaimers h2 {
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
}
/* line 129, ../../app/assets/stylesheets/pages/checkout/review.sass */
.container.checkout table.transactions td, .container.checkout table.transactions th {
  text-align: left;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 133, ../../app/assets/stylesheets/pages/checkout/review.sass */
  .container.checkout #transactions, .container.checkout #failures {
    display: none;
  }
}

@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 4, ../../app/assets/stylesheets/pages/checkout/shipping.sass */
  .checkout .question_mark_tip {
    margin-top: 5px;
  }
}

/* line 3, ../../app/assets/stylesheets/pages/checkout/steps.sass */
.container.checkout section.steps {
  padding: 0 !important;
  margin: 0px;
  margin-top: -20px;
}
/* line 8, ../../app/assets/stylesheets/pages/checkout/steps.sass */
.container.checkout section.steps ul {
  padding: 0px;
  margin: 0px;
}
/* line 46, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/mixins.sass */
.container.checkout section.steps ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* line 10, ../../app/assets/stylesheets/pages/checkout/steps.sass */
.container.checkout section.steps ul li {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0;
  padding-bottom: 10px;
  width: 32%;
  text-align: center;
}
/* line 20, ../../app/assets/stylesheets/pages/checkout/steps.sass */
.container.checkout section.steps ul li:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 110%;
  height: 4px;
  top: 20px;
  background-color: #dbdbdb;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* line 30, ../../app/assets/stylesheets/pages/checkout/steps.sass */
.container.checkout section.steps ul li a {
  display: block;
  font-weight: bold;
  text-decoration: none;
}
/* line 35, ../../app/assets/stylesheets/pages/checkout/steps.sass */
.container.checkout section.steps ul li .number {
  display: block;
  position: relative;
  z-index: 10;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
  width: 30px;
  overflow: hidden;
  line-height: 28px;
  background-color: #dbdbdb;
  color: #c1c1c1;
  text-align: center;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  margin: 0px auto 10px auto;
}
/* line 51, ../../app/assets/stylesheets/pages/checkout/steps.sass */
.container.checkout section.steps ul li.items {
  display: none;
}
/* line 54, ../../app/assets/stylesheets/pages/checkout/steps.sass */
.container.checkout section.steps ul li:last-child {
  padding-right: 0px;
}
/* line 59, ../../app/assets/stylesheets/pages/checkout/steps.sass */
.container.checkout section.steps ul li.complete .number {
  height: 32px;
  width: 32px;
  text-indent: -1000px;
  background-position: 0 -1141px;
}
/* line 66, ../../app/assets/stylesheets/pages/checkout/steps.sass */
.container.checkout section.steps ul li.current:before {
  top: 21px;
  background-color: #999999;
}
/* line 70, ../../app/assets/stylesheets/pages/checkout/steps.sass */
.container.checkout section.steps ul li.current .number {
  background-color: white;
  color: #3e7a3f;
  border: 2px solid #3e7a3f;
}
/* line 76, ../../app/assets/stylesheets/pages/checkout/steps.sass */
.container.checkout section.steps ul li.step_1:before {
  display: none;
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 84, ../../app/assets/stylesheets/pages/checkout/steps.sass */
  .container.checkout section.steps ul li .label {
    display: none;
  }
  /* line 87, ../../app/assets/stylesheets/pages/checkout/steps.sass */
  .container.checkout section.steps ul li:before {
    width: 110%;
  }
  /* line 92, ../../app/assets/stylesheets/pages/checkout/steps.sass */
  .container.checkout section.steps ul li.current:before {
    top: 22px;
  }
  /* line 96, ../../app/assets/stylesheets/pages/checkout/steps.sass */
  .container.checkout section.steps ul li.step_1 .number {
    margin-left: 0px;
  }
  /* line 100, ../../app/assets/stylesheets/pages/checkout/steps.sass */
  .container.checkout section.steps ul li.step_2:before {
    right: 20px;
    width: 140%;
  }
  /* line 105, ../../app/assets/stylesheets/pages/checkout/steps.sass */
  .container.checkout section.steps ul li:last-child:before {
    width: 120%;
    right: 15px;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    right: 50px;
  }
  /* line 112, ../../app/assets/stylesheets/pages/checkout/steps.sass */
  .container.checkout section.steps ul li:last-child .number {
    margin-right: 0px;
  }
}

/* line 7, ../../app/assets/stylesheets/pages/checkout/summary.sass */
.container.checkout section.summary, .container.checkout aside section.line_items {
  background-color: #444444;
  padding: 10px;
  color: #f1f1f1;
}
@media only screen and (min-width: 761px) and (max-width: 779px) {
  /* line 7, ../../app/assets/stylesheets/pages/checkout/summary.sass */
  .container.checkout section.summary, .container.checkout aside section.line_items {
    width: 66%;
  }
}
/* line 18, ../../app/assets/stylesheets/pages/checkout/summary.sass */
.container.checkout section.summary h1, .container.checkout aside section.line_items h1 {
  color: white;
  font-family: Helvetica, sans-serif;
  font-size: 20px;
  line-height: 22px;
  padding-bottom: 10px;
  border-bottom: 1px solid #333333;
}
/* line 30, ../../app/assets/stylesheets/pages/checkout/summary.sass */
.container.checkout section.summary a:not(.button), .container.checkout aside section.line_items a:not(.button) {
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  color: black;
  text-decoration: underline;
  color: #6bbe67;
  text-decoration: none;
}
/* line 35, ../../app/assets/stylesheets/pages/checkout/summary.sass */
.container.checkout section.summary section.shipping, .container.checkout aside section.line_items section.shipping {
  margin-top: 10px;
}
/* line 37, ../../app/assets/stylesheets/pages/checkout/summary.sass */
.container.checkout section.summary section.shipping pre, .container.checkout aside section.line_items section.shipping pre {
  font-family: Helvetica, sans-serif;
  margin: 10px 0px;
}
/* line 45, ../../app/assets/stylesheets/pages/checkout/summary.sass */
.container.checkout section.summary a.button.cta, .container.checkout aside section.line_items a.button.cta {
  display: block;
  margin: 10px;
}

/* line 1, ../../app/assets/stylesheets/pages/staff.sass */
#container.container.site.staff {
  top: 408px;
}
/* line 5, ../../app/assets/stylesheets/pages/staff.sass */
#container.container.site.staff header.main.artists.with_hero:before {
  bottom: 0px !important;
}
/* line 12, ../../app/assets/stylesheets/pages/staff.sass */
#container.container.site.staff #main section.locations article.article_card {
  height: auto;
  padding: 10px;
}
/* line 16, ../../app/assets/stylesheets/pages/staff.sass */
#container.container.site.staff #main section.locations article.article_card h1 {
  padding: 0px;
}
/* line 19, ../../app/assets/stylesheets/pages/staff.sass */
#container.container.site.staff #main section#staff {
  clear: both;
}
/* line 23, ../../app/assets/stylesheets/pages/staff.sass */
#container.container.site.staff #main section#staff article.exclusive > h1 {
  padding-bottom: 5px;
  margin-bottom: 25px;
}
/* line 26, ../../app/assets/stylesheets/pages/staff.sass */
#container.container.site.staff #main section#staff article.exclusive > .image img {
  width: 100%;
  margin-bottom: 10px;
}
/* line 29, ../../app/assets/stylesheets/pages/staff.sass */
#container.container.site.staff #main section#staff article.exclusive > h2 {
  text-align: center;
}
/* line 32, ../../app/assets/stylesheets/pages/staff.sass */
#container.container.site.staff #main section#staff article.exclusive .image {
  position: initial;
  width: 100%;
}
/* line 36, ../../app/assets/stylesheets/pages/staff.sass */
#container.container.site.staff #main section#staff article.exclusive .image img {
  max-width: 193px;
}
/* line 40, ../../app/assets/stylesheets/pages/staff.sass */
#container.container.site.staff #main aside a.button {
  width: 100%;
}
/* line 43, ../../app/assets/stylesheets/pages/staff.sass */
#container.container.site.staff #main aside section:first-child {
  padding-top: 52px;
}
@media only screen and (min-width: 761px) and (max-width: 779px) {
  /* line 50, ../../app/assets/stylesheets/pages/staff.sass */
  #container.container.site.staff #main section#staff article.exclusive {
    width: 300px;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 55, ../../app/assets/stylesheets/pages/staff.sass */
  #container.container.site.staff #main section.locations {
    height: auto;
  }
  /* line 58, ../../app/assets/stylesheets/pages/staff.sass */
  #container.container.site.staff #main section.locations article.article_card {
    width: 190px;
    height: 130px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 70, ../../app/assets/stylesheets/pages/staff.sass */
  #container.container.site.staff #main section#staff article.exclusive .image {
    display: block !important;
  }
}

/* line 3, ../../app/assets/stylesheets/pages/users.sass */
#container #main header.user {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: black;
}
/* line 10, ../../app/assets/stylesheets/pages/users.sass */
#container #main header.user h1 {
  bottom: 70px;
}
/* line 13, ../../app/assets/stylesheets/pages/users.sass */
#container #main header.user nav#tabs {
  z-index: 3;
}
/* line 16, ../../app/assets/stylesheets/pages/users.sass */
#container #main header.user nav.user {
  position: absolute;
  right: 20px;
  bottom: 90px;
  width: 340px;
  height: 110px;
  display: table;
  background-color: #f1f1f1;
  background-color: rgba(255, 255, 255, 0.3);
}
/* line 30, ../../vendor/gems/pledge_core/app/assets/stylesheets/mixins/tags.sass */
#container #main header.user nav.user > div {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (min-width: 761px) and (max-width: 779px) {
  /* line 16, ../../app/assets/stylesheets/pages/users.sass */
  #container #main header.user nav.user {
    right: 30px;
  }
}
@media only screen and (max-width: 750px), screen and (width: 810px) {
  /* line 16, ../../app/assets/stylesheets/pages/users.sass */
  #container #main header.user nav.user {
    display: none;
  }
}
/* line 34, ../../app/assets/stylesheets/pages/users.sass */
#container #main header.user nav.user img {
  position: relative;
  top: 23px;
  width: 64px;
  height: 64px;
  margin-left: 20px;
  border-radius: 50%;
  border: 2px solid white;
}
/* line 44, ../../app/assets/stylesheets/pages/users.sass */
#container #main header.user nav.user h1 {
  display: inline-block;
  position: relative;
  top: 5px;
  width: 90px;
  margin-left: 10px;
  padding-right: 20px;
  border-right: 1px solid white;
  font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 22px;
  color: white;
}
/* line 55, ../../app/assets/stylesheets/pages/users.sass */
#container #main header.user nav.user .stats {
  position: relative;
  right: 5px;
  width: 100px;
}
/* line 59, ../../app/assets/stylesheets/pages/users.sass */
#container #main header.user nav.user .stats a {
  display: block;
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: white;
  text-decoration: none;
  margin-top: 5px;
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
/* line 7, ../../app/assets/stylesheets/vendor/photoswipe.css */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}

/* line 22, ../../app/assets/stylesheets/vendor/photoswipe.css */
.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 25, ../../app/assets/stylesheets/vendor/photoswipe.css */
.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
/* line 29, ../../app/assets/stylesheets/vendor/photoswipe.css */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* line 37, ../../app/assets/stylesheets/vendor/photoswipe.css */
.pswp--open {
  display: block;
}

/* line 40, ../../app/assets/stylesheets/vendor/photoswipe.css */
.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

/* line 46, ../../app/assets/stylesheets/vendor/photoswipe.css */
.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

/* line 52, ../../app/assets/stylesheets/vendor/photoswipe.css */
.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
/* line 62, ../../app/assets/stylesheets/vendor/photoswipe.css */
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

/* line 73, ../../app/assets/stylesheets/vendor/photoswipe.css */
.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* line 82, ../../app/assets/stylesheets/vendor/photoswipe.css */
.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
/* line 93, ../../app/assets/stylesheets/vendor/photoswipe.css */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

/* line 101, ../../app/assets/stylesheets/vendor/photoswipe.css */
.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* line 111, ../../app/assets/stylesheets/vendor/photoswipe.css */
.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* line 118, ../../app/assets/stylesheets/vendor/photoswipe.css */
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

/* line 123, ../../app/assets/stylesheets/vendor/photoswipe.css */
.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

/* line 126, ../../app/assets/stylesheets/vendor/photoswipe.css */
.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

/* line 134, ../../app/assets/stylesheets/vendor/photoswipe.css */
.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
/* line 145, ../../app/assets/stylesheets/vendor/photoswipe.css */
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
/* line 152, ../../app/assets/stylesheets/vendor/photoswipe.css */
.pswp__img--placeholder--blank {
  background: #222;
}

/* line 155, ../../app/assets/stylesheets/vendor/photoswipe.css */
.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
/* line 165, ../../app/assets/stylesheets/vendor/photoswipe.css */
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

/* line 176, ../../app/assets/stylesheets/vendor/photoswipe.css */
.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

/* line 3, ../../app/assets/stylesheets/vendor/photoswipe_skin.sass */
figure.zoomable .image {
  position: relative;
  display: inline-block;
}
/* line 6, ../../app/assets/stylesheets/vendor/photoswipe_skin.sass */
figure.zoomable .image img {
  display: block;
}
/* line 10, ../../app/assets/stylesheets/vendor/photoswipe_skin.sass */
figure.zoomable .zoom-icon {
  display: block;
  position: absolute;
  z-index: 10;
  background-image: url(//d1nvfozp665ptr.cloudfront.net/pipeline/x1-saa83e91c3d-609a9a923fb2c52b41bdf74a5b6caf8e.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 20px;
  width: 20px;
  background-color: rgba(0, 0, 0, 0.7);
  font-weight: 800;
  text-align: center;
  width: 20px;
  height: 20px;
  bottom: 0px;
  right: 0px;
  border: 2px solid rgba(0, 0, 0, 0.02);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 10, ../../app/assets/stylesheets/vendor/photoswipe_skin.sass */
  figure.zoomable .zoom-icon {
    background-image: url(//d1nvfozp665ptr.cloudfront.net/pipeline/x2-s5898f5c973-c4fc241527424c1affdbd6053bc63941.png);
    background-size: 286px 61px;
    background-position: 0 0;
    height: 20px;
    width: 20px;
  }
}

/* line 26, ../../app/assets/stylesheets/vendor/photoswipe_skin.sass */
.pswp {
  z-index: 1000000;
  color: white;
}

/* line 30, ../../app/assets/stylesheets/vendor/photoswipe_skin.sass */
.pswp__button {
  position: absolute;
  height: 40px;
  width: 40px;
  background-color: initial;
  padding: 10px;
}

/* line 38, ../../app/assets/stylesheets/vendor/photoswipe_skin.sass */
.pswp__button--close {
  right: 0px;
  top: 0px;
}
/* line 43, ../../app/assets/stylesheets/vendor/photoswipe_skin.sass */
.pswp__button--close:after {
  content: "×";
  display: block;
  position: relative;
  font-family: serif;
  font-size: 24px;
  z-index: 100;
}

/* line 53, ../../app/assets/stylesheets/vendor/photoswipe_skin.sass */
.pswp__button--arrow--left, .pswp__button--arrow--right {
  top: 50%;
}

/* line 58, ../../app/assets/stylesheets/vendor/photoswipe_skin.sass */
.pswp__button--close:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.6);
  margin: 10px 0px 0px 10px;
}

/* line 69, ../../app/assets/stylesheets/vendor/photoswipe_skin.sass */
.pswp__button--arrow--left {
  left: 0px;
}
/* line 72, ../../app/assets/stylesheets/vendor/photoswipe_skin.sass */
.pswp__button--arrow--left:before {
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  position: relative;
  top: -2px;
  border-top: 2px solid black;
  border-right: 2px solid black;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-left: 5px;
  position: absolute;
  top: 16px;
  left: 10px;
}
/* line 78, ../../app/assets/stylesheets/vendor/photoswipe_skin.sass */
.pswp__button--arrow--left:after {
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  position: relative;
  top: -2px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-left: 5px;
  top: 2px;
}

/* line 82, ../../app/assets/stylesheets/vendor/photoswipe_skin.sass */
.pswp__button--arrow--right {
  right: 0px;
}
/* line 85, ../../app/assets/stylesheets/vendor/photoswipe_skin.sass */
.pswp__button--arrow--right:before {
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  position: relative;
  top: -2px;
  border-top: 2px solid black;
  border-right: 2px solid black;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 5px;
  position: absolute;
  top: 16px;
  left: 9px;
}
/* line 91, ../../app/assets/stylesheets/vendor/photoswipe_skin.sass */
.pswp__button--arrow--right:after {
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  position: relative;
  top: -2px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 5px;
  top: 2px;
  left: -4px;
}

/* line 99, ../../app/assets/stylesheets/vendor/photoswipe_skin.sass */
.pswp__ui {
  z-index: 1111550;
}

/* line 102, ../../app/assets/stylesheets/vendor/photoswipe_skin.sass */
.pswp__button--zoom, .pswp__button--fs, .pswp__button--share {
  display: none;
}

/* line 109, ../../app/assets/stylesheets/vendor/photoswipe_skin.sass */
.pswp__ui--one-slide .pswp__button--arrow--left, .pswp__ui--one-slide .pswp__button--arrow--right {
  display: none;
}

/* line 113, ../../app/assets/stylesheets/vendor/photoswipe_skin.sass */
.pswp__counter {
  margin: 20px;
}

/* Fake caption element, used to calculate height of next/prev image */
/* line 117, ../../app/assets/stylesheets/vendor/photoswipe_skin.sass */
.pswp__caption--fake {
  visibility: hidden;
}

/* line 120, ../../app/assets/stylesheets/vendor/photoswipe_skin.sass */
.pswp__caption {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
/* line 126, ../../app/assets/stylesheets/vendor/photoswipe_skin.sass */
.pswp__caption .pswp__caption__center {
  max-width: 400px;
  text-align: center;
  margin: 20px auto;
}

/* line 134, ../../app/assets/stylesheets/vendor/photoswipe_skin.sass */
.pswp__item .pswp__img--placeholder {
  background-color: #333333;
}
/* line 137, ../../app/assets/stylesheets/vendor/photoswipe_skin.sass */
.pswp__item .pswp__img--placeholder:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 50px;
  height: 50px;
  left: 48%;
  top: 45%;
  transform: translate;
  border: 5px solid rgba(200, 200, 200, 0.4);
  border-radius: 50%;
  border-right-color: rgba(200, 200, 200, 0.8);
  -webkit-animation: rotate360 1s infinite linear;
  -moz-animation: rotate360 1s infinite linear;
  -ms-animation: rotate360 1s infinite linear;
  -o-animation: rotate360 1s infinite linear;
  animation: rotate360 1s infinite linear;
}
