3.1.12 (Brainy Betty) 363d883ef0fa4057d3908047c27524329f5ade55 o:Sass::Tree::RootNode : @linei: @options{:@has_childrenT:@template"#// Based on [Eric Meyer's reset 2.0](http://meyerweb.com/eric/tools/css/reset/index.html) // Global reset rules. // For more specific resets, use the reset mixins provided below @mixin global-reset { html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { @include reset-box-model; @include reset-font; } body { @include reset-body; } ol, ul { @include reset-list-style; } table { @include reset-table; } caption, th, td { @include reset-table-cell; } q, blockquote { @include reset-quotation; } a img { @include reset-image-anchor-border; } @include reset-html5; } // Reset all elements within some selector scope. To reset the selector itself, // mixin the appropriate reset mixin for that element type as well. This could be // useful if you want to style a part of your page in a dramatically different way. @mixin nested-reset { div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { @include reset-box-model; @include reset-font; } table { @include reset-table; } caption, th, td { @include reset-table-cell; } q, blockquote { @include reset-quotation; } a img { @include reset-image-anchor-border; } } // Reset the box model measurements. @mixin reset-box-model { margin: 0; padding: 0; border: 0; } // Reset the font and vertical alignment. @mixin reset-font { font-size: 100%; font: inherit; vertical-align: baseline; } // Resets the outline when focus. // For accessibility you need to apply some styling in its place. @mixin reset-focus { outline: 0; } // Reset a body element. @mixin reset-body { line-height: 1; } // Reset the list style of an element. @mixin reset-list-style { list-style: none; } // Reset a table @mixin reset-table { border-collapse: collapse; border-spacing: 0; } // Reset a table cell (`th`, `td`) @mixin reset-table-cell { text-align: left; font-weight: normal; vertical-align: middle; } // Reset a quotation (`q`, `blockquote`) @mixin reset-quotation { quotes: none; &:before, &:after { content: ""; content: none; } } // Resets the border. @mixin reset-image-anchor-border { border: none; } // Unrecognized elements are displayed inline. // This reset provides a basic reset for block html5 elements // so they are rendered correctly in browsers that don't recognize them // and reset in browsers that have default styles for them. @mixin reset-html5 { #{elements-of-type(html5-block)} { display: block; } } // Resets the display of inline and block elements to their default display // according to their tag type. Elements that have a default display that varies across // versions of html or browser are not handled here, but this covers the 90% use case. // Usage Example: // // // Turn off the display for both of these classes // .unregistered-only, .registered-only // display: none // // Now turn only one of them back on depending on some other context. // body.registered // +reset-display(".registered-only") // body.unregistered // +reset-display(".unregistered-only") @mixin reset-display($selector: "", $important: false) { #{append-selector(elements-of-type("inline"), $selector)} { @if $important { display: inline !important; } @else { display: inline; } } #{append-selector(elements-of-type("block"), $selector)} { @if $important { display: block !important; } @else { display: block; } } } :@children[o:Sass::Tree::CommentNode : @value["/* Based on [Eric Meyer's reset 2.0](http://meyerweb.com/eric/tools/css/reset/index.html) * Global reset rules. * For more specific resets, use the reset mixins provided below */;i: @loud0: @silenti;@; [o:Sass::Tree::MixinDefNode ;i : @args[: @name"global-reset;@;T; [ o:Sass::Tree::RuleNode : @tabsi;i: @rule["html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video;@;T; [o:Sass::Tree::MixinNode ;i;[:@keywords{;"reset-box-model;@; [o; ;i;[;{;"reset-font;@; [:@parsed_ruleso:"Sass::Selector::CommaSequence;i: @members[Vo:Sass::Selector::Sequence;[o:#Sass::Selector::SimpleSequence;i;[o:Sass::Selector::Element ;i:@namespace0:@filename";[" html;@&o;;[o;;i;[o; ;i;0;@&;[" body;@&o;;[o;;i;[o; ;i;0;@&;["div;@&o;;[o;;i;[o; ;i;0;@&;[" span;@&o;;[o;;i;[o; ;i;0;@&;[" applet;@&o;;[o;;i;[o; ;i;0;@&;[" object;@&o;;[o;;i;[o; ;i;0;@&;[" iframe;@&o;;[" o;;i;[o; ;i;0;@&;["h1;@&o;;[o;;i;[o; ;i;0;@&;["h2;@&o;;[o;;i;[o; ;i;0;@&;["h3;@&o;;[o;;i;[o; ;i;0;@&;["h4;@&o;;[o;;i;[o; ;i;0;@&;["h5;@&o;;[o;;i;[o; ;i;0;@&;["h6;@&o;;[o;;i;[o; ;i;0;@&;["p;@&o;;[o;;i;[o; ;i;0;@&;["blockquote;@&o;;[o;;i;[o; ;i;0;@&;["pre;@&o;;[" o;;i;[o; ;i;0;@&;["a;@&o;;[o;;i;[o; ;i;0;@&;[" abbr;@&o;;[o;;i;[o; ;i;0;@&;[" acronym;@&o;;[o;;i;[o; ;i;0;@&;[" address;@&o;;[o;;i;[o; ;i;0;@&;["big;@&o;;[o;;i;[o; ;i;0;@&;[" cite;@&o;;[o;;i;[o; ;i;0;@&;[" code;@&o;;[" o;;i;[o; ;i;0;@&;["del;@&o;;[o;;i;[o; ;i;0;@&;["dfn;@&o;;[o;;i;[o; ;i;0;@&;["em;@&o;;[o;;i;[o; ;i;0;@&;["img;@&o;;[o;;i;[o; ;i;0;@&;["ins;@&o;;[o;;i;[o; ;i;0;@&;["kbd;@&o;;[o;;i;[o; ;i;0;@&;["q;@&o;;[o;;i;[o; ;i;0;@&;["s;@&o;;[o;;i;[o; ;i;0;@&;[" samp;@&o;;[" o;;i;[o; ;i;0;@&;[" small;@&o;;[o;;i;[o; ;i;0;@&;[" strike;@&o;;[o;;i;[o; ;i;0;@&;[" strong;@&o;;[o;;i;[o; ;i;0;@&;["sub;@&o;;[o;;i;[o; ;i;0;@&;["sup;@&o;;[o;;i;[o; ;i;0;@&;["tt;@&o;;[o;;i;[o; ;i;0;@&;["var;@&o;;[" o;;i;[o; ;i;0;@&;["b;@&o;;[o;;i;[o; ;i;0;@&;["u;@&o;;[o;;i;[o; ;i;0;@&;["i;@&o;;[o;;i;[o; ;i;0;@&;[" center;@&o;;[" o;;i;[o; ;i;0;@&;["dl;@&o;;[o;;i;[o; ;i;0;@&;["dt;@&o;;[o;;i;[o; ;i;0;@&;["dd;@&o;;[o;;i;[o; ;i;0;@&;["ol;@&o;;[o;;i;[o; ;i;0;@&;["ul;@&o;;[o;;i;[o; ;i;0;@&;["li;@&o;;[" o;;i;[o; ;i;0;@&;[" fieldset;@&o;;[o;;i;[o; ;i;0;@&;[" form;@&o;;[o;;i;[o; ;i;0;@&;[" label;@&o;;[o;;i;[o; ;i;0;@&;[" legend;@&o;;[" o;;i;[o; ;i;0;@&;[" table;@&o;;[o;;i;[o; ;i;0;@&;[" caption;@&o;;[o;;i;[o; ;i;0;@&;[" tbody;@&o;;[o;;i;[o; ;i;0;@&;[" tfoot;@&o;;[o;;i;[o; ;i;0;@&;[" thead;@&o;;[o;;i;[o; ;i;0;@&;["tr;@&o;;[o;;i;[o; ;i;0;@&;["th;@&o;;[o;;i;[o; ;i;0;@&;["td;@&o;;[" o;;i;[o; ;i;0;@&;[" article;@&o;;[o;;i;[o; ;i;0;@&;[" aside;@&o;;[o;;i;[o; ;i;0;@&;[" canvas;@&o;;[o;;i;[o; ;i;0;@&;[" details;@&o;;[o;;i;[o; ;i;0;@&;[" embed;@&o;;[" o;;i;[o; ;i;0;@&;[" figure;@&o;;[o;;i;[o; ;i;0;@&;["figcaption;@&o;;[o;;i;[o; ;i;0;@&;[" footer;@&o;;[o;;i;[o; ;i;0;@&;[" header;@&o;;[o;;i;[o; ;i;0;@&;[" hgroup;@&o;;[" o;;i;[o; ;i;0;@&;[" menu;@&o;;[o;;i;[o; ;i;0;@&;["nav;@&o;;[o;;i;[o; ;i;0;@&;[" output;@&o;;[o;;i;[o; ;i;0;@&;[" ruby;@&o;;[o;;i;[o; ;i;0;@&;[" section;@&o;;[o;;i;[o; ;i;0;@&;[" summary;@&o;;[" o;;i;[o; ;i;0;@&;[" time;@&o;;[o;;i;[o; ;i;0;@&;[" mark;@&o;;[o;;i;[o; ;i;0;@&;[" audio;@&o;;[o;;i;[o; ;i;0;@&;[" video;@&;@&o; ;i;i;[" body;@;T; [o; ;i;[;{;"reset-body;@; [;o;;i;[o;;[o;;i;[o; ;i;0;";[" body;@p;@po; ;i;i;[" ol, ul;@;T; [o; ;i;[;{;"reset-list-style;@; [;o;;i;[o;;[o;;i;[o; ;i;0;";["ol;@o;;[o;;i;[o; ;i;0;@;["ul;@;@o; ;i;i;[" table;@;T; [o; ;i;[;{;"reset-table;@; [;o;;i;[o;;[o;;i;[o; ;i;0;";[" table;@;@o; ;i;i;["caption, th, td;@;T; [o; ;i ;[;{;"reset-table-cell;@; [;o;;i;[o;;[o;;i;[o; ;i;0;";[" caption;@o;;[o;;i;[o; ;i;0;@;["th;@o;;[o;;i;[o; ;i;0;@;["td;@;@o; ;i;i!;["q, blockquote;@;T; [o; ;i";[;{;"reset-quotation;@; [;o;;i!;[o;;[o;;i!;[o; ;i!;0;";["q;@o;;[o;;i!;[o; ;i!;0;@;["blockquote;@;@o; ;i;i#;[" a img;@;T; [o; ;i$;[;{;"reset-image-anchor-border;@; [;o;;i#;[o;;[o;;i#;[o; ;i#;0;";["a;@o;;i#;[o; ;i#;0;@;["img;@;@o; ;i%;[;{;"reset-html5;@; [o; ; ["/* Reset all elements within some selector scope. To reset the selector itself, * mixin the appropriate reset mixin for that element type as well. This could be * useful if you want to style a part of your page in a dramatically different way. */;i'; 0;i;@; [o; ;i*;[;"nested-reset;@;T; [ o; ;i;i7;["div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video;@;T; [o; ;i8;[;{;"reset-box-model;@; [o; ;i9;[;{;"reset-font;@; [;o;;i7;[To;;[o;;i7;[o; ;i7;0;";["div;@o;;[o;;i7;[o; ;i7;0;@;[" span;@o;;[o;;i7;[o; ;i7;0;@;[" applet;@o;;[o;;i7;[o; ;i7;0;@;[" object;@o;;[o;;i7;[o; ;i7;0;@;[" iframe;@o;;[" o;;i7;[o; ;i7;0;@;["h1;@o;;[o;;i7;[o; ;i7;0;@;["h2;@o;;[o;;i7;[o; ;i7;0;@;["h3;@o;;[o;;i7;[o; ;i7;0;@;["h4;@o;;[o;;i7;[o; ;i7;0;@;["h5;@o;;[o;;i7;[o; ;i7;0;@;["h6;@o;;[o;;i7;[o; ;i7;0;@;["p;@o;;[o;;i7;[o; ;i7;0;@;["blockquote;@o;;[o;;i7;[o; ;i7;0;@;["pre;@o;;[" o;;i7;[o; ;i7;0;@;["a;@o;;[o;;i7;[o; ;i7;0;@;[" abbr;@o;;[o;;i7;[o; ;i7;0;@;[" acronym;@o;;[o;;i7;[o; ;i7;0;@;[" address;@o;;[o;;i7;[o; ;i7;0;@;["big;@o;;[o;;i7;[o; ;i7;0;@;[" cite;@o;;[o;;i7;[o; ;i7;0;@;[" code;@o;;[" o;;i7;[o; ;i7;0;@;["del;@o;;[o;;i7;[o; ;i7;0;@;["dfn;@o;;[o;;i7;[o; ;i7;0;@;["em;@o;;[o;;i7;[o; ;i7;0;@;["img;@o;;[o;;i7;[o; ;i7;0;@;["ins;@o;;[o;;i7;[o; ;i7;0;@;["kbd;@o;;[o;;i7;[o; ;i7;0;@;["q;@o;;[o;;i7;[o; ;i7;0;@;["s;@o;;[o;;i7;[o; ;i7;0;@;[" samp;@o;;[" o;;i7;[o; ;i7;0;@;[" small;@o;;[o;;i7;[o; ;i7;0;@;[" strike;@o;;[o;;i7;[o; ;i7;0;@;[" strong;@o;;[o;;i7;[o; ;i7;0;@;["sub;@o;;[o;;i7;[o; ;i7;0;@;["sup;@o;;[o;;i7;[o; ;i7;0;@;["tt;@o;;[o;;i7;[o; ;i7;0;@;["var;@o;;[" o;;i7;[o; ;i7;0;@;["b;@o;;[o;;i7;[o; ;i7;0;@;["u;@o;;[o;;i7;[o; ;i7;0;@;["i;@o;;[o;;i7;[o; ;i7;0;@;[" center;@o;;[" o;;i7;[o; ;i7;0;@;["dl;@o;;[o;;i7;[o; ;i7;0;@;["dt;@o;;[o;;i7;[o; ;i7;0;@;["dd;@o;;[o;;i7;[o; ;i7;0;@;["ol;@o;;[o;;i7;[o; ;i7;0;@;["ul;@o;;[o;;i7;[o; ;i7;0;@;["li;@o;;[" o;;i7;[o; ;i7;0;@;[" fieldset;@o;;[o;;i7;[o; ;i7;0;@;[" form;@o;;[o;;i7;[o; ;i7;0;@;[" label;@o;;[o;;i7;[o; ;i7;0;@;[" legend;@o;;[" o;;i7;[o; ;i7;0;@;[" table;@o;;[o;;i7;[o; ;i7;0;@;[" caption;@o;;[o;;i7;[o; ;i7;0;@;[" tbody;@o;;[o;;i7;[o; ;i7;0;@;[" tfoot;@o;;[o;;i7;[o; ;i7;0;@;[" thead;@o;;[o;;i7;[o; ;i7;0;@;["tr;@o;;[o;;i7;[o; ;i7;0;@;["th;@o;;[o;;i7;[o; ;i7;0;@;["td;@o;;[" o;;i7;[o; ;i7;0;@;[" article;@o;;[o;;i7;[o; ;i7;0;@;[" aside;@o;;[o;;i7;[o; ;i7;0;@;[" canvas;@o;;[o;;i7;[o; ;i7;0;@;[" details;@o;;[o;;i7;[o; ;i7;0;@;[" embed;@o;;[" o;;i7;[o; ;i7;0;@;[" figure;@o;;[o;;i7;[o; ;i7;0;@;["figcaption;@o;;[o;;i7;[o; ;i7;0;@;[" footer;@o;;[o;;i7;[o; ;i7;0;@;[" header;@o;;[o;;i7;[o; ;i7;0;@;[" hgroup;@o;;[" o;;i7;[o; ;i7;0;@;[" menu;@o;;[o;;i7;[o; ;i7;0;@;["nav;@o;;[o;;i7;[o; ;i7;0;@;[" output;@o;;[o;;i7;[o; ;i7;0;@;[" ruby;@o;;[o;;i7;[o; ;i7;0;@;[" section;@o;;[o;;i7;[o; ;i7;0;@;[" summary;@o;;[" o;;i7;[o; ;i7;0;@;[" time;@o;;[o;;i7;[o; ;i7;0;@;[" mark;@o;;[o;;i7;[o; ;i7;0;@;[" audio;@o;;[o;;i7;[o; ;i7;0;@;[" video;@;@o; ;i;i:;[" table;@;T; [o; ;i;;[;{;"reset-table;@; [;o;;i:;[o;;[o;;i:;[o; ;i:;0;";[" table;@V;@Vo; ;i;i<;["caption, th, td;@;T; [o; ;i=;[;{;"reset-table-cell;@; [;o;;i<;[o;;[o;;i<;[o; ;i<;0;";[" caption;@io;;[o;;i<;[o; ;i<;0;@i;["th;@io;;[o;;i<;[o; ;i<;0;@i;["td;@i;@io; ;i;i>;["q, blockquote;@;T; [o; ;i?;[;{;"reset-quotation;@; [;o;;i>;[o;;[o;;i>;[o; ;i>;0;";["q;@o;;[o;;i>;[o; ;i>;0;@;["blockquote;@;@o; ;i;i@;[" a img;@;T; [o; ;iA;[;{;"reset-image-anchor-border;@; [;o;;i@;[o;;[o;;i@;[o; ;i@;0;";["a;@o;;i@;[o; ;i@;0;@;["img;@;@o; ; [",/* Reset the box model measurements. */;iC; 0;i;@; [o; ;iD;[;"reset-box-model;@;T; [o:Sass::Tree::PropNode ; o:Sass::Script::String; "0: @type:identifier;@;i;iE:@prop_syntax:new;[" margin;@; [o; ; o; ; "0;!;";@;i;iF;#;$;[" padding;@; [o; ; o; ; "0;!;";@;i;iG;#;$;[" border;@; [o; ; ["1/* Reset the font and vertical alignment. */;iI; 0;i;@; [o; ;iJ;[;"reset-font;@;T; [o; ; o; ; " 100%;!;";@;i;iK;#;$;["font-size;@; [o; ; o; ; " inherit;!;";@;i;iL;#;$;[" font;@; [o; ; o; ; " baseline;!;";@;i;iM;#;$;["vertical-align;@; [o; ; ["k/* Resets the outline when focus. * For accessibility you need to apply some styling in its place. */;iO; 0;i;@; [o; ;iQ;[;"reset-focus;@;T; [o; ; o; ; "0;!;";@;i;iR;#;$;[" outline;@; [o; ; [" /* Reset a body element. */;iT; 0;i;@; [o; ;iU;[;"reset-body;@;T; [o; ; o; ; "1;!;";@;i;iV;#;$;["line-height;@; [o; ; ["./* Reset the list style of an element. */;iX; 0;i;@; [o; ;iY;[;"reset-list-style;@;T; [o; ; o; ; " none;!;";@;i;iZ;#;$;["list-style;@; [o; ; ["/* Reset a table */;i\; 0;i;@; [o; ;i];[;"reset-table;@;T; [o; ; o; ; " collapse;!;";@;i;i^;#;$;["border-collapse;@; [o; ; o; ; "0;!;";@;i;i_;#;$;["border-spacing;@; [o; ; ["*/* Reset a table cell (`th`, `td`) */;ia; 0;i;@; [o; ;ib;[;"reset-table-cell;@;T; [o; ; o; ; " left;!;";@;i;ic;#;$;["text-align;@; [o; ; o; ; " normal;!;";@;i;id;#;$;["font-weight;@; [o; ; o; ; " middle;!;";@;i;ie;#;$;["vertical-align;@; [o; ; ["0/* Reset a quotation (`q`, `blockquote`) */;ig; 0;i;@; [o; ;ih;[;"reset-quotation;@;T; [o; ; o; ; " none;!;";@;i;ii;#;$;[" quotes;@; [o; ;i;ij;["&:before, &:after;@;T; [o; ; o; ; """;!;";@;i;ik;#;$;[" content;@; [o; ; o; ; " none;!;";@;i;il;#;$;[" content;@; [;o;;ij;[o;;[o;;ij;[o:Sass::Selector::Parent;ij;"o:Sass::Selector::Pseudo ;ij;!: class;@]: @arg0;[" before;@]o;;[o;;ij;[o;%;ij;@]o;& ;ij;!;';@];(0;[" after;@];@]o; ; ["/* Resets the border. */;in; 0;i;@; [o; ;io;[;"reset-image-anchor-border;@;T; [o; ; o; ; " none;!;";@;i;ip;#;$;[" border;@; [o; ; ["/* Unrecognized elements are displayed inline. * This reset provides a basic reset for block html5 elements * so they are rendered correctly in browsers that don't recognize them * and reset in browsers that have default styles for them. */;ir; 0;i;@; [o; ;iv;[;"reset-html5;@;T; [o; ;i;iw;[o:Sass::Script::Funcall ;iw;[o; ; "html5-block;iw;!;";@;{;"elements-of-type;@;@;T; [o; ; o; ; " block;!;";@;i;ix;#;$;[" display;@; [o; ; ["e/* Resets the display of inline and block elements to their default display * according to their tag type. Elements that have a default display that varies across * versions of html or browser are not handled here, but this covers the 90% use case. * Usage Example: * * // Turn off the display for both of these classes * .unregistered-only, .registered-only * display: none * // Now turn only one of them back on depending on some other context. * body.registered * +reset-display(".registered-only") * body.unregistered * +reset-display(".unregistered-only") */;iz; 0;i;@; [o; ;i;[[o:Sass::Script::Variable:@underscored_name" selector;" selector;@o; ; ";i;!: string;@[o;*;+"important;"important;@o:Sass::Script::Bool; F;i;@;"reset-display;@;T; [o; ;i;i;[o;) ;i;[o;) ;i;[o; ; " inline;i;!;,;@;{;"elements-of-type;@o;* ;i;+" selector;" selector;@;{;"append-selector;@;@;T; [u:Sass::Tree::IfNode[o:Sass::Script::Variable : @linei:@underscored_name"important: @name"important: @options{u:Sass::Tree::IfNode[00[o:Sass::Tree::PropNode : @valueo:Sass::Script::String;" inline: @type:identifier: @options{: @tabsi: @linei:@prop_syntax:new: @name[" display; @ :@children[[o:Sass::Tree::PropNode : @valueo:Sass::Script::String; "inline !important: @type:identifier; @ : @tabsi;i:@prop_syntax:new;[" display; @ :@children[o; ;i;i;[o;) ;i;[o;) ;i;[o; ; " block;i;!;,;@;{;"elements-of-type;@o;* ;i;+" selector;" selector;@;{;"append-selector;@;@;T; [u;.[o:Sass::Script::Variable : @linei:@underscored_name"important: @name"important: @options{u:Sass::Tree::IfNode[00[o:Sass::Tree::PropNode : @valueo:Sass::Script::String;" block: @type:identifier: @options{: @tabsi: @linei:@prop_syntax:new: @name[" display; @ :@children[[o:Sass::Tree::PropNode : @valueo:Sass::Script::String; "block !important: @type:identifier; @ : @tabsi;i:@prop_syntax:new;[" display; @ :@children[