/* Fonts */
/* Brand colors */
/* Font and icon colors */
/* Background colors */
/* Button colors */
/* Proportions */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  max-width: 100vw;
  overflow: hidden; }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/*** CrankWheel's font library ***/
/*** Instructions ***
 * Uncomment fonts you need to use in your design.
 */
/*** Headings ***/
/* Titillium Web 200 - Thin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 200;
  src: local("Titillium WebThin"), local("Titillium-WebThin"), url(../fonts/TitilliumWeb-ExtraLight.ttf) format("truetype"); }

/* Titillium Web 300 - Light */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 300;
  src: local("Titillium WebLight"), local("Titillium-WebLight"), url(../fonts/TitilliumWeb-Light.ttf) format("truetype"); }

/* Titillium Web 400 - Regular */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: local("Titillium Web"), local("Titillium-WebRegular"), url(../fonts/TitilliumWeb-Regular.ttf) format("truetype"); }

/*** Body text ***/
/* Lato 300 - Light */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local("Lato Light"), local("Lato-Light"), url(../fonts/Lato-Light.ttf) format("truetype"); }

/* Lato 400 - Regular */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local("Lato Regular"), local("Lato-Regular"), url(../fonts/Lato-Regular.ttf) format("truetype"); }

/* Lato 700 - Bold */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local("Lato Bold"), local("Lato-Bold"), url(../fonts/Lato-Bold.ttf) format("truetype"); }

/* Material Icons */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/MaterialIcons-Regular.eot");
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("../fonts/MaterialIcons-Regular.woff2") format("woff2"), url("../fonts/MaterialIcons-Regular.woff") format("woff"), url("../fonts/MaterialIcons-Regular.ttf") format("truetype"); }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }

/* Fonts */
/* Brand colors */
/* Font and icon colors */
/* Background colors */
/* Button colors */
/* Proportions */
body {
  font-size: 1em;
  line-height: 1.375em;
  font-family: "Lato", sans-serif; }

p {
  font-size: 1em; }

blockquote {
  font-size: 1.5em;
  line-height: 1.45em; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Titillium Web", sans-serif;
  margin: 1.4em 0 .8em 0; }

h1 {
  font-weight: 200;
  font-size: 2.8em;
  line-height: 1.2em; }

h2 {
  font-weight: 200;
  font-size: 2.25em;
  line-height: 1.25em; }

h3 {
  font-weight: 300;
  font-size: 1.75em;
  line-height: 1.25em; }

h4 {
  font-weight: 300;
  font-size: 1.4em;
  line-height: 1.25em; }

h5 {
  font-weight: 400;
  font-size: 1.125em;
  line-height: 1.35em; }

h6 {
  font-weight: 400;
  font-size: .8em;
  line-height: 1.2em; }

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 2.4em;
    line-height: 1.125em; }
  h2 {
    font-size: 2em; }
  h3 {
    font-size: 1.5em; }
  h4 {
    font-size: 1.25em;
    line-height: 1.135em; } }

@media only screen and (max-width: 420px) {
  body {
    line-height: 1.25em; }
  blockquote {
    font-size: 1.25em;
    line-height: 1.25em; }
  h1 {
    font-size: 1.8em;
    line-height: 1.25em; }
  h2 {
    font-size: 1.625em;
    line-height: 1.15em; }
  h3 {
    font-size: 1.375em;
    line-height: 1.135em; }
  h5 {
    line-height: 1.3em; } }

/* Fonts */
/* Brand colors */
/* Font and icon colors */
/* Background colors */
/* Button colors */
/* Proportions */
.hide {
  display: none !important; }

body {
  padding: 0;
  color: rgba(0, 0, 0, 0.87);
  background: #fafafa;
  background: #fafafa; }

a.link {
  color: #f99c1d;
  font-weight: bolder;
  text-decoration: none;
  cursor: pointer; }
  a.link:hover {
    text-decoration: underline; }

span.success {
  color: #009000;
  font-weight: 700; }

button, .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: rgba(0, 0, 0, 0.04);
  background: rgba(0, 0, 0, 0.04);
  outline: 0;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  display: table;
  padding: .9em 1.8em;
  color: rgba(0, 0, 0, 0.7);
  font-size: .9em;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: background 200ms;
  -moz-transition: background 200ms;
  transition: background 200ms; }
  button span, .button span {
    vertical-align: middle; }
  button:hover, .button:hover {
    background: rgba(0, 0, 0, 0.08);
    background: rgba(0, 0, 0, 0.08);
    text-decoration: none; }
  button:active, .button:active {
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.12); }
  button:disabled, .button:disabled {
    pointer-events: none;
    opacity: .5; }
  button.primary, .button.primary {
    background: #f99c1d;
    background: #f99c1d;
    color: white;
    border: 0; }
    button.primary:hover, .button.primary:hover {
      background: #fcb42e;
      background: #fcb42e; }
    button.primary:disabled, .button.primary:disabled {
      background: rgba(0, 0, 0, 0.38);
      background: rgba(0, 0, 0, 0.38); }
  button.outline, .button.outline {
    background: none;
    background: none;
    border: 1px solid rgba(0, 0, 0, 0.38);
    color: rgba(0, 0, 0, 0.7); }
    button.outline:hover, .button.outline:hover {
      background: rgba(0, 0, 0, 0.04);
      background: rgba(0, 0, 0, 0.04); }
  button.minimal, .button.minimal {
    background: none;
    background: none;
    color: rgba(0, 0, 0, 0.7);
    border: 0;
    padding: 0; }
    button.minimal:hover, .button.minimal:hover {
      background: none;
      background: none;
      color: #f99c1d; }
    button.minimal:active, .button.minimal:active {
      box-shadow: none; }
  button.inline, .button.inline {
    display: inline-block;
    background: none;
    background: none;
    color: rgba(0, 0, 0, 0.7);
    padding: 0;
    border: 0; }
    button.inline:hover, .button.inline:hover {
      background: none;
      background: none;
      color: #f99c1d; }
      button.inline:hover .loading-spinner, .button.inline:hover .loading-spinner {
        border-top: 2px solid #f99c1d; }
    button.inline .loading-spinner, .button.inline .loading-spinner {
      border-top: 2px solid rgba(0, 0, 0, 0.87); }
      button.inline .loading-spinner.show, .button.inline .loading-spinner.show {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex; }
  button.light, .button.light {
    color: white;
    border-color: white; }
  button.icon-right span:first-of-type, .button.icon-right span:first-of-type {
    margin-left: 24px;
    margin-right: 12px; }
  button.small, .button.small {
    font-size: .7em;
    padding: .7em 1.4em; }
  button.large, .button.large {
    font-size: 1.1em;
    padding: 1.1em 2.2em; }
  button .loading-spinner, .button .loading-spinner {
    display: none;
    margin: 3px;
    border: 2px solid transparent;
    border-top: 2px solid white;
    border-radius: 50%;
    height: 14px;
    width: 14px;
    -webkit-animation: spin 1s ease infinite;
    -moz-animation: spin 1s ease infinite;
    animation: spin 1s ease infinite; }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
    button .loading-spinner.show, .button .loading-spinner.show {
      display: inline-block; }

.input-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 20px; }
  .input-container.stacked {
    -webkit-flex-flow: row no-wrap;
    -moz-flex-flow: row no-wrap;
    flex-flow: row no-wrap; }
    .input-container.stacked label {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      box-flex: 1;
      -webkit-flex: 1 0 100%;
      -moz-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
      flex: 1 0 100%;
      text-align: left; }
  .input-container input {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    outline: 0;
    box-shadow: 0;
    height: 1.4em;
    line-height: 1.4em;
    padding: .6em;
    font-size: 1.1em;
    color: rgba(0, 0, 0, 0.7);
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    background: #fff;
    background: #fff; }
    .input-container input::-webkit-input-placeholder {
      font-weight: 300;
      font-size: .9em;
      text-shadow: none;
      color: rgba(0, 0, 0, 0.38); }
    .input-container input::-moz-placeholder {
      font-weight: 300;
      font-size: .9em;
      text-shadow: none;
      color: rgba(0, 0, 0, 0.38); }
    .input-container input:-moz-placeholder {
      font-weight: 300;
      font-size: .9em;
      text-shadow: none;
      color: rgba(0, 0, 0, 0.38); }
    .input-container input:-ms-input-placeholder {
      font-weight: 300;
      font-size: .9em;
      text-shadow: none;
      color: rgba(0, 0, 0, 0.38); }
    .input-container input:focus {
      outline: none;
      border: 1px solid #f99c1d;
      box-shadow: 0 0 1px 0 #f99c1d; }
    .input-container input.loading {
      background: url("/ss/images/cwloading-orange.gif") #ffffff center no-repeat;
      background: url("/ss/images/cwloading-orange.gif") #ffffff center no-repeat;
      background-size: 25px;
      background-position: calc(100% - 10px);
      padding-right: 45px; }
    .input-container input.success {
      background: url("/ss/images/cwsuccess.gif") #ffffff center no-repeat;
      background: url("/ss/images/cwsuccess.gif") #ffffff center no-repeat;
      background-size: 25px;
      background-position: calc(100% - 10px);
      padding-right: 45px;
      box-shadow: none; }
  .input-container label {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 20%;
    -moz-flex: 0 1 20%;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
    display: inline-block;
    padding-top: .5em;
    padding-right: 1.5em;
    padding-bottom: .3em;
    font-size: .9em;
    text-align: right;
    color: rgba(0, 0, 0, 0.54); }
    @media only screen and (max-width: 768px) {
      .input-container label {
        text-align: left;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1 0 100%;
        -moz-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%; } }
  .input-container .input-group {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap; }
    .input-container .input-group.control {
      display: block; }
    .input-container .input-group .input-info {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      box-flex: 1;
      -webkit-flex: 1 0 100%;
      -moz-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
      flex: 1 0 100%;
      font-size: .7em;
      line-height: 1.5em;
      padding-top: .5em;
      padding-left: .2em;
      color: rgba(0, 0, 0, 0.38); }
      .input-container .input-group .input-info.active {
        color: rgba(0, 0, 0, 0.54);
        -webkit-transition: color 200ms;
        -moz-transition: color 200ms;
        transition: color 200ms; }
      .input-container .input-group .input-info.error {
        display: none;
        font-weight: 700;
        color: #c30000; }
        .input-container .input-group .input-info.error.show {
          display: block; }
    .input-container .input-group .input-control {
      display: block;
      position: relative;
      padding: 0;
      padding-left: 35px;
      cursor: pointer;
      font-size: 1em;
      color: rgba(0, 0, 0, 0.7); }
      @media only screen and (max-width: 360px) {
        .input-container .input-group .input-control {
          font-size: .8em;
          line-height: 1.5em; } }
      .input-container .input-group .input-control input {
        position: absolute;
        z-index: -1;
        opacity: 0; }
        .input-container .input-group .input-control input:checked ~ .control {
          background: #f99c1d;
          background: #f99c1d; }
        .input-container .input-group .input-control input:checked ~ .control:after {
          display: block; }
        .input-container .input-group .input-control input:disabled ~ .control {
          pointer-events: none;
          opacity: .6;
          background: rgba(0, 0, 0, 0.38);
          background: rgba(0, 0, 0, 0.38); }
      .input-container .input-group .input-control .control {
        position: absolute;
        top: 2px;
        left: 0;
        height: 20px;
        width: 20px;
        background: rgba(0, 0, 0, 0.12);
        background: rgba(0, 0, 0, 0.12); }
        .input-container .input-group .input-control .control:after {
          position: absolute;
          display: none;
          content: ''; }
      .input-container .input-group .input-control.checkbox .control:after {
        top: 4px;
        left: 8px;
        height: 8px;
        width: 3px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        border: solid white;
        border-width: 0 2px 2px 0; }
      .input-container .input-group .input-control.radio {
        margin-bottom: 10px; }
        .input-container .input-group .input-control.radio .control {
          border-radius: 50%; }
          .input-container .input-group .input-control.radio .control:after {
            background: white;
            background: white;
            height: 6px;
            width: 6px;
            border-radius: 50%;
            top: 7px;
            left: 7px; }
        .input-container .input-group .input-control.radio input:disabled ~ .control {
          background: rgba(0, 0, 0, 0.38);
          background: rgba(0, 0, 0, 0.38); }

p.small {
  font-size: .7em;
  line-height: 1.3em;
  color: rgba(0, 0, 0, 0.54); }

nav {
  background: #212121;
  background: #212121;
  font-size: 1rem; }
  nav .nav-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify; }
    nav .nav-top > * {
      margin: 0 15px; }
    nav .nav-top img.nav-logo,
    nav .nav-top .nav-logo img {
      width:fit-content; }
    nav .nav-top .nav-logo {
      height: 30px; }
      nav .nav-top .nav-logo.full {
        height: 40px;
        margin: 15px; }
    nav .nav-top .nav-header {
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      flex-grow: 1;
      -ms-flex-positive: 1;
      font-family: "Titillium Web", sans-serif;
      font-size: 1.2em;
      color: white;
      margin-left: 0; }
    nav .nav-top .nav-user {
      font-size: .9em;
      color: rgba(255, 255, 255, 0.7); }
  nav ul {
    max-width: 1080px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.7); }
    nav ul li {
      display: inline-block;
      list-style: none;
      margin: 0 10px;
      padding: 10px 5px;
      font-size: .9em;
      cursor: pointer; }
      nav ul li.active {
        color: #fcb42e;
        box-shadow: inset 0 -4px #fcb42e;
        -webkit-transition: box-shadow 300ms;
        -moz-transition: box-shadow 300ms;
        transition: box-shadow 300ms; }
      nav ul li:hover {
        color: white; }

main {
  max-width: 1080px;
  margin: 0 auto;
  padding: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }

.nav-side {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 25%;
  -moz-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  color: rgba(0, 0, 0, 0.54);
  margin: 0;
  padding: 0; }
  .nav-side li {
    list-style: none;
    margin: 20px 15px;
    padding-left: 15px;
    cursor: pointer; }
    .nav-side li.active {
      color: rgba(0, 0, 0, 0.87);
      box-shadow: inset 2px 0 rgba(0, 0, 0, 0.87);
      -webkit-transition: box-shadow 300ms;
      -moz-transition: box-shadow 300ms;
      transition: box-shadow 300ms; }
    .nav-side li:hover {
      color: rgba(0, 0, 0, 0.87); }

.box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #ffffff;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 2px; }
  .box .box-heading {
    background: #fafafa;
    background: #fafafa;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    color: rgba(0, 0, 0, 0.87);
    padding: .8em 1.6em; }
    .box .box-heading h4 {
      margin: 0; }
  .box .box-content {
    padding: 20px; }
  .box button[type=submit] {
    margin-top: 20px; }

.hero {
  display: none;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 500px;
  -moz-flex: 0 1 500px;
  -ms-flex: 0 1 500px;
  flex: 0 1 500px;
  font-size: 1rem; }
  .hero:target, .hero.show {
    display: block;
    -webkit-animation: fadein 200ms ease;
    -moz-animation: fadein 200ms ease;
    animation: fadein 200ms ease; }

@-webkit-keyframes fadein {
  from {
    opacity: 0;
    -webkit-transform: scale(0.95); }
  to {
    opacity: 1;
    -webkit-transform: scale(1); } }

@-moz-keyframes fadein {
  from {
    opacity: 0;
    -moz-transform: scale(0.95); }
  to {
    opacity: 1;
    -moz-transform: scale(1); } }

@keyframes fadein {
  from {
    opacity: 0;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
  .hero h5, .hero h6, .hero p {
    color: rgba(0, 0, 0, 0.54); }
  .hero .input-container:first-of-type {
    margin-top: 30px; }
  .hero .button-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin-top: 40px; }
    .hero .button-group button {
      margin: 0 5px;
      -webkit-flex-basis: 250px;
      -moz-flex-basis: 250px;
      flex-basis: 250px;
      -ms-flex-preferred-size: 250px;
      -webkit-flex-shrink: 1;
      -moz-flex-shrink: 1;
      flex-shrink: 1;
      -ms-flex-negative: 1; }
    @media only screen and (max-width: 360px) {
      .hero .button-group {
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
      .hero .button-group button {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1 1 100%;
        -moz-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        margin-bottom: 10px; } }
  .hero strong {
    color: rgba(0, 0, 0, 0.87); }
  .hero#password #field-signup-mailinglist:checked ~ .input-info {
    display: none; }
  .hero#lobby .input-container > label {
    font-size: 1.2em;
    padding-top: .6em;
    padding-right: .5em;
    margin-bottom: .5em;
    color: rgba(0, 0, 0, 0.7); }
    @media only screen and (max-width: 768px) {
      .hero#lobby .input-container > label {
        text-align: center; } }
  .hero#lobby p.lobby-suggestions {
    margin-bottom: .4em;
    font-size: .9em; }
    .hero#lobby p.lobby-suggestions strong {
      color: rgba(0, 0, 0, 0.7); }
  .hero#lobby ul.lobby-suggestions {
    cursor: pointer;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 1em;
    color: rgba(0, 0, 0, 0.54); }
  .hero#lobby #field-signup-lobby-request {
    color: rgba(0, 0, 0, 0.87); }
  .hero#invite #signup-invite-skip {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .hero#finish button {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; }

  @keyframes pop-in {
      0% {transform: scale(0);}
      70% {transform: scale(0);}
      100% {transform: scale(1);}
  }

  @keyframes dissolve {
      0% {
          color: rgba(255,255,255,.0);
          margin-top: 15px;
      }
      20% {
          color: rgba(255,255,255,.8);
      }
      100% {
          color: rgba(255,255,255,.0);
          margin-top: 0;
      }
  }

  .first-use-instructions {
      width: 800px;
      height: 800px;
      border-radius: 50%;
      background: #fcb42e;
      position: absolute;
      top: -500px;
      right: -400px;
      animation: pop-in 1.4s cubic-bezier(.4,.1,.7,1.5);
  }

  .first-use-instructions h4 {
      width: 280px;
      position: absolute;
      top: 550px;
      right: 430px;
      color: white;
      text-align: right;
	}

	.first-use-instructions a {
		text-align: right;
		font-size: 75%;
		color: white;
	}

  .first-use-instructions .arrows {
      position: absolute;
      top: 505px;
      right: 420px;
  }

  .first-use-instructions .arrows .material-icons {
      margin: 8px 12px;
      font-size: 48px;
      animation: dissolve 1.5s ease infinite;
  }

  @media only screen and (max-width: 900px) {
      .first-use-instructions {
          transform: scale(.75);
          top: -470px;
      }
  }

/*# sourceMappingURL=dashboard_app.css.map*/
