/* trackpipe/public/css/normalize.css */
/*! normalize.css v2.1.0 | 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 styling not present in IE 8/9.
 */

[hidden] {
    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 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

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

/**
 * 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.
 * 2. Remove excess padding in IE 8/9.
 */

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

/* trackpipe/public/css/grid.css */
/*------------------------------------------------------------*/
.row {
    clear:both;
    margin:0 auto;
    width:100%;
}
.col {
    float:left;
    min-height:1px;
    position:relative;
}
.col-full {
    width:100%;
}
/* clear floats */
.row:after {
    clear:both;
    content:".";
    display:block;
    height:0;
    visibility:hidden;
}

/*------------------------------------------------------------*/
/* 12 column */
.col+.col-1-12,
.col+.col-2-12,
.col+.col-3-12,
.col+.col-4-12,
.col+.col-5-12,
.col+.col-6-12,
.col+.col-7-12,
.col+.col-8-12,
.col+.col-9-12,
.col+.col-10-12,
.col+.col-11-12 {
    margin-left:1.8450184502%;
}
/* 12 column units */
.col-1-12 {width:6.642066420664%;}
.col-2-12 {width:15.129151291513%;}
.col-3-12 {width:23.616236162362%;}
.col-4-12 {width:32.10332103321%;}
.col-5-12 {width:40.590405904059%;}
.col-6-12 {width:49.077490774908%;}
.col-7-12 {width:57.564575645756%;}
.col-8-12 {width:66.051660516605%;}
.col-9-12 {width:74.538745387454%;}
.col-10-12 {width:83.025830258303%;}
.col-11-12 {width:91.512915129151%;}

/* no gutter */
.col-2-12.no-gutter,
.col-3-12.no-gutter,
.col-4-12.no-gutter,
.col-5-12.no-gutter,
.col-6-12.no-gutter,
.col-7-12.no-gutter,
.col-8-12.no-gutter,
.col-9-12.no-gutter,
.col-10-12.no-gutter,
.col-11-12.no-gutter {
    margin-left:0;
}
/* no gutter widths */
.col-2-12.no-gutter {width:16.974169741697%;}
.col-3-12.no-gutter {width:25.461254612546%;}
.col-4-12.no-gutter {width:33.948339483395%;}
.col-5-12.no-gutter {width:42.435424354244%;}
.col-6-12.no-gutter {width:50.922509225092%;}
.col-7-12.no-gutter {width:59.409594095941%;}
.col-8-12.no-gutter {width:67.89667896679%;}
.col-9-12.no-gutter {width:76.383763837638%;}
.col-10-12.no-gutter {width:84.870848708487%;}
.col-11-12.no-gutter {width:93.357933579336%;}

/* 12 column layout offsets */
.offset-1-12 {margin-left:8.487084870849%;}
.offset-2-12 {margin-left:16.974169741697%;}
.offset-3-12 {margin-left:25.461254612546%;}
.offset-4-12 {margin-left:33.948339483395%;}
.offset-5-12 {margin-left:42.435424354244%;}
.offset-6-12 {margin-left:50.922509225092%;}
.offset-7-12 {margin-left:59.409594095941%;}
.offset-8-12 {margin-left:67.89667896679%;}
.offset-9-12 {margin-left:76.383763837638%;}
.offset-10-12 {margin-left:84.870848708487%;}
.offset-11-12 {margin-left:93.357933579336%;}

/* 12 column offset sibling widths */
.col+.offset-1-12 {margin-left:10.332103321033%;}
.col+.offset-2-12 {margin-left:18.819188191882%;}
.col+.offset-3-12 {margin-left:27.306273062731%;}
.col+.offset-4-12 {margin-left:35.793357933579%;}
.col+.offset-5-12 {margin-left:44.280442804428%;}
.col+.offset-6-12 {margin-left:52.767527675277%;}
.col+.offset-7-12 {margin-left:61.254612546125%;}
.col+.offset-8-12 {margin-left:69.741697416974%;}
.col+.offset-9-12 {margin-left:78.228782287823%;}
.col+.offset-10-12 {margin-left:86.715867158672%;}

/*------------------------------------------------------------*/
/* 15 columns */
.col-1-15 {width:5.063291139241%;}
.col-2-15 {width:11.844484629295%;}
.col-3-15 {width:18.625678119349%;}
.col-4-15 {width:25.406871609403%;}
.col-5-15 {width:32.188065099458%;}
.col-6-15 {width:38.969258589512%;}
.col-7-15 {width:45.750452079566%;}
.col-8-15 {width:52.53164556962%;}
.col-9-15 {width:59.312839059675%;}
.col-10-15 {width:66.094032549729%;}
.col-11-15 {width:72.875226039783%;}
.col-12-15 {width:79.656419529837%;}
.col-13-15 {width:86.437613019892%;}
.col-14-15 {width:93.218806509946%;}

/* gutters */
.col+.col-1-15,
.col+.col-2-15,
.col+.col-3-15,
.col+.col-4-15,
.col+.col-5-15,
.col+.col-6-15,
.col+.col-7-15,
.col+.col-8-15,
.col+.col-9-15,
.col+.col-10-15,
.col+.col-11-15,
.col+.col-12-15,
.col+.col-13-15,
.col+.col-14-15 {
    margin-left:1.7179023508%;
}
/* no gutter */
.col-2-15.no-gutter,
.col-3-15.no-gutter,
.col-4-15.no-gutter,
.col-5-15.no-gutter,
.col-6-15.no-gutter,
.col-7-15.no-gutter,
.col-8-15.no-gutter,
.col-9-15.no-gutter,
.col-10-15.no-gutter,
.col-11-15.no-gutter,
.col-12-15.no-gutter,
.col-13-15.no-gutter,
.col-14-15.no-gutter {
    margin-left:0;
}
/* no gutter widths */
.offset-2-15.no-gutter {width:13.562386980108%;}
.offset-3-15.no-gutter {width:20.343580470163%;}
.offset-4-15.no-gutter {width:27.124773960217%;}
.offset-5-15.no-gutter {width:33.905967450271%;}
.offset-6-15.no-gutter {width:40.687160940325%;}
.offset-7-15.no-gutter {width:47.46835443038%;}
.offset-8-15.no-gutter {width:54.249547920434%;}
.offset-9-15.no-gutter {width:61.030741410488%;}
.offset-10-15.no-gutter {width:67.811934900542%;}
.offset-11-15.no-gutter {width:74.593128390597%;}
.offset-12-15.no-gutter {width:81.374321880651%;}
.offset-13-15.no-gutter {width:88.155515370705%;}
.offset-14-15.no-gutter {width:94.936708860759%;}

/* fluid column layout offsets */
.offset-1-15 {margin-left:6.781193490054%;}
.offset-2-15 {margin-left:13.562386980108%;}
.offset-3-15 {margin-left:20.343580470163%;}
.offset-4-15 {margin-left:27.124773960217%;}
.offset-5-15 {margin-left:33.905967450271%;}
.offset-6-15 {margin-left:40.687160940325%;}
.offset-7-15 {margin-left:47.46835443038%;}
.offset-8-15 {margin-left:54.249547920434%;}
.offset-9-15 {margin-left:61.030741410488%;}
.offset-10-15 {margin-left:67.811934900542%;}
.offset-11-15 {margin-left:74.593128390597%;}
.offset-12-15 {margin-left:81.374321880651%;}
.offset-13-15 {margin-left:88.155515370705%;}
.offset-14-15 {margin-left:94.936708860759%;}

/* fluid column offset sibling widths */
.col+.offset-1-15 {margin-left:8.499095840868%;}
.col+.offset-2-15 {margin-left:15.280289330922%;}
.col+.offset-3-15 {margin-left:22.061482820976%;}
.col+.offset-4-15 {margin-left:28.842676311031%;}
.col+.offset-5-15 {margin-left:35.623869801085%;}
.col+.offset-6-15 {margin-left:42.405063291139%;}
.col+.offset-7-15 {margin-left:49.186256781193%;}
.col+.offset-8-15 {margin-left:55.967450271248%;}
.col+.offset-9-15 {margin-left:62.748643761302%;}
.col+.offset-10-15 {margin-left:69.529837251356%;}
.col+.offset-11-15 {margin-left:76.31103074141%;}
.col+.offset-12-15 {margin-left:83.092224231465%;}
.col+.offset-13-15 {margin-left:89.873417721519%;}


/*------------------------------------------------------------*/
/* 16 columns */
.col-1-16 {width:5.063291139241%;}
.col-2-16 {width:11.392405063291%;}
.col-3-16 {width:17.721518987342%;}
.col-4-16 {width:24.050632911392%;}
.col-5-16 {width:30.379746835443%;}
.col-6-16 {width:36.708860759494%;}
.col-7-16 {width:43.037974683544%;}
.col-8-16 {width:49.367088607595%;}
.col-9-16 {width:55.696202531646%;}
.col-10-16 {width:62.025316455696%;}
.col-11-16 {width:68.354430379747%;}
.col-12-16 {width:74.683544303797%;}
.col-13-16 {width:81.012658227848%;}
.col-14-16 {width:87.341772151899%;}
.col-15-16 {width:93.670886075949%;}

/* gutters */
.col+.col-1-16,
.col+.col-2-16,
.col+.col-3-16,
.col+.col-4-16,
.col+.col-5-16,
.col+.col-6-16,
.col+.col-7-16,
.col+.col-8-16,
.col+.col-9-16,
.col+.col-10-16,
.col+.col-11-16,
.col+.col-12-16,
.col+.col-13-16,
.col+.col-14-16,
.col+.col-15-16 {
    margin-left:1.2658227848%;
}
/* no gutter */
.col-2-16.no-gutter,
.col-3-16.no-gutter,
.col-4-16.no-gutter,
.col-5-16.no-gutter,
.col-6-16.no-gutter,
.col-7-16.no-gutter,
.col-8-16.no-gutter,
.col-9-16.no-gutter,
.col-10-16.no-gutter,
.col-11-16.no-gutter,
.col-12-16.no-gutter,
.col-13-16.no-gutter,
.col-14-16.no-gutter,
.col-15-16.no-gutter {
    margin-left:0;
}
/* no gutter widths */
.col-2-16.no-gutter {width:12.658227848101%;}
.col-3-16.no-gutter {width:18.987341772152%;}
.col-4-16.no-gutter {width:25.316455696203%;}
.col-5-16.no-gutter {width:31.645569620253%;}
.col-6-16.no-gutter {width:37.974683544304%;}
.col-7-16.no-gutter {width:44.303797468354%;}
.col-8-16.no-gutter {width:50.632911392405%;}
.col-9-16.no-gutter {width:56.962025316456%;}
.col-10-16.no-gutter {width:63.291139240506%;}
.col-11-16.no-gutter {width:69.620253164557%;}
.col-12-16.no-gutter {width:75.949367088608%;}
.col-13-16.no-gutter {width:82.278481012658%;}
.col-14-16.no-gutter {width:88.607594936709%;}
.col-15-16.no-gutter {width:94.936708860759%;}

/* fluid column layout offsets */
.offset-1-16 {margin-left:6.329113924051%;}
.offset-2-16 {margin-left:12.658227848101%;}
.offset-3-16 {margin-left:18.987341772152%;}
.offset-4-16 {margin-left:25.316455696203%;}
.offset-5-16 {margin-left:31.645569620253%;}
.offset-6-16 {margin-left:37.974683544304%;}
.offset-7-16 {margin-left:44.303797468354%;}
.offset-8-16 {margin-left:50.632911392405%;}
.offset-9-16 {margin-left:56.962025316456%;}
.offset-10-16 {margin-left:63.291139240506%;}
.offset-11-16 {margin-left:69.620253164557%;}
.offset-12-16 {margin-left:75.949367088608%;}
.offset-13-16 {margin-left:82.278481012658%;}
.offset-14-16 {margin-left:88.607594936709%;}
.offset-15-16 {margin-left:94.936708860759%;}

/* fluid column offset sibling widths */
.col+.offset-1-16 {margin-left:7.594936708861%;}
.col+.offset-2-16 {margin-left:13.924050632911%;}
.col+.offset-3-16 {margin-left:20.253164556962%;}
.col+.offset-4-16 {margin-left:26.582278481013%;}
.col+.offset-5-16 {margin-left:32.911392405063%;}
.col+.offset-6-16 {margin-left:39.240506329114%;}
.col+.offset-7-16 {margin-left:45.569620253165%;}
.col+.offset-8-16 {margin-left:51.898734177215%;}
.col+.offset-9-16 {margin-left:58.227848101266%;}
.col+.offset-10-16 {margin-left:64.556962025316%;}
.col+.offset-11-16 {margin-left:70.886075949367%;}
.col+.offset-12-16 {margin-left:77.215189873418%;}
.col+.offset-13-16 {margin-left:83.544303797468%;}
.col+.offset-14-16 {margin-left:89.873417721519%;}


/* trackpipe/public/css/menubar_phone.css */
/***  PAGE ATTRIBUTES  ***/

body:has(menu-bar) {
    --bc-menubar-height: 53px; /* redeclaring in case page doesn't have ds bundle */

    .menu-bar-wrapper {
        padding-top: var(--bc-menubar-height);
    }

    .menu-bar-wrapper.has-subnav {
        padding-top: calc(var(--bc-menubar-height) * 2);
    }
}
body.has-vue-banner {
    .menu-bar-wrapper, .page-banners-wrapper {
        height: 42px; /* extra space for vue pageBanner */
    }
}

#menubar-wrapper {
    display: none;
}

.has-menubar-phone #menubar-wrapper {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: #ddd;
    background-image: none;
    border-bottom: dotted 1px #aaa;

    /* Changing from 1 to 2 to ensure navbar menu isn't clipped by #tralbumArt  - sdg 2012.10.31 */
    z-index: 2;
}

#menubar-vm.loading .hidden-while-loading {
    display: none;
}

#menubar-wrapper.extended,
#menubar.extended,
.menubar > ul > li.extended,
.menubar > ul > li.search.extended,
#menubar-vm .corpbanner.verify-email {
    display: none!important;
}

#legal {
    float: right;
}

/***  MENU BAR  ***/

.menubar {
    position: relative;
    height: 43px;
    width: 100%;
    margin: 0 auto;
    color: white;
    font-size: 0.85rem;
    cursor: pointer;
}

#site-nav {
    position: absolute;
    left: 0;
}

#user-nav {
    position: absolute;
    right: 0;
}

.menubar * {
    -webkit-user-select: none;
    -webkit-user-drag: none;
}


/***  MENU BAR STYLINGS  ***/

.menubar a {
    color: #408294;
}

.menubar ul.horizontal {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    white-space: nowrap; 
}

.menubar > ul > li {
    float: left;
    padding: 0;
    margin: 0;
}

/***  BAR ITEMS  ***/

.menubar > ul > li > :first-child {
    display: block;
    height: 43px;
    line-height: 43px;
    padding: 0 8px;

    transition: background 0.1s ease-out;
    -webkit-transition: background 0.1s ease-out;
    -moz-transition: background 0.1s ease-out;
}

@media screen and (max-width: 320px) {
    .menubar > ul > li > :first-child {
        padding: 0 2.5px;
    }
}

.menubar > ul > li .menucaret {
    display: inline-block;
    width: 9px;
    height: 6px;
    overflow: hidden;
    margin: 20px 0 0 7px;
    background-position: 0 -1px;
    float: left;
}

.menubar > ul > li .logo {
    background: url('/img/bandcamp-logo-bc-color.svg') 30% 50% no-repeat;
    background-size: 100%;
    width: 45px;
    height: 45px;
}

/***  ALTERNATE APPEARANCES OF MENU BAR ITEMS  ***/

.menubar > ul > li.highlighted > :first-child {
    background-color: #CCC;
}

.menubar > ul > li.selected > :first-child {
    background-color: #AAAAAA;
    color: white;
}

.menubar > ul > li.selected .menucaret {
    background-position:-9px -1px;
}

.menubar > ul > li.disabled > :first-child {
    color: #aab3a9;
}

.menubar > ul > li.message > :first-child {
    color: #AAAAAA;
}

.menubar #collection-alt {
    display: none;
}

.menubar #account-note-alt {
    display: none;
}

.menubar > ul > li .new {
    display:inline-block;
    width: 36px;
    height: 11px;
    overflow: hidden;
    margin-top:10px;
    background-position:0 -170px;
    vertical-align: top;
}

.menubar > ul > li.message.highlighted > :first-child,
.menubar > ul > li.message.selected > :first-child {
    background-color: transparent;
}

/***  BAND BAR ITEM  ***/



.menubar .bandname {
    max-width: 180px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}

@media screen and (max-width: 480px) {
    .menubar .bandname {
        max-width: 70px;
    }
}

@media screen and (max-width: 320px) {
 .menubar .bandname {
        max-width: 40px;
    }   
}

/***  ADD MUSIC BAR ITEM  ***/

.menubar .add-music {
    float: left;
}

/***  USER BAR ITEM  ***/

.menubar .userpic {
    display: block;
    float: left;
    background-color: #fff;
    margin:8px 10px 0 0;
    width: 25px; height: 25px;    
    border: solid 1px rgba(0,0,0,.2);
}

.menubar .username {
    display: inline-block;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left:0.1em;
    float: left;
}
.menubar .badge-pro,
.menubar .menubar-badge-pro {
    background: #8eafb8;
    font-size: 10px;
    font-weight: bold;
    display: inline-block;
    padding: 0 3px;
    color: #fff;
    line-height: 15px;
    margin: 15px 0 0 5px;
    float: left;
}

.menubar > ul > li.selected .badge-pro {
    background: #919191;
    color: #eee;
}

/***  FAN (USER) BAR ITEM  ***/
.menubar .gear.bc-ui,
.menubar > ul > li .settings-gear .bc-ui {
    background-position: 0 -181px;
    width: 18px;
    height: 18px;
    display: block;
    margin: 12px 0 0;
    float:left;
}

.menubar > ul > li span.smallvertline {
    height: 17px;
    width: 0;
    margin: 15px 0 0;
    border-left: 1px solid #cbcbcb;
    padding: 0;
}

/***  CART BAR ITEM  ***/

.menubar #cart-item, .menubar #cart-item-divider {
    display: none;
}

.cart-icon {
    width: 1.5rem;
    display: block;
    float: left;
    height: 43px;
}

.cart-icon .inner {
    width: 1.5rem;
    height: 1.1rem;
    background: url(/img/mobile-sprites-20150520.svg) no-repeat;
    background-size: 500% auto;
    background-position: 0 27.7%;
    position: relative;
    top: 12px;
}

.no-svg .cart-icon {
    background-image: url(/img/mobile-sprites-20150520.png);
}

.cart-number {
    padding: 0 0.25rem;
    background-color: #5ac523;
    font-size: 0.6875rem;
    font-weight: bold;
    text-align: center;
    border-radius: 0.1875rem;
    color: #fff;
    position: relative;
    top: -1px;
}

/***  MENU STYLINGS  ***/

.menubar .ui-menu {
    padding: 4px 0 2px 0;
}

.menubar .ui-corner-all {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.menubar .ui-menu-item a {
    padding: 5px 22px;
    font-family: arial, helvetica, clean, sans-serif;
}

.menubar .ui-menu-item {
    border: none;
}

.menubar .menu .ui-menu-divider {
    margin: 5px 0px;
}

.menubar .menu {
    display: none; /* initially hide */
    float: left;
    position: absolute;
    min-width: 100px; /* min width of menus */
    font-size: 100%;
}

.menubar .menu-icon {
    float: left;
    margin-left: -12px;
}

/* .ui-widget-content is added by jquery */
.menubar .ui-widget-content {
    background: #EEEEEE;
}

/* .ui-state-focus is a jquery class added to an item's <a> when rolled over */
.menubar .ui-menu-item .ui-state-focus {
    border: none;
    background: #BBBBBB;
    color: white;
    margin: 0;
}

/* .ui-state-disabled goes on the menu item */
.menubar .ui-menu-item.ui-state-disabled {
    margin: 0;
    opacity: 1.0;
}

.menubar .ui-menu-item.ui-state-disabled a {
    cursor: pointer;
    color: #AAAAAA;
}

/*** SEARCH BAR ITEM  ***/

.menubar .search {
    float: left;
    padding: 0;
    margin: 0;
    vertical-align: middle;
}

@media screen and (max-width: 330px) {
    .searchwidget input[type=text] {
        font-size: 11.5px;
    }
}

.menubar input.search-field {
    margin: 0;
    height: 21px;
    line-height: 21px;
    width: 280px;
    font-family: "Helvetica Neue",Arial,sans-serif;
    color: #333;
    font-size: 13px;
    padding: 0 25px 0 3px;

    -webkit-user-select: text;
}

.menubar .withband input.search-field {
    -width: 260px;
}

.menubar #search .hint {
    color: #b0b0b0;
}

.menubar #search button {
    margin: 0;
    padding: 0;
    height: 28px;
    line-height: 22px;
    border: 6px solid transparent;
    font-size: 10px;
    width: 28px;
    overflow: hidden;
    position: relative;
    left: -31px;
    top: 2px;
    background-color: transparent;
}

.menubar #search button:hover,
.menubar #search button:active {
    text-decoration: none;
}

.menubar #search button .bc-ui.menubar-search-icon {
    background-position: 0 -200px;
    width: 13px;
    height: 13px;
    line-height: 13px;
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 2px;
    text-indent: -999rem;
}

.menubar > ul > li.search.highlighted > :first-child,
.menubar > ul > li.search.selected > :first-child {
    background-color: transparent;
}

.menubar > ul > li.mobile-hidden {
    display: none;
}


/* New style phone menubar */

.menubar-phone {
    height: 4em;
    background-color: #dcddde;
    min-width: 320px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
}
.menubar-phone > * {
    border-top: solid 1px #cecfd0;
    border-right: solid 1px #c8c9ca;
    border-bottom: solid 1px #b1b2b3;
    border-left: solid 1px #f0f1f2;
}
.menubar-phone > *:first-child {
    border-left: none;
}
.menubar-phone > :last-child {
    border-right: none;
}
.menubar-phone .search-container {
    position: relative;
    -webkit-flex-grow: 1;
        -ms-flex-grow: 1;
            flex-grow: 1;
}
.menubar-phone.searching .logo-container {
    border-right: none;
}
.menubar-phone.searching .search-container .searchwidget {
    display: inline-flex;
    animation-duration: 0.02s;
    animation-name: search-expand;
    float: right;
    width: 100%;
    margin-right: 0.5em;
}
@keyframes search-expand {
    from  { width: 10%; }
    to    { width: 100%; }
}
@keyframes flex-compress {
    from {
        /* flex: 1; */
        max-width: 16em;
    }
    to {
        max-width: 0em;
        /* flex: .01; */
        /* flex: .00001; */
    }
}
.menubar-phone .search-container .searchwidget {
    display: none;
    padding-top: 0.5em;
}
.menubar-phone .search-container .searchwidget button[type=submit] {
    top: 1.3em;
}
.menubar-phone .logo-container {
    width: 8em;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.menubar-phone .logo-container .search {
    margin-top: 1em;
    margin-right: 0.5em;
}
.menubar-phone .search-container input[type=text]:focus {
    border-color: #939497;
}
.menubar-phone .logo-container .search-icon {
    fill: rgb(119,119,119);
    height: 2em;
    width: 2em;
    position: absolute;
    z-index: 1;
    padding: 1em;
    right: 0;
}
.menubar-phone.searching .logo-container .search-icon {
    fill: rgb(51,51,51);
}
.menubar-phone .logo-container a {
    height: 4em;
    width: 7em;
    display: block;
}
.menubar-phone .logo-container .logo {
    background: url('/img/bandcamp-logo-bc-color.svg') 60% 48% no-repeat;
    background-size: 54%;
    background-repeat: no-repeat;
    height: 4em;
    width: 6em;
}
.menubar-phone .user-info-container {
    max-width: 55%;
}
.menubar-phone .user-info-inner {
    margin: 0.6em 1.4em;
}
.menubar-phone.searching .user-info-container {
    animation-duration: 0.02s;
    animation-name: flex-compress;
    animation-timing-function: linear;
    max-width: 0px;
    border-left: none;
    border-right: none;
    overflow: hidden;
}
.menubar-phone .login {
    padding-top: 0.6em;
}
.menubar-phone .login a {
    font-weight: bold;
    color: #61939d;
    text-align: center;
    font-size: 1.1em;
}
.menubar-phone .userpic {
    margin-top: 0.1em;
    display: inline-flex;
    max-width: 100%;
}
.menubar-phone .userpic a {
    font-weight: bold;
    color: #61939d;
    text-align: center;
    font-size: 1.2em;
    padding-top: 0.4em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.menubar-phone.searching .userpic a {
    animation-duration: 0.02s;
    animation-name: flex-compress;
    animation-timing-function: linear;
}
.menubar-phone .userpic img {
    height: 2.4em;
    width: 2.4em;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1em;
    border: solid 1px #9f9f9f;
    flex-shrink: 0;
}

/* END New style phone menubar */

/* trackpipe/public/css/yum/yum_2016.css */

.row {
    clear: both;
    margin: 0 auto;
    width: 100%;
}

.hidden {
    display: none;
}

.mobile {
    display: none;
}

.bc-ui.loading {
    background: url('/img/wait16-2.gif');
    background-size: contain;
    height: 15px;
    width: 15px;
    top: .6em;
}

.bc-ui.check {
    background: url('/img/yum/green-check.svg');
    background-size: contain;
    height: 15px;
    width: 15px;
    top: .7em;
}



.bc-ui.form-icon {
    background-repeat: no-repeat;
    position: absolute;
    right: .54em;
}

.form-header {
    text-align: center;
    margin-top: 7.375rem;
    margin-bottom: 1.25rem;
    font-weight: 500;
}


.form-block {
    margin-top: 1.125rem;
    margin-bottom: 0.625rem;
    font-size: 1rem;
}

.form-block label {
    display: inline-block;
    position: absolute;
    text-align: right;
    margin-left: -1.25rem;
    font-size: 1rem;
    line-height: 2.25em;
}

.form-field {
    position: relative;
}

.text-input {
    text-align: left;
    font-size: 0.9375rem;
    padding: 0.4375rem;
    width: 100%;
    color: #333;
    font-weight: 500;
    box-sizing: border-box;
    border: 1px solid #ccc;
}

.text-input:focus {
    outline: none;
}

.show-error-msg .text-input, .show-error-msg .text-input:focus {
    border: 1px solid red;
    box-shadow: 0px 0px 0px 1px red;
}

.collection-add {
    text-align: left;
    margin-left: 5px;
    margin-bottom: 10px;
}

.collection-add input {
    margin-right: 0.5em;
}

.mailing-list-checkbox {
    margin-top: 20px;
    margin-left: 3.3125rem;
}

.fancy-checkbox {
    width: 25px;
    height: 25px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.fancy-checkbox input[type=checkbox] {
    visibility: hidden;
}

.fancy-checkbox label {
    cursor: pointer;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 0;
    left: 0;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #ccc;
}

.fancy-checkbox label:after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 12px;
    height: 7px;
    background: transparent;
    top: 4px;
    left: 4px;
    border: 4px solid #818285;
    border-top: none;
    border-right: none;

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.fancy-checkbox input[type=checkbox]:checked + label:after {
    opacity: 1;
}

.mailing-list-label {
    font-size: 1rem;
    vertical-align: middle;
}

#buttons {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
}

.redeem-button {
    background: #1DA0C3;
    color: white;
    font-size: 1rem;
    font-weight: 500;
    margin: 0;
    border: none;

    padding: 0.5rem 0;
    width: 100%;
    text-decoration: none;
}

.redeem-button:disabled {
    opacity: .5;
    cursor: default;
    text-decoration: none;
}

.contrasterror-redeem-button .redeem-button {
    background: black;
    color: white;
}

.contrasterror-redeem-button.invertIconography .redeem-button {
    background: white;
    color: black;
}

.small-message {
    margin-top: 4.125rem;
    text-align: center;
    font-size: 0.75rem;
}

.account-name {
    margin-bottom: 1rem;
}

.switch-link {
    width: 22em;
    margin: 0 auto;
}

.loggedin #buttons {
    margin-top: 1rem;
    margin-bottom: 7rem;
}

.errormsg {
    font-size: 0.875rem;
    padding: 0.5rem 0.5625rem;
    display: block;
    color: red;
    font-size: 0.875rem;
    width: 88%;
    margin: 0.25rem auto;
}

.pg-ft-mobile .pg-ft-nav li,
.lang-picker-lang-phone {
    color: #abc1c7;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    line-height: 24px;
    padding: 0 4.265%;
}

#centerWrapper {
    width: 100%;
}

div#propOpenWrapper {
    width: 100%;
    position: relative;
    background: none transparent;
}

#pgBd {
    margin: auto;
    /* FIXME: move to design system vars */
    /* page size - menubar - minimal-footer - padding */
    min-height: calc(100vh - 53px - 72px - 35px - 45px);
}

@media (min-width: 975px) {
    .errormsg {
        background: rgba(255,255,255,.9);
        border-radius: 3px;
    }
}


@media (max-width: 975px) {

    .desktop {
        display: none;
    }

    .mobile {
        display: inherit;
    }

    /* override a couple of the user-customizable rules from _design_rules.liquid */
    body {
        background: url('/img/bg-mobile-light-20120612.gif') #f0f0f0 !important;
    }

    #propOpenWrapper {
        background: none !important;
    }

    #pgBd {
        background: none !important;
    }

    #pgBd {
        background: none;
    }

    #pgBd > .content {
        color: #818285;
        width: 50%;
        margin: 0 auto;
    }

    .small-message.secondaryText {
        color: #818285;
    }

    .secondaryText.optional-text {
        color: #818285;
        font-size: 10px;
        line-height: 0;
        display: block;
        position: absolute;
        top: 36px;
        left: 0;
    }

    #profimg {
        background: url('/img/profimg.JPG');
        height: 1.875rem;
        width: 1.875rem;
        background-size: cover;
        float: left;
        margin-top: 0.375rem;
        margin-right: 0.875rem;
    }

    #yum a.custom-color {
        color: #0687f5;
    }

    .form-header {
        margin-top: 1.75rem;
        margin-bottom: 1.125rem;
        font-weight: 500;
        color: #818285;
        font-size: 1.125rem;
    }

    .form-block {
        font-size: 0.9375rem;
        margin-top: 0.625rem;
    }

    .form-block label {
        margin-left: 0;
        width: 2.75rem;
        text-align: left;
        position: initial;
        margin-right: 9px;
        color: #818285;
        font-weight: 500;
        float: left;
        font-size: 1rem;
        line-height: 2.625rem;
    }
    
    .form-block#email label > span {
        position: relative;
    }

    .non-english .form-block label {
        line-height: 1.75rem;
        width: auto;
    }

    .form-block .form-field {
        margin-left: 0;
        width: 100%;
        text-align: left;
        box-sizing: border-box;
        padding-left: 3.3125rem;
    }

    .non-english .form-block .form-field {
        padding-left: 0;
    }

    .text-input {
        font-size: 1rem;
        border: 0.125rem solid rgba(0,0,0,0);
        border-radius: 0.25rem;
        width: 100%;
        padding: 0.55rem 0.5rem;
    }

    .text-input:focus {
        outline: none;
        border: 0.125rem solid #1DA0C3;

        box-shadow: none;
    }

    .show-error-msg .text-input, .show-error-msg .text-input:focus {
        border: 2px solid red;
        box-shadow: none;
    }

    .other-content {
        width: 100%;
        margin-left: 0;
    }

    .small-message {
        margin-top: 2rem;
        margin-bottom: 2rem;
        font-size: 0.875rem;
    }

    .redeem-button, .redeem-button.custom-color {
        border-radius: 0.25rem;
        font-size: 1rem;
        padding: 0.75rem;
    }

    .redeem-button.custom-color {
        background: #0687f5 !important;
        color: white !important;
        font-weight: 500;
    }

    .bc-ui.loading {
        top: .9em;
    }

    .bc-ui.check {
        top: .9em;
    }

    .loggedin .non-english .bc-ui.check {
        margin-top: 0rem;
    }

    .non-english .bc-ui.check {
        margin-top: 1.75rem;
    }

    .bc-ui.form-icon {
        right: .8em;
    }

    .loggedin .form-header {
        padding: 1.875rem 0;
    }

    .loggedin .form-block .form-field {
        padding-left: 0;
    }


    /***** global overrides *****/
    #centerWrapper {
        position: initial;
        width: auto;
        margin: initial;
    }

    #menubar {
        width: auto;
    }

    #propOpenWrapper {
        width: 100%;
        box-sizing: border-box;
    }

    #pgBd {
        width: auto;
        position: initial;
        max-width: initial;
        padding: 0;
    }

    #customHeaderWrapper {
        display: none;
    }

    /***** end global overrides *****/
}

@media (max-width: 740px) {
    #pgBd > .content {
        width: auto;
        margin: 1.25rem;
    }
}

