3.1.12 (Brainy Betty) 363d883ef0fa4057d3908047c27524329f5ade55 o:Sass::Tree::RootNode : @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 : @loud0;@: @silenti: @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 */; [: @lineio:Sass::Tree::MixinDefNode ;@: @args[;T; [ o:Sass::Tree::RuleNode : @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 ;@:@keywords{;[; [: @name"reset-box-model;io; ;@;{;[; [;"reset-font;i:@parsed_ruleso:"Sass::Selector::CommaSequence: @members[Vo:Sass::Selector::Sequence;[o:#Sass::Selector::SimpleSequence;[o:Sass::Selector::Element :@namespace0:@filename";[" html;i;@%;io;;[o;;[o; ;0;@%;[" body;i;@%;io;;[o;;[o; ;0;@%;["div;i;@%;io;;[o;;[o; ;0;@%;[" span;i;@%;io;;[o;;[o; ;0;@%;[" applet;i;@%;io;;[o;;[o; ;0;@%;[" object;i;@%;io;;[o;;[o; ;0;@%;[" iframe;i;@%;io;;[" o;;[o; ;0;@%;["h1;i;@%;io;;[o;;[o; ;0;@%;["h2;i;@%;io;;[o;;[o; ;0;@%;["h3;i;@%;io;;[o;;[o; ;0;@%;["h4;i;@%;io;;[o;;[o; ;0;@%;["h5;i;@%;io;;[o;;[o; ;0;@%;["h6;i;@%;io;;[o;;[o; ;0;@%;["p;i;@%;io;;[o;;[o; ;0;@%;["blockquote;i;@%;io;;[o;;[o; ;0;@%;["pre;i;@%;io;;[" o;;[o; ;0;@%;["a;i;@%;io;;[o;;[o; ;0;@%;[" abbr;i;@%;io;;[o;;[o; ;0;@%;[" acronym;i;@%;io;;[o;;[o; ;0;@%;[" address;i;@%;io;;[o;;[o; ;0;@%;["big;i;@%;io;;[o;;[o; ;0;@%;[" cite;i;@%;io;;[o;;[o; ;0;@%;[" code;i;@%;io;;[" o;;[o; ;0;@%;["del;i;@%;io;;[o;;[o; ;0;@%;["dfn;i;@%;io;;[o;;[o; ;0;@%;["em;i;@%;io;;[o;;[o; ;0;@%;["img;i;@%;io;;[o;;[o; ;0;@%;["ins;i;@%;io;;[o;;[o; ;0;@%;["kbd;i;@%;io;;[o;;[o; ;0;@%;["q;i;@%;io;;[o;;[o; ;0;@%;["s;i;@%;io;;[o;;[o; ;0;@%;[" samp;i;@%;io;;[" o;;[o; ;0;@%;[" small;i;@%;io;;[o;;[o; ;0;@%;[" strike;i;@%;io;;[o;;[o; ;0;@%;[" strong;i;@%;io;;[o;;[o; ;0;@%;["sub;i;@%;io;;[o;;[o; ;0;@%;["sup;i;@%;io;;[o;;[o; ;0;@%;["tt;i;@%;io;;[o;;[o; ;0;@%;["var;i;@%;io;;[" o;;[o; ;0;@%;["b;i;@%;io;;[o;;[o; ;0;@%;["u;i;@%;io;;[o;;[o; ;0;@%;["i;i;@%;io;;[o;;[o; ;0;@%;[" center;i;@%;io;;[" o;;[o; ;0;@%;["dl;i;@%;io;;[o;;[o; ;0;@%;["dt;i;@%;io;;[o;;[o; ;0;@%;["dd;i;@%;io;;[o;;[o; ;0;@%;["ol;i;@%;io;;[o;;[o; ;0;@%;["ul;i;@%;io;;[o;;[o; ;0;@%;["li;i;@%;io;;[" o;;[o; ;0;@%;[" fieldset;i;@%;io;;[o;;[o; ;0;@%;[" form;i;@%;io;;[o;;[o; ;0;@%;[" label;i;@%;io;;[o;;[o; ;0;@%;[" legend;i;@%;io;;[" o;;[o; ;0;@%;[" table;i;@%;io;;[o;;[o; ;0;@%;[" caption;i;@%;io;;[o;;[o; ;0;@%;[" tbody;i;@%;io;;[o;;[o; ;0;@%;[" tfoot;i;@%;io;;[o;;[o; ;0;@%;[" thead;i;@%;io;;[o;;[o; ;0;@%;["tr;i;@%;io;;[o;;[o; ;0;@%;["th;i;@%;io;;[o;;[o; ;0;@%;["td;i;@%;io;;[" o;;[o; ;0;@%;[" article;i;@%;io;;[o;;[o; ;0;@%;[" aside;i;@%;io;;[o;;[o; ;0;@%;[" canvas;i;@%;io;;[o;;[o; ;0;@%;[" details;i;@%;io;;[o;;[o; ;0;@%;[" embed;i;@%;io;;[" o;;[o; ;0;@%;[" figure;i;@%;io;;[o;;[o; ;0;@%;["figcaption;i;@%;io;;[o;;[o; ;0;@%;[" footer;i;@%;io;;[o;;[o; ;0;@%;[" header;i;@%;io;;[o;;[o; ;0;@%;[" hgroup;i;@%;io;;[" o;;[o; ;0;@%;[" menu;i;@%;io;;[o;;[o; ;0;@%;["nav;i;@%;io;;[o;;[o; ;0;@%;[" output;i;@%;io;;[o;;[o; ;0;@%;[" ruby;i;@%;io;;[o;;[o; ;0;@%;[" section;i;@%;io;;[o;;[o; ;0;@%;[" summary;i;@%;io;;[" o;;[o; ;0;@%;[" time;i;@%;io;;[o;;[o; ;0;@%;[" mark;i;@%;io;;[o;;[o; ;0;@%;[" audio;i;@%;io;;[o;;[o; ;0;@%;[" video;i;@%;i;@%;i: @tabsi;io; ;[" body;@;T; [o; ;@;{;[; [;"reset-body;i;o;;[o;;[o;;[o; ;0;";[" body;i;@o;i;@o;i;i;io; ;[" ol, ul;@;T; [o; ;@;{;[; [;"reset-list-style;i;o;;[o;;[o;;[o; ;0;";["ol;i;@‚;io;;[o;;[o; ;0;@‚;["ul;i;@‚;i;@‚;i;i;io; ;[" table;@;T; [o; ;@;{;[; [;"reset-table;i;o;;[o;;[o;;[o; ;0;";[" table;i;@œ;i;@œ;i;i;io; ;["caption, th, td;@;T; [o; ;@;{;[; [;"reset-table-cell;i ;o;;[o;;[o;;[o; ;0;";[" caption;i;@¯;io;;[o;;[o; ;0;@¯;["th;i;@¯;io;;[o;;[o; ;0;@¯;["td;i;@¯;i;@¯;i;i;io; ;["q, blockquote;@;T; [o; ;@;{;[; [;"reset-quotation;i";o;;[o;;[o;;[o; ;0;";["q;i!;@Ð;i!o;;[o;;[o; ;0;@Ð;["blockquote;i!;@Ð;i!;@Ð;i!;i;i!o; ;[" a img;@;T; [o; ;@;{;[; [;"reset-image-anchor-border;i$;o;;[o;;[o;;[o; ;0;";["a;i#;@ê;i#o;;[o; ;0;@ê;["img;i#;@ê;i#;@ê;i#;i;i#o; ;@;{;[; [;"reset-html5;i%;"global-reset;i o; ; 0;@; i; ["ø/* 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'o; ;@;[;T; [ o; ;["ø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; ;@;{;[; [;"reset-box-model;i8o; ;@;{;[; [;"reset-font;i9;o;;[To;;[o;;[o; ;0;";["div;i7;@;i7o;;[o;;[o; ;0;@;[" span;i7;@;i7o;;[o;;[o; ;0;@;[" applet;i7;@;i7o;;[o;;[o; ;0;@;[" object;i7;@;i7o;;[o;;[o; ;0;@;[" iframe;i7;@;i7o;;[" o;;[o; ;0;@;["h1;i7;@;i7o;;[o;;[o; ;0;@;["h2;i7;@;i7o;;[o;;[o; ;0;@;["h3;i7;@;i7o;;[o;;[o; ;0;@;["h4;i7;@;i7o;;[o;;[o; ;0;@;["h5;i7;@;i7o;;[o;;[o; ;0;@;["h6;i7;@;i7o;;[o;;[o; ;0;@;["p;i7;@;i7o;;[o;;[o; ;0;@;["blockquote;i7;@;i7o;;[o;;[o; ;0;@;["pre;i7;@;i7o;;[" o;;[o; ;0;@;["a;i7;@;i7o;;[o;;[o; ;0;@;[" abbr;i7;@;i7o;;[o;;[o; ;0;@;[" acronym;i7;@;i7o;;[o;;[o; ;0;@;[" address;i7;@;i7o;;[o;;[o; ;0;@;["big;i7;@;i7o;;[o;;[o; ;0;@;[" cite;i7;@;i7o;;[o;;[o; ;0;@;[" code;i7;@;i7o;;[" o;;[o; ;0;@;["del;i7;@;i7o;;[o;;[o; ;0;@;["dfn;i7;@;i7o;;[o;;[o; ;0;@;["em;i7;@;i7o;;[o;;[o; ;0;@;["img;i7;@;i7o;;[o;;[o; ;0;@;["ins;i7;@;i7o;;[o;;[o; ;0;@;["kbd;i7;@;i7o;;[o;;[o; ;0;@;["q;i7;@;i7o;;[o;;[o; ;0;@;["s;i7;@;i7o;;[o;;[o; ;0;@;[" samp;i7;@;i7o;;[" o;;[o; ;0;@;[" small;i7;@;i7o;;[o;;[o; ;0;@;[" strike;i7;@;i7o;;[o;;[o; ;0;@;[" strong;i7;@;i7o;;[o;;[o; ;0;@;["sub;i7;@;i7o;;[o;;[o; ;0;@;["sup;i7;@;i7o;;[o;;[o; ;0;@;["tt;i7;@;i7o;;[o;;[o; ;0;@;["var;i7;@;i7o;;[" o;;[o; ;0;@;["b;i7;@;i7o;;[o;;[o; ;0;@;["u;i7;@;i7o;;[o;;[o; ;0;@;["i;i7;@;i7o;;[o;;[o; ;0;@;[" center;i7;@;i7o;;[" o;;[o; ;0;@;["dl;i7;@;i7o;;[o;;[o; ;0;@;["dt;i7;@;i7o;;[o;;[o; ;0;@;["dd;i7;@;i7o;;[o;;[o; ;0;@;["ol;i7;@;i7o;;[o;;[o; ;0;@;["ul;i7;@;i7o;;[o;;[o; ;0;@;["li;i7;@;i7o;;[" o;;[o; ;0;@;[" fieldset;i7;@;i7o;;[o;;[o; ;0;@;[" form;i7;@;i7o;;[o;;[o; ;0;@;[" label;i7;@;i7o;;[o;;[o; ;0;@;[" legend;i7;@;i7o;;[" o;;[o; ;0;@;[" table;i7;@;i7o;;[o;;[o; ;0;@;[" caption;i7;@;i7o;;[o;;[o; ;0;@;[" tbody;i7;@;i7o;;[o;;[o; ;0;@;[" tfoot;i7;@;i7o;;[o;;[o; ;0;@;[" thead;i7;@;i7o;;[o;;[o; ;0;@;["tr;i7;@;i7o;;[o;;[o; ;0;@;["th;i7;@;i7o;;[o;;[o; ;0;@;["td;i7;@;i7o;;[" o;;[o; ;0;@;[" article;i7;@;i7o;;[o;;[o; ;0;@;[" aside;i7;@;i7o;;[o;;[o; ;0;@;[" canvas;i7;@;i7o;;[o;;[o; ;0;@;[" details;i7;@;i7o;;[o;;[o; ;0;@;[" embed;i7;@;i7o;;[" o;;[o; ;0;@;[" figure;i7;@;i7o;;[o;;[o; ;0;@;["figcaption;i7;@;i7o;;[o;;[o; ;0;@;[" footer;i7;@;i7o;;[o;;[o; ;0;@;[" header;i7;@;i7o;;[o;;[o; ;0;@;[" hgroup;i7;@;i7o;;[" o;;[o; ;0;@;[" menu;i7;@;i7o;;[o;;[o; ;0;@;["nav;i7;@;i7o;;[o;;[o; ;0;@;[" output;i7;@;i7o;;[o;;[o; ;0;@;[" ruby;i7;@;i7o;;[o;;[o; ;0;@;[" section;i7;@;i7o;;[o;;[o; ;0;@;[" summary;i7;@;i7o;;[" o;;[o; ;0;@;[" time;i7;@;i7o;;[o;;[o; ;0;@;[" mark;i7;@;i7o;;[o;;[o; ;0;@;[" audio;i7;@;i7o;;[o;;[o; ;0;@;[" video;i7;@;i7;@;i7;i;i7o; ;[" table;@;T; [o; ;@;{;[; [;"reset-table;i;;o;;[o;;[o;;[o; ;0;";[" table;i:;@U;i:;@U;i:;i;i:o; ;["caption, th, td;@;T; [o; ;@;{;[; [;"reset-table-cell;i=;o;;[o;;[o;;[o; ;0;";[" caption;i<;@h;i;@‰;i>o;;[o;;[o; ;0;@‰;["blockquote;i>;@‰;i>;@‰;i>;i;i>o; ;[" a img;@;T; [o; ;@;{;[; [;"reset-image-anchor-border;iA;o;;[o;;[o;;[o; ;0;";["a;i@;@£;i@o;;[o; ;0;@£;["img;i@;@£;i@;@£;i@;i;i@;"nested-reset;i*o; ; 0;@; i; [",/* Reset the box model measurements. */; [;iCo; ;@;[;T; [o:Sass::Tree::PropNode :@prop_syntax:new;@; o:Sass::Script::String;@; "0: @type:identifier; [;[" margin;i;iEo; ; ;!;@; o;";@; "0;#;$; [;[" padding;i;iFo; ; ;!;@; o;";@; "0;#;$; [;[" border;i;iG;"reset-box-model;iDo; ; 0;@; i; ["1/* Reset the font and vertical alignment. */; [;iIo; ;@;[;T; [o; ; ;!;@; o;";@; " 100%;#;$; [;["font-size;i;iKo; ; ;!;@; o;";@; " inherit;#;$; [;[" font;i;iLo; ; ;!;@; o;";@; " baseline;#;$; [;["vertical-align;i;iM;"reset-font;iJo; ; 0;@; i; ["k/* Resets the outline when focus. * For accessibility you need to apply some styling in its place. */; [;iOo; ;@;[;T; [o; ; ;!;@; o;";@; "0;#;$; [;[" outline;i;iR;"reset-focus;iQo; ; 0;@; i; [" /* Reset a body element. */; [;iTo; ;@;[;T; [o; ; ;!;@; o;";@; "1;#;$; [;["line-height;i;iV;"reset-body;iUo; ; 0;@; i; ["./* Reset the list style of an element. */; [;iXo; ;@;[;T; [o; ; ;!;@; o;";@; " none;#;$; [;["list-style;i;iZ;"reset-list-style;iYo; ; 0;@; i; ["/* Reset a table */; [;i\o; ;@;[;T; [o; ; ;!;@; o;";@; " collapse;#;$; [;["border-collapse;i;i^o; ; ;!;@; o;";@; "0;#;$; [;["border-spacing;i;i_;"reset-table;i]o; ; 0;@; i; ["*/* Reset a table cell (`th`, `td`) */; [;iao; ;@;[;T; [o; ; ;!;@; o;";@; " left;#;$; [;["text-align;i;ico; ; ;!;@; o;";@; " normal;#;$; [;["font-weight;i;ido; ; ;!;@; o;";@; " middle;#;$; [;["vertical-align;i;ie;"reset-table-cell;ibo; ; 0;@; i; ["0/* Reset a quotation (`q`, `blockquote`) */; [;igo; ;@;[;T; [o; ; ;!;@; o;";@; " none;#;$; [;[" quotes;i;iio; ;["&:before, &:after;@;T; [o; ; ;!;@; o;";@; """;#;$; [;[" content;i;iko; ; ;!;@; o;";@; " none;#;$; [;[" content;i;il;o;;[o;;[o;;[o:Sass::Selector::Parent;";ijo:Sass::Selector::Pseudo : @arg0;@\;[" before;ij;#: class;@\;ijo;;[o;;[o;%;@\;ijo;& ;'0;@\;[" after;ij;#;(;@\;ij;@\;ij;i;ij;"reset-quotation;iho; ; 0;@; i; ["/* Resets the border. */; [;ino; ;@;[;T; [o; ; ;!;@; o;";@; " none;#;$; [;[" border;i;ip;"reset-image-anchor-border;ioo; ; 0;@; i; ["ó/* 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. */; [;iro; ;@;[;T; [o; ;[o:Sass::Script::Funcall ;@;{;[o;" ;@; "html5-block;iw;#;$;"elements-of-type;iw;@;T; [o; ; ;!;@; o;";@; " block;#;$; [;[" display;i;ix;i;iw;"reset-html5;ivo; ; 0;@; i; ["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") */; [;izo; ;@;[[o:Sass::Script::Variable;@;" selector:@underscored_name" selectoro;" ;@; ";i‚;#: string[o;*;@;"important;+"importanto:Sass::Script::Bool;@; F;i‚;T; [o; ;[o;) ;@;{;[o;) ;@;{;[o;" ;@; " inline;iƒ;#;,;"elements-of-type;iƒo;* ;@;" selector;iƒ;+" selector;"append-selector;iƒ;@;T; [u:Sass::Tree::IfNodeÒ[o:Sass::Script::Variable : @options{: @name"important: @linei„:@underscored_name"importantu:Sass::Tree::IfNode²[00[o:Sass::Tree::PropNode :@prop_syntax:new: @options{: @valueo:Sass::Script::String;@; " inline: @type:identifier:@children[: @name[" display: @tabsi: @linei‡[o:Sass::Tree::PropNode :@prop_syntax:new;@: @valueo:Sass::Script::String;@;"inline !important: @type:identifier:@children[;[" display: @tabsi;i…;i;iƒo; ;[o;) ;@;{;[o;) ;@;{;[o;" ;@; " block;iˆ;#;,;"elements-of-type;iˆo;* ;@;" selector;iˆ;+" selector;"append-selector;iˆ;@;T; [u;.Ð[o:Sass::Script::Variable : @options{: @name"important: @linei‰:@underscored_name"importantu:Sass::Tree::IfNode±[00[o:Sass::Tree::PropNode :@prop_syntax:new: @options{: @valueo:Sass::Script::String;@; " block: @type:identifier:@children[: @name[" display: @tabsi: @lineiŒ[o:Sass::Tree::PropNode :@prop_syntax:new;@: @valueo:Sass::Script::String;@;"block !important: @type:identifier:@children[;[" display: @tabsi;iŠ;i;iˆ;"reset-display;i‚;i