/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/** 1. Set default font family to sans-serif. 2. Prevent iOS text size adjust after orientation change, without disabling user zoom. */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap");
html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ }

/** Remove default margin. */
body { margin: 0; }

/* HTML5 display definitions ========================================================================== */
/** Correct `block` display not defined for any HTML5 element in IE 8/9. Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox. Correct `block` display not defined for `main` in IE 11. */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }

/** 1. Correct `inline-block` display not defined in IE 8/9. 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */
audio, canvas, progress, video { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ }

/** 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/10. Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22. */
[hidden], template { display: none; }

/* Links ========================================================================== */
/** Remove the gray background color from active links in IE 10. */
a { background-color: transparent; }

/** Improve readability when focused and also mouse hovered in all browsers. */
a:active, a:hover { outline: 0; }

/* Text-level semantics ========================================================================== */
/** Address styling not present in IE 8/9/10/11, Safari, and Chrome. */
abbr[title] { border-bottom: 1px dotted; }

/** Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */
b, strong { font-weight: bold; }

/** Address styling not present in Safari and Chrome. */
dfn { font-style: italic; }

/** Address variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4+, Safari, and Chrome. */
h1 { font-size: 2em; margin: 0.67em 0; }

/** Address styling not present in IE 8/9. */
mark { background: #ff0; color: #000; }

/** 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/10. */
img { border: 0; }

/** Correct overflow not hidden in IE 9/10/11. */
svg:not(:root) { overflow: hidden; }

/* Grouping content ========================================================================== */
/** Address margin not present in IE 8/9 and Safari. */
figure { margin: 1em 40px; }

/** Address differences between Firefox and other browsers. */
hr { box-sizing: content-box; height: 0; }

/** Contain overflow in all browsers. */
pre { overflow: auto; }

/** Address odd `em`-unit font size rendering in all browsers. */
code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }

/* Forms ========================================================================== */
/** Known limitation: by default, Chrome and Safari on OS X allow very limited styling of `select`, unless a `border` property is set. */
/** 1. Correct color not being inherited. Known issue: affects color of disabled elements. 2. Correct font properties not being inherited. 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */
button, input, optgroup, select, textarea { color: inherit; /* 1 */ font: inherit; /* 2 */ margin: 0; /* 3 */ }

/** Address `overflow` set to `hidden` in IE 8/9/10/11. */
button { overflow: visible; }

/** 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 Firefox, IE 8/9/10/11, and Opera. Correct `select` style inheritance in Firefox. */
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"], 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; }

/** Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

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

/** It's recommended that you don't attempt to style these elements. Firefox's implementation doesn't respect box-sizing, padding, or width.  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 */ }

/** Fix the cursor style for Chrome's increment/decrement buttons. For certain `font-size` values of the `input`, it causes the cursor style of the decrement button to change from `default` to `text`. */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }

/** 1. Address `appearance` set to `searchfield` in Safari and Chrome. 2. Address `box-sizing` set to `border-box` in Safari and Chrome (include `-moz` to future-proof). */
input[type="search"] { -webkit-appearance: textfield; /* 1 */ /* 2 */ box-sizing: content-box; }

/** Remove inner padding and search cancel button in Safari and Chrome on OS X. Safari (but not Chrome) clips the cancel button when the search input has padding (and `textfield` appearance). */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/** 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/10/11. 2. Remove padding so people aren't caught out if they zero out fieldsets. */
legend { border: 0; /* 1 */ padding: 0; /* 2 */ }

/** Remove default vertical scrollbar in IE 8/9/10/11. */
textarea { overflow: auto; }

/** Don't inherit the `font-weight` (applied by a rule above). NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */
optgroup { font-weight: bold; }

/* Tables ========================================================================== */
/** Remove most spacing between table cells. */
table { border-collapse: collapse; border-spacing: 0; }

td, th { padding: 0; }

.highlight table td { padding: 5px; }

.highlight table pre { margin: 0; }

.highlight .cm { color: #999988; font-style: italic; }

.highlight .cp { color: #999999; font-weight: bold; }

.highlight .c1 { color: #999988; font-style: italic; }

.highlight .cs { color: #999999; font-weight: bold; font-style: italic; }

.highlight .c, .highlight .cd { color: #999988; font-style: italic; }

.highlight .err { color: #a61717; background-color: #e3d2d2; }

.highlight .gd { color: #000000; background-color: #ffdddd; }

.highlight .ge { color: #000000; font-style: italic; }

.highlight .gr { color: #aa0000; }

.highlight .gh { color: #999999; }

.highlight .gi { color: #000000; background-color: #ddffdd; }

.highlight .go { color: #888888; }

.highlight .gp { color: #555555; }

.highlight .gs { font-weight: bold; }

.highlight .gu { color: #aaaaaa; }

.highlight .gt { color: #aa0000; }

.highlight .kc { color: #000000; font-weight: bold; }

.highlight .kd { color: #000000; font-weight: bold; }

.highlight .kn { color: #000000; font-weight: bold; }

.highlight .kp { color: #000000; font-weight: bold; }

.highlight .kr { color: #000000; font-weight: bold; }

.highlight .kt { color: #445588; font-weight: bold; }

.highlight .k, .highlight .kv { color: #000000; font-weight: bold; }

.highlight .mf { color: #009999; }

.highlight .mh { color: #009999; }

.highlight .il { color: #009999; }

.highlight .mi { color: #009999; }

.highlight .mo { color: #009999; }

.highlight .m, .highlight .mb, .highlight .mx { color: #009999; }

.highlight .sb { color: #d14; }

.highlight .sc { color: #d14; }

.highlight .sd { color: #d14; }

.highlight .s2 { color: #d14; }

.highlight .se { color: #d14; }

.highlight .sh { color: #d14; }

.highlight .si { color: #d14; }

.highlight .sx { color: #d14; }

.highlight .sr { color: #009926; }

.highlight .s1 { color: #d14; }

.highlight .ss { color: #990073; }

.highlight .s { color: #d14; }

.highlight .na { color: #008080; }

.highlight .bp { color: #999999; }

.highlight .nb { color: #0086B3; }

.highlight .nc { color: #445588; font-weight: bold; }

.highlight .no { color: #008080; }

.highlight .nd { color: #3c5d5d; font-weight: bold; }

.highlight .ni { color: #800080; }

.highlight .ne { color: #990000; font-weight: bold; }

.highlight .nf { color: #990000; font-weight: bold; }

.highlight .nl { color: #990000; font-weight: bold; }

.highlight .nn { color: #555555; }

.highlight .nt { color: #000080; }

.highlight .vc { color: #008080; }

.highlight .vg { color: #008080; }

.highlight .vi { color: #008080; }

.highlight .nv { color: #008080; }

.highlight .ow { color: #000000; font-weight: bold; }

.highlight .o { color: #000000; font-weight: bold; }

.highlight .w { color: #bbbbbb; }

.highlight { background-color: #f8f8f8; }

* { box-sizing: border-box; }

body { padding: 0; margin: 0; font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.5; color: #606c71; }

#skip-to-content { height: 1px; width: 1px; position: absolute; overflow: hidden; top: -10px; }
#skip-to-content:focus { position: fixed; top: 10px; left: 10px; height: auto; width: auto; background: #e19447; outline: thick solid #e19447; }

a { color: #1e6bb8; text-decoration: none; }
a:hover { text-decoration: underline; }

.btn { display: inline-block; margin-bottom: 1rem; color: rgba(255, 255, 255, 0.7); background-color: rgba(255, 255, 255, 0.08); border-color: rgba(255, 255, 255, 0.2); border-style: solid; border-width: 1px; border-radius: 0.3rem; transition: color 0.2s, background-color 0.2s, border-color 0.2s; }
.btn:hover { color: rgba(255, 255, 255, 0.8); text-decoration: none; background-color: rgba(255, 255, 255, 0.2); border-color: rgba(255, 255, 255, 0.3); }
.btn + .btn { margin-left: 1rem; }
@media screen and (min-width: 64em) { .btn { padding: 0.75rem 1rem; } }
@media screen and (min-width: 42em) and (max-width: 64em) { .btn { padding: 0.6rem 0.9rem; font-size: 0.9rem; } }
@media screen and (max-width: 42em) { .btn { display: block; width: 100%; padding: 0.75rem; font-size: 0.9rem; }
  .btn + .btn { margin-top: 1rem; margin-left: 0; } }

.page-header { color: #fff; text-align: center; background-color: #159957; background-image: linear-gradient(120deg, #155799, #159957); }
@media screen and (min-width: 64em) { .page-header { padding: 5rem 6rem; } }
@media screen and (min-width: 42em) and (max-width: 64em) { .page-header { padding: 3rem 4rem; } }
@media screen and (max-width: 42em) { .page-header { padding: 2rem 1rem; } }

.project-name { margin-top: 0; margin-bottom: 0.1rem; }
@media screen and (min-width: 64em) { .project-name { font-size: 3.25rem; } }
@media screen and (min-width: 42em) and (max-width: 64em) { .project-name { font-size: 2.25rem; } }
@media screen and (max-width: 42em) { .project-name { font-size: 1.75rem; } }

.project-tagline { margin-bottom: 2rem; font-weight: normal; opacity: 0.7; }
@media screen and (min-width: 64em) { .project-tagline { font-size: 1.25rem; } }
@media screen and (min-width: 42em) and (max-width: 64em) { .project-tagline { font-size: 1.15rem; } }
@media screen and (max-width: 42em) { .project-tagline { font-size: 1rem; } }

.main-content { word-wrap: break-word; }
.main-content :first-child { margin-top: 0; }
@media screen and (min-width: 64em) { .main-content { max-width: 64rem; padding: 2rem 6rem; margin: 0 auto; font-size: 1.1rem; } }
@media screen and (min-width: 42em) and (max-width: 64em) { .main-content { padding: 2rem 4rem; font-size: 1.1rem; } }
@media screen and (max-width: 42em) { .main-content { padding: 2rem 1rem; font-size: 1rem; } }
.main-content kbd { background-color: #fafbfc; border: 1px solid #c6cbd1; border-bottom-color: #959da5; border-radius: 3px; box-shadow: inset 0 -1px 0 #959da5; color: #444d56; display: inline-block; font-size: 11px; line-height: 10px; padding: 3px 5px; vertical-align: middle; }
.main-content img { max-width: 100%; }
.main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6 { margin-top: 2rem; margin-bottom: 1rem; font-weight: normal; color: #159957; }
.main-content p { margin-bottom: 1em; }
.main-content code { padding: 2px 4px; font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace; font-size: 0.9rem; color: #567482; background-color: #f3f6fa; border-radius: 0.3rem; }
.main-content pre { padding: 0.8rem; margin-top: 0; margin-bottom: 1rem; font: 1rem Consolas, "Liberation Mono", Menlo, Courier, monospace; color: #567482; word-wrap: normal; background-color: #f3f6fa; border: solid 1px #dce6f0; border-radius: 0.3rem; }
.main-content pre > code { padding: 0; margin: 0; font-size: 0.9rem; color: #567482; word-break: normal; white-space: pre; background: transparent; border: 0; }
.main-content .highlight { margin-bottom: 1rem; }
.main-content .highlight pre { margin-bottom: 0; word-break: normal; }
.main-content .highlight pre, .main-content pre { padding: 0.8rem; overflow: auto; font-size: 0.9rem; line-height: 1.45; border-radius: 0.3rem; -webkit-overflow-scrolling: touch; }
.main-content pre code, .main-content pre tt { display: inline; max-width: initial; padding: 0; margin: 0; overflow: initial; line-height: inherit; word-wrap: normal; background-color: transparent; border: 0; }
.main-content pre code:before, .main-content pre code:after, .main-content pre tt:before, .main-content pre tt:after { content: normal; }
.main-content ul, .main-content ol { margin-top: 0; }
.main-content blockquote { padding: 0 1rem; margin-left: 0; color: #819198; border-left: 0.3rem solid #dce6f0; }
.main-content blockquote > :first-child { margin-top: 0; }
.main-content blockquote > :last-child { margin-bottom: 0; }
.main-content table { display: block; width: 100%; overflow: auto; word-break: normal; word-break: keep-all; -webkit-overflow-scrolling: touch; }
.main-content table th { font-weight: bold; }
.main-content table th, .main-content table td { padding: 0.5rem 1rem; border: 1px solid #e9ebec; }
.main-content dl { padding: 0; }
.main-content dl dt { padding: 0; margin-top: 1rem; font-size: 1rem; font-weight: bold; }
.main-content dl dd { padding: 0; margin-bottom: 1rem; }
.main-content hr { height: 2px; padding: 0; margin: 1rem 0; background-color: #eff0f1; border: 0; }

.site-footer { padding-top: 2rem; margin-top: 2rem; border-top: solid 1px #eff0f1; }
@media screen and (min-width: 64em) { .site-footer { font-size: 1rem; } }
@media screen and (min-width: 42em) and (max-width: 64em) { .site-footer { font-size: 1rem; } }
@media screen and (max-width: 42em) { .site-footer { font-size: 0.9rem; } }

.site-footer-owner { display: block; font-weight: bold; }

.site-footer-credits { color: #819198; }

/* $Body */
/*! Colors.css 2.0.7 | All Palettes | MIT License | https://github.com/eustasy/colors.css */
:root { --baseline-inherit:inherit; --baseline-transparent:transparent; --baseline-f:#ffffff; --baseline-white:#ffffff; --baseline-e:#eeeeee; --baseline-d:#dddddd; --baseline-c:#cccccc; --baseline-b:#bbbbbb; --baseline-a:#aaaaaa; --baseline-9:#999999; --baseline-nine:#999999; --baseline-8:#888888; --baseline-eight:#888888; --baseline-7:#777777; --baseline-seven:#777777; --baseline-6:#666666; --baseline-six:#666666; --baseline-5:#555555; --baseline-five:#555555; --baseline-4:#444444; --baseline-four:#444444; --baseline-3:#333333; --baseline-three:#333333; --baseline-2:#222222; --baseline-two:#222222; --baseline-1:#111111; --baseline-one:#111111; --baseline-0:#000000; --baseline-zero:#000000; --baseline-black:#000000; }

.background-baseline-inherit { background: inherit; }

.background-baseline-transparent { background: transparent; }

.background-baseline-f { background: #ffffff; }

.background-baseline-white { background: #ffffff; }

.background-baseline-e { background: #eeeeee; }

.background-baseline-d { background: #dddddd; }

.background-baseline-c { background: #cccccc; }

.background-baseline-b { background: #bbbbbb; }

.background-baseline-a { background: #aaaaaa; }

.background-baseline-9 { background: #999999; }

.background-baseline-nine { background: #999999; }

.background-baseline-8 { background: #888888; }

.background-baseline-eight { background: #888888; }

.background-baseline-7 { background: #777777; }

.background-baseline-seven { background: #777777; }

.background-baseline-6 { background: #666666; }

.background-baseline-six { background: #666666; }

.background-baseline-5 { background: #555555; }

.background-baseline-five { background: #555555; }

.background-baseline-4 { background: #444444; }

.background-baseline-four { background: #444444; }

.background-baseline-3 { background: #333333; }

.background-baseline-three { background: #333333; }

.background-baseline-2 { background: #222222; }

.background-baseline-two { background: #222222; }

.background-baseline-1 { background: #111111; }

.background-baseline-one { background: #111111; }

.background-baseline-0 { background: #000000; }

.background-baseline-zero { background: #000000; }

.background-baseline-black { background: #000000; }

.color-baseline-inherit { color: inherit; }

.color-baseline-transparent { color: transparent; }

.color-baseline-f { color: #ffffff; }

.color-baseline-white { color: #ffffff; }

.color-baseline-e { color: #eeeeee; }

.color-baseline-d { color: #dddddd; }

.color-baseline-c { color: #cccccc; }

.color-baseline-b { color: #bbbbbb; }

.color-baseline-a { color: #aaaaaa; }

.color-baseline-9 { color: #999999; }

.color-baseline-nine { color: #999999; }

.color-baseline-8 { color: #888888; }

.color-baseline-eight { color: #888888; }

.color-baseline-7 { color: #777777; }

.color-baseline-seven { color: #777777; }

.color-baseline-6 { color: #666666; }

.color-baseline-six { color: #666666; }

.color-baseline-5 { color: #555555; }

.color-baseline-five { color: #555555; }

.color-baseline-4 { color: #444444; }

.color-baseline-four { color: #444444; }

.color-baseline-3 { color: #333333; }

.color-baseline-three { color: #333333; }

.color-baseline-2 { color: #222222; }

.color-baseline-two { color: #222222; }

.color-baseline-1 { color: #111111; }

.color-baseline-one { color: #111111; }

.color-baseline-0 { color: #000000; }

.color-baseline-zero { color: #000000; }

.color-baseline-black { color: #000000; }

.fill-baseline-inherit { fill: inherit; }

.fill-baseline-transparent { fill: transparent; }

.fill-baseline-f { fill: #ffffff; }

.fill-baseline-white { fill: #ffffff; }

.fill-baseline-e { fill: #eeeeee; }

.fill-baseline-d { fill: #dddddd; }

.fill-baseline-c { fill: #cccccc; }

.fill-baseline-b { fill: #bbbbbb; }

.fill-baseline-a { fill: #aaaaaa; }

.fill-baseline-9 { fill: #999999; }

.fill-baseline-nine { fill: #999999; }

.fill-baseline-8 { fill: #888888; }

.fill-baseline-eight { fill: #888888; }

.fill-baseline-7 { fill: #777777; }

.fill-baseline-seven { fill: #777777; }

.fill-baseline-6 { fill: #666666; }

.fill-baseline-six { fill: #666666; }

.fill-baseline-5 { fill: #555555; }

.fill-baseline-five { fill: #555555; }

.fill-baseline-4 { fill: #444444; }

.fill-baseline-four { fill: #444444; }

.fill-baseline-3 { fill: #333333; }

.fill-baseline-three { fill: #333333; }

.fill-baseline-2 { fill: #222222; }

.fill-baseline-two { fill: #222222; }

.fill-baseline-1 { fill: #111111; }

.fill-baseline-one { fill: #111111; }

.fill-baseline-0 { fill: #000000; }

.fill-baseline-zero { fill: #000000; }

.fill-baseline-black { fill: #000000; }

:root { --elementary-strawberry:#c6262e; --elementary-strawberry-text:#330000; --elementary-strawberry-100:#ff8c82; --elementary-strawberry-300:#ed5353; --elementary-strawberry-500:#c6262e; --elementary-strawberry-700:#a10705; --elementary-strawberry-900:#7a0000; --elementary-orange:#f37329; --elementary-orange-text:#4d0f00; --elementary-orange-100:#ffc27d; --elementary-orange-300:#ffa154; --elementary-orange-500:#f37329; --elementary-orange-700:#cc3b02; --elementary-orange-900:#a62100; --elementary-banana:#f9c440; --elementary-banana-text:#381f00; --elementary-banana-100:#fff394; --elementary-banana-300:#ffe16b; --elementary-banana-500:#f9c440; --elementary-banana-700:#d48e15; --elementary-banana-900:#ad5f00; --elementary-lime:#68b723; --elementary-lime-text:#0b2400; --elementary-lime-100:#d1ff82; --elementary-lime-300:#9bdb4d; --elementary-lime-500:#68b723; --elementary-lime-700:#3a9104; --elementary-lime-900:#206b00; --elementary-mint:#28bca3; --elementary-mint-text:#003933; --elementary-mint-100:#89ffdd; --elementary-mint-300:#43d6b5; --elementary-mint-500:#28bca3; --elementary-mint-700:#0e9a83; --elementary-mint-900:#007367; --elementary-blueberry:#3689e6; --elementary-blueberry-text:#000f33; --elementary-blueberry-100:#8cd5ff; --elementary-blueberry-300:#64baff; --elementary-blueberry-500:#3689e6; --elementary-blueberry-700:#0d52bf; --elementary-blueberry-900:#002e99; --elementary-grape:#a56de2; --elementary-grape-text:#160038; --elementary-grape-100:#e4c6fa; --elementary-grape-300:#cd9ef7; --elementary-grape-500:#a56de2; --elementary-grape-700:#7239b3; --elementary-grape-900:#452981; --elementary-bubblegum:#de3e80; --elementary-bubblegum-text:#5b0823; --elementary-bubblegum-100:#fe9ab8; --elementary-bubblegum-300:#f4679d; --elementary-bubblegum-500:#de3e80; --elementary-bubblegum-700:#bc245d; --elementary-bubblegum-900:#910e38; --elementary-cocoa:#715344; --elementary-cocoa-100:#a3907c; --elementary-cocoa-300:#8a715e; --elementary-cocoa-500:#715344; --elementary-cocoa-700:#57392d; --elementary-cocoa-900:#3d211b; --elementary-silver:#abacae; --elementary-silver-text:#1a1a1a; --elementary-silver-100:#fafafa; --elementary-silver-300:#d4d4d4; --elementary-silver-500:#abacae; --elementary-silver-700:#7e8087; --elementary-silver-900:#555761; --elementary-slate:#485a6c; --elementary-slate-text:#0e141f; --elementary-slate-100:#95a3ab; --elementary-slate-300:#667885; --elementary-slate-500:#485a6c; --elementary-slate-700:#273445; --elementary-slate-900:#0e141f; --elementary-black:#333333; --elementary-black-100:#666666; --elementary-black-300:#4d4d4d; --elementary-black-500:#333333; --elementary-black-700:#1a1a1a; --elementary-black-900:#000000; }

.background-elementary-strawberry { background: #c6262e; }

.background-elementary-strawberry-text { background: #330000; }

.background-elementary-strawberry-100 { background: #ff8c82; }

.background-elementary-strawberry-300 { background: #ed5353; }

.background-elementary-strawberry-500 { background: #c6262e; }

.background-elementary-strawberry-700 { background: #a10705; }

.background-elementary-strawberry-900 { background: #7a0000; }

.background-elementary-orange { background: #f37329; }

.background-elementary-orange-text { background: #4d0f00; }

.background-elementary-orange-100 { background: #ffc27d; }

.background-elementary-orange-300 { background: #ffa154; }

.background-elementary-orange-500 { background: #f37329; }

.background-elementary-orange-700 { background: #cc3b02; }

.background-elementary-orange-900 { background: #a62100; }

.background-elementary-banana { background: #f9c440; }

.background-elementary-banana-text { background: #381f00; }

.background-elementary-banana-100 { background: #fff394; }

.background-elementary-banana-300 { background: #ffe16b; }

.background-elementary-banana-500 { background: #f9c440; }

.background-elementary-banana-700 { background: #d48e15; }

.background-elementary-banana-900 { background: #ad5f00; }

.background-elementary-lime { background: #68b723; }

.background-elementary-lime-text { background: #0b2400; }

.background-elementary-lime-100 { background: #d1ff82; }

.background-elementary-lime-300 { background: #9bdb4d; }

.background-elementary-lime-500 { background: #68b723; }

.background-elementary-lime-700 { background: #3a9104; }

.background-elementary-lime-900 { background: #206b00; }

.background-elementary-mint { background: #28bca3; }

.background-elementary-mint-text { background: #003933; }

.background-elementary-mint-100 { background: #89ffdd; }

.background-elementary-mint-300 { background: #43d6b5; }

.background-elementary-mint-500 { background: #28bca3; }

.background-elementary-mint-700 { background: #0e9a83; }

.background-elementary-mint-900 { background: #007367; }

.background-elementary-blueberry { background: #3689e6; }

.background-elementary-blueberry-text { background: #000f33; }

.background-elementary-blueberry-100 { background: #8cd5ff; }

.background-elementary-blueberry-300 { background: #64baff; }

.background-elementary-blueberry-500 { background: #3689e6; }

.background-elementary-blueberry-700 { background: #0d52bf; }

.background-elementary-blueberry-900 { background: #002e99; }

.background-elementary-grape { background: #a56de2; }

.background-elementary-grape-text { background: #160038; }

.background-elementary-grape-100 { background: #e4c6fa; }

.background-elementary-grape-300 { background: #cd9ef7; }

.background-elementary-grape-500 { background: #a56de2; }

.background-elementary-grape-700 { background: #7239b3; }

.background-elementary-grape-900 { background: #452981; }

.background-elementary-bubblegum { background: #de3e80; }

.background-elementary-bubblegum-text { background: #5b0823; }

.background-elementary-bubblegum-100 { background: #fe9ab8; }

.background-elementary-bubblegum-300 { background: #f4679d; }

.background-elementary-bubblegum-500 { background: #de3e80; }

.background-elementary-bubblegum-700 { background: #bc245d; }

.background-elementary-bubblegum-900 { background: #910e38; }

.background-elementary-cocoa { background: #715344; }

.background-elementary-cocoa-100 { background: #a3907c; }

.background-elementary-cocoa-300 { background: #8a715e; }

.background-elementary-cocoa-500 { background: #715344; }

.background-elementary-cocoa-700 { background: #57392d; }

.background-elementary-cocoa-900 { background: #3d211b; }

.background-elementary-silver { background: #abacae; }

.background-elementary-silver-text { background: #1a1a1a; }

.background-elementary-silver-100 { background: #fafafa; }

.background-elementary-silver-300 { background: #d4d4d4; }

.background-elementary-silver-500 { background: #abacae; }

.background-elementary-silver-700 { background: #7e8087; }

.background-elementary-silver-900 { background: #555761; }

.background-elementary-slate { background: #485a6c; }

.background-elementary-slate-text { background: #0e141f; }

.background-elementary-slate-100 { background: #95a3ab; }

.background-elementary-slate-300 { background: #667885; }

.background-elementary-slate-500 { background: #485a6c; }

.background-elementary-slate-700 { background: #273445; }

.background-elementary-slate-900 { background: #0e141f; }

.background-elementary-black { background: #333333; }

.background-elementary-black-100 { background: #666666; }

.background-elementary-black-300 { background: #4d4d4d; }

.background-elementary-black-500 { background: #333333; }

.background-elementary-black-700 { background: #1a1a1a; }

.background-elementary-black-900 { background: #000000; }

.color-elementary-strawberry { color: #c6262e; }

.color-elementary-strawberry-text { color: #330000; }

.color-elementary-strawberry-100 { color: #ff8c82; }

.color-elementary-strawberry-300 { color: #ed5353; }

.color-elementary-strawberry-500 { color: #c6262e; }

.color-elementary-strawberry-700 { color: #a10705; }

.color-elementary-strawberry-900 { color: #7a0000; }

.color-elementary-orange { color: #f37329; }

.color-elementary-orange-text { color: #4d0f00; }

.color-elementary-orange-100 { color: #ffc27d; }

.color-elementary-orange-300 { color: #ffa154; }

.color-elementary-orange-500 { color: #f37329; }

.color-elementary-orange-700 { color: #cc3b02; }

.color-elementary-orange-900 { color: #a62100; }

.color-elementary-banana { color: #f9c440; }

.color-elementary-banana-text { color: #381f00; }

.color-elementary-banana-100 { color: #fff394; }

.color-elementary-banana-300 { color: #ffe16b; }

.color-elementary-banana-500 { color: #f9c440; }

.color-elementary-banana-700 { color: #d48e15; }

.color-elementary-banana-900 { color: #ad5f00; }

.color-elementary-lime { color: #68b723; }

.color-elementary-lime-text { color: #0b2400; }

.color-elementary-lime-100 { color: #d1ff82; }

.color-elementary-lime-300 { color: #9bdb4d; }

.color-elementary-lime-500 { color: #68b723; }

.color-elementary-lime-700 { color: #3a9104; }

.color-elementary-lime-900 { color: #206b00; }

.color-elementary-mint { color: #28bca3; }

.color-elementary-mint-text { color: #003933; }

.color-elementary-mint-100 { color: #89ffdd; }

.color-elementary-mint-300 { color: #43d6b5; }

.color-elementary-mint-500 { color: #28bca3; }

.color-elementary-mint-700 { color: #0e9a83; }

.color-elementary-mint-900 { color: #007367; }

.color-elementary-blueberry { color: #3689e6; }

.color-elementary-blueberry-text { color: #000f33; }

.color-elementary-blueberry-100 { color: #8cd5ff; }

.color-elementary-blueberry-300 { color: #64baff; }

.color-elementary-blueberry-500 { color: #3689e6; }

.color-elementary-blueberry-700 { color: #0d52bf; }

.color-elementary-blueberry-900 { color: #002e99; }

.color-elementary-grape { color: #a56de2; }

.color-elementary-grape-text { color: #160038; }

.color-elementary-grape-100 { color: #e4c6fa; }

.color-elementary-grape-300 { color: #cd9ef7; }

.color-elementary-grape-500 { color: #a56de2; }

.color-elementary-grape-700 { color: #7239b3; }

.color-elementary-grape-900 { color: #452981; }

.color-elementary-bubblegum { color: #de3e80; }

.color-elementary-bubblegum-text { color: #5b0823; }

.color-elementary-bubblegum-100 { color: #fe9ab8; }

.color-elementary-bubblegum-300 { color: #f4679d; }

.color-elementary-bubblegum-500 { color: #de3e80; }

.color-elementary-bubblegum-700 { color: #bc245d; }

.color-elementary-bubblegum-900 { color: #910e38; }

.color-elementary-cocoa { color: #715344; }

.color-elementary-cocoa-100 { color: #a3907c; }

.color-elementary-cocoa-300 { color: #8a715e; }

.color-elementary-cocoa-500 { color: #715344; }

.color-elementary-cocoa-700 { color: #57392d; }

.color-elementary-cocoa-900 { color: #3d211b; }

.color-elementary-silver { color: #abacae; }

.color-elementary-silver-text { color: #1a1a1a; }

.color-elementary-silver-100 { color: #fafafa; }

.color-elementary-silver-300 { color: #d4d4d4; }

.color-elementary-silver-500 { color: #abacae; }

.color-elementary-silver-700 { color: #7e8087; }

.color-elementary-silver-900 { color: #555761; }

.color-elementary-slate { color: #485a6c; }

.color-elementary-slate-text { color: #0e141f; }

.color-elementary-slate-100 { color: #95a3ab; }

.color-elementary-slate-300 { color: #667885; }

.color-elementary-slate-500 { color: #485a6c; }

.color-elementary-slate-700 { color: #273445; }

.color-elementary-slate-900 { color: #0e141f; }

.color-elementary-black { color: #333333; }

.color-elementary-black-100 { color: #666666; }

.color-elementary-black-300 { color: #4d4d4d; }

.color-elementary-black-500 { color: #333333; }

.color-elementary-black-700 { color: #1a1a1a; }

.color-elementary-black-900 { color: #000000; }

.fill-elementary-strawberry { fill: #c6262e; }

.fill-elementary-strawberry-text { fill: #330000; }

.fill-elementary-strawberry-100 { fill: #ff8c82; }

.fill-elementary-strawberry-300 { fill: #ed5353; }

.fill-elementary-strawberry-500 { fill: #c6262e; }

.fill-elementary-strawberry-700 { fill: #a10705; }

.fill-elementary-strawberry-900 { fill: #7a0000; }

.fill-elementary-orange { fill: #f37329; }

.fill-elementary-orange-text { fill: #4d0f00; }

.fill-elementary-orange-100 { fill: #ffc27d; }

.fill-elementary-orange-300 { fill: #ffa154; }

.fill-elementary-orange-500 { fill: #f37329; }

.fill-elementary-orange-700 { fill: #cc3b02; }

.fill-elementary-orange-900 { fill: #a62100; }

.fill-elementary-banana { fill: #f9c440; }

.fill-elementary-banana-text { fill: #381f00; }

.fill-elementary-banana-100 { fill: #fff394; }

.fill-elementary-banana-300 { fill: #ffe16b; }

.fill-elementary-banana-500 { fill: #f9c440; }

.fill-elementary-banana-700 { fill: #d48e15; }

.fill-elementary-banana-900 { fill: #ad5f00; }

.fill-elementary-lime { fill: #68b723; }

.fill-elementary-lime-text { fill: #0b2400; }

.fill-elementary-lime-100 { fill: #d1ff82; }

.fill-elementary-lime-300 { fill: #9bdb4d; }

.fill-elementary-lime-500 { fill: #68b723; }

.fill-elementary-lime-700 { fill: #3a9104; }

.fill-elementary-lime-900 { fill: #206b00; }

.fill-elementary-mint { fill: #28bca3; }

.fill-elementary-mint-text { fill: #003933; }

.fill-elementary-mint-100 { fill: #89ffdd; }

.fill-elementary-mint-300 { fill: #43d6b5; }

.fill-elementary-mint-500 { fill: #28bca3; }

.fill-elementary-mint-700 { fill: #0e9a83; }

.fill-elementary-mint-900 { fill: #007367; }

.fill-elementary-blueberry { fill: #3689e6; }

.fill-elementary-blueberry-text { fill: #000f33; }

.fill-elementary-blueberry-100 { fill: #8cd5ff; }

.fill-elementary-blueberry-300 { fill: #64baff; }

.fill-elementary-blueberry-500 { fill: #3689e6; }

.fill-elementary-blueberry-700 { fill: #0d52bf; }

.fill-elementary-blueberry-900 { fill: #002e99; }

.fill-elementary-grape { fill: #a56de2; }

.fill-elementary-grape-text { fill: #160038; }

.fill-elementary-grape-100 { fill: #e4c6fa; }

.fill-elementary-grape-300 { fill: #cd9ef7; }

.fill-elementary-grape-500 { fill: #a56de2; }

.fill-elementary-grape-700 { fill: #7239b3; }

.fill-elementary-grape-900 { fill: #452981; }

.fill-elementary-bubblegum { fill: #de3e80; }

.fill-elementary-bubblegum-text { fill: #5b0823; }

.fill-elementary-bubblegum-100 { fill: #fe9ab8; }

.fill-elementary-bubblegum-300 { fill: #f4679d; }

.fill-elementary-bubblegum-500 { fill: #de3e80; }

.fill-elementary-bubblegum-700 { fill: #bc245d; }

.fill-elementary-bubblegum-900 { fill: #910e38; }

.fill-elementary-cocoa { fill: #715344; }

.fill-elementary-cocoa-100 { fill: #a3907c; }

.fill-elementary-cocoa-300 { fill: #8a715e; }

.fill-elementary-cocoa-500 { fill: #715344; }

.fill-elementary-cocoa-700 { fill: #57392d; }

.fill-elementary-cocoa-900 { fill: #3d211b; }

.fill-elementary-silver { fill: #abacae; }

.fill-elementary-silver-text { fill: #1a1a1a; }

.fill-elementary-silver-100 { fill: #fafafa; }

.fill-elementary-silver-300 { fill: #d4d4d4; }

.fill-elementary-silver-500 { fill: #abacae; }

.fill-elementary-silver-700 { fill: #7e8087; }

.fill-elementary-silver-900 { fill: #555761; }

.fill-elementary-slate { fill: #485a6c; }

.fill-elementary-slate-text { fill: #0e141f; }

.fill-elementary-slate-100 { fill: #95a3ab; }

.fill-elementary-slate-300 { fill: #667885; }

.fill-elementary-slate-500 { fill: #485a6c; }

.fill-elementary-slate-700 { fill: #273445; }

.fill-elementary-slate-900 { fill: #0e141f; }

.fill-elementary-black { fill: #333333; }

.fill-elementary-black-100 { fill: #666666; }

.fill-elementary-black-300 { fill: #4d4d4d; }

.fill-elementary-black-500 { fill: #333333; }

.fill-elementary-black-700 { fill: #1a1a1a; }

.fill-elementary-black-900 { fill: #000000; }

:root { --eustasy-dark-text:#212121; --eustasy-light-text:#fefefe; --eustasy-light-background:#fefefe; --eustasy-medium-background:#dedede; --eustasy-dark-background:#212121; --eustasy-error:#f44336; --eustasy-error-text:#b71c1c; --eustasy-warning:#ff9800; --eustasy-warning-text:#e65100; --eustasy-warning-2:#ffeb3b; --eustasy-success:#4caf50; --eustasy-success-text:#1b5e20; --eustasy-information:#2196f3; --eustasy-information-text:#0d47a1; }

.background-eustasy-dark-text { background: #212121; }

.background-eustasy-light-text { background: #fefefe; }

.background-eustasy-light-background { background: #fefefe; }

.background-eustasy-medium-background { background: #dedede; }

.background-eustasy-dark-background { background: #212121; }

.background-eustasy-error { background: #f44336; }

.background-eustasy-error-text { background: #b71c1c; }

.background-eustasy-warning { background: #ff9800; }

.background-eustasy-warning-text { background: #e65100; }

.background-eustasy-warning-2 { background: #ffeb3b; }

.background-eustasy-success { background: #4caf50; }

.background-eustasy-success-text { background: #1b5e20; }

.background-eustasy-information { background: #2196f3; }

.background-eustasy-information-text { background: #0d47a1; }

.color-eustasy-dark-text { color: #212121; }

.color-eustasy-light-text { color: #fefefe; }

.color-eustasy-light-background { color: #fefefe; }

.color-eustasy-medium-background { color: #dedede; }

.color-eustasy-dark-background { color: #212121; }

.color-eustasy-error { color: #f44336; }

.color-eustasy-error-text { color: #b71c1c; }

.color-eustasy-warning { color: #ff9800; }

.color-eustasy-warning-text { color: #e65100; }

.color-eustasy-warning-2 { color: #ffeb3b; }

.color-eustasy-success { color: #4caf50; }

.color-eustasy-success-text { color: #1b5e20; }

.color-eustasy-information { color: #2196f3; }

.color-eustasy-information-text { color: #0d47a1; }

.fill-eustasy-dark-text { fill: #212121; }

.fill-eustasy-light-text { fill: #fefefe; }

.fill-eustasy-light-background { fill: #fefefe; }

.fill-eustasy-medium-background { fill: #dedede; }

.fill-eustasy-dark-background { fill: #212121; }

.fill-eustasy-error { fill: #f44336; }

.fill-eustasy-error-text { fill: #b71c1c; }

.fill-eustasy-warning { fill: #ff9800; }

.fill-eustasy-warning-text { fill: #e65100; }

.fill-eustasy-warning-2 { fill: #ffeb3b; }

.fill-eustasy-success { fill: #4caf50; }

.fill-eustasy-success-text { fill: #1b5e20; }

.fill-eustasy-information { fill: #2196f3; }

.fill-eustasy-information-text { fill: #0d47a1; }

:root { --flatui-turquoise:#1abc9c; --flatui-green-sea:#16a085; --flatui-emerald:#2ecc71; --flatui-nephritis:#27ae60; --flatui-peter-river:#3498db; --flatui-belize-hole:#2980b9; --flatui-amethyst:#9b59b6; --flatui-wisteria:#8e44ad; --flatui-wet-asphalt:#34495e; --flatui-midnight-blue:#2c3e50; --flatui-sun-flower:#f1c40f; --flatui-orange:#f39c12; --flatui-carrot:#e67e22; --flatui-pumpkin:#d35400; --flatui-alizarin:#e74c3c; --flatui-pomegranate:#c0392b; --flatui-clouds:#ecf0f1; --flatui-silver:#bdc3c7; --flatui-concrete:#95a5a6; --flatui-asbestos:#7f8c8d; }

.background-flatui-turquoise { background: #1abc9c; }

.background-flatui-green-sea { background: #16a085; }

.background-flatui-emerald { background: #2ecc71; }

.background-flatui-nephritis { background: #27ae60; }

.background-flatui-peter-river { background: #3498db; }

.background-flatui-belize-hole { background: #2980b9; }

.background-flatui-amethyst { background: #9b59b6; }

.background-flatui-wisteria { background: #8e44ad; }

.background-flatui-wet-asphalt { background: #34495e; }

.background-flatui-midnight-blue { background: #2c3e50; }

.background-flatui-sun-flower { background: #f1c40f; }

.background-flatui-orange { background: #f39c12; }

.background-flatui-carrot { background: #e67e22; }

.background-flatui-pumpkin { background: #d35400; }

.background-flatui-alizarin { background: #e74c3c; }

.background-flatui-pomegranate { background: #c0392b; }

.background-flatui-clouds { background: #ecf0f1; }

.background-flatui-silver { background: #bdc3c7; }

.background-flatui-concrete { background: #95a5a6; }

.background-flatui-asbestos { background: #7f8c8d; }

.color-flatui-turquoise { color: #1abc9c; }

.color-flatui-green-sea { color: #16a085; }

.color-flatui-emerald { color: #2ecc71; }

.color-flatui-nephritis { color: #27ae60; }

.color-flatui-peter-river { color: #3498db; }

.color-flatui-belize-hole { color: #2980b9; }

.color-flatui-amethyst { color: #9b59b6; }

.color-flatui-wisteria { color: #8e44ad; }

.color-flatui-wet-asphalt { color: #34495e; }

.color-flatui-midnight-blue { color: #2c3e50; }

.color-flatui-sun-flower { color: #f1c40f; }

.color-flatui-orange { color: #f39c12; }

.color-flatui-carrot { color: #e67e22; }

.color-flatui-pumpkin { color: #d35400; }

.color-flatui-alizarin { color: #e74c3c; }

.color-flatui-pomegranate { color: #c0392b; }

.color-flatui-clouds { color: #ecf0f1; }

.color-flatui-silver { color: #bdc3c7; }

.color-flatui-concrete { color: #95a5a6; }

.color-flatui-asbestos { color: #7f8c8d; }

.fill-flatui-turquoise { fill: #1abc9c; }

.fill-flatui-green-sea { fill: #16a085; }

.fill-flatui-emerald { fill: #2ecc71; }

.fill-flatui-nephritis { fill: #27ae60; }

.fill-flatui-peter-river { fill: #3498db; }

.fill-flatui-belize-hole { fill: #2980b9; }

.fill-flatui-amethyst { fill: #9b59b6; }

.fill-flatui-wisteria { fill: #8e44ad; }

.fill-flatui-wet-asphalt { fill: #34495e; }

.fill-flatui-midnight-blue { fill: #2c3e50; }

.fill-flatui-sun-flower { fill: #f1c40f; }

.fill-flatui-orange { fill: #f39c12; }

.fill-flatui-carrot { fill: #e67e22; }

.fill-flatui-pumpkin { fill: #d35400; }

.fill-flatui-alizarin { fill: #e74c3c; }

.fill-flatui-pomegranate { fill: #c0392b; }

.fill-flatui-clouds { fill: #ecf0f1; }

.fill-flatui-silver { fill: #bdc3c7; }

.fill-flatui-concrete { fill: #95a5a6; }

.fill-flatui-asbestos { fill: #7f8c8d; }

:root { --goddardhale-dark-text:#05060c; --goddardhale-light-text:#e6ebeb; --goddardhale-light-background:#e6ebeb; --goddardhale-medium-background:#828789; --goddardhale-dark-background:#32373b; --goddardhale-type-blue:#236084; --goddardhale-single-leaf:#b6e9dd; --goddardhale-double-leaf:#8adcc9; --goddardhale-triple-leaf:#70d4bd; --goddardhale-full-leaf:#49c7ab; --goddardhale-red:#ed254e; --goddardhale-yellow:#f9dc5c; --goddardhale-green:#49c7ab; --goddardhale-blue:#236084; --goddardhale-purple:#574d68; --goddardhale-cream:#f4fffd; --goddardhale-grey:#32373b; --goddardhale-red-50:#fdb0bf; --goddardhale-red-100:#fba0b2; --goddardhale-red-150:#fa91a6; --goddardhale-red-200:#f88199; --goddardhale-red-250:#f6728d; --goddardhale-red-300:#f46380; --goddardhale-red-350:#f25374; --goddardhale-red-400:#f14467; --goddardhale-red-450:#ef345b; --goddardhale-red-500:#ed254e; --goddardhale-red-550:#dd2146; --goddardhale-red-600:#ce1e3e; --goddardhale-red-650:#be1a37; --goddardhale-red-700:#ae162f; --goddardhale-red-750:#9f1327; --goddardhale-red-800:#8f0f1f; --goddardhale-red-850:#7f0b17; --goddardhale-red-900:#6f0710; --goddardhale-red-950:#600408; --goddardhale-yellow-50:#fefb7b; --goddardhale-yellow-100:#fef777; --goddardhale-yellow-150:#fdf474; --goddardhale-yellow-200:#fdf070; --goddardhale-yellow-250:#fced6d; --goddardhale-yellow-300:#fbea6a; --goddardhale-yellow-350:#fbe666; --goddardhale-yellow-400:#fae363; --goddardhale-yellow-450:#fadf5f; --goddardhale-yellow-500:#f9dc5c; --goddardhale-yellow-550:#e4c653; --goddardhale-yellow-600:#cfb04a; --goddardhale-yellow-650:#ba9a40; --goddardhale-yellow-700:#a58437; --goddardhale-yellow-750:#906e2e; --goddardhale-yellow-800:#7a5825; --goddardhale-yellow-850:#65421c; --goddardhale-yellow-900:#502c12; --goddardhale-yellow-950:#3b1609; --goddardhale-green-50:#93f9f0; --goddardhale-green-100:#8bf4e9; --goddardhale-green-150:#82eee1; --goddardhale-green-200:#7ae9d9; --goddardhale-green-250:#72e3d2; --goddardhale-green-300:#6addca; --goddardhale-green-350:#62d8c2; --goddardhale-green-400:#59d2ba; --goddardhale-green-450:#51cdb3; --goddardhale-green-500:#49c7ab; --goddardhale-green-550:#42b69a; --goddardhale-green-600:#3aa489; --goddardhale-green-650:#339378; --goddardhale-green-700:#2c8167; --goddardhale-green-750:#257056; --goddardhale-green-800:#1d5f44; --goddardhale-green-850:#164d33; --goddardhale-green-900:#0f3c22; --goddardhale-green-950:#072a11; --goddardhale-blue-50:#c2eff3; --goddardhale-blue-100:#b1dfe6; --goddardhale-blue-150:#9fcfda; --goddardhale-blue-200:#8dbfce; --goddardhale-blue-250:#7cb0c2; --goddardhale-blue-300:#6aa0b5; --goddardhale-blue-350:#5890a9; --goddardhale-blue-400:#46809d; --goddardhale-blue-450:#357090; --goddardhale-blue-500:#236084; --goddardhale-blue-550:#20577b; --goddardhale-blue-600:#1c4e72; --goddardhale-blue-650:#194568; --goddardhale-blue-700:#153c5f; --goddardhale-blue-750:#123456; --goddardhale-blue-800:#0e2b4d; --goddardhale-blue-850:#0b2244; --goddardhale-blue-900:#07193a; --goddardhale-blue-950:#041031; --goddardhale-purple-50:#eee9f0; --goddardhale-purple-100:#ddd7e1; --goddardhale-purple-150:#cdc6d2; --goddardhale-purple-200:#bcb5c3; --goddardhale-purple-250:#aba4b4; --goddardhale-purple-300:#9a92a4; --goddardhale-purple-350:#898195; --goddardhale-purple-400:#797086; --goddardhale-purple-450:#685e77; --goddardhale-purple-500:#574d68; --goddardhale-purple-550:#4f4560; --goddardhale-purple-600:#483e58; --goddardhale-purple-650:#403651; --goddardhale-purple-700:#382e49; --goddardhale-purple-750:#312741; --goddardhale-purple-800:#291f39; --goddardhale-purple-850:#211731; --goddardhale-purple-900:#190f2a; --goddardhale-purple-950:#120822; --goddardhale-cream-50:#f9ffff; --goddardhale-cream-100:#f8ffff; --goddardhale-cream-150:#f8fffe; --goddardhale-cream-200:#f7fffe; --goddardhale-cream-250:#f7fffe; --goddardhale-cream-300:#f6fffe; --goddardhale-cream-350:#f6fffe; --goddardhale-cream-400:#f5fffd; --goddardhale-cream-450:#f5fffd; --goddardhale-cream-500:#f4fffd; --goddardhale-cream-550:#dce6e4; --goddardhale-cream-600:#c3ccca; --goddardhale-cream-650:#abb3b1; --goddardhale-cream-700:#929a98; --goddardhale-cream-750:#7a817f; --goddardhale-cream-800:#626765; --goddardhale-cream-850:#494e4c; --goddardhale-cream-900:#313533; --goddardhale-cream-950:#181b19; --goddardhale-grey-50:#e6ebeb; --goddardhale-grey-100:#d2d7d8; --goddardhale-grey-150:#bec3c4; --goddardhale-grey-200:#aaafb1; --goddardhale-grey-250:#969b9d; --goddardhale-grey-300:#828789; --goddardhale-grey-350:#6e7376; --goddardhale-grey-400:#5a5f62; --goddardhale-grey-450:#464b4f; --goddardhale-grey-500:#32373b; --goddardhale-grey-550:#2d3236; --goddardhale-grey-600:#282c31; --goddardhale-grey-650:#23272b; --goddardhale-grey-700:#1e2126; --goddardhale-grey-750:#191c21; --goddardhale-grey-800:#14171c; --goddardhale-grey-850:#0f1117; --goddardhale-grey-900:#0a0c11; --goddardhale-grey-950:#05060c; }

.background-goddardhale-dark-text { background: #05060c; }

.background-goddardhale-light-text { background: #e6ebeb; }

.background-goddardhale-light-background { background: #e6ebeb; }

.background-goddardhale-medium-background { background: #828789; }

.background-goddardhale-dark-background { background: #32373b; }

.background-goddardhale-type-blue { background: #236084; }

.background-goddardhale-single-leaf { background: #b6e9dd; }

.background-goddardhale-double-leaf { background: #8adcc9; }

.background-goddardhale-triple-leaf { background: #70d4bd; }

.background-goddardhale-full-leaf { background: #49c7ab; }

.background-goddardhale-red { background: #ed254e; }

.background-goddardhale-yellow { background: #f9dc5c; }

.background-goddardhale-green { background: #49c7ab; }

.background-goddardhale-blue { background: #236084; }

.background-goddardhale-purple { background: #574d68; }

.background-goddardhale-cream { background: #f4fffd; }

.background-goddardhale-grey { background: #32373b; }

.background-goddardhale-red-50 { background: #fdb0bf; }

.background-goddardhale-red-100 { background: #fba0b2; }

.background-goddardhale-red-150 { background: #fa91a6; }

.background-goddardhale-red-200 { background: #f88199; }

.background-goddardhale-red-250 { background: #f6728d; }

.background-goddardhale-red-300 { background: #f46380; }

.background-goddardhale-red-350 { background: #f25374; }

.background-goddardhale-red-400 { background: #f14467; }

.background-goddardhale-red-450 { background: #ef345b; }

.background-goddardhale-red-500 { background: #ed254e; }

.background-goddardhale-red-550 { background: #dd2146; }

.background-goddardhale-red-600 { background: #ce1e3e; }

.background-goddardhale-red-650 { background: #be1a37; }

.background-goddardhale-red-700 { background: #ae162f; }

.background-goddardhale-red-750 { background: #9f1327; }

.background-goddardhale-red-800 { background: #8f0f1f; }

.background-goddardhale-red-850 { background: #7f0b17; }

.background-goddardhale-red-900 { background: #6f0710; }

.background-goddardhale-red-950 { background: #600408; }

.background-goddardhale-yellow-50 { background: #fefb7b; }

.background-goddardhale-yellow-100 { background: #fef777; }

.background-goddardhale-yellow-150 { background: #fdf474; }

.background-goddardhale-yellow-200 { background: #fdf070; }

.background-goddardhale-yellow-250 { background: #fced6d; }

.background-goddardhale-yellow-300 { background: #fbea6a; }

.background-goddardhale-yellow-350 { background: #fbe666; }

.background-goddardhale-yellow-400 { background: #fae363; }

.background-goddardhale-yellow-450 { background: #fadf5f; }

.background-goddardhale-yellow-500 { background: #f9dc5c; }

.background-goddardhale-yellow-550 { background: #e4c653; }

.background-goddardhale-yellow-600 { background: #cfb04a; }

.background-goddardhale-yellow-650 { background: #ba9a40; }

.background-goddardhale-yellow-700 { background: #a58437; }

.background-goddardhale-yellow-750 { background: #906e2e; }

.background-goddardhale-yellow-800 { background: #7a5825; }

.background-goddardhale-yellow-850 { background: #65421c; }

.background-goddardhale-yellow-900 { background: #502c12; }

.background-goddardhale-yellow-950 { background: #3b1609; }

.background-goddardhale-green-50 { background: #93f9f0; }

.background-goddardhale-green-100 { background: #8bf4e9; }

.background-goddardhale-green-150 { background: #82eee1; }

.background-goddardhale-green-200 { background: #7ae9d9; }

.background-goddardhale-green-250 { background: #72e3d2; }

.background-goddardhale-green-300 { background: #6addca; }

.background-goddardhale-green-350 { background: #62d8c2; }

.background-goddardhale-green-400 { background: #59d2ba; }

.background-goddardhale-green-450 { background: #51cdb3; }

.background-goddardhale-green-500 { background: #49c7ab; }

.background-goddardhale-green-550 { background: #42b69a; }

.background-goddardhale-green-600 { background: #3aa489; }

.background-goddardhale-green-650 { background: #339378; }

.background-goddardhale-green-700 { background: #2c8167; }

.background-goddardhale-green-750 { background: #257056; }

.background-goddardhale-green-800 { background: #1d5f44; }

.background-goddardhale-green-850 { background: #164d33; }

.background-goddardhale-green-900 { background: #0f3c22; }

.background-goddardhale-green-950 { background: #072a11; }

.background-goddardhale-blue-50 { background: #c2eff3; }

.background-goddardhale-blue-100 { background: #b1dfe6; }

.background-goddardhale-blue-150 { background: #9fcfda; }

.background-goddardhale-blue-200 { background: #8dbfce; }

.background-goddardhale-blue-250 { background: #7cb0c2; }

.background-goddardhale-blue-300 { background: #6aa0b5; }

.background-goddardhale-blue-350 { background: #5890a9; }

.background-goddardhale-blue-400 { background: #46809d; }

.background-goddardhale-blue-450 { background: #357090; }

.background-goddardhale-blue-500 { background: #236084; }

.background-goddardhale-blue-550 { background: #20577b; }

.background-goddardhale-blue-600 { background: #1c4e72; }

.background-goddardhale-blue-650 { background: #194568; }

.background-goddardhale-blue-700 { background: #153c5f; }

.background-goddardhale-blue-750 { background: #123456; }

.background-goddardhale-blue-800 { background: #0e2b4d; }

.background-goddardhale-blue-850 { background: #0b2244; }

.background-goddardhale-blue-900 { background: #07193a; }

.background-goddardhale-blue-950 { background: #041031; }

.background-goddardhale-purple-50 { background: #eee9f0; }

.background-goddardhale-purple-100 { background: #ddd7e1; }

.background-goddardhale-purple-150 { background: #cdc6d2; }

.background-goddardhale-purple-200 { background: #bcb5c3; }

.background-goddardhale-purple-250 { background: #aba4b4; }

.background-goddardhale-purple-300 { background: #9a92a4; }

.background-goddardhale-purple-350 { background: #898195; }

.background-goddardhale-purple-400 { background: #797086; }

.background-goddardhale-purple-450 { background: #685e77; }

.background-goddardhale-purple-500 { background: #574d68; }

.background-goddardhale-purple-550 { background: #4f4560; }

.background-goddardhale-purple-600 { background: #483e58; }

.background-goddardhale-purple-650 { background: #403651; }

.background-goddardhale-purple-700 { background: #382e49; }

.background-goddardhale-purple-750 { background: #312741; }

.background-goddardhale-purple-800 { background: #291f39; }

.background-goddardhale-purple-850 { background: #211731; }

.background-goddardhale-purple-900 { background: #190f2a; }

.background-goddardhale-purple-950 { background: #120822; }

.background-goddardhale-cream-50 { background: #f9ffff; }

.background-goddardhale-cream-100 { background: #f8ffff; }

.background-goddardhale-cream-150 { background: #f8fffe; }

.background-goddardhale-cream-200 { background: #f7fffe; }

.background-goddardhale-cream-250 { background: #f7fffe; }

.background-goddardhale-cream-300 { background: #f6fffe; }

.background-goddardhale-cream-350 { background: #f6fffe; }

.background-goddardhale-cream-400 { background: #f5fffd; }

.background-goddardhale-cream-450 { background: #f5fffd; }

.background-goddardhale-cream-500 { background: #f4fffd; }

.background-goddardhale-cream-550 { background: #dce6e4; }

.background-goddardhale-cream-600 { background: #c3ccca; }

.background-goddardhale-cream-650 { background: #abb3b1; }

.background-goddardhale-cream-700 { background: #929a98; }

.background-goddardhale-cream-750 { background: #7a817f; }

.background-goddardhale-cream-800 { background: #626765; }

.background-goddardhale-cream-850 { background: #494e4c; }

.background-goddardhale-cream-900 { background: #313533; }

.background-goddardhale-cream-950 { background: #181b19; }

.background-goddardhale-grey-50 { background: #e6ebeb; }

.background-goddardhale-grey-100 { background: #d2d7d8; }

.background-goddardhale-grey-150 { background: #bec3c4; }

.background-goddardhale-grey-200 { background: #aaafb1; }

.background-goddardhale-grey-250 { background: #969b9d; }

.background-goddardhale-grey-300 { background: #828789; }

.background-goddardhale-grey-350 { background: #6e7376; }

.background-goddardhale-grey-400 { background: #5a5f62; }

.background-goddardhale-grey-450 { background: #464b4f; }

.background-goddardhale-grey-500 { background: #32373b; }

.background-goddardhale-grey-550 { background: #2d3236; }

.background-goddardhale-grey-600 { background: #282c31; }

.background-goddardhale-grey-650 { background: #23272b; }

.background-goddardhale-grey-700 { background: #1e2126; }

.background-goddardhale-grey-750 { background: #191c21; }

.background-goddardhale-grey-800 { background: #14171c; }

.background-goddardhale-grey-850 { background: #0f1117; }

.background-goddardhale-grey-900 { background: #0a0c11; }

.background-goddardhale-grey-950 { background: #05060c; }

.color-goddardhale-dark-text { color: #05060c; }

.color-goddardhale-light-text { color: #e6ebeb; }

.color-goddardhale-light-background { color: #e6ebeb; }

.color-goddardhale-medium-background { color: #828789; }

.color-goddardhale-dark-background { color: #32373b; }

.color-goddardhale-type-blue { color: #236084; }

.color-goddardhale-single-leaf { color: #b6e9dd; }

.color-goddardhale-double-leaf { color: #8adcc9; }

.color-goddardhale-triple-leaf { color: #70d4bd; }

.color-goddardhale-full-leaf { color: #49c7ab; }

.color-goddardhale-red { color: #ed254e; }

.color-goddardhale-yellow { color: #f9dc5c; }

.color-goddardhale-green { color: #49c7ab; }

.color-goddardhale-blue { color: #236084; }

.color-goddardhale-purple { color: #574d68; }

.color-goddardhale-cream { color: #f4fffd; }

.color-goddardhale-grey { color: #32373b; }

.color-goddardhale-red-50 { color: #fdb0bf; }

.color-goddardhale-red-100 { color: #fba0b2; }

.color-goddardhale-red-150 { color: #fa91a6; }

.color-goddardhale-red-200 { color: #f88199; }

.color-goddardhale-red-250 { color: #f6728d; }

.color-goddardhale-red-300 { color: #f46380; }

.color-goddardhale-red-350 { color: #f25374; }

.color-goddardhale-red-400 { color: #f14467; }

.color-goddardhale-red-450 { color: #ef345b; }

.color-goddardhale-red-500 { color: #ed254e; }

.color-goddardhale-red-550 { color: #dd2146; }

.color-goddardhale-red-600 { color: #ce1e3e; }

.color-goddardhale-red-650 { color: #be1a37; }

.color-goddardhale-red-700 { color: #ae162f; }

.color-goddardhale-red-750 { color: #9f1327; }

.color-goddardhale-red-800 { color: #8f0f1f; }

.color-goddardhale-red-850 { color: #7f0b17; }

.color-goddardhale-red-900 { color: #6f0710; }

.color-goddardhale-red-950 { color: #600408; }

.color-goddardhale-yellow-50 { color: #fefb7b; }

.color-goddardhale-yellow-100 { color: #fef777; }

.color-goddardhale-yellow-150 { color: #fdf474; }

.color-goddardhale-yellow-200 { color: #fdf070; }

.color-goddardhale-yellow-250 { color: #fced6d; }

.color-goddardhale-yellow-300 { color: #fbea6a; }

.color-goddardhale-yellow-350 { color: #fbe666; }

.color-goddardhale-yellow-400 { color: #fae363; }

.color-goddardhale-yellow-450 { color: #fadf5f; }

.color-goddardhale-yellow-500 { color: #f9dc5c; }

.color-goddardhale-yellow-550 { color: #e4c653; }

.color-goddardhale-yellow-600 { color: #cfb04a; }

.color-goddardhale-yellow-650 { color: #ba9a40; }

.color-goddardhale-yellow-700 { color: #a58437; }

.color-goddardhale-yellow-750 { color: #906e2e; }

.color-goddardhale-yellow-800 { color: #7a5825; }

.color-goddardhale-yellow-850 { color: #65421c; }

.color-goddardhale-yellow-900 { color: #502c12; }

.color-goddardhale-yellow-950 { color: #3b1609; }

.color-goddardhale-green-50 { color: #93f9f0; }

.color-goddardhale-green-100 { color: #8bf4e9; }

.color-goddardhale-green-150 { color: #82eee1; }

.color-goddardhale-green-200 { color: #7ae9d9; }

.color-goddardhale-green-250 { color: #72e3d2; }

.color-goddardhale-green-300 { color: #6addca; }

.color-goddardhale-green-350 { color: #62d8c2; }

.color-goddardhale-green-400 { color: #59d2ba; }

.color-goddardhale-green-450 { color: #51cdb3; }

.color-goddardhale-green-500 { color: #49c7ab; }

.color-goddardhale-green-550 { color: #42b69a; }

.color-goddardhale-green-600 { color: #3aa489; }

.color-goddardhale-green-650 { color: #339378; }

.color-goddardhale-green-700 { color: #2c8167; }

.color-goddardhale-green-750 { color: #257056; }

.color-goddardhale-green-800 { color: #1d5f44; }

.color-goddardhale-green-850 { color: #164d33; }

.color-goddardhale-green-900 { color: #0f3c22; }

.color-goddardhale-green-950 { color: #072a11; }

.color-goddardhale-blue-50 { color: #c2eff3; }

.color-goddardhale-blue-100 { color: #b1dfe6; }

.color-goddardhale-blue-150 { color: #9fcfda; }

.color-goddardhale-blue-200 { color: #8dbfce; }

.color-goddardhale-blue-250 { color: #7cb0c2; }

.color-goddardhale-blue-300 { color: #6aa0b5; }

.color-goddardhale-blue-350 { color: #5890a9; }

.color-goddardhale-blue-400 { color: #46809d; }

.color-goddardhale-blue-450 { color: #357090; }

.color-goddardhale-blue-500 { color: #236084; }

.color-goddardhale-blue-550 { color: #20577b; }

.color-goddardhale-blue-600 { color: #1c4e72; }

.color-goddardhale-blue-650 { color: #194568; }

.color-goddardhale-blue-700 { color: #153c5f; }

.color-goddardhale-blue-750 { color: #123456; }

.color-goddardhale-blue-800 { color: #0e2b4d; }

.color-goddardhale-blue-850 { color: #0b2244; }

.color-goddardhale-blue-900 { color: #07193a; }

.color-goddardhale-blue-950 { color: #041031; }

.color-goddardhale-purple-50 { color: #eee9f0; }

.color-goddardhale-purple-100 { color: #ddd7e1; }

.color-goddardhale-purple-150 { color: #cdc6d2; }

.color-goddardhale-purple-200 { color: #bcb5c3; }

.color-goddardhale-purple-250 { color: #aba4b4; }

.color-goddardhale-purple-300 { color: #9a92a4; }

.color-goddardhale-purple-350 { color: #898195; }

.color-goddardhale-purple-400 { color: #797086; }

.color-goddardhale-purple-450 { color: #685e77; }

.color-goddardhale-purple-500 { color: #574d68; }

.color-goddardhale-purple-550 { color: #4f4560; }

.color-goddardhale-purple-600 { color: #483e58; }

.color-goddardhale-purple-650 { color: #403651; }

.color-goddardhale-purple-700 { color: #382e49; }

.color-goddardhale-purple-750 { color: #312741; }

.color-goddardhale-purple-800 { color: #291f39; }

.color-goddardhale-purple-850 { color: #211731; }

.color-goddardhale-purple-900 { color: #190f2a; }

.color-goddardhale-purple-950 { color: #120822; }

.color-goddardhale-cream-50 { color: #f9ffff; }

.color-goddardhale-cream-100 { color: #f8ffff; }

.color-goddardhale-cream-150 { color: #f8fffe; }

.color-goddardhale-cream-200 { color: #f7fffe; }

.color-goddardhale-cream-250 { color: #f7fffe; }

.color-goddardhale-cream-300 { color: #f6fffe; }

.color-goddardhale-cream-350 { color: #f6fffe; }

.color-goddardhale-cream-400 { color: #f5fffd; }

.color-goddardhale-cream-450 { color: #f5fffd; }

.color-goddardhale-cream-500 { color: #f4fffd; }

.color-goddardhale-cream-550 { color: #dce6e4; }

.color-goddardhale-cream-600 { color: #c3ccca; }

.color-goddardhale-cream-650 { color: #abb3b1; }

.color-goddardhale-cream-700 { color: #929a98; }

.color-goddardhale-cream-750 { color: #7a817f; }

.color-goddardhale-cream-800 { color: #626765; }

.color-goddardhale-cream-850 { color: #494e4c; }

.color-goddardhale-cream-900 { color: #313533; }

.color-goddardhale-cream-950 { color: #181b19; }

.color-goddardhale-grey-50 { color: #e6ebeb; }

.color-goddardhale-grey-100 { color: #d2d7d8; }

.color-goddardhale-grey-150 { color: #bec3c4; }

.color-goddardhale-grey-200 { color: #aaafb1; }

.color-goddardhale-grey-250 { color: #969b9d; }

.color-goddardhale-grey-300 { color: #828789; }

.color-goddardhale-grey-350 { color: #6e7376; }

.color-goddardhale-grey-400 { color: #5a5f62; }

.color-goddardhale-grey-450 { color: #464b4f; }

.color-goddardhale-grey-500 { color: #32373b; }

.color-goddardhale-grey-550 { color: #2d3236; }

.color-goddardhale-grey-600 { color: #282c31; }

.color-goddardhale-grey-650 { color: #23272b; }

.color-goddardhale-grey-700 { color: #1e2126; }

.color-goddardhale-grey-750 { color: #191c21; }

.color-goddardhale-grey-800 { color: #14171c; }

.color-goddardhale-grey-850 { color: #0f1117; }

.color-goddardhale-grey-900 { color: #0a0c11; }

.color-goddardhale-grey-950 { color: #05060c; }

.fill-goddardhale-dark-text { fill: #05060c; }

.fill-goddardhale-light-text { fill: #e6ebeb; }

.fill-goddardhale-light-background { fill: #e6ebeb; }

.fill-goddardhale-medium-background { fill: #828789; }

.fill-goddardhale-dark-background { fill: #32373b; }

.fill-goddardhale-type-blue { fill: #236084; }

.fill-goddardhale-single-leaf { fill: #b6e9dd; }

.fill-goddardhale-double-leaf { fill: #8adcc9; }

.fill-goddardhale-triple-leaf { fill: #70d4bd; }

.fill-goddardhale-full-leaf { fill: #49c7ab; }

.fill-goddardhale-red { fill: #ed254e; }

.fill-goddardhale-yellow { fill: #f9dc5c; }

.fill-goddardhale-green { fill: #49c7ab; }

.fill-goddardhale-blue { fill: #236084; }

.fill-goddardhale-purple { fill: #574d68; }

.fill-goddardhale-cream { fill: #f4fffd; }

.fill-goddardhale-grey { fill: #32373b; }

.fill-goddardhale-red-50 { fill: #fdb0bf; }

.fill-goddardhale-red-100 { fill: #fba0b2; }

.fill-goddardhale-red-150 { fill: #fa91a6; }

.fill-goddardhale-red-200 { fill: #f88199; }

.fill-goddardhale-red-250 { fill: #f6728d; }

.fill-goddardhale-red-300 { fill: #f46380; }

.fill-goddardhale-red-350 { fill: #f25374; }

.fill-goddardhale-red-400 { fill: #f14467; }

.fill-goddardhale-red-450 { fill: #ef345b; }

.fill-goddardhale-red-500 { fill: #ed254e; }

.fill-goddardhale-red-550 { fill: #dd2146; }

.fill-goddardhale-red-600 { fill: #ce1e3e; }

.fill-goddardhale-red-650 { fill: #be1a37; }

.fill-goddardhale-red-700 { fill: #ae162f; }

.fill-goddardhale-red-750 { fill: #9f1327; }

.fill-goddardhale-red-800 { fill: #8f0f1f; }

.fill-goddardhale-red-850 { fill: #7f0b17; }

.fill-goddardhale-red-900 { fill: #6f0710; }

.fill-goddardhale-red-950 { fill: #600408; }

.fill-goddardhale-yellow-50 { fill: #fefb7b; }

.fill-goddardhale-yellow-100 { fill: #fef777; }

.fill-goddardhale-yellow-150 { fill: #fdf474; }

.fill-goddardhale-yellow-200 { fill: #fdf070; }

.fill-goddardhale-yellow-250 { fill: #fced6d; }

.fill-goddardhale-yellow-300 { fill: #fbea6a; }

.fill-goddardhale-yellow-350 { fill: #fbe666; }

.fill-goddardhale-yellow-400 { fill: #fae363; }

.fill-goddardhale-yellow-450 { fill: #fadf5f; }

.fill-goddardhale-yellow-500 { fill: #f9dc5c; }

.fill-goddardhale-yellow-550 { fill: #e4c653; }

.fill-goddardhale-yellow-600 { fill: #cfb04a; }

.fill-goddardhale-yellow-650 { fill: #ba9a40; }

.fill-goddardhale-yellow-700 { fill: #a58437; }

.fill-goddardhale-yellow-750 { fill: #906e2e; }

.fill-goddardhale-yellow-800 { fill: #7a5825; }

.fill-goddardhale-yellow-850 { fill: #65421c; }

.fill-goddardhale-yellow-900 { fill: #502c12; }

.fill-goddardhale-yellow-950 { fill: #3b1609; }

.fill-goddardhale-green-50 { fill: #93f9f0; }

.fill-goddardhale-green-100 { fill: #8bf4e9; }

.fill-goddardhale-green-150 { fill: #82eee1; }

.fill-goddardhale-green-200 { fill: #7ae9d9; }

.fill-goddardhale-green-250 { fill: #72e3d2; }

.fill-goddardhale-green-300 { fill: #6addca; }

.fill-goddardhale-green-350 { fill: #62d8c2; }

.fill-goddardhale-green-400 { fill: #59d2ba; }

.fill-goddardhale-green-450 { fill: #51cdb3; }

.fill-goddardhale-green-500 { fill: #49c7ab; }

.fill-goddardhale-green-550 { fill: #42b69a; }

.fill-goddardhale-green-600 { fill: #3aa489; }

.fill-goddardhale-green-650 { fill: #339378; }

.fill-goddardhale-green-700 { fill: #2c8167; }

.fill-goddardhale-green-750 { fill: #257056; }

.fill-goddardhale-green-800 { fill: #1d5f44; }

.fill-goddardhale-green-850 { fill: #164d33; }

.fill-goddardhale-green-900 { fill: #0f3c22; }

.fill-goddardhale-green-950 { fill: #072a11; }

.fill-goddardhale-blue-50 { fill: #c2eff3; }

.fill-goddardhale-blue-100 { fill: #b1dfe6; }

.fill-goddardhale-blue-150 { fill: #9fcfda; }

.fill-goddardhale-blue-200 { fill: #8dbfce; }

.fill-goddardhale-blue-250 { fill: #7cb0c2; }

.fill-goddardhale-blue-300 { fill: #6aa0b5; }

.fill-goddardhale-blue-350 { fill: #5890a9; }

.fill-goddardhale-blue-400 { fill: #46809d; }

.fill-goddardhale-blue-450 { fill: #357090; }

.fill-goddardhale-blue-500 { fill: #236084; }

.fill-goddardhale-blue-550 { fill: #20577b; }

.fill-goddardhale-blue-600 { fill: #1c4e72; }

.fill-goddardhale-blue-650 { fill: #194568; }

.fill-goddardhale-blue-700 { fill: #153c5f; }

.fill-goddardhale-blue-750 { fill: #123456; }

.fill-goddardhale-blue-800 { fill: #0e2b4d; }

.fill-goddardhale-blue-850 { fill: #0b2244; }

.fill-goddardhale-blue-900 { fill: #07193a; }

.fill-goddardhale-blue-950 { fill: #041031; }

.fill-goddardhale-purple-50 { fill: #eee9f0; }

.fill-goddardhale-purple-100 { fill: #ddd7e1; }

.fill-goddardhale-purple-150 { fill: #cdc6d2; }

.fill-goddardhale-purple-200 { fill: #bcb5c3; }

.fill-goddardhale-purple-250 { fill: #aba4b4; }

.fill-goddardhale-purple-300 { fill: #9a92a4; }

.fill-goddardhale-purple-350 { fill: #898195; }

.fill-goddardhale-purple-400 { fill: #797086; }

.fill-goddardhale-purple-450 { fill: #685e77; }

.fill-goddardhale-purple-500 { fill: #574d68; }

.fill-goddardhale-purple-550 { fill: #4f4560; }

.fill-goddardhale-purple-600 { fill: #483e58; }

.fill-goddardhale-purple-650 { fill: #403651; }

.fill-goddardhale-purple-700 { fill: #382e49; }

.fill-goddardhale-purple-750 { fill: #312741; }

.fill-goddardhale-purple-800 { fill: #291f39; }

.fill-goddardhale-purple-850 { fill: #211731; }

.fill-goddardhale-purple-900 { fill: #190f2a; }

.fill-goddardhale-purple-950 { fill: #120822; }

.fill-goddardhale-cream-50 { fill: #f9ffff; }

.fill-goddardhale-cream-100 { fill: #f8ffff; }

.fill-goddardhale-cream-150 { fill: #f8fffe; }

.fill-goddardhale-cream-200 { fill: #f7fffe; }

.fill-goddardhale-cream-250 { fill: #f7fffe; }

.fill-goddardhale-cream-300 { fill: #f6fffe; }

.fill-goddardhale-cream-350 { fill: #f6fffe; }

.fill-goddardhale-cream-400 { fill: #f5fffd; }

.fill-goddardhale-cream-450 { fill: #f5fffd; }

.fill-goddardhale-cream-500 { fill: #f4fffd; }

.fill-goddardhale-cream-550 { fill: #dce6e4; }

.fill-goddardhale-cream-600 { fill: #c3ccca; }

.fill-goddardhale-cream-650 { fill: #abb3b1; }

.fill-goddardhale-cream-700 { fill: #929a98; }

.fill-goddardhale-cream-750 { fill: #7a817f; }

.fill-goddardhale-cream-800 { fill: #626765; }

.fill-goddardhale-cream-850 { fill: #494e4c; }

.fill-goddardhale-cream-900 { fill: #313533; }

.fill-goddardhale-cream-950 { fill: #181b19; }

.fill-goddardhale-grey-50 { fill: #e6ebeb; }

.fill-goddardhale-grey-100 { fill: #d2d7d8; }

.fill-goddardhale-grey-150 { fill: #bec3c4; }

.fill-goddardhale-grey-200 { fill: #aaafb1; }

.fill-goddardhale-grey-250 { fill: #969b9d; }

.fill-goddardhale-grey-300 { fill: #828789; }

.fill-goddardhale-grey-350 { fill: #6e7376; }

.fill-goddardhale-grey-400 { fill: #5a5f62; }

.fill-goddardhale-grey-450 { fill: #464b4f; }

.fill-goddardhale-grey-500 { fill: #32373b; }

.fill-goddardhale-grey-550 { fill: #2d3236; }

.fill-goddardhale-grey-600 { fill: #282c31; }

.fill-goddardhale-grey-650 { fill: #23272b; }

.fill-goddardhale-grey-700 { fill: #1e2126; }

.fill-goddardhale-grey-750 { fill: #191c21; }

.fill-goddardhale-grey-800 { fill: #14171c; }

.fill-goddardhale-grey-850 { fill: #0f1117; }

.fill-goddardhale-grey-900 { fill: #0a0c11; }

.fill-goddardhale-grey-950 { fill: #05060c; }

:root { --howtoelementary-dark-text:#212121; --howtoelementary-light-text:#fefefe; --howtoelementary-light-background:#fefefe; --howtoelementary-medium-background:#dedede; --howtoelementary-dark-background:#212121; --howtoelementary-error:#da4d45; --howtoelementary-error-text:#b71c1c; --howtoelementary-warning:#f37329; --howtoelementary-warning-text:#e65100; --howtoelementary-warning-2:#fbd25d; --howtoelementary-success:#b3cf3b; --howtoelementary-success-text:#1b5e20; --howtoelementary-information:#47a8e9; --howtoelementary-information-text:#0d47a1; --howtoelementary-announcement:#c35cc2; }

.background-howtoelementary-dark-text { background: #212121; }

.background-howtoelementary-light-text { background: #fefefe; }

.background-howtoelementary-light-background { background: #fefefe; }

.background-howtoelementary-medium-background { background: #dedede; }

.background-howtoelementary-dark-background { background: #212121; }

.background-howtoelementary-error { background: #da4d45; }

.background-howtoelementary-error-text { background: #b71c1c; }

.background-howtoelementary-warning { background: #f37329; }

.background-howtoelementary-warning-text { background: #e65100; }

.background-howtoelementary-warning-2 { background: #fbd25d; }

.background-howtoelementary-success { background: #b3cf3b; }

.background-howtoelementary-success-text { background: #1b5e20; }

.background-howtoelementary-information { background: #47a8e9; }

.background-howtoelementary-information-text { background: #0d47a1; }

.background-howtoelementary-announcement { background: #c35cc2; }

.color-howtoelementary-dark-text { color: #212121; }

.color-howtoelementary-light-text { color: #fefefe; }

.color-howtoelementary-light-background { color: #fefefe; }

.color-howtoelementary-medium-background { color: #dedede; }

.color-howtoelementary-dark-background { color: #212121; }

.color-howtoelementary-error { color: #da4d45; }

.color-howtoelementary-error-text { color: #b71c1c; }

.color-howtoelementary-warning { color: #f37329; }

.color-howtoelementary-warning-text { color: #e65100; }

.color-howtoelementary-warning-2 { color: #fbd25d; }

.color-howtoelementary-success { color: #b3cf3b; }

.color-howtoelementary-success-text { color: #1b5e20; }

.color-howtoelementary-information { color: #47a8e9; }

.color-howtoelementary-information-text { color: #0d47a1; }

.color-howtoelementary-announcement { color: #c35cc2; }

.fill-howtoelementary-dark-text { fill: #212121; }

.fill-howtoelementary-light-text { fill: #fefefe; }

.fill-howtoelementary-light-background { fill: #fefefe; }

.fill-howtoelementary-medium-background { fill: #dedede; }

.fill-howtoelementary-dark-background { fill: #212121; }

.fill-howtoelementary-error { fill: #da4d45; }

.fill-howtoelementary-error-text { fill: #b71c1c; }

.fill-howtoelementary-warning { fill: #f37329; }

.fill-howtoelementary-warning-text { fill: #e65100; }

.fill-howtoelementary-warning-2 { fill: #fbd25d; }

.fill-howtoelementary-success { fill: #b3cf3b; }

.fill-howtoelementary-success-text { fill: #1b5e20; }

.fill-howtoelementary-information { fill: #47a8e9; }

.fill-howtoelementary-information-text { fill: #0d47a1; }

.fill-howtoelementary-announcement { fill: #c35cc2; }

:root { --material-red:#f44336; --material-red-50:#ffebee; --material-red-100:#ffcdd2; --material-red-200:#ef9a9a; --material-red-300:#e57373; --material-red-400:#ef5350; --material-red-500:#f44336; --material-red-600:#e53935; --material-red-700:#d32f2f; --material-red-800:#c62828; --material-red-900:#b71c1c; --material-red-a100:#ff8a80; --material-red-a200:#ff5252; --material-red-a400:#ff1744; --material-red-a700:#d50000; --material-pink:#e91e63; --material-pink-50:#fce4ec; --material-pink-100:#f8bbd0; --material-pink-200:#f48fb1; --material-pink-300:#f06292; --material-pink-400:#ec407a; --material-pink-500:#e91e63; --material-pink-600:#d81b60; --material-pink-700:#c2185b; --material-pink-800:#ad1457; --material-pink-900:#880e4f; --material-pink-a100:#ff80ab; --material-pink-a200:#ff4081; --material-pink-a400:#f50057; --material-pink-a700:#c51162; --material-purple:#9c27b0; --material-purple-50:#f3e5f5; --material-purple-100:#e1bee7; --material-purple-200:#ce93d8; --material-purple-300:#ba68c8; --material-purple-400:#ab47bc; --material-purple-500:#9c27b0; --material-purple-600:#8e24aa; --material-purple-700:#7b1fa2; --material-purple-800:#6a1b9a; --material-purple-900:#4a148c; --material-purple-a100:#ea80fc; --material-purple-a200:#e040fb; --material-purple-a400:#d500f9; --material-purple-a700:#aa00ff; --material-deeppurple:#673ab7; --material-deeppurple-50:#ede7f6; --material-deeppurple-100:#d1c4e9; --material-deeppurple-200:#b39ddb; --material-deeppurple-300:#9575cd; --material-deeppurple-400:#7e57c2; --material-deeppurple-500:#673ab7; --material-deeppurple-600:#5e35b1; --material-deeppurple-700:#512da8; --material-deeppurple-800:#4527a0; --material-deeppurple-900:#311b92; --material-deeppurple-a100:#b388ff; --material-deeppurple-a200:#7c4dff; --material-deeppurple-a400:#651fff; --material-deeppurple-a700:#6200ea; --material-indigo:#3f51b5; --material-indigo-50:#e8eaf6; --material-indigo-100:#c5cae9; --material-indigo-200:#9fa8da; --material-indigo-300:#7986cb; --material-indigo-400:#5c6bc0; --material-indigo-500:#3f51b5; --material-indigo-600:#3949ab; --material-indigo-700:#303f9f; --material-indigo-800:#283593; --material-indigo-900:#1a237e; --material-indigo-a100:#8c9eff; --material-indigo-a200:#536dfe; --material-indigo-a400:#3d5afe; --material-indigo-a700:#304ffe; --material-blue:#2196f3; --material-blue-50:#e3f2fd; --material-blue-100:#bbdefb; --material-blue-200:#90caf9; --material-blue-300:#64b5f6; --material-blue-400:#42a5f5; --material-blue-500:#2196f3; --material-blue-600:#1e88e5; --material-blue-700:#1976d2; --material-blue-800:#1565c0; --material-blue-900:#0d47a1; --material-blue-a100:#82b1ff; --material-blue-a200:#448aff; --material-blue-a400:#2979ff; --material-blue-a700:#2962ff; --material-lightblue:#03a9f4; --material-lightblue-50:#e1f5fe; --material-lightblue-100:#b3e5fc; --material-lightblue-200:#81d4fa; --material-lightblue-300:#4fc3f7; --material-lightblue-400:#29b6f6; --material-lightblue-500:#03a9f4; --material-lightblue-600:#039be5; --material-lightblue-700:#0288d1; --material-lightblue-800:#0277bd; --material-lightblue-900:#01579b; --material-lightblue-a100:#80d8ff; --material-lightblue-a200:#40c4ff; --material-lightblue-a400:#00b0ff; --material-lightblue-a700:#0091ea; --material-cyan:#00bcd4; --material-cyan-50:#e0f7fa; --material-cyan-100:#b2ebf2; --material-cyan-200:#80deea; --material-cyan-300:#4dd0e1; --material-cyan-400:#26c6da; --material-cyan-500:#00bcd4; --material-cyan-600:#00acc1; --material-cyan-700:#0097a7; --material-cyan-800:#00838f; --material-cyan-900:#006064; --material-cyan-a100:#84ffff; --material-cyan-a200:#18ffff; --material-cyan-a400:#00e5ff; --material-cyan-a700:#00b8d4; --material-teal:#009688; --material-teal-50:#e0f2f1; --material-teal-100:#b2dfdb; --material-teal-200:#80cbc4; --material-teal-300:#4db6ac; --material-teal-400:#26a69a; --material-teal-500:#009688; --material-teal-600:#00897b; --material-teal-700:#00796b; --material-teal-800:#00695c; --material-teal-900:#004d40; --material-teal-a100:#a7ffeb; --material-teal-a200:#64ffda; --material-teal-a400:#1de9b6; --material-teal-a700:#00bfa5; --material-green:#4caf50; --material-green-50:#e8f5e9; --material-green-100:#c8e6c9; --material-green-200:#a5d6a7; --material-green-300:#81c784; --material-green-400:#66bb6a; --material-green-500:#4caf50; --material-green-600:#43a047; --material-green-700:#388e3c; --material-green-800:#2e7d32; --material-green-900:#1b5e20; --material-green-a100:#b9f6ca; --material-green-a200:#69f0ae; --material-green-a400:#00e676; --material-green-a700:#00c853; --material-lightgreen:#8bc34a; --material-lightgreen-50:#f1f8e9; --material-lightgreen-100:#dcedc8; --material-lightgreen-200:#c5e1a5; --material-lightgreen-300:#aed581; --material-lightgreen-400:#9ccc65; --material-lightgreen-500:#8bc34a; --material-lightgreen-600:#7cb342; --material-lightgreen-700:#689f38; --material-lightgreen-800:#558b2f; --material-lightgreen-900:#33691e; --material-lightgreen-a100:#ccff90; --material-lightgreen-a200:#b2ff59; --material-lightgreen-a400:#76ff03; --material-lightgreen-a700:#64dd17; --material-lime:#cddc39; --material-lime-50:#f9fbe7; --material-lime-100:#f0f4c3; --material-lime-200:#e6ee9c; --material-lime-300:#dce775; --material-lime-400:#d4e157; --material-lime-500:#cddc39; --material-lime-600:#c0ca33; --material-lime-700:#afb42b; --material-lime-800:#9e9d24; --material-lime-900:#827717; --material-lime-a100:#f4ff81; --material-lime-a200:#eeff41; --material-lime-a400:#c6ff00; --material-lime-a700:#aeea00; --material-yellow:#ffeb3b; --material-yellow-50:#fffde7; --material-yellow-100:#fff9c4; --material-yellow-200:#fff59d; --material-yellow-300:#fff176; --material-yellow-400:#ffee58; --material-yellow-500:#ffeb3b; --material-yellow-600:#fdd835; --material-yellow-700:#fbc02d; --material-yellow-800:#f9a825; --material-yellow-900:#f57f17; --material-yellow-a100:#ffff8d; --material-yellow-a200:#ffff00; --material-yellow-a400:#ffea00; --material-yellow-a700:#ffd600; --material-amber:#ffc107; --material-amber-50:#fff8e1; --material-amber-100:#ffecb3; --material-amber-200:#ffe082; --material-amber-300:#ffd54f; --material-amber-400:#ffca28; --material-amber-500:#ffc107; --material-amber-600:#ffb300; --material-amber-700:#ffa000; --material-amber-800:#ff8f00; --material-amber-900:#ff6f00; --material-amber-a100:#ffe57f; --material-amber-a200:#ffd740; --material-amber-a400:#ffc400; --material-amber-a700:#ffab00; --material-orange:#ff9800; --material-orange-50:#fff3e0; --material-orange-100:#ffe0b2; --material-orange-200:#ffcc80; --material-orange-300:#ffb74d; --material-orange-400:#ffa726; --material-orange-500:#ff9800; --material-orange-600:#fb8c00; --material-orange-700:#f57c00; --material-orange-800:#ef6c00; --material-orange-900:#e65100; --material-orange-a100:#ffd180; --material-orange-a200:#ffab40; --material-orange-a400:#ff9100; --material-orange-a700:#ff6d00; --material-deeporange:#ff5722; --material-deeporange-50:#fbe9e7; --material-deeporange-100:#ffccbc; --material-deeporange-200:#ffab91; --material-deeporange-300:#ff8a65; --material-deeporange-400:#ff7043; --material-deeporange-500:#ff5722; --material-deeporange-600:#f4511e; --material-deeporange-700:#e64a19; --material-deeporange-800:#d84315; --material-deeporange-900:#bf360c; --material-deeporange-a100:#ff9e80; --material-deeporange-a200:#ff6e40; --material-deeporange-a400:#ff3d00; --material-deeporange-a700:#dd2c00; --material-brown:#795548; --material-brown-50:#efebe9; --material-brown-100:#d7ccc8; --material-brown-200:#bcaaa4; --material-brown-300:#a1887f; --material-brown-400:#8d6e63; --material-brown-500:#795548; --material-brown-600:#6d4c41; --material-brown-700:#5d4037; --material-brown-800:#4e342e; --material-brown-900:#3e2723; --material-grey:#9e9e9e; --material-grey-50:#fafafa; --material-grey-100:#f5f5f5; --material-grey-200:#eeeeee; --material-grey-300:#e0e0e0; --material-grey-400:#bdbdbd; --material-grey-500:#9e9e9e; --material-grey-600:#757575; --material-grey-700:#616161; --material-grey-800:#424242; --material-grey-900:#212121; --material-bluegrey:#607d8b; --material-bluegrey-50:#eceff1; --material-bluegrey-100:#cfd8dc; --material-bluegrey-200:#b0bec5; --material-bluegrey-300:#90a4ae; --material-bluegrey-400:#78909c; --material-bluegrey-500:#607d8b; --material-bluegrey-600:#546e7a; --material-bluegrey-700:#455a64; --material-bluegrey-800:#37474f; --material-bluegrey-900:#263238; }

.background-material-red { background: #f44336; }

.background-material-red-50 { background: #ffebee; }

.background-material-red-100 { background: #ffcdd2; }

.background-material-red-200 { background: #ef9a9a; }

.background-material-red-300 { background: #e57373; }

.background-material-red-400 { background: #ef5350; }

.background-material-red-500 { background: #f44336; }

.background-material-red-600 { background: #e53935; }

.background-material-red-700 { background: #d32f2f; }

.background-material-red-800 { background: #c62828; }

.background-material-red-900 { background: #b71c1c; }

.background-material-red-a100 { background: #ff8a80; }

.background-material-red-a200 { background: #ff5252; }

.background-material-red-a400 { background: #ff1744; }

.background-material-red-a700 { background: #d50000; }

.background-material-pink { background: #e91e63; }

.background-material-pink-50 { background: #fce4ec; }

.background-material-pink-100 { background: #f8bbd0; }

.background-material-pink-200 { background: #f48fb1; }

.background-material-pink-300 { background: #f06292; }

.background-material-pink-400 { background: #ec407a; }

.background-material-pink-500 { background: #e91e63; }

.background-material-pink-600 { background: #d81b60; }

.background-material-pink-700 { background: #c2185b; }

.background-material-pink-800 { background: #ad1457; }

.background-material-pink-900 { background: #880e4f; }

.background-material-pink-a100 { background: #ff80ab; }

.background-material-pink-a200 { background: #ff4081; }

.background-material-pink-a400 { background: #f50057; }

.background-material-pink-a700 { background: #c51162; }

.background-material-purple { background: #9c27b0; }

.background-material-purple-50 { background: #f3e5f5; }

.background-material-purple-100 { background: #e1bee7; }

.background-material-purple-200 { background: #ce93d8; }

.background-material-purple-300 { background: #ba68c8; }

.background-material-purple-400 { background: #ab47bc; }

.background-material-purple-500 { background: #9c27b0; }

.background-material-purple-600 { background: #8e24aa; }

.background-material-purple-700 { background: #7b1fa2; }

.background-material-purple-800 { background: #6a1b9a; }

.background-material-purple-900 { background: #4a148c; }

.background-material-purple-a100 { background: #ea80fc; }

.background-material-purple-a200 { background: #e040fb; }

.background-material-purple-a400 { background: #d500f9; }

.background-material-purple-a700 { background: #aa00ff; }

.background-material-deeppurple { background: #673ab7; }

.background-material-deeppurple-50 { background: #ede7f6; }

.background-material-deeppurple-100 { background: #d1c4e9; }

.background-material-deeppurple-200 { background: #b39ddb; }

.background-material-deeppurple-300 { background: #9575cd; }

.background-material-deeppurple-400 { background: #7e57c2; }

.background-material-deeppurple-500 { background: #673ab7; }

.background-material-deeppurple-600 { background: #5e35b1; }

.background-material-deeppurple-700 { background: #512da8; }

.background-material-deeppurple-800 { background: #4527a0; }

.background-material-deeppurple-900 { background: #311b92; }

.background-material-deeppurple-a100 { background: #b388ff; }

.background-material-deeppurple-a200 { background: #7c4dff; }

.background-material-deeppurple-a400 { background: #651fff; }

.background-material-deeppurple-a700 { background: #6200ea; }

.background-material-indigo { background: #3f51b5; }

.background-material-indigo-50 { background: #e8eaf6; }

.background-material-indigo-100 { background: #c5cae9; }

.background-material-indigo-200 { background: #9fa8da; }

.background-material-indigo-300 { background: #7986cb; }

.background-material-indigo-400 { background: #5c6bc0; }

.background-material-indigo-500 { background: #3f51b5; }

.background-material-indigo-600 { background: #3949ab; }

.background-material-indigo-700 { background: #303f9f; }

.background-material-indigo-800 { background: #283593; }

.background-material-indigo-900 { background: #1a237e; }

.background-material-indigo-a100 { background: #8c9eff; }

.background-material-indigo-a200 { background: #536dfe; }

.background-material-indigo-a400 { background: #3d5afe; }

.background-material-indigo-a700 { background: #304ffe; }

.background-material-blue { background: #2196f3; }

.background-material-blue-50 { background: #e3f2fd; }

.background-material-blue-100 { background: #bbdefb; }

.background-material-blue-200 { background: #90caf9; }

.background-material-blue-300 { background: #64b5f6; }

.background-material-blue-400 { background: #42a5f5; }

.background-material-blue-500 { background: #2196f3; }

.background-material-blue-600 { background: #1e88e5; }

.background-material-blue-700 { background: #1976d2; }

.background-material-blue-800 { background: #1565c0; }

.background-material-blue-900 { background: #0d47a1; }

.background-material-blue-a100 { background: #82b1ff; }

.background-material-blue-a200 { background: #448aff; }

.background-material-blue-a400 { background: #2979ff; }

.background-material-blue-a700 { background: #2962ff; }

.background-material-lightblue { background: #03a9f4; }

.background-material-lightblue-50 { background: #e1f5fe; }

.background-material-lightblue-100 { background: #b3e5fc; }

.background-material-lightblue-200 { background: #81d4fa; }

.background-material-lightblue-300 { background: #4fc3f7; }

.background-material-lightblue-400 { background: #29b6f6; }

.background-material-lightblue-500 { background: #03a9f4; }

.background-material-lightblue-600 { background: #039be5; }

.background-material-lightblue-700 { background: #0288d1; }

.background-material-lightblue-800 { background: #0277bd; }

.background-material-lightblue-900 { background: #01579b; }

.background-material-lightblue-a100 { background: #80d8ff; }

.background-material-lightblue-a200 { background: #40c4ff; }

.background-material-lightblue-a400 { background: #00b0ff; }

.background-material-lightblue-a700 { background: #0091ea; }

.background-material-cyan { background: #00bcd4; }

.background-material-cyan-50 { background: #e0f7fa; }

.background-material-cyan-100 { background: #b2ebf2; }

.background-material-cyan-200 { background: #80deea; }

.background-material-cyan-300 { background: #4dd0e1; }

.background-material-cyan-400 { background: #26c6da; }

.background-material-cyan-500 { background: #00bcd4; }

.background-material-cyan-600 { background: #00acc1; }

.background-material-cyan-700 { background: #0097a7; }

.background-material-cyan-800 { background: #00838f; }

.background-material-cyan-900 { background: #006064; }

.background-material-cyan-a100 { background: #84ffff; }

.background-material-cyan-a200 { background: #18ffff; }

.background-material-cyan-a400 { background: #00e5ff; }

.background-material-cyan-a700 { background: #00b8d4; }

.background-material-teal { background: #009688; }

.background-material-teal-50 { background: #e0f2f1; }

.background-material-teal-100 { background: #b2dfdb; }

.background-material-teal-200 { background: #80cbc4; }

.background-material-teal-300 { background: #4db6ac; }

.background-material-teal-400 { background: #26a69a; }

.background-material-teal-500 { background: #009688; }

.background-material-teal-600 { background: #00897b; }

.background-material-teal-700 { background: #00796b; }

.background-material-teal-800 { background: #00695c; }

.background-material-teal-900 { background: #004d40; }

.background-material-teal-a100 { background: #a7ffeb; }

.background-material-teal-a200 { background: #64ffda; }

.background-material-teal-a400 { background: #1de9b6; }

.background-material-teal-a700 { background: #00bfa5; }

.background-material-green { background: #4caf50; }

.background-material-green-50 { background: #e8f5e9; }

.background-material-green-100 { background: #c8e6c9; }

.background-material-green-200 { background: #a5d6a7; }

.background-material-green-300 { background: #81c784; }

.background-material-green-400 { background: #66bb6a; }

.background-material-green-500 { background: #4caf50; }

.background-material-green-600 { background: #43a047; }

.background-material-green-700 { background: #388e3c; }

.background-material-green-800 { background: #2e7d32; }

.background-material-green-900 { background: #1b5e20; }

.background-material-green-a100 { background: #b9f6ca; }

.background-material-green-a200 { background: #69f0ae; }

.background-material-green-a400 { background: #00e676; }

.background-material-green-a700 { background: #00c853; }

.background-material-lightgreen { background: #8bc34a; }

.background-material-lightgreen-50 { background: #f1f8e9; }

.background-material-lightgreen-100 { background: #dcedc8; }

.background-material-lightgreen-200 { background: #c5e1a5; }

.background-material-lightgreen-300 { background: #aed581; }

.background-material-lightgreen-400 { background: #9ccc65; }

.background-material-lightgreen-500 { background: #8bc34a; }

.background-material-lightgreen-600 { background: #7cb342; }

.background-material-lightgreen-700 { background: #689f38; }

.background-material-lightgreen-800 { background: #558b2f; }

.background-material-lightgreen-900 { background: #33691e; }

.background-material-lightgreen-a100 { background: #ccff90; }

.background-material-lightgreen-a200 { background: #b2ff59; }

.background-material-lightgreen-a400 { background: #76ff03; }

.background-material-lightgreen-a700 { background: #64dd17; }

.background-material-lime { background: #cddc39; }

.background-material-lime-50 { background: #f9fbe7; }

.background-material-lime-100 { background: #f0f4c3; }

.background-material-lime-200 { background: #e6ee9c; }

.background-material-lime-300 { background: #dce775; }

.background-material-lime-400 { background: #d4e157; }

.background-material-lime-500 { background: #cddc39; }

.background-material-lime-600 { background: #c0ca33; }

.background-material-lime-700 { background: #afb42b; }

.background-material-lime-800 { background: #9e9d24; }

.background-material-lime-900 { background: #827717; }

.background-material-lime-a100 { background: #f4ff81; }

.background-material-lime-a200 { background: #eeff41; }

.background-material-lime-a400 { background: #c6ff00; }

.background-material-lime-a700 { background: #aeea00; }

.background-material-yellow { background: #ffeb3b; }

.background-material-yellow-50 { background: #fffde7; }

.background-material-yellow-100 { background: #fff9c4; }

.background-material-yellow-200 { background: #fff59d; }

.background-material-yellow-300 { background: #fff176; }

.background-material-yellow-400 { background: #ffee58; }

.background-material-yellow-500 { background: #ffeb3b; }

.background-material-yellow-600 { background: #fdd835; }

.background-material-yellow-700 { background: #fbc02d; }

.background-material-yellow-800 { background: #f9a825; }

.background-material-yellow-900 { background: #f57f17; }

.background-material-yellow-a100 { background: #ffff8d; }

.background-material-yellow-a200 { background: #ffff00; }

.background-material-yellow-a400 { background: #ffea00; }

.background-material-yellow-a700 { background: #ffd600; }

.background-material-amber { background: #ffc107; }

.background-material-amber-50 { background: #fff8e1; }

.background-material-amber-100 { background: #ffecb3; }

.background-material-amber-200 { background: #ffe082; }

.background-material-amber-300 { background: #ffd54f; }

.background-material-amber-400 { background: #ffca28; }

.background-material-amber-500 { background: #ffc107; }

.background-material-amber-600 { background: #ffb300; }

.background-material-amber-700 { background: #ffa000; }

.background-material-amber-800 { background: #ff8f00; }

.background-material-amber-900 { background: #ff6f00; }

.background-material-amber-a100 { background: #ffe57f; }

.background-material-amber-a200 { background: #ffd740; }

.background-material-amber-a400 { background: #ffc400; }

.background-material-amber-a700 { background: #ffab00; }

.background-material-orange { background: #ff9800; }

.background-material-orange-50 { background: #fff3e0; }

.background-material-orange-100 { background: #ffe0b2; }

.background-material-orange-200 { background: #ffcc80; }

.background-material-orange-300 { background: #ffb74d; }

.background-material-orange-400 { background: #ffa726; }

.background-material-orange-500 { background: #ff9800; }

.background-material-orange-600 { background: #fb8c00; }

.background-material-orange-700 { background: #f57c00; }

.background-material-orange-800 { background: #ef6c00; }

.background-material-orange-900 { background: #e65100; }

.background-material-orange-a100 { background: #ffd180; }

.background-material-orange-a200 { background: #ffab40; }

.background-material-orange-a400 { background: #ff9100; }

.background-material-orange-a700 { background: #ff6d00; }

.background-material-deeporange { background: #ff5722; }

.background-material-deeporange-50 { background: #fbe9e7; }

.background-material-deeporange-100 { background: #ffccbc; }

.background-material-deeporange-200 { background: #ffab91; }

.background-material-deeporange-300 { background: #ff8a65; }

.background-material-deeporange-400 { background: #ff7043; }

.background-material-deeporange-500 { background: #ff5722; }

.background-material-deeporange-600 { background: #f4511e; }

.background-material-deeporange-700 { background: #e64a19; }

.background-material-deeporange-800 { background: #d84315; }

.background-material-deeporange-900 { background: #bf360c; }

.background-material-deeporange-a100 { background: #ff9e80; }

.background-material-deeporange-a200 { background: #ff6e40; }

.background-material-deeporange-a400 { background: #ff3d00; }

.background-material-deeporange-a700 { background: #dd2c00; }

.background-material-brown { background: #795548; }

.background-material-brown-50 { background: #efebe9; }

.background-material-brown-100 { background: #d7ccc8; }

.background-material-brown-200 { background: #bcaaa4; }

.background-material-brown-300 { background: #a1887f; }

.background-material-brown-400 { background: #8d6e63; }

.background-material-brown-500 { background: #795548; }

.background-material-brown-600 { background: #6d4c41; }

.background-material-brown-700 { background: #5d4037; }

.background-material-brown-800 { background: #4e342e; }

.background-material-brown-900 { background: #3e2723; }

.background-material-grey { background: #9e9e9e; }

.background-material-grey-50 { background: #fafafa; }

.background-material-grey-100 { background: #f5f5f5; }

.background-material-grey-200 { background: #eeeeee; }

.background-material-grey-300 { background: #e0e0e0; }

.background-material-grey-400 { background: #bdbdbd; }

.background-material-grey-500 { background: #9e9e9e; }

.background-material-grey-600 { background: #757575; }

.background-material-grey-700 { background: #616161; }

.background-material-grey-800 { background: #424242; }

.background-material-grey-900 { background: #212121; }

.background-material-bluegrey { background: #607d8b; }

.background-material-bluegrey-50 { background: #eceff1; }

.background-material-bluegrey-100 { background: #cfd8dc; }

.background-material-bluegrey-200 { background: #b0bec5; }

.background-material-bluegrey-300 { background: #90a4ae; }

.background-material-bluegrey-400 { background: #78909c; }

.background-material-bluegrey-500 { background: #607d8b; }

.background-material-bluegrey-600 { background: #546e7a; }

.background-material-bluegrey-700 { background: #455a64; }

.background-material-bluegrey-800 { background: #37474f; }

.background-material-bluegrey-900 { background: #263238; }

.color-material-red { color: #f44336; }

.color-material-red-50 { color: #ffebee; }

.color-material-red-100 { color: #ffcdd2; }

.color-material-red-200 { color: #ef9a9a; }

.color-material-red-300 { color: #e57373; }

.color-material-red-400 { color: #ef5350; }

.color-material-red-500 { color: #f44336; }

.color-material-red-600 { color: #e53935; }

.color-material-red-700 { color: #d32f2f; }

.color-material-red-800 { color: #c62828; }

.color-material-red-900 { color: #b71c1c; }

.color-material-red-a100 { color: #ff8a80; }

.color-material-red-a200 { color: #ff5252; }

.color-material-red-a400 { color: #ff1744; }

.color-material-red-a700 { color: #d50000; }

.color-material-pink { color: #e91e63; }

.color-material-pink-50 { color: #fce4ec; }

.color-material-pink-100 { color: #f8bbd0; }

.color-material-pink-200 { color: #f48fb1; }

.color-material-pink-300 { color: #f06292; }

.color-material-pink-400 { color: #ec407a; }

.color-material-pink-500 { color: #e91e63; }

.color-material-pink-600 { color: #d81b60; }

.color-material-pink-700 { color: #c2185b; }

.color-material-pink-800 { color: #ad1457; }

.color-material-pink-900 { color: #880e4f; }

.color-material-pink-a100 { color: #ff80ab; }

.color-material-pink-a200 { color: #ff4081; }

.color-material-pink-a400 { color: #f50057; }

.color-material-pink-a700 { color: #c51162; }

.color-material-purple { color: #9c27b0; }

.color-material-purple-50 { color: #f3e5f5; }

.color-material-purple-100 { color: #e1bee7; }

.color-material-purple-200 { color: #ce93d8; }

.color-material-purple-300 { color: #ba68c8; }

.color-material-purple-400 { color: #ab47bc; }

.color-material-purple-500 { color: #9c27b0; }

.color-material-purple-600 { color: #8e24aa; }

.color-material-purple-700 { color: #7b1fa2; }

.color-material-purple-800 { color: #6a1b9a; }

.color-material-purple-900 { color: #4a148c; }

.color-material-purple-a100 { color: #ea80fc; }

.color-material-purple-a200 { color: #e040fb; }

.color-material-purple-a400 { color: #d500f9; }

.color-material-purple-a700 { color: #aa00ff; }

.color-material-deeppurple { color: #673ab7; }

.color-material-deeppurple-50 { color: #ede7f6; }

.color-material-deeppurple-100 { color: #d1c4e9; }

.color-material-deeppurple-200 { color: #b39ddb; }

.color-material-deeppurple-300 { color: #9575cd; }

.color-material-deeppurple-400 { color: #7e57c2; }

.color-material-deeppurple-500 { color: #673ab7; }

.color-material-deeppurple-600 { color: #5e35b1; }

.color-material-deeppurple-700 { color: #512da8; }

.color-material-deeppurple-800 { color: #4527a0; }

.color-material-deeppurple-900 { color: #311b92; }

.color-material-deeppurple-a100 { color: #b388ff; }

.color-material-deeppurple-a200 { color: #7c4dff; }

.color-material-deeppurple-a400 { color: #651fff; }

.color-material-deeppurple-a700 { color: #6200ea; }

.color-material-indigo { color: #3f51b5; }

.color-material-indigo-50 { color: #e8eaf6; }

.color-material-indigo-100 { color: #c5cae9; }

.color-material-indigo-200 { color: #9fa8da; }

.color-material-indigo-300 { color: #7986cb; }

.color-material-indigo-400 { color: #5c6bc0; }

.color-material-indigo-500 { color: #3f51b5; }

.color-material-indigo-600 { color: #3949ab; }

.color-material-indigo-700 { color: #303f9f; }

.color-material-indigo-800 { color: #283593; }

.color-material-indigo-900 { color: #1a237e; }

.color-material-indigo-a100 { color: #8c9eff; }

.color-material-indigo-a200 { color: #536dfe; }

.color-material-indigo-a400 { color: #3d5afe; }

.color-material-indigo-a700 { color: #304ffe; }

.color-material-blue { color: #2196f3; }

.color-material-blue-50 { color: #e3f2fd; }

.color-material-blue-100 { color: #bbdefb; }

.color-material-blue-200 { color: #90caf9; }

.color-material-blue-300 { color: #64b5f6; }

.color-material-blue-400 { color: #42a5f5; }

.color-material-blue-500 { color: #2196f3; }

.color-material-blue-600 { color: #1e88e5; }

.color-material-blue-700 { color: #1976d2; }

.color-material-blue-800 { color: #1565c0; }

.color-material-blue-900 { color: #0d47a1; }

.color-material-blue-a100 { color: #82b1ff; }

.color-material-blue-a200 { color: #448aff; }

.color-material-blue-a400 { color: #2979ff; }

.color-material-blue-a700 { color: #2962ff; }

.color-material-lightblue { color: #03a9f4; }

.color-material-lightblue-50 { color: #e1f5fe; }

.color-material-lightblue-100 { color: #b3e5fc; }

.color-material-lightblue-200 { color: #81d4fa; }

.color-material-lightblue-300 { color: #4fc3f7; }

.color-material-lightblue-400 { color: #29b6f6; }

.color-material-lightblue-500 { color: #03a9f4; }

.color-material-lightblue-600 { color: #039be5; }

.color-material-lightblue-700 { color: #0288d1; }

.color-material-lightblue-800 { color: #0277bd; }

.color-material-lightblue-900 { color: #01579b; }

.color-material-lightblue-a100 { color: #80d8ff; }

.color-material-lightblue-a200 { color: #40c4ff; }

.color-material-lightblue-a400 { color: #00b0ff; }

.color-material-lightblue-a700 { color: #0091ea; }

.color-material-cyan { color: #00bcd4; }

.color-material-cyan-50 { color: #e0f7fa; }

.color-material-cyan-100 { color: #b2ebf2; }

.color-material-cyan-200 { color: #80deea; }

.color-material-cyan-300 { color: #4dd0e1; }

.color-material-cyan-400 { color: #26c6da; }

.color-material-cyan-500 { color: #00bcd4; }

.color-material-cyan-600 { color: #00acc1; }

.color-material-cyan-700 { color: #0097a7; }

.color-material-cyan-800 { color: #00838f; }

.color-material-cyan-900 { color: #006064; }

.color-material-cyan-a100 { color: #84ffff; }

.color-material-cyan-a200 { color: #18ffff; }

.color-material-cyan-a400 { color: #00e5ff; }

.color-material-cyan-a700 { color: #00b8d4; }

.color-material-teal { color: #009688; }

.color-material-teal-50 { color: #e0f2f1; }

.color-material-teal-100 { color: #b2dfdb; }

.color-material-teal-200 { color: #80cbc4; }

.color-material-teal-300 { color: #4db6ac; }

.color-material-teal-400 { color: #26a69a; }

.color-material-teal-500 { color: #009688; }

.color-material-teal-600 { color: #00897b; }

.color-material-teal-700 { color: #00796b; }

.color-material-teal-800 { color: #00695c; }

.color-material-teal-900 { color: #004d40; }

.color-material-teal-a100 { color: #a7ffeb; }

.color-material-teal-a200 { color: #64ffda; }

.color-material-teal-a400 { color: #1de9b6; }

.color-material-teal-a700 { color: #00bfa5; }

.color-material-green { color: #4caf50; }

.color-material-green-50 { color: #e8f5e9; }

.color-material-green-100 { color: #c8e6c9; }

.color-material-green-200 { color: #a5d6a7; }

.color-material-green-300 { color: #81c784; }

.color-material-green-400 { color: #66bb6a; }

.color-material-green-500 { color: #4caf50; }

.color-material-green-600 { color: #43a047; }

.color-material-green-700 { color: #388e3c; }

.color-material-green-800 { color: #2e7d32; }

.color-material-green-900 { color: #1b5e20; }

.color-material-green-a100 { color: #b9f6ca; }

.color-material-green-a200 { color: #69f0ae; }

.color-material-green-a400 { color: #00e676; }

.color-material-green-a700 { color: #00c853; }

.color-material-lightgreen { color: #8bc34a; }

.color-material-lightgreen-50 { color: #f1f8e9; }

.color-material-lightgreen-100 { color: #dcedc8; }

.color-material-lightgreen-200 { color: #c5e1a5; }

.color-material-lightgreen-300 { color: #aed581; }

.color-material-lightgreen-400 { color: #9ccc65; }

.color-material-lightgreen-500 { color: #8bc34a; }

.color-material-lightgreen-600 { color: #7cb342; }

.color-material-lightgreen-700 { color: #689f38; }

.color-material-lightgreen-800 { color: #558b2f; }

.color-material-lightgreen-900 { color: #33691e; }

.color-material-lightgreen-a100 { color: #ccff90; }

.color-material-lightgreen-a200 { color: #b2ff59; }

.color-material-lightgreen-a400 { color: #76ff03; }

.color-material-lightgreen-a700 { color: #64dd17; }

.color-material-lime { color: #cddc39; }

.color-material-lime-50 { color: #f9fbe7; }

.color-material-lime-100 { color: #f0f4c3; }

.color-material-lime-200 { color: #e6ee9c; }

.color-material-lime-300 { color: #dce775; }

.color-material-lime-400 { color: #d4e157; }

.color-material-lime-500 { color: #cddc39; }

.color-material-lime-600 { color: #c0ca33; }

.color-material-lime-700 { color: #afb42b; }

.color-material-lime-800 { color: #9e9d24; }

.color-material-lime-900 { color: #827717; }

.color-material-lime-a100 { color: #f4ff81; }

.color-material-lime-a200 { color: #eeff41; }

.color-material-lime-a400 { color: #c6ff00; }

.color-material-lime-a700 { color: #aeea00; }

.color-material-yellow { color: #ffeb3b; }

.color-material-yellow-50 { color: #fffde7; }

.color-material-yellow-100 { color: #fff9c4; }

.color-material-yellow-200 { color: #fff59d; }

.color-material-yellow-300 { color: #fff176; }

.color-material-yellow-400 { color: #ffee58; }

.color-material-yellow-500 { color: #ffeb3b; }

.color-material-yellow-600 { color: #fdd835; }

.color-material-yellow-700 { color: #fbc02d; }

.color-material-yellow-800 { color: #f9a825; }

.color-material-yellow-900 { color: #f57f17; }

.color-material-yellow-a100 { color: #ffff8d; }

.color-material-yellow-a200 { color: #ffff00; }

.color-material-yellow-a400 { color: #ffea00; }

.color-material-yellow-a700 { color: #ffd600; }

.color-material-amber { color: #ffc107; }

.color-material-amber-50 { color: #fff8e1; }

.color-material-amber-100 { color: #ffecb3; }

.color-material-amber-200 { color: #ffe082; }

.color-material-amber-300 { color: #ffd54f; }

.color-material-amber-400 { color: #ffca28; }

.color-material-amber-500 { color: #ffc107; }

.color-material-amber-600 { color: #ffb300; }

.color-material-amber-700 { color: #ffa000; }

.color-material-amber-800 { color: #ff8f00; }

.color-material-amber-900 { color: #ff6f00; }

.color-material-amber-a100 { color: #ffe57f; }

.color-material-amber-a200 { color: #ffd740; }

.color-material-amber-a400 { color: #ffc400; }

.color-material-amber-a700 { color: #ffab00; }

.color-material-orange { color: #ff9800; }

.color-material-orange-50 { color: #fff3e0; }

.color-material-orange-100 { color: #ffe0b2; }

.color-material-orange-200 { color: #ffcc80; }

.color-material-orange-300 { color: #ffb74d; }

.color-material-orange-400 { color: #ffa726; }

.color-material-orange-500 { color: #ff9800; }

.color-material-orange-600 { color: #fb8c00; }

.color-material-orange-700 { color: #f57c00; }

.color-material-orange-800 { color: #ef6c00; }

.color-material-orange-900 { color: #e65100; }

.color-material-orange-a100 { color: #ffd180; }

.color-material-orange-a200 { color: #ffab40; }

.color-material-orange-a400 { color: #ff9100; }

.color-material-orange-a700 { color: #ff6d00; }

.color-material-deeporange { color: #ff5722; }

.color-material-deeporange-50 { color: #fbe9e7; }

.color-material-deeporange-100 { color: #ffccbc; }

.color-material-deeporange-200 { color: #ffab91; }

.color-material-deeporange-300 { color: #ff8a65; }

.color-material-deeporange-400 { color: #ff7043; }

.color-material-deeporange-500 { color: #ff5722; }

.color-material-deeporange-600 { color: #f4511e; }

.color-material-deeporange-700 { color: #e64a19; }

.color-material-deeporange-800 { color: #d84315; }

.color-material-deeporange-900 { color: #bf360c; }

.color-material-deeporange-a100 { color: #ff9e80; }

.color-material-deeporange-a200 { color: #ff6e40; }

.color-material-deeporange-a400 { color: #ff3d00; }

.color-material-deeporange-a700 { color: #dd2c00; }

.color-material-brown { color: #795548; }

.color-material-brown-50 { color: #efebe9; }

.color-material-brown-100 { color: #d7ccc8; }

.color-material-brown-200 { color: #bcaaa4; }

.color-material-brown-300 { color: #a1887f; }

.color-material-brown-400 { color: #8d6e63; }

.color-material-brown-500 { color: #795548; }

.color-material-brown-600 { color: #6d4c41; }

.color-material-brown-700 { color: #5d4037; }

.color-material-brown-800 { color: #4e342e; }

.color-material-brown-900 { color: #3e2723; }

.color-material-grey { color: #9e9e9e; }

.color-material-grey-50 { color: #fafafa; }

.color-material-grey-100 { color: #f5f5f5; }

.color-material-grey-200 { color: #eeeeee; }

.color-material-grey-300 { color: #e0e0e0; }

.color-material-grey-400 { color: #bdbdbd; }

.color-material-grey-500 { color: #9e9e9e; }

.color-material-grey-600 { color: #757575; }

.color-material-grey-700 { color: #616161; }

.color-material-grey-800 { color: #424242; }

.color-material-grey-900 { color: #212121; }

.color-material-bluegrey { color: #607d8b; }

.color-material-bluegrey-50 { color: #eceff1; }

.color-material-bluegrey-100 { color: #cfd8dc; }

.color-material-bluegrey-200 { color: #b0bec5; }

.color-material-bluegrey-300 { color: #90a4ae; }

.color-material-bluegrey-400 { color: #78909c; }

.color-material-bluegrey-500 { color: #607d8b; }

.color-material-bluegrey-600 { color: #546e7a; }

.color-material-bluegrey-700 { color: #455a64; }

.color-material-bluegrey-800 { color: #37474f; }

.color-material-bluegrey-900 { color: #263238; }

.fill-material-red { fill: #f44336; }

.fill-material-red-50 { fill: #ffebee; }

.fill-material-red-100 { fill: #ffcdd2; }

.fill-material-red-200 { fill: #ef9a9a; }

.fill-material-red-300 { fill: #e57373; }

.fill-material-red-400 { fill: #ef5350; }

.fill-material-red-500 { fill: #f44336; }

.fill-material-red-600 { fill: #e53935; }

.fill-material-red-700 { fill: #d32f2f; }

.fill-material-red-800 { fill: #c62828; }

.fill-material-red-900 { fill: #b71c1c; }

.fill-material-red-a100 { fill: #ff8a80; }

.fill-material-red-a200 { fill: #ff5252; }

.fill-material-red-a400 { fill: #ff1744; }

.fill-material-red-a700 { fill: #d50000; }

.fill-material-pink { fill: #e91e63; }

.fill-material-pink-50 { fill: #fce4ec; }

.fill-material-pink-100 { fill: #f8bbd0; }

.fill-material-pink-200 { fill: #f48fb1; }

.fill-material-pink-300 { fill: #f06292; }

.fill-material-pink-400 { fill: #ec407a; }

.fill-material-pink-500 { fill: #e91e63; }

.fill-material-pink-600 { fill: #d81b60; }

.fill-material-pink-700 { fill: #c2185b; }

.fill-material-pink-800 { fill: #ad1457; }

.fill-material-pink-900 { fill: #880e4f; }

.fill-material-pink-a100 { fill: #ff80ab; }

.fill-material-pink-a200 { fill: #ff4081; }

.fill-material-pink-a400 { fill: #f50057; }

.fill-material-pink-a700 { fill: #c51162; }

.fill-material-purple { fill: #9c27b0; }

.fill-material-purple-50 { fill: #f3e5f5; }

.fill-material-purple-100 { fill: #e1bee7; }

.fill-material-purple-200 { fill: #ce93d8; }

.fill-material-purple-300 { fill: #ba68c8; }

.fill-material-purple-400 { fill: #ab47bc; }

.fill-material-purple-500 { fill: #9c27b0; }

.fill-material-purple-600 { fill: #8e24aa; }

.fill-material-purple-700 { fill: #7b1fa2; }

.fill-material-purple-800 { fill: #6a1b9a; }

.fill-material-purple-900 { fill: #4a148c; }

.fill-material-purple-a100 { fill: #ea80fc; }

.fill-material-purple-a200 { fill: #e040fb; }

.fill-material-purple-a400 { fill: #d500f9; }

.fill-material-purple-a700 { fill: #aa00ff; }

.fill-material-deeppurple { fill: #673ab7; }

.fill-material-deeppurple-50 { fill: #ede7f6; }

.fill-material-deeppurple-100 { fill: #d1c4e9; }

.fill-material-deeppurple-200 { fill: #b39ddb; }

.fill-material-deeppurple-300 { fill: #9575cd; }

.fill-material-deeppurple-400 { fill: #7e57c2; }

.fill-material-deeppurple-500 { fill: #673ab7; }

.fill-material-deeppurple-600 { fill: #5e35b1; }

.fill-material-deeppurple-700 { fill: #512da8; }

.fill-material-deeppurple-800 { fill: #4527a0; }

.fill-material-deeppurple-900 { fill: #311b92; }

.fill-material-deeppurple-a100 { fill: #b388ff; }

.fill-material-deeppurple-a200 { fill: #7c4dff; }

.fill-material-deeppurple-a400 { fill: #651fff; }

.fill-material-deeppurple-a700 { fill: #6200ea; }

.fill-material-indigo { fill: #3f51b5; }

.fill-material-indigo-50 { fill: #e8eaf6; }

.fill-material-indigo-100 { fill: #c5cae9; }

.fill-material-indigo-200 { fill: #9fa8da; }

.fill-material-indigo-300 { fill: #7986cb; }

.fill-material-indigo-400 { fill: #5c6bc0; }

.fill-material-indigo-500 { fill: #3f51b5; }

.fill-material-indigo-600 { fill: #3949ab; }

.fill-material-indigo-700 { fill: #303f9f; }

.fill-material-indigo-800 { fill: #283593; }

.fill-material-indigo-900 { fill: #1a237e; }

.fill-material-indigo-a100 { fill: #8c9eff; }

.fill-material-indigo-a200 { fill: #536dfe; }

.fill-material-indigo-a400 { fill: #3d5afe; }

.fill-material-indigo-a700 { fill: #304ffe; }

.fill-material-blue { fill: #2196f3; }

.fill-material-blue-50 { fill: #e3f2fd; }

.fill-material-blue-100 { fill: #bbdefb; }

.fill-material-blue-200 { fill: #90caf9; }

.fill-material-blue-300 { fill: #64b5f6; }

.fill-material-blue-400 { fill: #42a5f5; }

.fill-material-blue-500 { fill: #2196f3; }

.fill-material-blue-600 { fill: #1e88e5; }

.fill-material-blue-700 { fill: #1976d2; }

.fill-material-blue-800 { fill: #1565c0; }

.fill-material-blue-900 { fill: #0d47a1; }

.fill-material-blue-a100 { fill: #82b1ff; }

.fill-material-blue-a200 { fill: #448aff; }

.fill-material-blue-a400 { fill: #2979ff; }

.fill-material-blue-a700 { fill: #2962ff; }

.fill-material-lightblue { fill: #03a9f4; }

.fill-material-lightblue-50 { fill: #e1f5fe; }

.fill-material-lightblue-100 { fill: #b3e5fc; }

.fill-material-lightblue-200 { fill: #81d4fa; }

.fill-material-lightblue-300 { fill: #4fc3f7; }

.fill-material-lightblue-400 { fill: #29b6f6; }

.fill-material-lightblue-500 { fill: #03a9f4; }

.fill-material-lightblue-600 { fill: #039be5; }

.fill-material-lightblue-700 { fill: #0288d1; }

.fill-material-lightblue-800 { fill: #0277bd; }

.fill-material-lightblue-900 { fill: #01579b; }

.fill-material-lightblue-a100 { fill: #80d8ff; }

.fill-material-lightblue-a200 { fill: #40c4ff; }

.fill-material-lightblue-a400 { fill: #00b0ff; }

.fill-material-lightblue-a700 { fill: #0091ea; }

.fill-material-cyan { fill: #00bcd4; }

.fill-material-cyan-50 { fill: #e0f7fa; }

.fill-material-cyan-100 { fill: #b2ebf2; }

.fill-material-cyan-200 { fill: #80deea; }

.fill-material-cyan-300 { fill: #4dd0e1; }

.fill-material-cyan-400 { fill: #26c6da; }

.fill-material-cyan-500 { fill: #00bcd4; }

.fill-material-cyan-600 { fill: #00acc1; }

.fill-material-cyan-700 { fill: #0097a7; }

.fill-material-cyan-800 { fill: #00838f; }

.fill-material-cyan-900 { fill: #006064; }

.fill-material-cyan-a100 { fill: #84ffff; }

.fill-material-cyan-a200 { fill: #18ffff; }

.fill-material-cyan-a400 { fill: #00e5ff; }

.fill-material-cyan-a700 { fill: #00b8d4; }

.fill-material-teal { fill: #009688; }

.fill-material-teal-50 { fill: #e0f2f1; }

.fill-material-teal-100 { fill: #b2dfdb; }

.fill-material-teal-200 { fill: #80cbc4; }

.fill-material-teal-300 { fill: #4db6ac; }

.fill-material-teal-400 { fill: #26a69a; }

.fill-material-teal-500 { fill: #009688; }

.fill-material-teal-600 { fill: #00897b; }

.fill-material-teal-700 { fill: #00796b; }

.fill-material-teal-800 { fill: #00695c; }

.fill-material-teal-900 { fill: #004d40; }

.fill-material-teal-a100 { fill: #a7ffeb; }

.fill-material-teal-a200 { fill: #64ffda; }

.fill-material-teal-a400 { fill: #1de9b6; }

.fill-material-teal-a700 { fill: #00bfa5; }

.fill-material-green { fill: #4caf50; }

.fill-material-green-50 { fill: #e8f5e9; }

.fill-material-green-100 { fill: #c8e6c9; }

.fill-material-green-200 { fill: #a5d6a7; }

.fill-material-green-300 { fill: #81c784; }

.fill-material-green-400 { fill: #66bb6a; }

.fill-material-green-500 { fill: #4caf50; }

.fill-material-green-600 { fill: #43a047; }

.fill-material-green-700 { fill: #388e3c; }

.fill-material-green-800 { fill: #2e7d32; }

.fill-material-green-900 { fill: #1b5e20; }

.fill-material-green-a100 { fill: #b9f6ca; }

.fill-material-green-a200 { fill: #69f0ae; }

.fill-material-green-a400 { fill: #00e676; }

.fill-material-green-a700 { fill: #00c853; }

.fill-material-lightgreen { fill: #8bc34a; }

.fill-material-lightgreen-50 { fill: #f1f8e9; }

.fill-material-lightgreen-100 { fill: #dcedc8; }

.fill-material-lightgreen-200 { fill: #c5e1a5; }

.fill-material-lightgreen-300 { fill: #aed581; }

.fill-material-lightgreen-400 { fill: #9ccc65; }

.fill-material-lightgreen-500 { fill: #8bc34a; }

.fill-material-lightgreen-600 { fill: #7cb342; }

.fill-material-lightgreen-700 { fill: #689f38; }

.fill-material-lightgreen-800 { fill: #558b2f; }

.fill-material-lightgreen-900 { fill: #33691e; }

.fill-material-lightgreen-a100 { fill: #ccff90; }

.fill-material-lightgreen-a200 { fill: #b2ff59; }

.fill-material-lightgreen-a400 { fill: #76ff03; }

.fill-material-lightgreen-a700 { fill: #64dd17; }

.fill-material-lime { fill: #cddc39; }

.fill-material-lime-50 { fill: #f9fbe7; }

.fill-material-lime-100 { fill: #f0f4c3; }

.fill-material-lime-200 { fill: #e6ee9c; }

.fill-material-lime-300 { fill: #dce775; }

.fill-material-lime-400 { fill: #d4e157; }

.fill-material-lime-500 { fill: #cddc39; }

.fill-material-lime-600 { fill: #c0ca33; }

.fill-material-lime-700 { fill: #afb42b; }

.fill-material-lime-800 { fill: #9e9d24; }

.fill-material-lime-900 { fill: #827717; }

.fill-material-lime-a100 { fill: #f4ff81; }

.fill-material-lime-a200 { fill: #eeff41; }

.fill-material-lime-a400 { fill: #c6ff00; }

.fill-material-lime-a700 { fill: #aeea00; }

.fill-material-yellow { fill: #ffeb3b; }

.fill-material-yellow-50 { fill: #fffde7; }

.fill-material-yellow-100 { fill: #fff9c4; }

.fill-material-yellow-200 { fill: #fff59d; }

.fill-material-yellow-300 { fill: #fff176; }

.fill-material-yellow-400 { fill: #ffee58; }

.fill-material-yellow-500 { fill: #ffeb3b; }

.fill-material-yellow-600 { fill: #fdd835; }

.fill-material-yellow-700 { fill: #fbc02d; }

.fill-material-yellow-800 { fill: #f9a825; }

.fill-material-yellow-900 { fill: #f57f17; }

.fill-material-yellow-a100 { fill: #ffff8d; }

.fill-material-yellow-a200 { fill: #ffff00; }

.fill-material-yellow-a400 { fill: #ffea00; }

.fill-material-yellow-a700 { fill: #ffd600; }

.fill-material-amber { fill: #ffc107; }

.fill-material-amber-50 { fill: #fff8e1; }

.fill-material-amber-100 { fill: #ffecb3; }

.fill-material-amber-200 { fill: #ffe082; }

.fill-material-amber-300 { fill: #ffd54f; }

.fill-material-amber-400 { fill: #ffca28; }

.fill-material-amber-500 { fill: #ffc107; }

.fill-material-amber-600 { fill: #ffb300; }

.fill-material-amber-700 { fill: #ffa000; }

.fill-material-amber-800 { fill: #ff8f00; }

.fill-material-amber-900 { fill: #ff6f00; }

.fill-material-amber-a100 { fill: #ffe57f; }

.fill-material-amber-a200 { fill: #ffd740; }

.fill-material-amber-a400 { fill: #ffc400; }

.fill-material-amber-a700 { fill: #ffab00; }

.fill-material-orange { fill: #ff9800; }

.fill-material-orange-50 { fill: #fff3e0; }

.fill-material-orange-100 { fill: #ffe0b2; }

.fill-material-orange-200 { fill: #ffcc80; }

.fill-material-orange-300 { fill: #ffb74d; }

.fill-material-orange-400 { fill: #ffa726; }

.fill-material-orange-500 { fill: #ff9800; }

.fill-material-orange-600 { fill: #fb8c00; }

.fill-material-orange-700 { fill: #f57c00; }

.fill-material-orange-800 { fill: #ef6c00; }

.fill-material-orange-900 { fill: #e65100; }

.fill-material-orange-a100 { fill: #ffd180; }

.fill-material-orange-a200 { fill: #ffab40; }

.fill-material-orange-a400 { fill: #ff9100; }

.fill-material-orange-a700 { fill: #ff6d00; }

.fill-material-deeporange { fill: #ff5722; }

.fill-material-deeporange-50 { fill: #fbe9e7; }

.fill-material-deeporange-100 { fill: #ffccbc; }

.fill-material-deeporange-200 { fill: #ffab91; }

.fill-material-deeporange-300 { fill: #ff8a65; }

.fill-material-deeporange-400 { fill: #ff7043; }

.fill-material-deeporange-500 { fill: #ff5722; }

.fill-material-deeporange-600 { fill: #f4511e; }

.fill-material-deeporange-700 { fill: #e64a19; }

.fill-material-deeporange-800 { fill: #d84315; }

.fill-material-deeporange-900 { fill: #bf360c; }

.fill-material-deeporange-a100 { fill: #ff9e80; }

.fill-material-deeporange-a200 { fill: #ff6e40; }

.fill-material-deeporange-a400 { fill: #ff3d00; }

.fill-material-deeporange-a700 { fill: #dd2c00; }

.fill-material-brown { fill: #795548; }

.fill-material-brown-50 { fill: #efebe9; }

.fill-material-brown-100 { fill: #d7ccc8; }

.fill-material-brown-200 { fill: #bcaaa4; }

.fill-material-brown-300 { fill: #a1887f; }

.fill-material-brown-400 { fill: #8d6e63; }

.fill-material-brown-500 { fill: #795548; }

.fill-material-brown-600 { fill: #6d4c41; }

.fill-material-brown-700 { fill: #5d4037; }

.fill-material-brown-800 { fill: #4e342e; }

.fill-material-brown-900 { fill: #3e2723; }

.fill-material-grey { fill: #9e9e9e; }

.fill-material-grey-50 { fill: #fafafa; }

.fill-material-grey-100 { fill: #f5f5f5; }

.fill-material-grey-200 { fill: #eeeeee; }

.fill-material-grey-300 { fill: #e0e0e0; }

.fill-material-grey-400 { fill: #bdbdbd; }

.fill-material-grey-500 { fill: #9e9e9e; }

.fill-material-grey-600 { fill: #757575; }

.fill-material-grey-700 { fill: #616161; }

.fill-material-grey-800 { fill: #424242; }

.fill-material-grey-900 { fill: #212121; }

.fill-material-bluegrey { fill: #607d8b; }

.fill-material-bluegrey-50 { fill: #eceff1; }

.fill-material-bluegrey-100 { fill: #cfd8dc; }

.fill-material-bluegrey-200 { fill: #b0bec5; }

.fill-material-bluegrey-300 { fill: #90a4ae; }

.fill-material-bluegrey-400 { fill: #78909c; }

.fill-material-bluegrey-500 { fill: #607d8b; }

.fill-material-bluegrey-600 { fill: #546e7a; }

.fill-material-bluegrey-700 { fill: #455a64; }

.fill-material-bluegrey-800 { fill: #37474f; }

.fill-material-bluegrey-900 { fill: #263238; }

:root { --ubuntu-orange:#e95420; --ubuntu-white:#ffffff; --ubuntu-black:#000000; --ubuntu-canonical-aubergine:#772953; --ubuntu-light-aubergine:#77216f; --ubuntu-mid-aubergine:#5e2750; --ubuntu-dark-aubergine:#2c001e; --ubuntu-warm-grey:#aea79f; --ubuntu-cool-grey:#333333; --ubuntu-text-grey:#111111; --ubuntu-orange-100:#e95420; --ubuntu-orange-90:#eb6536; --ubuntu-orange-80:#ed764d; --ubuntu-orange-70:#f08763; --ubuntu-orange-60:#f29879; --ubuntu-orange-50:#f4aa90; --ubuntu-orange-45:#f5b29b; --ubuntu-orange-40:#f6bba6; --ubuntu-orange-35:#f7c3b1; --ubuntu-orange-30:#f8ccbc; --ubuntu-orange-25:#fad4c7; --ubuntu-orange-20:#fbddd2; --ubuntu-orange-15:#fce5de; --ubuntu-orange-10:#fdeee9; --ubuntu-canonical-aubergine-100:#772953; --ubuntu-canonical-aubergine-90:#843e64; --ubuntu-canonical-aubergine-80:#925375; --ubuntu-canonical-aubergine-70:#9f6986; --ubuntu-canonical-aubergine-60:#ad7e97; --ubuntu-canonical-aubergine-50:#bb94a9; --ubuntu-canonical-aubergine-45:#c19eb1; --ubuntu-canonical-aubergine-40:#c8a9ba; --ubuntu-canonical-aubergine-35:#cfb4c2; --ubuntu-canonical-aubergine-30:#d6becb; --ubuntu-canonical-aubergine-25:#ddc9d4; --ubuntu-canonical-aubergine-20:#e3d4dc; --ubuntu-canonical-aubergine-15:#eadee5; --ubuntu-canonical-aubergine-10:#f1e9ed; --ubuntu-light-aubergine-100:#77216f; --ubuntu-light-aubergine-90:#84377d; --ubuntu-light-aubergine-80:#924d8b; --ubuntu-light-aubergine-70:#9f639a; --ubuntu-light-aubergine-60:#ad79a8; --ubuntu-light-aubergine-50:#bb90b7; --ubuntu-light-aubergine-45:#c19bbe; --ubuntu-light-aubergine-40:#c8a6c5; --ubuntu-light-aubergine-35:#cfb1cc; --ubuntu-light-aubergine-30:#d6bcd3; --ubuntu-light-aubergine-25:#ddc7db; --ubuntu-light-aubergine-20:#e3d2e2; --ubuntu-light-aubergine-15:#eadde9; --ubuntu-light-aubergine-10:#f1e8f0; --ubuntu-mid-aubergine-100:#5e2750; --ubuntu-mid-aubergine-90:#6e3c61; --ubuntu-mid-aubergine-80:#7e5273; --ubuntu-mid-aubergine-70:#8e6784; --ubuntu-mid-aubergine-60:#9e7d96; --ubuntu-mid-aubergine-50:#ae93a7; --ubuntu-mid-aubergine-45:#b69db0; --ubuntu-mid-aubergine-40:#bea8b9; --ubuntu-mid-aubergine-35:#c6b3c1; --ubuntu-mid-aubergine-30:#cebeca; --ubuntu-mid-aubergine-25:#d6c9d3; --ubuntu-mid-aubergine-20:#ded3dc; --ubuntu-mid-aubergine-15:#e6dee4; --ubuntu-mid-aubergine-10:#eee9ed; --ubuntu-dark-aubergine-100:#2c001e; --ubuntu-dark-aubergine-90:#411934; --ubuntu-dark-aubergine-80:#56334b; --ubuntu-dark-aubergine-70:#6b4c61; --ubuntu-dark-aubergine-60:#806678; --ubuntu-dark-aubergine-50:#957f8e; --ubuntu-dark-aubergine-45:#a08c99; --ubuntu-dark-aubergine-40:#aa99a5; --ubuntu-dark-aubergine-35:#b5a5b0; --ubuntu-dark-aubergine-30:#bfb2bb; --ubuntu-dark-aubergine-25:#cabfc6; --ubuntu-dark-aubergine-20:#d4ccd2; --ubuntu-dark-aubergine-15:#dfd8dd; --ubuntu-dark-aubergine-10:#e9e5e8; --ubuntu-warm-grey-100:#aea79f; --ubuntu-warm-grey-90:#b6afa8; --ubuntu-warm-grey-80:#beb8b2; --ubuntu-warm-grey-70:#c6c1bb; --ubuntu-warm-grey-60:#cecac5; --ubuntu-warm-grey-50:#d6d3cf; --ubuntu-warm-grey-45:#dad7d3; --ubuntu-warm-grey-40:#dedbd8; --ubuntu-warm-grey-35:#e2e0dd; --ubuntu-warm-grey-30:#e6e4e2; --ubuntu-warm-grey-25:#eae9e7; --ubuntu-warm-grey-20:#eeedeb; --ubuntu-warm-grey-15:#f2f1f0; --ubuntu-warm-grey-10:#f6f6f5; }

.background-ubuntu-orange { background: #e95420; }

.background-ubuntu-white { background: #ffffff; }

.background-ubuntu-black { background: #000000; }

.background-ubuntu-canonical-aubergine { background: #772953; }

.background-ubuntu-light-aubergine { background: #77216f; }

.background-ubuntu-mid-aubergine { background: #5e2750; }

.background-ubuntu-dark-aubergine { background: #2c001e; }

.background-ubuntu-warm-grey { background: #aea79f; }

.background-ubuntu-cool-grey { background: #333333; }

.background-ubuntu-text-grey { background: #111111; }

.background-ubuntu-orange-100 { background: #e95420; }

.background-ubuntu-orange-90 { background: #eb6536; }

.background-ubuntu-orange-80 { background: #ed764d; }

.background-ubuntu-orange-70 { background: #f08763; }

.background-ubuntu-orange-60 { background: #f29879; }

.background-ubuntu-orange-50 { background: #f4aa90; }

.background-ubuntu-orange-45 { background: #f5b29b; }

.background-ubuntu-orange-40 { background: #f6bba6; }

.background-ubuntu-orange-35 { background: #f7c3b1; }

.background-ubuntu-orange-30 { background: #f8ccbc; }

.background-ubuntu-orange-25 { background: #fad4c7; }

.background-ubuntu-orange-20 { background: #fbddd2; }

.background-ubuntu-orange-15 { background: #fce5de; }

.background-ubuntu-orange-10 { background: #fdeee9; }

.background-ubuntu-canonical-aubergine-100 { background: #772953; }

.background-ubuntu-canonical-aubergine-90 { background: #843e64; }

.background-ubuntu-canonical-aubergine-80 { background: #925375; }

.background-ubuntu-canonical-aubergine-70 { background: #9f6986; }

.background-ubuntu-canonical-aubergine-60 { background: #ad7e97; }

.background-ubuntu-canonical-aubergine-50 { background: #bb94a9; }

.background-ubuntu-canonical-aubergine-45 { background: #c19eb1; }

.background-ubuntu-canonical-aubergine-40 { background: #c8a9ba; }

.background-ubuntu-canonical-aubergine-35 { background: #cfb4c2; }

.background-ubuntu-canonical-aubergine-30 { background: #d6becb; }

.background-ubuntu-canonical-aubergine-25 { background: #ddc9d4; }

.background-ubuntu-canonical-aubergine-20 { background: #e3d4dc; }

.background-ubuntu-canonical-aubergine-15 { background: #eadee5; }

.background-ubuntu-canonical-aubergine-10 { background: #f1e9ed; }

.background-ubuntu-light-aubergine-100 { background: #77216f; }

.background-ubuntu-light-aubergine-90 { background: #84377d; }

.background-ubuntu-light-aubergine-80 { background: #924d8b; }

.background-ubuntu-light-aubergine-70 { background: #9f639a; }

.background-ubuntu-light-aubergine-60 { background: #ad79a8; }

.background-ubuntu-light-aubergine-50 { background: #bb90b7; }

.background-ubuntu-light-aubergine-45 { background: #c19bbe; }

.background-ubuntu-light-aubergine-40 { background: #c8a6c5; }

.background-ubuntu-light-aubergine-35 { background: #cfb1cc; }

.background-ubuntu-light-aubergine-30 { background: #d6bcd3; }

.background-ubuntu-light-aubergine-25 { background: #ddc7db; }

.background-ubuntu-light-aubergine-20 { background: #e3d2e2; }

.background-ubuntu-light-aubergine-15 { background: #eadde9; }

.background-ubuntu-light-aubergine-10 { background: #f1e8f0; }

.background-ubuntu-mid-aubergine-100 { background: #5e2750; }

.background-ubuntu-mid-aubergine-90 { background: #6e3c61; }

.background-ubuntu-mid-aubergine-80 { background: #7e5273; }

.background-ubuntu-mid-aubergine-70 { background: #8e6784; }

.background-ubuntu-mid-aubergine-60 { background: #9e7d96; }

.background-ubuntu-mid-aubergine-50 { background: #ae93a7; }

.background-ubuntu-mid-aubergine-45 { background: #b69db0; }

.background-ubuntu-mid-aubergine-40 { background: #bea8b9; }

.background-ubuntu-mid-aubergine-35 { background: #c6b3c1; }

.background-ubuntu-mid-aubergine-30 { background: #cebeca; }

.background-ubuntu-mid-aubergine-25 { background: #d6c9d3; }

.background-ubuntu-mid-aubergine-20 { background: #ded3dc; }

.background-ubuntu-mid-aubergine-15 { background: #e6dee4; }

.background-ubuntu-mid-aubergine-10 { background: #eee9ed; }

.background-ubuntu-dark-aubergine-100 { background: #2c001e; }

.background-ubuntu-dark-aubergine-90 { background: #411934; }

.background-ubuntu-dark-aubergine-80 { background: #56334b; }

.background-ubuntu-dark-aubergine-70 { background: #6b4c61; }

.background-ubuntu-dark-aubergine-60 { background: #806678; }

.background-ubuntu-dark-aubergine-50 { background: #957f8e; }

.background-ubuntu-dark-aubergine-45 { background: #a08c99; }

.background-ubuntu-dark-aubergine-40 { background: #aa99a5; }

.background-ubuntu-dark-aubergine-35 { background: #b5a5b0; }

.background-ubuntu-dark-aubergine-30 { background: #bfb2bb; }

.background-ubuntu-dark-aubergine-25 { background: #cabfc6; }

.background-ubuntu-dark-aubergine-20 { background: #d4ccd2; }

.background-ubuntu-dark-aubergine-15 { background: #dfd8dd; }

.background-ubuntu-dark-aubergine-10 { background: #e9e5e8; }

.background-ubuntu-warm-grey-100 { background: #aea79f; }

.background-ubuntu-warm-grey-90 { background: #b6afa8; }

.background-ubuntu-warm-grey-80 { background: #beb8b2; }

.background-ubuntu-warm-grey-70 { background: #c6c1bb; }

.background-ubuntu-warm-grey-60 { background: #cecac5; }

.background-ubuntu-warm-grey-50 { background: #d6d3cf; }

.background-ubuntu-warm-grey-45 { background: #dad7d3; }

.background-ubuntu-warm-grey-40 { background: #dedbd8; }

.background-ubuntu-warm-grey-35 { background: #e2e0dd; }

.background-ubuntu-warm-grey-30 { background: #e6e4e2; }

.background-ubuntu-warm-grey-25 { background: #eae9e7; }

.background-ubuntu-warm-grey-20 { background: #eeedeb; }

.background-ubuntu-warm-grey-15 { background: #f2f1f0; }

.background-ubuntu-warm-grey-10 { background: #f6f6f5; }

.color-ubuntu-orange { color: #e95420; }

.color-ubuntu-white { color: #ffffff; }

.color-ubuntu-black { color: #000000; }

.color-ubuntu-canonical-aubergine { color: #772953; }

.color-ubuntu-light-aubergine { color: #77216f; }

.color-ubuntu-mid-aubergine { color: #5e2750; }

.color-ubuntu-dark-aubergine { color: #2c001e; }

.color-ubuntu-warm-grey { color: #aea79f; }

.color-ubuntu-cool-grey { color: #333333; }

.color-ubuntu-text-grey { color: #111111; }

.color-ubuntu-orange-100 { color: #e95420; }

.color-ubuntu-orange-90 { color: #eb6536; }

.color-ubuntu-orange-80 { color: #ed764d; }

.color-ubuntu-orange-70 { color: #f08763; }

.color-ubuntu-orange-60 { color: #f29879; }

.color-ubuntu-orange-50 { color: #f4aa90; }

.color-ubuntu-orange-45 { color: #f5b29b; }

.color-ubuntu-orange-40 { color: #f6bba6; }

.color-ubuntu-orange-35 { color: #f7c3b1; }

.color-ubuntu-orange-30 { color: #f8ccbc; }

.color-ubuntu-orange-25 { color: #fad4c7; }

.color-ubuntu-orange-20 { color: #fbddd2; }

.color-ubuntu-orange-15 { color: #fce5de; }

.color-ubuntu-orange-10 { color: #fdeee9; }

.color-ubuntu-canonical-aubergine-100 { color: #772953; }

.color-ubuntu-canonical-aubergine-90 { color: #843e64; }

.color-ubuntu-canonical-aubergine-80 { color: #925375; }

.color-ubuntu-canonical-aubergine-70 { color: #9f6986; }

.color-ubuntu-canonical-aubergine-60 { color: #ad7e97; }

.color-ubuntu-canonical-aubergine-50 { color: #bb94a9; }

.color-ubuntu-canonical-aubergine-45 { color: #c19eb1; }

.color-ubuntu-canonical-aubergine-40 { color: #c8a9ba; }

.color-ubuntu-canonical-aubergine-35 { color: #cfb4c2; }

.color-ubuntu-canonical-aubergine-30 { color: #d6becb; }

.color-ubuntu-canonical-aubergine-25 { color: #ddc9d4; }

.color-ubuntu-canonical-aubergine-20 { color: #e3d4dc; }

.color-ubuntu-canonical-aubergine-15 { color: #eadee5; }

.color-ubuntu-canonical-aubergine-10 { color: #f1e9ed; }

.color-ubuntu-light-aubergine-100 { color: #77216f; }

.color-ubuntu-light-aubergine-90 { color: #84377d; }

.color-ubuntu-light-aubergine-80 { color: #924d8b; }

.color-ubuntu-light-aubergine-70 { color: #9f639a; }

.color-ubuntu-light-aubergine-60 { color: #ad79a8; }

.color-ubuntu-light-aubergine-50 { color: #bb90b7; }

.color-ubuntu-light-aubergine-45 { color: #c19bbe; }

.color-ubuntu-light-aubergine-40 { color: #c8a6c5; }

.color-ubuntu-light-aubergine-35 { color: #cfb1cc; }

.color-ubuntu-light-aubergine-30 { color: #d6bcd3; }

.color-ubuntu-light-aubergine-25 { color: #ddc7db; }

.color-ubuntu-light-aubergine-20 { color: #e3d2e2; }

.color-ubuntu-light-aubergine-15 { color: #eadde9; }

.color-ubuntu-light-aubergine-10 { color: #f1e8f0; }

.color-ubuntu-mid-aubergine-100 { color: #5e2750; }

.color-ubuntu-mid-aubergine-90 { color: #6e3c61; }

.color-ubuntu-mid-aubergine-80 { color: #7e5273; }

.color-ubuntu-mid-aubergine-70 { color: #8e6784; }

.color-ubuntu-mid-aubergine-60 { color: #9e7d96; }

.color-ubuntu-mid-aubergine-50 { color: #ae93a7; }

.color-ubuntu-mid-aubergine-45 { color: #b69db0; }

.color-ubuntu-mid-aubergine-40 { color: #bea8b9; }

.color-ubuntu-mid-aubergine-35 { color: #c6b3c1; }

.color-ubuntu-mid-aubergine-30 { color: #cebeca; }

.color-ubuntu-mid-aubergine-25 { color: #d6c9d3; }

.color-ubuntu-mid-aubergine-20 { color: #ded3dc; }

.color-ubuntu-mid-aubergine-15 { color: #e6dee4; }

.color-ubuntu-mid-aubergine-10 { color: #eee9ed; }

.color-ubuntu-dark-aubergine-100 { color: #2c001e; }

.color-ubuntu-dark-aubergine-90 { color: #411934; }

.color-ubuntu-dark-aubergine-80 { color: #56334b; }

.color-ubuntu-dark-aubergine-70 { color: #6b4c61; }

.color-ubuntu-dark-aubergine-60 { color: #806678; }

.color-ubuntu-dark-aubergine-50 { color: #957f8e; }

.color-ubuntu-dark-aubergine-45 { color: #a08c99; }

.color-ubuntu-dark-aubergine-40 { color: #aa99a5; }

.color-ubuntu-dark-aubergine-35 { color: #b5a5b0; }

.color-ubuntu-dark-aubergine-30 { color: #bfb2bb; }

.color-ubuntu-dark-aubergine-25 { color: #cabfc6; }

.color-ubuntu-dark-aubergine-20 { color: #d4ccd2; }

.color-ubuntu-dark-aubergine-15 { color: #dfd8dd; }

.color-ubuntu-dark-aubergine-10 { color: #e9e5e8; }

.color-ubuntu-warm-grey-100 { color: #aea79f; }

.color-ubuntu-warm-grey-90 { color: #b6afa8; }

.color-ubuntu-warm-grey-80 { color: #beb8b2; }

.color-ubuntu-warm-grey-70 { color: #c6c1bb; }

.color-ubuntu-warm-grey-60 { color: #cecac5; }

.color-ubuntu-warm-grey-50 { color: #d6d3cf; }

.color-ubuntu-warm-grey-45 { color: #dad7d3; }

.color-ubuntu-warm-grey-40 { color: #dedbd8; }

.color-ubuntu-warm-grey-35 { color: #e2e0dd; }

.color-ubuntu-warm-grey-30 { color: #e6e4e2; }

.color-ubuntu-warm-grey-25 { color: #eae9e7; }

.color-ubuntu-warm-grey-20 { color: #eeedeb; }

.color-ubuntu-warm-grey-15 { color: #f2f1f0; }

.color-ubuntu-warm-grey-10 { color: #f6f6f5; }

.fill-ubuntu-orange { fill: #e95420; }

.fill-ubuntu-white { fill: #ffffff; }

.fill-ubuntu-black { fill: #000000; }

.fill-ubuntu-canonical-aubergine { fill: #772953; }

.fill-ubuntu-light-aubergine { fill: #77216f; }

.fill-ubuntu-mid-aubergine { fill: #5e2750; }

.fill-ubuntu-dark-aubergine { fill: #2c001e; }

.fill-ubuntu-warm-grey { fill: #aea79f; }

.fill-ubuntu-cool-grey { fill: #333333; }

.fill-ubuntu-text-grey { fill: #111111; }

.fill-ubuntu-orange-100 { fill: #e95420; }

.fill-ubuntu-orange-90 { fill: #eb6536; }

.fill-ubuntu-orange-80 { fill: #ed764d; }

.fill-ubuntu-orange-70 { fill: #f08763; }

.fill-ubuntu-orange-60 { fill: #f29879; }

.fill-ubuntu-orange-50 { fill: #f4aa90; }

.fill-ubuntu-orange-45 { fill: #f5b29b; }

.fill-ubuntu-orange-40 { fill: #f6bba6; }

.fill-ubuntu-orange-35 { fill: #f7c3b1; }

.fill-ubuntu-orange-30 { fill: #f8ccbc; }

.fill-ubuntu-orange-25 { fill: #fad4c7; }

.fill-ubuntu-orange-20 { fill: #fbddd2; }

.fill-ubuntu-orange-15 { fill: #fce5de; }

.fill-ubuntu-orange-10 { fill: #fdeee9; }

.fill-ubuntu-canonical-aubergine-100 { fill: #772953; }

.fill-ubuntu-canonical-aubergine-90 { fill: #843e64; }

.fill-ubuntu-canonical-aubergine-80 { fill: #925375; }

.fill-ubuntu-canonical-aubergine-70 { fill: #9f6986; }

.fill-ubuntu-canonical-aubergine-60 { fill: #ad7e97; }

.fill-ubuntu-canonical-aubergine-50 { fill: #bb94a9; }

.fill-ubuntu-canonical-aubergine-45 { fill: #c19eb1; }

.fill-ubuntu-canonical-aubergine-40 { fill: #c8a9ba; }

.fill-ubuntu-canonical-aubergine-35 { fill: #cfb4c2; }

.fill-ubuntu-canonical-aubergine-30 { fill: #d6becb; }

.fill-ubuntu-canonical-aubergine-25 { fill: #ddc9d4; }

.fill-ubuntu-canonical-aubergine-20 { fill: #e3d4dc; }

.fill-ubuntu-canonical-aubergine-15 { fill: #eadee5; }

.fill-ubuntu-canonical-aubergine-10 { fill: #f1e9ed; }

.fill-ubuntu-light-aubergine-100 { fill: #77216f; }

.fill-ubuntu-light-aubergine-90 { fill: #84377d; }

.fill-ubuntu-light-aubergine-80 { fill: #924d8b; }

.fill-ubuntu-light-aubergine-70 { fill: #9f639a; }

.fill-ubuntu-light-aubergine-60 { fill: #ad79a8; }

.fill-ubuntu-light-aubergine-50 { fill: #bb90b7; }

.fill-ubuntu-light-aubergine-45 { fill: #c19bbe; }

.fill-ubuntu-light-aubergine-40 { fill: #c8a6c5; }

.fill-ubuntu-light-aubergine-35 { fill: #cfb1cc; }

.fill-ubuntu-light-aubergine-30 { fill: #d6bcd3; }

.fill-ubuntu-light-aubergine-25 { fill: #ddc7db; }

.fill-ubuntu-light-aubergine-20 { fill: #e3d2e2; }

.fill-ubuntu-light-aubergine-15 { fill: #eadde9; }

.fill-ubuntu-light-aubergine-10 { fill: #f1e8f0; }

.fill-ubuntu-mid-aubergine-100 { fill: #5e2750; }

.fill-ubuntu-mid-aubergine-90 { fill: #6e3c61; }

.fill-ubuntu-mid-aubergine-80 { fill: #7e5273; }

.fill-ubuntu-mid-aubergine-70 { fill: #8e6784; }

.fill-ubuntu-mid-aubergine-60 { fill: #9e7d96; }

.fill-ubuntu-mid-aubergine-50 { fill: #ae93a7; }

.fill-ubuntu-mid-aubergine-45 { fill: #b69db0; }

.fill-ubuntu-mid-aubergine-40 { fill: #bea8b9; }

.fill-ubuntu-mid-aubergine-35 { fill: #c6b3c1; }

.fill-ubuntu-mid-aubergine-30 { fill: #cebeca; }

.fill-ubuntu-mid-aubergine-25 { fill: #d6c9d3; }

.fill-ubuntu-mid-aubergine-20 { fill: #ded3dc; }

.fill-ubuntu-mid-aubergine-15 { fill: #e6dee4; }

.fill-ubuntu-mid-aubergine-10 { fill: #eee9ed; }

.fill-ubuntu-dark-aubergine-100 { fill: #2c001e; }

.fill-ubuntu-dark-aubergine-90 { fill: #411934; }

.fill-ubuntu-dark-aubergine-80 { fill: #56334b; }

.fill-ubuntu-dark-aubergine-70 { fill: #6b4c61; }

.fill-ubuntu-dark-aubergine-60 { fill: #806678; }

.fill-ubuntu-dark-aubergine-50 { fill: #957f8e; }

.fill-ubuntu-dark-aubergine-45 { fill: #a08c99; }

.fill-ubuntu-dark-aubergine-40 { fill: #aa99a5; }

.fill-ubuntu-dark-aubergine-35 { fill: #b5a5b0; }

.fill-ubuntu-dark-aubergine-30 { fill: #bfb2bb; }

.fill-ubuntu-dark-aubergine-25 { fill: #cabfc6; }

.fill-ubuntu-dark-aubergine-20 { fill: #d4ccd2; }

.fill-ubuntu-dark-aubergine-15 { fill: #dfd8dd; }

.fill-ubuntu-dark-aubergine-10 { fill: #e9e5e8; }

.fill-ubuntu-warm-grey-100 { fill: #aea79f; }

.fill-ubuntu-warm-grey-90 { fill: #b6afa8; }

.fill-ubuntu-warm-grey-80 { fill: #beb8b2; }

.fill-ubuntu-warm-grey-70 { fill: #c6c1bb; }

.fill-ubuntu-warm-grey-60 { fill: #cecac5; }

.fill-ubuntu-warm-grey-50 { fill: #d6d3cf; }

.fill-ubuntu-warm-grey-45 { fill: #dad7d3; }

.fill-ubuntu-warm-grey-40 { fill: #dedbd8; }

.fill-ubuntu-warm-grey-35 { fill: #e2e0dd; }

.fill-ubuntu-warm-grey-30 { fill: #e6e4e2; }

.fill-ubuntu-warm-grey-25 { fill: #eae9e7; }

.fill-ubuntu-warm-grey-20 { fill: #eeedeb; }

.fill-ubuntu-warm-grey-15 { fill: #f2f1f0; }

.fill-ubuntu-warm-grey-10 { fill: #f6f6f5; }

body { color: var(--goddardhale-grey-750); }

a { color: var(--goddardhale-blue-750); }

/* $Brands */
:root { --amazon: #FF9900; --facebook: #4267B2; --github: #333; --linkedin: #0077B5; --paypal: #003087; --stackoverflow: #F48024; --twitter: #1DA1F2; --youtube: #FF0000; }

/* $Header */
.page-header { color: var(--goddardhale-cream-100); text-align: center; background-color: var(--goddardhale-blue-750); /* Background generated at https://www.joshwcomeau.com/gradient-generator/?angle=120&easingCurve=0.333%7C1%7C0.666%7C0&precision=8&colorMode=hcl&colors=772953%7Ce95420 */ background-image: linear-gradient(120deg, #123354 0%, #102f51 21%, #0e2c4e 30%, #0c284b 39%, #0a2547 46%, #081f40 54%, #061c3c 61%, #051838 69%, #041434 79%, #040f2f 100%); }

.project-tagline { margin-bottom: 0; }

/* $Icons */
svg { fill: var(--goddardhale-cream-100); line-height: 1; height: 1em; width: 1em; }

/* $Navigation */
nav { background: var(--goddardhale-grey-50); border-bottom: 1px solid var(--goddardhale-grey-150); border-top: 1px solid var(--goddardhale-grey-150); }

nav .main-content { padding-top: 0; padding-bottom: 0; }

nav .main-content ol { list-style-type: none; margin: 0; padding: 0; }

nav .main-content ol li { display: inline-block; padding: 0.5rem; }

nav ol.breadcrumbs > li:first-child { padding-left: 0; }

nav ol.breadcrumbs > li:before { content: "\\\2003"; display: inline-block; color: var(--goddardhale-grey-150); }

nav svg { fill: var(--goddardhale-grey-150); max-height: 1rem; max-width: 1rem; transition: 300ms fill ease; }

nav a:hover svg { fill: var(--goddardhale-blue-750); }

/* $Content */
.main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6 { color: var(--goddardhale-blue-950); }

.main-content blockquote { color: var(--goddardhale-grey-150); border-left: 0.3rem solid var(--goddardhale-grey-150); }

.main-content hr { margin-bottom: 2rem; margin-top: 2rem; background-color: var(--goddardhale-grey-300); }

.main-content a { text-decoration: underline; }

.main-content table th, .main-content table td { border: 1px solid var(--goddardhale-grey-350); }

.text-right { text-align: right; }

/* $Buttons */
.btn { font-weight: bold; }

.btn.download, .btn.download:hover { color: var(--goddardhale-cream-100); background: var(--goddardhale-blue-750); margin: 0 auto; }

.btn.download.magnet, .btn.download.magnet:hover { background: var(--goddardhale-red-750); }

.btn.download.archive, .btn.download.archive:hover { background: var(--goddardhale-grey-150); }

.btn svg { fill: var(--goddardhale-cream-100); height: 1.1rem; margin-top: -0.2rem !important; vertical-align: middle; width: 1.1rem; }

svg.warning { fill: var(--goddardhale-red-750); }

div.warning { background: var(--goddardhale-red-750); border-radius: 0.3rem; color: var(--goddardhale-cream-100); padding: 1rem 1rem 0.3rem; }

.warning a { color: var(--goddardhale-cream-100); text-decoration: underline; }

.warning h2, .warning h3 { color: var(--goddardhale-cream-100); }

.warning h2 svg { fill: var(--goddardhale-cream-100); padding-top: 5px; }

.warning h3 svg { fill: var(--goddardhale-cream-100); vertical-align: sub; }

/* $Footer */
.site-footer { border-top: 2px solid var(--goddardhale-grey-150); }
